.faq {
    width: 100%;
    height: 100vh;
    font-family: "pangram-regular";
    color: #1f1c35;
}

.faq-pattern-container {
    height: calc(394px + 70px);
    width: 100%;
    position: relative;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.faq-pattern-container:after {
    content: "";
    width: 100%;
    height: auto;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.faq-pattern-container:after {
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

.faq-hero-title {
    text-align: center;
    color: white;
    z-index: 1;
}

.faq-hero-title h1 {
    font-family: "Playfair Display", serif;
    font-size: 48px;
    font-weight: bold;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
    margin-top: 0;
}

.faq-hero-title p {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 46.24em) {
    .faq-hero-title {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 24px;
    }
}

.faq-pattern {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .1;
    background-position: center center;
    background-size: cover;
}

.faq-pattern-illustration {
    background-size: cover;
    width: 675px;
    height: 361px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 675px/2);
}

.faq-content-container {
    position: relative;
    min-height: 290px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f6f7fb), to(#dde1ed));
    background-image: -webkit-linear-gradient(bottom, #f6f7fb, #dde1ed);
    background-image: -o-linear-gradient(bottom, #f6f7fb, #dde1ed);
    background-image: linear-gradient(to top, #f6f7fb, #dde1ed);
    -webkit-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}

.faq-content {
    position: absolute;
    top: -80px;
    left: calc(50% - (938px / 2));
    background-color: white;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
    width: 938px;
    padding: 0 56px 24px 56px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
}

@media (max-width: 46.24em) {
    .faq-content {
        width: 100vw;
        position: static;
    }
}

.faq-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 64px;
    margin-bottom: 20px;
    border-bottom: solid 1px #979797;
}

@media (max-width: 46.24em) {
    .faq-nav {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        height: 160px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px 0;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

.faq-nav-item {
    font-size: 18px;
    width: 144px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
}

.faq-nav-item--selected {
    color: #bea493;
    font-weight: bold;
    border-bottom: solid 3px #bca292;
}

@media (max-width: 46.24em) {
    .faq-nav-item--selected {
        border: none;
    }
}

// WEBPACK FOOTER //
// ./src/styles/FAQ.css