/*
Theme Name: ECON ESG Landing
Theme URI: https://www.HELINEXT.it
Description: Tema per landing sul software ECON ESG
Author: Enrico Ladogana
Author URI: https://www.ranked.it
Version: 1.0.0
License: Proprietary (utilizzabile solo nel dominio www.helinext.it)
Tags: ECON ESG, software bilancio sostenibilità
Text Domain: econesg-landing
*/

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:none}table{border-collapse:collapse;border-spacing:0}


/* Fallback Gutenberg */

.wp-block-group {
    box-sizing: content-box;
}


@font-face {
    font-family: "Poppins";
    src: local("Poppins Regular"), local("Poppins-Regular"),
        url("fonts/subset-Poppins-Regular.woff2") format("woff2"),
        url("fonts/subset-Poppins-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Myriad Pro";
    src: local("Myriad Pro Bold"), local("MyriadPro-Bold"),
        url("fonts/subset-MyriadPro-Bold.woff2") format("woff2"),
        url("fonts/subset-MyriadPro-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

img {
    max-width: 100%;
    height: auto;
    line-height: 0px;
}

html,
body {
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
}



body {
    margin: 20px 0 0 0;
    padding: 0;
    padding-bottom: 500px;
  	background-image: url("images/sfondo-body.svg"), linear-gradient(154deg, #FF91A4, #FFD700, #9370DB, #FFC0CB, #40E0D0);
    background-position: center 30px, center;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll, fixed;
}



/* Classi Testo e Colori */

.programma-evento .wp-block-group__inner-container p{
    margin-bottom: 20px !important;
}

.centra {
    text-align: center;
    margin: 0 auto;
}

.has-white-color {
    color: #fff;
}

/* Tipografia */

h2,
h3,
h4,
h5 {
    font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
}

h2 {
    font-size: 160%;
    text-transform: uppercase;
    margin-bottom: 35px;
}

h2:nth-of-type(n+2) { 
	margin-top: 70px;
}

h3 {
    font-size: 140%;
    margin-bottom: 30px;
    margin-top: 60px;
    text-transform: uppercase;
    color: #415bae;
}

h3:first-child {
    margin-top: 0px;
}

h4 {
    font-size: 120%;
    text-transform: uppercase;
    color: #333;
}

.arancio-900 h2 {
    font-size: 160%;
}

.arancio-900 h3 {
    font-size: 130%;
	color: #fff;
}

.arancio-900 ul {
	color: #fff;
	list-style-type: disc;
	list-style-position: inside;
	margin-top: 30px;
}

.conclusione p {
	margin-bottom: 15px;
}


.conclusione p:last-child {
	margin-bottom: 0px;
}


.wp-block-group+.caratteristiche h2,
.wp-block-group+.benefici h2,
.recensioni h2,
.wp-block-group+.statistiche h2 {
    margin-bottom: 10px;
    font-size: 180%;
}

h2+h3 {
    margin-top: 0px;
    line-height: 120%;
}

.benefici h2+h3 {
    margin-top: 40px;
}

.wp-block-group+.caratteristiche h2+h3 br,
.wp-block-group+.statistiche h2+h3 br {
    display: none;
}

.benefici h3 {
    margin-top: 0px;
    color: #3c71d2;
}

.benefici h4 {
    margin: 0 -20px;
    font-size: 110%;
    line-height: 140%;
    color: #fff;
    background: #3c77d2;
    padding: 15px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

p,
ul,
ol,
cite,
legend,
label {
    color: #474747;
    font-size: 100%;
    font-family: "Poppins", Helvetica, Arial, "sans-serif" !important;
    text-align: left;
}

.box-bordo .bullet-caratteristiche {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0px;
	font-size: 90%;
}

.box-bordo .bullet-caratteristiche li {
    padding-left: 0px;
    list-style-type: none;
}

.box-bordo .bullet-caratteristiche li::before {
    content: "●\00a0";
    color: #ee5e59;
    font-size: 20px;
}


.wp-block-gallery.has-nested-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.wp-block-gallery.has-nested-images figure {
    flex-basis: calc(33.333% - 10px); /* Adatta la percentuale in base al numero di colonne desiderato */
    margin: 5px;
    box-sizing: border-box;
}

.wp-block-gallery.has-nested-images img {
    width: 100%;
    height: auto;
}


.kb-gallery-caption-style-below .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner .kadence-blocks-gallery-item__caption {
  padding: 1px !important;
  border-bottom-right-radius: 6px; 
    border-bottom-left-radius: 6px; 
}

.kb-gallery-figure {
	border: 1px solid #666;
	border-bottom-right-radius: 6px; 
    border-bottom-left-radius: 6px; 
}

.gslide-desc {
	font-family: sans-serif;
}

.arancio-900 p {
    color: #fff;
}

.box-bordo .kt-inside-inner-col .wp-block-group .wp-block-group__inner-container p {
    font-size: 90%;
    color: #fff;
    line-height: 160%;
}

.caratteristiche .kt-inside-inner-col p,
.benefici .kt-inside-inner-col p,
.processi .kt-inside-inner-col p,
.reminder .kt-inside-inner-col p {
    font-size: 95%;
    text-align: left;
    line-height: 200%;
}

.statistiche p {
    font-size: 95%;
    line-height: 160%;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
}

.statistiche .wp-block-group__inner-container p {
    margin-bottom: 0px;
}

.margine-top {
	margin-top: 50px;
}

.box-bordo p {
    margin-bottom: 15px;
}

.box-bordo p:last-child {
    margin-bottom: 0px;
}

.box-bordo ul {
	margin-bottom: 20px;
	margin-left: 30px;
}

.box-bordo ul li {
	list-style-type: square;
	margin-top: 10px;
	list-style-position: inside;
}

.box-bordo ul.checked li {
    list-style-type: none; 
    margin-left: 20px;
}

.box-bordo ul.checked li::before {
    content: '✔'; 
    color: #f18c15; 
    margin-right: 7px;
	font-size: 150%;
}

.box-bordo ul li:first-child {
	margin-top: 0px;
}

.box-bordo a {
	color: #32456c;
}

.box-bordo a:hover {
	color: #f68b1f;
}

.benefici p {
    padding: 15px 0px;
}

.footer p {
    font-size: 85%;
    line-height: 170%;
    color: #fff;
}

.footer a {
    color: #fff;
}

.statistiche cite {
    font-size: 80%;
    line-height: 170%;
    display: block;
    margin-top: 10px;
    text-align: center;
}

.statistiche .wp-block-pullquote {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
}

.benefici .bullet {
    padding: 24px 0px 55px 0px;
    font-size: 60px;
    margin-top: 10px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefici .bullet::before,
.benefici .bullet::after {
    content: "•";
    font-size: 40px;
    margin-top: 1px;
    color: #555;
}



/* Header */

.wrapper {
    max-width: 1400px;
    height: auto;
    box-shadow: 0px 10px 18px 2px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    margin: 0 auto;
}

.loghi {
    background-color: #fff;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    width: calc(100% - 80px);
    border-bottom: 3px solid #031c3e;
    border-top: 3px solid #031c3e;
    box-shadow: 0px 12px 8px -2px rgba(0, 0, 0, 0.2);
    z-index: 10;
    position: relative;
}



.header {
    display: flex;
    width: calc(100% - 100px);
    padding: 50px;
	background-image: linear-gradient(to top, #212c42, #263852, #2a4462, #2d5173, #2e5e84, #3e6695, #526da5, #6974b3, #9a72b7, #c76eac, #eb6d95, #ff7676);
	z-index: 1;
    box-shadow: 0px 12px 8px -3px rgba(0, 0, 0, 0.25);
    position: relative;
}

.ringraziamenti {
	height: auto;
	padding-bottom: 0px !important;
	margin-left: 0px;

   background: linear-gradient(207deg, #2162ac, #052551);
    background-size: 400% 400%;

    -webkit-animation: AnimationName 4s ease infinite;
    -moz-animation: AnimationName 4s ease infinite;
    animation: AnimationName 4s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 79%}
    50%{background-position:100% 22%}
    100%{background-position:0% 79%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 79%}
    50%{background-position:100% 22%}
    100%{background-position:0% 79%}
}
@keyframes AnimationName {
    0%{background-position:0% 79%}
    50%{background-position:100% 22%}
    100%{background-position:0% 79%}
}
.ringraziamenti img, .ringraziamenti picture {
	line-height: 0px;	
}

.heading {
    width: 57%;
}

.heading h1 {
    font-size: 340%;
    line-height: 102%;
    font-family: "Myriad Pro", Helvetica, Arial, "sans-serif";
    color: #01488b;
}

/* Landing per Google Ads */

.gads > .illustrazione {
	justify-content: flex-end;
}

.gads .icone-benefici ul {
    gap: 15px;
}

/* Fine Landing per Google Ads */

.subheading {
    font-size: 70%;
    line-height: 115%;
    color: #fff;
    display: block;
    margin-top: 20px;
}

.econesg {
    color: #f68b1f;
}

.icone-benefici {
    margin-top: 70px;
}

.icone-benefici ul {
    color: #fff;
    font-family: "Poppins", Helvetica, Arial, "sans-serif";
    font-size: 100%;
    display: flex;
    gap: 40px;
    line-height: 150%;
	text-align: center;
}

.icone-benefici img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.illustrazione {
    margin-left: 3%;
    width: 40%;
    display: flex;
    align-items: center;
}

.contenuto {
    padding: 0px 40px;
    padding-top: 40px;
    height: auto;
    padding-left: 50px;
    padding-right: 50px;
    line-height: 200%;
    background-image: url("images/sfondo-contenuto1.svg");
    background-position: top center center;
    background-size: 1400px 1300px;
    background-repeat: repeat-y;
    padding-bottom: 150px;
}

.arancio-900 {
    max-width: 800px;
    background-color: #ed8812;
    border-radius: 12px;
    padding: 50px;
    color: #fff;
    margin: 0 auto;
    box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.1);
    font-size: 112.5%;
    line-height: 175%;
}

.elenco-numerato {
    max-width: 600px;
    margin: 0 auto;
}

.elenco-numerato {
    counter-reset: li;
}

.elenco-numerato li {
    position: relative;
    margin-top: 7px;
}

.elenco-numerato li:first-child {
    margin-top: 0px;
}

.elenco-numerato li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 3px;
    left: -32px;
    width: 24px;
    height: 24px;
    display: inline-block;
    line-height: 27px;
    text-align: center;
    background-color: #f6931f;
    font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #ffffff;
    border-radius: 50%;
}

.box-bordo,
.caratteristiche,
.benefici,
.recensioni,
.statistiche {
    max-width: 900px;
    border: 1px solid #33466e;
	box-shadow: rgba(99, 99, 99, 0.15) 0px 2px 8px 0px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 12px;
    padding: 50px;
    margin: 50px auto;
}

.large-box {
	max-width: 1000px;
	border: 1px solid #dadada;
}

.large-box p {
	line-height: 1.8em;
	margin-bottom: 12px;
}

.large-box ul li {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.75em;
}

.large-box h2 {
	font-size: 230%;
    color: #004c90;
    margin-top: 120px;
}

.large-box h3 {
  margin-bottom: 20px;
  font-size: 180%;
  color: #e44a75;
  margin-top: 70px;
}

.large-box h2:first-of-type
 {
    margin-bottom: 10px;
    margin-top: 0px;
}

.large-box h3:first-of-type
 {
    margin-top: 5px;
}

.large-box .titolo-immagine {
    margin-bottom: 10px;
}

.large-box .gruppo-luogo {
    text-align: center;
}

.large-box .titolo-luogo {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 4px;
    background: #e44a75;
    color: #fff;
	font-family: "Poppins", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	margin-bottom: 50px;
}

.large-box .gruppo-luogo h3:first-of-type
 {
    margin-top: 0px;
}


.large-box .no-margin {
    margin-top: 0px !important;
}

.large-box .ombra-radius img {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 8px;
}

.large-box .icone-evento {
	font-size: 90%;
}

.large-box .kb-row-layout-wrap+.kb-row-layout-wrap {
    margin-top: unset;
}

.large-box .gfield_consent_description {
	 font-family: "Poppins", Helvetica, Arial, "sans-serif" !important;
}

.large-box .roadshow-primo {
	border-top: 1px solid #dadada;
	margin-left: -50px;
	margin-right: -50px;
	padding: 100px 50px;
}

.large-box .roadshow-grigio {
	background: #fafafa;
	margin-left: -50px;
	margin-right: -50px;
	padding: 100px 50px;
	border-bottom: 1px solid #dadada;
	border-top: 1px solid #dadada;
}

.freccia-animata {
  display: inline-block;
  animation: bounce 4s infinite; 
  animation-delay: 1s; 
  position: relative; 
  left: 50%; 
  transform: translateX(-50%);
}

@keyframes bounce {
  0% {
    transform: translateX(-50%) translateY(0); /* Posizione iniziale */
  }
  10% {
    transform: translateX(-50%) translateY(30px); /* Freccia giù */
  }
  20% {
    transform: translateX(-50%) translateY(0); /* Freccia torna su */
  }
  100% {
    transform: translateX(-50%) translateY(0); /* Ferma fino al nuovo ciclo */
  }
}

#form-roadshow br {
	  display: none;
  }

@media screen and (max-width: 820px) {
	 .large-box .roadshow-grigio {
		/* background: #f8faf7; */
        background-color: #fff;
		margin-left: -30px;
		margin-right: -30px;
		padding-left: 30px;
		padding-right: 30px;
        border: none;
	}
	
	.large-box .roadshow-primo {
	margin-left: -50px;
	margin-right: -50px;
	padding: 100px 50px 0px 50px;
}

	
	h2 {
	  line-height: 115%;
  }
  
  h3 {
	  line-height: 110%;
  }
  
  #form-roadshow br {
	  display: block;
	  margin-bottom: 7px !important;
  }
}


@media screen and (max-width: 530px) {
  .sottotitolo-roadshow {
    font-size: 120% !important;
  }
  
  .sottotitolo-roadshow1 {
    font-size: 135% !important;
  }
  
  
  .large-box .roadshow-grigio, .large-box .roadshow-primo {
		background: unset;
		margin-left: unset;
		margin-right: unset;
		padding-left: unset;
		padding-right: unset;
		border: none;
   }
   
   .large-box {
	   margin-bottom: 0px !important;
	   padding-bottom: 0px !important;
   }
}


.icone-evento .kt-inside-inner-col > div:not(:first-of-type) img {
    margin-top: 10px;
}




.box-bordo:nth-of-type(1) { 
	margin-top: 0px;
}

.conclusione {
    margin-bottom: 0px;
}

.box-bordo .kt-inside-inner-col,
.box-bordo .wp-block-group,
.box-bordo .wp-block-group__inner-container {
    height: 100%;
}

.verde .kt-inside-inner-col,
.box-bordo .statistiche-econesg .kt-inside-inner-col {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
        rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.box-bordo .kt-inside-inner-col .wp-block-group .wp-block-group__inner-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.caratteristiche {
    text-align: center;
}

.caratteristiche .kt-inside-inner-col h4 {
    border: 1px solid #dedede;
    border-radius: 4px;
    display: inline-block;
    background: #ed8812;
    padding: 0px 20px;
    padding-top: 0px;
    padding-top: 3px;
    line-height: 130%;
    margin: 30px auto 15px auto;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 2px 0px;
    color: #fff;
    font-size: 140%;
}

.caratteristiche .kt-inside-inner-col {
    padding: 25px;
    background: #f6f9fc;
    background: rgb(252, 252, 252);
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 2px 0px;
    background-image: linear-gradient(to top,
            #ffffff,
            #fffeff,
            #fffefe,
            #fffdfb,
            #fffef9);
    border: 1px solid #f2f1f1;
}

.caratteristiche:not(.conclusione) figure {
    border: 1px solid #f6931f;
    padding: 25px;
    border-radius: 50%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 2px 0px;
}

.freccia-conclusione {
    margin: 30px 0;

}

.cta-finale {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 30px;
    padding: 30px;
    font-size: 95%;
    text-align: center;
    border-radius: 6px;
    display: inline-block;
    line-height: 1.65em;
    text-transform: uppercase;
    margin-bottom: 20px;
    background: linear-gradient(181deg, #f6931f, #fc3b3b);
    background-size: 400% 400%;

    animation: AnimationName 21s ease infinite;
}

@keyframes AnimationName {
    0% {
        background-position: 52% 0%
    }

    50% {
        background-position: 49% 100%
    }

    100% {
        background-position: 52% 0%
    }
}

.cta-finale a {
    color: #fff;
    text-decoration: none;
}



.benefici,
.statistiche {
    text-align: center;
}

.benefici .wp-block-image,
.statistiche .wp-block-image {
    margin-bottom: 20px;
}

.benefici figure {
    border: 1px solid #f6931f;
    padding: 20px;
    border-radius: 50%;
    background: #fcfbf8;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px 0px;
    margin-bottom: 40px !important;
}

.benefici .wp-block-kadence-column {
    border: 1px solid #48557f;
    border-top: none;
    border-radius: 6px;
    padding: 0px 20px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 2px 0px;
}

.recensioni {
    font-family: "Poppins", Helvetica, Arial, "sans-serif";
    font-size: 90%;
    line-height: 200%;
    border: 1px solid #415bae;
}

.recensioni .kt-testimonial-item-wrap {
    box-shadow: rgba(99, 99, 99, 0.15) 0px 2px 8px 0px;
}

.recensioni .kadence-testimonial-image-intrisic {
    padding-bottom: 54px !important;
    margin-bottom: 30px;
}

.recensioni .kt-testimonial-image {
    background-size: contain !important;
}

.recensioni .kt-testimonial-content {
    text-align: left;
}

.recensioni .kt-testimonial-name {
    margin: 10px auto !important;
    font-weight: bold !important;
}

.recensioni .kt-testimonial-occupation {
    border: 1px solid #333;
    background: #415bae;
    padding: 2px 10px;
    border-radius: 6px;
    color: #fff;
}

.kt-testimonial-grid-wrap .kt-testimonial-item-wrap {
    width: auto !important;
}

.statistiche .wp-block-pullquote {
    margin: 0;
    padding: 0;
}

.statistiche .wp-block-group {
    height: 100%;
}

.statistiche .kt-inside-inner-col .wp-block-group__inner-container {
    height: 100%;
    display: flex;
    align-items: center;
}

.statistiche .kt-inside-inner-col {
    box-shadow: rgba(50, 50, 93, 0.1) 0px 6px 12px -2px,
        rgba(0, 0, 0, 0.15) 0px 3px 7px -3px;
}

.processi .kt-inside-inner-col h4 {
    background: #48557f;
    margin: 30px auto 20px auto;
}

.processi figure {
    border: 1px solid #48557f;
}

.processi .kt-inside-inner-col {
    background: rgb(252, 252, 252);
    background-image: -webkit-linear-gradient(bottom,
            #fff,
            #fffeff,
            #fffefe,
            #f9f9ff,
            #f9f9ff);
    margin-top: 15px;
}

.processi ul,
.reminder ul,
.processi ul strong,
.reminder ul strong {
    text-align: left;

}

.processi ul li,
.reminder ul li {
    margin-bottom: 20px;
    margin-left: 0px;
}

.processi ul li::before,
.reminder ul li::before {
    content: '\2714';
    font-size: 150%;
    margin-right: 6px;
    display: inline-block;
    font-weight: bold;
    color: #ed8812;
}




.reminder .yotu-videos ul li::before {
    content: none;
}

.reminder ul {
    margin-top: 40px;
}

.reminder ul li::before {
    content: '\2691';
}

/* Colonne Kadence */

.kb-row-layout-wrap>div {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.kb-row-layout-wrap+.kb-row-layout-wrap {
    margin-top: 30px;
}

/* Accordion Kadence */

.wp-block-kadence-accordion {
    margin-top: 20px;
    margin-bottom: 40px;
}

.kt-blocks-accordion-header .kt-blocks-accordion-title {
    line-height: 25px;
    margin-top: 5px;
}

.kt-accordion-id_fc1b1e-56 .kt-accordion-header-wrap .kt-blocks-accordion-header:hover,
.kt-accordion-id_fc1b1e-56 .kt-accordion-header-wrap .kt-blocks-accordion-header:focus {
    border: 1px solid #242021 !important;
    border-bottom: none !important;
}

.wp-block-kadence-pane {
    margin-bottom: -1px;
}

.kt-blocks-accordion-title-wrap {
    font-family: "Myriad Pro", Helvetica, Arial, sans-serif !important;
    text-transform: uppercase !important;
    font-weight: normal !important;
}

/* Frecce */

.freccia,
.doppia-freccia {
    margin: 70px auto;
    text-align: center;
    line-height: 0px;
}

.doppia-freccia {
    margin: 70px auto 50px auto;
}

.freccia+.elenco-numerato {
    margin-top: -9px;
}

.freccia img {
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.175));
}

.doppia-freccia {
    animation: heartbeat 3s linear infinite both;
}

.doppia-freccia .wp-block-image+.wp-block-image {
    margin-top: -15px;
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }

    10% {
        transform: scale(0.91);
        animation-timing-function: ease-in;
        animation-delay: 0s;
        /* Nessun ritardo all'inizio della fase */
    }

    17% {
        transform: scale(0.98);
        animation-timing-function: ease-out;
        animation-delay: 1.5s;
        /* Ritardo di 2 secondi tra la fine della fase precedente e l'inizio di questa fase */
    }

    33% {
        transform: scale(0.87);
        animation-timing-function: ease-in;
        animation-delay: 0s;
        /* Nessun ritardo all'inizio della fase */
    }

    45% {
        transform: scale(1);
        animation-timing-function: ease-out;
        animation-delay: 1.5s;
        /* Ritardo di 2 secondi tra la fine della fase precedente e l'inizio di questa fase */
    }
}


/* Footer */

.footer {
    max-width: calc(1400px - 80px);
    box-shadow: 0px 10px 18px 2px rgba(0, 0, 0, 0.2);
    background-color: #333;
    margin: 0 auto;
    height: auto;
    padding: 40px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-footer {
    padding: 10px;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 20px;
}

/* Semicerchio e animazione freccia */

.semi-circle {
    width: 70px;
    height: 35px;
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    border: 10px solid #33466e;
    border-top: 0;
    background: #33466e;
    margin: 0 auto 40px auto;
    color: #fff;
    text-align: center;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.slideInDown {
    animation: slideInDown 2.5s infinite;
    animation-fill-mode: both;
}

@keyframes slideInDown {
    0% {
        transform: translateY(-100%);
        visibility: visible;
    }

    100% {
        transform: translateY(0);
    }
}

/* CTA */

.cta {
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
}

.cta a {
    color: #fffffe;
    background: #ed8812;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    line-height: 130%;
    font-family: "Myriad Pro", Helvetica, Arial, sans-serif !important;
    padding-top: 5px;
    padding: 10px 20px 7px 20px;
    text-decoration: none;
    display: inline-flex;
    position: relative;
    text-align: center;
    align-items: center;
}

.cta a:hover {
    background: #242021;
}

.cta .freccia:first-of-type {
    margin-bottom: 50px;
    margin-top: 70px;
    transform: rotate(180deg);
}

.cta .freccia {
    margin-top: 50px;
}

.cta:hover .freccia img {
    transform: rotate(180deg);
    transition: transform 0.4s ease-in-out;
}

/* Barra Contatti Fixed */

.barra-contatto {
    height: 70px;
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #1e143d;
    box-shadow: 0px -15px 15px -5px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    z-index: 1000000;
}

.barra-contatto a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 40px;
    border-radius: 8px;
    color: #333;
    font-size: 100%;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Poppins", Helvetica, Arial, "sans-serif";
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    background-color: #fff;
}

.barra-contatto a:hover {
    background-color: #f6931f;
    color: #fff;
}

.barra-contatto a img {
    margin-right: 7px;
}

.barra-contatto {
   /* display: none;
    opacity: 0;*/
    transition: opacity 0.5s ease-in-out;
    /* transizione su opacity di 0.75 secondi con una funzione di easing in-out */
    background: rgb(17, 17, 17);
    background: linear-gradient(90deg,
            rgba(17, 17, 17, 1) 0%,
            rgba(51, 51, 51, 1) 50%,
            rgba(17, 17, 17, 1) 100%);
}

/*.barra-contatto.show {
    display: flex;
    opacity: 1;
    animation: pulse 1s both;
}*/

.barra-contatto {
    display: flex;
    opacity: 1;
    animation: pulse 1s both;
}

@keyframes pulse {
    0% {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

/* Popup Form */

/*.popup {
    position: fixed;
	margin: 0 auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
    width: 50vw;
    height: auto;
    background-color: rgba(0, 0, 0, 0.85);
    display: block;
    z-index: 100000;
	opacity: 0.97;
	background: #333;
	color: #fff;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	overflow-y: scroll;
}

.popup-content {
    text-align: left;
    position: relative;
	padding: 40px;
}

.popup-content h2 {
    margin-top: 0;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #555;
    text-decoration: none;
}

.close-popup:hover {
    text-decoration: underline;
}

.popup.show {
    display: block;
	margin: 0 auto;
}

.popup legend, .popup label {
	color: #fff;
}
*/


.gform_wrapper.gravity-theme .gfield_label {
    display: block !important;
    font-size: 100% !important;
    margin-bottom: 10px !important;
    text-transform: uppercase;
}

.gfield {
    margin-top: 15px !important;
}

#field_1_12 {
    margin-top: 0px !important;
}

.gchoice {
    margin-top: 0 !important;
    margin-bottom: 15px;
}

.gfield_radio {
    display: flex;
    flex-direction: column;
}

.gchoice {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.1;
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
    margin-top: 1em;
}

.gfield-choice-input {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #333;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1em;
    height: 1em;
    font-family: Helvetica, Arial, "sans-serif";
    border-radius: 50%;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}

.gfield-choice-input::before {
    content: "";
    width: 0.50em;
    height: 0.50em;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
}

.gfield-choice-input:checked::before {
    transform: scale(1);
}

.gfield-choice-input:checked {
    outline: max(2px, 0.15em) solid #ffca79;
    outline-offset: max(2px, 0.15em);
    background: #f6931f;
}

.gform_wrapper.gravity-theme .gfield_required {
    color: #f6931f !important;
    text-transform: lowercase !important;
}


input[type=checkbox]+label {
    display: block;
}

input[type=checkbox],
.form-recensioni input[type=checkbox] {
    position: absolute;
    opacity: 0;
    pointer-events: none; /* opzionale, per evitare doppio tap */
}

/* stile base (casella vuota) */
input[type=checkbox]+label::before {
    content: "";
    border: 3px solid #f6931f;
    transition: .2s;
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 25px;
    height: 25px;
    font-size: 150%;
    line-height: 25px;
    color: #fff;
}

/* stile quando il checkbox è selezionato (casella con spunta) */
input[type=checkbox]:checked + label::before {
    content: "\2714";
    background-color: #f6931f;
    color: #fff;
}

#field_1_12 legend,
#field_1_12 label,
#field_3_12 legend,
#field_3_12 label
 {
    margin: 0 auto;
    text-align: center;
    font-size: 80%;
    text-transform: uppercase;
    margin-top: 5px;
}

#gfield_consent_description_1_12, #gfield_consent_description_3_12 {
    border: none;
    overflow-y: unset;
    font-size: 80%;
    font-family: "Poppins", Helvetica, Arial, "sans-serif" !important;
    padding: 0px;
    margin: 0px;
}

.gfield_validation_message{
	    font-family: "Poppins", Helvetica, Arial, "sans-serif" !important;
}


input[type=checkbox]+label:active:before,
.form-recensioni input[type=checkbox]+label:active:before {
    transform: scale(0);
}

input[type=checkbox]:checked+label:before,
.form-recensioni input[type=checkbox]:checked+label:before {
    background-color: #f6931f;
    color: #fff;
}

#gform_submit_button_1, #gform_submit_button_3 {
    margin: 0 auto;
    padding: 10px 50px;
    display: inline-block;
    margin-top: 0px;
    background: #f6931f;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-family: "Poppins", Helvetica, Arial, "sans-serif" !important;
    font-weight: bold;
    cursor: pointer;
}

#gform_submit_button_1:hover, #gform_submit_button_3:hover {
    background: #1d1d1b;
}

/* YotuWP */

.yotu-playlist {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.yotu-videos {
    float: none !important;
    padding: 0 !important;
}

.yotu-video-thumb-wrp>div {
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.legenda-video {
    margin: 0px;
    line-height: 1.5em;
    font-size: 90%;
    color: 333;
}

h3+.legenda-video {
    margin-top: -30px;
    margin-bottom: 45px;
}

body .yotu-videos.yotu-mode-list .yotu-video-thumb-wrp {
    float: none !important;
    margin-right: 0px !important;
    width: 100% !important;
}

#bundle_srg {
  border-radius: 10px;
  padding: 20px !important;
  color: white !important;
}

#bundle_srg p, #bundle_srg ul{
  color: white !important;
}

#bundle_srg h3{
  color: yellow !important;
}

#bundle_srg a:hover{
  color: yellow !important;
}

/* Media Query */

@media screen and (max-width: 1400px) {
    body {
        margin: 0;
        background: #dedede;
    }
	
	.ringraziamenti {
	height: auto;
}
}

@media screen and (max-width: 1322px) {
    .header {
        font-size: 95%;
    }
}

@media screen and (max-width: 1260px) {
    .header {
        font-size: 90%;
    }

    .popup {
        width: 70vw;

    }

}

@media screen and (max-width: 1200px) {
    .heading {
        width: 60%;
    }

    .illustrazione {
        margin-left: 2%;
        width: 38%;
    }

    .heading h1 {
        font-size: 300%;
    }

    .subheading {
        font-size: 75%;
    }

    .benefici ul {
        gap: 10px;
        line-height: 160%;
    }
}

/* Tablet */
@media screen and (max-width: 1024px) {
    .header {
        font-size: 80%;
        width: calc(100% - 50px);
        padding: 25px;
    }

    .illustrazione {
        margin-left: 1%;
        width: 39%;
    }

    .heading h1 {
        font-size: 280%;
    }

    .benefici ul {
        font-size: 95%;
        gap: 10px;
    }

    .benefici img {
        width: 60px;
        height: 60px;
    }


    .popup {
        width: 80vw;

    }
}

@media screen and (max-width: 820px) {
    .header {
        font-size: 75%;
        width: calc(100% - 50px);
        padding: 25px;
    }

    .arancio-900,
    .box-bordo,
    .caratteristiche,
    .benefici,
    .recensioni,
    .statistiche {
        max-width: 100%;
        border-radius: 12px;
        padding: 30px;
        font-size: 105%;
        line-height: 170%;
    }

    .elenco-numerato {
        max-width: 100%;
    }

    .elenco-numerato {
        margin-left: 40px;
    }

    .elenco-numerato li:before {
        left: -40px;
    }
}

/* Smartphone */

@media screen and (max-width: 769px) {
    body {
        margin-top: 0;
    }


   .contenuto {
		background-image: none;
	}
    .arancio-900 h2 {
        line-height: 120%;
    }

    .arancio-900 p {
        font-size: 95%;
    }

    .enfasi p {
        font-size: 95%;
        line-height: 200%;
    }
	
	.legenda-video {
	   font-size: 70%;
	}
	
	.header {
	  padding: 10px 20px 20px 20px;
	}

	.icone-benefici ul {
		  gap: 20px;
		font-size: 110%;
	}
	
	.icone-benefici img {
	  	width: 50px;
		height: 50px;
	}
	
    .kt-blocks-accordion-header .kt-blocks-accordion-title {
        font-size: 90%;
    }
	
	.kt-testimonial-item-wrap {
		padding: 20px !important;
		font-size: 90%;
	}

    .wp-block-group+.caratteristiche h2 {
        font-size: 160%;
        line-height: 120%;
    }

    .wp-block-group+.caratteristiche h2+h3 {
        line-height: 130%;
        font-size: 125%;
        margin-top: 10px;
    }

    .wp-block-group+.caratteristiche h2+h3 br {
        display: block;
    }

    .loghi {
        background-color: #fff;
        height: 55px;
        border-bottom: 1px solid #031c3e;
        border-top: 1px solid #dedede;
        padding: 0 20px;
        width: calc(100% - 40px);
    }

    .loghi img:first-of-type {
        width: 100px;
        margin-top: 20px;
		margin-bottom: 20px;
    }

    .loghi img {
        width: 115px;
    }

    .header {
        display: flex;
        width: calc(100% - 60px);
        padding: 30px;
        flex-flow: column wrap;
    }

    .heading {
        width: 100%;
        text-align: center;
    }

    .subheading {
        margin-top: 20px;
    }

    .icone-benefici {
        margin-top: 25px;
    }

    .benefici {
        margin: 0px;
        margin-top: 15px;
    }

    .benefici ul {
        display: table;
        margin: 0 auto;
        font-size: 110%;
        line-height: 130%;
    }

    .benefici li {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 12px;
        text-align: left;
    }

    .benefici li:first-child {
        margin-top: 0px;
    }

    .illustrazione {
        width: 100%;
        margin: 25px 0 0 0;
    }

    .illustrazione picture {
        display: block;
        margin: 0 auto;
    }

    .elenco-numerato {
        margin-left: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .elenco-numerato li::before {
        display: block;
        margin: 0 auto;
        position: static;
        margin-top: 40px;
        margin-bottom: 20px;
        width: 40px;
        height: 40px;
        font-size: 30px;
        line-height: 45px;
        left: 0;
    }

    .wp-block-kadence-rowlayout>.kt-row-column-wrap {
        padding-bottom: 8px !important;
    }

    .caratteristiche .kt-inside-inner-col {
        padding: 20px;
    }

    .footer,
    .footer p {
        text-align: center;
    }
    
       .footer {
        display: block;
           }
           
           .footer div + div {
               margin-top: 50px;
           }

    .popup {
        width: 100vw;

    }
	
	.box-bordo ul {
		margin-left: 0px;
	}
	
	.box-bordo ul.checked li {
	
		margin-left: 0px;
	}

}

@media screen and (max-width: 560px) {


    .heading h1 {
        font-size: 260%;
    }

    .benefici ul {
        font-size: 105%;
        line-height: 120%;
    }
}

@media screen and (max-width: 460px) {


    .loghi img:first-of-type {
        width: 100px;
    }

    .loghi img {
        width: 100px;
    }

    .header {
        width: calc(100% - 40px);
        padding: 20px 20px 20px 20px;
    }

    .heading h1 {
        font-size: 200%;
    }

    .wp-block-group+.caratteristiche h2,
    .wp-block-group+.benefici h2,
    .recensioni h2,
    .wp-block-group+.statistiche h2 {
        font-size: 160%;
    }

    h3 {
        font-size: 130%;
    }

    .subheading {
        font-size: 80%;
        margin-top: 10px;
    }

    .benefici {
        margin-top: 20px;
    }

    .benefici ul {
        font-size: 120%;
        line-height: 140%;
    }

    .barra-contatto {
        gap: 10px;
    }

    .barra-contatto a {
        width: 140px;
        height: 40px;
        font-size: 100%;
    }

    .barra-contatto a img {
        margin-right: 5px;
    }

    .contenuto {
        padding: 0px 20px;
    }

    .pulsante_pagina_principale {
        padding-bottom: 50px;
    }

    .arancio-900,
    .box-bordo,
    .caratteristiche,
    .benefici,
    .recensioni,
    .statistiche {
        max-width: unset;
        border-radius: 0px;
        margin: 20px -20px;
    }

    .conclusione {
        margin-bottom: 0px;
        padding-bottom: 100px;
    }

    .box-bordo,
    .caratteristiche,
    .benefici,
    .recensioni,
    .statistiche {
        border-left: 0px;
        border-right: 0px;
        background: #fafafa;
    }

    .recensioni {
        background: #fff;
    }
}

@media screen and (max-width: 350px) {

    .loghi img:first-of-type {
        width: 100px;
    }

    .loghi img {
        width: 100px;
    }

    .heading h1 {
        font-size: 185%;
    }

    .benefici ul {
        font-size: 100%;
        line-height: 130%;
    }
}

@media screen and (max-width: 325px) {


    .heading h1 {
        font-size: 160%;
    }

    .benefici ul {
        font-size: 90%;
        line-height: 120%;
    }

    .barra-contatto {
        gap: 10px;
        height: 60px;
    }

    .barra-contatto a {
        width: 130px;
        height: 35px;
        font-size: 85%;
    }

    .barra-contatto a img {
        margin-right: 5px;
    }
}

@media screen and (max-width: 290px) {


    .heading h1 {
        font-size: 150%;
    }

    .barra-contatto a {
        width: 110px;
    }

    .barra-contatto a img {
        display: none;
    }
}