:root {
    --text-light-highlight: #eee;
    --accent-dark: #ca7976;
    --tab--menu-bg: #94b5ce;
    --tab--menu-text: white;
    --tab--menu-bg-current: #253a4b;
    --hotspot--slider-text: #152f4e;
    --hotspot--slider-text-bg: #a3d9dc;
    --text-dark: #818181;
    --hotspot--slider-title: #152f4e;
    --pdp-bg: white;
    --text-light: #ffffff;
    --tab--content-bg: #f3f3f3;
    --tile--tile-bg-color: #fff;
    --overline-light: white;
    --hotspot-ring-color: #00dfff;
    --accent-light: #21e2f6;
    --cols-heading: #ffffff;
    --cols-heading-bg: #d4f3f4;
    --tab--content-title: #253a4b;
    --tab--content-text: #253a4b;
    --icon--icon-size: 48px;
    --icon--icon-border-thickness: 2px;
    --expand-v-toggle-icon: white;
    --expand-v-bg: black;
    --slider-sides--ss-arrow-icon: #2a2a2a;
    --slider-sides--ss-arrow-bg-hover: #fcd545;
    --slider-sides--ss-desc: white;
    --slider-sides--ss-title: white;
    --slider-sides--ss-gradient: #fcd545;
    --click-change--cc-active-light: #4cc5f8;
    --click-change--cc-desc: #686868;
    --click-change--cc-btn-text: #616566;
    --click-change--cc-btn-bg: #cacaca;
    --click-change--cc-active: #ca7976;
    --ixd-split--ixd-split-bar-bg: #2a2a2a;
    --ixd-split--ixd-split-bar-text: white;
    --ixd-split--ixd-split-text: white;
    --mmm-heading: #253a4b;
    --mmm-p: #253a4b;
    --tab-vert--nav-line: #92929280;
    --tab-vert--content-text: white;
    --tab-vert--nav-active: #00f0ff;
    --overline-dark: #666666;
    --list-marker-color: #707070;
    --text-dark-highlight: #2a2a2a;
    --text-color-old: #574948;
    --link-color: #3dc2c3;
    --modal-video-link: white;
    --modal-link-color: #ffe400;
    --white: white;
    --black: black;
    --ixd-angles--ixd-angles-slice-active: yellow;
    --icon--icon-svg-thickness: 2px;
    --tab--menu-bg-fade: #94b5ce;
    --tab--menu-text-current: white;
    --slider-sides--ss-arrow-icon-hover: white;
    --slider-sides--ss-nav-bullet: #707070;
    --ixd-split--ixd-split-header: #2a2a2a;
    --ixd-angles--ixd-angles-slice: #999;
    --ixd-angles--ixd-angles-slice-border: white;
    --tab-v2--nav: #b9b9b9;
    --tab-v2--nav-active: #f77687;
    --pdp-radius-tab-v2: var(--pdp-size-xxl);
    --tile--tile-title-color: #5f5f5f;
    --tile--tile-text-color: #5f5f5f;
    --pdp-size-0: 0px;
    --pdp-size-xxs: 2px;
    --pdp-size-xs: 4px;
    --pdp-size-sm: 8px;
    --pdp-size-md: 16px;
    --pdp-size-lg: 24px;
    --pdp-size-xl: 32px;
    --pdp-size-xxl: 48px;
    --btn-border-width: 1px;
    --btn-border-color: #ffffff80;
    --btn-bg: #ffffff4d;
    --btn-border-color-hover: white;
    --btn-bg-hover: #ffffff26;
    --pdp-radius-md: 32px;
    --pdp-radius-lg: 48px;
    --pdp-radius-full: 9999px;
    --pdp-radius-tab-2: 48px;
}


.pdp p { font-size: 1.8rem; }

.pdp-text-dark { color: var(--text-dark); }
.pdp-text-light { color: var(--text-light); }

.pdp-modal-close-btn {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 1;
}

.pdp-no-break { white-space: nowrap; }

.pdp-cols-heading {
    color: var(--cols-heading);
    margin-bottom: 16px;
    font-size: 19px;
    font-weight: 400;
}

.pdp-flex {
    align-items: stretch;
    display: flex;
}
.pdp-btn-wrapper {
    background-color: #0000;
    padding: 0;
    display: block;
}

.pdp-btn {
    grid-column-gap: 2px;
    border: var(--btn-border-width) solid var(--btn-border-color);
    border-radius: var(--pdp-radius-full);
    background-color: var(--btn-bg);
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 24px 12px 32px;
    font-size: 18px;
    font-weight: 400;
    transition: all .5s;
    display: flex;
}

.pdp-btn-icon {
    width: 24px;
    height: 24px;
}

.bg-teal-dark {
    background-image: radial-gradient(circle, #a6c2cd, #4d818b 40%, #162b2f 80%);
}

.w-background-video {
    position: relative;
    overflow: hidden;
    height: 500px;
    color: white;
}

.w-background-video > video {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    right: -100%;
    bottom: -100%;
    top: -100%;
    left: -100%;
    object-fit: cover;
    z-index: -100;
}

.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;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

/* body {
  letter-spacing: 1px;
  font-family: Fs Albert, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.375;
} */

/*h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}*/

.pdp {
    background-color: var(--pdp-bg);
    color: var(--text-dark);
    overflow: clip;
    margin-bottom: 60px;
}

.pdp h2 {
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  background-image: linear-gradient(-176deg, #f78a9e, #f56f87, #fe988b);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  padding-bottom: 15px;
  text-transform: none;
}

/*h3 {
  margin-top: 0;
  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;
} */

/*p {
  margin-bottom: 15px;
  font-size: 18px;
}*/

/* .pdp a {
  color: var(--accent-dark);
  text-decoration: underline;
} */

.pdp .pdp-list-dot {
    color: var(--tab--content-text);
    margin-top: 16px;
}

.pdp .p-white { color: #ffffff; } 

img {
  max-width: 100%;
  display: inline-block;
}

/* .section-spa-ritual-mode {
 background-color: #ffffff;
 background-size: cover;	
} */

.section-content-1 {
  width: 94%;
  max-width: 980px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-content-2 {
  width: 94%;
  max-width: 1160px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-content-4 {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-hero-video {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-video {
  z-index: 0;
  aspect-ratio: 1920 / 830;
  width: 100%;
  height: 100%;
}

/* .tab-menu {
  background-color: var(--tab--menu-bg);
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  overflow: auto;
}

.tab-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.pdp .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%;
  max-height: 68px;
  padding: 23px 15px;
  font-size: 16px;
  display: flex;
}

.pdp .pdp .a-tab-menu-w25:hover {
  background-color: var(--tab--menu-bg-current);
  text-decoration: none;
}

.pdp .pdp .a-tab-menu-w25.w--current {
  background-color: var(--tab--menu-bg-current);
} */

.interactive-slide-text {
  color: var(--hotspot--slider-text);
  font-size: 18px;
  line-height: 1.375;
}

.interactive-s1 {
  background-color: #0000;
  height: 100%;
}

.interactive-slider-arrow {
  display: block;
}

.interactive-slide-copy {
  aspect-ratio: 387 / 220;
  background-color: var(--hotspot--slider-text-bg);
  padding: 30px;
}

.interactive-slider-nav {
  font-size: 10px;
  display: none;
}

.interactive-slider {
  background-color: var(--hotspot--slider-text-bg);
  width: 33.33%;
}

.hotspot-arrow-left {
  backface-visibility: hidden;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  transform: rotate(90deg);
}

.hotspot-arrow-right {
  color: var(--text-dark);
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(-90deg);
}

.interactive-slide-title {
  color: var(--hotspot--slider-title);
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}

.interactive-slide {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.tabs {
  max-height: 700px;
  margin-left: auto;
  margin-right: auto;
}

.tabs-media {
  /* flex-direction: column; */
  width: 50%;
  display: flex;
  background-color: #ffffff;
}

.tabs-media img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.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-left: 4%;
  padding-right: 4%;
  display: flex;
  position: relative;
}

.tabs-copy.programs {
  background-color: #fff;
}

/* .section-house-set {
  padding-top: 0 !important;
} */

.house-set-slider {
  aspect-ratio: 1920 / 830;
  height: 100%;
}

.left-arrow {
  display: none;
}

.right-arrow-2 {
  display: none;
  overflow: hidden;
}

.icon-2 {
  display: block;
  overflow: visible;
}

.short-cols4-single {
  width: 21%;
}

.short-cols4-single.ergotilt {
  width: 25%;
}

.interactive-slide-img {
  width: 100%;
  min-height: 290px;
}

.imgm {
  display: none;
}

.pdp-fullwidth-img {
  width: 100%;
}

.pdp-fullwidth-img-div-all {
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: hidden;
}

.pdp-fullwidth-img-all {
    /* width: auto; */
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}

/* .section-usp {
  padding-bottom: 120px;
} */

.usp-intro {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.tile-title {
  color: var(--tile--tile-title-color);
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}

.section-relief .tile-title { font-size: 19px; }


.usp-tiles-row {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: stretch;
  margin-top: 25px;
  display: flex;
}

.usp-overline {
  color: #cacfd4;
  letter-spacing: 7px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 8px;
}

.tile-text-bot-wrapper {
  width: 92%;
}

.tile-text-bot {
  background-image: linear-gradient(0deg, #dbd7d3 30%, #dbd7d3 55%, #040f1c00);
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  width: 100%;
  /* height: 100px; */
  padding-top: 30px;
  padding-bottom: 16px;
  padding-left: 25px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.tile {
  background-color: var(--tile--tile-bg-color);
  border-radius: 15px 15px 65px;
  height: 100%;
  position: relative;
  overflow: hidden;
   /* box-shadow: 0 0 12px 2px #7ee0fc;*/
}

.section-relief .tile { border-radius: var(--pdp-size-xl); }

.tile.tile-w25 {
  width: 25%;
}

.tile.tile-w50 {
  width: 50%;
}

.tile.tile-w75 {
  width: 75%;
}

.tile.tile-mmm {
  cursor: pointer;
  width: 33.33%;
  /* height: 370px; */
}

.tile.tile-w33 {
  width: 33.33%;
}

.tile.tile-w67 {
  width: 66.67%;
}

.tile-arrow {
  position: absolute;
  inset: auto 30px 25px auto;
}

.programs-single {
  position: relative;
}

.programs-single-text {
  text-align: center;
  background-image: linear-gradient(to top, gray, #4d4d4d99 56%, #0000);
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: auto 0% 0%;
}

.pdp-overline {
  color: var(--overline-light);
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.3;
}

.section-content-3 {
  width: 94%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.section-hotspot {
  background-color: #f3efe6;
  padding-bottom: 150px;
}

.hotspot-content {
  display: flex;
}

.interactive-hotspot {
  aspect-ratio: 1.5;
  text-align: center;
  background-image: radial-gradient(circle, #fff, #65bfd3 50%, #206b7f);
  width: 66.67%;
  position: relative;
  overflow: hidden;
}

.interactive-hotspot-contain {
  position: relative;
}

.interactive-point-ring {
  background-color: var(--hotspot-ring-color);
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.interactive-point-centre {
  background-color: #fff;
  border-radius: 50%;
  width: 40%;
  height: 40%;
  position: absolute;
}

.interactive-hotspot-points {
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.interactive-hotspot-point {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
}

.interactive-hotspot-point.s1p3 {
  top: 25%;
  left: 43%;
}

.interactive-hotspot-point.s1p2 {
  top: 10%;
  left: 55%;
}

.interactive-hotspot-point.s1p1 {
  top: 10%;
  left: 30%;
}

.interactive-hotspot-point.s1p5 {
  top: 40%;
  left: 30%;
}

.interactive-hotspot-point.s1p4 {
  top: 40%;
  right: 33%;
}

.interactive-hotspot-point.s1p6 {
  top: 47%;
  left: 45%;
}

.wellness-tech-tiles {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: stretch;
}

.measure-expand-text {
  color: var(--text-light-highlight);
}

.mmm-expand-close {
  z-index: 21;
  position: absolute;
  inset: 5% 5% auto auto;
}

.mmm-expand-open {
  align-items: center;
  height: 100%;
  padding-left: 40px;
  display: flex;
  overflow: auto;
}

.mmm-expand-single {
  flex: none;
  margin-left: 3%;
  margin-right: 3%;
}

.mmm-expand-single.monitor-expand-1 {
  width: 35%;
}

.mmm-expand-single.manage-expand-1 {
  width: 50%;
}

.mmm-expand-content {
  align-items: center;
  height: 100%;
  position: relative;
}

.measure-expand-3 {
  flex-direction: column;
  flex: none;
  width: 50%;
  max-width: 600px;
  margin-left: 3%;
  margin-right: 3%;
}

.mmm-expand-h3 {
  color: #8ea5a9;
  margin-top: 0;
  margin-bottom: 40px;
}

.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;
}

.mmm-expand-arrow {
  display: none;
}

.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;
}

.measure-expand-imc {
  z-index: 20;
  background-color: #000;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.expand-paragraph-text {
  margin-top: 10px;
  display: flex;
}

.monitor-expand {
  background-color: #040e1b;
  background-image: linear-gradient(90deg, #040e1b, #082f3f 52%, #040e1b);
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.mmm-expand-double-stretch {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 3%;
  margin-right: 6%;
  display: flex;
}

.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.manage-expand-2 {
  width: 70%;
}

.manage-expand {
  background-color: #040e1b;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.measure-expand-h2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #85b6e2 31%, #295994 76%, #0c1831);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.measure-expand-h3 {
  color: #8ea5a9;
  margin-bottom: 40px;
}

.measure-expand-single {
  flex: none;
  margin-left: 3%;
  margin-right: 3%;
}

.measure-expand-single.measure-expand-1 {
  text-align: center;
  width: 85%;
  max-width: 1200px;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 10%;
  padding-right: 10%;
}

.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-light);
  font-size: 21px;
}

.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%;
}

.section-2cols_old {
  display: none;
}

.cols2-contain-right-top {
  align-items: center;
  display: flex;
}

.cols2-equal-media {
  width: 50%;
  height: 100%;
}

.cols2-equal-media.stash {
  align-self: flex-end;
  margin-top: 10%;
}

.cols2-equal {
    width: 47%;
    height: 100%;
}

.pdp-modal-content-row { margin: 120px 0; }

.pdp-vid-rounded {
  z-index: 0;
  border-radius: 50px;
  height: 100%;
}

.pdp-media-wrapper {
    border-radius: var(--pdp-radius-lg);
    overflow: hidden;
}

.pdp-media-wrapper img, .card-modal-media img {
    height: auto;
}

.pdp-vid-rounded.name490-vid {
  aspect-ratio: 490 / 550;
}

.cols2-equal-text-right {
  flex-flow: column;
  justify-content: center;
  width: 45%;
  padding-left: 16%;
  display: flex;
}

.cols2-equal-text-left {
  flex-flow: column;
  justify-content: left;
  width: 45%;
  padding-left: 12%;
  display: flex;
  text-align: left;
  align-self: flex-start;
  height: 100%;
}

.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(--tile--tile-text-color);
  width: 36px;
  height: 36px;
}

.cols2-custom1-media {
  width: 25%;
  height: 100%;
}

.cols2-custom1-text {
  flex-flow: column;
  justify-content: center;
  width: 75%;
  padding-left: 6%;
  display: flex;
}

.cols2-custom2-text {
  flex-flow: column;
  justify-content: center;
  width: 75%;
  padding-right: 6%;
  display: flex;
}

.cols2-custom2-media {
  width: 25%;
  height: 100%;
}

.cols2-contain-right-bot {
  align-items: center;
  display: flex;
}

.cols2-equal-text-right-top {
  flex-flow: column;
  justify-content: center;
  width: 50%;
  padding-left: 6%;
  display: flex;
}

.cols2-contain-left-bot {
  align-items: stretch;
  display: flex;
}

.cols2-equal-text-left-top {
  flex-flow: column;
  justify-content: center;
  width: 50%;
  padding-right: 6%;
  display: flex;
}

.cols2-custom3-media {
  width: 25%;
  height: 100%;
}

.cols2-custom3-text {
  flex-flow: column;
  justify-content: center;
  width: 75%;
  padding-left: 6%;
  display: flex;
}

.cols2-custom4-text {
  flex-flow: column;
  justify-content: center;
  width: 75%;
  padding-right: 6%;
  display: flex;
}

.cols2-custom4-media {
  width: 25%;
  height: 100%;
}

.pdp-intro {
  text-align: center;
  max-width: 80%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.short-cols2-single {
  width: 45%;
}

.pdp-cols-icon {
  margin-bottom: 25px;
}

.pdp-cols-heading {
  color: var(--cols-heading);
  font-size: 19px;
  font-weight: 400;
}

.pdp-cols-heading.withbg {
  background-color: var(--cols-heading-bg);
  text-align: center;
  padding: 10px;
}

.pdp-cols-heading.certs-expand {
  color: #fff;
}

/* .section-kv {
  padding-top: 0;
} */

.pdp-vid {
  z-index: 0;
  height: 100%;
  width: 100%;
}

.pdp-vid.tabs-vid {
  aspect-ratio: 580 / 380;
}

.pdp-vid.cc-vid-with-text {
  aspect-ratio: 490 / 550;
}

.pdp-vid.cc-vid {
  aspect-ratio: 510 / 550;
}

.pdp-vid.cc4-vid {
  aspect-ratio: 510 / 450;
}

.pdp-vid.full-bg-vid {
  aspect-ratio: 1920 / 830;
}

.pdp-vid.ergotilt-vid {
  aspect-ratio: 480 / 550;
}

.tabs-title {
  color: var(--tab--content-title);
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}

.tabs-text {
  color: var(--tab--content-text);
  font-size: 18px;
}

.pdp-cols-img {
  margin-bottom: 25px;
}

.short-cols-content {
  grid-column-gap: 0%;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
  margin-top: 20px
}

.short-cols-content.ergotilt {
  grid-column-gap: 0%;
  grid-row-gap: 0px;
  margin-top: 120px;
}

.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: 60px;
  grid-row-gap: 45px;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.long-cols3-single {
  width: 30%;
}

.long-cols4-single {
  width: 21%;
}


.cp-card-modal {
    /* display: flex; */
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: space-around;
    /* align-items: stretch; */
}

.pdp-w50 {
	width: 50%
}	

.card-modal-item {
height: 100%;
position: relative;
}

.card-modal-title {
    padding-bottom: 4px;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2;
}

.card-modal-media {
border-radius: var(--pdp-radius-md);
    overflow: hidden;
} 

.card-modal-content {
  justify-content: flex-start;
  align-self: center;
  align-items: flex-end;
  margin-top: 16px;
  margin-left: 3%;
  display: flex;
  position: relative;	
} 

.pdp-flex.m-stack.pain-points {
  grid-column-gap: 60px;
}

.col2-vid {
  aspect-ratio: 490 / 550;
}

.interactive-slide-title-contain {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.name245-vid {
  aspect-ratio: 245 / 245;
}

.hotspot-vid {
  aspect-ratio: 387 / 290;
}

.click-change-image {
  position: relative;
}

.cc-button-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cc-button-text-1 {
  text-align: center;
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.click-change-buttons {
  justify-content: space-between;
}

.cc-button-border {
  border: 3px solid #0072bc;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.pdp .p-cc-text-2 {
  z-index: 2;
  background-color: #fff;
  margin-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.cc-image-1 {
  position: absolute;
  inset: 0% 0% auto;
}

.cc-button-text-2 {
  text-align: center;
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.cc-image-2 {
  border-radius: 50px;
  position: absolute;
  inset: 0% 0% auto;
}

.cc-image-2.video {
  z-index: 0;
  aspect-ratio: 700 / 780;
  background-color: #000;
  height: 100%;
}

.cc-button-text-3 {
  text-align: center;
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.click-change-text-2 {
  position: relative;
}

.cc-button-text-step {
  margin-bottom: 0;
  font-size: 16px;
}

.pdp .p-cc-text-0 {
  margin-bottom: 0;
}

.cc-button-text-bold {
  font-weight: 700;
}

.pdp .p-cc-text-1 {
  z-index: 3;
  background-color: #fff;
  margin-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.click-change-grid-imc {
  grid-column-gap: 60px;
  grid-row-gap: 25px;
  grid-template: "." minmax(0, 1fr)
                 "." minmax(0, auto)
                 "." minmax(0, auto)
                 "." minmax(0, auto)
                 "." minmax(0, 1fr)
                 / 42% 52%;
  align-items: center;
}

.pdp .p-cc-text-3 {
  z-index: 1;
  background-color: #fff;
  margin-bottom: 0;
  position: relative;
}

.cc-button-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.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-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.expand-v {
  z-index: 4;
  width: 100%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.js-expand-v-toggle {
  width: var(--icon--icon-size);
  height: var(--icon--icon-size);
  border-top-style: solid;
  border-top-width: var(--icon--icon-border-thickness);
  border-top-color: var(--expand-v-toggle-icon);
  border-right-style: solid;
  border-right-width: var(--icon--icon-border-thickness);
  border-right-color: var(--expand-v-toggle-icon);
  border-bottom-style: solid;
  border-bottom-width: var(--icon--icon-border-thickness);
  border-bottom-color: var(--expand-v-toggle-icon);
  border-left-style: solid;
  border-left-width: var(--icon--icon-border-thickness);
  border-left-color: var(--expand-v-toggle-icon);
  text-align: center;
  background-color: #0000;
  border-radius: 50%;
  margin: 0 auto 60px;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: ease;
}

.pdp-svg-accent {
  color: #ffe400;
}

.expand-v-contain {
  background-color: var(--expand-v-bg);
  transition: max-height .2s ease-out;
  overflow: hidden;
}

.expand-v-bg {
  background-color: #000;
}

.expand-v-content {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.expand-v-single {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.col1-vid {
  aspect-ratio: 980 / 490;
}

.expand-arrow {
  position: absolute;
  inset: auto 30px 25px auto;
  transform: rotate(-90deg);
}

.short-cols5-single {
  width: 16%;
}

.col1-vid-sq {
  aspect-ratio: 980 / 490;
}

.col2-vid-sq {
  aspect-ratio: 483 / 550;
}

.area-next {
  z-index: 100;
  width: 35%;
  position: absolute;
  inset: 0% 5% 0% auto;
}

.slider-sides .swiper-wrapper {
  justify-content: flex-start;
  height: 100%;
  position: relative;
}

.area-prev {
  z-index: 100;
  width: 35%;
  position: absolute;
  inset: 0% auto 0% 5%;
}

.slide-bg {
  z-index: 50;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-arrow {
  z-index: 1;
  border: 1px solid var(--slider-sides--ss-arrow-icon);
  color: #262626;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .2s, background-color .2s;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.slider-arrow:hover {
  border-color: var(--slider-sides--ss-arrow-bg-hover);
  background-color: var(--slider-sides--ss-arrow-bg-hover);
  color: #fff;
}

.slider-arrow.cc-next {
  right: 0;
}

.slider-arrow.cc-prev {
  color: #e1ddda;
  left: 0;
}

/* .slider-sides .swiper-pagination {
  display: none;
}*/

.slide-content_title-wrapper {
  opacity: 0;
  transition: opacity .2s;
}

/*.slider-sides .swiper-slide {
  z-index: 1;
  background-color: #141414;
  border-radius: 16px;
  flex: none;
  width: 30%;
  height: 100%;
  position: relative;
}*/

.slide-content_desc {
  opacity: 0;
  color: var(--slider-sides--ss-desc);
  font-size: 17px;
  line-height: 1.4;
  transition: opacity .2s;
}

.icon {
  display: flex;
}

.slide-content_title {
  color: var(--slider-sides--ss-title);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 400;
}

/* .slider-sides .swiper-component {
  justify-content: center;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}*/

.slide-content {
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 0%;
  padding: 32px;
  transition: min-height .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-bg-image {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.slide-gradient {
  z-index: 55;
  background-image: linear-gradient(180deg, transparent 50%, var(--slider-sides--ss-gradient));
  align-items: flex-end;
  width: 100%;
  height: 100%;
  transition: background-color .4s;
  display: flex;
  position: relative;
}

.slider-sides {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

/* .swiper {
  width: 100%;
  min-width: 1200px;
  height: 62vh;
  min-height: 450px;
  max-height: 510px;
} */

.modal-src-link-icon {
  margin-right: 15px;
}

.cc-button-text {
  font-size: 16px;
}

.pdp .p-cc3-desc-3 {
  z-index: 1;
  color: var(--click-change--cc-active-light);
  margin-bottom: 0;
  position: relative;
}

.pdp .p-cc2-desc-1 {
  color: var(--click-change--cc-desc);
  margin-bottom: 0;
  position: relative;
}

.pdp-intro-title {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 75%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cc2-button-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.cc4-button-border {
  border: 3px solid #532e57;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.pdp .p-cc3-desc-2 {
  z-index: 2;
  color: var(--click-change--cc-active-light);
  margin-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.pdp .p-cc4-desc-3 {
  color: #532e57;
  margin-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.cc3-button-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.cc-desc {
  position: relative;
}

.cc3-button-text-3 {
  color: var(--click-change--cc-btn-text);
  text-align: center;
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.cc4-buttons {
  grid-row-gap: 25px;
  flex-flow: wrap;
}

.cc2-button-text-2 {
  text-align: center;
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.click-change-grid-2 {
  grid-column-gap: 6%;
  grid-row-gap: 25px;
  grid-template: "." minmax(0, 1fr)
                 "." minmax(0, auto)
                 "." minmax(0, auto)
                 "." minmax(0, auto)
                 "." minmax(0, 1fr)
                 / 44% 50%;
  align-items: center;
}

.cc4-button-text-4 {
  text-align: center;
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.cc4-button-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.cc4-button-image {
  background-color: #cacaca;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.cc4-button-image.one {
  background-color: #532e57;
}

.cc4-button-text-1 {
  text-align: center;
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.cc3-media-2 {
  position: absolute;
  inset: 0% 0% auto;
}

.cc3-button-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.cc4-media-2 {
  position: absolute;
  inset: 0% 0% auto;
}

.cc4-desc {
  position: relative;
}

.cc3-media-3 {
  position: absolute;
  inset: 0% 0% auto;
}

.cc4-button-text-2 {
  text-align: center;
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.cc4-media {
  background-color: #d4d4d4;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}

.cc4-button-text-3 {
  text-align: center;
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.pdp .p-cc4-desc-2 {
  color: #532e57;
  margin-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.pdp .p-cc4-desc-4 {
  color: #532e57;
  margin-bottom: 0;
  position: relative;
}

.cc3-button-text-1 {
  text-align: center;
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.cc3-button-image {
  background-color: var(--click-change--cc-btn-bg);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.cc3-button-image.one {
  background-color: var(--click-change--cc-active-light);
}

.pdp .p-cc4-desc-1 {
  color: #532e57;
  margin-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.cc4-button-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.cc3-button-text-1:not([style*="rgb(255"][style*="255"][style*="255"]),
.cc3-button-text-2:not([style*="rgb(255"][style*="255"][style*="255"]),
.cc3-button-text-3:not([style*="rgb(255"][style*="255"][style*="255"]) {
    color: #bdbbbb !important;
}

.pdp .p-cc3-desc-1 {
  z-index: 3;
  color: var(--click-change--cc-active-light);
  margin-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.cc3-button-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.click-change-grid-3 {
  grid-column-gap: 6%;
  grid-row-gap: 25px;
  grid-template: "." minmax(0, 1fr)
                 "." minmax(0, auto)
                 "." minmax(0, auto)
                 "." minmax(0, auto)
                 "." minmax(0, 1fr)
                 / 44% 50%;
  align-items: center;
}

.click-change-grid-4 {
  grid-column-gap: 6%;
  grid-row-gap: 25px;
  grid-template: "." minmax(0, 1fr)
                 "." minmax(0, auto)
                 "." minmax(0, auto)
                 "." minmax(0, 1fr)
                 / 52% 44%;
  align-items: center;
  width: 90%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.pdp .p-cc2-desc-2 {
  opacity: 0;
  color: var(--click-change--cc-desc);
  margin-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.cc3-button-text-2 {
  color: var(--click-change--cc-btn-text);
  text-align: center;
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.cc2-button-image {
  background-color: var(--click-change--cc-btn-bg);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.cc2-button-image.one {
  background-color: var(--click-change--cc-active);
}

.cc-media {
  background-color: #d4d4d4;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}

.pdp .p-cc-intro {
  margin-bottom: 0;
}

.cc2-button-text-1 {
  text-align: center;
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.cc4-media-4 {
  position: absolute;
  inset: 0% 0% auto;
}

.cc4-button-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.cc2-media-2 {
  position: absolute;
  inset: 0% 0% auto;
}

.cc2-button-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.cc4-media-3 {
  position: absolute;
  inset: 0% 0% auto;
}

.cc3-button-border {
  border: 3px solid var(--click-change--cc-active-light);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.cc2-button-border {
  border: 3px solid var(--click-change--cc-active);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.cc4-button-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: 1.51fr 1.51fr .75fr 1.51fr 1.51fr 2.96fr;
}

.grid-cell-dm {
  background-color: #f6f6f6;
  position: relative;
}

.grid-cell-text-bot {
  background-image: linear-gradient(0deg, var(--accent-dark) 25%, #3dc2c300);
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.grid-cell-text {
  color: #4d4b4a;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2;
}

.slider-cols-dot-nav {
  padding-top: 0;
  display: none;
  position: relative;
}

.slider-cols-contain {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.slider-cols {
  background-color: #0000;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider-cols-content {
  text-align: center;
  background-color: #fff9;
  border-radius: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 30px 30px 15px;
  display: flex;
}

.slider-cols-single {
  border-radius: 1em;
  margin: 20px 2%;
}

.slider-cols-single.d4m1 {
  width: 21%;
}

.slider-cols-mask {
  overflow: visible;
}

.slider-cols-title {
  color: #d68d8f;
  font-size: 19px;
  font-weight: 400;
}

.slider-cols-round-border {
  color: #d68d8f;
  border: 2px solid #d68d8f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  margin-bottom: 10px;
  font-size: 26px;
  display: flex;
}

.section-full_bg_video {
  position: relative;
}

.full-bg-video-content {
  text-align: center;
  width: 94%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.pdp .h2-light, .pdp .p-light {
  color: #f1f1f1;
}

.section-silder_cols_d3m1 {
  background-color: var(--accent-dark);
}

.point-slider-dot-nav {
  padding-top: 0;
  position: relative;
}

.point-slider-contain {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.point-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.point-slide-content {
  text-align: center;
  background-color: #fff9;
  border-radius: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 30px 30px 15px;
  display: flex;
}

.point-slide-single {
  border-radius: 1em;
  margin: 20px 10px;
}

.point-slider-mask {
  overflow: visible;
}

.point-title {
  color: #d68d8f;
  font-size: 19px;
  font-weight: 400;
}

.point-round-border {
  color: #d68d8f;
  border: 2px solid #d68d8f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  margin-bottom: 10px;
  font-size: 26px;
  display: flex;
}

.w31 {
  width: 31%;
}

.hero-video-fullheight {
  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;
}

.js-ixd-split-contain {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  margin-top: 140px;
}

.js-ixd-split-left {
  flex: none;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.ixd-split-right {
  flex: auto;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.js-ixd-split-bar {
  background-color: var(--ixd-split--ixd-split-bar-bg);
  cursor: col-resize;
  flex: none;
  width: 2px;
  height: 100%;
  position: relative;
}

.ixd-split-bar-circle {
  z-index: 1;
  background-color: var(--ixd-split--ixd-split-bar-bg);
  cursor: col-resize;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: absolute;
}

.div-block {
  display: none;
}

.ixd-split-bar-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.ixd-split-bar-text {
  color: var(--ixd-split--ixd-split-bar-text);
  text-align: center;
  font-size: 21px;
  font-weight: 300;
}

.split_left-vid {
  aspect-ratio: 980 / 490;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.split_right-vid {
  aspect-ratio: 980 / 490;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.ixd-split-left-content {
  z-index: 1;
  position: absolute;
  inset: auto 60px 10% auto;
}

.ixd-split-right-content {
  z-index: 1;
  text-align: right;
  padding-left: 12px;
  padding-right: clamp(0px, 35%, 380px);
  position: absolute;
  inset: 30% auto auto 60px;
}

.ixd-split-text {
  color: var(--ixd-split--ixd-split-text);
  white-space: pre;
  font-size: 17px;
}

.ixd-split-header {
  color: var(--ixd-split--ixd-split-text);
}

.ang6-slices {
  stroke: var(--ixd-angles--ixd-angles-slice-border);
  stroke-width: 2px;
}

.ang6-images {
  width: 50%;
  height: 100%;
  position: relative;
}

.ang6-text {
  flex-flow: column;
  justify-content: center;
  width: 50%;
  padding-left: 6%;
  display: flex;
}

.ang6-image-2, .ang6-image-3, .ang6-image-4, .ang6-image-5, .ang6-image-6 {
  opacity: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-ergotilt-armrest {
  background-color: #161616;
}

.pain-points-content {
  z-index: 1;
  margin-top: 60px;
  position: relative;
}

.pain-points-cols {
  grid-column-gap: 5px;
  display: flex;
}

.pain-points-col {
  text-align: center;
  width: 50%;
  height: 100%;
}

.section-ergonomics, 
.section-massage-tech {
  padding-bottom: 120px;
}

.pdp .a-tab-menu-single {
  background-color: var(--tab--menu-bg);
  color: var(--tab--menu-text);
  text-align: center;
  letter-spacing: 1.2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 68px;
  padding: 23px 15px;
  font-size: 16px;
  display: flex;
}

.pdp .a-tab-menu-single:hover {
  background-color: var(--tab--menu-bg-current);
  text-decoration: none;
}

.pdp .a-tab-menu-single.w--current {
  background-color: var(--tab--menu-bg-current);
}

.section-programs {
  padding-bottom: 120px;
}

.pdp-list-dot {
  color: var(--tab--content-text);
}

.bg-grad-dark {
  background-image: radial-gradient(ellipse, #90e0e9, #161616 70%);
}

.section-synergy-tech {
  padding-bottom: 120px;
}

.pdp-list-num {
  color: var(--tab--content-text);
  list-style-type: decimal;
}

.pdp-fineprint {
  color: #dedede;
  font-size: 16px !important;
}

.pdp .h2-massage-tech {
  margin-bottom: 0;
}

.pdp-list-item {
  margin-top: 12px;
}

.pdp-weight400 {
  font-weight: 400;
}

.tile-text-bot-wrapper-2 {
  width: 77%;
}

.tile-title-2 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}

.tile-title-2.mmm {
  color: #253a4b;
}

.tile-text-2 {
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
}

.tile-text-2.mmm {
  color: #ddd;
}

.tile-text-bot-2 {
  background-image: linear-gradient(0deg, #d08a77, #d08a7700);
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  width: 100%;
  height: 100px;
  padding-top: 10px;
  padding-left: 25px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.tile-text-bot-2.mmm {
  background-image: linear-gradient(0deg, #a1adba 45%, #d08a7700);
  height: 130px;
  padding-top: 40px;
}

.tile-arrow-svg-2 {
  color: #fff;
  width: 36px;
  height: 36px;
}

.tile-arrow-svg-2.mmm {
  color: #253a4b;
}

.tile-2 {
  background-color: #d3d3d3;
  border-radius: 15px 15px 65px;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px 3px #d18b7780;
}

.tile-2.tile-mmm {
  width: 33.33%;
  height: 370px;
  box-shadow: 0 0 10px 3px #00f0ff59;
}

.measure-expand-ppg {
  z-index: 20;
  background-color: #010814;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.expand-h-arrow {
  display: none;
}

.pdp .p-expand-title {
  color: var(--mmm-heading);
  font-size: 19px;
  font-weight: 400;
}

.svg-double-arrow {
  color: #309cae;
  width: 36px;
  height: 36px;
}

.exp-col {
  flex: none;
  margin-right: 6.25%;
}

.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-w33x2 {
  justify-content: space-between;
  width: 60%;
  min-width: 600px;
  max-width: 820px;
  display: flex;
}

.exp-col.exp-align-bot {
  align-self: flex-end;
}

.pdp .h3-expand-mmm {
  color: var(--mmm-heading);
  margin-top: 0;
  margin-bottom: 25px;
}

.exp-col-w33x2-single {
  flex: 0 auto;
  width: 45%;
}

.pdp .p-expand {
  color: var(--mmm-p);
}

.expand-h-close {
  z-index: 21;
  color: var(--mmm-p);
  cursor: pointer;
  position: absolute;
  inset: 5% 5% auto auto;
}

.pdp .h2-expand-mmm {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(155deg, #253a4b, #507da0 80%);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0;
}

.expand-h-contain {
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.expand-h-content {
  background-color: #e3e8ec;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: auto;
  background-image: linear-gradient(#e3e8ec, #c7d6df);
}

.pdp-bg-glow {
  background-image: radial-gradient(circle closest-side, #fff, #fff0);
}

.pdp-spacing-top25 {
  margin-top: 25px;
}

.pdp-spacing-bot15 {
  margin-bottom: 15px;
}

.monitor-expand-ppg, .manage-expand-ppg {
  background-color: #010814;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
  z-index: 20;
}

.section-wellness-tech-ppg, .section-wellness-tech-ppg.bg-grad-teal {
  padding-bottom: 120px;
}

.pdp-patent-text {
  color: #253a4b;
  font-size: 16px;
  font-weight: 400;
}

.pdp-hidden {
  display: none;
}

.pdp .p-certs-expand {
  color: #eee;
}

.lounge-pro-slider {
  aspect-ratio: 1920 / 830;
  height: 100%;
}

.usp-on-mode, .usp-off-mode {
  position: relative;
}

.pdp-cols-text {
  color: var(--cols-heading);
}

.pdp-cols-text.withbg {
  background-color: var(--cols-heading-bg);
  text-align: center;
  padding: 10px;
}

.pdp-cols-text.certs-expand {
  color: #fff;
}

/* .section-3-gamer-modes {
  padding-bottom: 120px;
} */

.pdp-intro-top-right {
  text-align: right;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 54%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 6.25vw 6.25vw auto auto;
}

.pdp-pos-rel {
  position: relative;
}

.tabs-vertical-img-mobile {
  display: none;
}

.pdp-img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tabs-vertical-title {
  font-size: 21px;
  font-weight: 400;
}

.tabs-vertical-nav {
  flex-flow: column;
  justify-content: center;
  width: 44%;
  min-height: 550px;
  display: flex;
}

.tabs-vertical-timer-bar {
  background-color: #dd6b00;
  width: 0%;
  height: 1px;
  margin-bottom: -1px;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.tabs-vertical-pause-btn {
  color: #dd6b00;
  background-color: #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: none;
  position: absolute;
  inset: auto 20px 20px auto;
}

.tabs-vertical-pause-btn:hover {
  color: #4e443b;
}

.tabs-vertical-pane {
  aspect-ratio: 490 / 550;
  border-radius: var(--pdp-radius-lg);
  width: 50%;
  height: auto;
  position: absolute;
  inset: 50% auto 0% 0%;
  transform: translate(0, -50%);
}

.tabs-vertical-nav-item {
  border-bottom: 1px solid var(--tab-vert--nav-line);
  color: var(--tab-vert--content-text) !important;
  background-color: #0000;
  padding: 24px 0;
  text-decoration: none !important;
}

.tabs-vertical-nav-item.w--current,
.tabs-vertical-nav-item:hover {
  color: var(--tab-vert--nav-active) !important;
  background-color: #0000;
}

.tabs-vertical-pane-item {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.tabs-vertical-pause-icon {
  width: 32px;
  line-height: 1;
}

.tabs-vertical-pause-icon.tv-play {
  display: none;
}

.tabs-vertical {
  flex-flow: row;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.tabs-vertical-desc {
  color: var(--tab-vert--content-text);
  margin-top: 4px;
  font-size: 18px;
  display: none;
}

.tabs-vertical-wrapper {
  position: relative;
}

.pdp-vid-cover {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.col1-desktop-vid {
  aspect-ratio: 980 / 490;
}

.section-other-smart-features {
  padding-bottom: 120px;
}

.section-stash-pioneer {
  background-image: url('../images/uThroneV2-Gaming-Chair-STASH-Background-2.webp?ver=1g');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 120px;
}

.stash-pioneer-content {
  text-align: center;
  margin-top: 60px;
}

.stash-pioneer-content h3 {
    color: #ffffff;
}

.expand-v-content-row {
  margin-top: 120px;
  margin-bottom: 120px;
}

.pdp .h2-note {
  font-size: 26px;
}

.pdp-intro-overlay {
  z-index: 1;
  text-align: center;
  flex-flow: column;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.pdp-intro-overlay.top-center {
  align-items: center;
  width: 80%;
  top: 60px;
  left: 50%;
  transform: translate(-50%);
}

.section-pick-mood .pdp-intro-overlay.top-center { top: 90px; }

/* .pdp-intro-overlay.top-center p {
    max-width: 980px;
} */

.pdp-intro-overlay.top-right {
  text-align: right;
  align-items: flex-end;
  max-width: 62%;
  inset: 0% 0% auto auto;
}

.pdp-intro-overlay.top-right h2 {
    margin-right: 0;
}

.pdp-intro-overlay.top-right p {
    width: 87%;
}


.bg-grad-light {
  background-image: linear-gradient(#e3e8ec, #c7d6df);
}

/* .heading {
  width: -moz-fit-content;
  width: fit-content;
} */

.bg-img-pyramid {
  background-image: url('../images/uThroneV2-Gaming-Chair-White-Background.webp?ver=1a');
  background-position: 50%;
  background-size: cover;
}

.pdp .p-dark {
  color: var(--text-dark);
}

.pdp .pt0,
.pdp .pt0-desktop {
  padding-top: 0 !important;
}

.pdp-overline-dark {
  color: var(--overline-dark);
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.3;
}

.section-battery-powered {
    background-image: url('../images/uErgoh-Air-Neck-and-Back-Massage-Cordless.webp');
    background-position: 20%;
    background-size: cover;
    padding-bottom: 18%;
    padding-top: 8% !important;
}

.section-coolgel,
.section-ergonomics, 
.section-certifications, 
.section-other-smart-features {
    background-color: #000000;
}

.section-spa-ritual-mode {
  background-image: url('../images/uGlow-Scalp-Scalp-Massager-On-Talent-Dry-Hair.webp');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 12%;
  padding-top: 13% !important;
}

/* .section-usp {
  background-image: url('../images/uErgoh-Air-Neck-and-Back-Massage-Pad-Key-USPs.webp?ver=2e');
  background-position: 40%;
  background-size: cover;
  padding-bottom: 14%;
  padding-top: 5% !important;
} */

.section-problem {
  background-image: url('../images/uErgoh-Air-Neck-and-Back-Massage-When-Sitting-Takes-a-Toll.webp');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 20%;
  padding-top: 10% !important;
}

.pdp .h2-white {
  -webkit-text-fill-color: #ffffff;
  /* background-image: none;
  background-clip: border-box; */
}

.pdp .h2-white {
color: #ffffff;
}

.pdp .h2-spa { 
text-align: left;
}

.pdp .p-spa {
 text-align: left;
 color: #46291a;	
}

#cf-modal-title { 
 font-size: 26px;
 text-align: center;
 width: 70%;
}

#ScalpCare {
padding-bottom:120px
}

.cols2-equal-text-left-spa { 
    flex-flow: column;
    justify-content: center;
    width: 55%;
    padding-right: 6%;
    display: flex;	
}

.cols2-recommend-media { 
	width: 16%;
    height: 100%;
}

.cols2-recommend-text { 
    flex-flow: column;
    justify-content: center;
    width: 70%;
    padding-left: 5%;
    display: flex;
}
.design-tiles-row {
    grid-column-gap: 17px;
    grid-row-gap: 25px;
    align-items: stretch;
    margin-top: 12px;
    display: flex;
    border-radius: 25px;
	padding-top: 5px;
}

.tile.tile-w60  {    
width: 60%;
border-radius: 30px;
}

.tile.tile-w40 {  
    width: 40%;
    border-radius: 30px;
}

.card-modal-desc { 
	padding-bottom: 6px;
    font-size: 18px;
    line-height: 1.1;
}

.cc-desc-title {
	color: #ca7976
}

	
.section-kneadroll {
    padding-bottom: 120px;
}

/* #region TABS V2 */
.cp-pdp-tabs-v2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas:
        "media"
        "tabs"
        "text";
    row-gap: 16px;
}

.cp-pdp-tabs-v2-media {
    grid-area: media;
    overflow: hidden;
    max-width: 880px;
    margin: 0 auto;
}

/* Swiper requirements */
.cp-pdp-tabs-v2-media .swiper-wrapper {
    display: flex;
}

.cp-pdp-tabs-v2-media .swiper-slide {
    /* width: 980px;
    height: 490px; */
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    border-radius: var(--pdp-radius-tab-v2);
    line-height: 0;
}

.cp-pdp-tabs-v2-media picture,
.cp-pdp-tabs-v2-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


.cp-pdp-tabs-v2-nav {
    position: relative;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid var(--tab-v2--nav);
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
    /* grid-area: tabs; */
    /* gap: 24px;
    align-items: center; */
}

.cp-pdp-tabs-v2-nav::-webkit-scrollbar {
    display: none;
}

/* Individual tab button */
.cp-pdp-tabs-v2-nav-item {
    padding: 16px;
    font-size: 1.8rem;
    font-weight: 400;
    cursor: pointer;
    color: inherit;
    opacity: 0.45;
    flex: 1;
    color: var(--tab-v2--nav);
}

.cp-pdp-tabs-v2-nav-item:hover {
    opacity: 0.75;
}

.cp-pdp-tabs-v2-nav-item.is-active {
    opacity: 1;
    color: var(--tab-v2--nav-active);
}

.cp-pdp-tabs-v2-nav-indicator {
    position: absolute;
    bottom: -1px;
    height: 3px;
    background: var(--tab-v2--nav-active);
    transition: transform 0.3s ease, width 0.3s ease;
}

.cp-pdp-tabs-v2-text {
    grid-area: text;
    text-align: center;
    max-width: 85%;
    margin: 0 auto;
}

.cp-pdp-tabs-v2-desc {
    color: var(--tab-v2--nav-active);
}

.section-precision-massage {
	padding-top: 0px !important; 
	padding-bottom: 120px
}


/* #region default PDP swipers */
.pdp .swiper-pagination { bottom: 24px; }

.pdp .swiper-pagination-bullet {
    background: transparent;
    width: 32px;
    height: 32px;
    margin: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.pdp .swiper-pagination-bullet::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgb(255 255 255 / 50%);
    transition: all 0.2s ease;
}

.pdp .swiper-pagination-bullet:hover::before,
.pdp .swiper-pagination-bullet-active::before {
    background: #fff;
}
/* #endregion default PDP swipers */


/* #region CR fade */
.swiper-custom-icon .swiper-pagination-bullet {
    width: 60px;
    height: 60px;
    background: rgb(255 255 255 / 50%); 
    opacity: 1;
    margin: 0px 8px !important;
    padding: 4px;
    transform: scale(0.75);
    transition: all ease 0.4s;
}

.swiper-custom-icon .swiper-pagination-bullet:hover,
.swiper-custom-icon .swiper-pagination-bullet-active {
    transform: scale(1);
}
/* #endregion CR fade */



@media screen and (min-width: 1920px) {
    .pdp-fullwidth-img-all {
        width: 100vw;
    }
}

@media screen and (min-width: 1440px) {
  .expand-img-stretch {
    width: 100%;
  }

  .pdp-cols-heading {
    font-size: 19px;
  }

  .pdp-cols-text {
    font-size: 19px;
  }

  .short-cols-content.ergotilt {
    margin-top: 60px;
  }

}

@media screen and (max-width: 991px) {
  /*h2 {
    font-size: 37px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 19px;
  }

  p {
    font-size: 17px;
  }*/

  .cc3-button-text-1,
  .cc3-button-text-2,
  .cc3-button-text-3 {
      border-radius: 25px;
      line-height: 1.25;
      padding: 8px;
  }


  .pdp-flex.t-stack {
        flex-flow: column;
    }
}


  .tabs-copy {
    padding: 4%;
  }

.card-modal-desc {
font-size: 17px;
}	
	
  .interactive-slide-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%;
  }

  .manage-expand {
    display: none;
  }

  .measure-expand-single.measure-expand-1 {
    width: 90%;
  }

  .tile-text {
    font-size: 17px;
  }

  .cols2-contain-left-bot {
    align-items: stretch;
  }

  .cols2-equal-text-left-top {
    align-self: center;
  }

  .tabs-title {
    font-size: 24px;
  }

  .tabs-text {
    font-size: 17px;
    line-height: 1.4;
  }

  .short-cols-content {
    grid-row-gap: 15px;
  }

  .long-cols3-content, .long-cols4-content {
    grid-column-gap: 30px;
    grid-row-gap: 15px;
    display: flex;
  }

  .expand-arrow {
    right: 20px;
  }

  .area-next, .area-prev {
    z-index: 0;
  }

  .slider-arrow {
    margin-top: 48px;
    top: 100%;
  }

  .slider-arrow.cc-next {
    display: none;
    right: 50%;
    transform: translate(105%);
  }

  .slider-arrow.cc-prev {
    display: none;
    left: 50%;
    transform: translate(-105%);
  }

  .slider-sides .swiper-pagination {
    display: block;
  }

  .slider-cols-dot-nav {
    display: block;
  }

  .slider-cols-single.d4m1 {
    width: 48%;
  }

  .fwt {
    width: 100% !important;
    max-width: none !important;
  }

  /* .section-coolgel {
    padding-bottom: 0;
  } */

  .tile-title-2 {
    font-size: 24px;
  }

  .tile-text-2 {
    font-size: 17px;
  }

  .tabs-vertical-pane {
    width: 50%;
  }


@media screen and (max-width: 767px) {
  :root {	
    --pdp-radius-tab-v2: var(--pdp-size-xl);
} 
	
 /* h2 {
    margin-bottom: 0;
  }

  p {
    text-align: center;
  }
    */

    /* .pdp h2 {
        margin: auto;
    } */


.swiper-custom-icon .swiper-pagination-bullet {
    width: 40px;
    height: 40px;
}

.pdp p { font-size: 1.7rem; }

.cp-pdp-tabs-v2-nav-item {
    flex: 0 0 67%;
}

.cp-pdp-tabs-v2-text {
    max-width: 100%;
}
	
#cf-modal-title { 
 font-size: 24px;
 width: 100%;
}

.pdp .h2-spa { 
text-align: center;
}	
	
.card-modal-item { 	
    flex-shrink: 0;
}
	
.pdp-cols-heading {
 color: #686868;
 font-size: 19px;
 font-weight: 400;	
}
		
	
.cols2-recommend-text { 
text-align: left;
width: 75%;
}	

.cols2-recommend-media { 
text-align: center;
 width: 25%;
}
	
.cols2-equal-text-left-spa {
align-self: flex-start;
height: 100%;
}	
	
.pdp-w50 {
width: 100%;
}	
	
.design-tiles-row {	
	grid-column-gap: 12px;
    grid-row-gap: 25px;
    align-items: stretch;
    margin-top: 12px;
    display: flex;
    border-radius: 25px;
    padding-top: 22px;
	
}
	
	
.design-tiles-row {
margin-top: 0px;
flex-direction: column;
}	

.tile.tile-w40, .tile.tile-w60 {
  width: 100%;
  height: auto;	
}	
	
	
.cols2-equal-text-left  {	
	text-align: center;
	text-align: center;
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0%;
}	
	
	
.card-modal-title {	
font-size: 24px;
}	

	
/* .section-usp {
  background-image: url('../images/uErgoh-Air-Neck-and-Back-Massage-Pad-Key-USPs-Mobile.webp?ver=1d');
  background-position: 57%;
  background-size: cover;
  padding-bottom: 125%;
  padding-top: 120px !important;
} */
	
.section-problem {
  background-image: url('../images/uErgoh-Air-Neck-and-Back-Massage-When-Sitting-Takes-a-Toll-Mobile.webp?ver=1b');
  background-position: 57%;
  background-size: cover;
  padding-bottom: 90%;
  padding-top: 120px !important;
}

    .cols2-equal {
        width: 100%;
        margin-bottom: 30px;
    }

    .short-cols-content.ergotilt {
        margin-top: 0;
    }

  .section-content-1, .section-content-2 {
    width: 90%;
    max-width: 375px;
  }

  .hero-video {
    aspect-ratio: 480 / 738;
  }

  .pdp .a-tab-menu-w25 {
    width: 50%;
  }

  .interactive-slide-copy {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .interactive-slider-nav {
    width: 50%;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .interactive-slider {
    width: 100%;
  }

  .interactive-slide {
    margin-left: auto;
    margin-right: auto;
  }

  .tabs {
    max-height: 100%;
  }

  .tabs-media {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 18px;
  }

  .picture {
    position: static;
    inset: 0%;
  }

  .house-set-slider {
    aspect-ratio: auto;
  }

  .auto_programs-content {
    flex-direction: column;
  }

  .short-cols4-single {
    width: 46%;
  }

  .short-cols4-single.ergotilt {
    width: 50%;
  }

  .interactive-slide-img {
    max-height: 290px;
  }

  .imgm {
    display: inline-block;
  }

  .imgd {
    display: none;
  }

  .pdp-fullwidth-img {
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .usp-tiles-row {
    flex-direction: column;
  }

  .tile-text-bot-wrapper {
    width: 48%;
  }

  .tile-text-bot {
    background-image: linear-gradient(90deg, #dbd7d3 0%, #040f1c00 50%);
    justify-content: center;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tile.tile-w25, .tile.tile-w50, .tile.tile-w75, .tile.tile-mmm, .tile.tile-w33, .tile.tile-w67 {
    width: 100%;
    height: auto;
  }

  .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;
  }

  .hotspot-content {
    flex-direction: column;
  }

  .interactive-hotspot {
    width: 100%;
    display: none;
  }

  .wellness-tech-tiles {
    flex-direction: column;
  }

  .mmm-expand-open {
    padding-left: 10px;
  }

  .mmm-expand-single.monitor-expand-1 {
    width: 50%;
  }

  .mmm-expand-single.manage-expand-1 {
    width: 85%;
  }

  .measure-expand-3 {
    width: 60%;
  }

  .measure-expand-2 {
    flex-flow: wrap;
    width: 100%;
  }

  .mmm-expand-arrow {
    text-align: right;
    display: block;
  }

  .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.manage-expand-2 {
    width: auto;
  }

  .measure-expand-single.measure-expand-1 {
    width: 100%;
  }

  .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-image {
    margin-left: auto;
    margin-right: auto;
  }

  .cols2-contain-right-top {
    flex-direction: column-reverse;
  }

  .cols2-equal-media {
    text-align: center;
    width: 100%;
  }

  .cols2-equal-media.stash {
    margin-top: 0;
  }

  .pdp-vid-rounded {
    border-radius: 40px;
  }

  .cols2-equal-text-right {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 0%;
  }

  .cols2-equal-text-left {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 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;
  }

  .tile-vid.mmm-vid {
    aspect-ratio: 375 / 128;
  }

  .tile-arrow-svg {
    color: #14657b;
  }

  .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-top {
    text-align: center;
    width: 90%;
    margin-bottom: 15px;
    padding-left: 0%;
  }

  .cols2-contain-left-bot {
    flex-flow: wrap-reverse;
  }

  .cols2-equal-text-left-top {
    text-align: center;
    width: 90%;
    margin-bottom: 15px;
    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%;
  }

  .pdp-intro {
    max-width: 90%;
    margin-bottom: 30px;
  }

  .pdp-cols-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .pdp-vid.tabs-vid {
    aspect-ratio: 375 / 290;
  }

  .pdp-vid.cc-vid-with-text {
    aspect-ratio: 374 / 350;
  }

  .pdp-vid.cc-vid {
    aspect-ratio: 375 / 390;
  }

  .pdp-vid.cc4-vid {
    aspect-ratio: 374 / 390;
  }

  .pdp-vid.full-bg-vid {
    aspect-ratio: 760 / 902;
  }

  .tabs-title, .tabs-text {
    text-align: center;
  }

  .pdp-cols-img {
    margin-left: auto;
    margin-right: auto;
  }

  .short-cols-content {
    grid-column-gap: 8%;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .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%;
  }

  .pdp-flex.m-stack-reverse {
    flex-flow: wrap-reverse;
    justify-content: center;
  }

  .pdp-flex.m-stack {
    flex-flow: column;
  }

  .col2-vid {
    aspect-ratio: 374 / 420;
  }

  .hotspot-vid {
    aspect-ratio: 375 / 282;
  }

  .click-change-text {
    text-align: center;
  }

  .cc-image-2.video {
    border-radius: 40px;
  }

  .click-change-text-2 {
    text-align: center;
  }

  .click-change-grid-imc {
    grid-template-rows: minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto);
    grid-template-columns: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .expand-v-content, .expand-v-single {
    max-width: 375px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .col1-vid {
    aspect-ratio: 375 / 510;
  }

  .expand-arrow {
    justify-content: center;
    align-items: center;
    width: 30px;
    display: flex;
    top: 0;
    bottom: 0;
  }

  .short-cols5-single {
    width: 46%;
  }

  .col1-vid-sq {
    aspect-ratio: 375 / 375;
  }

  .col2-vid-sq {
    aspect-ratio: 1;
  }

  .pdp-intro-title {
    max-width: 90%;
    margin-bottom: 30px;
  }

  .cc-desc {
    text-align: center;
  }

  .cc4-buttons {
    flex-flow: row;
    padding-left: 5%;
    overflow: auto;
  }

  .click-change-grid-2 {
    grid-template-rows: minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto);
    grid-template-columns: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cc4-desc {
    text-align: center;
    width: 90%;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
  }

  .cc4-media {
    width: 90%;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
  }

  .cc-intro {
    text-align: center;
  }

  .cc4-button-4 {
    min-width: 140px;
  }

  .click-change-grid-3 {
    grid-template-rows: minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto);
    grid-template-columns: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .click-change-grid-4 {
    grid-template-rows: minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto);
    grid-template-columns: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cc-buttons {
    justify-content: center;
  }

  .cc4-button-2, .cc4-button-3 {
    min-width: 140px;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.51fr 1.51fr .75fr 1.51fr 1.51fr;
    width: 375px;
  }

  .slider-cols-single {
    margin-left: 2%;
    margin-right: 2%;
  }

  .slider-cols-single.d4m1 {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }

  .full-bg-video-content {
    width: 90%;
    max-width: 375px;
  }

  .point-slide-single {
    margin-left: 2%;
    margin-right: 2%;
  }

  .point-slider-mask {
    left: .45em;
  }

  .w31 {
    width: 92%;
    margin-left: .45em;
    margin-right: .45em;
  }

  .hero-video-fullheight {
    aspect-ratio: 480 / 738;
  }

  .js-ixd-split-contain {
    flex-flow: column;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }

  .js-ixd-split-left {
    width: 100%;
  }

  .split_left-vid, .split_right-vid {
    aspect-ratio: 375 / 510;
  }

  .ixd-split-left-content {
    padding-left: 20px;
    padding-right: 8px;
    top: 72%;
  }

  .ixd-split-right-content {
    padding-left: 8px;
    padding-right: 20px;
    top: 72%;
  }

  .ixd-split-text {
    white-space: normal;
  }

  .ang6-images {
    text-align: center;
    width: 100%;
  }

  .ang6-text {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 0%;
  }

  .fwm {
    width: 100%;
    max-width: none;
  }

  .pain-points-content {
    margin-top: 45px;
  }

  .pain-points-cols {
    grid-column-gap: 8%;
  }

  .pdp .a-tab-menu-single {
    flex: none;
    width: 67%;
  }

  .bg-grad-dark {
    background-image: radial-gradient(circle, #90e0e9, #161616 90%);
  }

  .tile-text-bot-wrapper-2 {
    width: 51%;
  }

  .tile-text-bot-2 {
    background-image: none;
    justify-content: center;
    height: 100%;
    padding-top: 0;
  }

  .tile-text-bot-2.mmm {
    background-image: linear-gradient(90deg, #a1adba 10%, #d08a7700 60%);
    padding-top: 0;
  }

  .tile-2.tile-mmm {
    width: 100%;
    height: 130px;
  }

  .expand-h-arrow {
    display: block;
    position: relative;
  }

  .pdp .p-expand-title {
    text-align: left;
  }

  .svg-double-arrow {
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .exp-col {
    margin-left: 7%;
    margin-right: 7%;
  }

  .exp-col.exp-col-w50 {
    width: 86%;
    min-width: 0;
  }

  .exp-col.exp-col-w50.ppg, .exp-col.exp-col-w50.monitor-app {
    text-align: center;
  }

  .exp-col.exp-col-w33 {
    width: 86%;
    min-width: 0;
  }

  .exp-col.exp-col-w33x2 {
    width: 286%;
    min-width: 0;
  }

  .pdp .p-expand {
    text-align: left;
  }

  .lounge-pro-slider {
    aspect-ratio: auto;
  }

  .pdp-intro-top-right {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .tabs-vertical-img-mobile {
    aspect-ratio: 374 / 420;
    border-radius: 40px;
    width: 100%;
    height: 100%;
    margin-top: 1.6rem;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .tabs-vertical-img-mobile-wrapper {
    display: none;
  }

  .tabs-vertical-title {
    font-size: 19px;
  }

  .tabs-vertical-nav {
    width: 100%;
    margin-top: 1rem;
  }

  .tabs-vertical-pause-btn {
    margin-top: 20px;
    position: static;
  }

  .tabs-vertical-pane {
    display: none;
  }

  .tabs-vertical-desc {
    font-size: 17px;
  }

  .section-spa-ritual-mode {
    background-image: url('../images/uGlow-Scalp-Scalp-Massager-On-Talent-Dry-Hair-Mobile.webp?ver=1g');
    background-position: 21%;
    background-size: cover;
    padding-bottom: 130%;
    padding-top: 120px !important;
  }

  .pdp .h2-note {
    font-size: 21px;
  }

  /* .pdp-intro-overlay {
    margin-bottom: 30px;
    position: relative;
  } */

  .pdp-intro-overlay.top-center {
    width: 90%;
  }

  .pdp-intro-overlay.top-right {
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    max-width: 100%;
    top: 0px;
  }

  .pdp-intro-overlay.top-right h2{
    margin-right: auto;
  }

  .pdp-intro-overlay.top-right p {
    width: 100%;
}

  .bg-grad-light {
    background-image: linear-gradient(90deg, #e3e8ec, #c7d6df);
  }

  .bg-img-pyramid {
    background-image: url('../images/uThroneV2-Gaming-Chair-White-Background-Mobile.webp');
    /* background-size: 760px; */
  }

  .pdp .pt0-desktop {
    padding-top: 120px;
  }

 .section-battery-powered {
	background-position: 50%;
    padding-bottom: 100%;
    padding-top: 120px!important;
    background-image: url('../images/uErgoh-Air-Neck-and-Back-Massage-Cordless-Mobile.webp?ver=1a');
  }	
}

@media screen and (max-width: 479px) {
  .hero-video {
    box-shadow: none;
  }

  .tabs-media {
    width: 100%;
  }

  /* .usp-intro {
    margin-bottom: 10px;
  } */

  .tile {
    border-radius: 3.5vw 3.5vw 17vw;
  }

  .section-relief .tile { border-radius: var(--pdp-size-lg); }

  .interactive-hotspot {
    max-height: 240px;
  }

  .mmm-expand-single.monitor-expand-1 {
    width: 90%;
    margin-left: 0%;
  }

  .measure-expand-3 {
    margin-left: 6%;
    margin-right: 6%;
  }

  .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%;
  }

  .click-change-image {
    height: 100%;
  }

  .expand-v {
    margin-top: 10px;
  }

  .expand-v-single {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  .cc4-button-1 {
    min-width: 40%;
  }

  .cc4-media, .cc-media {
    height: 100%;
  }

  .hero-video-fullheight {
    box-shadow: none;
  }

  .tile-2 {
    border-radius: 3.5vw 3.5vw 17vw;
  }
}

#w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a0e-9b478a3b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a0f-9b478a3b {
  grid-area: Title;
}

#w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a13-9b478a3b {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a22-9b478a3b {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a27-9b478a3b {
  grid-area: 1 / 2 / 6 / 3;
}

#w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a2f-9b478a3b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a30-9b478a3b {
  grid-area: Title;
}

#w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a32-9b478a3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a34-9b478a3b {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a4a-9b478a3b {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a51-9b478a3b {
  grid-area: 1 / 2 / 6 / 3;
}

#w-node-_5d86140e-5c13-d650-5d96-1bea6002ddef-9b478a3b {
  grid-area: Area-4;
}

#w-node-_5d86140e-5c13-d650-5d96-1bea6002ddf1-9b478a3b {
  grid-area: Area-5;
}

#w-node-_5d86140e-5c13-d650-5d96-1bea6002ddf3-9b478a3b {
  grid-area: Area-3;
}

#w-node-_5d86140e-5c13-d650-5d96-1bea6002ddf5-9b478a3b {
  grid-area: Area-2;
}

#w-node-_5d86140e-5c13-d650-5d96-1bea6002ddf7-9b478a3b {
  grid-area: Area;
}

#w-node-a651711d-628a-f173-6b06-d7c1ee46a0fe-9b478a3b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a651711d-628a-f173-6b06-d7c1ee46a0ff-9b478a3b {
  grid-area: Title;
}

#w-node-a651711d-628a-f173-6b06-d7c1ee46a101-9b478a3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a651711d-628a-f173-6b06-d7c1ee46a103-9b478a3b {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-a651711d-628a-f173-6b06-d7c1ee46a112-9b478a3b {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-a651711d-628a-f173-6b06-d7c1ee46a117-9b478a3b {
  grid-area: 1 / 2 / 6 / 3;
}

#w-node-_206ef784-83a8-5390-7230-a68f771a1ff2-9b478a3b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_206ef784-83a8-5390-7230-a68f771a1ff3-9b478a3b {
  grid-area: Title;
}

#w-node-_206ef784-83a8-5390-7230-a68f771a1ff5-9b478a3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_206ef784-83a8-5390-7230-a68f771a1ff7-9b478a3b {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_206ef784-83a8-5390-7230-a68f771a200d-9b478a3b {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_206ef784-83a8-5390-7230-a68f771a2014-9b478a3b {
  grid-area: 1 / 2 / 6 / 3;
}

#w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a62-9b478a3b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a7f-9b478a3b {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a88-9b478a3b {
  grid-area: 1 / 1 / 5 / 2;
}

#w-node-_01b17126-572f-d7da-ed19-0828196f0495-9b478a3b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c20a60cb-9ff0-27d9-2579-d65b1dcd2bb2-9b478a3b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2f600505-2f01-2ccc-7a3e-5853bbed8f8a-9b478a3b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-afb8290f-370e-5ff9-70cb-400aae88ec59-9b478a3b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-dc391c42-c8ae-0216-d981-d440fe530000-9b478a3b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4eb8fc86-87ee-d293-e653-a1d2cdd1ca87-9b478a3b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_4eb8fc86-87ee-d293-e653-a1d2cdd1ca8a-9b478a3b {
  grid-area: Title;
}

#w-node-_4eb8fc86-87ee-d293-e653-a1d2cdd1ca8c-9b478a3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4eb8fc86-87ee-d293-e653-a1d2cdd1ca8e-9b478a3b {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_4eb8fc86-87ee-d293-e653-a1d2cdd1caaa-9b478a3b {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_4eb8fc86-87ee-d293-e653-a1d2cdd1cab1-9b478a3b {
  grid-area: 1 / 2 / 6 / 3;
}

#w-node-_5d977e9e-4106-2e30-f7bf-362377c916a9-9b478a3b, #w-node-b691fa75-8dbe-3d39-2ad4-eef086425e6e-9b478a3b, #w-node-_0acf523c-2c90-9761-c46f-b380c98bac24-9b478a3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a0f-9b478a3b, #w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a30-9b478a3b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a32-9b478a3b {
    grid-area: Copy;
  }

  #w-node-a651711d-628a-f173-6b06-d7c1ee46a0ff-9b478a3b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a651711d-628a-f173-6b06-d7c1ee46a101-9b478a3b {
    grid-area: Copy;
  }

  #w-node-_206ef784-83a8-5390-7230-a68f771a1ff3-9b478a3b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_206ef784-83a8-5390-7230-a68f771a1ff5-9b478a3b {
    grid-area: Copy;
  }

  #w-node-_4eb8fc86-87ee-d293-e653-a1d2cdd1ca8a-9b478a3b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4eb8fc86-87ee-d293-e653-a1d2cdd1ca8c-9b478a3b {
    grid-area: Copy;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a0e-9b478a3b {
    grid-row: 1 / 2;
  }

  #w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a0f-9b478a3b {
    grid-area: Title;
  }

  #w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a13-9b478a3b {
    grid-row: 2 / 3;
  }

  #w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a22-9b478a3b {
    grid-row: 4 / 5;
  }

  #w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a27-9b478a3b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a2f-9b478a3b {
    grid-row: 1 / 2;
  }

  #w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a30-9b478a3b {
    grid-area: Title;
  }

  #w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a34-9b478a3b {
    grid-row: 2 / 3;
  }

  #w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a4a-9b478a3b {
    grid-row: 4 / 5;
  }

  #w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a51-9b478a3b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4f76a802-d38d-d4e7-d79f-fd39fe9a317c-9b478a3b {
    grid-area: Area;
    align-self: center;
  }

  #w-node-_4f76a802-d38d-d4e7-d79f-fd39fe9a3184-9b478a3b {
    grid-area: Area-2;
  }

  #w-node-_4f76a802-d38d-d4e7-d79f-fd39fe9a3185-9b478a3b {
    grid-area: Area-4;
  }

  #w-node-a651711d-628a-f173-6b06-d7c1ee46a0fe-9b478a3b {
    grid-row: 1 / 2;
  }

  #w-node-a651711d-628a-f173-6b06-d7c1ee46a0ff-9b478a3b {
    grid-area: Title;
  }

  #w-node-a651711d-628a-f173-6b06-d7c1ee46a103-9b478a3b {
    grid-row: 2 / 3;
  }

  #w-node-a651711d-628a-f173-6b06-d7c1ee46a112-9b478a3b {
    grid-row: 4 / 5;
  }

  #w-node-a651711d-628a-f173-6b06-d7c1ee46a117-9b478a3b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_206ef784-83a8-5390-7230-a68f771a1ff2-9b478a3b {
    grid-row: 1 / 2;
  }

  #w-node-_206ef784-83a8-5390-7230-a68f771a1ff3-9b478a3b {
    grid-area: Title;
  }

  #w-node-_206ef784-83a8-5390-7230-a68f771a1ff7-9b478a3b {
    grid-row: 2 / 3;
  }

  #w-node-_206ef784-83a8-5390-7230-a68f771a200d-9b478a3b {
    grid-row: 4 / 5;
  }

  #w-node-_206ef784-83a8-5390-7230-a68f771a2014-9b478a3b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a62-9b478a3b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a7f-9b478a3b {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a88-9b478a3b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2f600505-2f01-2ccc-7a3e-5853bbed8f8a-9b478a3b {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_4eb8fc86-87ee-d293-e653-a1d2cdd1ca87-9b478a3b {
    grid-row: 1 / 2;
  }

  #w-node-_4eb8fc86-87ee-d293-e653-a1d2cdd1ca8a-9b478a3b {
    grid-area: Title;
  }

  #w-node-_4eb8fc86-87ee-d293-e653-a1d2cdd1ca8e-9b478a3b {
    grid-row: 2 / 3;
  }

  #w-node-_4eb8fc86-87ee-d293-e653-a1d2cdd1caaa-9b478a3b {
    grid-row: 4 / 5;
  }

  #w-node-_4eb8fc86-87ee-d293-e653-a1d2cdd1cab1-9b478a3b {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a0f-9b478a3b, #w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a30-9b478a3b {
    grid-area: Title;
  }

  #w-node-_8d15cd06-d42e-c1e0-4f15-a9313a1c9a32-9b478a3b {
    grid-area: Copy;
  }

  #w-node-a651711d-628a-f173-6b06-d7c1ee46a0ff-9b478a3b {
    grid-area: Title;
  }

  #w-node-a651711d-628a-f173-6b06-d7c1ee46a101-9b478a3b {
    grid-area: Copy;
  }

  #w-node-_206ef784-83a8-5390-7230-a68f771a1ff3-9b478a3b {
    grid-area: Title;
  }

  #w-node-_206ef784-83a8-5390-7230-a68f771a1ff5-9b478a3b {
    grid-area: Copy;
  }

  #w-node-_4eb8fc86-87ee-d293-e653-a1d2cdd1ca8a-9b478a3b {
    grid-area: Title;
  }

  #w-node-_4eb8fc86-87ee-d293-e653-a1d2cdd1ca8c-9b478a3b {
    grid-area: Copy;
  }
}