﻿@keyframes shine-skeleton-lines {
    0 {
        background-position: -100px
    }

    40%,100% {
        background-position: 600px
    }
}

.mod__max-w-xl {
    max-width: 1436px;
    margin: auto
}

@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-home {
    position: relative;
    background: var(--color-bg-01);
    width: 100%;
    height: 100%
}

    .cmp-hero-home .cmp-title__text {
        color: var(--color-font-03);
        margin: 0
    }

    .cmp-hero-home .cmp-text, .cmp-hero-home .cmp-text p {
        color: var(--color-font-03)
    }

        .cmp-hero-home .cmp-text a {
            color: var(--color-font-03);
            text-decoration: underline
        }

.cmp-hero-home__content.top-gradient:after, .cmp-hero-home__content .cmp-hero-home__image:after, .cmp-hero-home__content .cmp-hero-home__video .cmp-video:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    pointer-events: none
}

.cmp-hero-home__content.top-gradient:after {
    top: 0;
    height: 197px;
    background: linear-gradient(0,rgba(27,27,27,0.0001) 3.03%,var(--color-bg-01) 91.82%)
}

.cmp-hero-home__content .cmp-hero-home__image:after, .cmp-hero-home__content .cmp-hero-home__video .cmp-video:after {
    bottom: 0;
    height: 137px;
    background: linear-gradient(180deg,rgba(27,27,27,0.0001) 3.03%,var(--color-bg-01) 91.82%)
}

.cmp-hero-home__content {
    width: 100%;
    height: 100%;
    position: relative
}

.cmp-hero-home__info {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1
}

.cmp-hero-home__background {
    height: 100%;
    position: relative;
    margin: 0 auto;
    padding: 44px 16px 0
}

.cmp-hero-home__title {
    margin-bottom: 8px
}

    .cmp-hero-home__title .cmp-title__text {
        font-family: 'CupraRegular',sans-serif;
        font-weight: 400;
        font-size: 30px;
        line-height: 1.2;
        text-align: center;
        text-transform: uppercase
    }

.cmp-hero-home__text {
    opacity: 1;
    top: 0;
    text-align: center
}

    .cmp-hero-home__text .cmp-text, .cmp-hero-home__text .cmp-text p {
        color: var(--color-font-03);
        font-family: 'CupraRegular',sans-serif;
        font-weight: 300;
        font-size: 14px;
        line-height: 1.5
    }

        .cmp-hero-home__text .cmp-text a {
            color: var(--color-font-03);
            text-decoration: underline
        }

.cmp-hero-home__button {
    opacity: 1;
    max-width: 320px;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 410px;
    white-space: nowrap
}

.cmp-hero-home__content .cmp-hero-home__image {
    min-height: 0;
    width: 100%;
    position: relative;
    overflow: hidden
}

    .cmp-hero-home__content .cmp-hero-home__image .cmp-image__image {
        opacity: 1;
        width: 100%;
        height: 474px;
        object-fit: cover;
        display: block
    }

.cmp-hero-home__content .cmp-hero-home__video {
    position: relative;
    height: 100%
}

    .cmp-hero-home__content .cmp-hero-home__video .cmp-video {
        height: 474px;
        margin: 0
    }

        .cmp-hero-home__content .cmp-hero-home__video .cmp-video video {
            max-width: unset;
            width: 100%;
            height: 100%;
            object-fit: cover
        }

@media(max-width:calc(764px - 1px)) {
    .cmp-hero-home .spinner-video-background.progress-bar {
        bottom: 45px
    }

    .cmp-hero-home .spinner-video-background.play-video .icon-svg, .cmp-hero-home .spinner-video-background.pause-video .icon-svg {
        top: unset;
        bottom: 43px
    }
}

@media(min-width:764px) {
    .cmp-hero-home__content.top-gradient:after {
        height: 219px
    }

    .cmp-hero-home__background {
        padding-top: 57px
    }

    .cmp-hero-home__title {
        margin-bottom: 16px
    }

    .cmp-hero-home__text .cmp-text, .cmp-hero-home__text .cmp-text p {
        font-size: 16px
    }

        .cmp-hero-home__text .cmp-text a {
            text-decoration: underline
        }

    .cmp-hero-home__button {
        top: 298px
    }

    .cmp-hero-home__content .cmp-hero-home__image .cmp-image__image, .cmp-hero-home__content .cmp-hero-home__video.cmp-video {
        height: 385px
    }
}

@media(min-width:1016px) {
    .cmp-hero-home__content.top-gradient:after {
        height: 267px
    }

    .cmp-hero-home__content .cmp-hero-home__image:after, .cmp-hero-home__content .cmp-hero-home__video .cmp-video:after {
        height: 192px
    }

    .cmp-hero-home__content .cmp-hero-home__image .cmp-image__image, .cmp-hero-home__content .cmp-hero-home__video .cmp-video {
        height: 550px
    }

    .cmp-hero-home__title .cmp-title__text {
        font-size: 40px
    }

    .cmp-hero-home__text .cmp-text, .cmp-hero-home__text .cmp-text p {
        font-size: 20px;
        line-height: 1.2
    }

        .cmp-hero-home__text .cmp-text a {
            text-decoration: underline
        }

    .cmp-hero-home__button {
        top: 454px
    }
}

@media(min-width:1436px) {
    .cmp-hero-home__content.top-gradient:after {
        height: 301px
    }

    .cmp-hero-home__content .cmp-hero-home__image .cmp-image__image, .cmp-hero-home__content .cmp-hero-home__video .cmp-video {
        height: 622px
    }

    .cmp-hero-home__title .cmp-title__text {
        font-size: 48px
    }

    .cmp-hero-home__button {
        top: 530px
    }
}

@media(min-width:1920px) {
    .cmp-hero-home__content.top-gradient:after {
        height: 270px
    }

    .cmp-hero-home__content .cmp-hero-home__image:after, .cmp-hero-home__content .cmp-hero-home__video.cmp-video:after {
        height: 167px
    }

    .cmp-hero-home__title .cmp-title__text {
        font-size: 60px
    }

    .cmp-hero-home__text .cmp-text, .cmp-hero-home__text .cmp-text p {
        font-size: 24px;
        line-height: 1.75
    }

        .cmp-hero-home__text .cmp-text a {
            text-decoration: underline
        }

    .cmp-hero-home__button {
        top: 585px
    }

    .cmp-hero-home__content .cmp-hero-home__image .cmp-image__image, .cmp-hero-home__content .cmp-hero-home__video .cmp-video {
        height: 678px
    }
}
