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

*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html { font-size: 62.5%; }
body {
font-family: Tahoma, Geneva, sans-serif;
-webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
-ms-text-size-adjust: none;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin: 0;
padding: 0;
text-align: center;
color: #00ade5;
background: #c4dee6;
-webkit-font-feature-settings: "lnum" 1;
-moz-font-feature-settings: "lnum" 1;
-ms-font-feature-settings: "lnum" 1;
font-feature-settings: "lnum" 1;
}
.preload * {
-webkit-transition: none !important;
-moz-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important;
transition: none !important;
}
img { border: none; }
.clearfix:before, .clearfix:after { content: " " !important; display: table !important; }
.clearfix:after { clear: both !important; }
.clearfix { zoom: 1; }
.screen-reader-text { position: absolute; top: -9999px; left: -9999px; }
.row {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-moz-box-orient: horizontal;
-moz-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.column {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.wrap {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.nowrap {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}

/* ------------------------------------------------------------- */
/* SECTION */
/* ------------------------------------------------------------- */

section {
min-height: 100vh;
min-height: 100svh;
padding: 0;
-webkit-box-align: center;
-webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
}
section .content {
display: block;
width: 100%;
max-width: 600px;
margin: 0 auto;
padding: 0;
text-align: center;
}
section .content p {
display: block;
font-size: 2rem;
font-weight: bold;
margin: 0.5em 0 0;
padding: 0;
line-height: 1.5;
text-transform: uppercase;
color: #00ade5;
}

/* ------------------------------------------------------------- */
/* PARTICLES */
/* ------------------------------------------------------------- */

#particles-js {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: transparent;
z-index: -1;
}
#particles-js canvas {
display: block;
vertical-align: bottom;
}</pre></body></html>