.full_height{
    height: 100vh;
}

#editorialwrapper{
    width: 100vw;
    overflow-x: hidden;
}

.imgwrapper{
    background-size: cover!important; 
    background-position: center!important;
}

section{width: 100vw;}

section#hero{
    position: relative; 
    background: rgb(39,39,39);
    overflow: hidden;
    width: 100vw;
    
}

section#hero .hero_img{
    position: absolute; width: 0; 
    height: 100%; 
    top: 0; right: 0;
    filter: grayscale(1);
}

section#hero .hero_img .img{
    position: absolute; 
    display: block; 
    width: 100%; 
    height: 100%;
    top: 0; right: 0;
    opacity: 0;
    transition-duration: 0.5s;
    background-size: cover!important; 
    background-position: center!important;
}

section#hero .hero_img .img.active{
    opacity: 1;
}

section#hero .blind{
    position: fixed; 
    top: 0; left: 0;
    width: 100%; height: 100%; 
    background: #484848;
}

section#hero .blind:nth-child(2){
    background: #484848;
    position: fixed; 
    top: 0; left: 0;
}

section#hero .blind.content_blind{
    background: var(--off-white);
}

@media(max-width: 640px){

}

#hero .line{
    position: absolute; top: 0; left: 0;
    height: 100%; 
    border-right: 1px solid rgba(255,255,255,0.1);
    opacity: 1;
}

#hero .line:nth-child(4){left: 0%; }
#hero .line:nth-child(5){left: 100%; }
#hero .line:nth-child(6){left: 0%; }

#hero .slash_wrapper{
    opacity: 0;
    transform: translateY(50px);
    position: fixed; 
    top: 0; left: 0;
    z-index: 9;
    
}

#hero .slash{
    position: fixed; 
    top: calc(4vw + 20px);
    left: 7.5vw;
    transform: translateX(-50%);
    width: 4.5vw; height: 4.5vw; 
    background: url(../images/brand/adapt-slash-lime.svg) no-repeat;
    opacity: 0.99;
    animation: pulse1 1s infinite;
    z-index: 9;
}

#hero .logo_text{
    position: fixed; 
    bottom: calc(-2vw + 20px); left: 8.5vw; 
    width: 200px; height: 6vw; 
    color: var(--off-white);
    transform-origin: center left;
    transform: rotate(-90deg) translateX(1vw) translateY(-1vw);
    width: calc(100vh - 200px); 
    z-index: 10;
}

#hero .logo_text h1{font-size: 6vw; line-height: 1em;}

@media (min-aspect-ratio: 2 / 1) {
    
        #hero .logo_text h1{font-size: 10vh;}
    
}

#hero .logo_text h1 span{
    display: inline-block;
    position: relative;
    transform: translateY(50px);
    opacity: 0;
}

.title_wrapper{
    position: absolute; 
    top: 4vw; left: 15vw;
    width: 31vw;
    padding: 0 2vw;
    color: var(--off-white);
}

.title_wrapper.content_wrapper{
    color: var(--text-color);
}

.title_wrapper h1{
    font-size: 3.5vw;
    padding: 0;
    line-height: 0.9em;
}

.title_wrapper h3{
    font-size: 1.5vw;
    padding: 0;
    line-height: 1em;
}

.title_wrapper p{
    padding: 1em 0;
    line-height: 1.4em;
    opacity: 0.5;
}

.title_wrapper > div{display: none;}
.title_wrapper > div:nth-child(1){display: block; }

.title_wrapper .btn1{
    opacity: 0;
    transform: translateY(50px);
}

.carousel_dots{
    position: absolute; 
    top: 50%; 
    left: 55vw;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    flex-direction: column;
    width: 30px;
}

.carousel_dots .dot_wrapper{
    display: block; 
    width: 50px; height: 50px;
    position: relative;
    opacity: 0; 
    transform: translateX(30px);
}

.carousel_dots .dot_wrapper .dot{
    width: 15px; height: 15px; background: var(--off-white); border-radius: 50%;
    position: absolute; 
    top: 50%; left: 50%; 
    transform: translateX(-50%) translateY(-50%);
    position: relative;
}

.carousel_dots .dot_wrapper.active .dot::before{
    content: "";
    position: absolute; 
    top: 50%; left: 50%; 
    transform: translateX(-50%) translateY(-50%);
    width: 30px; height: 30px; 
    border-radius: 50%;
    border: 1px solid var(--off-white);
    animation: pulsate 2s infinite;
}

section#hero #slide_counter{
    position: absolute;
    text-align: right;
    width: 300px;
    right: 150px; bottom: 1vw;
    color: var(--off-white);
    z-index: 5;
}

section#hero #slide_counter h1{
    font-size: 7vw;
    opacity: 0;
    transform: translateX(-50px);
}

/* .carousel_dots .dot_wrapper.active .dot::after{
    content: "";
    position: absolute; 
    top: 50%; left: 50%; 
    transform: translateX(-50%) translateY(-50%);
    width: 30px; height: 30px; 
    border-radius: 50%;
    border: 1px solid var(--off-white);
    animation: pulsate 1s infinite;
    animation-delay: 0.5s;
    
} */

.carousel_dots .dot_wrapper .dot_card{
    position: absolute; 
    width: 300px; 
    right: 40px; 
    top: 50%; 
    transform: translateY(-50%);
    background: rgba(240,240,240,0.9);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition-duration: 0.5s;

}

.carousel_dots .dot_wrapper:hover .dot_card{
    opacity: 1;
    visibility: visible;
}

.carousel_dots .dot_wrapper .dot_card .dot_img{
    width: 100%; height: 150px; 
    background-size: cover!important; 
    background-position: center!important;
}

.carousel_dots .dot_wrapper .dot_card .dot_text{
    padding: 1.5em;
    padding-bottom: 45px;
    color: var(--text-color);
}

.carousel_dots .dot_wrapper .dot_card .dot_text h3{
    font-size: 1.5em;
    padding: 0; margin: 0;
}

.carousel_dots .dot_wrapper .dot_card .dot_text p{
    font-size: 14px; opacity: 0.6;
}

.carousel_dots .dot_wrapper .dot_card a.a_btn{
    position: absolute;
    left: 0; 
    bottom: 0;
    padding: 10px 0;
    font-size: 10px;
    text-transform: uppercase; 
    text-decoration: none;
    background: var(--text-color);
    color: var(--off-white);
    width: 100%; 
    text-align: center;
    cursor: pointer;
}

.carousel_dots .dot_wrapper .dot_card a.a_btn:hover{
    animation: pulse1 0.5s infinite;
}

@keyframes slowBlink {
    0%, 100% {
        opacity: 1; /* Fully visible */
    }
    50% {
        opacity: 0.2; /* Fully transparent */
    }
}

@keyframes pulse1{
    0%,80%, 86%, 90%, 96%,100%{opacity: 1;}
    82%, 84%, 92%, 94%{opacity: 0.2;}
}

@keyframes pulsate {
    0% {-webkit-transform: translateX(-50%) translateY(-50%) scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: translateX(-50%) translateY(-50%) scale(1.2, 1.2); opacity: 0.0;}
}


/* --------------- MAIN MENU -------------*/

#main_menu{
    position: fixed;
    width: 350px; height: 100vh; 
    top: 0; right: -300px;
    background: var(--off-white);
    display: none;
}

#main_menu .menu_grid{
    display: grid;
    grid-template-columns: 50px 1fr;
}

#main_menu .menu_grid > div{
    padding: 5px;
}

#main_menu .burger{
    width: 40px; height: 60px; 
    position: relative;
    margin-top: 4vw;
    transform: skew(-20deg, 0);
}

#main_menu .burger .bar{
    position: absolute; 
    height: 100%;
    left: 50%; 
    border-right: 1px solid rgba(25,25,25,0.8);
    transition-duration: 0.25s;
}

#main_menu .burger .bar:nth-child(1), #main_menu .burger .bar:nth-child(2){
    top: 0; height: 100%;
}

#main_menu .burger .bar:nth-child(3), #main_menu .burger .bar:nth-child(4){
    bottom: 0; height: 0%;
}

#main_menu .burger:hover .bar:nth-child(1), #main_menu .burger:hover .bar:nth-child(2){
    top: 0; height: 0%;
}

#main_menu .burger:hover .bar:nth-child(3), #main_menu .burger:hover .bar:nth-child(4){
    bottom: 0; height: 100%;
}

#main_menu .burger .bar:nth-child(1), #main_menu .burger .bar:nth-child(3){
    transform: translateX(-5px); 
}

#main_menu .burger .bar:nth-child(2), #main_menu .burger .bar:nth-child(4){
    transform: translateX(5px);transition-delay: -.2s;
}

.secondary_content{
    display: none;
}

@media(min-height: 750px){
    .secondary_content{
        display: inline-block; 
        position: absolute; 
        bottom: 0px; 
        left: 15vw;
        width: 35vw;
        color: var(--off-white);
    }

    .secondary_content .secondary_grid{
        padding: 0 2em;
        display: grid;
        grid-gap: 2em; 
        grid-template-columns: 1fr;
    }

    .secondary_content .secondary_grid > div{
        
        opacity: 0;
        transform: translateY(50px);
        
        
    }

    .secondary_content .secondary_grid > div .shift{
        transform: translateY(0);
        transition-duration: 0.25s;
        padding: 1em 0;
        border-top: 4px solid var(--off-white);
    }

    .secondary_content .secondary_grid > div:hover .shift{
        transform: translateY(-25px);
    }

    .secondary_content .secondary_grid > div .secondary_img{
        width: 100%; padding-bottom: 50%; 
        background-size: cover!important; background-position: center!important; 
        filter: grayscale(85%);
        transition-duration: 0.25s;
    }

    .secondary_content .secondary_grid > div:hover .secondary_img{filter: grayscale(0%);}

    .secondary_content .secondary_grid > div:nth-child(2){display: none;}

    @media(min-width: 1500px){
        .secondary_content .secondary_grid{
            padding: 0 2em;
            display: grid;
            grid-gap: 2em; 
            grid-template-columns: 1fr 1fr;
        }

        .secondary_content .secondary_grid > div:nth-child(2){display: initial;}
    }

    .secondary_content .secondary_grid h3{padding: 1em 0 0 0; font-size: 24px;}
    
}



.btn1{
    display: inline-block; 
    padding: 5px 65px 5px 45px; 
    font-size: 14px; 
    font-weight: 700;
    position: relative;
    text-decoration: none;
    color: var(--off-white);
    margin-top: 2em;
    background: url(../images/icons/arrow-up-right-off-white.svg) no-repeat;
    background-size: 14px 14px; background-position: center right 30px;
}

.btn1::before{
    content: "";
    position: absolute; 
    bottom: -1px; left: -1px;
    width: 50%; 
    height: 0; 
    border-bottom: 2px solid var(--off-white); 
    border-left: 2px solid var(--off-white); 
    transition-duration: 0.5s;
}

.btn1:hover::before{
    width: 100%; height: 100%;
}

.btn1::after{
    content: "";
    position: absolute; 
    top: -1px; right: -1px;
    width: 0%; 
    height: 0; 
    opacity: 0;
    border-top: 2px solid var(--off-white); 
    border-right: 2px solid var(--off-white); 
    transition-duration: 0.5s;
    
}

.btn1:hover::after{
    width: 100%; height: 100%;
    opacity: 1;
}

.title_wrapper .btn1{margin-top: 0!important;}

/* btn2 */

.btn2{
    display: inline-block; 
    padding: 5px 65px 5px 45px; 
    font-size: 14px; 
    font-weight: 700;
    position: relative;
    text-decoration: none;
    color: var(--text-color);
    margin-top: 2em;
    background: url(../images/icons/arrow-up-right-black.svg) no-repeat;
    background-size: 14px 14px; background-position: center right 30px;
}

.btn2::before{
    content: "";
    position: absolute; 
    bottom: -1px; left: -1px;
    width: 50%; 
    height: 0; 
    border-bottom: 2px solid var(--text-color); 
    border-left: 2px solid var(--text-color); 
    transition-duration: 0.5s;
}

.btn2:hover::before{
    width: 100%; height: 100%;
}

.btn2::after{
    content: "";
    position: absolute; 
    top: -1px; right: -1px;
    width: 0%; 
    height: 0; 
    opacity: 0;
    border-top: 2px solid var(--text-color); 
    border-right: 2px solid var(--text-color); 
    transition-duration: 0.5s;
    
}

.btn2:hover::after{
    width: 100%; height: 100%;
    opacity: 1;
}




#hot_links{
    background: rgb(39,39,39);
    width: 100vw;
    color: var(--off-white);
    position: relative;
    padding-bottom: 25vh;
}

.section_head{
    padding: 10vh 0;
}

.section_head h2{
    font-size: 6vh;
}

section#hot_links .webwrapper{ position: relative; width: calc(85vw - 80px); margin-left: calc(15vw + 40px);}


section#hot_links .blind{
    position: absolute; 
    top: 0; left: 0;
    width: 100%; height: 100%; 
    background: rgb(39,39,39);
}

section#hot_links .blind:nth-child(2){
    background: rgb(37,37,37);
    width: 15%;
}

#hot_links .line{
    position: absolute; top: 0; left: 0;
    height: 100%; 
    border-right: 1px solid rgba(255,255,255,0.1);
    opacity: 1;
}

#hot_links .line:nth-child(3){left: 15%; }
#hot_links .line:nth-child(4){left: 50%; }
#hot_links .line:nth-child(5){left: 60%; }

#hot_links .content_grid{
    display: grid;
    grid-gap: 2vw; 
    grid-template-columns: 1fr;
    position: relative;
}

#hot_links .content_grid .link_item{
    opacity: 0.5;
    transform: translateY(50px);
    height: 100%;
}

#hot_links .content_grid .link_item > div{
    transform: translateY(0);
    background: white;
    transition-duration: 0.25s;
    
    height: 100%;
}

/* #hot_links .content_grid .link_item:hover > div{transform: translateY(-15px);} */

#hot_links .content_grid .link_item.span_2{
    grid-column: span 2;
}

#hot_links .content_grid .link_item .img_wrapper{
    width: 100%; 
    padding-bottom: 50%; 
    background: var(--text-color);
    background-size: cover!important; 
    background-position: center!important;
}

#hot_links .content_grid .link_item.span_2 .img_wrapper{
    padding-bottom: 25%;
}

#hot_links .content_grid .link_item .text_wrapper{
    padding: 30px 40px 80px 40px; color: var(--text-color);
    
}

#hot_links .content_grid .link_item .text_wrapper .btn2{
    position: absolute; 
    bottom: 40px; left: 40px; 
}

#hot_links .content_grid .link_item .text_wrapper h3{font-size: 3vh; font-weight: 700;}
#hot_links .content_grid .link_item .text_wrapper p{opacity: 0.5;}



#hot_links .content_grid .link_item > .cg_channel_wrapper{
    background: #151515;
    color: var(--off-white);
    min-height: 400px;
}

#hot_links .content_grid .link_item .adapt_logo{
    background: url(../images/brand/adapt-one-off-white.png) no-repeat; 
    background-size: 80%; 
    background-position: center!important; 
    width: 200px; height: 60px;
    display: inline-block; 
}

.cg_channel_wrapper .grid{
    align-items: center;
    height: 100%; 
    
    
}

.cg_channel_wrapper > div{
    height: 100%; 
    text-align: center;
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cg_channel_wrapper .cg_channel{
    width: 200px; height: 60px; 
    background: url(../images/brand/cg-channel-white.png) no-repeat; 
    background-size: contain!important; 
    background-position: center left;
    display: block; 
    margin: 0;
}

@media(min-width: 640px){
    #hot_links .content_grid{grid-template-columns: 1fr 1fr;}
}
@media(min-width: 940px){
    #hot_links .content_grid{grid-template-columns: 1fr 1fr 1fr;}
}

@media(max-width: 768px){
    .secondary_content{display: none;}

    .carousel_dots{
        top: 25%;
        left: initial;
        right: 15px;
    }

    section#hero .blind:nth-child(2){
        height: 50%;
        top: 50%;
    }

    section#hero .hero_img .img{
        height: 50%; 
    }

    .title_wrapper{
        top: 55vh;
        width: 80vw;
    }

    .title_wrapper h1{font-size: 10vw;}
    .title_wrapper h3{font-size: 5vw;}
    

    section#hero #slide_counter{right: 15px; bottom: 50vh;}

    section#hero #slide_counter h1{font-size: 10vw;}

    .section_head{padding: 3vh 0;}

    #hero .slash{width: 10vw; height: 10vw; z-index: 100;}
}

@media(max-width: 560px){
    .title_wrapper h1{font-size: 10vw;}
    .title_wrapper h3{font-size: 5vw;}
}

