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

.image-10 {
  object-fit: cover;
  width: 100%;
  height: 240px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ep-link-box {
  width: 128px;
}

.top-box {
  height: auto;
  display: block;
}

.ep-logo {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0%;
}

.top-sec {
  height: auto;
}

.left {
  background-color: #ffc600;
  width: auto;
}

.subtitle-text {
  color: #000;
  text-align: center;
  padding-left: 0%;
  padding-right: 0%;
  font-size: 24px;
}

.main-title {
  background-color: #ffc600;
  margin-top: 0%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 0% 0% 40px;
}

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

.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-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 {
  font-weight: 600;
}

.date-text {
  text-align: right;
  font-weight: 600;
}

.regul_text {
  margin-bottom: 20px;
}

.decor_sec {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
}

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

.part_sec_one {
  padding-bottom: 0;
}

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

.part_title {
  background-color: #ffc500;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 20px;
  display: flex;
}

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

.numb-part_text {
  font-size: 32px;
  font-weight: 300;
  line-height: 135%;
}

.bold_name_span_text {
  font-weight: 700;
}

.quotation-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f8f7f7;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  display: grid;
}

.image-12 {
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.speaker_name_text {
  text-align: center;
  text-transform: uppercase;
  padding-top: 5px;
  font-size: 12px;
  font-weight: 700;
}

.quot_span {
  font-weight: 600;
}

.link {
  color: #000;
  background-color: #ffc500;
}

.quot_next {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffc500;
  grid-template-rows: auto;
  grid-template-columns: 1fr 5.5fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  display: grid;
}

.link-2 {
  color: #000;
  background-color: #ffc500;
  font-weight: 600;
}

.fin-sec {
  background-color: #1f1f1f;
}

.fin-box {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.simple_photo {
  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-13 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-3 {
  color: #000;
  background-color: #ffc500;
  font-weight: 700;
}

.link-4, .link-5, .link-6, .link-7, .link-8 {
  color: #000;
  background-color: #ffc500;
  font-weight: 600;
}

@media screen and (min-width: 1280px) {
  .subtitle-text {
    padding-left: 0%;
    padding-right: 0%;
    font-size: 32px;
    line-height: 150%;
  }

  .main-title {
    margin-top: 0%;
  }

  .heading {
    font-size: 48px;
  }
}

@media screen and (min-width: 1440px) {
  .image-10 {
    height: 320px;
  }

  .ep-link-box {
    width: 128px;
  }

  .ep-logo {
    padding-top: 20px;
    padding-left: 0%;
  }

  .left {
    padding-top: 0%;
  }

  .subtitle-text {
    padding-left: 0%;
    padding-right: 0%;
    font-size: 32px;
  }

  .main-title {
    margin-top: 0%;
    padding: 0 0% 40px;
  }

  .heading {
    font-size: 56px;
  }
}

@media screen and (min-width: 1920px) {
  .image-10 {
    height: 320px;
  }

  .ep-link-box {
    width: 188px;
  }

  .subtitle-text {
    padding-right: 0%;
    font-size: 48px;
  }

  .heading {
    font-size: 80px;
  }
}

@media screen and (max-width: 991px) {
  .image-10 {
    height: auto;
  }

  .ep-link-box {
    width: 88px;
  }

  .top-box {
    height: auto;
  }

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

  .main-title {
    margin-top: 0%;
  }

  .heading {
    font-size: 32px;
  }

  .cont {
    max-width: 680px;
  }

  .decor_sec {
    max-width: none;
  }

  .part_title {
    align-items: center;
  }

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

  .numb-part_text {
    font-size: 20px;
  }

  .quotation-box {
    grid-template-columns: 1fr 2.5fr;
  }
}

@media screen and (max-width: 767px) {
  .image-10 {
    height: auto;
  }

  .top-box {
    background-color: #004794;
    flex-flow: column;
    height: auto;
  }

  .ep-logo {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0%;
    display: flex;
  }

  .left {
    width: auto;
    height: auto;
  }

  .subtitle-text {
    padding-right: 0%;
    font-size: 16px;
  }

  .main-title {
    margin-top: 0%;
    padding-bottom: 20px;
  }

  .heading {
    margin-bottom: 0;
    font-size: 28px;
  }

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

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

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

  .heading-2.ert {
    padding-right: 10px;
    font-size: 18px;
  }

  .quotation-box {
    grid-template-columns: 1fr;
  }

  .image-12 {
    max-width: 70%;
  }
}

@media screen and (max-width: 479px) {
  .image-10 {
    height: auto;
  }

  .top-box {
    flex-flow: column;
    height: auto;
  }

  .ep-logo {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .left {
    width: 100%;
    height: auto;
  }

  .subtitle-text {
    color: #000;
    padding-left: 10%;
    padding-right: 10%;
  }

  .main-title {
    margin-top: 0%;
    padding: 0 5% 20px;
  }

  .heading {
    font-size: 24px;
    line-height: 140%;
  }

  .part_title {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .heading-2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .heading-2.ert {
    text-align: center;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .numb-part_text {
    width: auto;
    font-size: 14px;
  }

  .quotation-box {
    padding: 20px;
  }

  .image-12 {
    max-width: 100%;
  }

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

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

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

  .image-14, .image-15, .image-16 {
    max-width: 50%;
  }
}

#w-node-_970fea4a-28c9-8037-6d14-9d5c1451f3ef-b1b8b945, #w-node-_727e438d-5bdc-e4a6-2516-3e320e90ab73-b1b8b945, #w-node-_7378fc41-8983-b010-bbf4-674e82e70dea-b1b8b945, #w-node-_7378fc41-8983-b010-bbf4-674e82e70df0-b1b8b945, #w-node-_5954d210-6715-df4f-f1aa-487ff7c466f1-b1b8b945, #w-node-_8f8526c8-d7e3-7f71-a9a4-6026a7b74ac7-b1b8b945, #w-node-_62c05227-d520-9bab-5894-04271a782a07-b1b8b945, #w-node-_62c05227-d520-9bab-5894-04271a782a09-b1b8b945, #w-node-_35496816-7222-d7a7-3d24-4aedc06c8951-b1b8b945, #w-node-_35496816-7222-d7a7-3d24-4aedc06c8957-b1b8b945, #w-node-_0c6136da-072c-5061-60c1-db8c9c7a9c68-b1b8b945, #w-node-_0c6136da-072c-5061-60c1-db8c9c7a9c6e-b1b8b945, #w-node-_0af5be77-2306-c959-25fc-335a4b74c51d-b1b8b945, #w-node-_0af5be77-2306-c959-25fc-335a4b74c51f-b1b8b945 {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_7378fc41-8983-b010-bbf4-674e82e70dea-b1b8b945, #w-node-_62c05227-d520-9bab-5894-04271a782a07-b1b8b945, #w-node-_35496816-7222-d7a7-3d24-4aedc06c8951-b1b8b945, #w-node-_0c6136da-072c-5061-60c1-db8c9c7a9c68-b1b8b945, #w-node-_0af5be77-2306-c959-25fc-335a4b74c51d-b1b8b945 {
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5954d210-6715-df4f-f1aa-487ff7c466f1-b1b8b945 {
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5954d210-6715-df4f-f1aa-487ff7c466f1-b1b8b945 {
    align-self: center;
  }
}


