body {
    font: 1.25rem/1.85 "Roboto", "sans-serif" !important;
    color: var(--body) !important;
    background-color: var(--white) !important;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    -ms-overflow-style: scrollbar;
    -webkit-font-smoothing: antialiased;
    position: relative;
}

html {
    scroll-behavior: smooth;
}

/* ------- colors ------- */
:root {
    --body: #3B3B3B;
    --white: #ffffff;
    --prime: #282561;
    --green: #43BC75;
    --darkgreen: #339059;
    --snow: #F9F9F9;
    --bright-gray: #EFEFEF;
    --white-smoke: #F4F4F4;
    --light-red: #f0f0f0;
    --dark-turquoise: #00C5D1;
    --transparent: rgba(0, 0, 0, 0);
}

/* ------------------ */

/* ----- Custom Classes ------ */
.m24-section {
    position: relative;
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
}

main {
    min-height: 100vh;
}

.social-links {
    font-size: 2rem;
}

.pagina_contatti #cf7_form .privacy_text,
.text-darkblue {
    color: var(--prime) !important;
}

.text-green {
    color: var(--green) !important;
}

.text-darkgreen {
    color: var(--darkgreen) !important;
}

.text-darkturquoise {
    color: var(--dark-turquoise) !important;
}

.staffcv ul {
    list-style: none;
    padding-left: 0
}

.bg-darkblue {
    background: var(--prime) !important;
}

.bg-green {
    background: var(--green) !important;
}

.bg-darkgreen {
    background: var(--darkgreen) !important;
}

.bg-snow {
    background: var(--snow) !important;
}

.bg-whitesmoke {
    background: var(--white-smoke) !important;
}

.fs-15 {
    font-size: 0.95rem !important;
    line-height: 1.6rem !important;
}

.m24-btn {
    display: inline-flex;
    align-items: center;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    font-weight: 700;
    border-radius: 6px;
    color: var(--white);
    transition: all .3s ease-in-out;
}

.m24-btn i {
    margin-left: 1.5rem;
    transition: all .3s ease-in-out;
}

.m24-btn:hover i {
    transform: translateX(10px);
}

.m24-btn.m24-greenbtn {
    color: var(--white);
    background: var(--green);
}

.m24-btn.m24-bluebtn {
    color: var(--white);
    background: var(--prime);
}

.m24-close {
    position: absolute;
    top: -15px;
    right: -15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--prime);
    background: var(--white) !important;
    border-radius: 50%;
    opacity: 1 !important;
}

.m24-title {
    position: relative;
    margin-bottom: 2rem;
}

.m24-title h2 {
    font-family: 'Averta-Black' !important;
    font-weight: 800;
    color: var(--prime);
    font-size: 3.8rem;
    line-height: 4.2rem;
}

.m24-title h2 span {
    color: var(--green);
}

.m24-subtitle {
    position: relative;
    margin-bottom: 1rem;
}

.m24-subtitle h3 {
    font-family: 'Averta-Black' !important;
    font-weight: 800;
    color: var(--prime);
    font-size: 1.6rem;
    line-height: 1.8rem;
}

.m24-subtitle-lg {
    position: relative;
    margin-bottom: 1rem;
}

.m24-subtitle-lg h4 {
    font-family: 'Averta-Black' !important;
    font-weight: 800;
    color: var(--prime);
    font-size: 3.2rem;
    line-height: 3.2rem;
}

.m24-text-helvetica {
    font-family: 'helveticaNeue' !important;
}

.m24-shadow {
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    z-index: 2;
}

.m24-shadow-hover:hover {
    box-shadow: 0px 13px 54px rgb(78 78 78 / 32%);
}

.m24-shadow-lg {
    box-shadow: 0px 3px 46px rgb(0 0 0 / 16%);
}

.m24-linkbtn,
.m24-sm-linkbtn {
    width: 65px;
    height: 65px;
    display: flex;
    font-size: 1.25rem !important;
    color: var(--prime);
    justify-content: center;
    align-items: center;
    background: var(--snow);
    border-radius: 6px;
}

.m24-sm-linkbtn {
    width: 47px;
    height: 47px;
}

.m24-linkbtn:hover,
.m24-sm-linkbtn:hover {
    background: var(--green);
    color: var(--white);
}

.img-squareshape {
    position: relative;
    padding-top: 1.5rem;
    padding-right: 1.5rem;
}

.img-squareshape img {
    width: 100%;
}

.img-squareshape:before {
    position: absolute;
    content: "";
    top: 0px;
    right: 0px;
    width: 250px;
    height: 250px;
    display: inline-block;
    background: var(--prime);
    z-index: -1;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Averta-Black' !important;
    font-weight: 800;
}

.h-5 {
    height: 5px !important;
}

.z-1 {
    z-index: 1 !important;
}

.z-2 {
    z-index: 2 !important;
}

.z-10 {
    z-index: 10 !important;
}

/* -------- abstracts -------- */
.m24-triangle-bottomleft:after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0px;
    width: 100%;
    height: 60px;
    clip-path: polygon(100% 100%, 0 100%, 0 0);
}

.m24-triangle-bottomright:after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0px;
    width: 100%;
    height: 60px;
    clip-path: polygon(100% 0px, 0% 100%, 100% 100%);
}

.m24-triangle-topright:after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0px;
    width: 100%;
    height: 60px;
    clip-path: polygon(100% 100%, 0 100%, 0 0);
}

.m24-triangle-blue:after {
    background: var(--prime);
}

.m24-triangle-green:after {
    background: var(--green);
}

.m24-triangle-lightred:after {
    background: var(--light-red);
}

.m24-triangle-white:after {
    background: var(--white);
}

.m24-triangle-topbottomleftright-cliping {
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%);
}

.m24-triangle-bottomleft-cliping {
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
}

.m24-triangle-topleft-cliping {
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
}

.m24-triangle-topright-cliping {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
}

/* -------------------------- */

/* --------------------------- */

/* -------- header ------- */
header {
    background: var(--white);
}

header.fixed-top {
    box-shadow: 0px 1px 4px rgb(40 37 97 / 20%);
}

.m24-navbar ul.m24-menu {
    position: relative;
}

.m24-navbar ul.m24-menu>li.nav-item:not(:last-child) {
    margin-right: 1rem;
}

.m24-navbar ul.m24-menu>li>a {
    padding-top: 84px;
    padding-bottom: 26px;
}

.m24-navbar ul.m24-menu li a {
    font-family: 'Averta-Bold' !important;
    font-size: 1rem;
    font-weight: 700;
    color: var(--prime);
    position: relative;
}

.m24-navbar ul.m24-menu li a:hover,
.m24-navbar ul.m24-menu li a.active {
    color: var(--green);
}

.m24-navbar ul.m24-menu>li>a:before {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 50%;
    width: 0;
    height: 4px;
    background: var(--green);
    transform: translateX(-50%);
    transition: width .3s ease-in-out;
}

.m24-navbar ul.m24-menu>li ul.dropdown-menu li a {
    font-family: 'Averta-Black' !important;
    font-weight: 800;
}

.m24-navbar .telbox {
    margin-bottom: 26px;
}

.m24-telbtn {
    color: var(--prime);
    height: 40px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    border: 1px solid #69B97B;
    border-radius: 6px;
    transition: all .3s ease-in-out;
}

.m24-loginsoftware {
    position: absolute;
    top: 0px;
    right: 1.5rem;
    z-index: 1;
}

.m24-loginsoftware a.login-software {
    color: var(--white);
    background: var(--prime);
    font-weight: 700;
    height: 46px;
    display: inline-flex;
    align-items: center;
    margin-top: -4px;
    border-radius: 6px;
}

.total-background {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

/* ----------------------- */

/* -------- hero -------- */
.m24-hero,
.m24-subhero {
    min-height: calc(100vh - 136px);
    padding-top: 10rem;
    padding-bottom: 10rem;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.m24-subhero.article-page {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.m24-bottom-abstract {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
}

.m24-bottom-abstract svg {
    vertical-align: bottom;
}

.hero h1 {
    font-size: 7rem;
    line-height: 7rem;
    font-family: 'Averta-Black' !important;
    font-weight: 800;
}

.m24-subhero {
    min-height: calc(80vh - 136px);
    padding-bottom: 15rem;
}

.subhero h1 {
    font-size: 6.25rem;
    line-height: 6.25rem;
    font-family: 'Averta-Black' !important;
    font-weight: 800;
}

.article-page .subhero h1 {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 300;
}

/* ---------------------- */

/* -------- wehelp --------- */
.m24-wehelpbusiness {
    position: relative;
    padding-bottom: 8rem;
}

.wehelp-business .img-clipbox {
    padding: 1.5rem;
    width: 100%;
    height: 100%;
    position: relative;
}

.wehelp-business .img-clipbox:before {
    position: absolute;
    content: "";
    top: 0px;
    right: 0px;
    width: 200px;
    height: 200px;
    background: var(--prime);
    z-index: -1;
}

.wehelp-business .img-clipbox:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 190px;
    height: 190px;
    border-bottom: 190px solid var(--green);
    border-right: 190px solid transparent;
}

.wehelp-business .img-clipbox .m24-verticalline {
    position: absolute;
    right: -1.5rem;
    bottom: 1.5rem;
    width: 5px;
    height: 40%;
    background: var(--bright-gray);
}

.wehelp-business .img-clipbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 70px;
    clip-path: polygon(100% 0, 100% 100%, 35% 100%, 0 70%, 0 0);
}

/* ------------------------ */

/* ----- secure-solutions ------ */
.m24-securesolutions {
    position: relative;
    overflow: hidden;
    background: var(--light-red);
    padding-top: 3rem;
    padding-bottom: 10rem;
}

.logo-watermark {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0px;
    width: 45%;
    z-index: 1;
}

/* ---------------------------- */

/* ------- total-news -------- */
.total-news .totalnews-box .card img {
    height: 100%;
    max-height: 200px;
    object-fit: cover;
}

.total-news .totalnews-box .card .link a.stretched-link {
    color: var(--prime);
}

.total-news .totalnews-box .card .link a.stretched-link:hover {
    color: var(--white);
}

.total-news .totalnews-box .card .link a.stretched-link:before {
    position: absolute;
    content: "";
    right: -1px;
    bottom: -1px;
    width: 95px;
    height: 95px;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.total-news .totalnews-box .card .link a.stretched-link i {
    position: relative;
    right: -0.5rem;
    bottom: -0.5rem;
}

.total-news .totalnews-box .card .link a.stretched-link:hover:before {
    background: var(--green);
}

.swiper-slide {
    height: auto;
}

.m24-slider .swiper-btn {
    margin-top: 2rem !important;
}

.m24-slider .swiper-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 65px;
    color: var(--prime);
    margin-left: 0.8rem;
    margin-right: 0.8rem;
    border-radius: 6px;
    background: var(--snow) !important;
    position: relative;
    left: auto;
    right: auto;
    /* opacity: 1 !important; */
}

.m24-slider .swiper-btn:after {
    font-size: 0px;
}

.m24-slider .swiper-btn:hover {
    background: var(--green) !important;
}

.total-news .totalnews-filterbtn button:not(:last-child) {
    margin-right: 1rem;
}

.total-news .totalnews-filterbtn button {
    border: 0px;
    padding: 1rem;
    background: var(--snow);
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%) !important;
}

.total-news .totalnews-filterbtn button.is-checked {
    color: var(--white);
    background: var(--green);
}

.totalnews-filterresult .totalnews-box .card {
    min-height: 550px;
}

.m24-pagination ul.pagination li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    color: var(--prime);
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-family: 'Averta-Black' !important;
    font-weight: 800;
    border: 0px;
    background: transparent !important;
}

.m24-pagination ul.pagination li a:after {
    position: absolute;
    content: "";
    bottom: 8px;
    right: 5px;
    width: 5px;
    height: 5px;
    display: inline;
    background: var(--green);
    border-radius: 50%;
}

.might-interest .m24-slider .swiper-btn {
    background: var(--green) !important;
}

.guarantee-privacy .m24-text-helvetica p {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.4rem;
    color: var(--prime);
}

/* ---------------------------- */

/* -------- Our-skills -------- */
.our-skills .ourSkills-imgslider {
    padding-left: 3rem;
    padding-right: 3rem;
}

.our-skills .ourSkills-imgslider .ourskills-images {
    padding-top: 2rem;
    padding-left: 2rem;
    position: relative;
}

.our-skills .ourSkills-imgslider .ourskills-images:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 85%;
    height: 70%;
    background: var(--prime);
    z-index: -1;
}

.our-skills .ourSkills-imgslider .ourskills-images .ourskills-imagesspace {
    margin-bottom: -15%;
}

.our-skills .ourSkills-imgslider .swiper-btn {
    color: var(--prime);
    /* opacity: 1; */
    font-size: 2.4rem;
}

.our-skills .ourSkills-imgslider .swiper-btn.swiper-button-prev {
    left: -3rem;
}

.our-skills .ourSkills-imgslider .swiper-btn.swiper-button-next {
    right: -3rem;
}

.our-skills .ourSkills-imgslider .swiper-btn:after {
    font-size: 0px;
}

.our-skills .ourskills-box .card {
    background: var(--snow);
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.our-skills .ourskills-box.swiper-slide-active .card,
.our-skills .ourskills-box .card:hover {
    background: var(--white);
    box-shadow: 0px 13px 49px rgb(40 37 97 / 11%);
}

.our-skills .ourskills-box.swiper-slide-active .card a.m24-linkbtn,
.our-skills .ourskills-box .card:hover a.m24-linkbtn {
    background: var(--green);
    color: var(--white);
}

/* ----------------------------- */

/* -------- expert-team -------- */
.m24-expertteam {
    background: url("../images/expert-team-for-total-service.jpg") top left / cover no-repeat;
    position: relative;
    clip-path: polygon(100% 0, 100% 90%, 0 100%, 0 10%);
}

/* ----------------------------- */

/* --------- breadcrumb --------- */
.m24-breadcrumb {
    padding-block: 1rem;
}

.m24-breadcrumb .breadcrumb li,
.m24-breadcrumb .breadcrumb li a,
.breadcrumb-item+.breadcrumb-item::before {
    color: var(--prime);
    font-size: 0.95rem;
}

.m24-breadcrumb .breadcrumb li.active,
.m24-breadcrumb .breadcrumb li.active a,
.m24-breadcrumb .breadcrumb li.active+li,
.m24-breadcrumb .breadcrumb li.active+li.breadcrumb-item::before {
    color: var(--darkgreen);
}

/* ------------------------------ */

/* -------- chi-siome --------- */
.secure-solutions-360 .securesolutions-category object {
    height: 62px;
}

.secure-solutions-360 .securesolutions-category .card .m24-subtitle h3 {
    font-size: 1.4rem;
    line-height: 1.6rem;
}

.m24-totalservice-pillstabs .nav-pills {
    flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    padding-right: 3rem;
    margin-right: 2rem;
    position: relative;
}

.m24-totalservice-pillstabs .nav-pills:after {
    position: absolute;
    content: "";
    top: 0px;
    right: 0px;
    width: 5px;
    height: 80%;
    background: var(--bright-gray);
}

.m24-totalservice-pillstabs .nav-pills button {
    font-size: 2rem;
    font-family: 'Averta-Black';
    font-weight: 800;
    text-align: end;
    color: var(--prime);
    background: var(--white);
    padding: 0.5rem 4rem 0.5rem 2rem;
    margin-bottom: 1rem;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 16%);
    border-radius: 0px;
    border: 0px;
    position: relative;
    transition: all .3s ease-in-out;
}

.m24-totalservice-pillstabs .nav-pills button.active,
.m24-totalservice-pillstabs .nav-pills button:hover {
    color: var(--white);
    background: var(--prime);
}

.m24-totalservice-pillstabs .nav-pills button i {
    position: absolute;
    content: "";
    top: 56%;
    right: 30px;
    transform: translateY(-50%);
    transition: right .3s ease-in-out;
    visibility: hidden;
}

.m24-totalservice-pillstabs .nav-pills button.active i,
.m24-totalservice-pillstabs .nav-pills button:hover i {
    right: 15px;
    visibility: visible;
}

.card .img-clipbox .m24-socialmedia {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}

.card .img-clipbox .m24-socialmedia span {
    margin: 0px 5px;
}

.card .img-clipbox .m24-socialmedia span a {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: var(--body);
    background: var(--white);
    border-radius: 50%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.card .img-clipbox .m24-socialmedia span a:hover {
    color: var(--white);
    background: var(--prime);
}

.card .img-clipbox .m24-socialmedia span a i {
    font-size: 0.95rem;
    line-height: 30px;
}

.our-achievement .ourachievement-box:not(:last-child) .our-achievement-list {
    border-right: 1px solid rgba(255, 255, 255, 27%);
    ;
}

.our-achievement .our-achievement-list h3 {
    font-size: 3.85rem;
}

/* ---------------------------- */

/* --------- formazione -------- */
.formazione .formazione-list .card .m24-subtitle h3 {
    font-size: 2.4rem;
    line-height: normal;
}

.m24-faq .faq button.accordion-button {
    font-family: 'Averta-Black' !important;
    font-weight: 800;
    color: var(--prime);
    font-size: 1.6rem;
    line-height: 1.8rem;
    display: flex;
    align-items: center;
    min-height: 120px;
}

.faq .accordion-button::after {
    content: "\eab2";
    color: var(--green);
    width: auto;
    height: auto;
    font-family: IcoFont !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    background-image: none !important;
}

.m24-faq .accordion-body {
    position: relative;
    padding: 1.5rem;
}

.m24-faq .accordion-body:before {
    position: absolute;
    content: "";
    top: 2rem;
    left: 0px;
    width: 3px;
    height: calc(90% - 2rem);
    background: var(--green);
}

/* ---------------------------- */

/* -------- e-learning -------- */
.m24-coursevideo .m24-playbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 73px;
    height: 73px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--white);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.m24-faq .faq ol.program-orderlist>li,
ul.custom-check-liststyle li {
    padding-left: 2.8rem;
    position: relative;
}

.m24-faq .faq ol.program-orderlist li:not(:last-child),
ul.custom-check-liststyle li:not(:last-child) {
    margin-bottom: 0.5rem;
}

.m24-faq .faq ol.program-orderlist>li span {
    position: absolute;
    top: 6px;
    left: 0px;
    font-size: 1.6rem;
    line-height: 1.7rem;
    font-family: 'Averta-Black';
    font-weight: 800;
    color: var(--prime);
    width: 35px;
    text-align: right;
}

.m24-faq .faq ol.program-orderlist>li span i {
    font-size: 0.4rem;
    color: var(--green);
    margin-left: 3px;
}

/* ---------------------------- */

/* --------- Privacy ---------- */
.m24-underline {
    padding-bottom: 1px;
    border-bottom: 2px solid var(--green);
}

.privacy .privacy-points {
    padding: 2rem;
}

.privacy .privacy-points .privacy-point h4 {
    font-family: 'Roboto Medium' !important;
    font-weight: 500 !important;
}

ul.custom-check-liststyle li:before {
    position: absolute;
    content: "\eed6";
    top: 2px;
    left: 0px;
    color: var(--green);
    font-size: 2rem;
    font-family: IcoFont !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    background-image: none !important;
}

/* ---------------------------- */

/* ------ DPO Esterno -------- */
.youhave-question .card h3 {
    font-size: 1.75rem;
    font-family: 'Averta-Bold' !important;
    font-weight: 700;
}

/* --------------------------- */

/* -------- our-client -------- */
.m24-ourclients {
    position: relative;
}

.our-clients .ourclients-slider {
    padding-left: 5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.ourclients-slider.m24-slider .swiper-slide {
    text-align: center;
}

.ourclients-slider.m24-slider .swiper-slide img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.our-clients .ourclients-slider .outclient-sliderarrow {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    z-index: 1;
}

.ourclients-slider.m24-slider .swiper-btn {
    top: 0px;
    margin: 5px auto !important;
}

/* ----------------------------- */

/* ------ software-design ------- */
.m24-softwaredesign {
    background: var(--green);
}

.software-design .m24-title object {
    height: 100px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

/* ------------------------------ */

/* -------- we help you --------- */
.m24-wehelpyou {
    padding-top: 10rem;
    padding-bottom: 10rem;
    ;
    background: rgb(40 37 97 / 70%) url("../images/helping-team-discussion.jpg") center center / cover no-repeat;
    background-blend-mode: multiply;
    position: relative;
}

.m24-wehelpyou:after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0px;
    width: 100%;
    height: 60px;
    background: #19173E;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.contact-form form .form-floating label,
.contact-form form .form-floating input {
    font-size: 0.9rem !important;
}

.contact-form form .form-floating input {
    min-height: 60px;
}

.contact-form form .form-check input.form-check-input {
    margin-top: .5rem !important;
}

.contact-form form .form-check label.form-check-label {
    font-size: 0.95rem !important;
    line-height: 1.6rem !important;
}

.wpcf7-list-item-label {
    font-size: 0.95rem !important;
    line-height: 1.6rem !important;
    color: #fff;
}

input::placeholder,
textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--prime);
    opacity: 1;
    /* Firefox */
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--prime);
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--prime);
}

/* ------------------------------- */

/* -------- Chat Boat -------- */
.m24-chat {
    position: fixed;
    right: 1rem;
    z-index: 9;
    bottom: 100px;
    height: 110px;
    border-radius: 56px 4px 4px 56px;
    z-index: 100;
}

.m24-chat .m24-chatimg {
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid var(--white);
    border-radius: 50%;
}

.m24-chat .m24-chatimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.m24-chat .m24-chattext h6 {
    font-size: 0.9rem !important;
    line-height: 0.9rem;
    font-family: 'Roboto' !important;
    font-weight: 700;
}

.m24-chat .m24-chattext p {
    font-size: 0.6rem;
    opacity: 0.7;
    line-height: 0.95rem;
    font-family: 'Roboto' !important;
    font-weight: 700;
}

.m24-chat .m24-chattext h5 {
    font-size: 1rem;
    line-height: 1rem;
    font-family: 'Roboto' !important;
    font-weight: 700;
}

.m24-chat .m24-chattext span {
    font-size: 0.8rem;
    line-height: 1.1rem;
    font-family: 'Roboto' !important;
    font-weight: 700;
    display: block;
}

.m24-chat .m24-chattext .m24-btn {
    font-size: 1rem;
    padding-block: 0.6rem;
}

/* ----------------------- */

/* -------- contattaci --------- */
.contattaci .contattaci-left .contattaci-linfo:first-child:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0px;
    width: 70%;
    height: 1px;
    background: var(--prime);
    transform: translateX(-50%);
}

.m24-map .mapouter {
    position: relative;
    text-align: right;
    width: 100%;
    height: 800px;
}

.m24-map .gmap_canvas {
    overflow: hidden;
    background: none !important;
    width: 100%;
    height: 800px;
}

/* ----------------------------- */

/* ------- footer ------- */
.m24-footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: #19173E;
    font-size: 0.95rem;
    line-height: 1.65rem !important;
    color: #D0D0D0;
    position: relative;
}

.m24-footer::after {
    position: absolute;
    content: "";
    bottom: 0px;
    right: 5%;
    width: 50%;
    height: 40%;
    background: url("../images/logo-footer.svg") no-repeat;
    background-position: bottom right;
    background-size: contain;
}

.m24-footer .footer-contact address.border-bottom {
    border-bottom-color: #3B3A3A !important;
}

.m24-footer .footer-contact address p a {
    color: #D0D0D0;
}

.m24-footer .footer-news .ultimenews-list:not(:last-child) {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #3B3A3A;
}

.m24-footer .footer-news .ultimenews-list h5 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.8rem;
}

.m24-footer .footer-news .ultimenews-list small {
    font-size: 0.9rem;
}

.m24-footer .footer-news .wp-block-latest-posts__post-date {
    color: var(--green) !important;
    font-size: 0.9rem;
}

.m24-footer .footer-news .wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #3B3A3A;
}

.m24-footer .footer-news .wp-block-latest-posts.wp-block-latest-posts__list li a {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.8rem;
    color: #fff !important;
    font-family: 'Averta-Black' !important;
}

.m24-footer .footer-service ul {
    margin-bottom: 2.5rem;
}

.m24-footer .footer-service ul li:not(:last-child) {
    margin-bottom: 0.8rem;
}

.m24-footer .footer-service ul li a {
    color: #D0D0D0;
    display: inline-block;
    transition: all .3s ease-in-out;
}

.m24-footer .footer-service ul li a:hover {
    transform: translateX(10px);
}

.m24-footer .footer-service ul li a i {
    margin-right: 1.5rem;
}

.m24-footer .footer-service .newsletter .input-group {
    background: #fff;
    border-radius: 6px;
}

.m24-footer .footer-service .newsletter .input-group input {
    height: 48px;
    border-radius: 6px;
    border: 0px;
    z-index: auto;
}

.m24-footer .footer-service .newsletter .input-group button {
    width: 48px;
    height: 48px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #69B97B;
    color: var(--white);
    font-size: 1.8rem;
    border-radius: 6px !important;
}

.m24-copyright {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background: #000;
}

#m24_scrollTop {
    width: 48px;
    height: 48px;
    font-size: 24px;
    color: var(--white);
    border-radius: 6px;
    text-align: center;
    background: var(--green);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    -webkit-transition: display .3s ease-in-out;
    transition: display .3s ease-in-out;
    z-index: 1001;
}

/* ---------------------- */

/* ------- Media Query ------- */

.sotto_titolo {
    font-family: 'Averta-Black' !important;
}

/* -------------------------- */
.login-logo {
    margin: 0 auto;
    text-align: center;
}

/* --timeline -- */
.timeline {
    position: relative;
    padding: 0;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    background: #19173E;
    /* Blu */
    transform: translateX(-50%);
    z-index: 0;
}

.timeline-step {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
    min-height: 380px;
}

.timeline-step.due-foto {

    min-height: 480px;
}

.timeline-step.tre-foto {

    min-height: 880px;
}

.timeline-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    background: #fff;
    border: 6px solid #28a745;
    /* Verde */
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.text-section,
.photo-section {
    width: 50%;
    position: relative;
    z-index: 2;
    padding: 2rem 1rem;
}

.timeline-step.flex-row-reverse .text-section {
    order: 2;
}

.timeline-step.flex-row-reverse .photo-section {
    order: 1;
}

.photo-main {
    width: 80%;
    max-width: 420px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.13);
    position: relative;
    z-index: 1;
    border-radius: 12px;
    background: #fff;
}

.photo-overlap {
    width: 65%;
    max-width: 320px;
    position: absolute;
    top: 237px;
    left: 280px;
    z-index: 2;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
    opacity: 1;
    border-radius: 12px;
    background: #fff;
}

.photo-overlap-third {
    width: 70%;
    max-width: 440px;
    position: absolute;
    top: 400px;
    left: 40px;
    z-index: 3;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.25);
    opacity: 1;
    border-radius: 12px;
    background: #fff;
}

.photo-section {
    min-height: 320px;
}

.class-specialisti-della-privacy {
    background-position: right 0 !important;
}

.class-videosorveglianza-e-privacy-il-nostro-supporto,
.class-chi-siamo {
    background-position: 70% 0 !important;
}

.class-intelligenza-artificiale-usala-senza-rischi {
    background-position: 20% 0 !important;
}