.v-img-grid .grid-section {
  display: flex;
  margin-bottom: 20px;
  margin-top: 20px;
}
.v-img-grid .grid-section > div {
  position: relative;
}
.v-img-grid .grid-section > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.v-img-grid .grid-section > div span {
  font-size: 102px;
  font-weight: 900;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  z-index: 99;
  left: 0;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 1s ease;
}
.v-img-grid .grid-section > div:before {
  content: " ";
  position: absolute;
  z-index: 99;
  top: 0;
  left: auto;
  right: 0;
  width: 100%;
  background: #fff;
  height: 100%;
  transition: all 1s ease;
}
.v-img-grid .grid-section.active > div span {
  color: #fff;
}
.v-img-grid .grid-section.active > div:before {
  width: 0;
}
.v-img-grid .grid-section .grid-1 {
  width: calc(36% - 10px);
  margin-right: 10px;
}
.v-img-grid .grid-section .grid-1 span {
  text-align: right;
}
.v-img-grid .grid-section .grid-2 {
  width: calc(28% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}
.v-img-grid .grid-section .grid-2 span {
  text-align: center;
}
.v-img-grid .grid-section .grid-3 {
  width: calc(36% - 10px);
  margin-left: 10px;
}
.v-img-grid .grid-section .grid-4 {
  width: calc(42% - 10px);
  margin-right: 10px;
}
.v-img-grid .grid-section .grid-4 span {
  text-align: right;
}
.v-img-grid .grid-section .grid-5 {
  width: calc(58% - 10px);
  margin-left: 10px;
}

.v-series .v-slider {
  position: relative;
  overflow: hidden;
}
.v-series .v-slider .image {
  position: relative;
  aspect-ratio: 20/9;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@supports not (aspect-ratio: 20/9) {
  .v-series .v-slider .image {
    padding-top: 45%;
  }
}
.v-series .v-slider .image > div {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  z-index: 99;
}
.v-series .v-slider .image > div h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  margin: 10px 0;
}
.v-series .v-slider .image > div p {
  margin: 0;
}
.v-series .did-know {
  background: #0f0f0f;
  padding: 64px 0;
}
.v-series .did-know .image {
  position: relative;
  padding-left: 50px;
}
.v-series .did-know .image .v-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@supports not (aspect-ratio: 12/16) {
  .v-series .did-know .image .v-img {
    padding-top: 133%;
  }
  .v-series .did-know .image .v-img img {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
  }
}
.v-series .did-know .image span {
  position: absolute;
  bottom: 152px;
  left: -156px;
  color: #fff;
  transform: rotate(-90deg);
  font-size: 28px;
  font-weight: bold;
}
.v-series .did-know .image span a {
  color: inherit;
}
.v-series .did-know .image span a:hover {
  color: inherit;
}
.v-series .did-know .info {
  padding-left: 32px;
  height: 100%;
  display: flex;
  align-items: center;
}
.v-series .did-know .info h3,
.v-series .did-know .info p {
  color: #fff;
  margin-bottom: 16px;
}
.v-series .explore-images {
  padding-top: 32px;
  padding-bottom: 32px;
  text-transform: uppercase;
  font-weight: bold;
}
.v-series .explore-images h2 {
  text-align: center;
  margin-bottom: 16px;
  font-weight: bold;
}
.v-series .explore-images .explore-row {
  display: flex;
}
.v-series .explore-images .explore-row .grid-6 {
  width: calc(55% - 10px);
  margin-right: 10px;
}
.v-series .explore-images .explore-row .grid-4 {
  width: calc(45% - 10px);
  margin-left: 10px;
}
.v-series .explore-images .explore-row .grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  height: 100%;
}
.v-series .explore-images .explore-row .grid > div:first-child {
  align-items: flex-start;
  display: flex;
}
.v-series .explore-images .explore-row .grid > div:last-child {
  align-items: flex-end;
  display: flex;
}
.v-series .explore-images .explore-row .grid > div .text-wrap {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 24px;
  text-align: center;
  text-transform: none;
}
.v-series .explore-images .explore-row .grid > div .text-wrap.only-desk {
  display: block;
}
.v-series .explore-images .explore-row .grid > div .text-wrap.only-mob {
  display: none;
}
.v-series .explore-images .explore-row img {
  max-width: 100%;
}

@media screen and (max-width: 900px) {
  .v-series .did-know .image span {
    font-size: 22px;
    bottom: 118px;
    left: -110px;
  }
}
@media screen and (max-width: 767px) {
  .v-series .section-top.section {
    padding-top: 0;
  }
  .v-series .v-slider .image {
    height: 400px;
    aspect-ratio: auto;
  }
  .v-series .v-slider .image > div {
    bottom: 20px;
  }
  .v-series .v-slider .image > div p {
    display: none;
  }
  .v-series .did-know {
    padding: 32px 0;
  }
  .v-series .did-know .image {
    padding-left: 20px;
    padding-right: 20px;
  }
  .v-series .did-know .image span {
    position: inherit;
    transform: none;
    left: 0;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-size: 22px;
    bottom: 0;
  }
  .v-series .did-know .image .v-img {
    aspect-ratio: auto;
  }
  .v-series .did-know .image .v-img img {
    aspect-ratio: auto;
  }
  .v-series .did-know .info {
    padding-left: 20px;
    padding-right: 20px;
  }
  .v-series .did-know .info h3 {
    display: none;
  }
  .v-series .did-know .info p {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
  }
  .v-series .explore-images {
    padding-bottom: 0px;
  }
  .v-series .explore-images .explore-row {
    flex-direction: column;
  }
  .v-series .explore-images .explore-row .grid-6 {
    width: 100%;
    margin-right: 0px;
  }
  .v-series .explore-images .explore-row .grid-4 {
    width: 100%;
    margin-left: 0px;
  }
  .v-series .explore-images .explore-row .grid {
    gap: 0px;
    height: auto;
  }
  .v-series .explore-images .explore-row .grid > div .text-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
  }
  .v-series .explore-images .explore-row .grid > div .text-wrap.only-desk {
    display: none;
  }
  .v-series .explore-images .explore-row .grid > div .text-wrap.only-mob {
    display: block;
  }
  .v-series .explore-images .explore-row .grid > div:last-child {
    display: flex;
  }
  .v-img-grid {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .v-img-grid .grid-section {
    margin-bottom: 4px;
    margin-top: 4px;
  }
  .v-img-grid .grid-section > div span {
    font-size: 32px;
  }
  .v-img-grid .grid-section .grid-1 {
    width: calc(36% - 2px);
    margin-right: 2px;
  }
  .v-img-grid .grid-section .grid-2 {
    width: calc(28% - 4px);
    margin-left: 2px;
    margin-right: 2px;
  }
  .v-img-grid .grid-section .grid-3 {
    width: calc(36% - 2px);
    margin-left: 2px;
  }
  .v-img-grid .grid-section .grid-4 {
    width: calc(42% - 2px);
    margin-right: 2px;
  }
  .v-img-grid .grid-section .grid-5 {
    width: calc(58% - 2px);
    margin-left: 2px;
  }
}
@media screen and (min-width: 1600px) {
  .v-series .v-slider .image > div h3 {
    font-size: 32px;
    line-height: 1.2;
  }
  .v-series .v-slider .image > div p {
    margin: 0;
    font-size: 20px;
  }
}/*# sourceMappingURL=v_series.css.map */