:root {
  --white: white;
  --black: black;
}

.video-sub-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.video-player-style {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.video-subtitle {
  color: #efefef;
  max-width: 54ch;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.video-dropdown {
  position: relative;
}

.track {
  background-color: #fafafa29;
  width: 100%;
  height: 5px;
}

.track.video-element {
  border-radius: 40px;
  height: 10px;
  margin-top: 12px;
  position: relative;
}

.video-volume-embed {
  display: flex;
  transform: rotate(0);
}

.dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.padding-section-small {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.video-title-wrapper {
  z-index: 2;
  grid-row-gap: 5px;
  background-image: url('../images/Background.png');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: contain;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  flex-direction: column;
  padding: 1.5625rem 2.1875rem 1.875rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.video-dropdown-toggle {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.videos-sub-dropdown-toggle {
  color: #fff;
  border-bottom: .0625rem solid #ffffff12;
  justify-content: center;
  align-items: center;
  padding: .875rem;
  display: flex;
}

.vimeo-video-element {
  z-index: 0;
  object-fit: cover;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.video-sub-dropdown-list-wrapper {
  inset: auto 0% 0% auto;
}

.video-sub-dropdown-list-wrapper.w--open {
  color: #fff;
  background-color: #202020;
  border-radius: .75rem;
  flex-direction: column;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  inset: auto 0% 2.6rem auto;
  overflow: hidden;
}

.video-volume-wrapper {
  z-index: 2;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 12% 8% auto auto;
}

.video-volume-wrapper._1 {
  z-index: 14;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  position: static;
  top: 7%;
  right: 3%;
}

.video-controls {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  align-items: center;
  display: flex;
}

.video-track-wrapper {
  grid-column-gap: 4px;
  display: flex;
}

.video-controls-wrapper {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-image: linear-gradient(#fff0, #08090d 95%);
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 1rem 3rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.video-controls-wrapper.player_1 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-direction: column;
  align-items: stretch;
}

.html-icon {
  justify-content: center;
  align-items: center;
  width: 1.3rem;
  height: 1.3rem;
  display: flex;
}

.html-icon.small {
  width: 1.2rem;
  height: 1.2rem;
}

.section_player-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.video-sub-dropdown-list {
  position: static;
}

.video-sub-dropdown-list.w--open {
  color: #fff;
  background-color: #ffffff14;
}

.video-sub-dropdown-item {
  color: #fff;
  text-align: center;
  padding: 8px 5px;
  transition: background-color .2s;
}

.video-sub-dropdown-item:hover {
  background-color: #292929;
}

.fullscreen {
  display: flex;
}

.vimeo-player-styling {
  object-fit: cover;
  width: 110%;
  height: 110%;
  margin: auto;
  position: absolute;
  inset: 0% auto;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.video-element {
  color: #fff9f9;
}

.trackinner {
  z-index: 1;
  background-color: #fff;
  border-radius: 40px;
  width: 0%;
  height: 100%;
  position: relative;
}

.flowplay-video-wrapper {
  background-color: #0f0f0f;
  border-radius: 1.5rem;
  width: 100%;
  min-width: 1080px;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.video-loading-track {
  background-color: #9094a0;
  border-radius: 40px;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.control-button {
  z-index: 19;
  color: #fff;
  border-radius: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
}

.control-button.hide-desktop {
  display: block;
}

.control-button.is-padding {
  padding: .6rem;
  display: block;
}

.icon-embed-xxsmall-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.lower-video-controls {
  justify-content: space-between;
  display: flex;
}

.html-embed-2 {
  display: flex;
}

.volume-control-2 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  display: none;
}

.video-play-overlay {
  z-index: 1;
  color: #fff;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-play-overlay.is-gradient {
  background-image: linear-gradient(#08080866, #02020200 12%, #1110 91%, #080808);
  overflow: hidden;
}

.video-title {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
}

.video-duration {
  color: #ffffffb3;
  width: 9ch;
}

.video-player-wrapper {
  width: 100%;
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.play-button {
  z-index: 99999;
  color: #0f0a1b;
  background-color: #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 9px;
  display: flex;
  position: relative;
}

.f-poster-image {
  z-index: 1;
  position: inherit;
  object-fit: cover;
  width: 100%;
  height: 600px;
}

.caption-wrapper {
  display: flex;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .video-subtitle {
    font-size: 1rem;
  }

  .video-title-wrapper {
    padding-top: 1.45rem;
    padding-left: 1.575rem;
    padding-right: 1.575rem;
    overflow: hidden;
  }

  .video-controls-wrapper.player_1 {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    padding-bottom: .8rem;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
  }

  .flowplay-video-wrapper {
    border-radius: 1.25rem;
    min-width: 90vw;
    min-height: auto;
  }

  .control-button.hide-desktop {
    display: flex;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .video-title {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .video-subtitle {
    font-size: .9rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .video-controls.player_1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    justify-items: center;
    display: flex;
  }

  .video-controls.hide-mobile-landscape {
    display: none;
  }

  .video-controls-wrapper.player_1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: linear-gradient(#fff0, #08090d8f);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: center stretch;
    inset: 0%;
  }

  .html-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .fullscreen {
    display: none;
  }

  .control-button {
    width: 2rem;
    height: 2rem;
  }

  .control-button.hide-mobile-landscape {
    display: flex;
  }

  .control-button.is-padding {
    width: 2.4rem;
    height: 2.4rem;
    display: flex;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .lower-video-controls {
    margin: auto;
  }

  .div-block {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto 0% .8rem;
  }

  .video-title {
    font-size: 1.1rem;
  }

  .play-button {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .video-subtitle {
    font-size: .7rem;
  }

  .video-title-wrapper {
    z-index: 7;
    grid-row-gap: 0px;
    padding: 1rem 1.3rem 1.5rem;
  }

  .control-button {
    height: 2.5rem;
    padding: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .video-title {
    font-size: .9rem;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_12af78fb-bbc1-974f-7dcb-b6de1aec1099-ec002072 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_12af78fb-bbc1-974f-7dcb-b6de1aec109b-ec002072 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_12af78fb-bbc1-974f-7dcb-b6de1aec109f-ec002072 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_12af78fb-bbc1-974f-7dcb-b6de1aec10a1-ec002072 {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-ea48c6d7-c219-12e6-1df5-66b2b81e5c3c-ec002072 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-ea48c6d7-c219-12e6-1df5-66b2b81e5c3e-ec002072 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ea48c6d7-c219-12e6-1df5-66b2b81e5c40-ec002072 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-ea48c6d7-c219-12e6-1df5-66b2b81e5c42-ec002072 {
    grid-area: 1 / 4 / 2 / 5;
  }
}


/*IFRAME*/
  .video-embed-frame {
  width: min(100%, 1200px);
  aspect-ratio: 16 / 9;
  margin-inline: auto;
  border-radius: 30px;
  overflow: hidden;
  background: #000;
}

.video-embed-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}