/* body {
    font-family: 'Effra W01 Regular', sans-serif;
    color: #454545;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px
}

.wrapper {
    padding: 96px 0;
} */

#scrolly__section .font-secondary {
    font-family: 'Effra W01 Bold', serif !important;
}

#scrolly__section .text-body {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;

    @media (min-width: @screen-sm-min) {
        font-size: 18px;
        line-height: 28px;
    }
}

#scrolly__section a {
    color: #104E8B !important;
    border-bottom: 2px solid #104E8B;
    text-decoration: none;
    word-break: break-word;
}


#scrolly__section {
    position: relative;
    padding: 1rem;
    pointer-events: none;
}

.scrolly__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    padding: 0 1rem;
    width: 100%;
}

.scrolly__chart {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    margin: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 0;
    pointer-events: auto;
}

.scrolly__chart iframe {
    width: 100%;
    height: 100%;
}

.step {
    margin: 0 auto 2rem auto;
    display: flex;
    justify-content: center;
    align-items: start;
}

.step:last-child {
    margin-bottom: 0;
}

.text-block.is-active {
    background-color: #5f0f4e;
    color: white;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.text-block {
    background-color: #bf28a3;
    color: white;
    pointer-events: auto;
}

.step p {
    text-align: center;
    padding: 1rem;
}

iframe {
    border: unset;
}


/* OVER */
@media (max-width: 768px) {
    .scrolly__content {
        padding: 0;
        margin: 0 auto;
    }

    #scrolly__chart {
        left: 0;
    }

    .text-block {
        opacity: 0.95;
    }
}


/* SIDE */
@media (min-width: 768px) {
    #scrolly__section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .scrolly__content {
        flex: 1;
    }

    .scrolly__chart {
        flex: 3;
    }

    .scrolly__content {
        padding: 0 1rem;
    }
}