<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.gateable {
  .right-aside {
    position: absolute;
    left: 65%;
    top: 150px;
    padding: 0;
    z-index: 2;
    .gated__asset {
      background-color: #fff !important;
      max-width: 340px;
      margin: 0 auto;
      .signupSection {
        .container {
          .trialSignUpButton {
            left: unset;
            transform: unset;
          }
        }
      }
      label {
        text-align: left;
      }
      .promotions,
      .terms {
        text-indent: -17px;
      }
      .promotions label p,
      .terms p {
        text-align: left !important;
        font-size: 15px;
        font-weight: 300;
      }
      .sw19s-btn {
        &amp;:hover {
          cursor: pointer;
        }
      }
      #errors {
        text-align: center;
        padding: 10px 0;
        color: #E20A38;
      }
      .sw19s-corp-field label:last-child {
        text-align: right;
      }
    }
  }
  .right-aside * {
    box-sizing: border-box;
  }
  h1,
  h2 {
    margin: 0;
  }
  h1 {
    margin-bottom: 0.5em;
  }
  h2 {
    font-size: 1.5rem !important;
  }
  .pad-v.pagewidth {
    padding: 40px 10px 6em 10px;
  }
  .left {
    width: 66.66%;
  }
  article p,
  article ul {
    font-size: 18px !important;
  }
  &amp;.ungated .header.left {
    text-align: center !important;
    width: 100%;
  }

  @media all and (max-width: 60em) {
    .left,
    .right-aside {
      width: 100%;
      position: static;
      max-width: 1000px;
    }
    .right-aside {
      margin-top: 8em;
    }
  }

  @media all and (max-width: 50em) {
    .pad-v.pagewidth {
      padding: 6em 10px 2em 10px;
    }
    .right-aside {
      margin-top: 3em;
    }
  }
}

/* Thank you page -- Gated Assets */

.thank-you--gated-asset {
  min-height: 50vh;
  padding: 30px 0 50px 0;
  .container {
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
    .thank-you__title {
      text-align: center;
      font-weight: bold;
    }
    .thank-you__text {
      text-align: center;
      p {
        font-size: 16px;
        font-family: "europa";
        a {
          color: #FF6200;
          &amp;:hover {
            color: #ff7a00;
          }
        }
      }
    }
  }
}
</pre></body></html>