.f8875a85b {
    width: 100%;
    background-size: cover;
    background-position: center;
    margin-top: 40px;
    color: var(--color-text-add);
}

.f4ddc7c07 {
    max-width: 1320px;
    margin: 0 auto;
    padding: 44px 0;
}

.f9cac19a4 {
    line-height: 160%;
}

.f08581793 {
    margin-top: 10px;
}
.f08581793 .b98800ff {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
}
.f08581793 .b98800ff a {
    margin-bottom: 6px;
}
.f08581793 .b98800ff a:not(:last-child){
    margin-right: 6px;
}
.f08581793 .b98800ff a:hover {
    opacity: 0.7;
}
.f08581793 .b98800ff img {
    width: 100%;
    height: auto;
    max-width: 32px;
    margin-bottom: 0;
}

.e4b6d1a2 {
    width: 100%;
    border-top: 1px dashed #b0b3c4;
    margin: 24px 0;
}

.f79b25bdb {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.e52a15de {
    max-height: 48px;
}

.f29921f6d {
    width: auto;
    margin-bottom: 0;
}

.f9330fef9 {
    width: 45%;
    max-width: 535px;
}

.a1aa8e93 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.f7909d539 {
    margin-right: 35px;
    margin-bottom: 15px;
}

.f2c0870a8 {
    width: auto;
    max-height: 34px;
    margin-bottom: 0;
    border-radius: 0;
}

@media (max-width: 1350px) {
    .f4ddc7c07 {
        padding: 44px 16px;
    }
}

@media (max-width: 900px) {
    .f79b25bdb {
        flex-wrap: wrap;
    }

    .f9330fef9 {
        max-width: none;
        width: 100%;
        margin-bottom: 16px;
    }
}

@media (max-width: 480px) {
    .f4ddc7c07 {
        padding: 30px 16px;
    }

    .a1aa8e93 {
        justify-content: space-between;
    }

    .f7909d539 {
        margin-right: 5px;
    }

    .f9cac19a4 {
        font-size: 14px;
        line-height: 140%;
    }
}

/* FOOTER SEARCH START */
.bcd1cfa5 {
    margin: 30px 0 50px 0;
}

.f2db8b761 {
    width: 100%;
    position: relative;
}

.baea54a2 {
    width: 100%;
    height: 52px;
    background: #4b5e72;
    border-radius: 27px;
    outline: none;
    border: none;
    padding: 0 40px 0 16px;
    font-size: 16px;
    color: var(--color-text-add);
}

.f8c7718fb {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 17px;
    right: 18px;
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
}

.baea54a2::placeholder {
    color: var(--color-text-add);
}

@media (max-width: 480px) {
    .bcd1cfa5 {
        margin: 20px 0 30px 0;
    }

    .baea54a2 {
        height: 44px;
    }

    .f8c7718fb {
        width: 36px;
        height: 36px;
        background: var(--color-primary);
        border-radius: 50%;
        top: 4px;
        right: 5px;
    }

    .f8c7718fb svg path {
        fill: var(--color-tertiary);
    }
}
/* FOOTER SEARCH END */

/* FOOTER MENU START */
.f55fc55b7 {
    width: 50%;
    display: flex;
    justify-content: space-between;
}

.d9402d72 {
    margin-bottom: 12px;
    margin-left: 10px;
}

.f0a390e05 {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    line-height: 140%;
    margin-bottom: 8px;
}

.f8b756525 {
    color: var(--color-text-add);
    line-height: 160%;
}

.f0a390e05:hover,
.f8b756525:hover {
    color: var(--color-primary);
}

@media (max-width: 900px) {
    .f55fc55b7 {
        flex-wrap: wrap;
        width: 100%;
    }

    .f3d723ecd:not(:last-of-type) {
        margin-bottom: 20px;
    }

    .d9402d72 {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .f3d723ecd {
        width: 100%;
    }
}
/* FOOTER MENU END */
.f51af6df6 {
    color: #a2aeb7;
    line-height: 1.5em;
    padding: 0 0 20px 0;
    text-align: center;
    border-bottom: 1px dashed #b0b3c4;
    margin-bottom: 24px;
}
.f51af6df6 a {
    text-decoration: underline;
    font-weight: bold;
    line-height: 1.5em;
}
.f51af6df6 a:hover {
    text-decoration: underline;
}
.f51af6df6 p {
    margin: 0;
}