*, :after, :before {
  box-sizing: border-box;
}

@font-face {
  font-family: HPEGraphik;
  src: url(https://www.hpe.com/content/dam/hpe/fonts/graphik/HPEGraphik-Thin-Web.woff2)format("woff2"),url(../fonts/graphik/HPEGraphik-Thin-Web.woff2)format("woff2");
  font-weight: 100;
  font-style: normal;
  font-stretch: 100%;
  font-display: swap
}

@font-face {
  font-family: HPEGraphik;
  src: url(https://www.hpe.com/content/dam/hpe/fonts/graphik/HPEGraphik-Light-Web.woff2)format("woff2"),url(../fonts/graphik/HPEGraphik-Light-Web.woff2)format("woff2");
  font-weight: 300;
  font-style: normal;
  font-stretch: 100%;
  font-display: swap
}

@font-face {
  font-family: HPEGraphik;
  src: url(https://www.hpe.com/content/dam/hpe/fonts/graphik/HPEGraphik-Regular-Web.woff2)format("woff2"),url(../fonts/graphik/HPEGraphik-Regular-Web.woff2)format("woff2");
  font-weight: 400;
  font-style: normal;
  font-stretch: 100%;
  font-display: swap
}

@font-face {
  font-family: HPEGraphik;
  src: url(https://www.hpe.com/content/dam/hpe/fonts/graphik/HPEGraphik-Medium-Web.woff2)format("woff2"),url(../fonts/graphik/HPEGraphik-Medium-Web.woff2)format("woff2");
  font-weight: 500;
  font-style: normal;
  font-stretch: 100%;
  font-display: swap
}

@font-face {
  font-family: HPEGraphik;
  src: url(https://www.hpe.com/content/dam/hpe/fonts/graphik/HPEGraphik-Semibold-Web.woff2)format("woff2"),url(../fonts/graphik/HPEGraphik-Semibold-Web.woff2)format("woff2");
  font-weight: 600;
  font-style: normal;
  font-stretch: 100%;
  font-display: swap
}

@font-face {
  font-family: HPEGraphik;
  src: url(https://www.hpe.com/content/dam/hpe/fonts/graphik/HPEGraphik-Bold-Web.woff2)format("woff2"),url(../fonts/graphik/HPEGraphik-Bold-Web.woff2)format("woff2");
  font-weight: 700;
  font-style: normal;
  font-stretch: 100%;
  font-display: swap
}

@font-face {
  font-family: HPEGraphik;
  src: url(https://www.hpe.com/content/dam/hpe/fonts/graphik/HPEGraphik-Black-Web.woff2)format("woff2"),url(../fonts/graphik/HPEGraphik-Black-Web.woff2)format("woff2");
  font-weight: 900;
  font-style: normal;
  font-stretch: 100%;
  font-display: swap
}

@font-face {
  font-family: HPEGraphik;
  src: url(https://www.hpe.com/content/dam/hpe/fonts/graphik/HPEGraphikXXCondensed-Light-Web.woff2)format("woff2"),url(../fonts/graphik/HPEGraphikXXCondensed-Light-Web.woff2)format("woff2");
  font-weight: 300;
  font-style: normal;
  font-stretch: 75%;
  font-display: swap
}

@font-face {
  font-family: HPEGraphik;
  src: url(https://www.hpe.com/content/dam/hpe/fonts/graphik/HPEGraphikXXCondensed-Bold-Web.woff2)format("woff2"),url(../fonts/graphik/HPEGraphikXXCondensed-Bold-Web.woff2)format("woff2");
  font-weight: 700;
  font-style: normal;
  font-stretch: 75%;
  font-display: swap
}

html {
  margin-top: 0 !important;
  font-size: 10px;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

b {
  font-weight: 700;
}

h1 {
  font-family: HPEGraphik !important;
  font-size: 68px;
  font-weight: 500;
  line-height: 74px;
}

h2 {
  font-family: HPEGraphik !important;
  font-size: 52px;
  font-weight: 500;
  line-height: 58px;
}

h3 {
  font-family: HPEGraphik !important;
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
}

h4 {
  font-family: HPEGraphik !important;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
}

.typo-btn {
  font-family: HPEGraphik, Arial !important;
  font-size: 24px;
  line-height: 28px;
}

ul {
  padding: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;

  line-height: 30px;

  li {
    font-family: HPEGraphik, Arial !important;
    color: #67686e;
    font-size: 20px;
    line-height: 30px;  
  }
}

ul li {
  list-style-type: none;
}

@media (max-width: 1279px) {
  h1 {
    font-size: 56px;
    line-height: 62px;
  }

  h2 {
    font-size: 40px;
    line-height: 46px;
  }

  h3 {
    font-size: 32px;
    line-height: 38px;
  }

  h4 {
    font-size: 24px;
    line-height: 30px;
  }

  .typo-btn {
    font-size: 20px;
    line-height: 28px;
  }

  ul {
    font-size: 18px;
    line-height: 26px;

    li {
      font-size: 18px;
      line-height: 26px;
    }
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 46px;
  }

  h2 {
    font-size: 32px;
    line-height: 38px;
  }

  h3 {
    font-size: 26px;
    line-height: 32px;
  }

  h4 {
    font-size: 20px;
    line-height: 26px;
  }

  .typo-btn {
    font-size: 18px;
    line-height: 24px;
  }

  ul {
    li {
      font-size: 16px;
      line-height: 24px;
    }
  }
}

.main-section {
  --card-gap: 90px;
  gap: var(--card-gap);

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  max-width: 1800px;
  padding: var(--card-gap) 200px;
  margin: 0 auto;
}

.page-container  {
  background-color: #ffffff;
}

.text-center {
  text-align: center;
}

.marquee-banner {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  overflow: hidden;

  .marquee-img {
    flex: 1;
    width: 100%;
    min-height: 157px;
    align-self: center;
    background-image: url('https://www.hpe.com/global/hpechat/common/WW_generic-images/banner/Banner_Transparent_xl_v2.webp');
    background-size: cover;
    background-position: top;

    @media (max-width: 1279px) {
      background-image: url('https://www.hpe.com/global/hpechat/common/WW_generic-images/banner/Banner_Transparent_md_v2.webp');
    }

    @media (max-width: 767px) {
      background-image: url('https://www.hpe.com/global/hpechat/common/WW_generic-images/banner/Banner_Transparent_sm_v2.webp');
    }
  }

  .marquee-text {
    font-family: HPEGraphik;
    background-color: #292D3A;
    background-image: linear-gradient(
      135deg,
      #01A99100 0%,
      #01A99100 70%,
      #c2c2c2b2 100%
    );
    padding: 2rem;
    font-weight: 800;
    align-content: center;
    color: white;
  }
}

.alert-banner-text {
  --banner-gap: 200px;
  margin: 0 var(--banner-gap);
}

@media (max-width: 1279px) {
  .alert-banner-text {
    --banner-gap: 50px;
  }
}

.card-row {
  display: flex;
  gap: var(--card-gap);
  height: 250px;
  width: 100%;
}

.card {
  background-color: #F7F7F7;

  overflow: hidden;
  height: 100%;

  border-radius: 30px;

}

.card-image {
  width: 100%;
  max-width: fit-content;

  position: relative;
}

.card-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  display: block;
}

.card-text {
  padding: 30px 50px;
  
  display: flex;

  width: 100%;
  min-height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  .card-heading {
    margin: 0;
    margin-bottom: 15px;
  }

  .card-list {
    margin: auto 0
  }
}

@media (max-width: 1279px) {
  .main-section {
    --card-gap: 50px;
    padding: var(--card-gap);
  }

  .card-row {
    height: 285px;
  }

  .card-text {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .main-section {
    --card-gap: 30px;
  }

  .card-row {
    flex-direction: column-reverse;
    align-items: center;
    height: auto !important;
  }

  .card-row-reverse {
    flex-direction: column;
  }

  .card {
    width: 100%;
    min-height: 200px;
  }

  .card-text {
    padding: 30px 10px;
  }

  .card-image {
    height: 300px;
  }
}

.chat-btn {
  gap: 10px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: var(--btn-v4-border-width) solid transparent;
  background: #292D3A;
  transition: background-color .3s ease-in-out, border-color .3s ease-in-out;

  min-height: 60px;
  min-width: 0;

  padding: 15px 50px;
  margin: auto;

  height: auto;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

@media (max-width: 767px) {
  .chat-btn {
    padding: 10px 30px;
    min-height: 50px;
  }
}

.chat-btn:hover {
  background: #535C66;
  color: #FFF;
}

.chat-btn[disabled] {
  background: #D4D8D8;
  color: #A0A2A8;  
  pointer-events: none;
  text-decoration: none;
  cursor: default;
}

.hpe-arrow-link, .hpe-arrow-link:visited {
  --cta-lm-color: #068667;
  overflow-wrap: break-word;
  word-break: break-word;
  color: var(--cta-lm-color);
  font-family: HPEGraphik, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.20001em;
  transition: color .15s ease-in-out;
}
