.ktk-footer-container {
    display: flex;
    justify-content: center;
    position: relative;
}
@media screen and (min-width: 769px) {
    .ktk-footer-container:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background-color: #006cb2;
        z-index: 0;
    }
}
.ktk-footer-inner {
    width: 100%;
    max-width: 1200px;
    background-color: white;
    position: relative;
    box-sizing: border-box;
    padding: 80px 40px 40px;
    z-index: 2;
}
@media screen and (max-width: 768px) {
    .ktk-footer-inner {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media screen and (min-width: 769px) {
    .ktk-footer__blue-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #006cb2;
            -webkit-clip-path: polygon(0 0, 55% 0, 18% 100%, 0% 100%);
        clip-path: polygon(0 0, 55% 0, 18% 100%, 0% 100%);
        z-index: 1;
    }
}
@media screen and (max-width: 768px) {
    .ktk-footer__blue-bg {
        display: none;
    }
}
.ktk-footer-inner a {
    color: white;
    text-decoration: underline;
}
.ktk-footer__left-column {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 2;
}
.ktk-footer__right-column {
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .ktk-footer__left-column {
        padding-top: 40px;
        padding-bottom: 40px;
        order: 2;
        background-color: #006cb2;
    }
    .ktk-footer__right-column {
        background-color: #f2f2f2;
        padding-top: 40px;
        padding-bottom: 40px;
        order: 1;
    }
    .ktk-footer__left-column > * {
        z-index: 2;
    }
    .ktk-footer__left-column,
    .ktk-footer__right-column {
        padding-left: 20px;
        padding-right: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.ktk-footer__left-column .site-logo img {
    filter: brightness(0) invert(1);
    max-width: 122px;
    height: auto;
    margin-bottom: 1.5rem;
}

.ktk-footer__main-text p {
    color: white;
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.2em;
}
.ktk-footer__main-text strong {
    color: #f79745;
}

.ktk-footer__address p {
    color: white;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2em;
}

.ktk-footer__privacy {
    display: flex;
    flex-direction: column;
    line-height: 1.2em;
}

.ktk-footer__social {
    display: flex;
    padding: 20px 0;
}
.ktk-footer__social a {
    background-color: white;
    border: 1px solid white;
    color: #006cb2;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    transition: .2s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-decoration: none;
    margin-right: 10px;
}
.ktk-footer__social a:hover {
    background-color: #006cb2;
    color: white;
}

.ktk-footer__useful-links {
    display: flex;
    flex-direction: column;
    font-size: .875rem;
    line-height: 1.6em;
    text-transform: uppercase;
    font-weight: 900;
}

/* NEWSLETTER */
.ktk-newsletter {
    background-color: #f1f1f1;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.ktk-newsletter__inner {
    width: 100%;
    max-width: 1200px;
    padding: 40px;
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
    .ktk-newsletter__inner {
        padding: 20px;
    }
}
.ktk-newsletter__title {
    text-align: center;
    font-size: 1.875rem;
    font-weight: 900;
}
.ktk-newsletter__claim {
    text-align: center;
    font-weight: 700;
    font-size: 1.125rem;
    color: #7A7A7A;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.ktk-newsletter .mc4wp-form-fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ktk-newsletter__email {
    margin-bottom: 10px;
    width: calc(100% - 160px);
    border-radius: 4px !important;
}
.ktk-newsletter__send {
    margin-bottom: 10px;
    width: 140px;
    transition: .2s ease;
}
.ktk-newsletter__send:hover {
    background-color: transparent !important;
}
@media screen and (max-width: 574px) {
    .ktk-newsletter__email,
    .ktk-newsletter__send {
        width: 100%;
        margin-left: 0;
    }
}
.ktk-newsletter__terms {
    width: 100%;
}
.ktk-newsletter__terms a {
    color: #7a7a7a;
    font-size: .75rem;
    transition: .2s ease;
}
.ktk-newsletter__terms a:hover {
    color: #f79745;
}