#nitzan900{color:white!important}.container{display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center}.contact-form{display:flex;flex-direction:column;width:98%}.row{display:flex;width:100%;justify-content:space-between;margin-top:10px;gap:10px}.col{width:100%}.contact-form textarea{resize:none;height:100px}.contact-form p{color:white;font-weight:500;font-size:18px;margin:0}.last-row{align-items:center}.loading-indicator{background:rgba(15,42,71,.75);position:absolute;width:100%;height:100%;align-items:center;justify-content:center;font-weight:900;font-size:22px;color:white}.loading-indicator span{animation:colorChangeAnimation 2s infinite forwards}.sent-confirmed{color:red;opacity:0;scale:0;font-family:"Poppins";font-weight:600;animation:waveColorAppear 2s ease forwards}@media (max-width:767px){.contact-form p{font-size:12px;line-height:1.2em;text-align:center}.row{flex-direction:column}.col{margin-bottom:5px}}