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

p {
  margin-bottom: 0.5rem;
}

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

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

.nav-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.hide {
  display: none;
}

.section_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  -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: rgba(0, 71, 139, 0.04);
}

.about_container {
  position: relative;
  z-index: 1;
  width: 47rem;
  margin-right: auto;
  margin-left: auto;
  padding: 5rem 4rem 5rem 3rem;
  border-style: solid;
  border-width: 0.2rem;
  border-color: #e98d58;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.about_spacer {
  width: 40%;
  height: 0.5rem;
  margin-top: 1rem;
  margin-right: -25%;
  margin-bottom: 1rem;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(48%, #e98d58), color-stop(74%, #94746b), to(#526079));
  background-image: linear-gradient(180deg, #e98d58 48%, #94746b 74%, #526079);
}

.note {
  margin-bottom: 0rem;
  color: #d01e25;
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-weight: 700;
}

.note_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_spacer-note {
  width: 3rem;
  height: 0.5rem;
  margin-left: 1rem;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #e98d58), color-stop(74%, #8d726c), to(#526079));
  background-image: linear-gradient(180deg, #e98d58 55%, #8d726c 74%, #526079);
}

.about_circle {
  position: absolute;
  left: -10%;
  top: auto;
  right: auto;
  bottom: -2%;
  z-index: -1;
  width: 14rem;
  height: 7rem;
  border-top-left-radius: 10rem;
  border-top-right-radius: 10rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#526079), color-stop(31%, #ad7b65), color-stop(66%, #e98d58));
  background-image: linear-gradient(180deg, #526079, #ad7b65 31%, #e98d58 66%);
}

.section_prog {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 77.5rem;
  margin-top: -1rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#022959), color-stop(72%, #00478b), to(#6a93bb));
  background-image: linear-gradient(180deg, #022959, #00478b 72%, #6a93bb);
}

.section_prog.closed {
  display: none;
}

.h2 {
  margin-top: 0rem;
  margin-bottom: 3rem;
  font-family: Shual, sans-serif;
  color: #e98d58;
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 300;
  text-align: center;
}

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

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

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

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

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

.prog_container {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 65rem;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.prog_container.nospeakers {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.prog_hour {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  padding: 2rem 1rem;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: 4px 4px 0 0 #e98d58, -4px -4px 0 0 #00478b;
  font-size: 0.95rem;
  line-height: 1.1rem;
}

.prog_hour.last {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.prog_hour.last.nospeakers {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.hour_num {
  overflow: hidden;
  width: 6rem;
  height: 6rem;
  margin-right: auto;
  margin-bottom: 0.5rem;
  margin-left: auto;
  padding-top: 2.1rem;
  padding-bottom: 2.1rem;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(54%, #e98d58), color-stop(81%, #93736b), to(#526079));
  background-image: linear-gradient(180deg, #e98d58 54%, #93736b 81%, #526079);
  color: #fff;
  font-size: 2.5rem;
  line-height: 2rem;
  text-align: center;
  letter-spacing: -0.05rem;
}

.hour_heading {
  display: block;
  margin: 0.5rem auto 1rem;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}

.hour_heading.hide {
  display: none;
}

.prog_speaker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1.25rem;
}

.prog_speaker.hide {
  display: none;
}

.speaker_image {
  position: relative;
  overflow: hidden;
  width: 4rem;
  height: 4rem;
  margin-left: 0.5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50rem;
}

.speaker_text {
  font-weight: 300;
}

.speaker_name {
  font-weight: 500;
}

.spaker_line {
  display: block;
  width: 100%;
  height: 0.0625rem;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  background-color: #e98d58;
}

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

.speaker_orange {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #e98d58;
  opacity: 1;
  mix-blend-mode: overlay;
}

.prog_circle {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 84%;
  height: 50%;
  margin-right: auto;
  margin-left: auto;
  border-top-left-radius: 40rem;
  border-top-right-radius: 40rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#526079), color-stop(31%, #ad7b65), color-stop(66%, #e98d58));
  background-image: linear-gradient(180deg, #526079, #ad7b65 31%, #e98d58 66%);
  opacity: 0.2;
}

.prog_circle._02 {
  width: 92%;
  height: 57%;
}

.prog_circle._03 {
  width: 100%;
  height: 64%;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo_link {
  margin-left: 1rem;
}

.main_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main_container {
  position: relative;
  z-index: 1;
  margin-top: 5%;
  margin-left: -13%;
  padding: 1.5rem 1.5rem 1.5rem 3rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 0.2rem;
  border-color: #00478b;
}

.heading {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  color: #e98d58;
  font-size: 5rem;
  line-height: 4.1rem;
  font-weight: 700;
  text-shadow: -3px 0 0 #fff;
}

.main_text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -4rem;
  padding: 1rem 4rem 1rem 1rem;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#022959), color-stop(81%, #00478b), to(#6a93bb));
  background-image: linear-gradient(180deg, #022959, #00478b 81%, #6a93bb);
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 300;
}

.add2calendar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 78.386745%;
  max-width: 78.386745%;
  margin-top: 1rem;
  -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, 0%, 100%, 0.8);
  font-size: 0.9rem;
  line-height: 1.3rem;
  cursor: pointer;
}

.add2calendar.hide {
  display: none;
}

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

.main_line {
  position: absolute;
  right: -1.5rem;
  bottom: 5rem;
  width: 0.5rem;
  height: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e98d58), color-stop(66%, #526079), color-stop(104%, #00478b));
  background-image: linear-gradient(180deg, #e98d58, #526079 66%, #00478b 104%);
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.medium {
  font-size: 110%;
  font-weight: 500;
}

.addthis {
  margin-top: 1rem;
}

.main_image {
  mix-blend-mode: darken;
}

.nowrap {
  white-space: nowrap;
}

.about_wrapper {
  overflow: hidden;
  margin-top: -3rem;
}

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

.link:hover {
  color: #fff;
}

.link:active {
  color: #fff;
}

.link:focus {
  color: #fff;
}

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

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

.link:visited {
  color: #fff;
}

.main_icon {
  position: absolute;
  left: 8rem;
  top: 2.1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  margin-top: 1rem;
  padding: 0.4rem 1rem;
  background-color: #d01e25;
  box-shadow: -2px -2px 0 0 #00478b, 2px 2px 0 0 #e98d58;
  font-size: 1.1rem;
}

.button.hide {
  display: none;
}

.text-span {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-align: left;
}

.text-span.eng {
  direction: ltr;
}

.en {
  direction: ltr;
}

.text-span-2 {
  direction: ltr;
}

.text-span-3 {
  direction: ltr;
}

.paragraph {
  direction: ltr;
}

.text-span-4 {
  display: inline-block;
  direction: ltr;
}

.host {
  font-size: 0.9rem;
  font-weight: 500;
}

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

  .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.last {
    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_main {
    padding-top: 3rem;
    padding-bottom: 8rem;
  }

  .about_container {
    width: auto;
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .section_prog {
    overflow: hidden;
  }

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

  .brand {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .main_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .main_container {
    margin-top: -39%;
    margin-left: 0px;
    padding-top: 6rem;
  }

  .heading {
    font-size: 10vw;
    line-height: 8.5vw;
  }

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

  .add2calendar {
    margin-top: 0.5rem;
  }

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

  .main_icon {
    left: 1rem;
  }
}

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

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

  .about_container {
    width: auto;
    margin-right: 1rem;
    margin-left: 1rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .section_prog {
    overflow: hidden;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .footer_text {
    margin-bottom: 1rem;
  }

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

  .prog_container {
    -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_hour {
    width: 101%;
    margin: 0.8rem 0rem;
  }

  .prog_hour.last {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .prog_circle {
    left: -15%;
    right: -15%;
    width: 130%;
  }

  .prog_circle._02 {
    left: -20%;
    right: -20%;
    width: 140%;
  }

  .prog_circle._03 {
    left: -25%;
    right: -25%;
    width: 150%;
  }

  .brand {
    width: 50vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .logo_link {
    margin-left: 2vw;
  }

  .main_container {
    margin-right: 8vw;
    margin-left: 8vw;
    padding: 12vw 3vw 3vw 6vw;
  }

  .heading {
    font-size: 11vw;
    line-height: 9vw;
  }

  .main_text {
    margin-right: -8vw;
    padding: 4vw 8vw;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .main_line {
    right: -3.5vw;
  }

  .main_icon {
    left: 2vw;
    top: 9.5vw;
  }
}

@media screen and (max-width: 479px) {
  .section_main {
    min-height: 90vh;
    padding-bottom: 5rem;
  }

  .about_container {
    padding-right: 1rem;
    padding-bottom: 6rem;
    padding-left: 1rem;
  }

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

  .footer_text {
    font-size: 11px;
  }

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

  .footer_link {
    font-size: 11px;
  }

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

  .section_footer {
    padding-left: 0rem;
  }

  .brand {
    width: 50vw;
  }

  .main_container {
    width: 90vw;
    margin-top: -37%;
    margin-right: 6vw;
    margin-left: 6vw;
    padding-left: 3vw;
  }

  .heading {
    font-size: 13.5vw;
    line-height: 12vw;
  }

  .add2calendar {
    margin-top: 2rem;
  }

  .main_image {
    width: 140vw;
    max-width: none;
  }

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

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

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