.body {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.top_box {
  background-image: linear-gradient(#18183473, #18183473);
  height: 100vh;
  position: relative;
}

.vid_box, .bckgr_vid {
  height: 100vh;
}

.logo {
  position: absolute;
  inset: 5% 5% auto auto;
}

.ep_link {
  width: 100px;
}

.main_title {
  position: absolute;
  inset: auto 5% 35%;
}

.heading {
  color: #dcf316;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 135%;
}

.subtitle-text {
  color: #fff;
  text-align: center;
  padding-left: 0;
  font-size: 28px;
  line-height: 150%;
}

.pream_sec {
  padding-bottom: 0;
}

.cont {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.pream_box {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sp_date {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.sp_text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #65659a;
  border: 2px #65659a;
  border-radius: 80px;
  width: 200px;
  padding: 10px 40px;
  font-weight: 700;
}

.date-text {
  text-align: right;
}

.pream_text {
  margin-bottom: 20px;
}

.zmist_box {
  background-color: #181834;
  border-radius: 8px;
  margin-top: 40px;
  padding: 40px;
}

.zmist_head_text {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

.grid_zmist {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.zmist_grid_item {
  margin-bottom: 20px;
}

.number_box {
  background-color: #eabe4d;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  display: flex;
}

.numb_text {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.zmist_head {
  margin-bottom: 20px;
}

.zmist_title_text {
  color: #dcf316;
  text-align: center;
  font-weight: 500;
}

.zmist_expl_text {
  color: #fff;
  height: 120px;
  font-size: 14px;
}

.arrow_box {
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
}

.link_zmist_item {
  border: 1px solid #eabe4d75;
  border-radius: 8px;
  padding: 20px;
}

.link_zm_item {
  border: 1px solid #ddf2156b;
  border-radius: 8px;
  padding: 20px;
  text-decoration: none;
  transition: all .555s cubic-bezier(.645, .045, .355, 1);
}

.link_zm_item:hover {
  background-color: #32326d;
  transform: translate(0, 10px);
}

.chpt_sec {
  padding-bottom: 0;
}

.chpt_box {
  padding-top: 0;
  padding-bottom: 40px;
}

.chpt_title {
  border-bottom: 1px solid #d4d4d4;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  display: flex;
}

.chpt_title.first {
  padding-top: 40px;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 135%;
}

.chpt_title_circle {
  background-color: #181834;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.chpt_number_text {
  color: #ddf215;
  font-weight: 700;
}

.reg_text {
  margin-bottom: 20px;
}

.photo_box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.other_part {
  background-color: #181834;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.other_part.dif {
  background-color: #65659a;
}

.other_part.suppi {
  background-color: #eabe4d;
}

.other-text {
  color: #eabe4d;
  font-weight: 500;
}

.other-text.difere {
  color: #fff;
}

.other-text.cappi {
  color: #181834;
}

.link {
  color: #dcf316;
}

.link-2 {
  color: #181834;
  font-weight: 700;
}

.fin_sec {
  background-color: #181834;
}

.fin_box {
  padding-top: 40px;
  padding-bottom: 40px;
}

.fin_text {
  color: #ebebeb;
  font-size: 12px;
}

.link-3 {
  color: #181834;
  font-weight: 600;
}

.discl_box {
  background-color: #65659a3b;
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
}

.desclm_text {
  margin-bottom: 20px;
  font-size: 14px;
  font-style: italic;
}

.desclm_text.nogaps {
  margin-bottom: 0;
}

.how_work_box {
  background-color: #eabe4d;
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
}

.heading-3 {
  color: #181834;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 135%;
}

.how_w_text {
  margin-bottom: 20px;
}

.link-4 {
  color: #181834;
  font-weight: 700;
}

.three_items {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.num_work_item {
  background-color: #181834;
  border: 1px #181834;
  border-radius: 8px;
  padding: 20px;
}

.how_work_icon {
  margin-bottom: 0;
}

.image-2 {
  width: 32px;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.how_work_head {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.how_work_head_text {
  color: #dcf316;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 100%;
}

.how_work_expl_text {
  color: #fff;
  font-size: 14px;
}

.how_work_flex {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: block;
}

.how_work_picture {
  border-radius: 8px;
  margin-top: 20px;
}

.image-3 {
  object-fit: cover;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (min-width: 1280px) {
  .heading {
    font-size: 60px;
  }
}

@media screen and (min-width: 1440px) {
  .ep_link {
    width: 160px;
  }

  .heading {
    font-size: 64px;
  }

  .subtitle-text {
    font-size: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .ep_link {
    width: 200px;
  }

  .heading {
    font-size: 80px;
  }

  .subtitle-text {
    font-size: 40px;
  }
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 40px;
  }

  .subtitle-text {
    font-size: 20px;
  }

  .cont {
    max-width: 700px;
  }

  .grid_zmist {
    grid-template-columns: 1fr 1fr;
  }

  .photo_part {
    display: flex;
  }

  .image {
    aspect-ratio: 1;
    object-fit: cover;
  }

  .how_work_box {
    padding: 20px;
  }

  .heading-3 {
    font-size: 20px;
  }

  .three_items {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 32px;
  }

  .subtitle-text {
    font-size: 16px;
  }

  .cont {
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
  }

  .grid_zmist {
    grid-template-columns: 1fr;
  }

  .zmist_expl_text {
    height: auto;
  }

  .heading-2 {
    font-size: 24px;
  }

  .chpt_title_circle {
    width: 32px;
    height: 32px;
  }

  .photo_box {
    grid-template-columns: 1fr;
  }

  .image {
    aspect-ratio: auto;
  }

  .discl_box {
    padding: 20px;
  }

  .desclm_text {
    margin-bottom: 10px;
  }

  .three_items {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    text-align: center;
    inset: 3% 5% auto;
  }

  .main_title {
    bottom: 47%;
  }

  .heading {
    font-size: 28px;
  }

  .subtitle-text {
    padding-left: 15%;
    padding-right: 15%;
    font-size: 18px;
  }

  .sp_text {
    width: 160px;
    padding: 5px 20px;
    font-size: 14px;
  }

  .zmist_box {
    padding: 20px;
  }

  .heading-2 {
    text-transform: uppercase;
    font-size: 18px;
  }

  .other_part {
    padding: 20px;
  }

  .other-text, .how_work_head_text {
    font-size: 15px;
  }

  .how_work_expl_text {
    font-size: 13px;
  }
}

#w-node-_09955bb2-c52a-e210-88c5-3c94f36b7406-241f3f5a, #w-node-_556d81c1-b07f-1cbc-b65d-4cced7095fb0-241f3f5a, #w-node-d4a68ea8-7325-dadb-0baf-34e833b9abd3-241f3f5a, #w-node-_7e4a9dcb-01ce-210c-3446-80008aba00c9-241f3f5a, #w-node-_24345963-ae69-2949-1b54-87362dddddcd-241f3f5a, #w-node-_0e63f854-6e64-a5e5-69ef-ff5c87a50ab0-241f3f5a {
  place-self: stretch stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_24345963-ae69-2949-1b54-87362dddddcb-241f3f5a {
    place-self: stretch stretch;
  }
}


