<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on October 20, 2022 */
@font-face {
    font-family: 'bergen_monoregular';
    src: url('../fonts/bergenmono/bergenmono-regular-webfont.woff2') format('woff2'),
    url('../fonts/bergenmono/bergenmono-regular-webfont.woff') format('woff'),
    url('../fonts/bergenmono/bergenmono-regular-webfont.ttf') format('truetype'),
    url('../fonts/bergenmono/bergenmono-regular-webfont.svg#bergen_monoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
    margin: 0;
    padding: 0;
}

html, body {
    overflow-x: visible;
    scroll-behavior: smooth;
    font-size: 18px;
    margin: 0;
    padding: 0;
}


a {
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}

a, a:hover {
    text-decoration: none;
    color: black;
}

b, strong {
    font-weight: bold;
}

select {
    font-size: 100%;
}

input,
input::placeholder {
    font: 0.81em sans-serif;
}


/* Loader  */

.loader, .loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    margin: 60px auto;
    margin-top: 15%;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #00d762;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#loadingDiv {
    position: absolute;;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 500000000000;
}

/* End loader  */

.visible-desktop {
    display: block;
}

.visible-mobile {
    display: none;
}

.clear {
    clear: both;
}

.body {
    position: relative;
    background: linear-gradient(90deg, #093028 0%, #27531D 50%, #093028 100%);
    font-family: 'bergen_monoregular', sans-serif;
    color: white;
    font-size: 18px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

.paragraph {
    width: auto;
}

.video {
    position: relative;
    padding-top: 56.25%;
    height: 0;
    margin: 21px 4%;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.head-link {
    cursor: auto;
}

.overlay-logo {
    float: right;
    background-size: cover;
    z-index: 100;
    cursor: pointer;
    background-repeat: no-repeat;
    width: 93px;
    height: 37px;
    padding-top: 8px;
    margin-top: 0px;
    position: relative;
}

.dynamic-frame {
    border: 1px solid #fff;
    /*  border-radius: max(0px, min(16px, 100% * 9999)) / 16px; */
    border-radius: 60px 60px;
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 0%;
    border-bottom: transparent;
    width: 88%;
    position: absolute;
    height: 96%;
    z-index: 1;
    display: flex;
    align-items: center;
    left: 50%;
    top: 4%;
    margin-left: -44%;
}

.no-padding {
    padding: 0 !important;
}

.gradient-overlay {
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
}

.logo {
    width: 183px;
    height: 73px;
}

.main-title {
    position: absolute;
    top: 24px;
    color: white;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
}

.main-title .h1 {
    font-weight: 100;
}

.subtitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 0.72em;
    line-height: 1.2em;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    /*text-shadow: 0px 1px 5px #000000;*/
    margin-top: 1.2em;
    margin-bottom: 16px;
}

.section {
    padding: 0 14px;
}

.header-bottom-line {
    height: 1px;
    background-color: white;
    width: 70.5%;
    margin: 0 auto;
}

.discover-cta {
    width: 70.5%;
    margin: 0 auto;
    height: 40px;
    background-color: #00D762;
    border-radius: 40px;
    color: #252121;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 4;
}

#newest .discover-cta {
    margin-left: auto;
}

.presentation {
    margin-bottom: 42px;
}

.presentation p {
    margin-bottom: 24px;
    font-family: 'Roboto';
    font-size: 16px;
    text-align: center;
    line-height: 22px;
}

.section.first-section {
    margin-bottom: 24px;
}

.presentation-thank-you {
    overflow: hidden;
    max-width: 430px;
    padding: 0px;
}

.visit-button {
    margin: 0 auto;
    display: block;
    line-height: 2.5rem;
    background-color: #ff5406;
    color: white;
    width: 310px;
    height: 48px;
    border: 0;
    font-size: 1em;
    margin-bottom: 48px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
}

.presentation .h1 {
    font-size: 1.25rem;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    padding: 15px 0;
    line-height: 1.6em;
    margin-top: 20px;
}

.presentation .h2 {
    font-weight: 400;
    font-size: 4em;
    text-align: center;
    margin: 0 auto;
    line-height: 1.6em;
    margin-bottom: 10px;
}

.presentation .h3 {
    margin-bottom: 18px;
}

.presentation.enter {
    padding: 0 15px;
    margin-bottom: 18px;
    overflow: auto;
}

#choose {
    overflow-x: hidden;
}

#formsection-intro {
    z-index: 300000;
    display: block;
    position: absolute;
    top: 58%;
    overflow-y: hidden;
    transition: visibility 1s ease;
}

#email-intro-error, #email-intro-es-error, #email-intro-de-error, #email-intro-nl-error, #email-intro-it-error {
    color: #FF4F4F;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    position: absolute;
    left: 9%;
    top: 54px;
}

#email-error {
    color: #FF4F4F;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.presentation.pack-img {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 3;
}

p.pic-description {
    text-align: left;
    margin-top: 12px;
    line-height: 1.8em;
}

.presentation .h2.whatsnext {
    padding-top: 24px;
}

.h2.advantages.feminized-title, .h2.whatdoes {
    color: #053E21;
    display: inline-block;
    margin-top: 24px;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    line-height: 1.5em;
    padding: 0 14px;
}

.h2.whatdoes {
    margin: 24px 0;
}

.section-white {
    margin: 0 auto;
    text-align: center;
}

.img-field {
    width: 100%;
    margin-bottom: -6px;
}

.section-feminized {
    background-color: white;
}


.presentation p.feminized-paragraph {
    font-size: 0.8em;
    color: #053E21;
    margin: 0 15px;
    line-height: 1.6em;
}


.h2.advantages {
    margin: 0 6em;
    margin-bottom: 34px;
    margin-top: 24px;
}


.separator {
    clear: both;
    height: 400px;
}

.separator-2 {
    clear: both;
    height: 10px;
}

.separator-3 {
    clear: both;
}

.separator-4 {
    clear: both;
    height: 12px;
}

.separator-5 {
    clear: both;
    height: 35px;
}

.middle-picture {
    margin-bottom: 30px;
}

.slideshow {
    background-color: #252121;
    height: 500px;
}

.howrqs {
    background-color: transparent;
    height: 338px;
}

.next_s {
    background-color: #252121;
    height: auto;
    padding: 0 15px;
    padding-bottom: 42px;
}

.form-section {
    background-color: #C7C7C7;
    overflow: auto;
    margin-bottom: 0px;
    color: #252121;
    font-family: 'Roboto', sans-serif;
}

.bethefirst {
    font-family: 'bergen_monoregular', sans-serif;
    margin-top: 24px;
}

.swiper {
    top: 25%;
}

.ordered-list {
    margin-bottom: 36px;
}

ol.b {
    list-style-position: inside;
    margin-bottom: 36px;
}

ol.b li {
    margin-bottom: 12px;
    line-height: 1.6rem;
}

.title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 18px;
}


.tickets-card {
    width: 46%;
    height: auto;
    float: left;
}

.tickets-text {
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    margin-top: 34px;
}

.tickets-text-b {
    font-size: 0.8rem;
}


.tickets-card.first {
    margin-right: 28px;
}

.tickets-image {
    max-width: 56px;
    display: block;
    margin: 0 auto;
}

.tickets-image img {
    margin-top: 16px;
}

.forms-map {
    height: auto;
}

.forms-map.formwin {
    margin: 0 auto;
    max-width: 966px;
}

.forms-map.mapwin {
    border-radius: 12px;
    background-color: #E8E8E8;
    width: 40%;
}

.winner {
    margin-top: 36px;
    float: left;
    line-height: 2.8rem;
}

.winner p {
    line-height: 1.8rem;
}

.overlay-chevron {
    background-size: cover;
    z-index: 100;
    cursor: pointer;
    background-repeat: no-repeat;
    width: 132px;
    height: 58px;
    top: 0px;
}

.overlay-chevron {
    display: none;
}

.h2.bethefirst {
    text-align: right;
}

.intro-form p {
    text-align: right;
}


.header-picture {
    transition: all 0.5s ease;
}

.header-picture img {
    width: 25%;
    margin: 0 auto;
    margin-top: -245px;
}

.header-picture+.h2 {
    margin-top: 0!important;
}

.presentation.pack-img {
    transition: all 0.5s ease;
}

.header-img {
    display: block;
    width: 100%;
    height: auto;
}

.packs-img {
    display: block;
    height: auto;
    margin: 0 auto;
}

.form {
    width: 40%;
    height: 420px;
    margin: 0 auto;
    float: left;
}

.intro-form {
    width: 46%;
}

.intro-form.header-form {
    background-color: transparent;
}

.form-section.intro {
    background-color: transparent;
}

.back-btn {
    margin-top: 42px;
    height: 80px;
}

.label {
    font-size: 0.85rem;
    float: left;
    width: 95%;
    margin-bottom: 6px;
}

.intro-form {
    width: 100%;
}

#email-intro, #email, #name, #lang-de #email-intro, #lang-nl #email-intro {
    height: 30px;
    width: 95%;
    max-width: 454px;
    margin-bottom: 18px;
    padding: 8px;
    border: 1px solid #707070;
    border-radius: 5px;
}

#email {
    padding-left: 29px!important;
}

#email, #submit {
    border-radius: 40px!important;
}

#email {
    margin-bottom: 0;
}


#email-intro, #lang-de #email-intro, #lang-nl #email-intro {
    width: 50%;
    float: left;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-left: 4%;
}

#email-intro.error, #email.error, #lang-de #email-intro.error, #lang-de #email.error, #lang-nl #email-intro.error, #lang-nl #email.error{
    border: 1px #FF4F4F solid;
    outline: none;
}

#checkbox-legals, #checkbox-legals-2, #checkbox-news {
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-right: 4px;
}

.label span {
    color: red;
}

select {
    color: black;
}

.radio-btn {
    width: 100%;
    font-size: 0.8em;
    text-align: left;
    float: right;
    margin: 12px 0;
}

.required {
    margin-bottom: 24px;
}

.checkbox-btn {
    width: 89%;
    float: left;
    font-size: 0.8em;
    margin-top: 8px;
    margin-left: 4px;
    line-height: 1.4rem;
    margin-bottom: 0px;
}

.checkbox-btn.checkbox-intro {
    color: white;
    font-size: 0.72em;
    line-height: 1.6em;
    text-align: left;
}

#checkbox-intro-error, #checkbox-error {
    display: block;
    clear: both;
    color: #FF4F4F;
    font-size: 16px;
    text-align: left;
}

#checkbox-legals+div, #checkbox-legals-2+div {
    display: none;
}

#checkbox-legals.error, #checkbox-legals-2.error {
    width: 0px;
    position: absolute;
}

#checkbox-legals.error+div, #checkbox-legals-2.error+div  {
    display: inline;
    content: '';
    float: left;
    width: 18px;
    height: 18px;
    margin-top: 10px;
    margin-right: 4px;
    background: #d5b8b8;
    border: 1px #FF4F4F solid;
    border-radius: 2px;
}

#checkbox-error {
    margin-bottom: 5px;
}

#email-error {
    display: block;
}

.checkbox-intro a {
    color: white;
    text-decoration: underline;
}

.checkbox-btn a {
    text-decoration: underline;
}

.news-check {
    margin-bottom: 24px;
    float: left;
    width: 100%;
}

#submit, #submit-intro, #lang-de #submit-intro, #lang-nl #submit-intro {
    float: left;
    background-color: #053E21;
    color: white;
    width: 60%;
    height: 48px;
    border: 0;
    font-size: 16px;
    margin-bottom: 48px;
    font-weight: 700;
    letter-spacing: 1px;
}

#submit {
    border-radius: 6px;
    width: 100%;
}

#submit-intro, #lang-de #submit-intro, #lang-nl #submit-intro {
    width: 30%;
    font-size: 16px;
    color: #101010;
    margin-bottom: 18px;
    border-radius: 24px;
    background: #00D762;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    -webkit-appearance: none;
    letter-spacing: 0px;
}

.sub-thanks {
    font-weight: 700;
}

.title-win {
    margin-right: 24px;
}


.presentation .h1.footer-legend {
    margin: 0 auto;
}


.bottom-text {
    text-align: center;
    font-weight: 500;
}

.social-logo-img {
    width: 20px;
    height: 20px;
}

.info-graphics {
    margin-top: 48px;
}

.infographic-2 {
    width: 100%;
}

.corporate-footer {
    font-family: 'Roboto', sans-serif;
    background-color: #E9E9E9;
    color: #053E21;
    position: absolute;
    font-size: 0.8em;
}

.legend {
    font-family: "bergen_monoregular", sans-serif;
    margin: 0 auto;
    display: inline;
    width: 33.3%;
    text-align: center;
}

.legend-mob {
    font-family: "bergen_monoregular", sans-serif;
    margin: 0 auto;
    margin-bottom: 0px;
    color: #053e21;
    font-size: 1em;
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.corp-thanks {
    height: 4%;
}

.copyright {
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    font-size: 0.9rem;
    width: 33.3%;
}

.legals {
    width: 33.3%;
    font-size: 0.7rem;
    text-align: right;
    color: #053E21;
}

.legals a {
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    font-size: 0.9rem;
    color: #053E21;
    text-decoration: underline;
}

.copyright {
    color: #053E21;
}

.social-wrap {
    display: block;

    margin: 0 auto;
}

.social-logos-black {
    display: none;
}


/* Back to top arrow icon  ----------------------------------------------*/
#back-top a {
    width: 108px;
    display: block;
    color: #bbb;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top span {
    width: 65px;
    height: 55px;
    position: fixed;
    outline: none;
    z-index: 15;
    bottom: 65px;
    right: -10px;
    opacity: .9;
    display: block;
    background: url(../images/up-arrow.png) no-repeat center center;
    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}


.slideshow p.pre-slider-text {
    font-family: 'bergen_monoregular', sans-serif;
    font-weight: 100;
    font-size: 0.8em;
    color: #00D762;
    float: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 24px;
}

.title-slideshow {
    font-weight: 400;
    text-align: center;
    margin-top: 8px;
    font-size: 2em;
    color: #fff;
    line-height: 0.9em;
    margin-right: 24px;
    margin-left: 24px;
}

.paragraph {
    margin: 0 auto;
}

#email+.subscribe_thanks {
    margin-top: -10px;
}

.subscribe_thanks {
    display: none;
    padding-top: 15px;
    padding-bottom: 5px;
    clear: both;
}

.subscribe_thanks h2 {
    color: white;
    font-size: 16px;
}

.form-final .subscribe_thanks {
    padding-top: 30px;
}

.form-final .subscribe_thanks h2 {
    color: #252121;
}

#submit-intro, #submit {
    cursor: pointer;
}
/*  CAROUSEL  */
/* page styles */
.ax-hidden {
    visibility: hidden;
    position: absolute;
}


.swiper-container {
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 150px;
}
.swiper-slide {
  opacity: 0;
  /*transition: opacity .2s ease;*/
  width: 300px;
}

.swiper-slide img{
	width: 300px;	
}

.swiper-slide-visible {
	opacity: 1;
	filter: blur(4px);
}
.swiper-slide-prev, .swiper-slide-active, .swiper-slide-next {
	filter: none;
}




/* carousel styles */
/*.carousel {
    --carousel-height: 400px;
    --carousel-width: 1000px;
    --carousel-item-height: 150px;
    --carousel-item-width: 150px;
    width: 92%;
    margin: 0 auto;
}*/

/*img.carousel {
    width: 100%;
    opacity: 1;
    transition: visibility 0.25s ease;
}*/

/*img.pseudo, .product-title .pseudo, .product-subtitle .pseudo, .product-features .pseudo {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s opacity, 0.25s visibility;
    margin: 0;
}*/

.product-features .wrap {
    position: relative;
}

.product-features .pseudo {
    width: 100%;
    display: flex;
    justify-content: center;
}

.product-features .pseudo ul {

}

.visible {
    opacity: 1 !important;
    visibility: visible !important;
    transition: 2s opacity, 2s visibility !important;
}

.unvisible {
    opacity: 0 !important;
    visibility: hidden !important;
    transition: 1s opacity, 1s visibility !important;
}

.carousel-container {
    align-items: center;
    display: flex;
    min-height: var(--carousel-height);
    margin: 0 auto;
    max-width: var(--carousel-width);
    position: relative;
}

/*.carousel-item {
    height: var(--carousel-item-height);
    opacity: 0;
    position: absolute;
    transform: translateX(-50%);
    width: var(--carousel-item-width);
    z-index: 0;
    left: 15%;
    background-color: black;
}

.carousel-item-1 {
    left: 15%;
    opacity: 1;
    filter: blur(4px);
}

.carousel-item-2,
.carousel-item-4 {
    height: calc(var(--carousel-item-height) * 1.5);
    opacity: 1;
    width: calc(var(--carousel-item-width) * 1.5);
    z-index: 1;
}

.carousel-item-2 {
    left: 30%;
}

.carousel-item-3 {
    height: calc(var(--carousel-item-height) * 2);
    opacity: 1;
    left: 50%;
    width: calc(var(--carousel-item-width) * 2);
    z-index: 2;
}

.carousel-item-4 {
    left: 70%;
}

.carousel-item-5 {
    left: 85%;
    opacity: 1;
    filter: blur(4px);
}*/

.carousel-controls {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

/* carousel button styles */
.carousel-control {
    background-color: transparent;
    border: 2px solid;
    border-radius: 4px;
    color: #aaa;
    cursor: pointer;
    height: 22px;
    margin: 0 20px;
    position: relative;
    transform: scale(1.5);
    transition: transform 0.5s ease-out;
    width: 22px;
}


.carousel-controls {
    display: flex;
    justify-content: space-between;
    position: absolute;
	width: 100%;
    z-index: 4;
    margin: -160px -8px;
}

/* carousel button styles */
.carousel-control {
    background-color: transparent;
    cursor: pointer;
    height: 22px;
    margin: 0 20px;
    position: relative;
    transition: transform 0.5s ease-out;
    width: 40px;
    height: 40px;
    border: none;
}


.carousel-control-previous {
    background-image: url(../images/chevron-left.svg);
    background-repeat: no-repeat;
    background-position-x: left;
    background-size: 14px;
}

.carousel-control-next {
    background-image: url(../images/chevron-right.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position-x: right;
}

.carousel-control-next, .carousel-control-previous {
	position: absolute;
	top: 230px;
	z-index: 10;
}
.carousel-control-next {
	right: 0;
}


.product-title {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 700;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
}

.product-subtitle {
    font-family: 'bergen_monoregular', sans-serif;
    text-align: center;
    font-weight: 100;
    font-size: 16px;
    color: #00D762;
    margin-bottom: 8px;
    clear: both;
}

.product-title, .product-subtitle, .product-features {
    position: relative;
}

/*.product-subtitle .pseudo {
    width: 100%;
}*/

/*.product-features .pseudo {
    width: 200%;
}*/

.product-features {
    font-family: "Roboto", sans-serif;
    font-size: 0.9em;
    text-align: left;
    display: flex;
    width: 100%;
    margin: auto;
    max-width: 30em;
    padding: 2% 0.1em;
    box-sizing: border-box;
    color: #FFF;
}

.product-features .wrap {
    width: 100%;
}

.product-features ul li {
    margin: 5px 0;
}

.product-features .wrap .normal {
    display: flex;
    padding-left: 28%;
}

.product-description {
    display: none;
	position: absolute;
	width: 100%;
}

.carousel-description {
    left: 30%;
    z-index: 200;
    text-align: center;
}

/* End carousel */

#submit-intro, #lang-de #submit-intro, #lang-nl #submit-intro {
    position: relative;
    left: -20px;
}

.fa-chevron-left::before, .fa-chevron-right::before {
    content: "\f053";
    font-size: 2em;
}

.CBD-label {
    color: #469AB7;
}

.feature-list {
    width: auto;
    margin: 24px 5px 0 10%;
    font-size: 1em;
}

.feature-list li {
    font-family: "Roboto", sans-serif;
    line-height: 2.5em;
    list-style-type: none;
    margin: 0 auto;
    margin-bottom: 16px;
}

.icons-text {
    vertical-align: super;
    margin-left: 22px;
}

.section-whatdoes {
    background-color: white;
    padding-bottom: 26px;
}

.info-breeding {
    width: fit-content;
    margin: 0 auto;
}

.info-breeding img {
    max-width: 100%;
    height: auto;
}

.silhouette, .mobile-silhouette {
    margin-bottom: 24px;
}

.h2.whatdoes {
    padding: 0px;
}

.form-final {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-final .separator-3, .form-final&gt;label {
    width: 338px;
}

.form-final&gt;input#email {
    margin-bottom: 20px;
}

.form-final&gt;input#email.error {
    margin-bottom: 8px;
}

.form-final input#submit {
    margin-top: 20px;
}

.form-final #email-error {
    margin-bottom: 20px;
}

#email, #name {
    width: 301px;
}

#submit {
    width: 340px;
}

.presentation p.feminized-paragraph.termf1 {
    margin: 0 20px;
}

/*  ////////////////////////////////////////////      Media queries      ////////////////////////////////////////////////     */


@media all and (max-width: 1023px) {

    #submit-intro, #email-intro-error, #email-intro-es-error, #email-intro-de-error, #email-intro-nl-error, #email-intro-it-error,
    #checkbox-intro-error, #checkbox-error, #email-error, .subscribe_thanks h2 {
        font-size: 13px;
    }

    .subscribe_thanks {
        padding-top: 0;
    }

    .form-final .subscribe_thanks {
        padding-top: 6px;
    }

    .slideshow p.pre-slider-text {
        margin-top: 19px;
        margin-bottom: 5px;
    }

    .pre-slider-text+h2+p {
        margin-bottom: -20px;
    }

    .infographic-1 {
        margin: 0 auto;
        display: block;
    }

    .form-intro {
        margin-left: 3%;
    }

    .header-picture {
        width: 210px;
        left: 50%;
        margin-left: -105px;
    }

    .main-title .h1 {
        font-size: 2.2em;
    }

    .main-title .h2 {
        font-weight: 100;
        font-size: 1.2em;
        line-height: 1.6em;
        margin-bottom: 28px;
    }

    .main-title .h3 {
        font-weight: 100;
        font-size: 0.9em;
        line-height: 1.6em;
        margin-bottom: 28px;
    }

    .logo {
        width: 114px;
    }

    .checkbox-btn.checkbox-intro {
        font-size: 13px;
    }

    #nav-icon3 {
        top: 38px;
    }

    .presentation .h2 {
        font-size: 1.4em;
        line-height: 1.5em;
    }

    .presentation p {
        font-size: 0.8em;
        line-height: 1.8em;
    }

    #submit-intro, #email-intro {
        margin-bottom: 12px;
    }

    .gradient-overlay {
        background: rgb(0, 0, 0, 0.3);
    }

    .header-desk {
        display: none;
    }

    .separator {
        height: 35px;
    }

    .top-header {
        height: 80px;
    }

    .overlay-logo {
        width: 100%;
        padding-top: 0px;
    }

    .topnav.responsive {
        max-width: 380px;
        top: 80px;
    }

    .social-logo {
        margin-right: 0px;
    }

    .tickets-card {
        width: 100%;
    }

    .tickets-card.first {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .winner {
        line-height: 1.8rem;
    }

    .winner p {
        margin-top: 16px;
    }

    .forms-map.formwin {
        width: 88%;
        margin-top: 4px;
    }

    .forms-map.mapwin {
        width: 100%;
    }

    .intro-form-last .form {
        width: 100%;
    }

    .visible-mobile {
        display: block;
    }

    .visible-desktop {
        display: none;
    }

    .corporate-footer {
        height: 2%;
        width: 100%;
    }

    .corp-thanks {
        height: 11%;
    }

    .copyright, .legals {
        width: 100%;
        text-align: center;
        margin: 0px;
    }

    .legals {
        line-height: 1.8em;
    }

    .copyright {
        margin-bottom: 7px;
    }

    .social-wrap {
        width: auto;
    }

    .intro-form {
        text-align: center;
        margin: 0 auto;
    }

    .h1 {
        margin-top: 72px;
    }


    .h2.bethefirst, .intro-form p {
        text-align: center;
    }

    .h2.bethefirst {
        margin-top: 24px;
    }

    .form {
        width: auto;
        padding: 0 15px;
    }

    .intro-form-last .form {
        width: 100%;
        margin: 0 auto;
    }

    #submit-intro {
        width: 31%;
    }

    #email-intro {
        width: 61%;
    }

    #lang-de #email-intro, #lang-nl #email-intro {
        width: 55%;
    }

    #lang-de #submit-intro, #lang-nl #submit-intro {
        width: 37%;
    }

    .slider__controls {
        z-index: 4;
    }

    .packs-img {
        margin: 0 auto;
        max-width: 360px;
    }

    .section-feminized img.visible-mobile {
        width: 100%;
    }

    #submit {
        margin-bottom: 27px;
    }

}

@media all and (min-width: 0px) and (max-width: 454px) {
    .presentation .h1 {
        width: 100%;
    }

    .intro-form-last .form {
        width: 100%;
        margin: 0 auto;
    }

}


@media all and (min-width: 0px) and (max-width: 872px) {

    .social-logos-black {
        display: block;
        margin-bottom: 24px;
    }

    .social-logos-black {
        display: block;
        width: 142px;
        margin: 0 auto;
    }

    .social-wrap {
        display: block;
        margin: 0 auto;
        margin-bottom: 24px;
    }

    .social-logo {
        margin-right: 0px;
    }


    .social-logos-black .social-wrap .social-logo-img {
        margin-right: 24px;
    }

    .social-logos {
        display: none;
    }

    .howrqs {
        height: 442px;
    }
	
}

@media all and (min-width: 591px) {

    .overlay-logo {
        margin: 0 auto;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 24px;
    }

}

@media all and (min-width: 578px) and (max-width: 1023px) {

    #formsection-intro {
        top: 50%;
    }

    .section-whatdoes {
        background-color: white;
    }

    .main-title .h1 {
        font-size: 3.2em;
    }

    .form-section.intro {
        width: 100%;
        margin: 0 auto;
    }

}


@media all and (min-width: 756px) and (max-width: 1023px) {

    .overlay-logo {
        margin-top: 18px;
    }

}

@media all and (min-width: 610px) and (max-width: 1023px) {

    .header-picture {
        width: 482px;
        left: 50%;
        margin-left: -251px;
    }

    .main-title .h2 {
        font-size: 1.8em;
    }

    .main-title .h3 {
        font-size: 1.35em;
    }
}

@media all and (min-width: 0px) and (max-width: 1023px) {
    .header-picture img {
        width: 40%;
    }

    .section.first-section {
        padding: 0!important;
    }

    .first-section .h2 {
        background: linear-gradient(90deg, #093028 0%, #27531D 50%, #093028 100%);
        padding-top: 35px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0!important;
    }

    .first-section .paragraph {
        background: linear-gradient(90deg, #093028 0%, #27531D 50%, #093028 100%);
        padding-left: 20px;
        padding-right: 20px;
    }
}


@media all and (min-width: 0px) and (max-width: 1004px) {

    h2.h2.advantages {
        margin: 24px 0;
    }
}

@media all and (min-width: 941px) {

    .intro-form {
        margin: 0 auto;
        width: 46%;
    }

    .presentation .h2 {
        font-size: 2em;
        margin: 34px 0 24px 0;
    }

    .presentation .h2.whatsnext {
        margin-top: 0;
    }

    .checkbox-btn.checkbox-intro {
        width: 73%;
    }

    #lang-es .checkbox-btn.checkbox-intro {
        width: 90%;
    }

}


@media all and (min-width: 456px) and (max-width: 609px) {

    .main-title .h2 {
        font-size: 1.6em;
    }

    .main-title .h3 {
        font-size: 1.2em;
    }

    .header-picture {
        width: 266px;
        left: 50%;
        margin-left: -142px;
    }
}

@media all and (max-width: 1023px) {

    .infographic-2 {
        display: none;
    }

}

@media all and (max-width: 550px) {
    #lang-fr #submit-intro,  #lang-de #submit-intro,  #lang-nl #submit-intro,  #lang-it #submit-intro,  #lang-es #submit-intro {
        font-size: 12px;
    }
    .main-title .h1 {
        font-size: 36px;
    }
    .main-title .h2 {
        font-size: 24px;
    }
    .main-title .h3 {
        font-size: 18px;
    }

    .header-picture img {
        width: 60%;
    }
}

@media (max-width: 460px) {
    .header-picture img {
        margin-top: -175px;
    }
}

@media all and (max-width: 420px) {
    #lang-fr #submit-intro,  #lang-de #submit-intro,  #lang-nl #submit-intro,  #lang-it #submit-intro,  #lang-es #submit-intro  {
        font-size: 11px;
    }
}

@media all and (max-width: 380px) {
    .form-final .separator-3, .form-final&gt;label {
        width: 298px;
    }
    #email, #name {
        width: 282px;
    }

    #submit {
        width: 300px;
    }
    .infographic-1 {
        width: 100%!important;
    }
    #lang-fr #submit-intro,  #lang-de #submit-intro,  #lang-nl #submit-intro,  #lang-it #submit-intro,  #lang-es #submit-intro  {
        font-size: 10px;
    }
    .main-title .h1 {
        font-size: 30px;
    }
    .main-title .h2 {
        font-size: 20px;
    }
    .main-title .h3 {
        font-size: 15px;
    }
    .packs-img {
        max-width: 100%;
    }
    .feature-list {
        font-size: 13px;
    }
}

@media all and (max-width: 400px) {
    .header-picture img {
        margin-top: -100px;
    }
}

@media all and (max-width: 330px) {

    .form-final .separator-3, .form-final&gt;label {
        width: 278px;
    }
    #email, #name {
        width: 262px;
    }

    #submit {
        width: 280px;
    }
}


@media all and (min-width: 1024px) {

    .main-content, .hero, .hero picture .header-img {
        min-height: 550px;
    }

    .form-intro .subscribe_thanks {
        padding-left: 28px;
    }

    .paragraph {
        width: 100%;
    }

    .video {
        padding-top: 31%;
        margin: 38px 22%;
    }

    .copyright {
        padding-left: 15px;
    }

    .legals {
        padding-right: 15px;
    }

    .h2.advantages+p br:last-child {
        display: none;
    }

    #formsection-intro {
        width: 750px;
    }

    .infographic-1 {
        display: none;
    }

    .logo {
        width: 140px;
    }

    .h1 {
        font-size: 1.6em;
    }

    .main-title .h2 {
        font-size: 1em;
    }

    .main-title .h3 {
        font-size: 0.75em;
    }

    .header-bottom-line, .discover-cta {
        width: 18%;
        margin-left: 18%;
    }

    .discover-cta {
        height: 44px;
    }

    .dynamic-frame {
        width: 94%;
        left: 47%;
    }

    .intro-form.header-form {
        margin-top: 48px;
        width: 70%;
    }

    #email-intro {
        width: 58%;
        font-size: 16px;
    }

    #email-intro::placeholder {
        font-size: 16px;
    }

    #lang-de #submit-intro, #lang-nl #submit-intro {
        width: 40%;
    }

    .main-title .h1, .main-title .h2, .main-title .h3 {
        text-align: left;
        margin-left: 18%;
        margin-bottom: 16px;
        font-weight: 100;
    }

    .header-picture {
        width: 250px;
        left: 50%;
        margin-left: -124px;
    }

    #email, #email-intro, #name, #submit-intro, #lang-de #email-intro, #lang-de #name, #lang-de #submit-intro,
     #lang-nl #email, #lang-nl #email-intro, #lang-nl #name, #lang-nl #submit-intro{
       margin-bottom: 0px;
    }

    #email-intro.error+#submit-intro, #lang-de #email-intro.error+#submit-intro, #lang-nl #email-intro.error+#submit-intro {
        margin-bottom: 15px;
    }

    #email-intro-error, #lang-de #email-intro-error, #lang-nl #email-intro-error {
        top: 100px;
        left: 3px;
    }

    .presentation .h2 {
        font-size: 1.6em;
    }

    .presentation .h2.advantages {
        margin-top: 24px;
    }

    .subtitle {
        display: none;
    }

    .checkbox-btn.checkbox-intro {
        font-size: 16px;
        line-height: 1.4em;
    }

    .form-section.intro {
        margin-left: 18%;
    }

    .intro-form.header-form {
        float: left;
        margin-top: 22px;
        margin-left: 3px;
    }

    .h2.advantages.feminized-title, .h2.whatdoes {
        margin-left: 150px;
        margin-right: 150px;
    }

    .section-white {
        max-width: none;
    }

    .presentation p.feminized-paragraph {
        margin: 0 130px;
        margin-bottom: 48px;
    }

    .form-intro {
        left: 24%;
    }

    .slideshow {
        height: 448px;
    }

    .img-wrapper {
        width: 50%;
        float: left;
    }

    .packs-img {
        width: auto;
        float: right;
    }

    .section-whatdoes {
        padding-bottom: 70px;
    }

    .feature-list {
        width: auto;
    }

    .h2.whatdoes {
        width: 100%;
        margin-top: 24px;
    }

    .tickets-card.first, .tickets-card.first .h2 {
        width: 100%;
        margin: 12px 0;
    }

    .presentation .h2.whatsnext {
        margin: 0px 150px 24px 150px;
    }

    .infographic-1 {
        display: none;
    }

    .infographic-2 {
        width: 70%;
        margin: 0 auto;
        display: block;
    }

    .h2.bethefirst {
        margin-top: 24px;
        margin-bottom: 0px;
        text-align: center;
    }

    .corporate-footer {
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .carousel-control-next {
        margin-right: 23%;
    }

    .carousel-control-previous {
        margin-left: 23%;
    }

    .presentation p.feminized-paragraph.termf1 {
        margin: 0 260px;
    }

}

@media (max-width: 940px) {
	.swiper-slide-prev, .swiper-slide-next {
        filter: blur(4px);
    }
}

@media (min-width: 800px) and (max-width: 940px) {
    #checkbox-legals, #checkbox-legals.error+div {
        clear: both;
    }
}

@media (min-width: 941px) and (max-width: 1023px) {
    #email-intro-error, #lang-de #email-intro-error, #lang-nl #email-intro-error {
        left: 31%;
        top: 54px;
    }
    #lang-fr #submit-intro {
        font-size: 13px;
    }
}

@media (min-width: 1024px) and (max-width: 1158px) {
    #email-intro-error, #lang-de #email-intro-error, #lang-nl #email-intro-error {
        top: 73px;
    }
    .header-picture img {
        margin-top: -185px;
    }
}


@media (min-width: 1159px) and (max-width: 1279px) {
    .header-picture img {
        margin-top: -205px;
    }
}

@media all and (min-width: 1159px) {

    .header-form {
        height: auto;
    }

    .main-title .h1 {
        margin-top: 92px;
        font-size: 5vw;
        margin-bottom: 0px;
    }

    .main-title .h2 {
        font-size: 2vw;
    }

    .main-title .h3 {
        font-size: 1.5vw;
    }

    .main-title .h1, .main-title .h2, .main-title .h3 {
        margin-bottom: 6px;
    }

    .checkbox-btn.checkbox-intro {
        font-size: 16px;
    }

    .main-title .h1, .main-title .h2, .main-title .h3 {
        padding: 4px 0;
    }

    .intro-form.header-form {
        margin-top: 48px;
        width: 67%;
    }

    .presentation .h2 {
        font-size: 1.4em;
    }

    .first-section .paragraph {
        margin: 0 auto;
        width: 58%;
    }

    .slideshow .paragraph {
        margin: 0 auto;
        width: 74%;
    }

    .howrqs {
        height: 308px;
    }

    .h2.advantages.feminized-title {
        width: 60%;
    }

    .section-feminized p.feminized-paragraph {
        width: 70%;
        margin: 0 auto;
        margin-bottom: 24px;
    }

    .h2.bethefirst {
        margin-top: 2%;
    }

}


@media all and (min-width: 1280px) {

    .header-picture {
        width: 309px;
        margin-left: -151px;
    }


    .presentation .h2 {
        font-size: 2em;
    }

    .h2.bethefirst {
        margin-top: 2%;
    }

    .slideshow .paragraph {
        width: 60%;
    }

}

@media all and (min-width: 1420px) {

    .header-picture {
        width: 309px;
        margin-left: -151px;
    }

}

@media all and (min-width: 1450px) {
    .main-title .h1 {
        margin-top: 108px;
    }

    .header-picture {
        width: 320px;
        margin-left: -160px;
    }
    .h2.advantages.feminized-title {
        width: 60%;
    }

    .h2.bethefirst {
        margin-top: 2%;
    }

    .infographic-2 {
        width: 50%;
    }

    .presentation p.feminized-paragraph.termf1 {
        width: 49%;
        margin: 0 auto;
    }
}

@media all and (min-width: 1578px) {
    .header-picture {
        width: 330px;
        margin-left: -170px;
    }

    .header-picture img {
        margin-top: -295px;
    }
}

@media all and (min-width: 1628px) {
    .h2.bethefirst {
        margin-top: 2%;
    }
}

@media all and (min-width: 1717px) {
    .header-picture {
        width: 373px;
        margin-left: -203px;
    }
}</pre></body></html>