body {
  font-family: 'soleil', 'sans-serif';
  min-width: 350px;
}
.demo-hero {
  padding: 80px 20px;
}
.demo-hero__container {
  margin: auto;
  max-width: 1055px;
}
.demo-hero__h1 {
  padding: 4px 8px;
  border-radius: 4px;
  background-image: linear-gradient(90deg, #d3acff 0%, #6666ff 100%);
  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.demo-hero__h2 {
  font-size: 48px;
  font-weight: 800;
  color: #121212;
  line-height: 60px;
  text-align: center;
  margin: 16px auto 12px;
}
.demo-hero__text {
  font-size: 24px;
  color: #121212;
  line-height: 36px;
  text-align: center;
  max-width: 770px;
  margin: auto;
}
.demo-videos {
  padding: 0px 80px 80px 80px;
}
.demo-videos__player {
  max-width: 1034px;
  margin: auto;
}
.demo-videos__player video {
  width: 100%;
  border-radius: 8px;
  margin: auto;
}
.demo-videos__list {
  max-width: 1034px;
  margin: 40px auto;
}
.demo-videos__list__left {
  display: flex;
  gap: 35px;
}
.demo-videos__list__item {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 25px 30px;
  border-radius: 8px;
  position: relative;
}
.demo-videos__list__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 8px;
  right: 8px;
  height: 1px;
  background: #f3f3f3;
}
.demo-videos__list__item:last-child::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 8px;
  right: 8px;
  height: 1px;
  background: #f3f3f3;
}
.demo-videos__list__item__icon {
  background: #f3f3f3;
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.demo-videos__list__item__icon__number {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #121212;
}
.demo-videos__list__item__icon__play {
  display: none;
  height: 22px;
  width: 22px;
}
.demo-videos__list__item__center {
  display: flex;
  align-items: center;
}
.demo-videos__list__item__playing {
  display: none;
  padding: 4px 12px;
  border: 2px solid #121212;
  border-radius: 34px;
  background-color: #ffffff;
  font-size: 16px;
  color: #121219;
  line-height: 16px;
  margin-right: 12px;
}
.demo-videos__list__item__title {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #121212;
  line-height: 24px;
  margin-bottom: 0px;
}
.demo-videos__list__item__time {
  font-size: 16px;
  color: #121212;
  line-height: 24px;
  text-align: right;
}
.demo-videos__list__item.active {
  background: #121212;
  color: #fff;
}
.demo-videos__list__item.active .demo-videos__list__item__title,
.demo-videos__list__item.active .demo-videos__list__item__time {
  color: #fff;
}
.demo-videos__list__item.active .demo-videos__list__item__playing {
  display: inline-block;
}
.demo-videos__list__item.active .demo-videos__list__item__icon {
  background: #fff;
}
.demo-videos__list__item.active .demo-videos__list__item__icon__number {
  display: none;
}
.demo-videos__list__item.active .demo-videos__list__item__icon__play {
  display: block;
  color: #121212;
}
.demo-videos__list__item:not(.active):hover {
  background: #f3f3f3;
}
.demo-videos__list__item:not(.active):hover .demo-videos__list__item__icon {
  background: #121212;
}
.demo-videos__list__item:not(.active):hover .demo-videos__list__item__icon__number {
  display: none;
}
.demo-videos__list__item:not(.active):hover .demo-videos__list__item__icon__play {
  display: block;
  color: #fff;
}
.demo-mid-cta {
  background: linear-gradient(0deg, #d3acff 0%, #6666ff 100%);
  padding: 40px;
  display: flex;
  justify-content: center;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  padding: 80px;
}
.demo-mid-cta__container {
  max-width: 780px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 70px;
}
.demo-mid-cta__heading {
  font-size: 36px;
  font-weight: 800;
  color: #121212;
  line-height: 48px;
  text-align: center;
  max-width: 635px;
  margin-bottom: 0px;
}
.demo-mid-cta__text {
  font-size: 24px;
  color: #121212;
  line-height: 36px;
  text-align: center;
  margin: 24px auto;
}
.demo-mid-cta__button {
  padding: 14px;
  border: 2px solid #121212;
  border-radius: 4px;
  background-color: #121212;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 16px;
  text-align: center;
  margin: auto;
}
.demo-mid-cta__button:hover {
  text-decoration: none;
  background-color: #fff;
  color: #121212;
}
.demo-faq {
  background: #fff;
  margin: 0 auto;
  padding: 80px;
}
.demo-faq__container {
  max-width: 961px;
  margin: auto;
  border-radius: 20px;
}
.demo-faq__container-heading {
  font-size: 36px;
  font-weight: 800;
  color: #000000;
  line-height: 48px;
  text-align: center;
  margin: 24px 0px 48px;
}
.demo-faq__container-items {
  max-width: 960px;
  margin: auto;
}
.demo-faq__container-items-item-question {
  cursor: pointer;
  padding: 20px 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font-size: 16px;
  font-weight: 600;
  color: #2e2e2e;
  border-top: 1px solid #e6e6e6;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
}
.demo-faq__container-items-item-question::after {
  content: url('https://files.uxpin.com/marketing-assets/qcLgJzxiTbGYf45h0AJ1.svg');
  font-size: 20px;
  float: right;
  margin-left: 5px;
}
.demo-faq__container-items-item-question:hover,
.demo-faq__container-items-item-question:focus,
.demo-faq__container-items-item-question:focus-visible,
.demo-faq__container-items-item-question:active,
.demo-faq__container-items-item-question.active {
  outline: none;
  box-shadow: none;
  background: #fff !important;
  border-color: #e6e6e6;
  color: #2e2e2e !important;
  -webkit-text-fill-color: #2e2e2e;
}
.demo-faq__container-items-item:first-child .demo-faq__container-items-item-question {
  border-top: none;
}
.demo-faq__container-items-item:last-child .demo-faq__container-items-item-question {
  border-bottom: 1px solid #e6e6e6;
}
.demo-faq__container-items-item-answer {
  padding: 0px 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  color: #2e2e2e;
}
.demo-faq__container-items-item-divider {
  border-top: 1px solid #e6e6e6;
}
.demo-faq .active::after {
  content: url('https://files.uxpin.com/marketing-assets/3rx8NMdgQoSmx4bJcOEG.svg');
}
.demo-bottom-cta {
  background: linear-gradient(0deg, #d3acff 0%, #6666ff 100%);
  width: 100%;
  padding: 80px 20px;
}
.demo-bottom-cta__container {
  max-width: 780px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  padding: 60px 70px;
}
.demo-bottom-cta__heading {
  font-weight: 800;
  font-size: 36px;
  color: #121212;
  line-height: 48px;
  text-align: center;
  margin-bottom: 0px;
}
.demo-bottom-cta__text {
  font-size: 24px;
  color: #121212;
  line-height: 36px;
  text-align: center;
  margin: 24px auto;
}
.demo-bottom-cta__buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.demo-bottom-cta__button-left {
  padding: 14px;
  border: 2px solid #121212;
  border-radius: 4px;
  background-color: #121212;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 16px;
  text-align: center;
}
.demo-bottom-cta__button-left:hover {
  text-decoration: none;
  background-color: #fff;
  color: #121212;
}
.demo-bottom-cta__button-right {
  padding: 14px;
  border: 2px solid #121212;
  border-radius: 4px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  color: #121212;
  line-height: 16px;
  text-align: center;
}
.demo-bottom-cta__button-right:hover {
  text-decoration: none;
  background-color: #121212;
  color: #fff;
}
@media (max-width: 850px) {
  .demo-hero {
    padding: 20px;
  }
  .demo-videos {
    padding: 20px;
  }
  .demo-videos__list__left {
    gap: 10px;
  }
  .demo-videos__list__item {
    padding: 20px 10px;
  }
  .demo-videos__list__item.active .demo-videos__list__item__playing {
    display: none !important;
  }
  .demo-videos__list__item__icon {
    width: 27px;
    height: 27px;
    flex-shrink: 0;
  }
  .demo-mid-cta {
    padding: 30px;
  }
  .demo-mid-cta__container {
    padding: 20px;
  }
  .demo-faq {
    padding: 20px;
  }
  .demo-bottom-cta__container {
    padding: 20px;
  }
}
.sitemap-column__link {
  color: #c6c6c6;
}
/*# sourceMappingURL=demo.css.css.map */
