:root {
  --gray-6-main: #2f2d2d;
  --background: #c7beb5;
  --white: #fff;
  --gray-2: #f3f3f3;
  --beige-gray: #d5cfc7;
  --gray-5: #6e6e6e;
  --Buy-Blue: #90d6ff;
  --Off-White: #fafafa;
}

body,
.x-body {
  background: var(--gray-2) !important;
  color: var(--gray-6-main);
  text-wrap-style: balance;
}

.page-container .page-content {
  background: var(--gray-2);
}

/* COMPONENTS */
.sub-nav-container {
  background: var(--gray-2);
}

.page-container .sub-nav-container {
  flex-direction: column;
  align-items: center;
}

.page-container .sub-nav {
  padding: 24px 10px 12px;
}

.request.cta {
  background: var(--Buy-Blue, #90d6ff);
}

.centered-text-container {
  position: relative;
  display: flex;
  justify-content: center;
}

.centered-text {
  display: flex;
  position: absolute;
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: var(--White, #fff);
}

span.border-bottom {
  border-top: 0.5px solid var(--Light-Line-Grey, #c0c0c0);
  width: 100%;
  display: block;
  height: 0px;
}

.products-container .card-container {
  border: 0.5px solid #d7d7d7;
}

.program-steps .card-wrapper {
  border: 1px solid #d7d7d7;
}

.container-full video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

/* MARGINS/PADDING */

.px-xs-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* CAROUSEL */
.slick-dots li button:before {
  content: "";
  width: 25px;
  height: 3px;
  background: black;
}

.slick-dots {
  bottom: -40px;
}

.img-container.cropped img {
  aspect-ratio: 744 / 849;
  max-width: 744px;
}

.img-container svg {
  width: 100%;
  min-width: 50px;
  max-width: 100px;
}

/* EXTRA UTILITIES */
.border-top {
  border-top: 0.5px solid #c0c0c0;
  width: 100%;
}

.off-white-background {
  background: var(--Off-White, #fafafa);
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.my-50 {
  margin: 50px 0;
}

.gap-36 {
  gap: 36px 0;
}

/* FONT */
.gray-5 {
  color: var(--gray-5);
}
/* OTHER */
.container-right,
.container-left {
  width: 100%;
}
@media (min-width: 768px) {
  .px-sm-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .mb-md-50 {
    margin-bottom: 50px !important;
  }

  .mt-md-60 {
    margin-top: 60px !important;
  }

  .mb-md-60 {
    margin-bottom: 60px !important;
  }
}

@media (min-width: 992px) {
}
