header,
footer{
    display: none;
    display: -webkit-none;
}

body{
    margin: 0;
    background: linear-gradient(200deg, #00A3DD 7.68%, #012254 90.74%);;

}

.links{
    min-height: 100vh;
    padding: 0 clamp(2rem,11.82vw,222px);
}
.links .container{
    min-height: 100vh;
    /* background: #009CDF; */
    /* background-size: clamp(10px,75%,1329px) !important; */
    padding-top: clamp(2rem,3vw,1920px);
    padding-bottom: clamp(2rem,3vw,1920px);
}
.links img{
    display: block;
    display: -webkit-block;
    width: clamp(10px,100%,700px);
    margin: 0 auto 5vw;
}
.links .btns{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    grid-gap: clamp(2rem,2vw,116px);
    width: clamp(10px,100%,1073px);
    margin: 0 auto;
}
.links .btns>*{
    display: block;
    width: 95%;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: clamp(20px,2vw,86px);
    font-weight: 800;
    line-height: 2vw;
    letter-spacing: .02239vw;
    background-color: transparent;
    border: 1px solid #fff;
    padding: clamp(1rem,2vw,39px);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.links .btns>*:hover{
    background-color: #0C2D69;
}


.links .icons{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    grid-gap: 1rem 2rem;
    margin-top: 2rem;
}

.links .icons>*{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 120px;
    aspect-ratio: 1/1;
    background-color: transparent;
    border: 1px solid #fff;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.links .icons>*:hover{
    background-color: #121E29;
}

.links .icons>* svg{
    width: 60px;
    aspect-ratio: 1/1;
}

.wpp{
    display: none;
    display: -webkit-none;
}

@media(max-width:768px){
    .links {
        padding: 0 clamp(2rem,5vw,222px);
    }
    .links .container{
        display:flex;
        flex-direction: column;
        justify-content:center;
    }
    .links img{
        max-width: 180px;
        margin: 0 auto 3rem;
    }
}
@media(min-width:768px){
    .container{
        padding: 0 9.27vw;
    }
}