* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Arial", sans-serif;
}

.full__img > *,
.full__img {
  width: 100%;
  display: block;
}

.primary-heading {
  font-size: 2.6rem;
  font-family: 600;
}

.secondary-heading {
  font-size: 2.2rem;
  font-family: 400;
  line-height: 1.3;
}

.tertiary-heading {
  font-size: 1.8rem;
  font-weight: 600;
}

.basic-text {
  font-size: 1.5rem;
  line-height: 1.5;
}

.info {
  position: relative;
}
.info-black {
  background-color: #000;
  color: #fff;
}
.info-gray {
  background-color: #e1e1e1;
}
.info__text {
  position: absolute;
  top: 50%;
  left: 5rem;
  width: 40%;
  transform: translate(0, -50%);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 50em) {
  .info__text {
    position: relative;
    top: auto;
    left: auto;
    width: 80%;
    transform: translate(0, 0);
    margin: 0 auto;
    padding: 3rem 0;
  }
}

.hero {
  position: relative;
  background-color: #000;
}
.hero__text {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 5rem;
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 50em) {
  .hero__text {
    top: auto;
    transform: translate(0, 0);
    left: auto;
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: 3rem 0;
  }
}

.triple {
  background-color: #000;
  color: #fff;
}
.triple__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 90%;
  margin: 0 auto;
  gap: 2rem;
  padding: 5rem 0;
}
@media (max-width: 50em) {
  .triple__grid {
    grid-template-columns: 1fr;
  }
}
.triple__grid-cell {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.one {
  background-color: #cccccc;
  position: relative;
}
.one__text {
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 70%;
}
@media (max-width: 50em) {
  .one__text {
    top: auto;
    left: auto;
    transform: translate(0, 0);
    position: relative;
    margin: 0 auto;
    padding: 3rem 0;
  }
}

.top {
  position: relative;
}
.top__text {
  position: absolute;
  top: 5rem;
  left: 5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 50%;
}
@media (max-width: 50em) {
  .top__text {
    top: auto;
    left: auto;
    transform: translate(0, 0);
    position: relative;
    margin: 0 auto;
    padding: 3rem 0;
    width: 80%;
  }
}

.addwhite {
  color: #fff !important;
  background-color: #000 !important;
}

.ca-carousel {
  --ca-carousel-gap: 2rem;
  --ca-carousel-side-scale: 0.84;
  --ca-carousel-side-opacity: 0.45;
  --ca-carousel-transition: 0.45s ease;
  --ca-carousel-nav-size: 56px;
  --ca-carousel-dot-size: 9px;
  --ca-carousel-active-dot-width: 28px;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--ca-carousel-bg);
}

.ca-carousel__viewport {
  overflow: hidden;
  width: 100%;
}

.ca-carousel__track {
  display: flex;
  align-items: stretch;
  gap: 0;
  transition: transform var(--ca-carousel-transition);
  will-change: transform;
}

.ca-carousel__slide {
  flex: 0 0 100%;
  position: relative;
  width: 100%;
  pointer-events: auto;
  color: #fff;
}

.addwhite {
  color: #000 !important;
}

.ca-carousel__slide.is-ca-active {
  pointer-events: auto;
}

.ca-carousel__card {
  position: relative;
  width: 100%;
}

.ca-carousel__media {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #e9e9e9;
  border-radius: 0;
}

.ca-carousel__media img,
.ca-carousel__media video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.ca-carousel__content {
  position: absolute;
  left: 10rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
  max-width: 30%;
  z-index: 2;
}
@media (max-width: 50em) {
  .ca-carousel__content {
    max-width: 80%;
    margin: 0 auto;
    padding: 2rem 0 5rem;
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0);
  }
}

.ca-carousel__eyebrow {
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 600;
}

.ca-carousel__title {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.ca-carousel__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 540px;
  color: var(--ca-carousel-muted);
}

.ca-carousel__nav {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: var(--ca-carousel-nav-size);
  height: var(--ca-carousel-nav-size);
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  font-size: 1.5rem;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.25s ease, transform 0.25s ease;
}
.ca-carousel__nav:hover {
  background: rgb(255, 255, 255);
}
.ca-carousel__nav:active {
  transform: translateY(-50%) scale(0.96);
}

.ca-carousel__nav--prev {
  left: 1rem;
}

.ca-carousel__nav--next {
  right: 1rem;
}

.ca-carousel__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.55rem;
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.ca-carousel__dot {
  width: var(--ca-carousel-dot-size);
  height: var(--ca-carousel-dot-size);
  border-radius: 999px;
  border: 0;
  background: rgba(0, 0, 0, 0.3);
  padding: 0;
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease, opacity 0.25s ease;
}
.ca-carousel__dot:hover {
  background: rgba(0, 0, 0, 0.6);
}

.ca-carousel__dot.is-ca-active {
  width: var(--ca-carousel-active-dot-width);
  background: #000;
}

@media (max-width: 991.98px) {
  .ca-carousel__nav {
    width: 46px;
    height: 46px;
    font-size: 1.2rem;
  }
  .ca-carousel__nav--prev {
    left: 0.5rem;
  }
  .ca-carousel__nav--next {
    right: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .ca-carousel {
    padding: 0;
  }
  .ca-carousel__nav {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  .ca-carousel__nav--prev {
    left: 0.5rem;
  }
  .ca-carousel__nav--next {
    right: 0.5rem;
  }
}
.center-title {
  width: 80%;
  margin: 0 auto;
}

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