/* GLOBAL */

@font-face {
    font-family: 'garnettsemibold';
    src: url('../fonts/garnett-semibold-webfont.eot');
    src: url('../fonts/garnett-semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/garnett-semibold-webfont.woff2') format('woff2'),
        url('../fonts/garnett-semibold-webfont.woff') format('woff'),
        url('../fonts/garnett-semibold-webfont.ttf') format('truetype'),
        url('../fonts/garnett-semibold-webfont.svg#garnettsemibold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'garnett_regularregular';
    src: url('../fonts/garnett-regular-webfont.eot');
    src: url('../fonts/garnett-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/garnett-regular-webfont.woff2') format('woff2'),
        url('../fonts/garnett-regular-webfont.woff') format('woff'),
        url('../fonts/garnett-regular-webfont.ttf') format('truetype'),
        url('../fonts/garnett-regular-webfont.svg#garnett_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'garnett-medium';
    src: url('../fonts/garnett/Garnett-Medium.eot');
    src: url('../fonts/garnett/Garnett-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/garnett/Garnett-Medium.woff2') format('woff2'),
        url('../fonts/garnett/Garnett-Medium.woff') format('woff'),
        url('../fonts/garnett/Garnett-Medium.ttf') format('truetype'),
        url('../fonts/garnett/Garnett-Medium.svg#garnett_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'garnett-bold';
    src: url('../fonts/garnett/Garnett-Bold.eot');
    src: url('../fonts/garnett/Garnett-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/garnett/Garnett-Bold.woff2') format('woff2'),
        url('../fonts/garnett/Garnett-Bold.woff') format('woff'),
        url('../fonts/garnett/Garnett-Bold.ttf') format('truetype'),
        url('../fonts/garnett/Garnett-Bold.svg#garnett_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    background-color: #EFDEDE;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'garnett-medium';
    /* mobile viewport bug fix */
    min-height: -webkit-fill-available;
}

html {
    font-family: 'garnett-medium';
    height: -webkit-fill-available;
}

@media screen and (max-width: 1200px) {
    ::-webkit-scrollbar {
        width: 0px;
        background: transparent;
    }
}

hr {
    background-color: #828282;
}

.container {
    width: 98%;
    max-width: 480px;
}

/* Hero Section */
section.hero {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: auto;
    background-color: #000;
    padding-top: 250px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 15px;
}

section.hero:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6000000', GradientType=0);
}

section.hero .container-texts {
    position: relative;
    color: #fff;
    z-index: 1;
}

section.hero .container-texts h1 {
    font-family: 'garnett-bold';
    margin: 0;
    font-size: 45px;
    margin-bottom: 15px;
}

section.hero .container-texts p {
    font-family: 'garnett-medium';
    margin: 0;
    font-size: 18px;
    margin-bottom: 15px;
}

section.hero .container-texts label {
    margin: 0;
    font-size: 13px;
}



/* History 1 */
section.history-1 .container-history-1 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: auto;
    background-color: #000;
    padding-top: 250px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
}

section.history-1 .container-history-1:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6000000', GradientType=0);
}


section.history-1 .container-history-1 .container-texts {
    position: relative;
    color: #fff;
    z-index: 1;
}

section.history-1 .container-history-1 .container-texts h2 {
    font-family: 'garnett-bold';
    margin: 0;
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 15px;
}

section.history-1 .container-history-1 .container-texts h2 span {
    background-color: #79E21B;
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
}

section.history-1 .container-history-1 .container-texts p {
    font-family: 'garnett-medium';
    margin: 0;
    font-size: 18px;
    margin-bottom: 15px;
}

section.history-1 .container-history-1 .container-texts label {
    margin: 0;
    font-size: 13px;
}

section.history-1 .container-history-1 .container-texts button {
    background-color: transparent;
    border: 0;
    color: #fff;
}

section.history-1 .container-history-1 .collapse-card {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

section.history-1 .container-text-expand {
    background-color: #ECEFEB;
    padding: 30px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 15px;
}

section.history-1 .container-text-expand p {
    margin: 0;
}

section.history-1 .container-text-expand p a {
    color: #000;
}

section.history-1 .container-text-expand p span {
    background-color: #79E21B;
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
}

/* Newsletter */
.newsletter {
    background-color: #000;
    padding: 30px;
    margin-bottom: 15px;
}

.newsletter h2 {
    color: #fff;
    font-family: 'garnett-bold';
    margin: 0;
    font-weight: 900;
    font-size: 24px;
    margin-bottom: 15px;
}

.newsletter .form-control {
    background-color: transparent;
    border: solid 1px #747474;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.newsletter .btn {
    background-color: #79E21B;
    color: #000;
    font-family: 'garnettsemibold';
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
}

/* Single Hero */
.single-hero {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: flex-start;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

.back {
    color: #828282;
    font-family: 'garnettsemibold';
    font-size: 15px;
    text-decoration: underline;
    position: absolute;
    top: 15px;
    left: 30px;
    z-index: 999;
    transition: all 280ms;
    -o-transition: all 280ms;
    -webkit-transition: all 280ms;
    -moz-transition: all 280ms;
}

.back:hover {
    color: #828282;
}

.single-hero-static {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: flex-start;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #F0E1E1;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

.single-hero-static .single-hero-video {
    object-fit: cover;
    height: 100vh;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}

.single-hero.single-hero-only-image {
    position: relative;
    height: 100vh;
}

.single-hero .single-hero-img {
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    position: relative;
    /* clip-path: polygon(20% 31%, 85% 10%, 80% 70%, 10% 50%); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}



.single-hero .single-hero-img img {
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 0 auto;
}

.single-hero.single-hero-big-image{
    width: calc(100% + 45px);
    margin-left: -30px;
}

.single-hero .single-hero-video {
    object-fit: cover;
    height: 100vh;
    width: 100%;
    margin: 0 auto;
    max-width: 480px;
}

.single-hero-mute {
    position: absolute;
    top: 10px;
    right: 20px;
    border: 0;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    -o-border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    background: rgba(256, 256, 256, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.single-hero-mute .mute {
    display: none;
}

.single-hero-mute.active .mute {
    display: block;
}

.single-hero-mute.active .unmute {
    display: none;
}

.single-hero-mute .mute {
    width: 10px;
}

.single-hero-mute .unmute {
    width: 16px;
}










.single-mute {
    position: absolute;
    top: 15px;
    right: 20px;
    border: 0;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    -o-border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    background: rgba(256, 256, 256, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.single-mute .mute {
    display: none;
}

.single-mute.active .mute {
    display: block;
}

.single-mute.active .unmute {
    display: none;
}

.single-mute .mute {
    width: 10px;
}

.single-mute .unmute {
    width: 16px;
}

.single-title {
    padding: 15px 15px;
    width: 100%;
    height: auto;
    display: block;
    color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.single-title.single-title-center {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}


.single-title h1 {
    font-family: 'garnett-bold';
    margin: 0;
    font-weight: 900;
    font-size: 34px;
    line-height: 44px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    z-index: 99;
}

.share-single-title-center {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    /* background: -moz-linear-gradient(top, rgba(240, 225, 225, 0) 0%, rgba(240, 225, 225, 1) 65%, rgba(240, 225, 225, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(240, 225, 225, 0) 0%, rgba(240, 225, 225, 1) 65%, rgba(240, 225, 225, 1) 100%);
    background: linear-gradient(to bottom, rgba(240, 225, 225, 0) 0%, rgba(240, 225, 225, 1) 65%, rgba(240, 225, 225, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f0e1e1', endColorstr='#f0e1e1', GradientType=0); */
    padding: 15px 15px 30px 15px;
    color: #828282;
}

.share-single-title-center h1 {
    font-size: 12px;
    line-height: 12px;
}

.single-title h1 span {
    background-color: rgb(112, 221, 55);
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
}

.single-title h2 {
    font-family: 'garnett-bold';
    margin: 0;
    font-size: 24px;
    position: relative;
    z-index: 99;

}

.single-title h2 span {
    background-color: rgba(256, 256, 256, 0.5);
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
}

.single-title-feature {
    background-color: #f0e1e1;
    padding: 15px;
    border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #000;
}

.single-share {
    width: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 15px;
}

.single-share-collection {
    width: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.single-share-collection p {
    color: #828282;
    padding-right: 12px;
    font-size: 13px;
}

.single-share-collection a {
    background-color: transparent;
    border: 0;
    color: #828282;
    padding-right: 12px;
    transition: all 280ms;
    -o-transition: all 280ms;
    -moz-transition: all 280ms;
    -webkit-transition: all 280ms;
    display: flex;
    align-items: center;
}

.single-share.single-share-hero {
    justify-content: flex-end;
}

.single-share a {
    background-color: transparent;
    border: 0;
    color: #828282;
    padding-right: 12px;
    transition: all 280ms;
    -o-transition: all 280ms;
    -moz-transition: all 280ms;
    -webkit-transition: all 280ms;
    display: flex;
    align-items: center;
}

.single-share a:hover {
    opacity: 0.5;
}

.single-share p {
    color: #828282;
    padding-right: 12px;
    font-size: 13px;
}

.single-share.single-share-hero a, .single-share.single-share-hero p {
    color: #828282;
}

.arrow-down-single-hero {
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}

.single-title label {
    display: block;
}

.single-title label.date {
    margin-top: 2px;
    font-size: 12px;
    color: #828282;
}

.single-title .share-single-title-center label.date {
    color: #fff;
}

.mobile-share-link, .hero-mobile-share-link {
    border: 0;
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: #828282;
    padding-right: 0px;
    display: flex;
    align-items: center;
}

.share-single-title-collection label {
    font-size: 12px;
}

/* Section content Single */
.content {
    color: #000;
    z-index: 99;
    position: relative;
    /* margin-top: 100vh; */
    min-height: fill-available;
    min-height: -webkit-fill-available;
    background-color: #F0E1E1;
    padding-bottom: 120px;
}


.content.only-hero-image {
    margin-top: 0;
}

.content h1 {
    font-family: 'garnett-bold';
    margin: 0;
    font-weight: 900;
    font-size: 45px;
    margin-bottom: 15px;
    position: relative;
    z-index: 3;
}

.content h2 {
    font-family: 'garnett-bold';
    margin: 0;
    font-size: 24px;
    line-height: 28px;
    position: relative;
    z-index: 3;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.content .cell-title {
    font-family: 'garnett-bold';
    margin: 0;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    position: relative;
    z-index: 3;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.content .cell-title:after {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: 30px auto;
    border-radius: 6px;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.content h2.super-title {
    font-size: 40px;
    line-height: 44px;
}

.content h2 span {
    background-color: rgb(112, 221, 55);
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
}

.content label {
    font-size: 12px;
    color: #000;
    margin-top: 10px;
    display: block;
}

.content .container-texts {
    color: #000;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 15px;
    margin-top: 25px;
    font-size: 15px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.container-video-single-video {
    position: relative;
}

.content .single-video {
    width: 100%;
}

.content .single-video-clip {
    width: calc(100% + 30px) !important;
    margin-left: -15px !important;
    clip-path: polygon(0 2%, 100% 0, 100% 98%, 0% 100%) !important;
}

.content .single-video-100 {
    width: calc(100% + 30px) !important;
    margin-left: -15px !important;
}

.content .container-texts p {
    margin-bottom: 0;
}

.content .container-texts span {
    background-color: rgb(112, 221, 55);
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
}

.content .img-clip {
    clip-path: polygon(10% 10%, 95% 0, 100% 100%, 0% 90%);
}

.newsletter-single {
    align-content: center;
}

.newsletter-single h2 {
    color: #000;
    font-family: "garnett-bold";
    margin: 0;
    font-weight: 900;
    font-size: 15px;
    margin-bottom: 15px;
}

.newsletter-single .form-control {
    background-color: transparent;
    border: solid 1px #747474;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
}

.newsletter-single .btn {
    background-color: #79e21b;
    color: #000;
    font-family: "garnettsemibold";
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
}

.owl-carousel .item {
    margin: 2px 2px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
}

.owl-carousel .item .container-image {
    /* border-bottom: solid 1px #000; */
}

.owl-carousel .item .container-image.container-image-line{
    border-bottom: solid 1px #c9c9c9;
}

.owl-carousel .item .container-image-only-image {
    padding: 30px;
}

.owl-carousel .item .container-texts-carousel{
    padding: 30px;
    padding-bottom: 60px;
    min-height: 180px;
}

.owl-carousel .item p {
    font-size: 15px;
    margin: 0;
}

.owl-carousel .item h4 {
    font-family: "garnett-bold";
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 5px;
}

/* Navbar Scroll Spy */
.scroll-spy {
    position: fixed;
    width: 8px;
    height: 100vh;
    top: 0;
    right: 3px;
    z-index: 9999;
    transition: all 200ms;
}

.scroll-spy ul {
    max-width: 5px;
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
}

.scroll-spy ul li {
    list-style: none;
    width: 100%;
    height: 50px;
    margin-bottom: 5px;
}

.scroll-spy ul li a {
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.sign-in-msg {
    display: block;
    color: #fff;
    font-size: 13px;
    margin-top: 15px;
}


.special-title {
    display: block;
    width: 100%;
    overflow: hidden;
    max-width: 290px;
    margin: 0 auto !important;
}


.special-title span:nth-child(1) {
    background-color: #000 !important;
    clip-path: polygon(4% 0, 95% 0, 100% 98%, 0% 100%);
    padding: 15px 30px 15px 15px;
    display: block;
    max-width: 300px;
    font-size: 26px;
    text-align: center;
    color: #fff;
}

.special-title span:nth-child(2) {
    font-size: 45px;
    clip-path: polygon(5% 20%, 55% 0%, 40% 100%, 0 86%);
    padding: 20px;
    margin-left: 0px;
    margin-top: 0px;
    display: block;
    transform: translate(43%, -10%);
    -o-transform: translate(43%, -10%);
    -moz-transform: translate(43%, -10%);
    -webkit-transform: translate(43%, -10%);
}

.cell-scene {
    width: 100%;
    height: 100vh;
    padding: 10px;
}

.cell-scene-pin {
    position: relative;
}

.cell-scene-pin .overlay {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    display: block;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
    /* IE6-9 */
}

.cell-scene-1 {
    background-color: #79E21B;
    background-image: url(../images/story3/1.jpg);
    background-position: center center;
    background-size: cover;
}

.cell-scene-2 {
    background-color: #000;
    background-image: url(../images/story3/2.jpg);
    background-position: center center;
    background-size: cover;
}

.cell-container {
    background-color: #f0e1e1;
    color: #000;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 15px;
    margin-bottom: 10px;
}

.cell-container p {
    margin-bottom: 0;
}

.cell-container span {
    background-color: rgb(112, 221, 55);
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
}

.next-section {
    text-align: left;
    font-family: "garnett-bold";
}

.next-section h2 {
    text-align: left;
    padding-right: 15px;
}

.next-section label {
    font-size: 15px;
    margin-bottom: 5px;
}

.next-section h2 a {
    font-size: 34px;
    line-height: 42px;
}

.next-section h2:after {
    display: none;
}

.next-section a {
    color: #000;
    font-size: 26px;
    text-decoration: none;
}

.story-footer {
    background-color: #000;
    padding: 20px;
    position: relative;
    z-index: 9999;
    width: 100%;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
    margin-top: -60px;
}

.story-footer svg {
    max-width: 150px;
    margin: 0 auto;
    display: block;
}

/* Collection Story */
.collection-story {
    color: #000;
    z-index: 99;
    position: relative;
    margin-top: 0;
    background-color: #F0E1E1;
    padding: 0px 0;
    padding-bottom: 30px;
    margin-top: -2px;
}

.collection-story h2 {
    font-family: 'garnett-bold';
    margin: 0;
    font-size: 30px;
    line-height: 38px;
    text-align: left;
    position: relative;
    z-index: 3;
    text-transform: uppercase;
}

.collection-story h2 a {
    color: #000;
    text-decoration: none;
}

.collection-story h2 span {
    background-color: rgb(112, 221, 55);
    color: #000;
}

.content-link {
    padding: 15px 15px 0 15px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    min-height: 230px;
}

.content-link h2 {
    margin-bottom: 0;
    font-size: 34px;
    line-height: 44px;
}

.content-link .single-link {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.content-link .part {
    color: #000;
    font-size: 18px;
}

.content-link .read-more {
    color: #828282;
    font-size: 15px;
    margin-top: 0;
}

.content-link .read-more.read-more-alt {
    color: #000;
    background-color: #79E21B;
    font-size: 15px;
    font-family: 'garnettsemibold';
    text-transform: uppercase;
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 0;
    text-align: right;
}


.content-link .image{
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    z-index: -1;
}

.content-link .single-video {
    position: absolute;
    top: 0;
    right: 0;
}

.content-link .image img {
    width: 100%;
    display: block;
}

.content-link .single-video {
    width: 40%;
    position: absolute;
    top: 0;
    right: 0;
}

.content-link .single-video-clip {
    width: 100%;
    clip-path: polygon(0 2%, 100% 0, 100% 98%, 0% 100%) !important;
}

.single-hero-labels {
    flex-basis: 100%;
}

/* Mythbusting */
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 450px;
    box-sizing: border-box;
    perspective: 1000px;
}

.flip-card .reset {
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flip-card.active .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
    border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 8px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 8px 0 rgb(0 0 0 / 10%);
    -o-box-shadow: 0 0 8px 0 rgb(0 0 0 / 10%);
}

.flip-card-front {
    background-color: #EFDEDE
}

.flip-card-front .container-buttons {
    width: 100%;
    max-width: 200px;
    margin-top: 30px;
}

.flip-card-front .container-buttons .btn-true {
    background-color: #79E21B;
    color: #000;
    font-family: 'garnett-bold';
    font-size: 18px;
    border: 0;
    padding: 10px 15px;
    outline: none;
}

.flip-card-front .container-buttons .btn-false {
    background-color: #000;
    color: #fff;
    font-family: 'garnett-bold';
    font-size: 18px;
    border: 0;
    padding: 10px 15px;
    outline: none;
}

.flip-card-front .container-buttons .btn-true:disabled, .flip-card-front .container-buttons .btn-false:disabled{
    background-color: #818181;
    color: #ccc;
}

.flip-card-inner h4 {
    font-family: 'garnettsemibold';
}

.flip-card-inner label {
    color: #828282;
    font-family: 'garnett-medium';
    font-size: 18px;
    margin-bottom: 10px;
}

.flip-card-inner h4 {
    color: #000;
    line-height: 30px;
}

.flip-card-inner p {
    color: #000;
}

.flip-card-inner b {
    color: #79E21B;
    background-color: #000;
    padding: 2px 5px;
}

.flip-card-inner strong {
    color: #fff;
    background-color: #000;
    padding: 2px 5px;
}

.flip-card-back {
    background-color: #79E21B;
    color: #000;
    transform: rotateY(180deg);
}

.flip-card-back h4 {
    margin-bottom: 15px;
}

.flip-card-back label {
    color: #666;
}

@media screen and (min-width: 600px) {
    .content .single-video-clip {
        width: 100%!important;
        margin-left: 0!important;
        clip-path: none!important;
        max-height: 500px!important;
        background-color: #c7b9b9!important;
        border-radius: 10px!important;
        -moz-border-radius: 10px!important;
        -webkit-border-radius: 10px!important;
        -o-border-radius: 10px!important;
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1)!important;
    }
}

.credits{
    padding-bottom: 120px;
    text-align: center;
}

.credits h4{
    font-size: 16px;
    font-family: 'garnettsemibold';
    color: #828282;
}

.credits h5{
    font-size: 16px;
    font-family: 'garnettsemibold';
    color: #000;
}

.credits h6{
    font-size: 16px;
    font-family: 'garnett-medium';
    color: #828282;
}

.credits p{
    color: #828282;
    font-size: 14px;
}

.credits a{
    font-size: 14px;
    color: #000;
    text-decoration: underline;
    display: block;
}

.legend p{
    font-family: 'garnett-medium';
    color: #828282;
    font-size: 12px;
}

.legend p a{
    color: #000;
    text-decoration: underline;
}

/* Score */
.score-container{
    max-width: 480px;
    background-color: #EFDEDE;
    width: 100%;
    left: 50%;
    top: -100%;
    z-index: 9999;
    transform: translateX(-50%);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    padding: 30px 15px;
    border-radius: 0 0 20px 20px;
    -o-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    transition: all 280ms;
    -o-transition: all 280ms;
    -webkit-transition: all 280ms;
    -moz-transition: all 280ms;
}

.score-container img{
    mix-blend-mode: multiply;
    -o-mix-blend-mode: multiply;
    -moz-mix-blend-mode: multiply;
    -webkit-mix-blend-mode: multiply;
}

.score-container h6{
    margin: 0;
    font-family: 'garnett-bold';
    font-size: 14px;
    color: #000;
}

.score-container #score{
    font-family: 'garnett-bold';
    font-size: 14px;
    color: #000;
}

.score-container .score-texts{
    font-family: 'garnett-medium';
    color: #828282;
    font-size: 12px;
    text-align: center;
}

footer {
    background-color: #000;
    padding-top: 30px;
    padding-bottom: 0px;
  }
  
  footer .container-footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  footer .container-footer .logo-footer {
    /* width: 100%; */
    max-width: 250px;
    height: auto;
  }
  
  footer .container-footer .container-int-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  
  footer .container-footer .container-int-flex>div {
    padding-right: 30px;
    padding-left: 30px;
    max-width: 260px;
  }
  
  footer .container-footer p {
    margin: 0;
  }
  
  footer .container-footer p,
  footer .container-footer a {
    color: #f0e1e1;
  }
  
  footer .copy {
    opacity: 0.5;
  }
  
  footer .container-footer a {
    display: block;
    text-decoration: none;
    margin-bottom: 30px;
  }
  
  footer .container-footer .social-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 85px;
  }
  
  footer .container-footer .social-link a {
    margin-right: 25px;
  }
  
  footer .container-footer .social-link a svg {
    width: 20px;
  }
  
  @media screen and (max-width: 1080px) {
    footer .container-footer .container-int-flex>div {
      padding-right: 15px;
      padding-left: 15px;
    }
  }
  
  @media screen and (max-width: 992px) {
    footer .container-footer {
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
    }
  
    footer .container-footer .container-int-flex {
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
    }
  
    footer .container-footer .container-int-flex>div {
      padding-right: 0px;
      padding-left: 0px;
    }
  
    footer .container-footer .social-link {
      margin-top: 0px;
      margin-bottom: 30px;
    }
  }

  .single-image-clip{
      clip-path: polygon(0% 0%, 100% 5%, 95% 96%, 5% 100%);
  }

  .global-link{
      color: #000;
  }

  .global-link:hover{
    color: #000;
}