@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.custom-container {
  max-width: 1920px;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  mtn-landing-carousel .custom-container {
    padding-left: 0;
    padding-right: 0;
  }
}

mtn-landing-carousel .micro-description-text {
  color: #000;
  font-family: "MTN Brighter Sans", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  margin-top: 10px;
}

@media (max-width: 540px) {
  mtn-landing-carousel .micro-description-text {
    font-size: 12px;
  }
}

.vds-hero-carousel {
  display: block;
}

.vds-hero-carousel__container {
  display: grid;
}

.vds-hero-carousel .vds-hero-banner__action {
  bottom: 84px;
}

.vds-hero-carousel__scroller {
  position: relative;
  top: -64px;
  padding: 0;
}

.vds-hero-carousel .vds-carousel-hero {
  grid-row: 1;
  grid-column: 1;
  opacity: 0;
  pointer-events: none;
  transition: none !important;
  animation: none !important;
}

.vds-hero-carousel .vds-carousel-hero--visible {
  opacity: 1 !important;
  pointer-events: all;
}

.vds-hero-carousel .vds-carousel-hero,
.vds-hero-carousel .vds-carousel-hero--visible,
.vds-hero-carousel .vds-carousel-hero *,
.vds-hero-carousel .vds-carousel-hero--visible * {
  transition: none !important;
  animation: none !important;
}

.vds-hero-carousel .vds-hero-banner__css {
  display: none;
}

.vds-carousel-scroller {
  position: relative;
  display: flex;
  gap: .5rem;
  max-width: 433px;
  align-items: center;
  left: 140%;
}

@media (max-width: 1800px) {
  .vds-carousel-scroller {
    left: 90%;
  }
}

@media (max-width: 1600px) {
  .vds-carousel-scroller {
    left: 30%;
  }
}

@media (max-width: 1440px) {
  .vds-carousel-scroller {
    left: 10%;
  }
}

@media (max-width: 1024px) {
  .vds-carousel-scroller {
    left: 20%;
  }
}

@media (max-width: 540px) {
  .vds-carousel-scroller {
    left: 0;
  }
}

.vds-carousel-scroller__item {
  cursor: pointer;
  height: .375rem;
  width: .375rem;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.24);
  transition-property: width;
  transition-duration: .2s;
}

.vds-carousel-scroller__item--dark-mode {
  background-color: rgba(255, 255, 255, 0.24);
}

.vds-carousel-scroller__item--active {
  width: .75rem;
}

.vds-carousel-scroller__item--small {
  width: .3125rem;
  height: .3125rem;
}

.vds-carousel-scroller--sunshine .vds-carousel-scroller__item--active {
  background: linear-gradient(135deg, #ffcb06 48.44%, #e49c15);
}

.vds-hero-banner {
  display: block;
  margin-top: 5rem;
}

.vds-hero-banner__link {
  color: inherit;
  text-decoration: none;
}

.vds-hero-banner__link:hover,
.vds-hero-banner__link:focus {
  text-decoration: none;
}

.vds-hero-banner:hover .vds-hero-banner__action {
  filter: invert(1) grayscale(1);
}

.vds-hero-banner:hover .vds-hero-banner__action--dark {
  filter: grayscale(1) contrast(1);
}

.vds-hero-banner:active .vds-hero-banner__action {
  filter: invert(84%) sepia(38%) saturate(3792%) hue-rotate(352deg) brightness(107%) contrast(106%);
}

.vds-hero-banner__img {
  width: 100%;
  height: 150vw;
  max-height: 75vh;
  object-fit: cover;
  object-position: 65% 50%;
}

.vds-hero-banner__content {
  display: flex;
  align-items: flex-start;
  padding: 4rem 1.5rem 0;
}

.vds-hero-banner__content h2 {
  font-family: MTNBrighterSans-ExtraBold, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.75rem;
}

@media (min-width: 390px) and (max-width: 479px) {
  .vds-hero-banner__content h2 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 480px) and (max-width: 1199px) {
  .vds-hero-banner__content h2 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}

@media (min-width: 992.02px) {
  .vds-hero-banner__content h2 {
    font-size: 3.5rem;
    line-height: 3.75rem;
  }
}

@media (min-width: 1920px) {
  .vds-hero-banner__content h2 {
    font-size: 5rem;
    line-height: 5.25rem;
  }
}

.vds-hero-banner__content h3 {
  font-family: MTNBrighterSans-ExtraBold, Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.25rem;
}

@media (min-width: 390px) and (max-width: 479px) {
  .vds-hero-banner__content h3 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}

@media (min-width: 480px) and (max-width: 1199px) {
  .vds-hero-banner__content h3 {
    font-size: 3rem;
    line-height: 3.25rem;
  }
}

@media (min-width: 992.02px) {
  .vds-hero-banner__content h3 {
    font-size: 4rem;
    line-height: 4.25rem;
  }
}

@media (min-width: 1920px) {
  .vds-hero-banner__content h3 {
    font-size: 5rem;
    line-height: 5.25rem;
  }
}

.vds-hero-banner__content h4 {
  font-family: MTNBrighterSans-Light, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

@media (min-width: 390px) and (max-width: 479px) {
  .vds-hero-banner__content h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 480px) and (max-width: 1199px) {
  .vds-hero-banner__content h4 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 992.02px) {
  .vds-hero-banner__content h4 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}

@media (min-width: 1920px) {
  .vds-hero-banner__content h4 {
    font-size: 3rem;
    line-height: 3.25rem;
  }
}

.vds-hero-banner__content-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 1rem;
}

.vds-hero-banner__action-bar {
  display: flex;
  gap: 1rem;
  margin-top: auto;
  padding-bottom: 2rem;
}

.vds-hero-banner__action {
  align-items: center;
  display: flex;
  height: 3.5rem;
  justify-content: center;
  width: 3.5rem;
}

.vds-hero-banner__action svg {
  height: 1.25rem;
  width: 1.25rem;
}

.vds-back-banner {
  display: grid;
}

.vds-back-banner-layer1,
.vds-back-banner-layer2,
.vds-back-banner-overlay {
  position: relative;
  display: grid;
  grid-column: 1;
  grid-row: 1;
}

.vds-back-banner-overlay {
  align-items: flex-end;
}

.container .vds-back-banner[banner-type=fluid] {
  margin-left: -1rem;
  margin-right: -1rem;
}

.vds-back-banner-layer1 {
  overflow: hidden;
}

@media (min-width: 576.02px) and (min-height: 576.02px) {
  .vds-back-banner {
    max-height: 70vh;
  }
}

@media (min-width: 992.02px) {
  .vds-back-banner {
    max-height: min(774px, 75vh);
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }
  .vds-back-banner,
  .vds-back-banner-layer1,
  .vds-back-banner-layer2 {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }
  .vds-back-banner[banner-variant=default],
  .vds-back-banner[banner-variant=default] .vds-back-banner-layer1,
  .vds-back-banner[banner-variant=default] .vds-back-banner-layer2 {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
  .container .vds-back-banner[banner-type=fluid] {
    margin-left: clamp(-220px, -50vw + 668px, -16px);
    margin-right: clamp(-220px, -50vw + 668px, -16px);
  }
}

.vds-directive {
  --vds-d-color: #000;
}

.vds-d-color {
  color: var(--vds-d-color);
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container { max-width: 540px; }
}
@media (min-width: 768px) {
  .container { max-width: 720px; }
}
@media (min-width: 992px) {
  .container { max-width: 960px; }
}
@media (min-width: 1200px) {
  .container { max-width: 1140px; }
}

.col-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }

@media (min-width: 768px) {
  .col-md-9 { flex: 0 0 75%; max-width: 75%; }
}

@media (min-width: 992px) {
  .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
}

vds-card-arrow {
  display: inline-flex;
}
