#intro-carousel .carousel-item-wrapper > * {
  max-height: 100%;
  max-width: 100%;
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.5); }

#intro-carousel .carousel-caption {
  background-color: black;
  box-shadow: 0px 0px 5px black;
  border-radius: 0.25rem;
  opacity: 0;
  transition: opacity .15s linear; }

#intro-carousel:hover .carousel-caption {
  opacity: 0.9; }

#intro-carousel .splide__arrow {
  margin-left: 1rem;
  margin-right: 1rem; }

#intro-carousel .splide__pagination__page {
  background-color: var(--content-cnt); }

#intro-info {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  #intro-info h1 {
    font-weight: 600;
    line-height: 1.2;
    font-size: calc(2rem + 2.42vw); }
    @media (min-width: 992px) {
      #intro-info h1 {
        font-size: 3.5rem; } }
  #intro-info .lead {
    font-weight: 300;
    font-size: calc(1rem + 0.8vw); }
    @media (min-width: 992px) {
      #intro-info .lead {
        font-size: 1.6rem; } }
#install-intro:not(:focus) {
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.75); }

#install-intro p {
  margin-bottom: 0; }
  #install-intro p:nth-of-type(1) {
    font-size: 1.5rem; }
  #install-intro p:nth-of-type(2) {
    font-size: 0.75rem; }

#read-more {
  background-color: transparent;
  color: var(--intro-heading-cnt);
  border-color: transparent !important;
  box-shadow: none !important; }
  #read-more :hover {
    color: #e2e6ea; }

#divider-1, #divider-2, #divider-3 {
  height: 100px; }
  #divider-1 path, #divider-2 path, #divider-3 path {
    fill: var(--intro-heading-bg);
    stroke: var(--intro-heading-bg); }

#highlights {
  background-color: var(--intro-heading-bg);
  color: var(--intro-heading-cnt); }
  #highlights .card {
    color: var(--content-cnt); }
  #highlights .highlights-addon {
    display: flex; }
  #highlights .highlights-img {
    height: 200px; }
    #highlights .highlights-img img {
      height: 100%; }
  #highlights .highlights-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 0 0; }
    #highlights .highlights-info h3 {
      margin-bottom: 0.5rem; }
    #highlights .highlights-info p {
      margin-bottom: 0; }
  #highlights .card-img-wrapper {
    position: relative; }
    #highlights .card-img-wrapper:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 75%; }
    #highlights .card-img-wrapper > .card-img-top {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }

#features .features-icon {
  text-align: center; }

#features .features-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9rem;
  width: 9rem;
  margin: auto;
  background: #ff7b26;
  color: white;
  border-radius: 50%; }
  @media (prefers-contrast: more) {
    #features .features-circle {
      background: #8c3700; } }
#features .features-icon .iconify {
  height: 4.5rem;
  width: 4.5rem;
  margin: auto;
  text-align: center; }

#features p {
  margin: 0 0 0.5rem; }

#install .btn {
  font-size: 1.25rem; }

h2 {
  margin-bottom: 1rem; }

.image-placeholder {
  display: block;
  height: 200px;
  width: 200px;
  border: 2px black dashed; }

.odometer {
  font-family: inherit !important; }

.splide .splide__pagination {
  position: absolute;
  right: 0;
  bottom: -2rem;
  left: 0;
  z-index: 15;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  flex-wrap: nowrap; }
  .splide .splide__pagination li {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    margin-right: 3px;
    margin-left: 3px; }
  .splide .splide__pagination li button {
    box-sizing: content-box;
    height: 3px;
    width: 100%;
    text-indent: -999px;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 0; }
    .splide .splide__pagination li button.is-active {
      opacity: 1;
      transform: none; }

.splide .splide__arrow {
  background: white;
  transition: opacity .15s linear; }

@media (max-width: 575.98px) {
  #highlights-carousel {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 540px; } }

#highlights-carousel .card-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

body.dark #features .features-circle {
  background-color: #1f1f1f; }

body.dark.extension-styled #features .features-circle {
  background-color: #2a2a2a; }

html {
  scroll-behavior: smooth; }
