.videogames-section{position:relative;background:linear-gradient(135deg,#000,#000 25%,#000 75%,#8a3cff);padding:35px 0 45px;--scroll-indicator-color:hsla(0,0%,100%,0.4);--scroll-indicator-active-color:#fff;--scroll-indicator-active-width:22px;--scroll-indicator-margin:20px}.videogames-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(../../images/grey-dots-pattern.svg) repeat 0 0;opacity:.4;pointer-events:none;z-index:0}.videogames-section .container.videogames{position:relative;z-index:1;display:block;padding:0 20px}@media(min-width:768px){.videogames-section .container.videogames{display:grid;grid-template-columns:1fr auto;grid-template-areas:"head   action" "layout layout";column-gap:20px;row-gap:30px}}.videogames-section .videogames-section__head{text-align:left;margin-bottom:20px}.videogames-section .videogames-section__head .title,.videogames-section .videogames-section__head p{color:#fff;text-align:left}.videogames-section .videogames-section__head .title{margin-bottom:0;font:normal normal 700 30px/54px system-ui,sans-serif}@media(min-width:768px){.videogames-section .videogames-section__head .title{font-size:36px}}.videogames-section .videogames-section__head p{margin:0;font:normal normal normal 17px/26px system-ui,sans-serif}@media(min-width:768px){.videogames-section .videogames-section__head{grid-area:head;margin-bottom:0}}@media(min-width:768px){.videogames-section .videogames-section__layout{grid-area:layout}}.videogames-section .videogames-section__action{margin-top:35px;text-align:center}@media(min-width:768px){.videogames-section .videogames-section__action{grid-area:action;justify-self:end;align-self:start;margin-top:0}}.videogames-section .videogames-section__action a{display:inline-flex;align-items:center;gap:10px;font:normal normal 700 16px/26px system-ui,sans-serif;color:#fff;white-space:nowrap;border:2px solid #fff;border-radius:12px;padding:10px 35px}.videogames-section .videogames-section__action a:after{content:"";display:inline-block;width:6px;height:6px;border-top:1px solid #fff;border-right:1px solid #fff;transform:rotate(45deg)}@media(min-width:768px){.videogames-section .videogames-section__action a:hover{color:#3cffd0;border-color:#3cffd0}}.videogames-section .videogames-section__featured{margin-bottom:15px}.videogames-section .videogames-section__items{display:flex;gap:15px;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;padding-bottom:10px;scrollbar-width:none;-ms-overflow-style:none}.videogames-section .videogames-section__items::-webkit-scrollbar{display:none}.videogames-section .videogames-section__items>.videogames-card{flex:0 0 80%;max-width:80%;scroll-snap-align:start}@media(min-width:768px){.videogames-section .videogames-section__layout{display:grid;grid-template-columns:1fr 1fr;gap:1em;align-items:stretch}.videogames-section .videogames-section__featured{margin-bottom:0}.videogames-section .videogames-section__items{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:1em;overflow:visible;padding-bottom:0}.videogames-section .videogames-section__items>.videogames-card{flex:none;max-width:none}}.videogames-section .videogames-card{position:relative;height:100%;border-radius:16px;box-shadow:2px 2px 1px rgba(0,0,0,.1607843137254902);overflow:hidden}.videogames-section .videogames-card .videogames-card__media{position:relative;display:block;height:100%}.videogames-section .videogames-card .videogames-card__figure{position:relative;margin:0;height:100%;overflow:hidden}.videogames-section .videogames-card .videogames-card__img{display:block;width:100%;height:210px;object-fit:cover;transition:transform .2s ease-in-out}.videogames-section .videogames-card:hover .videogames-card__img{transform:scale(1.05)}@media(min-width:768px){.videogames-section .videogames-card:hover .videogames-card__title{color:#3cffd0}}.videogames-section .videogames-card .videogames-card__overlay{position:absolute;left:0;right:0;bottom:0;padding:18px;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.75) 25%,rgba(0,0,0,.82))}.videogames-section .videogames-card .videogames-card__title{margin:0 0 4px;color:#fff;font:normal normal 700 19px/22px system-ui,sans-serif;transition:color .2s ease-in-out}.videogames-section .videogames-card .videogames-card__text p{color:#fff;font:normal normal normal 17px/26px system-ui,sans-serif;margin:0;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;display:-webkit-box}.videogames-section .videogames-card--featured .videogames-card__img{min-height:300px}@media(min-width:768px){.videogames-section .videogames-card--featured .videogames-card__img{height:100%;max-height:444px}}@media(min-width:768px){.videogames-section .videogames-card--featured .videogames-card__overlay{padding:28px 32px}}.videogames-section .videogames-card--featured .videogames-card__text p{line-clamp:2;-webkit-line-clamp:2}