:root {
  --green: #3fac63;
  --light-green: #b4d101;
  --butter: #fff5db;
  --white: #fff;
  --dark-green: #14633b;
  --light-green2: #dfe554;
  --black: #333;
  --orange: #ffae00;
  --grey: #f6f6f6;
  --dark-grey: #6e6e6e;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.close_btn_menu {
  display: none;
}

.nav-link {
  color: var(--green);
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
  text-decoration: none;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--light-green);
}

.nav-link.en {
  font-style: italic;
  font-weight: 400;
}

.container-header {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 5%;
  display: flex;
}

.img_logo {
  width: 250px;
}

.menu-button {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: -29px;
  padding: 0;
  display: flex;
}

.menu-button.w--open {
  background-color: #c8c8c800;
}

.image {
  height: 70px;
}

.logo {
  order: -1;
  width: 30%;
  height: auto;
  padding-right: 40px;
}

.img_close_btn_menu {
  width: 50px;
  height: 50px;
}

.nav_cont {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.others-logo {
  order: 1;
  display: flex;
}

.menu_btn_txt {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  bottom: 10px;
}

.menu_btn {
  border: 5px solid var(--light-green);
  background-color: var(--light-green);
  text-align: center;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.nav_cont_wrapper {
  z-index: 99;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.menu-cion {
  text-align: center;
  width: 100px;
}

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

.txt_menu_btn {
  color: #1583d1;
  font-size: 14px;
  font-weight: 700;
}

.nav-menu {
  z-index: 1;
  background-color: var(--butter);
  background-image: url('../images/menu-anime-svg1.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 400px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.navbar {
  z-index: 999;
  background-color: #fff;
  border-radius: 100px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 8px 1px #46464640;
}

.icon {
  color: var(--white);
  order: 1;
  justify-content: center;
  align-items: center;
  width: 40px;
  font-size: 48px;
  line-height: 50px;
  display: flex;
}

.menu-item {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.sup-logo-block {
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  padding-right: 30px;
  display: flex;
}

.menu-area {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: 70vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 21vh 5% auto;
  overflow: auto;
}

.tx-tc {
  font-style: normal;
  font-weight: 700;
}

.sup-logo {
  height: 40px;
  margin-top: 10px;
}

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

.image-2 {
  width: 30px;
}

.lang-drop {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  display: flex;
}

.overflow-x {
  overflow: hidden;
}

.hero-banner {
  background-color: var(--butter);
  padding-top: 220px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.hero-banner.hero-bg {
  background-color: var(--butter);
}

.container {
  max-width: 1400px;
  padding-left: 5%;
  padding-right: 5%;
}

.container.pt-100 {
  padding-top: 100px;
}

.container.pt-100.pb-100 {
  padding-bottom: 100px;
}

.container.position-relative {
  position: relative;
}

.container.position-relative.pb-100 {
  padding-bottom: 100px;
}

.container.position-relative.pt-150 {
  padding-top: 150px;
}

.container.pt-50 {
  padding-top: 50px;
}

.container.pt-50.pb-100 {
  padding-bottom: 100px;
}

.hero-contents-block {
  z-index: 1;
  position: relative;
}

.banner-tx-sm {
  color: var(--dark-green);
  font-size: 30px;
  font-weight: 400;
  line-height: 60px;
}

.body {
  font-family: Lato, sans-serif;
}

.banner-tx {
  color: var(--green);
  font-size: 42px;
  font-weight: 900;
  line-height: 60px;
}

.tx-xl {
  font-size: 72px;
  line-height: 80px;
}

.tx-xxl {
  font-size: 80px;
  line-height: 90px;
}

.image-3 {
  width: 450px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-3.style-2 {
  bottom: -25%;
}

.white-layer {
  background-image: url('../images/hero-bot-bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 12%;
  position: absolute;
  inset: auto 0% 0%;
}

.information {
  background-image: url('../images/information-bg.png');
  background-position: 50% 150px;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
  overflow: hidden;
}

.info-sec-top {
  z-index: 2;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.sec-title {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-size: 90px;
  font-weight: 700;
  line-height: 100px;
}

.sec-title.position-absolute {
  position: absolute;
  inset: auto auto 0%;
}

.sec-title.tx-green {
  color: var(--green);
  font-weight: 900;
}

.image-4 {
  width: 100%;
  max-width: 1050px;
}

.green-bg {
  z-index: 1;
  background-color: var(--green);
  position: absolute;
  inset: 350px 0% 0%;
}

.information-list {
  z-index: 2;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.information-item {
  justify-content: center;
  align-items: flex-start;
  width: 31%;
  margin-bottom: 50px;
  margin-left: 1%;
  margin-right: 1%;
  display: flex;
}

.information-icon {
  background-color: var(--white);
  border-radius: 50%;
  width: 70px;
  min-width: 70px;
  height: 70px;
}

.information-icon.date {
  background-image: url('../images/icon-date.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
}

.information-icon.mode {
  background-image: url('../images/icon-mode.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
}

.information-icon.venue {
  background-image: url('../images/icon-venue.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
}

.information-icon.submission {
  background-image: url('../images/icon-Submission.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
}

.information-icon.icon-registration {
  background-image: url('../images/icon-Registration.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
}

.information-title {
  color: var(--white);
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
}

.information-des {
  color: var(--white);
  font-size: 20px;
  line-height: 30px;
}

.information-item-info {
  flex-flow: column;
  align-items: flex-start;
  margin-left: 25px;
  display: flex;
}

.btn-1 {
  background-color: var(--light-green2);
  color: var(--green);
  text-transform: uppercase;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.btn-1.mt-15 {
  margin-top: 15px;
}

.btn-1.sm {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
}

.div-block {
  background-color: var(--dark-green);
  background-image: url('../images/btn-arrow-right-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-left: 15px;
}

.info-graphic-1 {
  width: 100%;
  max-width: 120px;
  position: absolute;
  inset: 300px auto auto 0%;
}

.info-graphic-2 {
  width: 100%;
  max-width: 120px;
  position: absolute;
  inset: 420px -10% auto auto;
}

.info-graphic-3 {
  z-index: 2;
  width: 100%;
  max-width: 120px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.timeline {
  background-image: url('../images/important-date-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.timeline.pt-100 {
  padding-top: 100px;
}

.timeline.pt-100.pb-100 {
  padding-bottom: 100px;
}

.timeline.pt-100.pb-100.plr-5 {
  padding-left: 5%;
  padding-right: 5%;
}

.timeline-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  display: flex;
}

.timeline-item {
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 350px;
  margin-left: -10px;
  display: flex;
  position: relative;
}

.timeline-item.z-5 {
  z-index: 5;
}

.timeline-item.z-4 {
  z-index: 4;
}

.timeline-item.z-3 {
  z-index: 3;
}

.timeline-item.z-2 {
  z-index: 2;
}

.timeline-item.z-1 {
  z-index: 1;
}

.timeline-arrow {
  background-image: url('../images/timeline-arrow-green.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 50px;
  border-radius: 30px;
  width: 150px;
  height: 50px;
  position: absolute;
  inset: auto 0% auto auto;
}

.timeline-arrow.white {
  background-image: url('../images/timeline-arrow-white.svg');
}

.timeline-arrow-bg {
  background-color: var(--green);
  border-radius: 40px;
  width: 100%;
  height: 22px;
  margin-right: 5px;
  position: relative;
}

.timeline-arrow-bg.white-bg {
  background-color: var(--white);
}

.timeline-point {
  z-index: 1;
  border: 11px solid var(--green);
  background-color: var(--white);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
}

.timeline-point.white {
  border-color: var(--white);
  background-color: var(--light-green);
}

.timeline-point.white.left-15 {
  left: 15%;
}

.timeline-midline {
  background-color: var(--green);
  justify-content: center;
  align-items: stretch;
  width: 2px;
  height: 50px;
  display: flex;
  position: absolute;
  top: -50px;
}

.timeline-midline.white {
  background-color: var(--white);
}

.timeline-midline.white.down, .timeline-midline.down {
  top: auto;
  bottom: -50px;
}

.timeline-item-icon {
  background-color: var(--green);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -50px;
}

.timeline-item-icon._1 {
  background-image: url('../images/important-date-icon1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.timeline-item-icon.white {
  background-color: var(--white);
}

.timeline-item-icon.white._3 {
  background-image: url('../images/important-date-icon3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.timeline-item-icon.white.down {
  top: auto;
  bottom: -50px;
}

.timeline-item-icon.white.down._2 {
  background-image: url('../images/important-date-icon2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.timeline-item-icon.white._5 {
  background-image: url('../images/important-date-icon5.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.timeline-item-icon.down {
  top: auto;
  bottom: -50px;
}

.timeline-item-icon.down._4 {
  background-image: url('../images/important-date-icon4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.timeline-info-block {
  white-space: nowrap;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -90px 0% auto;
}

.timeline-info-block.down {
  top: auto;
  bottom: -70px;
}

.timeline-date {
  color: var(--black);
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
}

.timeline-title {
  color: var(--green);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.tx-sm {
  font-size: 56px;
  line-height: 60px;
}

.abt-contents-block {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 145vh;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 75vh;
  display: flex;
  position: relative;
}

.abt-contents-left {
  background-color: var(--green);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 72vh;
  height: 72vh;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.abt-contents-right {
  z-index: 1;
  background-color: var(--light-green2);
  mix-blend-mode: multiply;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72vh;
  height: 72vh;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.abt-contents-tx {
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
}

.abt-contents-tx.black {
  color: var(--black);
}

.tx-bold-black {
  font-weight: 900;
}

.btn-div {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.abt-graphic-1 {
  width: 100%;
  max-width: 250px;
  position: absolute;
  inset: 10% auto auto 0%;
}

.abt-graphic-2 {
  width: 100%;
  max-width: 200px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.speakers-list {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 100px;
  display: flex;
}

.speakers-item {
  flex-flow: column;
  width: 30%;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.speakers-pic {
  border-top: 7px solid var(--green);
  width: 100%;
  height: 350px;
  margin-bottom: 15px;
}

.speakers-pic._1 {
  background-image: url('../images/speakers-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.speakers-pic._2 {
  border-top-color: var(--light-green2);
  background-image: url('../images/speakers-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.speakers-pic._3 {
  border-top-color: var(--orange);
  background-image: url('../images/speakers-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-block {
  color: var(--green);
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 900;
  line-height: 40px;
}

.div-block-2 {
  background-color: var(--green);
  width: 10%;
  height: 3px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.list {
  padding-left: 20px;
  font-size: 18px;
  line-height: 30px;
}

.speakers-num {
  background-color: var(--green);
  border-radius: 50% 50% 0;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  display: flex;
  position: absolute;
  inset: 0% auto auto -30px;
}

.speakers-num.color-2 {
  background-color: var(--light-green2);
}

.speakers-num.color-3 {
  background-color: var(--orange);
}

.speakers-num-tx {
  color: var(--white);
  font-size: 48px;
  font-weight: 900;
  line-height: 50px;
}

.speakers-graphic-1 {
  width: 100%;
  max-width: 200px;
  position: absolute;
  inset: auto auto 0% -50px;
}

.footer {
  background-color: var(--grey);
}

.footer-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-right {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.social-icon-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icon {
  height: 40px;
}

.copy-tx {
  margin-top: 30px;
  font-size: 18px;
  line-height: 24px;
}

.page-top-link {
  color: var(--black);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 5% 5% auto auto;
}

.icon-top {
  width: 10px;
  margin-bottom: 5px;
}

.image-5 {
  width: 40px;
}

.image-6 {
  width: 35%;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.page-top-block {
  position: absolute;
  inset: 0% 0% auto;
}

.foot-logo {
  width: 330px;
}

.drop-down-arrow {
  color: var(--white);
  order: 1;
  justify-content: center;
  align-items: center;
  width: 10px;
  margin-left: 7px;
  font-size: 48px;
  line-height: 50px;
  display: flex;
}

.lang-drop-list.w--open {
  background-color: var(--light-green);
  margin-top: 5px;
}

.lang-link {
  color: var(--white);
  text-align: center;
  padding: 10px 15px;
  font-weight: 900;
}

.page-banner-tx {
  color: var(--green);
  padding-right: 15%;
  font-size: 30px;
  font-weight: 900;
  line-height: 40px;
}

.page-banner {
  background-color: var(--butter);
  padding-top: 220px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.page-banner.hero-bg {
  background-color: var(--butter);
}

.contents-row {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contents-row.mb-40 {
  flex-flow: column;
  margin-bottom: 40px;
}

.contents-row.mb-15 {
  flex-flow: column;
  margin-bottom: 20px;
}

.content-tx {
  font-size: 18px;
  line-height: 30px;
}

.content-title {
  color: var(--green);
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 900;
  line-height: 30px;
}

.content-sub-title {
  color: var(--black);
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 900;
  line-height: 30px;
}

.content-sub-title.mb-15 {
  margin-bottom: 15px;
}

.contents-tx-link {
  color: var(--light-green);
  text-decoration: none;
}

.mtr-map {
  width: 100%;
  max-width: 1000px;
  margin: 15px auto;
}

.menu-drop-down {
  padding: 0;
}

.menu-drop-list {
  inset: 0% auto 0% 0%;
}

.menu-drop-list.w--open {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ddd0;
  flex-flow: column;
  align-items: flex-start;
  padding-left: 100px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 250px;
}

.sub-menu-list-item {
  text-align: left;
}

.sub-menu-list-item:hover {
  color: var(--light-green2);
}

.sub-menu-list-item.w--current {
  background-color: var(--green);
  color: var(--white);
}

.nav-drop {
  margin-left: 0;
  margin-right: 0;
}

.menu-sub-midline {
  background-color: var(--green);
  width: 100px;
  height: 1px;
  position: absolute;
  inset: 20px auto 0% 0%;
}

.contact-row {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.contact-icon {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 15px;
}

.contact-icon.address {
  background-image: url('../images/location-dot-solid.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.contact-icon.tel {
  background-image: url('../images/phone-solid.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.contact-icon.web {
  background-image: url('../images/globe-solid.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.contact-icon.map {
  background-image: url('../images/map-location-dot-solid.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.contact-icon.email {
  background-image: url('../images/envelope-solid.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.contact-icon.op-time {
  background-image: url('../images/clock-solid.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.contact-tx {
  font-size: 16px;
  line-height: 24px;
}

.contact-link {
  color: var(--black);
  text-decoration: none;
}

.contact-link:hover {
  color: var(--light-green);
}

.table {
  flex-flow: column;
  display: flex;
}

.table.abstract-selection {
  max-width: 1000px;
}

.tr {
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: var(--green);
  width: 100%;
  display: flex;
}

.tr.top {
  border-top-width: 1px;
}

.td {
  border-bottom: 1px solid var(--white);
  color: var(--green);
  min-width: 250px;
  padding: 5px 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.td.bg-green {
  background-color: var(--green);
  color: var(--white);
}

.td.bg-green.last {
  border-bottom-width: 0;
}

.td._w-70 {
  width: 70%;
}

.td._w-30 {
  width: 30%;
}

.text-span {
  text-decoration: underline;
}

.list-2 {
  width: 100%;
  padding-left: 30px;
  font-size: 18px;
  line-height: 30px;
}

.file-download {
  color: var(--green);
  align-items: center;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

.circle-icon {
  background-color: var(--green);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.circle-icon.download {
  background-image: url('../images/icon-download-file.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.circle-icon.form {
  background-image: url('../images/wpforms-brands-solid.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.menu-list {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  height: 55vh;
  margin-top: 15px;
  display: flex;
}

.menu-block {
  flex-flow: column;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.sub-menu-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 5px;
  padding-left: 20px;
  display: flex;
}

.sub-menu-list-item-link {
  color: var(--dark-grey);
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.sub-menu-list-item-link:hover {
  color: var(--light-green);
}

.sub-menu-list-item-link.w--current {
  color: var(--green);
}

.underline {
  text-decoration: underline;
}

.page-title-block {
  z-index: 1;
  flex-flow: column;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.page-title {
  color: var(--light-green);
  font-size: 42px;
  font-weight: 900;
  line-height: 50px;
}

.sub-page-block {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 1000px;
  margin-top: 30px;
  display: flex;
}

.sub-page-btn {
  border: 2px solid var(--light-green);
  background-color: var(--white);
  color: var(--green);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.sub-page-btn.w--current {
  border: 2px solid var(--light-green2);
  background-color: var(--light-green2);
}

.sub-page-btn.mt-15 {
  margin-top: 15px;
}

.sub-page-btn.sm {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
}

.sm {
  font-size: 18px;
  line-height: 24px;
}

.text-span-2 {
  text-decoration: underline;
}

.menu-title {
  color: var(--green);
  text-align: left;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
}

@media screen and (min-width: 1920px) {
  .navbar {
    width: 100%;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-area, .container {
    max-width: 1680px;
  }

  .container.pt-100 {
    padding-top: 100px;
  }

  .container.pt-100.pb-100 {
    padding-bottom: 100px;
  }

  .image-3 {
    width: 550px;
  }

  .information {
    background-image: url('../images/information-bg.png');
    background-position: 50% 120px;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .green-bg {
    background-color: var(--green);
  }

  .information-list {
    margin-top: 70px;
  }

  .information-item {
    margin-bottom: 70px;
  }

  .information-icon {
    width: 100px;
    min-width: 100px;
    height: 100px;
  }

  .information-icon.date, .information-icon.mode, .information-icon.venue, .information-icon.submission, .information-icon.icon-registration {
    background-size: 50px;
  }

  .information-title {
    font-size: 30px;
    line-height: 40px;
  }

  .information-des {
    font-size: 24px;
    line-height: 30px;
  }

  .info-graphic-1, .info-graphic-2, .info-graphic-3 {
    max-width: 150px;
  }

  .abt-contents-block {
    justify-content: space-between;
    max-width: 150vh;
    padding-bottom: 85vh;
  }

  .abt-contents-left {
    width: 80vh;
    height: 80vh;
    padding-left: 10%;
    padding-right: 10%;
  }

  .abt-contents-right {
    background-color: var(--light-green2);
    mix-blend-mode: multiply;
    width: 80vh;
    height: 80vh;
  }

  .abt-contents-tx {
    color: var(--white);
    font-size: 18px;
  }

  .abt-contents-tx.black {
    color: var(--black);
  }

  .abt-graphic-1 {
    max-width: 250px;
  }

  .abt-graphic-2 {
    max-width: 200px;
  }

  .speakers-pic {
    height: 450px;
  }

  .speakers-graphic-1 {
    max-width: 200px;
  }

  .menu-list {
    height: 500px;
  }

  .sm {
    font-size: 24px;
    line-height: 30px;
  }

  .menu-title {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    font-size: 32px;
  }

  .container-header {
    padding: 15px 2%;
  }

  .img_logo {
    width: 130px;
  }

  .menu-button {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .logo {
    width: 100%;
    margin-bottom: 0;
  }

  .nav_cont {
    min-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .others-logo {
    display: none;
  }

  .menu_btn {
    width: 60px;
    height: 60px;
  }

  .nav_cont_wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar {
    border-radius: 0;
    width: 100%;
    margin-top: 0;
  }

  .icon {
    width: 30px;
    font-size: 40px;
  }

  .sup-logo-block {
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-area {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: 85vh;
    top: 100px;
    left: 0%;
    right: 0%;
  }

  .overflow-x {
    margin-top: 90px;
  }

  .hero-banner {
    padding-top: 30px;
    padding-bottom: 120px;
  }

  .container.pt-100 {
    padding-top: 70px;
  }

  .container.pt-100.pb-100, .container.position-relative.pb-100 {
    padding-bottom: 70px;
  }

  .container.position-relative.pt-100 {
    padding-top: 70px;
  }

  .container.position-relative.pt-150 {
    padding-top: 100px;
  }

  .container.pt-50 {
    padding-top: 30px;
  }

  .container.pt-50.pb-100 {
    padding-bottom: 50px;
  }

  .banner-tx-sm {
    font-size: 24px;
    line-height: 30px;
  }

  .banner-tx {
    font-size: 32px;
    line-height: 30px;
  }

  .tx-xl {
    font-size: 64px;
    line-height: 70px;
  }

  .tx-xxl {
    font-size: 56px;
    line-height: 60px;
  }

  .image-3 {
    width: 250px;
  }

  .information {
    background-position: 50% 80px;
  }

  .sec-title {
    font-size: 64px;
    line-height: 70px;
  }

  .green-bg {
    top: 250px;
  }

  .information-item {
    justify-content: flex-start;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .info-graphic-1 {
    top: 250px;
    left: -50px;
  }

  .info-graphic-2 {
    top: 300px;
  }

  .timeline-block {
    flex-flow: wrap;
    width: 100%;
    margin-top: 70px;
    margin-left: 25%;
  }

  .timeline-item {
    justify-content: flex-start;
    width: 100%;
    height: 250px;
    margin-top: -30px;
    margin-left: 0;
  }

  .timeline-arrow {
    background-position: 100%;
    inset: auto auto 0% 0%;
    transform: translate(-55px, -50px)rotate(90deg);
  }

  .timeline-arrow-bg {
    width: 22px;
    height: 100%;
    margin-left: 10px;
  }

  .timeline-point.white.left-15 {
    top: 15%;
    left: 0%;
  }

  .timeline-midline {
    width: 50px;
    height: 2px;
    margin-left: 70px;
    top: 10px;
  }

  .timeline-midline.white.down {
    top: 10px;
    bottom: auto;
  }

  .timeline-midline.down {
    bottom: 5px;
  }

  .timeline-item-icon {
    top: -25px;
    right: -50%;
  }

  .timeline-item-icon.white.down, .timeline-item-icon.down._4 {
    bottom: -25px;
  }

  .timeline-info-block {
    align-items: flex-start;
    inset: 0% auto 0% 150%;
  }

  .timeline-info-block.down {
    top: 0;
    bottom: 0;
  }

  .timeline-title {
    text-align: left;
  }

  .tx-sm {
    font-size: 48px;
    line-height: 50px;
  }

  .abt-contents-block {
    flex-flow: column;
    align-items: center;
    padding-bottom: 10vh;
  }

  .abt-contents-left {
    z-index: 1;
    position: relative;
  }

  .abt-contents-right {
    z-index: 1;
    margin-top: -50px;
    position: relative;
  }

  .speakers-list {
    margin-bottom: 70px;
  }

  .speakers-item {
    width: 100%;
    max-width: 400px;
    padding-bottom: 15px;
  }

  .footer-block {
    flex-flow: column;
  }

  .footer-right {
    align-items: center;
    margin-top: 30px;
  }

  .social-icon {
    height: 30px;
  }

  .copy-tx {
    font-size: 16px;
  }

  .image-5 {
    width: 50px;
  }

  .image-6 {
    width: 40%;
  }

  .foot-logo {
    width: 220px;
  }

  .drop-down-arrow {
    width: 30px;
    font-size: 40px;
  }

  .page-banner {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .menu-drop-list.w--open {
    margin-top: 15px;
    padding-left: 0;
    position: relative;
    left: 0;
  }

  .menu-sub-midline {
    display: none;
  }

  .menu-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    height: 61vh;
    margin-top: 0;
  }

  .menu-block {
    width: 45%;
  }

  .page-title {
    font-size: 32px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    font-size: 24px;
    line-height: 30px;
  }

  .container-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .img_logo {
    width: 100px;
  }

  .image {
    height: 50px;
  }

  .logo {
    padding-right: 20px;
  }

  .nav_cont {
    justify-content: space-between;
    align-items: center;
  }

  .others-logo {
    flex-direction: row;
    align-items: center;
  }

  .menu_btn {
    width: 50px;
    height: 50px;
    margin-top: 0;
  }

  .menu_btn_wrapper {
    flex-direction: row;
  }

  .txt_menu_btn {
    font-size: 12px;
  }

  .nav-menu {
    background-size: auto 300px;
  }

  .icon {
    font-size: 28px;
    line-height: 30px;
  }

  .brand {
    padding-left: 0;
  }

  .menu-area {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 89vh;
    top: 80px;
  }

  .overflow-x {
    margin-top: 70px;
  }

  .hero-banner {
    padding-top: 30px;
  }

  .container.pt-100 {
    padding-top: 50px;
  }

  .container.pt-100.pb-100 {
    padding-bottom: 50px;
  }

  .container.position-relative.pt-100 {
    padding-top: 50px;
  }

  .container.position-relative.pt-100.pb-100 {
    padding-bottom: 50px;
  }

  .banner-tx-sm {
    font-size: 20px;
  }

  .banner-tx {
    font-size: 28px;
  }

  .tx-xl, .tx-xxl {
    font-size: 48px;
    line-height: 50px;
  }

  .image-3 {
    opacity: .8;
  }

  .information {
    background-position: 50% 20px;
  }

  .sec-title {
    font-size: 54px;
    line-height: 60px;
  }

  .information-item {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 50px;
  }

  .information-title {
    margin-bottom: 0;
    font-size: 20px;
  }

  .information-des {
    font-size: 18px;
  }

  .info-graphic-1, .info-graphic-2, .info-graphic-3 {
    max-width: 90px;
  }

  .timeline-block {
    margin-left: 15%;
  }

  .tx-sm {
    font-size: 42px;
  }

  .abt-contents-left {
    border-radius: 50px;
    width: 100%;
    height: auto;
    padding: 30px 5%;
  }

  .abt-contents-right {
    border-radius: 50px;
    width: 100%;
    height: auto;
    margin-top: -15px;
    padding: 30px 5%;
  }

  .list {
    font-size: 16px;
    line-height: 28px;
  }

  .speakers-num {
    width: 65px;
    height: 65px;
  }

  .speakers-num-tx {
    font-size: 36px;
    line-height: 40px;
  }

  .speakers-graphic-1 {
    left: -90px;
  }

  .copy-tx {
    font-size: 14px;
  }

  .image-6 {
    width: 50%;
  }

  .footer-logo {
    padding-left: 0;
  }

  .drop-down-arrow {
    font-size: 28px;
    line-height: 30px;
  }

  .page-banner-tx {
    font-size: 24px;
    line-height: 30px;
  }

  .page-banner {
    padding-top: 30px;
  }

  .content-tx {
    font-size: 16px;
    line-height: 28px;
  }

  .content-title {
    margin-bottom: 5px;
    font-size: 24px;
  }

  .content-sub-title {
    margin-bottom: 5px;
    font-size: 16px;
  }

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

  .tr {
    flex-flow: column;
  }

  .tr.top.direction-hori, .tr.direction-hori {
    flex-flow: row;
  }

  .td {
    min-width: auto;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .td.bg-green {
    text-align: left;
  }

  .list-2 {
    font-size: 16px;
    line-height: 28px;
  }

  .menu-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    height: auto;
  }

  .menu-block {
    width: 100%;
  }

  .sub-menu-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 0;
  }

  .sub-menu-list-item-link {
    font-size: 16px;
  }

  .page-title {
    font-size: 28px;
  }

  .sub-page-btn, .sm {
    font-size: 16px;
    line-height: 22px;
  }

  .menu-title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    font-size: 18px;
    line-height: 22px;
  }

  .image {
    height: 40px;
  }

  .others-logo {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .menu-cion {
    width: 50px;
  }

  .menu_btn_wrapper {
    margin-right: 0;
  }

  .nav-menu {
    background-size: auto 200px;
  }

  .brand {
    width: 100%;
    padding-left: 0;
  }

  .sup-logo-block {
    align-items: center;
    width: 50%;
    margin-bottom: 15px;
  }

  .container.pt-100 {
    padding-top: 30px;
  }

  .container.pt-100.pb-100 {
    padding-bottom: 30px;
  }

  .container.pt-50 {
    padding-top: 25px;
  }

  .banner-tx-sm {
    font-size: 16px;
  }

  .banner-tx {
    font-size: 24px;
  }

  .tx-xl {
    font-size: 36px;
    line-height: 40px;
  }

  .tx-xxl {
    font-size: 32px;
  }

  .image-3.style-2 {
    width: 200px;
  }

  .information {
    background-position: 50% 0;
  }

  .info-sec-top {
    margin-top: 20px;
  }

  .sec-title {
    font-size: 28px;
    line-height: 30px;
  }

  .green-bg {
    top: 150px;
  }

  .information-list {
    margin-top: 15px;
  }

  .information-item {
    padding-left: 0;
  }

  .information-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }

  .information-icon.date, .information-icon.mode, .information-icon.venue, .information-icon.submission, .information-icon.icon-registration {
    background-size: 25px;
  }

  .information-des {
    line-height: 24px;
  }

  .information-item-info {
    margin-left: 15px;
  }

  .btn-1.mt-15 {
    font-size: 16px;
  }

  .info-graphic-3 {
    max-width: 70px;
  }

  .timeline.pt-100 {
    padding-top: 50px;
  }

  .timeline.pt-100.pb-100 {
    padding-bottom: 50px;
  }

  .timeline-block {
    margin-left: 5%;
  }

  .timeline-item {
    height: 400px;
  }

  .timeline-item.z-5 {
    margin-top: -50px;
  }

  .timeline-info-block {
    top: 120%;
    bottom: auto;
    left: 0%;
  }

  .timeline-info-block.down {
    top: 120%;
    bottom: auto;
  }

  .tx-sm {
    font-size: 24px;
    line-height: 30px;
  }

  .abt-contents-block {
    margin-top: 30px;
  }

  .abt-contents-tx {
    line-height: 28px;
  }

  .abt-graphic-1 {
    max-width: 150px;
    inset: 3% auto auto 0%;
  }

  .abt-graphic-2 {
    max-width: 100px;
  }

  .speakers-list {
    margin-top: 30px;
  }

  .text-block {
    font-size: 24px;
    line-height: 30px;
  }

  .list {
    line-height: 24px;
  }

  .speakers-num {
    left: -10px;
  }

  .speakers-graphic-1 {
    max-width: 100px;
    left: 0;
  }

  .image-6 {
    width: 60%;
  }

  .footer-logo {
    text-align: center;
    width: 100%;
    padding-left: 0;
  }

  .page-banner-tx {
    padding-right: 5%;
    font-size: 22px;
    line-height: 30px;
  }

  .contents-row.mb-40 {
    margin-bottom: 20px;
  }

  .contents-row.mb-15 {
    margin-bottom: 10px;
  }

  .content-tx {
    line-height: 24px;
  }

  .content-title {
    font-size: 20px;
  }

  .content-sub-title {
    line-height: 24px;
  }

  .td {
    padding-left: 15px;
    padding-right: 15px;
  }

  .list-2 {
    line-height: 24px;
  }

  .file-download {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .circle-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .circle-icon.download, .circle-icon.form {
    background-size: 20px;
  }

  .list-item {
    line-height: 24px;
  }

  .menu-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .sub-menu-list-item-link {
    line-height: 22px;
  }

  .page-title {
    font-size: 24px;
  }

  .sub-page-btn.mt-15, .sm {
    font-size: 16px;
  }
}


@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}