
.page-content {
    padding-top: 0 !important;
}

h2.hp-section__heading {
    font-size: 36px;
    margin-bottom: 25px;
}

.hp-section__subtitle {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.hp-section__text.wb-content {
    line-height: 1.5;
}

.hp-section__link {margin-top:25px;}

img.hp-section__image {
    width: 100%;
    margin-bottom:70px;
}

.hp-section__image--desk {
    display: none;
}

.hp-video-section__wrap {
    background: transparent linear-gradient(180deg, #000F9F 0%, #000850 100%) 0% 0% no-repeat padding-box;
    margin: 60px 0 0 0;
    display: flex;
    flex-direction: column;
}

    .hp-video-section__wrap > .sg-pagewidth {
        order: 1;
    }

.hp-section__wrap {
    padding: 0 0 60px 0;
}

    .hp-video-section__wrap .hp-section__info, .hp-video-section__wrap h2.hp-section__heading {
        color: #fff;
    }

.hp-section__info {
    margin-left:-10px;
    margin-right:-10px;
}
.hp-section__info-padding {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom:60px;
}

a.btn.hp-video-section__link {
    background: transparent;
    border: none;
    padding: 0 10px;
    order: 0;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(0,8,80,0) 50%); 
}

.hp-section__quote.wb-content p {
    line-height: 1.5;
    font-size: 28px;
    font-weight: 800;
}
.hp-section__quote-open {
    font-size: 55px;
    font-weight: 800;
    line-height: 1;
}

.hp-section__source {
    margin-top: 33px;
}

img.hp-video-section__image {
    max-width: 750px;
    width: 100%;
    margin-bottom:70px;
}


@media only screen and (min-width: 768px) {
    .hp-section__image--mobile {
        display: none;
    }

    .hp-section__image--desk {
        display: block;
    }

    h2.hp-section__heading {
        font-size: 45px;
        margin-bottom: 45px;
    }

    .hp-section__wrap {
        position: relative;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .hp-section__link {
        margin-top: 49px;
    }

    .hp-section__info {
        width: 48%;
        padding: 0;
        margin-left:0;
        margin-right:0;
    }
    .hp-section__info-padding {padding:0;}

    img.hp-section__image {
        position: absolute;
        top: 0;
        right: 0;
        height: 100vh;
        margin-bottom: 0;
        max-width: 48vw;
        width: auto;
        object-fit: cover;
    }

    .hp-section--left img.hp-section__image {
        left:0
    }

    .hp-video-section__wrap {
        position: relative;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-right:10%;
        margin-top:0;
    }

        .hp-video-section__wrap .hp-section__info {
            margin-left:10%;
            width:50%;
        }


    img.hp-video-section__image {
        position: relative;
        height: 100%;
        max-width: 39vw;
        margin-bottom: 0;
    }

    a.btn.hp-video-section__link {
        position: absolute;
        right: -6%;
        background: transparent;
        border: none;
        padding: 0;
        margin:0;
    }
    .hp-section__quote.wb-content p {
        font-size: 28px;
    }
    .hp-section__quote-open {
        font-size: 55px;
    }

    .hp-section__source {
        margin-top: 66px;
    }

    .hp-section--left .hp-section__info {
        width: 45%;
        margin-left: 55%;
    }

    .hp-section__text.wb-content {
       max-width:75%;
    }
}

@media only screen and (min-width : 1024px) {

    .hp-section__quote.wb-content p {
        font-size: 32px;
    }
    .hp-section__quote-open {
        font-size: 65px;
    }
}

@media only screen and (min-width : 1366px) {
    .hp-section__info {
        width: 50%;
    }

    h2.hp-section__heading {
        font-size:55px;
    }

    .hp-section__quote.wb-content p {
        font-size: 32px;
    }

    .hp-section--left .hp-section__info {
        width: 50%;
        margin-left: 50%;
    }
}

@media only screen and (min-width : 1681px) {
    .hp-section__quote.wb-content p {
        font-size: 40px;
    }
    .hp-section__quote-open {
        font-size: 75px;
    }
    .hp-section--left .hp-section__info {
        width: 55%;
        margin-left: 45%;
    }
}

