body {
  direction: rtl;
  font-family: Heebo, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.25rem;
  font-weight: 400;
  text-align: right;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

.section_main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 105vh;
  -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-bottom: 1rem solid #6d73e2;
  background-image: linear-gradient(99deg, #fff, silver);
}

.section_about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
  padding: 5rem 2.5rem 2rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 20em;
  margin-top: 0px;
  margin-bottom: 1rem;
  margin-left: 2.4rem;
  -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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Shual, sans-serif;
  color: #fff;
  font-size: 5rem;
  line-height: 3.1rem;
  font-weight: 300;
  text-align: right;
  letter-spacing: 0.3px;
}

.h2.speakers {
  display: inline-block;
  width: 17.62rem;
  max-width: none;
  margin-bottom: 0rem;
  margin-left: 0px;
}

.h2.social {
  max-width: 8.6rem;
  margin-bottom: 0rem;
  margin-left: 2rem;
  font-size: 3.75rem;
  line-height: 2.9rem;
  text-align: right;
}

.h2.social.newsletter {
  max-width: 12rem;
}

.h2.hide {
  display: none;
}

.h3 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0.5rem;
  font-size: 18px;
  line-height: 24px;
}

.h3.second {
  margin-top: 2rem;
}

.about_paragraph {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.625rem;
}

.about_text {
  margin-bottom: 19px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section_speakers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  padding: 5rem 2.5rem 2rem;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section_speakers.hide {
  display: none;
}

.speaker_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 15.625rem;
  min-height: 22rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.speaker_image {
  position: relative;
  z-index: 1;
  text-align: center;
}

.speaker_img {
  position: relative;
}

.speaker_text {
  padding-top: 0.5rem;
}

.speaker_name {
  display: inline-block;
  margin-right: -0.5rem;
  margin-bottom: 0.2rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  background-color: #404a7f;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
}

.speaker_title {
  font-family: Heebo, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 300;
}

.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_wrapepr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  font-size: 1.2rem;
  text-align: center;
}

.closed_footer {
  margin-top: 1.5rem;
  text-align: center;
}

.closed_heading {
  margin-bottom: 25px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-align: center;
}

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

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

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

.section_prog {
  max-width: 80rem;
  margin: 2rem auto 4rem;
  padding-top: 2rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.section_prog.hide {
  display: none;
}

.prog-up {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.prog_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.prog-_column {
  width: 48%;
}

.prog_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.prog_time {
  width: 3rem;
  margin-left: 0.5rem;
  padding-top: 0.5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.prog_content {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.break {
  color: #1f85d3;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.name {
  font-weight: 500;
}

.green {
  color: #6d73e2;
  font-weight: 500;
}

.button_prog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.4rem 0.7rem;
  background-color: #d01e25;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}

.button_prog:hover {
  background-color: #a50006;
}

.button_prog.hide {
  display: none;
}

.div-block-3 {
  margin-left: 0.5rem;
}

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

.line_red {
  color: #d01e25;
  font-size: 1.7rem;
}

.button_red {
  overflow: visible;
  width: 16rem;
  margin: 0.5rem;
  background-color: #d01e25;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  font-size: 22px;
  text-align: center;
}

.button_red.hide {
  display: none;
}

.main_date {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px;
  text-align: right;
}

.date_num {
  font-size: 3.75rem;
  line-height: 3.75rem;
  font-weight: 700;
}

.main_details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5.2rem;
  -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;
}

.main_buttons {
  margin-top: 1rem;
}

.date_text {
  margin-right: 1rem;
  margin-left: 2rem;
  font-size: 1.4rem;
  line-height: 1.5rem;
}

.date_bold {
  font-size: 1.7rem;
}

.date_bold.hours {
  font-size: 1.6rem;
}

.partners_up {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section_partners {
  display: block;
  max-width: 80rem;
  margin-right: auto;
  margin-bottom: 4rem;
  margin-left: auto;
  padding-top: 5rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  -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;
}

.main_wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 120%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.blue_prog {
  color: #6d73e2;
  font-weight: 500;
}

.body {
  background-color: #fff;
}

.social_icons {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  direction: ltr;
}

.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_social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80rem;
  margin-right: auto;
  margin-bottom: 7rem;
  margin-left: auto;
  padding-top: 3rem;
  padding-right: 1rem;
  padding-left: 1rem;
  -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;
}

.social_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2rem;
  margin-left: 2rem;
}

.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_iframe {
  max-width: 22.5rem;
}

.place_name {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

.button_map {
  margin-right: 3rem;
  border-radius: 10px;
  background-color: #fff;
  color: #464646;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.vanue_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 19px;
}

.place_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.venue_text {
  padding-right: 5rem;
}

.section_venue {
  margin-top: 6rem;
  margin-bottom: 8rem;
  padding-top: 3rem;
  background-color: #404a7f;
}

.place_address {
  color: #fff;
}

.place_address.place-credit {
  display: inline-block;
  padding-right: 197px;
  color: #000;
  font-size: 0.8rem;
  text-align: center;
}

.text-block-11 {
  margin-bottom: 0.5rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
}

.text-block-11.hide {
  display: none;
}

.text-block-4 {
  display: inline;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
}

.venue_pic {
  position: relative;
  margin-top: -6%;
  margin-bottom: -6%;
}

.venue-parking {
  font-weight: 500;
}

.list-item {
  color: #fff;
}

.logo_image-link {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.logo_container {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -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;
}

.partners_wrapper {
  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-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.partners_sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.8rem;
  padding-bottom: 3rem;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.partners_sec.double {
  margin-bottom: 0px;
}

.partners_title {
  color: #666;
  font-weight: 300;
}

.partners_comtainer {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

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

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

.navbar {
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(56%, hsla(0, 0%, 94.9%, 0.7)), to(hsla(0, 0%, 94.9%, 0.3)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 94.9%, 0.7) 56%, hsla(0, 0%, 94.9%, 0.3));
}

.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-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;
  background-color: #d01e25;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: 700;
}

.topics_list {
  padding-left: 0px;
}

.toptics_item {
  margin-bottom: 0.5rem;
}

.mark {
  display: inline-block;
  margin-bottom: 0.4rem;
  padding-right: 0.7rem;
  padding-bottom: 0.8rem;
  padding-left: 0.7rem;
  background-color: #6d73e2;
}

.speaker_cube {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: #6d73e2;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.venue_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.venue_cube {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: #6d73e2;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.venue_image {
  position: relative;
  z-index: 1;
}

.share {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 2;
  margin-top: -2rem;
}

.h1 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding-right: 3rem;
  font-family: Shual, sans-serif;
  color: #6d73e2;
  font-size: 7.5rem;
  line-height: 5.6rem;
  font-weight: 900;
  text-align: justify;
}

.add2calendar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: hsla(0, 7%, 88.5%, 0.9);
  font-size: 0.9rem;
  line-height: 1.3rem;
  cursor: pointer;
}

.cal_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #000;
  font-weight: 700;
}

.cal_icon {
  margin-left: 0.5rem;
}

.cal_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.cal_link {
  margin-right: 0.4rem;
  padding-left: 0.4rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 1px solid #2c2c5b;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.cal_link:hover {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.cal_link:active {
  color: #000;
  text-decoration: none;
}

.cal_link:focus {
  color: #000;
  text-decoration: none;
}

.cal_link:visited {
  color: #000;
  text-decoration: none;
}

.cal_link.left {
  border-left-width: 0px;
}

.mark-heading {
  color: #fe0100;
}

.div-block-4 {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.paragraph {
  font-size: 1.4rem;
}

.hero_img-02 {
  display: block;
  max-width: 50%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.text-span {
  font-weight: 500;
}

.bold-text-2 {
  color: #6d73e2;
}

.tat-koteret {
  color: #ff52a3;
  font-weight: 500;
}

.text-span-2 {
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .section_main {
    height: 100%;
  }

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

  .h2.speakers {
    width: 15.625rem;
  }

  .about_text {
    margin-left: 0rem;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .section_speakers {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .speaker_image {
    max-width: 140%;
  }

  .main_date {
    width: 36rem;
    -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;
  }

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

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

  .date_text {
    margin-left: 0rem;
  }

  .main_wrapper {
    width: auto;
    margin-top: 6rem;
    margin-bottom: 4rem;
  }

  .section_social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4rem;
    margin-bottom: 4rem;
    -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;
  }

  .social_container {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .button_map {
    margin-top: 1rem;
    margin-right: 0rem;
  }

  .vanue_list {
    padding-right: 19px;
    padding-left: 4px;
  }

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

  .venue_text {
    width: auto;
    padding-right: 2.5rem;
  }

  .section_venue {
    margin-bottom: 4rem;
    padding-bottom: 2rem;
  }

  .venue_pic {
    width: 40%;
    margin-top: 0%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: none;
  }

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

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

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

  .partners_sec.double {
    display: block;
    padding-bottom: 0rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .partners_sec.single {
    display: block;
  }

  .partners_title {
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .partners_comtainer {
    display: block;
  }

  .logo_image {
    height: 7rem;
  }

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

  .nav_container {
    padding-left: 0rem;
  }

  .nav_logo_image {
    height: 3rem;
  }

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

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

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

  .menu_icon {
    color: #000;
  }

  .menu_icon:focus {
    color: #000;
  }

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

  .h1 {
    font-size: 5rem;
    line-height: 4rem;
  }

  .add2calendar {
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .section_main {
    padding-top: 5rem;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section_about {
    padding-right: 2rem;
    padding-left: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 4rem;
    line-height: 2.9rem;
  }

  .h2.speakers {
    width: 45%;
    max-width: 14.7rem;
  }

  .h2.social {
    margin-bottom: 0.5rem;
  }

  .h2.social.newsletter {
    max-width: none;
    margin-left: 1rem;
  }

  .section_speakers {
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .speaker_container {
    width: 45%;
    min-height: 19rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .speaker_image {
    max-width: 100%;
  }

  .speaker_text {
    max-width: 13rem;
  }

  .close_text_wrapepr {
    width: 26rem;
  }

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

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

  .prog-_column {
    width: 100%;
    padding-left: 0px;
  }

  .main_date {
    width: 29.1rem;
    text-align: center;
  }

  .date_num {
    font-size: 3rem;
    line-height: 3rem;
  }

  .main_buttons {
    text-align: center;
  }

  .date_text {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .date_bold {
    font-size: 1.6rem;
  }

  .date_bold.hours {
    font-size: 1.5rem;
  }

  .section_partners {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .main_wrapper {
    margin-top: 0rem;
    -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;
  }

  .social_icons {
    margin-bottom: 0.8rem;
  }

  .section_social {
    padding-right: 1rem;
  }

  .social_container {
    margin-right: 0rem;
    margin-left: 0rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .newsletter_text {
    margin-bottom: 1rem;
  }

  .vanue_list {
    padding-left: 0px;
  }

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

  .section_venue {
    margin-bottom: 20vw;
    padding-bottom: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .venue_pic {
    width: auto;
    margin-top: 1rem;
    margin-bottom: -21%;
    background-image: none;
  }

  .logo_image-link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .logo_container {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .partners_sec {
    width: 100%;
    margin-bottom: 1rem;
    padding-top: 2px;
  }

  .logo_image {
    height: 6rem;
  }

  .footer_text {
    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_link {
    margin-bottom: 1rem;
  }

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

  .nav_container {
    padding-right: 1rem;
  }

  .nav_logo_image {
    height: 2rem;
  }

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

  .venue_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .h1 {
    padding-right: 2rem;
    font-size: 3rem;
    line-height: 2rem;
  }
}

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

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

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

  .h2.speakers {
    width: 100%;
    margin-bottom: 1rem;
  }

  .h2.social {
    max-width: none;
    font-size: 3.5rem;
  }

  .section_speakers {
    padding-bottom: 0rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .speaker_container {
    min-height: auto;
  }

  .close_text_wrapepr {
    width: 20rem;
  }

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

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

  .button_red {
    font-size: 1.5rem;
  }

  .main_date {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .date_num {
    font-size: 11vw;
    line-height: 12vw;
  }

  .main_details {
    position: relative;
    top: -74px;
    width: 100%;
    margin-top: 1.5rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }

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

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

  .date_bold.hours {
    font-size: 6vw;
  }

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

  .section_partners {
    margin-top: 0rem;
    margin-bottom: 4.5rem;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }

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

  .social_icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0.5rem 0rem 0rem 4rem;
  }

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

  .social_container {
    margin-right: 0rem;
    margin-left: 0rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .button_map {
    margin-top: 1rem;
    margin-right: 0rem;
  }

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

  .venue_text {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }

  .section_venue {
    margin-bottom: 4.8rem;
  }

  .place_address.place-credit {
    padding-top: 2rem;
    padding-right: 25px;
  }

  .venue_pic {
    background-image: none;
  }

  .logo_image-link {
    margin-right: 0.7rem;
    margin-left: 0.7rem;
    text-align: center;
  }

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

  .partners_sec {
    display: block;
    padding-bottom: 0rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .partners_title {
    display: block;
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .logo_image {
    height: 18vw;
  }

  .footer_text {
    font-size: 11px;
  }

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

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

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

  .section_footer {
    padding-left: 0rem;
  }

  .footer_link {
    font-size: 11px;
  }

  .h1 {
    position: static;
    padding-right: 0rem;
  }

  .hero_img-02 {
    max-width: 100%;
  }
}

@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: auto;
}
@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: auto;
}
@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: auto;
}
@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: auto;
}