.chatbots {
  background-color: #FFFFFF;
}
.chatbots h2 {
  margin-bottom: 16px;
  color: #151536;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 1150px) {
  .chatbots h2 {
    margin-bottom: 1.33vw;
    font-size: 3.34vw;
  }
}
@media screen and (max-width: 600px) {
  .chatbots h2 {
    margin-bottom: 4vw;
    font-size: 6vw;
  }
}
@media screen and (max-width: 600px) {
  .chatbots h2 br {
    display: none;
  }
}
.chatbots__text {
  margin: 0 0 16px;
  color: #707381;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1150px) {
  .chatbots__text {
    margin-bottom: 1.33vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 600px) {
  .chatbots__text {
    margin-bottom: 4vw;
    font-size: 4vw;
  }
}
@media screen and (max-width: 600px) {
  .chatbots__text br {
    display: none;
  }
}
.chatbots__features {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1150px) {
  .chatbots__features {
    margin-top: 2.66vw;
    gap: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .chatbots__features {
    gap: 6.15vw;
    margin-top: 6vw;
  }
}
.chatbots__feature {
  width: calc(25% - 18px);
  min-height: 212px;
  padding: 24px;
  background-color: #FFFFFF;
  border-radius: 20px;
  border: 1px solid #EBEBEB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
@media screen and (max-width: 1150px) {
  .chatbots__feature {
    width: calc(25% - 1.5vw);
    min-height: 17.66vw;
    padding: 2vw;
    border-radius: 1.66vw;
  }
}
@media screen and (max-width: 600px) {
  .chatbots__feature {
    width: 100%;
    min-height: 40vw;
    padding: 6vw;
    border-radius: 5vw;
  }
}
.chatbots__feature.bigger {
  width: calc(33% - 12px);
}
@media screen and (max-width: 1150px) {
  .chatbots__feature.bigger {
    width: calc(33% - 1vw);
  }
}
@media screen and (max-width: 600px) {
  .chatbots__feature.bigger {
    width: 100%;
  }
}
.chatbots__feature:before {
  content: "";
  width: 149px;
  height: 135px;
  background-repeat: no-repeat;
  background-image: url("../images/comparisons/features-bg.svg");
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1150px) {
  .chatbots__feature:before {
    width: 12.41vw;
    height: 11.25vw;
  }
}
@media screen and (max-width: 600px) {
  .chatbots__feature:before {
    width: 37.25vw;
    height: 33.75vw;
  }
}
.chatbots__feature-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1150px) {
  .chatbots__feature-icon {
    width: 2.67vw;
    height: 2.67vw;
    margin-bottom: 0.67vw;
  }
}
@media screen and (max-width: 600px) {
  .chatbots__feature-icon {
    width: 8.2vw;
    height: 8.2vw;
    margin-bottom: 2.05vw;
  }
}
.chatbots__feature-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.chatbots__feature-title {
  margin-top: auto;
  position: relative;
  color: #151536;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 1150px) {
  .chatbots__feature-title {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 600px) {
  .chatbots__feature-title {
    font-size: 4vw;
  }
}

.integrations {
  background-color: #FAFAFA;
}
@media screen and (max-width: 600px) {
  .integrations__container {
    padding: 0;
  }
}
.integrations h2 {
  margin-bottom: 16px;
  color: #151536;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.25;
}
@media screen and (max-width: 1150px) {
  .integrations h2 {
    margin-bottom: 1.33vw;
    font-size: 3.34vw;
  }
}
@media screen and (max-width: 600px) {
  .integrations h2 {
    margin-bottom: 4vw;
    padding: 0 4vw;
    font-size: 6vw;
  }
}
@media screen and (max-width: 600px) {
  .integrations h2 br {
    display: none;
  }
}
.integrations__text {
  margin: 0 0 16px;
  color: #707381;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 1150px) {
  .integrations__text {
    margin-bottom: 1.33vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 600px) {
  .integrations__text {
    margin-bottom: 4vw;
    padding: 0 4vw;
    font-size: 4vw;
  }
}
@media screen and (max-width: 600px) {
  .integrations__text br {
    display: none;
  }
}
.integrations__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1150px) {
  .integrations__content {
    margin-top: 3.33vw;
    gap: 3.33vw;
  }
}
@media screen and (max-width: 600px) {
  .integrations__content {
    margin-top: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw;
  }
}
.integrations__tabs {
  width: 356px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1150px) {
  .integrations__tabs {
    width: 29.6vw;
    gap: 1vw;
  }
}
@media screen and (max-width: 600px) {
  .integrations__tabs {
    width: 100%;
    padding: 0 4vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2vw;
    overflow-x: auto;
  }
}
.integrations__tab {
  width: 100%;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 16px;
  border: 1px solid #E8E8E8;
  -webkit-box-shadow: 0 1px 5px 0 rgba(94, 94, 94, 0.1607843137);
          box-shadow: 0 1px 5px 0 rgba(94, 94, 94, 0.1607843137);
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: border-color 0.4s ease-out;
  transition: border-color 0.4s ease-out;
}
@media screen and (max-width: 1150px) {
  .integrations__tab {
    padding: 1.5vw 1.33vw;
    border-radius: 1.25vw;
  }
}
@media screen and (max-width: 600px) {
  .integrations__tab {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2vw 3vw;
    border-radius: 3vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    cursor: default;
  }
}
.integrations__tab.active {
  border-color: transparent;
}
.integrations__tab.active .integrations__tab-bg {
  opacity: 1;
}
.integrations__tab.active .integrations__tab-icon img:first-child {
  opacity: 0;
}
.integrations__tab.active .integrations__tab-icon img:nth-child(2) {
  opacity: 1;
}
.integrations__tab.active .integrations__tab-title {
  color: #FFFFFF;
}
.integrations__tab.active svg {
  opacity: 1;
}
.integrations__tab-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
.integrations__tab-icon {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1150px) {
  .integrations__tab-icon {
    width: 2vw;
    height: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .integrations__tab-icon {
    width: 4vw;
    height: 4vw;
  }
}
.integrations__tab-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
.integrations__tab-icon img:nth-child(2) {
  opacity: 0;
}
.integrations__tab-title {
  margin: 0 24px;
  color: #858585;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}
@media screen and (max-width: 1150px) {
  .integrations__tab-title {
    margin: 0 2vw;
    font-size: 1.33vw;
  }
}
@media screen and (max-width: 600px) {
  .integrations__tab-title {
    font-size: 4vw;
    margin-right: 0;
  }
}
.integrations__tab svg {
  margin-left: auto;
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0;
  position: relative;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
@media screen and (max-width: 1150px) {
  .integrations__tab svg {
    width: 1.83vw;
    height: 1.83vw;
  }
}
@media screen and (max-width: 600px) {
  .integrations__tab svg {
    display: none;
  }
}
.integrations__details {
  width: 100%;
  height: 656px;
  background-color: #FFFFFF;
  border-radius: 24px;
  border: 1px solid #E8E8E8;
  -webkit-box-shadow: 0 1px 5px 0 rgba(94, 94, 94, 0.1607843137);
          box-shadow: 0 1px 5px 0 rgba(94, 94, 94, 0.1607843137);
  position: relative;
}
@media screen and (max-width: 1150px) {
  .integrations__details {
    height: 54.66vw;
    border-radius: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .integrations__details {
    width: calc(100% - 8vw);
    height: auto;
    margin: 0 auto;
    border-radius: 6vw;
  }
}
.integrations__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 84px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 24px 64px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
@media screen and (max-width: 1150px) {
  .integrations__detail {
    gap: 7vw;
    padding: 2vw 5.33vw;
  }
}
@media screen and (max-width: 600px) {
  .integrations__detail {
    padding: 6vw 4vw;
    gap: 6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.integrations__detail.active {
  opacity: 1;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .integrations__detail.active {
    position: relative;
  }
}
.integrations__detail-info-title {
  margin-bottom: 16px;
  color: #151536;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1150px) {
  .integrations__detail-info-title {
    margin-bottom: 1.33vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .integrations__detail-info-title {
    margin-bottom: 4vw;
    font-size: 5vw;
  }
}
.integrations__detail-info-text * {
  color: #515162;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 1150px) {
  .integrations__detail-info-text * {
    font-size: 1.33vw;
  }
}
@media screen and (max-width: 600px) {
  .integrations__detail-info-text * {
    font-size: 3.5vw;
  }
}
.integrations__detail-info-text *:last-child {
  margin-bottom: 0 !important;
}
.integrations__detail-info-text p {
  margin: 0 0 48px;
}
@media screen and (max-width: 1150px) {
  .integrations__detail-info-text p {
    margin-bottom: 4vw;
  }
}
.integrations__detail-info-link {
  margin-top: 54px;
}
@media screen and (max-width: 1150px) {
  .integrations__detail-info-link {
    margin-top: 4.5vw;
  }
}
@media screen and (max-width: 600px) {
  .integrations__detail-info-link {
    margin-top: 6vw;
  }
}
.integrations__detail-image {
  width: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1150px) {
  .integrations__detail-image {
    width: 24.16vw;
  }
}
@media screen and (max-width: 600px) {
  .integrations__detail-image {
    width: 100%;
  }
}
.integrations__detail-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/*# sourceMappingURL=../sourcemaps/page-ecommerce-automation.css.map */
