/* body {
    margin: 0px;
    padding: 0px;
} */


@font-face {
    font-family: 'Montsetat';
    src: url('assets/montserat.woff') format('woff');
}


.exp_27{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -1000px;
    right: -1000px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 99999999999999;

    background-color: black;
}

.sccn_27{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

}

.clicker_27{
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: -500px;
    right: -500px;
    margin: 0 auto;
    
}

.cta_27{
    background-image: url('https://dsp-media.eskimi.com/upload/rm/upload/65f9962c80df5/Oppenheimer_TO_Rel_EN_v4/assets/assets/cta.png');
    background-position: 50% 100%;
}

.vidcn_27{
    position: absolute;
    width: 1920px;
    height: 1080px;
    top: 0;
    left: 0;
    pointer-events: none;
}

.vid_27{
    position: absolute;
    width: 1920px;
    height: 1080px;
    bottom: 0;
    left: -1000px;
    right: -1000px;
    margin: 0 auto;
}

.clbtn_27{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 2%;
    right: 2%;

    /* background-image: url('https://dsp-media.eskimi.com/upload/rm/upload/65f9962c80df5/Oppenheimer_TO_Rel_EN_v4/assets/assets/closeBtn.png'); */
    /* background-size: cover; */
    border-radius: 50%;
    background: linear-gradient(90deg, #1a1717, #070202);
    border: 1px solid;
    color: #9c9a9f;
    cursor: pointer;
}

.clsc_27{

    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);

    pointer-events: none;
}

.clbtl_27, .clbtr_27{
    position: absolute;
    width: 1px;
    height: 14px;
    background-color: #f7d3a8;
    top: 50%;
    left: 50%;

    pointer-events: none;
   
}

.clbtl_27{
    transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

.clbtr_27{
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.author_27, .title_27{
    position: absolute;
    width: 100%;
    height: 128px;
    top: 60%;
    left: -1000px;
    right: -1000px;
    margin: 0 auto;

    background-position: 50% 0;
    background-size: contain;
    background-repeat: no-repeat;

    pointer-events: none;
}

.author_27{

    background-image: url('https://dsp-media.eskimi.com/upload/rm/upload/65f9962c80df5/Oppenheimer_TO_Rel_EN_v4/assets/assets/author.png');
}

.title_27{

    background-image: url('https://dsp-media.eskimi.com/upload/rm/upload/65f9962c80df5/Oppenheimer_TO_Rel_EN_v4/assets/assets/title.png');
}

.btwr_27{
    position: absolute;
    width: 90%;
    height: 46px;
    bottom: 17%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    left: 0;
    right: 0;
    margin: 0 auto;
    gap: 30px;
    /* row-gap: 10px; */
    /* column-gap: 20px; */
}

.calbtcn_27, .trbtcn_27, .vdbtcn_27{
    position: relative;
    width: 240px;
    height: 46px;
    top: 0;
    left: 0;
    cursor: pointer;
    flex: none;
    /* margin: 0 20px 0 20px;  */
}

.btbg_27, .btrad_27{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    border-radius: 25px;

    pointer-events: none;
    box-sizing: border-box;
}

.btbg_27{
    background: linear-gradient(90deg, #1a1717, #070202);
}

.btrad_27{
    border: 1px solid #9c9a9f;
}

.btdr_27, .btdl_27{
    position: absolute;
    width: 14px;
    height: 1px;
    top: 22px;

    background-color: #9c9a9f;

    pointer-events: none;
}

.btdr_27{
    left: -7px;
}

.btdl_27{
    right: -7px;
}

.bttxt_27{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;

    font-family: Montserat, sans-serif;
    font-size: 10px;
    color: #f7d3a8;
    text-align: center;
    line-height: 46px;
    letter-spacing: 2px;
}


/* =============================================================== */

.trfader_27, .ytfader_27{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: black;
    pointer-events: none;
    opacity: 0;
}

.ytplayer_27{
    position: absolute;
    width: 720px;
    height: 480px;
    top: 10%;
    left: -1000px;
    right: -1000px;
    margin: 0 auto;

}

.ytcn{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.bhthwr_27, .trthwr_27{
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    top: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 84%;
    gap: 20px;
    height: 65%;
    overflow-y: scroll;
    row-gap: 20px;

    pointer-events: none;
    opacity: 0;
    
}

.bhthwr_27 > *, .trthwr_27 > *{
    position: relative;
    flex: none;
    width: 300px;
    height: 167px;
    left: 0;
    top: 5px;
    cursor: pointer;

}

.bhthwr_27::-webkit-scrollbar, .trthwr_27::-webkit-scrollbar{
    display: none;
}

.bhthwr_27, .trthwr_27{
    scrollbar-width: none;
}

.bgi_27{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('https://dsp-media.eskimi.com/upload/rm/upload/65f9962c80df5/Oppenheimer_TO_Rel_EN_v4/assets/assets/thumb.jpg');
    background-size: contain;
    pointer-events: none;
}

.ttl_27{
    position: absolute;
    width: 100%;
    height: 24px;
    bottom: 0;
    left: 0;

    margin: 0 0 4px 0;

    font-family: Montserat, sans-serif;
    font-size: 16px;
    color: #f7d3a8;
    text-align: center;
    line-height: 24px;
    letter-spacing: 1px;
    pointer-events: none;
}

.pli_27{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    transform-origin: 50% 50%;
    transform: translateY(-50%) translateX(-50%);
    

    border-radius: 50%;
    border: 1px solid;
    background: linear-gradient(90deg, #1a1717, #070202);
    pointer-events: none;
    color: #9c9a9f;
}

.tri_27{
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 52%;
    transform-origin: 50% 50%;
    transform: translateY(-50%) translateX(-42%);

    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 8px solid;
    color: #f7d3a8;
    pointer-events: none;
}

.bri_27{
    position: absolute;
    width: 310px;
    height: 177px;
    top: -5px;
    left: -5px;

    border: 1px solid;
    color: #492b1f;
    box-sizing: border-box;
    background: linear-gradient(90deg, #1a1717, #070202);
    pointer-events: none;
}

/* =============================================================== */



/* =============================================================== */

@media (pointer: coarse){
	
    .author_27, .title_27{

        width: 100%;
        top: 55%;
    }

    .btwr_27{
        bottom: 25%;
        gap: 20px;
    }

    .bhthwr_27{
        top: 15%;
        gap: 20px;
    }

    .ytplayer_27{
        top: 25%;
    }
}



@media (pointer: coarse) and (min-width: 550px){

    .author_27, .title_27{

        width: 100%;
        top: 60%;
    }

    .btwr_27{
        bottom: 20%;
        gap: 20px;
    }

    .bhthwr_27{
        top: 25%;
        gap: 20px;
    }
}

@media (pointer: fine), (pointer: none) {



}

@media (pointer: fine) and (max-width: 850px){

    
}

@media (pointer: fine) and (any-pointer: coarse) {



}