body {
  direction: rtl;
  font-family: Rubik, sans-serif;
  color: #000;
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: right;
}

.section_hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  margin: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/hero_img.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero_bg-image {
  width: 105vw;
  height: 100vh;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading_wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 77.5rem;
  margin-right: 1rem;
  margin-left: 1rem;
  padding-top: 4rem;
  padding-left: 5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading_wrapper.main {
  max-width: 65.625rem;
  padding: 4rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  border-style: solid;
  border-width: 0.625rem;
  border-color: #175f99;
}

.image-3 {
  max-width: 98%;
  -o-object-fit: contain;
  object-fit: contain;
}

.link-block {
  margin-left: 0.5rem;
  padding: 1rem 0.5rem;
  background-color: #d01e25;
}

.footer_text-lefr {
  font-size: 13px;
}

.footer_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer_link {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #d01e25;
  font-size: 13px;
}

.footer_link:hover {
  color: #a50006;
}

.footer_link:focus {
  color: #a50006;
}

.footer_line {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 13px;
}

.section_footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-left: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #1d2a30;
}

.footer_text {
  margin-left: 0.25rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 13px;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 1rem;
  direction: ltr;
  font-family: Oswald, sans-serif;
  font-size: 6.5vw;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.h1.main {
  font-size: 9.375rem;
  line-height: 8.1rem;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.5rem;
  line-height: 1.6rem;
  font-weight: 500;
  text-align: left;
}

.h2.main {
  margin-right: -4rem;
  margin-left: 2rem;
  padding-top: 2rem;
  padding-right: 4rem;
  padding-bottom: 1.8rem;
  border-top: 0.625rem solid #175f99;
  font-size: 1.3rem;
  line-height: 1.5rem;
  text-align: right;
}

.section_about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.about_third {
  padding: 2rem 1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about_third.text {
  margin-right: 1rem;
  margin-left: 1rem;
  background-color: #33b147;
}

.about_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 59rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 500;
  text-align: center;
}

.section_speakers {
  margin-top: -10rem;
  margin-right: 1rem;
  margin-left: 1rem;
  padding-top: 14rem;
  padding-bottom: 4rem;
  background-color: #0e581a;
}

.speakers_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 69rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.speakers_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 3.75rem;
  line-height: 3.1rem;
}

.h3.social {
  margin-top: 0px;
  margin-bottom: 1em;
  color: #000;
}

.h3.main {
  text-align: center;
}

.health {
  color: #3eb7b5;
  font-weight: 700;
}

.speaker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 15.625rem;
  margin-right: 4rem;
  margin-bottom: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.speaker_name {
  margin-top: 0.8rem;
  margin-bottom: 0.3rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}

.speaker_title {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 300;
}

.speaker_line {
  position: relative;
  left: 1rem;
  height: 0.625rem;
  margin-top: 1rem;
}

.speaker_line.health {
  left: auto;
  height: 0.2rem;
  margin-top: 0.5rem;
  background-color: #5fe745;
}

.navbar {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 1px 1px 11px 0 rgba(0, 0, 0, 0.35);
}

.navbar:hover {
  background-color: #fff;
}

.navbar:active {
  background-color: #fff;
}

.navbar:focus {
  background-color: #fff;
}

.navbar:focus-visible {
  background-color: #fff;
}

.navbar[data-wf-focus-visible] {
  background-color: #fff;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logo_link {
  margin-left: 1rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.hero_main {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section_social {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3rem;
  padding-bottom: 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  color: #1d2a30;
}

.social_container {
  display: block;
  margin-right: 3rem;
  margin-left: 3rem;
  text-align: center;
}

.newsletter_regis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.newsletter_text {
  color: #000;
}

.newsletter_iframe {
  max-width: 22.5rem;
}

.social_icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10rem;
  height: 10rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  direction: ltr;
  text-align: center;
}

.social_icon {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  -webkit-transition: opacity 475ms ease;
  transition: opacity 475ms ease;
}

.social_icon:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.section_events {
  position: relative;
  margin-top: -2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #070d2a;
}

.h3-main {
  color: #175f99;
}

.events_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 77.5rem;
  margin-top: 4rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.event {
  width: 30%;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.event:hover {
  color: #fff;
}

.event:active {
  color: #fff;
}

.event:focus {
  color: #fff;
}

.event:focus-visible {
  color: #fff;
}

.event[data-wf-focus-visible] {
  color: #fff;
}

.event:visited {
  color: #fff;
}

.event.soon {
  opacity: 0.6;
}

.event_image {
  position: relative;
  padding-top: 1.5rem;
}

.event_image-border {
  position: absolute;
  left: 1.5rem;
  top: 0%;
  right: 1.5rem;
  bottom: 3.6rem;
  border: 0.5rem solid #000;
}

.event_image-border.health {
  border-color: #3eb7b5;
}

.event_image-border.climate {
  border-color: #7a9608;
}

.event_image-border.health-copy {
  border-color: #eca000;
}

.event_name {
  margin-bottom: 1rem;
  direction: ltr;
  font-family: Jost, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 600;
}

.evet_date {
  display: inline-block;
  margin-top: 1rem;
  padding-top: 1.5rem;
  border-top: 0.5rem solid #000;
  font-family: Jost, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.evet_date.health {
  border-top-color: #3eb7b5;
  color: #fff;
}

.evet_date.agri {
  border-top-color: #eca000;
  color: #fff;
  font-size: 2rem;
}

.evet_date.climate {
  border-top-color: #7a9608;
  color: #fff;
  font-size: 2rem;
}

.climate {
  color: #7a9608;
  font-weight: 700;
}

.agri {
  color: #eca000;
  font-weight: 700;
}

.no_wrap {
  white-space: nowrap;
}

.hero_text {
  position: absolute;
  padding-top: 1rem;
  padding-bottom: 26%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.hero_text.hide {
  display: none;
}

.hero_text._00 {
  display: none;
}

.hero_img {
  position: absolute;
  width: 67vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.fintech {
  display: inline-block;
  margin: 0px 0.5rem;
  font-family: Oswald, sans-serif;
  font-size: 5rem;
  line-height: 4rem;
  font-weight: 300;
  text-align: center;
}

.fintech_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.strok {
  width: 6vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-top: 0.6rem solid #0e581a;
}

.strok.cyber {
  width: 8vw;
}

.date_num {
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 0.7rem;
  padding-left: 0.7rem;
  border-left: 0.3rem solid #0e581a;
  font-family: Rubik, sans-serif;
  color: #0e581a;
  font-size: 3.2rem;
  line-height: 2.8rem;
  font-weight: 600;
}

.date_text {
  display: inline-block;
  margin-bottom: 0px;
  font-family: Rubik, sans-serif;
  color: #0e581a;
  font-size: 1.5vw;
  line-height: 100%;
  font-weight: 400;
}

.hero_date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
  padding-bottom: 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  background-color: #fff;
}

.hero_img-top {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.image-6 {
  max-width: 8.2rem;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.fintech_speakers {
  color: #5fe745;
}

.menu-button {
  background-color: #fff;
}

.menu-button:hover {
  background-color: #fff;
}

.menu-button:active {
  background-color: #fff;
}

.menu-button:focus {
  background-color: #fff;
}

.menu-button:focus-visible {
  background-color: #fff;
}

.menu-button[data-wf-focus-visible] {
  background-color: #fff;
}

.hero_img-mobile {
  position: absolute;
  z-index: 0;
  display: none;
  width: 56vw;
  height: 64vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-decktop {
  margin-top: -19px;
}

.main_button {
  display: none;
  padding: 0.5rem 1.5rem;
  background-color: #d01e25;
  font-size: 1.25rem;
  font-weight: 500;
}

.fintech_wrapper-cop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cyber_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.button {
  position: static;
  width: 110%;
  height: 120%;
  border-radius: 20px;
  background-color: #d01e25;
  font-size: 1.5rem;
}

.div-block {
  position: absolute;
}

@media screen and (max-width: 991px) {
  .section_hero {
    height: 100vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero_bg-image {
    height: 135vw;
  }

  .heading_wrapper {
    margin-top: 5rem;
    padding-top: 2vw;
    padding-left: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading_wrapper.main {
    max-width: 80vw;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section_footer {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .h1 {
    margin-bottom: 1.5vw;
    font-size: 9vw;
    line-height: 7vw;
  }

  .h2 {
    font-size: 3vw;
    line-height: 3.2vw;
  }

  .h2.main {
    margin-top: 2rem;
    margin-left: 0rem;
    padding-bottom: 0rem;
  }

  .about_third.text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .section_speakers {
    margin-bottom: -10.2rem;
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .h3 {
    font-size: 6vw;
    line-height: 5.5vw;
  }

  .speaker {
    max-width: 24vw;
    margin-right: 8vw;
    margin-bottom: 5vw;
  }

  .navbar {
    padding-left: 0rem;
  }

  .hero_main {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .social_container {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .icon {
    color: #fff;
  }

  .events_container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .event {
    width: 50%;
    margin-bottom: 2rem;
  }

  .hero_img {
    width: 90vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .fintech {
    font-size: 7vw;
    line-height: 6vw;
  }

  .date_num {
    font-size: 4.5vw;
    line-height: 5vw;
  }

  .date_text {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }

  .hero_date {
    padding-top: 0.9rem;
  }

  .hero_img-top {
    top: -7%;
    margin-bottom: 2vh;
  }

  .image-6 {
    max-width: 16vw;
  }

  .hero_img-mobile {
    width: 49rem;
    height: 31rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .section_hero {
    height: 110vw;
  }

  .hero_bg-image {
    height: 140vw;
  }

  .heading_wrapper.main {
    max-width: 81vw;
    padding: 8vw;
  }

  .footer_left {
    position: absolute;
    top: 2.5rem;
    right: 3.7rem;
  }

  .footer_link {
    margin-bottom: 1rem;
  }

  .footer_line {
    margin-bottom: 1rem;
  }

  .section_footer {
    padding-left: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer_text {
    margin-bottom: 1rem;
  }

  .h1.main {
    font-size: 19vw;
    line-height: 16vw;
  }

  .h2.main {
    margin-top: 4vw;
    margin-right: -8vw;
    margin-left: 0rem;
    padding-top: 4vw;
    padding-right: 8vw;
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .about_text {
    margin-right: 1vw;
    margin-left: 1vw;
  }

  .h3 {
    font-size: 7vw;
    line-height: 6.5vw;
  }

  .speaker_line.health {
    left: 2vw;
  }

  .section_social {
    display: block;
  }

  .social_container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .newsletter_text {
    margin-bottom: 1rem;
    text-align: center;
  }

  .newsletter_iframe {
    margin-right: auto;
    margin-left: auto;
  }

  .social_icons {
    margin-bottom: 0.8rem;
  }

  .event {
    width: 70%;
  }

  .hero_text {
    padding-bottom: 31%;
  }

  .image-6 {
    max-width: 17vw;
    margin-bottom: -8px;
  }

  .main_button {
    margin-bottom: 0.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 479px) {
  .section_hero {
    height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero_bg-image {
    height: 100vh;
  }

  .heading_wrapper {
    margin-top: 0rem;
    padding-top: 7vw;
  }

  .link-block {
    max-width: 36px;
  }

  .footer_text-lefr {
    right: 2.7rem;
    font-size: 11px;
  }

  .footer_link {
    font-size: 11px;
  }

  .footer_line {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
    font-size: 11px;
  }

  .section_footer {
    padding-left: 0rem;
  }

  .footer_text {
    font-size: 11px;
  }

  .h1 {
    font-size: 12vw;
    line-height: 16vw;
  }

  .h2 {
    font-size: 4.5vw;
    line-height: 4.5vw;
  }

  .h2.main {
    margin-left: -3vw;
    padding-right: 6vw;
    font-size: 4.2vw;
    line-height: 4.5vw;
    letter-spacing: -0.1px;
  }

  .about_text {
    font-size: 1.4rem;
  }

  .section_speakers {
    margin-bottom: 0rem;
  }

  .speakers_wrapper {
    padding-top: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .speakers_container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .h3 {
    margin-bottom: 10vw;
    font-size: 13vw;
    line-height: 11vw;
  }

  .speaker {
    max-width: 39vw;
    margin-right: 0vw;
  }

  .logos {
    max-width: 86vw;
  }

  .logo_link {
    margin-left: 2vw;
  }

  .hero_main {
    width: 80vw;
    margin-bottom: 70vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .social_container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .social_icon {
    margin-right: 0.2rem;
    margin-left: 0.2rem;
  }

  .event {
    width: 100%;
  }

  .hero_text {
    margin-bottom: 0.5rem;
    padding-bottom: 0%;
  }

  .hero_img {
    display: none;
  }

  .fintech {
    font-size: 13vw;
    line-height: 11vw;
  }

  .date_num {
    padding-left: 0rem;
    border-left-width: 0rem;
    font-size: 9vw;
    line-height: 8vw;
    text-align: center;
  }

  .date_text {
    font-size: 5.5vw;
    line-height: 100%;
    text-align: center;
  }

  .hero_date {
    padding-top: 1.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero_img-top {
    top: -39%;
  }

  .image-6 {
    max-width: 29vw;
  }

  .image-7 {
    display: block;
  }

  .hero_img-mobile {
    display: block;
    width: 70vw;
    height: 0px;
  }
}

