/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./src/vanilla/widget/index-kashbean/index-kashbean.less ***!
  \******************************************************************************************************************************************************************************************/
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  color: #202020;
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
}
.kashbean-page {
  min-width: 1000px;
  padding-top: 30px;
}
.kb-header {
  height: 94px;
  padding: 0 calc((100% - 1207px) / 2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
}
.kb-logo i {
  display: block;
  width: 154px;
  height: 30px;
  background: url(https://za-c3.hitechset.com/static/ke_kashbean_loan_h5_pdl/image/2668032d7f337cd0b63cadeb3025051b.png) center / contain no-repeat;
}
.kb-nav {
  display: flex;
  gap: 50px;
  align-items: center;
}
.kb-nav a {
  color: #544f4f;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}
.kb-nav a.active {
  color: #0474fb;
  font-weight: 700;
}
.kb-menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: #0474fb;
  font-size: 26px;
}
.kb-hero {
  height: 739px;
  padding: 0 calc((100% - 1200px) / 2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  background: #e7f4ff url(https://za-c3.hitechset.com/static/ke_kashbean_loan_h5_pdl/image/5507f5decde138911e751c01bd78f809.png) center / 100% 100% no-repeat;
}
.kb-hero > div {
  max-width: 519px;
  margin-top: 146px;
}
.kb-hero h1 {
  margin: 0;
  font-size: 66px;
  font-weight: 700;
}
.kb-hero p {
  padding: 26px 0 72px;
  margin: 26px 0 0;
  color: #59647c;
  line-height: 30px;
  font-size: 18px;
}
.kb-hero a img {
  width: 285px;
  height: 134px;
}
.kb-hero > img {
  width: 361px;
  height: 672px;
  margin-top: 168px;
  align-self: flex-start;
}
.kb-section {
  width: 1200px;
  padding: 136px 0 75px;
  margin: auto;
}
.kb-section > h1,
.kb-section > h2 {
  margin: 0 0 60px;
  font-size: 36px;
  text-align: center;
}
.kb-advantages {
  width: auto;
  padding-bottom: 100px;
  background: #f8f9fe;
}
.kb-advantages > h2,
.kb-advantages > .kb-grid {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.kb-advantages > .kb-note {
  color: #59647C;
  width: 1224px;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  text-align: left;
  margin: 0 auto;
  margin-top: 40px;
}
.kb-advantages > h2 {
  position: relative;
  display: block;
}
.kb-advantages > h2::before {
  position: absolute;
  top: -27px;
  left: calc(50% - 120px);
  display: block;
  width: 54px;
  height: 54px;
  content: '';
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQAgMAAACaKAorAAAADFBMVEVHcEzHx8fHx8fGxsZoDmxZAAAAA3RSTlMA40mAJZ3FAAAAVUlEQVRYw+3SsQ3AIAxFwd9FbJlFWIO5GIkyoiGgSKnuNW4sufClJeVO1qMmV8/L2FraOqe/o0AUaFaw6Pnl1yWfpoACCiiggAIKKKCAAgoooOD83ABaC4KN5sxmxwAAAABJRU5ErkJggg==) no-repeat;
  background-size: 100% 100%;
}
.kb-grid,
.kb-news-grid {
  display: grid;
  grid-template-columns: repeat(4, 271px);
  justify-content: space-between;
  gap: 0;
}
.kb-grid article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.kb-grid article img {
  width: 224px;
  height: 196px;
}
.kb-grid h3 {
  width: 247px;
  margin: 14px 0 20px 24px;
  color: #202020;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-align: left;
}
.kb-grid p {
  width: 247px;
  margin: 0 0 0 24px;
  color: #59647c;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}
.kb-news-grid {
  grid-template-columns: repeat(2, 580px);
  gap: 30px 40px;
}
.kb-news-card {
  height: 380px;
  min-height: 380px;
  overflow: hidden;
  border-radius: 11px;
  cursor: pointer;
  background-position: center;
  background-size: 100% 100%;
  box-shadow: 0 8px 16px rgba(0, 4, 26, 0.1);
  position: relative;
}
.kb-news-card > div {
  min-height: 100%;
  padding: 0 23px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background: linear-gradient(0deg, #181717 0%, rgba(63, 56, 54, 0) 100%);
  transition: background 0.2s;
}
.kb-news-card h3 {
  margin: 0;
  font-size: 24px;
  line-height: 40px;
}
.kb-news-card p,
.kb-news-card button {
  display: none;
}
.kb-news-card:hover > div {
  background: linear-gradient(0deg, #181717 0%, rgba(63, 56, 54, 0) 100%);
}
.kb-news-card:hover p,
.kb-news-card:hover button {
  display: block;
}
.kb-news-card p {
  line-height: 28px;
  font-size: 18px;
}
.kb-news-card button,
.kb-privacy button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 30px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(#0498fb, #0474fb);
  cursor: pointer;
  text-transform: uppercase;
}
.kb-article {
  max-width: 900px;
}
.kb-back {
  margin-bottom: 28px;
  border: 0;
  padding: 0;
  color: #0474fb;
  background: none;
  cursor: pointer;
  font-size: 16px;
}
.kb-article > img {
  width: 100%;
  border-radius: 8px;
}
.kb-article h1 {
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.3;
}
.kb-article > div {
  color: #59647c;
  line-height: 2;
  font-size: 16px;
}
.kb-news-small {
  grid-template-columns: repeat(3, 1fr);
}
.kb-news-small .kb-news-card {
  min-height: 220px;
}
.kb-steps > ol {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  padding: 0;
  margin: 0 0 70px;
  list-style: none;
  counter-reset: step;
}
.kb-steps > ol li {
  color: #59647c;
  line-height: 1.5;
}
.kb-steps > ol b {
  display: block;
  margin-bottom: 12px;
  color: #0474fb;
  font-size: 23px;
}
.kb-work {
  min-height: 430px;
  display: flex;
  align-items: center;
  gap: 70px;
}
.kb-work.reverse {
  flex-direction: row-reverse;
}
.kb-work img {
  width: min(52%, 560px);
}
.kb-work div {
  flex: 1;
}
.kb-work h2 {
  font-size: clamp(28px, 4vw, 48px);
}
.kb-work p {
  color: #59647c;
  font-size: 17px;
  line-height: 1.8;
}
.kb-feedback {
  display: grid;
  grid-template-columns: 55px 1fr 55px;
  align-items: center;
  gap: 28px;
  margin: 60px auto 0;
  max-width: 760px;
}
.kb-feedback h2 {
  grid-column: 1/-1;
  text-align: center;
  font-size: 32px;
}
.kb-feedback article {
  min-height: 220px;
  padding: 28px 42px;
  border-radius: 10px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.12);
}
.kb-feedback h3 {
  margin: 0;
  font-size: 26px;
}
.kb-feedback p {
  color: #59647c;
  font-size: 17px;
  line-height: 1.7;
}
.kb-feedback button {
  height: 55px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: #0474fb;
  cursor: pointer;
  font-size: 40px;
  line-height: 1;
}
.kb-steps {
  width: 1248px;
  padding-top: 0;
}
.kb-step-timeline {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 120px 0 64px;
}
.kb-step-line {
  position: absolute;
  top: 186px;
  left: -24px;
  width: 100%;
  border-top: 1px solid rgba(65, 128, 249, 0.26);
}
.kb-step-spots {
  position: absolute;
  top: 179px;
  left: -24px;
  display: flex;
  width: 1250px;
  justify-content: space-between;
}
.kb-step-spots i {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: #4180f9;
}
.kb-step-timeline article {
  position: relative;
  z-index: 1;
  width: 246px;
  text-align: left;
}
.kb-step-timeline h2 {
  margin: 0;
  color: #202020;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}
.kb-step-copy {
  width: 200px;
  height: 105px;
  margin: 40px 0 64px;
}
.kb-step-copy p {
  margin: 0;
  color: #59647c;
  font-size: 14px;
  line-height: 21px;
}
.kb-step-image {
  width: 200px;
  height: 200px;
  padding: 28px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08);
}
.kb-step-image img {
  width: 144px;
  height: 144px;
}
.kb-work {
  min-height: 0;
  padding: 64px 0;
  gap: 86px;
}
.kb-work.reverse {
  flex-direction: row-reverse;
}
.kb-work > img {
  width: 634px;
  height: 635px;
}
.kb-work > div {
  flex: 1;
}
.kb-work h2 {
  margin: 0 0 30px;
  color: #202020;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}
.kb-work ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.kb-work li {
  position: relative;
  margin-top: 10px;
  padding-left: 44px;
  color: #59647c;
  font-size: 16px;
  line-height: 32px;
}
.kb-work li::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 24px;
  height: 22px;
  background: url(https://za-c3.hitechset.com/static/ke_kashbean_loan_h5_pdl/image/b2cc08e614e0b43dedf67d9c0b20b54c.png) center / 100% 100% no-repeat;
  content: '';
}
.kb-feedback {
  position: relative;
  display: block;
  max-width: none;
  margin: 0;
  padding: 0 0 120px;
}
.kb-feedback h2 {
  position: relative;
  margin: 0;
  padding: 58px 0 104px;
  color: #202020;
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  text-align: center;
}
.kb-feedback h2::before {
  position: absolute;
  top: 31px;
  left: calc(50% - 200px);
  width: 54px;
  height: 54px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQAgMAAACaKAorAAAADFBMVEVHcEzHx8fHx8fGxsZoDmxZAAAAA3RSTlMA40mAJZ3FAAAAVUlEQVRYw+3SsQ3AIAxFwd9FbJlFWIO5GIkyoiGgSKnuNW4sufClJeVO1qMmV8/L2FraOqe/o0AUaFaw6Pnl1yWfpoACCiiggAIKKKCAAgoooOD83ABaC4KN5sxmxwAAAABJRU5ErkJggg==) center / 100% 100% no-repeat;
  content: '';
}
.kb-feedback article {
  box-sizing: content-box;
  display: block;
  width: 666px;
  height: 350px;
  min-height: 0;
  margin: 0 auto;
  padding: 49px 45px;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 26px 51px rgba(0, 0, 0, 0.08);
  text-align: left;
}
.kb-feedback h3 {
  margin: 40px 0 15px;
  color: #202020;
  font-size: 34px;
  font-weight: 600;
  line-height: 45px;
}
.kb-feedback p {
  margin: 0;
  color: #59647c;
  font-size: 22px;
  line-height: 44px;
}
.kb-feedback button {
  position: absolute;
  z-index: 1;
  top: 405px;
  width: 68px;
  height: 68px;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  color: transparent;
  font-size: 0;
}
.kb-feedback [data-feedback='prev'] {
  left: 120px;
  background-image: url(https://za-c3.hitechset.com/static/ke_kashbean_loan_h5_pdl/image/c97fd97ab9d7b1801fa48ede516574ce.png);
}
.kb-feedback [data-feedback='next'] {
  right: 120px;
  background-image: url(https://za-c3.hitechset.com/static/ke_kashbean_loan_h5_pdl/image/fe05aa9d750c40dc45e3a58734125eac.png);
}
.kb-faq-categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  box-shadow: 0 6px 26px rgba(33, 60, 112, 0.1);
}
.kb-faq-categories button {
  padding: 35px 12px;
  border: 0;
  border-right: 1px solid #eee;
  background: #fff;
  cursor: pointer;
  color: #333;
  font-size: 18px;
  font-weight: 700;
}
.kb-faq-categories img {
  display: block;
  width: 78px;
  margin: 0 auto 22px;
}
.kb-faq-detail > div {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 0.85fr);
  gap: 55px;
}
.kb-faq-detail ul {
  max-height: 530px;
  overflow: auto;
  margin: 0;
  padding: 28px;
  border-radius: 6px;
  background: #f4f7fe;
  list-style: none;
}
.kb-faq-detail li button {
  width: 100%;
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  color: #222b45;
  background: transparent;
  cursor: pointer;
  font-size: 17px;
  line-height: 1.5;
  text-align: left;
}
.kb-faq-detail li button.active {
  color: #0474fb;
}
.kb-faq-detail article h2 {
  margin-top: 0;
  color: #222b45;
  font-size: 26px;
  line-height: 1.4;
}
.kb-faq-detail article p {
  color: #59647c;
  line-height: 1.8;
}
.kb-footer {
  height: 372px;
  color: #fff;
  background: #091542;
}
.kb-footer-inner {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.kb-footer h2 {
  margin: 0;
  padding-top: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
}
.kb-footer-row {
  display: flex;
  justify-content: space-between;
  padding-top: 14px;
}
.kb-footer-row p {
  width: 33.333%;
  margin: 0;
  color: #aaa;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
}
.kb-footer a {
  color: #aaa;
  text-decoration: none;
}
.kb-footer a:hover {
  color: #fff;
}
.kb-policy-row p:nth-child(2) {
  width: 16.2%;
}
.kb-copyright {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: -90px;
  box-sizing: border-box;
  width: 1380px !important;
  height: 89px;
  margin: 0;
  padding: 30px 70px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #aaa;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
}
.kb-privacy {
  position: fixed;
  z-index: 20;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 28px 20px;
  color: #fff;
  background: #0474fb;
  text-align: center;
  transform: translateY(110%);
  transition: transform 0.3s;
}
.kb-privacy.show {
  transform: translateY(0);
}
.kb-privacy p {
  margin: 0;
  line-height: 1.6;
}
.kb-privacy a {
  color: #ffd874;
}
.kb-privacy button {
  margin-top: 18px;
  color: #0474fb;
  background: #fff;
}
@media (max-width: 700px) {
  .kashbean-page {
    padding-top: 56px;
  }
  .kb-header {
    height: 56px;
  }
  .kb-logo i {
    width: 112px;
  }
  .kb-menu-toggle {
    display: block;
  }
  .kb-nav {
    display: none;
    position: absolute;
    top: 56px;
    right: 0;
    left: 0;
    padding: 16px 20px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08);
  }
  .kb-nav.open {
    display: flex;
  }
  .kb-nav a {
    padding: 13px 0;
  }
  .kb-hero {
    min-height: 480px;
    padding-top: 44px;
    align-items: flex-start;
    position: relative;
  }
  .kb-hero > div {
    position: relative;
    z-index: 1;
  }
  .kb-hero p {
    font-size: 16px;
    max-width: 75%;
  }
  .kb-hero > img {
    position: absolute;
    right: -45px;
    bottom: 0;
    width: 54vw;
    opacity: 0.8;
  }
  .kb-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .kb-news-grid,
  .kb-news-small {
    grid-template-columns: 1fr;
  }
  .kb-news-card {
    min-height: 260px;
  }
  .kb-steps > ol {
    grid-template-columns: 1fr;
    margin-bottom: 32px;
  }
  .kb-steps > ol li {
    display: flex;
    gap: 12px;
  }
  .kb-steps > ol b {
    min-width: 78px;
    font-size: 17px;
  }
  .kb-work,
  .kb-work.reverse {
    padding: 30px 0;
    flex-direction: column;
    gap: 15px;
  }
  .kb-work img {
    width: 100%;
  }
  .kb-work h2 {
    margin: 0;
  }
  .kb-feedback {
    grid-template-columns: 42px 1fr 42px;
    gap: 12px;
  }
  .kb-feedback article {
    padding: 20px;
  }
  .kb-feedback p {
    font-size: 15px;
  }
  .kb-faq-categories {
    grid-template-columns: repeat(2, 1fr);
    box-shadow: none;
    gap: 10px;
  }
  .kb-faq-categories button {
    border: 1px solid #eee;
  }
  .kb-faq-detail > div {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .kb-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .kb-policies {
    flex-direction: column;
    gap: 12px;
  }
}

