<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.partnersummit-2023-customer-quotes.sw19s-std-wrap {
  padding-top: 6rem;
  padding-bottom: 6.5rem;
  padding-left: 24px;
  padding-right: 24px;

  .logo-image.rounded {
    img {
      border-radius: 200px;
    }
  }

  .customer-quotes-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    padding-right: 0px;
    position: relative;
  }

  .customer-quotes {
    display: flex;
    width: 100%;
    transition: transform 0.5s ease-in-out;
  }

  .customer-quote {
    display: flex;
    flex-shrink: 0;
    width: 100%;
  }

  .left-side {
    padding-right: 4rem;
    border-right: solid 1px #a0b9b9;
  }

  .title {
    font-weight: bold;
    line-height: 1.45;
    font-size: 22px;
    letter-spacing: 2.2px;
    margin-bottom: 1rem;
  }

  .quote {
    font-size: 24px;
    font-family: "roboto slab";
    line-height: 1.5;
    width: 728px;
    margin-bottom: 76px;

    &amp;.size-small {
      margin-bottom: 0;
    }
  }

  .sw33-button {
    padding-left: 0;
  }

  .quote-cta-link {
    margin-top: 1rem;
    line-height: 1.4;
    font-family: "roboto";
    font-size: 20px;
    font-weight: 500;

    &amp;.white {
      a {
        color: #006482;
      }
      a:active {
        color: #003c4e;
        text-decoration-thickness: 2px;
      }
    }

    &amp;.dark {
      a {
        color: #00c8dc;
      }
      a:active {
        color: #00a0be;
        text-decoration-thickness: 2px;
      }
    }

    a:hover {
      text-decoration-thickness: 2px;
    }
  }

  .right-side {
    padding-left: 3.938rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .logo-image {
    margin-bottom: 2rem;
    width: 100%;

    img {
      max-width: 250px;
      width: 100%;
    }
  }

  .customer-name {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1.25rem;
  }

  .customer-title {
    font-size: 18px;
    line-height: 1.78;
  }

  .customer-company {
    font-size: 18px;
    line-height: 1.83;
  }

  .controls {
    display: flex;
    width: 288px;
    align-self: flex-start;
    position: relative;
    bottom: 32px;
  }

  .arrow {
    cursor: pointer;

    img {
      height: 32px;
      width: 33px;
    }
  }

  .bars {
    display: flex;
    width: 100%;
    gap: 4px;
    padding: 0px 24px;
    align-items: center;
    margin-bottom: 4px;

    &amp;.mobile {
      display: none;
    }
  }

  .bar {
    width: 100%;
    height: 2px;

    &amp;.bar-white {
      background-color: #006482;
    }

    &amp;.bar-dark {
      background-color: #6e8c96;
    }

    &amp;.active {
      height: 4px;
      background-color: #ff6200;
    }
  }

  @media (max-width: 1200px) {
    .left-side {
      width: 100%;
    }

    .quote {
      width: 100%;
      max-width: 728px;
    }
  }

  @media (max-width: 1024px) {
    padding-top: 0px;
    padding-bottom: 0px;

    .logo-image.rounded {
      img {
        border-radius: 162.5px;
      }
    }

    .quote-cta-link {
      font-size: 18px;
    }

    .customer-quotes-container {
      padding-top: 3rem;
    }

    .customer-quote {
      flex-direction: column;
    }

    .left-side {
      border: none;
      padding-right: 0px;
    }

    .title {
      font-size: 20px;
      line-height: 1.5;
      letter-spacing: 2px;
    }

    .quote {
      margin-bottom: 2.938rem;
      max-width: none;
      padding: 0px 8px;
      margin-left: 5px;
      font-size: 22px;
      line-height: 1.64;
    }

    .right-side {
      padding-left: 0px;
    }

    .customer-name {
      margin-bottom: 2px;
    }

    .controls {
      position: relative;
      width: 100%;
    }

    .arrow {
      position: relative;
      height: 60px;
      width: 30px;
      background-color: #ebefef;

      &amp;.white-background {
        background-color: #ffffff;
      }

      &amp;.coolgray-background {
        background-color: #ebefef;
      }

      &amp;.dark-background {
        background-color: #111111;
        border-color: #00a0be;
        border-style: solid;
        border-width: 2px;
        &amp;.arrow-left {
          border-left: 0px;
        }
        &amp;.arrow-right {
          border-right: 0px;
        }
      }

      &amp;.arrow-left {
        margin-right: auto;
        left: -24px;
        bottom: 385px;
        border-radius: 0px 60px 60px 0px;

        picture {
          left: 9px;
          position: relative;
          top: 19px;
        }

        img {
          margin-left: 3px;
        }

        :hover {
          img {
            content: inherit;
          }
        }
      }

      &amp;.arrow-right {
        right: -24px;
        bottom: 385px;
        border-radius: 60px 0px 0px 60px;

        picture {
          left: 7px;
          top: 19px;
          position: relative;
        }

        :hover {
          img {
            content: inherit;
          }
        }
      }

      img {
        height: 19px;
        width: 11px;
      }
    }

    .bars {
      &amp;.desktop {
        display: none;
      }

      &amp;.mobile#mobile-bars {
        display: flex;
        padding: 0px;
        margin-bottom: 2.875rem;
      }
    }
  }
}
</pre></body></html>