/* GrandLiga shared Contacts — v20.
   Desktop is widened and typography enlarged site-wide.
   The section heading follows OUR SERVICES on every viewport. */

/* Shared heading language. */
.gl-contacts h2.title.glc-title {
    margin: 0 !important;
    padding: 6px 0 34px !important;
    color: #19374e !important;
    font-family: inherit !important;
    font-size: 32px !important;
    line-height: 1.18 !important;
    font-weight: 600 !important;
    letter-spacing: .01em !important;
    text-align: center !important;
    text-transform: uppercase !important;
}
.gl-contacts h2.title.glc-title span {
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
}
.gl-contacts h2.title.glc-title::after {
    content: "" !important;
    display: block !important;
    width: 66px !important;
    height: 3px !important;
    margin: 15px auto 0 !important;
    background: linear-gradient(to right,#19374e 0,#19374e 62%,#238174 62%,#238174 100%) !important;
}
.gl-contacts h2.title.glc-title span {
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
}

@media (min-width: 1024px) {
    .gl-contacts .glc-header {
        padding-top: 4px !important;
    }

    .gl-contacts .glc-shell {
        width: min(1420px, calc(100% - 40px)) !important;
        max-width: 1420px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 28px !important;
        padding-right: 28px !important;
        box-sizing: border-box;
    }

    .gl-contacts .glc-subtitle {
        max-width: 800px !important;
        font-size: 21px !important;
        line-height: 1.45 !important;
    }

    .gl-contacts .glc-office-card {
        width: min(430px, calc(100% - 24px)) !important;
        padding: 19px 21px 18px !important;
    }
    .gl-contacts .glc-office-name {
        font-size: 24px !important;
        line-height: 1.22 !important;
    }
    .gl-contacts .glc-office-detail {
        font-size: 18px !important;
        line-height: 1.45 !important;
    }
    .gl-contacts .glc-directions {
        font-size: 17px !important;
        min-height: 48px !important;
    }

    .gl-contacts .glc-panel-heading h3 {
        font-size: 23px !important;
        line-height: 1.25 !important;
    }
    .gl-contacts .glc-button-name {
        font-size: 19px !important;
        line-height: 1.2 !important;
    }
    .gl-contacts .glc-button-flag {
        font-size: 26px !important;
    }
    .gl-contacts .glc-office-button {
        min-height: 62px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .gl-contacts .glc-channel-copy strong {
        font-size: 20px !important;
        line-height: 1.25 !important;
    }
    .gl-contacts .glc-channel-copy span {
        font-size: 18px !important;
        line-height: 1.3 !important;
    }

    /* "Your data is protected" — use the available width instead of microtype. */
    .gl-contacts .glc-security {
        min-height: 64px !important;
        font-size: 18px !important;
        line-height: 1.35 !important;
    }
    .gl-contacts .glc-security-icon {
        width: 38px !important;
        height: 38px !important;
        flex: 0 0 38px !important;
    }
}

@media (max-width: 767px) {
    .gl-contacts h2.title.glc-title {
        font-size: 28px !important;
        line-height: 1.2 !important;
        padding-bottom: 20px !important;
        letter-spacing: .01em !important;
    }
    .gl-contacts h2.title.glc-title span {
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
}
.gl-contacts h2.title.glc-title::after {
        width: 52px !important;
        height: 2px !important;
        margin-top: 11px !important;
    }

    body.home section#link-contacts.gl-contacts,
    body.home .gl-contacts {
        margin-top: 0 !important;
        padding-top: 6px !important;
    }
}

@media (max-width: 479px) {
    .gl-contacts h2.title.glc-title {
        font-size: 25px !important;
    }
}
