@charset "utf-8";

:root {
    --swiper-theme-color: #fff;
}

#hero--latest {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#hero--latest figure {
    display: flex;
    min-width: 100vw;
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/jquery.mb.YTPlayer/3.3.9/css/images/raster.png);
}

#hero--latest figure>.mbYTP_wrapper,
#hero--latest figure>img {
    display: block;
    position: absolute;
    width: 100vw;
    height: auto;
    top: 0;
    left: 0;
    z-index: -10;
    filter: blur(0.7px) brightness(0.9) contrast(70%) grayscale(10%) hue-rotate(-5deg) invert(10%) opacity(70%) saturate(100%) sepia(20%);
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/jquery.mb.YTPlayer/3.3.9/css/images/raster.png);
}

#hero--latest figure>figcaption {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 4em;
    padding: 1.5em 3.5em;
    text-shadow: 0 0 0.5em black;
    z-index: +100;
    text-align: center;
    position: absolute;
    min-height: 40%;
}

#hero--latest figure>figcaption .type {
    display: block;
    background: #fff;
    text-shadow: none;
    padding: 0.4em 0.7em;
    font-size: 1vw;
    font-weight: 800;
    margin-bottom: 2em;
    color: #000;
}

#hero--latest figure>figcaption h1 {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-size: 3.2vw;
    font-weight: 700;
    color: #fff;
}

#hero--latest figure>figcaption h2 {
    margin: .5em 0;
    padding: 0;
    line-height: 1.7;
    font-size: 1.4vw;
    font-weight: 500;
    color: #fff;
    max-width: 40em;
}

#hero--latest figure>figcaption .button {
    background: #fff;
    color: #000;
    font-size: 1.2vw;
    font-weight: 900;
    line-height: 1em;
    padding: 0.6em 1.2em;
    border-radius: 1.2em;
    margin-top: 1.2em;
    cursor: pointer;
    text-shadow: none;
}


@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

@-moz-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}



#hero--latest .scroll-btn * {
    letter-spacing: unset;
    font-weight: unset;
}

#hero--latest .scroll-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: +1;
}

#hero--latest .scroll-btn>* {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7f8c8d;
    color: #ffffff;
    /*font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    letter-spacing: 2px;
}

#hero--latest .scroll-btn>*:hover,
#hero--latest .scroll-btn>*:focus,
#hero--latest .scroll-btn>*.active {
    color: #ffffff;
}

#hero--latest .scroll-btn>*:hover,
#hero--latest .scroll-btn>*:focus,
#hero--latest .scroll-btn>*:active,
#hero--latest .scroll-btn>*.active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#hero--latest .scroll-btn .mouse {
    position: relative;
    display: block;
    width: 2.4em;
    height: 3.6em;
    margin: 0 auto 1.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid white;
    border-radius: 1.2em;
}

#hero--latest .scroll-btn .mouse>* {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: white;
    border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;

}

#hero--latest .swiper-pagination {
    font-weight: unset;
    letter-spacing: unset;
    bottom: 90px;
}


@media screen and (max-width: 425px) {
    #hero--latest figure>img {
        object-fit: cover;
        width: 100vw;
        height: 50vh;
    }

    #hero--latest figure>figcaption {
    margin: 0;
    min-height: 50%;
    }

    #hero--latest figure>figcaption .type {
        font-size: 3vw;
    }

    #hero--latest figure>figcaption h1 {
        font-size: 6vw;
        line-height: 1.3;
    }

    #hero--latest figure>figcaption h2 {
    font-size: 4.6vw;
    line-height: 1.4;
    margin: 0.5em 0 0 0;
    font-weight: 300;
    }

    #hero--latest figure>figcaption .button {
        font-size: 4vw;
    }

    #hero--latest .scroll-btn {
        display: none
    }
#hero--latest .swiper-pagination {
    bottom: 10px;
}

}