.las-tvg {
  position: relative;
  width: 100%;
  --lvg-cols: 4;
  --lvg-col-gap: 24px;
}
.las-tvg .las-tvg__swiper:not(.swiper-initialized) {
  overflow: visible;
}
.las-tvg .las-tvg__swiper:not(.swiper-initialized) .swiper-wrapper {
  display: grid !important;
  grid-template-columns: repeat(var(--lvg-cols, 4), 1fr);
  gap: var(--lvg-col-gap, 24px);
  transform: none !important;
  transition: none !important;
  will-change: unset !important;
}
.las-tvg .las-tvg__swiper:not(.swiper-initialized) .swiper-slide {
  width: auto !important;
  margin-right: 0 !important;
}
.las-tvg .las-tvg__swiper:not(.swiper-initialized) .las-tvg__pagination {
  display: none;
}
.las-tvg .las-tvg__arrow {
  display: none;
}
.las-tvg .las-tvg__swiper.swiper-initialized {
  overflow: visible;
}
.las-tvg[data-slider-active] {
  padding: 0 44px;
}
.las-tvg[data-slider-active] .las-tvg__arrow {
  display: flex;
}
.las-tvg .las-tvg__card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.las-tvg .swiper-slide {
  height: auto;
}
.las-tvg .las-tvg__label {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 92%;
  text-align: center;
  color: #727272;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .las-tvg .las-tvg__label {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 700;
    font-size: 20.3681px;
    line-height: 92%;
    text-align: center;
    color: #727272;
  }
}
.las-tvg .las-tvg__video {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 8px;
  overflow: hidden;
  background: #111;
  margin-bottom: 16px;
  cursor: pointer;
}
.las-tvg .las-tvg__video img.las-tvg__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.las-tvg .las-tvg__video:hover img.las-tvg__thumb {
  transform: scale(1.03);
}
.las-tvg .las-tvg__video iframe,
.las-tvg .las-tvg__video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.las-tvg .las-tvg__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  pointer-events: none;
  line-height: 0;
}
.las-tvg .las-tvg__play svg {
  width: 58px;
  height: auto;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
}
.las-tvg .las-tvg__title {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #4D4C4D;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .las-tvg .las-tvg__title {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 700;
    font-size: 17.4584px;
    line-height: 120%;
    color: #4D4C4D;
  }
}
.las-tvg .las-tvg__desc {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #727272;
}
@media (max-width: 768px) {
  .las-tvg .las-tvg__desc {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #727272;
  }
}
.las-tvg .las-tvg__arrow {
  position: absolute;
  top: 25%;
  z-index: 10;
  background: transparent;
  border: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  color: #75A37E;
  transition: opacity 0.2s ease;
}
.las-tvg .las-tvg__arrow:hover {
  opacity: 0.6;
}
.las-tvg .las-tvg__arrow svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.las-tvg .las-tvg__arrow.las-tvg__arrow--prev {
  left: 0;
}
.las-tvg .las-tvg__arrow.las-tvg__arrow--next {
  right: 0;
}
.las-tvg .las-tvg__pagination {
  position: relative;
  bottom: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  width: 100%;
}
.las-tvg .las-tvg__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #D9D9D9;
  opacity: 0.5;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  margin: 0 !important;
}
.las-tvg .las-tvg__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #75A37E;
}
.las-tvg .las-tvg__pagination .swiper-pagination-bullet:hover {
  opacity: 1;
}/*# sourceMappingURL=las-team-video-grid.css.map */