.multiple-image .preview {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-position: top center !important;
  background-size: cover !important;
  height: 265px;
  background-color: transparent !important;
}
.multiple-image .preview img.preview-mini {
  width: 96px !important;
  height: auto;
}

.collection-card .collection-card-big {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
}
.collection-card .collection-card-big .preview-mini {
  width: 64px !important;
}
.collection-card .collection-card-big h3.title {
  text-shadow: 0px 0px 5px white;
  color: #252f57;
  width: 100%;
}
.collection-card .collection-card-big p.description {
  text-shadow: 1px 1px 5px white;
  color: #252f57;
  width: 100%;
}
.collection-card .collection-card-small p.desc {
  text-shadow: 1px 1px 1px black;
}

ins.adsbygoogle {
  text-align: center;
}

.open {
  display: block !important;
}

.grid {
  --grid-layout-gap: 1rem;
  --grid-column-count: 4;
  --grid-item--min-width: 250px;
  --gap-count: calc(var(--grid-column-count) - 1);
  --total-gap-width: calc(var(--gap-count) * var(--grid-layout-gap));
  --grid-item--max-width: calc((100% - var(--total-gap-width)) / var(--grid-column-count));
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr));
  grid-gap: var(--grid-layout-gap);
}

.collections-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 1fr);
  grid-gap: 1rem;
}

.grid__item {
  background: #ffffff;
  color: white;
  border-radius: 0.5rem;
}

img.btn {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

.collections-big {
  align-items: start;
  display: flex;
  gap: 1.5rem;
}

.progress-bar-card .preview {
  border-radius: 0.5rem;
}
.progress-bar-card .card-title {
  font-weight: 600;
  overflow: hidden;
  cursor: pointer;
  text-overflow: ellipsis;
  color: #252f57;
  flex-grow: 1;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ytp-title {
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.html5-video-player {
  border-radius: 0.5rem;
}

.collection-card-big img, .collection-card-small, .collection-card-small img {
  border-radius: 0.5rem;
  border-radius: max(0px, min(8px, (100vw - 4px - 100%) * 9999));
}

.collection-card-home, .collection-card-home img {
  border-radius: max(0px, min(8px, (100vw - 4px - 100%) * 9999));
}

.collection-card-big {
  padding: 0px;
  border-radius: 0.5rem;
  width: auto;
}

.preview {
  background-size: cover !important;
}

.multiple-image .preview {
  height: auto;
}

@media screen and (max-width: 768px) {
  .progress-bar-card .preview {
    height: 210px;
  }
}
.section.big-logo .banner {
  height: auto;
  padding-left: inherit;
}

.html5-video-player .ytp-gradient-bottom, .html5-video-player .ytp-gradient-top {
  background-image: inherit;
  background: linear-gradient(180deg, rgba(20, 5, 5, 0.45) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(20, 5, 5, 0.45) 100%);
}

.header .search-wrap svg {
  z-index: 9999;
}

/*# sourceMappingURL=layout.min.css.map */
