/* @font-face {
  font-family: 'Gotham-Medium';
  src: url('https://static.lenovo.com/ww/img/dc/campaigns/genomics/css/fonts/Gotham-Medium.svg#Gotham-Medium') format('svg'), url('https://static.lenovo.com/ww/img/dc/campaigns/genomics/css/fonts/Gotham-Medium.ttf') format('truetype'), url('https://static.lenovo.com/ww/img/dc/campaigns/genomics/css/fonts/Gotham-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.font-Gotham-Medium {
  font-family: 'Gotham-Medium';
}
@font-face {
  font-family: 'Gotham-Black';
  src: url('https://static.lenovo.com/ww/img/dc/campaigns/genomics/css/fonts/Gotham-Black.eot');
  src: url('https://static.lenovo.com/ww/img/dc/campaigns/genomics/css/fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'), url('https://static.lenovo.com/ww/img/dc/campaigns/genomics/css/fonts/Gotham-Black.svg#Gotham-Black') format('svg'), url('https://static.lenovo.com/ww/img/dc/campaigns/genomics/css/fonts/Gotham-Black.ttf') format('truetype'), url('https://static.lenovo.com/ww/img/dc/campaigns/genomics/css/fonts/Gotham-Black.woff') format('woff'), url('https://static.lenovo.com/ww/img/dc/campaigns/genomics/css/fonts/Gotham-Black.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
.font-Gotham-Black {
  font-family: 'Gotham-Black';
}
@font-face {
  font-family: 'Gotham-Bold';
  src: url('https://static.lenovo.com/ww/img/dc/campaigns/genomics/css/fonts/Gotham-Bold.eot');
  src: url('https://static.lenovo.com/ww/img/dc/campaigns/genomics/css/fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
       url('https://static.lenovo.com/ww/img/dc/campaigns/genomics/css/fonts/Gotham-Bold.svg#Gotham-Bold') format('svg'),
       url('https://static.lenovo.com/ww/img/dc/campaigns/genomics/css/fonts/Gotham-Bold.ttf') format('truetype'),
       url('https://static.lenovo.com/ww/img/dc/campaigns/genomics/css/fonts/Gotham-Bold.woff') format('woff'),
       url('https://static.lenovo.com/ww/img/dc/campaigns/genomics/css/fonts/Gotham-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
.font-Gotham-Bold {
  font-family: 'Gotham-Bold';
} 
/*
    Mixins
*/
html {
  font-family: Lato, Roboto, "Segoe UI", Ubuntu, Helvetica, sans-serif;
  background: #f4f4f4;
  font-size: 16px;
  line-height: normal;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media (max-width: 599px) {
  html {
    font-size: 16px;
  }
}
.section-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
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: 180px;
  }
}
.logo-section img {
  max-height: 50px;
  width: auto;
}
@media (max-width: 599px) {
  .logo-section img {
    max-height: 42px;
  }
}
.btn-nav-cta {
  border: 3px solid #3E8DDD;
}
.btn {
  padding: 3px 12px 4px;
  display: inline-block;
  color: #3E8DDD;
  font-weight: 700;
  max-width: 100%;
  border-radius: 3px;
  cursor: pointer;
  transition: 300ms all;
}
.btn:hover {
  background: #3E8DDD;
  color: #ffffff;
}
@media (max-width: 599px) {
  .btn {
    font-size: 15px;
  }
}
.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 {
  background: #FF0001;
  color: #fff;
  text-decoration: none;
  margin-top: 15px;
  transition: 200ms all;
  padding: 8px 22px;
  border-radius: 0px;
}
.btn-cta:hover {
  background: #e60304;
}
.learn-more {
  padding: 30px 0;
  display: block;
}
@media (max-width: 599px) {
  .iOS .hero-1 {
    height: calc(var(--vh, 1vh) * 100 - 42px);
  }
}
.hero-1 .btn {
  opacity: 1;
  transition: 1.5s all !important;
}
.fade-in {
  opacity: 0 !important;
  transform: translateY(120px);
}
.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("https://static.lenovo.com/ww/campaigns/2020/hybrid-cloud/lenovo-data-center-hybrid-cloud-landing-page-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);
  }
}
@media (min-width: 600px) {
  .hero {
    height: 80vh;
    min-height: 500px;
  }
}
.hero .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -10000px;
}
.hero .hero-bg.hero-bg-city {
  background: transparent url("https://static.lenovo.com/ww/campaigns/2020/hybrid-cloud/lenovo-data-center-hybrid-cloud-landing-page-hero-bg.jpg");
  background-size: cover;
  background-position: 20% 50%;
  transform: scale(1.1);
  transform-origin: bottom center;
}
@media (max-width: 599px) {
  .hero .hero-bg.hero-bg-city {
    height: 90%;
    top: -10%;
    background-position: 20% bottom;
  }
}
.hero .hero-bg.hero-bg-hex {
  background: transparent url("https://static.lenovo.com/ww/campaigns/2020/hybrid-cloud/lenovo-data-center-hybrid-cloud-landing-page-hero-hex.png");
  background-size: cover;
  background-position: right top;
  background-position: left 25% 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 90% center;
  }
}
@media (max-width: 599px) {
  .hero .hero-bg.hero-bg-hex {
    background-position: right 75% center;
    height: 80%;
  }
}
@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: 25%;
  max-width: 45%;
  color: #fff;
  text-shadow: 0 3px 4px rgba(0, 20, 40, 0.5);
}
@media (min-width: 1200px) {
  .hero .hero-text {
    top: 30%;
    width: 55%;
    right: 5%;
  }
}
@media (max-width: 599px) {
  .hero .hero-text {
    bottom: 0;
    right: 0;
    left: 0;
    top: auto;
    background: #eeeeee;
    width: 100%;
    max-width: 100%;
    padding: 15px;
    color: #333f48;
    text-shadow: none;
  }
}
.hero .hero-text .btn {
  background: #3E8DDD;
  border: none;
  color: #fff;
  padding: 4px 20px;
  text-shadow: none;
  border-radius: 2px;
  transition: 300ms all;
  font-size: 15px;
}
.hero .hero-text .btn:hover {
  background: #fff;
  color: #3E8DDD;
}
@media (min-width: 600px) {
  .hero .hero-text .btn {
    font-size: 1em;
  }
}
.hero .hero-text h1 {
  line-height: 1;
  margin: 0;
  padding: 0;
  font-size: 2.5em;
}
.hero .hero-text h1 span {
  display: inline-block;
}
@media (max-height: 630px) and (min-width: 740px) {
  .hero .hero-text h1 {
    font-size: 2em;
  }
}
@media (min-width: 900px) {
  .hero .hero-text h1 {
    font-size: 3em;
    text-shadow: 0 4px 6px rgba(0, 20, 40, 0.5);
  }
}
@media (min-width: 1200px) {
  .hero .hero-text h1 {
    font-size: 3.5em;
    text-shadow: 0 4px 6px rgba(0, 20, 40, 0.7);
  }
}
@media (max-height: 630px) and (min-width: 740px) {
  .hero .hero-text h1 {
    font-size: 2em;
  }
}
@media (max-width: 599px) {
  .hero .hero-text h1 {
    font-size: 1.8em;
  }
}
.hero .hero-text p {
  line-height: 1.3;
  margin: 0;
  padding: 15px 0;
  font-size: 1em;
  max-width: 600px;
}
@media (min-width: 900px) {
  .hero .hero-text p {
    font-size: 1em;
    text-shadow: 0 4px 6px rgba(0, 20, 40, 0.5);
  }
}
@media (min-width: 1200px) {
  .hero .hero-text p {
    font-size: 1em;
    text-shadow: 0 4px 6px rgba(0, 20, 40, 0.7);
  }
}
@media (max-height: 630px) and (min-width: 740px) {
  .hero .hero-text p {
    font-size: 1.5em;
  }
}
@media (min-width: 600px) {
  .hero .hero-text p {
    padding: 20px 0;
    line-height: 1.5;
  }
}
.hero .hero-text p span {
  display: inline-block;
}
.hero .hero-text img {
  max-width: 58px;
  height: auto;
  margin-bottom: 10px;
}
.hero-3 {
  background: #eeeeee url("https://static.lenovo.com/ww/campaigns/2020/hybrid-cloud/lenovo-data-center-hybrid-cloud-landing-page-feature-9-lenovo-podcast-bg-small.jpg");
  background-size: cover;
  text-align: center;
}
@media (max-width: 599px) {
  .hero-3 {
    height: auto;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
@media (min-width: 600px) {
  .hero-3 {
    height: 400px;
  }
}
.hero-3 .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-3 .hero-bg.hero-bg-buying {
  background: transparent url("https://static.lenovo.com/ww/campaigns/2020/hybrid-cloud/lenovo-data-center-hybrid-cloud-landing-page-feature-9-lenovo-podcast-bg.jpg");
  background-size: cover;
  background-position: top 20% left 80%;
  transform: scale(1);
  transform-origin: center right;
}
@media (max-width: 599px) {
  .hero-3 .hero-bg.hero-bg-buying {
    position: relative;
    height: 130px;
    background-position: top 20% right 5%;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .hero-3 .hero-bg.hero-bg-buying {
    background-position: top 20% left 85%;
  }
}
.hero-3 .hero-text {
  padding: 40px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (min-width: 600px) {
  .hero-3 .hero-text {
    width: 40%;
    left: 0%;
    top: 20%;
    max-width: 80%;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .hero-3 .hero-text {
    text-align: left;
    left: 0%;
    width: 50%;
  }
}
.hero-3 .hero-text h1 {
  font-size: 1.7em;
  line-height: 1.2;
}
@media (min-width: 600px) {
  .hero-3 .hero-text h1 {
    font-size: 1.8em;
    text-shadow: none;
    color: #fff;
    margin: 10px 0;
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .hero-3 .hero-text h1 {
    text-align: left;
    font-size: 1.5em;
  }
}
.hero-3 .hero-text p {
  color: #6F7170;
  font-size: 1em;
  line-height: 1.6;
}
@media (min-width: 600px) {
  .hero-3 .hero-text p {
    color: #fff;
    margin: 0 auto;
    text-shadow: none;
    max-width: 800px;
    width: 80%;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .hero-3 .hero-text p {
    text-align: left;
    margin: 0;
    font-size: 0.9em;
  }
}
.hero-3 .hero-text .btn-cta {
  background: #3E8DDD;
  box-shadow: none;
  transition: 300ms all;
}
.hero-3 .hero-text .btn-cta:hover {
  background: #fff;
  color: #3E8DDD;
}
.section-main {
  padding: 40px 20px;
}
.section-main.solutions-section{
  padding: 40px 0px;
}
@media (min-width: 600px) {
  .section-main {
    padding: 80px;
  }
}
.section-main {
  text-align: center;
  color: #6F7170;
}
@media (min-width: 600px) {
  .section-main .section-header {
    padding-bottom: 20px;
  }
}
.section-main h2 {
  font-weight: 900;
  color: #333F48;
  font-size: 1.5em;
  padding-bottom: 10px;
}
@media (min-width: 600px) {
  .section-main h2 {
    font-size: 2em;
  }
}
.section-main h2 span {
  display: inline-block;
}
.section-main h3 {
  font-weight: 900;
  color: #6F7170;
}
.section-main p {
  padding: 10px 0 15px;
  width: 80%;
  margin: 0 auto;
}
.section-main.solutions-section p, .section-main.section-scale p{
  width: 100%;
  font-size: 14px;
}
.section-main .description {
  text-align: left;
}
.section-main .shape {
  max-width: 180px;
  height: auto;
  display: block;
  margin: 50px auto 35px;
}
@media (min-width: 600px) {
  .section-main .shape {
    max-width: 50%;
    margin: 40px auto;
  }
}
@media (min-width: 600px) {
  .section-main .row-reverse .shape {
    max-width: 50%;
    margin: 40px auto;
  }
}
.row-reverse {
  flex-direction: row-reverse;
}
.cloud-solutions {
  background: #fff;
}
@media (min-width: 600px) {
  .cloud-solutions {
    padding-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .cloud-row {
    display: flex;
    align-items: center;
    padding: 50px 0;
  }
  .cloud-row .ani {
    width: 40%;
    text-align: left;
    position: relative;
  }
  .cloud-row .description {
    width: 60%;
  }
}
#shape-1 {
  width: 100%;
  height: 600px;
  max-width: 100%;
  margin: -200px auto -180px;
  min-width: 200px;
  transform: scale(1);
}
#shape-2 {
  width: 100%;
  height: 270px;
  max-width: 100%;
  margin: -30px auto -00px;
  min-width: 200px;
  transform: scale(1);
}
#shape-3 {
  width: 100%;
  height: 270px;
  max-width: 100%;
  margin: -10px auto -10px;
  min-width: 200px;
  transform: scale(1);
}
/*-----ScrollMagic-----*/
.scroll-appear {
  opacity: 0;
  transform: translateY(120px);
  transition: all 0.5s ease;
}
.scroll-appear.visible {
  opacity: 100%;
  transition: all 0.5s ease;
}
/*-----END ScrollMagic-----*/
.hygge-solutions {
  background: #fff;
  text-align: center;
}
.hygge-solutions .description-wrapper {
  text-align: center;
}
@media (min-width: 600px) {
  .hygge-solutions .description-wrapper {
    text-align: left;
  }
}
.hygge-solutions h3 {
  font-size: 1.5em;
  color: #333F48;
  margin: 10px auto;
  text-align: left;
}
@media (min-width: 600px) {
  .hygge-solutions h3 {
    font-size: 1.7em;
  }
}
.hygge-solutions h3 span {
  display: inline-block;
}
.hygge-solutions p {
  color: #6F7170;
}
.hygge-solutions .btn {
  background: #fff;
  color: #3E8DDD;
  border: 3px solid #3E8DDD;
  font-size: 1em;
  width: auto;
  margin: 0 auto;
  text-align: center;
  transition: 300ms all;
  padding: 1px 17px;
}
.hygge-solutions .btn:hover {
  background: #3E8DDD;
  color: #fff;
}
.hygge-solutions .shape {
  margin: 0px auto 20px;
  width: 80%;
  max-width: 250px;
}
@media (min-width: 600px) {
  .hygge-solutions {
    padding: 120px;
  }
  .hygge-solutions .ani {
    width: 50%;
    margin: 0 auto;
  }
  .hygge-solutions .ani .shape {
    max-width: 70%;
    margin: 0 auto;
    min-width: 200px;
  }
  .hygge-solutions .description {
    width: 48%;
    text-align: left;
    margin: 0 auto;
  }
  .hygge-solutions .description h3 {
    text-align: left;
  }
  .hygge-solutions .btn {
    margin: 10px 0;
    max-width: 100%;
    width: 200px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .hygge-solutions .description {
    width: 70%;
  }
}
@media (max-width: 599px) {
  .hygge-solutions .description h3 {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .hygge-solutions .description h3 {
    text-align: left;
  }
}
@media (max-width: 599px) {
  .hygge-solutions .description p {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .hygge-solutions .description p {
    text-align: left;
  }
}
.hygge-solutions .description .btn {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .hygge-solutions .description .btn {
    margin: 10px 0;
    max-width: 100%;
    width: 200px;
  }
}
.hero-text img {
  max-width: 58px;
  height: auto;
  margin-bottom: 10px;
}
.support-accordion {
  background: linear-gradient(180deg, #f7f7f7 0%, #eaeaea 100%);
  text-align: left;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .support-accordion {
    padding: 40px 30px;
  }
}
.support-accordion .section-header h2 {
  font-size: 1.5em;
}
@media (min-width: 600px) {
  .support-accordion .section-header {
    text-align: center;
    padding-bottom: 40px;
  }
  .support-accordion .section-header h2 {
    font-size: 2em;
  }
  .support-accordion .section-header p {
    max-width: 700px;
    margin: 0 auto;
  }
}
@media (min-width: 600px) {
  .support-accordion .accordion-wrapper {
    display: flex;
  }
  .support-accordion .accordion-wrapper .accordion-feature {
    width: 50%;
    position: relative;
  }
  .support-accordion .accordion-wrapper .accordion-feature .container {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: all;
  }
  .support-accordion .accordion-wrapper .accordion-feature img {
    width: 90%;
    height: 410px;
    object-fit: cover;
    position: absolute;
    opacity: 0;
    transition: 500ms all;
    left: 0;
    top: 0;
    pointer-events: all;
  }
}
@media (min-width: 600px) and (min-width: 600px) and (max-width: 1024px) {
  .support-accordion .accordion-wrapper .accordion-feature img {
    height: 320px;
  }
}
@media (min-width: 600px) {
  .support-accordion .accordion-wrapper .accordion-feature img.active {
    opacity: 1;
    z-index: 5;
  }
  .support-accordion .accordion-wrapper .accordion-feature img.a1 {
    object-position: 90% 50%;
  }
  .support-accordion .accordion-wrapper .accordion-feature img.a2 {
    object-position: 50% 50%;
  }
  .support-accordion .accordion-wrapper .accordion-feature img.a3 {
    object-position: 50% 50%;
  }
  .support-accordion .accordion-wrapper .accordion-feature img.a4 {
    object-position: 65% 50%;
  }
  .support-accordion .accordion-wrapper .accordion-side {
    width: 50%;
  }
}
.support-accordion #accordion {
  margin: 0;
  position: relative;
}
.support-accordion #accordion li {
  list-style: none;
  width: 100%;
  padding: 15px 0 10px;
  transition: 200ms all;
  border-bottom: 1px solid #6f7170;
}
.support-accordion #accordion li:first-of-type {
  padding-top: 0;
}
.support-accordion #accordion li:last-of-type {
  border-bottom: none;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .support-accordion #accordion li {
    padding-bottom: 10px;
  }
}
.support-accordion #accordion li label {
  color: #6F7170;
  font-size: 1.2em;
  font-weight: 900;
  padding: 2px 0 8px;
  transition: 200ms all;
  cursor: pointer;
}
.support-accordion #accordion li label:first-of-type {
  padding-top: 0;
}
.support-accordion #accordion li label span {
  margin-left: -35px;
  display: inline-block;
  width: calc(100% - 35px);
  position: relative;
  left: 35px;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .support-accordion #accordion li label {
    font-size: 1em;
  }
}
.support-accordion #accordion li label i {
  width: 35px;
  display: inline-block;
  font-weight: normal;
  transition: 200ms all;
  transform: scale(0.75);
  transform-origin: left center;
  font-style: normal;
  vertical-align: top;
}
.support-accordion #accordion li label+input[type='radio'] {
  opacity: 0;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
}
.support-accordion #accordion li label+input[type='radio']:checked+.content {
  display: block;
}
.support-accordion #accordion li label:hover {
  color: #3E8DDD;
}
.support-accordion #accordion li a {
  font-weight: 900;
  text-decoration: underline;
  padding: 5px 0 10px;
  display: block;
}
.support-accordion #accordion .content {
  display: none;
  font-size: 1em;
}
@media (min-width: 600px) {
  .support-accordion #accordion .content {
    padding-left: 40px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .support-accordion #accordion .content {
    font-size: 0.8em;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .support-accordion #accordion .content p {
    padding-top: 4px;
  }
}
.support-accordion #accordion .up {
  display: none;
}
.support-accordion #accordion .down {
  display: inline-block;
}
.support-accordion #accordion .selected label {
  color: #3E8DDD;
}
.support-accordion #accordion .selected .up {
  display: inline-block;
}
.support-accordion #accordion .selected .down {
  display: none;
}
.white-papers {
  background: #fff;
  padding: 40px 50px;
  text-align: center;
  color: #6F7170;
}
.white-papers .section-header h2 {
  font-weight: 900;
  color: #333F48;
  padding: 0 0 40px;
  font-size: 1.5em;
}
.white-papers .section-header p {
  padding: 15px 0;
}
@media (min-width: 600px) {
  .white-papers .paper-row {
    display: flex;
  }
  .white-papers .paper-row .paper-col {
    margin: 0 20px;
  }
}
.white-papers .paper-col {
  padding-bottom: 60px;
}
.white-papers .paper-col img {
  max-width: 100%;
}
.white-papers .paper-col h3 {
  font-size: 1.4em;
  font-weight: 900;
  padding: 20px 0 10px;
}
.white-papers .paper-col p {
  font-size: 1em;
}
.white-papers .paper-col a {
  font-weight: 900;
  text-decoration: underline;
  font-size: 1em;
  padding: 20px 0 0;
  display: block;
}
.white-papers .paper-col:last-of-type {
  padding-bottom: 40px;
}
.white-papers .btn-light {
  border: 3px solid #3E8DDD;
  background: #fff;
  color: #3E8DDD;
  margin-top: 20px;
  transition: 300ms all;
  padding: 4px 20px;
}
.white-papers .btn-light:hover {
  background: #3E8DDD;
  color: #fff;
}
@media (min-width: 600px) {
  .white-papers .btn-light {
    margin-top: 20px;
  }
}
.white-papers .hidden-rows {
  display: none;
  overflow: hidden;
}
.drive-more-value {
  text-align: center;
  background: #ffffff;
}
.drive-more-value h1 {
  font-weight: 900;
  font-size: 1.7em;
}
@media (min-width: 600px) {
  .drive-more-value h1 {
    font-size: 2em;
  }
}
.drive-more-value p {
  padding: 15px 0;
  font-size: 1em;
}
footer {
  background: #F9FAF9;
  padding: 28px 5%;
}
@media (max-width: 599px) {
  footer {
    padding: 30px 5%;
  }
}
footer .story-inner-wrapper {
  height: auto;
  min-height: auto;
  display: flex;
  align-items: center;
  flex-flow: column;
}
footer .section-main-left {
  order: 1;
  width: 50%;
  padding: 0 40px 0 0;
  text-align: left;
}
footer .section-side-right {
  order: 2;
  width: 50%;
  text-align: right;
}
footer .social-platforms__icons {
  display: inline-flex;
}
footer .social-platforms__icon {
  margin-right: 16px;
  color: #3e8ddd !important;
  font-size: 20px;
}
.social-platforms__icon img {
  height: 20px;
}
footer p {
  color: #7A716C;
  width: 100%;
  padding-bottom: 20px;
  line-height: 20px;
  font-weight: 500;
}
footer a {
  color: #7A716C;
  font-weight: bold;
}
footer p.legal {
  font-size: .8em;
}
@media (min-width: 1024px) {
  .item-description.faster-smater { width: 60%; }
}
@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;
  }
  .item-description.faster-smater h1{
    line-height: 60px;
  }
  .item-description.faster-smater .desc-item h3{
    line-height: 20px;
  }
  .section-main.section-scale .article-img-wrapper .article-heading{
    font-size: 22px !important;
  }
}
/*-----SLIDESHOW-----*/
.slider-clarify {
  background: #fff;
  padding: 40px 0px;
  overflow: hidden;
}
@media (min-width: 600px) {
  .slider-clarify {
    padding: 40px 40px;
  }
}
.slider-clarify .section-header, .slider-clarify .carousel-descriptions {
  padding: 0px 20px;
}
@media (min-width: 600px) {
  .slider-clarify .carousel-descriptions {
    padding: 0px 0px;
  }
}
.slider-clarify .section-header .download, .slider-clarify .carousel-descriptions .download {
  display: block;
  margin-top: 10px;
  font-size: 0.9em;
  text-decoration: underline;
}
@media (min-width: 600px) {
  .slider-clarify {
    padding: 80px 0;
    position: relative;
  }
}
.section-scale {
  background-color: #ffffff;
  color: #000000;
  padding-top: 20px;
}
.section-scale h2 {
  color: #000000;
}
sub, sup {
  font-size: 56%;
}
#slideshow-controls {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
  z-index: 21;
  position: relative;
  font-size: 14px;
}
.big-carousel {
  width: 100%;
  padding: 0 0%;
  position: relative;
  display: block;
}
@media (min-width: 600px) {
  .big-carousel {
    padding: 0 30%;
  }
}
#big-carousel-window {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  white-space: nowrap;
  margin-left: 0%;
  font-size: 0px;
  position: relative;
  transition: none;
}
#big-carousel-window img {
  object-fit: cover;
}
.big-carousel-slide {
  width: 100%;
  height: auto;
  display: inline-block;
  margin: 0px;
  opacity: 0.1;
  transition: all ease 0.7s;
}
@media (min-width: 600px) {
  .big-carousel-slide {
    transform: scale(0.99);
  }
}
.big-carousel-slide.current-image {
  opacity: 1;
}
.slide-arrow {
  font-size: 2em;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color ease 0.2s;
}
#slide-numbers {
  font-size: 1.3em;
  margin: 0 22px;
  font-weight: 900;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slick-slideshow {
  width: 100%;
}
.slick-slide {
  width: 100%;
  height: auto;
  display: inline-block;
  transition: all ease 1s;
  margin: 0px;
}
@media (min-width: 1024px) {
  .carousel-descriptions {
    position: absolute;
    left: 8%;
    top: 35%;
    width: 20%;
    max-width: 250px;
    text-align: left;
  }
  .carousel-descriptions h3 {
    font-size: 1.3em;
  }
  .carousel-descriptions .btn-cta {
    width: 100%;
    text-align: center;
  }
}
.carousel-descriptions .carousel-description {
  display: none;
}
.carousel-descriptions .carousel-description.active {
  display: block;
}
.carousel-wrapper {
  width: 100%;
}
.carousel-window {
  overflow: hidden;
  position: relative;
}
#carousel {
  position: relative;
  top: 0;
  left: 0;
  display: none;
  pointer-events: all !important;
}
.carousel-slide {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  float: left;
}
.transition {
  transition: all .7s !important;
}
.blue {
  color: #3E8DDD;
  font-weight: 900;
}
.video-placeholder {
  filter: saturate(0);
  opacity: 0.6;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.4);
}
/* ------------------ */
.social-share {
  position: fixed;
  right: 0;
  top: 30%;
  background: transparent url("https://static.lenovo.com/ww/campaigns/2020/hybrid-cloud/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;
}
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: scroll;
}
.lightbox-dialogue {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  overflow: visible;
  max-width: 600px;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}
.close-button, .close-button.medium {
  right: 0rem;
  top: -1.7rem;
  font-size: 2em;
  line-height: 1;
  color: #fff;
}
.close-button:hover, .close-button.medium:hover {
  color: #ddd;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
}
.video-pop {
  cursor: pointer;
  pointer-events: all;
}
.reveal-overlay .close-button, .reveal-overlay .close-button.medium {
  color: #3e8ddd;
  top: 0rem;
  right: 0.6rem;
}
.reveal-overlay .close-button:hover, .reveal-overlay .close-button.medium:hover {
  text-shadow: none;
  color: #666;
}
@media (max-width: 599px) {
  .reveal-overlay .reveal [type='checkbox']+label, .reveal-overlay .reveal [type='radio']+label {
    vertical-align: middle;
  }
}
.reveal-overlay .reveal h3 {
  color: #333f48;
  padding-bottom: 0;
  font-size: 1.7em;
  font-weight: 900;
}
.reveal-overlay .reveal h3 span {
  display: inline-block;
}
.reveal-overlay .reveal .contact-us-modal__subtitle {
  font-size: 1.1em;
  padding: 5px 0 20px;
  color: #7e7e7e;
}
.reveal-overlay .reveal label {
  z-index: 300;
  height: 0;
  overflow: visible;
  position: relative;
  left: 11px;
  top: 6px;
  color: #c4beb6;
  font-weight: normal;
  font-size: 1.0em;
  transition: all 200ms;
  pointer-events: none;
}
.reveal-overlay .reveal label.label-hide {
  opacity: 0;
}
.reveal-overlay .reveal label.error {
  color: blue !important;
  margin: 0 !important;
  height: 0;
  display: none !important;
}
.reveal-overlay .reveal [type='text'], .reveal-overlay .reveal [type='password'], .reveal-overlay .reveal [type='date'], .reveal-overlay .reveal [type='datetime'], .reveal-overlay .reveal [type='datetime-local'], .reveal-overlay .reveal [type='month'], .reveal-overlay .reveal [type='week'], .reveal-overlay .reveal [type='email'], .reveal-overlay .reveal [type='number'], .reveal-overlay .reveal [type='search'], .reveal-overlay .reveal [type='tel'], .reveal-overlay .reveal [type='time'], .reveal-overlay .reveal [type='url'], .reveal-overlay .reveal [type='color'], .reveal-overlay .reveal textarea, .reveal-overlay .reveal select {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 0.8rem;
  padding: 0.5rem;
  border: 2px solid #c4beb6;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #6f7170;
  transition: all 200ms;
  appearance: none;
}
.reveal-overlay .reveal [type='text']:focus, .reveal-overlay .reveal [type='password']:focus, .reveal-overlay .reveal [type='date']:focus, .reveal-overlay .reveal [type='datetime']:focus, .reveal-overlay .reveal [type='datetime-local']:focus, .reveal-overlay .reveal [type='month']:focus, .reveal-overlay .reveal [type='week']:focus, .reveal-overlay .reveal [type='email']:focus, .reveal-overlay .reveal [type='number']:focus, .reveal-overlay .reveal [type='search']:focus, .reveal-overlay .reveal [type='tel']:focus, .reveal-overlay .reveal [type='time']:focus, .reveal-overlay .reveal [type='url']:focus, .reveal-overlay .reveal [type='color']:focus, .reveal-overlay .reveal textarea:focus, .reveal-overlay .reveal select:focus {
  border: 2px solid #3e8ddd;
}
.reveal-overlay .reveal [type='text'].error, .reveal-overlay .reveal [type='password'].error, .reveal-overlay .reveal [type='date'].error, .reveal-overlay .reveal [type='datetime'].error, .reveal-overlay .reveal [type='datetime-local'].error, .reveal-overlay .reveal [type='month'].error, .reveal-overlay .reveal [type='week'].error, .reveal-overlay .reveal [type='email'].error, .reveal-overlay .reveal [type='number'].error, .reveal-overlay .reveal [type='search'].error, .reveal-overlay .reveal [type='tel'].error, .reveal-overlay .reveal [type='time'].error, .reveal-overlay .reveal [type='url'].error, .reveal-overlay .reveal [type='color'].error, .reveal-overlay .reveal textarea.error, .reveal-overlay .reveal select.error {
  border: 2px solid red;
}
.reveal-overlay .reveal .half-size {
  width: 50%;
  padding-right: 8px;
  display: inline-block;
  margin: 0 -2px;
}
.reveal-overlay .reveal .full-size {
  margin: 0 2px 0 -2px;
}
.reveal-overlay .reveal .one-third-size {
  width: 40%;
  padding-right: 8px;
  display: inline-block;
  margin: 0 -2px;
}
.reveal-overlay .reveal .two-third-size {
  width: 60%;
  padding-right: 8px;
  display: inline-block;
  margin: 0 -2px;
}
.reveal-overlay .reveal .size-end {
  padding-right: 0;
}
.reveal-overlay .reveal #formElement22 label {
  color: #6f7170;
  font-size: 12px;
  line-height: 1.1;
  height: auto;
  left: 0;
  top: 0;
  padding: 10px 0 20px;
}
.reveal-overlay .reveal #formElement9 .select-wrapper {
  position: relative;
}
.reveal-overlay .reveal #formElement9 .select-wrapper:before {
  content: '\25bc';
  position: absolute;
  right: 10px;
  top: 10px;
  color: #c4beb6;
}
.reveal-overlay .reveal .form-legal {
  clear: both;
  color: #9b9c9b;
  font-size: 10px;
  padding-bottom: 0;
}
.reveal-overlay .reveal .form-legal a {
  text-decoration: underline;
}
/* Decoding section styles */
.decoding-geonamic {
  background-color: white;
  text-align: center;
  padding: 30px 0px;
}
.decoding-section-header {
  padding-bottom: 20px;
}
.decoding-section-header h1 {
  font-size: 36px;
  color: #000000;
  letter-spacing: -1.4px;
}
.decoding-section-header p {
  font-size: 14px;
  color: #000000;
  line-height: 24px;
}
.decoding-section-description {
  padding-bottom: 20px;
}
.decoding-section-description p {
  font-size: 14px;
  color: #000000;
}
/* Testimonial section css starts */
.testimonial-wrapper {
  position: relative;
}
.testimonial-inner-wrapper {
  background-image: url("https://static.lenovo.com/ww/img/dc/campaigns/genomics/lenovo-data-center-genomics-testimonial.jpg");
  padding: 100px 0px;
  background-size: cover;
  text-align: center;
  background-position: center;
}
.testimonial-content {
  width: 80%;
  margin: 0 auto;
}
.testimonial-content h2 {
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
}
.testimonial-content .quotes {
  position: relative;
}
.testimonial-content .quotes h2, .testimonial-content .quotes p {
  color: white;
}
.testimonial-content .quotes::before {
  content: "\f10d";
  font-family: 'FontAwesome';
  color: white;
  position: absolute;
  left: 0;
  top: -60px;
  font-size: 40px;
  margin-right: 10px;
}
.testimonial-content .quotes::after {
  content: "\f10e";
  font-family: 'Fontawesome';
  color: white;
  position: absolute;
  right: 0;
  bottom: -60px;
  font-size: 40px;
  margin-right: 10px;
}
.testimonial-content p {
  text-align: center;
  color: #ffffff;
}
/* Covid section wrapper */
.covid-wrapper {
  background-color: #E5E5E5;
}
.covid-inner-wrapper {
  background: url("https://static.lenovo.com/ww/img/dc/campaigns/genomics/lenovo-data-center-genomics-covid-mobile.jpg") no-repeat right center / cover;
}
.covid-content h2 {
  background: -webkit-linear-gradient(#6CC06B, #70C6AD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(to top, #6CC06B, #70C6AD);
  font-size: 50px;
  line-height: 40px;
}
.covid-details p {
  color: #ffffff;
  font-size: 14px;
  position: relative;
}
.covid-button a {
  background: -webkit-linear-gradient(#6CC06B, #70C6AD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 3px solid #6CC06B;
  padding: 5px 5px;
  cursor: pointer;
  font-weight: 900;
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 24px;
}
.covid-outer-wrapper {
  text-align: center;
  padding-top: 40px;
  /* padding-bottom: 30px; */
}
.covid-outer-wrapper p {
  font-size: 14px;
  color: #000000;
  padding-bottom: 20px;
}
.outer-button a {
  color: white;
  background-color: #EF0808;
  padding: 10px 10px;
  font-size: 20px;
  display: inline-block;
}
/*high speed wrapper */
.high-speed-wrapper {
  background-image: url("https://static.lenovo.com/ww/img/dc/campaigns/genomics/lenovo-data-center-genomics-high-speed.jpg");
  padding: 100px 0px;
  background-size: cover;
  text-align: center;
  background-position: center;
}
.high-speed-content h2 {
  color: white;
  text-align: center;
  font-size: 32px;
}
/* Images hide and show */
.desktop-img {
  display: block;
}
.mobile-img {
  display: none;
}
@media(max-width:768px) {
  .desktop-img {
    display: none;
  }
  .mobile-img {
    display: block;
  }
  .testimonial-content {
    width: 100%;
    padding: 20px 20px 25px;
  }
  .testimonial-content h2 {
    padding: 0;
    font-size: 16px;
  }
  .testimonial-content p {
    text-align: center;
    font-size: 16px;
  }
  .covid-content h2 {
    font-size: 36px;
    padding-bottom: 20px;
  }
  .testimonial-inner-wrapper {
    background: url("https://static.lenovo.com/ww/img/dc/campaigns/genomics/lenovo-data-center-genomics-testimonials-mobile.jpg") no-repeat center center / cover;
  }
  .decoding-section-header {
    padding: 0 30px;
  }
  .decoding-section-description {
    padding: 0 30px;
  }
}
@media(max-width:767px) {
  .decoding-section-description {
    padding-top: 20px;
  }
  .testimonial-inner-wrapper {
    padding: 50px 0;
  }
  .high-speed-wrapper {
    background-image: url("https://static.lenovo.com/ww/img/dc/campaigns/genomics/lenovo-data-center-genomics-high.png");
  }
}
.solutions-section {
  background-color: #FFF;
  color: #000000;
  padding-top: 40px;
  padding-bottom: 20px;
}
@media (min-width: 600px) {
  .solutions-section .section-header {
    padding: 0px 80px;
  }
}
.solutions-benefit-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
@media (min-width: 600px) {
  .solutions-benefit-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.solutions-benefit-wrapper h3 {
  font-size: 1.2em;
  color: #000000;
}
.solutions-benefit-wrapper p {
  padding-top: 20px;
}
.solutions-benefit-wrapper img {
  margin: 30px auto;
  max-height: 100px;
}
@media (min-width: 600px) {
  .solutions-benefit-wrapper img {
    max-height: 120px;
  }
}
.benefit {
  width: 45%;
  padding: 0 5px;
}
.two-benefit-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.solutions-section .btn-cta {
  margin-top: 30px;
  border: 2px solid #3E8DDD;
}
@media (max-width: 1200px) {
  .solutions-benefit-wrapper {
    flex-direction: column;
  }
  @media (max-width: 800px) {
    .two-benefit-container {
      flex-direction: column;
      justify-content: center;
    }
    .benefit {
      width: 100%;
    }
    .solutions-benefit-wrapper {
      justify-content: center;
    }
  }
}
.solutions-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.solution-container {
  background: transparent linear-gradient(315deg, #130D78 0%, #DF0142 100%) 0% 0% no-repeat padding-box;
  opacity: 0.8;
  padding: 30px 10px;
}
.solution-container h3 {
  color: #fff;
  font-size: 1.2rem;
}
.solution-container p {
  color: #fff;
  padding: 0;
}
.specification-container {
  margin-top: 20px;
  border-top: 1px solid #fff;
  padding: 20px 0px 0;
  color: #fff;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
@media (min-width: 600px) {
  .specification-container {
    padding: 20px 20px 0;
  }
}
.specification {
  width: 25%;
  margin: 0 10px;
}
.specification p {
  margin-top: 10px;
  line-height: normal;
  font-size: .85rem;
}
.specification img {
  width: 30px;
}
/*scrol to top*/
.scrollToTop {
  bottom: 30px;
  display: none;
  position: fixed;
  right: 15px;
  z-index: 9999;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.scrollToTop img {
  height: 40px;
}
.article-img-wrapper {
  position: relative;
}
.article-img-wrapper .article-heading {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: normal;
}
.article-desc-wrapper {
  margin-top: 20px;
}
.article-desc-wrapper p {
  padding: 0;
}
.article-desc-wrapper p:first-child {
  padding-bottom: 10px;
}
.article-desc-wrapper a {
  color: #01A0C6;
  font-weight: 700;
}
/*Owel-manner styles */
.owl-item {
  float: left;
}
.owl-carousel {
  overflow: hidden;
}
.item-inner-wrapper {
  position: relative;
}
.item-description {
  position: absolute;
  top: 0;
  left: 0;
}
.item-description h1 {
  background: transparent linear-gradient(30deg, #F00205 0%, #F0050D 20%, #F20D24 52%, #F61A4A 91%, #F71E54 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
  line-height: 50px;
}
.item-description h2 {
  color: #FFFFFF;
  font-size: 32px;
  line-height: 40px;
}
.item-description.it-suits h2{
  line-height: 35px;
}
.desc-item {
  margin-bottom: 32px;
}
.desc-item h3 {
  font-size: 14px;
  line-height: 14px;
  position: relative;
}
.desc-item p {
  color: white;
  font-size: 12px;
}
@media(max-width:768px) {
  .lenovo-goats h1 {
    width: 100% !important;
  }
  .it-suits h2 {
    width: 100%;
  }
  .item-description.lenovo-goats h1{
    line-height: 60px;
  }
  .item-description.covid-item h1, .item-description.faster-smater h1 {
    width: 100% !important;
    font-size: 45px;
    line-height: 50px;
  }
  .item-description.faster-smater h2 {
    line-height: 35px;
  }
}
@media(max-width:767px) {
  .item-description {
    /* right: 5%; */
  }
  .lenovo-goats h1 {
    width: 100% !important;
  }
  .covid-item h1 {
    width: 100% !important;
  }
}
.desc-item span {
  /* color: white;
  font-size: 16px;
  padding-left: 20px; */
}
.banner-btn {
  padding: 0 16px 2px;
  border: 3px solid #ffffff;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  line-height: 30px;
}
.banner-btn:hover {
  color: white;
}
.owl-nav {
  display: none;
}
.owl-dots {
  background-color: white;
}
/* banner styles */
.covid-item h1 {
  background: transparent linear-gradient(90deg, #0AFA9E 1%, #26EDDB 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: transparent linear-gradient(to top, 90deg, #0AFA9E 1%, #26EDDB 100%) 0% 0% no-repeat padding-box;
  width: 38%;
}
.covid-item .banner-btn {
  border: 3px solid #0AFA9E;
  color: #0AFA9E;
  font-weight: bold;
}
.desc-covid h3::before {
  background-color: #0AFA9E;
}
.it-suits .banner-btn {
  border: 3px solid #ffffff;
  color: #ffffff;
  font-weight: bold;
}
.it-suits h3::before {
  background-color: #97abac;
  height: 80px;
}
.it-suits h3 {
  color: #ffffff;
}
.it-suits h2 {
  width: 100%;
}
.it-suits h1 {
  background: transparent linear-gradient(210deg, #FFE100 0%, #FBDF01 16%, #EFDC05 30%, #DDD50B 45%, #C2CD14 59%, #A0C220 72%, #76B42F 86%, #6EB232 89%) 0% 0% no-repeat padding-box;
  opacity: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: transparent linear-gradient(to top, 210deg, #FFE100 0%, #FBDF01 16%, #EFDC05 30%, #DDD50B 45%, #C2CD14 59%, #A0C220 72%, #76B42F 86%, #6EB232 89%) 0% 0% no-repeat padding-box;
}
.it-suits-desc p, .it-suits-desc .p {
  background: transparent linear-gradient(210deg, #FFE100 0%, #FBDF01 0%, #EFDC05 75%, #DDD50B 80%, #C2CD14 59%, #A0C220 90%, #76B42F 140%, #6EB232 199%) 0% 0% no-repeat padding-box;
  opacity: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: transparent linear-gradient(to top, 210deg, #FFE100 0%, #FBDF01 16%, #EFDC05 30%, #DDD50B 45%, #C2CD14 59%, #A0C220 72%, #76B42F 86%, #6EB232 89%) 0% 0% no-repeat padding-box;
}
.span-text {
  color: #ffffff;
  padding-bottom: 15px;
  display: block;
  font-size: 12px;
}
.faster-smater h1.gradthis {
  background-image: linear-gradient(to right, #00fe8a 0%, #02fe88 35%, #3dfd6a 50%, #64fb53 65%, #a6f930 78%, #daf714 90%, #f0f708 99%);
  opacity: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradthis {
  background-image: linear-gradient(to right, #00fe8a 0%, #02fe88 35%, #3dfd6a 50%, #64fb53 65%, #a6f930 78%, #daf714 90%, #f0f708 99%);
  opacity: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.faster-smater-inner h3 {
  /* background: transparent linear-gradient(90deg, #63C3C8 39%, #68C5C9 47%, #78CBCF 57%, #92D5D8 69%, #B7E3E5 81%, #E6F5F6 94%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: transparent linear-gradient(to top, 90deg, #63C3C8 39%, #68C5C9 47%, #78CBCF 57%, #92D5D8 69%, #B7E3E5 81%, #E6F5F6 94%, #FFFFFF 100%) 0% 0% no-repeat padding-box; */
}
.left-border {
  position: relative;
}
.left-border:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #63C3C8;
}
.lenovo-goats h1 {
  background: transparent linear-gradient(210deg, #FFE100 0%, #FBDF01 15%, #EFDC05 29%, #DDD50B 42%, #C2CD14 55%, #A0C220 68%, #76B42F 81%, #6EB232 84%) 0% 0% no-repeat padding-box;
  opacity: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: transparent linear-gradient(to top, 210deg, #FFE100 0%, #FBDF01 15%, #EFDC05 29%, #DDD50B 42%, #C2CD14 55%, #A0C220 68%, #76B42F 81%, #6EB232 84%) 0% 0% no-repeat padding-box;
  width: 55%;
}
.lenovo-goats-inner h3 {
  color: #ffffff;
}
.lenovo-goats-inner p {
  background: transparent linear-gradient(210deg, #FFE100 0%, #FBDF01 15%, #EFDC05 29%, #DDD50B 42%, #C2CD14 55%, #A0C220 68%, #76B42F 81%, #6EB232 84%) 0% 0% no-repeat padding-box;
  opacity: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: transparent linear-gradient(to top, 210deg, #FFE100 0%, #FBDF01 15%, #EFDC05 29%, #DDD50B 42%, #C2CD14 55%, #A0C220 68%, #76B42F 81%, #6EB232 84%) 0% 0% no-repeat padding-box;
}
.lenovo-goats-inner h3::before {
  background-color: #C2CD14;
  height: 102px;
}
.desc-covid.left-border:before {
  background: #0AFA9E;
}
.covid-content .desc-covid.left-border:before {
  background: #6CC06D;
}
.main-caurosel-wrapper {
  position: relative;
  overflow: hidden;
}
.main-caurosel-wrapper .owl-carousel-banner .owl-dots {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 2%;
  background: transparent;
}
/* Feel free to change duration  */
.animated {
  -webkit-animation-duration: 1000 ms;
  animation-duration: 1000 ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
  z-index: 1
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index: 0
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.font-Lato-Black {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}
.font-Lato-Regular {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
/* .font-Roboto-Black {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}
.font-Roboto-Bold {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
} */
.desc-item.it-suits-desc h3 {
  font-size: 20px;
  line-height: 22px;
}
.desc-item.it-suits-desc h3+p {
  font-size: 18px;
  line-height: 20px;
}
.desc-item.it-suits-desc.left-border:before {
  background: #6EB232;
}
.desc-item.slide4-h3p.left-border:before {
  background: #FFE100;
}
.solutions-wrapper .specification p{
  font-size: 8px;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.h-100{
  height: 100%;
}
.lh-30 {
  line-height: 30px;
}
.lh-24 {
  line-height: 24px;
}
.lh-28 {
  line-height: 28px;
}
.text-white {
  color: white;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.p-0 {
  padding: 0 !important;
}
.pt-0, .py-0 {
  padding-top: 0 !important;
}
.pr-0, .px-0 {
  padding-right: 0 !important;
}
.pb-0, .py-0 {
  padding-bottom: 0 !important;
}
.pl-0, .px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}
.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}
.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}
.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}
.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3, .py-3 {
  padding-top: 1rem !important;
}
.pr-3, .px-3 {
  padding-right: 1rem !important;
}
.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}
.pl-3, .px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}
.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}
.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5, .py-5 {
  padding-top: 3rem !important;
}
.pr-5, .px-5 {
  padding-right: 3rem !important;
}
.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}
.pl-5, .px-5 {
  padding-left: 3rem !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0, .my-0 {
  margin-top: 0 !important;
}
.mr-0, .mx-0 {
  margin-right: 0 !important;
}
.mb-0, .my-0 {
  margin-bottom: 0 !important;
}
.ml-0, .mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}
.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}
.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3, .my-3 {
  margin-top: 1rem !important;
}
.mr-3, .mx-3 {
  margin-right: 1rem !important;
}
.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}
.ml-3, .mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}
.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5, .my-5 {
  margin-top: 3rem !important;
}
.mr-5, .mx-5 {
  margin-right: 3rem !important;
}
.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}
.ml-5, .mx-5 {
  margin-left: 3rem !important;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.init-coi{
  position: relative;
}
.text-on-image{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.extrordinary-section .text-on-image{
  position: relative !important;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.extrordinary-section{
  background: url("https://static.lenovo.com/ww/img/dc/campaigns/genomics/lenovo-data-center-genomics-extraordinary-solution-bg.jpg") no-repeat center center / cover;
}
.extrordinary-section h1{
  font-size: 26px;
  color: white;
}
.extrordinary-section p{
  color: white;
  font-size: 14px;
  line-height: 24px;
}
.w-100{
  width: 100% !important;
}
.first-letter-bold span::first-letter{
  font-weight: 900;
}
.clearfix{
  clear: both !important;
  display: block;
  width: 100% !important;
}
.solutions-benefit-wrapper.four-benefits-for-mobile .four-benefits-carousel .item img{
  max-height: fit-content !important;
}
.solutions-benefit-wrapper.four-benefits-for-mobile h3 {
  font-size: 28px;
}
body.large-desktop .owl-carousel-banner .owl-item img.desktop-img{
  width: 100%;
}
/* Info: styless on top */
/* // Extra small devices (portrait phones, less than 576px) */
/* // No media query since this is the default in Bootstrap */
/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
}
/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .extrordinary-section p{
    font-size: 16px;
    line-height: 30px;
  }
}
/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .item-description.it-suits h1 {
    line-height: 70px;
    letter-spacing: -2px;
  }
  .item-description.it-suits h2, .item-description.lenovo-goats h2 {
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -1px;
  }
  .item-description.lenovo-goats h1 {
    line-height: 65px;
    letter-spacing: -2px;
  }
  .faster-smater h1 {
    line-height: 60px;
    letter-spacing: -2px;
  }
  .faster-smater h2 {
    color: white;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -2px;
  }
  .w-lg-75 {
    width: 75%;
  }
  .mx-lg-auto {
    margin: 0 auto !important;
  }
  .lh-lg-30 {
    line-height: 30px;
  }
  .item-description h1 {
    font-size: 60px;
    line-height: 65px;
  }
  .desc-item p {
    font-size: 16px;
  }
  .desc-item h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .it-suits h2 {
    width: 40%;
  }
  .decoding-section-header h1 {
    font-size: 32px;
  }
  .decoding-section-header p {
    line-height: 30px;
  }
  .testimonial-content .quotes {
    padding: 0 10%;
  }
  .testimonial-content .quotes::before {
    top: -30px;
    font-size: 70px;
  }
  .testimonial-content .quotes::after {
    bottom: -30px;
    font-size: 70px;
  }
  .covid-details p {
    font-size: 14px;
    line-height: 20px;
  }
  .covid-inner-wrapper {
    background-image: url("https://static.lenovo.com/ww/img/dc/campaigns/genomics/lenovo-data-center-genomics-covid.jpg");
    background-size: cover;
    background-position: center;
  }
  .covid-outer-wrapper p {
    font-size: 20px;
    padding-bottom: 40px;
  }
  .high-speed-content h2 {
    font-size: 39px;
  }
  .section-main.solutions-section p, .section-main.section-scale p{
    width: 80%;
    font-size: 16px;
  }
  .section-main.section-scale .item p{
    width: 100%;
  }
  .solutions-wrapper .specification p{
    font-size: 14px;
  }
  .specification img {
    width: 60px;
  }
  .btn-cta {
    font-size: 24px;
  }
  .covid-button a {
    border: 5px solid #6CC06B;
  }
  .faster-smater h1.gradthis {
    background-image: linear-gradient(to right, #00fe8a 0%, #02fe88 35%, #3dfd6a 50%, #64fb53 65%, #a6f930 78%, #daf714 90%, #f0f708 99%);
  }
  .gradthis {
    background-image: linear-gradient(to right, #00fe8a 0%, #02fe88 35%, #3dfd6a 50%, #64fb53 65%, #a6f930 78%, #daf714 90%, #f0f708 99%);
    opacity: 1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .span-text {
    padding-bottom: 32px;
  }
  .covid-content h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .section-main.solutions-section{
    padding: 40px 40px;
  }
}
/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .extrordinary-section{
    background: none !important;
  }
  .extrordinary-section .text-on-image{
    position: absolute !important;
  }
}
@media (min-width: 1440px) {
}
/* Ipad prot */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .item-description {
    right: 5%;
  }
  .lenovo-goats-inner h3::before {
    background-color: #C2CD14;
    height: 82px;
  }
  .it-suits h2 {
    width: 100%;
  }
  .item-description.faster-smater h1{
    line-height: 60px !important;
  }
  .item-description.faster-smater h2{
    margin-bottom: 0px !important;
  }
  .item-description.faster-smater .faster-smater-inner p{
    width: 100% !important;
  }
}
/* Ipad ladscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .faster-smater h1, .it-suits h1, .lenovo-goats h1, .covid-item h1 {
    font-size: 30px;
  }
  .item-description h2 {
    font-size: 20px;
  }
  .faster-smater-inner p {
    width: 50%;
  }
  .desc-item h3 {
    font-size: 20px;
  }
  .it-suits-desc p, .lenovo-goats-inner p {
    width: 80%;
  }
  .lenovo-goats-inner h3::before {
    background-color: #C2CD14;
    height: 100px;
  }
  .lenovo-goats h1 {
    width: 100% !important;
  }
  .covid-item h1 {
    width: 100% !important;
  }
  .it-suits h2 {
    width: 100%;
  }
  .decoding-section-header, .decoding-section-description {
    padding: 0 30px;
  }
  .item-description.faster-smater h1{
    line-height: 30px !important;
  }
  .item-description.faster-smater h2{
    margin-bottom: 0px !important;
  }
  .item-description.faster-smater .faster-smater-inner p{
    width: 100% !important;
    line-height: 20px !important;
    padding-bottom: 4px !important;
  }
  .item-description.faster-smater .faster-smater-inner{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 8px !important;
  }
}
/* Iphone port */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
  .it-suits h3::before {
    height: 92px !important;
  }
  .lenovo-goats-inner h3::before {
    background-color: #C2CD14;
    height: 70px;
  }
}
/* Iphone land */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  .it-suits h3::before {
    background-color: #97abac;
    height: 65px;
  }
  .lenovo-goats-inner h3::before {
    background-color: #C2CD14;
    height: 66px !important;
  }
  .it-suits h2 {
    width: 100%;
  }
}
#confirmform{
  display: none;
}
/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .item-description.faster-smater h1,
  .desc-item.faster-smater-inner h3,
  .item-description.it-suits h1,
  .desc-item.it-suits-desc p,
  .item-description.lenovo-goats h1,
  .item-description.covid-item h1,
  .covid-content h2{
    background: none !important;
  }
  .item-description.faster-smater h1, 
  .desc-item.faster-smater-inner h3{
    color: #63C3C8;
  }
  .item-description.it-suits h1,
  .item-description.lenovo-goats h1,
  .desc-item.it-suits-desc p{
    color: #6EB232;
  }
  .item-description.covid-item h1,
  .covid-content h2{
    color: #0AFA9E;
  }
  .solutions-wrapper{
    display: block;
  }
  .extrordinary-section .text-container .mx-auto{
    margin: 0 !important;
  }
}
/* your css rules for ipad portrait */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .owl-carousel-banner .item{
    max-height: 500px;
    overflow: hidden;
  }
  .item-description.faster-smater h1{
    line-height: 60px !important;
  }
  .item-description.faster-smater h2{
    margin-bottom: 0px !important;
  }
  .item-description.faster-smater .faster-smater-inner p{
    width: 100% !important;
  }
}

/* your css rules for ipad landscape */
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
  .item-description.faster-smater h1{
    line-height: 30px !important;
  }
  .item-description.faster-smater h2{
    margin-bottom: 0px !important;
    line-height: 50px;
  }
  .item-description.faster-smater .faster-smater-inner p{
    width: 100% !important;
    line-height: 20px !important;
    padding-bottom: 4px !important;
  }
  .item-description.faster-smater .faster-smater-inner{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 8px !important;
  }
  .solutions-wrapper .specification p{
    font-size: 12px !important;
  }
}