.extra__first {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px){
  .extra__first  {
    height: 580px;
  }
}

@media screen and (min-width: 992px) {
  .extra__first {
    bottom: 10%;
    font-size: 100px;
  }
}

.extra__first h2 {
  position: absolute;
  bottom: 16%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 64px;
  text-align: center;
  color: #FFBBDF;
  font-weight: 900;
  z-index: 1;
  line-height: 85%;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .extra__first h2 {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 992px) {
  .extra__first h2 {
    bottom: 15%;
  }
}
@media screen and (min-width: 768px) {
  .extra__first h2 {
    bottom: 22%;
  }

  .extra__first h2.hide-md-up {
    display: none;
  }
}
.extra__first h2.d-none {
  font-size: 64px;
}
@media screen and (max-width: 767px) {
  .extra__first h2.d-none {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .extra__first h2.d-none {
    font-size: 100px;
  }
}

@media screen and (min-width: 1440px) {
  .extra__first h2 {
    bottom: 19%;
  }
}

.extra__second {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 800px;
  background: #FF75BF;
  margin-top: -26%;
}

@media screen and (min-width: 768px) {
  .extra__second {
    margin-top: -12%;
  }
}

@media screen and (min-width: 1200px) {
  .extra__second {
    min-height: 1025px;
  }
}

@media screen and (min-width: 1440px) {
  .extra__second {
    margin-top: -10%;
    min-height: 1025px;
  }
}

@media screen and (min-width: 1920px) {
  .extra__second {
    margin-top: -10%;
    min-height: 1600px;
  }
}
@media screen and (min-width: 768px) {
  .extra__second .description {
    max-width: 80%;
  }
}

.icon--tag {
  width: 50px;
  position: absolute;
  top: 24px;
  right: 24px;
}

@media screen and (min-width: 768px) {
  .icon--tag {
    max-width: 64px;
  }
}

@media screen and (min-width: 1024px) {
  .icon--tag {
    width: 64px;
    height: 64px;
  }
}

.extra__second_imgWrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.extra__second_copyWrapper {
  position: absolute;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 300px;
  text-align: center;
  color: var(--white);
  z-index: 80;
}
@media screen and (min-width: 768px) {
  .extra__second_copyWrapper {
    max-width: 700px;
  }
}

@media screen and (min-width: 992px) {
  .extra__second_copyWrapper {
    max-width: 900px;
  }
}

.extra__second_copyWrapper .subheadline {
  text-shadow: -4px 5px #6500b5;
  margin-bottom: 12px;
}
@media screen and (min-width: 767px) {
  .extra__second_copyWrapper .subheadline {
    font-size: 64px;
  }
}
@media screen and (min-width: 768px) {
  .extra__second_copyWrapper .subheadline {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .extra__second_copyWrapper .subheadline {
    font-size: 120px;
    text-shadow: -10px 8px #6500b5;
  }
}

.extra__third {
  display: block;
  position: relative;
  margin-top: -30%;
  z-index: 5;

}
@media screen and (min-width: 768px) {
  .extra__third {
    margin-top: -10%;
    display: flex;
    gap: 48px;
    justify-content: center;
    flex-direction: row-reverse;
  }
}

.extra__third_imgWrapper {
  position: relative;
}

@media screen and (min-width: 1440px) {
  .extra__third_imgWrapper {
    width: 83%;
  }
}


@media screen and (min-width: 768px) {
  .extra__third_copyWrapper .description {
    letter-spacing: -1px;
  }
}

/* @media screen and (min-width: 1440px) {
  .extra__fourth_copyWrapper {
    padding: 0 22px;
  }
} */

/* .extra__diamond {
  position: absolute;
  width: 100%;
  top: 0;
} */

.extra__diamond1 {
  z-index: 100;
  position: relative;
  height: 100%;
  background: url('/assets/extra/final/vectors/diamond-front.webp');
  background-repeat: repeat-y;
  left: 13%;
  top: 30%;
  width: 100%;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .extra__diamond1 {
    left: 0;
    background-size: cover;
    height: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .extra__diamond1 {
    background: url('/assets/extra/final/vectors/diamond-front.svg');
    background-size: cover;
  }
}

@media screen and (min-width: 1440px) {
  .extra__diamond1 {
    left: 10%;
    top: 0;
    height: 130%;
  }
}

@media screen and (min-width: 1720px) {
  .extra__diamond1 {
    height: 150%;
  }
}

@media screen and (min-width: 1920px) {
  .extra__diamond1 {
    height: 145%;
  }
}

.extra__diamond2 {
  display: none;
  z-index: 70;
  top: -8px;
  background-repeat: repeat-y;
}
@media screen and (min-width: 768px) {
  .extra__diamond2 {
    background-size: cover;
    height: 70%;
    top: 20%;
  }
}

@media screen and (min-width: 992px) {
  .extra__diamond2 {
    top: 15%;
  }
}
.extra__diamond3 {
  z-index: 50;
  background: url('/assets/extra/final/vectors/diamond-back.webp') repeat-y;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 5%;
}

@media screen and (min-width: 768px) {
  .extra__diamond3 {
    background-size: cover;
    height: 110%;
  }
}

@media screen and (min-width: 820px) {
  .extra__diamond3 {
    background-size: cover;
    height: 116%;
  }
}

@media screen and (min-width: 1024px) {
  .extra__diamond3 {
    background: url('/assets/extra/final/vectors/diamond-back.svg');
    background-size: cover;
  }
}

@media screen and (min-width: 1440px) {
  .extra__diamond3 {
    top: 10%;
  }
}

@media screen and (min-width: 1680px) {
  .extra__diamond3 {
    height: 150%;
  }
}

@media screen and (min-width: 1920px) {
  .extra__diamond3 {
    height: 120%;
  }
}

.extra__star {
  width: 28px;
  height: 33px;
  visibility: hidden;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .extra__star.extra__star-m {
    display: none;
  }
}

.extra__star-m {
  width: 14px;
  height: 20px;
}
.extra__star_front .extra__star-m {
  width: 29px;
  height: 35px;
}
.extra__star_front,
.extra__star_mid,
.extra__star_back {
  z-index: 105;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}

.extra__star {
  position: absolute;
  background: url('/assets/extra/star_m.svg');
}
.extra__star-s {
  background: url('/assets/extra/star__small.svg');
  width: 11px;
  height: 12px;
}
.extra__star_front .extra__star1 {
  top: 4.5%;
  left: 22% ;
  transform: rotate(45deg);
}
.extra__star_front .extra__star2 {
  background: url('/assets/extra/star_m.svg');
  top: 8%;
  left: 72.5%;
  transform: rotate(25deg);
}
.extra__star_front .extra__star3 {
  top: 20%;
  left: 24%;
  transform: scale(1.2) rotate(65deg);
}
.extra__star_front .extra__star4 {
  top: 13%;
  left: 72%;
  transform: rotate(5deg);
}
.extra__star_front .extra__star5 {
  top: 22.5%;
  left: 6%;
  transform: scale(0.8) rotate(-40deg);
}
.extra__star_front .extra__star6 {
  top: 53.5%;
  left: 51.5%;
  transform:rotate(80deg);
}
.extra__star_front .extra__star7 {
  background: url('/assets/extra/star__small.svg');
  top: 64.5%;
  left: 47.5%;
  transform: rotate(20deg);
  width: 11px;
  height: 13px;
}
.extra__star_front .extra__star8 {
  top: 65.5%;
  left: 59%;
  transform: scale(0.8) rotate(-80deg);
}
.extra__star_front .extra__star9 {
  top: 87%;
  left: 34%;
  transform: scale(0.5) rotate(30deg);
}
.extra__star_front .extra__star10 {
  top: 85%;
  left: 80%;
  transform: scale(0.8);
}

.extra__star_mid {
  top: -8px;
  height: 150%;
  z-index: 75;
}

.extra__star_mid .extra__star-m {
  z-index: 75;
  background: url('/assets/extra/star__medium.svg');
  width: 15px;
  height: 16px;
}

.extra__star_mid .extra__star1 {
  top: 7%;
  left: 4%;
  transform: rotate(45deg);
}
.extra__star_mid .extra__star2 {
  top: 3%;
  left: 12%;
  transform: rotate(8deg);
}
.extra__star_mid .extra__star3 {
  top: 3.5%;
  left: 56%;
  transform: rotate(83deg);
}
.extra__star_mid .extra__star4 {
  top: 15.5%;
  left: 43%;
  transform: rotate(64deg);
}
.extra__star_mid .extra__star5 {
  top: 39%;
  left: 42.5%;
  transform: rotate(42deg);
}
.extra__star_mid .extra__star6 {
  top: 35%;
  left: 26%;
  transform: rotate(0deg);
}
.extra__star_mid .extra__star7 {
  top: 54%;
  left: 57%;
  transform: rotate(28deg);
}
.extra__star_mid .extra__star8 {
  top: 73.5%;
  left: 40%;
  transform: rotate(28deg);
}
.extra__star_mid .extra__star9 {
  top: 58%;
  left: 4%;
  transform: rotate(28deg);
}
.extra__star_back {
  z-index: 55;
  height: 150%;
}

.extra__star_back .extra__star {
  z-index: 55;
}
.extra__star_back .extra__star1 {
  top: 11%;
  left: 61%;
}
.extra__star_back .extra__star2 {
  top: 21%;
  left: 0;
}
.extra__star_back .extra__star3 {
  top: 33%;
  left: 92%;
}
.extra__star_back .extra__star4 {
  top: 35%;
  left: 89%;
}
.extra__star_back .extra__star5 {
  top: 18.5%;
  left: 90%;
}

.extra__third_copyWrapper {
  display: flex;
}

@media screen and (max-width: 766px) {
  .extra__third_copyWrapper {
    position: absolute;
    bottom: 0;
    flex-direction: column;
    padding: 0 24px 40px;
  }
}

@media screen and (min-width: 768px){
  .extra__third_copyWrapper {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }
}

.extra__third_text {
  letter-spacing: 0.5px;
}

@media screen and (min-width: 992px){
  .extra__third_text {
    justify-content: center;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }
}

.extra__third_copyWrapper .subheadline,
.extra__third_copyWrapper .description {
  color: var(--white);

}
@media screen and (min-width: 768px) {
  .extra__third_copyWrapper .subheadline,
  .extra__third_copyWrapper .description {
    color: #2F1F42;
  }
}

.extra__fourth {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 52px;
  padding-bottom: 40px;
  position: relative;
}

.extra__fourth .d-none {
  display: none;
}

@media screen and (min-width: 768px) {
  .extra__fourth .d-none {
    display: block;
  }
}

.extra__fourth_text {
  padding: 0 24px;
  letter-spacing: 0.5px;
}

@media screen and (min-width: 768px) {
  .extra__fourth_text {
    padding: 0;
  }
}

.extra__fourth_text .subheadline,
.extra__fourth_text .description {
  color: #2F1F42;
}

@media screen and (min-width: 768px) {
  .extra__fourth_text .description {
    letter-spacing: 0.5px;
  }
}

.extra__fourth_imgWrapper {
  margin-top: 48px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .extra__fourth_imgWrapper {
    flex-direction: column-reverse;
    margin-top: 0;
    margin-bottom: 36px;
  }
}

.image__wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  will-change: transform;
}
.extra__fourth_imgWrapper.visible .image__wrapper {
  animation: marquee 30s linear infinite;
}
.image__wrapper img {
  object-fit: contain;
  width: auto;
  padding: 0 64px;
}
.ticker__wrapper,
.image__wrapper,
.image__wrapper img {
  height: 328px;
}

@media screen and (max-width: 768px) {
  .ticker__wrapper,
  .image__wrapper,
  .image__wrapper img {
    height: 208px;
  }
  .image__wrapper img {
    padding: 0 20px;
  }
}

.tile-wrappers {
  display: flex;
}

.ticker__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
}

@keyframes marquee {
  0%   { transform: translate3d(0%, 0, 0); }
  100% { transform: translate3d(-100%, 0, 0); }
}

@media screen and (min-width: 768px) {
  .tile-wrappers:first-child{
    display: none;
  }

  .tile-wrappers {
    gap: 64px;
    width: 80%;
  }
}
.product-tile {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 766px) {
  .dare__pages {
    padding-top: 48px;
    top: 0;
  }
}
.free__pages {
  padding-top: 48px;
}
.btn-product {
  font-size: 20px;
  color: var(--white);
  text-align: center;
  padding: 26px;
  border-radius: 50px;
  width: auto;
  min-width: 295px;
  background: var(--main-essence-pink) !important;
  margin-top: 36px;
  transition: transform .5s ease-out;
  transform: translateZ(0);
  overflow: hidden;
  font-weight: 400;
}

.btn-product:before {
  border-radius: 50%;
  content: "";
  inset: 50% 0 0;
  opacity: 0;
  padding-bottom: 100%;
  position: absolute;
  transform: scale(0) translateY(-50%);
  transform-origin: center top;
  transition: opacity .3s ease 0s, transform 0s ease .3s;
  width: 100%;
  background: #83005f;
  z-index: -1;
}

.btn-product:hover:before {
  opacity: 1;
  transform: scale(1) translateY(-50%);
  transition: transform .3s ease 0s;
}

@media screen and (min-width: 768px) {
  .btn-product {
    margin-top: 40px;
    margin-bottom: 48px;
    margin-right: 24px;
  }
}

@media screen and (max-width: 768px) {
  .btn-product {
    margin-left: 22px;
    margin-right: 22px;
  }
}

.video__wrapper {
  position: relative;
}

.youtube-video {
  border-radius: 25px;
  width: 100%;
  aspect-ratio: 9 / 16;
}

@media screen and (min-width: 768px) {
  .youtube-video {
    aspect-ratio: 16 / 9;
  }
}

video {
  width: 100%;
  height: auto;
  border-radius: 25px;
  background-color: transparent;
  box-sizing: border-box;
}

.video-mute-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 1;
}

.video-mute-btn,
.video-mute-btn img {
  width: 64px;
  height: 64px;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .video-mute-btn,
  .video-mute-btn img {
    width: 50px;
    height: 50px;
  }
}

.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 48px;
  height: 45px;
}

.video-mute-btn:hover {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  video.corner-radius {
    border: 2px solid #ffffff;
    box-shadow: 0 0 20px 0 #00000033;
  }
}

video:focus {
  outline: none;
}

/* COUNTRY SPECIFIC */
/* POLAND */
.locale_pl .extra__fourth {
  align-items: flex-start;
}
/* SPAIN */
 .locale_es .extra__first h2 {
  letter-spacing: -1px;
  padding-left: 22px;
  padding-right: 22px;
  box-sizing: border-box;
 }

@media screen and (max-width: 767px) {
  .locale_es .btn-product {
    font-size: 16px;
  }
  .locale_es .extra__first h2 {
    font-size: 60px;
  }
}
/* Chile */
@media screen and (max-width: 767px) {
  .locale_cl .btn-product {
    font-size: 18px;
  }
}
/* SA */

.locale_sa .subheadline {
  letter-spacing: 0px;
}

.locale_sa .description {
  letter-spacing: 1.5px;
}
.locale_sa .extra__fourth .description {
  letter-spacing: 1.3px;
}
.locale_sa .image__wrapper {
  direction: ltr;
}