/*
    Mixins
*/
html {
  font-family: Lato, Roboto, "Segoe UI", Ubuntu, Helvetica, sans-serif;
  background: #ddd;
  font-size: 16px; }
  @media (max-width: 599px) {
    html {
      font-size: 14px; } }

h1 {
  margin: 0;
  padding: 0;
  font-weight: 900;
  font-size: 4em; }

h2, h3, h4, h5, p {
  margin: 0;
  padding: 0; }

a {
  color: #3e8ddd; }

.js .hero h1, .js .hero p, .js .hero .scroll-icon {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1200ms; }

.js.loaded .hero h1, .js.loaded .hero p, .js.loaded .hero .scroll-icon {
  opacity: 1;
  transform: translateY(0); }

.js.loaded .hero h1 {
  transition-delay: 0; }

.js.loaded .hero p {
  transition-delay: 300ms; }

.js.loaded .hero .scroll-icon {
  transition-delay: 600ms; }

@keyframes bounce {
  0%, 45%, 90%, 100% {
    transform: translateY(0); }
  22% {
    transform: translateY(-15px); }
  60% {
    transform: translateY(-6px); } }

@keyframes fadeDelay {
  0% {
    opacity: 0;
    transform: translateY(10%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.bounce {
  animation: 1500ms bounce ease-in-out forwards; }

.sticky-header {
  display: flex;
  width: 100%;
  flex-direction: row;
  background: #fff;
  min-height: 50px;
  text-align: center;
  z-index: 1000; }
  @media (max-width: 599px) {
    .sticky-header {
      min-height: 42px; } }
  .sticky-header div {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center; }
  .sticky-header .logo-section {
    flex-grow: 0;
    background: #3e8ddd;
    color: #ffffff;
    font-weight: 900;
    font-size: 1.5em; }
  .sticky-header .consult {
    flex-grow: 0;
    flex-shrink: 1;
    padding: 2px;
    min-width: 200px; }
    @media (max-width: 599px) {
      .sticky-header .consult {
        min-width: 160px; } }

.logo-section img {
  max-height: 50px;
  width: auto; }
  @media (max-width: 599px) {
    .logo-section img {
      max-height: 42px; } }

.btn {
  border: 3px solid #3e8ddd;
  padding: 3px 12px 4px;
  display: inline-block;
  color: #3e8ddd;
  font-weight: 700;
  max-width: 80%;
  border-radius: 3px;
  cursor: pointer;
  transition: 300ms all; }
  .btn:hover {
    background: #3e8ddd;
    color: #fff; }
  @media (max-width: 599px) {
    .btn {
      font-size: 12px;
      padding: 5px 5px; } }

.js-close-button {
  font-size: 24px !important; }
  @media (max-width: 599px) {
    .js-close-button {
      font-size: 30px !important; } }

.btn-dark {
  border: none;
  background: #46C8E1;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  transition: 200ms all; }
  .btn-dark:hover {
    border: 1px solid #46C8E1;
    background: #fff;
    color: #46C8E1; }

.btn-small {
  font-size: 0.8em;
  padding: 8px 16px; }

.btn-cta {
  border: 3px solid #3E8DDD;
  background: #3E8DDD;
  color: #fff;
  text-decoration: none;
  padding: 18px 45px;
  margin-top: 15px;
  transition: 200ms all; }
  .btn-cta:hover {
    background: #fff;
    color: #3E8DDD; }

.learn-more {
  padding: 30px 0;
  display: block; }

@media (max-width: 599px) {
  .iOS .hero {
    height: calc(var(--vh, 1vh) * 100 - 42px); } }

.hero {
  display: block;
  position: relative;
  width: 100%;
  height: 600px;
  height: 100vh;
  background: #618cb5;
  background: linear-gradient(90deg, #c7dae8 0%, #dfd7d0 19%, #d5d2cd 32%, #7c9bb0 49%, #638fb6 72%, #466580 100%);
  background: transparent url("//static.lenovo.com/ww/campaigns/2020/hybrid-cloud/lenovo-data-center-hybrid-cloud-ebook-hero-bg-small.jpg");
  background-size: cover;
  overflow: hidden;
  height: calc(100vh - 42px); }
  @media (max-width: 599px) {
    .hero {
      height: calc(var(--vh, 1vh) * 100 - 42px); } }
  .hero .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .hero .hero-bg.hero-bg-city {
      background: transparent url("//static.lenovo.com/ww/campaigns/2020/hybrid-cloud/lenovo-data-center-hybrid-cloud-ebook-hero-bg.jpg");
      background-size: cover;
      background-position: 20% 50%;
      transform: scale(1.1);
      transform-origin: bottom center; }
    .hero .hero-bg.hero-bg-hex {
      background: transparent url("//static.lenovo.com/ww/campaigns/2020/hybrid-cloud/lenovo-data-center-hybrid-cloud-ebook-hero-hex.png");
      background-size: cover;
      background-position: right top;
      background-position: right 50% center;
      mix-blend-mode: multiply;
      opacity: 0.8;
      filter: brightness(0.7) saturate(1.5); }
      @media (min-width: 900px) {
        .hero .hero-bg.hero-bg-hex {
          background-position: right 7% center; } }
      @media (max-width: 599px) {
        .hero .hero-bg.hero-bg-hex {
          background-position: right 90% center; } }
      @supports (mix-blend-mode: multiply) {
        .hero .hero-bg.hero-bg-hex {
          opacity: 1;
          mix-blend-mode: multiply;
          filter: brightness(1) saturate(1); } }
  .hero .hero-text {
    position: absolute;
    right: 9.5%;
    top: 41%;
    max-width: 40%;
    color: #fff;
    text-shadow: 0 3px 4px rgba(0, 20, 40, 0.5); }
    @media (max-width: 599px) {
      .hero .hero-text {
        bottom: 0;
        right: 0;
        left: 0;
        top: auto;
        background: #eeeeee;
        width: 100%;
        max-width: 100%;
        padding: 20px 20px 40px;
        color: #333f48;
        text-shadow: none; } }
    .hero .hero-text h1 {
      line-height: 1;
      margin: 0;
      padding: 0 0 10px 0;
      font-size: 3em; }
      .hero .hero-text h1 span {
        display: inline-block; }
      @media (max-height: 630px) {
        .hero .hero-text h1 {
          font-size: 2em; } }
      @media (min-width: 900px) {
        .hero .hero-text h1 {
          font-size: 3.5em;
          text-shadow: 0 4px 6px rgba(0, 20, 40, 0.5); } }
      @media (min-width: 1200px) {
        .hero .hero-text h1 {
          font-size: 4.5em;
          text-shadow: 0 4px 6px rgba(0, 20, 40, 0.7); } }
      @media (max-height: 630px) {
        .hero .hero-text h1 {
          font-size: 2em; } }
      @media (max-width: 599px) {
        .hero .hero-text h1 {
          font-size: 2.5em; } }
    .hero .hero-text p {
      line-height: 1.5;
      margin: 0;
      padding: 0;
      font-size: 1em; }
      @media (min-width: 900px) {
        .hero .hero-text p {
          font-size: 1.5em;
          text-shadow: 0 4px 6px rgba(0, 20, 40, 0.5); } }
      @media (min-width: 1200px) {
        .hero .hero-text p {
          font-size: 2em;
          text-shadow: 0 4px 6px rgba(0, 20, 40, 0.7); } }
      @media (max-height: 630px) {
        .hero .hero-text p {
          font-size: 1.5em; } }
      .hero .hero-text p span {
        display: inline-block; }
    .hero .hero-text img {
      max-width: 58px;
      height: auto;
      margin-bottom: 10px; }

.hero-text img {
  max-width: 58px;
  height: auto;
  margin-bottom: 10px; }

.story-section {
  display: block;
  width: 100%;
  background: #ececec;
  color: #707070;
  padding: 0 5%;
  position: relative;
  overflow: hidden; }
  .story-section h2 {
    padding: 0 0 1em;
    font-size: 1.3em;
    line-height: 1.5;
    font-weight: 900; }
    @media (max-width: 599px) {
      .story-section h2 {
        line-height: 1.1; } }
    .story-section h2 span {
      display: inline-block; }
    .story-section h2 em {
      display: block;
      color: #333f48;
      font-style: normal; }
    @media (max-width: 599px) {
      .story-section h2 {
        font-size: 1.3em; } }
  .story-section p {
    padding: 0 0 1em;
    line-height: 1.5; }
    @media (max-width: 599px) {
      .story-section p {
        font-size: 13px;
        line-height: 1.2;
        padding-bottom: 0.5em; } }
  .story-section .section-vh {
    display: block;
    height: 100vh;
    justify-content: center;
    align-items: center;
    padding-right: 10%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    float: left;
    width: 100%; }
    @media (max-width: 599px) {
      .story-section .section-vh {
        display: flex;
        flex-direction: column;
        position: relative;
        font-size: 0.8em;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        margin-bottom: -1px;
        justify-content: center;
        float: none; } }
    .story-section .section-vh.long-section .part-content {
      top: 50%;
      transform: translateY(-50%);
      opacity: 1;
      padding-top: 0; }
    .story-section .section-vh .scroll-wrapper {
      max-height: 50%;
      overflow-y: auto; }
    .story-section .section-vh .part-content {
      position: relative;
      transform: translateY(-50%);
      opacity: 0; }
      @media (max-width: 599px) {
        .story-section .section-vh .part-content hr {
          margin: 2px 0 4px; } }
      @media (max-width: 599px) {
        .story-section .section-vh .part-content {
          top: 0;
          transform: translateY(0%);
          flex-grow: 0;
          flex-shrink: 0;
          padding: 20px 2% 0;
          width: 100%; } }
      .story-section .section-vh .part-content img {
        max-width: 70%;
        max-height: 25vh;
        height: auto;
        margin: 0 auto 3vh;
        opacity: 1; }
        @media (max-width: 375px) {
          .story-section .section-vh .part-content img {
            max-width: 50%;
            margin-bottom: 1vh; } }
      .story-section .section-vh .part-content h2 {
        opacity: 1; }
      .story-section .section-vh .part-content p {
        opacity: 1; }
      .story-section .section-vh .part-content.fast-animate {
        transition: 1ms all !important;
        opacity: 1;
        top: 50%; }
        @media (max-width: 599px) {
          .story-section .section-vh .part-content.fast-animate {
            top: 0;
            transform: translateY(0%); } }
        .story-section .section-vh .part-content.fast-animate img {
          animation: none !important;
          opacity: 1; }
        .story-section .section-vh .part-content.fast-animate h2 {
          animation: none !important;
          opacity: 1; }
        .story-section .section-vh .part-content.fast-animate p {
          animation: none !important;
          opacity: 1; }
      .story-section .section-vh .part-content.fade-me {
        opacity: 1; }
        @media (max-width: 599px) {
          .story-section .section-vh .part-content.fade-me {
            transform: translateY(0%); } }
        .story-section .section-vh .part-content.fade-me h2 {
          animation: 400ms fadeDelay ease-in-out 0ms forwards; }
        .story-section .section-vh .part-content.fade-me p, .story-section .section-vh .part-content.fade-me hr {
          animation: 1000ms fadeDelay ease-in-out 0ms forwards; }
        .story-section .section-vh .part-content.fade-me img {
          animation: 800ms fadeDelay ease-in-out 0ms forwards; }
    .story-section .section-vh .inner-graph {
      display: none; }
      @media (max-width: 599px) {
        .story-section .section-vh .inner-graph {
          display: flex;
          flex-grow: 1;
          height: auto;
          min-height: 140px;
          margin-top: 4px;
          padding-bottom: 20px; } }
      @media (max-width: 599px) {
        .story-section .section-vh .inner-graph #graph-1m {
          opacity: 1; } }
      @media (max-width: 599px) {
        .story-section .section-vh .inner-graph #graph-1m p {
          bottom: -35px; } }
      @media (max-width: 599px) {
        .story-section .section-vh .inner-graph #graph-3m {
          width: 100%; } }
      .story-section .section-vh .inner-graph .side-animation {
        min-height: 140px;
        max-height: 25vh;
        width: 90vh;
        display: block;
        position: relative;
        overflow: visible; }
        .story-section .section-vh .inner-graph .side-animation p {
          position: absolute;
          bottom: -50px;
          width: 100%;
          text-align: left;
          font-size: 0.8em; }
          @media (max-width: 599px) {
            .story-section .section-vh .inner-graph .side-animation p {
              bottom: -55px;
              max-width: 53%;
              margin: 0 auto;
              display: block;
              left: 26%; } }
        .story-section .section-vh .inner-graph .side-animation > div {
          display: block;
          width: 100%; }
        .story-section .section-vh .inner-graph .side-animation a {
          pointer-events: all; }
      .story-section .section-vh .inner-graph img {
        width: 90%;
        height: auto;
        margin: 5px auto;
        object-fit: contain; }
        @media (max-width: 599px) {
          .story-section .section-vh .inner-graph img {
            width: 50%;
            height: auto;
            max-height: 150px;
            object-fit: contain; } }
  .story-section.section-gradient {
    background: white;
    background: linear-gradient(145deg, white 0%, #ebebeb 100%); }
  .story-section .section-bg-hex, .story-section .section-bg-hex-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url("//static.lenovo.com/ww/campaigns/2020/hybrid-cloud/lenovo-data-center-hybrid-cloud-ebook-feature-hex-bg-left.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    pointer-events: none;
    background-position: bottom left; }
  .story-section .section-bg-hex-2 {
    background: transparent url("//static.lenovo.com/ww/campaigns/2020/hybrid-cloud/lenovo-data-center-hybrid-cloud-ebook-feature-hex-bg-right.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    pointer-events: none;
    background-position: top left; }
    @media (max-width: 599px) {
      .story-section .section-bg-hex-2 {
        background-size: 100% auto; } }
  .story-section .blue-gradient-fade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(15deg, rgba(70, 200, 225, 0.2) 0%, rgba(70, 200, 225, 0) 70%, rgba(70, 200, 225, 0) 100%); }
  .story-section .section-main {
    display: inline-block;
    width: 68%;
    max-width: 960px; }
    @media (max-width: 599px) {
      .story-section .section-main {
        width: 100%; } }
    @media (max-width: 599px) {
      .story-section .section-main .section-vh {
        padding: 0 5% 0 2%; } }
  .story-section .section-side {
    display: inline-block;
    width: 31%;
    float: right;
    height: 100%;
    overflow: visible; }
    @media (max-width: 599px) {
      .story-section .section-side {
        width: 100%;
        position: absolute;
        left: 0;
        top: -30vh;
        pointer-events: none; } }
    .story-section .section-side p {
      color: #707070;
      font-size: 0.6em;
      font-style: italic;
      padding: 0 15% 0 21%;
      text-align: left;
      position: absolute;
      bottom: -30px;
      display: block;
      width: 100%; }
    .story-section .section-side .side-p1 {
      text-align: center;
      height: 100vh;
      min-height: calc(var(--vh, 1vh) * 100);
      padding: 0;
      position: relative; }
      .story-section .section-side .side-p1 #graph-1 {
        position: absolute;
        transform: translateY(-50%);
        height: 50vh;
        margin-top: 0vh;
        opacity: 1;
        top: 50%;
        width: 100%; }
    .story-section .section-side .side-p2 {
      text-align: center;
      height: 100vh;
      min-height: calc(var(--vh, 1vh) * 100);
      padding: 0;
      position: relative; }
      .story-section .section-side .side-p2 #graph-2 {
        position: absolute;
        transform: translateY(-50%);
        height: 50vh;
        margin-top: 0vh;
        opacity: 1;
        top: 50%;
        width: 100%; }
    .story-section .section-side .side-p3 {
      text-align: center;
      height: 100vh;
      min-height: calc(var(--vh, 1vh) * 100);
      padding: 0;
      position: relative; }
      .story-section .section-side .side-p3 img {
        position: absolute;
        transform: translateY(-50%);
        height: 50vh;
        margin-top: 0vh;
        opacity: 1;
        top: 50%;
        width: 100%;
        left: 0;
        object-fit: contain; }
    .story-section .section-side .side-p5 {
      text-align: center;
      padding: 0;
      height: 300vh; }
      .story-section .section-side .side-p5 #hex-1 {
        transform: translateY(-50%) scale(1.7);
        height: 50vh; }
        @media (max-width: 599px) {
          .story-section .section-side .side-p5 #hex-1 {
            transform: translateY(100%) scale(1.5);
            display: none; } }
    .story-section .section-side .side-p8 {
      text-align: center;
      padding: 0;
      height: 300vh; }
      .story-section .section-side .side-p8 #hex-3 {
        transform: translateY(-50%);
        height: 50vh; }
        @media (max-width: 599px) {
          .story-section .section-side .side-p8 #hex-3 {
            height: 30vh;
            display: none; } }
    .story-section .section-side .side-p10 {
      text-align: center;
      padding: 0;
      height: 300vh; }
      .story-section .section-side .side-p10 #hex-4 {
        transform: translateY(-50%) scale(1.5);
        height: 50vh; }
        @media (max-width: 599px) {
          .story-section .section-side .side-p10 #hex-4 {
            display: none; } }
    .story-section .section-side .side-p12 {
      text-align: center;
      height: 100vh;
      min-height: calc(var(--vh, 1vh) * 100);
      padding: 0; }
      @media (max-width: 599px) {
        .story-section .section-side .side-p12 {
          height: auto;
          width: 100%;
          display: block; } }
      .story-section .section-side .side-p12 #graph-last {
        height: auto;
        width: 100%;
        float: right;
        margin-top: 50vh;
        transform: translateY(-50%);
        transition: 2000ms all; }
        @media (max-width: 599px) {
          .story-section .section-side .side-p12 #graph-last {
            margin: 10px auto 0;
            width: 80%;
            object-fit: cover;
            transform: translateY(0%);
            float: none;
            display: none; } }
      .story-section .section-side .side-p12 img {
        margin: 3vh auto; }
  @media (max-width: 599px) {
    .story-section.s1 .section-side {
      display: none; } }
  .story-section.s1 .side-animation {
    opacity: 0; }
  @media (max-width: 599px) {
    .story-section.s2 .part-content {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); } }
  @media (max-width: 599px) {
    .story-section.s2 .part-content.fade-me {
      transform: translateY(-50%); } }
  .story-section.s2 .s1-p4 {
    text-align: center;
    padding: 0;
    margin: 0 auto;
    width: 80%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    float: none; }
    .story-section.s2 .s1-p4 h2 {
      font-size: 3.25em;
      padding-bottom: 10px;
      font-weight: 900; }
      .story-section.s2 .s1-p4 h2 span {
        color: #3E8DDD;
        display: inline; }
  .story-section.s2 .scroll-s1-p4 {
    position: absolute;
    bottom: 5vh;
    left: 50%; }
    .story-section.s2 .scroll-s1-p4 img {
      max-width: 50px;
      height: auto;
      display: inline-block;
      transform: translateX(-50%); }
  .story-section.s3 {
    background: #fff;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    @media (max-height: 630px) {
      .story-section.s3 {
        font-size: 0.8em;
        padding: 1% 5%; } }
    @media (max-width: 599px) {
      .story-section.s3 .story-inner-wrapper {
        display: flex;
        justify-content: center;
        align-items: center; } }
    .story-section.s3 .section-main {
      width: 30%;
      position: absolute;
      left: 10vh;
      top: 0vh;
      min-width: 300px;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-direction: column;
      height: 100vh; }
      @media (max-width: 599px) {
        .story-section.s3 .section-main {
          width: 100%;
          left: initial;
          top: initial;
          position: relative;
          padding: 4% 10%;
          max-width: 350px;
          margin: 0 auto;
          padding-top: 0px;
          height: auto; } }
      .story-section.s3 .section-main h2 {
        color: #333F48;
        font-weight: 900;
        padding: 0; }
      .story-section.s3 .section-main > p {
        padding-top: 1px; }
      .story-section.s3 .section-main h3, .story-section.s3 .section-main p {
        color: #6F7170;
        padding-bottom: 10px;
        -webkit-text-size-adjust: none; }
      .story-section.s3 .section-main h3 {
        font-size: 1.2em;
        display: block;
        max-width: 60%; }
        @media (max-width: 599px) {
          .story-section.s3 .section-main h3 {
            max-width: 80%;
            font-size: 17px; } }
        @media (max-height: 630px) {
          .story-section.s3 .section-main h3 {
            font-size: 1em; } }
      .story-section.s3 .section-main p {
        font-size: 13px; }
      .story-section.s3 .section-main .hex-points {
        display: flex;
        flex-direction: row;
        padding: 3vh 0;
        opacity: 0.5;
        transition: 300ms all;
        cursor: pointer; }
        @media (max-width: 599px) {
          .story-section.s3 .section-main .hex-points {
            opacity: 1;
            padding: 2vh 0; } }
        @media (max-height: 630px) {
          .story-section.s3 .section-main .hex-points {
            padding: 1vh 0; } }
        .story-section.s3 .section-main .hex-points:last-of-type {
          padding-bottom: 0; }
        .story-section.s3 .section-main .hex-points.has-focus {
          opacity: 1; }
        .story-section.s3 .section-main .hex-points .hex-num img {
          max-width: 30px;
          margin: 0 10px 0 0; }
    .story-section.s3 .section-side {
      width: 65%;
      width: calc(95% - 300px);
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      height: 100vh;
      position: absolute;
      right: 0;
      top: 0; }
      @media (max-width: 599px) {
        .story-section.s3 .section-side {
          width: 100%;
          position: relative;
          display: none; } }
      .story-section.s3 .section-side #hex-full {
        height: 100vh;
        width: 100%; }
        @media (max-width: 599px) {
          .story-section.s3 .section-side #hex-full {
            height: auto;
            min-height: 140px;
            width: 100%;
            margin-top: 0;
            transform: scale(1.2);
            transform-origin: bottom center; } }
  .story-section.s4 {
    background: #fff;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100); }
    .story-section.s4 .s4-bg {
      position: absolute;
      top: -10%;
      left: 0;
      width: 100%;
      height: 110%;
      background: transparent url("//static.lenovo.com/ww/campaigns/2020/hybrid-cloud/lenovo-data-center-hybrid-cloud-ebook-feature-6-bg.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      pointer-events: none;
      background-position: top left; }
      @media (max-width: 599px) {
        .story-section.s4 .s4-bg {
          background-attachment: scroll;
          background-position: bottom left 30%; } }
    .story-section.s4 .s4-bg-hex {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: transparent url("//static.lenovo.com/ww/campaigns/2020/hybrid-cloud/lenovo-data-center-hybrid-cloud-ebook-feature-6-hex-bg.png");
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      pointer-events: none;
      background-position: bottom left;
      background-position: right 60% bottom;
      mix-blend-mode: multiply;
      opacity: 0.8;
      filter: brightness(0.7) saturate(1.5); }
      @media (max-width: 599px) {
        .story-section.s4 .s4-bg-hex {
          background-attachment: scroll;
          background-position: right 90% center; } }
      @supports (mix-blend-mode: multiply) {
        .story-section.s4 .s4-bg-hex {
          opacity: 1;
          mix-blend-mode: multiply;
          filter: brightness(1) saturate(1); } }
    .story-section.s4 .hero-text {
      position: absolute;
      right: 7%;
      top: 36%;
      max-width: 40%;
      color: #fff;
      text-shadow: 0 3px 4px rgba(0, 20, 40, 0.5); }
      @media (max-width: 599px) {
        .story-section.s4 .hero-text {
          bottom: 0;
          right: 0;
          left: 0;
          top: auto;
          background: #eeeeee;
          width: 100%;
          max-width: 100%;
          color: #333f48;
          text-shadow: none;
          padding: 20px 20px 40px; } }
      .story-section.s4 .hero-text h1 {
        line-height: 1;
        margin: 0;
        padding: 0 0 10px 0;
        font-size: 3em; }
        .story-section.s4 .hero-text h1 span {
          display: inline-block; }
        @media (min-width: 900px) {
          .story-section.s4 .hero-text h1 {
            font-size: 3.5em;
            text-shadow: 0 4px 6px rgba(0, 20, 40, 0.5); } }
        @media (min-width: 1200px) {
          .story-section.s4 .hero-text h1 {
            font-size: 4em;
            text-shadow: 0 4px 6px rgba(0, 20, 40, 0.7); } }
        @media (max-height: 630px) {
          .story-section.s4 .hero-text h1 {
            font-size: 2em; } }
        @media (max-width: 599px) {
          .story-section.s4 .hero-text h1 {
            font-size: 2.5em; } }
      .story-section.s4 .hero-text p {
        line-height: 1.5;
        margin: 0;
        padding: 0;
        font-size: 1em; }
        @media (min-width: 900px) {
          .story-section.s4 .hero-text p {
            font-size: 1.5em;
            text-shadow: 0 4px 6px rgba(0, 20, 40, 0.5); } }
        @media (min-width: 1200px) {
          .story-section.s4 .hero-text p {
            font-size: 2em;
            text-shadow: 0 4px 6px rgba(0, 20, 40, 0.7); } }
        @media (max-height: 630px) {
          .story-section.s4 .hero-text p {
            font-size: 1.5em; } }
  .story-section.s5 .side-p5 img {
    width: 100%;
    height: auto;
    margin-top: 30vh;
    float: right; }
  .story-section.s5 hr {
    border: none;
    border-top: 1px solid #707070; }
  @media (max-width: 599px) {
    .story-section.s6 .part-content {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); } }
  @media (max-width: 599px) {
    .story-section.s6 .part-content.fade-me {
      transform: translateY(-50%); } }
  .story-section.s6 .s1-p6 {
    text-align: center;
    padding: 0;
    margin: 0 auto;
    width: 80%;
    max-width: 500px;
    float: none; }
    .story-section.s6 .s1-p6 h2 {
      font-size: 3.25em;
      padding-bottom: 10px;
      font-weight: 900; }
      .story-section.s6 .s1-p6 h2 span {
        color: #3E8DDD; }
  .story-section.s6 .scroll-s1-p6 {
    position: absolute;
    bottom: 5vh;
    left: 50%; }
    .story-section.s6 .scroll-s1-p6 img {
      max-width: 50px;
      height: auto;
      display: inline-block;
      transform: translateX(-50%); }
  .story-section.s7 {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100); }
    .story-section.s7 .s7-bg {
      position: absolute;
      top: 0%;
      left: 0;
      width: 100%;
      height: 100%;
      transform: scale(1.1);
      transform-origin: top left;
      background: transparent url("//static.lenovo.com/ww/campaigns/2020/hybrid-cloud/lenovo-data-center-hybrid-cloud-ebook-feature-11-bg.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      pointer-events: none;
      background-position: center center; }
      @media (max-width: 599px) {
        .story-section.s7 .s7-bg {
          background-attachment: scroll;
          background-position: bottom 0% right 25%; } }
    .story-section.s7 .s7-bg-hex {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: transparent url("//static.lenovo.com/ww/campaigns/2020/hybrid-cloud/lenovo-data-center-hybrid-cloud-ebook-feature-11-hex-bg.png");
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      pointer-events: none;
      background-position: bottom right;
      background-position: left 40% bottom;
      mix-blend-mode: multiply;
      opacity: 0.8;
      filter: brightness(0.7) saturate(1.5); }
      @media (max-width: 599px) {
        .story-section.s7 .s7-bg-hex {
          background-attachment: scroll;
          background-position: right 20% center; } }
      @supports (mix-blend-mode: multiply) {
        .story-section.s7 .s7-bg-hex {
          opacity: 1;
          mix-blend-mode: multiply;
          filter: brightness(1) saturate(1); } }
    .story-section.s7 .hero-text {
      position: absolute;
      left: 7%;
      top: 29%;
      max-width: 43%;
      color: #fff;
      text-shadow: 0 3px 4px rgba(0, 20, 40, 0.5); }
      @media (max-width: 599px) {
        .story-section.s7 .hero-text {
          bottom: 0;
          right: 0;
          left: 0;
          top: auto;
          background: #eeeeee;
          width: 100%;
          max-width: 100%;
          color: #333f48;
          text-shadow: none;
          padding: 20px 20px 40px; } }
      .story-section.s7 .hero-text h1 {
        line-height: 1;
        margin: 0;
        padding: 0 0 10px 0;
        font-size: 3em; }
        .story-section.s7 .hero-text h1 span {
          display: inline-block; }
        @media (min-width: 900px) {
          .story-section.s7 .hero-text h1 {
            font-size: 3.5em;
            text-shadow: 0 4px 6px rgba(0, 20, 40, 0.5); } }
        @media (min-width: 1200px) {
          .story-section.s7 .hero-text h1 {
            font-size: 4em;
            text-shadow: 0 4px 6px rgba(0, 20, 40, 0.7); } }
        @media (max-height: 630px) {
          .story-section.s7 .hero-text h1 {
            font-size: 2em; } }
        @media (max-width: 599px) {
          .story-section.s7 .hero-text h1 {
            font-size: 2.5em; } }
      .story-section.s7 .hero-text p {
        line-height: 1.5;
        margin: 0;
        padding: 0;
        font-size: 1em; }
        @media (min-width: 900px) {
          .story-section.s7 .hero-text p {
            font-size: 1.5em;
            text-shadow: 0 4px 6px rgba(0, 20, 40, 0.5); } }
        @media (min-width: 1200px) {
          .story-section.s7 .hero-text p {
            font-size: 2em;
            text-shadow: 0 4px 6px rgba(0, 20, 40, 0.7); } }
        @media (max-height: 630px) {
          .story-section.s7 .hero-text p {
            font-size: 1.5em; } }
  .story-section.s8 .section-bg-hex {
    background: transparent url("//static.lenovo.com/ww/campaigns/2020/hybrid-cloud/lenovo-data-center-hybrid-cloud-ebook-feature-hex-bg-right-2.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    pointer-events: none;
    background-position: bottom left; }
    @media (max-width: 599px) {
      .story-section.s8 .section-bg-hex {
        background-attachment: scroll; } }
  .story-section.s8 .section-side {
    float: left; }
    @media (max-width: 599px) {
      .story-section.s8 .section-side {
        float: right;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0; } }
  .story-section.s8 .section-main-right .section-vh {
    padding-left: 10%;
    padding-right: 0; }
    @media (max-width: 599px) {
      .story-section.s8 .section-main-right .section-vh {
        padding-left: 0; } }
  .story-section.s8 .side-p8 img {
    width: 100%;
    height: auto;
    margin-top: 30vh; }
  .story-section.s8 hr {
    border: none;
    border-top: 1px solid #707070; }
  @media (max-width: 599px) {
    .story-section.s8b .part-content {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); } }
  @media (max-width: 599px) {
    .story-section.s8b .part-content.fade-me {
      transform: translateY(-50%); } }
  .story-section.s8b .s1-p8b {
    text-align: center;
    padding: 0;
    margin: 0 auto;
    width: 80%;
    max-width: 500px;
    float: none; }
    .story-section.s8b .s1-p8b h2 {
      font-size: 3.25em;
      padding-bottom: 10px;
      font-weight: 900; }
      .story-section.s8b .s1-p8b h2 span {
        color: #3E8DDD; }
  .story-section.s8b .scroll-s1-p8b {
    position: absolute;
    bottom: 5vh;
    left: 50%; }
    .story-section.s8b .scroll-s1-p8b img {
      max-width: 50px;
      height: auto;
      display: inline-block;
      transform: translateX(-50%); }
  .story-section.s9 {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100); }
    .story-section.s9 .s9-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transform: scale(1.1);
      transform-origin: top left;
      background: transparent url("//static.lenovo.com/ww/campaigns/2020/hybrid-cloud/lenovo-data-center-hybrid-cloud-ebook-feature-16-bg.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      pointer-events: none;
      background-position: top left; }
      @media (max-width: 599px) {
        .story-section.s9 .s9-bg {
          background-attachment: scroll;
          background-position: top left 18%;
          height: 80%; } }
    .story-section.s9 .s9-bg-hex {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: transparent url("//static.lenovo.com/ww/campaigns/2020/hybrid-cloud/lenovo-data-center-hybrid-cloud-ebook-feature-16-hex-bg.png");
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      pointer-events: none;
      background-position: bottom right;
      background-position: right 60% bottom;
      mix-blend-mode: multiply;
      opacity: 0.8;
      filter: brightness(0.7) saturate(1.5); }
      @media (max-width: 599px) {
        .story-section.s9 .s9-bg-hex {
          background-attachment: scroll;
          background-position: right 60% center; } }
      @supports (mix-blend-mode: multiply) {
        .story-section.s9 .s9-bg-hex {
          opacity: 1;
          mix-blend-mode: multiply;
          filter: brightness(1) saturate(1); } }
    .story-section.s9 .hero-text {
      position: absolute;
      right: 7%;
      top: 38%;
      max-width: 40%;
      color: #fff;
      text-shadow: 0 3px 4px rgba(0, 20, 40, 0.5); }
      @media (max-width: 599px) {
        .story-section.s9 .hero-text {
          bottom: 0;
          right: 0;
          left: 0;
          top: auto;
          background: #eeeeee;
          width: 100%;
          max-width: 100%;
          color: #333f48;
          text-shadow: none;
          padding: 20px 20px 50px; } }
      .story-section.s9 .hero-text h1 {
        line-height: 1;
        margin: 0;
        padding: 0 0 10px 0;
        font-size: 3em; }
        .story-section.s9 .hero-text h1 span {
          display: inline-block; }
        @media (min-width: 900px) {
          .story-section.s9 .hero-text h1 {
            font-size: 3em;
            text-shadow: 0 4px 6px rgba(0, 20, 40, 0.5); } }
        @media (min-width: 1200px) {
          .story-section.s9 .hero-text h1 {
            font-size: 3em;
            text-shadow: 0 4px 6px rgba(0, 20, 40, 0.7); } }
        @media (max-height: 630px) {
          .story-section.s9 .hero-text h1 {
            font-size: 2em; } }
        @media (max-width: 599px) {
          .story-section.s9 .hero-text h1 {
            font-size: 2.5em; } }
      .story-section.s9 .hero-text p {
        line-height: 1.5;
        margin: 0;
        padding: 0;
        font-size: 1em; }
        .story-section.s9 .hero-text p span {
          display: inline-block; }
        @media (min-width: 900px) {
          .story-section.s9 .hero-text p {
            font-size: 1.5em;
            text-shadow: 0 4px 6px rgba(0, 20, 40, 0.5); } }
        @media (min-width: 1200px) {
          .story-section.s9 .hero-text p {
            font-size: 2em;
            text-shadow: 0 4px 6px rgba(0, 20, 40, 0.7); } }
        @media (max-height: 630px) {
          .story-section.s9 .hero-text p {
            font-size: 1.5em; } }
  .story-section.s10 .side-p10 img {
    width: 100%;
    height: auto;
    margin-top: 30vh; }
  .story-section.s10 hr {
    border: none;
    border-top: 1px solid #707070; }
  @media (max-width: 599px) {
    .story-section.s11 .part-content {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); } }
  @media (max-width: 599px) {
    .story-section.s11 .part-content.fade-me {
      transform: translateY(-50%); } }
  .story-section.s11 .s1-p11 {
    text-align: center;
    padding: 0;
    margin: 0 auto;
    width: 80%;
    max-width: 500px;
    float: none; }
    .story-section.s11 .s1-p11 h2 {
      font-size: 3.25em;
      padding-bottom: 10px;
      font-weight: 900; }
      .story-section.s11 .s1-p11 h2 span {
        color: #3E8DDD; }
  .story-section.s11 .scroll-s1-p11 {
    position: absolute;
    bottom: 5vh;
    left: 50%; }
    .story-section.s11 .scroll-s1-p11 img {
      max-width: 50px;
      height: auto;
      display: inline-block;
      transform: translateX(-50%); }
  @media (max-width: 599px) {
    .story-section.s12 .section-side-right {
      display: none; } }
  .story-section.s12 .story-inner-wrapper {
    min-height: 0; }
    @media (max-width: 599px) {
      .story-section.s12 .story-inner-wrapper {
        display: flex;
        justify-content: center;
        align-items: center; } }
  .story-section.s12 .part-content {
    top: 50%; }
    @media (max-width: 599px) {
      .story-section.s12 .part-content {
        transform: translateY(0%);
        top: 0;
        display: block;
        position: relative; } }
  @media (max-width: 599px) {
    .story-section.s12 .section-side {
      float: none;
      top: 0;
      position: relative; } }
  @media (max-width: 599px) {
    .story-section.s12 .section-vh {
      height: auto; } }
  .story-section.s12 h2 {
    line-height: 1.4; }
    .story-section.s12 h2 span {
      display: block;
      font-weight: 500; }
  .story-section.s12 a.learn-more {
    color: #3E8DDD;
    font-weight: bold; }
    @media (max-width: 599px) {
      .story-section.s12 a.learn-more {
        font-size: 1.2em; } }
  .story-section.s12 .side-p12 img {
    width: 100%;
    height: auto;
    margin-top: 27vh; }
    @media (max-width: 599px) {
      .story-section.s12 .side-p12 img {
        margin-top: 0; } }
  .story-section.s12 hr {
    border: none;
    border-top: 1px solid #707070; }

.story-inner-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100); }

footer {
  background: #E8E7E7;
  padding: 28px 5% ; }
  @media (max-width: 599px) {
    footer {
      padding: 30px 5%; } }
footer .story-inner-wrapper {
  height: auto;
  min-height: auto;
  display: flex; align-items: flex-end;}
footer .section-main-left {
  order: 1; width: 50%; padding-right: 10%;}
footer .section-side-right {
  order: 2; width: 40%; text-align: right;}
footer .social-platforms__icons {display: inline-flex; margin-left: 10px;}
footer .social-platforms__icon {margin-right: 10px; color: #3e8ddd!important; font-size: 20px;}
footer .fa-facebook-square:before {content: "\f082";}
footer .fa-twitter-square:before {content: "\f081";}
footer .fa-instagram:before {content: "\f16d";}
footer .fa-youtube:before {content: "\f167";}
footer .fa-linkedin:before {content: "\f08c";}
footer p {
  color: #707070;
  width: 100%;
  padding-bottom: 8px;
  line-height: 1.2; }
  @media (min-width: 600px) {
    footer p {
      max-width: 720px; } }
    footer p.legal {font-size: .8em; font-style: italic;}
@media (max-width: 768px) {
  footer .story-inner-wrapper {flex-flow: column;}
  footer .section-side-right {order: 1;}
  footer .section-main-left {orphans: 2;}
  footer .section-main-left, footer .section-side-right {width: 100%; text-align: left; padding: 0;}
}

.side-animation {
  overflow: visible; }

.social-share {
  position: fixed;
  right: 0;
  top: 30%;
  background: transparent url("//static.lenovo.com/ww/campaigns/2020/hybrid-cloud/lenovo-data-center-hybrid-cloud-ebook-tab.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
  width: 300px;
  height: 160px;
  text-align: right;
  padding: 30px 4px;
  transition: 1200ms all;
  transform-origin: right center;
  transform: translateX(0px);
  opacity: 0.9;
  z-index: 500; }
  @media (max-width: 599px) {
    .social-share {
      width: 200px;
      transform: translateX(0px) scale(0.7); } }
  .social-share.hide-me {
    transform: translateX(50px);
    opacity: 0; }
    @media (max-width: 599px) {
      .social-share.hide-me {
        transform: translateX(50px) scale(0.7); } }
  .social-share img {
    padding: 5px 5px;
    margin: 5px 0 0;
    max-width: 38px;
    height: auto; }
  .social-share .share-button {
    display: inline-block;
    cursor: pointer; }
  .social-share .row {
    display: block;
    width: 100%; }
    .social-share .row a {
      display: inline-block; }
    .social-share .row .hide-social {
      display: inline-block;
      padding-right: 4px;
      opacity: 0;
      transform: translateX(100px);
      transition: 200ms all;
      pointer-events: none; }
      .social-share .row .hide-social a {
        display: inline-block; }
      .social-share .row .hide-social img {
        margin-bottom: -2px;
        display: inline-block; }
      .social-share .row .hide-social.show-social {
        opacity: 1;
        transform: translateX(0px);
        pointer-events: initial; }
        @media (max-width: 599px) {
          .social-share .row .hide-social.show-social {
            transform: scale(1.2); } }

.intel {
  z-index: 999;
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
  height: auto;
  padding: 10px; }
  .intel.intel-mobile {
    width: 120px !important;
    bottom: auto !important;
    top: -90px !important;
    max-width: 120px !important; }

.hide-me {
  opacity: 0; }

.scroll-up {
  position: fixed;
  right: 8px;
  bottom: 5px;
  width: 60px;
  height: auto;
  text-align: center;
  transition: all 1500ms;
  transform: translateY(0px);
  background: rgba(128, 128, 128, 0.001);
  pointer-events: all;
  z-index: 500; }
  .scroll-up.scroll-white a {
    color: #eee; }
  @media (max-width: 599px) {
    .scroll-up {
      padding: 2px;
      bottom: 2px;
      width: 8%; } }
  .scroll-up.hide-me {
    transform: translateY(50px);
    opacity: 0; }
  .scroll-up a {
    text-decoration: none;
    color: #666;
    font-size: 12px;
    font-style: italic;
    display: block;
    position: relative;
    transition: all 1000ms; }
  .scroll-up img {
    width: 100%;
    height: auto;
    transition: 100ms all; }
    @media (max-width: 599px) {
      .scroll-up img {
        width: 100%;
        object-fit: contain;
        margin: 0 auto; } }
  .scroll-up .default {
    opacity: 1; }
  .scroll-up .hover {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    opacity: 0; }
  .scroll-up:hover .default {
    opacity: 0; }
  .scroll-up:hover .hover {
    opacity: 1; }
  .scroll-up span {
    display: block;
    margin-top: 3px; }

.desktop-only {
  display: block; }
  @media (max-width: 599px) {
    .desktop-only {
      display: none; } }

.mobile-only {
  display: none !important; }
  @media (max-width: 599px) {
    .mobile-only {
      display: block !important; } }

.mobile-inline {
  display: none !important; }
  @media (max-width: 599px) {
    .mobile-inline {
      display: inline-block !important; } }

*:focus {
  outline: none; }

.scroll-icon {
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 400;
  cursor: pointer; }
  .scroll-icon img {
    width: 50px;
    height: auto; }

.toggle-scrollify {
  position: absolute;
  bottom: 5px;
  left: 20px;
  width: 1px;
  height: 1px;
  background: rgba(125, 125, 125, 0.1);
  z-index: 999; }

.white-fade {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: white;
  pointer-events: none;
  display: none;
  z-index: 9999; }
