/* =========== Titles and subtitles =========== */
/* =========== Body text =========== */
.how-we-helped {
  overflow: hidden;
  padding: 80px 0;
  background: url("../svg/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("../svg/how-we-helped-mob.svg") no-repeat 50% 70%;
  }
  .how-we-helped h2 {
    margin-bottom: 30px;
  }
}
.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: 930px) {
  .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;
  }
}
.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("../svg/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("../svg/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("../svg/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("../svg/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("../svg/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("../svg/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("../svg/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;
  }
}
/* =========== 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("../svg/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;
  }
}
/* =========== Titles and subtitles =========== */
/* =========== Body text =========== */
.dropshipping-banner {
  padding-top: 80px;
  padding-bottom: 80px;
}
.dropshipping-banner .content {
  background: var(--brand-space) url("../svg/dropshipping-banner-bg.svg") no-repeat 50% 50%;
  border-radius: 20px;
  padding: 80px 145px 85px;
}
.dropshipping-banner .content h2 {
  font-size: 44px;
  color: var(--text-primary-invert);
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 600px) {
  .dropshipping-banner .content h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
.dropshipping-banner .content p {
  font-size: 24px;
  color: var(--text-primary-invert);
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 600px) {
  .dropshipping-banner .content p {
    font-size: 18px;
    line-height: 25px;
  }
}
.dropshipping-banner .content .get-started-btn .get-started-btn-description {
  color: var(--text-primary-invert);
}

@media (max-width: 1300px) {
  .dropshipping-banner .content {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 940px) {
  .dropshipping-banner .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .dropshipping-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .dropshipping-banner .content {
    padding: 60px 36px;
    background: var(--brand-space) url("../svg/dropshipping-banner-bg-mob.svg") no-repeat 50% 33px;
  }
}
.modal-up {
  max-width: 900px;
  max-height: 500px;
  display: block;
  margin: 20px auto;
  border-radius: 5px;
  position: relative;
}
.modal-up iframe {
  width: 100%;
  height: 500px;
}
.modal-up.video-shortcode {
  max-width: 610px;
}

.modal-up-one-stop-shop {
  max-width: 900px;
  display: block;
  margin: 20px auto;
  border-radius: 5px;
  padding: 50px;
  position: relative;
}
.modal-up-one-stop-shop p {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 24px;
  color: var(--text-primary);
}
.modal-up-one-stop-shop p strong {
  font-weight: 700;
}

.modal-course {
  max-width: 477px;
  display: block;
  margin: 20px auto;
  border-radius: 5px;
  position: relative;
}
.modal-course .content {
  padding: 50px 70px 70px;
}
.modal-course .content h2 {
  font-size: 40px;
  color: var(--text-primary);
  text-transform: uppercase;
  margin-bottom: 30px;
}
.modal-course .content h2 strong {
  display: block;
  font-weight: 700;
}
.modal-course .content form .field {
  position: relative;
}
.modal-course .content form .field label {
  display: block;
  font-size: 13px;
  color: var(--brand-gold);
  line-height: 2.46;
}
.modal-course .content form .field input {
  width: 100%;
  height: 40px;
  padding: 8px 8px 8px 12px;
  border-radius: 6px;
  color: var(--text-primary);
  font-size: 16px;
  border: 1px solid var(--border);
  box-sizing: border-box;
  outline: none;
  transition: 0.3s;
  margin-bottom: 10px;
}
.modal-course .content form .field input::-moz-placeholder {
  color: var(--text-secondary);
}
.modal-course .content form .field input::placeholder {
  color: var(--text-secondary);
}
.modal-course .content form .field input:hover {
  border: 1px solid var(--brand-gold-bright);
}
.modal-course .content form .field input:focus {
  border: 1px solid var(--brand-gold-bright);
  box-shadow: 0px 0px 0px 3px #fbf1e9;
}
.modal-course .content form .field input:disabled {
  background: var(--brand-grey);
}
.modal-course .content form .field input.error {
  border: 1px solid #e54343;
}
.modal-course .content form .field input.error:focus {
  box-shadow: initial;
}
@media (max-width: 600px) {
  .modal-course .content form .field input {
    height: 48px;
  }
}
.modal-course .content form .button {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
.modal-course .content form .button 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;
  width: 123px;
  height: 40px;
}
.modal-course .content form .button button:hover {
  background: var(--brand-gold-dark);
}
.modal-course .content form .button button:focus {
  box-shadow: 0px 0px 0px 3px #fbf1e9;
}
.modal-course .content form .button button:disabled {
  background: var(--brand-gold-secondary);
  cursor: not-allowed;
}

.mfp-close-btn-in .mfp-close {
  font-size: 40px;
  color: #fff !important;
  background: #e6bcb9;
  border-radius: 10px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  opacity: 1 !important;
  outline: none;
  position: absolute;
  top: -18px;
  right: -18px;
}

.mfp-close:active {
  top: -17px !important;
}

.zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

/* animate in */
.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  background: #ffffff;
  transform: scale(1);
}

/* animate out */
.mfp-ready.mfp-removing .zoom-anim-dialog {
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.mfp-ready.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.mfp-ready.mfp-ready.mfp-bg {
  opacity: 0.92;
  background-color: var(--text-primary);
}

.mfp-bg {
  opacity: 0.92;
  background-color: var(--text-primary);
}

/* animate out */
.mfp-ready.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-out;
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.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("../png/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("../png/hubspot-widget-2.png");
  background-size: 20px;
}
.hubspot-custom-menu-widget .hubspot-menu-items ul li.w2 {
  background-image: url("../png/hubspot-widget-3.png");
  background-size: 24px;
}
.hubspot-custom-menu-widget .hubspot-menu-items ul li.w3 {
  background-image: url("../png/hubspot-widget-4.png");
  background-position: 18px 50%;
  background-size: 24px;
}
.hubspot-custom-menu-widget .hubspot-menu-items ul li.w4 {
  background-image: url("../png/hubspot-widget-5.png");
  background-position: 19px 50%;
  background-size: 24px;
}
.hubspot-custom-menu-widget .hubspot-menu-items ul li.w5 {
  background-image: url("../png/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("../svg/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("../svg/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("../svg/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: 10px;
  box-sizing: border-box;
  transition: 0.3s;
}
.get-started-btn a:hover {
  background: var(--brand-pink-dark) url("../svg/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("../svg/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: 14px;
  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;
}

.features-component {
  padding-top: 40px;
}
.features-component .content .flx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 96px;
}
.features-component .content .flx .block-1 {
  width: 40%;
}
.features-component .content .flx .block-1 .flx-2 {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.features-component .content .flx .block-1 .flx-2 img {
  display: block;
  height: 36px;
  margin-right: 10px;
}
.features-component .content .flx .block-1 .flx-2 .small-title {
  text-transform: uppercase;
  color: var(--text-primary);
  font-weight: 400;
  font-size: 14px;
}
.features-component .content .flx .block-1 h3 {
  font-size: 32px;
  color: var(--text-primary);
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .features-component .content .flx .block-1 h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.features-component .content .flx .block-1 p {
  font-size: 18px;
  color: var(--text-primary);
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 32px;
}
.features-component .content .flx .block-1 p br {
  display: block;
  margin-bottom: 15px;
  content: "";
}
.features-component .content .flx .block-1 a {
  display: inline-flex;
  align-items: center;
  color: var(--brand-gold-dark);
  font-size: 18px;
  transition: 0.3s;
}
.features-component .content .flx .block-1 a span {
  display: block;
  width: 13px;
  height: 12px;
  background: var(--brand-gold-dark);
  -webkit-mask: url("../svg/featurea-arrow.svg") no-repeat center;
          mask: url("../svg/featurea-arrow.svg") no-repeat center;
  margin-left: 5px;
  transition: 0.3s;
}
.features-component .content .flx .block-1 a:hover {
  color: var(--brand-gold);
}
.features-component .content .flx .block-1 a:hover span {
  background: var(--brand-gold);
  margin-left: 10px;
}
.features-component .content .flx .block-2 {
  width: 50%;
}
.features-component .content .flx .block-2 img {
  display: block;
  width: 100%;
  max-width: 597px;
}
.features-component .content .flx:nth-child(even) {
  flex-direction: row-reverse;
}
.features-component .content .flx:nth-child(odd) .block-2 img {
  margin-left: auto;
}

@media (max-width: 940px) {
  .features-component .content .flx {
    flex-wrap: wrap;
    padding: 0;
  }
  .features-component .content .flx .block-1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .features-component .content .flx .block-2 {
    width: 100%;
  }
  .features-component .content .flx .block-2 img {
    max-height: initial;
  }
  .features-component .content .flx:nth-child(even) {
    flex-direction: row;
  }
  .features-component .content .flx:nth-child(odd) .block-2 img {
    margin-left: initial;
  }
}
@media (max-width: 600px) {
  .features-component .content .flx {
    margin-bottom: 80px;
  }
  .features-component .content .flx .block-1 {
    margin-bottom: 32px;
  }
  .features-component .content .flx .block-1 p {
    margin-bottom: 24px;
  }
}
/* =========== Titles and subtitles =========== */
/* =========== Body text =========== */
.supported-selling-channels {
  padding-top: 60px;
  padding-bottom: 60px;
}
.supported-selling-channels h2 {
  font-size: 44px;
  color: var(--text-primary);
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 48px;
  text-align: center;
}
@media (max-width: 600px) {
  .supported-selling-channels h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 600px) {
  .supported-selling-channels h2 {
    margin-bottom: 32px;
  }
}
.supported-selling-channels .logos-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 50px;
}
.supported-selling-channels .logos-content a img {
  display: block;
  transition: transform 0.3s;
}
.supported-selling-channels .logos-content a:hover img {
  transform: scale(1.1);
}

@media (max-width: 1300px) {
  .supported-selling-channels .logos-content {
    flex-wrap: wrap;
    gap: 40px 50px;
  }
}
@media (max-width: 600px) {
  .supported-selling-channels {
    padding-bottom: 40px;
  }
  .supported-selling-channels .logos-content {
    gap: 32px 28px;
  }
  .supported-selling-channels .logos-content a img.ebay-lg {
    height: 34px;
  }
  .supported-selling-channels .logos-content a img.shopify-lg {
    height: 30px;
  }
  .supported-selling-channels .logos-content a img.fb-lg {
    height: 20px;
  }
  .supported-selling-channels .logos-content a img.wix-lg {
    height: 21px;
  }
  .supported-selling-channels .logos-content a img.woo-lg {
    height: 37px;
  }
  .supported-selling-channels .logos-content a img.etsy-lg {
    height: 42px;
  }
  .supported-selling-channels .logos-content a img.amazon-lg {
    height: 38px;
  }
  .supported-selling-channels .logos-content a img.tiktok-lg {
    height: 30px;
  }
  .supported-selling-channels .logos-content a:nth-child(1) {
    order: 1;
  }
  .supported-selling-channels .logos-content a:nth-child(2) {
    order: 2;
  }
  .supported-selling-channels .logos-content a:nth-child(3) {
    order: 5;
  }
  .supported-selling-channels .logos-content a:nth-child(4) {
    order: 4;
  }
  .supported-selling-channels .logos-content a:nth-child(5) {
    order: 6;
  }
  .supported-selling-channels .logos-content a:nth-child(6) {
    order: 3;
  }
  .supported-selling-channels .logos-content a:nth-child(7) {
    order: 7;
  }
  .supported-selling-channels .logos-content a:nth-child(8) {
    order: 8;
  }
}
.ai-build-shopify-store {
  position: relative;
  width: 100%;
  height: 48px;
  background: var(--brand-space);
  display: flex;
  justify-content: center;
  align-items: center;
}
.ai-build-shopify-store .ai-build-shopify-store-text {
  font-size: 14px;
  color: #ffffff;
  background: url("../svg/ai-build-shopify-store.svg") no-repeat 0 50%;
  padding: 5px 0 5px 30px;
  margin-right: 8px;
}
.ai-build-shopify-store a {
  display: block;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  text-decoration-line: underline;
  background: url("../svg/ai-build-shopify-store-arrow.svg") no-repeat calc(100% - 5px) 50%;
  padding-right: 20px;
  transition: 0.3s;
}
.ai-build-shopify-store a:hover {
  background-position: 100% 50%;
}
.ai-build-shopify-store img {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  display: block;
  cursor: pointer;
}
.ai-build-shopify-store img:hover {
  filter: brightness(100);
}

@media (max-width: 600px) {
  .ai-build-shopify-store {
    flex-direction: column;
    height: 68px;
  }
  .ai-build-shopify-store .ai-build-shopify-store-text {
    margin-bottom: 2px;
  }
  .ai-build-shopify-store img {
    top: 13px;
    transform: initial;
  }
}
.warehouse-banner {
  padding-bottom: 100px;
}
.warehouse-banner .banner-content {
  border-radius: 20px;
  background: var(--brand-light-gold) url("../svg/warehouse-banner-dashes.svg") no-repeat calc(100% - 28px) 59px;
  padding: 25px 112px 25px 28px;
  display: flex;
  align-items: center;
}
.warehouse-banner .banner-content .video-area {
  width: 584px;
  flex-shrink: 0;
  border-radius: 16px;
  box-shadow: 0px 12px 20px 0px rgba(117, 58, 0, 0.2);
  overflow: hidden;
  margin-right: 80px;
}
.warehouse-banner .banner-content .block h3 {
  font-size: 32px;
  color: var(--text-primary);
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .warehouse-banner .banner-content .block h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.warehouse-banner .banner-content .block p {
  color: var(--text-primary);
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
}
.warehouse-banner .banner-content .block .get-started-btn {
  margin-top: 32px;
}
.warehouse-banner .banner-content .block .get-started-btn a {
  margin-bottom: 20px;
  padding-right: 0;
  background-image: none;
  width: 186px;
  height: 40px;
  line-height: 40px;
}
.warehouse-banner .banner-content .block .get-started-btn .get-started-btn-description {
  font-size: 16px;
}

@media (max-width: 1300px) {
  .warehouse-banner .banner-content {
    flex-direction: column-reverse;
    padding: 25px 28px;
  }
  .warehouse-banner .banner-content .video-area {
    width: 100%;
    margin-right: 0;
    margin-top: 34px;
  }
  .warehouse-banner .banner-content .block h3 {
    text-align: center;
  }
  .warehouse-banner .banner-content .block p {
    text-align: center;
  }
  .warehouse-banner .banner-content .block .get-started-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .warehouse-banner {
    padding-bottom: 60px;
  }
  .warehouse-banner .banner-content {
    border-radius: 0;
    margin: 0 -20px;
    padding: 60px 20px;
    background: var(--brand-light-gold) url("../svg/warehouse-banner-bg-mob.svg") no-repeat 50% 26px;
  }
  .warehouse-banner .banner-content .video-area {
    border-radius: 9px;
  }
}
.features-lp .supported-selling-channels {
  padding-top: 0;
}
.features-lp .bl-1 {
  padding: 50px 0 0;
  background: url("../svg/features-lp-bl-1-bg.svg") no-repeat 50% 50%;
}
.features-lp .bl-1 .flx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.features-lp .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) {
  .features-lp .bl-1 .flx .block h1 {
    font-size: 36px;
    line-height: 43px;
  }
}
.features-lp .bl-1 .flx .block p {
  font-size: 18px;
  color: var(--text-primary);
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 32px;
}
.features-lp .bl-1 .flx .block img {
  max-width: 100%;
}
.features-lp .bl-1 .flx .block:nth-child(1) {
  width: calc(50% - 135px);
}
.features-lp .bl-1 .flx .block:nth-child(2) {
  width: calc(50% + 50px);
}
.features-lp .bl-2 {
  padding-bottom: 80px;
}
.features-lp .bl-2 .flx {
  display: flex;
  align-items: center;
  background: url("../svg/features-general-bl-2-dashes.svg") no-repeat 95% 70%, radial-gradient(30% 55% at 80% 50%, rgba(36, 56, 162, 0.6) 0%, rgba(36, 56, 162, 0) 100%), var(--brand-space);
  border-radius: 20px;
  padding: 48px 30px 48px 80px;
}
.features-lp .bl-2 .flx .block h3 {
  font-size: 44px;
  color: var(--text-primary-invert);
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .features-lp .bl-2 .flx .block h3 {
    font-size: 32px;
    line-height: 38px;
  }
}
.features-lp .bl-2 .flx .block p {
  font-size: 20px;
  color: var(--text-primary-invert);
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 32px;
}
@media (max-width: 600px) {
  .features-lp .bl-2 .flx .block p {
    font-size: 18px;
    line-height: 25px;
  }
}
.features-lp .bl-2 .flx .block a {
  width: 181px;
  height: 48px;
  line-height: 48px;
  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;
}
.features-lp .bl-2 .flx .block a:hover {
  background: var(--brand-gold-dark);
}
.features-lp .bl-2 .flx .block a:focus {
  box-shadow: 0px 0px 0px 3px #fbf1e9;
}
.features-lp .bl-2 .flx .block a:disabled {
  background: var(--brand-gold-secondary);
  cursor: not-allowed;
}
.features-lp .bl-2 .flx .block img {
  display: block;
  max-width: 530px;
}
.features-lp .bl-2 .flx .block:nth-child(1) {
  padding-right: 50px;
}
.features-lp .features-lp-space {
  padding-bottom: 20px;
}
.features-lp .bl-4 {
  padding: 96px 0;
}
.features-lp .bl-4 h2 {
  font-size: 44px;
  color: var(--text-primary);
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 48px;
  text-align: center;
}
@media (max-width: 600px) {
  .features-lp .bl-4 h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 600px) {
  .features-lp .bl-4 h2 {
    margin-bottom: 32px;
  }
}
.features-lp .bl-4 .flx {
  display: flex;
  gap: 0 32px;
  flex-wrap: wrap;
}
.features-lp .bl-4 .flx .block {
  width: calc(33.3333333333% - 22px);
  padding: 32px 48px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid var(--brand-grey);
  box-shadow: 0px 18px 50px rgba(204, 204, 204, 0.4);
  border-radius: 20px;
  margin-bottom: 30px;
}
.features-lp .bl-4 .flx .block img {
  display: block;
  margin: 0 auto 32px;
  max-width: 160px;
}
.features-lp .bl-4 .flx .block h3 {
  font-size: 24px;
  color: var(--text-primary);
  font-weight: 400;
  line-height: 33px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .features-lp .bl-4 .flx .block h3 {
    font-size: 18px;
    line-height: 25px;
  }
}
.features-lp .bl-4 .flx .block p {
  font-size: 18px;
  color: var(--text-primary);
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 1300px) {
  .features-lp .bl-2 .flx {
    background: var(--brand-space) url("../svg/features-general-bl-2-dashes.svg") no-repeat 50% 100%;
    flex-wrap: wrap;
    padding: 63px 63px 0px;
  }
  .features-lp .bl-2 .flx .block {
    width: 100%;
  }
  .features-lp .bl-2 .flx .block h3 {
    text-align: center;
  }
  .features-lp .bl-2 .flx .block p {
    text-align: center;
  }
  .features-lp .bl-2 .flx .block p br {
    display: none;
  }
  .features-lp .bl-2 .flx .block a {
    margin: auto;
  }
  .features-lp .bl-2 .flx .block img {
    margin: auto;
    width: 100%;
  }
  .features-lp .bl-2 .flx .block:nth-child(1) {
    padding-right: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 940px) {
  .features-lp .bl-1 .flx {
    flex-wrap: wrap;
  }
  .features-lp .bl-1 .flx .block:nth-child(1) {
    width: 100%;
  }
  .features-lp .bl-1 .flx .block:nth-child(2) {
    width: 100%;
  }
  .features-lp .bl-4 .flx .block {
    width: 100%;
    margin-bottom: 30px;
  }
  .features-lp .bl-4 .flx .block:nth-last-child(1) {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .features-lp .bl-1 {
    padding-top: 30px;
    background-position: 50% 90%;
    background-size: 100% 50%;
  }
  .features-lp .bl-1 .flx .block h1 {
    text-align: center;
  }
  .features-lp .bl-1 .flx .block p {
    text-align: center;
  }
  .features-lp .bl-1 .flx .block .get-started-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .features-lp .bl-1 .flx .block img {
    display: none;
  }
  .features-lp .bl-1 .flx .block:nth-child(1) {
    margin-bottom: 20px;
  }
  .features-lp .bl-2 {
    padding-bottom: 0;
  }
  .features-lp .bl-2 .flx {
    background: var(--brand-space) url("../svg/features-general-bl-2-dashes-mob.svg") no-repeat 50% 95%;
    padding: 60px 24px 30px;
  }
  .features-lp .bl-2 .flx .block a {
    width: 210px;
  }
  .features-lp .bl-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .features-lp .bl-4 .flx.benefits-slider {
    margin: -30px -20px 32px;
  }
  .features-lp .bl-4 .flx.benefits-slider .slick-list {
    padding-left: 20px;
  }
  .features-lp .bl-4 .flx.benefits-slider .slick-track {
    display: flex;
    padding-top: 30px;
  }
  .features-lp .bl-4 .flx.benefits-slider .block {
    width: 304px;
    height: auto;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
    margin: 0px 10px 40px;
    padding: 24px;
  }
  .features-lp .bl-4 .flx.benefits-slider .block img {
    height: 105px;
    margin-bottom: 20px;
  }
  .features-lp .bl-4 .flx.benefits-slider .block h3 {
    margin-bottom: 8px;
  }
  .features-lp .bl-4 .flx.benefits-slider .block p {
    font-size: 16px;
    color: var(--text-primary);
    line-height: 22px;
    font-weight: 400;
  }
  .features-lp .bl-4 .flx.benefits-slider ul.slick-dots {
    bottom: -10px;
  }
  .features-lp .bl-4 .flx.benefits-slider ul.slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    pointer-events: none;
  }
  .features-lp .bl-4 .flx.benefits-slider ul.slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
  }
  .features-lp .bl-4 .flx.benefits-slider ul.slick-dots li button:before {
    color: #000;
    opacity: 0.1;
    font-size: 12px;
    width: 12px;
    height: 12px;
    line-height: 12px;
  }
  .features-lp .bl-4 .flx.benefits-slider ul.slick-dots li.slick-active button:before {
    color: var(--brand-gold);
    opacity: 1;
  }
}
