<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";@keyframes fromRight{0%{transform:translate(100vw)}to{transform:translate(0)}}.checkbox-list{position:relative;margin-top:16px}.checkbox-list label{margin:20px 0}.checkbox-list button{all:unset;padding-bottom:20px;margin:20px 0;cursor:pointer}.checkbox-list button .checkbox-list__more-arrow{display:inline}.checkbox-list .form__choice-checkbox .form__choice-text,.checkbox-list button{display:flex;width:100%;justify-content:space-between;padding-right:0;border-bottom:1px solid #ddd}.checkbox-list button:hover{text-decoration:underline}.checkbox-list .form__choice-checkbox .form__choice-text{padding-bottom:16px;margin-left:6px}.checkbox-list__item-count{padding-right:16px;color:color-mix(in srgb,var(--color-black) 50%,transparent)}.checkbox-list__item-count:before{content:"("}.checkbox-list__item-count:after{content:")"}@media (max-width: 639px),print{.checkbox-list__item-count{float:right}.checkbox-list__item-count:before,.checkbox-list__item-count:after{content:none}}.checkbox-list__more-arrow{display:none}@media (max-width: 639px),print{.checkbox-list__more-arrow{display:inline}}.checkbox-list__sub-item{margin-left:35px}@media (max-width: 639px),print{.checkbox-list__item--expanded{position:absolute;z-index:2;background-color:var(--color-white);top:-20px;right:0;bottom:0;left:0}.checkbox-list__item--expanded .checkbox-list__sub-item{display:block;margin-left:0;animation:fromRight .25s forwards}.checkbox-list__item--expanded&gt;label{display:none}}.popout--mobile .checkbox-list__item:not(.checkbox-list__item--expanded) .checkbox-list__sub-item{position:relative;display:flex;flex-wrap:wrap;padding-bottom:10px;border-bottom:1px solid #ddd;margin-top:-28px;background-color:var(--color-white);font-size:75%}.popout--mobile .checkbox-list__item:not(.checkbox-list__item--expanded) .checkbox-list__sub-item .form__choice-checkbox{border-radius:2px;margin:0 2px 2px 0;background-color:color-mix(in srgb,var(--color-form-accent),transparent 80%)}.popout--mobile .checkbox-list__item:not(.checkbox-list__item--expanded) .checkbox-list__sub-item .form__choice-checkbox,.popout--mobile .checkbox-list__item:not(.checkbox-list__item--expanded) .checkbox-list__sub-item .form__choice-checkbox input{display:none}.popout--mobile .checkbox-list__item:not(.checkbox-list__item--expanded) .checkbox-list__sub-item .form__choice-checkbox--checked{display:block}.popout--mobile .checkbox-list__item:not(.checkbox-list__item--expanded) .checkbox-list__sub-item .form__choice-text{padding:4px 1px;border-bottom:0}.popout--mobile .checkbox-list__item:not(.checkbox-list__item--expanded) .checkbox-list__sub-item .form__choice-text span{display:none}.popout--mobile .checkbox-list__item:not(.checkbox-list__item--expanded) .checkbox-list__sub-item .form__choice-text:after{display:inline-block;padding-right:6px;content:"×";font-size:155%;line-height:0;vertical-align:middle}.popout--mobile .checkbox-list__item:not(.checkbox-list__item--expanded) .checkbox-list__sub-item .form__choice-helper{display:none}.popout-overlay{position:fixed;z-index:10001;top:0;right:0;bottom:0;left:0;display:flex;justify-content:flex-end;background-color:color-mix(in srgb,var(--color-black) 20%,transparent)}.popout{display:flex;width:100%;max-width:480px;height:100%;flex-direction:column;background-color:var(--color-white)}.popout__heading{position:relative;display:flex;width:100%;align-items:center;justify-content:center;box-shadow:0 2px 4px color-mix(in srgb,var(--color-black) 15%,transparent);font-size:14.4px;line-height:60px;text-align:center;text-transform:uppercase}@media (min-width: 640px),print{.popout__heading{border-bottom:1px solid var(--color-gray-300);box-shadow:none}}.popout__heading-left{position:absolute;left:18px}.popout__heading .btn--close{position:absolute;right:18px;margin-right:-2px;color:transparent}@media (min-width: 640px),print{.popout__heading .btn--close{color:var(--color-black)}}.popout__heading .btn--close .icon{width:20px;height:20px;margin-top:-1px}.popout__content{flex-grow:1;overflow-y:auto}.popout__subtitle{margin:16px 0;font-size:var(--font-size-base)}.popout__back{padding:24px 27px 16px}@media (min-width: 640px),print{.popout__back{padding:32px 32px 24px}}.popout__list{padding:12px 27px}@media (min-width: 640px),print{.popout__list{padding:12px 32px}}.popout .filter-tags-round{flex-wrap:wrap;justify-content:flex-start}.popout .filter-tags-round__item{margin:0 8px 8px 0}.popout .filter-tags-round__item button{border:1px solid #ccc;background-color:transparent}.popout .filter-tags-round__item button:focus{border-color:var(--color-black)}.popout__submit-btn{padding:20px 0;border:0;filter:drop-shadow(0 0 10px color-mix(in srgb,var(--color-black) 20%,transparent))}.popout-enter-active,.popout-leave-active{transition:opacity .5s}.popout-enter-active .popout,.popout-leave-active .popout{transition:transform .5s}.popout-enter-active .popout{transform:translate(480px)}.popout-enter-to .popout,.popout-leave-active .popout{transform:translate(0)}.popout-leave-to .popout{transform:translate(480px)}.popout--mobile{max-width:initial}
</pre></body></html>