main {
    overflow: hidden;
}

a.left i {
	margin-left: 0px !important;
	margin-right: 10px !important;
}

a.left:hover i {
    transform: translateX(-10px) !important;
}

.splide__pagination {
    bottom: -1em;
}

#clearfix {
    height: 125px;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url('../images/logo-overlay.png');
    background-size: cover;
    background-position: left;
}

.object-fit {
    object-fit: cover;
    object-position: center;
}

#testata {
    height: 100vh;
}

#testata h1 {
    font-size: 70px;
}

.overlay .primary-button:hover {
    background-color: transparent;
    color: var(--white-color);
}

.slider-overlay:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.slider-video {
    width: 100vw;
    height: auto;
}

.bg-right {
    background-image: url('../images/bg-right.png');
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
}

.bg-right-big {
    background-image: url('../images/bg-right-big.png');
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
}

.icona {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icona--min-width {
    min-width: 80px;
}

.icona--storia {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icona i {
    font-size: 45px;
}

.icona--storia i {
    font-size: 35px;
}

#clienti {
    transform: translateY(-100px);
    margin-bottom: -150px;
}

#clientiCarousel img {
    filter: grayscale(1);
}

/*---------------------------
-------- AZIENDA --------
---------------------------*/
.storia-row {
    position: relative;
    overflow: hidden;
}

.storia-row:after {
    content: '';
    width: 3px;
    height: calc(100% - 48px);
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 48px;
    background-color: #EEE;
    z-index: -1;
}

.storia__item.order-lg-1:after {
    width: 0;
    height: 0;
    line-height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid var(--light-color);
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
}

.storia__item.order-lg-3:after {
    width: 0;
    height: 0;
    line-height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid var(--light-color);
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 6px;
}

.servizio__immagine:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: var(--primary-color-light);
    transform: rotate(-30deg);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 20px;
}

.accordion-button:not(.collapsed) {
    color: var(--primary-color);
    background-color: var(--white-light);
    box-shadow: none;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
}

/*--------------------------
-----Contact form---------
--------------------------*/
.gform_required_legend {
    display: none;
}

.gform-button--width-full {
    border: 0;
}

.ginput_container_consent {
    margin-top: 10px;
}

.contact-form-image {
    margin-top: -150px;
}


/* Gravity campo nazione 100% */
/* Rende il campo Indirizzo a larghezza piena */
.full-width-address .ginput_complex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.full-width-address .ginput_complex input,
.full-width-address .ginput_complex select {
    flex: 1 1 100%; /* Ogni campo occupa il 100% */
    max-width: 100%;
    margin-bottom: 10px; /* Aggiunge spazio tra i campi */
}

/* Rimuove eventuali margini e padding extra */
.full-width-address .ginput_complex input,
.full-width-address .ginput_complex select {
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid var(--border-solid-color);
    border-radius: 10px;
}
.full-width-address .ginput_complex .address_state {
    flex: 1 1 100%; /* Campo Stato occupa il 100% */
}

.gform_wrapper.gravity-theme .ginput_container_address span {
	flex: 0 0 100% !important;
}


#field_6_24 {
    grid-column: span 2;
    margin-top: 7px;
}

#field_6_25 {
	grid-column: span 6;
}

#field_6_24 .gfield_label {
    display: block !important;
    font-weight: 300 !important;
    float: left !important;
    width: 80px;
}

#field_6_24 .ginput_container {
    float: left;
    display: contents;
}

.gchoice  {
    float: left;
    margin-right: 20px;
}

.gfield_description {
    font-size: 12px !important;
    opacity: 0.5 !important;
    line-height: 6px !important;
}

.gform_wrapper.gravity-theme .ginput_container_date input {
    width: 100% !important;
}

.gform-body input[type=text],
.gform-body input[type=email],
.gform-body textarea,
.gform-body input[type=tel],
.gform-body select {
    border-bottom: 1px solid var(--black-color);
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
	background-color: transparent;
}

.gform_button {
    padding: 0 20px 0 0 !important;
    border: 0 !important;
    background-color: transparent !important;
    text-transform: uppercase !important;
}
#gform_submit_button_1::after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    margin-left: 0.3rem;
    transition: 0.3s ease-in-out;
    position: relative;
    font-size: 12px;
    bottom: 2px;
}

.gform_wrapper.gravity-theme * {
    color: var(--black-color) !important;
}

.gform_wrapper.gravity-theme .gfield_label a:hover {
    text-decoration: none;
}

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
    margin: -45px 0 0 0 !important;
    padding: 16px 0 !important;
    float: right !important;
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    margin-bottom: 20px !important;
    padding: 8px 8px 8px 0 !important;
}

.gform_wrapper.gravity-theme .gfield_label {
	display: none!important
}

#gform_3 input[type=file] {
    min-height: 46px;
    padding: 10px;
}

.gfield_required_asterisk {
    color: var(--primary-color) !important;
}

.form-container-white {
    min-height: 500px;
}

/*.page-template-page-contatti .form {
    transform: translateY(-140px);
}*/

/* #contattiForm {
    margin-bottom: -140px;
} */

.form-container {
    min-height: 420px;
    margin: 280px 0 230px 0;
}

.form-absolute {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.stampo-disegno img,
.stampo-finito img {
    width: 55%;
}

.stampo-disegno {
    margin-bottom: -150px;
    position: relative;
}

.translate-bottom {
    transform: translateY(80px);
}

#serviceSlider,
#serviceImage,
#settoreImage {
    position: sticky;
    top: 150px;
}

.single-prodotto h1 {
    font-size: 40px;
}

.wpml-ls-item {
    padding: 0 10px !important;
}





/*--------------------------
-----Sezioni fullscreen---------
--------------------------*/
.section {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100vh;
}

#section-left {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(var(--primary-color-rgb), 1) 50%, rgba(var(--primary-color-rgb), 1) 100%);
}

#section-right {
    background: rgb(255, 255, 255);
    background: linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(var(--primary-color-rgb), 1) 50%, rgba(var(--primary-color-rgb), 1) 100%);
}



/* ==========================================================================
   Section Navigation
   ========================================================================== */

/* #section-menu {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 3000;
    text-transform: uppercase;

    -webkit-transition: all ease 0.1s;
    transition: all ease 0.1s;
}

#section-menu.freeze {
    right: -112px;
}

.touch #section-menu {
    display: none;
}

#section-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#section-menu li {}

#section-menu a {
    float: right;
    clear: both;

    display: block;
    height: 2em;
    line-height: 2em;
    text-decoration: none;
    padding: 0 16px;
    background: rgba(0, 0, 0, 0.5); 
    color: #fff;
    white-space: nowrap;

    -webkit-transition: all ease 0.1s;
    transition: all ease 0.1s;
}

#section-menu.freeze a {
    float: none;
    width: 128px;
}

#section-menu a:hover,
#section-menu a:focus {
    background: rgba(0, 0, 0, 0.75);
    font-size: 1.2em;
}

#section-menu a span {
    display: none;
    font-weight: 700;
    position: relative;
    width: 48px;
    left: -16px;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
}

#section-menu a.active {
    background: #000;
    font-size: 1.4em;
    font-weight: 700;
}

#section-menu.freeze a span {
    display: inline-block;
}

#section-menu a.active span {
    display: inline-block;
    background: #000;
}

#section-menu a.active span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(255, 255, 255, 0.25);
}

#section-menu.freeze a.active span:before {
    display: none;
}
*/

#section-left h6 {
    font-size: 14px !important
}

.bg-section-title {
    background: var(--primary-color);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(var(--primary-color-rgb), 1) 30%, rgba(var(--primary-color-rgb), 1) 70%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);

}

.table>:not(caption)>*>*,
#descrizione_tabella>:not(caption)>*>* {
    padding: .1rem .4rem !important;
    border-bottom-width: 1px !important;
    font-size: 14px;
    line-height: 20px;
}

.table-responsive-lg {
    overflow-y: auto;
}

.table tr:first-child,
#descrizione_tabella table>tbody>tr:first-child:hover>* {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.table-hover>tbody>tr:first-child:hover>*,
#descrizione_tabella table>tbody>tr:first-child:hover>* {
    color: var(--white-color);
}

.model-title strong {
    color: var(--primary-color);
    font-family: var(--font-family-title);
}

@keyframes animazione-immagini {
    0% {
        transform: translateX(0%) scale(1);
    }

    50% {
        transform: translateX(50%) scale(1.2);
    }

    100% {
        transform: translateX(50%) scale(1.2);
    }
}

@keyframes animazione-img-destra {
    0% {
        transform: translateX(0%) scale(0.5);
        opacity: 0;
    }

    25% {
        transform: translateX(200px) scale(1);
        opacity: 1;
    }

    75% {
        transform: translateX(200px) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(0%) scale(0);
        opacity: 0;
    }
}



/* .img-left,
.img-right {
    max-width: 100%;
    height: auto;
    position: relative;
    transition: transform 3s ease-in-out, opacity 4s ease-in-out;
}

.img-left {
    left: -50%;
    animation: animazione-immagini 4s forwards;
    z-index: 9
}

.img-right {
    right: 0;
    position: absolute;
    z-index: -1;
    top: 25%
}

.img-right {
    right: 0;
    position: absolute;
    z-index: -1;
    top: 25%;
} */

.over-img {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
}

.custom-sticky-top {
    position: sticky;
    margin-top: -60px;
    /* margin-top: -150px; */
    top: 130px;
    right: 0;
}


.puff-out-center {
    -webkit-animation: puff-out-center 1s ease-in-out 4s both;
    animation: puff-out-center 1s ease-in-out 4s both;
    opacity: 0.8
}

@-webkit-keyframes puff-out-center {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
        visibility: visible;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes puff-out-center {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
        visibility: visible;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0;
        visibility: hidden;
    }
}



.puff-in-center {
    -webkit-animation: puff-in-center 1.5s cubic-bezier(0.470, 0.000, 0.745, 0.715) 4s both;
    animation: puff-in-center 1.5s cubic-bezier(0.470, 0.000, 0.745, 0.715) 4s both;
}

@-webkit-keyframes puff-in-center {
    0% {
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes puff-in-center {
    0% {
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}



.title-product:after {
    content: attr(data-text);
    transform: translateX(-100%);
    position: absolute;
    color: var(--primary-color);
    font-family: var(--font-family-title);
}

#numeri {
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-color: #000;
    background-size: cover;
    position: relative;
    height: 50vh;
}

#numeri::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 0
}

#numeri h4 i,
#numeri h3 {
    font-size: 3rem;
}

#numeri p {
    font-size: 1.5rem;
}



#gallery_section1,
#gallery_section2 {
    border: 20px solid #fff;
}

#section_2 {
    margin-top: -100px
}

#section_1 {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 55%, rgba(var(--primary-color-rgb), 1) 55%, rgba(var(--primary-color-rgb), 1) 95%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 1) 100%);
}

.bg-form-news {
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(1.1rem);
    position: absolute;
    height: 100vh;
    width: 100%;
    z-index: -1;
}

.bg-form-news::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.bg-left-big {
    background: linear-gradient(90deg, rgba(var(--primary-color-rgb), 1) 0%, rgba(var(--primary-color-rgb), 1) 40%, rgba(var(--primary-color-rgb), 1) 40%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);

}

#single-news a {
    text-decoration: underline;
    color: var(--primary-color);
}

#single-news a:hover {
    text-decoration: none;
    color: var(--black-color);
}

.primary-bg-prd {
    background: var(--primary-color);
    /*background: linear-gradient(90deg, rgba(var(--primary-color-rgb), 1) 0%, rgba(var(--primary-color-rgb), 1) 70%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);*/
}

.moving-arrow {
    width: 10px !important;
    height: 300px;
    /*background: var(--primary-color);*/
    transition: 1s;
    position: absolute;
    z-index: -1;
    left: 50%;
    transform: translateX(50%);
    content: '';
}

.row-inverted {
    flex-direction: row-reverse;
}

#prodotto:hover .row-inverted .moving-arrow {
    width: 1px;
    background: var(--primary-color);
    left: 100%;
    transform: translateX(0%);
}

#prodotto:hover .moving-arrow {
    width: 1px;
    background: var(--primary-color);
    left: 0%;
    transform: translateX(0%);
}

#prodotto img {
    top: -25%;
    position: relative;
    transition: 1s;
    filter: grayscale(1);
    transform: scale(0.8);
    margin-bottom: -15%;
}

#prodotto .svg-hoverable-fill:hover path {
	fill: var(--primary-color);
}

#prodotto:hover img {
    filter: grayscale(0);
	transform: scale(1);
}

#prodotto h2 {
/*    font-size: 50px;
    color: #fff*/
}

#prodotto h3 {
/*   font-size: 60px;
    color: #fff*/
}

#prodotto .icona-prodotto {
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(30deg) brightness(130%) contrast(101%);
    width: 60%
}

#prodotto:hover .icona-prodotto {
    filter: none;
}

#prodotto:hover h2 {
    color: var(--primary-color);
}

#prodotto:hover h3 {
    color: #000;
}




#prodotto-single .img-prodotto {
    top: -25%;
    position: relative;
}

#prodotto-single h1 {
    font-size: 50px;
    color: #fff
}

#prodotto-single h2 {
    font-size: 60px;
    color: #fff
}

#prodotto-single .icona-prodotto {
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(30deg) brightness(130%) contrast(101%);
    width: 70%;
    margin: 0 auto;
    display: block;
}

#section-video iframe {
    width: 100%;
    height: 450px;
}


#titleMacchina {
    top: 0px;
    opacity: 0;
    z-index: 99;
    height: 0;
    overflow: hidden;
    transition: 0.2s ease-in-out;
}

#titleMacchina.scroll-title {
    top: 102px;
    opacity: 1;
    visibility: visible;
    height: auto;
    transition: 0.2s ease-in-out;
    overflow: visible;
}

#titleMacchina .single-prodotto__attachment {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#titleMacchina .single-prodotto__attachment:hover {
    border-color: white !important;
}


#section-modelli img {
    max-width: 600px;
    margin: 0 auto;
    display: block;
}

#descrizione_tabella table {
    font-size: 14px;
    line-height: 20px;
}

#descrizione_tabella table tr:first-child {
    background-color: var(--primary-color);
    color: var(--white-color);
}

#descrizione_tabella p {
    font-size: 12px;
    line-height: 16px;
}

.primary-border {
    border: 2.5px solid var(--primary-color);
}

.model-title {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

.fade-title {
    transition: .4s ease-in-out;
}

.hide-title {
    opacity: 0;
    visibility: hidden;
}

.show-title {
    opacity: 1;
    visibility: visible;
}


#gallery-news .splide__arrow--prev {
    left: 30px !important;
}

#gallery-news .splide__arrow--next {
    right: 30px;
}

.category {
    z-index: 1;
}



.box-overlay {
	background: rgba(255, 255, 255, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(248, 248, 248, .1) 40%, rgba(248, 248, 248, .5) 75%, rgba(248, 248, 248, 1) 100%) repeat scroll 0 0;
	position: relative;
	margin-top: -200px;
	height: 200px;
}




#box-tassonomia {
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#box-tassonomia:hover {
    cursor: pointer;
    opacity: 0.95;
}

#box-tassonomia:hover a {
    color: var(--primary-color);
	text-decoration: none;
}

#box-tassonomia img {
    height: 180px;
    margin-top: -30px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;	
}

#box-tassonomia .img-hover-container  {
    /*background-color: red;*/
    height: 180px;
    margin: 0 auto;
}

#box-tassonomia:hover img {
    transform: scale(1.1);
    margin-top: 25px !important;
    margin-bottom: -39px !important;
}

#box-tassonomia:hover img.materiale {
    opacity: 1 !important;
    transform: none !important;
    filter: grayscale(1) !important;
    margin-top: 0px !important;
	margin-bottom: 16px !important;
}

#box-tassonomia-img {
	max-height: fit-content!important
}

#box-tassonomia .img-hover-container {
    position: relative;
    overflow: hidden;
}

 #box-tassonomia.img-hover-container img {
    display: block;
    width: 100%;
    height: auto;
    transition: opacity 0.3s ease-in-out;
}

#box-tassonomia .img-hover-container .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

#box-tassonomia img.img-hover {
	position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

#box-tassonomia img.img-main {
    opacity: 1;
}

#box-tassonomia:hover img.img-hover {
    opacity: 1;
}

#box-tassonomia:hover img.img-main {
    opacity: 0;
}

/*.sezione-photogallery {
    overflow-x: hidden;
}
*/
.sezione-photogallery .splide__pagination__page {
    height: 8px;
    width: 150px;
    border-radius: 0 !important;
    margin: 0;
    background-color: transparent;
    border-bottom: 1px solid #C6C9CA;
}

.sezione-photogallery .splide__track {
    overflow: visible !important;
}

.sezione-photogallery .splide__pagination__page.is-active {
    transform: scale(1);
    background-color: #0A0908 !important;
}

.sezione-photogallery .splide__pagination {
    bottom: -3.5em;
}

.etichetta-tipologia {
    border-radius: 0 !important;
    font-weight: 300 !important;
}

.descrizione-prodotto-box i, 
.descrizione-prodotto-box h1,
.descrizione-prodotto-box h2,
.descrizione-prodotto-box h3,
.descrizione-prodotto-box h4
{
	color: #49863B
}
 .descrizione-prodotto-box i {
    font-size: 2rem;
}
.sticky div {
    position: sticky;
    top: 160px;
}


.bg-organizzazione {
height: 81vh;
background-size:cover;
-webkit-animation: slidein 10s;
animation: slidein 10s;

-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;

-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;

-webkit-animation-direction: alternate;
animation-direction: alternate;              
}

@-webkit-keyframes slidein {
from {background-position: bottom; background-size:150%; }
to {background-position: 0% 0%;background-size:100%;}
}

@keyframes slidein {
from {background-position: bottom; background-size:150%; }
to {background-position: 0% 0%;background-size:100%;}

}

#organizzazione p {
    font-size: 2.5rem;
    line-height: 4rem;
    color: #fff;
}

#organizzazione p strong {
    font-size: 5rem;
}

.video-main iframe {
	width: 100%
}

.bg-righe {
    background: rgba(var(--primary-color-rgb), .7);
}

.grayscale-bg {
  position: relative;
  overflow: hidden;
}

.grayscale-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: grayscale(1);
  z-index: 0;
}

.grayscale-bg > * {
  position: relative;
  z-index: 1;
}

.titolo-sezione-lavora {
    z-index: 1;
    position: relative;
    width: max-content;
}

.sezione-lavora {
    margin-top: -30px;
    margin-bottom: 40px;
    z-index: 0;
    position: relative;
}


.watch-container {
    display: flex;
    align-items: stretch;
}

.watch-color-bar {
    width: 10px;
    min-height: 100%;
}

.watch-content {
    flex: 1;
}

.watch-content p {
    margin-bottom: 0
}

