.wrapper {
    padding-bottom: 50px;
    font-size: 1.12em;
}

.hero {
    display: grid;
    grid-template-rows: 150px auto;
    grid-template-columns: minmax(auto, 1000px);
    min-height: 70vh;
    background-color: #00ffa9;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 30px 0;
}

.hero__top-section {
    display: grid;
    width: 100%;
    margin-bottom: 40px;
    grid-auto-columns: auto min-content;
    grid-auto-flow: column;
}

.hero__top-section-menu {
    display: grid;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    column-gap: 10px;
    align-items: center;
    justify-content: end;
}

.hero__slogan {
    font-family: 'Metropolis', 'Barlow', sans-serif;
    line-height: 0.9em;
    color: rgba(0, 0, 0, 0.65);
    font-size: 4.2em;
    font-weight: 800;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    margin-top: 50px;
}

.hero__divider {
    margin: 20px 0;
    height: 1px;
}

.hero__divider_inner {
    width: 100px;
    height: 1px;
    background: rgba(0, 0, 0, 0.12);
}

.hero__blurb {
    font-family: 'Playfair Display', serif;
    font-size: 1.1em;
    color: rgba(0, 0, 0, 0.7);
}

.hero__top-section-menu-item a {
    display: grid;
    font-family: 'Barlow', sans-serif;
    font-size: 0.85em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    min-height: 50px;
    border-radius: 99px;
    padding: 0 15px;
    align-items: center;
    background-color: rgba(13, 86, 56, 0.15);
    cursor: pointer;
    text-decoration: none;
    color: rgba(13, 86, 56, 0.9);
}

.hero__top-section-menu-item a:hover {
    background-color: rgba(0, 131, 108, 0.71);
}

.hero__top-section-menu-item a:hover img {
    filter: invert(100%);
}

.hero__top-section-menu-item--contact-us a {
    background: none;
    border: 2px solid rgba(44, 44, 44, 0.6);
    color: rgba(22, 22, 22, 0.8);
    padding: 0 22px;
}

.hero__top-section-menu-item--contact-us a:hover {
    border: 2px solid rgba(0, 131, 108, 0.4);
    background-color: rgba(0, 131, 108, 0.71);
    color: #fff;
}

.lead-in {
    padding-top: 80px;
    padding-bottom: 80px;
}

.lead-in__heading {
    color: #333;
    font-family: 'Playfair Display', serif;
    font-size: 2.5em;
}

.lead-in__heading-underlined {
    font-family: 'Playfair Display', serif;
    border-bottom: 1px solid rgba(64, 237, 164, 0.5);
}

.lead-in__content {
    color: #555;
    line-height: 1.6em;
    letter-spacing: 0.01em;
    margin-top: 40px;
}

.lead-in__content-pad-top {
    padding-top: 20px;
}

.lead-in__content-italic {
    font-style: italic;
}

.capabilities {
    margin-top: 70px;
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}

.capabilities__item-title {
    font-family: 'Metropolis', sans-serif;
    font-weight: 700;
    font-size: 1.4em;
    letter-spacing: -0.02em;
    color: #8400ff;
}

.capabilities__item-content {
    margin-top: 15px;
    text-align: justify;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.logo-twitter {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 96 96'%3E%3Cdefs/%3E%3Cpath fill='%23000' fill-opacity='.7' d='M33 81c30 0 46-25 46-47v-2c4-2 6-5 8-8l-9 2c4-2 6-5 7-9l-10 4a16 16 0 00-28 15 46 46 0 01-33-17 16 16 0 005 22l-8-2a16 16 0 0013 16h-7a16 16 0 0015 12 33 33 0 01-24 6c7 5 16 8 25 8'/%3E%3C/svg%3E");
}
