@charset "UTF-8";
/* =========== Titles and subtitles =========== */
/* =========== Body text =========== */
.testimonial-component {
  padding-top: 60px;
  padding-bottom: 140px;
}
.testimonial-component h2 {
  text-align: center;
  font-size: 44px;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 52px;
  margin-bottom: 28px;
}
.testimonial-component .testimonial-component-slider .slick-track,
.testimonial-component .testimonial-component-slider-mob .slick-track {
  padding: 20px 0 40px;
}
.testimonial-component .testimonial-component-slider .slide-item,
.testimonial-component .testimonial-component-slider-mob .slide-item {
  outline: none;
  max-width: 844px;
  transform: scale(0.8);
  opacity: 0.6;
  margin: 0 -20px;
  transition: 0.3s;
}
.testimonial-component .testimonial-component-slider .slide-item.slick-current, .testimonial-component .testimonial-component-slider .slide-item.slick-center, .testimonial-component .testimonial-component-slider .slide-item.slick-active,
.testimonial-component .testimonial-component-slider-mob .slide-item.slick-current,
.testimonial-component .testimonial-component-slider-mob .slide-item.slick-center,
.testimonial-component .testimonial-component-slider-mob .slide-item.slick-active {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.5s;
}
.testimonial-component .testimonial-component-slider .slide-item .desktop,
.testimonial-component .testimonial-component-slider-mob .slide-item .desktop {
  display: flex;
  align-items: center;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.08);
  background: #fff url("../../src/img/bl-testimonial-quote.svg") no-repeat calc(100% - 20px) 20px;
}
.testimonial-component .testimonial-component-slider .slide-item .desktop .content-img,
.testimonial-component .testimonial-component-slider-mob .slide-item .desktop .content-img {
  position: relative;
  width: 300px;
  margin-right: 48px;
  border-radius: 8px;
  overflow: hidden;
}
.testimonial-component .testimonial-component-slider .slide-item .desktop .content-img img,
.testimonial-component .testimonial-component-slider-mob .slide-item .desktop .content-img img {
  display: block;
  width: 100%;
  height: 348px;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-component .testimonial-component-slider .slide-item .desktop .content-img .video-gradient,
.testimonial-component .testimonial-component-slider-mob .slide-item .desktop .content-img .video-gradient {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.testimonial-component .testimonial-component-slider .slide-item .desktop .content-img .video-gradient a,
.testimonial-component .testimonial-component-slider-mob .slide-item .desktop .content-img .video-gradient a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  background: url("../../src/img/bl-testimonial-play-icon.svg") no-repeat 0 50%;
  background-size: 28px;
  padding-left: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: 0.3s;
}
.testimonial-component .testimonial-component-slider .slide-item .desktop .content-img .video-gradient a:hover,
.testimonial-component .testimonial-component-slider-mob .slide-item .desktop .content-img .video-gradient a:hover {
  text-decoration: underline;
  background-size: 32px;
  padding-left: 38px;
}
.testimonial-component .testimonial-component-slider .slide-item .desktop .content-description,
.testimonial-component .testimonial-component-slider-mob .slide-item .desktop .content-description {
  width: calc(100% - 348px);
}
.testimonial-component .testimonial-component-slider .slide-item .desktop .content-description img,
.testimonial-component .testimonial-component-slider-mob .slide-item .desktop .content-description img {
  display: block;
  height: 24px;
  margin-bottom: 20px;
}
.testimonial-component .testimonial-component-slider .slide-item .desktop .content-description p,
.testimonial-component .testimonial-component-slider-mob .slide-item .desktop .content-description p {
  font-size: 24px;
  color: var(--text-primary);
  line-height: 33px;
  margin-bottom: 20px;
}
.testimonial-component .testimonial-component-slider .slide-item .desktop .content-description .name,
.testimonial-component .testimonial-component-slider-mob .slide-item .desktop .content-description .name {
  font-size: 24px;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 33px;
}
.testimonial-component .testimonial-component-slider .slide-item .desktop .content-description .short,
.testimonial-component .testimonial-component-slider-mob .slide-item .desktop .content-description .short {
  font-size: 18px;
  color: var(--text-primary);
  line-height: 25px;
}
.testimonial-component .testimonial-component-slider .slide-item .mobile,
.testimonial-component .testimonial-component-slider-mob .slide-item .mobile {
  display: none;
}
.testimonial-component .testimonial-component-slider .slide-item .mobile .mobile-flx,
.testimonial-component .testimonial-component-slider-mob .slide-item .mobile .mobile-flx {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.testimonial-component .testimonial-component-slider .slide-item .mobile .mobile-flx img.avatar,
.testimonial-component .testimonial-component-slider-mob .slide-item .mobile .mobile-flx img.avatar {
  flex-shrink: 0;
  display: block;
  width: 104px;
  height: 104px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.12);
  margin-right: 20px;
}
.testimonial-component .testimonial-component-slider .slide-item .mobile .mobile-flx .mobile-flx-content-right .name,
.testimonial-component .testimonial-component-slider-mob .slide-item .mobile .mobile-flx .mobile-flx-content-right .name {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  color: var(--text-primary);
  margin-bottom: 8px;
}
.testimonial-component .testimonial-component-slider .slide-item .mobile .mobile-flx .mobile-flx-content-right .short,
.testimonial-component .testimonial-component-slider-mob .slide-item .mobile .mobile-flx .mobile-flx-content-right .short {
  font-size: 16px;
  color: var(--text-primary);
  line-height: 22px;
}
.testimonial-component .testimonial-component-slider .slide-item .mobile .mobile-flx .mobile-flx-content-right img.rating,
.testimonial-component .testimonial-component-slider-mob .slide-item .mobile .mobile-flx .mobile-flx-content-right img.rating {
  display: block;
  width: 104px;
  margin-top: 12px;
}
.testimonial-component .testimonial-component-slider .slide-item .mobile p,
.testimonial-component .testimonial-component-slider-mob .slide-item .mobile p {
  font-size: 24px;
  color: var(--text-primary);
  line-height: 33px;
  margin-bottom: 20px;
}
.testimonial-component .testimonial-component-slider .slide-item .mobile a.video-popup,
.testimonial-component .testimonial-component-slider-mob .slide-item .mobile a.video-popup {
  color: var(--text-primary);
  font-size: 18px;
  text-decoration: none;
  outline: none;
  background: url("../../src/img/testimonials-component-play.svg") no-repeat 0 50%;
  background-size: 28px;
  padding: 4px 0 4px 36px;
}
.testimonial-component .testimonial-component-slider button.btn-prev,
.testimonial-component .testimonial-component-slider-mob button.btn-prev {
  position: absolute;
  z-index: 1;
  width: 48px;
  height: 48px;
  border: 1px solid #090e35;
  border-radius: 50%;
  cursor: default;
  padding: 0;
  bottom: -56px;
  background: url("../../src/img/bl-testimonial-arrow-left.svg") no-repeat 50% 50%;
  left: calc(50% - 55px);
}
.testimonial-component .testimonial-component-slider button.btn-prev:not(.slick-disabled):hover,
.testimonial-component .testimonial-component-slider-mob button.btn-prev:not(.slick-disabled):hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.04) url("../../src/img/bl-testimonial-arrow-left.svg") no-repeat 50% 50%;
}
.testimonial-component .testimonial-component-slider button.btn-next,
.testimonial-component .testimonial-component-slider-mob button.btn-next {
  position: absolute;
  z-index: 1;
  width: 48px;
  height: 48px;
  border: 1px solid #090e35;
  border-radius: 50%;
  cursor: default;
  padding: 0;
  bottom: -56px;
  background: url("../../src/img/bl-testimonial-arrow-right.svg") no-repeat 50% 50%;
  right: calc(50% - 55px);
}
.testimonial-component .testimonial-component-slider button.btn-next:not(.slick-disabled):hover,
.testimonial-component .testimonial-component-slider-mob button.btn-next:not(.slick-disabled):hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.04) url("../../src/img/bl-testimonial-arrow-right.svg") no-repeat 50% 50%;
}
.testimonial-component .testimonial-component-slider button.slick-disabled,
.testimonial-component .testimonial-component-slider-mob button.slick-disabled {
  opacity: 0.3;
}
.testimonial-component .testimonial-component-slider button:not(.slick-disabled):focus,
.testimonial-component .testimonial-component-slider-mob button:not(.slick-disabled):focus {
  box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.1);
}
.testimonial-component .testimonial-component-slider ul.slick-dots,
.testimonial-component .testimonial-component-slider-mob ul.slick-dots {
  bottom: -30px;
}
.testimonial-component .testimonial-component-slider ul.slick-dots li,
.testimonial-component .testimonial-component-slider-mob ul.slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  pointer-events: none;
}
.testimonial-component .testimonial-component-slider ul.slick-dots li button,
.testimonial-component .testimonial-component-slider-mob ul.slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
}
.testimonial-component .testimonial-component-slider ul.slick-dots li button:before,
.testimonial-component .testimonial-component-slider-mob ul.slick-dots li button:before {
  color: #000;
  opacity: 0.1;
  font-size: 12px;
  width: 12px;
  height: 12px;
  line-height: 12px;
}
.testimonial-component .testimonial-component-slider ul.slick-dots li.slick-active button:before,
.testimonial-component .testimonial-component-slider-mob ul.slick-dots li.slick-active button:before {
  color: var(--brand-gold);
  opacity: 1;
}
.testimonial-component .testimonial-component-modal-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background: #000;
  z-index: 201;
  display: none;
}
.testimonial-component .testimonial-component-modal-wrapper button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -20px;
  right: -20px;
  background: var(--brand-gold);
  padding: 0;
  outline: none;
  cursor: pointer;
  border: none;
  border-radius: 8px;
  z-index: 1;
}
.testimonial-component .testimonial-component-modal-wrapper button img {
  display: block;
}
.testimonial-component .testimonial-component-modal-wrapper .video {
  width: 900px;
  height: 500px;
}
.testimonial-component .testimonial-component-modal-wrapper .video iframe {
  width: 100%;
  height: 100%;
}
.testimonial-component .testimonial-component-modal-wrapper.active {
  display: block;
}
.testimonial-component .testimonial-component-modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--brand-space);
  opacity: 0.9;
  z-index: 200;
  display: none;
}
.testimonial-component .testimonial-component-modal-overlay.active {
  display: block;
}

@media (max-width: 1300px) {
  .testimonial-component .testimonial-component-slider .slide-item,
  .testimonial-component .testimonial-component-slider-mob .slide-item {
    max-width: 100%;
    margin: 0 20px;
    opacity: 1;
    transform: scale(1);
    margin-bottom: 60px;
  }
  .testimonial-component .testimonial-component-modal-wrapper .video {
    width: calc(100vw - 40px);
    height: calc(100vh - 40px);
  }
}
@media (max-width: 940px) {
  .testimonial-component .testimonial-component-slider .slide-item .desktop,
  .testimonial-component .testimonial-component-slider-mob .slide-item .desktop {
    flex-direction: column;
  }
  .testimonial-component .testimonial-component-slider .slide-item .desktop .content-img,
  .testimonial-component .testimonial-component-slider-mob .slide-item .desktop .content-img {
    margin-bottom: 48px;
    margin-right: 0;
  }
  .testimonial-component .testimonial-component-slider .slide-item .desktop .content-description,
  .testimonial-component .testimonial-component-slider-mob .slide-item .desktop .content-description {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .testimonial-component {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .testimonial-component h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 32px;
  }
  .testimonial-component .testimonial-component-modal-wrapper .video {
    height: calc(50vh - 40px);
  }
  .testimonial-component .testimonial-component-slider .slide-item .desktop,
  .testimonial-component .testimonial-component-slider-mob .slide-item .desktop {
    display: none;
  }
  .testimonial-component .testimonial-component-slider .slide-item .mobile,
  .testimonial-component .testimonial-component-slider-mob .slide-item .mobile {
    display: block;
  }
}
.hubspot-custom-menu-widget {
  position: fixed;
  width: 260px;
  bottom: 100px;
  right: 16px;
  overflow: hidden;
  border-radius: 10px;
  background: #ffffff;
  color: #5a5859;
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 16px;
  transform: translateX(120%);
  z-index: 120;
  transition: 0.3s;
}
.hubspot-custom-menu-widget .hubspot-header {
  background: var(--brand-space);
  padding: 18px 20px;
  font-size: 15px;
  color: var(--text-primary-invert);
  font-weight: 700;
}
.hubspot-custom-menu-widget .hubspot-content {
  padding: 10px 20px;
}
.hubspot-custom-menu-widget .hubspot-content .hs-c-title {
  background: url("../../src/img/hubspot-widget-1.png") no-repeat 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  padding-left: 30px;
  margin-bottom: 10px;
}
.hubspot-custom-menu-widget .hubspot-content p {
  font-size: 13px;
  line-height: 18px;
  padding-left: 30px;
  margin-bottom: 5px;
}
.hubspot-custom-menu-widget .hubspot-menu-items {
  padding-bottom: 10px;
}
.hubspot-custom-menu-widget .hubspot-menu-items ul {
  list-style-type: none;
}
.hubspot-custom-menu-widget .hubspot-menu-items ul.hide-menu-widget {
  display: none;
}
.hubspot-custom-menu-widget .hubspot-menu-items ul li {
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  padding: 12px 20px 12px 50px;
  transition: 0.3s;
  background-position: 20px 50%;
  background-repeat: no-repeat;
}
.hubspot-custom-menu-widget .hubspot-menu-items ul li:hover {
  background-color: rgb(255, 250, 240);
}
.hubspot-custom-menu-widget .hubspot-menu-items ul li.w1 {
  background-image: url("../../src/img/hubspot-widget-2.png");
  background-size: 20px;
}
.hubspot-custom-menu-widget .hubspot-menu-items ul li.w2 {
  background-image: url("../../src/img/hubspot-widget-3.png");
  background-size: 24px;
}
.hubspot-custom-menu-widget .hubspot-menu-items ul li.w3 {
  background-image: url("../../src/img/hubspot-widget-4.png");
  background-position: 18px 50%;
  background-size: 24px;
}
.hubspot-custom-menu-widget .hubspot-menu-items ul li.w4 {
  background-image: url("../../src/img/hubspot-widget-5.png");
  background-position: 19px 50%;
  background-size: 24px;
}
.hubspot-custom-menu-widget .hubspot-menu-items ul li.w5 {
  background-image: url("../../src/img/hubspot-widget-6.png");
  background-position: 19px 50%;
  background-size: 24px;
}
.hubspot-custom-menu-widget .hubspot-menu-items .contact-mentor {
  position: absolute;
  transform: translateX(100%);
  padding: 0 10px;
  transition: 0.3s;
}
.hubspot-custom-menu-widget .hubspot-menu-items .contact-mentor .contact-mentor-content {
  background: rgb(242, 242, 242);
  border-radius: 4px;
  padding: 10px;
  text-align: center;
  margin-bottom: 5px;
}
.hubspot-custom-menu-widget .hubspot-menu-items .contact-mentor .contact-mentor-content img {
  width: 40px;
  display: block;
  margin: auto;
}
.hubspot-custom-menu-widget .hubspot-menu-items .contact-mentor .contact-mentor-content .hs-cmc-title {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.hubspot-custom-menu-widget .hubspot-menu-items .contact-mentor .contact-mentor-content p {
  font-size: 13px;
  line-height: 18px;
}
.hubspot-custom-menu-widget .hubspot-menu-items .contact-mentor .contact-mentor-content p a {
  color: #2678d9;
  text-decoration: none;
}
.hubspot-custom-menu-widget .hubspot-menu-items .contact-mentor .contact-mentor-content a.become-pro {
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background: var(--brand-gold);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  transition: 0.3s;
  margin-top: 10px;
  margin-bottom: 15px;
}
.hubspot-custom-menu-widget .hubspot-menu-items .contact-mentor .contact-mentor-content a.become-pro:hover {
  background: var(--brand-gold-bright);
}
.hubspot-custom-menu-widget .hubspot-menu-items .contact-mentor.show-contact-mentor {
  position: relative;
  transform: translateX(0);
}
.hubspot-custom-menu-widget.widget-active {
  transform: translateX(0);
}

#hubspot-custom {
  position: fixed;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--brand-gold) url("../../src/img/hubspot-support.svg") no-repeat 50% 50%;
  bottom: 16px;
  right: 16px;
  border: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 1000;
  transition: 0.3s;
}
#hubspot-custom:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 10px, rgba(0, 0, 0, 0.3) 0 4px 28px;
}
#hubspot-custom.active {
  background: var(--brand-gold) url("../../src/img/hubspot-close.svg") no-repeat 50% 50%;
}
#hubspot-custom.mobile {
  display: none;
}

#hubspot-messages-iframe-container iframe {
  opacity: 0;
  visibility: hidden;
}
#hubspot-messages-iframe-container.active iframe {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 600px) {
  #hubspot-custom {
    right: 8px;
    bottom: 8px;
  }
}
.get-started-btn a {
  display: block;
  width: 195px;
  height: 50px;
  line-height: 50px;
  border-radius: 6px;
  text-decoration: none;
  background: var(--brand-pink) url("../../src/img/get-started-arrow.svg") no-repeat 87% 50%;
  padding-right: 20px;
  color: var(--text-primary-invert);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  box-sizing: border-box;
  transition: 0.3s;
}
.get-started-btn a:hover {
  background: var(--brand-pink-dark) url("../../src/img/get-started-arrow.svg") no-repeat 90% 50%;
}
.get-started-btn a:focus {
  box-shadow: 0px 0px 0px 3px rgba(255, 125, 175, 0.3), 0px 2px 16px 0px rgba(255, 0, 97, 0.4);
}
.get-started-btn a:active {
  background: var(--brand-pink-dark) url("../../src/img/get-started-arrow.svg") no-repeat 90% 50%;
}
.get-started-btn .get-started-btn-description {
  display: flex;
  align-items: center;
  color: var(--text-primary);
  font-size: 16px;
  line-height: 17px;
}
.get-started-btn .get-started-btn-description b {
  display: block;
  width: 5px;
  height: 5px;
  background: var(--brand-pink);
  border-radius: 50%;
  margin: 0 10px;
}
.get-started-btn.get-started-btn-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 600px) {
  .get-started-btn .get-started-btn-description {
    font-size: 14px;
  }
}
.rating-logos-component {
  padding-top: 98px;
  padding-bottom: 98px;
}
.rating-logos-component .flx-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.rating-logos-component .flx-logos img {
  display: block;
  height: 60px;
}
.rating-logos-component .rating-logos-component-mobile {
  display: none;
}
.rating-logos-component .rating-logos-component-mobile h3 {
  font-size: 32px;
  color: var(--text-primary);
  font-weight: 600;
  line-height: 38px;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .rating-logos-component .rating-logos-component-mobile h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.rating-logos-component .rating-logos-component-mobile img.trusted-entrepreneurs {
  width: 100%;
  display: block;
}
.rating-logos-component .rating-logos-component-mobile .logos-content {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  margin-top: 32px;
}
.rating-logos-component .rating-logos-component-mobile .logos-content .item img {
  height: 46px;
  display: block;
  margin: auto;
}
.rating-logos-component .rating-logos-component-mobile.dark h3 {
  color: #fff;
}

@media (max-width: 940px) {
  .rating-logos-component {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .rating-logos-component {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .rating-logos-component .flx-logos {
    display: none;
  }
  .rating-logos-component .rating-logos-component-mobile {
    display: block;
  }
}
.winning-products {
  padding-bottom: 20px;
}
.winning-products h2 {
  font-size: 44px;
  color: var(--text-primary);
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 600px) {
  .winning-products h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
.winning-products h3 {
  font-size: 24px;
  color: var(--text-primary);
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 600px) {
  .winning-products h3 {
    font-size: 18px;
    line-height: 25px;
  }
}
.winning-products .features-slider-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
}
.winning-products .features-slider-nav .slick-track {
  display: flex;
  gap: 0 8px;
  white-space: nowrap;
}
.winning-products .features-slider-nav .features-slider-nav-item {
  border: 1px solid var(--brand-light-mint);
  background: var(--brand-light-mint);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 16px;
  line-height: 22px;
  color: var(--text-primary);
  text-align: center;
  width: auto !important;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.3s;
}
.winning-products .features-slider-nav .features-slider-nav-item:not(.slick-current):hover {
  border: 1px solid var(--brand-space);
  background: var(--brand-space);
  color: var(--text-primary-invert);
}
.winning-products .features-slider-nav .features-slider-nav-item.slick-current {
  background: var(--brand-space);
  color: var(--text-primary-invert);
  border: 1px solid var(--brand-space);
}
.winning-products .features-slider .flx {
  display: flex;
  align-items: center;
  background: var(--brand-light-mint);
  border-radius: 20px;
  padding-left: 48px;
}
.winning-products .features-slider .flx .block h4 {
  font-size: 32px;
  color: var(--text-primary);
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .winning-products .features-slider .flx .block h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
.winning-products .features-slider .flx .block p {
  font-size: 24px;
  color: var(--text-primary);
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 32px;
}
@media (max-width: 600px) {
  .winning-products .features-slider .flx .block p {
    font-size: 18px;
    line-height: 25px;
  }
}
.winning-products .features-slider .flx .block img {
  display: block;
  max-width: 720px;
}
.winning-products .features-slider .flx .block .mob-img-wrapper {
  display: none;
}
.winning-products .features-slider .flx .block:nth-child(1) {
  padding-right: 20px;
}

@media (max-width: 1300px) {
  .winning-products .features-slider .flx {
    flex-direction: column;
    padding-top: 40px;
  }
  .winning-products .features-slider .flx .block:nth-child(1) {
    padding-right: 40px;
  }
  .winning-products .features-slider .flx .block:nth-child(2) img {
    margin-top: 40px;
  }
}
@media (max-width: 940px) {
  .winning-products {
    padding-top: 45px;
  }
  .winning-products .features-slider {
    margin: 0 -20px;
  }
  .winning-products .features-slider .slick-list {
    padding-left: 20px;
  }
  .winning-products .features-slider .slick-list .flx {
    overflow: hidden;
    width: 550px;
    margin: 0 10px;
    padding: 0 24px 24px;
  }
  .winning-products .features-slider .slick-list .flx .block .get-started-btn a {
    width: 100%;
    margin-bottom: 0;
    background-position: calc(50% + 70px) 50%;
  }
  .winning-products .features-slider .slick-list .flx .block .get-started-btn .get-started-btn-description {
    display: none;
  }
  .winning-products .features-slider .slick-list .flx .block:nth-child(1) {
    padding-right: 0;
  }
  .winning-products .features-slider .slick-list .flx .block:nth-child(1) .mob-img-wrapper {
    display: block;
    margin: 0 -24px;
  }
  .winning-products .features-slider .slick-list .flx .block:nth-child(1) .mob-img-wrapper img {
    display: block;
    max-width: 100%;
  }
  .winning-products .features-slider .slick-list .flx .block:nth-child(2) {
    display: none;
  }
  .winning-products .features-slider-nav {
    margin-right: -20px;
    margin-bottom: 32px;
    line-height: 22px;
  }
}
@media (max-width: 600px) {
  .winning-products h3 br {
    display: none;
  }
  .winning-products .features-slider .slick-track {
    display: flex;
  }
  .winning-products .features-slider .slick-list .flx {
    width: 316px;
    height: auto;
  }
  .winning-products .features-slider .slick-list .flx .block:nth-child(1) {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .winning-products .features-slider .slick-list .flx .block:nth-child(1) .mob-img-wrapper img {
    height: 230px;
  }
  .winning-products .features-slider .slick-list .flx .block:nth-child(1) .get-started-btn {
    display: flex;
    margin-top: auto;
  }
}
/* =========== Titles and subtitles =========== */
/* =========== Body text =========== */
.how-we-helped {
  overflow: hidden;
  padding: 80px 0;
  background: url("../../src/img/how-we-helped-h2.svg") no-repeat 50% 70px;
}
.how-we-helped h2 {
  font-size: 44px;
  color: var(--text-primary);
  font-weight: 600;
  line-height: 52px;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  .how-we-helped h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
.how-we-helped .flx {
  display: flex;
  justify-content: center;
  gap: 0 20px;
}
.how-we-helped .flx .block {
  width: 304px;
}
.how-we-helped .flx .block p {
  font-size: 20px;
  color: var(--text-primary);
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
@media (max-width: 600px) {
  .how-we-helped .flx .block p {
    font-size: 18px;
    line-height: 25px;
  }
}
.how-we-helped .flx .block p strong {
  font-size: 44px;
  color: var(--text-primary);
  font-weight: 600;
  line-height: 52px;
  display: block;
  margin-bottom: 4px;
}
@media (max-width: 600px) {
  .how-we-helped .flx .block p strong {
    font-size: 32px;
    line-height: 38px;
  }
}
.how-we-helped .flx .block.spec {
  width: 412px;
}

@media (max-width: 940px) {
  .how-we-helped .flx {
    flex-wrap: wrap;
    gap: 30px 0;
  }
  .how-we-helped .flx .block {
    width: 100%;
  }
  .how-we-helped .flx .block.spac {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .how-we-helped {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url("../../src/img/how-we-helped-mob.svg") no-repeat 50% 70%;
  }
  .how-we-helped h2 {
    margin-bottom: 30px;
  }
}
.our-supported {
  padding-top: 68px;
  padding-bottom: 96px;
}
.our-supported h2 {
  font-size: 44px;
  color: var(--text-primary);
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 600px) {
  .our-supported h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
.our-supported p {
  font-size: 24px;
  color: var(--text-primary);
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 600px) {
  .our-supported p {
    font-size: 18px;
    line-height: 25px;
  }
}
.our-supported .get-started-btn {
  margin-bottom: 19px;
}
.our-supported .flx {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.our-supported .flx .block-left {
  position: relative;
  width: 33.3333333333%;
  z-index: 2;
}
.our-supported .flx .block-left .block-left-wrapper-img {
  margin: 0 -30px;
}
.our-supported .flx .block-left .block-left-wrapper-img img {
  display: block;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.our-supported .flx .block-left .block-left-wrapper-img img.hidden-logos {
  height: 0;
}
.our-supported .flx .block-left a.show-more-suppliers {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  color: var(--brand-gold-dark);
  margin-top: -5px;
  transition: color 0.3s;
}
.our-supported .flx .block-left a.show-more-suppliers:hover {
  color: var(--brand-gold);
}
.our-supported .flx .block-left button {
  position: relative;
  display: block;
  margin: 0 auto;
  border: none;
  background: transparent;
  font-size: 16px;
  color: var(--brand-gold-dark);
  padding-right: 18px;
  outline: none;
  cursor: pointer;
  margin-top: -5px;
  z-index: 3;
  transition: color 0.3s;
}
.our-supported .flx .block-left button:after {
  position: absolute;
  top: 9px;
  right: 0;
  content: "";
  background: url("../../src/img/our-supported-arrow.svg") no-repeat 100% 50%;
  width: 16px;
  height: 4px;
}
.our-supported .flx .block-left button:hover {
  color: var(--brand-gold);
}
.our-supported .flx .block-left.active img.hidden-logos {
  height: 485px;
  margin-top: -42px;
}
.our-supported .flx .block-left.active button:after {
  transform: rotate(-180deg);
}
.our-supported .flx .block-center {
  position: relative;
  width: 33.3333333333%;
}
.our-supported .flx .block-center img {
  display: block;
  margin: 0 auto;
  margin-top: 75px;
  pointer-events: none;
}
.our-supported .flx .block-center img.mob {
  display: none;
}
.our-supported .flx .block-center .dots {
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  height: 100%;
}
.our-supported .flx .block-center .dots .dot-left {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #eebd86;
}
.our-supported .flx .block-center .dots .dot-left.dot1 {
  motion-path: path("M0 3L20 3.00003C39.33 3.00006 55 18.6701 55 38L55 130C55 149.33 70.67 165 90 165L103 165");
  offset-path: path("M0 3L20 3.00003C39.33 3.00006 55 18.6701 55 38L55 130C55 149.33 70.67 165 90 165L103 165");
  animation: move 5s infinite linear;
}
.our-supported .flx .block-center .dots .dot-left.dot2 {
  motion-path: path("M0 83L35 83.0001C46.0457 83.0001 55 91.9544 55 103L55 130C55 149.33 70.67 165 90 165L103 165");
  offset-path: path("M0 83L35 83.0001C46.0457 83.0001 55 91.9544 55 103L55 130C55 149.33 70.67 165 90 165L103 165");
  animation: move 5s infinite linear;
}
.our-supported .flx .block-center .dots .dot-left.dot3 {
  motion-path: path("M0 165L102 165");
  offset-path: path("M0 165L102 165");
  animation: move 5s infinite linear;
}
.our-supported .flx .block-center .dots .dot-left.dot4 {
  motion-path: path("M0 246L35 246C46.0457 246 55 237.046 55 226L55 200C55 180.67 70.67 165 90 165L103 165");
  offset-path: path("M0 246L35 246C46.0457 246 55 237.046 55 226L55 200C55 180.67 70.67 165 90 165L103 165");
  animation: move 5s infinite linear;
}
.our-supported .flx .block-center .dots .dot-left.dot5 {
  motion-path: path("M0 326L20 326C39.33 326 55 310.33 55 291L55 200C55 180.67 70.67 165 90 165L103 165");
  offset-path: path("M0 326L20 326C39.33 326 55 310.33 55 291L55 200C55 180.67 70.67 165 90 165L103 165");
  animation: move 5s infinite linear;
}
.our-supported .flx .block-center .dots .dot-right {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c3e2dc;
}
.our-supported .flx .block-center .dots .dot-right.dot1 {
  motion-path: path("M434 3L415 3.00003C395.67 3.00006 380 18.6701 380 38L380 130C380 149.33 364.33 165 345 165L331 165");
  offset-path: path("M434 3L415 3.00003C395.67 3.00006 380 18.6701 380 38L380 130C380 149.33 364.33 165 345 165L331 165");
  animation: move 5s reverse infinite linear;
}
.our-supported .flx .block-center .dots .dot-right.dot2 {
  motion-path: path("M434 110L400 110C388.954 110 380 118.954 380 130V130C380 149.33 364.33 165 345 165L331 165");
  offset-path: path("M434 110L400 110C388.954 110 380 118.954 380 130V130C380 149.33 364.33 165 345 165L331 165");
  animation: move 5s reverse infinite linear;
}
.our-supported .flx .block-center .dots .dot-right.dot3 {
  motion-path: path("M434 220L400 220C388.954 220 380 211.046 380 200V200C380 180.67 364.33 165 345 165L331 165");
  offset-path: path("M434 220L400 220C388.954 220 380 211.046 380 200V200C380 180.67 364.33 165 345 165L331 165");
  animation: move 5s reverse infinite linear;
}
.our-supported .flx .block-center .dots .dot-right.dot4 {
  motion-path: path("M434 326L415 326C395.67 326 380 310.33 380 291L380 200C380 180.67 364.33 165 345 165L331 165");
  offset-path: path("M434 326L415 326C395.67 326 380 310.33 380 291L380 200C380 180.67 364.33 165 345 165L331 165");
  animation: move 5s reverse infinite linear;
}
@keyframes move {
  0% {
    opacity: 0;
    motion-offset: 0%;
    offset-distance: 0%;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    motion-offset: 100%;
    offset-distance: 100%;
  }
}
.our-supported .flx .block-right {
  width: 33.3333333333%;
}
.our-supported .flx .block-right .mp-logos {
  position: absolute;
  top: 20px;
  right: 0;
  width: calc(32% + 10px);
  z-index: 1;
}
.our-supported .flx .block-right .mp-logos a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 196px;
  height: 88px;
  background: #fff;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  transition: 0.3s;
}
.our-supported .flx .block-right .mp-logos a img {
  display: block;
  transition: 0.3s;
}
.our-supported .flx .block-right .mp-logos a img.ebay-lg {
  width: 87px;
}
.our-supported .flx .block-right .mp-logos a img.shopify-lg {
  width: 114px;
}
.our-supported .flx .block-right .mp-logos a img.fb-lg {
  width: 116px;
}
.our-supported .flx .block-right .mp-logos a img.wix-lg {
  width: 69px;
}
.our-supported .flx .block-right .mp-logos a img.woo-lg {
  width: 69px;
}
.our-supported .flx .block-right .mp-logos a img.etsy-lg {
  width: 80px;
}
.our-supported .flx .block-right .mp-logos a img.amazon-lg {
  width: 99px;
}
.our-supported .flx .block-right .mp-logos a.mp-1 {
  top: 15px;
  left: 0;
}
.our-supported .flx .block-right .mp-logos a.mp-2 {
  top: 122px;
  left: 0;
}
.our-supported .flx .block-right .mp-logos a.mp-3 {
  top: 230px;
  left: 0;
}
.our-supported .flx .block-right .mp-logos a.mp-4 {
  top: 338px;
  left: 0;
}
.our-supported .flx .block-right .mp-logos a.mp-5 {
  top: 15px;
  left: 215px;
}
.our-supported .flx .block-right .mp-logos a.mp-6 {
  top: 122px;
  left: 215px;
}
.our-supported .flx .block-right .mp-logos a.mp-7 {
  top: 230px;
  left: 215px;
}
.our-supported .flx .block-right .mp-logos a.mp-8 {
  top: 338px;
  left: 215px;
}
.our-supported .flx .block-right .mp-logos a:hover {
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.16);
}
.our-supported .flx .block-right .mp-logos a:hover img {
  transform: scale(1.05);
}
.our-supported .flx .block-right .mp-logos-mob {
  display: none;
}

@media (max-width: 1300px) {
  .our-supported .flx .block-left.active img.hidden-logos {
    height: 360px;
    margin-top: -32px;
  }
  .our-supported .flx .block-center img {
    width: 100%;
    margin-top: 60px;
  }
  .our-supported .flx .block-center .dots {
    display: none;
  }
  .our-supported .flx .block-right .mp-logos a {
    width: 140px;
    height: 65px;
  }
  .our-supported .flx .block-right .mp-logos a img.ebay-lg {
    width: 75px;
  }
  .our-supported .flx .block-right .mp-logos a img.shopify-lg {
    width: 92px;
  }
  .our-supported .flx .block-right .mp-logos a img.fb-lg {
    width: 100px;
  }
  .our-supported .flx .block-right .mp-logos a img.wix-lg {
    width: 55px;
  }
  .our-supported .flx .block-right .mp-logos a img.woo-lg {
    width: 55px;
  }
  .our-supported .flx .block-right .mp-logos a img.etsy-lg {
    width: 60px;
  }
  .our-supported .flx .block-right .mp-logos a img.amazon-lg {
    width: 85px;
  }
  .our-supported .flx .block-right .mp-logos a.mp-1 {
    top: 7px;
    left: 0;
  }
  .our-supported .flx .block-right .mp-logos a.mp-2 {
    top: 83px;
    left: 0;
  }
  .our-supported .flx .block-right .mp-logos a.mp-3 {
    top: 160px;
    left: 0;
  }
  .our-supported .flx .block-right .mp-logos a.mp-4 {
    top: 237px;
    left: 0;
  }
  .our-supported .flx .block-right .mp-logos a.mp-5 {
    top: 7px;
    left: 150px;
  }
  .our-supported .flx .block-right .mp-logos a.mp-6 {
    top: 83px;
    left: 150px;
  }
  .our-supported .flx .block-right .mp-logos a.mp-7 {
    top: 160px;
    left: 150px;
  }
  .our-supported .flx .block-right .mp-logos a.mp-8 {
    top: 237px;
    left: 150px;
  }
}
@media (max-width: 940px) {
  .our-supported {
    padding-top: 50px;
    padding-bottom: 220px;
    overflow-x: hidden;
  }
  .our-supported .flx {
    width: 335px;
    margin: auto;
    flex-wrap: wrap;
  }
  .our-supported .flx .block-left {
    width: 100%;
  }
  .our-supported .flx .block-left .block-left-wrapper-img {
    margin: 0 -25px;
  }
  .our-supported .flx .block-left.active img.hidden-logos {
    height: 383px;
  }
  .our-supported .flx .block-center {
    width: 100%;
  }
  .our-supported .flx .block-center img.desktop {
    display: none;
  }
  .our-supported .flx .block-center img.mob {
    display: block;
    margin: 10px auto 0;
    width: -moz-fit-content;
    width: fit-content;
  }
  .our-supported .flx .block-right {
    width: 100%;
  }
  .our-supported .flx .block-right .mp-logos {
    display: none;
  }
  .our-supported .flx .block-right .mp-logos-mob {
    display: block;
  }
  .our-supported .flx .block-right .mp-logos-mob a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 68px;
    height: 68px;
    background: #fff;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
  }
  .our-supported .flx .block-right .mp-logos-mob a.mp-1 {
    left: calc(50% - 170px);
    bottom: -65px;
  }
  .our-supported .flx .block-right .mp-logos-mob a.mp-2 {
    left: calc(50% - 80px);
    bottom: -65px;
  }
  .our-supported .flx .block-right .mp-logos-mob a.mp-2 img {
    width: 52px;
  }
  .our-supported .flx .block-right .mp-logos-mob a.mp-3 {
    left: calc(50% + 10px);
    bottom: -65px;
  }
  .our-supported .flx .block-right .mp-logos-mob a.mp-4 {
    left: calc(50% + 100px);
    bottom: -65px;
  }
  .our-supported .flx .block-right .mp-logos-mob a.mp-5 {
    left: calc(50% - 170px);
    bottom: -150px;
  }
  .our-supported .flx .block-right .mp-logos-mob a.mp-6 {
    left: calc(50% - 80px);
    bottom: -150px;
  }
  .our-supported .flx .block-right .mp-logos-mob a.mp-7 {
    left: calc(50% + 10px);
    bottom: -150px;
  }
  .our-supported .flx .block-right .mp-logos-mob a.mp-7 img {
    width: 48px;
  }
  .our-supported .flx .block-right .mp-logos-mob a.mp-8 {
    left: calc(50% + 100px);
    bottom: -150px;
  }
  .our-supported .flx .block-right .mp-logos-mob a.mp-8 img {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .our-supported h2 br {
    display: none;
  }
  .our-supported p br {
    display: none;
  }
}
/* =========== Titles and subtitles =========== */
/* =========== Body text =========== */
.faq-global-component,
.faq-global-component_mob {
  background: var(--brand-light-mint);
  padding: 100px 0 106px;
}
.faq-global-component h2,
.faq-global-component_mob h2 {
  font-size: 44px;
  color: var(--text-primary);
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 48px;
  text-align: center;
}
@media (max-width: 600px) {
  .faq-global-component h2,
  .faq-global-component_mob h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 600px) {
  .faq-global-component h2,
  .faq-global-component_mob h2 {
    margin-bottom: 32px;
  }
}
.faq-global-component button,
.faq-global-component_mob button {
  border-radius: 6px;
  background: var(--brand-gold);
  color: var(--text-primary-invert);
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  display: block;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
  display: none;
  margin: 64px auto 0;
  width: 195px;
  height: 48px;
}
.faq-global-component button:hover,
.faq-global-component_mob button:hover {
  background: var(--brand-gold-dark);
}
.faq-global-component button:focus,
.faq-global-component_mob button:focus {
  box-shadow: 0px 0px 0px 3px #fbf1e9;
}
.faq-global-component button:disabled,
.faq-global-component_mob button:disabled {
  background: var(--brand-gold-secondary);
  cursor: not-allowed;
}
.faq-global-component #faq-accordion-content,
.faq-global-component #faq-accordion-content_mob,
.faq-global-component_mob #faq-accordion-content,
.faq-global-component_mob #faq-accordion-content_mob {
  display: flex;
  justify-content: space-between;
}
.faq-global-component #faq-accordion-content .faq-left,
.faq-global-component #faq-accordion-content .faq-right,
.faq-global-component #faq-accordion-content_mob .faq-left,
.faq-global-component #faq-accordion-content_mob .faq-right,
.faq-global-component_mob #faq-accordion-content .faq-left,
.faq-global-component_mob #faq-accordion-content .faq-right,
.faq-global-component_mob #faq-accordion-content_mob .faq-left,
.faq-global-component_mob #faq-accordion-content_mob .faq-right {
  width: calc(50% - 10px);
}
.faq-global-component #faq-accordion-content .faq-left .pl,
.faq-global-component #faq-accordion-content .faq-right .pl,
.faq-global-component #faq-accordion-content_mob .faq-left .pl,
.faq-global-component #faq-accordion-content_mob .faq-right .pl,
.faq-global-component_mob #faq-accordion-content .faq-left .pl,
.faq-global-component_mob #faq-accordion-content .faq-right .pl,
.faq-global-component_mob #faq-accordion-content_mob .faq-left .pl,
.faq-global-component_mob #faq-accordion-content_mob .faq-right .pl {
  background: #fff;
  border: 1px solid #dbeeeb;
  border-radius: 16px;
  margin-bottom: 16px;
}
.faq-global-component #faq-accordion-content .faq-left .pl .faq-accordion-head,
.faq-global-component #faq-accordion-content .faq-right .pl .faq-accordion-head,
.faq-global-component #faq-accordion-content_mob .faq-left .pl .faq-accordion-head,
.faq-global-component #faq-accordion-content_mob .faq-right .pl .faq-accordion-head,
.faq-global-component_mob #faq-accordion-content .faq-left .pl .faq-accordion-head,
.faq-global-component_mob #faq-accordion-content .faq-right .pl .faq-accordion-head,
.faq-global-component_mob #faq-accordion-content_mob .faq-left .pl .faq-accordion-head,
.faq-global-component_mob #faq-accordion-content_mob .faq-right .pl .faq-accordion-head {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: var(--text-primary);
  padding: 25px 53px 25px 28px;
  cursor: pointer;
  position: relative;
}
.faq-global-component #faq-accordion-content .faq-left .pl .faq-accordion-head:before,
.faq-global-component #faq-accordion-content .faq-right .pl .faq-accordion-head:before,
.faq-global-component #faq-accordion-content_mob .faq-left .pl .faq-accordion-head:before,
.faq-global-component #faq-accordion-content_mob .faq-right .pl .faq-accordion-head:before,
.faq-global-component_mob #faq-accordion-content .faq-left .pl .faq-accordion-head:before,
.faq-global-component_mob #faq-accordion-content .faq-right .pl .faq-accordion-head:before,
.faq-global-component_mob #faq-accordion-content_mob .faq-left .pl .faq-accordion-head:before,
.faq-global-component_mob #faq-accordion-content_mob .faq-right .pl .faq-accordion-head:before {
  background: url("../../src/img/faq-global-component-arrow-2.svg") no-repeat 50% 50%;
  content: "";
  width: 9px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.faq-global-component #faq-accordion-content .faq-left .pl .faq-accordion-head:hover:before,
.faq-global-component #faq-accordion-content .faq-right .pl .faq-accordion-head:hover:before,
.faq-global-component #faq-accordion-content_mob .faq-left .pl .faq-accordion-head:hover:before,
.faq-global-component #faq-accordion-content_mob .faq-right .pl .faq-accordion-head:hover:before,
.faq-global-component_mob #faq-accordion-content .faq-left .pl .faq-accordion-head:hover:before,
.faq-global-component_mob #faq-accordion-content .faq-right .pl .faq-accordion-head:hover:before,
.faq-global-component_mob #faq-accordion-content_mob .faq-left .pl .faq-accordion-head:hover:before,
.faq-global-component_mob #faq-accordion-content_mob .faq-right .pl .faq-accordion-head:hover:before {
  right: 24px;
}
.faq-global-component #faq-accordion-content .faq-left .pl .faq-accordion-head.active:before,
.faq-global-component #faq-accordion-content .faq-right .pl .faq-accordion-head.active:before,
.faq-global-component #faq-accordion-content_mob .faq-left .pl .faq-accordion-head.active:before,
.faq-global-component #faq-accordion-content_mob .faq-right .pl .faq-accordion-head.active:before,
.faq-global-component_mob #faq-accordion-content .faq-left .pl .faq-accordion-head.active:before,
.faq-global-component_mob #faq-accordion-content .faq-right .pl .faq-accordion-head.active:before,
.faq-global-component_mob #faq-accordion-content_mob .faq-left .pl .faq-accordion-head.active:before,
.faq-global-component_mob #faq-accordion-content_mob .faq-right .pl .faq-accordion-head.active:before {
  right: 28px;
  transform: rotate(90deg) translateX(-50%);
}
.faq-global-component #faq-accordion-content .faq-left .pl .faq-accordion-body,
.faq-global-component #faq-accordion-content .faq-right .pl .faq-accordion-body,
.faq-global-component #faq-accordion-content_mob .faq-left .pl .faq-accordion-body,
.faq-global-component #faq-accordion-content_mob .faq-right .pl .faq-accordion-body,
.faq-global-component_mob #faq-accordion-content .faq-left .pl .faq-accordion-body,
.faq-global-component_mob #faq-accordion-content .faq-right .pl .faq-accordion-body,
.faq-global-component_mob #faq-accordion-content_mob .faq-left .pl .faq-accordion-body,
.faq-global-component_mob #faq-accordion-content_mob .faq-right .pl .faq-accordion-body {
  font-size: 16px;
  color: var(--text-primary);
  line-height: 22px;
  font-weight: 400;
  padding: 0 40px 24px 24px;
  display: none;
}
.faq-global-component #faq-accordion-content .faq-left .pl .faq-accordion-body ul,
.faq-global-component #faq-accordion-content .faq-right .pl .faq-accordion-body ul,
.faq-global-component #faq-accordion-content_mob .faq-left .pl .faq-accordion-body ul,
.faq-global-component #faq-accordion-content_mob .faq-right .pl .faq-accordion-body ul,
.faq-global-component_mob #faq-accordion-content .faq-left .pl .faq-accordion-body ul,
.faq-global-component_mob #faq-accordion-content .faq-right .pl .faq-accordion-body ul,
.faq-global-component_mob #faq-accordion-content_mob .faq-left .pl .faq-accordion-body ul,
.faq-global-component_mob #faq-accordion-content_mob .faq-right .pl .faq-accordion-body ul {
  margin-top: 10px;
  list-style-type: disc;
}
.faq-global-component #faq-accordion-content .faq-left .pl .faq-accordion-body ul li,
.faq-global-component #faq-accordion-content .faq-right .pl .faq-accordion-body ul li,
.faq-global-component #faq-accordion-content_mob .faq-left .pl .faq-accordion-body ul li,
.faq-global-component #faq-accordion-content_mob .faq-right .pl .faq-accordion-body ul li,
.faq-global-component_mob #faq-accordion-content .faq-left .pl .faq-accordion-body ul li,
.faq-global-component_mob #faq-accordion-content .faq-right .pl .faq-accordion-body ul li,
.faq-global-component_mob #faq-accordion-content_mob .faq-left .pl .faq-accordion-body ul li,
.faq-global-component_mob #faq-accordion-content_mob .faq-right .pl .faq-accordion-body ul li {
  margin-left: 15px;
  margin-bottom: 10px;
}
.faq-global-component #faq-accordion-content .faq-left .pl .faq-accordion-body ul li::marker,
.faq-global-component #faq-accordion-content .faq-right .pl .faq-accordion-body ul li::marker,
.faq-global-component #faq-accordion-content_mob .faq-left .pl .faq-accordion-body ul li::marker,
.faq-global-component #faq-accordion-content_mob .faq-right .pl .faq-accordion-body ul li::marker,
.faq-global-component_mob #faq-accordion-content .faq-left .pl .faq-accordion-body ul li::marker,
.faq-global-component_mob #faq-accordion-content .faq-right .pl .faq-accordion-body ul li::marker,
.faq-global-component_mob #faq-accordion-content_mob .faq-left .pl .faq-accordion-body ul li::marker,
.faq-global-component_mob #faq-accordion-content_mob .faq-right .pl .faq-accordion-body ul li::marker {
  color: var(--brand-gold);
}
.faq-global-component #faq-accordion-content .faq-left .pl .faq-accordion-body p,
.faq-global-component #faq-accordion-content .faq-right .pl .faq-accordion-body p,
.faq-global-component #faq-accordion-content_mob .faq-left .pl .faq-accordion-body p,
.faq-global-component #faq-accordion-content_mob .faq-right .pl .faq-accordion-body p,
.faq-global-component_mob #faq-accordion-content .faq-left .pl .faq-accordion-body p,
.faq-global-component_mob #faq-accordion-content .faq-right .pl .faq-accordion-body p,
.faq-global-component_mob #faq-accordion-content_mob .faq-left .pl .faq-accordion-body p,
.faq-global-component_mob #faq-accordion-content_mob .faq-right .pl .faq-accordion-body p {
  margin-bottom: 10px;
}
.faq-global-component #faq-accordion-content .faq-left .pl .faq-accordion-body p:nth-last-child(1),
.faq-global-component #faq-accordion-content .faq-right .pl .faq-accordion-body p:nth-last-child(1),
.faq-global-component #faq-accordion-content_mob .faq-left .pl .faq-accordion-body p:nth-last-child(1),
.faq-global-component #faq-accordion-content_mob .faq-right .pl .faq-accordion-body p:nth-last-child(1),
.faq-global-component_mob #faq-accordion-content .faq-left .pl .faq-accordion-body p:nth-last-child(1),
.faq-global-component_mob #faq-accordion-content .faq-right .pl .faq-accordion-body p:nth-last-child(1),
.faq-global-component_mob #faq-accordion-content_mob .faq-left .pl .faq-accordion-body p:nth-last-child(1),
.faq-global-component_mob #faq-accordion-content_mob .faq-right .pl .faq-accordion-body p:nth-last-child(1) {
  margin-bottom: 0;
}
.faq-global-component #faq-accordion-content .faq-left .pl .faq-accordion-body a,
.faq-global-component #faq-accordion-content .faq-right .pl .faq-accordion-body a,
.faq-global-component #faq-accordion-content_mob .faq-left .pl .faq-accordion-body a,
.faq-global-component #faq-accordion-content_mob .faq-right .pl .faq-accordion-body a,
.faq-global-component_mob #faq-accordion-content .faq-left .pl .faq-accordion-body a,
.faq-global-component_mob #faq-accordion-content .faq-right .pl .faq-accordion-body a,
.faq-global-component_mob #faq-accordion-content_mob .faq-left .pl .faq-accordion-body a,
.faq-global-component_mob #faq-accordion-content_mob .faq-right .pl .faq-accordion-body a {
  color: var(--brand-gold-dark);
  transition: 0.3s;
}
.faq-global-component #faq-accordion-content .faq-left .pl .faq-accordion-body a:hover,
.faq-global-component #faq-accordion-content .faq-right .pl .faq-accordion-body a:hover,
.faq-global-component #faq-accordion-content_mob .faq-left .pl .faq-accordion-body a:hover,
.faq-global-component #faq-accordion-content_mob .faq-right .pl .faq-accordion-body a:hover,
.faq-global-component_mob #faq-accordion-content .faq-left .pl .faq-accordion-body a:hover,
.faq-global-component_mob #faq-accordion-content .faq-right .pl .faq-accordion-body a:hover,
.faq-global-component_mob #faq-accordion-content_mob .faq-left .pl .faq-accordion-body a:hover,
.faq-global-component_mob #faq-accordion-content_mob .faq-right .pl .faq-accordion-body a:hover {
  color: var(--brand-gold);
}

@media (max-width: 940px) {
  .faq-global-component button,
  .faq-global-component_mob button {
    display: block;
  }
  .faq-global-component #faq-accordion-content,
  .faq-global-component #faq-accordion-content_mob,
  .faq-global-component_mob #faq-accordion-content,
  .faq-global-component_mob #faq-accordion-content_mob {
    flex-wrap: wrap;
  }
  .faq-global-component #faq-accordion-content .faq-left,
  .faq-global-component #faq-accordion-content .faq-right,
  .faq-global-component #faq-accordion-content_mob .faq-left,
  .faq-global-component #faq-accordion-content_mob .faq-right,
  .faq-global-component_mob #faq-accordion-content .faq-left,
  .faq-global-component_mob #faq-accordion-content .faq-right,
  .faq-global-component_mob #faq-accordion-content_mob .faq-left,
  .faq-global-component_mob #faq-accordion-content_mob .faq-right {
    width: 100%;
  }
  .faq-global-component #faq-accordion-content .faq-left .pl,
  .faq-global-component #faq-accordion-content .faq-right .pl,
  .faq-global-component #faq-accordion-content_mob .faq-left .pl,
  .faq-global-component #faq-accordion-content_mob .faq-right .pl,
  .faq-global-component_mob #faq-accordion-content .faq-left .pl,
  .faq-global-component_mob #faq-accordion-content .faq-right .pl,
  .faq-global-component_mob #faq-accordion-content_mob .faq-left .pl,
  .faq-global-component_mob #faq-accordion-content_mob .faq-right .pl {
    margin-bottom: 8px;
  }
  .faq-global-component #faq-accordion-content .faq-right .pl.disp-none,
  .faq-global-component #faq-accordion-content_mob .faq-right .pl.disp-none,
  .faq-global-component_mob #faq-accordion-content .faq-right .pl.disp-none,
  .faq-global-component_mob #faq-accordion-content_mob .faq-right .pl.disp-none {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .faq-global-component,
  .faq-global-component_mob {
    padding: 60px 0;
  }
  .faq-global-component button,
  .faq-global-component_mob button {
    margin-top: 24px;
  }
  .faq-global-component #faq-accordion-content .faq-left .pl .faq-accordion-head,
  .faq-global-component #faq-accordion-content .faq-right .pl .faq-accordion-head,
  .faq-global-component #faq-accordion-content_mob .faq-left .pl .faq-accordion-head,
  .faq-global-component #faq-accordion-content_mob .faq-right .pl .faq-accordion-head,
  .faq-global-component_mob #faq-accordion-content .faq-left .pl .faq-accordion-head,
  .faq-global-component_mob #faq-accordion-content .faq-right .pl .faq-accordion-head,
  .faq-global-component_mob #faq-accordion-content_mob .faq-left .pl .faq-accordion-head,
  .faq-global-component_mob #faq-accordion-content_mob .faq-right .pl .faq-accordion-head {
    padding: 20px 49px 20px 24px;
  }
  .faq-global-component #faq-accordion-content .faq-left .pl .faq-accordion-head:before,
  .faq-global-component #faq-accordion-content .faq-right .pl .faq-accordion-head:before,
  .faq-global-component #faq-accordion-content_mob .faq-left .pl .faq-accordion-head:before,
  .faq-global-component #faq-accordion-content_mob .faq-right .pl .faq-accordion-head:before,
  .faq-global-component_mob #faq-accordion-content .faq-left .pl .faq-accordion-head:before,
  .faq-global-component_mob #faq-accordion-content .faq-right .pl .faq-accordion-head:before,
  .faq-global-component_mob #faq-accordion-content_mob .faq-left .pl .faq-accordion-head:before,
  .faq-global-component_mob #faq-accordion-content_mob .faq-right .pl .faq-accordion-head:before {
    right: 24px;
  }
  .faq-global-component #faq-accordion-content .faq-left .pl .faq-accordion-head:hover:before,
  .faq-global-component #faq-accordion-content .faq-right .pl .faq-accordion-head:hover:before,
  .faq-global-component #faq-accordion-content_mob .faq-left .pl .faq-accordion-head:hover:before,
  .faq-global-component #faq-accordion-content_mob .faq-right .pl .faq-accordion-head:hover:before,
  .faq-global-component_mob #faq-accordion-content .faq-left .pl .faq-accordion-head:hover:before,
  .faq-global-component_mob #faq-accordion-content .faq-right .pl .faq-accordion-head:hover:before,
  .faq-global-component_mob #faq-accordion-content_mob .faq-left .pl .faq-accordion-head:hover:before,
  .faq-global-component_mob #faq-accordion-content_mob .faq-right .pl .faq-accordion-head:hover:before {
    right: 24px;
  }
  .faq-global-component #faq-accordion-content .faq-left .pl .faq-accordion-head.active:before,
  .faq-global-component #faq-accordion-content .faq-right .pl .faq-accordion-head.active:before,
  .faq-global-component #faq-accordion-content_mob .faq-left .pl .faq-accordion-head.active:before,
  .faq-global-component #faq-accordion-content_mob .faq-right .pl .faq-accordion-head.active:before,
  .faq-global-component_mob #faq-accordion-content .faq-left .pl .faq-accordion-head.active:before,
  .faq-global-component_mob #faq-accordion-content .faq-right .pl .faq-accordion-head.active:before,
  .faq-global-component_mob #faq-accordion-content_mob .faq-left .pl .faq-accordion-head.active:before,
  .faq-global-component_mob #faq-accordion-content_mob .faq-right .pl .faq-accordion-head.active:before {
    right: 24px;
  }
  .faq-global-component #faq-accordion-content .faq-left .pl .faq-accordion-body,
  .faq-global-component #faq-accordion-content .faq-right .pl .faq-accordion-body,
  .faq-global-component #faq-accordion-content_mob .faq-left .pl .faq-accordion-body,
  .faq-global-component #faq-accordion-content_mob .faq-right .pl .faq-accordion-body,
  .faq-global-component_mob #faq-accordion-content .faq-left .pl .faq-accordion-body,
  .faq-global-component_mob #faq-accordion-content .faq-right .pl .faq-accordion-body,
  .faq-global-component_mob #faq-accordion-content_mob .faq-left .pl .faq-accordion-body,
  .faq-global-component_mob #faq-accordion-content_mob .faq-right .pl .faq-accordion-body {
    padding: 0 24px 24px 24px;
  }
}
.homepage .bl-1 {
  padding-top: 53px;
  padding-bottom: 54px;
  background: var(--brand-light-gold);
}
.homepage .bl-1 .flx {
  display: flex;
  align-items: center;
}
.homepage .bl-1 .flx .block h1 {
  font-size: 50px;
  color: var(--text-primary);
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .homepage .bl-1 .flx .block h1 {
    font-size: 36px;
    line-height: 43px;
  }
}
.homepage .bl-1 .flx .block h1 img {
  margin-left: -10px;
  margin-bottom: -18px;
}
.homepage .bl-1 .flx .block h2 {
  font-size: 20px;
  color: var(--text-primary);
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 32px;
}
@media (max-width: 600px) {
  .homepage .bl-1 .flx .block h2 {
    font-size: 18px;
    line-height: 25px;
  }
}
.homepage .bl-1 .flx .block img.bg {
  display: block;
  width: 100%;
}
.homepage .bl-1 .flx .block .flx-btns {
  display: flex;
  gap: 0 16px;
  margin-bottom: 20px;
}
.homepage .bl-1 .flx .block .flx-btns a {
  display: block;
  text-decoration: none;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  border: 1px solid var(--brand-pink);
  border-radius: 8px;
  transition: 0.3s;
}
.homepage .bl-1 .flx .block .flx-btns a.start-dropshipping {
  color: var(--text-primary-invert);
  background: var(--brand-pink);
}
.homepage .bl-1 .flx .block .flx-btns a.grow-business {
  color: var(--brand-pink);
}
.homepage .bl-1 .flx .block .flx-btns a:hover {
  background: var(--brand-pink-dark);
  border: 1px solid var(--brand-pink-dark);
  color: var(--text-primary-invert);
}
.homepage .bl-1 .flx .block .flx-btns a:focus {
  box-shadow: 0px 0px 0px 3px rgba(255, 125, 175, 0.3), 0px 2px 16px 0px rgba(255, 0, 97, 0.4);
}
.homepage .bl-1 .flx .block .flx-btns a:active {
  background: var(--brand-pink-dark);
}
.homepage .bl-1 .flx .block .v2 {
  display: none;
}
.homepage .bl-1 .flx .block .v2 .get-started-btn a {
  margin-bottom: 20px;
}
.homepage .bl-1 .flx .block .v2 .get-started-btn .get-started-btn-description {
  display: none;
}
@media (max-width: 600px) {
  .homepage .bl-1 .flx .block .v2 .get-started-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.homepage .bl-1 .flx .block p {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--text-primary);
}
.homepage .bl-1 .flx .block p b {
  display: block;
  width: 5px;
  height: 5px;
  background: var(--brand-pink);
  border-radius: 50%;
  margin: 0 10px;
}
.homepage .bl-1 .flx .block:nth-child(1) {
  width: 50%;
}
.homepage .bl-1 .flx .block:nth-child(2) {
  width: 50%;
  padding-left: 28px;
}
.homepage .bl-2 {
  padding-top: 60px;
  padding-bottom: 100px;
}
.homepage .bl-2 .flx {
  display: flex;
  justify-content: space-between;
  padding: 0 150px;
}
.homepage .bl-2 .flx p {
  font-size: 20px;
  text-align: center;
  color: var(--text-primary);
}
.homepage .bl-2 .flx p span {
  display: block;
  font-weight: 600;
  font-size: 44px;
  line-height: 52px;
  margin-bottom: 4px;
}
.homepage .test-a {
  overflow: hidden;
  height: 0;
}
.homepage .test-b {
  display: none;
}
.homepage .test-b .title-wrapper h2 {
  font-size: 44px;
  color: var(--text-primary);
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 600px) {
  .homepage .test-b .title-wrapper h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
.homepage .test-b .title-wrapper h3 {
  font-size: 24px;
  color: var(--text-primary);
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 48px;
  text-align: center;
}
@media (max-width: 600px) {
  .homepage .test-b .title-wrapper h3 {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .homepage .test-b .title-wrapper h3 {
    margin-bottom: 32px;
  }
}
.homepage .test-b .features-scrl-sections-wrapper {
  display: flex;
  flex-direction: column;
  gap: 100px 0;
  margin-bottom: 66px;
}
.homepage .test-b .features-scrl-sections-wrapper .features-scrl-section-item {
  position: sticky;
  top: 80px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  padding: 32px 116px 32px 32px;
  box-shadow: 0px 8px 94px 0px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.homepage .test-b .features-scrl-sections-wrapper .features-scrl-section-item.behind {
  background: #fff;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
}
.homepage .test-b .features-scrl-sections-wrapper .features-scrl-section-item img {
  max-width: 630px;
  width: 100%;
  display: block;
}
.homepage .test-b .features-scrl-sections-wrapper .features-scrl-section-item .block {
  padding-left: 80px;
}
.homepage .test-b .features-scrl-sections-wrapper .features-scrl-section-item .block h4 {
  font-size: 32px;
  color: var(--text-primary);
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .homepage .test-b .features-scrl-sections-wrapper .features-scrl-section-item .block h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
.homepage .test-b .features-scrl-sections-wrapper .features-scrl-section-item .block h5 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  color: var(--brand-gold);
  line-height: 28px;
  margin-bottom: 16px;
}
.homepage .test-b .features-scrl-sections-wrapper .features-scrl-section-item .block p {
  font-size: 20px;
  color: var(--text-primary);
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .homepage .test-b .features-scrl-sections-wrapper .features-scrl-section-item .block p {
    font-size: 18px;
    line-height: 25px;
  }
}
.homepage .test-b .features-scrl-sections-wrapper .features-scrl-section-item.behind:nth-child(1) {
  transform: scale(0.92);
}
.homepage .test-b .features-scrl-sections-wrapper .features-scrl-section-item:nth-child(1) {
  top: calc(80px + (1 - 1) * 20px);
}
.homepage .test-b .features-scrl-sections-wrapper .features-scrl-section-item.behind:nth-child(2) {
  transform: scale(0.93);
}
.homepage .test-b .features-scrl-sections-wrapper .features-scrl-section-item:nth-child(2) {
  top: calc(80px + (2 - 1) * 20px);
}
.homepage .test-b .features-scrl-sections-wrapper .features-scrl-section-item.behind:nth-child(3) {
  transform: scale(0.94);
}
.homepage .test-b .features-scrl-sections-wrapper .features-scrl-section-item:nth-child(3) {
  top: calc(80px + (3 - 1) * 20px);
}
.homepage .test-b .features-scrl-sections-wrapper .features-scrl-section-item.behind:nth-child(4) {
  transform: scale(0.95);
}
.homepage .test-b .features-scrl-sections-wrapper .features-scrl-section-item:nth-child(4) {
  top: calc(80px + (4 - 1) * 20px);
}
.homepage .test-b .features-scrl-sections-wrapper .features-scrl-section-item.behind:nth-child(5) {
  transform: scale(0.96);
}
.homepage .test-b .features-scrl-sections-wrapper .features-scrl-section-item:nth-child(5) {
  top: calc(80px + (5 - 1) * 20px);
}
.homepage .test-b .features-scrl-sections-wrapper .features-scrl-section-item.behind:nth-child(6) {
  transform: scale(0.97);
}
.homepage .test-b .features-scrl-sections-wrapper .features-scrl-section-item:nth-child(6) {
  top: calc(80px + (6 - 1) * 20px);
}
.homepage .test-b .features-scrl-sections-wrapper .features-scrl-section-item.behind:nth-child(7) {
  transform: scale(0.98);
}
.homepage .test-b .features-scrl-sections-wrapper .features-scrl-section-item:nth-child(7) {
  top: calc(80px + (7 - 1) * 20px);
}
.homepage .test-b .features-scrl-sections-wrapper .features-scrl-section-item.behind:nth-child(8) {
  transform: scale(0.99);
}
.homepage .test-b .features-scrl-sections-wrapper .features-scrl-section-item:nth-child(8) {
  top: calc(80px + (8 - 1) * 20px);
}
.homepage .test-b .features-scrl-sections-wrapper .features-scrl-section-item.behind:nth-child(9) {
  transform: scale(1);
}
.homepage .test-b .features-scrl-sections-wrapper .features-scrl-section-item:nth-child(9) {
  top: calc(80px + (9 - 1) * 20px);
}
.homepage .test-b .features-scrl-sections-wrapper .features-scrl-section-item.behind:nth-child(10) {
  transform: scale(1.01);
}
.homepage .test-b .features-scrl-sections-wrapper .features-scrl-section-item:nth-child(10) {
  top: calc(80px + (10 - 1) * 20px);
}
.homepage .test-c {
  overflow: hidden;
  height: 0;
}
.homepage .test-c .title-wrapper h2 {
  font-size: 44px;
  color: var(--text-primary);
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 600px) {
  .homepage .test-c .title-wrapper h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
.homepage .test-c .title-wrapper h3 {
  font-size: 24px;
  color: var(--text-primary);
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 48px;
  text-align: center;
}
@media (max-width: 600px) {
  .homepage .test-c .title-wrapper h3 {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .homepage .test-c .title-wrapper h3 {
    margin-bottom: 32px;
  }
}
.homepage .test-c .get-started-btn {
  margin-bottom: 36px;
}
.homepage .test-c .winning-products-slider {
  margin-bottom: 40px;
}
.homepage .test-c .winning-products-slider .winning-products-item {
  position: relative;
  width: 353px;
  border-radius: 20px;
  margin: 0 10px;
  overflow: hidden;
}
.homepage .test-c .winning-products-slider .winning-products-item .text-content {
  padding: 32px 36px;
}
.homepage .test-c .winning-products-slider .winning-products-item .text-content .title {
  font-size: 24px;
  color: var(--text-primary);
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 12px;
}
.homepage .test-c .winning-products-slider .winning-products-item .text-content .description {
  font-size: 18px;
  color: var(--text-primary);
  line-height: 25px;
}
.homepage .test-c .winning-products-slider .winning-products-item img {
  display: block;
}
.homepage .test-c .winning-products-slider .winning-products-item.c1 {
  background: #e1edfc;
}
.homepage .test-c .winning-products-slider .winning-products-item.c1 img {
  width: 337px;
  margin-left: auto;
}
.homepage .test-c .winning-products-slider .winning-products-item.c2 {
  background: #fff3f2;
}
.homepage .test-c .winning-products-slider .winning-products-item.c2 img {
  width: 310px;
  margin: auto;
}
.homepage .test-c .winning-products-slider .winning-products-item.c3 {
  background: #fcf4ee;
}
.homepage .test-c .winning-products-slider .winning-products-item.c3 img {
  width: 330px;
  margin: auto;
}
.homepage .test-c .winning-products-slider .winning-products-item.c4 {
  background: #fcf4ee;
}
.homepage .test-c .winning-products-slider .winning-products-item.c4 img {
  width: 330px;
  margin: auto;
}
.homepage .test-c .winning-products-slider .winning-products-item.c5 {
  background: #eff7f5;
}
.homepage .test-c .winning-products-slider .winning-products-item.c5 img {
  width: 330px;
  margin: auto;
}
.homepage .test-c .winning-products-slider::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 151px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  z-index: 1;
}
.homepage .test-c .winning-products-slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 151px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  z-index: 1;
}
.homepage .test-c .winning-products-slider .btn-prev,
.homepage .test-c .winning-products-slider .btn-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  border: none;
  cursor: pointer;
  z-index: 2;
  transition: 0.3s;
}
.homepage .test-c .winning-products-slider .btn-prev:hover,
.homepage .test-c .winning-products-slider .btn-next:hover {
  background-color: #141d5a;
}
.homepage .test-c .winning-products-slider .btn-prev {
  left: 34px;
  background: var(--brand-space) url("../../src/img/winning-products-slider-arrow-left.svg") no-repeat 50% 50%;
}
.homepage .test-c .winning-products-slider .btn-next {
  right: 34px;
  background: var(--brand-space) url("../../src/img/winning-products-slider-arrow-right.svg") no-repeat 50% 50%;
}
.homepage .features-list {
  padding-top: 54px;
}
.homepage .features-list h2 {
  font-size: 44px;
  color: var(--text-primary);
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 600px) {
  .homepage .features-list h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
.homepage .features-list h3 {
  font-size: 24px;
  color: var(--text-primary);
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 600px) {
  .homepage .features-list h3 {
    font-size: 18px;
    line-height: 25px;
  }
}
.homepage .features-list .flx {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}
.homepage .features-list .flx .block-1 {
  width: 50%;
}
.homepage .features-list .flx .block-1 .content {
  max-width: 524px;
}
.homepage .features-list .flx .block-1 .content .small-ttl {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: var(--text-secondary);
  text-transform: uppercase;
  margin-bottom: 16px;
}
.homepage .features-list .flx .block-1 .content h4 {
  font-size: 44px;
  color: var(--text-primary);
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 16px;
  position: relative;
}
@media (max-width: 600px) {
  .homepage .features-list .flx .block-1 .content h4 {
    font-size: 32px;
    line-height: 38px;
  }
}
.homepage .features-list .flx .block-1 .content h4 img {
  position: absolute;
  top: -40px;
  right: 45px;
}
.homepage .features-list .flx .block-1 .content p {
  font-size: 24px;
  color: var(--text-primary);
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 32px;
}
@media (max-width: 600px) {
  .homepage .features-list .flx .block-1 .content p {
    font-size: 18px;
    line-height: 25px;
  }
}
.homepage .features-list .flx .block-1 .content a {
  display: inline-flex;
  align-items: center;
  color: var(--brand-gold-dark);
  font-size: 18px;
  transition: 0.3s;
}
.homepage .features-list .flx .block-1 .content a span {
  display: block;
  width: 13px;
  height: 12px;
  background: var(--brand-gold-dark);
  -webkit-mask: url("../../src/img/featurea-arrow.svg") no-repeat center;
          mask: url("../../src/img/featurea-arrow.svg") no-repeat center;
  margin-left: 5px;
  transition: 0.3s;
}
.homepage .features-list .flx .block-1 .content a:hover {
  color: var(--brand-gold);
}
.homepage .features-list .flx .block-1 .content a:hover span {
  background: var(--brand-gold);
  margin-left: 10px;
}
.homepage .features-list .flx .block-2 {
  width: 50%;
}
.homepage .features-list .flx .block-2 img {
  display: block;
  width: 100%;
  max-width: 628px;
}
.homepage .features-list .flx:nth-child(odd) {
  flex-direction: row-reverse;
}
.homepage .features-list .flx:nth-child(odd) .block-1 {
  display: flex;
  justify-content: center;
}
@media (max-width: 1300px) {
  .homepage .test-b .features-scrl-sections-wrapper .features-scrl-section-item img {
    max-width: 350px;
  }
}
@media (max-width: 940px) {
  .homepage .title-wrapper h3 br {
    display: none;
  }
  .homepage .features-list h3 br {
    display: none;
  }
  .homepage .test-b .features-scrl-sections-wrapper .features-scrl-section-item {
    flex-direction: column;
    padding: 32px;
  }
  .homepage .test-b .features-scrl-sections-wrapper .features-scrl-section-item img {
    max-width: 300px;
    margin-bottom: 30px;
  }
  .homepage .test-b .features-scrl-sections-wrapper .features-scrl-section-item .block {
    padding-left: 0;
  }
}
.homepage .bl-3 .flx {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}
.homepage .bl-3 .flx .block-1 {
  width: 50%;
}
.homepage .bl-3 .flx .block-1 .content {
  max-width: 452px;
}
.homepage .bl-3 .flx .block-1 .content .small-ttl {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: var(--text-secondary);
  text-transform: uppercase;
  margin-bottom: 16px;
}
.homepage .bl-3 .flx .block-1 .content h3 {
  font-size: 44px;
  color: var(--text-primary);
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 16px;
  position: relative;
}
@media (max-width: 600px) {
  .homepage .bl-3 .flx .block-1 .content h3 {
    font-size: 32px;
    line-height: 38px;
  }
}
.homepage .bl-3 .flx .block-1 .content h3 img {
  position: absolute;
  margin-left: 5px;
}
.homepage .bl-3 .flx .block-1 .content p {
  font-size: 24px;
  color: var(--text-primary);
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 32px;
}
@media (max-width: 600px) {
  .homepage .bl-3 .flx .block-1 .content p {
    font-size: 18px;
    line-height: 25px;
  }
}
.homepage .bl-3 .flx .block-1 .content a {
  display: inline-flex;
  align-items: center;
  color: var(--brand-gold-dark);
  font-size: 18px;
  transition: 0.3s;
}
.homepage .bl-3 .flx .block-1 .content a span {
  display: block;
  width: 13px;
  height: 12px;
  background: var(--brand-gold-dark);
  -webkit-mask: url("../../src/img/featurea-arrow.svg") no-repeat center;
          mask: url("../../src/img/featurea-arrow.svg") no-repeat center;
  margin-left: 5px;
  transition: 0.3s;
}
.homepage .bl-3 .flx .block-1 .content a:hover {
  color: var(--brand-gold);
}
.homepage .bl-3 .flx .block-1 .content a:hover span {
  background: var(--brand-gold);
  margin-left: 10px;
}
.homepage .bl-3 .flx .block-2 {
  width: 50%;
}
.homepage .bl-3 .flx .block-2 img {
  display: block;
  width: 100%;
  max-width: 628px;
}
.homepage .bl-3 .flx:nth-child(odd) {
  flex-direction: row-reverse;
}
.homepage .bl-3 .flx:nth-child(odd) .block-1 {
  display: flex;
  justify-content: center;
}
.homepage .bl-4 {
  background: var(--brand-light-gold);
  padding-top: 40px;
}
.homepage .bl-4 .flx {
  display: flex;
  align-items: center;
}
.homepage .bl-4 .flx .block-1 {
  width: 55%;
}
.homepage .bl-4 .flx .block-1 h2 {
  font-size: 44px;
  color: var(--text-primary);
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .homepage .bl-4 .flx .block-1 h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
.homepage .bl-4 .flx .block-1 h3 {
  font-size: 24px;
  color: var(--text-primary);
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 48px;
}
@media (max-width: 600px) {
  .homepage .bl-4 .flx .block-1 h3 {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .homepage .bl-4 .flx .block-1 h3 {
    margin-bottom: 32px;
  }
}
.homepage .bl-4 .flx .block-1 .flx-2 {
  display: flex;
  align-items: center;
  gap: 0 40px;
  margin-bottom: 48px;
}
.homepage .bl-4 .flx .block-1 .flx-2 .item {
  display: flex;
  align-items: center;
}
.homepage .bl-4 .flx .block-1 .flx-2 .item img {
  display: block;
  margin-right: 12px;
}
.homepage .bl-4 .flx .block-1 .flx-2 .item h4 {
  font-size: 16px;
  color: var(--text-primary);
  font-weight: 600;
  line-height: 22px;
}
.homepage .bl-4 .flx .block-1 .flx-btn {
  display: flex;
  padding-bottom: 54px;
}
.homepage .bl-4 .flx .block-1 .flx-btn a {
  display: block;
  width: 210px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 8px;
  background: var(--brand-pink) url("../../src/img/nav-arrow.svg") no-repeat 80% 50%;
  font-size: 16px;
  color: var(--text-primary-invert);
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  padding-right: 30px;
  box-sizing: border-box;
  margin-right: 20px;
  transition: 0.3s;
}
.homepage .bl-4 .flx .block-1 .flx-btn a:hover {
  background: var(--brand-pink-dark) url("../../src/img/nav-arrow.svg") no-repeat 83% 50%;
}
.homepage .bl-4 .flx .block-1 .flx-btn a:focus {
  box-shadow: 0px 0px 0px 3px rgba(255, 125, 175, 0.3), 0px 2px 16px 0px rgba(255, 0, 97, 0.4);
}
.homepage .bl-4 .flx .block-1 .flx-btn a:active {
  background: var(--brand-pink-dark) url("../../src/img/nav-arrow.svg") no-repeat 83% 50%;
}
.homepage .bl-4 .flx .block-1 .flx-btn p {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--text-primary);
}
.homepage .bl-4 .flx .block-1 .flx-btn p b {
  display: block;
  width: 5px;
  height: 5px;
  background: var(--brand-pink);
  border-radius: 50%;
  margin: 0 10px;
}
.homepage .bl-4 .flx .block-2 {
  width: 45%;
  padding-left: 15px;
}
.homepage .bl-4 .flx .block-2 img {
  width: 100%;
  display: block;
}
.homepage .bl-6 {
  padding-bottom: 60px;
}
.homepage .bl-6 .content {
  background: var(--brand-space) url("../../src/img/homepage-bl-6-bg.svg") no-repeat 50% 50%;
  border-radius: 20px;
  padding-top: 80px;
  padding-bottom: 76px;
}
.homepage .bl-6 .content h2 {
  font-size: 44px;
  color: var(--text-primary-invert);
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 600px) {
  .homepage .bl-6 .content h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
.homepage .bl-6 .content a {
  display: block;
  width: 210px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 8px;
  background: var(--brand-pink) url("../../src/img/nav-arrow.svg") no-repeat 80% 50%;
  font-size: 16px;
  color: var(--text-primary-invert);
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  padding-right: 30px;
  box-sizing: border-box;
  margin: 0 auto 20px;
  transition: 0.3s;
}
.homepage .bl-6 .content a:hover {
  background: var(--brand-pink-dark) url("../../src/img/nav-arrow.svg") no-repeat 83% 50%;
}
.homepage .bl-6 .content a:focus {
  box-shadow: 0px 0px 0px 3px rgba(255, 125, 175, 0.3), 0px 2px 16px 0px rgba(255, 0, 97, 0.4);
}
.homepage .bl-6 .content a:active {
  background: var(--brand-pink-dark) url("../../src/img/nav-arrow.svg") no-repeat 83% 50%;
}
.homepage .bl-6 .content p {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--text-primary-invert);
  margin: 0 auto;
  font-size: 16px;
}
.homepage .bl-6 .content p b {
  display: block;
  width: 5px;
  height: 5px;
  background: var(--brand-pink);
  border-radius: 50%;
  margin: 0 10px;
}
.homepage .bl-7 {
  padding-bottom: 69px;
}
.homepage .bl-7 .flx {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.homepage .bl-7 .flx img {
  display: block;
}
.homepage .bl-8 {
  padding-top: 60px;
  margin-bottom: 60px;
}
.homepage .bl-8 h2 {
  font-size: 44px;
  color: var(--text-primary);
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 600px) {
  .homepage .bl-8 h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
.homepage .bl-8 h3 {
  font-size: 24px;
  color: var(--text-primary);
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 48px;
  text-align: center;
}
@media (max-width: 600px) {
  .homepage .bl-8 h3 {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .homepage .bl-8 h3 {
    margin-bottom: 32px;
  }
}
.homepage .bl-8 .flx {
  display: flex;
  gap: 20px;
}
.homepage .bl-8 .flx .block {
  width: 33.3333333333%;
  padding: 48px;
  border-radius: 20px;
  box-sizing: border-box;
}
.homepage .bl-8 .flx .block img {
  display: block;
  margin-bottom: 24px;
}
.homepage .bl-8 .flx .block h4 {
  font-size: 28px;
  color: var(--text-primary);
  font-weight: 600;
  line-height: 33px;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .homepage .bl-8 .flx .block h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
.homepage .bl-8 .flx .block p {
  font-size: 16px;
  color: var(--text-primary);
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 32px;
}
.homepage .bl-8 .flx .block a {
  border-radius: 8px;
  padding: 12px 36px 12px 24px;
  border: 1px solid var(--text-primary);
  font-size: 16px;
  text-decoration: none;
  line-height: 24px;
  color: var(--text-primary);
  background: url("../../src/img/homepage-bl-8-arrow.svg") no-repeat 82% 50%;
  transition: 0.3s;
}
.homepage .bl-8 .flx .block a:hover {
  background: rgba(0, 0, 0, 0.06) url("../../src/img/homepage-bl-8-arrow.svg") no-repeat 87% 50%;
}
.homepage .bl-8 .flx .block a:focus {
  box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.1);
}
.homepage .bl-8 .flx .block:nth-child(1) {
  background: var(--brand-light-gold);
}
.homepage .bl-8 .flx .block:nth-child(2) {
  background: var(--brand-light-mint);
}
.homepage .bl-8 .flx .block:nth-child(3) {
  background: var(--brand-light-rose);
}
.homepage .bl-9 {
  padding-top: 60px;
  padding-bottom: 100px;
}
.homepage .bl-9 h2 {
  font-size: 44px;
  color: var(--text-primary);
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 600px) {
  .homepage .bl-9 h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
.homepage .bl-9 h3 {
  font-size: 24px;
  color: var(--text-primary);
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 48px;
  text-align: center;
}
@media (max-width: 600px) {
  .homepage .bl-9 h3 {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .homepage .bl-9 h3 {
    margin-bottom: 32px;
  }
}
.homepage .bl-9 .tabs ul.tabs__caption {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  margin: 0 auto 40px;
  background: var(--brand-space);
  border: 4px solid var(--brand-space);
  border-radius: 30px;
}
.homepage .bl-9 .tabs ul.tabs__caption li {
  color: var(--text-primary-invert);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 14px 28px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.2s;
}
.homepage .bl-9 .tabs ul.tabs__caption li:hover {
  background: #141d5a;
}
.homepage .bl-9 .tabs ul.tabs__caption li.active {
  color: var(--text-primary);
  background: #fff;
}
.homepage .bl-9 .tabs ul.tabs__caption li.active:hover {
  background: #f2f3fb;
}
.homepage .bl-9 .tabs .tabs__content {
  display: none;
  background: var(--brand-space);
  border-radius: 20px;
  overflow: hidden;
}
.homepage .bl-9 .tabs .tabs__content .flx {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 440px;
}
.homepage .bl-9 .tabs .tabs__content .flx .block-1 {
  width: 50%;
  padding-left: 80px;
  padding-top: 75px;
  padding-bottom: 75px;
}
.homepage .bl-9 .tabs .tabs__content .flx .block-1 h4 {
  font-size: 38px;
  font-weight: 600;
  color: var(--text-primary-invert);
  line-height: 45px;
  margin-bottom: 20px;
}
.homepage .bl-9 .tabs .tabs__content .flx .block-1 ul {
  margin-bottom: 32px;
}
.homepage .bl-9 .tabs .tabs__content .flx .block-1 ul li {
  position: relative;
  font-size: 20px;
  color: var(--text-primary-invert);
  line-height: 28px;
  padding-left: 16px;
  margin-bottom: 8px;
}
.homepage .bl-9 .tabs .tabs__content .flx .block-1 ul li::before {
  position: absolute;
  left: 0;
  content: "•";
  color: var(--brand-pink);
  display: inline-block;
  width: 4px;
}
.homepage .bl-9 .tabs .tabs__content .flx .block-1 ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.homepage .bl-9 .tabs .tabs__content .flx .block-1 a {
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  line-height: 48px;
  border-radius: 8px;
  background-color: var(--brand-pink);
  color: var(--text-primary-invert);
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  display: block;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
  padding: 0 20px;
}
.homepage .bl-9 .tabs .tabs__content .flx .block-1 a:hover {
  background-color: var(--brand-pink-dark);
}
.homepage .bl-9 .tabs .tabs__content .flx .block-1 a:focus {
  box-shadow: 0px 0px 0px 3px rgba(255, 125, 175, 0.3);
}
.homepage .bl-9 .tabs .tabs__content .flx .block-1 a:disabled {
  background-color: var(--brand-pink-secondary);
  cursor: not-allowed;
}
.homepage .bl-9 .tabs .tabs__content .flx .block-2 {
  width: 50%;
}
.homepage .bl-9 .tabs .tabs__content .flx .block-2 img {
  display: block;
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.homepage .bl-9 .tabs .tabs__content.active {
  display: block;
}

.home-page-mobile .homepage .bl-1 {
  padding-bottom: 60px;
}
.home-page-mobile .homepage .bl-1 .flx .block:nth-child(1) {
  margin-bottom: 0;
}
.home-page-mobile .homepage .rating-logos-component {
  padding-top: 60px;
  padding-bottom: 60px;
}
.home-page-mobile .homepage .bl-3 {
  padding-bottom: 40px;
}
.home-page-mobile .homepage .bl-3 h2 {
  text-align: center;
  color: var(--text-primary);
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 32px;
}
.home-page-mobile .homepage .bl-3 .features-slider-nav {
  margin-right: -20px;
  margin-bottom: 32px;
}
.home-page-mobile .homepage .bl-3 .features-slider-nav .slick-list {
  padding-left: 1px;
}
.home-page-mobile .homepage .bl-3 .features-slider-nav .slick-track {
  display: flex;
  gap: 0 8px;
}
.home-page-mobile .homepage .bl-3 .features-slider-nav .features-slider-nav-item {
  background: #eff7f5;
  border: 1px solid #dbeeeb;
  border-radius: 50px;
  padding: 8px 16px;
  font-size: 16px;
  color: var(--text-primary);
}
.home-page-mobile .homepage .bl-3 .features-slider-nav .features-slider-nav-item.slick-current {
  background: var(--brand-space);
  color: var(--text-primary-invert);
  border: 1px solid var(--brand-space);
}
.home-page-mobile .homepage .bl-3 .features-slider {
  margin: 0 -20px;
}
.home-page-mobile .homepage .bl-3 .features-slider .slick-track {
  display: flex;
}
.home-page-mobile .homepage .bl-3 .features-slider .slick-list {
  padding-left: 20px;
}
.home-page-mobile .homepage .bl-3 .features-slider .flx {
  width: 316px;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 10px;
}
.home-page-mobile .homepage .bl-3 .features-slider .flx .block-1 {
  position: relative;
  height: 100%;
  padding: 20px 24px 24px;
  margin-bottom: 0;
}
.home-page-mobile .homepage .bl-3 .features-slider .flx .block-1 .content h3 {
  font-size: 30px;
}
.home-page-mobile .homepage .bl-3 .features-slider .flx .block-1 .content h3 img {
  width: 105px;
  top: -30px;
  right: -10px;
}
.home-page-mobile .homepage .bl-3 .features-slider .flx .block-1 .content p {
  margin-bottom: 0;
  padding-bottom: 64px;
}
.home-page-mobile .homepage .bl-3 .features-slider .flx .block-1 .get-started-btn {
  width: calc(100% - 48px);
  position: absolute;
  bottom: 24px;
}
.home-page-mobile .homepage .bl-3 .features-slider .flx .block-1 .get-started-btn a {
  width: 100%;
  margin-bottom: 0;
  background-position: calc(50% + 70px) 50%;
}
.home-page-mobile .homepage .bl-3 .features-slider .flx .block-1 .get-started-btn .get-started-btn-description {
  display: none;
}
.home-page-mobile .homepage .bl-3 .features-slider .flx .block-2 img {
  height: 238px;
}
.home-page-mobile .homepage .bl-3 .features-slider .flx.b1 {
  background: #eff7f5;
}
.home-page-mobile .homepage .bl-3 .features-slider .flx.b2 {
  background: #fff3f2;
}
.home-page-mobile .homepage .bl-3 .features-slider .flx.b3 {
  background: #fcf4ee;
}
.home-page-mobile .homepage .bl-3 .features-slider .flx.b4 {
  background: #eff7f5;
}
.home-page-mobile .homepage .bl-3 .features-slider .flx.b5 {
  background: #eef6ff;
}
.home-page-mobile .homepage .bl-4 {
  background: transparent;
  padding-top: 40px;
  padding-bottom: 40px;
}
.home-page-mobile .homepage .bl-4 .flx .block-1 .flx-btn {
  padding-bottom: 0;
}
.home-page-mobile .homepage .bl-4 .flx .block-1 .flx-btn a {
  width: 260px;
}
.home-page-mobile .homepage .bl-6 {
  padding-bottom: 30px;
}
.home-page-mobile .homepage .bl-2 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.home-page-mobile .homepage .bl-2 .flx p strong {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 700;
}
.home-page-mobile .homepage .bl-2 .flx p span {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0;
}
.home-page-mobile .homepage .bl-8 .flx {
  margin: 0 -20px;
}
.home-page-mobile .homepage .bl-8 .flx .slick-track {
  display: flex;
}
.home-page-mobile .homepage .bl-8 .flx .slick-list {
  padding-left: 20px;
}
.home-page-mobile .homepage .bl-8 .flx .block {
  width: 304px;
  height: auto;
  margin: 0px 10px 50px;
}
.home-page-mobile .homepage .bl-8 .flx .block img {
  height: 64px;
}
.home-page-mobile .homepage .bl-8 .flx .block.b1 {
  background: var(--brand-light-rose);
}
.home-page-mobile .homepage .bl-8 .flx .block.b2 {
  background: var(--brand-light-mint);
}
.home-page-mobile .homepage .bl-8 .flx .block.b3 {
  background: var(--brand-light-gold);
}
.home-page-mobile .homepage .bl-8 .flx ul.slick-dots {
  bottom: 0px;
}
.home-page-mobile .homepage .bl-8 .flx ul.slick-dots li {
  margin: 0 6px;
  width: 12px;
  height: 12px;
}
.home-page-mobile .homepage .bl-8 .flx ul.slick-dots li button {
  width: auto;
  height: auto;
  bottom: initial;
}
.home-page-mobile .homepage .bl-8 .flx ul.slick-dots li button:before {
  line-height: 12px;
  width: 12px;
  height: 12px;
  font-size: 12px;
  opacity: 1;
  color: var(--text-secondary-invert);
}
.home-page-mobile .homepage .bl-8 .flx ul.slick-dots li.slick-active button:before {
  color: var(--brand-gold);
}
.home-page-mobile .homepage .how-we-helped {
  padding-top: 40px;
  padding-bottom: 40px;
  background: transparent;
}
.home-page-mobile .homepage .how-we-helped h2 {
  display: none;
}
.home-page-mobile .homepage .how-we-helped .flx .block p strong {
  font-size: 40px;
  font-weight: 700;
}

@media (max-width: 1300px) {
  .homepage .bl-1 .flx {
    flex-direction: column;
  }
  .homepage .bl-1 .flx .block:nth-child(1) {
    width: 100%;
    margin-bottom: 46px;
  }
  .homepage .bl-1 .flx .block:nth-child(2) {
    width: 100%;
  }
  .homepage .bl-2 .flx {
    padding: 0;
  }
  .homepage .features-list .flx {
    flex-direction: column;
  }
  .homepage .features-list .flx .block-1 {
    width: 100%;
    margin-bottom: 32px;
  }
  .homepage .features-list .flx .block-1 .content {
    max-width: 100%;
  }
  .homepage .features-list .flx .block-2 {
    width: 100%;
  }
  .homepage .features-list .flx .block-2 img {
    max-width: 100%;
  }
  .homepage .features-list .flx:nth-child(odd) {
    flex-direction: column;
  }
  .homepage .features-list .flx:nth-child(odd) .block-1 {
    justify-content: flex-start;
  }
  .homepage .bl-3 .flx {
    flex-direction: column;
  }
  .homepage .bl-3 .flx .block-1 {
    width: 100%;
    margin-bottom: 32px;
  }
  .homepage .bl-3 .flx .block-1 .content {
    max-width: 100%;
  }
  .homepage .bl-3 .flx .block-2 {
    width: 100%;
  }
  .homepage .bl-3 .flx .block-2 img {
    max-width: 100%;
  }
  .homepage .bl-3 .flx:nth-child(odd) {
    flex-direction: column;
  }
  .homepage .bl-3 .flx:nth-child(odd) .block-1 {
    justify-content: flex-start;
  }
  .homepage .bl-4 .flx {
    flex-direction: column;
  }
  .homepage .bl-4 .flx .block-1 {
    width: 100%;
  }
  .homepage .bl-4 .flx .block-1 h2 br {
    display: none;
  }
  .homepage .bl-4 .flx .block-1 h3 br {
    display: none;
  }
  .homepage .bl-4 .flx .block-1 .flx-2 .item {
    margin-bottom: 16px;
  }
  .homepage .bl-4 .flx .block-1 .flx-2 .item:nth-last-child(1) {
    margin-bottom: 0;
  }
  .homepage .bl-4 .flx .block-1 .flx-btn {
    flex-direction: column;
  }
  .homepage .bl-4 .flx .block-1 .flx-btn a {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .homepage .bl-4 .flx .block-2 {
    width: 100%;
  }
  .homepage .bl-8 .flx {
    flex-direction: column;
  }
  .homepage .bl-8 .flx .block {
    width: 100%;
  }
  .homepage .bl-9 .tabs .tabs__content .flx {
    flex-direction: column;
  }
  .homepage .bl-9 .tabs .tabs__content .flx .block-1 {
    width: 100%;
    margin-bottom: 40px;
  }
  .homepage .bl-9 .tabs .tabs__content .flx .block-2 {
    width: 100%;
  }
  .homepage .bl-9 .tabs .tabs__content .flx .block-2 img {
    width: 100%;
    position: relative;
    margin-left: auto;
  }
}
@media (max-width: 940px) {
  .homepage .bl-1 .flx .block h2 br {
    display: none;
  }
  .homepage .bl-2 .flx {
    flex-direction: column;
  }
  .homepage .bl-2 .flx p {
    margin-bottom: 30px;
  }
  .homepage .bl-2 .flx p:nth-last-child(1) {
    margin-bottom: 0;
  }
  .homepage .bl-4 .flx .block-1 {
    width: 100%;
  }
  .homepage .bl-4 .flx .block-1 h2 br {
    display: none;
  }
  .homepage .bl-4 .flx .block-1 h3 br {
    display: none;
  }
  .homepage .bl-4 .flx .block-1 .flx-2 {
    flex-direction: column;
    align-items: flex-start;
  }
  .homepage .bl-4 .flx .block-2 {
    width: 100%;
    padding-left: 0;
  }
  .homepage .bl-6 .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .homepage .bl-6 .content h2 br {
    display: none;
  }
  .homepage .bl-9 h3 br {
    display: none;
  }
  .homepage .bl-9 .tabs .tabs__content .flx {
    align-items: initial;
  }
  .homepage .bl-9 .tabs .tabs__content .flx .block-1 {
    padding: 40px;
  }
}
@media (max-width: 600px) {
  .homepage .bl-1 {
    padding-top: 68px;
    padding-bottom: 50px;
  }
  .homepage .bl-1 .flx .block h1 {
    position: relative;
    text-align: center;
  }
  .homepage .bl-1 .flx .block h1 img {
    position: absolute;
    top: -45px;
    left: calc(50% + 10px);
    transform: translateX(-50%);
  }
  .homepage .bl-1 .flx .block h2 {
    text-align: center;
  }
  .homepage .bl-1 .flx .block .flx-btns {
    flex-direction: column;
    align-items: center;
    gap: 16px 0;
  }
  .homepage .bl-1 .flx .block .flx-btns a {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 288px;
  }
  .homepage .bl-1 .flx .block p {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .homepage .bl-1 .flx .block:nth-child(2) {
    padding-left: 0;
  }
  .homepage .bl-2 {
    padding-bottom: 60px;
  }
  .homepage .bl-2 .flx p {
    font-size: 18px;
  }
  .homepage .bl-2 .flx p span {
    font-size: 32px;
  }
  .homepage .bl-3 .flx {
    margin-bottom: 80px;
  }
  .homepage .bl-3 .flx .block-1 .content .small-ttl {
    font-size: 16px;
  }
  .homepage .bl-3 .flx .block-1 .content h3 img {
    width: 90px;
    top: -20px;
    right: 0;
    margin-left: 0;
  }
  .homepage .bl-4 .flx .block-1 h2 {
    text-align: center;
  }
  .homepage .bl-4 .flx .block-1 h3 {
    text-align: center;
  }
  .homepage .bl-4 .flx .block-1 .flx-2 {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 31px;
  }
  .homepage .bl-4 .flx .block-1 .flx-2 .item img {
    width: 40px;
  }
  .homepage .bl-4 .flx .block-1 .flx-2 .item h4 br {
    display: none;
  }
  .homepage .bl-4 .flx .block-1 .flx-btn {
    align-items: center;
    padding-bottom: 36px;
  }
  .homepage .bl-6 {
    padding-bottom: 40px;
  }
  .homepage .bl-6 .content {
    background: var(--brand-space) url("../../src/img/homepage-bl-6-bg-mob.svg") no-repeat 50% 40px;
    background-size: 100%;
    padding-top: 60px;
    padding-bottom: 58px;
  }
  .homepage .bl-7 {
    padding-bottom: 40px;
  }
  .homepage .bl-7 .flx {
    gap: 29px;
  }
  .homepage .bl-7 .flx img {
    height: 50px;
  }
  .homepage .bl-8 {
    padding-top: 40px;
    margin-bottom: 40px;
  }
  .homepage .bl-8 .flx .block {
    padding: 32px;
  }
  .homepage .bl-9 {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .homepage .bl-9 .tabs ul.tabs__caption {
    border-radius: 100px;
    margin-bottom: 32px;
  }
  .homepage .bl-9 .tabs ul.tabs__caption li {
    border-radius: 100px;
    padding: 14px 20px;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
  }
  .homepage .bl-9 .tabs .tabs__content .flx .block-1 {
    padding: 60px 16px 0;
  }
  .homepage .bl-9 .tabs .tabs__content .flx .block-1 h4 {
    text-align: center;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 32px;
  }
  .homepage .bl-9 .tabs .tabs__content .flx .block-1 ul li {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .homepage .bl-9 .tabs .tabs__content .flx .block-1 a {
    margin: 0 auto 20px;
  }
}
