/* Hero */

/**
h1 -> h5.eyebrow
 */

#hero {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 0;
    padding: 0 48px 80px 48px;
    min-height: calc(100vh - 132px - 80px);
    @media (max-width: 768px) {
        display: block;
        padding: 0px 24px 48px 24px;
    }
}

#service.interpreting #hero {
    margin-bottom: -80px;
}

#service.other-services #hero {
    margin-bottom: -60px;
}

#hero .column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#hero .column.left {
    grid-column: span 6;
}

#hero .column.right {
    grid-column: span 6;
    align-items: center;
}

#hero h5 {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ff7047;
    margin-bottom: 16px;
}

/*
.home #hero h5 {
    font-size: 80px;
    line-height: 88px;
    text-transform: none;
    margin-bottom: 32px;
}

 */

#hero h1 {
    font-size: 64px;
    line-height: 72px;
    font-weight: 700;
    color: #0a6196;
    margin-bottom: 24px;
    hyphens: manual;
}

.home.page-template #hero h1 {
    color: #ff7047;
    font-size: 80px;
    line-height: 88px;
    text-transform: none;
    margin-bottom: 32px;
    max-width: 96%;
}

@media (max-width: 768px) {
    #hero h1,
    .home.page-template #hero h1 {
        font-size: 48px;
        line-height: 48px;
    }
}

#hero p.intro {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 32px;
    @media (max-width: 1280px) {
        font-size: 21px;
        line-height: 26px;
    }
    @media (max-width: 768px) {
        font-size: 18px;
        line-height: 24px;
    }
}

#hero button {
    align-self: flex-start;
    background: transparent;
    color: #ff7047;
    font-size: 21px;
    font-weight: 700;
    border: 3px solid #ff7047;
    padding: 17px 29px;
    border-radius: 32px;
}

#hero button .icon.chevron {
    width: 15px;
    height: auto;
    vertical-align: middle;
    margin-top: 0px;
    margin-left: 8px;
}

#hero .illustration {
    width: 100%;
    height: auto;
    max-width: 480px;
}

#hero .animation {
    width: 100%;
    max-width: 800px;
    height: auto;
}

#hero .animated-illustration {
    width: 100%;
    height: auto;
}

#hero lottie-player {
    width: 100%;
    height: auto;
}