.video-thumbnail {
  position: relative;
  flex: 1;
}
.video-thumbnail-badge-bar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.video-thumbnail-badge-bar__ru-symbol {
  display: block;
  background-image: url("../svg/ru.svg");
  height: 35px;
  aspect-ratio: 1;
  font-size: 0.875rem;
  text-align: center;
  color: white;
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
  font-weight: 400;
  padding-top: 7.5px;
  background-size: 100% 100%;
}

.video-thumbnail-badge-bar__sponsored {
  display: inline-block;
  background-color: #ece2b9;
  text-transform: uppercase;
  color: var(--avixatv-purple-darker, #20101C);
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
  padding-inline: 0.5rem;
  font-size: 0.875rem;
}

.video-thumbnail-badge-bar__partner {
  color: var(--avixa-eggplant, #3f1833);
  font-size: 0.875rem;
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
  background: var(--avixatv-blue-light, #c8d8f5);
  text-transform: uppercase;
  text-align: center;
  padding-inline: 0.5rem;
}

.video-thumbnail-badge-bar__member {
  color: var(--avixa-eggplant, #3f1833);
  font-size: 0.875rem;
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
  background: var(--avixatv-pink, #F2D0D6);
  text-transform: uppercase;
  text-align: center;
  padding-inline: 0.5rem;
}

@media (max-width: 420px) {
  .video-thumbnail-badge-bar {
    display: flex;
    align-items: flex-start;
    gap: 0rem;
    flex-direction: column;
    align-content: flex-start;
  }
}
.video-thumbnail-title {
  margin-top: 8%;
}
.avixa-tv-slides__carousel-item .video-thumbnail-title {
  margin-top: 5%;
  padding-bottom: 85px;
  white-space: nowrap;
}

.video-thumbnail-title__lock {
  height: 18px;
  margin-right: 0.25rem;
  margin-bottom: 0.375rem;
}

.video-thumbnail-title__title {
  color: white;
  font-size: 1.25rem;
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
  margin-bottom: 5px;
  display: inline;
}
.video-thumbnail-title__title:hover, .video-thumbnail-title__title:focus, .video-thumbnail-title__title:active, .video-thumbnail__link:hover .video-thumbnail-title__title {
  color: white;
  text-decoration: underline;
  text-decoration-color: white;
  text-decoration-thickness: auto;
}

.video-thumbnail-title__duration {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  font-weight: 300;
  font-family: "Apercu", Calibri, Arial, sans-serif;
  text-decoration: none;
  margin-left: 0.5rem;
  display: inline-block;
}

.video-thumbnail-video {
  width: 100%;
  background-size: cover;
  position: relative;
  display: flex;
  gap: 0.75rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16/9;
  border: none;
}
.video-thumbnail-video:where([data-show-overlay])::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.video-thumbnail-video:where([data-show-overlay][data-is-manufacturer-training=True])::after {
  content: "";
  background-image: url("../png/m_training.png");
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}

.video-thumbnail-video__lock {
  position: absolute;
  top: 10px;
  left: 15px;
  width: 12px;
}

.video-thumbnail-video__primary-button {
  font-size: 1rem;
  background-color: #3f1833;
  color: white;
  border: 2px solid #3f1833;
  --primary-color: #3f1833;
  box-sizing: border-box;
  display: inline-flex;
  font-family: "Euclid", Calibri, Arial, sans-serif;
  font-weight: 500;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  min-width: 10ch;
  min-height: 44px;
  text-align: center;
  transition: 220ms all ease-in-out;
  align-self: start;
  align-self: center;
  z-index: 1;
}
.video-thumbnail-video__primary-button:hover, .video-thumbnail-video__primary-button:active {
  background-color: #321329;
  color: white;
}
.video-thumbnail-video__primary-button:focus {
  color: white;
}
.video-thumbnail-video__primary-button[disabled] {
  background-color: #2c2c2c;
  color: white;
}
.video-thumbnail-video__primary-button:hover, .video-thumbnail-video__primary-button:active {
  text-decoration: underline;
}
.video-thumbnail-video__primary-button:focus, .video-thumbnail-video__primary-button:focus-visible {
  outline-style: solid;
  outline-color: transparent;
  box-shadow: 0 0 0 4px #260e1f;
}
.video-thumbnail-video__primary-button[disabled] {
  --primary-color: #2c2c2c;
  cursor: not-allowed;
}
:not([data-show-overlay]) > .video-thumbnail-video__primary-button {
  display: none;
}

.video-thumbnail-video__secondary-button {
  font-size: 1rem;
  background-color: white;
  color: #3f1833;
  border: 2px solid white;
  --primary-color: white;
  box-sizing: border-box;
  display: inline-flex;
  font-family: "Euclid", Calibri, Arial, sans-serif;
  font-weight: 500;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  min-width: 10ch;
  min-height: 44px;
  text-align: center;
  transition: 220ms all ease-in-out;
  align-self: start;
  align-self: center;
  z-index: 1;
  max-width: 16ch;
}
.video-thumbnail-video__secondary-button:hover, .video-thumbnail-video__secondary-button:active {
  background-color: #cccccc;
  color: #3f1833;
}
.video-thumbnail-video__secondary-button:focus {
  color: #3f1833;
}
.video-thumbnail-video__secondary-button[disabled] {
  background-color: white;
  color: #2c2c2c;
}
.video-thumbnail-video__secondary-button:hover, .video-thumbnail-video__secondary-button:active {
  text-decoration: underline;
}
.video-thumbnail-video__secondary-button:focus, .video-thumbnail-video__secondary-button:focus-visible {
  outline-style: solid;
  outline-color: transparent;
  box-shadow: 0 0 0 4px #999999;
}
.video-thumbnail-video__secondary-button[disabled] {
  --primary-color: white;
  cursor: not-allowed;
}
:not([data-show-overlay]) > .video-thumbnail-video__secondary-button {
  display: none;
}

.video-thumbnail-video__motion-thumbnail {
  display: none;
}
.video-thumbnail-video:hover .video-thumbnail-video__motion-thumbnail {
  display: block;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=VideoThumbnailForAjax.css.map */
