@charset "UTF-8";.software{padding-bottom:var(--space-default);padding-top:var(--space-default)}.software__header{margin-bottom:var(--space-xl)}.software__title{font-family:var(--font-family-title--secondary);font-size:var(--heading-500);font-weight:700;line-height:var(--line-height-heading);margin-bottom:var(--space-xs);max-width:100%;text-transform:none;width:41.6666666667%}@media (max-width:48rem){.software__title{width:100%}}.software__text-content{max-width:100%;width:33.3333333333%}@media (max-width:48rem){.software__text-content{margin-bottom:var(--space-m);width:100%}}.software__filters{align-items:flex-end;display:flex;gap:4rem;margin-bottom:var(--space-xs)}@media (max-width:48rem){.software__filters{align-items:stretch;flex-direction:column;gap:var(--space-m)}.software__filters .software__filter-group{flex-direction:column;gap:var(--space-3xs)}}.software__filters .software__dropdown-filters{display:flex;gap:var(--space-s);position:relative}@media (max-width:48rem){.software__filters .software__dropdown-filters{flex-direction:column;gap:var(--space-m)}}.software__filters .software__dropdown-filters:not(:first-child):before,.software__filters .software__filter-search-wrapper:not(:first-child):before{background:var(--color-border-primary);bottom:0;content:"";height:100%;left:-2rem;position:absolute;width:1px}@media (max-width:48rem){.software__filters .software__dropdown-filters:not(:first-child):before,.software__filters .software__filter-search-wrapper:not(:first-child):before{display:none}}.software__filters .software__filter-group--type-buttons{align-items:center;display:flex;gap:2rem}@media (max-width:48rem){.software__filters .software__filter-group--type-buttons{align-items:flex-start;gap:var(--space-3xs)}}.software__filters .software__button-filters{display:flex;flex-direction:column;gap:var(--space-s)}.software__filters .software__filter-button-group{display:flex;gap:2rem;row-gap:.3rem}@media (max-width:37.5rem){.software__filters .software__filter-button-group{flex-direction:column}}.software__filters .filter-header{color:var(--color-text-secondary);font-family:var(--font-family-base);font-size:var(--text-500);line-height:var(--line-height-body)}.software__filters .software__filter-group--type-dropdown{align-items:center;display:flex;gap:2rem;position:relative}@media (max-width:48rem){.software__filters .software__filter-group--type-dropdown{align-items:flex-start;flex-direction:column;gap:var(--space-3xs)}}.software__filters .software__dropdown-filters .js-filter-select-dropdown{background:var(--color-surface-primary);border:1px solid var(--color-border-primary);border-radius:var(--radius-minimal,.125rem);color:var(--color-text);max-height:0;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;right:0;top:2rem;transition:max-height 1s ease-out;width:100%;z-index:10}.software__filters .software__dropdown-filters .js-filter-select-dropdown li{color:var(--color-text-invert);list-style:none}.software__filters .software__dropdown-filters .js-filter-select-dropdown button{border:none;padding:var(--space-3xs);width:100%}.software__filters .dropdown-open .js-filter-select-dropdown{max-height:100vh;opacity:1;pointer-events:all}.software__filters .software__dropdown-filter-open-button{line-height:1rem;padding:var(--space-4xs) var(--space-3xs)}.software__filters .software__dropdown-filter-open-button:hover{background-color:var(--color-surface-brand-primary)}.software__filters button.software__filter-value{align-items:center;background:transparent;border:1px solid var(--color-border-primary);border-radius:var(--radius-minimal,.125rem);color:#000;display:flex;font-size:.875rem;justify-content:space-between;line-height:1em;padding:var(--space-4xs) var(--space-3xs)}.software__filters button.software__filter-value.active{background-color:var(--color-surface-invert-primary);color:var(--color-text-invert);margin-right:calc(-10px - var(--space-5xs))}.software__filters button.software__filter-value.active .software__filter-value-close-icon{padding-left:var(--space-5xs);width:calc(10px + var(--space-5xs))}.software__filters button.software__filter-value:hover{background-color:var(--color-surface-brand-primary);color:var(--color-text-invert)}.software__filters button.software__filter-value .software__filter-value-close-icon{display:inline-block;overflow:hidden;pointer-events:none;transition:all .3s ease;width:0}.software .software__filter-search-wrapper{position:relative;width:33%}@media (max-width:48rem){.software .software__filter-search-wrapper{width:100%}}.software .software__filter-search-wrapper .software__filter-search{width:100%}.software .software__no-results-text{margin-bottom:var(--space-xs);margin-top:var(--space-l)}.software__items{display:grid;gap:var(--gutter);grid-template-columns:1fr 1fr 1fr}@media (max-width:48rem){.software__items{grid-template-columns:1fr 1fr}}@media (max-width:37.5rem){.software__items{grid-template-columns:1fr}}.filtering-enabled .software__items{display:unset}.software .filtering-enabled .grid-item,.software .filtering-enabled .grid-sizer{width:calc(25% - 22.5px)}@media (max-width:48rem){.software .filtering-enabled .grid-item,.software .filtering-enabled .grid-sizer{width:calc(33.33333% - 30px)}}@media (max-width:37.5rem){.software .filtering-enabled .grid-item,.software .filtering-enabled .grid-sizer{width:100%}}.software__item{background:var(--color-surface-secondary);display:flex;flex-direction:column;justify-content:space-between;margin-bottom:30px;padding:var(--space-s) var(--space-m) var(--space-l);position:relative;transition:var(--transition-3) all ease-out}.software__item:focus-within.has-link,.software__item:hover.has-link{background-color:var(--color-surface-brand-primary);color:var(--color-text-invert,#fff)}.software__item:focus-within.has-link a,.software__item:hover.has-link a{color:inherit}.software__item-content{display:flex;flex-direction:column;gap:var(--space-3xs)}.software__item-content__summary p:empty{display:none}.has-link .software__item-content:last-child>:last-child:after{content:" →"}.software__item-image{margin:0}.software__item-image img{height:18.75rem;-o-object-fit:contain;object-fit:contain;vertical-align:top;width:auto}@media (max-width:48rem){.software__item-image img{height:12.5rem}}.software__item-meta{font-family:var(--font-family-base--secondary);font-size:var(--text-400);font-weight:400;line-height:var(--line-height-body);margin-bottom:var(--space-3xs);text-decoration:none;text-transform:uppercase;transition:unset}.software__item-meta:focus,.software__item-meta:hover{color:inherit}.software__item-software-name{font-family:var(--font-family-title);font-size:var(--heading-300);font-weight:900;line-height:1.3;margin:0;text-transform:uppercase}.software__item-software-name a{text-decoration:none;transition:unset}.software__item-summary-heading,.software__item-supported-heading{display:block;font-family:var(--font-family-base--secondary);font-size:var(--text-300);font-weight:400;line-height:var(--line-height-body);margin-bottom:var(--space-5xs);text-transform:uppercase}.software__item-supported-item{margin-right:var(--space-5xs);text-wrap:nowrap}.software.style--rows .grid-item,.software.style--rows .grid-sizer{width:100%}.software.style--rows .gutter-sizer{width:0}.software.style--rows .software__items{grid-template-columns:1fr}.software.style--rows .software__items .software__item{flex-direction:row;gap:var(--space-3xl);justify-content:flex-start;padding-bottom:var(--space-3xl);padding-top:var(--space-3xl)}@media (max-width:48rem){.software.style--rows .software__items .software__item{flex-direction:column;gap:var(--space-l);padding-bottom:var(--space-l);padding-top:var(--space-l)}}.software.style--rows .software__items .software__item-image img{height:auto;max-width:18.75rem;width:100%}@media (max-width:48rem){.software.style--rows .software__items .software__item-image img{width:12.5rem}}.software.style--rows .software__items .software__item-content{max-width:50rem}.software.style--rows .software__items .software__item-content__summary p:first-of-type{margin-top:0}