@font-face{
    font-family: 'berlingske';
    src: url('../elements/fonts/BerlingskeSerifTx-Black.woff2');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: sans-serif;
}

.lp-header{
    position: fixed;
    display: flex;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    background: white;
    filter: drop-shadow(0 0 0.4rem rgba(0,0,0,0.2));
    z-index: 50;
    transition: 0.5s;
}

.lp-header img{
    height: 60%;
}





/*----------------------------------
HEADINGS
----------------------------------*/

h1{
    font-family: 'berlingske';
}

.heading{
    font-family: 'berlingske';
    font-size: 55px;
    line-height: 1;
    text-transform: capitalize;
}

.pass-bold-uppercase{
    display: block;
    font-family: 'brandon-grotesque';
    font-size: 1.325rem;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 0px;
    color: #0076a2;
}





/*----------------------------------
PARAGRAPHS
----------------------------------*/

.paragraph-large{
    font-family: 'articulat-cf';
    font-size: 1.1875rem;
    line-height: 1.8125rem;
    letter-spacing: 1.4px;
    color: #333638;
}

li {
    font-family: 'articulat-cf';
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: .2px;
    margin-bottom: .825rem;
}

.paragraph{
    font-family: 'articulat-cf';
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: .2px;
}

.sub-text{
    font-family: 'articulat-cf';
    font-size: 0.6875rem;
    line-height: 0.75rem;
}










/*----------------------------------
PAGE HERO
----------------------------------*/
.hero{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 16/9;
    max-height: 500px;
    margin-bottom: 50px;
}

.hero img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero h1{
    position: relative;
    display: block;
    text-align: center;
    margin-top: 100px;
    width: clamp(100px,85%,1210px);
    color: white;
    font-size: clamp(50px,5vw,96px);
    line-height: 1;
    filter: drop-shadow(0 0 0.7rem rgba(0,0,0,0.5));
    z-index: 2;
}










/*----------------------------------
MAIN SECTION
----------------------------------*/

.main-wrapper{
    display: block;
    text-align: center;
}

.horizontal-rule{
    border-top: 1px solid #e2e2e2;
}










/*----------------------------------
PLACEHOLDERS
----------------------------------*/

.placeholder{
    width: clamp(100px,90%,1200px);
}

.one-100{
    display: inline-block;
    margin-bottom: 40px;
}

.one-100 .placeholder-item{
    display: block;
    text-align: left;
}

@media screen and (min-width: 873px){

    .two-50s, .three-33s, .four-25s{
        display: inline-flex;
        margin-bottom: 40px;
    }

    .two-50s .placeholder-item{
        display: block;
        width: 50%;
    }

    .two-50s .placeholder-item:first-child{
        margin-right: 12.5px;
    }

    .two-50s .placeholder-item:nth-child(2n){
        margin-left: 12.5px;
    }

    .three-33s .placeholder-item{
        display: block;
        width: 33%;
    }

    .three-33s .placeholder-item:nth-child(2n){
        margin-left: 25px;
        margin-right: 25px;
    }

    .four-25s .placeholder-item{
        display: block;
        width: 25%;
        margin-left: 12.5px;
        margin-right: 12.5px;
    }

    .four-25s .placeholder-item:first-child{
        margin-left: 0px;
    }

    .four-25s .placeholder-item:nth-child(4n){
        margin-right: 0px;
    }

}

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

    .two-50s, .three-33s, .four-25s{
        display: inline-block;
    }

    .two-50s .placeholder-item, .three-33s .placeholder-item, .four-25s .placeholder-item{
        display: block;
        width: 100%;
        margin-bottom: 40px;
    }

}










/*----------------------------------
ACCORDIONS
----------------------------------*/

.accordion {
    position: relative;
    background: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.1875rem;
    border-radius: 20px;
    transition: background 0.5s, border-radius 0.5s;
    z-index: 10;
}

.accordion .text{
    display: block;
    float: left;
    width: 80%;
}

.accordion .icon{
    display: block;
    float: right;
    text-align: right;
    width: 10%;
}

.accordion.active, .accordion:hover {
    background: #ccc;
}

.accordion.active{
    border-radius: 20px 20px 0px 0px;
}

.panel {
    position: relative;
    padding: 0px 30px;
    display: block;
    background-color: #ececec;
    overflow: hidden;
    transform-origin: center top;
    height: 0px;
    border-radius: 0px 0px 20px 20px;
    transition: height 1s, top 0.5s;
    z-index: 5;
}

.panel p{
    padding-bottom: 30px;
}









/*----------------------------------
IMAGE CTAs
----------------------------------*/

.image-overlay-cta{
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 15px;
    background-size: auto 100%;
    background-position: center;
    cursor: pointer;
    transition: 0.5s;
}

.image-overlay-cta .overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0.2), rgba(0,0,0,0));
    opacity: 0.5;
    transition: opacity 0.5s;
}

.image-overlay-cta .title{
    display: block;
    text-align: left;
    padding: 20px;
    font-size: 1.725rem;
    line-height: 1;
    font-weight: bold;
    color: white;
    filter: drop-shadow(0 0 1.25rem rgba(0,0,0,0.7));
    transform: scale(1.0);
    transition: transform 0.5s;
}

.image-overlay-cta .title .sub{
    display: block;
    font-size: 0.8em;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 5px;
}

.image-overlay-cta:hover{
    background-size: auto 107.5%;
}

.image-overlay-cta:hover .overlay{
    opacity: 1;
}

.image-overlay-cta:hover .title{
    transform: scale(1.05);
}










/*----------------------------------
POPOVER
----------------------------------*/

.popover-wrapper{
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100dvh;
    background: rgba(0,0,0,0.75);
    z-index: 110;
}

.popover-wrapper.active{
    display: flex;
}

.popover-container{
    display: block;
    width: 100%;
    max-width: 1300px;
}

.popover-container:has(.visual-story){
    width: 90%;
}

.closepw{
    position: absolute;
    top: 4%;
    right: 2%;
    border: none;
    background: rgba(0,0,0,0);
    font-size: 3rem;
    cursor: pointer;
}

@media screen and (min-width: 873px){
    .closepw{
        color: black;
    }
}

@media screen and (max-width: 872px){
    .closepw{
        color: white;
        filter: drop-shadow(0 0 1rem rgba(0,0,0,0.5));
    }
}










/*----------------------------------
VISUAL STORY
----------------------------------*/

.visual-story{
    position: relative;
    border-radius: 25px;
    background: white;
    filter: drop-shadow(0 0 0.5rem rgba(0,0,0,0.2));
}

.visual-story .content-wrapper .content{
    display: block;
    padding: 30px;
}

.visual-story .content-wrapper .content h3{
    display: block;
    font-family: 'berlingske';
    font-size: 38px;
    line-height: 1;
    text-transform: capitalize;
    color: #333638;
    margin: 0;
}

.visual-story .content-wrapper .content p{
    font-family: 'articulat-cf';
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: .2px;
    margin-bottom: 20px;
}

.visual-story .content-wrapper .content .cta{
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 12px 15px;
    background: #009cdd;
    color: white;
}

.visual-story .content-wrapper .content .cta .background{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0076a2;
    transform: scaleX(0.0);
    transform-origin: left center;
    transition: transform 0.5s;
}

.visual-story .content-wrapper .content .cta .text{
    position: relative;
    font-family: 'brandon-grotesque';
    font-size: 1rem;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 2;
}

.visual-story .content-wrapper .content .cta:hover .background{
    transform: scaleX(1.0);
}

@media screen and (min-width: 873px){

    .visual-story{
        display: flex;
        align-items: center;
        width: 100%;
    }

    .visual-story img{
        display: block;
        width: 62.5%;
        aspect-ratio: 4/3;
        object-fit: cover;
        border-radius: 25px 0px 0px 25px;
    }

    .popover-container .visual-story img{
        width: 55%;
        aspect-ratio: 1/1;
    }

    .visual-story .content-wrapper{
        display: block;
        width: 37.5%;
    }

}

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

    .visual-story{
        display: block;
    }

    .visual-story img{
        display: block;
        width: 100%;
        aspect-ratio: 4/3;
        object-fit: cover;
        border-radius: 25px 25px 0px 0px;
    }

    .visual-story .content-wrapper{
        display: block;
    }

}

.two-50s .visual-story{
    display: block;
}

.two-50s .visual-story img{
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 25px 25px 0px 0px;
}

.two-50s .visual-story .content-wrapper{
    display: block;
    width: 100%;
    text-align: left;
}









/*----------------------------------
FOOTER
----------------------------------*/

.sidebar{
    display: block;
    
}

.sidebar img{
    display: block;
    width: 100%;
    border-radius: 15px;
    filter: drop-shadow(0 0 0.7rem rgba(0,0,0,0.2));
    transition: filter 0.3s;
}

.sidebar img:hover{
    filter: drop-shadow(0 0 0.45rem rgba(0,0,0,0.45));
}

.footer{
    position: relative;
    display: flex;
    left: 0;
    bottom: 0;
    align-items: center;
    justify-content: right;
    width: 100%;
    min-height: 50px;
    background: #ececec;
    z-index: 100;
}

.footer-element{
    font-family: 'articulat-cf', sans-serif;
    font-size: 0.85rem;
    margin-right: 50px;
    line-height: 1;
}

.ot-sdk-show-settings {
  font-size: 14px;
  text-align: center;
  width: 100%;
  display: block;
}

@media screen and (min-width: 1199px) {
    .sidebar{
        position: fixed;
        right: 2vh;
        top: 2vh;
        width: clamp(100px,16.5vw,250px);
    }
}


@media screen and (max-width: 1198px) {
    .sidebar{
        position: relative;
        margin-bottom: 50px;
    }

    .footer-element{
        display: block;
        margin: 0;
        width: 50%;
        text-align: center;
    }
}





.price-box{
    position: relative;
    border-radius: 20px;
    background-image: linear-gradient(to top, #d9d8d8, #f1f2f4);
}

.price-box .text{
    padding: 30px;
}

.price-box .text .heading{
    display: block;
    font-family: sans-serif;
    font-size: 42px;
    line-height: 1;
    font-weight: bold;
}

.price-box .text .savings{
    display: block;
    font-family: 'brandon-grotesque';
    font-size: 1.5rem;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    color: #d94329;
    margin-top: 10px;
}

.price-box .cta{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'brandon-grotesque';
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    background-image: linear-gradient(to top, #bb321a, #d94329);
    opacity: 1;
    color: white;
    text-decoration: none;
    transition: opacity 0.5s;
}

.price-box .cta:hover{
    opacity: 0.9;
}

@media screen and (min-width: 873px){
    .price-box{
        display: flex;
        align-items: center;
    }

    .price-box .text{
        display: block;
        width: 75%;
    }
    

    .price-box .cta{
        position: absolute;
        right: 0;
        width: 25%;
        height: 100%;
        border-radius: 0px 20px 20px 0px;
        font-size: 2rem;
    }
}

@media screen and (max-width: 872px){
    .price-box{
        display: block;
    }

    .price-box .text{
        display: block;
    }

    .price-box .cta{
        display: block;
        padding: 20px;
        border-radius: 0px 0px 20px 20px;
        font-size: 1.5rem;
    }
}










/*----------------------------------
FOOTER
----------------------------------*/

.sidebar{
    display: block;
    
}

.sidebar img{
    display: block;
    width: 100%;
    border-radius: 15px;
    filter: drop-shadow(0 0 0.7rem rgba(0,0,0,0.2));
    transition: filter 0.3s;
}

.sidebar img:hover{
    filter: drop-shadow(0 0 0.45rem rgba(0,0,0,0.45));
}

.footer{
    position: relative;
    display: flex;
    left: 0;
    bottom: 0;
    align-items: center;
    justify-content: right;
    width: 100%;
    min-height: 50px;
    background: #ececec;
    z-index: 100;
}

.footer-element{
    font-family: 'articulat-cf', sans-serif;
    font-size: 0.85rem;
    margin-right: 50px;
    line-height: 1;
}

.ot-sdk-show-settings {
  font-size: 14px;
  text-align: center;
  width: 100%;
  display: block;
}

@media screen and (min-width: 1199px) {
    .sidebar{
        position: fixed;
        right: 2vh;
        top: 2vh;
        width: clamp(100px,16.5vw,250px);
    }
}


@media screen and (max-width: 1198px) {
    .sidebar{
        position: relative;
        margin-bottom: 50px;
    }

    .footer-element{
        display: block;
        margin: 0;
        width: 50%;
        text-align: center;
    }
}