<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Minification failed. Returning unminified contents.
(164,37): run-time error CSS1046: Expect comma, found '0'
(164,41): run-time error CSS1046: Expect comma, found '/'
 */
/* THE FIGHT AGAINST FAKES */

#the_fight_against_fakes_ h2,
#the_fight_against_fakes_ h3,
#the_fight_against_fakes_ h4 {
    text-transform: none;
}

/* THE FIGHT AGAINST FAKES - HERO */

.hero-content .panel_head h2,
.hero-content .panel_head h3 {
    text-transform: uppercase !important;
}

.hero-panel {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content {
    border-bottom: 10px solid black;
    width: 100%;
}

.hero-panel .panel_head {
    background-repeat: no-repeat;
    background-position: center top -65px;
    background-color: black;
    display: grid;
    display: -ms-grid;
    justify-items: center;
    align-content: center;
}


.hero-panel h3 {
    font-size: 20px;
    font-weight: 300;
    word-spacing: -1px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-top: 90px;
}

.lang-it .hero-panel h3 {
    font-size: 30px;
    line-height: 1;
}

.lang-fr .hero-panel h3 {
    line-height: 1.5;
}

.hero-panel .panel_title {
    padding-bottom: 20px;
}

.lang-de .hero-panel .fight_title {
    line-height: 1.5;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 3px;
    padding-left: 5px;
}

.lang-it .hero-panel .fight_title {
    line-height: 1;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 3px;
    padding-left: 5px;
}

.lang-fr .hero-panel .fight_title {
    line-height: 1;
    font-size: 23px;
    letter-spacing: 3px;
    padding-left: 5px;
}

.hero-panel .fight_title {
    line-height: 1;
    font-weight: bold;
    font-size: 56px;
    letter-spacing: 3px;
    padding-left: 5px;
}

.panel-desc {
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    background: linear-gradient(90deg, black, #e24060 20%, #e24060 80%, black);
    box-shadow: 0 -10px 15px black;
    border-left: 5px solid black;
    border-right: 5px solid black;
}

.panel-desc_container {
    display: flex;
    max-width: 80%;
    align-items: center;
    text-align: center;
    flex-direction: column;
    -ms-flex-direction: column;
}

@media (min-width: 768px) {
    .panel-desc_container {
        max-width: 75%;
    }
}

.panel_title {
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 315px;
}

.gallery-image {
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    padding: 0 30px;
    text-align: center;
}

    .gallery-image .content {
        max-width: 80%;
    }

.panel-desc_container {
    display: flex;
    max-width: 80%;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
}

.panel-desc_bold {
    font-weight: 700;
    max-width: 75%;
    margin-bottom: -10px;
}

/* THE FIGHT AGAINST FAKES - OWL CAROUSEL */

#the_fight_against_fakes_ .owl-nav {
    width: 200px;
    margin: auto;
    position: relative;
}

    #the_fight_against_fakes_ .owl-nav &gt; div {
        font-family: 'icomoon' !important;
        font-size: 11px;
        box-shadow: 0 0 4px 0 rgb(0 0 0 / 15%);
        border-radius: 50%;
        aspect-ratio: 1 / 1;
        height: 32px;
        display: flex;
        place-content: center;
        background: #fff;
        align-items: center;
    }

#the_fight_against_fakes_ .owl-dots {
    margin-top: 3px;
}

#the_fight_against_fakes_experts .owl-nav {
    margin-top: 16px;
}

#the_fight_against_fakes_process .owl-nav {
    width: 275px;
}

/* THE FIGHT AGAINST FAKES - EXPERTS PANEL */

.experts-panel {
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    text-align: center;
}

.experts-panel-gallery {
    margin: 10px auto;
}

.experts-panel .gallery-image {
    gap: 20px;
}


.experts-panel .btn {
    margin-top: 20px;
}

/* THE FIGHT AGAINST FAKES - expert VIDEO */

#the_fight_against_fakes_ .video-panel {
    padding: 15px 0;
}

/* THE FIGHT AGAINST FAKES - experts HERO */

.grey-panel {
    background-color: #F5F5F5;
}

.experts-panel .owl-dots.disabled,
.experts-panel .owl-nav.disabled {
    display: block !important;
}

/* THE FIGHT AGAINST FAKES - PROCESS */

.process-panel {
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    text-align: center;
}

.process-panel-gallery h4 {
    margin-top: 10px;
}

.process-panel .process-video {
    width: 100%;
}

/* THE FIGHT AGAINST FAKES - GAME */
.game-panel {
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    padding: 30px 10px;
}

    .game-panel .panel_title {
        margin-top: 30px;
    }

    .game-panel .btn-play-game {
        margin-top: 10px;
        max-width: 180px;
    }

iframe {
    height: 85vh;
    width: 100%;
}

#modal_play-the-game .modal_content {
    display: flex;
    align-items: center;
    flex-direction: column;
    -ms-flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    max-width: 1400px;
}

#modal_play-the-game .btn-modal-close {
    font-size: 24px;
}

/* THE FIGHT AGAINST FAKES - TACKLE */
.tackle-panel {
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    padding: 30px 10px;
    align-items: center;
}

    .tackle-panel .tackle-video {
        min-width: 320px;
    }

    .tackle-panel .btn-subscribe {
        margin-top: 30px;
        max-width: 210px;
        text-transform: none;
    }

/* THE FIGHT AGAINST FAKES - LAYOUT */
@media (max-width: 375px) {
    .process-panel .process-video {
        width: 110%;
    }
}

@media (min-width: 767px) {
    .hero-content {
        border-bottom: 10px solid black;
    }

    .hero-panel h3 {
        font-size: 22px;
        margin-top: 140px;
        word-spacing: 0;
    }

    .hero-panel .fight_title {
        font-size: 64px;
        letter-spacing: 3px;
        line-height: 1.1;
    }

    .lang-de .hero-panel .fight_title {        
        font-size: 28px;
        padding-left: 2px;
    }

    .lang-de .hero-panel h3 {
        font-size: 26px;
        line-height: 1;
    }

    .hero-panel h2 {
        font-size: 66px;
    }

    .panel-desc {
        background: linear-gradient(90deg, black, #e24060 10%, #e24060 90%, black);
    }

    .panel-desc_container {
        max-width: 75%;
    }

    .panel_title {
        max-width: 618px;
    }

    .process-panel-gallery {
        margin-top: 10px;
    }

    .tackle-panel .tackle-video {
        min-width: 450px;
    }    
}

@media (min-width: 768px) {

    iframe {
        height: 83.5vh;
    }

    .hero-panel {
        max-height: 650px;
    }

        .hero-panel h3 {
            font-size: 25px;
            margin-top: 330px;
            word-spacing: 0;
        }

    .hero-panel .fight_title {
        font-size: 72px;
    }

    .lang-de .hero-panel .fight_title {
        line-height: 1.5;
        font-size: 30px;
        letter-spacing: 3px;
        padding-left: 5px;
    }

    .lang-de .hero-panel h3 {
        font-size: 28px;
        line-height: 1;
    }

    .lang-fr .hero-panel .fight_title {
        line-height: 1.5;
        font-size: 34px;
        letter-spacing: 3px;
        padding-left: 5px;
    }

    .lang-fr .hero-panel h3 {
        font-size: 28px;
    }

    .lang-it .hero-panel .fight_title {
        line-height: 2;
        font-weight: bold;
        font-size: 30px;
        letter-spacing: 3px;
        padding-left: 5px;
    }

    .lang-it .hero-panel h3 {
        font-size: 42px;
    }

    .hero-content {
        border-bottom: 48px solid black;
    }

    .panel-desc {
        background: linear-gradient(90deg, black, #e24060 20%, #e24060 80%, black);
    }

    .panel-desc_container {
        max-width: 62%;
    }

    .panel-desc_bold {
        max-width: 100%;
        margin-bottom: -15px;
    }

    .panel-desc_container p {
        font-size: 16px;
    }

    .process-panel .process-video {
        width: 90%;
    }

    .game-panel {
        display: flex;
        flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        align-items: center;
        padding: 0 25px;
        min-height: 378px;
        justify-content: center;
    }

        .game-panel .panel_title {
            align-items: flex-start;
            max-width: 50%;
            text-align: left;
            padding-left: 30px;
        }

        .game-panel .gallery-image {
            padding: 0;
        }

        .game-panel .btn-play-game {
            margin-left: 0;
        }

    #modal_play-the-game .btn-modal-close {
        font-size: 28px;
    }
}

@media (min-width: 980px) {

    iframe {
        height: 80vh;
    }

    .hero-panel {
        max-height: 800px;
    }

        .hero-panel .panel_head {
            height: 635px;
            background-image: url('@lgImage;q=100;h=700');
            background-position: center top -75px;
            margin-bottom: -10px;
        }

        .hero-panel h3 {
            font-size: 28px;
            margin-top: 250px;
            word-spacing: 0;
        }

        .hero-panel .fight_title {
            font-size: 80px;
            line-height: 1.1;
            letter-spacing: 3px;
        }

        .hero-panel h2 {
            font-size: 96px;
            line-height: 90px;
        }

    .lang-de .hero-panel h3 {
        font-size: 45px;
    }

    .lang-de .hero-panel .fight_title {
        font-size: 51px;
    }

    .lang-fr .hero-panel h3 {
        font-size: 38px;
    }

    .lang-fr .hero-panel .fight_title {
        font-size: 47px;
    }

    .lang-it .hero-panel h3 {
        font-size: 50px;
    }

    .lang-it .hero-panel .fight_title {
        font-size: 38px;
    }

    .panel-desc {
        background: linear-gradient(90deg, black, #e24060 35%, #e24060 65%, black);
    }

    .panel-desc_container {
        max-width: 50%;
    }


    .experts-panel .gallery-image {
        display: flex;
        flex-direction: row;
        -ms-flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 10px 100px;
        text-align: left;
        gap: 0;
    }

        .experts-panel .gallery-image .content {
            max-width: 370px;
            padding-left: 15px;
        }

    .panel_title {
        max-width: 675px;
    }

    .game-panel .panel_title {
        align-items: flex-start;
        max-width: 50%;
        text-align: left;
        padding-left: 20px;
        padding-right: 100px;
    }

        .game-panel .panel_title p {
            max-width: 350px;
        }

    .tackle-panel .video-container {
        display: flex;
    }
}

</pre></body></html>