:host {
  display: block;
  width: 100%;
}
.piano-template-container {
  position: relative;
  z-index: 1;
}
.hn-w3-v1,
.hn-w3-v1 *,
.hn-w3-v1 *::before,
.hn-w3-v1 *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.hn-w3-v1 ul { list-style: none; }
.hn-w3-v1 button { font: inherit; }

.hn-w3-v1.hn-w3 {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #2145AC;
  color: #fff;
  font-family: 'Plus Jakarta Sans', -apple-system, system-ui, sans-serif;
  overflow: hidden;
  --hn-blue: #2145AC;
  --hn-yellow: #FFA900;
  --hn-strike: #90A2D6;
  --hn-white-50: rgba(255, 255, 255, 0.5);
  --hn-white-15: rgba(255, 255, 255, 0.15);
}

.hn-w3-v1 .hn-w3__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: 1000;
}
.hn-w3-v1 .hn-w3__bg[src=""],
.hn-w3-v1 .hn-w3__bg:not([src]),
.hn-w3-v1 .hn-w3__bg[src*="[%% "] { display: none; }

.hn-w3-v1 .hn-w3__container {
  position: relative;
  z-index: 1000;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
}
@media (min-width: 640px) {
  .hn-w3-v1 .hn-w3__container { padding-left: 24px; padding-right: 24px; }
}

.hn-w3-v1 .hn-w3__ruled-header {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  padding-bottom: 8px;
  width: 100%;
}
.hn-w3-v1 .hn-w3__rule {
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.hn-w3-v1 .hn-w3__rule--left { display: none; }
.hn-w3-v1 .hn-w3__rule--right { width: 100%; flex: none; }

.hn-w3-v1 .hn-w3__eyebrow {
  font-family: 'Bitter', Georgia, serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: -0.018px;
  color: #fff;
  text-align: left;
  padding-bottom: 4px;
}

.hn-w3-v1 .hn-w3__logo {
  padding-bottom: 4px;
}
.hn-w3-v1 .hn-w3__logo-img {
  display: block;
  height: 27.43px;
  width: auto;
}
.hn-w3-v1 .hn-w3__logo-img[src=""],
.hn-w3-v1 .hn-w3__logo-img:not([src]),
.hn-w3-v1 .hn-w3__logo-img[src*="[%% "] { display: none; }

.hn-w3-v1 .hn-w3__headline {
  font-family: 'Radio Canada', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -1.2px;
  color: #fff;
  font-variation-settings: 'wdth' 92;
  font-stretch: 92%;
  text-align: left;
  margin: 0;
}

.hn-w3-v1 .hn-w3__cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 8px;
  width: 100%;
}

.hn-w3-v1 .hn-w3__card {
  position: relative;
  background: rgba(33, 69, 172, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
  width: 100%;
  overflow: hidden;
  box-shadow:
    0 6px 13px 0 rgba(0, 0, 0, 0.25),
    0 25px 25px 0 rgba(0, 0, 0, 0.21),
    0 55px 33px 0 rgba(0, 0, 0, 0.13),
    0 98px 39px 0 rgba(0, 0, 0, 0.04);
}

.hn-w3-v1 .hn-w3__price {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.02px;
  color: #fff;
  margin: 0;
}
.hn-w3-v1 .hn-w3__price-label { font-weight: 700; }

.hn-w3-v1 .hn-w3__old {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.hn-w3-v1 .hn-w3__old-text {
  color: rgba(255, 255, 255, 0.5);
}
.hn-w3-v1 .hn-w3__old-line {
  position: absolute;
  top: 50%;
  left: 2px;
  right: 2px;
  height: 1.5px;
  background: var(--hn-strike);
  transform: translateY(-50%) rotate(-15deg);
  transform-origin: center;
  pointer-events: none;
}

.hn-w3-v1 .hn-w3__price-billed {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: -0.01px;
  color: #fff;
  margin: 4px 0 0;
}

.hn-w3-v1 .hn-w3__price-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: calc(100% - 80px);
}

.hn-w3-v1 .hn-w3__nyt {
  display: flex;
  align-items: center;
  gap: 12px;
}
.hn-w3-v1 .hn-w3__nyt-plus {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.02px;
  color: #fff;
  flex-shrink: 0;
}
.hn-w3-v1 .hn-w3__nyt-img {
  display: block;
  height: 33.65px;
  width: auto;
  max-width: calc(100% - 36px);
  flex-shrink: 1;
}
.hn-w3-v1 .hn-w3__nyt-img[src=""],
.hn-w3-v1 .hn-w3__nyt-img:not([src]),
.hn-w3-v1 .hn-w3__nyt-img[src*="[%% "] { display: none; }

.hn-w3-v1 .hn-w3__benefits {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 0;
  width: 100%;
}
.hn-w3-v1 .hn-w3__benefits--grow {
  flex: 1 0 0;
  padding-top: 8px;
}
.hn-w3-v1 .hn-w3__benefits li {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: 'Bitter', Georgia, serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: -0.016px;
  color: #fff;
}
.hn-w3-v1 .hn-w3__benefits li:has(> .hn-w3__benefit-text:empty) {
  display: none;
}
.hn-w3-v1 .hn-w3__check {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: block;
}

.hn-w3-v1 .hn-w3__btn {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--hn-yellow);
  color: var(--hn-blue);
  border: 0;
  border-radius: 8px;
  padding: 8px 20px 10px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.35;
  text-decoration: none;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: none;
  width: auto;
  min-width: 0;
  height: auto;
  margin-top: auto;
  transition: opacity .2s, transform .15s;
}
.hn-w3-v1 .hn-w3__btn:hover {
  opacity: .92;
  transform: translateY(-1px);
}

.hn-w3-v1 .hn-w3__ribbon {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 160px;
  pointer-events: none;
  z-index: 1000;
  overflow: hidden;
}
.hn-w3-v1 .hn-w3__ribbon-band {
  position: absolute;
  top: 28px;
  right: -55px;
  width: 220px;
  background: #fff;
  color: var(--hn-blue);
  padding: 8px 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 10px;
  line-height: 1.35;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  transform: rotate(45deg);
  transform-origin: center;
  white-space: nowrap;
}

.hn-w3-v1 .hn-w3__footer {
  width: 100%;
  padding: 16px 8px 8px;
}
.hn-w3-v1 .hn-w3__footer-line {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  padding-top: 16px;
  font-family: 'Bitter', Georgia, serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.016px;
  color: #fff;
  text-align: left;
}
.hn-w3-v1 .hn-w3__login-btn {
  display: inline;
  vertical-align: baseline;
  font: inherit;
  color: inherit;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  cursor: pointer;
  box-shadow: none;
}
.hn-w3-v1 .hn-w3__login-btn:hover { opacity: .85; }

@media (min-width: 380px) {
  .hn-w3-v1 .hn-w3__price-block { max-width: none; }
  .hn-w3-v1 .hn-w3__nyt-img { max-width: 100%; }
}

@media (min-width: 1280px) {
  .hn-w3-v1 .hn-w3__container {
    max-width: 1284px;
    padding: 40px 24px 48px;
    gap: 24px;
    align-items: stretch;
  }

  .hn-w3-v1 .hn-w3__ruled-header {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-bottom: 0;
    width: 100%;
  }
  .hn-w3-v1 .hn-w3__rule--left {
    display: block;
    flex: 1 0 0;
    min-width: 0;
    width: auto;
  }
  .hn-w3-v1 .hn-w3__rule--right {
    flex: 1 0 0;
    min-width: 0;
    width: auto;
  }
  .hn-w3-v1 .hn-w3__eyebrow {
    text-align: center;
    white-space: nowrap;
    line-height: 1.5;
    flex-shrink: 0;
    padding-bottom: 4px;
  }
  .hn-w3-v1 .hn-w3__eyebrow-br { display: none; }

  .hn-w3-v1 .hn-w3__logo {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 8px;
  }
  .hn-w3-v1 .hn-w3__logo-img { height: 32px; }

  .hn-w3-v1 .hn-w3__headline {
    font-size: 56px;
    letter-spacing: -1.68px;
    text-align: center;
    white-space: nowrap;
    width: 100%;
  }
  .hn-w3-v1 .hn-w3__headline-br { display: none; }

  .hn-w3-v1 .hn-w3__cards {
    flex-direction: row;
    align-items: stretch;
    gap: 32px;
    padding-top: 16px;
    width: 100%;
  }
  .hn-w3-v1 .hn-w3__card {
    flex: 1 1 0;
    min-width: 0;
    border-color: rgba(255, 255, 255, 0.5);
    padding: 32px 40px;
    box-shadow:
      0 6px 13px 0 rgba(0, 0, 0, 0.25),
      0 25px 25px 0 rgba(0, 0, 0, 0.21),
      0 55px 33px 0 rgba(0, 0, 0, 0.13),
      0 98px 39px 0 rgba(0, 0, 0, 0.04);
  }

  .hn-w3-v1 .hn-w3__price {
    font-size: 24px;
    letter-spacing: -0.024px;
  }
  .hn-w3-v1 .hn-w3__price-billed {
    font-size: 12px;
    letter-spacing: -0.012px;
  }

  .hn-w3-v1 .hn-w3__nyt-img {
    height: 44px;
    max-width: 100%;
  }

  .hn-w3-v1 .hn-w3__benefits {
    gap: 8px;
    padding: 8px 0;
  }
  .hn-w3-v1 .hn-w3__benefits--grow {
    flex: 1 0 0;
    padding: 0;
  }
  .hn-w3-v1 .hn-w3__card--annual .hn-w3__benefits li { line-height: 1.5; }

  .hn-w3-v1 .hn-w3__btn {
    padding: 16px 32px;
    font-size: 18px;
  }

  .hn-w3-v1 .hn-w3__ribbon {
    width: 173px;
    height: 173px;
  }
  .hn-w3-v1 .hn-w3__ribbon-band {
    top: 32px;
    right: -50px;
    width: 230px;
    font-size: 12px;
    letter-spacing: 0.6px;
  }

  .hn-w3-v1 .hn-w3__footer {
    padding: 24px 0 0;
    width: 100%;
  }
  .hn-w3-v1 .hn-w3__footer-line {
    padding-top: 32px;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.018px;
  }
}

@media (min-width: 1440px) {
  .hn-w3-v1 .hn-w3__container { max-width: 1164px; }
}

@media (min-width: 1600px) {
  .hn-w3-v1 .hn-w3__container { max-width: 1332px; }
}
