body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Mulish", sans-serif;
  background-color: #000;
  overflow-x: hidden;
}

body img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
  font-family: "Mulish", sans-serif !important;

}

.o-content--full {
  position: relative;
  z-index: 9;
}

.cupra-landing {
  position: relative;
  background-color: #000;
  margin-top: -30px;
}



.cupra-landing:after {
  content: "";
  width: 100%;
  height: calc(100vh + 60px);
  position: absolute;
  background: black url(https://dkumiip2e9ary.cloudfront.net/xalok/autobild/especiales/cupra-vz5/assets/cupra-logo-new.jpg?a) center center no-repeat;
  top: -60px;
  visibility: visible;
  opacity: 1;
  animation: opacity 1.5s 1s both ease;
  background-size: calc(100% - 20vw);
}

@keyframes opacity {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    visibility: hidden;
  }
}


.cupra-intro {
  position: relative;
}

@keyframes appear {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}



.cupra-title-block {
  padding: 40px 20px 0;
  top: 5%;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.cupra-title-h1 {
  color: var(--Blanco, #FFF);
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
  letter-spacing: 0.14px;
  max-width: 700px;
  display: block;
  margin: 0 auto 12px;
  animation: appear 2s .5s both ease;
}

.cupra-title-h1 span {
  color: var(--Azul, #8EC5C5);
}

.c-detail--special .c-detail__content .c-detail__body .cupra-title-h2 {
  color: var(--Blanco, #FFF);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  max-width: 1050px;
  display: block;
  margin: 0 auto;
  animation: appear 2s 1s both ease;
  text-transform: none;

}

.cupra-alayans {
  margin: -30px auto 30px;
  text-align: center;
  animation: appear 2s 1.5s both ease;
}

.cupra-alayans img {
  max-width: 164px;
  margin: 0 auto;
}

.cupra-alayans p {
  color: var(--Blanco, #FFF);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.cupra-lead {
  padding: 0 20px;
  text-align: center;
  margin: 0 auto 40px;
  position: relative;
  max-width: 880px;
  animation: appear 2s 2s both ease;
}

.cupra-lead-p {
  color: var(--Blanco, #FFF);
  font-family: Mulish;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
}

.cupra-lead-p span {
  color: var(--Azul, #8EC5C5);
  font-weight: 800;
}

.cupra-body {
  padding: 0 20px;
  margin: 0 auto 48px;
  max-width: 640px;
}

@keyframes anima {
  from {
    scale: 1.4;
    transform: translateY(200px);
  }

  to {
    scale: 1;
    transform: translateY(0);
  }
}

.cupra-body .cupra-body-p {
  view-timeline: --scroll;
  animation: anima both linear;
  animation-timeline: --scroll;
  animation-range: entry 0 cover 30%;
}

.cupra-body-p {
  color: var(--Blanco, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 20px;

}

.cupra-body p b {
  font-weight: 600;
}

@keyframes opa {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.c-detail__embed .c-freehtml .cupra-title-h3 {
  color: var(--Azul, #8EC5C5);
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  padding: 0 20px;
  margin: 0 auto 24px;
  max-width: 930px;
  text-align: center;
  view-timeline: --scroll;
  animation: opa both linear;
  animation-timeline: --scroll;
  animation-range: entry 0 cover 25%;
}

.cupra-backgrounds {
  margin-bottom: 32px;
}

@keyframes right {
  from {
    transform: translateX(200px);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes left {
  from {
    transform: translateX(-200px);
  }

  to {
    transform: translateY(0);
  }
}

.cupra-block {
  display: grid;
  padding: 0 20px;
  margin-bottom: 48px;
}

.cupra-block-left {
  view-timeline: --scroll;
  animation: left both linear;
  animation-timeline: --scroll;
  animation-range: entry 0 cover 20%;
}

.cupra-block-right {
  view-timeline: --scroll;
  animation: right both linear;
  animation-timeline: --scroll;
  animation-range: entry 0 cover 20%;
}

.cupra-block-special {
  view-timeline: --scroll;
  animation: left both linear;
  animation-timeline: --scroll;
  animation-range: entry 0 cover 10%;
}



@keyframes blur {
  from {
    filter: grayscale(100%) blur(9px);
  }

  to {
    filter: grayscale(0) blur(0);
  }
}

.cupra-block img {
  order: 0;
  margin-bottom: 32px;
  view-timeline: --scroll;
  animation: blur both linear;
  animation-timeline: --scroll;
  animation-range: entry 0 cover 40%;
}

.cupra-block-special img {
  view-timeline: --scroll;
  animation: blur both linear;
  animation-timeline: --scroll;
  animation-range: entry 0 cover 20%;
}

.cupra-block .cupra-block-column {
  order: 1;
}

.cupra-block .cupra-title-h4 {
  color: var(--Azul, #8EC5C5);
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 24px;
}

.cupra-block .cupra-body-p {
  margin-bottom: 5px;
  position: relative;
  left: 20px;
}

.cupra-block .cupra-body-p:before {
  content: "●";
  color: var(--Azul, #8EC5C5);
  position: absolute;
  left: -19px;
}

.cupra-block-special {
  padding: 0;
  margin-bottom: 0;
}

.cupra-block-special img {
  margin-bottom: 0;
}

.cupra-block-special .cupra-block-column {
  background-color: var(--Azul, #8EC5C5);
  padding: 32px 20px;
}

.cupra-block-special .cupra-title-h4 {
  color: var(--Negro, #2B2B2B);
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
}

.cupra-block-special .cupra-body-p-special {
  color: var(--Negro, #2B2B2B);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}

.cupra-block-special .cupra-body-p-special b {
  font-weight: 700;
}


@media (min-width: 640px) {
  .cupra-title-h1 {
    font-size: 40px;
    line-height: 48px;

    letter-spacing: 0.2px;
  }

  .c-detail--special .c-detail__content .c-detail__body .cupra-title-h2 {
    font-size: 34px;
    line-height: 40px;

  }

  .cupra-landing:after {
    background-size: 400px
  }
}

@media (min-width: 960px) {
  .cupra-title-block {
    padding: 0;
    position: absolute;
    top: 5vw;
  }

  .cupra-alayans {
    margin: -120px auto 30px;
    display: flex;
    align-items: center;
    max-width: 400px;
  }

  .cupra-lead {
    padding: 0;
  }

  .cupra-lead-p {
    font-size: 26px;
    line-height: 42px;
  }

  .cupra-body {
    padding: 0;
  }

  .cupra-body-p {
    font-size: 18px;
    line-height: 30px;

  }

  .c-detail__embed .c-freehtml .cupra-title-h3 {
    font-size: 52px;
    line-height: 52px;

    margin: 0 auto 48px;
  }

  .cupra-backgrounds {
    margin-bottom: 72px;
  }

  .cupra-block .cupra-title-h4 {
    font-size: 36px;
    line-height: 42px;

  }

  .cupra-block-special .cupra-body-p-special {
    color: var(--Negro, #2B2B2B);
    font-family: Mulish;
    font-size: 22px;
    line-height: 36px;
  }
}

@media (min-width: 1080px) {
  .cupra-block {
    padding: 0;
    display: grid;
    grid-template-columns: minmax(600px, 1fr) minmax(0, 460px);
    gap: 40px;
    align-items: center;
  }

  .cupra-block-left .cupra-block-column {
    padding-right: 100px;
  }

  .cupra-block-right .cupra-block-column {
    padding-left: 100px;
    padding-top: 50px;
  }

  .cupra-block.cupra-block-left.margin,
  .cupra-block.cupra-block-left.margin img {
    margin: 0;
  }

  .cupra-block-right {
    grid-template-columns: minmax(0, 460px) minmax(600px, 1fr);
  }

  .cupra-block-right img {
    order: 1;
    margin: 0;
    object-fit: cover;
    height: 100%;
  }

  .cupra-block-special {
    margin-top: 88px;
  }

  .cupra-block.cupra-block-left.cupra-block-special {
    background-color: var(--Azul, #8EC5C5);
  }
}


@media (min-width: 1280px) {
  .cupra-title-block {
    padding: 0;
    position: absolute;
    top: 9vw;
  }

  .cupra-backgrounds img {
    display: none;
  }

  .cupra-backgrounds {
    aspect-ratio: 2/1;
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    background-position: center;
  }

  .cupra-backgrounds-one {
    background-image: url(https://dkumiip2e9ary.cloudfront.net/xalok/autobild/especiales/cupra-vz5/assets/cupra-img-1.jpg);
  }

  .cupra-backgrounds-two {
    background-image: url(https://dkumiip2e9ary.cloudfront.net/xalok/autobild/especiales/cupra-vz5/assets/cupra-img-4.jpg);
  }

  .cupra-backgrounds-three {
    background-image: url(https://dkumiip2e9ary.cloudfront.net/xalok/autobild/especiales/cupra-vz5/assets/cupra-img-5.jpg);
  }

  .cupra-landing:after {
    top: -120px;
    background-size: 500px;
    height: calc(100vh + 120px);
  }
}

.c-detail__body .c-detail__embed {
  width: 100%;
  max-width: 100% !important;
  padding: 0 !important;
  overflow: unset !important;
}

.c-detail__body .c-detail__embed:last-of-type {
  margin-bottom: 0 !important;
}

.c-detail--special .c-detail__content .c-detail__body .c-detail__embed .c-detail__embed__code {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100% !important;
  padding: 0;
}

.c-detail--special .c-detail__content .c-detail__body .c-detail__embed .c-detail__embed__code>div {
  width: 100%;
}

.c-detail--special .c-detail__content .c-detail__body {
  max-width: inherit;
  margin-top: -9px;
}

.c-detail--special .c-detail__content .c-detail__data {
  display: none;
}