@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap");

.ldp--banner--all {
  width: 100%;
  float: left;
  font-family: "Lexend Deca";
  font-weight: 400;
}
.ldp--banner--all .container {
  max-width: 1230px;
}
.block--banner {
  width: 100%;
  padding: 147px 0 52px;
  background: transparent url("../images/bg-banner.jpg") no-repeat center center;
  background-size: cover;
}
.banner--content {
  width: 100%;
}
.banner--content .title {
  color: #fff;
  font-family: "Lexend Deca";
  font-size: 76px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 0 0 65px;
}
.banner--content .desc {
  width: 100%;
  position: relative;
  padding-left: 30px;
  color: #fff;
  font-size: 28px;
  line-height: 160.714%;
  max-width: 625px;
  margin-bottom: 60px;
}
.banner--content .desc b {
  font-weight: 800;
}
.banner--content .desc::after {
  content: "";
  display: block;
  width: 3px;
  height: calc(100% - 30px);
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
}
.btn--all {
  display: inline-block;
  border-radius: 28px;
  border: 2px solid #146de3;
  background: linear-gradient(270deg, #ffd257 2.23%, #ff9500 97.49%);
  padding: 9px 45px;
  color: #fff;
  text-align: center;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 121.739%;
  transition: all 0.3s;
}
.btn--all:hover {
  text-decoration: none;
  color: #fff;
  background: linear-gradient(90deg, #ffd257 2.23%, #ff9500 97.49%);
}
.block--form {
  width: 100%;
  border-radius: 26px;
  border: 1px solid #ade9ff;
  background: linear-gradient(180deg, #0351b8 0%, #042162 100%);
  box-shadow: 6px 6px 0 0 rgba(20, 109, 227, 0.4);
  padding: 28px 0 0;
}
.block--form .title {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 126.667%;
  margin-bottom: 15px;
  padding: 0 15px;
}
.block--form .title span {
  color: #45d7ff;
}
.block--form .desc {
  color: #d7d7d7;
  font-size: 14px;
  line-height: 142.857%;
  margin-bottom: 24px;
  padding: 0 15px;
}
.banner--logo {
  width: 100%;
  border-radius: 20px;
  border: 2.5px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.2) 100%
  );
  backdrop-filter: blur(15px);
  padding: 20px;
  margin-top: 48px;
}
.banner--logo--items img {
  max-width: 100%;
}
.banner--logo .title {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 172.727%;
  margin: 0 0 15px;
  text-align: center;
}
.banner--logo--list {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 90px;
  justify-content: center;
}
/* block--disadvantages */
.block--disadvantages {
  width: 100%;
  padding: 53px 0 84px;
  background: #fff;
}
.block--disadvantages .title {
  width: 100%;
  color: #2276e5;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 111.765%;
  margin-bottom: 40px;
  text-align: center;
}
.block--disadvantages .title span {
  font-weight: 800;
}
.disadvantages--content {
  width: 100%;
  max-width: 1137px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 63px;
  justify-content: center;
}
.disadvantages--items {
  border-radius: 28px;
  border: 2px solid #146de3;
  background: linear-gradient(180deg, #88b9fa 0%, #0351b8 100%);
  box-shadow: 6px 6px 0 0 rgba(20, 109, 227, 0.16);
  padding: 12px;
  width: calc(33.3333% - 42px);
}
.disadvantages--img {
  text-align: center;
  margin-bottom: 8px;
}
.disadvantages--title {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 127.273%;
  margin-bottom: 15px;
}
.disadvantages--desc {
  width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 138.889%;
  text-align: center;
}
.disadvantages--desc ul {
  margin: 0;
}
.disadvantages--desc ul li {
  text-align: left;
}
/* block--healthcare */
.block--healthcare {
  width: 100%;
  padding: 53px 0 36px;
  background: #f3f8ff;
}
.healthcare--title {
  display: inline-block;
  border-radius: 28px;
  border: 2px solid #146de3;
  background: linear-gradient(180deg, #88b9fa 0%, #0351b8 100%);
  padding: 12px 44px;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin: 0 auto 22px;
}
.healthcare--boxtitle {
  text-align: center;
  margin-bottom: 22px;
}
.healthcare--boxtitle .title {
  color: #000;
  text-align: center;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 121.739%;
  margin: 0;
}
.healthcare--boxtitle .title span {
  font-weight: 700;
  color: #146de3;
}
.healthcare--img {
  text-align: center;
  margin-bottom: 30px;
}

.healthcare--img img {
  max-width: 100%;
}
.block--btn {
  text-align: center;
}
/* block--automate */
.block--automate {
  width: 100%;
  padding: 40px 0 60px;
  background: #fff;
}
.automate--title {
  width: 100%;
  color: #2c2c2c;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 126.667%;
  text-transform: uppercase;
  margin: 0 0 50px;
  text-align: center;
}
.automate--list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.automate--items {
  width: calc(25% - 30px);
}
.automate--items--img {
  width: 100%;
}
.automate--items--img img {
  max-width: 100%;
}
.automate--items--desc {
  width: 100%;
  padding: 13px 37px;
  color: #000;
  font-size: 16px;
  line-height: 162.5%;
}
.automate--items--desc ul {
  margin: 0;
  padding: 0;
}
.automate--items--desc ul li {
  padding-left: 22px;
  position: relative;
  list-style: none;
}
.automate--items--desc ul li::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
  background: #146de3;
}
/* block--usecase */
.block--usecase {
  width: 100%;
  padding: 45px 0 26px;
  background: transparent url("../images/bg-usecase.jpg") no-repeat center
    center;
  background-size: cover;
  border-bottom: 9px solid #fff;
}
.usecase--title {
  border-radius: 132px;
  border: 1px solid #a2e6ff;
  background: rgba(143, 184, 255, 0.2);
  padding: 7px 40px;
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 126.667%;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
}
.usecase--list {
  width: 100%;
}
.usecase--list .swiper-container {
  padding-bottom: 26px;
}
.usecase--items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 80px;
  align-items: center;
}
.usecase--items ._left {
  width: calc(47% - 40px);
}
.usecase--items ._right {
  width: calc(53% - 40px);
}
.usecase--items ._right img {
  max-width: 100%;
}
.usecase--items ._left .title {
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 142.857%;
  margin: 0 0 50px;
}
.usecase--items ._left .desc {
  width: 100%;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.usecase--items--row {
  display: flex;
  width: 100%;
  align-items: flex-start;
  color: #fff;
  font-size: 17px;
  line-height: 164.706%;
  gap: 16px;
}
.usecase--items--row ._icon {
  flex-shrink: 0;
  width: 17px;
}
.usecase--list .swiper-pagination {
  bottom: 0;
}
.usecase--list .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  opacity: 1;
  background: #fff;
  margin: 0 8px;
  border-radius: 50%;
}
.usecase--list .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #45d7ff;
}
/* block--customerstories */
.block--customerstories {
  width: 100%;
  background: transparent url("../images/bg-cckh.jpg") no-repeat;
  background-size: cover;
  padding: 52px 0 30px;
}
.customerstories--items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 60px;
  align-items: center;
}
.customerstories--items ._left {
  width: calc(37% - 30px);
}
.customerstories--items ._right {
  width: calc(63% - 30px);
}
.customerstories--img {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.customerstories--img img {
  max-width: 100%;
}
.customerstories--box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.customerstories--all {
  width: calc(50% - 7.5px);
  border-radius: 10px;
  border: 1px solid #a2e6ff;
  background: rgba(143, 184, 255, 0.2);
  padding: 10px 17px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.customerstories--all ._icon {
  flex-shrink: 0;
}
.customerstories--all .desc {
  flex: 1;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 137.5%;
}
.customerstories--all .desc span {
  width: 100%;
  display: block;
  margin-bottom: 2px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 137.5%;
}
.customerstories--items .title {
  color: #6bf0ff;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 135.714%;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.customerstories--items .txt {
  color: #fff;
  font-size: 16px;
  line-height: 137.5%;
  margin-bottom: 15px;
}
.title--sub {
  color: #6bf0ff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 190%;
  margin-bottom: 15px;
}
.customerstories--items ._right .customerstories--box {
  gap: 10px 35px;
  margin-bottom: 28px;
}
.customerstories--items ._right .customerstories--box .customerstories--all {
  width: calc(50% - 17.5px);
}
.customerstories--items .btn--all {
  border-radius: 10px;
  border: 1px solid #a2e6ff;
  background: #0252bc;
  width: 100%;
  max-width: 340px;
  color: #fff;
}
/* block--whybiz */
.block--whybiz {
  width: 100%;
  padding: 58px 0 67px;
  background: #eaf3ff;
}
.block--whybiz .title {
  color: #2c2c2c;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 126.667%;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 194px;
}
.whybiz--box {
  width: 100%;
  text-align: center;
  position: relative;
}
.whybiz--box img {
  max-width: 100%;
}
.whybiz--items {
  position: absolute;
}
.whybiz--items--title {
  color: #146de3;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 155.556%;
  margin-bottom: 8px;
}
.whybiz--items-txt {
  color: #000;
  font-size: 16px;
  line-height: 175%;
}
.whybiz--items1 {
  max-width: 391px;
  bottom: calc(100% + 2px);
  left: 0;
  right: 0;
  height: fit-content;
  margin: auto;
}
.whybiz--items2 {
  max-width: 345px;
  top: 0;
  left: 30px;
}
.whybiz--items3 {
  max-width: 345px;
  top: 0;
  right: 30px;
}
.whybiz--items4 {
  max-width: 337px;
  top: 202px;
  left: 10px;
}
.whybiz--items5 {
  max-width: 337px;
  top: 202px;
  right: -5px;
}
.whybiz--items2 .whybiz--items--title,
.whybiz--items2 .whybiz--items-txt,
.whybiz--items4 .whybiz--items--title,
.whybiz--items4 .whybiz--items-txt {
  text-align: right;
}
.whybiz--items3 .whybiz--items--title,
.whybiz--items3 .whybiz--items-txt,
.whybiz--items5 .whybiz--items--title,
.whybiz--items5 .whybiz--items-txt {
  text-align: left;
}
/* block--healthcarebot */
.block--healthcarebot {
  width: 100%;
  padding: 100px 0;
  background: transparent url("../images/bg-last.jpg") no-repeat center center;
  background-size: cover;
}
.healthcarebot--content {
  width: 100%;
  max-width: 520px;
}
.healthcarebot--content .title {
  color: #4ed0ff;
  text-align: left;
  font-size: 39px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 15px;
}
.healthcarebot--content .desc {
  color: #fff;
  font-size: 22px;
  line-height: 154.545%;
  margin: 0 0 55px;
}

@media screen and (max-width: 1600px) {
  .block--banner {
    padding: 90px 0 40px;
  }
  .banner--content .title {
    font-size: 60px;
    margin-bottom: 50px;
  }
  .block--form .title {
    font-size: 26px;
  }
  .banner--content .desc {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .banner--logo .title,
  .disadvantages--title {
    font-size: 20px;
  }
  .btn--all,
  .healthcare--boxtitle .title {
    font-size: 22px;
  }
  .block--disadvantages .title {
    font-size: 30px;
  }
  .healthcare--title,
  .usecase--items ._left .title,
  .customerstories--items .title,
  .customerstories--items .title {
    font-size: 26px;
  }
  .automate--title,
  .usecase--title,
  .block--whybiz .title {
    font-size: 28px;
  }
  .healthcarebot--content .title {
    font-size: 36px;
  }
  .healthcarebot--content .desc {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .whybiz--items--title {
    font-size: 16px;
  }
  .whybiz--items-txt {
    font-size: 14px;
  }
  .whybiz--box img {
    max-width: 400px;
  }
  .whybiz--items3 {
    right: 10px;
  }
  .banner--content .title {
    font-size: 45px;
  }
  .banner--content .desc {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .banner--content {
    margin-bottom: 40px;
  }
  .block--whybiz .title {
    margin-bottom: 30px;
    font-size: 26px;
  }
  .block--whybiz,
  .block--healthcare,
  .block--disadvantages {
    padding: 40px 0;
  }
  .whybiz--items {
    position: unset;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 30px;
  }
  .whybiz--items--title,
  .whybiz--items-txt {
    text-align: left !important;
  }
  .automate--title,
  .usecase--title,
  .block--whybiz .title,
  .block--disadvantages .title {
    font-size: 24px;
  }
  .block--automate {
    padding: 40px 0;
  }
  .automate--items {
    width: calc(50% - 20px);
  }
  .healthcare--title,
  .usecase--items ._left .title,
  .customerstories--items .title,
  .customerstories--items .title {
    font-size: 22px;
  }
  .btn--all,
  .healthcare--boxtitle .title,
  .banner--logo .title,
  .disadvantages--title {
    font-size: 18px;
  }
  .disadvantages--desc {
    font-size: 16px;
  }
  .block--healthcarebot {
    padding: 60px 0;
  }
  .healthcarebot--content .title {
    font-size: 28px;
  }
  .healthcarebot--content .desc {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .whybiz--box img {
    display: none;
  }
  .automate--title,
  .usecase--title,
  .block--whybiz .title,
  .block--disadvantages .title {
    font-size: 20px;
  }
  .customerstories--items {
    flex-direction: column;
  }
  .usecase--items {
    flex-direction: column-reverse;
  }
  .customerstories--items ._left,
  .usecase--items ._left {
    width: 100%;
  }
  .customerstories--items ._right,
  .usecase--items ._right {
    width: 100%;
  }
  .usecase--items ._left .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .disadvantages--items {
    width: calc(50% - 31.5px);
  }
  .block--healthcarebot {
    background-position: left center;
  }
}
@media screen and (max-width: 574px) {
  .customerstories--items ._right .customerstories--box .customerstories--all {
    width: 100%;
  }
  .automate--items,
  .disadvantages--items {
    width: 100%;
  }
  .banner--logo--list {
    gap: 15px 20px;
  }
  .banner--logo--items {
    width: calc(50% - 10px);
  }
}
