.featured-pages-grid-section {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    column-gap: 2px;
    row-gap: 2px;
    overflow: hidden
}

@media only screen and (min-width: 48em) {
    .featured-pages-grid-section {
        grid-template-columns: 1fr 1fr
    }
}

.featured-pages-grid__element {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-top: 150%;
    overflow: hidden;
    position: relative
}

@media only screen and (min-width: 48em) {
    .featured-pages-grid__element {
        grid-column-start: auto;
        grid-column-end: auto;
        padding-top: 75%
    }

    .featured-pages-grid__element:hover .featured-pages-grid__content-inner {
        opacity: 1;
        transform: translateY(0)
    }
}

.featured-pages-grid__figure {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.featured-pages-grid__background {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.featured-pages-grid__background>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0) none no-repeat 50% 50%;
    background-size: cover
}

.featured-pages-grid__background>div.img-pos-top-left {
    background-position: top left
}

.featured-pages-grid__background>div.img-pos-top-center {
    background-position: top center
}

.featured-pages-grid__background>div.img-pos-top-right {
    background-position: top right
}

.featured-pages-grid__background>div.img-pos-center-left {
    background-position: center left
}

.featured-pages-grid__background>div.img-pos-center {
    background-position: center
}

.featured-pages-grid__background>div.img-pos-center-right {
    background-position: center right
}

.featured-pages-grid__background>div.img-pos-bottom-left {
    background-position: bottom left
}

.featured-pages-grid__background>div.img-pos-bottom-center {
    background-position: bottom center
}

.featured-pages-grid__background>div.img-pos-bottom-right {
    background-position: bottom right
}

.featured-pages-grid__background--before {
    z-index: 2
}

.featured-pages-grid__content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5960784314) 100%) 0% 0% no-repeat padding-box
}

.featured-pages-grid__content-inner {
    width: 86%;
    height: auto;
    position: absolute;
    left: 7%;
    bottom: max(3.12vw, 45px)
}

@media only screen and (min-width: 48em) {
    .featured-pages-grid__content-inner {
        width: 78%;
        left: 11%;
        opacity: 0;
        transform: translateY(100%);
        transition: all .5s ease-in-out .2s
    }
}

.featured-pages-grid__details .featured-pages-grid__details__alt h3.date {
    color: #fff;
    font-size: 5.6rem;
    text-transform: uppercase;
    font-family: "din-2014", sans-serif;
    font-weight: 500;
    margin-bottom: 0
}

@media only screen and (min-width: 48em) {
    .featured-pages-grid__details .featured-pages-grid__details__alt h3.date {
        font-size: 9.6rem
    }
}

.featured-pages-grid__details .featured-pages-grid__details__alt h4.day {
    color: #fff;
    font-size: 2rem;
    font-family: "din-2014", sans-serif;
    font-weight: 500;
    margin-bottom: 20px
}

.featured-pages-grid__details .featured-pages-grid__details__alt .featured-pages-grid__body {
    font-size: 3.2rem
}

.featured-pages-grid__header {
    font: normal normal 300 3rem/130% "din-condensed";
    letter-spacing: 1.2px;
    color: #fff;
    text-shadow: 0px 0px 40px rgba(0, 0, 0, .7019607843);
    text-transform: uppercase;
    margin-bottom: 5px
}

.featured-pages-grid__body {
    font: normal normal normal 1.8rem/2.8rem "din-2014";
    letter-spacing: 0px;
    color: #fff;
    text-shadow: 0px 0px 40px rgba(0, 0, 0, .7019607843);
    margin-bottom: 2.4rem
}

.featured-pages-grid__body>*:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.featured-pages-grid__cta {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: center
}

@media only screen and (min-width: 48em) {
    .full-width-element {
        grid-column-start: 1;
        grid-column-end: 3;
        padding-top: 50%
    }

    .full-width-element .featured-pages-grid__content-inner {
        grid-template-columns: 1fr 1fr;
        width: 89%;
        left: 5.5%;
        bottom: 6.25vw
    }

    .full-width-element .featured-pages-grid__details {
        display: grid;
        grid-template-columns: 1fr 1fr
    }

    .full-width-element .featured-pages-grid__header {
        grid-column: 1
    }

    .full-width-element .featured-pages-grid__body {
        grid-column: 1;
        margin-bottom: 0
    }

    .full-width-element .featured-pages-grid__cta {
        align-items: flex-end;
        grid-column: 2
    }
}

/*# sourceMappingURL=featured-pages-grid.css.map */