/* HERO */
#homeHero {
    position: relative;
    display: flex;
    width: 100%;
    overflow: hidden;
    height: calc(100vh - 78px);
    background: #000;
    align-items: center;
}

    @media (min-width:  768px) {
        #homeHero {
            display: block;
            height: fit-content;
            background: #000;
        }
    }

#homeHero video {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

#homeHero .hero-logos {
    position: absolute;
    display: flex;
    column-gap: 10px;
    width: fit-content;
    height: fit-content;
    z-index: 11;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-100%);
    margin-top: -54px;
    pointer-events: none;
}

#homeHero .video-container .hero-logos {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%,0%);
    margin: 0;
    flex-flow: column;
    row-gap: 20px;
}

#homeHero.play .hero-logos {
    display: none;
}

#homeHero .hero-logos .logo {
    position: relative;
    display: block;
    width: 250px;
    height: auto;
    pointer-events: none;
}

#homeHero .hero-logos .logo img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    pointer-events: none;
}

    @media (min-width:  768px) {
        #homeHero .hero-logos .logo {
            display: block;
        }

        #homeHero .video-container .hero-logos {
            flex-flow: row;
        }
    }

    @media (min-width:  900px) {
        #homeHero .hero-logos {
            margin-top: -62px;
        }
    }

    @media (min-width:  1024px) {
        #homeHero .hero-logos {
            margin-top: -70px;
        }
    }

    @media (min-width:  1280px) {
        #homeHero .hero-logos .logo {
            width: 250px;
            height: auto;
        }
    }


/* TEXT */
.natgeo__text_wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: fit-content;
    padding-top: 78px;
    padding-bottom: 78px;
}

    @media (min-width:  768px) {
        .natgeo__text_wrapper {
            padding-top: 114px;
            padding-bottom: 114px;
        }
    }


.natgeo__text_wrapper.--black {
    background-color: var(--black);
    color: var(--white);
}

.natgeo__text_wrapper.--white {
    background-color: var(--white);
    color: var(--black);
}

.natgeo__text_wrapper .natgeo__text {
    position: relative;
    display: flex;
    flex-flow: column;
    row-gap: 28px;
    width: 100%;
    margin: 0 auto;
}

    @media (min-width:  768px) {
        .natgeo__text_wrapper .natgeo__text {
            padding: 0px;
            row-gap: 34px;
        }
    }

.natgeo__text_wrapper img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
}

    @media (min-width:  550px) {
        .natgeo__text_wrapper img {
            max-width: 332px;
        }
    }

    @media (min-width: 1280px) {
        .natgeo__text_wrapper img {
            width: 454px;
            max-width: 454px;
        }
    }


.natgeo__text_wrapper .natgeo__text-separator {
    margin: -4px auto 0px;
}


/* GALLERY */
.natgeo__gallery_grid {
    background-color: var(--white);
    color: var(--black);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
}

.natgeo__gallery {
    margin-top: 28px;
    width: 100%;
    position: relative;
}

@media (min-width: 768px) {
    .natgeo__gallery_grid {
        padding-bottom: 33px;
    }

    .natgeo__gallery {
        margin-top: 46px;
    }
}

.natgeo__gallery .swiper {
    width: 100%;
    max-width: 100%;
}

.natgeo__gallery .swiper-wrapper {
    height: auto;
}

.swiperThumbs {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
    position: relative;
}

    @media (min-width: 768px) {
        .swiperThumbs {
            padding-bottom: 54px !important;
        }
    }

.swiperThumbs::before {
    content: "";
    background: linear-gradient(90deg, #fff 23.14%, rgba(0, 0, 0, 0) 99.99%);
    width: 4rem;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;

    display: none;
}
.swiperThumbs::after {
    content: "";
    background: linear-gradient(270deg, #fff 23.14%, rgba(0, 0, 0, 0) 99.99%);
    width: 4rem;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;

    display: none;
}

.swiperThumbs .swiper-slide img {
    transition: all 300ms ease-in-out;
    border: 0px solid #ffcc01;
}

.swiperThumbs .swiper-slide:hover img {
    cursor: pointer;
    border: 4px solid #ffcc01;
}

.swiperThumbs .swiper-slide::before {
    content: "";
    height: 4px;
    max-width: 58px;
    width: 100%;
    /*background-color: #000;*/
    background-color: transparent;
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translate(-50%,0);
    transition: all 300ms ease-in-out 300ms;
}
.swiperThumbs .swiper-slide-thumb-active img {
    border: 4px solid #ffcc01;
}
.swiperThumbs .swiper-slide-thumb-active::before {
    background-color: #ffcc01;
}

.swiperGallery {
    position: relative;
    margin-bottom: 2rem;
}

.swiper-caption {
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: "montserrat-regular", sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .14px;
    margin-bottom: 22px;
    text-align: center;
}

    @media (min-width: 768px) {
        .swiper-caption {
            padding: 0 40px;
        }
    }

.swiper-credits {
    font-family: "montserrat-regular", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .14px;
    color: var(--black);
    text-align: center;
}
.swiper-credits a {
    position: relative;
    color: var(--black);
    text-decoration: none;
}

.swiper-credits a:before {
    background-color: #fc0;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    width: 100%;
    z-index: 0;
}

.swiper-credits a:hover:before {
    height: 100%;
}

.swiper-credits a span {
    position: relative;
    z-index: 1;
}

.swiper-button-next,
.swiper-button-prev {
    width: 24px;
    --swiper-navigation-sides-offset: 1vw !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: "" !important;
    height: 45px !important;
    width: 18px !important;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translate(0,-50%);
}

.swiper-button-prev::after {
    background-image: url(svgs/arrow-prev.svg);
}

.swiper-button-next::after {
    background-image: url(svgs/arrow-next.svg);
}


@media (min-width: 550px) {
    .swiper-button-next,
    .swiper-button-prev {
        --swiper-navigation-sides-offset: 20px !important;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        width: 24px !important;
    }
}

@media (min-width: 768px) {
    .swiper-button-next,
    .swiper-button-prev {
        --swiper-navigation-sides-offset: 30px !important;
        --swiper-navigation-size: 44px !important;
    }

    .swiper-credits {
        font-family: "Geograph Edit Regular", sans-serif;
        font-feature-settings: "swsh";
        text-transform: uppercase;
        letter-spacing: 3px;
    }
}

@media (min-width: 1280px) {
    .swiper-button-next,
    .swiper-button-prev {
        --swiper-navigation-sides-offset: 50px !important;
        --swiper-navigation-size: 44px !important;
        width: 30px;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        width: 30px !important;
    }
}


/* CARDS */
.natgeo__cards_wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: fit-content;
    padding-top: 0px;
    padding-bottom: 100px;
}

.natgeo__cards_wrapper .natgeo__cards {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 10px;
    row-gap: 40px;
    width: 100%;
}

.natgeo__cards_wrapper .natgeo__cards .natgeo__card {
    position: relative;
    display: inline-flex;
    width: 100%;
    border-radius: 13px;
    flex: 100%;
    max-width: 300px;
    aspect-ratio: 1/1.75;
    align-items: flex-end;
    padding-bottom: 60px;
}
    @media (min-width: 1024px) {
        .natgeo__cards_wrapper .natgeo__cards .natgeo__card {
            width: calc(33.33% - (10px * .67 ) );
            align-items: flex-end;
            padding-bottom: 80px;
            height: 620px;
            flex: initial;
            max-width: none;
            justify-content: center;
        }
    }

    @media (min-width: 1280px) {
        .natgeo__cards_wrapper .natgeo__cards .natgeo__card {
            height: 710px;
        }
    }

.natgeo__cards_wrapper .natgeo__cards .natgeo__card:hover .natgeo__card_image {
    background-color: var(--black);
}
.natgeo__cards_wrapper .natgeo__cards .natgeo__card:hover .natgeo__card_image img {
    transform: scale(1.2);
    opacity: .8;
}

.natgeo__cards_wrapper .natgeo__cards .natgeo__card .natgeo__card_image {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 13px;
    overflow: hidden;
	transition: background .4s ease;
	-webkit-transition: background .4s ease;
	-moz-transition: background .4s ease;
	-o-transition: background .4s ease;
}

.natgeo__cards_wrapper .natgeo__cards .natgeo__card .natgeo__card_image img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
}

.natgeo__cards_wrapper .natgeo__cards .natgeo__card .natgeo__card_text {
    position: relative;
    display: flex;
    flex-flow: column;
    width: 390px;
    height: fit-content;
    height: fit-content;
    z-index: 2;
    justify-content: space-between;
    align-items: center;
    row-gap: 24px;
    padding: 0 20px;
}

    @media (min-width:  1024px) {
        .natgeo__cards_wrapper .natgeo__cards .natgeo__card .natgeo__card_text {
            height: 300px;
            row-gap: 0px;
            padding: 0px;
        }
    }

.natgeo__cards_wrapper .natgeo__cards .natgeo__card .natgeo__card_text h3 {
    font-family: "montserrat-bold", sans-serif;
    font-size: 21px;
    line-height: 25px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    color: var(--white);
    padding: 0 20px;
}

    @media (min-width: 1280px) {
        .natgeo__cards_wrapper .natgeo__cards .natgeo__card .natgeo__card_text h3 {
            font-size: 25px;
            line-height: 30px;
            letter-spacing: 4px;
            padding: 0 0px;
        }
    }

.natgeo__cards_wrapper .natgeo__cards .natgeo__card .natgeo__card_text p {
    font-family: "montserrat-bold", sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: center;
    color: var(--white);
    width: 100%;
    max-width: 330px;
}

    @media (min-width: 1280px) {
        .natgeo__natgeo__cards .natgeo__cards .natgeo__card {
            height: 710px;
        }
    }


/* COLUMNS */
.natgeo__columns_wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: fit-content;
    padding: 64px 0px 104px;
    background: var(--black);
}

    @media (min-width: 550px) {
        .natgeo__columns_wrapper .natgeo__columns .natgeo__column {
            padding: 80px 0px 130px;
        }
    }

.natgeo__columns_wrapper .natgeo__columns {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
    row-gap: 40px;
    width: 100%;
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
}

    @media (min-width: 550px) {
        .natgeo__columns_wrapper .natgeo__columns {
            padding: 0 40px;
        }
    }

.natgeo__columns_wrapper .natgeo__columns .natgeo__column {
    position: relative;
    display: inline-flex;
    flex-flow: column;
    width: 100%;
    height: 90vw;
    padding: 20px;
    justify-content: flex-end;
}

    @media (min-width: 550px) {
        .natgeo__columns_wrapper .natgeo__columns .natgeo__column {
            width: calc(50% - (20px * .51 ) );
            height: 400px;
        }
    }

    @media (min-width: 1024px) {
        .natgeo__columns_wrapper .natgeo__columns .natgeo__column {
            width: calc(25% - (20px * .76 ) );
        }
    }

.natgeo__columns_wrapper .natgeo__columns .natgeo__column .natgeo__column_image {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.natgeo__columns_wrapper .natgeo__columns .natgeo__column img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.natgeo__columns_wrapper .natgeo__columns .natgeo__column .natgeo__column_text {
    position: relative;
    display: flex;
    width: 100%;
    height: fit-content;
    z-index: 2;
    row-gap: 18px;
    flex-flow: column;
}

.natgeo__columns_wrapper .natgeo__columns .natgeo__column .natgeo__column_text h3 {
    font-family: "montserrat-bold", sans-serif;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: var(--white);
}

    @media (min-width: 1280px) {
        .natgeo__columns_wrapper .natgeo__columns .natgeo__column .natgeo__column_text h3 {
            font-size: 24px;
            line-height: 28px;
        }

        .natgeo__columns_wrapper-x4 .natgeo__columns .natgeo__column {
            height: 400px;
        }
    }



/* POPUP */
.external-link-layout {
    position: fixed;
    z-index: 9999999999;
    background: rgba(0, 0, 0, 0.85);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    opacity: 0;
    pointer-events: none;
}

.external-link-layout.animate {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.external-link-layout.show {
    opacity: 1;
    pointer-events: visible;
}

.external-link-layout p {
    width: 90%;
    max-width: 550px;
    line-height: 1.4;
}

.external-link-layout .button {
    margin: 25px 0 0;
}

.external-link-layout .close {
    display: block;
    position: absolute;
    top: 40px;
    right: 40px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.external-link-layout .close:before,
.external-link-layout .close:after {
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    background: #fff;
    top: 50%;
    left: 50%;
    position: absolute;
}

.external-link-layout .close:before {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.external-link-layout .close:after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}