div, h1, h2, h3, h4, h5, h6, span, object, iframe, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, a, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, select, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, button, button:focus, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: "FSAlbert",sans-serif;
  font-weight: 100; }

#pdp {
  --background-color: #040f1c;
  --accent-color: #00aeef;
  --highlight-color: #fcfbfa;
  --text-color: #9e9e9e;
  background-color: var(--background-color);
  overflow: clip; }

.container {
  position: relative; }

#pdp .cont-1024 {
  max-width: 1024px;
  margin: 0 auto; }

#pdp .cont-1280 {
  max-width: 1280px;
  margin: 0 auto; }

#pdp .cont-1400 {
  max-width: 1400px;
  margin: 0 auto; }

#pdp h1,
#pdp h2,
#pdp h3,
#pdp h4,
#pdp h5,
#pdp h6 {
  margin-bottom: 0.5rem;
  /*    line-height: 1.33333;*/
  line-height: 1.2;
  color: #fcfbfa; }

#pdp h1 {
  font-size: 3.2rem;
  margin-bottom: 3.2rem; }

#pdp h2 {
  font-size: 2.4rem;
  margin-bottom: 2.4rem; }

#pdp h3 {
  font-size: 2rem;
  color: var(--accent-color); }

#pdp h4 {
  font-size: 1.8rem;
  font-weight: 300; }

#pdp h5 {
  font-size: 1.6rem; }

#pdp p {
  font-size: 1.8rem;
  color: var(--text-color);
  line-height: 1.375;
  margin-bottom: 2em; }

#pdp button:hover {
  cursor: pointer; }

#pdp section {
  margin: 0rem auto;
  padding: 0 0 5rem 0;
  overflow: clip; }

.pdp-h3-accent{
	font-size: 2rem;
	color: var(--accent-color);
}

.pdp-h4-accent{
	font-size: 1.6rem;
	color: var(--accent-color);
	line-height: 1.1;
	margin-bottom: 0.5rem;
}

.pdp-h5{
	font-size: 1.6rem;
	color: var(--highlight-color);
    line-height: 1.2;
}

.pdp-overline {
  font-size: 1.8rem;
  font-weight: 300;
  color: var(--highlight-color); }

.pdp-overline-accent {
	font-size: 1.8rem;
	font-weight: 300;
	color: var(--accent-color);
}

.mobile-display {
  display: block; }

.desktop-display {
  display: none; }

.pdp-btn-link {
  position: relative;
  text-transform: uppercase;
  color: var(--accent-color);
  letter-spacing: 2.56px;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none; }

.pdp-btn-link:hover,
.pdp-btn-link:focus {
  font-weight: 600;
  text-decoration: underline; }

#pdp button {
  background-color: transparent; }

button svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: #fcfbfa;
  stroke-width: 0.75;
  stroke-linecap: round;
  stroke-linejoin: round; }

.filter-bright-90 {
  filter: brightness(0.9); }

.video {
  position: relative;
  max-width: 1200px;
  margin: 5rem auto 2rem;
  text-align: right; }

.video button {
  margin-top: 1rem; }

.video .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 1s all ease; }

.video .thumbnail.active {
  opacity: 1; }

.capsule {
  display: flex;
  align-items: baseline;
  margin-top: 0.5em; }

.capsule-icon {
  width: 36px; }

.capsule-link button {
  position: relative;
  color: var(--accent-color);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  text-align: left; }

.capsule-link button:hover,
.capsule-link button:focus {
  font-weight: 600;
  text-decoration: underline; }

.sticky {
  position: sticky;
  top: 0; }

.flex {
  display: flex;
  justify-content: normal; }

.flex-btw {
  display: flex;
  justify-content: space-between; }

.glow {
  -webkit-filter: drop-shadow(0px 0px 0px #00aeef);
  filter: drop-shadow(0px 0px 0px #00aeef);
  transition: 2s all ease; }

.glow.active {
  -webkit-filter: drop-shadow(0px 0px 20px #00aeef);
  filter: drop-shadow(0px 0px 20px #00aeef); }

.glowBg {
  background: radial-gradient(circle, rgba(148, 53, 187, 0) 0%, rgba(148, 53, 187, 0) 80%);
  transition: 1s 1s all ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.glowBg.active {
  background: radial-gradient(circle, #9435bb 0%, rgba(148, 53, 187, 0) 80%);
  opacity: 1; }

.highlight {
  color: var(--highlight-color); }

.gray {
  color: var(--text-color); }

.subtext {
  font-size: 1.4rem;
  display: block; }

.view-arrow {
  animation: arrow-move 2s infinite;
  float: right; }

@keyframes arrow-move {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(1rem); }
  100% {
    transform: translateX(0); } }
#pdp .num {
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  background: -webkit-linear-gradient(90deg, #8ee1ff 0%, #00aeef 50%, #aa56f3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

#pdp .num-desc {
  font-size: 1.6rem;
  line-height: 1.2;
  color: var(--highlight-color);
  margin-bottom: 0; }

#pdp .percentage {
  font-size: 3rem; }

.ref::before {
  content: '';
  border-top: 1px solid #9e9e9e;
  width: 3rem;
  height: 1px;
  display: inline-block;
  top: 0; }

#pdp .ref p {
  font-size: 1.1rem;
  color: #7b7b7b;
  line-height: 1.1;
  padding-top: 2rem; }

.pdp-intro {
  position: relative;
  padding-bottom: 15rem;
  height: 100vh; }

.shortdesc {
  position: relative;
  padding-bottom: 5rem; }

.shortdesc-bg:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
/*  background: url("../img/shortdesc-tech5_sm.webp") no-repeat 50% 50%;*/
	
	background-image: url("../img2/shortdesc-tech5_small-2x.webp");
	background-image: -webkit-image-set(
    url("../img2/shortdesc-tech5_small.webp") 1x,
    url("../img2/shortdesc-tech5_small-2x.webp") 2x);
	background-image: image-set(
    url("../img2/shortdesc-tech5_small.webp") 1x,
    url("../img2/shortdesc-tech5_small-2x.webp") 2x);
	
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: 90vh;
  margin: 0 auto;
  animation: rotate-bob 200s forwards;
  opacity: 0.5; }

.shortdesc .text {
  padding-top: calc(10vh + 107px); }

.shortdesc .text2 {
  margin: 20rem auto 0rem;
  text-align: center; }

.shortdesc .title {
  margin: 0 auto;
  text-align: center; }

.shortdesc .icons {
  margin: 5% auto 0;
  max-width: 370px;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-evenly; }

.shortdesc .icon {
  text-align: center;
  width: 125px;
/*height: 125px; */
}

.shortdesc .icon p {
  width: 75%;
  margin: 0 auto; }

.shortdesc .icon.revealDown {
  --revealDown-duration: 3s;
  --revealDown-offset: 5rem; }

.shortdesc .otp {
  position: relative;
  margin-top: 5rem;
  z-index: 1; }

.shortdesc .otp-bg {
  position: relative;
  top: 0;
  background-image: url("../img/otp-bg2.webp");
  background-position: 50% 0%;
  background-size: 200%;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100vh;
  transform: translateY(-6rem);
  z-index: -1; }

.shortdesc .otp-bg:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 100px;
  background: #040f1c;
  background: -webkit-linear-gradient(bottom, rgba(4, 15, 28, 0) 0%, #040f1c 100%);
  background: -o-linear-gradient(bottom, rgba(4, 15, 28, 0) 0%, #040f1c 100%);
  background: linear-gradient(to top, rgba(4, 15, 28, 0) 0%, #040f1c 100%); }

.shortdesc .otp:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 100px;
  background: #040f1c;
  background: -webkit-linear-gradient(top, rgba(4, 15, 28, 0) 0%, #040f1c 100%);
  background: -o-linear-gradient(top, rgba(4, 15, 28, 0) 0%, #040f1c 100%);
  background: linear-gradient(to bottom, rgba(4, 15, 28, 0) 0%, #040f1c 100%); }

.shortdesc .otp-contain {
  display: flex;
  align-content: space-between;
  align-items: center;
  margin: 0 auto;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }

.shortdesc .otp-chair {
  margin: 0 auto 3rem;
  position: relative;
  width: 100%;
  text-align: center; }

.shortdesc .otp-chair:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 100px;
  background: #040f1c;
  background: -webkit-linear-gradient(top, rgba(4, 15, 28, 0) 0%, #040f1c 100%);
  background: -o-linear-gradient(top, rgba(4, 15, 28, 0) 0%, #040f1c 100%);
  background: linear-gradient(to bottom, rgba(4, 15, 28, 0) 0%, #040f1c 100%); }

.shortdesc .otp-text {
  padding: 0 2.5rem;
  text-align: center;
  max-width: 660px;
  margin: 0 auto;
  z-index: 1; }

.shortdesc .revealRight {
  --revealRight-duration: 1s;
  --revealRight-offset: -100vw; }

.shortdesc .zoomOut {
  --zoomOut-start: 1;
  --zoomOut-time: 1s; }

.shortdesc .zoomOut.active {
  --zoomOut-end: 1.2;
  opacity: 1; }

.otp-bg.revealUp {
  --revealUp-duration: 2s;
  --revealUp-offset: 20rem; }

@keyframes rotate-bob {
  0% {
    transform: rotate(0deg) scale(1); }
  50% {
    transform: rotate(180deg) scale(2); }
  100% {
    transform: rotate(360deg) scale(1); } }
.slide-in-elliptic-top-fwd {
  transform: translateY(-600px) rotateX(-30deg) scale(0);
  transform-origin: 50% 100%;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-duration: 1s; }

.slide-in-elliptic-top-fwd.active {
  transform: translateY(0) rotateX(0) scale(1);
  transform-origin: 50% 1400px;
  opacity: 1; }

/**
 * ----------------------------------------
 * animation slide-in-elliptic-top-fwd
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-elliptic-top-fwd {
  0% {
    -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
    transform: translateY(-600px) rotateX(-30deg) scale(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
    transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% 1400px;
    transform-origin: 50% 1400px;
    opacity: 1; } }
@keyframes slide-in-elliptic-top-fwd {
  0% {
    -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
    transform: translateY(-600px) rotateX(-30deg) scale(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
    transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% 1400px;
    transform-origin: 50% 1400px;
    opacity: 1; } }
/* -----------------------------------
----------- 5 SENSES INTRO ----------- 
--------------------------------------*/
#senses {
  position: relative; }

#senses h1 {
  text-align: center;
  padding: 0 3rem; }

#senses .intro h1 {
  margin: 0 auto;
  max-width: 700px; }

#senses .intro h3,
#senses .intro .pdp-h3-accent{
  color: var(--highlight-color);
  text-shadow: 0 0 40px var(--accent-color), 0 0 50px var(--accent-color), 0 0 70px var(--accent-color), 0 0 80px var(--accent-color); }

#senses .pentagon {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  /*	border: 1px solid yellow;*/ }

#senses .pentagon .icon {
  position: relative;
  width: 70%;
  max-width: 500px;
  margin: 0 auto;
  /*	border: 1px solid red;*/ }

#senses .pentagon .icon .chair {
  position: absolute;
  top: 0;
  left: 0; }

#senses .pentagon-border {
  position: absolute;
  top: 0;
  left: 0; }

#senses img {
  width: 100%;
  margin: 0 auto; }

#senses .senses > div {
  position: absolute;
  top: 0;
  left: 0; }

#senses .senses .sight {
  top: 15%;
  left: 20%; }

#senses .senses .hear {
  top: 31%;
  left: 74%; }

#senses .senses .smell {
  top: 48%;
  left: 8%; }

#senses .senses .taste {
  top: 79%;
  left: 28%; }

#senses .senses .touch {
  top: 65%;
  left: 78%; }

#senses .zoomOutBlur.active {
  --zoom-amt: 2;
  --blur-amt: 9rem; }

#senses .intro .revealLeft {
  --revealLeft-duration: 2s;
  --revealLeft-offset: 5rem; }

#senses .intro .revealRight {
  --revealRight-duration: 2s;
  --revealRight-offset: 5rem; }

#senses .about .revealLeft {
  --revealLeft-duration: 1.5s;
  --revealLeft-offset: 2rem; }

#senses .about .revealRight {
  --revealRight-duration: 4s;
  --revealRight-offset: 5rem; }

#senses .intro .text {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  padding: 3rem 3rem 0 3rem; }

#senses .intro .capsule {
  margin-left: auto;
  margin-right: auto;
  justify-content: center; }

#senses .about {
  margin-top: -10rem; }

/*
#senses .about .pentagon-small{
	width: 10%;
	max-width: 180px;
	float: left;
}*/
#senses .about .about-contain {
  /*	width: 88%;
  	float: left;
  	border: 1px solid yellow;*/
  margin: 0 3rem;
  position: relative; }

#senses .about .about-contain::before {
  content: url("../img/pentagon-1st.webp");
  display: block;
  position: sticky;
  top: 0;
  transform: scale(0.7) translate(55%, 160px);
  transform-origin: right top;
  z-index: 1; }

/* -------------------------------------
----------- 5 SENSES - SIGHT ----------- 
----------------------------------------*/
#sight {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 5rem; }

#sight .revealLeft {
  --revealLeft-duration: 1s; }

#sight .color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
  animation: sight 8s 1s linear infinite;
  z-index: -1; }

@keyframes sight {
  0% {
    background: #3fb2cd; }
  15% {
    background: #f1d160; }
  31% {
    background: #ee8335; }
  47% {
    background: #3daca5; }
  63% {
    background: #e65e9c; }
  80% {
    background: #474994; }
  95% {
    background: #a6c369; }
  100% {
    background: #3fb2cd; } }
/* -------------------------------------
----------- 5 SENSES - HEAR ------------ 
----------------------------------------*/
#hear {
  margin: 0 auto 6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

#hear h2 {
  width: 80%; }

#hear .music {
  transform: translateX(-20%);
  width: 120vw; }

@keyframes hear {
  0% {
    background-position: 0 0%; }
  100% {
    background-position: 0 100%; } }
/* -------------------------------------
----------- 5 SENSES - SMELL ----------- 
----------------------------------------*/
.colm2 {
  display: flex;
  flex-wrap: wrap; }

#smell {
  display: block;
  margin: 0 auto 14rem; }

#smell .image {
  position: relative;
  transform: scale(1.5);
  transform-origin: top; }

#smell .text h2 img {
  width: 15%; }

#smell .text .colm {
  width: 100%; }

#smell .aroma {
  position: absolute;
  top: 0;
  left: 0; }

#smell .aroma.delay {
  transition-delay: 1s !important; }

#smell .aroma.reveal.active {
  animation: hue4b 12s 4s linear infinite; }

#smell .scent {
  position: relative;
  display: flex;
  justify-content: space-between; }

#smell .scent > div {
  width: 20%;
  text-align: center; }

#smell .scent .subtext {
  display: block;
  margin-top: 1rem;
  color: var(--highlight-color);
  line-height: 1.6rem; }

#smell .scent .ylang {
  top: 15%;
  left: 0%; }

#smell .scent .mandarin {
  top: 15%;
  left: 25%; }

#smell .scent .lavender {
  top: 15%;
  left: 50%; }

#smell .scent .green-tea {
  top: 15%;
  left: 75%; }

#smell .model.revealUp {
  --revealUp-duration: 2s;
  --revealUp-offset: 5rem; }

/*
#smell .lav .mask{
	height: 100%;
	width: 100%;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	animation: smell 4s linear 1;
}
*/
@keyframes blink {
  0% {
    opacity: 0.5; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0.5; } }
@keyframes hue4b {
  0% {
    filter: hue-rotate(0deg);
    opacity: 0.5; }
  5% {
    filter: hue-rotate(0deg);
    opacity: 1; }
  15% {
    filter: hue-rotate(120deg);
    opacity: 0; }
  25% {
    filter: hue-rotate(120deg);
    opacity: 1; }
  45% {
    filter: hue-rotate(140deg);
    opacity: 0; }
  55% {
    filter: hue-rotate(140deg);
    opacity: 1; }
  75% {
    filter: hue-rotate(180deg);
    opacity: 0; }
  85% {
    filter: hue-rotate(180deg);
    opacity: 1; }
  100% {
    filter: hue-rotate(0deg);
    opacity: 0; } }
@keyframes hue4 {
  0% {
    filter: hue-rotate(0deg);
    opacity: 1; }
  10% {
    filter: hue-rotate(0deg);
    opacity: 0.5; }
  15% {
    filter: hue-rotate(100deg);
    opacity: 0.5; }
  35% {
    filter: hue-rotate(100deg);
    opacity: 1; }
  45% {
    filter: hue-rotate(120deg);
    opacity: 0.5; }
  50% {
    filter: hue-rotate(180deg);
    opacity: 0.5; }
  65% {
    filter: hue-rotate(180deg);
    opacity: 1; }
  70% {
    filter: hue-rotate(180deg);
    opacity: 0.5; }
  75% {
    filter: hue-rotate(240deg);
    opacity: 1; }
  95% {
    filter: hue-rotate(0deg);
    opacity: 0.5; }
  100% {
    filter: hue-rotate(0deg);
    opacity: 1; } }
@keyframes hue3 {
  0% {
    filter: hue-rotate(0deg);
    opacity: 1; }
  15% {
    filter: hue-rotate(0deg);
    opacity: 0.5; }
  20% {
    filter: hue-rotate(120deg);
    opacity: 0.5; }
  45% {
    filter: hue-rotate(120deg);
    opacity: 1; }
  55% {
    filter: hue-rotate(120deg);
    opacity: 0.5; }
  60% {
    filter: hue-rotate(180deg);
    opacity: 0.5; }
  75% {
    filter: hue-rotate(180deg);
    opacity: 1; }
  80% {
    filter: hue-rotate(180deg);
    opacity: 0.5; }
  85% {
    filter: hue-rotate(0deg);
    opacity: 0.5; }
  100% {
    filter: hue-rotate(0deg);
    opacity: 1; } }
@keyframes smellIn {
  0% {
    opacity: 1;
    -webkit-mask-position: 0 150rem; }
  100% {
    opacity: 1;
    -webkit-mask-position: 0 0; } }
@keyframes smell {
  0% {
    opacity: 1;
    -webkit-mask-position: 0 150rem; }
  20% {
    opacity: 1;
    -webkit-mask-position: 0 0; }
  80% {
    opacity: 1;
    -webkit-mask-position: 0 0; }
  100% {
    opacity: 1;
    -webkit-mask-position: 0 150rem; } }
/* -------------------------------------
----------- 5 SENSES - TASTE ----------- 
----------------------------------------*/
#taste {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 6rem; }

#taste .image {
  position: relative; }

/* -------------------------------------
----------- 5 SENSES - TOUCH ----------- 
----------------------------------------*/
#touch {
  margin: 0 auto 15rem; }

#touch .text {
  margin-bottom: 6rem; }

#touch .image {
  position: relative;
  width: 100vw; }

#touch .image .image-contain {
  position: relative;
  width: 80%; }

#touch .desc h4 {
  color: var(--accent-color);
  font-size: 1.6rem;
  line-height: 1.1; }

#touch .desc span {
  font-size: 1.4rem;
  display: block;
  line-height: 1.2; }

#touch .image .image-contain .parts {
  position: absolute;
  left: 0; }

#touch .parts:nth-child(3) {
  top: 20%;
  height: 1vh;
  z-index: 2; }

#touch .parts:nth-child(2) {
  top: 56.5%;
  height: 1vh;
  z-index: 3; }

#touch .parts:nth-child(4) {
  top: 62%;
  height: 1vh; }

#touch .parts:nth-child(5) {
  top: 68.5%;
  height: 1vh; }

#touch .parts .desc {
  position: relative; }

#touch .parts:nth-child(3) .desc {
  width: 35%;
  text-align: right; }

#touch .parts:nth-child(3) .desc:after {
  content: '';
  position: absolute;
  top: -2rem;
  right: -1.5rem;
  height: 1rem;
  width: 1px;
  background-color: var(--accent-color);
  transition: 1s all ease; }

#touch .parts:nth-child(3) .desc.active:after {
  height: 14rem; }

#touch .parts:nth-child(2) .desc {
  width: 35%;
  top: -20rem;
  left: 70%; }

#touch .parts:nth-child(2) .desc:after {
  content: '';
  position: absolute;
  bottom: -2rem;
  left: -1.5rem;
  height: 1rem;
  width: 1px;
  background-color: var(--accent-color);
  transform: scaleY(1);
  transition: 1s all ease; }

#touch .parts:nth-child(2) .desc.active:after {
  transform: scaleY(19);
  transform-origin: bottom; }

#touch .parts:nth-child(4) .desc {
  width: 50%;
  left: 3%;
  text-align: right;
  margin-top: 6rem; }

#touch .parts:nth-child(4) .desc:after {
  content: '';
  position: absolute;
  top: -8rem;
  height: 1rem;
  width: 1px;
  background-color: var(--accent-color);
  transition: 1s all ease; }

#touch .parts:nth-child(4) .desc.active:after {
  height: 7rem; }

#touch .parts:nth-child(5) .desc {
  width: 35%;
  left: 76%;
  margin-top: 5rem; }

#touch .parts:nth-child(5) .desc:after {
  content: '';
  position: absolute;
  top: -11rem;
  left: 0;
  height: 1rem;
  width: 1px;
  background-color: var(--accent-color);
  transform: scaleY(1);
  transition: 1s all ease; }

#touch .parts:nth-child(5) .desc.active:after {
  transform: scaleY(10);
  transform-origin: top; }

#touch .expand-btn {
  width: 24px;
  height: 24px; }

#touch .parts button svg {
  stroke-width: 1.5;
  width: 30px;
  height: 30px; }

#touch-expand .expand-item {
  width: 100%;
  padding: 0 3rem; }

#touch-expand .expand-cont {
  align-items: center;
  flex-wrap: wrap; }

#touch-expand .expand-cont .colm:first-of-type img {
  width: 50%;
  margin: 0 auto; }

#touch-expand .expand-item:nth-of-type(2) {
  width: 80%; }

.patent {
  display: inline-block;
  width: 72px;
  margin-bottom: 5%; }

/* -------------------------------------
------------------ AI ------------------ 
----------------------------------------*/
#ai .intro .title {
  width: 25%;
  max-width: 360px;
  margin: 0rem auto;
  text-align: center; }

#ai .intro .image {
  position: relative;
  width: 11%;
  max-width: 160px;
  margin: 5rem auto 0;
  text-align: center; }

#ai .intro .image img {
  width: 100%; }

#ai .about-contain {
  display: flex;
  flex-direction: column-reverse; }

#ai .about-contain .text {
  padding: 0 3rem; }

#ai .about .title h1 {
  margin-bottom: 2rem; }

#ai .about .stats {
  display: flex;
  justify-content: space-between;
  margin: 1rem 15rem 1rem 0;
  flex-wrap: wrap; }

#ai .about .stats .colm {
  margin-bottom: 3rem; }

#ai .about .stats sup {
  font-size: 1.1rem;
    top: -0.4em }

#ai .about .big-data {
  margin-bottom: 3rem; }

#testHS,
#measure-expand,
#monitor-expand,
#manage-expand,
#stress-expand,
#touch-expand,
#programs-expand,
#safety-expand {
  display: flex;
  max-width: 100vw;
  align-items: center;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 107px;
  background-color: var(--background-color);
  right: -100vw;
  z-index: 5; }

#testHS section,
#measure-expand section,
#monitor-expand section,
#manage-expand section,
#stress-expand section,
#touch-expand section,
#programs-expand section,
#safety-expand section {
  width: 100%;
  padding: 0; }

#pdp #stress-expand p,
#pdp #measure-expand p,
#pdp #monitor-expand p,
#pdp #manage-expand p {
  font-size: 1.9rem; }

#pdp #stress-expand .ref p,
#pdp #measure-expand .ref p,
#pdp #monitor-expand .ref p,
#pdp #manage-expand .ref p {
  font-size: 1.1rem; }

.outer-wrapper {
  max-width: 100vw;
  overflow: hidden;
  overflow-x: auto;
  position: relative;
  scrollbar-color: #d5ac68 #f1db9d;
  scrollbar-width: thin;
  -ms-overflow-style: none; }

.expand-track {
  background-color: #fcfbfa;
  height: 2px;
  width: 70vw;
  position: relative;
  top: -3px;
  margin: 0 auto;
  opacity: 0.3;
  z-index: -10; }

.outer-wrapper::-webkit-scrollbar {
  width: 0;
  height: 5px; }

.outer-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  margin: 0 15vw; }

.outer-wrapper::-webkit-scrollbar-thumb {
  height: 5px;
  background-color: #fcfbfa; }

.outer-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #fcfbfa; }

.outer-wrapper::-webkit-scrollbar:vertical {
  display: none; }

.inner-wrapper {
  display: flex;
  align-items: center;
  gap: 10%;
  padding-bottom: 10px;
  height: calc(100vh - 180px); }

.m1-main {
  width: 49vw;
  height: 100%;
  background: url(../img/m1-main.webp) 0 0 no-repeat;
  background-size: cover; }

.m2-main {
  width: 49vw;
  height: 100%;
  background: url(../img/m2-main.webp) 0 50% no-repeat;
  background-size: contain; }

.m3-main {
  width: 49vw;
  height: 100%;
  background: url(../img/m3-main.webp) 0 0 no-repeat;
  background-size: cover; }

.expand-item {
  flex-shrink: 0; }

.expand-item-row {
  gap: 5%; }

.expand-item:nth-of-type(2) {
  width: 34%; }

.expand-item:nth-of-type(4) {
  width: 31%; }

.expand-item:nth-of-type(6) {
  width: 50%; }

.expand-item:nth-of-type(7) {
  width: 34%; }

.expand-item:nth-of-type(8) {
  width: 34%; }

.expand-item:last-of-type {
  padding-right: 10%; }

#stress-expand .expand-item {
  width: 100%;
  padding: 0 3rem; }

#stress-expand h5 {
  width: 50%;
  margin-bottom: 2%; }

#stress-expand h3 {
  margin-bottom: 1em; }

#stress-expand .expand-item ol {
  color: var(--highlight-color); }

#stress-expand .expand-item ol li p {
  margin-bottom: 1em; }

.measure-1a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse; }

.burdon {
  display: flex; }

.burdon .burdon-photo {
  transform: scale(0.7); }

.burdon p {
  width: 80%; }

#measure-expand .expand-item {
  width: 100%;
  padding: 0 3rem; }

#measure-expand .patent {
  width: 48px;
  margin-bottom: 1rem; }

#measure-expand .expand-item:nth-of-type(13) {
  position: relative; }

#measure-expand .expand-item:nth-of-type(13) h1 {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 3rem; }

#measure-expand .expand-item:last-of-type {
  width: 80%; }

#monitor-expand .expand-item {
  width: 100%;
  padding: 0 3rem; }

#monitor-expand .expand-item:last-of-type {
  width: 88%; }

#manage-expand .expand-item {
  width: 100%;
  padding: 0 3rem; }

#programs-expand .inner-wrapper {
  align-items: baseline;
  padding-top: 5%; }

#programs-expand .pdp-h3-accent,
#programs-expand h3{
  margin: 0.3em 0 1em;
  line-height: 1.2; }

#programs-expand ul {
  list-style-position: inside;
  text-indent: -20px;
  margin-left: 20px;
  font-size: 1.8rem; }

#programs-expand ul li {
  margin-top: 0.3em;
  color: var(--text-color); }

#programs-expand .expand-item {
  width: 100%;
  padding: 0 3rem; }

.expand-btn-image {
  display: block;
  border-radius: 50%;
  background-color: var(--accent-color); }

.expand-btn-image-line {
  display: block;
  border-radius: 50%; }

.js-expand-in-multiple,
.js-expand-in-link {
  transform: translateX(0);
  transition: 1s all ease; }

.js-expand-in-multiple.active,
.js-expand-in-link.active {
  transform: translateX(-100vw); }

.js-expand-out-multiple,
.js-expand-out-link {
  transform: translateX(0);
  transition: 1s all ease; }

.js-expand-out-multiple.active,
.js-expand-out-link.active {
  transform: translateX(-100vw); }

.js-expand-out-card button svg {
  width: auto;
  height: auto;
  fill: none;
  stroke: none;
  /* stroke: rgb(252, 251, 250); */
  /* stroke-width: 0.75; */
  /* stroke-linecap: round; */
  /* stroke-linejoin: round; */ }

.mmm-contain {
  position: relative; }

.expand-ui .js-expand-close {
  position: absolute;
  right: 5vw;
  top: 0; }

#ai #mmm {
  margin: 3rem auto 0; }

#ai #mmm .title {
  margin: 3rem auto;
  text-align: center;
  padding: 0 3rem; }

#ai .card-expand-container {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

#ai .card-expand-container > div {
  position: relative;
  padding: 3.2rem;
  background-color: #eaf0f2;
  background-repeat: no-repeat;
  width: 100%;
  height: 20vh;
  background-size: 50%;
  background-position: right;
  margin-bottom: 2rem; }

#ai .card-expand-container .card-1 {
  background-image: url(../img/ai-measure.webp); }

#ai .card-expand-container .card-2 {
  background-image: url(../img/ai-monitor.webp); }

#ai .card-expand-container .card-3 {
  background-image: url(../img/ai-manage.webp); }

#ai .card-expand-container h3,
#ai .card-expand-container p {
  line-height: 1;
  width: 50%; }

/*
#ai .card-expand-container h2{
	font-size: 2rem;
    color: var(--accent-color);
    margin-bottom: 0.5rem;
}
*/

#ai .card-expand-container .js-expand-multiple {
  position: absolute;
  bottom: 1.4rem;
  right: 1.4rem; }

.card-expand-container button.js-expand-multiple svg {
  width: 32px;
  height: 32px; }

#ai .revealUp {
  --revealUp-duration: 2s;
  --revealUp-offset: 1rem; }

#ai #mmm .revealDown {
  --revealDown-duration: 2s;
  --revealDown-offset: 2rem; }

#ai #mmm .bgRevealUp {
  --bgRevealUp-duration: 2s;
  --bgRevealUp-offset: 4rem; }

#ai .card-2.delay.active,
#ai .card-2 .delay.active {
  transition-delay: 0.8s; }

#ai .card-3.delay.active,
#ai .card-3 .delay.active {
  transition-delay: 1.6s; }

#ai .intro .rollInTopBlur {
  transform: translateY(-5rem) rotate(-270deg);
  filter: blur(50px);
  opacity: 0;
  transition: 1s all ease; }

#ai .intro .rollInTopBlur.active {
  transform: translateY(0) rotate(0deg);
  filter: blur(0);
  opacity: 1; }

/* -------------------------------------
------------------ VR ------------------ 
----------------------------------------*/
#vr {
  position: relative; }

.vr-paradise::before {
  content: "";
  display: block;
  position: sticky;
  top: 25vh;
  height: 70vh;
  background-image: url(../img/vr-chair.webp);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  z-index: 1; }

.vr-paradise > div:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 100px;
  background: #040f1c;
  background: -webkit-linear-gradient(bottom, rgba(4, 15, 28, 0) 0%, #040f1c 100%);
  background: -o-linear-gradient(bottom, rgba(4, 15, 28, 0) 0%, #040f1c 100%);
  background: linear-gradient(to top, rgba(4, 15, 28, 0) 0%, #040f1c 100%); }

.vr-paradise > div:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 100px;
  background: #040f1c;
  background: -webkit-linear-gradient(top, rgba(4, 15, 28, 0) 0%, #040f1c 100%);
  background: -o-linear-gradient(top, rgba(4, 15, 28, 0) 0%, #040f1c 100%);
  background: linear-gradient(to bottom, rgba(4, 15, 28, 0) 0%, #040f1c 100%); }

.vr-paradise > div {
  position: relative;
  height: calc(100vh - 72px);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10rem;
  display: flex;
  align-items: flex-start;
  animation: vr-paradise-move 10s infinite;
  background-position: 0% 100%;
	max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.vr-paradise > div:last-of-type {
  margin-bottom: 0; }

.vr-paradise > div h2 {
  text-shadow: 1px 1px 15px #00aeef; }

.vr-aurora {
/*  background-image: url("../img/vr-aurora.webp"); */

	background-image: url("../img2/vr-aurora_small-2x.webp");
	background-image: -webkit-image-set(
    url("../img2/vr-aurora_small.webp") 1x,
    url("../img2/vr-aurora_small-2x.webp") 2x);
	background-image: image-set(
    url("../img2/vr-aurora_small.webp") 1x,
    url("../img2/vr-aurora_small-2x.webp") 2x);
}

.vr-nature {
/*  background-image: url("../img2/vr-nature_small.webp"); */
	background-image: url("../img2/vr-nature_small-2x.webp");
	background-image: -webkit-image-set(
    url("../img2/vr-nature_small.webp") 1x,
    url("../img2/vr-nature_small-2x.webp") 2x);
	background-image: image-set(
    url("../img2/vr-nature_small.webp") 1x,
    url("../img2/vr-nature_small-2x.webp") 2x);
}

.vr-sunset {
/*  background-image: url("../img2/vr-sunset_small.webp"); */
	background-image: url("../img2/vr-sunset_small-2x.webp");
	background-image: -webkit-image-set(
    url("../img2/vr-sunset_small.webp") 1x,
    url("../img2/vr-sunset_small-2x.webp") 2x);
	background-image: image-set(
    url("../img2/vr-sunset_small.webp") 1x,
    url("../img2/vr-sunset_small-2x.webp") 2x);
}

.vr-paradise-title {
  margin: 12vh auto 0; }

.vr-paradise-title.revealRight {
  --revealRight-duration: 2s;
  --revealRight-offset: 10rem; }

.vr-paradise .zoomOutOut {
  --zoomOutOut-start: 1;
  --zoomOutOut-time: 2s;
  transform: scale(var(--zoomOutOut-start));
  transition-timing-function: ease-out;
  transition-duration: var(--zoomOutOut-time);
  opacity: 0; }

.vr-paradise .zoomOutOut.active {
  transform: scale(1.2);
  opacity: 1; }

@keyframes vr-paradise-move {
  0% {
    background-position: 0% 100%; }
  50% {
    background-position: 0% 80%; }
  100% {
    background-position: 0% 100%; } }
@keyframes paradises {
  0% {
    background-image: url("../img/vr-aurora.webp"); }
  50% {
    background-image: url("../img/vr-nature.webp"); }
  100% {
    background-image: url("../img/vr-aurora.webp"); } }
.js-pos-sticky {
  position: sticky;
  top: 0; }

#vr .text-contain {
  padding: 0 3rem; }

#vr .image-contain {
  width: 60%;
  position: relative;
  z-index: 2; }

#vr .vr-headset {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

#vr .text-contain .colm {
  width: 40%; }

#vr .stats {
  width: 80%;
  margin: 5rem 0; }

#vr .vr-exp {
  width: 80%; }

#vr .vr-exp img {
  margin-bottom: 1.6rem; }

/* -------------------------------------
------------------ PROGRAMS ------------ 
----------------------------------------*/
#programs {
  margin-top: 2rem !important; }

#programs .title h1 {
  max-width: 515px;
  padding: 0 3rem; }

#programs .content {
  flex-wrap: wrap;
  padding: 0 3rem; }

#programs .stats {
  flex-wrap: wrap; }

#programs .stats-1,
#programs .stats-2 {
  width: 45%;
  margin-bottom: 8rem; }

#programs .stats .colm {
  margin-bottom: 3rem;
  height: 10rem; }

#programs .expert {
  align-items: center;
  flex-wrap: wrap; }

#programs .expert .image-contain {
  width: 70%;
  margin: 5rem auto 0; }

#programs .expert .image-contain.revealLeft {
  --revealLeft-duration: 3s;
  --revealLeft-offset: 5rem; }

#programs .expert .image-contain img {
  width: 100%; }

#programs .expert .text-contain {
  padding: 0 3rem; }

blockquote {
  margin-top: 3rem;
  font-size: 2rem;
  color: var(--text-color);
  line-height: 1.5;
  text-align: right; }

.fadeInBlur span {
  font-size: 1.8rem; }

#programs .expert .details::before {
  content: '';
  display: inline-block;
  border-top: 1px solid #9e9e9e;
  width: 3rem;
  height: 1px;
  transform: translateY(-1rem); }

#programs .expert .details {
  margin-top: 3rem;
  text-align: right; }

#programs .expert .details .name {
  color: var(--highlight-color);
  font-size: 2rem; }

#programs .expert .details .designation {
  color: var(--text-color); }

/* -------------------------------------
------------------ DESIGN -------------- 
----------------------------------------*/
#design .intro {
  position: relative;
  padding: 0 3rem;
  text-align: center; }

#design .intro .title {
  max-width: 500px;
  margin: 0 auto; }

#design .intro p {
  max-width: 700px;
  margin: 0 auto; }

#design .intro .butterfly {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70%; }

#design .intro .chairs {
  position: relative;
  gap: 10%;
  width: 85%;
  margin: 0 auto;
  padding-top: 8%; }

#design .intro .revealUp {
  --revealUp-duration: 2s;
  --revealUp-offset: 2rem; }

#design .intro .revealRight {
  --revealRight-duration: 2s;
  --revealRight-offset: 4rem; }

#design .intro .revealLeft {
  --revealLeft-duration: 2s;
  --revealLeft-offset: 4rem; }

#design .details .text-contain {
  text-align: center;
  top: 50%;
  visibility: hidden; }

#design .details .text-contain h3 {
  color: var(--highlight-color); }

#design .details .image-contain {
  position: relative;
  gap: 10rem; }

#design .details .image-contain .colm {
  width: 50%; }

#design .details .image-contain .colm-2 {
  gap: 15%; }

#design .detail-1 {
  width: 60%;
  margin: 0 auto 20%; }

#design .detail-2 {
  margin: 0 auto 20%; }

#design .detail-3 {
  width: 50%;
  margin: 0 auto 20%; }

#design .detail-4 {
  width: 50%;
  margin: 20% auto; }

#design .detail-5 {
  width: 60%;
  margin: 0 0 20% 0; }

#design .detail-6 {
  width: 80%;
  margin: 0 0 20% 0; }

#design .details .revealUp {
  --revealUp-duration: 2s;
  --revealUp-offset: 2rem; }

.modal-zoom {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 72px;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #040f1c;
  /* Fallback color */
  background-color: rgba(4, 15, 28, 0.4);
  /* Color w/ opacity */
  opacity: 0;
  transition: 2s all ease; }

.js-modal-cont,
.js-modal-cont-video {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 72px;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #040f1c;
  /* Fallback color */
  background-color: rgba(4, 15, 28, 0.8);
  /* Color w/ opacity */
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: 1s all ease; }

.modal-zoom .modal-content {
  max-width: 1024px; }

.modal-content {
  margin: auto;
  text-align: center; }

.modal-image {
  display: inline-block; }

.modal-zoom .close,
.js-modal-cont .close,
.js-modal-cont-video .close {
  position: absolute;
  right: 2%;
  z-index: 5; }

.modal-zoom .close:hover,
.modal-zoom .close:focus,
.js-modal-cont .close:hover,
.js-modal-cont .close:focus,
.js-modal-cont-video .close:hover,
.js-modal-cont-video .close:focus {
  text-decoration: none;
  cursor: pointer; }

.show {
  display: block; }

.visuallyshow {
  opacity: 1 !important; }

input.image-box {
  display: block;
  width: 100%;
  cursor: url("../img/icon-plus.webp"), crosshair; }

/* -------------------------------------
------------------ FEATURES ------------ 
----------------------------------------*/
#features .intro .title {
  max-width: 550px;
  margin: 0 auto;
  text-align: center; }

#features .intro .title h1 {
  margin-bottom: 0; }

#features .about .modal-mobile {
  position: sticky;
  width: 100%;
  height: 25vh;
  top: 107px;
  padding-top: 20px;
  background: -webkit-linear-gradient(bottom, rgba(4, 15, 28, 0) 0%, #040f1c 100%);
  background: -o-linear-gradient(bottom, rgba(4, 15, 28, 0) 0%, #040f1c 100%);
  background: linear-gradient(to top, rgba(4, 15, 28, 0) 0%, #040f1c 20%);
  z-index: 2; }

#features .about .modal1,
#features .about .modal2 {
  display: none; }

#features .about .action {
  position: relative;
  width: 75%;
  margin: 0 auto; }

#features .about {
  position: relative;
  max-width: 1400px;
  flex-wrap: wrap; }

#features .about .dots > div {
  position: absolute;
  display: block;
  cursor: pointer; }

#features .about .modal-mobile > div {
  position: absolute;
  padding: 0px 4rem;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  left: 0;
  right: 0; }

#features .about .dots div:nth-child(1) {
  top: 4%;
  left: 30%; }

#features .about .dots div:nth-child(2) {
  top: 10%;
  left: 49%; }

#features .about .dots div:nth-child(3) {
  top: 20%;
  left: 45%; }

#features .about .dots div:nth-child(4) {
  top: 27%;
  left: 12%; }

#features .about .dots div:nth-child(5) {
  top: 32%;
  left: 14%; }

#features .about .dots div:nth-child(6) {
  top: 35%;
  left: 28%; }

#features .about .dots div:nth-child(7) {
  top: 40%;
  left: 7%; }

#features .about .dots div:nth-child(8) {
  top: 45%;
  left: 11%; }

#features .about .dots div:nth-child(9) {
  top: 65%;
  left: 35%; }

#features .about .dots div:nth-child(10) {
  top: 25%;
  right: 10%; }

#features .about .dots div:nth-child(11) {
  top: 37%;
  right: 25%; }

#features .about .dots div:nth-child(12) {
  top: 47%;
  right: 10%; }

#features .about .dots div:nth-child(13) {
  top: 50%;
  right: 27%; }

#features .about .dots div:nth-child(14) {
  top: 51%;
  right: 10%; }

#features .about .dots div:nth-child(15) {
  top: 63%;
  right: 16%; }

#features .about .dots div:nth-child(16) {
  top: 70%;
  right: 25%; }

.modal-dot-mobile {
  --revealRight-duration: 1s;
  --revealRight-offset: 0rem;
  opacity: 0;
  transition: var(--revealRight-duration) all ease;
  transform: translateX(var(--revealRight-offset)); }

.modal-dot-mobile.active {
  opacity: 1;
  transform: translateX(0); }

.modal-dot-mobile p {
  margin-bottom: 0 !important; }

.modal1 .modal-dot {
  --revealRight-duration: 1s;
  --revealRight-offset: 0rem;
  opacity: 0;
  transition: var(--revealRight-duration) all ease;
  transform: translateX(var(--revealRight-offset)); }

.modal2 .modal-dot {
  --revealLeft-duration: 1s;
  --revealLeft-offset: 0rem;
  opacity: 0;
  transition: var(--revealLeft-duration) all ease;
  transform: translateX(calc(-1*var(--revealLeft-offset))); }

.modal-dot.active {
  opacity: 1;
  transform: translateX(0); }

.puls-dot {
  position: relative;
  transform: translateX(-50%) translateY(-50%);
  width: 20px;
  height: 20px; }
  .puls-dot:before {
    content: '';
    position: absolute;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 45px;
    background-color: var(--accent-color);
    animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; }
  .puls-dot:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--highlight-color);
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    animation: pulse-dot 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite; }

@keyframes pulse-ring {
  0% {
    transform: scale(0.35); }
  80%, 100% {
    transform: scale(0.75);
    opacity: 0; } }
@keyframes pulse-dot {
  0% {
    transform: scale(0.8); }
  25%, 75% {
    transform: scale(1); }
  100% {
    transform: scale(0.8); } }
#quality {
  position: relative;
  text-align: center;
  z-index: 2; }

#quality .quality-contain {
  padding: 0 3rem; }

#quality .intro {
  margin: 2rem 0 7rem 0; }

#quality .about .certs {
  flex-wrap: wrap;
  max-width: 724px;
  text-align: center;
  margin: 0 auto; }

#quality .about .certs > div {
  width: 80%;
  margin: 0 auto; }

#quality .about .certs .icon {
  width: 50%;
  margin: 1rem auto; }

#safety {
  position: relative;
  text-align: center; }

#safety .safety-contain {
  padding: 0 3rem; }

#safety .intro {
  margin-bottom: 7rem; }

#safety .about .features {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
  flex-wrap: wrap; }

#safety .about .features > div {
  width: 80%;
  margin: 0 auto; }

#safety .about .icon {
  width: 50%;
  margin: 0 auto 1rem; }

#safety-expand .inner-wrapper {
  align-items: baseline;
  padding-top: 5%; }

#safety-expand .certs > div {
  width: 28%; }

#safety-expand .safety-features > div {
  width: 22%; }

#safety-expand .icon {
  width: 50%;
  margin-bottom: 3em; }

#safety-expand h3 {
  margin-bottom: 2em; }

#safety-expand .expand-item:nth-of-type(1) {
  width: 65%;
  margin-left: 5%; }

#safety-expand .expand-item:nth-of-type(2) {
  width: 85%; }

#reviews .title {
  width: 100%;
  padding: 0 3rem;
  text-align: center; }

#reviews .text {
  width: 100%;
  padding: 0 3rem;
  text-align: center; }

/* show 4 items */
#reviews .card-contain {
  gap: 3%; }

#reviews .card {
  background-color: transparent;
  width: 25%;
  min-height: 72vh; }

#reviews .card p {
  font-size: 1.6rem;
  margin: 2rem 0;
  color: var(--highlight-color); }

#reviews p svg {
  width: 24px;
  height: 24px;
  fill: var(--accent-color);
  stroke: none; }

#reviews .card-text.bold {
  font-weight: 900; }

#reviews .card-img-top {
  filter: grayscale(0.2); }

#reviews .rating {
  margin: 0.5rem 0; }

#reviews .carousel-inner {
  padding-bottom: 5rem; }

#reviews .carousel-indicators {
  align-items: baseline; }

#reviews .carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.8rem;
  margin-left: 0.8rem;
  text-indent: -999px;
  background-color: transparent;
  border-radius: 2rem;
  border: 1px solid #fcfbfa;
  transition: 1s all ease; }

#reviews .carousel-indicators li.active {
  height: 3rem;
  background-color: #fcfbfa; }

#portfolio {
  height: 100vh; }

.portfolio .buttons {
  margin-top: 50px;
  overflow: hidden;
  margin-bottom: 10px;
  display: inline-block; }

#portfolio .buttons .active {
  background-color: var(--accent-color);
  font-weight: 700; }

.portfolio .buttons button {
  float: left;
  font-weight: 300;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 17px 20px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-left: 0;
  border-radius: 5rem; }

.portfolio .buttons button:first-child {
  border-left: 1px solid #d9d9d9; }

.portfolio .buttons button:hover {
  border-bottom: 1px solid #0eb3ed; }

.portfolio .item-portfolio {
  margin-top: 20px; }

.portfolio .item-portfolio .img-portfolio {
  width: 100%;
  height: 100%; }

.portfolio .box {
  height: 250px;
  cursor: pointer; }

.my-portfolio {
  display: flex;
  flex-wrap: wrap; }

@media screen and (width >= 430px) {
  .shortdesc {
    padding-bottom: 15rem; }

  .shortdesc-bg:before {
    background-size: contain; }

  .shortdesc .otp-bg {
    background-size: 150%;
    transform: translateY(0); }

  #vr .vr-headset img,
  #vr .vr-headset p {
    width: 50%; }
	
	.vr-nature {
  background-image: url("../img2/vr-nature_large.webp"); }
	
	.vr-aurora {
  background-image: url("../img2/vr-aurora_large.webp"); }
	
	.vr-sunset {
  background-image: url("../img2/vr-sunset_large.webp"); }

  #senses .about .about-contain::before {
    transform: scale(0.7) translate(70%, 50%); }

  #smell .text h2 img {
    width: 10%; } }
@media screen and (width >= 768px) {
	.shortdesc-bg:before{
		background-image: url("../img2/shortdesc-tech5_large.webp");
/*
		background-image: -webkit-image-set(
		url("../img2/shortdesc-tech5_large.webp") 1x);
		background-image: image-set(
		url("../img2/shortdesc-tech5_large.webp") 1x);
*/
	}
	
  .mobile-display {
    display: none; }

  .desktop-display {
    display: block; }

  .view-arrow {
    display: none; }

  #pdp > section {
    padding: 5rem 0; }

	.pdp-h4-accent{
		font-size: 1.8rem;
		line-height: 1.2;
	}
	
  .expand-ui .js-expand-close {
    top: unset;
    bottom: 0; }

  button svg {
    width: 48px;
    height: 48px; }

  .mobile-break {
    display: none; }

  .shortdesc {
    padding-bottom: 25rem; }

	
	
  .shortdesc .otp {
    margin-top: 15rem; }

  .shortdesc .otp-bg {
    background-size: 110%; }
	
  .shortdesc .icons {
	max-width: 900px; }

  #ai .about-contain {
    flex-direction: row; }

  #ai .about .image {
    width: 60%; }

  #ai .about .title {
    width: 75%; }

  #ai .about .text {
    position: relative;
    width: 40%;
    margin: 0 auto;
    padding: 20rem 0 0 0; }

  #ai .about .stats {
    margin: 10rem 15rem 10rem 0; }

  #ai .about .stats .colm {
    width: 40%; }

  #ai .about .big-data {
    margin: 0 5rem 10rem 0; }

  #ai #mmm .title {
    width: 70%;
    margin: 5rem auto;
    padding: 0; }

  #ai .card-expand-container > div {
    position: relative;
    width: 30%;
    height: 400px;
    padding: 3.2rem;
    text-align: center;
    background-color: #eaf0f2;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0; }

  #ai .card-expand-container h2,
  #ai .card-expand-container h3,
  #ai .card-expand-container p {
    width: unset; }

  #ai .card-expand-container .js-expand-multiple {
    bottom: 2.4rem;
    right: 2.4rem; }

  .measure-1a {
    flex-direction: row; }

  .measure-chart {
    width: 70%; }

  #vr .text-contain {
    width: 50%;
    padding-top: 5%; }

  #vr .image-contain {
    width: 60%;
    position: relative;
    z-index: 2; }

  #vr .vr-about {
    margin-bottom: 15rem; }

  .vr-contain::before {
    content: "";
    display: block;
    position: sticky;
    top: 0;
    right: 0;
    max-width: 1400px;
    margin: 0 auto;
    z-index: 1;
    background-image: url(../img/vr-chair.webp);
    height: 100vh;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 50%; }

  .vr-paradise {
    margin-bottom: 15rem; }

  .vr-paradise::before {
    display: none; }

  .vr-paradise > div {
    align-items: center; }

  .vr-paradise-title {
    width: 35%;
    margin: 0 auto; }

  #senses h1 {
    padding: 0; }

  #senses .intro .text {
    padding: 0; }

  #senses .about {
    margin-top: unset; }

  #senses .about .about-contain::before {
    transform: scale(0.7) translate(80%, 50%); }

  #sight {
    margin: 0 auto 20rem; }

  #sight .text {
    width: 25%; }

  #sight .image {
    position: relative;
    width: 72%;
    margin: 0rem auto 0; }

  #hear {
    margin: 0 auto 20rem; }

  #hear .text {
    position: relative;
    width: 35%; }

  #hear .image {
    position: relative;
    width: 65%; }

  #hear .music {
    transform: translateX(0);
    width: unset; }

  .colm2 {
    gap: 6%; }

  #smell {
    margin: 0 auto 20rem; }

  #smell .image {
    transform: translateX(-15%);
    transform-origin: unset; }

  #smell .text {
    width: 80%; }

  #smell .text h2 img {
    width: 7%; }

  #smell .text .colm {
    width: 47%; }

  #smell .model.revealUp {
    --revealUp-duration: 3s;
    --revealUp-offset: 10rem; }

  #taste {
    margin: 0 auto 15rem; }

  #taste .text {
    width: 40%; }

  #taste .image {
    width: 50%;
    margin: 0 auto; }

  #touch .text {
    width: 50%;
    margin-bottom: 3rem; }

  #touch .image {
    position: relative;
    width: unset; }

  #touch .desc h4 {
    color: var(--accent-color);
    font-size: 1.8rem;
    line-height: 1.2; }

  #touch .parts:nth-child(3) .desc {
    width: 30%; }

  #touch .parts:nth-child(3) .desc:after {
    top: -5rem; }

  #touch .parts:nth-child(2) .desc:after {
    bottom: -9rem; }

  #touch .parts:nth-child(2) .desc.active:after {
    transform: scaleY(15); }

  #touch .parts:nth-child(4) .desc {
    width: 25%;
    left: 28%;
    margin-top: 0; }

  #touch .parts:nth-child(4) .desc:after {
    top: -5rem;
    right: -1.5rem; }

  #touch .parts:nth-child(4) .desc.active:after {
    height: 14rem; }

  #touch .parts:nth-child(5) .desc {
    margin-top: 0; }

  #touch .parts:nth-child(5) .desc:after {
    top: -17rem; }

  #touch .parts:nth-child(5) .desc.active:after {
    transform: scaleY(16);
    transform-origin: top; }

  #programs {
    margin-top: -6rem !important; }

  #design .intro .title {
    max-width: 700px;
    padding: 0; }

  #testHS,
  #measure-expand,
  #monitor-expand,
  #manage-expand,
  #stress-expand,
  #touch-expand,
  #programs-expand,
  #safety-expand {
    top: 122px; }

  .expand-track {
    width: 80vw; }

  .outer-wrapper::-webkit-scrollbar-track {
    margin: 0 10vw; }

  .inner-wrapper {
    height: calc(100vh - 165px); }

  #stress-expand .expand-item:nth-of-type(1) {
    width: 75%;
    margin-left: 5%; }

  #stress-expand .expand-item:nth-of-type(2) {
    width: 35%; }

  #stress-expand .expand-item:nth-of-type(3) {
    width: 40%; }

  #stress-expand .expand-item:nth-of-type(4) {
    width: 31%; }

  #stress-expand .expand-item:nth-of-type(5) {
    width: 38%; }

  #stress-expand .expand-item:nth-of-type(6) {
    width: 30%; }

  .burdon img {
    width: unset; }

  #measure-expand .expand-item {
    padding: 0; }

  #measure-expand .colm2 {
    align-items: center;
    gap: 3rem; }

  #measure-expand .colm:nth-of-type(1) {
    width: 40%; }

  #measure-expand .colm:nth-of-type(2) {
    width: 50%; }

  #measure-expand .expand-item:nth-of-type(1) {
    margin-left: 3rem;
    width: 40%; }

  #measure-expand .expand-item:nth-of-type(1) h2 {
    margin-bottom: 0; }

  #measure-expand .expand-item:nth-of-type(2) {
    width: 40%; }

  #measure-expand .expand-item:nth-of-type(2) p {
    margin-bottom: 1rem; }

  #measure-expand .expand-item:nth-of-type(3) {
    width: 40%; }

  #measure-expand .expand-item:nth-of-type(4) {
    width: 20%; }

  #measure-expand .expand-item:nth-of-type(5) {
    width: 40%; }

  #measure-expand .expand-item:nth-of-type(6) {
    width: 40%; }

  #measure-expand .expand-item:nth-of-type(7) {
    width: 45%; }

  #measure-expand .expand-item:nth-of-type(8) {
    width: 40%; }

  #measure-expand .expand-item:nth-of-type(9) {
    width: 40%; }

  #measure-expand .expand-item:nth-of-type(10) {
    width: 30%; }

  #measure-expand .expand-item:nth-of-type(11) {
    width: 30%; }

  #measure-expand .expand-item:nth-of-type(12) {
    width: 80%; }

  #measure-expand .expand-item .colm-respiratory {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }

  #measure-expand .expand-item:nth-of-type(13) {
    width: 40%;
    position: relative; }

  #measure-expand .expand-item:nth-of-type(14) {
    width: 40%;
    padding-right: 3rem; }

  #monitor-expand .expand-item:nth-of-type(1) {
    width: 40%;
    margin-left: 5%; }

  #monitor-expand .expand-item:nth-of-type(2) {
    width: 40%; }

  #monitor-expand .expand-item:nth-of-type(3) {
    width: 40%; }

  #monitor-expand .expand-item:nth-of-type(4) {
    width: 30%; }

  #monitor-expand .expand-item:nth-of-type(5) {
    width: 40%; }

  #monitor-expand .colm {
    width: 50%; }

  #manage-expand .expand-item:nth-of-type(1) {
    width: 34%;
    margin-left: 5%; }

  #manage-expand .expand-item:nth-of-type(2) {
    width: 40%; }

  #manage-expand .expand-item:nth-of-type(3) {
    width: 40%; }

  #touch-expand .expand-cont .colm {
    width: 50%; }

  #touch-expand .expand-item:nth-of-type(1) {
    width: 60%; }

  #touch-expand .expand-item:nth-of-type(2) {
    width: 60%; }

  #touch-expand .expand-item:nth-of-type(3) {
    width: 60%; }

  #touch-expand .expand-item:nth-of-type(4) {
    width: 60%; }

  #programs .title h1 {
    padding: 0; }

  #programs .content {
    padding: 0;
    gap: 5rem; }

  #programs .intro {
    width: 45%; }

  #programs .stats {
    width: 45%;
    gap: 4rem; }

  #programs .stats-1,
  #programs .stats-2 {
    margin-bottom: 2rem; }

  #programs .expert .image-contain {
    width: 45%;
    margin: 0; }

  #programs .expert .text-contain {
    width: 50%;
    padding: 0; }

  #programs .expert .details {
    width: 91%;
    margin-top: 7rem; }

  #programs-expand .expand-item {
    width: 22%; }

  #programs-expand .expand-item:first-of-type {
    margin-left: 5%; }

  #programs-expand .expand-item:nth-of-type(2) {
    width: 30%; }

  blockquote {
    width: 91%;
    font-size: 2.8rem; }

  .fadeInBlur span {
    font-size: 2.8rem; }

  #features .intro .title {
    max-width: 350px; }

  #features .intro .title h1 {
    margin-bottom: 3.2rem; }

  #features .about .action {
    position: relative;
    width: 48%; }

  #features .about .modal-mobile {
    display: none; }

  #features .about .modal1,
  #features .about .modal2 {
    display: block;
    position: relative;
    width: 26%; }

  #features .about .modal1 > div {
    position: absolute;
    text-align: right;
    right: 0;
    padding: 0 0 0 4rem; }

  #features .about .modal2 > div {
    position: absolute;
    text-align: left;
    left: 0;
    padding: 0; }

  .modal1 .modal-dot {
    --revealRight-duration: 2s;
    --revealRight-offset: 2rem; }

  .modal2 .modal-dot {
    --revealLeft-duration: 2s;
    --revealLeft-offset: 2rem; }


	#features .about .modal1 div:nth-child(1) { top: 4%; }
	#features .about .modal1 div:nth-child(2) { top: 10%; }
	#features .about .modal1 div:nth-child(3) { top: 20%; }
	#features .about .modal1 div:nth-child(4) { top: 27%; }
	#features .about .modal1 div:nth-child(5) { top: 32%; }
	#features .about .modal1 div:nth-child(6) { top: 35%; }
	#features .about .modal1 div:nth-child(7) { top: 37%; }
	#features .about .modal1 div:nth-child(8) { top: 45%; }
	#features .about .modal1 div:nth-child(9) { top: 65%; }

	#features .about .modal2 div:nth-child(1) { top: 25%; }
	#features .about .modal2 div:nth-child(2) { top: 37%; }
	#features .about .modal2 div:nth-child(3) { top: 47%; }
	#features .about .modal2 div:nth-child(4) { top: 50%; }
	#features .about .modal2 div:nth-child(5) { top: 51%; }
	#features .about .modal2 div:nth-child(6) { top: 63%; }
	#features .about .modal2 div:nth-child(7) { top: 70%; }
	
/*
  #features .about .dots div:nth-child(1) {
    top: 13%;
    left: 30%; }

  #features .about .modal1 div:nth-child(1) {
    top: 13%;
    width: 48%; }

  #features .about .dots div:nth-child(2) {
    top: 18%;
    left: 49%; }

  #features .about .modal1 div:nth-child(2) {
    top: 18%;
    width: 55%; }

  #features .about .dots div:nth-child(3) {
    top: 26%;
    left: 45%; }

  #features .about .modal1 div:nth-child(3) {
    top: 26%;
    width: 65%; }

  #features .about .dots div:nth-child(4) {
    top: 32%;
    left: 11%; }

  #features .about .modal1 div:nth-child(4) {
    top: 32%;
    width: 60%; }

  #features .about .dots div:nth-child(5) {
    top: 36%;
    left: 12%; }

  #features .about .modal1 div:nth-child(5) {
    top: 36%;
    width: 60%; }

  #features .about .dots div:nth-child(6) {
    top: 37%;
    left: 28%; }

  #features .about .modal1 div:nth-child(6) {
    top: 37%;
    width: 55%; }

  #features .about .dots div:nth-child(7) {
    top: 40%;
    left: 7%; }

  #features .about .modal1 div:nth-child(7) {
    top: 40%;
    width: 65%; }

  #features .about .dots div:nth-child(8) {
    top: 45%;
    left: 11%; }

  #features .about .modal1 div:nth-child(8) {
    top: 45%;
    width: 65%; }

  #features .about .dots div:nth-child(9) {
    top: 65%;
    left: 35%; }

  #features .about .modal1 div:nth-child(9) {
    top: 65%;
    width: 48%; }

  #features .about .dots div:nth-child(10) {
    top: 29%;
    right: 13%; }
*/

	
/*
  #features .about .modal2 div:nth-child(1) {
    top: 29%;
    width: 65%; }

  #features .about .dots div:nth-child(11) {
    top: 37%;
    right: 25%; }

  #features .about .modal2 div:nth-child(2) {
    top: 37%;
    width: 48%; }

  #features .about .dots div:nth-child(12) {
    top: 47%;
    right: 10%; }

  #features .about .modal2 div:nth-child(3) {
    top: 47%;
    width: 65%; }

  #features .about .dots div:nth-child(13) {
    top: 50%;
    right: 27%; }

  #features .about .modal2 div:nth-child(4) {
    top: 50%;
    width: 48%; }

  #features .about .dots div:nth-child(14) {
    top: 51%;
    right: 10%; }

  #features .about .modal2 div:nth-child(5) {
    top: 51%;
    width: 65%; }

  #features .about .dots div:nth-child(15) {
    top: 63%;
    right: 16%; }

  #features .about .modal2 div:nth-child(6) {
    top: 63%;
    width: 48%; }

  #features .about .dots div:nth-child(16) {
    top: 70%;
    right: 25%; }
	
  #features .about .modal2 div:nth-child(7) {
    top: 70%;
    width: 65%; }
*/

  #quality .quality-contain {
    padding: 0; }

  #squality.intro .title {
    width: 50%; }

  #quality .intro .text {
    width: 40%;
    margin: 0 auto; }

  #quality .about .certs > div {
    width: 25%; }

  #safety .safety-contain {
    padding: 0; }

  #safety .intro .title {
    width: 50%;
    margin: 0 auto; }

  #safety .intro .text {
    width: 40%;
    margin: 0 auto; }

  #safety .about .features > div {
    width: 25%; }

  #reviews .text {
    max-width: 600px;
    margin: 0 auto; } }
@media screen and (width >= 992px) {
  #pdp h1 {
    font-size: 5rem;
    margin-bottom: 3.2rem; }

  #pdp h2 {
    font-size: 4rem;
    margin-bottom: 3.2rem; }

  #pdp h3 {
    font-size: 3.2rem;
    color: var(--accent-color); }

  #pdp h4 {
    font-size: 2.4rem;
    font-weight: 300; }

  #pdp h5 {
    font-size: 2rem; }

  #pdp p {
    font-size: 1.8rem;
    color: var(--text-color);
    line-height: 1.375;
    margin-bottom: 2em; }

  #pdp #stress-expand p,
  #pdp #measure-expand p,
  #pdp #monitor-expand p,
  #pdp #manage-expand p {
    font-size: 1.8rem; }

  #pdp #stress-expand .ref p,
  #pdp #measure-expand .ref p,
  #pdp #monitor-expand .ref p,
  #pdp #manage-expand .ref p {
    font-size: 1.3rem; }

  #pdp .ref p {
    font-size: 1.3rem; }
 
	.pdp-h3-accent{
		font-size: 3.2rem;
	}
	
	.pdp-h5{
		font-size: 2rem;
	}
	
  .pdp-overline {
    font-size: 2.4rem;
    font-weight: 300; }	
	
  .highlight {
    font-size: 1.8rem; }

  .shortdesc .icons {
    width: 90%; }

  .shortdesc .otp {
    margin-top: 0rem; }

  .shortdesc .otp-bg {
    background-position: 35% 50%;
    background-size: 100%; }

  .shortdesc .otp-contain {
    width: 90%;
    max-width: 800px;
    bottom: 0;
    top: unset; }

  .shortdesc .otp-chair {
    width: 60%;
    margin-bottom: 0;
    position: unset; }

  .shortdesc .otp-chair:after {
    display: none; }

  .shortdesc {
    padding-bottom: 5rem; }

  .shortdesc .otp-text {
    width: 40%;
    padding: 0;
    text-align: left; }

  #ai .about .text {
    padding: 20rem 0 0 5rem; }

  #ai .about .stats {
    margin: 5rem 0; }

  #measure-expand .expand-item:nth-of-type(13) h1 {
    position: absolute;
    top: 15%; }

  #senses .about .about-contain {
    margin: 0 0 0 15%; }

  #senses .about .about-contain::before {
    transform: translate(-15%, 50%);
    transform-origin: left top; } }
@media screen and (width >= 1200px) {
  .shortdesc .otp-contain {
    width: 70%;
    max-width: 1000px; } 
	#features .about .modal1 div:nth-child(1) { width: 48%; }
	#features .about .modal1 div:nth-child(2) { width: 55%; }
	#features .about .modal1 div:nth-child(3) { width: 65%; }
	#features .about .modal1 div:nth-child(4) { width: 60%; }
	#features .about .modal1 div:nth-child(5) { width: 60%; }
	#features .about .modal1 div:nth-child(6) { width: 55%; }
	#features .about .modal1 div:nth-child(7) { width: 65%; }
	#features .about .modal1 div:nth-child(8) { width: 65%; }
	#features .about .modal1 div:nth-child(9) { width: 48%; }
	#features .about .modal2 div:nth-child(1) { width: 65%; }
	#features .about .modal2 div:nth-child(2) { width: 48%; }
	#features .about .modal2 div:nth-child(3) { width: 65%; }
	#features .about .modal2 div:nth-child(4) { width: 48%; }
	#features .about .modal2 div:nth-child(5) { width: 65%; }
	#features .about .modal2 div:nth-child(6) { width: 48%; }
	#features .about .modal2 div:nth-child(7) { width: 65%; } }
@media screen and (width >= 1680px) {
  #ai .card-expand-container {
    width: 68%; } }
@media screen and (width >= 992px) and (height < 700px) {
  .vr-contain::before {
    background-size: 40%; }

  #programs-expand .expand-item {
    width: 40%; } }