#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 .btn-green:hover{
    color: #fff!important;
}

#hero h1{
    font-size: 90px;
    line-height: 110px;
    margin-bottom: 20px;
    font-weight: 900;
    color: #fff;
}

#hero .btn-green{
    margin-right: 15px;
}

@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{
    overflow: hidden;
    background: #0E192E;
}

#block .container-fluid{
    padding: 0;
}

#block img{
    width: 100%;
    height: 800px;
    object-fit: cover;
}

#block .header p{
    color: #FFFFFF;
    font-weight: 700;
    letter-spacing: 1.28px;
}

#block h2{
    color: #fff;
    font-weight: 900
}

#block .line{
    border-top: 3px solid #17A0D6;
    margin-left: 0;
    width: 100px;
}

#block .content{
    color: #fff;
}

#block .row{
    align-items: center;
}

#block .inner{
    padding: 0 278px 0 154px;
}

#block .left{
    padding-right: 0;
}

#block .right{
    padding-left: 0;
}

#block:nth-of-type(even){
    overflow: hidden;
    background: #FFFFFF;
}

#block:nth-of-type(even) .header p{
    color: #17A0D6;
    font-weight: 700;
    letter-spacing: 1.28px;
}

#block:nth-of-type(even) h2{
    color: #040707;
    font-weight: 900
}

#block:nth-of-type(even) .content{
    color: #040707;
}

#block:nth-of-type(odd) a{
    color: #CCFF00;
}

@media(max-width:1600px){
    #block .inner{
        padding: 0 150px 0 150px;
    }
}

@media(max-width:1400px){
    #block .inner{
        padding: 0 50px 0 50px;
    }
}

@media(max-width:1200px){
    #block{
        padding-top: 50px;
    }
    #block .inner{
        padding: 50px;
    }
    
    #block img{
        width: 100%;
        max-width: 600px;
        height: auto;
        aspect-ratio: 960/814;
        object-fit: cover;
        margin: 0 auto;
        display: block;
    }
    #block .left{
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    #block .right{
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
}

@media(max-width:600px){
    #block{
        padding: 0;
    }
}

@media(max-width:576px){
    #block .inner{
        padding: 50px 15px;
    }
}

#mc{
    padding: 70px 0;
}

#mc .row{
    justify-content: center;
}

#mc .content h2,
#mc .content h3,
#mc .content h4,
#mc .content h5{
    margin: 50px 0 20px;
}

#mc .content h2{
    font-size: 40px;
    font-weight: 900;
    color: #1D3460;
    line-height: 49px
}
#mc .content h3{
    font-size: 32px;
    font-weight: 900;
    color: #1D3460;
    line-height: 27px
}
#mc .content h4{
        font-size: 29px;
    font-weight: 900;
    color: #1D3460;
    line-height: 27px
}
#mc .content h5{
    font-size: 27px;
    font-weight: 900;
    color: #1D3460;
    line-height: 27px
}

#mc .content p{
    color: #040707;
    font-size: 17px;
}