/* ORGANISM - PROMOTIONAL AREA */
.home__promotion {
    height: 100vh;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.home__promotion-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: -1;
    overflow: hidden;
    object-fit: cover;
}

.home__promotion-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.home__promotion-image {
    background-size:  cover;
    background-repeat: no-repeat;
}

.home__promotion-image--top {
    background-position: top;
}
.home__promotion-image--centre {
    background-position: center;
}
.home__promotion-image--bottom {
    background-position: bottom;
}

.home__promotion-image,
.home__promotion-overlay,
.home__family-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.home__family-banner-overlay {
    background: rgba(105, 74, 74, .1);
    z-index: 1;
}

.home__promotion-overlay {
    background: rgba(0, 0, 0, .2);
}

.home__promotion-content {
    position: absolute;
    left: 10%;
    bottom: 50%;
    transform: translate(0, 50%);
    width: 80%;
    text-align: center;
    z-index: 1;
}

.sponsor-promotion__content {
    width: 80%;
    margin-left: 10%;
}

.home__promotion-content h2 {
    font-size: 3rem;
    line-height: 3.4rem;
    font-weight: 600;
}

.sponsor-promotion__content h2 {
    font-size: 2.5rem;
    line-height: 2.9rem;
}

.home__promotion-content p {
    font-size: 1rem;
    line-height: 1.4rem;
    margin-top: 0.5rem;
}

.home__promotion-links a,
.home__family-banner-links a,
.home__promotion-left--links a {
    padding: 0.5rem;
    margin: 0 auto 1rem;
    display: block;
    position: relative;
    max-width: 350px;
    font-size: 1.1rem;
}

.home__promotion-links .button,
.home__family-banner-links .home__family-banner-highlight,
.home__promotion-left--links .home__promotion-highlight {
    border-radius: unset;
}

.home__promotion-links .home__promotion-highlight,
.home__family-banner-links .home__family-banner-highlight,
.home__promotion-left--links .home__promotion-highlight {
    background: #D9D5CD;
    border-color: #D9D5CD;
}



.home__family-banner--image {
    height: 300px;
    position: relative; 
}

.home__family-banner-content {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.home__promotion-left {
    position: relative;
    height: 100%;
}

.home__promotion-circle {
    position: absolute;
    bottom: 0!important;
    width: 110vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    max-height: 360px;
    height: 100%;
}

.home__promotion-left--inner {
    text-align: center;
    position: absolute;
    z-index: 4;
    bottom: 1rem;
    transform: translateX(-50%);
    left: 50%;
}

.home__promotion-left--inner h3 {
    font-size: 1.563rem;
}
.home__promotion-left__image {
    max-width: 200px;
    max-height: 90px;
    margin-top: 2rem;
}

.home__promotion-left--links {
    display: grid;
    gap: 1rem;
    padding: 1rem 0;
    align-items: center;
}

.home__promotion-left--links a {
    margin: 0;
    width: 100%;
}

.home__family-banner-content h2 {
    font-size: 2.25rem;
    line-height: 1.3;
}

.home__family-banner-links a {
    text-align: center;
}

@media (min-width: 48em) {
    .home__promotion-left--links {
        display: flex;
        justify-content: center;
    }

    .home__promotion-left--links a {
        width: auto;
        max-width: 250px;
    }

    .home__promotion-circle {
        max-height: 300px;
    }

}

/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {

    .home__promotion {
        height: 90vh;
    }

    .home.main-content {
        margin-top: 160px;
    }

    .home__sponsor-promotion {
        padding: 3.5rem 0;
        max-width: 1600px;
        margin: 0 auto;
        min-height: 380px;
        display: flex;
        align-items: center;
    }

    .home__promotion-content {
        font-size: 1.1rem;
        text-align: left;
        bottom: 15%;
        transform: none;
        padding-left: 2rem;
        border-left: 3px solid #D3CEC4;
    }

    .sponsor-promotion__content {
        text-align: left;
        padding-left: 2rem;
        border-left: 3px solid #fff;
    }

    .home__promotion-content h2 {
        font-size: 5rem;
        line-height: 5.4rem;
        margin-bottom: 0;
    }

    .sponsor-promotion__content h2 {
        font-size: 3rem;
        line-height: 3.4rem;
    }

    .home__promotion-content p {
        font-size: 1.1rem;
        line-height: 1.5rem;
    }

    .home__promotion-links,
    .home__family-banner-links,
    .home__promotion-left--links {
        display: flex;
        justify-content: center;
    }

    .home__promotion-left--links {
        justify-content: flex-start;
    }

    .home__promotion-links a,
    .home__family-banner-links a,
    .home__promotion-left--links a {
        overflow: hidden;
        transition: 0.25s ease;
        margin: 0 0.6rem 0 0;
        padding: 0.3rem 1.3rem;
        min-width: auto;
        z-index: 1;
    }

    .home__promotion-links a:before,
    .home__family-banner-links a:before,
    .home__promotion-left--links a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 142%;
        height: 0%;
        transform: rotate(-45deg) translateX(-50%);
        transform-origin: top left;
        background: #EFEFEF;
        z-index: -1;
        transition: height 0.25s ease;
    }

    .home__promotion-links a:hover,
    .home__family-banner-links a:hover,
    .home__promotion-left--links a:hover {
        color: #000;
        text-decoration: none;
    }

    .home__promotion-links a:hover:before,
    .home__family-banner-links a:hover:before,
    .home__promotion-left--links a:hover:before {
        height: 400%;
        transform: rotate(-45deg) translateX(-50%);
        color: deepskyblue;
    }

    /*
    * Left promotion
    */
    .home__promotion-circle {
        bottom: -3rem !important;
        border-bottom-right-radius: 50%;
        max-height: 100vh;
        height: 100vh;
        width: 950px;
        left: -325px;
        transform: unset;
    }

    .home__promotion-left__image {
        max-height: 12rem;
        max-width: 350px;
        margin-top: 0;
    }

    .home__promotion-left--inner {
        height: 100%;
        left: 5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        bottom: unset;
        transform: unset;
    }

    .home__promotion-left--inner h3{
        margin: 1rem 0;
        text-align: left;
        font-size: 2.5rem;
    }

    .home__family-banner--image {
        height: 440px;
    }

    .home__family-banner-content {
        width: auto;
    }
}

/* (laptop, 1500px and up) */
@media (min-width: 93.75em) {
    .home__promotion-content {
        bottom: 13%;
        left: 5%;
        width: 90%;
    }
}

h2.heading {
    font-size: 1.25rem;
    line-height: 1.8rem;
}

@media (min-width: 62.5em) {
    h2.heading {
        font-size: 1.6rem;
        line-height: 2rem;
    }
}

/* (laptop, 1232px and up) */
@media (min-width: 77em) {
    h2.heading {
        font-size: 2rem;
        line-height: 2.4rem;
    }

    .home__promotion-left:after {
        left: -400px;
    }
}

@media (min-height: 2800px) {
    .home__promotion-left:after {
        height: 100vh;
        width: 1000px;
    }
}

/* ORGANISM - COUNTDOWN AREA */
.home__countdown {
    padding: 1rem;
    text-align: center;
    max-width: 1192px;
    margin: 0 auto -2rem auto;
}
.home__countdown-block {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background-color: #000;
    color: white;
}
.home__countdown-left {
    position: relative;
    width: 100%;
    height: 23vw;
    padding: 2rem;
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
}
.home__countdown-right {
    position: relative;
    width: 100%;
    padding: 2rem 1rem;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.home__countdown-title {
    font-size: 1.85rem;
    line-height: 2.25rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
}
.home__countdown-subtitle {
    text-transform: uppercase;
    color: #5e5e5e;
}
.home__countdown-logos {
    position: relative;
    display: flex;
    justify-content: center;
}
.home__countdown-time {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5rem;
}
.home__countdown-time > div {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 45px;
    padding: 1.5rem 0 .5rem;
    background: #4d4a4a;
    margin: .25rem 0;
    border: solid 1px black;
}
.home__countdown-time > div:last-of-type {
    background: #b40808;
}
.home__countdown-time > div:not(:last-of-type)::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #000;
    opacity: .4;
    z-index: 0;
}
.home__countdown-time > div:nth-of-type(3)::after,
.home__countdown-time > div:nth-of-type(4)::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #000;
    opacity: .1;
    z-index: 0;
}
.home__countdown-time > div:nth-of-type(4)::after {
    width: 100%;
}
.home__countdown-time > div span {
    font-size: .85rem;
    z-index: 1;
}
.home__countdown-time > div span.cd-span {
    font-size: 2rem;
    margin-bottom: .5rem;
    font-weight: 800;
}

@media (min-width: 25em) {

    .home__countdown-time > div {
        width: 60px;
    }

}

@media (min-width: 30em) {

    .home__countdown-time > div {
        width: 70px;
    }

}

@media (min-width: 77em) {
    .home__countdown {
        padding: 3rem 0;
    }
    .home__countdown-block {
        flex-wrap: wrap;
    }
    .home__countdown-left {
        width: 60%;
        height: auto;
    }
    .home__countdown-right {
        width: 40%;
    }
    .home__countdown-title {
        font-size: 2.5rem;
        margin-bottom: 2rem;
    }
    .home__countdown-time {
        position: relative;
        display: inline-flex;
    }
}

/* ORGANISM - INFORMATION AREA */

.home__information {
    padding-bottom: 2rem;
}

.home__information-blocks {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 3rem 0.5rem 0;
}

.home__information-block {
    flex: 0 1 calc(100% - 1rem);
    max-width: calc(100% - 1rem);
    margin: 0 .5rem 1rem;
}

.home__information-content {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    height: 100%;
    background-blend-mode: multiply;
}

.home__information-icon {
    width: 100%;
    position: relative;
}

.home__information-icon img {
    max-width: 80px;
    max-height: 70px;
    filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.6));
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .home__information-overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.7;
    }
}

@supports (-ms-ime-align: auto) {
    .home__information-overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.7;
    }
}

.home__information-content h3 {
    margin-top: 1.5rem;
    font-size: 1.875rem;
    line-height: 2rem;
}

/* (landscape phones for a 360 - 640px) */
@media (min-width: 40em) {
    .home__information-block {
        flex: 0 1 calc(50% - 1rem);
        max-width: calc(50% - 1rem);
    }

    .home__information-icon {
        margin-bottom: 1rem;
    }

    .home__information-icon img {
        max-width: 120px;
        max-height: 110px;
    }

    .home__information-content h3 {
        padding: 1rem 2.5rem;
        line-height: 1.1;
        font-size: 2rem;
    }
}

@media (min-width: 62.5em) {
    .home__information {
        padding-bottom: 4rem;
    }

    .home__information-block {
        flex: 0 1 calc(25% - 1rem);
        max-width: calc(25% - 1rem);
    }
}
