.system-card{position:relative;width:fit-content;border:1px dashed var(--border-color, #d1d1d1);padding:1.5rem;border-radius:1.5rem;background:var(--color-white);overflow:hidden}.system-card__ambient-bg{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;opacity:0;pointer-events:none;transition:opacity 220ms ease,transform 220ms ease}.system-card.has-ambient-slide::after{content:"";position:absolute;left:0;right:0;bottom:0;z-index:1;height:45%;pointer-events:none;background:linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 60%, rgba(255, 255, 255, 0.95) 100%)}.system-card.has-ambient-slide .system-card__ambient-bg{opacity:1}.system-card.has-ambient-slide .system-card__img--ambient{opacity:0;visibility:hidden;pointer-events:none}.system-card.has-ambient-slide .system-card__projects-main,.system-card.has-ambient-slide .system-card__configure,.system-card.has-ambient-slide .system-card__content,.system-card.has-ambient-slide .system-card__open{position:relative;z-index:2}.system-card.has-ambient-slide .system-card__closed{z-index:2}.system-card.has-ambient-slide .system-card__arrow,.system-card.has-ambient-slide .system-card__dots,.system-card.has-ambient-slide .system-card__toggle{z-index:3}.system-card.has-ambient-slide .system-card__dots{background-color:var(--color-primary-10);padding:.25rem;border-radius:.625rem}.system-card.has-ambient-slide .system-card__dots .system-card__dot{background-color:var(--color-white)}.system-card.has-ambient-slide .system-card__dots .system-card__dot.is-active{background-color:var(--color-primary)}.system-card__toggle{position:absolute;top:1rem;right:1rem;width:2.75rem;height:2.75rem;padding:0;border:0;background:rgba(0,0,0,0);display:grid;place-items:center;cursor:pointer;color:var(--color-primary);z-index:3}.system-card__toggle-icon{display:grid;place-items:center;transition:transform 180ms ease;transform-origin:50% 50%}.system-card__toggle-icon svg{display:block}.system-card__toggle-icon.is-x{transform:rotate(45deg)}.system-card--default .system-card__toggle{opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:5}.system-card--default:hover .system-card__toggle,.system-card--default.is-open .system-card__toggle{opacity:1;pointer-events:auto}.system-card__closed{position:relative;display:grid;grid-template-rows:1fr auto;height:100%;min-height:0;opacity:1;cursor:pointer;visibility:visible;transform:translateY(0);transition:opacity .28s ease,transform .28s ease,visibility .28s ease;z-index:1}.system-card__closed.is-hidden{opacity:0;visibility:hidden;transform:translateY(0.625rem);pointer-events:none}.system-card__closed.is-visible{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.system-card__media{position:relative;display:grid;place-items:center;padding:3.75rem;min-height:18.75rem;cursor:default;z-index:2}.system-card__img{max-width:100%;max-height:11.25rem;object-fit:contain;display:block;transition:transform 220ms ease,opacity 220ms ease,visibility 220ms ease}.system-card__image-placeholder{width:60%;height:11.25rem;border:1px solid var(--border-color, #d1d1d1);opacity:.35}.system-card__arrow{position:absolute;top:50%;transform:translateY(-50%);width:2.25rem;height:2.25rem;border-radius:999px;border:0;background:var(--color-primary-5);display:grid;place-items:center;cursor:pointer;color:var(--color-primary);z-index:3}.system-card__arrow:disabled{opacity:.35;cursor:default}.system-card__arrow--left{left:0}.system-card__arrow--right{right:0}@media(max-width: 1024px){.system-card__arrow{display:none}}.system-card__dots{position:absolute;left:50%;bottom:1.125rem;transform:translateX(-50%);display:flex;gap:.5rem;align-items:center;justify-content:center;min-height:.75rem;cursor:pointer;z-index:3}.system-card__dots--empty{opacity:0}.system-card__dot{width:.5625rem;height:.5625rem;border-radius:50px;border:0;background:var(--color-primary-5);cursor:pointer}.system-card__dot.is-active{background:var(--color-primary)}.system-card__content{position:relative;padding-top:1.5rem;z-index:2}.system-card__range{margin-bottom:.75rem;font-size:.875rem;color:var(--color-primary);opacity:.6}.system-card__title{font-size:1.625rem;line-height:2rem;color:var(--color-primary)}.system-card__open{position:absolute;inset:0;display:grid;grid-template-rows:1fr;min-height:100%;padding:1.5rem;gap:1.5rem;background:var(--color-white);opacity:0;visibility:hidden;transform:translateY(0.625rem);pointer-events:none;transition:opacity .28s ease,transform .28s ease,visibility .28s ease;z-index:4}.system-card__open.is-visible{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.system-card__open.is-hidden{opacity:0;visibility:hidden;transform:translateY(0.625rem);pointer-events:none}.system-card__open-info{margin-top:2rem}.system-card__thumb{width:5rem;height:5rem;object-fit:contain;display:block}.system-card__bullets{position:relative;margin-top:1rem;margin-left:0;list-style:none;display:grid;gap:.625rem}.system-card__bullet{display:flex;align-items:center;color:var(--color-primary);font-size:.875rem;line-height:1.25rem;margin-left:1.25rem}.system-card__bullet::before{content:"";position:absolute;left:0;width:.625rem;height:.4375rem;background-image:url("data:image/svg+xml,%3Csvg width=%2728%27 height=%2720%27 viewBox=%270 0 28 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M8.54955 19.25L0 11.313L1.78896 9.65275L8.54955 15.927L25.711 0L27.5 1.66027L8.54955 19.25Z%27 fill=%27%2300528F%27 fill-opacity=%270.8%27/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}.system-card__actions{display:grid;gap:.75rem}.system-card--default{width:100%;height:37.5rem;min-height:0;display:block;padding:1.5rem}@media(max-width: 1024px){.system-card--default{height:32.5rem}}.system-card--default.is-open{padding:0}.system-card--default .system-card__closed{position:absolute;inset:1.5rem;display:grid;grid-template-rows:minmax(0, 1fr) auto;height:auto;min-height:0;z-index:1}.system-card--default .system-card__media{min-height:0;height:100%}.system-card--default .system-card__content{position:relative;z-index:2;padding-top:1.5rem;background:rgba(0,0,0,0)}.system-card--default.has-ambient-slide .system-card__ambient-bg{opacity:1}.system-card--default.has-ambient-slide .system-card__img--ambient{width:auto;height:11.25rem;max-width:100%;max-height:11.25rem;object-fit:contain;opacity:0;visibility:hidden;pointer-events:none}.system-card--projects{width:100%;height:37.5rem;padding:0;border-radius:1.5rem;background:rgba(0,0,0,0);border-color:var(--border-color);transition:border-color .3s ease,background-color .5s ease,box-shadow .3s ease}@media(max-width: 1024px){.system-card--projects{height:32.5rem}}.system-card--projects:hover .system-card__img--projects:not(.system-card__img--ambient){transform:scale(1.05)}.system-card--projects:hover .system-card__ambient-bg{transform:scale(1.05)}.system-card--projects:hover .system-card__footer-view-link:not(.is-disabled){background-color:var(--color-primary-10)}.system-card--projects.has-ambient-slide{background:var(--color-white)}.system-card--projects.has-ambient-slide .system-card__configure{position:absolute}.system-card--projects.has-ambient-slide .system-card__img--projects.system-card__img--ambient{width:auto;height:13.75rem;max-width:100%;object-fit:contain}.system-card--projects.has-ambient-slide .system-card__content--projects{background:rgba(0,0,0,0)}.system-card--projects .system-card__configure{position:absolute;top:1.5rem;right:1.5rem;z-index:4;display:inline-flex;align-items:center;gap:.375rem;color:var(--color-primary);-webkit-text-decoration:none;text-decoration:none;border-bottom:0;font-size:1rem;text-transform:uppercase}.system-card--projects .system-card__configure:hover{border-bottom:0;opacity:.85}.system-card--projects .system-card__configure-text,.system-card--projects .system-card__configure-icon{display:inline-flex;align-items:center}.system-card--projects .system-card__projects-main{position:relative;display:grid;grid-template-rows:minmax(0, 1fr) auto auto;height:100%;min-height:0;transition:opacity 220ms ease;z-index:1}.system-card--projects .system-card__media--projects{position:relative;display:grid;place-items:center;align-content:center;padding:5rem 3rem 1.5rem;min-height:0;height:calc(100% + 5px);overflow:hidden;transition:padding 260ms ease,min-height 260ms ease;z-index:2}.system-card--projects .system-card__img--projects{display:block;max-width:100%;max-height:13.75rem;object-fit:contain;transition:transform 220ms ease,opacity 220ms ease,visibility 220ms ease}.system-card--projects .system-card__dots--projects{position:static;transform:none;margin-top:1.75rem;height:1.125rem;padding:.25rem;border-radius:50px;background:hsla(0,0%,100%,.6);gap:.5625rem}.system-card--projects .system-card__dot{width:.625rem;height:.625rem;background:var(--color-primary-5)}.system-card--projects .system-card__dot.is-active{opacity:1;background:var(--color-primary)}.system-card--projects .system-card__content--projects{position:relative;padding:1.5rem;z-index:2}.system-card--projects .system-card__footer{display:grid;grid-template-columns:minmax(0, 1fr) auto;align-items:end;gap:1.5rem}.system-card--projects .system-card__footer-main{display:flex;align-items:flex-end;gap:.75rem;min-width:0}.system-card--projects .system-card__range{margin-bottom:.75rem;font-size:.875rem;color:var(--color-primary);opacity:.6}.system-card--projects .system-card__title{font-size:1.375rem;line-height:1.75rem;color:var(--color-primary)}.system-card--projects .system-card__toggle--projects{position:relative;top:auto;right:auto;left:auto;bottom:auto;flex:0 0 auto;width:1.125rem;height:1.125rem;margin-bottom:.3125rem;z-index:3}.system-card--projects .system-card__toggle--projects .system-card__toggle-icon{display:grid;place-items:center}.system-card--projects .system-card__footer-view{position:relative;right:0;bottom:-0.3125rem}.system-card--projects .system-card__footer-view-link{display:inline-flex;align-items:center;justify-content:center;min-height:2.25rem;padding:.5625rem .75rem;border-radius:50px;-webkit-text-decoration:none;text-decoration:none;border-bottom:0;color:var(--color-primary);transition:background-color 180ms ease,opacity 180ms ease}.system-card--projects .system-card__footer-view-link:hover{border-bottom:0}.system-card--projects .system-card__footer-view-link.is-disabled{pointer-events:none;opacity:.5}.system-card--projects .system-card__footer-view-text{display:flex;gap:.75rem;font-size:1rem;text-transform:uppercase}.system-card--projects .system-card__projects-panel{position:relative;display:grid;grid-template-rows:0fr;min-height:0;opacity:0;overflow:hidden;transition:grid-template-rows 260ms ease,opacity 220ms ease;z-index:2}.system-card--projects .system-card__projects-panel.is-open{grid-template-rows:1fr;opacity:1}.system-card--projects .system-card__projects-details{min-height:0;overflow:hidden;padding:0 1.5rem}.system-card--projects .system-card__bullets{position:relative;margin:0;padding:1.375rem 0 1.75rem;list-style:none;display:grid;gap:.75rem;border-top:1px dashed rgba(0,82,143,.28)}.system-card--projects .system-card__bullet{position:relative;display:flex;align-items:flex-start;color:var(--color-primary);font-size:.875rem;line-height:1.375rem;padding-left:1.375rem;margin-left:0}.system-card--projects .system-card__bullet::before{content:"";position:absolute;top:.34375rem;left:0;width:.625rem;height:.4375rem;background-image:url("data:image/svg+xml,%3Csvg width=%2728%27 height=%2720%27 viewBox=%270 0 28 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M8.54955 19.25L0 11.313L1.78896 9.65275L8.54955 15.927L25.711 0L27.5 1.66027L8.54955 19.25Z%27 fill=%27%2300528F%27 fill-opacity=%270.8%27/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}@media(max-width: 781px){.system-card--projects .system-card__configure{top:1.5rem;right:1.5rem}.system-card--projects .system-card__media--projects{padding:4.375rem 2rem 2.5rem;min-height:19.375rem}.system-card--projects .system-card__img--projects{max-height:11.25rem}.system-card--projects.has-ambient-slide .system-card__img--projects.system-card__img--ambient{height:11.25rem;max-height:11.25rem}.system-card--projects .system-card__dots--projects{margin-top:1.5rem}.system-card--projects .system-card__content--projects{padding:0 1.5rem 1.25rem}.system-card--projects .system-card__projects-details{padding:0 1.5rem}.system-card--projects .system-card__footer-main{align-items:flex-end}.system-card--projects .system-card__footer-view{padding-bottom:0}.system-card--projects .system-card__footer-view-link{padding-left:0;padding-right:0;min-height:auto;background:rgba(0,0,0,0) !important}}.systems-grid{width:100%;margin-top:6.25rem;margin-bottom:6.25rem}.systems-grid__layout{display:grid;gap:1.5rem}.systems-grid__top{display:grid;grid-template-columns:1fr auto;gap:1.5rem;align-items:center;margin-top:.5rem;margin-bottom:1.5rem}.systems-grid__tabs{display:grid;grid-auto-flow:column;width:100%;background-color:var(--color-primary-10);border-radius:50px;padding:.25rem;margin-bottom:20px}.systems-grid__tab{color:var(--color-primary);padding:.625rem;border-radius:50px;width:100%;cursor:pointer;font-size:.875rem;line-height:1.25rem;opacity:.6}.systems-grid__tab.is-active{background:var(--color-white);opacity:1}.systems-grid__search{position:relative;width:36.25rem}.systems-grid__search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;pointer-events:none;color:var(--color-primary)}.systems-grid__search-input{width:100%;padding:.75rem 1.25rem .75rem 2.5rem;font-size:.875rem;color:var(--color-primary);outline:none;border:1px solid var(--color-primary-10);border-radius:50px}.systems-grid__search-input::placeholder{color:var(--color-primary-60)}.systems-grid__search-input:focus{border-color:var(--color-primary)}.systems-grid__chips{font-size:.75rem;font-weight:500}.systems-grid__chips span{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.systems-grid__chip{display:inline-flex;align-items:center;gap:.5rem;background:var(--color-primary-5);color:var(--color-primary);border-radius:50px;padding:.5rem .75rem;cursor:pointer;transition:all .3s ease}.systems-grid__chip:hover{background-color:var(--color-primary-10)}.systems-grid__chip-x{font-size:1.25rem;font-weight:400}.systems-grid__chip-x:hover{opacity:.75}.systems-grid__clear{border:0;background:rgba(0,0,0,0);color:var(--color-primary);cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline;padding:.375rem .5rem}.systems-grid__body{display:grid;grid-template-columns:minmax(23.75rem, 26%) 1fr;gap:1.5rem;scrollbar-width:thin;scrollbar-color:var(--color-primary-30) rgba(0,0,0,0)}.systems-grid__body::-webkit-scrollbar{width:.375rem}.systems-grid__body::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.systems-grid__body::-webkit-scrollbar-thumb{border-radius:.625rem;background-color:var(--color-primary-30)}.systems-grid__body::-webkit-scrollbar-thumb:hover{background-color:var(--color-primary-60)}.systems-grid__filters{position:sticky;top:8rem;padding:2rem;padding-top:3rem;display:grid;gap:1.25rem;align-content:start;overflow:visible;isolation:isolate;height:fit-content}.systems-grid__filters::before{content:"";position:absolute;top:0;left:0;width:20.1875rem;height:7.0625rem;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27323%27 height=%27113%27 viewBox=%270 0 323 113%27 fill=%27none%27%3E%3Cpath d=%27M0.0000915527 24.0001C0.00012207 10.7452 10.7453 0.000106226 24.0001 9.83734e-05L190.057 0C200.012 0 209.563 3.79678 216.608 10.5534L285.253 62.6108C292.292 69.3674 301.843 73.1642 311.804 73.1642H323V113L0 113L0.0000915527 24.0001Z%27 fill=%27%23F2F6F9%27/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100% 100%;background-position:top left;z-index:-1;pointer-events:none}.systems-grid__filters::after{content:"";position:absolute;top:4.5625rem;left:0;right:0;bottom:0;background:var(--color-primary-5);border-radius:1.5rem;z-index:-1;pointer-events:none}.systems-grid__filters-header{display:flex;align-items:center;gap:.5rem;margin-top:-20px;margin-bottom:50px;margin-left:20px}.systems-grid__filters-title{font-size:1.5rem;font-weight:500;line-height:1.75rem;color:var(--color-primary)}.systems-grid__filters-count{width:1.75rem;height:1.75rem;border-radius:50%;display:grid;place-items:center;color:var(--color-primary);border:1px dashed var(--border-color, #d1d1d1);font-size:.75rem;font-weight:500}.systems-grid__filter-body{min-height:25rem}.systems-grid__filter-group{border-top:1px dashed var(--border-color, #d1d1d1);padding-top:1rem;padding-bottom:2rem;margin-bottom:2.5rem}.systems-grid__filter-group-header{width:100%;display:flex;justify-content:space-between;align-items:center;background:rgba(0,0,0,0);border:0;padding:0;cursor:pointer}.systems-grid__filter-group-icon{color:var(--color-primary)}.systems-grid__filter-group-title{font-size:.875rem;letter-spacing:.02em;text-transform:uppercase;color:var(--color-primary);font-weight:600}.systems-grid__filter-group-body{margin-top:.75rem;display:grid;gap:.625rem}.systems-grid__check{display:flex;gap:.625rem;align-items:center;color:var(--color-primary);font-size:.875rem;cursor:pointer}.systems-grid__check input[type=checkbox]{width:1rem;height:1rem;background-color:rgba(0,0,0,0);opacity:.5;transition:all .3s ease}.systems-grid__check input[type=checkbox]:checked{opacity:1;background-color:var(--color-primary);transition:all .3s ease}.systems-grid__check:hover input{opacity:1}.systems-grid__check-content{display:flex;gap:.625rem;align-items:center}.systems-grid__check-content img{max-height:3.125rem}.systems-grid__filters-footer{display:grid;grid-template-columns:1fr;gap:.625rem;margin-top:1rem}.systems-grid__filters-button{display:flex;justify-content:center;align-items:center;gap:.625rem;font-size:1rem;text-transform:uppercase;border-radius:50px;padding:1.5rem;border:1px dashed var(--border-color, #d1d1d1);color:var(--color-primary);cursor:pointer;transition:all .3s ease}.systems-grid__filters-button:hover{border-color:var(--color-primary);transition:all .3s ease}.systems-grid__filters-button--primary{background:var(--color-primary);color:var(--color-white);border-color:rgba(0,0,0,0)}.systems-grid__filters-button--primary:hover{border-color:rgba(0,0,0,0);background:var(--color-primary-dark)}.systems-grid__results{min-width:0}.systems-grid__grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:1.5rem}@media(max-width: 1440px){.systems-grid__grid{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(max-width: 1024px){.systems-grid__grid{grid-template-columns:1fr}}.systems-grid__status{padding:1.5rem;border:1px dashed var(--border-color, #d1d1d1);border-radius:1.5rem;color:var(--color-primary);background:var(--color-white)}.systems-grid__status--error{border-color:var(--color-primary)}.systems-grid__pagination{margin-top:1.5rem;display:flex;justify-content:center;gap:1rem;align-items:center}.systems-grid__page-btn{border:1px dashed var(--border-color, #d1d1d1);background:var(--color-white);color:var(--color-primary);padding:.5625rem .875rem;border-radius:999px;cursor:pointer}.systems-grid__page-btn:disabled{opacity:.35;cursor:default}.systems-grid__page-info{color:var(--color-primary)}@media(max-width: 1199px){body.is-systems-filters-open{overflow:hidden}.systems-grid{margin-top:2.5rem;margin-bottom:3.75rem}.systems-grid__body{display:block}.systems-grid__main{min-width:0}.systems-grid__top{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:0;margin-bottom:1.5rem}.systems-grid__search{order:1;width:100%}.systems-grid__chips{order:2}.systems-grid__chips>span{gap:.625rem}.systems-grid__clear{display:none}.systems-grid__mobile-filter-toggle{order:4;position:fixed;left:1rem;right:6.875rem;bottom:2.25rem;z-index:2;display:flex;align-items:center;justify-content:center;gap:.75rem;min-height:3.25rem;padding:.875rem 1.5rem;border:1px dashed var(--color-primary-30);border-radius:3.125rem;background:var(--color-white);color:var(--color-primary);font-size:.875rem;font-weight:500;text-transform:uppercase;cursor:pointer}}@media(max-width: 1199px)and (max-width: 781px){.systems-grid__mobile-filter-toggle{left:var(--content-padding);bottom:1.6875rem}}@media(max-width: 1199px){.systems-grid__mobile-filter-count{width:1.75rem;height:1.75rem;display:grid;place-items:center;border:1px dashed var(--color-primary-30);border-radius:50%;font-size:.75rem;line-height:1}.systems-grid__filters-backdrop{position:fixed;inset:0;z-index:1290;display:block;border:0;background:rgba(0,0,0,.18);backdrop-filter:blur(8px);cursor:pointer;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease}.systems-grid__filters-backdrop.is-open{opacity:1;visibility:visible;pointer-events:auto}.systems-grid__filters{position:fixed;inset:0;z-index:1300;width:90%;height:90%;margin:auto;overflow:hidden;opacity:1;visibility:visible;pointer-events:none;transform:translateX(110%);transition:transform .35s ease;background:rgba(0,0,0,0)}.systems-grid__filters.is-open{pointer-events:auto;transform:translateX(0)}.systems-grid__filters::before{content:"";position:absolute;top:5px;left:auto;right:0;width:16.0625rem;height:7.0625rem;background-image:url("data:image/svg+xml,%3Csvg width=%27287%27 height=%27108%27 viewBox=%270 0 287 108%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M286.944 24.0001C286.944 10.7453 276.199 0.000100709 262.944 9.22653e-05L118.103 0C109.259 0 100.774 3.6269 94.5161 10.0812L33.5333 59.8094C27.2801 66.2637 18.7955 69.8906 9.94663 69.8906H0V107.944L286.944 107.944L286.944 24.0001Z%27 fill=%27%23F2F6F9%27/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100% 100%;background-position:center;pointer-events:none}.systems-grid__filters-title{display:none}.systems-grid__filters-count{display:none}.systems-grid__filters-close{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;margin-left:auto;border:0;background:rgba(0,0,0,0);color:var(--color-primary);position:absolute;top:35px;right:24px;font-size:1.125rem;text-transform:uppercase;cursor:pointer}.systems-grid__filters-close::after{content:"";display:block;width:1.25rem;height:1.25rem;background-image:url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M4 4L19.9462 20%27 stroke=%27%2300528F%27 stroke-linecap=%27square%27/%3E%3Cpath d=%27M20 4L4.05382 20%27 stroke=%27%2300528F%27 stroke-linecap=%27square%27/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain;flex:0 0 auto}.systems-grid__tabs{position:relative;z-index:1;margin-bottom:0}.systems-grid__filter-body{position:relative;z-index:1;min-height:0;overflow-y:auto;padding-right:.25rem;padding-bottom:1.25rem;scrollbar-width:thin;scrollbar-color:var(--color-primary-30) rgba(0,0,0,0)}.systems-grid__filter-body::-webkit-scrollbar{width:.375rem}.systems-grid__filter-body::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.systems-grid__filter-body::-webkit-scrollbar-thumb{border-radius:.625rem;background-color:var(--color-primary-30)}.systems-grid__filter-body::-webkit-scrollbar-thumb:hover{background-color:var(--color-primary-60)}.systems-grid__filter-group{padding-top:.875rem;padding-bottom:.875rem}.systems-grid__filters-button{width:100%;min-height:3rem;justify-content:center}.systems-grid__grid{grid-template-columns:1fr;gap:1.5rem}}@media(min-width: 1200px){.systems-grid__mobile-filter-toggle,.systems-grid__filters-close,.systems-grid__filters-backdrop{display:none}}
