* {
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

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

body {
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #022E7D;
}

.header {
    width: 100%;
    height: 70px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    z-index: 1000;
}

.top{
    background-color: #022E7D;
}

.header-wrapper {
    max-width: 1170px;
    width: 1170px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-wrapper .logo {
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
}

.header-wrapper a {
    text-decoration: unset;
}

.header-wrapper a div {
    height: 40px;
    border-radius: 20px;
    padding: 0 16px;
    line-height: 40px;
    text-align: center;
    color: #052F83;
    background-color: #FFF;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.index-banner {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../img/header-bg.png");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.index-banner .content-wrapper {
    max-width: 1170px;
    width: 1170px;
    position: relative;
}

.index-banner .content-wrapper h1 {
    color: #FFF;
    font-size: 64px;
    font-weight: 700;
}

.index-banner .content-wrapper p {
    color: #FFF;
    font-size: 40px;
    font-weight: 400;
    line-height: 70px;
    margin-top: 30px;
}

.index-banner .content-wrapper img {
    width: 233px;
    height: 150px;
    position: absolute;
    top: -85px;
    left: 380px;
}

.section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 90px 0;
    background-color: #FFF;
    position: relative;
}

.section-wrapper {
    max-width: 1170px;
    width: 1170px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-wrapper .title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-wrapper .title img {
    width: 33px;
    height: 25px;
}

.section-wrapper .title span {
    color: #0040C4;
    font-size: 32px;
    font-weight: 600;
    line-height: 50px;
    margin: 0 20px;
}

.section-wrapper .desc {
    color: #294B8F;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
    margin-top: 48px;
}

.section-wrapper .desc-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

.section-wrapper .desc-box .desc-item {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
}

.section-wrapper .desc-box .desc-item img {
    width: 200px;
    height: 160px;
}

.section-wrapper .desc-box .desc-item p:nth-of-type(1) {
    height: 60px;
    color: #FFFFFF;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 23px;
}

.section-wrapper .desc-box .desc-item p:nth-of-type(2) {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 200;
    line-height: 26px;
    opacity: 0.9;
}

.section-wrapper .partner {
    width: 100%;
}

footer {
    padding: 60px 0;
    background-color: #272727;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-wrapper {
    max-width: 1170px;
    width: 1170px;
}

.footer-wrapper h1 {
    color: #FFF;
    font-size: 38px;
    font-weight: 600;
    line-height: 48px;
}

.footer-wrapper > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.address, .mail {
    display: flex;
    align-items: center;
}

.address img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.address p {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
}

.mail img {
    width: 16px;
    height: 13px;
    margin-right: 10px;
}

.mail p {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    text-decoration-line: underline;
}
