.rockstargames-modules-core-highlightsd14a59535c6df8134c3dac65e9783a91{grid-gap:var(--grid-gap-xs);display:flex;flex-direction:column;grid-column-start:1;grid-row-start:1;height:auto;max-height:18rem;position:relative}@media (min-width:1440px){.rockstargames-modules-core-highlightsd14a59535c6df8134c3dac65e9783a91{flex-grow:1;height:100%;max-height:calc((100vw - (var(--padding-sides) * 2)) * .28125 - 2rem);min-height:15rem}}.rockstargames-modules-core-highlightsd14a59535c6df8134c3dac65e9783a91 h1{color:var(--color-h)!important;font-family:var(--font-family-h)!important;font-size:var(--font-size-4)!important;font-weight:var(--font-weight-regular)!important;letter-spacing:var(--letter-spacing-h)!important;line-height:var(--line-height-md)!important;margin-bottom:0!important}.rockstargames-modules-core-highlightsd14a59535c6df8134c3dac65e9783a91 p{color:var(--color-body);font-family:var(--font-family-body);font-size:var(--font-size-3);font-weight:var(--font-weight-regular);letter-spacing:var(--letter-spacing-body);line-height:var(--line-height-lg)}.rockstargames-modules-core-highlightsd14a59535c6df8134c3dac65e9783a91:after{background:linear-gradient(180deg,transparent 20%,var(--black-200) 100%);bottom:var(--padding-md);content:"";height:4.25rem;left:0;opacity:1;pointer-events:none;position:absolute;right:0;transition:opacity .3s ease-in-out}@media (min-width:1440px){.rockstargames-modules-core-highlightsd14a59535c6df8134c3dac65e9783a91:after{bottom:0}}.rockstargames-modules-core-highlightsd14a59535c6df8134c3dac65e9783a91.rockstargames-modules-core-highlightsda43304a78c2d7b9a4404c4dab983a5f:after{opacity:0}#rockstargames-modules-core-highlightsb485fe85babeaa01e1cf0946b8f855ef{padding:var(--padding-md);padding-bottom:0}@media (max-width:1440px){#rockstargames-modules-core-highlightsb485fe85babeaa01e1cf0946b8f855ef{padding-bottom:var(--padding-md);padding-top:0}}@media (min-width:2560px){#rockstargames-modules-core-highlightsb485fe85babeaa01e1cf0946b8f855ef{padding:3rem}}#rockstargames-modules-core-highlightsb485fe85babeaa01e1cf0946b8f855ef .rockstargames-modules-core-highlightsc3266e97f5a95a46021c60e31128a8e6{color:var(--color-h);font-family:var(--font-family-h);font-size:var(--font-size-6);font-weight:var(--font-weight-regular);font-weight:var(--font-weight-bold);letter-spacing:var(--letter-spacing-h);line-height:var(--line-height-md)}.rockstargames-modules-core-highlightsf644dd79020a84aa7b281d705020af19{overflow:hidden;overflow-y:scroll;scrollbar-color:var(--white-15) transparent;scrollbar-width:auto}.rockstargames-modules-core-highlightsf644dd79020a84aa7b281d705020af19::-webkit-scrollbar{width:8px}.rockstargames-modules-core-highlightsf644dd79020a84aa7b281d705020af19::-webkit-scrollbar-track{background:transparent}.rockstargames-modules-core-highlightsf644dd79020a84aa7b281d705020af19::-webkit-scrollbar-thumb{background-color:var(--white-15);border:none;border-radius:10px}.rockstargames-modules-core-highlightsf644dd79020a84aa7b281d705020af19 p{margin:0 0 var(--spacing-sm)!important}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}

.rockstargames-modules-core-highlightsbbde5539e2c654279be115c23e8bf5e2{grid-gap:var(--grid-gap-sm);display:grid;grid-area:highlights;grid-template-columns:auto}@media (min-width:1440px){.rockstargames-modules-core-highlightsbbde5539e2c654279be115c23e8bf5e2{grid-gap:0}}.rockstargames-modules-core-highlightsc12a2f21b1f733d28256c8019f082344{position:relative;z-index:1}.rockstargames-modules-core-highlightsf662fcf883e04456a890585ea0b56b4a{aspect-ratio:16/9;border-radius:var(--border-radius-md);bottom:-2.5rem;display:flex;flex-direction:row;margin:-2.5rem 1.5rem 0 0;overflow:hidden;position:relative;width:calc(100% - 1.5rem)}@media (min-width:768px){.rockstargames-modules-core-highlightsf662fcf883e04456a890585ea0b56b4a{margin:0 var(--margin-lg) 0 0;width:calc(100% - var(--margin-lg))}}@media (min-width:1440px){.rockstargames-modules-core-highlightsf662fcf883e04456a890585ea0b56b4a{bottom:calc(((100vw - (var(--padding-sides) * 2)) * .28125) * -1);margin:calc(((100vw - (var(--padding-sides) * 2)) * .28125) * -1) 0 0;width:50%}}.rockstargames-modules-core-highlightsf662fcf883e04456a890585ea0b56b4a img{width:100%}.rockstargames-modules-core-highlightsf662fcf883e04456a890585ea0b56b4a .rockstargames-modules-core-highlightsbef4ae3fa1935b746f984a011a6f9d8a{position:absolute;top:50%;transform:translateY(-50%);z-index:6}@media (max-width:780px){.rockstargames-modules-core-highlightsf662fcf883e04456a890585ea0b56b4a .rockstargames-modules-core-highlightsbef4ae3fa1935b746f984a011a6f9d8a{display:none}}.rockstargames-modules-core-highlightsf662fcf883e04456a890585ea0b56b4a .swiper{-ms-overflow-style:none;aspect-ratio:16/9;height:100%;scrollbar-width:none;width:100%}.rockstargames-modules-core-highlightsf662fcf883e04456a890585ea0b56b4a .swiper::-webkit-scrollbar{display:none}.rockstargames-modules-core-highlightsf662fcf883e04456a890585ea0b56b4a .swiper-wrapper{aspect-ratio:16/9;display:grid;grid-template-columns:repeat(100,1fr)}@media (min-width:1024px){.rockstargames-modules-core-highlightsf662fcf883e04456a890585ea0b56b4a .swiper-wrapper{display:grid;grid-template-columns:repeat(100,1fr);width:100%}}.rockstargames-modules-core-highlightsf662fcf883e04456a890585ea0b56b4a .swiper-pagination-bullet{--swiper-pagination-bullet-inactive-color:var(--white-100);--swiper-pagination-color:var(--white-100);--swiper-pagination-bullet-inactive-opacity:0.65;--swiper-pagination-bullet-opacity:1;--swiper-pagination-bullet-horizontal-gap:var(--grid-gap-xxs);--swiper-pagination-bullet-size:0.5rem;background:var(--swiper-pagination-color,#fff);opacity:var(--swiper-pagination-bullet-opacity,1)}.rockstargames-modules-core-highlightsf662fcf883e04456a890585ea0b56b4a .swiper-pagination-bullets.swiper-pagination-horizontal{--swiper-pagination-bullet-inactive-color:var(--white-100);--swiper-pagination-color:var(--white-100);--swiper-pagination-bullet-inactive-opacity:0.65;--swiper-pagination-bullet-opacity:1;--swiper-pagination-bullet-horizontal-gap:var(--grid-gap-xxs);--swiper-pagination-bullet-size:0.5rem;--swiper-pagination-bullet-width:0.5rem;--swiper-pagination-bullet-height:0.5rem;--swiper-pagination-bullet-horizontal-gap:0.5rem;background:linear-gradient(180deg,transparent,var(--black-65) 100%);bottom:0;display:flex;height:calc((var(--padding-sm) * 2) + .5rem);justify-content:center;opacity:1;padding:var(--padding-sm) 0;transition:none;z-index:10}.rockstargames-modules-core-highlightsf662fcf883e04456a890585ea0b56b4a .swiper-pagination-bullet{opacity:var(--swiper-pagination-bullet-inactive-opacity,1)}.rockstargames-modules-core-highlightsf662fcf883e04456a890585ea0b56b4a .swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1)}.rockstargames-modules-core-highlightsf662fcf883e04456a890585ea0b56b4a .rockstargames-modules-core-highlightsd8153b8d2e83249dc2a89c7fdfe7511e{opacity:1}.rockstargames-modules-core-highlightsf662fcf883e04456a890585ea0b56b4a .rockstargames-modules-core-highlightsd8153b8d2e83249dc2a89c7fdfe7511e[disabled]{opacity:0;pointer-events:none}.rockstargames-modules-core-highlightsf662fcf883e04456a890585ea0b56b4a .rockstargames-modules-core-highlightsf8700c66c8e1cf14b94d3f38b4834cf8{opacity:0}.rockstargames-modules-core-highlightsda9d19ff30f37b7b1252ab255502f6fa{align-items:center;display:flex;flex-direction:row;gap:var(--grid-gap-xxs);justify-content:center;width:100%;z-index:10}.rockstargames-modules-core-highlightsda9d19ff30f37b7b1252ab255502f6fa,.rockstargames-modules-core-highlightsda9d19ff30f37b7b1252ab255502f6fa:after{bottom:0;height:3.125rem;position:absolute}.rockstargames-modules-core-highlightsda9d19ff30f37b7b1252ab255502f6fa:after{background:linear-gradient(180deg,hsla(0,0%,7%,0),hsla(0,0%,7%,.65));content:"";left:0;right:0;z-index:1}.rockstargames-modules-core-highlightsf99db8e9b84e0f9a31481d0f9f5f22d7{border:none;border-radius:100%;cursor:pointer;display:flex;height:10px;opacity:.4;padding:0;transition:all .3s ease-in-out;width:10px;z-index:10}.rockstargames-modules-core-highlightsf99db8e9b84e0f9a31481d0f9f5f22d7:hover{opacity:1}.rockstargames-modules-core-highlightsb85877a27995f6e019da8576da83fde3,.rockstargames-modules-core-highlightsa86f0eaca3ff34a70644a48f849948f7{border:1px solid var(--border-color)!important;border-radius:var(--border-radius-xs,2px)!important;height:2.5rem;overflow:hidden;transition:all .3s ease-in-out;width:2.5rem}.rockstargames-modules-core-highlightsb85877a27995f6e019da8576da83fde3:active,.rockstargames-modules-core-highlightsb85877a27995f6e019da8576da83fde3:focus,.rockstargames-modules-core-highlightsb85877a27995f6e019da8576da83fde3:hover,.rockstargames-modules-core-highlightsa86f0eaca3ff34a70644a48f849948f7:active,.rockstargames-modules-core-highlightsa86f0eaca3ff34a70644a48f849948f7:focus,.rockstargames-modules-core-highlightsa86f0eaca3ff34a70644a48f849948f7:hover{border:1px solid var(--white)!important}.rockstargames-modules-core-highlightsb85877a27995f6e019da8576da83fde3{background:var(--black-65,rgba(0,0,0,.65));background:var(--black-200);border:none;border-radius:50%;border-radius:0;border-bottom-right-radius:0!important;border-right:none!important;border-top-right-radius:0!important;cursor:pointer;height:3rem;padding:0;position:relative;right:0;transition:background .3s ease-in-out;width:3rem}.rockstargames-modules-core-highlightsb85877a27995f6e019da8576da83fde3:after{background:url("23bdc67ffcc24a66b8fe01ae5c40a7ed.svg") no-repeat 50%/1rem;content:"";display:block;height:100%;left:0;position:absolute;top:0;transition:.3s ease-in-out;width:100%}@media (pointer:coarse){.rockstargames-modules-core-highlightsb85877a27995f6e019da8576da83fde3:active,.rockstargames-modules-core-highlightsb85877a27995f6e019da8576da83fde3:focus{background:var(--white-100,#fff)}.rockstargames-modules-core-highlightsb85877a27995f6e019da8576da83fde3:active:after,.rockstargames-modules-core-highlightsb85877a27995f6e019da8576da83fde3:focus:after{filter:invert(1)}}@media not ((pointer:coarse)){.rockstargames-modules-core-highlightsb85877a27995f6e019da8576da83fde3:focus,.rockstargames-modules-core-highlightsb85877a27995f6e019da8576da83fde3:hover{background:var(--white-100,#fff)}.rockstargames-modules-core-highlightsb85877a27995f6e019da8576da83fde3:focus:after,.rockstargames-modules-core-highlightsb85877a27995f6e019da8576da83fde3:hover:after{filter:invert(1)}}.rockstargames-modules-core-highlightsb85877a27995f6e019da8576da83fde3:after{background-size:1.5rem}.rockstargames-modules-core-highlightsa86f0eaca3ff34a70644a48f849948f7{background:var(--black-65,rgba(0,0,0,.65));background:var(--black-200);border:none;border:1px solid var(--border-color);border-left:none!important;border-radius:50%;border-radius:0;border-bottom-left-radius:0!important;border-top-left-radius:0!important;cursor:pointer;height:3rem;left:0;padding:0;position:relative;transition:background .3s ease-in-out;width:3rem}.rockstargames-modules-core-highlightsa86f0eaca3ff34a70644a48f849948f7:after{background:url("") no-repeat 50%/1rem;content:"";display:block;height:100%;left:0;position:absolute;top:0;transition:.3s ease-in-out;width:100%}@media (pointer:coarse){.rockstargames-modules-core-highlightsa86f0eaca3ff34a70644a48f849948f7:active,.rockstargames-modules-core-highlightsa86f0eaca3ff34a70644a48f849948f7:focus{background:var(--white-100,#fff)}.rockstargames-modules-core-highlightsa86f0eaca3ff34a70644a48f849948f7:active:after,.rockstargames-modules-core-highlightsa86f0eaca3ff34a70644a48f849948f7:focus:after{filter:invert(1)}}@media not ((pointer:coarse)){.rockstargames-modules-core-highlightsa86f0eaca3ff34a70644a48f849948f7:focus,.rockstargames-modules-core-highlightsa86f0eaca3ff34a70644a48f849948f7:hover{background:var(--white-100,#fff)}.rockstargames-modules-core-highlightsa86f0eaca3ff34a70644a48f849948f7:focus:after,.rockstargames-modules-core-highlightsa86f0eaca3ff34a70644a48f849948f7:hover:after{filter:invert(1)}}.rockstargames-modules-core-highlightsa86f0eaca3ff34a70644a48f849948f7:after{background-size:1.5rem}.rockstargames-modules-core-highlightsdf535800ce625cdbd677b4d089f22c56{opacity:1}.rockstargames-modules-core-highlightsa3deb7bb99b59d63fa82c95b04098ddd{grid-gap:var(--grid-gap-sm);background-color:var(--black-200);border:1px solid var(--border-color);border-radius:var(--border-radius-md);display:grid;grid-template-columns:auto;margin:0 0 0 1.5rem;width:calc(100% - 1.5rem)}@media (min-width:768px){.rockstargames-modules-core-highlightsa3deb7bb99b59d63fa82c95b04098ddd{margin:0 0 0 var(--margin-lg);width:calc(100% - var(--margin-lg))}}@media (min-width:1024px){.rockstargames-modules-core-highlightsa3deb7bb99b59d63fa82c95b04098ddd{grid-gap:var(--grid-gap-md)}}@media (min-width:1440px){.rockstargames-modules-core-highlightsa3deb7bb99b59d63fa82c95b04098ddd{grid-gap:0;margin:var(--margin-md) 0 0 30%;width:70%}}.rockstargames-modules-core-highlightsad9f1eba7c5fe46b3a6c7576ac5c94af{display:grid}@media (min-width:1440px){.rockstargames-modules-core-highlightsad9f1eba7c5fe46b3a6c7576ac5c94af{min-height:calc((100vw - (var(--padding-sides) * 2)) * .28125 - 2rem);padding-left:calc((100vw - (var(--padding-sides) * 2)) * .2)}}.rockstargames-modules-core-highlightse0ff414596aa953fd026359c8e084c26{display:flex;flex-direction:row;gap:var(--grid-gap-xs);overflow-x:hidden;padding:var(--padding-md) 0;padding-bottom:0;padding-top:calc(var(--padding-sm) + 1.5rem);width:100%}@media (min-width:1440px){.rockstargames-modules-core-highlightse0ff414596aa953fd026359c8e084c26{grid-row:2;padding:var(--padding-md) 0}}.rockstargames-modules-core-highlightse0ff414596aa953fd026359c8e084c26 .swiper{-ms-overflow-style:none;display:flex;flex-direction:row;overflow-x:scroll;padding-left:var(--padding-md);padding-right:var(--padding-md);scrollbar-width:none}.rockstargames-modules-core-highlightse0ff414596aa953fd026359c8e084c26 .swiper::-webkit-scrollbar{display:none}.rockstargames-modules-core-highlightse0ff414596aa953fd026359c8e084c26 .swiper button{width:100%}.rockstargames-modules-core-highlightse0ff414596aa953fd026359c8e084c26 .swiper button img{max-width:100%}.rockstargames-modules-core-highlightse0ff414596aa953fd026359c8e084c26 .swiper-wrapper{display:flex}@media (min-width:1024px){.rockstargames-modules-core-highlightse0ff414596aa953fd026359c8e084c26 .swiper-wrapper{white-space:nowrap}}.rockstargames-modules-core-highlightse0ff414596aa953fd026359c8e084c26 .swiper-slide{min-width:120px;overflow:hidden}@media (min-width:1024px){.rockstargames-modules-core-highlightse0ff414596aa953fd026359c8e084c26 .swiper-slide{min-width:180px}}.rockstargames-modules-core-highlightse0ff414596aa953fd026359c8e084c26 button{aspect-ratio:16/9;background:transparent;border:none;border-radius:var(--border-radius-sm);cursor:pointer;display:block;opacity:.6;overflow:hidden;padding:0;width:6rem}.rockstargames-modules-core-highlightse0ff414596aa953fd026359c8e084c26 button.rockstargames-modules-core-highlightsdf535800ce625cdbd677b4d089f22c56{border:1px solid var(--white-100);opacity:1}.rockstargames-modules-core-highlightse0ff414596aa953fd026359c8e084c26 button:focus,.rockstargames-modules-core-highlightse0ff414596aa953fd026359c8e084c26 button:hover{opacity:1}@media (min-width:768px){.rockstargames-modules-core-highlightse0ff414596aa953fd026359c8e084c26 button{width:7rem}}@media (min-width:1024px){.rockstargames-modules-core-highlightse0ff414596aa953fd026359c8e084c26 button{width:5rem}}.rockstargames-modules-core-highlightse0ff414596aa953fd026359c8e084c26 img{border-radius:var(--border-radius-sm);width:100%}
