.hero__home--vimeo iframe {
    width: 100vw;
    height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (min-width: 824px) {
    .module.facts {
        padding-top: 28px;
    }
}

@media screen and (min-width: 1785px) {
    .module.facts {
        align-items: flex-start;
        display: flex;
        padding-left: 23.193277%;
        padding-right: 17.535014%;
    }
}

.module.facts > .container {
    max-width: 100%;
}

@media screen and (min-width: 824px) {
    .module.facts > .container {
        max-width: 702px;
        padding: 0;
    }
}

@media screen and (min-width: 1024px) {
    .module.facts > .container {
        max-width: 840px;
    }
}

.module.facts .module__title {
    background-color: #FED685;
    padding: 10px 22px;
    margin-left: -15px;
    max-width: unset;
    width: calc(100% + 30px);
}

@media screen and (min-width: 824px) {
    .module.facts .module__title {
        display: inline-block;
        margin-left: 0;
        max-width: 100%;
        width: unset;
    }
}

.module.facts .facts-wrap {
    justify-content: center;
    padding: 30px 0 148.94px;
}

@media screen and (min-width: 1785px) {
    .module.facts .facts-wrap {
        padding-top: 0;
        width: 753px;
    }
}

@media screen and (min-width: 824px) {
    .whe-card__fast-facts:nth-child(3n + 1) {
        margin-right: 49px;
    }
}

@media screen and (min-width: 1024px) {
    .whe-card__fast-facts:nth-child(3n+2) {
        margin-right: 49px;
    }
}

@media screen and (min-width: 1024px) {
    .whe-card__fast-facts:nth-child(3n + 1),
    .whe-card__fast-facts:nth-child(3n+2) {
        margin-right: 40px;
    }
}

.whe-card__fast-facts .container {
    aspect-ratio: 1;
    background-color: rgba(255, 255, 255, 0.85);
    display: block;
    filter: drop-shadow(-23px -29px 0 #819EC6);
    margin-top: 29px;
    padding: 0;
    transform: translateX(calc(23px / 2)); /*the width of the drop shadow horizontal offset / 2 */
    width: 313px;
}

@media screen and (min-width: 1024px) {
    .whe-card__fast-facts .container {
        width: 238px;
    }
}

@media screen and (min-width: 1785px) {
    .whe-card__fast-facts .container {
        filter: drop-shadow(-17px -20px 0 #819EC6);
        width: 220px;
    }
}

.whe-card__fast-facts h3 {
    color: #3D1A79;
    font-size: 4.0625rem;
    margin-bottom: 20px;
    font-family: 'Baskerville';
    font-weight: 400;
}

.whe-card__fast-facts h3::after{
    background-color: #3D1A79;
    content: '';
    display: block;
    height: 4px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 57px;
}

.whe-card__fast-facts-content-wrap {
    left: 50%;
    top: 19.936709%;
    text-align: center;
    transform: translateX(-50%);
    width: calc(100% - 50px);
}

.whe-card__fast-facts-content-wrap p {
    font-family: 'FranklinGothic', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2rem;
}

.module.facts .slick-arrow {
    border: none;
    background-color: transparent;
    color: transparent;
    left: 50%;
    position: absolute;
    bottom: 53px;
}

@media screen and (min-width: 768px) {
    .module.facts .slick-arrow {
        bottom: 82px;
        left: unset;
        right: calc((100% - 660px) / 2);
    }
}

@media screen and (min-width: 1024px) {
    .module.facts .slick-arrow {
        bottom: 82px;
        left: unset;
        right: calc((100% - 800px) / 2);
    }
}

@media screen and (min-width: 1024px) {
    .module.facts .slick-arrow {
        right: calc((100% - 640px) / 2);
    }
}

@media screen and (min-width: 1785px) {
    .module.facts .slick-arrow {
        right: calc((100% - 720px) / 2);
    }
}

.module.facts .slick-arrow::before {
    content: url(../img/svg/icon-arrow-right.svg);
    display: block;
    padding: 0;
    height: 42px;
    width: 50px;
}

.module.facts .slick-arrow.slick-prev {
    transform: translate(calc((100% + 20px) * -1), -15px) rotate(180deg) ;
}
.module.facts .slick-arrow.slick-next {
    transform: translateX(20px);
}
.facts-wrap--tablet,
.facts-wrap--desktop,
.facts-wrap--tablet.slick-initialized,
.facts-wrap--desktop.slick-initialized {
    display: none;
}

@media screen and (min-width: 824px) {
    .facts-wrap--mobile,
    .facts-wrap--mobile.slick-initialized {
        display: none;
    }

    .facts-wrap--tablet,
    .facts-wrap--tablet.slick-initialized {
        display: block;
    }
}

@media screen and (min-width: 1024px) {
    .facts-wrap--tablet,
    .facts-wrap--tablet.slick-initialized {
        display: none;
    }

    .facts-wrap--desktop,
    .facts-wrap--desktop.slick-initialized {
        display: block;
    }
}

@media screen and (min-width: 1785px) {
    .facts-wrap .slide {
        overflow: hidden;
    }
}

.facts-wrap .slide-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 824px) {
    .facts-wrap .slide-wrap {
        justify-content: flex-start;
        width: 680px;
    }
}

@media screen and (min-width: 1024px) {
    .facts-wrap .slide-wrap {
        width: 819px;
    }
}


@media screen and (min-width: 1785px) {
    .facts-wrap .slide-wrap {
        width: 755px;
    }
}
