/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');*/
/*font-family: "Montserrat", sans-serif;*/

.cmp-text {
    padding: 0!important;
}

.error-page--container {
    height: 722px;;
    background-image: url(/content/dam/intelligentcontent/unbranded/ic-uppergi-nav/us/en/images/desktop/error-404-hero.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 171px 0 0 0;
}

h1.error-page__head {
    font-size: 60px;
    line-height: 60px;
    font-family: "Montserrat", sans-serif;
    color: #000;
    margin: 0;
    padding-top: 129px;
}

span.error-page__head--line1 {
    font-weight: 275;
    letter-spacing: 6px;
    text-transform: uppercase;
}

span.error-page__head--line2 {
    font-weight: 700;
    letter-spacing: 6px;
    text-transform: uppercase;
}

.error-page--container p {
    color: #171717;
    font-size: 18px;
    font-weight: 600;   
    padding-top: 42px;
    line-height: normal;
    font-family: "Instrument Sans";
}

.error-page--container .inner-container {
    max-width: 1116px;
    margin: auto;
}

 body.page.basicpage.error-page>.root{
    background: none;
}


/*******Rapid response video add***********/

#video-box{
    width: 100%;
    max-width: 1121px;
    margin: 0 auto;
    padding: 0px 0 82px 0;
}
#video-box #first-box,#video-box #second-box{
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.quote-box{
    border-radius: 14px;
    border: 2px solid #000;
    padding: 31px 78px 46px 94px;
    margin: 0 22px 0 0;
    z-index: 2;
    position: relative;
}
.quote-box p{
    font-family: Montserrat;
    font-style: normal;
    line-height: 24px;
    color: #234A43;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.quote-box p.title{
    margin-top: 12px;
    text-align: left;
    text-indent: -16px;
}
.shadow{
    position: absolute;
    max-width: 1104px;
    width: 100%;
    height: 220px;
    top: 12px;
    left: 12px;
    border-radius: 14px;
    background: #F4E1C1;
    z-index: 1;
}
.quote-box:before{
    content: url(/content/dam/intelligentcontent/unbranded/ic-uppergi-nav/us/en/images/desktop/left-quote.png);
    position: absolute;
    left: 35px;
    top: 30px;
}
.quote-box:after{
    content: url(/content/dam/intelligentcontent/unbranded/ic-uppergi-nav/us/en/images/desktop/right-quote.png);
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.cmp-video__player,.cmp-video__holder{
    max-width: 1120px!important;
    height: 575px!important;
    padding: 0!important;
    margin: 12px 0 0 0!important;
}
img.kWidgetCentered{
    width: 1120px!important;
    height: 575px!important;
    border: 1px solid #000;
    border-radius: 2px;
}
#first-box  div:nth-child(3) .shadow{
    height: 195px;
}
#second-box .shadow{
    height: 195px;
}
#second-box div:nth-child(3) .shadow {
    height: 220px;
}



/*******Rapid response video add***********/



@media screen and (max-width: 991px) {
    
    .desk-only {
        display: none;
    }
    
    .error-page--container {
        height: 355px;
        background-image: url(/content/dam/intelligentcontent/unbranded/ic-uppergi-nav/us/en/images/mobile/error-404-hero-mob.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    h1.error-page__head {
        font-size: 50px;
        line-height: 50px;
        padding-top: 49px;
        width: 80%;
    }
    
    .error-page .inner-container {
        padding: 0 33px;
    }
    
    .error-page--container p {
        font-size: 14px;
        width: 70%;
        padding-top: 10px
    }
    
    .error-page--container.error-403 h1.error-page__head,
    .error-page--container.error-500 h1.error-page__head {
        padding-top: 32px;
    }
    .quote-box:before{
        left: 20px;
    }

    img.kWidgetCentered{
        width: 100%!important;
        /* margin: 0 14px; */
        max-width: 100%;
    }
    .cmp-video__player, .cmp-video__holder{
        height: 204px!important;
    }
    .quote-box{
            margin: 0 14px 0;
            padding: 30px 65px 46px;
    }
    .shadow{
        width: 92%;
        left: 24px;
    }
    .cmp-video__holder{
        padding: 0 14px!important;
    }
    #first-box .shadow{
        height: 575px;
    }
    #first-box div:nth-child(3) .shadow {
        height: 505px;
    }
     #second-box .shadow{
        height: 430px;
    }
     #second-box div:nth-child(3) .shadow {
        height: 505px;
    }

    
    
}

@media screen and (max-width: 767px) {
    
    .error-page--container.error-403 p {
        max-width: 230px;
    }
    
    body.error-page {
        padding-top: 0;
    }

}

@media screen and (min-width: 992px){
    .error-page--container.error-500 {
        height: 719px;;
        background-image: url(/content/dam/intelligentcontent/unbranded/ic-uppergi-nav/us/en/images/desktop/error-500-hero.png);
        background-position: right;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    
    .error-page--container.error-500 h1.error-page__head {
        width: 70%;
    }
    
    .error-page--container.error-500 p {
        width: 39%;
        padding-top: 37px;
    }
    
        .error-page--container.error-403 {
        height: 719px;
        background-image: url(/content/dam/intelligentcontent/unbranded/ic-uppergi-nav/us/en/images/desktop/error-403-hero.png);
        background-position: right;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    
    .error-page--container.error-403 h1.error-page__head {
        width: 70%;
    }
    
    .error-page--container.error-403 p {
        width: 50%;
        padding-top: 42px;
    }
    
}


@media screen and (max-width: 389px){

    p .shadow{
        height: -webkit-fill-available!important;
    }
    
}

@media screen and (min-width: 391px) and (max-width: 990px){

    p .shadow{
        height: -webkit-fill-available!important;
    }
    
}








