.capsule-hero {
  position: relative;
  isolation: isolate;
  padding-top: clamp(98px, 13.5483870968vw, 210px);
  margin-top: clamp(-100px, -6vw, -93px);
  background: url(../../assets/img/decor/bg-hero.webp) center center/cover no-repeat;
}

.capsule-hero__glow {
  position: absolute;
  inset: -30% auto auto 10%;
  width: clamp(260px, 40vw, 640px);
  height: clamp(260px, 40vw, 640px);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 60%);
  -webkit-filter: blur(40px);
          filter: blur(40px);
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
}

.capsule-hero__inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.capsule-hero__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 min(960px, 60vw);
          flex: 0 1 min(960px, 60vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hero-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.hero-brand__logo {
  width: 100%;
  margin-bottom: clamp(38px, 3.5483870968vw, 55px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.hero-brand__eyebrow {
  font-weight: 600;
  font-size: clamp(11px, 0.8387096774vw, 13px);
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  max-width: 117px;
}

.hero-brand__title {
  margin-bottom: 16px;
}

.hero-brand__lead {
  font-weight: 500;
  font-size: clamp(18px, 1.5483870968vw, 24px);
  line-height: 100%;
  max-width: 520px;
  margin-bottom: clamp(30px, 3.2258064516vw, 50px);
}

.nur-logo {
  aspect-ratio: 137/35;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 813px;
}

.nur-logo__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-mask: url(#nur-logo-mask) no-repeat center/contain;
  mask: url(#nur-logo-mask) no-repeat center/contain;
  -webkit-mask-image: url(#nur-logo-mask);
  mask-image: url(#nur-logo-mask);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.nur-logo__img {
  display: none;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

body.is-safari .nur-logo__video,
.is-safari .nur-logo__video {
  display: none;
}

body.is-safari .nur-logo__img,
.is-safari .nur-logo__img {
  display: block;
}

body.is-ios-firefox .nur-logo__video,
.is-ios-firefox .nur-logo__video {
  display: none;
}

body.is-ios-firefox .nur-logo__img,
.is-ios-firefox .nur-logo__img {
  display: block;
}

.nur-logo--no-video .nur-logo__video {
  display: none;
}

.nur-logo--no-video .nur-logo__img {
  display: block;
}

/* Safari sometimes drops url(#id) masks; switch to a bitmap mask there */

@supports (-webkit-touch-callout: none) {
  .nur-logo__video {
    -webkit-mask: url(../../../assets/img/decor/nur-logo-mask.webp) no-repeat center/contain;
    mask: url(../../../assets/img/decor/nur-logo-mask.webp) no-repeat center/contain;
  }
}

.hero-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px 40px;
}

.hero-product {
  margin-bottom: clamp(20px, 1.935483871vw, 30px);
  margin-top: clamp(70px, 11.6129032258vw, 180px);
}

.hero-product__main {
  max-width: 855px;
}

.hero-product__label-capsule {
  margin-block: -27vw 50px;
}

.hero-product__footer {
  max-width: 615px;
}

.hero-product__title {
  margin-bottom: clamp(20px, 1.935483871vw, 30px);
}

.hero-product__lead {
  font-weight: 600;
  font-size: clamp(18px, 1.5483870968vw, 24px);
  line-height: 130%;
  margin-bottom: clamp(10px, 1.2903225806vw, 20px);
}

.hero-product__text {
  font-weight: 500;
  font-size: clamp(16px, 1.2903225806vw, 20px);
  line-height: 130%;
  margin-bottom: clamp(20px, 1.935483871vw, 30px);
}

.hero-product__text:last-child {
  margin-bottom: 0px;
}

.hero-product__icon {
  width: 33px;
  height: 48px;
  color: var(--c-4f87a1);
  margin-bottom: 6px;
}

.hero-product__controller {
  font-weight: 600;
  font-size: clamp(18px, 1.5483870968vw, 24px);
  line-height: 130%;
  margin-block: clamp(18px, 2.2580645161vw, 35px);
}

.hero-product__capsule-mob {
  margin: 36px auto 80px auto;
  position: relative;
  max-width: 400px;
  position: relative;
}

.hero-product__capsule-mob .hero-product__label--top {
  --label-left: 23%;
}

.hero-product__capsule-mob .hero-product__label--body {
  --label-left: 77%;
}

.hero-product__capsule-mob .hero-product__label-pin {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.0666666667);
}

.hero-product__capsule-mob-labels {
  position: absolute;
  inset: 0;
  z-index: 2;
  list-style: none;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.hero-product__capsule-mob-labels .hero-product__label {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
      -ms-transform: translate(-50%, -50%) scale(0.9);
          transform: translate(-50%, -50%) scale(0.9);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

.hero-product__capsule-mob-labels .hero-product__label.is-visible {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.hero-product__label {
  position: absolute;
  top: var(--label-top, 50%);
  left: var(--label-left, 50%);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hero-product__label-pin {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(40px, 11vw, 52px);
  height: clamp(40px, 11vw, 52px);
  border-radius: 50%;
  font-weight: 600;
  font-size: clamp(16px, 3.5vw, 20px);
  line-height: 1;
  color: var(--c-233140);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.98)), to(rgba(255, 255, 255, 0.78)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.78));
  border: 1px solid rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 18px 35px rgba(15, 23, 42, 0.25), inset 0 2px 8px rgba(255, 255, 255, 0.6);
          box-shadow: 0 18px 35px rgba(15, 23, 42, 0.25), inset 0 2px 8px rgba(255, 255, 255, 0.6);
  opacity: 1;
}

.hero-product__label-pin::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  border: 1px solid transparent;
  -o-border-image: conic-gradient(from 90deg at 0% 0%, rgba(255, 255, 255, 0) -47deg, rgba(255, 255, 255, 0.35) 43deg, rgba(255, 255, 255, 0) 133deg, rgba(255, 255, 255, 0.35) 223deg, rgba(255, 255, 255, 0) 313deg, rgba(255, 255, 255, 0.35) 403deg) 1;
     border-image: conic-gradient(from 90deg at 0% 0%, rgba(255, 255, 255, 0) -47deg, rgba(255, 255, 255, 0.35) 43deg, rgba(255, 255, 255, 0) 133deg, rgba(255, 255, 255, 0.35) 223deg, rgba(255, 255, 255, 0) 313deg, rgba(255, 255, 255, 0.35) 403deg) 1;
  pointer-events: none;
}

.hero-product__label--top {
  --label-left: 15%;
  --label-top: 12.8%;
}

.hero-product__label--body {
  --label-left: 85%;
  --label-top: 31%;
}

.hero-product__label--bottom {
  --label-left: 32%;
  --label-top: 69%;
}

.label-capsule__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  list-style: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.label-capsule__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33% - 80px);
          flex: 0 0 calc(33% - 80px);
  list-style: unset;
  font-weight: 600;
  font-size: 15px;
  line-height: 110%;
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
}

.label-capsule__item.is-visible {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.label-capsule__item::marker {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: var(--c-3e4759);
}

.hero-visual {
  position: relative;
  min-height: clamp(420px, 56vw, min(720px, 70vh));
  --capsule-width: min(420px, 90vw);
  --capsule-top-end: 244px;
  --capsule-body-end: 170px;
  --capsule-filling-end: 0;
  --capsule-bottom-end: -100px;
}

.hero-visual__assembly {
  position: fixed;
  top: min(210px, 20vh);
  display: grid;
  justify-items: center;
  min-height: clamp(420px, 56vw, min(720px, 70vh));
  padding-top: 0;
  -webkit-transition: top 0s ease;
  transition: top 0s ease;
  will-change: transform;
  isolation: isolate;
  left: var(--capsule-fixed-left, max(40px, 100vw - var(--capsule-width) - 40px));
  right: auto;
  width: var(--capsule-fixed-width, auto);
  opacity: var(--capsule-mobile-opacity, 1);
  -webkit-transform: translate3d(0, var(--capsule-desktop-shift-y, 0), 0) scale(var(--capsule-desktop-scale, 1));
          transform: translate3d(0, var(--capsule-desktop-shift-y, 0), 0) scale(var(--capsule-desktop-scale, 1));
  z-index: 4;
}

.hero-visual__assembly[data-capsule-hero-visible=false] {
  visibility: hidden;
  pointer-events: none;
}

.hero-visual__part {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: var(--capsule-width);
  margin-bottom: clamp(-90px, -9vw, -50px);
  --shift-y: 0px;
  --shift-x: 0px;
  --shift-y-end: 0px;
  -webkit-transform: translate3d(var(--shift-x), var(--shift-y), 0);
          transform: translate3d(var(--shift-x), var(--shift-y), 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.hero-visual__part img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.hero-visual__part--top {
  z-index: 4;
  margin-bottom: clamp(-130px, -8vw, -70px);
  --shift-y: 0px;
  --shift-x: -5px;
  --shift-y-end: var(--capsule-top-end);
}

.hero-visual__part--body {
  z-index: 3;
  --shift-y: 20px;
  --shift-x: 0px;
  --shift-y-end: var(--capsule-body-end);
}

.hero-visual__part--filling {
  z-index: 2;
  --shift-y: 50px;
  --shift-x: 6px;
  --shift-y-end: var(--capsule-filling-end);
}

.hero-visual__part--bottom {
  z-index: 1;
  --shift-y: 0px;
  --shift-x: -4px;
  --shift-y-end: var(--capsule-bottom-end);
  position: relative;
}

.hero-visual__part--bottom::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-60%);
      -ms-transform: translateX(-60%);
          transform: translateX(-60%);
  width: clamp(280px, 75vw, 640px);
  aspect-ratio: 3/1.2;
  border-radius: 50%;
  background: radial-gradient(closest-side at 50% 45%, rgba(23, 31, 44, 0.4) 0%, rgba(0, 0, 0, 0.15) 75%);
  -webkit-filter: blur(35px);
  filter: blur(35px);
  opacity: 0.85;
  pointer-events: none;
}

.hero-visual__labels {
  position: absolute;
  inset: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(calc(var(--capsule-labels-shift, 0px) + 12px));
      -ms-transform: translateY(calc(var(--capsule-labels-shift, 0px) + 12px));
          transform: translateY(calc(var(--capsule-labels-shift, 0px) + 12px));
  -webkit-transition: opacity 0.45s ease, -webkit-transform 0.45s ease;
  transition: opacity 0.45s ease, -webkit-transform 0.45s ease;
  transition: opacity 0.45s ease, transform 0.45s ease;
  transition: opacity 0.45s ease, transform 0.45s ease, -webkit-transform 0.45s ease;
  z-index: 6;
}

.hero-visual__assembly[data-labels-stage] .hero-visual__labels {
  opacity: 1;
  -webkit-transform: translateY(var(--capsule-labels-shift, 0px));
      -ms-transform: translateY(var(--capsule-labels-shift, 0px));
          transform: translateY(var(--capsule-labels-shift, 0px));
}

.hero-visual__assembly[data-capsule-follow=true] .hero-visual__labels {
  -webkit-transition: opacity 0.45s ease, -webkit-transform 0s;
  transition: opacity 0.45s ease, -webkit-transform 0s;
  transition: opacity 0.45s ease, transform 0s;
  transition: opacity 0.45s ease, transform 0s, -webkit-transform 0s;
}

.hero-visual__label {
  --label-offset-x: 0px;
  --label-offset-y: 0px;
  --label-delay: 0s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(calc(-50% + var(--label-offset-x)), calc(-50% + var(--label-offset-y)));
      -ms-transform: translate(calc(-50% + var(--label-offset-x)), calc(-50% + var(--label-offset-y)));
          transform: translate(calc(-50% + var(--label-offset-x)), calc(-50% + var(--label-offset-y)));
  z-index: 5;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.hero-visual__label:nth-child(2) {
  --label-delay: 1s;
}

.hero-visual__label:nth-child(3) {
  --label-delay: 2s;
}

.hero-visual__label--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-align: right;
}

.hero-visual__label-pin {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(48px, 4vw, 60px);
  height: clamp(48px, 4vw, 60px);
  border-radius: 50%;
  font-weight: 600;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1;
  color: var(--c-233140);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.98)), to(rgba(255, 255, 255, 0.78)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.78));
  border: 1px solid rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 24px 45px rgba(15, 23, 42, 0.25), inset 0 2px 8px rgba(255, 255, 255, 0.6);
          box-shadow: 0 24px 45px rgba(15, 23, 42, 0.25), inset 0 2px 8px rgba(255, 255, 255, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear;
  -webkit-transition-delay: var(--label-delay);
          transition-delay: var(--label-delay);
}

.hero-visual__label-pin::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  border: 1px solid transparent;
  -o-border-image: conic-gradient(from 90deg at 0% 0%, rgba(255, 255, 255, 0) -47deg, rgba(255, 255, 255, 0.35) 43deg, rgba(255, 255, 255, 0) 133deg, rgba(255, 255, 255, 0.35) 223deg, rgba(255, 255, 255, 0) 313deg, rgba(255, 255, 255, 0.35) 403deg) 1;
     border-image: conic-gradient(from 90deg at 0% 0%, rgba(255, 255, 255, 0) -47deg, rgba(255, 255, 255, 0.35) 43deg, rgba(255, 255, 255, 0) 133deg, rgba(255, 255, 255, 0.35) 223deg, rgba(255, 255, 255, 0) 313deg, rgba(255, 255, 255, 0.35) 403deg) 1;
  pointer-events: none;
}

.hero-visual__label-line {
  --label-line-width: 292px;
  --label-line-progress: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  height: 1px;
  width: calc(var(--label-line-width) * var(--label-line-progress));
  max-width: var(--label-line-width);
  background: var(--c-d2d7e0);
  position: absolute;
  bottom: -250px;
  left: -129px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg);
  opacity: 0;
  -webkit-transition: width 0.5s ease var(--label-delay), opacity 0.3s ease var(--label-delay);
  transition: width 0.5s ease var(--label-delay), opacity 0.3s ease var(--label-delay);
}

.hero-visual__label--reverse .hero-visual__label-line {
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}

.hero-visual__label-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px;
  position: absolute;
  left: -133px;
  max-width: 102px;
  opacity: 0;
  -webkit-transform: translateY(12px);
      -ms-transform: translateY(12px);
          transform: translateY(12px);
  -webkit-transition: opacity 0.45s ease var(--label-delay), -webkit-transform 0.45s ease var(--label-delay);
  transition: opacity 0.45s ease var(--label-delay), -webkit-transform 0.45s ease var(--label-delay);
  transition: opacity 0.45s ease var(--label-delay), transform 0.45s ease var(--label-delay);
  transition: opacity 0.45s ease var(--label-delay), transform 0.45s ease var(--label-delay), -webkit-transform 0.45s ease var(--label-delay);
}

.hero-visual__label-copy .icon {
  width: 18px;
  height: 18px;
  fill: var(--c-aecad6);
}

.hero-visual__label-title {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 110%;
  text-align: right;
}

.hero-visual__label-note {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.72);
  text-align: right;
}

.hero-visual__assembly[data-labels-stage=pins] .hero-visual__label-pin,
.hero-visual__assembly[data-labels-stage=lines] .hero-visual__label-pin,
.hero-visual__assembly[data-labels-stage=text] .hero-visual__label-pin {
  opacity: 1;
}

.hero-visual__assembly[data-labels-stage=lines] .hero-visual__label-line,
.hero-visual__assembly[data-labels-stage=text] .hero-visual__label-line {
  opacity: 0.9;
  --label-line-progress: 1;
}

.hero-visual__assembly[data-labels-stage=text] .hero-visual__label-copy {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.hero-visual__label--top {
  --label-offset-x: -208px;
  --label-offset-y: -37px;
}

.hero-visual__label--top .hero-visual__label-copy {
  top: 300px;
  left: -233px;
}

.hero-visual__label--body {
  --label-offset-x: 202px;
  --label-offset-y: 63px;
}

.hero-visual__label--body .hero-visual__label-copy {
  top: 331px;
  left: -248px;
}

.hero-visual__label--body .hero-visual__label-line {
  --label-line-width: 321px;
  bottom: -278px;
  left: -141px;
}

.hero-visual__label--bottom {
  --label-offset-x: -149px;
  --label-offset-y: 273px;
}

.hero-visual__label--bottom .hero-visual__label-copy {
  top: 133px;
  left: -141px;
}

.hero-visual__label--bottom .hero-visual__label-line {
  --label-line-width: 102px;
  bottom: 2px;
  left: -87px;
}

[data-capsule-section] .js-capsule-assembly[data-capsule-ready=true] .hero-visual__part {
  -webkit-transition: -webkit-transform 0s ease-out;
  transition: -webkit-transform 0s ease-out;
  transition: transform 0s ease-out;
  transition: transform 0s ease-out, -webkit-transform 0s ease-out;
}

[data-capsule-debug=start] .hero-visual__part,
[data-capsule-debug=end] .hero-visual__part {
  -webkit-transition: none !important;
  transition: none !important;
}

[data-capsule-debug=start] .hero-visual__part {
  -webkit-transform: translate3d(var(--shift-x), var(--shift-y), 0) !important;
          transform: translate3d(var(--shift-x), var(--shift-y), 0) !important;
}

[data-capsule-debug=end] .hero-visual__part {
  -webkit-transform: translate3d(var(--shift-x), var(--shift-y-end), 0) !important;
          transform: translate3d(var(--shift-x), var(--shift-y-end), 0) !important;
}

html.with-fancybox .hero-visual__assembly,
html.is-fancybox-closing .hero-visual__assembly {
  visibility: hidden;
}

body.lock .hero-visual__assembly,
body.is-modal-locked .hero-visual__assembly,
body.is-flavors-filter-open .hero-visual__assembly {
  visibility: hidden;
}

body.is-header-locked .hero-visual__assembly {
  visibility: hidden;
}

@media (min-width: 991px) {
  .hero-product__label-capsule {
    display: none;
  }
}

@media (min-width: 991px) and (max-height: 820px) {
  .hero-visual.hero-visual {
    --capsule-top-end: 159px;
    --capsule-body-end: 115px;
    --capsule-filling-end: 30px;
    --capsule-bottom-end: -70px;
    --capsule-end-offset: 30px;
  }

  .hero-visual__assembly {
    --capsule-desktop-shift-y: -30px;
    --capsule-desktop-scale: 0.94;
    -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
            transform-origin: top right;
  }
}

@media (min-width: 992px) {
  .capsule-hero__inner {
    gap: clamp(30px, 5vw, 80px);
  }

  .hero-product__capsule-mob {
    display: none;
  }
}

@media (min-width: 1510px) {
  .hero-visual__assembly {
    left: var(--capsule-fixed-left, max(40px, 100vw - var(--capsule-width) - 12vw));
  }
}

@media (max-width: 1499px) {
  .capsule-hero__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100vw - var(--capsule-width, 530px));
            flex: 0 1 calc(100vw - var(--capsule-width, 530px));
  }

  .hero-visual {
    --capsule-top-end: 250px;
  }

  .hero-visual__label-line {
    --label-line-width: 130px;
    bottom: 45px;
    left: 35px;
  }

  .hero-visual__label--top {
    --label-offset-x: -209px;
    --label-offset-y: 26px;
  }

  .hero-visual__label--top .hero-visual__label-copy {
    top: -172px;
    left: 42px;
  }
}

@media (max-width: 1199px) {
  .hero-visual {
    --capsule-top-end: 255px;
    --capsule-bottom-end: -50px;
  }

  .hero-visual__label--body {
    --label-offset-y: 127px;
  }

  .hero-visual__label--bottom {
    --label-offset-y: 300px;
  }
}

@media (max-width: 992px) {
  .capsule-hero__inner {
    grid-template-columns: 1fr;
  }

  .capsule-hero__content {
    max-width: 100%;
  }

  .hero-visual {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .hero-visual__assembly {
    top: clamp(50px, 10vh, 100px);
  }
}

@media (max-width: 991px) {
  .capsule-hero__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 570px;
    --capsule-width: 475px;
  }

  .hero-brand {
    margin-top: -150px;
  }

  .hero-brand__logo {
    --logo-reveal-progress: clamp(0, calc(var(--page-scroll-y, 0) / 120), 1);
    opacity: var(--logo-reveal-progress);
    -webkit-transform: translateY(calc(12px * (1 - var(--logo-reveal-progress)))) scaleY(var(--logo-reveal-progress));
        -ms-transform: translateY(calc(12px * (1 - var(--logo-reveal-progress)))) scaleY(var(--logo-reveal-progress));
            transform: translateY(calc(12px * (1 - var(--logo-reveal-progress)))) scaleY(var(--logo-reveal-progress));
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    overflow: hidden;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  }

  .hero-actions {
    position: relative;
    background: transparent;
    z-index: 1;
  }

  .hero-actions::before {
    content: "";
    position: absolute;
    inset: -12px;
    bottom: -80px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    z-index: -1;
    mask-image: radial-gradient(circle at center, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: radial-gradient(circle at center, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  }

  .hero-product__main {
    position: relative;
    background: transparent;
    z-index: 1;
  }

  .hero-product__main::before {
    content: "";
    position: absolute;
    inset: -12px;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    z-index: -1;
    mask-image: radial-gradient(circle at center, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: radial-gradient(circle at center, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  }

  .hero-visual {
    --capsule-width: min(336px, 90vw);
    --capsule-top-end: 181px;
    --capsule-body-end: 100px;
    --capsule-filling-end: -20px;
    --capsule-bottom-end: -90px;
  }

  .hero-visual__assembly {
    top: 100px;
    left: 50%;
    --capsule-mobile-scale: 1;
    --capsule-mobile-opacity: 1;
    -webkit-transform: translateX(-50%) translateY(var(--capsule-mobile-translate-y, 0)) scale(var(--capsule-mobile-scale));
        -ms-transform: translateX(-50%) translateY(var(--capsule-mobile-translate-y, 0)) scale(var(--capsule-mobile-scale));
            transform: translateX(-50%) translateY(var(--capsule-mobile-translate-y, 0)) scale(var(--capsule-mobile-scale));
    -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: top 0s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: top 0s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: top 0s ease, transform 0.3s ease, opacity 0.3s ease;
    transition: top 0s ease, transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
    z-index: -1;
  }

  .hero-visual__part--top {
    --shift-x: -2px;
  }

  .hero-visual__part--body {
    --shift-x: -3px;
  }

  .hero-visual__part--filling {
    zoom: 0.7;
  }

  .hero-visual__labels {
    display: none;
  }

  .hero-visual__label-line {
    display: none;
  }

  .hero-visual__label-copy {
    display: none;
  }

  .hero-visual__label--top {
    --label-offset-x: -162px;
    --label-offset-y: 11px;
  }

  .hero-visual__label--body {
    --label-offset-x: 140px;
    --label-offset-y: 60px;
  }

  .hero-visual__label--bottom {
    --label-offset-x: -84px;
    --label-offset-y: 227px;
  }
}

@media (max-width: 768px) {
  .hero-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .hero-actions__link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .hero-actions__link {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-inline: auto;
  }

  .hero-visual {
    --capsule-top-end: 155px;
  }

  .hero-visual__label--top {
    --label-offset-x: -162px;
    --label-offset-y: 0px;
  }

  .hero-visual__label--body {
    --label-offset-x: 154px;
    --label-offset-y: 60px;
  }

  .hero-visual__label--bottom {
    --label-offset-x: -84px;
    --label-offset-y: 227px;
  }
}

@media (max-width: 575px) {
  .capsule-hero__content {
    --capsule-width: 288px;
    margin-top: 600px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .hero-product__label-capsule {
    margin-top: -13vw;
  }
}
@supports (appearance:none){

}

 @media (min-width: 991px){

@supports (appearance:none){

}

}

 @media (min-width: 991px) and (max-height: 820px){

@supports (appearance:none){

}

}

 @media (min-width: 992px){

@supports (appearance:none){

}

}

 @media (min-width: 1510px){

@supports (appearance:none){

}

}

 @media (max-width: 1499px){

@supports (appearance:none){

}

}

 @media (max-width: 1199px){

@supports (appearance:none){

}

}

 @media (max-width: 992px){

@supports (appearance:none){

}

}

 @media (max-width: 991px){

@supports (appearance:none){

}

}

 @media (max-width: 768px){

@supports (appearance:none){

}

}

 @media (max-width: 767px){

@supports (appearance:none){

}

}

 @media (max-width: 575px){

@supports (appearance:none){

}

}

 @media (min-width: 576px) and (max-width: 991px){

@supports (appearance:none){

}

}
