.elementor-widget-container > .uael-party-propz-wrap i{color:var( --e-global-color-primary );}.elementor-widget-container > .uael-party-propz-wrap svg{fill:var( --e-global-color-primary );}.elementor-11999 .elementor-element.elementor-element-037d5a5{--display:flex;--min-height:190px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:flex-end;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11999 .elementor-element.elementor-element-037d5a5:not(.elementor-motion-effects-element-type-background), .elementor-11999 .elementor-element.elementor-element-037d5a5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-50e49af );}.elementor-widget-html .uael-party-propz-widget-wrap i{color:var( --e-global-color-primary );}.elementor-widget-html .uael-party-propz-widget-wrap svg{fill:var( --e-global-color-primary );}.elementor-11999 .elementor-element.elementor-element-63ddefb{--display:flex;--min-height:190px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:flex-end;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11999 .elementor-element.elementor-element-63ddefb:not(.elementor-motion-effects-element-type-background), .elementor-11999 .elementor-element.elementor-element-63ddefb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-50e49af );}#elementor-popup-modal-11999 .dialog-widget-content{animation-duration:0.8s;background-color:#44728C00;border-style:none;margin:0px 0px 0px 0px;}#elementor-popup-modal-11999 .dialog-message{width:50px;height:190px;align-items:center;padding:0px 0px 0px 0px;}#elementor-popup-modal-11999{justify-content:flex-end;align-items:center;}@media(min-width:768px){.elementor-11999 .elementor-element.elementor-element-037d5a5{--width:50px;}.elementor-11999 .elementor-element.elementor-element-63ddefb{--width:50px;}}@media(max-width:1024px) and (min-width:768px){.elementor-11999 .elementor-element.elementor-element-037d5a5{--width:100%;}.elementor-11999 .elementor-element.elementor-element-63ddefb{--width:100%;}}@media(max-width:1024px){.elementor-11999 .elementor-element.elementor-element-037d5a5{--min-height:50px;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-11999 .elementor-element.elementor-element-63ddefb{--min-height:50px;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}#elementor-popup-modal-11999 .dialog-message{width:100vw;height:50px;}#elementor-popup-modal-11999{justify-content:center;align-items:flex-end;}}@media(max-width:767px){.elementor-11999 .elementor-element.elementor-element-037d5a5{--justify-content:flex-end;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:200;}.elementor-11999 .elementor-element.elementor-element-63ddefb{--justify-content:flex-end;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:200;}.elementor-11999 .elementor-element.elementor-element-5f4763b{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}#elementor-popup-modal-11999 .dialog-message{width:100em;padding:0px 0px 0px 0px;}#elementor-popup-modal-11999{justify-content:center;align-items:flex-end;}#elementor-popup-modal-11999 .dialog-widget-content{margin:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-303d5bb */.tooltip-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

@media (max-width: 1024px) {
  .tooltip-column {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }
}

.tooltip-element {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #44728C;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.tooltip-element:hover {
  background-color: #C6B081;
}

/* tooltip default a sinistra */
.tooltip-text {
  visibility: hidden;
  background-color: #C6B081;
  color: #FFFFFF;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  border-radius: 2px;
  padding: 8px 14px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.3);
  white-space: nowrap;
  position: absolute;
  top: 50%;
  right: 110%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  z-index: 9999;
}

.tooltip-element:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

/* freccetta sinistra */
.tooltip-text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #C6B081;
}

/* su mobile tooltip sopra */
@media (max-width: 1024px) {
  .tooltip-text {
    top: auto;
    bottom: 120%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .tooltip-text::after {
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-color: #C6B081 transparent transparent transparent;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-037d5a5 */@media (max-width: 1024px) {
    .elementor-11999 .elementor-element.elementor-element-037d5a5 {
    background-color: var(--e-global-color-primary)!important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5f4763b */.tooltip-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

@media (max-width: 1024px) {
  .tooltip-column {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }
}

.tooltip-element {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #44728C;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.tooltip-element:hover {
  background-color: #C6B081;
}

/* tooltip default a sinistra */
.tooltip-text {
  visibility: hidden;
  background-color: #C6B081;
  color: #FFFFFF;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  border-radius: 2px;
  padding: 8px 14px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.3);
  white-space: nowrap;
  position: absolute;
  top: 50%;
  right: 110%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  z-index: 9999;
}

.tooltip-element:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

/* freccetta sinistra */
.tooltip-text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #C6B081;
}

/* su mobile tooltip sopra */
@media (max-width: 1024px) {
  .tooltip-text {
    top: auto;
    bottom: 120%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .tooltip-text::after {
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-color: #C6B081 transparent transparent transparent;
  }
}


.tooltip-element.text-only {
  width: auto;
  padding: 0 20px;
  height: 50px;
  background-color: #2A3B46;
  color: #fff;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
}

.tooltip-element.text-only:hover {
  background-color: #C6B081;
}

/* disattiva il tooltip per questo caso */
.tooltip-element.text-only .tooltip-text {
  display: none;
}

#cta-mobile {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-63ddefb */@media (max-width: 1024px) {
    .elementor-11999 .elementor-element.elementor-element-63ddefb {
    background-color: var(--e-global-color-primary)!important;
    }
}/* End custom CSS */
/* Start custom CSS *//*.elementor-column,
.elementor-widget-wrap,
.elementor-section {
  overflow: visible !important;
}
*/
#elementor-popup-modal-11999 .dialog-message.dialog-lightbox-message {
    overflow: visible;
}/* End custom CSS */