.cs-template {
    font-family: Inter, sans-serif;
    margin: 0;
}

.cs-template header {
    background-color: rgba(18, 18, 18, 0.03);
    padding: 60px 0 30px 0;
}

.cs-template h1 {
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 900;
    font-size: 60px;
    line-height: 60px;
}

.cs-template header span {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    vertical-align: middle;
}

.cs-template .header-wrapper, .cs-template .section-wrapper, .cs-template hr {
    max-width: 920px;
    margin: 0 auto;
}

.cs-template section {
    width: 100%;
}

.cs-template .section-wrapper {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

.cs-template .section-wrapper li,
.cs-template .section-wrapper p {
    margin: 30px 0 0 0;
}

.cs-template .section-wrapper h2 {
    font-weight: 500;
    font-size: 32px;
    vertical-align: middle;
    margin: 30px 0;
    line-height: 38px;
}

.cs-template hr {
    margin: 30px auto 0 auto;
}

.cs-template footer {
    margin-top: 60px;
    padding: 30px 0 12px 0;
    background-color: rgba(18, 18, 18, 0.03);
}

.cs-template footer p {
    font-size: 12px;
    color: rgba(0, 0, 0, .4);
}

.cs-template .footer-wrapper {
    max-width: 920px;
    margin: 0 auto;
}

.cs-template footer .regulation-wrapper {
    display: flex;
    margin-bottom: 60px;
}

.cs-template .regulation {
    padding: 6px 10px;
    border: 1px solid rgba(18, 18, 18, 0.4);
    margin-right: 12px;
    border-radius: 8px;
    font-size: 14px;
} 

/* Personalizzazioni */

.gt3-page-title {
    display: none !important;
}
