<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: 'Conv_GT Pressura Light';
	src: url('../fonts/GT Pressura Light.eot');
	src: local('â˜º'), url('../fonts/GT Pressura Light.woff') format('woff'), url('../fonts/GT Pressura Light.ttf') format('truetype'), url('../fonts/GT Pressura Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Mika Melvas - Ahkio-Regular';
	src: url('../fonts/Mika Melvas - Ahkio-Regular.eot');
	src: local('â˜º'), url('../fonts/Mika Melvas - Ahkio-Regular.woff') format('woff'), url('../fonts/Mika Melvas - Ahkio-Regular.ttf') format('truetype'), url('../fonts/Mika Melvas - Ahkio-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_RoslindaleVariableItalicBeta-VF';
	src: url('../fonts/RoslindaleVariableItalicBeta-VF.eot');
	src: local('â˜º'), url('../fonts/RoslindaleVariableItalicBeta-VF.woff') format('woff'), url('../fonts/RoslindaleVariableItalicBeta-VF.ttf') format('truetype'), url('../fonts/RoslindaleVariableItalicBeta-VF.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_RoslindaleVariableDisplay-VF';
	src: url('../fonts/RoslindaleVariableDisplay-VF.eot');
	src: local('â˜º'), url('../fonts/RoslindaleVariableDisplay-VF.woff') format('woff'), url('../fonts/RoslindaleVariableDisplay-VF.ttf') format('truetype'), url('../fonts/RoslindaleVariableDisplay-VF.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

html{
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body{
    font-family: 'Conv_RoslindaleVariableItalicBeta-VF', serif;
    overflow-x: hidden;
}

a{
    text-decoration: none;
}
a:focus-visible{
    outline: none;
}

figure{
    margin-bottom: 0;
}

figure.figure-placeholder{
    background-color: #000;
    height: 500px;
}

.btn.btn-white{
    background-color: #fff;
    border-color:#fff;
    color: #4bd3cf;
    transition: box-shadow .3s ease;
}

.btn.btn-white:hover{
    background-color: #fff;
    border-color:#fff;
    color: #4bd3cf;
    box-shadow: 5px 5px 10px 0px rgba(255, 255, 255, 0.4);
}

.btn.btn-white:focus{
    box-shadow: 5px 5px 10px 0px rgba(255, 255, 255, 0.4);
}

.btn.btn-outline{
    background-color: #fff;
    border-color:#353535;
    color: #353535;
    transition: box-shadow .3s ease;
}

.btn.btn-outline:hover{
    background-color: #fff;
    border-color:#353535;
    color: #353535;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.btn.btn-outline:focus{
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.cont-sticky{
    position: relative;
}

.sticky{
    position: sticky;
    top: 100px;
}

header#nav-header{
    background-color: transparent;
    left: 0;
    padding: 5rem 0;
    transition: all .6s ease;
}

header#nav-header.nav-fixed{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 6;
}

header#nav-header nav#main-nav ul li{
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 1rem;
}

header#nav-header nav#main-nav ul li:first-child{
    margin-left: 0;
}

header#nav-header nav#main-nav ul li:last-child{
    margin-right: 0;
}

header#nav-header nav#main-nav ul li a:not(.btn){
    color: #000;
    font-family: Conv_RoslindaleVariableDisplay-VF;
    font-size: 2rem;
    letter-spacing: .05rem;
    transition: all .6s ease;
}

header#nav-header a#header-logo svg{
    height: 50px;
    transition: all .6s ease;
}

header#nav-header a#header-logo svg path{
    fill: #000;
}

header#nav-header #lang-nav ul li{
    padding: 0 0.2rem;
}

header#nav-header #lang-nav ul li a{
    color: #000;
}

header#nav-header #lang-nav ul li:first-child:after{
    content: "/";
    padding-left: 0.4rem;
}

body.scrolled header#nav-header{
    /*background-color: rgba(255,255,255,.9);*/
    padding: 1rem 0;
}
body.scrolled header#nav-header a#header-logo svg{
    height: 40px;
}
body.scrolled header#nav-header nav#main-nav ul li a{
    font-size: 1.8rem;
}

.loading-cover{
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 1s ease;
    z-index: 9999;
}
.loading-cover svg{
    height: 50px;
    left: calc(50% - 100px);
    position: absolute;
    top: calc(50% - 20px);
}

main section{
    position: relative;
    z-index: 1;
}

main section#section-01{
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    padding-top: 82px;
    position: relative;
}

main section#section-01 .container{
    position: relative;
    z-index: 1;
}

main section#section-01 #main-video-overlay{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.1;
    z-index: 0;
}
main section#section-01 video#main-video{
    /*object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;*/

    position: fixed;
    overflow: hidden;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
main section:not(#section-marquee-01):not(#section-marquee-02){
    min-height: 100vh;
}

main section#section-01 h1{
    color: #fff;
    font-size: 4.2rem;
}

main section#section-01 h1 a{
    color: #FEFE5A;
}

main section#section-02{
    background-color: #000;
}

main section#section-02 a.instagram-link{
    color:#FEFE5A;
    font-family: 'Conv_RoslindaleVariableDisplay-VF', serif;
    font-size: 2rem;
}

/*
main section#section-02 .instagram-col{
    border: solid 1px #fff
}*/

main section#section-02 .instagram-item figure img{
    max-width: 100%;
}

main section#section-03{
    background-color:#6AE3F5;
    padding: 6rem 0;
}

main section#section-03 p{
    font-size: 1.5rem;
    line-height: 3rem;
    font-family: Conv_GT Pressura Light, sans-serif;
}

main section#section-03 p span{
    font-family: "Conv_Mika Melvas - Ahkio-Regular";
}

main section#section-03 figure{
    margin: 0;
}

main section#section-03 figure img{
    max-width: 100%;
}

main section#section-marquee-01,
main section#section-marquee-02{
    height: 45px;
    position: relative;
}
main section#section-marquee-01 .marquee,
main section#section-marquee-02 .marquee{
    bottom: -50px;
    position: absolute;
    transition: bottom .6s ease .2s;
}
main section#section-marquee-01.marquee-fixed .marquee,
main section#section-marquee-02.marquee-fixed .marquee{
    position: fixed;
    bottom: 0px;
}
main section#section-marquee-01.marquee-already-fixed .marquee,
main section#section-marquee-02.marquee-already-fixed .marquee{
    position: absolute;
    bottom: 0px;
}
main section#section-marquee-02 span{
    margin: 0 1rem;
}

main section#section-04{
    background-color:#FDC5F6;
    min-height: calc(100vh - 150px);
    padding: 6rem 0;
}

main section#section-04 h2,
main section#section-04 p,
main section#section-04 p a{
    color: #000;
    font-family: Conv_RoslindaleVariableItalicBeta-VF;
    font-size: 4rem;
}

main section#section-04 span{
    font-size: 2rem;
}

main section#section-04 ul{
    padding: 0;
}

main section#section-04 ul li{
    list-style: none;
}

main section#section-04 ul li a{
    color: #000;
    font-size: 4rem;
}

footer#main-footer{
    background-color: #6AE3F5;
    color:#FEFE5A;
    padding: 2rem 0;
    position: relative;
    z-index: 1;
}

footer#main-footer h4{
    font-size: 4rem;
}

a.arrow-up{
    bottom: 3rem;
    display: block;
    opacity: 0;
    position: fixed;
    right: 5rem;
    transition: all .6s ease;
    visibility: hidden;
    width: 120px;
    z-index: 2;
}
body.show-arrow a.arrow-up{
    opacity: 1;
    visibility: visible;
}

a.arrow-up svg path{
   fill:#FEFE5A; 
}

/*HAMBURGER*/
.cont-hamburger{
    vertical-align: middle;
    margin-top: .4rem;
    margin-left: .4rem;
}
header nav#mobile-nav{
    background-color:rgba(0,0,0,.8);
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0;
    visibility:hidden;
    transition:all 0.3s ease-in-out;
    z-index: 3;
}

header nav#mobile-nav ul{
    list-style-type:none;
    padding:0;
    margin:0;
    position:absolute;
    left:50%;
    top:270px;
    transition:all 0.3s ease-in-out;
    transform:translateX(-50%);
}

header nav#mobile-nav ul li{
    transform:translateY(50px);
    opacity:0;
}

header nav#mobile-nav ul li.mobile-nav-lang{
    text-align: center;
}
header nav#mobile-nav ul li.mobile-nav-lang a{
    display: inline-block;
}
header nav#mobile-nav ul li.mobile-nav-lang span{
    display: inline-block;
    margin: 0 1rem 0 .8rem;
    color: #fff;
    font-size: 1.6rem;
}

header nav#mobile-nav ul li a{
    color:#fff;
    display:block;
    font-size: 1.6rem;
    letter-spacing: .5rem;
    padding:15px 0;
    text-align:center;
    text-decoration:none;
    text-shadow:1px 1px 2px rgba(0,0,0,.5);
    text-transform: uppercase;
    transition:all 0.2s ease-in-out;
}

.toggle-btn .bar{
    width:30px;
    height:2px;
    margin:7px auto;
    background-color:#fff;
    transition:all 0.3s ease-in-out;
    z-index: 9;
    position: relative;
}

body.scrolled .toggle-btn .bar{
    background-color:#222;
}

.toggle-btn .bar:nth-child(2){
    width:20px;
}

#toggle:checked~nav{
    opacity:1;
    visibility:visible;
}

#toggle:checked~nav ul{
    top: calc(50% - 195px);
}

#toggle:checked~nav ul li{
    transform:translateY(0px);
    opacity:1;
}

#toggle:checked~nav ul li:nth-child(1){
    transition:all 0.3s cubic-bezier(.6,0,.8,1.5) .1s;
}
#toggle:checked~nav ul li:nth-child(2){
    transition:all 0.3s cubic-bezier(.6,0,.8,1.5) .2s;
}
#toggle:checked~nav ul li:nth-child(3){
    transition:all 0.3s cubic-bezier(.6,0,.8,1.5) .3s;
}
#toggle:checked~nav ul li:nth-child(4){
    transition:all 0.3s cubic-bezier(.6,0,.8,1.5) .4s;
}
#toggle:checked~nav ul li:nth-child(5){
    transition:all 0.3s cubic-bezier(.6,0,.8,1.5) .5s;
}

#toggle:checked+label.toggle-btn .bar{
    background-color:#fff;
}

#toggle:checked+label.toggle-btn .bar:nth-child(2){
    transform:translateX(50px);
    opacity:0;
}

#toggle:checked+label.toggle-btn .bar:nth-child(1){
    transform:translateY(10px) rotate(45deg);
}

#toggle:checked+label.toggle-btn .bar:nth-child(3){
    transform:translateY(-8px) rotate(-45deg);
}

.marquee{
    font-size: 1.6rem;
    padding: .5rem 0;
}
.marquee svg{
    height: 20px;
    margin: 0 1rem;
}

.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    overflow-x: hidden;
    height: 55px;
}
.marquee a{
    color: #fff;
}
.marquee svg path{
    fill: #000;
}

.track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
}

main section#section-marquee-01.marquee-fixed .track,
main section#section-marquee-01.marquee-already-fixed .track,
main section#section-marquee-02.marquee-fixed .track,
main section#section-marquee-02.marquee-already-fixed .track{
    animation: marquee 50s linear infinite;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.bg-pink{
    background-color: #FDC5F6;
}
.bg-black{
    background-color: #000;
    color: #fff;
}

/*MEDIA*/
@media (max-width:991px){
    html,body{
        overflow-x: hidden;
    }
}

@media (max-width:576px){
    header#nav-header.nav-fixed{
        padding: 1rem 0;
    }
    main section#section-01 h1 {
        font-size: 3rem;
    }
    main section#section-01 video#main-video{
        /*display: none;*/
    }
    main section#section-04 h2{
        font-size: 3rem;
    }
    main section#section-04 p, main section#section-04 p a {
        font-size: 2rem;
    }
    main section#section-04 ul li a {
        font-size: 2rem;
    }
    a.arrow-up {
        bottom: 3rem;
        right: 1rem;
        width: 50px;
    }
    footer#main-footer h4 {
        font-size: 3rem;
    }
}

/*--------*/
body.body-admin{
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";;
}
.lockscreen-wrapper {
    margin: 0 auto;
    max-width: 400px;
}
.lockscreen-item {
    border-radius: 4px;
    background-color: #fff;
    margin: 10px auto 10px;
    padding: 0;
    position: relative;
    width: 290px;
}
.lockscreen-image {
    border-radius: 50%;
    background-color: #fff;
    left: -10px;
    padding: 5px;
    position: absolute;
    top: -25px;
    z-index: 10;
}
.lockscreen-image&gt;img {
    border-radius: 50%;
    height: 70px;
    width: 70px;
}
.lockscreen-credentials {
    margin-left: 70px;
}
.lockscreen-credentials input{
    border: none;
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.lockscreen-credentials input:focus{
    outline: none;
    box-shadow: none;
}
.lockscreen-credentials .btn svg{
    width: 15px
}
.lockscreen-credentials .btn svg path{
    fill: #6c757d;
}

/*carousel*/
.instagram-col{
    position: relative;
    overflow: hidden;
}
.instagram-carousel{
    transition: all .6s ease;
    width: max-content;
}
.instagram-carousel .instagram-item{
    display: inline-block;
}
.carousel-arrow {
    position: absolute;
    top: calc(50% - 12px);
}

.carousel-arrow.arrow-left{
    left: 15px;
}
.carousel-arrow.arrow-right{
    right: 15px;
}

.carousel-arrow a{
    display: inline-block;
}
.carousel-arrow a svg{
    border-radius: 100%;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 40%);
    display: block;
    opacity: .8;
    width: 25px;
}
.carousel-arrow a svg path{
    fill: #fff;
}

.instagram-col.first-item .carousel-arrow.arrow-left{
    display: none;
}
.instagram-col.last-item .carousel-arrow.arrow-right{
    display: none;
}

.instagram-carousel-dots{
    bottom: 5px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.instagram-carousel-dots .instagram-dot-item{
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 40%);
    border-radius: 100%;
    display: inline-block;
    height: 10px;
    margin: 0 2px;
    width: 10px;
    opacity: .4;
}
.instagram-carousel-dots .instagram-dot-item.active{
    opacity: 1;
}

@media (min-width:1200px) and (max-width: 1399px) {
    main section#section-03 p{
        font-size: 1.3rem;
        line-height: 2.6rem;
    }
}</pre></body></html>