.planLinkBlock {
  margin: auto;
  margin-top: 2em;
  width: 90%;
  max-width: 750px;
  color: #857754;
  font-size: clamp(18px, 15.535px + 0.657vw, 25px);
}
@media screen and (min-width: 769px) {
  .planLinkBlock {
    margin-top: 2em;
  }
}
.planLinkBlock a {
  position: relative;
  display: block;
  background: #f7f7f7;
  padding: 1em;
}
@media screen and (min-width: 769px) {
  .planLinkBlock a {
    display: flex;
    padding: 1.3em 1em;
  }
}
.planLinkBlock a .planLinkBlock__text {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.planLinkBlock a::after {
  position: absolute;
  content: "";
  background-image: url(../../img/common/arrow_icon.svg);
  width: 10px;
  height: 8px;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(0) saturate(100%) invert(47%) sepia(35%) saturate(354%) hue-rotate(5deg) brightness(91%) contrast(90%);
}
@media screen and (min-width: 769px) {
  .planLinkBlock a::after {
    right: 10%;
    width: 15px;
    height: 12px;
  }
}
.planLinkBlock a.glowLight {
  box-shadow: 0px 0px 13px 3px rgba(206, 205, 186, 0.3);
  transition: 0.3s;
}
.planLinkBlock a.glowLight:hover {
  box-shadow: 0px 0px 13px 3px rgb(206, 205, 186);
}
.planLinkBlock a.glowDark {
  box-shadow: 0px 0px 13px 3px rgba(81, 79, 13, 0.3);
  transition: 0.3s;
}
.planLinkBlock a.glowDark:hover {
  box-shadow: 0px 0px 13px 3px rgba(81, 79, 13, 0.5);
}

.bgFigure {
  position: relative;
  z-index: 0;
}

.bgFigure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../img/home/bg_figure.png) center/927px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .bgFigure::before {
    background-size: 520px;
  }
}
.sectionMembers {
  margin: auto;
  margin-top: 2em;
  padding: 0.5em;
  width: 90%;
  max-width: 1200px;
  background: linear-gradient(100.92deg, rgb(204, 192, 144) 0%, rgb(196, 183, 134) 3.56%, rgb(177, 163, 111) 13.63%, rgb(162, 147, 93) 25.24%, rgb(152, 136, 80) 39.17%, rgb(146, 130, 73) 57.74%, rgb(144, 128, 71) 100%);
  color: #fff;
  text-shadow: 0px 0px 8px rgb(56, 55, 8);
  text-align: center;
}
@media screen and (min-width: 769px) {
  .sectionMembers {
    padding: 1em;
    margin-top: 5em;
  }
}
.sectionMembers .sectionMembers__inner {
  padding: 1em;
  border: 0.5px solid rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 769px) {
  .sectionMembers .sectionMembers__inner {
    padding: 4em;
  }
}
.sectionMembers .sectionMembers__title {
  margin-bottom: 0.8em;
  text-align: center;
  font-size: clamp(24px, 7.803px + 4.319vw, 70px);
}
.sectionMembers .sectionMembers__read {
  font-size: clamp(16px, 11.423px + 1.221vw, 29px);
}
@media screen and (min-width: 769px) {
  .sectionMembers .sectionMembers__read {
    line-height: 1.8;
  }
}
.sectionMembers .requestLinkBlock {
  margin: auto;
  margin-top: 0.8em;
  max-width: 750px;
}
@media screen and (min-width: 769px) {
  .sectionMembers .requestLinkBlock {
    margin-top: 2em;
  }
}
.sectionMembers .requestLinkBlock a {
  position: relative;
  display: block;
  background: #f7f7f7;
  padding: 1em;
  box-shadow: 0px 0px 13px 3px rgba(81, 79, 13, 0.3);
  transition: 0.3s;
  border-radius: 100px;
  color: #857754;
  text-shadow: none;
  font-size: clamp(16px, 11.423px + 1.221vw, 29px);
}
@media screen and (min-width: 769px) {
  .sectionMembers .requestLinkBlock a {
    display: flex;
    padding: 1.2em 1em;
  }
}
.sectionMembers .requestLinkBlock a .requestLinkBlock__text {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.sectionMembers .requestLinkBlock a::after {
  position: absolute;
  content: "";
  background-image: url(../../img/common/arrow_icon.svg);
  width: 10px;
  height: 8px;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(0) saturate(100%) invert(47%) sepia(35%) saturate(354%) hue-rotate(5deg) brightness(91%) contrast(90%);
}
@media screen and (min-width: 769px) {
  .sectionMembers .requestLinkBlock a::after {
    right: 10%;
    width: 15px;
    height: 12px;
  }
}
.sectionMembers .requestLinkBlock a:hover {
  box-shadow: 0px 0px 13px 3px rgb(81, 79, 13);
}/*# sourceMappingURL=modelroom.css.map */