.elementor-81015 .elementor-element.elementor-element-6fa08de{padding:5% 5% 5% 5%;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-81015 .elementor-element.elementor-element-c2b4f00{text-align:center;}.elementor-81015 .elementor-element.elementor-element-c2b4f00 .elementor-heading-title{font-family:"Futura STD Bold", Sans-serif;font-size:2.5vw;line-height:1.3em;color:#162944;}#elementor-popup-modal-81015{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-81015 .dialog-message{width:800px;height:auto;}#elementor-popup-modal-81015 .dialog-close-button{display:flex;}#elementor-popup-modal-81015 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:1024px){.elementor-81015 .elementor-element.elementor-element-c2b4f00 .elementor-heading-title{font-size:4vw;}#elementor-popup-modal-81015 .dialog-message{width:600px;}}@media(max-width:767px){.elementor-81015 .elementor-element.elementor-element-c2b4f00 .elementor-heading-title{font-size:7vw;}}/* Start custom CSS */br{
    display: block;
}


/*TOP - Form*/
.top-form .infusion-form{
    text-align: center;
}

.top-form .infusion-form .infusion-field {
    display: inline-block;
    width: 49%;
  
    
}

.top-form .infusion-form .infusion-field label{
    display: none;
}

.top-form .infusion-form .infusion-field input{
    width: 100%;
    height: 65px;
    padding-left: 20px;
    font-size: 2.2rem;
    border-radius: 0;
    outline: none;
}

.top-form .infusion-submit button {
    width: 97%;
    font-weight: 600;
    font-size: 2.3rem;
    background: #FB6C38;
    width: 100%;
    text-transform: uppercase;
    border: 2px solid #ea643b;
    box-shadow: 0px 0px 0px 10px rgba(251, 108, 56, 0.3);
    border-radius: 100px;
    padding: 2rem 1rem;
    color: #fff;
    cursor: pointer;
}


.top-form .infusion-submit button:hover{
    color: #ea643b;
    background: #fff;
    box-shadow: 0px 0px 0px 10px rgba(251, 108, 56, 0.3);
}


@media only screen and (max-width: 767px){
      .top-form .infusion-form .infusion-field {
    display: block;
    width: 100%;
    margin-top: 10px;
}
}/* End custom CSS */