/* Import reference.css styles - adapted for Bootstrap */
* {
  box-sizing: border-box;
}

body {
  color: #3a0463;
  background-color: #fff;
  padding-top: 70px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  overflow: visible;
}

.button-primary {
  color: #fff;
  background-color: #3a0463;
  border-radius: 29px;
  margin-left: 0;
  padding: 13px 44px;
  border: none;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.button-primary .button-text {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.button-primary .button-subtext {
  display: block;
  font-size: 10px;
  line-height: 1.2;
  margin-top: 2px;
  color: #fdf757;
  font-weight: 400;
  text-align: center;
}

.button-primary:hover {
  background-color: #2a0333;
  color: #fff;
}

.button-primary.button-secondary {
  color: #3a0463;
  background-color: #fff;
}

.button-primary.button-secondary:hover {
  background-color: #f5f5f5;
  color: #3a0463;
}

.button-primary.button-secondary.mt-30 {
  margin-top: 30px;
}

.navbar {
  z-index: 999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.95);
}

.navbar-container {
  z-index: 5;
  background-color: transparent;
  width: 100%;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 16px;
}

.container-regular {
  width: 100%;
  max-width: 1720px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.container-regular.faq-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  list-style: none;
}

.nav-menu li {
  list-style: none;
}

.nav-link {

  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  
}

.navbar-button {
  padding-left: 30px;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  height: auto;
  max-height: 40px;
}

.menu-button {
  background-color: transparent;
  padding: 12px;
  border: none;
  display: none;
}

.legal-page{
  max-width: 800px;
  margin:0 auto;
}
.section {
  margin-top: 0;
  padding: 50px 16px;
  scroll-margin-top: 70px;
}

.section.hero-section {
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.section.hero-section {
  padding: 0;
}

.section.hero-section .container-regular {
  position: relative;
  z-index: 1;
}

.hero-video {
  position: relative;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-video video {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.hero-spacer {
  display: none;
}

@media (min-width: 992px) {
  .section.hero-section {
    background-color: #ffffff;
    min-height: 67vh;
    display: flex;
    align-items: center;
  }

  .section.hero-section .container-regular {
    width: 100%;
  }

  .hero-video {
    position: absolute;
    inset: 0;
  }

  .hero-video video {
    height: 101%;
  }

  .hero-spacer {
    display: block;
    min-height: 60vh;
  }
}

.section.product-details {
  background-color: transparent;
  background-image: repeating-linear-gradient(#e7e8ec, #fff);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  height: auto;
}

.section.violet-gradient-light {
  background-image: linear-gradient(#fff, #bbaaf3);
}

.section.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.text---h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 200;
  line-height: 60px;
  color: #3a0463;
}

.text---h2.text-white {
  color: #fff;
}

.description {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 25px;
  color: #3a0463;
}

.description.light {
  color: #bbaaf3;
}

.section-highlight {
  background: linear-gradient(135deg, #f7f2ff, #fff);
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.headline-highlight {
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  color: #3a0463;
  margin-bottom: 16px;
}

.highlight-description {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 26px;
  color: #3a0463;
}

.flex-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: 0 auto;
  justify-content: space-evenly;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding-top: 75px;
  padding-bottom: 75px;
  position: static;
  display: flex;
  flex-direction: column;
}

.flex-block.align-top {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.flex-block.align-middle {
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.grid-cols-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: transparent;
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 50px;
  display: grid;
  overflow: hidden;
}

.grid-cols-2.wrapit {
  padding-top: 70px;
  padding-bottom: 0;
}

.grid-cols-2.wrapit.pd-70 {
  padding-bottom: 70px;
}

.image-block-large {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: static;
}

.image-block-large.align-center {
  justify-content: end;
  align-items: center;
}

.image-left {
  position: absolute;
  top: 19%;
  right: 100%;
  bottom: auto;
  left: auto;
}

.image-right {
  display: inline-block;
  position: absolute;
  top: auto;
  right: 0%;
  bottom: 19%;
  left: 100%;
}

.image-wrapper-small {
  display: inline-block;
  position: relative;
}

.image {
  max-width: 100%;
  height: auto;
}

.flex-col-center {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.flex-col-center.container {
  justify-content: center;
  align-items: center;
}

.partners-slider {
  height: 100px;
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin-top: 20px;
}

.partners-slide-track {
  width: calc(160px * 21);
  display: flex;
  animation: partners-scroll 14s linear infinite;
  justify-content: space-between;
}

.partners-slide {
  width: 160px;
  height: 85px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.partners-slide .list-image {
  width: auto;
  height: 85px;
  object-fit: contain;
}

@keyframes partners-scroll {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-160px * 7));
  }
}

.text-block {
  text-align: center;
  font-size: 16px;
  color: #919191;
}

.list-image {
  height: 85px;
  width: auto;
}

.list-image:hover {
  filter: grayscale(0%);
}

.image-block-small {
  display: none;
}

.product-details {
  height: auto;
}

.flex-block-2 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.product-detail-cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: stretch;
  width: 100%;
  margin-top: 70px;
  display: grid;
}

.product-detail-cards .cards.colored-card {
  grid-column: span 4;
  grid-row: span 2;
}

.product-detail-cards .card-wrapper {
  grid-column: span 4;
}

#features img{max-width: 50px !important;}

.cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #bbaaf3;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  min-height: 262px;
  max-height: none;
  padding: 30px;
  display: flex;
  background-color: #fff;
}

.cards.colored-card {
  color: #fff;
  background-image: url("../img/features/image-12.png"), linear-gradient(#bbaaf3, #3a0463 100%, #fff);
  background-position: 94% 96%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 315px, auto;
  border: 0 solid transparent;
  height: 530px;
  max-height: none;
  padding: 30px;
  display: block;
}

.cards.steps-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  padding: 10px;
}

.div-block {
  width: 60%;
  margin-top: 60px;
}

.big-text {
  font-size: 64px;
  font-weight: 200;
  line-height: 70px;
  color: #fff;
  margin: 0;
}

.text---h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 200;
  line-height: 42px;
  color: #3a0463;
}

.legal-page .text---h3 {
  font-weight: 400;
}

.legal-page a {
  color: #3a0463;
}

.legal-page a:hover {
  color: #2a0333;
}

.text---h3.steps {
  line-height: 30px;
}

.detail-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 70px;
  display: grid;
  gap: 16px;
}

.div-block-3 {
  background-image: linear-gradient(#3a0463, #bbaaf3 100%, #fff);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  max-width: 50px;
  height: 50px;
  max-height: 50px;
  display: flex;
}

.steps-text-block {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.div-block-4 {
  border-radius: 20px;
  overflow: hidden;
}

.div-block-4 img {
  width: 100%;
  height: auto;
  display: block;
}

.wrapper-detail {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
}

.wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px 20px;
  display: flex;
}

.wrapper.violet-gradient {
  text-align: center;
  background-image: linear-gradient(#bbaaf3, #3a0463 100%, #fff);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
}

.container-large {
  background-color: transparent;
  max-width: 1820px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.container-large.benefits-list {
  background-color: #e7e8ec;
  border-radius: 30px;
  padding: 30px;
}

.benefits-detail {
  width: 80%;
}

.benefits-detail.benefits-wrapper {
  width: 100%;
}

.benefits-items {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #fff;
  grid-template-columns: repeat(12, 1fr);
  width: 100%;
  margin-top: 70px;
  display: grid;
}

.benefits-card {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  background-color: #e7e8ec;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 14px;
  display: flex;
  grid-column: span 3;
}

.benefits-card img {
  width: 40px;
  height: 40px;
}

.benefits-detail-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
}

.text---h4 {
  font-size: 24px;
  font-weight: 200;
  line-height: 40px;
  color: #3a0463;
  margin: 0;
}

.text---h4.regular {
  font-weight: 400;
  line-height: 30px;
}

.flex-vertical {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}

.text-block-2 {
  font-size: 14px;
  color: #3a0463;
}

.text-block-2 a {
  color: #3a0463;
}

.text-block-2 a:hover {
  color: #2a0333;
  text-decoration: underline;
}

.text-block-3 {
  color: #3a0463;
  font-size: 14px;
}

.text-white {
  color: #fff !important;
}

.faq-details {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 45%;
  height: 100%;
  display: flex;
}

.faq-accordions {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  width: 55%;
  display: flex;
  margin-left: auto;
}

.faq-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #e7e8ec;
  border-radius: 20px;
  flex-flow: column;
  padding: 20px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}

.faq-questions {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text---h5 {
  margin: 0;
  font-size: 24px;
  font-weight: 200;
  line-height: 70px;
  color: #3a0463;
}

.faq-answer {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}

.faq-answer .description {
  padding-top: 0;
  padding-bottom: 0;
}

.gray-gradient {
  z-index: -1;
  background-image: linear-gradient(#e7e8ec, #fff);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s;
}

.image-2 {
  display: none;
}

.image-3 {
  display: block;
}

.faq-item .faq-answer.show ~ .faq-questions .image-2,
.faq-item .faq-questions[aria-expanded="true"] .image-2 {
  display: block;
}

.faq-item .faq-answer.show ~ .faq-questions .image-3,
.faq-item .faq-questions[aria-expanded="true"] .image-3 {
  display: none;
}

.icon-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.icon-wrapper img {
  width: 100%;
  height: auto;
}

.details-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

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

/* Responsive Styles */
@media screen and (min-width: 1440px) {
  .text---h2 {
    font-size: 48px;
    line-height: 60px;
  }

  .description {
    font-size: 18px;
    line-height: 25px;
  }

  .flex-block {
    flex: 0 auto;
  }

  .grid-cols-2 {
  }

  .image {
    max-height: 593px;
  }

  .image-left, .image-right {
    width: 74.78%;
  }

  .cards.colored-card {
    background-size: auto 350px, auto;
    height: 551px;
  }

  .text---h3 {
    margin-bottom: 0;
    line-height: 70px;
  }
}

@media screen and (min-width: 1920px) {
  .grid-cols-2 {
    padding-top: 100px;
  }

  .image {
    max-height: 793px;
  }

  .cards.colored-card {

  }

  .wrapper.violet-gradient {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .navbar-container {
    
  }

  .container-regular.faq-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .nav-menu-wrapper {
    background-color: transparent;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .navbar-button {
    padding-left: 0;
  }

  .menu-button {
    background-color: transparent;
    padding: 12px;
    display: block;
  }

  .text---h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .description {
    font-size: 16px;
    line-height: 20px;
  }

  .grid-cols-2 {
  }

  .grid-cols-2.wrapit.pd-70 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .image {
    max-height: 400px;
  }

  .image-block-large {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .image-left, .image-right {
    width: 50.45%;
  }

  .product-detail-cards {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .product-detail-cards .cards.colored-card,
  .product-detail-cards .card-wrapper {
    grid-column: span 12;
  }

  .product-detail-cards.mt-50 {
    margin-top: 50px;
  }

  .cards.colored-card {
    background-size: auto 399px, auto;
    height: 530px;
  }

  .cards.steps-card {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

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

  .container-large.benefits-list {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .benefits-items {
    grid-template-rows: auto auto auto auto;
    margin-top: 50px;
  }

  .benefits-card {
    grid-column: span 6;
  }

  .text---h4 {
    line-height: 30px;
  }

  .faq-details {
    width: 100%;
  }

  .faq-accordions {
    width: 100%;
    margin-top: 50px;
  }

  .details-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .button-primary {
    text-align: center;
    width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
    width: 100%;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .navbar-button {
    margin-top: 10px;
  }

  .section.px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .text---h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .description {
    padding-top: 20px;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
  }

  .flex-block {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-cols-2 {
    padding-top: 0;
    grid-template-columns: 1fr;
  }

  .image-block-large {
    display: none;
  }

  .image-left {
    border: 1px solid #e7e8ec;
    border-radius: 10px;
    width: 63.45%;
    right: 73%;
  }

  .image-right {
    border: 1px solid #e7e8ec;
    border-radius: 10px;
    width: 63.45%;
    left: 73%;
  }

  .flex-col-center.container {
    overflow: hidden;
  }

  .partners-slider {
    height: 80px;
  }

  .partners-slide-track {
    width: calc(120px * 21);
    animation: partners-scroll-mobile 14s linear infinite;
    justify-content: space-between;
  }

  .partners-slide {
    width: 120px;
    height: 60px;
  }

  .partners-slide .list-image {
    height: 60px;
  }

  @keyframes partners-scroll-mobile {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(calc(-120px * 7));
    }
  }

  .image-block-small {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .product-detail-cards.mt-50 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .cards.colored-card {
    background-size: auto 379px, auto;
    height: 500px;
  }

  .div-block {
    margin-top: 30px;
  }

  .big-text {
    font-size: 48px;
    line-height: 50px;
  }

  .text---h3 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .grid.mt-50 {
    display: grid;
    grid-template-columns: 1fr;
  }

  .wrapper.violet-gradient {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container-large.benefits-list {
    border-radius: 0;
    padding-bottom: 90px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .benefits-detail.benefits-wrapper {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .benefits-items {
    display: grid;
    grid-template-columns: 1fr;
  }

  .benefits-card {
    grid-column: span 12;
  }

  .flex-vertical {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .div-block-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .text-block-2 {
    font-size: 12px;
  }

  .text-block-3 {
    color: #919191;
  }

  .image-2 {
    display: none;
  }

  .image-3 {
    display: block;
  }

  .icon-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text---h5 {
    font-size: 20px;
    line-height: 24px;
  }

  .details-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .grid-cols-2.wrapit {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .image-left, .image-right {
    width: 50.45%;
  }

  .cards.colored-card {
    background-size: auto 349px, auto;
    height: 469px;
  }

  .div-block {
    width: 50%;
    margin-top: 20px;
  }

  .text---h3 {
    line-height: 30px;
  }

  .text---h3.steps {
    line-height: 30px;
  }

  .benefits-detail.benefits-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-questions {
    justify-content: space-between;
    align-items: center;
  }

  .text---h5 {
    line-height: 24px;
  }
}

/* Bootstrap overrides */
.navbar-toggler {
  border: none;
  padding: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.collapse:not(.show) {
  display: none;
}

.collapse.show {
  display: block;
}

@media (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    z-index: 1000;
  }
}
