/** Shopify CDN: Minification failed

Line 12:0 Unexpected "<"
Line 34:2 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:dedicated-signup-template (INDEX:23) */
<style>
  form.klaviyo-form > div:nth-child(2) .form-row > div div p span {
        display: flex;
        flex-direction: column;
    }
    form.klaviyo-form > div:nth-child(2){
        max-width: 500px !important;
        margin: 0 auto !important;
    }
    
    @media screen and (max-width: 1023px) {
        form.klaviyo-form > div:nth-child(1) {
            display: none !Important;
        }
        form.klaviyo-form > div:nth-child(2) {
            padding-left: 0 !important;
        }
    }
    
    form.klaviyo-form button {
        clip-path: polygon(100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 0);
    }
  </style>
/* END_SECTION:dedicated-signup-template */