body {
  direction: rtl;
  font-family: Rubik, sans-serif;
  color: #333;
  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, 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;
}

.section_hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 95vh;
  padding-top: 3.4rem;
  padding-bottom: 3%;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/header-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0%;
  padding-left: 0%;
  -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: 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;
}

.date {
  position: relative;
  margin-bottom: 0px;
  padding: 1rem;
  border-style: solid;
  border-width: 1px;
  border-color: #f9f9f9;
  background-color: #00b3a8;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.6rem;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.date:hover {
  color: #f9f9f9;
}

.date:active {
  color: #f9f9f9;
}

.date:focus {
  color: #f9f9f9;
}

.date:focus-visible {
  color: #f9f9f9;
}

.date[data-wf-focus-visible] {
  color: #f9f9f9;
}

.date:visited {
  color: #f9f9f9;
}

.h1 {
  position: relative;
  z-index: 10;
  margin: 0px -3% 6vw -7%;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 5vw;
  line-height: 6vw;
  font-weight: 700;
  text-align: center;
  text-shadow: 4px 4px 0 #f9f9f9, -4px -4px 0 #f9f9f9;
}

.hero_image {
  position: relative;
}

.hero_img {
  width: 40vw;
  mix-blend-mode: darken;
}

.hero_text {
  position: absolute;
  top: 15%;
  right: -18%;
  font-family: Montserrat, sans-serif;
  color: #d01e25;
  font-size: 1.5vw;
  line-height: 1.5vw;
  text-align: left;
}

.heading {
  position: absolute;
  right: 7.5%;
  bottom: 0vw;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #d01e25;
  font-size: 1.7vw;
  line-height: 2vw;
  font-weight: 400;
}

.section_about {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.about_text {
  position: relative;
  max-width: 51rem;
  margin-right: auto;
  margin-left: auto;
  padding: 4rem 11rem;
  background-color: #333;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
}

.note {
  margin-top: 1rem;
  margin-bottom: 0px;
  color: #d01e25;
  font-size: 1rem;
  font-weight: 700;
}

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

.h2_wrapper {
  display: block;
  margin-bottom: 2rem;
  -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;
  text-align: right;
}

.h2_wrapper.partners {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid #00b3a8;
  font-family: Shual, sans-serif;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 300;
  text-align: center;
}

.prog_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 75rem;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.prog_container.hour {
  margin-bottom: 1rem;
}

.prog_container.hide {
  display: none;
}

.prog_container._50 {
  margin-top: 1rem;
  -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;
  font-size: 1.125rem;
  text-align: center;
}

.prog_hour {
  position: relative;
  z-index: 3;
  margin-bottom: 0px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-align: center;
}

.hour_red {
  color: #d01e25;
  font-size: 2.5rem;
  font-weight: 300;
}

.line-hour {
  width: 3.75rem;
  height: 0.0625rem;
  margin-right: 1rem;
  margin-left: 1rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-top: 1px solid #333;
  background-color: #333;
}

.line-hour.ver {
  width: 0.0625rem;
  height: 3.75rem;
  background-color: #333;
}

.speaker_line {
  width: 75%;
  height: 2rem;
  border-top: 0.0625rem solid #333;
  border-right: 0.0625rem solid #333;
  border-left: 0.0625rem solid #333;
}

.speaker_line.buttom {
  border-bottom: 0.0625rem solid #333;
  border-top-width: 0rem;
}

.speaker_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  -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;
}

.speaker_container._50 {
  width: 26%;
}

.speaker_img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 3%;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.speaker_image {
  position: relative;
  z-index: 1;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-radius: 50%;
  box-shadow: 1px 1px 3px 0 #000;
  text-align: center;
}

.speaker_image.hide {
  display: none;
}

.speaker_circle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  border-radius: 50%;
  background-image: url('../images/speaker_circle.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: repeat;
}

.speaker_circle._50 {
  background-image: url('../images/speaker_circle-50.svg');
}

.speaker_text {
  padding-top: 0.5rem;
  text-align: center;
}

.speaker_text._50 {
  color: #00aeef;
}

.speaker_text._50 {
  color: #00aeef;
}

.speaker_name {
  display: inline-block;
  margin-right: -0.5rem;
  margin-bottom: 0.2rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.3rem;
  font-weight: 500;
}

.speaker_title {
  margin-bottom: 0.2rem;
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.speakers_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180%;
  max-width: 180%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.no_wrap {
  white-space: nowrap;
}

.section_partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  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;
}

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

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

.logo_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -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;
  -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;
}

.logo_link {
  margin-right: 0rem;
  margin-left: 0rem;
  -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;
}

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

.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_text-lefr {
  font-size: 13px;
}

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

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

.medium {
  font-weight: 500;
}

.speaker_heading {
  margin-left: -16%;
}

.partners_heading {
  margin-top: -1rem;
  margin-right: -16%;
}

.hero_circle {
  position: relative;
  bottom: 169%;
  width: 50rem;
  height: 50rem;
  border-radius: 50%;
  background-image: url('../images/hero_circle.svg');
  background-position: 50% 50%;
  background-size: auto;
}

.hero_deco {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 30rem;
  height: 20rem;
}

.about_deco {
  position: absolute;
  top: -35%;
  right: 0%;
  overflow: hidden;
  width: 25rem;
  height: 50rem;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

.about_circle {
  width: 50rem;
  height: 50rem;
  background-image: url('../images/about_circle_1.svg'), url('../images/about_circle.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: cover, auto;
}

.about_deco-right {
  position: absolute;
  right: -2.8rem;
  bottom: 5rem;
}

.about_deco-left {
  position: absolute;
  left: -2rem;
  bottom: -3.8rem;
}

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

.plus {
  margin-bottom: 0.5rem;
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00b3a8), to(#00b3a8));
  background-image: linear-gradient(180deg, #00b3a8, #00b3a8);
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  color: #f9f9f9;
  font-size: 5rem;
  line-height: 2.8rem;
  font-weight: 600;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
}

.partner_text {
  margin-top: 2rem;
  color: #646464;
  font-size: 0.9rem;
}

.plus50 {
  position: absolute;
  top: 10%;
  z-index: 4;
  width: 4rem;
  height: 4rem;
  margin-bottom: 0.5rem;
  border-style: solid;
  border-width: 0.2rem;
  border-color: #f9f9f9;
  border-radius: 50%;
  background-color: #d01e25;
  color: #f9f9f9;
  font-size: 4rem;
  line-height: 3.4rem;
  font-weight: 600;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
}

.hour_wrapper {
  position: relative;
}

.hour-circle01 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background-color: rgba(229, 185, 0, 0.1);
}

.hour-circle02 {
  position: absolute;
  left: 3%;
  top: 0%;
  right: 30%;
  bottom: 0%;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: rgba(229, 185, 0, 0.1);
}

.hour-circle03 {
  position: absolute;
  left: -21%;
  top: -101%;
  right: auto;
  bottom: auto;
  z-index: 1;
  mix-blend-mode: normal;
}

.hour_circle-text {
  position: absolute;
  left: -25%;
  top: -132%;
  bottom: 0%;
  z-index: 4;
  width: 6rem;
  height: 6rem;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  font-size: 1.5rem;
  line-height: 5.8rem;
  font-weight: 700;
  text-align: center;
}

.hour-circle04 {
  position: absolute;
  left: -25%;
  top: -136%;
  bottom: 0%;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #e5b900;
}

.underline {
  text-decoration: underline;
}

.venue {
  position: relative;
  margin-bottom: 0px;
  margin-left: 1rem;
  padding: 0.6rem 1rem;
  border-style: solid;
  border-width: 2px;
  border-color: #d01e25;
  background-color: #fff;
  color: #d01e25;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.venue.coverage {
  margin-left: 0.5rem;
  border-color: #333;
  color: #333;
}

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

.paragraph-2 {
  font-weight: 300;
}

.bold-text {
  font-weight: 400;
}

.about_text-2 {
  display: block;
  margin-bottom: 19px;
  padding-top: 0px;
  padding-right: 27%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

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

.h3.second {
  margin-top: 2rem;
  color: #00b3a8;
}

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

.topics_list {
  padding-left: 0px;
}

.toptics_item {
  margin-bottom: 0.5rem;
}

.section-on {
  padding: 0.7rem 2.5rem 2rem;
  background-color: rgba(51, 51, 51, 0.04);
}

.about-text {
  margin-bottom: 19px;
}

.h2-2 {
  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: 2rem;
  line-height: 2rem;
  font-weight: 300;
  letter-spacing: 0.3px;
}

.h2-2.speakers {
  display: inline-block;
  width: 25%;
  margin-bottom: 0rem;
  margin-left: 0px;
  font-size: 2rem;
  line-height: 2rem;
  text-align: justify;
}

.mark {
  display: inline-block;
  margin-bottom: 0.4rem;
  padding-right: 0.7rem;
  padding-bottom: 0.3rem;
  padding-left: 0.7rem;
  background-color: #00b3a8;
}

.text-block {
  color: #00aeef;
  text-align: center;
}

.div-block {
  padding-left: 0px;
}

.bold {
  font-weight: 700;
}

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

.speaker_img-2 {
  position: relative;
}

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

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

.speaker_text-2 {
  padding-top: 0.5rem;
}

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

.speaker_title-2 {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 300;
}

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

.plus50-2 {
  position: absolute;
  top: 10%;
  z-index: 4;
  width: 4rem;
  height: 4rem;
  margin-bottom: 0.5rem;
  border-style: solid;
  border-width: 0.2rem;
  border-color: #f9f9f9;
  border-radius: 50%;
  background-color: #d01e25;
  color: #f9f9f9;
  font-size: 4rem;
  line-height: 3.4rem;
  font-weight: 600;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
}

.speaker_line-2 {
  width: 75%;
  height: 2rem;
  border-top: 0.0625rem solid #e5b900;
  border-right: 0.0625rem solid #e5b900;
  border-left: 0.0625rem solid #e5b900;
}

.speaker_line-2.buttom {
  border-bottom: 0.0625rem solid #e5b900;
  border-top-width: 0rem;
}

.speaker_line-2.buttom.hide {
  display: none;
}

.speaker_line-2.hide {
  display: none;
}

.plus-2 {
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.5rem;
  border-radius: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00b3a8), to(#00b3a8));
  background-image: linear-gradient(180deg, #00b3a8, #00b3a8);
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  box-shadow: 1px 1px 3px 0 #000;
  color: #f9f9f9;
  font-size: 3rem;
  line-height: 0.1rem;
  font-weight: 600;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
}

.line-hour-2 {
  width: 3.75rem;
  height: 0.0625rem;
  margin-right: 1rem;
  margin-left: 1rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-top: 1px solid #333;
  background-color: #333;
}

.line-hour-2.ver {
  width: 0.0625rem;
  height: 3.75rem;
  background-color: #333;
}

.hour_red-2 {
  color: #d01e25;
  font-size: 2.5rem;
  font-weight: 300;
}

.tat-koteret-mankalim {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0.5rem 1rem;
  border-style: solid;
  border-width: 0.2rem;
  border-color: #00b3a8;
  border-radius: 20px;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Shual, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  text-align: center;
}

.tat-h {
  font-size: 1.5rem;
  line-height: 1rem;
  font-weight: 400;
}

.section {
  background-color: transparent;
}

.section.hide {
  display: none;
}

.text-block-2 {
  font-size: 5rem;
  line-height: 5rem;
}

.text-block-3 {
  font-size: 5rem;
}

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

.text-block-5 {
  font-size: 5rem;
}

.text-block-6 {
  font-size: 5rem;
}

.text-block-7 {
  color: #333;
}

.prog-up-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
  padding: 2rem 2.5rem;
  -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-up-2.hide {
  display: none;
}

.mark-2 {
  display: inline-block;
  margin-bottom: 0.4rem;
  padding-right: 0.7rem;
  padding-bottom: 0.3rem;
  padding-left: 0.7rem;
  background-color: #00b3a8;
}

.mark-2.tohnit {
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.button_prog-2 {
  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-2:hover {
  background-color: #a50006;
}

.button_prog-2.hide {
  display: none;
}

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

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

.bold-text-2 {
  color: #00b3a8;
}

.bold-text-2.sub {
  color: #00b3a8;
}

.bold-text-3 {
  color: #00b3a8;
  font-weight: 700;
}

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

.name {
  font-weight: 500;
}

.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_content {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

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

.green {
  color: #73abb8;
  font-weight: 500;
}

.green.bold-text-4 {
  color: #00b3a8;
  font-weight: 700;
}

.prog_time {
  display: block;
  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;
}

.date_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  padding: 0.3rem;
  -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;
}

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

  .nav_logo_image {
    height: 3rem;
  }

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

  .nav_llink.lsat {
    border-bottom-width: 0rem;
  }

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

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

  .menu_icon {
    color: #000;
  }

  .menu_icon:focus {
    color: #000;
  }

  .section_hero {
    min-height: auto;
    background-image: url('../images/header-img.jpg');
    background-position: 50% 50%;
    background-size: auto;
  }

  .heading {
    bottom: -0.5vw;
    font-size: 2vw;
    line-height: 2.3vw;
  }

  .section_about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0rem;
    padding-bottom: 0rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about_text {
    max-width: 40rem;
    margin: 4.9rem auto 6.5rem;
    padding-right: 4.9rem;
    padding-left: 4.9rem;
  }

  .prog_wrapper {
    margin-top: 2rem;
  }

  .prog_container._50 {
    margin-top: 2vw;
  }

  .speaker_line {
    width: 35%;
  }

  .speaker_container {
    width: 30vw;
    margin-right: 2vw;
    margin-bottom: 4vw;
    margin-left: 2vw;
  }

  .speaker_container._50 {
    width: 35%;
  }

  .speakers_wrapper {
    margin-top: 2vw;
    margin-bottom: 2vw;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .logo_image {
    height: 13vw;
  }

  .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_container {
    display: block;
  }

  .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.single {
    display: block;
  }

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

  .logo_link {
    margin-right: 4vw;
    margin-left: 4vw;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

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

  .hero_circle {
    bottom: 187%;
    width: 80vw;
    height: 80vw;
  }

  .hero_deco {
    width: 50vw;
    height: 30vw;
  }

  .about_deco {
    width: 45vw;
    height: 90vw;
  }

  .about_circle {
    width: 80vw;
    height: 90vw;
  }

  .about_deco-right {
    right: -3.9rem;
    bottom: 8.9rem;
  }

  .about_deco-left {
    bottom: -6.1rem;
  }

  .about_text-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

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

  .h2-2.speakers {
    width: 15.625rem;
  }

  .speaker_image-2 {
    max-width: 140%;
  }

  .speaker_line-2 {
    width: 35%;
  }
}

@media screen and (max-width: 767px) {
  .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;
  }

  .section_hero {
    height: 80vw;
    padding-bottom: 0vw;
  }

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

  .heading {
    bottom: -2.3vw;
    background-color: #f9f9f9;
    font-size: 3vw;
    line-height: 3vw;
  }

  .prog_wrapper {
    margin-top: 2rem;
  }

  .prog_container.hour {
    margin-bottom: 2vw;
  }

  .prog_hour {
    max-width: 20vw;
  }

  .line-hour {
    margin-right: 2vw;
    margin-left: 2vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .speaker_line {
    width: 47%;
    margin-bottom: 2vw;
  }

  .speaker_container {
    width: 40vw;
  }

  .speaker_container._50 {
    width: 47%;
  }

  .logo_container {
    padding-right: 3vw;
    padding-left: 3vw;
  }

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

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

  .footer_link {
    margin-bottom: 1rem;
  }

  .footer_line {
    margin-bottom: 1rem;
  }

  .footer_text {
    margin-bottom: 1rem;
  }

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

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

  .hero_circle {
    bottom: 198%;
  }

  .about_deco {
    top: -8%;
  }

  .about_circle {
    width: 100vw;
    height: 100vw;
  }

  .about_deco-right {
    top: -4.6rem;
    right: -4.4rem;
    bottom: 0rem;
  }

  .venue {
    padding: 2vw 3vw;
    font-size: 3vw;
    line-height: 3vw;
  }

  .venue.coverage {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .date_wrapper {
    margin-bottom: 3rem;
  }

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

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

  .speaker_container-2 {
    width: 45%;
    min-height: 19rem;
  }

  .speaker_image-2 {
    max-width: 100%;
  }

  .speaker_text-2 {
    max-width: 13rem;
  }

  .speaker_line-2 {
    width: 47%;
    margin-bottom: 2vw;
  }

  .line-hour-2 {
    margin-right: 2vw;
    margin-left: 2vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

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

@media screen and (max-width: 479px) {
  .section_hero {
    min-height: 95vh;
    padding-top: 6.9rem;
    padding-bottom: 7vh;
    background-image: url('../images/header-img-mobile.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .hero_wrapper {
    margin-bottom: 19vw;
    -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;
  }

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

  .h1 {
    margin-right: 0%;
    margin-bottom: 2vw;
    margin-left: 0%;
    font-size: 16vw;
    line-height: 17vw;
  }

  .hero_img {
    width: 70vw;
  }

  .hero_text {
    top: -47%;
    font-size: 4vw;
    line-height: 4vw;
  }

  .heading {
    position: absolute;
    right: auto;
    bottom: -14.3vw;
    background-color: transparent;
    font-size: 7vw;
    line-height: 7vw;
    text-align: center;
  }

  .about_text {
    margin-bottom: 8.3rem;
    padding-right: 1.4rem;
    padding-left: 1.4rem;
  }

  .h2_wrapper {
    text-align: center;
  }

  .prog_wrapper {
    margin-top: 2rem;
    padding-right: 2vw;
    padding-left: 2vw;
  }

  .prog_container.hour {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .prog_hour {
    font-size: 1.125rem;
    line-height: 1.3rem;
  }

  .hour_red {
    font-size: 1.9rem;
  }

  .line-hour {
    width: 2.2rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .speaker_line {
    width: 40%;
  }

  .speaker_container {
    width: 70vw;
  }

  .speaker_container._50 {
    width: 85%;
  }

  .speaker_image {
    border-left: 1px solid transparent;
    border-right-color: transparent;
    box-shadow: 1px 1px 3px 0 #000;
  }

  .speakers_wrapper {
    width: auto;
  }

  .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_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 180%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .logo_container.mobile-cont {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .logo_link {
    margin-right: 0rem;
    margin-left: 0rem;
    text-align: center;
  }

  .footer_link {
    font-size: 11px;
  }

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

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

  .section_footer {
    padding-left: 0rem;
  }

  .hero_circle {
    left: -46px;
    bottom: 118%;
  }

  .hero_deco {
    width: 70vw;
    height: 40vw;
  }

  .about_deco {
    top: -1%;
    right: 0%;
    width: 75vw;
    height: 150vw;
  }

  .about_circle {
    position: relative;
    width: 150vw;
    height: 150vw;
  }

  .about_deco-right {
    top: -4.8rem;
    right: -3.9rem;
  }

  .about_deco-left {
    bottom: -7.8rem;
  }

  .hour-circle03 {
    left: 1%;
    top: auto;
    bottom: -100%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .hour_circle-text {
    top: auto;
    bottom: -104%;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  .hour-circle04 {
    top: auto;
    bottom: -71%;
  }

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

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

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

  .text-block {
    font-size: 0.8rem;
  }

  .speaker_container-2 {
    min-height: auto;
  }

  .speaker_line-2 {
    width: 40%;
  }

  .plus-2 {
    box-shadow: 1px 1px 3px 0 #000;
  }

  .line-hour-2 {
    width: 2.2rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hour_red-2 {
    font-size: 1.9rem;
  }

  .tat-koteret-mankalim {
    border-right-width: 0.3rem;
    border-right-color: #00b3a8;
    border-left-width: 0.3rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
  }

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

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

  .mark-2 {
    background-color: #00b3a8;
  }
}

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