body {
  background-color: #000;
  font-family: komet, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

h1 {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 5.6vw;
  line-height: 1;
  font-weight: 100;
  letter-spacing: 1.7vw;
  text-transform: uppercase;
}

h2 {
  margin-top: 4px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
}

.container_width--1650 {
  width: 100%;
  max-width: 1650px;
  margin-right: auto;
  margin-left: auto;
}

.container_width--1650.container_2column {
  position: relative;
  z-index: 3;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section_hero {
  padding-top: 48px;
  padding-bottom: 48px;
}

.section_hero.hero_trustus {
  z-index: 1;
  height: 100%;
  padding-right: 80px;
  padding-left: 80px;
  -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;
  background-color: #000;
  font-family: komet, sans-serif;
  color: #9ca3af;
  font-weight: 300;
}

.image_keyart-trustus {
  width: 100%;
  height: 100%;
  max-width: 65%;
  min-width: 160px;
}

.image_keyart-trustus.image_keyart_popup {
  max-width: 10%;
  min-width: 120px;
}

form.form p.error.no-label {
  margin: -0.2em 0.5em 0.6em !important;
  color: #dc2626 !important;
}
form.form p.email.error.no-label{
  margin-left: 0!important;
}

.streamplatform_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 35%;
  -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;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  list-style-type: none;
}

.streamplatform_list.streamplatform_list_popup {
  max-width: 90%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.btn_ghost {
  padding: 12px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #6b7280;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, border-color 200ms ease;
  transition: background-color 200ms ease, border-color 200ms ease;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
}

.btn_ghost:hover {
  border-color: #dc2626;
  background-color: #b91c1c;
}

.streamplatform_listitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -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;
  grid-row-gap: 16px;
}

.streamplatform_wrapper {
  display: none;
  padding: 24px 0px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 0.75fr;
  grid-template-columns: 0.5fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.streamplatform_wrapper.streamplatform_wrapper_popup {
  max-width: 800px;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.herotitle_abovetext {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
}

.herotitle_h1 {
  margin-top: 0px;
  color: #fff;
  font-size: 410%;
  letter-spacing: 16px;
  text-shadow: 2px 0 6px #2563eb, 6px 0 24.5px #2563eb, 0 0 24.5px #2563eb;
}

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

.part1.position--fixed {
  position: relative;
}

.videoplayer_featuredimage {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 100%;
}

.videoplayer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 25vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.videoplayer_btn_play {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95px;
  height: 63px;
  -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-style: solid;
  border-width: 1px;
  border-color: #6b7280;
  border-radius: 100px;
  -webkit-transition: color 200ms ease, border-color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, border-color 200ms ease, background-color 200ms ease;
  color: #b91c1c;
}

.videoplayer_btn_play:hover {
  border-color: #dc2626;
  background-color: #b91c1c;
  color: #fff;
}

.btn_play_icon {
  width: 15px;
  height: 15px;
  margin: auto;
}

.videoplayer_btn_label {
  position: relative;
  z-index: 99;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
}

.part2 {
  position: relative;
}

.col2_content_wrapper {
  padding: 40px 3vw;
  border-bottom: 1px solid #6b7280;
}

.col2_content_wrapper.lastchild_border--none {
  border-bottom-style: none;
}

.headline_abovetext {
  color: #dc2626;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.textcolor--white {
  color: #fff;
}

.credits_creditedname {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}

.credits_creditedrole {
  margin-bottom: 8px;
  font-size: 9px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.credit {
  margin-top: 24px;
  margin-bottom: 24px;
}

.hero_cta {
  position: fixed;
  top: 18px;
  width: 45%;
  margin-top: 14vw;
}

.abovetext--large {
  font-size: 20px;
  font-weight: 300;
}

.section_mainnav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 4;
  padding: 32px 80px;
}

.background-video {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 100vh;
}

.hero_gradientoverlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(15%, rgba(0, 0, 0, 0.3)), color-stop(37%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.9))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.3) 15%, rgba(0, 0, 0, 0.4) 37%, rgba(0, 0, 0, 0.9)), linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.section_footer {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  padding: 16px 80px;
  background-color: #000;
  color: #9ca3af;
}

.text-block {
  font-size: 10px;
  line-height: 1.2;
}

.bar_scrollprogress {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  width: 8px;
  height: 0%;
  background-color: #dc2626;
}

.text-span {
  display: inline-block;
}

.text-span-2 {
  display: inline-block;
}

.popup_video {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: none;
  width: 100%;
  height: 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;
  background-color: rgba(0, 0, 0, 0.9);
}

.video {
  top: 0px;
  bottom: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: #9ca3af;
}

.popup_video_container {
  width: 100%;
  max-width: 70vw;
}

.popup_btn_back {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -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(75, 85, 99, 0.4);
  color: #fff;
  text-decoration: none;
}

.popup_btn_back:hover {
  background-color: #4b5563;
}

.sidenav_position--sticky {
  position: absolute;
  left: 0;
  top: 50px;
  right: auto;
  bottom: auto;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  margin-top: 0;
  margin-left: -48px;
  margin-right: 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;
}

.socialshare_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  margin-top: 16px;
  padding-top: 16px;
  -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;
  grid-row-gap: 16px;
  border-top: 1px solid #6b7280;
  color: #fff;
}

.socialshare_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -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-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #9ca3af;
}

.socialshare_item:hover {
  color: #fff;
}

.socialshare_textblock {
  display: inline-block;
  width: 40px;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.socialshare_wrapper.socialshare_footer {
  display: none;
}

.comingsoon_wrapper {
  padding-top: 8px;
  padding-bottom: 10px;
  text-align: left;
  position: relative;
}

.comingsoon_wrapper .col2_content_wrapper{
  border-bottom: none;
  padding: 30px 20px;
}

.comingsoon_textblock {
  font-size: 40px;
  line-height: 1.1;
  text-transform: uppercase;
}

.comingsoon_textblock.textcolor--white {
  font-size: 32px;
  letter-spacing: 3px;
}

.comingsoon_emailcapture_wrapper {
  margin-top: 72px;
  max-width: 510px;
  /* background-color: rgba(0, 0, 0, 0.85); */
}

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

.submit-button {
  margin-bottom: 10px !important;
  padding-top: 16px!important;
  padding-bottom: 16px!important;
  border-radius: 3px;
  background-color: #dc2626;
  font-weight: 400;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #e11;
}
.form_fieldandbutton_wrapper p.email{
  margin: 0 0 15px!important;
  width: 100%;
}
form.form{
  margin:0 !important;
  padding: 0 !important;
}
.form_fieldandbutton_wrapper p.email input, .text-field {
  padding: 16px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  width: 100%!important;
  border: 0;
  outline: none;
}
.form_fieldandbutton_wrapper p.email input::-moz-placeholder {
  font-size: 14px;
  line-height: 1.42857143;
  color: #999
}

.form_fieldandbutton_wrapper p.email input::-moz-placeholder {
  font-size: 14px;
  line-height: 1.42857143;
  color: #999;
  opacity: 1
}

.form_fieldandbutton_wrapper p.email input::-ms-input-placeholder {
  font-size: 14px;
  line-height: 1.42857143;
  color: #999
}

.form_fieldandbutton_wrapper p.email input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 1.42857143;
  color: #999
}


.field-label {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  text-align: left;
  font-family: komet, sans-serif;
  color: #9ca3af;
}

.emailcapture {
  margin-bottom: 0px;
  padding:0;
}

@media screen and (min-width: 1280px) {
  .container_width--1650.container_2column {
    grid-column-gap: 60px;
  }

  .mainlogo_plf {
    width: 100%;
    max-width: 240px;
    min-width: 150px;
  }

  .image_keyart-trustus {
    width: 70%;
    max-width: 40%;
    min-width: 160px;
  }

  .image_keyart-trustus.image_keyart_popup {
    max-width: 20%;
  }

  .streamplatform_list {
    max-width: 60%;
    grid-row-gap: 30px;
  }

  .streamplatform_list.streamplatform_list_popup {
    max-width: 80%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .streamplatform_listitem {
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .streamplatform_wrapper {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-column-gap: 40px;
  }

  .herotitle_h1 {
    font-size: 5vw;
    letter-spacing: 29px;
  }

  .videoplayer_featuredimage {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  .videoplayer {
    height: 20vw;
  }

  .hero_cta {
    margin-top: 11vw;
  }

  .section_footer {
    background-color: transparent;
  }

  .popup_video_container {
    max-width: 56vw;
  }

  .comingsoon_textblock.textcolor--white {
    font-size: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .container_width--1650.container_2column {
    grid-column-gap: 80px;
  }

  .image_keyart-trustus {
    max-width: 40%;
  }

  .streamplatform_list {
    max-width: 60%;
  }

  .streamplatform_listitem {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .streamplatform_wrapper {
    grid-column-gap: 60px;
  }

  .herotitle_h1 {
    letter-spacing: 27px;
  }

  .videoplayer {
    height: 25vw;
  }

  .hero_cta {
    margin-top: 10vw;
  }

  .section_footer {
    background-color: transparent;
  }

  .popup_video {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .popup_video_container {
    max-width: 56vw;
  }
}

@media screen and (min-width: 1920px) {
  .container_width--1650 {
    position: relative;
  }

  .container_width--1650.container_2column {
    z-index: 3;
  }

  .image_keyart-trustus {
    max-width: 32%;
  }

  .streamplatform_list {
    max-width: 60%;
  }

  .streamplatform_list.streamplatform_list_popup {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .herotitle_h1 {
    font-size: 720%;
    letter-spacing: 40px;
  }

  .videoplayer {
    height: 25vw;
    max-height: 560px;
    min-height: 400px;
  }

  .hero_cta {
    width: 50vw;
    max-width: 800px;
    margin-top: 140px;
  }

  .hero_gradientoverlay {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    height: 100vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, rgba(0, 0, 0, 0.36)), to(rgba(0, 0, 0, 0.9)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.36) 50%, rgba(0, 0, 0, 0.9));
  }

  .section_footer {
    background-color: transparent;
  }

  .popup_video_container {
    max-width: 60vw;
  }

  .popup_btn_back {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    -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;
    color: #fff;
    text-decoration: none;
  }

  .trustus_poster {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 1023px) {
  .comingsoon_emailcapture_wrapper {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 991px) {
  .container_width--1650.container_2column {
    display: block;
  }
  .comingsoon_wrapper .col2_content_wrapper{
    border-bottom: 1px solid #6b7280;
  }

  .section_hero.hero_trustus {
    height: auto;
  }

  .image_keyart-trustus {
    max-width: 40%;
    min-width: 160px;
  }

  .image_keyart-trustus.image_keyart_popup {
    min-width: 240px;
  }

  .streamplatform_list {
    max-width: 50%;
  }

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

  .streamplatform_listitem {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .streamplatform_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .herotitle_h1 {
    font-size: 7vw;
    text-align: left;
    letter-spacing: 6vw;
  }

  .part1 {
    height: auto;
  }

  .videoplayer {
    height: 40vw;
  }

  .hero_cta {
    position: relative;
    width: 100%;
  }

  .section_mainnav {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .section_footer {
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
  }

  .text-span-2 {
    display: inline-block;
  }

  .sidenav_position--sticky {
    display: none;
    margin-top: -160px;
    margin-right: -64px;
  }

  .socialshare_links.socialshare_footer {
    width: auto;
    margin-top: 0px;
    margin-left: 16px;
    padding-top: 0px;
    padding-left: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-column-gap: 20px;
    border-left: 1px solid #6b7280;
    border-top-style: none;
  }

  .socialshare_textblock.socialshare_footer {
    width: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .socialshare_wrapper.socialshare_footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .comingsoon_textblock.textcolor--white {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .section_hero.hero_trustus {
    padding-right: 40px;
    padding-left: 40px;
  }

  .image_keyart-trustus {
    display: none;
    max-width: 360px;
  }

  .image_keyart-trustus.image_keyart_popup {
    display: none;
    max-width: 10%;
    min-width: 260px;
  }

  .streamplatform_list {
    max-width: 100%;
    grid-row-gap: 0px;
  }

  .streamplatform_list.streamplatform_list_popup {
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 10px;
  }

  .streamplatform_listitem {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-row-gap: 16px;
  }

  .streamplatform_listitem.streamplatform_listitem_popup {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .streamplatform_wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .herotitle_h1 {
    font-size: 10vw;
    text-align: left;
    letter-spacing: 5vw;
  }

  .videoplayer {
    height: 44vw;
  }

  .section_mainnav {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section_footer {
    padding-right: 40px;
    padding-left: 40px;
    text-align: center;
  }

  .sidenav_position--sticky {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .section_hero.hero_trustus {
    padding-right: 20px;
    padding-left: 20px;
  }

  .topbar {
    text-align: center;
  }

  .image_keyart-trustus {
    max-width: 100%;
  }

  .image_keyart-trustus.image_keyart_popup {
    display: none;
  }

  .streamplatform_list {
    max-width: 100%;
    grid-row-gap: 16px;
  }

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

  .streamplatform_listitem {
    margin-bottom: 0px;
    grid-row-gap: 16px;
  }

  .streamplatform_logo {
    max-width: 40%;
  }

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

  .herotitle_abovetext {
    font-size: 10px;
  }

  .herotitle_h1 {
    font-size: 11vw;
  }

  .videoplayer {
    height: 48vw;
  }

  .videoplayer_btn_play {
    width: 80px;
    height: 50px;
  }

  .abovetext--large {
    font-size: 16px;
  }

  .section_mainnav {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .section_footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .video {
    background-color: #9ca3af;
  }

  .comingsoon_textblock.textcolor--white {
    font-size: 18px;
  }
}

#w-node-_1dc2b169-5991-fee7-c639-14538bab0b76-cf43ef44 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d5b9ffce-40a5-e0bb-c95a-4ecdfa947689-cf43ef44 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

