@font-face {
  font-family: Ruberoid;
  src: url('../fonts/Ruberoid-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ruberoid;
  src: url('../fonts/Ruberoid-BoldOblique.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ruberoid;
  src: url('../fonts/Ruberoid-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ruberoid;
  src: url('../fonts/Ruberoid-LightOblique.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ruberoid;
  src: url('../fonts/Ruberoid-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ruberoid;
  src: url('../fonts/Ruberoid-MediumOblique.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ruberoid;
  src: url('../fonts/Ruberoid-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ruberoid;
  src: url('../fonts/Ruberoid-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ruberoid;
  src: url('../fonts/Ruberoid-SemiBoldOblique.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ruberoid;
  src: url('../fonts/Ruberoid-Oblique.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

.top_box {
  height: auto;
  padding-bottom: 40px;
  position: relative;
}

.up_box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 6%;
  margin-left: 5%;
  margin-right: 5%;
  display: grid;
}

.col_sqr_box {
  background-color: #0034ff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 120px;
}

.col_sqr_box.green {
  background-color: #e4f300;
  height: 80px;
}

.logo_box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 2%;
  display: flex;
}

.up_link_box {
  width: 106px;
}

.life_link_box {
  width: 124px;
}

.main_title {
  width: 750px;
  margin-bottom: 6%;
  margin-left: 5%;
  margin-right: 5%;
}

.h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 600;
  line-height: 100%;
}

.up_line {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.subtitle_text {
  padding-left: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}

.subtitle_02 {
  text-transform: uppercase;
  margin-top: 0;
  padding-left: 40px;
  font-size: 50px;
  font-weight: 600;
  line-height: 135%;
  display: none;
}

.bold-text {
  font-weight: 600;
}

.grid_main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 5%;
  margin-right: 5%;
  display: grid;
}

.gr_mn_item {
  border-radius: 8px;
}

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

.spin-image {
  max-width: 15vw;
  position: absolute;
  inset: 18% 7% auto auto;
}

.pream_sec {
  background-color: #f1f1f1;
  border-radius: 0;
  padding-bottom: 0;
}

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

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

.sp_date_box {
  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: #0134ff;
  text-transform: uppercase;
  font-weight: 600;
}

.date_text {
  text-align: right;
}

.pream_text {
  margin-bottom: 20px;
}

.pream_text._20 {
  margin-bottom: 0;
}

.link {
  color: #0134ff;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.speaker_box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0134ff;
  border: 1px solid #0134ff;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4.25fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  display: none;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.speaker_text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.quot_span_text {
  font-weight: 600;
}

.story_sec {
  padding-bottom: 0;
}

.story_sec.gris {
  background-color: #f1f1f1;
}

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

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

.h2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 135%;
}

.quest_box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0134ff;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 5.25fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  display: grid;
  position: relative;
}

.quest_box._1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding: 40px;
}

.quest_decor {
  z-index: 1;
  position: static;
}

.h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 135%;
}

.regul_text {
  margin-bottom: 20px;
}

.link-2 {
  color: #0134ff;
  font-weight: 500;
}

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

.descl {
  background-color: #f1f1f1;
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 40px;
}

.descl_text {
  font-weight: 500;
}

.fin_sec {
  background-color: #2c2c2c;
}

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

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

.link-4 {
  color: #60bdff;
}

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

.asymetric.dio {
  grid-template-columns: 2fr 1.5fr;
}

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

.ase_words {
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.asym_text {
  margin-bottom: 20px;
}

.asym_text.fin {
  margin-bottom: 0;
}

.photo_option {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.green_box {
  background-color: #e4f300;
  border-radius: 8px;
  margin: 40px 10% 0;
  padding: 40px;
}

.acnn_text {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}

.acc_text {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
}

.cinema {
  margin-top: 40px;
  margin-bottom: 40px;
  display: none;
}

.action_box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0134ff;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  display: grid;
}

.act_text {
  color: #fff;
  font-weight: 500;
}

.image-27 {
  object-fit: cover;
  width: 100%;
  display: block;
}

.apply {
  margin-top: 20px;
}

.apply_button {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 40px;
  text-decoration: none;
  transition: all .555s cubic-bezier(.645, .045, .355, 1);
}

.apply_button:hover {
  background-color: #e4f300;
  transform: scale(.9);
}

.apply_but_text {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 135%;
}

.text-span {
  color: #fa0000;
}

.quo {
  font-weight: 500;
}

.icon-wrapp {
  z-index: 0;
  width: 80px;
  position: absolute;
  inset: 1% auto auto 1%;
}

.icon-wrapp._1 {
  width: 54px;
  top: 3%;
  left: 16%;
}

.wrapper {
  background-color: #fff;
  border: 2px #0134ff;
  border-radius: 10px;
  padding: 20px;
}

@media screen and (min-width: 1280px) {
  .up_box, .main_title {
    margin-bottom: 6%;
  }

  .h1 {
    font-size: 60px;
  }

  .up_line {
    width: 920px;
  }

  .subtitle_text {
    font-size: 32px;
  }

  .subtitle_02 {
    margin-top: 10px;
    font-size: 60px;
  }
}

@media screen and (min-width: 1440px) {
  .up_box, .main_title {
    margin-bottom: 6%;
  }
}

@media screen and (min-width: 1920px) {
  .up_box {
    margin-bottom: 6%;
  }

  .col_sqr_box {
    height: 160px;
  }

  .col_sqr_box.green {
    height: 120px;
  }

  .main_title {
    margin-bottom: 6%;
  }

  .h1 {
    margin-bottom: 10px;
    font-size: 70px;
  }

  .subtitle_text {
    font-size: 40px;
  }

  .subtitle_02 {
    padding-left: 5%;
    font-size: 70px;
  }

  .spin-image {
    top: 12%;
  }
}

@media screen and (max-width: 991px) {
  .top_box {
    height: 60vh;
  }

  .main_title {
    width: 580px;
  }

  .h1 {
    font-size: 40px;
  }

  .subtitle_text {
    font-size: 20px;
  }

  .subtitle_02, .bold-text {
    font-size: 40px;
  }

  .cont {
    max-width: 640px;
  }

  .quest_box {
    grid-template-columns: 1fr 4.75fr;
  }

  .quest_box._1 {
    padding: 32px;
  }

  .asymetric {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1.75fr;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .asymetric.dio {
    grid-template-columns: 2fr;
    margin-top: 0;
  }

  .asmt_photo {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-3 {
    height: 600px;
  }

  .ase_words {
    border-top-style: none;
    border-bottom-style: none;
    padding-top: 0;
  }

  .green_box {
    margin-left: 5%;
    margin-right: 5%;
  }

  .acnn_text {
    font-size: 18px;
  }

  .acc_text {
    font-size: 20px;
    line-height: 150%;
  }

  .action_box {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .icon-wrapp {
    width: 76px;
  }
}

@media screen and (max-width: 767px) {
  .top_box {
    height: 54vh;
  }

  .main_title {
    width: 470px;
  }

  .h1 {
    font-size: 32px;
  }

  .subtitle_text {
    font-size: 18px;
  }

  .subtitle_02, .bold-text {
    font-size: 32px;
  }

  .spin-image {
    top: 22%;
  }

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

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

  .story_box {
    padding-top: 0;
  }

  .h2 {
    font-size: 22px;
  }

  .quest_box {
    place-items: center stretch;
  }

  .quest_box._1 {
    grid-template-columns: 1fr 3.5fr;
  }

  .h3 {
    font-size: 18px;
  }

  .green_box {
    padding: 20px;
  }

  .acnn_text {
    font-size: 16px;
  }

  .acc_text {
    font-size: 18px;
  }

  .action_box {
    grid-template-columns: 1fr;
    padding: 20px 20px 40px;
  }

  .apply {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon-wrapp {
    inset: 0% auto auto 0%;
  }
}

@media screen and (max-width: 479px) {
  .top_box {
    height: auto;
    padding-bottom: 40px;
  }

  .up_box {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 10%;
  }

  .col_sqr_box {
    height: 100px;
  }

  .col_sqr_box.green {
    height: 80px;
  }

  .up_link_box {
    width: 96px;
  }

  .life_link_box {
    width: 108px;
  }

  .main_title {
    width: 340px;
    margin-top: 0%;
    margin-bottom: 10%;
  }

  .h1 {
    font-size: 24px;
  }

  .up_line {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .subtitle_text {
    padding-left: 0;
  }

  .subtitle_02 {
    padding-left: 0;
    font-size: 24px;
  }

  .bold-text {
    font-size: 24px;
  }

  .grid_main {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .spin-image {
    max-width: 25vw;
    top: 15%;
  }

  .speaker_box {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .spk_photo {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-2 {
    width: 80%;
    max-width: 80%;
  }

  .h2 {
    font-size: 20px;
  }

  .quest_box {
    grid-template-columns: 1fr;
    place-items: start center;
  }

  .quest_box._1 {
    flex-flow: column;
    grid-template-columns: 1fr 1.75fr;
    padding: 20px;
    display: flex;
  }

  .quest_decor {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .descl {
    padding: 20px;
  }

  .asymetric.dio {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-3 {
    height: 400px;
  }

  .green_box {
    margin-left: 0%;
    margin-right: 0%;
    padding: 20px;
  }

  .acc_text {
    font-size: 14px;
    font-weight: 700;
  }

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

  .image-6 {
    width: 120px;
    max-width: 100%;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-7, .image-8, .image-9 {
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

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

  .image-12 {
    width: 120px;
    height: 120px;
    display: block;
  }

  .image-13, .image-14, .image-15, .image-16, .image-17, .image-18, .image-19, .image-20, .image-21, .image-22, .image-23, .image-24, .image-25, .image-26 {
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .apply {
    display: flex;
  }

  .apply_button {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .icon-wrapp {
    z-index: 0;
    width: 80px;
    inset: 2% auto auto 23%;
  }

  .icon-wrapp._1 {
    width: 80px;
    top: 1%;
    left: 23%;
  }
}

#w-node-_86f9fc58-62c3-3607-4afb-425bc521ba56-dfac3da7 {
  place-self: center;
}

#w-node-c673c94d-3cad-5150-c983-1f939d5eb1e0-dfac3da7 {
  align-self: start;
}

#w-node-c673c94d-3cad-5150-c983-1f939d5eb1e2-dfac3da7 {
  place-self: center start;
}

#w-node-_6711b72e-612c-bb7b-60bf-92709fd959d6-dfac3da7, #w-node-_7187aec8-653b-19fc-b5c6-d358227fcbc8-dfac3da7 {
  place-self: stretch stretch;
}

#w-node-_9ded9ab5-1d25-95ab-e006-8ae426e85f1a-dfac3da7 {
  align-self: start;
}

#w-node-_9ded9ab5-1d25-95ab-e006-8ae426e85f1c-dfac3da7 {
  place-self: center start;
}

#w-node-_3d066d89-615d-85de-aa85-efa7f66ccba1-dfac3da7 {
  align-self: start;
}

#w-node-_3d066d89-615d-85de-aa85-efa7f66ccba3-dfac3da7 {
  place-self: center start;
}

#w-node-_64d38072-d88c-0155-16f9-e405306e3d3b-dfac3da7 {
  place-self: stretch stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_11c11494-d13a-5ce5-1f42-91d6c68e1a3b-dfac3da7, #w-node-_7187aec8-653b-19fc-b5c6-d358227fcbc6-dfac3da7, #w-node-_64d38072-d88c-0155-16f9-e405306e3d39-dfac3da7 {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c673c94d-3cad-5150-c983-1f939d5eb1e0-dfac3da7 {
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5682f8c2-6a61-1dc2-5da3-8ddbd6c636f4-dfac3da7, #w-node-c673c94d-3cad-5150-c983-1f939d5eb1e0-dfac3da7, #w-node-_9ded9ab5-1d25-95ab-e006-8ae426e85f1a-dfac3da7, #w-node-_3d066d89-615d-85de-aa85-efa7f66ccba1-dfac3da7 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Ruberoid';
  src: url('../fonts/Ruberoid-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ruberoid';
  src: url('../fonts/Ruberoid-BoldOblique.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ruberoid';
  src: url('../fonts/Ruberoid-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ruberoid';
  src: url('../fonts/Ruberoid-LightOblique.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ruberoid';
  src: url('../fonts/Ruberoid-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ruberoid';
  src: url('../fonts/Ruberoid-MediumOblique.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ruberoid';
  src: url('../fonts/Ruberoid-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ruberoid';
  src: url('../fonts/Ruberoid-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ruberoid';
  src: url('../fonts/Ruberoid-SemiBoldOblique.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ruberoid';
  src: url('../fonts/Ruberoid-Oblique.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}