/* LP Header Block Styles */
.lp-header-block {
  border-bottom: 0;
}
@media not screen and (max-width: 767px) {
  .lp-header-block .container {
    display: flex;
    gap: 32px;
    justify-content: space-between;
  }
  .lp-header-block__left {
    max-width: 330px;
    flex: 0 0 330px;
    position: relative;
    z-index: 1001;
  }
  .lp-header-block__right {
    flex: 0 0 calc(100% - 330px - 32px);
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .lp-header-block {
    padding-bottom: 0;
  }
  .lp-header-block__right {
    margin-top: 30px;
  }
}
.lp-header-block h3.slash {
  font-size: 20px;
  align-items: flex-start;
}
.lp-header-block h3.slash::before {
  background-color: #e47011;
  transform: none;
  width: 5px;
  min-width: 5px;
  margin-left: 0;
  margin-top: 0.15em;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .lp-header-block h3.slash {
    font-size: 22px;
    justify-content: center;
    margin-top: 0;
  }
}
.lp-header-block h1 {
  display: inline-block;
  font-size: 48px;
  line-height: 1.2;
  color: #e47011;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px 0;
  letter-spacing: 2px;
  white-space: nowrap;
  max-width: 500px;
}
.lp-header-block h1 + h1 {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .lp-header-block h1 {
    font-size: 32px;
    text-align: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.lp-header-block__buttons {
  margin: 20px 0;
}
.lp-header-block__buttons .btn {
  width: 320px;
  height: 59px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .lp-header-block__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  .lp-header-block__buttons .btn {
    flex: 1 1 50%;
    margin: 0;
    font-size: 16px;
  }
}
.lp-header-block__decor {
  max-width: 330px;
}
.lp-header-block__decor img {
  height: auto;
}
.lp-header-block__right .lp-header-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.lp-header-block__right .lp-header-slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .lp-header-block__right .lp-header-slider {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    max-height: 220px;
  }
  .lp-header-block__right .lp-header-slider img {
    max-height: 220px;
  }
}

.orange-banner {
  background-color: #e47011;
  padding: 4px 0;
}
.orange-banner * {
  color: white;
}
.orange-banner .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.orange-banner .container span.green {
  background-color: #35805a;
  color: white;
  padding: 4px 8px;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .orange-banner .container {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
  .orange-banner .container span.green {
    margin-right: 0;
    padding: 2px 8px;
  }
}

.gift-card {
  position: relative;
}
@media screen and (max-width: 767px) {
  .gift-card {
    padding: 16px 0;
  }
}
.gift-card__text {
  display: flex;
  align-items: center;
  gap: 16px;
}
.gift-card__text > img {
  max-width: 127px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .gift-card__text > img {
    max-width: 80px;
    position: absolute;
    left: 12px;
    top: -12px;
  }
}
@media screen and (max-width: 767px) {
  .gift-card__text .text {
    margin: auto;
    width: fit-content;
  }
}
.gift-card__text .text * {
  margin: 0;
  display: inline-block;
  line-height: 0.8;
}
@media screen and (max-width: 767px) {
  .gift-card__text .text * {
    line-height: 1;
  }
  .gift-card__text .text *:not(span):not(strong) {
    text-align: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    display: block;
    white-space: nowrap;
  }
}
.gift-card__text .text .orange,
.gift-card__text .text .orange * {
  color: #e47011;
}
.gift-card__text .text h5 {
  font-size: 17px;
}
.gift-card__text .text h5 strong {
  font-size: 19px;
}
.gift-card__text .text h3 {
  font-size: 31px;
}
@media screen and (max-width: 767px) {
  .gift-card__text .text h3 {
    font-size: 28px;
    margin-top: -8px;
  }
}
.gift-card__text .text h4 {
  font-size: 27px;
}
.gift-card__text .text h4 strong {
  font-size: 45px;
}
@media screen and (max-width: 767px) {
  .gift-card__text .text h4 {
    font-size: 24px;
    margin-top: 8px;
  }
  .gift-card__text .text h4 strong {
    font-size: 42px;
  }
}
.gift-card__duration {
  display: block;
  width: 226px;
  border: 1px solid #e47011;
  border-radius: 50px;
  color: #e47011;
  text-align: center;
  margin: auto;
  font-size: 14px;
  padding: 3px 8px;
}
@media screen and (max-width: 767px) {
  .gift-card__duration {
    margin: 16px auto 16px;
  }
}
.gift-card__conditions p {
  font-size: 10px;
  font-weight: 500;
}
@media not screen and (max-width: 767px) {
  .gift-card__conditions p {
    text-align: center;
  }
}

/*# sourceMappingURL=lp-header-block.css.map */
