
.first-article{
    background-color: #000000;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    padding: 3rem 10rem 2rem 4rem;
    justify-content: space-between;
    align-items: center;
    height: 90vh;
    overflow: hidden;
}
.first-article::before{
    left: -15vw;
    bottom: -15vw;
    background-color: #64DFDF;
}
.first-article::after{
    right: -10vw;
    top: -10vw;
    background-color: #071C49;

}
.first-article svg{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.first-article > div{
    height: 100%;
    overflow: hidden;
}
.first-article section{
    display: flex;
    flex-direction: column;
    align-items: start;
    color: #FFFFFF;
    font-size: 0.9rem;
    padding: 1rem 0rem;
    gap: 1rem;
    justify-content: center;
}
.first-article section div{
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    background-color: #A2ECEC;
    font-size: 0.7rem;
    color: #071C49;
    padding: 0.5rem 1rem;
    align-items: center;
    border-radius: 2rem;
    font-weight: 500;
}
.first-article img{
    height: 17px;
    width: auto;
}
.first-article h1{
    font-size: 3.7rem;
    font-weight: 700;
    line-height: 3.2rem;
    color: #FFFFFF;
}
.first-article h1 span{
    color: #64DFDF;
}
.first-article section button{
    border: 1px solid #E4E4E7;
    padding: 0.5rem 1rem;
    color: #071C49;
    font-size: 0.7rem;
    font-weight: 500;
}

.second-article{
    z-index: 2;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 4rem 0 2rem;
    gap: 2rem;

}
.second-article::before{
    content: "";
    background-image: url("images/Rectangle 423.svg");
    background-repeat: no-repeat;
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0;
    top: -60px;
    z-index: 1;

}
.second-article > div{
    display: flex;
    flex-direction: row;
    height: 60px;
    padding: 0rem 2rem;
    justify-content: space-between;
}
.second-article  img{
    height: 100%;
    width: auto;
    object-fit: cover;
}
.second-article > section{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 7rem;
    padding-top: 1rem;
    height: 300px;
    overflow: hidden;
        background-color: #EFFCFC;

}
.second-article h1{
    color: #071C49;
    font-weight: 700;
    font-size: 6.5rem;
}
.second-article > section div{
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #2B6767;
    font-size: 1.2rem;
    font-weight: 400;
}
.third-article{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    gap: 1rem;
}
.third-article h2{
     color: #071C49;
     font-weight: 700;
     font-size: 2rem;
}
.third-article > p{
    color: #71717B;
    font-weight: 400;
    font-size: 1.1rem;
}
.third-article section{
    display: grid;
    grid-template-columns: repeat(3,300px);
    grid-auto-rows: 250px;
    gap: 1.5rem;
}
.third-article section > div{
    position: relative;
    padding: 1.5rem;
    font-size: 0.8rem;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    color: #FFFFFF;
}
.imageholder{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.imageholder img{
    width: 45%;
    height: 45%;
    object-fit: cover;
}
.third-article svg,.fourth-article svg{
    position: absolute;
    height: auto;
    width: 105%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}
.big{
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #FFFFFF;
}
.fourth-article{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
}
.fourth-article h2{
    font-size: 2.5rem;
}
.fourth-article h2 span{
    position: relative;
    color: #FFFFFF;
}
.fourth-article h2 span::before{
    content: "";
        background-color: #071C49;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
        padding: 0 0.5rem ;
        left: 50%;
        transform: translateX(-50%);
        top: 7px;
}
.fourth-article section{
    display: grid;
    grid-template-columns: repeat(3,300px);
    grid-auto-rows: 70vh;
    gap: 1.5rem;
    margin-top: 1.5rem;

}
.fourth-article section > div{
        padding: 0.5rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    font-size: 0.9rem;
    font-weight: 400;
    position: relative;
}
.fourth-article h3{
    font-size: 1.5rem;
    font-weight: 700;
    color: #071C49;
    margin-bottom: 1rem;
}
.fourth-article section > div > div:last-child{
    flex: 1;
    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: center;
}
.fourth-article img{
    width: 100%;
    height: 100%;
    object-fit: contain;

}
.fifth-article{
    padding: 5rem 1rem 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    text-align: center;
    color: #71717B;

}
.fifth-article > div{
    text-align: center;
    color: #71717B;
    font-weight: 400;
}
.fifth-article h2{
    font-size: 2.7rem;
    color: #071C49;
    font-weight: 700;
}
table{
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    color: #000000;
    font-size: 0.8rem;
    font-weight: 400;
}
tr{
    border-bottom: 1px solid #E4E4E7;
}
th{
    padding: 2rem;
    text-align: center;
    font-size: 1.5rem;
}
td{
    text-align: center;
    padding: 1rem;

}
th img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.sixth-article{
    display: flex;
    flex-direction: column;
    gap: 5rem;
    align-items: center;
    margin-bottom: 8rem;
}
.sixth-article h2{
    font-size: 2.3rem;
    color: #071C49;
}
.sixth-article section{
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 180px;
}

.sixth > div ,.sixth1 > div {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
}
.sixth1 > div > div:first-child{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #EDD6A1;
}
.sixth > div > div:first-child{
        width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #EDD6A1;
}
.sixth img,.sixth1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sixth-article h3{
    color: #85A8F3;
    font-size: 1.5rem;
}

.sixth{
        display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 380px;
    padding: 2rem 1.5rem 0;
        position: relative;
    height: 300px;
    z-index: 1;
        font-size: 0.7rem;
    color: #FFFFFF;
    font-weight: 300;
}
.sixth1 h3{
    text-align: center;
    font-size: 1.6rem;
}
.sixth1{
        display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 420px;
    padding: 3rem 2rem 2rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 335px;
    z-index: 1;
        font-size: 0.75rem;
    color: #FFFFFF;
    font-weight: 300;
}
.sixth::before{
    background-image: url("./images/Rectangle\ 425\ \(2\).svg") ;
    height: 140%;
    width: 100%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    top: -14px;
    left: -14px;
    content: "";
    filter: opacity(0.8);

}
.sixth > p{
    width: 70%;
}
.sixth:nth-of-type(2)::before {
  transform: scaleX(-1);
  transform-origin: center;
}
.sixth1::before{
    background-image: url("./images/Rectangle\ 425\ \(1\).svg");
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    width: 110%;
    height: 110%;
    z-index: -1;
    left: -30px;
    top: -15px;
}