.l-inner * {
    font-family: Arial, Helvetica, sans-serif !important;
    box-sizing: border-box;
}

.l-inner img {
    width: 100%;
    height: auto;
}

.l-inner a {
    text-decoration: none !important;
}

.l-inner h2 {
    color: black;
    text-align: center;
}

.l-inner ul {
    padding-inline-start: 15px !important;
}

.l-inner li {
    font-size: 15px !important;
    font-weight: bold;
    line-height: 25px !important;
    color: #333333 !important;
    padding: 0px 15px 5px 0px;
    font-family: Arial, Helvetica, sans-serif !important;
}

.l-inner p,
.l-inner td {
    font-size: 15px !important;
    line-height: 20px !important;
    color: #333333 !important;
    padding: 0;
    margin: 0 0 14px 0;
    font-family: Arial, Helvetica, sans-serif !important;
}

.l-inner sup {
    font-size: 8px !important;
    vertical-align: top;
    position: relative;
    top: -3px;
}

.l-inner .legal {
    font-size: 10px !important;
    line-height: 10px !important;
    font-weight: normal;
    color: #989898 !important;
    margin: 0px 0px 0px -25px;
    font-family: Arial, Helvetica, sans-serif !important;
}

.l-inner .legal2 {
    font-size: 10px !important;
    line-height: 10px !important;
    font-weight: normal;
    color: #989898 !important;
    margin: 20px 0px 0px 15px;
    font-family: Arial, Helvetica, sans-serif !important;
}


.l-inner {
    max-width: 1470px;
    margin: 0 auto;
}

.l-inner .c-kf {
    position: relative;
    display: flex;
    overflow: hidden;
}

.l-inner .c-kf__copy {
    margin: 0 2em;
    padding: 2em 2em;
    position: absolute;
    width: 40%;
    background: rgba(0, 0, 0, 0.6);
    align-self: center;
    color: white;
}

.l-inner .c-kf__copy__header {
    margin-top: 0;
    color: white;
}
.l-inner .c-kf__copy__header h3 {
    margin-top: 0;
    color: white;
}

.l-inner .c-kf__copy--right {
    right: 0;
}

.l-inner .c-kf__copy--noBG {
    background: none;
}

.l-inner .c-kf__img img {
    width: 100%;
    display: block;
}

@media only screen and (max-width: 850px) {
    .l-inner .c-kf {
        flex-direction: column;
    }

    .l-inner .c-kf__copy {
        position: relative;
        width: 100%;
        background: rgba(0, 0, 0);
    }
}

/* UTILITY CLASSES */
.l-inner .u-txt-black{
    color: #000000 !important;
}