<style type="text/css">

      @font-face {
          font-family: 'MarkPro';
          src: url(https://5216869.fs1.hubspotusercontent-na1.net/hubfs/5216869/raw_assets/public/Landing%20Page%20Templates/Gated%20Content/fonts/MarkPro.woff2) format('woff2'),
              url(https://5216869.fs1.hubspotusercontent-na1.net/hubfs/5216869/raw_assets/public/Landing%20Page%20Templates/Gated%20Content/fonts/MarkPro.woff) format('woff'),
              url(https://5216869.fs1.hubspotusercontent-na1.net/hubfs/5216869/raw_assets/public/Landing%20Page%20Templates/Gated%20Content/fonts/MarkPro.ttf) format('truetype');
          font-weight: normal;
          font-style: normal;
          font-display: swap;
      }

      @font-face {
          font-family: 'MarkPro-CondHeavy';
          src: url(https://5216869.fs1.hubspotusercontent-na1.net/hubfs/5216869/raw_assets/public/Landing%20Page%20Templates/Gated%20Content/fonts/MarkPro-CondHeavy.woff2) format('woff2'),
              url(https://5216869.fs1.hubspotusercontent-na1.net/hubfs/5216869/raw_assets/public/Landing%20Page%20Templates/Gated%20Content/fonts/MarkPro-CondHeavy.woff) format('woff'),
              url(https://5216869.fs1.hubspotusercontent-na1.net/hubfs/5216869/raw_assets/public/Landing%20Page%20Templates/Gated%20Content/fonts/MarkPro-CondHeavy.ttf) format('truetype');
          font-weight: normal;
          font-style: normal;
          font-display: swap;
      }




      body {
          margin: 0;
          padding: 0;
          font-family: 'Mark Pro', sans-serif;
          line-height: 1.5;
          overflow-x: hidden;
      }
      
      header {
          background: black;
          padding: 15px 20px;
          display: flex;
          align-items: center;
      }

      .logo {
          max-height: 40px;
      }

      .banner {
          background: black;
          color: #FFF;
          min-height: 75vh;
          display: flex;
          align-items: flex-end;
          justify-content: flex-end;
          position: relative;
      }

      main {
          display: flex;
          flex-direction: row;
      }



        table {
            width: auto;
            box-shadow:0px 5px 20px #0000002b;
            border-collapse:collapse;
        }

        table tr:nth-child(odd) {
            background: #eeeeee;
        }

        table td {
            vertical-align: middle;
            padding:10px 15px;
        }

        table a {
            color: #000000;
            text-decoration: none;
        }

        table a:hover {
            text-decoration: underline;
            color:#ee4d24;
        }

        table tr td {
            border: 0;
        }

      .col.left {
          flex: 1;
      }

      .col.right {
          flex: 0 0 35%;
          min-width: 550px;
          background:black;
          color: white;
          display: flex;
          justify-content: center;
      }

      .inner-container {
          max-width: 800px;
          padding: 0 50px;
          z-index: 1;
          flex: 1;
      }

        a {
            color:#ee4d24;
        }

        li {
            margin-bottom: 10px;
        }

        .body-content .inner-container{
        }

        .banner .inner-container{
            padding-bottom:40px;
        }

      .col.right .inner-form-container {
          max-width: unset;
          padding: 0;
          z-index: 1;
          position: relative;
      }

      .pre-heading {
            color: #ee4d24;
        }

      h1 {
        font-size: 50px;
        line-height: 1.1;
        margin: 5px 0 40px;
        position: relative;
      }

      h1:after {
        content: " ";
        background-color: #ee4d24;
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 30%;
        height: 4px;
    }

    h2{
        font-size: 22pt;
        line-height: 1.2;
        margin: 10px 0;
    }

    h3 {
        font-size: 16pt;
         line-height: 1.2;
    }


    .banner span {
        margin: 0 0 0;
        font-family: MarkPro-CondHeavy;
        text-transform: uppercase;
        font-size: 25px;
    }

    .banner:after {
        content: " ";
        position: absolute;
        background-image:linear-gradient(0deg, #000000e8 30%, #00000000);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .body-content {
        display: flex;
        justify-content: flex-end;
        padding-bottom: 60px;
        padding-top: 30px;
    }

    footer {
      background: black;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px;
      margin-top: 0px;
    }

    .form-container{
      position: -webkit-sticky;
      position: sticky;
      top: 50vh;
      transition: all 0.3s ease-out;
      transform: translateY(-45%);
      opacity: 0;
    }

    .form-container.active{
        transform: translateY(-50%);
        opacity: 1;
    }

    .form-container h3 {
        font-size: 26pt;
        margin: 0;
    }

    /* animate fade in */

    .inner-container{
      opacity: 0;
      animation: fadeInUp 0.5s ease-out forwards;
    }

    @keyframes fadeInUp {
      to {
        opacity: 1;
      }
    }

    /* end animate fade in */


/*FORM STYLES*/


.hubspot-form form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    font-family: "Mark Pro", sans-serif;
}

.hubspot-form select{
    font-family: "Mark Pro", sans-serif; 
}

.hubspot-form .field{
    flex: 0 0 48%;
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    position: relative;
}

.hs-dependent-field{
    flex: 0 0 48%;
    display: flex;
    flex-direction: column;
}

.hubspot-form .field .input {
    display: flex;
}

.hubspot-form .field input, .hubspot-form .field select {
    width: 100%;color: #FFF;
}

input[type="checkbox"] {
    width: auto !important;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
    display: block !important;
    padding: 0 10px;
}

.legal-consent-container .hs-form-booleancheckbox-display a {
    color:#ee4d24;
}
.hubspot-form li{
    list-style-type: none;
    margin-bottom: 0px;
    position: relative;
    padding-left: 0px;
    line-height: 1.25;
}

.hubspot-form li:after{
    display:none;
}

.hubspot-form select{
    border: 0;
    border-bottom:1px solid #6e7882;
    background:black;
    padding: 13px 5px;
}

.hubspot-form input{
    border: 0;
    border-bottom:1px solid #6e7882;
    background:black;
    padding: 15px 10px;
}

.hubspot-form input::placeholder{
  color: white;
  font-family: "Mark Pro", sans-serif;
}

.hs-recaptcha{
    display:none !important;
}

.hs_product_interest__c>label {
    padding: 11.5px 15px;
}


.hubspot-form input.hs-button.primary.large {
    border: 0;
    background: #ee4d24;
    padding: 15px 40px;
    color: #FFF;
    font-size: 14px;
}

.hubspot-form .field .input ul {
    display:flex;
    flex-wrap:wrap;
    padding: 0 10px;
    margin:0;
}

.hubspot-form .field .input ul li{
    flex: 1 1 50%;
    margin-bottom: 5px;
}

.hubspot-form .field .input ul li span{

}

.hubspot-form input.hs-button.primary.large, .hubspot-form select, .hubspot-form label {
    cursor: pointer;
}

.hubspot-form .field textarea {
    background:black;
    border:1px solid #6e7882;
    color:#FFF;
    width:100%;
    padding:5px;
    margin-top:10px;
}

.hubspot-form .field .input ul li span {
}

ul.hs-error-msgs {
    margin: 0;
    font-size: 12px;
    color: #ee4d24;
    padding: 0;
    position: absolute;
    bottom: -25px;
}

.hs_error_rollup {
    flex: 1 1 100%;
    order: 1;
}

.hubspot-form-outer {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    overflow: auto;
    width: 50%;
    background: black;
    display: flex;
    padding: 40px;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    transform: translateX(50%);
    pointer-events: none;
    opacity: 0;
}

.hubspot-form-outer.active{
    transform: translateX(0);
    pointer-events: all;
    opacity: 1;
  }

.hubspot-form {
    max-width: 500px;
    margin: auto;
    padding: 0 50px;
}

.close-hubspot-form {
    cursor: pointer;
    font-weight: 800;
    position: fixed;
    right: 20px;
    top: 15px;
    padding: 20px;
}

button.primary {
    background: #fb4c00;
    padding: 12px 22px;
}

/*END FORM STYLES*/

/* Mobile responsive */

@media only screen and (max-width: 1130px) {
    main {
        flex-direction: column;
    }

    .col.right {
        flex: 1 1 auto;
        padding-top: 10px;
    }

    .form-container {
        position: unset !important;
        transform: none !important;
    }

        .col.right .inner-form-container {
        padding: 50px 30px 50px;
    }

    .body-content, .banner{
        justify-content:center;
    }

    .col.right{
        min-width:unset;
    }

    .gc-confirmation-screen {
        position: relative;
        transform: none;
        left: unset;
        top: unset;
        display: none;
    }

    .gc-confirmation-screen.active {
        display: flex;
    }

    img.gc-content-image {
        max-width: 100%;
    }

}

@media only screen and (max-width: 600px) {

    .banner:after {
        background-image: linear-gradient(0deg, #000000de 30%, #000000d9) !important;
    }
    
    .body-content {
        display: block;
    }
    
    .body-content img {
        max-width: 100%;
    }
    
    .inner-container {
        padding: 0 40px;
    }
    
    
    .hubspot-form .field {
        flex: 1;
    }
    
    .hubspot-form form {
        flex-direction: column;
    }
    
    h1 {
        font-size: 10vw;
    }
    
    .banner {
        min-height: 50vh;
        padding: 60px 0 0;
    }

    .form-container{
        padding: 0 30px;
    }
}
    </style>