@import url("https://fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Dots:wght@400..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

.sw-06-landing {
  overflow: hidden;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  z-index: 10;
}
.sw-06-landing h1,
.sw-06-landing h2,
.sw-06-landing h3,
.sw-06-landing h4,
.sw-06-landing h5,
.sw-06-landing h6 {
  font-size: inherit;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #000000;
}
.sw-06-landing section {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 0;
}
.sw-06-landing img {
  max-width: 100%;
  pointer-events: none;
}
.sw-06-landing .sw-06-intro {
  position: relative;
  min-height: 100vh;
  height: auto;
  display: flex;
}
.sw-06-landing .sw-06-intro__video-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
}
.sw-06-landing .sw-06-intro #myVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
}
.sw-06-landing .sw-06-intro__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding-left: 4%;
  padding-right: 4%;
  padding-bottom: 5%;
  padding-top: 5%;
}
@media screen and (max-width: 900px) {
  .sw-06-landing .sw-06-intro__container {
    flex-direction: column;
    justify-content: center;
    gap: 40px;
  }
}
.sw-06-landing .sw-06-intro .space {
  width: 8vw;
  height: 20vh;
}
@media screen and (max-width: 900px) {
  .sw-06-landing .sw-06-intro .space {
    width: 0;
    height: 0;
  }
}
.sw-06-landing .sw-06-intro__container-logo {
  left: -3%;
  position: absolute;
  width: 25%;
  transform-origin: center;
  transform: rotate(-90deg);
}
@media screen and (max-width: 900px) {
  .sw-06-landing .sw-06-intro__container-logo {
    position: static;
    transform: rotate(0deg);
    width: 65%;
  }
}
@media screen and (max-width: 900px) and (max-width: 600px) {
  .sw-06-landing .sw-06-intro__container-logo {
    width: 65%;
  }
}
.sw-06-landing .sw-06-intro__container-logo .logo {
  width: 100%;
  height: auto;
}
.sw-06-landing .sw-06-intro__container-text {
  display: flex;
  flex-direction: column;
  gap: 2vh;
}
@media screen and (max-width: 900px) {
  .sw-06-landing .sw-06-intro__container-text {
    align-items: center;
    gap: 10px;
  }
}
.sw-06-landing .sw-06-intro__container-text-top-title {
  font-size: 5vw;
  font-weight: 700;
  color: #c82a05;
}
@media screen and (max-width: 900px) {
  .sw-06-landing .sw-06-intro__container-text-top-title {
    font-size: 8vw;
  }
}
.sw-06-landing .sw-06-intro__container-text-center-title {
  font-size: 12vw;
  font-weight: 700;
  color: #037398;
}
.sw-06-landing .sw-06-intro__container-text-description {
  font-size: 3vw;
  font-weight: 400;
  color: #000000;
}
@media screen and (max-width: 900px) {
  .sw-06-landing .sw-06-intro__container-text-description {
    font-size: 5vw;
  }
}
.sw-06-landing .sw-06-intro__container-watch {
  max-width: 48%;
}
@media screen and (max-width: 900px) {
  .sw-06-landing .sw-06-intro__container-watch {
    max-width: 60%;
  }
}
.sw-06-landing .sw-06-intro__container-watch .watch {
  max-width: 100%;
  height: auto;
}
.sw-06-landing .sw-06-display-info {
  background: linear-gradient(42deg, rgb(255, 82, 40) 32%, rgb(255, 194, 41) 82%);
}
.sw-06-landing .sw-06-display-info__container {
  display: flex;
  align-items: center;
  gap: 8vw;
  justify-content: flex-end;
  padding-left: 4%;
  padding-right: 4%;
}
@media screen and (max-width: 600px) {
  .sw-06-landing .sw-06-display-info__container {
    padding: 10% 0%;
    flex-direction: column;
  }
}
.sw-06-landing .sw-06-display-info__watch {
  position: relative;
  max-width: 45%;
}
.sw-06-landing .sw-06-display-info__watch .watch {
  max-width: 100%;
  height: auto;
}
.sw-06-landing .sw-06-display-info__watch .circle {
  opacity: 0;
}
.sw-06-landing .sw-06-display-info__watch .first-position {
  position: absolute;
  top: 18%;
  width: 39%;
  left: 60%;
  height: auto;
}
.sw-06-landing .sw-06-display-info__watch .secont-position {
  position: absolute;
  top: 38%;
  width: 39%;
  left: 31%;
  height: auto;
}
.sw-06-landing .sw-06-display-info__watch .third-position {
  position: absolute;
  top: 59%;
  width: 39%;
  left: 2%;
  height: auto;
}
.sw-06-landing .sw-06-display-info__container-text {
  display: flex;
  flex-direction: column;
  text-align: end;
  max-width: 32vw;
  gap: 9vh;
}
@media screen and (max-width: 700px) {
  .sw-06-landing .sw-06-display-info__container-text {
    justify-content: center;
    gap: 4vh;
  }
}
@media screen and (max-width: 600px) {
  .sw-06-landing .sw-06-display-info__container-text {
    align-items: center;
    gap: 8vw;
    text-align: center;
    max-width: 90vw;
  }
}
.sw-06-landing .sw-06-display-info__container-text-item {
  font-weight: 500;
  font-size: 3vw;
}
.sw-06-landing .sw-06-display-info__container-text-item .media {
  overflow: inherit;
}
@media screen and (max-width: 600px) {
  .sw-06-landing .sw-06-display-info__container-text-item {
    font-size: 6vw;
  }
}
.sw-06-landing .sw-06-display-info__container-text-item span {
  font-size: 2.8vw;
  font-weight: 400;
}
@media screen and (min-width: 375px) and (max-width: 599px) {
  .sw-06-landing .sw-06-display-info__container-text-item span {
    font-size: 6vw;
  }
}
.sw-06-landing .sw-06-functions {
  background-image: url("../images/sw-06-functions/sw-06-functions-background.jpg");
  background-position: right;
  background-size: cover;
  opacity: 1;
  z-index: -1;
}
.sw-06-landing .sw-06-functions__container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 8vh;
  padding-left: 4%;
  padding-right: 4%;
}
@media screen and (max-width: 900px) {
  .sw-06-landing .sw-06-functions__container {
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 375px) and (max-width: 768px) {
  .sw-06-landing .sw-06-functions__container {
    padding-left: 7%;
    align-items: flex-start;
  }
}
.sw-06-landing .sw-06-functions__container-text {
  display: flex;
  flex-direction: column;
  color: #fff;
  gap: 3vh;
  max-width: 50vw;
}
@media screen and (min-width: 375px) and (max-width: 768px) {
  .sw-06-landing .sw-06-functions__container-text {
    max-width: 85vw;
  }
}
.sw-06-landing .sw-06-functions__container-text-title {
  font-size: 5vw;
  font-weight: 500;
  color: #f8cb5b;
}
@media screen and (max-width: 900px) {
  .sw-06-landing .sw-06-functions__container-text-title {
    text-align: center;
  }
}
@media screen and (min-width: 375px) and (max-width: 768px) {
  .sw-06-landing .sw-06-functions__container-text-title {
    font-size: 8vw;
    text-align: start;
    max-width: 10vw;
  }
}
.sw-06-landing .sw-06-functions__container-text-description {
  font-size: 4vw;
  font-weight: 300;
}
@media screen and (max-width: 900px) {
  .sw-06-landing .sw-06-functions__container-text-description {
    text-align: center;
  }
}
@media screen and (min-width: 375px) and (max-width: 768px) {
  .sw-06-landing .sw-06-functions__container-text-description {
    font-size: 7vw;
    display: none;
  }
}
.sw-06-landing .sw-06-functions__container-text-function {
  font-size: 2vw;
  display: grid;
  gap: 4vh;
  width: 45vw;
  margin-left: 10%;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 900px) {
  .sw-06-landing .sw-06-functions__container-text-function {
    display: inline;
  }
}
@media screen and (min-width: 375px) and (max-width: 768px) {
  .sw-06-landing .sw-06-functions__container-text-function {
    font-size: 4vw;
    width: 70vw;
  }
}
.sw-06-landing .sw-06-functions__container-text-function-item {
  position: relative;
  margin-top: 4vh;
}
.sw-06-landing .sw-06-functions__container-text-function-item:nth-child(1) {
  max-width: 20vw;
}
@media screen and (min-width: 375px) and (max-width: 768px) {
  .sw-06-landing .sw-06-functions__container-text-function-item:nth-child(1) {
    max-width: 60vw;
  }
}
.sw-06-landing .sw-06-functions__container-text-function-item:nth-child(3) {
  max-width: 20vw;
}
@media screen and (min-width: 375px) and (max-width: 768px) {
  .sw-06-landing .sw-06-functions__container-text-function-item:nth-child(3) {
    max-width: 60vw;
  }
}
.sw-06-landing .sw-06-functions__container-text-function-item:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: -10%;
  width: 15%;
  background-repeat: no-repeat;
  height: 54%;
}
@media screen and (max-width: 900px) {
  .sw-06-landing .sw-06-functions__container-text-function-item:before {
    vertical-align: middle;
  }
}
.sw-06-landing .sw-06-functions .calories::before {
  background-image: url("../images/sw-06-functions/calories.svg");
  width: 20%;
  left: -18%;
  height: 116%;
  top: -26%;
}
@media screen and (max-width: 900px) {
  .sw-06-landing .sw-06-functions .calories::before {
    left: -11%;
    height: 141%;
    top: -48%;
  }
}
@media screen and (max-width: 768px) {
  .sw-06-landing .sw-06-functions .calories::before {
    left: -15%;
  }
}
.sw-06-landing .sw-06-functions .pedometer::before {
  background-image: url("../images/sw-06-functions/pedometer.svg");
  width: 25%;
  top: -40%;
  left: -20%;
  height: 145%;
}
@media screen and (max-width: 900px) {
  .sw-06-landing .sw-06-functions .pedometer::before {
    top: -32%;
    left: -21%;
  }
}
@media screen and (max-width: 768px) {
  .sw-06-landing .sw-06-functions .pedometer::before {
    left: -13%;
  }
}
.sw-06-landing .sw-06-functions .stopwatch::before {
  background-image: url("../images/sw-06-functions/stopwatch.svg");
  width: 15%;
  left: -20%;
  top: -7%;
  height: 60%;
}
@media screen and (max-width: 900px) {
  .sw-06-landing .sw-06-functions .stopwatch::before {
    left: -21%;
    top: -11%;
    height: 136%;
  }
}
@media screen and (max-width: 768px) {
  .sw-06-landing .sw-06-functions .stopwatch::before {
    left: -14%;
    height: 132%;
  }
}
.sw-06-landing .sw-06-functions .traning::before {
  background-image: url("../images/sw-06-functions/traning.svg");
  width: 10%;
  height: 85%;
  left: -12%;
}
@media screen and (max-width: 900px) {
  .sw-06-landing .sw-06-functions .traning::before {
    top: -22%;
    left: -8%;
    height: 123%;
  }
}
@media screen and (max-width: 768px) {
  .sw-06-landing .sw-06-functions .traning::before {
    top: -11%;
    left: -11%;
    height: 114%;
  }
}
.sw-06-landing .sw-06-health {
  background-image: url("../images/sw-06-health/sw-06-health-background.jpg");
}
.sw-06-landing .sw-06-health__container {
  display: flex;
  flex-direction: column;
  gap: 22vh;
  height: auto;
  justify-content: flex-end;
  padding: 10% 4%;
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  .sw-06-landing .sw-06-health__container {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}
@media screen and (min-width: 375px) and (max-width: 599px) {
  .sw-06-landing .sw-06-health__container {
    justify-content: center;
  }
}
.sw-06-landing .sw-06-health__container-text {
  text-align: end;
}
.sw-06-landing .sw-06-health__container-text-title {
  font-weight: 500;
  font-size: 4vw;
}
@media screen and (min-width: 375px) and (max-width: 599px) {
  .sw-06-landing .sw-06-health__container-text-title {
    font-size: 6vw;
  }
}
.sw-06-landing .sw-06-health__container-text-circles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 2vw;
  padding: 2vw;
  justify-items: center;
}
@media screen and (max-width: 900px) {
  .sw-06-landing .sw-06-health__container-text-circles {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    justify-items: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  .sw-06-landing .sw-06-health__container-text-circles {
    gap: 13vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 599px) {
  .sw-06-landing .sw-06-health__container-text-circles {
    gap: 13vw;
  }
}
.sw-06-landing .sw-06-health__container-text-circles-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8078431373);
  border-radius: 50%;
  aspect-ratio: 1;
  max-width: 17vw;
  text-align: center;
}
.sw-06-landing .sw-06-health__container-text-circles-item:before {
  content: "";
  top: -7%;
  position: absolute;
  display: inline-block;
  width: 113%;
  height: 114%;
  border: 13px solid rgba(255, 255, 255, 0.8078431373);
  border-radius: 50%;
  background-color: transparent;
}
@media screen and (min-width: 900px) and (max-width: 1499px) {
  .sw-06-landing .sw-06-health__container-text-circles-item:before {
    top: -10%;
    width: 122%;
    height: 120%;
    border: 10px solid rgba(255, 255, 255, 0.8078431373);
    border-radius: 50%;
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  .sw-06-landing .sw-06-health__container-text-circles-item:before {
    border: 8px solid rgba(255, 255, 255, 0.8078431373);
  }
}
@media screen and (min-width: 375px) and (max-width: 599px) {
  .sw-06-landing .sw-06-health__container-text-circles-item:before {
    top: -11%;
    width: 124%;
    height: 122%;
    border: 10px solid rgba(255, 255, 255, 0.8078431373);
  }
}
@media screen and (max-width: 900px) {
  .sw-06-landing .sw-06-health__container-text-circles-item {
    max-width: 29vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  .sw-06-landing .sw-06-health__container-text-circles-item {
    max-width: 34vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 599px) {
  .sw-06-landing .sw-06-health__container-text-circles-item {
    max-width: 45vw;
  }
}
.sw-06-landing .sw-06-health__container-text-circles-item p {
  font-size: 1.5vw;
  word-wrap: break-word;
  overflow: hidden;
  max-width: 90%;
  margin-bottom: 0;
  margin-top: 1em;
  line-height: 1.2;
}
@media screen and (max-width: 900px) {
  .sw-06-landing .sw-06-health__container-text-circles-item p {
    font-size: 2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  .sw-06-landing .sw-06-health__container-text-circles-item p {
    font-size: 3vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 599px) {
  .sw-06-landing .sw-06-health__container-text-circles-item p {
    font-size: 4vw;
  }
}
.sw-06-landing .sw-06-health__container-text-circles-item img {
  position: absolute;
  height: 24%;
  width: 25%;
  top: 10%;
}
@media screen and (max-width: 900px) {
  .sw-06-landing .sw-06-health__container-text-circles-item img {
    top: 8%;
  }
}
.sw-06-landing .sw-06-watch-detalis {
  height: 100%;
  background: rgb(255, 82, 40) 42%;
  padding-top: 0;
}
.sw-06-landing .sw-06-watch-detalis__scene {
  height: 1200px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .sw-06-landing .sw-06-watch-detalis__scene {
    height: 1000px;
  }
}
@media screen and (max-width: 700px) {
  .sw-06-landing .sw-06-watch-detalis__scene {
    height: 720px;
  }
}
@media screen and (min-width: 375px) and (max-width: 599px) {
  .sw-06-landing .sw-06-watch-detalis__scene {
    height: 1000px;
  }
}
.sw-06-landing .sw-06-watch-detalis__background {
  background: linear-gradient(0deg, rgb(255, 82, 40) 42%, rgb(255, 194, 41) 42%);
  position: absolute;
  left: 0;
  width: 100%;
  height: 85%;
}
@media screen and (min-width: 375px) and (max-width: 599px) {
  .sw-06-landing .sw-06-watch-detalis__background {
    height: 138%;
  }
}
.sw-06-landing .sw-06-watch-detalis__container {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  padding: 5% 4%;
  padding-bottom: 7%;
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  .sw-06-landing .sw-06-watch-detalis__container {
    gap: 8vh;
  }
}
@media screen and (min-width: 375px) and (max-width: 599px) {
  .sw-06-landing .sw-06-watch-detalis__container {
    gap: 33vh;
  }
}
.sw-06-landing .sw-06-watch-detalis__specs-container-text {
  display: grid;
  justify-items: center;
  grid-template-columns: 1fr 1fr;
  color: #303030;
  position: absolute;
  left: 15%;
}
@media screen and (min-width: 375px) and (max-width: 599px) {
  .sw-06-landing .sw-06-watch-detalis__specs-container-text {
    grid-template-columns: 1fr;
  }
}
.sw-06-landing .sw-06-watch-detalis__watch-wrapper {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sw-06-landing .sw-06-watch-detalis__specs-image {
  width: 100%;
  position: absolute;
  left: 18%;
  top: 6.39%;
}
@media screen and (max-width: 899px) {
  .sw-06-landing .sw-06-watch-detalis__specs-image {
    width: 178%;
    left: -4%;
    top: 6.4%;
  }
}
@media screen and (min-width: 400px) and (max-width: 599px) {
  .sw-06-landing .sw-06-watch-detalis__specs-image {
    width: 130%;
    left: -16%;
    top: 126.5%;
    rotate: 90deg;
  }
}
@media screen and (min-width: 375px) and (max-width: 399px) {
  .sw-06-landing .sw-06-watch-detalis__specs-image {
    width: 130%;
    left: -15.5%;
    top: 110%;
    rotate: 90deg;
  }
}
.sw-06-landing .sw-06-watch-detalis__specs-image__watch {
  max-width: 100%;
}
.sw-06-landing .sw-06-watch-detalis__specs-container-text-item {
  position: relative;
  margin-top: 4vh;
  margin-left: 30px;
  max-width: 35vw;
  font-size: 2.3vw;
}
@media screen and (max-width: 899px) {
  .sw-06-landing .sw-06-watch-detalis__specs-container-text-item {
    font-size: 3vw;
  }
}
@media screen and (min-width: 500px) and (max-width: 599px) {
  .sw-06-landing .sw-06-watch-detalis__specs-container-text-item {
    max-width: 65vw;
    font-size: 4vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 499px) {
  .sw-06-landing .sw-06-watch-detalis__specs-container-text-item {
    max-width: 65vw;
    font-size: 5vw;
  }
}
.sw-06-landing .sw-06-watch-detalis__specs-container-text-item:before {
  content: "";
  position: absolute;
  top: 5%;
  left: -10%;
  background-repeat: no-repeat;
  fill: #ff0000;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 900px) {
  .sw-06-landing .sw-06-watch-detalis__specs-container-text-item:before {
    width: 40px;
    height: 40px;
    left: -15%;
  }
}
@media screen and (min-width: 375px) and (max-width: 599px) {
  .sw-06-landing .sw-06-watch-detalis__specs-container-text-item:before {
    width: 40px;
    height: 40px;
  }
}
.sw-06-landing .sw-06-watch-detalis__specs-container-text-item span {
  font-weight: 600;
}
.sw-06-landing .sw-06-watch-detalis .defense::before {
  background-image: url("../images/sw-06-specs/sw-06-specs-defense.svg");
  left: -11%;
}
@media screen and (max-width: 900px) {
  .sw-06-landing .sw-06-watch-detalis .defense::before {
    width: 40px;
    height: 40px;
    left: -17%;
  }
}
.sw-06-landing .sw-06-watch-detalis .hull::before {
  background-image: url("../images/sw-06-specs/sw-06-specs-hull.svg");
}
.sw-06-landing .sw-06-watch-detalis .belt::before {
  background-image: url("../images/sw-06-specs/sw-06-specs-belt.svg");
}
.sw-06-landing .sw-06-watch-detalis .battery::before {
  background-image: url("../images/sw-06-specs/sw-06-specs-battery.svg");
}
.sw-06-landing .sw-06-watch-detalis__choose-faces-container-text {
  position: absolute;
  color: #303030;
  top: 3%;
  line-height: inherit;
}
.sw-06-landing .sw-06-watch-detalis__choose-faces-container-text h1 {
  color: #303030;
  font-weight: 400;
}
@media screen and (min-width: 375px) and (max-width: 599px) {
  .sw-06-landing .sw-06-watch-detalis__choose-faces-container-text {
    font-size: 11vw;
    top: 15%;
  }
}
.sw-06-landing .sw-06-watch-detalis__choose-faces-title {
  font-size: 3vw;
}
.sw-06-landing .sw-06-watch-detalis__choose-faces-title-center {
  font-weight: 600 !important;
  font-size: 4vw;
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  .sw-06-landing .sw-06-watch-detalis__choose-faces-title-center {
    font-size: 5vw;
  }
}
@media screen and (min-width: 500px) and (max-width: 599px) {
  .sw-06-landing .sw-06-watch-detalis__choose-faces-title-center {
    font-size: 7vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 499px) {
  .sw-06-landing .sw-06-watch-detalis__choose-faces-title-center {
    font-size: 11vw;
    top: 15%;
  }
}
.sw-06-landing .sw-06-watch-detalis__choose-faces-title-bottom {
  font-size: 3vw;
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  .sw-06-landing .sw-06-watch-detalis__choose-faces-title, .sw-06-landing .sw-06-watch-detalis__choose-faces-title-bottom {
    font-size: 4vw;
  }
}
@media screen and (min-width: 500px) and (max-width: 599px) {
  .sw-06-landing .sw-06-watch-detalis__choose-faces-title, .sw-06-landing .sw-06-watch-detalis__choose-faces-title-bottom {
    font-size: 5vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 499px) {
  .sw-06-landing .sw-06-watch-detalis__choose-faces-title, .sw-06-landing .sw-06-watch-detalis__choose-faces-title-bottom {
    font-size: 10vw;
  }
}
.sw-06-landing .sw-06-watch-detalis__choose-faces-image-screen {
  position: relative;
  left: 11.9%;
  top: 10.6%;
  transform: translateX(-50%);
  z-index: 10;
  gap: 20px;
  display: flex;
  width: 15%;
  flex-direction: column;
  animation: slide-vertical 15s linear infinite;
  animation-direction: reverse;
  animation-timing-function: steps(12);
}
@media screen and (min-width: 1800px) {
  .sw-06-landing .sw-06-watch-detalis__choose-faces-image-screen {
    gap: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  .sw-06-landing .sw-06-watch-detalis__choose-faces-image-screen {
    left: 24.3%;
    top: -30%;
    width: 27%;
    gap: 10px;
  }
}
@media screen and (min-width: 375px) and (max-width: 599px) {
  .sw-06-landing .sw-06-watch-detalis__choose-faces-image-screen {
    flex-direction: row;
    position: absolute;
    width: 104%;
    animation: slide-horizontal 10s steps(12) infinite;
    animation-direction: none;
    gap: 0;
  }
}
@media screen and (min-width: 500px) and (max-width: 599px) {
  .sw-06-landing .sw-06-watch-detalis__choose-faces-image-screen {
    left: -358.5%;
    top: 105.5%;
  }
}
@media screen and (min-width: 400px) and (max-width: 499px) {
  .sw-06-landing .sw-06-watch-detalis__choose-faces-image-screen {
    left: -358%;
    top: 107.5%;
  }
}
@media screen and (min-width: 375px) and (max-width: 399px) {
  .sw-06-landing .sw-06-watch-detalis__choose-faces-image-screen {
    left: -358.2%;
    top: 95%;
  }
}
.sw-06-landing .sw-06-watch-detalis__choose-faces-image-screen img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 375px) and (max-width: 599px) {
  .sw-06-landing .sw-06-watch-detalis__choose-faces-image-screen img {
    rotate: 90deg;
    width: 27%;
  }
}
@keyframes slide-vertical {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes slide-horizontal {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(324%);
  }
}
@media (max-width: 599px) {
  .sw-06-landing .sw-06-watch-detalis__watch {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
.sw-06-landing .sw-06-conclusion {
  background: linear-gradient(90deg, rgb(255, 255, 255) 47%, rgb(76, 226, 255) 100%);
}
.sw-06-landing .sw-06-conclusion .space {
  width: 100vw;
  height: 150px;
}
.sw-06-landing .sw-06-conclusion__container {
  display: flex;
  min-height: 100%;
  align-items: center;
  gap: 6vw;
  padding-bottom: 4%;
  padding-top: 5%;
  padding-right: 4%;
}
@media screen and (min-width: 375px) and (max-width: 899px) {
  .sw-06-landing .sw-06-conclusion__container {
    padding-bottom: 120%;
  }
}
.sw-06-landing .sw-06-conclusion__container-text {
  color: #303030;
  display: flex;
  flex-direction: column;
  gap: 5vh;
  max-width: 26vw;
}
@media screen and (min-width: 375px) and (max-width: 899px) {
  .sw-06-landing .sw-06-conclusion__container-text {
    left: 21%;
    top: 56%;
    position: absolute;
    max-width: 62vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 599px) {
  .sw-06-landing .sw-06-conclusion__container-text {
    gap: 4vh;
  }
}
.sw-06-landing .sw-06-conclusion__container-text-title {
  color: #303030;
  max-width: 26vw;
}
@media screen and (min-width: 375px) and (max-width: 599px) {
  .sw-06-landing .sw-06-conclusion__container-text-title {
    font-size: 6vw;
  }
}
.sw-06-landing .sw-06-conclusion__container-text-title .text {
  position: absolute;
  top: 13%;
  left: 5%;
  font-weight: 500;
  max-width: 30vw;
  font-size: 3vw;
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  .sw-06-landing .sw-06-conclusion__container-text-title .text {
    top: 3%;
    max-width: 62vw;
    font-size: 6vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 599px) {
  .sw-06-landing .sw-06-conclusion__container-text-title .text {
    top: 4%;
    font-size: 7vw;
    max-width: 62vw;
  }
}
.sw-06-landing .sw-06-conclusion__image {
  width: 50%;
  position: relative;
}
@media screen and (min-width: 375px) and (max-width: 599px) {
  .sw-06-landing .sw-06-conclusion__image {
    width: 55%;
  }
}
.sw-06-landing .sw-06-conclusion__image .watch {
  max-width: 100%;
  height: auto;
}
.sw-06-landing .sw-06-conclusion__container-text-item {
  font-size: 2vw;
  position: relative;
  font-weight: 500;
}
.sw-06-landing .sw-06-conclusion__container-text-item.media {
  overflow: inherit;
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  .sw-06-landing .sw-06-conclusion__container-text-item {
    font-size: 5vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 599px) {
  .sw-06-landing .sw-06-conclusion__container-text-item {
    font-size: 5vw;
  }
}
.sw-06-landing .sw-06-conclusion__container-text-item:before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -18%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  .sw-06-landing .sw-06-conclusion__container-text-item:before {
    left: -22% !important;
  }
}
.sw-06-landing .sw-06-conclusion__image-phone {
  width: 35%;
  position: relative;
}
@media screen and (min-width: 375px) and (max-width: 899px) {
  .sw-06-landing .sw-06-conclusion__image-phone {
    width: 40%;
  }
}
.sw-06-landing .sw-06-conclusion__image-phone .phone {
  max-width: 100%;
  height: auto;
}
.sw-06-landing .sw-06-conclusion .phone-screen {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sw-06-landing .sw-06-conclusion .phone-screen img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  animation-name: screen-carousel;
  animation-duration: 10s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.sw-06-landing .sw-06-conclusion .phone-screen img:nth-child(1) {
  animation-delay: 0s;
}
.sw-06-landing .sw-06-conclusion .phone-screen img:nth-child(2) {
  animation-delay: 2s;
}
.sw-06-landing .sw-06-conclusion .phone-screen img:nth-child(3) {
  animation-delay: 4s;
}
.sw-06-landing .sw-06-conclusion .phone-screen img:nth-child(4) {
  animation-delay: 6s;
}
.sw-06-landing .sw-06-conclusion .phone-screen img:nth-child(5) {
  animation-delay: 8s;
}
@keyframes screen-carousel {
  0%, 20% {
    opacity: 1;
  }
  25%, 100% {
    opacity: 0;
  }
}
.sw-06-landing .bluetooth::before {
  background-image: url("../images/sw-06-conclusion/sw-06-conclusion-bluetooth.svg");
  width: 15%;
  height: 150%;
  left: -17%;
}
.sw-06-landing .media::before {
  background-image: url("../images/sw-06-conclusion/sw-06-conclusion-media.svg");
  width: 15%;
  height: 73%;
}
.sw-06-landing .envelope::before {
  width: 15%;
  height: 54%;
  background-image: url("../images/sw-06-conclusion/sw-06-conclusion-envelope.svg");
}
.sw-06-landing .microphone::before {
  background-image: url("../images/sw-06-conclusion/sw-06-conclusion-microphone.svg");
  width: 12%;
  height: 165%;
  left: -16%;
}
.sw-06-landing .weather::before {
  background-image: url("../images/sw-06-conclusion/sw-06-conclusion-weather.svg");
  width: 15%;
  left: -20%;
  height: 140%;
}
.sw-06-landing .gym::before {
  background-image: url(../images/sw-06-conclusion/sw-06-conclusion-gym.svg);
  width: 12%;
  height: 150%;
  left: -18%;
}

/*# sourceMappingURL=style.css.map */
