.page-template-landing .site__nav,
.page-template-landing .footer,
.page-template-landing #cookie-law-info-bar,
.page-template-landing .book__forms{
    display: none !important;
}

.landing{
    height: 100vh;
    width: 100vw;
    background-color: #5E856E;
    position: relative;
}

.landing__first{
    padding: 0 1.6rem;
    padding-top: 4.4vh;
}

.landing__first__title{
    width: 29.6rem;
    margin-bottom: 2.1vh;
}

.landing__first__title img{
    object-fit: contain;
}

.landing__first__img{
    width: 100%;
    position: relative;
}

.landing__first__img img{
    object-fit: cover;
    object-position: center center;
    width: 100%;
}

/* landing second */

.landing__second{
    padding: 0 1.6rem;
    padding-top: 8.15vh;
    position: absolute;
    width: 100vw;
    bottom: 6.4rem;
}

.landing__second__first{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.landing__second__title{
    width: 12.7rem;
}

.landing__second__title img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}

.landing__second__first__img{
    width: 21.32vh;
}

.landing__second__first__img img{
    object-fit: cover;
    width: 100%;
}

.landing__second__last{
    padding-top: 4.69vh;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-right: 0.6rem;
}

.landing__second__last__second{
    position: relative;
    bottom: -6px;
}

.landing__second__last__second ul li a{
    text-decoration: none;
    font-size: 18px;
    line-height: 3rem;
    letter-spacing: 0.72px;
    color: #FFF4EB;
}

.landing__second__last__second ul li:first-child{
    margin-bottom: 0.5rem;
}

.landing__second__last__first{
    width: 7.8rem;
}

.landing__second__last__first img{
    object-fit: contain;
    width: 100%;
}

@media only screen and (max-width: 376px){
    .landing__first__title{
        width: 24.6rem;
    }
}

@media only screen and (max-height: 813px) and (max-width: 376px){
    .landing__first__title{
        width: 24.6rem;
    }

    .landing__second__title{
        width: 10.4rem;
    }

    .landing__second{
        padding-top: 4.36vh;
    }

    .landing__second__last{
        padding-top: 2.72vh;
    }
    
} 

@media only screen and (max-height: 800px){
    .landing__second{
        bottom: 5rem;
    }
    
}

.landing__second__first__vtablet,
.landing__second__last__second.vtablet{
    display: none;
}

.desktop{
    display: none;
}

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

    .desktop{
        display: block;
    }

    .mobile{
        display: none;
    }

    .landing__first{
        padding: 0 2.5rem;
        padding-top: 2.7vh;
    }

    .landing__first__title{
        width: 45.44vw;
    }

    .landing__second{
        padding: 0 2.5rem;
        bottom: 6.28vh;
    }

    .landing__second__title{
        width: 36.85vh;
    }

    .landing__second__first__img{
        width: 23.79vh;
    }

    .hideontablet{
        display: none;
    }

    .landing__second__first{
        position: relative;
    }

    .landing__second__last__second.vtablet{
        display: block;
    }

    .landing__second__first__vtablet{
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 36.85vh;
        padding-left: 0.6rem;
    }

    .landing__second__last__first{
        width: 9.4rem;
    }

    .landing__second__last__second{
        padding-bottom: 10.72vh;
    }

    .landing__second__last__second.vtablet{
        margin-top: 4.86vh;
        padding-bottom: 0;
    }

    .landing__second__last__second.vtablet ul li a{
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0.6px;
        font-weight: 500;
    }

    .landing__second__last__second.vtablet ul li:first-child{
        margin-bottom: 2.1rem;
    }

}

.vtablethorizontal{
    display: none;
}

@media only screen and (min-width: 1024px){
    .landing__first{
        padding-top: 2.5rem;
    }

    .landing__first__wrapper{
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: flex-start;
    }

    .landing__first__img{
        flex: 0 0 59.40vw;
    }

    .landing__first__title{
        flex: 0 0 31.8vw;
    }

    .landing__second__title{
        width: 37vw;
    }

    .landing__second{
        display: flex;
        justify-content: space-between;
        padding: 0 2.5rem;
        width: 100vw;
        bottom: 3.84vh;
    }

    .landing__second__wrapper{
        flex: 1 0 59.40vw;
    }

    .landing__second__last__second.vtablet{
        display: none;
    }

    .landing__second__first__img{
        flex: 0 0 31.8vw;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .landing__second__first__img img{
        width: 49.7%;
    }

    .vtablethorizontal{
        display: block;
    }

    .landing__second__last__second{
        padding-bottom: 0;
    }

    .landing__second__last__second ul li a{
        font-size: 2em;
        letter-spacing: 0.6px;
    }

    .landing__second__last__second ul li:first-child{
        margin-bottom: 2.1rem;
    }
}

@media only screen and (min-width: 1200px){
    
    .landing__first,
    .landing__second{
        padding: 0 2.8rem;
    }
    
    .landing__first{
        padding-top: 2.8rem;
    }
    
    .landing__second{
        bottom: 4.3vh;
    }

    .landing__first__title,
    .landing__second__first__img{
        flex: 0 0 39.3vh;
    }

    .landing__second__title{
        width: 47vh;
    }

    .landing__second__first__img img{
        width: 59.9%;
    }

    .landing__second__last__second ul li a{
        font-size: 1.7em;
        letter-spacing: 0.51px;
    }

    .landing__second__last__second ul li:first-child{
        margin-bottom: 0rem;
    }

    .landing__first__img{
        flex: 0 0 83.5vh;
    }

    .landing__second__wrapper{
        flex: 1 0 83.5vh;
    }
}

@media only screen and (min-width: 1920px){
    .landing__second{
        bottom: 3.89vh;
    }
}