* {
    margin:0;
    padding: 0;
    box-sizing: border-box;
    line-height: 110%;
}
:root {
    --blue: #1C3563;
}
h1 {
    color: var(--blue);
    font-size: clamp(2.500rem, calc(1.981rem + 3.191vw), 4.375rem);
    font-weight: 700;
}
h2 {
   font-size: 3rem;
   font-weight: 600; 
   text-transform: uppercase;
   color: var(--blue);    
   text-wrap: balance;
}
time {
   font-size: 3rem;
   font-weight: 700; 
   color: var(--blue);
   position: relative;
}
time::before {
    content: "";
    background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='60.779' height='60.533' viewBox='0 0 60.779 60.533'%3E%3Cdefs%3E%3Cpath id='Tracciato_64' data-name='Tracciato 64' d='M0,0H60.779V-60.533H0Z' fill='none'/%3E%3C/defs%3E%3Cg id='Raggruppa_88' data-name='Raggruppa 88' transform='translate(0 60.533)'%3E%3Cg id='Raggruppa_87' data-name='Raggruppa 87' clip-path='url(%23clip-path)'%3E%3Cg id='Raggruppa_85' data-name='Raggruppa 85' transform='translate(1.693 -54.533)'%3E%3Cpath id='Tracciato_62' data-name='Tracciato 62' d='M0,0H53.086V52.846' fill='none' stroke='%23fff' stroke-width='12'/%3E%3C/g%3E%3Cg id='Raggruppa_86' data-name='Raggruppa 86' transform='translate(54.59 -54.328)'%3E%3Cpath id='Tracciato_63' data-name='Tracciato 63' d='M0,0-50.36,50.073' fill='none' stroke='%23fff' stroke-width='12'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center / contain;
    position: absolute;
    width: 15vw;
    height: 15vw;
    bottom: -55px;
    max-width: 50px;
    max-height: 50px;
}
img.asterisk {
    max-width: 100px;
    height: auto;
}
.share-img {
    max-height: 380px;
    width: 100%;
    height: auto;
}
html, body {
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    overflow-x: hidden;
}
main {
    background: linear-gradient(180deg,rgba(248, 153, 98, 1) 0%, rgba(239, 73, 119, 1) 30%, rgba(248, 153, 98, 1) 100%);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 100%;
}
.wrapper {
    width: 100%;
    padding: 3rem 20px;
    max-width: 1024px;
}
.row {
    width: 100%;
    display: flex;
    gap: 40px;
    flex-direction: column;
}
.col {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.row.full {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: var(--blue);
  display: flex;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
.row.date {
    row-gap: 90px;
}
.banner-info {
    display: flex;
    align-items: center;
}
.iscriviti {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
}

.action .row {
    padding-top: 50px;
}
.button {
    padding: 30px 40px;
    color:#fff;
    box-shadow: 0 6px 6px 0px #00000033;
    background-color: var(--blue);
    text-align: center;
    transition: .3s ease;
}
.button:hover {
    background-color: #0f2245;
    box-shadow: 0 20px 30px #07102138 inset;
}
.download {
    padding: 30px 40px;
    color:#fff;
    box-shadow: 0 6px 6px 0px #00000033;
    background-color: var(--blue);
    border-radius: 20px;
    text-align: center;
    transition: .3s ease;
    display: table;
    margin: 40px auto 0 auto;
}
.download:hover {
    background-color: #0f2245;
    box-shadow: 0 20px 30px #07102138 inset;
}
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup {
    padding: 30px;
    margin: 20px;
    background: #fff;
    border-radius: 30px;
    width: 100%;
    position: relative;
    transition: all 5s ease-in-out;
    color:var(--blue);
    display: flex;
    flex-direction: column;
}
.popup p a {
    color:var(--blue);
}
.close {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 20px;
    order:0;
}

.popup {
    width: 40%;
}
.logo {
    margin-top: 50px;
    max-width: 100%;
}
.content {
    order:1;
}
.salta {
    position:absolute; 
    left: -1000px;
    height: 1px; 
    width: 1px;
    background-color: var(--blue);
    padding: 16px;
    color:#fff;
}
.salta:focus, .salta:active {
    position: static;
    display: inline-block;
    height: auto;
    width: auto;
}
@media all and (min-width:768px) {
    main {
        background: rgba(248, 153, 98, 1); 
        background: linear-gradient(130deg,rgba(248, 153, 98, 1) 0%, rgba(239, 73, 119, 1) 100%);
    }  
    .row {
        flex-direction: row; 
        gap: 3rem;
    }
    .row.full {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
    .col-dx {
        gap: 30px;
    }
}
@media all and (max-width: 290px) {
    h1 {
        font-size: 14vw;
    }
    .action a {
        font-size: 7vw;
        padding: 20px;
    }
    .logo {
        margin-top: 0px;
    }
}
@media all and (min-width:768px) and (max-width: 960px) {
    .popup {
        width: 70%;
    }   
}
@media all and (max-width:767px) {
    .popup {
        width: 100%;
    }
    .row {
        text-align: center;
    }
    .hidden {
        display: none;
    }
    h2, time {
        font-size: 10vw;
        
        text-align: center;
        display: block;
    }
    .col {
        display: block;
    }
    .share-img {
        width: 80%;
    }
    
}