@charset "UTF-8";

.am > div { width: 100% }

.am table,
.am table tbody {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: auto;
  width: 100%;
}
.am table tr { display: block; position: relative }
.am table tr td {
  display: block;
  border-width: 0 !important;
  background: none !important;
}
.am table tr td a {
  display: flex;
  height: 100px;
  border-radius: 5px !important;
  background-color: var(--secondary-background) !important;
  overflow: hidden;
  width: 100% !important;
  position: relative;
  padding: 10px 20px 10px 120px;
  flex-direction: column;
  justify-content: center;
}
.am table tr td a div {
  padding: 0 !important;
  margin: 0 !important;
  text-align: left !important;
  transition: color .25s;
  color: #fff !important;
}
.am table tr td a div:nth-child(1) {
  position: absolute !important;
  top: 0;
  left: 0;
}
.am table tr td a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  border-radius: 5px;
  border: 2px solid var(--brand);
  transition: opacity .25s;
}
.am table tr:hover td a div { color: var(--brand) !important }
.am table tr:hover td a::after { opacity: 1 }

@media screen and (max-width: 1023.98px) {
  .am table,
  .am table tbody {
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
  .am table tr:nth-child(n+3) { display: none }
}
@media screen and (max-width: 599.98px) {
  .am table,
  .am table tbody { grid-template-columns: 1fr }
  .am table tr:nth-child(n+2) { display: none }
}
@media screen and (min-width: 1440px) {
  .am table,
  .am table tbody { grid-gap: 30px }
}

.video-grid {
  grid-template-areas:
    "caption caption caption caption"
    "player player player ads"
    "rating channel channel ads"
    "desc desc desc desc"
    "banners banners banners banners"
    "models tags tags tags" !important;
}
.content-banners { grid-area: banners !important }
.content-banners #eb7c024679 { display: none !important }

@media screen and (max-width: 1279.98px) {
  .video-grid {
    grid-template-areas:
      "caption caption caption"
      "player player ads"
      "rating channel ads"
      "desc desc desc"
      "banners banners banners"
      "models tags tags" !important;
  }
}
@media screen and (max-width: 1023.98px) {
  .video-grid {
    grid-template-areas:
      "caption caption"
      "player player"
      "rating channel"
      "desc desc"
      "banners banners"
      "models models"
      "ads ads"
      "tags tags" !important;
  }
}
@media screen and (max-width: 599.98px) {
  .video-grid {
    grid-template-areas:
      "caption"
      "player"
      "rating"
      "channel"
      "desc"
      "banners"
      "models"
      "ads"
      "tags" !important;
  }
}

#eee2cf65ef {
  width: 100% !important;
  max-width: calc(100% - 42px) !important;
  justify-self: start !important;
}
#eee2cf65ef *,
#eee2cf65ef *::before,
#eee2cf65ef *::after { box-sizing: border-box !important }

#eee2cf65ef table {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  width: 100% !important;
  gap: 16px !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  table-layout: auto !important;
}
#eee2cf65ef tbody {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  flex: 1 1 auto !important;
  width: 100% !important;
  gap: 16px !important;
  min-width: 0 !important;
}
#eee2cf65ef tr {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  flex: 1 1 auto !important;
  width: 100% !important;
  gap: 16px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

#eee2cf65ef td {
  display: flex !important;
  flex: 1 1 0 !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: visible !important;
  position: relative !important;
  align-items: center !important;
  height: 100px !important;
  min-height: 100px !important;
  max-height: 100px !important;
  border-width: 0 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  transition: all .15s !important;
}

#eee2cf65ef tr + tr > td,
#eee2cf65ef td + td {
  border-left: 1px solid #ec0040 !important;
  padding-left: 12px !important;
}

#eee2cf65ef td a {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;
  min-height: 100px !important;
  padding: 8px 12px 8px 112px !important;
  position: relative !important;
  text-decoration: none !important;
  overflow: hidden !important;
  float: none !important;
  background-color: rgb(38 38 40) !important;
  border-radius: 8px !important;
}

#eee2cf65ef td a > div[id^="eee2cf65ef_i_c_"] {
  position: static !important;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  float: none !important;
  display: block !important;
  overflow: visible !important;
  margin: 0 !important;
  padding: 0 !important;
}

#eee2cf65ef td img {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100px !important;
  min-width: 100px !important;
  max-width: 100px !important;
  height: 100px !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 8px 0 0 8px !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

#eee2cf65ef td a > div:not([id^="eee2cf65ef_i_c_"]) {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  text-align: left !important;
  height: auto !important;
  font-weight: 400 !important;
  font-family: inherit !important;
  color: inherit !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  float: none !important;
  position: relative !important;
  z-index: 2 !important;
}

#eee2cf65ef td a::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  opacity: 0 !important;
  border: 2px solid var(--brand) !important;
  border-radius: 8px !important;
  background: transparent !important;
  transition: opacity .25s !important;
}

#eee2cf65ef tr:hover td a:not(:hover)::after { opacity: 0 !important }
#eee2cf65ef tr:hover td a:not(:hover),
#eee2cf65ef tr:hover td a:not(:hover) > div { color: inherit !important }

#eee2cf65ef td a:hover::after { opacity: 1 !important }
#eee2cf65ef td a:hover,
#eee2cf65ef td a:hover > div { color: var(--brand) !important }

@media screen and (max-width: 1439.98px) {
  #eee2cf65ef { max-width: calc(100% - 12px) !important }
}
@media screen and (max-width: 1279.98px) {
  #eee2cf65ef { max-width: calc(100% - 8px) !important }
  #eee2cf65ef td:nth-child(n+4),
  #eee2cf65ef tr:nth-child(n+4) { display: none !important }
}
@media screen and (max-width: 1023.98px) {
  #eee2cf65ef { max-width: none !important }
  #eee2cf65ef td:nth-child(n+3),
  #eee2cf65ef tr:nth-child(n+3) { display: none !important }
}
@media screen and (max-width: 599.98px) {
  #eee2cf65ef td:nth-child(n+2),
  #eee2cf65ef tr:nth-child(n+2) { display: none !important }
}