.expandable-section:not(:last-child){padding-bottom:20px}.expandable-section.theme-light{--content-color:var(--main-dark);--accent-inactive:var(--main-dark);--accent-active:var(--main-dark)}.expandable-section.theme-dark{--content-color:var(--white);--accent-inactive:var(--white);--accent-active:var(--white)}.expandable-section.size-standard{--header-height:42px;--header-padding:20px 0}.expandable-section.size-standard .title{font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:300;line-height:1.2;font-size:calc(18px*var(--font-scale));color:var(--content-color)}@media (width>=992px){.expandable-section.size-standard .title{font-size:calc(32px*var(--font-scale));line-height:42px}}.expandable-section.size-xl{--header-height:64px;--header-padding:0 0}.expandable-section.size-xl .title{font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:300;line-height:2;font-size:calc(24px*var(--font-scale));color:var(--content-color)}@media (width>=992px){.expandable-section.size-xl .title{font-size:calc(48px*var(--font-scale));line-height:64px}}.expandable-section>header{box-sizing:border-box;width:100%;min-height:var(--header-height);padding:var(--header-padding);border-bottom:1px solid var(--accent-inactive);user-select:none;cursor:pointer;grid-template-columns:1fr max-content;align-items:center;display:grid}.expandable-section>header .title{user-select:none}.expandable-section>header .icon-container{flex-flow:row;justify-content:center;align-items:center;width:24px;height:24px;display:flex;overflow:hidden}@media (width>=992px){.expandable-section>header .icon-container{width:42px;height:42px}}.expandable-section>header .icon-container svg{width:100%;height:100%;transition-property:transform;transition-duration:.2s;transition-timing-function:ease-in-out;transform:rotate(0)}.expandable-section>header .icon-container svg path{fill:var(--accent-inactive);transition-property:fill;transition-duration:.2s;transition-timing-function:ease-in-out}.expandable-section.open>header .title{text-align:left}.expandable-section.open>header .icon-container svg{fill:var(--accent-active);transform:rotate(90deg)}.expandable-section>.expandable{box-sizing:border-box;opacity:0;grid-template-rows:0fr;width:100%;transition-property:grid-template-rows,opacity;transition-duration:.2s;transition-timing-function:ease-in-out;display:grid}.expandable-section>.expandable>div{overflow:hidden}.expandable-section>.expandable.open{opacity:1;grid-template-rows:1fr}.expandable-section>.expandable .content-wrapper{box-sizing:border-box;width:100%;padding-top:20px}.expandable-section>.expandable .content-wrapper p,.expandable-section>.expandable .content-wrapper span,.expandable-section>.expandable .content-wrapper a,.expandable-section>.expandable .content-wrapper li,.expandable-section>.expandable .content-wrapper ul{color:var(--content-color)}.expandable-section>.expandable .content-wrapper>p{font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:300;line-height:30px;font-size:calc(14px*var(--font-scale));line-height:2}@media (width>=992px){.expandable-section>.expandable .content-wrapper>p{font-size:calc(20px*var(--font-scale));line-height:2}}.expandable-section>.expandable .content-wrapper>ul{margin:none;padding:none;list-style:none}.expandable-section>.expandable .content-wrapper>ul li{box-sizing:border-box;padding-left:40px;position:relative}.expandable-section>.expandable .content-wrapper>ul li p,.expandable-section>.expandable .content-wrapper>ul li span,.expandable-section>.expandable .content-wrapper>ul li a{font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:300;line-height:30px;font-size:calc(14px*var(--font-scale));line-height:40px}@media (width>=992px){.expandable-section>.expandable .content-wrapper>ul li p,.expandable-section>.expandable .content-wrapper>ul li span,.expandable-section>.expandable .content-wrapper>ul li a{font-size:calc(20px*var(--font-scale));line-height:2}}.expandable-section>.expandable .content-wrapper>ul li:before{content:"•";display:block;position:absolute;top:10px;left:18px}.expandable-section.size-xl>.expandable .content-wrapper>p:first-of-type{font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:300;line-height:1.2;font-size:calc(18px*var(--font-scale));line-height:31px}@media (width>=992px){.expandable-section.size-xl>.expandable .content-wrapper>p:first-of-type{font-size:calc(32px*var(--font-scale));line-height:42px}}
