.after {
    width: 100%;
    position: relative;
    margin-bottom: 8rem;
}
.after__back {
    position: absolute;
    width: 27.7rem;
    top: -18.7rem;
    left: -3rem;
}
.after__back__frog {
    display: none;
}
.after .col-12-12 {
    padding: 0 !important;
}
.after__wrapper {
    position: relative;
}
.after__back__frog__mobile {
    position: absolute;
    right: 0;
    top: 19.4rem;
}
.after__copy {
    margin-bottom: 15rem;
}
.after__copy h3 {
    font-size: 2.6em;
    color: #edf2f2;
    font-weight: 500;
    line-height: 2.9rem;
    letter-spacing: 2.75px;
    text-shadow: 0 2px 4px rgba(12, 38, 35, 0.34);
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    top: -1.5rem;
}
.after__copy p {
    color: #edf2f2;
    text-shadow: 0 2px 4px rgba(12, 38, 35, 0.34);
    font-family: minion-pro, serif;
    font-size: 1.6em;
    line-height: 2.4rem;
    text-align: center;
    width: 30.2rem;
    margin: 0 auto;
}
.after__main {
    height: 52rem;
    position: relative;
}
.after__main__back {
    height: 52rem;
    position: relative;
}
.after__main__back:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 22rem;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(#0c2623), color-stop(80%, transparent));
    background: -o-linear-gradient(top, #0c2623 0, transparent 80%);
    background: linear-gradient(180deg, #0c2623 0, transparent 80%);
}
.after__main__back:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 22rem;
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, from(#0c2623), color-stop(80%, transparent));
    background: -o-linear-gradient(bottom, #0c2623 0, transparent 80%);
    background: linear-gradient(360deg, #0c2623 0, transparent 80%);
}
.after__main__top__wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}
.after__main__top__wrapper .top__quote__img p {
    position: absolute;
    bottom: -4.9rem;
    color: #edf2f2;
    text-shadow: 0 2px 4px rgba(12, 38, 35, 0.34);
    width: 100%;
    text-align: center;
    font-size: 1.4em;
    line-height: 2.4rem;
    font-weight: 500;
    letter-spacing: 1.44px;
}
.after__frog__copy {
    position: absolute;
    top: -7.4rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}
.after__frog__copy span {
    color: #edf2f2;
    text-shadow: 0 2px 4px rgba(12, 38, 35, 0.34);
    font-size: 1.4em;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 1.44px;
    display: inline-block;
    text-align: center;
}
.after__call__wrapper {
    display: none;
}
@media only screen and (min-width: 769px) {
    .after {
        margin-bottom: 5.4rem;
    }
    .after .container .row {
        max-width: 147rem;
    }
    .after__back {
        position: absolute;
        width: 79.2rem;
        top: 2rem;
        left: calc(41vw - 79.2rem);
    }
    .after__back__frog__mobile {
        display: none;
    }
    .after__main__top__wrapper .top__quote__img {
        margin-right: 0;
    }
    .after__main,
    .after__main__back {
        height: 60rem;
    }
    .after__main__back {
        width: 74.30555555555556%;
        margin-left: auto;
    }
    .after__main__back:after {
        display: none;
    }
    .after__main__top__wrapper {
        width: auto;
        left: 10.883333333333334%;
    }
    .after__back__frog {
        display: block;
        width: 69.5rem;
        position: absolute;
        right: calc(36vw - 69.5rem);
        top: 5.8rem;
    }
    .after__call__wrapper {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1;
        width: 100%;
        max-width: 128rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 22.4rem;
    }
    .after__call__wrapper .calltoaction__button {
        bottom: 0;
        right: 1.5rem;
    }
    .after__copy {
        margin-top: 13.8rem;
        margin-bottom: 6.6rem;
    }
    .after__copy h3 {
        font-size: 3.4em;
        line-height: 4.8rem;
        letter-spacing: 3.48px;
        position: static;
    }
    .after__copy p {
        font-size: 1.8em;
        line-height: 3.2rem;
        width: 51rem;
        margin-top: 5.2rem;
    }
    .after__frog__copy span,
    .after__main__top__wrapper .top__quote__img p {
        font-size: 1.8em;
        line-height: 3.2rem;
        letter-spacing: 1.92px;
    }
    .after__main__top__wrapper .top__quote__img p {
        bottom: -6.8rem;
    }
    .after__main__top__wrapper {
        bottom: 9.2rem;
    }
    .after__frog__copy {
        left: auto;
        right: 4rem;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        top: -6.1rem;
    }
    .after__wrapper {
        padding-bottom: 10rem;
    }
    .after__main__top__wrapper .top__quote__img figure {
        width: 32.7rem;
        left: 44%;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .after__call__wrapper .calltoaction__button {
        right: 4.5rem;
    }
}
@media only screen and (min-width: 1200px) {
    .after__call__wrapper .calltoaction__button {
        right: 1.5rem;
    }
}
@media only screen and (max-width: 1366px) and (min-width: 1024px) {
    .after__main {
        padding: 0 4.5rem;
    }
    .after__copy {
        margin-bottom: 20.6rem;
    }
    .after__back__frog {
        top: 30.8rem;
    }
    .after__frog__copy {
        right: 7rem;
    }
}
@media only screen and (min-width: 1024px) {
    .after__back img {
        -webkit-animation: arcMemories 5s ease-in-out infinite;
        animation: arcMemories 5s ease-in-out infinite;
    }
    .after__back img {
        -webkit-animation: arcMemories 5s ease-in-out infinite;
        animation: arcMemories 5s ease-in-out infinite;
    }
    .after__back__frog img {
        -webkit-animation: float1 5s ease-in-out infinite;
        animation: float1 5s ease-in-out infinite;
    }
}
