footer[gc-footer] * {
    margin: 0;
    padding: 0;
}

footer[gc-footer] {
    box-sizing: content-box;
    background: #533a6f;
    color: hsla(0, 0%, 100%, .75);
    font-size: 16px;
    padding: 3.5em 0;
}

footer[gc-footer] .gc-footer-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}



footer[gc-footer] .footer-panel-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}


footer[gc-footer] .footer-panel-container .footer-panel-item {
    height: 290px;
    position: relative;
}

footer[gc-footer] .footer-panel-container .footer-panel-item dl {
    height: 100%;
    margin: 0;
}

footer[gc-footer] .footer-panel-container .footer-panel-item dl dt {
    padding-bottom: 1.8em;
}

footer[gc-footer] .footer-panel-container .footer-panel-item dl dd {
    font-size: 12px;
    line-height: 1.6em;
    margin-bottom: .5em;
}

footer[gc-footer] a {
    font-weight: 300;
    color: #fff;
    text-decoration: none;
}

footer a:active,
footer a:hover {
    text-decoration: underline;
}

footer[gc-footer] .footer-panel-container .footer-panel-item.contact-info dl {
    border-left: 1px solid hsla(0, 0%, 100%, .2);
    padding: 0 1rem;
    text-align: center;
}

footer[gc-footer] .footer-panel-container .footer-panel-item.contact-info .contact-phone svg {
    width: 20px;
    height: 20px;
    fill: hsla(0, 0%, 100%, .75);
    margin-right: .5em;
}

footer[gc-footer] .footer-panel-container .footer-panel-item.contact-info dl .qrcodeBox {
    display: flex;
}

footer[gc-footer] .footer-panel-container .footer-panel-item dl dd .qrcode-container {
    display: block;
    margin: 0 auto .5rem;
    width: 100%;
}

footer[gc-footer] .footer-panel-container .footer-panel-item dl dd .qrcode-container:nth-of-type(1) {
    margin-right: 1em;
}

footer .footer-panel-container .footer-panel-item dl dd.contact-phone {
    font-size: 1.5em;
}

footer[gc-footer] .footer-panel-container .footer-panel-item dl dd .qrcode-container .qrcode {
    width: 120px;
}

footer[gc-footer] .footer-panel-container .footer-panel-item dl dd .qrcode-container p {
    margin-top: .5em;
}

footer[gc-footer] .footer-company-copyright-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

footer[gc-footer] .footer-company-copyright-container .footer-company-info {
    font-size: .75em;
    text-align: left;
}

footer[gc-footer] .footer-company-copyright-container .footer-company-info p:first-child {
    display: none;
}

footer[gc-footer] .footer-company-copyright-container .footer-company-info .footer-company-info-img img {
    width: 200px;
}

footer[gc-footer] .footer-company-copyright-container .footer-copyright-info {

    flex: 0.9;

}

footer[gc-footer] .footer-company-copyright-container .footer-extra-links-container {
    align-items: center;
    display: flex;
    font-size: .75rem;
    margin-bottom: 1rem;
}

footer[gc-footer] .footer-company-copyright-container .footer-extra-links-container .footer-extra-link-item span img {
    margin-right: .5em;
    width: 16px;
}

footer[gc-footer] .footer-company-copyright-container .footer-extra-links-container .footer-extra-link-item:after {
    content: "|";
    margin: 0 .5em;
}

footer[gc-footer] .footer-company-copyright-container .footer-extra-links-container .footer-extra-link-item:last-child:after {
    content: unset
}



@media(max-width: 992px) {
    footer[gc-footer] .footer-panel-container {
        flex-wrap: wrap
    }

    footer[gc-footer] .footer-panel-container .footer-panel-item.contact-info {
        height: 180px;
        width: 100%
    }

    footer[gc-footer] .footer-panel-container .footer-panel-item.contact-info dl {
        align-items: center;
        border: none;
        display: flex;
        justify-content: space-between
    }

    footer[gc-footer] .footer-panel-container .footer-panel-item.contact-info dl dt {
        display: none
    }

    footer[gc-footer] .footer-extra-links-container {
        flex-wrap: wrap
    }

    footer[gc-footer] .footer-extra-links-container:first-child .footer-extra-link-item:last-child {
        display: none
    }

    footer[gc-footer] .footer-extra-links-container:first-child .footer-extra-link-item:nth-last-child(2):after {
        content: unset
    }
}

@media(max-width: 768px) {
    footer[gc-footer] {
        padding: 1em 0
    }
    footer[gc-footer] .footer-company-copyright-container {
        flex-direction: column;
    }

    footer[gc-footer] .footer-company-info {
        align-items: center;
        display: flex;
        margin-bottom: 1em
    }

    footer[gc-footer] .footer-company-info div:first-child {
        border-right: 1px solid hsla(0, 0%, 100%, .2);
        margin-right: 1em;
        padding-right: 1em
    }

    footer[gc-footer] .footer-company-copyright-container .footer-company-info p:first-child {
        display: block
    }

    footer[gc-footer] .footer-panel-container {
        display: none;
    }
    
}

@media(max-width: 576px) {
    footer[gc-footer] {
        padding: 1rem 0
    }

    footer[gc-footer] .footer-company-copyright-container {
        flex-direction: column;
    }

    footer[gc-footer] .footer-company-info img {
        width: 150px
    }

    footer[gc-footer] .footer-extra-links-container {
        flex-wrap: wrap;
        margin-bottom: .5rem
    }

    footer[gc-footer] .footer-extra-links-container:first-child .footer-extra-link-item:last-child,
    footer[gc-footer] .footer-extra-links-container:first-child .footer-extra-link-item:nth-last-child(2),
    footer[gc-footer] .footer-extra-links-container:first-child .footer-extra-link-item:nth-last-child(3) {
        display: none
    }

    footer[gc-footer] .footer-extra-links-container:first-child .footer-extra-link-item:nth-last-child(4):after {
        content: unset
    }

    footer[gc-footer] .footer-panel-container {
        display: none;
    }
}


@media (min-width: 576px) {
    footer[gc-footer] .gc-footer-container  {
        padding-right: 15px;
        padding-left: 15px;
        width: 540px;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    footer[gc-footer] .gc-footer-container {
        padding-right: 15px;
        padding-left: 15px;
        width: 720px;
        max-width: 100%;
    }
}


@media (min-width: 992px) {
    footer[gc-footer] .gc-footer-container {
        padding-right: 15px;
        padding-left: 15px;
        width: 960px;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    footer[gc-footer] .gc-footer-container {
        padding-right: 15px;
        padding-left: 15px;
        width: 1140px;
        max-width: 100%;
    }
}