.jumbotron {
  height: 548px;
  background-image: url('../assets/images/home_background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0 110px 14%;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.jumbotron .display-4 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 12px;
  letter-spacing: 1px;
}
.jumbotron .lead {
  font-size: 40px;
  line-height: 1.4;
  color: #fff;
  font-weight: 300;
  margin-bottom: 36px;
  letter-spacing: 1px;
}
.jumbotron .btn-lg {
  height: 62px;
  width: 224px;
  font-weight: 900;
  border-radius: 4px;
}
.jumbotron .btn-lg img {
  margin-left: 20px;
}
.section-top {
  padding: 46px 0 50px;
}
.section-top .header {
  margin-bottom: 40px;
}
.section-top .header br {
  display: none;
}
.section-top .paragraph {
  margin-bottom: 10px;
}
.section-top .btn-primary {
  margin: 0 auto;
}
.section-top .btn-primary br {
  display: none;
}
.section-achieve {
  padding-top: 78px;
  padding-bottom: 76px;
}
.section-achieve .container {
  width: 1246px;
}
.section-achieve ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  padding-top: 42px;
}
.section-achieve ul li {
  display: flex;
  align-items: stretch;
  padding: 0;
}
.section-achieve ul li img {
  width: 50%;
}
.section-achieve ul li .content {
  width: 50%;
  background-color: #FEF8F2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-achieve ul li .subHeader {
  font-size: 40px;
  margin-bottom: 0;
}
.section-achieve ul li .btn.btn-custome {
  width: 180px;
  justify-content: center;
}
.section-achieve ul li .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-why-us {
  padding-bottom: 27px;
}
.section-why-us .container {
  width: 1418px;
}
.section-why-us h1 {
  margin-bottom: 54px;
}
.section-clients-partner {
  padding: 57px 0 74px;
  background-color: #FEF8F2;
}
.section-clients-partner .container {
  width: 1200px;
}
.section-clients-partner h1 {
  margin-bottom: 39px;
}
.section-clients-partner .logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.section-clients-partner .logos .logo-item {
  flex-basis: 50%;
  padding: 17px 0;
}
.section-clients-partner .logos .logo-item span {
  font-size: 24px;
}
.section-clients-partner .logos .logo-item:nth-child(odd) {
  text-align: right;
}
.section-clients-partner .logos .logo-item:nth-child(odd):not(.mobile-row-item) {
  padding-right: 40px;
}
.section-clients-partner .logos .logo-item:nth-child(even) {
  text-align: left;
}
.section-clients-partner .logos .logo-item:nth-child(even):not(.mobile-row-item) {
  padding-left: 40px;
}
.section-clients-partner .logos .logo-item.mobile-row-item {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-clients-partner .logos .logo-item.mobile-row-item span {
  padding: 0 32px;
}
.section-download {
  padding: 96px 0 116px;
}
.section-download .container {
  width: 1300px;
  text-align: left;
}
.section-download .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-download .inner:first-child .btns .btn:first-child {
  width: auto;
}
.section-download h1 {
  text-align: left;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.4;
}
.section-download p {
  margin-bottom: 30px;
  font-size: 16px;
}
.section-download .logos {
  display: flex;
  align-items: center;
  margin-bottom: 62px;
}
.section-download .logos .sep {
  padding-top: 33px;
  border-right: 1px solid #D8D8D8;
  margin: 0 32px;
}
.section-download .btns {
  display: flex;
  align-items: center;
}
.section-download .btns .btn:first-child {
  margin-right: 32px;
  width: 248px;
}
.section-bottom {
  padding: 92px 0 72px;
  background-color: #D92D26;
}
.section-bottom .container {
  width: 612px;
}
.section-bottom .container h1 {
  color: #fff;
  font-size: 32px;
  line-height: 1.2;
}
.section-bottom .container .btn {
  width: 224px;
  margin: 32px auto 0;
  border-radius: 4px;
  justify-content: center;
  background-position: calc(100% - 40px) 50%;
}
.section-bottom .container .btn img {
  margin-left: 16px;
}
.section-bottom .container.container-wider {
  width: 1012px;
}
main {
  padding: 100px 14% 0;
  min-height: 600px;
}
main aside {
  width: 342px;
  float: right;
  border-left: 1px solid #DDE4EF;
  margin-top: 20px;
}
main aside ul {
  padding-left: 48px;
  list-style: none;
}
main aside ul li {
  margin-bottom: 28px;
}
main aside ul li .listHeader {
  color: #7C7C7C;
  font-weight: 400;
}
main aside ul li .listHeader:hover {
  color: #D92D26;
}
main article {
  width: calc(100% - 342px);
  padding-right: 70px;
  padding-bottom: 100px;
}
main article h3 {
  font-size: 32px;
  line-height: 44px;
  font-weight: 900;
  color: #282828;
  letter-spacing: 1px;
}
main article h6 {
  margin-bottom: 40px;
}
main article .articleHeader span {
  color: #D92D26;
  font-weight: 600;
}
main article .articleHeader a > span {
  color: #5E76A8;
}
main article p {
  margin-bottom: 0;
}
main article p:last-child {
  padding-bottom: 20px;
}
main article a {
  color: #D92D26;
}
main article a:hover {
  color: #D92D26;
}
main article ul {
  padding-left: 20px;
  margin: 0;
}
main.terms-main article p {
  padding-bottom: 20px;
}
main.terms-main article li {
  padding-bottom: 20px;
}
main.main-article-relate {
  min-height: unset;
}
.home-page {
  position: relative;
}
.section-cookie {
  padding: 34px 0 26px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0px -14px 20px rgba(68, 81, 99, 0.29);
}
.section-cookie .container {
  text-align: left;
  width: 830px;
}
.section-cookie h4 {
  font-size: 20px;
  line-height: 42px;
  margin-top: 7px;
  color: black;
  font-weight: 600;
}
.section-cookie p {
  font-size: 14px;
  line-height: 18px;
  color: black;
  margin-bottom: 12px;
}
.section-cookie .btn-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-cookie .btn-row .links {
  height: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 216px;
}
.section-cookie .btn-row .links .sep {
  padding-top: 16px;
  border-right: 1px solid #282828;
}
.section-cookie .btn-row .btn {
  height: 28px;
  line-height: 28px;
  width: 102px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  background-image: none;
  padding: 0;
  justify-content: center;
}
.section-cookie.toast {
  max-width: unset;
  display: none;
}
.section-cookie.toast.show {
  display: block;
}
.section-cookie.toast.hide {
  display: none;
}
.early-payment-program .container {
  width: 80%;
  max-width: 1550px;
  padding: 70px 0 80px;
  display: flex;
  align-items: center;
}
.early-payment-program .container .left {
  flex-basis: 40%;
  padding-right: 8%;
  text-align: left;
}
.early-payment-program .container .left .breadcrumb {
  margin-top: 28px;
  margin-bottom: 40px;
}
.early-payment-program .container .left h1 {
  text-align: left;
  line-height: 1.2;
  margin-bottom: 32px;
}
.early-payment-program .container .right {
  flex-basis: 60%;
}
.early-payment-program .container .right img {
  width: 100%;
  height: auto;
}
.tip-of-scf {
  background-image: url(../assets/images/ecosystem_background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 154px 0 186px;
}
.tip-of-scf .container {
  width: 80%;
  max-width: 1550px;
  display: flex;
  justify-content: flex-end;
}
.tip-of-scf .container .right {
  flex-basis: 40%;
}
.tip-of-scf .container .header {
  color: #fff;
  text-align: left;
  margin-bottom: 36px;
}
.tip-of-scf .container .header br {
  display: none;
}
.tip-of-scf .container .paragraph {
  color: #fff;
  text-align: left;
}
.risk-increase .container {
  display: flex;
  align-items: center;
  width: 80%;
  max-width: 1550px;
  padding: 110px 0 136px;
}
.risk-increase .container .left {
  flex-basis: 60%;
  padding-right: 14%;
}
.risk-increase .container .left .header {
  text-align: left;
  margin-bottom: 24px;
}
.risk-increase .container .left .paragraph {
  text-align: left;
}
.risk-increase .container .right {
  flex-basis: 40%;
}
.risk-increase .container .right img {
  width: 100%;
  height: auto;
}
.market-table {
  background-color: #FEF8F2;
  padding: 100px 0 130px;
}
.market-table .container {
  width: 76%;
  max-width: 1460px;
}
.market-table .container h1 {
  margin-bottom: 50px;
}
.market-table .container .table-wrap .table-row {
  display: flex;
  align-items: center;
}
.market-table .container .table-wrap .table-header {
  justify-content: flex-end;
  align-items: center;
  height: 118px;
}
.market-table .container .table-wrap .table-header .table-col {
  font-size: 18px;
  font-weight: 500;
}
.market-table .container .table-wrap .table-col {
  flex-basis: 37%;
  text-align: center;
}
.market-table .container .table-wrap .table-body {
  padding: 10px;
  background-color: #D92D26;
  border-radius: 8px;
}
.market-table .container .table-wrap .table-label {
  flex-basis: 26%;
}
.market-table .container .table-wrap .table-body-row {
  font-size: 18px;
  color: #fff;
}
.market-table .container .table-wrap .table-body-row .table-label {
  text-align: left;
  padding: 0 2%;
}
.market-table .container .table-wrap .table-body-row .table-col {
  height: 80px;
  background-color: #fff;
  display: flex;
  align-items: stretch;
}
.market-table .container .table-wrap .table-body-row .table-col > div {
  flex-basis: 100%;
  border-bottom: 1px solid #D8D8D8;
  border-right: 1px solid #D8D8D8;
  color: #282828;
  display: flex;
  align-items: center;
  justify-content: center;
}
.market-table .container .table-wrap .table-body-row .table-col:nth-of-type(even) {
  padding-left: 20px;
}
.market-table .container .table-wrap .table-body-row .table-col:nth-of-type(odd) {
  padding-right: 20px;
}
.market-table .container .table-wrap .table-body-row .table-col:nth-of-type(odd) > div {
  border-right: none;
}
.market-table .container .table-wrap .table-body-row:first-child .table-col {
  height: 90px;
  padding-top: 10px;
  border-top-left-radius: 4px;
}
.market-table .container .table-wrap .table-body-row:first-child .table-col:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
}
.market-table .container .table-wrap .table-body-row:last-child .table-col {
  height: 90px;
  padding-bottom: 10px;
  border-bottom-left-radius: 4px;
}
.market-table .container .table-wrap .table-body-row:last-child .table-col > div {
  border-bottom: none;
}
.market-table .container .table-wrap .table-body-row:last-child .table-col:last-of-type {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
}
.section-scf-bottom {
  padding: 145px 0;
}
.section-scf-bottom .btn {
  justify-content: center;
  background-position-x: calc(100% - 40px);
}
.section-who-we-are .container {
  display: flex;
  align-items: stretch;
  width: 90%;
  max-width: calc(100% - 185px);
  margin: 0 0 0 auto;
  padding: 0;
}
.section-who-we-are .container .left {
  flex-basis: 60%;
  padding: 98px 13% 120px 0;
}
.section-who-we-are .container .left .breadcrumb {
  margin-bottom: 40px;
}
.section-who-we-are .container .left .header {
  text-align: left;
  line-height: 1.2;
  margin-bottom: 30px;
}
.section-who-we-are .container .left p {
  text-align: left;
  line-height: 24px;
}
.section-who-we-are .container .left b {
  font-weight: 600!important;
}
.section-who-we-are .container .left ul {
  padding-left: 16px;
}
.section-who-we-are .container .left li {
  text-align: left;
}
.section-who-we-are .container .right {
  flex-basis: 40%;
  background-image: url('../assets/images/who_desc.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-who-we-are .container .right img {
  display: none;
}
.section-news {
  background-color: #FEF8F2;
  padding: 130px 0 122px;
}
.section-news .container {
  width: 80%;
  max-width: 1550px;
}
.section-news .container .header {
  text-align: left;
  margin-bottom: 54px;
}
.section-news .container .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-news .container .row .block {
  flex-basis: 48%;
  background-color: #fff;
  box-shadow: 0px 8px 10px 0px rgba(81, 105, 206, 0.08);
  border: 1px solid #F0F3F8;
  height: 248px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 32px 32px;
  margin-bottom: 40px;
}
.section-news .container .row a {
  color: #282828;
}
.section-news .container .row a h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-align: left;
}
.section-news .container .row a h3:hover {
  cursor: pointer;
}
.section-news .container .row p {
  text-align: left;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.section-news .container .row .block-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-news .container .row .block-bottom .more {
  color: #D92D26;
}
.section-news .container .row .block-bottom .more:hover {
  cursor: pointer;
}
.section-news .container .btn {
  width: 224px;
  margin: 40px auto 0;
  padding: 0;
  background-image: none;
  color: #282828;
  border-color: #282828;
  justify-content: center;
}
.section-news .container .btn:hover {
  border-color: #D92D26;
  color: #D92D26;
}
.section-company-bottom {
  padding: 134px 0 120px;
}
.section-company-bottom .btn {
  justify-content: center;
  background-position-x: calc(100% - 40px);
}
.section-partners {
  padding: 100px 0;
}
.section-partners .container {
  width: 80%;
  max-width: 1550px;
}
.section-partners .container .breadcrumb {
  justify-content: center;
  margin-bottom: 40px;
}
.section-partners .container .header {
  margin-bottom: 28px;
}
.section-partners .container .row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-partners .container .item {
  flex-basis: 45%;
  padding: 30px 0 36px;
  border-bottom: 1px solid #D1D8E4;
}
.section-partners .container .item.item-last-row {
  border: none;
}
.section-partners .container .item.item-hunter img {
  max-width: 100%;
}
.section-partners .container .logo {
  height: 150px;
  line-height: 150px;
  text-align: left;
}
.section-partners .container .logo.logo-sbi {
  margin-left: -28px;
}
.section-partners .container .logo.logo-mambu {
  margin-left: -50px;
}
.section-partners .container .logo.logo-delta {
  margin-left: -15px;
}
.section-partners .container .paragraph {
  text-align: left;
  line-height: 24px;
}
.section-resources-list {
  padding-top: 12px;
}
.section-resources-list .header {
  text-align: left;
  line-height: 1.2;
  margin-bottom: 50px;
}
.section-resources-list .nav-tabs .nav-link {
  border: none;
  padding: 14px 6px;
  margin-right: 36px;
  color: #282828;
  line-height: 20px;
}
.section-resources-list .nav-tabs .nav-link.active {
  color: #D92D26;
  border-bottom: 2px solid #D92D26;
  margin-bottom: -1px;
}
.section-resources-list .nav-tabs .nav-link.hide-link {
  display: none;
}
.section-resources-list .dropdown {
  width: 200px;
  height: 40px;
  margin: 0 auto;
  line-height: 40px;
  border: 1px solid #BABABA;
  padding: 0 20px;
  display: none;
}
.section-resources-list .dropdown .dropdown-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #D92D26;
  outline: none;
}
.section-resources-list .dropdown-menu {
  width: 200px;
  margin-left: -21px;
}
.main-article {
  position: relative;
  padding: 14.5% 13.5% 0;
}
.main-article.main-article-no-background {
  padding-top: 22px;
}
.main-article.main-article-no-background .articleHeader {
  font-weight: 600;
}
.main-article.main-article-no-background .articleLinks {
  line-height: 34px;
}
.main-article .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 24.17%;
  background-image: url('../assets/images/home_background.jpg');
  background-size: cover;
  z-index: -1;
}
.main-article .background.background-scf-whitepaper {
  background-image: url('../assets/images/scf-background.jpg');
}
.main-article section .container {
  width: 100%;
}
.main-article section .wrapper {
  background-color: #fff;
  padding: 78px 80px 72px;
  width: 76%;
  min-width: 1060px;
  margin: 0 auto;
}
.main-article section .wrapper .header {
  margin-top: 12px;
  text-align: left;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 24px;
}
.main-article section .wrapper .info {
  margin-bottom: 34px;
  text-align: left;
  display: flex;
  align-items: center;
}
.main-article section .wrapper .info span {
  line-height: 24px;
}
.main-article section .wrapper .info span:first-child {
  margin-right: 12px;
}
.main-article section .wrapper .info .langs {
  display: flex;
  align-items: center;
}
.main-article section .wrapper .info .langs a {
  border: 1px solid #979797;
  height: 28px;
  margin-right: 10px;
}
.main-article section .wrapper .info .langs img {
  height: 26px;
  width: auto;
}
.main-article section .wrapper .articleHeader {
  margin-top: 56px;
}
.main-article section .wrapper .btn-primary {
  width: 360px;
  background-position-x: calc(100% - 65px);
  justify-content: center;
  padding: 0 35px 0 0;
  margin-top: 64px;
  margin-bottom: 92px;
}
.main-article section .wrapper.wrapper-uphalf {
  padding-bottom: 42px;
}
.main-article section .wrapper.wrapper-downhalf {
  padding-top: 0;
  padding-bottom: 50px;
}
.main-article section .wrapper.wrapper-downhalf article .articleHeader:first-child {
  margin-top: 40px;
}
.main-article section .infer-block {
  background-color: #FEF8F2;
  padding: 24px 80px;
  width: 76%;
  min-width: 1060px;
  margin: 0 auto;
}
.main-article section .infer-block div {
  border-left: 1px solid #D92D26;
  padding: 25px 0 25px 30px;
}
.main-article section .infer-block div p {
  text-align: left;
  margin: 0;
  font-weight: 400;
}
.main-article section .infer-block div p b {
  font-weight: 600;
}
.main-article article {
  width: 100%;
  padding: 0;
}
.main-article article p {
  margin-bottom: 24px;
}
.main-article article .paragraph {
  text-align: left;
  font-weight: 400;
}
.main-article article b {
  font-weight: 600;
}
.main-article article img {
  width: 100%;
  height: auto;
}
.main-article article .articleHeader {
  line-height: 24px;
  text-align: left;
  letter-spacing: 0;
  margin-top: 32px;
}
.main-article article ul {
  margin-bottom: 24px;
  list-style-type: none;
}
.main-article .short-list-block {
  display: flex;
}
.main-article .short-list-block > div {
  flex-basis: 50%;
  text-align: left;
}
.main-article .short-list-block .listHeader {
  font-weight: 600;
  line-height: 24px;
}
.main-article .short-list-block .listItem {
  font-size: 16px;
  line-height: 24px;
}
.main-article .short-list-block .left ul {
  padding-left: 1px;
}
.main-article .short-list-block .left li {
  display: flex;
  align-items: center;
}
.main-article .short-list-block .left li:before {
  content: "";
  display: block;
  padding-left: 6px;
  padding-top: 6px;
  background-color: #D92D26;
  border-radius: 50%;
  margin-right: 7px;
}
.main-article .short-list-block .right ul {
  padding-left: 0;
}
.main-article .short-list-block .right .listItem {
  line-height: 32px;
}
.main-article .short-list-block .right li span {
  padding: 3px 6px;
  line-height: 17px;
  text-align: center;
  color: #fff;
  background-color: #D92D26;
  border-radius: 50%;
  font-size: 12px;
  margin-right: 4px;
}
.main-article .relate {
  border-top: 1px solid #D1D8E4;
  padding-top: 72px;
}
.main-article .relate .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-article .relate .title h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #282828;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
}
.main-article .relate .title a {
  color: #D92D26;
  font-family: "Poppins", sans-serif;
}
.main-article .relate .box-list ul {
  padding-top: 32px;
}
.main-article .relate .box-list h3 {
  text-align: left;
  letter-spacing: 0;
}
.main-article.main-article-relate {
  padding-top: 0;
}
.main-article.main-article-relate .relate {
  border-top: none;
}
.section-download-whitepaper {
  background-color: #D92D26;
}
.section-download-whitepaper .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 46px 13.5% 54px;
  min-width: 1060px;
  width: unset;
}
.section-download-whitepaper .container .link-download {
  display: flex;
}
.section-download-whitepaper .container .link-download div {
  text-align: left;
}
.section-download-whitepaper .container .link-download h3,
.section-download-whitepaper .container .link-download p {
  color: #fff;
  margin: 0;
  line-height: 32px;
}
.section-download-whitepaper .container .link-download img {
  width: 56px;
  height: 56px;
  margin-right: 35px;
}
.section-download-whitepaper .container .link-download:hover {
  text-decoration: none;
}
.section-download-whitepaper .container .langs img {
  width: 64px;
  height: 43px;
  margin: 0 12px;
}
.section-support .container {
  width: 900px;
}
.section-support .header {
  line-height: 1.2;
  margin-bottom: 56px;
}
.section-support article {
  width: 100%;
  padding: 0;
}
.section-support article .faq-accordion {
  padding-bottom: 120px;
}
.section-support article .faq-accordion .card {
  border: none;
}
.section-support article .faq-accordion .card-header {
  padding: 0;
  background-color: transparent;
  border-color: #F0F3F8;
}
.section-support article .faq-accordion .card-header button {
  border: none;
  background-color: transparent;
  width: 100%;
  outline: none;
  text-align: left;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-support article .faq-accordion .card-header h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 16px;
  padding: 0 24px;
  letter-spacing: 0;
}
.section-support article .faq-accordion .card-header .icon {
  background-image: url("../assets/svg/unfold.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 11px;
}
.section-support article .faq-accordion .card-header.card-header-show .icon {
  background-image: url("../assets/svg/collapse.svg");
}
.section-support article .faq-accordion .card-body {
  text-align: left;
}
.section-support article .paragraph {
  text-align: left;
  background-color: #FEF8F2;
  padding: 24px 32px;
  line-height: 24px;
}
.section-green-top {
  margin-bottom: 60px;
}
.section-green-top .container {
  width: 943px;
}
.section-green-top .header {
  line-height: 1.2;
  margin-bottom: 32px;
}
.section-achieve-green {
  padding-bottom: 104px;
}
.section-achieve-green ul li .subHeader {
  margin-bottom: 32px;
}
.section-achieve-green ul li .subHeader br {
  display: inline;
}
.section-achieve-green ul li .paragraph {
  line-height: 1.5;
  margin-bottom: 0;
}
.section-achieve-green ul li:nth-child(odd) {
  margin-right: 20.4vw;
}
.section-achieve-green ul li:nth-child(even) {
  margin-left: 18.4vw;
}
.section-charts .container {
  width: 1400px;
}
.section-charts .container-sm {
  width: 854px;
}
.section-charts .container-sm .header {
  margin-bottom: 32px;
  line-height: 1.2;
}
.section-charts .container-sm .paragraph {
  margin-bottom: 32px;
}
.section-charts ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.section-charts ul li {
  flex-basis: 31%;
}
.section-charts ul li .articleHeader {
  margin: 48px 0;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-charts ul li img {
  width: 100%;
  height: auto;
}
.section-charts ul li:last-child {
  flex-basis: 100%;
  padding: 0 88px;
  margin-bottom: 120px;
}
.section-charts ul li:last-child .articleHeader {
  margin-top: 120px;
}
.section-charts ul li:last-child br {
  display: none;
}
.section-sustainability-partner {
  background-color: #FEF8F2;
  padding: 104px 0 110px;
}
.section-sustainability-partner .container {
  width: 74.8%;
}
.section-sustainability-partner .container .header {
  line-height: 1.2;
  margin-bottom: 50px;
}
.section-sustainability-partner .container ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
}
.section-sustainability-partner .container ul li {
  flex-basis: 46%;
}
.section-sustainability-partner .container ul .item-logo {
  height: 126px;
  text-align: left;
}
.section-sustainability-partner .container ul .item-logo img {
  width: auto;
  height: 100%;
}
.section-sustainability-partner .container ul .item-logo.item-logo-gi {
  margin-left: -14px;
  padding: 16px 0 18px;
}
.section-sustainability-partner .container ul .item-logo.item-logo-sba {
  margin-left: -18px;
}
.section-sustainability-partner .container ul .paragraph {
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
}
.section-sustainability-partner .container ul .paragraph.p-grey {
  color: #898989;
}
.section-chat-form .container {
  max-width: 776px!important;
}
.section-chat-form .container .paragraph {
  margin-bottom: 24px;
}
.section-chat-form .container .form-row .col {
  margin-bottom: 16px;
}
.section-chat-form .container .select2-container .select2-selection--single,
.section-chat-form .container .form-control,
.section-chat-form .container .custom-select {
  border-radius: 1px;
  padding: 16px 18px;
  font-size: 14px;
  line-height: 20px;
  height: unset;
}
.section-chat-form .container option {
  color: #495057;
}
.section-chat-form .container .btn {
  padding: 0 24px;
  background-image: none;
  width: 100%;
  max-width: 288px;
  justify-content: center;
  margin: 32px auto;
}
.section-chat-form .container .iti {
  width: 100%;
}
.section-chat-form .container .iti #phone {
  padding-left: 52px;
}
.section-chat-form .container .select2-container .select2-selection--single {
  color: #495057;
  border: 1px solid #ced4da;
}
.section-chat-form .container .select2-container .select2-selection--single .select2-selection__arrow {
  top: 14px;
  right: 5px;
}
.section-chat-form .container .select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #495057 transparent transparent transparent;
}
.section-chat-form .container .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  text-align: left;
  line-height: 20px;
  color: #495057;
}
.section-chat-form .container .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #495057;
}
.section-chat-form .container .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #495057 transparent;
}
.early-payment-banner {
  height: 586px;
  background-image: url('../assets/images/early-payment-banner.jpg');
  background-size: cover;
  background-position: 35% center;
  display: flex;
  align-items: center;
}
.early-payment-banner .left {
  margin-left: 13.8%;
  margin-right: 50%;
  color: #fff;
}
.early-payment-banner .left .breadcrumb {
  background-color: transparent;
  margin-bottom: 16px;
}
.early-payment-banner .left .breadcrumb .breadcrumb-item + .breadcrumb-item::before,
.early-payment-banner .left .breadcrumb .breadcrumb-item.active,
.early-payment-banner .left .breadcrumb a {
  color: #fff;
}
.early-payment-banner .left h1 {
  text-align: left;
  color: #fff;
  margin-bottom: 16px;
}
.early-payment-banner .left h2 {
  font-weight: 300;
  font-size: 32px;
  margin-bottom: 40px;
}
.early-payment-banner .left h4 {
  font-weight: 600;
  margin-bottom: 10px;
}
.early-payment-banner .left p {
  color: #fff;
}
.should-have-supply-chain-finance {
  padding: 88px 0 130px;
}
.should-have-supply-chain-finance .container {
  width: 84%;
  padding-top: 74px;
  align-items: center;
}
.should-have-supply-chain-finance .left {
  padding-right: 2.3%;
  padding-left: 0;
}
.should-have-supply-chain-finance .right {
  padding-left: 2.3%;
  padding-right: 0;
}
.should-have-supply-chain-finance img {
  width: 100%;
  height: auto;
}
.should-have-supply-chain-finance h4 {
  text-align: left;
  font-weight: 600;
  margin-bottom: 8px;
}
.should-have-supply-chain-finance .paragraph {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 32px;
}
.should-have-supply-chain-finance .paragraph:last-child {
  margin-bottom: 0;
}
.five-facts-supply-chain-finance {
  padding: 100px 0 114px;
  background-color: #FEF8F2;
}
.five-facts-supply-chain-finance .container {
  width: 72%;
}
.five-facts-supply-chain-finance .row {
  padding-top: 72px;
}
.five-facts-supply-chain-finance .icon {
  height: 128px;
  margin-bottom: 8px;
  line-height: 128px;
  text-align: center;
}
.five-facts-supply-chain-finance h4 {
  font-weight: 600;
  line-height: 1.4;
  font-size: 16px;
}
.five-facts-supply-chain-finance .paragraph {
  line-height: 1.5;
  margin-bottom: 0;
  font-size: 14px;
}
.five-facts-supply-chain-finance .col-lg-4.col-md-12 {
  padding-left: 3%;
  padding-right: 3%;
}
.section-ap-ar-workflow {
  display: flex;
  justify-content: space-between;
  padding: 124px 9% 120px 13.8%;
}
.section-ap-ar-workflow .left {
  padding-right: 4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.section-ap-ar-workflow .breadcrumb {
  margin-bottom: 16px;
}
.section-ap-ar-workflow h1 {
  text-align: left;
  margin-bottom: 16px;
}
.section-ap-ar-workflow h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.1875;
  margin-bottom: 32px;
}
.section-ap-ar-workflow .right {
  padding-top: 42px;
  width: 976px;
}
.section-ap-ar-workflow .right-mobile {
  display: none;
}
.section-ap-ar-workflow .streamline-item {
  display: flex;
}
.section-ap-ar-workflow .streamline-item .icon-dot {
  margin-right: 7px;
  line-height: 34px;
}
.section-ap-ar-workflow .streamline-item h4 {
  font-size: 24px;
  line-height: 34px;
}
.section-ap-ar-workflow .streamline-item .content {
  width: 426px;
}
.section-ap-ar-workflow .streamline-item .paragraph {
  line-height: 1.5;
}
.section-ap-ar-workflow .streamline-row1 {
  position: relative;
  width: 683px;
  height: 150px;
  background-image: url('../assets/images/line1.png');
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 64px;
  margin-left: 11px;
}
.section-ap-ar-workflow .streamline-row1 .streamline-item {
  position: absolute;
  left: -11px;
}
.section-ap-ar-workflow .streamline-row2 {
  display: flex;
  padding-left: 11px;
}
.section-ap-ar-workflow .streamline-row2 .line2 {
  padding-top: 34px;
  width: 524px;
  margin-right: -11px;
}
.section-ap-ar-workflow .streamline-row2 .line2 img {
  width: 100%;
  height: auto;
}
.section-ap-ar-workflow .streamline-row2 .streamline-item2 {
  position: relative;
}
.section-ap-ar-workflow .streamline-row2 .streamline-item2 p {
  position: absolute;
  top: 42px;
}
.section-ap-ar-workflow .streamline-row3 {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 228px;
}
.section-ap-ar-workflow .streamline-row3 .line3 {
  position: absolute;
  top: 34px;
  right: 432px;
  bottom: 0;
}
.section-ap-ar-workflow .streamline-row3 .line3 img {
  width: 100%;
  height: auto;
}
.section-ap-ar-workflow .streamline-row3 .streamline-item4 {
  padding-top: 74px;
}
.section-ap-ar-automation {
  padding-bottom: 122px;
}
.section-ap-ar-automation .container {
  max-width: unset;
  width: 88%;
}
.section-ap-ar-automation .header {
  margin-bottom: 64px;
}
.section-ap-ar-automation .icon {
  height: 76px;
  line-height: 76px;
  margin-bottom: 24px;
}
.section-ap-ar-automation h4 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 14px;
}
.section-ap-ar-automation .paragraph {
  font-size: 14px;
}
.section-investors {
  padding: 54px 0 56px;
  background-color: #FEF8F2;
}
.section-investors .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-investors .left {
  padding-right: 38px;
}
.section-investors .left h4 {
  text-align: left;
  padding-left: 4px;
  margin-bottom: 16px;
}
.section-investors .left .btn {
  width: 220px;
}
.section-investors .right {
  display: flex;
  align-items: center;
}
.section-investors .sbi-wrapper {
  padding-bottom: 10px;
}
.section-platform-chain {
  padding-top: 90px;
  padding-bottom: 150px;
}
.section-platform-chain .container {
  width: 1080px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-platform-chain .left a {
  width: 164px;
  justify-content: center
      ;
}
.section-platform-chain .left h4 {
  text-align: left;
  padding-left: 4px;
  margin-bottom: 16px;
}
.section-platform-chain .right {
  display: flex;
  align-items: center;
}
.section-platform-chain .right .pic_tcloud {
  margin-right: 36px;
}
.section-platform-chain .right .pic_hzt {
  margin-right: 50px;
}
@media only screen and (max-width: 1023px) {
  .jumbotron .display-4,
  .jumbotron .lead {
    font-size: 34px;
  }
  .section-bottom .container h1.header {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1240px) {
  .section-top {
    padding: 38px 0 48px;
  }
  .section-top .container {
    width: calc(100% - 30px);
  }
  .section-top .header {
    margin-bottom: 24px;
  }
  .section-top .header br {
    display: inline-block;
  }
  .section-top .btn br {
    display: inline-block;
  }
  .section-achieve,
  .section-achieve-green {
    padding-bottom: 31px;
  }
  .section-achieve ul,
  .section-achieve-green ul {
    padding-top: 30px;
  }
  .section-achieve ul li,
  .section-achieve-green ul li {
    padding: 0;
    flex-wrap: wrap;
    align-items: center;
  }
  .section-achieve ul li img,
  .section-achieve-green ul li img {
    flex-basis: 100%;
    height: auto;
  }
  .section-achieve ul li .subHeader,
  .section-achieve-green ul li .subHeader {
    font-size: 32px;
    margin-bottom: 8px;
    line-height: 1.5;
  }
  .section-achieve ul li .subHeader br,
  .section-achieve-green ul li .subHeader br {
    display: none;
  }
  .section-achieve ul li .paragraph,
  .section-achieve-green ul li .paragraph {
    margin-bottom: 0;
  }
  .section-achieve ul li:nth-child(odd),
  .section-achieve-green ul li:nth-child(odd) {
    margin-right: 0;
  }
  .section-achieve ul li:nth-child(odd) .content,
  .section-achieve-green ul li:nth-child(odd) .content {
    flex-basis: 100%;
    padding: 24px 30px;
  }
  .section-achieve ul li:nth-child(even),
  .section-achieve-green ul li:nth-child(even) {
    margin-left: 0;
    flex-wrap: wrap-reverse;
  }
  .section-achieve ul li:nth-child(even) .content,
  .section-achieve-green ul li:nth-child(even) .content {
    flex-basis: 100%;
    padding: 24px 30px;
  }
  .section-why-us {
    padding-bottom: 22px;
  }
  .section-why-us h1 {
    margin-bottom: 32px;
  }
  .section-why-us .icons-list.icons-list-3-col .icons-list-item {
    margin-bottom: 32px;
  }
  .section-why-us .icons-list-item {
    flex-basis: 100%;
    clear: both;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .section-why-us .icons-list-item .icon-row {
    height: unset;
    width: 60px;
    padding-right: 16px;
  }
  .section-why-us .icons-list-item .icon-row img {
    width: 42px;
    height: auto;
  }
  .section-why-us .icons-list-item h3.icons-list-header {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
    font-weight: 600;
    width: calc(100% - 60px);
  }
  .section-why-us .icons-list-item p {
    float: left;
    margin-bottom: 0;
    padding-left: 60px;
  }
  .section-download .left-block {
    flex-basis: 70%;
  }
  .section-download .left-block .header {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .section-download .left-block .header br {
    display: none;
  }
  .section-download .left-block .descHeader {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 24px;
  }
  .section-download .left-block .logos {
    justify-content: space-between;
  }
  .section-download .left-block .logos img {
    width: 100%;
    height: auto;
  }
  .section-download .left-block .logos .logo-fintech {
    flex-basis: 20%;
  }
  .section-download .left-block .logos .logo-ey {
    flex-basis: 14%;
  }
  .section-download .left-block .logos .logo-cr {
    flex-basis: 20%;
  }
  .section-download .left-block .logos .logo-bluert {
    flex-basis: 18%;
  }
  .section-download .left-block .logos .logo-sbir3 {
    flex-basis: 13%;
  }
  .section-download .left-block .logos .logo-byfin {
    flex-basis: 21.5%;
  }
  .section-download .left-block .logos.logos-deep-tier {
    justify-content: flex-start;
  }
  .section-download .right-block {
    flex-basis: 30%;
  }
  .section-download .right-block img {
    width: 100%;
    height: auto;
  }
  .section-bottom {
    padding: 68px 0 64px;
  }
  .section-bottom .btn {
    height: 56px;
    line-height: 56px;
  }
  .section-bottom .container.container-wider h1 br {
    display: none;
  }
  main {
    padding: 32px 32px 28px;
  }
  main aside {
    display: none;
  }
  main article {
    width: 100%;
    padding: 0;
  }
  main article h3 {
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 16px;
  }
  main article h6.listItem {
    text-align: center;
  }
  main article p:last-child {
    padding-bottom: 14px;
  }
  main.terms-main article p {
    padding-bottom: 14px;
  }
  main.terms-main article li {
    padding-bottom: 14px;
  }
  .section-cookie h4 {
    font-size: 14px;
    line-height: 30px;
    margin-top: 6px;
  }
  .section-cookie p {
    font-size: 12px;
  }
  .section-cookie .listItem {
    font-size: 12px;
  }
  .section-cookie .btn-row .links {
    width: 200px;
  }
  .section-cookie .btn-row .btn {
    width: 80px;
  }
  .early-payment-program .container {
    flex-direction: column;
  }
  .early-payment-program .container .left {
    padding-right: 0;
  }
  .early-payment-program .container .left .header {
    text-align: center;
  }
  .early-payment-program .container .left .paragraph {
    display: none;
  }
  .early-payment-program .container .right {
    margin-bottom: 24px;
  }
  .early-payment-program .container .right img {
    width: 65%;
  }
  .tip-of-scf .container {
    justify-content: center;
  }
  .tip-of-scf .container .right {
    flex-basis: 70%;
  }
  .tip-of-scf .container .right .header {
    text-align: center;
  }
  .risk-increase .container {
    flex-direction: column;
  }
  .risk-increase .container .left {
    padding-right: 0;
  }
  .risk-increase .container .left .header {
    text-align: center;
  }
  .risk-increase .container .left .paragraph {
    display: none;
  }
  .risk-increase .container .right img {
    width: 65%;
    margin-bottom: 24px;
  }
  .market-table .table-wrap {
    width: 70%;
    min-width: 650px;
    margin: 0 auto;
  }
  .section-partners .container .row {
    justify-content: center;
  }
  .section-partners .container .row .item {
    flex-basis: 70%;
  }
  .section-who-we-are .container {
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
  }
  .section-who-we-are .container .left {
    padding: 32px 15px;
  }
  .section-who-we-are .container .left .header {
    text-align: center;
  }
  .section-who-we-are .container .left b {
    font-size: 14px;
  }
  .section-who-we-are .container .right {
    background-image: none;
    margin: 0 -15px;
  }
  .section-who-we-are .container .right img {
    width: 100%;
    height: auto;
    display: inline;
  }
  .section-news .container .row {
    padding: 0 15px;
  }
  .section-green-top .container {
    width: calc(100% - 30px);
  }
  .section-charts .container-sm {
    width: calc(100% - 30px);
  }
  .section-charts .container ul {
    justify-content: center;
  }
  .section-charts .container li {
    flex-basis: 55%;
  }
  .section-charts .container li:last-child .articleHeader {
    margin-top: 48px;
  }
  .section-resources-list {
    padding-top: 0;
  }
  .section-resources-list .header {
    text-align: center;
  }
  .main-article section .wrapper {
    padding: 78px 40px 72px;
    margin: 0;
  }
  .main-article {
    padding-left: 5%;
    padding-right: 5%;
  }
  .section-download .btns .btn:first-child {
    width: 227px;
  }
  .section-partners .container .row .item.item-last-row {
    border-bottom: 1px solid #D1D8E4;
  }
  .section-partners .container .row .item:last-child {
    border: none;
  }
  .section-ap-ar-workflow {
    padding-left: 0;
    padding-right: 0;
  }
  .section-ap-ar-workflow h3 {
    font-size: 20px;
  }
  .section-ap-ar-automation h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 992px) {
  .jumbotron {
    padding: 56px 8px 50px 30px;
    height: auto;
  }
  .jumbotron .display-4 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .jumbotron .display-4 br {
    display: none;
  }
  .jumbotron .lead {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 32px;
  }
  .jumbotron .lead br {
    display: none;
  }
  .jumbotron .btn {
    border: none;
    color: #282828;
    background-image: url('../assets/svg/blackRight.svg');
    background-color: #fff;
    font-size: 16px;
    padding: 0 44px 0 24px;
    background-position-x: calc(100% - 24px);
  }
  .section-top .btn-primary {
    padding: 0 32px 0 12px;
    background-position-x: calc(100% - 12px);
  }
  .section-clients-partner {
    padding: 58px 0 48px;
  }
  .section-clients-partner h1 {
    width: 100%;
    margin: 0 auto 22px;
  }
  .section-clients-partner .logos {
    width: 55%;
    min-width: 380px;
    margin: 0 auto;
  }
  .section-clients-partner .logos .logo-item {
    flex-basis: 50%;
    padding: 0 20px!important;
    text-align: center!important;
    margin: 10px 0;
  }
  .section-clients-partner .logos .logo-item:not(.mobile-row-item) img {
    width: 100%;
    height: auto;
  }
  .section-clients-partner .logos .logo-item.mobile-row-item {
    flex-basis: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .section-clients-partner .logos .logo-item.mobile-row-item img {
    margin: 6px 0;
    width: 50%;
    min-width: 206px;
    height: auto;
  }
  .section-clients-partner .logos .logo-item.mobile-row-item span {
    flex-basis: 100%;
    font-size: 16px;
    line-height: 28px;
  }
  .section-download {
    padding: 72px 0;
  }
  .section-download .container {
    text-align: center;
    width: calc(100% - 60px);
  }
  .section-download .container .inner {
    flex-wrap: wrap;
    position: relative;
  }
  .section-download .container .inner .left-block {
    flex-basis: 100%;
  }
  .section-download .container .inner .left-block h1 {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 24px;
  }
  .section-download .container .inner .left-block p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 22px;
  }
  .section-download .container .inner .left-block .logos {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .section-download .container .inner .left-block .logos.logos-deep-tier {
    justify-content: space-between;
  }
  .section-download .container .inner .left-block .logos.logos-deep-tier .logo-sbir3 {
    flex-basis: 21%;
  }
  .section-download .container .inner .left-block .logos.logos-deep-tier .logo-byfin {
    flex-basis: 33%;
  }
  .section-download .container .inner .left-block .logos.logos-deep-tier .logo-bluert {
    flex-basis: 22%;
  }
  .section-download .container .inner .left-block .logos.logos-deep-tier .sep {
    padding-top: 24px;
    margin: 0 12px;
  }
  .section-download .container .inner .left-block .logos:not(.logos-deep-tier) .logo-image {
    flex-basis: auto;
    width: calc(50% - 33px);
    margin: 5px 0;
  }
  .section-download .container .inner .left-block .logos:not(.logos-deep-tier) .sep-rt {
    display: none;
  }
  .section-download .container .inner .left-block .btns {
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 0px;
    flex-wrap: wrap;
  }
  .section-download .container .inner .left-block .btns .btn {
    width: 100%;
  }
  .section-download .container .inner .left-block .btns .btn:first-child {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .section-download .container .inner .left-block .btns.btns-deep-tier {
    bottom: 50px;
  }
  .section-download .container .inner .right-block {
    flex-basis: 100%;
    padding-bottom: 148px;
  }
  .early-payment-program .container {
    padding: 4px 0 56px;
  }
  .early-payment-program .container .left .breadcrumb {
    margin-bottom: 24px;
  }
  .early-payment-program .container .left h1 {
    margin-bottom: 24px;
  }
  .early-payment-program .container .right img {
    width: 100%;
  }
  .early-payment-program .show-sm-screen {
    padding: 0 15px;
  }
  .tip-of-scf {
    padding: 40px 0 236px;
  }
  .tip-of-scf .container .header {
    margin-bottom: 24px;
  }
  .tip-of-scf .container .header br {
    display: inline;
  }
  .tip-of-scf .container .right {
    flex-basis: 100%;
  }
  .risk-increase .container {
    padding: 64px 15px 48px;
  }
  .risk-increase .container .right img {
    width: 100%;
  }
  .market-table {
    padding: 72px 0 64px;
  }
  .market-table .container .header {
    margin-bottom: 0;
  }
  .market-table .container .table-wrap {
    width: 100%;
    min-width: unset;
  }
  .market-table .container .table-wrap .table-body-row {
    font-size: 14px;
  }
  .market-table .container .table-wrap .table-body-row .table-col:nth-of-type(even) {
    padding-left: 10px;
  }
  .market-table .container .table-wrap .table-body-row .table-col:nth-of-type(even) div {
    padding: 10px;
  }
  .market-table .container .table-wrap .table-body-row .table-col:nth-of-type(odd) {
    padding-right: 10px;
  }
  .market-table .container .table-wrap .table-body-row .table-col:nth-of-type(odd) div {
    padding: 10px;
  }
  .market-table .container .table-wrap .table-body-row .table-label {
    padding: 0;
    flex-basis: 34%;
  }
  .market-table .container .table-wrap .table-body-row .table-label.table-label-long {
    font-size: 12px;
  }
  .market-table .container .table-wrap .table-header {
    height: 80px;
  }
  .market-table .container .table-wrap .table-header .table-col {
    font-size: 12px;
    text-align: right;
  }
  .market-table .container .table-wrap .table-header .table-col:last-child {
    text-align: center;
  }
  .market-table .container .table-wrap .table-header .table-col img {
    width: 70%;
    height: auto;
    max-width: 164px;
  }
  .section-partners {
    padding: 32px 0 16px;
  }
  .section-partners .container .breadcrumb {
    margin-bottom: 24px;
  }
  .section-partners .container .header {
    margin-bottom: 8px;
  }
  .section-partners .container .row {
    padding: 0 15px;
  }
  .section-partners .container .row .item {
    padding: 0 0 8px;
    flex-basis: 100%;
  }
  .section-partners .container .row .item .logo {
    height: 108px;
    line-height: 108px;
  }
  .section-who-we-are .container .left {
    padding-bottom: 16px;
  }
  .section-who-we-are .container .left .breadcrumb {
    margin-bottom: 24px;
  }
  .section-who-we-are .container .left .header {
    margin-bottom: 16px;
    line-height: 1.5;
  }
  .section-news {
    padding: 54px 0 34px;
  }
  .section-news .container .header {
    text-align: center;
    margin-bottom: 32px;
  }
  .section-news .container .row h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .section-news .container .row .block {
    height: 204px;
    flex-basis: 100%;
    padding: 34px 24px;
    margin-bottom: 32px;
  }
  .section-news .container .btn {
    margin-top: 22px;
    height: 56px;
  }
  .section-charts .container-sm .header {
    margin-top: 30px;
  }
  .section-charts .container-sm .paragraph {
    margin-bottom: 0;
  }
  .section-charts .container:not(.container-sm) li {
    flex-basis: 100%;
  }
  .section-charts .container:not(.container-sm) li .articleHeader {
    font-size: 16px;
    min-height: 44px;
    margin: 48px 0 32px;
  }
  .section-charts .container:not(.container-sm) li:last-child {
    padding: 0;
    margin-bottom: 90px;
  }
  .section-charts .container:not(.container-sm) li:last-child br {
    display: inline;
  }
  .section-sustainability-partner {
    padding: 56px 0;
  }
  .section-sustainability-partner .container .header {
    margin-bottom: 0;
  }
  .section-sustainability-partner .container ul {
    flex-wrap: wrap;
  }
  .section-sustainability-partner .container ul li {
    flex-basis: 100%;
    margin-bottom: 16px;
  }
  .section-sustainability-partner .container ul li .item-logo.item-logo-gi {
    padding: 30px 0 19px;
  }
  .section-sustainability-partner .container ul li:last-child {
    margin-bottom: 0;
  }
  .section-support .container {
    padding: 0;
  }
  .section-support .header {
    margin-bottom: 24px;
  }
  .section-support article .faq-accordion {
    padding-bottom: 60px;
  }
  .section-support article .faq-accordion .card-header h3 {
    font-size: 16px;
    line-height: 20px;
    padding: 0 12px;
  }
  .section-support article .faq-accordion .card-header .icon {
    padding: 8px;
  }
  .section-resources-list .header {
    margin-bottom: 24px;
  }
  .section-resources-list #nav-tab:not(.dropdown):not(.nav-pagination) {
    display: none;
  }
  .section-resources-list .dropdown {
    display: block;
  }
  .section-resources-list .box-list ul.list li {
    flex-basis: 100%;
    margin-right: 0;
  }
  .main-article {
    padding: 0;
  }
  .main-article .background {
    display: none;
  }
  .main-article section .wrapper {
    padding: 32px 0;
    margin: 0;
  }
  .main-article section .wrapper .breadcrumb {
    font-size: 14px;
    line-height: 16px;
  }
  .main-article section .wrapper .btn-primary {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .main-article .relate {
    padding-top: 32px;
  }
  .main-article .relate .title h3 {
    font-size: 18px;
  }
  .main-article .relate .box-list ul.list li {
    flex-basis: 100%;
    margin-right: 0;
  }
  .main-article .relate .box-list ul.list li:last-child {
    margin-bottom: 4px;
  }
  .main-article section .wrapper .info {
    margin-bottom: 10px;
  }
  .main-article section .wrapper .info span {
    font-size: 14px;
    line-height: 26px;
  }
  .main-article section .wrapper .articleHeader {
    margin-top: 30px;
  }
  .main-article section .wrapper.wrapper-downhalf {
    padding-bottom: 30px;
  }
  .main-article section .infer-block {
    padding: 0;
  }
  .main-article section .infer-block div {
    padding-right: 20px;
  }
  .main-article .short-list-block {
    flex-direction: column;
  }
  .main-article .short-list-block .listItem {
    font-size: 14px;
    line-height: 20px;
  }
  .main-article .short-list-block .right .listItem {
    line-height: 24px;
  }
  .section-download-whitepaper .container {
    padding: 36px 0;
    flex-direction: column;
  }
  .section-download-whitepaper .container .link-download img {
    width: 42px;
    height: 40px;
    margin-right: 20px;
  }
  .section-download-whitepaper .container .link-download p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .early-payment-banner {
    height: 476px;
  }
  .early-payment-banner .left {
    margin: 15px;
  }
  .early-payment-banner .left h2 {
    font-size: 20px;
  }
  .early-payment-banner h4 {
    font-size: 18px;
  }
  .should-have-supply-chain-finance {
    padding: 40px 0;
  }
  .should-have-supply-chain-finance .container {
    padding-top: 30px;
  }
  .should-have-supply-chain-finance img {
    margin-bottom: 20px;
  }
  .should-have-supply-chain-finance h4 {
    font-size: 18px;
  }
  .five-facts-supply-chain-finance {
    padding: 40px 0;
  }
  .five-facts-supply-chain-finance .row {
    padding-top: 0;
    flex-direction: column;
  }
  .five-facts-supply-chain-finance h4 {
    font-size: 18px;
  }
  .section-ap-ar-workflow {
    padding: 80px 15px 40px;
  }
  .section-ap-ar-workflow .left {
    width: calc(100% - 30px) !important;
    padding-right: 0;
  }
  .section-ap-ar-workflow .left .breadcrumb {
    top: -50px;
  }
  .section-ap-ar-workflow .left h1 {
    text-align: center;
  }
  .section-ap-ar-workflow .left h1 br {
    display: inline;
  }
  .section-ap-ar-workflow .left h3 {
    font-size: 18px;
    text-align: center;
  }
  .section-ap-ar-workflow .left .paragraph {
    text-align: center;
  }
  .section-ap-ar-workflow .right {
    display: none;
  }
  .section-ap-ar-workflow .right-mobile {
    display: block;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .section-ap-ar-workflow .right-mobile .streamline-item .icon-dot {
    line-height: 20px;
  }
  .section-ap-ar-workflow .right-mobile .streamline-item .icon-dot img {
    width: 14px;
    height: 14px;
  }
  .section-ap-ar-workflow .right-mobile .streamline-item .content {
    width: 100%;
  }
  .section-ap-ar-workflow .right-mobile .streamline-item .content h4 {
    font-size: 16px;
    line-height: 1.4;
  }
  .section-ap-ar-automation {
    padding-bottom: 40px;
  }
  .section-ap-ar-automation .header {
    margin-bottom: 20px;
  }
  .section-ap-ar-automation .container .header br {
    display: none;
  }
  .section-investors .container {
    flex-direction: column;
  }
  .section-investors .container .left {
    padding-right: 0;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section-investors .container h4 {
    text-align: center;
    font-size: 20px;
  }
  .section-investors .container .btn {
    justify-content: center;
  }
  .section-investors .container img {
    width: 75px;
    height: auto;
  }
  .section-investors .container .sbi-wrapper img {
    width: 200px;
    height: auto;
  }
  .section-platform-chain {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .section-platform-chain .container {
    flex-direction: column;
    justify-content: center;
  }
  .section-platform-chain .container .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
  }
  .section-platform-chain .container h4 {
    font-size: 20px;
    text-align: center;
  }
  .section-platform-chain .container .right img {
    width: 55px;
    height: auto;
  }
  .section-platform-chain .container .right .pic_hzt {
    margin-right: 12px;
    width: 93px;
    height: auto;
  }
  .section-platform-chain .container .right .pic_tcloud {
    margin-right: 0;
    width: 75px;
    height: auto;
  }
}
@media only screen and (max-width: 1510px) {
  .section-why-us .container {
    width: calc(100% - 30px);
  }
  .section-bottom .container h1 {
    font-size: 28px;
  }
  .section-charts .container:not(.container-sm) {
    width: calc(100% - 30px);
  }
  .section-charts .container:not(.container-sm) .articleHeader {
    font-size: 20px;
    min-height: 48px;
  }
  .main-article section .wrapper,
  .main-article section .infer-block {
    min-width: unset;
    width: 100%;
  }
  .section-download-whitepaper .container {
    min-width: unset;
  }
  .section-ap-ar-workflow {
    flex-direction: column;
  }
  .section-ap-ar-workflow .left {
    width: 976px;
    margin: 0 auto;
  }
  .section-ap-ar-workflow .left br {
    display: none;
  }
  .section-ap-ar-workflow .right {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 450px) {
  .section-clients-partner .logos {
    width: 100%;
    min-width: 275px;
  }
  .section-clients-partner .logos .logo-item:nth-child(odd):not(.mobile-row-item) img {
    width: 100%;
    height: auto;
  }
  .section-clients-partner .logos .logo-item:nth-child(even):not(.mobile-row-item) img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1400px) {
  .should-have-supply-chain-finance .container,
  .five-facts-supply-chain-finance .container {
    width: calc(100% - 30px);
  }
  .section-download .container {
    width: calc(100% - 30px);
  }
}
@media screen and (min-width: 993px) and (max-width: 1800px) {
  .section-ap-ar-workflow {
    padding-left: 10%;
    padding-right: 6%;
  }
}
@media only screen and (min-width: 1511px) and (max-width: 1650px) {
  .section-ap-ar-workflow {
    padding-left: 3%;
    padding-right: 2%;
  }
  .section-ap-ar-automation .container {
    width: 95%;
  }
}
@media screen and (max-width: 1600px) {
  .section-who-we-are .left .header br {
    display: none;
  }
  .five-facts-supply-chain-finance .col-lg-4.col-md-12 h4 br {
    display: none;
  }
}
@media screen and (max-width: 1460px) {
  .section-ap-ar-automation .container {
    width: calc(100% - 30px);
  }
  .section-ap-ar-automation .container .paragraph br {
    display: none;
  }
}
