.welcome {
  position: relative;
  padding-top: 1rem;
  overflow: hidden;
  max-width: 100vw;
  height: 100vh;
}
@media (max-width: 460px) {
  .welcome {
    min-height: auto;
    height: 50vh;
  }
  .welcome::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 16rem;
    -webkit-box-shadow: 0px 2rem 2rem 0 #f8f8f6;
    box-shadow: 0px 2rem 2rem 0 #f8f8f6;
    background-color: #f8f8f6;
    z-index: 1;
  }
}
.welcome__inner {
  position: relative;
  z-index: 2;
}
.welcome__logo {
  width: 19rem;
  display: block;
  margin-bottom: 2rem;
}
@media (max-width: 460px) {
  .welcome__logo {
    width: 15rem;
    margin: 0 auto 2rem;
  }
}
.welcome__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(-4rem);
  -ms-transform: translateY(-4rem);
  transform: translateY(-4rem);
  max-width: none;
  -o-object-position: center center;
  object-position: center center;
}
@media (max-width: 1360px) {
  .welcome__img {
    -webkit-transform: translateX(-30rem) translateY(-4rem);
    -ms-transform: translateX(-30rem) translateY(-4rem);
    transform: translateX(-30rem) translateY(-4rem);
    width: calc(100% + 30rem);
  }
}
@media (max-width: 460px) {
  .welcome__img {
    top: 20rem;
  }
}
.welcome__date {
  font-size: 2.2rem;
  font-weight: 600;
  margin-top: 1rem;
  color: #2b2a29;
}
@media (max-width: 460px) {
  .welcome__date {
    font-size: 1.4rem;
  }
}
.welcome .tn-atom-1 {
  max-width: 28rem;
  margin-bottom: 2rem;
}
@media (max-width: 460px) {
  .welcome .tn-atom-1 {
    width: 13rem;
    margin-bottom: 1px;
  }
}
.welcome .tn-atom-2 {
  max-width: 46rem;
}
@media (max-width: 460px) {
  .welcome .tn-atom-2 {
    width: 28rem;
  }
}
.welcome .tn-atom-3 {
  margin-top: -0.6rem;
  max-width: 46rem;
}
@media (max-width: 460px) {
  .welcome .tn-atom-3 {
    width: 28rem;
  }
}
.welcome .tn-atom-4 {
  max-width: 46rem;
  margin-top: -4.4rem;
}
@media (max-width: 460px) {
  .welcome .tn-atom-4 {
    width: 28rem;
    margin-top: -3rem;
  }
}

@media (max-width: 460px) {
  .steps {
    padding: 0;
  }
}
.steps__inner {
  position: relative;
}
.steps__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 460px) {
  .steps__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.steps__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4rem 3rem 2rem;
  width: 100%;
}
.steps__item:nth-child(2) {
  background-color: #08707a;
}
.steps__item:nth-child(2) .steps__item-text {
  color: #fff;
}
.steps__item:nth-child(3) {
  padding-bottom: 6rem;
}
.steps__item-num {
  max-width: 18rem;
}
@media (max-width: 460px) {
  .steps__item-num {
    max-width: 12rem;
  }
}
.steps__item-text {
  font-family: "Arial", sans-serif;
  text-align: center;
  margin-top: 3rem;
  font-size: 1.2rem;
}
@media (max-width: 460px) {
  .steps__item-text {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.steps__item-text a {
  color: #ff8562;
}
.steps__item-link {
  border-radius: 0.5rem;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-family: "Arial", Arial, sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #414040;
  padding: 1rem 4rem;
  margin-top: 5rem;
}
@media (max-width: 460px) {
  .steps__item-link {
    margin-top: 2rem;
    position: absolute;
    bottom: 2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.prize {
  background-image: radial-gradient(circle at center, rgb(255, 255, 255) 0%, rgb(241, 241, 241) 0%, rgb(228, 228, 228) 100%);
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (max-width: 460px) {
  .hide-460 {
    display: none !important;
  }
}

.draw {
  background-color: #fff;
  padding: 6rem 0 0;
}
.draw__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.draw__subtitle {
  font-size: 4.2rem;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  color: #000;
  margin-bottom: 6rem;
}
@media (max-width: 1024px) {
  .draw__subtitle {
    font-size: 2rem;
  }
}
.draw__img {
  max-width: 82rem;
}
@media (max-width: 1024px) {
  .draw__img {
    max-width: 100%;
  }
}
.draw__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6rem;
}
@media (max-width: 1024px) {
  .draw__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.draw__el {
  padding: 2rem;
  font-size: 2.2rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .draw__el {
    padding: 3rem 1rem;
    min-height: 20rem;
  }
}
.draw__el img {
  max-width: 14rem;
}
.draw__el p {
  max-width: 26rem;
}
.draw__el:nth-child(1) {
  background-color: #0f7079;
  color: #fff;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .draw__el:nth-child(1) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.draw__el:nth-child(2) {
  background-color: #fff;
  width: 24rem;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
@media (max-width: 1024px) {
  .draw__el:nth-child(2) {
    width: 100%;
  }
}
.draw__el:nth-child(3) {
  background-color: #0f7079;
  color: #fff;
  width: 24rem;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
@media (max-width: 1024px) {
  .draw__el:nth-child(3) {
    width: 100%;
    background-color: #414040;
  }
}
.draw__el:nth-child(4) {
  background-color: #9d0000;
  color: #fff;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .draw__el:nth-child(4) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.draw__el-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 3rem;
  width: 26rem;
}
@media (max-width: 1024px) {
  .draw__el-inner {
    width: 100%;
  }
}
.draw__result {
  margin-top: 60px;
  margin-bottom: 60px;
}
.draw__result-img {
  margin-bottom: 60px;
}
.draw__result-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 410px;
  gap: 16px;
}
.draw__result-li {
  font-family: "Arial", Arial, sans-serif;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  color: #000000;
}
@media (max-width: 600px) {
  .draw__result-li {
    font-size: 20px;
  }
}

/********** */
.acc {
  background-image: radial-gradient(circle at center, rgb(255, 255, 255) 0%, rgb(241, 241, 241) 0%, rgb(228, 228, 228) 100%);
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.accordion {
  margin: 0 auto;
  max-width: 80rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.accordion__item {
  font-family: "Arial", sans-serif;
  padding: 2rem 0;
  border-top: 1px solid #000000;
}
.accordion__item:last-child {
  border-bottom: 1px solid #000000;
}
.accordion__btn {
  font-weight: 700;
  font-size: 2rem;
  gap: 1rem;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
@media (max-width: 460px) {
  .accordion__btn {
    font-size: 2.4rem;
  }
}
.accordion__btn:hover .accordion__icon {
  background-color: #08707a;
}
.accordion__btn:hover .accordion__icon::before, .accordion__btn:hover .accordion__icon::after {
  background-color: #fff;
}
.accordion__btn.active .accordion__icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.accordion__icon {
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.accordion__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60%;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  width: 60%;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion__panel {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion__text {
  padding-top: 2rem;
  font-size: 18px;
  line-height: 1.55;
  color: #000;
}
.accordion__text a {
  color: #ff8562;
}
.draw__result-li a {
  color: #ff8562;
text-decoration: underline;
}

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