.visual-overlay-button{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;z-index:1}.visual-overlay-button__button-wrapper{position:absolute;left:50%;top:50%;transform:translate3d(-50%,-50%,0)}.thumbnail-gallery{height:calc(100vw - 2*var(--gutter));display:flex;flex-flow:column}@media(min-width:60em){.thumbnail-gallery{height:646px;flex-flow:row nowrap;align-items:stretch}}.thumbnail-gallery__thumbnail-container{flex:0 0 auto;overflow:hidden;width:100%;position:relative}@media(min-width:60em){.thumbnail-gallery__thumbnail-container{flex:0 0 110px;margin-right:24px;height:100%}}.thumbnail-gallery__thumbnails{display:flex;justify-content:flex-start;transition:transform .3s}@media(min-width:60em){.thumbnail-gallery__thumbnails{flex-direction:column}}.thumbnail-gallery__thumbnail{border-radius:10px;overflow:hidden;isolation:isolate;position:relative;flex:0 0 auto;width:calc((100% - 4*24px)/5);padding-bottom:calc((100% - 4*24px)/5);align-items:center;justify-content:center;border:1px solid #ccc;margin:0 24px 0 0;transition:border .3s}.thumbnail-gallery__thumbnail:before{content:"";width:100%;height:0;padding-bottom:100%}.thumbnail-gallery__thumbnail svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);stroke:#1f1f1f}@media(max-width:59.99em){.thumbnail-gallery__thumbnail svg{transform:translate(-50%,-50%) scale(.8);overflow:visible;stroke-width:1.25px}}@media(min-width:60em){.thumbnail-gallery__thumbnail{margin:0 0 24px;height:110px;width:110px}}.thumbnail-gallery__thumbnail--current{border-color:#df1b12}.thumbnail-gallery__next,.thumbnail-gallery__prev{border-radius:10px;overflow:hidden;isolation:isolate;position:absolute;border:1px solid #ccc;display:flex;height:0;padding-bottom:calc((100% - 4*24px)/5);width:calc((100% - 4*24px)/5);top:0;background:#f2f2f2;transition:opacity .2s;cursor:pointer}@media(min-width:60em){.thumbnail-gallery__next,.thumbnail-gallery__prev{width:110px;height:110px}}.thumbnail-gallery__next--hidden,.thumbnail-gallery__prev--hidden{opacity:0;pointer-events:none}.thumbnail-gallery__next svg,.thumbnail-gallery__prev svg{position:absolute;left:50%;top:50%}.thumbnail-gallery__next path,.thumbnail-gallery__prev path{fill:#000}.thumbnail-gallery__next{bottom:0;right:0}.thumbnail-gallery__next svg{transform:translate3d(-50%,-50%,0) rotate(-90deg)}@media(min-width:60em){.thumbnail-gallery__next svg{transform:translate3d(-50%,-50%,0)}.thumbnail-gallery__next{top:unset}}.thumbnail-gallery__prev{left:0}.thumbnail-gallery__prev svg{transform:translate3d(-50%,-50%,0) rotate(90deg)}@media(min-width:60em){.thumbnail-gallery__prev svg{transform:translate3d(-50%,-50%,0) rotate(180deg)}}.thumbnail-gallery__current-container{border-radius:20px;isolation:isolate;position:relative;flex:1 0 200px;border:1px solid #ccc;margin-bottom:24px;overflow:hidden}@media(min-width:60em){.thumbnail-gallery__current-container{order:2;margin-bottom:0}}.thumbnail-gallery .visual-overlay-button__button-wrapper svg{stroke:rgba(0,0,0,0)}@keyframes move-up-first{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes move-up-second{0%{transform:translateY(20px)}to{transform:translateY(0)}}@keyframes show{0%{opacity:0}40%,to{opacity:1}}@keyframes hide{0%{opacity:1}40%,to{opacity:0}}@keyframes move-arrow-first{0%{transform:translateX(0);opacity:1}25%{opacity:0}to{opacity:0;transform:translateX(22px)}}@keyframes move-arrow-second{0%{transform:translateX(-22px);opacity:0}25%{opacity:0}50%{opacity:1}to{opacity:1;transform:translateX(0)}}.article-item{overflow:hidden;position:relative;--title-margin:12px}@media(max-width:47.99em){.article-item{grid-column:span 4}}@media(min-width:48em)and (max-width:59.99em){.article-item{grid-column:span 2;margin-left:40px}@supports(grid-gap:var(--gutter )){.article-item{margin-left:0}}}@media(min-width:60em){.article-item{grid-column:span 2;margin-left:40px}@supports(grid-gap:var(--gutter )){.article-item{margin-left:0}}@supports(grid-gap:40px){.article-item{margin-left:0}}}@media(max-width:59.99em){.article-item--empty,.article-item--special-title-column{display:none}}@media(max-width:47.99em){.article-item--224-title-right-middle,.article-item--224-title-right-top,.article-item--422-title-left{grid-column:span 4}}@media(min-width:48em)and (max-width:59.99em){.article-item--224-title-right-middle,.article-item--224-title-right-top,.article-item--422-title-left{grid-column:span 4;margin-left:40px}@supports(grid-gap:var(--gutter )){.article-item--224-title-right-middle,.article-item--224-title-right-top,.article-item--422-title-left{margin-left:0}}}@media(min-width:60em){.article-item--224-title-right-middle,.article-item--224-title-right-top,.article-item--422-title-left{grid-column:span 4;margin-left:40px}@supports(grid-gap:var(--gutter )){.article-item--224-title-right-middle,.article-item--224-title-right-top,.article-item--422-title-left{margin-left:0}}@supports(grid-gap:40px){.article-item--224-title-right-middle,.article-item--224-title-right-top,.article-item--422-title-left{margin-left:0}}}.article-item--224-title-right-middle{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}@media(min-width:60em){.article-item--224-title-right-middle{height:calc((100vw - var(--gutter)*(var(--columns) + 1))/var(--columns)*2 + var(--gutter)*1);max-height:calc((1600px - var(--gutter)*(var(--columns) + 1))/var(--columns)*2 + var(--gutter)*1);max-height:none;min-height:190px}.article-item--sticky{position:sticky;top:calc(50% - 130px)}}@media(max-width:59.99em){.article-item--sticky{margin-top:calc(var(--title-margin)*-1);padding-top:var(--title-margin);grid-row-start:1}}.article-item__image{border-radius:20px;overflow:hidden;isolation:isolate;position:relative;margin-bottom:24px;max-width:100%}@media(min-width:48em){.article-item__image{margin-bottom:40px}}.article-item__image--icon .image__image{width:auto}.article-item__image--sharp-corners{border-radius:0}.article-item__label{font-family:var(--gilroy-bold,gilroybold),Helvetica,Arial,sans-serif;font-size:14px;line-height:18px;letter-spacing:.2px;padding:2px 0;margin-bottom:24px;display:inline-block;box-shadow:inset 0 -2px 0 #df1b12;color:#000}@media(min-width:48em){.article-item{--title-margin:18px}}.article-item__title{overflow-wrap:break-word;margin-bottom:var(--title-margin)}.article-item__body{overflow-wrap:break-word;margin-bottom:16px}@media(min-width:48em){.article-item__body{margin-bottom:24px}}.article-item__link{color:#666}@media(max-width:59.99em){.article-item>:last-child:not(:first-child){margin-bottom:0}}@media(min-width:60em){.article-item>:last-child{margin-bottom:0}}.article-item__cta:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.article-item--has-cta .article-item__body a{position:relative;z-index:1}.article-item--has-cta:hover .headline3{text-decoration:none}.logos{overflow:hidden;display:flex;margin-bottom:16px}.logos__inner{flex-wrap:wrap;margin-right:8px}