@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../../fonts/NeueHaasGroteskDisplayPro/NeueHaasDisplay-XXThin.woff2")
      format("woff2"),
    url("../../fonts/NeueHaasGroteskDisplayPro/NeueHaasDisplay-XXThin.woff")
      format("woff"),
    url("../../fonts/NeueHaasGroteskDisplayPro/NeueHaasDisplay-XXThin.ttf")
      format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../../fonts/NeueHaasGroteskDisplayPro/NeueHaasDisplay-XThin.woff2")
      format("woff2"),
    url("../../fonts/NeueHaasGroteskDisplayPro/NeueHaasDisplay-XThin.woff")
      format("woff"),
    url("../../fonts/NeueHaasGroteskDisplayPro/NeueHaasDisplay-XThin.ttf")
      format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../../fonts/NeueHaasGroteskDisplayPro/NeueHaasDisplay-Thin.woff2")
      format("woff2"),
    url("../../fonts/NeueHaasGroteskDisplayPro/NeueHaasDisplay-Thin.woff")
      format("woff"),
    url("../../fonts/NeueHaasGroteskDisplayPro/NeueHaasDisplay-Thin.ttf")
      format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../../fonts/NeueHaasGroteskDisplayPro/NeueHaasDisplay-Light.woff2")
      format("woff2"),
    url("../../fonts/NeueHaasGroteskDisplayPro/NeueHaasDisplay-Light.woff")
      format("woff"),
    url("../../fonts/NeueHaasGroteskDisplayPro/NeueHaasDisplay-Light.ttf")
      format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../../fonts/NeueHaasGroteskDisplayPro/NeueHaasDisplay-Roman.woff2")
      format("woff2"),
    url("../../fonts/NeueHaasGroteskDisplayPro/NeueHaasDisplay-Roman.woff")
      format("woff"),
    url("../../fonts/NeueHaasGroteskDisplayPro/NeueHaasDisplay-Roman.ttf")
      format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../../fonts/NeueHaasGroteskDisplayPro/NeueHaasDisplay-Medium.woff2")
      format("woff2"),
    url("../../fonts/NeueHaasGroteskDisplayPro/NeueHaasDisplay-Medium.woff")
      format("woff"),
    url("../../fonts/NeueHaasGroteskDisplayPro/NeueHaasDisplay-Medium.ttf")
      format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../../fonts/NeueHaasGroteskDisplayPro/NeueHaasDisplay-Bold.woff2")
      format("woff2"),
    url("../../fonts/NeueHaasGroteskDisplayPro/NeueHaasDisplay-Bold.woff")
      format("woff"),
    url("../../fonts/NeueHaasGroteskDisplayPro/NeueHaasDisplay-Bold.ttf")
      format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../../fonts/NeueHaasGroteskDisplayPro/NeueHaasDisplay-Black.woff2")
      format("woff2"),
    url("../../fonts/NeueHaasGroteskDisplayPro/NeueHaasDisplay-Black.woff")
      format("woff"),
    url("../../fonts/NeueHaasGroteskDisplayPro/NeueHaasDisplay-Black.ttf")
      format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  background-color: #000 !important;
  color: #fff;
  /* overflow-x: hidden; */
  margin: 0;
  padding: 0;
  position: relative;
}

img {
  max-width: initial;
  user-select: none;
}

.cc-main h1,
.cc-main h2,
.cc-main h3,
.cc-main h4,
.cc-main h5,
.cc-main h6 {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  margin: 0;
  padding: 0;
  color: #fff;
}

.cc-main p {
  margin: 0;
  padding: 0;
  color: #fff;
}

.cc-btn {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 0.83vw;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0vw;
  line-height: 1.3;
  padding: 0.8rem 1.6vw 0.7rem;
  color: #000;
  background: #FFE700;
  border-radius: 20rem;
  border: 0.1rem solid #FFE700;
  transition: all 0.3s cubic-bezier(0.55, 0.1, 0.47, 0.94);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 0;
  position: relative;
}

.cc-btn.hollow {
  font-weight: 500;
  color: #fff;
  border: 0.1rem solid #fff;
  background: transparent;
}

.cc-btn img {
  width: 3rem;
  width: clamp(2.4rem, 2.8vw, 2.8rem);
  margin: -0.1vw 0 0;
}

.cc-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8.6rem;
  box-shadow: 0 0.21vw 0.42vw 0.21vw #FFE700;
  transition: all 0.3s;
  opacity: 0;
}

.cc-btn:hover::before {
  opacity: 0.3;
}

.nav {
  padding: 1.04vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8.33vw;
  border-bottom: 0.1rem solid #999;
  background-color: #000;
  position: sticky;
  top: 0;
  z-index: 992;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 2.08vw;
}

.nav-menu a {
  font-size: 0.83vw;
  font-weight: 600;
  color: #fff;
}

.nav-menu a:hover {
  text-decoration: underline;
}

.nav-menu span {
  position: relative;
}

.nav-menu span::before {
  position: absolute;
  content: '';
  width: 0.1rem;
  height: 1.25vw;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  background-color: #fff;
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 0.52vw;
}

.s01 {
  position: relative;
  padding: 0 0 2.6vw;
  overflow: hidden;
  background: #131313;
}

.s01-bg {
  position: absolute;
  top: 1.35vw;
}

.s01-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent, #131313 80%);
  z-index: 1;
}

.comu-marquee {
  padding: 0 0 1.8rem;
  display: flex;
  place-items: center;
  position: relative;
  overflow: hidden;
  --offset: 10vw;
  --move-initial: calc(-40% + var(--offset));
  --move-final: calc(-70% + var(--offset));
}

.comu-row {
  display: flex;
  gap: 0.8rem;
  transform: translate3d(var(--move-initial), 0, 0);
  -webkit-animation: marqueeOne 90s linear infinite;
  animation: marqueeOne 90s linear infinite;
}

.comu-marquee.reverse .comu-row {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.comu-item {
  width: min(224rem, 106vw);
  min-width: 120rem;
}

.comu-item img {
  width: 100%;
}

@-webkit-keyframes marqueeOne {
  0% {
    opacity: 1;
    transform: translate3d(var(--move-initial), 0, 0);
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(var(--move-final), 0, 0);
  }
}

@keyframes marqueeOne {
  0% {
    opacity: 1;
    transform: translate3d(var(--move-initial), 0, 0);
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(var(--move-final), 0, 0);
  }
}

.s01 h1 {
  width: 51.56vw;
  margin: 18.6vw auto 0;
  font-size: 3.13vw;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  position: relative;
  z-index: 1;
}

.s01 h1 span {
  color: #FFE700;
}

.s01 p.p01 {
  width: 51.56vw;
  margin: 0 auto;
  padding: 1.04vw 0 2.08vw;
  font-size: 1.82vw;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.03rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

.s01 p.p01 span {
  font-weight: 600;
}

.s01 .cc-btn {
  width: 22.6vw;
  margin: 0 auto;
  padding: 1.2vw 0;
  font-size: 1.35vw;
}

.s01-row {
  padding: 3.33vw 0 0;
  display: flex;
  justify-content: center;
  gap: 4.17vw;
}

.s01 h2 {
  width: 30.94vw;
  font-size: 2.86vw;
  font-weight: 600;
  line-height: 1;
}

.s01 h2 span {
  color: #FFE700;
}

.s01-info {
  width: 33.02vw;
}

.s01 p.p02 {
  padding: 1.5vw 0 0;
  font-size: 1.67vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.032rem;
}

.s02 {
  display: flex;
  flex-direction: column;
  gap: 4.9vw;
  padding: 2.29vw 0 6.25vw;
  border-radius: 2.6vw 2.6vw 0 0;
  background-color: #F5F5F7;
  overflow-x: hidden;
}

.s02-row {
  margin-right: -6vw;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2.4vw;
}

.s02-row.reverse {
  margin: 0 0 0 -6vw;
  flex-direction: row-reverse;
}

.s02-info {
  width: 24.9vw;
  position: relative;
}

.s02-info::before {
  position: absolute;
  content: '';
  width: 0.52vw;
  height: 4.69vw;
  top: 0.21vw;
  left: -1.3vw;
  background-color: #FFB951;
}

.s02 .cc-splide {
  width: 63.23vw;
}

.s02 .splide__arrows {
  position: absolute;
  width: 7.4vw;
  left: 0;
  bottom: -1.82vw;
}

.s02 .splide__arrows img {
  width: 100%;
}

.s02 .reverse .splide__arrows {
  left: initial;
  right: 0;
}

.s02 .splide__arrow {
  background: none;
  width: 32px;
}

.s02 .splide__arrow--next img {
  transform: rotate(180deg);
}

.s02 .splide__slide img {
  width: 100%;
  border-radius: 0.42vw;
}

.s02 .splide__pagination {
  display: none;
}

.s02-info p {
  width: 24.9vw;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.024rem;
  color: #000;
}

.s02-info p + p {
  padding: 1.56vw 0 0;
}

.s03 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.6vw 0;
  border-radius: 2.6vw 2.6vw 0 0;
  background-color: #000;
  position: relative;
}

.s03::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #F5F5F7;
  z-index: -1;
}

.s03 h2 {
  font-size: 2.6vw;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.s03 h2::before {
  position: absolute;
  content: '';
  width: 49.48vw;
  height: 0.2rem;
  left: 50%;
  bottom: -1.04vw;
  transform: translateX(-50%);
  background: #F90;
}

.s03-row {
  width: 65.1vw;
  padding: 3.33vw 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.3vw;
}

.s03-card {
  padding: 2.29vw;
  border-radius: 0.83vw;
  border-bottom: 0.26vw solid #FFB951;
  background: #FFF;
}

.s03 h3 {
  padding: 0 0 0.52vw;
  font-size: 1.88vw;
  font-weight: 600;
  line-height: 1;
  color: #FFB951;
}

.s03 p {
  font-size: 1.15vw;
  font-weight: 500;
  line-height: 1.2;
  color: #131313;
}

.s04 {
  width: 85.16vw;
  margin: 0 auto;
  padding: 4.58vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 2.6vw;
  border: 0.16vw solid #FF335A;
  background: #FFF;
  position: relative;
}

.s04::before {
  position: absolute;
  content: '';
  width: calc(100% + 0.31vw);
  height: calc(100% + 0.31vw);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2.6vw;
  background-image: linear-gradient(#fff, #fff, transparent);
}

.s04 h2 {
  font-size: 2.6vw;
  font-weight: 600;
  line-height: 1;
  color: #FFB951;
  position: relative;
}

.s04 p.p01 {
  width: 43.49vw;
  padding: 0.83vw 0 2.08vw;
  font-size: 1.46vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.028rem;
  text-align: center;
  color: #131313;
  position: relative;
}

.s04-row {
  width: 62.5vw;
  display: flex;
  justify-content: center;
  gap: 1.04vw;
  flex-wrap: wrap;
  position: relative;
}

.s04-card {
  width: 19.79vw;
  padding: 1.98vw 3.65vw 1.77vw 2.19vw;
  border-radius: 0.42vw;
  background-color: #424242;
}

.s04 h3 {
  display: flex;
  gap: 0.63vw;
  padding: 0 0 0.73vw;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  color: #E5F3FF;
}

.s04 h3 span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 2.6vw;
  height: 2.6vw;
  border-radius: 50%;
  background-color: #FFB951;
}

.s04 p.p02 {
  font-size: 0.94vw;
  font-weight: 500;
  line-height: 1.3;
  color: #E5F3FF;
}

.s05 {
  width: 70vw;
  margin: 0 auto;
  padding: 4.17vw 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.71vw;
}

.s05 h2 {
  width: 18.02vw;
  padding: 0 0 1.04vw;
  font-size: 2.08vw;
  font-weight: 700;
  line-height: 1.2;
  color: #FFF;
}

.s05 p {
  width: 25.52vw;
  font-size: 1.15vw;
  font-weight: 500;
  line-height: 1.2;
  color: #FFF;
}

.s05 p + p {
  padding: 1.04vw 0 0;
}

.s06 {
  width: 66.67vw;
  margin: 0 auto;
  padding: 4.17vw 0 7.81vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.54vw;
}

.s06 img {
  width: 28.23vw;
  border-radius: 1.04vw;
}

.s06-info {
  width: 34.9vw;
  padding: 1.56vw;
  border-radius: 1.04vw;
  background: #FFF;
}

.s06 h2 {
  padding: 0 0 1.04vw;
  font-size: 2.08vw;
  font-weight: 700;
  line-height: 1.2;
  color: #131313;
}

.s06 h2 span {
  color: #F90;
}

.s06 p {
  width: 27.4vw;
  font-size: 1.15vw;
  font-weight: 500;
  line-height: 1.2;
  color: #131313;
}

.s06 p span {
  font-weight: bold;
}

.s07 {
  display: flex;
  flex-direction: column;
  gap: 4.9vw;
  padding: 3.85vw 0 0;
  border-radius: 2.6vw 2.6vw 0 0;
  background-color: #F5F5F7;
}

.s07 h2 {
  font-size: 2.6vw;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #131313;
  position: relative;
}

.s07 h2::before {
  position: absolute;
  content: '';
  width: 49.48vw;
  height: 0.2rem;
  left: 50%;
  bottom: -1.04vw;
  transform: translateX(-50%);
  background: #F9157C;
}

.s07-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.65vw;
}

.s07-list {
  display: flex;
  flex-direction: column;
  gap: 0.52vw;
}

.s07 p {
  width: 29.69vw;
  display: flex;
  align-items: center;
  gap: 0.78vw;
  padding: 1vw;
  font-size: 1.04vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04rem;
  border-radius: 0.52vw;
  color: #ECF2FF;
  background-color: #000;
}

.s07-img {
  border-radius: 1.04vw;
}

.s08 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.65vw;
  padding: 4.9vw 0 8.85vw;
  background-color: #F5F5F7;
}

.s08 h2 {
  font-size: 2.6vw;
  font-weight: 600;
  line-height: 1;
  color: #131313;
  position: relative;
}

.s08 h2::before {
  position: absolute;
  content: '';
  width: 49.48vw;
  height: 0.2rem;
  left: 50%;
  bottom: -1.04vw;
  transform: translateX(-50%);
  background: #F90;
}

.s08-row {
  width: 62.5vw;
  display: flex;
  justify-content: center;
  gap: 0.63vw;
  flex-wrap: wrap;
  position: relative;
}

.s08-card {
  width: 20.31vw;
  padding: 2.81vw 0.83vw 2.81vw 1.46vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-radius: 0.42vw;
  background-color: #000;
}

.s08-card.destaque {
  border: 0.1rem solid #000;
  background: linear-gradient(109deg, #FFC149, #F90);
}

.s08 p {
  padding: 0.42vw 0.83vw 0.31vw;
  display: inline-block;
  font-size: 0.83vw;
  font-weight: 500;
  line-height: 1.3;
  border-radius: 0.21vw;
  color: #000;
  background: #ccc;
}

.s08 h3 {
  padding: 0.73vw 0 0;
  font-size: 1.35vw;
  font-weight: 600;
  line-height: 1.1;
  color: #FFF;
}

.s08-card.destaque h3 {
  color: #000;
}

.s08 h3 span {
  color: #F90;
}

.s09 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.33vw 0;
  border-radius: 2.6vw 2.6vw 0 0;
  background-color: #000;
  position: relative;
}

.s09::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #F5F5F7;
  z-index: -1;
}

.s09 h2 {
  width: 66.67vw;
  margin: 0 0 2.81vw;
  font-size: 2.08vw;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
}

.s09 h2::before {
  position: absolute;
  content: '';
  width: 35.94vw;
  height: 0.3rem;
  top: 44%;
  right: 0;
  background-color: #fff;
}

.s09 .cc-splide {
  width: 100%;
}

.s09 .splide__slide {
  display: flex;
  height: 22.92vw;
  border-radius: 1.56vw;
  background: #131313;
}

.s09-info {
  width: 15.63vw;
  padding: 3.65vw 1.56vw 0 1.98vw;
  display: flex;
  flex-direction: column;
}

.s09 h3 {
  font-size: 1.67vw;
  font-weight: 600;
  line-height: 1.1;
  padding: 0 0 1.04vw;
}

.s09-app {
  width: 11.3vw;
  padding: 0.78vw 0 0;
}

.s09-network {
  width: 8.96vw;
}

.s09-img {
  width: 18.07vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.56vw;
  position: relative;
}

.s09-img.color {
  background-color: #FF9900;
}

.s09-img img {
  border-radius: 1.56vw;
}

.s09-mockup {
  position: absolute;
  width: calc(100% + 3.33vw);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.s09-img .s09-network {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s09-img-whatsapp {
  background: linear-gradient(200deg, #25D366 20%, #136D35 140%);
}

.s09 .splide__arrows,
.s09 .splide__pagination {
  display: none;
}

.s10 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.33vw 0;
  border-radius: 0 0 2.6vw 2.6vw;
  background-color: #000;
  position: relative;
}

.s10::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #F5F5F7;
  z-index: -1;
}

.s10-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7.19vw;
}

.s10-info {
  width: 27.29vw;
  font-size: 1.09vw;
  font-weight: 500;
  line-height: 1.4;
}

.s10 h2 {
  width: 26.04vw;
  padding: 0 0 1.04vw;
  margin: 0 0 1.04vw;
  font-size: 1.88vw;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

.s10 h2 span {
  color: #F90;
}

.s10 h2::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0.1rem;
  left: 0;
  bottom: 0;
  background-color: #F90;
}

.s11 {
  padding: 3.2vw 0 0;
  background: #fff;
  position: relative;
}

.s11 h2 {
  font-size: 2.08vw;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: #131313;
}

.s11-card {
  width: 57.29vw;
  margin: 3vw auto 6vw;
  padding: 3.13vw 3.65vw 5.21vw;
  display: flex;
  align-items: center;
  gap: 7.08vw;
  position: relative;
  z-index: 1;
}

.s11-card::after {
  position: absolute;
  content: '';
  width: 100vw;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: linear-gradient(90deg, #ff9a06, #FF9900, #FFB951);
  opacity: 0.4;
  mix-blend-mode: multiply;
  filter: blur(6.94vw);
  z-index: -2;
}

.s11-card::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1.56vw;
  background: linear-gradient(114deg, #666 -22%, #000);
  backdrop-filter: blur(0.36vw);
  z-index: -1;
}

.s11-info img {
  padding: 0 0 0.78vw;
}

.s11 h3 {
  padding: 1.3vw 0 0.52vw;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 1;
}

.s11 p.p01 {
  font-size: 0.99vw;
  font-weight: 500;
  line-height: 1.7;
}

.s11-cta {
  width: 18.75vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.s11 p.p02 {
  font-size: 1.77vw;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
}

.s11 p.p02 span {
  color: #F90;
}

.s11 p.p03 {
  padding: 1.04vw 0 0;
  font-size: 1.67vw;
  font-weight: 600;
  line-height: 1.2;
  color: #949494;
}

.s11-space {
  display: inline-block;
  width: 100%;
  height: 70px;
}

.s11 p.p04 {
  font-size: 2.34vw;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.s11 p.p04 .smaller {
  font-size: 1.51vw;
}

.s11 p.p04 .orange {
  color: #F90;
}

.s11 p.p05 {
  padding: 0 0 1.2vw;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 1.4;
}

.s11 .cc-btn {
  width: 100%;
  padding: 1.04vw 1vw;
  font-size: 0.89vw;
  color: #fff;
  border-color: #F90;
  background-color: #F90;
}

.s11-cta img {
  width: 100%;
  padding: 1.4vw 0 0;
}

.s11-playlist {
  width: 66.67vw;
  margin: 0 auto;
  padding: 2.4vw 0 2.6vw;
  display: flex;
  justify-content: center;
  gap: 0.94vw;
}

.s11-video {
  border-radius: 0.52vw;
  overflow: hidden;
}

.s11-dep {
  width: 60.1vw;
  margin: 0 auto;
  padding: 0 0 5vw;
  display: flex;
  flex-wrap: wrap;
  gap: 5.21vw;
  row-gap: 2.08vw;
}

.s11-item {
  width: 16.56vw;
}

.s11-person {
  margin: 0 0 1.04vw;
  padding: 0 0 1.04vw;
  display: flex;
  align-items: center;
  gap: 0.94vw;
  position: relative;
}

.s11-person::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0.1rem;
  left: 0;
  bottom: 0;
  background-color: #FF335A;
}

.s11 h4 {
  font-size: 1.15vw;
  font-weight: 600;
  line-height: 1.4;
  color: #000;
}

.s11-item p {
  font-size: 0.94vw;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}

.s12 {
  padding: 0 0 21.88vw;
  position: relative;
}

.s12::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(transparent, transparent, #131313);
}

.s12-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: -1;
}

.s12-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s12-wrap {
  width: 67.19vw;
  margin: 0 auto;
  padding: 24vw 0 0;
  position: relative;
}

.s12-garantia {
  width: 100%;
  background-color: #fff;
}

.s12-garantia-wrap {
  width: 67.1vw;
  padding: 3.39vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.49vw;
  border-radius: 1.04vw;
  background-color: #131313;
  margin: -15vw auto 0;
  transform: translateY(15vw);
}

.s12-number {
  width: 8.54vw;
  height: 8.54vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 6.61vw;
  font-weight: 700;
  border-radius: 50%;
  background-image: linear-gradient(132deg, #FF5878, #991F36);
  background-image: linear-gradient(132deg, #FFB951, #F90);
  position: relative;
}

.s12-number::before {
  position: absolute;
  content: '';
  width: calc(100% + 2.92vw);
  height: calc(100% + 2.92vw);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 0.2rem solid #FF335A;
  border: 0.2rem solid #F90;
}

.s12-garantia h2 {
  padding: 0 0 1.04vw;
  font-size: 2.19vw;
  font-weight: 600;
  line-height: 1;
}

.s12-text {
  width: 28.44vw;
}

.s12-text p {
  font-size: 0.94vw;
  font-weight: 500;
  line-height: 1.3;
}

.s12-text p + p {
  padding: 1.04vw 0 0;
}

.s12-bio {
  width: 31.25vw;
  padding: 2.6vw;
  border-radius: 1.04vw;
  border: 0.1rem solid #FFF;
  background: rgba(19, 19, 19, 0.80);
  backdrop-filter: blur(0.21vw);
}

.s12-bio h2 {
  padding: 0 0 1.88vw;
  font-size: 2.4vw;
  font-weight: 600;
  line-height: 1.2;
}

.s12-bio h2 span {
  font-size: 1.56vw;
  font-weight: 500;
}

.s12-bio p {
  font-size: 1.04vw;
  line-height: 1.4;
}

.s12-bio p + p {
  padding: 1.56vw 0 0;
}

.s13 {
  padding: 0 0 4.48vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6.67vw;
  background-color: #131313;
}

.s13-faq {
  width: 38.44vw;
}

.s13-faq h2 {
  padding: 0 0 1.56vw;
  font-size: 2.08vw;
  font-weight: 600;
  line-height: 1.2;
}

.s13-box {
  margin: 0.78vw 0;
  transition: 0.4s;
  border-radius: 0.6rem;
  background-color: #2a2a2a;
}

.s13-box:hover,
.s13-active {
  background-color: #3B3B3B;
}

.s13-active {
  padding-bottom: 1.04vw;
}

.s13-active .s13-svg {
  transform: rotate(-180deg);
}

.s13-pergunta {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  padding: 1.04vw 1.56vw;
}

.s13-seta {
  display: flex;
}

.s13 h3 {
  font-size: 0.89vw;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.03rem;
  color: #fff;
}

.s13 p {
  font-size: 1.8rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  padding: 0 1.56vw;
  color: #fff;
}

.s13-svg {
  fill: #F8F9FA;
  height: 1.25vw;
  transition: 0.4s ease;
  width: 1.25vw;
}

.s13 h4 {
  font-size: 1.6rem;
  text-align: center;
  padding: 2rem 0 0;
}

.s13-contato {
  width: 21.61vw;
}

.s13-contato h2 {
  padding: 0 0 1.56vw;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 1.2;
}

.s13-contato a {
  width: 21.51vw;
  margin: 0.78vw 0;
  padding: 0.78vw 1.56vw;
  display: flex;
  justify-content: flex-start;
  gap: 0.52vw;
  border-radius: 0.26vw;
  background-color: #3B3B3B;
  color: #fff;
}

.s13-contato a.green {
  background-color: #25D366;
}

.s13-contato a.red {
  background-color: #EA4235;
}

.s13-contato a.blue {
  background-color: #35B1EA;
}

.sfooter {
  padding: 2.45vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14.6vw;
  background-color: #fff;
}

.sfooter img {
  width: 7.9vw;
}

.sfooter p {
  font-size: 0.8vw;
  line-height: 1.2;
  color: #000;
}

.sfooter a,
.sfooter span {
  font-size: 0.8vw;
  line-height: 1.2;
  color: #000;
}

.sfooter a:hover {
  text-decoration: underline;
}

.hide-desktop {
  display: none;
}

.cc-lightbox {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-110vw);
  transition: transform 0.3s ease-in-out;
  padding: 2em;
  position: fixed;
  top: 0;
  left: 0;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  z-index: 994;
}

.cc-lightbox-show {
  transform: translate(0);
}

.cc-lightbox-player {
  width: 70vw;
  height: calc(70vw * 0.56);
  max-height: 90vh;
  position: relative;
}

.cc-lightbox-close {
  position: absolute;
  top: -2.5rem;
  right: -2.5rem;
  display: flex;
  width: 4rem;
  height: 4rem;
  background: #a7a7a7;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cc-lightbox-close::after {
  content: "X";
  color: #333;
  font-size: 2rem;
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: bold;
  transition: 0.3s all;
}

.cc-lightbox-close:hover::after {
  color: #f6157c;
}

.cc-lightbox iframe {
  width: 100%;
  height: 100%;
}

.cc-video-popup {
  cursor: pointer;
}

.cc-video-popup img {
  width: 100%;
}

.cc-video-popup:hover .s10-img img:last-of-type {
  transform: scale(1.1);
  transition: all 0.3s;
}

.cc-video-popup:hover .s10-img::before {
  opacity: 1;
}

@media screen and (max-width: 600px) {
.s01 {
  padding: 5.33vw 0 9.6vw;
}
.nav {
  padding: 2.4vw 0;
  gap: 20.8vw;
}
.nav a img {
  width: 16.53vw;
}
.nav-menu {
  display: none;
}
.nav-cta {
  gap: 1.33vw;
}
.cc-btn {
  position: relative;
  font-size: 2.13vw;
  padding: 1.87vw 3.73vw 1.87vw;
}
.comu-item {
  min-width: 140rem;
}
.s01-bg {
  top: 3.2vw;
}
.s01 h1 {
  margin: 70vw auto 0;
  width: 91.2vw;
  font-size: 6.4vw;
}
.s01 p.p01 {
  width: 82.67vw;
  padding: 2.67vw 0 5.33vw;
  font-size: 4.27vw;
}
.s01 .cc-btn {
  width: 59.2vw;
  padding: 3.2vw 1vw 2.93vw;
  font-size: 3.73vw;
}
.s01-row {
  width: 89.33vw;
  margin: 0 auto;
  padding: 18.67vw 0 0;
  flex-direction: column;
  gap: 5.33vw;
}
.s01 h2 {
  width: 72vw;
  font-size: 6.67vw;
}
.s01-info {
  width: 82.67vw;
}
.s01-info img {
  width: 66.13vw;
}
.s01 p.p02 {
  padding: 5.3vw 0 0;
  font-size: 4.27vw;
}
.s02 {
  padding: 10.67vw 0;
  border-radius: 0 0 5.33vw 5.33vw;
  gap: 12.27vw;
}
.s02-row,
.s02-row.reverse {
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
  margin: 0 auto;
}
.s02-info {
  width: 89.07vw;
  margin: 0 auto;
}
.s02-info::before {
  top: -4.27vw;
  left: 0;
  width: 15.47vw;
  height: 1.33vw;
}
.s02-info p {
  width: 100%;
  font-size: 4.27vw;
}
.s02 .cc-splide {
  width: 105.6vw;
  margin-right: -10.67vw;
}
.s02 .splide__arrows {
  display: none;
}
.s03 {
  padding: 14.93vw 0;
  border-radius: 0;
}
.s03 h2 {
  font-size: 8vw;
}
.s03 h2::before {
  width: 66.67vw;
  bottom: -2vw;
}
.s03-row {
  width: 89.07vw;
  padding: 14.67vw 0 0;
  flex-direction: column;
  gap: 5.33vw;
}
.s03-card {
  padding: 9.87vw;
  border-radius: 3.73vw;
  border-bottom: 1.07vw solid #FFB951;
}
.s03 h3 {
  font-size: 8vw;
  padding: 0 0 3.2vw;
}
.s03 p {
  font-size: 4.8vw;
}
.s04 {
  width: 100%;
  padding: 12vw 0;
  border-radius: 5.33vw;
  border: none;
}
.s04 h2 {
  width: 58.67vw;
  font-size: 8vw;
  text-align: center;
}
.s04 p.p01 {
  width: 89.07vw;
  padding: 4vw 0 7.47vw;
  font-size: 4.27vw;
}
.s04-row {
  width: 80vw;
  flex-direction: column;
  align-items: center;
  gap: 4vw;
}
.s04-card {
  width: 100%;
  padding: 8vw 9.6vw 6.67vw 8.53vw;
  border-radius: 1.6vw;
}
.s04 h3 {
  font-size: 5.07vw;
  align-items: center;
  gap: 2.4vw;
  padding: 0 0 4.8vw;
}
.s04 h3 span {
  width: 11.47vw;
  height: 11.47vw;;
}
.s04 p.p02 {
  font-size: 3.73vw;
}
.s05 img {
  width: 100%;
}
.s05 {
  width: 89.33vw;
  padding: 16vw 0 0;
  flex-direction: column-reverse;
  gap: 8.53vw;
}
.s05 h2 {
  width: 100%;
  padding: 0 5.33vw 4vw 0;
  font-size: 8vw;
}
.s05 p {
  width: 100%;
  font-size: 4.27vw;
}
.s05 p + p {
  padding: 5.33vw 0 0;
}
.s06 {
  width: 89.33vw;
  padding: 8.53vw 0 12vw;
  flex-direction: column;
  gap: 5.6vw;
}
.s06 img {
  width: 100%;
  border-radius: 2.67vw;
}
.s06-info {
  width: 100%;
  padding: 4vw;
  border-radius: 2.67vw;
}
.s06 h2 {
  font-size: 5.6vw;
  padding: 0 0 2.67vw;
}
.s06 p {
  width: 100%;
  font-size: 4.27vw;
}
.s07 {
  padding: 10.67vw 0;
  gap: 8vw;
}
.s07 h2 {
  width: 81.33vw;
  margin: 0 auto;
  font-size: 7.47vw;
}
.s07 h2::before {
  bottom: -3vw;
  width: 88.53vw;
  background: #FF9900;
}
.s07-row {
  width: 89.33vw;
  margin: 0 auto;
  flex-direction: column-reverse;
  gap: 4.27vw;
}
.s07-row.reverse {
  flex-direction: column;
}
.s07-img {
  width: 100%;
  border-radius: 2.67vw;
}
.s07-list {
  width: 100%;
  gap: 1.6vw;
}
.s07 p {
  width: 100%;
  padding: 3.73vw 2.67vw;
  font-size: 3.47vw;
  gap: 2.67vw;
  border-radius: 1.6vw;
}
.s07-list img {
  width: 5.87vw;
}
.s08 {
  gap: 8vw;
}
.s08 h2 {
  width: 80vw;
  font-size: 7.47vw;
  text-align: center;
}
.s08 h2::before {
  bottom: -3vw;
}
.s08-row {
  width: 89.33vw;
  flex-direction: column;
  align-items: center;
  gap: 2.67vw;
}
.s08-card {
  width: 100%;
  padding: 8.53vw 6.4vw;
  border-radius: 1.6vw;
  gap: 2.13vw;
}
.s08 p {
  font-size: 2.93vw;
  padding: 1.33vw 2.67vw 1.07vw;
  border-radius: 0.8vw;
}
.s08 h3 {
  font-size: 4.27vw;
}
.s09 {
  border-radius: 0;
  padding: 14.4vw 0 16vw;
}
.s09 .splide__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2vw;
}
.s09 .splide__slide {
  height: initial;
  min-height: 56vw;
}
.s09-info {
  width: 40vw;
  justify-content: center;
  padding: 9.6vw 5.33vw;
}
.s09 h2 {
  width: 56vw;
  font-size: 7.47vw;
  text-align: center;
  margin: 0 0 10.67vw;
}
.s09 h2::before {
  top: initial;
  right: initial;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4vw;
  background-color: #FF9900;
}
.s09 h3 {
  font-size: 4.53vw;
  padding: 0 0 5.33vw;
}
.s09-img {
  width: 49.07vw;
}
.s09-app {
  width: 30.13vw;
  padding: 2.13vw 0 0;
}
.s09-network {
  width: 18vw;
}
.s10 {
  padding: 3.3vw 0 15.47vw;
  border-radius: 0;
}
.s10-img img {
  width: 100%;
}
.s10-row {
  flex-direction: column;
}
.s10-info {
  width: 89.07vw;
}
.s10 h2 {
  width: 100%;
  font-size: 7.2vw;
  margin: 0 0 8vw;
}
.s10 h2::before {
  bottom: -2vw;
  background-color: #FF9900;
}
.s10-info p {
  font-size: 4.27vw;
}
.s10-img {
  width: 89.33vw;
}
.s11 {
  padding: 10.67vw 0 0;
}
.s11 h2 {
  font-size: 6.93vw;
}
.s11 h2:last-of-type {
  width: 88vw;
  margin: 0 auto;
}
.s11-card {
  width: 100%;
  margin: 6vw auto 6vw;
  flex-direction: column;
  padding: 10.67vw 0;
  border-radius: 2.67vw 2.67vw 0 0;
}
.s11-info {
  width: 89.33vw;
}
.s11-info img {
  width: 24vw;
  padding: 0 0 3.47vw;
}
.s11 h3 {
  padding: 5.33vw 0 2.67vw;
  font-size: 4.27vw;
}
.s11 p.p01 {
  font-size: 3.47vw;
}
.s11-cta {
  width: 70.67vw;
}
.s11 p.p02 {
  font-size: 6.4vw;
  text-align: center;
}
.s11 p.p03 {
  padding: 5.33vw 0 0;
  font-size: 6.13vw;
}
.s11 p.p04 {
  font-size: 9.07vw;
}
.s11 p.p04 .smaller {
  font-size: 5.33vw;
}
.s11 p.p05 {
  font-size: 4.53vw;
  padding: 0 0 2.67vw;
}
.s11-cta img {
  width: 60.8vw;
  padding: 4.27vw 0 0;
}
.s11-playlist {
  width: 89.33vw;
  flex-direction: column;
  gap: 3.2vw;
}
.s11-playlist img {
  width: 100%;
}
.s11-dep {
  width: 89.33vw;
  padding: 11.73vw 0 11.73vw;
  justify-content: space-around;
  gap: 5vw;
  row-gap: 6vw;
}
.s11-item {
  width: 39.47vw;
}
.s11-person {
  gap: 2.13vw;
}
.s11-person img {
  width: 9.07vw;
}
.s11 h4 {
  font-size: 2.93vw;
}
.s11-item p {
  font-size: 2.4vw;
}
.s11 .cc-btn {
  padding: 4vw 1vw;
  font-size: 3.47vw;
}
.s12-wrap {
  width: 100%;
  padding: 5.33vw 0 186.67vw;
}
.s12-garantia-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 6.4vw 0;
  gap: 6.93vw;
  border-radius: 0;
  border-bottom: 0.1rem solid #c2c2c2;
  transform: none;
}
.s12-number {
  font-size: 12.8vw;
  width: 16.53vw;
  height: 16.53vw;
}
.s12-garantia h2 {
  padding: 0 0 2.67vw;
  font-size: 4.27vw;
}
.s12-text {
  width: 56vw;
}
.s12-text p {
  font-size: 2.13vw;
}
.s12-bio {
  width: 89.33vw;
  margin: 0 auto;
  padding: 6.67vw;
  border-radius: 2.67vw;
}
.s12-bio h2 {
  font-size: 6.4vw;
}
.s12-bio h2 span {
  font-size: 4vw;
}
.s12-bio p {
  font-size: 3.2vw;
}
.s12-bio p + p {
  padding: 2.67vw 0 0;
}
.s13 {
  padding: 0 0 8.53vw;
  flex-direction: column;
  gap: 9.07vw;
}
.s13-faq {
  width: 89.33vw;
}
.s13-faq h2 {
  padding: 0 0 5.33vw;
  font-size: 5.6vw;
}
.s13-box {
  margin: 2.67vw 0 0;
}
.s13-pergunta {
  padding: 3.2vw 2.67vw;
}
.s13 h3 {
  font-size: 3.47vw;
}
.s13 p {
  font-size: 3.2vw;
}
.s13-contato {
  width: 89.33vw;
}
.s13-contato h2 {
  width: 90%;
  margin: 0 auto;
  font-size: 4.53vw;
  text-align: center;
}
.s13-contato a {
  width: 100%;
  margin: 2.13vw 0 0;
  padding: 2vw;
  border-radius: 1.07vw;
}
.s13-svg {
  width: 6.25vw;
  height: 6.25vw;
}
















.sfooter {
  padding: 3.47vw 0;
  flex-direction: column;
  gap: 0;
}
.sfooter img {
  width: 21.33vw;
  padding: 0 0 2.13vw;
}
.sfooter p,
.sfooter a {
  font-size: 2.93vw;
}
}