:root {
  --white: white;
  --firebrick: #d01e25;
  --slate-blue: #1e49e2;
  --black: #0b0c1c;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  direction: rtl;
  color: var(--white);
  text-align: right;
  font-family: Assistant, sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
}

.body {
  background-image: url('../images/bg.jpg');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: cover;
}

.container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand_container {
  display: flex;
}

.navbar {
  background-color: rgba(11, 12, 28, .5);
  padding: 1rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.brand {
  margin-left: 2rem;
}

.nav-link {
  color: var(--white);
  padding: 1rem;
}

.nav-link:hover {
  color: var(--white);
  font-weight: 600;
}

.nav-link:active {
  color: var(--white);
}

.nav-link:focus {
  color: var(--white);
  font-weight: 700;
}

.nav-link:focus-visible {
  color: var(--white);
}

.nav-link[data-wf-focus-visible], .nav-link:visited {
  color: var(--white);
}

.nav-link.w--current {
  color: var(--white);
  font-weight: 700;
}

.nav-link.hide {
  display: none;
}

.section_main {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.main_text {
  max-width: 26.7rem;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6rem;
}

.main_button20 {
  background-color: var(--firebrick);
  padding: .5rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.section_host {
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.wsection_host {
  max-width: 70rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  padding-bottom: 4rem;
  display: flex;
}

.h2 {
  color: var(--slate-blue);
  flex: none;
  margin-top: 4rem;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 2.5rem;
}

.h2.red {
  color: var(--firebrick);
  margin-top: -1.4rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.host_container {
  border: .25rem solid var(--slate-blue);
  flex-direction: row;
  align-items: flex-end;
  margin-right: 2rem;
  padding: 4rem;
  display: flex;
}

.host_image {
  margin-top: -6rem;
  margin-left: 4rem;
}

.host_name {
  margin-bottom: .2rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6rem;
}

.host_title {
  font-size: 1.3rem;
}

.host_line {
  width: 3rem;
  height: .4rem;
  background-color: var(--slate-blue);
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.section_videos {
  max-width: 70rem;
  flex-direction: column;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.videos_heading-wrapper {
  justify-content: center;
  display: flex;
}

.videos_border {
  height: 3.75rem;
  border: .25rem solid var(--firebrick);
  flex: 1;
}

.videos_border.t-r {
  border-bottom-width: 0;
  border-left-width: 0;
  margin-right: 4rem;
}

.videos_border.t-l {
  border-bottom-width: 0;
  border-right-width: 0;
  margin-left: 4rem;
}

.videos_container {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.video {
  width: 49%;
  background-color: var(--black);
  margin-bottom: 1rem;
  padding: 1rem;
  position: relative;
}

.video.hide {
  display: none;
}

.video_image {
  position: relative;
  overflow: hidden;
}

.video_image.soon {
  filter: blur(14px);
}

.video_image.soon_image {
  background-color: var(--black);
}

.video_heading {
  color: var(--white);
  text-align: right;
  margin-top: .7rem;
  margin-bottom: .2rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.63rem;
}

.button {
  background-color: var(--slate-blue);
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  margin-top: 1rem;
  padding: .4rem .5rem;
  font-size: 1.2rem;
  font-weight: 700;
  position: absolute;
  top: 2rem;
  left: 0%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
}

.button.hide {
  display: none;
}

.button.nolink {
  cursor: default;
  background-color: #757575;
  position: static;
}

.button.nolink.hide {
  display: none;
}

.button.soon {
  background-color: var(--firebrick);
}

.videos_border.b {
  border-top-width: 0;
  flex: 0 auto;
  margin-left: 4rem;
  margin-right: 4rem;
}

.video_img.soon {
  filter: blur(20px);
}

.footer_image {
  max-width: 98%;
  object-fit: contain;
}

.footer_link {
  color: #d01e25;
  align-self: center;
  font-size: 13px;
}

.footer_link:hover, .footer_link:focus {
  color: #a50006;
}

.footer_center {
  align-self: center;
  display: flex;
}

.footer_text {
  align-self: center;
  margin-left: .25rem;
  font-size: .8rem;
  line-height: 1rem;
}

.section_footer {
  background-color: var(--black);
  color: #fff;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

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

.social_link {
  margin-left: .2rem;
  margin-right: .2rem;
}

.social_icon {
  height: 2rem;
}

.footer_right {
  display: flex;
}

.footer_left {
  align-self: center;
}

.footer_line {
  align-self: center;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: 13px;
}

.social_icons {
  flex-direction: row-reverse;
  display: flex;
}

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

.video_date {
  background-color: var(--firebrick);
  padding: .3rem .5rem .6rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 2.5rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 1.5rem;
  right: auto;
}

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

.video_bio {
  background-color: var(--black);
  color: #ccc;
  text-align: right;
  line-height: 1.25rem;
  display: none;
}

.video_subheading {
  color: var(--white);
  text-align: right;
  margin-bottom: .5rem;
  font-size: 1.1rem;
  font-weight: 500;
}

.dropdown {
  width: 100%;
}

.icon {
  background-color: var(--firebrick);
}

.dropdown-toggle {
  width: 100%;
  padding: 0 0 2rem;
}

.no_wrap {
  white-space: nowrap;
}

.name_link {
  color: var(--white);
  text-decoration: underline;
}

.name_link:active {
  color: var(--white);
}

.name_link:focus-visible {
  color: var(--white);
}

.name_link[data-wf-focus-visible], .name_link:visited {
  color: var(--white);
}

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

.close_text_wrapepr {
  width: 30rem;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.5rem 1.5rem;
  font-size: 1.2rem;
  display: flex;
}

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

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

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

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

.closed_footer {
  color: var(--black);
  text-align: center;
  margin-top: 1.5rem;
}

.capsulive {
  font-weight: 800;
}

.video_subheading-2 {
  color: #fff;
  text-align: right;
  margin-bottom: .5rem;
  font-size: 1.1rem;
  font-weight: 500;
}

.video_bio-2 {
  color: #ccc;
  text-align: right;
  background-color: #0b0c1c;
  line-height: 1.25rem;
  display: none;
}

.video_date-2 {
  background-color: #d01e25;
  padding: .3rem .5rem .6rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 2.5rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 1.5rem;
  right: auto;
}

.video-2 {
  width: 49%;
  background-color: #0b0c1c;
  margin-bottom: 1rem;
  padding: 1rem;
  position: relative;
}

.name_link-2 {
  color: #fff;
  text-decoration: underline;
}

.name_link-2:active {
  color: #fff;
}

.name_link-2:focus-visible {
  color: #fff;
}

.name_link-2[data-wf-focus-visible], .name_link-2:visited {
  color: #fff;
}

.button-2 {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-color: #1e49e2;
  margin-top: 1rem;
  padding: .4rem .5rem;
  font-size: 1.2rem;
  font-weight: 700;
  position: absolute;
  top: 2rem;
  left: 0%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
}

.video_heading-2 {
  color: #fff;
  text-align: right;
  margin-top: .7rem;
  margin-bottom: .2rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.63rem;
}

.main_button {
  background-color: #d01e25;
  align-items: center;
  padding: .5rem 1.5rem .5rem 1rem;
  display: flex;
}

.main_button-whatch {
  background-color: #d01e25;
  padding: 0 0 0 .5rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.image {
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .brand {
    margin-left: 2vw;
  }

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

  .wsection_host {
    flex-direction: column;
    align-items: center;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .h2 {
    margin-top: 0;
    margin-bottom: 4rem;
  }

  .host_container {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .host_text {
    margin-top: 2rem;
  }

  .section_videos {
    margin-left: 2vw;
    margin-right: 2vw;
  }

  .videos_border.t-r {
    margin-right: 8vw;
  }

  .videos_border.t-l {
    margin-left: 8vw;
  }

  .videos_border.b {
    margin-left: 8vw;
    margin-right: 8vw;
  }

  .footer_center {
    align-self: auto;
    margin-bottom: .5rem;
    margin-right: 4.7rem;
  }

  .section_footer {
    flex-flow: column wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1rem 0 1rem 1rem;
  }

  .footer_logo-link {
    padding: .5rem 1rem .5rem 2rem;
  }

  .footer_left {
    align-self: auto;
    margin-right: 4.7rem;
  }

  .brand_image {
    height: 5vw;
  }

  .brand-2 {
    margin-left: 2vw;
  }

  .nav-menu, .menu_button:focus {
    background-color: var(--black);
  }

  .dropdown-toggle {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .videos_border {
    height: 3rem;
  }

  .video {
    width: 100%;
  }

  .section_footer {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 2rem;
  }

  .social_icon {
    height: 5vw;
  }

  .close_text_wrapepr {
    width: 26rem;
  }

  .video-2 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .main_text {
    margin-top: 10vh;
    margin-bottom: 4vh;
  }

  .footer_link {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .footer_center {
    top: 2.9rem;
  }

  .footer_text {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .section_footer {
    padding-left: 0;
  }

  .social_link {
    margin-left: .2rem;
    margin-right: .2rem;
  }

  .social_icon {
    height: 7vw;
  }

  .footer_left {
    top: 2.9rem;
  }

  .footer_line {
    padding-left: .2rem;
    padding-right: .2rem;
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .social_icons {
    display: flex;
  }

  .video_date {
    padding: 1vw 2vw 2vw;
    font-size: 9vw;
    line-height: 9vw;
  }

  .close_text_wrapepr {
    width: 20rem;
  }

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

  .video_date-2 {
    padding: 1vw 2vw 2vw;
    font-size: 9vw;
    line-height: 9vw;
  }
}


