body{
    background: #F4F4F4;
    font-family: Arial, sans-serif;
    color: #003466;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    letter-spacing: 0;
}

h1{
    font-weight: 400;
    color: #005DAB;
    font-size: 24px;
    line-height: 20px;
    letter-spacing: 0;
    margin: 0;
}

a{
    color: #005DAB;
}

.general-text{
    line-height: 24px;
}
.du3-container-gap-row{
    gap: 12px;
}
.title-logo-container{
    display: flex;
    align-items: center;
}
.du3-header-base-top{
    width: 1180px;
    background: none;
    justify-content: space-between;
    border-bottom: 1px solid #809AB3;
}
.header-base {
    display: flex;
    color: #003466;
}

.du3-menu-container{
    width: auto;
    color: #005DAB;
    height: 100%;
}
.du3-menu-container a{
    color: #005DAB;
    weight: 400;
    font-size: 20px;
}
.main{
}
.col-3-4{
    background: #FAFAFA;
    padding: 0 10px 20px 10px;
}
.how-to-left-title{
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;

}
.how-to-list{
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

.homepage-a{
    text-decoration: none;
    display: flex;
    gap: 8px;
    align-items: center;

}

.homepage-a a{
    text-decoration: none;

}

.col-1-4{
    margin-top: 40px;
}
.du2-button{
    background: #608BAE;
    border-radius: 0;
    font-size: 16px;
    color: #F0F1F1;
}
.ae-desc a{
    font-weight: 400;
    font-style: Italic;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0;
    color: #809AB3;
}
.button-container{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.note-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #809AB3;
}
.du3-container-gap{
    gap: 15px;
}

.separate-line{
    width: 100%;
    border-bottom: 1px solid #809AB3;
}
footer{
    background: #FAFAFA;
}
.footer-dc{
    width: 620px;
    color: #809AB3;
    line-height: 16px;
}
.footer-dc a{
    text-decoration: underline;
    color: #005DAB;
}
