:root {
  --windowWidth: 100vw;
  --windowHeight: 100vh;
}
html {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.tissot_landing-page-ttouch {
  position: relative;
  width: 100%;
  /*overflow: hidden;*/
  margin: 0 !important;
  background: #000 !important;
}
.tissot_landing-page-ttouch .page-header{
    background: #000;
}
.tissot_landing-page-ttouch .page-main {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizelegibility;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.is-header-stacked .tissot_landing-page-ttouch .page-main {
  padding-top: 150px;
}
.tissot_landing-page-ttouch .page-main *,
.tissot_landing-page-ttouch .page-main *:before,
.tissot_landing-page-ttouch .page-main *:after {
  box-sizing: border-box;
}
.tissot_landing-page-ttouch .page-main a {
  color: inherit;
}
.tissot_landing-page-ttouch .page-main a:visited:not(:hover){
    color: #fff;
}
.tissot_landing-page-ttouch .header__topnav a:visited:not(:hover){
    color: #fff;
}
.topnav__btn:hover{
    color: #fff;
}
.tissot_landing-page-ttouch .page-main a,
.tissot_landing-page-ttouch .page-main button {
  cursor: pointer;
}
.tissot_landing-page-ttouch .page-main input,
.tissot_landing-page-ttouch .page-main button {
  -webkit-appearance: none;
}
.tissot_landing-page-ttouch .page-main ol,
.tissot_landing-page-ttouch .page-main ul,
.tissot_landing-page-ttouch .page-main li {
  list-style: none;
  padding: 0;
}
.tissot_landing-page-ttouch .page-main {
  color: #fff;
  font-size: 18px;
  font-size: calc( 18px + (18 - 18) * (100vw - 320px) / (1440 - 320) );
  line-height: 1.666666666666667;
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 1441px) {
  .tissot_landing-page-ttouch .page-main {
    font-size: 18px;
  }
}
.section__title,
.h2 {
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-size: 40px;
  font-size: calc( 25px + (40 - 25) * (100vw - 320px) / (1440 - 320) );
  line-height: 1.25;
  letter-spacing: 0.0375em;
}
@media screen and (min-width: 1441px) {
  .section__title,
  .h2 {
    font-size: 40px;
  }
}
.keynumber {
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 30px;
  font-size: calc( 25px + (30 - 25) * (100vw - 320px) / (1440 - 320) );
  line-height: 1.25;
  letter-spacing: 0.0375em;
}
@media screen and (min-width: 1441px) {
  .keynumber {
    font-size: 30px;
  }
}
.h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.section__subtitle,
.h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.text--sm {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.topnav__title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  font-size: calc( 12px + (16 - 12) * (100vw - 320px) / (1440 - 320) );
  line-height: 1.4375;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (min-width: 1441px) {
  .topnav__title {
    font-size: 16px;
  }
}
.tissot_landing-page-ttouch .btn {
  font-style: normal;
  font-size: 12px;
  line-height: 1.33em;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
.section__function__text,
.section__solarui__text {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
}
.slideAnim,
.slideUp,
.slideUp--0,
.slideUp--1,
.slideUp--2,
.slideUp--3,
.slideUp--4,
.slideUp--5,
.slideUp--6,
.slideUp--7,
.slideUp--8,
.slideUp--9,
.slideUp--10 {
  will-change: opacity, transform;
  opacity: 0;
  transition: 1.8s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition-property: transform, opacity;
}
.slideUp,
.slideUp--0,
.slideUp--1,
.slideUp--2,
.slideUp--3,
.slideUp--4,
.slideUp--5,
.slideUp--6,
.slideUp--7,
.slideUp--8,
.slideUp--9,
.slideUp--10 {
  transform: translateY(7vh) translateZ(0);
  transform-origin: 0 0;
  transition: all 1.3s cubic-bezier(0.43, 0.195, 0.02, 1);
  opacity: 0;
}
.is-active .slideUp,
.is-active .slideUp--0,
.is-active .slideUp--1,
.is-active .slideUp--2,
.is-active .slideUp--3,
.is-active .slideUp--4,
.is-active .slideUp--5,
.is-active .slideUp--6,
.is-active .slideUp--7,
.is-active .slideUp--8,
.is-active .slideUp--9,
.is-active .slideUp--10,
.slideUp .is-slide-active,
.slideUp--0 .is-slide-active,
.slideUp--1 .is-slide-active,
.slideUp--2 .is-slide-active,
.slideUp--3 .is-slide-active,
.slideUp--4 .is-slide-active,
.slideUp--5 .is-slide-active,
.slideUp--6 .is-slide-active,
.slideUp--7 .is-slide-active,
.slideUp--8 .is-slide-active,
.slideUp--9 .is-slide-active,
.slideUp--10 .is-slide-active {
  transform: translateZ(0);
  opacity: 1;
}
.slideUp.has-anim-ended,
.slideUp--0.has-anim-ended,
.slideUp--1.has-anim-ended,
.slideUp--2.has-anim-ended,
.slideUp--3.has-anim-ended,
.slideUp--4.has-anim-ended,
.slideUp--5.has-anim-ended,
.slideUp--6.has-anim-ended,
.slideUp--7.has-anim-ended,
.slideUp--8.has-anim-ended,
.slideUp--9.has-anim-ended,
.slideUp--10.has-anim-ended,
.has-anim-ended .slideUp,
.has-anim-ended .slideUp--0,
.has-anim-ended .slideUp--1,
.has-anim-ended .slideUp--2,
.has-anim-ended .slideUp--3,
.has-anim-ended .slideUp--4,
.has-anim-ended .slideUp--5,
.has-anim-ended .slideUp--6,
.has-anim-ended .slideUp--7,
.has-anim-ended .slideUp--8,
.has-anim-ended .slideUp--9,
.has-anim-ended .slideUp--10 {
  transform: none;
  transition: none;
  opacity: 1;
  will-change: unset;
}
.slideUp--0,
.is-active .slideUp--0,
.slideUp--0.is-active {
  transition-delay: 0s;
}
.is-next .slideUp--0,
.is-prev .slideUp--0 {
  transition-delay: 0s;
}
.slideUp--1,
.is-active .slideUp--1,
.slideUp--1.is-active {
  transition-delay: 0.085s;
}
.is-next .slideUp--1,
.is-prev .slideUp--1 {
  transition-delay: 0.07s;
}
.slideUp--2,
.is-active .slideUp--2,
.slideUp--2.is-active {
  transition-delay: 0.17s;
}
.is-next .slideUp--2,
.is-prev .slideUp--2 {
  transition-delay: 0.14s;
}
.slideUp--3,
.is-active .slideUp--3,
.slideUp--3.is-active {
  transition-delay: 0.255s;
}
.is-next .slideUp--3,
.is-prev .slideUp--3 {
  transition-delay: 0.21s;
}
.slideUp--4,
.is-active .slideUp--4,
.slideUp--4.is-active {
  transition-delay: 0.34s;
}
.is-next .slideUp--4,
.is-prev .slideUp--4 {
  transition-delay: 0.28s;
}
.slideUp--5,
.is-active .slideUp--5,
.slideUp--5.is-active {
  transition-delay: 0.425s;
}
.is-next .slideUp--5,
.is-prev .slideUp--5 {
  transition-delay: 0.35s;
}
.slideUp--6,
.is-active .slideUp--6,
.slideUp--6.is-active {
  transition-delay: 0.51s;
}
.is-next .slideUp--6,
.is-prev .slideUp--6 {
  transition-delay: 0.42s;
}
.slideUp--7,
.is-active .slideUp--7,
.slideUp--7.is-active {
  transition-delay: 0.595s;
}
.is-next .slideUp--7,
.is-prev .slideUp--7 {
  transition-delay: 0.49s;
}
.slideUp--8,
.is-active .slideUp--8,
.slideUp--8.is-active {
  transition-delay: 0.68s;
}
.is-next .slideUp--8,
.is-prev .slideUp--8 {
  transition-delay: 0.56s;
}
.slideUp--9,
.is-active .slideUp--9,
.slideUp--9.is-active {
  transition-delay: 0.765s;
}
.is-next .slideUp--9,
.is-prev .slideUp--9 {
  transition-delay: 0.63s;
}
.slideUp--10,
.is-active .slideUp--10,
.slideUp--10.is-active {
  transition-delay: 0.85s;
}
.is-next .slideUp--10,
.is-prev .slideUp--10 {
  transition-delay: 0.7s;
}
.btn {
  text-decoration: none;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  color: #fff;
  border-radius: 2px;
  display: inline-block;
  padding: 12px 30px;
  position: relative;
  overflow: hidden;
}
.btn:before {
  background: linear-gradient(to right, #93291e 0%, #e32119 51%, #e32119 100%);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in;
}
.btn span {
  position: relative;
}
.btn:hover:before {
  width: 180%;
  transition: all 0.2s ease-in;
}
.cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cover img,
.cover div[role="img"] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.is-header-stacked header:not(.is-open-menu--mob) .header {
  position: fixed;
  top: -70px;
  left: 0;
  width: 100%;
  transition: transform 1.3s cubic-bezier(0.43, 0.195, 0.02, 1);
  background-color: black;
}
.is-header-stacked.is-header-reveal header:not(.is-open-menu--mob) .header {
  transform: translateY(70px) translateZ(0);
}
.header__mainnav {
  height: 70px;
  justify-content: space-between;
  display: flex;
  border-bottom: solid 1px rgba(255,255,255,0.2);
}
.header__mainnav img {
  height: 100%;
}
.header__topnav {
  height: 80px;
  left: 0;
  background: #000;
  padding: 24px 25px;
  width: 100%;
  z-index: 11;
  display: flex;
  border: solid 1px rgba(255,255,255,0.2);
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header__topnav > * {
    max-width: 50%;
  }
}
.section.section--article {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 160px;
  margin-top: -135px;
}
.section.section--article .section__figure {
  position: relative;
  width: 49.44444444444444%;
}
.section.section--article .section__content {
  width: 50.55555555555556%;
  padding-left: 9.23611111111111%;
  padding-right: 9.583333333333334%;
}
.section.section--article:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 150px;
  width: 100%;
  background: #f00;
  opacity: 0.2;
  display: none;
}
.is-debug .section.section--article:after {
  display: block;
}
@media screen and (max-width: 767px) {
  .section.section--article {
    display: block;
    margin-bottom: 80px;
    margin-top: 0px;
  }
  .section.section--article:after {
    height: 80px;
  }
  .section.section--article .section__content {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
  }
  .section.section--article .section__figure {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section--better {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
.section--better .section__figure {
  width: 47.708333333333336vw;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.section--better .section__figure__placeholder {
  position: relative;
  width: 47.708333333333336vw;
}
.section--better .section__figure__placeholder:after {
  content: '';
  display: block;
  padding-top: 100%;
}
.section--better .section__content {
  position: relative;
  width: 42.43055555555556%;
  padding-left: 9.722222222222223%;
  padding-right: 1.180555555555556%;
}
.section--better .section__content * {
  margin-bottom: 55px;
}
.section--better .section__content *:last-child {
  margin-bottom: 70px;
}
.section--better:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 150px;
  width: 100%;
  background: #f00;
  opacity: 0.2;
  display: none;
}
.is-debug .section--better:after {
  display: block;
}
@media screen and (max-width: 767px) {
  .section--better:after {
    height: 80px;
  }
  .section--better .section__content {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
  }
  .section--better .section__content > * {
    margin-bottom: 30px;
  }
  .section--better .section__content > *:last-child {
    margin-bottom: 0px;
  }
  .section--better .section__figure__placeholder {
    display: none;
  }
  .section--better .section__figure {
    width: 100%;
    left: 0;
    position: relative;
    transform: none;
    margin-bottom: 30px;
  }
  .section--better .section__figure img {
    transform: translateZ(0);
    top: 0;
  }
}
.section.section--details {
  text-align: center;
  position: relative;
  padding: 0 9.722222222222223%;
}
.section.section--details .section__content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.section.section--details .detail {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0 0px;
}
.section.section--details:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 150px;
  width: 100%;
  background: #f00;
  opacity: 0.2;
  display: none;
}
.is-debug .section.section--details:after {
  display: block;
}
.detail__separator {
  height: 7px;
  width: 7px;
  background: #fff;
  border-radius: 100px;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .section.section--details {
    display: block;
    padding: 0;
  }
  .section.section--details .section__content {
    display: block;
  }
  .section.section--details .detail {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 25%;
    padding: 0 30px;
    margin-bottom: 50px;
    min-width: 240px;
  }
  .detail__separator {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .section.section--details {
    display: block;
  }
  .section.section--details:after {
    height: 80px;
  }
  .section.section--details .section__content {
    display: block;
  }
  .section.section--details .detail {
    width: auto;
    margin: 0 auto 40px;
  }
  .section.section--details .detail:last-of-type {
    margin-bottom: 0;
  }
}
.section.section--efficient {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 150px;
  z-index: 2;
}
.section.section--efficient .section__content {
  width: 48.19444444444444%;
}
.section.section--efficient .section__content h2 {
  margin-bottom: 30px;
}
.section.section--efficient .section__content p {
  margin-bottom: 15px;
}
.section.section--efficient .section__content p:last-of-type {
  margin-bottom: 25px;
}
.section.section--efficient .section__content .section__links .section__links__icon {
  width: 24px;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0 16px;
}
.section.section--efficient .section__content .section__links .section__links__icon svg {
  fill: #fff;
  width: 100%;
}
.section.section--efficient:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 150px;
  width: 100%;
  background: #f00;
  opacity: 0.2;
  z-index: 2;
  display: none;
}
.is-debug .section.section--efficient:after {
  display: block;
}
@media screen and (max-width: 767px) {
  .section.section--efficient {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 80px;
  }
  .section.section--efficient:after {
    height: 80px;
  }
  .section.section--efficient .section__content {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
  }
  .section.section--efficient .section__content .section__title br {
    display: none;
  }
  .section.section--efficient .section__content p:last-of-type {
    margin-bottom: 50px;
  }
  .section.section--efficient .section__content .section__links {
    text-align: center;
  }
  .section.section--efficient .section__content .section__links .section__links__icon {
    width: 32px;
    margin: 0 15px;
  }
}
.section.section--foremost {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section.section--foremost .section__figure__placeholder {
  width: 49.44444444444444%;
}
.section.section--foremost .section__figure__placeholder:after {
  content: '';
  display: block;
  padding-top: 114.28571428571428%;
}
.section.section--foremost .section__figure {
  position: absolute;
  left: 0;
  top: 50%;
  width: 49.44444444444444vw;
}
.section.section--foremost .section__figure img {
  width: 100%;
  transform: translateY(-50%);
}
.section.section--foremost .section__content {
  width: 50.27777777777778%;
  padding-left: 9.027777777777777%;
  padding-right: 9.722222222222223%;
}
.section.section--foremost h2 {
  margin-bottom: 48px;
}
.section.section--foremost p {
  margin-bottom: 15px;
}
.section.section--foremost:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 150px;
  width: 100%;
  background: #f00;
  opacity: 0.2;
  display: none;
}
.is-debug .section.section--foremost:after {
  display: block;
}
@media screen and (max-width: 767px) {
  .section.section--foremost {
    display: block;
  }
  .section.section--foremost:after {
    height: 80px;
  }
  .section.section--foremost .section__content {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
  }
  .section.section--foremost .section__figure__placeholder {
    display: none;
  }
  .section.section--foremost .section__figure {
    width: 100%;
    left: 0;
    padding: 0;
    position: relative;
  }
  .section.section--foremost .section__figure img {
    transform: translateZ(0);
  }
}
.section--functionsIntro {
  margin: 0 auto;
  text-align: center;
  width: 48.19444444444444%;
  height: auto;
}
.section--functionsIntro h2 {
  margin-bottom: 48px;
}
.section--functionsIntro p {
  margin-bottom: 15px;
}
.section--functions__debug {
  display: none;
}
.is-debug .section--functions__debug {
  display: block;
}
.section--functions {
  text-align: center;
  position: relative;
}
.section--functions .section__inner {
  position: absolute;
  height: calc(1 * var(--windowHeight) - 0px);
  width: 100vw;
  top: 0;
  left: 0;
}
.section--functions.is-stacked .section__inner {
  position: fixed;
}
.section--functions.is-unstacked .section__inner {
  position: absolute;
  bottom: 0;
  top: auto;
}
.section--functions .section__content {
  position: absolute;
  width: 48.19444444444444%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section--functions .section__figure {
  position: relative;
}
.section--functions .section__figure__slide {
  position: absolute;
  top: 0;
  left: 50%;
  width: 48.27089337175792%;
  transform: translateX(-50%);
  display: block;
  pointer-events: none;
}
.section--functions .section__figure__slide img {
  opacity: 0;
  transition: opacity 1.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  width: 100%;
}
.section--functions .section__figure__slide:first-child {
  position: relative;
}
.section--functions .section__figure__slide.is-active {
  pointer-events: auto;
}
.section--functions .section__figure__slide.is-active img {
  opacity: 1;
}
.section__figure__needles {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 48.27089337175792%;
  transform: translateX(-50%);
}
.section__figure__secondsNeedle,
.section__figure__minutesNeedle,
.section__figure__hoursNeedle {
    width: 7.4%;
    position: absolute;
    top: 48.3%;
    left: 45.6%;
    transform: translate(-50%, -76%) translateZ(0);
    transform-origin: 50% 76%;
    backface-visibility: hidden;
    transition: transform 1.3s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.section__figure__secondsNeedle {
  z-index: 3;
}
.is-step-0 .section__figure__secondsNeedle {
    transform: translate(-50%, -76%) rotate(0.1deg) translateZ(0);
}
.is-step-1 .section__figure__secondsNeedle {
    transform: translate(-50%, -76%) rotate(0.1deg) translateZ(0);
}
.is-step-2 .section__figure__secondsNeedle {
    transform: translate(-50%, -76%) rotate(360deg) translateZ(0);
}
.is-step-3 .section__figure__secondsNeedle {
    transform: translate(-50%, -76%) rotate(720deg) translateZ(0);
}
.is-step-4 .section__figure__secondsNeedle {
    transform: translate(-50%, -76%) rotate(1080deg) translateZ(0);
}
.is-step-5 .section__figure__secondsNeedle {
    transform: translate(-50%, -76%) rotate(1440deg) translateZ(0);
}
.is-step-6 .section__figure__secondsNeedle {
    transform: translate(-50%, -76%) rotate(1800deg) translateZ(0);
}
.is-step-7 .section__figure__secondsNeedle {
    transform: translate(-50%, -76%) rotate(2160deg) translateZ(0);
}
.is-step-8 .section__figure__secondsNeedle {
    transform: translate(-50%, -76%) rotate(2520deg) translateZ(0);
}
.section__figure__minutesNeedle {
    z-index: 2;
}
.is-step-0 .section__figure__minutesNeedle {
    transform: translate(-50%, -76%) rotate(60deg) translateZ(0);
}
.is-step-1 .section__figure__minutesNeedle {
    transform: translate(-50%, -76%) rotate(60deg) translateZ(0);
}
.is-step-2 .section__figure__minutesNeedle {
    transform: translate(-50%, -76%) rotate(360deg) translateZ(0);
}
.is-step-3 .section__figure__minutesNeedle {
    transform: translate(-50%, -76%) rotate(420deg) translateZ(0);
}
.is-step-4 .section__figure__minutesNeedle {
    transform: translate(-50%, -76%) rotate(812deg) translateZ(0);
}
.is-step-5 .section__figure__minutesNeedle {
    transform: translate(-50%, -76%) rotate(1201deg) translateZ(0);
}
.is-step-6 .section__figure__minutesNeedle {
    transform: translate(-50%, -76%) rotate(1679deg) translateZ(0);
}
.is-step-7 .section__figure__minutesNeedle {
    transform: translate(-50%, -76%) rotate(2039deg) translateZ(0);
}
.is-step-8 .section__figure__minutesNeedle {
    transform: translate(-50%, -76%) rotate(2160deg) translateZ(0);
}
.is-step-2.is-step-ended .section__figure__minutesNeedle {
    transform: translate(-50%, -76%) rotate(390.5deg) translateZ(0);
}
.is-step-5.is-step-ended .section__figure__minutesNeedle {
    transform: translate(-50%, -76%) rotate(1172deg) translateZ(0);
}
.is-step-6.is-step-ended .section__figure__minutesNeedle {
    transform: translate(-50%, -76%) rotate(1708.4deg) translateZ(0);
}
.section__figure__hoursNeedle {
    z-index: 1;
}
.is-step-0 .section__figure__hoursNeedle {
    transform: translate(-50%, -76%) rotate(305deg) translateZ(0);
}
.is-step-1 .section__figure__hoursNeedle {
    transform: translate(-50%, -76%) rotate(305deg) translateZ(0);
}
.is-step-2 .section__figure__hoursNeedle {
    transform: translate(-50%, -76%) rotate(360deg) translateZ(0);
}
.is-step-3 .section__figure__hoursNeedle {
    transform: translate(-50%, -76%) rotate(780deg) translateZ(0);
}
.is-step-4 .section__figure__hoursNeedle {
    transform: translate(-50%, -76%) rotate(990deg) translateZ(0);
}
.is-step-5 .section__figure__hoursNeedle {
    transform: translate(-50%, -76%) rotate(1318deg) translateZ(0);
}
.is-step-6 .section__figure__hoursNeedle {
    transform: translate(-50%, -76%) rotate(1678deg) translateZ(0);
}
.is-step-7 .section__figure__hoursNeedle {
    transform: translate(-50%, -76%) rotate(1861deg) translateZ(0);
}
.is-step-8 .section__figure__hoursNeedle {
    transform: translate(-50%, -76%) rotate(2160deg) translateZ(0);
}
.is-step-2.is-step-ended .section__figure__hoursNeedle {
    transform: translate(-50%, -76%) rotate(390.5deg) translateZ(0);
}
.is-step-5.is-step-ended .section__figure__hoursNeedle {
    transform: translate(-50%, -76%) rotate(1348deg) translateZ(0);
}
.is-step-6.is-step-ended .section__figure__hoursNeedle {
    transform: translate(-50%, -76%) rotate(1708.4deg) translateZ(0);
}
.section__function__caption {
  position: absolute;
  top: 0;
  text-align: left;
  width: auto;
  z-index: 3;
  transform: translateZ(0);
  padding-right: 25%;
}
.section__function__caption.is-left {
  text-align: right;
  padding-left: 25%;
}
.section__function__title {
  color: #e32119;
  white-space: nowrap;
}
.section__function__title > * {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.section__function__title img {
  height: 15px !important;
  width: 15px !important;
  margin: 0 5px;
  margin-bottom: 0.05em;
}
.section__function__title img.is-large {
  height: 20px !important;
  width: 20px !important;
}
.section__function__line {
  width: 100%;
  left: 0;
  top: 0;
  height: 2px;
  background: #e32119;
  position: absolute;
  transform-origin: 0% 0;
  transform: scaleX(0);
  transition: transform 1.3s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.section__function__line:before {
  content: '';
  display: block;
  height: 7px;
  width: 7px;
  border-radius: 100%;
  background: #e32119;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.is-left .section__function__line {
  right: auto;
  left: 0;
  transform-origin: 100% 0;
}
.is-left .section__function__line:before {
  left: auto;
  right: 0;
  transform: translate(50%, -50%);
}
.is-active .section__function__line {
    transform: scaleX(1);
}
.is-unstacked .section__function__line {
    transform: scaleX(0);
}
.section__caption__content {
  position: absolute;
  top: -10px;
  left: 100%;
  padding-left: 20px;
  width: 30vw;
  opacity: 0;
  transition: opacity 1s 0.2s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.is-left .section__caption__content {
  padding-left: 0px;
  padding-right: 20px;
  left: auto;
  right: 100%;
}
.is-active .section__caption__content {
    opacity: 1;
}
@media screen and (max-width: 959px), screen and (max-width: 1024px) and (orientation: portrait) {
  .section--functions .section__figure__slide,
  .section--functions .section__figure__slide:first-child,
  .section--functions .section__figure__needles {
    width: 85%;
    margin-left: 5%;
  }
  .section--functions .section__function__caption {
    padding-right: 10%;
  }
  .section--functions .section__function__caption.is-left {
    padding-left: 10%;
}
  .section--functions .section__caption__content {
    padding-left: 15px;
  }
  .is-left .section--functions .section__caption__content {
    padding-left: 0px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .section--functionsIntro {
    display: block;
    width: 100%;
    text-align: left;
  }
  .section--functionsIntro .section__content {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
  }
  .section--functions {
    display: block;
    width: 100%;
    text-align: left;
  }
  .section--functions .section__content,
  .section--functions .section__figure__slide {
    width: 100%;
  }
  .section--functions .section__figure__slide,
  .section--functions .section__figure__slide:first-child,
  .section--functions .section__figure__needles {
    margin-left: 0%;
    width: 100%;
  }
  .section--functions .section__caption__content {
    left: 0 !important;
    right: auto !important;
    width: 100%;
  }
  .section--functions .section__figure__slide:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1.6s cubic-bezier(0.43, 0.195, 0.02, 1);
    background: radial-gradient(44.35% 39.07% at 45.76% 58.42%, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 36.61%, rgba(0,0,0,0.8) 100%);
  }
  .section--functions .section__figure__slide img {
    position: relative;
    z-index: 1;
  }
  .section--functions .section__figure__slide.is-active:before {
    opacity: 1;
  }
  .section--functions .section__function__line {
    display: none;
  }
  .section--functions .section__content {
    margin-top: calc(0.3 * var(--windowHeight) - 0px);
    padding-left: 11.25%;
    padding-right: 11.25%;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
  }
  .section--functions .section__function__caption {
    left: 0% !important;
    top: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    bottom: 90%;
    margin: 0;
    width: 76vw;
    z-index: 4;
    position: absolute;
    transform: translateZ(0px);
  }
  .section--functions .section__caption__content {
    background: none;
    bottom: 0;
    top: auto;
  }
  .section--functions .section__figure__needles {
    width: 100% !important;
  }
}
.section--privacy {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
.section--privacy .section__content {
  position: relative;
  width: 46.666666666666664%;
  padding-left: 9.722222222222223%;
}
.section--privacy .section__content * {
  margin-bottom: 55px;
}
.section--privacy .section__content *:last-child {
  margin-bottom: 0px;
}
.section--privacy .section__content p {
  margin-bottom: 15px;
}
.section--privacy .section__figure {
  position: absolute;
  left: 100%;
  top: 50%;
  width: 53.333333333333336vw;
  transform: translateY(-50%);
  margin-bottom: 0;
}
.section--privacy .section__figure__placeholder {
  width: 53.333333333333336vw;
}
.section--privacy .section__figure__placeholder:after {
  content: '';
  display: block;
  padding-top: 60%;
}
.section--privacy:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 150px;
  width: 100%;
  background: #f00;
  opacity: 0.2;
  display: none;
}
.is-debug .section--privacy:after {
  display: block;
}
@media screen and (max-width: 767px) {
  .section--privacy:after {
    height: 80px;
  }
  .section--privacy .section__content {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
  }
  .section--privacy .section__content > * {
    margin-bottom: 30px;
  }
  .section--privacy .section__content > *:last-child {
    margin-bottom: 0px;
  }
  .section--privacy .section__figure__placeholder {
    display: none;
  }
  .section--privacy .section__figure {
    width: 100%;
    left: 0;
    position: relative;
    transform: none;
    margin-bottom: 30px;
  }
  .section--privacy .section__figure img {
    transform: translateZ(0);
    top: 0;
  }
}
.section--slider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
.section--slider .section__content {
  width: 100%;
  padding-left: 9.722222222222223%;
  padding-right: 9.722222222222223%;
  cursor: grab;
}
.section--slider .section__content:active {
  cursor: grabbing;
}
.section--slider h2 {
  margin-bottom: 20px;
}
.section--slider .section__slider {
  width: 100%;
  position: relative;
  white-space: nowrap;
}
.section--slider .section__slider__content {
  margin-bottom: 116px;
  position: relative;
}
.section--slider .section__slider__content:after {
  content: "";
  display: block;
  padding-top: 46.5%;
}
.section--slider .section__slider__content__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}
.section--slider .section__slider__slide {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 55.90277777777778vw;
  height: 100%;
  margin-right: 9.722222222222223vw;
}
.section--slider .section__slider__slide:last-child {
  margin-right: 0;
}
.section--slider .section__slider__scrollbar {
  width: 64.09722222222223%;
  margin: 0 auto;
  height: 4px;
  background: rgba(234,232,231,0.1);
}
.section--slider .section__slider__scrollbar__handle {
  cursor: pointer;
  width: 37.91982665222102%;
  height: 100%;
  background: linear-gradient(278.11deg, #e32119 2.57%, #93291e 137.17%);
}
.section--slider .section__slider__scrollbar__handle:active {
  cursor: grabbing;
}
.section--slider:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 150px;
  width: 100%;
  background: #f00;
  opacity: 0.2;
  display: none;
}
.is-debug .section--slider:after {
  display: block;
}
@media screen and (max-width: 767px) {
  .section--slider .section__content {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
  }
  .section--slider .section__slider__content {
    margin-bottom: 35px;
  }
  .section--slider .section__slider__content:after {
    padding-top: 120%;
  }
  .section--slider .section__slider__slide {
    width: 75vw;
    margin-right: 10px;
  }
  .section--slider .section__slider__scrollbar {
    width: 90%;
    height: 2px;
    background: rgba(234,232,231,0.5);
  }
}
.section--style {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section--style .section__figure__placeholder {
  width: 43.40277777777778%;
}
.section--style .section__figure__placeholder:after {
  content: '';
  display: block;
  padding-top: 87%;
}
.section--style .section__figure {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateZ(0);
  width: 43.40277777777778%;
  padding-left: 9.722222222222223%;
  padding-right: 5.555555555555555%;
}
.section--style .section__slideshow {
  position: relative;
  margin-bottom: 30px;
}
.section--style .section__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.9s cubic-bezier(0.43, 0.195, 0.02, 1);
  transform: translateX(20%) translateZ(0);
}
.section--style .section__slide img {
  width: 100%;
}
.section--style .section__slide:first-child {
  position: relative;
}
.section--style .section__slide.is-active {
  transform: translateX(0vh) translateZ(0);
  transition-delay: 0.5s;
  transition-duration: 1.3s;
  opacity: 1;
}
.section--style .section__slide.is-prev {
  transform: translateX(-20%) translateZ(0);
}
.section--style .section__bulletNav {
  width: 79.01234567901234%;
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
  white-space: nowrap;
}
.section--style .section__bullet {
  height: 28px;
  cursor: pointer;
  width: 28px;
  outline: 0;
  border-radius: 100px;
  border: none;
  margin: 10px 10px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.section--style .section__bullet .section__bullet__inner,
.section--style .section__bullet .section__bullet__hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  display: block;
}
.section--style .section__bullet .section__bullet__inner {
  width: 24px;
  height: 24px;
  background: linear-gradient(310.29deg, rgba(0,0,0,0.3) 15.06%, rgba(0,0,0,0.1) 81.91%);
}
.section--style .section__bullet .section__bullet__hover {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
}
.section--style .section__bullet.is-red {
  color: #ce1d23;
  background: #ce1d23;
}
.section--style .section__bullet.is-orange {
  color: #ef790b;
  background: #ef790b;
}
.section--style .section__bullet.is-lightgrey {
  color: #c1bcb6;
  background: #c1bcb6;
}
.section--style .section__bullet.is-mediumgrey {
  color: #38383c;
  background: #38383c;
}
.section--style .section__bullet.is-darkgrey {
  color: #232326;
  background: #232326;
}
.section--style .section__bullet.is-cream {
  color: #ebab82;
  background: #ebab82;
}
.section--style .section__content {
  width: 39.23611111111111%;
}
.section--style .section__content p {
  margin-bottom: 32px;
}
.section--style:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 150px;
  width: 100%;
  background: #f00;
  opacity: 0.2;
  display: none;
}
.is-debug .section--style:after {
  display: block;
}
@media screen and (max-width: 1024px) {
  .section--style {
    margin-bottom: 120px;
  }
  .section--style .section__figure__placeholder,
  .section--style .section__figure {
    width: 50%;
  }
  .section--style .section__bullet {
    margin: 10px 15px;
  }
  .section--style .section__bulletNav {
    white-space: normal;
  }
}
@media screen and (max-width: 767px) {
  .section--style {
    display: block;
  }
  .section--style:after {
    height: 80px;
  }
  .section--style .section__title {
    margin-bottom: 16px;
  }
  .section--style .section__content {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
  }
  .section--style .section__figure__placeholder {
    display: none;
  }
  .section--style .section__figure {
    width: 100%;
    left: 0;
    padding: 0;
    position: relative;
    transform: translateZ(0);
  }
  .section--style .section__bulletNav {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .section--style .section__bullet {
    margin: 10px 10px;
  }
}
.section.section--tradition {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0px;
}
.section.section--tradition:after,
.section.section--tradition:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 150px;
  width: 100%;
  background: #f00;
  opacity: 0.2;
  display: none;
  z-index: 2;
}
.section.section--tradition:before {
  bottom: auto;
  top: 0;
  height: 150px;
}
.is-debug .section.section--tradition:after,
.is-debug .section.section--tradition:before {
  display: block;
}
.section.section--tradition .section__figure {
  width: 57.638888888888886%;
  position: absolute;
  top: 50%;
  left: 42.36111111111111%;
}
.section.section--tradition .section__figure img {
  width: 100%;
  opacity: 0;
  transform: translateY(-53%) translateZ(0);
  top: 50%;
  left: 0;
  position: relative;
  transition: opacity 1.6s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.section.section--tradition.is-active .section__figure img {
  opacity: 1;
  transition-delay: 0.3s;
}
.section.section--tradition .section__figure__placeholder {
  width: 57.638888888888886%;
}
.section.section--tradition .section__figure__placeholder:after {
  content: '';
  display: block;
  padding-top: 97%;
}
.section.section--tradition .section__content {
  width: 42.36111111111111%;
  padding-left: 9.722222222222223%;
  padding-right: 1.388888888888889%;
}
.section.section--tradition .section__content p {
  margin-bottom: 32px;
}
.section.section--tradition h2 {
  margin-bottom: 52px;
}
.section.section--tradition button {
  margin-top: 32px;
}
@media screen and (max-width: 1024px) {
  .section.section--tradition {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .section.section--tradition:after {
    height: 80px;
    top: 100%;
    bottom: auto;
  }
  .section.section--tradition .section__content {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
  }
  .section.section--tradition .section__figure__placeholder {
    display: none;
  }
  .section.section--tradition .section__figure {
    width: 100%;
    left: 0;
    position: relative;
  }
  .section.section--tradition .section__figure img {
    transform: translateZ(0);
    top: 0;
  }
}
.section--cover {
  text-align: center;
  position: relative;
  margin-bottom: 180px;
}
.section--cover .logo-t-touch {
  width: 20.833333333333336%;
}
.section--cover .watchWrapper {
  will-change: opacity, transform;
  opacity: 0;
  position: relative;
  transition: 3s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition-property: transform, opacity;
  transform: scale(1.8) translateZ(0);
  transform-origin: 50% 0;
}
.section--cover .watchWrapper:after {
  content: "";
  display: block;
  padding-top: 76.17896009673518%;
}
.is-ready .section--cover .watchWrapper {
  opacity: 1;
  transform: scale(1) translateZ(0);
}
.section--cover .watchWrapper__watch--light,
.section--cover .watchWrapper__watch--dark {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section--cover .watchWrapper__watch--dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section.section--cover {
    margin-bottom: 0;
  }
}
.section.section--solaruiIntro {
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}
.section.section--solaruiIntro:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 150px;
  width: 100%;
  background: #f00;
  opacity: 0.2;
  display: none;
}
.is-debug .section.section--solaruiIntro:after {
  display: block;
}
.section.section--solaruiIntro .section__content {
  margin: 0 auto;
  width: 48.19444444444444%;
}
.section.section--solaruiIntro h2 {
  margin-bottom: 32px;
}
.section.section--solaruiIntro p {
  margin-bottom: 15px;
}
.section--solarui__debug {
  display: none;
}
.is-debug .section--solarui__debug {
  display: block;
}
.section.section--solarui {
  text-align: center;
  position: relative;
}
.section.section--solarui .section__inner {
  position: absolute;
  height: calc(1 * var(--windowHeight) - 0px);
  width: 100vw;
  top: 0;
  left: 0;
}
.section.section--solarui.is-stacked .section__inner {
  position: fixed;
}
.section.section--solarui.is-unstacked .section__inner {
  position: absolute;
  bottom: 0;
  top: auto;
}
.section.section--solarui .section__figure {
  position: absolute;
  width: 47.77777777777778%;
  top: 50%;
  right: 17.916666666666668%;
  transform: translateY(-50%);
}
.section.section--solarui:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 150px;
  width: 100%;
  background: #f00;
  opacity: 0.2;
  display: none;
}
.is-debug .section.section--solarui:after {
  display: block;
}
.section__solarui__figureInner {
  position: relative;
}
.section__solarui__side {
  position: relative;
  width: 100%;
}
.section__solarui__side img {
  width: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.section__solarui__side .section__solarui__background {
  position: relative;
}
.section__solarui__front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.section__solarui__front img {
  width: 100%;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.section__solarui__front img.is-active {
    opacity: 1;
}
.section__solarui__caption {
  position: absolute;
  top: 0;
  text-align: left;
  width: auto;
  left: auto;
  width: 16.666666666666664vw;
  left: -33%;
  pointer-events: none;
  top: -10px;
}
.section__solarui__title,
.section__solarui__text {
    opacity: 0;
    transition: opacity 1s 0.5s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.is-active .section__solarui__title,
.is-active .section__solarui__text {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0) translateZ(0);
}
.section__solarui__title {
  color: #fff;
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: 0.4em;
}
.section__solarui__text p {
  margin-bottom: 0.8em;
}
.section__solarui__lineWrapper {
  height: 2px;
  width: 100%;
}
.section__solarui__line {
  width: 10vw;
  height: 2px;
  background: #e32119;
  position: absolute;
  transform: scaleX(0) translateZ(0);
  transform-origin: 0 0;
  left: 100%;
  transform: scaleX(0);
  transition: transform 1.3s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.section__solarui__line:before {
  left: auto;
  right: 0;
  transform: translate(50%, -50%);
}
.section__solarui__line:before {
  content: '';
  display: block;
  height: 7px;
  width: 7px;
  border-radius: 100%;
  background: #e32119;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
}
.is-active .section__solarui__line {
    transform: scaleX(1);
}
.is-unstacked .section__solarui__line {
    transform: scaleX(0);
}
.section__solarui__mobileBullet {
  display: none;
  height: 5px;
  width: 5px;
  border-radius: 100%;
  background: #e32119;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section__solarui__mobileBullet:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  border: solid 1px #e32119;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .section.section--solarui .section__solarui__caption {
    width: 30vw;
    left: -60%;
  }
  .section.section--solarui .section__figure {
    right: 6.916667%;
  }
}
@media screen and (max-width: 767px) {
  .section.section--solaruiIntro {
    display: block;
    width: 100%;
    text-align: left;
  }
  .section.section--solaruiIntro:after {
    height: 80px;
  }
  .section.section--solaruiIntro .section__content {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
  }
  .section.section--solarui:after {
    height: 80px;
  }
  .section.section--solarui .section__solarui__captionsWrapper {
    position: relative;
    white-space: nowrap;
    font-size: 0;
  }
  .section.section--solarui .section__solarui__caption {
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
    top: 0 !important;
    left: 0%;
    text-align: left;
    width: 100%;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
  }
  .section.section--solarui .section__solarui__caption:nth-child(2) {
    left: -100%;
  }
  .section.section--solarui .section__solarui__caption:nth-child(3) {
    left: -200%;
  }
  .section.section--solarui .section__solarui__caption:nth-child(4) {
    left: -300%;
  }
  .section.section--solarui .section__solarui__caption:nth-child(5) {
    left: -400%;
  }
  .section.section--solarui .section__solarui__caption.is-center {
    text-align: center;
  }
  .section.section--solarui .section__solarui__title {
    position: relative;
    bottom: auto;
    top: 0;
  }
  .section.section--solarui .section__figure {
    position: absolute;
    width: 100%;
    height: calc(1 * var(--windowHeight) - 0px);
    top: 0;
    right: auto;
    left: 0;
    transform: none;
    display: flex;
    flex-direction: column;
  }
  .section.section--solarui .section__solarui__figureInner {
    position: relative;
  }
  .section.section--solarui .section__solarui__lineWrapper {
    display: none;
  }
  .section.section--solarui .section__solarui__mobileBullet {
    display: block;
  }
  .section.section--solarui .section__solarui__text {
    padding-bottom: 80px;
  }
  .section.section--solarui .section__solarui__figureInner {
    height: 50vh;
    padding-top: 80px;
  }
  .section.section--solarui .section__solarui__side,
  .section.section--solarui .section__solarui__front {
    height: 100%;
    display: inline-block;
    width: auto;
  }
  .section.section--solarui .section__solarui__side img,
  .section.section--solarui .section__solarui__front img {
    height: 100%;
    width: auto;
  }
  .section.section--solarui .section__solarui__front {
    top: 80px;
    left: 50%;
    height: calc(100% - 80px);
    transform: translateX(-50%);
  }
}
.section.section--video {
  font-size: 0;
  line-height: 0;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}
.section.section--video .placeholder {
  position: relative;
  padding-top: calc(3 * var(--windowHeight) - 0px);
}
.section.section--video .placeholder--mobile {
  display: none;
  position: relative;
  padding-top: calc(3 * var(--windowHeight) - 0px);
}
.section.section--video .section__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  transform: translateZ(0);
  height: calc(1 * var(--windowHeight) - 0px);
}
.section.section--video .section__content.is-stacked {
  position: fixed;
  top: 0;
  left: 0;
}
.section.section--video .section__content.is-unstacked {
  position: absolute;
  bottom: 0;
  top: auto;
}
.section.section--video canvas {
  height: calc(100% + 4px);
  width: 100%;
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 2;
}
.section.section--video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.section--video .home__introLine {
  position: absolute;
  display: block;
  bottom: 15px;
  left: 50%;
  width: 40px;
  z-index: 4;
  transform: translateX(-50%) translateZ(0);
  display: block;
  fill: #fff;
}
@media screen and (max-width: 959px), screen and (max-width: 1024px) and (orientation: portrait) {
  .section.section--video {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .section.section--video .placeholder {
    display: none;
  }
  .section.section--video .placeholder--mobile {
    display: block;
  }
  .section.section--video .section__content:after {
    content: '';
    display: block;
    height: 100px;
    bottom: -2px;
    width: 100%;
    left: 0;
    z-index: 2;
    background: linear-gradient(0deg, #000 0%, rgba(0,0,0,0) 100%);
    position: absolute;
  }
}
.section {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .section {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .desktopOnly {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .mobileOnly {
    display: none;
  }
}
.u-color--white {
  color: #fff;
}
.u-fill--white {
  fill: #fff;
}
.u-stroke--white {
  stroke: #fff;
}
.u-bg--white {
  background: #fff;
}
.u-color--black {
  color: #000;
}
.u-fill--black {
  fill: #000;
}
.u-stroke--black {
  stroke: #000;
}
.u-bg--black {
  background: #000;
}
.u-color--red {
  color: #e32119;
}
.u-fill--red {
  fill: #e32119;
}
.u-stroke--red {
  stroke: #e32119;
}
.u-bg--red {
  background: #e32119;
}

.footer-list li svg,
.footer-list li span {
    color: white;
}

.menus-container {
    z-index: 1;
}


.section__slideshow {
  overflow:hidden!important;
}

.section {
  overflow: hidden!important;
}

.page.messages {
  display: none;
}

.btn--secondary {
  text-decoration: none;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  border-radius: 2px;
  display: inline-block;
  padding: 12px 30px;
  position: relative;
  overflow: hidden;
  margin-right: 10px;
}
.btn--secondary:before {
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in;
}
.btn--secondary span {
  position: relative;
  color: #f00;
  transition: all 0.5s ease-in;
}
.btn--secondary:hover span {
  color: #e32119;
}
.btn--secondary:hover:before {
  background: #e2e2e2;
  width: 180%;
  transition: all 0.2s ease-in;
}

@media screen and (max-width: 767px) {
    .topnav__title {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .topnav__nav {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .topnav__btn {
        margin-left: 5px;
        margin-right: 5px;
        height: 50px;
        display: flex;
        align-items: center;
        font-size: 10px;
    }
}

@media screen and (max-width: 767px) {
    .topnav__btn {
	margin: auto;
        height: 50px;
        display: flex;
        align-items: center;
        font-size: 10px;
        max-width: 50%;
        width: auto;
        padding: 17px

    }

    .header__topnav {
        height: 100%;
    }
}