@keyframes shine-skeleton-lines{0{background-position:-100px}
40%,100%{background-position:600px}
}
@keyframes spin{0{-webkit-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}
}
@keyframes rotateImageLoading{from{transform:translate(-50%,-50%) rotateY(0) scale(1.01)}
to{transform:translate(-50%,-50%) rotateY(360deg) scale(1.01)}
}
.cmp-hero-lite{position:relative;overflow:hidden;min-height:345px;padding:calc(72px + var(--ds-spacing-layout-xxs)) 0 var(--ds-spacing-layout-xl) 0}
.cmp-hero-lite__container{z-index:1;position:relative;margin:0 auto;width:100%;max-width:1920px;min-width:320px;padding:0 var(--ds-layout-margin);min-height:inherit;display:flex;flex-direction:column}
.cmp-hero-lite__back-button{padding:var(--ds-spacing-m-1) 0}
.cmp-hero-lite__back-button *{text-transform:uppercase;color:var(--ds-color-control-text-default)}
.cmp-hero-lite__content{margin-top:0}
.cmp-hero-lite__info{text-shadow:0 0 3px #000;padding-bottom:var(--ds-spacing-layout-m)}
.cmp-hero-lite__seo-block{display:flex;flex-direction:column;padding-bottom:var(--ds-spacing-layout-xxs)}
.cmp-hero-lite__pretitle{display:block;margin-bottom:var(--ds-spacing-layout-xxxs)}
.cmp-hero-lite__image{position:absolute;width:100%;height:100%;top:0;left:0}
.cmp-hero-lite__image .cmp-image__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}
.cmp-hero-lite__image:before{position:absolute;content:'';width:100%;height:100%;top:0;left:0;background:linear-gradient(2deg,#15181e 10.73%,rgba(21,24,30,0) 98.37%);z-index:1}
.cmp-hero-lite__buttons{display:flex;flex-direction:column;gap:var(--ds-spacing-m-2)}
@media(min-width:480px){.cmp-hero-lite{min-height:470px}
.cmp-hero-lite__content{margin-top:auto}
.cmp-hero-lite__text{display:-webkit-box;-webkit-line-clamp:initial;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}
.cmp-hero-lite__buttons{flex-direction:row}
.cmp-hero-lite__cta{flex:1}
}
@media(min-width:768px){.cmp-hero-lite{min-height:572px;padding-top:calc(88px + var(--ds-spacing-layout-xxs))}
.cmp-hero-lite__text{max-width:460px}
.cmp-hero-lite__cta{flex:auto;max-width:fit-content}
}
@media(min-width:1024px){.cmp-hero-lite{min-height:390px;padding-top:calc(88px + var(--ds-spacing-layout-m))}
.cmp-hero-lite__content{max-width:630px}
.cmp-hero-lite__buttons{flex-direction:row;flex-wrap:wrap}
}
@media(min-width:1440px){.cmp-hero-lite{min-height:465px;padding-top:calc(96px + var(--ds-spacing-layout-l))}
.cmp-hero-lite__content{max-width:896px}
}
@media(min-width:1920px){.cmp-hero-lite{min-height:600px}
.cmp-hero-lite__container{justify-content:center}
}
body.has-topbar-country-selector .cmp-hero-lite{padding:calc(72px + var(--ds-spacing-layout-xxs) + 116px) 0 var(--ds-spacing-layout-xxxl) 0}
@media(min-width:480px){body.has-topbar-country-selector .cmp-hero-lite{padding-top:calc(72px + var(--ds-spacing-layout-xxs) + 100px)}
}
@media(min-width:768px){body.has-topbar-country-selector .cmp-hero-lite{padding-top:calc(88px + var(--ds-spacing-layout-xxs) + 100px)}
}
@media(min-width:1024px){body.has-topbar-country-selector .cmp-hero-lite{padding-top:calc(88px + var(--ds-spacing-layout-m) + 100px)}
}
@media(min-width:1440px){body.has-topbar-country-selector .cmp-hero-lite{padding-top:calc(96px + var(--ds-spacing-layout-l) + 100px)}
}