.page-header {
  position: relative;
}
.page-header__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.page-header__image-container:before {
  content: "";
  display: block;
  padding-top: 27.34375%;
}
.page-header__image-container .ratio-item {
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 991.98px) {
  .page-header__image-container {
    position: relative;
    width: 100%;
    display: block;
  }
  .page-header__image-container:before {
    content: "";
    display: block;
    padding-top: 71.4285714286%;
  }
  .page-header__image-container .ratio-item {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 767.98px) {
  .page-header__image-container {
    position: relative;
    width: 100%;
    display: block;
  }
  .page-header__image-container:before {
    content: "";
    display: block;
    padding-top: 116.6666666667%;
  }
  .page-header__image-container .ratio-item {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-header__image-container {
  height: 100%;
}
.page-header__image-container::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
}
.page-header__container {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.page-header__info {
  max-width: 50%;
}
@media only screen and (max-width: 991.98px) {
  .page-header__info {
    max-width: 100%;
  }
}
.page-header__title {
  font-size: 64px;
  text-transform: uppercase;
  color: white;
  letter-spacing: 2.5px;
}
@media only screen and (max-width: 1399.98px) {
  .page-header__title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 991.98px) {
  .page-header__title {
    font-size: 32px;
  }
}
.page-header__subtitle {
  font-size: 24px;
  color: white;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 1399.98px) {
  .page-header__subtitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991.98px) {
  .page-header__subtitle {
    font-size: 16px;
    letter-spacing: unset;
  }
}

.thank-detail {
  padding: 7.2916666667vw 0vw;
}
.thank-detail__image-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 20.8333333333vw;
}
@media screen and (max-width: 1199px) {
  .thank-detail__image-container {
    max-width: 33.3611342786vw;
  }
}
@media screen and (max-width: 767px) {
  .thank-detail__image-container {
    max-width: 52.1512385919vw;
  }
}
@media screen and (max-width: 480px) {
  .thank-detail__image-container {
    max-width: 83.3333333333vw;
  }
}
.thank-detail__image-container:before {
  content: "";
  display: block;
  padding-top: 125%;
}
.thank-detail__image-container .ratio-item {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1199px) {
  .thank-detail {
    padding: 11.6763969975vw 0vw;
  }
}
@media screen and (max-width: 767px) {
  .thank-detail {
    padding: 18.2529335072vw 0vw;
  }
}
@media screen and (max-width: 480px) {
  .thank-detail {
    padding: 29.1666666667vw 0vw;
  }
}
.thank-detail__header {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.thank-detail__image-container {
  margin-bottom: 32px;
}
.thank-detail__title {
  margin-bottom: 16px;
  font-size: 42px;
  letter-spacing: 2px;
}
.thank-detail__info {
  font-size: 18px;
}

/*# sourceMappingURL=thank.css.map*/