@charset "UTF-8";
/* _common/_common\uk\common.scss */
@font-face {
  font-family: "Caveat";
  src: url("/content/dam/channel/wcms/de/2026-monthly-lg/assets/font/Caveat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Caveat";
  src: url("/content/dam/channel/wcms/de/2026-monthly-lg/assets/font/Caveat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Courgette";
  src: url("/content/dam/channel/wcms/de/2026-monthly-lg/assets/font/Courgette-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kalam";
  src: url("/content/dam/channel/wcms/de/2026-monthly-lg/assets/font/Kalam-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kalam";
  src: url("/content/dam/channel/wcms/de/2026-monthly-lg/assets/font/Kalam-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@keyframes quoteRotateLeft {
  0% {
    opacity: 0;
    transform: rotate(60deg);
  }
  50% {
    opacity: 1;
    transform: rotate(-8deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@keyframes quoteRotateRight {
  0% {
    opacity: 0;
    transform: rotate(-60deg);
  }
  50% {
    opacity: 1;
    transform: rotate(8deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg);
  }
}
.monthly {
  --color-headline: #000;
  --color-text: #333;
  --container-width: 100%;
  --container-padding: 1rem;
  overflow-x: clip;
  background-color: #f6f3eb;
}
.monthly * {
  font-family: "LGEI Text", "Segoe UI", "Microsoft Sans Serif", sans-serif;
}
@media all and (min-width: 93rem) {
  .monthly .only-mo {
    display: none !important;
  }
}
.monthly .only-pc {
  display: none !important;
}
@media all and (min-width: 93rem) {
  .monthly .only-pc {
    display: revert !important;
  }
}
.monthly .headline {
  font-family: "LGEI Headline", "Segoe UI", "Microsoft Sans Serif", sans-serif;
  font-weight: 700;
}
.monthly .headline p,
.monthly .headline span {
  font-family: inherit;
}
.monthly [class*=handwriting-] p,
.monthly [class*=handwriting-] span {
  font-family: inherit;
  padding-block-end: 0.25rem;
}
.monthly .handwriting-kalam {
  font-family: "Kalam", cursive;
}
.monthly .handwriting-caveat {
  font-family: "Caveat", cursive;
}
.monthly .handwriting-courgette {
  font-family: "Courgette", cursive;
  letter-spacing: -0.01em;
}
@media all and (min-width: 93rem) {
  .monthly .handwriting-courgette {
    letter-spacing: 0;
  }
}
.monthly .i-quote {
  display: inline-block;
  width: 1.875rem;
  background-color: currentColor;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='102' height='64' viewBox='0 0 102 64'%3E%3Cpath d='M0 64V29.3633L12.2247 0H37.5131L29.603 28.2846H44.824V64H0ZM56.2097 64V29.3633L68.4345 0H93.7228L85.8127 28.2846H101.034V64H56.2097Z' fill='%23fff'/%3E%3C/svg%3E");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  aspect-ratio: 1.5789473684;
  opacity: 0;
}
.monthly .i-quote.is-animated {
  transform-origin: left top; /* 위쪽(여는 따옴표)은 왼쪽 상단 기준 */
  animation: quoteRotateLeft 0.6s ease-out forwards;
  animation-delay: 0.2s;
}
.monthly .i-quote--right {
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="38" viewBox="0 0 60 38" fill="none"><path d="M60 -0.000282288V20.5691L52.7402 38.0068H37.7224L42.4199 21.2097H33.3808V-0.000282288H60ZM26.6192 -0.000282288V20.5691L19.3594 38.0068H4.34164L9.03915 21.2097H0V-0.000282288H26.6192Z" fill="%2343000E"/></svg>');
  opacity: 0;
}
.monthly .i-quote--right.is-animated {
  transform-origin: right top; /* 아래쪽(닫는 따옴표)은 오른쪽 상단 기준 */
  animation: quoteRotateRight 0.6s ease-out forwards;
  animation-delay: 0.2s;
}
.monthly__container {
  max-width: var(--container-width);
  margin-inline: auto;
  padding-inline: var(--container-padding);
}
.monthly [class*=section],
.monthly [class*=header],
.monthly [class*=body] {
  background-color: var(--section-bg-color);
}
.monthly__section {
  max-width: 120rem;
  margin-inline: auto;
}
.monthly__title {
  margin-bottom: 0.75rem;
  font-size: 1.75rem;
  line-height: 1.1429;
  font-weight: 800;
  color: var(--color-headline);
  letter-spacing: -0.005em;
}
.monthly__title.headline {
  font-weight: 800;
}
.monthly__eyebrow {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 800;
  color: var(--color-eyebrow);
}
.monthly__text {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  color: var(--color-text);
}
.monthly__text--s {
  font-size: 0.875rem;
  line-height: 1.2857;
  font-weight: 600;
}
.monthly__text--m {
  font-size: 1.125rem;
  line-height: 1.2222;
  font-weight: 700;
}
.monthly__text--l {
  font-size: 1.1875rem;
  line-height: 1.4;
  font-weight: 400;
}
.monthly__disclaimer {
  font-size: 0.75rem;
  line-height: 1.1667;
  font-weight: 400;
  color: var(--color-disclaimer);
}
.monthly .highlight {
  font-weight: 700;
  color: var(--color-highlight-color);
  text-decoration: none;
}
.monthly__image img {
  max-width: 100%;
  vertical-align: top;
}
.monthly__caption {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: -0.025em;
  color: var(--color-caption);
  opacity: 0.5;
}
@media all and (min-width: 93rem) {
  .monthly__caption {
    letter-spacing: 0;
  }
}
@media all and (min-width: 48.0625rem) {
  .monthly {
    --container-padding: 1.5rem;
  }
  .monthly .i-quote {
    width: 2.8125rem;
  }
  .monthly__title {
    margin-bottom: 1.125rem;
    font-size: 2.875rem;
    line-height: 1.1304;
    font-weight: 700;
  }
  .monthly__eyebrow {
    font-size: 1.625rem;
    line-height: 1.1923;
    font-weight: 800;
  }
  .monthly__text {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 400;
  }
  .monthly__text--s {
    font-size: 1.4375rem;
    line-height: 1.1739;
    font-weight: 600;
  }
  .monthly__text--m {
    font-size: 1.6875rem;
    line-height: 1.1852;
    font-weight: 700;
  }
  .monthly__text--l {
    font-size: 1.75rem;
    line-height: 1.2857;
    font-weight: 400;
  }
  .monthly__disclaimer {
    font-size: 0.875rem;
    line-height: 1.2143;
    font-weight: 400;
  }
  .monthly__caption {
    font-size: 1.3125rem;
    line-height: 1.1905;
    font-weight: 400;
  }
}
@media all and (min-width: 93rem) {
  .monthly {
    --container-width: 93rem;
  }
  .monthly .i-quote {
    width: 3.75rem;
  }
  .monthly__eyebrow {
    font-size: 2.25rem;
    line-height: 1.1667;
    font-weight: 800;
  }
  .monthly__title {
    margin-bottom: 1.5rem;
    font-size: 4rem;
    line-height: 1.125;
    font-weight: 700;
  }
  .monthly__text {
    font-size: 1.5rem;
    line-height: 1.1667;
    font-weight: 400;
  }
  .monthly__text--s {
    font-size: 2rem;
    line-height: 1.125;
    font-weight: 600;
  }
  .monthly__text--m {
    font-size: 2.25rem;
    line-height: 1.1667;
    font-weight: 700;
  }
  .monthly__text--l {
    font-size: 2.25rem;
    line-height: 1.1667;
    font-weight: 400;
  }
  .monthly__disclaimer {
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 400;
  }
  .monthly__caption {
    font-size: 2rem;
    line-height: 0.875;
    font-weight: 400;
  }
}

/* ───────────────────────────────────────────────────────────────────────────── */
.ST0016 {
  padding-block: 2.5rem !important;
}
.ST0016 .c-text-contents__interviewee-name,
.ST0016 .c-text-contents__interviewee-info,
.ST0016 .c-text-contents__bodycopy {
  display: none !important;
}
.ST0016 .c-text-contents__headline {
  margin-top: 0 !important;
}
.ST0016 .c-folding__text {
  display: none !important;
  padding-bottom: 2.5rem !important;
}
.ST0016 .c-folding__under {
  margin-top: 0.5rem !important;
}
.ST0016 .c-text-contents__disclaimer p {
  line-height: 1.167 !important;
}
@media all and (min-width: 48.0625rem) {
  .ST0016 {
    padding-block: 6.25rem !important;
  }
  .ST0016 .c-folding__text {
    padding-bottom: 3.25rem !important;
  }
  .ST0016 .c-folding__under {
    margin-top: 1rem !important;
  }
  .ST0016 .c-folding__under .c-text-contents {
    padding-inline: 1.5rem !important;
  }
  .ST0016 .c-text-contents__disclaimer p {
    line-height: 1.146 !important;
  }
}
@media all and (min-width: 93rem) {
  .ST0016 {
    padding-block: 10rem !important;
  }
  .ST0016 .c-text-contents__interviewee-name,
  .ST0016 .c-text-contents__interviewee-info,
  .ST0016 .c-text-contents__bodycopy {
    display: none !important;
  }
  .ST0016 .c-text-contents__headline {
    margin-top: 0 !important;
  }
  .ST0016 .c-folding__text {
    padding-bottom: 4rem !important;
  }
  .ST0016 .c-folding__under {
    margin-top: 1rem !important;
  }
  .ST0016 .c-folding__under .c-text-contents {
    padding-inline: 1.5rem !important;
  }
  .ST0016 .c-text-contents__disclaimer p {
    line-height: 1.125 !important;
  }
}

body .c-wrapper.bg-default.MT0004,
body .c-wrapper.bg-default.MT0004 .bg-default,
body .c-wrapper.PR0019,
body .c-wrapper.PR0019 .bg-default {
  background-color: #f6f3ee;
}

.MT0004 .component > .cmp-container .cmp-contents-layer .monthly-area .c-text-contents__disclaimer {
  display: none !important;
}

.c-wrapper.PR0019 {
  padding-block: 1.5rem !important;
}
@media all and (min-width: 48.0625rem) {
  .c-wrapper.PR0019 {
    padding-block: 3rem !important;
  }
}

/* offer-sticky-bar */
.monthly .monthly__section--offer-sticky-bar[hidden] {
  display: none;
}
.monthly .monthly__section--offer-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 99;
  width: 100%;
  max-width: 100%;
  background: #000;
  transform: translate(-50%, 100%);
  pointer-events: none;
  transition: transform 0.35s ease;
  padding-bottom: env(safe-area-inset-bottom);
}
.monthly .monthly__section--offer-sticky-bar.is-visible {
  transform: translateX(-50%);
  pointer-events: auto;
}
.monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section {
  width: 100%;
  max-width: 120rem;
  padding: 0.75rem 1.25rem;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  position: relative;
  color: #fff;
}
.monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section .only-mo {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section .only-mo button {
  padding: 0;
  border: 0;
  cursor: pointer;
  appearance: none;
}
@media all and (min-width: 93rem) {
  .monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section {
    max-width: 100rem;
    padding: 1rem 2.5rem;
    gap: 0.75rem;
  }
}
.monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section .monthly__icon {
  width: 1.5625rem;
  height: 1.5625rem;
}
.monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section .monthly__icon img {
  width: 100%;
  height: auto;
}
@media all and (min-width: 93rem) {
  .monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section .monthly__icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section-text {
  display: flex;
  gap: 0.75rem;
}
.monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section-title, .monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section-description {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 700;
}
@media all and (min-width: 93rem) {
  .monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section-title, .monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section-description {
    font-size: 1.5rem;
    line-height: normal;
  }
}
.monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 800;
}
.monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section-title:after {
  content: "";
  display: block;
  width: 0.0625rem;
  height: 1rem;
  background: #fff;
}
.monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section-description {
  white-space: pre-line;
}
.monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section .button-wrap {
  position: absolute;
  top: 50%;
  left: 1.25rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media all and (min-width: 93rem) {
  .monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section .button-wrap {
    left: auto;
    right: 0;
    gap: 1.75rem;
  }
}
@media all and (min-width: 93rem) and (min-width: 93rem) and (max-width: 102.5rem) {
  .monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section .button-wrap {
    right: 1.25rem;
  }
}
.monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section .button-wrap button {
  padding: 0;
  border: 0;
  cursor: pointer;
  appearance: none;
}
.monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section-button {
  width: 5.5rem;
  height: 2.0625rem;
  padding-block: 0.5625rem;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  font-weight: 600;
  font-size: 0.75rem;
}
@media all and (min-width: 93rem) {
  .monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section-button {
    width: 8.75rem;
    height: 2.75rem;
    padding-block: 0.75rem;
    border-radius: 0.5rem;
    font-size: 1rem;
  }
}
.monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section-close {
  width: 1.3125rem;
  height: 1.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (min-width: 93rem) {
  .monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section-close {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
.monthly .monthly__section--offer-sticky-bar .offer-sticky-bar__section-close svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* spot-layer */
.monthly .monthly-gallery-spot {
  position: relative;
  max-width: 120rem;
  margin: 0 auto;
}
.monthly .monthly-gallery-spot .arrow {
  display: none;
}
.monthly .monthly-gallery-spot__image {
  width: 100%;
}
.monthly .monthly-gallery-spot__image img {
  width: 100%;
}
.monthly .monthly-gallery-spot__cta,
.monthly .monthly__container .monthly-gallery-spot__cta {
  --spot-cta-scale: 1;
  --spot-cta-before-scale: 1;
  --spot-cta-after-scale: 1;
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  transform: translate(-50%, -50%);
  z-index: 35;
}
.monthly .monthly-gallery-spot__cta-visual {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: #a50034;
  transform: scale(var(--spot-cta-scale));
  transform-origin: center center;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
  pointer-events: none;
}
.monthly .monthly-gallery-spot__cta-visual::before, .monthly .monthly-gallery-spot__cta-visual::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out;
  pointer-events: none;
}
.monthly .monthly-gallery-spot__cta-visual::before {
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(165, 0, 52, 0.2);
  filter: blur(5px);
  z-index: -1;
  transform: translate(-50%, -50%) scale(var(--spot-cta-before-scale));
}
.monthly .monthly-gallery-spot__cta-visual::after {
  width: 0.625rem;
  height: 0.625rem;
  background: #fff;
  transform: translate(-50%, -50%) scale(var(--spot-cta-after-scale));
}
.monthly .monthly-gallery-spot-layer {
  display: none;
  position: fixed;
  max-width: 31.625rem;
  width: 20.5rem;
  z-index: 30;
  transform: translateY(2rem);
  padding-top: 3.375rem;
  margin-top: -3.375rem;
}
.monthly .monthly-gallery-spot-layer .arrow {
  position: absolute;
  bottom: calc(100% - 3.5rem);
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-width: 1.375rem 1rem;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  z-index: 11;
}
.monthly .monthly-gallery-spot-layer__inner {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 100%;
  width: min(100vw - 2rem, 100dvw - 2rem);
  padding: 1.75rem 1.875rem 1.875rem;
  border-radius: 1.25rem;
  box-shadow: 0.125rem 0.125rem 0.5rem rgba(99, 98, 95, 0.2);
  background-color: #fff;
}
.monthly .monthly-gallery-spot-layer__image {
  flex: 0 0 42%;
  max-width: 42%;
  min-width: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.monthly .monthly-gallery-spot-layer__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.monthly .monthly-gallery-spot-layer__content {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0.625rem;
  padding-right: 2.25rem;
}
.monthly .monthly-gallery-spot-layer__content .sku {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25;
  color: #767676;
}
.monthly .monthly-gallery-spot-layer__content .name {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 0.875rem;
  line-height: 1.1666666667;
  color: #000;
}
.monthly .monthly-gallery-spot-layer .cta-wrap {
  margin-top: 0.75rem;
}
.monthly .monthly-gallery-spot-layer .cta-wrap .c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 5rem;
  height: 2.25rem;
  min-height: 2.25rem;
  padding: 0 1rem;
  border: 0.0625rem solid #94928d;
  border-radius: 0.375rem;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
}
.monthly .monthly-gallery-spot-layer .cta-wrap .c-button .cmp-button__text,
.monthly .monthly-gallery-spot-layer .cta-wrap .c-button .c-button__text {
  font: inherit;
}
.monthly .monthly-gallery-spot-layer .cta-wrap .c-button {
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .monthly .monthly-gallery-spot-layer .cta-wrap .c-button:hover {
    background-color: #ea1917;
    border-color: #ea1917;
    color: #fff;
  }
}
.monthly .monthly-gallery-spot-layer .cta-wrap .c-button:focus-visible {
  outline: 0.125rem solid #ea1917;
  outline-offset: 0.125rem;
}
@media (min-width: 48.0625rem) {
  .monthly .monthly-gallery-spot-layer .cta-wrap .c-button {
    min-width: 6.25rem;
    height: 2.25rem;
    min-height: 2.25rem;
    padding: 0 1rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 600;
  }
}
.monthly .monthly-gallery-spot-layer__close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
}
.monthly .monthly-gallery-spot-layer__close:before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("https://www.lg.com/etc.clientlibs/lge/clientlibs/clientlib-site/resources/images/icon/icon-close-black-12-12.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 360px) {
  .monthly .monthly-gallery-spot-layer__image {
    width: 50%;
  }
}
@media all and (min-width: 48.0625rem) {
  .monthly .monthly-gallery-spot {
    max-width: 100%;
  }
  .monthly .monthly-gallery-spot__cta,
  .monthly .monthly__container .monthly-gallery-spot__cta {
    --spot-cta-size: clamp(2.8125rem, 4.375vw, 4.375rem);
    --spot-cta-size-hover: 3.125rem;
    --spot-cta-before-size: clamp(3.4375rem, 5vw, 5rem);
    --spot-cta-before-size-hover: 3.75rem;
    --spot-cta-after-size: clamp(1rem, 1.5625vw, 1.5625rem);
    --spot-cta-after-size-hover: 0.9375rem;
    width: var(--spot-cta-size);
    height: var(--spot-cta-size);
  }
}
@media (min-width: 48.0625rem) and (hover: hover) and (pointer: fine) {
  .monthly .monthly-gallery-spot__cta:hover,
  .monthly .monthly__container .monthly-gallery-spot__cta:hover {
    --spot-cta-scale: calc(var(--spot-cta-size-hover) / var(--spot-cta-size));
    --spot-cta-before-scale: calc(
      (var(--spot-cta-before-size-hover) / var(--spot-cta-before-size)) / var(--spot-cta-scale)
    );
    --spot-cta-after-scale: calc(
      (var(--spot-cta-after-size-hover) / var(--spot-cta-after-size)) / var(--spot-cta-scale)
    );
  }
}
@media all and (min-width: 48.0625rem) {
  .monthly .monthly-gallery-spot__cta-visual::before {
    width: var(--spot-cta-before-size);
    height: var(--spot-cta-before-size);
  }
  .monthly .monthly-gallery-spot__cta-visual::after {
    width: var(--spot-cta-after-size);
    height: var(--spot-cta-after-size);
  }
  .monthly .monthly-gallery-spot-layer {
    max-width: none;
    width: 30rem;
    transform: translate(-50%, 6.5625rem);
    padding-top: 1.875rem;
    margin-top: -1.875rem;
  }
  .monthly .monthly-gallery-spot-layer .arrow {
    bottom: calc(100% - 2rem);
  }
  .monthly .monthly-gallery-spot-layer--left {
    width: 35rem;
    transform: translate(calc(-100% + 2.375rem), calc(-50% + 1.875rem));
    padding-top: 0;
    margin-top: 0;
    padding-right: 5rem;
    margin-right: -5rem;
  }
  .monthly .monthly-gallery-spot-layer--left .arrow {
    left: 100%;
    bottom: 50%;
    transform: translate(-5.125rem, 50%);
    border-width: 1rem 1.375rem;
    border-color: transparent transparent transparent #fff;
  }
  .monthly .monthly-gallery-spot-layer--right {
    width: 35rem;
    transform: translate(6.375rem, calc(-50% + 1.875rem));
    padding-left: 5rem;
    margin-left: -5rem;
    padding-top: 0;
    margin-top: 0;
  }
  .monthly .monthly-gallery-spot-layer--right .arrow {
    left: 0;
    bottom: 50%;
    transform: translate(calc(-100% + 5rem), 50%);
    margin-left: 0.125rem;
    border-width: 1rem 1.375rem;
    border-color: transparent #fff transparent transparent;
  }
  .monthly .monthly-gallery-spot-layer__inner {
    align-items: center;
    max-width: 27.5rem;
    width: auto;
    padding: 2.5rem 1.875rem 1.875rem;
    border-radius: 1.25rem;
    box-shadow: 0.25rem 0.25rem 0.75rem rgba(99, 98, 95, 0.2);
  }
  .monthly .monthly-gallery-spot-layer__image {
    flex: 0 0 8.75rem;
    max-width: 8.75rem;
    width: 8.75rem;
    min-width: auto;
  }
  .monthly .monthly-gallery-spot-layer__image img {
    max-height: 6.5625rem;
  }
  .monthly .monthly-gallery-spot-layer__content {
    flex: 1 1 0;
    min-width: 0;
    padding-left: 1.25rem;
    padding-right: 2.75rem;
  }
  .monthly .monthly-gallery-spot-layer__content .sku {
    font-size: 0.875rem;
  }
  .monthly .monthly-gallery-spot-layer__content .name {
    font-size: 1rem;
    line-height: 1.167;
  }
  .monthly .monthly-gallery-spot-layer .cta-wrap {
    margin-top: 1.25rem;
  }
  .monthly .monthly-gallery-spot-layer__close {
    right: 0.5rem;
    top: 0.5rem;
    width: 2.75rem;
    height: 2.75rem;
  }
  .monthly .monthly-gallery-spot-layer__close:before {
    width: 0.75rem;
    height: 0.75rem;
  }
}

/* match */
.monthly__section--match {
  --color-headline: #362420;
  --color-text: #43000e;
  --color-highlight-color: var(--color-text);
  --color-caption: #43000e;
  --color-disclaimer: #4a4946;
  --section-bg-color: #dbd0c3;
  position: relative;
}
.monthly__section--match::before {
  content: "";
  display: block;
  width: 100%;
  height: 11.3888888889vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background-image: url("/content/dam/channel/wcms/de/2026-monthly-lg/26-jun/feature/images/desktop/monthly-lg-2026-jun-de-08-match-paper-top.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media all and (min-width: 93rem) {
  .monthly__section--match::before {
    height: 11.5625rem;
  }
}
.monthly__section--match::after {
  content: "";
  display: block;
  width: 100%;
  height: 11.3888888889vw;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/content/dam/channel/wcms/de/2026-monthly-lg/26-jun/feature/images/desktop/monthly-lg-2026-jun-de-08-match-paper-bottom.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media all and (min-width: 93rem) {
  .monthly__section--match::after {
    height: 15rem;
  }
}
.monthly__section--match .match__section--top {
  --section-bg-color: #ddd2c5;
  background-image: url("/content/dam/channel/wcms/de/2026-monthly-lg/26-jun/feature/images/mobile/monthly-lg-2026-jun-de-08-match-bg1-mobile.jpg");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-block: 5rem 1.5rem;
  position: relative;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--match .match__section--top {
    gap: 2rem;
    padding-block: 12.5rem 3rem;
    background-image: url("/content/dam/channel/wcms/de/2026-monthly-lg/26-jun/feature/images/desktop/monthly-lg-2026-jun-de-08-match-bg1-desktop.jpg");
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--match .match__section--top {
    gap: 3rem;
    padding-block: 15rem 6.25rem;
  }
}
.monthly__section--match .match__section--top .match__header {
  background-color: transparent;
}
.monthly__section--match .match__section--top .match__body {
  background-color: transparent;
  position: relative;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--match .match__section--top .match__body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--match .match__section--top .match__body {
    display: flex;
    flex-wrap: nowrap;
    gap: 3rem;
    align-items: center;
  }
}
.monthly__section--match .match__section--top .match__body .monthly__decoration {
  display: inline-block;
  position: absolute;
  z-index: 2;
  bottom: -0.25rem;
  right: -16%;
  width: 30%;
  aspect-ratio: 43/59;
  opacity: 0;
  transform: translate(3.5rem, -3.5rem) rotate(30deg);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.monthly__section--match .match__section--top .match__body .monthly__decoration.is-animated {
  opacity: 1;
  transform: translate(0, 0) rotate(30deg);
}
.monthly__section--match .match__section--top .match__body .monthly__decoration img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.monthly__section--match .match__section--top .match__body .monthly__decoration.ta-up {
  display: none;
}
.monthly__section--match .match__section--top .match__body .monthly__decoration.ta-down {
  display: block;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--match .match__section--top .match__body .monthly__decoration {
    bottom: 16.25rem;
    right: -2rem;
    width: clamp(7.5rem, 15.625vw, 8.75rem);
    transform: translate(7.2916666667vw, -7.2916666667vw) rotate(30deg);
  }
  .monthly__section--match .match__section--top .match__body .monthly__decoration.ta-up {
    display: block;
  }
  .monthly__section--match .match__section--top .match__body .monthly__decoration.ta-down {
    display: none;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--match .match__section--top .match__body .monthly__decoration {
    bottom: 16.5625rem;
    right: clamp(-15.75rem, -8.3333333333vw, -1.5rem);
    width: 18.5%;
    transform: translate(5rem, -5rem) rotate(30deg);
  }
}
.monthly__section--match .match__section--top .match__body .monthly__image {
  margin-inline-end: 2.5rem;
  aspect-ratio: 1/1;
  position: relative;
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
.monthly__section--match .match__section--top .match__body .monthly__image.is-animated {
  opacity: 1;
}
.monthly__section--match .match__section--top .match__body .monthly__image > img {
  width: 100%;
  border-radius: 62.4375rem 62.4375rem 62.4375rem 0;
  overflow: hidden;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--match .match__section--top .match__body .monthly__image {
    flex: 1 1 17.5rem;
    max-width: min(52%, 26.25rem);
    margin-inline-end: 0;
    margin-block-start: 1.5rem;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--match .match__section--top .match__body .monthly__image {
    flex: 0 0 36.25rem;
    max-width: 36.25rem;
    margin-inline-end: 0;
    margin-block-start: 1.5rem;
    grid-area: image;
    align-self: center;
  }
}
.monthly__section--match .match__section--top .match__body .monthly__text {
  margin-block-start: 1.5rem;
}
.monthly__section--match .match__section--top .match__body .monthly__text p + p {
  margin-block-start: 0.75rem;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--match .match__section--top .match__body .monthly__text {
    flex: 1 1 17.5rem;
    margin-block-start: 0;
    padding-inline-end: clamp(3rem, 6.25vw, 8.75rem);
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--match .match__section--top .match__body .monthly__text {
    margin-block-start: 0;
    flex: 1 1 0;
    padding-block-end: 5rem;
    padding-inline-end: 12.5rem;
  }
  .monthly__section--match .match__section--top .match__body .monthly__text p + p {
    margin-block-start: 1.5rem;
  }
}
.monthly__section--match .match__section--bottom {
  --section-bg-color: #dbd0c3;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--match .match__section--bottom {
    margin-block-start: -5rem;
    background-image: url("/content/dam/channel/wcms/de/2026-monthly-lg/26-jun/feature/images/desktop/monthly-lg-2026-jun-de-08-match-bg2-desktop.jpg");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--match .match__section--bottom {
    margin-block-start: -6.375rem;
    background-position: center 4.5rem;
  }
}
.monthly__section--match .match__section--bottom .match__body {
  background-color: transparent;
  margin-block-end: 11.3888888889vw;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--match .match__section--bottom .match__body {
    padding-block: 3rem 2rem;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--match .match__section--bottom .match__body {
    margin-block-end: 11.5625rem;
  }
}
.monthly__section--match .match__section--bottom .match__body .match__grid {
  display: flex;
  flex-direction: column;
}
.monthly__section--match .match__section--bottom .match__body .match__grid .match__grid-item {
  position: relative;
}
@media all and (min-width: 93rem) {
  .monthly__section--match .match__section--bottom .match__body .match__grid .match__grid-item {
    flex: 1 1 0;
  }
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--match .match__section--bottom .match__body .match__grid .match__grid-item--01 {
    width: calc(100% + var(--container-padding) * 2);
    margin-inline: calc(var(--container-padding) * -1);
    display: flex;
    gap: 2rem;
    position: relative;
    overflow: visible;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--match .match__section--bottom .match__body .match__grid .match__grid-item--01 {
    gap: 3rem;
  }
}
.monthly__section--match .match__section--bottom .match__body .match__grid .match__grid-item--01 .monthly__image {
  width: calc(100% + var(--container-padding) * 2);
  margin-inline: calc(var(--container-padding) * -1);
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
.monthly__section--match .match__section--bottom .match__body .match__grid .match__grid-item--01 .monthly__image.is-animated {
  opacity: 1;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--match .match__section--bottom .match__body .match__grid .match__grid-item--01 .monthly__image {
    width: 100%;
    margin-inline: 0;
    order: 2;
    width: min(52%, 30rem);
    max-width: 30rem;
    position: absolute;
    bottom: 0;
    inset-inline-end: 0;
    overflow: visible;
  }
  .monthly__section--match .match__section--bottom .match__body .match__grid .match__grid-item--01 .monthly__image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center bottom;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--match .match__section--bottom .match__body .match__grid .match__grid-item--01 .monthly__image {
    width: 100%;
    max-width: 58.5rem;
    bottom: 3.25rem;
    right: -13.5rem;
  }
}
.monthly__section--match .match__section--bottom .match__body .match__grid .match__grid-item--01 .match__grid-item-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-block: 1.5rem 2rem;
}
.monthly__section--match .match__section--bottom .match__body .match__grid .match__grid-item--01 .match__grid-item-content::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background-image: url("/content/dam/channel/wcms/de/2026-monthly-lg/26-jun/feature/images/mobile/monthly-lg-2026-jun-de-08-match-bg2-mobile.jpg");
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: calc(100% + var(--container-padding) * 2);
  margin-inline: calc(var(--container-padding) * -1);
}
.monthly__section--match .match__section--bottom .match__body .match__grid .match__grid-item--01 .match__grid-item-content > * {
  position: relative;
  z-index: 1;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--match .match__section--bottom .match__body .match__grid .match__grid-item--01 .match__grid-item-content {
    order: 1;
    gap: 2rem;
    margin-block: 2.25rem 0;
    padding-block: 2rem 0;
    padding-inline-start: var(--container-padding);
    padding-inline-end: clamp(20rem, 55vw, 37.5rem);
  }
  .monthly__section--match .match__section--bottom .match__body .match__grid .match__grid-item--01 .match__grid-item-content::before {
    content: none;
  }
  .monthly__section--match .match__section--bottom .match__body .match__grid .match__grid-item--01 .match__grid-item-content .monthly__disclaimer {
    margin-block-start: auto;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--match .match__section--bottom .match__body .match__grid .match__grid-item--01 .match__grid-item-content {
    gap: 3rem;
    margin-block: 9.25rem 0;
    padding: 3rem 54.375rem 10rem var(--container-padding);
  }
}
.monthly__section--match .match__section--bottom .match__body .match__grid .match__grid-item--01 .monthly__text--m {
  --color-text: #362420;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--match .match__section--bottom .match__body .match__grid .match__grid-item--01 .monthly__text:not(.monthly__text--m) {
    padding-inline-end: 3rem;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--match .match__section--bottom .match__body .match__grid .match__grid-item--01 .monthly__text:not(.monthly__text--m) {
    padding-inline-end: 5.625rem;
  }
}
.monthly__section--match .match__section--bottom .match__body .match__grid .match__grid-item--02 {
  --color-text: #362420;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--match .match__section--bottom .match__body .match__grid .match__grid-item--02 {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding-block: 3rem 2rem;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--match .match__section--bottom .match__body .match__grid .match__grid-item--02 {
    display: flex;
    gap: 3rem;
    align-items: center;
    position: relative;
    padding-block: 4rem 3rem;
  }
}
.monthly__section--match .match__section--bottom .match__body .match__grid .match__grid-item--02 .monthly__image {
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
.monthly__section--match .match__section--bottom .match__body .match__grid .match__grid-item--02 .monthly__image.is-animated {
  opacity: 1;
}
.monthly__section--match .match__section--bottom .match__body .match__grid .match__grid-item--02 .monthly__image img {
  aspect-ratio: 1.3082706767;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--match .match__section--bottom .match__body .match__grid .match__grid-item--02 .monthly__image {
    flex: 0 1 48%;
    max-width: 30rem;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--match .match__section--bottom .match__body .match__grid .match__grid-item--02 .monthly__image {
    flex: 0 0 43.5rem;
    max-width: 43.5rem;
  }
}
.monthly__section--match .match__section--bottom .match__body .match__grid .match__grid-item--02 .monthly__text {
  display: block;
  position: relative;
  margin-block: 0.75rem 0;
  margin-inline: 3.1875rem 2.125rem;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--match .match__section--bottom .match__body .match__grid .match__grid-item--02 .monthly__text {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 0.75rem;
    min-width: 0;
    margin: 0;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--match .match__section--bottom .match__body .match__grid .match__grid-item--02 .monthly__text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 0;
  }
}
.monthly__section--match .match__section--bottom .match__body .match__grid .match__grid-item--02 .monthly__text .i-quote {
  vertical-align: bottom;
  margin-block-end: 0.5rem;
  color: #43000e;
}
.monthly__section--match .match__section--bottom .match__body .match__grid .match__grid-item--02 .monthly__text .i-quote--right {
  position: absolute;
  left: calc(100% + 0.5rem);
  bottom: 0;
  margin-block-end: 0;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--match .match__section--bottom .match__body .match__grid .match__grid-item--02 .monthly__text .i-quote--right {
    position: static;
    margin-inline-start: auto;
  }
}
.monthly__section--match .match__section--bottom .match__body > .monthly__disclaimer {
  margin-block-start: 0.75rem;
  padding-block: 1.5rem;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--match .match__section--bottom .match__body > .monthly__disclaimer {
    margin-block-start: 0;
    padding-block: 0 3rem;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--match .match__section--bottom .match__body > .monthly__disclaimer {
    padding-inline-end: 15rem;
  }
}

/* living-room-2 */
.monthly__section--living-room-2 {
  --color-text: #000;
  --bg-color-yellow: #f1e6cb;
  --living-room-2-bg: url('/content/dam/channel/wcms/de/2026-monthly-lg/26-jun/feature/images/desktop/monthly-lg-2026-jun-de-07-living-room-2-bg-desktop.jpg');
  --living-room-2-bg-mobile: url('/content/dam/channel/wcms/de/2026-monthly-lg/26-jun/feature/images/mobile/monthly-lg-2026-jun-de-07-living-room-2-bg-mobile.jpg');
  --living-room-2-item02: url('/content/dam/channel/wcms/de/2026-monthly-lg/26-jun/feature/images/desktop/monthly-lg-2026-jun-de-07-living-room-2-item02.jpg');
  overflow: hidden;
  background: var(--living-room-2-bg-mobile) no-repeat center/cover;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--living-room-2 {
    background-image: var(--living-room-2-bg);
  }
}
.monthly__section--living-room-2 .living-room__header {
  display: flex;
  flex-direction: column;
  gap: 6.6666666667vw;
  padding-block: 6.6666666667vw;
  padding-inline: var(--container-padding);
  background-color: var(--bg-color-yellow);
  width: calc(100% + var(--container-padding) * 2);
  margin-inline: calc(var(--container-padding) * -1);
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--living-room-2 .living-room__header {
    width: 100%;
    margin-inline: 0;
    position: relative;
    z-index: 1;
    flex-direction: row;
    gap: 4rem;
    padding-block: 5rem 0;
    padding-inline: 0;
    background-color: transparent;
  }
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--living-room-2 .living-room__header .monthly__text {
    flex: 1 1 0;
  }
}
.monthly__section--living-room-2 .living-room__header .monthly__text--m {
  --color-text: #43000e;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--living-room-2 .living-room__header .monthly__text:not(.headline) p {
    padding-inline-end: 3rem;
  }
}
.monthly__section--living-room-2 .living-room__body {
  position: relative;
}
.monthly__section--living-room-2 .living-room__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.6666666667vw;
  padding-block: 6.6666666667vw;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--living-room-2 .living-room__grid {
    display: flex;
    position: relative;
    z-index: 1;
    gap: 1.5rem;
    padding-block: 4rem 5rem;
    max-width: 1440px;
    margin-inline: auto;
  }
}
.monthly__section--living-room-2 .living-room__grid-item {
  overflow: hidden;
  border-radius: 62.4375rem;
  clip-path: inset(100% 0 0 0);
  transition: clip-path 1s cubic-bezier(0.4, 0, 0.2, 1) var(--grid-items-delay, 0s);
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--living-room-2 .living-room__grid-item {
    flex: 0 1 484px;
  }
}
.monthly__section--living-room-2 .living-room__grid-item--01 {
  --grid-items-delay: 0.3s;
}
.monthly__section--living-room-2 .living-room__grid-item--02 {
  --grid-items-delay: 0.9s;
  --color-text: #ffede8;
  grid-row: 1/span 2;
  grid-column: 2;
  background: var(--living-room-2-item02) no-repeat center/cover;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--living-room-2 .living-room__grid-item--02 {
    --grid-items-delay: 0.6s;
    flex: 0 1 424px;
  }
}
.monthly__section--living-room-2 .living-room__grid-item--02 .monthly__text {
  padding-inline: 3.3333333333vw;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--living-room-2 .living-room__grid-item--02 .monthly__text {
    padding-inline: clamp(1rem, 2.5vw, 3rem);
  }
}
.monthly__section--living-room-2 .living-room__grid-item--03 {
  --grid-items-delay: 0.6s;
  grid-row: 2;
  grid-column: 1;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--living-room-2 .living-room__grid-item--03 {
    --grid-items-delay: 0.9s;
  }
}
.monthly__section--living-room-2 .living-room__grid.is-animated .living-room__grid-item {
  clip-path: inset(0);
}
.monthly__section--living-room-2 .monthly__icon--whistle {
  position: absolute;
  width: 25%;
  top: -9.7222222222vw;
  right: -6.9444444444vw;
  opacity: 0;
  transform: rotate(-45deg) translateY(50px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--living-room-2 .monthly__icon--whistle {
    width: clamp(12.1875rem, 17.7083333333vw, 340px);
    top: -3.6410923277vw;
    right: -3.625rem;
  }
}
@media (min-width: 120rem) {
  .monthly__section--living-room-2 .monthly__icon--whistle {
    top: -2em;
    right: -14.7222222222%;
  }
}
.monthly__section--living-room-2 .monthly__icon--whistle.is-animated {
  opacity: 1;
  transform: rotate(-45deg) translateY(0);
}
.monthly__section--living-room-2 .monthly__icon--whistle img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* living-room-1 */
.monthly__section--living-room-1 {
  --color-headline: #000;
  --color-text: #000;
  --bg-color-yellow: #f1e6cb;
  --section-bg-color: #f6f3ee;
  position: relative;
  padding-block-start: 0;
  background: linear-gradient(180deg, #f6f3ee 50%, #f1e6cb 50%);
}
.monthly__section--living-room-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  aspect-ratio: 10.6829268293;
  background: #f6f3ee url("/content/dam/channel/wcms/de/2026-monthly-lg/26-jun/feature/images/desktop/monthly-lg-2026-jun-de-06-living-room-1-top.png") no-repeat center center/cover;
  pointer-events: none;
  z-index: 1;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--living-room-1::before {
    top: 0;
    aspect-ratio: 10.6101694915;
    background-color: transparent;
  }
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--living-room-1 {
    height: 60rem;
    padding-block-start: 0;
    background: #f6f3ee;
  }
}
.monthly__section--living-room-1 .monthly__image {
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--bg-color-yellow);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 125vw;
  aspect-ratio: 1/1;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.monthly__section--living-room-1 .monthly__image picture {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--living-room-1 .monthly__image picture {
    inset: auto;
    bottom: 24.1875rem;
    left: 50%;
    width: auto;
    height: auto;
    transform: translateX(-50%);
  }
}
.monthly__section--living-room-1 .monthly__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--living-room-1 .monthly__image img {
    width: auto;
    max-width: none;
    height: 60rem;
    aspect-ratio: 2;
  }
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--living-room-1 .monthly__image {
    width: 108.75rem;
    height: 108.75rem;
    bottom: -24.1875rem;
  }
}
.monthly__section--living-room-1 .living-room__body {
  position: relative;
  z-index: 1;
  background-color: transparent;
  padding-block-start: 25vw;
  padding-block-end: 132.5vw;
  pointer-events: none;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--living-room-1 .living-room__body {
    display: flex;
    align-items: center;
    height: 100%;
    padding-block: 0;
  }
}
.monthly__section--living-room-1 .living-room__body .monthly__title {
  pointer-events: initial;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--living-room-1 .living-room__body .monthly__title {
    padding-inline: 0 60%;
  }
}
.monthly__section--living-room-1 .living-room__body .monthly__text {
  pointer-events: initial;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--living-room-1 .living-room__body .monthly__text {
    padding-inline: 0 60%;
  }
}
.monthly__section--living-room-1 .monthly__icon--people {
  position: absolute;
  width: min(25%, 20rem);
  bottom: -3%;
  left: -2%;
  opacity: 0;
  transform: rotate(15deg) translate(-50%, 20%);
}
.monthly__section--living-room-1 .monthly__icon--people.is-animated {
  opacity: 1;
  transform: rotate(30deg) translate(0, 0);
  transition: all 0.5s ease-in-out;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--living-room-1 .monthly__icon--people {
    bottom: -5%;
    left: 1%;
    transform: rotate(30deg) translate(-50%, 20%);
  }
  .monthly__section--living-room-1 .monthly__icon--people.is-animated {
    transform: rotate(15deg) translate(0, 0);
  }
}
.monthly__section--living-room-1 .monthly__icon--people img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* second-screen-2 */
.monthly__section--second-screen-2 {
  --color-headline: #fff;
  --color-text: #fff9f0;
  --color-highlight-color: #f4ffb8;
  --color-caption: var(--color-text);
  --section-bg-color: #257947;
  position: relative;
  z-index: 1;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--second-screen-2 {
    background-image: url("/content/dam/channel/wcms/de/2026-monthly-lg/26-jun/feature/images/desktop/monthly-lg-2026-jun-de-05-second-screen-2-bg-desktop.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
  }
}
.monthly__section--second-screen-2 .second-screen__header {
  padding-block: 1.5rem;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--second-screen-2 .second-screen__header {
    padding-block: 5rem;
  }
}
.monthly__section--second-screen-2 .second-screen__body {
  width: calc(100% + var(--container-padding) * 2);
  margin-inline: calc(var(--container-padding) * -1);
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--second-screen-2 .second-screen__body {
    width: 100%;
    margin-inline: 0;
    display: flex;
    gap: 3rem;
    background: transparent;
  }
}
.monthly__section--second-screen-2 .second-screen__body .second-screen__grid-item {
  flex: 1 1 0;
}
.monthly__section--second-screen-2 .second-screen__body .second-screen__grid-item .monthly__text {
  width: 100%;
  padding-inline: 1rem;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--second-screen-2 .second-screen__body .second-screen__grid-item .monthly__text {
    padding-inline: 0;
  }
}
.monthly__section--second-screen-2 .second-screen__body .second-screen__grid-item--01 {
  display: flex;
  flex-direction: column;
  background-image: url("/content/dam/channel/wcms/de/2026-monthly-lg/26-jun/feature/images/mobile/monthly-lg-2026-jun-de-05-second-screen-2-bg-mobile.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100vw;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--second-screen-2 .second-screen__body .second-screen__grid-item--01 {
    margin-block-end: 0;
    margin-block-start: 4rem;
    background-image: none;
  }
}
.monthly__section--second-screen-2 .second-screen__body .second-screen__grid-item--01 .monthly__image {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  margin-block: 1.5rem 4.375rem;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--second-screen-2 .second-screen__body .second-screen__grid-item--01 .monthly__image {
    margin-block-end: 0;
  }
}
.monthly__section--second-screen-2 .second-screen__body .second-screen__grid-item--01 .monthly__image.is-animated img {
  opacity: 1;
}
.monthly__section--second-screen-2 .second-screen__body .second-screen__grid-item--01 .monthly__image::before {
  content: "";
  width: 58.0555555556vw;
  max-width: 26.125rem;
  aspect-ratio: 1/1;
  background: url("/content/dam/channel/wcms/de/2026-monthly-lg/26-jun/feature/images/mobile/monthly-lg-2026-jun-de-05-second-screen-2-bg-pattern-mobile.png");
  background-size: cover;
  position: absolute;
  display: flex;
  mix-blend-mode: multiply;
  bottom: -1.5rem;
  right: 3.9375rem;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--second-screen-2 .second-screen__body .second-screen__grid-item--01 .monthly__image::before {
    display: none;
  }
}
.monthly__section--second-screen-2 .second-screen__body .second-screen__grid-item--01 .monthly__image img {
  width: 59.4444444444vw;
  max-width: 26.75rem;
  aspect-ratio: 214/259;
  position: relative;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--second-screen-2 .second-screen__body .second-screen__grid-item--01 .monthly__image img {
    width: 21.0416666667vw;
    height: 25.5208333333vw;
    max-width: 25.25rem;
    max-height: 30.625rem;
  }
}
.monthly__section--second-screen-2 .second-screen__body .second-screen__grid-item--01 .monthly__image .monthly__caption {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: right;
  opacity: 1;
  font-weight: 400;
  padding-block-end: 0.5rem;
  max-height: min(71.9444444444vw, 32.375rem);
  word-wrap: break-word;
  overflow-wrap: anywhere;
  text-wrap: balance;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--second-screen-2 .second-screen__body .second-screen__grid-item--01 .monthly__image .monthly__caption {
    padding-block-end: 1rem;
    max-height: min(25.5208333333vw, 30.625rem);
  }
}
.monthly__section--second-screen-2 .second-screen__body .second-screen__grid-item--02 {
  --color-text: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--second-screen-2 .second-screen__body .second-screen__grid-item--02 {
    gap: 1.75rem;
  }
}
.monthly__section--second-screen-2 .second-screen__body .second-screen__grid-item--02 .monthly__image {
  width: 100%;
  padding-inline-end: 1.5rem;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--second-screen-2 .second-screen__body .second-screen__grid-item--02 .monthly__image {
    padding-inline-end: 0;
  }
}
.monthly__section--second-screen-2 .second-screen__body .second-screen__grid-item--02 .monthly__image img {
  aspect-ratio: 696/564;
}
.monthly__section--second-screen-2 .second-screen__body .second-screen__grid-item--02 .monthly__image.is-animated {
  opacity: 1;
}
.monthly__section--second-screen-2 .second-screen__body .second-screen__grid-item--02 .monthly__text {
  position: relative;
  padding-inline: 4.1875rem 3.125rem;
  padding-block-end: 0.75rem;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--second-screen-2 .second-screen__body .second-screen__grid-item--02 .monthly__text {
    padding-inline: 1.5rem 3.75rem;
    padding-block-end: 0;
  }
}
.monthly__section--second-screen-2 .second-screen__body .second-screen__grid-item--02 .monthly__text-second-screen {
  display: flex;
  flex-direction: column;
  position: relative;
}
.monthly__section--second-screen-2 .second-screen__body .second-screen__grid-item--02 .monthly__text .i-quote {
  vertical-align: bottom;
}
.monthly__section--second-screen-2 .second-screen__body .second-screen__grid-item--02 .monthly__text .i-quote:not(.monthly__section--second-screen-2 .second-screen__body .second-screen__grid-item--02 .monthly__text .i-quote--right) {
  margin-block-end: 0.5rem;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--second-screen-2 .second-screen__body .second-screen__grid-item--02 .monthly__text .i-quote:not(.monthly__section--second-screen-2 .second-screen__body .second-screen__grid-item--02 .monthly__text .i-quote--right) {
    margin-block-end: 1rem;
  }
}
.monthly__section--second-screen-2 .second-screen__body .second-screen__grid-item--02 .monthly__text .i-quote--right {
  align-self: flex-end;
  position: absolute;
  right: -1.875rem;
  bottom: 0;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--second-screen-2 .second-screen__body .second-screen__grid-item--02 .monthly__text .i-quote--right {
    right: -3.75rem;
  }
}

/* second-screen-1 */
.monthly__section--second-screen-1 {
  --color-headline: #fff;
  --color-text: #fff9f0;
  --color-highlight-color: #f4ffb8;
  --color-caption: var(--color-text);
  --section-bg-color: #329b5c;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-block: 25vw 48.0555555556vw;
  position: relative;
  background: url("/content/dam/channel/wcms/de/2026-monthly-lg/26-jun/feature/images/mobile/monthly-lg-2026-jun-de-04-second-screen-1-bg-mobile.jpg") no-repeat center center/cover;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--second-screen-1 {
    padding-block: 18.2054616385vw 21.875rem;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--second-screen-1 {
    min-height: 75rem;
    padding-block: 15rem 0;
    background: url("/content/dam/channel/wcms/de/2026-monthly-lg/26-jun/feature/images/desktop/monthly-lg-2026-jun-de-04-second-screen-1-bg-desktop.jpg") no-repeat center center/cover;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--second-screen-1 .monthly__title,
  .monthly__section--second-screen-1 .monthly__text {
    padding-inline-end: calc(50% + 2rem);
  }
}
.monthly__section--second-screen-1 .monthly__image {
  padding-inline: var(--container-padding);
  --second-screen-img-pc-w: 58rem;
  --second-screen-img-pc-h: 75rem;
}
@media all and (min-width: 93rem) {
  .monthly__section--second-screen-1 .monthly__image {
    padding-inline: 0;
    position: absolute;
    top: 0;
    left: calc(50% + 2rem);
    width: calc(50% - 2rem);
    max-width: var(--second-screen-img-pc-w);
    height: var(--second-screen-img-pc-h);
    display: flex;
    justify-content: center;
    overflow: hidden;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--second-screen-1 .monthly__image picture {
    display: block;
    height: 100%;
    flex-shrink: 0;
  }
}
.monthly__section--second-screen-1 .monthly__image img {
  display: block;
  width: 100%;
  aspect-ratio: 0.7735849057;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--second-screen-1 .monthly__image img {
    max-width: 41rem;
    margin: 0 auto;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--second-screen-1 .monthly__image img {
    width: var(--second-screen-img-pc-w);
    max-width: none;
    height: var(--second-screen-img-pc-h);
    aspect-ratio: auto;
  }
}
.monthly__section--second-screen-1 .second-screen__header .monthly__title {
  font-size: 1.75rem;
}
@media all and (min-width: 93rem) {
  .monthly__section--second-screen-1 .second-screen__header .monthly__title {
    font-size: 4rem;
  }
}
.monthly__section--second-screen-1 .second-screen__header .monthly__text {
  font-size: 1rem;
}
@media all and (min-width: 93rem) {
  .monthly__section--second-screen-1 .second-screen__header .monthly__text {
    font-size: 1.5rem;
  }
}
.monthly__section--second-screen-1 .second-screen__header .monthly__text + .monthly__text {
  margin-block-start: 0.75rem;
}
@media all and (min-width: 93rem) {
  .monthly__section--second-screen-1 .second-screen__header .monthly__text + .monthly__text {
    margin-block-start: 1.5rem;
  }
}
.monthly__section--second-screen-1::before {
  content: "";
  position: absolute;
  top: -0.0625rem;
  left: 0;
  width: 100%;
  height: 11.3888888889vw;
  background: url("/content/dam/channel/wcms/de/2026-monthly-lg/26-jun/feature/images/mobile/monthly-lg-2026-jun-de-04-second-screen-1-top-mobile.png") no-repeat center center/cover;
  z-index: 1;
}
@media all and (min-width: 93rem) {
  .monthly__section--second-screen-1::before {
    height: 11.5625rem;
    background: url("/content/dam/channel/wcms/de/2026-monthly-lg/26-jun/feature/images/desktop/monthly-lg-2026-jun-de-04-second-screen-1-top-desktop.png") no-repeat center center/cover;
    z-index: 1;
  }
}
.monthly__section--second-screen-1 .second-screen__sticker-wrap {
  max-width: var(--container-width);
}
@media all and (min-width: 93rem) {
  .monthly__section--second-screen-1 .second-screen__sticker-wrap {
    position: relative;
    max-width: calc(var(--container-width) - 3rem);
    margin: 3.75rem auto 0;
  }
}
.monthly__section--second-screen-1 .second-screen__sticker {
  position: absolute;
  bottom: 2.223%;
  left: var(--container-padding);
  width: 57.6388%;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--second-screen-1 .second-screen__sticker {
    width: 25rem;
    bottom: 3.125rem;
    left: 10%;
    transform: translateX(-50%);
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--second-screen-1 .second-screen__sticker {
    top: 0;
    left: -4.625rem;
    width: 37.5rem;
    height: 22.875rem;
  }
}
.monthly__section--second-screen-1 .second-screen__sticker img {
  display: block;
  width: 100%;
}
.monthly__section--second-screen-1 .second-screen__sticker {
  opacity: 0;
  transform: translate3d(20%, -20%, 0) rotate(-80deg) scale(0.7);
  transition: opacity 0.7s ease-in-out, transform 0.6s ease-in-out;
}
.monthly__section--second-screen-1 .second-screen__sticker.is-animated {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(0) scale(1);
}

/* special-offer */
.monthly-offer-toast {
  position: fixed;
  right: 1rem;
  bottom: 1.5rem;
  left: 1rem;
  z-index: 1005;
  max-width: 36.25rem;
}
@media all and (min-width: 48.0625rem) {
  .monthly-offer-toast {
    left: 50%;
    right: auto;
    width: 36.25rem;
    transform: translateX(-50%);
  }
}
.monthly-offer-toast__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.375rem;
  padding: 0.75rem 1rem;
  border-radius: 62.4375rem;
  background-color: #006a63;
  color: #fff;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.05);
}
.monthly-offer-toast__body {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}
.monthly-offer-toast__icon {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 10.5L7.5 14.5L16.5 5.5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}
.monthly-offer-toast__message {
  font-size: 0.75rem;
  line-height: 1.3333;
  font-weight: 600;
}
@media all and (min-width: 48.0625rem) {
  .monthly-offer-toast__message {
    font-size: 0.875rem;
    line-height: 1.1429;
    font-weight: 600;
  }
}
.monthly-offer-toast__close {
  flex-shrink: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  opacity: 0.5;
  width: 1.25rem;
  height: 1.25rem;
}
.monthly-offer-toast__close::after {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  margin: auto;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L11 11M11 1L1 11' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  .monthly-offer-toast__close:hover {
    opacity: 1;
  }
}

.monthly .monthly-offer {
  position: relative;
  width: 100%;
}
.monthly .monthly-offer__layer {
  padding: 5rem 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.monthly .monthly-offer__inner {
  max-width: 93rem;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media all and (min-width: 48.0625rem) {
  .monthly .monthly-offer__inner {
    padding-inline: 1.5rem;
  }
}
.monthly .monthly-offer__inner--large {
  max-width: 103rem;
}
.monthly .monthly-offer__card {
  position: relative;
  z-index: 1;
  list-style: none;
}
.monthly .monthly-offer__card--side {
  display: flex;
  flex-flow: column;
  gap: 1.5rem;
  padding: 1.5rem 1rem;
  border-radius: 1.25rem;
  background-color: #fff;
}
@media (min-width: 64rem) {
  .monthly .monthly-offer__card--side {
    flex-flow: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2.5rem;
    padding: 2rem;
    border-radius: 2.5rem;
  }
}
@media (min-width: 90rem) {
  .monthly .monthly-offer__card--side {
    gap: 5rem;
    padding: 3rem 3.5rem;
  }
}
.monthly .monthly-offer--has-bg .monthly .monthly-offer__card--side {
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.08);
}
.monthly .monthly-offer__title {
  margin: 0 0 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.75rem;
  line-height: 1.1429;
  font-weight: 600;
  color: #000;
  font-family: "LGEI Headline", "Segoe UI", "Microsoft Sans Serif", sans-serif;
}
@media all and (min-width: 48.0625rem) {
  .monthly .monthly-offer__title {
    font-size: 3rem;
    line-height: 1;
    font-weight: 600;
  }
}
@media (min-width: 90rem) {
  .monthly .monthly-offer__title {
    margin-bottom: 1rem;
    font-size: 3.5rem;
    line-height: 1.0714;
    font-weight: 600;
  }
}
.monthly .monthly-offer__date {
  margin: 0.25rem 0;
  color: #333;
  font-size: 0.875rem;
  line-height: 1.2857;
  font-weight: 400;
}
@media all and (min-width: 48.0625rem) {
  .monthly .monthly-offer__date {
    margin: 0.5rem 0;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 400;
  }
}
.monthly .monthly-offer__desc {
  margin: 0;
  color: #262626;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 0.875rem;
  line-height: 1.2857;
  font-weight: 400;
}
@media all and (min-width: 48.0625rem) {
  .monthly .monthly-offer__desc {
    -webkit-line-clamp: 3;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 400;
  }
}
.monthly .monthly-offer__disclaimer {
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
  color: #666;
}
@media all and (min-width: 48.0625rem) {
  .monthly .monthly-offer__disclaimer {
    margin-top: 1.5rem;
  }
}
.monthly .monthly-offer__disclaimer li {
  white-space: pre-line;
  font-size: 0.875rem;
  line-height: 1.1429;
  font-weight: 400;
}
.monthly .monthly-offer__disclaimer li::before {
  content: none;
  display: none;
}
@media all and (min-width: 48.0625rem) {
  .monthly .monthly-offer__disclaimer li {
    padding-left: 1.5rem;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 400;
  }
}
.monthly .monthly-offer__disclaimer li:not(:last-child) {
  padding-bottom: 0.375rem;
}
@media all and (min-width: 48.0625rem) {
  .monthly .monthly-offer__disclaimer li:not(:last-child) {
    padding-bottom: 0.5rem;
  }
}
.monthly .monthly-offer__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.monthly .monthly-offer .monthly-offer__product-area {
  position: relative;
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
  width: 8.75rem;
  height: 8.75rem;
  padding: 0.5rem 0.5rem 0.875rem;
  overflow: hidden;
  border: 0.0625rem solid #cbc8c2;
  border-radius: 1.25rem;
  background-color: #fff;
}
@media (min-width: 22.5rem) and (max-width: 27.4375rem) {
  .monthly .monthly-offer .monthly-offer__product-area {
    width: 10.625rem;
    height: 10.625rem;
  }
}
@media (min-width: 27.5rem) and (max-width: 79.9375rem) {
  .monthly .monthly-offer .monthly-offer__product-area {
    width: 12.5rem;
    height: 12.5rem;
  }
}
@media all and (min-width: 48.0625rem) {
  .monthly .monthly-offer .monthly-offer__product-area {
    border-radius: 1.75rem;
  }
}
@media (min-width: 80rem) and (max-width: 89.9375rem) {
  .monthly .monthly-offer .monthly-offer__product-area {
    width: 18.75rem;
    height: 18.75rem;
    padding: 1rem 1rem 1.5rem;
  }
}
@media (min-width: 90rem) {
  .monthly .monthly-offer .monthly-offer__product-area {
    width: 21.875rem;
    height: 21.875rem;
    padding: 1rem 1rem 1.5rem;
  }
}
.monthly .monthly-offer .monthly-offer__carousel {
  position: static;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.monthly .monthly-offer .monthly-offer__carousel .swiper-wrapper {
  height: 100%;
  align-items: center;
}
.monthly .monthly-offer .monthly-offer__product-area .monthly-offer__carousel .swiper-wrapper {
  align-items: normal;
  margin-bottom: 0;
  padding-left: 0 !important;
}
.monthly .monthly-offer .monthly-offer__product-area .monthly-offer__carousel .swiper-slide {
  display: block;
  height: 100%;
}
.monthly .monthly-offer .monthly-offer__product-area .monthly-offer__carousel-link {
  display: block;
  width: 100%;
  height: calc(100% - 0.4375rem);
}
@media (min-width: 90rem) {
  .monthly .monthly-offer .monthly-offer__product-area .monthly-offer__carousel-link {
    height: 100%;
  }
}
.monthly .monthly-offer .monthly-offer__product-area .monthly-offer__carousel-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.monthly .monthly-offer .monthly-offer__carousel .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.monthly .monthly-offer .monthly-offer__carousel-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.monthly .monthly-offer .monthly-offer__carousel-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.monthly .monthly-offer .monthly-offer__product-area .monthly-offer__carousel-btn {
  display: none !important;
}
.monthly .monthly-offer .monthly-offer__carousel-handler {
  position: absolute;
  left: 0;
  bottom: 0.375rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  width: 100%;
  margin: 0;
  pointer-events: none;
}
.monthly .monthly-offer .monthly-offer__carousel-handler > * {
  pointer-events: auto;
}
@media (min-width: 90rem) {
  .monthly .monthly-offer .monthly-offer__carousel-handler {
    bottom: 0.5rem;
  }
}
.monthly .monthly-offer .monthly-offer__product-area .monthly-offer__carousel-handler {
  height: 1rem;
  gap: 0.625rem;
}
.monthly .monthly-offer .monthly-offer__product-area .monthly-offer__carousel-pagination {
  position: static !important;
  inset: auto !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;
  width: auto !important;
  flex-shrink: 0;
  min-height: 1rem;
}
.monthly .monthly-offer .monthly-offer__product-area .monthly-offer__carousel-control {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
}
.monthly .monthly-offer .monthly-offer__product-area .monthly-offer__carousel-control::after {
  width: 1rem;
  height: 1rem;
}
.monthly .monthly-offer .monthly-offer__carousel:has(.swiper-slide:only-child) .monthly-offer__carousel-handler {
  display: none;
}
.monthly .monthly-offer .monthly-offer__carousel-btn {
  flex-shrink: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
}
.monthly .monthly-offer .monthly-offer__carousel-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.monthly .monthly-offer .monthly-offer__carousel-control {
  flex-shrink: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
}
.monthly .monthly-offer .monthly-offer__carousel-control::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.monthly .monthly-offer .monthly-offer__carousel-control--pause::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 2C3.44772 2 3 2.44772 3 3V13C3 13.5523 3.44772 14 4 14H6C6.55228 14 7 13.5523 7 13V3C7 2.44772 6.55228 2 6 2H4ZM10 2C9.44772 2 9 2.44772 9 3V13C9 13.5523 9.44772 14 10 14H12C12.5523 14 13 13.5523 13 13V3C13 2.44772 12.5523 2 12 2H10Z' fill='%234A4946'/%3E%3C/svg%3E");
}
.monthly .monthly-offer .monthly-offer__carousel-control--play::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8L6 2L6 14L14 8Z' fill='%234A4946' stroke='%234A4946' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.monthly .monthly-offer .monthly-offer__carousel-control:disabled {
  display: none;
}
.monthly .monthly-offer .monthly-offer__carousel-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  min-height: 0.5rem;
  width: auto !important;
}
.monthly .monthly-offer .monthly-offer__carousel-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 !important;
  border-radius: 0.25rem;
  background: #cbc8c2;
  opacity: 1;
  transition: width 0.3s, background-color 0.3s;
}
.monthly .monthly-offer .monthly-offer__carousel-pagination .swiper-pagination-bullet-active {
  width: 1.5rem;
  background: #ea1917;
}
.monthly .monthly-offer--type1 .monthly-offer__inner {
  max-width: 93rem;
}
@media (min-width: 48.0625rem) {
  .monthly .monthly-offer--type1 .monthly-offer__inner {
    padding-inline: 1.5rem;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__inner--large {
  max-width: 103rem;
}
.monthly .monthly-offer--type1 .monthly-offer__card--side {
  display: flex;
  flex-flow: column;
  gap: 1.5rem;
  padding: 1.5rem 1rem;
  border-radius: 1.25rem;
  background-color: #fff;
}
@media (min-width: 64rem) {
  .monthly .monthly-offer--type1 .monthly-offer__card--side {
    flex-flow: row;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 2.5rem;
  }
}
@media (min-width: 64rem) and (max-width: 89.9375rem) {
  .monthly .monthly-offer--type1 .monthly-offer__card--side {
    gap: 2.5rem;
    padding: 2rem;
  }
}
@media (min-width: 90rem) {
  .monthly .monthly-offer--type1 .monthly-offer__card--side {
    gap: 5rem;
    padding: 3rem 3.5rem;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__info {
  flex: 1;
  min-width: 0;
  max-width: 64rem;
}
.monthly .monthly-offer--type1 .monthly-offer__title {
  margin: 0 0 0.5rem;
  font-size: 1.75rem;
  line-height: 1.1429;
  font-weight: 600;
  color: #000;
}
@media (min-width: 64rem) and (max-width: 89.9375rem) {
  .monthly .monthly-offer--type1 .monthly-offer__title {
    font-size: 3rem;
    line-height: 1;
    font-weight: 600;
  }
}
@media (min-width: 90rem) {
  .monthly .monthly-offer--type1 .monthly-offer__title {
    margin-bottom: 1rem;
    font-size: 3.5rem;
    line-height: 1.0714;
    font-weight: 600;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__date {
  margin: 0.25rem 0;
  font-size: 0.875rem;
  line-height: 1.2857;
  font-weight: 400;
}
@media (min-width: 48.0625rem) {
  .monthly .monthly-offer--type1 .monthly-offer__date {
    margin: 0.5rem 0;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 400;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__desc {
  -webkit-line-clamp: 4;
  font-size: 0.875rem;
  line-height: 1.2857;
  font-weight: 400;
}
@media (min-width: 48.0625rem) {
  .monthly .monthly-offer--type1 .monthly-offer__desc {
    -webkit-line-clamp: 3;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 400;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__disclaimer {
  margin-top: 0.75rem;
}
@media (min-width: 48.0625rem) {
  .monthly .monthly-offer--type1 .monthly-offer__disclaimer {
    margin-top: 1.5rem;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__disclaimer li {
  font-size: 0.875rem;
  line-height: 1.1429;
  font-weight: 400;
}
@media (min-width: 48.0625rem) {
  .monthly .monthly-offer--type1 .monthly-offer__disclaimer li {
    padding-left: 1.5rem;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 400;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__disclaimer li:not(:last-child) {
  padding-bottom: 0.375rem;
}
@media (min-width: 48.0625rem) {
  .monthly .monthly-offer--type1 .monthly-offer__disclaimer li:not(:last-child) {
    padding-bottom: 0.5rem;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__side {
  align-items: flex-start;
  gap: 0.5rem;
  min-width: 0;
  max-width: 100%;
}
@media (min-width: 80rem) {
  .monthly .monthly-offer--type1 .monthly-offer__side {
    gap: 1rem;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__product-area {
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
  align-self: flex-start;
}
.monthly .monthly-offer--type1 .monthly-offer__coupon {
  flex: 0 0 auto;
  flex-shrink: 0;
  align-self: stretch;
}
.monthly .monthly-offer--type1 .monthly-offer__sku-box {
  margin-top: 0.75rem;
}
@media (min-width: 64rem) {
  .monthly .monthly-offer--type1 .monthly-offer__sku-box {
    margin-top: 1.5rem;
  }
}
@media (min-width: 64rem) {
  .monthly .monthly-offer--type1 .monthly-offer__sku-list li {
    padding: 0.5rem 1rem;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__sku-list button,
.monthly .monthly-offer--type1 .monthly-offer__sku-list a {
  font-size: 0.75rem;
  line-height: 1.1667;
  font-weight: 600;
}
@media (min-width: 64rem) and (max-width: 89.9375rem) {
  .monthly .monthly-offer--type1 .monthly-offer__sku-list button,
  .monthly .monthly-offer--type1 .monthly-offer__sku-list a {
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 600;
  }
}
@media (min-width: 90rem) {
  .monthly .monthly-offer--type1 .monthly-offer__sku-list button,
  .monthly .monthly-offer--type1 .monthly-offer__sku-list a {
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 600;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__cta-wrap {
  gap: 0.625rem 0.5rem;
  margin-top: 0.75rem;
}
@media (min-width: 64rem) {
  .monthly .monthly-offer--type1 .monthly-offer__cta-wrap {
    gap: 0.9375rem 0.5rem;
    margin-top: 1.5rem;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__cta {
  min-width: 5rem;
  height: 2.25rem;
  padding: 0 1rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
}
@media (min-width: 48.0625rem) {
  .monthly .monthly-offer--type1 .monthly-offer__cta {
    min-width: 6.25rem;
    height: 2.75rem;
    padding: 0 1.25rem;
    border-radius: 0.5rem;
    font-size: 1rem;
    line-height: 1;
    font-weight: 600;
  }
}
@media (min-width: 48.0625rem) {
  .monthly .monthly-offer--type1 .monthly-offer__cta--external-link::after {
    width: 1rem;
    height: 1rem;
    background-image: url("https://www.lg.com/etc.clientlibs/lge/clientlibs/clientlib-site/resources/images/icon/icon-arrow-black-external-link-16-16.svg");
  }
}
@media (min-width: 80rem) and (max-width: 89.9375rem) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon-top p.monthly-offer__discount-value {
    font-size: 3.75rem;
    line-height: 1;
    font-weight: 700;
  }
  .monthly .monthly-offer--type1 .monthly-offer__coupon-top p.monthly-offer__discount-value span {
    font-size: 2.5rem;
    line-height: 1.1;
    font-weight: 700;
  }
}
@media (min-width: 90rem) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon-top p.monthly-offer__discount-value {
    font-size: 5rem;
    line-height: 1;
    font-weight: 700;
  }
  .monthly .monthly-offer--type1 .monthly-offer__coupon-top p.monthly-offer__discount-value span {
    font-size: 2.5rem;
    line-height: 1.1;
    font-weight: 700;
  }
}
@media (min-width: 90rem) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon-top p:not(.monthly-offer__discount-value) {
    font-size: 1.5rem;
    line-height: 1.1667;
    font-weight: 600;
  }
}
@media (min-width: 80rem) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon-expired p {
    padding: 1.5rem;
    border-radius: 1.75rem;
    font-size: 1.5rem;
    line-height: 1.1667;
    font-weight: 600;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__side {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  flex-shrink: 1;
  min-width: 0;
  max-width: 100%;
}
@media (min-width: 80rem) {
  .monthly .monthly-offer--type1 .monthly-offer__side {
    gap: 1rem;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__coupon {
  position: relative;
  flex: 0 0 auto;
  flex-shrink: 0;
  align-self: stretch;
  width: 6.75rem;
  text-align: center;
  border-radius: 1.25rem;
  box-sizing: border-box;
  max-height: 100%;
}
@media (min-width: 22.5rem) and (max-width: 27.4375rem) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon {
    width: 7.375rem;
  }
}
@media (min-width: 27.5rem) and (max-width: 63.9375rem) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon {
    width: 10.5rem;
  }
}
@media all and (min-width: 48.0625rem) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon {
    border-radius: 1.75rem;
  }
}
@media (min-width: 64rem) and (max-width: 79.9375rem) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon {
    min-width: 8.6875rem;
    width: 8.6875rem;
  }
}
@media (min-width: 80rem) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon {
    width: 15rem;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__coupon--red {
  color: #fff;
  background: #c72c48;
}
.monthly .monthly-offer--type1 .monthly-offer__coupon--red .monthly-offer__coupon-top::before, .monthly .monthly-offer--type1 .monthly-offer__coupon--red .monthly-offer__coupon-top::after {
  background-color: #fff;
}
.monthly .monthly-offer--type1 .monthly-offer__coupon--red .monthly-offer__copy-btn {
  background: #262626;
  border-color: #262626;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon--red .monthly-offer__copy-btn:hover {
    background: #fff;
    border-color: #646464;
    color: #000;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__coupon--red .monthly-offer__coupon-bottom {
  border-top: 0.125rem dashed rgba(0, 0, 0, 0.1);
}
.monthly .monthly-offer--type1 .monthly-offer__coupon-inner {
  display: flex;
  flex-flow: column;
  height: 100%;
  overflow: hidden;
}
.monthly .monthly-offer--type1 .monthly-offer__coupon-top {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 100%;
  padding: 0.5rem 1.25rem 0.625rem;
  border-radius: 1rem 1rem 0 0;
  box-sizing: border-box;
}
.monthly .monthly-offer--type1 .monthly-offer__coupon-top::before, .monthly .monthly-offer--type1 .monthly-offer__coupon-top::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #fff;
}
.monthly .monthly-offer--type1 .monthly-offer__coupon-top::before {
  left: -0.5rem;
}
.monthly .monthly-offer--type1 .monthly-offer__coupon-top::after {
  right: -0.5rem;
}
.monthly .monthly-offer--type1 .monthly-offer__coupon-top p:not(.monthly-offer__discount-value) {
  margin: 0;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
}
@media (min-width: 80rem) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon-top {
    flex: 1 1 0;
    min-height: 0;
    height: auto;
    padding: 2rem 1.25rem;
    border-radius: 1.75rem 1.75rem 0 0;
    box-sizing: border-box;
  }
  .monthly .monthly-offer--type1 .monthly-offer__coupon-top::before, .monthly .monthly-offer--type1 .monthly-offer__coupon-top::after {
    width: 2rem;
    height: 2rem;
    bottom: -1rem;
  }
  .monthly .monthly-offer--type1 .monthly-offer__coupon-top::before {
    left: -1rem;
  }
  .monthly .monthly-offer--type1 .monthly-offer__coupon-top::after {
    right: -1rem;
  }
}
@media (min-width: 90rem) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon-top p:not(.monthly-offer__discount-value) {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.1667;
  }
}
@media (max-width: 79.9375rem) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon-top {
    min-height: 4.0625rem;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__coupon-top p.monthly-offer__discount-value {
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.1429;
  font-weight: 700;
}
.monthly .monthly-offer--type1 .monthly-offer__coupon-top p.monthly-offer__discount-value span {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
}
@media (min-width: 80rem) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon-top p.monthly-offer__discount-value {
    font-size: 3.75rem;
    line-height: 1;
    font-weight: 700;
  }
  .monthly .monthly-offer--type1 .monthly-offer__coupon-top p.monthly-offer__discount-value span {
    font-size: 2.5rem;
    line-height: 1.1;
    font-weight: 700;
  }
}
@media (min-width: 90rem) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon-top p.monthly-offer__discount-value {
    font-size: 5rem;
    line-height: 1;
    font-weight: 700;
  }
  .monthly .monthly-offer--type1 .monthly-offer__coupon-top p.monthly-offer__discount-value span {
    font-size: 2.5rem;
    line-height: 1.1;
    font-weight: 700;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__coupon-bottom {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  flex-shrink: 1;
  min-height: 5.625rem;
  padding: 0.625rem 0.5rem 0.5rem;
  border-top: 0.125rem dashed #cbc8c2;
  border-radius: 0 0 1rem 1rem;
  box-sizing: border-box;
}
.monthly .monthly-offer--type1 .monthly-offer__coupon-bottom p:not(.monthly-offer__coupon-code) {
  margin: 0;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.75rem;
}
@media (min-width: 80rem) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon-bottom {
    flex: 0 0 9.75rem;
    flex-shrink: 0;
    min-height: 9.75rem;
    height: 9.75rem;
    padding: 1.5rem;
    border-radius: 0 0 1.75rem 1.75rem;
    box-sizing: border-box;
  }
  .monthly .monthly-offer--type1 .monthly-offer__coupon-bottom p:not(.monthly-offer__coupon-code) {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 47.9375rem) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon-top {
    border-radius: 1.25rem 1.25rem 0 0;
  }
  .monthly .monthly-offer--type1 .monthly-offer__coupon-bottom {
    border-radius: 0 0 1.25rem 1.25rem;
  }
  .monthly .monthly-offer--type1 .monthly-offer__coupon-expired p {
    border-radius: 1.25rem;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__coupon-bottom p.monthly-offer__coupon-code {
  margin: 0;
  width: 100%;
  text-align: center;
  word-break: break-all;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 600;
}
@media (min-width: 80rem) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon-bottom p.monthly-offer__coupon-code {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 600;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__coupon-btn {
  width: 100%;
  margin-top: 0.5rem;
}
@media (min-width: 80rem) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon-btn {
    margin-top: 1rem;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__copy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.25rem;
  margin: 0;
  padding: 0 0.625rem;
  border: 0.0625rem solid #262626;
  border-radius: 0.25rem;
  background: #262626;
  color: #fff;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 600;
}
.monthly .monthly-offer--type1 .monthly-offer__copy-btn .monthly-offer__copy-label {
  white-space: nowrap;
}
@media (hover: hover) and (pointer: fine) {
  .monthly .monthly-offer--type1 .monthly-offer__copy-btn:hover {
    background: #fff;
    border-color: #646464;
    color: #000;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__copy-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
@media (min-width: 48.0625rem) {
  .monthly .monthly-offer--type1 .monthly-offer__copy-btn {
    height: 2.75rem;
    border-radius: 0.5rem;
    font-size: 1rem;
    line-height: 1rem;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__coupon-expired {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  border-radius: inherit;
}
.monthly .monthly-offer--type1 .monthly-offer__coupon-expired p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0;
  padding: 1rem;
  text-align: center;
  border-radius: 1rem;
  backdrop-filter: blur(0.9375rem);
  -webkit-backdrop-filter: blur(0.9375rem);
  background-color: rgba(244, 244, 244, 0.8);
  color: #000;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (min-width: 80rem) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon-expired p {
    padding: 1.5rem;
    border-radius: 1.75rem;
    font-size: 1.5rem;
    line-height: 1.1667;
    font-weight: 600;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__coupon--white {
  color: #000;
  background: #fff;
}
.monthly .monthly-offer--type1 .monthly-offer__coupon--white .monthly-offer__coupon-top,
.monthly .monthly-offer--type1 .monthly-offer__coupon--white .monthly-offer__coupon-bottom {
  background-color: #fff;
}
.monthly .monthly-offer--type1 .monthly-offer__coupon--white .monthly-offer__coupon-top {
  border: 0.0625rem solid #cbc8c2;
  border-bottom: none;
}
.monthly .monthly-offer--type1 .monthly-offer__coupon--white .monthly-offer__coupon-top::before, .monthly .monthly-offer--type1 .monthly-offer__coupon--white .monthly-offer__coupon-top::after {
  border: 0.0625rem solid #cbc8c2;
}
.monthly .monthly-offer--type1 .monthly-offer__coupon--white .monthly-offer__coupon-bottom {
  border: 0.0625rem solid #cbc8c2;
  border-top: 0.125rem dashed #cbc8c2;
}
.monthly .monthly-offer--type1 .monthly-offer__coupon--white .monthly-offer__copy-btn {
  background: #ea1917;
  border-color: #ea1917;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .monthly .monthly-offer--type1 .monthly-offer__coupon--white .monthly-offer__copy-btn:hover {
    opacity: 0.92;
  }
}
.monthly .monthly-offer--type1.is-expired .monthly-offer__coupon-inner {
  pointer-events: none;
}
.monthly .monthly-offer--type1:not(.is-expired) .monthly-offer__coupon-expired {
  display: none;
}
.monthly .monthly-offer--type1 .monthly-offer__sku-list {
  display: none;
  flex-wrap: wrap;
  gap: 0.375rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.monthly .monthly-offer--type1 .monthly-offer__sku-list:only-child, .monthly .monthly-offer--type1 .monthly-offer__sku-list.is-active {
  display: flex;
}
.monthly .monthly-offer--type1 .monthly-offer__sku-list li {
  display: flex;
  align-items: center;
  padding: 0.3125rem 0.75rem;
  border-radius: 6.25rem;
  border: 0.0625rem solid #cbc8c2;
  background: rgba(0, 0, 0, 0.05);
}
.monthly .monthly-offer--type1 .monthly-offer__sku-list button,
.monthly .monthly-offer--type1 .monthly-offer__sku-list a {
  border: 0;
  background: transparent;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
.monthly .monthly-offer--type1 .monthly-offer__sku-list button:focus-visible,
.monthly .monthly-offer--type1 .monthly-offer__sku-list a:focus-visible {
  outline: 0.125rem solid #000;
  outline-offset: 0.4375rem;
  border-radius: 6.25rem;
}
@media (max-width: 63.9375rem) {
  .monthly .monthly-offer--type1 .monthly-offer__card--side:not(:has(.monthly-offer__coupon)) {
    flex-flow: column-reverse;
  }
}
@media (max-width: 63.9375rem) {
  .monthly .monthly-offer--type1 .monthly-offer__side:not(:has(.monthly-offer__coupon)) {
    justify-content: center;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__side:not(:has(.monthly-offer__coupon)) .monthly-offer__product-area {
  border: none;
}
.monthly .monthly-offer--type1 .monthly-offer__cta-wrap {
  display: flex;
  flex-wrap: wrap;
}
.monthly .monthly-offer--type1 .monthly-offer__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0.0625rem solid #94928d;
  background: #fff;
  color: #000;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .monthly .monthly-offer--type1 .monthly-offer__cta:hover {
    opacity: 0.9;
  }
}
.monthly .monthly-offer--type1 .monthly-offer__cta--highlight {
  border-color: #ea1917;
  background: #ea1917;
  color: #fff;
}
.monthly .monthly-offer--type1 .monthly-offer__cta--external-link {
  column-gap: 0.25rem;
}
.monthly .monthly-offer--type1 .monthly-offer__cta--external-link::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 0.75rem;
  height: 0.75rem;
  background: url("https://www.lg.com/etc.clientlibs/lge/clientlibs/clientlib-site/resources/images/icon/icon-arrow-black-external-link-12-12.svg") center/contain no-repeat;
}

/* work */
.monthly__section--work {
  --color-headline: #000;
  --color-text: #43000e;
  --color-caption: var(--color-text);
}
.monthly__section--work .work__section .pc-show {
  display: none;
}
@media all and (min-width: 93rem) {
  .monthly__section--work .work__section .pc-show {
    display: block;
  }
}
.monthly__section--work .work__section .mo-show {
  display: block;
}
@media all and (min-width: 93rem) {
  .monthly__section--work .work__section .mo-show {
    display: none;
  }
}
.monthly__section--work .work__section--top {
  background: url("/content/dam/channel/wcms/de/2026-monthly-lg/26-jun/feature/images/mobile/monthly-lg-2026-jun-de-03-work-bg-01-mobile.jpg") center calc(50% - 2.5rem)/cover no-repeat;
}
@media all and (min-width: 93rem) {
  .monthly__section--work .work__section--top .work__header {
    padding-block: 5rem 0;
    background: url("/content/dam/channel/wcms/de/2026-monthly-lg/26-jun/feature/images/desktop/monthly-lg-2026-jun-de-03-work-bg-01-desktop.jpg") center/cover no-repeat;
  }
}
.monthly__section--work .work__section--top .work__header .monthly__title {
  text-align: center;
}
.monthly__section--work .work__section--top .work__header .monthly__text {
  position: relative;
  z-index: 1;
  --color-highlight-color: #9b0020;
}
.monthly__section--work .work__section--top .work__header .monthly__text p + p {
  margin-block-start: 0.75rem;
}
@media all and (min-width: 93rem) {
  .monthly__section--work .work__section--top .work__header .monthly__text p + p {
    margin-block-start: 1.5rem;
  }
}
.monthly__section--work .work__section--top .work__header .monthly__image-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  margin-block-start: 1.5rem;
  position: relative;
}
@media all and (min-width: 93rem) {
  .monthly__section--work .work__section--top .work__header .monthly__image-wrapper {
    max-width: 90rem;
    margin-block-start: 3rem;
    margin-inline: auto;
  }
}
.monthly__section--work .work__section--top .work__header .monthly__image-wrapper .monthly__image--01 {
  position: relative;
  z-index: 1;
}
.monthly__section--work .work__section--top .work__header .monthly__image-wrapper .monthly__image--01 img {
  width: 100%;
}
@media all and (min-width: 93rem) {
  .monthly__section--work .work__section--top .work__header .monthly__image-wrapper .monthly__image--01 {
    aspect-ratio: 3.1578947368;
  }
}
.monthly__section--work .work__section--top .work__header .monthly__image-wrapper .monthly__image--02 {
  position: absolute;
  aspect-ratio: 186/211;
  width: 25.8%;
  left: 0;
  top: 9.3%;
  opacity: 0;
  transform: translatex(100%) scale(0.6);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}
.monthly__section--work .work__section--top .work__header .monthly__image-wrapper .monthly__image--02.is-animated {
  opacity: 1;
  transform: translatex(12%) scale(1);
}
@media all and (min-width: 93rem) {
  .monthly__section--work .work__section--top .work__header .monthly__image-wrapper .monthly__image--02 {
    width: 25%;
    top: 29.3%;
  }
  .monthly__section--work .work__section--top .work__header .monthly__image-wrapper .monthly__image--02.is-animated {
    transform: translatex(-7%) scale(1);
  }
}
.monthly__section--work .work__section--top .work__header .monthly__image-wrapper .monthly__image--03 {
  position: absolute;
  aspect-ratio: 129/90;
  width: 18.5%;
  right: 0;
  bottom: 3.5%;
  opacity: 0;
  transform: translatex(-100%) scale(0.6);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.monthly__section--work .work__section--top .work__header .monthly__image-wrapper .monthly__image--03.is-animated {
  opacity: 1;
  transform: translatex(-14%) scale(1);
}
@media all and (min-width: 93rem) {
  .monthly__section--work .work__section--top .work__header .monthly__image-wrapper .monthly__image--03 {
    width: 21.9%;
    bottom: 0;
  }
  .monthly__section--work .work__section--top .work__header .monthly__image-wrapper .monthly__image--03.is-animated {
    transform: translatex(-4%) scale(1);
  }
}
.monthly__section--work .work__section--top .work__body {
  --section-bg-color: #f1e6cb;
  padding-block: 1.5rem;
}
@media all and (min-width: 93rem) {
  .monthly__section--work .work__section--top .work__body {
    padding-block: 5rem;
  }
}
.monthly__section--work .work__section--top .work__body .monthly__text {
  font-weight: 600;
}
.monthly__section--work .work__section--top .work__footer {
  padding-block: 1.5rem 0;
}
.monthly__section--work .work__section--top .work__footer .monthly__text {
  position: relative;
  z-index: 1;
  --color-highlight-color: #9b0020;
}
.monthly__section--work .work__section--top .work__footer .monthly__text p + p {
  margin-block-start: 0.75rem;
}
@media all and (min-width: 93rem) {
  .monthly__section--work .work__section--top .work__footer .monthly__text p + p {
    margin-block-start: 1.5rem;
  }
}
.monthly__section--work .work__section--bottom {
  --color-highlight-color: #9b0020;
  --section-bg-color: #f6f3ee;
}
.monthly__section--work .work__section--bottom .work__body {
  position: relative;
  z-index: 1;
  background-color: transparent;
}
@media all and (min-width: 93rem) {
  .monthly__section--work .work__section--bottom .work__body {
    padding-block: 6rem 0;
    background: url("/content/dam/channel/wcms/de/2026-monthly-lg/26-jun/feature/images/desktop/monthly-lg-2026-jun-de-03-work-bg-02-desktop.jpg") center/cover no-repeat;
    max-width: var(--container-width);
    margin-inline: auto;
    padding-inline: var(--container-padding);
  }
}
.monthly__section--work .work__section--bottom .work__body .work__grid {
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 93rem) {
  .monthly__section--work .work__section--bottom .work__body .work__grid {
    flex-direction: row;
    gap: 3rem;
    padding-block-end: 3rem;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item {
    flex: 1 1 0;
  }
}
.monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--01 {
  background: url("/content/dam/channel/wcms/de/2026-monthly-lg/26-jun/feature/images/mobile/monthly-lg-2026-jun-de-03-work-bg-02-mobile.jpg") center/cover no-repeat;
}
@media all and (min-width: 93rem) {
  .monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--01 {
    background: none;
    margin-block-start: 4rem;
  }
}
.monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--01 .monthly__container {
  position: relative;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--01 .monthly__container {
    width: max(75%, 43.75rem);
    margin: 0 auto;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--01 .monthly__container {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
  }
}
.monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--01 .monthly__container .monthly__image--deco01 {
  position: absolute;
  aspect-ratio: 1/1;
  width: 34.16%;
  left: 0;
  top: 0;
  opacity: 0;
  transform: translateX(-85%);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--01 .monthly__container .monthly__image--deco01.is-animated {
  opacity: 1;
  transform: translateX(-45%);
}
.monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--01 .monthly__container .monthly__image--deco01 img {
  width: 100%;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--01 .monthly__container .monthly__image--deco01 {
    max-width: 250px;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--01 .monthly__container .monthly__image--deco01 {
    top: 31%;
    transform: translateX(-100%);
  }
  .monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--01 .monthly__container .monthly__image--deco01.is-animated {
    opacity: 1;
    transform: translateX(-82%);
  }
}
.monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--01 .monthly__container .work__grid-contents {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-block: 1.5rem;
  width: calc(100% + var(--container-padding) * 2);
  margin-inline: calc(var(--container-padding) * -1);
}
@media all and (min-width: 93rem) {
  .monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--01 .monthly__container .work__grid-contents {
    gap: 1.25rem;
    width: 100%;
    margin-inline: 0;
    margin-block-end: 0;
  }
}
.monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--01 .monthly__container .work__grid-contents .monthly__image--01, .monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--01 .monthly__container .work__grid-contents .monthly__image--02 {
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
.monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--01 .monthly__container .work__grid-contents .monthly__image--01.is-visible, .monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--01 .monthly__container .work__grid-contents .monthly__image--02.is-visible {
  opacity: 1;
}
.monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--01 .monthly__container .work__grid-contents .monthly__image--01 {
  padding-inline-start: var(--container-padding);
  padding-inline-end: var(--container-padding);
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--01 .monthly__container .work__grid-contents .monthly__image--01 {
    --work-img-w: 293;
    --work-img-left-padding: calc(100% * 67 / (67 + var(--work-img-w)));
    padding-inline-end: var(--work-img-left-padding);
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--01 .monthly__container .work__grid-contents .monthly__image--01 {
    padding-inline-start: 0;
    padding-inline-end: 0;
  }
}
.monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--01 .monthly__container .work__grid-contents .monthly__image--01 img {
  width: 100%;
  aspect-ratio: 1.5032397408;
}
.monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--01 .monthly__container .work__grid-contents .monthly__image--deco02 {
  position: absolute;
  width: 35.8%;
  left: 23%;
  top: 38.5%;
  z-index: 1;
}
.monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--01 .monthly__container .work__grid-contents .monthly__image--deco02 svg {
  width: 100%;
  height: 100%;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--01 .monthly__container .work__grid-contents .monthly__image--deco02 {
    width: 30.8%;
    left: 26%;
    top: 35.5%;
    transform: rotate(-18deg);
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--01 .monthly__container .work__grid-contents .monthly__image--deco02 {
    width: 37.21%;
    left: 24%;
    top: 40.5%;
    transform: none;
  }
}
.monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--01 .monthly__container .work__grid-contents .monthly__image--02 {
  --work-img-w: 293;
  --work-img-h: 195;
  --work-img-left-padding: calc(100% * 67 / (67 + var(--work-img-w)));
  --work-img-caption-offset: calc(100% * 8 / 653);
  position: relative;
  padding-inline-start: var(--work-img-left-padding);
  padding-inline-end: var(--container-padding);
}
.monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--01 .monthly__container .work__grid-contents .monthly__image--02 img {
  width: 100%;
  aspect-ratio: calc(var(--work-img-w) / var(--work-img-h));
}
.monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--01 .monthly__container .work__grid-contents .monthly__image--02 .monthly__caption {
  position: absolute;
  bottom: 100%;
  left: calc(var(--work-img-left-padding) - var(--work-img-caption-offset));
  width: calc((100% - var(--work-img-left-padding)) * var(--work-img-h) / var(--work-img-w));
  transform: translateX(-100%) rotate(-90deg);
  transform-origin: bottom right;
  text-align: right;
}
@media all and (min-width: 93rem) {
  .monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--01 .monthly__container .work__grid-contents .monthly__image--02 {
    --work-img-w: 586;
    --work-img-h: 390;
    --work-img-left-padding: calc(100% * 103 / (103 + var(--work-img-w)));
    --work-img-caption-offset: calc(100% * 16 / 696);
    padding-inline-end: 0;
  }
}
.monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--01 .monthly__container .monthly__text {
  margin-block-end: 2.25rem;
}
@media all and (min-width: 93rem) {
  .monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--01 .monthly__container .monthly__text {
    padding-inline-end: 3rem;
    margin-block-end: 0;
  }
}
.monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--02 {
  position: relative;
  width: calc(100% + var(--container-padding) * 2);
  margin-inline: calc(var(--container-padding) * -1);
}
@media all and (min-width: 93rem) {
  .monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--02 {
    width: 100%;
    margin-inline: 0;
  }
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--02 .monthly__container {
    display: flex;
    padding: var(--container-padding);
    align-items: center;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--02 .monthly__container {
    padding: 0;
    display: block;
  }
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--02 .monthly__container .monthly__image--01 {
    width: max(30%, 390px);
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--02 .monthly__container .monthly__image--01 {
    width: 100%;
  }
}
.monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--02 .monthly__container .monthly__image--01 img {
  width: 100%;
}
.monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--02 .monthly__container .monthly__text {
  display: block;
  position: relative;
  margin-block: 0.75rem 0;
  margin-inline: 4.1875rem 3.125rem;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--02 .monthly__container .monthly__text {
    margin-inline: 3.75rem 5.625rem;
    flex: 1;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--02 .monthly__container .monthly__text {
    margin-block: 1.75rem 0;
    margin-inline: 3.75rem 6.25rem;
  }
}
.monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--02 .monthly__container .monthly__text .i-quote {
  vertical-align: bottom;
  margin-block-end: 0.5rem;
}
@media all and (min-width: 93rem) {
  .monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--02 .monthly__container .monthly__text .i-quote {
    margin-block-end: 1rem;
  }
}
.monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--02 .monthly__container .monthly__text .i-quote--right {
  position: absolute;
  left: calc(100% + 0.5rem);
  bottom: 0;
  margin-block-end: 0;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--02 .monthly__container .monthly__text .i-quote--right {
    left: 0;
    position: relative;
    display: block;
    margin-block-start: 0.5rem;
    margin-left: auto;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--02 .monthly__container .monthly__text .i-quote--right {
    position: absolute;
    left: calc(100% + 1rem);
  }
}
.monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--02 .monthly__container .monthly__text .monthly__image--deco03 {
  position: absolute;
  aspect-ratio: 185/106;
  width: min(54%, 11.25rem);
  right: 0;
  top: 3%;
  opacity: 0;
  transform: translateX(115%);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  z-index: -1;
}
.monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--02 .monthly__container .monthly__text .monthly__image--deco03.is-animated {
  opacity: 1;
  transform: translateX(93%) rotate(45deg);
}
.monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--02 .monthly__container .monthly__text .monthly__image--deco03 img {
  width: 100%;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--02 .monthly__container .monthly__text .monthly__image--deco03 {
    width: min(60%, 250px);
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--02 .monthly__container .monthly__text .monthly__image--deco03 {
    width: 60%;
    top: 0;
    max-width: 19.9375rem;
  }
  .monthly__section--work .work__section--bottom .work__body .work__grid .work__grid-item--02 .monthly__container .monthly__text .monthly__image--deco03.is-animated {
    transform: translateX(96%) rotate(45deg);
  }
}

/* intro-2 */
.monthly__section--intro-2 {
  position: relative;
  padding-block: 3.75rem 5rem;
  text-align: center;
  background-image: url("/content/dam/channel/wcms/de/2026-monthly-lg/26-jun/feature/images/mobile/monthly-lg-2026-jun-de-02-Intro-2-background-mobile.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  --color-headline: #c00045;
  --color-eyebrow: #c00045;
  --color-text: #fff;
  --section-bg-color: #6e0013;
}
.monthly__section--intro-2::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: -1px;
  height: 5.125rem;
  background-image: url("/content/dam/channel/wcms/de/2026-monthly-lg/26-jun/feature/images/desktop/monthly-lg-2026-jun-de-02-Intro-2-background-top.png");
}
@media all and (min-width: 93rem) {
  .monthly__section--intro-2::before {
    height: 9.75rem;
    background-color: transparent;
  }
}
.monthly__section--intro-2::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  bottom: -1px;
  height: 5.125rem;
  background-image: url("/content/dam/channel/wcms/de/2026-monthly-lg/26-jun/feature/images/desktop/monthly-lg-2026-jun-de-02-Intro-2-background-bottom.png");
}
@media all and (min-width: 93rem) {
  .monthly__section--intro-2::after {
    height: 11.625rem;
    background-color: transparent;
  }
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--intro-2 {
    padding-block: 6.25rem 8.75rem;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--intro-2 {
    padding-block: 16.25rem;
    background-image: url("/content/dam/channel/wcms/de/2026-monthly-lg/26-jun/feature/images/desktop/monthly-lg-2026-jun-de-02-Intro-2-background-desktop.jpg");
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--intro-2 .monthly__container {
    display: flex;
    align-items: center;
  }
}
.monthly__section--intro-2 .intro__header {
  background-color: transparent;
}
.monthly__section--intro-2 .intro__header .monthly__image {
  padding-inline: 2.9375rem;
  opacity: 0;
  transform: translateY(50px);
}
.monthly__section--intro-2 .intro__header .monthly__image.is-animated {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
@media all and (min-width: 93rem) {
  .monthly__section--intro-2 .intro__header {
    flex: 0 0 26.5625rem;
    position: relative;
    z-index: 2;
  }
  .monthly__section--intro-2 .intro__header .monthly__image {
    padding-inline: 0;
  }
}
.monthly__section--intro-2 .intro__body {
  background-color: transparent;
  overflow: visible;
  margin-block-start: -1.25rem;
  margin-top: -2.1875rem;
  --intro-body-color: #7b1123;
  --intro-side-shape-w: 8.9375rem;
  --intro-shape-overlap: 0.0625rem;
}
.monthly__section--intro-2 .intro__body::before, .monthly__section--intro-2 .intro__body::after {
  content: "";
  display: block;
  background: #82192e;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  width: 100%;
  aspect-ratio: 5.8053097345;
}
.monthly__section--intro-2 .intro__body::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='656' height='113' viewBox='0 0 656 113' fill='none'%3E%3Cpath d='M589.147 2.43461C628.612 11.5211 656 47.3806 656 87.6526L656 112.687L5.61095e-05 112.687L5.72185e-05 87.316C5.93253e-05 39.1167 39.3141 0.0413879 87.8078 0.04139C117.867 0.0413913 137.731 15.148 140.929 17.7655C141.23 17.9899 141.38 18.1394 141.38 18.1394C151.2 25.7675 161.658 32.7599 172.644 39.1541C217.262 65.0673 270.421 80.1741 327.981 80.1741C385.542 80.1741 439.076 64.9553 483.808 38.8551C494.605 32.5357 504.876 25.6181 514.582 18.1022C514.582 18.1022 514.732 17.9899 515.033 17.7281C518.946 14.5497 547.538 -7.17533 589.147 2.43461Z' fill='white'/%3E%3C/svg%3E");
}
.monthly__section--intro-2 .intro__body::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='656' height='113' viewBox='0 0 656 113' fill='none'%3E%3Cpath d='M589.147 110.252C628.612 101.165 656 65.3059 656 25.0339L656 -0.000213623L5.61095e-05 -0.000215466L5.72185e-05 25.3706C5.93253e-05 73.5698 39.3141 112.645 87.8078 112.645C117.867 112.645 137.731 97.5385 140.929 94.921C141.23 94.6966 141.38 94.5472 141.38 94.5472C151.2 86.919 161.658 79.9266 172.644 73.5324C217.262 47.6193 270.421 32.5125 327.981 32.5125C385.542 32.5125 439.076 47.7313 483.808 73.8314C494.605 80.1508 504.876 87.0684 514.582 94.5843C514.582 94.5843 514.732 94.6967 515.033 94.9584C518.946 98.1368 547.538 119.862 589.147 110.252Z' fill='white'/%3E%3C/svg%3E");
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--intro-2 .intro__body {
    margin-top: -5.3125rem;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--intro-2 .intro__body {
    display: grid;
    grid-template-columns: var(--intro-side-shape-w) minmax(0, 1fr) var(--intro-side-shape-w);
    align-items: stretch;
    margin-inline-start: -7.5rem;
    margin-block-start: 0;
    transform: translateX(0.625rem);
  }
  .monthly__section--intro-2 .intro__body::before {
    width: var(--intro-side-shape-w);
    aspect-ratio: unset;
    align-self: stretch;
    overflow: visible;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-9.08 0 151.684 840' preserveAspectRatio='none'%3E%3Cpath d='M3.08097 85.6043C14.5797 35.0703 59.9595 1.72209e-05 110.923 1.72209e-05L142.604 0L142.604 840H110.497C49.5017 840 0.0524099 789.659 0.0524099 727.563C0.0524099 689.073 19.1697 663.637 22.4821 659.542C22.766 659.157 22.9551 658.964 22.9551 658.964C32.6084 646.391 41.4573 632.999 49.549 618.932C82.3418 561.798 101.459 493.729 101.459 420.024C101.459 346.318 82.2 277.768 49.1706 220.49C41.1735 206.664 32.4194 193.513 22.9081 181.084C22.9081 181.084 22.7659 180.891 22.4347 180.506C18.4125 175.496 -9.08027 138.884 3.08097 85.6043Z' fill='white'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-9.08 0 151.684 840' preserveAspectRatio='none'%3E%3Cpath d='M3.08097 85.6043C14.5797 35.0703 59.9595 1.72209e-05 110.923 1.72209e-05L142.604 0L142.604 840H110.497C49.5017 840 0.0524099 789.659 0.0524099 727.563C0.0524099 689.073 19.1697 663.637 22.4821 659.542C22.766 659.157 22.9551 658.964 22.9551 658.964C32.6084 646.391 41.4573 632.999 49.549 618.932C82.3418 561.798 101.459 493.729 101.459 420.024C101.459 346.318 82.2 277.768 49.1706 220.49C41.1735 206.664 32.4194 193.513 22.9081 181.084C22.9081 181.084 22.7659 180.891 22.4347 180.506C18.4125 175.496 -9.08027 138.884 3.08097 85.6043Z' fill='white'/%3E%3C/svg%3E");
  }
  .monthly__section--intro-2 .intro__body::after {
    width: var(--intro-side-shape-w);
    aspect-ratio: unset;
    align-self: stretch;
    overflow: visible;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 151.684 840' preserveAspectRatio='none'%3E%3Cpath d='M139.523 85.6043C128.024 35.0703 82.644 1.72209e-05 31.6803 1.72209e-05L0 0L0 840H32.1063C93.1018 840 142.551 789.659 142.551 727.563C142.551 689.073 123.434 663.637 120.121 659.542C119.838 659.157 119.648 658.964 119.648 658.964C109.995 646.391 101.146 632.999 93.0545 618.932C60.2618 561.798 41.1443 493.729 41.1443 420.024C41.1443 346.318 60.4035 277.768 93.4329 220.49C101.43 206.664 110.184 193.513 119.695 181.084C119.695 181.084 119.838 180.891 120.169 180.506C124.191 175.496 151.684 138.884 139.523 85.6043Z' fill='white'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 151.684 840' preserveAspectRatio='none'%3E%3Cpath d='M139.523 85.6043C128.024 35.0703 82.644 1.72209e-05 31.6803 1.72209e-05L0 0L0 840H32.1063C93.1018 840 142.551 789.659 142.551 727.563C142.551 689.073 123.434 663.637 120.121 659.542C119.838 659.157 119.648 658.964 119.648 658.964C109.995 646.391 101.146 632.999 93.0545 618.932C60.2618 561.798 41.1443 493.729 41.1443 420.024C41.1443 346.318 60.4035 277.768 93.4329 220.49C101.43 206.664 110.184 193.513 119.695 181.084C119.695 181.084 119.838 180.891 120.169 180.506C124.191 175.496 151.684 138.884 139.523 85.6043Z' fill='white'/%3E%3C/svg%3E");
  }
}
.monthly__section--intro-2 .intro__body .monthly__text {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  padding-block: 0.5rem;
  padding-inline: 1rem;
  text-align: center;
  background-color: #82192e;
  font-weight: 400;
}
@media all and (min-width: 93rem) {
  .monthly__section--intro-2 .intro__body .monthly__text {
    grid-column: 2;
    justify-content: center;
    gap: 1.875rem;
    padding-block: 3rem;
    padding-inline: 2rem;
    margin-inline: calc(var(--intro-shape-overlap) * -1);
    width: calc(100% + var(--intro-shape-overlap) * 2);
  }
}

/* intro-1 */
.monthly__section--intro {
  --color-headline: #c00045;
  --color-eyebrow: #c00045;
  --intro-text-stroke-color: #282828;
  text-align: center;
}
.monthly__section--intro .intro__section--top {
  --color-text: #000;
  --section-bg-color: #31302f;
  --intro-text-gap: 1.25rem;
  --intro-screen-enter-y: 11.25rem;
  --intro-image-top: 9.375rem;
  --intro-image-width: calc(100vw * 490 / 720);
  --intro-image-height: calc(var(--intro-image-width) * 1082 / 490);
  --intro-image-overlap: calc(100vw * 32 / 720);
  --intro-body-offset: calc(100vw * 490 / 720);
  --intro-body-initial-padding: calc(
    var(--intro-image-height) - var(--intro-body-offset) + var(--intro-text-gap)
  );
  --intro-section-height: calc(var(--intro-image-top) + var(--intro-image-height) + var(--intro-image-overlap));
  --intro-section-top-gap: calc(var(--intro-section-height) * 0.075);
  min-height: var(--intro-section-height);
  padding-block: 0 3rem 0;
  background: url("/content/dam/channel/wcms/de/2026-monthly-lg/26-jun/feature/images/mobile/monthly-lg-2026-jun-de-01-intro-background-01-mobile.jpg") no-repeat center center;
  background-size: cover;
  background-color: var(--section-bg-color);
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--intro .intro__section--top {
    --intro-text-gap: -3.125rem;
    --intro-screen-enter-y: 18.75rem;
    --intro-image-top: 9.375rem;
    --intro-section-top-gap: calc(var(--intro-section-height) * 0.1);
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--intro .intro__section--top {
    --intro-text-gap: -0.625rem;
    --intro-screen-enter-y: max(
      16.25rem,
      calc(
        16.25rem + (17.5rem - 16.25rem) * (1920px - 100vw) / 432px
      )
    );
    --intro-image-top: min(
      calc(100vw * 197 / 1920),
      12.3125rem
    );
    --intro-image-width: min(
      calc(100vw * 853 / 1920),
      53.3125rem
    );
    --intro-image-height: calc(
      var(--intro-image-width) * 1602 / 853
    );
    --intro-image-overlap: min(
      calc(100vw * 150 / 1920),
      9.375rem
    );
    --intro-screen-bottom: calc(
      var(--intro-image-width) * 613 / 853
    );
    --intro-body-initial-padding: calc(
      var(--intro-image-top) + var(--intro-screen-bottom) + var(--intro-text-gap)
    );
    --intro-section-height: calc(var(--intro-image-top) + var(--intro-image-height) - var(--intro-image-overlap));
    --intro-section-top-gap: calc(var(--intro-section-height) * 0.05);
    min-height: var(--intro-section-height);
    padding-block: 0 10rem 0;
    background: url("/content/dam/channel/wcms/de/2026-monthly-lg/26-jun/feature/images/desktop/monthly-lg-2026-jun-de-01-intro-background-01-desktop.jpg") no-repeat center center;
    background-size: cover;
  }
}
.monthly__section--intro .intro__section--top .monthly__container {
  position: relative;
}
.monthly__section--intro .intro__section--top .monthly__image {
  position: absolute;
  top: var(--intro-image-top);
  left: 0;
  right: 0;
  margin-inline: auto;
  width: var(--intro-image-width);
  overflow: visible;
  pointer-events: none;
  aspect-ratio: 0.4528650647;
}
.monthly__section--intro .intro__section--top .monthly__image-preload {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
@media all and (min-width: 93rem) {
  .monthly__section--intro .intro__section--top .monthly__image {
    aspect-ratio: 0.5324594257;
    padding-inline: 0;
  }
}
.monthly__section--intro .intro__section--top .monthly__image-screen-wrap, .monthly__section--intro .intro__section--top .monthly__image-stand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.monthly__section--intro .intro__section--top .monthly__image-screen-wrap {
  top: 0;
  width: 100%;
  z-index: 2;
  will-change: transform;
  animation: introScreenSlideDown 2.5s cubic-bezier(0.2, 0.8, 0.25, 1) 0.5s forwards;
}
.monthly__section--intro .intro__section--top .monthly__image-arrow {
  position: absolute;
  width: 1.9375rem;
  height: auto;
  z-index: 5;
  animation: introArrowFadeOut 2.5s linear 0.5s forwards;
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--intro .intro__section--top .monthly__image-arrow {
    width: 2.75rem;
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--intro .intro__section--top .monthly__image-arrow {
    width: 5.5rem;
  }
}
.monthly__section--intro .intro__section--top .monthly__image-arrow--bottom-left {
  left: 10%;
  bottom: 120%;
  transform: rotate(90deg);
}
.monthly__section--intro .intro__section--top .monthly__image-arrow--top-right {
  top: 120%;
  right: 10%;
  transform: rotate(-90deg);
}
.monthly__section--intro .intro__section--top .monthly__image-screen-rotator {
  position: relative;
  width: 100%;
  transform-origin: 50% 50%;
  transform: translateZ(0) rotate(-90deg);
  will-change: transform;
  z-index: 3;
  isolation: isolate;
  animation: introScreenRotate 2.5s cubic-bezier(0.2, 0.8, 0.25, 1) 0.5s forwards;
}
.monthly__section--intro .intro__section--top .monthly__image-screen-rotator::before {
  content: "";
  position: absolute;
  inset: 3% 2% 3.5%;
  z-index: 2;
  background-color: #dbdbd9;
  border-radius: 1%;
}
.monthly__section--intro .intro__section--top .monthly__image-screen-frame {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.monthly__section--intro .intro__section--top .monthly__image-screen-mask {
  position: absolute;
  inset: 3% 2% 3.5%;
  z-index: 3;
  overflow: hidden;
  mask-image: url("/content/dam/channel/wcms/de/2026-monthly-lg/26-jun/feature/images/desktop/monthly-lg-2026-jun-de-01-intro-screen-mask-bg.png");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
  -webkit-mask-image: url("/content/dam/channel/wcms/de/2026-monthly-lg/26-jun/feature/images/desktop/monthly-lg-2026-jun-de-01-intro-screen-mask-bg.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 100% 100%;
  border-radius: 0.3125rem;
}
.monthly__section--intro .intro__section--top .monthly__image-screen-bg, .monthly__section--intro .intro__section--top .monthly__image-screen-alpha-clip {
  transform-origin: 50% 50%;
  transform: translateZ(0) rotate(90deg);
  will-change: transform;
  animation: introScreenCounterRotate 2.5s cubic-bezier(0.2, 0.8, 0.25, 1) 0.5s forwards;
}
.monthly__section--intro .intro__section--top .monthly__image-screen-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 1.2;
  overflow: visible;
}
.monthly__section--intro .intro__section--top .monthly__image-screen-alpha-clip {
  position: absolute;
  inset: 3% 2% 3.5%;
  z-index: 4;
  overflow: visible;
  clip-path: inset(-20% 2% 0 2%);
}
.monthly__section--intro .intro__section--top .monthly__image-screen-alpha {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 1.2;
}
.monthly__section--intro .intro__section--top .monthly__image-stand {
  top: 20%;
  width: 70.66%;
  z-index: 0;
  clip-path: inset(18% 0 0 0);
}
@media all and (min-width: 48.0625rem) {
  .monthly__section--intro .intro__section--top .monthly__image-stand {
    clip-path: inset(20% 0 0 0);
  }
}
@media all and (min-width: 93rem) {
  .monthly__section--intro .intro__section--top .monthly__image-stand {
    width: 64%;
  }
}
.monthly__section--intro .intro__section--top .intro__body {
  background-color: transparent;
  position: relative;
  z-index: 0;
  padding-block-start: var(--intro-body-initial-padding);
  padding-inline: var(--container-padding);
  animation: introBodySlideUp 2.5s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
}
@media all and (min-width: 93rem) {
  .monthly__section--intro .intro__section--top .intro__body {
    padding-inline: 0;
  }
}
.monthly__section--intro .intro__section--top .intro__body .monthly__eyebrow {
  font-size: 1rem;
  line-height: 2.5;
  font-weight: 800;
  color: #ffa04c;
  -webkit-text-stroke: 0.375rem var(--intro-text-stroke-color);
  paint-order: stroke fill;
}
@media all and (min-width: 93rem) {
  .monthly__section--intro .intro__section--top .intro__body .monthly__eyebrow {
    font-size: 2.25rem;
    line-height: 1.1667;
    font-weight: 800;
    -webkit-text-stroke: 0.625rem var(--intro-text-stroke-color);
  }
}
.monthly__section--intro .intro__section--top .intro__body .monthly__title {
  margin-block: 0 0.3125rem 0.59375rem;
  color: #ffd5b1;
  -webkit-text-stroke: 0.5rem var(--intro-text-stroke-color);
  paint-order: stroke fill;
}
@media all and (min-width: 93rem) {
  .monthly__section--intro .intro__section--top .intro__body .monthly__title {
    margin-block: 0.5rem 1rem;
    font-size: 6.25rem;
    line-height: 1;
    font-weight: 800;
    -webkit-text-stroke: 0.875rem var(--intro-text-stroke-color);
  }
}
.monthly__section--intro .intro__section--top .intro__body .monthly__text p {
  color: #fff0e3;
  -webkit-text-stroke: 0.375rem var(--intro-text-stroke-color);
  paint-order: stroke fill;
}
@media all and (min-width: 93rem) {
  .monthly__section--intro .intro__section--top .intro__body .monthly__text p {
    -webkit-text-stroke: 0.375rem var(--intro-text-stroke-color);
  }
}
.monthly__section--intro .intro__section--top .intro__body .monthly__text p .handwriting-kalam {
  font-weight: 700;
  position: relative;
  top: 0.1em;
}
@media all and (min-width: 93rem) {
  .monthly__section--intro .intro__section--top .intro__body .monthly__text p .handwriting-kalam {
    top: 0;
  }
}

@keyframes introBodySlideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(calc(var(--intro-section-top-gap) - var(--intro-body-initial-padding)));
  }
}
@keyframes introScreenSlideDown {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    transform: translate3d(-50%, var(--intro-screen-enter-y), 0);
  }
}
@keyframes introScreenRotate {
  0% {
    transform-origin: 50% 50%;
    transform: translateZ(0) rotate(-90deg);
  }
  100% {
    transform-origin: 50% 50%;
    transform: translateZ(0) rotate(0deg);
  }
}
@keyframes introScreenCounterRotate {
  0% {
    transform-origin: 50% 50%;
    transform: translateZ(0) rotate(90deg);
  }
  100% {
    transform-origin: 50% 50%;
    transform: translateZ(0) rotate(0deg);
  }
}
@keyframes introArrowFadeOut {
  30%, 100% {
    opacity: 0;
  }
}