@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,700;0,900;1,400&display=swap");

html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit
}

#oo_tab,
#oo_bar {
  display: none !important;
}

a.l-logo embed:first-of-type {
  width: 300px;
}

a.l-logo embed {
  width: 150px;
}

.pre-buzz-content {
  font-family: 'lato', Helvetica, Arial, sans-serif;
  color: #fff;
}

.hide {
  display: none !important;
}

.tagline {
  font-size: 5rem;
  font-weight: 600;
  line-height: 12rem;
  margin: 0;
}

.subtitle,
.date-locale {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8rem;
  margin: 0 0 5% 0;
}
.subtitle span {
padding: 0 18px;
border-right: 1px solid #fff;
}
.subtitle span:last-child {
border-right: none;
}

.pre-buzz-date h1 {
  font-size: 2.0em;
  line-height: 0.48em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #fff
}

.pre-buzz-date h1 .black-hone-no-show {
  color: #fff;
  /*  display: none*/
}

.pre-buzz-date h1 .black-hone {
  color: #fff
}

.pre-buzz-date h1 .small-hone {
  font-size: 0.75em;
  line-height: 0.7em;
  letter-spacing: 0.02em;
  color: #fff
}

body {
  background: #fff;
  padding: 0;
  margin: 0;
  text-align: left
}

.clearfix:after {
  clear: both;
  content: "";
  display: table
}

.event-prebuzz-wrapper {
  position: fixed;
  overflow: hidden;
  z-index: -99;
  width: 100%;
  height: 100%;
  background: #000;
  background-position: center;
  background-size: cover;
}

.pre-buzz-background {
background-image: url("//static.lenovo.com/ww/events/ces/2021/img/pre/lenovo-ces-2021-teaser-page-background@2x.png");
background-size: cover;
background-position: center top;
display: block;
width: 100vw;
height: 100vh;
position: absolute;
}

.pre-buzz-content {
  position: absolute;
  z-index: 3;
  width: 100%;
  padding: 1em 0;
  top: 80vh;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}


.pre-buzz-logo {
  width: 100%;
  width: 300px;
  margin: 0 auto;
}

.pre-buzz-logo embed {
  margin: 0;
  width: 100%;
}

.pre-buzz-lenovo-logo {
position: absolute;
width: 100vw;
max-width: 1920px;
margin: 70px auto 0;
padding-left: 50px;
}
.pre-buzz-lenovo-logo img {width: 220px;}

.pre-buzz-event-logo {
  position: relative;
  left: 44%;
  top: 70px
}

.pre-buzz-event-logo img {
  width: 200px;
  height: 100%;
}


#countdown {
  margin: 60px 0;
  position: relative;
}

.countdown_section {
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  max-height: 4.5em;
  overflow: visible;
  color: #fff;
  width: 85px;
  line-height: 2.5em;
}

.countdown_section .countdown_amount:after {
  content: ':';
  position: relative;
}

.countdown_section:last-child .countdown_amount:after {
  content: ''
}

.countdown_amount {
  display: inline-block;
  font-size: 4em;
  letter-spacing: 0.1em;
  color: #fff;
  width: 85px;
  font-weight: 300;
}

.countdown_row {
  font-size: 0.75rem;
}
@media only screen and (max-width: 1024px) {
.pre-buzz-background {
  background-image: url("//static.lenovo.com/ww/events/ces/2021/img/pre/lenovo-ces-2021-teaser-page-background.png");}
}

@media only screen and (max-width: 768px) {
  .pre-buzz-event-logo {
      position: absolute;
      top: 30px;
      left: unset;
      right: 30px;
  }

  a.l-logo embed:first-of-type {
      width: 200px;
  }

  .pre-buzz-logo {
      width: 100%;
      width: 150px;
      margin: 0 auto;
  }
  .pre-buzz-lenovo-logo {
    margin: 30px;
    padding: 0;
  }
  .pre-buzz-lenovo-logo img {width: 150px;}

  .tagline {
      font-size: 1.4rem;
      line-height: 4rem;
  }

  .countdown_section {
      width: auto;
      min-width: 60px;
  }
  .countdown_amount {width: auto;}

  .event-prebuzz-wrapper {
      background-position: center;
  }

  .subtitle span {
    border: none;
    margin: 8px 0;
    display: block;
  }
}

@media only screen and (max-width: 420px) {
  .pre-buzz-background {
    background-size: 750vw;
    background-position: 47% 10%;
  }
  .pre-buzz-lenovo-logo {
      position: relative;
      margin: 20px 0 0 50vw;
      transform: translateX(-75px);
  }
  .pre-buzz-event-logo {
    transform: translate(0, 20px);
    position: relative;
    text-align: center;
    top: unset;
    right: unset;
  }
  .pre-buzz-content {top: 70vh;}
  #countdown {margin-bottom: 30px;}
}

@media only screen and (max-width: 768px) and (orientation:landscape) {
  a.l-logo embed:first-of-type {
      width: 150px;
  }

  .pre-buzz-content {
      top: 80vh;
  }

  .pre-buzz-logo {
      display: none;
  }

  .event-prebuzz-wrapper {
      background-position: center;
      background-size: inherit;
  }

  .subtitle,
  .date-locale {
      margin: 0 0 2% 0;
  }

  .tagline {
      font-size: 1.4rem;
      line-height: 2rem;
  }

  #countdown {
      margin-top: 0;
      position: relative;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .tagline {
      font-size: 3rem;
      font-weight: 600;
      line-height: 4rem;
      margin: 0;
  }

  .pre-buzz-event-logo {
      position: absolute;
      left: unset;
      right: 50px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) and (orientation: landscape) {
  .tagline {
      font-size: 2.4rem;
      line-height: 4rem;
  }

  .pre-buzz-content {
      top: 64%;
  }

}

* {
  padding: 0;
  margin: 0;
  box-sizing: content-box;
}
body {
  font: 16px/20px "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
}
main {
  background-image: url(https://static.lenovo.com/ww/events/accelerate/2022/img/lenovo-accelerate-2022-pre-event-background-image-all-desktop.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.accelerate-2022-wapper {
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
}
.accelerate-2022-event-logo {
  width: 400px;
}
.accelerate-2022-event-intel-logo {
  height: 40px;
}
.accelerate-2022-event-main-content {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: 40%;
  padding: 0 80px;
  text-align: left;
}
.accelerate-2022-event-subtitle--1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin: 30px 0;
}
.accelerate-2022-event-heading {
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
  margin: 0px 0 20px;
}
.accelerate-2022-event-subtitle--2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  margin: 0px 0 40px;
}
.accelerate-2022-event-vh-100 {
  height: 100vh;
}
.accelerate-2022-event-countdown {
  display: flex;
}
.accelerate-2022-event-countdown-number {
  font-size: 3em;
  font-weight: 200;
  line-height: 1.5;
  margin: 0 20px 0 0;
}
.accelerate-2022-event-countdown-label {
  font-size: .875em;
  text-transform: uppercase;
}
.accelerate-2022-event-separate {
  font-size: 3em;
  line-height: 1.5;
  margin: 0 20px 0 0;
}

@media only screen and (max-width: 1921px) {
  .accelerate-2022-event-main-content {
    width: 47%;
    text-align: left;
    padding: 0 60px;
  }
}

@media only screen and (max-width: 1180px) {
  main {
    background-image: url(https://static.lenovo.com/ww/events/accelerate/2022/img/lenovo-accelerate-2022-pre-event-background-image-all-tablet.png);
  }
  .accelerate-2022-event-logo {
    width: 300px;
  }
  .accelerate-2022-event-intel-logo {
    height: 35px;
  }
  .accelerate-2022-wapper {
    width: 100%;
  }
  .accelerate-2022-event-subtitle--1 {
    margin: 20px 0;
    font-size: 20px;
    line-height: 1.25em;
  }
  .accelerate-2022-event-heading {
    font-size: 30px;
    line-height: 1.125em;
    font-weight: bold;
    margin: 0px 0 20px;
  }
  .accelerate-2022-event-subtitle--2 {
    font-size: 18px;
    line-height: 1.25em;
  }
  .accelerate-2022-event-countdown-number, .accelerate-2022-event-separate {
    font-size: 2.5em;
  }
  .accelerate-2022-event-countdown-label {
    font-size: 1em;
  }
}
@media only screen and (max-width: 768px) {




  main {
    background-image: url(https://static.lenovo.com/ww/events/accelerate/2022/img/lenovo-accelerate-2022-pre-event-background-image-mobile.png);
  }
  .accelerate-2022-event-intel-logo {
    height: 30px;
  }
  .accelerate-2022-wapper {
    max-width: 768px;
    padding: 40px 30px;
    display: table-cell;
  }
  .accelerate-2022-event-main-content {
      position: relative;
      top: 25%;
      transform: translateY(-25%);
      text-align: center;
      width: 100%;
      padding: 0;
  }
    .accelerate-2022-event-countdown {
        text-align: left;
        width: 80%;
        margin: 0 auto;
    }
    .accelerate-2022-event-countdown > div {
        flex: auto;
    }

    body {
      overflow: scroll;
      height: 100%;
    }
    .accelerate-2022-event-vh-100 {
      min-height: 100vh;
      height: auto;
      background-position: center;
    }
    .accelerate-2022-event-main-content {
      position: relative;
      top: unset;
      transform: unset;
    }
    .accelerate-2022-event-subtitle--2 {
      margin: 0px 0 20px;
    }
    .accelerate-2022-event-countdown {
      max-width: 400px;
      width: 100%;
    }
}

@media only screen and (min-width: 500px) and (max-width: 768px) {

  .accelerate-2022-event-vh-100 {
    background-position-y: 60%;
  }

}
@media only screen and (max-width: 500px) {
    .accelerate-2022-event-countdown {
        text-align: left;
        margin: 0 auto;
    }
    .accelerate-2022-event-countdown > div {
        flex: auto;
    }
    .accelerate-2022-event-countdown-number, .accelerate-2022-event-separate {
      font-size: 2em;
      margin: 0 10px 0 0;
    }
    .accelerate-2022-event-countdown-label {
      font-size: 0.8em;
    }
}
@media only screen and (max-width: 450px) {
  .accelerate-2022-event-logo {
    width: 90%;
  }
}
