.elementor-156 .elementor-element.elementor-element-d48a828{--display:flex;}.elementor-156 .elementor-element.elementor-element-d48a828.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-156 .elementor-element.elementor-element-f6d2494{--display:flex;}.elementor-156 .elementor-element.elementor-element-f6d2494.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-156 .elementor-element.elementor-element-bab69ba{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-156 .elementor-element.elementor-element-ed2d6c3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-156 .elementor-element.elementor-element-deb4e73{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-156 .elementor-element.elementor-element-88f19b5{margin:30px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;}.elementor-156 .elementor-element.elementor-element-4931e70{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-156 .elementor-element.elementor-element-4aa8391{margin:30px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;}@media(min-width:768px){.elementor-156 .elementor-element.elementor-element-d48a828{--width:100%;}.elementor-156 .elementor-element.elementor-element-f6d2494{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-d48a828 */.elementor-156 .elementor-element.elementor-element-d48a828 {
  background-image: url('/wp-content/uploads/2025/10/762206_HomeIcon2-1.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;    
  aspect-ratio: 192 / 85;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f6d2494 */.elementor-156 .elementor-element.elementor-element-f6d2494 {
  background-image: url('/wp-content/uploads/2025/10/Frame-3.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;    
  aspect-ratio: 1 / 1;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c12613f *//* Card principale */
.ins-card {
  max-width: 1400px;
  margin: 40px auto;
  padding: 30px;
  background-color: rgba(217, 217, 217, 0.40);
  border-radius: 30px;
}

/* Titolo centrato */
.ins-card-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
  margin-top: 50px;
}

/* Sottotitolo + immagine affiancati e centrati */
.ins-card-subtitle-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 30px 10px;
}

.ins-card-subtitle {
  font-size: 20px;
  margin: 0;
}

.ins-card-subtitle-img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

/* Griglia a due colonne */
.ins-type-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

/* Bottoni */
.ins-type-button {
  position: relative;
  padding: 15px 20px;
  font-size: 16px;
  background-color: #ffffff;
  color: #293B8F;
  border: 2px solid #CACACA;
  border-radius: 40px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease;
  width: 100%;
  overflow: visible;
}

/* Hover base */
.ins-type-button:hover {
  background-color: white;
  color: #293B8F; 
}

.ins-type-button:active {
  background-color: white;
  color: #293B8F; 
}

/* Popup come immagine */
.popup-img {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
  width: 400px;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
  z-index: 10;
  pointer-events: none;
}

/* Mostra immagine al hover */
.ins-type-button:hover .popup-img {
  opacity: 1;
  visibility: visible;
}

/* Centrare l’ultimo bottone se dispari */
.centered-button {
  grid-column: 1 / -1;
  justify-self: center;
}

.highlight-blue {
  color: #293B8F; 
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3904a65 */.ins-card-mobile {
  max-width: 1400px;
  margin: 40px auto;
  padding: 30px;
  border-radius: 30px;
}

.ins-card-title-mobile {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}

.highlight-blue-mobile {
  color: #293B8F;
}

.ins-card-subtitle-wrap-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 30px 10px;
}

.ins-card-subtitle-mobile {
  font-size: 20px;
  margin: 0;
}

.ins-card-subtitle-img-mobile {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.ins-type-grid-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

.ins-type-item-mobile {
  position: relative;
  width: 100%;
  max-width: 500px;
}

.ins-type-button-mobile {
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  background-color: #ffffff;
  color: #293B8F;
  border: 2px solid #CACACA;
  border-radius: 40px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease;
  z-index: 1;
  position: relative;
}

.ins-type-button-mobile:hover{
     background-color: white;
  color: #293B8F; 
}

.ins-type-button-mobile:active{
     background-color: white;
  color: #293B8F; 
}

.centered-button-mobile {
  align-self: center;
}

.popup-img-mobile {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: auto;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 2;
}/* End custom CSS */