@charset "utf-8";

.login {
  padding-bottom: 120px;
  background: url(../img/bg_login.jpg) repeat center/99px auto;
}
/* .page-heading {
} */
.login__content {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}
.login__content__group {
  grid-template-columns: auto;
  justify-content: center;
  justify-items: start;
  align-content: center;
  box-sizing: border-box;
  padding: 135px 20px;
}
.login__content__group--login {
  background: linear-gradient(45deg, rgba(122, 98, 53, 1) 0%, rgba(126, 102, 57, 1) 12.36%, rgba(139, 115, 68, 1) 25.17%, rgba(159, 135, 86, 1) 38.14%, rgba(185, 161, 109, 1) 50%, rgba(158, 132, 83, 1) 62.72%, rgba(138, 112, 65, 1) 75.42%, rgba(126, 99, 54, 1) 87.93%, rgba(122, 95, 50, 1) 100%);
}
.login__content__group--limited {
  background: url(../img/bg_limited.jpg) no-repeat center/cover;
}
.login__content__group__heading {
  font-size: clamp(26px, calc(36 / 1200 * 100vw), 36px);
  line-height: 1.833333333;
  margin-block: calc(var(--margin-top) + ((1.833333333 - 1) / 2 * -1em)) calc(var(--margin-bottom) + ((1.833333333 - 1) / 2 * -1em));
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .35));
  transform: translateZ(0px);
}
.login__content__group__copy {
  font-size: clamp(16px, calc(22 / 1200 * 100vw), 22px);
  line-height: 2;
  margin-block: calc(var(--margin-top) + ((2 - 1) / 2 * -1em)) calc(var(--margin-bottom) + ((2 - 1) / 2 * -1em));
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .35));
  transform: translateZ(0px);
}
.login__content__group__heading + .login__content__group__copy {
  --margin-top: 60px;
}
.login__content__group__form {
  width: min(100%, 500px);
  margin-top: 80px;
}
.login__content__group__form__password {
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  padding-inline: 30px;
  background: #fff;
  outline: none;
  appearance: none;
  font-size: clamp(14px, calc(20 / 1200 * 100vw), 20px);
  letter-spacing: .1em;
  text-align: center;
}
.login__content__group__form__password::placeholder {
  color: #acabab;
}
.login__content__group__form__submit {
  width: 100%;
  height: 80px;
  margin-top: 30px;
  grid-template-columns: auto;
  place-content: center;
  place-items: center;
  font-size: clamp(14px, calc(20 / 1200 * 100vw), 20px);
  background: #000;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, .55);
}
.login__content__group__enheading {
  font-size: clamp(16px, calc(41 / 1200 * 100vw), 41px);
  line-height: 1 !important;
  background: linear-gradient(45deg, rgba(180, 153, 105, 1) 0%, rgba(184, 157, 109, 1) 11.38%, rgba(194, 169, 122, 1) 23.17%, rgba(212, 188, 142, 1) 35.15%, rgba(236, 216, 171, 1) 47.19%, rgba(243, 223, 179, 1) 50%, rgba(233, 212, 167, 1) 54.07%, rgba(210, 184, 138, 1) 65.79%, rgba(193, 165, 118, 1) 77.45%, rgba(183, 153, 105, 1) 88.92%, rgba(180, 149, 101, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.login__content__group__heading2 {
  font-size: clamp(40px, calc(60 / 1200 * 100vw), 60px);
  line-height: 1.5;
  margin-block: calc(var(--margin-top) + ((1.5 - 1) / 2 * -1em)) calc(var(--margin-bottom) + ((1.5 - 1) / 2 * -1em));
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .35));
  transform: translateZ(0px);
}
.login__content__group__enheading + .login__content__group__heading2 {
  --margin-top: 60px;
}
.login__content__group__heading2 + .login__content__group__copy {
  --margin-top: 80px;
}
.login__content__group--limited .login__content__group__enheading {
  margin-inline: auto;
}
.login__content__group--limited .login__content__group__heading2 {
  margin-inline: auto;
}
/* .login__cv {
} */
.login__cv::before {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  margin-inline: auto;
  background: linear-gradient(0deg, rgb(122, 98, 53) 49px, #D6D6D6 49px);
}
.login__cv__heading {
  font-size: clamp(20px, calc(30 / 1200 * 100vw), 30px);
  line-height: 1.75;
  margin-block: calc(var(--margin-top) + ((1.75 - 1) / 2 * -1em)) calc(var(--margin-bottom) + ((1.75 - 1) / 2 * -1em));
  --margin-top: 70px;
}
.login__cv__flow {
  max-width: 1380px;
  margin-top: 60px;
  box-sizing: border-box;
  padding: 80px min(calc(80 / 1380 * 100%), 80px);
  background: rgba(0, 0, 0, .2);
}
.login__cv__flow__head {
  align-items: baseline;
  gap: 20px 35px;
}
.login__cv__flow__head__enheading {
  font-size: clamp(18px, calc(26 / 1200 * 100vw), 26px);
}
.login__cv__flow__head__heading {
  font-size: clamp(13px, calc(17 / 1200 * 100vw), 17px);
}
.login__cv__flow__list {
  margin-top: 40px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 40px;
}
.login__cv__flow__list__item {
  position: relative;
  z-index: 1;
  grid-template-columns: auto minmax(0, 1fr);
  align-content: start;
  align-items: center;
  box-sizing: border-box;
  padding: 30px calc(40 / 380 * 100%);
  background: #fff;
}
.login__cv__flow__list__item + .login__cv__flow__list__item::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  translate: -100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10.002" height="18.352" viewBox="0 0 10.002 18.352"><polygon points=".702 18.352 0 17.64 8.579 9.176 0 .712 .702 0 10.002 9.176 .702 18.352" fill="%23fff"/></svg>') no-repeat center/10px auto;
}
.login__cv__flow__list__item__num {
  width: calc(48 / 12 * 1em);
  height: calc(48 / 12 * 1em);
  margin-right: calc(18 / 12 * 1em);
  place-content: center;
  place-items: center;
  gap: .25em;
  font-size: clamp(10px, calc(12 / 1200 * 100vw), 12px);
  line-height: 1 !important;
  background: var(--gradient-gold);
}
.login__cv__flow__list__item__num em {
  display: block;
  font-size: calc(18 / 12 * 100%);
}
.login__cv__flow__list__item__heading {
  font-size: clamp(14px, calc(24 / 1200 * 100vw), 24px);
  line-height: 1.4;
  color: #7a6235;
}
.login__cv__flow__list__item__copy {
  grid-column: 1 / 3;
  font-size: clamp(12px, calc(17 / 1200 * 100vw), 17px);
  line-height: 1.882352941;
  margin-block: calc(var(--margin-top) + ((1.882352941 - 1) / 2 * -1em)) calc(var(--margin-bottom) + ((1.882352941 - 1) / 2 * -1em));
  --margin-top: 30px;
}
.login__cv__btn {
  margin-top: 60px;
  gap: 40px;
}
.login__cv__btn__item {
  flex: 0 1 446px;
  min-height: 90px;
}
.login__cv__btn__item a {
  font-size: clamp(25px, calc(45 / 1200 * 100vw), 45px);
  box-shadow: 5px 5px 10px #000;
}
@media screen and (min-width: 481px) and (max-width: 1200px) {
  .login__content__group__copy br {
    display: none;
  }
}
@media screen and (max-width: 480px){
  .login {
    padding-bottom: 50px;
  }
  .login__content {
    grid-template-columns: 100%;
  }
  .login__content__group {
    grid-template-columns: 100%;
    justify-items: center;
    padding: 50px 30px;
  }
  .login__content__group--login {
    background: linear-gradient(135deg, rgba(185, 161, 109, 1) 0%, rgba(122, 95, 50, 1) 100%);
  }
  .login__content__group--limited {
    background: url(../img/bg_limited-sp.jpg) no-repeat center/cover;
  }
  .login__content__group__heading {
    font-size: 22px;
    line-height: 1.818181818;
    margin-block: calc(var(--margin-top) + ((1.818181818 - 1) / 2 * -1em)) calc(var(--margin-bottom) + ((1.818181818 - 1) / 2 * -1em));
    text-align: center;
  }
  .login__content__group__copy {
    font-size: 16px;
    line-height: 1.875;
    margin-block: calc(var(--margin-top) + ((1.875 - 1) / 2 * -1em)) calc(var(--margin-bottom) + ((1.875 - 1) / 2 * -1em));
    letter-spacing: 0;
    text-align: center;
  }
  .login__content__group__heading + .login__content__group__copy {
    --margin-top: 30px;
  }
  .login__content__group__form {
    width: 100%;
    margin-top: 40px;
  }
  .login__content__group__form__password {
    height: 50px;
    padding-inline: 20px;
    font-size: 14px;
  }
  .login__content__group__form__submit {
    height: 50px;
    margin-top: 20px;
    font-size: 16px;
  }
  .login__content__group__enheading {
    font-size: 20px;
  }
  .login__content__group__heading2 {
    font-size: 36px;
    text-align: center;
  }
  .login__content__group__enheading + .login__content__group__heading2 {
    --margin-top: 30px;
  }
  .login__content__group__heading2 + .login__content__group__copy {
    --margin-top: 40px;
  }
  .login__cv::before {
    height: 60px;
    background: linear-gradient(0deg, rgb(122, 98, 53) 29px, #D6D6D6 29px);
  }
  .login__cv__heading {
    font-size: 18px;
    line-height: 2;
    margin-block: calc(var(--margin-top) + ((2 - 1) / 2 * -1em)) calc(var(--margin-bottom) + ((2 - 1) / 2 * -1em));
    --margin-top: 25px;
  }
  .login__cv__flow {
    width: 330px;
    margin-top: 45px;
    padding: 40px 25px 25px;
  }
  .login__cv__flow__head {
    align-items: center;
    gap: 20px 0;
    flex-direction: column;
  }
  .login__cv__flow__head__enheading {
    font-size: 20px;
  }
  .login__cv__flow__head__heading {
    font-size: 14px;
  }
  .login__cv__flow__list {
    grid-template-columns: 100%;
    gap: 30px 0;
  }
  .login__cv__flow__list__item {
    padding: 20px 20px 25px;
  }
  .login__cv__flow__list__item + .login__cv__flow__list__item::before {
    width: 100%;
    height: 30px;
    translate: 0 -100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10.002" height="18.352" viewBox="0 0 10.002 18.352" style="transform: rotate(90deg)"><polygon points=".702 18.352 0 17.64 8.579 9.176 0 .712 .702 0 10.002 9.176 .702 18.352" fill="%23fff"/></svg>') no-repeat center/10px auto;
  }
  .login__cv__flow__list__item__num {
    width: calc(43 / 11 * 1em);
    height: calc(43 / 11 * 1em);
    margin-right: calc(18 / 11 * 1em);
    font-size: 11px;
  }
  .login__cv__flow__list__item__num em {
    font-size: calc(16 / 11 * 100%);
  }
  .login__cv__flow__list__item__heading {
    font-size: 20px;
  }
  .login__cv__flow__list__item__copy {
    font-size: 14px;
    line-height: 1.714285714;
    margin-block: calc(var(--margin-top) + ((1.714285714 - 1) / 2 * -1em)) calc(var(--margin-bottom) + ((1.714285714 - 1) / 2 * -1em));
    --margin-top: 20px;
  }
  .login__cv__btn {
    margin-top: 30px;
    gap: 20px 0;
    width: 320px;
  }
  .login__cv__btn__item {
    flex: 1 0 100%;
    min-height: 50px;
  }
  .login__cv__btn__item a {
    font-size: 18px;
  }
}