/* Intro */
.b-longread-intro {
    margin: 0 0 4.5em;
    padding: 9.5em 0 5.5em;
    color: #fff;
    background: #c9956d linear-gradient(#fff 40%, #c9956d 40%, #d6b3a0 70%, #96474e 100%);
}

.b-longread-intro__img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.b-longread-intro__titles {
    max-width: 100%;
    width: 820px;
    margin: 0 auto;
}

.b-longread-intro__title {
    margin: calc(-160 / 50 * 1em) 0 calc(20 / 50 * 1em) calc(350 / 820 * 100%);
    font: normal 400 5em/1 'farecregular', sans-serif;
    letter-spacing: 0.4em;
}

.b-longread-intro__title span {
    display: block;
    margin:  calc(15 / 68 * 1em) 0 0 calc(25 / 68 * 1em);
    font-size: calc(68 / 50 * 1em);
    letter-spacing: normal;
    text-transform: uppercase;
}

.b-longread-intro__subtitle {
    position: relative;
    max-width: calc(480 / 24 * 1em);
    margin: 0 0 0 calc(290 / 820 * 100%);
    padding: 0 0 0 calc(90 / 24 * 1em);
    font: normal 400 2.4em/1.33 'futurademicregular', sans-serif;
}

.b-longread-intro__subtitle:before {
    content: '«';
    position: absolute;
    bottom: calc(-45 / 210 * 1em);
    left: 0;
    font: normal 400 8.75em/1 'futurabookcregular', sans-serif;
}

@media (max-width: 820px) {
    .b-longread-intro {
        font-size: 1.2vw;
    }
}

/* Intro Text */
.b-longread-intro-txt {
    max-width: 890px;
    padding: 0 15px;
    margin: 0 auto 8.5em;
    text-align: center;
    color: #404040;
}

.b-longread-intro-txt p {
    font: normal 400 2.2em/1.2 'futurabookcregular', sans-serif;
}

@media (max-width: 890px) {
    .b-longread-intro-txt br {
        display: none;
    }
}

/* Interview */
.b-longread-interview {
    margin: 0 0 8.5em;
    padding: 5.5em 0 7em;
    color: #404040;
    background: #f8f1eb;
    overflow: hidden;
}

.b-longread-interview__cols {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    width: 1110px;
    margin: 0 auto;
}

.b-longread-interview__col {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 50%;
    margin: 0 0 6.5em;
    padding: 0 2em;
}

.b-longread-interview__col--valign-center {
    justify-content: center;
}

.b-longread-interview__img {
    position: relative;
}

.b-longread-interview__txt h6 {
    margin: 0 0 calc(30 / 22 * 1em);
    font: normal 400 2.2em/1.27 'futurademicregular', sans-serif;
}

.b-longread-interview__txt p {
    margin: 0 0 calc(30 / 22 * 1em);
    font: normal 400 2.2em/1.27 'futurabookcregular', sans-serif;
}

.b-longread-interview__txt p em {
    font-style: italic;
}

.b-longread-interview__quote {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
}

.b-longread-interview__quote-img {
    margin: 0 0 4.5em;
}

.b-longread-interview__quote-txt {
    position: relative;
    max-width: 435px;
    font: normal 400 3em/1 'futurademicregular', sans-serif;
}

.b-longread-interview__quote-txt:before {
    content: '«';
    position: absolute;
    top: calc(-160 / 210 * 1em);
    left: calc(-35 / 210 * 1em);
    font: normal 400 7em/1 'futurabookcregular', sans-serif;
    color: #c15b71;
}

@media (max-width: 1024px) {
    .b-longread-interview__cols {
        width: 560px;
    }

    .b-longread-interview__col {
        width: 100%;
    }

    .b-longread-interview__col--txt {
        order: 1;
    }

    .b-longread-interview__img {
        position: static;
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .b-longread-interview__quote {
        align-items: center;
    }

    .b-longread-interview__quote-img {
        display: block;
        max-width: 100%;
        height: auto;
    }
}