.product_grid{margin:0 auto;max-width:100%;--grid-layout-gap:1rem;--grid-item--min-width:220px;--gap-count:calc(var(--grid-column-count) - 1);--total-gap-width:calc(var(--gap-count)*var(--grid-layout-gap));--grid-item--max-width:calc((100% - var(--total-gap-width))/var(--grid-column-count));display:grid;grid-auto-flow:dense;grid-template-columns:repeat(auto-fill,minmax(max(var(--grid-item--min-width),var(--grid-item--max-width)),1fr));justify-content:center;padding:0;grid-gap:0}.product_grid>*{list-style:none}.product_grid>:not(.fullwidth){padding:.5rem}.product_grid>*>.f-inner{align-items:flex-start;background:#fff;border:2px solid #dddedf;border-radius:0;box-sizing:border-box;display:flex;flex-direction:column;gap:.5rem;height:100%;position:relative}.product_grid>:not(.fullwidth) .f-inner{justify-content:center;padding:1rem;position:relative}.product_grid>:not(.fullwidth) p{font-size:18px;line-height:19px;margin:10px 0 0;opacity:1}.product_grid>:not(.fullwidth) .location{color:#8b8b8b;font-size:16px;line-height:19px;margin:0;opacity:1}.product_grid>:not(.fullwidth) img{max-width:100%}.product_grid .f-inner>*{position:relative;z-index:3}.product_grid>* button{cursor:pointer;height:100%;opacity:0;position:absolute!important;width:100%;z-index:3}.product_grid>.fullwidth{grid-column:1/-1;height:auto;opacity:1;visibility:visible}.product_grid>.fullwidth.is-hidden{height:0;overflow:hidden}.product_grid>.fullwidth:not(.is-hidden){padding:.5rem}.product_grid>.fullwidth .f-inner{align-items:stretch;background:#0083ca;border-radius:0;color:#fff;display:flex;flex-direction:row;gap:0;justify-content:stretch;position:relative;text-align:left;transition:all .3s ease-in-out}.product_grid>.fullwidth .f-inner>.col_1{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;min-height:300px;padding:4rem}.product_grid>.fullwidth .f-inner>*{position:relative;width:100%}.product_grid>.fullwidth .f-inner>.col_2 img{height:100%;left:0;object-fit:cover;object-position:center;position:absolute;top:0;width:100%}.product_grid>:not(.fullwidth) .f-inner:before{background:#0083ca;content:"";height:2rem;left:calc(50% - 1rem);opacity:0;position:absolute;top:calc(100% - 2.5rem);transform:rotate(45deg);width:2rem}.product_grid>:not(.fullwidth) .f-inner:after{background:#fff;border-bottom:4px solid #0083ca;border-radius:0;bottom:0;content:"";height:4rem;left:0;opacity:0;position:absolute;width:100%}.product_grid>:not(.fullwidth) .f-inner:after,.product_grid>:not(.fullwidth) .f-inner:before{transition:all .3s}.product_grid>.is-selected .f-inner:after,.product_grid>.is-selected .f-inner:before{opacity:1}.product_grid>:not(.fullwidth) .f-inner:before{transition-delay:0s}.product_grid>:not(.fullwidth) .f-inner:after{transition-delay:.15s}.product_grid>.is-selected .f-inner:before{top:calc(100% - 1.75rem);transition-delay:.15s}.product_grid>.is-selected .f-inner:after{transition-delay:0s}.product_grid a.bricks-button{background:#fff;border-radius:8px;color:#485e81;margin-top:1rem;padding:.5rem 1rem;text-decoration:none}.product_grid img.logo{height:100%;width:auto}.product_grid>:not(.fullwidth) img.logo{object-fit:contain;width:100%}.product_grid>:not(.fullwidth) .companyname{color:#000}@media (max-width:767px){.product_grid>.fullwidth .f-inner{flex-direction:column}.product_grid>.fullwidth .f-inner .col_1{min-height:unset;padding:2rem 1.5rem 1rem}.product_grid>.fullwidth .f-inner .col_1,.product_grid>.fullwidth .f-inner .col_2{width:100%}.product_grid>.fullwidth .f-inner .col_2 img{border-radius:10px;height:auto;margin:1.5rem;max-width:calc(100% - 3rem);position:static}}.product_grid>.fullwidth .f-inner{max-height:800px;opacity:1;overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out}.product_grid>.fullwidth.is-hidden{opacity:0;visibility:hidden}.product_grid>.fullwidth.is-hidden .f-inner{max-height:0;opacity:0}.product_grid>.fullwidth.cross-fade .f-inner{transition:opacity .3s ease-in-out}