.elementor-8061 .elementor-element.elementor-element-5a674a4{--display:flex;--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:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.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-8061 .elementor-element.elementor-element-c68255b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 70px) 0px;}.elementor-8061 .elementor-element.elementor-element-00131ac{--display:flex;--margin-top:0px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;}.elementor-8061 .elementor-element.elementor-element-ad4e721{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8061 .elementor-element.elementor-element-ad4e721:not(.elementor-motion-effects-element-type-background), .elementor-8061 .elementor-element.elementor-element-ad4e721 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-8061 .elementor-element.elementor-element-6dcdac5{margin:50px 0px calc(var(--kit-widget-spacing, 0px) + 50px) 0px;text-align:center;}.elementor-8061 .elementor-element.elementor-element-6dcdac5 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:55px;font-weight:700;line-height:1.3em;color:#FFFFFF;}.elementor-8061 .elementor-element.elementor-element-b6890e0{background-image:url("https://japanjack.it/wp-content/uploads/2026/04/Screenshot-2026-04-22-230138.png");background-position:center center;background-repeat:no-repeat;background-size:contain;}.elementor-8061 .elementor-element.elementor-element-b6890e0 iframe{height:600px;filter:brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );}@media(max-width:1024px){.elementor-8061 .elementor-element.elementor-element-6dcdac5 .elementor-heading-title{font-size:42px;}.elementor-8061 .elementor-element.elementor-element-b6890e0 iframe{height:450px;}}@media(min-width:768px){.elementor-8061 .elementor-element.elementor-element-00131ac{--content-width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-8061 .elementor-element.elementor-element-5a674a4{--width:100%;}}@media(max-width:767px){.elementor-8061 .elementor-element.elementor-element-ad4e721{--min-height:450px;--padding-top:30px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8061 .elementor-element.elementor-element-6dcdac5{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;}.elementor-8061 .elementor-element.elementor-element-6dcdac5 .elementor-heading-title{font-size:30px;}.elementor-8061 .elementor-element.elementor-element-b6890e0{background-size:cover;}.elementor-8061 .elementor-element.elementor-element-b6890e0 iframe{height:350px;}}/* Start custom CSS for wpforms, class: .elementor-element-025cd5d *//* CONTENITORE */
.wpforms-field-radio ul {
    display: flex !important;
    width: 100%;
    gap: 30px;

    padding: 0 !important;
    margin: 15px 0 !important;
}

/* OGNI COLONNA */
.wpforms-field-radio ul li {
    flex: 1;
    list-style: none !important;
    margin: 0 !important;
}

/* NASCONDE RADIO */
.wpforms-field-radio input[type="radio"] {
    display: none !important;
}

/* PULSANTI */
.wpforms-field-radio ul li label {
    display: flex !important;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100px;

    background: #dcdcdc !important;
    color: #111 !important;

    border: 2px solid transparent;

    font-size: 22px !important;
    font-weight: 500 !important;
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: none;
    cursor: pointer;
    transition: all .25s ease;
}

/* HOVER */
.wpforms-field-radio ul li label:hover {
    background: #cfcfcf !important;
}

/* ATTIVO */
.wpforms-field-radio input[type="radio"]:checked ~ label,
.wpforms-field-radio input[type="radio"]:checked + label {
    background: #000 !important;
    color: #fff !important;
}

/* INPUT E TEXTAREA */
.wpforms-form input:not([type="radio"]),
.wpforms-form textarea,
.wpforms-form select {
    background: transparent !important;

    border: none !important;
    border-bottom: 2px solid #cfcfcf !important;

    border-radius: 0 !important;

    box-shadow: none !important;

    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* FOCUS */
.wpforms-form input:not([type="radio"]):focus,
.wpforms-form textarea:focus,
.wpforms-form select:focus {
    border-bottom: 2px solid #000 !important;
    outline: none !important;
}/* End custom CSS */