:root {
  --c-default: #313131;
  --color-green: #368a03;
  --color-blue: #062cd0;
  --color-yellow: #f7de07;
  --color-grey: #3d3d3d;
}

.list-no-style {
  list-style: none;
  padding: 0;
  margin: 0;
}

.--hidden {
  display: none !important;
}

.SW05-landing {
  overflow: hidden;
  /*max-width: 2160px;*/
  margin: auto;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}
.SW05-landing h1,
.SW05-landing h2,
.SW05-landing h3,
.SW05-landing h4,
.SW05-landing h5 {
  font-family: Roboto, sans-serif;
  line-height: normal;
}
.SW05-landing section {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.SW05-landing img {
  max-width: 100%;
  pointer-events: none;
}
.SW05-landing .container {
  position: relative;
  width: 100%;
  max-width: 2160px;
  padding-left: 8.564%;
  padding-right: 8.564%;
}
.SW05-landing .grid {
  display: grid;
}
.SW05-landing .d-flex {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.SW05-landing .d-flex.row:before,
.SW05-landing .d-flex.row:after {
  display: none;
}
.SW05-landing .flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.SW05-landing .justify-content-center {
  justify-content: center;
}
.SW05-landing .align-items-start {
  align-items: start;
}
.SW05-landing .align-items-center {
  align-items: center;
}
.SW05-landing .align-self-center {
  align-self: center;
}
.SW05-landing .align-self-end {
  align-self: flex-end;
}
.SW05-landing h2 {
  margin: 0;
}

/* section intro */
.SW05-intro {
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #333;
  overflow: hidden;
}
.SW05-intro__video {
  width: auto;
  height: auto;
  min-width: 120%;
  min-height: 100vh;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-55%, -50%);
  z-index: 0;
}
.SW05-intro .container {
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
  align-items: center;
  min-height: 100%;
}
.SW05-intro .grid {
  gap: 50px;
  grid-template-columns: 2fr 1fr;
  align-items: center;
}
.SW05-intro__texts ._inner-grid {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 40px;
}
.SW05-intro ._logo {
  max-height: 300px;
}
.SW05-intro ._product {
  transform: scale(1.8);
}
.SW05-intro ._text-row-1 {
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #580295;
}
.SW05-intro ._text-row-2 {
  font-size: 230px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: var(--color-blue);
}
.SW05-intro ._text-row-3 {
  font-size: 67.5px;
  text-transform: uppercase;
  color: #383838;
}

/* section intro end */
.SW05-block-2 {
  min-height: 100vh;
  background: rgb(87, 185, 247);
  background: linear-gradient(90deg, rgb(87, 185, 247) 0%, rgb(88, 19, 158) 100%);
  color: white;
  text-align: right;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.SW05-block-2 ._watch-wrap {
  min-height: 100%;
  align-self: normal;
  width: 60%;
  position: absolute;
  left: 0;
  height: 100%;
}
.SW05-block-2 ._watch {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 250%;
  left: 0;
  max-width: 220%;
}
.SW05-block-2 ._circles {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 125px;
  transition: opacity 0.8s ease-in;
  z-index: 10;
}
.SW05-block-2 .container {
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 0;
  min-height: 100%;
}
.SW05-block-2 ._texts {
  width: 40%;
  position: initial;
  display: flex;
  flex-direction: column;
  gap: 45px;
  font-size: 40px;
  text-align: left;
  text-transform: uppercase;
}
.SW05-block-2 ._texts strong {
  font-weight: 600;
}
.SW05-block-2 ._texts ._second-row {
  padding-top: 18px;
  line-height: 1;
}
.SW05-block-2 ._texts ._row {
  position: initial;
}
.SW05-block-2 ._texts--circles {
  width: 60%;
}
.SW05-block-2 ._texts--circles ._row {
  justify-content: flex-start;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.SW05-block-2 ._texts--circles ._row--1 ._circles {
  left: 415px;
}
.SW05-block-2 ._texts--circles ._row--2 ._circles {
  left: 415px;
}
.SW05-block-2 ._texts--circles ._row--3 ._circles {
  left: 415px;
}
.SW05-block-2 ._texts--circles ._row--4 ._circles {
  left: 215px;
}
.SW05-block-2 ._texts--circles ._row ._str {
  opacity: 0;
}
.SW05-block-2 ._texts--circles ._row.aos-animate ._circles {
  transition-delay: 1s;
  opacity: 0;
}

.SW05-block-3 {
  background: url("/local/landing/maxvi-sw-05/files/images/section-3/block-3.jpg") no-repeat center;
  background-size: cover;
  padding: 200px 0 80px;
  color: white;
}
.SW05-block-3 h1,
.SW05-block-3 h2,
.SW05-block-3 h3,
.SW05-block-3 h4,
.SW05-block-3 h5 {
  color: white;
  font-family: Roboto, sans-serif;
}
.SW05-block-3 ._texts {
  text-transform: uppercase;
}
.SW05-block-3 ._texts ._row-1 {
  font-size: 67px;
  font-weight: bold;
  line-height: 1.22;
}
.SW05-block-3 ._texts ._row-2 {
  margin-top: 8px;
  font-size: 64px;
  line-height: 1.22;
}
.SW05-block-3 ._texts ul {
  margin-top: 50px;
  font-size: 45px;
  text-transform: uppercase;
  color: white;
  font-weight: 500;
}
.SW05-block-3 ._texts ul li + li {
  margin-top: 36px;
}
.SW05-block-3 ._texts ul li {
  padding-left: 70px;
  position: relative;
}
.SW05-block-3 ._texts ul li ._icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-51%);
  width: 45px;
}
.SW05-block-3 ._texts ul li ._icon--2 {
  transform: translateY(-51%) scale(1.2);
}
.SW05-block-3 ._texts ul li ._icon--4 {
  transform: translateY(-51%) scale(0.7);
}

.SW05-block-4 {
  background: url("/local/landing/maxvi-sw-05/files/images/section-4/block-4.jpg") no-repeat center;
  background-size: cover;
  padding: 80px 0;
}
.SW05-block-4 ._title {
  font-size: 75px;
  font-weight: 500;
  color: #580295;
  margin-bottom: 70px;
  text-transform: uppercase;
}
.SW05-block-4 ._icon {
  height: 93px;
}
.SW05-block-4 ._icon--1 {
  height: 73px;
}
.SW05-block-4 ._icon--4 {
  height: 73px;
}
.SW05-block-4 li {
  position: relative;
  font-size: 45px;
  text-transform: uppercase;
  color: #0e0e0e;
  padding-left: 120px;
}
.SW05-block-4 li > span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 93px;
  height: 93px;
  align-items: center;
  justify-content: center;
}
.SW05-block-4 li + li {
  margin-top: 46px;
}

.SW05-block-5 {
  background-color: #000;
  background: linear-gradient(0deg, #cce4f7, #d7acf7);
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.SW05-block-5__watch {
  position: absolute;
  top: -200px;
  right: -250px;
  width: 1500px;
  height: 1200px;
  transform: rotate(25deg) scale(1);
  transition: all 0.4s ease-in;
}
.SW05-block-5__watch.--revealed img._start {
  display: none;
}
.SW05-block-5__watch.--revealed img._after {
  display: inline-block;
}
.SW05-block-5__watch img._after {
  display: none;
}
.SW05-block-5__watch ._screens {
  position: absolute;
  top: calc(50% - 88px);
  left: calc(50% - 145px);
}
.SW05-block-5__watch ._screens img {
  width: 290px;
}
.SW05-block-5__list {
  font-size: 52px;
  text-transform: uppercase;
  color: black;
  padding: 100px 0;
  height: 100vh;
  max-width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10%;
  transition: all 0.3s ease-in;
}
.SW05-block-5__list li {
  position: relative;
  padding-left: 85px;
}
.SW05-block-5__list li ._icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 45px;
  transform: translateY(-51%);
}
.SW05-block-5__title-2 {
  font-size: 64px;
  color: #3d3d3d;
  line-height: 1;
  text-transform: uppercase;
  position: fixed;
  bottom: 190px;
  left: 10%;
  opacity: 0;
}
.SW05-block-5__title-2 ._row-1 {
  padding-bottom: 20px;
}
.SW05-block-5__tape {
  position: absolute;
  left: -2900px;
  top: 0;
  display: flex;
  gap: 0px;
  opacity: 0;
  transition: transform 0.3s ease-in;
}
.SW05-block-5__tape img {
  width: 290px;
  transform: scale(1);
}
.SW05-block-5__tape.--freeze {
  transition: none;
}

.SW05-block-7 {
  background-color: #fff;
  padding: 48px 0;
}
.SW05-block-7 ._title {
  font-size: 56px;
  font-weight: 600;
  text-transform: uppercase;
  color: #0981cd;
}
.SW05-block-7 .grid--1 {
  grid-template-columns: 2fr 0.8fr;
  position: relative;
}
.SW05-block-7 .grid--2 {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.SW05-block-7 ._watch {
  display: flex;
  align-items: center;
}
.SW05-block-7 ._watch img {
  transform: translateX(-50px) scale(1.3);
}
.SW05-block-7 ul {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-grey);
  margin-top: 72px;
}
.SW05-block-7 ul li {
  position: relative;
  padding-left: 110px;
}
.SW05-block-7 ul li > span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
}
.SW05-block-7 ul li + li {
  margin-top: 52px;
}
.SW05-block-7 ul ._icon--4 {
  width: 50px;
}
.SW05-block-7 ul ._icon--5 {
  width: 70px;
}
.SW05-block-7 ._screens {
  padding-top: 50px;
  transform: translateX(40px);
}
.SW05-block-7 ._screens img {
  position: absolute;
  top: 30px;
  right: -30px;
  height: 99%;
  opacity: 1;
  transition: all 0.4s linear;
}
.SW05-block-7 ._screens img.--hidden {
  opacity: 0;
}

[data-aos=block-2-texts] {
  opacity: 0;
  transform: translate(100px);
}
@media screen and (max-width: 780px) {
  [data-aos=block-2-texts] {
    transform: translate(0, -40px);
  }
}

[data-aos=block-2-texts].aos-animate {
  opacity: 1;
  transform: translate(0px, 0px);
}

[data-aos=fade-right--watch] {
  opacity: 0;
  transform: translate(-100px);
}
@media screen and (max-width: 780px) {
  [data-aos=fade-right--watch] {
    transform: translate(0, 0);
  }
}

[data-aos=fade-right--watch].aos-animate {
  opacity: 1;
  transform: translate(0px, 0px);
}

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