.breadcrumb {
    display: none;
}
.cpointer {
    cursor: pointer;
}
.hero-banner {
    width: 100%;
    position: relative;
}
.banner-media {
    height: 632px !important;
    position: relative;
    background-size: cover;
    overflow: hidden;
}
.banner-media video {
    position: relative;
    top: 0;
    bottom: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    object-fit: cover;
}
.banner-content {
    position: absolute;
    width: 97.5%;
    text-align: left;
    color: #fdfdfd;
    padding: 0 72px;
    bottom: 72px;
    line-height: 1.1em;
    opacity: 1;
    z-index: 2;
    transition-delay: 0.1s;
    letter-spacing: 1px;
}
.hero-title {
    font-size: 40px;
    margin-bottom: 24px;
    line-height: 100%;
    font-family: "ApercuPro-Black";
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.hero-description {
    font-size: 25px;
    line-height: 1.2;
    font-family: "ApercuPro-Regular";
}
.hero-cta {
    display: flex;
    margin-top: 24px;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}
.hero-cta .hero-cta-btn {
    display: inline-block;
    border: 2px solid #fdfdfd;
    border-radius: 100px;
    font-size: 18px;
    color: #fdfdfd;
    padding: 16px 32px;
    background: none;
    text-decoration: none;
    line-height: 1.25rem;
    font-family: "ApercuPro-Bold";
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.hero-cta .hero-cta-btn:hover{
    color: #222222;
    background: #fdfdfd;
}
@media only screen and (max-width: 1199px) {
    .banner-media {
        height: 578px !important;
    }
    .banner-media.js-picture {
        height: auto !important;
    }
}
@media only screen and (max-width: 991px) {
    .banner-media {
        height: 764px !important;
    }
    .banner-media.js-picture {
        height: auto !important;
    }
    .hero-description {
        font-size: 16px;
    }
    .banner-content {
        padding: 0 25px;
        bottom: 40px;
    }
}
@media only screen and (max-width: 540px) {
    .banner-media {
        height: 464px !important;
    }
    .banner-media.js-picture {
        height: auto !important;
    }
    .banner-content {
        padding: 0 20px;
        bottom: 25px;
        width: 100%;
    }
    .hero-description {
        font-size: 14px;
    }

    .hero-cta .hero-cta-btn {
        text-align: center;
        width: 47%;
        vertical-align: middle;
        text-transform: uppercase;
        padding: 16px 12px;
    }
}

