<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'GT America Regular';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/GT-America-Regular.otf);
    font-display: swap;
}
@font-face {
    font-family: 'GT America Bold';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/GT-America-Bold.otf);
    font-display: swap;
}
@font-face {
    font-family: 'GT America Black';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/GT-America-Black.otf);
    font-display: swap;
}
@font-face {
    font-family: 'GT America Expanded Light';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/GT-America-Expanded-Light.otf);
    font-display: swap;
}
@font-face {
    font-family: 'GT America Expanded Bold';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/GT-America-Expanded-Bold.otf);
    font-display: swap;
}

body{
    margin: 0;
    overflow-x: hidden;
    font-family: 'GT America Regular'!important;
}
.years-10{
    width: 1100px;
    max-width: 100%;
    margin: 5vh 0 30vh;
    position: relative;
    z-index: 100;
}
.other-site{
    position: relative;
    z-index: 100        
}

.video-initial{
    opacity: 1;
    align-items: center;
    margin-bottom: 80svh;
    transition: opacity .4s;
    position: relative;
    height: 10000px;
}
.video-initial_first{
    width: 100%;
    height: 250svh;
}
.video-initial_first_2{
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100svh;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 130px;       
}

.preview{
    width: 100%;
    top: 0;
    padding: 0;
    font-size: 20px;
    box-sizing: border-box;
    transition: all 400ms;
    height: 100vh;
}
.preview .container-video{
    opacity: 1;
    flex: none;
    justify-content: center;
    align-items: center;
    transition: opacity 5s;
    display: flex;
    position: absolute;
    top: -200%;
    bottom: -190%;
    left: 0%;
    right: 0%;
    overflow: hidden;
}
.preview .container-video &gt; div{
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
}
.preview video{
    width: 100%;    
    top: 0;
    opacity: 1;
    transition: all 1800ms;    
}
.preview video.video-hidden{
    top: -100vh;
    opacity: 0;
}
.other{
}


* {
    margin: 0px;
    padding: 0px;
}
.parallax_container {
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    background: black;
}
.parallax_container .basic_setting {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 200%;
    position: absolute;
    top: 0px;
}
.parallax_container .parallax_layer_1 {
    background-image: url("https://puu.sh/oXDLO/7b5a932ef1.jpg");
}
.parallax_container .parallax_layer_2 {
    top: -20%;
    left: 43%;
    background-position: right;
    background-image: url("https://puu.sh/oXDNd/169a74d36c.jpg");
}
.parallax_container .parallax_layer_3 {
    top: 10%;
    left: 20%;
    background-image: url("https://puu.sh/oXDNQ/bec8c790e4.jpg");
}
.parallax_container .parallax_layer_4 {
    top: 50%;
    left: -30%;
    width: 70vw;
    height: 70vh;
    background-size: 100% auto;
    background-image: url("https://puu.sh/oXDO9/3c169032d0.jpg");
}
.parallax_container .parallax_layer_5 {
    outline: 0px;
    border: 0px;
    top: 180%;
    left: 5%;
    height: 30vh;
    width: 30vw;
    background-size: 100% auto;
    background-image: url("https://puu.sh/oYAPX/381612bfb3.jpg");
    background-size: cover;
}
.parallax_container .parallax_layer_5:hover {
    cursor: pointer;
}
.parallax_container .parallax_layer_5:focus {
    cursor: pointer;
    top: 130%;
    left: 10%;
    width: 80%;
    height: 80%;
}
.parallax_container .footer {
    color: white;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 210%;
}
.parallax_container .footer a {
    color: white;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-track {
    background-color: #ececec;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(56, 89, 100, 0.4);
    border: 2px solid #e3e7f0;
}
::-webkit-scrollbar-button {
    height: 0px;
    background: red;
    width: 0px;
}
::-webkit-scrollbar-corner {
    margin-top: 20px;
    background-color: #e3e7f1;
}
img{
    max-width: 100%;
}
.section-founders .row{
    height: 700px;
}
.section-founders .image{
    background-size: cover;
    background-position:center 0;
    max-height: 100%;
    background-repeat: no-repeat;
    transition: all 400ms;
    transition-timing-function: ease-out;
    cursor: pointer;
    border-right: 1px solid rgba(255,255,255,0.7);
    transition: all 400ms;
    position: relative;
    opacity: 0.8;
}
.section-founders .image.main{
    opacity: 1!important;
}

/*5 COLONNE*/
.section-founders .row.n-column-5 .image.main{
    flex:0 0 40%;
}
.section-founders .row.n-column-5 .image{
    flex: 0 0 15%;
}

/*6 COLONNE*/
.section-founders .row.n-column-6 .image.main{
    flex:0 0 40%;
}
.section-founders .row.n-column-6 .image{
    flex: 0 0 12%;
}

/*7 COLONNE*/
.section-founders .row.n-column-7 .image.main{
    flex:0 0 34%;
}
.section-founders .row.n-column-7 .image{
    flex: 0 0 11%;
}

/*8 COLONNE*/
.section-founders .row.n-column-8 .image.main{
    flex:0 0 37%;
}
.section-founders .row.n-column-8 .image{
    flex: 0 0 9%;
}


/*9 COLONNE*/
.section-founders .row.n-column-9 .image.main{
    flex:0 0 30%;
}
.section-founders .row.n-column-9 .image{
    flex: 0 0 8.75%;
}

.section-founders .image div{
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    transition: background-color 500ms;
    width: 100%;
    height: 100%;
}
.section-founders .image.main div{
    background-color: rgba(0, 0, 0, 0);
}
.section-founders .image div i{
    font-size: 50px;
    color: #fff;    
    transition: all 500ms;
    opacity: 0;
    border: 5px solid rgba(255,255,255,0.5);
    border-radius: 50%;
}
.section-founders .image.main div i{
    opacity: 1;
}
.section-founders .image.main div i:hover{
    font-size: 65px;
    border-width: 0;
}
.section-founders .image hgroup{
    position: absolute;
    opacity: 0;
    color:#fff;
    transition: opacity 0.5s;
    padding: 20px;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    display: block;
}
.section-founders .image hgroup &gt; h4{
    text-align: center;
    font-size: 27px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-family: 'GT America Expanded Bold';
}
.section-founders .image hgroup &gt; h4.founder-role{
    color: rgba(255,255,255,0.6);
    font-family: 'GT America Expanded Light';
}
@media screen and (max-width: 768px) {
    .section-founders .image hgroup &gt; h4.founder-role{
        text-shadow: none;
    }
}
.section-founders .image.main hgroup{
    opacity: 1;
}
.section-founders .image:nth-of-type(5){
    border-right: none;
}
.section-founders .row{
    background-color: #000;
}
.cover-mobile{
    display: none;
}

.alert &gt; a{
    position: absolute;
    right: 10px;
    top: 5px;
}
.alert p{
    margin: 0;
}
.alert &gt; p &gt; a{
    text-decoration: underline!important;
}
.alert-success{
    background-color: #d1e7dd;
    color: #0f5132;
    border: 1px solid #0f5132;
}
.alert-success a{
    color: #0f5132;
}
.alert-danger a{
    color: #721c24;
}
.alert{
    position:relative;
    width:100%;
    box-sizing: border-box;
    padding:10px 0;
    text-align: center;
    margin:0 0 20px;
}

@media screen and (max-width: 768px) {
    .video-initial{
        display: none;
    }
    .cover-mobile{
        display: block;
        position: relative;
    }
    .cover-mobile &gt; img{
        width: 100%;
    }
    .cover-mobile .mouse-row{
        position: absolute;
        top: calc(100vh - 120px);
    }
    .years-10{
        margin-bottom: 50vh
    }
    .section-founders .row{
        height: auto;
        gap: 0 10px;
    }
    .section-founders .row .image{
        padding: 75% 0 0;
        opacity: 1;
    }
    
    .section-founders .image.main div{
        background-color: rgba(0, 0, 0, 0)!important;        
    }
    .section-founders .image div &gt; a{
        z-index: 5;
    }
    .section-founders .row .image{
        flex: 0 0 calc(50% - 10px)!important;
        border: none;
        margin-bottom: 10px;
    }    
    .section-founders .image h4{
        font-size: 1rem;
        width: 100%;
        text-align: center;
        left: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .section-founders .image div i{
        font-size: 30px;
        border:none;
        opacity: 1!important;
    }
    .preview video{
        top: 25vh;
    }
    .section-founders .image div{
        background-color: rgba(0, 0, 0, 0);
    }
    .section-founders .image hgroup{
        opacity: 1;
    }
    .section-founders .image hgroup &gt; h4{
        font-size: .85rem;
    }
    .section-founders .image hgroup &gt; h4.founder-role{
        font-size: .6rem;
    }
    .carousel-indicators{
        margin: 0;
        justify-content: start;
    }
}
.container-fluid{
    width: 90%;
}
.container-interviste{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 600ms;
}
.container-interviste.active{
    opacity: 1;
    visibility: visible;
    
}
.container-interviste img{
    max-height: 80vh;
    width: auto;
}
.container-interviste iframe{
    width: 1000px;
    max-width: calc(100% - 60px);
}
.container-interviste &gt; a.close-button{
    position: absolute;
    right: 20px;
    top: 20px;
    color:#fff;
    font-size: 30px;
}
.container-interviste &gt; a.close-window{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
h3.title-section{
    color: #fff;
    font-size: 40px;
    font-weight: bolder;
    margin-bottom: 2rem;
    font-family: 'GT America Black'!important;
}
h3.title-section &gt; img{
    width: 800px;
    max-width: 100%;
}
h3.title-section &gt; p{
    font-family: "GT America Expanded Light"!important;
    font-weight: 300;
    font-size: 35px;
}
@media screen and (max-width: 768px) {
    h3.title-section{
        font-size: 5vw;
    }    
}
.sliders-section{
    margin-top: 25vh;
    padding-bottom: 5rem;
}
.sliders-section #carouselExampleIndicators,
.sliders-section #carouselExampleIndicators2{
    width: 55%;
    margin-left: 22.5%;
}
.sliders-section .carousel-control-next,
.sliders-section .carousel-control-prev{
    right: 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
    top: unset;
    bottom: -50px;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: 3;
}
.sliders-section .carousel-control-prev{
    left: calc(100% - 100px);
}
.carousel-control-prev-icon,
.carousel-control-next-icon{
    background-image: unset;
}
.carousel-control-prev-icon &gt; i,
.carousel-control-next-icon &gt; i{
    line-height: 34px;
}
.sliders-section .carousel-indicators{
    margin-bottom: 0;
    bottom: -48px;
}
.sliders-section .carousel-indicators [data-bs-target]{
    width: 10px;
    height: 10px;
    border-radius: 50%;    
}
#carouselExampleIndicators2 .carousel-inner{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
#carouselExampleIndicators2,
#carouselExampleIndicators2 .carousel-inner,
#carouselExampleIndicators2 .carousel-inner .carousel-item{
}
.wish-item{    
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.wish-item p{
    color: #fff;
    text-align: center;
    font-size: 20px;
    width: 100%;
    flex: 0 0 100%
}
.wish-item figure{
    background-color: #fff;
    border-radius: 50%;
    color:#000;
    width: 80px;
    height: 80px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wish-item figure img{
    width: 20px;
}
#wishForm{
    background-color: #000;
}
#wishForm .for-file,
#wishForm textarea,
#wishForm input[type=text],
#wishForm input[type=email]{
    border: 1px solid #fff;
    width: 100%;
    background-color: transparent;
    color: #fff;
    padding: 20px;
    margin-bottom: 50px;
}
#wishForm .for-file{
    margin-bottom: 30px;    
}
#wishForm input[type=file]{
    position: absolute;
    opacity: 0;
    bottom: -30px;
}
#wishForm ::placeholder{
    color:#fff;
    opacity: 1;
}
#wishForm input[type=submit]{
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 30px;
    font-size: 20px;
    font-family: 'GT America Expanded Light';
    background-color: #000;
    transition: all 400ms;
    position: relative;
    z-index: 2;
    float: right;
}
#wishForm input[type=submit]:hover{
    color: #000;
    background-color: #fff;
}
.quote{
    position: absolute;
    left: -115px;
    top: -52px;
    width: 130px;
}

.form-check-label a{
    color: #fff;
    text-decoration: none;
}

.mouse-row{
    position: fixed;
    opacity: 1;
    visibility: visible;
    text-align: center;
    z-index: 101;
    bottom: 10px;
    width: 100%;        
    transition: all 400ms
}
.mouse-row.disable{
    opacity: 0;
}
.mouse-row &gt;img{
    width: 20px;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .video-initial{
        background-color: #000;
    }
    .mouse-row{
        bottom: unset;
        top: 83vh;
    }
    .sliders-section #carouselExampleIndicators, .sliders-section #carouselExampleIndicators2{
        width: 100%;
        margin-left: 0;
    }
    .quote {
        position: absolute;
        left: -18px;
        top: -42px;
        width: 90px;
        background-clip: #000;
        z-index: 4;
    }
    #carouselExampleIndicators2:before{
        content: '';
        width: 50px;
        height: 50px;
        left: 0;
        top: -36px;
        background-color: #000;
        display: block;
        position: absolute;
        z-index: 3;
    }
    main section{
        height: 300px;
    }
    .section-parallax &gt; section &gt; figure.item{
    }
    .video-initial{
        margin-bottom: 20vh
    }
}</pre></body></html>