@media (min-width: 768px) {
  #glider-premium-featured .glide__bullets {
    bottom: 21%;
  }
}

.search-hero {
  display: flex;
  justify-content: center;
  height: 280px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.search-hero .search-input {
  width: 344px;
  position: absolute;
  bottom: 48px;
}
.search-hero .search-hero-gradient {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(10, 12, 15, 0) 26.79%, #000);
}

.interest-quiz-cta {
  margin-top: 0px;
}

.home-results {
  margin-top: 250px;
}

@media screen and (min-width: 768px) {
  .home-results {
    margin-top: 475px;
  }
  .interest-quiz-cta {
    margin-top: 100px;
  }
  .search-hero {
    height: 432px;
  }
  .search-hero .search-input {
    bottom: -100px;
    width: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .home-results {
    margin-top: 670px;
  }
  .search-hero {
    height: 675px;
  }
  .search-hero .search-input {
    width: 504px;
    bottom: 0px;
  }
  .search-hero .search-hero-gradient {
    background: linear-gradient(180deg, rgba(10, 12, 15, 0) 31.03%, #000);
  }
}
.main .card-title_bigger {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  margin-bottom: 30px;
}

.main .card-title_kinda_bigger {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  margin-bottom: 30px;
}

#main-image {
  max-width: 450px;
  float: right;
}

.carousel-item-inner {
  min-height: 375px !important;
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.content-wrapper {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  .main p {
    font-size: 1.3rem;
  }
  .main .card-title_bigger {
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 600px) {
  .main p {
    font-size: 1.1rem;
  }
  .main .card-title_bigger {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  #main-image {
    max-width: 150px;
    display: block;
    margin: 0 auto;
    float: initial;
  }
}
.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#9bc90d 0%, #79a70a 100%);
  box-shadow: 0 3px 10px -5px rgb(0, 0, 0);
  position: absolute;
  top: 19px;
  right: -21px;
}

.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #79a70a;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79a70a;
}

.ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79a70a;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79a70a;
}

.white-ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
  color: white;
}

.white-ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  /* background: #FFC000; */
  /* background: linear-gradient(rgba(255, 192, 0, 0.6), rgba(255, 192, 0, 0.6)); */
  background: rgba(255, 255, 255, 0.9);
  /* background: linear-gradient(#0911e2 0%, #0911e2 100%); */
  box-shadow: 0 3px 10px -5px black;
  position: absolute;
  top: 19px;
  right: -21px;
}

.white-ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #b4b4b4;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #b4b4b4;
}

.white-ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #b4b4b4;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #b4b4b4;
}

.carousel-item {
  background-position: right top;
  background-repeat: no-repeat;
}

.carousel-item::before {
  content: "";
  background-color: black;
  opacity: 0.6;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}