@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.partners-block_new.home-section,
.home-section {
  margin-bottom: 56px;
}

.home-section * {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #191B23;
  font-size: 18px;
  line-height: 29px;
}

.home-section__two-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.home-section__info,
.home-section__img-wrapp {
  flex-shrink: 0;
}

.home-hero .home-hero__title {
  font-size: 37px;
  line-height: 48px;
  margin-bottom: 16px;
  letter-spacing: normal;
}
html[lang="en-US"] .home-hero .home-hero__title {
  text-transform: capitalize;
}

.home-hero .home-hero__title-b {
  font-size: 37px;
  line-height: 48px;
  font-weight: 700;
  color: #EE505A;
  letter-spacing: normal;
}
html[lang="en-US"] .home-hero .home-hero__title-b {
  text-transform: capitalize;
}

.home-hero__info-b {
  border-radius: 2px;
  background-color: #FFEF9E;
}

.btn.btn-watch-video,
.btn.btn-primary {
  text-decoration: none;
  display: flex;
  height: 48px;
  padding: 8px 24px;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 8px;
  border-radius: 4px;
  transition: all 0.3s;
}

.btn.btn-primary {
  background-color: #0E77F1;
  color: #fff;
  border: none;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  background-color: #2D5CD0;
}

.btn.btn-watch-video {
  border: 1px solid #6C6E79;
}

.btn.btn-watch-video:hover span,
.btn.btn-watch-video:active span,
.btn.btn-watch-video:focus span {
  color: #2D5CD0;
}

.btn.btn-watch-video:hover,
.btn.btn-watch-video:active,
.btn.btn-watch-video:focus {
  border-color: #2D5CD0;
  color: #2D5CD0;
}

.icon-mask {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-image: none;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s;
}

.icon-mask.icon-mask--watch {
  -webkit-mask-image: url('/wp-content/themes/twentytwenty/images/home/watch-icon.svg');
  mask-image: url('/wp-content/themes/twentytwenty/images/home/watch-icon.svg');
}

.home-hero .home-hero__btns-wrapp {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

.home-hero .home-hero__btns {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 12px;
}

.home-section .home-section__btns-badges,
.home-hero .home-hero__btns-badges {
  display: flex;
  gap: 20px;
  justify-content: center;
  width: 100%;
}

.home-section .home-section__btns-badge,
.home-hero .home-hero__btns-badge {
  display: flex;
  align-items: center;
  color: #6C6E79;
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 0 18px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 14px;
}
.home-hero .home-hero__btns-badge {
  background-image: url('/wp-content/themes/twentytwenty/images/home/done-circle-gray-icon.svg');
}
.home-section .home-section__btns-badge {
  background-image: url('/wp-content/themes/twentytwenty/images/home/done-circle-w-icon.svg');
}

.home-hero .home-hero__badges {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 8px;
  column-gap: 20px;
  row-gap: 16px;
}

.home-hero .home-hero__badge {
  display: flex;
  align-items: center;
}

.home-hero .home-hero__badge-rating {
  color: #6E6E6E;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  margin-left: 10px;
}

.home-hero .home-hero__badge-capterra,
.home-hero .home-hero__badge-crowd {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.home-hero .home-hero__badge-capterra {
  width: 85px;
  height: 17.5px;
  background-image: url('/wp-content/themes/twentytwenty/images/home/capterra-gray.svg');
}

.home-hero .home-hero__badge-crowd {
  width: 76px;
  height: 21px;
  background-image: url('/wp-content/themes/twentytwenty/images/home/crowd-gray.svg');
}

.home-hero .home-hero__badge-gdpr {
  width: 96px;
  height: 22px;
  background-image: url('/wp-content/themes/twentytwenty/images/home/gdpr-ready-gray.svg');
}

.home-hero .home-hero__rev {
  color: #6E6E6E;
  font-size: 17.8px;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.178px;
  margin-right: 2px;
}

.home-hero .home-hero__g2 {
  color: #6E6E6E;
  font-size: 17.8px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.714px;
}

.home-section__img-wrapp {
  display: flex;
}

.home-section__img-wrapp.home-section__img-wrapp--r {
  justify-content: flex-end;
}

.home-section__img-wrapp.home-section__img-wrapp--l {
  justify-content: flex-start;
}

.home-section .home-section__hero-img {
  width: 95%;
  border-radius: 7px;
  border: 1px solid #E0E3E6;
  height: auto;
}

.home-section .home-section__img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #F4F5F9;
  height: auto;
}

#home-paralax {
  position: absolute;
  top: 27%;
  right: 50%;
  border-radius: 0;
  transform: translate(50%, 0);
  border: none;
}
html[lang="en-US"] #home-paralax {
  top: 28%;
}

.home-hero .home-hero__paralax-wrapp {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.home-hero .home-hero__info {
  margin-bottom: 32px;
}

.home-section .home-section__title-b {
  display: inline-block;
  font-size: 29px;
  line-height: 38px;
  border-radius: 2px;
  background-color: #FFEF9E;
  padding: 0 5px;
  height: 40px;
}

.home-section .home-section__title {
  display: block;
  font-size: 29px;
  font-weight: 400;
  line-height: 38px;
  max-width: 856px;
  margin: 0 auto 8px auto;
  color: #191B23;
}
html[lang="en-US"] .home-section .home-section__title {
  text-transform: capitalize;

}

.home-section .home-section__subtitle {
  display: block;
  max-width: 856px;
  margin: 0 auto 24px auto;
}

.home-section.home-section--bg {
  padding: 32px 0;
  border-top: 1px solid #E0E3E6;
  background-color: #F8FAFD;
}

.home-section__three-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.home-section .home-section__article {
  display: flex;
  padding: 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid #F4F5F9;
  background: #FFF;
}

.home-section__article-img {
  display: block;
  width: 72px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.home-section__article-img.home-section__article-img--1 {
  background-image: url('/wp-content/themes/twentytwenty/images/home/blue-cat1.svg');
}

.home-section__article-img.home-section__article-img--2 {
  background-image: url('/wp-content/themes/twentytwenty/images/home/blue-cat2.svg');
}

.home-section__article-img.home-section__article-img--3 {
  background-image: url('/wp-content/themes/twentytwenty/images/home/blue-cat3.svg');
}

.home-section .home-section__article-title {
  margin: 0;
  padding: 0;
  font-weight: 700;
  letter-spacing: normal;
}

.home-section .home-section__article-text {
  padding: 0;
  margin: 0;
  color: #6C6E79;
}

.home-section__img-wrapp.home-section__img-wrapp--order {
  order: -1;
}

.home-section .home-section__info-top {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 12px;
}

.home-section__info-top.home-section__info-top--blue {
  color: #0E77F1;
}

.home-section__info-top.home-section__info-top--red {
  color: #EE505A;
}

.home-section__info-top.home-section__info-top--orange {
  color: #D87900;
}

.home-section .home-section__info-title {
  font-size: 29px;
  font-weight: 400;
  line-height: 38px;
  margin: 0 0 12px 0;
  
}
html[lang="en-US"] .home-section .home-section__info-title {
  text-transform: capitalize;
}

.home-section .home-section__info-text {
  margin: 0 0 24px 0;
  padding: 0;
  color: #6C6E79;
}

.home-section .home-section__info-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.home-section .home-section__info-list-item {
  margin: 0;
  padding: 0 0 0 41px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 29px;
  background-image: url('/wp-content/themes/twentytwenty/images/home/done-green-icon.svg');
}

.home-section .home-section__subtitle-link {
  display: inline-flex;
  text-decoration: none;
  color: #0E77F1;
  transition: color 0.3s;
}

.home-section .home-section__subtitle-link:hover,
.home-section .home-section__subtitle-link:active {
  color: #2D5CD0;
  text-decoration: underline;
}

/* carousel orden */
.carousel__wrapper-ordens {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 20px;
  mask-image: linear-gradient(to right,
      hsl(0 0% 0% / 0),
      hsl(0 0% 0% / 1) 20%,
      hsl(0 0% 0% / 1) 80%,
      hsl(0 0% 0% / 0));
}

.carousel__group-ordens {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
  min-width: 100%;
  animation: scroll-x-ordens 60s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .carousel__group-ordens {
    animation-play-state: paused;
  }
}

@keyframes scroll-x-ordens {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - 20px));
  }
}

.carousel__group-ordens img {
  width: 75px;
  display: block;
  pointer-events: none;
  object-position: center;
  object-fit: contain;
}

@media (min-width: 1300px) {
  .carousel__group-ordens {
    gap: 26px;
  }

  .carousel__wrapper-ordens {
    justify-content: center;
    mask-image: none;
  }

  .carousel__group-ordens {
    min-width: max-content;
    animation: none;
  }

  .carousel__group-ordens--hidden {
    display: none;
  }
}

/* end carousel orden */

.home-section .home-section__carousel-ordens {
  margin-bottom: 24px;
}

.home-section .home-section__review.slick-slide,
.home-section .home-section__review {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 12px;
}

.home-section .home-section__review-title {
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.home-section .home-section__review-text {
  margin: 0;
  padding: 0;
}

.home-section .home-section__review-foot {
  display: flex;
  align-items: center;
  gap: 12px;
}

.home-section .home-section__review-avatar {
  border-radius: 50%;
  display: block;
  width: 40px;
  height: 40px;
  object-position: center;
  object-fit: cover;
}

.home-section .home-section__review-name {
  font-size: 14px;
  line-height: 24px;
  color: #6E6E6E;
}

.home-section .home-section__reviews .slick-list {
  margin-bottom: 16px;
}

.reviews-slider-controls ul.slick-dots li.slick-active button:before {
  background: #0e77f1;
}

.reviews-slider-controls ul.slick-dots li button:before {
  background: #D9D9D9;
  width: 10px;
  height: 10px;
}

.reviews-slider-controls ul.slick-dots li button {
  line-height: 0;
  width: 10px;
}

.reviews-slider-controls ul.slick-dots {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}

.reviews-slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.reviews-slider-controls button.slick-arrow {
  position: relative;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 2.5px solid #0E77F1;
  background-color: #fff;
}

.reviews-slider-controls button.slick-arrow:hover,
.reviews-slider-controls button.slick-arrow:active {
  background-color: #0E77F1;
  color: #fff;
}

.home-section .reviews-slider-controls button.slick-arrow::after {
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-image: none !important;
  -webkit-mask-size: contain;
  mask-size: 30px;
  transition: all 0.3s;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
  -webkit-mask-image: url('/wp-content/themes/twentytwenty/images/home/arrow-left-icon.svg');
  mask-image: url('/wp-content/themes/twentytwenty/images/home/arrow-left-icon.svg');
}

.home-section .reviews-slider-controls button.slick-arrow.reviews-slider-prev::after {
  transform: rotate(180deg);
}

.home-section .home-section__subtitle-center {
  text-align: center;
  margin: 0 auto 24px auto;
  text-align: center;
  padding: 0;
  max-width: 670px;
}

.home-section .home-section__integration {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
  justify-content: center;
}

.home-section .home-section__integration img {
  height: auto;
}

.home-section .home-section__img-shopify {
  width: 135px;
}

.home-section .home-section__img-wp {
  width: 161px;
}

.home-section .home-section__img-wix {
  width: 86px;
}

.home-section .home-section__img-drupal {
  width: 134px;
}

.home-section .home-section__img-joomla {
  width: 154.5px;
}

.home-section.home-section--blue {
  padding: 32px 0;
  background-color: #0E77F1;
}

.home-section.home-section--blue * {
  color: #fff;
}

.home-section.home-section--nom {
  margin: 0;
}

.home-section .home-section__title-center {
  font-size: 29px;
  font-weight: 400;
  line-height: 38px;
  text-align: center;
  margin: 0 0 8px 0;
}
html[lang="en-US"] .home-section .home-section__title-center {
  text-transform: capitalize;
}

.home-section.home-section--blue a {
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  color: #0E77F1;
  border-radius: 4px;
  padding: 10px 24px;
  width: 100%;
  background-color: #fff;
  box-shadow: none;
  min-height: 48px;
  margin: 0 auto 16px auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
html[lang="en-US"] .home-section.home-section--blue a {
  text-transform: capitalize;
}

.home-section.home-section--blue a:hover,
.home-section.home-section--blue a:active,
.home-section.home-section--blue a:focus {
  color: #2D5CD0;
  box-shadow: 0 0 0 3px #bfd3f4;
}


@media (min-width: 768px) {
  .home-section.home-section--blue a {
    width: max-content;
  }
  .home-section .home-section__title-center {
    font-size: 36px;
    line-height: 45px;
  }

  .home-section.home-section--blue {
    padding: 56px 0;
  }

  .home-section .home-section__integration {
    gap: 56px;
  }

  .home-section .home-section__review-name {
    font-size: 18px;
    line-height: 29px;
  }

  .home-section .home-section__reviews .slick-list {
    margin: 0 -16px 32px -16px;
  }

  .home-section .home-section__reviews .slick-slide {
    margin: 0 16px;
  }

  .home-section .home-section__carousel-ordens {
    margin-bottom: 40px;
  }

  .home-section .home-section__subtitle.home-section__subtitle--w {
    max-width: 950px;
  }

  .home-section .home-section__info-title {
    font-size: 36px;
    line-height: 45px;
  }

  .home-section .home-section__info-top {
    line-height: 20px;
  }

  .home-section__img-wrapp.home-section__img-wrapp--order {
    order: unset;
  }

  .home-section__article-img {
    width: 103px;
    height: 86px;
  }

  .home-section .home-section__article {
    padding: 20px;
    gap: 16px;
  }

  .home-section__three-col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .home-section.home-section--bg {
    padding: 56px 0;
  }

  .home-section .home-section__subtitle {
    margin-bottom: 40px;
    text-align: center;
  }

  .home-section .home-section__title-b {
    font-size: 36px;
    line-height: 45px;
    height: 45px;
  }

  .home-section .home-section__title {
    font-size: 36px;
    line-height: 45px;
    text-align: center;
  }

  .home-hero .home-hero__info {
    margin-bottom: 56px;
  }

  #home-paralax {
    max-width: 520px;
  }

  .home-section .home-section__hero-img {
    border-radius: 12px;
    max-width: 495px;
  }

  .home-section .home-section__img {
    border-radius: 20px;
    max-width: 600px;
  }

  .home-hero .home-hero__badges {
    justify-content: flex-start;
    margin-bottom: 0;
    gap: 35px;
  }

  html[lang="pt-PT"] .home-hero__badges {
    gap: 20px;
  }
  html[lang="es-ES"] .home-hero__badges,
  html[lang="ru-RU"] .home-hero__badges,
  html[lang="uk"] .home-hero__badges {
    gap: 25px;
  }

  .home-hero .home-hero__btns-badges {
    justify-content: flex-start;
  }

  .home-hero .home-hero__btns {
    gap: 16px;
    flex-direction: row;
  }

  .home-hero .home-hero__btns-wrapp {
    gap: 16px;
    margin-bottom: 56px;
  }

  .btn.btn-watch-video,
  .btn.btn-primary {
    width: max-content;
  }

  .home-hero__info {
    max-width: 600px;
  }

  .home-hero .home-hero__title-b,
  .home-hero .home-hero__title {
    font-size: 48px;
    line-height: 130%;
  }

  .home-section__info,
  .home-section__img-wrapp {
    width: calc(50% - 10px);
  }

  .home-section__info {
    max-width: 600px;
  }

  .home-section__two-col {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }

  .partners-block_new.home-section,
  .home-section {
    margin-bottom: 100px;
  }
}