.grid-motion .intro,.grid-motion.noscroll{height:100%;width:100%;overflow:hidden}.grid-motion .intro{min-height:100vh;position:relative;display:flex;align-items:center;justify-content:center}.grid-motion .intro:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-size:250px;pointer-events:none;z-index:4}.grid-motion .gridMotion-container{gap:1rem;flex:none;position:relative;width:150vw;height:150vh;display:grid;grid-template-rows:repeat(4,1fr);grid-template-columns:100%;transform:rotate(-15deg);transform-origin:center center;z-index:2}.grid-motion .row{display:grid;gap:1rem;grid-template-columns:repeat(7,1fr);min-height:0;will-change:transform,filter}.grid-motion .row__item{position:relative;height:100%;min-height:0}.grid-motion .row__item-inner{position:relative;width:100%;height:100%;min-height:180px;overflow:hidden;border-radius:10px;background-color:#111;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem}.grid-motion .row__item-img,.grid-motion .row__item-video{width:100%;height:100%;position:absolute;top:0;left:0}.grid-motion .row__item-img{background-size:cover;background-position:50% 50%}.grid-motion .row__item-video{-o-object-fit:cover;object-fit:cover}.grid-motion .row__item-content{padding:1rem;text-align:center;z-index:1}.grid-motion .fullview{position:relative;width:100%;height:100%;top:0;left:0;pointer-events:none}.grid-motion .fullview .row__item-inner{border-radius:0}@media (max-width:768px){.grid-motion .intro{min-height:100%}.grid-motion .gridMotion-container{width:300vw;height:115vh;gap:.45rem;transform:rotate(-10deg)}.grid-motion .row{gap:.45rem}.grid-motion .row__item-inner{min-height:88px;border-radius:8px}}@media (max-width:480px){.grid-motion .gridMotion-container{width:340vw;height:108vh;gap:.35rem;transform:rotate(-9deg)}.grid-motion .row{gap:.35rem}.grid-motion .row__item-inner{min-height:72px;border-radius:6px}}