.messageBar{--closing-button-icon:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.85822%208.84922L4.85322%2011.8542C4.75891%2011.9453%204.63261%2011.9957%204.50151%2011.9946C4.37042%2011.9934%204.24501%2011.9408%204.15231%2011.8481C4.0596%2011.7554%204.00702%2011.63%204.00588%2011.4989C4.00474%2011.3678%204.05514%2011.2415%204.14622%2011.1472L7.15122%208.14222V7.85922L4.14622%204.85322C4.05514%204.75891%204.00474%204.63261%204.00588%204.50151C4.00702%204.37042%204.0596%204.24501%204.15231%204.15231C4.24501%204.0596%204.37042%204.00702%204.50151%204.00588C4.63261%204.00474%204.75891%204.05514%204.85322%204.14622L7.85822%207.15122H8.14122L11.1462%204.14622C11.2405%204.05514%2011.3668%204.00474%2011.4979%204.00588C11.629%204.00702%2011.7544%204.0596%2011.8471%204.15231C11.9398%204.24501%2011.9924%204.37042%2011.9936%204.50151C11.9947%204.63261%2011.9443%204.75891%2011.8532%204.85322L8.84822%207.85922V8.14222L11.8532%2011.1472C11.9443%2011.2415%2011.9947%2011.3678%2011.9936%2011.4989C11.9924%2011.63%2011.9398%2011.7554%2011.8471%2011.8481C11.7544%2011.9408%2011.629%2011.9934%2011.4979%2011.9946C11.3668%2011.9957%2011.2405%2011.9453%2011.1462%2011.8542L8.14122%208.84922L8.14222%208.85022L7.85822%208.84922Z'%20fill='black'/%3e%3c/svg%3e");--message-bar-close-button-color:var(--text-primary-color);--message-bar-close-button-color-hover:var(--text-primary-color);--message-bar-close-button-border-radius:4px;--message-bar-close-button-border:none;--csstools-light-dark-toggle--0:var(--csstools-color-scheme--light) #fbfbfe24;--message-bar-close-button-hover-bg-color:var(--csstools-light-dark-toggle--0,#15141a24);--csstools-light-dark-toggle--1:var(--csstools-color-scheme--light) #fbfbfe36;--message-bar-close-button-active-bg-color:var(--csstools-light-dark-toggle--1,#15141a36);--csstools-light-dark-toggle--2:var(--csstools-color-scheme--light) #fbfbfe12;--message-bar-close-button-focus-bg-color:var(--csstools-light-dark-toggle--2,#15141a12)}@supports (color:light-dark(red, red)) and (color:rgb(0 0 0 / 0)){.messageBar{--message-bar-close-button-hover-bg-color:light-dark(#15141a24,#fbfbfe24);--message-bar-close-button-active-bg-color:light-dark(#15141a36,#fbfbfe36);--message-bar-close-button-focus-bg-color:light-dark(#15141a12,#fbfbfe12)}}@supports not (color:light-dark(tan, tan)){.messageBar *{--csstools-light-dark-toggle--0:var(--csstools-color-scheme--light) #fbfbfe24;--message-bar-close-button-hover-bg-color:var(--csstools-light-dark-toggle--0,#15141a24);--csstools-light-dark-toggle--1:var(--csstools-color-scheme--light) #fbfbfe36;--message-bar-close-button-active-bg-color:var(--csstools-light-dark-toggle--1,#15141a36);--csstools-light-dark-toggle--2:var(--csstools-color-scheme--light) #fbfbfe12;--message-bar-close-button-focus-bg-color:var(--csstools-light-dark-toggle--2,#15141a12)}}@media screen and (forced-colors:active){.messageBar{--message-bar-close-button-color:ButtonText;--message-bar-close-button-border:1px solid ButtonText;--message-bar-close-button-hover-bg-color:ButtonText;--message-bar-close-button-active-bg-color:ButtonText;--message-bar-close-button-focus-bg-color:ButtonText;--message-bar-close-button-color-hover:HighlightText}}.messageBar{-webkit-user-select:none;user-select:none;border:1px solid var(--message-bar-border-color);background:var(--message-bar-bg-color);color:var(--message-bar-fg-color);border-radius:4px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:8px 8px 8px 16px;display:flex;position:relative}.messageBar>div{align-self:stretch;align-items:flex-start;gap:8px;display:flex}:is(.messageBar>div):before{content:"";width:16px;height:16px;-webkit-mask-image:var(--message-bar-icon);-webkit-mask-image:var(--message-bar-icon);mask-image:var(--message-bar-icon);background-color:var(--message-bar-icon-color);flex-shrink:0;display:inline-block;-webkit-mask-size:cover;mask-size:cover}.messageBar button{cursor:pointer}:is(.messageBar button):focus-visible{outline:var(--focus-ring-outline);outline-offset:2px}.messageBar .closeButton{border-radius:var(--message-bar-close-button-border-radius);border:var(--message-bar-close-button-border);background:0 0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}:is(.messageBar .closeButton):before{content:"";width:16px;height:16px;-webkit-mask-image:var(--closing-button-icon);-webkit-mask-image:var(--closing-button-icon);mask-image:var(--closing-button-icon);background-color:var(--message-bar-close-button-color);display:inline-block;-webkit-mask-size:cover;mask-size:cover}:is(.messageBar .closeButton):is(:hover,:active,:focus):before{background-color:var(--message-bar-close-button-color-hover)}:is(.messageBar .closeButton):hover{background-color:var(--message-bar-close-button-hover-bg-color)}:is(.messageBar .closeButton):active{background-color:var(--message-bar-close-button-active-bg-color)}:is(.messageBar .closeButton):focus{background-color:var(--message-bar-close-button-focus-bg-color)}:is(.messageBar .closeButton)>span{width:0;height:0;display:inline-block;overflow:hidden}#editorUndoBar{--csstools-light-dark-toggle--3:var(--csstools-color-scheme--light) #fbfbfe;--text-primary-color:var(--csstools-light-dark-toggle--3,#15141a);--message-bar-icon:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.625%200.5C6.64009%200.5%205.66482%200.693993%204.75487%201.0709C3.84493%201.44781%203.01814%202.00026%202.3217%202.6967C1.62526%203.39314%201.07281%204.21993%200.695904%205.12987C0.318993%206.03982%200.125%207.01509%200.125%208C0.125%208.98491%200.318993%209.96018%200.695904%2010.8701C1.07281%2011.7801%201.62526%2012.6069%202.3217%2013.3033C3.01814%2013.9997%203.84493%2014.5522%204.75487%2014.9291C5.66482%2015.306%206.64009%2015.5%207.625%2015.5C9.61412%2015.5%2011.5218%2014.7098%2012.9283%2013.3033C14.3348%2011.8968%2015.125%209.98912%2015.125%208C15.125%206.01088%2014.3348%204.10322%2012.9283%202.6967C11.5218%201.29018%209.61412%200.5%207.625%200.5ZM8.25%2011.375C8.25%2011.5408%208.18415%2011.6997%208.06694%2011.8169C7.94973%2011.9342%207.79076%2012%207.625%2012C7.45924%2012%207.30027%2011.9342%207.18306%2011.8169C7.06585%2011.6997%207%2011.5408%207%2011.375V6.938C7%206.77224%207.06585%206.61327%207.18306%206.49606C7.30027%206.37885%207.45924%206.313%207.625%206.313C7.79076%206.313%207.94973%206.37885%208.06694%206.49606C8.18415%206.61327%208.25%206.77224%208.25%206.938V11.375ZM8.25%205L8%205.25H7.25L7%205V4.25L7.25%204H8L8.25%204.25V5Z'%20fill='black'%20/%3e%3c/svg%3e");--csstools-light-dark-toggle--4:var(--csstools-color-scheme--light) #73a7f3;--message-bar-icon-color:var(--csstools-light-dark-toggle--4,#0060df);--csstools-light-dark-toggle--5:var(--csstools-color-scheme--light) #003070;--message-bar-bg-color:var(--csstools-light-dark-toggle--5,#deeafc);--message-bar-fg-color:var(--text-primary-color);--csstools-light-dark-toggle--6:var(--csstools-color-scheme--light) #ffffff14;--message-bar-border-color:var(--csstools-light-dark-toggle--6,#00000014);--csstools-light-dark-toggle--7:var(--csstools-color-scheme--light) #ffffff14;--undo-button-bg-color:var(--csstools-light-dark-toggle--7,#15141a12);--csstools-light-dark-toggle--8:var(--csstools-color-scheme--light) #ffffff24;--undo-button-bg-color-hover:var(--csstools-light-dark-toggle--8,#15141a24);--csstools-light-dark-toggle--9:var(--csstools-color-scheme--light) #ffffff36;--undo-button-bg-color-active:var(--csstools-light-dark-toggle--9,#15141a36);--csstools-light-dark-toggle--10:var(--csstools-color-scheme--light) #0df;--undo-button-border:1px solid var(--csstools-light-dark-toggle--10,#0060df);--undo-button-fg-color:var(--message-bar-fg-color);--undo-button-fg-color-hover:var(--undo-button-fg-color);--undo-button-fg-color-active:var(--undo-button-fg-color)}@supports (color:light-dark(red, red)){#editorUndoBar{--text-primary-color:light-dark(#15141a,#fbfbfe);--message-bar-icon-color:light-dark(#0060df,#73a7f3);--message-bar-bg-color:light-dark(#deeafc,#003070)}}@supports (color:light-dark(red, red)) and (color:rgb(0 0 0 / 0)){#editorUndoBar{--message-bar-border-color:light-dark(#00000014,#ffffff14);--undo-button-bg-color:light-dark(#15141a12,#ffffff14);--undo-button-bg-color-hover:light-dark(#15141a24,#ffffff24);--undo-button-bg-color-active:light-dark(#15141a36,#ffffff36)}}@supports (color:light-dark(red, red)){#editorUndoBar{--undo-button-border:1px solid light-dark(#0060df,#0df)}}@supports not (color:light-dark(tan, tan)){#editorUndoBar *{--csstools-light-dark-toggle--3:var(--csstools-color-scheme--light) #fbfbfe;--text-primary-color:var(--csstools-light-dark-toggle--3,#15141a);--csstools-light-dark-toggle--4:var(--csstools-color-scheme--light) #73a7f3;--message-bar-icon-color:var(--csstools-light-dark-toggle--4,#0060df);--csstools-light-dark-toggle--5:var(--csstools-color-scheme--light) #003070;--message-bar-bg-color:var(--csstools-light-dark-toggle--5,#deeafc);--csstools-light-dark-toggle--6:var(--csstools-color-scheme--light) #ffffff14;--message-bar-border-color:var(--csstools-light-dark-toggle--6,#00000014);--csstools-light-dark-toggle--7:var(--csstools-color-scheme--light) #ffffff14;--undo-button-bg-color:var(--csstools-light-dark-toggle--7,#15141a12);--csstools-light-dark-toggle--8:var(--csstools-color-scheme--light) #ffffff24;--undo-button-bg-color-hover:var(--csstools-light-dark-toggle--8,#15141a24);--csstools-light-dark-toggle--9:var(--csstools-color-scheme--light) #ffffff36;--undo-button-bg-color-active:var(--csstools-light-dark-toggle--9,#15141a36);--csstools-light-dark-toggle--10:var(--csstools-color-scheme--light) #0df;--undo-button-border:1px solid var(--csstools-light-dark-toggle--10,#0060df)}}@media screen and (forced-colors:active){#editorUndoBar{--text-primary-color:CanvasText;--message-bar-icon-color:CanvasText;--message-bar-bg-color:Canvas;--message-bar-border-color:CanvasText;--undo-button-bg-color:ButtonText;--undo-button-bg-color-hover:SelectedItem;--undo-button-bg-color-active:SelectedItem;--undo-button-fg-color:ButtonFace;--undo-button-fg-color-hover:SelectedItemText;--undo-button-fg-color-active:SelectedItemText;--undo-button-border:none}}#editorUndoBar{z-index:10;font:menu;cursor:default;padding-block:8px;padding-inline:16px 8px;font-size:15px;position:fixed;top:50px;left:50%;transform:translate(-50%)}#editorUndoBar button{cursor:pointer}#editorUndoBar #editorUndoBarUndoButton{color:var(--undo-button-fg-color);border:var(--undo-button-border);background-color:var(--undo-button-bg-color);border-radius:4px;height:32px;margin-inline-start:8px;padding:4px 16px;font-weight:590;line-height:19.5px}:is(#editorUndoBar #editorUndoBarUndoButton):hover{background-color:var(--undo-button-bg-color-hover);color:var(--undo-button-fg-color-hover)}:is(#editorUndoBar #editorUndoBarUndoButton):active{background-color:var(--undo-button-bg-color-active);color:var(--undo-button-fg-color-active)}#editorUndoBar>div{align-items:center}.dialog{--csstools-light-dark-toggle--11:var(--csstools-color-scheme--light) #1c1b22;--dialog-bg-color:var(--csstools-light-dark-toggle--11,white);--csstools-light-dark-toggle--12:var(--csstools-color-scheme--light) #1c1b22;--dialog-border-color:var(--csstools-light-dark-toggle--12,white);--csstools-light-dark-toggle--13:var(--csstools-color-scheme--light) #15141a;--dialog-shadow:0 2px 14px 0 var(--csstools-light-dark-toggle--13,#3a394433);--csstools-light-dark-toggle--14:var(--csstools-color-scheme--light) #fbfbfe;--text-primary-color:var(--csstools-light-dark-toggle--14,#15141a);--csstools-light-dark-toggle--15:var(--csstools-color-scheme--light) #cfcfd8;--text-secondary-color:var(--csstools-light-dark-toggle--15,#5b5b66);--hover-filter:brightness(.9);--csstools-light-dark-toggle--16:var(--csstools-color-scheme--light) #0df;--link-fg-color:var(--csstools-light-dark-toggle--16,#0060df);--csstools-light-dark-toggle--17:var(--csstools-color-scheme--light) #80ebff;--link-hover-fg-color:var(--csstools-light-dark-toggle--17,#0250bb);--csstools-light-dark-toggle--18:var(--csstools-color-scheme--light) #52525e;--separator-color:var(--csstools-light-dark-toggle--18,#f0f0f4);--textarea-border-color:#8f8f9d;--csstools-light-dark-toggle--19:var(--csstools-color-scheme--light) #42414d;--textarea-bg-color:var(--csstools-light-dark-toggle--19,white);--textarea-fg-color:var(--text-secondary-color);--csstools-light-dark-toggle--20:var(--csstools-color-scheme--light) #2b2a33;--radio-bg-color:var(--csstools-light-dark-toggle--20,#f0f0f4);--csstools-light-dark-toggle--21:var(--csstools-color-scheme--light) #15141a;--radio-checked-bg-color:var(--csstools-light-dark-toggle--21,#fbfbfe);--radio-border-color:#8f8f9d;--csstools-light-dark-toggle--22:var(--csstools-color-scheme--light) #0df;--radio-checked-border-color:var(--csstools-light-dark-toggle--22,#0060df);--csstools-light-dark-toggle--23:var(--csstools-color-scheme--light) #fbfbfe12;--button-secondary-bg-color:var(--csstools-light-dark-toggle--23,#15141a12);--button-secondary-fg-color:var(--text-primary-color);--button-secondary-border-color:var(--button-secondary-bg-color);--csstools-light-dark-toggle--24:var(--csstools-color-scheme--light) #fbfbfe36;--button-secondary-active-bg-color:var(--csstools-light-dark-toggle--24,#15141a36);--button-secondary-active-fg-color:var(--button-secondary-fg-color);--button-secondary-active-border-color:var(--button-secondary-bg-color);--csstools-light-dark-toggle--25:var(--csstools-color-scheme--light) #fbfbfe24;--button-secondary-hover-bg-color:var(--csstools-light-dark-toggle--25,#15141a24);--button-secondary-hover-fg-color:var(--button-secondary-fg-color);--button-secondary-hover-border-color:var(--button-secondary-hover-bg-color);--button-secondary-disabled-bg-color:var(--button-secondary-bg-color);--button-secondary-disabled-border-color:var(--button-secondary-border-color);--button-secondary-disabled-fg-color:var(--button-secondary-fg-color);--csstools-light-dark-toggle--26:var(--csstools-color-scheme--light) #0df;--button-primary-bg-color:var(--csstools-light-dark-toggle--26,#0060df);--csstools-light-dark-toggle--27:var(--csstools-color-scheme--light) #15141a;--button-primary-fg-color:var(--csstools-light-dark-toggle--27,#fbfbfe);--button-primary-border-color:var(--button-primary-bg-color);--csstools-light-dark-toggle--28:var(--csstools-color-scheme--light) #aaf2ff;--button-primary-active-bg-color:var(--csstools-light-dark-toggle--28,#054096);--button-primary-active-fg-color:var(--button-primary-fg-color);--button-primary-active-border-color:var(--button-primary-active-bg-color);--csstools-light-dark-toggle--29:var(--csstools-color-scheme--light) #80ebff;--button-primary-hover-bg-color:var(--csstools-light-dark-toggle--29,#0250bb);--button-primary-hover-fg-color:var(--button-primary-fg-color);--button-primary-hover-border-color:var(--button-primary-hover-bg-color);--button-primary-disabled-bg-color:var(--button-primary-bg-color);--button-primary-disabled-border-color:var(--button-primary-border-color);--button-primary-disabled-fg-color:var(--button-primary-fg-color);--button-disabled-opacity:.4;--csstools-light-dark-toggle--30:var(--csstools-color-scheme--light) #42414d;--input-text-bg-color:var(--csstools-light-dark-toggle--30,white);--input-text-fg-color:var(--text-primary-color)}@supports (color:light-dark(red, red)){.dialog{--dialog-bg-color:light-dark(#fff,#1c1b22);--dialog-border-color:light-dark(#fff,#1c1b22)}}@supports (color:light-dark(red, red)) and (color:rgb(0 0 0 / 0)){.dialog{--dialog-shadow:0 2px 14px 0 light-dark(#3a394433,#15141a)}}@supports (color:light-dark(red, red)){.dialog{--text-primary-color:light-dark(#15141a,#fbfbfe);--text-secondary-color:light-dark(#5b5b66,#cfcfd8);--link-fg-color:light-dark(#0060df,#0df);--link-hover-fg-color:light-dark(#0250bb,#80ebff);--separator-color:light-dark(#f0f0f4,#52525e);--textarea-bg-color:light-dark(#fff,#42414d);--radio-bg-color:light-dark(#f0f0f4,#2b2a33);--radio-checked-bg-color:light-dark(#fbfbfe,#15141a);--radio-checked-border-color:light-dark(#0060df,#0df)}}@supports (color:light-dark(red, red)) and (color:rgb(0 0 0 / 0)){.dialog{--button-secondary-bg-color:light-dark(#15141a12,#fbfbfe12);--button-secondary-active-bg-color:light-dark(#15141a36,#fbfbfe36);--button-secondary-hover-bg-color:light-dark(#15141a24,#fbfbfe24)}}@supports (color:light-dark(red, red)){.dialog{--button-primary-bg-color:light-dark(#0060df,#0df);--button-primary-fg-color:light-dark(#fbfbfe,#15141a);--button-primary-active-bg-color:light-dark(#054096,#aaf2ff);--button-primary-hover-bg-color:light-dark(#0250bb,#80ebff);--input-text-bg-color:light-dark(#fff,#42414d)}}@supports not (color:light-dark(tan, tan)){.dialog *{--csstools-light-dark-toggle--11:var(--csstools-color-scheme--light) #1c1b22;--dialog-bg-color:var(--csstools-light-dark-toggle--11,white);--csstools-light-dark-toggle--12:var(--csstools-color-scheme--light) #1c1b22;--dialog-border-color:var(--csstools-light-dark-toggle--12,white);--csstools-light-dark-toggle--13:var(--csstools-color-scheme--light) #15141a;--dialog-shadow:0 2px 14px 0 var(--csstools-light-dark-toggle--13,#3a394433);--csstools-light-dark-toggle--14:var(--csstools-color-scheme--light) #fbfbfe;--text-primary-color:var(--csstools-light-dark-toggle--14,#15141a);--csstools-light-dark-toggle--15:var(--csstools-color-scheme--light) #cfcfd8;--text-secondary-color:var(--csstools-light-dark-toggle--15,#5b5b66);--csstools-light-dark-toggle--16:var(--csstools-color-scheme--light) #0df;--link-fg-color:var(--csstools-light-dark-toggle--16,#0060df);--csstools-light-dark-toggle--17:var(--csstools-color-scheme--light) #80ebff;--link-hover-fg-color:var(--csstools-light-dark-toggle--17,#0250bb);--csstools-light-dark-toggle--18:var(--csstools-color-scheme--light) #52525e;--separator-color:var(--csstools-light-dark-toggle--18,#f0f0f4);--csstools-light-dark-toggle--19:var(--csstools-color-scheme--light) #42414d;--textarea-bg-color:var(--csstools-light-dark-toggle--19,white);--csstools-light-dark-toggle--20:var(--csstools-color-scheme--light) #2b2a33;--radio-bg-color:var(--csstools-light-dark-toggle--20,#f0f0f4);--csstools-light-dark-toggle--21:var(--csstools-color-scheme--light) #15141a;--radio-checked-bg-color:var(--csstools-light-dark-toggle--21,#fbfbfe);--csstools-light-dark-toggle--22:var(--csstools-color-scheme--light) #0df;--radio-checked-border-color:var(--csstools-light-dark-toggle--22,#0060df);--csstools-light-dark-toggle--23:var(--csstools-color-scheme--light) #fbfbfe12;--button-secondary-bg-color:var(--csstools-light-dark-toggle--23,#15141a12);--csstools-light-dark-toggle--24:var(--csstools-color-scheme--light) #fbfbfe36;--button-secondary-active-bg-color:var(--csstools-light-dark-toggle--24,#15141a36);--csstools-light-dark-toggle--25:var(--csstools-color-scheme--light) #fbfbfe24;--button-secondary-hover-bg-color:var(--csstools-light-dark-toggle--25,#15141a24);--csstools-light-dark-toggle--26:var(--csstools-color-scheme--light) #0df;--button-primary-bg-color:var(--csstools-light-dark-toggle--26,#0060df);--csstools-light-dark-toggle--27:var(--csstools-color-scheme--light) #15141a;--button-primary-fg-color:var(--csstools-light-dark-toggle--27,#fbfbfe);--csstools-light-dark-toggle--28:var(--csstools-color-scheme--light) #aaf2ff;--button-primary-active-bg-color:var(--csstools-light-dark-toggle--28,#054096);--csstools-light-dark-toggle--29:var(--csstools-color-scheme--light) #80ebff;--button-primary-hover-bg-color:var(--csstools-light-dark-toggle--29,#0250bb);--csstools-light-dark-toggle--30:var(--csstools-color-scheme--light) #42414d;--input-text-bg-color:var(--csstools-light-dark-toggle--30,white)}}@media (prefers-color-scheme:dark){.dialog{--hover-filter:brightness(1.4);--button-disabled-opacity:.6}}@media screen and (forced-colors:active){.dialog{--dialog-bg-color:Canvas;--dialog-border-color:CanvasText;--dialog-shadow:none;--text-primary-color:CanvasText;--text-secondary-color:CanvasText;--hover-filter:none;--link-fg-color:LinkText;--link-hover-fg-color:LinkText;--separator-color:CanvasText;--textarea-border-color:ButtonBorder;--textarea-bg-color:Field;--textarea-fg-color:ButtonText;--radio-bg-color:ButtonFace;--radio-checked-bg-color:ButtonFace;--radio-border-color:ButtonText;--radio-checked-border-color:ButtonText;--button-secondary-bg-color:ButtonFace;--button-secondary-fg-color:ButtonText;--button-secondary-border-color:ButtonText;--button-secondary-active-bg-color:HighlightText;--button-secondary-active-fg-color:SelectedItem;--button-secondary-active-border-color:ButtonText;--button-secondary-hover-bg-color:HighlightText;--button-secondary-hover-fg-color:SelectedItem;--button-secondary-hover-border-color:SelectedItem;--button-secondary-disabled-fg-color:GrayText;--button-secondary-disabled-border-color:GrayText;--button-primary-bg-color:ButtonText;--button-primary-fg-color:ButtonFace;--button-primary-border-color:ButtonText;--button-primary-active-bg-color:SelectedItem;--button-primary-active-fg-color:HighlightText;--button-primary-active-border-color:ButtonText;--button-primary-hover-bg-color:SelectedItem;--button-primary-hover-fg-color:HighlightText;--button-primary-hover-border-color:SelectedItem;--button-primary-disabled-bg-color:GrayText;--button-primary-disabled-fg-color:ButtonFace;--button-primary-disabled-border-color:GrayText;--button-disabled-opacity:1;--input-text-bg-color:Field;--input-text-fg-color:FieldText}}.dialog{font:message-box;border:1px solid var(--dialog-border-color);background:var(--dialog-bg-color);color:var(--text-primary-color);box-shadow:var(--dialog-shadow);border-radius:4px;padding:12px 16px;font-size:13px;font-weight:400;line-height:150%}:is(.dialog .mainContainer) :focus-visible{outline:var(--focus-ring-outline);outline-offset:2px}:is(.dialog .mainContainer) .title{flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:12px;width:auto;display:flex}:is(:is(.dialog .mainContainer) .title)>span{font-size:13px;font-style:normal;font-weight:590;line-height:150%}:is(.dialog .mainContainer) .dialogSeparator{border-top:1px solid var(--separator-color);border-bottom:none;width:100%;height:0;margin-block:4px}:is(.dialog .mainContainer) .dialogButtonsGroup{align-self:flex-end;gap:12px;display:flex}:is(.dialog .mainContainer) .radio{flex-direction:column;align-items:flex-start;gap:4px;display:flex}:is(:is(.dialog .mainContainer) .radio)>.radioButton{align-self:stretch;align-items:center;gap:8px;display:flex}:is(:is(:is(.dialog .mainContainer) .radio)>.radioButton) input{appearance:none;box-sizing:border-box;background-color:var(--radio-bg-color);border:1px solid var(--radio-border-color);border-radius:50%;width:16px;height:16px}:is(:is(:is(:is(.dialog .mainContainer) .radio)>.radioButton) input):hover{filter:var(--hover-filter)}:is(:is(:is(:is(.dialog .mainContainer) .radio)>.radioButton) input):checked{background-color:var(--radio-checked-bg-color);border:4px solid var(--radio-checked-border-color)}:is(:is(.dialog .mainContainer) .radio)>.radioLabel{align-self:stretch;align-items:flex-start;gap:10px;padding-inline-start:24px;display:flex}:is(:is(:is(.dialog .mainContainer) .radio)>.radioLabel)>span{color:var(--text-secondary-color);flex:1 0 0;font-size:11px}:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton,.clearInputButton)){font:menu;border:1px solid;border-radius:4px;width:auto;height:32px;padding:4px 16px;font-size:13px;font-weight:590}:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton,.clearInputButton))):hover{cursor:pointer;filter:var(--hover-filter)}:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton,.clearInputButton)))>span{color:inherit;font:inherit}.secondaryButton:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton,.clearInputButton))){color:var(--button-secondary-fg-color);background-color:var(--button-secondary-bg-color);border-color:var(--button-secondary-border-color)}.secondaryButton:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton,.clearInputButton))):hover{color:var(--button-secondary-hover-fg-color);background-color:var(--button-secondary-hover-bg-color);border-color:var(--button-secondary-hover-border-color)}.secondaryButton:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton,.clearInputButton))):active{color:var(--button-secondary-active-fg-color);background-color:var(--button-secondary-active-bg-color);border-color:var(--button-secondary-active-border-color)}.secondaryButton:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton,.clearInputButton))):disabled{background-color:var(--button-secondary-disabled-bg-color);border-color:var(--button-secondary-disabled-border-color);color:var(--button-secondary-disabled-fg-color);opacity:var(--button-disabled-opacity)}.primaryButton:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton,.clearInputButton))){color:var(--button-primary-fg-color);background-color:var(--button-primary-bg-color);border-color:var(--button-primary-border-color);opacity:1}.primaryButton:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton,.clearInputButton))):hover{color:var(--button-primary-hover-fg-color);background-color:var(--button-primary-hover-bg-color);border-color:var(--button-primary-hover-border-color)}.primaryButton:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton,.clearInputButton))):active{color:var(--button-primary-active-fg-color);background-color:var(--button-primary-active-bg-color);border-color:var(--button-primary-active-border-color)}.primaryButton:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton,.clearInputButton))):disabled{background-color:var(--button-primary-disabled-bg-color);border-color:var(--button-primary-disabled-border-color);color:var(--button-primary-disabled-fg-color);opacity:var(--button-disabled-opacity)}:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton,.clearInputButton))):disabled{pointer-events:none}:is(.dialog .mainContainer) a{color:var(--link-fg-color)}:is(:is(.dialog .mainContainer) a):hover{color:var(--link-hover-fg-color)}:is(.dialog .mainContainer) textarea{font:inherit;resize:none;box-sizing:border-box;border:1px solid var(--textarea-border-color);background:var(--textarea-bg-color);color:var(--textarea-fg-color);border-radius:4px;margin:0;padding:8px}:is(:is(.dialog .mainContainer) textarea):focus{outline-offset:0;border-color:#0000}:is(:is(.dialog .mainContainer) textarea):disabled{pointer-events:none;opacity:.4}:is(.dialog .mainContainer) input[type=text]{background-color:var(--input-text-bg-color);color:var(--input-text-fg-color)}:is(.dialog .mainContainer) .messageBar{--csstools-light-dark-toggle--31:var(--csstools-color-scheme--light) #5a3100;--message-bar-bg-color:var(--csstools-light-dark-toggle--31,#ffebcd);--csstools-light-dark-toggle--32:var(--csstools-color-scheme--light) #fbfbfe;--message-bar-fg-color:var(--csstools-light-dark-toggle--32,#15141a);--csstools-light-dark-toggle--33:var(--csstools-color-scheme--light) #ffffff14;--message-bar-border-color:var(--csstools-light-dark-toggle--33,#00000014);--message-bar-icon:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.8748%2012.037L9.37782%202.037C8.99682%201.346%208.31082%201%207.62482%201C6.93882%201%206.25282%201.346%205.87282%202.037L0.375823%2012.037C-0.358177%2013.37%200.606823%2015%202.12782%2015H13.1228C14.6428%2015%2015.6078%2013.37%2014.8748%2012.037ZM8.24982%2011.75L7.99982%2012H7.24982L6.99982%2011.75V11L7.24982%2010.75H7.99982L8.24982%2011V11.75ZM8.24982%209.062C8.24982%209.22776%208.18398%209.38673%208.06677%209.50394C7.94955%209.62115%207.79058%209.687%207.62482%209.687C7.45906%209.687%207.30009%209.62115%207.18288%209.50394C7.06567%209.38673%206.99982%209.22776%206.99982%209.062V5.625C6.99982%205.45924%207.06567%205.30027%207.18288%205.18306C7.30009%205.06585%207.45906%205%207.62482%205C7.79058%205%207.94955%205.06585%208.06677%205.18306C8.18398%205.30027%208.24982%205.45924%208.24982%205.625V9.062Z'%20fill='black'/%3e%3c/svg%3e");--csstools-light-dark-toggle--34:var(--csstools-color-scheme--light) #e49c49;--message-bar-icon-color:var(--csstools-light-dark-toggle--34,#cd411e)}@supports (color:light-dark(red, red)){:is(.dialog .mainContainer) .messageBar{--message-bar-bg-color:light-dark(#ffebcd,#5a3100);--message-bar-fg-color:light-dark(#15141a,#fbfbfe)}}@supports (color:light-dark(red, red)) and (color:rgb(0 0 0 / 0)){:is(.dialog .mainContainer) .messageBar{--message-bar-border-color:light-dark(#00000014,#ffffff14)}}@supports (color:light-dark(red, red)){:is(.dialog .mainContainer) .messageBar{--message-bar-icon-color:light-dark(#cd411e,#e49c49)}}@supports not (color:light-dark(tan, tan)){:is(:is(.dialog .mainContainer) .messageBar) *{--csstools-light-dark-toggle--31:var(--csstools-color-scheme--light) #5a3100;--message-bar-bg-color:var(--csstools-light-dark-toggle--31,#ffebcd);--csstools-light-dark-toggle--32:var(--csstools-color-scheme--light) #fbfbfe;--message-bar-fg-color:var(--csstools-light-dark-toggle--32,#15141a);--csstools-light-dark-toggle--33:var(--csstools-color-scheme--light) #ffffff14;--message-bar-border-color:var(--csstools-light-dark-toggle--33,#00000014);--csstools-light-dark-toggle--34:var(--csstools-color-scheme--light) #e49c49;--message-bar-icon-color:var(--csstools-light-dark-toggle--34,#cd411e)}}@media screen and (forced-colors:active){:is(.dialog .mainContainer) .messageBar{--message-bar-bg-color:HighlightText;--message-bar-fg-color:CanvasText;--message-bar-border-color:CanvasText;--message-bar-icon-color:CanvasText}}:is(.dialog .mainContainer) .messageBar{align-self:stretch}:is(:is(:is(.dialog .mainContainer) .messageBar)>div):before,:is(:is(:is(.dialog .mainContainer) .messageBar)>div)>div{margin-block:4px}:is(:is(:is(.dialog .mainContainer) .messageBar)>div)>div{flex-direction:column;flex:1 0 0;align-items:flex-start;gap:8px;display:flex}:is(:is(:is(:is(.dialog .mainContainer) .messageBar)>div)>div) .title{font-size:13px;font-weight:590}:is(:is(:is(:is(.dialog .mainContainer) .messageBar)>div)>div) .description{font-size:13px}:is(.dialog .mainContainer) .toggler{align-self:stretch;align-items:center;gap:8px;display:flex}:is(:is(.dialog .mainContainer) .toggler)>.togglerLabel{-webkit-user-select:none;user-select:none}.textLayer{--csstools-color-scheme--light:initial;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light only;text-align:initial;opacity:1;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;caret-color:canvastext;z-index:0;line-height:1;position:absolute;inset:0;overflow:clip}.textLayer.highlighting{touch-action:none}.textLayer :is(span,br){color:#0000;white-space:pre;cursor:text;transform-origin:0 0;position:absolute}.textLayer{--min-font-size:1;--text-scale-factor:calc(var(--total-scale-factor) * var(--min-font-size));--min-font-size-inv:calc(1 / var(--min-font-size))}.textLayer>:not(.markedContent),.textLayer .markedContent span:not(.markedContent){z-index:1;--font-height:0;font-size:calc(var(--text-scale-factor) * var(--font-height));--scale-x:1;--rotate:0deg;transform:rotate(var(--rotate)) scaleX(var(--scale-x)) scale(var(--min-font-size-inv))}.textLayer .markedContent{display:contents}.textLayer span[role=img]{-webkit-user-select:none;user-select:none;cursor:default}.textLayer .highlight{--highlight-bg-color:#b400aa40;--highlight-selected-bg-color:#00640040;--highlight-backdrop-filter:none;--highlight-selected-backdrop-filter:none}@media screen and (forced-colors:active){.textLayer .highlight{--highlight-bg-color:transparent;--highlight-selected-bg-color:transparent;--highlight-backdrop-filter:var(--hcm-highlight-filter);--highlight-selected-backdrop-filter:var(--hcm-highlight-selected-filter)}}.textLayer .highlight{background-color:var(--highlight-bg-color);-webkit-backdrop-filter:var(--highlight-backdrop-filter);backdrop-filter:var(--highlight-backdrop-filter);border-radius:4px;margin:-1px;padding:1px}.appended:is(.textLayer .highlight){position:initial}.begin:is(.textLayer .highlight){border-radius:4px 0 0 4px}.end:is(.textLayer .highlight){border-radius:0 4px 4px 0}.middle:is(.textLayer .highlight){border-radius:0}.selected:is(.textLayer .highlight){background-color:var(--highlight-selected-bg-color);-webkit-backdrop-filter:var(--highlight-selected-backdrop-filter);backdrop-filter:var(--highlight-selected-backdrop-filter)}.textLayer ::selection{background:#0000ff40;background:color-mix(in srgb, AccentColor, transparent 75%)}.textLayer br::selection{background:0 0}.textLayer .endOfContent{z-index:0;cursor:default;-webkit-user-select:none;user-select:none;display:block;position:absolute;inset:100% 0 0}.textLayer.selecting .endOfContent{top:0}.annotationLayer{--csstools-color-scheme--light:initial;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light only;--annotation-unfocused-field-background:url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color:Highlight;--input-focus-outline:1px solid Canvas;--input-unfocused-border-color:transparent;--input-disabled-border-color:transparent;--input-hover-border-color:black;--link-outline:none}@media screen and (forced-colors:active){.annotationLayer{--input-focus-border-color:CanvasText;--input-unfocused-border-color:ActiveText;--input-disabled-border-color:GrayText;--input-hover-border-color:Highlight;--link-outline:1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selecteditem}.annotationLayer .linkAnnotation{outline:var(--link-outline)}:is(.annotationLayer .linkAnnotation):hover{-webkit-backdrop-filter:var(--hcm-highlight-filter);backdrop-filter:var(--hcm-highlight-filter)}:is(.annotationLayer .linkAnnotation)>a:hover{box-shadow:none;opacity:0!important;background:0 0!important}.annotationLayer .popupAnnotation .popup{outline:calc(1.5px * var(--total-scale-factor)) solid CanvasText!important;color:buttontext!important;background-color:buttonface!important}.annotationLayer .highlightArea:hover:after{width:100%;height:100%;-webkit-backdrop-filter:var(--hcm-highlight-filter);backdrop-filter:var(--hcm-highlight-filter);content:"";pointer-events:none;position:absolute;top:0;left:0}.annotationLayer .popupAnnotation.focused .popup{outline:calc(3px * var(--total-scale-factor)) solid Highlight!important}}.annotationLayer{pointer-events:none;transform-origin:0 0;position:absolute;top:0;left:0}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg)translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg)translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg)translateY(-100%)}.annotationLayer.disabled section,.annotationLayer.disabled .popup{pointer-events:none}.annotationLayer .annotationContent{pointer-events:none;width:100%;height:100%;position:absolute}.freetext:is(.annotationLayer .annotationContent){white-space:nowrap;background:0 0;border:none;font:10px/1.35 sans-serif;inset:0;overflow:visible}.annotationLayer section{text-align:initial;pointer-events:auto;box-sizing:border-box;transform-origin:0 0;-webkit-user-select:none;user-select:none;position:absolute}:is(.annotationLayer section):has(div.annotationContent) canvas.annotationContent{display:none}:is(.annotationLayer section) .overlaidText{width:0;height:0;display:inline-block;position:absolute;top:0;left:0;overflow:hidden}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{width:100%;height:100%;font-size:1em;position:absolute;top:0;left:0}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton):not(.hasBorder)>a:hover{opacity:.2;background-color:#ff0}.annotationLayer .linkAnnotation.hasBorder:hover{background-color:#ff03}.annotationLayer .hasBorder{background-size:100% 100%}.annotationLayer .textAnnotation img{cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--total-scale-factor)) sans-serif;vertical-align:top;width:100%;height:100%;margin:0}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation [disabled]:is(input,textarea),.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{border:2px solid var(--input-disabled-border-color);cursor:not-allowed;background:0 0}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline);background:0 0;border-radius:2px}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-color:#0000;background-image:none}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline);border-radius:2px}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{content:"";background-color:canvastext;display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{width:1px;height:80%;left:45%}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;width:50%;height:50%;top:25%;left:25%}.annotationLayer .textWidgetAnnotation input.comb{padding-left:2px;padding-right:0;font-family:monospace}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{appearance:none}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{width:100%;height:100%}.annotationLayer .popupAnnotation{font-size:calc(9px * var(--total-scale-factor));pointer-events:none;width:max-content;max-width:45%;height:auto;position:absolute}.annotationLayer .popup{color:#000;box-shadow:0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) #888;border-radius:calc(2px * var(--total-scale-factor));padding:calc(6px * var(--total-scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto;-webkit-user-select:text;user-select:text;background-color:#ff9;outline:1.5px solid #ffff4a}.annotationLayer .popupAnnotation.focused .popup{outline-width:3px}.annotationLayer .popup *{font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popup>.header{display:inline-block}.annotationLayer .popup>.header>.title{font-weight:700;display:inline}.annotationLayer .popup>.header .popupDate{margin-left:calc(5px * var(--total-scale-factor));width:fit-content;display:inline-block}.annotationLayer .popupContent{margin-top:calc(2px * var(--total-scale-factor));padding-top:calc(2px * var(--total-scale-factor));border-top:1px solid #333}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popupTriggerArea{cursor:pointer}:is(.annotationLayer .popupTriggerArea):hover{-webkit-backdrop-filter:var(--hcm-highlight-filter);backdrop-filter:var(--hcm-highlight-filter)}.annotationLayer section svg{width:100%;height:100%;position:absolute;top:0;left:0}.annotationLayer .annotationTextContent{opacity:0;color:#0000;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;position:absolute}:is(.annotationLayer .annotationTextContent) span{width:100%;display:inline-block}.annotationLayer svg.quadrilateralsContainer{contain:strict;z-index:-1;width:0;height:0;position:absolute;top:0;left:0}:root{--xfa-unfocused-field-background:url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--xfa-focus-outline:auto}@media screen and (forced-colors:active){:root{--xfa-focus-outline:2px solid CanvasText}.xfaLayer :required{outline:1.5px solid selecteditem}}.xfaLayer{--csstools-color-scheme--light:initial;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light only;background-color:#0000}.xfaLayer .highlight{background-color:#efcbed;border-radius:4px;margin:-1px;padding:1px}.xfaLayer .highlight.appended{position:initial}.xfaLayer .highlight.begin{border-radius:4px 0 0 4px}.xfaLayer .highlight.end{border-radius:0 4px 4px 0}.xfaLayer .highlight.middle{border-radius:0}.xfaLayer .highlight.selected{background-color:#cbdfcb}.xfaPage{position:relative;overflow:hidden}.xfaContentarea{position:absolute}.xfaPrintOnly{display:none}.xfaLayer{text-align:initial;transform-origin:0 0;line-height:1.2;position:absolute;top:0;left:0}.xfaLayer *{color:inherit;font:inherit;font-style:inherit;font-weight:inherit;font-kerning:inherit;letter-spacing:-.01px;text-align:inherit;-webkit-text-decoration:inherit;text-decoration:inherit;box-sizing:border-box;pointer-events:auto;line-height:inherit;background-color:#0000;margin:0;padding:0}.xfaLayer :required{outline:1.5px solid red}.xfaLayer div,.xfaLayer svg,.xfaLayer svg *{pointer-events:none}.xfaLayer a{color:#00f}.xfaRich li{margin-left:3em}.xfaFont{color:#000;font-kerning:none;letter-spacing:0;vertical-align:0;font-size:10px;font-style:normal;font-weight:400;text-decoration:none}.xfaCaption{flex:none;overflow:hidden}.xfaCaptionForCheckButton{flex:auto;overflow:hidden}.xfaLabel{width:100%;height:100%}.xfaLeft{flex-direction:row;align-items:center;display:flex}.xfaRight{flex-direction:row-reverse;align-items:center;display:flex}:is(.xfaLeft,.xfaRight)>:is(.xfaCaption,.xfaCaptionForCheckButton){max-height:100%}.xfaTop{flex-direction:column;align-items:flex-start;display:flex}.xfaBottom{flex-direction:column-reverse;align-items:flex-start;display:flex}:is(.xfaTop,.xfaBottom)>:is(.xfaCaption,.xfaCaptionForCheckButton){width:100%}.xfaBorder{pointer-events:none;background-color:#0000;position:absolute}.xfaWrapped{width:100%;height:100%}:is(.xfaTextfield,.xfaSelect):focus{outline:var(--xfa-focus-outline);outline-offset:-1px;background-color:#0000;background-image:none}:is(.xfaCheckbox,.xfaRadio):focus{outline:var(--xfa-focus-outline)}.xfaTextfield,.xfaSelect{resize:none;background-image:var(--xfa-unfocused-field-background);border:none;flex:auto;width:100%;height:100%}.xfaSelect{padding-inline:2px}:is(.xfaTop,.xfaBottom)>:is(.xfaTextfield,.xfaSelect){flex:0 auto}.xfaButton{cursor:pointer;text-align:center;border:none;width:100%;height:100%}.xfaLink{width:100%;height:100%;position:absolute;top:0;left:0}.xfaCheckbox,.xfaRadio{border:none;flex:none;width:100%;height:100%}.xfaRich{white-space:pre-wrap;width:100%;height:100%}.xfaImage{-o-object-position:left top;object-position:left top;-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.xfaLrTb,.xfaRlTb,.xfaTb{flex-direction:column;align-items:stretch;display:flex}.xfaLr{flex-direction:row;align-items:stretch;display:flex}.xfaRl{flex-direction:row-reverse;align-items:stretch;display:flex}.xfaTb>div{justify-content:left}.xfaPosition,.xfaArea{position:relative}.xfaValignMiddle{align-items:center;display:flex}.xfaTable{flex-direction:column;align-items:stretch;display:flex}.xfaTable .xfaRow{flex-direction:row;align-items:stretch;display:flex}.xfaTable .xfaRlRow{flex-direction:row-reverse;flex:1;align-items:stretch;display:flex}.xfaTable .xfaRlRow>div{flex:1}:is(.xfaNonInteractive,.xfaDisabled,.xfaReadOnly) :is(input,textarea){background:initial}@media print{.xfaTextfield,.xfaSelect{background:0 0}.xfaSelect{appearance:none;text-indent:1px;text-overflow:""}}.canvasWrapper svg{transform:none}.moving:is(.canvasWrapper svg){z-index:100000}[data-main-rotation="90"]:is(.highlight:is(.canvasWrapper svg),.highlightOutline:is(.canvasWrapper svg)) mask,[data-main-rotation="90"]:is(.highlight:is(.canvasWrapper svg),.highlightOutline:is(.canvasWrapper svg)) use:not(.clip,.mask){transform:matrix(0,1,-1,0,1,0)}[data-main-rotation="180"]:is(.highlight:is(.canvasWrapper svg),.highlightOutline:is(.canvasWrapper svg)) mask,[data-main-rotation="180"]:is(.highlight:is(.canvasWrapper svg),.highlightOutline:is(.canvasWrapper svg)) use:not(.clip,.mask){transform:matrix(-1,0,0,-1,1,1)}[data-main-rotation="270"]:is(.highlight:is(.canvasWrapper svg),.highlightOutline:is(.canvasWrapper svg)) mask,[data-main-rotation="270"]:is(.highlight:is(.canvasWrapper svg),.highlightOutline:is(.canvasWrapper svg)) use:not(.clip,.mask){transform:matrix(0,-1,1,0,0,1)}.draw:is(.canvasWrapper svg){mix-blend-mode:normal;position:absolute}.draw[data-draw-rotation="90"]:is(.canvasWrapper svg){transform:rotate(90deg)}.draw[data-draw-rotation="180"]:is(.canvasWrapper svg){transform:rotate(180deg)}.draw[data-draw-rotation="270"]:is(.canvasWrapper svg){transform:rotate(270deg)}.highlight:is(.canvasWrapper svg){--blend-mode:multiply}@media screen and (forced-colors:active){.highlight:is(.canvasWrapper svg){--blend-mode:difference}}.highlight:is(.canvasWrapper svg){mix-blend-mode:var(--blend-mode);position:absolute}.highlight:is(.canvasWrapper svg):not(.free){fill-rule:evenodd}.highlightOutline:is(.canvasWrapper svg){mix-blend-mode:normal;fill-rule:evenodd;fill:none;position:absolute}.highlightOutline.hovered:is(.canvasWrapper svg):not(.free):not(.selected){stroke:var(--hover-outline-color);stroke-width:var(--outline-width)}.highlightOutline.selected:is(.canvasWrapper svg):not(.free) .mainOutline{stroke:var(--outline-around-color);stroke-width:calc(var(--outline-width) + 2 * var(--outline-around-width))}.highlightOutline.selected:is(.canvasWrapper svg):not(.free) .secondaryOutline{stroke:var(--outline-color);stroke-width:var(--outline-width)}.highlightOutline.free.hovered:is(.canvasWrapper svg):not(.selected){stroke:var(--hover-outline-color);stroke-width:calc(2 * var(--outline-width))}.highlightOutline.free.selected:is(.canvasWrapper svg) .mainOutline{stroke:var(--outline-around-color);stroke-width:calc(2 * (var(--outline-width) + var(--outline-around-width)))}.highlightOutline.free.selected:is(.canvasWrapper svg) .secondaryOutline{stroke:var(--outline-color);stroke-width:calc(2 * var(--outline-width))}.toggle-button{--button-background-color:color-mix(in srgb, currentColor 7%, transparent);--button-background-color-hover:color-mix(in srgb, currentColor 14%, transparent);--button-background-color-active:color-mix(in srgb, currentColor 21%, transparent);--csstools-light-dark-toggle--35:var(--csstools-color-scheme--light) #0df;--color-accent-primary:var(--csstools-light-dark-toggle--35,#0060df);--csstools-light-dark-toggle--36:var(--csstools-color-scheme--light) #80ebff;--color-accent-primary-hover:var(--csstools-light-dark-toggle--36,#0250bb);--csstools-light-dark-toggle--37:var(--csstools-color-scheme--light) #aaf2ff;--color-accent-primary-active:var(--csstools-light-dark-toggle--37,#054096);--border-radius-circle:9999px;--border-width:1px;--size-item-small:16px;--size-item-large:32px;--csstools-light-dark-toggle--38:var(--csstools-color-scheme--light) #1c1b22;--color-canvas:var(--csstools-light-dark-toggle--38,white);--background-color-canvas:var(--color-canvas);--csstools-light-dark-toggle--39:var(--csstools-color-scheme--light) #f9f9fa;--border-color-interactive:var(--csstools-light-dark-toggle--39,#8f8f9d);--border-color-interactive-hover:var(--border-color-interactive);--border-color-interactive-active:var(--border-color-interactive);--focus-outline-offset:2px}@supports (color:light-dark(red, red)){.toggle-button{--color-accent-primary:light-dark(#0060df,#0df);--color-accent-primary-hover:light-dark(#0250bb,#80ebff);--color-accent-primary-active:light-dark(#054096,#aaf2ff);--color-canvas:light-dark(#fff,#1c1b22);--border-color-interactive:light-dark(#8f8f9d,#f9f9fa)}}@supports not (color:light-dark(tan, tan)){.toggle-button *{--csstools-light-dark-toggle--35:var(--csstools-color-scheme--light) #0df;--color-accent-primary:var(--csstools-light-dark-toggle--35,#0060df);--csstools-light-dark-toggle--36:var(--csstools-color-scheme--light) #80ebff;--color-accent-primary-hover:var(--csstools-light-dark-toggle--36,#0250bb);--csstools-light-dark-toggle--37:var(--csstools-color-scheme--light) #aaf2ff;--color-accent-primary-active:var(--csstools-light-dark-toggle--37,#054096);--csstools-light-dark-toggle--38:var(--csstools-color-scheme--light) #1c1b22;--color-canvas:var(--csstools-light-dark-toggle--38,white);--csstools-light-dark-toggle--39:var(--csstools-color-scheme--light) #f9f9fa;--border-color-interactive:var(--csstools-light-dark-toggle--39,#8f8f9d)}}@media (forced-colors:active){.toggle-button{--color-accent-primary:ButtonText;--color-accent-primary-hover:SelectedItem;--color-accent-primary-active:SelectedItem;--button-background-color:ButtonFace;--border-color-interactive:ButtonText;--border-color-interactive-hover:SelectedItem;--border-color-interactive-active:ButtonText;--color-canvas:ButtonText;--background-color-canvas:Canvas}}.toggle-button{--toggle-background-color:var(--button-background-color);--toggle-background-color-hover:var(--button-background-color-hover);--toggle-background-color-active:var(--button-background-color-active);--toggle-background-color-pressed:var(--color-accent-primary);--toggle-background-color-pressed-hover:var(--color-accent-primary-hover);--toggle-background-color-pressed-active:var(--color-accent-primary-active);--toggle-border-color:var(--border-color-interactive);--toggle-border-color-hover:var(--toggle-border-color);--toggle-border-color-active:var(--toggle-border-color);--toggle-border-radius:var(--border-radius-circle);--toggle-border-width:var(--border-width);--toggle-height:var(--size-item-small);--toggle-width:var(--size-item-large);--toggle-dot-background-color:var(--toggle-border-color);--toggle-dot-background-color-hover:var(--toggle-dot-background-color);--toggle-dot-background-color-active:var(--toggle-dot-background-color);--toggle-dot-background-color-on-pressed:var(--background-color-canvas);--toggle-dot-margin:1px;--toggle-dot-height:calc(var(--toggle-height) - 2 * var(--toggle-dot-margin) - 2 * var(--toggle-border-width));--toggle-dot-width:var(--toggle-dot-height);--toggle-dot-transform-x:calc(var(--toggle-width) - 4 * var(--toggle-dot-margin) - var(--toggle-dot-width));--input-width:var(--toggle-width);appearance:none;border:var(--toggle-border-width) solid var(--toggle-border-color);height:var(--toggle-height);width:var(--toggle-width);border-radius:var(--toggle-border-radius);background-color:var(--toggle-background-color);box-sizing:border-box;padding:0}.toggle-button:focus-visible{outline:var(--focus-outline);outline-offset:var(--focus-outline-offset)}.toggle-button:enabled:hover{background-color:var(--toggle-background-color-hover);border-color:var(--toggle-border-color)}.toggle-button:enabled:hover:active{background-color:var(--toggle-background-color-active);border-color:var(--toggle-border-color)}.toggle-button:before{content:"";background-color:var(--toggle-dot-background-color);height:var(--toggle-dot-height);width:var(--toggle-dot-width);margin:var(--toggle-dot-margin);border-radius:var(--toggle-border-radius);display:block;translate:0}.toggle-button[aria-pressed=true]{background-color:var(--toggle-background-color-pressed);border-color:#0000}.toggle-button[aria-pressed=true]:enabled:hover{background-color:var(--toggle-background-color-pressed-hover);border-color:#0000}.toggle-button[aria-pressed=true]:enabled:hover:active{background-color:var(--toggle-background-color-pressed-active);border-color:#0000}.toggle-button[aria-pressed=true]:before{translate:var(--toggle-dot-transform-x);background-color:var(--toggle-dot-background-color-on-pressed)}.toggle-button[aria-pressed=true]:enabled:hover:before,.toggle-button[aria-pressed=true]:enabled:hover:active:before{background-color:var(--toggle-dot-background-color-on-pressed)}[dir=rtl] .toggle-button[aria-pressed=true]:before{translate:calc(-1 * var(--toggle-dot-transform-x))}.toggle-button[aria-pressed=true]:-moz-locale-dir(rtl):before{translate:calc(-1 * var(--toggle-dot-transform-x))}@media (prefers-reduced-motion:no-preference){.toggle-button:before{transition:translate .1s}}@media (prefers-contrast){.toggle-button:enabled:hover{border-color:var(--toggle-border-color-hover)}.toggle-button:enabled:hover:active{border-color:var(--toggle-border-color-active)}.toggle-button[aria-pressed=true]:enabled{border-color:var(--toggle-border-color);position:relative}.toggle-button[aria-pressed=true]:enabled:hover{border-color:var(--toggle-border-color-hover)}.toggle-button[aria-pressed=true]:enabled:hover:active{background-color:var(--toggle-dot-background-color-active);border-color:var(--toggle-dot-background-color-hover)}.toggle-button:enabled:hover:before,.toggle-button:enabled:hover:active:before{background-color:var(--toggle-dot-background-color-hover)}}@media (forced-colors){.toggle-button{--toggle-dot-background-color:var(--color-accent-primary);--toggle-dot-background-color-hover:var(--color-accent-primary-hover);--toggle-dot-background-color-active:var(--color-accent-primary-active);--toggle-dot-background-color-on-pressed:var(--button-background-color);--toggle-border-color-hover:var(--border-color-interactive-hover);--toggle-border-color-active:var(--border-color-interactive-active)}.toggle-button[aria-pressed=true]:enabled:after{border:1px solid var(--button-background-color);content:"";height:var(--toggle-height);width:var(--toggle-width);border-radius:var(--toggle-border-radius);display:block;position:absolute;inset:-2px}.toggle-button[aria-pressed=true]:enabled:hover:active:after{border-color:var(--toggle-border-color-active)}}:root{--clear-signature-button-icon:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11%203H13.6C14%203%2014.3%203.3%2014.3%203.6C14.3%203.9%2014%204.2%2013.7%204.2H13.3V14C13.3%2015.1%2012.4%2016%2011.3%2016H4.80005C3.70005%2016%202.80005%2015.1%202.80005%2014V4.2H2.40005C2.00005%204.2%201.80005%204%201.80005%203.6C1.80005%203.2%202.00005%203%202.40005%203H5.00005V2C5.00005%200.9%205.90005%200%207.00005%200H9.00005C10.1%200%2011%200.9%2011%202V3ZM6.90005%201.2L6.30005%201.8V3H9.80005V1.8L9.20005%201.2H6.90005ZM11.4%2014.7L12%2014.1V4.2H4.00005V14.1L4.60005%2014.7H11.4ZM7.00005%2012.4C7.00005%2012.7%206.70005%2013%206.40005%2013C6.10005%2013%205.80005%2012.7%205.80005%2012.4V7.6C5.70005%207.3%206.00005%207%206.40005%207C6.80005%207%207.00005%207.3%207.00005%207.6V12.4ZM10.2001%2012.4C10.2001%2012.7%209.90006%2013%209.60006%2013C9.30006%2013%209.00006%2012.7%209.00006%2012.4V7.6C9.00006%207.3%209.30006%207%209.60006%207C9.90006%207%2010.2001%207.3%2010.2001%207.6V12.4Z'%20fill='black'%20/%3e%3c/svg%3e");--csstools-light-dark-toggle--40:var(--csstools-color-scheme--light) #2b2a33;--signature-bg:var(--csstools-light-dark-toggle--40,#f9f9fb);--csstools-light-dark-toggle--41:var(--csstools-color-scheme--light) var(--signature-bg);--signature-hover-bg:var(--csstools-light-dark-toggle--41,#f0f0f4);--button-signature-bg:transparent;--button-signature-color:var(--main-color);--csstools-light-dark-toggle--42:var(--csstools-color-scheme--light) #5b5b66;--button-signature-active-bg:var(--csstools-light-dark-toggle--42,#cfcfd8);--button-signature-active-border:none;--button-signature-active-color:var(--button-signature-color);--button-signature-border:none;--csstools-light-dark-toggle--43:var(--csstools-color-scheme--light) #52525e;--button-signature-hover-bg:var(--csstools-light-dark-toggle--43,#e0e0e6);--button-signature-hover-color:var(--button-signature-color)}@supports (color:light-dark(red, red)){:root{--signature-bg:light-dark(#f9f9fb,#2b2a33);--signature-hover-bg:light-dark(#f0f0f4,var(--signature-bg));--button-signature-active-bg:light-dark(#cfcfd8,#5b5b66);--button-signature-hover-bg:light-dark(#e0e0e6,#52525e)}}@supports not (color:light-dark(tan, tan)){:root *{--csstools-light-dark-toggle--40:var(--csstools-color-scheme--light) #2b2a33;--signature-bg:var(--csstools-light-dark-toggle--40,#f9f9fb);--csstools-light-dark-toggle--41:var(--csstools-color-scheme--light) var(--signature-bg);--signature-hover-bg:var(--csstools-light-dark-toggle--41,#f0f0f4);--csstools-light-dark-toggle--42:var(--csstools-color-scheme--light) #5b5b66;--button-signature-active-bg:var(--csstools-light-dark-toggle--42,#cfcfd8);--csstools-light-dark-toggle--43:var(--csstools-color-scheme--light) #52525e;--button-signature-hover-bg:var(--csstools-light-dark-toggle--43,#e0e0e6)}}@media screen and (forced-colors:active){:root{--signature-bg:HighlightText;--signature-hover-bg:var(--signature-bg);--button-signature-bg:HighlightText;--button-signature-color:ButtonText;--button-signature-active-bg:ButtonText;--button-signature-active-color:HighlightText;--button-signature-border:1px solid ButtonText;--button-signature-hover-bg:Highlight;--button-signature-hover-color:HighlightText}}.signatureDialog{--primary-color:var(--text-primary-color);--border-color:#8f8f9d;--open-link-fg:var(--link-fg-color);--open-link-hover-fg:var(--link-hover-fg-color)}@media screen and (forced-colors:active){.signatureDialog{--primary-color:ButtonText;--border-color:ButtonText;--open-link-fg:ButtonText;--open-link-hover-fg:ButtonText}}.signatureDialog{width:570px;min-width:300px;max-width:100%;padding:16px 0}.signatureDialog .mainContainer{flex-direction:column;align-items:flex-start;gap:12px;width:100%;display:flex}:is(.signatureDialog .mainContainer) span:not([role=sectionhead]){font-size:13px;font-style:normal;font-weight:400;line-height:normal}:is(.signatureDialog .mainContainer) .title{margin-inline-start:16px}.signatureDialog .inputWithClearButton{--button-dimension:24px;--clear-button-icon:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.85822%208.84922L4.85322%2011.8542C4.75891%2011.9453%204.63261%2011.9957%204.50151%2011.9946C4.37042%2011.9934%204.24501%2011.9408%204.15231%2011.8481C4.0596%2011.7554%204.00702%2011.63%204.00588%2011.4989C4.00474%2011.3678%204.05514%2011.2415%204.14622%2011.1472L7.15122%208.14222V7.85922L4.14622%204.85322C4.05514%204.75891%204.00474%204.63261%204.00588%204.50151C4.00702%204.37042%204.0596%204.24501%204.15231%204.15231C4.24501%204.0596%204.37042%204.00702%204.50151%204.00588C4.63261%204.00474%204.75891%204.05514%204.85322%204.14622L7.85822%207.15122H8.14122L11.1462%204.14622C11.2405%204.05514%2011.3668%204.00474%2011.4979%204.00588C11.629%204.00702%2011.7544%204.0596%2011.8471%204.15231C11.9398%204.24501%2011.9924%204.37042%2011.9936%204.50151C11.9947%204.63261%2011.9443%204.75891%2011.8532%204.85322L8.84822%207.85922V8.14222L11.8532%2011.1472C11.9443%2011.2415%2011.9947%2011.3678%2011.9936%2011.4989C11.9924%2011.63%2011.9398%2011.7554%2011.8471%2011.8481C11.7544%2011.9408%2011.629%2011.9934%2011.4979%2011.9946C11.3668%2011.9957%2011.2405%2011.9453%2011.1462%2011.8542L8.14122%208.84922L8.14222%208.85022L7.85822%208.84922Z'%20fill='black'/%3e%3c/svg%3e");justify-content:center;align-items:center;width:100%;display:flex;position:relative}:is(.signatureDialog .inputWithClearButton)>input{width:100%;height:32px;padding-inline:8px calc(4px + var(--button-dimension));box-sizing:border-box;border:1px solid var(--border-color);border-radius:4px}:is(.signatureDialog .inputWithClearButton) .clearInputButton{width:var(--button-dimension);height:var(--button-dimension);background-color:var(--input-text-fg-color);-webkit-mask-size:cover;mask-size:cover;-webkit-mask-image:var(--clear-button-icon);-webkit-mask-image:var(--clear-button-icon);mask-image:var(--clear-button-icon);border:0;padding:0;display:inline-block;position:absolute;inset-block-start:4px;inset-inline-end:4px}#addSignatureDialog{--secondary-color:var(--text-secondary-color);--bg-hover:#e0e0e6;--tab-top-line-active-color:#0060df;--tab-top-line-active-hover-color:var(--tab-text-hover-color);--tab-top-line-hover-color:#8f8f9d;--tab-top-line-inactive-color:#cfcfd8;--tab-bottom-line-active-color:var(--tab-top-line-inactive-color);--tab-bottom-line-hover-color:var(--tab-top-line-inactive-color);--tab-bottom-line-inactive-color:var(--tab-top-line-inactive-color);--tab-bg:var(--dialog-bg-color);--tab-bg-active-color:var(--tab-bg);--tab-bg-active-hover-color:var(--bg-hover);--tab-bg-hover:var(--bg-hover);--tab-panel-border:none;--tab-panel-border-radius:4px;--tab-text-color:var(--primary-color);--tab-text-active-color:var(--tab-top-line-active-color);--tab-text-active-hover-color:var(--tab-text-hover-color);--tab-text-hover-color:var(--tab-text-color);--signature-placeholder-color:var(--secondary-color);--signature-draw-placeholder-color:var(--primary-color);--signature-color:var(--primary-color);--clear-signature-button-border-width:0;--clear-signature-button-border-style:solid;--clear-signature-button-border-color:transparent;--clear-signature-button-border-disabled-color:transparent;--clear-signature-button-color:var(--primary-color);--clear-signature-button-hover-color:var(--clear-signature-button-color);--clear-signature-button-active-color:var(--clear-signature-button-color);--clear-signature-button-disabled-color:var(--clear-signature-button-color);--clear-signature-button-focus-color:var(--clear-signature-button-color);--clear-signature-button-bg:var(--dialog-bg-color);--clear-signature-button-bg-hover:var(--bg-hover);--clear-signature-button-bg-active:#cfcfd8;--clear-signature-button-bg-focus:#f0f0f4;--clear-signature-button-bg-disabled:#f0f0f499;--save-warning-color:var(--secondary-color);--thickness-bg:var(--dialog-bg-color);--thickness-label-color:var(--primary-color);--thickness-slider-color:var(--primary-color);--thickness-border:none;--draw-cursor:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.0189877%2013.6645L0.612989%2010.4635C0.687989%2010.0545%200.884989%209.6805%201.18099%209.3825L9.98199%200.5805C10.756%20-0.1925%2012.015%20-0.1945%2012.792%200.5805L14.42%202.2085C15.194%202.9835%2015.194%204.2435%2014.42%205.0185L5.61599%2013.8215C5.31999%2014.1165%204.94599%2014.3125%204.53799%2014.3875L1.33599%2014.9815C1.26599%2014.9935%201.19799%2015.0005%201.12999%2015.0005C0.832989%2015.0005%200.544988%2014.8835%200.330988%2014.6695C0.0679874%2014.4055%20-0.0490122%2014.0305%200.0189877%2013.6645Z'%20fill='white'/%3e%3cpath%20d='M0.0189877%2013.6645L0.612989%2010.4635C0.687989%2010.0545%200.884989%209.6805%201.18099%209.3825L9.98199%200.5805C10.756%20-0.1925%2012.015%20-0.1945%2012.792%200.5805L14.42%202.2085C15.194%202.9835%2015.194%204.2435%2014.42%205.0185L5.61599%2013.8215C5.31999%2014.1165%204.94599%2014.3125%204.53799%2014.3875L1.33599%2014.9815C1.26599%2014.9935%201.19799%2015.0005%201.12999%2015.0005C0.832989%2015.0005%200.544988%2014.8835%200.330988%2014.6695C0.0679874%2014.4055%20-0.0490122%2014.0305%200.0189877%2013.6645ZM12.472%205.1965L13.632%204.0365L13.631%203.1885L11.811%201.3675L10.963%201.3685L9.80299%202.5285L12.472%205.1965ZM4.31099%2013.1585C4.47099%2013.1285%204.61799%2013.0515%204.73399%2012.9345L11.587%206.0815L8.91899%203.4135L2.06599%2010.2655C1.94899%2010.3835%201.87199%2010.5305%201.84099%2010.6915L1.36699%2013.2485L1.75199%2013.6335L4.31099%2013.1585Z'%20fill='black'/%3e%3c/svg%3e") 0 16, pointer}@media (prefers-color-scheme:dark){#addSignatureDialog{--dialog-bg-color:#42414d;--bg-hover:#52525e;--primary-color:#fbfbfe;--secondary-color:#cfcfd8;--tab-top-line-active-color:#0df;--tab-top-line-inactive-color:#8f8f9d;--clear-signature-button-bg-active:#5b5b66;--clear-signature-button-bg-focus:#2b2a33;--clear-signature-button-bg-disabled:#2b2a3399}}@media screen and (forced-colors:active){#addSignatureDialog{--secondary-color:ButtonText;--bg:HighlightText;--bg-hover:var(--bg);--tab-top-line-active-color:ButtonText;--tab-top-line-active-hover-color:HighlightText;--tab-top-line-hover-color:SelectedItem;--tab-top-line-inactive-color:ButtonText;--tab-bottom-line-active-color:var(--tab-top-line-active-color);--tab-bottom-line-hover-color:var(--tab-top-line-hover-color);--tab-bg:var(--bg);--tab-bg-active-color:SelectedItem;--tab-bg-active-hover-color:SelectedItem;--tab-panel-border:1px solid ButtonText;--tab-panel-border-radius:8px;--tab-text-color:ButtonText;--tab-text-active-color:HighlightText;--tab-text-active-hover-color:HighlightText;--tab-text-hover-color:SelectedItem;--signature-color:ButtonText;--clear-signature-button-border-width:1px;--clear-signature-button-border-style:solid;--clear-signature-button-border-color:ButtonText;--clear-signature-button-border-disabled-color:GrayText;--clear-signature-button-color:ButtonText;--clear-signature-button-hover-color:HighlightText;--clear-signature-button-active-color:SelectedItem;--clear-signature-button-focus-color:CanvasText;--clear-signature-button-disabled-color:GrayText;--clear-signature-button-bg:var(--bg);--clear-signature-button-bg-hover:SelectedItem;--clear-signature-button-bg-active:var(--bg);--clear-signature-button-bg-focus:var(--bg);--clear-signature-button-bg-disabled:var(--bg);--thickness-bg:Canvas;--thickness-label-color:CanvasText;--thickness-slider-color:ButtonText;--thickness-border:1px solid var(--border-color)}}#addSignatureDialog #addSignatureDialogLabel{width:0;height:0;position:absolute;inset:0;overflow:hidden}#addSignatureDialog.waiting:after{content:"";cursor:wait;width:100%;height:100%;position:absolute;inset:0}:is(#addSignatureDialog .mainContainer) [role=tablist]{align-items:flex-start;gap:0;width:100%;display:flex}:is(:is(#addSignatureDialog .mainContainer) [role=tablist])>[role=tab]{background-color:var(--tab-bg);cursor:default;border-block-style:solid;border-block-width:1px;border-inline:0;border-block-start-color:var(--tab-top-line-inactive-color);border-block-end-color:var(--tab-bottom-line-inactive-color);font:menu;color:var(--tab-text-color);border-radius:0;flex:1 0 0;align-self:stretch;padding-inline:0;font-size:13px;font-style:normal;font-weight:400;line-height:normal}:is(:is(:is(#addSignatureDialog .mainContainer) [role=tablist])>[role=tab]):hover{border-block-start-width:2px;border-block-start-color:var(--tab-top-line-hover-color);border-block-end-color:var(--tab-bottom-line-hover-color);background-color:var(--tab-bg-hover);color:var(--tab-text-hover-color)}:is(:is(:is(#addSignatureDialog .mainContainer) [role=tablist])>[role=tab]):focus-visible{outline:2px solid var(--tab-top-line-active-color);outline-offset:-2px}[aria-selected=true]:is(:is(:is(#addSignatureDialog .mainContainer) [role=tablist])>[role=tab]){border-block-start-width:2px;border-block-start-color:var(--tab-top-line-active-color);border-block-end-color:var(--tab-bottom-line-active-color);background-color:var(--tab-bg-active-color);color:var(--tab-text-active-color);font-weight:590}[aria-selected=true]:is(:is(:is(#addSignatureDialog .mainContainer) [role=tablist])>[role=tab]):hover{border-block-start-color:var(--tab-top-line-active-hover-color);background-color:var(--tab-bg-active-hover-color);color:var(--tab-text-active-hover-color)}:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer{box-sizing:border-box;flex-direction:column;align-self:stretch;align-items:flex-end;gap:12px;width:100%;height:auto;padding-inline:16px;display:flex}:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]{background-color:var(--signature-bg);border:var(--tab-panel-border);border-radius:var(--tab-panel-border-radius);width:100%;height:220px;position:relative}:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel])>svg{background-color:#0000;width:100%;height:100%;position:absolute;inset:0}#addSignatureTypeContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]){display:none}#addSignatureTypeContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]) #addSignatureTypeInput{text-align:center;width:100%;height:100%;color:var(--signature-color);border-radius:var(--tab-panel-border-radius);background-color:#0000;border:0;padding:0;font-family:Brush script,Apple Chancery,Segoe script,Freestyle Script,Palace Script MT,Brush Script MT,TK,cursive,serif;font-size:44px;font-style:italic;font-weight:400;position:absolute;inset:0}:is(#addSignatureTypeContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]) #addSignatureTypeInput)::-moz-placeholder{color:var(--signature-placeholder-color);text-align:center;font:menu;font-size:44px;font-style:normal;font-weight:274;line-height:normal}:is(#addSignatureTypeContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]) #addSignatureTypeInput)::placeholder{color:var(--signature-placeholder-color);text-align:center;font:menu;font-size:44px;font-style:normal;font-weight:274;line-height:normal}#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]){display:none}#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel])>span{width:100%;height:100%;color:var(--signature-placeholder-color);-webkit-user-select:none;user-select:none;background-color:#0000;justify-content:center;align-items:center;display:grid;position:absolute;top:0;left:0}#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel])>svg{stroke:var(--signature-color);fill:none;stroke-opacity:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}:is(#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel])>svg):hover{cursor:var(--draw-cursor)}#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]) #thickness{pointer-events:none;justify-content:center;align-items:center;width:100%;display:grid;position:absolute;inset-block-end:0}:is(#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]) #thickness)>span{color:var(--signature-draw-placeholder-color)}:is(#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]) #thickness)>div{background-color:var(--thickness-bg);border-inline:var(--thickness-border);border-top:var(--thickness-border);pointer-events:auto;border-radius:4px 4px 0 0;justify-content:center;align-items:center;gap:8px;width:auto;height:auto;margin:0;padding:6px 8px 7px;display:flex;position:relative;top:1px}:is(:is(#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]) #thickness)>div)>label{color:var(--thickness-label-color)}:is(:is(#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]) #thickness)>div)>input{background-color:#0000;width:100px;height:14px}:is(:is(:is(#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]) #thickness)>div)>input)::-webkit-slider-runnable-track{background-color:var(--thickness-slider-color)}:is(:is(:is(#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]) #thickness)>div)>input)::-moz-range-track{background-color:var(--thickness-slider-color)}:is(:is(:is(#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]) #thickness)>div)>input)::-moz-range-progress{background-color:var(--thickness-slider-color)}:is(:is(:is(#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]) #thickness)>div)>input)::-webkit-slider-thumb{background-color:var(--thickness-bg)}:is(:is(:is(#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]) #thickness)>div)>input)::-moz-range-thumb{background-color:var(--thickness-bg)}:is(:is(#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]) #thickness)>div)>input{color:var(--signature-color);border:0;border-radius:4.5px}#addSignatureImageContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]){display:none}#addSignatureImageContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel])>svg{stroke:none;stroke-width:0;fill:var(--signature-color);fill-opacity:1}#addSignatureImageContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]) #addSignatureImagePlaceholder{background-color:#0000;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}:is(#addSignatureImageContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]) #addSignatureImagePlaceholder) span{color:var(--signature-placeholder-color)}:is(#addSignatureImageContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]) #addSignatureImagePlaceholder) a{color:var(--open-link-fg);cursor:pointer;text-decoration:underline}:is(:is(#addSignatureImageContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]) #addSignatureImagePlaceholder) a):hover{color:var(--open-link-hover-fg)}#addSignatureImageContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>[role=tabpanel]) #addSignatureFilePicker{visibility:hidden;width:0;height:0;position:relative}[data-selected=type]:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>#addSignatureTypeContainer,[data-selected=draw]:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>#addSignatureDrawContainer,[data-selected=image]:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer)>#addSignatureImageContainer{display:block}:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls{flex-direction:column;justify-content:center;align-self:stretch;align-items:flex-start;gap:12px;display:flex}:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer{align-self:stretch;align-items:flex-end;gap:16px;display:flex}:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #addSignatureDescriptionContainer{flex-direction:column;flex:1 0 0;align-items:flex-start;gap:4px;display:flex}:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #addSignatureDescriptionContainer):has(input:disabled)>label{opacity:.4}:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #addSignatureDescriptionContainer)>label{width:auto}:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton{background-color:var(--clear-signature-button-bg);border-width:var(--clear-signature-button-border-width);border-style:var(--clear-signature-button-border-style);border-color:var(--clear-signature-button-border-color);border-radius:4px;align-items:center;height:32px;padding:4px 8px;display:flex}:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton)>span{height:24px;color:var(--clear-signature-button-color);flex-shrink:0;align-items:center;gap:4px;display:flex}:is(:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton)>span):after{content:"";width:16px;height:16px;-webkit-mask-image:var(--clear-signature-button-icon);-webkit-mask-image:var(--clear-signature-button-icon);mask-image:var(--clear-signature-button-icon);background-color:var(--clear-signature-button-color);flex-shrink:0;display:inline-block;-webkit-mask-size:cover;mask-size:cover}:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton):hover{background-color:var(--clear-signature-button-bg-hover)}:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton):hover>span{color:var(--clear-signature-button-hover-color)}:is(:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton):hover>span):after{background-color:var(--clear-signature-button-hover-color)}:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton):active{background-color:var(--clear-signature-button-bg-active)}:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton):active>span{color:var(--clear-signature-button-active-color)}:is(:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton):active>span):after{background-color:var(--clear-signature-button-active-color)}:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton):focus-visible{background-color:var(--clear-signature-button-bg-focus)}:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton):focus-visible>span{color:var(--clear-signature-button-focus-color)}:is(:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton):focus-visible>span):after{background-color:var(--clear-signature-button-focus-color)}:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton):disabled{background-color:var(--clear-signature-button-bg-disabled);border-color:var(--clear-signature-button-border-disabled-color)}:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton):disabled>span{color:var(--clear-signature-button-disabled-color)}:is(:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton):disabled>span):after{background-color:var(--clear-signature-button-disabled-color)}:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #addSignatureSaveContainer{grid-template-columns:max-content auto;gap:4px;width:100%;display:grid}:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #addSignatureSaveContainer)>input{margin:0}:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #addSignatureSaveContainer)>input):disabled+label{opacity:.4}:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #addSignatureSaveContainer)>label{-webkit-user-select:none;user-select:none}:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #addSignatureSaveContainer):not(.fullStorage) #addSignatureSaveWarning{display:none}.fullStorage:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #addSignatureSaveContainer) #addSignatureSaveWarning{opacity:1;color:var(--save-warning-color);font-size:11px;display:block}#editSignatureDescriptionDialog .mainContainer{box-sizing:border-box;padding-inline:16px}:is(#editSignatureDescriptionDialog .mainContainer) .title{margin-inline-start:0}:is(#editSignatureDescriptionDialog .mainContainer) #editSignatureDescriptionAndView{justify-content:flex-end;align-self:stretch;align-items:flex-start;gap:12px;width:auto;display:flex}:is(:is(#editSignatureDescriptionDialog .mainContainer) #editSignatureDescriptionAndView) #editSignatureDescriptionContainer{flex-direction:column;flex:auto;align-items:flex-start;gap:4px;display:flex}:is(:is(#editSignatureDescriptionDialog .mainContainer) #editSignatureDescriptionAndView)>svg{background-color:var(--signature-bg);width:210px;height:180px;padding:8px}:is(:is(:is(#editSignatureDescriptionDialog .mainContainer) #editSignatureDescriptionAndView)>svg)>path{stroke:var(--button-signature-color);stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;vector-effect:non-scaling-stroke;fill:none}.contours:is(:is(:is(:is(#editSignatureDescriptionDialog .mainContainer) #editSignatureDescriptionAndView)>svg)>path){fill:var(--button-signature-color);stroke-width:.5px}#editorSignatureParamsToolbar{padding:8px}#editorSignatureParamsToolbar #addSignatureDoorHanger{gap:8px;padding:2px}:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer{justify-content:space-between;align-self:stretch;align-items:center;gap:8px;height:32px;display:flex}:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) button{border:var(--button-signature-border);background-color:var(--button-signature-bg);color:var(--button-signature-color);border-radius:4px}:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) button):hover{background-color:var(--button-signature-hover-bg)}:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) button):active{border:var(--button-signature-active-border);background-color:var(--button-signature-active-bg);color:var(--button-signature-active-color)}:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) button):active:before{background-color:var(--button-signature-active-color)}:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) button):focus-visible{outline:var(--focus-ring-outline)}:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) button):focus-visible:before{background-color:var(--button-signature-color)}:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) .deleteButton):before{-webkit-mask-image:var(--clear-signature-button-icon);-webkit-mask-image:var(--clear-signature-button-icon);mask-image:var(--clear-signature-button-icon)}:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) .toolbarAddSignatureButton{width:calc(.8 * var(--editor-toolbar-min-width));height:100%;min-height:var(--menuitem-height);aspect-ratio:unset;box-sizing:border-box;font:message-box;text-align:start;white-space:normal;cursor:default;border-radius:4px;outline:none;flex:auto;justify-content:flex-start;align-items:center;gap:8px;padding:0;display:flex;position:relative;overflow:hidden}:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) .toolbarAddSignatureButton)>svg{aspect-ratio:1;background-color:var(--signature-bg);box-sizing:border-box;border:none;border-radius:4px;flex:none;height:100%;padding:4px;display:inline-block}:is(:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) .toolbarAddSignatureButton)>svg)>path{stroke:var(--button-signature-color);stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;vector-effect:non-scaling-stroke;fill:none}.contours:is(:is(:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) .toolbarAddSignatureButton)>svg)>path){fill:var(--button-signature-color);stroke-width:.5px}:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) .toolbarAddSignatureButton):is(:hover,:active)>svg{background-color:var(--signature-hover-bg);border-radius:4px 0 0 4px}:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) .toolbarAddSignatureButton):hover>span{color:var(--button-signature-hover-color)}:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) .toolbarAddSignatureButton):active{background-color:var(--button-signature-active-bg)}:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) .toolbarAddSignatureButton):is([disabled=disabled],[disabled]){opacity:.5;pointer-events:none}:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) .toolbarAddSignatureButton)>span{text-overflow:ellipsis;white-space:nowrap;height:auto;font:menu;flex:auto;font-size:13px;font-style:normal;font-weight:400;line-height:normal;overflow:hidden}.editDescription.altText{--alt-text-add-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.9815%2014.3461L14.3875%2011.1451C14.3125%2010.7361%2014.1155%2010.3621%2013.8195%2010.0641L5.0185%201.26214C4.2445%200.489141%202.9855%200.487141%202.2085%201.26214L0.5805%202.89014C-0.1935%203.66514%20-0.1935%204.92514%200.5805%205.70014L9.3845%2014.5031C9.6805%2014.7981%2010.0545%2014.9941%2010.4625%2015.0691L13.6645%2015.6631C13.7345%2015.6751%2013.8025%2015.6821%2013.8705%2015.6821C14.1675%2015.6821%2014.4555%2015.5651%2014.6695%2015.3511C14.9325%2015.0871%2015.0495%2014.7121%2014.9815%2014.3461ZM2.5285%205.87814L1.3685%204.71814L1.3695%203.87014L3.1895%202.04914L4.0375%202.05014L5.1975%203.21014L2.5285%205.87814ZM10.6895%2013.8401C10.5295%2013.8101%2010.3825%2013.7331%2010.2665%2013.6161L3.4135%206.76314L6.0815%204.09514L12.9345%2010.9471C13.0515%2011.0651%2013.1285%2011.2121%2013.1595%2011.3731L13.6335%2013.9301L13.2485%2014.3151L10.6895%2013.8401Z'%20fill='black'/%3e%3c/svg%3e")!important}.editDescription.altText:before{width:16px!important;height:16px!important}.commentPopup,#commentManagerDialog{box-sizing:border-box;border-radius:8px;width:360px;min-width:200px;max-width:100%;margin-top:0;margin-left:0;padding:8px 16px 16px;position:absolute}#commentManagerDialog{--comment-close-button-icon:url("data:image/svg+xml,%3csvg%20width='25'%20height='24'%20viewBox='0%200%2025%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.6241%2011.7759L18.3331%207.06694C18.4423%206.94811%2018.5015%206.79167%2018.4981%206.63028C18.4948%206.46889%2018.4292%206.31502%2018.3152%206.20081C18.2011%206.0866%2018.0473%206.02088%2017.8859%206.01736C17.7245%206.01384%2017.568%206.0728%2017.4491%206.18194L12.7601%2010.8709H12.2721L7.58306%206.18294C7.52495%206.12489%207.45598%206.07886%207.38008%206.04747C7.30418%206.01609%207.22284%205.99995%207.14071%206C7.05857%206.00005%206.97725%206.01627%206.90139%206.04774C6.82553%206.07922%206.75661%206.12533%206.69856%206.18344C6.64052%206.24155%206.59449%206.31052%206.5631%206.38642C6.53171%206.46232%206.51558%206.54366%206.51563%206.62579C6.51572%206.79167%206.5817%206.95071%206.69906%207.06794L11.3861%2011.7539V12.2449L6.69906%2016.9319C6.5898%2017.0508%206.53066%2017.2072%206.53399%2017.3686C6.53732%2017.53%206.60288%2017.6839%206.71696%2017.7981C6.83104%2017.9123%206.98483%2017.978%207.14622%2017.9815C7.3076%2017.985%207.46411%2017.9261%207.58306%2017.8169L12.2701%2013.1299H12.7611L17.4481%2017.8169C17.5656%2017.934%2017.7247%2017.9997%2017.8906%2017.9997C18.0564%2017.9997%2018.2155%2017.934%2018.3331%2017.8169C18.4504%2017.6996%2018.5163%2017.5404%2018.5163%2017.3744C18.5163%2017.2085%2018.4504%2017.0493%2018.3331%2016.9319L13.6241%2012.2229V11.7759Z'%20fill='black'/%3e%3c/svg%3e")}#commentManagerDialog .mainContainer{flex-direction:column;align-items:flex-start;gap:4px;width:100%;height:auto;display:flex}:is(#commentManagerDialog .mainContainer) #commentManagerToolbar{cursor:move;justify-content:flex-start;align-self:stretch;align-items:flex-start;gap:8px;width:100%;height:32px;display:flex}:is(#commentManagerDialog .mainContainer) #commentManagerTextInput{width:100%;min-height:132px;margin-bottom:12px}.annotationLayer.disabled .annotationCommentButton{display:none}:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton{--csstools-color-scheme--light:initial;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--csstools-light-dark-toggle--44:var(--csstools-color-scheme--light) #1c1b22;--comment-button-bg:var(--csstools-light-dark-toggle--44,white);--csstools-light-dark-toggle--45:var(--csstools-color-scheme--light) #fbfbfe;--comment-button-fg:var(--csstools-light-dark-toggle--45,#5b5b66);--csstools-light-dark-toggle--46:var(--csstools-color-scheme--light) #a6ecf4;--comment-button-active-bg:var(--csstools-light-dark-toggle--46,#0041a4);--csstools-light-dark-toggle--47:var(--csstools-color-scheme--light) #15141a;--comment-button-active-fg:var(--csstools-light-dark-toggle--47,white);--csstools-light-dark-toggle--48:var(--csstools-color-scheme--light) #61dce9;--comment-button-hover-bg:var(--csstools-light-dark-toggle--48,#0053cb);--csstools-light-dark-toggle--49:var(--csstools-color-scheme--light) #15141a;--comment-button-hover-fg:var(--csstools-light-dark-toggle--49,white);--csstools-light-dark-toggle--50:var(--csstools-color-scheme--light) #00cadb;--comment-button-selected-bg:var(--csstools-light-dark-toggle--50,#0062fa);--csstools-light-dark-toggle--51:var(--csstools-color-scheme--light) #bfbfc9;--comment-button-border-color:var(--csstools-light-dark-toggle--51,#8f8f9d);--comment-button-active-border-color:var(--comment-button-active-bg);--csstools-light-dark-toggle--52:var(--csstools-color-scheme--light) #3a3944;--comment-button-focus-border-color:var(--csstools-light-dark-toggle--52,#cfcfd8);--comment-button-hover-border-color:var(--comment-button-hover-bg);--comment-button-selected-border-color:var(--comment-button-selected-bg);--csstools-light-dark-toggle--53:var(--csstools-color-scheme--light) #15141a;--comment-button-selected-fg:var(--csstools-light-dark-toggle--53,white);--comment-button-dim:24px;--csstools-light-dark-toggle--54:var(--csstools-color-scheme--light) #0003;--csstools-light-dark-toggle--55:var(--csstools-color-scheme--light) #0006;--comment-button-box-shadow:0 .25px .75px 0 var(--csstools-light-dark-toggle--54,#0000000d), 0 2px 6px 0 var(--csstools-light-dark-toggle--55,#0000001a);--csstools-light-dark-toggle--56:var(--csstools-color-scheme--light) #00cadb;--comment-button-focus-outline-color:var(--csstools-light-dark-toggle--56,#0062fa)}@media (prefers-color-scheme:dark){:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton{--lightningcss-light: ;--lightningcss-dark:initial}}@supports (color:light-dark(red, red)){:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton{--comment-button-bg:light-dark(#fff,#1c1b22);--comment-button-fg:light-dark(#5b5b66,#fbfbfe);--comment-button-active-bg:light-dark(#0041a4,#a6ecf4);--comment-button-active-fg:light-dark(#fff,#15141a);--comment-button-hover-bg:light-dark(#0053cb,#61dce9);--comment-button-hover-fg:light-dark(#fff,#15141a);--comment-button-selected-bg:light-dark(#0062fa,#00cadb);--comment-button-border-color:light-dark(#8f8f9d,#bfbfc9);--comment-button-focus-border-color:light-dark(#cfcfd8,#3a3944);--comment-button-selected-fg:light-dark(#fff,#15141a)}}@supports (color:light-dark(red, red)) and (color:rgb(0 0 0 / 0)){:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton{--comment-button-box-shadow:0 .25px .75px 0 light-dark(#0000000d,#0003), 0 2px 6px 0 light-dark(#0000001a,#0006)}}@supports (color:light-dark(red, red)){:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton{--comment-button-focus-outline-color:light-dark(#0062fa,#00cadb)}}@supports not (color:light-dark(tan, tan)){:is(:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton) *{--csstools-light-dark-toggle--44:var(--csstools-color-scheme--light) #1c1b22;--comment-button-bg:var(--csstools-light-dark-toggle--44,white);--csstools-light-dark-toggle--45:var(--csstools-color-scheme--light) #fbfbfe;--comment-button-fg:var(--csstools-light-dark-toggle--45,#5b5b66);--csstools-light-dark-toggle--46:var(--csstools-color-scheme--light) #a6ecf4;--comment-button-active-bg:var(--csstools-light-dark-toggle--46,#0041a4);--csstools-light-dark-toggle--47:var(--csstools-color-scheme--light) #15141a;--comment-button-active-fg:var(--csstools-light-dark-toggle--47,white);--csstools-light-dark-toggle--48:var(--csstools-color-scheme--light) #61dce9;--comment-button-hover-bg:var(--csstools-light-dark-toggle--48,#0053cb);--csstools-light-dark-toggle--49:var(--csstools-color-scheme--light) #15141a;--comment-button-hover-fg:var(--csstools-light-dark-toggle--49,white);--csstools-light-dark-toggle--50:var(--csstools-color-scheme--light) #00cadb;--comment-button-selected-bg:var(--csstools-light-dark-toggle--50,#0062fa);--csstools-light-dark-toggle--51:var(--csstools-color-scheme--light) #bfbfc9;--comment-button-border-color:var(--csstools-light-dark-toggle--51,#8f8f9d);--csstools-light-dark-toggle--52:var(--csstools-color-scheme--light) #3a3944;--comment-button-focus-border-color:var(--csstools-light-dark-toggle--52,#cfcfd8);--csstools-light-dark-toggle--53:var(--csstools-color-scheme--light) #15141a;--comment-button-selected-fg:var(--csstools-light-dark-toggle--53,white);--csstools-light-dark-toggle--54:var(--csstools-color-scheme--light) #0003;--csstools-light-dark-toggle--55:var(--csstools-color-scheme--light) #0006;--comment-button-box-shadow:0 .25px .75px 0 var(--csstools-light-dark-toggle--54,#0000000d), 0 2px 6px 0 var(--csstools-light-dark-toggle--55,#0000001a);--csstools-light-dark-toggle--56:var(--csstools-color-scheme--light) #00cadb;--comment-button-focus-outline-color:var(--csstools-light-dark-toggle--56,#0062fa)}}@media (prefers-color-scheme:dark){:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton{--csstools-color-scheme--light:}}@media screen and (forced-colors:active){:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton{--comment-button-bg:ButtonFace;--comment-button-fg:ButtonText;--comment-button-hover-bg:SelectedItemText;--comment-button-hover-fg:SelectedItem;--comment-button-active-bg:SelectedItemText;--comment-button-active-fg:SelectedItem;--comment-button-border-color:ButtonBorder;--comment-button-active-border-color:ButtonBorder;--comment-button-hover-border-color:SelectedItem;--comment-button-box-shadow:none;--comment-button-focus-outline-color:CanvasText;--comment-button-selected-bg:ButtonBorder;--comment-button-selected-fg:ButtonFace}}:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton{width:var(--comment-button-dim);height:var(--comment-button-dim);background-color:var(--comment-button-bg);border:1px solid var(--comment-button-border-color);box-shadow:var(--comment-button-box-shadow);cursor:auto;z-index:1;box-sizing:border-box;pointer-events:auto;border-radius:6px 6px 6px 0;margin:0;padding:4px;position:absolute}[dir=rtl] :is(:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton){border-radius:6px 6px 0}:is(:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton):before{content:"";width:100%;height:100%;-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:var(--comment-edit-button-icon);-webkit-mask-image:var(--comment-edit-button-icon);mask-image:var(--comment-edit-button-icon);background-color:var(--comment-button-fg);transform:scaleX(var(--dir-factor));margin:0;padding:0;display:inline-block}:is(:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton):focus-visible{outline:2px solid var(--comment-button-focus-outline-color);outline-offset:1px;border-color:var(--comment-button-focus-border-color)}:is(:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton):hover{border-color:var(--comment-button-hover-border-color);background-color:var(--comment-button-hover-bg)!important}:is(:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton):hover:before{background-color:var(--comment-button-hover-fg)}:is(:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton):active{border-color:var(--comment-button-active-border-color);background-color:var(--comment-button-active-bg)!important}:is(:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton):active:before{background-color:var(--comment-button-active-fg)}.selected:is(:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton){border-color:var(--comment-button-selected-border-color);background-color:var(--comment-button-selected-bg)!important}.selected:is(:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton):before{background-color:var(--comment-button-selected-fg)}#editorCommentsSidebar,.commentPopup{--comment-close-button-icon:url("data:image/svg+xml,%3csvg%20width='25'%20height='24'%20viewBox='0%200%2025%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.6241%2011.7759L18.3331%207.06694C18.4423%206.94811%2018.5015%206.79167%2018.4981%206.63028C18.4948%206.46889%2018.4292%206.31502%2018.3152%206.20081C18.2011%206.0866%2018.0473%206.02088%2017.8859%206.01736C17.7245%206.01384%2017.568%206.0728%2017.4491%206.18194L12.7601%2010.8709H12.2721L7.58306%206.18294C7.52495%206.12489%207.45598%206.07886%207.38008%206.04747C7.30418%206.01609%207.22284%205.99995%207.14071%206C7.05857%206.00005%206.97725%206.01627%206.90139%206.04774C6.82553%206.07922%206.75661%206.12533%206.69856%206.18344C6.64052%206.24155%206.59449%206.31052%206.5631%206.38642C6.53171%206.46232%206.51558%206.54366%206.51563%206.62579C6.51572%206.79167%206.5817%206.95071%206.69906%207.06794L11.3861%2011.7539V12.2449L6.69906%2016.9319C6.5898%2017.0508%206.53066%2017.2072%206.53399%2017.3686C6.53732%2017.53%206.60288%2017.6839%206.71696%2017.7981C6.83104%2017.9123%206.98483%2017.978%207.14622%2017.9815C7.3076%2017.985%207.46411%2017.9261%207.58306%2017.8169L12.2701%2013.1299H12.7611L17.4481%2017.8169C17.5656%2017.934%2017.7247%2017.9997%2017.8906%2017.9997C18.0564%2017.9997%2018.2155%2017.934%2018.3331%2017.8169C18.4504%2017.6996%2018.5163%2017.5404%2018.5163%2017.3744C18.5163%2017.2085%2018.4504%2017.0493%2018.3331%2016.9319L13.6241%2012.2229V11.7759Z'%20fill='black'/%3e%3c/svg%3e");--comment-popup-edit-button-icon:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.0189877%2013.6645L0.612989%2010.4635C0.687989%2010.0545%200.884989%209.6805%201.18099%209.3825L9.98199%200.5805C10.756%20-0.1925%2012.015%20-0.1945%2012.792%200.5805L14.42%202.2085C15.194%202.9835%2015.194%204.2435%2014.42%205.0185L5.61599%2013.8215C5.31999%2014.1165%204.94599%2014.3125%204.53799%2014.3875L1.33599%2014.9815C1.26599%2014.9935%201.19799%2015.0005%201.12999%2015.0005C0.832989%2015.0005%200.544988%2014.8835%200.330988%2014.6695C0.0679874%2014.4055%20-0.0490122%2014.0305%200.0189877%2013.6645ZM12.472%205.1965L13.632%204.0365L13.631%203.1885L11.811%201.3675L10.963%201.3685L9.80299%202.5285L12.472%205.1965ZM4.31099%2013.1585C4.47099%2013.1285%204.61799%2013.0515%204.73399%2012.9345L11.587%206.0815L8.91899%203.4135L2.06599%2010.2655C1.94899%2010.3835%201.87199%2010.5305%201.84099%2010.6915L1.36699%2013.2485L1.75199%2013.6335L4.31099%2013.1585Z'%20fill='black'/%3e%3c/svg%3e%3c!--path%20d='M0.0189877%2014.1645L0.612989%2010.9635C0.687989%2010.5545%200.884989%2010.1805%201.18099%209.8825L9.98199%201.0805C10.756%200.3075%2012.015%200.3055%2012.792%201.0805L14.42%202.7085C15.194%203.4835%2015.194%204.7435%2014.42%205.5185L5.61599%2014.3215C5.31999%2014.6165%204.94599%2014.8125%204.53799%2014.8875L1.33599%2015.4815C1.26599%2015.4935%201.19799%2015.5005%201.12999%2015.5005C0.832989%2015.5005%200.544988%2015.3835%200.330988%2015.1695C0.0679874%2014.9055%20-0.0490122%2014.5305%200.0189877%2014.1645ZM12.472%205.6965L13.632%204.5365L13.631%203.6885L11.811%201.8675L10.963%201.8685L9.80299%203.0285L12.472%205.6965ZM4.31099%2013.6585C4.47099%2013.6285%204.61799%2013.5515%204.73399%2013.4345L11.587%206.5815L8.91899%203.9135L2.06599%2010.7655C1.94899%2010.8835%201.87199%2011.0305%201.84099%2011.1915L1.36699%2013.7485L1.75199%2014.1335L4.31099%2013.6585Z'%20fill='black'/--%3e");--comment-popup-delete-button-icon:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11%203H13.6C14%203%2014.3%203.3%2014.3%203.6C14.3%203.9%2014%204.2%2013.7%204.2H13.3V14C13.3%2015.1%2012.4%2016%2011.3%2016H4.80005C3.70005%2016%202.80005%2015.1%202.80005%2014V4.2H2.40005C2.00005%204.2%201.80005%204%201.80005%203.6C1.80005%203.2%202.00005%203%202.40005%203H5.00005V2C5.00005%200.9%205.90005%200%207.00005%200H9.00005C10.1%200%2011%200.9%2011%202V3ZM6.90005%201.2L6.30005%201.8V3H9.80005V1.8L9.20005%201.2H6.90005ZM11.4%2014.7L12%2014.1V4.2H4.00005V14.1L4.60005%2014.7H11.4ZM7.00005%2012.4C7.00005%2012.7%206.70005%2013%206.40005%2013C6.10005%2013%205.80005%2012.7%205.80005%2012.4V7.6C5.70005%207.3%206.00005%207%206.40005%207C6.80005%207%207.00005%207.3%207.00005%207.6V12.4ZM10.2001%2012.4C10.2001%2012.7%209.90006%2013%209.60006%2013C9.30006%2013%209.00006%2012.7%209.00006%2012.4V7.6C9.00006%207.3%209.30006%207%209.60006%207C9.90006%207%2010.2001%207.3%2010.2001%207.6V12.4Z'%20fill='black'%20/%3e%3c/svg%3e");--csstools-light-dark-toggle--57:var(--csstools-color-scheme--light) #fbfbfeb0;--comment-date-fg-color:var(--csstools-light-dark-toggle--57,#15141ab0);--csstools-light-dark-toggle--58:var(--csstools-color-scheme--light) #1c1b22;--comment-bg-color:var(--csstools-light-dark-toggle--58,#f9f9fb);--csstools-light-dark-toggle--59:var(--csstools-color-scheme--light) #2c2b33;--comment-hover-bg-color:var(--csstools-light-dark-toggle--59,#e0e0e6);--csstools-light-dark-toggle--60:var(--csstools-color-scheme--light) #3a3944;--comment-active-bg-color:var(--csstools-light-dark-toggle--60,#d1d1d9);--comment-hover-brightness:.89;--comment-hover-filter:brightness(var(--comment-hover-brightness));--comment-active-brightness:.825;--comment-active-filter:brightness(var(--comment-active-brightness));--csstools-light-dark-toggle--61:var(--csstools-color-scheme--light) #52525e;--comment-border-color:var(--csstools-light-dark-toggle--61,#f0f0f4);--csstools-light-dark-toggle--62:var(--csstools-color-scheme--light) #00cadb;--comment-focus-outline-color:var(--csstools-light-dark-toggle--62,#0062fa);--csstools-light-dark-toggle--63:var(--csstools-color-scheme--light) #fbfbfe;--comment-fg-color:var(--csstools-light-dark-toggle--63,#15141a);--csstools-light-dark-toggle--64:var(--csstools-color-scheme--light) #00317e;--comment-count-bg-color:var(--csstools-light-dark-toggle--64,#e2f7ff);--csstools-light-dark-toggle--65:var(--csstools-color-scheme--light) #a6ecf4;--comment-indicator-active-fg-color:var(--csstools-light-dark-toggle--65,#0041a4);--comment-indicator-active-filter:brightness(calc(1 / var(--comment-active-brightness)));--csstools-light-dark-toggle--66:var(--csstools-color-scheme--light) #fbfbfe;--comment-indicator-focus-fg-color:var(--csstools-light-dark-toggle--66,#5b5b66);--csstools-light-dark-toggle--67:var(--csstools-color-scheme--light) #61dce9;--comment-indicator-hover-fg-color:var(--csstools-light-dark-toggle--67,#0053cb);--comment-indicator-hover-filter:brightness(calc(1 / var(--comment-hover-brightness)));--csstools-light-dark-toggle--68:var(--csstools-color-scheme--light) #00cadb;--comment-indicator-selected-fg-color:var(--csstools-light-dark-toggle--68,#0062fa);--button-comment-bg:transparent;--button-comment-color:var(--main-color);--csstools-light-dark-toggle--69:var(--csstools-color-scheme--light) #5b5b66;--button-comment-active-bg:var(--csstools-light-dark-toggle--69,#cfcfd8);--button-comment-active-border:none;--button-comment-active-color:var(--button-comment-color);--button-comment-border:none;--csstools-light-dark-toggle--70:var(--csstools-color-scheme--light) #52525e;--button-comment-hover-bg:var(--csstools-light-dark-toggle--70,#e0e0e6);--button-comment-hover-color:var(--button-comment-color);--csstools-light-dark-toggle--71:var(--csstools-color-scheme--light) #0df;--link-fg-color:var(--csstools-light-dark-toggle--71,#0060df);--csstools-light-dark-toggle--72:var(--csstools-color-scheme--light) #80ebff;--link-hover-fg-color:var(--csstools-light-dark-toggle--72,#0250bb)}@supports (color:light-dark(red, red)) and (color:rgb(0 0 0 / 0)){#editorCommentsSidebar,.commentPopup{--comment-date-fg-color:light-dark(#15141ab0,#fbfbfeb0)}}@supports (color:light-dark(red, red)){#editorCommentsSidebar,.commentPopup{--comment-bg-color:light-dark(#f9f9fb,#1c1b22);--comment-hover-bg-color:light-dark(#e0e0e6,#2c2b33);--comment-active-bg-color:light-dark(#d1d1d9,#3a3944);--comment-border-color:light-dark(#f0f0f4,#52525e);--comment-focus-outline-color:light-dark(#0062fa,#00cadb);--comment-fg-color:light-dark(#15141a,#fbfbfe);--comment-count-bg-color:light-dark(#e2f7ff,#00317e);--comment-indicator-active-fg-color:light-dark(#0041a4,#a6ecf4);--comment-indicator-focus-fg-color:light-dark(#5b5b66,#fbfbfe);--comment-indicator-hover-fg-color:light-dark(#0053cb,#61dce9);--comment-indicator-selected-fg-color:light-dark(#0062fa,#00cadb);--button-comment-active-bg:light-dark(#cfcfd8,#5b5b66);--button-comment-hover-bg:light-dark(#e0e0e6,#52525e);--link-fg-color:light-dark(#0060df,#0df);--link-hover-fg-color:light-dark(#0250bb,#80ebff)}}@supports not (color:light-dark(tan, tan)){:is(#editorCommentsSidebar,.commentPopup) *{--csstools-light-dark-toggle--57:var(--csstools-color-scheme--light) #fbfbfeb0;--comment-date-fg-color:var(--csstools-light-dark-toggle--57,#15141ab0);--csstools-light-dark-toggle--58:var(--csstools-color-scheme--light) #1c1b22;--comment-bg-color:var(--csstools-light-dark-toggle--58,#f9f9fb);--csstools-light-dark-toggle--59:var(--csstools-color-scheme--light) #2c2b33;--comment-hover-bg-color:var(--csstools-light-dark-toggle--59,#e0e0e6);--csstools-light-dark-toggle--60:var(--csstools-color-scheme--light) #3a3944;--comment-active-bg-color:var(--csstools-light-dark-toggle--60,#d1d1d9);--csstools-light-dark-toggle--61:var(--csstools-color-scheme--light) #52525e;--comment-border-color:var(--csstools-light-dark-toggle--61,#f0f0f4);--csstools-light-dark-toggle--62:var(--csstools-color-scheme--light) #00cadb;--comment-focus-outline-color:var(--csstools-light-dark-toggle--62,#0062fa);--csstools-light-dark-toggle--63:var(--csstools-color-scheme--light) #fbfbfe;--comment-fg-color:var(--csstools-light-dark-toggle--63,#15141a);--csstools-light-dark-toggle--64:var(--csstools-color-scheme--light) #00317e;--comment-count-bg-color:var(--csstools-light-dark-toggle--64,#e2f7ff);--csstools-light-dark-toggle--65:var(--csstools-color-scheme--light) #a6ecf4;--comment-indicator-active-fg-color:var(--csstools-light-dark-toggle--65,#0041a4);--csstools-light-dark-toggle--66:var(--csstools-color-scheme--light) #fbfbfe;--comment-indicator-focus-fg-color:var(--csstools-light-dark-toggle--66,#5b5b66);--csstools-light-dark-toggle--67:var(--csstools-color-scheme--light) #61dce9;--comment-indicator-hover-fg-color:var(--csstools-light-dark-toggle--67,#0053cb);--csstools-light-dark-toggle--68:var(--csstools-color-scheme--light) #00cadb;--comment-indicator-selected-fg-color:var(--csstools-light-dark-toggle--68,#0062fa);--csstools-light-dark-toggle--69:var(--csstools-color-scheme--light) #5b5b66;--button-comment-active-bg:var(--csstools-light-dark-toggle--69,#cfcfd8);--csstools-light-dark-toggle--70:var(--csstools-color-scheme--light) #52525e;--button-comment-hover-bg:var(--csstools-light-dark-toggle--70,#e0e0e6);--csstools-light-dark-toggle--71:var(--csstools-color-scheme--light) #0df;--link-fg-color:var(--csstools-light-dark-toggle--71,#0060df);--csstools-light-dark-toggle--72:var(--csstools-color-scheme--light) #80ebff;--link-hover-fg-color:var(--csstools-light-dark-toggle--72,#0250bb)}}@media screen and (forced-colors:active){#editorCommentsSidebar,.commentPopup{--comment-date-fg-color:CanvasText;--comment-bg-color:Canvas;--comment-hover-bg-color:Canvas;--comment-hover-filter:none;--comment-active-bg-color:Canvas;--comment-active-filter:none;--comment-border-color:CanvasText;--comment-fg-color:CanvasText;--comment-count-bg-color:Canvas;--comment-indicator-active-fg-color:SelectedItem;--comment-indicator-focus-fg-color:CanvasText;--comment-indicator-hover-fg-color:CanvasText;--comment-indicator-selected-fg-color:SelectedItem;--button-comment-bg:ButtonFace;--button-comment-color:ButtonText;--button-comment-active-bg:Highlight;--button-comment-active-color:HighlightText;--button-comment-border:1px solid ButtonText;--button-comment-hover-bg:Highlight;--button-comment-hover-color:HighlightText;--link-fg-color:LinkText;--link-hover-fg-color:LinkText}}#editorCommentsSidebar{flex-direction:column;align-items:flex-start;height:auto;padding-bottom:16px;display:flex;overflow-y:visible}#editorCommentsSidebar #editorCommentsSidebarHeader{box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;padding:16px;display:flex}:is(#editorCommentsSidebar #editorCommentsSidebarHeader) .commentCount{-webkit-user-select:none;user-select:none;align-items:baseline;gap:6px;display:flex}:is(:is(#editorCommentsSidebar #editorCommentsSidebarHeader) .commentCount) #editorCommentsSidebarTitle{font:menu;color:var(--comment-fg-color);font-size:17px;font-style:normal;font-weight:590;line-height:normal}:is(:is(#editorCommentsSidebar #editorCommentsSidebarHeader) .commentCount) #editorCommentsSidebarCount{background-color:var(--comment-count-bg-color);color:var(--comment-fg-color);text-align:center;font:menu;border-radius:4px;padding:0 4px;font-size:13px;font-style:normal;font-weight:400;line-height:normal}:is(#editorCommentsSidebar #editorCommentsSidebarHeader) #editorCommentsSidebarCloseButton{border:var(--button-comment-border);background-color:var(--button-comment-bg);cursor:pointer;border-radius:4px;width:32px;height:32px;padding:8px}:is(:is(#editorCommentsSidebar #editorCommentsSidebarHeader) #editorCommentsSidebarCloseButton):before{content:"";width:100%;height:100%;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:var(--comment-close-button-icon);-webkit-mask-image:var(--comment-close-button-icon);mask-image:var(--comment-close-button-icon);background-color:var(--button-comment-color);display:inline-block}:is(:is(#editorCommentsSidebar #editorCommentsSidebarHeader) #editorCommentsSidebarCloseButton):hover{background-color:var(--button-comment-hover-bg)}:is(:is(#editorCommentsSidebar #editorCommentsSidebarHeader) #editorCommentsSidebarCloseButton):hover:before{background-color:var(--button-comment-hover-color)}:is(:is(#editorCommentsSidebar #editorCommentsSidebarHeader) #editorCommentsSidebarCloseButton):active{border:var(--button-comment-active-border);background-color:var(--button-comment-active-bg)}:is(:is(#editorCommentsSidebar #editorCommentsSidebarHeader) #editorCommentsSidebarCloseButton):active:before{background-color:var(--button-comment-active-color)}:is(:is(#editorCommentsSidebar #editorCommentsSidebarHeader) #editorCommentsSidebarCloseButton):focus-visible{outline:var(--focus-ring-outline)}:is(:is(#editorCommentsSidebar #editorCommentsSidebarHeader) #editorCommentsSidebarCloseButton)>span{width:0;height:0;display:inline-block;overflow:hidden}#editorCommentsSidebar #editorCommentsSidebarListContainer{width:100%;overflow:auto}:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList{flex-direction:column;align-items:flex-start;gap:10px;width:auto;padding:4px 16px;list-style-type:none;display:flex}:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment{border:.5px solid var(--comment-border-color);background-color:var(--comment-bg-color);border-radius:8px;flex-direction:column;align-self:stretch;align-items:flex-start;gap:4px;width:auto;padding:8px 16px 16px;display:flex}@media screen and (forced-colors:active){:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment):not(.noComments):hover{background-color:var(--comment-hover-bg-color)}}:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment):not(.noComments):hover{filter:var(--comment-hover-filter)}:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment):not(.noComments):hover time:after{background-color:var(--comment-indicator-hover-fg-color);filter:var(--comment-indicator-hover-filter);display:inline-block}@media screen and (forced-colors:active){:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment):not(.noComments):active{background-color:var(--comment-active-bg-color)}}:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment):not(.noComments):active{filter:var(--comment-active-filter)}:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment):not(.noComments):active time:after{background-color:var(--comment-indicator-active-fg-color);filter:var(--comment-indicator-active-filter);display:inline-block}:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment):not(.noComments):is(:focus,:focus-visible) time:after{background-color:var(--comment-indicator-focus-fg-color);display:inline-block}:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment):not(.noComments):focus-visible{outline:2px solid var(--comment-focus-outline-color);outline-offset:2px}.selected:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment):not(.noComments) .sidebarCommentText{-webkit-line-clamp:unset;max-height:fit-content}.selected:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment):not(.noComments) time:after{background-color:var(--comment-indicator-selected-fg-color);display:inline-block}:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment) .sidebarCommentText{font:menu;-webkit-line-clamp:2;overflow-wrap:break-word;-webkit-box-orient:vertical;width:100%;height:fit-content;max-height:80px;font-size:15px;font-style:normal;font-weight:400;line-height:normal;display:-webkit-box;overflow:hidden}:is(:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment) .sidebarCommentText) .richText{--total-scale-factor:1.5}.noComments:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment) .sidebarCommentText{-webkit-line-clamp:unset;-webkit-user-select:none;user-select:none;max-height:fit-content}.noComments:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment) a{font:menu;overflow-wrap:break-word;width:100%;height:auto;color:var(--link-fg-color);margin-block-start:15px;font-size:15px;font-style:normal;font-weight:400;line-height:normal}:is(.noComments:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment) a):focus-visible{outline:var(--focus-ring-outline)}:is(.noComments:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment) a):hover{color:var(--link-hover-fg-color)}:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment) time{width:100%;font:menu;justify-content:space-between;align-items:center;font-size:13px;font-style:normal;font-weight:400;line-height:normal;display:inline-flex}:is(:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment) time):after{content:"";width:16px;height:16px;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:var(--comment-edit-button-icon);-webkit-mask-image:var(--comment-edit-button-icon);mask-image:var(--comment-edit-button-icon);transform:scaleX(var(--dir-factor));display:none}.commentPopup{--csstools-color-scheme--light:initial;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--csstools-light-dark-toggle--73:var(--csstools-color-scheme--light) #3a3944;--divider-color:var(--csstools-light-dark-toggle--73,#cfcfd8);--csstools-light-dark-toggle--74:var(--csstools-color-scheme--light) #0003;--csstools-light-dark-toggle--75:var(--csstools-color-scheme--light) #0006;--comment-shadow:0 .5px 2px 0 var(--csstools-light-dark-toggle--74,#0000000d), 0 4px 16px 0 var(--csstools-light-dark-toggle--75,#0000001a)}@media (prefers-color-scheme:dark){.commentPopup{--lightningcss-light: ;--lightningcss-dark:initial}}@supports (color:light-dark(red, red)){.commentPopup{--divider-color:light-dark(#cfcfd8,#3a3944)}}@supports (color:light-dark(red, red)) and (color:rgb(0 0 0 / 0)){.commentPopup{--comment-shadow:0 .5px 2px 0 light-dark(#0000000d,#0003), 0 4px 16px 0 light-dark(#0000001a,#0006)}}@supports not (color:light-dark(tan, tan)){.commentPopup *{--csstools-light-dark-toggle--73:var(--csstools-color-scheme--light) #3a3944;--divider-color:var(--csstools-light-dark-toggle--73,#cfcfd8);--csstools-light-dark-toggle--74:var(--csstools-color-scheme--light) #0003;--csstools-light-dark-toggle--75:var(--csstools-color-scheme--light) #0006;--comment-shadow:0 .5px 2px 0 var(--csstools-light-dark-toggle--74,#0000000d), 0 4px 16px 0 var(--csstools-light-dark-toggle--75,#0000001a)}}@media (prefers-color-scheme:dark){.commentPopup{--csstools-color-scheme--light:}}@media screen and (forced-colors:active){.commentPopup{--divider-color:CanvasText;--comment-shadow:none}}.commentPopup{z-index:100001;pointer-events:auto;border:.5px solid var(--comment-border-color);background:var(--comment-bg-color);box-shadow:var(--comment-shadow);flex-direction:column;align-items:flex-start;gap:12px;margin-top:2px;display:flex}.commentPopup:focus-visible{outline:none}.commentPopup.dragging,.commentPopup.dragging *{cursor:move!important}.commentPopup.dragging button{pointer-events:none!important}.commentPopup:not(.selected) .commentPopupButtons{visibility:hidden!important}.commentPopup hr{border:none;border-top:1px solid var(--divider-color);width:100%;height:1px;margin:0;padding:0}.commentPopup .commentPopupTop{cursor:move;-webkit-user-select:none;user-select:none;justify-content:space-between;align-self:stretch;align-items:center;width:100%;height:auto;padding-bottom:4px;display:flex}:is(.commentPopup .commentPopupTop) .commentPopupTime{font:menu;color:var(--comment-date-fg-color);font-size:13px;font-style:normal;font-weight:400;line-height:normal}:is(.commentPopup .commentPopupTop) .commentPopupButtons{cursor:default;align-items:center;gap:2px;display:flex}:is(:is(.commentPopup .commentPopupTop) .commentPopupButtons)>button{border:var(--button-comment-border);background-color:var(--button-comment-bg);width:32px;height:32px;color:var(--button-comment-color);border-radius:4px;padding:8px}:is(:is(:is(.commentPopup .commentPopupTop) .commentPopupButtons)>button):hover{background-color:var(--button-comment-hover-bg)}:is(:is(:is(.commentPopup .commentPopupTop) .commentPopupButtons)>button):hover:before{background-color:var(--button-comment-hover-color)}:is(:is(:is(.commentPopup .commentPopupTop) .commentPopupButtons)>button):active{border:var(--button-comment-active-border);background-color:var(--button-comment-active-bg);color:var(--button-comment-active-color)}:is(:is(:is(.commentPopup .commentPopupTop) .commentPopupButtons)>button):active:before{background-color:var(--button-comment-active-color)}:is(:is(:is(.commentPopup .commentPopupTop) .commentPopupButtons)>button):focus-visible{background-color:var(--button-comment-hover-bg);outline:2px solid var(--comment-focus-outline-color);outline-offset:0}:is(:is(:is(.commentPopup .commentPopupTop) .commentPopupButtons)>button):before{content:"";width:100%;height:100%;display:inline-block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.commentPopupEdit:is(:is(:is(.commentPopup .commentPopupTop) .commentPopupButtons)>button):before{-webkit-mask-image:var(--comment-popup-edit-button-icon);-webkit-mask-image:var(--comment-popup-edit-button-icon);mask-image:var(--comment-popup-edit-button-icon)}.commentPopupDelete:is(:is(:is(.commentPopup .commentPopupTop) .commentPopupButtons)>button):before{-webkit-mask-image:var(--comment-popup-delete-button-icon);-webkit-mask-image:var(--comment-popup-delete-button-icon);mask-image:var(--comment-popup-delete-button-icon)}.commentPopup .commentPopupText{width:100%;height:auto;font:menu;color:var(--comment-fg-color);font-size:15px;font-style:normal;font-weight:400;line-height:normal}.commentPopupText,.sidebarCommentText .richText,:is(.commentPopupText,.sidebarCommentText .richText) p:first-of-type{margin-block:0}:is(.commentPopupText,.sidebarCommentText .richText)>*{white-space:pre-wrap;font-size:max(15px, calc(10px * var(--total-scale-factor)));overflow-wrap:break-word}:is(.commentPopupText,.sidebarCommentText .richText) span{color:var(--comment-fg-color)!important}:root{--editor-toolbar-vert-offset:6px;--outline-width:2px;--outline-color:#0060df;--outline-around-width:1px;--outline-around-color:#f0f0f4;--hover-outline-around-color:var(--outline-around-color);--focus-outline:solid var(--outline-width) var(--outline-color);--unfocus-outline:solid var(--outline-width) transparent;--focus-outline-around:solid var(--outline-around-width) var(--outline-around-color);--hover-outline-color:#8f8f9d;--hover-outline:solid var(--outline-width) var(--hover-outline-color);--hover-outline-around:solid var(--outline-around-width) var(--hover-outline-around-color);--freetext-line-height:1.35;--freetext-padding:2px;--resizer-bg-color:var(--outline-color);--resizer-size:6px;--resizer-shift:calc(0px - (var(--outline-width) + var(--resizer-size)) / 2 - var(--outline-around-width));--editorFreeText-editing-cursor:text;--editorInk-editing-cursor:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.0189877%2013.6645L0.612989%2010.4635C0.687989%2010.0545%200.884989%209.6805%201.18099%209.3825L9.98199%200.5805C10.756%20-0.1925%2012.015%20-0.1945%2012.792%200.5805L14.42%202.2085C15.194%202.9835%2015.194%204.2435%2014.42%205.0185L5.61599%2013.8215C5.31999%2014.1165%204.94599%2014.3125%204.53799%2014.3875L1.33599%2014.9815C1.26599%2014.9935%201.19799%2015.0005%201.12999%2015.0005C0.832989%2015.0005%200.544988%2014.8835%200.330988%2014.6695C0.0679874%2014.4055%20-0.0490122%2014.0305%200.0189877%2013.6645Z'%20fill='white'/%3e%3cpath%20d='M0.0189877%2013.6645L0.612989%2010.4635C0.687989%2010.0545%200.884989%209.6805%201.18099%209.3825L9.98199%200.5805C10.756%20-0.1925%2012.015%20-0.1945%2012.792%200.5805L14.42%202.2085C15.194%202.9835%2015.194%204.2435%2014.42%205.0185L5.61599%2013.8215C5.31999%2014.1165%204.94599%2014.3125%204.53799%2014.3875L1.33599%2014.9815C1.26599%2014.9935%201.19799%2015.0005%201.12999%2015.0005C0.832989%2015.0005%200.544988%2014.8835%200.330988%2014.6695C0.0679874%2014.4055%20-0.0490122%2014.0305%200.0189877%2013.6645ZM12.472%205.1965L13.632%204.0365L13.631%203.1885L11.811%201.3675L10.963%201.3685L9.80299%202.5285L12.472%205.1965ZM4.31099%2013.1585C4.47099%2013.1285%204.61799%2013.0515%204.73399%2012.9345L11.587%206.0815L8.91899%203.4135L2.06599%2010.2655C1.94899%2010.3835%201.87199%2010.5305%201.84099%2010.6915L1.36699%2013.2485L1.75199%2013.6335L4.31099%2013.1585Z'%20fill='black'/%3e%3c/svg%3e") 0 16, pointer;--editorHighlight-editing-cursor:url(/assets/cursor-editorTextHighlight-kG3uUOwL.svg) 24 24, text;--editorFreeHighlight-editing-cursor:url("data:image/svg+xml,%3csvg%20width='18'%20height='19'%20viewBox='0%200%2018%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12.2%203.09C12.28%203.01%2012.43%203%2012.43%203C12.48%203%2012.58%203.02%2012.66%203.1L14.45%204.89C14.58%205.02%2014.58%205.22%2014.45%205.35L11.7713%208.02872L9.51628%205.77372L12.2%203.09ZM13.2658%205.12L11.7713%206.6145L10.9305%205.77372L12.425%204.27921L13.2658%205.12Z'%20fill='%23FBFBFE'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.98%209.32L8.23%2011.57L10.7106%209.08938L8.45562%206.83438L5.98%209.31V9.32ZM8.23%2010.1558L9.29641%209.08938L8.45562%208.24859L7.38921%209.315L8.23%2010.1558Z'%20fill='%23FBFBFE'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10.1526%2013.1816L16.2125%207.1217C16.7576%206.58919%2017.05%205.8707%2017.05%205.12C17.05%204.36931%2016.7576%203.65084%2016.2126%203.11834L14.4317%201.33747C13.8992%200.79242%2013.1807%200.5%2012.43%200.5C11.6643%200.5%2010.9529%200.812929%2010.4329%201.33289L3.68289%208.08289C3.04127%208.72452%203.00459%209.75075%203.57288%2010.4363L1.29187%2012.7239C1.09186%2012.9245%200.990263%2013.1957%201.0007%2013.4685L1%2014.5C0.447715%2014.5%200%2014.9477%200%2015.5V17.5C0%2018.0523%200.447715%2018.5%201%2018.5H16C16.5523%2018.5%2017%2018.0523%2017%2017.5V15.5C17%2014.9477%2016.5523%2014.5%2016%2014.5H10.2325C9.83594%2014.5%209.39953%2013.9347%2010.1526%2013.1816ZM4.39%209.85L4.9807%2010.4407L2.39762%2013.0312H6.63877L7.10501%2012.565L7.57125%2013.0312H8.88875L15.51%206.41C15.86%206.07%2016.05%205.61%2016.05%205.12C16.05%204.63%2015.86%204.17%2015.51%203.83L13.72%202.04C13.38%201.69%2012.92%201.5%2012.43%201.5C11.94%201.5%2011.48%201.7%2011.14%202.04L4.39%208.79C4.1%209.08%204.1%209.56%204.39%209.85ZM16%2017.5V15.5H1V17.5H16Z'%20fill='%23FBFBFE'/%3e%3cpath%20d='M15.1616%206.05136L15.1616%206.05132L15.1564%206.05645L8.40645%2012.8064C8.35915%2012.8537%208.29589%2012.88%208.23%2012.88C8.16411%2012.88%208.10085%2012.8537%208.05355%2012.8064L7.45857%2012.2115L7.10501%2011.8579L6.75146%2012.2115L6.03289%2012.93H3.20465L5.33477%2010.7937L5.6873%2010.4402L5.33426%2010.0871L4.74355%209.49645C4.64882%209.40171%204.64882%209.23829%204.74355%209.14355L11.4936%202.39355C11.7436%202.14354%2012.0779%202%2012.43%202C12.7883%202%2013.1179%202.13776%2013.3614%202.38839L13.3613%202.38843L13.3664%202.39355L15.1564%204.18355L15.1564%204.18359L15.1616%204.18864C15.4122%204.43211%2015.55%204.76166%2015.55%205.12C15.55%205.47834%2015.4122%205.80789%2015.1616%206.05136ZM7.87645%2011.9236L8.23%2012.2771L8.58355%2011.9236L11.0642%209.44293L11.4177%209.08938L11.0642%208.73582L8.80918%206.48082L8.45562%206.12727L8.10207%206.48082L5.62645%208.95645L5.48%209.10289V9.31V9.32V9.52711L5.62645%209.67355L7.87645%2011.9236ZM11.4177%208.38227L11.7713%208.73582L12.1248%208.38227L14.8036%205.70355C15.1288%205.37829%2015.1288%204.86171%2014.8036%204.53645L13.0136%202.74645C12.8186%202.55146%2012.5792%202.5%2012.43%202.5H12.4134L12.3967%202.50111L12.43%203C12.3967%202.50111%2012.3966%202.50112%2012.3965%202.50112L12.3963%202.50114L12.3957%202.50117L12.3947%202.50125L12.3924%202.50142L12.387%202.50184L12.3732%202.50311C12.3628%202.50416%2012.3498%202.50567%2012.3346%202.50784C12.3049%202.51208%2012.2642%202.51925%2012.2178%202.53146C12.1396%202.55202%2011.9797%202.60317%2011.8464%202.73645L9.16273%205.42016L8.80918%205.77372L9.16273%206.12727L11.4177%208.38227ZM1.5%2016H15.5V17H1.5V16Z'%20stroke='%2315141A'/%3e%3c/svg%3e") 1 18, pointer;--new-alt-text-warning-image:url("data:image/svg+xml,%3csvg%20width='17'%20height='16'%20viewBox='0%200%2017%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8.78182%202.63903C8.58882%202.28803%208.25782%202.25003%208.12482%202.25003C7.99019%202.24847%207.85771%202.28393%207.74185%202.35253C7.62599%202.42113%207.5312%202.52023%207.46782%202.63903L1.97082%2012.639C1.90673%2012.7528%201.87406%2012.8816%201.87617%2013.0122C1.87828%2013.1427%201.91509%2013.2704%201.98282%2013.382C2.04798%2013.4951%202.14207%2013.5888%202.25543%2013.6535C2.36879%2013.7182%202.49732%2013.7515%202.62782%2013.75H13.6218C13.7523%2013.7515%2013.8809%2013.7182%2013.9942%2013.6535C14.1076%2013.5888%2014.2017%2013.4951%2014.2668%2013.382C14.3346%2013.2704%2014.3714%2013.1427%2014.3735%2013.0122C14.3756%2012.8816%2014.3429%2012.7528%2014.2788%2012.639L8.78182%202.63903ZM6.37282%202.03703C6.75182%201.34603%207.43882%201.00003%208.12482%201.00003C8.48341%200.997985%208.83583%201.09326%209.14454%201.2757C9.45325%201.45814%209.70668%201.72092%209.87782%202.03603L15.3748%2012.036C16.1078%2013.369%2015.1438%2015%2013.6228%2015H2.62782C1.10682%2015%200.141823%2013.37%200.875823%2012.037L6.37282%202.03703ZM8.74982%209.06203C8.74982%209.22779%208.68397%209.38676%208.56676%209.50397C8.44955%209.62118%208.29058%209.68703%208.12482%209.68703C7.95906%209.68703%207.80009%209.62118%207.68288%209.50397C7.56566%209.38676%207.49982%209.22779%207.49982%209.06203V5.62503C7.49982%205.45927%207.56566%205.3003%207.68288%205.18309C7.80009%205.06588%207.95906%205.00003%208.12482%205.00003C8.29058%205.00003%208.44955%205.06588%208.56676%205.18309C8.68397%205.3003%208.74982%205.45927%208.74982%205.62503V9.06203ZM7.74982%2012L7.49982%2011.75V11L7.74982%2010.75H8.49982L8.74982%2011V11.75L8.49982%2012H7.74982Z'%20fill='black'/%3e%3c/svg%3e")}.textLayer.highlighting{cursor:var(--editorFreeHighlight-editing-cursor)}.textLayer.highlighting:not(.free) span{cursor:var(--editorHighlight-editing-cursor)}[role=img]:is(.textLayer.highlighting:not(.free) span),.textLayer.highlighting.free span{cursor:var(--editorFreeHighlight-editing-cursor)}.page:has(.annotationEditorLayer.nonEditing) .annotationLayer .editorAnnotation{pointer-events:none;position:absolute}:is(#viewerContainer.pdfPresentationMode:fullscreen,.annotationEditorLayer.disabled) .noAltTextBadge{display:none!important}@media (resolution>=1.1x){:root{--editorFreeText-editing-cursor:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%202.75H12.5V2.25V1V0.5H12H10.358C9.91165%200.5%209.47731%200.625661%209.09989%200.860442L9.09886%200.861087L8%201.54837L6.89997%200.860979L6.89911%200.860443C6.5218%200.625734%206.08748%200.5%205.642%200.5H4H3.5V1V2.25V2.75H4H5.642C5.66478%202.75%205.6885%202.75641%205.71008%202.76968C5.71023%202.76977%205.71038%202.76986%205.71053%202.76995L6.817%203.461C6.81704%203.46103%206.81709%203.46105%206.81713%203.46108C6.81713%203.46108%206.81713%203.46108%206.81714%203.46109C6.8552%203.48494%206.876%203.52285%206.876%203.567V8V12.433C6.876%2012.4771%206.85523%2012.515%206.81722%2012.5389C6.81715%2012.5389%206.81707%2012.539%206.817%2012.539L5.70953%2013.23C5.70941%2013.2301%205.70929%2013.2302%205.70917%2013.2303C5.68723%2013.2438%205.6644%2013.25%205.641%2013.25H4H3.5V13.75V15V15.5H4H5.642C6.08835%2015.5%206.52269%2015.3743%206.90011%2015.1396L6.90086%2015.1391L8%2014.4526L9.10003%2015.14L9.10089%2015.1406C9.47831%2015.3753%209.91265%2015.501%2010.359%2015.501H12H12.5V15.001V13.751V13.251H12H10.358C10.3352%2013.251%2010.3115%2013.2446%2010.2899%2013.2313C10.2897%2013.2312%2010.2896%2013.2311%2010.2895%2013.231L9.183%2012.54C9.18298%2012.54%209.18295%2012.54%209.18293%2012.54C9.18291%2012.5399%209.18288%2012.5399%209.18286%2012.5399C9.14615%2012.5169%209.125%2012.4797%209.125%2012.434V8V3.567C9.125%203.52266%209.14603%203.48441%209.18364%203.4606C9.18377%203.46052%209.1839%203.46043%209.18404%203.46035L10.2895%202.76995C10.2896%202.76985%2010.2898%202.76975%2010.2899%202.76966C10.3119%202.75619%2010.3346%202.75%2010.358%202.75H12Z'%20fill='black'%20stroke='white'/%3e%3c/svg%3e") 0 16, text}}@media screen and (forced-colors:active){:root{--outline-color:CanvasText;--outline-around-color:ButtonFace;--resizer-bg-color:ButtonText;--hover-outline-color:Highlight;--hover-outline-around-color:SelectedItemText}}[data-editor-rotation="90"]{transform:rotate(90deg)}[data-editor-rotation="180"]{transform:rotate(180deg)}[data-editor-rotation="270"]{transform:rotate(270deg)}.annotationEditorLayer{font-size:calc(100px * var(--total-scale-factor));transform-origin:0 0;cursor:auto;background:0 0;position:absolute;inset:0}.annotationEditorLayer .selectedEditor{z-index:100000!important}.annotationEditorLayer.drawing *{pointer-events:none!important}.annotationEditorLayer.getElements,.annotationEditorLayer.getElements>div{pointer-events:auto!important}.annotationEditorLayer.waiting{content:"";cursor:wait;width:100%;height:100%;position:absolute;inset:0}.annotationEditorLayer.disabled{pointer-events:none}.annotationEditorLayer.disabled.highlightEditing :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor,.commentPopup){pointer-events:auto}.annotationEditorLayer.freetextEditing{cursor:var(--editorFreeText-editing-cursor)}.annotationEditorLayer.inkEditing{cursor:var(--editorInk-editing-cursor)}.annotationEditorLayer .draw{box-sizing:border-box}.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor){z-index:1;transform-origin:0 0;cursor:auto;border:var(--unfocus-outline);background:0 0;max-width:100%;max-height:100%;position:absolute}.draggable.selectedEditor:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor)){cursor:move}.selectedEditor:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor)){border:var(--focus-outline);outline:var(--focus-outline-around)}.selectedEditor:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor)):before{content:"";border:var(--focus-outline-around);pointer-events:none;position:absolute;inset:0}:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor)):hover:not(.selectedEditor){border:var(--hover-outline);outline:var(--hover-outline-around)}:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor)):hover:not(.selectedEditor):before{content:"";border:var(--focus-outline-around);position:absolute;inset:0}:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar{--editor-toolbar-delete-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11%203H13.6C14%203%2014.3%203.3%2014.3%203.6C14.3%203.9%2014%204.2%2013.7%204.2H13.3V14C13.3%2015.1%2012.4%2016%2011.3%2016H4.80005C3.70005%2016%202.80005%2015.1%202.80005%2014V4.2H2.40005C2.00005%204.2%201.80005%204%201.80005%203.6C1.80005%203.2%202.00005%203%202.40005%203H5.00005V2C5.00005%200.9%205.90005%200%207.00005%200H9.00005C10.1%200%2011%200.9%2011%202V3ZM6.90005%201.2L6.30005%201.8V3H9.80005V1.8L9.20005%201.2H6.90005ZM11.4%2014.7L12%2014.1V4.2H4.00005V14.1L4.60005%2014.7H11.4ZM7.00005%2012.4C7.00005%2012.7%206.70005%2013%206.40005%2013C6.10005%2013%205.80005%2012.7%205.80005%2012.4V7.6C5.70005%207.3%206.00005%207%206.40005%207C6.80005%207%207.00005%207.3%207.00005%207.6V12.4ZM10.2001%2012.4C10.2001%2012.7%209.90006%2013%209.60006%2013C9.30006%2013%209.00006%2012.7%209.00006%2012.4V7.6C9.00006%207.3%209.30006%207%209.60006%207C9.90006%207%2010.2001%207.3%2010.2001%207.6V12.4Z'%20fill='black'%20/%3e%3c/svg%3e");--csstools-light-dark-toggle--76:var(--csstools-color-scheme--light) #2b2a33;--editor-toolbar-bg-color:var(--csstools-light-dark-toggle--76,#f0f0f4);--editor-toolbar-highlight-image:url("data:image/svg+xml,%3csvg%20width='17'%20height='16'%20viewBox='0%200%2017%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.10918%2011.66C7.24918%2011.8%207.43918%2011.88%207.63918%2011.88C7.83918%2011.88%208.02918%2011.8%208.16918%2011.66L14.9192%204.91C15.2692%204.57%2015.4592%204.11%2015.4592%203.62C15.4592%203.13%2015.2692%202.67%2014.9192%202.33L13.1292%200.54C12.7892%200.19%2012.3292%200%2011.8392%200C11.3492%200%2010.8892%200.2%2010.5492%200.54L3.79918%207.29C3.50918%207.58%203.50918%208.06%203.79918%208.35L4.38988%208.9407L1.40918%2011.93H5.64918L6.51419%2011.065L7.10918%2011.66ZM7.63918%2010.07L5.38918%207.82V7.81L7.8648%205.33438L10.1198%207.58938L7.63918%2010.07ZM11.1805%206.52872L13.8592%203.85C13.9892%203.72%2013.9892%203.52%2013.8592%203.39L12.0692%201.6C11.9892%201.52%2011.8892%201.5%2011.8392%201.5C11.8392%201.5%2011.6892%201.51%2011.6092%201.59L8.92546%204.27372L11.1805%206.52872Z'%20fill='%23000'/%3e%3cpath%20d='M0.40918%2014H15.4092V16H0.40918V14Z'%20fill='%23000'/%3e%3c/g%3e%3c/svg%3e");--csstools-light-dark-toggle--77:var(--csstools-color-scheme--light) #fbfbfe;--editor-toolbar-fg-color:var(--csstools-light-dark-toggle--77,#2e2e56);--editor-toolbar-border-color:#8f8f9d;--editor-toolbar-hover-border-color:var(--editor-toolbar-border-color);--csstools-light-dark-toggle--78:var(--csstools-color-scheme--light) #52525e;--editor-toolbar-hover-bg-color:var(--csstools-light-dark-toggle--78,#e0e0e6);--editor-toolbar-hover-fg-color:var(--editor-toolbar-fg-color);--editor-toolbar-hover-outline:none;--csstools-light-dark-toggle--79:var(--csstools-color-scheme--light) #0df;--editor-toolbar-focus-outline-color:var(--csstools-light-dark-toggle--79,#0060df);--editor-toolbar-shadow:0 2px 6px 0 #3a394433;--editor-toolbar-height:28px;--editor-toolbar-padding:2px;--csstools-light-dark-toggle--80:var(--csstools-color-scheme--light) #54ffbd;--alt-text-done-color:var(--csstools-light-dark-toggle--80,#2ac3a2);--csstools-light-dark-toggle--81:var(--csstools-color-scheme--light) #80ebff;--alt-text-warning-color:var(--csstools-light-dark-toggle--81,#0090ed);--alt-text-hover-done-color:var(--alt-text-done-color);--alt-text-hover-warning-color:var(--alt-text-warning-color)}@supports (color:light-dark(red, red)){:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar{--editor-toolbar-bg-color:light-dark(#f0f0f4,#2b2a33);--editor-toolbar-fg-color:light-dark(#2e2e56,#fbfbfe);--editor-toolbar-hover-bg-color:light-dark(#e0e0e6,#52525e);--editor-toolbar-focus-outline-color:light-dark(#0060df,#0df);--alt-text-done-color:light-dark(#2ac3a2,#54ffbd);--alt-text-warning-color:light-dark(#0090ed,#80ebff)}}@supports not (color:light-dark(tan, tan)){:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) *{--csstools-light-dark-toggle--76:var(--csstools-color-scheme--light) #2b2a33;--editor-toolbar-bg-color:var(--csstools-light-dark-toggle--76,#f0f0f4);--csstools-light-dark-toggle--77:var(--csstools-color-scheme--light) #fbfbfe;--editor-toolbar-fg-color:var(--csstools-light-dark-toggle--77,#2e2e56);--csstools-light-dark-toggle--78:var(--csstools-color-scheme--light) #52525e;--editor-toolbar-hover-bg-color:var(--csstools-light-dark-toggle--78,#e0e0e6);--csstools-light-dark-toggle--79:var(--csstools-color-scheme--light) #0df;--editor-toolbar-focus-outline-color:var(--csstools-light-dark-toggle--79,#0060df);--csstools-light-dark-toggle--80:var(--csstools-color-scheme--light) #54ffbd;--alt-text-done-color:var(--csstools-light-dark-toggle--80,#2ac3a2);--csstools-light-dark-toggle--81:var(--csstools-color-scheme--light) #80ebff;--alt-text-warning-color:var(--csstools-light-dark-toggle--81,#0090ed)}}@media screen and (forced-colors:active){:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar{--editor-toolbar-bg-color:ButtonFace;--editor-toolbar-fg-color:ButtonText;--editor-toolbar-border-color:ButtonText;--editor-toolbar-hover-border-color:AccentColor;--editor-toolbar-hover-bg-color:ButtonFace;--editor-toolbar-hover-fg-color:AccentColor;--editor-toolbar-hover-outline:2px solid var(--editor-toolbar-hover-border-color);--editor-toolbar-focus-outline-color:ButtonBorder;--editor-toolbar-shadow:none;--alt-text-done-color:var(--editor-toolbar-fg-color);--alt-text-warning-color:var(--editor-toolbar-fg-color);--alt-text-hover-done-color:var(--editor-toolbar-hover-fg-color);--alt-text-hover-warning-color:var(--editor-toolbar-hover-fg-color)}}:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar{width:fit-content;height:var(--editor-toolbar-height);cursor:default;pointer-events:auto;box-sizing:content-box;padding:var(--editor-toolbar-padding);background-color:var(--editor-toolbar-bg-color);border:1px solid var(--editor-toolbar-border-color);box-shadow:var(--editor-toolbar-shadow);border-radius:6px;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset-block-start:calc(100% + var(--editor-toolbar-vert-offset));inset-inline-end:0}.hidden:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar){display:none}:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar):has(:focus-visible){border-color:#0000}[dir=ltr] :is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar){transform-origin:100% 0}[dir=rtl] :is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar){transform-origin:0 0}:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons{justify-content:center;align-items:center;gap:0;height:100%;display:flex}:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) button{padding:0}:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .divider{width:0;height:calc(2 * var(--editor-toolbar-padding) + var(--editor-toolbar-height));border-left:1px solid var(--editor-toolbar-border-color);border-right:none;margin-inline:2px;display:inline-block}:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .basic{width:var(--editor-toolbar-height)}:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .basic):before{content:"";background-color:var(--editor-toolbar-fg-color);width:100%;height:100%;display:inline-block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .basic):hover:before{background-color:var(--editor-toolbar-hover-fg-color)}.highlightButton:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .basic):before{-webkit-mask-image:var(--editor-toolbar-highlight-image);-webkit-mask-image:var(--editor-toolbar-highlight-image);mask-image:var(--editor-toolbar-highlight-image)}.commentButton:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .basic):before{-webkit-mask-image:var(--comment-edit-button-icon);-webkit-mask-image:var(--comment-edit-button-icon);mask-image:var(--comment-edit-button-icon)}.deleteButton:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .basic):before{-webkit-mask-image:var(--editor-toolbar-delete-image);-webkit-mask-image:var(--editor-toolbar-delete-image);mask-image:var(--editor-toolbar-delete-image)}:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons)>*{height:var(--editor-toolbar-height)}:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons)>:not(.divider){cursor:pointer;background-color:#0000;border:none}:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons)>:not(.divider)):hover{background-color:var(--editor-toolbar-hover-bg-color);color:var(--editor-toolbar-hover-fg-color);outline:var(--editor-toolbar-hover-outline);outline-offset:1px;border-radius:2px}:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons)>:not(.divider)):hover:active{outline:none}:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons)>:not(.divider)):focus-visible{outline:2px solid var(--editor-toolbar-focus-outline-color);border-radius:2px}:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText{--alt-text-add-image:url("data:image/svg+xml,%3csvg%20width='12'%20height='13'%20viewBox='0%200%2012%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.375%207.625V11.875C5.375%2012.0408%205.44085%2012.1997%205.55806%2012.3169C5.67527%2012.4342%205.83424%2012.5%206%2012.5C6.16576%2012.5%206.32473%2012.4342%206.44194%2012.3169C6.55915%2012.1997%206.625%2012.0408%206.625%2011.875V7.625L7.125%207.125H11.375C11.5408%207.125%2011.6997%207.05915%2011.8169%206.94194C11.9342%206.82473%2012%206.66576%2012%206.5C12%206.33424%2011.9342%206.17527%2011.8169%206.05806C11.6997%205.94085%2011.5408%205.875%2011.375%205.875H7.125L6.625%205.375V1.125C6.625%200.95924%206.55915%200.800269%206.44194%200.683058C6.32473%200.565848%206.16576%200.5%206%200.5C5.83424%200.5%205.67527%200.565848%205.55806%200.683058C5.44085%200.800269%205.375%200.95924%205.375%201.125V5.375L4.875%205.875H0.625C0.45924%205.875%200.300269%205.94085%200.183058%206.05806C0.065848%206.17527%200%206.33424%200%206.5C0%206.66576%200.065848%206.82473%200.183058%206.94194C0.300269%207.05915%200.45924%207.125%200.625%207.125H4.762L5.375%207.625Z'%20fill='black'/%3e%3c/svg%3e");--alt-text-done-image:url("data:image/svg+xml,%3csvg%20width='12'%20height='13'%20viewBox='0%200%2012%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%200.5C5.21207%200.5%204.43185%200.655195%203.7039%200.956723C2.97595%201.25825%202.31451%201.70021%201.75736%202.25736C1.20021%202.81451%200.758251%203.47595%200.456723%204.2039C0.155195%204.93185%200%205.71207%200%206.5C0%207.28793%200.155195%208.06815%200.456723%208.7961C0.758251%209.52405%201.20021%2010.1855%201.75736%2010.7426C2.31451%2011.2998%202.97595%2011.7417%203.7039%2012.0433C4.43185%2012.3448%205.21207%2012.5%206%2012.5C7.5913%2012.5%209.11742%2011.8679%2010.2426%2010.7426C11.3679%209.61742%2012%208.0913%2012%206.5C12%204.9087%2011.3679%203.38258%2010.2426%202.25736C9.11742%201.13214%207.5913%200.5%206%200.5ZM5.06%208.9L2.9464%206.7856C2.85273%206.69171%202.80018%206.56446%202.80033%206.43183C2.80048%206.29921%202.85331%206.17207%202.9472%206.0784C3.04109%205.98473%203.16834%205.93218%203.30097%205.93233C3.43359%205.93248%203.56073%205.98531%203.6544%206.0792L5.3112%207.7368L8.3464%204.7008C8.44109%204.6109%208.56715%204.56153%208.69771%204.56322C8.82827%204.56492%208.95301%204.61754%209.04534%204.70986C9.13766%204.80219%209.19028%204.92693%209.19198%205.05749C9.19367%205.18805%209.1443%205.31411%209.0544%205.4088L5.5624%208.9H5.06Z'%20fill='%23FBFBFE'/%3e%3c/svg%3e");pointer-events:all;width:max-content;font:menu;color:var(--editor-toolbar-fg-color);justify-content:center;align-items:center;padding-inline:8px;font-size:12px;font-weight:590;display:flex}:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText):disabled{pointer-events:none}:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText):before{content:"";-webkit-mask-image:var(--alt-text-add-image);-webkit-mask-image:var(--alt-text-add-image);mask-image:var(--alt-text-add-image);background-color:var(--editor-toolbar-fg-color);width:12px;height:13px;margin-inline-end:4px;display:inline-block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText):hover:before{background-color:var(--editor-toolbar-hover-fg-color)}.done:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText):before{-webkit-mask-image:var(--alt-text-done-image);-webkit-mask-image:var(--alt-text-done-image);mask-image:var(--alt-text-done-image)}.new:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText):before{width:16px;height:16px;-webkit-mask-image:var(--new-alt-text-warning-image);-webkit-mask-image:var(--new-alt-text-warning-image);mask-image:var(--new-alt-text-warning-image);background-color:var(--alt-text-warning-color);-webkit-mask-size:cover;mask-size:cover}.new:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText):hover:before{background-color:var(--alt-text-hover-warning-color)}.new.done:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText):before{-webkit-mask-image:var(--alt-text-done-image);-webkit-mask-image:var(--alt-text-done-image);mask-image:var(--alt-text-done-image);background-color:var(--alt-text-done-color)}.new.done:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText):hover:before{background-color:var(--alt-text-hover-done-color)}:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText) .tooltip{word-wrap:anywhere;display:none}.show:is(:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText) .tooltip){--csstools-light-dark-toggle--82:var(--csstools-color-scheme--light) #1c1b22;--alt-text-tooltip-bg:var(--csstools-light-dark-toggle--82,#f0f0f4);--csstools-light-dark-toggle--83:var(--csstools-color-scheme--light) #fbfbfe;--alt-text-tooltip-fg:var(--csstools-light-dark-toggle--83,#15141a);--alt-text-tooltip-border:#8f8f9d;--csstools-light-dark-toggle--84:var(--csstools-color-scheme--light) #15141a;--alt-text-tooltip-shadow:0 2px 6px 0 var(--csstools-light-dark-toggle--84,#3a394433)}@supports (color:light-dark(red, red)){.show:is(:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText) .tooltip){--alt-text-tooltip-bg:light-dark(#f0f0f4,#1c1b22);--alt-text-tooltip-fg:light-dark(#15141a,#fbfbfe)}}@supports (color:light-dark(red, red)) and (color:rgb(0 0 0 / 0)){.show:is(:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText) .tooltip){--alt-text-tooltip-shadow:0 2px 6px 0 light-dark(#3a394433,#15141a)}}@supports not (color:light-dark(tan, tan)){.show:is(:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText) .tooltip) *{--csstools-light-dark-toggle--82:var(--csstools-color-scheme--light) #1c1b22;--alt-text-tooltip-bg:var(--csstools-light-dark-toggle--82,#f0f0f4);--csstools-light-dark-toggle--83:var(--csstools-color-scheme--light) #fbfbfe;--alt-text-tooltip-fg:var(--csstools-light-dark-toggle--83,#15141a);--csstools-light-dark-toggle--84:var(--csstools-color-scheme--light) #15141a;--alt-text-tooltip-shadow:0 2px 6px 0 var(--csstools-light-dark-toggle--84,#3a394433)}}@media screen and (forced-colors:active){.show:is(:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText) .tooltip){--alt-text-tooltip-bg:Canvas;--alt-text-tooltip-fg:CanvasText;--alt-text-tooltip-border:CanvasText;--alt-text-tooltip-shadow:none}}.show:is(:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText) .tooltip){top:calc(100% + 2px);border:.5px solid var(--alt-text-tooltip-border);background:var(--alt-text-tooltip-bg);width:max-content;max-width:300px;height:auto;box-shadow:var(--alt-text-tooltip-shadow);color:var(--alt-text-tooltip-fg);pointer-events:none;flex-direction:column;justify-content:center;align-items:center;padding-block:2px 3px;padding-inline:3px;font-size:12px;display:inline-flex;position:absolute;inset-inline-start:0}:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .comment{width:var(--editor-toolbar-height)}:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .comment):before{content:"";-webkit-mask-image:var(--comment-edit-button-icon);-webkit-mask-image:var(--comment-edit-button-icon);mask-image:var(--comment-edit-button-icon);background-color:var(--editor-toolbar-fg-color);width:100%;height:100%;display:inline-block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.annotationEditorLayer .freeTextEditor{padding:calc(var(--freetext-padding) * var(--total-scale-factor));touch-action:none;width:auto;height:auto}.annotationEditorLayer .freeTextEditor .internal{white-space:nowrap;font:10px sans-serif;line-height:var(--freetext-line-height);text-align:start;-webkit-user-select:none;user-select:none;background:0 0;border:none;inset:0;overflow:visible}.annotationEditorLayer .freeTextEditor .overlay{background:0 0;width:100%;height:100%;display:none;position:absolute;inset:0}.annotationEditorLayer freeTextEditor .overlay.enabled{display:block}.annotationEditorLayer .freeTextEditor .internal:empty:before{content:attr(default-content);color:gray}.annotationEditorLayer .freeTextEditor .internal:focus{-webkit-user-select:auto;user-select:auto;outline:none}.annotationEditorLayer .inkEditor{width:100%;height:100%}.annotationEditorLayer .inkEditor.editing{cursor:inherit}.annotationEditorLayer .inkEditor .inkEditorCanvas{touch-action:none;width:100%;height:100%;position:absolute;inset:0}.annotationEditorLayer .stampEditor{width:auto;height:auto}:is(.annotationEditorLayer .stampEditor) canvas{width:100%;height:100%;margin:0;position:absolute;top:0;left:0}:is(.annotationEditorLayer .stampEditor) .noAltTextBadge{--csstools-light-dark-toggle--85:var(--csstools-color-scheme--light) #52525e;--no-alt-text-badge-border-color:var(--csstools-light-dark-toggle--85,#f0f0f4);--csstools-light-dark-toggle--86:var(--csstools-color-scheme--light) #fbfbfe;--no-alt-text-badge-bg-color:var(--csstools-light-dark-toggle--86,#cfcfd8);--csstools-light-dark-toggle--87:var(--csstools-color-scheme--light) #15141a;--no-alt-text-badge-fg-color:var(--csstools-light-dark-toggle--87,#5b5b66)}@supports (color:light-dark(red, red)){:is(.annotationEditorLayer .stampEditor) .noAltTextBadge{--no-alt-text-badge-border-color:light-dark(#f0f0f4,#52525e);--no-alt-text-badge-bg-color:light-dark(#cfcfd8,#fbfbfe);--no-alt-text-badge-fg-color:light-dark(#5b5b66,#15141a)}}@supports not (color:light-dark(tan, tan)){:is(:is(.annotationEditorLayer .stampEditor) .noAltTextBadge) *{--csstools-light-dark-toggle--85:var(--csstools-color-scheme--light) #52525e;--no-alt-text-badge-border-color:var(--csstools-light-dark-toggle--85,#f0f0f4);--csstools-light-dark-toggle--86:var(--csstools-color-scheme--light) #fbfbfe;--no-alt-text-badge-bg-color:var(--csstools-light-dark-toggle--86,#cfcfd8);--csstools-light-dark-toggle--87:var(--csstools-color-scheme--light) #15141a;--no-alt-text-badge-fg-color:var(--csstools-light-dark-toggle--87,#5b5b66)}}@media screen and (forced-colors:active){:is(.annotationEditorLayer .stampEditor) .noAltTextBadge{--no-alt-text-badge-border-color:ButtonText;--no-alt-text-badge-bg-color:ButtonFace;--no-alt-text-badge-fg-color:ButtonText}}:is(.annotationEditorLayer .stampEditor) .noAltTextBadge{pointer-events:none;z-index:1;border:1px solid var(--no-alt-text-badge-border-color);background:var(--no-alt-text-badge-bg-color);border-radius:2px;justify-content:center;align-items:center;width:32px;height:32px;padding:3px;display:inline-flex;position:absolute;inset-block-end:5px;inset-inline-end:5px}:is(:is(.annotationEditorLayer .stampEditor) .noAltTextBadge):before{content:"";width:16px;height:16px;-webkit-mask-image:var(--new-alt-text-warning-image);-webkit-mask-image:var(--new-alt-text-warning-image);mask-image:var(--new-alt-text-warning-image);background-color:var(--no-alt-text-badge-fg-color);display:inline-block;-webkit-mask-size:cover;mask-size:cover}:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor))>.resizers{z-index:1;position:absolute;inset:0}.hidden:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor))>.resizers){display:none}:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor))>.resizers)>.resizer{width:var(--resizer-size);height:var(--resizer-size);background:content-box var(--resizer-bg-color);border:var(--focus-outline-around);border-radius:2px;position:absolute}.topLeft:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor))>.resizers)>.resizer){top:var(--resizer-shift);left:var(--resizer-shift)}.topMiddle:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor))>.resizers)>.resizer){top:var(--resizer-shift);left:calc(50% + var(--resizer-shift))}.topRight:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor))>.resizers)>.resizer){top:var(--resizer-shift);right:var(--resizer-shift)}.middleRight:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor))>.resizers)>.resizer){top:calc(50% + var(--resizer-shift));right:var(--resizer-shift)}.bottomRight:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor))>.resizers)>.resizer){bottom:var(--resizer-shift);right:var(--resizer-shift)}.bottomMiddle:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor))>.resizers)>.resizer){bottom:var(--resizer-shift);left:calc(50% + var(--resizer-shift))}.bottomLeft:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor))>.resizers)>.resizer){bottom:var(--resizer-shift);left:var(--resizer-shift)}.middleLeft:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor))>.resizers)>.resizer){top:calc(50% + var(--resizer-shift));left:var(--resizer-shift)}.topLeft:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]))>.resizers>.resizer),.bottomRight:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]))>.resizers>.resizer){cursor:nwse-resize}.topMiddle:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]))>.resizers>.resizer),.bottomMiddle:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]))>.resizers>.resizer){cursor:ns-resize}.topRight:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]))>.resizers>.resizer),.bottomLeft:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]))>.resizers>.resizer){cursor:nesw-resize}.middleRight:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]))>.resizers>.resizer),.middleLeft:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]))>.resizers>.resizer){cursor:ew-resize}.topLeft:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]))>.resizers>.resizer),.bottomRight:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]))>.resizers>.resizer){cursor:nesw-resize}.topMiddle:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]))>.resizers>.resizer),.bottomMiddle:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]))>.resizers>.resizer){cursor:ew-resize}.topRight:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]))>.resizers>.resizer),.bottomLeft:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]))>.resizers>.resizer){cursor:nwse-resize}.middleRight:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]))>.resizers>.resizer),.middleLeft:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]))>.resizers>.resizer){cursor:ns-resize}:is(.annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="90"],[data-main-rotation="90"] [data-editor-rotation="0"],[data-main-rotation="180"] [data-editor-rotation="270"],[data-main-rotation="270"] [data-editor-rotation="180"])) .editToolbar{rotate:270deg}[dir=ltr] :is(:is(.annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="90"],[data-main-rotation="90"] [data-editor-rotation="0"],[data-main-rotation="180"] [data-editor-rotation="270"],[data-main-rotation="270"] [data-editor-rotation="180"])) .editToolbar){inset-block-start:0;inset-inline-end:calc(0px - var(--editor-toolbar-vert-offset))}[dir=rtl] :is(:is(.annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="90"],[data-main-rotation="90"] [data-editor-rotation="0"],[data-main-rotation="180"] [data-editor-rotation="270"],[data-main-rotation="270"] [data-editor-rotation="180"])) .editToolbar){inset-block-start:0;inset-inline-end:calc(100% + var(--editor-toolbar-vert-offset))}:is(.annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="180"],[data-main-rotation="90"] [data-editor-rotation="90"],[data-main-rotation="180"] [data-editor-rotation="0"],[data-main-rotation="270"] [data-editor-rotation="270"])) .editToolbar{inset-block-start:calc(0px - var(--editor-toolbar-vert-offset));inset-inline-end:100%;rotate:180deg}:is(.annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="270"],[data-main-rotation="90"] [data-editor-rotation="180"],[data-main-rotation="180"] [data-editor-rotation="90"],[data-main-rotation="270"] [data-editor-rotation="0"])) .editToolbar{rotate:90deg}[dir=ltr] :is(:is(.annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="270"],[data-main-rotation="90"] [data-editor-rotation="180"],[data-main-rotation="180"] [data-editor-rotation="90"],[data-main-rotation="270"] [data-editor-rotation="0"])) .editToolbar){inset-block-start:100%;inset-inline-end:calc(100% + var(--editor-toolbar-vert-offset))}[dir=rtl] :is(:is(.annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="270"],[data-main-rotation="90"] [data-editor-rotation="180"],[data-main-rotation="180"] [data-editor-rotation="90"],[data-main-rotation="270"] [data-editor-rotation="0"])) .editToolbar){inset-block-start:0;inset-inline-start:calc(0px - var(--editor-toolbar-vert-offset))}.dialog.altText::backdrop{-webkit-mask:url(#alttext-manager-mask);mask:url(#alttext-manager-mask)}.dialog.altText.positioned{margin:0}.dialog.altText #altTextContainer{flex-direction:column;align-items:flex-start;gap:16px;width:300px;height:fit-content;display:inline-flex}:is(.dialog.altText #altTextContainer) #overallDescription{flex-direction:column;align-self:stretch;align-items:flex-start;gap:4px;display:flex}:is(:is(.dialog.altText #altTextContainer) #overallDescription) span{align-self:stretch}:is(:is(.dialog.altText #altTextContainer) #overallDescription) .title{font-size:13px;font-style:normal;font-weight:590}:is(.dialog.altText #altTextContainer) #addDescription{flex-direction:column;align-items:stretch;gap:8px;display:flex}:is(:is(.dialog.altText #altTextContainer) #addDescription) .descriptionArea{flex:1;padding-inline:24px 10px}:is(:is(:is(.dialog.altText #altTextContainer) #addDescription) .descriptionArea) textarea{width:100%;min-height:75px}:is(.dialog.altText #altTextContainer) #buttons{justify-content:flex-end;align-self:stretch;align-items:flex-start;gap:8px;display:flex}.dialog.newAltText{--new-alt-text-ai-disclaimer-icon:url("data:image/svg+xml,%3csvg%20width='17'%20height='16'%20viewBox='0%200%2017%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.49073%201.3015L3.30873%202.1505C3.29349%202.22246%203.25769%202.28844%203.20568%202.34045C3.15368%202.39246%203.08769%202.42826%203.01573%202.4435L2.16673%202.6255C1.76473%202.7125%201.76473%203.2865%202.16673%203.3725L3.01573%203.5555C3.08769%203.57074%203.15368%203.60654%203.20568%203.65855C3.25769%203.71056%203.29349%203.77654%203.30873%203.8485L3.49073%204.6975C3.57773%205.0995%204.15173%205.0995%204.23773%204.6975L4.42073%203.8485C4.43598%203.77654%204.47177%203.71056%204.52378%203.65855C4.57579%203.60654%204.64178%203.57074%204.71373%203.5555L5.56173%203.3725C5.96373%203.2855%205.96373%202.7115%205.56173%202.6255L4.71273%202.4435C4.64083%202.42814%204.57491%202.3923%204.52292%202.34031C4.47093%202.28832%204.43509%202.2224%204.41973%202.1505L4.23773%201.3015C4.15073%200.8995%203.57673%200.8995%203.49073%201.3015ZM10.8647%2013.9995C10.4853%2014.0056%2010.1158%2013.8782%209.82067%2013.6397C9.52553%2013.4013%209.32347%2013.0667%209.24973%2012.6945L8.89273%2011.0275C8.83676%2010.7687%208.70738%2010.5316%208.52009%2010.3445C8.3328%2010.1574%208.09554%2010.0282%207.83673%209.9725L6.16973%209.6155C5.38873%209.4465%204.86473%208.7975%204.86473%207.9995C4.86473%207.2015%205.38873%206.5525%206.16973%206.3845L7.83673%206.0275C8.09551%205.97135%208.33267%205.84193%208.51992%205.65468C8.70716%205.46744%208.83658%205.23028%208.89273%204.9715L9.25073%203.3045C9.41773%202.5235%2010.0667%201.9995%2010.8647%201.9995C11.6627%201.9995%2012.3117%202.5235%2012.4797%203.3045L12.8367%204.9715C12.9507%205.4995%2013.3647%205.9135%2013.8927%206.0265L15.5597%206.3835C16.3407%206.5525%2016.8647%207.2015%2016.8647%207.9995C16.8647%208.7975%2016.3407%209.4465%2015.5597%209.6145L13.8927%209.9715C13.6337%2010.0275%2013.3963%2010.157%2013.209%2010.3445C13.0217%2010.5319%2012.8925%2010.7694%2012.8367%2011.0285L12.4787%2012.6945C12.4054%2013.0667%2012.2036%2013.4014%2011.9086%2013.6399C11.6135%2013.8784%2011.2441%2014.0057%2010.8647%2013.9995ZM10.8647%203.2495C10.7667%203.2495%2010.5337%203.2795%2010.4727%203.5655L10.1147%205.2335C10.0081%205.72777%209.76116%206.18082%209.40361%206.53837C9.04606%206.89593%208.59301%207.14283%208.09873%207.2495L6.43173%207.6065C6.14573%207.6685%206.11473%207.9015%206.11473%207.9995C6.11473%208.0975%206.14573%208.3305%206.43173%208.3925L8.09873%208.7495C8.59301%208.85617%209.04606%209.10307%209.40361%209.46062C9.76116%209.81817%2010.0081%2010.2712%2010.1147%2010.7655L10.4727%2012.4335C10.5337%2012.7195%2010.7667%2012.7495%2010.8647%2012.7495C10.9627%2012.7495%2011.1957%2012.7195%2011.2567%2012.4335L11.6147%2010.7665C11.7212%2010.272%2011.9681%209.81878%2012.3256%209.46103C12.6832%209.10329%2013.1363%208.85624%2013.6307%208.7495L15.2977%208.3925C15.5837%208.3305%2015.6147%208.0975%2015.6147%207.9995C15.6147%207.9015%2015.5837%207.6685%2015.2977%207.6065L13.6307%207.2495C13.1365%207.14283%2012.6834%206.89593%2012.3259%206.53837C11.9683%206.18082%2011.7214%205.72777%2011.6147%205.2335L11.2567%203.5655C11.1957%203.2795%2010.9627%203.2495%2010.8647%203.2495ZM3.30873%2012.1505L3.49073%2011.3015C3.57673%2010.8995%204.15073%2010.8995%204.23773%2011.3015L4.41973%2012.1505C4.43509%2012.2224%204.47093%2012.2883%204.52292%2012.3403C4.57491%2012.3923%204.64083%2012.4281%204.71273%2012.4435L5.56173%2012.6255C5.96373%2012.7115%205.96373%2013.2855%205.56173%2013.3725L4.71273%2013.5545C4.64083%2013.5699%204.57491%2013.6057%204.52292%2013.6577C4.47093%2013.7097%204.43509%2013.7756%204.41973%2013.8475L4.23773%2014.6965C4.15173%2015.0985%203.57773%2015.0985%203.49073%2014.6965L3.30873%2013.8475C3.29337%2013.7756%203.25754%2013.7097%203.20555%2013.6577C3.15356%2013.6057%203.08764%2013.5699%203.01573%2013.5545L2.16673%2013.3725C1.76473%2013.2865%201.76473%2012.7125%202.16673%2012.6255L3.01573%2012.4435C3.08769%2012.4283%203.15368%2012.3925%203.20568%2012.3405C3.25769%2012.2884%203.29349%2012.2225%203.30873%2012.1505Z'%20fill='black'/%3e%3c/svg%3e");--new-alt-text-spinner-icon:url("data:image/svg+xml,%3c!--%20This%20Source%20Code%20Form%20is%20subject%20to%20the%20terms%20of%20the%20Mozilla%20Public%20-%20License,%20v.%202.0.%20If%20a%20copy%20of%20the%20MPL%20was%20not%20distributed%20with%20this%20-%20file,%20You%20can%20obtain%20one%20at%20http://mozilla.org/MPL/2.0/.%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%20width='16'%20height='16'%3e%3cstyle%3e%20@media%20not%20(prefers-reduced-motion)%20{%20@keyframes%20loadingRotate%20{%20from%20{%20rotate:%200;%20}%20to%20{%20rotate:%20360deg%20}%20}%20%23circle-arrows%20{%20animation:%20loadingRotate%201.8s%20linear%20infinite;%20transform-origin:%2050%25%2050%25;%20}%20%23hourglass%20{%20display:%20none;%20}%20}%20@media%20(prefers-reduced-motion)%20{%20%23circle-arrows%20{%20display:%20none;%20}%20}%20%3c/style%3e%3cpath%20id='circle-arrows'%20d='M9%205.528c0%20.42.508.63.804.333l2.528-2.528a.47.47%200%200%200%200-.666L9.805.14A.471.471%200%200%200%209%20.472v1.866A5.756%205.756%200%200%200%202.25%208c0%20.942.232%201.83.635%202.615l1.143-1.143A4.208%204.208%200%200%201%203.75%208%204.254%204.254%200%200%201%208%203.75c.345%200%20.68.042%201%20.122v1.656zM7%2010.472v1.656c.32.08.655.122%201%20.122A4.254%204.254%200%200%200%2012.25%208c0-.52-.107-1.013-.279-1.474l1.143-1.143c.404.786.636%201.674.636%202.617A5.756%205.756%200%200%201%207%2013.662v1.866a.47.47%200%200%201-.804.333l-2.528-2.528a.47.47%200%200%201%200-.666l2.528-2.528a.47.47%200%200%201%20.804.333z'/%3e%3cg%20id='hourglass'%3e%3cpath%20d='M13,1%20C13.5522847,1%2014,1.44771525%2014,2%20C14,2.55228475%2013.5522847,3%2013,3%20L12.9854217,2.99990801%20C12.9950817,3.16495885%2013,3.33173274%2013,3.5%20C13,5.24679885%2010.9877318,6.01090495%2010.9877318,8.0017538%20C10.9877318,9.99260264%2013,10.7536922%2013,12.5%20C13,12.6686079%2012.9950617,12.8357163%2012.985363,13.0010943%20L13,13%20C13.5522847,13%2014,13.4477153%2014,14%20C14,14.5522847%2013.5522847,15%2013,15%20L3,15%20C2.44771525,15%202,14.5522847%202,14%20C2,13.4477153%202.44771525,13%203,13%20L3.01463704,13.0010943%20C3.00493827,12.8357163%203,12.6686079%203,12.5%20C3,10.7536922%204.9877318,9.99260264%205,8.0017538%20C5.0122682,6.01090495%203,5.24679885%203,3.5%20C3,3.33173274%203.00491834,3.16495885%203.01457832,2.99990801%20L3,3%20C2.44771525,3%202,2.55228475%202,2%20C2,1.44771525%202.44771525,1%203,1%20L13,1%20Z%20M10.987,3%20L5.012,3%20L5.00308914,3.24815712%20C5.00103707,3.33163368%205,3.4155948%205,3.5%20C5,5.36125069%206.99153646,6.01774089%206.99153646,8.0017538%20C6.99153646,9.98576671%205,10.6393737%205,12.5%20L5.00307746,12.7513676%20L5.01222201,12.9998392%20L5.60191711,12.9988344%20L6.0425138,12.2959826%20C7.02362731,10.7653275%207.67612271,10%208,10%20C8.37014547,10%209.16950644,10.9996115%2010.3980829,12.9988344%20L10.987778,12.9998392%20C10.9958674,12.8352104%2011,12.66849%2011,12.5%20C11,10.6393737%208.98689779,10.0147381%208.98689779,8.0017538%20C8.98689779,5.98876953%2011,5.36125069%2011,3.5%20L10.9969109,3.24815712%20L10.987,3%20Z'/%3e%3cpath%20d='M6,4%20L10,4%20C8.95166016,6%208.28499349,7%208,7%20C7.71500651,7%207.04833984,6%206,4%20Z'/%3e%3c/g%3e%3c/svg%3e");--csstools-light-dark-toggle--88:var(--csstools-color-scheme--light) #2b2a33;--preview-image-bg-color:var(--csstools-light-dark-toggle--88,#f0f0f4);--preview-image-border:none}@supports (color:light-dark(red, red)){.dialog.newAltText{--preview-image-bg-color:light-dark(#f0f0f4,#2b2a33)}}@supports not (color:light-dark(tan, tan)){.dialog.newAltText *{--csstools-light-dark-toggle--88:var(--csstools-color-scheme--light) #2b2a33;--preview-image-bg-color:var(--csstools-light-dark-toggle--88,#f0f0f4)}}@media screen and (forced-colors:active){.dialog.newAltText{--preview-image-bg-color:ButtonFace;--preview-image-border:1px solid ButtonText}}.dialog.newAltText{width:80%;min-width:300px;max-width:570px;padding:0}.dialog.newAltText.noAi #newAltTextDisclaimer,.dialog.newAltText.noAi #newAltTextCreateAutomatically,.dialog.newAltText.aiInstalling #newAltTextCreateAutomatically{display:none!important}.dialog.newAltText.aiInstalling #newAltTextDownloadModel{display:flex!important}.dialog.newAltText.error #newAltTextNotNow{display:none!important}.dialog.newAltText.error #newAltTextCancel{display:inline-block!important}.dialog.newAltText:not(.error) #newAltTextError{display:none!important}.dialog.newAltText #newAltTextContainer{flex-direction:column;flex:0 auto;justify-content:flex-end;align-items:flex-start;gap:12px;width:auto;padding:16px;line-height:normal;display:flex}:is(.dialog.newAltText #newAltTextContainer) #mainContent{flex:auto;justify-content:flex-end;align-self:stretch;align-items:flex-start;gap:12px;display:flex}:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionAndSettings{flex-direction:column;flex:1 0 0;align-self:stretch;align-items:flex-start;gap:16px;display:flex}:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction{flex-direction:column;flex:auto;align-self:stretch;align-items:flex-start;gap:8px;display:flex}:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDescriptionContainer{width:100%;height:70px;position:relative}:is(:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDescriptionContainer) textarea{width:100%;height:100%;padding:8px}:is(:is(:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDescriptionContainer) textarea)::-moz-placeholder{color:var(--text-secondary-color)}:is(:is(:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDescriptionContainer) textarea)::placeholder{color:var(--text-secondary-color)}:is(:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDescriptionContainer) .altTextSpinner{background-color:var(--text-secondary-color);pointer-events:none;width:16px;height:16px;display:none;position:absolute;inset-block-start:8px;inset-inline-start:8px;-webkit-mask-size:cover;mask-size:cover}.loading:is(:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDescriptionContainer) textarea::-moz-placeholder{color:#0000}.loading:is(:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDescriptionContainer) textarea::placeholder{color:#0000}.loading:is(:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDescriptionContainer) .altTextSpinner{-webkit-mask-image:var(--new-alt-text-spinner-icon);-webkit-mask-image:var(--new-alt-text-spinner-icon);mask-image:var(--new-alt-text-spinner-icon);display:inline-block}:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDescription{font-size:11px}:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDisclaimer{flex-direction:row;align-items:flex-start;gap:4px;font-size:11px;display:flex}:is(:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDisclaimer):before{content:"";width:17px;height:16px;-webkit-mask-image:var(--new-alt-text-ai-disclaimer-icon);-webkit-mask-image:var(--new-alt-text-ai-disclaimer-icon);mask-image:var(--new-alt-text-ai-disclaimer-icon);background-color:var(--text-secondary-color);flex:1 0 auto;display:inline-block;-webkit-mask-size:cover;mask-size:cover}:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #newAltTextDownloadModel{align-self:stretch;align-items:center;gap:4px;display:flex}:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #newAltTextDownloadModel):before{content:"";width:16px;height:16px;-webkit-mask-image:var(--new-alt-text-spinner-icon);-webkit-mask-image:var(--new-alt-text-spinner-icon);mask-image:var(--new-alt-text-spinner-icon);background-color:var(--text-secondary-color);display:inline-block;-webkit-mask-size:cover;mask-size:cover}:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #newAltTextImagePreview{aspect-ratio:1;background-color:var(--preview-image-bg-color);border:var(--preview-image-border);flex:none;justify-content:center;align-items:center;width:180px;display:flex}:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #newAltTextImagePreview)>canvas{max-width:100%;max-height:100%}.colorPicker{--csstools-light-dark-toggle--89:var(--csstools-color-scheme--light) #80ebff;--hover-outline-color:var(--csstools-light-dark-toggle--89,#0250bb);--csstools-light-dark-toggle--90:var(--csstools-color-scheme--light) #aaf2ff;--selected-outline-color:var(--csstools-light-dark-toggle--90,#0060df);--csstools-light-dark-toggle--91:var(--csstools-color-scheme--light) #52525e;--swatch-border-color:var(--csstools-light-dark-toggle--91,#cfcfd8)}@supports (color:light-dark(red, red)){.colorPicker{--hover-outline-color:light-dark(#0250bb,#80ebff);--selected-outline-color:light-dark(#0060df,#aaf2ff);--swatch-border-color:light-dark(#cfcfd8,#52525e)}}@supports not (color:light-dark(tan, tan)){.colorPicker *{--csstools-light-dark-toggle--89:var(--csstools-color-scheme--light) #80ebff;--hover-outline-color:var(--csstools-light-dark-toggle--89,#0250bb);--csstools-light-dark-toggle--90:var(--csstools-color-scheme--light) #aaf2ff;--selected-outline-color:var(--csstools-light-dark-toggle--90,#0060df);--csstools-light-dark-toggle--91:var(--csstools-color-scheme--light) #52525e;--swatch-border-color:var(--csstools-light-dark-toggle--91,#cfcfd8)}}@media screen and (forced-colors:active){.colorPicker{--hover-outline-color:Highlight;--selected-outline-color:var(--hover-outline-color);--swatch-border-color:ButtonText}}.colorPicker .swatch{border:1px solid var(--swatch-border-color);outline-offset:2px;box-sizing:border-box;forced-color-adjust:none;border-radius:100%;width:16px;height:16px}.colorPicker button:is(:hover,.selected)>.swatch{border:none}.basicColorPicker{width:28px}.basicColorPicker::-moz-color-swatch{border-radius:100%}.basicColorPicker::-webkit-color-swatch{border-radius:100%}.annotationEditorLayer[data-main-rotation="0"] .highlightEditor:not(.free)>.editToolbar{rotate:0deg}.annotationEditorLayer[data-main-rotation="90"] .highlightEditor:not(.free)>.editToolbar{rotate:270deg}.annotationEditorLayer[data-main-rotation="180"] .highlightEditor:not(.free)>.editToolbar{rotate:180deg}.annotationEditorLayer[data-main-rotation="270"] .highlightEditor:not(.free)>.editToolbar{rotate:90deg}.annotationEditorLayer .highlightEditor{z-index:1;cursor:auto;pointer-events:none;transform-origin:0 0;background:0 0;border:none;outline:none;max-width:100%;max-height:100%;position:absolute}:is(.annotationEditorLayer .highlightEditor):not(.free){transform:none}:is(.annotationEditorLayer .highlightEditor) .internal{pointer-events:auto;width:100%;height:100%;position:absolute;top:0;left:0}.disabled:is(.annotationEditorLayer .highlightEditor) .internal{pointer-events:none}.selectedEditor:is(.annotationEditorLayer .highlightEditor) .internal{cursor:pointer}:is(.annotationEditorLayer .highlightEditor) .editToolbar{--editor-toolbar-colorpicker-arrow-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.23336%2010.4664L11.8474%206.85339C11.894%206.8071%2011.931%206.75203%2011.9563%206.69136C11.9816%206.63069%2011.9946%206.56562%2011.9946%206.49989C11.9946%206.43417%2011.9816%206.3691%2011.9563%206.30843C11.931%206.24776%2011.894%206.19269%2011.8474%206.14639C11.7536%206.05266%2011.6264%206%2011.4939%206C11.3613%206%2011.2341%206.05266%2011.1404%206.14639L7.99236%209.29339L4.84736%206.14739C4.75305%206.05631%204.62675%206.00592%204.49566%206.00706C4.36456%206.0082%204.23915%206.06078%204.14645%206.15348C4.05374%206.24619%204.00116%206.37159%204.00002%206.50269C3.99888%206.63379%204.04928%206.76009%204.14036%206.85439L7.75236%2010.4674L8.23336%2010.4664Z'%20fill='black'/%3e%3c/svg%3e");transform-origin:50%!important}:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker{justify-content:center;align-items:center;gap:4px;width:auto;padding:4px;display:flex;position:relative}:is(:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker):after{content:"";-webkit-mask-image:var(--editor-toolbar-colorpicker-arrow-image);-webkit-mask-image:var(--editor-toolbar-colorpicker-arrow-image);mask-image:var(--editor-toolbar-colorpicker-arrow-image);background-color:var(--editor-toolbar-fg-color);width:12px;height:12px;display:inline-block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}:is(:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker):hover:after{background-color:var(--editor-toolbar-hover-fg-color)}:is(:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker):has(.dropdown:not(.hidden)){background-color:var(--editor-toolbar-hover-bg-color)}:is(:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker):has(.dropdown:not(.hidden)):after{scale:-1}:is(:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker) .dropdown{background-color:var(--editor-toolbar-bg-color);border:1px solid var(--editor-toolbar-border-color);box-shadow:var(--editor-toolbar-shadow);width:calc(100% + 2 * var(--editor-toolbar-padding));border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:11px;padding-block:8px;display:flex;position:absolute;inset-block-start:calc(100% + 4px)}:is(:is(:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker) .dropdown) button{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:100%;height:auto;display:flex}:is(:is(:is(:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker) .dropdown) button):is(:active,:focus-visible){outline:none}:is(:is(:is(:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker) .dropdown) button)>.swatch{outline-offset:2px}[aria-selected=true]:is(:is(:is(:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker) .dropdown) button)>.swatch{outline:2px solid var(--selected-outline-color)}:is(:is(:is(:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker) .dropdown) button):is(:hover,:active,:focus-visible)>.swatch{outline:2px solid var(--hover-outline-color)}.editorParamsToolbar:has(#highlightParamsToolbarContainer){padding:unset}#highlightParamsToolbarContainer{gap:16px;padding-block-end:12px;padding-inline:10px}#highlightParamsToolbarContainer .colorPicker{flex-direction:column;gap:8px;display:flex}:is(#highlightParamsToolbarContainer .colorPicker) .dropdown{flex-direction:row;justify-content:space-between;align-items:center;height:auto;display:flex}:is(:is(#highlightParamsToolbarContainer .colorPicker) .dropdown) button{cursor:pointer;background:0 0;border:none;flex:none;justify-content:center;align-items:center;width:auto;height:auto;padding:0;display:flex}:is(:is(:is(#highlightParamsToolbarContainer .colorPicker) .dropdown) button) .swatch{width:24px;height:24px}:is(:is(:is(#highlightParamsToolbarContainer .colorPicker) .dropdown) button):is(:active,:focus-visible){outline:none}[aria-selected=true]:is(:is(:is(#highlightParamsToolbarContainer .colorPicker) .dropdown) button)>.swatch{outline:2px solid var(--selected-outline-color)}:is(:is(:is(#highlightParamsToolbarContainer .colorPicker) .dropdown) button):is(:hover,:active,:focus-visible)>.swatch{outline:2px solid var(--hover-outline-color)}#highlightParamsToolbarContainer #editorHighlightThickness{flex-direction:column;align-self:stretch;align-items:center;gap:4px;display:flex}:is(#highlightParamsToolbarContainer #editorHighlightThickness) .editorParamsLabel{align-self:stretch;height:auto}:is(#highlightParamsToolbarContainer #editorHighlightThickness) .thicknessPicker{--csstools-light-dark-toggle--92:var(--csstools-color-scheme--light) #80808e;--example-color:var(--csstools-light-dark-toggle--92,#bfbfc9);justify-content:space-between;align-self:stretch;align-items:center;display:flex}@supports (color:light-dark(red, red)){:is(#highlightParamsToolbarContainer #editorHighlightThickness) .thicknessPicker{--example-color:light-dark(#bfbfc9,#80808e)}}@supports not (color:light-dark(tan, tan)){:is(:is(#highlightParamsToolbarContainer #editorHighlightThickness) .thicknessPicker) *{--csstools-light-dark-toggle--92:var(--csstools-color-scheme--light) #80808e;--example-color:var(--csstools-light-dark-toggle--92,#bfbfc9)}}@media screen and (forced-colors:active){:is(#highlightParamsToolbarContainer #editorHighlightThickness) .thicknessPicker{--example-color:CanvasText}}:is(:is(:is(#highlightParamsToolbarContainer #editorHighlightThickness) .thicknessPicker)>.editorParamsSlider[disabled]){opacity:.4}:is(:is(#highlightParamsToolbarContainer #editorHighlightThickness) .thicknessPicker):before,:is(:is(#highlightParamsToolbarContainer #editorHighlightThickness) .thicknessPicker):after{content:"";aspect-ratio:1;background-color:var(--example-color);border-radius:100%;width:8px;display:block}:is(:is(#highlightParamsToolbarContainer #editorHighlightThickness) .thicknessPicker):after{width:24px}:is(:is(#highlightParamsToolbarContainer #editorHighlightThickness) .thicknessPicker) .editorParamsSlider{width:unset;height:14px}#highlightParamsToolbarContainer #editorHighlightVisibility{flex-direction:column;align-self:stretch;align-items:flex-start;gap:8px;display:flex}:is(#highlightParamsToolbarContainer #editorHighlightVisibility) .divider{--csstools-light-dark-toggle--93:var(--csstools-color-scheme--light) #8f8f9d;--divider-color:var(--csstools-light-dark-toggle--93,#d7d7db)}@supports (color:light-dark(red, red)){:is(#highlightParamsToolbarContainer #editorHighlightVisibility) .divider{--divider-color:light-dark(#d7d7db,#8f8f9d)}}@supports not (color:light-dark(tan, tan)){:is(:is(#highlightParamsToolbarContainer #editorHighlightVisibility) .divider) *{--csstools-light-dark-toggle--93:var(--csstools-color-scheme--light) #8f8f9d;--divider-color:var(--csstools-light-dark-toggle--93,#d7d7db)}}@media screen and (forced-colors:active){:is(#highlightParamsToolbarContainer #editorHighlightVisibility) .divider{--divider-color:CanvasText}}:is(#highlightParamsToolbarContainer #editorHighlightVisibility) .divider{background-color:var(--divider-color);width:100%;height:1px;margin-block:4px}:is(#highlightParamsToolbarContainer #editorHighlightVisibility) .toggler{justify-content:space-between;align-self:stretch;align-items:center;display:flex}#altTextSettingsDialog{padding:16px}#altTextSettingsDialog #altTextSettingsContainer{flex-direction:column;gap:16px;width:573px;display:flex}:is(#altTextSettingsDialog #altTextSettingsContainer) .mainContainer{gap:16px}:is(#altTextSettingsDialog #altTextSettingsContainer) .description{color:var(--text-secondary-color)}:is(#altTextSettingsDialog #altTextSettingsContainer) #aiModelSettings{flex-direction:column;gap:12px;display:flex}:is(#altTextSettingsDialog #altTextSettingsContainer) #automaticAltText,:is(#altTextSettingsDialog #altTextSettingsContainer) #altTextEditor{flex-direction:column;gap:8px;display:flex}:is(#altTextSettingsDialog #altTextSettingsContainer) #createModelDescription,:is(#altTextSettingsDialog #altTextSettingsContainer) #aiModelSettings,:is(#altTextSettingsDialog #altTextSettingsContainer) #showAltTextDialogDescription{padding-inline-start:40px}:is(#altTextSettingsDialog #altTextSettingsContainer) #automaticSettings{flex-direction:column;gap:16px;display:flex}button.hasPopupMenu[aria-expanded=true]+menu{visibility:visible}button.hasPopupMenu[aria-expanded=false]+menu{visibility:hidden}.popupMenu{--menuitem-checkmark-icon:url("data:image/svg+xml,%3csvg%20width='11'%20height='11'%20viewBox='0%200%2011%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.79253%200.14683C10.2086%200.418844%2010.3253%200.976607%2010.0533%201.39263L4.56097%209.79263C4.4081%2010.0264%204.15533%2010.176%203.87682%2010.1974C3.5983%2010.2189%203.32561%2010.1098%203.13874%209.90217L0.231043%206.6714C-0.10147%206.30194%20-0.0715196%205.73288%200.29794%205.40037C0.667399%205.06786%201.23646%205.09781%201.56897%205.46727L3.69438%207.82883L8.54674%200.407579C8.81875%20-0.00844234%209.37651%20-0.125183%209.79253%200.14683Z'%20fill='black'/%3e%3c/g%3e%3c/svg%3e");--menu-mark-icon-size:0;--menu-icon-size:16px;--menuitem-gap:5px;--menuitem-border-color:transparent;--menuitem-active-bg:color-mix(in srgb, var(--menu-text-color), transparent 79%);--menuitem-text-active-fg:var(--menu-text-color);--menuitem-focus-bg:color-mix(in srgb, var(--menu-text-color), transparent 93%);--csstools-light-dark-toggle--94:var(--csstools-color-scheme--light) #00cadb;--menuitem-focus-outline-color:var(--csstools-light-dark-toggle--94,#0062fa);--csstools-light-dark-toggle--95:var(--csstools-color-scheme--light) black;--menuitem-focus-border-color:var(--csstools-light-dark-toggle--95,white);--csstools-light-dark-toggle--96:var(--csstools-color-scheme--light) #23222b;--menu-bg:var(--csstools-light-dark-toggle--96,white);--menu-background-blend-mode:normal;--csstools-light-dark-toggle--97:var(--csstools-color-scheme--light) #0003;--csstools-light-dark-toggle--98:var(--csstools-color-scheme--light) #0006;--menu-box-shadow:0 .375px 1.5px 0 var(--csstools-light-dark-toggle--97,#0000000d), 0 3px 12px 0 var(--csstools-light-dark-toggle--98,#0000001a);--csstools-light-dark-toggle--99:var(--csstools-color-scheme--light) #fbfbfe1a;--menu-border-color:var(--csstools-light-dark-toggle--99,#15141a1a);--menuitem-border-radius:8px;--menu-backdrop-filter:none;--csstools-light-dark-toggle--100:var(--csstools-color-scheme--light) #fbfbfe;--menu-text-color:var(--csstools-light-dark-toggle--100,#15141a);--menuitem-text-hover-fg:var(--menu-text-color);--menuitem-hover-bg:color-mix(in srgb, var(--menu-text-color), transparent 86%);--menuitem-hover-background-blend-mode:normal}@supports (color:light-dark(red, red)){.popupMenu{--menuitem-focus-outline-color:light-dark(#0062fa,#00cadb);--menuitem-focus-border-color:light-dark(#fff,#000);--menu-bg:light-dark(#fff,#23222b)}}@supports (color:light-dark(red, red)) and (color:rgb(0 0 0 / 0)){.popupMenu{--menu-box-shadow:0 .375px 1.5px 0 light-dark(#0000000d,#0003), 0 3px 12px 0 light-dark(#0000001a,#0006);--menu-border-color:light-dark(#15141a1a,#fbfbfe1a)}}@supports (color:light-dark(red, red)){.popupMenu{--menu-text-color:light-dark(#15141a,#fbfbfe)}}@supports not (color:light-dark(tan, tan)){.popupMenu *{--csstools-light-dark-toggle--94:var(--csstools-color-scheme--light) #00cadb;--menuitem-focus-outline-color:var(--csstools-light-dark-toggle--94,#0062fa);--csstools-light-dark-toggle--95:var(--csstools-color-scheme--light) black;--menuitem-focus-border-color:var(--csstools-light-dark-toggle--95,white);--csstools-light-dark-toggle--96:var(--csstools-color-scheme--light) #23222b;--menu-bg:var(--csstools-light-dark-toggle--96,white);--csstools-light-dark-toggle--97:var(--csstools-color-scheme--light) #0003;--csstools-light-dark-toggle--98:var(--csstools-color-scheme--light) #0006;--menu-box-shadow:0 .375px 1.5px 0 var(--csstools-light-dark-toggle--97,#0000000d), 0 3px 12px 0 var(--csstools-light-dark-toggle--98,#0000001a);--csstools-light-dark-toggle--99:var(--csstools-color-scheme--light) #fbfbfe1a;--menu-border-color:var(--csstools-light-dark-toggle--99,#15141a1a);--csstools-light-dark-toggle--100:var(--csstools-color-scheme--light) #fbfbfe;--menu-text-color:var(--csstools-light-dark-toggle--100,#15141a)}}@media screen and (forced-colors:active){.popupMenu{--menu-bg:Canvas;--menu-background-blend-mode:normal;--menu-box-shadow:none;--menu-backdrop-filter:none;--menu-text-color:ButtonText;--menu-border-color:CanvasText;--menuitem-border-color:none;--menuitem-hover-bg:SelectedItemText;--menuitem-text-hover-fg:SelectedItem;--menuitem-active-bg:SelectedItemText;--menuitem-text-active-fg:SelectedItem;--menuitem-focus-outline-color:CanvasText;--menuitem-focus-border-color:none}}.popupMenu{box-sizing:border-box;background:var(--menu-bg);background-blend-mode:var(--menu-background-blend-mode);width:max-content;height:auto;box-shadow:var(--menu-box-shadow);border:1px solid var(--menu-border-color);-webkit-backdrop-filter:var(--menu-backdrop-filter);backdrop-filter:var(--menu-backdrop-filter);border-radius:6px;flex-direction:column;margin:0;padding:5px;display:flex;position:relative;top:1px;left:0}.popupMenu.withMark{--menu-mark-icon-size:16px}.popupMenu>li{width:100%;height:24px;padding-inline:calc(var(--menu-mark-icon-size) + var(--menuitem-gap)) var(--menuitem-gap);align-items:center;gap:var(--menuitem-gap);box-sizing:border-box;border-radius:var(--menuitem-border-radius);border:1px solid var(--menuitem-border-color);background:0 0;list-style:none;display:flex}:is(.popupMenu>li):has(button.selected):before{content:"";width:11px;height:11px;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:var(--menuitem-checkmark-icon);-webkit-mask-image:var(--menuitem-checkmark-icon);mask-image:var(--menuitem-checkmark-icon);background-color:var(--menu-text-color);margin-inline-start:-16px;display:inline-block;position:absolute}:is(.popupMenu>li):has(button:disabled){opacity:.62;pointer-events:none}:is(.popupMenu>li):hover{background:var(--menuitem-hover-bg);background-blend-mode:var(--menuitem-hover-background-blend-mode)}:is(:is(.popupMenu>li):hover>button):not(.noIcon):before{background-color:var(--menuitem-text-hover-fg)}:is(:is(.popupMenu>li):hover>button)>span{color:var(--menuitem-text-hover-fg)}:is(.popupMenu>li):hover:has(button.selected):before{background-color:var(--menuitem-text-hover-fg)}:is(.popupMenu>li):active{background-color:var(--menuitem-active-bg)}:is(.popupMenu>li):active>button>span{color:var(--menuitem-text-active-fg)}:is(.popupMenu>li):has(>button:focus-visible){border-color:var(--menuitem-focus-border-color);background-color:var(--menuitem-focus-bg);outline:2px solid var(--menuitem-focus-outline-color);outline-offset:2px}:is(.popupMenu>li)>button{width:100%;height:auto;padding:var(--menuitem-gap);align-items:center;gap:var(--menuitem-gap);background:0 0;border:none;flex-direction:row;display:flex}:is(:is(.popupMenu>li)>button):not(.noIcon):before{width:var(--menu-icon-size);height:var(--menu-icon-size);content:"";background-color:var(--menu-text-color);display:inline-block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:cover;mask-size:cover}:is(:is(.popupMenu>li)>button):focus-visible{outline:none}:is(:is(.popupMenu>li)>button)>span{text-align:start;width:max-content;height:auto;color:var(--menu-text-color);-webkit-user-select:none;user-select:none;font:menu;padding-inline-start:6px;font-size:13px;font-style:normal;font-weight:510;line-height:normal;display:inline-block}.treeView{--csstools-light-dark-toggle--101:var(--csstools-color-scheme--light) #fffc;--treeitem-color:var(--csstools-light-dark-toggle--101,#000c);--csstools-light-dark-toggle--102:var(--csstools-color-scheme--light) #ffffff26;--treeitem-bg-color:var(--csstools-light-dark-toggle--102,#00000026);--csstools-light-dark-toggle--103:var(--csstools-color-scheme--light) #ffffffe6;--treeitem-hover-color:var(--csstools-light-dark-toggle--103,#000000e6);--csstools-light-dark-toggle--104:var(--csstools-color-scheme--light) #ffffffe6;--treeitem-selected-color:var(--csstools-light-dark-toggle--104,#000000e6);--csstools-light-dark-toggle--105:var(--csstools-color-scheme--light) #ffffff40;--treeitem-selected-bg-color:var(--csstools-light-dark-toggle--105,#00000040);--treeitem-expanded-icon:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%3e%3cpath%20d='M10%2013l4-7H6z'/%3e%3c/svg%3e");--treeitem-collapsed-icon:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%3e%3cpath%20d='M13%209L6%205v8z'/%3e%3c/svg%3e")}@supports (color:light-dark(red, red)) and (color:rgb(0 0 0 / 0)){.treeView{--treeitem-color:light-dark(#000c,#fffc);--treeitem-bg-color:light-dark(#00000026,#ffffff26);--treeitem-hover-color:light-dark(#000000e6,#ffffffe6);--treeitem-selected-color:light-dark(#000000e6,#ffffffe6);--treeitem-selected-bg-color:light-dark(#00000040,#ffffff40)}}@supports not (color:light-dark(tan, tan)){.treeView *{--csstools-light-dark-toggle--101:var(--csstools-color-scheme--light) #fffc;--treeitem-color:var(--csstools-light-dark-toggle--101,#000c);--csstools-light-dark-toggle--102:var(--csstools-color-scheme--light) #ffffff26;--treeitem-bg-color:var(--csstools-light-dark-toggle--102,#00000026);--csstools-light-dark-toggle--103:var(--csstools-color-scheme--light) #ffffffe6;--treeitem-hover-color:var(--csstools-light-dark-toggle--103,#000000e6);--csstools-light-dark-toggle--104:var(--csstools-color-scheme--light) #ffffffe6;--treeitem-selected-color:var(--csstools-light-dark-toggle--104,#000000e6);--csstools-light-dark-toggle--105:var(--csstools-color-scheme--light) #ffffff40;--treeitem-selected-bg-color:var(--csstools-light-dark-toggle--105,#00000040)}}:is(.treeView.withNesting .treeItemToggler):before{content:"";background-color:var(--toolbar-icon-bg-color);width:16px;height:16px;-webkit-mask-image:var(--treeitem-expanded-icon);-webkit-mask-image:var(--treeitem-expanded-icon);mask-image:var(--treeitem-expanded-icon);display:inline-block;position:absolute;inset-inline-end:4px;-webkit-mask-size:cover;mask-size:cover}.treeView.withNesting .treeItemToggler{float:inline-start;color:#ffffff80;width:0;height:0;position:relative}.treeItemsHidden:is(.treeView.withNesting .treeItemToggler):before{-webkit-mask-image:var(--treeitem-collapsed-icon);-webkit-mask-image:var(--treeitem-collapsed-icon);mask-image:var(--treeitem-collapsed-icon);transform:scaleX(var(--dir-factor))}.treeItemsHidden:is(.treeView.withNesting .treeItemToggler)~.treeItems{display:none}:is(.treeView.withNesting .treeItemToggler):hover+a,:is(.treeView.withNesting .treeItemToggler):hover~.treeItems{background-color:var(--treeitem-bg-color);color:var(--treeitem-hover-color);background-clip:padding-box;border-radius:2px}.treeView.withNesting>.treeItem,.treeView.withNesting .treeItem>.treeItems{margin-inline-start:20px}:is(#layersView.treeView .treeItem>a) *{cursor:pointer}:is(#layersView.treeView .treeItem>a)>label{align-items:center;padding-inline-start:4px;display:flex}:is(:is(#layersView.treeView .treeItem>a)>label)>input{margin-top:1px}:is(.treeView .treeItem)>a{min-width:calc(100% - 4px);height:auto;color:var(--treeitem-color);-webkit-user-select:none;user-select:none;white-space:normal;cursor:default;border-radius:2px;margin-bottom:1px;padding:2px 0 5px;padding-inline-start:4px;font-size:13px;line-height:15px;text-decoration:none;display:inline-block}:is(:is(.treeView .treeItem)>a):hover{background-color:var(--treeitem-bg-color);color:var(--treeitem-hover-color);background-clip:padding-box;border-radius:2px}.selected:is(.treeView .treeItem)>a{background-color:var(--treeitem-selected-bg-color);color:var(--treeitem-selected-color)}#outerContainer.viewsManagerMoving #viewsManager{visibility:visible}#outerContainer.viewsManagerOpen #viewsManager{visibility:visible;inset-inline-start:8px}#outerContainer.viewsManagerOpen #viewerContainer:not(.pdfPresentationMode){transition-property:inset-inline-start;inset-inline-start:var(--viewsManager-width,0)}#outerContainer.viewsManagerResizing :is(#sidebarContainer,#viewerContainer,#loadingBar){transition-duration:0s}#viewsManager{--views-manager-button-icon:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3%207H5C5.53043%207%206.03914%206.78929%206.41421%206.41421C6.78929%206.03914%207%205.53043%207%205V3C7%202.46957%206.78929%201.96086%206.41421%201.58579C6.03914%201.21071%205.53043%201%205%201H3C2.46957%201%201.96086%201.21071%201.58579%201.58579C1.21071%201.96086%201%202.46957%201%203V5C1%205.53043%201.21071%206.03914%201.58579%206.41421C1.96086%206.78929%202.46957%207%203%207ZM11%207H13C13.5304%207%2014.0391%206.78929%2014.4142%206.41421C14.7893%206.03914%2015%205.53043%2015%205V3C15%202.46957%2014.7893%201.96086%2014.4142%201.58579C14.0391%201.21071%2013.5304%201%2013%201H11C10.4696%201%209.96086%201.21071%209.58579%201.58579C9.21071%201.96086%209%202.46957%209%203V5C9%205.53043%209.21071%206.03914%209.58579%206.41421C9.96086%206.78929%2010.4696%207%2011%207ZM5%2015H3C2.46957%2015%201.96086%2014.7893%201.58579%2014.4142C1.21071%2014.0391%201%2013.5304%201%2013V11C1%2010.4696%201.21071%209.96086%201.58579%209.58579C1.96086%209.21071%202.46957%209%203%209H5C5.53043%209%206.03914%209.21071%206.41421%209.58579C6.78929%209.96086%207%2010.4696%207%2011V13C7%2013.5304%206.78929%2014.0391%206.41421%2014.4142C6.03914%2014.7893%205.53043%2015%205%2015ZM11%2015H13C13.5304%2015%2014.0391%2014.7893%2014.4142%2014.4142C14.7893%2014.0391%2015%2013.5304%2015%2013V11C15%2010.4696%2014.7893%209.96086%2014.4142%209.58579C14.0391%209.21071%2013.5304%209%2013%209H11C10.4696%209%209.96086%209.21071%209.58579%209.58579C9.21071%209.96086%209%2010.4696%209%2011V13C9%2013.5304%209.21071%2014.0391%209.58579%2014.4142C9.96086%2014.7893%2010.4696%2015%2011%2015Z'%20fill='black'/%3e%3c/svg%3e");--views-manager-button-arrow-icon:url("data:image/svg+xml,%3csvg%20width='8'%20height='10'%20viewBox='0%200%208%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.23336%207.46639L7.84736%203.85339C7.89401%203.8071%207.93104%203.75203%207.9563%203.69136C7.98157%203.63069%207.99458%203.56562%207.99458%203.49989C7.99458%203.43417%207.98157%203.3691%207.9563%203.30843C7.93104%203.24776%207.89401%203.19269%207.84736%203.14639C7.75359%203.05266%207.62644%203%207.49386%203C7.36127%203%207.23412%203.05266%207.14036%203.14639L3.99236%206.29339L0.847356%203.14739C0.753055%203.05631%200.626754%203.00592%200.495655%203.00706C0.364557%203.0082%200.239151%203.06078%200.146447%203.15348C0.0537425%203.24619%200.00115811%203.37159%201.89013e-05%203.50269C-0.00112031%203.63379%200.0492769%203.76009%200.140356%203.85439L3.75236%207.46739L4.23336%207.46639Z'%20fill='black'/%3e%3c/svg%3e");--views-manager-add-file-button-icon:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.00488%209.75V14C7.00488%2014.1658%207.07073%2014.3247%207.18794%2014.4419C7.30515%2014.5592%207.46412%2014.625%207.62988%2014.625C7.79564%2014.625%207.95461%2014.5592%208.07183%2014.4419C8.18904%2014.3247%208.25488%2014.1658%208.25488%2014V9.75L8.75488%209.25H13.0049C13.1706%209.25%2013.3296%209.18415%2013.4468%209.06694C13.564%208.94973%2013.6299%208.79076%2013.6299%208.625C13.6299%208.45924%2013.564%208.30027%2013.4468%208.18306C13.3296%208.06585%2013.1706%208%2013.0049%208H8.75488L8.25488%207.5V3.25C8.25488%203.08424%208.18904%202.92527%208.07183%202.80806C7.95461%202.69085%207.79564%202.625%207.62988%202.625C7.46412%202.625%207.30515%202.69085%207.18794%202.80806C7.07073%202.92527%207.00488%203.08424%207.00488%203.25V7.5L6.50488%208H2.25488C2.08912%208%201.93015%208.06585%201.81294%208.18306C1.69573%208.30027%201.62988%208.45924%201.62988%208.625C1.62988%208.79076%201.69573%208.94973%201.81294%209.06694C1.93015%209.18415%202.08912%209.25%202.25488%209.25H6.39188L7.00488%209.75Z'%20fill='black'/%3e%3c/svg%3e");--current-outline-button-icon:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.803%204.74998V6.02436C10.803%206.39302%2010.3571%206.57793%2010.0967%206.31753L7.87716%204.098C7.71566%203.93649%207.71566%203.67434%207.87716%203.51283L10.0967%201.29329C10.3571%201.0329%2010.8036%201.21722%2010.8036%201.58588V3.24998H15V4.74998H10.803ZM8%201.24998H3V2.74998H6.5L8%201.24998ZM6.5%205.24998H3V6.74998H8L6.5%205.24998ZM3%2013.25H15V14.75H3V13.25ZM6%209.24998H15V10.75H6V9.24998ZM1.5%205.24998H0V6.74998H1.5V5.24998ZM0%2013.25H1.5V14.75H0V13.25ZM1.5%201.24998H0V2.74998H1.5V1.24998ZM3%209.24998H4.5V10.75H3V9.24998Z'%20fill='black'/%3e%3c/svg%3e");--menuitem-thumbnailsView-icon:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3%207H5C5.53043%207%206.03914%206.78929%206.41421%206.41421C6.78929%206.03914%207%205.53043%207%205V3C7%202.46957%206.78929%201.96086%206.41421%201.58579C6.03914%201.21071%205.53043%201%205%201H3C2.46957%201%201.96086%201.21071%201.58579%201.58579C1.21071%201.96086%201%202.46957%201%203V5C1%205.53043%201.21071%206.03914%201.58579%206.41421C1.96086%206.78929%202.46957%207%203%207ZM11%207H13C13.5304%207%2014.0391%206.78929%2014.4142%206.41421C14.7893%206.03914%2015%205.53043%2015%205V3C15%202.46957%2014.7893%201.96086%2014.4142%201.58579C14.0391%201.21071%2013.5304%201%2013%201H11C10.4696%201%209.96086%201.21071%209.58579%201.58579C9.21071%201.96086%209%202.46957%209%203V5C9%205.53043%209.21071%206.03914%209.58579%206.41421C9.96086%206.78929%2010.4696%207%2011%207ZM5%2015H3C2.46957%2015%201.96086%2014.7893%201.58579%2014.4142C1.21071%2014.0391%201%2013.5304%201%2013V11C1%2010.4696%201.21071%209.96086%201.58579%209.58579C1.96086%209.21071%202.46957%209%203%209H5C5.53043%209%206.03914%209.21071%206.41421%209.58579C6.78929%209.96086%207%2010.4696%207%2011V13C7%2013.5304%206.78929%2014.0391%206.41421%2014.4142C6.03914%2014.7893%205.53043%2015%205%2015ZM11%2015H13C13.5304%2015%2014.0391%2014.7893%2014.4142%2014.4142C14.7893%2014.0391%2015%2013.5304%2015%2013V11C15%2010.4696%2014.7893%209.96086%2014.4142%209.58579C14.0391%209.21071%2013.5304%209%2013%209H11C10.4696%209%209.96086%209.21071%209.58579%209.58579C9.21071%209.96086%209%2010.4696%209%2011V13C9%2013.5304%209.21071%2014.0391%209.58579%2014.4142C9.96086%2014.7893%2010.4696%2015%2011%2015Z'%20fill='black'/%3e%3c/svg%3e");--menuitem-outlinesView-icon:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3%201.25H15V2.75H3V1.25ZM15%205.25H3V6.75H15V5.25ZM15%2013.25H3V14.75H15V13.25ZM15%209.25H6V10.75H15V9.25ZM0%205.25H1.5V6.75H0V5.25ZM1.5%2013.25H0V14.75H1.5V13.25ZM0%201.25H1.5V2.75H0V1.25ZM4.5%209.25H3V10.75H4.5V9.25Z'%20fill='black'/%3e%3c/svg%3e");--menuitem-attachmentsView-icon:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.5%203.75C3.5%201.67879%205.17879%200%207.25%200C9.32121%200%2011%201.67879%2011%203.75V10.25C11%2011.4922%209.99221%2012.5%208.75%2012.5C7.50779%2012.5%206.5%2011.4922%206.5%2010.25V3.5H8V10.25C8%2010.6638%208.33621%2011%208.75%2011C9.16379%2011%209.5%2010.6638%209.5%2010.25V3.75C9.5%202.50721%208.49279%201.5%207.25%201.5C6.00721%201.5%205%202.50721%205%203.75V10.75C5%2012.8208%206.67921%2014.5%208.75%2014.5C10.8208%2014.5%2012.5%2012.8208%2012.5%2010.75V3.5H14V10.75C14%2013.6492%2011.6492%2016%208.75%2016C5.85079%2016%203.5%2013.6492%203.5%2010.75V3.75Z'%20fill='black'/%3e%3c/svg%3e");--menuitem-layersView-icon:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.36645%202.34562C8.13878%202.21813%207.86122%202.21813%207.63355%202.34562L1.38355%205.84562C1.14669%205.97826%201%206.22853%201%206.5C1%206.77147%201.14669%207.02174%201.38355%207.15438L7.63355%2010.6544C7.86122%2010.7819%208.13878%2010.7819%208.36645%2010.6544L14.6165%207.15438C14.8533%207.02174%2015%206.77147%2015%206.5C15%206.22853%2014.8533%205.97826%2014.6165%205.84562L8.36645%202.34562ZM8%209.14041L3.28499%206.5L8%203.85959L12.715%206.5L8%209.14041ZM1.63647%209.0766L7.99999%2012.6404L14.3255%209.09761L15.0585%2010.4063L8.36649%2014.1543C8.13881%2014.2818%207.86122%2014.2819%207.63353%2014.1543L0.903534%2010.3853L1.63647%209.0766Z'%20fill='black'/%3e%3c/svg%3e");--manage-button-icon:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.35176%2010.9989L13.8178%205.53391C13.876%205.47594%2013.9222%205.40702%2013.9537%205.33113C13.9851%205.25524%2014.0013%205.17387%2014.0012%205.0917C14.0011%205.00954%2013.9848%204.9282%2013.9531%204.85238C13.9215%204.77656%2013.8751%204.70775%2013.8168%204.64991C13.6991%204.53309%2013.5401%204.46753%2013.3743%204.46753C13.2085%204.46753%2013.0494%204.53309%2012.9318%204.64991L7.99776%209.58491L3.06776%204.65091C2.9494%204.53853%202.79183%204.47682%202.62863%204.47894C2.46542%204.48106%202.3095%204.54683%202.19409%204.66224C2.07868%204.77765%202.01291%204.93357%202.01079%205.09677C2.00868%205.25997%202.07039%205.41754%202.18276%205.53591L7.64776%2010.9999L8.35176%2010.9989Z'%20fill='black'/%3e%3c/svg%3e");--close-button-icon:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14%203.06055L9.06055%208L14%2012.9385L12.9395%2014L8%209.06055L3.06152%2014L2.00098%2012.9395L6.93848%208L2%203.06152L3.06055%202.00098L7.99902%206.93945L12.9385%202L14%203.06055Z'%20fill='black'/%3e%3c/svg%3e");--undo-label-icon:url("data:image/svg+xml,%3csvg%20width='12'%20height='13'%20viewBox='0%200%2012%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%200.5C5.21207%200.5%204.43185%200.655195%203.7039%200.956723C2.97595%201.25825%202.31451%201.70021%201.75736%202.25736C1.20021%202.81451%200.758251%203.47595%200.456723%204.2039C0.155195%204.93185%200%205.71207%200%206.5C0%207.28793%200.155195%208.06815%200.456723%208.7961C0.758251%209.52405%201.20021%2010.1855%201.75736%2010.7426C2.31451%2011.2998%202.97595%2011.7417%203.7039%2012.0433C4.43185%2012.3448%205.21207%2012.5%206%2012.5C7.5913%2012.5%209.11742%2011.8679%2010.2426%2010.7426C11.3679%209.61742%2012%208.0913%2012%206.5C12%204.9087%2011.3679%203.38258%2010.2426%202.25736C9.11742%201.13214%207.5913%200.5%206%200.5ZM5.06%208.9L2.9464%206.7856C2.85273%206.69171%202.80018%206.56446%202.80033%206.43183C2.80048%206.29921%202.85331%206.17207%202.9472%206.0784C3.04109%205.98473%203.16834%205.93218%203.30097%205.93233C3.43359%205.93248%203.56073%205.98531%203.6544%206.0792L5.3112%207.7368L8.3464%204.7008C8.44109%204.6109%208.56715%204.56153%208.69771%204.56322C8.82827%204.56492%208.95301%204.61754%209.04534%204.70986C9.13766%204.80219%209.19028%204.92693%209.19198%205.05749C9.19367%205.18805%209.1443%205.31411%209.0544%205.4088L5.5624%208.9H5.06Z'%20fill='%23FBFBFE'/%3e%3c/svg%3e");--pages-selected-icon:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask'%3e%3crect%20width='16'%20height='16'%20rx='2'%20fill='white'/%3e%3cpath%20d='M12%208L4%208'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/mask%3e%3crect%20width='16'%20height='16'%20fill='black'%20mask='url(%23mask)'/%3e%3c/svg%3e");--spinner-icon:url("data:image/svg+xml,%3c!--%20This%20Source%20Code%20Form%20is%20subject%20to%20the%20terms%20of%20the%20Mozilla%20Public%20-%20License,%20v.%202.0.%20If%20a%20copy%20of%20the%20MPL%20was%20not%20distributed%20with%20this%20-%20file,%20You%20can%20obtain%20one%20at%20http://mozilla.org/MPL/2.0/.%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%20width='16'%20height='16'%3e%3cstyle%3e%20@media%20not%20(prefers-reduced-motion)%20{%20@keyframes%20loadingRotate%20{%20from%20{%20rotate:%200;%20}%20to%20{%20rotate:%20360deg%20}%20}%20%23circle-arrows%20{%20animation:%20loadingRotate%201.8s%20linear%20infinite;%20transform-origin:%2050%25%2050%25;%20}%20%23hourglass%20{%20display:%20none;%20}%20}%20@media%20(prefers-reduced-motion)%20{%20%23circle-arrows%20{%20display:%20none;%20}%20}%20%3c/style%3e%3cpath%20id='circle-arrows'%20d='M9%205.528c0%20.42.508.63.804.333l2.528-2.528a.47.47%200%200%200%200-.666L9.805.14A.471.471%200%200%200%209%20.472v1.866A5.756%205.756%200%200%200%202.25%208c0%20.942.232%201.83.635%202.615l1.143-1.143A4.208%204.208%200%200%201%203.75%208%204.254%204.254%200%200%201%208%203.75c.345%200%20.68.042%201%20.122v1.656zM7%2010.472v1.656c.32.08.655.122%201%20.122A4.254%204.254%200%200%200%2012.25%208c0-.52-.107-1.013-.279-1.474l1.143-1.143c.404.786.636%201.674.636%202.617A5.756%205.756%200%200%201%207%2013.662v1.866a.47.47%200%200%201-.804.333l-2.528-2.528a.47.47%200%200%201%200-.666l2.528-2.528a.47.47%200%200%201%20.804.333z'/%3e%3cg%20id='hourglass'%3e%3cpath%20d='M13,1%20C13.5522847,1%2014,1.44771525%2014,2%20C14,2.55228475%2013.5522847,3%2013,3%20L12.9854217,2.99990801%20C12.9950817,3.16495885%2013,3.33173274%2013,3.5%20C13,5.24679885%2010.9877318,6.01090495%2010.9877318,8.0017538%20C10.9877318,9.99260264%2013,10.7536922%2013,12.5%20C13,12.6686079%2012.9950617,12.8357163%2012.985363,13.0010943%20L13,13%20C13.5522847,13%2014,13.4477153%2014,14%20C14,14.5522847%2013.5522847,15%2013,15%20L3,15%20C2.44771525,15%202,14.5522847%202,14%20C2,13.4477153%202.44771525,13%203,13%20L3.01463704,13.0010943%20C3.00493827,12.8357163%203,12.6686079%203,12.5%20C3,10.7536922%204.9877318,9.99260264%205,8.0017538%20C5.0122682,6.01090495%203,5.24679885%203,3.5%20C3,3.33173274%203.00491834,3.16495885%203.01457832,2.99990801%20L3,3%20C2.44771525,3%202,2.55228475%202,2%20C2,1.44771525%202.44771525,1%203,1%20L13,1%20Z%20M10.987,3%20L5.012,3%20L5.00308914,3.24815712%20C5.00103707,3.33163368%205,3.4155948%205,3.5%20C5,5.36125069%206.99153646,6.01774089%206.99153646,8.0017538%20C6.99153646,9.98576671%205,10.6393737%205,12.5%20L5.00307746,12.7513676%20L5.01222201,12.9998392%20L5.60191711,12.9988344%20L6.0425138,12.2959826%20C7.02362731,10.7653275%207.67612271,10%208,10%20C8.37014547,10%209.16950644,10.9996115%2010.3980829,12.9988344%20L10.987778,12.9998392%20C10.9958674,12.8352104%2011,12.66849%2011,12.5%20C11,10.6393737%208.98689779,10.0147381%208.98689779,8.0017538%20C8.98689779,5.98876953%2011,5.36125069%2011,3.5%20L10.9969109,3.24815712%20L10.987,3%20Z'/%3e%3cpath%20d='M6,4%20L10,4%20C8.95166016,6%208.28499349,7%208,7%20C7.71500651,7%207.04833984,6%206,4%20Z'/%3e%3c/g%3e%3c/svg%3e");--csstools-light-dark-toggle--106:var(--csstools-color-scheme--light) #42414deb;--sidebar-bg-color:var(--csstools-light-dark-toggle--106,#ffffffeb);--sidebar-backdrop-filter:blur(7px);--sidebar-width:230px;--sidebar-min-width:min-content;--sidebar-max-width:50vw;--sidebar-block-padding:8px;--csstools-light-dark-toggle--107:var(--csstools-color-scheme--light) #fbfbfe;--text-color:var(--csstools-light-dark-toggle--107,#15141a);--button-fg:var(--text-color);--button-no-bg:transparent;--csstools-light-dark-toggle--108:var(--csstools-color-scheme--light) #fbfbfe12;--button-bg:var(--csstools-light-dark-toggle--108,#15141a12);--button-border-color:transparent;--csstools-light-dark-toggle--109:var(--csstools-color-scheme--light) #fbfbfe24;--button-hover-bg:var(--csstools-light-dark-toggle--109,#15141a24);--button-hover-fg:var(--text-color);--button-hover-border-color:var(--button-border-color);--csstools-light-dark-toggle--110:var(--csstools-color-scheme--light) #fbfbfe36;--button-active-bg:var(--csstools-light-dark-toggle--110,#15141a36);--button-active-fg:var(--text-color);--button-active-border-color:var(--button-border-color);--button-focus-no-bg:color-mix(in srgb, var(--text-color), transparent 93%);--csstools-light-dark-toggle--111:var(--csstools-color-scheme--light) #00cadb;--button-focus-outline-color:var(--csstools-light-dark-toggle--111,#0062fa);--csstools-light-dark-toggle--112:var(--csstools-color-scheme--light) black;--button-focus-border-color:var(--csstools-light-dark-toggle--112,white);--status-border-color:transparent;--csstools-light-dark-toggle--113:var(--csstools-color-scheme--light) #fbfbfe08;--status-actions-bg:var(--csstools-light-dark-toggle--113,#15141a08);--csstools-light-dark-toggle--114:var(--csstools-color-scheme--light) #00cadb14;--status-undo-bg:var(--csstools-light-dark-toggle--114,#0062fa14);--status-waiting-bg:var(--status-undo-bg);--csstools-light-dark-toggle--115:var(--csstools-color-scheme--light) #00cadb;--indicator-color:var(--csstools-light-dark-toggle--115,#0062fa);--csstools-light-dark-toggle--116:var(--csstools-color-scheme--light) #6e001f;--status-warning-bg:var(--csstools-light-dark-toggle--116,#ffe8ea);--csstools-light-dark-toggle--117:var(--csstools-color-scheme--light) #ffa0aa;--indicator-warning-color:var(--csstools-light-dark-toggle--117,#b20037);--csstools-light-dark-toggle--118:var(--csstools-color-scheme--light) #0003;--csstools-light-dark-toggle--119:var(--csstools-color-scheme--light) #0006;--header-shadow:0 .25px .75px -.75px var(--csstools-light-dark-toggle--118,#0000000d), 0 2px 6px -6px var(--csstools-light-dark-toggle--119,#0000001a);--csstools-light-dark-toggle--120:var(--csstools-color-scheme--light) #42414e;--header-bg:var(--csstools-light-dark-toggle--120,#ffffffeb);--image-outline:none;--image-border-width:6px;--csstools-light-dark-toggle--121:var(--csstools-color-scheme--light) #3a3944;--image-border-color:var(--csstools-light-dark-toggle--121,#cfcfd8);--image-hover-border-color:#bfbfc9;--image-current-border-color:var(--button-focus-outline-color);--image-current-focused-outline-color:var(--image-hover-border-color);--csstools-light-dark-toggle--122:var(--csstools-color-scheme--light) #42414d;--image-page-number-bg:var(--csstools-light-dark-toggle--122,#f0f0f4);--image-page-number-fg:var(--text-color);--image-page-number-border-color:transparent;--image-hover-page-number-bg:var(--image-page-number-bg);--image-hover-page-number-fg:var(--image-page-number-fg);--image-current-page-number-bg:var(--image-current-border-color);--csstools-light-dark-toggle--123:var(--csstools-color-scheme--light) #15141a;--image-current-page-number-fg:var(--csstools-light-dark-toggle--123,#fff);--image-current-hover-page-number-bg:var(--image-current-page-number-bg);--image-current-hover-page-number-fg:var(--image-current-page-number-fg);--csstools-light-dark-toggle--124:var(--csstools-color-scheme--light) #0003;--csstools-light-dark-toggle--125:var(--csstools-color-scheme--light) #0006;--image-shadow:0 .375px 1.5px 0 var(--csstools-light-dark-toggle--124,#0000000d), 0 0 0 1px var(--image-border-color), 0 3px 12px 0 var(--csstools-light-dark-toggle--125,#0000001a);--csstools-light-dark-toggle--126:var(--csstools-color-scheme--light) #0003;--csstools-light-dark-toggle--127:var(--csstools-color-scheme--light) #fbfbfe1a;--csstools-light-dark-toggle--128:var(--csstools-color-scheme--light) #0006;--image-hover-shadow:0 .375px 1.5px 0 var(--csstools-light-dark-toggle--126,#0000000d), 0 0 0 1px var(--csstools-light-dark-toggle--127,#15141a1a), 0 0 0 var(--image-border-width) var(--image-hover-border-color), 0 3px 12px 0 var(--csstools-light-dark-toggle--128,#0000001a);--csstools-light-dark-toggle--129:var(--csstools-color-scheme--light) #0003;--csstools-light-dark-toggle--130:var(--csstools-color-scheme--light) #0006;--image-current-shadow:0 .375px 1.5px 0 var(--csstools-light-dark-toggle--129,#0000000d), 0 0 0 var(--image-border-width) var(--image-current-border-color), 0 3px 12px 0 var(--csstools-light-dark-toggle--130,#0000001a);--csstools-light-dark-toggle--131:var(--csstools-color-scheme--light) #00cadb14;--image-dragging-placeholder-bg:var(--csstools-light-dark-toggle--131,#0062fa14);--multiple-dragging-bg:white;--image-multiple-dragging-shadow:0 0 0 var(--image-border-width) var(--image-current-border-color), var(--image-border-width) var(--image-border-width) 0 calc(var(--image-border-width) / 2) var(--multiple-dragging-bg), var(--image-border-width) var(--image-border-width) 0 calc(3 * var(--image-border-width) / 2) var(--image-current-border-color);--image-dragging-shadow:0 0 0 var(--image-border-width) var(--image-current-border-color);--multiple-dragging-indicator-bg:var(--indicator-color);--csstools-light-dark-toggle--132:var(--csstools-color-scheme--light) #15141a;--multiple-dragging-text-color:var(--csstools-light-dark-toggle--132,#fbfbfe)}@supports (color:light-dark(red, red)) and (color:rgb(0 0 0 / 0)){#viewsManager{--sidebar-bg-color:light-dark(#ffffffeb,#42414deb)}}@supports (color:light-dark(red, red)){#viewsManager{--text-color:light-dark(#15141a,#fbfbfe)}}@supports (color:light-dark(red, red)) and (color:rgb(0 0 0 / 0)){#viewsManager{--button-bg:light-dark(#15141a12,#fbfbfe12);--button-hover-bg:light-dark(#15141a24,#fbfbfe24);--button-active-bg:light-dark(#15141a36,#fbfbfe36)}}@supports (color:light-dark(red, red)){#viewsManager{--button-focus-outline-color:light-dark(#0062fa,#00cadb);--button-focus-border-color:light-dark(#fff,#000)}}@supports (color:light-dark(red, red)) and (color:rgb(0 0 0 / 0)){#viewsManager{--status-actions-bg:light-dark(#15141a08,#fbfbfe08);--status-undo-bg:light-dark(#0062fa14,#00cadb14)}}@supports (color:light-dark(red, red)){#viewsManager{--indicator-color:light-dark(#0062fa,#00cadb);--status-warning-bg:light-dark(#ffe8ea,#6e001f);--indicator-warning-color:light-dark(#b20037,#ffa0aa)}}@supports (color:light-dark(red, red)) and (color:rgb(0 0 0 / 0)){#viewsManager{--header-shadow:0 .25px .75px -.75px light-dark(#0000000d,#0003), 0 2px 6px -6px light-dark(#0000001a,#0006);--header-bg:light-dark(#ffffffeb,#42414e)}}@supports (color:light-dark(red, red)){#viewsManager{--image-border-color:light-dark(#cfcfd8,#3a3944);--image-page-number-bg:light-dark(#f0f0f4,#42414d);--image-current-page-number-fg:light-dark(#fff,#15141a)}}@supports (color:light-dark(red, red)) and (color:rgb(0 0 0 / 0)){#viewsManager{--image-shadow:0 .375px 1.5px 0 light-dark(#0000000d,#0003), 0 0 0 1px var(--image-border-color), 0 3px 12px 0 light-dark(#0000001a,#0006);--image-hover-shadow:0 .375px 1.5px 0 light-dark(#0000000d,#0003), 0 0 0 1px light-dark(#15141a1a,#fbfbfe1a), 0 0 0 var(--image-border-width) var(--image-hover-border-color), 0 3px 12px 0 light-dark(#0000001a,#0006);--image-current-shadow:0 .375px 1.5px 0 light-dark(#0000000d,#0003), 0 0 0 var(--image-border-width) var(--image-current-border-color), 0 3px 12px 0 light-dark(#0000001a,#0006);--image-dragging-placeholder-bg:light-dark(#0062fa14,#00cadb14)}}@supports (color:light-dark(red, red)){#viewsManager{--multiple-dragging-text-color:light-dark(#fbfbfe,#15141a)}}@supports not (color:light-dark(tan, tan)){#viewsManager *{--csstools-light-dark-toggle--106:var(--csstools-color-scheme--light) #42414deb;--sidebar-bg-color:var(--csstools-light-dark-toggle--106,#ffffffeb);--csstools-light-dark-toggle--107:var(--csstools-color-scheme--light) #fbfbfe;--text-color:var(--csstools-light-dark-toggle--107,#15141a);--csstools-light-dark-toggle--108:var(--csstools-color-scheme--light) #fbfbfe12;--button-bg:var(--csstools-light-dark-toggle--108,#15141a12);--csstools-light-dark-toggle--109:var(--csstools-color-scheme--light) #fbfbfe24;--button-hover-bg:var(--csstools-light-dark-toggle--109,#15141a24);--csstools-light-dark-toggle--110:var(--csstools-color-scheme--light) #fbfbfe36;--button-active-bg:var(--csstools-light-dark-toggle--110,#15141a36);--csstools-light-dark-toggle--111:var(--csstools-color-scheme--light) #00cadb;--button-focus-outline-color:var(--csstools-light-dark-toggle--111,#0062fa);--csstools-light-dark-toggle--112:var(--csstools-color-scheme--light) black;--button-focus-border-color:var(--csstools-light-dark-toggle--112,white);--csstools-light-dark-toggle--113:var(--csstools-color-scheme--light) #fbfbfe08;--status-actions-bg:var(--csstools-light-dark-toggle--113,#15141a08);--csstools-light-dark-toggle--114:var(--csstools-color-scheme--light) #00cadb14;--status-undo-bg:var(--csstools-light-dark-toggle--114,#0062fa14);--csstools-light-dark-toggle--115:var(--csstools-color-scheme--light) #00cadb;--indicator-color:var(--csstools-light-dark-toggle--115,#0062fa);--csstools-light-dark-toggle--116:var(--csstools-color-scheme--light) #6e001f;--status-warning-bg:var(--csstools-light-dark-toggle--116,#ffe8ea);--csstools-light-dark-toggle--117:var(--csstools-color-scheme--light) #ffa0aa;--indicator-warning-color:var(--csstools-light-dark-toggle--117,#b20037);--csstools-light-dark-toggle--118:var(--csstools-color-scheme--light) #0003;--csstools-light-dark-toggle--119:var(--csstools-color-scheme--light) #0006;--header-shadow:0 .25px .75px -.75px var(--csstools-light-dark-toggle--118,#0000000d), 0 2px 6px -6px var(--csstools-light-dark-toggle--119,#0000001a);--csstools-light-dark-toggle--120:var(--csstools-color-scheme--light) #42414e;--header-bg:var(--csstools-light-dark-toggle--120,#ffffffeb);--csstools-light-dark-toggle--121:var(--csstools-color-scheme--light) #3a3944;--image-border-color:var(--csstools-light-dark-toggle--121,#cfcfd8);--csstools-light-dark-toggle--122:var(--csstools-color-scheme--light) #42414d;--image-page-number-bg:var(--csstools-light-dark-toggle--122,#f0f0f4);--csstools-light-dark-toggle--123:var(--csstools-color-scheme--light) #15141a;--image-current-page-number-fg:var(--csstools-light-dark-toggle--123,#fff);--csstools-light-dark-toggle--124:var(--csstools-color-scheme--light) #0003;--csstools-light-dark-toggle--125:var(--csstools-color-scheme--light) #0006;--image-shadow:0 .375px 1.5px 0 var(--csstools-light-dark-toggle--124,#0000000d), 0 0 0 1px var(--image-border-color), 0 3px 12px 0 var(--csstools-light-dark-toggle--125,#0000001a);--csstools-light-dark-toggle--126:var(--csstools-color-scheme--light) #0003;--csstools-light-dark-toggle--127:var(--csstools-color-scheme--light) #fbfbfe1a;--csstools-light-dark-toggle--128:var(--csstools-color-scheme--light) #0006;--image-hover-shadow:0 .375px 1.5px 0 var(--csstools-light-dark-toggle--126,#0000000d), 0 0 0 1px var(--csstools-light-dark-toggle--127,#15141a1a), 0 0 0 var(--image-border-width) var(--image-hover-border-color), 0 3px 12px 0 var(--csstools-light-dark-toggle--128,#0000001a);--csstools-light-dark-toggle--129:var(--csstools-color-scheme--light) #0003;--csstools-light-dark-toggle--130:var(--csstools-color-scheme--light) #0006;--image-current-shadow:0 .375px 1.5px 0 var(--csstools-light-dark-toggle--129,#0000000d), 0 0 0 var(--image-border-width) var(--image-current-border-color), 0 3px 12px 0 var(--csstools-light-dark-toggle--130,#0000001a);--csstools-light-dark-toggle--131:var(--csstools-color-scheme--light) #00cadb14;--image-dragging-placeholder-bg:var(--csstools-light-dark-toggle--131,#0062fa14);--csstools-light-dark-toggle--132:var(--csstools-color-scheme--light) #15141a;--multiple-dragging-text-color:var(--csstools-light-dark-toggle--132,#fbfbfe)}}@media screen and (forced-colors:active){#viewsManager{--text-color:CanvasText;--button-fg:ButtonText;--button-bg:ButtonFace;--button-no-bg:ButtonFace;--button-border-color:ButtonText;--button-hover-bg:SelectedItemText;--button-hover-fg:SelectedItem;--button-hover-border-color:SelectedItem;--button-active-bg:SelectedItemText;--button-active-fg:SelectedItem;--button-active-border-color:ButtonText;--button-focus-no-bg:ButtonFace;--button-focus-outline-color:CanvasText;--button-focus-border-color:none;--status-border-color:CanvasText;--status-undo-bg:none;--indicator-color:CanvasText;--status-warning-bg:none;--indicator-warning-color:CanvasText;--header-shadow:none;--image-shadow:none;--image-outline:1px solid ButtonText;--image-focus-outline-color:CanvasText;--image-hover-border-color:SelectedItem;--image-hover-page-number-bg:SelectedItemText;--image-hover-page-number-fg:SelectedItem;--image-current-page-number-bg:ButtonText;--image-current-page-number-fg:ButtonFace;--image-current-border-color:ButtonText;--image-current-focused-outline-color:var(--image-hover-border-color);--image-current-hover-page-number-bg:SelectedItem;--image-current-hover-page-number-fg:SelectedItemText;--image-page-number-bg:ButtonFace;--image-page-number-fg:ButtonText;--image-page-number-border-color:var(--image-page-number-fg);--multiple-dragging-bg:Canvas;--multiple-dragging-indicator-bg:ButtonBorder;--multiple-dragging-text-color:Canvas}}#viewsManager{height:calc(var(--viewer-container-height) - 2 * var(--sidebar-block-padding));transition-property:inset-inline-start;transition-duration:var(--sidebar-transition-duration);transition-timing-function:var(--sidebar-transition-timing-function);flex-direction:column;align-items:flex-start;padding-bottom:16px;display:flex;position:absolute;inset-block-start:calc(100% + var(--sidebar-block-padding));inset-inline-start:calc(-1 * var(--viewsManager-width,--sidebar-width) - 1px)}#viewsManager .sidebarResizer{inset-inline-start:calc(100% + 4px)}#viewsManager .viewsManagerButton{width:auto;color:var(--button-fg);border:1px solid var(--button-border-color);background:var(--button-bg);border-radius:8px}:is(#viewsManager .viewsManagerButton):hover{background-color:var(--button-hover-bg)!important;color:var(--button-hover-fg)!important;border-color:var(--button-hover-border-color)!important}:is(#viewsManager .viewsManagerButton):hover:before{background-color:var(--button-hover-fg)!important}:is(#viewsManager .viewsManagerButton):active{background:var(--button-active-bg)!important;color:var(--button-active-fg)!important;border-color:var(--button-active-border-color)!important}:is(#viewsManager .viewsManagerButton):active:before{background-color:var(--button-active-fg)!important}:is(#viewsManager .viewsManagerButton):focus-visible{outline:2px solid var(--button-focus-outline-color);outline-offset:2px;border-color:var(--button-focus-border-color)}.viewsCloseButton:is(#viewsManager .viewsManagerButton){border-radius:8px;width:32px;height:32px;padding:4px}.viewsCloseButton:is(#viewsManager .viewsManagerButton):before{-webkit-mask-image:var(--close-button-icon);-webkit-mask-image:var(--close-button-icon);mask-image:var(--close-button-icon)}#viewsManager #viewsManagerHeader{width:100%;box-shadow:var(--header-shadow);background-color:var(--header-bg);flex-direction:column;flex:none;align-self:stretch;align-items:flex-start;display:flex}:is(#viewsManager #viewsManagerHeader) .viewsManagerLabel{color:var(--text-color);text-align:center;-webkit-user-select:none;user-select:none;width:fit-content;height:fit-content;font:menu;flex:0;font-size:15px;font-style:normal;font-weight:400;line-height:normal}:is(#viewsManager #viewsManagerHeader) #viewsManagerTitle{flex-direction:row;justify-content:space-between;align-self:stretch;align-items:center;width:auto;padding:12px 16px 12px 8px;display:flex}:is(:is(#viewsManager #viewsManagerHeader) #viewsManagerTitle) #viewsManagerSelector{width:48px;height:32px;display:block}:is(:is(:is(#viewsManager #viewsManagerHeader) #viewsManagerTitle) #viewsManagerSelector)>button{background:var(--button-no-bg);width:100%;height:100%}:is(:is(:is(:is(#viewsManager #viewsManagerHeader) #viewsManagerTitle) #viewsManagerSelector)>button):focus-visible{background-color:var(--button-focus-no-bg)}:is(:is(:is(:is(#viewsManager #viewsManagerHeader) #viewsManagerTitle) #viewsManagerSelector)>button):before{-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:var(--views-manager-button-icon);-webkit-mask-image:var(--views-manager-button-icon);mask-image:var(--views-manager-button-icon);background-color:var(--button-fg)}:is(:is(:is(:is(#viewsManager #viewsManagerHeader) #viewsManagerTitle) #viewsManagerSelector)>button):after{content:"";width:12px;height:12px;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:var(--views-manager-button-arrow-icon);-webkit-mask-image:var(--views-manager-button-arrow-icon);mask-image:var(--views-manager-button-arrow-icon);background-color:var(--button-fg);margin-left:8px;display:inline-block}:is(:is(:is(:is(#viewsManager #viewsManagerHeader) #viewsManagerTitle) #viewsManagerSelector)>button):hover:before,:is(:is(:is(:is(#viewsManager #viewsManagerHeader) #viewsManagerTitle) #viewsManagerSelector)>button):hover:after{background-color:var(--button-hover-fg)!important}:is(:is(:is(:is(#viewsManager #viewsManagerHeader) #viewsManagerTitle) #viewsManagerSelector)>button):active:before,:is(:is(:is(:is(#viewsManager #viewsManagerHeader) #viewsManagerTitle) #viewsManagerSelector)>button):active:after{background-color:var(--button-active-fg)!important}:is(:is(:is(#viewsManager #viewsManagerHeader) #viewsManagerTitle) #viewsManagerSelector)>.popupMenu{z-index:1;min-width:182px}#thumbnailsViewMenu:is(:is(:is(:is(:is(#viewsManager #viewsManagerHeader) #viewsManagerTitle) #viewsManagerSelector)>.popupMenu)>li>button):before{-webkit-mask-image:var(--menuitem-thumbnailsView-icon);-webkit-mask-image:var(--menuitem-thumbnailsView-icon);mask-image:var(--menuitem-thumbnailsView-icon)}#outlinesViewMenu:is(:is(:is(:is(:is(#viewsManager #viewsManagerHeader) #viewsManagerTitle) #viewsManagerSelector)>.popupMenu)>li>button):before{-webkit-mask-image:var(--menuitem-outlinesView-icon);-webkit-mask-image:var(--menuitem-outlinesView-icon);mask-image:var(--menuitem-outlinesView-icon)}#attachmentsViewMenu:is(:is(:is(:is(:is(#viewsManager #viewsManagerHeader) #viewsManagerTitle) #viewsManagerSelector)>.popupMenu)>li>button):before{-webkit-mask-image:var(--menuitem-attachmentsView-icon);-webkit-mask-image:var(--menuitem-attachmentsView-icon);mask-image:var(--menuitem-attachmentsView-icon)}#layersViewMenu:is(:is(:is(:is(:is(#viewsManager #viewsManagerHeader) #viewsManagerTitle) #viewsManagerSelector)>.popupMenu)>li>button):before{-webkit-mask-image:var(--menuitem-layersView-icon);-webkit-mask-image:var(--menuitem-layersView-icon);mask-image:var(--menuitem-layersView-icon)}:is(:is(#viewsManager #viewsManagerHeader) #viewsManagerTitle) #viewsManagerAddFileButton{visibility:hidden;background:var(--button-no-bg);width:32px;height:32px}:is(:is(:is(#viewsManager #viewsManagerHeader) #viewsManagerTitle) #viewsManagerAddFileButton):focus-visible{background-color:var(--button-focus-no-bg)}:is(:is(:is(#viewsManager #viewsManagerHeader) #viewsManagerTitle) #viewsManagerAddFileButton):before{-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:var(--views-manager-add-file-button-icon);-webkit-mask-image:var(--views-manager-add-file-button-icon);mask-image:var(--views-manager-add-file-button-icon)}:is(:is(#viewsManager #viewsManagerHeader) #viewsManagerTitle) #viewsManagerCurrentOutlineButton{background:var(--button-no-bg);width:32px;height:32px}:is(:is(:is(#viewsManager #viewsManagerHeader) #viewsManagerTitle) #viewsManagerCurrentOutlineButton):focus-visible{background-color:var(--button-focus-no-bg)}:is(:is(:is(#viewsManager #viewsManagerHeader) #viewsManagerTitle) #viewsManagerCurrentOutlineButton):before{-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:var(--current-outline-button-icon);-webkit-mask-image:var(--current-outline-button-icon);mask-image:var(--current-outline-button-icon)}:is(#viewsManager #viewsManagerHeader) #viewsManagerStatus{border:1px solid var(--status-border-color);justify-content:space-between;align-self:stretch;align-items:center;width:auto;display:flex}:is(:is(#viewsManager #viewsManagerHeader) #viewsManagerStatus)>div{width:100%;min-height:64px;padding-inline:16px}:is(:is(#viewsManager #viewsManagerHeader) #viewsManagerStatus) .viewsManagerStatusLabel{font:menu;align-items:center;gap:8px;font-size:13px;display:flex}:is(:is(#viewsManager #viewsManagerHeader) #viewsManagerStatus) #viewsManagerStatusAction{background-color:var(--status-actions-bg);justify-content:space-between;align-self:stretch;align-items:center;display:flex}:is(:is(:is(#viewsManager #viewsManagerHeader) #viewsManagerStatus) #viewsManagerStatusAction)>span.selected:before{content:"";width:var(--icon-size);height:var(--icon-size);background-color:var(--indicator-color);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:var(--pages-selected-icon);-webkit-mask-image:var(--pages-selected-icon);mask-image:var(--pages-selected-icon);display:inline-block}:is(:is(:is(#viewsManager #viewsManagerHeader) #viewsManagerStatus) #viewsManagerStatusAction) #actionSelector{width:auto;min-width:115px;height:32px;display:block}:is(:is(:is(:is(#viewsManager #viewsManagerHeader) #viewsManagerStatus) #viewsManagerStatusAction) #actionSelector) #viewsManagerStatusActionButton{justify-content:space-between;align-items:center;gap:8px;width:100%;height:100%;padding:4px 16px;display:flex}:is(:is(:is(:is(:is(#viewsManager #viewsManagerHeader) #viewsManagerStatus) #viewsManagerStatusAction) #actionSelector) #viewsManagerStatusActionButton):after{content:"";width:var(--icon-size);height:var(--icon-size);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:var(--manage-button-icon);-webkit-mask-image:var(--manage-button-icon);mask-image:var(--manage-button-icon);background-color:var(--button-fg);display:inline-block}:is(:is(:is(:is(:is(#viewsManager #viewsManagerHeader) #viewsManagerStatus) #viewsManagerStatusAction) #actionSelector) #viewsManagerStatusActionButton):hover:after{background-color:var(--button-hover-fg)!important}:is(:is(:is(:is(:is(#viewsManager #viewsManagerHeader) #viewsManagerStatus) #viewsManagerStatusAction) #actionSelector) #viewsManagerStatusActionButton):active:after{background-color:var(--button-active-fg)!important}:is(:is(:is(:is(#viewsManager #viewsManagerHeader) #viewsManagerStatus) #viewsManagerStatusAction) #actionSelector)>.popupMenu{z-index:1;width:100%;min-width:fit-content}:is(:is(#viewsManager #viewsManagerHeader) #viewsManagerStatus) #viewsManagerStatusUndo{background-color:var(--status-undo-bg);justify-content:space-between;align-self:stretch;align-items:center;display:flex}:is(:is(:is(#viewsManager #viewsManagerHeader) #viewsManagerStatus) #viewsManagerStatusUndo)>span:before{content:"";width:var(--icon-size);height:var(--icon-size);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:var(--undo-label-icon);-webkit-mask-image:var(--undo-label-icon);mask-image:var(--undo-label-icon);background-color:var(--indicator-color);display:inline-block}:is(:is(:is(#viewsManager #viewsManagerHeader) #viewsManagerStatus) #viewsManagerStatusUndo)>div{align-items:center;gap:8px;width:auto;display:flex}:is(:is(:is(:is(#viewsManager #viewsManagerHeader) #viewsManagerStatus) #viewsManagerStatusUndo)>div) #viewsManagerStatusUndoButton{width:auto;min-height:24px;padding:4px 8px}:is(:is(#viewsManager #viewsManagerHeader) #viewsManagerStatus) #viewsManagerStatusWarning{background-color:var(--status-warning-bg);justify-content:space-between;align-items:center;display:flex}:is(:is(:is(#viewsManager #viewsManagerHeader) #viewsManagerStatus) #viewsManagerStatusWarning)>span{align-items:flex-start}:is(:is(:is(:is(#viewsManager #viewsManagerHeader) #viewsManagerStatus) #viewsManagerStatusWarning)>span):before{content:"";width:var(--icon-size);height:var(--icon-size);background-color:var(--indicator-warning-color);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:var(--undo-label-icon);-webkit-mask-image:var(--undo-label-icon);mask-image:var(--undo-label-icon);flex:none;display:inline-block}:is(:is(#viewsManager #viewsManagerHeader) #viewsManagerStatus) #viewsManagerStatusWaiting{background-color:var(--status-waiting-bg);justify-content:space-between;align-items:center;display:flex}:is(:is(:is(#viewsManager #viewsManagerHeader) #viewsManagerStatus) #viewsManagerStatusWaiting)>span:before{content:"";width:var(--icon-size);height:var(--icon-size);background-color:var(--indicator-color);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:var(--spinner-icon);-webkit-mask-image:var(--spinner-icon);mask-image:var(--spinner-icon);flex:none;display:inline-block}#viewsManager #viewsManagerContent{flex:1;width:100%;overflow:auto}:is(#viewsManager #viewsManagerContent):has(#thumbnailsView.isDragging){overflow-x:hidden}:is(#viewsManager #viewsManagerContent) #thumbnailsView{--thumbnail-width:126px;box-sizing:border-box;flex-flow:wrap;justify-content:space-evenly;align-items:center;gap:44px;width:100%;padding:20px 32px;display:flex;position:relative}.isDragging:is(:is(#viewsManager #viewsManagerContent) #thumbnailsView),:is(.isDragging:is(:is(#viewsManager #viewsManagerContent) #thumbnailsView)>.thumbnail)>.thumbnailImageContainer:hover{cursor:grabbing}:is(:is(.isDragging:is(:is(#viewsManager #viewsManagerContent) #thumbnailsView)>.thumbnail)>.thumbnailImageContainer:hover):not([aria-current=page]){box-shadow:var(--image-shadow)}:is(.isDragging:is(:is(#viewsManager #viewsManagerContent) #thumbnailsView)>.thumbnail)>input{pointer-events:none}.isDragging:is(:is(#viewsManager #viewsManagerContent) #thumbnailsView)>.dragMarker{border:2px solid var(--indicator-color);contain:strict;position:absolute;top:0;left:0}.pasteMode:is(:is(#viewsManager #viewsManagerContent) #thumbnailsView)>.thumbnail{flex-direction:column}:is(.pasteMode:is(:is(#viewsManager #viewsManagerContent) #thumbnailsView)>.thumbnail)>input{display:none}:is(.pasteMode:is(:is(#viewsManager #viewsManagerContent) #thumbnailsView)>.thumbnail)>.thumbnailPasteButton{min-height:24px;font:menu;border-radius:16px;justify-content:center;align-items:center;padding:4px 16px;font-size:13px;font-style:normal;font-weight:400;line-height:normal;display:flex}:is(:is(#viewsManager #viewsManagerContent) #thumbnailsView):not(.pasteMode)>.thumbnail>.thumbnailPasteButton{display:none}:is(:is(#viewsManager #viewsManagerContent) #thumbnailsView)>.thumbnail{--input-dim:16px;--gap-between-input-and-thumbnail:16px;justify-content:flex-end;align-items:center;gap:var(--gap-between-input-and-thumbnail);flex-direction:row-reverse;width:190px;height:auto;scroll-margin-top:20px;display:inline-flex;position:relative}:is(:is(:is(#viewsManager #viewsManagerContent) #thumbnailsView)>.thumbnail) .thumbnailPasteButton{text-align:center;padding:8px 0}:is(:is(:is(#viewsManager #viewsManagerContent) #thumbnailsView)>.thumbnail):not(.isDragging)>.thumbnailImageContainer:after{content:attr(page-number);border:1px solid var(--image-page-number-border-color);background-color:var(--image-page-number-bg);color:var(--image-page-number-fg);bottom:5px;text-align:center;box-sizing:content-box;min-width:32px;height:16px;translate:calc(var(--dir-factor) * 50%);font:menu;pointer-events:none;-webkit-user-select:none;user-select:none;border-radius:8px;font-size:12px;font-style:normal;font-weight:400;line-height:normal;position:absolute;inset-inline-end:50%}:is(:is(:is(#viewsManager #viewsManagerContent) #thumbnailsView)>.thumbnail):has([aria-current=page]):not(.isDragging)>.thumbnailImageContainer:after{background-color:var(--image-current-page-number-bg);color:var(--image-current-page-number-fg);outline:1px solid var(--image-current-border-color)}.isDragging:is(:is(:is(#viewsManager #viewsManagerContent) #thumbnailsView)>.thumbnail)>input{visibility:hidden}:is(:is(:is(#viewsManager #viewsManagerContent) #thumbnailsView)>.thumbnail)>input{width:var(--input-dim);height:var(--input-dim);accent-color:var(--indicator-color);margin:0}:is(:is(:is(#viewsManager #viewsManagerContent) #thumbnailsView)>.thumbnail)>.thumbnailImageContainer{--thumbnail-dragging-scale:1.4;width:var(--thumbnail-width);box-shadow:var(--image-shadow);box-sizing:content-box;outline:var(--image-outline);-webkit-user-select:none;user-select:none;border:none;border-radius:8px;position:relative}:is(:is(:is(:is(#viewsManager #viewsManagerContent) #thumbnailsView)>.thumbnail)>.thumbnailImageContainer) img{-webkit-user-select:none;user-select:none;pointer-events:none;border:none;border-radius:8px;outline:none;width:100%;height:100%}.missingThumbnailImage:is(:is(:is(:is(#viewsManager #viewsManagerContent) #thumbnailsView)>.thumbnail)>.thumbnailImageContainer){content-visibility:hidden}:is(:is(:is(:is(#viewsManager #viewsManagerContent) #thumbnailsView)>.thumbnail)>.thumbnailImageContainer):hover{cursor:pointer;box-shadow:var(--image-hover-shadow)}:is(:is(:is(:is(#viewsManager #viewsManagerContent) #thumbnailsView)>.thumbnail)>.thumbnailImageContainer):hover:after{background-color:var(--image-hover-page-number-bg);color:var(--image-hover-page-number-fg)}@media screen and (forced-colors:active){:is(:is(:is(:is(#viewsManager #viewsManagerContent) #thumbnailsView)>.thumbnail)>.thumbnailImageContainer):hover{box-shadow:none;outline:var(--image-border-width) var(--image-hover-border-color) solid}}:is(:is(:is(:is(#viewsManager #viewsManagerContent) #thumbnailsView)>.thumbnail)>.thumbnailImageContainer):focus-visible:not([aria-current=page]){box-shadow:var(--image-hover-shadow);outline:none}@media screen and (forced-colors:active){:is(:is(:is(:is(#viewsManager #viewsManagerContent) #thumbnailsView)>.thumbnail)>.thumbnailImageContainer):focus-visible:not([aria-current=page]){box-shadow:none;outline:var(--image-border-width) var(--image-focus-outline-color) solid}}[aria-current=page]:is(:is(:is(:is(#viewsManager #viewsManagerContent) #thumbnailsView)>.thumbnail)>.thumbnailImageContainer):focus-visible{outline:var(--image-border-width) solid var(--image-current-focused-outline-color);outline-offset:var(--image-border-width)}@media screen and (forced-colors:active){[aria-current=page]:is(:is(:is(:is(#viewsManager #viewsManagerContent) #thumbnailsView)>.thumbnail)>.thumbnailImageContainer):focus-visible{box-shadow:none;outline:var(--image-border-width) var(--image-current-border-color) solid;outline-offset:0}[aria-current=page]:is(:is(:is(:is(#viewsManager #viewsManagerContent) #thumbnailsView)>.thumbnail)>.thumbnailImageContainer):focus-visible>img{outline:var(--image-border-width) var(--image-focus-outline-color) solid;outline-offset:var(--image-border-width)}:is(:is(:is(:is(#viewsManager #viewsManagerContent) #thumbnailsView)>.thumbnail)>.thumbnailImageContainer):focus-visible{box-shadow:none;outline:var(--image-border-width) var(--image-current-border-color) solid}:is(:is(:is(:is(#viewsManager #viewsManagerContent) #thumbnailsView)>.thumbnail)>.thumbnailImageContainer):focus-visible:hover>img{outline:var(--image-border-width) var(--image-hover-border-color) solid;outline-offset:var(--image-border-width)}}[aria-current=page]:is(:is(:is(:is(#viewsManager #viewsManagerContent) #thumbnailsView)>.thumbnail)>.thumbnailImageContainer){box-shadow:var(--image-current-shadow)}[aria-current=page]:is(:is(:is(:is(#viewsManager #viewsManagerContent) #thumbnailsView)>.thumbnail)>.thumbnailImageContainer):hover:after{background-color:var(--image-current-hover-page-number-bg);color:var(--image-current-hover-page-number-fg)}@media screen and (forced-colors:active){[aria-current=page]:is(:is(:is(:is(#viewsManager #viewsManagerContent) #thumbnailsView)>.thumbnail)>.thumbnailImageContainer){box-shadow:none;outline:var(--image-border-width) var(--image-current-border-color) solid}[aria-current=page]:is(:is(:is(:is(#viewsManager #viewsManagerContent) #thumbnailsView)>.thumbnail)>.thumbnailImageContainer):hover>img{outline:var(--image-border-width) var(--image-hover-border-color) solid;outline-offset:var(--image-border-width)}}.placeholder:is(:is(:is(:is(#viewsManager #viewsManagerContent) #thumbnailsView)>.thumbnail)>.thumbnailImageContainer){background-color:var(--image-dragging-placeholder-bg);box-shadow:none!important}.draggingThumbnail:is(:is(:is(:is(#viewsManager #viewsManagerContent) #thumbnailsView)>.thumbnail)>.thumbnailImageContainer){z-index:1;transform-origin:0 0 0;scale:calc(1 / var(--thumbnail-dragging-scale));pointer-events:none;box-shadow:var(--image-dragging-shadow);position:absolute;top:0;left:0}.draggingThumbnail.multiple:is(:is(:is(:is(#viewsManager #viewsManagerContent) #thumbnailsView)>.thumbnail)>.thumbnailImageContainer){box-shadow:var(--image-multiple-dragging-shadow)}@media screen and (forced-colors:active){.draggingThumbnail.multiple:is(:is(:is(:is(#viewsManager #viewsManagerContent) #thumbnailsView)>.thumbnail)>.thumbnailImageContainer){forced-color-adjust:none;box-shadow:var(--image-multiple-dragging-shadow)}}.draggingThumbnail.multiple:is(:is(:is(:is(#viewsManager #viewsManagerContent) #thumbnailsView)>.thumbnail)>.thumbnailImageContainer)>.thumbnailImageContainer{width:var(--thumbnail-width);box-sizing:content-box;-webkit-user-select:none;user-select:none;border:none;border-radius:8px;outline:none;position:absolute;top:0;left:0}.draggingThumbnail.multiple:is(:is(:is(:is(#viewsManager #viewsManagerContent) #thumbnailsView)>.thumbnail)>.thumbnailImageContainer):after{content:attr(data-multiple-count);border-radius:calc(8px * var(--thumbnail-dragging-scale));background-color:var(--multiple-dragging-indicator-bg);color:var(--multiple-dragging-text-color);min-width:calc(32px * var(--thumbnail-dragging-scale));height:calc(16px * var(--thumbnail-dragging-scale));text-align:center;font:menu;font-size:calc(13px * var(--thumbnail-dragging-scale));contain:strict;font-style:normal;font-weight:400;line-height:normal;position:absolute;inset-block-end:calc(4px * var(--thumbnail-dragging-scale));inset-inline-start:calc(4px * var(--thumbnail-dragging-scale))}:is(#viewsManager #viewsManagerContent) #attachmentsView{--csstools-light-dark-toggle--133:var(--csstools-color-scheme--light) #fffc;--attachment-color:var(--csstools-light-dark-toggle--133,#000c);--csstools-light-dark-toggle--134:var(--csstools-color-scheme--light) #ffffff26;--attachment-bg-color:var(--csstools-light-dark-toggle--134,#00000026);--csstools-light-dark-toggle--135:var(--csstools-color-scheme--light) #ffffffe6;--attachment-hover-color:var(--csstools-light-dark-toggle--135,#000000e6)}@supports (color:light-dark(red, red)) and (color:rgb(0 0 0 / 0)){:is(#viewsManager #viewsManagerContent) #attachmentsView{--attachment-color:light-dark(#000c,#fffc);--attachment-bg-color:light-dark(#00000026,#ffffff26);--attachment-hover-color:light-dark(#000000e6,#ffffffe6)}}@supports not (color:light-dark(tan, tan)){:is(:is(#viewsManager #viewsManagerContent) #attachmentsView) *{--csstools-light-dark-toggle--133:var(--csstools-color-scheme--light) #fffc;--attachment-color:var(--csstools-light-dark-toggle--133,#000c);--csstools-light-dark-toggle--134:var(--csstools-color-scheme--light) #ffffff26;--attachment-bg-color:var(--csstools-light-dark-toggle--134,#00000026);--csstools-light-dark-toggle--135:var(--csstools-color-scheme--light) #ffffffe6;--attachment-hover-color:var(--csstools-light-dark-toggle--135,#000000e6)}}:is(:is(#viewsManager #viewsManagerContent) #attachmentsView)>ul{padding:0;list-style-type:none}:is(:is(:is(#viewsManager #viewsManagerContent) #attachmentsView)>ul)>li>a{min-width:calc(100% - 4px);height:auto;color:var(--attachment-color);-webkit-user-select:none;user-select:none;white-space:normal;cursor:pointer;border-radius:2px;margin-bottom:1px;padding:2px 0 5px;padding-inline-start:4px;font-size:13px;line-height:15px;text-decoration:none;display:inline-block}:is(:is(:is(:is(#viewsManager #viewsManagerContent) #attachmentsView)>ul)>li>a):hover{background-color:var(--attachment-bg-color);color:var(--attachment-hover-color);background-clip:padding-box;border-radius:2px}.sidebar{--csstools-light-dark-toggle--136:var(--csstools-color-scheme--light) #23222b;--sidebar-bg-color:var(--csstools-light-dark-toggle--136,#fff);--csstools-light-dark-toggle--137:var(--csstools-color-scheme--light) #fbfbfe1a;--sidebar-border-color:var(--csstools-light-dark-toggle--137,#15141a1a);--csstools-light-dark-toggle--138:var(--csstools-color-scheme--light) #0003;--csstools-light-dark-toggle--139:var(--csstools-color-scheme--light) #0006;--sidebar-box-shadow:0 .25px .75px var(--csstools-light-dark-toggle--138,#0000000d), 0 2px 6px 0 var(--csstools-light-dark-toggle--139,#0000001a);--sidebar-backdrop-filter:none;--sidebar-border-radius:8px;--sidebar-padding:5px;--sidebar-min-width:180px;--sidebar-max-width:632px;--sidebar-width:239px;--resizer-width:4px;--resizer-shift:calc(0px - var(--resizer-width) - 2px);--csstools-light-dark-toggle--140:var(--csstools-color-scheme--light) #00cadb;--resizer-hover-bg-color:var(--csstools-light-dark-toggle--140,#0062fa)}@supports (color:light-dark(red, red)){.sidebar{--sidebar-bg-color:light-dark(#fff,#23222b)}}@supports (color:light-dark(red, red)) and (color:rgb(0 0 0 / 0)){.sidebar{--sidebar-border-color:light-dark(#15141a1a,#fbfbfe1a);--sidebar-box-shadow:0 .25px .75px light-dark(#0000000d,#0003), 0 2px 6px 0 light-dark(#0000001a,#0006)}}@supports (color:light-dark(red, red)){.sidebar{--resizer-hover-bg-color:light-dark(#0062fa,#00cadb)}}@supports not (color:light-dark(tan, tan)){.sidebar *{--csstools-light-dark-toggle--136:var(--csstools-color-scheme--light) #23222b;--sidebar-bg-color:var(--csstools-light-dark-toggle--136,#fff);--csstools-light-dark-toggle--137:var(--csstools-color-scheme--light) #fbfbfe1a;--sidebar-border-color:var(--csstools-light-dark-toggle--137,#15141a1a);--csstools-light-dark-toggle--138:var(--csstools-color-scheme--light) #0003;--csstools-light-dark-toggle--139:var(--csstools-color-scheme--light) #0006;--sidebar-box-shadow:0 .25px .75px var(--csstools-light-dark-toggle--138,#0000000d), 0 2px 6px 0 var(--csstools-light-dark-toggle--139,#0000001a);--csstools-light-dark-toggle--140:var(--csstools-color-scheme--light) #00cadb;--resizer-hover-bg-color:var(--csstools-light-dark-toggle--140,#0062fa)}}@media screen and (forced-colors:active){.sidebar{--sidebar-bg-color:Canvas;--sidebar-border-color:CanvasText;--sidebar-box-shadow:none;--resizer-hover-bg-color:CanvasText}}.sidebar{border-radius:var(--sidebar-border-radius);box-shadow:var(--sidebar-box-shadow);border:1px solid var(--sidebar-border-color);background-color:var(--sidebar-bg-color);padding-block:var(--sidebar-padding);width:var(--sidebar-width);min-width:var(--sidebar-min-width);max-width:var(--sidebar-max-width);-webkit-backdrop-filter:var(--sidebar-backdrop-filter);backdrop-filter:var(--sidebar-backdrop-filter);box-sizing:border-box;position:relative;inset-block-start:calc(100% + var(--doorhanger-height) - 2px)}.sidebar .sidebarResizer{width:var(--resizer-width);forced-color-adjust:none;cursor:ew-resize;box-sizing:border-box;border:1px solid #0000;background-color:#0000;background-clip:content-box;border-block-width:0;transition:background-color .5s ease-in-out,border-color .5s ease-in-out;position:absolute;inset-block:0;inset-inline-start:var(--resizer-shift)}:is(.sidebar .sidebarResizer):hover{background-color:var(--resizer-hover-bg-color);border-color:#fff}:is(.sidebar .sidebarResizer):focus-visible{background-color:var(--resizer-hover-bg-color);outline:none}.sidebar.resizing{cursor:ew-resize;-webkit-user-select:none;user-select:none}.sidebar.resizing :not(.sidebarResizer){pointer-events:none}.sidebar.resizing .sidebarResizer{background-color:var(--resizer-hover-bg-color)}:root{--csstools-color-scheme--light:initial;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--viewer-container-height:0;--pdfViewer-padding-bottom:0;--page-margin:1px auto -8px;--page-border:9px solid transparent;--spreadHorizontalWrapped-margin-LR:-3.5px;--loading-icon-delay:.4s;--csstools-light-dark-toggle--141:var(--csstools-color-scheme--light) #0df;--focus-ring-color:var(--csstools-light-dark-toggle--141,#0060df);--focus-ring-outline:2px solid var(--focus-ring-color)}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@supports (color:light-dark(red, red)){:root{--focus-ring-color:light-dark(#0060df,#0df)}}@supports not (color:light-dark(tan, tan)){:root *{--csstools-light-dark-toggle--141:var(--csstools-color-scheme--light) #0df;--focus-ring-color:var(--csstools-light-dark-toggle--141,#0060df)}}@media (prefers-color-scheme:dark){:root{--csstools-color-scheme--light:}}@media screen and (forced-colors:active){:root{--pdfViewer-padding-bottom:9px;--page-margin:8px auto -1px;--page-border:1px solid CanvasText;--spreadHorizontalWrapped-margin-LR:3.5px;--focus-ring-color:CanvasText}}[data-main-rotation="90"]{transform:rotate(90deg)translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg)translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg)translate(-100%)}#hiddenCopyElement,.hiddenCanvasElement{width:0;height:0;display:none;position:absolute;top:0;left:0}.pdfViewer{--scale-factor:1;--page-bg-color:unset;padding-bottom:var(--pdfViewer-padding-bottom);--hcm-highlight-filter:none;--hcm-highlight-selected-filter:none}@media screen and (forced-colors:active){.pdfViewer{--hcm-highlight-filter:invert(100%)}}.pdfViewer.copyAll{cursor:wait}.pdfViewer .canvasWrapper{width:100%;height:100%;overflow:hidden}:is(.pdfViewer .canvasWrapper) canvas{contain:content;width:100%;height:100%;margin:0;display:block;position:absolute;top:0;left:0}:is(:is(.pdfViewer .canvasWrapper) canvas) .structTree{contain:strict}.detailView:is(:is(.pdfViewer .canvasWrapper) canvas){image-rendering:pixelated}.pdfViewer .page{--user-unit:1;--total-scale-factor:calc(var(--scale-factor) * var(--user-unit));--scale-round-x:1px;--scale-round-y:1px;width:816px;height:1056px;margin:var(--page-margin);border:var(--page-border);background-clip:content-box;background-color:var(--page-bg-color,#fff);direction:ltr;position:relative;overflow:visible}.pdfViewer .dummyPage{width:0;height:var(--viewer-container-height);position:relative}.pdfViewer.noUserSelect{-webkit-user-select:none;user-select:none}.pdfViewer.removePageBorders .page{border:none;margin:0 auto 10px}.pdfViewer.singlePageView{display:inline-block}.pdfViewer.singlePageView .page{border:none;margin:0}.pdfViewer:is(.scrollHorizontal,.scrollWrapped),.spread{text-align:center;margin-inline:3.5px}.pdfViewer.scrollHorizontal,.spread{white-space:nowrap}.pdfViewer.removePageBorders,.pdfViewer:is(.scrollHorizontal,.scrollWrapped) .spread{margin-inline:0}.spread :is(.page,.dummyPage),.pdfViewer:is(.scrollHorizontal,.scrollWrapped) :is(.page,.spread){vertical-align:middle;display:inline-block}.spread .page,.pdfViewer:is(.scrollHorizontal,.scrollWrapped) .page{margin-inline:var(--spreadHorizontalWrapped-margin-LR)}.pdfViewer.removePageBorders .spread .page,.pdfViewer.removePageBorders:is(.scrollHorizontal,.scrollWrapped) .page{margin-inline:5px}.pdfViewer .page.loadingIcon:after{content:"";width:100%;height:100%;transition-property:display;transition-delay:var(--loading-icon-delay);z-index:5;contain:strict;background:url(data:image/gif;base64,R0lGODlhGAAYAPQAAP///wAAAM7Ozvr6+uDg4LCwsOjo6I6OjsjIyJycnNjY2KioqMDAwPLy8nZ2doaGhri4uGhoaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJBwAAACwAAAAAGAAYAAAFriAgjiQAQWVaDgr5POSgkoTDjFE0NoQ8iw8HQZQTDQjDn4jhSABhAAOhoTqSDg7qSUQwxEaEwwFhXHhHgzOA1xshxAnfTzotGRaHglJqkJcaVEqCgyoCBQkJBQKDDXQGDYaIioyOgYSXA36XIgYMBWRzXZoKBQUMmil0lgalLSIClgBpO0g+s26nUWddXyoEDIsACq5SsTMMDIECwUdJPw0Mzsu0qHYkw72bBmozIQAh+QQJBwAAACwAAAAAGAAYAAAFsCAgjiTAMGVaDgR5HKQwqKNxIKPjjFCk0KNXC6ATKSI7oAhxWIhezwhENTCQEoeGCdWIPEgzESGxEIgGBWstEW4QCGGAIJEoxGmGt5ZkgCRQQHkGd2CESoeIIwoMBQUMP4cNeQQGDYuNj4iSb5WJnmeGng0CDGaBlIQEJziHk3sABidDAHBgagButSKvAAoyuHuUYHgCkAZqebw0AgLBQyyzNKO3byNuoSS8x8OfwIchACH5BAkHAAAALAAAAAAYABgAAAW4ICCOJIAgZVoOBJkkpDKoo5EI43GMjNPSokXCINKJCI4HcCRIQEQvqIOhGhBHhUTDhGo4diOZyFAoKEQDxra2mAEgjghOpCgz3LTBIxJ5kgwMBShACREHZ1V4Kg1rS44pBAgMDAg/Sw0GBAQGDZGTlY+YmpyPpSQDiqYiDQoCliqZBqkGAgKIS5kEjQ21VwCyp76dBHiNvz+MR74AqSOdVwbQuo+abppo10ssjdkAnc0rf8vgl8YqIQAh+QQJBwAAACwAAAAAGAAYAAAFrCAgjiQgCGVaDgZZFCQxqKNRKGOSjMjR0qLXTyciHA7AkaLACMIAiwOC1iAxCrMToHHYjWQiA4NBEA0Q1RpWxHg4cMXxNDk4OBxNUkPAQAEXDgllKgMzQA1pSYopBgonCj9JEA8REQ8QjY+RQJOVl4ugoYssBJuMpYYjDQSliwasiQOwNakALKqsqbWvIohFm7V6rQAGP6+JQLlFg7KDQLKJrLjBKbvAor3IKiEAIfkECQcAAAAsAAAAABgAGAAABbUgII4koChlmhokw5DEoI4NQ4xFMQoJO4uuhignMiQWvxGBIQC+AJBEUyUcIRiyE6CR0CllW4HABxBURTUw4nC4FcWo5CDBRpQaCoF7VjgsyCUDYDMNZ0mHdwYEBAaGMwwHDg4HDA2KjI4qkJKUiJ6faJkiA4qAKQkRB3E0i6YpAw8RERAjA4tnBoMApCMQDhFTuySKoSKMJAq6rD4GzASiJYtgi6PUcs9Kew0xh7rNJMqIhYchACH5BAkHAAAALAAAAAAYABgAAAW0ICCOJEAQZZo2JIKQxqCOjWCMDDMqxT2LAgELkBMZCoXfyCBQiFwiRsGpku0EshNgUNAtrYPT0GQVNRBWwSKBMp98P24iISgNDAS4ipGA6JUpA2WAhDR4eWM/CAkHBwkIDYcGiTOLjY+FmZkNlCN3eUoLDmwlDW+AAwcODl5bYl8wCVYMDw5UWzBtnAANEQ8kBIM0oAAGPgcREIQnVloAChEOqARjzgAQEbczg8YkWJq8nSUhACH5BAkHAAAALAAAAAAYABgAAAWtICCOJGAYZZoOpKKQqDoORDMKwkgwtiwSBBYAJ2owGL5RgxBziQQMgkwoMkhNqAEDARPSaiMDFdDIiRSFQowMXE8Z6RdpYHWnEAWGPVkajPmARVZMPUkCBQkJBQINgwaFPoeJi4GVlQ2Qc3VJBQcLV0ptfAMJBwdcIl+FYjALQgimoGNWIhAQZA4HXSpLMQ8PIgkOSHxAQhERPw7ASTSFyCMMDqBTJL8tf3y2fCEAIfkECQcAAAAsAAAAABgAGAAABa8gII4k0DRlmg6kYZCoOg5EDBDEaAi2jLO3nEkgkMEIL4BLpBAkVy3hCTAQKGAznM0AFNFGBAbj2cA9jQixcGZAGgECBu/9HnTp+FGjjezJFAwFBQwKe2Z+KoCChHmNjVMqA21nKQwJEJRlbnUFCQlFXlpeCWcGBUACCwlrdw8RKGImBwktdyMQEQciB7oACwcIeA4RVwAODiIGvHQKERAjxyMIB5QlVSTLYLZ0sW8hACH5BAkHAAAALAAAAAAYABgAAAW0ICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWPM5wNiV0UDUIBNkdoepTfMkA7thIECiyRtUAGq8fm2O4jIBgMBA1eAZ6Knx+gHaJR4QwdCMKBxEJRggFDGgQEREPjjAMBQUKIwIRDhBDC2QNDDEKoEkDoiMHDigICGkJBS2dDA6TAAnAEAkCdQ8ORQcHTAkLcQQODLPMIgIJaCWxJMIkPIoAt3EhACH5BAkHAAAALAAAAAAYABgAAAWtICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWHM5wNiV0UN3xdLiqr+mENcWpM9TIbrsBkEck8oC0DQqBQGGIz+t3eXtob0ZTPgNrIwQJDgtGAgwCWSIMDg4HiiUIDAxFAAoODwxDBWINCEGdSTQkCQcoegADBaQ6MggHjwAFBZUFCm0HB0kJCUy9bAYHCCPGIwqmRq0jySMGmj6yRiEAIfkECQcAAAAsAAAAABgAGAAABbIgII4k0DRlmg6kYZCsOg4EKhLE2BCxDOAxnIiW84l2L4BLZKipBopW8XRLDkeCiAMyMvQAA+uON4JEIo+vqukkKQ6RhLHplVGN+LyKcXA4Dgx5DWwGDXx+gIKENnqNdzIDaiMECwcFRgQCCowiCAcHCZIlCgICVgSfCEMMnA0CXaU2YSQFoQAKUQMMqjoyAglcAAyBAAIMRUYLCUkFlybDeAYJryLNk6xGNCTQXY0juHghACH5BAkHAAAALAAAAAAYABgAAAWzICCOJNA0ZVoOAmkY5KCSSgSNBDE2hDyLjohClBMNij8RJHIQvZwEVOpIekRQJyJs5AMoHA+GMbE1lnm9EcPhOHRnhpwUl3AsknHDm5RN+v8qCAkHBwkIfw1xBAYNgoSGiIqMgJQifZUjBhAJYj95ewIJCQV7KYpzBAkLLQADCHOtOpY5PgNlAAykAEUsQ1wzCgWdCIdeArczBQVbDJ0NAqyeBb64nQAGArBTt8R8mLuyPyEAOwAAAAAAAAAAAA==) 50% no-repeat;display:none;position:absolute;top:0;left:0}.pdfViewer .page.loading:after{display:block}.pdfViewer .page:not(.loading):after{transition-property:none;display:none}.pdfPresentationMode .pdfViewer{padding-bottom:0}.pdfPresentationMode .spread{margin:0}.pdfPresentationMode .pdfViewer .page{border:2px solid #0000;margin:0 auto}.motif-subtitle-light,.motif-subtitle-regular{letter-spacing:0;font-family:EYInterstate,Helvetica;font-size:1.125rem;font-style:normal;line-height:1.75rem}@keyframes voice-gradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes ai-chip-gradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes ai-chip-label-in{0%{opacity:0;filter:blur(6px);transform:translateY(4px)scale(.96)}60%{opacity:1;filter:blur(.5px);transform:translateY(-1px)scale(1.01)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@keyframes ai-chip-spring-in{0%{opacity:0;filter:blur(4px);transform:scale(.72)translateY(4px)}50%{opacity:1;filter:blur();transform:scale(1.09)translateY(-2px)}72%{transform:scale(.96)translateY(1px)}88%{transform:scale(1.02)translateY(0)}to{transform:scale(1)translateY(0)}}@keyframes ai-chip-counter-tick{0%{transform:scale(1)translateY(0)}25%{transform:scale(1.28)translateY(-2px)}60%{transform:scale(.9)translateY(1.5px)}80%{transform:scale(1.04)translateY(0)}to{transform:scale(1)translateY(0)}}@keyframes ai-chip-almost-glow{0%,to{box-shadow:0 0 #fff0}50%{box-shadow:0 0 12px 4px #ffffff47,0 0 24px 8px #4696ff2e}}@keyframes ai-chip-pause-ripple{0%{box-shadow:0 0 #ffffff80}60%{box-shadow:0 0 0 6px #fff0}to{box-shadow:0 0 0 6px #fff0}}motif-dropdown-item::part(description),motif-dropdown-item [slot=description]{color:var(--text-secondary);margin-top:2px;font-size:12px;line-height:1.4;display:block!important}motif-button.\!rounded-full::part(button),motif-button.motif-button-rounded-full,motif-button.motif-button-rounded-full button{border-radius:9999px!important}:hover{scrollbar-color:var(--motif-neutral-500) transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background-color:#0000;border-radius:3px}:hover::-webkit-scrollbar-thumb{background-color:var(--motif-neutral-500)}.highcharts-container,.highcharts-container svg{border:none!important;outline:none!important}.highcharts-legend-box{fill:none!important}.highcharts-legend-box,.highcharts-legend-item rect{stroke:none!important;stroke-width:0!important}.motif-icon-color{color:var(--button-ghost-icon)}.motif-icon-color,svg{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translateZ(0)}svg{shape-rendering:geometricprecision;stroke-width:1.5px}.nav-icon-light svg,[data-sidebar] svg,nav svg{stroke-width:1.25px}svg circle,svg line,svg path,svg polygon,svg polyline,svg rect{stroke-width:inherit;vector-effect:non-scaling-stroke}:root{--body-1-light-font-family:"EYInterstate",Helvetica;--body-1-light-font-size:16.002px;--body-1-light-font-style:normal;--body-1-light-font-weight:300;--body-1-light-letter-spacing:0px;--body-1-light-line-height:23.996px;--body-1-regular-font-family:"EYInterstate",Helvetica;--body-1-regular-font-size:16.002px;--body-1-regular-font-style:normal;--body-1-regular-font-weight:400;--body-1-regular-letter-spacing:0px;--body-1-regular-line-height:23.996px;--body-2-light-font-family:"EYInterstate",Helvetica;--body-2-light-font-size:14px;--body-2-light-font-style:normal;--body-2-light-font-weight:300;--body-2-light-letter-spacing:0px;--body-2-light-line-height:20px;--body-2-regular-font-family:"EYInterstate",Helvetica;--body-2-regular-font-size:14px;--body-2-regular-font-style:normal;--body-2-regular-font-weight:400;--body-2-regular-letter-spacing:0px;--body-2-regular-line-height:20px;--button-sm-font-family:"EYInterstate",Helvetica;--button-sm-font-size:14px;--button-sm-font-style:normal;--button-sm-font-weight:400;--button-sm-letter-spacing:0px;--button-sm-line-height:20px;--caption-regular-font-family:"EYInterstate",Helvetica;--caption-regular-font-size:11.998px;--caption-regular-font-style:normal;--caption-regular-font-weight:400;--caption-regular-letter-spacing:0px;--caption-regular-line-height:18.004px;--h2-regular-font-family:"EYInterstate",Helvetica;--h2-regular-font-size:28px;--h2-regular-font-style:normal;--h2-regular-font-weight:400;--h2-regular-letter-spacing:0px;--h2-regular-line-height:36px;--h5-light-font-family:"EYInterstate",Helvetica;--h5-light-font-size:22px;--h5-light-font-style:normal;--h5-light-font-weight:300;--h5-light-letter-spacing:0px;--h5-light-line-height:30.002px;--h5-regular-font-family:"EYInterstate",Helvetica;--h5-regular-font-size:22px;--h5-regular-font-style:normal;--h5-regular-font-weight:400;--h5-regular-letter-spacing:0px;--h5-regular-line-height:30.002px;--shadows-content-container:-16px -16px 80px 0px #00000003,-8px -16px 16px 0px #00000005;--shadows-light-theme-elevation-03:0px 6px 12px 0px #23232f14,0px 2px 4px 0px #23232f0f;--animate-spin:spin 1s linear infinite}@keyframes image-glow{0%{opacity:0;animation-timing-function:cubic-bezier(.74,.25,.76,1)}10%{opacity:.7;animation-timing-function:cubic-bezier(.12,.01,.08,.99)}to{opacity:.4}}@keyframes fade-in{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:none}}@keyframes fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@keyframes marquee{0%{transform:translate(0)}to{transform:translateX(calc(-100% - var(--gap)))}}@keyframes marquee-vertical{0%{transform:translateY(0)}to{transform:translateY(calc(-100% - var(--gap)))}}*,:after,:before,::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;tab-size:4;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}body{line-height:inherit;margin:0}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-variation-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-feature-settings:inherit;font-variation-settings:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:#0000;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre,fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{margin:0;padding:0;list-style:none}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder{opacity:1;color:#9ca3af}textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem}@media (width>=1400px){.container{max-width:1400px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);margin-top:1.2em;margin-bottom:1.2em;font-size:1.25em;line-height:1.6}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:decimal}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:disc}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.25em;font-weight:600}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em;font-style:italic;font-weight:500}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:0;margin-bottom:.888889em;font-size:2.25em;font-weight:800;line-height:1.11111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:2em;margin-bottom:1em;font-size:1.5em;font-weight:700;line-height:1.33333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.6em;margin-bottom:.6em;font-size:1.25em;font-weight:600;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.5em;margin-bottom:.5em;font-weight:600;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em;display:block}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;border-radius:.3125rem;padding-inline-start:.375em;font-family:inherit;font-size:.875em;font-weight:500}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);padding-top:.857143em;padding-inline-end:1.14286em;padding-bottom:.857143em;border-radius:.375rem;margin-top:1.71429em;margin-bottom:1.71429em;padding-inline-start:1.14286em;font-size:.875em;font-weight:400;line-height:1.71429;overflow-x:auto}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;background-color:#0000;border-width:0;border-radius:0;padding:0}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){table-layout:auto;width:100%;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.71429}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);vertical-align:bottom;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em;font-weight:600}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);margin-top:.857143em;font-size:.875em;line-height:1.42857}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:#1118271a;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:#ffffff1a;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.571429em;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-sm{font-size:.875rem;line-height:1.71429}.prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em;margin-bottom:1.14286em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.888889em;margin-bottom:.888889em;font-size:1.28571em;line-height:1.55556}.prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.33333em;margin-bottom:1.33333em;padding-inline-start:1.11111em}.prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:.8em;font-size:2.14286em;line-height:1.2}.prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6em;margin-bottom:.8em;font-size:1.42857em;line-height:1.4}.prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.55556em;margin-bottom:.444444em;font-size:1.28571em;line-height:1.55556}.prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.42857em;margin-bottom:.571429em;line-height:1.42857}.prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.71429em;margin-bottom:1.71429em}.prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.71429em;margin-bottom:1.71429em}.prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.142857em;padding-inline-end:.357143em;padding-bottom:.142857em;border-radius:.3125rem;padding-inline-start:.357143em;font-size:.857143em}.prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.857143em}.prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.888889em}.prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.666667em;padding-inline-end:1em;padding-bottom:.666667em;border-radius:.25rem;margin-top:1.66667em;margin-bottom:1.66667em;padding-inline-start:1em;font-size:.857143em;line-height:1.66667}.prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em;margin-bottom:1.14286em;padding-inline-start:1.57143em}.prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.285714em;margin-bottom:.285714em}.prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.428571em}.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.571429em;margin-bottom:.571429em}.prose-sm :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em}.prose-sm :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.14286em}.prose-sm :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em}.prose-sm :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.14286em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.571429em;margin-bottom:.571429em}.prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em;margin-bottom:1.14286em}.prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em}.prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.285714em;padding-inline-start:1.57143em}.prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.85714em;margin-bottom:2.85714em}.prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.857143em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.666667em;padding-inline-start:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.666667em;padding-inline-end:1em;padding-bottom:.666667em;padding-inline-start:1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.71429em;margin-bottom:1.71429em}.prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.666667em;font-size:.857143em;line-height:1.33333}.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.\!visible{visibility:visible!important}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.-inset-3{inset:-.75rem}.inset-0{inset:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.-bottom-0\.5{bottom:-.125rem}.-bottom-12{bottom:-3rem}.-bottom-\[7px\]{bottom:-7px}.-left-12{left:-3rem}.-left-\[7px\]{left:-7px}.-right-0\.5{right:-.125rem}.-right-1{right:-.25rem}.-right-12{right:-3rem}.-right-\[2px\]{right:-2px}.-right-\[7px\]{right:-7px}.-top-0\.5{top:-.125rem}.-top-1{top:-.25rem}.-top-12{top:-3rem}.-top-\[2px\]{top:-2px}.-top-\[7px\]{top:-7px}.bottom-0{bottom:0}.bottom-1{bottom:.25rem}.bottom-6{bottom:1.5rem}.bottom-8{bottom:2rem}.bottom-full{bottom:100%}.left-0{left:0}.left-1{left:.25rem}.left-1\/2{left:50%}.left-10{left:2.5rem}.left-2{left:.5rem}.left-3{left:.75rem}.left-4{left:1rem}.left-\[-30px\]{left:-30px}.left-\[-4px\]{left:-4px}.left-\[14px\]{left:14px}.left-\[19px\]{left:19px}.left-\[3px\]{left:3px}.left-\[50\%\]{left:50%}.right-0{right:0}.right-1{right:.25rem}.right-1\.5{right:.375rem}.right-2{right:.5rem}.right-2\.5{right:.625rem}.right-3{right:.75rem}.right-4{right:1rem}.right-6{right:1.5rem}.right-\[10px\]{right:10px}.right-\[3px\]{right:3px}.top-0{top:0}.top-1\.5{top:.375rem}.top-1\/2{top:50%}.top-2{top:.5rem}.top-2\.5{top:.625rem}.top-3{top:.75rem}.top-3\.5{top:.875rem}.top-4{top:1rem}.top-6{top:1.5rem}.top-\[10px\]{top:10px}.top-\[1px\]{top:1px}.top-\[4px\]{top:4px}.top-\[50\%\]{top:50%}.top-\[50\.33\%\]{top:50.33%}.top-\[60\%\]{top:60%}.top-\[72px\]{top:72px}.top-\[80px\]{top:80px}.top-full{top:100%}.isolate{isolation:isolate}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[0\]{z-index:0}.z-\[10000\]{z-index:10000}.z-\[100\]{z-index:100}.z-\[10\]{z-index:10}.z-\[1\]{z-index:1}.z-\[200\]{z-index:200}.z-\[2\]{z-index:2}.z-\[300\]{z-index:300}.z-\[30\]{z-index:30}.z-\[35\]{z-index:35}.z-\[3\]{z-index:3}.z-\[5\]{z-index:5}.z-\[80\]{z-index:80}.z-\[90\]{z-index:90}.z-\[91\]{z-index:91}.z-\[9997\]{z-index:9997}.z-\[9998\]{z-index:9998}.z-\[9999\]{z-index:9999}.col-span-3{grid-column:span 3/span 3}.col-span-4{grid-column:span 4/span 4}.col-span-6{grid-column:span 6/span 6}.col-span-8{grid-column:span 8/span 8}.col-span-full{grid-column:1/-1}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.-my-1{margin-top:-.25rem;margin-bottom:-.25rem}.mx-0\.5{margin-left:.125rem;margin-right:.125rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-3\.5{margin-left:.875rem;margin-right:.875rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-8{margin-left:2rem;margin-right:2rem}.mx-\[14px\]{margin-left:14px;margin-right:14px}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-top:0;margin-bottom:0}.my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-\[40px\]{margin-top:40px;margin-bottom:40px}.-mb-1{margin-bottom:-.25rem}.-mb-5{margin-bottom:-1.25rem}.-ml-1{margin-left:-.25rem}.-ml-1\.5{margin-left:-.375rem}.-ml-2{margin-left:-.5rem}.-ml-4{margin-left:-1rem}.-ml-px{margin-left:-1px}.-mr-2{margin-right:-.5rem}.-mr-5{margin-right:-1.25rem}.-mr-\[6px\]{margin-right:-6px}.-mr-px{margin-right:-1px}.-mt-0\.5{margin-top:-.125rem}.-mt-1{margin-top:-.25rem}.-mt-2{margin-top:-.5rem}.-mt-4{margin-top:-1rem}.-mt-5{margin-top:-1.25rem}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-3\.5{margin-bottom:.875rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-\[-2px\]{margin-bottom:-2px}.mb-\[-4px\]{margin-bottom:-4px}.mb-\[40px\]{margin-bottom:40px}.mb-\[64px\]{margin-bottom:64px}.ml-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-11{margin-left:2.75rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-8{margin-left:2rem}.ml-\[26px\]{margin-left:26px}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-24{margin-top:6rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-\[10px\]{margin-top:10px}.mt-\[2px\]{margin-top:2px}.mt-auto{margin-top:auto}.line-clamp-1{-webkit-line-clamp:1}.line-clamp-1,.line-clamp-2{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-3{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.\!block{display:block!important}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-\[240\/148\]{aspect-ratio:240/148}.aspect-\[324\/160\]{aspect-ratio:324/160}.aspect-\[324\/200\]{aspect-ratio:324/200}.aspect-square{aspect-ratio:1}.aspect-video{aspect-ratio:16/9}.size-0\.5{width:.125rem;height:.125rem}.size-1{width:.25rem;height:.25rem}.size-1\.5{width:.375rem;height:.375rem}.size-10{width:2.5rem;height:2.5rem}.size-11{width:2.75rem;height:2.75rem}.size-12{width:3rem;height:3rem}.size-14{width:3.5rem;height:3.5rem}.size-16{width:4rem;height:4rem}.size-2{width:.5rem;height:.5rem}.size-2\.5{width:.625rem;height:.625rem}.size-3{width:.75rem;height:.75rem}.size-3\.5{width:.875rem;height:.875rem}.size-4{width:1rem;height:1rem}.size-5{width:1.25rem;height:1.25rem}.size-6{width:1.5rem;height:1.5rem}.size-7{width:1.75rem;height:1.75rem}.size-8{width:2rem;height:2rem}.size-9{width:2.25rem;height:2.25rem}.size-\[10px\]{width:10px;height:10px}.size-\[180px\]{width:180px;height:180px}.size-\[18px\]{width:18px;height:18px}.size-\[200px\]{width:200px;height:200px}.size-\[20px\]{width:20px;height:20px}.size-\[240px\]{width:240px;height:240px}.size-\[24px\]{width:24px;height:24px}.size-\[324px\]{width:324px;height:324px}.size-\[32px\]{width:32px;height:32px}.size-\[48px\]{width:48px;height:48px}.size-\[4px\]{width:4px;height:4px}.size-\[5px\]{width:5px;height:5px}.size-\[72px\]{width:72px;height:72px}.size-\[80px\]{width:80px;height:80px}.size-\[98px\]{width:98px;height:98px}.size-full{width:100%;height:100%}.\!h-6{height:1.5rem!important}.\!h-auto{height:auto!important}.h-0{height:0}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-4{height:1rem}.h-40{height:10rem}.h-44{height:11rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-72{height:18rem}.h-8{height:2rem}.h-80{height:20rem}.h-9{height:2.25rem}.h-\[10\.67px\]{height:10.67px}.h-\[100px\]{height:100px}.h-\[10px\]{height:10px}.h-\[114px\]{height:114px}.h-\[118px\]{height:118px}.h-\[120px\]{height:120px}.h-\[136px\]{height:136px}.h-\[140px\]{height:140px}.h-\[144px\]{height:144px}.h-\[14px\]{height:14px}.h-\[160px\]{height:160px}.h-\[164px\]{height:164px}.h-\[180px\]{height:180px}.h-\[18px\]{height:18px}.h-\[1px\]{height:1px}.h-\[200px\]{height:200px}.h-\[20px\]{height:20px}.h-\[240px\]{height:240px}.h-\[26\.35px\]{height:26.35px}.h-\[26px\]{height:26px}.h-\[280px\]{height:280px}.h-\[28px\]{height:28px}.h-\[2px\]{height:2px}.h-\[30\%\]{height:30%}.h-\[300px\]{height:300px}.h-\[308px\]{height:308px}.h-\[316px\]{height:316px}.h-\[320px\]{height:320px}.h-\[35\.55\%\]{height:35.55%}.h-\[360px\]{height:360px}.h-\[363px\]{height:363px}.h-\[36px\]{height:36px}.h-\[37px\]{height:37px}.h-\[400px\]{height:400px}.h-\[408px\]{height:408px}.h-\[40px\]{height:40px}.h-\[420px\]{height:420px}.h-\[42px\]{height:42px}.h-\[446px\]{height:446px}.h-\[44px\]{height:44px}.h-\[480px\]{height:480px}.h-\[48px\]{height:48px}.h-\[49\.27\%\]{height:49.27%}.h-\[4px\]{height:4px}.h-\[500px\]{height:500px}.h-\[520px\]{height:520px}.h-\[56px\]{height:56px}.h-\[600px\]{height:600px}.h-\[60px\]{height:60px}.h-\[652px\]{height:652px}.h-\[68px\]{height:68px}.h-\[6px\]{height:6px}.h-\[78px\]{height:78px}.h-\[80px\]{height:80px}.h-\[94px\]{height:94px}.h-\[96px\]{height:96px}.h-\[calc\(100\%-12px\)\]{height:calc(100% - 12px)}.h-\[env\(safe-area-inset-bottom\,16px\)\]{height:env(safe-area-inset-bottom,16px)}.h-\[var\(--radix-navigation-menu-viewport-height\)\]{height:var(--radix-navigation-menu-viewport-height)}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-auto{height:auto}.h-fit{height:fit-content}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.h-svh{height:100svh}.max-h-80{max-height:20rem}.max-h-\[--radix-context-menu-content-available-height\]{max-height:var(--radix-context-menu-content-available-height)}.max-h-\[--radix-select-content-available-height\]{max-height:var(--radix-select-content-available-height)}.max-h-\[120px\]{max-height:120px}.max-h-\[200px\]{max-height:200px}.max-h-\[240px\]{max-height:240px}.max-h-\[280px\]{max-height:280px}.max-h-\[300px\]{max-height:300px}.max-h-\[320px\]{max-height:320px}.max-h-\[400px\]{max-height:400px}.max-h-\[450px\]{max-height:450px}.max-h-\[480px\]{max-height:480px}.max-h-\[80vh\]{max-height:80vh}.max-h-\[92vh\]{max-height:92vh}.max-h-screen{max-height:100vh}.min-h-0{min-height:0}.min-h-\[1\.5em\]{min-height:1.5em}.min-h-\[120px\]{min-height:120px}.min-h-\[128px\]{min-height:128px}.min-h-\[180px\]{min-height:180px}.min-h-\[198px\]{min-height:198px}.min-h-\[200px\]{min-height:200px}.min-h-\[24px\]{min-height:24px}.min-h-\[28px\]{min-height:28px}.min-h-\[360px\]{min-height:360px}.min-h-\[400px\]{min-height:400px}.min-h-\[408px\]{min-height:408px}.min-h-\[40px\]{min-height:40px}.min-h-\[420px\]{min-height:420px}.min-h-\[44px\]{min-height:44px}.min-h-\[56px\]{min-height:56px}.min-h-\[80px\]{min-height:80px}.min-h-full{min-height:100%}.min-h-px{min-height:1px}.min-h-screen{min-height:100vh}.min-h-svh{min-height:100svh}.\!w-6{width:1.5rem!important}.w-0{width:0}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-1\/3{width:33.3333%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-2\/3{width:66.6667%}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-3\/5{width:60%}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-4\/5{width:80%}.w-40{width:10rem}.w-44{width:11rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-5\/6{width:83.3333%}.w-56{width:14rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-\[--sidebar-width\]{width:var(--sidebar-width)}.w-\[10\%\]{width:10%}.w-\[10\.67px\]{width:10.67px}.w-\[100px\]{width:100px}.w-\[110px\]{width:110px}.w-\[120px\]{width:120px}.w-\[130px\]{width:130px}.w-\[140px\]{width:140px}.w-\[14px\]{width:14px}.w-\[150px\]{width:150px}.w-\[152px\]{width:152px}.w-\[160px\]{width:160px}.w-\[170px\]{width:170px}.w-\[180px\]{width:180px}.w-\[18px\]{width:18px}.w-\[1px\]{width:1px}.w-\[200px\]{width:200px}.w-\[20px\]{width:20px}.w-\[220px\]{width:220px}.w-\[240px\]{width:240px}.w-\[260px\]{width:260px}.w-\[268px\]{width:268px}.w-\[26px\]{width:26px}.w-\[275px\]{width:275px}.w-\[279px\]{width:279px}.w-\[280px\]{width:280px}.w-\[2px\]{width:2px}.w-\[320px\]{width:320px}.w-\[324px\]{width:324px}.w-\[328px\]{width:328px}.w-\[32px\]{width:32px}.w-\[336px\]{width:336px}.w-\[340px\]{width:340px}.w-\[35\%\]{width:35%}.w-\[352px\]{width:352px}.w-\[360px\]{width:360px}.w-\[400px\]{width:400px}.w-\[408px\]{width:408px}.w-\[423px\]{width:423px}.w-\[440px\]{width:440px}.w-\[44px\]{width:44px}.w-\[45\%\]{width:45%}.w-\[472px\]{width:472px}.w-\[48px\]{width:48px}.w-\[4px\]{width:4px}.w-\[50\%\]{width:50%}.w-\[512px\]{width:512px}.w-\[531px\]{width:531px}.w-\[56px\]{width:56px}.w-\[58px\]{width:58px}.w-\[5px\]{width:5px}.w-\[60\%\]{width:60%}.w-\[600px\]{width:600px}.w-\[62px\]{width:62px}.w-\[64px\]{width:64px}.w-\[68px\]{width:68px}.w-\[6px\]{width:6px}.w-\[78px\]{width:78px}.w-\[794px\]{width:794px}.w-\[80px\]{width:80px}.w-\[82\.84\%\]{width:82.84%}.w-\[85px\]{width:85px}.w-\[88px\]{width:88px}.w-\[90\%\]{width:90%}.w-\[90px\]{width:90px}.w-\[960px\]{width:960px}.w-\[98\.68\%\]{width:98.68%}.w-\[980px\]{width:980px}.w-auto{width:auto}.w-fit{width:fit-content}.w-full{width:100%}.w-max{width:max-content}.w-px{width:1px}.min-w-0{min-width:0}.min-w-10{min-width:2.5rem}.min-w-11{min-width:2.75rem}.min-w-5{min-width:1.25rem}.min-w-9{min-width:2.25rem}.min-w-\[1000px\]{min-width:1000px}.min-w-\[100px\]{min-width:100px}.min-w-\[1100px\]{min-width:1100px}.min-w-\[120px\]{min-width:120px}.min-w-\[12rem\]{min-width:12rem}.min-w-\[130px\]{min-width:130px}.min-w-\[140px\]{min-width:140px}.min-w-\[160px\]{min-width:160px}.min-w-\[16px\]{min-width:16px}.min-w-\[170px\]{min-width:170px}.min-w-\[180px\]{min-width:180px}.min-w-\[188px\]{min-width:188px}.min-w-\[200px\]{min-width:200px}.min-w-\[20px\]{min-width:20px}.min-w-\[24px\]{min-width:24px}.min-w-\[260px\]{min-width:260px}.min-w-\[280px\]{min-width:280px}.min-w-\[28px\]{min-width:28px}.min-w-\[32px\]{min-width:32px}.min-w-\[360px\]{min-width:360px}.min-w-\[560px\]{min-width:560px}.min-w-\[80px\]{min-width:80px}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.min-w-px{min-width:1px}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.max-w-\[--skeleton-width\]{max-width:var(--skeleton-width)}.max-w-\[100px\]{max-width:100px}.max-w-\[1016px\]{max-width:1016px}.max-w-\[1040px\]{max-width:1040px}.max-w-\[1100px\]{max-width:1100px}.max-w-\[1200px\]{max-width:1200px}.max-w-\[120px\]{max-width:120px}.max-w-\[1360px\]{max-width:1360px}.max-w-\[1384px\]{max-width:1384px}.max-w-\[140px\]{max-width:140px}.max-w-\[1440px\]{max-width:1440px}.max-w-\[220px\]{max-width:220px}.max-w-\[240px\]{max-width:240px}.max-w-\[260px\]{max-width:260px}.max-w-\[280px\]{max-width:280px}.max-w-\[300px\]{max-width:300px}.max-w-\[320px\]{max-width:320px}.max-w-\[328px\]{max-width:328px}.max-w-\[340px\]{max-width:340px}.max-w-\[360px\]{max-width:360px}.max-w-\[400px\]{max-width:400px}.max-w-\[440px\]{max-width:440px}.max-w-\[472px\]{max-width:472px}.max-w-\[480px\]{max-width:480px}.max-w-\[500px\]{max-width:500px}.max-w-\[560px\]{max-width:560px}.max-w-\[60\%\]{max-width:60%}.max-w-\[600px\]{max-width:600px}.max-w-\[628px\]{max-width:628px}.max-w-\[640px\]{max-width:640px}.max-w-\[696px\]{max-width:696px}.max-w-\[800px\]{max-width:800px}.max-w-\[873px\]{max-width:873px}.max-w-\[900px\]{max-width:900px}.max-w-\[932px\]{max-width:932px}.max-w-\[960px\]{max-width:960px}.max-w-\[980px\]{max-width:980px}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-max{max-width:max-content}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.flex-1{flex:1}.flex-\[1_0_0\]{flex:1 0 0}.flex-none{flex:none}.flex-shrink-0,.shrink-0{flex-shrink:0}.grow{flex-grow:1}.grow-0{flex-grow:0}.basis-0{flex-basis:0}.basis-\[180px\]{flex-basis:180px}.basis-full{flex-basis:100%}.caption-bottom{caption-side:bottom}.border-collapse{border-collapse:collapse}.origin-\[--radix-context-menu-content-transform-origin\]{transform-origin:var(--radix-context-menu-content-transform-origin)}.origin-\[--radix-hover-card-content-transform-origin\]{transform-origin:var(--radix-hover-card-content-transform-origin)}.origin-\[--radix-menubar-content-transform-origin\]{transform-origin:var(--radix-menubar-content-transform-origin)}.origin-\[--radix-popover-content-transform-origin\]{transform-origin:var(--radix-popover-content-transform-origin)}.origin-\[--radix-select-content-transform-origin\]{transform-origin:var(--radix-select-content-transform-origin)}.origin-\[--radix-tooltip-content-transform-origin\]{transform-origin:var(--radix-tooltip-content-transform-origin)}.origin-center{transform-origin:50%}.origin-top-left{transform-origin:0 0}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-x-4{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-4{--tw-translate-x:-1rem}.-translate-x-8{--tw-translate-x:-2rem}.-translate-x-8,.-translate-x-px{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-px{--tw-translate-x:-1px}.-translate-y-1\/2{--tw-translate-y:-50%}.-translate-y-1\/2,.translate-x-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x:0px}.translate-x-1{--tw-translate-x:.25rem}.translate-x-1,.translate-x-4{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-4{--tw-translate-x:1rem}.translate-x-\[-50\%\]{--tw-translate-x:-50%}.translate-x-\[-50\%\],.translate-x-px{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-px{--tw-translate-x:1px}.translate-y-0{--tw-translate-y:0px}.translate-y-0,.translate-y-\[-50\%\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y:-50%}.translate-y-full{--tw-translate-y:100%}.-rotate-90,.translate-y-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate:-90deg}.rotate-0{--tw-rotate:0deg}.rotate-0,.rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate:180deg}.rotate-45{--tw-rotate:45deg}.rotate-45,.rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate:90deg}.rotate-\[-90deg\]{--tw-rotate:-90deg}.rotate-\[-90deg\],.scale-100{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x:1;--tw-scale-y:1}.scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05}.scale-105,.scale-110{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1}.scale-90{--tw-scale-x:.9;--tw-scale-y:.9}.scale-90,.scale-95{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x:.95;--tw-scale-y:.95}.scale-\[0\.7\]{--tw-scale-x:.7;--tw-scale-y:.7}.scale-\[0\.7\],.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:none}}.animate-bounce{animation:1s infinite bounce}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}@keyframes spin{to{transform:rotate(1turn)}}.cursor-col-resize{cursor:col-resize}.cursor-crosshair{cursor:crosshair}.cursor-default{cursor:default}.cursor-grab{cursor:grab}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-text{cursor:text}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;user-select:none}.resize-none{resize:none}.resize{resize:both}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.appearance-none{appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid-cols-\[auto_1fr_auto_auto_auto_auto_auto\]{grid-template-columns:auto 1fr auto auto auto auto auto}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.content-stretch{align-content:stretch}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-16{gap:4rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-40{gap:10rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-\[12px\]{gap:12px}.gap-\[16px\]{gap:16px}.gap-\[18px\]{gap:18px}.gap-\[20px\]{gap:20px}.gap-\[24px\]{gap:24px}.gap-\[2px\]{gap:2px}.gap-\[3px\]{gap:3px}.gap-\[40px\]{gap:40px}.gap-\[4px\]{gap:4px}.gap-\[5px\]{gap:5px}.gap-\[66px\]{gap:66px}.gap-\[6px\]{gap:6px}.gap-\[8px\]{gap:8px}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-y-1{row-gap:.25rem}.gap-y-4{row-gap:1rem}.gap-y-5{row-gap:1.25rem}.-space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.5rem*var(--tw-space-x-reverse));margin-left:calc(-.5rem*(1 - var(--tw-space-x-reverse)))}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.25rem*var(--tw-space-x-reverse));margin-left:calc(.25rem*(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem*var(--tw-space-x-reverse));margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem*var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.375rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem*var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem*var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem*var(--tw-space-y-reverse))}.space-y-3\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.875rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.875rem*var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem*var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem*var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem*var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px*var(--tw-divide-y-reverse))}.divide-\[var\(--border-primary\)\]>:not([hidden])~:not([hidden]){border-color:var(--border-primary)}.self-start{align-self:flex-start}.self-center{align-self:center}.self-stretch{align-self:stretch}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-clip{overflow:clip}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{white-space:nowrap;overflow:hidden}.text-ellipsis,.truncate{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.whitespace-pre{white-space:pre}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[100px\]{border-radius:100px}.rounded-\[10px\]{border-radius:10px}.rounded-\[12px\]{border-radius:12px}.rounded-\[16px\]{border-radius:16px}.rounded-\[20px\]{border-radius:20px}.rounded-\[24px\]{border-radius:24px}.rounded-\[2px\]{border-radius:2px}.rounded-\[4px\]{border-radius:4px}.rounded-\[6px\]{border-radius:6px}.rounded-\[8px\]{border-radius:8px}.rounded-\[inherit\]{border-radius:inherit}.rounded-\[var\(--border-radius-lg\,12px\)\]{border-radius:var(--border-radius-lg,12px)}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-none{border-radius:0}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:.75rem}.rounded-b-\[12px\]{border-bottom-right-radius:12px;border-bottom-left-radius:12px}.rounded-b-\[24px\]{border-bottom-right-radius:24px;border-bottom-left-radius:24px}.rounded-b-\[8px\]{border-bottom-right-radius:8px;border-bottom-left-radius:8px}.rounded-b-lg{border-bottom-right-radius:var(--radius);border-bottom-left-radius:var(--radius)}.rounded-l-\[12px\]{border-top-left-radius:12px;border-bottom-left-radius:12px}.rounded-l-\[4px\]{border-top-left-radius:4px;border-bottom-left-radius:4px}.rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.rounded-r-\[4px\]{border-top-right-radius:4px;border-bottom-right-radius:4px}.rounded-r-lg{border-top-right-radius:var(--radius);border-bottom-right-radius:var(--radius)}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.rounded-t-\[10px\]{border-top-left-radius:10px;border-top-right-radius:10px}.rounded-t-\[12px\]{border-top-left-radius:12px;border-top-right-radius:12px}.rounded-t-\[24px\]{border-top-left-radius:24px;border-top-right-radius:24px}.rounded-t-\[8px\]{border-top-left-radius:8px;border-top-right-radius:8px}.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.rounded-bl-\[4px\]{border-bottom-left-radius:4px}.rounded-br-\[24px\]{border-bottom-right-radius:24px}.rounded-br-\[4px\]{border-bottom-right-radius:4px}.rounded-tl-\[24px\]{border-top-left-radius:24px}.rounded-tl-\[4px\]{border-top-left-radius:4px}.rounded-tl-\[8px\]{border-top-left-radius:8px}.rounded-tl-md{border-top-left-radius:calc(var(--radius) - 2px)}.rounded-tl-sm{border-top-left-radius:calc(var(--radius) - 4px)}.rounded-tr-\[24px\]{border-top-right-radius:24px}.rounded-tr-\[4px\]{border-top-right-radius:4px}.rounded-tr-\[8px\]{border-top-right-radius:8px}.rounded-tr-md{border-top-right-radius:calc(var(--radius) - 2px)}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-4{border-width:4px}.border-\[1\.5px\]{border-width:1.5px}.border-y{border-top-width:1px}.border-b,.border-y{border-bottom-width:1px}.border-b-0{border-bottom-width:0}.border-b-2{border-bottom-width:2px}.border-b-\[4px\]{border-bottom-width:4px}.border-b-\[7px\]{border-bottom-width:7px}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-l-\[12px\]{border-left-width:12px}.border-l-\[7px\]{border-left-width:7px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-t-\[4px\]{border-top-width:4px}.border-t-\[7px\]{border-top-width:7px}.border-dashed{border-style:dashed}.border-none{border-style:none}.\!border-\[var\(--border-primary\)\]{border-color:var(--border-primary)!important}.border-\[\#188CE5\],.border-\[\#188ce5\]{--tw-border-opacity:1;border-color:rgb(24 140 229/var(--tw-border-opacity,1))}.border-\[\#188ce5\]\/20{border-color:#188ce533}.border-\[\#188ce5\]\/30{border-color:#188ce54d}.border-\[\#276749\]{--tw-border-opacity:1;border-color:rgb(39 103 73/var(--tw-border-opacity,1))}.border-\[\#2E2E38\]{--tw-border-opacity:1;border-color:rgb(46 46 56/var(--tw-border-opacity,1))}.border-\[\#724bc3\]{--tw-border-opacity:1;border-color:rgb(114 75 195/var(--tw-border-opacity,1))}.border-\[\#724bc3\]\/20{border-color:#724bc333}.border-\[\#724bc3\]\/40{border-color:#724bc366}.border-\[\#afcdfb\]{--tw-border-opacity:1;border-color:rgb(175 205 251/var(--tw-border-opacity,1))}.border-\[--color-border\]{border-color:var(--color-border)}.border-\[rgba\(0\,0\,0\,0\.1\)\]{border-color:#0000001a}.border-\[var\(--border-colors-default-extra-b\,var\(--border-primary\)\)\]{border-color:var(--border-colors-default-extra-b,var(--border-primary))}.border-\[var\(--border-hover\)\]{border-color:var(--border-hover)}.border-\[var\(--border-primary\)\]{border-color:var(--border-primary)}.border-\[var\(--border-primary\,\#e6e6e9\)\]{border-color:var(--border-primary,#e6e6e9)}.border-\[var\(--border-secondary\)\]{border-color:var(--border-secondary)}.border-\[var\(--border-tertiary\)\]{border-color:var(--border-tertiary)}.border-\[var\(--button-ghost-active-bg\)\]{border-color:var(--button-ghost-active-bg)}.border-\[var\(--card-bg\)\]{border-color:var(--card-bg)}.border-\[var\(--color-blue-100\)\]{border-color:var(--color-blue-100)}.border-\[var\(--color-blue-100\,\#afcdfb\)\]{border-color:var(--color-blue-100,#afcdfb)}.border-\[var\(--content-body-bg\)\]{border-color:var(--content-body-bg)}.border-\[var\(--ey-yellow\)\]{border-color:var(--ey-yellow)}.border-\[var\(--motif-blue-400\)\]{border-color:var(--motif-blue-400)}.border-\[var\(--motif-neutral-50\)\]{border-color:var(--motif-neutral-50)}.border-\[var\(--text-primary\)\]{border-color:var(--text-primary)}.border-\[var\(--text-secondary\)\]{border-color:var(--text-secondary)}.border-\[var\(--toggle-switch-bg\)\]{border-color:var(--toggle-switch-bg)}.border-border\/50{border-color:hsl(var(--border)/.5)}.border-destructive{border-color:hsl(var(--destructive))}.border-destructive\/50{border-color:hsl(var(--destructive)/.5)}.border-green-300{--tw-border-opacity:1;border-color:rgb(134 239 172/var(--tw-border-opacity,1))}.border-green-500{--tw-border-opacity:1;border-color:rgb(34 197 94/var(--tw-border-opacity,1))}.border-input{border-color:hsl(var(--input))}.border-primary{border-color:hsl(var(--primary))}.border-red-300{--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity,1))}.border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.border-secondary{border-color:hsl(var(--secondary))}.border-transparent{border-color:#0000}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.border-white\/20{border-color:#fff3}.border-white\/40{border-color:#fff6}.border-white\/50{border-color:#ffffff80}.border-b-transparent{border-bottom-color:#0000}.border-l-\[var\(--text-primary\,\#2e2e38\)\]{border-left-color:var(--text-primary,#2e2e38)}.border-l-transparent{border-left-color:#0000}.border-t-transparent{border-top-color:#0000}.\!bg-\[var\(--card-bg\)\]{background-color:var(--card-bg)!important}.bg-\[\#168736\]{--tw-bg-opacity:1;background-color:rgb(22 135 54/var(--tw-bg-opacity,1))}.bg-\[\#188CE5\]{--tw-bg-opacity:1;background-color:rgb(24 140 229/var(--tw-bg-opacity,1))}.bg-\[\#188CE5\]\/5{background-color:#188ce50d}.bg-\[\#188ce5\]{--tw-bg-opacity:1;background-color:rgb(24 140 229/var(--tw-bg-opacity,1))}.bg-\[\#188ce5\]\/10{background-color:#188ce51a}.bg-\[\#188ce5\]\/15{background-color:#188ce526}.bg-\[\#188ce5\]\/5{background-color:#188ce50d}.bg-\[\#188ce5\]\/\[0\.03\]{background-color:#188ce508}.bg-\[\#188ce5\]\/\[0\.04\]{background-color:#188ce50a}.bg-\[\#188ce5\]\/\[0\.06\]{background-color:#188ce50f}.bg-\[\#197335\]{--tw-bg-opacity:1;background-color:rgb(25 115 53/var(--tw-bg-opacity,1))}.bg-\[\#1A1A24\]{--tw-bg-opacity:1;background-color:rgb(26 26 36/var(--tw-bg-opacity,1))}.bg-\[\#292828\]{--tw-bg-opacity:1;background-color:rgb(41 40 40/var(--tw-bg-opacity,1))}.bg-\[\#2E2E38\]{--tw-bg-opacity:1;background-color:rgb(46 46 56/var(--tw-bg-opacity,1))}.bg-\[\#2FC9C7\]{--tw-bg-opacity:1;background-color:rgb(47 201 199/var(--tw-bg-opacity,1))}.bg-\[\#2e2e38\]{--tw-bg-opacity:1;background-color:rgb(46 46 56/var(--tw-bg-opacity,1))}.bg-\[\#2e7d32\]{--tw-bg-opacity:1;background-color:rgb(46 125 50/var(--tw-bg-opacity,1))}.bg-\[\#43a047\]{--tw-bg-opacity:1;background-color:rgb(67 160 71/var(--tw-bg-opacity,1))}.bg-\[\#43a047\]\/10{background-color:#43a0471a}.bg-\[\#724bc3\]{--tw-bg-opacity:1;background-color:rgb(114 75 195/var(--tw-bg-opacity,1))}.bg-\[\#724bc3\]\/10{background-color:#724bc31a}.bg-\[\#724bc3\]\/20{background-color:#724bc333}.bg-\[\#724bc3\]\/5{background-color:#724bc30d}.bg-\[\#85b9fd\]{--tw-bg-opacity:1;background-color:rgb(133 185 253/var(--tw-bg-opacity,1))}.bg-\[\#9897a6\]{--tw-bg-opacity:1;background-color:rgb(152 151 166/var(--tw-bg-opacity,1))}.bg-\[\#D7D7DC\]{--tw-bg-opacity:1;background-color:rgb(215 215 220/var(--tw-bg-opacity,1))}.bg-\[\#E6E6E9\]{--tw-bg-opacity:1;background-color:rgb(230 230 233/var(--tw-bg-opacity,1))}.bg-\[\#E6F4EA\]{--tw-bg-opacity:1;background-color:rgb(230 244 234/var(--tw-bg-opacity,1))}.bg-\[\#E7FCE8\]{--tw-bg-opacity:1;background-color:rgb(231 252 232/var(--tw-bg-opacity,1))}.bg-\[\#E8EBFA\]{--tw-bg-opacity:1;background-color:rgb(232 235 250/var(--tw-bg-opacity,1))}.bg-\[\#E8F5E9\]{--tw-bg-opacity:1;background-color:rgb(232 245 233/var(--tw-bg-opacity,1))}.bg-\[\#EA011D\]{--tw-bg-opacity:1;background-color:rgb(234 1 29/var(--tw-bg-opacity,1))}.bg-\[\#EAF1FF\]{--tw-bg-opacity:1;background-color:rgb(234 241 255/var(--tw-bg-opacity,1))}.bg-\[\#F3F3F5\]{--tw-bg-opacity:1;background-color:rgb(243 243 245/var(--tw-bg-opacity,1))}.bg-\[\#FF9783\]{--tw-bg-opacity:1;background-color:rgb(255 151 131/var(--tw-bg-opacity,1))}.bg-\[\#FF9800\]{--tw-bg-opacity:1;background-color:rgb(255 152 0/var(--tw-bg-opacity,1))}.bg-\[\#FFEBEE\]{--tw-bg-opacity:1;background-color:rgb(255 235 238/var(--tw-bg-opacity,1))}.bg-\[\#FFF3E0\]{--tw-bg-opacity:1;background-color:rgb(255 243 224/var(--tw-bg-opacity,1))}.bg-\[\#FFF4E5\]{--tw-bg-opacity:1;background-color:rgb(255 244 229/var(--tw-bg-opacity,1))}.bg-\[\#FFF8E1\]{--tw-bg-opacity:1;background-color:rgb(255 248 225/var(--tw-bg-opacity,1))}.bg-\[\#c4c4cd\]{--tw-bg-opacity:1;background-color:rgb(196 196 205/var(--tw-bg-opacity,1))}.bg-\[\#c62828\]{--tw-bg-opacity:1;background-color:rgb(198 40 40/var(--tw-bg-opacity,1))}.bg-\[\#d07200\]{--tw-bg-opacity:1;background-color:rgb(208 114 0/var(--tw-bg-opacity,1))}.bg-\[\#d4edda\]{--tw-bg-opacity:1;background-color:rgb(212 237 218/var(--tw-bg-opacity,1))}.bg-\[\#d8e5fd\]{--tw-bg-opacity:1;background-color:rgb(216 229 253/var(--tw-bg-opacity,1))}.bg-\[\#e3f2fd\]{--tw-bg-opacity:1;background-color:rgb(227 242 253/var(--tw-bg-opacity,1))}.bg-\[\#e5dcf1\]{--tw-bg-opacity:1;background-color:rgb(229 220 241/var(--tw-bg-opacity,1))}.bg-\[\#e6e6e9\]{--tw-bg-opacity:1;background-color:rgb(230 230 233/var(--tw-bg-opacity,1))}.bg-\[\#e6f6f0\]{--tw-bg-opacity:1;background-color:rgb(230 246 240/var(--tw-bg-opacity,1))}.bg-\[\#e7fce8\]{--tw-bg-opacity:1;background-color:rgb(231 252 232/var(--tw-bg-opacity,1))}.bg-\[\#e8e8e8\]{--tw-bg-opacity:1;background-color:rgb(232 232 232/var(--tw-bg-opacity,1))}.bg-\[\#e8f0fe\]{--tw-bg-opacity:1;background-color:rgb(232 240 254/var(--tw-bg-opacity,1))}.bg-\[\#e8f4fd\]{--tw-bg-opacity:1;background-color:rgb(232 244 253/var(--tw-bg-opacity,1))}.bg-\[\#e8f5e9\]{--tw-bg-opacity:1;background-color:rgb(232 245 233/var(--tw-bg-opacity,1))}.bg-\[\#f0eff3\]{--tw-bg-opacity:1;background-color:rgb(240 239 243/var(--tw-bg-opacity,1))}.bg-\[\#f3e8ff\]{--tw-bg-opacity:1;background-color:rgb(243 232 255/var(--tw-bg-opacity,1))}.bg-\[\#f3f3f500\]{background-color:#f3f3f500}.bg-\[\#f3f3f5\]{--tw-bg-opacity:1;background-color:rgb(243 243 245/var(--tw-bg-opacity,1))}.bg-\[\#f4f7fc\]{--tw-bg-opacity:1;background-color:rgb(244 247 252/var(--tw-bg-opacity,1))}.bg-\[\#f5f5f5\]{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity,1))}.bg-\[\#f8d7da\]{--tw-bg-opacity:1;background-color:rgb(248 215 218/var(--tw-bg-opacity,1))}.bg-\[\#fafafa00\]{background-color:#fafafa00}.bg-\[\#fcf5f0\]{--tw-bg-opacity:1;background-color:rgb(252 245 240/var(--tw-bg-opacity,1))}.bg-\[\#fde8e8\]{--tw-bg-opacity:1;background-color:rgb(253 232 232/var(--tw-bg-opacity,1))}.bg-\[\#fef3cd\]{--tw-bg-opacity:1;background-color:rgb(254 243 205/var(--tw-bg-opacity,1))}.bg-\[\#ffe600\]{--tw-bg-opacity:1;background-color:rgb(255 230 0/var(--tw-bg-opacity,1))}.bg-\[\#ffebee\]{--tw-bg-opacity:1;background-color:rgb(255 235 238/var(--tw-bg-opacity,1))}.bg-\[\#fff3cd\]{--tw-bg-opacity:1;background-color:rgb(255 243 205/var(--tw-bg-opacity,1))}.bg-\[\#fff3e0\]{--tw-bg-opacity:1;background-color:rgb(255 243 224/var(--tw-bg-opacity,1))}.bg-\[\#ffffff00\]{background-color:#fff0}.bg-\[--color-bg\]{background-color:var(--color-bg)}.bg-\[rgba\(0\,0\,0\,0\.3\)\]{background-color:#0000004d}.bg-\[rgba\(222\,222\,226\,0\.3\)\]{background-color:#dfdfe24d}.bg-\[rgba\(24\,140\,229\,0\.04\)\]{background-color:#188ce50a}.bg-\[rgba\(46\,46\,56\,0\.2\)\]{background-color:#2e2e3833}.bg-\[rgba\(46\,46\,56\,0\.3\)\]{background-color:#2e2e384d}.bg-\[var\(--bg-colors-default-primary\,\#ffffff\)\]{background-color:var(--bg-colors-default-primary,#fff)}.bg-\[var\(--body-bg\)\]{background-color:var(--body-bg)}.bg-\[var\(--border-primary\)\]{background-color:var(--border-primary)}.bg-\[var\(--border-primary\,\#e6e6e9\)\]{background-color:var(--border-primary,#e6e6e9)}.bg-\[var\(--border-secondary\)\]{background-color:var(--border-secondary)}.bg-\[var\(--button-ghost-active-bg\)\]{background-color:var(--button-ghost-active-bg)}.bg-\[var\(--button-primary-alt-bg\)\]{background-color:var(--button-primary-alt-bg)}.bg-\[var\(--button-primary-bg\)\]{background-color:var(--button-primary-bg)}.bg-\[var\(--button-secondary-bg\,\#f3f3f5\)\]{background-color:var(--button-secondary-bg,#f3f3f5)}.bg-\[var\(--card-bg\)\]{background-color:var(--card-bg)}.bg-\[var\(--card-bg\,white\)\]{background-color:var(--card-bg,#fff)}.bg-\[var\(--chip-bg-color\,\#f3f3f5\)\]{background-color:var(--chip-bg-color,#f3f3f5)}.bg-\[var\(--chip-blue-bg\)\]{background-color:var(--chip-blue-bg)}.bg-\[var\(--chip-blue-bg\,\#f4f7fc\)\]{background-color:var(--chip-blue-bg,#f4f7fc)}.bg-\[var\(--content-body-bg\)\]{background-color:var(--content-body-bg)}.bg-\[var\(--content-body-bg\,\#f9f9fa\)\]{background-color:var(--content-body-bg,#f9f9fa)}.bg-\[var\(--ey-yellow\)\]{background-color:var(--ey-yellow)}.bg-\[var\(--hover-bg\)\]{background-color:var(--hover-bg)}.bg-\[var\(--hover-bg\,\#f3f3f5\)\]{background-color:var(--hover-bg,#f3f3f5)}.bg-\[var\(--input-bg-color\,white\)\]{background-color:var(--input-bg-color,#fff)}.bg-\[var\(--modal-bg\)\]{background-color:var(--modal-bg)}.bg-\[var\(--modal-bg\,var\(--card-bg\)\)\]{background-color:var(--modal-bg,var(--card-bg))}.bg-\[var\(--motif-blue-25\)\]{background-color:var(--motif-blue-25)}.bg-\[var\(--motif-blue-400\)\]{background-color:var(--motif-blue-400)}.bg-\[var\(--motif-blue-50\)\]{background-color:var(--motif-blue-50)}.bg-\[var\(--motif-blue-50\,\#EAF1FF\)\]{background-color:var(--motif-blue-50,#eaf1ff)}.bg-\[var\(--motif-brand-500\)\]{background-color:var(--motif-brand-500)}.bg-\[var\(--motif-neutral-0\)\]{background-color:var(--motif-neutral-0)}.bg-\[var\(--motif-neutral-200\)\]{background-color:var(--motif-neutral-200)}.bg-\[var\(--motif-neutral-50\)\]{background-color:var(--motif-neutral-50)}.bg-\[var\(--motif-neutral-500\)\]{background-color:var(--motif-neutral-500)}.bg-\[var\(--panel-header-bg\)\]{background-color:var(--panel-header-bg)}.bg-\[var\(--surface-secondary\)\]{background-color:var(--surface-secondary)}.bg-\[var\(--table-bg-color\,var\(--bg-colors-default-primary\)\)\]{background-color:var(--table-bg-color,var(--bg-colors-default-primary))}.bg-\[var\(--text-primary\)\]{background-color:var(--text-primary)}.bg-\[var\(--text-secondary\)\]{background-color:var(--text-secondary)}.bg-\[var\(--theme-neutral-100\,\#e6e6e9\)\]{background-color:var(--theme-neutral-100,#e6e6e9)}.bg-\[var\(--theme-neutral-25\)\]{background-color:var(--theme-neutral-25)}.bg-\[var\(--theme-neutral-25\,\#f3f3f5\)\]{background-color:var(--theme-neutral-25,#f3f3f5)}.bg-\[var\(--theme-neutral-25\,\#f9f9fa\)\]{background-color:var(--theme-neutral-25,#f9f9fa)}.bg-\[var\(--theme-neutral-50\,\#f3f3f5\)\]{background-color:var(--theme-neutral-50,#f3f3f5)}.bg-\[var\(--theme-primary\,\#2E2E38\)\]{background-color:var(--theme-primary,#2e2e38)}.bg-\[var\(--tooltip-bg\)\]{background-color:var(--tooltip-bg)}.bg-accent{background-color:hsl(var(--accent))}.bg-amber-500{--tw-bg-opacity:1;background-color:rgb(245 158 11/var(--tw-bg-opacity,1))}.bg-background{background-color:hsl(var(--background))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-black\/20{background-color:#0003}.bg-black\/30{background-color:#0000004d}.bg-black\/40{background-color:#0006}.bg-black\/50{background-color:#00000080}.bg-black\/80{background-color:#000c}.bg-black\/\[0\.36\]{background-color:#0000005c}.bg-border{background-color:hsl(var(--border))}.bg-card{background-color:hsl(var(--card))}.bg-destructive{background-color:hsl(var(--destructive))}.bg-emerald-500{--tw-bg-opacity:1;background-color:rgb(16 185 129/var(--tw-bg-opacity,1))}.bg-foreground{background-color:hsl(var(--foreground))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.bg-gray-300{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.bg-green-500{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity,1))}.bg-muted{background-color:hsl(var(--muted))}.bg-muted\/50{background-color:hsl(var(--muted)/.5)}.bg-popover{background-color:hsl(var(--popover))}.bg-primary{background-color:hsl(var(--primary))}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.bg-secondary{background-color:hsl(var(--secondary))}.bg-transparent{background-color:#0000}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-white\/20{background-color:#fff3}.bg-white\/40{background-color:#fff6}.bg-white\/60{background-color:#fff9}.bg-white\/70{background-color:#ffffffb3}.bg-white\/80{background-color:#fffc}.bg-white\/90{background-color:#ffffffe6}.bg-opacity-10{--tw-bg-opacity:.1}.bg-opacity-20{--tw-bg-opacity:.2}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-\[\#188CE5\]{--tw-gradient-from:#188ce5 var(--tw-gradient-from-position);--tw-gradient-to:#188ce500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#ffe6cc\]{--tw-gradient-from:#ffe6cc var(--tw-gradient-from-position);--tw-gradient-to:#ffe6cc00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-black\/40{--tw-gradient-from:#0006 var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-black\/60{--tw-gradient-from:#0009 var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-transparent{--tw-gradient-from:transparent var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.via-\[\#b400ff\]{--tw-gradient-to:#b400ff00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#b400ff var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-transparent{--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),transparent var(--tw-gradient-via-position),var(--tw-gradient-to)}.to-\[\#4696ff\]{--tw-gradient-to:#4696ff var(--tw-gradient-to-position)}.to-\[\#efdcfe\]{--tw-gradient-to:#efdcfe var(--tw-gradient-to-position)}.to-\[rgba\(0\,0\,0\,0\.5\)\]{--tw-gradient-to:#00000080 var(--tw-gradient-to-position)}.to-\[rgba\(0\,0\,0\,0\.8\)\]{--tw-gradient-to:#000c var(--tw-gradient-to-position)}.to-black\/50{--tw-gradient-to:#00000080 var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to:transparent var(--tw-gradient-to-position)}.fill-\[var\(--text-secondary\)\]{fill:var(--text-secondary)}.fill-current{fill:currentColor}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-center{-o-object-position:center;object-position:center}.object-top{-o-object-position:top;object-position:top}.\!p-0{padding:0!important}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[10px\]{padding:10px}.p-\[16px\]{padding:16px}.p-\[1px\]{padding:1px}.p-\[4px\]{padding:4px}.p-\[8px\]{padding:8px}.px-0{padding-left:0;padding-right:0}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-12{padding-left:3rem;padding-right:3rem}.px-16{padding-left:4rem;padding-right:4rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-24{padding-left:6rem;padding-right:6rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[12px\]{padding-left:12px;padding-right:12px}.px-\[14px\]{padding-left:14px;padding-right:14px}.px-\[16px\]{padding-left:16px;padding-right:16px}.px-\[72px\]{padding-left:72px;padding-right:72px}.px-\[7px\]{padding-left:7px;padding-right:7px}.px-\[8px\]{padding-left:8px;padding-right:8px}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-14{padding-top:3.5rem;padding-bottom:3.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-32{padding-top:8rem;padding-bottom:8rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[2px\]{padding-top:2px;padding-bottom:2px}.py-\[3px\]{padding-top:3px;padding-bottom:3px}.py-\[4px\]{padding-top:4px;padding-bottom:4px}.py-\[60px\]{padding-top:60px;padding-bottom:60px}.py-\[6px\]{padding-top:6px;padding-bottom:6px}.py-\[8px\]{padding-top:8px;padding-bottom:8px}.pb-0{padding-bottom:0}.pb-0\.5{padding-bottom:.125rem}.pb-1{padding-bottom:.25rem}.pb-10{padding-bottom:2.5rem}.pb-12{padding-bottom:3rem}.pb-2{padding-bottom:.5rem}.pb-2\.5{padding-bottom:.625rem}.pb-24{padding-bottom:6rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pb-\[0px\]{padding-bottom:0}.pb-\[120px\]{padding-bottom:120px}.pb-\[12px\]{padding-bottom:12px}.pb-\[14px\]{padding-bottom:14px}.pb-\[16px\]{padding-bottom:16px}.pb-\[20px\]{padding-bottom:20px}.pb-\[24px\]{padding-bottom:24px}.pb-\[2px\]{padding-bottom:2px}.pb-\[4px\]{padding-bottom:4px}.pl-1{padding-left:.25rem}.pl-10{padding-left:2.5rem}.pl-12{padding-left:3rem}.pl-16{padding-left:4rem}.pl-2{padding-left:.5rem}.pl-2\.5{padding-left:.625rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pl-9{padding-left:2.25rem}.pl-\[0px\]{padding-left:0}.pl-\[10px\]{padding-left:10px}.pl-\[12px\]{padding-left:12px}.pl-\[14px\]{padding-left:14px}.pl-\[16px\]{padding-left:16px}.pl-\[240px\]{padding-left:240px}.pl-\[24px\]{padding-left:24px}.pl-\[6px\]{padding-left:6px}.pr-1{padding-right:.25rem}.pr-1\.5{padding-right:.375rem}.pr-2{padding-right:.5rem}.pr-2\.5{padding-right:.625rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-6{padding-right:1.5rem}.pr-7{padding-right:1.75rem}.pr-8{padding-right:2rem}.pr-\[0px\]{padding-right:0}.pr-\[10px\]{padding-right:10px}.pr-\[12px\]{padding-right:12px}.pr-\[14px\]{padding-right:14px}.pr-\[16px\]{padding-right:16px}.pr-\[24px\]{padding-right:24px}.pr-\[6px\]{padding-right:6px}.pr-\[72px\]{padding-right:72px}.pr-\[8px\]{padding-right:8px}.pt-0{padding-top:0}.pt-0\.5{padding-top:.125rem}.pt-1{padding-top:.25rem}.pt-10{padding-top:2.5rem}.pt-12{padding-top:3rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-20{padding-top:5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.pt-\[0px\]{padding-top:0}.pt-\[128px\]{padding-top:128px}.pt-\[12px\]{padding-top:12px}.pt-\[14px\]{padding-top:14px}.pt-\[16px\]{padding-top:16px}.pt-\[200px\]{padding-top:200px}.pt-\[20px\]{padding-top:20px}.pt-\[24px\]{padding-top:24px}.pt-\[4px\]{padding-top:4px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.align-middle{vertical-align:middle}.font-\[\'EYInterstate\'\]{font-family:EYInterstate}.font-\[family-name\:\'EYInterstate-Light\'\,sans-serif\]{font-family:EYInterstate-Light,sans-serif}.font-\[family-name\:\'EYInterstate-Regular\'\,sans-serif\]{font-family:EYInterstate-Regular,sans-serif}.font-\[family-name\:var\(--font-family-primary\,\'EYInterstate\'\,sans-serif\)\]{font-family:var(--font-family-primary,"EYInterstate",sans-serif)}.font-body-1-regular{font-family:var(--body-1-regular-font-family)}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-\[0\.8rem\]{font-size:.8rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[18px\]{font-size:18px}.text-\[20\.574px\]{font-size:20.574px}.text-\[20px\]{font-size:20px}.text-\[22px\]{font-size:22px}.text-\[24px\]{font-size:24px}.text-\[26px\]{font-size:26px}.text-\[28px\]{font-size:28px}.text-\[32px\]{font-size:32px}.text-\[34px\]{font-size:34px}.text-\[36px\]{font-size:36px}.text-\[37px\]{font-size:37px}.text-\[46px\]{font-size:46px}.text-\[8px\]{font-size:8px}.text-\[9px\]{font-size:9px}.text-\[length\:var\(--body-1-regular-font-size\)\]{font-size:var(--body-1-regular-font-size)}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-\[number\:var\(--body-1-regular-font-weight\)\]{font-weight:var(--body-1-regular-font-weight)}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-8{line-height:2rem}.leading-\[1\.3\]{line-height:1.3}.leading-\[1\.6\]{line-height:1.6}.leading-\[1\.7\]{line-height:1.7}.leading-\[1\.8\]{line-height:1.8}.leading-\[13px\]{line-height:13px}.leading-\[15px\]{line-height:15px}.leading-\[16px\]{line-height:16px}.leading-\[18px\]{line-height:18px}.leading-\[20px\]{line-height:20px}.leading-\[24px\]{line-height:24px}.leading-\[28px\]{line-height:28px}.leading-\[30px\]{line-height:30px}.leading-\[32px\]{line-height:32px}.leading-\[36px\]{line-height:36px}.leading-\[40px\]{line-height:40px}.leading-\[42px\]{line-height:42px}.leading-\[56px\]{line-height:56px}.leading-\[58px\]{line-height:58px}.leading-\[var\(--body-1-regular-line-height\)\]{line-height:var(--body-1-regular-line-height)}.leading-none{line-height:1}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-\[-0\.64px\]{letter-spacing:-.64px}.tracking-\[-0\.68px\]{letter-spacing:-.68px}.tracking-\[-0\.74px\]{letter-spacing:-.74px}.tracking-\[-0\.92px\]{letter-spacing:-.92px}.tracking-\[0\.4px\]{letter-spacing:.4px}.tracking-\[var\(--body-1-regular-letter-spacing\)\]{letter-spacing:var(--body-1-regular-letter-spacing)}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-\[\#0057A0\]{--tw-text-opacity:1;color:rgb(0 87 160/var(--tw-text-opacity,1))}.text-\[\#0a558e\]{--tw-text-opacity:1;color:rgb(10 85 142/var(--tw-text-opacity,1))}.text-\[\#0f69ae\]{--tw-text-opacity:1;color:rgb(15 105 174/var(--tw-text-opacity,1))}.text-\[\#155CB4\]{--tw-text-opacity:1;color:rgb(21 92 180/var(--tw-text-opacity,1))}.text-\[\#1565c0\]{--tw-text-opacity:1;color:rgb(21 101 192/var(--tw-text-opacity,1))}.text-\[\#168736\]{--tw-text-opacity:1;color:rgb(22 135 54/var(--tw-text-opacity,1))}.text-\[\#188CE5\],.text-\[\#188ce5\]{--tw-text-opacity:1;color:rgb(24 140 229/var(--tw-text-opacity,1))}.text-\[\#197335\]{--tw-text-opacity:1;color:rgb(25 115 53/var(--tw-text-opacity,1))}.text-\[\#1a56db\]{--tw-text-opacity:1;color:rgb(26 86 219/var(--tw-text-opacity,1))}.text-\[\#26A04B\],.text-\[\#26a04b\]{--tw-text-opacity:1;color:rgb(38 160 75/var(--tw-text-opacity,1))}.text-\[\#276749\]{--tw-text-opacity:1;color:rgb(39 103 73/var(--tw-text-opacity,1))}.text-\[\#2E2E38\]{--tw-text-opacity:1;color:rgb(46 46 56/var(--tw-text-opacity,1))}.text-\[\#2E7D32\]{--tw-text-opacity:1;color:rgb(46 125 50/var(--tw-text-opacity,1))}.text-\[\#2b6cb0\]{--tw-text-opacity:1;color:rgb(43 108 176/var(--tw-text-opacity,1))}.text-\[\#2e2e38\]{--tw-text-opacity:1;color:rgb(46 46 56/var(--tw-text-opacity,1))}.text-\[\#2e7d32\]{--tw-text-opacity:1;color:rgb(46 125 50/var(--tw-text-opacity,1))}.text-\[\#4ADE80\]{--tw-text-opacity:1;color:rgb(74 222 128/var(--tw-text-opacity,1))}.text-\[\#4B53BC\]{--tw-text-opacity:1;color:rgb(75 83 188/var(--tw-text-opacity,1))}.text-\[\#4fc3f7\]{--tw-text-opacity:1;color:rgb(79 195 247/var(--tw-text-opacity,1))}.text-\[\#6b21a8\]{--tw-text-opacity:1;color:rgb(107 33 168/var(--tw-text-opacity,1))}.text-\[\#724bc3\]{--tw-text-opacity:1;color:rgb(114 75 195/var(--tw-text-opacity,1))}.text-\[\#757575\]{--tw-text-opacity:1;color:rgb(117 117 117/var(--tw-text-opacity,1))}.text-\[\#975100\]{--tw-text-opacity:1;color:rgb(151 81 0/var(--tw-text-opacity,1))}.text-\[\#9897a6\]{--tw-text-opacity:1;color:rgb(152 151 166/var(--tw-text-opacity,1))}.text-\[\#C62828\]{--tw-text-opacity:1;color:rgb(198 40 40/var(--tw-text-opacity,1))}.text-\[\#C67B1A\]{--tw-text-opacity:1;color:rgb(198 123 26/var(--tw-text-opacity,1))}.text-\[\#D84315\]{--tw-text-opacity:1;color:rgb(216 67 21/var(--tw-text-opacity,1))}.text-\[\#D97706\]{--tw-text-opacity:1;color:rgb(217 119 6/var(--tw-text-opacity,1))}.text-\[\#E65100\]{--tw-text-opacity:1;color:rgb(230 81 0/var(--tw-text-opacity,1))}.text-\[\#EA011D\]{--tw-text-opacity:1;color:rgb(234 1 29/var(--tw-text-opacity,1))}.text-\[\#F57C00\]{--tw-text-opacity:1;color:rgb(245 124 0/var(--tw-text-opacity,1))}.text-\[\#FF4336\]{--tw-text-opacity:1;color:rgb(255 67 54/var(--tw-text-opacity,1))}.text-\[\#FF6B6B\]{--tw-text-opacity:1;color:rgb(255 107 107/var(--tw-text-opacity,1))}.text-\[\#a4a3b1\]{--tw-text-opacity:1;color:rgb(164 163 177/var(--tw-text-opacity,1))}.text-\[\#b7791f\]{--tw-text-opacity:1;color:rgb(183 121 31/var(--tw-text-opacity,1))}.text-\[\#c53030\]{--tw-text-opacity:1;color:rgb(197 48 48/var(--tw-text-opacity,1))}.text-\[\#c62828\]{--tw-text-opacity:1;color:rgb(198 40 40/var(--tw-text-opacity,1))}.text-\[\#d07200\]{--tw-text-opacity:1;color:rgb(208 114 0/var(--tw-text-opacity,1))}.text-\[\#d32f2f\]{--tw-text-opacity:1;color:rgb(211 47 47/var(--tw-text-opacity,1))}.text-\[\#dedee2\]{--tw-text-opacity:1;color:rgb(222 222 226/var(--tw-text-opacity,1))}.text-\[\#e65100\]{--tw-text-opacity:1;color:rgb(230 81 0/var(--tw-text-opacity,1))}.text-\[var\(--bg-primary\,\#fff\)\]{color:var(--bg-primary,#fff)}.text-\[var\(--button-primary-alt-text\)\]{color:var(--button-primary-alt-text)}.text-\[var\(--card-bg\)\]{color:var(--card-bg)}.text-\[var\(--dropdown-menu-item-disabled-text-color\,\#9897a6\)\]{color:var(--dropdown-menu-item-disabled-text-color,#9897a6)}.text-\[var\(--motif-blue-400\)\]{color:var(--motif-blue-400)}.text-\[var\(--motif-blue-500\)\]{color:var(--motif-blue-500)}.text-\[var\(--motif-blue-600\,\#0057A0\)\]{color:var(--motif-blue-600,#0057a0)}.text-\[var\(--motif-brand-500\)\]{color:var(--motif-brand-500)}.text-\[var\(--motif-error-500\)\]{color:var(--motif-error-500)}.text-\[var\(--motif-neutral-0\)\]{color:var(--motif-neutral-0)}.text-\[var\(--motif-neutral-1000\)\]{color:var(--motif-neutral-1000)}.text-\[var\(--motif-neutral-550\)\]{color:var(--motif-neutral-550)}.text-\[var\(--motif-yellow\)\]{color:var(--motif-yellow)}.text-\[var\(--motif-yellow-600\)\]{color:var(--motif-yellow-600)}.text-\[var\(--nav-icon-active\)\]{color:var(--nav-icon-active)}.text-\[var\(--nav-icon-default\)\]{color:var(--nav-icon-default)}.text-\[var\(--nav-text-active\)\]{color:var(--nav-text-active)}.text-\[var\(--nav-text-default\)\]{color:var(--nav-text-default)}.text-\[var\(--text-colors-default-primary\,var\(--text-primary\)\)\]{color:var(--text-colors-default-primary,var(--text-primary))}.text-\[var\(--text-colors-default-primary\,var\(--text-secondary\)\)\]{color:var(--text-colors-default-primary,var(--text-secondary))}.text-\[var\(--text-colors-default-secondary\,var\(--text-secondary\)\)\]{color:var(--text-colors-default-secondary,var(--text-secondary))}.text-\[var\(--text-disabled\)\]{color:var(--text-disabled)}.text-\[var\(--text-primary\)\]{color:var(--text-primary)}.text-\[var\(--text-primary\,\#2e2e38\)\]{color:var(--text-primary,#2e2e38)}.text-\[var\(--text-secondary\)\]{color:var(--text-secondary)}.text-\[var\(--text-secondary\,\#656579\)\]{color:var(--text-secondary,#656579)}.text-\[var\(--text-secondary\,\#747480\)\]{color:var(--text-secondary,#747480)}.text-\[var\(--text-tertiary\)\]{color:var(--text-tertiary)}.text-\[var\(--text-tertiary\,var\(--text-secondary\)\)\]{color:var(--text-tertiary,var(--text-secondary))}.text-\[var\(--theme-primary\,\#188ce5\)\]{color:var(--theme-primary,#188ce5)}.text-\[var\(--tooltip-text\)\]{color:var(--tooltip-text)}.text-accent-foreground{color:hsl(var(--accent-foreground))}.text-card-foreground{color:hsl(var(--card-foreground))}.text-current{color:currentColor}.text-destructive{color:hsl(var(--destructive))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-foreground{color:hsl(var(--foreground))}.text-foreground\/50{color:hsl(var(--foreground)/.5)}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.text-green-500{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity,1))}.text-green-600{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity,1))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-popover-foreground{color:hsl(var(--popover-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.text-secondary{color:hsl(var(--secondary))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-white\/40{color:#fff6}.text-white\/60{color:#fff9}.text-white\/70{color:#ffffffb3}.text-white\/80{color:#fffc}.underline{text-decoration-line:underline}.overline{text-decoration-line:overline}.line-through{text-decoration-line:line-through}.no-underline{text-decoration-line:none}.decoration-solid{text-decoration-style:solid}.underline-offset-2{text-underline-offset:2px}.underline-offset-4{text-underline-offset:4px}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-15{opacity:.15}.opacity-20{opacity:.2}.opacity-25{opacity:.25}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.mix-blend-luminosity{mix-blend-mode:luminosity}.\!shadow-none{--tw-shadow:0 0 #0000!important;--tw-shadow-colored:0 0 #0000!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.shadow{--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-2xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow:0 25px 50px -12px #00000040;--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.shadow-\[-8px_-16px_16px_0px_rgba\(0\,0\,0\,0\.02\)\,-16px_-16px_80px_0px_rgba\(0\,0\,0\,0\.01\)\]{--tw-shadow:-8px -16px 16px 0px #00000005,-16px -16px 80px 0px #00000003;--tw-shadow-colored:-8px -16px 16px 0px var(--tw-shadow-color),-16px -16px 80px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[-8px_0px_24px_rgba\(0\,0\,0\,0\.08\)\]{--tw-shadow:-8px 0px 24px #00000014;--tw-shadow-colored:-8px 0px 24px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_-8px_40px_rgba\(0\,0\,0\,0\.15\)\]{--tw-shadow:0 -8px 40px #00000026;--tw-shadow-colored:0 -8px 40px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\]{--tw-shadow:0 0 0 1px hsl(var(--sidebar-border));--tw-shadow-colored:0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_4px_24px_rgba\(0\,0\,0\,0\.12\)\]{--tw-shadow:0 4px 24px #0000001f;--tw-shadow-colored:0 4px 24px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_8px_40px_rgba\(0\,0\,0\,0\.4\)\]{--tw-shadow:0 8px 40px #0006;--tw-shadow-colored:0 8px 40px var(--tw-shadow-color)}.shadow-\[0_8px_40px_rgba\(0\,0\,0\,0\.4\)\],.shadow-\[0px_0px_16px\.\.\.\]{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_0px_16px\.\.\.\]{--tw-shadow:0px 0px 16px...;--tw-shadow-colored:0px 0px 16px... var(--tw-shadow-color)}.shadow-\[0px_0px_16px_0px_rgba\(0\,0\,0\,0\.03\)\,0px_0px_80px_0px_rgba\(0\,0\,0\,0\.03\)\]{--tw-shadow:0px 0px 16px 0px #00000008,0px 0px 80px 0px #00000008;--tw-shadow-colored:0px 0px 16px 0px var(--tw-shadow-color),0px 0px 80px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_0px_8px_0px_rgba\(0\,0\,0\,0\.04\)\]{--tw-shadow:0px 0px 8px 0px #0000000a;--tw-shadow-colored:0px 0px 8px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_1px_2px_rgba\(0\,0\,0\,0\.05\)\]{--tw-shadow:0px 1px 2px #0000000d;--tw-shadow-colored:0px 1px 2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_24px_64px_rgba\(0\,0\,0\,0\.18\)\]{--tw-shadow:0px 24px 64px #0000002e;--tw-shadow-colored:0px 24px 64px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_2px_4px_0px_rgba\(35\,35\,47\,0\.06\)\,0px_6px_12px_0px_rgba\(35\,35\,47\,0\.08\)\]{--tw-shadow:0px 2px 4px 0px #23232f0f,0px 6px 12px 0px #23232f14;--tw-shadow-colored:0px 2px 4px 0px var(--tw-shadow-color),0px 6px 12px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_2px_4px_0px_rgba\(35\,35\,47\,0\.06\)\,0px_8px_16px_0px_rgba\(35\,35\,47\,0\.08\)\]{--tw-shadow:0px 2px 4px 0px #23232f0f,0px 8px 16px 0px #23232f14;--tw-shadow-colored:0px 2px 4px 0px var(--tw-shadow-color),0px 8px 16px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_4px_16px_0px_rgba\(0\,0\,0\,0\.02\)\,0px_16px_160px_0px_rgba\(0\,0\,0\,0\.02\)\]{--tw-shadow:0px 4px 16px 0px #00000005,0px 16px 160px 0px #00000005;--tw-shadow-colored:0px 4px 16px 0px var(--tw-shadow-color),0px 16px 160px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_4px_16px_0px_rgba\(0\,0\,0\,0\.02\)\]{--tw-shadow:0px 4px 16px 0px #00000005;--tw-shadow-colored:0px 4px 16px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_4px_16px_0px_rgba\(0\,0\,0\,0\.04\)\,0px_16px_160px_0px_rgba\(0\,0\,0\,0\.04\)\]{--tw-shadow:0px 4px 16px 0px #0000000a,0px 16px 160px 0px #0000000a;--tw-shadow-colored:0px 4px 16px 0px var(--tw-shadow-color),0px 16px 160px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_4px_16px_0px_rgba\(0\,0\,0\,0\.04\)\,0px_16px_64px_0px_rgba\(0\,0\,0\,0\.03\)\]{--tw-shadow:0px 4px 16px 0px #0000000a,0px 16px 64px 0px #00000008;--tw-shadow-colored:0px 4px 16px 0px var(--tw-shadow-color),0px 16px 64px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_4px_16px_0px_rgba\(0\,0\,0\,0\.12\)\]{--tw-shadow:0px 4px 16px 0px #0000001f;--tw-shadow-colored:0px 4px 16px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_4px_16px_0px_rgba\(35\,35\,47\,0\.12\)\]{--tw-shadow:0px 4px 16px 0px #23232f1f;--tw-shadow-colored:0px 4px 16px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_4px_24px_rgba\(0\,0\,0\,0\.12\)\]{--tw-shadow:0px 4px 24px #0000001f;--tw-shadow-colored:0px 4px 24px var(--tw-shadow-color)}.shadow-\[0px_4px_24px_rgba\(0\,0\,0\,0\.12\)\],.shadow-\[0px_4px_8px_\.\.\.\]{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_4px_8px_\.\.\.\]{--tw-shadow:0px 4px 8px ...;--tw-shadow-colored:0px 4px 8px var(--tw-shadow-color)}.shadow-\[0px_4px_8px_0px_rgba\(35\,35\,47\,0\.04\)\,0px_16px_32px_0px_rgba\(35\,35\,47\,0\.06\)\]{--tw-shadow:0px 4px 8px 0px #23232f0a,0px 16px 32px 0px #23232f0f;--tw-shadow-colored:0px 4px 8px 0px var(--tw-shadow-color),0px 16px 32px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_4px_8px_0px_rgba\(35\,35\,47\,0\.06\)\,0px_16px_32px_0px_rgba\(35\,35\,47\,0\.08\)\]{--tw-shadow:0px 4px 8px 0px #23232f0f,0px 16px 32px 0px #23232f14;--tw-shadow-colored:0px 4px 8px 0px var(--tw-shadow-color),0px 16px 32px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_4px_8px_0px_rgba\(35\,35\,47\,0\.1\)\,0px_16px_32px_0px_rgba\(35\,35\,47\,0\.15\)\]{--tw-shadow:0px 4px 8px 0px #23232f1a,0px 16px 32px 0px #23232f26;--tw-shadow-colored:0px 4px 8px 0px var(--tw-shadow-color),0px 16px 32px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_4px_8px_rgba\(35\,35\,47\,0\.04\)\,0px_16px_32px_rgba\(35\,35\,47\,0\.06\)\]{--tw-shadow:0px 4px 8px #23232f0a,0px 16px 32px #23232f0f;--tw-shadow-colored:0px 4px 8px var(--tw-shadow-color),0px 16px 32px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_4px_8px_rgba\(35\,35\,47\,0\.06\)\,0px_16px_32px_rgba\(35\,35\,47\,0\.08\)\]{--tw-shadow:0px 4px 8px #23232f0f,0px 16px 32px #23232f14;--tw-shadow-colored:0px 4px 8px var(--tw-shadow-color),0px 16px 32px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_4px_8px_rgba\(35\,35\,47\,0\.08\)\,0px_16px_32px_rgba\(35\,35\,47\,0\.12\)\]{--tw-shadow:0px 4px 8px #23232f14,0px 16px 32px #23232f1f;--tw-shadow-colored:0px 4px 8px var(--tw-shadow-color),0px 16px 32px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_8px_24px_0px_rgba\(0\,0\,0\,0\.08\)\,0px_16px_64px_0px_rgba\(0\,0\,0\,0\.04\)\]{--tw-shadow:0px 8px 24px 0px #00000014,0px 16px 64px 0px #0000000a;--tw-shadow-colored:0px 8px 24px 0px var(--tw-shadow-color),0px 16px 64px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_8px_24px_0px_rgba\(0\,0\,0\,0\.12\)\,0px_16px_80px_0px_rgba\(0\,0\,0\,0\.08\)\]{--tw-shadow:0px 8px 24px 0px #0000001f,0px 16px 80px 0px #00000014;--tw-shadow-colored:0px 8px 24px 0px var(--tw-shadow-color),0px 16px 80px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_8px_32px_0px_rgba\(35\,35\,47\,0\.12\)\]{--tw-shadow:0px 8px 32px 0px #23232f1f;--tw-shadow-colored:0px 8px 32px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_8px_40px_0px_rgba\(0\,0\,0\,0\.10\)\]{--tw-shadow:0px 8px 40px 0px #0000001a;--tw-shadow-colored:0px 8px 40px 0px var(--tw-shadow-color)}.shadow-\[0px_8px_40px_0px_rgba\(0\,0\,0\,0\.10\)\],.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-md{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-md,.shadow-none{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-sm,.shadow-xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)}.outline-none{outline-offset:2px;outline:2px solid #0000}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring,.ring-0{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-0{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-1,.ring-2{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-inset{--tw-ring-inset:inset}.ring-\[\#188CE5\]{--tw-ring-opacity:1;--tw-ring-color:rgb(24 140 229/var(--tw-ring-opacity,1))}.ring-\[\#188CE5\]\/50{--tw-ring-color:#188ce580}.ring-\[\#188ce5\]\/20{--tw-ring-color:#188ce533}.ring-\[\#188ce5\]\/40{--tw-ring-color:#188ce566}.ring-\[\#EA011D\]\/30{--tw-ring-color:#ea011d4d}.ring-\[var\(--border-secondary\)\]{--tw-ring-color:var(--border-secondary)}.ring-\[var\(--motif-blue-400\)\]{--tw-ring-color:var(--motif-blue-400)}.ring-\[var\(--text-secondary\)\]{--tw-ring-color:var(--text-secondary)}.ring-red-400{--tw-ring-opacity:1;--tw-ring-color:rgb(248 113 113/var(--tw-ring-opacity,1))}.ring-ring{--tw-ring-color:hsl(var(--ring))}.ring-white{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255/var(--tw-ring-opacity,1))}.ring-offset-1{--tw-ring-offset-width:1px}.ring-offset-2{--tw-ring-offset-width:2px}.ring-offset-background{--tw-ring-offset-color:hsl(var(--background))}.blur{--tw-blur:blur(8px)}.blur,.grayscale{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)}.grayscale{--tw-grayscale:grayscale(100%)}.grayscale-\[0\.5\]{--tw-grayscale:grayscale(.5)}.grayscale-\[0\.5\],.invert{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)}.invert{--tw-invert:invert(100%)}.filter{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)}.backdrop-blur{--tw-backdrop-blur:blur(8px)}.backdrop-blur,.backdrop-blur-\[10px\]{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-\[10px\]{--tw-backdrop-blur:blur(10px)}.backdrop-blur-\[12px\]{--tw-backdrop-blur:blur(12px)}.backdrop-blur-\[12px\],.backdrop-blur-\[16px\]{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-\[16px\]{--tw-backdrop-blur:blur(16px)}.backdrop-blur-\[24px\]{--tw-backdrop-blur:blur(24px)}.backdrop-blur-\[24px\],.backdrop-blur-\[6px\]{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-\[6px\]{--tw-backdrop-blur:blur(6px)}.backdrop-blur-md{--tw-backdrop-blur:blur(12px)}.backdrop-blur-md,.backdrop-blur-sm{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[left\,right\,width\]{transition-property:left,right,width;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[margin\,opacity\]{transition-property:margin,opacity;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[width\,height\,padding\]{transition-property:width,height,padding;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[width\]{transition-property:width;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-property:opacity;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-shadow{transition-property:box-shadow;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-property:transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-100{transition-duration:.1s}.duration-1000{transition-duration:1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}@keyframes enter{0%{opacity:var(--tw-enter-opacity,1);transform:translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0) scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1)) rotate(var(--tw-enter-rotate,0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity,1);transform:translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0) scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1)) rotate(var(--tw-exit-rotate,0))}}.animate-in{--tw-enter-opacity:initial;--tw-enter-scale:initial;--tw-enter-rotate:initial;--tw-enter-translate-x:initial;--tw-enter-translate-y:initial;animation-name:enter;animation-duration:.15s}.fade-in,.fade-in-0{--tw-enter-opacity:0}.fade-in-80{--tw-enter-opacity:.8}.fade-out{--tw-exit-opacity:0}.zoom-in-95{--tw-enter-scale:.95}.slide-in-from-bottom-2{--tw-enter-translate-y:.5rem}.slide-in-from-left-4{--tw-enter-translate-x:-1rem}.slide-in-from-right{--tw-enter-translate-x:100%}.slide-in-from-right-4{--tw-enter-translate-x:1rem}.duration-100{animation-duration:.1s}.duration-1000{animation-duration:1s}.duration-150{animation-duration:.15s}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.duration-500{animation-duration:.5s}.duration-700{animation-duration:.7s}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{animation-timing-function:linear}.ease-out{animation-timing-function:cubic-bezier(0,0,.2,1)}.running{animation-play-state:running}.\!paused{animation-play-state:paused!important}.paused{animation-play-state:paused}.\[font-style\:var\(--body-1-regular-font-style\)\]{font-style:var(--body-1-regular-font-style)}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes subtle-pulse{0%,to{opacity:.4}50%{opacity:.7}}@keyframes gentle-glow{0%,to{box-shadow:0 0 0 1px var(--accent-purple-glow-1)}50%{box-shadow:0 0 0 1px var(--accent-purple-glow-2), 0 0 12px var(--accent-purple-glow-3)}}@keyframes ai-text-glow{0%{opacity:0;filter:blur(12px);text-shadow:0 0 30px #6496ffe6,0 0 60px #9664ff99}40%{opacity:.6;filter:blur(6px);text-shadow:0 0 20px #6496ffb3,0 0 40px #9664ff66}70%{opacity:.9;filter:blur(2px);text-shadow:0 0 10px #6496ff66,0 0 20px #9664ff33}to{opacity:1;filter:blur();text-shadow:none}}@keyframes ai-cursor-glow{0%,to{opacity:1;box-shadow:0 0 8px #6496ffcc,0 0 16px #9664ff80}50%{opacity:.4;box-shadow:0 0 4px #6496ff66,0 0 8px #9664ff33}}@keyframes progress-slide{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes checking-bg{0%,to{background-color:var(--state-checking-1)}50%{background-color:var(--state-checking-2)}}.frozen-theme #root,.frozen-theme .app-container,.frozen-theme [className*="banner"],.frozen-theme [className*="hero"],.frozen-theme [data-testid=hero-banner],.frozen-theme [style*=background-image],.frozen-theme body,.frozen-theme header{background-color:#0000!important;background-image:none!important}.frozen-theme .bg-\[var\(--body-bg\)\],.frozen-theme .bg-\[var\(--content-body-bg\)\]{-webkit-backdrop-filter:blur(4px)!important;background:#0a0a1266!important}.frozen-theme [class*=sidebar],.frozen-theme aside{-webkit-backdrop-filter:blur(20px)!important;background:#0f0f19e0!important}.frozen-theme .rounded-\[8px\],.frozen-theme .rounded-lg,.frozen-theme .rounded-xl{box-shadow:0 8px 32px #00000040,inset 0 1px #ffffff1a!important}.frozen-theme .shadow-\[0px_4px_16px_0px_rgba\(0\,0\,0\,0\.02\)\,0px_16px_160px_0px_rgba\(0\,0\,0\,0\.02\)\],.frozen-theme .shadow-sm{box-shadow:0 4px 20px #0003,inset 0 1px #ffffff0a!important}.frozen-theme .motif-icon-color,.frozen-theme img[alt*=icon],.frozen-theme img[src*=icon],.frozen-theme svg{opacity:.85;filter:brightness(1.3)}@keyframes fullscreen-modal-in{0%{opacity:0;transform:translateY(12px)scale(.99)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes modal-overlay-blur-in{0%{opacity:0;-webkit-backdrop-filter:blur();backdrop-filter:blur()}to{opacity:1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}}@keyframes modal-epic-entrance{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes modal-content-cascade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes modal-border-glow{0%,to{box-shadow:0 4px 8px #23232f1a,0 16px 32px #23232f26,inset 0 1px #ffffff1a,0 0 #ffe60000,0 0 60px -20px #ffe60000}25%{box-shadow:0 4px 8px #23232f1a,0 16px 32px #23232f26,inset 0 1px #ffffff26,0 0 0 1px #ffe6001a,0 0 80px -20px #ffe60033}50%{box-shadow:0 4px 8px #23232f1a,0 16px 32px #23232f26,inset 0 1px #fff3,0 0 0 2px #ffe60026,0 0 100px -20px #ffe6004d}75%{box-shadow:0 4px 8px #23232f1a,0 16px 32px #23232f26,inset 0 1px #ffffff26,0 0 0 1px #ffe6001a,0 0 80px -20px #ffe60033}}@keyframes modal-shimmer-sweep{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes particle-float-1{0%,to{opacity:0;transform:translate(0)scale(1)}10%{opacity:.8}90%{opacity:.8}50%{transform:translate(100px,-200px)scale(.5)}}@keyframes particle-float-2{0%,to{opacity:0;transform:translate(0)scale(1)}10%{opacity:.6}90%{opacity:.6}50%{transform:translate(-150px,-180px)scale(.3)}}@keyframes particle-float-3{0%,to{opacity:0;transform:translate(0)scale(1)}10%{opacity:.7}90%{opacity:.7}50%{transform:translate(80px,-250px)scale(.4)}}.modal-content-stagger>:first-child{animation-delay:.2s}.modal-content-stagger>:nth-child(2){animation-delay:.28s}.modal-content-stagger>:nth-child(3){animation-delay:.36s}.modal-content-stagger>:nth-child(4){animation-delay:.44s}.modal-content-stagger>:nth-child(5){animation-delay:.52s}.modal-content-stagger>:nth-child(6){animation-delay:.6s}.modal-content-stagger>:nth-child(7){animation-delay:.68s}.modal-content-stagger>:nth-child(8){animation-delay:.76s}.modal-particles:after,.modal-particles:before{content:"";background:#ffe600cc;border-radius:50%;width:6px;height:6px;animation:2s ease-out forwards particle-float-1;position:absolute}@keyframes grid-item-slide-in{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}.grid-stagger>:first-child{animation-delay:0s}.grid-stagger>:nth-child(2){animation-delay:60ms}.grid-stagger>:nth-child(3){animation-delay:.12s}.grid-stagger>:nth-child(4){animation-delay:.18s}.grid-stagger>:nth-child(5){animation-delay:.24s}.grid-stagger>:nth-child(6){animation-delay:.3s}.grid-stagger>:nth-child(7){animation-delay:.36s}.grid-stagger>:nth-child(8){animation-delay:.42s}.grid-stagger>:nth-child(9){animation-delay:.48s}.grid-stagger>:nth-child(10){animation-delay:.54s}.grid-stagger>:nth-child(11){animation-delay:.6s}.grid-stagger>:nth-child(12){animation-delay:.66s}@keyframes risk-pulse-inner{0%{opacity:.9;transform:translate(-50%,-50%)scale(.85)}50%{opacity:.6;transform:translate(-50%,-50%)scale(1.1)}to{opacity:.9;transform:translate(-50%,-50%)scale(.85)}}@keyframes risk-pulse-outer{0%{opacity:.7;transform:translate(-50%,-50%)scale(.9)}50%{opacity:.4;transform:translate(-50%,-50%)scale(1.15)}to{opacity:.7;transform:translate(-50%,-50%)scale(.9)}}@keyframes report-highlight-fade{0%{box-shadow:0 0 0 2px #2fc9c7,0 0 12px #2fc9c74d}70%{box-shadow:0 0 0 2px #2fc9c7,0 0 12px #2fc9c74d}to{box-shadow:0 0 #0000,0 0 #0000}}@keyframes bell-shake{0%{transform:rotate(0)}5%{transform:rotate(12deg)}10%{transform:rotate(-10deg)}15%{transform:rotate(8deg)}20%{transform:rotate(-6deg)}25%{transform:rotate(3deg)}30%{transform:rotate(0)}to{transform:rotate(0)}}.textLayer ::selection{background:#724bc340}.dark\:prose-invert:is(.dark *){--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}.file\:border-0::file-selector-button{border-width:0}.file\:bg-transparent::file-selector-button{background-color:#0000}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.file\:text-foreground::file-selector-button{color:hsl(var(--foreground))}.placeholder\:text-\[\#9897a6\]::placeholder{--tw-text-opacity:1;color:rgb(152 151 166/var(--tw-text-opacity,1))}.placeholder\:text-\[var\(--text-secondary\)\]::placeholder{color:var(--text-secondary)}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.placeholder\:text-white\/40::placeholder{color:#fff6}.placeholder\:text-white\/50::placeholder{color:#ffffff80}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:-inset-2:after{content:var(--tw-content);inset:-.5rem}.after\:inset-y-0:after{content:var(--tw-content);top:0;bottom:0}.after\:left-1\/2:after{content:var(--tw-content);left:50%}.after\:w-1:after{content:var(--tw-content);width:.25rem}.after\:w-\[2px\]:after{content:var(--tw-content);width:2px}.after\:-translate-x-1\/2:after{content:var(--tw-content);--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.first\:rounded-l-md:first-child{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.first\:border-l:first-child{border-left-width:1px}.first\:border-t-0:first-child{border-top-width:0}.last\:rounded-r-md:last-child{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.last\:border-0:last-child{border-width:0}.last\:border-b-0:last-child{border-bottom-width:0}.last\:border-r-0:last-child{border-right-width:0}.focus-within\:relative:focus-within{position:relative}.focus-within\:z-20:focus-within{z-index:20}.focus-within\:border-\[\#724bc3\]:focus-within{--tw-border-opacity:1;border-color:rgb(114 75 195/var(--tw-border-opacity,1))}.focus-within\:shadow-none:focus-within{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:-translate-y-0\.5:hover{--tw-translate-y:-.125rem}.hover\:-translate-y-0\.5:hover,.hover\:scale-110:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-110:hover{--tw-scale-x:1.1;--tw-scale-y:1.1}.hover\:scale-\[1\.01\]:hover{--tw-scale-x:1.01;--tw-scale-y:1.01}.hover\:scale-\[1\.01\]:hover,.hover\:scale-\[1\.02\]:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-\[1\.02\]:hover{--tw-scale-x:1.02;--tw-scale-y:1.02}.hover\:rounded:hover{border-radius:.25rem}.hover\:border-\[\#188CE5\]:hover{--tw-border-opacity:1;border-color:rgb(24 140 229/var(--tw-border-opacity,1))}.hover\:border-\[\#188CE5\]\/50:hover{border-color:#188ce580}.hover\:border-\[\#188ce5\]:hover{--tw-border-opacity:1;border-color:rgb(24 140 229/var(--tw-border-opacity,1))}.hover\:border-\[var\(--border-hover\)\]:hover{border-color:var(--border-hover)}.hover\:border-\[var\(--border-primary\)\]:hover{border-color:var(--border-primary)}.hover\:border-\[var\(--border-secondary\)\]:hover{border-color:var(--border-secondary)}.hover\:border-\[var\(--button-primary-bg\)\]:hover{border-color:var(--button-primary-bg)}.hover\:border-\[var\(--motif-blue-500\)\]:hover{border-color:var(--motif-blue-500)}.hover\:border-\[var\(--text-secondary\)\]:hover{border-color:var(--text-secondary)}.hover\:bg-\[\#1477c2\]:hover{--tw-bg-opacity:1;background-color:rgb(20 119 194/var(--tw-bg-opacity,1))}.hover\:bg-\[\#1479c8\]:hover{--tw-bg-opacity:1;background-color:rgb(20 121 200/var(--tw-bg-opacity,1))}.hover\:bg-\[\#1577c5\]:hover{--tw-bg-opacity:1;background-color:rgb(21 119 197/var(--tw-bg-opacity,1))}.hover\:bg-\[\#188ce5\]\/20:hover{background-color:#188ce533}.hover\:bg-\[\#188ce5\]\/\[0\.02\]:hover{background-color:#188ce505}.hover\:bg-\[\#23232f\]:hover{--tw-bg-opacity:1;background-color:rgb(35 35 47/var(--tw-bg-opacity,1))}.hover\:bg-\[\#c6e9d8\]:hover{--tw-bg-opacity:1;background-color:rgb(198 233 216/var(--tw-bg-opacity,1))}.hover\:bg-\[\#fde8e8\]:hover{--tw-bg-opacity:1;background-color:rgb(253 232 232/var(--tw-bg-opacity,1))}.hover\:bg-\[rgba\(234\,1\,29\,0\.08\)\]:hover{background-color:#ea011d14}.hover\:bg-\[rgba\(46\,46\,56\,0\.3\)\]:hover{background-color:#2e2e384d}.hover\:bg-\[var\(--bg-colors-hover-primary\,var\(--hover-bg\)\)\]:hover{background-color:var(--bg-colors-hover-primary,var(--hover-bg))}.hover\:bg-\[var\(--body-bg\)\]:hover{background-color:var(--body-bg)}.hover\:bg-\[var\(--border-primary\)\]:hover{background-color:var(--border-primary)}.hover\:bg-\[var\(--button-ghost-active-bg\)\]:hover{background-color:var(--button-ghost-active-bg)}.hover\:bg-\[var\(--button-ghost-bg-hover\)\]:hover{background-color:var(--button-ghost-bg-hover)}.hover\:bg-\[var\(--button-ghost-hover-bg\)\]:hover{background-color:var(--button-ghost-hover-bg)}.hover\:bg-\[var\(--button-secondary-hover-bg\,\#e6e6e9\)\]:hover{background-color:var(--button-secondary-hover-bg,#e6e6e9)}.hover\:bg-\[var\(--card-bg\)\]:hover{background-color:var(--card-bg)}.hover\:bg-\[var\(--content-body-bg\)\]:hover{background-color:var(--content-body-bg)}.hover\:bg-\[var\(--hover-bg\)\]:hover{background-color:var(--hover-bg)}.hover\:bg-\[var\(--hover-bg\,\#f3f3f5\)\]:hover{background-color:var(--hover-bg,#f3f3f5)}.hover\:bg-\[var\(--motif-blue-100\)\]:hover{background-color:var(--motif-blue-100)}.hover\:bg-\[var\(--motif-error-100\)\]:hover{background-color:var(--motif-error-100)}.hover\:bg-\[var\(--motif-neutral-0\)\]:hover{background-color:var(--motif-neutral-0)}.hover\:bg-\[var\(--motif-neutral-40\)\]:hover{background-color:var(--motif-neutral-40)}.hover\:bg-\[var\(--theme-neutral-100\)\]:hover{background-color:var(--theme-neutral-100)}.hover\:bg-\[var\(--theme-neutral-100\,\#e6e6e9\)\]:hover{background-color:var(--theme-neutral-100,#e6e6e9)}.hover\:bg-\[var\(--theme-neutral-25\)\]:hover{background-color:var(--theme-neutral-25)}.hover\:bg-\[var\(--theme-neutral-25\,\#f3f3f5\)\]:hover{background-color:var(--theme-neutral-25,#f3f3f5)}.hover\:bg-\[var\(--theme-neutral-50\,\#f3f3f5\)\]:hover{background-color:var(--theme-neutral-50,#f3f3f5)}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-black\/5:hover{background-color:#0000000d}.hover\:bg-black\/60:hover{background-color:#0009}.hover\:bg-destructive\/80:hover{background-color:hsl(var(--destructive)/.8)}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive)/.9)}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.hover\:bg-gray-50\/50:hover{background-color:#f9fafb80}.hover\:bg-muted:hover{background-color:hsl(var(--muted))}.hover\:bg-muted\/50:hover{background-color:hsl(var(--muted)/.5)}.hover\:bg-primary:hover{background-color:hsl(var(--primary))}.hover\:bg-primary\/80:hover{background-color:hsl(var(--primary)/.8)}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary)/.9)}.hover\:bg-red-50:hover{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.hover\:bg-secondary:hover{background-color:hsl(var(--secondary))}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary)/.8)}.hover\:bg-transparent:hover{background-color:#0000}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-white\/20:hover{background-color:#fff3}.hover\:bg-white\/30:hover{background-color:#ffffff4d}.hover\:bg-white\/60:hover{background-color:#fff9}.hover\:text-\[\#188ce5\]:hover{--tw-text-opacity:1;color:rgb(24 140 229/var(--tw-text-opacity,1))}.hover\:text-\[\#EA011D\]:hover{--tw-text-opacity:1;color:rgb(234 1 29/var(--tw-text-opacity,1))}.hover\:text-\[\#c53030\]:hover{--tw-text-opacity:1;color:rgb(197 48 48/var(--tw-text-opacity,1))}.hover\:text-\[\#d32f2f\]:hover{--tw-text-opacity:1;color:rgb(211 47 47/var(--tw-text-opacity,1))}.hover\:text-\[var\(--motif-error-500\)\]:hover{color:var(--motif-error-500)}.hover\:text-\[var\(--text-primary\)\]:hover{color:var(--text-primary)}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:text-destructive:hover{color:hsl(var(--destructive))}.hover\:text-foreground:hover{color:hsl(var(--foreground))}.hover\:text-muted-foreground:hover{color:hsl(var(--muted-foreground))}.hover\:text-primary-foreground:hover{color:hsl(var(--primary-foreground))}.hover\:text-red-500:hover{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-70:hover{opacity:.7}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover{--tw-shadow:0 0 0 1px hsl(var(--sidebar-accent));--tw-shadow-colored:0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[0px_4px_16px_0px_rgba\(0\,0\,0\,0\.05\)\,0px_16px_160px_0px_rgba\(0\,0\,0\,0\.05\)\]:hover{--tw-shadow:0px 4px 16px 0px #0000000d,0px 16px 160px 0px #0000000d;--tw-shadow-colored:0px 4px 16px 0px var(--tw-shadow-color),0px 16px 160px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[0px_4px_16px_0px_rgba\(0\,0\,0\,0\.06\)\,0px_16px_80px_0px_rgba\(0\,0\,0\,0\.06\)\]:hover{--tw-shadow:0px 4px 16px 0px #0000000f,0px 16px 80px 0px #0000000f;--tw-shadow-colored:0px 4px 16px 0px var(--tw-shadow-color),0px 16px 80px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[0px_4px_20px_0px_rgba\(0\,0\,0\,0\.08\)\]:hover{--tw-shadow:0px 4px 20px 0px #00000014;--tw-shadow-colored:0px 4px 20px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[0px_4px_24px_rgba\(0\,0\,0\,0\.06\)\]:hover{--tw-shadow:0px 4px 24px #0000000f;--tw-shadow-colored:0px 4px 24px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[0px_8px_24px_0px_rgba\(0\,0\,0\,0\.08\)\,0px_16px_80px_0px_rgba\(0\,0\,0\,0\.06\)\]:hover{--tw-shadow:0px 8px 24px 0px #00000014,0px 16px 80px 0px #0000000f;--tw-shadow-colored:0px 8px 24px 0px var(--tw-shadow-color),0px 16px 80px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[0px_8px_24px_0px_rgba\(0\,0\,0\,0\.08\)\]:hover{--tw-shadow:0px 8px 24px 0px #00000014;--tw-shadow-colored:0px 8px 24px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[0px_8px_24px_0px_rgba\(0\,0\,0\,0\.12\)\,0px_16px_80px_0px_rgba\(0\,0\,0\,0\.08\)\]:hover{--tw-shadow:0px 8px 24px 0px #0000001f,0px 16px 80px 0px #00000014;--tw-shadow-colored:0px 8px 24px 0px var(--tw-shadow-color),0px 16px 80px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[0px_8px_32px_0px_rgba\(0\,0\,0\,0\.12\)\]:hover{--tw-shadow:0px 8px 32px 0px #0000001f;--tw-shadow-colored:0px 8px 32px 0px var(--tw-shadow-color)}.hover\:shadow-\[0px_8px_32px_0px_rgba\(0\,0\,0\,0\.12\)\]:hover,.hover\:shadow-lg:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:outline:hover{outline-style:solid}.hover\:outline-dashed:hover{outline-style:dashed}.hover\:outline-1:hover{outline-width:1px}.hover\:outline-\[\#ffe600\]:hover{outline-color:#ffe600}.focus\:border-\[\#188ce5\]:focus{--tw-border-opacity:1;border-color:rgb(24 140 229/var(--tw-border-opacity,1))}.focus\:border-\[\#724bc3\]:focus{--tw-border-opacity:1;border-color:rgb(114 75 195/var(--tw-border-opacity,1))}.focus\:border-\[var\(--motif-neutral-50\)\]:focus{border-color:var(--motif-neutral-50)}.focus\:border-\[var\(--text-primary\)\]:focus{border-color:var(--text-primary)}.focus\:bg-\[var\(--content-body-bg\)\]:focus{background-color:var(--content-body-bg)}.focus\:bg-\[var\(--hover-bg\)\]:focus{background-color:var(--hover-bg)}.focus\:bg-accent:focus{background-color:hsl(var(--accent))}.focus\:bg-gray-50:focus{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.focus\:bg-primary:focus{background-color:hsl(var(--primary))}.focus\:bg-transparent:focus{background-color:#0000}.focus\:text-accent-foreground:focus{color:hsl(var(--accent-foreground))}.focus\:text-primary-foreground:focus{color:hsl(var(--primary-foreground))}.focus\:text-red-500:focus{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.focus\:opacity-100:focus{opacity:1}.focus\:outline-none:focus{outline-offset:2px;outline:2px solid #0000}.focus\:ring-0:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-0:focus,.focus\:ring-1:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-\[\#188ce5\]:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(24 140 229/var(--tw-ring-opacity,1))}.focus\:ring-\[var\(--text-primary\)\]:focus{--tw-ring-color:var(--text-primary)}.focus\:ring-ring:focus{--tw-ring-color:hsl(var(--ring))}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.focus-visible\:outline-none:focus-visible{outline-offset:2px;outline:2px solid #0000}.focus-visible\:ring-0:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-1:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color:hsl(var(--ring))}.focus-visible\:ring-offset-0:focus-visible{--tw-ring-offset-width:0px}.focus-visible\:ring-offset-1:focus-visible{--tw-ring-offset-width:1px}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px}.focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color:hsl(var(--background))}.active\:scale-95:active{--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:cursor-grabbing:active{cursor:grabbing}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:no-underline:disabled{text-decoration-line:none}.disabled\:opacity-30:disabled{opacity:.3}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.group\/menu-item:focus-within .group-focus-within\/menu-item\:opacity-100{opacity:1}.group:hover .group-hover\:visible,.group\/bubble:hover .group-hover\/bubble\:visible{visibility:visible}.group:hover .group-hover\:translate-x-0\.5{--tw-translate-x:.125rem}.group:hover .group-hover\:scale-100,.group:hover .group-hover\:translate-x-0\.5{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-100{--tw-scale-x:1;--tw-scale-y:1}.group:hover .group-hover\:scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05}.group:hover .group-hover\:scale-105,.group:hover .group-hover\:scale-110{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1}.group:hover .group-hover\:scale-\[1\.03\]{--tw-scale-x:1.03;--tw-scale-y:1.03;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:bg-\[var\(--border-primary\)\]{background-color:var(--border-primary)}.group:hover .group-hover\:text-\[var\(--text-primary\)\],.group\/sn:hover .group-hover\/sn\:text-\[var\(--text-primary\)\]{color:var(--text-primary)}.group\/menu-item:hover .group-hover\/menu-item\:opacity-100,.group\/mic:hover .group-hover\/mic\:opacity-100,.group\/usermsg:hover .group-hover\/usermsg\:opacity-100{opacity:1}.group:hover .group-hover\:opacity-0{opacity:0}.group:hover .group-hover\:opacity-100{opacity:1}.group.destructive .group-\[\.destructive\]\:border-muted\/40{border-color:hsl(var(--muted)/.4)}.group.destructive .group-\[\.destructive\]\:text-red-300{--tw-text-opacity:1;color:rgb(252 165 165/var(--tw-text-opacity,1))}.group.destructive .group-\[\.destructive\]\:hover\:border-destructive\/30:hover{border-color:hsl(var(--destructive)/.3)}.group.destructive .group-\[\.destructive\]\:hover\:bg-destructive:hover{background-color:hsl(var(--destructive))}.group.destructive .group-\[\.destructive\]\:hover\:text-destructive-foreground:hover{color:hsl(var(--destructive-foreground))}.group.destructive .group-\[\.destructive\]\:hover\:text-red-50:hover{--tw-text-opacity:1;color:rgb(254 242 242/var(--tw-text-opacity,1))}.group.destructive .group-\[\.destructive\]\:focus\:ring-destructive:focus{--tw-ring-color:hsl(var(--destructive))}.group.destructive .group-\[\.destructive\]\:focus\:ring-red-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(248 113 113/var(--tw-ring-opacity,1))}.group.destructive .group-\[\.destructive\]\:focus\:ring-offset-red-600:focus{--tw-ring-offset-color:#dc2626}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.has-\[\:disabled\]\:opacity-50:has(:disabled){opacity:.5}.group\/menu-item:has([data-sidebar=menu-action]) .group-has-\[\[data-sidebar\=menu-action\]\]\/menu-item\:pr-8{padding-right:2rem}.aria-disabled\:pointer-events-none[aria-disabled=true]{pointer-events:none}.aria-disabled\:opacity-50[aria-disabled=true]{opacity:.5}.aria-selected\:bg-accent[aria-selected=true]{background-color:hsl(var(--accent))}.aria-selected\:bg-accent\/50[aria-selected=true]{background-color:hsl(var(--accent)/.5)}.aria-selected\:text-accent-foreground[aria-selected=true]{color:hsl(var(--accent-foreground))}.aria-selected\:text-muted-foreground[aria-selected=true]{color:hsl(var(--muted-foreground))}.aria-selected\:opacity-100[aria-selected=true]{opacity:1}.data-\[disabled\=true\]\:pointer-events-none[data-disabled=true],.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[panel-group-direction\=vertical\]\:h-px[data-panel-group-direction=vertical]{height:1px}.data-\[panel-group-direction\=vertical\]\:w-full[data-panel-group-direction=vertical]{width:100%}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y:.25rem}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom],.data-\[side\=left\]\:-translate-x-1[data-side=left]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x:-.25rem}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x:.25rem}.data-\[side\=right\]\:translate-x-1[data-side=right],.data-\[side\=top\]\:-translate-y-1[data-side=top]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y:-.25rem}.data-\[state\=checked\]\:translate-x-5[data-state=checked]{--tw-translate-x:1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked],.data-\[swipe\=cancel\]\:translate-x-0[data-swipe=cancel]{--tw-translate-x:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end]{--tw-translate-x:var(--radix-toast-swipe-end-x)}.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end],.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move]{--tw-translate-x:var(--radix-toast-swipe-move-x)}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}.data-\[state\=closed\]\:animate-accordion-up[data-state=closed]{animation:.2s ease-out accordion-up}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}.data-\[state\=open\]\:animate-accordion-down[data-state=open]{animation:.2s ease-out accordion-down}.data-\[panel-group-direction\=vertical\]\:flex-col[data-panel-group-direction=vertical]{flex-direction:column}.data-\[selected\=\'true\'\]\:bg-accent[data-selected=true]{background-color:hsl(var(--accent))}.data-\[state\=active\]\:bg-background[data-state=active]{background-color:hsl(var(--background))}.data-\[state\=checked\]\:bg-primary[data-state=checked]{background-color:hsl(var(--primary))}.data-\[state\=on\]\:bg-accent[data-state=on],.data-\[state\=open\]\:bg-accent[data-state=open]{background-color:hsl(var(--accent))}.data-\[state\=open\]\:bg-accent\/50[data-state=open]{background-color:hsl(var(--accent)/.5)}.data-\[state\=open\]\:bg-secondary[data-state=open]{background-color:hsl(var(--secondary))}.data-\[state\=selected\]\:bg-muted[data-state=selected]{background-color:hsl(var(--muted))}.data-\[state\=unchecked\]\:bg-input[data-state=unchecked]{background-color:hsl(var(--input))}.data-\[active\=true\]\:font-medium[data-active=true]{font-weight:500}.data-\[placeholder\]\:text-muted-foreground[data-placeholder]{color:hsl(var(--muted-foreground))}.data-\[selected\=true\]\:text-accent-foreground[data-selected=true]{color:hsl(var(--accent-foreground))}.data-\[state\=active\]\:text-foreground[data-state=active]{color:hsl(var(--foreground))}.data-\[state\=checked\]\:text-primary-foreground[data-state=checked]{color:hsl(var(--primary-foreground))}.data-\[state\=on\]\:text-accent-foreground[data-state=on],.data-\[state\=open\]\:text-accent-foreground[data-state=open]{color:hsl(var(--accent-foreground))}.data-\[disabled\=true\]\:opacity-50[data-disabled=true],.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=open\]\:opacity-100[data-state=open]{opacity:1}.data-\[state\=active\]\:shadow[data-state=active]{--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.data-\[swipe\=move\]\:transition-none[data-swipe=move]{transition-property:none}.data-\[state\=closed\]\:duration-300[data-state=closed]{transition-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{transition-duration:.5s}.data-\[motion\^\=from-\]\:animate-in[data-motion^=from-],.data-\[state\=open\]\:animate-in[data-state=open],.data-\[state\=visible\]\:animate-in[data-state=visible]{--tw-enter-opacity:initial;--tw-enter-scale:initial;--tw-enter-rotate:initial;--tw-enter-translate-x:initial;--tw-enter-translate-y:initial;animation-name:enter;animation-duration:.15s}.data-\[motion\^\=to-\]\:animate-out[data-motion^=to-],.data-\[state\=closed\]\:animate-out[data-state=closed],.data-\[state\=hidden\]\:animate-out[data-state=hidden],.data-\[swipe\=end\]\:animate-out[data-swipe=end]{--tw-exit-opacity:initial;--tw-exit-scale:initial;--tw-exit-rotate:initial;--tw-exit-translate-x:initial;--tw-exit-translate-y:initial;animation-name:exit;animation-duration:.15s}.data-\[motion\^\=from-\]\:fade-in[data-motion^=from-]{--tw-enter-opacity:0}.data-\[motion\^\=to-\]\:fade-out[data-motion^=to-],.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity:0}.data-\[state\=closed\]\:fade-out-80[data-state=closed]{--tw-exit-opacity:.8}.data-\[state\=hidden\]\:fade-out[data-state=hidden]{--tw-exit-opacity:0}.data-\[state\=open\]\:fade-in-0[data-state=open],.data-\[state\=visible\]\:fade-in[data-state=visible]{--tw-enter-opacity:0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale:.95}.data-\[state\=open\]\:zoom-in-90[data-state=open]{--tw-enter-scale:.9}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale:.95}.data-\[motion\=from-end\]\:slide-in-from-right-52[data-motion=from-end]{--tw-enter-translate-x:13rem}.data-\[motion\=from-start\]\:slide-in-from-left-52[data-motion=from-start]{--tw-enter-translate-x:-13rem}.data-\[motion\=to-end\]\:slide-out-to-right-52[data-motion=to-end]{--tw-exit-translate-x:13rem}.data-\[motion\=to-start\]\:slide-out-to-left-52[data-motion=to-start]{--tw-exit-translate-x:-13rem}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y:-.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x:.5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x:-.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y:.5rem}.data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed]{--tw-exit-translate-y:100%}.data-\[state\=closed\]\:slide-out-to-left[data-state=closed]{--tw-exit-translate-x:-100%}.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{--tw-exit-translate-x:-50%}.data-\[state\=closed\]\:slide-out-to-right-full[data-state=closed],.data-\[state\=closed\]\:slide-out-to-right[data-state=closed]{--tw-exit-translate-x:100%}.data-\[state\=closed\]\:slide-out-to-top[data-state=closed]{--tw-exit-translate-y:-100%}.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y:-48%}.data-\[state\=open\]\:slide-in-from-bottom[data-state=open]{--tw-enter-translate-y:100%}.data-\[state\=open\]\:slide-in-from-left[data-state=open]{--tw-enter-translate-x:-100%}.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{--tw-enter-translate-x:-50%}.data-\[state\=open\]\:slide-in-from-right[data-state=open]{--tw-enter-translate-x:100%}.data-\[state\=open\]\:slide-in-from-top[data-state=open]{--tw-enter-translate-y:-100%}.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y:-48%}.data-\[state\=open\]\:slide-in-from-top-full[data-state=open]{--tw-enter-translate-y:-100%}.data-\[state\=closed\]\:duration-300[data-state=closed]{animation-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{animation-duration:.5s}.data-\[panel-group-direction\=vertical\]\:after\:left-0[data-panel-group-direction=vertical]:after{content:var(--tw-content);left:0}.data-\[panel-group-direction\=vertical\]\:after\:h-1[data-panel-group-direction=vertical]:after{content:var(--tw-content);height:.25rem}.data-\[panel-group-direction\=vertical\]\:after\:w-full[data-panel-group-direction=vertical]:after{content:var(--tw-content);width:100%}.data-\[panel-group-direction\=vertical\]\:after\:-translate-y-1\/2[data-panel-group-direction=vertical]:after{--tw-translate-y:-50%}.data-\[panel-group-direction\=vertical\]\:after\:-translate-y-1\/2[data-panel-group-direction=vertical]:after,.data-\[panel-group-direction\=vertical\]\:after\:translate-x-0[data-panel-group-direction=vertical]:after{content:var(--tw-content);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[panel-group-direction\=vertical\]\:after\:translate-x-0[data-panel-group-direction=vertical]:after{--tw-translate-x:0px}.data-\[state\=open\]\:focus\:bg-accent:focus[data-state=open],.data-\[state\=open\]\:hover\:bg-accent:hover[data-state=open]{background-color:hsl(var(--accent))}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\]{left:calc(var(--sidebar-width)*-1)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\]{right:calc(var(--sidebar-width)*-1)}.group[data-side=left] .group-data-\[side\=left\]\:-right-4{right:-1rem}.group[data-side=right] .group-data-\[side\=right\]\:left-0{left:0}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:-mt-8{margin-top:-2rem}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:hidden{display:none}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!size-8{width:2rem!important;height:2rem!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[--sidebar-width-icon\]{width:var(--sidebar-width-icon)}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)\)\]{width:calc(var(--sidebar-width-icon) + 1rem)}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)_\+2px\)\]{width:calc(var(--sidebar-width-icon) + 1rem + 2px)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:w-0{width:0}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:translate-x-0{--tw-translate-x:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group[data-side=right] .group-data-\[side\=right\]\:rotate-180,.group[data-state=open] .group-data-\[state\=open\]\:rotate-180{--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:overflow-hidden{overflow:hidden}.group[data-variant=floating] .group-data-\[variant\=floating\]\:rounded-lg{border-radius:var(--radius)}.group[data-variant=floating] .group-data-\[variant\=floating\]\:border{border-width:1px}.group[data-side=left] .group-data-\[side\=left\]\:border-r{border-right-width:1px}.group[data-side=right] .group-data-\[side\=right\]\:border-l{border-left-width:1px}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!p-0{padding:0!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!p-2{padding:.5rem!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:opacity-0{opacity:0}.group[data-variant=floating] .group-data-\[variant\=floating\]\:shadow{--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:after\:left-full:after{content:var(--tw-content);left:100%}.peer\/menu-button[data-size=default]~.peer-data-\[size\=default\]\/menu-button\:top-1\.5{top:.375rem}.peer\/menu-button[data-size=lg]~.peer-data-\[size\=lg\]\/menu-button\:top-2\.5{top:.625rem}.peer\/menu-button[data-size=sm]~.peer-data-\[size\=sm\]\/menu-button\:top-1{top:.25rem}.prose-headings\:mb-2 :where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.5rem}.prose-headings\:mt-4 :where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1rem}.prose-headings\:font-medium :where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500}.prose-headings\:text-\[var\(--text-primary\)\] :where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--text-primary)}.prose-p\:my-1 :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.25rem;margin-bottom:.25rem}.prose-strong\:font-medium :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500}.prose-ul\:my-2 :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5rem;margin-bottom:.5rem}.prose-li\:my-0\.5 :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.125rem;margin-bottom:.125rem}.dark\:border:is(.dark *){border-width:1px}.dark\:border-\[\#2a4a7a\]:is(.dark *){--tw-border-opacity:1;border-color:rgb(42 74 122/var(--tw-border-opacity,1))}.dark\:border-\[var\(--border-primary\)\]:is(.dark *){border-color:var(--border-primary)}.dark\:border-destructive:is(.dark *){border-color:hsl(var(--destructive))}.dark\:border-white\/15:is(.dark *){border-color:#ffffff26}.dark\:bg-\[\#13131a\]\/80:is(.dark *){background-color:#13131acc}.dark\:bg-\[\#172d4d\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(23 45 77/var(--tw-bg-opacity,1))}.dark\:bg-\[\#188ce5\]\/30:is(.dark *){background-color:#188ce54d}.dark\:bg-\[\#2E2E38\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(46 46 56/var(--tw-bg-opacity,1))}.dark\:bg-\[\#3B3F6B\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(59 63 107/var(--tw-bg-opacity,1))}.dark\:bg-\[\#E6E6E9\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(230 230 233/var(--tw-bg-opacity,1))}.dark\:bg-\[\#FFE600\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(255 230 0/var(--tw-bg-opacity,1))}.dark\:bg-\[var\(--card-bg\)\]:is(.dark *){background-color:var(--card-bg)}.dark\:bg-white\/\[0\.07\]:is(.dark *){background-color:#ffffff12}.dark\:text-\[\#2E2E38\]:is(.dark *){--tw-text-opacity:1;color:rgb(46 46 56/var(--tw-text-opacity,1))}.dark\:text-\[\#8B8FE8\]:is(.dark *){--tw-text-opacity:1;color:rgb(139 143 232/var(--tw-text-opacity,1))}.dark\:text-\[\#90bbf8\]:is(.dark *){--tw-text-opacity:1;color:rgb(144 187 248/var(--tw-text-opacity,1))}.dark\:text-white\/60:is(.dark *){color:#fff9}.dark\:shadow-\[0px_4px_16px_0px_rgba\(0\,0\,0\,0\.28\)\,0px_16px_48px_0px_rgba\(0\,0\,0\,0\.36\)\]:is(.dark *){--tw-shadow:0px 4px 16px 0px #00000047,0px 16px 48px 0px #0000005c;--tw-shadow-colored:0px 4px 16px 0px var(--tw-shadow-color),0px 16px 48px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.dark\:brightness-95:is(.dark *){--tw-brightness:brightness(.95);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)}.dark\:hue-rotate-180:is(.dark *){--tw-hue-rotate:hue-rotate(180deg);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)}.dark\:invert:is(.dark *){--tw-invert:invert(100%);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)}.dark\:hover\:bg-\[\#1e3a60\]:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 58 96/var(--tw-bg-opacity,1))}.dark\:hover\:bg-white\/\[0\.03\]:hover:is(.dark *){background-color:#ffffff08}.dark\:hover\:bg-white\/\[0\.12\]:hover:is(.dark *){background-color:#ffffff1f}@media (width>=640px){.sm\:bottom-0{bottom:0}.sm\:right-0{right:0}.sm\:top-auto{top:auto}.sm\:mt-0{margin-top:0}.sm\:flex{display:flex}.sm\:max-w-sm{max-width:24rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:justify-end{justify-content:flex-end}.sm\:gap-2\.5{gap:.625rem}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem*var(--tw-space-x-reverse));margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)))}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem*var(--tw-space-x-reverse));margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)))}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px*var(--tw-space-y-reverse))}.sm\:rounded-lg{border-radius:var(--radius)}.sm\:text-left{text-align:left}.data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state=open]{--tw-enter-translate-y:100%}}@media (width>=768px){.md\:absolute{position:absolute}.md\:block{display:block}.md\:flex{display:flex}.md\:inline-flex{display:inline-flex}.md\:hidden{display:none}.md\:w-\[var\(--radix-navigation-menu-viewport-width\)\]{width:var(--radix-navigation-menu-viewport-width)}.md\:w-auto{width:auto}.md\:max-w-\[420px\]{max-width:420px}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-\[1fr_440px\]{grid-template-columns:1fr 440px}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:opacity-0{opacity:0}.after\:md\:hidden:after{content:var(--tw-content);display:none}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:m-2{margin:.5rem}.peer[data-state=collapsed][data-variant=inset]~.md\:peer-data-\[state\=collapsed\]\:peer-data-\[variant\=inset\]\:ml-2{margin-left:.5rem}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:ml-0{margin-left:0}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:rounded-xl{border-radius:.75rem}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:shadow{--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}}@media (width>=1024px){.lg\:block{display:block}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.\[\&\:has\(\[aria-selected\]\)\]\:bg-accent:has([aria-selected]){background-color:hsl(var(--accent))}.first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:has([aria-selected]):last-child{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[aria-selected\]\.day-outside\)\]\:bg-accent\/50:has([aria-selected].day-outside){background-color:hsl(var(--accent)/.5)}.\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end){border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}.\[\&\>\*\>\*\]\:w-full>*>*{width:100%}.\[\&\>\*\>\*\]\:justify-center>*>*{justify-content:center}.\[\&\>\*\]\:w-full>*{width:100%}.\[\&\>button\]\:hidden>button{display:none}.\[\&\>span\:last-child\]\:truncate>span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.\[\&\>span\]\:line-clamp-1>span{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.\[\&\>svg\+div\]\:translate-y-\[-3px\]>svg+div{--tw-translate-y:-3px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\>svg\]\:absolute>svg{position:absolute}.\[\&\>svg\]\:left-4>svg{left:1rem}.\[\&\>svg\]\:top-4>svg{top:1rem}.\[\&\>svg\]\:size-4>svg{width:1rem;height:1rem}.\[\&\>svg\]\:h-2\.5>svg{height:.625rem}.\[\&\>svg\]\:h-3>svg{height:.75rem}.\[\&\>svg\]\:h-3\.5>svg{height:.875rem}.\[\&\>svg\]\:w-2\.5>svg{width:.625rem}.\[\&\>svg\]\:w-3>svg{width:.75rem}.\[\&\>svg\]\:w-3\.5>svg{width:.875rem}.\[\&\>svg\]\:shrink-0>svg{flex-shrink:0}.\[\&\>svg\]\:text-destructive>svg{color:hsl(var(--destructive))}.\[\&\>svg\]\:text-foreground>svg{color:hsl(var(--foreground))}.\[\&\>svg\]\:text-muted-foreground>svg{color:hsl(var(--muted-foreground))}.\[\&\>svg\~\*\]\:pl-7>svg~*{padding-left:1.75rem}.\[\&\>tr\]\:last\:border-b-0:last-child>tr{border-bottom-width:0}.\[\&\[data-panel-group-direction\=vertical\]\>div\]\:rotate-90[data-panel-group-direction=vertical]>div{--tw-rotate:90deg}.\[\&\[data-panel-group-direction\=vertical\]\>div\]\:rotate-90[data-panel-group-direction=vertical]>div,.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{--tw-rotate:180deg}.\[\&_\.recharts-cartesian-axis-tick_text\]\:fill-muted-foreground .recharts-cartesian-axis-tick text{fill:hsl(var(--muted-foreground))}.\[\&_\.recharts-cartesian-grid_line\[stroke\=\'\#ccc\'\]\]\:stroke-border\/50 .recharts-cartesian-grid line[stroke=\#ccc]{stroke:hsl(var(--border)/.5)}.\[\&_\.recharts-curve\.recharts-tooltip-cursor\]\:stroke-border .recharts-curve.recharts-tooltip-cursor{stroke:hsl(var(--border))}.\[\&_\.recharts-dot\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-dot[stroke=\#fff]{stroke:#0000}.\[\&_\.recharts-layer\]\:outline-none .recharts-layer{outline-offset:2px;outline:2px solid #0000}.\[\&_\.recharts-polar-grid_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-polar-grid [stroke=\#ccc]{stroke:hsl(var(--border))}.\[\&_\.recharts-radial-bar-background-sector\]\:fill-muted .recharts-radial-bar-background-sector,.\[\&_\.recharts-rectangle\.recharts-tooltip-cursor\]\:fill-muted .recharts-rectangle.recharts-tooltip-cursor{fill:hsl(var(--muted))}.\[\&_\.recharts-reference-line_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-reference-line [stroke=\#ccc]{stroke:hsl(var(--border))}.\[\&_\.recharts-sector\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-sector[stroke=\#fff]{stroke:#0000}.\[\&_\.recharts-sector\]\:outline-none .recharts-sector,.\[\&_\.recharts-surface\]\:outline-none .recharts-surface{outline-offset:2px;outline:2px solid #0000}.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading]{padding-top:.375rem;padding-bottom:.375rem}.\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading]{font-size:.75rem;line-height:1rem}.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading]{font-weight:500}.\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading]{color:hsl(var(--muted-foreground))}.\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden])~[cmdk-group]{padding-top:0}.\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg{height:1.25rem}.\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg{width:1.25rem}.\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input]{height:3rem}.\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item]{padding-top:.75rem;padding-bottom:.75rem}.\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg{height:1.25rem}.\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg{width:1.25rem}.\[\&_b\]\:font-normal b{font-weight:400}.\[\&_h1\]\:mb-1 h1{margin-bottom:.25rem}.\[\&_h1\]\:mt-3 h1{margin-top:.75rem}.\[\&_h1\]\:text-lg h1{font-size:1.125rem;line-height:1.75rem}.\[\&_h1\]\:font-normal h1{font-weight:400}.\[\&_h1\]\:font-semibold h1{font-weight:600}.\[\&_h2\]\:mb-1 h2{margin-bottom:.25rem}.\[\&_h2\]\:mt-2 h2{margin-top:.5rem}.\[\&_h2\]\:text-base h2{font-size:1rem;line-height:1.5rem}.\[\&_h2\]\:font-normal h2{font-weight:400}.\[\&_h2\]\:font-semibold h2{font-weight:600}.\[\&_h3\]\:mb-0\.5 h3{margin-bottom:.125rem}.\[\&_h3\]\:mt-2 h3{margin-top:.5rem}.\[\&_h3\]\:text-sm h3{font-size:.875rem;line-height:1.25rem}.\[\&_h3\]\:font-normal h3{font-weight:400}.\[\&_h3\]\:font-semibold h3{font-weight:600}.\[\&_h4\]\:font-normal h4,.\[\&_h5\]\:font-normal h5,.\[\&_h6\]\:font-normal h6{font-weight:400}.\[\&_img\]\:size-5 img{width:1.25rem;height:1.25rem}.\[\&_li\]\:my-0\.5 li{margin-top:.125rem;margin-bottom:.125rem}.\[\&_ol\]\:list-decimal ol{list-style-type:decimal}.\[\&_ol\]\:pl-4 ol{padding-left:1rem}.\[\&_p\]\:my-1 p{margin-top:.25rem;margin-bottom:.25rem}.\[\&_p\]\:leading-relaxed p{line-height:1.625}.\[\&_strong\]\:font-normal strong{font-weight:400}.\[\&_strong\]\:font-semibold strong{font-weight:600}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:size-4 svg{width:1rem;height:1rem}.\[\&_svg\]\:size-5 svg{width:1.25rem;height:1.25rem}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.\[\&_svg\]\:text-\[var\(--nav-icon-active\)\] svg{color:var(--nav-icon-active)}.\[\&_svg\]\:text-\[var\(--nav-icon-default\)\] svg{color:var(--nav-icon-default)}.\[\&_th\]\:font-normal th{font-weight:400}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-width:0}.\[\&_tr\]\:border-b tr{border-bottom-width:1px}.\[\&_ul\]\:list-disc ul{list-style-type:disc}.\[\&_ul\]\:pl-4 ul{padding-left:1rem}[data-side=left][data-collapsible=offcanvas] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2{right:-.5rem}[data-side=left][data-state=collapsed] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize{cursor:e-resize}[data-side=left] .\[\[data-side\=left\]_\&\]\:cursor-w-resize{cursor:w-resize}[data-side=right][data-collapsible=offcanvas] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2{left:-.5rem}[data-side=right][data-state=collapsed] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize{cursor:w-resize}[data-side=right] .\[\[data-side\=right\]_\&\]\:cursor-e-resize{cursor:e-resize}.reviewer-comment-placeholder:empty:before{content:"Your comment";color:var(--text-secondary);opacity:.5;pointer-events:none;font-style:italic}.motif-display-1-regular{letter-spacing:-.04em;font-family:EYInterstate,Helvetica;font-size:5rem;font-style:normal;font-weight:400;line-height:6.43rem}.motif-h2-regular{font-family:var(--h2-regular-font-family);font-size:var(--h2-regular-font-size);font-style:var(--h2-regular-font-style);font-weight:var(--h2-regular-font-weight);letter-spacing:var(--h2-regular-letter-spacing);line-height:var(--h2-regular-line-height)}.motif-subtitle-regular{letter-spacing:0;font-family:EYInterstate,Helvetica;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.75rem}.motif-subtitle-light{letter-spacing:0;font-family:EYInterstate,Helvetica;font-size:1.125rem;font-style:normal;font-weight:300;line-height:1.75rem}.motif-h5-regular{font-family:var(--h5-regular-font-family);font-size:var(--h5-regular-font-size);font-style:var(--h5-regular-font-style);font-weight:var(--h5-regular-font-weight);letter-spacing:var(--h5-regular-letter-spacing);line-height:var(--h5-regular-line-height)}.motif-h5-light{font-family:var(--h5-light-font-family);font-size:var(--h5-light-font-size);font-style:var(--h5-light-font-style);font-weight:var(--h5-light-font-weight);letter-spacing:var(--h5-light-letter-spacing);line-height:var(--h5-light-line-height)}.motif-h6-regular{font-family:var(--body-1-regular-font-family);letter-spacing:0;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.5rem}.voice-active-bg{background:linear-gradient(135deg,#ffe600 0%,#ff9b00 14%,#ff4d8d 28%,#724bc3 42%,#00a3a1 57%,#2db34a 71%,#b8d904 85%,#ffe600 100%) 0 0/400% 400%;animation:3s infinite voice-gradient}.ai-chip-generating-bg{background:linear-gradient(90deg,#ffe600 0%,#b400ff 14%,#4696ff 52%,#b400ff 82%,#ffe600 100%) 0 0/300% 100%;animation:3s infinite ai-chip-gradient}.ai-chip-label-in{animation:.28s cubic-bezier(.34,1.4,.64,1) forwards ai-chip-label-in}.ai-chip-spring-in{animation:.52s cubic-bezier(.34,1.56,.64,1) forwards ai-chip-spring-in}.ai-chip-counter-tick{animation:.38s cubic-bezier(.34,1.56,.64,1) forwards ai-chip-counter-tick;display:inline-block}.ai-chip-almost-glow{animation:1.6s ease-in-out infinite ai-chip-almost-glow,3s infinite ai-chip-gradient}.ai-chip-pause-ripple{animation:.55s ease-out forwards ai-chip-pause-ripple}.motif-body-1-regular{font-family:var(--body-1-regular-font-family);font-size:var(--body-1-regular-font-size);font-style:var(--body-1-regular-font-style);font-weight:var(--body-1-regular-font-weight);letter-spacing:var(--body-1-regular-letter-spacing);line-height:var(--body-1-regular-line-height)}.motif-body-1-light{font-family:var(--body-1-light-font-family);font-size:var(--body-1-light-font-size);font-style:var(--body-1-light-font-style);font-weight:var(--body-1-light-font-weight);letter-spacing:var(--body-1-light-letter-spacing);line-height:var(--body-1-light-line-height)}.motif-body-2-regular{font-family:var(--body-2-regular-font-family);font-size:var(--body-2-regular-font-size);font-style:var(--body-2-regular-font-style);font-weight:var(--body-2-regular-font-weight);letter-spacing:var(--body-2-regular-letter-spacing);line-height:var(--body-2-regular-line-height)}.motif-body-2-light{font-family:var(--body-2-light-font-family);font-size:var(--body-2-light-font-size);font-style:var(--body-2-light-font-style);font-weight:var(--body-2-light-font-weight);letter-spacing:var(--body-2-light-letter-spacing);line-height:var(--body-2-light-line-height)}.motif-caption-regular{font-family:var(--caption-regular-font-family);font-size:var(--caption-regular-font-size);font-style:var(--caption-regular-font-style);font-weight:var(--caption-regular-font-weight);letter-spacing:var(--caption-regular-letter-spacing);line-height:var(--caption-regular-line-height)}.motif-button-sm{font-family:var(--button-sm-font-family);font-size:var(--button-sm-font-size);font-style:var(--button-sm-font-style);font-weight:var(--button-sm-font-weight);letter-spacing:var(--button-sm-letter-spacing);line-height:var(--button-sm-line-height)}motif-date-picker{width:100%!important;display:block!important}.motif-time-select-wrapper{border:none;border-bottom:1px solid var(--border-primary,#c4c4cd);background:0 0;transition:border-color .15s;position:relative}.motif-time-select-wrapper:hover{border-bottom-color:var(--text-primary,#2e2e38)}.motif-time-select-wrapper:focus-within{border-bottom-width:2px;border-bottom-color:var(--motif-brand-500,#ffe600)}.motif-time-select{width:100%;height:40px;color:var(--text-primary,#2e2e38);font-family:var(--body-2-regular-font-family,inherit);font-size:var(--body-2-regular-font-size,14px);font-weight:var(--body-2-regular-font-weight,400);line-height:var(--body-2-regular-line-height,20px);cursor:pointer;box-sizing:border-box;appearance:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23656579' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") right 4px center no-repeat;border:none;outline:none;padding:8px 28px 8px 0}motif-button.w-full{width:100%!important;display:block!important}motif-button.w-full::part(button){width:100%!important}motif-button.motif-icon-button-sm::part(button){min-width:unset;width:28px;height:28px;padding:4px}.motif-button-rounded-full{--button-border-radius:9999px!important}motif-dropdown-content{overflow:hidden;border-radius:4px!important}motif-dropdown-content::part(dropdown-content){border-radius:4px!important}.motif-portal-dropdown{background:var(--card-bg,#fff);border:1px solid var(--border-primary,#e6e6e9);border-radius:4px;min-width:200px;padding:4px 0;font-family:inherit;box-shadow:0 8px 32px #00000014,0 2px 8px #0000000a}.motif-portal-dropdown-label{text-transform:uppercase;letter-spacing:.5px;color:var(--text-secondary,#656579);padding:8px 16px 4px;font-size:11px;font-weight:500}.motif-portal-dropdown-item{width:100%;color:var(--text-primary,#2e2e38);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;padding:8px 16px;font-size:14px;line-height:20px;transition:background-color .15s;display:flex}.motif-portal-dropdown-item:hover{background:var(--hover-bg,#0000000a)}.motif-portal-dropdown-separator{background:var(--border-primary,#e6e6e9);height:1px;margin:4px 0}motif-dropdown-item::part(description),motif-dropdown-item [slot=description]{color:var(--text-secondary);margin-top:2px;font-size:12px;line-height:1.4;display:block!important}.motif-button-rounded-full::part(button){border-radius:9999px!important}motif-button.\!rounded-full{overflow:hidden;border-radius:9999px!important}motif-button.\!rounded-full::part(button),motif-button.motif-button-rounded-full,motif-button.motif-button-rounded-full button{border-radius:9999px!important}.motif-button-36{--button-height:36px!important;--button-width:36px!important;width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important}motif-button.motif-button-36::part(button){width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important}.motif-button-h36{--button-height:36px!important;height:36px!important;min-height:36px!important}motif-button.motif-button-h36::part(button){height:36px!important;min-height:36px!important}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-motif{scrollbar-width:thin;scrollbar-color:transparent transparent}.scrollbar-motif:hover{scrollbar-color:var(--motif-neutral-500) transparent}.scrollbar-motif::-webkit-scrollbar{width:6px}.scrollbar-motif::-webkit-scrollbar-track{background:0 0}.scrollbar-motif::-webkit-scrollbar-thumb{background-color:#0000;border-radius:3px}.scrollbar-motif:hover::-webkit-scrollbar-thumb{background-color:var(--motif-neutral-500)}*{scrollbar-width:thin;scrollbar-color:transparent transparent}:hover{scrollbar-color:var(--motif-neutral-500) transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background-color:#0000;border-radius:3px}:hover::-webkit-scrollbar-thumb{background-color:var(--motif-neutral-500)}.highcharts-container,.highcharts-container svg{border:none!important;outline:none!important}.highcharts-background{fill:#0000!important;stroke:#0000!important;stroke-width:0!important}.highcharts-plot-background{fill:#0000!important;stroke:#0000!important}.highcharts-plot-border{stroke:#0000!important;stroke-width:0!important}.highcharts-legend-box{stroke:none!important;stroke-width:0!important;fill:none!important}.highcharts-legend-item rect{stroke:none!important;stroke-width:0!important}.highcharts-legend-item path{stroke-width:2px!important}.motif-icon-color{color:var(--button-ghost-icon);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translateZ(0)}svg{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;shape-rendering:geometricprecision;stroke-width:1.5px;transform:translateZ(0)}nav svg,.nav-icon-light svg,[data-sidebar] svg{stroke-width:1.25px}svg path,svg circle,svg rect,svg line,svg polyline,svg polygon{stroke-width:inherit;vector-effect:non-scaling-stroke}:root{--body-1-light-font-family:"EYInterstate", Helvetica;--body-1-light-font-size:16.002px;--body-1-light-font-style:normal;--body-1-light-font-weight:300;--body-1-light-letter-spacing:0px;--body-1-light-line-height:23.996px;--body-1-regular-font-family:"EYInterstate", Helvetica;--body-1-regular-font-size:16.002px;--body-1-regular-font-style:normal;--body-1-regular-font-weight:400;--body-1-regular-letter-spacing:0px;--body-1-regular-line-height:23.996px;--body-2-light-font-family:"EYInterstate", Helvetica;--body-2-light-font-size:14px;--body-2-light-font-style:normal;--body-2-light-font-weight:300;--body-2-light-letter-spacing:0px;--body-2-light-line-height:20px;--body-2-regular-font-family:"EYInterstate", Helvetica;--body-2-regular-font-size:14px;--body-2-regular-font-style:normal;--body-2-regular-font-weight:400;--body-2-regular-letter-spacing:0px;--body-2-regular-line-height:20px;--button-sm-font-family:"EYInterstate", Helvetica;--button-sm-font-size:14px;--button-sm-font-style:normal;--button-sm-font-weight:400;--button-sm-letter-spacing:0px;--button-sm-line-height:20px;--caption-regular-font-family:"EYInterstate", Helvetica;--caption-regular-font-size:11.998px;--caption-regular-font-style:normal;--caption-regular-font-weight:400;--caption-regular-letter-spacing:0px;--caption-regular-line-height:18.004px;--h2-regular-font-family:"EYInterstate", Helvetica;--h2-regular-font-size:28px;--h2-regular-font-style:normal;--h2-regular-font-weight:400;--h2-regular-letter-spacing:0px;--h2-regular-line-height:36px;--h5-light-font-family:"EYInterstate", Helvetica;--h5-light-font-size:22px;--h5-light-font-style:normal;--h5-light-font-weight:300;--h5-light-letter-spacing:0px;--h5-light-line-height:30.002px;--h5-regular-font-family:"EYInterstate", Helvetica;--h5-regular-font-size:22px;--h5-regular-font-style:normal;--h5-regular-font-weight:400;--h5-regular-letter-spacing:0px;--h5-regular-line-height:30.002px;--shadows-content-container:-16px -16px 80px 0px #00000003, -8px -16px 16px 0px #00000005;--shadows-light-theme-elevation-03:0px 6px 12px 0px #23232f14, 0px 2px 4px 0px #23232f0f;--animate-spin:spin 1s linear infinite}.animate-fade-in{animation:fade-in 1s var(--animation-delay,0s) ease forwards}.animate-fade-up{animation:fade-up 1s var(--animation-delay,0s) ease forwards}.animate-marquee{animation:marquee var(--duration) infinite linear}.animate-marquee-vertical{animation:marquee-vertical var(--duration) linear infinite}.animate-shimmer{animation:8s infinite shimmer}.animate-spin{animation:var(--animate-spin)}*,:before,:after{box-sizing:border-box;border-style:solid;border-width:0;border-color:hsl(var(--border))}:root{--motif-neutral-0:#1a1a24;--motif-neutral-25:#23232f;--motif-neutral-50:#2e2e38;--motif-neutral-75:#3f3f4c;--motif-neutral-100:#4e4e5d;--motif-neutral-150:#656579;--motif-neutral-200:#7f7f91;--motif-neutral-250:#9897a6;--motif-neutral-300:#afaeba;--motif-neutral-350:#c3c3cb;--motif-neutral-400:#d7d7dc;--motif-neutral-450:#dedee2;--motif-neutral-500:#e6e6e9;--motif-neutral-550:#f3f3f5;--motif-neutral-600:#f9f9fa;--motif-neutral-1000:#fff;--motif-yellow-400:#ffe600;--motif-maroon-25:#f9f4f6;--motif-maroon-50:#f0e8eb;--motif-blue-25:#f4f7fc;--motif-blue-50:#d8e5fd;--motif-blue-100:#b8d4fc;--motif-blue-400:#188ce5;--motif-green-400:#26a04b;--motif-orange-25:#fcf5f0;--motif-orange-600:#975100;--motif-red-500:#ea011d;--text-primary:var(--motif-neutral-50);--text-secondary:var(--motif-neutral-150);--border-primary:var(--motif-neutral-500);--border-hover:#d5d5da;--border-secondary:var(--motif-neutral-350);--body-bg:var(--motif-neutral-600);--content-body-bg:var(--motif-neutral-550);--card-bg:var(--motif-neutral-1000);--modal-bg:var(--motif-neutral-1000);--flowkit-card-bg:#f4f7fc;--button-primary-bg:var(--motif-neutral-50);--button-primary-text:var(--motif-neutral-1000);--button-primary-alt-bg:var(--motif-neutral-550);--button-ghost-icon:var(--motif-neutral-150);--button-ghost-active-bg:var(--motif-neutral-400);--nav-icon-default:var(--motif-neutral-150);--nav-icon-active:var(--motif-neutral-50);--nav-text-default:var(--motif-neutral-150);--nav-text-active:var(--motif-neutral-50);--avatar-initials-bg:var(--motif-neutral-550);--toggle-switch-bg:var(--motif-neutral-200);--toggle-switch-thumb:var(--motif-neutral-1000);--tooltip-bg:var(--motif-neutral-50);--tooltip-text:var(--motif-neutral-600);--theme-neutral-25:var(--motif-neutral-600);--status-online:var(--motif-green-400);--chip-warning-bg:var(--motif-orange-25);--chip-warning-text:var(--motif-orange-600);--shimmer-1:var(--motif-neutral-500);--shimmer-2:var(--motif-neutral-550);--shimmer-3:var(--motif-neutral-600);--accent-purple:#724bc3;--accent-purple-glow-1:#724bc326;--accent-purple-glow-2:#724bc34d;--accent-purple-glow-3:#724bc314;--state-checking-1:var(--motif-neutral-350);--state-checking-2:var(--motif-neutral-550);--hover-bg:var(--motif-neutral-500);--background:0 0% 98%;--foreground:240 12% 20%;--muted:240 10% 95%;--muted-foreground:240 10% 43%;--popover:0 0% 100%;--popover-foreground:240 12% 20%;--border:240 5% 90%;--input:240 5% 90%;--card:0 0% 100%;--card-foreground:240 12% 20%;--primary:240 12% 20%;--primary-foreground:0 0% 100%;--secondary:240 10% 95%;--secondary-foreground:240 12% 20%;--accent:240 5% 90%;--accent-foreground:240 12% 20%;--destructive:357 100% 46%;--destructive-foreground:0 0% 100%;--ring:240 10% 63%;--radius:4px}.dark{--text-primary:var(--motif-neutral-550);--text-secondary:var(--motif-neutral-300);--border-primary:var(--motif-neutral-75);--border-hover:#474753;--border-secondary:var(--motif-neutral-100);--body-bg:var(--motif-neutral-0);--content-body-bg:var(--motif-neutral-25);--card-bg:var(--motif-neutral-25);--modal-bg:var(--motif-neutral-25);--flowkit-card-bg:#afcdfb1f;--button-primary-bg:var(--motif-yellow-400);--button-primary-text:var(--motif-neutral-0);--button-primary-alt-bg:var(--motif-neutral-75);--button-ghost-icon:var(--motif-neutral-300);--button-ghost-active-bg:var(--motif-neutral-100);--nav-icon-default:var(--motif-neutral-250);--nav-icon-active:var(--motif-neutral-550);--nav-text-default:var(--motif-neutral-300);--nav-text-active:var(--motif-neutral-550);--tooltip-bg:var(--motif-neutral-550);--tooltip-text:var(--motif-neutral-50);--theme-neutral-25:var(--motif-neutral-25);--shimmer-1:var(--motif-neutral-75);--shimmer-2:var(--motif-neutral-100);--shimmer-3:var(--motif-neutral-150);--state-checking-1:var(--motif-neutral-100);--state-checking-2:var(--motif-neutral-75);--hover-bg:var(--motif-neutral-75);--background:240 20% 12%;--foreground:240 10% 95%;--muted:240 15% 18%;--muted-foreground:240 8% 70%;--popover:240 20% 12%;--popover-foreground:240 8% 70%;--border:240 12% 28%;--input:240 12% 28%;--card:240 15% 18%;--card-foreground:240 10% 95%;--primary:54 100% 50%;--primary-foreground:240 20% 12%;--secondary:240 12% 28%;--secondary-foreground:240 10% 95%;--accent:240 12% 28%;--accent-foreground:240 10% 95%;--destructive:357 100% 46%;--destructive-foreground:0 0% 100%;--ring:240 10% 63%;--radius:4px}*{border-color:hsl(var(--border))}body{background-color:hsl(var(--background));color:hsl(var(--foreground));font-feature-settings:"rlig" 1, "calt" 1}.ai-text-magical{display:inline}.ai-text-magical .char-reveal{animation:.6s ease-out forwards ai-text-glow;display:inline}.ai-cursor-magical{vertical-align:text-bottom;background:linear-gradient(#6496ff 0%,#9664ff 100%);border-radius:1px;width:2px;height:1em;margin-left:2px;animation:.8s ease-in-out infinite ai-cursor-glow;display:inline-block}.shimmer{background:linear-gradient(90deg, var(--shimmer-1) 0%, var(--shimmer-2) 40%, var(--shimmer-3) 50%, var(--shimmer-2) 60%, var(--shimmer-1) 100%);background-size:200% 100%;animation:2.5s ease-in-out infinite shimmer}.glow-pulse{animation:3s ease-in-out infinite gentle-glow}.analyzing-border{position:relative;overflow:hidden}.analyzing-border:before{content:"";background:linear-gradient(90deg, transparent, var(--accent-purple), transparent);height:2px;animation:2s ease-in-out infinite scan-line;position:absolute;top:0;left:0;right:0}.animate-checking-bg{animation:.8s ease-in-out infinite checking-bg}.frozen-theme{--frozen-glass-bg:#14141ebf;--frozen-glass-border:#6464784d;--frozen-glass-highlight:#ffffff0d;background-image:url(/GettyImages-1157584179.jpg)!important;background-position:50%!important;background-size:cover!important;background-attachment:fixed!important}.frozen-theme body,.frozen-theme #root,.frozen-theme .app-container,.frozen-theme header,.frozen-theme [style*=background-image],.frozen-theme [data-testid=hero-banner],.frozen-theme [className*="hero"],.frozen-theme [className*="banner"]{background-color:#0000!important;background-image:none!important}.frozen-theme .bg-\[var\(--content-body-bg\)\],.frozen-theme .bg-\[var\(--body-bg\)\]{-webkit-backdrop-filter:blur(4px)!important;background:#0a0a1266!important}.frozen-theme .bg-\[var\(--card-bg\)\]{-webkit-backdrop-filter:blur(24px)saturate(1.2)!important;background:#1e1e2da6!important;border:1px solid #ffffff1f!important;box-shadow:0 8px 32px #0000004d,inset 0 1px #ffffff14!important}.frozen-theme .border-\[var\(--border-primary\)\]{border-color:#6464784d!important}.frozen-theme header{-webkit-backdrop-filter:none!important;background:0 0!important;border-bottom:none!important}.frozen-theme aside,.frozen-theme [class*=sidebar]{-webkit-backdrop-filter:blur(20px)!important;background:#0f0f19e0!important}.frozen-theme .rounded-xl,.frozen-theme .rounded-lg,.frozen-theme .rounded-\[8px\]{box-shadow:0 8px 32px #00000040,inset 0 1px #ffffff1a!important}.frozen-theme .border.border-\[var\(--border-primary\)\].rounded-\[8px\]{-webkit-backdrop-filter:blur(20px)saturate(1.15)!important;background:#23233299!important;border:1px solid #ffffff1a!important}.frozen-theme .hover\:bg-\[var\(--hover-bg\)\]:hover{background:#ffffff14!important}.frozen-theme textarea{background:#14141ee6!important;border-color:#64647859!important}.frozen-theme input{background:0 0!important}.frozen-theme .shadow-sm,.frozen-theme .shadow-\[0px_4px_16px_0px_rgba\(0\,0\,0\,0\.02\)\,0px_16px_160px_0px_rgba\(0\,0\,0\,0\.02\)\]{box-shadow:0 4px 20px #0003,inset 0 1px #ffffff0a!important}.frozen-theme svg,.frozen-theme .motif-icon-color,.frozen-theme img[alt*=icon],.frozen-theme img[src*=icon]{opacity:.85;filter:brightness(1.3)}.frozen-theme .motif-icon-color{color:#ffffffd9!important}.animate-fullscreen-modal-in{animation:.25s cubic-bezier(.16,1,.3,1) forwards fullscreen-modal-in}.modal-overlay-animate{background:radial-gradient(at bottom,#ffe6000d 0%,#0006 70%);animation:.4s cubic-bezier(.16,1,.3,1) forwards modal-overlay-blur-in}.modal-slide-up-animate{animation:.35s cubic-bezier(.16,1,.3,1) forwards modal-epic-entrance}.modal-content-stagger>*{opacity:0;animation:.4s cubic-bezier(.16,1,.3,1) forwards modal-content-cascade}.modal-content-stagger>:first-child{animation-delay:.2s}.modal-content-stagger>:nth-child(2){animation-delay:.28s}.modal-content-stagger>:nth-child(3){animation-delay:.36s}.modal-content-stagger>:nth-child(4){animation-delay:.44s}.modal-content-stagger>:nth-child(5){animation-delay:.52s}.modal-content-stagger>:nth-child(6){animation-delay:.6s}.modal-content-stagger>:nth-child(7){animation-delay:.68s}.modal-content-stagger>:nth-child(8){animation-delay:.76s}.modal-glow-animate{animation:4s ease-in-out .7s infinite modal-border-glow;position:relative;overflow:visible}.modal-glow-animate:before{content:"";background:linear-gradient(90deg,#0000 0%,#ffe60000 20%,#ffe60099 50%,#ffe60000 80%,#0000 100%) 0 0/200% 100%;border-radius:12px 12px 0 0;height:1px;animation:2s ease-in-out .5s forwards modal-shimmer-sweep;position:absolute;top:0;left:0;right:0}.modal-particles{pointer-events:none;width:10px;height:10px;position:absolute;bottom:0;left:50%}.modal-particles:before,.modal-particles:after{content:"";background:#ffe600cc;border-radius:50%;width:6px;height:6px;animation:2s ease-out forwards particle-float-1;position:absolute}.modal-particles:after{width:4px;height:4px;animation:2.2s ease-out .1s forwards particle-float-2;left:20px}.modal-particle-extra{pointer-events:none;background:#ffe600b3;border-radius:50%;width:5px;height:5px;animation:2.4s ease-out .2s forwards particle-float-3;position:absolute;bottom:0;left:calc(50% + 40px)}.grid-stagger>*{opacity:0;animation:.5s ease-out both grid-item-slide-in}.grid-stagger>:first-child{animation-delay:0s}.grid-stagger>:nth-child(2){animation-delay:60ms}.grid-stagger>:nth-child(3){animation-delay:.12s}.grid-stagger>:nth-child(4){animation-delay:.18s}.grid-stagger>:nth-child(5){animation-delay:.24s}.grid-stagger>:nth-child(6){animation-delay:.3s}.grid-stagger>:nth-child(7){animation-delay:.36s}.grid-stagger>:nth-child(8){animation-delay:.42s}.grid-stagger>:nth-child(9){animation-delay:.48s}.grid-stagger>:nth-child(10){animation-delay:.54s}.grid-stagger>:nth-child(11){animation-delay:.6s}.grid-stagger>:nth-child(12){animation-delay:.66s}.gantt-timeline-scroll{overflow:hidden}.gantt-timeline-scroll:hover{overflow-x:auto}.animate-risk-pulse-inner{animation:2s ease-in-out infinite risk-pulse-inner}.animate-risk-pulse-outer{animation:2.5s ease-in-out infinite risk-pulse-outer}.report-section-highlight{border-radius:8px;animation:3s ease-out forwards report-highlight-fade}.animate-bell-shake{transform-origin:top;animation:5s ease-in-out infinite bell-shake}.textLayer :is(span,br){font-family:EYInterstate,Helvetica,sans-serif!important}.textLayer ::selection{background:#724bc340}.motif-hidden-xs{display:none!important}@media (width>=640px){.motif-hidden-sm{display:none!important}}@media (width>=768px){.motif-hidden-md{display:none!important}}@media (width>=1024px){.motif-hidden-lg{display:none!important}}@media (width>=1280px){.motif-hidden-xl{display:none!important}}@media (width>=1536px){.motif-hidden-2xl{display:none!important}}@media (width<=639px){.motif-block-xs{display:block!important}}@media (width>=640px){.motif-block-sm{display:block!important}}@media (width>=768px){.motif-block-md{display:block!important}}@media (width>=1024px){.motif-block-lg{display:block!important}}@media (width>=1280px){.motif-block-xl{display:block!important}}@media (width>=1536px){.motif-block-2xl{display:block!important}}@font-face{font-family:EyInterstate;src:url(/assets/EYInterstate-Bold-BlMWcvA2.eot);src:url(/assets/EYInterstate-Bold-BlMWcvA2.eot?#iefix)format("embedded-opentype"),url(/assets/EYInterstate-Bold-AOD_beEg.woff2)format("woff2"),url(/assets/EYInterstate-Bold-Bpw7SqR9.woff)format("woff"),url(/assets/EYInterstate-Bold-B_wTDVq4.ttf)format("truetype");font-weight:700;font-style:normal}@font-face{font-family:EyInterstate;src:url(/assets/EYInterstate-Regular-BQ-vaGAb.eot);src:url(/assets/EYInterstate-Regular-BQ-vaGAb.eot?#iefix)format("embedded-opentype"),url(/assets/EYInterstate-Regular-qIzze8KE.woff2)format("woff2"),url(/assets/EYInterstate-Regular-dcVxH6lv.woff)format("woff"),url(/assets/EYInterstate-Regular-BPj0lZUR.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:EyInterstate;src:url(/assets/EYInterstate-Light-D-m-skXp.eot);src:url(/assets/EYInterstate-Light-D-m-skXp.eot?#iefix)format("embedded-opentype"),url(/assets/EYInterstate-Light-D1CGZA0X.ttf)format("truetype"),url(/assets/EYInterstate-Light-BDnCOidE.woff)format("woff"),url(/assets/EYInterstate-Light-v2thsw10.woff2)format("woff2");font-weight:300;font-style:normal}@font-face{font-family:noto_sans;src:url(/assets/notosans-bold-webfont-B9YIQ3jH.eot);src:url(/assets/notosans-bold-webfont-B9YIQ3jH.eot?#iefix)format("embedded-opentype"),url(/assets/notosans-bold-webfont-DxlZqyKA.woff2)format("woff2"),url(/assets/notosans-bold-webfont-BlWgIoub.woff)format("woff"),url(/assets/notosans-bold-webfont-QMZOiubK.ttf)format("truetype");font-weight:700;font-style:normal}@font-face{font-family:noto_sans;src:url(/assets/notosans-medium-webfont-BrRbZYA3.eot);src:url(/assets/notosans-medium-webfont-BrRbZYA3.eot?#iefix)format("embedded-opentype"),url(/assets/notosans-medium-webfont-JBN-tRsH.ttf)format("truetype"),url(/assets/notosans-medium-webfont-D8p_9vgZ.woff)format("woff"),url(/assets/notosans-medium-webfont-z-i6VXAC.woff2)format("woff2");font-weight:400;font-style:normal}@font-face{font-family:noto_sans;src:url(/assets/NotoSans-Light-zkPFoRD5.ttf);font-weight:300;font-style:normal}:root{--typography-lg-display-1-font-family:var(--typography-display-1-font-family);--typography-lg-display-1-font-weight:var(--typography-display-1-font-weight);--typography-lg-display-1-font-size:var(--typography-display-1-font-size);--typography-lg-display-1-line-height:var(--typography-display-1-line-height);--typography-lg-display-1-letter-spacing:var(--typography-display-1-letter-spacing);--typography-lg-display-1-paragraph-spacing:var(--typography-display-1-paragraph-spacing);--typography-lg-display-1-text-decoration:var(--typography-display-1-text-decoration);--typography-lg-display-1-text-case:var(--typography-display-1-text-case);--typography-lg-display-1-regular-font-family:var(--typography-display-1-regular-font-family);--typography-lg-display-1-regular-font-weight:var(--typography-display-1-regular-font-weight);--typography-lg-display-1-regular-font-size:var(--typography-display-1-regular-font-size);--typography-lg-display-1-regular-line-height:var(--typography-display-1-regular-line-height);--typography-lg-display-1-regular-letter-spacing:var(--typography-display-1-regular-letter-spacing);--typography-lg-display-1-regular-paragraph-spacing:var(--typography-display-1-regular-paragraph-spacing);--typography-lg-display-1-regular-text-decoration:var(--typography-display-1-regular-text-decoration);--typography-lg-display-1-regular-text-case:var(--typography-display-1-regular-text-case);--typography-lg-display-1-bold-font-family:var(--typography-display-1-bold-font-family);--typography-lg-display-1-bold-font-weight:var(--typography-display-1-bold-font-weight);--typography-lg-display-1-bold-font-size:var(--typography-display-1-bold-font-size);--typography-lg-display-1-bold-line-height:var(--typography-display-1-bold-line-height);--typography-lg-display-1-bold-letter-spacing:var(--typography-display-1-bold-letter-spacing);--typography-lg-display-1-bold-paragraph-spacing:var(--typography-display-1-bold-paragraph-spacing);--typography-lg-display-1-bold-text-decoration:var(--typography-display-1-bold-text-decoration);--typography-lg-display-1-bold-text-case:var(--typography-display-1-bold-text-case);--typography-lg-display-2-font-family:var(--typography-display-2-font-family);--typography-lg-display-2-font-weight:var(--typography-display-2-font-weight);--typography-lg-display-2-font-size:var(--typography-display-2-font-size);--typography-lg-display-2-line-height:var(--typography-display-2-line-height);--typography-lg-display-2-letter-spacing:var(--typography-display-2-letter-spacing);--typography-lg-display-2-paragraph-spacing:var(--typography-display-2-paragraph-spacing);--typography-lg-display-2-text-decoration:var(--typography-display-2-text-decoration);--typography-lg-display-2-text-case:var(--typography-display-2-text-case);--typography-lg-display-2-regular-font-family:var(--typography-display-2-regular-font-family);--typography-lg-display-2-regular-font-weight:var(--typography-display-2-regular-font-weight);--typography-lg-display-2-regular-font-size:var(--typography-display-2-regular-font-size);--typography-lg-display-2-regular-line-height:var(--typography-display-2-regular-line-height);--typography-lg-display-2-regular-letter-spacing:var(--typography-display-2-regular-letter-spacing);--typography-lg-display-2-regular-paragraph-spacing:var(--typography-display-2-regular-paragraph-spacing);--typography-lg-display-2-regular-text-decoration:var(--typography-display-2-regular-text-decoration);--typography-lg-display-2-regular-text-case:var(--typography-display-2-regular-text-case);--typography-lg-display-2-bold-font-family:var(--typography-display-2-bold-font-family);--typography-lg-display-2-bold-font-weight:var(--typography-display-2-bold-font-weight);--typography-lg-display-2-bold-font-size:var(--typography-display-2-bold-font-size);--typography-lg-display-2-bold-line-height:var(--typography-display-2-bold-line-height);--typography-lg-display-2-bold-letter-spacing:var(--typography-display-2-bold-letter-spacing);--typography-lg-display-2-bold-paragraph-spacing:var(--typography-display-2-bold-paragraph-spacing);--typography-lg-display-2-bold-text-decoration:var(--typography-display-2-bold-text-decoration);--typography-lg-display-2-bold-text-case:var(--typography-display-2-bold-text-case);--typography-lg-display-3-font-family:var(--typography-display-3-font-family);--typography-lg-display-3-font-weight:var(--typography-display-3-font-weight);--typography-lg-display-3-font-size:var(--typography-display-3-font-size);--typography-lg-display-3-line-height:var(--typography-display-3-line-height);--typography-lg-display-3-letter-spacing:var(--typography-display-3-letter-spacing);--typography-lg-display-3-paragraph-spacing:var(--typography-display-3-paragraph-spacing);--typography-lg-display-3-text-decoration:var(--typography-display-3-text-decoration);--typography-lg-display-3-text-case:var(--typography-display-3-text-case);--typography-lg-display-3-regular-font-family:var(--typography-display-3-regular-font-family);--typography-lg-display-3-regular-font-weight:var(--typography-display-3-regular-font-weight);--typography-lg-display-3-regular-font-size:var(--typography-display-3-regular-font-size);--typography-lg-display-3-regular-line-height:var(--typography-display-3-regular-line-height);--typography-lg-display-3-regular-letter-spacing:var(--typography-display-3-regular-letter-spacing);--typography-lg-display-3-regular-paragraph-spacing:var(--typography-display-3-regular-paragraph-spacing);--typography-lg-display-3-regular-text-decoration:var(--typography-display-3-regular-text-decoration);--typography-lg-display-3-regular-text-case:var(--typography-display-3-regular-text-case);--typography-lg-display-3-bold-font-family:var(--typography-display-3-bold-font-family);--typography-lg-display-3-bold-font-weight:var(--typography-display-3-bold-font-weight);--typography-lg-display-3-bold-font-size:var(--typography-display-3-bold-font-size);--typography-lg-display-3-bold-line-height:var(--typography-display-3-bold-line-height);--typography-lg-display-3-bold-letter-spacing:var(--typography-display-3-bold-letter-spacing);--typography-lg-display-3-bold-paragraph-spacing:var(--typography-display-3-bold-paragraph-spacing);--typography-lg-display-3-bold-text-decoration:var(--typography-display-3-bold-text-decoration);--typography-lg-display-3-bold-text-case:var(--typography-display-3-bold-text-case);--typography-lg-display-4-font-family:var(--typography-display-4-font-family);--typography-lg-display-4-font-weight:var(--typography-display-4-font-weight);--typography-lg-display-4-font-size:var(--typography-display-4-font-size);--typography-lg-display-4-line-height:var(--typography-display-4-line-height);--typography-lg-display-4-letter-spacing:var(--typography-display-4-letter-spacing);--typography-lg-display-4-paragraph-spacing:var(--typography-display-4-paragraph-spacing);--typography-lg-display-4-text-decoration:var(--typography-display-4-text-decoration);--typography-lg-display-4-text-case:var(--typography-display-4-text-case);--typography-lg-display-4-regular-font-family:var(--typography-display-4-regular-font-family);--typography-lg-display-4-regular-font-weight:var(--typography-display-4-regular-font-weight);--typography-lg-display-4-regular-font-size:var(--typography-display-4-regular-font-size);--typography-lg-display-4-regular-line-height:var(--typography-display-4-regular-line-height);--typography-lg-display-4-regular-letter-spacing:var(--typography-display-4-regular-letter-spacing);--typography-lg-display-4-regular-paragraph-spacing:var(--typography-display-4-regular-paragraph-spacing);--typography-lg-display-4-regular-text-decoration:var(--typography-display-4-regular-text-decoration);--typography-lg-display-4-regular-text-case:var(--typography-display-4-regular-text-case);--typography-lg-display-4-bold-font-family:var(--typography-display-4-bold-font-family);--typography-lg-display-4-bold-font-weight:var(--typography-display-4-bold-font-weight);--typography-lg-display-4-bold-font-size:var(--typography-display-4-bold-font-size);--typography-lg-display-4-bold-line-height:var(--typography-display-4-bold-line-height);--typography-lg-display-4-bold-letter-spacing:var(--typography-display-4-bold-letter-spacing);--typography-lg-display-4-bold-paragraph-spacing:var(--typography-display-4-bold-paragraph-spacing);--typography-lg-display-4-bold-text-decoration:var(--typography-display-4-bold-text-decoration);--typography-lg-display-4-bold-text-case:var(--typography-display-4-bold-text-case);--typography-lg-h1-font-family:var(--typography-h1-font-family);--typography-lg-h1-font-weight:var(--typography-h1-font-weight);--typography-lg-h1-font-size:var(--typography-h1-font-size);--typography-lg-h1-line-height:var(--typography-h1-line-height);--typography-lg-h1-letter-spacing:var(--typography-h1-letter-spacing);--typography-lg-h1-paragraph-spacing:var(--typography-h1-paragraph-spacing);--typography-lg-h1-text-decoration:var(--typography-h1-text-decoration);--typography-lg-h1-text-case:var(--typography-h1-text-case);--typography-lg-h1-regular-font-family:var(--typography-h1-regular-font-family);--typography-lg-h1-regular-font-weight:var(--typography-h1-regular-font-weight);--typography-lg-h1-regular-font-size:var(--typography-h1-regular-font-size);--typography-lg-h1-regular-line-height:var(--typography-h1-regular-line-height);--typography-lg-h1-regular-letter-spacing:var(--typography-h1-regular-letter-spacing);--typography-lg-h1-regular-paragraph-spacing:var(--typography-h1-regular-paragraph-spacing);--typography-lg-h1-regular-text-decoration:var(--typography-h1-regular-text-decoration);--typography-lg-h1-regular-text-case:var(--typography-h1-regular-text-case);--typography-lg-h1-bold-font-family:var(--typography-h1-bold-font-family);--typography-lg-h1-bold-font-weight:var(--typography-h1-bold-font-weight);--typography-lg-h1-bold-font-size:var(--typography-h1-bold-font-size);--typography-lg-h1-bold-line-height:var(--typography-h1-bold-line-height);--typography-lg-h1-bold-letter-spacing:var(--typography-h1-bold-letter-spacing);--typography-lg-h1-bold-paragraph-spacing:var(--typography-h1-bold-paragraph-spacing);--typography-lg-h1-bold-text-decoration:var(--typography-h1-bold-text-decoration);--typography-lg-h1-bold-text-case:var(--typography-h1-bold-text-case);--typography-lg-h2-font-family:var(--typography-h2-font-family);--typography-lg-h2-font-weight:var(--typography-h2-font-weight);--typography-lg-h2-font-size:var(--typography-h2-font-size);--typography-lg-h2-line-height:var(--typography-h2-line-height);--typography-lg-h2-letter-spacing:var(--typography-h2-letter-spacing);--typography-lg-h2-paragraph-spacing:var(--typography-h2-paragraph-spacing);--typography-lg-h2-text-decoration:var(--typography-h2-text-decoration);--typography-lg-h2-text-case:var(--typography-h2-text-case);--typography-lg-h2-regular-font-family:var(--typography-h2-regular-font-family);--typography-lg-h2-regular-font-weight:var(--typography-h2-regular-font-weight);--typography-lg-h2-regular-font-size:var(--typography-h2-regular-font-size);--typography-lg-h2-regular-line-height:var(--typography-h2-regular-line-height);--typography-lg-h2-regular-letter-spacing:var(--typography-h2-regular-letter-spacing);--typography-lg-h2-regular-paragraph-spacing:var(--typography-h2-regular-paragraph-spacing);--typography-lg-h2-regular-text-decoration:var(--typography-h2-regular-text-decoration);--typography-lg-h2-regular-text-case:var(--typography-h2-regular-text-case);--typography-lg-h2-bold-font-family:var(--typography-h2-bold-font-family);--typography-lg-h2-bold-font-weight:var(--typography-h2-bold-font-weight);--typography-lg-h2-bold-font-size:var(--typography-h2-bold-font-size);--typography-lg-h2-bold-line-height:var(--typography-h2-bold-line-height);--typography-lg-h2-bold-letter-spacing:var(--typography-h2-bold-letter-spacing);--typography-lg-h2-bold-paragraph-spacing:var(--typography-h2-bold-paragraph-spacing);--typography-lg-h2-bold-text-decoration:var(--typography-h2-bold-text-decoration);--typography-lg-h2-bold-text-case:var(--typography-h2-bold-text-case);--typography-lg-h3-font-family:var(--typography-h3-font-family);--typography-lg-h3-font-weight:var(--typography-h3-font-weight);--typography-lg-h3-font-size:var(--typography-h3-font-size);--typography-lg-h3-line-height:var(--typography-h3-line-height);--typography-lg-h3-letter-spacing:var(--typography-h3-letter-spacing);--typography-lg-h3-paragraph-spacing:var(--typography-h3-paragraph-spacing);--typography-lg-h3-text-decoration:var(--typography-h3-text-decoration);--typography-lg-h3-text-case:var(--typography-h3-text-case);--typography-lg-h3-regular-font-family:var(--typography-h3-regular-font-family);--typography-lg-h3-regular-font-weight:var(--typography-h3-regular-font-weight);--typography-lg-h3-regular-font-size:var(--typography-h3-regular-font-size);--typography-lg-h3-regular-line-height:var(--typography-h3-regular-line-height);--typography-lg-h3-regular-letter-spacing:var(--typography-h3-regular-letter-spacing);--typography-lg-h3-regular-paragraph-spacing:var(--typography-h3-regular-paragraph-spacing);--typography-lg-h3-regular-text-decoration:var(--typography-h3-regular-text-decoration);--typography-lg-h3-regular-text-case:var(--typography-h3-regular-text-case);--typography-lg-h3-bold-font-family:var(--typography-h3-bold-font-family);--typography-lg-h3-bold-font-weight:var(--typography-h3-bold-font-weight);--typography-lg-h3-bold-font-size:var(--typography-h3-bold-font-size);--typography-lg-h3-bold-line-height:var(--typography-h3-bold-line-height);--typography-lg-h3-bold-letter-spacing:var(--typography-h3-bold-letter-spacing);--typography-lg-h3-bold-paragraph-spacing:var(--typography-h3-bold-paragraph-spacing);--typography-lg-h3-bold-text-decoration:var(--typography-h3-bold-text-decoration);--typography-lg-h3-bold-text-case:var(--typography-h3-bold-text-case);--typography-lg-h4-font-family:var(--typography-h4-font-family);--typography-lg-h4-font-weight:var(--typography-h4-font-weight);--typography-lg-h4-font-size:var(--typography-h4-font-size);--typography-lg-h4-line-height:var(--typography-h4-line-height);--typography-lg-h4-letter-spacing:var(--typography-h4-letter-spacing);--typography-lg-h4-paragraph-spacing:var(--typography-h4-paragraph-spacing);--typography-lg-h4-text-decoration:var(--typography-h4-text-decoration);--typography-lg-h4-text-case:var(--typography-h4-text-case);--typography-lg-h4-regular-font-family:var(--typography-h4-regular-font-family);--typography-lg-h4-regular-font-weight:var(--typography-h4-regular-font-weight);--typography-lg-h4-regular-font-size:var(--typography-h4-regular-font-size);--typography-lg-h4-regular-line-height:var(--typography-h4-regular-line-height);--typography-lg-h4-regular-letter-spacing:var(--typography-h4-regular-letter-spacing);--typography-lg-h4-regular-paragraph-spacing:var(--typography-h4-regular-paragraph-spacing);--typography-lg-h4-regular-text-decoration:var(--typography-h4-regular-text-decoration);--typography-lg-h4-regular-text-case:var(--typography-h4-regular-text-case);--typography-lg-h4-bold-font-family:var(--typography-h4-bold-font-family);--typography-lg-h4-bold-font-weight:var(--typography-h4-bold-font-weight);--typography-lg-h4-bold-font-size:var(--typography-h4-bold-font-size);--typography-lg-h4-bold-line-height:var(--typography-h4-bold-line-height);--typography-lg-h4-bold-letter-spacing:var(--typography-h4-bold-letter-spacing);--typography-lg-h4-bold-paragraph-spacing:var(--typography-h4-bold-paragraph-spacing);--typography-lg-h4-bold-text-decoration:var(--typography-h4-bold-text-decoration);--typography-lg-h4-bold-text-case:var(--typography-h4-bold-text-case);--typography-lg-h5-font-family:var(--typography-h5-font-family);--typography-lg-h5-font-weight:var(--typography-h5-font-weight);--typography-lg-h5-font-size:var(--typography-h5-font-size);--typography-lg-h5-line-height:var(--typography-h5-line-height);--typography-lg-h5-letter-spacing:var(--typography-h5-letter-spacing);--typography-lg-h5-paragraph-spacing:var(--typography-h5-paragraph-spacing);--typography-lg-h5-text-decoration:var(--typography-h5-text-decoration);--typography-lg-h5-text-case:var(--typography-h5-text-case);--typography-lg-h5-italic-font-family:var(--typography-h5-italic-font-family);--typography-lg-h5-italic-font-weight:var(--typography-h5-italic-font-weight);--typography-lg-h5-italic-font-size:var(--typography-h5-italic-font-size);--typography-lg-h5-italic-line-height:var(--typography-h5-italic-line-height);--typography-lg-h5-italic-letter-spacing:var(--typography-h5-italic-letter-spacing);--typography-lg-h5-italic-paragraph-spacing:var(--typography-h5-italic-paragraph-spacing);--typography-lg-h5-italic-text-decoration:var(--typography-h5-italic-text-decoration);--typography-lg-h5-italic-text-case:var(--typography-h5-italic-text-case);--typography-lg-h5-italic-font-style:var(--typography-h5-italic-font-style);--typography-lg-h5-underline-font-family:var(--typography-h5-underline-font-family);--typography-lg-h5-underline-font-weight:var(--typography-h5-underline-font-weight);--typography-lg-h5-underline-font-size:var(--typography-h5-underline-font-size);--typography-lg-h5-underline-line-height:var(--typography-h5-underline-line-height);--typography-lg-h5-underline-letter-spacing:var(--typography-h5-underline-letter-spacing);--typography-lg-h5-underline-paragraph-spacing:var(--typography-h5-underline-paragraph-spacing);--typography-lg-h5-underline-text-decoration:var(--typography-h5-underline-text-decoration);--typography-lg-h5-underline-text-case:var(--typography-h5-underline-text-case);--typography-lg-h5-regular-font-family:var(--typography-h5-regular-font-family);--typography-lg-h5-regular-font-weight:var(--typography-h5-regular-font-weight);--typography-lg-h5-regular-font-size:var(--typography-h5-regular-font-size);--typography-lg-h5-regular-line-height:var(--typography-h5-regular-line-height);--typography-lg-h5-regular-letter-spacing:var(--typography-h5-regular-letter-spacing);--typography-lg-h5-regular-paragraph-spacing:var(--typography-h5-regular-paragraph-spacing);--typography-lg-h5-regular-text-decoration:var(--typography-h5-regular-text-decoration);--typography-lg-h5-regular-text-case:var(--typography-h5-regular-text-case);--typography-lg-h5-regular-italic-font-family:var(--typography-h5-regular-italic-font-family);--typography-lg-h5-regular-italic-font-weight:var(--typography-h5-regular-italic-font-weight);--typography-lg-h5-regular-italic-font-size:var(--typography-h5-regular-italic-font-size);--typography-lg-h5-regular-italic-line-height:var(--typography-h5-regular-italic-line-height);--typography-lg-h5-regular-italic-letter-spacing:var(--typography-h5-regular-italic-letter-spacing);--typography-lg-h5-regular-italic-paragraph-spacing:var(--typography-h5-regular-italic-paragraph-spacing);--typography-lg-h5-regular-italic-text-decoration:var(--typography-h5-regular-italic-text-decoration);--typography-lg-h5-regular-italic-text-case:var(--typography-h5-regular-italic-text-case);--typography-lg-h5-regular-italic-font-style:var(--typography-h5-regular-italic-font-style);--typography-lg-h5-regular-underline-font-family:var(--typography-h5-regular-underline-font-family);--typography-lg-h5-regular-underline-font-weight:var(--typography-h5-regular-underline-font-weight);--typography-lg-h5-regular-underline-font-size:var(--typography-h5-regular-underline-font-size);--typography-lg-h5-regular-underline-line-height:var(--typography-h5-regular-underline-line-height);--typography-lg-h5-regular-underline-letter-spacing:var(--typography-h5-regular-underline-letter-spacing);--typography-lg-h5-regular-underline-paragraph-spacing:var(--typography-h5-regular-underline-paragraph-spacing);--typography-lg-h5-regular-underline-text-decoration:var(--typography-h5-regular-underline-text-decoration);--typography-lg-h5-regular-underline-text-case:var(--typography-h5-regular-underline-text-case);--typography-lg-h5-bold-font-family:var(--typography-h5-bold-font-family);--typography-lg-h5-bold-font-weight:var(--typography-h5-bold-font-weight);--typography-lg-h5-bold-font-size:var(--typography-h5-bold-font-size);--typography-lg-h5-bold-line-height:var(--typography-h5-bold-line-height);--typography-lg-h5-bold-letter-spacing:var(--typography-h5-bold-letter-spacing);--typography-lg-h5-bold-paragraph-spacing:var(--typography-h5-bold-paragraph-spacing);--typography-lg-h5-bold-text-decoration:var(--typography-h5-bold-text-decoration);--typography-lg-h5-bold-text-case:var(--typography-h5-bold-text-case);--typography-lg-h5-bold-italic-font-family:var(--typography-h5-bold-italic-font-family);--typography-lg-h5-bold-italic-font-weight:var(--typography-h5-bold-italic-font-weight);--typography-lg-h5-bold-italic-font-size:var(--typography-h5-bold-italic-font-size);--typography-lg-h5-bold-italic-line-height:var(--typography-h5-bold-italic-line-height);--typography-lg-h5-bold-italic-letter-spacing:var(--typography-h5-bold-italic-letter-spacing);--typography-lg-h5-bold-italic-paragraph-spacing:var(--typography-h5-bold-italic-paragraph-spacing);--typography-lg-h5-bold-italic-text-decoration:var(--typography-h5-bold-italic-text-decoration);--typography-lg-h5-bold-italic-text-case:var(--typography-h5-bold-italic-text-case);--typography-lg-h5-bold-italic-font-style:var(--typography-h5-bold-italic-font-style);--typography-lg-h5-bold-underline-font-family:var(--typography-h5-bold-underline-font-family);--typography-lg-h5-bold-underline-font-weight:var(--typography-h5-bold-underline-font-weight);--typography-lg-h5-bold-underline-font-size:var(--typography-h5-bold-underline-font-size);--typography-lg-h5-bold-underline-line-height:var(--typography-h5-bold-underline-line-height);--typography-lg-h5-bold-underline-letter-spacing:var(--typography-h5-bold-underline-letter-spacing);--typography-lg-h5-bold-underline-paragraph-spacing:var(--typography-h5-bold-underline-paragraph-spacing);--typography-lg-h5-bold-underline-text-decoration:var(--typography-h5-bold-underline-text-decoration);--typography-lg-h5-bold-underline-text-case:var(--typography-h5-bold-underline-text-case);--typography-lg-h6-font-family:var(--typography-h6-font-family);--typography-lg-h6-font-weight:var(--typography-h6-font-weight);--typography-lg-h6-font-size:var(--typography-h6-font-size);--typography-lg-h6-line-height:var(--typography-h6-line-height);--typography-lg-h6-letter-spacing:var(--typography-h6-letter-spacing);--typography-lg-h6-paragraph-spacing:var(--typography-h6-paragraph-spacing);--typography-lg-h6-text-decoration:var(--typography-h6-text-decoration);--typography-lg-h6-text-case:var(--typography-h6-text-case);--typography-lg-h6-italic-font-family:var(--typography-h6-italic-font-family);--typography-lg-h6-italic-font-weight:var(--typography-h6-italic-font-weight);--typography-lg-h6-italic-font-size:var(--typography-h6-italic-font-size);--typography-lg-h6-italic-line-height:var(--typography-h6-italic-line-height);--typography-lg-h6-italic-letter-spacing:var(--typography-h6-italic-letter-spacing);--typography-lg-h6-italic-paragraph-spacing:var(--typography-h6-italic-paragraph-spacing);--typography-lg-h6-italic-text-decoration:var(--typography-h6-italic-text-decoration);--typography-lg-h6-italic-text-case:var(--typography-h6-italic-text-case);--typography-lg-h6-italic-font-style:var(--typography-h6-italic-font-style);--typography-lg-h6-underline-font-family:var(--typography-h6-underline-font-family);--typography-lg-h6-underline-font-weight:var(--typography-h6-underline-font-weight);--typography-lg-h6-underline-font-size:var(--typography-h6-underline-font-size);--typography-lg-h6-underline-line-height:var(--typography-h6-underline-line-height);--typography-lg-h6-underline-letter-spacing:var(--typography-h6-underline-letter-spacing);--typography-lg-h6-underline-paragraph-spacing:var(--typography-h6-underline-paragraph-spacing);--typography-lg-h6-underline-text-decoration:var(--typography-h6-underline-text-decoration);--typography-lg-h6-underline-text-case:var(--typography-h6-underline-text-case);--typography-lg-h6-regular-font-family:var(--typography-h6-regular-font-family);--typography-lg-h6-regular-font-weight:var(--typography-h6-regular-font-weight);--typography-lg-h6-regular-font-size:var(--typography-h6-regular-font-size);--typography-lg-h6-regular-line-height:var(--typography-h6-regular-line-height);--typography-lg-h6-regular-letter-spacing:var(--typography-h6-regular-letter-spacing);--typography-lg-h6-regular-paragraph-spacing:var(--typography-h6-regular-paragraph-spacing);--typography-lg-h6-regular-text-decoration:var(--typography-h6-regular-text-decoration);--typography-lg-h6-regular-text-case:var(--typography-h6-regular-text-case);--typography-lg-h6-regular-italic-font-family:var(--typography-h6-regular-italic-font-family);--typography-lg-h6-regular-italic-font-weight:var(--typography-h6-regular-italic-font-weight);--typography-lg-h6-regular-italic-font-size:var(--typography-h6-regular-italic-font-size);--typography-lg-h6-regular-italic-line-height:var(--typography-h6-regular-italic-line-height);--typography-lg-h6-regular-italic-letter-spacing:var(--typography-h6-regular-italic-letter-spacing);--typography-lg-h6-regular-italic-paragraph-spacing:var(--typography-h6-regular-italic-paragraph-spacing);--typography-lg-h6-regular-italic-text-decoration:var(--typography-h6-regular-italic-text-decoration);--typography-lg-h6-regular-italic-text-case:var(--typography-h6-regular-italic-text-case);--typography-lg-h6-regular-italic-font-style:var(--typography-h6-regular-italic-font-style);--typography-lg-h6-regular-underline-font-family:var(--typography-h6-regular-underline-font-family);--typography-lg-h6-regular-underline-font-weight:var(--typography-h6-regular-underline-font-weight);--typography-lg-h6-regular-underline-font-size:var(--typography-h6-regular-underline-font-size);--typography-lg-h6-regular-underline-line-height:var(--typography-h6-regular-underline-line-height);--typography-lg-h6-regular-underline-letter-spacing:var(--typography-h6-regular-underline-letter-spacing);--typography-lg-h6-regular-underline-paragraph-spacing:var(--typography-h6-regular-underline-paragraph-spacing);--typography-lg-h6-regular-underline-text-decoration:var(--typography-h6-regular-underline-text-decoration);--typography-lg-h6-regular-underline-text-case:var(--typography-h6-regular-underline-text-case);--typography-lg-h6-bold-font-family:var(--typography-h6-bold-font-family);--typography-lg-h6-bold-font-weight:var(--typography-h6-bold-font-weight);--typography-lg-h6-bold-font-size:var(--typography-h6-bold-font-size);--typography-lg-h6-bold-line-height:var(--typography-h6-bold-line-height);--typography-lg-h6-bold-letter-spacing:var(--typography-h6-bold-letter-spacing);--typography-lg-h6-bold-paragraph-spacing:var(--typography-h6-bold-paragraph-spacing);--typography-lg-h6-bold-text-decoration:var(--typography-h6-bold-text-decoration);--typography-lg-h6-bold-text-case:var(--typography-h6-bold-text-case);--typography-lg-h6-bold-italic-font-family:var(--typography-h6-bold-italic-font-family);--typography-lg-h6-bold-italic-font-weight:var(--typography-h6-bold-italic-font-weight);--typography-lg-h6-bold-italic-font-size:var(--typography-h6-bold-italic-font-size);--typography-lg-h6-bold-italic-line-height:var(--typography-h6-bold-italic-line-height);--typography-lg-h6-bold-italic-letter-spacing:var(--typography-h6-bold-italic-letter-spacing);--typography-lg-h6-bold-italic-paragraph-spacing:var(--typography-h6-bold-italic-paragraph-spacing);--typography-lg-h6-bold-italic-text-decoration:var(--typography-h6-bold-italic-text-decoration);--typography-lg-h6-bold-italic-text-case:var(--typography-h6-bold-italic-text-case);--typography-lg-h6-bold-italic-font-style:var(--typography-h6-bold-italic-font-style);--typography-lg-h6-bold-underline-font-family:var(--typography-h6-bold-underline-font-family);--typography-lg-h6-bold-underline-font-weight:var(--typography-h6-bold-underline-font-weight);--typography-lg-h6-bold-underline-font-size:var(--typography-h6-bold-underline-font-size);--typography-lg-h6-bold-underline-line-height:var(--typography-h6-bold-underline-line-height);--typography-lg-h6-bold-underline-letter-spacing:var(--typography-h6-bold-underline-letter-spacing);--typography-lg-h6-bold-underline-paragraph-spacing:var(--typography-h6-bold-underline-paragraph-spacing);--typography-lg-h6-bold-underline-text-decoration:var(--typography-h6-bold-underline-text-decoration);--typography-lg-h6-bold-underline-text-case:var(--typography-h6-bold-underline-text-case);--typography-lg-subtitle-font-family:var(--typography-subtitle-font-family);--typography-lg-subtitle-font-weight:var(--typography-subtitle-font-weight);--typography-lg-subtitle-font-size:var(--typography-subtitle-font-size);--typography-lg-subtitle-line-height:var(--typography-subtitle-line-height);--typography-lg-subtitle-letter-spacing:var(--typography-subtitle-letter-spacing);--typography-lg-subtitle-paragraph-spacing:var(--typography-subtitle-paragraph-spacing);--typography-lg-subtitle-text-decoration:var(--typography-subtitle-text-decoration);--typography-lg-subtitle-text-case:var(--typography-subtitle-text-case);--typography-lg-subtitle-italic-font-family:var(--typography-subtitle-italic-font-family);--typography-lg-subtitle-italic-font-weight:var(--typography-subtitle-italic-font-weight);--typography-lg-subtitle-italic-font-size:var(--typography-subtitle-italic-font-size);--typography-lg-subtitle-italic-line-height:var(--typography-subtitle-italic-line-height);--typography-lg-subtitle-italic-letter-spacing:var(--typography-subtitle-italic-letter-spacing);--typography-lg-subtitle-italic-paragraph-spacing:var(--typography-subtitle-italic-paragraph-spacing);--typography-lg-subtitle-italic-text-decoration:var(--typography-subtitle-italic-text-decoration);--typography-lg-subtitle-italic-text-case:var(--typography-subtitle-italic-text-case);--typography-lg-subtitle-italic-font-style:var(--typography-subtitle-italic-font-style);--typography-lg-subtitle-underline-font-family:var(--typography-subtitle-underline-font-family);--typography-lg-subtitle-underline-font-weight:var(--typography-subtitle-underline-font-weight);--typography-lg-subtitle-underline-font-size:var(--typography-subtitle-underline-font-size);--typography-lg-subtitle-underline-line-height:var(--typography-subtitle-underline-line-height);--typography-lg-subtitle-underline-letter-spacing:var(--typography-subtitle-underline-letter-spacing);--typography-lg-subtitle-underline-paragraph-spacing:var(--typography-subtitle-underline-paragraph-spacing);--typography-lg-subtitle-underline-text-decoration:var(--typography-subtitle-underline-text-decoration);--typography-lg-subtitle-underline-text-case:var(--typography-subtitle-underline-text-case);--typography-lg-subtitle-regular-font-family:var(--typography-subtitle-regular-font-family);--typography-lg-subtitle-regular-font-weight:var(--typography-subtitle-regular-font-weight);--typography-lg-subtitle-regular-font-size:var(--typography-subtitle-regular-font-size);--typography-lg-subtitle-regular-line-height:var(--typography-subtitle-regular-line-height);--typography-lg-subtitle-regular-letter-spacing:var(--typography-subtitle-regular-letter-spacing);--typography-lg-subtitle-regular-paragraph-spacing:var(--typography-subtitle-regular-paragraph-spacing);--typography-lg-subtitle-regular-text-decoration:var(--typography-subtitle-regular-text-decoration);--typography-lg-subtitle-regular-text-case:var(--typography-subtitle-regular-text-case);--typography-lg-subtitle-regular-italic-font-family:var(--typography-subtitle-regular-italic-font-family);--typography-lg-subtitle-regular-italic-font-weight:var(--typography-subtitle-regular-italic-font-weight);--typography-lg-subtitle-regular-italic-font-size:var(--typography-subtitle-regular-italic-font-size);--typography-lg-subtitle-regular-italic-line-height:var(--typography-subtitle-regular-italic-line-height);--typography-lg-subtitle-regular-italic-letter-spacing:var(--typography-subtitle-regular-italic-letter-spacing);--typography-lg-subtitle-regular-italic-paragraph-spacing:var(--typography-subtitle-regular-italic-paragraph-spacing);--typography-lg-subtitle-regular-italic-text-decoration:var(--typography-subtitle-regular-italic-text-decoration);--typography-lg-subtitle-regular-italic-text-case:var(--typography-subtitle-regular-italic-text-case);--typography-lg-subtitle-regular-italic-font-style:var(--typography-subtitle-regular-italic-font-style);--typography-lg-subtitle-regular-underline-font-family:var(--typography-subtitle-regular-underline-font-family);--typography-lg-subtitle-regular-underline-font-weight:var(--typography-subtitle-regular-underline-font-weight);--typography-lg-subtitle-regular-underline-font-size:var(--typography-subtitle-regular-underline-font-size);--typography-lg-subtitle-regular-underline-line-height:var(--typography-subtitle-regular-underline-line-height);--typography-lg-subtitle-regular-underline-letter-spacing:var(--typography-subtitle-regular-underline-letter-spacing);--typography-lg-subtitle-regular-underline-paragraph-spacing:var(--typography-subtitle-regular-underline-paragraph-spacing);--typography-lg-subtitle-regular-underline-text-decoration:var(--typography-subtitle-regular-underline-text-decoration);--typography-lg-subtitle-regular-underline-text-case:var(--typography-subtitle-regular-underline-text-case);--typography-lg-subtitle-bold-font-family:var(--typography-subtitle-bold-font-family);--typography-lg-subtitle-bold-font-weight:var(--typography-subtitle-bold-font-weight);--typography-lg-subtitle-bold-font-size:var(--typography-subtitle-bold-font-size);--typography-lg-subtitle-bold-line-height:var(--typography-subtitle-bold-line-height);--typography-lg-subtitle-bold-letter-spacing:var(--typography-subtitle-bold-letter-spacing);--typography-lg-subtitle-bold-paragraph-spacing:var(--typography-subtitle-bold-paragraph-spacing);--typography-lg-subtitle-bold-text-decoration:var(--typography-subtitle-bold-text-decoration);--typography-lg-subtitle-bold-text-case:var(--typography-subtitle-bold-text-case);--typography-lg-subtitle-bold-italic-font-family:var(--typography-subtitle-bold-italic-font-family);--typography-lg-subtitle-bold-italic-font-weight:var(--typography-subtitle-bold-italic-font-weight);--typography-lg-subtitle-bold-italic-font-size:var(--typography-subtitle-bold-italic-font-size);--typography-lg-subtitle-bold-italic-line-height:var(--typography-subtitle-bold-italic-line-height);--typography-lg-subtitle-bold-italic-letter-spacing:var(--typography-subtitle-bold-italic-letter-spacing);--typography-lg-subtitle-bold-italic-paragraph-spacing:var(--typography-subtitle-bold-italic-paragraph-spacing);--typography-lg-subtitle-bold-italic-text-decoration:var(--typography-subtitle-bold-italic-text-decoration);--typography-lg-subtitle-bold-italic-text-case:var(--typography-subtitle-bold-italic-text-case);--typography-lg-subtitle-bold-italic-font-style:var(--typography-subtitle-bold-italic-font-style);--typography-lg-subtitle-bold-underline-font-family:var(--typography-subtitle-bold-underline-font-family);--typography-lg-subtitle-bold-underline-font-weight:var(--typography-subtitle-bold-underline-font-weight);--typography-lg-subtitle-bold-underline-font-size:var(--typography-subtitle-bold-underline-font-size);--typography-lg-subtitle-bold-underline-line-height:var(--typography-subtitle-bold-underline-line-height);--typography-lg-subtitle-bold-underline-letter-spacing:var(--typography-subtitle-bold-underline-letter-spacing);--typography-lg-subtitle-bold-underline-paragraph-spacing:var(--typography-subtitle-bold-underline-paragraph-spacing);--typography-lg-subtitle-bold-underline-text-decoration:var(--typography-subtitle-bold-underline-text-decoration);--typography-lg-subtitle-bold-underline-text-case:var(--typography-subtitle-bold-underline-text-case);--typography-lg-body-1-font-family:var(--typography-body-1-font-family);--typography-lg-body-1-font-weight:var(--typography-body-1-font-weight);--typography-lg-body-1-font-size:var(--typography-body-1-font-size);--typography-lg-body-1-line-height:var(--typography-body-1-line-height);--typography-lg-body-1-letter-spacing:var(--typography-body-1-letter-spacing);--typography-lg-body-1-paragraph-spacing:var(--typography-body-1-paragraph-spacing);--typography-lg-body-1-text-decoration:var(--typography-body-1-text-decoration);--typography-lg-body-1-text-case:var(--typography-body-1-text-case);--typography-lg-body-1-italic-font-family:var(--typography-body-1-italic-font-family);--typography-lg-body-1-italic-font-weight:var(--typography-body-1-italic-font-weight);--typography-lg-body-1-italic-font-size:var(--typography-body-1-italic-font-size);--typography-lg-body-1-italic-line-height:var(--typography-body-1-italic-line-height);--typography-lg-body-1-italic-letter-spacing:var(--typography-body-1-italic-letter-spacing);--typography-lg-body-1-italic-paragraph-spacing:var(--typography-body-1-italic-paragraph-spacing);--typography-lg-body-1-italic-text-decoration:var(--typography-body-1-italic-text-decoration);--typography-lg-body-1-italic-text-case:var(--typography-body-1-italic-text-case);--typography-lg-body-1-italic-font-style:var(--typography-body-1-italic-font-style);--typography-lg-body-1-underline-font-family:var(--typography-body-1-underline-font-family);--typography-lg-body-1-underline-font-weight:var(--typography-body-1-underline-font-weight);--typography-lg-body-1-underline-font-size:var(--typography-body-1-underline-font-size);--typography-lg-body-1-underline-line-height:var(--typography-body-1-underline-line-height);--typography-lg-body-1-underline-letter-spacing:var(--typography-body-1-underline-letter-spacing);--typography-lg-body-1-underline-paragraph-spacing:var(--typography-body-1-underline-paragraph-spacing);--typography-lg-body-1-underline-text-decoration:var(--typography-body-1-underline-text-decoration);--typography-lg-body-1-underline-text-case:var(--typography-body-1-underline-text-case);--typography-lg-body-1-regular-font-family:var(--typography-body-1-regular-font-family);--typography-lg-body-1-regular-font-weight:var(--typography-body-1-regular-font-weight);--typography-lg-body-1-regular-font-size:var(--typography-body-1-regular-font-size);--typography-lg-body-1-regular-line-height:var(--typography-body-1-regular-line-height);--typography-lg-body-1-regular-letter-spacing:var(--typography-body-1-regular-letter-spacing);--typography-lg-body-1-regular-paragraph-spacing:var(--typography-body-1-regular-paragraph-spacing);--typography-lg-body-1-regular-text-decoration:var(--typography-body-1-regular-text-decoration);--typography-lg-body-1-regular-text-case:var(--typography-body-1-regular-text-case);--typography-lg-body-1-regular-italic-font-family:var(--typography-body-1-regular-italic-font-family);--typography-lg-body-1-regular-italic-font-weight:var(--typography-body-1-regular-italic-font-weight);--typography-lg-body-1-regular-italic-font-size:var(--typography-body-1-regular-italic-font-size);--typography-lg-body-1-regular-italic-line-height:var(--typography-body-1-regular-italic-line-height);--typography-lg-body-1-regular-italic-letter-spacing:var(--typography-body-1-regular-italic-letter-spacing);--typography-lg-body-1-regular-italic-paragraph-spacing:var(--typography-body-1-regular-italic-paragraph-spacing);--typography-lg-body-1-regular-italic-text-decoration:var(--typography-body-1-regular-italic-text-decoration);--typography-lg-body-1-regular-italic-text-case:var(--typography-body-1-regular-italic-text-case);--typography-lg-body-1-regular-italic-font-style:var(--typography-body-1-regular-italic-font-style);--typography-lg-body-1-regular-underline-font-family:var(--typography-body-1-regular-underline-font-family);--typography-lg-body-1-regular-underline-font-weight:var(--typography-body-1-regular-underline-font-weight);--typography-lg-body-1-regular-underline-font-size:var(--typography-body-1-regular-underline-font-size);--typography-lg-body-1-regular-underline-line-height:var(--typography-body-1-regular-underline-line-height);--typography-lg-body-1-regular-underline-letter-spacing:var(--typography-body-1-regular-underline-letter-spacing);--typography-lg-body-1-regular-underline-paragraph-spacing:var(--typography-body-1-regular-underline-paragraph-spacing);--typography-lg-body-1-regular-underline-text-decoration:var(--typography-body-1-regular-underline-text-decoration);--typography-lg-body-1-regular-underline-text-case:var(--typography-body-1-regular-underline-text-case);--typography-lg-body-1-bold-font-family:var(--typography-body-1-bold-font-family);--typography-lg-body-1-bold-font-weight:var(--typography-body-1-bold-font-weight);--typography-lg-body-1-bold-font-size:var(--typography-body-1-bold-font-size);--typography-lg-body-1-bold-line-height:var(--typography-body-1-bold-line-height);--typography-lg-body-1-bold-letter-spacing:var(--typography-body-1-bold-letter-spacing);--typography-lg-body-1-bold-paragraph-spacing:var(--typography-body-1-bold-paragraph-spacing);--typography-lg-body-1-bold-text-decoration:var(--typography-body-1-bold-text-decoration);--typography-lg-body-1-bold-text-case:var(--typography-body-1-bold-text-case);--typography-lg-body-1-bold-italic-font-family:var(--typography-body-1-bold-italic-font-family);--typography-lg-body-1-bold-italic-font-weight:var(--typography-body-1-bold-italic-font-weight);--typography-lg-body-1-bold-italic-font-size:var(--typography-body-1-bold-italic-font-size);--typography-lg-body-1-bold-italic-line-height:var(--typography-body-1-bold-italic-line-height);--typography-lg-body-1-bold-italic-letter-spacing:var(--typography-body-1-bold-italic-letter-spacing);--typography-lg-body-1-bold-italic-paragraph-spacing:var(--typography-body-1-bold-italic-paragraph-spacing);--typography-lg-body-1-bold-italic-text-decoration:var(--typography-body-1-bold-italic-text-decoration);--typography-lg-body-1-bold-italic-text-case:var(--typography-body-1-bold-italic-text-case);--typography-lg-body-1-bold-italic-font-style:var(--typography-body-1-bold-italic-font-style);--typography-lg-body-1-bold-underline-font-family:var(--typography-body-1-bold-underline-font-family);--typography-lg-body-1-bold-underline-font-weight:var(--typography-body-1-bold-underline-font-weight);--typography-lg-body-1-bold-underline-font-size:var(--typography-body-1-bold-underline-font-size);--typography-lg-body-1-bold-underline-line-height:var(--typography-body-1-bold-underline-line-height);--typography-lg-body-1-bold-underline-letter-spacing:var(--typography-body-1-bold-underline-letter-spacing);--typography-lg-body-1-bold-underline-paragraph-spacing:var(--typography-body-1-bold-underline-paragraph-spacing);--typography-lg-body-1-bold-underline-text-decoration:var(--typography-body-1-bold-underline-text-decoration);--typography-lg-body-1-bold-underline-text-case:var(--typography-body-1-bold-underline-text-case);--typography-lg-body-2-font-family:var(--typography-body-2-font-family);--typography-lg-body-2-font-weight:var(--typography-body-2-font-weight);--typography-lg-body-2-font-size:var(--typography-body-2-font-size);--typography-lg-body-2-line-height:var(--typography-body-2-line-height);--typography-lg-body-2-letter-spacing:var(--typography-body-2-letter-spacing);--typography-lg-body-2-paragraph-spacing:var(--typography-body-2-paragraph-spacing);--typography-lg-body-2-text-decoration:var(--typography-body-2-text-decoration);--typography-lg-body-2-text-case:var(--typography-body-2-text-case);--typography-lg-body-2-italic-font-family:var(--typography-body-2-italic-font-family);--typography-lg-body-2-italic-font-weight:var(--typography-body-2-italic-font-weight);--typography-lg-body-2-italic-font-size:var(--typography-body-2-italic-font-size);--typography-lg-body-2-italic-line-height:var(--typography-body-2-italic-line-height);--typography-lg-body-2-italic-letter-spacing:var(--typography-body-2-italic-letter-spacing);--typography-lg-body-2-italic-paragraph-spacing:var(--typography-body-2-italic-paragraph-spacing);--typography-lg-body-2-italic-text-decoration:var(--typography-body-2-italic-text-decoration);--typography-lg-body-2-italic-text-case:var(--typography-body-2-italic-text-case);--typography-lg-body-2-italic-font-style:var(--typography-body-2-italic-font-style);--typography-lg-body-2-underline-font-family:var(--typography-body-2-underline-font-family);--typography-lg-body-2-underline-font-weight:var(--typography-body-2-underline-font-weight);--typography-lg-body-2-underline-font-size:var(--typography-body-2-underline-font-size);--typography-lg-body-2-underline-line-height:var(--typography-body-2-underline-line-height);--typography-lg-body-2-underline-letter-spacing:var(--typography-body-2-underline-letter-spacing);--typography-lg-body-2-underline-paragraph-spacing:var(--typography-body-2-underline-paragraph-spacing);--typography-lg-body-2-underline-text-decoration:var(--typography-body-2-underline-text-decoration);--typography-lg-body-2-underline-text-case:var(--typography-body-2-underline-text-case);--typography-lg-body-2-regular-font-family:var(--typography-body-2-regular-font-family);--typography-lg-body-2-regular-font-weight:var(--typography-body-2-regular-font-weight);--typography-lg-body-2-regular-font-size:var(--typography-body-2-regular-font-size);--typography-lg-body-2-regular-line-height:var(--typography-body-2-regular-line-height);--typography-lg-body-2-regular-letter-spacing:var(--typography-body-2-regular-letter-spacing);--typography-lg-body-2-regular-paragraph-spacing:var(--typography-body-2-regular-paragraph-spacing);--typography-lg-body-2-regular-text-decoration:var(--typography-body-2-regular-text-decoration);--typography-lg-body-2-regular-text-case:var(--typography-body-2-regular-text-case);--typography-lg-body-2-regular-italic-font-family:var(--typography-body-2-regular-italic-font-family);--typography-lg-body-2-regular-italic-font-weight:var(--typography-body-2-regular-italic-font-weight);--typography-lg-body-2-regular-italic-font-size:var(--typography-body-2-regular-italic-font-size);--typography-lg-body-2-regular-italic-line-height:var(--typography-body-2-regular-italic-line-height);--typography-lg-body-2-regular-italic-letter-spacing:var(--typography-body-2-regular-italic-letter-spacing);--typography-lg-body-2-regular-italic-paragraph-spacing:var(--typography-body-2-regular-italic-paragraph-spacing);--typography-lg-body-2-regular-italic-text-decoration:var(--typography-body-2-regular-italic-text-decoration);--typography-lg-body-2-regular-italic-text-case:var(--typography-body-2-regular-italic-text-case);--typography-lg-body-2-regular-italic-font-style:var(--typography-body-2-regular-italic-font-style);--typography-lg-body-2-regular-underline-font-family:var(--typography-body-2-regular-underline-font-family);--typography-lg-body-2-regular-underline-font-weight:var(--typography-body-2-regular-underline-font-weight);--typography-lg-body-2-regular-underline-font-size:var(--typography-body-2-regular-underline-font-size);--typography-lg-body-2-regular-underline-line-height:var(--typography-body-2-regular-underline-line-height);--typography-lg-body-2-regular-underline-letter-spacing:var(--typography-body-2-regular-underline-letter-spacing);--typography-lg-body-2-regular-underline-paragraph-spacing:var(--typography-body-2-regular-underline-paragraph-spacing);--typography-lg-body-2-regular-underline-text-decoration:var(--typography-body-2-regular-underline-text-decoration);--typography-lg-body-2-regular-underline-text-case:var(--typography-body-2-regular-underline-text-case);--typography-lg-body-2-bold-font-family:var(--typography-body-2-bold-font-family);--typography-lg-body-2-bold-font-weight:var(--typography-body-2-bold-font-weight);--typography-lg-body-2-bold-font-size:var(--typography-body-2-bold-font-size);--typography-lg-body-2-bold-line-height:var(--typography-body-2-bold-line-height);--typography-lg-body-2-bold-letter-spacing:var(--typography-body-2-bold-letter-spacing);--typography-lg-body-2-bold-paragraph-spacing:var(--typography-body-2-bold-paragraph-spacing);--typography-lg-body-2-bold-text-decoration:var(--typography-body-2-bold-text-decoration);--typography-lg-body-2-bold-text-case:var(--typography-body-2-bold-text-case);--typography-lg-body-2-bold-italic-font-family:var(--typography-body-2-bold-italic-font-family);--typography-lg-body-2-bold-italic-font-weight:var(--typography-body-2-bold-italic-font-weight);--typography-lg-body-2-bold-italic-font-size:var(--typography-body-2-bold-italic-font-size);--typography-lg-body-2-bold-italic-line-height:var(--typography-body-2-bold-italic-line-height);--typography-lg-body-2-bold-italic-letter-spacing:var(--typography-body-2-bold-italic-letter-spacing);--typography-lg-body-2-bold-italic-paragraph-spacing:var(--typography-body-2-bold-italic-paragraph-spacing);--typography-lg-body-2-bold-italic-text-decoration:var(--typography-body-2-bold-italic-text-decoration);--typography-lg-body-2-bold-italic-text-case:var(--typography-body-2-bold-italic-text-case);--typography-lg-body-2-bold-italic-font-style:var(--typography-body-2-bold-italic-font-style);--typography-lg-body-2-bold-underline-font-family:var(--typography-body-2-bold-underline-font-family);--typography-lg-body-2-bold-underline-font-weight:var(--typography-body-2-bold-underline-font-weight);--typography-lg-body-2-bold-underline-font-size:var(--typography-body-2-bold-underline-font-size);--typography-lg-body-2-bold-underline-line-height:var(--typography-body-2-bold-underline-line-height);--typography-lg-body-2-bold-underline-letter-spacing:var(--typography-body-2-bold-underline-letter-spacing);--typography-lg-body-2-bold-underline-paragraph-spacing:var(--typography-body-2-bold-underline-paragraph-spacing);--typography-lg-body-2-bold-underline-text-decoration:var(--typography-body-2-bold-underline-text-decoration);--typography-lg-body-2-bold-underline-text-case:var(--typography-body-2-bold-underline-text-case);--typography-lg-body-3-font-family:var(--typography-body-3-font-family);--typography-lg-body-3-font-weight:var(--typography-body-3-font-weight);--typography-lg-body-3-font-size:var(--typography-body-3-font-size);--typography-lg-body-3-line-height:var(--typography-body-3-line-height);--typography-lg-body-3-letter-spacing:var(--typography-body-3-letter-spacing);--typography-lg-body-3-paragraph-spacing:var(--typography-body-3-paragraph-spacing);--typography-lg-body-3-text-decoration:var(--typography-body-3-text-decoration);--typography-lg-body-3-text-case:var(--typography-body-3-text-case);--typography-lg-body-3-italic-font-family:var(--typography-body-3-italic-font-family);--typography-lg-body-3-italic-font-weight:var(--typography-body-3-italic-font-weight);--typography-lg-body-3-italic-font-size:var(--typography-body-3-italic-font-size);--typography-lg-body-3-italic-line-height:var(--typography-body-3-italic-line-height);--typography-lg-body-3-italic-letter-spacing:var(--typography-body-3-italic-letter-spacing);--typography-lg-body-3-italic-paragraph-spacing:var(--typography-body-3-italic-paragraph-spacing);--typography-lg-body-3-italic-text-decoration:var(--typography-body-3-italic-text-decoration);--typography-lg-body-3-italic-text-case:var(--typography-body-3-italic-text-case);--typography-lg-body-3-italic-font-style:var(--typography-body-3-italic-font-style);--typography-lg-body-3-underline-font-family:var(--typography-body-3-underline-font-family);--typography-lg-body-3-underline-font-weight:var(--typography-body-3-underline-font-weight);--typography-lg-body-3-underline-font-size:var(--typography-body-3-underline-font-size);--typography-lg-body-3-underline-line-height:var(--typography-body-3-underline-line-height);--typography-lg-body-3-underline-letter-spacing:var(--typography-body-3-underline-letter-spacing);--typography-lg-body-3-underline-paragraph-spacing:var(--typography-body-3-underline-paragraph-spacing);--typography-lg-body-3-underline-text-decoration:var(--typography-body-3-underline-text-decoration);--typography-lg-body-3-underline-text-case:var(--typography-body-3-underline-text-case);--typography-lg-body-3-regular-font-family:var(--typography-body-3-regular-font-family);--typography-lg-body-3-regular-font-weight:var(--typography-body-3-regular-font-weight);--typography-lg-body-3-regular-font-size:var(--typography-body-3-regular-font-size);--typography-lg-body-3-regular-line-height:var(--typography-body-3-regular-line-height);--typography-lg-body-3-regular-letter-spacing:var(--typography-body-3-regular-letter-spacing);--typography-lg-body-3-regular-paragraph-spacing:var(--typography-body-3-regular-paragraph-spacing);--typography-lg-body-3-regular-text-decoration:var(--typography-body-3-regular-text-decoration);--typography-lg-body-3-regular-text-case:var(--typography-body-3-regular-text-case);--typography-lg-body-3-regular-italic-font-family:var(--typography-body-3-regular-italic-font-family);--typography-lg-body-3-regular-italic-font-weight:var(--typography-body-3-regular-italic-font-weight);--typography-lg-body-3-regular-italic-font-size:var(--typography-body-3-regular-italic-font-size);--typography-lg-body-3-regular-italic-line-height:var(--typography-body-3-regular-italic-line-height);--typography-lg-body-3-regular-italic-letter-spacing:var(--typography-body-3-regular-italic-letter-spacing);--typography-lg-body-3-regular-italic-paragraph-spacing:var(--typography-body-3-regular-italic-paragraph-spacing);--typography-lg-body-3-regular-italic-text-decoration:var(--typography-body-3-regular-italic-text-decoration);--typography-lg-body-3-regular-italic-text-case:var(--typography-body-3-regular-italic-text-case);--typography-lg-body-3-regular-italic-font-style:var(--typography-body-3-regular-italic-font-style);--typography-lg-body-3-regular-underline-font-family:var(--typography-body-3-regular-underline-font-family);--typography-lg-body-3-regular-underline-font-weight:var(--typography-body-3-regular-underline-font-weight);--typography-lg-body-3-regular-underline-font-size:var(--typography-body-3-regular-underline-font-size);--typography-lg-body-3-regular-underline-line-height:var(--typography-body-3-regular-underline-line-height);--typography-lg-body-3-regular-underline-letter-spacing:var(--typography-body-3-regular-underline-letter-spacing);--typography-lg-body-3-regular-underline-paragraph-spacing:var(--typography-body-3-regular-underline-paragraph-spacing);--typography-lg-body-3-regular-underline-text-decoration:var(--typography-body-3-regular-underline-text-decoration);--typography-lg-body-3-regular-underline-text-case:var(--typography-body-3-regular-underline-text-case);--typography-lg-body-3-bold-font-family:var(--typography-body-3-bold-font-family);--typography-lg-body-3-bold-font-weight:var(--typography-body-3-bold-font-weight);--typography-lg-body-3-bold-font-size:var(--typography-body-3-bold-font-size);--typography-lg-body-3-bold-line-height:var(--typography-body-3-bold-line-height);--typography-lg-body-3-bold-letter-spacing:var(--typography-body-3-bold-letter-spacing);--typography-lg-body-3-bold-paragraph-spacing:var(--typography-body-3-bold-paragraph-spacing);--typography-lg-body-3-bold-text-decoration:var(--typography-body-3-bold-text-decoration);--typography-lg-body-3-bold-text-case:var(--typography-body-3-bold-text-case);--typography-lg-body-3-bold-italic-font-family:var(--typography-body-3-bold-italic-font-family);--typography-lg-body-3-bold-italic-font-weight:var(--typography-body-3-bold-italic-font-weight);--typography-lg-body-3-bold-italic-font-size:var(--typography-body-3-bold-italic-font-size);--typography-lg-body-3-bold-italic-line-height:var(--typography-body-3-bold-italic-line-height);--typography-lg-body-3-bold-italic-letter-spacing:var(--typography-body-3-bold-italic-letter-spacing);--typography-lg-body-3-bold-italic-paragraph-spacing:var(--typography-body-3-bold-italic-paragraph-spacing);--typography-lg-body-3-bold-italic-text-decoration:var(--typography-body-3-bold-italic-text-decoration);--typography-lg-body-3-bold-italic-text-case:var(--typography-body-3-bold-italic-text-case);--typography-lg-body-3-bold-italic-font-style:var(--typography-body-3-bold-italic-font-style);--typography-lg-body-3-bold-underline-font-family:var(--typography-body-3-bold-underline-font-family);--typography-lg-body-3-bold-underline-font-weight:var(--typography-body-3-bold-underline-font-weight);--typography-lg-body-3-bold-underline-font-size:var(--typography-body-3-bold-underline-font-size);--typography-lg-body-3-bold-underline-line-height:var(--typography-body-3-bold-underline-line-height);--typography-lg-body-3-bold-underline-letter-spacing:var(--typography-body-3-bold-underline-letter-spacing);--typography-lg-body-3-bold-underline-paragraph-spacing:var(--typography-body-3-bold-underline-paragraph-spacing);--typography-lg-body-3-bold-underline-text-decoration:var(--typography-body-3-bold-underline-text-decoration);--typography-lg-body-3-bold-underline-text-case:var(--typography-body-3-bold-underline-text-case);--typography-lg-caption-font-family:var(--typography-caption-font-family);--typography-lg-caption-font-weight:var(--typography-caption-font-weight);--typography-lg-caption-font-size:var(--typography-caption-font-size);--typography-lg-caption-line-height:var(--typography-caption-line-height);--typography-lg-caption-letter-spacing:var(--typography-caption-letter-spacing);--typography-lg-caption-paragraph-spacing:var(--typography-caption-paragraph-spacing);--typography-lg-caption-text-decoration:var(--typography-caption-text-decoration);--typography-lg-caption-text-case:var(--typography-caption-text-case);--typography-lg-caption-italic-font-family:var(--typography-caption-italic-font-family);--typography-lg-caption-italic-font-weight:var(--typography-caption-italic-font-weight);--typography-lg-caption-italic-font-size:var(--typography-caption-italic-font-size);--typography-lg-caption-italic-line-height:var(--typography-caption-italic-line-height);--typography-lg-caption-italic-letter-spacing:var(--typography-caption-italic-letter-spacing);--typography-lg-caption-italic-paragraph-spacing:var(--typography-caption-italic-paragraph-spacing);--typography-lg-caption-italic-text-decoration:var(--typography-caption-italic-text-decoration);--typography-lg-caption-italic-text-case:var(--typography-caption-italic-text-case);--typography-lg-caption-italic-font-style:var(--typography-caption-italic-font-style);--typography-lg-caption-underline-font-family:var(--typography-caption-underline-font-family);--typography-lg-caption-underline-font-weight:var(--typography-caption-underline-font-weight);--typography-lg-caption-underline-font-size:var(--typography-caption-underline-font-size);--typography-lg-caption-underline-line-height:var(--typography-caption-underline-line-height);--typography-lg-caption-underline-letter-spacing:var(--typography-caption-underline-letter-spacing);--typography-lg-caption-underline-paragraph-spacing:var(--typography-caption-underline-paragraph-spacing);--typography-lg-caption-underline-text-decoration:var(--typography-caption-underline-text-decoration);--typography-lg-caption-underline-text-case:var(--typography-caption-underline-text-case);--typography-lg-caption-regular-font-family:var(--typography-caption-regular-font-family);--typography-lg-caption-regular-font-weight:var(--typography-caption-regular-font-weight);--typography-lg-caption-regular-font-size:var(--typography-caption-regular-font-size);--typography-lg-caption-regular-line-height:var(--typography-caption-regular-line-height);--typography-lg-caption-regular-letter-spacing:var(--typography-caption-regular-letter-spacing);--typography-lg-caption-regular-paragraph-spacing:var(--typography-caption-regular-paragraph-spacing);--typography-lg-caption-regular-text-decoration:var(--typography-caption-regular-text-decoration);--typography-lg-caption-regular-text-case:var(--typography-caption-regular-text-case);--typography-lg-caption-regular-italic-font-family:var(--typography-caption-regular-italic-font-family);--typography-lg-caption-regular-italic-font-weight:var(--typography-caption-regular-italic-font-weight);--typography-lg-caption-regular-italic-font-size:var(--typography-caption-regular-italic-font-size);--typography-lg-caption-regular-italic-line-height:var(--typography-caption-regular-italic-line-height);--typography-lg-caption-regular-italic-letter-spacing:var(--typography-caption-regular-italic-letter-spacing);--typography-lg-caption-regular-italic-paragraph-spacing:var(--typography-caption-regular-italic-paragraph-spacing);--typography-lg-caption-regular-italic-text-decoration:var(--typography-caption-regular-italic-text-decoration);--typography-lg-caption-regular-italic-text-case:var(--typography-caption-regular-italic-text-case);--typography-lg-caption-regular-italic-font-style:var(--typography-caption-regular-italic-font-style);--typography-lg-caption-regular-underline-font-family:var(--typography-caption-regular-underline-font-family);--typography-lg-caption-regular-underline-font-weight:var(--typography-caption-regular-underline-font-weight);--typography-lg-caption-regular-underline-font-size:var(--typography-caption-regular-underline-font-size);--typography-lg-caption-regular-underline-line-height:var(--typography-caption-regular-underline-line-height);--typography-lg-caption-regular-underline-letter-spacing:var(--typography-caption-regular-underline-letter-spacing);--typography-lg-caption-regular-underline-paragraph-spacing:var(--typography-caption-regular-underline-paragraph-spacing);--typography-lg-caption-regular-underline-text-decoration:var(--typography-caption-regular-underline-text-decoration);--typography-lg-caption-regular-underline-text-case:var(--typography-caption-regular-underline-text-case);--typography-lg-caption-bold-font-family:var(--typography-caption-bold-font-family);--typography-lg-caption-bold-font-weight:var(--typography-caption-bold-font-weight);--typography-lg-caption-bold-font-size:var(--typography-caption-bold-font-size);--typography-lg-caption-bold-line-height:var(--typography-caption-bold-line-height);--typography-lg-caption-bold-letter-spacing:var(--typography-caption-bold-letter-spacing);--typography-lg-caption-bold-paragraph-spacing:var(--typography-caption-bold-paragraph-spacing);--typography-lg-caption-bold-text-decoration:var(--typography-caption-bold-text-decoration);--typography-lg-caption-bold-text-case:var(--typography-caption-bold-text-case);--typography-lg-caption-bold-italic-font-family:var(--typography-caption-bold-italic-font-family);--typography-lg-caption-bold-italic-font-weight:var(--typography-caption-bold-italic-font-weight);--typography-lg-caption-bold-italic-font-size:var(--typography-caption-bold-italic-font-size);--typography-lg-caption-bold-italic-line-height:var(--typography-caption-bold-italic-line-height);--typography-lg-caption-bold-italic-letter-spacing:var(--typography-caption-bold-italic-letter-spacing);--typography-lg-caption-bold-italic-paragraph-spacing:var(--typography-caption-bold-italic-paragraph-spacing);--typography-lg-caption-bold-italic-text-decoration:var(--typography-caption-bold-italic-text-decoration);--typography-lg-caption-bold-italic-text-case:var(--typography-caption-bold-italic-text-case);--typography-lg-caption-bold-italic-font-style:var(--typography-caption-bold-italic-font-style);--typography-lg-caption-bold-underline-font-family:var(--typography-caption-bold-underline-font-family);--typography-lg-caption-bold-underline-font-weight:var(--typography-caption-bold-underline-font-weight);--typography-lg-caption-bold-underline-font-size:var(--typography-caption-bold-underline-font-size);--typography-lg-caption-bold-underline-line-height:var(--typography-caption-bold-underline-line-height);--typography-lg-caption-bold-underline-letter-spacing:var(--typography-caption-bold-underline-letter-spacing);--typography-lg-caption-bold-underline-paragraph-spacing:var(--typography-caption-bold-underline-paragraph-spacing);--typography-lg-caption-bold-underline-text-decoration:var(--typography-caption-bold-underline-text-decoration);--typography-lg-caption-bold-underline-text-case:var(--typography-caption-bold-underline-text-case);--typography-lg-overline-font-family:var(--typography-overline-font-family);--typography-lg-overline-font-weight:var(--typography-overline-font-weight);--typography-lg-overline-font-size:var(--typography-overline-font-size);--typography-lg-overline-line-height:var(--typography-overline-line-height);--typography-lg-overline-letter-spacing:var(--typography-overline-letter-spacing);--typography-lg-overline-paragraph-spacing:var(--typography-overline-paragraph-spacing);--typography-lg-overline-text-decoration:var(--typography-overline-text-decoration);--typography-lg-overline-text-case:var(--typography-overline-text-case);--typography-lg-overline-italic-font-family:var(--typography-overline-italic-font-family);--typography-lg-overline-italic-font-weight:var(--typography-overline-italic-font-weight);--typography-lg-overline-italic-font-size:var(--typography-overline-italic-font-size);--typography-lg-overline-italic-line-height:var(--typography-overline-italic-line-height);--typography-lg-overline-italic-letter-spacing:var(--typography-overline-italic-letter-spacing);--typography-lg-overline-italic-paragraph-spacing:var(--typography-overline-italic-paragraph-spacing);--typography-lg-overline-italic-text-decoration:var(--typography-overline-italic-text-decoration);--typography-lg-overline-italic-text-case:var(--typography-overline-italic-text-case);--typography-lg-overline-italic-font-style:var(--typography-overline-italic-font-style);--typography-lg-overline-underline-font-family:var(--typography-overline-underline-font-family);--typography-lg-overline-underline-font-weight:var(--typography-overline-underline-font-weight);--typography-lg-overline-underline-font-size:var(--typography-overline-underline-font-size);--typography-lg-overline-underline-line-height:var(--typography-overline-underline-line-height);--typography-lg-overline-underline-letter-spacing:var(--typography-overline-underline-letter-spacing);--typography-lg-overline-underline-paragraph-spacing:var(--typography-overline-underline-paragraph-spacing);--typography-lg-overline-underline-text-decoration:var(--typography-overline-underline-text-decoration);--typography-lg-overline-underline-text-case:var(--typography-overline-underline-text-case);--typography-lg-overline-regular-font-family:var(--typography-overline-regular-font-family);--typography-lg-overline-regular-font-weight:var(--typography-overline-regular-font-weight);--typography-lg-overline-regular-font-size:var(--typography-overline-regular-font-size);--typography-lg-overline-regular-line-height:var(--typography-overline-regular-line-height);--typography-lg-overline-regular-letter-spacing:var(--typography-overline-regular-letter-spacing);--typography-lg-overline-regular-paragraph-spacing:var(--typography-overline-regular-paragraph-spacing);--typography-lg-overline-regular-text-decoration:var(--typography-overline-regular-text-decoration);--typography-lg-overline-regular-text-case:var(--typography-overline-regular-text-case);--typography-lg-overline-regular-italic-font-family:var(--typography-overline-regular-italic-font-family);--typography-lg-overline-regular-italic-font-weight:var(--typography-overline-regular-italic-font-weight);--typography-lg-overline-regular-italic-font-size:var(--typography-overline-regular-italic-font-size);--typography-lg-overline-regular-italic-line-height:var(--typography-overline-regular-italic-line-height);--typography-lg-overline-regular-italic-letter-spacing:var(--typography-overline-regular-italic-letter-spacing);--typography-lg-overline-regular-italic-paragraph-spacing:var(--typography-overline-regular-italic-paragraph-spacing);--typography-lg-overline-regular-italic-text-decoration:var(--typography-overline-regular-italic-text-decoration);--typography-lg-overline-regular-italic-text-case:var(--typography-overline-regular-italic-text-case);--typography-lg-overline-regular-italic-font-style:var(--typography-overline-regular-italic-font-style);--typography-lg-overline-regular-underline-font-family:var(--typography-overline-regular-underline-font-family);--typography-lg-overline-regular-underline-font-weight:var(--typography-overline-regular-underline-font-weight);--typography-lg-overline-regular-underline-font-size:var(--typography-overline-regular-underline-font-size);--typography-lg-overline-regular-underline-line-height:var(--typography-overline-regular-underline-line-height);--typography-lg-overline-regular-underline-letter-spacing:var(--typography-overline-regular-underline-letter-spacing);--typography-lg-overline-regular-underline-paragraph-spacing:var(--typography-overline-regular-underline-paragraph-spacing);--typography-lg-overline-regular-underline-text-decoration:var(--typography-overline-regular-underline-text-decoration);--typography-lg-overline-regular-underline-text-case:var(--typography-overline-regular-underline-text-case);--typography-lg-overline-bold-font-family:var(--typography-overline-bold-font-family);--typography-lg-overline-bold-font-weight:var(--typography-overline-bold-font-weight);--typography-lg-overline-bold-font-size:var(--typography-overline-bold-font-size);--typography-lg-overline-bold-line-height:var(--typography-overline-bold-line-height);--typography-lg-overline-bold-letter-spacing:var(--typography-overline-bold-letter-spacing);--typography-lg-overline-bold-paragraph-spacing:var(--typography-overline-bold-paragraph-spacing);--typography-lg-overline-bold-text-decoration:var(--typography-overline-bold-text-decoration);--typography-lg-overline-bold-text-case:var(--typography-overline-bold-text-case);--typography-lg-overline-bold-italic-font-family:var(--typography-overline-bold-italic-font-family);--typography-lg-overline-bold-italic-font-weight:var(--typography-overline-bold-italic-font-weight);--typography-lg-overline-bold-italic-font-size:var(--typography-overline-bold-italic-font-size);--typography-lg-overline-bold-italic-line-height:var(--typography-overline-bold-italic-line-height);--typography-lg-overline-bold-italic-letter-spacing:var(--typography-overline-bold-italic-letter-spacing);--typography-lg-overline-bold-italic-paragraph-spacing:var(--typography-overline-bold-italic-paragraph-spacing);--typography-lg-overline-bold-italic-text-decoration:var(--typography-overline-bold-italic-text-decoration);--typography-lg-overline-bold-italic-text-case:var(--typography-overline-bold-italic-text-case);--typography-lg-overline-bold-italic-font-style:var(--typography-overline-bold-italic-font-style);--typography-lg-overline-bold-underline-font-family:var(--typography-overline-bold-underline-font-family);--typography-lg-overline-bold-underline-font-weight:var(--typography-overline-bold-underline-font-weight);--typography-lg-overline-bold-underline-font-size:var(--typography-overline-bold-underline-font-size);--typography-lg-overline-bold-underline-line-height:var(--typography-overline-bold-underline-line-height);--typography-lg-overline-bold-underline-letter-spacing:var(--typography-overline-bold-underline-letter-spacing);--typography-lg-overline-bold-underline-paragraph-spacing:var(--typography-overline-bold-underline-paragraph-spacing);--typography-lg-overline-bold-underline-text-decoration:var(--typography-overline-bold-underline-text-decoration);--typography-lg-overline-bold-underline-text-case:var(--typography-overline-bold-underline-text-case);--typography-lg-button-sm-font-family:var(--typography-button-sm-font-family);--typography-lg-button-sm-font-weight:var(--typography-button-sm-font-weight);--typography-lg-button-sm-font-size:var(--typography-button-sm-font-size);--typography-lg-button-sm-line-height:var(--typography-button-sm-line-height);--typography-lg-button-sm-letter-spacing:var(--typography-button-sm-letter-spacing);--typography-lg-button-sm-paragraph-spacing:var(--typography-button-sm-paragraph-spacing);--typography-lg-button-sm-text-decoration:var(--typography-button-sm-text-decoration);--typography-lg-button-sm-text-case:var(--typography-button-sm-text-case);--typography-lg-button-md-font-family:var(--typography-button-md-font-family);--typography-lg-button-md-font-weight:var(--typography-button-md-font-weight);--typography-lg-button-md-font-size:var(--typography-button-md-font-size);--typography-lg-button-md-line-height:var(--typography-button-md-line-height);--typography-lg-button-md-letter-spacing:var(--typography-button-md-letter-spacing);--typography-lg-button-md-paragraph-spacing:var(--typography-button-md-paragraph-spacing);--typography-lg-button-md-text-decoration:var(--typography-button-md-text-decoration);--typography-lg-button-md-text-case:var(--typography-button-md-text-case);--typography-lg-button-lg-font-family:var(--typography-button-lg-font-family);--typography-lg-button-lg-font-weight:var(--typography-button-lg-font-weight);--typography-lg-button-lg-font-size:var(--typography-button-lg-font-size);--typography-lg-button-lg-line-height:var(--typography-button-lg-line-height);--typography-lg-button-lg-letter-spacing:var(--typography-button-lg-letter-spacing);--typography-lg-button-lg-paragraph-spacing:var(--typography-button-lg-paragraph-spacing);--typography-lg-button-lg-text-decoration:var(--typography-button-lg-text-decoration);--typography-lg-button-lg-text-case:var(--typography-button-lg-text-case);--typography-md-display-1-font-family:var(--typography-mobile-display-1-font-family);--typography-md-display-1-font-weight:var(--typography-mobile-display-1-font-weight);--typography-md-display-1-font-size:var(--typography-mobile-display-1-font-size);--typography-md-display-1-line-height:var(--typography-mobile-display-1-line-height);--typography-md-display-1-letter-spacing:var(--typography-mobile-display-1-letter-spacing);--typography-md-display-1-paragraph-spacing:var(--typography-mobile-display-1-paragraph-spacing);--typography-md-display-1-text-decoration:var(--typography-mobile-display-1-text-decoration);--typography-md-display-1-text-case:var(--typography-mobile-display-1-text-case);--typography-md-display-1-regular-font-family:var(--typography-mobile-display-1-regular-font-family);--typography-md-display-1-regular-font-weight:var(--typography-mobile-display-1-regular-font-weight);--typography-md-display-1-regular-font-size:var(--typography-mobile-display-1-regular-font-size);--typography-md-display-1-regular-line-height:var(--typography-mobile-display-1-regular-line-height);--typography-md-display-1-regular-letter-spacing:var(--typography-mobile-display-1-regular-letter-spacing);--typography-md-display-1-regular-paragraph-spacing:var(--typography-mobile-display-1-regular-paragraph-spacing);--typography-md-display-1-regular-text-decoration:var(--typography-mobile-display-1-regular-text-decoration);--typography-md-display-1-regular-text-case:var(--typography-mobile-display-1-regular-text-case);--typography-md-display-1-bold-font-family:var(--typography-mobile-display-1-bold-font-family);--typography-md-display-1-bold-font-weight:var(--typography-mobile-display-1-bold-font-weight);--typography-md-display-1-bold-font-size:var(--typography-mobile-display-1-bold-font-size);--typography-md-display-1-bold-line-height:var(--typography-mobile-display-1-bold-line-height);--typography-md-display-1-bold-letter-spacing:var(--typography-mobile-display-1-bold-letter-spacing);--typography-md-display-1-bold-paragraph-spacing:var(--typography-mobile-display-1-bold-paragraph-spacing);--typography-md-display-1-bold-text-decoration:var(--typography-mobile-display-1-bold-text-decoration);--typography-md-display-1-bold-text-case:var(--typography-mobile-display-1-bold-text-case);--typography-md-display-2-font-family:var(--typography-mobile-display-2-font-family);--typography-md-display-2-font-weight:var(--typography-mobile-display-2-font-weight);--typography-md-display-2-font-size:var(--typography-mobile-display-2-font-size);--typography-md-display-2-line-height:var(--typography-mobile-display-2-line-height);--typography-md-display-2-letter-spacing:var(--typography-mobile-display-2-letter-spacing);--typography-md-display-2-paragraph-spacing:var(--typography-mobile-display-2-paragraph-spacing);--typography-md-display-2-text-decoration:var(--typography-mobile-display-2-text-decoration);--typography-md-display-2-text-case:var(--typography-mobile-display-2-text-case);--typography-md-display-2-regular-font-family:var(--typography-mobile-display-2-regular-font-family);--typography-md-display-2-regular-font-weight:var(--typography-mobile-display-2-regular-font-weight);--typography-md-display-2-regular-font-size:var(--typography-mobile-display-2-regular-font-size);--typography-md-display-2-regular-line-height:var(--typography-mobile-display-2-regular-line-height);--typography-md-display-2-regular-letter-spacing:var(--typography-mobile-display-2-regular-letter-spacing);--typography-md-display-2-regular-paragraph-spacing:var(--typography-mobile-display-2-regular-paragraph-spacing);--typography-md-display-2-regular-text-decoration:var(--typography-mobile-display-2-regular-text-decoration);--typography-md-display-2-regular-text-case:var(--typography-mobile-display-2-regular-text-case);--typography-md-display-2-bold-font-family:var(--typography-mobile-display-2-bold-font-family);--typography-md-display-2-bold-font-weight:var(--typography-mobile-display-2-bold-font-weight);--typography-md-display-2-bold-font-size:var(--typography-mobile-display-2-bold-font-size);--typography-md-display-2-bold-line-height:var(--typography-mobile-display-2-bold-line-height);--typography-md-display-2-bold-letter-spacing:var(--typography-mobile-display-2-bold-letter-spacing);--typography-md-display-2-bold-paragraph-spacing:var(--typography-mobile-display-2-bold-paragraph-spacing);--typography-md-display-2-bold-text-decoration:var(--typography-mobile-display-2-bold-text-decoration);--typography-md-display-2-bold-text-case:var(--typography-mobile-display-2-bold-text-case);--typography-md-display-3-font-family:var(--typography-mobile-display-3-font-family);--typography-md-display-3-font-weight:var(--typography-mobile-display-3-font-weight);--typography-md-display-3-font-size:var(--typography-mobile-display-3-font-size);--typography-md-display-3-line-height:var(--typography-mobile-display-3-line-height);--typography-md-display-3-letter-spacing:var(--typography-mobile-display-3-letter-spacing);--typography-md-display-3-paragraph-spacing:var(--typography-mobile-display-3-paragraph-spacing);--typography-md-display-3-text-decoration:var(--typography-mobile-display-3-text-decoration);--typography-md-display-3-text-case:var(--typography-mobile-display-3-text-case);--typography-md-display-3-regular-font-family:var(--typography-mobile-display-3-regular-font-family);--typography-md-display-3-regular-font-weight:var(--typography-mobile-display-3-regular-font-weight);--typography-md-display-3-regular-font-size:var(--typography-mobile-display-3-regular-font-size);--typography-md-display-3-regular-line-height:var(--typography-mobile-display-3-regular-line-height);--typography-md-display-3-regular-letter-spacing:var(--typography-mobile-display-3-regular-letter-spacing);--typography-md-display-3-regular-paragraph-spacing:var(--typography-mobile-display-3-regular-paragraph-spacing);--typography-md-display-3-regular-text-decoration:var(--typography-mobile-display-3-regular-text-decoration);--typography-md-display-3-regular-text-case:var(--typography-mobile-display-3-regular-text-case);--typography-md-display-3-bold-font-family:var(--typography-mobile-display-3-bold-font-family);--typography-md-display-3-bold-font-weight:var(--typography-mobile-display-3-bold-font-weight);--typography-md-display-3-bold-font-size:var(--typography-mobile-display-3-bold-font-size);--typography-md-display-3-bold-line-height:var(--typography-mobile-display-3-bold-line-height);--typography-md-display-3-bold-letter-spacing:var(--typography-mobile-display-3-bold-letter-spacing);--typography-md-display-3-bold-paragraph-spacing:var(--typography-mobile-display-3-bold-paragraph-spacing);--typography-md-display-3-bold-text-decoration:var(--typography-mobile-display-3-bold-text-decoration);--typography-md-display-3-bold-text-case:var(--typography-mobile-display-3-bold-text-case);--typography-md-display-4-font-family:var(--typography-mobile-display-4-font-family);--typography-md-display-4-font-weight:var(--typography-mobile-display-4-font-weight);--typography-md-display-4-font-size:var(--typography-mobile-display-4-font-size);--typography-md-display-4-line-height:var(--typography-mobile-display-4-line-height);--typography-md-display-4-letter-spacing:var(--typography-mobile-display-4-letter-spacing);--typography-md-display-4-paragraph-spacing:var(--typography-mobile-display-4-paragraph-spacing);--typography-md-display-4-text-decoration:var(--typography-mobile-display-4-text-decoration);--typography-md-display-4-text-case:var(--typography-mobile-display-4-text-case);--typography-md-display-4-regular-font-family:var(--typography-mobile-display-4-regular-font-family);--typography-md-display-4-regular-font-weight:var(--typography-mobile-display-4-regular-font-weight);--typography-md-display-4-regular-font-size:var(--typography-mobile-display-4-regular-font-size);--typography-md-display-4-regular-line-height:var(--typography-mobile-display-4-regular-line-height);--typography-md-display-4-regular-letter-spacing:var(--typography-mobile-display-4-regular-letter-spacing);--typography-md-display-4-regular-paragraph-spacing:var(--typography-mobile-display-4-regular-paragraph-spacing);--typography-md-display-4-regular-text-decoration:var(--typography-mobile-display-4-regular-text-decoration);--typography-md-display-4-regular-text-case:var(--typography-mobile-display-4-regular-text-case);--typography-md-display-4-bold-font-family:var(--typography-mobile-display-4-bold-font-family);--typography-md-display-4-bold-font-weight:var(--typography-mobile-display-4-bold-font-weight);--typography-md-display-4-bold-font-size:var(--typography-mobile-display-4-bold-font-size);--typography-md-display-4-bold-line-height:var(--typography-mobile-display-4-bold-line-height);--typography-md-display-4-bold-letter-spacing:var(--typography-mobile-display-4-bold-letter-spacing);--typography-md-display-4-bold-paragraph-spacing:var(--typography-mobile-display-4-bold-paragraph-spacing);--typography-md-display-4-bold-text-decoration:var(--typography-mobile-display-4-bold-text-decoration);--typography-md-display-4-bold-text-case:var(--typography-mobile-display-4-bold-text-case);--typography-md-h1-font-family:var(--typography-mobile-h1-font-family);--typography-md-h1-font-weight:var(--typography-mobile-h1-font-weight);--typography-md-h1-font-size:var(--typography-mobile-h1-font-size);--typography-md-h1-line-height:var(--typography-mobile-h1-line-height);--typography-md-h1-letter-spacing:var(--typography-mobile-h1-letter-spacing);--typography-md-h1-paragraph-spacing:var(--typography-mobile-h1-paragraph-spacing);--typography-md-h1-text-decoration:var(--typography-mobile-h1-text-decoration);--typography-md-h1-text-case:var(--typography-mobile-h1-text-case);--typography-md-h1-regular-font-family:var(--typography-mobile-h1-regular-font-family);--typography-md-h1-regular-font-weight:var(--typography-mobile-h1-regular-font-weight);--typography-md-h1-regular-font-size:var(--typography-mobile-h1-regular-font-size);--typography-md-h1-regular-line-height:var(--typography-mobile-h1-regular-line-height);--typography-md-h1-regular-letter-spacing:var(--typography-mobile-h1-regular-letter-spacing);--typography-md-h1-regular-paragraph-spacing:var(--typography-mobile-h1-regular-paragraph-spacing);--typography-md-h1-regular-text-decoration:var(--typography-mobile-h1-regular-text-decoration);--typography-md-h1-regular-text-case:var(--typography-mobile-h1-regular-text-case);--typography-md-h1-bold-font-family:var(--typography-mobile-h1-bold-font-family);--typography-md-h1-bold-font-weight:var(--typography-mobile-h1-bold-font-weight);--typography-md-h1-bold-font-size:var(--typography-mobile-h1-bold-font-size);--typography-md-h1-bold-line-height:var(--typography-mobile-h1-bold-line-height);--typography-md-h1-bold-letter-spacing:var(--typography-mobile-h1-bold-letter-spacing);--typography-md-h1-bold-paragraph-spacing:var(--typography-mobile-h1-bold-paragraph-spacing);--typography-md-h1-bold-text-decoration:var(--typography-mobile-h1-bold-text-decoration);--typography-md-h1-bold-text-case:var(--typography-mobile-h1-bold-text-case);--typography-md-h2-font-family:var(--typography-mobile-h2-font-family);--typography-md-h2-font-weight:var(--typography-mobile-h2-font-weight);--typography-md-h2-font-size:var(--typography-mobile-h2-font-size);--typography-md-h2-line-height:var(--typography-mobile-h2-line-height);--typography-md-h2-letter-spacing:var(--typography-mobile-h2-letter-spacing);--typography-md-h2-paragraph-spacing:var(--typography-mobile-h2-paragraph-spacing);--typography-md-h2-text-decoration:var(--typography-mobile-h2-text-decoration);--typography-md-h2-text-case:var(--typography-mobile-h2-text-case);--typography-md-h2-regular-font-family:var(--typography-mobile-h2-regular-font-family);--typography-md-h2-regular-font-weight:var(--typography-mobile-h2-regular-font-weight);--typography-md-h2-regular-font-size:var(--typography-mobile-h2-regular-font-size);--typography-md-h2-regular-line-height:var(--typography-mobile-h2-regular-line-height);--typography-md-h2-regular-letter-spacing:var(--typography-mobile-h2-regular-letter-spacing);--typography-md-h2-regular-paragraph-spacing:var(--typography-mobile-h2-regular-paragraph-spacing);--typography-md-h2-regular-text-decoration:var(--typography-mobile-h2-regular-text-decoration);--typography-md-h2-regular-text-case:var(--typography-mobile-h2-regular-text-case);--typography-md-h2-bold-font-family:var(--typography-mobile-h2-bold-font-family);--typography-md-h2-bold-font-weight:var(--typography-mobile-h2-bold-font-weight);--typography-md-h2-bold-font-size:var(--typography-mobile-h2-bold-font-size);--typography-md-h2-bold-line-height:var(--typography-mobile-h2-bold-line-height);--typography-md-h2-bold-letter-spacing:var(--typography-mobile-h2-bold-letter-spacing);--typography-md-h2-bold-paragraph-spacing:var(--typography-mobile-h2-bold-paragraph-spacing);--typography-md-h2-bold-text-decoration:var(--typography-mobile-h2-bold-text-decoration);--typography-md-h2-bold-text-case:var(--typography-mobile-h2-bold-text-case);--typography-md-h3-font-family:var(--typography-mobile-h3-font-family);--typography-md-h3-font-weight:var(--typography-mobile-h3-font-weight);--typography-md-h3-font-size:var(--typography-mobile-h3-font-size);--typography-md-h3-line-height:var(--typography-mobile-h3-line-height);--typography-md-h3-letter-spacing:var(--typography-mobile-h3-letter-spacing);--typography-md-h3-paragraph-spacing:var(--typography-mobile-h3-paragraph-spacing);--typography-md-h3-text-decoration:var(--typography-mobile-h3-text-decoration);--typography-md-h3-text-case:var(--typography-mobile-h3-text-case);--typography-md-h3-regular-font-family:var(--typography-mobile-h3-regular-font-family);--typography-md-h3-regular-font-weight:var(--typography-mobile-h3-regular-font-weight);--typography-md-h3-regular-font-size:var(--typography-mobile-h3-regular-font-size);--typography-md-h3-regular-line-height:var(--typography-mobile-h3-regular-line-height);--typography-md-h3-regular-letter-spacing:var(--typography-mobile-h3-regular-letter-spacing);--typography-md-h3-regular-paragraph-spacing:var(--typography-mobile-h3-regular-paragraph-spacing);--typography-md-h3-regular-text-decoration:var(--typography-mobile-h3-regular-text-decoration);--typography-md-h3-regular-text-case:var(--typography-mobile-h3-regular-text-case);--typography-md-h3-bold-font-family:var(--typography-mobile-h3-bold-font-family);--typography-md-h3-bold-font-weight:var(--typography-mobile-h3-bold-font-weight);--typography-md-h3-bold-font-size:var(--typography-mobile-h3-bold-font-size);--typography-md-h3-bold-line-height:var(--typography-mobile-h3-bold-line-height);--typography-md-h3-bold-letter-spacing:var(--typography-mobile-h3-bold-letter-spacing);--typography-md-h3-bold-paragraph-spacing:var(--typography-mobile-h3-bold-paragraph-spacing);--typography-md-h3-bold-text-decoration:var(--typography-mobile-h3-bold-text-decoration);--typography-md-h3-bold-text-case:var(--typography-mobile-h3-bold-text-case);--typography-md-h4-font-family:var(--typography-mobile-h4-font-family);--typography-md-h4-font-weight:var(--typography-mobile-h4-font-weight);--typography-md-h4-font-size:var(--typography-mobile-h4-font-size);--typography-md-h4-line-height:var(--typography-mobile-h4-line-height);--typography-md-h4-letter-spacing:var(--typography-mobile-h4-letter-spacing);--typography-md-h4-paragraph-spacing:var(--typography-mobile-h4-paragraph-spacing);--typography-md-h4-text-decoration:var(--typography-mobile-h4-text-decoration);--typography-md-h4-text-case:var(--typography-mobile-h4-text-case);--typography-md-h4-regular-font-family:var(--typography-mobile-h4-regular-font-family);--typography-md-h4-regular-font-weight:var(--typography-mobile-h4-regular-font-weight);--typography-md-h4-regular-font-size:var(--typography-mobile-h4-regular-font-size);--typography-md-h4-regular-line-height:var(--typography-mobile-h4-regular-line-height);--typography-md-h4-regular-letter-spacing:var(--typography-mobile-h4-regular-letter-spacing);--typography-md-h4-regular-paragraph-spacing:var(--typography-mobile-h4-regular-paragraph-spacing);--typography-md-h4-regular-text-decoration:var(--typography-mobile-h4-regular-text-decoration);--typography-md-h4-regular-text-case:var(--typography-mobile-h4-regular-text-case);--typography-md-h4-bold-font-family:var(--typography-mobile-h4-bold-font-family);--typography-md-h4-bold-font-weight:var(--typography-mobile-h4-bold-font-weight);--typography-md-h4-bold-font-size:var(--typography-mobile-h4-bold-font-size);--typography-md-h4-bold-line-height:var(--typography-mobile-h4-bold-line-height);--typography-md-h4-bold-letter-spacing:var(--typography-mobile-h4-bold-letter-spacing);--typography-md-h4-bold-paragraph-spacing:var(--typography-mobile-h4-bold-paragraph-spacing);--typography-md-h4-bold-text-decoration:var(--typography-mobile-h4-bold-text-decoration);--typography-md-h4-bold-text-case:var(--typography-mobile-h4-bold-text-case);--typography-md-h5-font-family:var(--typography-mobile-h5-font-family);--typography-md-h5-font-weight:var(--typography-mobile-h5-font-weight);--typography-md-h5-font-size:var(--typography-mobile-h5-font-size);--typography-md-h5-line-height:var(--typography-mobile-h5-line-height);--typography-md-h5-letter-spacing:var(--typography-mobile-h5-letter-spacing);--typography-md-h5-paragraph-spacing:var(--typography-mobile-h5-paragraph-spacing);--typography-md-h5-text-decoration:var(--typography-mobile-h5-text-decoration);--typography-md-h5-text-case:var(--typography-mobile-h5-text-case);--typography-md-h5-italic-font-family:var(--typography-mobile-h5-italic-font-family);--typography-md-h5-italic-font-weight:var(--typography-mobile-h5-italic-font-weight);--typography-md-h5-italic-font-size:var(--typography-mobile-h5-italic-font-size);--typography-md-h5-italic-line-height:var(--typography-mobile-h5-italic-line-height);--typography-md-h5-italic-letter-spacing:var(--typography-mobile-h5-italic-letter-spacing);--typography-md-h5-italic-paragraph-spacing:var(--typography-mobile-h5-italic-paragraph-spacing);--typography-md-h5-italic-text-decoration:var(--typography-mobile-h5-italic-text-decoration);--typography-md-h5-italic-text-case:var(--typography-mobile-h5-italic-text-case);--typography-md-h5-italic-font-style:var(--typography-mobile-h5-italic-font-style);--typography-md-h5-underline-font-family:var(--typography-mobile-h5-underline-font-family);--typography-md-h5-underline-font-weight:var(--typography-mobile-h5-underline-font-weight);--typography-md-h5-underline-font-size:var(--typography-mobile-h5-underline-font-size);--typography-md-h5-underline-line-height:var(--typography-mobile-h5-underline-line-height);--typography-md-h5-underline-letter-spacing:var(--typography-mobile-h5-underline-letter-spacing);--typography-md-h5-underline-paragraph-spacing:var(--typography-mobile-h5-underline-paragraph-spacing);--typography-md-h5-underline-text-decoration:var(--typography-mobile-h5-underline-text-decoration);--typography-md-h5-underline-text-case:var(--typography-mobile-h5-underline-text-case);--typography-md-h5-regular-font-family:var(--typography-mobile-h5-regular-font-family);--typography-md-h5-regular-font-weight:var(--typography-mobile-h5-regular-font-weight);--typography-md-h5-regular-font-size:var(--typography-mobile-h5-regular-font-size);--typography-md-h5-regular-line-height:var(--typography-mobile-h5-regular-line-height);--typography-md-h5-regular-letter-spacing:var(--typography-mobile-h5-regular-letter-spacing);--typography-md-h5-regular-paragraph-spacing:var(--typography-mobile-h5-regular-paragraph-spacing);--typography-md-h5-regular-text-decoration:var(--typography-mobile-h5-regular-text-decoration);--typography-md-h5-regular-text-case:var(--typography-mobile-h5-regular-text-case);--typography-md-h5-regular-italic-font-family:var(--typography-mobile-h5-regular-italic-font-family);--typography-md-h5-regular-italic-font-weight:var(--typography-mobile-h5-regular-italic-font-weight);--typography-md-h5-regular-italic-font-size:var(--typography-mobile-h5-regular-italic-font-size);--typography-md-h5-regular-italic-line-height:var(--typography-mobile-h5-regular-italic-line-height);--typography-md-h5-regular-italic-letter-spacing:var(--typography-mobile-h5-regular-italic-letter-spacing);--typography-md-h5-regular-italic-paragraph-spacing:var(--typography-mobile-h5-regular-italic-paragraph-spacing);--typography-md-h5-regular-italic-text-decoration:var(--typography-mobile-h5-regular-italic-text-decoration);--typography-md-h5-regular-italic-text-case:var(--typography-mobile-h5-regular-italic-text-case);--typography-md-h5-regular-italic-font-style:var(--typography-mobile-h5-regular-italic-font-style);--typography-md-h5-regular-underline-font-family:var(--typography-mobile-h5-regular-underline-font-family);--typography-md-h5-regular-underline-font-weight:var(--typography-mobile-h5-regular-underline-font-weight);--typography-md-h5-regular-underline-font-size:var(--typography-mobile-h5-regular-underline-font-size);--typography-md-h5-regular-underline-line-height:var(--typography-mobile-h5-regular-underline-line-height);--typography-md-h5-regular-underline-letter-spacing:var(--typography-mobile-h5-regular-underline-letter-spacing);--typography-md-h5-regular-underline-paragraph-spacing:var(--typography-mobile-h5-regular-underline-paragraph-spacing);--typography-md-h5-regular-underline-text-decoration:var(--typography-mobile-h5-regular-underline-text-decoration);--typography-md-h5-regular-underline-text-case:var(--typography-mobile-h5-regular-underline-text-case);--typography-md-h5-bold-font-family:var(--typography-mobile-h5-bold-font-family);--typography-md-h5-bold-font-weight:var(--typography-mobile-h5-bold-font-weight);--typography-md-h5-bold-font-size:var(--typography-mobile-h5-bold-font-size);--typography-md-h5-bold-line-height:var(--typography-mobile-h5-bold-line-height);--typography-md-h5-bold-letter-spacing:var(--typography-mobile-h5-bold-letter-spacing);--typography-md-h5-bold-paragraph-spacing:var(--typography-mobile-h5-bold-paragraph-spacing);--typography-md-h5-bold-text-decoration:var(--typography-mobile-h5-bold-text-decoration);--typography-md-h5-bold-text-case:var(--typography-mobile-h5-bold-text-case);--typography-md-h5-bold-italic-font-family:var(--typography-mobile-h5-bold-italic-font-family);--typography-md-h5-bold-italic-font-weight:var(--typography-mobile-h5-bold-italic-font-weight);--typography-md-h5-bold-italic-font-size:var(--typography-mobile-h5-bold-italic-font-size);--typography-md-h5-bold-italic-line-height:var(--typography-mobile-h5-bold-italic-line-height);--typography-md-h5-bold-italic-letter-spacing:var(--typography-mobile-h5-bold-italic-letter-spacing);--typography-md-h5-bold-italic-paragraph-spacing:var(--typography-mobile-h5-bold-italic-paragraph-spacing);--typography-md-h5-bold-italic-text-decoration:var(--typography-mobile-h5-bold-italic-text-decoration);--typography-md-h5-bold-italic-text-case:var(--typography-mobile-h5-bold-italic-text-case);--typography-md-h5-bold-italic-font-style:var(--typography-mobile-h5-bold-italic-font-style);--typography-md-h5-bold-underline-font-family:var(--typography-mobile-h5-bold-underline-font-family);--typography-md-h5-bold-underline-font-weight:var(--typography-mobile-h5-bold-underline-font-weight);--typography-md-h5-bold-underline-font-size:var(--typography-mobile-h5-bold-underline-font-size);--typography-md-h5-bold-underline-line-height:var(--typography-mobile-h5-bold-underline-line-height);--typography-md-h5-bold-underline-letter-spacing:var(--typography-mobile-h5-bold-underline-letter-spacing);--typography-md-h5-bold-underline-paragraph-spacing:var(--typography-mobile-h5-bold-underline-paragraph-spacing);--typography-md-h5-bold-underline-text-decoration:var(--typography-mobile-h5-bold-underline-text-decoration);--typography-md-h5-bold-underline-text-case:var(--typography-mobile-h5-bold-underline-text-case);--typography-md-h6-font-family:var(--typography-mobile-h6-font-family);--typography-md-h6-font-weight:var(--typography-mobile-h6-font-weight);--typography-md-h6-font-size:var(--typography-mobile-h6-font-size);--typography-md-h6-line-height:var(--typography-mobile-h6-line-height);--typography-md-h6-letter-spacing:var(--typography-mobile-h6-letter-spacing);--typography-md-h6-paragraph-spacing:var(--typography-mobile-h6-paragraph-spacing);--typography-md-h6-text-decoration:var(--typography-mobile-h6-text-decoration);--typography-md-h6-text-case:var(--typography-mobile-h6-text-case);--typography-md-h6-italic-font-family:var(--typography-mobile-h6-italic-font-family);--typography-md-h6-italic-font-weight:var(--typography-mobile-h6-italic-font-weight);--typography-md-h6-italic-font-size:var(--typography-mobile-h6-italic-font-size);--typography-md-h6-italic-line-height:var(--typography-mobile-h6-italic-line-height);--typography-md-h6-italic-letter-spacing:var(--typography-mobile-h6-italic-letter-spacing);--typography-md-h6-italic-paragraph-spacing:var(--typography-mobile-h6-italic-paragraph-spacing);--typography-md-h6-italic-text-decoration:var(--typography-mobile-h6-italic-text-decoration);--typography-md-h6-italic-text-case:var(--typography-mobile-h6-italic-text-case);--typography-md-h6-italic-font-style:var(--typography-mobile-h6-italic-font-style);--typography-md-h6-underline-font-family:var(--typography-mobile-h6-underline-font-family);--typography-md-h6-underline-font-weight:var(--typography-mobile-h6-underline-font-weight);--typography-md-h6-underline-font-size:var(--typography-mobile-h6-underline-font-size);--typography-md-h6-underline-line-height:var(--typography-mobile-h6-underline-line-height);--typography-md-h6-underline-letter-spacing:var(--typography-mobile-h6-underline-letter-spacing);--typography-md-h6-underline-paragraph-spacing:var(--typography-mobile-h6-underline-paragraph-spacing);--typography-md-h6-underline-text-decoration:var(--typography-mobile-h6-underline-text-decoration);--typography-md-h6-underline-text-case:var(--typography-mobile-h6-underline-text-case);--typography-md-h6-regular-font-family:var(--typography-mobile-h6-regular-font-family);--typography-md-h6-regular-font-weight:var(--typography-mobile-h6-regular-font-weight);--typography-md-h6-regular-font-size:var(--typography-mobile-h6-regular-font-size);--typography-md-h6-regular-line-height:var(--typography-mobile-h6-regular-line-height);--typography-md-h6-regular-letter-spacing:var(--typography-mobile-h6-regular-letter-spacing);--typography-md-h6-regular-paragraph-spacing:var(--typography-mobile-h6-regular-paragraph-spacing);--typography-md-h6-regular-text-decoration:var(--typography-mobile-h6-regular-text-decoration);--typography-md-h6-regular-text-case:var(--typography-mobile-h6-regular-text-case);--typography-md-h6-regular-italic-font-family:var(--typography-mobile-h6-regular-italic-font-family);--typography-md-h6-regular-italic-font-weight:var(--typography-mobile-h6-regular-italic-font-weight);--typography-md-h6-regular-italic-font-size:var(--typography-mobile-h6-regular-italic-font-size);--typography-md-h6-regular-italic-line-height:var(--typography-mobile-h6-regular-italic-line-height);--typography-md-h6-regular-italic-letter-spacing:var(--typography-mobile-h6-regular-italic-letter-spacing);--typography-md-h6-regular-italic-paragraph-spacing:var(--typography-mobile-h6-regular-italic-paragraph-spacing);--typography-md-h6-regular-italic-text-decoration:var(--typography-mobile-h6-regular-italic-text-decoration);--typography-md-h6-regular-italic-text-case:var(--typography-mobile-h6-regular-italic-text-case);--typography-md-h6-regular-italic-font-style:var(--typography-mobile-h6-regular-italic-font-style);--typography-md-h6-regular-underline-font-family:var(--typography-mobile-h6-regular-underline-font-family);--typography-md-h6-regular-underline-font-weight:var(--typography-mobile-h6-regular-underline-font-weight);--typography-md-h6-regular-underline-font-size:var(--typography-mobile-h6-regular-underline-font-size);--typography-md-h6-regular-underline-line-height:var(--typography-mobile-h6-regular-underline-line-height);--typography-md-h6-regular-underline-letter-spacing:var(--typography-mobile-h6-regular-underline-letter-spacing);--typography-md-h6-regular-underline-paragraph-spacing:var(--typography-mobile-h6-regular-underline-paragraph-spacing);--typography-md-h6-regular-underline-text-decoration:var(--typography-mobile-h6-regular-underline-text-decoration);--typography-md-h6-regular-underline-text-case:var(--typography-mobile-h6-regular-underline-text-case);--typography-md-h6-bold-font-family:var(--typography-mobile-h6-bold-font-family);--typography-md-h6-bold-font-weight:var(--typography-mobile-h6-bold-font-weight);--typography-md-h6-bold-font-size:var(--typography-mobile-h6-bold-font-size);--typography-md-h6-bold-line-height:var(--typography-mobile-h6-bold-line-height);--typography-md-h6-bold-letter-spacing:var(--typography-mobile-h6-bold-letter-spacing);--typography-md-h6-bold-paragraph-spacing:var(--typography-mobile-h6-bold-paragraph-spacing);--typography-md-h6-bold-text-decoration:var(--typography-mobile-h6-bold-text-decoration);--typography-md-h6-bold-text-case:var(--typography-mobile-h6-bold-text-case);--typography-md-h6-bold-italic-font-family:var(--typography-mobile-h6-bold-italic-font-family);--typography-md-h6-bold-italic-font-weight:var(--typography-mobile-h6-bold-italic-font-weight);--typography-md-h6-bold-italic-font-size:var(--typography-mobile-h6-bold-italic-font-size);--typography-md-h6-bold-italic-line-height:var(--typography-mobile-h6-bold-italic-line-height);--typography-md-h6-bold-italic-letter-spacing:var(--typography-mobile-h6-bold-italic-letter-spacing);--typography-md-h6-bold-italic-paragraph-spacing:var(--typography-mobile-h6-bold-italic-paragraph-spacing);--typography-md-h6-bold-italic-text-decoration:var(--typography-mobile-h6-bold-italic-text-decoration);--typography-md-h6-bold-italic-text-case:var(--typography-mobile-h6-bold-italic-text-case);--typography-md-h6-bold-italic-font-style:var(--typography-mobile-h6-bold-italic-font-style);--typography-md-h6-bold-underline-font-family:var(--typography-mobile-h6-bold-underline-font-family);--typography-md-h6-bold-underline-font-weight:var(--typography-mobile-h6-bold-underline-font-weight);--typography-md-h6-bold-underline-font-size:var(--typography-mobile-h6-bold-underline-font-size);--typography-md-h6-bold-underline-line-height:var(--typography-mobile-h6-bold-underline-line-height);--typography-md-h6-bold-underline-letter-spacing:var(--typography-mobile-h6-bold-underline-letter-spacing);--typography-md-h6-bold-underline-paragraph-spacing:var(--typography-mobile-h6-bold-underline-paragraph-spacing);--typography-md-h6-bold-underline-text-decoration:var(--typography-mobile-h6-bold-underline-text-decoration);--typography-md-h6-bold-underline-text-case:var(--typography-mobile-h6-bold-underline-text-case);--typography-md-subtitle-font-family:var(--typography-mobile-subtitle-font-family);--typography-md-subtitle-font-weight:var(--typography-mobile-subtitle-font-weight);--typography-md-subtitle-font-size:var(--typography-mobile-subtitle-font-size);--typography-md-subtitle-line-height:var(--typography-mobile-subtitle-line-height);--typography-md-subtitle-letter-spacing:var(--typography-mobile-subtitle-letter-spacing);--typography-md-subtitle-paragraph-spacing:var(--typography-mobile-subtitle-paragraph-spacing);--typography-md-subtitle-text-decoration:var(--typography-mobile-subtitle-text-decoration);--typography-md-subtitle-text-case:var(--typography-mobile-subtitle-text-case);--typography-md-subtitle-italic-font-family:var(--typography-mobile-subtitle-italic-font-family);--typography-md-subtitle-italic-font-weight:var(--typography-mobile-subtitle-italic-font-weight);--typography-md-subtitle-italic-font-size:var(--typography-mobile-subtitle-italic-font-size);--typography-md-subtitle-italic-line-height:var(--typography-mobile-subtitle-italic-line-height);--typography-md-subtitle-italic-letter-spacing:var(--typography-mobile-subtitle-italic-letter-spacing);--typography-md-subtitle-italic-paragraph-spacing:var(--typography-mobile-subtitle-italic-paragraph-spacing);--typography-md-subtitle-italic-text-decoration:var(--typography-mobile-subtitle-italic-text-decoration);--typography-md-subtitle-italic-text-case:var(--typography-mobile-subtitle-italic-text-case);--typography-md-subtitle-italic-font-style:var(--typography-mobile-subtitle-italic-font-style);--typography-md-subtitle-underline-font-family:var(--typography-mobile-subtitle-underline-font-family);--typography-md-subtitle-underline-font-weight:var(--typography-mobile-subtitle-underline-font-weight);--typography-md-subtitle-underline-font-size:var(--typography-mobile-subtitle-underline-font-size);--typography-md-subtitle-underline-line-height:var(--typography-mobile-subtitle-underline-line-height);--typography-md-subtitle-underline-letter-spacing:var(--typography-mobile-subtitle-underline-letter-spacing);--typography-md-subtitle-underline-paragraph-spacing:var(--typography-mobile-subtitle-underline-paragraph-spacing);--typography-md-subtitle-underline-text-decoration:var(--typography-mobile-subtitle-underline-text-decoration);--typography-md-subtitle-underline-text-case:var(--typography-mobile-subtitle-underline-text-case);--typography-md-subtitle-regular-font-family:var(--typography-mobile-subtitle-regular-font-family);--typography-md-subtitle-regular-font-weight:var(--typography-mobile-subtitle-regular-font-weight);--typography-md-subtitle-regular-font-size:var(--typography-mobile-subtitle-regular-font-size);--typography-md-subtitle-regular-line-height:var(--typography-mobile-subtitle-regular-line-height);--typography-md-subtitle-regular-letter-spacing:var(--typography-mobile-subtitle-regular-letter-spacing);--typography-md-subtitle-regular-paragraph-spacing:var(--typography-mobile-subtitle-regular-paragraph-spacing);--typography-md-subtitle-regular-text-decoration:var(--typography-mobile-subtitle-regular-text-decoration);--typography-md-subtitle-regular-text-case:var(--typography-mobile-subtitle-regular-text-case);--typography-md-subtitle-regular-italic-font-family:var(--typography-mobile-subtitle-regular-italic-font-family);--typography-md-subtitle-regular-italic-font-weight:var(--typography-mobile-subtitle-regular-italic-font-weight);--typography-md-subtitle-regular-italic-font-size:var(--typography-mobile-subtitle-regular-italic-font-size);--typography-md-subtitle-regular-italic-line-height:var(--typography-mobile-subtitle-regular-italic-line-height);--typography-md-subtitle-regular-italic-letter-spacing:var(--typography-mobile-subtitle-regular-italic-letter-spacing);--typography-md-subtitle-regular-italic-paragraph-spacing:var(--typography-mobile-subtitle-regular-italic-paragraph-spacing);--typography-md-subtitle-regular-italic-text-decoration:var(--typography-mobile-subtitle-regular-italic-text-decoration);--typography-md-subtitle-regular-italic-text-case:var(--typography-mobile-subtitle-regular-italic-text-case);--typography-md-subtitle-regular-italic-font-style:var(--typography-mobile-subtitle-regular-italic-font-style);--typography-md-subtitle-regular-underline-font-family:var(--typography-mobile-subtitle-regular-underline-font-family);--typography-md-subtitle-regular-underline-font-weight:var(--typography-mobile-subtitle-regular-underline-font-weight);--typography-md-subtitle-regular-underline-font-size:var(--typography-mobile-subtitle-regular-underline-font-size);--typography-md-subtitle-regular-underline-line-height:var(--typography-mobile-subtitle-regular-underline-line-height);--typography-md-subtitle-regular-underline-letter-spacing:var(--typography-mobile-subtitle-regular-underline-letter-spacing);--typography-md-subtitle-regular-underline-paragraph-spacing:var(--typography-mobile-subtitle-regular-underline-paragraph-spacing);--typography-md-subtitle-regular-underline-text-decoration:var(--typography-mobile-subtitle-regular-underline-text-decoration);--typography-md-subtitle-regular-underline-text-case:var(--typography-mobile-subtitle-regular-underline-text-case);--typography-md-subtitle-bold-font-family:var(--typography-mobile-subtitle-bold-font-family);--typography-md-subtitle-bold-font-weight:var(--typography-mobile-subtitle-bold-font-weight);--typography-md-subtitle-bold-font-size:var(--typography-mobile-subtitle-bold-font-size);--typography-md-subtitle-bold-line-height:var(--typography-mobile-subtitle-bold-line-height);--typography-md-subtitle-bold-letter-spacing:var(--typography-mobile-subtitle-bold-letter-spacing);--typography-md-subtitle-bold-paragraph-spacing:var(--typography-mobile-subtitle-bold-paragraph-spacing);--typography-md-subtitle-bold-text-decoration:var(--typography-mobile-subtitle-bold-text-decoration);--typography-md-subtitle-bold-text-case:var(--typography-mobile-subtitle-bold-text-case);--typography-md-subtitle-bold-italic-font-family:var(--typography-mobile-subtitle-bold-italic-font-family);--typography-md-subtitle-bold-italic-font-weight:var(--typography-mobile-subtitle-bold-italic-font-weight);--typography-md-subtitle-bold-italic-font-size:var(--typography-mobile-subtitle-bold-italic-font-size);--typography-md-subtitle-bold-italic-line-height:var(--typography-mobile-subtitle-bold-italic-line-height);--typography-md-subtitle-bold-italic-letter-spacing:var(--typography-mobile-subtitle-bold-italic-letter-spacing);--typography-md-subtitle-bold-italic-paragraph-spacing:var(--typography-mobile-subtitle-bold-italic-paragraph-spacing);--typography-md-subtitle-bold-italic-text-decoration:var(--typography-mobile-subtitle-bold-italic-text-decoration);--typography-md-subtitle-bold-italic-text-case:var(--typography-mobile-subtitle-bold-italic-text-case);--typography-md-subtitle-bold-italic-font-style:var(--typography-mobile-subtitle-bold-italic-font-style);--typography-md-subtitle-bold-underline-font-family:var(--typography-mobile-subtitle-bold-underline-font-family);--typography-md-subtitle-bold-underline-font-weight:var(--typography-mobile-subtitle-bold-underline-font-weight);--typography-md-subtitle-bold-underline-font-size:var(--typography-mobile-subtitle-bold-underline-font-size);--typography-md-subtitle-bold-underline-line-height:var(--typography-mobile-subtitle-bold-underline-line-height);--typography-md-subtitle-bold-underline-letter-spacing:var(--typography-mobile-subtitle-bold-underline-letter-spacing);--typography-md-subtitle-bold-underline-paragraph-spacing:var(--typography-mobile-subtitle-bold-underline-paragraph-spacing);--typography-md-subtitle-bold-underline-text-decoration:var(--typography-mobile-subtitle-bold-underline-text-decoration);--typography-md-subtitle-bold-underline-text-case:var(--typography-mobile-subtitle-bold-underline-text-case);--typography-md-body-1-font-family:var(--typography-mobile-body-1-font-family);--typography-md-body-1-font-weight:var(--typography-mobile-body-1-font-weight);--typography-md-body-1-font-size:var(--typography-mobile-body-1-font-size);--typography-md-body-1-line-height:var(--typography-mobile-body-1-line-height);--typography-md-body-1-letter-spacing:var(--typography-mobile-body-1-letter-spacing);--typography-md-body-1-paragraph-spacing:var(--typography-mobile-body-1-paragraph-spacing);--typography-md-body-1-text-decoration:var(--typography-mobile-body-1-text-decoration);--typography-md-body-1-text-case:var(--typography-mobile-body-1-text-case);--typography-md-body-1-italic-font-family:var(--typography-mobile-body-1-italic-font-family);--typography-md-body-1-italic-font-weight:var(--typography-mobile-body-1-italic-font-weight);--typography-md-body-1-italic-font-size:var(--typography-mobile-body-1-italic-font-size);--typography-md-body-1-italic-line-height:var(--typography-mobile-body-1-italic-line-height);--typography-md-body-1-italic-letter-spacing:var(--typography-mobile-body-1-italic-letter-spacing);--typography-md-body-1-italic-paragraph-spacing:var(--typography-mobile-body-1-italic-paragraph-spacing);--typography-md-body-1-italic-text-decoration:var(--typography-mobile-body-1-italic-text-decoration);--typography-md-body-1-italic-text-case:var(--typography-mobile-body-1-italic-text-case);--typography-md-body-1-italic-font-style:var(--typography-mobile-body-1-italic-font-style);--typography-md-body-1-underline-font-family:var(--typography-mobile-body-1-underline-font-family);--typography-md-body-1-underline-font-weight:var(--typography-mobile-body-1-underline-font-weight);--typography-md-body-1-underline-font-size:var(--typography-mobile-body-1-underline-font-size);--typography-md-body-1-underline-line-height:var(--typography-mobile-body-1-underline-line-height);--typography-md-body-1-underline-letter-spacing:var(--typography-mobile-body-1-underline-letter-spacing);--typography-md-body-1-underline-paragraph-spacing:var(--typography-mobile-body-1-underline-paragraph-spacing);--typography-md-body-1-underline-text-decoration:var(--typography-mobile-body-1-underline-text-decoration);--typography-md-body-1-underline-text-case:var(--typography-mobile-body-1-underline-text-case);--typography-md-body-1-regular-font-family:var(--typography-mobile-body-1-regular-font-family);--typography-md-body-1-regular-font-weight:var(--typography-mobile-body-1-regular-font-weight);--typography-md-body-1-regular-font-size:var(--typography-mobile-body-1-regular-font-size);--typography-md-body-1-regular-line-height:var(--typography-mobile-body-1-regular-line-height);--typography-md-body-1-regular-letter-spacing:var(--typography-mobile-body-1-regular-letter-spacing);--typography-md-body-1-regular-paragraph-spacing:var(--typography-mobile-body-1-regular-paragraph-spacing);--typography-md-body-1-regular-text-decoration:var(--typography-mobile-body-1-regular-text-decoration);--typography-md-body-1-regular-text-case:var(--typography-mobile-body-1-regular-text-case);--typography-md-body-1-regular-italic-font-family:var(--typography-mobile-body-1-regular-italic-font-family);--typography-md-body-1-regular-italic-font-weight:var(--typography-mobile-body-1-regular-italic-font-weight);--typography-md-body-1-regular-italic-font-size:var(--typography-mobile-body-1-regular-italic-font-size);--typography-md-body-1-regular-italic-line-height:var(--typography-mobile-body-1-regular-italic-line-height);--typography-md-body-1-regular-italic-letter-spacing:var(--typography-mobile-body-1-regular-italic-letter-spacing);--typography-md-body-1-regular-italic-paragraph-spacing:var(--typography-mobile-body-1-regular-italic-paragraph-spacing);--typography-md-body-1-regular-italic-text-decoration:var(--typography-mobile-body-1-regular-italic-text-decoration);--typography-md-body-1-regular-italic-text-case:var(--typography-mobile-body-1-regular-italic-text-case);--typography-md-body-1-regular-italic-font-style:var(--typography-mobile-body-1-regular-italic-font-style);--typography-md-body-1-regular-underline-font-family:var(--typography-mobile-body-1-regular-underline-font-family);--typography-md-body-1-regular-underline-font-weight:var(--typography-mobile-body-1-regular-underline-font-weight);--typography-md-body-1-regular-underline-font-size:var(--typography-mobile-body-1-regular-underline-font-size);--typography-md-body-1-regular-underline-line-height:var(--typography-mobile-body-1-regular-underline-line-height);--typography-md-body-1-regular-underline-letter-spacing:var(--typography-mobile-body-1-regular-underline-letter-spacing);--typography-md-body-1-regular-underline-paragraph-spacing:var(--typography-mobile-body-1-regular-underline-paragraph-spacing);--typography-md-body-1-regular-underline-text-decoration:var(--typography-mobile-body-1-regular-underline-text-decoration);--typography-md-body-1-regular-underline-text-case:var(--typography-mobile-body-1-regular-underline-text-case);--typography-md-body-1-bold-font-family:var(--typography-mobile-body-1-bold-font-family);--typography-md-body-1-bold-font-weight:var(--typography-mobile-body-1-bold-font-weight);--typography-md-body-1-bold-font-size:var(--typography-mobile-body-1-bold-font-size);--typography-md-body-1-bold-line-height:var(--typography-mobile-body-1-bold-line-height);--typography-md-body-1-bold-letter-spacing:var(--typography-mobile-body-1-bold-letter-spacing);--typography-md-body-1-bold-paragraph-spacing:var(--typography-mobile-body-1-bold-paragraph-spacing);--typography-md-body-1-bold-text-decoration:var(--typography-mobile-body-1-bold-text-decoration);--typography-md-body-1-bold-text-case:var(--typography-mobile-body-1-bold-text-case);--typography-md-body-1-bold-italic-font-family:var(--typography-mobile-body-1-bold-italic-font-family);--typography-md-body-1-bold-italic-font-weight:var(--typography-mobile-body-1-bold-italic-font-weight);--typography-md-body-1-bold-italic-font-size:var(--typography-mobile-body-1-bold-italic-font-size);--typography-md-body-1-bold-italic-line-height:var(--typography-mobile-body-1-bold-italic-line-height);--typography-md-body-1-bold-italic-letter-spacing:var(--typography-mobile-body-1-bold-italic-letter-spacing);--typography-md-body-1-bold-italic-paragraph-spacing:var(--typography-mobile-body-1-bold-italic-paragraph-spacing);--typography-md-body-1-bold-italic-text-decoration:var(--typography-mobile-body-1-bold-italic-text-decoration);--typography-md-body-1-bold-italic-text-case:var(--typography-mobile-body-1-bold-italic-text-case);--typography-md-body-1-bold-italic-font-style:var(--typography-mobile-body-1-bold-italic-font-style);--typography-md-body-1-bold-underline-font-family:var(--typography-mobile-body-1-bold-underline-font-family);--typography-md-body-1-bold-underline-font-weight:var(--typography-mobile-body-1-bold-underline-font-weight);--typography-md-body-1-bold-underline-font-size:var(--typography-mobile-body-1-bold-underline-font-size);--typography-md-body-1-bold-underline-line-height:var(--typography-mobile-body-1-bold-underline-line-height);--typography-md-body-1-bold-underline-letter-spacing:var(--typography-mobile-body-1-bold-underline-letter-spacing);--typography-md-body-1-bold-underline-paragraph-spacing:var(--typography-mobile-body-1-bold-underline-paragraph-spacing);--typography-md-body-1-bold-underline-text-decoration:var(--typography-mobile-body-1-bold-underline-text-decoration);--typography-md-body-1-bold-underline-text-case:var(--typography-mobile-body-1-bold-underline-text-case);--typography-md-body-2-font-family:var(--typography-mobile-body-2-font-family);--typography-md-body-2-font-weight:var(--typography-mobile-body-2-font-weight);--typography-md-body-2-font-size:var(--typography-mobile-body-2-font-size);--typography-md-body-2-line-height:var(--typography-mobile-body-2-line-height);--typography-md-body-2-letter-spacing:var(--typography-mobile-body-2-letter-spacing);--typography-md-body-2-paragraph-spacing:var(--typography-mobile-body-2-paragraph-spacing);--typography-md-body-2-text-decoration:var(--typography-mobile-body-2-text-decoration);--typography-md-body-2-text-case:var(--typography-mobile-body-2-text-case);--typography-md-body-2-italic-font-family:var(--typography-mobile-body-2-italic-font-family);--typography-md-body-2-italic-font-weight:var(--typography-mobile-body-2-italic-font-weight);--typography-md-body-2-italic-font-size:var(--typography-mobile-body-2-italic-font-size);--typography-md-body-2-italic-line-height:var(--typography-mobile-body-2-italic-line-height);--typography-md-body-2-italic-letter-spacing:var(--typography-mobile-body-2-italic-letter-spacing);--typography-md-body-2-italic-paragraph-spacing:var(--typography-mobile-body-2-italic-paragraph-spacing);--typography-md-body-2-italic-text-decoration:var(--typography-mobile-body-2-italic-text-decoration);--typography-md-body-2-italic-text-case:var(--typography-mobile-body-2-italic-text-case);--typography-md-body-2-italic-font-style:var(--typography-mobile-body-2-italic-font-style);--typography-md-body-2-underline-font-family:var(--typography-mobile-body-2-underline-font-family);--typography-md-body-2-underline-font-weight:var(--typography-mobile-body-2-underline-font-weight);--typography-md-body-2-underline-font-size:var(--typography-mobile-body-2-underline-font-size);--typography-md-body-2-underline-line-height:var(--typography-mobile-body-2-underline-line-height);--typography-md-body-2-underline-letter-spacing:var(--typography-mobile-body-2-underline-letter-spacing);--typography-md-body-2-underline-paragraph-spacing:var(--typography-mobile-body-2-underline-paragraph-spacing);--typography-md-body-2-underline-text-decoration:var(--typography-mobile-body-2-underline-text-decoration);--typography-md-body-2-underline-text-case:var(--typography-mobile-body-2-underline-text-case);--typography-md-body-2-regular-font-family:var(--typography-mobile-body-2-regular-font-family);--typography-md-body-2-regular-font-weight:var(--typography-mobile-body-2-regular-font-weight);--typography-md-body-2-regular-font-size:var(--typography-mobile-body-2-regular-font-size);--typography-md-body-2-regular-line-height:var(--typography-mobile-body-2-regular-line-height);--typography-md-body-2-regular-letter-spacing:var(--typography-mobile-body-2-regular-letter-spacing);--typography-md-body-2-regular-paragraph-spacing:var(--typography-mobile-body-2-regular-paragraph-spacing);--typography-md-body-2-regular-text-decoration:var(--typography-mobile-body-2-regular-text-decoration);--typography-md-body-2-regular-text-case:var(--typography-mobile-body-2-regular-text-case);--typography-md-body-2-regular-italic-font-family:var(--typography-mobile-body-2-regular-italic-font-family);--typography-md-body-2-regular-italic-font-weight:var(--typography-mobile-body-2-regular-italic-font-weight);--typography-md-body-2-regular-italic-font-size:var(--typography-mobile-body-2-regular-italic-font-size);--typography-md-body-2-regular-italic-line-height:var(--typography-mobile-body-2-regular-italic-line-height);--typography-md-body-2-regular-italic-letter-spacing:var(--typography-mobile-body-2-regular-italic-letter-spacing);--typography-md-body-2-regular-italic-paragraph-spacing:var(--typography-mobile-body-2-regular-italic-paragraph-spacing);--typography-md-body-2-regular-italic-text-decoration:var(--typography-mobile-body-2-regular-italic-text-decoration);--typography-md-body-2-regular-italic-text-case:var(--typography-mobile-body-2-regular-italic-text-case);--typography-md-body-2-regular-italic-font-style:var(--typography-mobile-body-2-regular-italic-font-style);--typography-md-body-2-regular-underline-font-family:var(--typography-mobile-body-2-regular-underline-font-family);--typography-md-body-2-regular-underline-font-weight:var(--typography-mobile-body-2-regular-underline-font-weight);--typography-md-body-2-regular-underline-font-size:var(--typography-mobile-body-2-regular-underline-font-size);--typography-md-body-2-regular-underline-line-height:var(--typography-mobile-body-2-regular-underline-line-height);--typography-md-body-2-regular-underline-letter-spacing:var(--typography-mobile-body-2-regular-underline-letter-spacing);--typography-md-body-2-regular-underline-paragraph-spacing:var(--typography-mobile-body-2-regular-underline-paragraph-spacing);--typography-md-body-2-regular-underline-text-decoration:var(--typography-mobile-body-2-regular-underline-text-decoration);--typography-md-body-2-regular-underline-text-case:var(--typography-mobile-body-2-regular-underline-text-case);--typography-md-body-2-bold-font-family:var(--typography-mobile-body-2-bold-font-family);--typography-md-body-2-bold-font-weight:var(--typography-mobile-body-2-bold-font-weight);--typography-md-body-2-bold-font-size:var(--typography-mobile-body-2-bold-font-size);--typography-md-body-2-bold-line-height:var(--typography-mobile-body-2-bold-line-height);--typography-md-body-2-bold-letter-spacing:var(--typography-mobile-body-2-bold-letter-spacing);--typography-md-body-2-bold-paragraph-spacing:var(--typography-mobile-body-2-bold-paragraph-spacing);--typography-md-body-2-bold-text-decoration:var(--typography-mobile-body-2-bold-text-decoration);--typography-md-body-2-bold-text-case:var(--typography-mobile-body-2-bold-text-case);--typography-md-body-2-bold-italic-font-family:var(--typography-mobile-body-2-bold-italic-font-family);--typography-md-body-2-bold-italic-font-weight:var(--typography-mobile-body-2-bold-italic-font-weight);--typography-md-body-2-bold-italic-font-size:var(--typography-mobile-body-2-bold-italic-font-size);--typography-md-body-2-bold-italic-line-height:var(--typography-mobile-body-2-bold-italic-line-height);--typography-md-body-2-bold-italic-letter-spacing:var(--typography-mobile-body-2-bold-italic-letter-spacing);--typography-md-body-2-bold-italic-paragraph-spacing:var(--typography-mobile-body-2-bold-italic-paragraph-spacing);--typography-md-body-2-bold-italic-text-decoration:var(--typography-mobile-body-2-bold-italic-text-decoration);--typography-md-body-2-bold-italic-text-case:var(--typography-mobile-body-2-bold-italic-text-case);--typography-md-body-2-bold-italic-font-style:var(--typography-mobile-body-2-bold-italic-font-style);--typography-md-body-2-bold-underline-font-family:var(--typography-mobile-body-2-bold-underline-font-family);--typography-md-body-2-bold-underline-font-weight:var(--typography-mobile-body-2-bold-underline-font-weight);--typography-md-body-2-bold-underline-font-size:var(--typography-mobile-body-2-bold-underline-font-size);--typography-md-body-2-bold-underline-line-height:var(--typography-mobile-body-2-bold-underline-line-height);--typography-md-body-2-bold-underline-letter-spacing:var(--typography-mobile-body-2-bold-underline-letter-spacing);--typography-md-body-2-bold-underline-paragraph-spacing:var(--typography-mobile-body-2-bold-underline-paragraph-spacing);--typography-md-body-2-bold-underline-text-decoration:var(--typography-mobile-body-2-bold-underline-text-decoration);--typography-md-body-2-bold-underline-text-case:var(--typography-mobile-body-2-bold-underline-text-case);--typography-md-body-3-font-family:var(--typography-mobile-body-3-font-family);--typography-md-body-3-font-weight:var(--typography-mobile-body-3-font-weight);--typography-md-body-3-font-size:var(--typography-mobile-body-3-font-size);--typography-md-body-3-line-height:var(--typography-mobile-body-3-line-height);--typography-md-body-3-letter-spacing:var(--typography-mobile-body-3-letter-spacing);--typography-md-body-3-paragraph-spacing:var(--typography-mobile-body-3-paragraph-spacing);--typography-md-body-3-text-decoration:var(--typography-mobile-body-3-text-decoration);--typography-md-body-3-text-case:var(--typography-mobile-body-3-text-case);--typography-md-body-3-italic-font-family:var(--typography-mobile-body-3-italic-font-family);--typography-md-body-3-italic-font-weight:var(--typography-mobile-body-3-italic-font-weight);--typography-md-body-3-italic-font-size:var(--typography-mobile-body-3-italic-font-size);--typography-md-body-3-italic-line-height:var(--typography-mobile-body-3-italic-line-height);--typography-md-body-3-italic-letter-spacing:var(--typography-mobile-body-3-italic-letter-spacing);--typography-md-body-3-italic-paragraph-spacing:var(--typography-mobile-body-3-italic-paragraph-spacing);--typography-md-body-3-italic-text-decoration:var(--typography-mobile-body-3-italic-text-decoration);--typography-md-body-3-italic-text-case:var(--typography-mobile-body-3-italic-text-case);--typography-md-body-3-italic-font-style:var(--typography-mobile-body-3-italic-font-style);--typography-md-body-3-underline-font-family:var(--typography-mobile-body-3-underline-font-family);--typography-md-body-3-underline-font-weight:var(--typography-mobile-body-3-underline-font-weight);--typography-md-body-3-underline-font-size:var(--typography-mobile-body-3-underline-font-size);--typography-md-body-3-underline-line-height:var(--typography-mobile-body-3-underline-line-height);--typography-md-body-3-underline-letter-spacing:var(--typography-mobile-body-3-underline-letter-spacing);--typography-md-body-3-underline-paragraph-spacing:var(--typography-mobile-body-3-underline-paragraph-spacing);--typography-md-body-3-underline-text-decoration:var(--typography-mobile-body-3-underline-text-decoration);--typography-md-body-3-underline-text-case:var(--typography-mobile-body-3-underline-text-case);--typography-md-body-3-regular-font-family:var(--typography-mobile-body-3-regular-font-family);--typography-md-body-3-regular-font-weight:var(--typography-mobile-body-3-regular-font-weight);--typography-md-body-3-regular-font-size:var(--typography-mobile-body-3-regular-font-size);--typography-md-body-3-regular-line-height:var(--typography-mobile-body-3-regular-line-height);--typography-md-body-3-regular-letter-spacing:var(--typography-mobile-body-3-regular-letter-spacing);--typography-md-body-3-regular-paragraph-spacing:var(--typography-mobile-body-3-regular-paragraph-spacing);--typography-md-body-3-regular-text-decoration:var(--typography-mobile-body-3-regular-text-decoration);--typography-md-body-3-regular-text-case:var(--typography-mobile-body-3-regular-text-case);--typography-md-body-3-regular-italic-font-family:var(--typography-mobile-body-3-regular-italic-font-family);--typography-md-body-3-regular-italic-font-weight:var(--typography-mobile-body-3-regular-italic-font-weight);--typography-md-body-3-regular-italic-font-size:var(--typography-mobile-body-3-regular-italic-font-size);--typography-md-body-3-regular-italic-line-height:var(--typography-mobile-body-3-regular-italic-line-height);--typography-md-body-3-regular-italic-letter-spacing:var(--typography-mobile-body-3-regular-italic-letter-spacing);--typography-md-body-3-regular-italic-paragraph-spacing:var(--typography-mobile-body-3-regular-italic-paragraph-spacing);--typography-md-body-3-regular-italic-text-decoration:var(--typography-mobile-body-3-regular-italic-text-decoration);--typography-md-body-3-regular-italic-text-case:var(--typography-mobile-body-3-regular-italic-text-case);--typography-md-body-3-regular-italic-font-style:var(--typography-mobile-body-3-regular-italic-font-style);--typography-md-body-3-regular-underline-font-family:var(--typography-mobile-body-3-regular-underline-font-family);--typography-md-body-3-regular-underline-font-weight:var(--typography-mobile-body-3-regular-underline-font-weight);--typography-md-body-3-regular-underline-font-size:var(--typography-mobile-body-3-regular-underline-font-size);--typography-md-body-3-regular-underline-line-height:var(--typography-mobile-body-3-regular-underline-line-height);--typography-md-body-3-regular-underline-letter-spacing:var(--typography-mobile-body-3-regular-underline-letter-spacing);--typography-md-body-3-regular-underline-paragraph-spacing:var(--typography-mobile-body-3-regular-underline-paragraph-spacing);--typography-md-body-3-regular-underline-text-decoration:var(--typography-mobile-body-3-regular-underline-text-decoration);--typography-md-body-3-regular-underline-text-case:var(--typography-mobile-body-3-regular-underline-text-case);--typography-md-body-3-bold-font-family:var(--typography-mobile-body-3-bold-font-family);--typography-md-body-3-bold-font-weight:var(--typography-mobile-body-3-bold-font-weight);--typography-md-body-3-bold-font-size:var(--typography-mobile-body-3-bold-font-size);--typography-md-body-3-bold-line-height:var(--typography-mobile-body-3-bold-line-height);--typography-md-body-3-bold-letter-spacing:var(--typography-mobile-body-3-bold-letter-spacing);--typography-md-body-3-bold-paragraph-spacing:var(--typography-mobile-body-3-bold-paragraph-spacing);--typography-md-body-3-bold-text-decoration:var(--typography-mobile-body-3-bold-text-decoration);--typography-md-body-3-bold-text-case:var(--typography-mobile-body-3-bold-text-case);--typography-md-body-3-bold-italic-font-family:var(--typography-mobile-body-3-bold-italic-font-family);--typography-md-body-3-bold-italic-font-weight:var(--typography-mobile-body-3-bold-italic-font-weight);--typography-md-body-3-bold-italic-font-size:var(--typography-mobile-body-3-bold-italic-font-size);--typography-md-body-3-bold-italic-line-height:var(--typography-mobile-body-3-bold-italic-line-height);--typography-md-body-3-bold-italic-letter-spacing:var(--typography-mobile-body-3-bold-italic-letter-spacing);--typography-md-body-3-bold-italic-paragraph-spacing:var(--typography-mobile-body-3-bold-italic-paragraph-spacing);--typography-md-body-3-bold-italic-text-decoration:var(--typography-mobile-body-3-bold-italic-text-decoration);--typography-md-body-3-bold-italic-text-case:var(--typography-mobile-body-3-bold-italic-text-case);--typography-md-body-3-bold-italic-font-style:var(--typography-mobile-body-3-bold-italic-font-style);--typography-md-body-3-bold-underline-font-family:var(--typography-mobile-body-3-bold-underline-font-family);--typography-md-body-3-bold-underline-font-weight:var(--typography-mobile-body-3-bold-underline-font-weight);--typography-md-body-3-bold-underline-font-size:var(--typography-mobile-body-3-bold-underline-font-size);--typography-md-body-3-bold-underline-line-height:var(--typography-mobile-body-3-bold-underline-line-height);--typography-md-body-3-bold-underline-letter-spacing:var(--typography-mobile-body-3-bold-underline-letter-spacing);--typography-md-body-3-bold-underline-paragraph-spacing:var(--typography-mobile-body-3-bold-underline-paragraph-spacing);--typography-md-body-3-bold-underline-text-decoration:var(--typography-mobile-body-3-bold-underline-text-decoration);--typography-md-body-3-bold-underline-text-case:var(--typography-mobile-body-3-bold-underline-text-case);--typography-md-caption-font-family:var(--typography-mobile-caption-font-family);--typography-md-caption-font-weight:var(--typography-mobile-caption-font-weight);--typography-md-caption-font-size:var(--typography-mobile-caption-font-size);--typography-md-caption-line-height:var(--typography-mobile-caption-line-height);--typography-md-caption-letter-spacing:var(--typography-mobile-caption-letter-spacing);--typography-md-caption-paragraph-spacing:var(--typography-mobile-caption-paragraph-spacing);--typography-md-caption-text-decoration:var(--typography-mobile-caption-text-decoration);--typography-md-caption-text-case:var(--typography-mobile-caption-text-case);--typography-md-caption-italic-font-family:var(--typography-mobile-caption-italic-font-family);--typography-md-caption-italic-font-weight:var(--typography-mobile-caption-italic-font-weight);--typography-md-caption-italic-font-size:var(--typography-mobile-caption-italic-font-size);--typography-md-caption-italic-line-height:var(--typography-mobile-caption-italic-line-height);--typography-md-caption-italic-letter-spacing:var(--typography-mobile-caption-italic-letter-spacing);--typography-md-caption-italic-paragraph-spacing:var(--typography-mobile-caption-italic-paragraph-spacing);--typography-md-caption-italic-text-decoration:var(--typography-mobile-caption-italic-text-decoration);--typography-md-caption-italic-text-case:var(--typography-mobile-caption-italic-text-case);--typography-md-caption-italic-font-style:var(--typography-mobile-caption-italic-font-style);--typography-md-caption-underline-font-family:var(--typography-mobile-caption-underline-font-family);--typography-md-caption-underline-font-weight:var(--typography-mobile-caption-underline-font-weight);--typography-md-caption-underline-font-size:var(--typography-mobile-caption-underline-font-size);--typography-md-caption-underline-line-height:var(--typography-mobile-caption-underline-line-height);--typography-md-caption-underline-letter-spacing:var(--typography-mobile-caption-underline-letter-spacing);--typography-md-caption-underline-paragraph-spacing:var(--typography-mobile-caption-underline-paragraph-spacing);--typography-md-caption-underline-text-decoration:var(--typography-mobile-caption-underline-text-decoration);--typography-md-caption-underline-text-case:var(--typography-mobile-caption-underline-text-case);--typography-md-caption-regular-font-family:var(--typography-mobile-caption-regular-font-family);--typography-md-caption-regular-font-weight:var(--typography-mobile-caption-regular-font-weight);--typography-md-caption-regular-font-size:var(--typography-mobile-caption-regular-font-size);--typography-md-caption-regular-line-height:var(--typography-mobile-caption-regular-line-height);--typography-md-caption-regular-letter-spacing:var(--typography-mobile-caption-regular-letter-spacing);--typography-md-caption-regular-paragraph-spacing:var(--typography-mobile-caption-regular-paragraph-spacing);--typography-md-caption-regular-text-decoration:var(--typography-mobile-caption-regular-text-decoration);--typography-md-caption-regular-text-case:var(--typography-mobile-caption-regular-text-case);--typography-md-caption-regular-italic-font-family:var(--typography-mobile-caption-regular-italic-font-family);--typography-md-caption-regular-italic-font-weight:var(--typography-mobile-caption-regular-italic-font-weight);--typography-md-caption-regular-italic-font-size:var(--typography-mobile-caption-regular-italic-font-size);--typography-md-caption-regular-italic-line-height:var(--typography-mobile-caption-regular-italic-line-height);--typography-md-caption-regular-italic-letter-spacing:var(--typography-mobile-caption-regular-italic-letter-spacing);--typography-md-caption-regular-italic-paragraph-spacing:var(--typography-mobile-caption-regular-italic-paragraph-spacing);--typography-md-caption-regular-italic-text-decoration:var(--typography-mobile-caption-regular-italic-text-decoration);--typography-md-caption-regular-italic-text-case:var(--typography-mobile-caption-regular-italic-text-case);--typography-md-caption-regular-italic-font-style:var(--typography-mobile-caption-regular-italic-font-style);--typography-md-caption-regular-underline-font-family:var(--typography-mobile-caption-regular-underline-font-family);--typography-md-caption-regular-underline-font-weight:var(--typography-mobile-caption-regular-underline-font-weight);--typography-md-caption-regular-underline-font-size:var(--typography-mobile-caption-regular-underline-font-size);--typography-md-caption-regular-underline-line-height:var(--typography-mobile-caption-regular-underline-line-height);--typography-md-caption-regular-underline-letter-spacing:var(--typography-mobile-caption-regular-underline-letter-spacing);--typography-md-caption-regular-underline-paragraph-spacing:var(--typography-mobile-caption-regular-underline-paragraph-spacing);--typography-md-caption-regular-underline-text-decoration:var(--typography-mobile-caption-regular-underline-text-decoration);--typography-md-caption-regular-underline-text-case:var(--typography-mobile-caption-regular-underline-text-case);--typography-md-caption-bold-font-family:var(--typography-mobile-caption-bold-font-family);--typography-md-caption-bold-font-weight:var(--typography-mobile-caption-bold-font-weight);--typography-md-caption-bold-font-size:var(--typography-mobile-caption-bold-font-size);--typography-md-caption-bold-line-height:var(--typography-mobile-caption-bold-line-height);--typography-md-caption-bold-letter-spacing:var(--typography-mobile-caption-bold-letter-spacing);--typography-md-caption-bold-paragraph-spacing:var(--typography-mobile-caption-bold-paragraph-spacing);--typography-md-caption-bold-text-decoration:var(--typography-mobile-caption-bold-text-decoration);--typography-md-caption-bold-text-case:var(--typography-mobile-caption-bold-text-case);--typography-md-caption-bold-italic-font-family:var(--typography-mobile-caption-bold-italic-font-family);--typography-md-caption-bold-italic-font-weight:var(--typography-mobile-caption-bold-italic-font-weight);--typography-md-caption-bold-italic-font-size:var(--typography-mobile-caption-bold-italic-font-size);--typography-md-caption-bold-italic-line-height:var(--typography-mobile-caption-bold-italic-line-height);--typography-md-caption-bold-italic-letter-spacing:var(--typography-mobile-caption-bold-italic-letter-spacing);--typography-md-caption-bold-italic-paragraph-spacing:var(--typography-mobile-caption-bold-italic-paragraph-spacing);--typography-md-caption-bold-italic-text-decoration:var(--typography-mobile-caption-bold-italic-text-decoration);--typography-md-caption-bold-italic-text-case:var(--typography-mobile-caption-bold-italic-text-case);--typography-md-caption-bold-italic-font-style:var(--typography-mobile-caption-bold-italic-font-style);--typography-md-caption-bold-underline-font-family:var(--typography-mobile-caption-bold-underline-font-family);--typography-md-caption-bold-underline-font-weight:var(--typography-mobile-caption-bold-underline-font-weight);--typography-md-caption-bold-underline-font-size:var(--typography-mobile-caption-bold-underline-font-size);--typography-md-caption-bold-underline-line-height:var(--typography-mobile-caption-bold-underline-line-height);--typography-md-caption-bold-underline-letter-spacing:var(--typography-mobile-caption-bold-underline-letter-spacing);--typography-md-caption-bold-underline-paragraph-spacing:var(--typography-mobile-caption-bold-underline-paragraph-spacing);--typography-md-caption-bold-underline-text-decoration:var(--typography-mobile-caption-bold-underline-text-decoration);--typography-md-caption-bold-underline-text-case:var(--typography-mobile-caption-bold-underline-text-case);--typography-md-overline-font-family:var(--typography-mobile-overline-font-family);--typography-md-overline-font-weight:var(--typography-mobile-overline-font-weight);--typography-md-overline-font-size:var(--typography-mobile-overline-font-size);--typography-md-overline-line-height:var(--typography-mobile-overline-line-height);--typography-md-overline-letter-spacing:var(--typography-mobile-overline-letter-spacing);--typography-md-overline-paragraph-spacing:var(--typography-mobile-overline-paragraph-spacing);--typography-md-overline-text-decoration:var(--typography-mobile-overline-text-decoration);--typography-md-overline-text-case:var(--typography-mobile-overline-text-case);--typography-md-overline-italic-font-family:var(--typography-mobile-overline-italic-font-family);--typography-md-overline-italic-font-weight:var(--typography-mobile-overline-italic-font-weight);--typography-md-overline-italic-font-size:var(--typography-mobile-overline-italic-font-size);--typography-md-overline-italic-line-height:var(--typography-mobile-overline-italic-line-height);--typography-md-overline-italic-letter-spacing:var(--typography-mobile-overline-italic-letter-spacing);--typography-md-overline-italic-paragraph-spacing:var(--typography-mobile-overline-italic-paragraph-spacing);--typography-md-overline-italic-text-decoration:var(--typography-mobile-overline-italic-text-decoration);--typography-md-overline-italic-text-case:var(--typography-mobile-overline-italic-text-case);--typography-md-overline-italic-font-style:var(--typography-mobile-overline-italic-font-style);--typography-md-overline-underline-font-family:var(--typography-mobile-overline-underline-font-family);--typography-md-overline-underline-font-weight:var(--typography-mobile-overline-underline-font-weight);--typography-md-overline-underline-font-size:var(--typography-mobile-overline-underline-font-size);--typography-md-overline-underline-line-height:var(--typography-mobile-overline-underline-line-height);--typography-md-overline-underline-letter-spacing:var(--typography-mobile-overline-underline-letter-spacing);--typography-md-overline-underline-paragraph-spacing:var(--typography-mobile-overline-underline-paragraph-spacing);--typography-md-overline-underline-text-decoration:var(--typography-mobile-overline-underline-text-decoration);--typography-md-overline-underline-text-case:var(--typography-mobile-overline-underline-text-case);--typography-md-overline-regular-font-family:var(--typography-mobile-overline-regular-font-family);--typography-md-overline-regular-font-weight:var(--typography-mobile-overline-regular-font-weight);--typography-md-overline-regular-font-size:var(--typography-mobile-overline-regular-font-size);--typography-md-overline-regular-line-height:var(--typography-mobile-overline-regular-line-height);--typography-md-overline-regular-letter-spacing:var(--typography-mobile-overline-regular-letter-spacing);--typography-md-overline-regular-paragraph-spacing:var(--typography-mobile-overline-regular-paragraph-spacing);--typography-md-overline-regular-text-decoration:var(--typography-mobile-overline-regular-text-decoration);--typography-md-overline-regular-text-case:var(--typography-mobile-overline-regular-text-case);--typography-md-overline-regular-italic-font-family:var(--typography-mobile-overline-regular-italic-font-family);--typography-md-overline-regular-italic-font-weight:var(--typography-mobile-overline-regular-italic-font-weight);--typography-md-overline-regular-italic-font-size:var(--typography-mobile-overline-regular-italic-font-size);--typography-md-overline-regular-italic-line-height:var(--typography-mobile-overline-regular-italic-line-height);--typography-md-overline-regular-italic-letter-spacing:var(--typography-mobile-overline-regular-italic-letter-spacing);--typography-md-overline-regular-italic-paragraph-spacing:var(--typography-mobile-overline-regular-italic-paragraph-spacing);--typography-md-overline-regular-italic-text-decoration:var(--typography-mobile-overline-regular-italic-text-decoration);--typography-md-overline-regular-italic-text-case:var(--typography-mobile-overline-regular-italic-text-case);--typography-md-overline-regular-italic-font-style:var(--typography-mobile-overline-regular-italic-font-style);--typography-md-overline-regular-underline-font-family:var(--typography-mobile-overline-regular-underline-font-family);--typography-md-overline-regular-underline-font-weight:var(--typography-mobile-overline-regular-underline-font-weight);--typography-md-overline-regular-underline-font-size:var(--typography-mobile-overline-regular-underline-font-size);--typography-md-overline-regular-underline-line-height:var(--typography-mobile-overline-regular-underline-line-height);--typography-md-overline-regular-underline-letter-spacing:var(--typography-mobile-overline-regular-underline-letter-spacing);--typography-md-overline-regular-underline-paragraph-spacing:var(--typography-mobile-overline-regular-underline-paragraph-spacing);--typography-md-overline-regular-underline-text-decoration:var(--typography-mobile-overline-regular-underline-text-decoration);--typography-md-overline-regular-underline-text-case:var(--typography-mobile-overline-regular-underline-text-case);--typography-md-overline-bold-font-family:var(--typography-mobile-overline-bold-font-family);--typography-md-overline-bold-font-weight:var(--typography-mobile-overline-bold-font-weight);--typography-md-overline-bold-font-size:var(--typography-mobile-overline-bold-font-size);--typography-md-overline-bold-line-height:var(--typography-mobile-overline-bold-line-height);--typography-md-overline-bold-letter-spacing:var(--typography-mobile-overline-bold-letter-spacing);--typography-md-overline-bold-paragraph-spacing:var(--typography-mobile-overline-bold-paragraph-spacing);--typography-md-overline-bold-text-decoration:var(--typography-mobile-overline-bold-text-decoration);--typography-md-overline-bold-text-case:var(--typography-mobile-overline-bold-text-case);--typography-md-overline-bold-italic-font-family:var(--typography-mobile-overline-bold-italic-font-family);--typography-md-overline-bold-italic-font-weight:var(--typography-mobile-overline-bold-italic-font-weight);--typography-md-overline-bold-italic-font-size:var(--typography-mobile-overline-bold-italic-font-size);--typography-md-overline-bold-italic-line-height:var(--typography-mobile-overline-bold-italic-line-height);--typography-md-overline-bold-italic-letter-spacing:var(--typography-mobile-overline-bold-italic-letter-spacing);--typography-md-overline-bold-italic-paragraph-spacing:var(--typography-mobile-overline-bold-italic-paragraph-spacing);--typography-md-overline-bold-italic-text-decoration:var(--typography-mobile-overline-bold-italic-text-decoration);--typography-md-overline-bold-italic-text-case:var(--typography-mobile-overline-bold-italic-text-case);--typography-md-overline-bold-italic-font-style:var(--typography-mobile-overline-bold-italic-font-style);--typography-md-overline-bold-underline-font-family:var(--typography-mobile-overline-bold-underline-font-family);--typography-md-overline-bold-underline-font-weight:var(--typography-mobile-overline-bold-underline-font-weight);--typography-md-overline-bold-underline-font-size:var(--typography-mobile-overline-bold-underline-font-size);--typography-md-overline-bold-underline-line-height:var(--typography-mobile-overline-bold-underline-line-height);--typography-md-overline-bold-underline-letter-spacing:var(--typography-mobile-overline-bold-underline-letter-spacing);--typography-md-overline-bold-underline-paragraph-spacing:var(--typography-mobile-overline-bold-underline-paragraph-spacing);--typography-md-overline-bold-underline-text-decoration:var(--typography-mobile-overline-bold-underline-text-decoration);--typography-md-overline-bold-underline-text-case:var(--typography-mobile-overline-bold-underline-text-case);--typography-md-button-sm-font-family:var(--typography-mobile-button-sm-font-family);--typography-md-button-sm-font-weight:var(--typography-mobile-button-sm-font-weight);--typography-md-button-sm-font-size:var(--typography-mobile-button-sm-font-size);--typography-md-button-sm-line-height:var(--typography-mobile-button-sm-line-height);--typography-md-button-sm-letter-spacing:var(--typography-mobile-button-sm-letter-spacing);--typography-md-button-sm-paragraph-spacing:var(--typography-mobile-button-sm-paragraph-spacing);--typography-md-button-sm-text-decoration:var(--typography-mobile-button-sm-text-decoration);--typography-md-button-sm-text-case:var(--typography-mobile-button-sm-text-case);--typography-md-button-md-font-family:var(--typography-mobile-button-md-font-family);--typography-md-button-md-font-weight:var(--typography-mobile-button-md-font-weight);--typography-md-button-md-font-size:var(--typography-mobile-button-md-font-size);--typography-md-button-md-line-height:var(--typography-mobile-button-md-line-height);--typography-md-button-md-letter-spacing:var(--typography-mobile-button-md-letter-spacing);--typography-md-button-md-paragraph-spacing:var(--typography-mobile-button-md-paragraph-spacing);--typography-md-button-md-text-decoration:var(--typography-mobile-button-md-text-decoration);--typography-md-button-md-text-case:var(--typography-mobile-button-md-text-case);--typography-md-button-lg-font-family:var(--typography-mobile-button-lg-font-family);--typography-md-button-lg-font-weight:var(--typography-mobile-button-lg-font-weight);--typography-md-button-lg-font-size:var(--typography-mobile-button-lg-font-size);--typography-md-button-lg-line-height:var(--typography-mobile-button-lg-line-height);--typography-md-button-lg-letter-spacing:var(--typography-mobile-button-lg-letter-spacing);--typography-md-button-lg-paragraph-spacing:var(--typography-mobile-button-lg-paragraph-spacing);--typography-md-button-lg-text-decoration:var(--typography-mobile-button-lg-text-decoration);--typography-md-button-lg-text-case:var(--typography-mobile-button-lg-text-case);--motif-version:"11.0.1";--sizing-6:6px;--sizing-8:8px;--sizing-10:10px;--sizing-12:12px;--sizing-14:14px;--sizing-16:16px;--sizing-20:20px;--sizing-24:24px;--sizing-32:32px;--sizing-36:36px;--sizing-40:40px;--sizing-44:44px;--sizing-64:64px;--sizing-320:320px;--sizing-343:343px;--sizing-360:360px;--sizing-512:512px;--sizing-640:640px;--sizing-1024:1024px;--sizing-1216:1216px;--sizing-1280:1280px;--sizing-min-width-16:16px;--sizing-min-width-24:24px;--sizing-min-width-240:240px;--sizing-min-width-300:300px;--sizing-min-width-1280:1280px;--sizing-max-width-360:360px;--sizing-max-width-400:400px;--sizing-max-width-520:520px;--sizing-min-height-600:600px;--sizing-old-4:4px;--sizing-old-52:52px;--sizing-old-2-857rem:2.857rem;--spacing-2:2px;--spacing-4:4px;--spacing-6:6px;--spacing-8:8px;--spacing-10:10px;--spacing-12:12px;--spacing-14:14px;--spacing-16:16px;--spacing-20:20px;--spacing-24:24px;--spacing-32:32px;--spacing-40:40px;--spacing-none:0px;--color-base-neutral-0:#fff;--color-base-neutral-25:#f9f9fa;--color-base-neutral-50:#f3f3f5;--color-base-neutral-75:#e6e6e9;--color-base-neutral-100:#dedee2;--color-base-neutral-150:#d7d7dc;--color-base-neutral-200:#c3c3cb;--color-base-neutral-250:#bfbfc8;--color-base-neutral-300:#afaeba;--color-base-neutral-350:#a4a3b1;--color-base-neutral-400:#9897a6;--color-base-neutral-450:#8a8a9b;--color-base-neutral-500:#7f7f91;--color-base-neutral-550:#737387;--color-base-neutral-600:#656579;--color-base-neutral-650:#5f5f72;--color-base-neutral-700:#4e4e5d;--color-base-neutral-750:#4d4d5c;--color-base-neutral-800:#3f3f4c;--color-base-neutral-850:#33333e;--color-base-neutral-900:#2e2e38;--color-base-neutral-950:#23232f;--color-base-neutral-1000:#1a1a24;--color-orange-25:#fcf5f0;--color-orange-50:#fcd9bc;--color-orange-100:#fdbc84;--color-orange-200:#ff9831;--color-orange-300:#ee8300;--color-orange-400:#d07200;--color-orange-500:#b26100;--color-orange-600:#975100;--color-orange-700:#7b4100;--color-orange-800:#623300;--color-orange-900:#462602;--color-red-25:#fcf5f3;--color-red-50:#fcd7cf;--color-red-100:#fdbaab;--color-red-200:#ff9783;--color-red-300:#ff735e;--color-red-400:#ff4336;--color-red-500:#ea011d;--color-red-600:#c70117;--color-red-700:#a40011;--color-red-800:#83000b;--color-red-900:#610402;--color-maroon-25:#faf5f8;--color-maroon-50:#f5dbeb;--color-maroon-100:#ecbdda;--color-maroon-200:#e79ecd;--color-maroon-300:#e180c0;--color-maroon-400:#da5bb3;--color-maroon-500:#b14891;--color-maroon-600:#a04082;--color-maroon-700:#82336a;--color-maroon-800:#682754;--color-maroon-900:#4c1c3d;--color-purple-25:#f8f6fa;--color-purple-50:#e5dcf1;--color-purple-100:#d4c4ea;--color-purple-200:#c2abe3;--color-purple-300:#b094dc;--color-purple-400:#9d7cd4;--color-purple-500:#8965cc;--color-purple-600:#724bc3;--color-purple-700:#5e36bc;--color-purple-800:#4a279f;--color-purple-900:#361c75;--color-blue-25:#f4f7fc;--color-blue-50:#d8e5fd;--color-blue-100:#afcdfb;--color-blue-200:#85b9fd;--color-blue-300:#55a6fc;--color-blue-400:#188ce5;--color-blue-500:#1275c1;--color-blue-600:#0f69ae;--color-blue-700:#0a558e;--color-blue-800:#064372;--color-blue-900:#083153;--color-green-25:#e7fce8;--color-green-50:#8bf9a2;--color-green-100:#48e674;--color-green-200:#34ce63;--color-green-300:#2db757;--color-green-400:#26a04b;--color-green-500:#1f893f;--color-green-600:#197335;--color-green-700:#125e29;--color-green-800:#0c4a1f;--color-green-900:#0a3616;--color-teal-25:#e1fcfb;--color-teal-50:#8bf4f1;--color-teal-100:#44e0de;--color-teal-200:#2fc9c7;--color-teal-300:#27acaa;--color-teal-400:#229b9a;--color-teal-500:#1d8583;--color-teal-600:#17706f;--color-teal-700:#105b5a;--color-teal-800:#0b4847;--color-teal-900:#093434;--color-yellow-400:#ffe600;--box-shadow-00:none;--box-shadow-01:0 0 2px 0 #23232f0f,0 1px 2px 0 #23232f14;--box-shadow-02:0 1px 2px 0 #23232f0f,0 4px 8px 0 #23232f14;--box-shadow-03:0 2px 4px 0 #23232f0f,0 6px 12px 0 #23232f14;--box-shadow-04:0 2px 4px 0 #23232f0f,0 8px 16px 0 #23232f14;--box-shadow-05:0 4px 8px 0 #23232f0f,0 16px 32px 0 #23232f14;--box-shadow-alt-00:none;--box-shadow-alt-01:0 0 2px 0 #1a1a241f,0 1px 2px 0 #1a1a2429;--box-shadow-alt-02:0 1px 2px 0 #1a1a241f,0 4px 8px 0 #1a1a2429;--box-shadow-alt-03:0 2px 4px 0 #1a1a241f,0 6px 12px 0 #1a1a2429;--box-shadow-alt-04:0 2px 4px 0 #1a1a241f,0 8px 16px 0 #1a1a2429;--box-shadow-alt-05:0 4px 8px 0 #1a1a241f,0 16px 32px 0 #1a1a2429;--border-width-thin:1px;--border-width-medium:2px;--border-radius-xs:2px;--border-radius-sm:4px;--border-radius-md:6px;--border-radius-lg:8px;--border-radius-xl:16px;--border-radius-xxl:32px;--border-radius-circle:200px;--border-style-default:solid;--border-style-alt:dashed;--opacity-0:0%;--opacity-20:20%;--opacity-40:40%;--opacity-60:60%;--opacity-80:80%;--opacity-100:100%;--font-family-primary:EYInterstate;--font-family-secondary:Noto Sans;--font-weight-light:300;--font-weight-italic:Italic;--font-weight-regular:400;--font-weight-bold:700;--font-weight-bold-italic:Bold Italic;--font-size-10:.714rem;--font-size-12:.857rem;--font-size-14:1rem;--font-size-16:1.143rem;--font-size-18:1.286rem;--font-size-20:1.42857rem;--font-size-22:1.57143rem;--font-size-24:1.714rem;--font-size-26:1.857rem;--font-size-28:2rem;--font-size-32:2.286rem;--font-size-34:2.42857rem;--font-size-46:3.286rem;--font-size-58:4.143rem;--font-size-70:5rem;--line-height-12:.857rem;--line-height-18:1.286rem;--line-height-20:1.42857rem;--line-height-24:1.714rem;--line-height-26:1.857rem;--line-height-28:2rem;--line-height-30:2.143rem;--line-height-32:2.286rem;--line-height-34:2.42857rem;--line-height-36:2.57143rem;--line-height-40:2.857rem;--line-height-42:3rem;--line-height-58:4.143rem;--line-height-70:5rem;--line-height-90:6.42857rem;--letter-space-narrow:-4%;--letter-space-semi-narrow:-2%;--letter-space-regular:0%;--letter-space-wide:4%;--paragraph-space-10:.714rem;--paragraph-space-12:.857rem;--paragraph-space-14:1rem;--paragraph-space-16:1.143rem;--paragraph-space-18:1.286rem;--paragraph-space-20:1.42857rem;--paragraph-space-22:1.57143rem;--paragraph-space-24:1.714rem;--paragraph-space-26:1.857rem;--paragraph-space-28:2rem;--paragraph-space-32:2.286rem;--paragraph-space-34:2.42857rem;--paragraph-space-46:3.286rem;--paragraph-space-58:4.143rem;--paragraph-space-70:5rem;--text-case-none:none;--text-case-uppercase:uppercase;--text-decoration-none:none;--text-decoration-underline:underline;--typography-display-1-font-family:EYInterstate;--typography-display-1-font-weight:300;--typography-display-1-font-size:5rem;--typography-display-1-line-height:6.42857rem;--typography-display-1-letter-spacing:-4%;--typography-display-1-paragraph-spacing:5rem;--typography-display-1-text-decoration:none;--typography-display-1-text-case:none;--typography-display-1-regular-font-family:EYInterstate;--typography-display-1-regular-font-weight:400;--typography-display-1-regular-font-size:5rem;--typography-display-1-regular-line-height:6.42857rem;--typography-display-1-regular-letter-spacing:-4%;--typography-display-1-regular-paragraph-spacing:5rem;--typography-display-1-regular-text-decoration:none;--typography-display-1-regular-text-case:none;--typography-display-1-bold-font-family:EYInterstate;--typography-display-1-bold-font-weight:700;--typography-display-1-bold-font-size:5rem;--typography-display-1-bold-line-height:6.42857rem;--typography-display-1-bold-letter-spacing:-4%;--typography-display-1-bold-paragraph-spacing:5rem;--typography-display-1-bold-text-decoration:none;--typography-display-1-bold-text-case:none;--typography-display-2-font-family:EYInterstate;--typography-display-2-font-weight:300;--typography-display-2-font-size:4.143rem;--typography-display-2-line-height:5rem;--typography-display-2-letter-spacing:-2%;--typography-display-2-paragraph-spacing:4.143rem;--typography-display-2-text-decoration:none;--typography-display-2-text-case:none;--typography-display-2-regular-font-family:EYInterstate;--typography-display-2-regular-font-weight:400;--typography-display-2-regular-font-size:4.143rem;--typography-display-2-regular-line-height:5rem;--typography-display-2-regular-letter-spacing:-2%;--typography-display-2-regular-paragraph-spacing:4.143rem;--typography-display-2-regular-text-decoration:none;--typography-display-2-regular-text-case:none;--typography-display-2-bold-font-family:EYInterstate;--typography-display-2-bold-font-weight:700;--typography-display-2-bold-font-size:4.143rem;--typography-display-2-bold-line-height:5rem;--typography-display-2-bold-letter-spacing:-2%;--typography-display-2-bold-paragraph-spacing:4.143rem;--typography-display-2-bold-text-decoration:none;--typography-display-2-bold-text-case:none;--typography-display-3-font-family:EYInterstate;--typography-display-3-font-weight:300;--typography-display-3-font-size:3.286rem;--typography-display-3-line-height:4.143rem;--typography-display-3-letter-spacing:-2%;--typography-display-3-paragraph-spacing:3.286rem;--typography-display-3-text-decoration:none;--typography-display-3-text-case:none;--typography-display-3-regular-font-family:EYInterstate;--typography-display-3-regular-font-weight:400;--typography-display-3-regular-font-size:3.286rem;--typography-display-3-regular-line-height:4.143rem;--typography-display-3-regular-letter-spacing:-2%;--typography-display-3-regular-paragraph-spacing:3.286rem;--typography-display-3-regular-text-decoration:none;--typography-display-3-regular-text-case:none;--typography-display-3-bold-font-family:EYInterstate;--typography-display-3-bold-font-weight:700;--typography-display-3-bold-font-size:3.286rem;--typography-display-3-bold-line-height:4.143rem;--typography-display-3-bold-letter-spacing:-2%;--typography-display-3-bold-paragraph-spacing:3.286rem;--typography-display-3-bold-text-decoration:none;--typography-display-3-bold-text-case:none;--typography-display-4-font-family:EYInterstate;--typography-display-4-font-weight:300;--typography-display-4-font-size:2.42857rem;--typography-display-4-line-height:3rem;--typography-display-4-letter-spacing:-2%;--typography-display-4-paragraph-spacing:2.42857rem;--typography-display-4-text-decoration:none;--typography-display-4-text-case:none;--typography-display-4-regular-font-family:EYInterstate;--typography-display-4-regular-font-weight:400;--typography-display-4-regular-font-size:2.42857rem;--typography-display-4-regular-line-height:3rem;--typography-display-4-regular-letter-spacing:-2%;--typography-display-4-regular-paragraph-spacing:2.42857rem;--typography-display-4-regular-text-decoration:none;--typography-display-4-regular-text-case:none;--typography-display-4-bold-font-family:EYInterstate;--typography-display-4-bold-font-weight:700;--typography-display-4-bold-font-size:2.42857rem;--typography-display-4-bold-line-height:3rem;--typography-display-4-bold-letter-spacing:-2%;--typography-display-4-bold-paragraph-spacing:2.42857rem;--typography-display-4-bold-text-decoration:none;--typography-display-4-bold-text-case:none;--typography-h1-font-family:EYInterstate;--typography-h1-font-weight:300;--typography-h1-font-size:2.286rem;--typography-h1-line-height:2.857rem;--typography-h1-letter-spacing:-2%;--typography-h1-paragraph-spacing:2.286rem;--typography-h1-text-decoration:none;--typography-h1-text-case:none;--typography-h1-regular-font-family:EYInterstate;--typography-h1-regular-font-weight:400;--typography-h1-regular-font-size:2.286rem;--typography-h1-regular-line-height:2.857rem;--typography-h1-regular-letter-spacing:-2%;--typography-h1-regular-paragraph-spacing:2.286rem;--typography-h1-regular-text-decoration:none;--typography-h1-regular-text-case:none;--typography-h1-bold-font-family:EYInterstate;--typography-h1-bold-font-weight:700;--typography-h1-bold-font-size:2.286rem;--typography-h1-bold-line-height:2.857rem;--typography-h1-bold-letter-spacing:-2%;--typography-h1-bold-paragraph-spacing:2.286rem;--typography-h1-bold-text-decoration:none;--typography-h1-bold-text-case:none;--typography-h2-font-family:EYInterstate;--typography-h2-font-weight:300;--typography-h2-font-size:2rem;--typography-h2-line-height:2.57143rem;--typography-h2-letter-spacing:0%;--typography-h2-paragraph-spacing:2rem;--typography-h2-text-decoration:none;--typography-h2-text-case:none;--typography-h2-regular-font-family:EYInterstate;--typography-h2-regular-font-weight:400;--typography-h2-regular-font-size:2rem;--typography-h2-regular-line-height:2.57143rem;--typography-h2-regular-letter-spacing:0%;--typography-h2-regular-paragraph-spacing:2rem;--typography-h2-regular-text-decoration:none;--typography-h2-regular-text-case:none;--typography-h2-bold-font-family:EYInterstate;--typography-h2-bold-font-weight:700;--typography-h2-bold-font-size:2rem;--typography-h2-bold-line-height:2.57143rem;--typography-h2-bold-letter-spacing:0%;--typography-h2-bold-paragraph-spacing:2rem;--typography-h2-bold-text-decoration:none;--typography-h2-bold-text-case:none;--typography-h3-font-family:EYInterstate;--typography-h3-font-weight:300;--typography-h3-font-size:1.857rem;--typography-h3-line-height:2.286rem;--typography-h3-letter-spacing:0%;--typography-h3-paragraph-spacing:1.857rem;--typography-h3-text-decoration:none;--typography-h3-text-case:none;--typography-h3-regular-font-family:EYInterstate;--typography-h3-regular-font-weight:400;--typography-h3-regular-font-size:1.857rem;--typography-h3-regular-line-height:2.286rem;--typography-h3-regular-letter-spacing:0%;--typography-h3-regular-paragraph-spacing:1.857rem;--typography-h3-regular-text-decoration:none;--typography-h3-regular-text-case:none;--typography-h3-bold-font-family:EYInterstate;--typography-h3-bold-font-weight:700;--typography-h3-bold-font-size:1.857rem;--typography-h3-bold-line-height:2.286rem;--typography-h3-bold-letter-spacing:0%;--typography-h3-bold-paragraph-spacing:1.857rem;--typography-h3-bold-text-decoration:none;--typography-h3-bold-text-case:none;--typography-h4-font-family:EYInterstate;--typography-h4-font-weight:300;--typography-h4-font-size:1.714rem;--typography-h4-line-height:2.286rem;--typography-h4-letter-spacing:0%;--typography-h4-paragraph-spacing:1.714rem;--typography-h4-text-decoration:none;--typography-h4-text-case:none;--typography-h4-regular-font-family:EYInterstate;--typography-h4-regular-font-weight:400;--typography-h4-regular-font-size:1.714rem;--typography-h4-regular-line-height:2.286rem;--typography-h4-regular-letter-spacing:0%;--typography-h4-regular-paragraph-spacing:1.714rem;--typography-h4-regular-text-decoration:none;--typography-h4-regular-text-case:none;--typography-h4-bold-font-family:EYInterstate;--typography-h4-bold-font-weight:700;--typography-h4-bold-font-size:1.714rem;--typography-h4-bold-line-height:2.286rem;--typography-h4-bold-letter-spacing:0%;--typography-h4-bold-paragraph-spacing:1.714rem;--typography-h4-bold-text-decoration:none;--typography-h4-bold-text-case:none;--typography-h5-font-family:EYInterstate;--typography-h5-font-weight:300;--typography-h5-font-size:1.57143rem;--typography-h5-line-height:2.143rem;--typography-h5-letter-spacing:0%;--typography-h5-paragraph-spacing:1.57143rem;--typography-h5-text-decoration:none;--typography-h5-text-case:none;--typography-h5-italic-font-family:EYInterstate;--typography-h5-italic-font-weight:Light;--typography-h5-italic-font-size:1.57143rem;--typography-h5-italic-line-height:2.143rem;--typography-h5-italic-letter-spacing:0%;--typography-h5-italic-paragraph-spacing:1.57143rem;--typography-h5-italic-text-decoration:none;--typography-h5-italic-text-case:none;--typography-h5-italic-font-style:italic;--typography-h5-underline-font-family:EYInterstate;--typography-h5-underline-font-weight:300;--typography-h5-underline-font-size:1.57143rem;--typography-h5-underline-line-height:2.143rem;--typography-h5-underline-letter-spacing:0%;--typography-h5-underline-paragraph-spacing:1.57143rem;--typography-h5-underline-text-decoration:underline;--typography-h5-underline-text-case:none;--typography-h5-regular-font-family:EYInterstate;--typography-h5-regular-font-weight:400;--typography-h5-regular-font-size:1.57143rem;--typography-h5-regular-line-height:2.143rem;--typography-h5-regular-letter-spacing:0%;--typography-h5-regular-paragraph-spacing:1.57143rem;--typography-h5-regular-text-decoration:none;--typography-h5-regular-text-case:none;--typography-h5-regular-italic-font-family:EYInterstate;--typography-h5-regular-italic-font-weight:Regular;--typography-h5-regular-italic-font-size:1.57143rem;--typography-h5-regular-italic-line-height:2.143rem;--typography-h5-regular-italic-letter-spacing:0%;--typography-h5-regular-italic-paragraph-spacing:1.57143rem;--typography-h5-regular-italic-text-decoration:none;--typography-h5-regular-italic-text-case:none;--typography-h5-regular-italic-font-style:italic;--typography-h5-regular-underline-font-family:EYInterstate;--typography-h5-regular-underline-font-weight:400;--typography-h5-regular-underline-font-size:1.57143rem;--typography-h5-regular-underline-line-height:2.143rem;--typography-h5-regular-underline-letter-spacing:0%;--typography-h5-regular-underline-paragraph-spacing:1.57143rem;--typography-h5-regular-underline-text-decoration:underline;--typography-h5-regular-underline-text-case:none;--typography-h5-bold-font-family:EYInterstate;--typography-h5-bold-font-weight:700;--typography-h5-bold-font-size:1.57143rem;--typography-h5-bold-line-height:2.143rem;--typography-h5-bold-letter-spacing:0%;--typography-h5-bold-paragraph-spacing:1.57143rem;--typography-h5-bold-text-decoration:none;--typography-h5-bold-text-case:none;--typography-h5-bold-italic-font-family:EYInterstate;--typography-h5-bold-italic-font-weight:Bold;--typography-h5-bold-italic-font-size:1.57143rem;--typography-h5-bold-italic-line-height:2.143rem;--typography-h5-bold-italic-letter-spacing:0%;--typography-h5-bold-italic-paragraph-spacing:1.57143rem;--typography-h5-bold-italic-text-decoration:none;--typography-h5-bold-italic-text-case:none;--typography-h5-bold-italic-font-style:italic;--typography-h5-bold-underline-font-family:EYInterstate;--typography-h5-bold-underline-font-weight:700;--typography-h5-bold-underline-font-size:1.57143rem;--typography-h5-bold-underline-line-height:2.143rem;--typography-h5-bold-underline-letter-spacing:0%;--typography-h5-bold-underline-paragraph-spacing:1.57143rem;--typography-h5-bold-underline-text-decoration:underline;--typography-h5-bold-underline-text-case:none;--typography-h6-font-family:EYInterstate;--typography-h6-font-weight:300;--typography-h6-font-size:1.42857rem;--typography-h6-line-height:2.143rem;--typography-h6-letter-spacing:0%;--typography-h6-paragraph-spacing:1.42857rem;--typography-h6-text-decoration:none;--typography-h6-text-case:none;--typography-h6-italic-font-family:EYInterstate;--typography-h6-italic-font-weight:Light;--typography-h6-italic-font-size:1.42857rem;--typography-h6-italic-line-height:2.143rem;--typography-h6-italic-letter-spacing:0%;--typography-h6-italic-paragraph-spacing:1.42857rem;--typography-h6-italic-text-decoration:none;--typography-h6-italic-text-case:none;--typography-h6-italic-font-style:italic;--typography-h6-underline-font-family:EYInterstate;--typography-h6-underline-font-weight:300;--typography-h6-underline-font-size:1.42857rem;--typography-h6-underline-line-height:2.143rem;--typography-h6-underline-letter-spacing:0%;--typography-h6-underline-paragraph-spacing:1.42857rem;--typography-h6-underline-text-decoration:underline;--typography-h6-underline-text-case:none;--typography-h6-regular-font-family:EYInterstate;--typography-h6-regular-font-weight:400;--typography-h6-regular-font-size:1.42857rem;--typography-h6-regular-line-height:2.143rem;--typography-h6-regular-letter-spacing:0%;--typography-h6-regular-paragraph-spacing:1.42857rem;--typography-h6-regular-text-decoration:none;--typography-h6-regular-text-case:none;--typography-h6-regular-italic-font-family:EYInterstate;--typography-h6-regular-italic-font-weight:Regular;--typography-h6-regular-italic-font-size:1.42857rem;--typography-h6-regular-italic-line-height:2.143rem;--typography-h6-regular-italic-letter-spacing:0%;--typography-h6-regular-italic-paragraph-spacing:1.42857rem;--typography-h6-regular-italic-text-decoration:none;--typography-h6-regular-italic-text-case:none;--typography-h6-regular-italic-font-style:italic;--typography-h6-regular-underline-font-family:EYInterstate;--typography-h6-regular-underline-font-weight:400;--typography-h6-regular-underline-font-size:1.42857rem;--typography-h6-regular-underline-line-height:2.143rem;--typography-h6-regular-underline-letter-spacing:0%;--typography-h6-regular-underline-paragraph-spacing:1.42857rem;--typography-h6-regular-underline-text-decoration:underline;--typography-h6-regular-underline-text-case:none;--typography-h6-bold-font-family:EYInterstate;--typography-h6-bold-font-weight:700;--typography-h6-bold-font-size:1.42857rem;--typography-h6-bold-line-height:2.143rem;--typography-h6-bold-letter-spacing:0%;--typography-h6-bold-paragraph-spacing:1.42857rem;--typography-h6-bold-text-decoration:none;--typography-h6-bold-text-case:none;--typography-h6-bold-italic-font-family:EYInterstate;--typography-h6-bold-italic-font-weight:Bold;--typography-h6-bold-italic-font-size:1.42857rem;--typography-h6-bold-italic-line-height:2.143rem;--typography-h6-bold-italic-letter-spacing:0%;--typography-h6-bold-italic-paragraph-spacing:1.42857rem;--typography-h6-bold-italic-text-decoration:none;--typography-h6-bold-italic-text-case:none;--typography-h6-bold-italic-font-style:italic;--typography-h6-bold-underline-font-family:EYInterstate;--typography-h6-bold-underline-font-weight:700;--typography-h6-bold-underline-font-size:1.42857rem;--typography-h6-bold-underline-line-height:2.143rem;--typography-h6-bold-underline-letter-spacing:0%;--typography-h6-bold-underline-paragraph-spacing:1.42857rem;--typography-h6-bold-underline-text-decoration:underline;--typography-h6-bold-underline-text-case:none;--typography-subtitle-font-family:EYInterstate;--typography-subtitle-font-weight:300;--typography-subtitle-font-size:1.286rem;--typography-subtitle-line-height:2rem;--typography-subtitle-letter-spacing:0%;--typography-subtitle-paragraph-spacing:1.286rem;--typography-subtitle-text-decoration:none;--typography-subtitle-text-case:none;--typography-subtitle-italic-font-family:EYInterstate;--typography-subtitle-italic-font-weight:Light;--typography-subtitle-italic-font-size:1.286rem;--typography-subtitle-italic-line-height:2rem;--typography-subtitle-italic-letter-spacing:0%;--typography-subtitle-italic-paragraph-spacing:1.286rem;--typography-subtitle-italic-text-decoration:none;--typography-subtitle-italic-text-case:none;--typography-subtitle-italic-font-style:italic;--typography-subtitle-underline-font-family:EYInterstate;--typography-subtitle-underline-font-weight:300;--typography-subtitle-underline-font-size:1.286rem;--typography-subtitle-underline-line-height:2rem;--typography-subtitle-underline-letter-spacing:0%;--typography-subtitle-underline-paragraph-spacing:1.286rem;--typography-subtitle-underline-text-decoration:underline;--typography-subtitle-underline-text-case:none;--typography-subtitle-regular-font-family:EYInterstate;--typography-subtitle-regular-font-weight:400;--typography-subtitle-regular-font-size:1.286rem;--typography-subtitle-regular-line-height:2rem;--typography-subtitle-regular-letter-spacing:0%;--typography-subtitle-regular-paragraph-spacing:1.286rem;--typography-subtitle-regular-text-decoration:none;--typography-subtitle-regular-text-case:none;--typography-subtitle-regular-italic-font-family:EYInterstate;--typography-subtitle-regular-italic-font-weight:Regular;--typography-subtitle-regular-italic-font-size:1.286rem;--typography-subtitle-regular-italic-line-height:2rem;--typography-subtitle-regular-italic-letter-spacing:0%;--typography-subtitle-regular-italic-paragraph-spacing:1.286rem;--typography-subtitle-regular-italic-text-decoration:none;--typography-subtitle-regular-italic-text-case:none;--typography-subtitle-regular-italic-font-style:italic;--typography-subtitle-regular-underline-font-family:EYInterstate;--typography-subtitle-regular-underline-font-weight:400;--typography-subtitle-regular-underline-font-size:1.286rem;--typography-subtitle-regular-underline-line-height:2rem;--typography-subtitle-regular-underline-letter-spacing:0%;--typography-subtitle-regular-underline-paragraph-spacing:1.286rem;--typography-subtitle-regular-underline-text-decoration:underline;--typography-subtitle-regular-underline-text-case:none;--typography-subtitle-bold-font-family:EYInterstate;--typography-subtitle-bold-font-weight:700;--typography-subtitle-bold-font-size:1.286rem;--typography-subtitle-bold-line-height:2rem;--typography-subtitle-bold-letter-spacing:0%;--typography-subtitle-bold-paragraph-spacing:1.286rem;--typography-subtitle-bold-text-decoration:none;--typography-subtitle-bold-text-case:none;--typography-subtitle-bold-italic-font-family:EYInterstate;--typography-subtitle-bold-italic-font-weight:Bold;--typography-subtitle-bold-italic-font-size:1.286rem;--typography-subtitle-bold-italic-line-height:2rem;--typography-subtitle-bold-italic-letter-spacing:0%;--typography-subtitle-bold-italic-paragraph-spacing:1.286rem;--typography-subtitle-bold-italic-text-decoration:none;--typography-subtitle-bold-italic-text-case:none;--typography-subtitle-bold-italic-font-style:italic;--typography-subtitle-bold-underline-font-family:EYInterstate;--typography-subtitle-bold-underline-font-weight:700;--typography-subtitle-bold-underline-font-size:1.286rem;--typography-subtitle-bold-underline-line-height:2rem;--typography-subtitle-bold-underline-letter-spacing:0%;--typography-subtitle-bold-underline-paragraph-spacing:1.286rem;--typography-subtitle-bold-underline-text-decoration:underline;--typography-subtitle-bold-underline-text-case:none;--typography-body-1-font-family:EYInterstate;--typography-body-1-font-weight:300;--typography-body-1-font-size:1.143rem;--typography-body-1-line-height:1.714rem;--typography-body-1-letter-spacing:0%;--typography-body-1-paragraph-spacing:1.143rem;--typography-body-1-text-decoration:none;--typography-body-1-text-case:none;--typography-body-1-italic-font-family:EYInterstate;--typography-body-1-italic-font-weight:Light;--typography-body-1-italic-font-size:1.143rem;--typography-body-1-italic-line-height:1.714rem;--typography-body-1-italic-letter-spacing:0%;--typography-body-1-italic-paragraph-spacing:1.143rem;--typography-body-1-italic-text-decoration:none;--typography-body-1-italic-text-case:none;--typography-body-1-italic-font-style:italic;--typography-body-1-underline-font-family:EYInterstate;--typography-body-1-underline-font-weight:300;--typography-body-1-underline-font-size:1.143rem;--typography-body-1-underline-line-height:1.714rem;--typography-body-1-underline-letter-spacing:0%;--typography-body-1-underline-paragraph-spacing:1.143rem;--typography-body-1-underline-text-decoration:underline;--typography-body-1-underline-text-case:none;--typography-body-1-regular-font-family:EYInterstate;--typography-body-1-regular-font-weight:400;--typography-body-1-regular-font-size:1.143rem;--typography-body-1-regular-line-height:1.714rem;--typography-body-1-regular-letter-spacing:0%;--typography-body-1-regular-paragraph-spacing:1.143rem;--typography-body-1-regular-text-decoration:none;--typography-body-1-regular-text-case:none;--typography-body-1-regular-italic-font-family:EYInterstate;--typography-body-1-regular-italic-font-weight:Regular;--typography-body-1-regular-italic-font-size:1.143rem;--typography-body-1-regular-italic-line-height:1.714rem;--typography-body-1-regular-italic-letter-spacing:0%;--typography-body-1-regular-italic-paragraph-spacing:1.143rem;--typography-body-1-regular-italic-text-decoration:none;--typography-body-1-regular-italic-text-case:none;--typography-body-1-regular-italic-font-style:italic;--typography-body-1-regular-underline-font-family:EYInterstate;--typography-body-1-regular-underline-font-weight:400;--typography-body-1-regular-underline-font-size:1.143rem;--typography-body-1-regular-underline-line-height:1.714rem;--typography-body-1-regular-underline-letter-spacing:0%;--typography-body-1-regular-underline-paragraph-spacing:1.143rem;--typography-body-1-regular-underline-text-decoration:underline;--typography-body-1-regular-underline-text-case:none;--typography-body-1-bold-font-family:EYInterstate;--typography-body-1-bold-font-weight:700;--typography-body-1-bold-font-size:1.143rem;--typography-body-1-bold-line-height:1.714rem;--typography-body-1-bold-letter-spacing:0%;--typography-body-1-bold-paragraph-spacing:1.143rem;--typography-body-1-bold-text-decoration:none;--typography-body-1-bold-text-case:none;--typography-body-1-bold-italic-font-family:EYInterstate;--typography-body-1-bold-italic-font-weight:Bold;--typography-body-1-bold-italic-font-size:1.143rem;--typography-body-1-bold-italic-line-height:1.714rem;--typography-body-1-bold-italic-letter-spacing:0%;--typography-body-1-bold-italic-paragraph-spacing:1.143rem;--typography-body-1-bold-italic-text-decoration:none;--typography-body-1-bold-italic-text-case:none;--typography-body-1-bold-italic-font-style:italic;--typography-body-1-bold-underline-font-family:EYInterstate;--typography-body-1-bold-underline-font-weight:700;--typography-body-1-bold-underline-font-size:1.143rem;--typography-body-1-bold-underline-line-height:1.714rem;--typography-body-1-bold-underline-letter-spacing:0%;--typography-body-1-bold-underline-paragraph-spacing:1.143rem;--typography-body-1-bold-underline-text-decoration:underline;--typography-body-1-bold-underline-text-case:none;--typography-body-2-font-family:EYInterstate;--typography-body-2-font-weight:300;--typography-body-2-font-size:1rem;--typography-body-2-line-height:1.42857rem;--typography-body-2-letter-spacing:0%;--typography-body-2-paragraph-spacing:1rem;--typography-body-2-text-decoration:none;--typography-body-2-text-case:none;--typography-body-2-italic-font-family:EYInterstate;--typography-body-2-italic-font-weight:Light;--typography-body-2-italic-font-size:1rem;--typography-body-2-italic-line-height:1.42857rem;--typography-body-2-italic-letter-spacing:0%;--typography-body-2-italic-paragraph-spacing:1rem;--typography-body-2-italic-text-decoration:none;--typography-body-2-italic-text-case:none;--typography-body-2-italic-font-style:italic;--typography-body-2-underline-font-family:EYInterstate;--typography-body-2-underline-font-weight:300;--typography-body-2-underline-font-size:1rem;--typography-body-2-underline-line-height:1.42857rem;--typography-body-2-underline-letter-spacing:0%;--typography-body-2-underline-paragraph-spacing:1rem;--typography-body-2-underline-text-decoration:underline;--typography-body-2-underline-text-case:none;--typography-body-2-regular-font-family:EYInterstate;--typography-body-2-regular-font-weight:400;--typography-body-2-regular-font-size:1rem;--typography-body-2-regular-line-height:1.42857rem;--typography-body-2-regular-letter-spacing:0%;--typography-body-2-regular-paragraph-spacing:1rem;--typography-body-2-regular-text-decoration:none;--typography-body-2-regular-text-case:none;--typography-body-2-regular-italic-font-family:EYInterstate;--typography-body-2-regular-italic-font-weight:Regular;--typography-body-2-regular-italic-font-size:1rem;--typography-body-2-regular-italic-line-height:1.42857rem;--typography-body-2-regular-italic-letter-spacing:0%;--typography-body-2-regular-italic-paragraph-spacing:1rem;--typography-body-2-regular-italic-text-decoration:none;--typography-body-2-regular-italic-text-case:none;--typography-body-2-regular-italic-font-style:italic;--typography-body-2-regular-underline-font-family:EYInterstate;--typography-body-2-regular-underline-font-weight:400;--typography-body-2-regular-underline-font-size:1rem;--typography-body-2-regular-underline-line-height:1.42857rem;--typography-body-2-regular-underline-letter-spacing:0%;--typography-body-2-regular-underline-paragraph-spacing:1rem;--typography-body-2-regular-underline-text-decoration:underline;--typography-body-2-regular-underline-text-case:none;--typography-body-2-bold-font-family:EYInterstate;--typography-body-2-bold-font-weight:700;--typography-body-2-bold-font-size:1rem;--typography-body-2-bold-line-height:1.42857rem;--typography-body-2-bold-letter-spacing:0%;--typography-body-2-bold-paragraph-spacing:1rem;--typography-body-2-bold-text-decoration:none;--typography-body-2-bold-text-case:none;--typography-body-2-bold-italic-font-family:EYInterstate;--typography-body-2-bold-italic-font-weight:Bold;--typography-body-2-bold-italic-font-size:1rem;--typography-body-2-bold-italic-line-height:1.42857rem;--typography-body-2-bold-italic-letter-spacing:0%;--typography-body-2-bold-italic-paragraph-spacing:1rem;--typography-body-2-bold-italic-text-decoration:none;--typography-body-2-bold-italic-text-case:none;--typography-body-2-bold-italic-font-style:italic;--typography-body-2-bold-underline-font-family:EYInterstate;--typography-body-2-bold-underline-font-weight:700;--typography-body-2-bold-underline-font-size:1rem;--typography-body-2-bold-underline-line-height:1.42857rem;--typography-body-2-bold-underline-letter-spacing:0%;--typography-body-2-bold-underline-paragraph-spacing:1rem;--typography-body-2-bold-underline-text-decoration:underline;--typography-body-2-bold-underline-text-case:none;--typography-body-3-font-family:EYInterstate;--typography-body-3-font-weight:300;--typography-body-3-font-size:.857rem;--typography-body-3-line-height:1.42857rem;--typography-body-3-letter-spacing:0%;--typography-body-3-paragraph-spacing:.857rem;--typography-body-3-text-decoration:none;--typography-body-3-text-case:none;--typography-body-3-italic-font-family:EYInterstate;--typography-body-3-italic-font-weight:Light;--typography-body-3-italic-font-size:.857rem;--typography-body-3-italic-line-height:1.42857rem;--typography-body-3-italic-letter-spacing:0%;--typography-body-3-italic-paragraph-spacing:.857rem;--typography-body-3-italic-text-decoration:none;--typography-body-3-italic-text-case:none;--typography-body-3-italic-font-style:italic;--typography-body-3-underline-font-family:EYInterstate;--typography-body-3-underline-font-weight:300;--typography-body-3-underline-font-size:.857rem;--typography-body-3-underline-line-height:1.42857rem;--typography-body-3-underline-letter-spacing:0%;--typography-body-3-underline-paragraph-spacing:.857rem;--typography-body-3-underline-text-decoration:underline;--typography-body-3-underline-text-case:none;--typography-body-3-regular-font-family:EYInterstate;--typography-body-3-regular-font-weight:400;--typography-body-3-regular-font-size:.857rem;--typography-body-3-regular-line-height:1.42857rem;--typography-body-3-regular-letter-spacing:0%;--typography-body-3-regular-paragraph-spacing:.857rem;--typography-body-3-regular-text-decoration:none;--typography-body-3-regular-text-case:none;--typography-body-3-regular-italic-font-family:EYInterstate;--typography-body-3-regular-italic-font-weight:Regular;--typography-body-3-regular-italic-font-size:.857rem;--typography-body-3-regular-italic-line-height:1.42857rem;--typography-body-3-regular-italic-letter-spacing:0%;--typography-body-3-regular-italic-paragraph-spacing:.857rem;--typography-body-3-regular-italic-text-decoration:none;--typography-body-3-regular-italic-text-case:none;--typography-body-3-regular-italic-font-style:italic;--typography-body-3-regular-underline-font-family:EYInterstate;--typography-body-3-regular-underline-font-weight:400;--typography-body-3-regular-underline-font-size:.857rem;--typography-body-3-regular-underline-line-height:1.42857rem;--typography-body-3-regular-underline-letter-spacing:0%;--typography-body-3-regular-underline-paragraph-spacing:.857rem;--typography-body-3-regular-underline-text-decoration:underline;--typography-body-3-regular-underline-text-case:none;--typography-body-3-bold-font-family:EYInterstate;--typography-body-3-bold-font-weight:700;--typography-body-3-bold-font-size:.857rem;--typography-body-3-bold-line-height:1.42857rem;--typography-body-3-bold-letter-spacing:0%;--typography-body-3-bold-paragraph-spacing:.857rem;--typography-body-3-bold-text-decoration:none;--typography-body-3-bold-text-case:none;--typography-body-3-bold-italic-font-family:EYInterstate;--typography-body-3-bold-italic-font-weight:Bold;--typography-body-3-bold-italic-font-size:.857rem;--typography-body-3-bold-italic-line-height:1.42857rem;--typography-body-3-bold-italic-letter-spacing:0%;--typography-body-3-bold-italic-paragraph-spacing:.857rem;--typography-body-3-bold-italic-text-decoration:none;--typography-body-3-bold-italic-text-case:none;--typography-body-3-bold-italic-font-style:italic;--typography-body-3-bold-underline-font-family:EYInterstate;--typography-body-3-bold-underline-font-weight:700;--typography-body-3-bold-underline-font-size:.857rem;--typography-body-3-bold-underline-line-height:1.42857rem;--typography-body-3-bold-underline-letter-spacing:0%;--typography-body-3-bold-underline-paragraph-spacing:.857rem;--typography-body-3-bold-underline-text-decoration:underline;--typography-body-3-bold-underline-text-case:none;--typography-caption-font-family:EYInterstate;--typography-caption-font-weight:300;--typography-caption-font-size:.857rem;--typography-caption-line-height:1.286rem;--typography-caption-letter-spacing:0%;--typography-caption-paragraph-spacing:.857rem;--typography-caption-text-decoration:none;--typography-caption-text-case:none;--typography-caption-italic-font-family:EYInterstate;--typography-caption-italic-font-weight:Light;--typography-caption-italic-font-size:.857rem;--typography-caption-italic-line-height:1.286rem;--typography-caption-italic-letter-spacing:0%;--typography-caption-italic-paragraph-spacing:.857rem;--typography-caption-italic-text-decoration:none;--typography-caption-italic-text-case:none;--typography-caption-italic-font-style:italic;--typography-caption-underline-font-family:EYInterstate;--typography-caption-underline-font-weight:300;--typography-caption-underline-font-size:.857rem;--typography-caption-underline-line-height:1.286rem;--typography-caption-underline-letter-spacing:0%;--typography-caption-underline-paragraph-spacing:.857rem;--typography-caption-underline-text-decoration:underline;--typography-caption-underline-text-case:none;--typography-caption-regular-font-family:EYInterstate;--typography-caption-regular-font-weight:400;--typography-caption-regular-font-size:.857rem;--typography-caption-regular-line-height:1.286rem;--typography-caption-regular-letter-spacing:0%;--typography-caption-regular-paragraph-spacing:.857rem;--typography-caption-regular-text-decoration:none;--typography-caption-regular-text-case:none;--typography-caption-regular-italic-font-family:EYInterstate;--typography-caption-regular-italic-font-weight:Regular;--typography-caption-regular-italic-font-size:.857rem;--typography-caption-regular-italic-line-height:1.286rem;--typography-caption-regular-italic-letter-spacing:0%;--typography-caption-regular-italic-paragraph-spacing:.857rem;--typography-caption-regular-italic-text-decoration:none;--typography-caption-regular-italic-text-case:none;--typography-caption-regular-italic-font-style:italic;--typography-caption-regular-underline-font-family:EYInterstate;--typography-caption-regular-underline-font-weight:400;--typography-caption-regular-underline-font-size:.857rem;--typography-caption-regular-underline-line-height:1.286rem;--typography-caption-regular-underline-letter-spacing:0%;--typography-caption-regular-underline-paragraph-spacing:.857rem;--typography-caption-regular-underline-text-decoration:underline;--typography-caption-regular-underline-text-case:none;--typography-caption-bold-font-family:EYInterstate;--typography-caption-bold-font-weight:700;--typography-caption-bold-font-size:.857rem;--typography-caption-bold-line-height:1.286rem;--typography-caption-bold-letter-spacing:0%;--typography-caption-bold-paragraph-spacing:.857rem;--typography-caption-bold-text-decoration:none;--typography-caption-bold-text-case:none;--typography-caption-bold-italic-font-family:EYInterstate;--typography-caption-bold-italic-font-weight:Bold;--typography-caption-bold-italic-font-size:.857rem;--typography-caption-bold-italic-line-height:1.286rem;--typography-caption-bold-italic-letter-spacing:0%;--typography-caption-bold-italic-paragraph-spacing:.857rem;--typography-caption-bold-italic-text-decoration:none;--typography-caption-bold-italic-text-case:none;--typography-caption-bold-italic-font-style:italic;--typography-caption-bold-underline-font-family:EYInterstate;--typography-caption-bold-underline-font-weight:700;--typography-caption-bold-underline-font-size:.857rem;--typography-caption-bold-underline-line-height:1.286rem;--typography-caption-bold-underline-letter-spacing:0%;--typography-caption-bold-underline-paragraph-spacing:.857rem;--typography-caption-bold-underline-text-decoration:underline;--typography-caption-bold-underline-text-case:none;--typography-overline-font-family:EYInterstate;--typography-overline-font-weight:300;--typography-overline-font-size:.714rem;--typography-overline-line-height:.857rem;--typography-overline-letter-spacing:4%;--typography-overline-paragraph-spacing:.714rem;--typography-overline-text-decoration:none;--typography-overline-text-case:uppercase;--typography-overline-italic-font-family:EYInterstate;--typography-overline-italic-font-weight:Light;--typography-overline-italic-font-size:.714rem;--typography-overline-italic-line-height:.857rem;--typography-overline-italic-letter-spacing:4%;--typography-overline-italic-paragraph-spacing:.714rem;--typography-overline-italic-text-decoration:none;--typography-overline-italic-text-case:uppercase;--typography-overline-italic-font-style:italic;--typography-overline-underline-font-family:EYInterstate;--typography-overline-underline-font-weight:300;--typography-overline-underline-font-size:.714rem;--typography-overline-underline-line-height:.857rem;--typography-overline-underline-letter-spacing:4%;--typography-overline-underline-paragraph-spacing:.714rem;--typography-overline-underline-text-decoration:underline;--typography-overline-underline-text-case:uppercase;--typography-overline-regular-font-family:EYInterstate;--typography-overline-regular-font-weight:400;--typography-overline-regular-font-size:.714rem;--typography-overline-regular-line-height:.857rem;--typography-overline-regular-letter-spacing:4%;--typography-overline-regular-paragraph-spacing:.714rem;--typography-overline-regular-text-decoration:none;--typography-overline-regular-text-case:uppercase;--typography-overline-regular-italic-font-family:EYInterstate;--typography-overline-regular-italic-font-weight:Regular;--typography-overline-regular-italic-font-size:.714rem;--typography-overline-regular-italic-line-height:.857rem;--typography-overline-regular-italic-letter-spacing:4%;--typography-overline-regular-italic-paragraph-spacing:.714rem;--typography-overline-regular-italic-text-decoration:none;--typography-overline-regular-italic-text-case:uppercase;--typography-overline-regular-italic-font-style:italic;--typography-overline-regular-underline-font-family:EYInterstate;--typography-overline-regular-underline-font-weight:400;--typography-overline-regular-underline-font-size:.714rem;--typography-overline-regular-underline-line-height:.857rem;--typography-overline-regular-underline-letter-spacing:4%;--typography-overline-regular-underline-paragraph-spacing:.714rem;--typography-overline-regular-underline-text-decoration:underline;--typography-overline-regular-underline-text-case:uppercase;--typography-overline-bold-font-family:EYInterstate;--typography-overline-bold-font-weight:700;--typography-overline-bold-font-size:.714rem;--typography-overline-bold-line-height:.857rem;--typography-overline-bold-letter-spacing:4%;--typography-overline-bold-paragraph-spacing:.714rem;--typography-overline-bold-text-decoration:none;--typography-overline-bold-text-case:uppercase;--typography-overline-bold-italic-font-family:EYInterstate;--typography-overline-bold-italic-font-weight:Bold;--typography-overline-bold-italic-font-size:.714rem;--typography-overline-bold-italic-line-height:.857rem;--typography-overline-bold-italic-letter-spacing:4%;--typography-overline-bold-italic-paragraph-spacing:.714rem;--typography-overline-bold-italic-text-decoration:none;--typography-overline-bold-italic-text-case:uppercase;--typography-overline-bold-italic-font-style:italic;--typography-overline-bold-underline-font-family:EYInterstate;--typography-overline-bold-underline-font-weight:700;--typography-overline-bold-underline-font-size:.714rem;--typography-overline-bold-underline-line-height:.857rem;--typography-overline-bold-underline-letter-spacing:4%;--typography-overline-bold-underline-paragraph-spacing:.714rem;--typography-overline-bold-underline-text-decoration:underline;--typography-overline-bold-underline-text-case:uppercase;--typography-button-sm-font-family:EYInterstate;--typography-button-sm-font-weight:400;--typography-button-sm-font-size:1rem;--typography-button-sm-line-height:1.42857rem;--typography-button-sm-letter-spacing:0%;--typography-button-sm-paragraph-spacing:.714rem;--typography-button-sm-text-decoration:none;--typography-button-sm-text-case:none;--typography-button-md-font-family:EYInterstate;--typography-button-md-font-weight:400;--typography-button-md-font-size:1.143rem;--typography-button-md-line-height:1.714rem;--typography-button-md-letter-spacing:0%;--typography-button-md-paragraph-spacing:.714rem;--typography-button-md-text-decoration:none;--typography-button-md-text-case:none;--typography-button-lg-font-family:EYInterstate;--typography-button-lg-font-weight:400;--typography-button-lg-font-size:1.286rem;--typography-button-lg-line-height:2rem;--typography-button-lg-letter-spacing:0%;--typography-button-lg-paragraph-spacing:.714rem;--typography-button-lg-text-decoration:none;--typography-button-lg-text-case:none;--typography-mobile-display-1-font-family:EYInterstate;--typography-mobile-display-1-font-weight:300;--typography-mobile-display-1-font-size:3.286rem;--typography-mobile-display-1-line-height:4.143rem;--typography-mobile-display-1-letter-spacing:-4%;--typography-mobile-display-1-paragraph-spacing:3.286rem;--typography-mobile-display-1-text-decoration:none;--typography-mobile-display-1-text-case:none;--typography-mobile-display-1-regular-font-family:EYInterstate;--typography-mobile-display-1-regular-font-weight:400;--typography-mobile-display-1-regular-font-size:3.286rem;--typography-mobile-display-1-regular-line-height:4.143rem;--typography-mobile-display-1-regular-letter-spacing:-4%;--typography-mobile-display-1-regular-paragraph-spacing:3.286rem;--typography-mobile-display-1-regular-text-decoration:none;--typography-mobile-display-1-regular-text-case:none;--typography-mobile-display-1-bold-font-family:EYInterstate;--typography-mobile-display-1-bold-font-weight:700;--typography-mobile-display-1-bold-font-size:3.286rem;--typography-mobile-display-1-bold-line-height:4.143rem;--typography-mobile-display-1-bold-letter-spacing:-4%;--typography-mobile-display-1-bold-paragraph-spacing:3.286rem;--typography-mobile-display-1-bold-text-decoration:none;--typography-mobile-display-1-bold-text-case:none;--typography-mobile-display-2-font-family:EYInterstate;--typography-mobile-display-2-font-weight:300;--typography-mobile-display-2-font-size:3.286rem;--typography-mobile-display-2-line-height:4.143rem;--typography-mobile-display-2-letter-spacing:-4%;--typography-mobile-display-2-paragraph-spacing:3.286rem;--typography-mobile-display-2-text-decoration:none;--typography-mobile-display-2-text-case:none;--typography-mobile-display-2-regular-font-family:EYInterstate;--typography-mobile-display-2-regular-font-weight:400;--typography-mobile-display-2-regular-font-size:3.286rem;--typography-mobile-display-2-regular-line-height:4.143rem;--typography-mobile-display-2-regular-letter-spacing:-4%;--typography-mobile-display-2-regular-paragraph-spacing:3.286rem;--typography-mobile-display-2-regular-text-decoration:none;--typography-mobile-display-2-regular-text-case:none;--typography-mobile-display-2-bold-font-family:EYInterstate;--typography-mobile-display-2-bold-font-weight:700;--typography-mobile-display-2-bold-font-size:3.286rem;--typography-mobile-display-2-bold-line-height:4.143rem;--typography-mobile-display-2-bold-letter-spacing:-4%;--typography-mobile-display-2-bold-paragraph-spacing:3.286rem;--typography-mobile-display-2-bold-text-decoration:none;--typography-mobile-display-2-bold-text-case:none;--typography-mobile-display-3-font-family:EYInterstate;--typography-mobile-display-3-font-weight:300;--typography-mobile-display-3-font-size:3.286rem;--typography-mobile-display-3-line-height:4.143rem;--typography-mobile-display-3-letter-spacing:-4%;--typography-mobile-display-3-paragraph-spacing:3.286rem;--typography-mobile-display-3-text-decoration:none;--typography-mobile-display-3-text-case:none;--typography-mobile-display-3-regular-font-family:EYInterstate;--typography-mobile-display-3-regular-font-weight:400;--typography-mobile-display-3-regular-font-size:3.286rem;--typography-mobile-display-3-regular-line-height:4.143rem;--typography-mobile-display-3-regular-letter-spacing:-4%;--typography-mobile-display-3-regular-paragraph-spacing:3.286rem;--typography-mobile-display-3-regular-text-decoration:none;--typography-mobile-display-3-regular-text-case:none;--typography-mobile-display-3-bold-font-family:EYInterstate;--typography-mobile-display-3-bold-font-weight:700;--typography-mobile-display-3-bold-font-size:3.286rem;--typography-mobile-display-3-bold-line-height:4.143rem;--typography-mobile-display-3-bold-letter-spacing:-4%;--typography-mobile-display-3-bold-paragraph-spacing:3.286rem;--typography-mobile-display-3-bold-text-decoration:none;--typography-mobile-display-3-bold-text-case:none;--typography-mobile-display-4-font-family:EYInterstate;--typography-mobile-display-4-font-weight:300;--typography-mobile-display-4-font-size:3.286rem;--typography-mobile-display-4-line-height:4.143rem;--typography-mobile-display-4-letter-spacing:-4%;--typography-mobile-display-4-paragraph-spacing:3.286rem;--typography-mobile-display-4-text-decoration:none;--typography-mobile-display-4-text-case:none;--typography-mobile-display-4-regular-font-family:EYInterstate;--typography-mobile-display-4-regular-font-weight:400;--typography-mobile-display-4-regular-font-size:3.286rem;--typography-mobile-display-4-regular-line-height:4.143rem;--typography-mobile-display-4-regular-letter-spacing:-4%;--typography-mobile-display-4-regular-paragraph-spacing:3.286rem;--typography-mobile-display-4-regular-text-decoration:none;--typography-mobile-display-4-regular-text-case:none;--typography-mobile-display-4-bold-font-family:EYInterstate;--typography-mobile-display-4-bold-font-weight:700;--typography-mobile-display-4-bold-font-size:3.286rem;--typography-mobile-display-4-bold-line-height:4.143rem;--typography-mobile-display-4-bold-letter-spacing:-4%;--typography-mobile-display-4-bold-paragraph-spacing:3.286rem;--typography-mobile-display-4-bold-text-decoration:none;--typography-mobile-display-4-bold-text-case:none;--typography-mobile-h1-font-family:EYInterstate;--typography-mobile-h1-font-weight:300;--typography-mobile-h1-font-size:2.286rem;--typography-mobile-h1-line-height:2.857rem;--typography-mobile-h1-letter-spacing:-2%;--typography-mobile-h1-paragraph-spacing:2.286rem;--typography-mobile-h1-text-decoration:none;--typography-mobile-h1-text-case:none;--typography-mobile-h1-regular-font-family:EYInterstate;--typography-mobile-h1-regular-font-weight:400;--typography-mobile-h1-regular-font-size:2.286rem;--typography-mobile-h1-regular-line-height:2.857rem;--typography-mobile-h1-regular-letter-spacing:-2%;--typography-mobile-h1-regular-paragraph-spacing:2.286rem;--typography-mobile-h1-regular-text-decoration:none;--typography-mobile-h1-regular-text-case:none;--typography-mobile-h1-bold-font-family:EYInterstate;--typography-mobile-h1-bold-font-weight:700;--typography-mobile-h1-bold-font-size:2.286rem;--typography-mobile-h1-bold-line-height:2.857rem;--typography-mobile-h1-bold-letter-spacing:-2%;--typography-mobile-h1-bold-paragraph-spacing:2.286rem;--typography-mobile-h1-bold-text-decoration:none;--typography-mobile-h1-bold-text-case:none;--typography-mobile-h2-font-family:EYInterstate;--typography-mobile-h2-font-weight:300;--typography-mobile-h2-font-size:2rem;--typography-mobile-h2-line-height:2.42857rem;--typography-mobile-h2-letter-spacing:0%;--typography-mobile-h2-paragraph-spacing:2rem;--typography-mobile-h2-text-decoration:none;--typography-mobile-h2-text-case:none;--typography-mobile-h2-regular-font-family:EYInterstate;--typography-mobile-h2-regular-font-weight:400;--typography-mobile-h2-regular-font-size:2rem;--typography-mobile-h2-regular-line-height:2.42857rem;--typography-mobile-h2-regular-letter-spacing:0%;--typography-mobile-h2-regular-paragraph-spacing:2rem;--typography-mobile-h2-regular-text-decoration:none;--typography-mobile-h2-regular-text-case:none;--typography-mobile-h2-bold-font-family:EYInterstate;--typography-mobile-h2-bold-font-weight:700;--typography-mobile-h2-bold-font-size:2rem;--typography-mobile-h2-bold-line-height:2.42857rem;--typography-mobile-h2-bold-letter-spacing:0%;--typography-mobile-h2-bold-paragraph-spacing:2rem;--typography-mobile-h2-bold-text-decoration:none;--typography-mobile-h2-bold-text-case:none;--typography-mobile-h3-font-family:EYInterstate;--typography-mobile-h3-font-weight:300;--typography-mobile-h3-font-size:1.857rem;--typography-mobile-h3-line-height:2.286rem;--typography-mobile-h3-letter-spacing:0%;--typography-mobile-h3-paragraph-spacing:1.857rem;--typography-mobile-h3-text-decoration:none;--typography-mobile-h3-text-case:none;--typography-mobile-h3-regular-font-family:EYInterstate;--typography-mobile-h3-regular-font-weight:400;--typography-mobile-h3-regular-font-size:1.857rem;--typography-mobile-h3-regular-line-height:2.286rem;--typography-mobile-h3-regular-letter-spacing:0%;--typography-mobile-h3-regular-paragraph-spacing:1.857rem;--typography-mobile-h3-regular-text-decoration:none;--typography-mobile-h3-regular-text-case:none;--typography-mobile-h3-bold-font-family:EYInterstate;--typography-mobile-h3-bold-font-weight:700;--typography-mobile-h3-bold-font-size:1.857rem;--typography-mobile-h3-bold-line-height:2.286rem;--typography-mobile-h3-bold-letter-spacing:0%;--typography-mobile-h3-bold-paragraph-spacing:1.857rem;--typography-mobile-h3-bold-text-decoration:none;--typography-mobile-h3-bold-text-case:none;--typography-mobile-h4-font-family:EYInterstate;--typography-mobile-h4-font-weight:300;--typography-mobile-h4-font-size:1.714rem;--typography-mobile-h4-line-height:2.286rem;--typography-mobile-h4-letter-spacing:0%;--typography-mobile-h4-paragraph-spacing:1.714rem;--typography-mobile-h4-text-decoration:none;--typography-mobile-h4-text-case:none;--typography-mobile-h4-regular-font-family:EYInterstate;--typography-mobile-h4-regular-font-weight:400;--typography-mobile-h4-regular-font-size:1.714rem;--typography-mobile-h4-regular-line-height:2.286rem;--typography-mobile-h4-regular-letter-spacing:0%;--typography-mobile-h4-regular-paragraph-spacing:1.714rem;--typography-mobile-h4-regular-text-decoration:none;--typography-mobile-h4-regular-text-case:none;--typography-mobile-h4-bold-font-family:EYInterstate;--typography-mobile-h4-bold-font-weight:700;--typography-mobile-h4-bold-font-size:1.714rem;--typography-mobile-h4-bold-line-height:2.286rem;--typography-mobile-h4-bold-letter-spacing:0%;--typography-mobile-h4-bold-paragraph-spacing:1.714rem;--typography-mobile-h4-bold-text-decoration:none;--typography-mobile-h4-bold-text-case:none;--typography-mobile-h5-font-family:EYInterstate;--typography-mobile-h5-font-weight:300;--typography-mobile-h5-font-size:1.57143rem;--typography-mobile-h5-line-height:2.143rem;--typography-mobile-h5-letter-spacing:0%;--typography-mobile-h5-paragraph-spacing:1.57143rem;--typography-mobile-h5-text-decoration:none;--typography-mobile-h5-text-case:none;--typography-mobile-h5-italic-font-family:EYInterstate;--typography-mobile-h5-italic-font-weight:Light;--typography-mobile-h5-italic-font-size:1.57143rem;--typography-mobile-h5-italic-line-height:2.143rem;--typography-mobile-h5-italic-letter-spacing:0%;--typography-mobile-h5-italic-paragraph-spacing:1.57143rem;--typography-mobile-h5-italic-text-decoration:none;--typography-mobile-h5-italic-text-case:none;--typography-mobile-h5-italic-font-style:italic;--typography-mobile-h5-underline-font-family:EYInterstate;--typography-mobile-h5-underline-font-weight:300;--typography-mobile-h5-underline-font-size:1.57143rem;--typography-mobile-h5-underline-line-height:2.143rem;--typography-mobile-h5-underline-letter-spacing:0%;--typography-mobile-h5-underline-paragraph-spacing:1.57143rem;--typography-mobile-h5-underline-text-decoration:underline;--typography-mobile-h5-underline-text-case:none;--typography-mobile-h5-regular-font-family:EYInterstate;--typography-mobile-h5-regular-font-weight:400;--typography-mobile-h5-regular-font-size:1.57143rem;--typography-mobile-h5-regular-line-height:2.143rem;--typography-mobile-h5-regular-letter-spacing:0%;--typography-mobile-h5-regular-paragraph-spacing:1.57143rem;--typography-mobile-h5-regular-text-decoration:none;--typography-mobile-h5-regular-text-case:none;--typography-mobile-h5-regular-italic-font-family:EYInterstate;--typography-mobile-h5-regular-italic-font-weight:Regular;--typography-mobile-h5-regular-italic-font-size:1.57143rem;--typography-mobile-h5-regular-italic-line-height:2.143rem;--typography-mobile-h5-regular-italic-letter-spacing:0%;--typography-mobile-h5-regular-italic-paragraph-spacing:1.57143rem;--typography-mobile-h5-regular-italic-text-decoration:none;--typography-mobile-h5-regular-italic-text-case:none;--typography-mobile-h5-regular-italic-font-style:italic;--typography-mobile-h5-regular-underline-font-family:EYInterstate;--typography-mobile-h5-regular-underline-font-weight:400;--typography-mobile-h5-regular-underline-font-size:1.57143rem;--typography-mobile-h5-regular-underline-line-height:2.143rem;--typography-mobile-h5-regular-underline-letter-spacing:0%;--typography-mobile-h5-regular-underline-paragraph-spacing:1.57143rem;--typography-mobile-h5-regular-underline-text-decoration:underline;--typography-mobile-h5-regular-underline-text-case:none;--typography-mobile-h5-bold-font-family:EYInterstate;--typography-mobile-h5-bold-font-weight:700;--typography-mobile-h5-bold-font-size:1.57143rem;--typography-mobile-h5-bold-line-height:2.143rem;--typography-mobile-h5-bold-letter-spacing:0%;--typography-mobile-h5-bold-paragraph-spacing:1.57143rem;--typography-mobile-h5-bold-text-decoration:none;--typography-mobile-h5-bold-text-case:none;--typography-mobile-h5-bold-italic-font-family:EYInterstate;--typography-mobile-h5-bold-italic-font-weight:Bold;--typography-mobile-h5-bold-italic-font-size:1.57143rem;--typography-mobile-h5-bold-italic-line-height:2.143rem;--typography-mobile-h5-bold-italic-letter-spacing:0%;--typography-mobile-h5-bold-italic-paragraph-spacing:1.57143rem;--typography-mobile-h5-bold-italic-text-decoration:none;--typography-mobile-h5-bold-italic-text-case:none;--typography-mobile-h5-bold-italic-font-style:italic;--typography-mobile-h5-bold-underline-font-family:EYInterstate;--typography-mobile-h5-bold-underline-font-weight:700;--typography-mobile-h5-bold-underline-font-size:1.57143rem;--typography-mobile-h5-bold-underline-line-height:2.143rem;--typography-mobile-h5-bold-underline-letter-spacing:0%;--typography-mobile-h5-bold-underline-paragraph-spacing:1.57143rem;--typography-mobile-h5-bold-underline-text-decoration:underline;--typography-mobile-h5-bold-underline-text-case:none;--typography-mobile-h6-font-family:EYInterstate;--typography-mobile-h6-font-weight:300;--typography-mobile-h6-font-size:1.42857rem;--typography-mobile-h6-line-height:2.143rem;--typography-mobile-h6-letter-spacing:0%;--typography-mobile-h6-paragraph-spacing:1.42857rem;--typography-mobile-h6-text-decoration:none;--typography-mobile-h6-text-case:none;--typography-mobile-h6-italic-font-family:EYInterstate;--typography-mobile-h6-italic-font-weight:Light;--typography-mobile-h6-italic-font-size:1.42857rem;--typography-mobile-h6-italic-line-height:2.143rem;--typography-mobile-h6-italic-letter-spacing:0%;--typography-mobile-h6-italic-paragraph-spacing:1.42857rem;--typography-mobile-h6-italic-text-decoration:none;--typography-mobile-h6-italic-text-case:none;--typography-mobile-h6-italic-font-style:italic;--typography-mobile-h6-underline-font-family:EYInterstate;--typography-mobile-h6-underline-font-weight:300;--typography-mobile-h6-underline-font-size:1.42857rem;--typography-mobile-h6-underline-line-height:2.143rem;--typography-mobile-h6-underline-letter-spacing:0%;--typography-mobile-h6-underline-paragraph-spacing:1.42857rem;--typography-mobile-h6-underline-text-decoration:underline;--typography-mobile-h6-underline-text-case:none;--typography-mobile-h6-regular-font-family:EYInterstate;--typography-mobile-h6-regular-font-weight:400;--typography-mobile-h6-regular-font-size:1.42857rem;--typography-mobile-h6-regular-line-height:2.143rem;--typography-mobile-h6-regular-letter-spacing:0%;--typography-mobile-h6-regular-paragraph-spacing:1.42857rem;--typography-mobile-h6-regular-text-decoration:none;--typography-mobile-h6-regular-text-case:none;--typography-mobile-h6-regular-italic-font-family:EYInterstate;--typography-mobile-h6-regular-italic-font-weight:Regular;--typography-mobile-h6-regular-italic-font-size:1.42857rem;--typography-mobile-h6-regular-italic-line-height:2.143rem;--typography-mobile-h6-regular-italic-letter-spacing:0%;--typography-mobile-h6-regular-italic-paragraph-spacing:1.42857rem;--typography-mobile-h6-regular-italic-text-decoration:none;--typography-mobile-h6-regular-italic-text-case:none;--typography-mobile-h6-regular-italic-font-style:italic;--typography-mobile-h6-regular-underline-font-family:EYInterstate;--typography-mobile-h6-regular-underline-font-weight:400;--typography-mobile-h6-regular-underline-font-size:1.42857rem;--typography-mobile-h6-regular-underline-line-height:2.143rem;--typography-mobile-h6-regular-underline-letter-spacing:0%;--typography-mobile-h6-regular-underline-paragraph-spacing:1.42857rem;--typography-mobile-h6-regular-underline-text-decoration:underline;--typography-mobile-h6-regular-underline-text-case:none;--typography-mobile-h6-bold-font-family:EYInterstate;--typography-mobile-h6-bold-font-weight:700;--typography-mobile-h6-bold-font-size:1.42857rem;--typography-mobile-h6-bold-line-height:2.143rem;--typography-mobile-h6-bold-letter-spacing:0%;--typography-mobile-h6-bold-paragraph-spacing:1.42857rem;--typography-mobile-h6-bold-text-decoration:none;--typography-mobile-h6-bold-text-case:none;--typography-mobile-h6-bold-italic-font-family:EYInterstate;--typography-mobile-h6-bold-italic-font-weight:Bold;--typography-mobile-h6-bold-italic-font-size:1.42857rem;--typography-mobile-h6-bold-italic-line-height:2.143rem;--typography-mobile-h6-bold-italic-letter-spacing:0%;--typography-mobile-h6-bold-italic-paragraph-spacing:1.42857rem;--typography-mobile-h6-bold-italic-text-decoration:none;--typography-mobile-h6-bold-italic-text-case:none;--typography-mobile-h6-bold-italic-font-style:italic;--typography-mobile-h6-bold-underline-font-family:EYInterstate;--typography-mobile-h6-bold-underline-font-weight:700;--typography-mobile-h6-bold-underline-font-size:1.42857rem;--typography-mobile-h6-bold-underline-line-height:2.143rem;--typography-mobile-h6-bold-underline-letter-spacing:0%;--typography-mobile-h6-bold-underline-paragraph-spacing:1.42857rem;--typography-mobile-h6-bold-underline-text-decoration:underline;--typography-mobile-h6-bold-underline-text-case:none;--typography-mobile-subtitle-font-family:EYInterstate;--typography-mobile-subtitle-font-weight:300;--typography-mobile-subtitle-font-size:1.286rem;--typography-mobile-subtitle-line-height:1.857rem;--typography-mobile-subtitle-letter-spacing:0%;--typography-mobile-subtitle-paragraph-spacing:1.286rem;--typography-mobile-subtitle-text-decoration:none;--typography-mobile-subtitle-text-case:none;--typography-mobile-subtitle-italic-font-family:EYInterstate;--typography-mobile-subtitle-italic-font-weight:Light;--typography-mobile-subtitle-italic-font-size:1.286rem;--typography-mobile-subtitle-italic-line-height:1.857rem;--typography-mobile-subtitle-italic-letter-spacing:0%;--typography-mobile-subtitle-italic-paragraph-spacing:1.286rem;--typography-mobile-subtitle-italic-text-decoration:none;--typography-mobile-subtitle-italic-text-case:none;--typography-mobile-subtitle-italic-font-style:italic;--typography-mobile-subtitle-underline-font-family:EYInterstate;--typography-mobile-subtitle-underline-font-weight:300;--typography-mobile-subtitle-underline-font-size:1.286rem;--typography-mobile-subtitle-underline-line-height:1.857rem;--typography-mobile-subtitle-underline-letter-spacing:0%;--typography-mobile-subtitle-underline-paragraph-spacing:1.286rem;--typography-mobile-subtitle-underline-text-decoration:underline;--typography-mobile-subtitle-underline-text-case:none;--typography-mobile-subtitle-regular-font-family:EYInterstate;--typography-mobile-subtitle-regular-font-weight:400;--typography-mobile-subtitle-regular-font-size:1.286rem;--typography-mobile-subtitle-regular-line-height:1.857rem;--typography-mobile-subtitle-regular-letter-spacing:0%;--typography-mobile-subtitle-regular-paragraph-spacing:1.286rem;--typography-mobile-subtitle-regular-text-decoration:none;--typography-mobile-subtitle-regular-text-case:none;--typography-mobile-subtitle-regular-italic-font-family:EYInterstate;--typography-mobile-subtitle-regular-italic-font-weight:Regular;--typography-mobile-subtitle-regular-italic-font-size:1.286rem;--typography-mobile-subtitle-regular-italic-line-height:1.857rem;--typography-mobile-subtitle-regular-italic-letter-spacing:0%;--typography-mobile-subtitle-regular-italic-paragraph-spacing:1.286rem;--typography-mobile-subtitle-regular-italic-text-decoration:none;--typography-mobile-subtitle-regular-italic-text-case:none;--typography-mobile-subtitle-regular-italic-font-style:italic;--typography-mobile-subtitle-regular-underline-font-family:EYInterstate;--typography-mobile-subtitle-regular-underline-font-weight:400;--typography-mobile-subtitle-regular-underline-font-size:1.286rem;--typography-mobile-subtitle-regular-underline-line-height:1.857rem;--typography-mobile-subtitle-regular-underline-letter-spacing:0%;--typography-mobile-subtitle-regular-underline-paragraph-spacing:1.286rem;--typography-mobile-subtitle-regular-underline-text-decoration:underline;--typography-mobile-subtitle-regular-underline-text-case:none;--typography-mobile-subtitle-bold-font-family:EYInterstate;--typography-mobile-subtitle-bold-font-weight:700;--typography-mobile-subtitle-bold-font-size:1.286rem;--typography-mobile-subtitle-bold-line-height:1.857rem;--typography-mobile-subtitle-bold-letter-spacing:0%;--typography-mobile-subtitle-bold-paragraph-spacing:1.286rem;--typography-mobile-subtitle-bold-text-decoration:none;--typography-mobile-subtitle-bold-text-case:none;--typography-mobile-subtitle-bold-italic-font-family:EYInterstate;--typography-mobile-subtitle-bold-italic-font-weight:Bold;--typography-mobile-subtitle-bold-italic-font-size:1.286rem;--typography-mobile-subtitle-bold-italic-line-height:1.857rem;--typography-mobile-subtitle-bold-italic-letter-spacing:0%;--typography-mobile-subtitle-bold-italic-paragraph-spacing:1.286rem;--typography-mobile-subtitle-bold-italic-text-decoration:none;--typography-mobile-subtitle-bold-italic-text-case:none;--typography-mobile-subtitle-bold-italic-font-style:italic;--typography-mobile-subtitle-bold-underline-font-family:EYInterstate;--typography-mobile-subtitle-bold-underline-font-weight:700;--typography-mobile-subtitle-bold-underline-font-size:1.286rem;--typography-mobile-subtitle-bold-underline-line-height:1.857rem;--typography-mobile-subtitle-bold-underline-letter-spacing:0%;--typography-mobile-subtitle-bold-underline-paragraph-spacing:1.286rem;--typography-mobile-subtitle-bold-underline-text-decoration:underline;--typography-mobile-subtitle-bold-underline-text-case:none;--typography-mobile-body-1-font-family:EYInterstate;--typography-mobile-body-1-font-weight:300;--typography-mobile-body-1-font-size:1.143rem;--typography-mobile-body-1-line-height:1.857rem;--typography-mobile-body-1-letter-spacing:0%;--typography-mobile-body-1-paragraph-spacing:1.143rem;--typography-mobile-body-1-text-decoration:none;--typography-mobile-body-1-text-case:none;--typography-mobile-body-1-italic-font-family:EYInterstate;--typography-mobile-body-1-italic-font-weight:Light;--typography-mobile-body-1-italic-font-size:1.143rem;--typography-mobile-body-1-italic-line-height:1.857rem;--typography-mobile-body-1-italic-letter-spacing:0%;--typography-mobile-body-1-italic-paragraph-spacing:1.143rem;--typography-mobile-body-1-italic-text-decoration:none;--typography-mobile-body-1-italic-text-case:none;--typography-mobile-body-1-italic-font-style:italic;--typography-mobile-body-1-underline-font-family:EYInterstate;--typography-mobile-body-1-underline-font-weight:300;--typography-mobile-body-1-underline-font-size:1.143rem;--typography-mobile-body-1-underline-line-height:1.857rem;--typography-mobile-body-1-underline-letter-spacing:0%;--typography-mobile-body-1-underline-paragraph-spacing:1.143rem;--typography-mobile-body-1-underline-text-decoration:underline;--typography-mobile-body-1-underline-text-case:none;--typography-mobile-body-1-regular-font-family:EYInterstate;--typography-mobile-body-1-regular-font-weight:400;--typography-mobile-body-1-regular-font-size:1.143rem;--typography-mobile-body-1-regular-line-height:1.857rem;--typography-mobile-body-1-regular-letter-spacing:0%;--typography-mobile-body-1-regular-paragraph-spacing:1.143rem;--typography-mobile-body-1-regular-text-decoration:none;--typography-mobile-body-1-regular-text-case:none;--typography-mobile-body-1-regular-italic-font-family:EYInterstate;--typography-mobile-body-1-regular-italic-font-weight:Regular;--typography-mobile-body-1-regular-italic-font-size:1.143rem;--typography-mobile-body-1-regular-italic-line-height:1.857rem;--typography-mobile-body-1-regular-italic-letter-spacing:0%;--typography-mobile-body-1-regular-italic-paragraph-spacing:1.143rem;--typography-mobile-body-1-regular-italic-text-decoration:none;--typography-mobile-body-1-regular-italic-text-case:none;--typography-mobile-body-1-regular-italic-font-style:italic;--typography-mobile-body-1-regular-underline-font-family:EYInterstate;--typography-mobile-body-1-regular-underline-font-weight:400;--typography-mobile-body-1-regular-underline-font-size:1.143rem;--typography-mobile-body-1-regular-underline-line-height:1.857rem;--typography-mobile-body-1-regular-underline-letter-spacing:0%;--typography-mobile-body-1-regular-underline-paragraph-spacing:1.143rem;--typography-mobile-body-1-regular-underline-text-decoration:underline;--typography-mobile-body-1-regular-underline-text-case:none;--typography-mobile-body-1-bold-font-family:EYInterstate;--typography-mobile-body-1-bold-font-weight:700;--typography-mobile-body-1-bold-font-size:1.143rem;--typography-mobile-body-1-bold-line-height:1.857rem;--typography-mobile-body-1-bold-letter-spacing:0%;--typography-mobile-body-1-bold-paragraph-spacing:1.143rem;--typography-mobile-body-1-bold-text-decoration:none;--typography-mobile-body-1-bold-text-case:none;--typography-mobile-body-1-bold-italic-font-family:EYInterstate;--typography-mobile-body-1-bold-italic-font-weight:Bold;--typography-mobile-body-1-bold-italic-font-size:1.143rem;--typography-mobile-body-1-bold-italic-line-height:1.857rem;--typography-mobile-body-1-bold-italic-letter-spacing:0%;--typography-mobile-body-1-bold-italic-paragraph-spacing:1.143rem;--typography-mobile-body-1-bold-italic-text-decoration:none;--typography-mobile-body-1-bold-italic-text-case:none;--typography-mobile-body-1-bold-italic-font-style:italic;--typography-mobile-body-1-bold-underline-font-family:EYInterstate;--typography-mobile-body-1-bold-underline-font-weight:700;--typography-mobile-body-1-bold-underline-font-size:1.143rem;--typography-mobile-body-1-bold-underline-line-height:1.857rem;--typography-mobile-body-1-bold-underline-letter-spacing:0%;--typography-mobile-body-1-bold-underline-paragraph-spacing:1.143rem;--typography-mobile-body-1-bold-underline-text-decoration:underline;--typography-mobile-body-1-bold-underline-text-case:none;--typography-mobile-body-2-font-family:EYInterstate;--typography-mobile-body-2-font-weight:300;--typography-mobile-body-2-font-size:1rem;--typography-mobile-body-2-line-height:1.714rem;--typography-mobile-body-2-letter-spacing:0%;--typography-mobile-body-2-paragraph-spacing:1rem;--typography-mobile-body-2-text-decoration:none;--typography-mobile-body-2-text-case:none;--typography-mobile-body-2-italic-font-family:EYInterstate;--typography-mobile-body-2-italic-font-weight:Light;--typography-mobile-body-2-italic-font-size:1rem;--typography-mobile-body-2-italic-line-height:1.714rem;--typography-mobile-body-2-italic-letter-spacing:0%;--typography-mobile-body-2-italic-paragraph-spacing:1rem;--typography-mobile-body-2-italic-text-decoration:none;--typography-mobile-body-2-italic-text-case:none;--typography-mobile-body-2-italic-font-style:italic;--typography-mobile-body-2-underline-font-family:EYInterstate;--typography-mobile-body-2-underline-font-weight:300;--typography-mobile-body-2-underline-font-size:1rem;--typography-mobile-body-2-underline-line-height:1.714rem;--typography-mobile-body-2-underline-letter-spacing:0%;--typography-mobile-body-2-underline-paragraph-spacing:1rem;--typography-mobile-body-2-underline-text-decoration:underline;--typography-mobile-body-2-underline-text-case:none;--typography-mobile-body-2-regular-font-family:EYInterstate;--typography-mobile-body-2-regular-font-weight:400;--typography-mobile-body-2-regular-font-size:1rem;--typography-mobile-body-2-regular-line-height:1.714rem;--typography-mobile-body-2-regular-letter-spacing:0%;--typography-mobile-body-2-regular-paragraph-spacing:1rem;--typography-mobile-body-2-regular-text-decoration:none;--typography-mobile-body-2-regular-text-case:none;--typography-mobile-body-2-regular-italic-font-family:EYInterstate;--typography-mobile-body-2-regular-italic-font-weight:Regular;--typography-mobile-body-2-regular-italic-font-size:1rem;--typography-mobile-body-2-regular-italic-line-height:1.714rem;--typography-mobile-body-2-regular-italic-letter-spacing:0%;--typography-mobile-body-2-regular-italic-paragraph-spacing:1rem;--typography-mobile-body-2-regular-italic-text-decoration:none;--typography-mobile-body-2-regular-italic-text-case:none;--typography-mobile-body-2-regular-italic-font-style:italic;--typography-mobile-body-2-regular-underline-font-family:EYInterstate;--typography-mobile-body-2-regular-underline-font-weight:400;--typography-mobile-body-2-regular-underline-font-size:1rem;--typography-mobile-body-2-regular-underline-line-height:1.714rem;--typography-mobile-body-2-regular-underline-letter-spacing:0%;--typography-mobile-body-2-regular-underline-paragraph-spacing:1rem;--typography-mobile-body-2-regular-underline-text-decoration:underline;--typography-mobile-body-2-regular-underline-text-case:none;--typography-mobile-body-2-bold-font-family:EYInterstate;--typography-mobile-body-2-bold-font-weight:700;--typography-mobile-body-2-bold-font-size:1rem;--typography-mobile-body-2-bold-line-height:1.714rem;--typography-mobile-body-2-bold-letter-spacing:0%;--typography-mobile-body-2-bold-paragraph-spacing:1rem;--typography-mobile-body-2-bold-text-decoration:none;--typography-mobile-body-2-bold-text-case:none;--typography-mobile-body-2-bold-italic-font-family:EYInterstate;--typography-mobile-body-2-bold-italic-font-weight:Bold;--typography-mobile-body-2-bold-italic-font-size:1rem;--typography-mobile-body-2-bold-italic-line-height:1.714rem;--typography-mobile-body-2-bold-italic-letter-spacing:0%;--typography-mobile-body-2-bold-italic-paragraph-spacing:1rem;--typography-mobile-body-2-bold-italic-text-decoration:none;--typography-mobile-body-2-bold-italic-text-case:none;--typography-mobile-body-2-bold-italic-font-style:italic;--typography-mobile-body-2-bold-underline-font-family:EYInterstate;--typography-mobile-body-2-bold-underline-font-weight:700;--typography-mobile-body-2-bold-underline-font-size:1rem;--typography-mobile-body-2-bold-underline-line-height:1.714rem;--typography-mobile-body-2-bold-underline-letter-spacing:0%;--typography-mobile-body-2-bold-underline-paragraph-spacing:1rem;--typography-mobile-body-2-bold-underline-text-decoration:underline;--typography-mobile-body-2-bold-underline-text-case:none;--typography-mobile-body-3-font-family:EYInterstate;--typography-mobile-body-3-font-weight:300;--typography-mobile-body-3-font-size:.857rem;--typography-mobile-body-3-line-height:1.42857rem;--typography-mobile-body-3-letter-spacing:0%;--typography-mobile-body-3-paragraph-spacing:.857rem;--typography-mobile-body-3-text-decoration:none;--typography-mobile-body-3-text-case:none;--typography-mobile-body-3-italic-font-family:EYInterstate;--typography-mobile-body-3-italic-font-weight:Light;--typography-mobile-body-3-italic-font-size:.857rem;--typography-mobile-body-3-italic-line-height:1.42857rem;--typography-mobile-body-3-italic-letter-spacing:0%;--typography-mobile-body-3-italic-paragraph-spacing:.857rem;--typography-mobile-body-3-italic-text-decoration:none;--typography-mobile-body-3-italic-text-case:none;--typography-mobile-body-3-italic-font-style:italic;--typography-mobile-body-3-underline-font-family:EYInterstate;--typography-mobile-body-3-underline-font-weight:300;--typography-mobile-body-3-underline-font-size:.857rem;--typography-mobile-body-3-underline-line-height:1.42857rem;--typography-mobile-body-3-underline-letter-spacing:0%;--typography-mobile-body-3-underline-paragraph-spacing:.857rem;--typography-mobile-body-3-underline-text-decoration:underline;--typography-mobile-body-3-underline-text-case:none;--typography-mobile-body-3-regular-font-family:EYInterstate;--typography-mobile-body-3-regular-font-weight:400;--typography-mobile-body-3-regular-font-size:.857rem;--typography-mobile-body-3-regular-line-height:1.42857rem;--typography-mobile-body-3-regular-letter-spacing:0%;--typography-mobile-body-3-regular-paragraph-spacing:.857rem;--typography-mobile-body-3-regular-text-decoration:none;--typography-mobile-body-3-regular-text-case:none;--typography-mobile-body-3-regular-italic-font-family:EYInterstate;--typography-mobile-body-3-regular-italic-font-weight:Regular;--typography-mobile-body-3-regular-italic-font-size:.857rem;--typography-mobile-body-3-regular-italic-line-height:1.42857rem;--typography-mobile-body-3-regular-italic-letter-spacing:0%;--typography-mobile-body-3-regular-italic-paragraph-spacing:.857rem;--typography-mobile-body-3-regular-italic-text-decoration:none;--typography-mobile-body-3-regular-italic-text-case:none;--typography-mobile-body-3-regular-italic-font-style:italic;--typography-mobile-body-3-regular-underline-font-family:EYInterstate;--typography-mobile-body-3-regular-underline-font-weight:400;--typography-mobile-body-3-regular-underline-font-size:.857rem;--typography-mobile-body-3-regular-underline-line-height:1.42857rem;--typography-mobile-body-3-regular-underline-letter-spacing:0%;--typography-mobile-body-3-regular-underline-paragraph-spacing:.857rem;--typography-mobile-body-3-regular-underline-text-decoration:underline;--typography-mobile-body-3-regular-underline-text-case:none;--typography-mobile-body-3-bold-font-family:EYInterstate;--typography-mobile-body-3-bold-font-weight:700;--typography-mobile-body-3-bold-font-size:.857rem;--typography-mobile-body-3-bold-line-height:1.42857rem;--typography-mobile-body-3-bold-letter-spacing:0%;--typography-mobile-body-3-bold-paragraph-spacing:.857rem;--typography-mobile-body-3-bold-text-decoration:none;--typography-mobile-body-3-bold-text-case:none;--typography-mobile-body-3-bold-italic-font-family:EYInterstate;--typography-mobile-body-3-bold-italic-font-weight:Bold;--typography-mobile-body-3-bold-italic-font-size:.857rem;--typography-mobile-body-3-bold-italic-line-height:1.42857rem;--typography-mobile-body-3-bold-italic-letter-spacing:0%;--typography-mobile-body-3-bold-italic-paragraph-spacing:.857rem;--typography-mobile-body-3-bold-italic-text-decoration:none;--typography-mobile-body-3-bold-italic-text-case:none;--typography-mobile-body-3-bold-italic-font-style:italic;--typography-mobile-body-3-bold-underline-font-family:EYInterstate;--typography-mobile-body-3-bold-underline-font-weight:700;--typography-mobile-body-3-bold-underline-font-size:.857rem;--typography-mobile-body-3-bold-underline-line-height:1.42857rem;--typography-mobile-body-3-bold-underline-letter-spacing:0%;--typography-mobile-body-3-bold-underline-paragraph-spacing:.857rem;--typography-mobile-body-3-bold-underline-text-decoration:underline;--typography-mobile-body-3-bold-underline-text-case:none;--typography-mobile-caption-font-family:EYInterstate;--typography-mobile-caption-font-weight:300;--typography-mobile-caption-font-size:.857rem;--typography-mobile-caption-line-height:1.286rem;--typography-mobile-caption-letter-spacing:0%;--typography-mobile-caption-paragraph-spacing:.857rem;--typography-mobile-caption-text-decoration:none;--typography-mobile-caption-text-case:none;--typography-mobile-caption-italic-font-family:EYInterstate;--typography-mobile-caption-italic-font-weight:Light;--typography-mobile-caption-italic-font-size:.857rem;--typography-mobile-caption-italic-line-height:1.286rem;--typography-mobile-caption-italic-letter-spacing:0%;--typography-mobile-caption-italic-paragraph-spacing:.857rem;--typography-mobile-caption-italic-text-decoration:none;--typography-mobile-caption-italic-text-case:none;--typography-mobile-caption-italic-font-style:italic;--typography-mobile-caption-underline-font-family:EYInterstate;--typography-mobile-caption-underline-font-weight:300;--typography-mobile-caption-underline-font-size:.857rem;--typography-mobile-caption-underline-line-height:1.286rem;--typography-mobile-caption-underline-letter-spacing:0%;--typography-mobile-caption-underline-paragraph-spacing:.857rem;--typography-mobile-caption-underline-text-decoration:underline;--typography-mobile-caption-underline-text-case:none;--typography-mobile-caption-regular-font-family:EYInterstate;--typography-mobile-caption-regular-font-weight:400;--typography-mobile-caption-regular-font-size:.857rem;--typography-mobile-caption-regular-line-height:1.286rem;--typography-mobile-caption-regular-letter-spacing:0%;--typography-mobile-caption-regular-paragraph-spacing:.857rem;--typography-mobile-caption-regular-text-decoration:none;--typography-mobile-caption-regular-text-case:none;--typography-mobile-caption-regular-italic-font-family:EYInterstate;--typography-mobile-caption-regular-italic-font-weight:Regular;--typography-mobile-caption-regular-italic-font-size:.857rem;--typography-mobile-caption-regular-italic-line-height:1.286rem;--typography-mobile-caption-regular-italic-letter-spacing:0%;--typography-mobile-caption-regular-italic-paragraph-spacing:.857rem;--typography-mobile-caption-regular-italic-text-decoration:none;--typography-mobile-caption-regular-italic-text-case:none;--typography-mobile-caption-regular-italic-font-style:italic;--typography-mobile-caption-regular-underline-font-family:EYInterstate;--typography-mobile-caption-regular-underline-font-weight:400;--typography-mobile-caption-regular-underline-font-size:.857rem;--typography-mobile-caption-regular-underline-line-height:1.286rem;--typography-mobile-caption-regular-underline-letter-spacing:0%;--typography-mobile-caption-regular-underline-paragraph-spacing:.857rem;--typography-mobile-caption-regular-underline-text-decoration:underline;--typography-mobile-caption-regular-underline-text-case:none;--typography-mobile-caption-bold-font-family:EYInterstate;--typography-mobile-caption-bold-font-weight:700;--typography-mobile-caption-bold-font-size:.857rem;--typography-mobile-caption-bold-line-height:1.286rem;--typography-mobile-caption-bold-letter-spacing:0%;--typography-mobile-caption-bold-paragraph-spacing:.857rem;--typography-mobile-caption-bold-text-decoration:none;--typography-mobile-caption-bold-text-case:none;--typography-mobile-caption-bold-italic-font-family:EYInterstate;--typography-mobile-caption-bold-italic-font-weight:Bold;--typography-mobile-caption-bold-italic-font-size:.857rem;--typography-mobile-caption-bold-italic-line-height:1.286rem;--typography-mobile-caption-bold-italic-letter-spacing:0%;--typography-mobile-caption-bold-italic-paragraph-spacing:.857rem;--typography-mobile-caption-bold-italic-text-decoration:none;--typography-mobile-caption-bold-italic-text-case:none;--typography-mobile-caption-bold-italic-font-style:italic;--typography-mobile-caption-bold-underline-font-family:EYInterstate;--typography-mobile-caption-bold-underline-font-weight:700;--typography-mobile-caption-bold-underline-font-size:.857rem;--typography-mobile-caption-bold-underline-line-height:1.286rem;--typography-mobile-caption-bold-underline-letter-spacing:0%;--typography-mobile-caption-bold-underline-paragraph-spacing:.857rem;--typography-mobile-caption-bold-underline-text-decoration:underline;--typography-mobile-caption-bold-underline-text-case:none;--typography-mobile-overline-font-family:EYInterstate;--typography-mobile-overline-font-weight:300;--typography-mobile-overline-font-size:.857rem;--typography-mobile-overline-line-height:1.286rem;--typography-mobile-overline-letter-spacing:4%;--typography-mobile-overline-paragraph-spacing:.857rem;--typography-mobile-overline-text-decoration:none;--typography-mobile-overline-text-case:uppercase;--typography-mobile-overline-italic-font-family:EYInterstate;--typography-mobile-overline-italic-font-weight:Light;--typography-mobile-overline-italic-font-size:.857rem;--typography-mobile-overline-italic-line-height:1.286rem;--typography-mobile-overline-italic-letter-spacing:4%;--typography-mobile-overline-italic-paragraph-spacing:.857rem;--typography-mobile-overline-italic-text-decoration:none;--typography-mobile-overline-italic-text-case:uppercase;--typography-mobile-overline-italic-font-style:italic;--typography-mobile-overline-underline-font-family:EYInterstate;--typography-mobile-overline-underline-font-weight:300;--typography-mobile-overline-underline-font-size:.857rem;--typography-mobile-overline-underline-line-height:1.286rem;--typography-mobile-overline-underline-letter-spacing:4%;--typography-mobile-overline-underline-paragraph-spacing:.857rem;--typography-mobile-overline-underline-text-decoration:underline;--typography-mobile-overline-underline-text-case:uppercase;--typography-mobile-overline-regular-font-family:EYInterstate;--typography-mobile-overline-regular-font-weight:400;--typography-mobile-overline-regular-font-size:.857rem;--typography-mobile-overline-regular-line-height:1.286rem;--typography-mobile-overline-regular-letter-spacing:4%;--typography-mobile-overline-regular-paragraph-spacing:.857rem;--typography-mobile-overline-regular-text-decoration:none;--typography-mobile-overline-regular-text-case:uppercase;--typography-mobile-overline-regular-italic-font-family:EYInterstate;--typography-mobile-overline-regular-italic-font-weight:Regular;--typography-mobile-overline-regular-italic-font-size:.857rem;--typography-mobile-overline-regular-italic-line-height:1.286rem;--typography-mobile-overline-regular-italic-letter-spacing:4%;--typography-mobile-overline-regular-italic-paragraph-spacing:.857rem;--typography-mobile-overline-regular-italic-text-decoration:none;--typography-mobile-overline-regular-italic-text-case:uppercase;--typography-mobile-overline-regular-italic-font-style:italic;--typography-mobile-overline-regular-underline-font-family:EYInterstate;--typography-mobile-overline-regular-underline-font-weight:400;--typography-mobile-overline-regular-underline-font-size:.857rem;--typography-mobile-overline-regular-underline-line-height:1.286rem;--typography-mobile-overline-regular-underline-letter-spacing:4%;--typography-mobile-overline-regular-underline-paragraph-spacing:.857rem;--typography-mobile-overline-regular-underline-text-decoration:underline;--typography-mobile-overline-regular-underline-text-case:uppercase;--typography-mobile-overline-bold-font-family:EYInterstate;--typography-mobile-overline-bold-font-weight:700;--typography-mobile-overline-bold-font-size:.857rem;--typography-mobile-overline-bold-line-height:1.286rem;--typography-mobile-overline-bold-letter-spacing:4%;--typography-mobile-overline-bold-paragraph-spacing:.857rem;--typography-mobile-overline-bold-text-decoration:none;--typography-mobile-overline-bold-text-case:uppercase;--typography-mobile-overline-bold-italic-font-family:EYInterstate;--typography-mobile-overline-bold-italic-font-weight:Bold;--typography-mobile-overline-bold-italic-font-size:.857rem;--typography-mobile-overline-bold-italic-line-height:1.286rem;--typography-mobile-overline-bold-italic-letter-spacing:4%;--typography-mobile-overline-bold-italic-paragraph-spacing:.857rem;--typography-mobile-overline-bold-italic-text-decoration:none;--typography-mobile-overline-bold-italic-text-case:uppercase;--typography-mobile-overline-bold-italic-font-style:italic;--typography-mobile-overline-bold-underline-font-family:EYInterstate;--typography-mobile-overline-bold-underline-font-weight:700;--typography-mobile-overline-bold-underline-font-size:.857rem;--typography-mobile-overline-bold-underline-line-height:1.286rem;--typography-mobile-overline-bold-underline-letter-spacing:4%;--typography-mobile-overline-bold-underline-paragraph-spacing:.857rem;--typography-mobile-overline-bold-underline-text-decoration:underline;--typography-mobile-overline-bold-underline-text-case:uppercase;--typography-mobile-button-sm-font-family:EYInterstate;--typography-mobile-button-sm-font-weight:400;--typography-mobile-button-sm-font-size:1rem;--typography-mobile-button-sm-line-height:1.42857rem;--typography-mobile-button-sm-letter-spacing:0%;--typography-mobile-button-sm-paragraph-spacing:.714rem;--typography-mobile-button-sm-text-decoration:none;--typography-mobile-button-sm-text-case:none;--typography-mobile-button-md-font-family:EYInterstate;--typography-mobile-button-md-font-weight:400;--typography-mobile-button-md-font-size:1.143rem;--typography-mobile-button-md-line-height:1.714rem;--typography-mobile-button-md-letter-spacing:0%;--typography-mobile-button-md-paragraph-spacing:.714rem;--typography-mobile-button-md-text-decoration:none;--typography-mobile-button-md-text-case:none;--typography-mobile-button-lg-font-family:EYInterstate;--typography-mobile-button-lg-font-weight:400;--typography-mobile-button-lg-font-size:1.286rem;--typography-mobile-button-lg-line-height:2rem;--typography-mobile-button-lg-letter-spacing:0%;--typography-mobile-button-lg-paragraph-spacing:.714rem;--typography-mobile-button-lg-text-decoration:none;--typography-mobile-button-lg-text-case:none;font-family:var(--font-family-primary), "Helvetica", "Arial", sans-serif;font-size:14px;font-weight:400}html[motif-theme=light],.motif-theme-light{--theme-neutral-0:#fff;--theme-neutral-25:#f9f9fa;--theme-neutral-50:#f3f3f5;--theme-neutral-100:#e6e6e9;--theme-neutral-200:#d7d7dc;--theme-neutral-300:#c3c3cb;--theme-neutral-400:#afaeba;--theme-neutral-500:#9897a6;--theme-neutral-600:#7f7f91;--theme-neutral-700:#656579;--theme-neutral-800:#4d4d5c;--theme-neutral-900:#2e2e38;--theme-neutral-1000:#23232f;--bg-colors-default-primary:#fff;--bg-colors-default-secondary:#f3f3f5;--bg-colors-default-tertiary:#e6e6e9;--bg-colors-default-extra-a:#f9f9fa;--bg-colors-default-extra-b:#d7d7dc;--bg-colors-hover-primary:#f3f3f5;--bg-colors-hover-secondary:#e6e6e9;--bg-colors-hover-tertiary:#d7d7dc;--bg-colors-hover-extra-a:#fff;--bg-colors-focus-primary:#f3f3f5;--bg-colors-focus-secondary:#e6e6e9;--bg-colors-focus-tertiary:#d7d7dc;--bg-colors-focus-extra-a:#fff;--bg-colors-focus-extra-b:#f9f9fa;--bg-colors-active-tertiary:#f3f3f5;--bg-colors-active-secondary:#e6e6e9;--bg-colors-active-primary:#d7d7dc;--bg-colors-disabled-primary:#f3f3f5;--bg-colors-disabled-secondary:#e6e6e9;--bg-colors-disabled-tertiary:#9897a6;--bg-colors-disabled-extra-a:#fff;--bg-colors-selected-default-primary:#e6e6e9;--bg-colors-selected-default-secondary:#f3f3f5;--bg-colors-selected-hover-primary:#e6e6e9;--bg-colors-selected-hover-secondary:#f3f3f5;--bg-colors-selected-focus-primary:#e6e6e9;--bg-colors-selected-active-primary:#d7d7dc;--bg-colors-selected-disabled-primary:#f3f3f5;--bg-colors-selected-disabled-secondary:#f9f9fa;--bg-colors-read-only-primary:#7f7f91;--bg-colors-read-only-secondary:#fff;--bg-colors-overlay-primary:#2e2e384d;--alt-bg-colors-default-primary:#2e2e38;--alt-bg-colors-default-secondary:#7f7f91;--alt-bg-colors-default-extra-a:#f3f3f5;--alt-bg-colors-hover-primary:#4d4d5c;--alt-bg-colors-hover-secondary:#656579;--alt-bg-colors-hover-tertiary:#9897a6;--alt-bg-colors-focus-primary:#4d4d5c;--alt-bg-colors-focus-secondary:#656579;--alt-bg-colors-focus-tertiary:#9897a6;--alt-bg-colors-active-primary:#656579;--alt-bg-colors-active-secondary:#7f7f91;--alt-bg-colors-selected-default-primary:#fff;--alt-bg-colors-selected-default-secondary:#e6e6e9;--alt-bg-colors-selected-default-extra-a:#656579;--alt-bg-colors-selected-default-extra-b:#2e2e38;--alt-bg-colors-selected-hover-primary:#7f7f91;--alt-bg-colors-overlay-primary:#f3f3f54d;--alt-border-colors-default-primary:#fff;--alt-border-colors-default-extra-a:#656579;--alt-border-colors-default-extra-b:#2e2e38;--alt-text-colors-default-primary:#f9f9fa;--alt-text-colors-default-secondary:#f3f3f5;--alt-text-colors-default-extra-a:#afaeba;--alt-text-colors-default-extra-b:#656579;--alt-text-colors-default-extra-c:#2e2e38;--alt-text-colors-selected-default-primary:#fff;--alt-icon-colors-default-primary:#afaeba;--alt-icon-colors-selected-default-primary:#fff;--alt-icon-colors-selected-default-extra-a:#656579;--alt-accent-error-primary:#fcf5f3;--alt-accent-error-secondary:#fcd7cf;--alt-accent-info-primary:#85b9fd;--border-colors-default-primary:#e6e6e9;--border-colors-default-secondary:#c3c3cb;--border-colors-default-tertiary:#7f7f91;--border-colors-default-extra-a:#fff;--border-colors-default-extra-b:#d7d7dc;--border-colors-hover-primary:#c3c3cb;--border-colors-hover-secondary:#7f7f91;--border-colors-hover-extra-a:#e6e6e9;--border-colors-focus-primary:#c3c3cb;--border-colors-focus-secondary:#7f7f91;--border-colors-focus-extra-a:#e6e6e9;--border-colors-active-primary:#c3c3cb;--border-colors-active-secondary:#7f7f91;--border-colors-disabled-primary:#c3c3cb;--border-colors-disabled-secondary:#e6e6e9;--border-colors-selected-default-primary:#c3c3cb;--border-colors-selected-default-secondary:#7f7f91;--border-colors-selected-disabled-primary:#c3c3cb;--border-colors-read-only-primary:#7f7f91;--text-colors-default-primary:#2e2e38;--text-colors-default-secondary:#656579;--text-colors-default-tertiary:#9897a6;--text-colors-default-extra-a:#fff;--text-colors-hover-primary:#2e2e38;--text-colors-hover-secondary:#4d4d5c;--text-colors-hover-tertiary:#656579;--text-colors-focus-primary:#2e2e38;--text-colors-focus-secondary:#4d4d5c;--text-colors-focus-tertiary:#656579;--text-colors-active-primary:#2e2e38;--text-colors-active-secondary:#656579;--text-colors-disabled-primary:#9897a6;--text-colors-selected-default-primary:#2e2e38;--text-colors-selected-disabled-primary:#9897a6;--text-colors-read-only-primary:#2e2e38;--text-colors-read-only-secondary:#656579;--icon-colors-default-primary:#656579;--icon-colors-default-secondary:#9897a6;--icon-colors-default-tertiary:#c3c3cb;--icon-colors-default-extra-a:#2e2e38;--icon-colors-default-extra-b:#fff;--icon-colors-hover-primary:#4d4d5c;--icon-colors-hover-secondary:#656579;--icon-colors-focus-primary:#4d4d5c;--icon-colors-focus-secondary:#656579;--icon-colors-active-primary:#2e2e38;--icon-colors-active-secondary:#656579;--icon-colors-disabled-primary:#9897a6;--icon-colors-disabled-secondary:#656579;--icon-colors-selected-default-primary:#656579;--icon-colors-selected-default-secondary:#afaeba;--icon-colors-selected-disabled-primary:#9897a6;--icon-colors-read-only-primary:#9897a6;--accent-success-primary:#197335;--accent-success-secondary:#26a04b;--accent-success-tertiary:#2db757;--accent-success-extra-a:#e7fce8;--accent-success-extra-b:#8bf9a2;--accent-success-extra-c:#48e674;--accent-warning-primary:#975100;--accent-warning-secondary:#d07200;--accent-warning-tertiary:#ee8300;--accent-warning-extra-a:#fcf5f0;--accent-warning-extra-b:#fcd9bc;--accent-warning-extra-c:#fdbc84;--accent-error-primary:#c70117;--accent-error-secondary:#ff4336;--accent-error-tertiary:#ff735e;--accent-error-extra-a:#fcf5f3;--accent-error-extra-b:#fcd7cf;--accent-error-extra-c:#fdbaab;--accent-error-extra-d:#ea011d;--accent-error-extra-e:#a40011;--accent-info-primary:#0f69ae;--accent-info-secondary:#1275c1;--accent-info-tertiary:#188ce5;--accent-info-extra-a:#f4f7fc;--accent-info-extra-b:#d8e5fd;--accent-info-extra-c:#afcdfb;--accent-info-extra-d:#0a558e;--accent-info-extra-e:#064372;--accent-info-extra-f:#083153;--accent-info-extra-g:#55a6fc;--accent-visited-primary:#724bc3;--accent-visited-secondary:#9d7cd4;--accent-visited-extra-a:#f8f6fa;--accent-visited-extra-b:#e5dcf1;--accent-visited-extra-c:#4a279f;--accent-visited-extra-d:#8965cc;--accent-maroon-primary:#82336a;--accent-maroon-secondary:#da5bb3;--accent-maroon-extra-a:#faf5f8;--accent-maroon-extra-b:#f5dbeb;--accent-teal-primary:#17706f;--accent-teal-secondary:#229b9a;--accent-teal-extra-a:#e1fcfb;--accent-teal-extra-b:#8bf4f1;--accent-teal-extra-c:#44e0de;--accent-teal-extra-d:#0b4847;--contrast-high-neutral-0:#fff;--contrast-high-neutral-50:#f3f3f5;--contrast-high-neutral-600:#656579;--contrast-high-neutral-750:#4d4d5c;--contrast-high-neutral-900:#2e2e38;--contrast-low-neutral-400:#9897a6;--contrast-low-neutral-900:#2e2e38;--contrast-brand-primary:#ffe600;--contrast-brand-secondary:#2e2e38;--contrast-brand-hover-primary:#4d4d5c;--contrast-brand-focus-primary:#4d4d5c;--static-neutral-0:#fff;--static-neutral-900:#2e2e38;--static-error-50:#fcd7cf;--shadow-colors-primary:#23232f0f;--shadow-colors-secondary:#23232f14;--shadow-colors-alt-primary:#1a1a241f;--shadow-colors-alt-secondary:#1a1a2429;--body-bg-color:#f9f9fa;--body-text-color:#2e2e38}@media (prefers-color-scheme:light){:root:not(.motif-theme-light):not(.motif-theme-dark):not([motif-theme=light]):not([motif-theme=dark]){--theme-neutral-0:#fff;--theme-neutral-25:#f9f9fa;--theme-neutral-50:#f3f3f5;--theme-neutral-100:#e6e6e9;--theme-neutral-200:#d7d7dc;--theme-neutral-300:#c3c3cb;--theme-neutral-400:#afaeba;--theme-neutral-500:#9897a6;--theme-neutral-600:#7f7f91;--theme-neutral-700:#656579;--theme-neutral-800:#4d4d5c;--theme-neutral-900:#2e2e38;--theme-neutral-1000:#23232f;--bg-colors-default-primary:#fff;--bg-colors-default-secondary:#f3f3f5;--bg-colors-default-tertiary:#e6e6e9;--bg-colors-default-extra-a:#f9f9fa;--bg-colors-default-extra-b:#d7d7dc;--bg-colors-hover-primary:#f3f3f5;--bg-colors-hover-secondary:#e6e6e9;--bg-colors-hover-tertiary:#d7d7dc;--bg-colors-hover-extra-a:#fff;--bg-colors-focus-primary:#f3f3f5;--bg-colors-focus-secondary:#e6e6e9;--bg-colors-focus-tertiary:#d7d7dc;--bg-colors-focus-extra-a:#fff;--bg-colors-focus-extra-b:#f9f9fa;--bg-colors-active-tertiary:#f3f3f5;--bg-colors-active-secondary:#e6e6e9;--bg-colors-active-primary:#d7d7dc;--bg-colors-disabled-primary:#f3f3f5;--bg-colors-disabled-secondary:#e6e6e9;--bg-colors-disabled-tertiary:#9897a6;--bg-colors-disabled-extra-a:#fff;--bg-colors-selected-default-primary:#e6e6e9;--bg-colors-selected-default-secondary:#f3f3f5;--bg-colors-selected-hover-primary:#e6e6e9;--bg-colors-selected-hover-secondary:#f3f3f5;--bg-colors-selected-focus-primary:#e6e6e9;--bg-colors-selected-active-primary:#d7d7dc;--bg-colors-selected-disabled-primary:#f3f3f5;--bg-colors-selected-disabled-secondary:#f9f9fa;--bg-colors-read-only-primary:#7f7f91;--bg-colors-read-only-secondary:#fff;--bg-colors-overlay-primary:#2e2e384d;--alt-bg-colors-default-primary:#2e2e38;--alt-bg-colors-default-secondary:#7f7f91;--alt-bg-colors-default-extra-a:#f3f3f5;--alt-bg-colors-hover-primary:#4d4d5c;--alt-bg-colors-hover-secondary:#656579;--alt-bg-colors-hover-tertiary:#9897a6;--alt-bg-colors-focus-primary:#4d4d5c;--alt-bg-colors-focus-secondary:#656579;--alt-bg-colors-focus-tertiary:#9897a6;--alt-bg-colors-active-primary:#656579;--alt-bg-colors-active-secondary:#7f7f91;--alt-bg-colors-selected-default-primary:#fff;--alt-bg-colors-selected-default-secondary:#e6e6e9;--alt-bg-colors-selected-default-extra-a:#656579;--alt-bg-colors-selected-default-extra-b:#2e2e38;--alt-bg-colors-selected-hover-primary:#7f7f91;--alt-bg-colors-overlay-primary:#f3f3f54d;--alt-border-colors-default-primary:#fff;--alt-border-colors-default-extra-a:#656579;--alt-border-colors-default-extra-b:#2e2e38;--alt-text-colors-default-primary:#f9f9fa;--alt-text-colors-default-secondary:#f3f3f5;--alt-text-colors-default-extra-a:#afaeba;--alt-text-colors-default-extra-b:#656579;--alt-text-colors-default-extra-c:#2e2e38;--alt-text-colors-selected-default-primary:#fff;--alt-icon-colors-default-primary:#afaeba;--alt-icon-colors-selected-default-primary:#fff;--alt-icon-colors-selected-default-extra-a:#656579;--alt-accent-error-primary:#fcf5f3;--alt-accent-error-secondary:#fcd7cf;--alt-accent-info-primary:#85b9fd;--border-colors-default-primary:#e6e6e9;--border-colors-default-secondary:#c3c3cb;--border-colors-default-tertiary:#7f7f91;--border-colors-default-extra-a:#fff;--border-colors-default-extra-b:#d7d7dc;--border-colors-hover-primary:#c3c3cb;--border-colors-hover-secondary:#7f7f91;--border-colors-hover-extra-a:#e6e6e9;--border-colors-focus-primary:#c3c3cb;--border-colors-focus-secondary:#7f7f91;--border-colors-focus-extra-a:#e6e6e9;--border-colors-active-primary:#c3c3cb;--border-colors-active-secondary:#7f7f91;--border-colors-disabled-primary:#c3c3cb;--border-colors-disabled-secondary:#e6e6e9;--border-colors-selected-default-primary:#c3c3cb;--border-colors-selected-default-secondary:#7f7f91;--border-colors-selected-disabled-primary:#c3c3cb;--border-colors-read-only-primary:#7f7f91;--text-colors-default-primary:#2e2e38;--text-colors-default-secondary:#656579;--text-colors-default-tertiary:#9897a6;--text-colors-default-extra-a:#fff;--text-colors-hover-primary:#2e2e38;--text-colors-hover-secondary:#4d4d5c;--text-colors-hover-tertiary:#656579;--text-colors-focus-primary:#2e2e38;--text-colors-focus-secondary:#4d4d5c;--text-colors-focus-tertiary:#656579;--text-colors-active-primary:#2e2e38;--text-colors-active-secondary:#656579;--text-colors-disabled-primary:#9897a6;--text-colors-selected-default-primary:#2e2e38;--text-colors-selected-disabled-primary:#9897a6;--text-colors-read-only-primary:#2e2e38;--text-colors-read-only-secondary:#656579;--icon-colors-default-primary:#656579;--icon-colors-default-secondary:#9897a6;--icon-colors-default-tertiary:#c3c3cb;--icon-colors-default-extra-a:#2e2e38;--icon-colors-default-extra-b:#fff;--icon-colors-hover-primary:#4d4d5c;--icon-colors-hover-secondary:#656579;--icon-colors-focus-primary:#4d4d5c;--icon-colors-focus-secondary:#656579;--icon-colors-active-primary:#2e2e38;--icon-colors-active-secondary:#656579;--icon-colors-disabled-primary:#9897a6;--icon-colors-disabled-secondary:#656579;--icon-colors-selected-default-primary:#656579;--icon-colors-selected-default-secondary:#afaeba;--icon-colors-selected-disabled-primary:#9897a6;--icon-colors-read-only-primary:#9897a6;--accent-success-primary:#197335;--accent-success-secondary:#26a04b;--accent-success-tertiary:#2db757;--accent-success-extra-a:#e7fce8;--accent-success-extra-b:#8bf9a2;--accent-success-extra-c:#48e674;--accent-warning-primary:#975100;--accent-warning-secondary:#d07200;--accent-warning-tertiary:#ee8300;--accent-warning-extra-a:#fcf5f0;--accent-warning-extra-b:#fcd9bc;--accent-warning-extra-c:#fdbc84;--accent-error-primary:#c70117;--accent-error-secondary:#ff4336;--accent-error-tertiary:#ff735e;--accent-error-extra-a:#fcf5f3;--accent-error-extra-b:#fcd7cf;--accent-error-extra-c:#fdbaab;--accent-error-extra-d:#ea011d;--accent-error-extra-e:#a40011;--accent-info-primary:#0f69ae;--accent-info-secondary:#1275c1;--accent-info-tertiary:#188ce5;--accent-info-extra-a:#f4f7fc;--accent-info-extra-b:#d8e5fd;--accent-info-extra-c:#afcdfb;--accent-info-extra-d:#0a558e;--accent-info-extra-e:#064372;--accent-info-extra-f:#083153;--accent-info-extra-g:#55a6fc;--accent-visited-primary:#724bc3;--accent-visited-secondary:#9d7cd4;--accent-visited-extra-a:#f8f6fa;--accent-visited-extra-b:#e5dcf1;--accent-visited-extra-c:#4a279f;--accent-visited-extra-d:#8965cc;--accent-maroon-primary:#82336a;--accent-maroon-secondary:#da5bb3;--accent-maroon-extra-a:#faf5f8;--accent-maroon-extra-b:#f5dbeb;--accent-teal-primary:#17706f;--accent-teal-secondary:#229b9a;--accent-teal-extra-a:#e1fcfb;--accent-teal-extra-b:#8bf4f1;--accent-teal-extra-c:#44e0de;--accent-teal-extra-d:#0b4847;--contrast-high-neutral-0:#fff;--contrast-high-neutral-50:#f3f3f5;--contrast-high-neutral-600:#656579;--contrast-high-neutral-750:#4d4d5c;--contrast-high-neutral-900:#2e2e38;--contrast-low-neutral-400:#9897a6;--contrast-low-neutral-900:#2e2e38;--contrast-brand-primary:#ffe600;--contrast-brand-secondary:#2e2e38;--contrast-brand-hover-primary:#4d4d5c;--contrast-brand-focus-primary:#4d4d5c;--static-neutral-0:#fff;--static-neutral-900:#2e2e38;--static-error-50:#fcd7cf;--shadow-colors-primary:#23232f0f;--shadow-colors-secondary:#23232f14;--shadow-colors-alt-primary:#1a1a241f;--shadow-colors-alt-secondary:#1a1a2429}}@media (prefers-color-scheme:dark){:root:not(.motif-theme-light):not(.motif-theme-dark):not([motif-theme=light]):not([motif-theme=dark]) :root:not(.motif-theme-dark):not([motif-theme=dark]){--theme-neutral-0:#1a1a24;--theme-neutral-25:#23232f;--theme-neutral-50:#2e2e38;--theme-neutral-100:#33333e;--theme-neutral-200:#3f3f4c;--theme-neutral-300:#4e4e5d;--theme-neutral-400:#5f5f72;--theme-neutral-500:#737387;--theme-neutral-600:#8a8a9b;--theme-neutral-700:#a4a3b1;--theme-neutral-800:#bfbfc8;--theme-neutral-900:#dedee2;--theme-neutral-1000:#fff;--bg-colors-default-primary:#23232f;--bg-colors-default-secondary:#2e2e38;--bg-colors-default-tertiary:#33333e;--bg-colors-default-extra-a:#1a1a24;--bg-colors-default-extra-b:#3f3f4c;--bg-colors-hover-primary:#2e2e38;--bg-colors-hover-secondary:#33333e;--bg-colors-hover-tertiary:#3f3f4c;--bg-colors-hover-extra-a:#23232f;--bg-colors-focus-primary:#2e2e38;--bg-colors-focus-secondary:#33333e;--bg-colors-focus-tertiary:#3f3f4c;--bg-colors-focus-extra-a:#23232f;--bg-colors-focus-extra-b:#1a1a24;--bg-colors-active-tertiary:#2e2e38;--bg-colors-active-secondary:#33333e;--bg-colors-active-primary:#3f3f4c;--bg-colors-disabled-primary:#2e2e38;--bg-colors-disabled-secondary:#33333e;--bg-colors-disabled-tertiary:#737387;--bg-colors-disabled-extra-a:#23232f;--bg-colors-selected-default-primary:#33333e;--bg-colors-selected-default-secondary:#2e2e38;--bg-colors-selected-hover-primary:#33333e;--bg-colors-selected-hover-secondary:#2e2e38;--bg-colors-selected-focus-primary:#33333e;--bg-colors-selected-active-primary:#3f3f4c;--bg-colors-selected-disabled-primary:#2e2e38;--bg-colors-selected-disabled-secondary:#23232f;--bg-colors-read-only-primary:#8a8a9b;--bg-colors-read-only-secondary:#1a1a24;--bg-colors-overlay-primary:#dedee24d;--border-colors-default-primary:#33333e;--border-colors-default-secondary:#4e4e5d;--border-colors-default-tertiary:#8a8a9b;--border-colors-default-extra-a:#23232f;--border-colors-default-extra-b:#3f3f4c;--border-colors-hover-primary:#4e4e5d;--border-colors-hover-secondary:#8a8a9b;--border-colors-hover-extra-a:#33333e;--border-colors-focus-primary:#4e4e5d;--border-colors-focus-secondary:#8a8a9b;--border-colors-focus-extra-a:#33333e;--border-colors-active-primary:#4e4e5d;--border-colors-active-secondary:#8a8a9b;--border-colors-disabled-secondary:#33333e;--border-colors-disabled-primary:#4e4e5d;--border-colors-selected-default-primary:#4e4e5d;--border-colors-selected-default-secondary:#8a8a9b;--border-colors-selected-disabled-primary:#4e4e5d;--border-colors-read-only-primary:#8a8a9b;--text-colors-default-primary:#dedee2;--text-colors-default-secondary:#a4a3b1;--text-colors-default-tertiary:#737387;--text-colors-default-extra-a:#1a1a24;--text-colors-hover-primary:#dedee2;--text-colors-hover-secondary:#bfbfc8;--text-colors-hover-tertiary:#a4a3b1;--text-colors-focus-primary:#dedee2;--text-colors-focus-secondary:#bfbfc8;--text-colors-focus-tertiary:#a4a3b1;--text-colors-active-primary:#dedee2;--text-colors-active-secondary:#a4a3b1;--text-colors-disabled-primary:#737387;--text-colors-selected-default-primary:#dedee2;--text-colors-selected-disabled-primary:#737387;--text-colors-read-only-primary:#dedee2;--text-colors-read-only-secondary:#a4a3b1;--icon-colors-default-primary:#a4a3b1;--icon-colors-default-secondary:#737387;--icon-colors-default-tertiary:#4e4e5d;--icon-colors-default-extra-a:#dedee2;--icon-colors-default-extra-b:#1a1a24;--icon-colors-hover-primary:#bfbfc8;--icon-colors-hover-secondary:#a4a3b1;--icon-colors-focus-primary:#bfbfc8;--icon-colors-focus-secondary:#a4a3b1;--icon-colors-active-primary:#dedee2;--icon-colors-active-secondary:#a4a3b1;--icon-colors-disabled-primary:#737387;--icon-colors-disabled-secondary:#a4a3b1;--icon-colors-selected-default-primary:#a4a3b1;--icon-colors-selected-default-secondary:#5f5f72;--icon-colors-selected-disabled-primary:#737387;--icon-colors-read-only-primary:#737387;--accent-success-primary:#34ce63;--accent-success-secondary:#26a04b;--accent-success-tertiary:#1f893f;--accent-success-extra-a:#0a3616;--accent-success-extra-b:#0c4a1f;--accent-success-extra-c:#125e29;--accent-warning-primary:#ff9831;--accent-warning-secondary:#d07200;--accent-warning-tertiary:#b26100;--accent-warning-extra-a:#462602;--accent-warning-extra-b:#623300;--accent-warning-extra-c:#7b4100;--accent-error-primary:#ff4336;--accent-error-secondary:#ff4336;--accent-error-tertiary:#ea011d;--accent-error-extra-a:#610402;--accent-error-extra-b:#83000b;--accent-error-extra-c:#a40011;--accent-error-extra-d:#ea011d;--accent-error-extra-e:#ff735e;--accent-info-primary:#85b9fd;--accent-info-secondary:#55a6fc;--accent-info-tertiary:#188ce5;--accent-info-extra-a:#083153;--accent-info-extra-b:#064372;--accent-info-extra-c:#0a558e;--accent-info-extra-d:#85b9fd;--accent-info-extra-e:#188ce5;--accent-info-extra-f:#f4f7fc;--accent-info-extra-g:#0f69ae;--accent-visited-primary:#c2abe3;--accent-visited-secondary:#9d7cd4;--accent-visited-extra-a:#361c75;--accent-visited-extra-b:#4a279f;--accent-visited-extra-c:#e5dcf1;--accent-visited-extra-d:#b094dc;--accent-maroon-primary:#ecbdda;--accent-maroon-secondary:#da5bb3;--accent-maroon-extra-a:#4c1c3d;--accent-maroon-extra-b:#682754;--accent-teal-primary:#2fc9c7;--accent-teal-secondary:#229b9a;--accent-teal-extra-a:#093434;--accent-teal-extra-b:#0b4847;--accent-teal-extra-c:#105b5a;--accent-teal-extra-d:#8bf4f1;--alt-bg-colors-default-primary:#dedee2;--alt-bg-colors-default-secondary:#8a8a9b;--alt-bg-colors-default-extra-a:#2e2e38;--alt-bg-colors-hover-primary:#bfbfc8;--alt-bg-colors-hover-secondary:#a4a3b1;--alt-bg-colors-hover-tertiary:#737387;--alt-bg-colors-focus-primary:#bfbfc8;--alt-bg-colors-focus-secondary:#a4a3b1;--alt-bg-colors-focus-tertiary:#737387;--alt-bg-colors-active-primary:#a4a3b1;--alt-bg-colors-active-secondary:#8a8a9b;--alt-bg-colors-selected-default-primary:#1a1a24;--alt-bg-colors-selected-default-secondary:#33333e;--alt-bg-colors-selected-default-extra-a:#a4a3b1;--alt-bg-colors-selected-default-extra-b:#dedee2;--alt-bg-colors-selected-hover-primary:#8a8a9b;--alt-bg-colors-overlay-primary:#2e2e384d;--alt-border-colors-default-primary:#1a1a24;--alt-border-colors-default-extra-a:#a4a3b1;--alt-border-colors-default-extra-b:#dedee2;--alt-text-colors-default-primary:#23232f;--alt-text-colors-default-secondary:#2e2e38;--alt-text-colors-default-extra-a:#5f5f72;--alt-text-colors-default-extra-b:#a4a3b1;--alt-text-colors-default-extra-c:#dedee2;--alt-text-colors-selected-default-primary:#23232f;--alt-icon-colors-default-primary:#5f5f72;--alt-icon-colors-selected-default-primary:#1a1a24;--alt-icon-colors-selected-default-extra-a:#a4a3b1;--alt-accent-error-primary:#23232f;--alt-accent-error-secondary:#23232f;--alt-accent-info-primary:#0f69ae;--contrast-high-neutral-0:#737387;--contrast-high-neutral-50:#737387;--contrast-high-neutral-600:#bfbfc8;--contrast-high-neutral-750:#dedee2;--contrast-high-neutral-900:#fff;--contrast-low-neutral-400:#2e2e38;--contrast-low-neutral-900:#a4a3b1;--contrast-brand-primary:#2e2e38;--contrast-brand-secondary:#ffe600;--contrast-brand-hover-primary:#d9c400;--contrast-brand-focus-primary:#d9c400;--static-neutral-0:#fff;--static-neutral-900:#2e2e38;--static-error-50:#fcd7cf;--shadow-colors-primary:#1a1a241f;--shadow-colors-secondary:#1a1a2429;--shadow-colors-alt-primary:#23232f0f;--shadow-colors-alt-secondary:#23232f14}}html[motif-theme=dark],.motif-theme-dark{--theme-neutral-0:#1a1a24;--theme-neutral-25:#23232f;--theme-neutral-50:#2e2e38;--theme-neutral-100:#33333e;--theme-neutral-200:#3f3f4c;--theme-neutral-300:#4e4e5d;--theme-neutral-400:#5f5f72;--theme-neutral-500:#737387;--theme-neutral-600:#8a8a9b;--theme-neutral-700:#a4a3b1;--theme-neutral-800:#bfbfc8;--theme-neutral-900:#dedee2;--theme-neutral-1000:#fff;--bg-colors-default-primary:#23232f;--bg-colors-default-secondary:#2e2e38;--bg-colors-default-tertiary:#33333e;--bg-colors-default-extra-a:#1a1a24;--bg-colors-default-extra-b:#3f3f4c;--bg-colors-hover-primary:#2e2e38;--bg-colors-hover-secondary:#33333e;--bg-colors-hover-tertiary:#3f3f4c;--bg-colors-hover-extra-a:#23232f;--bg-colors-focus-primary:#2e2e38;--bg-colors-focus-secondary:#33333e;--bg-colors-focus-tertiary:#3f3f4c;--bg-colors-focus-extra-a:#23232f;--bg-colors-focus-extra-b:#1a1a24;--bg-colors-active-tertiary:#2e2e38;--bg-colors-active-secondary:#33333e;--bg-colors-active-primary:#3f3f4c;--bg-colors-disabled-primary:#2e2e38;--bg-colors-disabled-secondary:#33333e;--bg-colors-disabled-tertiary:#737387;--bg-colors-disabled-extra-a:#23232f;--bg-colors-selected-default-primary:#33333e;--bg-colors-selected-default-secondary:#2e2e38;--bg-colors-selected-hover-primary:#33333e;--bg-colors-selected-hover-secondary:#2e2e38;--bg-colors-selected-focus-primary:#33333e;--bg-colors-selected-active-primary:#3f3f4c;--bg-colors-selected-disabled-primary:#2e2e38;--bg-colors-selected-disabled-secondary:#23232f;--bg-colors-read-only-primary:#8a8a9b;--bg-colors-read-only-secondary:#1a1a24;--bg-colors-overlay-primary:#dedee24d;--border-colors-default-primary:#33333e;--border-colors-default-secondary:#4e4e5d;--border-colors-default-tertiary:#8a8a9b;--border-colors-default-extra-a:#23232f;--border-colors-default-extra-b:#3f3f4c;--border-colors-hover-primary:#4e4e5d;--border-colors-hover-secondary:#8a8a9b;--border-colors-hover-extra-a:#33333e;--border-colors-focus-primary:#4e4e5d;--border-colors-focus-secondary:#8a8a9b;--border-colors-focus-extra-a:#33333e;--border-colors-active-primary:#4e4e5d;--border-colors-active-secondary:#8a8a9b;--border-colors-disabled-secondary:#33333e;--border-colors-disabled-primary:#4e4e5d;--border-colors-selected-default-primary:#4e4e5d;--border-colors-selected-default-secondary:#8a8a9b;--border-colors-selected-disabled-primary:#4e4e5d;--border-colors-read-only-primary:#8a8a9b;--text-colors-default-primary:#dedee2;--text-colors-default-secondary:#a4a3b1;--text-colors-default-tertiary:#737387;--text-colors-default-extra-a:#1a1a24;--text-colors-hover-primary:#dedee2;--text-colors-hover-secondary:#bfbfc8;--text-colors-hover-tertiary:#a4a3b1;--text-colors-focus-primary:#dedee2;--text-colors-focus-secondary:#bfbfc8;--text-colors-focus-tertiary:#a4a3b1;--text-colors-active-primary:#dedee2;--text-colors-active-secondary:#a4a3b1;--text-colors-disabled-primary:#737387;--text-colors-selected-default-primary:#dedee2;--text-colors-selected-disabled-primary:#737387;--text-colors-read-only-primary:#dedee2;--text-colors-read-only-secondary:#a4a3b1;--icon-colors-default-primary:#a4a3b1;--icon-colors-default-secondary:#737387;--icon-colors-default-tertiary:#4e4e5d;--icon-colors-default-extra-a:#dedee2;--icon-colors-default-extra-b:#1a1a24;--icon-colors-hover-primary:#bfbfc8;--icon-colors-hover-secondary:#a4a3b1;--icon-colors-focus-primary:#bfbfc8;--icon-colors-focus-secondary:#a4a3b1;--icon-colors-active-primary:#dedee2;--icon-colors-active-secondary:#a4a3b1;--icon-colors-disabled-primary:#737387;--icon-colors-disabled-secondary:#a4a3b1;--icon-colors-selected-default-primary:#a4a3b1;--icon-colors-selected-default-secondary:#5f5f72;--icon-colors-selected-disabled-primary:#737387;--icon-colors-read-only-primary:#737387;--accent-success-primary:#34ce63;--accent-success-secondary:#26a04b;--accent-success-tertiary:#1f893f;--accent-success-extra-a:#0a3616;--accent-success-extra-b:#0c4a1f;--accent-success-extra-c:#125e29;--accent-warning-primary:#ff9831;--accent-warning-secondary:#d07200;--accent-warning-tertiary:#b26100;--accent-warning-extra-a:#462602;--accent-warning-extra-b:#623300;--accent-warning-extra-c:#7b4100;--accent-error-primary:#ff4336;--accent-error-secondary:#ff4336;--accent-error-tertiary:#ea011d;--accent-error-extra-a:#610402;--accent-error-extra-b:#83000b;--accent-error-extra-c:#a40011;--accent-error-extra-d:#ea011d;--accent-error-extra-e:#ff735e;--accent-info-primary:#85b9fd;--accent-info-secondary:#55a6fc;--accent-info-tertiary:#188ce5;--accent-info-extra-a:#083153;--accent-info-extra-b:#064372;--accent-info-extra-c:#0a558e;--accent-info-extra-d:#85b9fd;--accent-info-extra-e:#188ce5;--accent-info-extra-f:#f4f7fc;--accent-info-extra-g:#0f69ae;--accent-visited-primary:#c2abe3;--accent-visited-secondary:#9d7cd4;--accent-visited-extra-a:#361c75;--accent-visited-extra-b:#4a279f;--accent-visited-extra-c:#e5dcf1;--accent-visited-extra-d:#b094dc;--accent-maroon-primary:#ecbdda;--accent-maroon-secondary:#da5bb3;--accent-maroon-extra-a:#4c1c3d;--accent-maroon-extra-b:#682754;--accent-teal-primary:#2fc9c7;--accent-teal-secondary:#229b9a;--accent-teal-extra-a:#093434;--accent-teal-extra-b:#0b4847;--accent-teal-extra-c:#105b5a;--accent-teal-extra-d:#8bf4f1;--alt-bg-colors-default-primary:#dedee2;--alt-bg-colors-default-secondary:#8a8a9b;--alt-bg-colors-default-extra-a:#2e2e38;--alt-bg-colors-hover-primary:#bfbfc8;--alt-bg-colors-hover-secondary:#a4a3b1;--alt-bg-colors-hover-tertiary:#737387;--alt-bg-colors-focus-primary:#bfbfc8;--alt-bg-colors-focus-secondary:#a4a3b1;--alt-bg-colors-focus-tertiary:#737387;--alt-bg-colors-active-primary:#a4a3b1;--alt-bg-colors-active-secondary:#8a8a9b;--alt-bg-colors-selected-default-primary:#1a1a24;--alt-bg-colors-selected-default-secondary:#33333e;--alt-bg-colors-selected-default-extra-a:#a4a3b1;--alt-bg-colors-selected-default-extra-b:#dedee2;--alt-bg-colors-selected-hover-primary:#8a8a9b;--alt-bg-colors-overlay-primary:#2e2e384d;--alt-border-colors-default-primary:#1a1a24;--alt-border-colors-default-extra-a:#a4a3b1;--alt-border-colors-default-extra-b:#dedee2;--alt-text-colors-default-primary:#23232f;--alt-text-colors-default-secondary:#2e2e38;--alt-text-colors-default-extra-a:#5f5f72;--alt-text-colors-default-extra-b:#a4a3b1;--alt-text-colors-default-extra-c:#dedee2;--alt-text-colors-selected-default-primary:#23232f;--alt-icon-colors-default-primary:#5f5f72;--alt-icon-colors-selected-default-primary:#1a1a24;--alt-icon-colors-selected-default-extra-a:#a4a3b1;--alt-accent-error-primary:#23232f;--alt-accent-error-secondary:#23232f;--alt-accent-info-primary:#0f69ae;--contrast-high-neutral-0:#737387;--contrast-high-neutral-50:#737387;--contrast-high-neutral-600:#bfbfc8;--contrast-high-neutral-750:#dedee2;--contrast-high-neutral-900:#fff;--contrast-low-neutral-400:#2e2e38;--contrast-low-neutral-900:#a4a3b1;--contrast-brand-primary:#2e2e38;--contrast-brand-secondary:#ffe600;--contrast-brand-hover-primary:#d9c400;--contrast-brand-focus-primary:#d9c400;--static-neutral-0:#fff;--static-neutral-900:#2e2e38;--static-error-50:#fcd7cf;--shadow-colors-primary:#1a1a241f;--shadow-colors-secondary:#1a1a2429;--shadow-colors-alt-primary:#23232f0f;--shadow-colors-alt-secondary:#23232f14;--body-bg-color:#1a1a24;--body-text-color:#dedee2}*{box-sizing:border-box}body.motif-theme-light,body.motif-theme-dark{background:var(--body-bg-color);color:var(--body-text-color)}.motif-display-1,.motif-display-1-bold,.motif-display-1-regular,.motif-display-1-light{font-family:var(--typography-md-display-1-font-family);font-size:var(--typography-md-display-1-font-size);font-style:normal;line-height:var(--typography-md-display-1-line-height);letter-spacing:var(--typography-md-display-1-letter-spacing)}@media (width>=64em){.motif-display-1,.motif-display-1-bold,.motif-display-1-regular,.motif-display-1-light{font-family:var(--typography-lg-display-1-font-family);font-size:var(--typography-lg-display-1-font-size);line-height:var(--typography-lg-display-1-line-height);letter-spacing:var(--typography-lg-display-1-letter-spacing)}}.motif-display-1-light{font-weight:var(--font-weight-light)}.motif-display-1-regular{font-weight:var(--font-weight-regular)}.motif-display-1-bold{font-weight:var(--font-weight-bold)}.motif-display-2,.motif-display-2-bold,.motif-display-2-regular,.motif-display-2-light{font-family:var(--typography-md-display-2-font-family);font-size:var(--typography-md-display-2-font-size);font-style:normal;line-height:var(--typography-md-display-2-line-height);letter-spacing:var(--typography-md-display-2-letter-spacing)}@media (width>=64em){.motif-display-2,.motif-display-2-bold,.motif-display-2-regular,.motif-display-2-light{font-family:var(--typography-lg-display-2-font-family);font-size:var(--typography-lg-display-2-font-size);line-height:var(--typography-lg-display-2-line-height);letter-spacing:var(--typography-lg-display-2-letter-spacing)}}.motif-display-2-light{font-weight:var(--font-weight-light)}.motif-display-2-regular{font-weight:var(--font-weight-regular)}.motif-display-2-bold{font-weight:var(--font-weight-bold)}.motif-display-3,.motif-display-3-bold,.motif-display-3-regular,.motif-display-3-light{font-family:var(--typography-md-display-3-font-family);font-size:var(--typography-md-display-3-font-size);font-style:normal;line-height:var(--typography-md-display-3-line-height);letter-spacing:var(--typography-md-display-3-letter-spacing)}@media (width>=64em){.motif-display-3,.motif-display-3-bold,.motif-display-3-regular,.motif-display-3-light{font-family:var(--typography-lg-display-3-font-family);font-size:var(--typography-lg-display-3-font-size);line-height:var(--typography-lg-display-3-line-height);letter-spacing:var(--typography-lg-display-3-letter-spacing)}}.motif-display-3-light{font-weight:var(--font-weight-light)}.motif-display-3-regular{font-weight:var(--font-weight-regular)}.motif-display-3-bold{font-weight:var(--font-weight-bold)}.motif-display-4,.motif-display-4-bold,.motif-display-4-regular,.motif-display-4-light{font-family:var(--typography-md-display-4-font-family);font-size:var(--typography-md-display-4-font-size);font-style:normal;line-height:var(--typography-md-display-4-line-height);letter-spacing:var(--typography-md-display-4-letter-spacing)}@media (width>=64em){.motif-display-4,.motif-display-4-bold,.motif-display-4-regular,.motif-display-4-light{font-family:var(--typography-lg-display-4-font-family);font-size:var(--typography-lg-display-4-font-size);line-height:var(--typography-lg-display-4-line-height);letter-spacing:var(--typography-lg-display-4-letter-spacing)}}.motif-display-4-light{font-weight:var(--font-weight-light)}.motif-display-4-regular{font-weight:var(--font-weight-regular)}.motif-display-4-bold{font-weight:var(--font-weight-bold)}.motif-h1,.motif-h1-bold,.motif-h1-regular,.motif-h1-light{font-family:var(--typography-md-h1-font-family);font-size:var(--typography-md-h1-font-size);font-style:normal;line-height:var(--typography-md-h1-line-height);letter-spacing:var(--typography-md-h1-letter-spacing)}@media (width>=64em){.motif-h1,.motif-h1-bold,.motif-h1-regular,.motif-h1-light{font-family:var(--typography-lg-h1-font-family);font-size:var(--typography-lg-h1-font-size);line-height:var(--typography-lg-h1-line-height);letter-spacing:var(--typography-lg-h1-letter-spacing)}}.motif-h1-light{font-weight:var(--font-weight-light)}.motif-h1-regular{font-weight:var(--font-weight-regular)}.motif-h1-bold{font-weight:var(--font-weight-bold)}.motif-h2,.motif-h2-bold,.motif-h2-regular,.motif-h2-light{font-family:var(--typography-md-h2-font-family);font-size:var(--typography-md-h2-font-size);font-style:normal;line-height:var(--typography-md-h2-line-height);letter-spacing:var(--typography-md-h2-letter-spacing)}@media (width>=64em){.motif-h2,.motif-h2-bold,.motif-h2-regular,.motif-h2-light{font-family:var(--typography-lg-h2-font-family);font-size:var(--typography-lg-h2-font-size);line-height:var(--typography-lg-h2-line-height);letter-spacing:var(--typography-lg-h2-letter-spacing)}}.motif-h2-light{font-weight:var(--font-weight-light)}.motif-h2-regular{font-weight:var(--font-weight-regular)}.motif-h2-bold{font-weight:var(--font-weight-bold)}.motif-h3,.motif-h3-bold,.motif-h3-regular,.motif-h3-light{font-family:var(--typography-md-h3-font-family);font-size:var(--typography-md-h3-font-size);font-style:normal;line-height:var(--typography-md-h3-line-height);letter-spacing:var(--typography-md-h3-letter-spacing)}@media (width>=64em){.motif-h3,.motif-h3-bold,.motif-h3-regular,.motif-h3-light{font-family:var(--typography-lg-h3-font-family);font-size:var(--typography-lg-h3-font-size);line-height:var(--typography-lg-h3-line-height);letter-spacing:var(--typography-lg-h3-letter-spacing)}}.motif-h3-light{font-weight:var(--font-weight-light)}.motif-h3-regular{font-weight:var(--font-weight-regular)}.motif-h3-bold{font-weight:var(--font-weight-bold)}.motif-h4,.motif-h4-bold,.motif-h4-regular,.motif-h4-light{font-family:var(--typography-md-h4-font-family);font-size:var(--typography-md-h4-font-size);font-style:normal;line-height:var(--typography-md-h4-line-height);letter-spacing:var(--typography-md-h4-letter-spacing)}@media (width>=64em){.motif-h4,.motif-h4-bold,.motif-h4-regular,.motif-h4-light{font-family:var(--typography-lg-h4-font-family);font-size:var(--typography-lg-h4-font-size);line-height:var(--typography-lg-h4-line-height);letter-spacing:var(--typography-lg-h4-letter-spacing)}}.motif-h4-light{font-weight:var(--font-weight-light)}.motif-h4-regular{font-weight:var(--font-weight-regular)}.motif-h4-bold{font-weight:var(--font-weight-bold)}.motif-h5,.motif-h5-bold,.motif-h5-regular,.motif-h5-light{font-family:var(--typography-md-h5-font-family);font-size:var(--typography-md-h5-font-size);font-style:normal;line-height:var(--typography-md-h5-line-height);letter-spacing:var(--typography-md-h5-letter-spacing)}@media (width>=64em){.motif-h5,.motif-h5-bold,.motif-h5-regular,.motif-h5-light{font-family:var(--typography-lg-h5-font-family);font-size:var(--typography-lg-h5-font-size);line-height:var(--typography-lg-h5-line-height);letter-spacing:var(--typography-lg-h5-letter-spacing)}}.motif-h5-light{font-weight:var(--font-weight-light)}.motif-h5-regular{font-weight:var(--font-weight-regular)}.motif-h5-bold{font-weight:var(--font-weight-bold)}.motif-h6,.motif-h6-bold,.motif-h6-regular,.motif-h6-light{font-family:var(--typography-md-h6-font-family);font-size:var(--typography-md-h6-font-size);font-style:normal;line-height:var(--typography-md-h6-line-height);letter-spacing:var(--typography-md-h6-letter-spacing)}@media (width>=64em){.motif-h6,.motif-h6-bold,.motif-h6-regular,.motif-h6-light{font-family:var(--typography-lg-h6-font-family);font-size:var(--typography-lg-h6-font-size);line-height:var(--typography-lg-h6-line-height);letter-spacing:var(--typography-lg-h6-letter-spacing)}}.motif-h6-light{font-weight:var(--font-weight-light)}.motif-h6-regular{font-weight:var(--font-weight-regular)}.motif-h6-bold{font-weight:var(--font-weight-bold)}.motif-subtitle,.motif-subtitle-bold,.motif-subtitle-regular,.motif-subtitle-light{font-family:var(--typography-md-subtitle-font-family);font-size:var(--typography-md-subtitle-font-size);font-style:normal;font-weight:var(--font-weight-light);line-height:var(--typography-md-subtitle-line-height);letter-spacing:var(--typography-md-subtitle-letter-spacing)}@media (width>=64em){.motif-subtitle,.motif-subtitle-bold,.motif-subtitle-regular,.motif-subtitle-light{font-family:var(--typography-lg-subtitle-font-family);font-size:var(--typography-lg-subtitle-font-size);font-weight:var(--font-weight-light);line-height:var(--typography-lg-subtitle-line-height);letter-spacing:var(--typography-lg-subtitle-letter-spacing)}}.motif-subtitle-light{font-weight:var(--font-weight-light)}.motif-subtitle-regular{font-weight:var(--font-weight-regular)}.motif-subtitle-bold{font-weight:var(--font-weight-bold)}.motif-body-1,.motif-body-1-bold,.motif-body-1-regular,.motif-body-1-light{font-family:var(--typography-md-body-1-font-family);font-size:var(--typography-md-body-1-font-size);font-style:normal;line-height:var(--typography-md-body-1-line-height);letter-spacing:var(--typography-md-body-1-letter-spacing)}@media (width>=64em){.motif-body-1,.motif-body-1-bold,.motif-body-1-regular,.motif-body-1-light{font-family:var(--typography-lg-body-1-font-family);font-size:var(--typography-lg-body-1-font-size);line-height:var(--typography-lg-body-1-line-height);letter-spacing:var(--typography-lg-body-1-letter-spacing)}}.motif-body-1-light{font-weight:var(--font-weight-light)}.motif-body-1-regular{font-weight:var(--font-weight-regular)}.motif-body-1-bold{font-weight:var(--font-weight-bold)}.motif-body-2,.motif-body-2-bold,.motif-body-2-regular,.motif-body-2-light{font-family:var(--typography-md-body-2-font-family);font-size:var(--typography-md-body-2-font-size);font-style:normal;line-height:var(--typography-md-body-2-line-height);letter-spacing:var(--typography-md-body-2-letter-spacing)}@media (width>=64em){.motif-body-2,.motif-body-2-bold,.motif-body-2-regular,.motif-body-2-light{font-family:var(--typography-lg-body-2-font-family);font-size:var(--typography-lg-body-2-font-size);line-height:var(--typography-lg-body-2-line-height);letter-spacing:var(--typography-lg-body-2-letter-spacing)}}.motif-body-2-light{font-weight:var(--font-weight-light)}.motif-body-2-regular{font-weight:var(--font-weight-regular)}.motif-body-2-bold{font-weight:var(--font-weight-bold)}.motif-body-3,.motif-body-3-bold,.motif-body-3-regular,.motif-body-3-light{font-family:var(--typography-md-body-3-font-family);font-size:var(--typography-md-body-3-font-size);font-style:normal;line-height:var(--typography-md-body-3-line-height);letter-spacing:var(--typography-md-body-3-letter-spacing)}@media (width>=64em){.motif-body-3,.motif-body-3-bold,.motif-body-3-regular,.motif-body-3-light{font-family:var(--typography-lg-body-3-font-family);font-size:var(--typography-lg-body-3-font-size);line-height:var(--typography-lg-body-3-line-height);letter-spacing:var(--typography-lg-body-3-letter-spacing)}}.motif-body-3-light{font-weight:var(--font-weight-light)}.motif-body-3-regular{font-weight:var(--font-weight-regular)}.motif-body-3-bold{font-weight:var(--font-weight-bold)}.motif-caption,.motif-caption-bold,.motif-caption-regular,.motif-caption-light{font-family:var(--typography-md-caption-font-family);font-size:var(--typography-md-caption-font-size);font-style:normal;line-height:var(--typography-md-caption-line-height);letter-spacing:var(--typography-md-caption-letter-spacing)}@media (width>=64em){.motif-caption,.motif-caption-bold,.motif-caption-regular,.motif-caption-light{font-family:var(--typography-lg-caption-font-family);font-size:var(--typography-lg-caption-font-size);line-height:var(--typography-lg-caption-line-height);letter-spacing:var(--typography-lg-caption-letter-spacing)}}.motif-caption-light{font-weight:var(--font-weight-light)}.motif-caption-regular{font-weight:var(--font-weight-regular)}.motif-caption-bold{font-weight:var(--font-weight-bold)}.motif-overline,.motif-overline-bold,.motif-overline-regular,.motif-overline-light{font-family:var(--typography-md-overline-font-family);font-size:var(--typography-md-overline-font-size);font-style:normal;line-height:var(--typography-md-overline-line-height);letter-spacing:var(--typography-md-overline-letter-spacing)}@media (width>=64em){.motif-overline,.motif-overline-bold,.motif-overline-regular,.motif-overline-light{font-family:var(--typography-lg-overline-font-family);font-size:var(--typography-lg-overline-font-size);line-height:var(--typography-lg-overline-line-height);letter-spacing:var(--typography-lg-overline-letter-spacing)}}.motif-overline-light{font-weight:var(--font-weight-light)}.motif-overline-regular{font-weight:var(--font-weight-regular)}.motif-overline-bold{font-weight:var(--font-weight-bold)}.motif-button-label-sm,.motif-button-label-sm-bold,.motif-button-label-sm-regular,.motif-button-label-sm-light{font-family:var(--typography-md-button-sm-font-family);font-size:var(--typography-md-button-sm-font-size);font-style:normal;line-height:var(--typography-md-button-sm-line-height);letter-spacing:var(--typography-md-button-sm-letter-spacing)}@media (width>=64em){.motif-button-label-sm,.motif-button-label-sm-bold,.motif-button-label-sm-regular,.motif-button-label-sm-light{font-family:var(--typography-lg-button-sm-font-family);font-size:var(--typography-lg-button-sm-font-size);line-height:var(--typography-lg-button-sm-line-height);letter-spacing:var(--typography-lg-button-sm-letter-spacing)}}.motif-button-label-sm-light{font-weight:var(--font-weight-light)}.motif-button-label-sm-regular{font-weight:var(--font-weight-regular)}.motif-button-label-sm-bold{font-weight:var(--font-weight-bold)}.motif-button-label-md,.motif-button-label-md-bold,.motif-button-label-md-regular,.motif-button-label-md-light{font-family:var(--typography-md-button-md-font-family);font-size:var(--typography-md-button-md-font-size);font-style:normal;line-height:var(--typography-md-button-md-line-height);letter-spacing:var(--typography-md-button-md-letter-spacing)}@media (width>=64em){.motif-button-label-md,.motif-button-label-md-bold,.motif-button-label-md-regular,.motif-button-label-md-light{font-family:var(--typography-lg-button-md-font-family);font-size:var(--typography-lg-button-md-font-size);line-height:var(--typography-lg-button-md-line-height);letter-spacing:var(--typography-lg-button-md-letter-spacing)}}.motif-button-label-md-light{font-weight:var(--font-weight-light)}.motif-button-label-md-regular{font-weight:var(--font-weight-regular)}.motif-button-label-md-bold{font-weight:var(--font-weight-bold)}.motif-button-label-lg,.motif-button-label-lg-bold,.motif-button-label-lg-regular,.motif-button-label-lg-light{font-family:var(--typography-md-button-lg-font-family);font-size:var(--typography-md-button-lg-font-size);font-style:normal;line-height:var(--typography-md-button-lg-line-height);letter-spacing:var(--typography-md-button-lg-letter-spacing)}@media (width>=64em){.motif-button-label-lg,.motif-button-label-lg-bold,.motif-button-label-lg-regular,.motif-button-label-lg-light{font-family:var(--typography-lg-button-lg-font-family);font-size:var(--typography-lg-button-lg-font-size);line-height:var(--typography-lg-button-lg-line-height);letter-spacing:var(--typography-lg-button-lg-letter-spacing)}}.motif-button-label-lg-light{font-weight:var(--font-weight-light)}.motif-button-label-lg-regular{font-weight:var(--font-weight-regular)}.motif-button-label-lg-bold{font-weight:var(--font-weight-bold)}.motif-row{--motif-gutter-x:16;--motif-gutter-y:0;margin-top:calc(-1 * var(--motif-gutter-y));margin-right:calc(-.5 * var(--motif-gutter-x));margin-left:calc(-.5 * var(--motif-gutter-x));flex-wrap:wrap;display:flex}@media screen and (width>=36em){.motif-row{--motif-gutter-x:16;--motif-gutter-y:0;margin-top:calc(-1 * var(--motif-gutter-y));margin-right:calc(-.5 * var(--motif-gutter-x));margin-left:calc(-.5 * var(--motif-gutter-x));flex-wrap:wrap;display:flex}}@media screen and (width>=48em){.motif-row{--motif-gutter-x:24;--motif-gutter-y:0;margin-top:calc(-1 * var(--motif-gutter-y));margin-right:calc(-.5 * var(--motif-gutter-x));margin-left:calc(-.5 * var(--motif-gutter-x));flex-wrap:wrap;display:flex}}@media screen and (width>=64em){.motif-row{--motif-gutter-x:24;--motif-gutter-y:0;margin-top:calc(-1 * var(--motif-gutter-y));margin-right:calc(-.5 * var(--motif-gutter-x));margin-left:calc(-.5 * var(--motif-gutter-x));flex-wrap:wrap;display:flex}}@media screen and (width>=90em){.motif-row{--motif-gutter-x:24;--motif-gutter-y:0;margin-top:calc(-1 * var(--motif-gutter-y));margin-right:calc(-.5 * var(--motif-gutter-x));margin-left:calc(-.5 * var(--motif-gutter-x));flex-wrap:wrap;display:flex}}@media screen and (width>=108em){.motif-row{--motif-gutter-x:24;--motif-gutter-y:0;margin-top:calc(-1 * var(--motif-gutter-y));margin-right:calc(-.5 * var(--motif-gutter-x));margin-left:calc(-.5 * var(--motif-gutter-x));flex-wrap:wrap;display:flex}}.motif-row.no-gutter{--motif-gutter-x:0;--motif-gutter-y:0}.motif-row>*{box-sizing:border-box;width:100%;max-width:100%;padding-right:calc(var(--motif-gutter-x) * .5 * 1px);padding-left:calc(var(--motif-gutter-x) * .5 * 1px);margin-top:var(--motif-gutter-y);flex-shrink:0}.motif-col{flex:1 0}.motif-row-cols-auto>*{flex:none;width:auto}.motif-row-cols-1>*{flex:none;width:100%}.motif-row-cols-2>*{flex:none;width:50%}.motif-row-cols-3>*{flex:none;width:33.3333%}.motif-row-cols-4>*{flex:none;width:25%}.motif-row-cols-5>*{flex:none;width:20%}.motif-row-cols-6>*{flex:none;width:16.6667%}.motif-col-auto{flex:none;width:auto}.motif-col-1{flex:none;width:8.33333%}.motif-col-2{flex:none;width:16.6667%}.motif-col-3{flex:none;width:25%}.motif-col-4{flex:none;width:33.3333%}.motif-col-5{flex:none;width:41.6667%}.motif-col-6{flex:none;width:50%}.motif-col-7{flex:none;width:58.3333%}.motif-col-8{flex:none;width:66.6667%}.motif-col-9{flex:none;width:75%}.motif-col-10{flex:none;width:83.3333%}.motif-col-11{flex:none;width:91.6667%}.motif-col-12{flex:none;width:100%}.motif-offset-1{margin-left:8.33333%}.motif-offset-2{margin-left:16.6667%}.motif-offset-3{margin-left:25%}.motif-offset-4{margin-left:33.3333%}.motif-offset-5{margin-left:41.6667%}.motif-offset-6{margin-left:50%}.motif-offset-7{margin-left:58.3333%}.motif-offset-8{margin-left:66.6667%}.motif-offset-9{margin-left:75%}.motif-offset-10{margin-left:83.3333%}.motif-offset-11{margin-left:91.6667%}.motif-g-0,.motif-gx-0{--motif-gutter-x:0}.motif-g-0,.motif-gy-0{--motif-gutter-y:0}.motif-g-1,.motif-gx-1{--motif-gutter-x:.25rem}.motif-g-1,.motif-gy-1{--motif-gutter-y:.25rem}.motif-g-2,.motif-gx-2{--motif-gutter-x:.5rem}.motif-g-2,.motif-gy-2{--motif-gutter-y:.5rem}.motif-g-3,.motif-gx-3{--motif-gutter-x:.75rem}.motif-g-3,.motif-gy-3{--motif-gutter-y:.75rem}.motif-g-4,.motif-gx-4{--motif-gutter-x:1rem}.motif-g-4,.motif-gy-4{--motif-gutter-y:1rem}.motif-g-5,.motif-gx-5{--motif-gutter-x:1.25rem}.motif-g-5,.motif-gy-5{--motif-gutter-y:1.25rem}.motif-g-6,.motif-gx-6{--motif-gutter-x:1.5rem}.motif-g-6,.motif-gy-6{--motif-gutter-y:1.5rem}.motif-g-8,.motif-gx-8{--motif-gutter-x:2rem}.motif-g-8,.motif-gy-8{--motif-gutter-y:2rem}.motif-g-10,.motif-gx-10{--motif-gutter-x:2.5rem}.motif-g-10,.motif-gy-10{--motif-gutter-y:2.5rem}.motif-g-12,.motif-gx-12{--motif-gutter-x:3rem}.motif-g-12,.motif-gy-12{--motif-gutter-y:3rem}.motif-g-16,.motif-gx-16{--motif-gutter-x:4rem}.motif-g-16,.motif-gy-16{--motif-gutter-y:4rem}.motif-g-20,.motif-gx-20{--motif-gutter-x:5rem}.motif-g-20,.motif-gy-20{--motif-gutter-y:5rem}.motif-g-24,.motif-gx-24{--motif-gutter-x:6rem}.motif-g-24,.motif-gy-24{--motif-gutter-y:6rem}.motif-g-32,.motif-gx-32{--motif-gutter-x:8rem}.motif-g-32,.motif-gy-32{--motif-gutter-y:8rem}.motif-g-40,.motif-gx-40{--motif-gutter-x:10rem}.motif-g-40,.motif-gy-40{--motif-gutter-y:10rem}.motif-g-48,.motif-gx-48{--motif-gutter-x:12rem}.motif-g-48,.motif-gy-48{--motif-gutter-y:12rem}.motif-g-56,.motif-gx-56{--motif-gutter-x:14rem}.motif-g-56,.motif-gy-56{--motif-gutter-y:14rem}.motif-g-64,.motif-gx-64{--motif-gutter-x:16rem}.motif-g-64,.motif-gy-64{--motif-gutter-y:16rem}@media screen and (width>=36em){.motif-col-sm{flex:1 0}.motif-row-cols-sm-auto>*{flex:none;width:auto}.motif-row-cols-sm-1>*{flex:none;width:100%}.motif-row-cols-sm-2>*{flex:none;width:50%}.motif-row-cols-sm-3>*{flex:none;width:33.3333%}.motif-row-cols-sm-4>*{flex:none;width:25%}.motif-row-cols-sm-5>*{flex:none;width:20%}.motif-row-cols-sm-6>*{flex:none;width:16.6667%}.motif-col-sm-auto{flex:none;width:auto}.motif-col-sm-1{flex:none;width:8.33333%}.motif-col-sm-2{flex:none;width:16.6667%}.motif-col-sm-3{flex:none;width:25%}.motif-col-sm-4{flex:none;width:33.3333%}.motif-col-sm-5{flex:none;width:41.6667%}.motif-col-sm-6{flex:none;width:50%}.motif-col-sm-7{flex:none;width:58.3333%}.motif-col-sm-8{flex:none;width:66.6667%}.motif-col-sm-9{flex:none;width:75%}.motif-col-sm-10{flex:none;width:83.3333%}.motif-col-sm-11{flex:none;width:91.6667%}.motif-col-sm-12{flex:none;width:100%}.motif-offset-sm-0{margin-left:0}.motif-offset-sm-1{margin-left:8.33333%}.motif-offset-sm-2{margin-left:16.6667%}.motif-offset-sm-3{margin-left:25%}.motif-offset-sm-4{margin-left:33.3333%}.motif-offset-sm-5{margin-left:41.6667%}.motif-offset-sm-6{margin-left:50%}.motif-offset-sm-7{margin-left:58.3333%}.motif-offset-sm-8{margin-left:66.6667%}.motif-offset-sm-9{margin-left:75%}.motif-offset-sm-10{margin-left:83.3333%}.motif-offset-sm-11{margin-left:91.6667%}.motif-g-sm-0,.motif-gx-sm-0{--motif-gutter-x:0}.motif-g-sm-0,.motif-gy-sm-0{--motif-gutter-y:0}.motif-g-sm-1,.motif-gx-sm-1{--motif-gutter-x:.25rem}.motif-g-sm-1,.motif-gy-sm-1{--motif-gutter-y:.25rem}.motif-g-sm-2,.motif-gx-sm-2{--motif-gutter-x:.5rem}.motif-g-sm-2,.motif-gy-sm-2{--motif-gutter-y:.5rem}.motif-g-sm-3,.motif-gx-sm-3{--motif-gutter-x:.75rem}.motif-g-sm-3,.motif-gy-sm-3{--motif-gutter-y:.75rem}.motif-g-sm-4,.motif-gx-sm-4{--motif-gutter-x:1rem}.motif-g-sm-4,.motif-gy-sm-4{--motif-gutter-y:1rem}.motif-g-sm-5,.motif-gx-sm-5{--motif-gutter-x:1.25rem}.motif-g-sm-5,.motif-gy-sm-5{--motif-gutter-y:1.25rem}.motif-g-sm-6,.motif-gx-sm-6{--motif-gutter-x:1.5rem}.motif-g-sm-6,.motif-gy-sm-6{--motif-gutter-y:1.5rem}.motif-g-sm-8,.motif-gx-sm-8{--motif-gutter-x:2rem}.motif-g-sm-8,.motif-gy-sm-8{--motif-gutter-y:2rem}.motif-g-sm-10,.motif-gx-sm-10{--motif-gutter-x:2.5rem}.motif-g-sm-10,.motif-gy-sm-10{--motif-gutter-y:2.5rem}.motif-g-sm-12,.motif-gx-sm-12{--motif-gutter-x:3rem}.motif-g-sm-12,.motif-gy-sm-12{--motif-gutter-y:3rem}.motif-g-sm-16,.motif-gx-sm-16{--motif-gutter-x:4rem}.motif-g-sm-16,.motif-gy-sm-16{--motif-gutter-y:4rem}.motif-g-sm-20,.motif-gx-sm-20{--motif-gutter-x:5rem}.motif-g-sm-20,.motif-gy-sm-20{--motif-gutter-y:5rem}.motif-g-sm-24,.motif-gx-sm-24{--motif-gutter-x:6rem}.motif-g-sm-24,.motif-gy-sm-24{--motif-gutter-y:6rem}.motif-g-sm-32,.motif-gx-sm-32{--motif-gutter-x:8rem}.motif-g-sm-32,.motif-gy-sm-32{--motif-gutter-y:8rem}.motif-g-sm-40,.motif-gx-sm-40{--motif-gutter-x:10rem}.motif-g-sm-40,.motif-gy-sm-40{--motif-gutter-y:10rem}.motif-g-sm-48,.motif-gx-sm-48{--motif-gutter-x:12rem}.motif-g-sm-48,.motif-gy-sm-48{--motif-gutter-y:12rem}.motif-g-sm-56,.motif-gx-sm-56{--motif-gutter-x:14rem}.motif-g-sm-56,.motif-gy-sm-56{--motif-gutter-y:14rem}.motif-g-sm-64,.motif-gx-sm-64{--motif-gutter-x:16rem}.motif-g-sm-64,.motif-gy-sm-64{--motif-gutter-y:16rem}}@media screen and (width>=48em){.motif-col-md{flex:1 0}.motif-row-cols-md-auto>*{flex:none;width:auto}.motif-row-cols-md-1>*{flex:none;width:100%}.motif-row-cols-md-2>*{flex:none;width:50%}.motif-row-cols-md-3>*{flex:none;width:33.3333%}.motif-row-cols-md-4>*{flex:none;width:25%}.motif-row-cols-md-5>*{flex:none;width:20%}.motif-row-cols-md-6>*{flex:none;width:16.6667%}.motif-col-md-auto{flex:none;width:auto}.motif-col-md-1{flex:none;width:8.33333%}.motif-col-md-2{flex:none;width:16.6667%}.motif-col-md-3{flex:none;width:25%}.motif-col-md-4{flex:none;width:33.3333%}.motif-col-md-5{flex:none;width:41.6667%}.motif-col-md-6{flex:none;width:50%}.motif-col-md-7{flex:none;width:58.3333%}.motif-col-md-8{flex:none;width:66.6667%}.motif-col-md-9{flex:none;width:75%}.motif-col-md-10{flex:none;width:83.3333%}.motif-col-md-11{flex:none;width:91.6667%}.motif-col-md-12{flex:none;width:100%}.motif-offset-md-0{margin-left:0}.motif-offset-md-1{margin-left:8.33333%}.motif-offset-md-2{margin-left:16.6667%}.motif-offset-md-3{margin-left:25%}.motif-offset-md-4{margin-left:33.3333%}.motif-offset-md-5{margin-left:41.6667%}.motif-offset-md-6{margin-left:50%}.motif-offset-md-7{margin-left:58.3333%}.motif-offset-md-8{margin-left:66.6667%}.motif-offset-md-9{margin-left:75%}.motif-offset-md-10{margin-left:83.3333%}.motif-offset-md-11{margin-left:91.6667%}.motif-g-md-0,.motif-gx-md-0{--motif-gutter-x:0}.motif-g-md-0,.motif-gy-md-0{--motif-gutter-y:0}.motif-g-md-1,.motif-gx-md-1{--motif-gutter-x:.25rem}.motif-g-md-1,.motif-gy-md-1{--motif-gutter-y:.25rem}.motif-g-md-2,.motif-gx-md-2{--motif-gutter-x:.5rem}.motif-g-md-2,.motif-gy-md-2{--motif-gutter-y:.5rem}.motif-g-md-3,.motif-gx-md-3{--motif-gutter-x:.75rem}.motif-g-md-3,.motif-gy-md-3{--motif-gutter-y:.75rem}.motif-g-md-4,.motif-gx-md-4{--motif-gutter-x:1rem}.motif-g-md-4,.motif-gy-md-4{--motif-gutter-y:1rem}.motif-g-md-5,.motif-gx-md-5{--motif-gutter-x:1.25rem}.motif-g-md-5,.motif-gy-md-5{--motif-gutter-y:1.25rem}.motif-g-md-6,.motif-gx-md-6{--motif-gutter-x:1.5rem}.motif-g-md-6,.motif-gy-md-6{--motif-gutter-y:1.5rem}.motif-g-md-8,.motif-gx-md-8{--motif-gutter-x:2rem}.motif-g-md-8,.motif-gy-md-8{--motif-gutter-y:2rem}.motif-g-md-10,.motif-gx-md-10{--motif-gutter-x:2.5rem}.motif-g-md-10,.motif-gy-md-10{--motif-gutter-y:2.5rem}.motif-g-md-12,.motif-gx-md-12{--motif-gutter-x:3rem}.motif-g-md-12,.motif-gy-md-12{--motif-gutter-y:3rem}.motif-g-md-16,.motif-gx-md-16{--motif-gutter-x:4rem}.motif-g-md-16,.motif-gy-md-16{--motif-gutter-y:4rem}.motif-g-md-20,.motif-gx-md-20{--motif-gutter-x:5rem}.motif-g-md-20,.motif-gy-md-20{--motif-gutter-y:5rem}.motif-g-md-24,.motif-gx-md-24{--motif-gutter-x:6rem}.motif-g-md-24,.motif-gy-md-24{--motif-gutter-y:6rem}.motif-g-md-32,.motif-gx-md-32{--motif-gutter-x:8rem}.motif-g-md-32,.motif-gy-md-32{--motif-gutter-y:8rem}.motif-g-md-40,.motif-gx-md-40{--motif-gutter-x:10rem}.motif-g-md-40,.motif-gy-md-40{--motif-gutter-y:10rem}.motif-g-md-48,.motif-gx-md-48{--motif-gutter-x:12rem}.motif-g-md-48,.motif-gy-md-48{--motif-gutter-y:12rem}.motif-g-md-56,.motif-gx-md-56{--motif-gutter-x:14rem}.motif-g-md-56,.motif-gy-md-56{--motif-gutter-y:14rem}.motif-g-md-64,.motif-gx-md-64{--motif-gutter-x:16rem}.motif-g-md-64,.motif-gy-md-64{--motif-gutter-y:16rem}}@media screen and (width>=64em){.motif-col-lg{flex:1 0}.motif-row-cols-lg-auto>*{flex:none;width:auto}.motif-row-cols-lg-1>*{flex:none;width:100%}.motif-row-cols-lg-2>*{flex:none;width:50%}.motif-row-cols-lg-3>*{flex:none;width:33.3333%}.motif-row-cols-lg-4>*{flex:none;width:25%}.motif-row-cols-lg-5>*{flex:none;width:20%}.motif-row-cols-lg-6>*{flex:none;width:16.6667%}.motif-col-lg-auto{flex:none;width:auto}.motif-col-lg-1{flex:none;width:8.33333%}.motif-col-lg-2{flex:none;width:16.6667%}.motif-col-lg-3{flex:none;width:25%}.motif-col-lg-4{flex:none;width:33.3333%}.motif-col-lg-5{flex:none;width:41.6667%}.motif-col-lg-6{flex:none;width:50%}.motif-col-lg-7{flex:none;width:58.3333%}.motif-col-lg-8{flex:none;width:66.6667%}.motif-col-lg-9{flex:none;width:75%}.motif-col-lg-10{flex:none;width:83.3333%}.motif-col-lg-11{flex:none;width:91.6667%}.motif-col-lg-12{flex:none;width:100%}.motif-offset-lg-0{margin-left:0}.motif-offset-lg-1{margin-left:8.33333%}.motif-offset-lg-2{margin-left:16.6667%}.motif-offset-lg-3{margin-left:25%}.motif-offset-lg-4{margin-left:33.3333%}.motif-offset-lg-5{margin-left:41.6667%}.motif-offset-lg-6{margin-left:50%}.motif-offset-lg-7{margin-left:58.3333%}.motif-offset-lg-8{margin-left:66.6667%}.motif-offset-lg-9{margin-left:75%}.motif-offset-lg-10{margin-left:83.3333%}.motif-offset-lg-11{margin-left:91.6667%}.motif-g-lg-0,.motif-gx-lg-0{--motif-gutter-x:0}.motif-g-lg-0,.motif-gy-lg-0{--motif-gutter-y:0}.motif-g-lg-1,.motif-gx-lg-1{--motif-gutter-x:.25rem}.motif-g-lg-1,.motif-gy-lg-1{--motif-gutter-y:.25rem}.motif-g-lg-2,.motif-gx-lg-2{--motif-gutter-x:.5rem}.motif-g-lg-2,.motif-gy-lg-2{--motif-gutter-y:.5rem}.motif-g-lg-3,.motif-gx-lg-3{--motif-gutter-x:.75rem}.motif-g-lg-3,.motif-gy-lg-3{--motif-gutter-y:.75rem}.motif-g-lg-4,.motif-gx-lg-4{--motif-gutter-x:1rem}.motif-g-lg-4,.motif-gy-lg-4{--motif-gutter-y:1rem}.motif-g-lg-5,.motif-gx-lg-5{--motif-gutter-x:1.25rem}.motif-g-lg-5,.motif-gy-lg-5{--motif-gutter-y:1.25rem}.motif-g-lg-6,.motif-gx-lg-6{--motif-gutter-x:1.5rem}.motif-g-lg-6,.motif-gy-lg-6{--motif-gutter-y:1.5rem}.motif-g-lg-8,.motif-gx-lg-8{--motif-gutter-x:2rem}.motif-g-lg-8,.motif-gy-lg-8{--motif-gutter-y:2rem}.motif-g-lg-10,.motif-gx-lg-10{--motif-gutter-x:2.5rem}.motif-g-lg-10,.motif-gy-lg-10{--motif-gutter-y:2.5rem}.motif-g-lg-12,.motif-gx-lg-12{--motif-gutter-x:3rem}.motif-g-lg-12,.motif-gy-lg-12{--motif-gutter-y:3rem}.motif-g-lg-16,.motif-gx-lg-16{--motif-gutter-x:4rem}.motif-g-lg-16,.motif-gy-lg-16{--motif-gutter-y:4rem}.motif-g-lg-20,.motif-gx-lg-20{--motif-gutter-x:5rem}.motif-g-lg-20,.motif-gy-lg-20{--motif-gutter-y:5rem}.motif-g-lg-24,.motif-gx-lg-24{--motif-gutter-x:6rem}.motif-g-lg-24,.motif-gy-lg-24{--motif-gutter-y:6rem}.motif-g-lg-32,.motif-gx-lg-32{--motif-gutter-x:8rem}.motif-g-lg-32,.motif-gy-lg-32{--motif-gutter-y:8rem}.motif-g-lg-40,.motif-gx-lg-40{--motif-gutter-x:10rem}.motif-g-lg-40,.motif-gy-lg-40{--motif-gutter-y:10rem}.motif-g-lg-48,.motif-gx-lg-48{--motif-gutter-x:12rem}.motif-g-lg-48,.motif-gy-lg-48{--motif-gutter-y:12rem}.motif-g-lg-56,.motif-gx-lg-56{--motif-gutter-x:14rem}.motif-g-lg-56,.motif-gy-lg-56{--motif-gutter-y:14rem}.motif-g-lg-64,.motif-gx-lg-64{--motif-gutter-x:16rem}.motif-g-lg-64,.motif-gy-lg-64{--motif-gutter-y:16rem}}@media screen and (width>=90em){.motif-col-xl{flex:1 0}.motif-row-cols-xl-auto>*{flex:none;width:auto}.motif-row-cols-xl-1>*{flex:none;width:100%}.motif-row-cols-xl-2>*{flex:none;width:50%}.motif-row-cols-xl-3>*{flex:none;width:33.3333%}.motif-row-cols-xl-4>*{flex:none;width:25%}.motif-row-cols-xl-5>*{flex:none;width:20%}.motif-row-cols-xl-6>*{flex:none;width:16.6667%}.motif-col-xl-auto{flex:none;width:auto}.motif-col-xl-1{flex:none;width:8.33333%}.motif-col-xl-2{flex:none;width:16.6667%}.motif-col-xl-3{flex:none;width:25%}.motif-col-xl-4{flex:none;width:33.3333%}.motif-col-xl-5{flex:none;width:41.6667%}.motif-col-xl-6{flex:none;width:50%}.motif-col-xl-7{flex:none;width:58.3333%}.motif-col-xl-8{flex:none;width:66.6667%}.motif-col-xl-9{flex:none;width:75%}.motif-col-xl-10{flex:none;width:83.3333%}.motif-col-xl-11{flex:none;width:91.6667%}.motif-col-xl-12{flex:none;width:100%}.motif-offset-xl-0{margin-left:0}.motif-offset-xl-1{margin-left:8.33333%}.motif-offset-xl-2{margin-left:16.6667%}.motif-offset-xl-3{margin-left:25%}.motif-offset-xl-4{margin-left:33.3333%}.motif-offset-xl-5{margin-left:41.6667%}.motif-offset-xl-6{margin-left:50%}.motif-offset-xl-7{margin-left:58.3333%}.motif-offset-xl-8{margin-left:66.6667%}.motif-offset-xl-9{margin-left:75%}.motif-offset-xl-10{margin-left:83.3333%}.motif-offset-xl-11{margin-left:91.6667%}.motif-g-xl-0,.motif-gx-xl-0{--motif-gutter-x:0}.motif-g-xl-0,.motif-gy-xl-0{--motif-gutter-y:0}.motif-g-xl-1,.motif-gx-xl-1{--motif-gutter-x:.25rem}.motif-g-xl-1,.motif-gy-xl-1{--motif-gutter-y:.25rem}.motif-g-xl-2,.motif-gx-xl-2{--motif-gutter-x:.5rem}.motif-g-xl-2,.motif-gy-xl-2{--motif-gutter-y:.5rem}.motif-g-xl-3,.motif-gx-xl-3{--motif-gutter-x:.75rem}.motif-g-xl-3,.motif-gy-xl-3{--motif-gutter-y:.75rem}.motif-g-xl-4,.motif-gx-xl-4{--motif-gutter-x:1rem}.motif-g-xl-4,.motif-gy-xl-4{--motif-gutter-y:1rem}.motif-g-xl-5,.motif-gx-xl-5{--motif-gutter-x:1.25rem}.motif-g-xl-5,.motif-gy-xl-5{--motif-gutter-y:1.25rem}.motif-g-xl-6,.motif-gx-xl-6{--motif-gutter-x:1.5rem}.motif-g-xl-6,.motif-gy-xl-6{--motif-gutter-y:1.5rem}.motif-g-xl-8,.motif-gx-xl-8{--motif-gutter-x:2rem}.motif-g-xl-8,.motif-gy-xl-8{--motif-gutter-y:2rem}.motif-g-xl-10,.motif-gx-xl-10{--motif-gutter-x:2.5rem}.motif-g-xl-10,.motif-gy-xl-10{--motif-gutter-y:2.5rem}.motif-g-xl-12,.motif-gx-xl-12{--motif-gutter-x:3rem}.motif-g-xl-12,.motif-gy-xl-12{--motif-gutter-y:3rem}.motif-g-xl-16,.motif-gx-xl-16{--motif-gutter-x:4rem}.motif-g-xl-16,.motif-gy-xl-16{--motif-gutter-y:4rem}.motif-g-xl-20,.motif-gx-xl-20{--motif-gutter-x:5rem}.motif-g-xl-20,.motif-gy-xl-20{--motif-gutter-y:5rem}.motif-g-xl-24,.motif-gx-xl-24{--motif-gutter-x:6rem}.motif-g-xl-24,.motif-gy-xl-24{--motif-gutter-y:6rem}.motif-g-xl-32,.motif-gx-xl-32{--motif-gutter-x:8rem}.motif-g-xl-32,.motif-gy-xl-32{--motif-gutter-y:8rem}.motif-g-xl-40,.motif-gx-xl-40{--motif-gutter-x:10rem}.motif-g-xl-40,.motif-gy-xl-40{--motif-gutter-y:10rem}.motif-g-xl-48,.motif-gx-xl-48{--motif-gutter-x:12rem}.motif-g-xl-48,.motif-gy-xl-48{--motif-gutter-y:12rem}.motif-g-xl-56,.motif-gx-xl-56{--motif-gutter-x:14rem}.motif-g-xl-56,.motif-gy-xl-56{--motif-gutter-y:14rem}.motif-g-xl-64,.motif-gx-xl-64{--motif-gutter-x:16rem}.motif-g-xl-64,.motif-gy-xl-64{--motif-gutter-y:16rem}}@media screen and (width>=108em){.motif-col-xxl{flex:1 0}.motif-row-cols-xxl-auto>*{flex:none;width:auto}.motif-row-cols-xxl-1>*{flex:none;width:100%}.motif-row-cols-xxl-2>*{flex:none;width:50%}.motif-row-cols-xxl-3>*{flex:none;width:33.3333%}.motif-row-cols-xxl-4>*{flex:none;width:25%}.motif-row-cols-xxl-5>*{flex:none;width:20%}.motif-row-cols-xxl-6>*{flex:none;width:16.6667%}.motif-col-xxl-auto{flex:none;width:auto}.motif-col-xxl-1{flex:none;width:8.33333%}.motif-col-xxl-2{flex:none;width:16.6667%}.motif-col-xxl-3{flex:none;width:25%}.motif-col-xxl-4{flex:none;width:33.3333%}.motif-col-xxl-5{flex:none;width:41.6667%}.motif-col-xxl-6{flex:none;width:50%}.motif-col-xxl-7{flex:none;width:58.3333%}.motif-col-xxl-8{flex:none;width:66.6667%}.motif-col-xxl-9{flex:none;width:75%}.motif-col-xxl-10{flex:none;width:83.3333%}.motif-col-xxl-11{flex:none;width:91.6667%}.motif-col-xxl-12{flex:none;width:100%}.motif-offset-xxl-0{margin-left:0}.motif-offset-xxl-1{margin-left:8.33333%}.motif-offset-xxl-2{margin-left:16.6667%}.motif-offset-xxl-3{margin-left:25%}.motif-offset-xxl-4{margin-left:33.3333%}.motif-offset-xxl-5{margin-left:41.6667%}.motif-offset-xxl-6{margin-left:50%}.motif-offset-xxl-7{margin-left:58.3333%}.motif-offset-xxl-8{margin-left:66.6667%}.motif-offset-xxl-9{margin-left:75%}.motif-offset-xxl-10{margin-left:83.3333%}.motif-offset-xxl-11{margin-left:91.6667%}.motif-g-xxl-0,.motif-gx-xxl-0{--motif-gutter-x:0}.motif-g-xxl-0,.motif-gy-xxl-0{--motif-gutter-y:0}.motif-g-xxl-1,.motif-gx-xxl-1{--motif-gutter-x:.25rem}.motif-g-xxl-1,.motif-gy-xxl-1{--motif-gutter-y:.25rem}.motif-g-xxl-2,.motif-gx-xxl-2{--motif-gutter-x:.5rem}.motif-g-xxl-2,.motif-gy-xxl-2{--motif-gutter-y:.5rem}.motif-g-xxl-3,.motif-gx-xxl-3{--motif-gutter-x:.75rem}.motif-g-xxl-3,.motif-gy-xxl-3{--motif-gutter-y:.75rem}.motif-g-xxl-4,.motif-gx-xxl-4{--motif-gutter-x:1rem}.motif-g-xxl-4,.motif-gy-xxl-4{--motif-gutter-y:1rem}.motif-g-xxl-5,.motif-gx-xxl-5{--motif-gutter-x:1.25rem}.motif-g-xxl-5,.motif-gy-xxl-5{--motif-gutter-y:1.25rem}.motif-g-xxl-6,.motif-gx-xxl-6{--motif-gutter-x:1.5rem}.motif-g-xxl-6,.motif-gy-xxl-6{--motif-gutter-y:1.5rem}.motif-g-xxl-8,.motif-gx-xxl-8{--motif-gutter-x:2rem}.motif-g-xxl-8,.motif-gy-xxl-8{--motif-gutter-y:2rem}.motif-g-xxl-10,.motif-gx-xxl-10{--motif-gutter-x:2.5rem}.motif-g-xxl-10,.motif-gy-xxl-10{--motif-gutter-y:2.5rem}.motif-g-xxl-12,.motif-gx-xxl-12{--motif-gutter-x:3rem}.motif-g-xxl-12,.motif-gy-xxl-12{--motif-gutter-y:3rem}.motif-g-xxl-16,.motif-gx-xxl-16{--motif-gutter-x:4rem}.motif-g-xxl-16,.motif-gy-xxl-16{--motif-gutter-y:4rem}.motif-g-xxl-20,.motif-gx-xxl-20{--motif-gutter-x:5rem}.motif-g-xxl-20,.motif-gy-xxl-20{--motif-gutter-y:5rem}.motif-g-xxl-24,.motif-gx-xxl-24{--motif-gutter-x:6rem}.motif-g-xxl-24,.motif-gy-xxl-24{--motif-gutter-y:6rem}.motif-g-xxl-32,.motif-gx-xxl-32{--motif-gutter-x:8rem}.motif-g-xxl-32,.motif-gy-xxl-32{--motif-gutter-y:8rem}.motif-g-xxl-40,.motif-gx-xxl-40{--motif-gutter-x:10rem}.motif-g-xxl-40,.motif-gy-xxl-40{--motif-gutter-y:10rem}.motif-g-xxl-48,.motif-gx-xxl-48{--motif-gutter-x:12rem}.motif-g-xxl-48,.motif-gy-xxl-48{--motif-gutter-y:12rem}.motif-g-xxl-56,.motif-gx-xxl-56{--motif-gutter-x:14rem}.motif-g-xxl-56,.motif-gy-xxl-56{--motif-gutter-y:14rem}.motif-g-xxl-64,.motif-gx-xxl-64{--motif-gutter-x:16rem}.motif-g-xxl-64,.motif-gy-xxl-64{--motif-gutter-y:16rem}}.motif-container{width:100%;max-width:100%;margin-left:auto;margin-right:auto;padding:0 1.14286rem}@media screen and (width>=36em){.motif-container{max-width:48em}}@media screen and (width>=48em){.motif-container{max-width:64em;padding:0 1.71429rem}}@media screen and (width>=64em){.motif-container{max-width:90em}}@media screen and (width>=90em){.motif-container{max-width:108em}}@media screen and (width>=108em){.motif-container{max-width:138em}}.motif-container-fluid,.motif-container-lg,.motif-container-md,.motif-container-sm,.motif-container-xl,.motif-container-xs,.motif-container-xxl{max-width:100%;padding:0 1.14286rem}@media screen and (width>=48em){.motif-container-fluid,.motif-container-lg,.motif-container-md,.motif-container-sm,.motif-container-xl,.motif-container-xs,.motif-container-xxl{padding:0 1.71429rem}}.motif-container-fluid.no-gutters,.no-gutters.motif-container-lg,.no-gutters.motif-container-md,.no-gutters.motif-container-sm,.no-gutters.motif-container-xl,.no-gutters.motif-container-xs,.no-gutters.motif-container-xxl{padding:0}.motif-container,.motif-container-fluid,.motif-container-lg,.motif-container-md,.motif-container-sm,.motif-container-xl,.motif-container-xs,.motif-container-xxl{--motif-gutter-x:1.14286rem;--motif-gutter-y:0;width:100%;padding-right:calc(var(--motif-gutter-x) * .5);padding-left:calc(var(--motif-gutter-x) * .5);margin-left:auto;margin-right:auto}@media screen and (width>=36em){.motif-container,.motif-container-fluid,.motif-container-lg,.motif-container-md,.motif-container-sm,.motif-container-xl,.motif-container-xs,.motif-container-xxl{--motif-gutter-x:1.14286rem;--motif-gutter-y:0;width:100%;padding-right:calc(var(--motif-gutter-x) * .5);padding-left:calc(var(--motif-gutter-x) * .5);margin-left:auto;margin-right:auto}}@media screen and (width>=48em){.motif-container,.motif-container-fluid,.motif-container-lg,.motif-container-md,.motif-container-sm,.motif-container-xl,.motif-container-xs,.motif-container-xxl{--motif-gutter-x:1.71429rem;--motif-gutter-y:0;width:100%;padding-right:calc(var(--motif-gutter-x) * .5);padding-left:calc(var(--motif-gutter-x) * .5);margin-left:auto;margin-right:auto}}@media screen and (width>=64em){.motif-container,.motif-container-fluid,.motif-container-lg,.motif-container-md,.motif-container-sm,.motif-container-xl,.motif-container-xs,.motif-container-xxl{--motif-gutter-x:1.71429rem;--motif-gutter-y:0;width:100%;padding-right:calc(var(--motif-gutter-x) * .5);padding-left:calc(var(--motif-gutter-x) * .5);margin-left:auto;margin-right:auto}}@media screen and (width>=90em){.motif-container,.motif-container-fluid,.motif-container-lg,.motif-container-md,.motif-container-sm,.motif-container-xl,.motif-container-xs,.motif-container-xxl{--motif-gutter-x:1.71429rem;--motif-gutter-y:0;width:100%;padding-right:calc(var(--motif-gutter-x) * .5);padding-left:calc(var(--motif-gutter-x) * .5);margin-left:auto;margin-right:auto}}@media screen and (width>=108em){.motif-container,.motif-container-fluid,.motif-container-lg,.motif-container-md,.motif-container-sm,.motif-container-xl,.motif-container-xs,.motif-container-xxl{--motif-gutter-x:1.71429rem;--motif-gutter-y:0;width:100%;padding-right:calc(var(--motif-gutter-x) * .5);padding-left:calc(var(--motif-gutter-x) * .5);margin-left:auto;margin-right:auto}}.motif-container{max-width:100%}@media screen and (width>=36em){.motif-container,.motif-container-sm{max-width:48em}}@media screen and (width>=48em){.motif-container,.motif-container-md,.motif-container-sm{max-width:64em}}@media screen and (width>=64em){.motif-container,.motif-container-lg,.motif-container-md,.motif-container-sm{max-width:90em}}@media screen and (width>=90em){.motif-container,.motif-container-lg,.motif-container-md,.motif-container-sm,.motif-container-xl{max-width:108em}}@media screen and (width>=108em){.motif-container,.motif-container-lg,.motif-container-md,.motif-container-sm,.motif-container-xl,.motif-container-xxl{max-width:138em}}.flex-fill{flex:auto}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.flex-row-reverse{flex-direction:row-reverse}.flex-column-reverse{flex-direction:column-reverse}.flex-grow-0{flex-grow:0}.flex-grow-1{flex-grow:1}.flex-shrink-0{flex-shrink:0}.flex-shrink-1{flex-shrink:1}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.justify-content-start{justify-content:flex-start}.justify-content-end{justify-content:flex-end}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.justify-content-around{justify-content:space-around}.justify-content-evenly{justify-content:space-evenly}.align-items-start{align-items:flex-start}.align-items-end{align-items:flex-end}.align-items-center{align-items:center}.align-items-baseline{align-items:baseline}.align-items-stretch{align-items:stretch}.align-content-start{align-content:flex-start}.align-content-end{align-content:flex-end}.align-content-center{align-content:center}.align-content-between{align-content:space-between}.align-content-around{align-content:space-around}.align-content-stretch{align-content:stretch}.align-self-auto{align-self:auto}.align-self-start{align-self:flex-start}.align-self-end{align-self:flex-end}.align-self-center{align-self:center}.align-self-baseline{align-self:baseline}.align-self-stretch{align-self:stretch}.order-first{order:-1}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-last{order:6}.display-inline{display:inline}.display-inline-block{display:inline-block}.display-block{display:block}.display-grid{display:grid}.display-table{display:table}.display-table-row{display:table-row}.display-table-cell{display:table-cell}.display-flex{display:flex}.display-inline-flex{display:inline-flex}.display-none{display:none}.visibility-visible{visibility:visible}.visibility-hidden{visibility:hidden}@media screen and (width>=36em){.flex-sm-fill{flex:auto}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-content-sm-start{justify-content:flex-start}.justify-content-sm-end{justify-content:flex-end}.justify-content-sm-center{justify-content:center}.justify-content-sm-between{justify-content:space-between}.justify-content-sm-around{justify-content:space-around}.justify-content-sm-evenly{justify-content:space-evenly}.align-items-sm-start{align-items:flex-start}.align-items-sm-end{align-items:flex-end}.align-items-sm-center{align-items:center}.align-items-sm-baseline{align-items:baseline}.align-items-sm-stretch{align-items:stretch}.align-content-sm-start{align-content:flex-start}.align-content-sm-end{align-content:flex-end}.align-content-sm-center{align-content:center}.align-content-sm-between{align-content:space-between}.align-content-sm-around{align-content:space-around}.align-content-sm-stretch{align-content:stretch}.align-self-sm-auto{align-self:auto}.align-self-sm-start{align-self:flex-start}.align-self-sm-end{align-self:flex-end}.align-self-sm-center{align-self:center}.align-self-sm-baseline{align-self:baseline}.align-self-sm-stretch{align-self:stretch}.order-sm-first{order:-1}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-last{order:6}.display-sm-inline{display:inline}.display-sm-inline-block{display:inline-block}.display-sm-block{display:block}.display-sm-grid{display:grid}.display-sm-table{display:table}.display-sm-table-row{display:table-row}.display-sm-table-cell{display:table-cell}.display-sm-flex{display:flex}.display-sm-inline-flex{display:inline-flex}.display-sm-none{display:none}.visibility-sm-visible{visibility:visible}.visibility-sm-hidden{visibility:hidden}}@media screen and (width>=48em){.flex-md-fill{flex:auto}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-content-md-start{justify-content:flex-start}.justify-content-md-end{justify-content:flex-end}.justify-content-md-center{justify-content:center}.justify-content-md-between{justify-content:space-between}.justify-content-md-around{justify-content:space-around}.justify-content-md-evenly{justify-content:space-evenly}.align-items-md-start{align-items:flex-start}.align-items-md-end{align-items:flex-end}.align-items-md-center{align-items:center}.align-items-md-baseline{align-items:baseline}.align-items-md-stretch{align-items:stretch}.align-content-md-start{align-content:flex-start}.align-content-md-end{align-content:flex-end}.align-content-md-center{align-content:center}.align-content-md-between{align-content:space-between}.align-content-md-around{align-content:space-around}.align-content-md-stretch{align-content:stretch}.align-self-md-auto{align-self:auto}.align-self-md-start{align-self:flex-start}.align-self-md-end{align-self:flex-end}.align-self-md-center{align-self:center}.align-self-md-baseline{align-self:baseline}.align-self-md-stretch{align-self:stretch}.order-md-first{order:-1}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-last{order:6}.display-md-inline{display:inline}.display-md-inline-block{display:inline-block}.display-md-block{display:block}.display-md-grid{display:grid}.display-md-table{display:table}.display-md-table-row{display:table-row}.display-md-table-cell{display:table-cell}.display-md-flex{display:flex}.display-md-inline-flex{display:inline-flex}.display-md-none{display:none}.visibility-md-visible{visibility:visible}.visibility-md-hidden{visibility:hidden}}@media screen and (width>=64em){.flex-lg-fill{flex:auto}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-content-lg-start{justify-content:flex-start}.justify-content-lg-end{justify-content:flex-end}.justify-content-lg-center{justify-content:center}.justify-content-lg-between{justify-content:space-between}.justify-content-lg-around{justify-content:space-around}.justify-content-lg-evenly{justify-content:space-evenly}.align-items-lg-start{align-items:flex-start}.align-items-lg-end{align-items:flex-end}.align-items-lg-center{align-items:center}.align-items-lg-baseline{align-items:baseline}.align-items-lg-stretch{align-items:stretch}.align-content-lg-start{align-content:flex-start}.align-content-lg-end{align-content:flex-end}.align-content-lg-center{align-content:center}.align-content-lg-between{align-content:space-between}.align-content-lg-around{align-content:space-around}.align-content-lg-stretch{align-content:stretch}.align-self-lg-auto{align-self:auto}.align-self-lg-start{align-self:flex-start}.align-self-lg-end{align-self:flex-end}.align-self-lg-center{align-self:center}.align-self-lg-baseline{align-self:baseline}.align-self-lg-stretch{align-self:stretch}.order-lg-first{order:-1}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-last{order:6}.display-lg-inline{display:inline}.display-lg-inline-block{display:inline-block}.display-lg-block{display:block}.display-lg-grid{display:grid}.display-lg-table{display:table}.display-lg-table-row{display:table-row}.display-lg-table-cell{display:table-cell}.display-lg-flex{display:flex}.display-lg-inline-flex{display:inline-flex}.display-lg-none{display:none}.visibility-lg-visible{visibility:visible}.visibility-lg-hidden{visibility:hidden}}@media screen and (width>=90em){.flex-xl-fill{flex:auto}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-content-xl-start{justify-content:flex-start}.justify-content-xl-end{justify-content:flex-end}.justify-content-xl-center{justify-content:center}.justify-content-xl-between{justify-content:space-between}.justify-content-xl-around{justify-content:space-around}.justify-content-xl-evenly{justify-content:space-evenly}.align-items-xl-start{align-items:flex-start}.align-items-xl-end{align-items:flex-end}.align-items-xl-center{align-items:center}.align-items-xl-baseline{align-items:baseline}.align-items-xl-stretch{align-items:stretch}.align-content-xl-start{align-content:flex-start}.align-content-xl-end{align-content:flex-end}.align-content-xl-center{align-content:center}.align-content-xl-between{align-content:space-between}.align-content-xl-around{align-content:space-around}.align-content-xl-stretch{align-content:stretch}.align-self-xl-auto{align-self:auto}.align-self-xl-start{align-self:flex-start}.align-self-xl-end{align-self:flex-end}.align-self-xl-center{align-self:center}.align-self-xl-baseline{align-self:baseline}.align-self-xl-stretch{align-self:stretch}.order-xl-first{order:-1}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-last{order:6}.display-xl-inline{display:inline}.display-xl-inline-block{display:inline-block}.display-xl-block{display:block}.display-xl-grid{display:grid}.display-xl-table{display:table}.display-xl-table-row{display:table-row}.display-xl-table-cell{display:table-cell}.display-xl-flex{display:flex}.display-xl-inline-flex{display:inline-flex}.display-xl-none{display:none}.visibility-xl-visible{visibility:visible}.visibility-xl-hidden{visibility:hidden}}@media screen and (width>=108em){.flex-xxl-fill{flex:auto}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-content-xxl-start{justify-content:flex-start}.justify-content-xxl-end{justify-content:flex-end}.justify-content-xxl-center{justify-content:center}.justify-content-xxl-between{justify-content:space-between}.justify-content-xxl-around{justify-content:space-around}.justify-content-xxl-evenly{justify-content:space-evenly}.align-items-xxl-start{align-items:flex-start}.align-items-xxl-end{align-items:flex-end}.align-items-xxl-center{align-items:center}.align-items-xxl-baseline{align-items:baseline}.align-items-xxl-stretch{align-items:stretch}.align-content-xxl-start{align-content:flex-start}.align-content-xxl-end{align-content:flex-end}.align-content-xxl-center{align-content:center}.align-content-xxl-between{align-content:space-between}.align-content-xxl-around{align-content:space-around}.align-content-xxl-stretch{align-content:stretch}.align-self-xxl-auto{align-self:auto}.align-self-xxl-start{align-self:flex-start}.align-self-xxl-end{align-self:flex-end}.align-self-xxl-center{align-self:center}.align-self-xxl-baseline{align-self:baseline}.align-self-xxl-stretch{align-self:stretch}.order-xxl-first{order:-1}.order-xxl-0{order:0}.order-xxl-1{order:1}.order-xxl-2{order:2}.order-xxl-3{order:3}.order-xxl-4{order:4}.order-xxl-5{order:5}.order-xxl-last{order:6}.display-xxl-inline{display:inline}.display-xxl-inline-block{display:inline-block}.display-xxl-block{display:block}.display-xxl-grid{display:grid}.display-xxl-table{display:table}.display-xxl-table-row{display:table-row}.display-xxl-table-cell{display:table-cell}.display-xxl-flex{display:flex}.display-xxl-inline-flex{display:inline-flex}.display-xxl-none{display:none}.visibility-xxl-visible{visibility:visible}.visibility-xxl-hidden{visibility:hidden}}
