i-top-page {
  display: block;
}

.experience-region {
  overflow: hidden;
}

.top-page-component {
  position: relative;
  background-color: #fff;
}

.top-page-component *::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

.top-page-component *::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

.top-page-component *::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

i-top-page .top-page-component__media {
  display: none;
}

i-top-page .top-page-component__content {
  background-color: #fff;
  width: 100%;
  padding: 0;
}

.aspot-video-fullscreen {
  display: flex !important;
  position: relative;
  width: 100%;
  padding-top: 31.263157%;
  /* margin-bottom: 24px;*/
  align-items: flex-end;
  justify-content: flex-end;
}

.aspot-video-fullscreen iframe,
.aspot-video-fullscreen video {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: 2;
}

.aspot-video-fullscreen picture {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.aspot-video-fullscreen picture>img {
  display: block;
  width: 100%;
  height: auto;
}

.custom-video-link {
  margin-top: -76px;
  margin-right: 32px;
  margin-bottom: 32px;
  z-index: 4;
  background-color: transparent !important;
  display: inline-flex;
  color: #fff !important;
  padding: 14px 16px;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 15px;
  font-family: var(--font-medium, "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial, sans-serif);
  cursor: pointer;
  text-align: center;
  border-radius: 5px !important;
  height: 44px;
  box-sizing: border-box;
  text-transform: unset !important;
  letter-spacing: unset !important;
  outline: 0 !important;
  border: 1px solid #fff;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.custom-video-link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.custom-video-link::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(./arrow-play-desktop.svg);
  display: block;
}

.custom-video-link:hover {
  background-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
}

.custom-video-link:active {
  background-color: rgba(255, 255, 255, 0.5);
}

.custom-video-link:focus-visible {
  box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #6893d2;
}

/*------------------------------------------------*/
.custom-video-link:focus-visible::after {
  opacity: 1;
  outline: 0 !important;
}

.custom-video-link:hover {
  outline: 0 !important;
}

.custom-video-link:active::after {
  opacity: 1;
  outline: 0 !important;
}

@media (max-width: 761px) {
  .aspot-video-fullscreen {
    padding-top: 119.33333%;
    margin-bottom: 16px;
  }

  .custom-video-link::after {
    background-image: url(./arrow-play-mobile.svg);
  }

  .custom-video-link {
    margin: -56px;
    height: 56px;
    margin-right: 0px;
    width: 100%;
    background-color: #b40024 !important;
    color: #fff !important;
    border: 0px !important;
    border-radius: 0px !important;
    justify-content: space-between;
  }

  i-top-page .top-page-component__content {
    min-height: 76px;
  }
}