  body {
        background-color:#fff; 
       }
      .layout-canvas-a {
        background-color: #fff;
        border: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        width: 100%;
      }
      .layout-canvas-a > .header,
      .layout-canvas-a > .section,
      .layout-canvas-a > .footer {
        position: relative;
        overflow: hidden;
        width: 100%;
        word-wrap: break-word;
      }
      .layout-canvas-a > .section {
        margin: 10px 0;
      }
      .layout-canvas-a > .section > .columns {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        word-wrap: break-word;
      }

      /* --- BRAND FONTS --- */
      @font-face {
          font-family: "ProximaNova";
          src: url(https://pages.twistbioscience.com/rs/943-UGD-003/images/ProximaNova-Regular.woff2) format("woff2");
          font-weight: 400; font-style: normal;
      }

      body {
          margin: 0; padding: 0;
          font-family: "ProximaNova", Arial, sans-serif;
          background-color: #ffffff;
          color: #313538;
      }
        /* --- TYPOGRAPHY --- */
      h1 { font-size: 36px; line-height: 1.2; font-weight: 800; 
        margin-bottom: 24px;         
        color: #313538; font-family: "ProximaNova";
        font-style: normal;}
    p { font-size: 18px; line-height: 1.6; margin-bottom: 20px; font-family: "ProximaNova";}

            .layout-canvas-a > .section {
          margin: 0px;
          padding: 25px 0;
          width: 100%;
          background-color: #fff;
      }
 
      a, body > div > div.section > div > table > tbody > tr > td > a {
       color: #2ad39b !important;
}
            form {
               width: 100%;
          background-color: #fff;
            /*  margin:40px auto;
              padding:25px; */
              margin: 0;
                  padding: 0;
            }
    /* --- HERO / HEADER --- */
    .header {
      /*  background: url('https://image.comms.twistbioscience.com/lib/fe3911737164057b771570/m/1/a1dcc41b-6879-499b-a50e-957553a03aa4.png') no-repeat center center; 
        background-size: cover;
        height: 300px; 
        width: 100%;*/
    }

    /* --- LAYOUT --- */
    .container {
        max-width: 1140px;
        margin: -50px auto 50px; /* Pulls content up into hero slightly */
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        padding: 0 20px;
    }

    .content-left {
        flex: 1;
        min-width: 300px;
        background: #fff;
        padding: 40px;
        border-radius: 8px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    }
 
    .columns .col1 {
        max-width:80%;
         margin: 0 auto;
       }

    .form-right {
        width: 400px;
        background: #f8f9fa;
        padding: 40px;
        border-radius: 8px;
        border: 1px solid #e9ecef;
    }

   

    /* --- FORM ELEMENTS --- */
    #smartcapture-block-xsrts639v8j {      
      text-align: center;
      margin: 0 auto;
      background-color: #ffffff;
      padding: 21px 41px 65px;
     /* box-shadow: 0 5px 10px rgba(74, 74, 74, 0.05); */
box-shadow: none !important;
    }
    .smartcapture-controls {
    float: none;
      text-align: left;
    margin: 0;
    padding: 0;
          font-size: 13px;
    color: rgb(51, 51, 51);
    }
    label, .sc-formfield-label,  { 
    display: block; 
      font-size: 12px;
    line-height: 16px;
    color: #627684;
    letter-spacing: 0.02em;
    text-transform: none;
    font-weight: normal;
    margin-bottom: 4px;
    width: 100% !important;
    font-family: "ProximaNova", "Helvetica Neue", Helvetica, Arial, sans-serif;

    }
    input, select { 
        width: 100%; padding: 12px; margin-bottom: 20px; 
        border: 1px solid #ced4da; border-radius: 4px; 
        box-sizing: border-box; /* Important for width */
      margin-right: 17px;
      display: inline-block;
        box-sizing: border-box;
      font-weight: 400;
    color: #98a8b3; 
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 15px;
    height: 40px;
    line-height: 19px;
    margin: 0;
    padding: 4px 10px;
    outline: 0;
    background-color: #ffffff;
    width: 100% !important;
      
    }

    input[type="checkbox"] {
      display: inline-flex !important;
          max-width: 15px;
      font-weight: 400;
    color: #313538;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 15px;
    height: 40px;
    line-height: 19px;
    margin: 0;
    padding: 4px 10px;
    outline: 0;
    background-color: #ffffff;
    width: 100% !important;
      border: 1px solid #627684;
    color: #627684;
          font-size: 14px;
    line-height: 16px;
  
    }

/* Target only labels that contain a checkbox */
.sc-formfield-input label:has(input[type="checkbox"]) {
    display: flex !important;
    align-items: center !important;
    line-height: normal !important;
    min-width: 0 !important; /* Overrides global min-widths if necessary */
    width: auto !important;
    cursor: pointer;
}

/* Specific styling for the checkbox inside that label */
.sc-formfield-input label > input[type="checkbox"] {
    margin: 0 8px 0 0 !important;
    width: 16px !important;
    height: 16px !important;
    flex-shrink: 0 !important;
    vertical-align: middle !important;
}


    button { 
        width: 100%; padding: 15px; 
        background-color:#2AD39B !important; /* Twist green */
        color: #fff; border: none; border-radius: 4px; 
        font-weight: 700; 
        transition: background 0.2s;
        font-weight: 700;
        border: none !important;
        border-radius: 2px !important;
        font-size: 15px;
        cursor: pointer;
        line-height: 19px;
          height: 50px;
        padding: 4px 10px;
    }
    button:hover { background-color: #2489b7; }
  
    .privacy_policy, #view-privacy-link {
     font-weight: bold;
    text-align: left;
  }

 /* Error Messages */
/* FORCE OVERRIDE ERROR MESSAGES */
.fuelux .popover .popover-content {
    color: #f3f3f3 !important; /* Change to your brand red/color */
    font-family: "ProximaNova", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: bold !important;
    text-shadow: #901100 0 -1px 0;
line-height: 1.2em;
}

/* CHANGE THE POPOVER BACKGROUND AND BORDER */
.fuelux .popover-inner {
    background-color: red !important;
    border: 2px solid #ff0000 !important;
    border-radius: 4px !important;
background-image: linear-gradient(#e51b00 43%, #ba1600 100%);
padding: 0.4em 0.6em;
border: 1px solid #9f1300;
}

/* FIX THE ARROW COLOR */
.fuelux .popover.left .arrow {
    border-left-color: #ff0000 !important;
}

#smartcapture-block-xsrts639v8j {
padding: 0 !important;
}

#smartcapture-block-8erauru9jes .smartcapture-controls {
    padding-bottom: 8px !important;
}

/* From Kevin  */
.sc-formfield-label {
padding: 2px 0;
}
.smartcapture-controls,
stylingblock-content-wrapper,
stylingblock-content-wrapper,
input, select {
font-size: 12px;
line-height: 16px;
letter-spacing: 0.28px;

}

.sc-button {
font-weight: 500;
letter-spacing: .14em;
text-transform: uppercase;
    margin: 5px 0 10px 0;
}
  
 @media (max-width: 768px) {
    .container { flex-direction: column; margin-top: 20px; }
    .form-right { width: 100%; }
}