footer.site-footer {
    max-width: 100%;
    border: none;
}

footer.site-footer .footer_row {
    background: #101111;
}

footer.site-footer .footer_second_row {
    background: #060707;
}

.tk_footer_section {
    max-width: calc(100% - 32px);
    width: 1334px;
    padding: 8px 16px 16px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.tk_footer_second_section {
    max-width: calc(100% - 32px);
    width: 1334px;
    padding: 48px 16px;
    margin: 0 auto;
    display: flex;
    gap: 16px;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.tk_footer_third_section {
    max-width: calc(100% - 32px);
    width: 1334px;
    padding: 16px;
    margin: 0 auto;
    display: flex;
    gap: 32px;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.tk_footer_fourth_section {
    max-width: calc(100% - 32px);
    width: 1334px;
    padding: 16px;
    margin: 0 auto;
    display: flex;
    gap: 16px;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.tk_footer_feature_box {
    display: flex;
    align-items: center;
    padding: 8px 24px;
    margin: 16px 0;
    flex-direction: column;
    width: 100%;
}

.tk_footer_feature_box:first-child {
    padding: 8px 16px 8px 24px;
}

.tk_footer_feature_box:last-child {
    padding: 8px 24px 8px 16px;
}

.tk_footer_feature_text {
    display: flex;
    flex-direction: column;
}

.tk_footer_feature_title {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-top: 16px;
}

.before_email_span {
    color: #7E928F;
    font-size: 14px;
    font-weight: 500;
    margin: 32px 0 16px;
}

input.sib-email-area {
    width: 284px;
    height: 56px;
    border: none;
    border-radius: 4px;
    padding: 0 38px 0 0;
    font-size: 14px;
    margin-right: -32px;
}

.tk_footer_email {
    position: relative;
}

.tk_footer_email_btn {
    background: #FF9900;
    border: none;
    border-radius: 100px;
    width: 72px;
    height: 40px;
    position: absolute;
    left: 8px;
    top: 8px;
}

.sib-email-area {
    width: 324px;
    position: relative;
}

.academy_teslakala_div {
    background: #101111;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    justify-content: space-between;
    height: 56px;
    width: 290px;
}

.academy_teslakala_text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 4px;
    width: 178px;
}

.academy_teslakala_text p {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 20px;
}

.academy_teslakala_text span {
    font-size: 14px;
    font-weight: 400;
    color: #CCD5D3;
}

.footer_address {
    margin-top: 24px;
}

.footer_address p {
    font-size: 16px;
    font-weight: 400;
    color: #7E928F;
    margin-bottom: 8px;
    line-height: auto;
}

.tk_footer_div .footer-box-title {
    color: #7E928F;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 16px;
    display: inline-block;
}

.tk_footer_div .menu>li {
    width: auto;
    margin: 0;
    padding: 0;
    height: auto;
    border-radius: 0;
}

.tk_footer_div .menu>li>a {
    width: auto;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 32px;
}

.tk_footer_div .menu>li:hover {
    background: none;
}

.teslakalafooter_menu>li {
    margin-bottom: 16px;
}

.tk_footer_third_section_column {
    width: 50%;
}

.tk_footer_third_section_column:first-child {
    width: 45%;
}

.tk_footer_third_section_column:last-child {
    width: 55%;
}

.tk_footer_sign_img {
    display: flex;
}

.tk_footer_sign_column {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: calc(100% / 7);
}

.tk_footer_sign_column_img {
    height: 88px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.tk_footer_sign_column span {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    line-height: 17px;
}

.tk_footer_aboutus h2 {
    color: #CCD5D3;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 28px !important;
    margin-bottom: 8px;
}

.tk_footer_aboutus p {
    color: #CCD5D3;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.tk_footer_aboutus p a {
    color: #2A4ACA !important;
}

.showless_aboutus,
.showmore_aboutus {
    color: #2A4ACA;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.tk_footer_aboutus_p {
    height: 90px;
    overflow: hidden;
    position: relative;
}

.tk_footer_aboutus_p_shadow {
    box-shadow: 0px -40px 40px 0px #060707 inset;
    height: 90px;
    position: absolute;
    z-index: 9999;
    bottom: 5px;
    width: 100%;
}

.footer_social_media {
    display: flex;
    align-items: center;
}

.footer_social_media a {
    padding: 8px;
}

.footer_copyright {
    color: #7E928F;
    font-size: 14px;
    font-weight: 500;
}

footer {
    content-visibility: visible !important;
}

@media only screen and (max-width: 1024px) {
    .tk_footer_section {
        flex-wrap: wrap;
    }

    .tk_footer_feature_box {
        width: calc(50% - 44px);
    }

    .tk_footer_feature_title {
        text-align: center;
    }

    .tk_footer_second_section {
        flex-direction: column;
    }

    .tk_footer_div {
        width: 100% !important;
    }

    .tk_footer_div .menu>li {
        background: none;
        line-height: normal;
        border: none;
    }

    .academy_teslakala_div {
        width: calc(100% - 32px);
    }

    .tk_footer_third_section {
        flex-direction: column-reverse;
    }

    .tk_footer_third_section_column {
        width: 100% !important;
    }

    .tk_footer_sign_img {
        flex-wrap: wrap;
    }

    .tk_footer_sign_column {
        width: calc(100% / 3);
        margin-bottom: 10px;
    }

    .tk_footer_fourth_section {
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column-reverse;
    }
}