body > section {
  width: 100%;
  padding: 10rem 4rem;
}
@media (max-width: 768px) {
  body > section {
    padding: 6rem 2.4rem;
  }
}

.home-hero {
  background-color: #000;
  padding-top: 15rem;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  min-height: 90vh;
}
@media (max-width: 768px) {
  .home-hero {
    padding-top: 0;
    background-color: #000000;
    min-height: 80vh;
  }
}
.home-hero .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  margin: 0 auto;
  padding: 0 4rem 10rem;
  border-radius: 1.6rem;
  width: calc(100% - 20rem);
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: calc(100% - 20rem);
}
@media (max-width: 1130px) {
  .home-hero .container {
    width: calc(100% - 5rem);
    padding: 0 0 10rem;
    flex-basis: calc(100% - 5rem);
    gap: 6rem;
  }
}
@media (max-width: 1024px) {
  .home-hero .container {
    flex-direction: column;
    gap: 5rem;
    width: calc(100% - 10rem);
    padding: 0 4rem 10rem;
  }
}
@media (max-width: 640px) {
  .home-hero .container {
    padding: 2.4rem;
    width: 100%;
    border-radius: 0;
  }
}
.home-hero .container .hero-content,
.home-hero .container form {
  width: 100%;
  max-width: 510px;
}
@media (max-width: 1130px) {
  .home-hero .container .hero-content,
  .home-hero .container form {
    max-width: 800px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .home-hero .container .hero-content,
  .home-hero .container form {
    margin-top: 0;
  }
}
.home-hero .container .hero-title {
  font-size: 8rem;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 768px) {
  .home-hero .container .hero-title {
    font-size: 8rem;
  }
}
@media (max-width: 639px) {
  .home-hero .container .hero-title {
    font-size: 5.6rem;
    line-height: 5.4rem;
  }
}
@media (max-width: 389px) {
  .home-hero .container .hero-title {
    font-size: 4.4rem;
    line-height: 4.4rem;
  }
}
@media (max-width: 330px) {
  .home-hero .container .hero-title {
    max-width: 10ch;
  }
}
.home-hero .container .hero-title #word-container {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 9.2rem; /* Adjust based on your font size */
  vertical-align: bottom;
  transition: width 0.2s ease-in-out;
}
@media (max-width: 639px) {
  .home-hero .container .hero-title #word-container {
    height: 5.4rem;
  }
}
@media (max-width: 389px) {
  .home-hero .container .hero-title #word-container {
    height: 4.4rem;
  }
}
.home-hero .container .hero-title .word {
  position: absolute;
  top: 100%;
  left: 0; /* Change from 50% to 0 */
  transform: translateX(0); /* Remove the horizontal transform */
  opacity: 0;
  white-space: nowrap;
  transition: top 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.home-hero .container .hero-title .word.active {
  top: 0;
  opacity: 1;
}
.home-hero .container .hero-subtitle {
  font-size: 2.8rem;
  line-height: 1.35;
  max-width: 26ch;
}
.home-hero .container .hero-subtitle br {
  display: none;
}
@media (max-width: 390px) {
  .home-hero .container .hero-subtitle {
    font-size: 2rem;
    line-height: 3.1rem;
    max-width: unset;
  }
}
.home-hero .container form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.home-hero .container form .c-banner__form__input__wrapper {
  margin-right: 0;
}
@media (max-width: 768px) {
  .home-hero .container form .c-banner__form__input__wrapper {
    width: 100%;
    margin-bottom: 0;
  }
}
.home-hero .container form .c-banner__form__input__wrapper::before {
  left: -1.8rem;
}
.home-hero .container form input::-moz-placeholder {
  color: #dbe3e8;
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 300;
  letter-spacing: 1px;
}
.home-hero .container form input::placeholder {
  color: #dbe3e8;
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 300;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .home-hero .container form input::-moz-placeholder {
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: 400;
  }
  .home-hero .container form input::placeholder {
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: 400;
  }
}
.home-hero .container form button {
  padding: 2rem;
  font-size: 2.4rem;
  line-height: 3rem;
}
@media (max-width: 768px) {
  .home-hero .container form button {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 700;
    letter-spacing: -0.25px;
    padding: 16px 20px;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .home-hero .custom-carousel {
    margin: 4rem auto;
  }
}

.home-stats {
  background-color: #000000;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15rem 0;
}
@media (max-width: 768px) {
  .home-stats {
    padding: 6rem 0;
  }
}
.home-stats .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: left;
  width: calc(100% - 4rem);
  /* padding: 0 10rem; */
  gap: 5rem;
}
@media (max-width: 1024px) {
  .home-stats .container {
    flex-direction: column;
    width: 100%;
    padding: 0 2.4rem;
  }
}
@media (max-width: 768px) {
  .home-stats .container {
    gap: 0;
  }
}
.home-stats .container .left {
  max-width: 600px;
}
.home-stats .container .right {
  max-width: 500px;
}
.home-stats .container .stats-heading {
  font-size: 7.2rem;
  line-height: 7.6rem;
  margin-bottom: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .home-stats .container .stats-heading {
    font-size: 42px;
    line-height: 4.2rem;
    margin-bottom: 2.4rem;
  }
}
.home-stats .container .stats-subheading {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #ffffff;
}
@media (max-width: 768px) {
  .home-stats .container .stats-subheading {
    font-size: 2rem;
    line-height: 2.7rem;
    font-weight: 300;
  }
}
.home-stats .container .stats-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2.4rem;
  text-align: left;
  color: #000000;
  margin-top: 3.2rem;
}
@media (max-width: 390px) {
  .home-stats .container .stats-content {
    gap: 0.8rem;
  }
}
.home-stats .container .stats-content .stats-item {
  padding: 1.6rem;
  border-radius: 2px 16px 16px 16px;
  min-width: 176px;
  min-height: 184px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 1.2rem;
}
@media (max-width: 768px) {
  .home-stats .container .stats-content .stats-item {
    min-width: 160px;
    min-height: 184px;
  }
}
@media (max-width: 390px) {
  .home-stats .container .stats-content .stats-item {
    min-width: 130px;
    min-height: 160px;
    padding: 8px;
  }
}
.home-stats .container .stats-content .stats-item span.append {
  font-size: 6.4rem;
  font-weight: 800;
  display: inline-block;
}
@media (max-width: 390px) {
  .home-stats .container .stats-content .stats-item span.append {
    font-size: 5.6rem;
  }
}
.home-stats .container .stats-content .stats-item span.append-percentage {
  font-size: 2.4rem;
}
.home-stats .container .stats-content .stats-item .stats-title {
  font-size: 6.4rem;
  line-height: 1;
}
@media (max-width: 390px) {
  .home-stats .container .stats-content .stats-item .stats-title {
    font-size: 5.6rem;
  }
}
.home-stats .container .stats-content .stats-item .stats-subtitle {
  font-size: 1.3rem;
  line-height: 1.9rem;
  font-weight: 700;
}

.home-ctas {
  background-color: #ffffff;
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 12rem;
}
@media (max-width: 768px) {
  .home-ctas {
    padding-top: 8.8rem;
  }
}
.home-ctas .container {
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-ctas .container .ctas-header {
  max-width: 800px;
}
.home-ctas .container .ctas-subheading {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: -0.5px;
}
@media (max-width: 390px) {
  .home-ctas .container .ctas-subheading {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}
.home-ctas .container .ctas-heading {
  font-size: 6.4rem;
  line-height: 6.4rem;
  letter-spacing: -1px;
  margin: 2rem auto 3.2rem;
  max-width: 700px;
}
@media (max-width: 743px) {
  .home-ctas .container .ctas-heading {
    font-size: 5.6rem;
    line-height: 5.6rem;
    max-width: 610px;
  }
}
@media (max-width: 639px) {
  .home-ctas .container .ctas-heading {
    font-size: 4.8rem;
    line-height: 4.8rem;
    margin: 2.4rem 0;
  }
}
@media (max-width: 390px) {
  .home-ctas .container .ctas-heading {
    font-size: 3.6rem;
    line-height: 3.6rem;
  }
}
.home-ctas .container .ctas-caption {
  font-size: 2.3rem;
  line-height: 3.2rem;
}
.home-ctas .container .ctas-caption br {
  display: none;
}
@media (max-width: 768px) {
  .home-ctas .container .ctas-caption {
    font-size: 2rem;
    line-height: 2.9rem;
    font-weight: 300;
  }
}
.home-ctas .container .ctas-container {
  margin-top: 6rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 6rem 3.2rem;
  flex-wrap: wrap;
}
.home-ctas .container .ctas-container .cta-item {
  max-width: 475px;
  width: 100%;
  text-align: left;
}
@media (max-width: 1070px) {
  .home-ctas .container .ctas-container .cta-item {
    max-width: 425px;
  }
}
@media (max-width: 970px) {
  .home-ctas .container .ctas-container .cta-item {
    max-width: 375px;
  }
}
@media (max-width: 870px) {
  .home-ctas .container .ctas-container .cta-item {
    max-width: 345px;
  }
}
@media (max-width: 808px) {
  .home-ctas .container .ctas-container .cta-item {
    max-width: 325px;
  }
}
@media (max-width: 768px) {
  .home-ctas .container .ctas-container .cta-item {
    max-width: 300px;
  }
}
@media (max-width: 680px) {
  .home-ctas .container .ctas-container .cta-item {
    max-width: 280px;
  }
}
@media (max-width: 639px) {
  .home-ctas .container .ctas-container .cta-item {
    max-width: 345px;
  }
}
.home-ctas .container .ctas-container .cta-item:last-of-type .cta-image-caption,
.home-ctas .container .ctas-container .cta-item:last-of-type .cta-stats {
  display: none;
}
@media (max-width: 640px) {
  .home-ctas .container .ctas-container .cta-item:last-of-type {
    display: none;
  }
}
.home-ctas .container .ctas-container .cta-image {
  position: relative;
  margin-bottom: 3.2rem;
}
.home-ctas .container .ctas-container .cta-image .cta-image-caption {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  color: #ffffff;
  padding: 0.6rem 1.2rem;
  border-radius: 8px 0px;
  font-size: 1.6rem;
  line-height: 1.9rem;
}
.home-ctas .container .ctas-container .cta-heading {
  font-size: 2.7rem;
  line-height: 3rem;
  margin-bottom: 0.8rem;
  text-wrap: balance;
  max-width: 420px;
}
@media (max-width: 379px) {
  .home-ctas .container .ctas-container .cta-heading br {
    display: none;
  }
}
.home-ctas .container .ctas-container .cta-heading .o-gradient-text {
  display: inline;
  background: linear-gradient(270deg, #2e76ca 0%, #46cac9 100%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.home-ctas .container .ctas-container .cta-caption {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.home-ctas .container .ctas-container .cta-buttons {
  padding-top: 2.4rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.6rem;
}
.home-ctas .container .ctas-container .cta-buttons .c-btn {
  font-size: 1.6rem;
  padding-top: 4px;
  padding-bottom: 4px;
}
.home-ctas .container .ctas-container .cta-buttons .c-btn--outline {
  color: #000;
  border-color: #000;
}
.home-ctas .container .ctas-container .cta-stats {
  margin: 1.6rem 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
  padding-top: 1.6rem;
  border-top: solid 1px #f2f2f2;
}
@media (max-width: 768px) {
  .home-ctas .container .ctas-container .cta-stats {
    padding-bottom: 0.8rem;
    padding-top: 0.8rem;
    border-bottom: solid 1px #f2f2f2;
  }
}
.home-ctas .container .ctas-container .cta-stat {
  border: solid 1px #f2f2f2;
  border-radius: 1px 16px 16px 16px;
  padding: 1.2rem;
  min-width: 40%;
}
@media (max-width: 768px) {
  .home-ctas .container .ctas-container .cta-stat {
    border: none;
  }
}
.home-ctas .container .ctas-container .cta-stat-title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 2rem;
  color: #363738;
  line-height: 1;
}
.home-ctas .container .ctas-container .cta-stat-title svg {
  margin-right: 0.5rem;
  margin-bottom: 0.2rem;
}
.home-ctas .container .ctas-container .cta-stat-title .stat-append-percentage {
  font-size: 1.5rem;
  margin-bottom: 0.2rem;
  margin-left: 0.1rem;
}
.home-ctas .container .ctas-container .cta-stat-caption {
  font-size: 1.4rem;
  line-height: 1.5rem;
}

.home-testimonials {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /* The Modal (background) */
  /* Modal Content */
  /* Close Button */
  /* Video inside modal */
}
.home-testimonials .container-videos {
  max-width: 1300px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 2.4rem;
  /* Assuming there will be 2 secondary videos, otherwise use repeat() in HTML */
}
.home-testimonials .container-videos .testimonials-heading {
  font-size: 5.6rem;
  line-height: 6rem;
  margin-bottom: 7.2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .home-testimonials .container-videos .testimonials-heading {
    font-size: 4.4rem;
    line-height: 4.4rem;
  }
}
@media (max-width: 389px) {
  .home-testimonials .container-videos .testimonials-heading {
    font-size: 3.6rem;
    line-height: 3.6rem;
  }
}
.home-testimonials .container-videos .video-testimonials {
  display: grid;
  grid-template-columns: 3fr 1fr; /* 75% for main testimonial, 25% for secondary videos */
  grid-template-rows: repeat(9, 1fr); /* 9 rows */
  gap: 1.4rem 2rem;
}
@media (max-width: 960px) {
  .home-testimonials .container-videos .video-testimonials {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}
.home-testimonials .container-videos .main-testimonial {
  grid-column: 1/2; /* Span first 3 columns */
  grid-row: 1/-1; /* Span all rows */
  display: flex;
  flex-direction: row;
  border-radius: 0 1.6rem 1.6rem 1.6rem;
}
@media (max-width: 1024px) {
  .home-testimonials .container-videos .main-testimonial {
    grid-column: span 2;
  }
}
@media (max-width: 744px) {
  .home-testimonials .container-videos .main-testimonial {
    flex-direction: column;
  }
}
.home-testimonials .container-videos .main-testimonial .content {
  background: linear-gradient(to left, #9cf5f5 0%, #29d6d6 100%);
  padding: 6rem 2.4rem;
  max-width: 40%;
  width: 100%;
  border-radius: 0 0 0 1.6rem;
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .home-testimonials .container-videos .main-testimonial .content {
    max-width: 100%;
    border-radius: 0 1.6rem 0 0;
    padding: 3.2rem 2.4rem;
  }
}
.home-testimonials .container-videos .main-testimonial .content .profile {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1.2rem;
}
.home-testimonials .container-videos .main-testimonial .content .testimonial {
  font-size: 2.3rem;
  line-height: 3.2rem;
}
@media (max-width: 768px) {
  .home-testimonials .container-videos .main-testimonial .content .testimonial {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
.home-testimonials .container-videos .main-testimonial .video {
  max-width: 60%;
  width: 100%;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .home-testimonials .container-videos .main-testimonial .video {
    max-width: 100%;
    min-height: 300px;
  }
}
.home-testimonials .container-videos .main-testimonial .video .thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.home-testimonials .container-videos .main-testimonial .video .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 1.6rem 1.6rem 0;
}
@media (max-width: 768px) {
  .home-testimonials .container-videos .main-testimonial .video .thumbnail img {
    border-radius: 0 0 1.6rem 1.6rem;
  }
}
.home-testimonials .container-videos .main-testimonial .video .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.home-testimonials .container-videos .main-testimonial .video .video-time {
  position: absolute;
  bottom: 2.4rem;
  right: 2.4rem;
  background-color: rgba(0, 0, 0, 0.3176470588);
  color: #ffffff;
  z-index: 10;
  padding: 2px 6px;
  border-radius: 4px;
}
.home-testimonials .container-videos .secondary-video {
  grid-column: 2/3; /* Span the last column */
  position: relative;
  border-radius: 1.6rem;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .home-testimonials .container-videos .secondary-video {
    grid-column: span 1;
    min-height: 150px;
  }
}
.home-testimonials .container-videos .secondary-video .thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 1.6rem;
}
.home-testimonials .container-videos .secondary-video .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.6rem;
}
.home-testimonials .container-videos .secondary-video .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 1rem;
}
.home-testimonials .container-videos .secondary-video .video-time {
  position: absolute;
  bottom: 1.4rem;
  right: 1.4rem;
  background-color: rgba(0, 0, 0, 0.3176470588);
  color: #ffffff;
  z-index: 10;
  padding: 2px 6px;
  border-radius: 4px;
}
.home-testimonials .container-videos .secondary-video {
  grid-row: 1/5; /* Next 4 rows */
}
@media (max-width: 1024px) {
  .home-testimonials .container-videos .secondary-video {
    grid-row: auto;
  }
}
.home-testimonials .container-videos .secondary-video:nth-child(2) {
  grid-row: 5/9; /* Next 4 rows */
}
@media (max-width: 1024px) {
  .home-testimonials .container-videos .secondary-video:nth-child(2) {
    grid-row: auto;
  }
}
.home-testimonials .container-videos .more-videos {
  grid-column: 2/3; /* Span the last column */
  grid-row: 9/10; /* Last row */
  align-self: end; /* Align button to bottom */
  justify-self: center; /* Center the button */
  padding: 4px 12px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media (max-width: 1024px) {
  .home-testimonials .container-videos .more-videos {
    grid-row: auto;
    grid-column: span 2;
    font-size: 1.8rem;
    line-height: 3rem;
    padding: 0.8rem 2rem;
  }
}
.home-testimonials .container-text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  width: 100%;
  padding: 0 2.4rem;
}
@media (max-width: 960px) {
  .home-testimonials .container-text {
    flex-direction: column;
  }
}
.home-testimonials .container-text .testimonial-callout {
  max-width: 372px;
  margin-right: 5.6rem;
}
@media (max-width: 960px) {
  .home-testimonials .container-text .testimonial-callout {
    text-align: center;
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 600px) {
  .home-testimonials .container-text .testimonial-callout {
    margin-right: 0;
  }
}
.home-testimonials .container-text .testimonial-callout .testimonial-callout-heading {
  font-size: 5rem;
  line-height: 5.4rem;
}
@media (max-width: 768px) {
  .home-testimonials .container-text .testimonial-callout .testimonial-callout-heading {
    font-size: 4.4rem;
  }
}
@media (max-width: 389px) {
  .home-testimonials .container-text .testimonial-callout .testimonial-callout-heading {
    font-size: 3.6rem;
    line-height: 3.6rem;
  }
}
.home-testimonials .container-text .testimonial-callout .review-platforms {
  margin: 3.2rem 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1rem;
}
@media (max-width: 960px) {
  .home-testimonials .container-text .testimonial-callout .review-platforms {
    justify-content: center;
  }
}
.home-testimonials .container-text .testimonial-callout .review-platforms img {
  max-width: 97px;
  width: 100%;
  height: auto;
  flex-shrink: 1;
  min-width: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-testimonials .container-text .text-reviews {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 1.6rem;
}
@media (max-width: 660px) {
  .home-testimonials .container-text .text-reviews {
    flex-direction: column;
  }
}
.home-testimonials .container-text .text-reviews .text-review {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.6rem;
  max-width: 286px;
  width: 100%;
  background: linear-gradient(to left, #9cf5f5 0%, #29d6d6 100%);
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000000;
  padding: 3.2rem 2.4rem;
  border-radius: 0 1.6rem 1.6rem 1.6rem;
}
@media (max-width: 660px) {
  .home-testimonials .container-text .text-reviews .text-review {
    max-width: 500px;
  }
}
.home-testimonials .container-text .text-reviews .text-review .profile {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1.2rem;
}
.home-testimonials .modal {
  display: none;
  position: fixed;
  z-index: 12;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7); /* 70% darkness */
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-testimonials .modal-content {
  position: relative;
  width: 80%;
  max-width: 800px;
  background-color: #000;
  border-radius: 8px;
  overflow: hidden;
  padding: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.home-testimonials .close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  z-index: 99;
}
.home-testimonials .close:hover,
.home-testimonials .close:focus {
  color: #000;
  text-decoration: none;
}
.home-testimonials .modal video {
  width: 100%;
  height: auto;
}

#modal-video {
  aspect-ratio: 16/9;
}

.online-store {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .online-store {
    padding: 6rem 2.4rem 12rem;
  }
}
.online-store .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  width: 100%;
  gap: 4.8rem;
}
@media (max-width: 960px) {
  .online-store .container {
    flex-direction: column;
    text-align: center;
  }
}
.online-store .container .content h2 {
  font-size: 5rem;
  line-height: 5.4rem;
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .online-store .container .content h2 {
    font-size: 4.4rem;
    line-height: 4.4rem;
  }
}
@media (max-width: 389px) {
  .online-store .container .content h2 {
    font-size: 3.6rem;
    line-height: 3.6rem;
  }
}
.online-store .container .content p {
  font-size: 2.8rem;
  line-height: 3.6rem;
  margin-bottom: 3.2rem;
  max-width: 32ch;
}
@media (max-width: 960px) {
  .online-store .container .content p {
    max-width: unset;
  }
}
.online-store .container .content p br {
  display: none;
}
@media (max-width: 768px) {
  .online-store .container .content p {
    font-size: 2rem;
    line-height: 2.7rem;
    font-weight: 300;
  }
}
.online-store .container .content .c-btn {
  margin-right: 1.2rem;
}
.online-store .container .image-container {
  min-width: 480px;
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.4rem;
}
@media (max-width: 960px) {
  .online-store .container .image-container {
    padding: 0 4.8rem;
    min-width: unset;
  }
}
@media (max-width: 768px) {
  .online-store .container .image-container {
    padding: 0;
    gap: 1.6rem;
    max-width: 400px;
  }
}
.online-store .container .image-container img {
  max-width: 100%;
  height: auto;
  border-radius: 1.6rem;
}
@media (max-width: 768px) {
  .online-store .container .image-container img {
    max-width: 93px;
  }
}

.price-plans {
  background: linear-gradient(to left, #9cf5f5 0%, #29d6d6 100%);
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.price-plans .container {
  max-width: 1300px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.price-plans .container .price-plans-heading {
  font-size: 5.6rem;
  line-height: 6.6rem;
  margin-bottom: 7rem;
  text-align: center;
}
@media (max-width: 768px) {
  .price-plans .container .price-plans-heading {
    font-size: 3.6rem;
    line-height: 4rem;
    margin-bottom: 2.4rem;
  }
}
.price-plans .container .plans {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .price-plans .container .plans {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.price-plans .container .plans .plan {
  border: solid 1px #000000;
  border-radius: 12px;
  padding: 2.2rem;
  font-size: 1.8rem;
  line-height: 2.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .price-plans .container .plans .plan {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
.price-plans .container .plans .plan .plan-name {
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .price-plans .container .plans .plan .plan-name {
    font-size: 2.4rem;
  }
}
.price-plans .container .plans .plan .plan-description {
  font-weight: 700;
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .price-plans .container .plans .plan .plan-description {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
.price-plans .container .plans .plan .plan-bullets {
  margin: 1rem 0 1rem 0;
  list-style: none;
  padding-left: 3rem;
}
.price-plans .container .plans .plan .plan-bullets li {
  margin-bottom: 8px;
  position: relative;
}
.price-plans .container .plans .plan .plan-bullets li::before {
  content: "";
  position: absolute; /* Position the bullet absolutely */
  left: -3rem; /* Align to the left of the li */
  top: 2px; /* Adjust this value to vertically align the bullet as needed */
  display: block;
  width: 19px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 20.9397C16.7237 20.9397 21.3636 16.2997 21.3636 10.576C21.3636 4.85236 16.7237 0.212402 11 0.212402C5.27631 0.212402 0.636353 4.85236 0.636353 10.576C0.636353 16.2997 5.27631 20.9397 11 20.9397Z' fill='black'/%3E%3Cpath d='M15.3986 8.22656L9.57059 13.7865L6.66156 11.0065' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}
.price-plans .container .plans .plan .plan-starting {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
}
.price-plans .container .plans .plan .plan-price {
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 768px) {
  .price-plans .container .plans .plan .plan-price {
    font-size: 2.4rem;
  }
}
.price-plans .container .plans .plan .button_get_started {
  margin-top: 2.4rem;
  padding: 1.2rem;
  border: solid 1px #000000;
  border-radius: 8px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .price-plans .container .plans .plan .button_get_started {
    font-size: 1.7rem;
  }
}

.home-footer .c-banner__title {
  max-width: 630px;
  margin-bottom: 4.8rem;
}
