@import url('https://fonts.googleapis.com/css2?family=Anton&family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Bungee&family=Meow+Script&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Tilt+Warp&display=swap');

html,
body {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100vw;
    min-height: 100vh;
    height: auto;
    /*overflow-x: hidden;*/
    font-family: 'Outfit', sans-serif;
    scroll-behavior: auto;
    user-select: none;
    background: #000;
    overflow-x: hidden;
}

html {
    font-size: 16px;
}

body {
    font-size: 1rem;
}

/* Reset general styles */
* {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

strong,
span,
em,
br,
a {
    position: unset;
    float: unset;
    margin: unset;
    padding: unset;
}

strong {
    font-weight: 700;
}

/*END PAGE TITLE SETTING*/
/*data-container*/
.container {
    width: 100vw;
    height: auto;
    min-height: 100vh;
    background: #FFF;
}

.emailSection {
    width: 100vw;
    padding: 2rem;
    display: grid;
    grid-template-columns: calc((100vw - 4rem) / 2) calc((100vw - 4rem) / 2);
    box-sizing: border-box;
}

.sediSection {
    width: 100%;
    height: auto;
}

.singleSede {
    width: calc(50% - 4rem);
    margin: 2rem;
    height: auto;
    box-sizing: border-box;
    padding: 2rem;
}

.sediTextContainer {
    width: 100%;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    text-transform: uppercase;
}

.sediSectionTitle {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    height: auto;
    margin-bottom: 2rem;
    color: #000;
    font-size: 3rem;
    line-height: 2.3rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
}

.emailSectionTitle {
    margin-top: calc(12vh + 2rem);
}

.sediSectionTitleReduced {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    color: #000;
}

.sedeTitle {
    width: 80%;
    margin-right: 20%;
    letter-spacing: 0.1rem;
    color: #222;
    clear: both;
    text-align: left;
    border-bottom: 1px solid #000;
    ;
}

.sedetext {
    width: 100%;
    color: #444;
    font-size: 1rem;
    line-height: 1.4rem;
    margin-top: 1rem;
}

.background {
    width: 100%;
    height: 35vh;
}

.singleEmailSection {
    width: calc(100% - 2rem);
    padding: 1.5rem;
    box-sizing: border-box;
    border-radius: 1rem;
    margin: 1rem;
    display: grid;
    background: #00000007;
}

.emailTitle {
    width: 100%;
    font-size: 2rem;
    letter-spacing: 0.1rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.emailPayOff {
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #444;
    margin-bottom: 0.5rem;
    letter-spacing: 0.1rem;
    width: 70%;
    margin-right: 30%;
}

.emailItem {
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.emailItem a {
    margin-left: 0.2rem;
    border-radius: 0.2rem;
    background: #000;
    color: #FFF;
    text-decoration: none;
    padding: 0.2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-transform: lowercase;
}

/*GESTIONE ALTRI MONITOR DESKTOP*/
/*formati desktop*/
@media (min-width: 1024px) and (max-width: 1279px) {
    html {
        font-size: 10px;
    }
}

@media (min-width: 1280px) and (max-width: 1365px) {
    html {
        font-size: 11px;
    }
}

@media (min-width: 1366px) and (max-width: 1439px) {
    html {
        font-size: 12px;
    }
}

@media (min-width: 1440px) and (max-width: 1679px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 1680px) and (max-width: 1919px) {
    html {
        font-size: 14px;
    }
}

/*GESTIONE CARATTERI MOBILE*/

@media (min-width: 279px) and (max-width: 319px) {
    html {
        font-size: 10px;
    }
}

@media (min-width: 320px) and (max-width: 359px) {
    html {
        font-size: 10.5px;
    }
}

@media (min-width: 360px) and (max-width: 389px) {
    html {
        font-size: 11px;
    }
}

@media (min-width: 390px) and (max-width: 413px) {
    html {
        font-size: 12.75px;
    }
}

@media (min-width: 414px) and (max-width: 429px) {
    html {
        font-size: 13px;
    }
}

@media (min-width: 430px) and (max-width: 479px) {
    html {
        font-size: 13.25px;
    }
}

@media (min-width: 480px) and (max-width: 539px) {
    html {
        font-size: 13.5px;
    }
}

@media (min-width: 540px) and (max-width: 599px) {
    html {
        font-size: 13.75px;
    }
}

@media (min-width: 600px) and (max-width: 679px) {
    html {
        font-size: 13.875px;
    }
}

@media (min-width: 680px) and (max-width: 767px) {
    html {
        font-size: 13.95px;
    }
}

@media (min-width: 768px) and (max-width: 823px) {
    html {
        font-size: 14px;
    }
}

/*GESTIONE DEVICE MOBILE*/
@media (min-width: 279px) and (max-width: 823px) {

    .emailSectionTitle {
        margin-top: calc(7vh + 1rem);
    }

    .sediSectionTitle {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }

    .emailSection {
        width: 100vw;
        padding: 0.5rem;
        grid-template-columns: calc(100vw - 1rem);
    }

    .emailItem {
        margin-top: 1rem;
        line-height: 2.5rem;
    }

    .emailItem a {
        margin-left: 0rem;
        border-radius: 0.5rem;
        text-decoration: none;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        width: calc(100vw - 7rem);
        font-size: 1.2rem;
        line-height: 1.2rem;
        display: block;
        padding: 1rem;
        text-align: center;
    }

    .singleSede {
        width: calc(100% - 2rem);
        margin: 1rem;
        height: auto;
        box-sizing: border-box;
        padding: 2rem;
    }
}