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

.section_main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -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;
}

.section_main._01 {
  padding-right: 1rem;
  padding-left: 1rem;
}

.main_image-wrapper {
  width: 62.5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.series_container {
  position: absolute;
  top: 12%;
  right: 0px;
  padding: 1rem 2rem 0.8rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#070762), to(#15132b));
  background-image: linear-gradient(90deg, #070762, #15132b);
}

.series_name {
  font-family: Shual, sans-serif;
  color: #bed4e4;
  font-size: 3.2rem;
  line-height: 2.3rem;
}

.series_sub {
  font-family: Shual, sans-serif;
  color: #bed4e4;
  font-size: 1.9rem;
  line-height: 1.8rem;
  font-weight: 300;
}

.details_wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 6rem;
  -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;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#070762), to(#15132b));
  background-image: linear-gradient(0deg, #070762, #15132b);
}

.medium {
  font-weight: 500;
}

.button {
  margin-top: 1rem;
  padding: 0.5rem 1.3rem;
  border-radius: 2rem;
  background-color: #d01e25;
  box-shadow: 0 0 10px 1px rgba(249, 115, 125, 0.8);
  font-size: 1.6rem;
  line-height: 1.3rem;
}

.share {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: -3rem;
}

.section_about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5rem;
  padding-bottom: 4rem;
  -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: #070762;
}

.about_container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52rem;
  padding: 3rem 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 3px;
  border-color: #4d8ff7;
  border-radius: 2rem;
  box-shadow: 0 0 10px 0 #fff;
}

.about_container._02 {
  width: 56rem;
}

.h2 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 2rem;
  border-bottom: 0.25rem solid #4d8ff7;
  font-family: Shual, sans-serif;
  color: #4d8ff7;
  font-size: 3.5rem;
  line-height: 2.8rem;
  font-weight: 300;
  text-align: center;
}

.h2.left {
  text-align: left;
}

.about_text {
  position: relative;
  margin-right: 2rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #bed4e4;
  font-size: 1.5rem;
  line-height: 1.6rem;
  font-weight: 300;
}

.about_border {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 0.5px;
  border-color: hsla(0, 0%, 100%, 0.7);
  border-radius: 1.8rem;
  box-shadow: inset 0 0 10px 1px #fff;
}

.section_speakers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4rem;
  -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;
  background-image: url('../images/speakers_texture-01.svg'), -webkit-gradient(linear, left top, left bottom, from(#070762), color-stop(55%, #15132b));
  background-image: url('../images/speakers_texture-01.svg'), linear-gradient(180deg, #070762, #15132b 55%);
  background-position: 50% 50%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
}

.section_speakers.hide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.speakers_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 72rem;
  margin-top: 4rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.speaker {
  max-width: 15.625rem;
  margin: 1rem;
}

.speaker_image {
  overflow: hidden;
  margin-bottom: 1rem;
  border-style: solid;
  border-width: 0.25rem;
  border-color: #4d8ff7;
  border-radius: 1rem;
  box-shadow: 0 0 10px 2px rgba(190, 212, 228, 0.7);
}

.speaker_name {
  color: #bed4e4;
  text-align: center;
}

.speaker_name.note {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 0.8rem;
  font-weight: 400;
}

.speaker_title {
  margin-bottom: 0.2rem;
  color: #bed4e4;
  font-size: 1.2rem;
  text-align: center;
}

.speaker_pic {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.navbar {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #fff;
  background-image: none;
}

.nav_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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;
  box-shadow: 6px -1px 9px 2px rgba(0, 0, 0, 0.45);
}

.nav_logo_image {
  padding-left: 0px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_llink {
  padding: 1rem;
  color: #666;
  text-decoration: none;
}

.nav_llink:hover {
  color: #666;
}

.nav_llink:active {
  color: #666;
}

.nav_llink:focus {
  color: #666;
}

.nav_llink:visited {
  color: #666;
}

.nav_llink.w--current {
  color: #666;
  font-weight: 600;
}

.nav_llink.red {
  padding: 0.2rem 0.9rem;
  border-radius: 1rem;
  background-color: #d01e25;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: 700;
}

.nav_llink.hide {
  display: none;
}

.details_text {
  color: #bed4e4;
  font-size: 1.4rem;
  line-height: 1.5rem;
  text-align: center;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_logo-link {
  margin-left: 1rem;
}

.map_icon {
  position: absolute;
  left: 3.5rem;
  top: 2.4rem;
}

.div-block {
  width: 3rem;
  height: 3rem;
  margin-right: 26px;
  margin-left: 26px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 20rem;
  background-color: #bed4e4;
  color: #bed4e4;
}

.plus_button {
  position: absolute;
  top: 3.8rem;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2rem;
  height: 2rem;
  -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;
  border-radius: 50%;
  background-color: #070762;
  color: #f0eff4;
  font-size: 2rem;
  font-weight: 500;
  cursor: pointer;
}

.closed_wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  height: 100%;
  padding-top: 10rem;
  background-color: rgba(0, 0, 0, 0.5);
}

.close_text_wrapper {
  display: none;
  width: 30rem;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem 1.5rem 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #eee;
}

.regis-xbutton {
  width: 2rem;
  height: 2rem;
  padding: 0.3rem 0.7rem;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #f3f3f3;
  color: #7a7a7a;
  font-size: 1rem;
  line-height: 1.4rem;
  font-style: normal;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.regis-xbutton:hover {
  background-color: #dadada;
  color: #636161;
}

.close_text-up {
  margin-bottom: 25px;
  color: #d41646;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-align: center;
}

.bold-text {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 800;
}

.close_text-down {
  margin-bottom: 1rem;
  color: #15132b;
  font-size: 1.2rem;
  text-align: center;
}

.closed_wrapper-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: block;
  height: 100%;
  padding-top: 10rem;
  background-color: rgba(0, 0, 0, 0.5);
}

.closed_wrapper-2.hide {
  display: block;
}

.close_text_wrapper-2 {
  display: block;
  width: 30rem;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem 1.5rem 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.close_text-up-2 {
  margin-bottom: 25px;
  color: #15132b;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-align: center;
}

.bold-text-2 {
  color: #4d8ff7;
  font-size: 3rem;
  line-height: 3rem;
}

@media screen and (max-width: 991px) {
  .section_main._01 {
    height: 90vw;
    min-height: auto;
  }

  .main_image-wrapper {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .main_image {
    width: auto;
  }

  .series_container {
    padding: 2vw 4vw 1.5vw;
  }

  .series_name {
    font-size: 5vw;
    line-height: 4vw;
  }

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

  .details_wrapper {
    padding: 2vw 15vw;
  }

  .button {
    margin-top: 2vw;
    padding: 0.8vw 3vw;
    font-size: 3vw;
    line-height: 3vw;
  }

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

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

  .nav_container {
    padding-left: 0rem;
  }

  .nav-menu {
    padding-top: 1rem;
    padding-bottom: 2rem;
    background-color: #f2f2f2;
  }

  .nav_llink {
    margin-right: 1rem;
    margin-left: 1rem;
    border-bottom: 0.065rem solid #000;
    color: #000;
  }

  .nav_llink:hover {
    color: #000;
  }

  .nav_llink:active {
    color: #000;
  }

  .nav_llink:focus {
    color: #000;
  }

  .nav_llink:visited {
    color: #000;
  }

  .nav_llink.red {
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 0rem;
  }

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

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

  .menu_icon {
    color: #000;
  }

  .menu_icon:focus {
    color: #000;
  }

  .details_text {
    font-size: 2.85vw;
    line-height: 2.8vw;
  }

  .map_icon {
    left: 8.6vw;
    top: 4.4vw;
  }

  .map_icon-image {
    width: 3.5vw;
  }
}

@media screen and (max-width: 767px) {
  .about_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h2 {
    padding-bottom: 4vw;
    font-size: 10vw;
    line-height: 7vw;
  }

  .h2.left {
    text-align: right;
  }

  .about_text {
    margin-top: 4vw;
    margin-right: 0rem;
    font-size: 1.25rem;
    line-height: 1.4rem;
  }

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

  .speaker {
    width: 45vw;
    margin: 2vw;
  }

  .nav_container {
    padding-right: 1rem;
  }

  .nav_logo_image {
    height: 6vw;
  }

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

  .nav_logo-link {
    margin-left: 1vw;
  }

  .map_icon {
    top: 4.1vw;
  }

  .map_icon-image {
    width: 4vw;
  }

  .close_text_wrapper {
    width: 26rem;
  }

  .close_text_wrapper-2 {
    width: 26rem;
  }
}

@media screen and (max-width: 479px) {
  .section_main._01 {
    height: 140vw;
  }

  .main_image-wrapper {
    margin-bottom: 19vw;
  }

  .series_container {
    top: 17%;
  }

  .series_name {
    font-size: 8vw;
    line-height: 7vw;
  }

  .series_sub {
    font-size: 5vw;
    line-height: 4vw;
  }

  .details_wrapper {
    width: 95vw;
    padding-top: 3vw;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .button {
    padding: 1vw 4vw;
    font-size: 5vw;
    line-height: 5vw;
  }

  .about_container {
    padding-right: 5vw;
    padding-left: 5vw;
  }

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

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

  .nav_logo-link {
    margin-left: 1vw;
  }

  .map_icon {
    left: 2.9vw;
    top: 7.3vw;
  }

  .map_icon-image {
    width: 6vw;
  }

  .close_text_wrapper {
    width: 20rem;
  }

  .bold-text {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }

  .close_text_wrapper-2 {
    width: 20rem;
  }

  .bold-text-2 {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
}

@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-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;
}
@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: 'Shualserif';
  src: url('../fonts/ShualSerif-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shualserif';
  src: url('../fonts/ShualSerif-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shualserif';
  src: url('../fonts/ShualSerif-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}