* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

.part1 {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url('../img/part1-bg.png');
    background-size: cover;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.part1 header {
    width: 100%;
    padding: 0 30px;
    max-width: 1500px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.part1 header a {
    height: 42px;
    width: 104px;
    border-radius: 21px;
    border: 1px solid #4DA7EB;
    text-decoration: unset;
    line-height: 40px;
    text-align: center;
    color: #4BA4F1;
    font-family: Poppins, system-ui;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}

.part1 header img {
    width: 375px;
}

.part1 div:nth-of-type(1) {
    width: 100%;
    max-width: 1500px;
    position: absolute;
    bottom: 0;
}

.part1 div p:nth-of-type(1) {
    color: #0D2485;
    font-family: Inter, system-ui;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
}

.part1 div p:nth-of-type(2) {
    color: #28AED8;
    font-family: Inter, system-ui;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    margin-top: 20px;
}

.part1 div p:nth-of-type(3) {
    color: #2E2E2E;
    font-family: Outfit, system-ui;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 47px;
    margin: 25px 0 70px 0;
}

.part2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.part2 > div {
    width: 100%;
    max-width: 1500px;
    padding-bottom: 148px;
}

.part2 > div > div:nth-of-type(1) {
    display: flex;
    align-items: center;
    margin-top: 80px;
}

.part2 > div > div:nth-of-type(1) > div {
    width: 20px;
    height: 2px;
    background: #338508;
    margin-right: 10px;
}

.part2 > div > div:nth-of-type(1) > p {
    color: #5B748D;
    font-family: Outfit, system-ui;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.part2 > div > p:nth-of-type(1) {
    color: #000;
    font-family: Outfit, system-ui;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 59px;
    letter-spacing: -1px;
    margin: 20px 0 64px 0;
}

.part2 > div > p:nth-of-type(2) {
    color: #000;
    font-family: Outfit, system-ui;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
}


.part2 > div > div:nth-of-type(2) {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.part2 > div > div:nth-of-type(2) > div {
    width: 27%;
    margin-top: 130px;
}

.part2 > div > div:nth-of-type(2) > div > img {
    width: 96px;
    height: 96px;
}

.part2 > div > div:nth-of-type(2) > div > p:nth-of-type(1) {
    color: #000;
    font-family: Inter, system-ui;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    margin: 16px 0 20px 0;
}

.part2 > div > div:nth-of-type(2) > div > p:nth-of-type(2) {
    color: #5B748D;
    font-family: Outfit, system-ui;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
}

.part2 > div > img {
    width: 614px;
    height: 502px;
    position: absolute;
    top: 0;
    right: 10%;
}

.part3 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #3B58B3;
}

.part3 > div {
    width: 100%;
    max-width: 1500px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.part3 > div > div {
    margin: 100px 0 130px 0;
}

.part3 > div > div > div {
    display: flex;
    align-items: center;
}

.part3 > div > div > div > div {
    width: 20px;
    height: 2px;
    background: #FFF;
    margin-right: 10px;
}

.part3 > div > div > div > p {
    color: #FFF;
    font-family: Outfit, system-ui;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.part3 > div > div > P:nth-of-type(1) {
    color: #FFF;
    font-family: Outfit, system-ui;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 59px;
    letter-spacing: -1px;
}

.part3 > div > div > P:nth-of-type(2) {
    color: #FFF;
    font-family: Outfit, system-ui;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.part3 > div > img {
    width: 700px;
    margin-left: 50px;
}

.part4 {
    width: 100%;
    background-color: #F3F3FF;
    padding: 32px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.part4 > div {
    width: 100%;
    max-width: 1500px;
}

.part4 > div > p {
    color: #0D2485;
    font-family: PingFang SC, system-ui;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
}

.part4 > div > div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 25px;
}

.part4 > div > div > div {
    display: flex;
    align-items: center;
}

.part4 > div > div > div:nth-of-type(1) {
    align-items: flex-start;
}

.part4 > div > div > div:nth-of-type(1) > img {
    margin-top: 5px;
}

.part4 > div > div > div > img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.part4 > div > div > div > p {
    color: #0D2485;
    font-family: PingFang SC, system-ui;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

svg {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    pointer-events: none;
}

.banner-graphic-01 {
    width: 14%;
    position: absolute;
    top: 14%;
    left: -3%;
    animation: svgAnimation 1.5s ease-out forwards;
    animation-delay: 1s;
}

.banner-graphic-02 {
    width: 18%;
    position: absolute;
    top: 23%;
    right: -4%;
    animation: svgAnimation 1.5s ease-out forwards;
    animation-delay: 1.5s;
}

.banner-graphic-03 {
    width: 2.8%;
    position: absolute;
    bottom: -10%;
    right: 30%;
    animation: svgAnimation 1.3s ease-out forwards;
    animation-delay: 1.8s;
}

@keyframes svgAnimation {
    to {
        stroke-dashoffset: 0;
    }
}
