.s-guide {
  padding: 160px 0;
  background-color: #efe9c7;
  border-radius: 0 0 0 160px;
  margin-bottom: 160px;
}
@media screen and (max-width: 960px) {
  .s-guide {
    padding: 50px 0;
    padding-bottom: 100px;
    border-radius: 0 0 0 80px;
    margin-bottom: 80px;
  }
}
.s-guide_inner {
  width: 90%;
  max-width: 765px;
  margin: 0 auto;
}
.s-guide h2 {
  text-align: center;
  font-size: 42px;
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .s-guide h2 {
    font-size: 32px;
    margin-bottom: 60px;
  }
}
.s-guide h3 {
  font-size: 32px;
  margin-bottom: 30px;
  margin-top: 100px;
}
@media screen and (max-width: 960px) {
  .s-guide h3 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 60px;
  }
}
.s-guide ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}
.s-guide ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.s-guide ul li a {
  display: inline-flex;
  align-items: center;
  color: #222;
  text-indent: 0;
}
.s-guide ul li a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon-external.svg);
  background-size: contain;
}
.s-club_hero__content {
  padding: 0;
}
@media screen and (max-width: 960px) {
  .s-club_hero__content {
    padding: 50px 0;
  }
}
.s-club_hero__text {
  padding: 5%;
  background-color: hsla(0, 0%, 100%, 0.8);
  border-radius: 0 80px 0 0;
}
@media screen and (max-width: 960px) {
  .s-club_hero__text {
    background-color: transparent;
    padding: 0;
  }
}
.s-club_hero__btns {
  padding: 5%;
}
@media screen and (max-width: 960px) {
  .s-club_hero__btns {
    background-color: transparent;
    padding: 0;
  }
}
.s-service__studio__description {
  bottom: 0;
}
.s-service__studio__description ._row {
  width: 100%;
  max-width: unset;
}
@media screen and (max-width: 960px) {
  .s-service__studio__description ._row {
    width: 90%;
  }
}
.s-service__studio__description ._left {
  padding: 5%;
  background-color: hsla(0, 0%, 100%, 0.8);
  border-radius: 0 80px 0 0;
}
@media screen and (max-width: 960px) {
  .s-service__studio__description ._left {
    background-color: transparent;
    padding: 0;
  }
}
.s-service__studio__description ._right {
  padding: 5%;
}
@media screen and (max-width: 960px) {
  .s-service__studio__description ._right {
    background-color: transparent;
    padding: 0;
  }
}
.s-service__studio__notes a {
  display: inline-flex;
  align-items: center;
  color: #222;
  text-indent: 0;
}
.s-service__studio__notes a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon-external.svg);
  background-size: contain;
}

.c-btn--d {
  background-color: rgba(240, 255, 61, 0.8);
}
.c-btn--d::after {
  background-image: url(../images/arrow-down.svg);
}

.c-hamb {
  background-color: hsla(0, 0%, 100%, 0.8);
  border-radius: 20px;
}
.c-hamb.active {
  background-color: transparent;
}/*# sourceMappingURL=custom.css.map */