@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/roboto-v48-latin-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/roboto-v48-latin-italic.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/roboto-v48-latin-700.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('/fonts/roboto-v48-latin-700italic.woff2') format('woff2');
}


body{overflow-y:scroll;overflow-x:hidden;margin:0 auto;padding:0; font-family: 'Roboto', sans-serif;}
a {text-decoration: none; color: #000; cursor: pointer;}
p{margin:0;padding:0;}


.sticky{position:fixed;top:0;width:100%;z-index:1;}
.sticky + .content{padding-top:102px;}



<!-- SCREEN -->
@media screen and (min-width:0) and (max-width:1000){
#div-mobile{display:block;}
#div-desktop{display:none;}
}

@media screen and (min-width:0px) and (max-width:1000px){
#div-mobile{display:block;}
#div-desktop{display:none;}
}

@media screen and (min-width:1000) and (max-width:3000){
#div-mobile{display:none;}
#div-desktop{display:block;}
}


@media screen and (min-width:1000px) and (max-width:3000px){
#div-mobile{display:none;}
#div-desktop{display:block;}
}




html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
.w3-light-grey,.w3-hover-light-grey:hover,.w3-light-gray,.w3-hover-light-gray:hover{color:#000!important;background-color:#f1f1f1!important}
.w3-round-small{border-radius:2px}.w3-round,.w3-round-medium{border-radius:4px}.w3-round-large{border-radius:8px}.w3-round-xlarge{border-radius:16px}.w3-round-xxlarge{border-radius:32px}
.w3-container:after,.w3-container:before,.w3-panel:after,.w3-panel:before,.w3-row:after,.w3-row:before,.w3-row-padding:after,.w3-row-padding:before,
.w3-orange,.w3-hover-orange:hover{color:#000!important;background-color:#ff9800!important}
.w3-red,.w3-hover-red:hover{color:#fff!important;background-color:#f44336!important}
.w3-green,.w3-hover-green:hover{color:#fff!important;background-color:#4CAF50!important}
.w3-image{max-width:100%;height:auto}img{vertical-align:middle}a{color:inherit}


