:root{--deep-blue: #2127D1;--blue: #2543E3;--light-blue: #5D76FF;--yellow: #FBEB2E;--white: #FFFFFF}.gallery-page{background-color:var(--deep-blue);position:relative;overflow:clip;padding-block:clamp(180px,172.8813559322px + 1.6949152542vw,200px) clamp(0px,-42.7118644068px + 10.1694915254vw,120px)}.gallery-page__title{color:var(--yellow);text-align:center;text-transform:uppercase}@media(max-width:768px){.gallery-page__title{margin-bottom:50px}}.gallery-page__viewport{width:100%;overflow:hidden}@media(min-width:769px){.gallery-page__viewport{min-height:42vw;display:grid;align-items:center}}@media(max-width:768px){.gallery-page__viewport{display:none}}@media(min-width:769px){.gallery-page__track{display:flex;gap:20px;width:-moz-max-content;width:max-content;white-space:nowrap;cursor:grab;will-change:transform;padding-inline:4vw}.gallery-page__track:active{cursor:grabbing}}.gallery-page__item{transform-style:preserve-3d}@media(min-width:769px){.gallery-page__item{width:22vw;flex-shrink:0}}.gallery-page__item-img{width:100%;aspect-ratio:330/385;display:block;-o-object-fit:cover;object-fit:cover;border-radius:15px;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none;transform-style:preserve-3d}.gallery-page__marquees{display:none;flex-direction:column;gap:15px}@media(max-width:768px){.gallery-page__marquees{display:flex}}.gallery-page__row{overflow:hidden;width:100%}.gallery-page__marquee-track{display:flex;gap:15px;width:-moz-max-content;width:max-content;will-change:transform}.gallery-page__row--left .gallery-page__marquee-track{animation:gallery-page-marquee-left 20s linear infinite}.gallery-page__row--right .gallery-page__marquee-track{animation:gallery-page-marquee-right 20s linear infinite}.gallery-page__marquee-item{flex-shrink:0;width:160px;aspect-ratio:330/385;border-radius:18px;overflow:hidden}.gallery-page__marquee-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}@keyframes gallery-page-marquee-left{0%{transform:translate(0)}to{transform:translate(calc(-50% - 7.5px))}}@keyframes gallery-page-marquee-right{0%{transform:translate(calc(-50% - 7.5px))}to{transform:translate(0)}}@media(prefers-reduced-motion:reduce){.gallery-page__item-img{transition:none!important}.gallery-page__marquee-track{animation:none!important}}
