@property --divider-effect-color{syntax:"<color>";inherits:false;initial-value:#0000}@property --divider-effect-opacity{syntax:"<number>";inherits:false;initial-value:.25}@property --divider-effect-size{syntax:"<length>";inherits:false;initial-value:1px}@property --divider-effect-length{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --glass-effect-blur{syntax:"<length>";inherits:false;initial-value:1em}@property --glass-effect-light-color{syntax:"<color>";inherits:false;initial-value:#0000}@property --glass-effect-light-power{syntax:"<number>";inherits:false;initial-value:.4}@property --glass-effect-light-rotation{syntax:"<angle>";inherits:false;initial-value:210deg}@property --glass-effect-dark-color{syntax:"<color>";inherits:false;initial-value:#0000}@property --glass-effect-dark-power{syntax:"<number>";inherits:false;initial-value:0}.tosPage{width:100%;max-width:1200px;min-height:100dvh;max-height:100dvh;padding:0;padding-top:var(--headerSafeHeight);gap:var(--spacing-xl);box-sizing:border-box;grid-template:"header""body""."1fr/minmax(0,1fr);margin-inline:auto;display:grid;overflow:hidden}.tosPage .sectionBackground{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.tosPage .sectionBackground .topWave{top:0;bottom:auto;transform:scaleY(-1)}.tosPage .sectionBackground .bottomWave{bottom:0}.tosPage .tosHeader{align-items:flex-start;gap:var(--spacing-lg);min-width:0;padding-inline:var(--inlineSection);z-index:1;flex-direction:column;grid-area:header;display:flex}.tosPage .tosHeader .tosHeaderMeta{gap:var(--spacing-md);justify-content:space-between;width:100%;min-width:0;display:flex}.tosPage .tosHeader .tosSubtitle{font-size:var(--font-sm);color:color-mix(in srgb,var(--text)60%,transparent);margin:0;font-weight:200}.tosPage .tosHeader .tosLastUpdated{align-items:center;gap:var(--spacing-xs);font-size:var(--font-sm);color:color-mix(in srgb,var(--text)50%,transparent);font-weight:200;display:flex}.tosPage .tosHeader .tosLastUpdated .tosLastUpdatedLabel{white-space:nowrap}.tosPage .tosBodyRow{gap:var(--spacing-xl);padding-inline:var(--inlineSection);z-index:1;grid-area:body;grid-template-columns:220px minmax(0,1fr);min-width:0;min-height:0;display:grid;overflow:hidden}.tosPage .tosBodyRow .tosSidebar{top:var(--spacing-lg);align-self:start;position:sticky}.tosPage .tosBodyRow .tosSidebar .tosSidebarList{padding:0;padding-block:var(--spacing-3xl);padding-top:var(--spacing-lg);gap:var(--spacing-md);flex-direction:column;margin:0;list-style:none;display:flex;position:relative}.tosPage .tosBodyRow .tosSidebar .tosSidebarList:after{--divider-effect-color:var(--text);--divider-effect-opacity:.1;--divider-effect-size:1px;--divider-effect-length:calc(100% - 0px);content:"";opacity:var(--divider-effect-opacity);will-change:opacity,transform,width,height,background;width:var(--divider-effect-size);height:var(--divider-effect-length);background:linear-gradient(180deg,transparent 0%,var(--divider-effect-color)26.38%,var(--divider-effect-color)72.65%,transparent 96.26%);transition:--divider-effect-color .24s,--divider-effect-opacity .24s,--divider-effect-size .24s,--divider-effect-length .24s,opacity .24s,transform .24s,width .24s,height .24s,background .24s,background-image .24s;position:absolute;top:50%;right:0;transform:translateY(-50%)}.tosPage .tosBodyRow .tosSidebar .tosSidebarItem{text-align:right;width:100%;padding-right:var(--spacing-md);cursor:pointer;font-family:inherit;font-size:var(--font-md);color:color-mix(in srgb,var(--text)40%,transparent);transition:all .2s ease,transform .3s var(--springEase);transform-origin:100% 100%;background:0 0;border:none;font-weight:300;position:relative;transform:scale(.85)}.tosPage .tosBodyRow .tosSidebar .tosSidebarItem:after{content:"";opacity:.5;background:currentColor;border-radius:2em;width:5px;height:5px;position:absolute;bottom:0;left:100%;transform:translate(-50%,-50%)}.tosPage .tosBodyRow .tosSidebar .tosSidebarItem.isActive{color:var(--text);transform:scale(1)}.tosPage .tosBodyRow .tosSidebar .tosSidebarItem.isActive:after{opacity:1}.tosPage .tosBodyRow .tosContentArea{--tosTopFadeHeight:10%;scrollbar-width:none;scroll-behavior:smooth;flex-direction:column;min-width:0;display:flex;position:relative;overflow:hidden auto;-webkit-mask-image:linear-gradient(#000 80%,#0000 100%);mask-image:linear-gradient(#000 80%,#0000 100%)}.tosPage .tosBodyRow .tosContentArea:after{content:"";width:100%;height:var(--tosTopFadeHeight);order:-1;flex:0 0 var(--tosTopFadeHeight);min-height:72px;margin-bottom:calc(var(--tosTopFadeHeight)*-1);background:var(--background);z-index:2;pointer-events:none;opacity:0;transition:opacity .25s;position:sticky;top:0;-webkit-mask-image:linear-gradient(#000 0%,#0000 100%);mask-image:linear-gradient(#000 0%,#0000 100%)}.tosPage .tosBodyRow .tosContentArea.hasScrolled:after{opacity:1}.tosPage .tosBodyRow .tosContentArea::-webkit-scrollbar{display:none}.tosPage .tosBodyRow .tosContentArea .tosContentInner{gap:var(--spacing-2xl);padding-bottom:var(--spacing-2xl);flex-direction:column;display:flex}.tosPage .tosBodyRow .tosContentArea .tosSection{opacity:0;transition:opacity .5s,transform .5s;transform:translateY(24px)}.tosPage .tosBodyRow .tosContentArea .tosSection.isVisible{opacity:1;transform:translateY(0)}.tosPage .tosBodyRow .tosContentArea .tosSection .tosSectionHeader{gap:var(--spacing-sm);margin-bottom:var(--spacing-sm);flex-direction:column;display:flex}.tosPage .tosBodyRow .tosContentArea .tosSection .tosSectionTitle{font-size:var(--font-xl);color:var(--text);margin:0;font-weight:300;line-height:1.3}.tosPage .tosBodyRow .tosContentArea .tosSection .tosSectionDivider{width:100%;height:1px;padding-top:var(--spacing-lg);position:relative}.tosPage .tosBodyRow .tosContentArea .tosSection .tosSectionDivider:after{--divider-effect-color:var(--text);--divider-effect-opacity:.09;--divider-effect-size:1px;--divider-effect-length:calc(100% - 0px);content:"";opacity:var(--divider-effect-opacity);will-change:opacity,transform,width,height,background;width:var(--divider-effect-length);height:var(--divider-effect-size);background:linear-gradient(90deg,transparent 0%,var(--divider-effect-color)19.71%,var(--divider-effect-color)79.59%,transparent 100%);transition:--divider-effect-color .24s,--divider-effect-opacity .24s,--divider-effect-size .24s,--divider-effect-length .24s,opacity .24s,transform .24s,width .24s,height .24s,background .24s,background-image .24s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.tosPage .tosBodyRow .tosContentArea .tosSection .tosSectionContent{--markdownGap:var(--spacing-xs);--markdownTextColor:color-mix(in srgb,var(--text)75%,transparent);--markdownHeadingColor:var(--text);--markdownSubHeadingColor:color-mix(in srgb,var(--text)90%,transparent);--markdownStrongColor:var(--text);--markdownHeadingTwoSize:var(--font-xl);--markdownHeadingThreeSize:var(--font-lg);--markdownHeadingFourSize:var(--font-md);--markdownParagraphSize:var(--font-sm);--markdownListSize:var(--font-sm);--markdownHeadingWeight:400;--markdownSubHeadingWeight:300;--markdownTextWeight:300;--markdownStrongWeight:300;--markdownHeadingLineHeight:1.9;--markdownParagraphLineHeight:2.4;--markdownListLineHeight:2.2;--markdownHeadingThreeMarginTop:var(--spacing-lg);--markdownHeadingFourMarginTop:var(--spacing-xs);--markdownListGap:var(--spacing-xs);--markdownListIndent:1.4em;--markdownListItemPadding:var(--spacing-xs);--markdownMarkerColor:color-mix(in srgb,var(--text)60%,transparent);direction:rtl;padding-right:.5em}@media (width<=768px){.tosPage{max-height:unset;overflow:visible}.tosPage .tosHeader{gap:var(--spacing-lg)}.tosPage .tosHeader .tosHeaderMeta{flex-direction:column;align-items:flex-start}}@media (width<=900px){.tosPage .tosBodyRow{grid-template-columns:minmax(0,1fr);overflow:visible}.tosPage .tosBodyRow .tosSidebar{display:none}.tosPage .tosBodyRow .tosContentArea{display:block;overflow:visible;-webkit-mask-image:none;mask-image:none}.tosPage .tosBodyRow .tosContentArea:after{display:none}}