.aiaplus-ciam-footer {
    width: 100%;
}

.footer {
    display: none;
    width: 100%;
    flex: auto;
    background: #333d47;
    justify-content: center;
}

.contact {
    width: 90%;
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}

.left_link {
    display: flex;
    align-items: center;
    margin: 24px 0 21px 0;
}

.left_link>a {
    color: #d6d8da;
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
}

.linkLine {
    width: 1px;
    height: 10px;
    background-color: #f1e6e6;
    margin: 0 10px;
}

.right_icon {
    display: flex;
    justify-content: center;
    flex: 1;
}

.imgList {
    display: flex;
    align-items: flex-start;
    flex: 1;
    gap: 16px;
    margin-top: 16px;
}

.linkImg {
    width: 36px;
    height: 36px;
}

.note {
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #d6d8da;
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
}

.noteText {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}

@media (max-width: 767px) {
    .footer {
        display: none !important;
    }
}