body>section:nth-child(8)>div.row>div.illustration-bg {
    filter: brightness(85%);
    /*max-width: calc(100vw - 15px);*/
    overflow: hidden;
}

body>section:nth-child(8)>div.row>div.illustration-bg img {
    max-width: calc(100vw - 15px);
}

body.rich-page h1,
body.maintenance h1 {
    display: none;
}

.popin-placeholder {
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: transparent;
    z-index: 2000;
    transform: translate(-50%, -50%);
}

body.articles .bg-home,
body.article .bg-home {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    background: transparent url(../images/mobile/home/bg.png) no-repeat top 0 right;
    background-size: 50% auto;
}

body.articles h1,
body.article h1 {
    display: none;
}

body.article .timeline * {
    overflow: hidden;
    text-overflow: ellipsis;
}

.rounded-no {
    border-radius: 0 !important;
}

.rounded-top-no {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.rounded-bottom-no {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.rounded-img {
    border-radius: 0.5rem;
}

.rounded-top-img {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.rounded-bottom-img {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.modal {
    z-index: 10000 !important;
}

.medum-margin-top {
    margin-top: calc(8.333vh - 17px);
}

.full-width {
    width: 100%;
}

.addthis {
    display: flex;
    justify-content: center;
    width: 13em;
    margin: 30px auto;
    align-items: center;
    font-size: 16px;
    min-height: 117px;
}

@media only screen and (max-width: 48em) {
    .addthis {
        width: 100%;
        min-height: 117px;
    }
}

.addthis__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 15px;
}

.addthis__container *:not(:first-child) {
    margin-left: 15px;
}

@media only screen and (max-width: 48em) {
    .addthis__container *:not(:first-child) {
        margin-left: 40px;
    }
}

.addthis__container .addthis_share_button {
    cursor: pointer;
    font-weight: 600;
}

.addthis__icon--facebook {
    background: transparent url(../images/facebook-icon.png) no-repeat;
    width: 8px;
    height: 17px;
}

.addthis__icon--twitter {
    background: transparent url(../images/twitter-icon.png) no-repeat;
    width: 18px;
    height: 16px;
}

.addthis__icon--linkedin {
    background: transparent url(../images/linkedin-icon.png) no-repeat;
    width: 19px;
    height: 16px;
}

.addthis__icon--email {
    background: transparent url(../images/email-icon.png) no-repeat;
    width: 25px;
    height: 16px;
}

.push-article {
    display: flex;
    justify-content: flex-start;
    margin: 20px 10px 20px 50px;
    align-items: center;
    overflow: hidden;
}

.push-article__image {
    margin-right: 30px;
    width: 200px;
    height: auto;
    /*200px;*/
    border-radius: 13px;
}

.push-article__text-box {
    overflow: hidden;
    margin-top: 0.5em;
    font-size: 20px;
    line-height: 1em;
    color: #0d1f18;
}

.push-article__title {
    height: 34px;
    font-size: 22px;
    line-height: 22px;
}

.push-article__paragraph {
    height: 6em;
    overflow: hidden;
    background-color: transparent !important;
}

.push-article__paragraph * {
    background-color: transparent !important;
}

.push-article__mask__wrapper {
    position: relative;
    width: 100%;
}

.push-article__mask {
    position: absolute;
    width: 100%;
    height: 2em;
    top: -2em;
    background-image: linear-gradient(rgba(255, 255, 255, 0), white);
}

.push-article__cta .article-btn {
    font-size: 18px;
    height: 46px;
    padding: 14px 14px;
    margin-top: 0.5em;
    min-width: 212px;
    text-align: center;
}


/*
@media only screen and (max-width: 1200px) {
    .push-article {
        width: 100vw;
        margin: 2.353vh 0.833vw;
    }
    .push-article__image {
        margin-right: 2.5vw;
        width: 16.667vw;
        height: 16.667vw;
    }

    .push-article__text-box {
        font-size: 1.647vh;
        margin-top: 2.824vh;
        max-width: 75vw;
    }
    .push-article__title {
        height: 4vh;
        font-size: 2.588vh;
    }

    .push-article__paragraph {
        height: 11.294vh;
    }
    .push-article__mask__wrapper {
         max-width: 75vw;
    }
    .push-article__mask {
        max-width: 100%;
        height: 3.765vh;
        top:-3.765vh;
    }

    .push-article__cta .article-btn {
        font-size: 2.118vh;
        height: 5.412vh;
        padding: 1.647vh 1.167vw;
        margin-top:1.059vh;
        min-width: 17.667vw;
        margin: 0 auto;
        display: inline-block;
    }
}
*/

@media only screen and (max-width: 530px) {
    .push-article {
        margin-left: 3.77vw;
    }
    .push-article__image {
        width: 150px;
        height: auto;
        /*150px;  */
        margin-right: 15px;
    }
    .push-article__text-box {
        font-size: 12px;
        max-width: 43.2vw;
    }
    .push-article__title {
        height: fit-content;
        margin-bottom: 0.5em;
        font-size: 15px;
        line-height: 15px;
        font-weight: 500;
    }
    .push-article__cta .article-btn {
        font-size: 12px;
        height: 34px;
        padding: 7px 7px;
        margin-top: 0.5em;
        min-width: 100%;
        text-align: center;
    }
}


/*
@media only screen and (max-width: 600px) {
    .push-article {    
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: flex-start;
        margin: 20px 10px;
        align-items: center;
    }
    .push-article__image {
        width: 200px;
        height: 200px;
        border-radius: 13px;
    }    
    .push-article__cta {
        overflow: hidden;
        margin-top: 10px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
}
*/

.article-header__image {
    /*width: 100%;
    height: auto;*/
}

.no-background-color,
.no-background-color * {
    background-color: transparent !important;
}

@media only screen and (max-width: 1199px) {
    .article .article-header__image {
        width: calc(100vw - 30px);
        height: auto;
    }
    .article .single-col,
    .article .two-col {
        padding-bottom: 0;
        padding-top: 0;
    }
    .article .single-col .illustration {
        margin-bottom: 2vh;
        margin-top: 2vh;
    }
    .article .single-col .title {
        padding-top: 1.5vh;
    }
    .article .diaporama {
        width: 100%;
        margin-top: 1.5vh;
        margin-bottom: 1.5vh;
        height: 36vw;
    }
    .article .diaporama .diaporama_elm {
        width: 33.294vw;
        height: 33.294vw;
        margin-right: 20px;
    }
    .article .timelines .timeline {
        padding: 3vh 15px;
        margin-bottom: 3vh;
    }
}

.timelines {
    margin-top: 20px;
}

.pagination {
    width: 50vw !important;
    margin: 20px auto 0 auto;
}

.pagination ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 48em) {
    .pagination {
        width: 94vw !important;
        font-size: 0.5em;
        margin-top: calc(20 /937 * 100vh);
    }
    .pagination a:link {
        padding: 0 !important;
    }
    .pagination ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .pagination img {
        width: 100%;
    }
    .pagination li {
        width: initial !important;
    }
    .pagination li:first-child,
    .pagination li:last-child {
        height: auto !important;
    }
    .pagination li.first,
    .pagination li.last {
        width: 13px !important;
    }
    .pagination a,
    .pagination span {
        padding: 0 !important;
    }
}

body.maintenance .maintenance-hero {
    position: relative;
}

@media only screen and (max-width: 48em) {
    body.maintenance .maintenance-hero__image {
        height: calc(100vh - 52px);
        width: fit-content;
    }
}

body.maintenance .maintenance-hero .intercal1 {
    height: 23.52941vh;
}

@media only screen and (max-width: 48em) {
    body.maintenance .maintenance-hero .intercal1 {
        height: 8.82353vh;
    }
}

body.maintenance .maintenance-hero .text-box {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    width: 100%;
    top: 0;
    text-align: center;
    line-height: 0.352vh;
    height: calc(100vh - 52px);
}

body.maintenance .maintenance-hero .text-box h2 {
    font-size: 42px;
    line-height: 1.35em;
    font-weight: 400;
    text-transform: uppercase;
    font-family: GalanoGrotesqueAlt;
    color: white;
}

@media only screen and (max-width: 48em) {
    body.maintenance .maintenance-hero .text-box h2 {
        font-size: 32px;
        line-height: 1.25em;
        max-width: 85vw;
    }
}

body.maintenance .maintenance-hero .text-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35em;
    font-family: GalanoGrotesqueAlt;
    color: white;
    max-width: 450px;
}

@media only screen and (max-width: 48em) {
    body.maintenance .maintenance-hero .text-box p {
        max-width: 95vw;
    }
}

body.maintenance .maintenance-hero .text-box .intercal {
    height: 60px;
}

@media only screen and (max-width: 48em) {
    body.maintenance .maintenance-hero .text-box .intercal {
        height: 4.588vh;
    }
}

body.maintenance .maintenance-hero .text-box .follow p {
    margin-bottom: 30px;
}

body.maintenance .maintenance-hero .text-box .social {
    display: flex;
    flex-direction: row;
    width: 120px;
    justify-content: space-between;
}

body.maintenance .maintenance-hero .text-box .social-icon img {
    width: 50px;
    height: 50px;
}

body.maintenance .maintenance-hero .text-box .intercal2 {
    height: 22.10884vh;
}

@media only screen and (max-width: 48em) {
    body.maintenance .maintenance-hero .text-box .intercal2 {
        height: 3.65854vh;
    }
}

body.maintenance .maintenance-header .switch-language {
    padding-top: 10px;
    padding-bottom: 10px;
}

.group .preload-img::after {
    content: url(../images/youtube.svg) url(../images/youtube_hover.svg);
}

.group section.push-card {
    /* margin: 20px 0; */
}

.group section.push-card__title {
    margin-bottom: 20px;
}

@media only screen and (max-width: 48em) {
    .group section.push-card__title {
        margin-bottom: 10px;
    }
}

.group section.push-card__title .title {
    text-align: center;
    color: #0d1f18;
    font-weight: 400;
    font-size: 42px;
    margin: 0;
    padding: 10px 0;
    text-transform: uppercase;
}

@media only screen and (max-width: 48em) {
    .group section.push-card__title .title {
        font-size: 28.8px;
    }
}

.group section.push-card__title .subtitle {
    font-size: 20px;
    line-height: 20px;
    color: black;
    padding: 0;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

@media only screen and (max-width: 48em) {
    .group section.push-card__title .subtitle {
        font-size: 16.45px;
    }
}

.width100 {
    width: 100%;
    height: auto;
}

/*@media only screen and (min-width: 1200px) {
    .mood-images .mood-image.absolute {
        right: -42px !important;
        top: 46% !important;
    }
}

@media only screen and (max-width: 1199px) {
    .mood-images .mood-image {
        width: 80% !important;
    }
}

@media only screen and (max-width: 1199px) {
    .mood-images .mood-image.absolute {
        width: 50% !important;
    }
}*/
