.subscribe-form{display:flex;flex-direction:column;gap:32px;padding:24px;border-radius:8px;background:#060f4b;width:100%}@media screen and (min-width:768px){.subscribe-form{flex-direction:row;padding:80px}}.subscribe-form .ss-form-heading{display:flex;flex-direction:column;gap:16px;flex:1 0 0}.subscribe-form .ss-form-heading h2,.subscribe-form .ss-form-heading h6,.subscribe-form .ss-form-heading p{padding:0;margin:0}.subscribe-form .ss-form-heading h6{color:var(--yellow-500,#e8ff26);font-family:"DM Mono";font-size:14px;font-style:normal;font-weight:500;line-height:20px}.subscribe-form .ss-form-fields{display:flex;flex-direction:column;gap:16px;max-width:400px;flex:1 0 0}.subscribe-form .ss-form-fields .ss-form-input input{color:#fff;padding:12px 6px;background:0 0;border:none;outline:0;width:100%;border-bottom:1.5px solid #d0d5dd}.subscribe-form .ss-form-fields .ss-form-input input::placeholder{color:#98a2b3}