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

.navbar {
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 2, 21, 0.6)), to(rgba(34, 34, 34, 0)));
  background-image: linear-gradient(180deg, rgba(0, 2, 21, 0.6), rgba(34, 34, 34, 0));
}

.nav_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2rem;
  padding-left: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav_logo_image {
  height: 3.5rem;
}

.nav_link {
  color: #fff;
  text-decoration: none;
}

.nav_link:hover {
  color: #fff;
}

.nav_link:active {
  color: #fff;
}

.nav_link:focus {
  color: #fff;
}

.nav_link:visited {
  color: #fff;
}

.nav_link.w--current {
  color: #fff;
}

.nav_link.w--current:hover {
  color: #fff;
}

.nav_link.w--current:active {
  color: #fff;
}

.nav_link.w--current:focus {
  color: #fff;
}

.nav_link.w--current:visited {
  color: #fff;
}

.section_hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-bottom: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(210deg, hsla(0, 0%, 100%, 0) 50%, rgba(0, 168, 156, 0.1) 0), url('../images/hero_image.jpg');
  background-position: 0px 0px, 50% 4vh;
  background-size: auto, auto 70vh;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.h1 {
  margin-top: 1vh;
  margin-bottom: 2vh;
  font-family: Shual, sans-serif;
  font-size: 6rem;
  line-height: 4rem;
  font-weight: 900;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 3vh;
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 400;
}

.date {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.share {
  margin-top: 3vh;
}

.section_about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.about_wrapper {
  max-width: 37rem;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
  text-align: center;
}

.hero_deco {
  position: absolute;
  left: auto;
  top: auto;
  right: 2rem;
  bottom: 1rem;
}

.section_speakers {
  position: relative;
  padding-bottom: 3rem;
  background-image: url('../images/speakers_image-03.svg'), url('../images/speakers_image-02.svg'), url('../images/speakers_image-01.svg');
  background-position: 100% 0%, 0% 0%, 0% 0%;
  background-size: contain, cover, auto;
  background-repeat: no-repeat, no-repeat, no-repeat;
  text-align: center;
}

.h3 {
  display: inline-block;
  margin: 4rem auto 3rem;
  padding-bottom: 3rem;
  border-bottom: 0.0625rem solid #000;
  font-size: 3rem;
  line-height: 3rem;
  text-align: center;
}

.section_partners {
  padding-bottom: 3rem;
  background-color: #f2f2f2;
  text-align: center;
}

.logos_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80rem;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.partner_logo {
  margin: 1rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #fff;
}

.logo_image {
  height: 7rem;
}

.section_social {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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);
}

.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;
}

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

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

.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;
}

.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;
}

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

.footer_text-lefr {
  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;
}

.panels_wrpapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.panel {
  width: 30%;
  margin-right: 1rem;
  margin-bottom: 2rem;
  margin-left: 1rem;
  background-color: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
  text-align: right;
}

.panel_top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  padding-right: 1rem;
  padding-bottom: 1.2rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.panel_bottom {
  position: relative;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
}

.panel_date {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  font-size: 4rem;
  line-height: 3.4rem;
}

.panel_date.transparent {
  color: transparent;
}

.h4 {
  margin-top: 0px;
  margin-right: 0.5rem;
  margin-bottom: 0px;
}

.h4.long {
  letter-spacing: -0.05rem;
}

.panel_triangle {
  position: absolute;
  left: auto;
  top: -1rem;
  right: 0%;
  bottom: auto;
  z-index: 0;
  width: 7rem;
  height: 7rem;
  background-image: linear-gradient(225deg, #d01e25 50%, hsla(0, 0%, 100%, 0) 0);
}

.panel_triangle.question {
  background-image: linear-gradient(225deg, #00a89c 50%, hsla(0, 0%, 100%, 0) 0);
}

.speakers_image {
  position: absolute;
  left: 1rem;
  top: auto;
  right: auto;
  bottom: 1rem;
}

.speaker_container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.4rem;
  -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;
  border-style: dotted;
  border-width: 1px;
  border-color: #5c5c5c;
  background-color: hsla(0, 0%, 100%, 0.02);
}

.speaker_container.tba {
  opacity: 0.6;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.speaker_image {
  width: 4vw;
  margin-left: 1rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.speaker_name {
  margin-bottom: 0.2rem;
  font-weight: 700;
}

.tba-text {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  width: 11.3rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #adadad;
  color: #fff;
  text-align: center;
}

.panel_text {
  min-height: 4rem;
}

.note {
  max-width: 90vw;
  margin-right: auto;
  margin-left: auto;
  font-size: 0.7rem;
  line-height: 0.8rem;
  text-align: center;
}

.bold-text {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .nav_container {
    padding-left: 0rem;
  }

  .nav_logo_image {
    height: 3rem;
  }

  .nav-menu {
    padding-top: 1rem;
    padding-bottom: 2rem;
    background-color: rgba(0, 2, 21, 0.7);
  }

  .nav_link {
    margin-right: 1rem;
    margin-left: 1rem;
    border-bottom: 0.065rem solid #f2f2f2;
  }

  .menu-button {
    height: 3rem;
    padding: 0.8rem;
  }

  .menu-button:focus {
    background-color: rgba(0, 2, 21, 0.8);
  }

  .menu_icon {
    color: #fff;
  }

  .section_hero {
    height: auto;
    padding-top: 49vw;
    padding-bottom: 3rem;
    background-position: 0px 0px, 50% 7vw;
    background-size: auto, auto 53vw;
  }

  .h1 {
    margin-bottom: 1vw;
    font-size: 10vw;
    line-height: 7vw;
  }

  .h2 {
    margin-bottom: 5vw;
    font-size: 4vw;
    line-height: 4vw;
  }

  .date {
    font-size: 3vw;
    line-height: 4vw;
  }

  .section_about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about_wrapper {
    max-width: 42rem;
    margin-top: -3rem;
    margin-bottom: 0rem;
  }

  .about_image {
    width: 20vw;
    margin-left: auto;
  }

  .about_image.left {
    margin-right: auto;
    margin-left: 0px;
  }

  .section_speakers {
    background-size: 70vw, cover, 20vw;
  }

  .logo_image {
    height: 14vw;
  }

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

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

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

  .panel {
    width: 48%;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .speakers_image {
    display: none;
  }

  .speaker_image {
    width: 8vw;
  }

  .note {
    font-size: 0.65rem;
  }
}

@media screen and (max-width: 767px) {
  .nav_container {
    padding-right: 1rem;
  }

  .nav_logo_image {
    height: 2.5rem;
  }

  .menu-button {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .section_hero {
    padding-top: 52vw;
  }

  .date {
    font-size: 3.5vw;
  }

  .about_wrapper {
    max-width: none;
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .partner_logo {
    margin: 1.5vw;
  }

  .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;
  }

  .footer_link {
    margin-bottom: 1rem;
  }

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

  .footer_line {
    margin-bottom: 1rem;
  }

  .footer_text {
    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;
  }

  .panel {
    width: 100%;
  }

  .speaker_container {
    width: auto;
  }

  .speaker_image {
    width: 13vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .panel_text {
    min-height: auto;
  }
}

@media screen and (max-width: 479px) {
  .menu-button:focus {
    background-color: #000;
  }

  .section_hero {
    height: 90vh;
    padding-top: 71vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-position: 0px 0px, 50% 20vw;
    background-size: auto, auto 55vw;
  }

  .h1 {
    font-size: 11vw;
    line-height: 8vw;
  }

  .h2 {
    width: 90vw;
    margin-bottom: 7vw;
    font-size: 7vw;
    line-height: 7vw;
    font-weight: 400;
  }

  .date {
    font-size: 4.7vw;
    line-height: 6vw;
  }

  .section_about {
    overflow: hidden;
  }

  .about_wrapper {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .h3 {
    font-size: 12vw;
    line-height: 10vw;
  }

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

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

  .footer_link {
    font-size: 11px;
  }

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

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

  .footer_text {
    font-size: 11px;
  }

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

  .section_footer {
    padding-left: 0rem;
  }

  .no_wrap {
    white-space: nowrap;
  }

  .speaker_image {
    width: 16vw;
  }

  .speaker_name {
    margin-bottom: 0.3rem;
  }

  .speaker_title {
    font-size: 1rem;
    line-height: 1rem;
  }
}

@font-face {
  font-family: 'Shual';
  src: url('../fonts/Shual-Light.eot') format('embedded-opentype'), url('../fonts/Shual-Light.woff') format('woff'), url('../fonts/Shual-Light.ttf') format('truetype'), url('../fonts/Shual-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shual';
  src: url('../fonts/Shual-Regular.eot') format('embedded-opentype'), url('../fonts/Shual-Regular.woff') format('woff'), url('../fonts/Shual-Regular.ttf') format('truetype'), url('../fonts/Shual-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shual';
  src: url('../fonts/Shual-Bold.eot') format('embedded-opentype'), url('../fonts/Shual-Bold.woff') format('woff'), url('../fonts/Shual-Bold.ttf') format('truetype'), url('../fonts/Shual-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shual';
  src: url('../fonts/Shual-Black.eot') format('embedded-opentype'), url('../fonts/Shual-Black.woff') format('woff'), url('../fonts/Shual-Black.ttf') format('truetype'), url('../fonts/Shual-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}