:root {
  --black: black;
  --white: white;
  --accessible-components--dark-grey: #9b9b9b;
  --accessible-components--dodger-blue: #1378d1;
  --acer-green: #80c343;
}

.w-embed-youtubevideo {
  background-image: url('https://images.acer.com/is/content/acer/youtube-placeholder.2b05e7d68d');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #222;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  letter-spacing: -3px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 110%;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-weight: 400;
}

a {
  color: #222;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

.level-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 6rem 4rem 4rem;
  display: flex;
  position: static;
}

.level-container.level-top {
  z-index: 0;
  clear: none;
  background-color: var(--black);
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  padding: 4rem 0 0;
  position: relative;
  top: 0;
}

.level-container.level-margin-2 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 4rem;
}

.level-container.level-margin-0 {
  padding-top: 0;
}

.level-page-content {
  z-index: 999;
  position: relative;
  overflow: hidden;
}

.level-section {
  z-index: 999;
  background-color: #f2f2f2;
  position: relative;
}

.level-section.level-gray-background {
  background-image: linear-gradient(#f8f8f8, #f8f8f8);
  position: relative;
}

.level-section.level-black-background {
  background-color: #181818;
  background-image: none;
}

.level-section.level-video {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  overflow: hidden;
}

.level-hero-heading-1 {
  color: #222;
  letter-spacing: -2px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 110%;
}

.level-hero-heading-1.level-center {
  text-align: center;
  letter-spacing: -2px;
  background-image: linear-gradient(160deg, #5d5d5d, #242424);
  margin-bottom: 1rem;
  padding-bottom: 12px;
  font-size: 4rem;
  font-weight: 500;
  line-height: 110%;
}

.level-hero-heading-1.level-center.white-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(0deg, #434343, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 3rem;
}

.level-hero-heading-1.level-text-white {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.level-large-text {
  text-align: left;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 140%;
}

.level-large-text.level-center {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.75rem;
}

.level-large-text.level-center.white-text {
  color: var(--white);
}

.level-large-text.level-white-text {
  color: #fff;
  align-self: flex-start;
  margin-bottom: 0;
  text-decoration: none;
}

.level-large-text.level-gray-text {
  color: #2229;
  align-self: flex-start;
  margin-bottom: 0;
}

.level-large-text.level-top-3 {
  text-align: center;
}

.level-text-wrapper {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: auto;
  display: grid;
  position: relative;
}

.level-text-wrapper.level-right {
  z-index: auto;
  text-align: right;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: 180px;
  display: flex;
  position: static;
}

.level-text-wrapper.level-nogap {
  grid-template-rows: auto;
}

.level-text-wrapper.level-top-3 {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: auto;
  display: flex;
}

.level-white-bento-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.level-hero-section {
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.level-hero-section.this-is-placeholder {
  z-index: 1029;
  background-image: none;
  position: sticky;
}

.level-bento-box {
  z-index: auto;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.level-bento-box.level-w-background {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-image: none;
  border-bottom-style: none;
  border-right-style: none;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.level-bento-box.level-w-background-line {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-image: none;
  border-bottom-style: none;
  border-left: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.level-bento-box.last {
  border-right-style: none;
}

.level-bento-box.last.buttom, .level-bento-box.buttom {
  border-bottom-style: none;
}

.level-medium-text {
  text-align: left;
  margin-bottom: 0;
  line-height: 140%;
}

.level-medium-text.level-white-text {
  color: #fff;
  margin-bottom: 1rem;
}

.level-medium-text.level-magrin-0 {
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.level-medium-text.level-magrin-0.level-50-white-text {
  color: #ffffff80;
  font-size: 1rem;
  font-weight: 500;
}

.level-medium-text.level-gray-text {
  color: #8b8b8b;
}

.level-performance-desktop {
  background-color: #fff0;
  min-height: auto;
  margin-top: 2rem;
}

.level-lifestyle-image {
  width: 100%;
}

.level-lifestyle-image._3 {
  background-image: linear-gradient(#0000004d, #0000004d), url('https://images.acer.com/is/image/acer/swift-edge-14-ai-sustainability-hero-image?$responsive$');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100vh;
  display: flex;
  transform: scale(.89);
}

.level-normal-text {
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 135%;
}

.level-normal-text.text-white60--text {
  color: #fff9;
}

.level-xlarge-text {
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 140%;
}

.level-xlarge-text.level-white-text {
  color: #fff;
  position: static;
}

.level-xlarge-text.level-white-text.level-hero-animation-text-center {
  text-align: center;
}

.level-spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.level-arrow-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  border-radius: 200px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 50px;
  padding: 6px;
  display: flex;
}

.level-swiper-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: flex-start;
  display: flex;
}

.level-swiper-button-next {
  color: #000;
  cursor: pointer;
  border: 1px #000;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: opacity .2s;
  display: flex;
}

.level-feature-card {
  border-radius: 0;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.level-swiper-button-prev {
  color: #000;
  cursor: pointer;
  border: 1px #000;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: opacity .2s;
  display: flex;
}

.level-swiper-slide {
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  min-width: 33%;
  padding-right: 0;
  transition: opacity .1s linear;
}

.level-swiper-slide.gallery {
  cursor: pointer;
  min-width: 25%;
}

.level-icon-embed-xsmall {
  z-index: 999;
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
}

.level-slider-img {
  box-sizing: border-box;
  vertical-align: baseline;
  object-fit: cover;
  border-radius: 0;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.level-slider-img:hover {
  opacity: 1;
}

.level-container-medium {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.level-feature-card-text-wrapper {
  min-height: auto;
  padding: 2rem 0;
  position: relative;
  inset: 0% 0% auto;
}

.level-arrow {
  background-image: linear-gradient(#2b2b2b, #2b2b2b);
  border-radius: 5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  max-width: none;
  height: 3rem;
  margin: 0 1rem 0 0;
  display: flex;
  overflow: visible;
}

.level-arrow.level-lightbox {
  z-index: 98;
  z-index: 100;
  background-image: linear-gradient(96deg, #fde2d3, #d5e6fc);
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  inset: 45% 0% 0% 45%;
  box-shadow: 2px 2px 5px #818c994d;
}

.level-arrow.level-lightbox.level-large-lightbox {
  background-image: linear-gradient(#2d2d2dcc, #2d2d2dcc);
  margin-right: 0;
  inset: auto;
  box-shadow: 0 0 20px 6px #aeaeae;
}

.level-lightbox-link {
  border-radius: 0;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.level-feature-card-title {
  justify-content: space-between;
  height: auto;
  min-height: auto;
  display: flex;
}

.level-sticky-dots-nav {
  z-index: 1028;
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  min-width: 25px;
  height: 350px;
  min-height: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: fixed;
  inset: 0% 1% 0% auto;
}

.level-dots {
  opacity: 1;
  background-color: #e2e2e2;
  border-radius: 100px;
  width: 8px;
  height: 8px;
}

.level-sticky-dots-item {
  cursor: pointer;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  min-width: 20px;
  height: 22.8px;
  margin-left: 0;
  margin-right: 8px;
  display: flex;
  position: relative;
}

.level-sticky-dots-item.w--current {
  cursor: pointer;
  width: auto;
  min-width: 20px;
  height: 22.8px;
}

.level-dots-nav-text {
  opacity: 0;
  background-color: #fff;
  border-radius: 100px;
  width: auto;
  margin-bottom: 0;
  margin-right: 1rem;
  padding: 5px 12px;
  font-size: .8rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: none;
}

.level-disclaimer {
  vertical-align: super;
  flex: 1;
  align-self: stretch;
  max-width: 1143px;
  margin-left: 0;
  margin-right: 0;
  font-size: 2.5rem;
}

.level-disclaimer-text {
  color: #474747;
  padding-left: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 140%;
  list-style-type: disc;
}

.level-list-item {
  margin-bottom: .3rem;
  margin-left: 14px;
  position: relative;
}

.level-body {
  background-color: #f2f2f2;
}

.level-tabs {
  background-color: #ddd0;
  border-top: 2px solid #fff0;
  border-bottom: 1px #fff9;
  margin-right: 4rem;
  padding-top: 14px;
  padding-left: 0;
  padding-right: 0;
  transition: opacity .2s;
}

.level-tabs.w--current {
  background-color: #fff0;
  border-top: 2px solid #fff;
  border-bottom: 3px #fff;
  margin-right: 4rem;
  padding-left: 0;
  padding-right: 0;
}

.level-tabs-content {
  margin-top: 4rem;
}

.level-performance-mobile {
  display: none;
}

.level-divider {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
}

.level-text-wrapper-adjust-animation {
  max-width: 40rem;
}

.level-text-wrapper-adjust-animation.level-padding-bottom {
  flex-flow: column;
  justify-content: flex-end;
  margin-bottom: 1rem;
  display: flex;
}

.level-text-link {
  color: #000;
  text-decoration: underline;
}

.shop-now-is-sticky {
  z-index: 1000;
  background-color: var(--white);
  border-top: 1px #222;
  justify-content: space-between;
  align-items: center;
  padding: 9px 4rem;
  display: flex;
  position: sticky;
  inset: 0 0% auto;
}

.btn-secondary {
  color: #000;
  background-color: #fff0;
  border: 2px solid #80c444;
  margin-top: 0;
  padding: 14px 24px;
  position: relative;
}

.btn-secondary:hover {
  background-color: #80c444;
  border: 2px solid #80c444;
  border-radius: 1px;
}

.level-lightbox-full-background {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-bottom: 0;
  display: flex;
}

.level-design {
  opacity: 1;
  height: auto;
  margin: 0;
  position: static;
  top: 0;
  bottom: auto;
  right: auto;
}

.level-design.intel-logo {
  width: 170px;
  max-width: none;
  height: auto;
}

.level-design.win-logo {
  width: 220px;
}

.level-design.copilot-pc {
  width: auto;
}

.level-image-90 {
  width: 90%;
  margin-top: 0;
}

.level-heading-3 {
  color: var(--white);
  letter-spacing: -2px;
  flex: 0 auto;
  margin-top: 10px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 140%;
}

.level-image-wrapper {
  mix-blend-mode: normal;
  position: static;
  inset: 0%;
}

.level-image-performance {
  mix-blend-mode: normal;
  width: 100%;
}

.level-accordion-list-items {
  cursor: pointer;
  border-bottom: .5px solid #cbcbcb;
  width: 100%;
  padding-top: 0;
  padding-bottom: 1.5rem;
}

.level-padding-bottom {
  padding: 0 0 1rem;
}

.level-content-wrap {
  width: 100%;
  overflow: hidden;
}

.level-accordion-list-wrapper {
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 2rem 0;
  display: flex;
}

.level-svg-embed {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.level-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.level-ai-image-medium {
  border-radius: 16px;
  flex: 0 auto;
  width: 100%;
  max-width: none;
  height: auto;
}

.level-hero-animation-text-center {
  z-index: 99;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: block;
}

.level-disclaimer-links {
  text-decoration: underline;
}

.we-got-you-hero-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: -3rem;
  display: flex;
  position: static;
  inset: 0% auto;
  overflow: hidden;
}

.we-got-you-hero-section-image {
  aspect-ratio: 16 / 10;
  flex: 0 auto;
  align-self: auto;
  width: 80%;
  min-width: auto;
  max-width: none;
  height: auto;
  margin-top: 32px;
  margin-bottom: 32px;
  display: block;
}

.award-badges {
  z-index: 10;
  width: 130px;
  position: absolute;
  bottom: 3rem;
}

.award-badges.hide {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 4rem;
  display: flex;
  position: static;
}

.award-logo {
  width: 100px;
}

.award-logo.ces {
  width: auto;
  height: 100px;
}

.level-line-bento-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  min-width: auto;
  max-width: 1150px;
  margin-top: 4rem;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.level-big-numbers-text {
  text-align: left;
  letter-spacing: -2px;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  object-fit: fill;
  flex: 0 auto;
  font-size: 3rem;
  line-height: 1.1;
  display: block;
  overflow: visible;
}

.level-text-center-wrapper {
  z-index: 2;
  text-align: center;
  min-width: auto;
  max-width: 800px;
  position: relative;
}

.level-hero-sub-text-wrapper {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid #d9d9d91a;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  min-width: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
  position: relative;
}

.level-hero-sub-text-wrapper.level-light {
  border-top-color: #cbcbcb;
}

.level-hero-sub-text-wrapper.level-light.level-notopline {
  border-top-style: none;
}

.level-3-columns-grid {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  display: grid;
  position: sticky;
  top: 0;
}

.tabs-menu-3 {
  border-top: 1px solid #d9d9d91a;
  display: block;
}

.level-slider-img-mask {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  height: 240px;
  display: flex;
  overflow: hidden;
}

.level-slider-arrow-text-wrapper {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.level-acer-ai-wrapper {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid #cbcbcb;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 100%;
  min-width: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
  position: relative;
}

.level-gallery-card {
  border-radius: 0;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.level-product-img {
  box-sizing: border-box;
  vertical-align: baseline;
  object-fit: cover;
  border-radius: 0;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 812px;
  min-height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.level-product-img:hover {
  opacity: 1;
}

.level_popup_modal_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  height: 1px;
  display: block;
}

.level_modal-1_popup {
  z-index: 9999;
  background-color: #000000b3;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.level_modal-1_close {
  cursor: pointer;
  background-color: #fff;
  border: 3px #000;
  border-radius: 200px;
  padding: 1rem;
  position: absolute;
  inset: 2% 1% auto auto;
  box-shadow: 0 2px 5px #0003;
}

.level_modal-1_close:focus-visible, .level_modal-1_close[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.level_modal-1_close-icon {
  width: 1rem;
  height: 1.1rem;
}

.level_modal-1_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center start;
  padding: 2rem;
  display: grid;
}

.level_modal_wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: 1rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: .75fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  max-width: 45rem;
  max-height: 60rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.level_modal_cover {
  position: absolute;
  inset: 0%;
}

.fs_modal-1_button {
  background-color: var(--accessible-components--dodger-blue);
  color: #fff;
  cursor: pointer;
  padding: .5rem 1rem;
}

.fs_modal-1_button:focus-visible, .fs_modal-1_button[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.level_modal-2_popup, .level_modal-3_popup, .level_modal-4_popup, .level_modal-5_popup {
  z-index: 9999;
  background-color: #000000b3;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.level-sticky-dots-nav-background {
  z-index: -1;
  background-color: #ffffff4d;
  border-radius: 100px;
  width: 25px;
  height: 350px;
  position: fixed;
}

.level-sticky-section {
  background-color: #181818;
  height: 800vh;
  position: relative;
  overflow: hidden;
}

.level-sticky-01 {
  z-index: 1;
  background-color: #181818;
  background-image: url('https://images.acer.com/is/image/acer/swift-edge-14-ai-design-background?$responsive$');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.level-sticky-02 {
  z-index: 2;
  opacity: 1;
  background-color: #181818;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.level-sticky-title-wrapper {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: auto;
  display: flex;
  position: absolute;
  inset: 10% 0% 0%;
}

.level-sticky-bodycopy-items {
  opacity: 0;
  max-width: 60rem;
}

.level-sticky-mask-flow {
  z-index: 2;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(0deg, #181818, #18181800 74%, #18181800);
  background-clip: border-box;
  position: absolute;
  inset: 0% 0% -5%;
}

.level-sticky-title-items {
  opacity: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.level-sticky-image-wrapper-1 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
  top: 5%;
}

.level-sticky-point-text-wrapper {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 50px auto auto;
}

.level-sticky-line {
  background-color: #fff9;
  width: 1px;
  height: 110%;
  margin-left: 0;
  margin-right: auto;
}

.level-sticky-image-wrapper-2 {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 0%;
}

.level-sticky-mask-linear {
  z-index: 1;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-image: linear-gradient(0deg, #181818, #18181800 80%);
  background-clip: border-box;
  position: absolute;
  inset: 0%;
  transform: translate(0);
}

.level-sticky-mask-linear._3 {
  background-image: linear-gradient(74deg, #181818, #18181800);
  align-self: stretch;
  height: auto;
  transform: none;
}

.level-sticky-mask-linear._5 {
  opacity: 100;
  background-image: linear-gradient(0deg, #181818, #18181800);
}

.level-sticky-point-text-wrapper-2 {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0;
}

.level-image-design-2 {
  width: auto;
  max-width: none;
  height: 850px;
}

.level-image-design-2._05 {
  max-width: 100%;
  height: auto;
  margin-top: 0;
}

.level-image-design {
  z-index: 1;
  opacity: 0;
  width: auto;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  bottom: -200px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.level-sticky-03 {
  z-index: 3;
  opacity: 1;
  background-color: #181818;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.level-sticky-04 {
  z-index: 4;
  opacity: 1;
  background-color: #181818;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.level-sticky-05 {
  z-index: 5;
  opacity: 1;
  background-color: #181818;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.level_modal-6_popup, .level_modal-7_popup, .level_modal-8_popup, .level_modal-9_popup, .level_modal-10_popup {
  z-index: 9999;
  background-color: #000000b3;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.level-slider-img-display {
  box-sizing: border-box;
  vertical-align: baseline;
  object-fit: cover;
  border-radius: 0;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.level-slider-img-display:hover {
  opacity: 1;
}

.swiper-slide-no-open {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  min-width: auto;
  padding-right: 0;
  transition: opacity .1s linear;
}

.swiper-wrapper-no-open {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.level-sticky-08 {
  z-index: 8;
  opacity: 0;
  background-color: #181818;
  background-image: url('https://images.acer.com/is/image/acer/swift-edge-14-ai-connectivity-background?$responsive$');
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.level-sticky-section-2 {
  background-color: #181818;
  height: 350vh;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.level-sticky-09 {
  z-index: 9;
  opacity: 1;
  background-color: #181818;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.level-sticky-10 {
  z-index: 10;
  opacity: 0;
  background-color: #181818;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.level-sticky-point-text-left-wrapper {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 5px 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  max-width: 20rem;
  margin-left: 0;
  margin-right: 0;
  display: grid;
  position: absolute;
  inset: 330px auto auto 150px;
}

.level-text-left-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.level-sticky-line-60px {
  background-color: #fff9;
  width: 100%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.level-sticky-line-60px.vertical-1 {
  width: 1px;
  height: 80px;
}

.level-sticky-line-60px.vertical-2 {
  width: 1px;
  height: 60px;
  margin-left: 0;
}

.level-sticky-line-60px.horizontal-1 {
  width: 100%;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
}

.level-sticky-point-text-right-wrapper {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 5px 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  max-width: 20rem;
  margin-left: 0;
  margin-right: 0;
  display: grid;
  position: absolute;
  inset: 450px 150px auto auto;
}

.level-sticky-point-text-center-wrapper {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 5px 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: absolute;
  inset: 100px auto auto 150px;
}

.level-sticky-title-center-wrapper {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.level-display-image-wrapper {
  mix-blend-mode: normal;
  border-bottom: 1px solid #cbcbcb;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.level-image-100 {
  width: 100%;
}

.level-text-info-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: row;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: static;
}

.level-info-icon {
  cursor: pointer;
  position: absolute;
}

.level-info-content {
  z-index: auto;
  background-color: var(--white);
  text-align: left;
  border-radius: 6px;
  width: 220px;
  padding: 10px 10px 0;
  display: none;
  position: absolute;
  inset: auto 0 5px auto;
  box-shadow: 0 2px 5px #0003;
}

.level-small-text {
  text-overflow: clip;
  overflow-wrap: normal;
  flex: 0 auto;
  font-size: .75rem;
  line-height: 120%;
}

.level-text-info-items {
  z-index: 2000;
  display: flex;
  position: relative;
}

.level-bento-box-logo-wrapper {
  justify-content: space-between;
  align-items: center;
  height: 70px;
  display: flex;
}

.level-image-design-3 {
  flex: 1;
  width: 100%;
  max-width: 100%;
}

.level-sticky-point-text-wrapper-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 60px;
  grid-auto-columns: 1fr;
  margin-top: 450px;
  margin-right: 400px;
  display: grid;
  inset: auto;
}

.level-sticky-point-text-wrapper-2.top-4-1 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 60px;
  grid-auto-columns: 1fr;
  margin-top: auto;
  margin-bottom: 116px;
  margin-right: 500px;
  display: grid;
  inset: auto;
}

.level-sticky-point-text-wrapper-2._3 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 60px;
  grid-auto-columns: 1fr;
  margin-top: -66px;
  margin-right: 529px;
  display: grid;
  top: auto;
  left: auto;
}

.level-sticky-point-text-wrapper-2._4-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr;
  margin-top: 395px;
  margin-right: -664px;
  bottom: auto;
  left: auto;
  right: auto;
}

.level-sticky-point-text-wrapper-2._5-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 60px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: auto;
  margin-right: auto;
  display: grid;
  position: absolute;
  bottom: auto;
  left: auto;
  right: 8%;
}

.level-sticky-point-text-wrapper-2.top-5-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 60px 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  margin-top: 409px;
  margin-right: auto;
  display: grid;
  inset: auto 8% auto auto;
}

.level-sticky-mask-radial {
  z-index: 1;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-image: radial-gradient(circle, #18181800, #181818 83%);
  background-clip: border-box;
  position: absolute;
  inset: 0%;
}

.level-image-connectivity {
  width: 100%;
  max-width: none;
  margin-top: 30%;
  margin-left: auto;
  margin-right: auto;
}

.level-sticky-space {
  z-index: 5;
  opacity: 1;
  background-color: #181818;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.level-image-connectivity-2 {
  width: 100%;
  max-width: 80%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.level-heading-3-connect {
  color: var(--white);
  letter-spacing: -1px;
  flex: 0 auto;
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 140%;
}

.level-disclaimer-text-number {
  color: #474747;
  padding-left: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 140%;
  list-style-type: decimal;
}

.level-sticky-images-text-item {
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 70px;
  display: flex;
  position: relative;
}

.level-sticky-images-text-item.align-botton {
  align-self: center;
}

.level-sticky-point-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.level-sticky-section-mobile {
  background-color: #181818;
  height: 800vh;
  display: none;
  position: relative;
  overflow: hidden;
}

.level-sticky-image-wrapper-2-m {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 0%;
}

.level-lifestyle-image-m {
  width: 100%;
  display: none;
}

.level-accordion-component {
  grid-row-gap: 0rem;
  cursor: pointer;
  border-bottom: 1px solid #cbcbcb;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 0 0 1.5rem;
  display: flex;
}

.level-accordion-component.last {
  border-bottom-style: none;
}

.accordion_component-header-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.accordion_component-header-2nd-click-trigger {
  z-index: 6;
  position: absolute;
  inset: 0%;
}

.accordion_component-description-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.level-anchor-links {
  position: absolute;
  inset: 5% 0% auto;
}

@media screen and (min-width: 1280px) {
  .level-container {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .level-container.level-top {
    background-color: var(--black);
  }

  .level-container.level-margin-2 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .level-container.level-margin-0 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .level-section.level-video {
    background-image: none;
  }

  .level-hero-heading-1.level-center.white-text {
    font-size: 3rem;
  }

  .level-large-text.level-top-3 {
    text-align: center;
  }

  .level-text-wrapper.level-top-3 {
    width: 100%;
  }

  .level-white-bento-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1280px;
    margin-left: 0;
    margin-right: 0;
  }

  .level-bento-box.level-w-background {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-radius: 0;
  }

  .level-bento-box.level-w-background-line {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-left: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
    border-radius: 0;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .level-performance-desktop {
    width: 100%;
  }

  .level-lifestyle-image {
    height: auto;
    margin-top: 0;
    margin-bottom: auto;
  }

  .level-xlarge-text {
    font-weight: 400;
  }

  .level-container-medium {
    max-width: none;
  }

  .level-disclaimer {
    margin-left: auto;
    margin-right: auto;
  }

  .level-tabs, .level-tabs.w--current {
    padding-top: 9px;
  }

  .shop-now-is-sticky {
    z-index: 1000;
    position: sticky;
    top: 0;
  }

  .level-design.win-logo {
    width: 220px;
  }

  .level-heading-3 {
    text-overflow: clip;
    white-space: nowrap;
    overflow-wrap: normal;
    flex: 0 auto;
  }

  .level-image-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .level-accordion-list-wrapper {
    background-color: #fff0;
    border-radius: 0;
    max-width: 1150px;
  }

  .level-content {
    flex-flow: column;
  }

  .level-ai-image-medium {
    align-self: stretch;
  }

  .we-got-you-hero-section {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    margin-top: -3rem;
    top: 0%;
    bottom: 0;
  }

  .we-got-you-hero-section-image {
    min-width: auto;
    max-width: none;
    margin-bottom: 0;
    bottom: auto;
  }

  .award-badges {
    bottom: 4rem;
  }

  .level-line-bento-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-self: center;
    min-width: auto;
    max-width: 1300px;
    margin-top: 4rem;
    margin-left: 0;
    margin-right: 0;
  }

  .level-hero-sub-text-wrapper.level-light.level-notopline {
    border-top-style: none;
  }

  .level-3-columns-grid {
    max-width: none;
  }

  .level-slider-img-mask {
    height: auto;
  }

  .level-acer-ai-wrapper {
    border-top-color: #cbcbcb;
  }

  .level-sticky-02 {
    display: flex;
  }

  .level-sticky-image-wrapper-1 {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .level-sticky-point-text-wrapper {
    margin-top: -350px;
    margin-bottom: 0;
    inset: auto;
  }

  .level-sticky-image-wrapper-2 {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .level-sticky-mask-linear._5 {
    background-image: linear-gradient(0deg, #18181880, #18181800);
  }

  .level-image-design-2 {
    height: 100vh;
  }

  .level-image-design {
    bottom: -300px;
  }

  .level-sticky-03, .level-sticky-04, .level-sticky-05, .level-sticky-section-2, .level-sticky-09, .level-sticky-10 {
    display: flex;
  }

  .level-sticky-point-text-left-wrapper {
    margin-bottom: 400px;
    margin-right: 600px;
    top: auto;
    left: auto;
  }

  .level-sticky-line-60px {
    order: -1;
    width: 80px;
    height: 1px;
    margin-right: -5px;
    position: relative;
    bottom: -31px;
    left: 0;
    right: auto;
  }

  .level-sticky-line-60px.vertical-1 {
    order: 1;
    margin-right: auto;
    bottom: 0;
    left: auto;
    right: auto;
  }

  .level-sticky-line-60px.vertical-2 {
    margin-right: auto;
    bottom: 0;
  }

  .level-sticky-line-60px.horizontal-1 {
    bottom: 0;
  }

  .level-sticky-point-text-right-wrapper {
    margin-top: 100px;
    margin-left: 500px;
    top: auto;
    right: auto;
  }

  .level-sticky-point-text-center-wrapper {
    margin: -200px 500px auto auto;
    top: auto;
    left: auto;
    right: auto;
  }

  .level-display-image-wrapper {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: auto;
    display: flex;
  }

  .level-bento-box-logo-wrapper {
    height: 100px;
  }

  .level-sticky-point-text-wrapper-2 {
    margin-left: 0;
    margin-right: 800px;
    left: auto;
  }

  .level-sticky-point-text-wrapper-2.top-4-1 {
    grid-template-columns: 300px 60px;
    margin-bottom: 405px;
    margin-right: 853px;
    top: auto;
    left: auto;
  }

  .level-sticky-point-text-wrapper-2._3 {
    grid-template-columns: 300px 60px;
    margin-bottom: 60px;
    margin-left: -880px;
    margin-right: auto;
    top: auto;
    left: auto;
  }

  .level-sticky-point-text-wrapper-2._4-1 {
    margin: 365px auto auto 893px;
    bottom: auto;
    right: auto;
  }

  .level-sticky-point-text-wrapper-2._5-1 {
    justify-content: start;
    margin-bottom: -413px;
    margin-left: auto;
    margin-right: -688px;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .level-sticky-point-text-wrapper-2.top-5-1 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -688px;
    right: auto;
  }

  .level-image-connectivity {
    margin-top: 25%;
  }

  .level-sticky-space {
    display: flex;
  }

  .level-heading-3-connect {
    text-overflow: clip;
    white-space: nowrap;
    overflow-wrap: normal;
    flex: 0 auto;
  }

  .level-sticky-images-text-item {
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .level-sticky-image-wrapper-2-m {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .level-lifestyle-image-m {
    height: auto;
    margin-top: 0;
    margin-bottom: auto;
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .level-container {
    padding: 4rem 2rem;
  }

  .level-container.level-top {
    padding-bottom: 0;
  }

  .level-container.level-margin-2 {
    align-items: stretch;
    padding-top: 2rem;
  }

  .level-hero-heading-1 {
    font-size: 3rem;
  }

  .level-hero-heading-1.level-center.white-text {
    font-size: 2.5rem;
  }

  .level-hero-heading-1.level-text-white {
    font-size: 3rem;
  }

  .level-large-text {
    margin-bottom: 0;
  }

  .level-large-text.level-white-text {
    font-size: 1rem;
  }

  .level-large-text.level-gray-text {
    padding-right: 0;
  }

  .level-text-wrapper.level-right {
    min-height: 150px;
  }

  .level-white-bento-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .level-hero-section {
    display: flex;
  }

  .level-bento-box {
    border-right-style: solid;
  }

  .level-bento-box.level-w-background {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-bottom-style: none;
    justify-content: space-between;
  }

  .level-bento-box.level-w-background.intel-logo {
    border-bottom-style: solid;
  }

  .level-bento-box.level-w-background-line {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-left-style: none;
    border-right-style: solid;
    margin-top: 0;
    margin-bottom: 0;
  }

  .level-bento-box.last {
    border-right-style: solid;
  }

  .level-bento-box.buttom {
    border-bottom-style: solid;
    border-right-style: none;
  }

  .level-bento-box.buttom._5 {
    border-bottom-style: none;
    border-right-style: solid;
  }

  .level-bento-box._2 {
    border-right-style: none;
  }

  .level-performance-desktop {
    align-self: stretch;
  }

  .level-lifestyle-image {
    height: auto;
  }

  .level-lifestyle-image._3 {
    height: 40vh;
  }

  .level-normal-text.text-white60--text {
    font-size: .8rem;
  }

  .level-xlarge-text {
    font-size: 1.5rem;
  }

  .level-swiper-button-next {
    z-index: 20;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .level-feature-card {
    justify-content: flex-start;
    align-items: stretch;
  }

  .level-swiper-slide {
    min-width: 50%;
  }

  .level-icon-embed-xsmall {
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin: auto;
    display: flex;
  }

  .level-slider-img {
    height: auto;
  }

  .level-arrow {
    flex: none;
  }

  .level-arrow.level-lightbox {
    bottom: 5%;
    left: 45%;
  }

  .level-arrow.level-lightbox.level-large-lightbox {
    inset: auto;
  }

  .level-sticky-dots-nav {
    display: none;
  }

  .level-tabs-content {
    margin-top: 2rem;
  }

  .level-performance-mobile {
    display: none;
  }

  .shop-now-is-sticky {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .btn-secondary {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .level-design.copilot-pc {
    width: 220px;
  }

  .level-image-90 {
    margin-top: 0;
  }

  .level-heading-3 {
    font-size: 2rem;
  }

  .level-padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .level-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .level-hero-animation-text-center {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    top: 0%;
  }

  .we-got-you-hero-section-image {
    width: 90%;
    margin-bottom: 32px;
    bottom: auto;
  }

  .award-logo {
    width: 80px;
  }

  .award-logo.ces {
    height: 80px;
  }

  .level-line-bento-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    margin-top: 2rem;
    margin-left: 0;
    margin-right: 0;
  }

  .level-big-numbers-text {
    font-size: 2.5rem;
  }

  .level-3-columns-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    justify-content: stretch;
    align-self: stretch;
    align-items: flex-start;
    max-width: none;
    display: grid;
    position: static;
  }

  .tabs-menu-3 {
    font-size: .7rem;
  }

  .level-slider-img-mask {
    height: auto;
  }

  .level-gallery-card {
    justify-content: flex-start;
    align-items: stretch;
  }

  .level-product-img {
    height: auto;
  }

  .level_modal-1_popup {
    display: none;
  }

  .level_modal_wrapper {
    grid-template-columns: 1fr;
  }

  .level-sticky-section {
    display: none;
  }

  .level-sticky-02 {
    display: flex;
  }

  .level-sticky-bodycopy-items {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .level-sticky-mask-flow {
    display: none;
  }

  .level-sticky-image-wrapper-1 {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .level-sticky-image-wrapper-2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .level-image-design-2 {
    width: 100%;
    max-width: none;
    height: auto;
    margin-bottom: -118px;
  }

  .level-image-design-2._05 {
    width: 100%;
    max-width: none;
    margin-bottom: -226px;
    margin-right: auto;
  }

  .level-image-design {
    width: 90%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    bottom: -10%;
  }

  .level-sticky-03, .level-sticky-04, .level-sticky-05 {
    display: flex;
  }

  .level_modal-7_popup {
    display: none;
  }

  .level-slider-img-display {
    height: auto;
  }

  .swiper-slide-no-open {
    min-width: auto;
  }

  .swiper-wrapper-no-open {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .level-sticky-section-2, .level-sticky-09 {
    display: flex;
  }

  .level-sticky-point-text-left-wrapper {
    margin-top: -500px;
    margin-left: auto;
    margin-right: 350px;
    top: auto;
    left: auto;
  }

  .level-sticky-point-text-right-wrapper {
    margin-top: -233px;
    margin-left: 400px;
    margin-right: auto;
    top: auto;
    bottom: auto;
    right: auto;
  }

  .level-display-image-wrapper {
    justify-content: center;
    align-items: flex-end;
    height: auto;
  }

  .level-text-info-items {
    display: none;
  }

  .level-bento-box-logo-wrapper {
    height: 90px;
  }

  .level-sticky-point-text-wrapper-2.top-4-1 {
    top: 0;
  }

  .level-sticky-point-text-wrapper-2._3 {
    margin: auto;
    top: auto;
    bottom: 15%;
    left: 5%;
  }

  .level-sticky-point-text-wrapper-2._5-1 {
    bottom: -5%;
  }

  .level-sticky-point-text-wrapper-2.top-5-1 {
    top: 0;
  }

  .level-image-connectivity {
    margin-top: 285px;
    margin-bottom: auto;
  }

  .level-sticky-space {
    display: flex;
  }

  .level-heading-3-connect {
    font-size: 1.5rem;
  }

  .level-sticky-images-text-item {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
    overflow: visible;
  }

  .level-sticky-images-text-item.align-botton {
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }

  .level-sticky-point-wrapper {
    max-width: 18rem;
  }

  .level-sticky-section-mobile {
    display: flex;
  }

  .level-sticky-point-text-wrapper-m {
    z-index: 99;
    max-width: 20rem;
    position: relative;
    inset: auto;
  }

  .level-sticky-point-text-wrapper-m._5-2 {
    z-index: 99;
    position: relative;
    inset: auto;
  }

  .level-sticky-text-wrapper-m {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: center;
    place-items: start stretch;
    margin-top: -450px;
    margin-bottom: auto;
    display: grid;
    position: absolute;
    inset: auto;
  }

  .level-sticky-image-wrapper-2-m {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .level-lifestyle-image-m {
    height: auto;
  }

  .accordion_component-header-wrapper {
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .level-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .level-container.level-top {
    min-height: auto;
    padding-top: 2rem;
    padding-bottom: 0;
    position: static;
  }

  .level-container.level-margin-2 {
    padding-top: 2rem;
  }

  .level-section.level-video {
    height: auto;
  }

  .level-hero-heading-1 {
    font-size: 2.5rem;
  }

  .level-hero-heading-1.level-center {
    font-size: 3rem;
  }

  .level-hero-heading-1.level-center.white-text {
    font-size: 2rem;
  }

  .level-hero-heading-1.level-text-white {
    text-align: center;
    letter-spacing: -2px;
    font-size: 3rem;
  }

  .level-hero-heading-1.level-text-white.align-left {
    text-align: left;
    font-size: 2.5rem;
  }

  .level-large-text {
    margin-bottom: 0;
  }

  .level-large-text.level-center {
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  .level-text-wrapper.level-right {
    min-height: auto;
  }

  .level-white-bento-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    align-self: stretch;
  }

  .level-bento-box.level-w-background {
    padding: 2rem;
  }

  .level-bento-box.level-w-background-line {
    justify-content: space-between;
    padding: 2rem;
  }

  .level-bento-box.last {
    border-right-style: none;
    padding: 2rem;
  }

  .level-bento-box.buttom {
    padding: 2rem;
  }

  .level-bento-box.buttom._5 {
    border-bottom-style: solid;
    border-right-style: none;
  }

  .level-bento-box._1 {
    border-right-style: none;
    padding: 2rem;
  }

  .level-bento-box._2 {
    padding: 2rem;
  }

  .level-medium-text.level-white-text {
    margin-bottom: .25rem;
  }

  .level-performance-desktop {
    display: none;
  }

  .level-lifestyle-image {
    width: 100%;
    height: auto;
  }

  .level-lifestyle-image._3 {
    height: 40vh;
  }

  .level-xlarge-text {
    font-size: 1.3rem;
  }

  .level-spacer-medium {
    padding-top: 1rem;
  }

  .level-swiper-slide.gallery {
    min-width: 40%;
  }

  .level-slider-img {
    height: auto;
  }

  .level-container-medium {
    width: 100%;
  }

  .level-arrow.level-lightbox {
    width: 4rem;
    height: 4rem;
    top: 40%;
    left: 42%;
  }

  .level-arrow.level-lightbox.level-large-lightbox {
    inset: auto;
  }

  .level-lightbox-link {
    overflow: hidden;
  }

  .level-list-item {
    font-size: .7rem;
  }

  .level-performance-mobile {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    width: 100%;
    display: grid;
  }

  .level-divider {
    background-color: #0000004d;
    height: .5px;
    margin-bottom: 4rem;
  }

  .level-text-wrapper-adjust-animation.level-padding-bottom {
    min-height: auto;
    margin-bottom: 1rem;
  }

  .level-lightbox-full-background {
    flex: 1;
    align-self: auto;
  }

  .level-design {
    transform: translate(0);
  }

  .level-image-90, .level-heading-3, .level-heading-3.level-margin-top-0 {
    margin-top: 0;
  }

  .level-padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .level-accordion-list-wrapper {
    padding: 0;
  }

  .level-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .level-hero-animation-text-center {
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 6%;
  }

  .we-got-you-hero-section {
    justify-content: flex-start;
    align-items: center;
  }

  .we-got-you-hero-section-image {
    width: 90%;
    height: auto;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .award-badges {
    width: 130px;
  }

  .award-badges.hide {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 90px;
    margin-bottom: 2rem;
  }

  .award-logo {
    width: 50px;
  }

  .award-logo.ces {
    height: 52px;
  }

  .level-line-bento-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .level-3-columns-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .level-acer-ai-wrapper {
    grid-template-columns: 1fr;
  }

  .level-product-img {
    height: auto;
  }

  .level_modal-1_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .level_modal-1_close {
    padding: 1rem;
  }

  .level_modal-1_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .level_modal-2_popup, .level_modal-3_popup, .level_modal-4_popup, .level_modal-5_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .level-sticky-02 {
    display: flex;
  }

  .level-sticky-mask-flow {
    display: none;
  }

  .level-sticky-image-wrapper-1 {
    flex: 1;
  }

  .level-sticky-point-text-wrapper {
    top: 25%;
  }

  .level-sticky-line {
    height: 100%;
  }

  .level-image-design-2, .level-image-design-2._05 {
    margin-bottom: 0;
  }

  .level-image-design {
    width: 100%;
    margin-bottom: 60px;
    bottom: auto;
  }

  .level-sticky-03, .level-sticky-04, .level-sticky-05 {
    display: flex;
  }

  .level_modal-6_popup, .level_modal-7_popup, .level_modal-8_popup, .level_modal-9_popup, .level_modal-10_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .level-slider-img-display {
    height: auto;
  }

  .swiper-wrapper-no-open {
    flex-flow: column;
  }

  .level-sticky-section-2, .level-sticky-09, .level-sticky-10 {
    display: flex;
  }

  .level-sticky-point-text-left-wrapper {
    grid-template-rows: auto;
    margin-top: 25px;
    margin-right: auto;
    top: 80px;
  }

  .level-sticky-line-60px.vertical-1 {
    display: none;
  }

  .level-sticky-line-60px.vertical-2 {
    height: 40px;
    margin-left: 0;
    display: none;
  }

  .level-sticky-line-60px.horizontal-1 {
    display: none;
  }

  .level-sticky-point-text-right-wrapper {
    grid-template-rows: auto;
    margin-top: 0;
    margin-left: auto;
    top: 60%;
    bottom: auto;
  }

  .level-display-image-wrapper {
    justify-content: center;
    align-items: flex-end;
    height: auto;
  }

  .level-bento-box-logo-wrapper {
    height: 120px;
  }

  .level-sticky-point-text-wrapper-2 {
    grid-template-columns: 1fr;
    margin-top: auto;
    margin-right: auto;
    top: 25%;
    bottom: auto;
  }

  .level-sticky-point-text-wrapper-2.top-4-1 {
    top: 10%;
    left: 3%;
  }

  .level-sticky-point-text-wrapper-2._3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    top: 30%;
    bottom: auto;
    left: auto;
  }

  .level-sticky-point-text-wrapper-2._5-1 {
    bottom: 3%;
  }

  .level-sticky-point-text-wrapper-2.top-5-1 {
    top: 10%;
  }

  .level-image-connectivity {
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 51px;
  }

  .level-sticky-space {
    display: flex;
  }

  .level-heading-3-connect {
    margin-top: 0;
  }

  .level-sticky-images-text-item {
    flex: 1;
    justify-content: center;
    align-items: flex-end;
  }

  .level-sticky-images-text-item.align-botton {
    flex: 1;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .level-sticky-section-mobile {
    display: flex;
  }

  .level-sticky-text-wrapper-m {
    grid-template-columns: 1fr;
    margin-top: -300px;
  }

  .level-lifestyle-image-m {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .level-container {
    padding: 2rem .75rem;
  }

  .level-container.level-top {
    height: auto;
    min-height: auto;
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .level-container.level-margin-2 {
    padding-top: 1rem;
  }

  .level-hero-heading-1.level-center {
    letter-spacing: -2px;
    font-size: 3rem;
  }

  .level-hero-heading-1.level-text-white.align-left {
    font-size: 2rem;
  }

  .level-large-text {
    margin-bottom: 0;
  }

  .level-large-text.level-center {
    margin-bottom: 1rem;
  }

  .level-large-text.level-white-text, .level-large-text.level-gray-text {
    font-size: 1rem;
  }

  .level-white-bento-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-auto-rows: auto;
  }

  .level-bento-box {
    cursor: pointer;
    grid-template-columns: 1fr 1fr;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .level-bento-box.level-w-background {
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .level-bento-box.level-w-background-line {
    border-bottom-style: solid;
    border-right-style: none;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .level-bento-box.last.buttom {
    border-bottom-style: solid;
  }

  .level-medium-text.level-magrin-0 {
    display: block;
  }

  .level-medium-text.level-gray-text {
    font-size: .8rem;
  }

  .level-performance-desktop {
    min-height: auto;
    display: none;
  }

  .level-lifestyle-image {
    background-image: none;
    height: auto;
    display: none;
  }

  .level-lifestyle-image._3 {
    height: 48vh;
  }

  .level-xlarge-text {
    font-size: 1.3rem;
    line-height: 140%;
  }

  .level-xlarge-text.level-white-text {
    font-size: 1.3rem;
  }

  .level-spacer-medium {
    padding-top: 1rem;
    display: block;
  }

  .level-swiper-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .level-swiper-slide {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .level-swiper-slide.gallery {
    width: 100%;
    min-width: 100%;
  }

  .level-swiper-container {
    width: 100%;
  }

  .level-swiper-container.swiper-3 {
    transform: none;
  }

  .level-container-medium {
    width: 100%;
  }

  .level-feature-card-text-wrapper {
    min-height: auto;
    padding: .5rem;
  }

  .level-arrow {
    transform: rotate(180deg);
  }

  .level-arrow.level-lightbox {
    width: 3.5rem;
    height: 3.5rem;
    padding: 8px;
    top: 36%;
    left: 35%;
    right: 0%;
    transform: none;
  }

  .level-arrow.level-lightbox.level-large-lightbox {
    inset: auto;
  }

  .level-feature-card-title {
    align-items: center;
    min-height: 3rem;
  }

  .level-disclaimer-text {
    font-size: .7rem;
  }

  .level-tabs {
    width: 50%;
    margin-right: 0;
  }

  .level-tabs.w--current {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 50%;
    margin-right: 0;
    display: block;
  }

  .level-performance-mobile {
    align-self: stretch;
    width: 100%;
  }

  .level-divider {
    width: 100%;
    height: 1px;
    margin-bottom: 2rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .level-text-wrapper-adjust-animation {
    max-width: none;
  }

  .shop-now-is-sticky {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .btn-secondary {
    font-size: .875rem;
  }

  .level-lightbox-full-background {
    overflow: hidden;
  }

  .level-design {
    width: 16rem;
    top: 0%;
    transform: translate(0);
  }

  .level-design.intel-logo {
    width: 120px;
  }

  .level-design.win-logo {
    width: 140px;
  }

  .level-design.copilot-pc {
    width: 150px;
  }

  .level-image-90 {
    margin-top: 0;
  }

  .level-image-wrapper {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .level-image-performance {
    display: none;
  }

  .level-padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .level-accordion-list-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .level-svg-embed {
    margin-left: .5rem;
  }

  .level-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .level-ai-image-medium {
    flex: none;
    height: auto;
  }

  .level-hero-animation-text-center {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .we-got-you-hero-section {
    margin-top: -2rem;
  }

  .we-got-you-hero-section-image {
    flex: none;
    width: 100%;
    height: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .award-badges.hide {
    margin-bottom: 2rem;
  }

  .level-line-bento-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-auto-rows: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .level-sticky-01 {
    background-size: cover;
  }

  .level-sticky-02 {
    display: flex;
  }

  .level-sticky-title-items {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .level-sticky-image-wrapper-1 {
    flex: 1;
  }

  .level-sticky-line {
    height: 120%;
    display: none;
  }

  .level-image-design-2 {
    width: 100%;
    height: auto;
    display: block;
  }

  .level-image-design-2._05 {
    height: auto;
    margin-top: 0;
  }

  .level-image-design {
    display: block;
  }

  .level-sticky-03, .level-sticky-04, .level-sticky-05 {
    display: flex;
  }

  .swiper-slide-no-open {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .swiper-wrapper-no-open {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 100%;
  }

  .level-sticky-section-2 {
    display: flex;
  }

  .level-sticky-point-text-left-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 5px;
    width: 80%;
    max-width: none;
    display: flex;
    top: 5%;
    left: 10%;
  }

  .level-sticky-point-text-right-wrapper {
    grid-template-rows: auto;
    justify-content: flex-start;
    place-items: flex-start stretch;
    width: 80%;
    max-width: none;
    display: flex;
    inset: auto auto 15%;
  }

  .level-sticky-point-text-center-wrapper {
    width: 80%;
    max-width: none;
    display: flex;
    left: 10%;
  }

  .level-image-100 {
    width: auto;
    max-width: none;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .level-image-design-3 {
    display: block;
  }

  .level-sticky-point-text-wrapper-2 {
    width: 80%;
    max-width: none;
    bottom: 10%;
  }

  .level-sticky-point-text-wrapper-2.top-4-1 {
    top: 15%;
    left: auto;
  }

  .level-sticky-point-text-wrapper-2._5-1 {
    bottom: 10%;
  }

  .level-sticky-point-text-wrapper-2.top-5-1 {
    top: 15%;
  }

  .level-image-connectivity {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .level-sticky-space {
    display: flex;
  }

  .level-image-connectivity-2 {
    width: auto;
    max-width: 100%;
    display: block;
  }

  .level-heading-3-connect {
    width: auto;
    font-size: 1.4rem;
  }

  .level-disclaimer-text-number {
    font-size: .7rem;
  }

  .level-sticky-section-mobile {
    display: flex;
  }

  .level-sticky-text-wrapper-m {
    flex-flow: column;
    margin-left: 1rem;
    margin-right: 1rem;
    display: flex;
  }

  .level-lifestyle-image-m {
    background-image: none;
    height: auto;
    display: inline-block;
  }
}

#w-node-aa35ebad-4da1-cfea-e6d7-4bf6795c5c3e-e3823a67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d50d95bd-eb40-f9e8-b3b6-8ea993add401-e3823a67 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_938678c2-216c-6f41-6818-7a94e5d0b32f-e3823a67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_938678c2-216c-6f41-6818-7a94e5d0b332-e3823a67 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-fc813861-97c7-f129-c548-651957911418-e3823a67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc813861-97c7-f129-c548-65195791141a-e3823a67 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_9e800854-8dd4-c8ac-ad7a-06c8806b81c3-e3823a67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e800854-8dd4-c8ac-ad7a-06c8806b81c5-e3823a67 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-cc234904-9b11-13a8-41a2-1cf6c164a363-e3823a67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc234904-9b11-13a8-41a2-1cf6c164a365-e3823a67 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_931216a6-ec70-00d6-fa1f-05837c51f8ce-e3823a67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_931216a6-ec70-00d6-fa1f-05837c51f8d0-e3823a67 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-a9d49feb-995c-a236-2418-1c74b227eb9b-e3823a67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9d49feb-995c-a236-2418-1c74b227eb9d-e3823a67 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-ebee6753-fdc7-d4eb-a75b-f68754def635-e3823a67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebee6753-fdc7-d4eb-a75b-f68754def637-e3823a67 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-e459ec85-665e-ff59-6c9b-5fff5ea76f20-e3823a67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e459ec85-665e-ff59-6c9b-5fff5ea76f22-e3823a67 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_43d83a41-1356-c2e0-c16c-23e4a2fd49d5-e3823a67 {
  grid-area: span 1 / span 10 / span 1 / span 10;
  align-self: center;
}

#w-node-f6a70e81-7c4b-13ab-7d9a-c5586b84f52f-e3823a67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4aefc4ad-a05a-215f-d149-5dfc56927caf-e3823a67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_4aefc4ad-a05a-215f-d149-5dfc56927cb0-e3823a67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0199ae01-9833-25c7-a639-e909368914cf-e3823a67, #w-node-_453a7ba5-920d-55ec-ad18-63743619cc7d-e3823a67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a2397f42-8cc3-61c9-beee-7fb3d1395919-e3823a67, #w-node-a2397f42-8cc3-61c9-beee-7fb3d139591c-e3823a67, #w-node-c030c7b1-86f6-27d1-0dc9-9dc429f305a8-e3823a67, #w-node-_268d0d9d-340c-de90-031d-8a384f3e5186-e3823a67, #w-node-_268d0d9d-340c-de90-031d-8a384f3e5189-e3823a67, #w-node-_7f744145-911d-3a2a-89b8-e4dd458cb370-e3823a67, #w-node-_06efd6e1-1c5c-4bcd-8b81-c06c9d7df480-e3823a67, #w-node-_06efd6e1-1c5c-4bcd-8b81-c06c9d7df483-e3823a67, #w-node-_06efd6e1-1c5c-4bcd-8b81-c06c9d7df495-e3823a67, #w-node-fff6dd6e-cacf-9396-fce7-da51d61ca011-e3823a67, #w-node-fff6dd6e-cacf-9396-fce7-da51d61ca014-e3823a67, #w-node-fff6dd6e-cacf-9396-fce7-da51d61ca026-e3823a67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-fed4e4c6-dcb2-184e-dfc1-28c18407d909-e3823a67, #w-node-_3e85dad3-dbc8-de53-3bdd-81118a8858b1-e3823a67, #w-node-_3e85dad3-dbc8-de53-3bdd-81118a8858c6-e3823a67, #w-node-_0d9ef72b-131e-b398-04f0-994b87970868-e3823a67, #w-node-_0d9ef72b-131e-b398-04f0-994b8797086e-e3823a67, #w-node-_154e7801-9b37-5995-2ca0-9d182fa93ddd-e3823a67, #w-node-_154e7801-9b37-5995-2ca0-9d182fa93de0-e3823a67, #w-node-_4f5a5874-67df-bda6-0427-ba7d36476d15-e3823a67, #w-node-_4f5a5874-67df-bda6-0427-ba7d36476d18-e3823a67 {
  grid-area: span 2 / span 3 / span 2 / span 3;
  align-self: start;
}

#w-node-fa57a10b-ce74-8b3f-7ec6-f2465bd8aab3-e3823a67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fa57a10b-ce74-8b3f-7ec6-f2465bd8aab5-e3823a67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-fa57a10b-ce74-8b3f-7ec6-f2465bd8aab6-e3823a67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3ca2850-513d-635d-a1d8-65626b16eee2-e3823a67, #w-node-e9d9d0db-60fb-b0c6-5f7f-bad70fa6ddec-e3823a67 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_578e8b9c-669b-7078-4fde-5ebc84e19cc6-e3823a67, #w-node-_59e9ecc9-1eaa-9223-2f0c-e8f19b930094-e3823a67, #w-node-_78b9f993-ded0-c7f6-0653-09242d50aa83-e3823a67, #w-node-ccb637cf-94d7-3d1f-cb17-19ffb72e00bb-e3823a67, #w-node-_07f4f307-a0b4-56d7-f694-506e489814d2-e3823a67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5a67a2f-d321-9b41-2412-29b5f401895e-e3823a67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0113d079-24be-a81b-6a31-cfadc2af0a16-e3823a67, #w-node-_83e69dfa-de96-1ef9-f0d4-66e47a93ad13-e3823a67 {
  align-self: start;
}

#w-node-_420833fd-6434-86e9-29ac-c41692c6e087-e3823a67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_420833fd-6434-86e9-29ac-c41692c6e08a-e3823a67, #w-node-a7d55792-f0a1-b84c-eff5-8fe48da95045-e3823a67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_612f77ef-aa4d-7e20-4a19-1507ea6f2b08-e3823a67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-a7d55792-f0a1-b84c-eff5-8fe48da95047-e3823a67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-a7d55792-f0a1-b84c-eff5-8fe48da95048-e3823a67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a7d55792-f0a1-b84c-eff5-8fe48da95053-e3823a67, #w-node-a7d55792-f0a1-b84c-eff5-8fe48da95054-e3823a67 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-a7d55792-f0a1-b84c-eff5-8fe48da95058-e3823a67, #w-node-a7d55792-f0a1-b84c-eff5-8fe48da95061-e3823a67, #w-node-a7d55792-f0a1-b84c-eff5-8fe48da9506b-e3823a67, #w-node-a7d55792-f0a1-b84c-eff5-8fe48da9507f-e3823a67, #w-node-a7d55792-f0a1-b84c-eff5-8fe48da95075-e3823a67, #w-node-de393200-b031-9aed-9045-0f3b51f8d257-e3823a67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f941509-87ef-547e-5e75-a7de8406383d-e3823a67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0f941509-87ef-547e-5e75-a7de84063841-e3823a67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_0f941509-87ef-547e-5e75-a7de84063842-e3823a67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11b7f0a4-3d2a-26af-0a2f-208f1b7ccd76-e3823a67 {
  grid-area: span 4 / span 1 / span 4 / span 1;
  justify-self: stretch;
}

#w-node-_11b7f0a4-3d2a-26af-0a2f-208f1b7ccdbc-e3823a67 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  justify-self: stretch;
}

#w-node-eb5c5d99-d732-72a8-6213-756a5057e3b8-e3823a67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb5c5d99-d732-72a8-6213-756a5057e3bb-e3823a67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f885618a-cc6b-9356-f60b-5faaaa571da6-e3823a67 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f885618a-cc6b-9356-f60b-5faaaa571da7-e3823a67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f885618a-cc6b-9356-f60b-5faaaa571db8-e3823a67 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f885618a-cc6b-9356-f60b-5faaaa571db9-e3823a67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_480783dd-6649-186d-fc7e-70c99bca7a09-e3823a67 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b03ea10c-84e3-05c6-fb5f-82f044e62fae-e3823a67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b74dcd50-55c9-41a4-24a7-b79590c14189-e3823a67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-b74dcd50-55c9-41a4-24a7-b79590c1418a-e3823a67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b74dcd50-55c9-41a4-24a7-b79590c14195-e3823a67, #w-node-b74dcd50-55c9-41a4-24a7-b79590c14196-e3823a67 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-b74dcd50-55c9-41a4-24a7-b79590c1419a-e3823a67, #w-node-b74dcd50-55c9-41a4-24a7-b79590c141a3-e3823a67, #w-node-b74dcd50-55c9-41a4-24a7-b79590c141ad-e3823a67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2999bbf0-8f69-ff84-1e9f-0bb22db5aa9c-e3823a67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2999bbf0-8f69-ff84-1e9f-0bb22db5aa9e-e3823a67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_2999bbf0-8f69-ff84-1e9f-0bb22db5aa9f-e3823a67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c555d440-d5e6-8da7-4146-a513b271e9f2-e3823a67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8cd14957-5409-ad01-5805-c6890b9e5ab6-e3823a67, #w-node-fc46dd09-d1cb-3a00-9245-5a1d71312a2d-e3823a67, #w-node-_8d51eb17-a7a2-722d-8910-fbaa25bc2962-e3823a67, #w-node-cfc546eb-c6a6-6a54-3c93-6c5fc2cef9f7-e3823a67, #w-node-a0c26639-cde1-a043-8a9a-fc1bb05c8bfb-e3823a67, #w-node-_2879d839-1af5-55d7-8008-90684fb2f549-e3823a67, #w-node-_38868cb9-ccb7-87bf-0269-f99ad4c9ec7e-e3823a67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-aa35ebad-4da1-cfea-e6d7-4bf6795c5c3e-e3823a67, #w-node-_938678c2-216c-6f41-6818-7a94e5d0b32f-e3823a67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8d65d72f-dfda-3183-7495-57361c014ba6-e3823a67, #w-node-_9564d81a-eb3c-87d3-1b9f-e48364546456-e3823a67 {
    order: -9999;
  }

  #w-node-_5ebe0f32-b957-e013-afb0-53e1ae4d3979-e3823a67 {
    justify-self: auto;
  }

  #w-node-d617213e-47ff-c9ae-0ff5-3c7173be72c6-e3823a67 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a427bcde-e85d-a206-7f3d-6825ad6f8440-e3823a67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_420833fd-6434-86e9-29ac-c41692c6e0a0-e3823a67, #w-node-_420833fd-6434-86e9-29ac-c41692c6e0ac-e3823a67 {
    order: -9999;
  }

  #w-node-_420833fd-6434-86e9-29ac-c41692c6e0b1-e3823a67 {
    justify-self: auto;
  }

  #w-node-_9b9839ab-14cb-c356-a049-097e216edc60-e3823a67 {
    order: -9999;
  }

  #w-node-_612f77ef-aa4d-7e20-4a19-1507ea6f2b08-e3823a67 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-_11b7f0a4-3d2a-26af-0a2f-208f1b7ccd76-e3823a67 {
    grid-area: span 6 / span 1 / span 6 / span 1;
  }

  #w-node-_11b7f0a4-3d2a-26af-0a2f-208f1b7ccdbc-e3823a67 {
    grid-area: span 5 / span 1 / span 5 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-aa35ebad-4da1-cfea-e6d7-4bf6795c5c3e-e3823a67 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_938678c2-216c-6f41-6818-7a94e5d0b32f-e3823a67, #w-node-fc813861-97c7-f129-c548-651957911418-e3823a67, #w-node-_9e800854-8dd4-c8ac-ad7a-06c8806b81c3-e3823a67, #w-node-cc234904-9b11-13a8-41a2-1cf6c164a363-e3823a67, #w-node-_931216a6-ec70-00d6-fa1f-05837c51f8ce-e3823a67, #w-node-a9d49feb-995c-a236-2418-1c74b227eb9b-e3823a67, #w-node-ebee6753-fdc7-d4eb-a75b-f68754def635-e3823a67, #w-node-e459ec85-665e-ff59-6c9b-5fff5ea76f20-e3823a67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_43d83a41-1356-c2e0-c16c-23e4a2fd49d5-e3823a67, #w-node-_4aefc4ad-a05a-215f-d149-5dfc56927caf-e3823a67 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_0199ae01-9833-25c7-a639-e909368914cf-e3823a67, #w-node-_453a7ba5-920d-55ec-ad18-63743619cc7d-e3823a67 {
    grid-column: span 2 / span 2;
  }

  #w-node-a2397f42-8cc3-61c9-beee-7fb3d1395919-e3823a67 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-a2397f42-8cc3-61c9-beee-7fb3d139591c-e3823a67, #w-node-c030c7b1-86f6-27d1-0dc9-9dc429f305a8-e3823a67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_268d0d9d-340c-de90-031d-8a384f3e5186-e3823a67 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_268d0d9d-340c-de90-031d-8a384f3e5189-e3823a67, #w-node-_7f744145-911d-3a2a-89b8-e4dd458cb370-e3823a67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_06efd6e1-1c5c-4bcd-8b81-c06c9d7df480-e3823a67 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_06efd6e1-1c5c-4bcd-8b81-c06c9d7df483-e3823a67, #w-node-_06efd6e1-1c5c-4bcd-8b81-c06c9d7df495-e3823a67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-fff6dd6e-cacf-9396-fce7-da51d61ca011-e3823a67 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-fff6dd6e-cacf-9396-fce7-da51d61ca014-e3823a67, #w-node-fff6dd6e-cacf-9396-fce7-da51d61ca026-e3823a67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-fed4e4c6-dcb2-184e-dfc1-28c18407d909-e3823a67 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_3e85dad3-dbc8-de53-3bdd-81118a8858b1-e3823a67, #w-node-_3e85dad3-dbc8-de53-3bdd-81118a8858c6-e3823a67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_0d9ef72b-131e-b398-04f0-994b87970868-e3823a67 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_0d9ef72b-131e-b398-04f0-994b8797086e-e3823a67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_154e7801-9b37-5995-2ca0-9d182fa93ddd-e3823a67 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_154e7801-9b37-5995-2ca0-9d182fa93de0-e3823a67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_4f5a5874-67df-bda6-0427-ba7d36476d15-e3823a67 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_4f5a5874-67df-bda6-0427-ba7d36476d18-e3823a67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-fa57a10b-ce74-8b3f-7ec6-f2465bd8aab5-e3823a67 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-b3ca2850-513d-635d-a1d8-65626b16eee2-e3823a67 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e9d9d0db-60fb-b0c6-5f7f-bad70fa6ddec-e3823a67 {
    grid-column: span 2 / span 2;
  }

  #w-node-a7d55792-f0a1-b84c-eff5-8fe48da95047-e3823a67 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-a7d55792-f0a1-b84c-eff5-8fe48da95053-e3823a67 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a7d55792-f0a1-b84c-eff5-8fe48da95054-e3823a67 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0f941509-87ef-547e-5e75-a7de84063841-e3823a67, #w-node-b74dcd50-55c9-41a4-24a7-b79590c14189-e3823a67 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-b74dcd50-55c9-41a4-24a7-b79590c14195-e3823a67 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b74dcd50-55c9-41a4-24a7-b79590c14196-e3823a67 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2999bbf0-8f69-ff84-1e9f-0bb22db5aa9e-e3823a67 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-c555d440-d5e6-8da7-4146-a513b271e9f2-e3823a67 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d50d95bd-eb40-f9e8-b3b6-8ea993add401-e3823a67, #w-node-_938678c2-216c-6f41-6818-7a94e5d0b332-e3823a67, #w-node-fc813861-97c7-f129-c548-65195791141a-e3823a67, #w-node-_9e800854-8dd4-c8ac-ad7a-06c8806b81c5-e3823a67, #w-node-cc234904-9b11-13a8-41a2-1cf6c164a365-e3823a67, #w-node-_931216a6-ec70-00d6-fa1f-05837c51f8d0-e3823a67, #w-node-a9d49feb-995c-a236-2418-1c74b227eb9d-e3823a67, #w-node-ebee6753-fdc7-d4eb-a75b-f68754def637-e3823a67, #w-node-e459ec85-665e-ff59-6c9b-5fff5ea76f22-e3823a67 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center end;
  }

  #w-node-c6a0b7c0-09c2-1273-dee7-2c5eee51761f-e3823a67 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3e85dad3-dbc8-de53-3bdd-81118a8858b1-e3823a67, #w-node-_3e85dad3-dbc8-de53-3bdd-81118a8858c6-e3823a67 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_0d9ef72b-131e-b398-04f0-994b8797086e-e3823a67, #w-node-_154e7801-9b37-5995-2ca0-9d182fa93de0-e3823a67, #w-node-_4f5a5874-67df-bda6-0427-ba7d36476d18-e3823a67 {
    grid-column: span 2 / span 2;
  }

  #w-node-_11b7f0a4-3d2a-26af-0a2f-208f1b7ccd76-e3823a67, #w-node-_11b7f0a4-3d2a-26af-0a2f-208f1b7ccdbc-e3823a67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-f885618a-cc6b-9356-f60b-5faaaa571da6-e3823a67, #w-node-f885618a-cc6b-9356-f60b-5faaaa571db8-e3823a67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-aa35ebad-4da1-cfea-e6d7-4bf6795c5c3e-e3823a67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d50d95bd-eb40-f9e8-b3b6-8ea993add401-e3823a67, #w-node-_938678c2-216c-6f41-6818-7a94e5d0b332-e3823a67, #w-node-fc813861-97c7-f129-c548-65195791141a-e3823a67, #w-node-_9e800854-8dd4-c8ac-ad7a-06c8806b81c5-e3823a67, #w-node-cc234904-9b11-13a8-41a2-1cf6c164a365-e3823a67, #w-node-_931216a6-ec70-00d6-fa1f-05837c51f8d0-e3823a67, #w-node-a9d49feb-995c-a236-2418-1c74b227eb9d-e3823a67, #w-node-ebee6753-fdc7-d4eb-a75b-f68754def637-e3823a67, #w-node-e459ec85-665e-ff59-6c9b-5fff5ea76f22-e3823a67 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center end;
  }

  #w-node-_4aefc4ad-a05a-215f-d149-5dfc56927cb0-e3823a67, #w-node-_1b1ea54d-be33-665a-f28d-5e60d8e976ec-e3823a67, #w-node-c6a0b7c0-09c2-1273-dee7-2c5eee51761f-e3823a67, #w-node-fa57a10b-ce74-8b3f-7ec6-f2465bd8aab6-e3823a67, #w-node-ca5b1ee5-6dc4-6f8f-4e8c-5fc6b4919de4-e3823a67, #w-node-a7d55792-f0a1-b84c-eff5-8fe48da95048-e3823a67, #w-node-a7d55792-f0a1-b84c-eff5-8fe48da9504a-e3823a67, #w-node-_0f941509-87ef-547e-5e75-a7de84063842-e3823a67, #w-node-_0f941509-87ef-547e-5e75-a7de84063845-e3823a67 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f885618a-cc6b-9356-f60b-5faaaa571da6-e3823a67, #w-node-f885618a-cc6b-9356-f60b-5faaaa571db8-e3823a67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b74dcd50-55c9-41a4-24a7-b79590c1418a-e3823a67, #w-node-b74dcd50-55c9-41a4-24a7-b79590c1418c-e3823a67, #w-node-_2999bbf0-8f69-ff84-1e9f-0bb22db5aa9f-e3823a67, #w-node-_35072d89-d473-cfc7-ece1-ad9a4e74174b-e3823a67 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


