/****sweiper.css***/
font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  margin-top: 50px;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s transform, 0.2s top;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s transform, 0.2s left;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s transform, 0.2s right;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/**swiper css ends**/
#monitors-lpage section#hero {
  padding: 0;
}

.hero-slide,
.swiper-pagination,
.hero-inner-container {
  position: relative;
}

.hero-inner-container {
  -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0.21, 1);
  -o-transition-timing-function: cubic-bezier(1, 0.01, 0.21, 1);
  transition-timing-function: cubic-bezier(1, 0.01, 0.21, 1);
}

.hero-black-label {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  z-index: 2;
  max-width: 100%;
}

.hero-copy-container {
  color: white;
  text-align: center;
}

.hero-headline {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.hero-desc-mbl,
.hero-cta-cont a {
  font-weight: bold;
}

.hero-desc-mbl {
  font-size: 14px;
  color: #ffffff;
}

.hero-cta-cont {
  margin-top: 10px;
  text-align: center;
}

.hero-cta-cont a {
  display: inline-block;
  color: #46c8e1;
  text-transform: uppercase;
  font-size: 15px;
  margin-right: 10px;
}

.hero-cta-cont a:last-of-type {
  margin-right: 0;
}

.hero-cta-cont a:hover {
  color: white;
}

.hero-logo-container,
.hero-bullet,
.hero-desc-desktop,
.hero-track-container.hideTrackForMobile {
  display: none;
}

.hero-bg-container,
.hero-bg-container-mob {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-bullet-container {
  height: 30px;
  background: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.desktopBg {
  display: none;
}
.mobileBg {
  display: block;
}

/* Override swiper styles */

.swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  outline: none;
  background: white;
  border: 1px solid #757575;
  opacity: 1;
}

.swiper-pagination-bullet:not(:last-of-type) {
  margin-right: 10px;
}

.swiper-pagination-bullet-active {
  background: #757575;
}
.hero-copy-container-full {
  margin-top: 320px;
}
@media (min-width: 600px) {
  .hero-black-label {
    margin-top: 140px;
    padding: 25px 40px;
    width: 100%;
  }

  .hero-headline {
    font-size: 25px;
  }

  .hero-desc-mbl {
    font-size: 16px;
  }

  .hero-cta-cont a {
    font-size: 17px;
  }

  .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
  }
}

@media (min-width: 600px) {
  .hero-black-label {
    margin-top: 220px;
    padding: 40px 30px 130px;
    position: relative;
  }

  .hero-copy-container {
    text-align: center;
  }

  .hero-copy-container,
  .hero-cta-cont {
    display: block;
  }

  .hero-cta-cont {
    vertical-align: top;
    /* width: 30%;*/
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-desc-desktop,
  .hero-track-container.hideTrackForMobile {
    display: block;
  }

  .hero-desc-mbl {
    display: none;
  }

  .hero-headline {
    font-size: 25px;
  }

  .hero-desc-desktop {
    line-height: 1.4;
  }

  .hero-cta-cont a {
    font-size: 17px;
    width: 280px;
    padding: 8px;
    height: 46px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #1976a1;
    color: white;
    border-radius: 4px;
    margin-right: 0;
    border: 1px solid transparent;
    -webkit-transition: all 0.5 ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .hero-cta-cont a:hover {
    background: white;
    color: #1976a1;
    border-color: #1976a1;
  }

  .hero-cta-cont a:last-of-type {
    margin-top: 20px;
  }

  .hero-track-container {
    position: absolute;
    bottom: 40px;
    z-index: 10;
    width: calc(100% - 60px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .hero-track-inner-container {
    position: relative;
    border-bottom: 1px solid white;
    margin-bottom: 10px;
  }

  .hero-track {
    background: #3e8ddd;
    width: 85px;
    height: 7px;
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(1, 0.01, 0.21, 1);
    transition: -webkit-transform 0.7s cubic-bezier(1, 0.01, 0.21, 1);
    -o-transition: transform 0.7s cubic-bezier(1, 0.01, 0.21, 1);
    transition: transform 0.7s cubic-bezier(1, 0.01, 0.21, 1);
    transition: transform 0.7s cubic-bezier(1, 0.01, 0.21, 1),
      -webkit-transform 0.7s cubic-bezier(1, 0.01, 0.21, 1);
  }

  .hero-bullet-container {
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .swiper-pagination-bullet {
    background: none;
    border: none;
    width: auto;
    height: auto;
    text-align: center;
  }

  .swiper-pagination-bullet:not(:last-child) {
    margin-right: 0;
  }

  .hero-bullet-container .swiper-pagination-bullet:first-child {
    text-align: left;
  }

  .hero-bullet-container .swiper-pagination-bullet:last-child {
    text-align: right;
  }

  .hideTrackForMobile
    .hero-bullet-container
    .swiper-pagination-bullet:last-child {
    text-align: left;
  }

  .hero-bullet {
    display: inline-block;
    color: white;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
  }
  .desktopBg {
    display: block;
  }
  .mobileBg {
    display: none;
  }
  .hero-bg-container,
  .hero-bg-container-mob {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .hero-copy-container-full {
    margin-top: 0;
  }
  .swiper-container {
    margin-top: 0;
  }
}

@media (min-width: 1180px) {
  .hero-copy-container {
    text-align: center;
  }

  .hero-logo-container {
    display: block;
    margin-bottom: 20px;
  }
}

@media (min-width: 1263px) {
  .hero-slide {
    height: 538px;
  }

  .hero-copy-container-full {
    height: 450px;
    position: relative;
  }

  .hero-black-label {
    margin-top: 0;
    max-width: 600px;
    padding: 0 70px;
    height: auto !important;
    background: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .hero-copy-container,
  .hero-cta-cont {
    width: 100%;
  }

  .hero-cta-cont {
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 15px;
  }

  .hero-copy-container {
    margin-top: 0;
    text-align: left;
  }

  .hero-cta-cont a {
    margin-right: 15px;
  }

  .hero-cta-cont a:last-of-type {
    margin-right: 0;
  }

  .hero-headline {
    margin-bottom: 25px;
  }

  .hero-track-container {
    max-width: 430px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 70px;
  }

  .hero-bg-container::before,
  hero-bg-container-mob::before {
    content: "";
    width: 600px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
  }
}
/**here ends **/
.use-nav p,
.connection-nav p {
  font-size: 13px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #545454;
}

.use-nav img,
.connection-nav img {
  width: 60%;
}

.use-nav .list-item-img-cont,
.connection-nav .list-item-img-cont {
  height: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.use-nav .list-item-link:hover img,
.connection-nav .list-item-link:hover img {
  display: none;
}

.use-nav .list-item-link:hover img + img,
.connection-nav .list-item-link:hover img + img {
  display: inline-block;
}

#monitors-lpage .use-nav .list-item-link:hover p,
#monitors-lpage .connection-nav .list-item-link:hover p {
  color: #1976a1;
}

@media (min-width: 600px) {
  .use-nav .list-item,
  .connection-nav .list-item {
    min-height: 130px;
    min-width: 130px;
  }

  .use-nav .list-item-img-cont,
  .connection-nav .list-item-img-cont {
    height: calc(100% - 40px);
  }

  .use-nav img,
  .connection-nav img {
    width: 70%;
  }

  .use-nav p,
  .connection-nav p {
    font-size: 16px;
    height: 40px;
  }
}

@media (min-width: 600px) {
  .section-inner-container ul.use-nav,
  .section-inner-container ul.connection-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
  }

  .connection-nav .list-item {
    min-width: 201px;
  }

  .use-nav .list-item:nth-of-type(6n),
  .connection-nav .list-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .swiper-container {
    margin-top: 0 !important;
  }
}

@media (min-width: 1180px) {
  .use-nav .list-item,
  .connection-nav .list-item {
    min-height: 190px;
    min-width: 173px;
  }

  .connection-nav .list-item {
    min-width: 266px;
  }

  .use-nav p,
  .connection-nav p {
    font-size: 18px;
    height: 50px;
  }

  .connection-nav p {
    font-size: 22px;
  }

  .use-nav img,
  .connection-nav img {
    width: 100%;
  }

  .use-nav .list-item-img-cont,
  .connection-nav .list-item-img-cont {
    height: calc(100% - 50px);
  }
}

@media (min-width: 1440px) {
  .use-nav .list-item {
    min-width: 205px;
  }

  .connection-nav .list-item {
    min-width: 313px;
  }
}
/**use-type.css ends here **/
.size-nav .list-item,
.resolution-nav .list-item {
  height: 165px;
  width: 156px;
  min-width: 156px;
  color: #6a6a6a;
}

.size-nav img,
.resolution-nav img {
  width: 65%;
}

.resolution-nav .list-item {
  height: 197px;
}

.resolution-nav img {
  width: 72%;
}

.resolution-nav .list-item:nth-of-type(1) .list-item-img-cont {
  width: 95%;
}

@media (min-width: 600px) {
  .size-nav .list-item,
  .resolution-nav .list-item {
    height: 195px;
    width: 200px;
    min-width: 200px;
  }

  .resolution-nav .list-item {
    height: 225px;
  }
}

@media (min-width: 600px) {
  .section-inner-container ul.resolution-nav {
    width: 630px;
  }
}

@media (min-width: 1180px) {
  .section-inner-container ul.resolution-nav {
    width: 990px;
  }

  .size-nav .list-item,
  .resolution-nav .list-item {
    height: 322px;
    width: 267px;
    min-width: 267px;
  }

  .resolution-nav .list-item {
    width: 313px;
    min-width: 313px;
  }

  .size-nav img {
    width: 85%;
  }

  .size-nav .list-item:not(:last-of-type) img {
    width: 100%;
  }

  .resolution-nav img {
    width: 100%;
  }

  .resolution-nav .list-item:nth-of-type(1) .list-item-img-cont {
    width: 65%;
  }

  .resolution-nav .list-item:nth-of-type(1) .list-item-img-cont,
  .resolution-nav .list-item:nth-of-type(2) .list-item-img-cont {
    margin-bottom: 8px;
  }

  .resolution-nav .list-item-desc {
    padding: 15px 0 10px;
  }
}

@media (min-width: 1440px) {
  .size-nav .list-item {
    height: 322px;
    width: 313px;
    min-width: 313px;
  }
}
/**size-res.css ends**/
#monitors-lpage section#topRated {
  text-align: center;
}

#monitors-lpage section#topRated h3 {
  text-align: left;
}

#monitors-lpage section#topRated .section-inner-container {
  padding-bottom: 20px;
}

.topRated-nav .list-item {
  height: auto;
  min-height: 210px;
  width: 156px;
  min-width: 156px;
}

.topRated-nav .list-item-link {
  display: block;
}

.topRated-nav .list-item-img-cont {
  height: 55%;
  position: relative;
  overflow: hidden;
}

.topRated-nav .list-item img {
  width: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.topRated-nav .list-item .list-item-link#p65E6KCC1US img {
  width: 95%;
}

.topRated-nav .list-item .list-item-link#p61CBGAR1US img {
  width: 75%;
}

.topRated-nav .list-item-desc {
  line-height: 1.4;
  max-width: 85%;
  font-size: 13px;
  font-weight: bold;
  padding-top: 0;
  min-height: 41px;
}

.topRated-nav .list-item-desc,
.topRated-nav .list-item-price {
  color: black;
}

.list-item-price-container {
  text-align: center;
}

.list-item p.list-item-was-price {
  font-size: 14px;
  display: inline-block;
  width: auto;
  position: relative;
  color: #545454;
}

.list-item p.list-item-was-price::after {
  content: "";
  width: 100%;
  height: 1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 0;
}

.topRated-nav .list-item-price {
  font-weight: bold;
  font-size: 16px;
}

.shop-all-btn {
  display: inline-block;
  color: #1976a1;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  #monitors-lpage section#topRated h3 {
    text-align: center;
  }

  .topRated-nav .list-item {
    min-width: 159px;
    min-height: 240px;
  }

  .topRated-nav .list-item-desc {
    font-size: 14px;
  }

  .list-item p.list-item-was-price {
    font-size: 15px;
  }

  .topRated-nav .list-item-price {
    font-size: 17px;
  }

  .shop-all-btn {
    width: 280px;
    height: 46px;
    line-height: 46px;
    border-radius: 4px;
    background: white;
    border: 1px solid #1976a1;
    padding-bottom: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .shop-all-btn:hover {
    border: 1px solid transparent;
    background: #1976a1;
    color: white;
  }
}

@media (min-width: 1180px) {
  #monitors-lpage section#topRated .section-inner-container {
    padding-bottom: 18px;
  }

  .topRated-nav .list-item {
    min-width: 211px;
  }

  .topRated-nav .list-item img {
    width: 75%;
  }

  .topRated-nav .list-item .list-item-link#p65E6KCC1US img {
    width: 85%;
  }

  .topRated-nav .list-item .list-item-link#p61CBGAR1US img {
    width: 65%;
  }
}

@media (min-width: 1440px) {
  .topRated-nav .list-item {
    min-width: 247px;
    min-height: 317px;
  }

  .topRated-nav .list-item-img-cont {
    height: 60%;
  }

  .topRated-nav .list-item-desc {
    font-size: 16px;
    max-width: 90%;
    min-height: 54px;
  }

  .topRated-nav .list-item-price {
    font-size: 22px;
  }

  #monitors-lpage section#topRated {
    padding-bottom: 30px;
  }
}
/***top-rated.css**/
.technology-nav > .list-item {
  display: block;
  width: 156px;
  height: auto;
  min-width: 156px;
  margin-bottom: 10px;
}

.list-item-thumbnail-container {
  width: 100%;
  height: 85px;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.list-item-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.technology-nav > .list-item:hover .list-item-thumbnail {
  opacity: 0;
}

.technology-nav
  > .list-item:nth-of-type(1)
  .list-item-thumbnail-container
  .list-item-thumbnail {
  background-image: url(https://static.lenovo.com/na/landing-pages/monitors-landing-page/icons/lenovo-monitors-lp-thunderbolt-video.png?v=1);
}

.technology-nav
  > .list-item:nth-of-type(2)
  .list-item-thumbnail-container
  .list-item-thumbnail {
  background-image: url(https://static.lenovo.com/na/landing-pages/monitors-landing-page/icons/lenovo-monitors-lp-video-curved.png?v=1);
}

.technology-nav
  > .list-item:nth-of-type(3)
  .list-item-thumbnail-container
  .list-item-thumbnail {
  background-image: url(https://static.lenovo.com/na/landing-pages/monitors-landing-page/icons/lenovo-monitors-lp-video-gsync.png?v=1);
}

.list-item-desc-container {
  padding: 8px;
}

.technology-nav ul.list-item-ul {
  display: block;
  list-style-type: none;
  margin-left: 15px;
  width: 92%;
}

.technology-nav p.list-item-desc,
.technology-nav p.list-item-desc + p,
.technology-nav .list-item-list {
  text-align: left;
  width: 100%;
}

.technology-nav p.list-item-desc {
  padding: 0;
  font-weight: bold;
}

.technology-nav p.list-item-desc + p,
.technology-nav .list-item-list {
  font-size: 12px;
}

.technology-nav p.list-item-desc + p {
  margin: 8px 0 4px;
}

.technology-nav .list-item-list {
  line-height: 1.4;
}

.technology-nav .list-item-list a {
  color: #488cb8;
}

.technology-nav .list-item-list a:hover {
  color: #888;
}

.technology-nav .list-item-list::before {
  content: "\2022";
  color: black;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.list-item-thumbnail-container iframe {
  height: 145%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 600px) {
  .technology-nav > .list-item {
    min-width: 200px;
  }

  .list-item-thumbnail-container {
    height: 109px;
  }

  .list-item-desc-container {
    padding: 12px;
  }

  .technology-nav ul.list-item-ul {
    margin-left: 10px;
  }
}

@media (min-width: 600px) {
  .technology-nav > .list-item {
    min-width: 273px;
    border: none;
  }

  .list-item-thumbnail-container {
    height: 149px;
  }

  .list-item-desc-container {
    padding: 15px;
  }

  .technology-nav p.list-item-desc {
    font-size: 20px;
    line-height: 1.2;
    min-height: 48px;
  }

  .technology-nav p.list-item-desc + p,
  .technology-nav .list-item-list {
    font-size: 13px;
  }
}

@media (min-width: 1180px) {
  .technology-nav > .list-item {
    min-width: 365px;
  }

  .list-item-thumbnail-container {
    height: 169px;
  }

  .technology-nav p.list-item-desc {
    font-size: 24px;
    min-height: 57px;
  }

  .list-item-desc-container {
    padding: 25px;
  }

  .technology-nav p.list-item-desc + p,
  .technology-nav .list-item-list {
    font-size: 16px;
  }
}

@media (min-width: 1440px) {
  .technology-nav > .list-item {
    min-width: 422px;
  }

  .list-item-thumbnail-container {
    height: 220px;
  }

  .list-item-desc-container {
    padding: 32px;
  }

  .technology-nav p.list-item-desc + p {
    margin-top: 15px;
  }
}

/* PopUp */
.mlp-video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.mlp-video-popup.active {
  opacity: 1;
  visibility: visible;
}

.mlp-video-popup-inner-container {
  position: relative;
  width: 100%;
  margin: auto;
  max-width: 850px;
  padding-bottom: 2.25%;
  height: 100%;
  max-height: 480px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.mlp-video-popup-inner-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 480px;
}

.mlp-close-video {
  width: 200px;
  height: 200px;
  position: absolute;
  top: -100px;
  right: -100px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999;
}

.mlp-close-video span {
  color: white;
  font-size: 80px;
  right: 58%;
  bottom: -5%;
  position: absolute;
  font-weight: 100;
  opacity: 0.5;
}

.mlp-close-video:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/*technology.cssend here */

.resources-nav p {
  font-size: 13px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #545454;
}

.resources-nav .list-item a {
  position: relative;
}

.resources-nav p.list-item-desktop,
.img-desktop {
  display: none;
}

.resources-nav .list-item {
  min-width: 108px;
  min-height: 130px;
}

.resources-nav p.list-item-mbl {
  height: 45px;
}

.resources-nav .list-item-img-cont {
  height: 52%;
}

.resources-nav .img-mbl {
  width: 75%;
}

.resources-nav .list-item:hover .list-item-img-cont img {
  display: none;
}

.resources-nav .list-item:hover .list-item-img-cont img + img {
  display: inline-block;
}

.resources-nav .list-item:hover p.list-item-mbl {
  color: #1976a1;
}

@media (min-width: 600px) {
  .resources-nav .list-item {
    min-width: 130px;
    min-height: 150px;
  }

  .resources-nav p {
    font-size: 16px;
  }

  .resources-nav p.list-item-mbl {
    height: 60px;
  }

  .resources-nav .list-item-img-cont {
    height: 45%;
  }
}

@media (min-width: 600px) {
  .resources-nav .list-item {
    min-width: 272px;
    min-height: 190px;
  }

  .resources-nav p {
    font-size: 18px;
  }

  .resources-nav p.list-item-mbl {
    height: 50px;
  }

  .resources-nav .list-item-img-cont {
    height: 55%;
  }

  .resources-nav .img-mbl {
    width: 100%;
  }
}

@media (min-width: 1180px) {
  .section-inner-container ul.resources-nav {
    max-width: 980px;
  }

  .resources-nav .list-item {
    min-width: 313px;
  }

  .section-inner-container ul.resources-nav .list-item.scaleUp {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (min-width: 1440px) {
  .section-inner-container ul.resources-nav {
    max-width: inherit;
  }

  .resources-nav .list-item {
    min-width: 422px;
    min-height: 220px;
  }

  .resources-nav .list-item .list-item-img-cont img.img-mbl,
  .resources-nav .list-item .list-item-img-cont img + img.img-mbl,
  .resources-nav p.list-item-mbl {
    display: none;
  }

  .resources-nav p.list-item-desktop,
  .img-desktop {
    display: block;
    position: absolute;
  }

  .img-desktop {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .resources-nav p.list-item-desktop {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    font-weight: 900;
    font-size: 24px;
    line-height: 1.3;
  }
}
/*  resources.css */
.legal-inner-container {
  padding-right: 20px;
  margin: auto;
  max-width: 1280px;
}

.legal-inner-container h4,
.modal-inner-container p {
  color: black;
}

.legal-inner-container h4 {
  margin-bottom: 5px;
}

.legal-inner-container p {
  margin-bottom: 15px;
}

.legal-inner-container p,
.modal-inner-container p,
.legal-important-info {
  line-height: 1.3;
}

.legal-inner-container a {
  color: #1976a1;
}

.legal-copy {
  position: relative;
  height: auto;
  max-height: 120px;
  overflow: hidden;
  -webkit-transition: max-height 0.7s ease-out;
  -o-transition: max-height 0.7s ease-out;
  transition: max-height 0.7s ease-out;
}

.legal-copy.expanded {
  max-height: 2425px;
  padding-bottom: 20px;
}

.legal-copy.expanded::after {
  display: none;
}

.legal-copy.expanded + .legal-btn p::after {
  margin-top: 2px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

.legal-copy h4:not(:first-of-type),
.legal-copy p:not(:first-of-type) {
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

.legal-copy h4:nth-of-type(2),
.legal-copy p:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.legal-copy h4:nth-of-type(3),
.legal-copy p:nth-of-type(3) {
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.legal-copy h4:nth-of-type(4),
.legal-copy p:nth-of-type(4) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.legal-copy h4:nth-of-type(5),
.legal-copy p:nth-of-type(5) {
  -webkit-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.legal-copy h4:nth-of-type(6),
.legal-copy p:nth-of-type(6) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.legal-copy p:nth-of-type(7) {
  -webkit-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.legal-copy p:nth-of-type(8) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.legal-copy.expanded h4:not(:first-of-type),
.legal-copy.expanded p:not(:first-of-type) {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.legal-copy::after {
  content: "";
  width: 100%;
  height: 100px;
  bottom: 0;
  background: -o-linear-gradient(
    top,
    rgba(242, 242, 242, 0.1) 0,
    rgba(242, 242, 242, 0.8) 30%,
    #f2f2f2 84%,
    #f2f2f2 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(242, 242, 242, 0.1)),
    color-stop(30%, rgba(242, 242, 242, 0.8)),
    color-stop(84%, #f2f2f2),
    to(#f2f2f2)
  );
  background: linear-gradient(
    to bottom,
    rgba(242, 242, 242, 0.1) 0,
    rgba(242, 242, 242, 0.8) 30%,
    #f2f2f2 84%,
    #f2f2f2 100%
  );
  position: absolute;
  z-index: 1;
}

.legal-btn {
  border: 1px solid #e3e3e3;
  border-right: none;
  border-left: none;
  cursor: pointer;
  height: 55px;
  position: relative;
  z-index: 2;
}

.legal-btn p,
.legal-btn p::after {
  position: absolute;
  top: 50%;
}

.legal-btn p {
  font-weight: 700;
  color: #1976a1;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.legal-btn p::after {
  content: "";
  width: 8px;
  height: 8px;
  border-left: 2px solid #1976a1;
  border-bottom: 2px solid #1976a1;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  right: -20px;
  margin-top: -2px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.legal-important-info {
  border: 1px solid #009dd9;
  color: #009dd9;
  text-transform: uppercase;
  display: block;
  padding: 15px 10px;
  text-align: center;
  margin: 30px 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.legal-important-info:hover {
  background: #009dd9;
  color: #fff;
}

@media (min-width: 600px) {
  .legal-inner-container {
    padding: 0 0 20px;
    width: 95%;
  }

  .legal-copy::after {
    background: -o-linear-gradient(
      top,
      rgba(255, 255, 255, 0.1) 0,
      rgba(255, 255, 255, 0.8) 30%,
      #ffffff 84%,
      #ffffff 100%
    );
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, rgba(255, 255, 255, 0.1)),
      color-stop(30%, rgba(255, 255, 255, 0.8)),
      color-stop(84%, #ffffff),
      to(#ffffff)
    );
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.1) 0,
      rgba(255, 255, 255, 0.8) 30%,
      #ffffff 84%,
      #ffffff 100%
    );
  }
}

/* ------------- Modal ------------------------ */

.legal-modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: visibility 1.3s, opacity 1.3s;
  -o-transition: visibility 1.3s, opacity 1.3s;
  transition: visibility 1.3s, opacity 1.3s;
  visibility: hidden;
  opacity: 0;
}

.modal-container {
  display: block;
  position: relative;
  -webkit-transition: -webkit-transform 0.6s
    cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: -webkit-transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95),
    -webkit-transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  text-align: center;
  width: 90%;
  max-width: 1200px;
  height: 85vh;
}

.modal-inner-container {
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(83, 83, 83, 0.9);
  position: absolute;
  width: 100%;
  display: block;
  height: 100%;
  background-color: #fff;
}

.modal-inner-container {
  color: #222;
  -webkit-transition: box-shadow 0.8s ease;
  -webkit-transition: -webkit-box-shadow 0.8s ease;
  transition: -webkit-box-shadow 0.8s ease;
  -o-transition: box-shadow 0.8s ease;
  transition: box-shadow 0.8s ease;
  transition: box-shadow 0.8s ease, -webkit-box-shadow 0.8s ease;
  overflow-y: auto;
}

.legal-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.modal-link {
  text-decoration: none;
  color: #1976a1;
}

.modal-inner-container span.modal-close {
  color: #222;
  font-size: 40px;
  position: absolute;
  top: 10px;
  right: 15px;
  font-weight: 300;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

.modal-inner-container span.modal-close:hover {
  -webkit-transform: scale(1.3) perspective(1px);
  transform: scale(1.3) perspective(1px);
  opacity: 0.7;
}

.modal-inner-container p {
  text-align: left;
  font-size: 14px;
}

.legal-modal.is-open .modal-container {
  -webkit-transform: scale(1) rotate(0.001deg);
  -ms-transform: scale(1) rotate(0.001deg);
  transform: scale(1) rotate(0.001deg);
}

.legal-modal.is-open .modal-container .modal-inner-container {
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.7);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.7);
}

.modal-inner-container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.modal-inner-container::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

.modal-inner-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.1);
}

@media (min-width: 1440px) {
  .modal-container {
    height: 75vh;
  }
}
/** seo.css ends here**/
/* Explorer 11 fixes */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* use */
  .use-nav img {
    max-width: 88px;
  }

  /* connection */
  .connection-nav img {
    max-width: 135px;
  }

  /* size - resolution*/
  .size-nav .list-item a,
  .resolution-nav .list-item a {
    display: block;
  }

  .size-nav .list-item-img-cont,
  .resolution-nav .list-item-img-cont {
    height: 70%;
    position: relative;
    margin: auto;
  }

  .resolution-nav .list-item-img-cont {
    height: 65%;
  }

  .size-nav .list-item img,
  .resolution-nav .list-item img {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .size-nav .list-item p,
  .resolution-nav .list-item p {
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 1180px),
  (-ms-high-contrast: active) and (min-width: 1180px) {
  .size-nav .list-item:nth-of-type(1) img {
    width: 148px;
  }

  .size-nav .list-item:nth-of-type(2) img {
    width: 187px;
  }

  .size-nav .list-item:nth-of-type(3) img {
    width: 223px;
  }

  .size-nav .list-item:nth-of-type(4) img {
    width: 235px;
  }

  .resolution-nav .list-item:nth-of-type(2) .list-item-img-cont {
    width: 70%;
  }

  .resolution-nav .list-item:nth-of-type(3) .list-item-img-cont {
    width: 78%;
  }
}
/* explorer-fixes.css ends**/

@font-face {
  font-family: "LatoLatin-Italic";
  src: url("//static.lenovo.com/we/assets/fonts/fonts/LatoLatin-Italic.woff2?v0.1");
}

@font-face {
  font-family: "LatoLatin-Black";
  src: url("//static.lenovo.com/we/assets/fonts/fonts/LatoLatin-Black.woff2?v0.1");
}

@font-face {
  font-family: "LatoLatin-Hairline";
  src: url("//static.lenovo.com/we/assets/fonts/fonts/LatoLatin-Hairline.woff2?v0.1");
}

@font-face {
  font-family: "LatoLatin-Italic";
  src: url("//static.lenovo.com/we/assets/fonts/fonts/LatoLatin-Italic.woff2?v0.1");
}

@font-face {
  font-family: "LatoLatin-LightItalic";
  src: url("//static.lenovo.com/we/assets/fonts/fonts/LatoLatin-LightItalic.woff2?v0.1");
}

@font-face {
  font-family: "LatoLatin-Regular";
  src: url("//static.lenovo.com/we/assets/fonts/fonts/LatoLatin-Regular.woff2?v0.1");
}

/* General styles */

.o-mastheadModule {
  position: fixed;
}

body {
  font-weight: 400;
  margin: 0;
}

main * {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
#monitors-lpage {
  -webkit-overflow-scrolling: touch;
}

#monitors-lpage {
  background: #f2f2f2;
  max-width: 1920px;
  margin: auto;
  padding-bottom: 5px;
}

#monitors-lpage a {
  text-decoration: none;
}

#monitors-lpage section {
  border-top: 1px solid #bcbcbc;
  padding: 10px 0 0 15px;
  -webkit-animation: fadeIn 1s both ease-in-out;
  animation: fadeIn 1s both ease-in-out;
}

#monitors-lpage section.collapsed .section-inner-container,
#monitors-lpage section.collapsed .shop-all-btn {
  display: none;
}

#monitors-lpage section.collapsed h3 span.arrow {
  -webkit-transform: translateY(-60%) rotate(45deg) scale(-1);
  -ms-transform: translateY(-60%) rotate(45deg) scale(-1);
  transform: translateY(-60%) rotate(45deg) scale(-1);
}

#monitors-lpage section h3 {
  color: black;
}

#monitors-lpage section h3 {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 12px;
  position: relative;
  font-weight: bold;
}

#monitors-lpage section h3 span.arrow {
  width: 12px;
  height: 12px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-color: black;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-20%) rotate(45deg);
  -ms-transform: translateY(-20%) rotate(45deg);
  transform: translateY(-20%) rotate(45deg);
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#monitors-lpage section h3 span.arrow:hover {
  border-color: #1976a1;
}

.section-inner-container {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-bottom: 25px;
}

.section-inner-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.section-inner-container::-webkit-scrollbar {
  display: none;
}

.section-inner-container.active ul,
.section-inner-container.active ul a {
  cursor: -webkit-grab;
  cursor: grab;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.list-item {
  list-style: none;
  background: white;
  border-radius: 8px;
  border: 1px solid #bcbcbc;
  height: 100px;
  width: 100px;
  min-width: 100px;
  margin-right: 10px;
  -webkit-box-sizing: initial;
  box-sizing: initial;
}

.list-item p {
  width: 90%;
  text-align: center;
  line-height: 1;
  margin: 0 auto;
}

.list-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  color: inherit;
}

.list-item-img-cont {
  text-align: center;
}

.list-item-img-cont img + img {
  display: none;
}

.list-item-desc {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0 5px;
}

.list-item-price {
  font-size: 12px;
  padding-bottom: 10px;
}

.list-item p.list-item-quality {
  text-transform: uppercase;
  font-size: 12px;
  color: black;
  font-weight: bold;
  border-radius: 6px;
  max-width: 170px;
  height: 24px;
  line-height: 24px;
  background: #e3e3e3;
  margin: 6px auto 3px;
}

@media (min-width: 375px) {
  #monitors-lpage section h3 {
    font-size: 18px;
  }
}

@media (min-width: 600px) {
  .list-item-desc {
    font-size: 16px;
  }

  .list-item-price {
    font-size: 14px;
  }
}

@media (min-width: 600px) {
  #monitors-lpage {
    background: transparent;
  }

  #monitors-lpage section {
    border: none;
  }

  #monitors-lpage section:nth-of-type(2n) {
    background: #f8f8f8;
  }

  #monitors-lpage section h3 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 0;
  }

  #monitors-lpage section h3 span.arrow {
    display: none;
  }

  #monitors-lpage section {
    padding: 40px 0 0;
  }

  .section-inner-container ul {
    width: 846px;
    margin: auto;
  }

  .section-inner-container {
    padding-top: 30px;
    padding-bottom: 40px;
    overflow: hidden;
  }
}

@media (min-width: 1180px) {
  .section-inner-container ul {
    width: 1130px;
  }

  .list-item {
    margin-right: 15px;
    margin-bottom: 20px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }

  .section-inner-container ul .list-item.scaleDown {
    -webkit-transform: scale(0.9) rotate(0.001deg);
    -ms-transform: scale(0.9) rotate(0.001deg);
    transform: scale(0.9) rotate(0.001deg);
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }

  .section-inner-container ul .list-item.scaleUp {
    -webkit-box-shadow: 0px 2px 1px #b8b8b8, 0px 2px 1px #b8b8b8,
      0px 3px 1px #b8b8b8, 0px 4px 1px #b8b8b8,
      0px 8px 4px rgba(32, 21, 21, 0.2), 0px 13px 10px rgba(16, 16, 16, 0.1),
      0px 17px 15px rgba(16, 16, 16, 0.1), 0px 20px 25px rgba(16, 16, 16, 0.2);
    box-shadow: 0px 2px 1px #b8b8b8, 0px 2px 1px #b8b8b8, 0px 3px 1px #b8b8b8,
      0px 4px 1px #b8b8b8, 0px 8px 4px rgba(32, 21, 21, 0.2),
      0px 13px 10px rgba(16, 16, 16, 0.1), 0px 17px 15px rgba(16, 16, 16, 0.1),
      0px 20px 25px rgba(16, 16, 16, 0.2);
    -webkit-transform: scale(1.02) rotate(0.001deg) perspective(1px);
    -ms-transform: scale(1.02) rotate(0.001deg) perspective(1px);
    transform: scale(1.02) rotate(0.001deg) perspective(1px);
    -webkit-filter: none;
    filter: none;
  }

  .list-item-desc {
    font-size: 22px;
    font-weight: normal;
    padding: 25px 0 10px;
  }

  .list-item-price {
    font-size: 14px;
    padding-bottom: 18px;
  }

  .list-item p.list-item-quality {
    margin-bottom: 0;
  }
}

@media (min-width: 1440px) {
  .section-inner-container ul {
    width: 1325px;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(1.05) rotate(0.001deg);
    transform: scale(1.05) rotate(0.001deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0.001deg);
    transform: scale(1) rotate(0.001deg);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(1.05) rotate(0.001deg);
    transform: scale(1.05) rotate(0.001deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0.001deg);
    transform: scale(1) rotate(0.001deg);
  }
}