                                            .m-featured-slider {
                                                position: relative;
                                                overflow: hidden!important;
                                                height: 350px;
                                                margin: -40px -20px 40px;
                                                transition: all .25s cubic-bezier(.02, .01, .47, 1)
                                            }
                                            
                                            @media only screen and (min-width:48rem) {
                                                .m-featured-slider {
                                                    width: 100%;
                                                    height: 420px;
                                                    margin: -40px 10px 20px;
                                                    /*border-radius: 10px*/
                                                }
                                            }
                                            
                                            @media only screen and (min-width:64rem) {
                                                .m-featured-slider {
                                                    width: calc(100%);
                                                    margin: 0 20px 40px;
                                                    overflow: unset
                                                }
                                                .m-featured-slider:not(:root:root) {
                                                    overflow: hidden!important
                                                }
                                                .m-featured-slider__list {
                                                    list-style-type: none;
                                                    padding: 0;
                                                    margin: 0;
                                                    height: 100%
                                                }
                                                @media only screen and (min-width:48rem) {
                                                    .m-featured-slider__list {
                                                        /*border-radius: 10px;*/
                                                        overflow: hidden
                                                    }
                                                }
                                                .m-featured-slider__list__item {
                                                    height: 100%;
                                                    overflow: hidden
                                                }
                                                @media only screen and (min-width:48rem) {
                                                    .m-featured-slider__list__item {
                                                        /*border-radius: 10px*/
                                                    }
                                                }
                                                .nextlab-featured-picture {
                                                    width: calc(64%);
                                                    margin-left: 20px;
                                                    margin-right: 20px;
                                                }
                                                .nextlab-featured-content {
                                                    width: calc(31.44444%);
                                                }
                                                .m-featured-article {
                                                    position: relative;
                                                    height: 100%;
                                                    overflow: hidden;
                                                    /*! background-color: var(--primary-subtle-color); */
                                                    z-index: 1;
                                                    display: flex;
                                                }
                                                .m-featured-article:hover .m-featured-article__author {
                                                    box-shadow: 0 4px 8px rgba(0, 0, 0, .3), 0 0 0 transparent
                                                }
                                                /*
            .m-featured-article.no-picture .m-featured-article__picture {
                background-color: var(--primary-subtle-color)
            }*/
                                                .m-featured-article__picture {
                                                    width: 100%;
                                                    height: 100%;
                                                    background-color: #000;
                                                    z-index: 1
                                                }
                                                .m-featured-article__picture div {
                                                    width: 100%;
                                                    height: 100%;
                                                    background-repeat: no-repeat;
                                                    background-position: 50%;
                                                    background-size: cover;
                                                }
                                                .m-featured-article__meta {
                                                    position: absolute;
                                                    top: 20px;
                                                    left: 20px;
                                                    z-index: 4
                                                }
                                                @media only screen and (min-width:48rem) {
                                                    .m-featured-article__meta {
                                                        top: 40px;
                                                        left: 40px
                                                    }
                                                }
                                                .rtl .m-featured-article__meta {
                                                    left: auto;
                                                    right: 20px
                                                }
                                                @media only screen and (min-width:48rem) {
                                                    .rtl .m-featured-article__meta {
                                                        left: auto;
                                                        right: 40px
                                                    }
                                                }
                                                .m-featured-article__author {
                                                    display: block;
                                                    width: 35px;
                                                    height: 35px;
                                                    background-color: #fff;
                                                    border: 2px solid #fff;
                                                    border-radius: 50%;
                                                    margin-bottom: 20px;
                                                    transition: all .25s cubic-bezier(.02, .01, .47, 1)
                                                }
                                                .m-featured-article__author div {
                                                    width: 100%;
                                                    height: 100%;
                                                    background-repeat: no-repeat;
                                                    background-position: 50%;
                                                    background-size: cover;
                                                    border-radius: 50%
                                                }
                                                .m-featured-article__tag {
                                                    color: var(--link-color);
                                                    letter-spacing: .3px;
                                                    font-weight: 700;
                                                    font-size: 1rem;
                                                    margin-top: 8px;
                                                    margin-bottom: 10px;
                                                }
                                                .m-featured-article__ribbon {
                                                    display: flex;
                                                    align-items: center;
                                                    justify-content: center;
                                                    position: absolute;
                                                    top: 40px;
                                                    left: 40px;
                                                    width: 24px;
                                                    height: 24px;
                                                    color: #000;
                                                    background-color: #fff;
                                                    border-radius: 50%;
                                                    z-index: 2
                                                }
                                                @media only screen and (min-width:48rem) {
                                                    .m-featured-article__ribbon {
                                                        justify-content: flex-start;
                                                        top: 45px;
                                                        /*! left: 100px; */
                                                        width: auto;
                                                        height: 22px;
                                                        padding: 0 7px;
                                                        font-size: .875rem;
                                                        font-weight: 600;
                                                        border-radius: 15px
                                                    }
                                                }
                                                .m-featured-article__ribbon span {
                                                    display: inline-block
                                                }
                                                @media only screen and (min-width:48rem) {
                                                    .m-featured-article__ribbon span:first-of-type {
                                                        font-size: .75rem;
                                                        margin-right: 4px
                                                    }
                                                }
                                                .m-featured-article__ribbon span:last-of-type {
                                                    display: none
                                                }
                                                @media only screen and (min-width:48rem) {
                                                    .m-featured-article__ribbon span:last-of-type {
                                                        display: block
                                                    }
                                                }
                                                .rtl .m-featured-article__ribbon {
                                                    right: auto;
                                                    left: 20px
                                                }
                                                @media only screen and (min-width:48rem) {
                                                    .rtl .m-featured-article__ribbon {
                                                        right: auto;
                                                        left: 40px
                                                    }
                                                }
                                                @media only screen and (min-width:48rem) {
                                                    .rtl .m-featured-article__ribbon span:first-of-type {
                                                        margin-right: 0;
                                                        margin-left: 4px
                                                    }
                                                }
                                                .m-featured-article__content {
                                                    display: flex;
                                                    flex-direction: column;
                                                    /*! justify-content: space-between; */
                                                    width: 100%;
                                                    height: 90%;
                                                    /*padding: 50px 0px 70px;*/
                                                    position: relative;
                                                    z-index: 3;
                                                }
                                                /*
                    @media only screen and (min-width:48rem) {
                        .m-featured-article__content {
                            padding: 50px 20px 80px;
                        }
                    }*/
                                                .m-featured-article__title {
                                                    letter-spacing: .4px;
                                                    line-height: 1.3;
                                                    font-size: 1.625rem;
                                                    font-weight: 600;
                                                    margin: 0
                                                }
                                                @media only screen and (min-width:48rem) {
                                                    .m-featured-article__title {
                                                        letter-spacing: .5px;
                                                        font-size: 1.8rem;
                                                        /*! max-width: 80% */
                                                    }
                                                }
                                                .m-featured-article__timestamp {
                                                    display: flex;
                                                    align-items: center;
                                                    color: var(--primary-foreground-color);
                                                    letter-spacing: .2px;
                                                    font-size: .875rem;
                                                    /*! position: fixed; */
                                                    /*! bottom: 10px; */
                                                    /*! right: 300px; */
                                                    /*! align-self: flex-end; */
                                                }
                                                .m-featured-article__timestamp span:nth-child(2) {
                                                    padding: 0 10px
                                                }
                                            }
                                            
                                            @media only screen and (min-width:10rem) {
                                                .m-featured-slider {
                                                    width: calc(100%);
                                                    margin: 0 0 40px;
                                                    overflow: unset
                                                }
                                                .m-featured-slider:not(:root:root) {
                                                    overflow: hidden!important
                                                }
                                                .m-featured-slider__list {
                                                    list-style-type: none;
                                                    padding: 0;
                                                    margin: 0;
                                                    height: 100%
                                                }
                                                @media only screen and (min-width:48rem) {
                                                    .m-featured-slider__list {
                                                        /*border-radius: 10px;*/
                                                        overflow: hidden
                                                    }
                                                }
                                                .m-featured-slider__list__item {
                                                    height: 90%;
                                                    overflow: hidden
                                                }
                                                @media only screen and (min-width:48rem) {
                                                    .m-featured-slider__list__item {
                                                        /*border-radius: 10px*/
                                                    }
                                                }
                                                .nextlab-featured-picture {
                                                    width: calc(67%);
                                                }
                                                @media only screen and (min-width: 64rem) {
                                                    .nextlab-featured-content {
                                                        width: calc(31.44444%);
                                                    }
                                                }
                                                .m-featured-article {
                                                    position: relative;
                                                    height: 100%;
                                                    overflow: hidden;
                                                    /*! background-color: var(--primary-subtle-color); */
                                                    z-index: 1;
                                                    display: flex;
                                                }
                                                .m-featured-article:hover .m-featured-article__author {
                                                    box-shadow: 0 4px 8px rgba(0, 0, 0, .3), 0 0 0 transparent
                                                }
                                                /*
            .m-featured-article.no-picture .m-featured-article__picture {
                background-color: var(--primary-subtle-color)
            }*/
                                                .m-featured-article__picture {
                                                    width: 100%;
                                                    height: 100%;
                                                    background-color: #000;
                                                    z-index: 1
                                                }
                                                .m-featured-article__picture div {
                                                    width: 100%;
                                                    height: 100%;
                                                    background-repeat: no-repeat;
                                                    background-position: 50%;
                                                    background-size: cover;
                                                }
                                                .m-featured-article__meta {
                                                    position: absolute;
                                                    top: 20px;
                                                    left: 20px;
                                                    z-index: 4
                                                }
                                                @media only screen and (min-width:48rem) {
                                                    .m-featured-article__meta {
                                                        top: 40px;
                                                        left: 40px
                                                    }
                                                }
                                                .rtl .m-featured-article__meta {
                                                    left: auto;
                                                    right: 20px
                                                }
                                                @media only screen and (min-width:48rem) {
                                                    .rtl .m-featured-article__meta {
                                                        left: auto;
                                                        right: 40px
                                                    }
                                                }
                                                .m-featured-article__author {
                                                    display: block;
                                                    width: 35px;
                                                    height: 35px;
                                                    background-color: #fff;
                                                    border: 2px solid #fff;
                                                    border-radius: 50%;
                                                    margin-bottom: 20px;
                                                    transition: all .25s cubic-bezier(.02, .01, .47, 1)
                                                }
                                                .m-featured-article__author div {
                                                    width: 100%;
                                                    height: 100%;
                                                    background-repeat: no-repeat;
                                                    background-position: 50%;
                                                    background-size: cover;
                                                    border-radius: 50%
                                                }
                                                .m-featured-article__tag {
                                                    color: var(--link-color);
                                                    letter-spacing: .3px;
                                                    font-weight: 700;
                                                    font-size: 1rem;
                                                    margin-top: 8px;
                                                    margin-bottom: 10px;
                                                }
                                                .m-featured-article__ribbon {
                                                    display: flex;
                                                    align-items: center;
                                                    justify-content: center;
                                                    position: absolute;
                                                    top: 40px;
                                                    left: 40px;
                                                    width: 24px;
                                                    height: 24px;
                                                    color: #000;
                                                    background-color: #fff;
                                                    border-radius: 50%;
                                                    z-index: 2
                                                }
                                                @media only screen and (min-width:48rem) {
                                                    .m-featured-article__ribbon {
                                                        justify-content: flex-start;
                                                        top: 45px;
                                                        /*! left: 100px; */
                                                        width: auto;
                                                        height: 22px;
                                                        padding: 0 7px;
                                                        font-size: .875rem;
                                                        font-weight: 600;
                                                        border-radius: 15px
                                                    }
                                                }
                                                .m-featured-article__ribbon span {
                                                    display: inline-block
                                                }
                                                @media only screen and (min-width:48rem) {
                                                    .m-featured-article__ribbon span:first-of-type {
                                                        font-size: .75rem;
                                                        margin-right: 4px
                                                    }
                                                }
                                                .m-featured-article__ribbon span:last-of-type {
                                                    display: none
                                                }
                                                @media only screen and (min-width:48rem) {
                                                    .m-featured-article__ribbon span:last-of-type {
                                                        display: block
                                                    }
                                                }
                                                .rtl .m-featured-article__ribbon {
                                                    right: auto;
                                                    left: 20px
                                                }
                                                @media only screen and (min-width:48rem) {
                                                    .rtl .m-featured-article__ribbon {
                                                        right: auto;
                                                        left: 40px
                                                    }
                                                }
                                                @media only screen and (min-width:48rem) {
                                                    .rtl .m-featured-article__ribbon span:first-of-type {
                                                        margin-right: 0;
                                                        margin-left: 4px
                                                    }
                                                }
                                                .m-featured-article__content {
                                                    display: flex;
                                                    flex-direction: column;
                                                    /*! justify-content: space-between; */
                                                    width: 100%;
                                                    height: 90%;
                                                    /*padding: 50px 0px 70px;*/
                                                    position: relative;
                                                    z-index: 3;
                                                }
                                                /*
                    @media only screen and (min-width:48rem) {
                        .m-featured-article__content {
                            padding: 50px 20px 80px;
                        }
                    }*/
                                                .m-featured-article__title {
                                                    letter-spacing: .4px;
                                                    line-height: 1.3;
                                                    font-size: 1.625rem;
                                                    font-weight: 600;
                                                    margin: 0
                                                }
                                                @media only screen and (min-width:48rem) {
                                                    .m-featured-article__title {
                                                        letter-spacing: .5px;
                                                        font-size: 1.8rem;
                                                        /*! max-width: 80% */
                                                    }
                                                }
                                                .m-featured-article__timestamp {
                                                    display: flex;
                                                    align-items: center;
                                                    color: var(--primary-foreground-color);
                                                    letter-spacing: .2px;
                                                    font-size: .875rem;
                                                    position: fixed !important;
                                                    /*! bottom: 10px; */
                                                    /*! right: 300px; */
                                                    /*! align-self: flex-end; */
                                                }
                                                .m-featured-article__timestamp span:nth-child(2) {
                                                    padding: 0 10px
                                                }
                                            }