:root {
  --text-light-highlight: #f1f1f1;
  --accent: #60dafc;
  --tab--menu-bg: #a5d1db;
  --tab--menu-text: #234761;
  --tab--menu-text-current: #fff;
  --white: white;
  --hotspot--slider-text-bg: #1b435c;
  --text-dark: #707070;
  --tile--tile-title-color: #60dafc;
  --pdp-bg: #010814;
  --tile--tile-text-color: white;
  --tab--content-bg: #1e3a47;
  --overline-dark: #8ea5a9;
  --tile--tile-bg-color: #030a14;
  --black: black;
  --hotspot--point-ring: #00fffc;
  --hotspot--point-centre: #00fffc;
  --cols-heading: #60dafc;
  --tab--content-title: #f1f1f1;
  --tab--content-text: #f1f1f1;
  --text-light: #b6b6b6;
  --accent-dark: #3dc2c3;
  --hotspot-ring-color: #00fffc;
  --link-color: #3dc2c3;
  --text-color-old: #574948;
--icon-size: 48px;
--icon-border-thickness: 2px;
--expand-v-toggle-icon: #f1f1f1;
  --text-dark-highlight: #2a2a2a;
  --hotspot--slider-title: #707070;
  --hotspot--slider-text: #707070;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

/*
body {
  letter-spacing: 1px;
  font-family: Fs Albert, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.375;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}
*/

.pdp h2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(92deg, #369eb0, #60dafc);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 15px;
/*
  margin-top: 0;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.05;
*/
}

.pdp h3 {
  color: var(--text-light-highlight);
/*
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
*/
}

.pdp h4 {
  color: var(--text-light-highlight);
/*
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
*/
}

.pdp p {
  color: var(--text-light-highlight);
/*  margin-bottom: 15px;*/
}

.pdp a {
  color: var(--accent);
}

.pdp a:hover {
	text-decoration: underline;
}

img {
  max-width: 100%;
  display: inline-block;
}

.section-content-1 {
  width: 94%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.section-content-2 {
  width: 94%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.section-content-4, .section-hero-video {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.hero-video {
  z-index: 0;
  aspect-ratio: 1804 / 780;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  max-height: calc(100vh - 186px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-video-text {
  align-self: center;
  display: none;
}

.video-title {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: 8px;
  text-shadow: -2px 2px 12px rgba(0, 174, 239, .82);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  outline: 3px #fff;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  font-size: 40px;
}

.video-text {
  text-align: center;
  letter-spacing: 5px;
  text-shadow: -2px 2px 12px #00aeef;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
}

.modal-src-link-icon {
  margin-right: 15px;
}

.tab-menu {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 68px;
  display: flex;
  overflow: auto;
}

.tab-pane-tab-1 {
  height: 100%;
}

.tab-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.tab-title {
  text-align: center;
  letter-spacing: 1.2px;
  font-size: 16px;
}

.pdp .a-tab-menu-w25 {
  background-color: var(--tab--menu-bg);
  color: var(--tab--menu-text);
  text-align: center;
  letter-spacing: 1.2px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 68px;
  padding: 3px 15px;
  font-size: 16px;
  display: flex;
}

.pdp .a-tab-menu-w25:hover {
  color: var(--tab--menu-text-current);
	text-decoration: none;
}
.pdp .a-tab-menu-w25.w--current {
  background-color: #48abc2;
  color: var(--tab--menu-text-current);
}

.pdp .a-tab-menu-w25.tab-w25 {
  width: 25%;
}

.interactive-slide-text {
  color: var(--white);
  font-size: 18px;
  line-height: 1.375;
}

.interactive-slider-one {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
}

.testimonial-slider-arrow {
  display: block;
}

.interactive-slide-copy {
  padding: 30px;
}

.testimonial-slider-nav {
  font-size: 10px;
  display: none;
}

.interactive-slider {
  background-color: var(--hotspot--slider-text-bg);
  width: 33.33%;
}

.hotspot-arrow-left {
  position: absolute;
  top: auto;
  bottom: 3%;
  left: 0%;
}

.hotspot-arrow-right {
  color: var(--text-dark);
  position: absolute;
  top: auto;
  bottom: 3%;
  left: auto;
  right: 0%;
}

.interactive-slide-title-contain{
	grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex;
	margin-bottom: 10px;
}

.interactive-slide-title {
  color: var(--tile--tile-title-color);
/*  margin-bottom: 10px;*/
  font-size: 26px;
  font-weight: 400;
/*  line-height: 1.2;*/
}

.interactive-slide {
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.pdp {
  background-color: var(--pdp-bg);
  overflow: clip;
}

.pdp.programs-h3 {
  color: var(--text-light-highlight);
  margin-top: auto;
  margin-bottom: auto;
}

.pdp.programs-caption {
  color: var(--text-light-highlight);
  font-size: 16px;
  font-style: italic;
}

.pdp.programs-p {
  color: var(--text-light-highlight);
  font-size: 16px;
}

.pdp.tile-title {
  color: var(--accent);
}

.pdp.tile-text-old {
  color: var(--tile--tile-text-color);
  line-height: 1.1;
}

.tabs-2col {
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.tabs {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-height: 700px;
  margin-left: auto;
  margin-right: auto;
}

.tabs-intro {
  text-align: center;
  margin-bottom: 40px;
}

.tabs-media {
  background-color: var(--tab--content-bg);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.programs-tabs-copy {
  background-color: var(--tab--content-bg);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 3% 3.5% 3% 5%;
  display: flex;
  position: relative;
}

.section-tabs {
  padding-top: 120px;
}

.section-house-set {
  margin-top: 120px;
}

.house-set-slider {
  aspect-ratio: 1920 / 830;
  height: 100%;
}

.left-arrow {
  display: none;
}

.section-auto_programs {
  padding-top: 120px;
}

.auto-programs-intro {
  text-align: center;
  margin-bottom: 30px;
}

.section-short_4cols, .section-new {
  padding-top: 120px;
}

.cols4-intro {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.cols4-icon-row {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  justify-content: space-between;
  display: flex;
}

.section-1col {
  padding-top: 120px;
}

.section-vibrate-levels {
  padding-top: 114px;
}

.col1-intro {
  text-align: center;
  max-width: 750px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.vibrate-levels-intro {
  text-align: center;
  margin-bottom: 30px;
}

.right-arrow-2 {
  display: none;
  overflow: hidden;
}

.icon-2 {
  display: block;
  overflow: visible;
}

.cols4-icon-img {
  margin-bottom: 20px;
}

.short-cols4-single {
  width: 21%;
}

.interactive-slide-img {
  width: 100%;
  min-height: 290px;
}

.imgm {
  display: none;
}

.section-usp {
  padding-top: 120px;
}

.usp-intro {
  text-align: center;
}

.tile-title {
  color: var(--tile--tile-title-color);
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}

.usp-tiles-row {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: stretch;
  margin-top: 25px;
  display: flex;
}

.tile-img-old {
  height: 100%;
}

.usp-overline {
  color: var(--overline-dark);
  letter-spacing: 7px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.25;
}

.tile-text-bot-wrapper {
  width: 77%;
}

.tile-text-bot {
  background-image: linear-gradient(0deg, var(--pdp-bg) 30%, rgba(1, 8, 20, 0));
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  width: 100%;
  height: 100px;
  padding-left: 25px;
  padding-top: 10px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tile {
  background-color: var(--tile--tile-bg-color);
  border-radius: 15px 15px 65px;
  max-height: 370px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px 3px rgb(253 220 0 / 15%);
}

.tile.tile-w25 {
  width: 25%;
}

.tile.tile-w50 {
  width: 50%;
}

.tile.tile-w75 {
  width: 75%;
}

.tile.tile-mmm {
  width: 33.33%;
  height: 370px;
}

.tile.tile-w33 {
  width: 33.33%;
}

.tile.tile-w67 {
  width: 66.67%;
}

.tile-arrow {
  position: absolute;
  top: auto;
  bottom: 25px;
  left: auto;
  right: 30px;
}

.programs-single {
  position: relative;
}

.programs-single-text {
  text-align: center;
  background-image: linear-gradient(to top, gray, rgba(77, 77, 77, .6) 56%, rgba(0, 0, 0, 0));
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-video-link {
  color: var(--text-light-highlight);
  justify-content: center;
  align-items: center;
  display: flex;
}

.modal-video-link.js-modal-src {
  margin-top: 12px;
}

.hero-video-cta {
  z-index: 2;
  display: none;
  position: absolute;
  bottom: 4%;
}

.pdp-overline {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.3;
}

.section-clickchange-tbc {
  padding-top: 120px;
}

.section-content-3 {
  width: 94%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.click-change-buttons {
  justify-content: space-between;
  width: 100%;
}

.cc-image-1 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.click-change-grid {
  grid-template: "." minmax(0, auto)
                 "." minmax(auto, 1fr)
                 "."
                 / 39% 61%;
}

.click-change-h2 {
  text-align: left;
}

.pdp-accent {
  color: #3dc2c3;
}

.click-change-image {
  position: relative;
}

.cc-button-1, .cc-button-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cc-button-border {
  border: 2px solid var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  display: flex;
}

.cc-button-text-contain {
  margin-top: 10px;
  position: relative;
}

.cc-image-2 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.cc-button-image {
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.cc-button-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.click-change-text-2 {
  align-items: center;
  display: flex;
}

.section-hotspot {
  background-color: #f3efe6;
  margin-top: 120px;
  padding-top: 120px;
  padding-bottom: 150px;
}

.hotspot-intro {
  text-align: center;
  max-width: 750px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.hotspot-content {
  display: flex;
}

.interactive-hotspot {
  aspect-ratio: 1.5;
  text-align: center;
  background-image: url('../images/uLove3-Well-Being-Chair-Comprehensive-Head-to-Toe-Massage-Background.webp?ver=1d');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 66.67%;
  position: relative;
  overflow: hidden;
}

.interactive-hotspot-contain {
  position: relative;
}

.interactive-point-ring {
  background-color: var(--hotspot--point-ring);
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.interactive-point-centre {
  background-color: var(--hotspot--point-centre);
  border-radius: 50%;
  width: 40%;
  height: 40%;
  position: absolute;
}

.interactive-hotspot-points {
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.interactive-hotspot-point {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
}

.interactive-hotspot-point.nth-of-type-3 {
  top: 18%;
  right: 28%;
}

.interactive-hotspot-point.nth-of-type-2 {
  top: 12%;
  right: 24%;
}

.interactive-hotspot-point.nth-of-type-1 {
  top: 20%;
  left: 57%;
}

.interactive-hotspot-point.nth-of-type-5 {
  top: 30%;
  right: 39%;
}

.interactive-hotspot-point.nth-of-type-4 {
  top: 23%;
  left: 50%;
}

.interactive-hotspot-point.nth-of-type-8 {
  top: 67%;
  left: 28%;
}

.interactive-hotspot-point.nth-of-type-6 {
  top: 41%;
  left: 32%;
}

.interactive-hotspot-point.nth-of-type-7 {
  top: 53%;
  right: 33%;
}

.section-wellness-tech {
  padding-top: 120px;
}

.wellness-tech-intro {
  text-align: center;
  max-width: 750px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.h2-wellness-tech{
	max-width: 400px;
	margin: 0 auto;
}

.expand-arrow {
  position: absolute;
  top: auto;
  bottom: 25px;
  left: auto;
  right: 30px;
}

.wellness-tech-tiles {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: stretch;
  margin-top: 30px;
}

.tile-text-old2 {
  color: #8ea5a9;
  width: 77%;
  font-size: 18px;
  line-height: 1.1;
}

.measure-image-content.measure-padding-top {
  padding-bottom: 10px;
}

.pdp .p-expand-highlight {
  color: var(--text-light-highlight);
}

.measure-para {
  width: 470px;
}

.expand-h-close {
  z-index: 21;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.mmm-measure {
  flex-flow: column wrap;
  align-content: space-around;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.expand-h-content {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: auto;
}

.mmm-expand-single {
  flex: none;
  margin-left: 3%;
  margin-right: 3%;
}

.mmm-expand-single.measure-expand-1 {
  text-align: center;
  width: 75%;
  padding-left: 5%;
  padding-right: 5%;
}

.mmm-expand-single.monitor-expand-1 {
  width: 35%;
}

.mmm-expand-single.manage-expand-1 {
  width: 50%;
}

.expand-h-contain {
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.measure-expand-3 {
  flex-direction: column;
  flex: none;
  width: 50%;
  max-width: 600px;
  margin-left: 3%;
  margin-right: 3%;
}

.measure-expand-3.measure-padding {
  height: 470px;
}

.measure-expand-3.measure-guided-breathing {
  width: 380px;
  height: 419px;
  margin-top: 15px;
}

.expand-content-top {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.measure-chart {
  width: 100%;
}

.mmm-expand-h3 {
  color: #8ea5a9;
  margin-top: 0;
  margin-bottom: 40px;
}

.expand-content-bot {
  display: flex;
}

.measure-expand-2 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  margin-left: 3%;
  margin-right: 3%;
  display: block;
  overflow: hidden;
}

.expand-h-arrow {
  display: none;
}

.mmm-expand-title {
  color: #3dc2c3;
}

.mmm-expand-h2 {
  padding-bottom: 0;
}

.mmm-measure-section {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  display: flex;
}

.expand-title {
  color: #46e2c3;
  align-items: flex-end;
  font-size: 22px;
}

.expand-title.measure-padding {
  color: #3dc2c3;
  margin-bottom: 0;
}

.measure-expand {
  z-index: 20;
  background-color: var(--pdp-bg);
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.expand-paragraph-text {
  margin-top: 10px;
  display: flex;
}

.monitor-expand {
  background-color: var(--pdp-bg);
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.mmm-expand-double-stretch {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 3%;
  margin-right: 6%;
  display: none;
}

.monitor-grid-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area Area"
                 "Area-2 Area-2 Area-2"
                 "Area-3 Area-4 Area-5"
                 / 1fr 1fr 1fr;
  width: 900px;
  height: 550px;
}

.mmm-expand-single-stretch {
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-left: 3%;
  margin-right: 3%;
  display: flex;
}

.mmm-expand-single-stretch.monitor-expand-2 {
  width: 60%;
  max-width: 940px;
}

.mmm-expand-single-stretch.manage-expand-2 {
  width: 70%;
  display: none;
}

.manage-expand {
  background-color: var(--pdp-bg);
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.pdp .h2-expand {
  margin-bottom: 0;
}

.pdp .h3-expand-mmm {
  margin-top: 0;
  margin-bottom: 25px;
}

.measure-expand-2col-single {
  color: #8ea5a9;
  width: 50%;
  margin-right: 3%;
}

.measure-expand-2col {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.measure-expand-h4 {
  color: var(--accent);
  font-size: 21px;
}

.measure-expand-2col-centralise {
  text-align: center;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.measure-expand-4-centralise {
  text-align: center;
  flex-direction: column;
  flex: none;
  width: 40%;
  max-width: 500px;
  height: 394px;
  margin-left: 3%;
  margin-right: 3%;
}

.measure-expand-4-centralise.measure-padding {
  height: 470px;
}

.measure-expand-4-centralise.measure-guided-breathing {
  width: 380px;
  height: 419px;
  margin-top: 15px;
}

.measure-expand-55 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: 1200px;
  margin-left: 3%;
  margin-right: 3%;
  display: block;
  overflow: hidden;
}

.section-2cols {
  padding-top: 120px;
}

.cols2-contain-right-top {
  display: flex;
}

.cols2-equal-media {
  width: 50%;
}

.pdp-vid-rounded {
  z-index: 0;
  border-radius: 50px;
  height: 100%;
}

.pdp-vid-rounded.name490-vid {
  aspect-ratio: 490 / 550;
}

.pdp-vid-rounded.name980-vid, .pdp-vid-rounded.col1-vid {
  aspect-ratio: 980 / 490;
}

.cols2-equal-text-right-top {
  align-self: center;
  width: 50%;
  padding-left: 6%;
}

.cols2-equal-text-left-top {
  align-self: center;
  width: 50%;
  padding-right: 6%;
}

.cols2-contain-left-top {
  align-items: center;
  display: flex;
}

.tile-vid {
  z-index: 0;
  height: 100%;
}

.tile-vid.tile-25x4 {
  aspect-ratio: 227 / 300;
}

.tile-vid.tile-25x2 {
  aspect-ratio: 233 / 300;
}

.tile-vid.tile-50x1 {
  aspect-ratio: 465 / 300;
}

.tile-vid.tile-25x1 {
  aspect-ratio: 239 / 300;
}

.tile-vid.tile-75x1 {
  aspect-ratio: 717 / 300;
}

.tile-vid.tile-33x3 {
  aspect-ratio: 310 / 300;
}

.tile-vid.tile-33x1 {
  aspect-ratio: 319 / 300;
}

.tile-vid.tile-67x1 {
  aspect-ratio: 637 / 300;
}

.tile-vid.tile-50x2 {
  aspect-ratio: 478 / 300;
}

.tile-vid.mmm-vid {
  aspect-ratio: 310 / 370;
}

.tile-img {
  height: 100%;
}

.tile-text {
  color: var(--tile--tile-text-color);
  font-size: 18px;
  line-height: 1.1;
}

.tile-arrow-svg {
  color: var(--tab--menu-bg);
  width: 36px;
  height: 36px;
}

.section-new-copy {
  padding-top: 114px;
}

.cols2-custom1-media {
  width: 25%;
}

.cols2-custom1-text {
  width: 75%;
  padding-left: 6%;
}

.section-2cols_custom {
  padding-top: 120px;
}

.cols2-custom2-text {
  width: 75%;
  padding-right: 6%;
}

.cols2-custom2-media {
  width: 25%;
}

.cols2-contain-right-bot {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.cols2-equal-text-right-bot {
  width: 50%;
  padding-left: 6%;
}

.cols2-contain-left-bot {
  align-items: stretch;
  display: flex;
}

.cols2-equal-text-left-bot {
  align-self: center;
  width: 50%;
  padding-right: 6%;
}

.cols2-custom3-media {
  width: 25%;
}

.cols2-custom3-text {
  width: 75%;
  padding-left: 6%;
}

.cols2-custom4-text {
  width: 75%;
  padding-right: 6%;
}

.cols2-custom4-media {
  width: 25%;
}

.cols4-thumbnail-content {
  grid-column-gap: 5.2%;
  grid-row-gap: 45px;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  margin-top: 45px;
  display: flex;
}

.cols4-thumbnail-single {
  width: 21.1%;
}

.section-long_4cols {
  padding-top: 120px;
}

.cols4_thumbnail-intro {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.cols4-thumbnail-img {
  margin-bottom: 25px;
}

.section-short_3cols {
  padding-top: 120px;
}

.pdp-intro {
  text-align: center;
  max-width: 750px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.pdp-intro.innovations { max-width: 700px; }
.pdp-intro.professional { max-width: 520px; }

.short-cols3-content {
  grid-column-gap: 5%;
  grid-row-gap: 45px;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  margin-top: 45px;
  display: flex;
}

.short-cols3-single {
  width: 30%;
}

.pdp-cols-icon {
  margin-bottom: 25px;
}

.pdp .h2-cols4 {
  margin-top: 0;
}

.pdp-cols-heading {
  color: var(--cols-heading);
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 400;
}

.pdp-cols-heading._3cols_short {
  color: #ac187a;
}

.section-kv {
  padding-top: 120px;
}

.new-intro {
  text-align: center;
  margin-bottom: 40px;
}

.pdp-vid {
  z-index: 0;
  height: 100%;
}

.pdp-vid.name490-vid {
  aspect-ratio: 490 / 550;
}

.pdp-vid.name980-vid {
  aspect-ratio: 980 / 550;
}

.pdp-vid.col1-vid {
  aspect-ratio: 980 / 490;
}

.pdp-vid.tabs-vid {
  aspect-ratio: 580 / 380;
}

.pdp-vid.hotspot-vid {
  aspect-ratio: 387 / 290;
}

.tabs-title {
  color: var(--tab--content-title);
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}

.tabs-title.professional {
  margin-bottom: 15px;
}

.tabs-text {
  color: var(--tab--content-text);
	font-size: 18px;
}

.pdp-cols-img {
  margin-bottom: 25px;
}

.short-cols4-content {
  grid-column-gap: 5.33%;
  grid-row-gap: 45px;
  text-align: center;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.cols4-long-content {
  grid-column-gap: 60px;
  grid-row-gap: 45px;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.cols4-long-single {
  width: 21%;
}

.cols3-long-content, .long-cols3-content {
  grid-column-gap: 5%;
  grid-row-gap: 45px;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  margin-top: 45px;
  display: flex;
}

.long-cols4-content {
  grid-column-gap: 5.33%;
  grid-row-gap: 45px;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.long-cols3-single {
  width: 30%;
}

.section-long_3cols {
  padding-top: 120px;
}

.long-cols4-single {
  width: 21%;
}

.section-innovations, .section-comprehensive {
  padding-top: 120px;
}

.section-stress-reduction {
  padding-top: 120px;
}

.pdp .h2-stress-reduction {
  text-transform: none;
}

.section-interview {
  background-image: url('../images/uLove3-Well-Being-Chair-Design-Pininfarina-Interview-Background-2.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
/*  background-size: cover;*/
  margin-top: 120px;
  padding-top: 120px;
/*  padding-bottom: 60px;*/
}

.section-design {
/*  padding-top: 120px;*/
}

.section-professional {
  padding-top: 120px;
}

.section-programs {
  padding-top: 30px;
}

.programs-tabs {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-height: 700px;
  margin-left: auto;
  margin-right: auto;
}

.stress-reduction-percentage {
  grid-column-gap: 3%;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
	width: 45%;
}

.stress-reduction-learn {
  text-align: center;
  margin-top: 10px;
}

.interview-content {
  text-align: center;
  max-width: 750px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.pdp .p-interview-content {
  text-align: center;
}

.stress-reduction-percentage-contain {
  grid-column-gap: 2%;
  justify-content: space-around;
  max-width: 80%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-exceptional, .section-other-features, .section-certifications {
  padding-top: 120px;
}

.text-block-2 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--tab--menu-text);
}

.text-span {
  color: var(--accent);
}

.link {
  color: var(--tab--menu-bg);
}

.pdp-intro-850 {
  text-align: center;
  max-width: 850px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.pdp-list-single {
  padding-bottom: 3px;
  padding-left: 10px;
}

.pdp .pdp-list {
  color: var(--text-light-highlight);
  margin-top: 15px;
  padding-left: 20px;
}

.cols2-programs-targeted {
  width: 52%;
  padding-right: 3%;
}

.cols2-programs-lifestyle {
  width: 46%;
}

.short-cols2-single {
  width: 50%;
}

.short-cols2-content {
  text-align: center;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cols2-programs-left-bot {
  grid-column-gap: 2%;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.programs-professional-text {
  color: var(--tab--content-title);
  margin-top: 5px;
  font-size: 14px;
}

.programs-cols1 {
  width: 50%;
  margin-top: 12px;
}

.targeted-cols2 {
  width: 57%;
}

.pdp-outro {
  text-align: center;
  max-width: 750px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.features-intro {
  text-align: center;
  max-width: 400px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.tabs-copy {
  background-image: linear-gradient(#1e3a47 74%, #34657d);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 3% 5%;
  display: flex;
  position: relative;
}

.beauty-angle-slider {
  aspect-ratio: 1920 / 830;
  height: 100%;
}

.usp-logo {
  margin-bottom: 15px;
}

.innovations-expand-v {
  z-index: 4;
  width: 100%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.expand-v-toggle {
    margin: 0 auto 60px;
	width: var(--icon-size);
	height: var(--icon-size);
	border: var(--icon-border-thickness) solid var(--expand-v-toggle-icon);
	border-radius: 50%;
	display: flex;
/*	color: var(--accent);*/
	transition: 0.5s all ease;
}

.expand-v-toggle a {
	color: var(--expand-v-toggle-icon);
}

.expand-v-toggle:hover{
	cursor: pointer;
/*
    color: var(--white);
    border-color: var(--white);
*/
}

.expand-v-contain {
  margin-top: 25px;
  display: block;
  position: static;
}

.expand-v-bg {
  background-color: var(--black);
}

.expand-v-content {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
  display: block;
}

.expand-v-single {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
}

.pdp .h2-innovations-expand {
  color: var(--accent);
  margin-top: 0;
}

.innovations-media {
  text-align: center;
  width: 34%;
}

.innovations-text {
  width: 61%;
}

.innovations-row-single {
  grid-column-gap: 5%;
  align-items: flex-start;
  margin-top: 25px;
  display: flex;
}

.interview-expand-v {
/*  z-index: 4;*/
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  overflow: hidden;
}

.pdp .h3-interview {
  margin-bottom: 0;
}

.innovations-glow, .innovations-icon {
  position: relative;
}

.pdp .h2-expand-mmm {
  max-width: 200px;
  margin-bottom: 0;
}

.pdp-expand-media-33 {
  width: 25%;
  margin-right: 6.25%;
}

.pdp .p-expand-title {
  color: var(--cols-heading);
  font-size: 19px;
  font-weight: 400;
}

.pdp .p-expand-title._3cols_short {
  color: #ac187a;
}

.pdp .p-expand {
  color: var(--text-light);
}

.burdon-contain {
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.burdon-text {
  width: 70%;
  margin-top: 15px;
}

.burdon-media {
  border-radius: 6px;
  flex: 0 auto;
  width: 25%;
  overflow: hidden;
}

.pdp .p-expand-burdon {
  color: var(--text-light-highlight);
  margin-bottom: 0;
  font-weight: 400;
}

.exp-col-w25x3-single {
  flex: 0 auto;
  width: 29%;
}

.exp-col-w25x3-single.measure-expand-1 {
  text-align: center;
  width: 85%;
  max-width: 1200px;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 10%;
  padding-right: 10%;
}

.exp-col-w25x3-single.monitor-expand-1 {
  width: 35%;
}

.exp-col-w25x3-single.manage-expand-1 {
  width: 50%;
}

.pdp-expand-3cols {
  justify-content: space-between;
  width: 64%;
  min-width: 925px;
  max-width: 1230px;
  display: flex;
}

.pdp-spacing-top25 {
  margin-top: 25px;
}

.exp-col {
  flex: none;
  margin-right: 6.25%;
}

.exp-col.measure-expand-1 {
  text-align: center;
  width: 85%;
  max-width: 1200px;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 10%;
  padding-right: 10%;
}

.exp-col.monitor-expand-1 {
  width: 35%;
}

.exp-col.manage-expand-1 {
  width: 50%;
}

.exp-col.exp-col-w50 {
  width: 40.625%;
  min-width: 520px;
  max-width: 780px;
}

.exp-col.exp-col-w33 {
  width: 25%;
  min-width: 360px;
  max-width: 480px;
}

.exp-col.exp-col-w25x3 {
  justify-content: space-between;
  width: 64%;
  min-width: 925px;
  max-width: 1230px;
  display: flex;
}

.pdp-spacing-bot15 {
  margin-bottom: 15px;
}

.stress-reduction-expand {
  display: none;
  background-color: var(--pdp-bg);
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.svg-double-arrow {
  color: var(--accent);
  width: 36px;
  height: 36px;
}

@media screen and (min-width: 1440px) {
  .tile-img-old {
    text-align: center;
  }

  .expand-img-stretch {
    width: 100%;
  }

  .pdp-cols-heading {
    font-size: 19px;
  }

  .section-hero-video-1col {
    padding-top: 120px 
  }
}

@media screen and (max-width: 991px) {
/*
  h2 {
    font-size: 37px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 19px;
  }

  p {
    font-size: 17px;
  }
*/

  .hero-video-text {
    display: block;
  }

  .tab-menu {
    height: 100%;
  }

  .interactive-slide-title {
    font-size: 24px;
  }

  .tabs-2col {
    align-content: flex-start;
  }

  .tabs {
    height: auto;
  }

  .tabs-intro, .auto-programs-intro {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .cols4-icon-row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: flex;
  }

  .col1-intro, .vibrate-levels-intro {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .tile-title {
    font-size: 24px;
  }

  .usp-overline {
    font-size: 17px;
    line-height: 1.4;
  }

  .tile-arrow {
    right: 20px;
  }

  .programs-single-text {
    padding-left: 5%;
    padding-right: 5%;
  }

  .hotspot-intro {
    max-width: 700px;
  }

  .wellness-tech-intro {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .tile-text-old2 {
    width: 77%;
  }

  .mmm-expand-single.measure-expand-1 {
    width: 90%;
  }

  .mmm-expand-single-stretch.monitor-expand-2 {
    width: 80%;
  }

  .manage-expand {
    display: none;
  }

  .tile-text {
    font-size: 17px;
  }

  .cols4-thumbnail-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: flex;
  }

  .short-cols3-content {
    grid-column-gap: 30px;
    grid-row-gap: 15px;
    display: flex;
  }

  .new-intro {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-title {
    font-size: 24px;
  }

    .tabs-text {
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 15px;
  }

  .short-cols4-content, .cols4-long-content, .cols3-long-content, .long-cols3-content, .long-cols4-content {
    grid-column-gap: 30px;
    grid-row-gap: 15px;
    display: flex;
  }

  .programs-tabs {
    height: auto;
  }

  .cols2-programs-targeted, .cols2-programs-lifestyle {
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0%;
  }

  .cols2-programs-lifestyle {
    width: 100%;
  }

  .short-cols2-content {
    grid-row-gap: 15px;
  }

  .cols2-programs-left-bot {
    flex-flow: column;
  }

  .programs-professional-text {
    font-size: 14px;
    line-height: 1.4;
  }

  .programs-cols1 {
    width: 25%;
  }

  .innovations-expand-v {
/*    margin-top: 0;*/
  }

  .expand-v-content {
    max-width: 100%;
  }

  .innovations-text {
    padding-right: 20px;
  }

  .interview-expand-v {
    margin-top: 0;
  }

  .exp-col-w25x3-single.measure-expand-1, .exp-col.measure-expand-1 {
    width: 90%;
  }

/*
  .stress-reduction-expand {
    display: none;
  }
*/
}

@media screen and (max-width: 767px) {
  .pdp h2 {
    margin-bottom: 0;
  }

  .pdp h3 {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .pdp p {
    text-align: center;
  }

  .section-content-1, .section-content-2 {
    width: 90%;
    max-width: 375px;
  }

  .hero-video {
/*    aspect-ratio: 480 / 738;*/
	  aspect-ratio: 480 / 280;
  }

  .hero-video-text {
    display: none;
  }

  .pdp .a-tab-menu-w25 {
    width: 67%;
  }

  .interactive-slide-copy {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .testimonial-slider-nav {
    width: 50%;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .interactive-slider {
    width: 100%;
  }

  .interactive-slide {
    margin-left: auto;
    margin-right: auto;
  }

  .pdp.tile-text-old {
    text-align: left;
  }

  .tabs-2col {
    flex-flow: column-reverse;
  }

  .tabs {
    width: 100%;
    max-height: 100%;
  }

  .tabs-media {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .programs-tabs-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 18px;
  }

  .house-set-slider {
    aspect-ratio: auto;
  }

  .auto_programs-content {
    flex-direction: column;
  }

  .cols4-intro {
    display: block;
  }

  .cols4-icon-row {
    grid-column-gap: 8%;
    grid-row-gap: 8%;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .cols4-icon-img {
    margin-left: auto;
    margin-right: auto;
  }

  .short-cols4-single {
    width: 46%;
  }

  .interactive-slide-img {
    max-height: 290px;
  }

  .imgm {
    display: inline-block;
  }

  .imgd {
    display: none;
  }

  .pdp-fullwidth-img {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .usp-tiles-row {
    flex-direction: column;
  }

  .tile-img-old {
    justify-content: flex-end;
  }

  .tile-text-bot-wrapper {
    width: 48%;
  }

  .tile-text-bot {
    background-image: linear-gradient(90deg, var(--pdp-bg) 10%, rgba(1, 8, 20, 0) 60%);
    justify-content: center;
    height: 100%;
	  padding-top: 0;
  }

  .tile.tile-w25, .tile.tile-w50, .tile.tile-w75, .tile.tile-mmm, .tile.tile-w33, .tile.tile-w67 {
    width: 100%;
	  height: auto;
/*    height: 130px;*/
  }

  .tile-arrow {
    justify-content: center;
    align-items: center;
    width: 30px;
    display: flex;
    top: 0;
    bottom: 0;
  }

  .pdp-fullwidth-img-div {
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: hidden;
  }

  .programs-single {
    flex-flow: column-reverse;
    align-items: flex-start;
    width: 100%;
    display: block;
  }

  .section-content-3 {
    width: 90%;
    max-width: 375px;
  }

  .click-change-grid {
    grid-template-rows: minmax(0, auto) minmax(auto, 1fr) auto auto;
    grid-template-columns: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .click-change-h2, .click-change-text {
    text-align: center;
  }

  .hotspot-content {
    flex-direction: column;
  }

  .interactive-hotspot {
    width: 100%;
    display: none;
  }

  .expand-arrow {
    justify-content: center;
    align-items: center;
    width: 30px;
    display: flex;
    top: 0;
    bottom: 0%;
    right: 20px;
  }

  .wellness-tech-tiles {
    flex-direction: column;
  }

  .tile-text-old2 {
    padding-bottom: 0;
  }

  .pdp .p-expand-highlight {
    text-align: left;
  }

  .measure-para {
    text-align: left;
    width: 100%;
    font-size: 17px;
  }

  .mmm-measure {
    flex-flow: row;
    grid-template: "Area Area-2"
                   "Area Area-2"
                   "Area Area-4"
                   "Area Area-4"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 200vw;
  }

  .mmm-expand-single.monitor-expand-1 {
    width: 50%;
  }

  .mmm-expand-single.manage-expand-1 {
    width: 85%;
  }

  .measure-expand-3 {
    width: 60%;
  }

  .measure-expand-3.measure-guided-breathing {
    width: 300px;
  }

  .expand-content-top {
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin-right: 10px;
  }

  .measure-graph {
    width: 100%;
  }

  .expand-content-bot {
    flex-direction: column;
    width: 100vw;
  }

  .measure-expand-2 {
    flex-flow: wrap;
    width: 100%;
  }

  .expand-h-arrow {
    display: block;
    position: relative;
  }

  .mmm-expand-title {
    text-align: left;
  }

  .mmm-measure-section {
    width: 100%;
  }

  .expand-title, .expand-paragraph-text {
    text-align: left;
  }

  .mmm-expand-double-stretch {
    width: 90%;
  }

  .monitor-grid-content {
    grid-row-gap: 0px;
    grid-template: "Area"
                   "Area-2"
                   "Area-3"
                   "Area-5"
                   "Area-4"
                   / 1fr;
    width: 100%;
  }

  .expand-stretch-img {
    height: 100%;
  }

  .mmm-expand-single-stretch {
    align-self: flex-end;
    height: 80%;
  }

  .mmm-expand-single-stretch.monitor-expand-2, .mmm-expand-single-stretch.manage-expand-2 {
    width: auto;
  }

  .measure-expand-2col-single {
    width: 90%;
  }

  .measure-expand-2col {
    flex-direction: column;
  }

  .measure-expand-4-centralise {
    width: 80%;
    margin-left: 6%;
    margin-right: 6%;
  }

  .measure-expand-4-centralise.measure-guided-breathing {
    width: 300px;
  }

  .measure-expand-55 {
    flex-flow: wrap;
    width: 100%;
  }

  .measure-expand-image {
    margin-left: auto;
    margin-right: auto;
  }

  .cols2-contain-right-top {
    flex-direction: column-reverse;
  }

  .cols2-equal-media {
    text-align: center;
    width: 100%;
  }

  .pdp-vid-rounded {
    border-radius: 40px;
  }

  .pdp-vid-rounded.col1-vid {
    aspect-ratio: 375 / 510;
  }

  .cols2-equal-text-right-top {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 0%;
  }

  .cols2-equal-text-left-top {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0%;
  }

  .cols2-contain-left-top {
    flex-flow: row-reverse wrap;
  }

  .tile-vid.tile-25x4, .tile-vid.tile-25x2, .tile-vid.tile-50x1, .tile-vid.tile-25x1, .tile-vid.tile-75x1, .tile-vid.tile-33x3, .tile-vid.tile-33x1, .tile-vid.tile-67x1, .tile-vid.tile-50x2, .tile-vid.mmm-vid {
    aspect-ratio: 375 / 130;
  }

  .cols2-custom1-media {
    text-align: center;
    width: 100%;
  }

  .cols2-custom1-text {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 0%;
  }

  .cols2-custom2-text {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0%;
  }

  .cols2-custom2-media {
    text-align: center;
    width: 100%;
  }

  .cols2-contain-right-bot {
    flex-flow: column;
  }

  .cols2-equal-text-right-bot {
    text-align: center;
    width: 100%;
    margin-top: 30px;
    padding-left: 0%;
  }

  .cols2-contain-left-bot {
    flex-flow: wrap-reverse;
  }

  .cols2-equal-text-left-bot {
    text-align: center;
    width: 100%;
    margin-top: 30px;
    padding-right: 0%;
  }

  .cols2-custom3-media {
    text-align: center;
    width: 100%;
  }

  .cols2-custom3-text {
    text-align: center;
    width: 100%;
    margin-top: 25px;
    padding-left: 0%;
  }

  .cols2-custom4-text {
    text-align: center;
    width: 100%;
    margin-top: 25px;
    padding-right: 0%;
  }

  .cols2-custom4-media {
    text-align: center;
    width: 100%;
  }

  .cols4-thumbnail-content {
    grid-column-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .cols4-thumbnail-single {
    width: 100%;
    display: block;
  }

  .cols4_thumbnail-intro {
    display: block;
  }

  .cols4-thumbnail-img {
    margin-left: auto;
    margin-right: auto;
  }

  .pdp-intro {
    max-width: 375px;
    margin-bottom: 30px;
  }
	

.pdp-intro.professional { max-width: 260px; }
.pdp-intro.exceptional { max-width: 700px; }

  .short-cols3-content {
    grid-column-gap: 8%;
    grid-row-gap: 4.8vh;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .short-cols3-single {
    width: 46%;
  }

  .pdp-cols-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .pdp-vid.col1-vid {
    aspect-ratio: 375 / 510;
  }
	
  .pdp-vid.interview {
    aspect-ratio: 375 / 375;
  }

  .pdp-vid.tabs-vid {
    aspect-ratio: 375 / 290;
  }
	
  .pdp-vid.hotspot-vid {
    aspect-ratio: 375 / 282;
  }

  .tabs-title {
    text-align: center;
    margin-bottom: 15px;
  }

  .tabs-text {
    text-align: center;
  }

  .pdp-cols-img {
    margin-left: auto;
    margin-right: auto;
  }

  .short-cols4-content, .cols4-long-content {
    grid-column-gap: 8%;
    grid-row-gap: 4.8vh;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .cols4-long-single {
    width: 46%;
  }

  .cols3-long-content, .long-cols3-content, .long-cols4-content {
    grid-column-gap: 8%;
    grid-row-gap: 4.8vh;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .long-cols3-single, .long-cols4-single {
    width: 100%;
  }

  .section-interview {
    background-image: url('../images/uLove3-Well-Being-Chair-Design-Pininfarina-Interview-Background-mobile.webp');
/*
    background-position: 50%;
    background-size: cover;
*/
    background-attachment: scroll;
    padding-top: 0;
/*	  padding-bottom: 0;*/
  }

  .programs-tabs {
    width: 100%;
    max-height: 100%;
  }

  .stress-reduction-percentage {
    text-align: center;
    flex-flow: column;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 0%;
  }

  .pdp .p-stress-reduction-percentage {
    width: 100%;
  }

  .stress-reduction-percentage-contain {
    max-width: 100%;
  }

  .pdp-intro-850 {
    width: 90%;
    max-width: 375px;
    margin-bottom: 30px;
  }

  .cols2-programs-targeted, .cols2-programs-lifestyle {
    text-align: center;
  }

  .short-cols2-single {
    width: 46%;
  }

  .short-cols2-content {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .programs-professional-text {
    text-align: center;
  }

  .targeted-cols2 {
    width: 46%;
  }

  .pdp-outro, .features-intro {
    width: 90%;
    max-width: 375px;
    margin-bottom: 30px;
  }

  .tabs-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 18px 15px;
  }


  .beauty-angle-slider {
    aspect-ratio: auto;
  }

  .expand-v-content {
    flex-direction: column-reverse;
  }

  .expand-v-single {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 375px;
  }

  .pdp .h2-innovations-expand {
    text-align: left;
  }

  .innovations-media {
    width: 30%;
  }

  .innovations-text {
    width: 67%;
    padding-right: 0;
  }

  .innovations-row-single {
    grid-column-gap: 3%;
  }

  .pdp .p-innovations-text, .pdp .p-expand-title, .pdp .p-expand, .pdp .p-expand-burdon {
    text-align: left;
  }

  .exp-col-w25x3-single.measure-expand-1 {
    width: 100%;
  }

  .exp-col-w25x3-single.monitor-expand-1 {
    width: 50%;
  }

  .exp-col-w25x3-single.manage-expand-1 {
    width: 85%;
  }

  .pdp-expand-3cols, .exp-col {
    margin-left: 7%;
    margin-right: 7%;
  }

  .exp-col.measure-expand-1 {
    width: 100%;
  }

  .exp-col.monitor-expand-1 {
    width: 50%;
  }

  .exp-col.manage-expand-1 {
    width: 85%;
  }

  .exp-col.exp-col-w50, .exp-col.exp-col-w33 {
    width: 86%;
    min-width: 0;
  }

  .exp-col.exp-col-w25x3 {
    width: 286%;
    min-width: 0;
  }

  .svg-double-arrow {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }
}

@media screen and (max-width: 479px) {
/*
  .hero-video {
    box-shadow: none;
  }
*/
	
	.tile {
		border-radius: 3.5vw 3.5vw 17vw 3.5vw;
	}

  .video-title, .video-text {
    line-height: 1.25;
  }

  .tab-menu {
    width: 100%;
  }

  .tabs-2col {
    align-content: center;
  }

  .tabs-intro {
    width: 90%;
  }

  .tabs-media {
    width: 100%;
  }

  .auto-programs-intro, .col1-intro, .vibrate-levels-intro {
    width: 90%;
  }

  .usp-intro {
    margin-bottom: 10px;
/*	max-width: 300px;*/
    margin: 0 auto;
  }

  .tile-img-old {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .click-change-h2 {
    margin-bottom: 20px;
  }

  .click-change-image {
    height: 100%;
  }

  .hotspot-intro {
    width: 91%;
    margin-left: auto;
    margin-right: auto;
  }

  .interactive-hotspot {
    max-height: 240px;
  }

  .wellness-tech-intro {
    width: 90%;
  }

  .tile-text-old2 {
    width: 100%;
    max-width: 100%;
  }

  .mmm-expand-single.monitor-expand-1 {
    width: 90%;
    margin-left: 0%;
  }

  .measure-expand-3 {
    margin-left: 6%;
    margin-right: 6%;
  }

  .expand-content-top, .expand-content-bot, .mmm-expand-double-stretch {
    width: 90vw;
  }

  .monitor-grid-content {
    grid-template-rows: auto auto auto auto auto;
    grid-template-areas: "Area-2"
                         "Area"
                         "Area-3"
                         "Area-5"
                         "Area-4";
    padding-left: 3%;
    padding-right: 3%;
  }

  .measure-expand-4-centralise {
    margin-left: 6%;
    margin-right: 6%;
  }

  .pdp-intro, .new-intro {
    width: 90%;
  }

  .innovations-expand-v {
/*    margin-top: 10px;*/
  }

  .expand-v-contain {
    background-color: rgba(0, 0, 0, 0);
  }

  .expand-v-single {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
	  padding-top: 60px;
  }

  .innovations-row-single {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .interview-expand-v {
    margin-top: 10px;
  }

  .interview-nicola-text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .exp-col-w25x3-single.monitor-expand-1, .exp-col.monitor-expand-1 {
    width: 90%;
    margin-left: 0%;
  }
}

#w-node-_5d86140e-5c13-d650-5d96-1bea6002ddef-5dccfcea {
  grid-area: Area-4;
}

#w-node-_5d86140e-5c13-d650-5d96-1bea6002ddf1-5dccfcea {
  grid-area: Area-5;
}

#w-node-_5d86140e-5c13-d650-5d96-1bea6002ddf3-5dccfcea {
  grid-area: Area-3;
}

#w-node-_5d86140e-5c13-d650-5d96-1bea6002ddf5-5dccfcea {
  grid-area: Area-2;
}

#w-node-_5d86140e-5c13-d650-5d96-1bea6002ddf7-5dccfcea {
  grid-area: Area;
}