@charset "UTF-8"

@media print, screen and (min-width: 40em) {
    .reveal,
    .reveal.large,
    .reveal.small,
    .reveal.tiny {
        right: auto;
        left: auto;
        margin: 0 auto;
    }
} 
html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    font-size:16px;
}
body {
    margin: 0;
    padding:0;
    overflow-x:hidden;
    font-size:1rem;
    width:100%;
    font-family:'Roboto slab',serif;
    font-style: normal;
    color:#fefefe;
    background-color:#000000;
    font-weight:300;
    font-optical-sizing: auto;
    font-variation-settings:"wdth" 100;
}
p {
    font-size:1rem;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    text-decoration:none;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

input:focus-visible {
    outline:unset;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline:unset;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=87.5em&xxlarge=120em";
}
html {
    box-sizing: border-box;
    font-size: 100%;
}
*,
::after,
::before {
    box-sizing: inherit;
}

h1,h2,h3,h5,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.h1 {
    font-size: 5rem;
    line-height: 1.15;
}

.h2 {
    font-size:2rem;
}

.h3 {
    font-size:1.5rem;
}

.h4 {
    font-size:1.25rem;
}

.h5 {
    font-size:1rem;
}

.h6 {
    font-size:.875rem;
}


@media all and (max-width:1023.5px) {
    .h1 {
        font-size:4rem;
        margin-bottom:1.25rem;
    }
}

@media all and (max-width:639.5px) {
.h1 {
    font-size:2.5rem;
    margin-bottom:1rem;
}

.h2 {
    font-size:1.5rem;
}

.h3 {
    font-size:1.25rem;
}

.h4 {
    font-size:1.125rem;
}

.h5 {
    font-size:1rem;
}

.h6 {
    font-size:.875rem;
}
}

.colore-blu {
    color:#5e91cc;
}

.background-blu {
    background-color:#5e91cc;
}

.bordo-blu {
    border-color:#5e91cc;
}

.colore-bianco {
    color:#fefefe;
}
 
.background-bianco {
    background-color:#fefefe;
}

.bordo-bianco {
    border-color:#fefefe;
}

.colore-nero {
    color:#000000;
}

.background-nero {
    background-color:#000000;
}

.bordo-nero {
    border-color:#000000;
}


.colore-arancio {
    color:#fcb539;
}

.background-arancio {
    background-color:#fcb539;
}

.bordo-arancio {
    border-color:#fcb539;
}

a {
    color:#fcb539;
    text-decoration:none;
}

.condensed {
    font-family: "Roboto Condensed", sans-serif;
}

.weight-normal {
    font-weight:400;
}

.weight-light {
    font-weight:300;
}

.responsive-image {
    width:100%;
    height:auto;
}

.main-content-fullwidth {
    width:100%;
    max-width:100rem;
    margin-left:auto;
    margin-right:auto;
    padding-left:1.5rem;
    padding-right:1.5rem;
}

.mt4 {
    margin-top:4rem;
}

.mb4 {
    margin-bottom:4rem;
}

.centered-text {
    text-align:center;
}

@media all and (max-width:1023.5px) {
    .mt4 {
        margin-top:3rem;
    }
    .mb4 {
        margin-bottom:3rem;
    }
}

@media all and (max-width:639.5px) {
    .mt4 {
        margin-top:2rem;
    }
    .mb4 {
        margin-bottom:2rem;
    }
}

.small-text {
    font-size:.875rem;
}

.grid-x {
    display: flex;
    flex-flow: row wrap;
}

.grid-x .col-sx,
.grid-x .col-dx {
    width:-webkit-calc(50% - 1rem);
    width:-moz-calc(50% - 1rem);
    width:calc(50% - 1rem);
}

.grid-x .col-sx {
    margin-right:1rem;
}

.grid-x .col-dx {
    margin-left:1rem;
}

.max-width-64 {
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
}

.inline-button {
    display:inline-block;
}

@media all and (max-width:639.5px) {
    .grid-x .col-sx,
.grid-x .col-dx {
    width:100%;

}
.grid-x .col-sx {
    margin-bottom:1rem;
}
}

@media all and (max-width:1023.5px) {
    .desktop-only {
        display:none !important;
    }
}

@media all and (min-width:1024px) {
    .mobile-only {
        display:none !important;
    }
}