<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sw19b-overview {
  padding-top: 96px;
  padding-bottom: 104px;
  position: relative;

  &amp;.black {
    background-color: #111;

    h2 {
      color: #fff;
    }

    .sw-subtitle {
      color: #ccc;
    }

    .sw-quoter-name {
      color: #fff;
    }
  }

  .bg-gidget {
    position: absolute;
    right: 0;
    top: calc(50% - 78px);
  }

  .swdc-container {
    display: flex;
    align-items: start;
    gap: 121px;
  }

  .text {
    flex: 1;
    max-width: 503px;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  h2 {
    color: #111111;
    font-size: 38px;
    line-height: 48px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
  }

  .mobile-title {
    display: none;
  }

  .desktop-title {
    display: block;
  }

  .sw-subtitle {
    color: #444;
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    padding-right: 16px;

    blockquote {
      margin: 0;
    }

    svg {
      float: left;
      margin-right: 1rem;
      margin-top: 9px;
    }
  }

  .sw-quoter-name {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.78;
    color: #ccc;
    display: flex;
    align-items: center;
  }

  .quoter-dash {
    width: 2.25rem;
    height: 2px;
    background-color: #ff6200;
    margin-right: 0.625rem;
    display: inline-block;
  }

  .sw-subtitle ul {
    display: inline-block;
  }

  .sw-subtitle li {
    text-align: left;
  }

  .link-and-sub {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
  }

  .link-and-sub p {
    font-size: 12px;
    color: #a1a1a1;
  }

  .link-and-sub .sw19s-btn {
    white-space: nowrap;
  }

  .sw19s-btn.second {
    margin-left: 16px;
  }

  a.text-link {
    margin-left: 8px;
    padding-left: 8px;
    line-height: 40px;
    border-left: 2px dotted #a1a1a1;
    display: inline-block;
    color: #ff6200;
    text-decoration: none;
    font-weight: 700;
  }

  .media {
    width: 100%;
    flex: 1;
  }

  .media img {
    max-width: 100%;
    height: auto;
  }

  .left-feature {
    flex: 1;
  }

  .wistia-responsive-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
  }

  .wistia-responsive-container span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  p {
    margin: 0;
  }

  @media (max-width: 992px) {
    padding-top: 56px;
    padding-bottom: 64px;

    .bg-gidget {
      display: none;
    }

    h2 {
      font-size: 30px;
      line-height: 40px;
    }

    .swdc-container {
      flex-direction: column;
      gap: 2rem;
    }

    .text {
      gap: 24px;
    }

    .sw-subtitle {
      padding-right: 0;
    }

    .mobile-title {
      display: block;
    }

    .media.is-quote {
      order: 3;
    }

    .desktop-title {
      display: none;
    }
  }

  @media (max-width: 425px) {
    

    .link-and-sub {
      display: flex;
    }

    .sw19s-btn.second {
      margin-left: 0;
    }

    a.text-link {
      border-left: 0px;
      margin-left: 0;
      padding-left: 0;
    }
  }
}</pre></body></html>