@import url("https://fonts.googleapis.com/css2?family=Gazpacho:wght@400;700;900&display=swap");.dg-gallery{background-color:#000;gap:0;min-height:800px;overflow:hidden;padding:0}.dg-gallery,.dg-gallery__left{align-items:center;display:flex}.dg-gallery__left{flex:0 0 46%;padding:48px 64px}.dg-gallery__heading{color:#fff;font-family:Gazpacho,serif;font-size:clamp(28px,3vw,44px);font-weight:400;line-height:1.15;margin:0;max-width:420px}.dg-gallery__columns{align-items:flex-start;display:flex;flex:1;gap:40px;height:800px;margin-right:-40px;overflow:hidden;padding:0}.dg-gallery__col{contain:strict;flex:1;height:100%;overflow:hidden;position:relative}.dg-gallery__track{backface-visibility:hidden;display:flex;flex-direction:column;gap:40px;will-change:transform}.dg-gallery__col--down .dg-gallery__track{animation:scrollDown 18s linear infinite}.dg-gallery__col--up .dg-gallery__track{animation:scrollUp 18s linear infinite}.dg-gallery__card{background:#111;border-radius:25px;flex-shrink:0;overflow:hidden}.dg-gallery__card img{aspect-ratio:4/3;border-radius:25px;display:block;object-fit:cover;width:100%}@keyframes scrollDown{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes scrollUp{0%{transform:translateY(-50%)}to{transform:translateY(0)}}@media (max-width:768px){.dg-gallery{align-items:center;flex-direction:column;min-height:auto;padding-bottom:40px}.dg-gallery__left{display:flex;flex:none;justify-content:center;padding:48px 32px 24px;width:100%}.dg-gallery__heading{max-width:260px;padding-bottom:40px;text-align:center}.dg-gallery__columns{flex-direction:column;gap:10px;height:auto;margin-right:0;overflow:hidden;padding:0;width:100%}.dg-gallery__col{contain:strict;flex:none;height:220px;overflow:hidden;width:100%}.dg-gallery__track{backface-visibility:hidden;flex-direction:row;gap:20px}.dg-gallery__col--down .dg-gallery__track{animation:scrollLeft 18s linear infinite}.dg-gallery__col--up .dg-gallery__track{animation:scrollRight 18s linear infinite}.dg-gallery__card img{aspect-ratio:unset;height:200px;width:280px}.dg-gallery__card{flex-shrink:0}@keyframes scrollLeft{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes scrollRight{0%{transform:translateX(-50%)}to{transform:translateX(0)}}}