.footer_head {
    background-color: #002080;
    height: 180px;
}

.footer_head_item svg {
    width: 56.25px;
    height: 50px;
}

.footer_head_item_img {
    width: 56.25px;
    height: 50px;
}

.footer_head_container {
    width: 100%;
    max-width: 1450px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    gap: 20px;
}

.footer_head_item {
    display: flex;
    gap: 10px;
    flex-direction: column;
    text-decoration: none;
    align-items: center;
    margin-top: 20px;
}

.footer_head_item span {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    line-height: 17.6px;
    font-family: 'Exo 2', sans-serif;
        margin: auto;
    text-align: center;
}

.footer_head_item span:hover {
    text-decoration: underline;
}

.footer_main {
    height: 224px;
    background-color: #001450;
}

.footer_main_container {
    max-width: 1450px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 15px 0;
    margin: auto;
}

.footer_main_container img {
    margin: 0px 25px;
    width: 312.5px;
    height: 165px;
}

.footer_main_items {
    display: flex;
}

.footer_main_item {
    max-width: 362.5px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

.footer_main_item p {
    color: #fff;
    font-size: 15px;
    line-height: 1.42857143;
    font-family: 'Exo 2', sans-serif;
}

.footer_main_item p a {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: #fff;
}

.footer_main_lines {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 308.25px;
}

.footer_main_line1 {
    width: 50%;
    height: 1px;
    background-color: #f1f1f1;
}

.footer_main_line2 {
    width: 50%;
    height: 1px;
    background-color: #333;
}

.footer_main_r {
    display: flex;
    gap: 15px;
}

.footer_main_r a img {
    width: 70px;
    height: 70px;
    margin: 0;
}

.footer_main_stars {
    position: relative;
    top: -20px;
}

.wae_stars {
    display: flex;
    justify-content: center;
}

.wae_star {
    background-color: #f5ae0a;
    width: 1.5rem;
    height: 1.5rem;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    display: inline-block;
}

.footer_copyright {
    background-color: #111;
    border-top: 1px solid #292929;
    padding: 10px 0;
    font-size: 12px;
    height: 35px;
}

.footer_copyright_container {
    max-width: 1450px;
    width: 100%;
    margin: auto;
}

.footer_copyright_container p {
    min-height: 1px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    color: #808080;
    font-family: 'Exo 2', sans-serif;
}