footer {
    margin-top: 32px;
    background: var(--module-background);
}
.row-footer-newsletter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.footer-newsletter {
    padding: 50px 0;
    background: var(--color-background3);
    color: var(--footer-text-color);
}
.footer-newsletter-text {
    font-size: 24px;
    margin-right: 15px;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
.footer-newsletter-span {
    display: flex;
}
.footer-newsletter-img {
    margin-right: 10px;
}
.row-footer-newsletter .input-group {
    width: calc(50% + 30px);
    padding: 0px 15px;
}
.footer-social {
    text-align: right;
}
.footer-social span {
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
.footer-social .long-line {
    width: 20px;
    height: 1px;
    display: inline-block;
    background-color: var(--footer-text-color);
    vertical-align: middle;
    margin-left: 10px;
}
.footer-social a {
    display: inline-block;
    color: var(--footer-link-color);
    font-size: 28px;
    margin-left: 15px;
}
.footer-social a:hover {
    color: var(--footer-link-hover-color);
}
.footer-social a svg {
    max-width: 25px;
    max-height: 25px;
    width: 100%;
    display: inline-block;
    margin-top: -5px;
}
.footer-main {
    border-top: 1px solid var(--color-general-border);
    background: var(--color-background3);
    padding: 50px 0px;
}
.row-footer-main {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 32px 0;
}
.footer-logo-container {
    width:  40%;
}
.footer-logo-container + .footer-menu-container {
    width: 40%;
}
.footer-menu-container {
    width: 20%;
}
.footer-info i {
    color: var(--color-secondary);
    min-width: 20px;
}
.footer-title {
    font-size: 24px;
    text-transform: uppercase;
    color: var(--footer-title-color);
}
.footer-logo-container + .footer-menu-container .footer-menu {
    columns: 2;
}
.footer-menu {
    columns: 1;
}
.footer-menu a {
    font-size: 15px;
    display: block;
    color: var(--footer-link-color);
}
.footer-menu a:hover {
    color: var(--footer-link-hover-color);
}
.footer-copy {
    border-top: 1px solid var(--color-general-border);
    padding: 10px 0;
    background: var(--color-background3);
}
.footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-copy .footer-row {
    flex-direction: column;
    justify-content: center;
}