@charset "UTF-8";
     section.gt-block.section--highlights {
padding: 8.25rem 0;
}
section.gt-block.section--highlights .section--highlights-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
max-width: 85.6rem;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 1.5rem;
margin: 0 auto;
}
section.gt-block.section--highlights .section--highlights-content .subheader {
font-family: "Corridor", sans-serif;
font-weight: 400;
font-size: calc(var(--fs-small-rate) * 4.8rem);
line-height: 1.2083333333;
color: var(--White, #fff);
text-align: center;
text-transform: uppercase;
}
section.gt-block.section--highlights .section--highlights-slide {
position: relative;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-top: 10.3rem;
overflow: hidden;
}
section.gt-block.section--highlights .section--highlights-slide.pt-0 {
padding-top: 0;
}
section.gt-block.section--highlights .section--highlights-slide::before {
position: absolute;
content: "";
background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 4, 11, 0)), color-stop(44.5%, #03040b), to(#03040b));
background: linear-gradient(180deg, rgba(3, 4, 11, 0) 0%, #03040b 44.5%, #03040b 100%);
width: 100%;
max-width: 33.4rem;
height: 33.7rem;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
top: auto;
left: -16rem;
z-index: 5;
}
@media screen and (max-width: 430px) {
section.gt-block.section--highlights .section--highlights-slide::before {
left: -19rem;
}
}
@media screen and (max-width: 360px) {
section.gt-block.section--highlights .section--highlights-slide::before {
left: -24rem;
}
}
section.gt-block.section--highlights .section--highlights-slide::after {
position: absolute;
content: "";
background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 4, 11, 0)), color-stop(44.5%, #03040b), to(#03040b));
background: linear-gradient(180deg, rgba(3, 4, 11, 0) 0%, #03040b 44.5%, #03040b 100%);
width: 100%;
max-width: 33.4rem;
height: 33.7rem;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
top: auto;
right: -16rem;
z-index: 5;
}
@media screen and (max-width: 430px) {
section.gt-block.section--highlights .section--highlights-slide::after {
right: -19rem;
}
}
@media screen and (max-width: 360px) {
section.gt-block.section--highlights .section--highlights-slide::after {
right: -24rem;
}
}
section.gt-block.section--highlights .section--highlights-slide .wrapper-slide {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 1.9rem;
-webkit-animation: slideAnimationImage 100s linear infinite;
animation: slideAnimationImage 100s linear infinite;
will-change: transform;
}
@media screen and (max-width: 500px) {
section.gt-block.section--highlights .section--highlights-slide .wrapper-slide {
-webkit-animation: slideAnimationImage 100s linear infinite;
animation: slideAnimationImage 100s linear infinite;
}
}
section.gt-block.section--highlights .section--highlights-slide .wrapper-slide .slide {
-webkit-box-flex: 0;
-ms-flex: 0 0 45.1rem;
flex: 0 0 45.1rem;
width: 45.1rem;
}
@media screen and (max-width: 500px) {
section.gt-block.section--highlights .section--highlights-slide .wrapper-slide .slide {
-webkit-box-flex: 0;
-ms-flex: 0 0 37.1rem;
flex: 0 0 37.1rem;
width: 37.1rem;
}
}
@media screen and (max-width: 400px) {
section.gt-block.section--highlights .section--highlights-slide .wrapper-slide .slide {
-webkit-box-flex: 0;
-ms-flex: 0 0 34.1rem;
flex: 0 0 34.1rem;
width: 34.1rem;
}
}
@media screen and (max-width: 360px) {
section.gt-block.section--highlights .section--highlights-slide .wrapper-slide .slide {
-webkit-box-flex: 0;
-ms-flex: 0 0 30.1rem;
flex: 0 0 30.1rem;
width: 30.1rem;
}
}
section.gt-block.section--highlights .section--highlights-slide .wrapper-slide .slide figure {
max-width: 45.1rem;
}
section.gt-block.section--highlights .section--highlights-slide .wrapper-slide .slide figure img {
width: 100%;
max-width: 100%;
height: 30.2rem;
border-radius: 2rem;
aspect-ratio: 451/301;
-o-object-fit: cover;
object-fit: cover;
}
@media screen and (max-width: 360px) {
section.gt-block.section--highlights .section--highlights-slide .wrapper-slide .slide figure img {
height: 25.2rem;
}
}
section.gt-block.section--highlights .section--highlights-video {
width: 100%;
max-width: 70.0491rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0 auto;
padding-top: 5.5rem;
}
section.gt-block.section--highlights .section--highlights-video .video {
position: relative;
}
section.gt-block.section--highlights .section--highlights-video .play-icon {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
section.gt-block.section--highlights .section--highlights-video .play-icon svg {
width: 9.042rem;
height: 9.042rem;
}
section.gt-block.section--highlights .section--highlights-video img {
max-width: 70.0491rem;
-o-object-fit: cover;
object-fit: cover;
border-radius: 1.6159rem;
aspect-ratio: 700.49/379.73;
}
section.gt-block.section--highlights .section--highlights-button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-top: 7.13rem;
}
@-webkit-keyframes slideAnimationImage {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
-webkit-transform: translateX(-90%);
transform: translateX(-90%);
}
}
@keyframes slideAnimationImage {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
-webkit-transform: translateX(-90%);
transform: translateX(-90%);
}
}
.section--highlights-video .video {
position: relative;
width: 100%;
max-width: 70.0491rem;
margin: 0 auto;
}
.section--highlights-video .video-embed {
max-width: 70.0491rem;
width: 100%;
height: 37.973rem; border-radius: 1.6159rem;
aspect-ratio: 700.49/379.73;
-o-object-fit: cover;
object-fit: cover;
}
.section--highlights-video .video-preview {
cursor: pointer;
}
.highlights-swiper {
overflow: hidden;
}
.swiper-wrapper {
-webkit-transition-timing-function: linear !important;
transition-timing-function: linear !important; }
.swiper-slide figure {
width: 100%;
height: auto;
}
.swiper-slide img,
.swiper-slide svg {
max-width: 70.0491rem;
width: 100%;
height: auto;
border-radius: 1.6159rem;
-o-object-fit: cover;
object-fit: cover;
}
@media screen and (max-width: 500px) {
.swiper-slide img,
.swiper-slide svg {
height: auto;
}
}