@font-face {
  font-family: Oswald;
  src: url('../fonts/Oswald-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oswald;
  src: url('../fonts/Oswald-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oswald;
  src: url('../fonts/Oswald-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oswald;
  src: url('../fonts/Oswald-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oswald;
  src: url('../fonts/Oswald-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oswald;
  src: url('../fonts/Oswald-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --darkdarkgrey: #1f1f1f;
  --light-color: white;
  --dark-color: black;
  --primary-brand-color: #3b83f7;
  --secondary-brand-color: #89b6ff;
  --mid-grey: #727272;
  --light-grey: #ddd;
  --grey: #909090;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--darkdarkgrey);
  color: var(--light-color);
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 2.75rem;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--light-color);
  text-decoration: none;
}

.section-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.container {
  flex: 1;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.style-guide-grid {
  grid-column-gap: 40px;
  grid-row-gap: 41px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
}

.style-guide-category {
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 20px;
  padding-bottom: 5px;
  font-weight: 700;
}

.style-guide-edit {
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 10px;
  margin-bottom: 10px;
}

.light-text {
  color: var(--light-color);
}

.style-guide-element {
  color: #fff;
  background-color: #3b83f7;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}

.style-guide-class {
  color: #fff;
  background-color: #3b83f7;
  border-radius: 3px;
  padding: 3px 8px;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}

.style-guide-class.tag-class {
  background-color: #cc55b8;
}

.style-guide-edit-wrap {
  opacity: .4;
}

.style-guide-edit-wrap:hover {
  opacity: 1;
}

.small-p {
  font-size: 14px;
  line-height: 18px;
}

.large-p {
  font-size: 22px;
  line-height: 28px;
}

.style-guide-color-wrap {
  background-color: var(--dark-color);
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  margin-top: 30px;
  padding: 15px 30px;
  display: flex;
}

.style-guide-color-wrap.primary-color-background {
  background-color: var(--primary-brand-color);
}

.style-guide-color-wrap.secondary-color-background {
  background-color: var(--secondary-brand-color);
}

.style-guide-color-wrap.mid-grey-color-background {
  background-color: var(--mid-grey);
}

.style-guide-color-wrap.light-color-background, .style-guide-color-wrap.white-background {
  background-color: var(--light-color);
}

.style-guide-color-wrap.light-grey-color-background {
  background-color: var(--light-grey);
}

.button {
  background-color: var(--primary-brand-color);
  margin-top: 0;
}

.button.ghost-button {
  border: 2px solid var(--primary-brand-color);
  color: var(--primary-brand-color);
  background-color: #0000;
}

.button.ghost-button.invese-ghost {
  border-color: var(--light-color);
  color: var(--light-color);
}

.button.inverse-button {
  background-color: var(--light-color);
  color: var(--primary-brand-color);
}

.button.form-submit {
  margin-top: 15px;
}

.style-guide-grid-item-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: flex-start stretch;
  padding-top: 10px;
  display: grid;
}

.list {
  padding-left: 15px;
}

.list-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-field.form-select {
  background-color: var(--light-color);
}

.form-lable {
  margin-top: 20px;
}

.form-checkbox {
  width: 20px;
}

.style-guide-layout-demo {
  background-color: #d3d3d3;
  border: 1px solid #d3d3d3;
}

.style-guide-layout-demo.section-padding {
  margin-top: 30px;
}

.style-guide-white-div {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.popup-background-wrap {
  z-index: 100;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-card {
  background-color: var(--light-color);
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  padding: 30px;
  display: flex;
  position: relative;
}

.style-guide-wrap {
  padding-top: 20px;
}

.close-popup-button {
  color: var(--dark-color);
  padding: 15px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -5px -5px auto auto;
}

.style-guide-popup-wrap {
  background-color: var(--dark-color);
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 22px;
  display: flex;
}

.delete-this {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section-hero {
  background-image: linear-gradient(#0000008f, #0000008f), url('../images/dolomythsrun-3-home.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
}

.hero-bg-image {
  height: 100vh;
}

.img_bg-hero {
  object-fit: cover;
}

.div-hero-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 33.33%;
  height: 100vh;
  display: flex;
}

.div-hero-wrapper.trial {
  border: 0 #000;
  border-left: 1px solid #ffffff4d;
  border-right: 1px solid #ffffff4d;
  justify-content: flex-start;
  height: 100vh;
}

.div-hero-wrapper._12k {
  border: 1px #000;
  border-color: #000 #ffffff4d;
  height: 100vh;
}

.div-hero-logo-sky {
  text-align: center;
  flex: 0 auto;
}

.hero-logo-sky-img {
  text-align: left;
  width: 14rem;
  max-width: 100%;
}

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

.hero-text.trail {
  width: 300px;
}

.div-golden {
  text-align: center;
}

.hero-golden-img {
  text-align: left;
  width: 6.3rem;
}

.nav-main-container {
  justify-content: flex-end;
  padding-top: 0;
  padding-right: 2rem;
  display: flex;
}

.top-navbar {
  z-index: 199;
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu {
  background-color: #1f1f1fcf;
  padding-top: 0;
  display: none;
  inset: 0% 0% 0% auto;
}

.nav-menu.hide {
  display: none;
}

.nav-menu-links {
  color: var(--light-color);
  text-transform: uppercase;
  padding: 1.25rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.nav-menu-links.first {
  padding-top: 4rem;
  padding-right: 1.25rem;
}

.menu-button {
  background-color: #0000;
  flex-direction: row;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.menu-button.w--open {
  background-color: #0000;
  display: block;
}

.menu-button.hide {
  display: none;
}

.section-programma {
  text-align: left;
  margin-top: 4rem;
  padding-bottom: 4rem;
  display: block;
  position: static;
}

.div-main-container {
  text-align: left;
  width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.div-programma-wrapper {
  margin-bottom: 8rem;
}

.heading-programma {
  text-align: center;
  font-size: 4rem;
  line-height: 4.5rem;
}

.div-giorni-wrapper {
  display: flex;
}

.div-contenuti-giorni {
  border: 1px solid #ffffff1f;
  border-radius: 30px 30px 0 0;
  flex: 1;
  margin-right: .5rem;
  padding: 3rem 1rem 1rem;
  position: relative;
}

.heading-giorni {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1.875rem;
  display: none;
}

.programma-text {
  padding-top: .2rem;
  padding-bottom: .2rem;
  font-weight: 200;
}

.ora-rpogramma {
  margin-bottom: 0;
}

.section-social {
  display: block;
}

.sponsor-wrapper {
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.image-sponsor {
  padding: 1rem;
}

.image-sponsor.terzariga {
  padding-left: 1rem;
  padding-right: 1rem;
}

.div-spondor-link {
  text-align: center;
}

.div-divisorio {
  background-color: var(--light-grey);
  text-align: left;
  width: 80%;
  height: 1px;
  margin: 2rem auto 4rem;
  display: none;
}

.heading {
  text-transform: uppercase;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40rem;
  padding-right: 40rem;
  font-size: 4rem;
  line-height: 3.8rem;
  display: block;
}

.menu-text-nav {
  flex: 0 auto;
  align-self: center;
  font-size: .8rem;
  line-height: 1rem;
}

.footer {
  margin-top: 4rem;
  padding-bottom: 2rem;
}

.div-footer-wrapper {
  justify-content: center;
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.footer-info {
  flex: 1;
  padding-right: 2rem;
}

.footer-info.center {
  text-align: center;
  align-self: center;
}

.footer-info.destro {
  text-align: right;
  padding-right: 0;
}

.footer-info-text {
  font-size: .8rem;
  font-weight: 200;
}

.footer-info-text.centrato {
  text-align: center;
}

.link {
  color: var(--light-color);
  text-decoration: none;
}

.countdown {
  text-align: left;
  background-color: #1f1f1f99;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 554px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 1rem 1rem;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.countdown.hide {
  display: none;
}

.countdown-text {
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 1.8rem;
  line-height: 2.2rem;
}

.html-embed {
  margin-top: -30px;
  margin-bottom: 0;
  padding-bottom: 15px;
}

.icon-social {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.social-link-footer {
  padding-left: .5rem;
  padding-right: .5rem;
}

.icon-elementi-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  font-size: 4rem;
  line-height: 4rem;
  display: flex;
}

.language-switch {
  align-self: center;
  padding-left: .2rem;
  padding-right: .2rem;
}

.language-switch._18 {
  padding-top: 18px;
  padding-left: .5rem;
  padding-right: .5rem;
}

.section-header {
  height: auto;
}

.section-percorso {
  margin-top: 4rem;
}

.heading-text {
  text-align: center;
  text-transform: uppercase;
  font-size: 2.9rem;
  line-height: 2.9rem;
}

.header-subtitle {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.testo-contenuto {
  margin-top: 3rem;
  padding: 1rem .5rem;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
}

.percorso-wrapper {
  margin-top: 4rem;
  margin-bottom: 8rem;
  display: flex;
}

.div-text-percorso {
  flex: 1;
  margin-left: .5rem;
  margin-right: .5rem;
}

.div-mappe {
  flex: 1;
  margin-top: 2rem;
  margin-left: .5rem;
  margin-right: .5rem;
}

.mappa-link {
  text-align: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-mappa-percorso {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
}

.testo-click {
  padding-top: .5rem;
  font-size: .9rem;
  font-weight: 200;
}

.mappe-per-click {
  flex: 1;
}

.html-embed-2 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.section-gallery {
  height: 100%;
  margin-top: 4rem;
  margin-bottom: 8rem;
}

.galleria-photo {
  object-position: 50% 50%;
  flex: 300px;
  align-self: center;
  max-height: 200px;
  display: block;
  overflow: hidden;
}

.img-galleria {
  object-fit: contain;
  overflow: visible;
}

.galleria-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: center;
  display: flex;
}

.section-iscrizioni {
  margin-top: 4rem;
  margin-bottom: 8rem;
}

.iscrizione-text {
  margin-top: 4rem;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 2.3rem;
}

.iscrizione-blocco {
  text-align: center;
  display: block;
}

.iscrizione {
  text-align: center;
  padding-left: 12rem;
  padding-right: 12rem;
  font-size: 3rem;
  line-height: 3rem;
}

.img-iscriviti.hide {
  display: block;
}

.link-iscriviti {
  margin-top: 2rem;
}

.section-albodoro {
  margin-top: 2rem;
  margin-bottom: 6rem;
}

.albodoro-wrapper {
  text-align: center;
  flex-wrap: wrap;
  display: flex;
}

.div-albo {
  text-align: center;
  flex: 1;
  min-width: 25%;
  padding: 2rem 1rem;
}

.albo-header {
  font-size: 1.5rem;
  line-height: 1.6rem;
}

.albo-text {
  font-weight: 200;
}

.calendario-wrapper {
  border: 3px solid var(--mid-grey);
  background-color: var(--primary-brand-color);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 2px;
  display: flex;
  position: absolute;
  inset: -3.5rem 0% 0%;
}

.giono {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: .9rem;
  line-height: 1rem;
}

.giono-data {
  padding-top: 6px;
  font-family: Exo, sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 0;
}

.loading {
  z-index: 200;
  background-color: var(--darkdarkgrey);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-record-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}

.record {
  text-align: center;
}

.icon-record {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 10rem;
  display: flex;
}

.heading-recond {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 2rem;
}

.record-text {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1.6rem;
}

.link-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  display: none;
}

.elementi-link-wrapper {
  flex: 1;
  justify-content: center;
  display: flex;
}

.header-elementolink {
  justify-content: center;
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.elemento-link-text {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.image-icona {
  width: 60px;
}

.gallery-slider {
  height: 900px;
}

.slide-gallery {
  object-fit: cover;
  height: 900px;
}

.contibuti-link-footer {
  justify-content: center;
  padding-top: 1rem;
  display: flex;
}

.contibuti-footer-link-text {
  text-align: center;
  font-size: .8rem;
  font-weight: 200;
}

.div-hero-3-div-wrapper {
  flex-direction: row;
  display: flex;
}

.hide {
  display: none;
}

.heading-trail {
  text-transform: uppercase;
  font-size: 3.8rem;
  line-height: 3.9rem;
}

.hero-button {
  text-transform: uppercase;
  margin-top: 2rem;
  padding: 15px 30px;
  font-size: 1.3rem;
  font-weight: 600;
}

.hero-button.trail {
  background-color: #9c1db1;
  display: block;
}

.hero-button._12k {
  background-color: #00899e;
  display: block;
}

.hero-button.sky {
  background-color: #00689f;
  display: block;
}

.wrapper-loading {
  flex-direction: row;
  display: flex;
}

.section-hero-race {
  background-image: linear-gradient(#0000008f, #0000008f), url('../images/dolomythsrun-2024©MattiaRizzi_1dolomythsrun-2024©MattiaRizzi.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
}

.section-hero-race.skyrace {
  background-image: linear-gradient(#00000080, #00000080), url('../images/dolomythsrun-sky-home.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-hero-race.trail {
  background-image: linear-gradient(#00000080, #00000080), url('../images/dolomyths-trail_home.webp');
  background-position: 0 0, 39% 29%;
  background-size: auto, auto;
}

.section-hero-race.junior {
  background-image: linear-gradient(#0000008f, #0000008f), url('../images/dolomyths-12k-home.webp');
  background-position: 0 0, 40%;
  background-size: auto, auto;
}

.div-hero-wrapper-race {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-hero-wrapper-race.trial {
  border: 1px #9c1db1;
  border-right-width: 0;
  justify-content: flex-start;
  height: 100vh;
}

.div-hero-wrapper-race._12k {
  border: 1px #000;
  border-left: 1px solid #ffffff4d;
  border-right: 1px solid #ffffff4d;
  height: 100vh;
}

.section-header-skyrace {
  background-image: linear-gradient(#00000080, #00000080), url('../images/skyrace-2022-25949_1skyrace-2022-25949.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
}

.div-header-pages {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.div-header-pages.trial {
  border: 1px #9c1db1;
  border-right-width: 0;
  justify-content: flex-start;
  height: 100vh;
}

.div-header-pages._12k {
  border: 1px #000;
  border-left: 1px solid #ffffff4d;
  border-right: 1px solid #ffffff4d;
  height: 100vh;
}

.no-cookies {
  margin-top: 0;
  padding-bottom: 0;
}

.no-coockies-text {
  text-align: center;
  font-size: .8rem;
  font-weight: 200;
}

.percorso-wrapper-trail {
  margin-top: 4rem;
  margin-bottom: 8rem;
  display: block;
}

.div-video-2 {
  text-align: left;
  flex: 0 auto;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}

.videoplayer {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.videoplayer.ted {
  z-index: 100;
  position: static;
  inset: 27% 0% 0%;
}

.videoplayer-text {
  padding-right: 10px;
  display: flex;
}

.playvideo-title {
  text-align: right;
  text-transform: uppercase;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.tedvideoplayer {
  text-align: center;
  max-width: 5%;
}

.section-altregare {
  margin-top: 2rem;
}

.heading-gareamiche {
  text-align: center;
  font-size: 3rem;
  line-height: 4.5rem;
}

.text-gare-amiche {
  font-size: .7rem;
  display: none;
}

.section-mappa {
  margin-top: 2rem;
  display: none;
}

.section-cover {
  text-align: left;
  margin-top: 4rem;
  padding-bottom: 4rem;
  position: static;
}

.scarica-traccia-gps {
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.linktraccia-gps {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .videoplayer.ted {
    top: 20%;
  }
}

@media screen and (max-width: 991px) {
  .hero-text.trail {
    width: 265px;
  }

  .div-main-container {
    width: auto;
  }

  .div-giorni-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .div-contenuti-giorni {
    margin-bottom: 3rem;
  }

  .sponsor-wrapper {
    flex-flow: wrap;
  }

  .image-sponsor {
    max-width: 90%;
    padding: 0;
  }

  .image-sponsor.terzariga {
    padding-left: 0;
    padding-right: 0;
  }

  .div-spondor-link {
    text-align: center;
    flex: 0 auto;
  }

  .heading {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .div-footer-wrapper {
    flex-direction: column;
  }

  .footer-info {
    margin-bottom: .5rem;
    padding-right: 0;
  }

  .footer-info-text {
    text-align: center;
  }

  .countdown {
    left: 32%;
  }

  .percorso-wrapper {
    flex-direction: column;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .html-embed-2, .galleria-wrapper {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .iscrizione {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .albodoro-wrapper {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .div-albo {
    min-width: 50%;
  }

  .loading {
    display: none;
  }

  .loading-img {
    width: 50%;
  }

  .heading-trail {
    font-size: 2.8rem;
    line-height: 2.9rem;
  }

  .wrapper-loading {
    flex-direction: column;
    align-items: center;
  }

  .section-hero-race.skyrace {
    background-image: linear-gradient(#0000, #0000), url('../images/skyrace-2022-25931_1skyrace-2022-25931.webp');
    background-position: 0 0, 50%;
  }

  .section-hero-race.trail {
    background-image: linear-gradient(#00000080, #00000080), url('../images/skyrace-2021-22907_1skyrace-2021-22907.webp');
    background-position: 0 0, 41% 26%;
    background-size: auto, auto;
  }

  .section-hero-race.junior {
    background-image: linear-gradient(#00000080, #00000080), url('../images/skyrace-2022-25930_1skyrace-2022-25930.webp');
    background-position: 0 0, 32%;
    background-size: auto, auto;
  }

  .percorso-wrapper-trail {
    flex-direction: column;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .style-guide-color-wrap {
    height: auto;
  }

  .section-hero {
    height: 1800px;
    position: relative;
  }

  .div-hero-wrapper {
    width: 100%;
    height: auto;
  }

  .div-hero-wrapper.trial {
    border-left-style: none;
    border-right-style: none;
    height: auto;
  }

  .div-hero-wrapper._12k {
    height: auto;
  }

  .hero-logo-sky-img {
    width: 12.4rem;
    padding-top: 2rem;
  }

  .hero-golden-img {
    width: 4.6rem;
  }

  .nav-main-container {
    z-index: 0;
    position: fixed;
    inset: 0% 0% auto;
  }

  .top-navbar {
    top: 0;
  }

  .nav-menu {
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-menu-links, .nav-menu-links.first {
    text-align: center;
  }

  .menu-button.w--open {
    z-index: 100;
  }

  .heading-programma {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .div-giorni-wrapper {
    grid-row-gap: 0rem;
  }

  .div-contenuti-giorni {
    margin-bottom: 5rem;
  }

  .heading {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 3.3rem;
    line-height: 3.1rem;
  }

  .menu-text-nav {
    z-index: 100;
    position: relative;
  }

  .countdown {
    left: 0%;
  }

  .icon-elementi-link {
    width: 3rem;
    height: 3rem;
  }

  .section-header {
    position: relative;
  }

  .percorso-wrapper {
    margin-bottom: 6rem;
  }

  .galleria-photo {
    flex: 0 auto;
    max-height: 400px;
    margin-bottom: .5rem;
  }

  .galleria-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .iscrizione {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .calendario-wrapper {
    top: -3.1rem;
  }

  .loading {
    flex-direction: column;
    display: none;
  }

  .link-wrapper {
    flex-direction: column;
    margin-top: 1rem;
  }

  .elementi-link-wrapper {
    margin-bottom: 2rem;
  }

  .contibuti-link-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-hero-3-div-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .section-hero-race {
    height: 1800px;
    position: relative;
  }

  .section-hero-race.trail {
    background-image: linear-gradient(#00000080, #00000080), url('../images/skyrace-2021-22907_1skyrace-2021-22907.webp');
    background-position: 0 0, 45% -117%;
    background-size: auto, auto;
  }

  .section-hero-race.junior {
    background-image: linear-gradient(#00000080, #00000080), url('../images/skyrace-2022-25930_1skyrace-2022-25930.webp');
    background-position: 0 0, 50% -100%;
    background-size: auto, auto;
  }

  .div-hero-wrapper-race {
    width: 100%;
    height: auto;
  }

  .div-hero-wrapper-race.trial, .div-hero-wrapper-race._12k {
    height: auto;
  }

  .section-header-skyrace {
    position: relative;
  }

  .div-header-pages {
    width: 100%;
    height: auto;
  }

  .div-header-pages.trial, .div-header-pages._12k {
    height: auto;
  }

  .no-cookies {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .percorso-wrapper-trail {
    margin-bottom: 6rem;
  }

  .videoplayer.ted {
    top: 36%;
  }

  .heading-gareamiche {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.7rem;
    line-height: 2rem;
  }

  .style-guide-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .style-guide-grid-item-wrap {
    grid-template-columns: 1fr;
  }

  .section-hero {
    background-image: linear-gradient(to bottom, null, null);
    height: 1500px;
  }

  .div-hero-logo-sky {
    width: auto;
  }

  .hero-logo-sky-img {
    width: 60%;
    padding-top: 1rem;
  }

  .hero-golden-img {
    width: 3.3rem;
  }

  .nav-main-container {
    padding-right: 1rem;
  }

  .nav-menu {
    background-color: #1f1f1feb;
    margin-top: 0;
  }

  .nav-menu-links {
    line-height: 1.7rem;
  }

  .section-programma {
    padding-bottom: 0;
  }

  .heading-programma {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .div-giorni-wrapper {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .image-sponsor {
    max-width: 80%;
  }

  .heading {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 2.8rem;
    line-height: 2.6rem;
  }

  .countdown {
    width: auto;
    margin-left: .5rem;
    margin-right: .5rem;
    padding-bottom: 2rem;
  }

  .countdown-text {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }

  .section-header {
    background-position: 39%;
  }

  .heading-text {
    margin-bottom: 0;
    font-size: 2.5rem;
    line-height: 2.4rem;
  }

  .header-subtitle, .testo-contenuto {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .percorso-wrapper {
    margin: 2rem 0 4rem;
  }

  .image-mappa-percorso {
    max-width: 95%;
  }

  .testo-click {
    font-size: .6rem;
    line-height: .8rem;
  }

  .galleria-photo {
    max-height: none;
  }

  .iscrizione-text {
    margin-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.3rem;
    line-height: 1.7rem;
  }

  .iscrizione {
    font-size: 1.7rem;
    line-height: 1.9rem;
  }

  .link-iscriviti {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .div-albo {
    min-width: 100%;
  }

  .calendario-wrapper {
    border-width: 2px;
    width: 80px;
    height: 80px;
  }

  .giono {
    font-size: .7rem;
  }

  .giono-data {
    font-size: 2.6rem;
  }

  .loading {
    display: none;
  }

  .icon-record {
    height: 6rem;
  }

  .heading-recond {
    font-size: 1.7rem;
    line-height: 1.7rem;
  }

  .record-text {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .elemento-link-text {
    font-weight: 700;
    line-height: 2rem;
  }

  .heading-trail {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }

  .section-hero-race {
    background-image: linear-gradient(to bottom, null, null);
    height: 1500px;
  }

  .section-hero-race.trail {
    background-image: linear-gradient(to bottom, null, null), url('../images/skyrace-2021-22907_1skyrace-2021-22907.webp');
    background-position: 0 0, 50%;
  }

  .section-hero-race.junior {
    background-image: linear-gradient(to bottom, null, null), url('../images/skyrace-2022-25930_1skyrace-2022-25930.webp');
    background-position: 0 0, 50%;
  }

  .section-header-skyrace {
    background-position: 39%;
  }

  .percorso-wrapper-trail {
    margin: 2rem 0 4rem;
  }

  .div-video-2 {
    padding: 20px 0;
  }

  .videoplayer {
    align-items: center;
    display: flex;
  }

  .videoplayer.ted {
    top: 21%;
  }

  .videoplayer-text {
    padding-right: 4px;
  }

  .playvideo-title {
    font-size: 12px;
    line-height: 12px;
  }

  .tedvideoplayer {
    max-width: 10%;
  }

  .heading-gareamiche {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .text-gare-amiche {
    margin-bottom: .5rem;
    font-size: .6rem;
  }

  .section-cover {
    padding-bottom: 0;
  }
}

#w-node-af6ac8e3-b1ce-cda6-23dc-a32b43a6a065-3893de50 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cef64361-1f9b-8732-7793-1d4785eeed97-3893de50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4313243-b51c-03bb-11ad-c431ebe2a80b-3893de50 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d0d2d682-3502-a29f-1a22-871f47028af2-3893de50, #w-node-eb00ca3d-f0c1-8354-e9aa-1faf574614be-3893de50, #w-node-_85cb43b8-5298-9d0a-b169-853350d81ae0-3893de50, #w-node-_5ce572de-a6ee-b264-99b3-588be3f1debe-3893de50, #w-node-e573c9ae-1e4b-15b0-7098-638502628a9c-3893de50, #w-node-_0c02166c-4ee3-9762-cc8d-f567a47991b2-3893de50, #w-node-_31bfd8e3-b79a-c6a8-c644-de3e1d6aef06-3893de50, #w-node-_8101b2ee-d87b-6d50-ecc4-1cc6560df4db-3893de50, #w-node-aa9291ec-5ca1-3ae2-496b-ff742d602a68-3893de50, #w-node-_479385eb-f044-0d6d-9fb9-3510fe0092c5-3893de50, #w-node-_36d6a540-3dac-ba1b-4887-4e460e7ddc86-3893de50, #w-node-_58a77a61-8d2a-f298-bcf8-5b5d6bda4258-3893de50, #w-node-_84eebd00-708d-d564-7474-81a48d7f1aa8-3893de50, #w-node-c0ceb277-bbf2-2cf4-4072-7fa273a7e783-3893de50, #w-node-_293d8aee-201d-8e8e-7d11-7b9b1bf3932f-3893de50, #w-node-e02f6cf5-e81b-07a2-d153-c916403846e7-3893de50, #w-node-_90e05c14-0560-63b0-7156-ffcbe12cdec6-3893de50, #w-node-_90e05c14-0560-63b0-7156-ffcbe12cdec7-3893de50, #w-node-_40d4d6df-e38b-f778-5115-ea8f93d0542e-3893de50, #w-node-c9d7c3ab-d31b-4fe2-e290-666f73a76a6a-3893de50, #w-node-_1cb2eaff-c085-9ab3-df4a-1725ee4f484b-3893de50, #w-node-_1229091c-99d0-b728-5727-37785a9996e2-3893de50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f637bbff-835b-0236-4124-4ac1eef82ac3-3893de50 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_826fbc41-7f9a-f875-b76e-3e9c3ff2002b-3893de50, #w-node-ed82fd76-b394-3b31-d285-0d24c40a28ca-3893de50, #w-node-_11717b33-079b-321a-8523-e173de28bfe2-3893de50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e383549d-c8b3-87cd-ee42-73f99aa01117-3893de50 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_55db6e40-b97b-9254-09df-2929df1b67ad-3893de50, #w-node-_8a96fce1-c74f-35f2-c6f4-3587e7d0e79a-3893de50, #w-node-bfdc7d70-2863-8331-b4f9-ad395f381310-3893de50, #w-node-_8219438d-b20e-01aa-f124-d537d0821573-3893de50, #w-node-df52a5df-cf6e-cd43-ccd8-20633efad3fb-3893de50, #w-node-cd8a551e-24bb-f985-80c2-ed654c7036ec-3893de50, #w-node-c73ec5c5-9d1c-c71a-647d-93fd71def3a3-3893de50, #w-node-b28db8fa-48cc-0fc7-f454-c90e65fa4e38-3893de50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18765f94-c4e6-c755-ac1d-a3de06ce4dbc-3893de50 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_91cfe370-0245-0733-cc80-e0128461d2a5-3893de50, #w-node-_983a314a-baad-360b-c27c-560bd790abd0-3893de50, #w-node-dec986e8-2989-ac3d-9697-51959cdb817b-3893de50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_539debc5-c3bf-e500-5373-a3259d80206f-3893de50 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aecd07ed-cd8b-1716-e906-11a45aa52757-3893de50, #w-node-_432c5549-5a58-4527-4926-71dbf8e6a1d1-3893de50, #w-node-_165d79eb-b2a5-28c4-eb36-16dde57c961e-3893de50, #w-node-c962fc9a-3fcf-08e3-bdf2-4ecd4a9701dd-3893de50, #w-node-_448e0e5a-f5bb-b07f-46a7-e322d88554aa-3893de50, #w-node-_448e0e5a-f5bb-b07f-46a7-e322d88554ab-3893de50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bca97c44-ed2a-c4d2-234a-6c62ee4dc6b5-3893de50 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_65cb131a-038a-ef25-ea34-fb9ed9c178b0-3893de50, #w-node-_50c4eecd-635c-c0cb-6b83-c35774246b79-3893de50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}