.piano-wrap {
  --theme-piano-color-1: #fac663;
  --theme-piano-color-2: #ff7320;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  width: 100%;
}

.piano-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 48px 15px 36px;
  background-color: #443a23;
}

@media screen and (min-width: 48em) {
  .piano-head {
    padding: 64px 15px;
  }
}

.piano-head--heading {
  max-width: 800px;
  color: var(--theme-piano-color-1);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .piano-head--heading {
    font-size: 36px;
  }
}

.piano-head--logo {
  width: 160px;
  height: 160px;
  margin: 0 0 24px;
  background-image: url(/nimg/piano-logo-406.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 160px;
}

@media screen and (min-width: 48em) {
  .piano-head--logo {
    width: 300px;
    height: 300px;
    margin: 0 0 32px;
    background-size: 300px;
  }
}

.piano-video {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 48px 15px 16px;
  background-color: #fddf9a;
}

.piano-video--play {
  width: 100%;
  max-width: 640px;
}

.piano-video--wrap {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 640px;
}

.piano-video--item {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 10px;
}

.piano-video--item iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 10px;
}

.piano-offer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 48px 15px 32px;
  background-color: #fddf9a;
}

.piano-offer--pros {
  max-width: 1246px;
  margin: 0 0 48px;
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .piano-offer--pros {
    font-size: 36px;
  }
}

.piano-offer--picture {
  display: flex;
  max-width: 640px;
  margin: 0 0 32px;
}

.piano-offer--list {
  width: 100%;
  max-width: 640px;
  margin: 24px 0 64px;
}

.piano-offer--list li {
  position: relative;
  padding: 0 0 0 22px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

@media screen and (min-width: 48em) {
  .piano-offer--list li {
    padding: 0 0 0 32px;
    font-size: 20px;
    line-height: 26px;
  }
}

.piano-offer--list li:not(:last-child) {
  margin: 0 0 16px;
}

.piano-offer--list li::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  background-image: url(/nimg/musical-note-24.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  content: '';
}

@media screen and (min-width: 48em) {
  .piano-offer--list li::before {
    top: 5px;
    width: 16px;
    height: 16px;
    background-size: 16px;
  }
}

.piano-offer--results {
  max-width: 1246px;
  margin: 0 0 48px;
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .piano-offer--results {
    font-size: 36px;
  }
}

.piano-offer--graphic {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 640px;
}

.piano-offer--graphic_text {
  gap: 8px 0;
  max-width: 606px;
  margin: 16px 0;
}

.piano-offer-desc {
  padding: 0 16px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

@media screen and (min-width: 48em) {
  .piano-offer-desc {
    font-size: 20px;
    line-height: 26px;
  }
}

.piano-offer--note {
  margin: 16px 0 0;
  color: #e0e0e0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .piano-offer--note {
    font-size: 18px;
    line-height: 26px;
  }
}

.piano-slider-wrap {
  width: 100%;
  padding: 32px 24px 64px;
  background-color: #443a23;
}

@media screen and (min-width: 48em) {
  .piano-slider-wrap {
    padding: 48px 30px 64px;
  }
}

.piano-slider {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}

.piano-slider h2 {
  margin: 0 0 48px;
  color: var(--theme-piano-color-2);
  font-family: "PT Serif", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .piano-slider h2 {
    font-size: 36px;
  }
}

.piano-slide-button {
  z-index: 1;
  position: absolute;
  top: calc(50% - 14px);
  width: 28px;
  height: 28px;
}

.piano-slide-button_prev {
  left: -14px;
}

.piano-slide-button_next {
  right: -14px;
}

.piano-slide-button.swiper-button-lock {
  display: none;
}

.piano-slide-button svg {
  --i-color1: #ff7320;
  --i-color2: #fff;
  width: 28px;
  height: 28px;
}

.piano-slide-button_disabled {
  cursor: auto;
  pointer-events: none;
}

.piano-slide-button_disabled svg {
  --i-color1: #9e9e9e;
  --i-color2: #ccc;
}

.piano-nav-icon {
  width: 24px;
  height: 24px;
}

.piano-slide-wrap {
  position: relative;
}

.piano-slide {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.piano-slide--inner {
  box-sizing: content-box;
  display: flex;
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 820px;
  height: 100%;
  margin: 0 auto;
  transform: translate3d(0, 0, 0);
  transition-property: transform;
}

.piano-slide--item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
  max-width: 395px;
  padding: 16px 16px 32px;
  border-radius: 10px;
  background-color: #616161;
}

.piano-slide--top {
  display: flex;
  flex-direction: column;
  margin: 0 0 12px;
  padding: 16px 16px 32px;
  border-radius: 10px;
  background-color: #3a3a3a;
}

.piano-slide--avatar {
  display: flex;
  z-index: 1;
  align-items: flex-start;
  align-self: center;
  justify-content: center;
  width: 100%;
  max-width: 295px;
  max-height: 250px;
  margin: 0 0 16px;
  overflow: hidden;
  border-radius: 10px;
}

.piano-slide--avatar img {
  max-width: 295px;
  border-radius: 10px;
}

.piano-slide--name {
  grid-area: name;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (min-width: 48em) {
  .piano-slide--name {
    font-size: 18px;
  }
}

.piano-slide--name span {
  color: var(--theme-piano-color-1);
  font-weight: 700;
  white-space: nowrap;
}

.piano-slide--bottom {
  padding: 0 16px;
}

.piano-slide--info {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (min-width: 48em) {
  .piano-slide--info {
    font-size: 16px;
  }
}

.piano-slide--view {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #eca009;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.piano-slide--view svg {
  --i-color-1: #eca009;
  width: 16px;
  height: 16px;
  margin: 0 16px 0 0;
}

.piano-slide--link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #4d5159;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.piano-slide--link svg {
  --i-color-1: #eca009;
  width: 16px;
  height: 16px;
  margin: 0 16px 0 0;
}

.piano-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 16px 15px 128px;
  background-color: #443a23;
}

@media screen and (min-width: 48em) {
  .piano-cta {
    padding: 32px 15px 128px;
  }
}

.piano-cta--heading {
  margin: 0 0 16px;
  color: var(--theme-piano-color-2);
  font-family: "PT Serif", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .piano-cta--heading {
    font-size: 36px;
  }
}

.piano-cta--subheading {
  grid-area: name;
  margin: 0 0 48px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .piano-cta--subheading {
    font-size: 18px;
  }
}

.piano-cta--subheading span {
  color: var(--theme-piano-color-1);
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.piano-cta--button {
  padding: 14px 24px;
  border-radius: 5px;
  background-color: var(--theme-piano-color-2);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
}
