* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #383838;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

h3 {
  font-size: 36px;
  color: #08748F;
}
@media (max-width: 768px) {
  h3 {
    font-size: 28px;
  }
}

img {
  width: 100%;
  height: auto;
}

p {
  line-height: 2;
  font-size: 15px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  p {
    line-height: 1.7;
    font-size: 14px;
  }
}

a {
  text-decoration: none;
  transition: all 0.2s linear;
}
a:hover {
  text-decoration: none;
}

li {
  list-style-type: none;
}

.flex {
  display: flex;
}

.wrap {
  width: 100%;
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 16px;
}

.btn-primary:not(:disabled):not(.disabled):active {
  color: unset;
  background-color: unset;
  border-color: unset;
}

.btn-primary {
  color: #ffffff;
  background-color: #f58220;
  padding: 6px 12px;
  border: 1px solid #f58220;
  border-radius: 100px;
  text-transform: uppercase;
}
.btn-primary:hover {
  color: #f58220;
  background-color: transparent;
  border-color: #f58220;
}
.btn-primary.disabled, .btn-primary .btn-primary:disabled {
  background-color: #dcdcdc;
  border: none;
}
.btn-primary.disabled:hover, .btn-primary .btn-primary:disabled:hover {
  color: #ffffff;
}
.btn-primary.disabled:focus, .btn-primary .btn-primary:disabled:focus {
  box-shadow: none;
}

h2, h3 {
  font-weight: bold;
}

label {
  font-size: 12px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-backdrop.show {
  opacity: 0.85;
}
.modal-content {
  width: 375px;
  margin: 0 auto;
  border: #f58220 3px solid;
  border-radius: 8px;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.3);
}
.modal-header {
  border-bottom: none;
  padding: 12px;
  display: flex;
  align-items: center;
}
.modal-header .fa-x {
  background: #f58220;
  border: 1px solid #f58220;
  padding: 10px;
  cursor: pointer;
  color: #ffffff;
  border-radius: 8px;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
}
.modal-header .fa-x:before {
  display: none;
}
.modal-header .fa-x:hover {
  background-color: #ffffff;
  color: #f58220;
}
.modal-header .fa-x:before {
  display: none;
}
.modal-title {
  display: flex;
  align-items: center;
}
.modal-title span {
  margin-right: 10px;
  display: inline-block;
}
.modal .form__field {
  display: flex;
  flex-direction: column;
}
.modal .form__field input {
  padding: 5px;
  margin-bottom: 15px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  font-size: 12px;
  height: 34px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  color: #999;
}
.modal .form__field input.has-error {
  border: 1px solid #BF1722;
  background-color: rgba(255, 0, 0, 0.2);
  color: #BF1722;
}
.modal .form__field input.has-error::placeholder {
  color: #BF1722;
}
.modal .form__submit-check {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.modal .form__submit-check .error.tc {
  background-color: rgba(255, 0, 0, 0.2);
  padding: 0 10px;
  width: 100%;
  margin-top: 10px;
}
.modal .form__checkbox-label {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal .form__checkbox-label a {
  color: #f58220;
}
.modal .form__checkbox-label a:hover {
  color: #383838;
}
.modal .error {
  color: #BF1722;
  font-size: 12px;
  display: none;
}
.modal .error.show {
  display: block;
}
.modal-footer {
  border-top: none;
  padding: 0 12px 12px;
}
    .modal-footer button, .modal-footer input[type=submit] {
        width: 100%;
        border-radius: 8px;
    }

.header {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding-top: 24px;
  margin-bottom: 40px;
  align-items: flex-start;
}
.header h1 {
  width: 138px;
  height: 62px;
}
.header__signup button {
  font-size: 13px;
}
@media (max-width: 768px) {
  .header {
    padding: 16px;
    margin-bottom: 16px;
  }
  .header__nav {
    margin-top: 10px;
  }
}

.banner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding-bottom: 42px;
}
.banner__content {
  flex-basis: 50%;
  margin-right: 24px;
}
.banner__content h2 {
  font-size: 55px;
  line-height: 1.1;
  margin-bottom: 20px;
}
.banner__content h2 span {
  font-size: 24px;
  font-weight: 400;
  display: block;
  margin-top: 10px;
}
.banner__content p {
  font-size: 18px;
  line-height: 1.75;
}
.banner__content h3 {
  margin-top: 20px;
  font-weight: 500;
  font-size: 18px;
  color: #f58220;
}
.banner__content-cta {
  margin-top: 32px;
}
.banner__content-cta a {
  text-transform: uppercase;
  font-size: 20px;
}
.banner__img {
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  .banner__content h2 {
    font-size: 40px;
    line-height: 1.4;
  }
  .banner__content h3 {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .banner__content {
    margin-right: 0;
    flex-basis: 100%;
  }
  .banner__content h2 {
    font-size: 32px;
    margin-bottom: 5px;
  }
  .banner__content h2 span {
    font-size: unset;
    font-weight: bold;
    display: inline;
  }
  .banner__content p {
    font-size: 15px;
  }
  .banner__content h3 {
    font-size: 15px;
  }
  .banner__content-cta a {
    font-size: 16px;
  }
  .banner__img {
    display: none;
  }
}

.slider {
  --slider-inner-width: 800px;
  --slider-speed: 26s;
}
@media (max-width: 768px) {
  .slider {
    --slider-inner-width: 500px;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(-5%);
  }
  100% {
    transform: translateX(calc(0px - var(--slider-inner-width) - 5%));
  }
}
.partners {
  border-top: 7px solid #f8f8f8;
  border-bottom: 7px solid #f8f8f8;
  overflow: hidden;
}
.partners .slider-container {
  height: 100px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.partners .slider-container .slider {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
}
.partners .slider-container .slider__slide {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners .slider-container .slider__slide:hover {
  cursor: pointer;
}
.partners .slider-container .slider__slide.ecwid {
  background: url(images/ecwid.svg) no-repeat center;
  background-size: 30%;
}
@media (max-width: 768px) {
  .partners .slider-container .slider__slide.ecwid {
    background-size: 50%;
  }
}
.partners .slider-container .slider__slide.wix {
  background: url(images/wix.svg) no-repeat center;
  background-size: 20%;
}
@media (max-width: 768px) {
  .partners .slider-container .slider__slide.wix {
    background-size: 40%;
  }
}
.partners .slider-container .slider__slide.woo {
  background: url(images/woocommerce.svg) no-repeat center;
  background-size: 20%;
}
@media (max-width: 768px) {
  .partners .slider-container .slider__slide.woo {
    background-size: 40%;
  }
}
.partners .slider-container .slider__slide.square {
  background: url(images/square.svg) no-repeat center;
  background-size: 40%;
}
@media (max-width: 768px) {
  .partners .slider-container .slider__slide.square {
    background-size: 40%;
  }
}
.partners .slider-container .slider__slide.one {
  background: url(images/onecom.svg) no-repeat center;
  background-size: 50%;
}
@media (max-width: 768px) {
  .partners .slider-container .slider__slide.one {
    background-size: 70%;
  }
}
.partners .slider-container .slider__slide.duda {
  background: url(images/duda.svg) no-repeat center;
  background-size: 30%;
}
@media (max-width: 768px) {
  .partners .slider-container .slider__slide.duda {
    background-size: 50%;
  }
}
.partners ul {
  -webkit-transform: translate3d(0, 0, 0);
  animation: scroll linear infinite var(--slider-speed);
  width: calc(2 * var(--slider-inner-width));
  transition: animation-play-state ease 0.3s;
}
.partners ul:hover {
  animation-play-state: paused;
}
.partners ul li {
  flex: 0 0 16.66667%; /* 6 logos per row on desktop */
  max-width: 16.66667%;
  text-align: center;
  filter: grayscale(100%);
  opacity: 25%;
}
@media (max-width: 768px) {
  .partners {
    border-top: 3px solid #f8f8f8;
    border-bottom: 3px solid #f8f8f8;
  }
}

.process {
  margin-top: 64px;
  padding-bottom: 64px;
  border-bottom: 7px solid #f8f8f8;
}
.process__header {
  text-align: center;
}
.process__header span {
  display: block;
  padding: 10px 0;
  font-size: 24px;
  font-weight: 500;
}
.process__steps {
  margin-top: 16px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.process__steps .step {
  flex-basis: 23%;
  background: #f8f8f8;
  border-radius: 10px;
  padding: 30px;
  border: 1px solid #dcdcdc;
}
.process__steps .step p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
}
.process__steps .step p span {
  font-size: 13px;
  display: block;
  font-weight: normal;
}
.process__steps-cta {
  flex-basis: 100%;
  margin-top: 64px;
  justify-content: center;
}
@media (max-width: 960px) {
  .process {
    flex-wrap: wrap;
    margin-top: 32px;
    padding-bottom: 32px;
  }
  .process__steps {
    flex-wrap: wrap;
  }
  .process__steps .step {
    display: flex;
    flex-basis: 49%;
    margin-bottom: 32px;
    padding: 10px;
  }
  .process__steps svg {
    margin-right: 5%;
  }
}
@media (max-width: 768px) {
  .process {
    border-bottom: 3px solid #f8f8f8;
    margin-bottom: 16px;
  }
  .process__header {
    text-align: left;
  }
  .process__header span {
    font-size: 18px;
  }
  .process__steps .step {
    margin-bottom: 16px;
  }
}
@media (max-width: 640px) {
  .process h3 {
    background-color: #08748F;
    color: #ffffff;
    padding: 10px;
    margin-bottom: 16px;
    border-radius: 5px;
    font-size: 23px;
    line-height: 1.5;
    font-weight: 600;
  }
  .process p span {
    font-size: 17px;
  }
  .process__steps .step {
    flex-basis: 100%;
    margin-bottom: 16px;
  }
  .process__steps .step:last-of-type {
    margin-bottom: 0;
  }
  .process__steps svg {
    margin-right: 5%;
  }
}

.success {
  margin-top: 64px;
}
.success__header {
  text-align: center;
}
.success__header span {
  font-family: "Nothing You Could Do", cursive;
  color: #f58220;
  display: block;
  font-size: 40px;
}
.success__cards {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 32px;
}
.success__cards .card {
  border: 1px solid #dcdcdc;
  flex-basis: 49%;
  padding: 30px;
  border-radius: 10px;
}
.success__cards .card h4 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 10px;
}
.success__cards .card p {
  font-size: 16px;
}
.success__cards .card__cta {
  align-items: center;
  margin-top: 32px;
}
.success__cards .card__cta svg {
  padding: 10px;
}
.success__cards .card__cta a {
  color: #383838;
  font-weight: 400;
  font-size: 20px;
}
.success__cards .card__cta a:hover {
  color: #f58220;
}
@media (max-width: 960px) {
  .success {
    margin-top: 32px;
  }
}
@media (max-width: 768px) {
  .success__header {
    text-align: left;
  }
  .success__header span {
    padding-left: 10px;
    font-size: 30px;
  }
  .success__cards {
    flex-direction: column;
    margin-top: 10px;
  }
  .success__cards .card {
    margin-bottom: 16px;
    padding: 10px;
  }
  .success__cards .card picture {
    display: none;
  }
  .success__cards .card:last-of-type {
    margin-bottom: 0;
  }
  .success__cards .card h4 {
    font-size: 24px;
  }
  .success__cards .card p {
    font-size: 14px;
    line-height: 1.7;
  }
  .success__cards .card__cta {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media (max-width: 640px) {
  .success h3 {
    background-color: #08748F;
    color: #ffffff;
    padding: 10px;
    margin-bottom: 16px;
    border-radius: 5px;
    font-size: 23px;
    line-height: 1.5;
    font-weight: 600;
  }
}

.testimonial {
  text-align: center;
  background-color: #f8f8f8;
  margin-top: 64px;
  padding: 64px 0;
}
.testimonial blockquote {
  margin: 52px 0;
}
.testimonial picture {
  width: 252px;
  height: 45.25px;
  display: block;
  margin: 0 auto 24px;
}
.testimonial p {
  font-size: 20px;
}
.testimonial p span {
  display: block;
  font-size: 14px;
  color: #808080;
}
@media (max-width: 960px) {
  .testimonial {
    margin-top: 32px;
    padding: 32px 0;
  }
  .testimonial blockquote {
    margin: 32px;
  }
  .testimonial p {
    font-size: 16px;
  }
}

.video {
  text-align: center;
  background-color: #f8f8f8;
  padding-bottom: 64px;
  border-bottom: 1px solid #dcdcdc;
}
.video iframe {
  width: 720px;
  height: 405px;
}
@media (max-width: 960px) {
  .video {
    padding-bottom: 32px;
  }
  .video iframe {
    width: 100%;
  }
}

.stats {
  padding: 64px;
}
.stats__inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.stats .stat {
  background-color: #383838;
  color: #ffffff;
  flex-basis: 24%;
  border-radius: 10px;
  font-size: 40px;
  font-weight: 800;
  padding: 30px;
  text-align: center;
}
.stats .stat span {
  display: block;
  font-weight: normal;
  font-size: 14px;
}
.stats__key {
  font-size: 14px;
  flex-basis: 100%;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 960px) {
  .stats {
    padding: 32px 0;
  }
  .stats__inner .stat {
    flex-basis: 49%;
    margin-bottom: 16px;
  }
  .stats__key {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .stats__inner .stat {
    padding: 10px;
  }
}
@media (max-width: 640px) {
  .stats__inner .stat {
    flex-basis: 100%;
  }
}

.boost {
  margin-top: 32px;
}
.boost__blurb {
  text-align: center;
  margin-bottom: 32px;
}
.boost__top {
  margin-top: 175px;
}
.boost__top, .boost__bottom {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 20px 0;
}
.boost__top__img, .boost__bottom__img {
  flex-basis: 60%;
  position: relative;
  top: -100px;
}
.boost__top__content, .boost__bottom__content {
  flex-basis: 50%;
}
.boost__top__content-sellproducts, .boost__bottom__content-sellproducts {
  background: url(images/cart.svg) no-repeat left top;
}
.boost__top__content-leads, .boost__bottom__content-leads {
  background: url(images/leads.svg) no-repeat left top;
  margin-top: 60px;
}
.boost__top__content-visibility, .boost__bottom__content-visibility {
  background: url(images/visibility.svg) no-repeat left top;
}
.boost__top__content-customers, .boost__bottom__content-customers {
  background: url(images/heart-tag.svg) no-repeat left top;
  margin-top: 60px;
}
.boost__top__content-cta, .boost__bottom__content-cta {
  align-items: center;
  margin-top: 32px;
}
.boost__top__content-cta svg, .boost__bottom__content-cta svg {
  padding: 10px;
}
.boost__top__content-cta a, .boost__bottom__content-cta a {
  color: #383838;
  font-weight: 400;
  font-size: 20px;
}
.boost__top__content {
  padding-left: 4%;
}
.boost__bottom__content {
  padding-right: 4%;
}
.boost h4 {
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 20px;
  padding-left: 64px;
}
@media (max-width: 1024px) {
  .boost__top__img, .boost__bottom__img {
    top: -50px;
  }
  .boost__top {
    margin-top: 64px;
  }
}
@media (max-width: 960px) {
  .boost h4 {
    font-size: 25px;
  }
  .boost__top {
    margin-bottom: 64px;
  }
  .boost__top, .boost__bottom {
    padding: 0;
  }
  .boost__top__img, .boost__bottom__img {
    top: 0;
  }
}
@media (max-width: 768px) {
  .boost__blurb {
    text-align: left;
    margin-bottom: 0;
  }
  .boost__top {
    margin: 0;
  }
  .boost__top, .boost__bottom {
    padding: 0;
  }
  .boost__top__img, .boost__bottom__img {
    display: none;
  }
  .boost__top__content, .boost__bottom__content {
    padding-left: 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-basis: 100%;
    flex-wrap: wrap;
  }
  .boost__top__content h4, .boost__bottom__content h4 {
    font-size: 22px;
    margin-bottom: 4px;
    padding-left: 40px;
    font-weight: 500;
  }
  .boost__top__content-sellproducts, .boost__top__content-leads, .boost__top__content-visibility, .boost__top__content-customers, .boost__bottom__content-sellproducts, .boost__bottom__content-leads, .boost__bottom__content-visibility, .boost__bottom__content-customers {
    flex-basis: 100%;
    background-size: 30px;
    background-position: 0 4px;
    margin-top: 40px;
  }
}
@media (max-width: 640px) {
  .boost h3 {
    background-color: #08748F;
    color: #ffffff;
    padding: 10px;
    margin-bottom: 16px;
    border-radius: 5px;
    font-size: 23px;
    line-height: 1.5;
    font-weight: 600;
  }
}

.together {
  text-align: center;
  padding-bottom: 64px;
}
@media (max-width: 960px) {
  .together {
    margin-top: 32px;
  }
}
@media (max-width: 768px) {
  .together {
    text-align: left;
    margin-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 640px) {
  .together h3 {
    background-color: #08748F;
    color: #ffffff;
    padding: 10px;
    margin-bottom: 16px;
    border-radius: 5px;
    font-size: 23px;
    line-height: 1.5;
    font-weight: 600;
  }
}

.footer {
  background-color: #383838;
  padding: 32px 0;
}
.footer__inner {
  flex-wrap: wrap;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  align-items: center;
}
.footer__social {
  margin-left: -20px;
}
.footer__social a {
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05);
  margin: 0 16px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s;
}
.footer__social a .fab {
  font-size: 24px;
  line-height: 40px;
  position: relative;
  z-index: 10;
  transition: color 0.5s;
}
.footer__social a:after {
  content: "";
  width: 100%;
  height: 100%;
  top: -90px;
  left: 0;
  background: #000;
  background: #f58220;
  position: absolute;
  transition: 0.5s;
}
.footer__social a:hover:after {
  top: 0;
}
.footer__social a:hover {
  transform: translateY(-10px);
}
.footer__nav a {
  color: #f58220;
  margin-left: 16px;
  font-size: 13px;
}
.footer__nav a:hover {
  color: #ffffff;
}
.footer__copyright {
  color: #dcdcdc;
  flex-basis: 100%;
  text-align: right;
  font-size: 12px;
}
@media (max-width: 480px) {
  .footer {
    padding: 16px 0;
  }
  .footer__inner {
    justify-content: center;
  }
  .footer__social {
    margin-left: 0;
  }
  .footer__nav {
    justify-content: center;
    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
    padding: 5px 0;
  }
  .footer__nav__outer {
    width: 100%;
    margin-top: 10px;
  }
  .footer__nav a {
    margin: 0;
    padding: 0 10px;
    border-right: 1px solid #777;
  }
  .footer__nav :first-child {
    border-left: 1px solid #777;
  }
  .footer__copyright {
    text-align: center;
    font-size: 10px;
    margin-top: 16px;
  }
}

/*# sourceMappingURL=styles.css.map */
