@font-face {
    font-family: brown-regular;
    src: url(./brown/brown-regular.woff) format('woff'), url(./brown/brown-regular.svg) format('svg'), url(./brown/brown-regular.eot) format('eot'), url(./brown/brown-regular.ttf) format('ttf'), url(./brown/brown-regular.woff) format('woff'), url(./brown/brown-regular.woff2) format('woff2')
}

@font-face {
    font-family: brown-regular-italic;
    src: url(./brown/brown-regular-italic.otf) format('otf')
}

@font-face {
    font-family: brown-bold;
    src: url(./brown/brown-bold.otf) format('otf'), url(./brown/brown-bold.svg) format('svg'), url(./brown/brown-bold.ttf) format('ttf'), url(./brown/brown-bold.woff) format('woff'), url(./brown/brown-bold.woff2) format('woff2')
}

@font-face {
    font-family: brown-bold-italic;
    src: url(./brown/brown-bold-italic.otf) format('otf')
}

@font-face {
    font-family: brown-light;
    src: url(./brown/brown-light.otf) format('otf'), url(./brown/brown-light.eot) format('eot'), url(./brown/brown-light.svg) format('svg'), url(./brown/brown-light.ttf) format('ttf'), url(./brown/brown-light.woff) format('woff'), url(./brown/brown-light.woff2) format('woff2')
}

@font-face {
    font-family: brown-light-italic;
    src: url(./brown/brown-light-italic.otf) format('otf'), url(./brown/brown-light-italic.eot) format('eot'), url(./brown/brown-light-italic.svg) format('svg'), url(./brown/brown-light-italic.ttf) format('ttf'), url(./brown/brown-light-italic.woff) format('woff'), url(./brown/brown-light-italic.woff2) format('woff2')
}

@font-face {
    font-family: brown-light-backslanted;
    src: url(./brown/brown-light-backslanted.otf) format('otf')
}

@font-face {
    font-family: brown-regular-alt;
    src: url(./brown/brown-regular-alt.otf) format('otf')
}

@font-face {
    font-family: brown-regular-backslanted;
    src: url(./brown/brown-regular-backslanted.otf) format('otf')
}

@font-face {
    font-family: brown-regular-backslanted-alt;
    src: url(./brown/brown-regular-backslanted-alt.otf) format('otf')
}

@font-face {
    font-family: brown-regular-italic-alt;
    src: url(./brown/brown-regular-italic-alt.otf) format('otf')
}

@font-face {
    font-family: brown-regularbackslantedalt;
    src: url(./brown/brown-regularbackslantedalt.woff2) format('woff2')
}

@font-face {
    font-family: brown-regularitalic;
    src: url(./brown/brown-regularitalic.eot) format('eot'), url(./brown/brown-regularitalic.svg) format('woff'), url(./brown/brown-regularitalic.ttf) format('ttf'), url(./brown/brown-regularitalic.woff) format('woff'), url(./brown/brown-regularitalic.woff2) format('woff2')
}

@font-face {
    font-family: brown-regularitalicalt;
    src: url(./brown/brown-regularitalicalt.eot) format('eot'), url(./brown/brown-regularitalicalt.svg) format('svg'), url(./brown/brown-regularitalicalt.ttf) format('ttf'), url(./brown/brown-regularitalicalt.woff) format('woff'), url(./brown/brown-regularitalicalt.woff2) format('woff2')
}

@font-face {
    font-family: brown-thin;
    src: url(./brown/brown-thin.eot) format('eot'), url(./brown/brown-thin.otf) format('otf'), url(./brown/brown-thin.svg) format('svg'), url(./brown/brown-thin.ttf) format('ttf'), url(./brown/brown-thin.woff) format('woff'), url(./brown/brown-thin.woff2) format('woff2')
}

@font-face {
    font-family: brown-thin-backslanted;
    src: url(./brown/brown-thin-backslanted.otf) format('otf')
}

@font-face {
    font-family: brown-thin-italic;
    src: url(./brown/brown-thin-italic.otf) format('otf')
}

@font-face {
    font-family: brown-thinbackslanted;
    src: url(./brown/brown-thinbackslanted.eot) format('eot'), url(./brown/brown-thinbackslanted.svg) format('svg'), url(./brown/brown-thinbackslanted.ttf) format('ttf'), url(./brown/brown-thinbackslanted.woff) format('woff'), url(./brown/brown-thinbackslanted.woff) format('woff2')
}

@font-face {
    font-family: brown-thinitalic;
    src: url(./brown/brown-thinitalic.eot) format('eot'), url(./brown/brown-thinitalic.svg) format('svg'), url(./brown/brown-thinitalic.ttf) format('ttf'), url(./brown/brown-thinitalic.woff) format('woff'), url(./brown/brown-thinitalic.woff2) format('woff2')
}

:root {
  --orange: #F3C165;
  --orange2: #faaa41;
  --grey: #818181;
  --blue1: #5A89EC;
  --blue2: #3961A6;
  --blue3: #233451;
}
*{
    box-sizing: border-box;
}
body{
   background: var(--blue3);
    margin: 0;
}

.my-btn{
    background: var(--orange2);
    padding: .5rem 3rem;
    border: 0;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
    border-radius: 6px;
    box-shadow: 0 .5em 1em rgba(0,0,0,0.15);
    cursor: pointer;
    display: inline-block;
    text-align: center;
    width: auto;
    font-family: brown-regular, Arial, Helvetica, sans-serif;
}
.my-btn:hover{
    color: rgba(255,255,255,0.9);
    
}
h1, h2{
    text-align: left;
    margin: 0; 
}

h1{
    font-size: 4rem;
    color: var(--orange);
    text-shadow: 0 .3rem .75rem rgba(0,0,0,0.3);
    text-transform: uppercase;
    font-weight: 500;
    font-family: brown-regular, Arial, Helvetica, sans-serif;
}

h2{
    font-size: 2rem;
    color: white;
    text-shadow: 0 .2rem .75rem rgba(0,0,0,0.3);
    font-family: Brown-Light, Arial, Helvetica, sans-serif;
    font-weight: 200;
}

h3{
    font-size: 2.5vw;
    color: var(--blue1);
    font-family: Brown-Light, Arial, Helvetica, sans-serif;
    margin:0;
}

a{
    font-family: Brown-Light, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

video:focus, video{
    outline: none;
    overflow: hidden;
}

.videos li{
    font-family: Brown-Light, Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    font-weight: 200;
    color: var(--grey);
}

@media screen and (max-width: 1500px){
    h1{
        font-size: 2.8rem;
}

}
@media screen and (max-width: 1024px){
    h1{
        font-size: 3rem;
}
    h2{
        font-size: 1.5rem;
    }
    .my-btn{
        font-size: 1em;
    }
    h3{
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 768px){
    h3{
        font-size: 2rem;
    }
}

@media screen and (max-width: 480px){
    h1{
        font-size: 2.5rem;
}
    h2{
        font-size: 1.25rem;
    }
    .my-btn{
        font-size: 1em;
    }
}
.container{
    width: 75%;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    align-self: center;
}

@media screen and (max-width: 1400px){
    .container{
    width: 85%;
}
}
@media screen and (max-width: 1024px){
    .container{
    width: 90%;
}
}

@media screen and (max-width: 480px){
    .container{
    width: calc(100% - 32px);
}
}
.hero{
    background: var(--blue1);
    background-origin: bottom;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.herogrid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.hero-content{
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    padding:32px 0 ;
}

.hero .my-btn{
    margin-top: 2rem;
}
.gif, .gif img{
    width: 100%;
    grid-column-start: 5;
    grid-column-end: 8;
    grid-row-start: 1;
    grid-row-end: 2;
    z-index: 1;
    align-self: center;
    justify-self: center;
    margin-left: auto;
    margin-right: auto;
    align-self: center;
}


@media screen and (max-width: 1024px){
    .herogrid{
        display: grid;
        grid-template-columns: 1fr;
    }
    .hero-content{
        grid-column-start: 1;
        grid-column-end: 8;
        grid-row-start: 1;
        grid-row-end: 2;
    }
    
}
.logo{
    width: 200px;
    margin-bottom: 1.5rem;
}
/*----- VIDEO ----*/

.videos{
    background-color: var(--blue2);
   
    background-origin: bottom;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
}

.video-grid{
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 3rem;

}

.card-text-height{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.yt{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#card-1, #card-2, #card-3, #card-4, #card-5{
    display: grid;
    padding: 12px;
    width: 100%;
    background: white;
    gap: 16px;
    z-index: 1;
}

#card-1, #card-3, #card-5{
    grid-column-start: 1;
    grid-column-end: 4;
    grid-template-columns: 2fr 1fr;
}

#card-2, #card-4{
    grid-template-columns: 1fr 2fr;
    grid-column-start: 2;
    grid-column-end: 5;  
}

#card-1-container{
    width: 100%;
    grid-row-start: 1;
    grid-row-end: 2;

}

#card-2-container{
    width: 100%;
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 2;
}

#card-3-container{
    width: 100%;
    grid-row-start: 1;
    grid-row-end: 2;
}

#card-4-container{
    width: 100%;
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 2;
}

#card-5-container{
    width: 100%;
    grid-row-start: 1;
    grid-row-end: 2;
}

@media screen and (max-width: 1024px){
    #card-1, #card-2, #card-3, #card-4, #card-5{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 12px;
    grid-column-start: 1;
    grid-column-end: 5;
}
    #card-1-container{
    width: 100%;
    grid-row-start: 1;
    grid-row-end: 2;
}

    #card-2-container{
    width: 100%;
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 2;
}
    #card-3-container{
    width: 100%;
    grid-row-start: 1;
    grid-row-end: 2;
}

    #card-4-container{
    width: 100%;
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 2;
}
    #card-5-container{
    width: 100%;
    grid-row-start: 1;
    grid-row-end: 2;
}
    .card-text-height{
    justify-content: flex-start;
    align-items: center;
    padding: 0;
}
    .my-btn{
        font-size: 1rem;
    }
    .gif, .gif img{
        width: 75%;
        justify-self: center;
        display: flex;
        grid-column-start: 1;
        grid-column-end: 8;
        grid-row-start: 2;
        grid-row-end: 3;
        justify-self: center;
        position: relative;
    }
    .logo{
        width: 180px;
        margin-bottom: 1.5rem;
    }
}

@media screen and (max-width: 680px){
    #card-1, #card-2, #card-3, #card-4, #card-5{
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    padding: 12px;
    grid-column-start: 1;
    grid-column-end: 5;
}
    .card-text-height{
    padding: 16px 0;
}
    .my-btn{
    font-size: 1rem;
}
.gif, .gif img{
    display: none;
}
}

/*---- FOOTER ----*/

.footer{
    margin-top:48px;
    background-color: var(--blue3);
    color: white;
}
.footerwidth{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 0 32px 0;

}
.footer a{
    color: white;
    text-decoration: none;
    margin: 0 4px;
    text-transform: uppercase;
}

.logo2{
    margin: 0 6px 6px 6px;
    width: 230px;
}

.logo-social{
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
}
.footer-social {
    width: 100%;
    margin: 4px 0 4px 0;
    display: inline-flex;
    justify-content: flex-start;
}
.footer-social a{
    margin: 0 6px
}

.links{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.links a{
    margin: 4px 6px;
}

@media screen and (max-width: 680px){
    .footerwidth{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .links{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 32px;
    }


}


/*-----------COOKIE --------*/
.cookie {
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 20px 0;
    background: #fff;
    border-top: 0px;
    display: flex;
    justify-content: center;
    z-index: 9;
    box-shadow: rgba(0, 52, 120, 0.5) 0 0 36px;

}

.cookie img {
    width: 48px;
    margin-right: 12px;

}

.cookie-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cookie-text-logo {
    display: flex;
    justify-content: flex-start;
    padding-right: 12px;
}

@media screen and (max-width: 770px) {
    .cookie-text-logo {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        padding-right: 12px;
    }

    .cookie-container {
        flex-direction: column;
        align-items: flex-end;
    }

    .cookie-text-logo {
        padding-bottom: 16px;
    }
}

@media screen and (max-width: 432px) {
    .cookie-text-logo {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-right: 0px;
        padding-bottom: 12px;
    }

    .cookie p {
        text-align: center;
    }

    .cookie img {
        width: 48px;
        margin-right: 0px;
        margin-bottom: 12px;
    }

    .cookie-container {
        align-items: center;
    }
}


.cookie p {
    margin: 0 0 0 0;
    font-family: brown-light, Arial, Helvetica, sans-serif;
}

.cookie-title {
    font-family: brown-regular, Arial, Helvetica, sans-serif !important;
}

.cookie a{
    color:#638AEF;
}

.hidden{
    display: none;
}
