.AnimatedIconButton__icon-wrapper{display:inline-flex;align-items:center;transition:transform .3s ease}.AnimatedIconButton:hover .AnimatedIconButton__icon-wrapper{transform:translateX(10px)}.Scroller{overflow-y:auto;width:100%;height:100%;max-height:100vh}.Scroller::-webkit-scrollbar{width:4px}.Scroller::-webkit-scrollbar-thumb{border-radius:var(--border-radius-button-small);background-color:rgba(0,0,0,0);-webkit-transition:background-color .4s;transition:background-color .4s}.Scroller::-webkit-scrollbar-track-piece{margin-top:4px;margin-bottom:4px}.Scroller__hidebar:hover::-webkit-scrollbar-thumb,.Scroller__visablebar::-webkit-scrollbar-thumb{background-color:var(--input-default)}.Scroller__stable-gutter{scrollbar-gutter:stable}.DropdownItem{width:100%;display:flex;padding:12px var(--padding-content-xs);align-items:center;text-align:left;color:var(--text-primary);transition:all .2s ease-in-out}.DropdownItem:hover{color:var(--brand-secondary)}.DropdownItem:active,.DropdownItem:focus-visible{color:var(--brand-tertiary)}.HeaderLinkButton{display:flex;justify-content:flex-start;align-items:center;padding:8px;gap:4px}.HeaderLinkButton__icon{display:flex;justify-content:center;align-items:center;gap:4px}.HeaderLinkButton__icon--up{display:none}.HeaderLinkButton__icon--down{display:flex}.HeaderLinkButton__icon svg{width:12px;height:12px}.HeaderLinkButton__dropdownItems{border-radius:var(--border-radius-input-medium)}.HeaderLinkButton:hover{color:var(--brand-secondary)}.HeaderLinkButton:active,.HeaderLinkButton:focus{color:var(--brand-tertiary)}.HeaderLinkButton svg{width:16px;height:16px}.HeaderLinkButton__container{position:relative;list-style:none}.HeaderLinkButton__container:hover .HeaderLinkButton__icon--up,.HeaderLinkButton__container:hover .HeaderLinkButton__submenu--desktop,.HeaderLinkButton__container:hover .HeaderLinkButton__submenu--mobile{display:flex}.HeaderLinkButton__container:hover .HeaderLinkButton__icon--down{display:none}.HeaderLinkButton__submenu{display:none;position:absolute;top:100%;left:0;z-index:10;background:var(--background-fill);width:160px;list-style:none;padding:0;margin:0}.HeaderLinkButton__submenu:hover{box-shadow:0 4px 20px 0 rgba(0,0,0,.15)}.HeaderLinkButton__submenu--desktop{min-width:136px;flex-direction:column;border-radius:6px}.HeaderLinkButton__submenu--mobile{flex-direction:column;position:static;margin-top:8px;padding-left:20px;background-color:rgba(0,0,0,0);box-shadow:none}.HeaderLinkButton__submenu--mobile:hover{box-shadow:none}.SDSChevronIcon{display:inline-flex;align-items:center;justify-content:center;transition:transform .3s ease;flex-shrink:0}.SDSChevronIcon--expanded{transform:rotate(180deg)}.SDSChevronIcon--primary{color:var(--brand-primary)}.SDSChevronIcon--inactive,.SDSChevronIcon--secondary{color:var(--text-secondary)}.HeaderMobileMenu{display:none}@media(max-width:1023px){.HeaderMobileMenu{display:block}}.HeaderMobileMenu__hamburger{border-radius:4px;border:1px solid var(--brand-primary);width:40px;height:40px;display:flex;justify-content:center;align-items:center}.HeaderMobileMenu__hamburger svg{width:24px;height:24px;color:var(--brand-primary)}.HeaderMobileMenu .HeaderLinkButton__selected .SDSText{font-weight:700}.HeaderMobileMenu__logo-container svg{width:57px;height:40px}.HeaderMobileMenu__header-row{display:flex;align-items:center;gap:var(--gaps-button-medium,12px);padding-right:24px;min-height:56px}.HeaderMobileMenu__close{margin-left:auto;border-radius:4px;border:1px solid var(--brand-primary);background:var(--background-fill)}.HeaderMobileMenu__close svg{width:40px;height:40px;color:var(--brand-primary)}.HeaderMobileMenu__sidebar{position:fixed;top:0;right:-300px;width:300px;height:100%;background:var(--background-action-neutral);box-shadow:-2px 0 5px rgba(0,0,0,.2);display:flex;flex-direction:column;padding:20px 0 20px 20px;transition:right .4s ease;z-index:2}.HeaderMobileMenu__sidebar--open{right:0}.HeaderMobileMenu__bottom-section{display:flex;flex-direction:column;gap:32px}.HeaderMobileMenu__sidebar-nav{display:flex;flex-direction:column;gap:16px;align-items:flex-start;margin-top:8px;padding-bottom:40px}.SDSIconButton{align-items:center;justify-content:center;padding:0}.SDSIconButton:hover:not(:disabled){background:var(--surface-hover,rgba(0,0,0,.05))}.SDSIconButton:focus-visible{outline:2px solid var(--focus-ring,#0066cc);outline-offset:2px}.SDSIconButton:disabled{opacity:.5}.HeaderDesktopMenu{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:var(--gaps-button-medium,12px)}@media(max-width:1023px){.HeaderDesktopMenu{display:none}}.HeaderDesktopMenu__nav{display:flex}.HeaderDesktopMenu__list{display:flex;list-style:none;padding:0;margin:0}.Header{display:flex;padding:12px var(--gaps-content-default);justify-content:space-between;align-items:center;border:var(--border-width-standard,1px) solid var(--background-action-neutral,#f6f7f9);background:var(--background-fill,#fff);box-shadow:0 1px 0 0 var(--background-action-neutral,#f6f7f9);height:var(--size-header);position:fixed;width:100%;z-index:10;top:0}.Header+*{display:flex;min-height:calc(100vh - var(--size-header));margin-top:var(--size-header);overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable}.Header__logo svg{width:57px;height:40px}.Header__admin-logo svg{margin-left:-5px;width:72px;height:70px}.LandingWrapper__main{width:100%}.LandingWrapper__background-main{background:var(--background-main)}.LandingWrapper__background-fill{background:var(--background-fill)}.LegalPageWrapper{background-color:var(--background-main)}.LegalPageWrapper__main{width:100%}.MaxWidthContentContainer{max-width:1286px;margin-left:auto;margin-right:auto;height:100%;width:100%}.SinglePageWrapper__main{flex:1 1}.LandingFooter{display:inline-flex;padding:var(--padding-footer-vertical) var(--padding-footer-horizontal);flex-direction:column;justify-content:center;align-items:center;border-top:1px solid var(--background-action-neutral,#f6f7f9);gap:var(--gaps-footer-medium);background:var(--background-fill);width:100vw}.LandingFooter--with-sidebar{width:calc(100vw - var(--dashboard-sidebar-width))}.LandingFooter__content{width:100%;max-width:1023px}@media(max-width:1023px){.LandingFooter__content{flex-direction:column;gap:var(--gaps-content-default)}}@media(min-width:599px){.LandingFooter__content{flex-direction:row}}.LandingFooter__logo-container{width:260px}@media(max-width:1023px){.LandingFooter__logo-container{align-items:center;text-align:center;align-self:stretch;width:100%}}.LandingFooter__logo svg{width:150px;height:104.993px;flex-shrink:0}.LandingFooter__logo-title{width:230px}@media(max-width:1023px){.LandingFooter__logo-title{width:100%}}.LandingFooter__logo-text{text-align:left}@media(max-width:1023px){.LandingFooter__logo-text{text-align:center}}.LandingFooter__menu-section{width:100%}@media(max-width:1023px){.LandingFooter__menu-section{flex-direction:column;gap:0;width:100%}}.LandingFooter__menu-category-title{margin-bottom:24px}@media(max-width:1023px){.LandingFooter__menu-category-title{margin-bottom:16px}.LandingFooter__menu-subcategory{padding:0 16px}.LandingFooter__social-icons-block{justify-content:center}}.LandingFooter__divider-line{display:flex;width:650px;height:1px;justify-content:center;align-items:center;flex-shrink:0;background:var(--input-default)}@media(max-width:1023px){.LandingFooter__divider-line{width:100%}.LandingFooter__divider{width:100%;padding:0 16px;text-align:center}.LandingFooter{width:100vw}}