@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Open+Sans&display=swap");
/*
    Common CSS
    ww-legionUltimateSupport-style-css
*/
@font-face {
  font-family: Lato;
  src: url("font-family/Lato-Regular.ttf");
}
body {
  font-family: "Lato", "Open Sans", sans-serif;
  line-height: 1em;
  background-color: #000000;
  color: #fff;
  padding: 0;
  margin: 0;
  font: normal 16px Lato;
}
#singlecol {
  background-color: #000;
}
#singlecol section {
  height: auto;
  display: block;
  position: relative;
  color: #fff;
}
.vh100 {
  height: 100vh;
}
.d-none {
  display: none !important;
}
/*
    General CSS
*/
.position-relative {
  position: relative;
}
.position-vertion-align-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.logo-ces22-innovation-awards {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  right: 5%;
}
.logo-ces22-innovation-awards img {
  height: 17vh;
}

.logo-ces22-innovation-awards img {
  height: 17vh;
}

.legion-ultimate-support-container .wrapper-image {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.legion-ultimate-support-container .wrapper-image.image-right {
  text-align: right;
}
.legion-ultimate-support-container .wrapper-image.image-left {
  text-align: left;
}
.legion-ultimate-support-container .wrapper-image img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 850px;
}
/* Hero Section */
.legion-ultimate-support-container .wrapper-image .hero-overlay {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(9, 36, 57, 1) 0%,
    rgba(9, 36, 57, 0.8) 30%,
    rgba(9, 36, 57, 0.6) 60%,
    rgba(9, 36, 57, 0) 100%
  );
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 40%;
}
.legion-ultimate-support-container .hero-blade {
  text-align: left;
  z-index: 10;
  position: absolute;
  bottom: 10%;
  left: 10%;
  margin: 0 auto;
  width: 40%;
}
.legion-ultimate-support-container img.legion-logo {
  position: absolute;
  top: 10%;
  left: 10%;
}
.legion-ultimate-support-container img.apex-logo {
  position: absolute;
  top: 10%;
  right: 10%;
}
.legion-ultimate-support-container .hero-blade p {
  font: normal 1.25em Lato;
  color: #fff;
  margin: 0;
  padding: 0;
}
.legion-ultimate-support-container .hero-blade p.sub-text {
  font: normal 1.1em Lato;
  color: #fff;
  margin: 10px 0 0 0;
  padding: 0;
  width: auto;
  display: table-row;
}
.legion-ultimate-support-container .hero-blade h1 {
  font: 900 5em Lato;
  color: #fff;
  margin: 20px 0 0 0;
  padding: 0;
  display: inline-block;
}
.legion-ultimate-support-container .hero-blade-video-wrap {
  position: absolute;
  bottom: 10%;
  right: 10%;
  box-shadow: 0 0px 10px #91b5ab;
}
.legion-ultimate-support-container .hero-blade-video-wrap img {
  width: 350px;
  height: 200px;
}
.legion-ultimate-support-container
  .hero-blade-video-wrap:hover
  .page-hero__vid-link:before {
  background-size: 20%;
}
.legion-ultimate-support-container
  .hero-blade-video-wrap
  .page-hero__vid-link:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 2;
  background: url(https://static.lenovo.com/ww/campaigns/2019/yoga-brand-v3/icons/play-button.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 13%;
  transition: 0.2s;
  cursor: pointer;
}

/*
    Feature One - Right Section
*/
.legion-ultimate-support-container .wrapper-image .blade-one-overlay {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgb(9, 36, 57, 0) 0%,
    rgb(9 36 57 / 75%) 30%,
    rgb(9 36 57) 60%,
    rgba(9, 36, 57, 1) 100%
  );
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 40%;
}
.legion-ultimate-support-container .blade-one-content {
  width: 25%;
  text-align: left;
  z-index: 10;
  position: absolute;
  top: 20%;
  right: 5%;
  margin: 0 auto;
}
.legion-ultimate-support-container .blade-one-content h3 {
  font: 900 2.8em Lato;
  color: #fff;
  margin: 0;
  padding: 0;
}
.legion-ultimate-support-container .blade-one-content p {
  font: normal 1.25em Lato;
  color: #fff;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1.8em;
}

/* Feature Two - Left Section */
.legion-ultimate-support-container .wrapper-image .blade-two-overlay {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    270deg,
    rgba(9, 36, 57, 0) 0%,
    rgba(9, 36, 57, 1) 30%,
    rgba(9, 36, 57, 1) 60%,
    rgba(9, 36, 57, 1) 100%
  );
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 40%;
}
.legion-ultimate-support-container .blade-two-content {
  width: 25%;
  text-align: left;
  z-index: 10;
  position: absolute;
  top: 20%;
  left: 10%;
  margin: 0 auto;
}
.legion-ultimate-support-container .blade-two-content h3 {
  font: 900 2.8em Lato;
  color: #fff;
  margin: 0;
  padding: 0;
}
.legion-ultimate-support-container .blade-two-content p {
  font: normal 1.25em Lato;
  color: #fff;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1.8em;
}

/*
    Ultimate Support blade
*/
.ultimate-support {
  position: relative;
  background-color: #000;
  background-image: url(https://static.lenovo.com/ww/campaigns/2021/legion/ultimate-support/ww-lenovo-legionUltimateSupport-comparedChart.jpg);
  background-size: cover;
  background-position: center;
  padding-bottom: 80px;
}

.ultimate-support .support-content {
  width: 85%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 2fr;
  margin: 0 auto 50px;
  padding-top: 50px;
}

.ultimate-support .support-content-description {
  font: normal 1.25em Lato;
  width: 50%;
  margin: 50px auto 30px;
  text-align: center;
  line-height: 1.8em;
}

.ultimate-support .support-content h2 {
  font: 900 2.8em Lato;
  color: #fff;
  grid-column-start: 1;
  grid-column-end: 5;
  text-align: center;
  width: 100%;
}
/*
    Support Icons
*/
.ultimate-support .support-content .support-item {
  text-align: center;
}
.ultimate-support .support-content .support-item h4 {
  font: normal 1.5em Lato;
  color: #fff;
  margin: 35px 0 15px;
}
.ultimate-support .support-content .support-item img {
  width: 150px;
  height: 150px;
}
.ultimate-support .support-content .support-item p {
  font: normal 1em Lato;
  color: #fff;
  width: 65%;
  margin: 0 auto 25px;
}

/* Feature Three - Left Section */
.legion-ultimate-support-container .wrapper-image .blade-three-overlay {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 7, 38, 1) 0%,
    rgba(0, 7, 38, 0.7) 30%,
    rgba(0, 7, 38, 0.3) 60%,
    rgba(0, 7, 38, 0) 100%
  );
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 40%;
}
.legion-ultimate-support-container .blade-three-content {
  width: 27%;
  text-align: left;
  z-index: 10;
  position: absolute;
  top: 20%;
  left: 10%;
  margin: 0 auto;
}
.legion-ultimate-support-container .blade-three-content h3 {
  font: 900 2.8em Lato;
  color: #fff;
  margin: 0;
  padding: 0;
}
.legion-ultimate-support-container .blade-three-content .option {
  margin: 40px 0 60px;
}
.legion-ultimate-support-container .blade-three-content .option h4 {
  font: 900 1.8em Lato;
  color: #fff;
  margin: 0;
  padding: 0;
}
.legion-ultimate-support-container .blade-three-content .option p {
  font: normal 1.25em Lato;
  color: #fff;
  margin: 20px 0;
  padding: 0;
  line-height: 1.8em;
}
.legion-ultimate-support-container .blade-three-content .option a {
  font: bold 1.5em Lato;
  color: #fff;
  text-align: center;
  background-color: #3e8ddd;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  padding: 10px 30px;
}
.legion-ultimate-support-container .blade-three-content .option a:hover {
  background-color: #1361af;
}

/* Gird Compared Chart */
.grid-container {
  display: grid;
  width: 77%;
  height: 494px;
  margin: auto;
  grid-template-rows: 127px 68px 68px 68px 68px 68px 33px;
  grid-template-columns: 46% 2% 18% 2% 2% 28% 2%;
  align-content: right;
  margin-top: 75px;
  font: normal 1.5em Lato;
  line-height: 1.5em;
}
.grid-container p {
  margin: 0;
}
.grid-container h3 {
  color: #fff;
  font: normal 2em Lato;
  font-weight: 400;
  text-align: left;
  margin: auto;
  margin-top: 30px;
}

.item1 {
  grid-area: 1 / 3 / 2 / 4;
  margin: 0 auto;
}
.item2 {
  grid-area: 1 / 6 / 2 / 7;
  margin: 0 auto;
}

.item3 {
  grid-area: 2/1/3/2;
  padding-left: 25px;
  margin: auto;
  margin-left: 0;
}
.item4 {
  grid-area: 3/1/4/2;
  padding-left: 25px;
  margin: auto;
  margin-left: 0;
}

.item5 {
  grid-area: 4/1/5/2;
  padding-left: 25px;
  margin: auto;
  margin-left: 0;
}

.item6 {
  grid-area: 5/1/6/2;
  padding-left: 25px;
  margin: auto;
  margin-left: 0;
}
.item7 {
  grid-area: 6/1/7/2;
  padding-left: 25px;
  margin: auto;
  margin-left: 0;
}

.item8 {
  grid-area: 2/3/3/4;
  text-align: center;
  margin: auto;
  display: flex;
  font-weight: bold;
}

.item9 {
  grid-area: 3/3/4/4;
  margin: auto;
  display: flex;
}

.item10 {
  grid-area: 4/3/5/4;
  margin: auto;
  display: flex;
}
.item11 {
  grid-area: 5/3/6/4;
  margin: auto;
  display: flex;
}
.item12 {
  grid-area: 6/3/7/4;
  margin: auto;
  display: flex;
}
.item13 {
  grid-area: 2/6/3/7;
  text-align: center;
  margin: auto;
  display: flex;
  font-weight: bold;
}

.item14 {
  grid-area: 3/6/4/7;
  margin: auto;
  display: flex;
}
.item15 {
  grid-area: 4/6/5/7;
  margin: auto;
  display: flex;
}
.item16 {
  grid-area: 5/6/6/7;
  margin: auto;
  display: flex;
}
.item17 {
  grid-area: 6/6/7/7;
  margin: auto;
  display: flex;
}

.item18 {
  grid-area: 1/3 / span 8/4;
  border: 6px solid #6b6b6b;
}

.item19 {
  grid-area: 1/6 / span 8/7;
  border: 6px solid #3e8ddd;
}
.item20 {
  grid-area: 2/1/3 / span 8;
  border-bottom: 1px solid #fff;
}
.item21 {
  grid-area: 3/1/4 / span 8;
  border-bottom: 1px solid #fff;
}
.item22 {
  grid-area: 4/1/5 / span 8;
  border-bottom: 1px solid #fff;
}
.item23 {
  grid-area: 5/1/6 / span 8;
  border-bottom: 1px solid #fff;
}
.item24 {
  grid-area: 2/1/7/2;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.item25 {
  grid-area: 2/2/7/5;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.item26 {
  grid-area: 2/5/7/8;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
/* End Gird Compared Chart */

@media only screen and (min-width: 1921px) {
  .grid-container {
    height: 520px;
    grid-template-rows: 140px 68px 68px 68px 68px 68px 33px;
  }
  .legion-ultimate-support-container img.apex-logo {
    width: 200px;
  }
}
/* @media only screen and (min-width: 1228px) {
  div#singlecol {
    margin-top: 75px;
  }
} */
@media only screen and (min-width: 1281px) and (max-width: 1920px) {
  /* Hero Section */
  .legion-ultimate-support-container .hero-blade {
    bottom: 7%;
    left: 7%;
  }
  .legion-ultimate-support-container img.legion-logo {
    top: 7%;
    left: 7%;
    height: 35px;
  }
  .legion-ultimate-support-container img.apex-logo {
    top: 7%;
    right: 7%;
    width: 200px;
  }
  .legion-ultimate-support-container .hero-blade p {
    font: normal 1.25em Lato;
  }
  .legion-ultimate-support-container .hero-blade p.sub-text {
    font: normal 1.5em Lato;
    margin: 10px 0 0 0;
  }
  .legion-ultimate-support-container .hero-blade h1 {
    font: 900 4.5em Lato;
    margin: 20px 0 0 0;
  }
  .legion-ultimate-support-container .hero-blade-video-wrap {
    bottom: 7%;
    right: 7%;
  }
  .legion-ultimate-support-container .hero-blade-video-wrap img {
    width: 300px;
    height: 170px;
  }
  .legion-ultimate-support-container .lusLogo {
    width: 300px;
  }
  /*
    Feature One - Right Section
*/
  .legion-ultimate-support-container .wrapper-image .blade-one-overlay {
    width: 50%;
  }
  .legion-ultimate-support-container .blade-one-content h3 {
    font: 900 2em Lato;
  }
  .legion-ultimate-support-container .blade-one-content p {
    font: normal 1.125em Lato;
    margin: 10px 0 0 0;
    line-height: 1.8em;
  }

  /* Feature Two - Left Section */
  .legion-ultimate-support-container .wrapper-image .blade-two-overlay {
    width: 40%;
  }
  .legion-ultimate-support-container .blade-two-content {
    width: 25%;
    top: 20%;
    left: 7%;
  }
  .legion-ultimate-support-container .blade-two-content h3 {
    font: 700 2em Lato;
  }
  .legion-ultimate-support-container .blade-two-content p {
    font: normal 1.125em Lato;
    margin: 10px 0 0 0;
    line-height: 1.8em;
  }

  /*
    Ultimate Support blade
*/

  .ultimate-support .support-content h2 {
    font: 700 2em Lato;
    grid-column-start: 1;
    grid-column-end: 5;
  }
  /*
    Support Icons
*/
  .ultimate-support .support-content .support-item h4 {
    font: normal 1.25em Lato;
    margin: 20px 0 10px;
  }
  .ultimate-support .support-content .support-item img {
    width: 100px;
    height: 100px;
  }
  .ultimate-support .support-content .support-item p {
    font: normal 1em Lato;
    width: 65%;
  }

  /* Feature Three - Left Section */
  .legion-ultimate-support-container .blade-three-content {
    width: 27%;
    position: absolute;
    top: 7%;
    left: 7%;
    margin: 0 auto;
  }
  .legion-ultimate-support-container .blade-three-content h3 {
    font: 700 2.5em Lato;
  }
  .legion-ultimate-support-container .blade-three-content .option {
    margin: 30px 0;
  }
  .legion-ultimate-support-container .blade-three-content .option h4 {
    font: 900 1.8em Lato;
  }
  .legion-ultimate-support-container .blade-three-content .option p {
    font: normal 1.125em Lato;
    margin: 20px 0;
    line-height: 1.8em;
  }
  .legion-ultimate-support-container .blade-three-content .option a {
    font: bold 1.125em Lato;
    padding: 7px 25px;
  }

  .grid-container {
    display: grid;
    margin: auto;
    font: normal 1.3em Lato;
    line-height: 1.5em;
  }
  .grid-container h3 {
    font: 400 1.5em Lato;
    color: #fff;
    text-align: left;
    margin: auto;
    margin-top: 30px;
  }
  .item2 {
    grid-area: 1 / 6 / 2 / 7;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .item4 {
    width: 80%;
  }

  .item5 {
    width: 80%;
  }

  .item6 {
    width: 80%;
  }
  .item7 {
    width: 80%;
  }

  .item8 {
    grid-area: 2/3/3/4;
    margin: auto;
  }

  .item9 {
    margin: auto;
  }

  .item10 {
    margin: auto;
  }
  .item11 {
    margin: auto;
  }
  .item12 {
    margin: auto;
  }
  .item13 {
    grid-area: 2/6/3/7;
  }
}

@media only screen and (min-width: 761px) and (max-width: 1280px) {
  /*
    General CSS
*/
  .legion-ultimate-support-container .wrapper-image.image-right {
    text-align: center;
  }
  .legion-ultimate-support-container .wrapper-image.image-left {
    text-align: center;
  }
  /* Hero Section */
  .legion-ultimate-support-container .wrapper-image .hero-overlay {
    width: 0%;
  }

  .legion-ultimate-support-container .hero-blade {
    position: relative;
    margin: 40px 0 80px;
  }
  .legion-ultimate-support-container img.legion-logo {
    height: 25px;
  }
  .legion-ultimate-support-container img.apex-logo {
    width: 180px;
  }
  .legion-ultimate-support-container .hero-blade p.sub-text {
    font: normal 1.375em Lato;
    margin: 10px 0 0 0;
  }
  .legion-ultimate-support-container .hero-blade h1 {
    font: 900 2.8em Lato;
    margin: 20px 0 0 0;
  }
  .legion-ultimate-support-container .lusLogo {
    width: 250px;
  }
  .legion-ultimate-support-container .hero-blade-video-wrap {
    bottom: 5%;
    right: 5%;
  }
  .legion-ultimate-support-container .hero-blade-video-wrap img {
    width: 210px;
    height: 120px;
  }

  /*
    Feature One - Right Section
*/
  .legion-ultimate-support-container .blade-one-content {
    margin: 40px auto 80px;
    position: relative;
    width: 90%;
    top: 0;
    left: 0;
  }
  .legion-ultimate-support-container .blade-one-content h3 {
    font: 700 2em Lato;
  }
  .legion-ultimate-support-container .blade-one-content p {
    font: normal 1.125em Lato;
    line-height: 1.8em;
  }

  /* Feature Two - Left Section */
  .legion-ultimate-support-container .wrapper-image .blade-two-overlay {
    width: 0;
  }
  .legion-ultimate-support-container .blade-two-content {
    width: 90%;
    top: 0;
    left: 0;
    margin: 40px auto 80px;
    position: relative;
  }
  .legion-ultimate-support-container .blade-two-content h3 {
    font: 700 2em Lato;
  }
  .legion-ultimate-support-container .blade-two-content p {
    font: normal 1.1em Lato;
    line-height: 1.8em;
  }

  /*
    Ultimate Support blade
*/
  .ultimate-support .support-content {
    width: 85%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 2fr;
    margin: 50px auto;
  }

  .ultimate-support .support-content-description {
    font: normal 1.1em Lato;
    line-height: 1.8em;
    width: 90%;
    margin: 50px auto 30px;
    text-align: center;
  }

  .ultimate-support .support-content h2 {
    font: 700 2em Lato;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  /*
    Support Icons
*/
  .ultimate-support .support-content .support-item {
    text-align: center;
  }
  .ultimate-support .support-content .support-item h4 {
    font: 700 1.1em Lato;
    margin: 15px 0 5px;
  }
  .ultimate-support .support-content .support-item img {
    width: 75px;
    height: 75px;
  }
  .ultimate-support .support-content .support-item p {
    font: normal 1em Lato;
    width: 65%;
  }
  .ultimate-support {
    min-height: 130vh;
  }
  .premium-care-plus-ultimate-support {
    min-height: unset;
  }
  /* Feature Three - Left Section */
  .legion-ultimate-support-container .wrapper-image .blade-three-overlay {
    width: 0;
  }
  .legion-ultimate-support-container .blade-three-content {
    position: relative;
    margin: 40px auto 80px;
    width: 75%;
    left: 0;
    top: 0;
    text-align: center;
  }
  .legion-ultimate-support-container .blade-three-content h3 {
    font: 700 2.8em Lato;
  }
  .legion-ultimate-support-container .blade-three-content .option {
    margin: 40px 0 60px;
  }
  .legion-ultimate-support-container .blade-three-content .option h4 {
    font: 700 1.6em Lato;
  }
  .legion-ultimate-support-container .blade-three-content .option p {
    font: normal 1.1em Lato;
    margin: 20px 0;
    line-height: 1.8em;
  }
  .legion-ultimate-support-container .blade-three-content .option a {
    font: bold 1.1em Lato;
    padding: 10px 30px;
  }

  .grid-container {
    display: grid;
    width: 87%;
    height: 625px;
    margin: auto;
    grid-template-rows: 118px 93px 93px 93px 93px 93px 43px;
    grid-template-columns: 46% 2% 23% 2% 2% 23% 2%;
    align-content: right;
    margin-top: 75px;
    font: normal 1.2em Lato;
    line-height: 1.5em;
  }
  .grid-container h3 {
    font: normal 1.4em Lato;
    font-weight: 400;
    text-align: left;
    margin: auto;
    margin-top: 20px;
  }
  .item2 {
    grid-area: 1 / 6 / 2 / 7;
    margin: 0 auto;
    width: 75%;
    margin-bottom: 25px;
  }
  .item4 {
    width: 80%;
  }

  .item5 {
    width: 80%;
  }

  .item6 {
    width: 80%;
  }
  .item7 {
    width: 80%;
  }

  .item8 {
    grid-area: 2/3/3/4;
    margin: auto;
  }

  .item9 {
    margin: auto;
  }

  .item10 {
    margin: auto;
  }
  .item11 {
    margin: auto;
  }
  .item12 {
    margin: auto;
  }
  .item13 {
    grid-area: 2/6/3/7;
  }
}

@media only screen and (max-width: 650px) {
  .legion-ultimate-support-container img.apex-logo {
    width: 150px;
    top: unset !important;
    right: unset !important;
    left: unset;
    position: relative;
    transform: translate(60px, -60px);
  }
}
@media only screen and (max-width: 760px) {
  /*
    General CSS
*/
  .legion-ultimate-support-container .wrapper-image.image-right {
    text-align: center;
  }
  .legion-ultimate-support-container .wrapper-image.image-left {
    text-align: center;
  }
  /* Hero Section */
  .legion-ultimate-support-container .wrapper-image .hero-overlay {
    width: 0%;
  }

  .legion-ultimate-support-container .hero-blade {
    position: relative;
    margin: 40px 0 80px;
    width: 80%;
  }
  .legion-ultimate-support-container .hero-blade img.lusLogo {
    width: 40vw;
  }
  .co2-offset-container .lusLogo {
    width: 80vw;
  }
  .legion-ultimate-support-container img.legion-logo {
    height: 20px;
    top: 4%;
    left: 4%;
  }
  .legion-ultimate-support-container img.apex-logo {
    width: 150px;
    top: 4%;
    right: 4%;
  }
  .legion-ultimate-support-container .hero-blade p.sub-text {
    font: normal 1em Lato;
    margin: 10px 0 0 0;
  }
  .legion-ultimate-support-container .hero-blade h1 {
    font: 900 2.8em Lato;
    margin: 20px 0 0 0;
  }
  .legion-ultimate-support-container .hero-blade-video-wrap {
    right: 5%;
    top: 25%;
    bottom: unset;
  }
  .legion-ultimate-support-container .hero-blade-video-wrap img {
    width: 150px;
    height: 90px;
  }

  /*
    Feature One - Right Section
*/
  .legion-ultimate-support-container .blade-one-content {
    margin: 40px auto 80px;
    position: relative;
    width: 90%;
    top: 0;
    left: 0;
  }
  .legion-ultimate-support-container .blade-one-content h3 {
    font: 700 1.5em Lato;
  }
  .legion-ultimate-support-container .blade-one-content p {
    font: normal 1em Lato;
    line-height: 1.8em;
  }

  /* Feature Two - Left Section */
  .legion-ultimate-support-container .wrapper-image .blade-two-overlay {
    width: 0;
  }
  .legion-ultimate-support-container .blade-two-content {
    width: 90%;
    top: 0;
    left: 0;
    margin: 40px auto 80px;
    position: relative;
  }
  .legion-ultimate-support-container .blade-two-content h3 {
    font: 700 1.5em Lato;
  }
  .legion-ultimate-support-container .blade-two-content p {
    font: normal 1em Lato;
    line-height: 1.8em;
  }

  /*
    Ultimate Support blade
*/
  .ultimate-support .support-content {
    width: 85%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 3fr;
    margin: 50px auto;
  }

  .ultimate-support .support-content-description {
    width: 90%;
    margin: 50px auto 30px;
    text-align: center;
    font: normal 1em Lato;
    line-height: 1.8em;
  }

  .ultimate-support .support-content h2 {
    font: 700 1.5em Lato;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  /*
    Support Icons
*/
  .ultimate-support .support-content .support-item {
    text-align: center;
  }
  .ultimate-support .support-content .support-item h4 {
    font: 700 1em Lato;
    margin: 15px 0 5px;
  }
  .ultimate-support .support-content .support-item img {
    width: 75px;
    height: 75px;
  }
  .ultimate-support .support-content .support-item p {
    font: normal 0.8em Lato;
    width: 65%;
  }

  .ultimate-support {
    min-height: 140vh;
  }
  /* Feature Three - Left Section */
  .legion-ultimate-support-container .wrapper-image .blade-three-overlay {
    width: 0;
  }
  .legion-ultimate-support-container .blade-three-content {
    position: relative;
    margin: 40px auto 80px;
    width: 75%;
    left: 0;
    top: 0;
    text-align: center;
  }
  .legion-ultimate-support-container .blade-three-content h3 {
    font: 700 1.5em Lato;
  }
  .legion-ultimate-support-container .blade-three-content .option {
    margin: 40px 0 60px;
  }
  .legion-ultimate-support-container .blade-three-content .option h4 {
    font: 700 1.3em Lato;
  }
  .legion-ultimate-support-container .blade-three-content .option p {
    font: normal 1em Lato;
    margin: 20px 0;
    line-height: 1.8em;
  }
  .legion-ultimate-support-container .blade-three-content .option a {
    font: bold 1em Lato;
    padding: 10px 30px;
  }

  /* Gird Compared Chart */
  .grid-container {
    display: grid;
    width: 87%;
    height: 625px;
    margin: auto;
    grid-template-rows: 80px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 20px;
    grid-template-columns: 50% 50%;
    margin-top: 75px;
    font: normal 1em Lato;
    line-height: 1.5em;
  }
  .grid-container p {
    text-align: center;
  }
  .grid-container h3 {
    font: normal 1.2em Lato;
    font-weight: 400;
    text-align: left;
    margin: auto;
    margin-top: 10px;
  }

  .item1 {
    grid-area: 1 / 1 / 2 / 2;
    background-color: #464646;
    margin: unset;
    padding-left: 10px;
    border-bottom: 1px solid #fff;
  }
  .item2 {
    grid-area: 1 / 2 / 1 / 2;
    background-color: #3e8ddd;
    margin: unset;
    padding-left: 10px;
    border-bottom: 1px solid #fff;
  }

  .item3 {
    grid-area: 3/1/2/3;
    padding: 0px;
    margin: auto;
  }
  .item4 {
    grid-area: 5/1/4/3;
    padding: 0px;
    margin: auto;
  }
  .item5 {
    grid-area: 7/1/6/3;
    padding: 0px;
    margin: auto;
  }
  .item6 {
    grid-area: 9/1/8/3;
    padding: 0px;
    margin: auto;
  }
  .item7 {
    grid-area: 11/1/10/3;
    padding: 0px;
    margin: auto;
  }
  .item8 {
    grid-area: 3/1/3/2;
  }
  .item9 {
    grid-area: 5/1/6/2;
  }
  .item10 {
    grid-area: 7/1/8/2;
  }
  .item11 {
    grid-area: 9/1/10/2;
  }
  .item12 {
    grid-area: 11/1/12/2;
  }
  .item13 {
    grid-area: 3/2/4/3;
  }

  .item14 {
    grid-area: 5/2/6/3;
  }
  .item15 {
    grid-area: 7/2/8/3;
  }
  .item16 {
    grid-area: 9/2/10/3;
  }
  .item17 {
    grid-area: 11/2/12/3;
  }

  .item18 {
    grid-area: 2/1/13/2;
    border-right: 0px;
    border-top: 0px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .item19 {
    grid-area: 2/2/13/3;
    border-left: 0px;
    border-top: 0px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .item20 {
    grid-area: 2/1/4/7;
    border-bottom: 1px solid #fff;
  }
  .item21 {
    grid-area: 4/1/6/3;
    border-bottom: 1px solid #fff;
  }
  .item22 {
    grid-area: 7/1/8/3;
    border-bottom: 1px solid #fff;
  }
  .item23 {
    grid-area: 9/1/10/3;
    border-bottom: 1px solid #fff;
  }
  .item24 {
    grid-area: 12/1/13/2;
    border: none;
    background-color: #464646;
    border-top: 1px solid #fff;
  }
  .item25 {
    grid-area: 12/2/13/3;
    border: none;
    background-color: #3e8ddd;
    border-top: 1px solid #fff;
  }
  .item26 {
    border: none;
  }
}

/* Start Modal Video */

@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.modal-video-close {
  opacity: 0;
}
.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
}
.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}
.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}
.modal-video-close-btn:before {
  transform: rotate(45deg);
}
.modal-video-close-btn:after {
  transform: rotate(-45deg);
}
.modal-video-close-btn:before,
.modal-video-close-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}






/*
    PRIVACY PAGE
*/
:root {
  --blue: #3b8ede;
  --pink: #ee4187;
}
@font-face {
  font-family: Lato;
  src: url("font-family/Lato-Regular.ttf");
}
.btn {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  border: 1px solid #fff;
  padding: 0.625em 1.25em;
  display: inline-block;
  margin-top: 1.563em;
  border-radius: 3px;
  font-size: 1.6em;
}
.btn-pink {
  background-color: var(--pink);
}
.btn-pink:hover {
  background-color: #bf366d;
  color: #fff;
}
.ww-smart-lock .btn {
  background-color: #3E8DDD;
  padding: 0.625em 1.875em;
  margin-top: 2em;
}
.ww-smart-lock .btn:hover {
  background-color: #2d6eaf;
  color: #fff;
}
.btn-blue {
  background-color: var(--blue);
}
.btn-blue:hover {
  background-color: #0d5c91;
  color: #fff;
}
#singlecol {
  background-color: #000;
  /* overflow-x: hidden; */
}
#singlecol section {
  height: auto;
  display: block;
  position: relative;
  color: #fff;
}
/*
    General CSS
*/
.smart-privacy-container {
  max-height: 850px;
}
.co2-offset-container {
  max-height: 100vh;
}
.smart-privacy-container .wrapper-image {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.smart-privacy-container .wrapper-image.image-right {
  text-align: right;
}
.smart-privacy-container .wrapper-image.image-left {
  text-align: left;
}
.smart-privacy-container .wrapper-image img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  object-fit: fill;
}
/* Hero Section */
.smart-privacy-container .wrapper-image .hero-overlay {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgb(0 0 0) 0%,
    rgb(0 0 0 / 80%) 30%,
    rgb(0 0 0 / 60%) 60%,
    rgb(0 0 0 / 0%) 100%
  );
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 40%;
}
.smart-privacy-container .hero-blade {
  text-align: left;
  z-index: 10;
  position: absolute;
  bottom: 25%;
  left: 10%;
  margin: 0 auto;
  width: 40%;
}
.smart-privacy-container .hero-blade p {
  font: normal 1.25em Lato;
  color: #fff;
  margin: 0;
  padding: 0;
}
.smart-privacy-container .hero-blade p.sub-text {
  font: normal 1.5em Lato;
  color: #fff;
  margin: 0.625em 0 0 0;
  padding: 0;
  display: block;
  width: 65%;
}
.smart-privacy-container .hero-blade h1 {
  font: 900 3.5em Lato;
  color: #fff;
  margin: 0.25em 0 0.875em 0;
  padding: 0;
  display: inline-block;
}
.your-privacy-blade {
  position: relative;
  background-color: #000;
  background-image: url(https://static.lenovo.com/ww/campaigns/2021/services/smart-privacy/ww-smart-privacy-smarter-gradient.png);
  background-size: cover;
  background-position: center;
  padding-bottom: 5em;
}

h2 {
  width: 35%;
  padding-top: 1.25em;
  padding-bottom: 1.125em;
  font: 900 3em Lato;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

/* .smart-lock-your-privacy h2 {
  font: 900 4em Lato;
} */

.privacy-blade-content {
  width: 85%;
  margin: 0 auto 3.125em;
}

.privacy-blade-content .row-icon {
  display: flex;
  margin-bottom: 1.25em;
}

/*
    Support Icons
*/
.row-icon.second-row {
    padding: 0 15%;
}
.privacy-blade-content .support-item {
  text-align: center;
  flex: 1;
}
.privacy-blade-content .support-item h4 {
  font: normal 2.5em Lato;
  color: #fff;
  margin: 0 0 0.938em;
  font-weight: 700;
}
.privacy-blade-content .support-item img {
  height: 110px;
}
.privacy-blade-content .support-item p {
  font: normal 1.6em Lato;
  color: #fff;
  width: 500px;
  margin: 0 auto 1.563em;
}

.personalizing-your-privacy {
  position: relative;
  background-color: #000;
  background-image: url(https://static.lenovo.com/ww/campaigns/2021/services/smart-privacy/ww-smart-privacy-gradient-background-black.png);
  background-size: cover;
  padding-bottom: 5em;
  background-repeat: no-repeat;
  background-position: center;
}
.personalizing-your-privacy h2 {
  margin-top: 0;
}

.privacy-blade-content-description {
  font: normal 1.6em Lato;
  width: 50%;
  margin: 0em auto 3.125em;
  text-align: center;
  color: #fff;
}

/* Feature Three - Left Section */
.blade-three {
  overflow: hidden;
}
.smart-privacy-container .wrapper-image .blade-three-overlay {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgb(0 0 0) 0%,
    rgb(0 0 0 / 80%) 30%,
    rgb(0 0 0 / 60%) 60%,
    rgb(0 0 0 / 0%) 100%
  );
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.premium-care-plus-blade-three .wrapper-image .blade-three-overlay {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    55deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.5) 30%,
    rgba(0, 0, 0, 0.2) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.smart-privacy-container .blade-three-content {
  width: 27%;
  text-align: left;
  z-index: 10;
  position: absolute;
  top: 20%;
  left: 10%;
  margin: 0 auto;
}
.smart-privacy-container .blade-three-content h3 {
  font: 900 2.8em Lato;
  color: #fff;
  margin: 0 0 1.25em 0;
  padding: 0;
}
.smart-privacy-container .blade-three-content .option {
  margin: 1.875em 0 1.25em;
}
.smart-privacy-container .blade-three-content .option p {
  font: normal 1.6em Lato;
  color: rgba(255, 255, 255, 1);
  margin: 1.25em 0;
  padding: 0;
  line-height: 1.4em;
}
.smart-privacy-container .blade-three-content .option .btn {
  font: bold 1.5em Lato;
  color: #fff;
  text-align: center;
  background-color: var(--pink);
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  padding: 0.625em 1.875em;
  margin: 0 0 1em;
}
.premium-care-plus-blade-three .blade-three-content .option a.btn {
  margin: 1em 2em 1em 0;
  padding: 1em 2.5em;
}
.smart-privacy-container .blade-three-content .option .btn:hover {
  background-color: #bf366d;
}
.ww-smart-lock .smart-privacy-container .blade-three-content .option .btn {
  background-color: #3E8DDD;
}
.ww-smart-lock .smart-privacy-container .blade-three-content .option .btn:hover {
  background-color: #2d6eaf;
  color: #fff;
}
.text-pink {
  color: var(--pink);
  text-decoration: none;
}
.text-orange {
  color: #fc6b37;
  text-decoration: none;
}
.premium-care-plus-blade-three h1, .smart-lock-blade-three h1{
  font: 900 3em Lato;
  color: #fff;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}
.smart-lock-blade-three .blade-three-content{
  width: 32%;
}
.blade-faq {
  position: relative;
  background-color: #000;
  background-image: url(https://static.lenovo.com/ww/campaigns/2021/services/smart-privacy/ww-smart-privacy-gray-background.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 150px;
}
.premium-care-plus-blade-faq {
  position: relative;
  background-color: #6f7170;
  background-image: unset;
  height: 150px;
}
.blade-faq .faq-content {
  text-align: center;
  font-size: 1.6em;
  font-weight: 700;
  padding: 3.125em;
}
.blade-faq .smart-lock-faq-content {
  text-align: center;
  font-size: 1.3em;
  font-weight: 700;
  padding: 1em;
}
.blade-applicable {
  position: relative;
  background-color: #c4beb6;
}
.co2-blade-applicable {
  position: relative;
  background-color: #d9d9d9;
}
.smart-lock-blade-applicable li {
  width: 65%;
}
.blade-applicable .applicable-content {
  padding: 3.125em 10%;
  font-size: 1em;
  color: #000;
}
.blade-applicable .applicable-content ul {
  margin: 0;
  padding: 0;
}
.blade-applicable .applicable-content li {
  list-style: none;
}

.co2-blade-applicable .applicable-content {
  padding: 1.125em 10%;
}

/* Smart Lock Section */
.smart-lock-hero .hero-blade {
  width: 40%;
}
.btn-pink {
  font: bold 1.25em Lato;
  padding: 1em 3.5em;
  border-radius: 0em;
  border: none;
  display: inline-block;
  margin-top: 2em;
}
.btn-square {
  border-radius: 0px !important;
}
.your-privacy-blade {
  background-image: url(https://static.lenovo.com/ww/campaigns/2021/services/smart-lock/ww-smart-lock-smarter-gradient.png);
  background-position: top;
}
.co2-gradient-blade {
  background-image: url(co2/imgs/ww-co2-offset-services-smarter-gradient.jpg);
  background-position: center;
  background-size: cover;
}
.premium-care-plus-gradient-blade {
  background-image: url(premium/imgs/ww-premium-care-plus-smarter-gradient.jpg);
  background-position: center;
  background-size: cover;
}
.ww-smart-lock .your-privacy-blade {
  background-image: url(https://static.lenovo.com/ww/campaigns/2021/services/smart-lock/ww-smart-lock-smarter-gradient-v2.png);
  background-position: top;
}
.smart-lock-your-privacy .support-item img {
  margin-bottom: 1em;
}
.watch-lenovo-smart-lock {
  background-color: #fff;
  padding-bottom: 5em;
}
/* .watch-lenovo-smart-lock h2 {
  font: 900 4.5em Lato;
}
.watch-lenovo-smart-lock h4 {
  font-size: 2em;
} */
.watch-lenovo-smart-lock h2, .watch-lenovo-smart-lock h4 {
  color: #323E48;
}
.smart-lock-content-description {
  font: normal 1.3em Lato;
  width: 47%;
  margin: 0em auto 3.125em;
  text-align: center;
}
.smart-lock-content-video {
  width: 75vw;
  margin: 0 auto;
  position: relative;
}
.smart-lock-content-video .video {
  width: 100%;
  height: auto;
}
.smart-lock-content-video .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 150px;
}
/* Smart Lock Section */


/* co2-offset Section Start */
.co2-offset-container .wrapper-image img {
  object-fit: none;
}
.short-container {
  background-color: #fff;
  padding: 100px 0;
  color: #343f49;
  text-align: center;

}
.short-container h2 {
  font-weight: 900;
  color: #343f49;
  width: 80%;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 50px;
}
.short-container p {
  width: 55%;
  font-size: 1.3em;
  color: #343f49;
  margin: 0 auto;
  font-weight: 400;
}
.premium-care-plus-container .hero-blade p.sub-text {
  width: 80%;
}
.co2-offset-container .wrapper-image .hero-overlay {
  background: rgb(0, 0, 0);
  background: linear-gradient( 90deg, rgb(0 0 0 / 90%) 0%, rgb(0 0 0 / 80%) 30%, rgb(0 0 0 / 60%) 60%, rgb(0 0 0 / 50%) 100% );
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.co2-offset-container .hero-text-color {
  background: -webkit-linear-gradient(295deg, rgba(0,155,195,1) 0%, rgba(33,179,108,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
.premium-care-plus-container .hero-text-color {
  background: -webkit-linear-gradient(295deg, rgba(218,35,40,1) 0%, rgba(209,117,44,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
.premium-care-plus-blade-three a.btn {
  margin-right: 1em;
}
.btn-green {
  background-color: #6dbe47 !important;
  color: #fff;
  font: bold 1.75em Lato;
  padding: 0.5em 3.5em;
  border-radius: 0em;
  border: none;
  display: inline-block;
  margin-top: 2em;
}
.btn-green:hover {
  background-color: #5cb842 !important;
}
.btn-red {
  background-color: #df1e26 !important;
  color: #fff;
  font: bold 1.75em Lato;
  padding: 0.5em 3.5em;
  border-radius: 0em;
  border: none;
  display: inline-block;
  margin-top: 2em;
}
.btn-red:hover {
  background-color: #c11b1e !important;
}
.two-cols-wrapper {
  width: 80%;
  margin: 0 auto;
  display: flex;
}
.two-cols-wrapper .col {
  width: 50%;
  margin-bottom: 2em;
  flex: 1;
}
.watch-premium-care-plus {
  padding: 3.125em 0 5em;
}
.watch-premium-care-plus h2 {
  width: 80%;
}

.premium-care-plus-ultimate-support {
  position: relative;
  background-color: #000;
  background-image: url(premium/imgs/ww-premium-care-plus-deep-gray.png);
  background-size: cover;
  background-position: center;
  padding-bottom: 80px;
}
.premium-care-plus-ultimate-support-wapper {
  width: 80%;
  margin: 0 auto;
}
/* co2-offset Section End */


/* new gird */
.premium-care-plus-grid-container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 25px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "item-1 item-2 item-3 item-4"
    "item-5 item-6 item-7 item-8"
    "item-9 item-10 item-11 item-12"
    "item-13 item-14 item-15 item-16"
    "item-17 item-18 item-19 item-20"
    "item-21 item-22 item-23 item-24"
    "item-25 item-26 item-27 item-28"
    "item-29 item-30 item-31 item-32"
    "item-33 item-34 item-35 item-36"
    "item-37 item-38 item-39 item-40"
    "item-41 item-42 item-43 item-44"
    "item-45 item-46 item-47 item-48";
    margin: 0 auto;
    font-size: 1.5em;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 2em;
}
.item-1 , .item-5 , .item-9 , .item-13, .item-17, .item-21, .item-25, .item-29, .item-33, .item-37, .item-41, .item-45 {
  padding-left: 1.5em;
}
.dot {
  font-size: 2em;
  line-height: 15px;
}
.red-dot {
  color: #df1e26;
}
.border-bottom {
  padding-bottom: 0.75em;
  border-bottom: 1px solid #ebebeb;
}
.border-bottom-red {
  padding-bottom: 0.75em;
  border-bottom: 1px solid #df1e26;
}
.item-1 { grid-area: item-1; }
.item-2 { grid-area: item-2; }
.item-3 { grid-area: item-3; }
.item-4 { grid-area: item-4; }
.item-5 { grid-area: item-5; }
.item-6 { grid-area: item-6; }
.item-7 { grid-area: item-7; }
.item-8 { grid-area: item-8; }
.item-9 { grid-area: item-9; }
.item-10 { grid-area: item-10; }
.item-11 { grid-area: item-11; }
.item-12 { grid-area: item-12; }
.item-13 { grid-area: item-13; }
.item-14 { grid-area: item-14; }
.item-15 { grid-area: item-15; }
.item-16 { grid-area: item-16; }
.item-17 { grid-area: item-17; }
.item-18 { grid-area: item-18; }
.item-19 { grid-area: item-19; }
.item-20 { grid-area: item-20; }
.item-21 { grid-area: item-21; }
.item-22 { grid-area: item-22; }
.item-23 { grid-area: item-23; }
.item-24 { grid-area: item-24; }
.item-25 { grid-area: item-25; }
.item-26 { grid-area: item-26; }
.item-27 { grid-area: item-27; }
.item-28 { grid-area: item-28; }
.item-29 { grid-area: item-29; }
.item-30 { grid-area: item-30; }
.item-31 { grid-area: item-31; }
.item-32 { grid-area: item-32; }
.item-33 { grid-area: item-33; }
.item-34 { grid-area: item-34; }
.item-35 { grid-area: item-35; }
.item-36 { grid-area: item-36; }
.item-37 { grid-area: item-37; }
.item-38 { grid-area: item-38; }
.item-39 { grid-area: item-39; }
.item-40 { grid-area: item-40; }
.item-41 { grid-area: item-41; }
.item-42 { grid-area: item-42; }
.item-43 { grid-area: item-43; }
.item-44 { grid-area: item-44; }
.item-45 { grid-area: item-45; }
.item-46 { grid-area: item-46; }
.item-47 { grid-area: item-47; }
.item-48 { grid-area: item-48; }
/* new gird */


@media only screen and (max-width: 1280px) {
  .smart-lock-blade-three h1{
    font: 900 2em Lato;
  }
}

@media only screen and (min-width: 750.01px) and (max-width: 1280px) {
  .smart-lock-content-description {
    width: 68%;
  }
  /* .watch-lenovo-smart-lock h2 {
    font: 900 3.5em Lato;
  } */
}

@media only screen and (max-width: 750px) {
  .smart-lock-content-description {
    width: 70%;
  }
  .privacy-blade-content .support-item img {
    height: auto;
    width: calc(100vw / 4 - 20px);
  }
  .short-container h2 {
    margin-bottom: 30px;
  }
}
/*
@media only screen and (min-width: 1228px) {
  #singlecol {
    margin-top: 4.688em;
  }
} */
@media only screen and (min-width: 1920.1px) {
  .smart-privacy-container .wrapper-image img {
      display: inline-block;
      vertical-align: middle;
      width: 100vw;
  }
  .smart-privacy-container .wrapper-image .hero-overlay {
    width: 80%;
  }
  .co2-offset-container .wrapper-image .hero-overlay {
    width: 100%;
  }
  .smart-privacy-container .hero-blade p.sub-text {
    font: normal 1.3em Lato;
  }
  .smart-privacy-container .hero-blade h1 {
    font: 900 2.5em Lato;
    margin: 0.75em 0 0.875em 0;
  }
  .smart-lock-hero .hero-blade h1 {
    font: 900 4.25em Lato;
    margin: 0.5em 0 0.5em 0;
  }
  .smart-privacy-container .hero-blade {
    text-align: left;
    z-index: 10;
    position: absolute;
    bottom: unset;
    top: 50%;
    left: 10%;
    margin: 0 auto;
    width: 40%;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1920px) {
  /* .watch-lenovo-smart-lock h2 {
    font: 900 4.5em Lato;
  } */
  .smart-lock-content-description {
    width: 58%;
  }
  .btn {
    font-size: 1.3em;
  }
  .btn-green {
    font-size: 1.75em;
  }
  .btn-red {
    font-size: 1.75em;
  }
  .smart-privacy-container .wrapper-image .hero-overlay {
    width: 80%;
  }
  .co2-offset-container .wrapper-image .hero-overlay {
    width: 100%;
  }
  .smart-privacy-container .hero-blade {
    text-align: left;
    z-index: 10;
    position: absolute;
    bottom: unset;
    top: 50%;
    left: 10%;
    margin: 0 auto;
    width: 50%;
    transform: translateY(-50%);
  }
  .smart-privacy-container .hero-blade p.sub-text {
    font: normal 1.3em Lato;
  }
  .smart-privacy-container .hero-blade h1 {
    font: 900 2.5em Lato;
    margin: 0.75em 0 0.875em 0;
  }
  .co2-offset-container .hero-blade {
    width: 66%;
  }
  .co2-offset-container .hero-blade p.sub-text {
    font: normal 1.75em Lato;
    font-weight: bold;
    width: 50%;
  }
  .smart-lock-hero .hero-blade h1 {
    font: 900 4.25em Lato;
    margin: 0.5em 0 0.5em 0;
  }
  .your-privacy-blade {
    padding-bottom: 5em;
  }

  h2 {
    width: 50%;
  }

  .privacy-blade-content {
    width: 100%;
    margin: 0 auto 3.125em;
  }
  .co2-privacy-blade-content {
    width: 100%;
    margin: 0 auto;
    padding: 3.125em 0;
  }
  .privacy-blade-content .support-item h4 {
    font: normal 1.5em Lato;
    font-weight: 700;
  }
  .privacy-blade-content .support-item p {
    width: 350px;
    font: normal 1.3em Lato;
  }
  .smart-lock-your-privacy .support-item p {
    width: 325px;
  }
  .personalizing-your-privacy {
    padding-bottom: 5em;
  }

  .privacy-blade-content-description {
    font: normal 1.3em Lato;
    width: 50%;
    margin: 0em auto 3.125em;
  }

  .smart-privacy-container .blade-three-content {
    width: 40%;
    text-align: left;
    z-index: 10;
    top: 15%;
    left: 10%;
  }
  .premium-care-plus-blade-three .blade-three-content {
    width: 60%;
  }
  .premium-care-plus-blade-three .blade-three-content p {
    width: 45%;
  }
  .smart-privacy-container .blade-three-content h3 {
    font: 900 2em Lato;
  }
  .smart-privacy-container .blade-three-content .option {
    margin: 1.875em 0 1.25em;
  }
  .smart-privacy-container .blade-three-content .option p {
    font: normal 1.3em Lato;
    line-height: 1.3em;
  }
  .smart-privacy-container .blade-three-content .option .btn {
    font: bold 1.3em Lato;
  }
  .blade-faq {
    height: 150px;
  }
  .blade-faq .faq-content {
    text-align: center;
    font-size: 1.3em;
    font-weight: 700;
  }
  .blade-applicable .applicable-content {
    font-size: 1em;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1345px) {
  .smart-privacy-container .blade-three-content {
    width: 45%;
  }
  .short-container p {
    width: 80%;
  }
}
@media only screen and (max-width: 1280px) {
  .smart-lock-content-video .play-button {
    height: auto;
  }
  .short-container p {
    width: 80%;
  }
}
@media only screen and (min-width: 761px) and (max-width: 1280px) {
  /* Hero Section */
  .smart-privacy-container {
    max-height: unset;
  }
  .btn {
    font-size: 1.1em;
  }
  .smart-privacy-container .wrapper-image .hero-overlay {
    width: 0%;
  }
  .smart-privacy-container .hero-blade {
    margin: 3.125em auto;
    position: relative;
    width: 90%;
    left: unset;
  }
  .smart-privacy-container .hero-blade p.sub-text {
    font: normal 1.1em Lato;
  }
  .smart-privacy-container .hero-blade h1 {
    font: 900 2.5em Lato;
    margin: 0.5em 0 0.5em 0;
    display: inherit;
  }
  .your-privacy-blade {
    padding-bottom: 5em;
  }

  h2 {
    width: 75%;
  }

  .privacy-blade-content {
    width: 100%;
    margin: 0 auto 3.125em;
  }
  .co2-privacy-blade-content {
    width: 100%;
    margin: 0 auto;
    padding: 3.125em 0;
  }
  .privacy-blade-content .support-item h4 {
    font: normal 1.3em Lato;
    font-weight: 700;
  }
  .privacy-blade-content .support-item p {
    font: normal 1.1em Lato;
    width: 80%;
  }
  .smart-lock-your-privacy .support-item p {
    width: 70%;
  }

  .personalizing-your-privacy {
    padding-bottom: 5em;
  }

  .privacy-blade-content-description {
    font: normal 1.1em Lato;
    width: 75%;
    margin: 0em auto 3.125em;
  }

  .smart-lock-content-description {
    font: normal 1.1em Lato;
  }

  .smart-privacy-container .blade-three-content {
    width: 90%;
    text-align: left;
    position: relative;
    left: unset;
    right: unset;
    margin: 3.125em auto;
  }
  .smart-privacy-container .blade-three-content h3 {
    font: 900 3em Lato;
  }
  .smart-privacy-container .blade-three-content .option {
    margin: 1.875em 0 1.25em;
  }
  .smart-privacy-container .blade-three-content .option p {
    font: normal 1.1em Lato;
    line-height: 1.1em;
  }
  .smart-privacy-container .blade-three-content .option .btn {
    font: bold 1.1em Lato;
  }
  .blade-faq {
    height: 150px;
  }
  .blade-faq .faq-content {
    text-align: center;
    font-size: 1.5em;
    font-weight: 700;
  }
  .blade-applicable .applicable-content {
    font-size: 1em;
  }
  .smart-privacy-container .wrapper-image .blade-three-overlay {
    width: 0%;
  }
}

@media only screen and (max-width: 760px) {
  /* Hero Section */

  .privacy-blade-content .row-icon {
    display: block;
  }
  .smart-privacy-container {
    max-height: unset;
  }
  .btn {
    font-size: 1em;
  }
  .smart-privacy-container .wrapper-image .hero-overlay {
    width: 0%;
  }
  .smart-privacy-container .hero-blade {
    margin: 3.125em auto;
    position: relative;
    width: 90%;
    left: unset;
  }
  .smart-privacy-container .hero-blade p.sub-text {
    font: normal 1em Lato;
    width: 90%;
  }
  .smart-privacy-container .hero-blade h1 {
    font: 900 2.5em Lato;
    margin: 0.75em 0 0.5em 0;
  }
  .your-privacy-blade {
    padding-bottom: 5em;
  }

  h2 {
    width: 75%;
    font-size: 2.5em;
  }
  .short-container p {
    font-size: 1em;
  }

  .privacy-blade-content {
    width: 100%;
    margin: 0 auto 3.125em;
  }
  .co2-privacy-blade-content {
    width: 100%;
    margin: 0 auto;
    padding: 3.125em 0;
  }
  .privacy-blade-content .support-item h4 {
    font: normal 1.3em Lato;
    font-weight: 700;
  }
  .privacy-blade-content .support-item p {
    font: normal 1em Lato;
    width: 80%;
  }

  .personalizing-your-privacy {
    padding-bottom: 5em;
  }

  .privacy-blade-content-description {
    font: normal 1em Lato;
    width: 90%;
    margin: 0em auto 3.125em;
  }

  .smart-privacy-container .blade-three-content {
    width: 90%;
    text-align: left;
    position: relative;
    left: unset;
    right: unset;
    margin: 3.125em auto;
  }
  .smart-privacy-container .blade-three-content h3 {
    font: 900 2em Lato;
  }
  .smart-privacy-container .blade-three-content .option {
    margin: 1.875em 0 1.25em;
  }
  .smart-privacy-container .blade-three-content .option p {
    font: normal 1em Lato;
    line-height: 1em;
  }
  .smart-privacy-container .blade-three-content .option .btn {
    font: bold 1em Lato;
  }
  .blade-faq {
    height: 9.375em;
  }
  .blade-faq .faq-content {
    text-align: center;
    font-size: 1.3em;
    font-weight: 700;
  }
  .blade-applicable .applicable-content {
    font-size: 1em;
  }
  .smart-privacy-container .wrapper-image .blade-three-overlay {
    width: 0%;
  }
}


@media screen and (max-width: 1280px) {
  .logo-ces22-innovation-awards {
    top: 80%;
  }
}

@media screen and (max-width: 960px) {
  .smart-privacy-container .hero-blade {
    width: 60%;
    margin: 3.125em;
  }
}

@media only screen and (max-width: 500px) {
  .legion-ultimate-support-container .hero-blade-video-wrap {
    top: 50%;
    bottom: unset;
    transform: translateY(-150%);
  }
  .smart-privacy-container .hero-blade {
    width: 90%;
    margin: 3.125em auto;
  }
}