.web-disclaimer {
    display: block;
}
.mob-disclaimer {
    display: none;
}
@media screen and (max-width:600px) {
    .web-disclaimer {
        display: none;
    }
    .mob-disclaimer {
        display: block;
    }
    .l-page__content-box {
        margin-bottom: 0px !important;
    }
}
html {
    background:linear-gradient(#eceff7,#ccd2e2)
}
.site_parent_container {
    margin-top: 0px !important;
}
.site_content_container{
    margin-top: 0px !important;
    padding-top: 0px !important;
}
.site_item {
    padding: 20px 0px !important;
}
.site_item > p {
    font-family: Calibri,sans-serif !important;
    color : #bbb6b6 !important;
    margin-top: 0px !important;
}
.consent_section {
    margin-top: 0px !important;
}