#hero{
    height: 630px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: end;
    position: relative;
    z-index: 0;
    padding-bottom: 25px;
}

#hero::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, #000000 100%) 0% 0% no-repeat padding-box;
    z-index: -1;
}

#hero h1{
    font-size: 90px;
    line-height: 110px;
    margin-bottom: 20px;
    font-weight: 900;
    color: #fff;
}

@media(max-width:1200px){
    #hero h1{
        font-size: 60px!important;
        line-height: 70px!important
    }
}

#hero .btn-green{
    margin-right: 15px;
}

#hero .btn-green:hover{
    color: #fff!important;
}

@media(max-width:1200px){
    #hero h1{
        font-size: 60px;
        line-height: 70px
    }
}

@media(max-width:576px){
    #hero{
        align-items: center;
    }
    #hero h1{
        text-align: center;
    }
    #hero .btn-green{
        margin-bottom: 20px;
    }
}

#s1{
    padding: 70px 0;
}

#s1 .header{
    text-align: center;
}

#s1 .header p{
    color: #1079A2;
    font-weight: 700;
    letter-spacing: 1.28px;
}

#s1 h2{
    font-size: 40px;
    color: #1D3460;
    font-weight: 900;
}

#s1 .line{
    border-top: 3px solid #17A0D6;
    width: 100px;
}

#s1 .content{
    text-align: center;
    color: #040707;
}

#block{
    padding: 50px 0;
}

#block img{
    max-width: 387px;
    max-height: 387px;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

#block .row{
    align-items: center;
}

#block:nth-of-type(3n+3){
    background-color: #0E192E;
}

#block:nth-of-type(3n+4){
    background-color: #FBFBFB;
}

#block:nth-of-type(3n+5){
    background-color: #1D3460;
}


#block:nth-of-type(odd) .header p{
    color: #fff;
    font-weight: 700;
    letter-spacing: 1.28px;
}

#block:nth-of-type(even) .header p{
    color: #17A0D6;
    font-weight: 700;
    letter-spacing: 1.28px;
}

#block:nth-of-type(even) .header h2{
    font-size: 40px;
    font-weight: 900;
}

#block:nth-of-type(odd) .header h2{
    font-size: 40px;
    color: #fff;
    font-weight: 900;
}

#block:nth-of-type(odd) .content{
    color: #fff;
}

#block .line{
    border-top: 3px solid #17A0D6;
    width: 100px;
    margin-left: 0;
}

@media(max-width:1200px){
    #block img{
        margin: 0 auto;
        display: block
    }
}

.slick-autoplay-toggle-button{
    display: none!important;
}