/* banner */
.banner {
  background-color: #f5fcff;
  min-height: 800px;
  display: flex;
}
.banner .ecosystem {
  line-height: 38px;
  background-color: #eaf6ff;
  border-radius: 20px;
  margin-bottom: 30px;
  display: inline-block;
  color: #00b7ff;
  padding: 0 16px;
  font-size: 20px;
}
.banner .content-left {
  width: 44%;
}
.banner .sip-phone {
  margin-top: 32px;
  font-size: 22px;
  line-height: 1.68;
}
.banner .btn-link a {
  background-color: #006ee1;
  margin-top: 30px;
}
.banner .content-right {
  width: 47%;
}
/* wrap2 */
.wrap2.display-flex {
  margin-top: 6vw;
}
.wrap2 .content-left {
  width: 48%;
}
.wrap2 .content-right {
  width: 48%;
}
.wrap2 .content-right {
  width: 45%;
}
div #content-icon-wrap h2 {
  margin-top: 0;
  margin-bottom: 70px;
}
/* swiper2 */
.swiper2 .swiper-container {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}
.swiper2 .swiper-slide {
  margin: 0 30px;
  width: 15%;
}
.swiper2 .swiper-wrapper {
  margin: 6vw 0;
  align-items: center;
}
.swiper2 .swiper-slide a {
  height: auto;
  display: block;
}
.swiper2 .zoho-wrap,
.swiper2 .salesforce-wrap {
  width: 11%;
}
.swiper2 .odoo-wrap {
  width: 7%;
}
/* warp3 */
.warp3 .img {
  margin: 0 0 0 -17px;
}
.warp3 .tip {
  text-align: center;
  margin-top: 40px;
}
div #content-icon-wrap {
  background-color: #f7f9fa;
}
div #content-icon-wrap .item {
  padding: 20px 20px 30px;
  box-shadow: 0px 20px 49px 4px rgba(61, 74, 89, 0.1);
}
.warp3 .display-flex {
  align-items: stretch;
}
#content-icon-wrap .item:nth-of-type(2) .img {
  margin-left: -22px;
}
/* warp4 */
.warp4 {
  margin-top: 6vw;
}
.warp4 h2 {
  margin-bottom: 80px;
}
.warp4 .item {
  align-items: center;
  width: 31%;
  min-height: 151px;
  display: flex;
  border: 1px solid #f7f9fa;
  margin-bottom: 40px;
  padding-left: 33px;
  border-radius: 10px;
  cursor: pointer;
  transform: translate(0, 0);
  transition: all 0.3s;
}
.warp4 .item .img {
  width: 70px;
  height: 70px;
  margin-bottom: 0;
  box-shadow: 0px 0px 20px 0px rgb(61 74 89 / 30%);
  border-radius: 20px;
  margin-right: 20px;
  cursor: pointer;
}
.warp4 .item:hover {
  border-color: #006ee1;
  transform: translate(0, -5px);
}
.warp4 .item h4 {
  margin: 0 0 8px;
}
.warp4 .guide,
.warp4 .show-video {
  position: relative;
  display: block;
}
.warp4 .guide::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 19px;
  position: relative;
  top: 3px;
  margin-right: 8px;
}
.warp4 .show-video::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  top: 1px;
  margin-right: 8px;
}
/*  */
.resources {
  margin-top: 6vw;
}
.resources h2 {
  padding-bottom: 20px;
}
.resources a {
  font-size: 0;
  position: relative;
}
.resources a::after {
  content: "";
  display: inline-block;
  background: url(/wp-content/uploads/svg/arrow-right-blue.svg) center no-repeat;
  background-size: cover;
  width: 13px;
  height: 13px;
  cursor: pointer;
  transition: all 0.3s;
}
.resources .item:hover a::after {
  transform: scale(1.5);
}
.resources .item {
  cursor: pointer;
  width: 31%;
  min-height: 220px;
  padding: 25px 20px;
  background-color: #f7f9fa;
  transition: all 0.3s;
  transform: translate(0);
  border-radius: 8px;
}
.resources .item:hover {
  background-color: #fff;
  box-shadow: 0px 20px 49px 4px rgb(61 74 89 / 10%);
  transform: translate(0, -5px);
}
.resources .item .tip {
  margin-bottom: 12px;
}
.resources .item h3 {
  margin-top: 0;
}
/*  */
.related-products {
  margin-top: 5vw;
}
.related-products .display-flex {
  margin-top: 60px;
  border-radius: 20px;
  border: 1px solid #D5DFE9;
  padding: 25px;
}
.related-products h3 {
  margin-top: 0;
}
.related-products .content-left {
  width: 43%;
}
.related-products .content-right {
  width: 50%;
}
.related-products .btn-link a {
  background-color: #006ee1;
  margin-top: 10px;
}
/*  */
#hbspt-forms.hbspt-bgcolor2 {
  margin-top: 6vw;
}
.hbspt-form .hs_firstname .input,
.hbspt-form .hs_lastname .input,
.hbspt-form .hs_company .input,
.hbspt-form .hs_jobtitle .input,
.hbspt-form .hs_email .input,
.hbspt-form .hs_phone .input {
  width: 96%;
}
.hbspt-form .hs_firstname,
.hbspt-form .hs_lastname,
.hbspt-form .hs_company,
.hbspt-form .hs_jobtitle,
.hbspt-form .hs_email,
.hbspt-form .hs_phone {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.field div {
  width: 98%;
}
.hbspt-form span {
  color: #fff;
}
.field > label {
  margin-top: 15px;
}
div #hbspt-forms .hbspt-form .hs-fieldtype-select .input::after {
  top: 62px;
}
.field textarea {
  width: 98%;
}
#hbspt-forms .hbspt-form input[type="checkbox"] {
  height: initial;
}
div #hbspt-forms .hbspt-form .hs-dependent-field {
  margin-top: 0;
}
#hbspt-forms.hbspt-bgcolor2 .legal-consent-container p {
  font-size: 14px;
}
@media (max-width: 1500px) and (min-width: 768px) {
  div .display-flex,
  div .same-width,
  div #hbspt-forms.hbspt-bgcolor .hbspt-form {
    width: 1100px;
    max-width: 90%;
  }
  .banner {
    min-height: 660px;
  }
  .banner .ecosystem {
    margin-bottom: 20px;
  }
  .banner .sip-phone {
    margin-top: 20px;
  }
  div article h1 {
    font-size: 50px;
  }
  .related-products .content-right {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .warp4 .item {
    width: 100%;
  }

  .resources .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .hbspt-form .hs_firstname,
  .hbspt-form .hs_lastname,
  .hbspt-form .hs_company,
  .hbspt-form .hs_jobtitle,
  .hbspt-form .hs_email,
  .hbspt-form .hs_phone {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .field > label {
    margin-top: 0;
  }
  div #hbspt-forms .hbspt-form .hs-fieldtype-select .input::after {
    top: 36px;
    right: 10px;
  }
  .banner .ecosystem {
    margin-top: 30px;
  }
  div #hbspt-forms .hbspt-form .hs-dependent-field {
    height: initial;
  }
  #hbspt-forms .hbspt-form input[type="checkbox"] {
    width: initial !important;
  }
  .related-products .content-left,
  .related-products .content-right {
    width: 100%;
  }
  .related-products .display-flex {
    margin-top: 30px;
  }
}
