.announcement-wrapper {
  display: contents;
}
 
.announcement-thq-announcement-elm {
  gap: var(--dl-layout-space-halfunit);
  flex: 1;
  cursor: pointer;
  display: flex;
  position: relative;
  transition: 0.3s;
  align-items: flex-start;
  padding-top: 16px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: row;
  padding-bottom: 12px;
  justify-content: center;
  background-color: #375EE0;
}
 
.announcement-thq-announcement-elm:hover {
  box-shadow: 5px 5px 10px 0px #d4d4d4;
}
 
.announcement-thq-title-elm {
  color: #8AEDE8;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
 
.announcement-thq-button-elm {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: center;
  border-color: #8AEDE8;
  flex-direction: row;
  padding-bottom: 4px;
  border-bottom-width: 1px;
}
 
.announcement-thq-button-text-elm {
  color: rgb(138, 237, 232);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  text-decoration: none;
}
 
.announcementroot-class-name {
  flex: 0 0 auto;
  width: 100%;
}
 
.announcementroot-class-name1 {
  flex: 0 0 auto;
  width: 100%;
}
 
.announcementroot-class-name2 {
  flex: 0 0 auto;
  width: 100%;
}
 
.announcementroot-class-name3 {
  flex: 0 0 auto;
  width: 100%;
}
 
.announcementroot-class-name4 {
  flex: 0 0 auto;
  width: 100%;
}
 
.announcementroot-class-name5 {
  flex: 0 0 auto;
  width: 100%;
}
 
.announcementroot-class-name6 {
  flex: 0 0 auto;
  width: 100%;
}
 
.announcementroot-class-name7 {
  flex: 0 0 auto;
  width: 100%;
}
 
.announcementroot-class-name8 {
  flex: 0 0 auto;
  width: 100%;
}
 
.announcementroot-class-name9 {
  flex: 0 0 auto;
  width: 100%;
}
 
.announcementroot-class-name10 {
  flex: 0 0 auto;
  width: 100%;
}
 
.announcementroot-class-name11 {
  flex: 0 0 auto;
  width: 100%;
}
 
.announcementroot-class-name12 {
  flex: 0 0 auto;
  width: 100%;
}
 
.announcementroot-class-name13 {
  flex: 0 0 auto;
  width: 100%;
}
 
@media(max-width: 1600px) {
  .announcement-thq-title-elm {
    font-size: 10px;
  }
  .announcement-thq-button-text-elm {
    font-size: 10px;
  }
  .announcementroot-class-name3 {
    max-width: 100%;
  }
  .announcementroot-class-name11 {
    max-width: 100%;
  }
  .announcementroot-class-name12 {
    max-width: 100%;
  }
  .announcementroot-class-name13 {
    max-width: 100%;
  }
}
 
@media(max-width: 479px) {
  .announcement-thq-announcement-elm {
    width: 100%;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
    flex-direction: column;
  }
  .announcement-thq-title-elm {
    color: rgb(138, 237, 232);
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
  }
  .announcement-thq-button-text-elm {
    color: rgb(138, 237, 232);
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    text-decoration: none;
  }
}

.navbar-wrapper {
  display: contents;
}
 
.navbar-container {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar-thq-navbar-interactive-elm {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-twounits);
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: space-between;
}
 
.navbar-navlink1 {
  display: contents;
}
 
.navbar-image1 {
  height: 3rem;
  object-fit: cover;
  text-decoration: none;
}
 
.navbar-navlink2 {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  padding-left: var(--dl-layout-space-halfunit);
  text-decoration: none;
}
 
.navbar-thq-desktop-menu-elm {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
 
.navbar-thq-links-elm1 {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.navbar-thq-link1-elm1 {
  fill: var(--dl-color-gray-black);
  color: var(--dl-color-gray-black);
  font-size: 12px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  text-decoration: none;
}
 
.navbar-thq-dropdown-elm1 {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-layout-radius-radius2);
}
 
.navbar-thq-dropdown-toggle-elm1 {
  fill: #595959;
  color: #595959;
  width: 100%;
  display: inline-flex;
  align-items: center;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: 0px;
  border-radius: var(--dl-layout-radius-radius2);
  padding-right: 0px;
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.navbar-text10 {
  fill: var(--dl-color-gray-black);
  color: var(--dl-color-gray-black);
  font-size: 12px;
  font-style: normal;
  text-align: center;
  font-family: "Poppins";
  font-weight: 600;
  margin-right: 4px;
  vertical-align: middle;
}
 
.navbar-thq-dropdown-arrow-elm {
  transition: 0.3s;
}
 
.navbar-icon10 {
  width: 18px;
  height: 18px;
  transition: 0.3s;
}
 
.navbar-thq-dropdown-list-elm {
  left: 0%;
  width: max-content;
  display: none;
  z-index: 100;
  position: absolute;
  min-width: 100%;
  transition: 0.3s;
  align-items: stretch;
  border-color: #D9D9D9;
  border-width: 1px;
  border-radius: var(--dl-layout-radius-radius4);
  flex-direction: column;
  list-style-type: none;
  background-color: var(--dl-color-gray-white);
  list-style-position: inside;
}
 
.navbar-thq-dropdown-elm2 {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-layout-radius-radius2);
}
 
.navbar-thq-dropdown-toggle-elm2 {
  fill: #595959;
  color: #595959;
  width: 100%;
  display: inline-flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-radius4);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-halfunit);
  text-decoration: none;
}
 
.navbar-thq-dropdown-toggle-elm2:hover {
  fill: #fff;
  color: #fff;
  background-color: #eae8e1;
}
 
.navbar-text11 {
  fill: var(--dl-color-gray-black);
  color: var(--dl-color-gray-black);
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.navbar-thq-dropdown-elm3 {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-layout-radius-radius2);
}
 
.navbar-thq-dropdown-toggle-elm3 {
  fill: #595959;
  color: #595959;
  width: 100%;
  display: inline-flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-radius4);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-halfunit);
  text-decoration: none;
}
 
.navbar-thq-dropdown-toggle-elm3:hover {
  fill: #fff;
  color: #fff;
  background-color: #eae8e1;
}
 
.navbar-text12 {
  fill: var(--dl-color-gray-black);
  color: var(--dl-color-gray-black);
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.navbar-thq-dropdown-elm4 {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-layout-radius-radius2);
}
 
.navbar-thq-dropdown-toggle-elm4 {
  fill: #595959;
  color: #595959;
  width: 100%;
  display: inline-flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-radius4);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-halfunit);
  text-decoration: none;
}
 
.navbar-thq-dropdown-toggle-elm4:hover {
  fill: #fff;
  color: #fff;
  background-color: #eae8e1;
}
 
.navbar-text13 {
  fill: var(--dl-color-gray-black);
  color: var(--dl-color-gray-black);
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.navbar-thq-link3-elm1 {
  fill: var(--dl-color-gray-black);
  color: var(--dl-color-gray-black);
  font-size: 12px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  text-decoration: none;
}
 
.navbar-thq-link4-elm1 {
  fill: var(--dl-color-gray-black);
  color: var(--dl-color-gray-black);
  font-size: 12px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  text-decoration: none;
}
 
.navbar-thq-link5-elm1 {
  fill: var(--dl-color-gray-black);
  color: var(--dl-color-gray-black);
  font-size: 12px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  text-decoration: none;
}
 
.navbar-thq-buttons-elm1 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.navbar-thq-action1-elm1 {
  display: flex;
  border-width: 0px;
  flex-direction: row;
  text-decoration: none;
  background-color: var(--dl-color-gray-black);
}
 
.navbar-text14 {
  font-size: 11px;
}
 
.navbar-thq-burger-menu-elm {
  display: none;
}
 
.navbar-icon12 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar-thq-mobile-menu-elm {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: flex;
  padding: var(--dl-layout-space-twounits);
  z-index: 100;
  position: absolute;
  transform: translateX(100%);
  transition: 0.5s;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar-thq-nav-elm {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.navbar-thq-top-elm {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
.navbar-navlink6 {
  display: contents;
}
 
.navbar-image2 {
  width: auto;
  height: 3rem;
  object-fit: cover;
  text-decoration: none;
}
 
.navbar-thq-close-menu-elm {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.navbar-icon14 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar-thq-links-elm2 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.navbar-thq-link1-elm2 {
  font-size: 12px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  text-decoration: none;
}
 
.navbar-thq-link2-elm1 {
  font-size: 12px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  text-decoration: none;
}
 
.navbar-thq-link2-elm2 {
  font-size: 12px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  text-decoration: none;
}
 
.navbar-thq-link2-elm3 {
  font-size: 12px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  text-decoration: none;
}
 
.navbar-thq-link3-elm2 {
  font-size: 12px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  text-decoration: none;
}
 
.navbar-thq-link4-elm2 {
  font-size: 12px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  text-decoration: none;
}
 
.navbar-thq-link5-elm2 {
  font-size: 12px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  text-decoration: none;
}
 
.navbar-thq-buttons-elm2 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  margin-top: var(--dl-layout-space-twounits);
  align-items: center;
  flex-direction: row;
}
 
.navbar-thq-action1-elm2 {
  border-width: 0px;
  background-color: var(--dl-color-gray-black);
}
 
.navbar-thq-icon-group-elm {
  gap: var(--dl-layout-space-twounits);
  display: flex;
}
 
.fintech-industry-solutions-fragment18 {
  display: contents;
}
 
.fintech-industry-solutions-text108 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment12 {
  display: contents;
}
 
.fintech-industry-solutions-text102 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment22 {
  display: contents;
}
 
.fintech-industry-solutions-text112 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment20 {
  display: contents;
}
 
.fintech-industry-solutions-text110 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment21 {
  display: contents;
}
 
.fintech-industry-solutions-text111 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment19 {
  display: contents;
}
 
.fintech-industry-solutions-text109 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment13 {
  display: contents;
}
 
.fintech-industry-solutions-text103 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment16 {
  display: contents;
}
 
.fintech-industry-solutions-text106 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment10 {
  display: contents;
}
 
.fintech-industry-solutions-text100 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment17 {
  display: contents;
}
 
.fintech-industry-solutions-text107 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment11 {
  display: contents;
}
 
.fintech-industry-solutions-text101 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment15 {
  display: contents;
}
 
.fintech-industry-solutions-text105 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment14 {
  display: contents;
}
 
.fintech-industry-solutions-text104 {
  display: inline-block;
}
 

 

 

 

 

 

 

 

 

 
.navbarroot-class-name9 {
  background-color: white;
}
 
@media(max-width: 1600px) {
  .navbar-container {
    background-color: var(--dl-color-gray-white);
  }
  .navbar-image1 {
    width: auto;
    height: 3rem;
  }
  .navbar-navlink2 {
    padding-left: var(--dl-layout-space-halfunit);
  }
  .navbar-thq-link1-elm1 {
    font-size: 12px;
    font-family: Poppins;
  }
  .navbar-thq-dropdown-toggle-elm1 {
    padding-right: 0px;
  }
  .navbar-text10 {
    fill: var(--dl-color-gray-black);
    color: var(--dl-color-gray-black);
    font-style: normal;
    font-weight: 600;
  }
  .navbar-thq-dropdown-list-elm {
    left: 0%;
    display: none;
  }
  .navbar-text11 {
    fill: var(--dl-color-gray-black);
    color: var(--dl-color-gray-black);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
  }
  .navbar-text12 {
    fill: var(--dl-color-gray-black);
    color: var(--dl-color-gray-black);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
  }
  .navbar-text13 {
    fill: var(--dl-color-gray-black);
    color: var(--dl-color-gray-black);
    font-style: normal;
    font-weight: 600;
  }
  .navbar-thq-link3-elm1 {
    font-size: 12px;
    font-family: Poppins;
  }
  .navbar-thq-link4-elm1 {
    font-size: 12px;
    font-family: Poppins;
  }
  .navbar-thq-link5-elm1 {
    font-size: 12px;
    font-family: Poppins;
  }
  .navbar-thq-action1-elm1 {
    border-width: 0px;
    border-radius: var(--dl-layout-radius-buttonradius);
    background-color: var(--dl-color-gray-black);
  }
  .navbar-text14 {
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0px;
  }
  .fintech-industry-solutions-text102 {
    font-family: Poppins;
  }
  .fintech-industry-solutions-text110 {
    font-family: Poppins;
  }
  .fintech-industry-solutions-text111 {
    font-family: Poppins;
  }
  .fintech-industry-solutions-text103 {
    font-family: Poppins;
  }
  .fintech-industry-solutions-text106 {
    font-size: 12px;
    font-family: Poppins;
  }
  .fintech-industry-solutions-text100 {
    font-size: 13px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 700;
    letter-spacing: 0px;
  }
  .fintech-industry-solutions-text101 {
    font-family: Poppins;
  }
  .fintech-industry-solutions-text105 {
    font-family: Poppins;
  }
  .fintech-industry-solutions-text104 {
    font-family: Poppins;
  }
  .navbarroot-class-name9 {
    background-color: transparent;
  }
}
 
@media(max-width: 767px) {
  .navbar-thq-navbar-interactive-elm {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .navbar-navlink2 {
    width: 100%;
  }
  .navbar-thq-desktop-menu-elm {
    display: none;
  }
  .navbar-thq-burger-menu-elm {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
 
@media(max-width: 479px) {
  .navbar-thq-navbar-interactive-elm {
    padding: var(--dl-layout-space-unit);
    padding-left: 16px;
    padding-right: 16px;
  }
  .navbar-image1 {
    width: auto;
  }
  .navbar-navlink2 {
    width: 100%;
    display: none;
  }
  .navbar-thq-mobile-menu-elm {
    padding: var(--dl-layout-space-unit);
  }
  .navbar-text15 {
    font-size: 10px;
  }
}

.feature-wrapper {
  display: contents;
}
 
.feature-thq-feature-elm {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-unit);
  position: relative;
  max-width: 240px;
  transition: 0.3s;
  align-items: flex-start;
  user-select: none;
  border-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-thq-feature-elm:hover {
  border-color: #ade2df;
}
 
.feature-image {
  height: 32px;
  object-fit: cover;
}
 
.feature-thq-content-elm {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-thq-title-elm {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.feature-thq-description-elm {
  font-family: Poppins;
}
 
.fintech-industry-solutions-fragment23 {
  display: contents;
}
 
.fintech-industry-solutions-text121 {
  display: inline-block;
}
 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 
.featureroot-class-name24 {
  max-width: 330px;
}
 
.featureroot-class-name25 {
  max-width: 330px;
}
 
.featureroot-class-name26 {
  max-width: 330px;
}
 

 

 

 

 

 

 

 

 

 

 

 

 

 
@media(max-width: 1600px) {
  .feature-thq-title-elm {
    font-size: 20px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .feature-thq-description-elm {
    font-family: Poppins;
  }
  .fintech-industry-solutions-text122 {
    font-weight: 700;
  }
  .featureroot-class-name {
    max-width: 330px;
  }
  .featureroot-class-name1 {
    max-width: 330px;
  }
  .featureroot-class-name2 {
    max-width: 330px;
  }
  .featureroot-class-name3 {
    max-width: 330px;
  }
  .featureroot-class-name4 {
    max-width: 330px;
  }
  .featureroot-class-name5 {
    max-width: 330px;
  }
  .featureroot-class-name6 {
    max-width: 330px;
  }
  .featureroot-class-name7 {
    max-width: 330px;
  }
  .featureroot-class-name8 {
    max-width: 330px;
  }
  .featureroot-class-name9 {
    max-width: 330px;
  }
  .featureroot-class-name10 {
    max-width: 330px;
  }
  .featureroot-class-name11 {
    max-width: 330px;
  }
  .featureroot-class-name12 {
    max-width: 330px;
  }
  .featureroot-class-name13 {
    max-width: 330px;
  }
  .featureroot-class-name14 {
    max-width: 330px;
  }
  .featureroot-class-name15 {
    max-width: 330px;
  }
  .featureroot-class-name16 {
    max-width: 330px;
  }
  .featureroot-class-name17 {
    max-width: 330px;
  }
  .featureroot-class-name18 {
    max-width: 330px;
  }
  .featureroot-class-name19 {
    max-width: 330px;
  }
  .featureroot-class-name20 {
    max-width: 330px;
  }
  .featureroot-class-name21 {
    max-width: 330px;
  }
  .featureroot-class-name22 {
    max-width: 330px;
  }
  .featureroot-class-name23 {
    max-width: 330px;
  }
  .featureroot-class-name24 {
    max-width: 330px;
  }
  .featureroot-class-name25 {
    max-width: 330px;
  }
  .featureroot-class-name26 {
    max-width: 330px;
  }
  .featureroot-class-name27 {
    max-width: 330px;
  }
  .featureroot-class-name28 {
    max-width: 330px;
  }
  .featureroot-class-name29 {
    max-width: 330px;
  }
  .featureroot-class-name30 {
    max-width: 330px;
  }
  .featureroot-class-name31 {
    max-width: 330px;
  }
  .featureroot-class-name32 {
    max-width: 330px;
  }
  .featureroot-class-name33 {
    max-width: 330px;
  }
  .featureroot-class-name34 {
    max-width: 330px;
  }
  .featureroot-class-name35 {
    max-width: 330px;
  }
}
 
@media(max-width: 1200px) {
  .featureroot-class-name12 {
    max-width: 280px;
  }
  .featureroot-class-name13 {
    max-width: 280px;
  }
  .featureroot-class-name14 {
    max-width: 280px;
  }
  .featureroot-class-name15 {
    max-width: 280px;
  }
  .featureroot-class-name16 {
    max-width: 280px;
  }
  .featureroot-class-name17 {
    max-width: 280px;
  }
  .featureroot-class-name36 {
    width: auto;
  }
  .featureroot-class-name37 {
    width: auto;
  }
  .featureroot-class-name38 {
    width: auto;
  }
  .featureroot-class-name39 {
    width: auto;
  }
}
 
@media(max-width: 991px) {
  .featureroot-class-name {
    width: 100%;
    max-width: 250px;
  }
  .featureroot-class-name1 {
    width: auto;
    max-width: 250px;
  }
  .featureroot-class-name2 {
    max-width: 250px;
  }
  .featureroot-class-name12 {
    max-width: 220px;
  }
  .featureroot-class-name13 {
    max-width: 220px;
  }
  .featureroot-class-name14 {
    max-width: 220px;
  }
  .featureroot-class-name18 {
    max-width: 280px;
  }
  .featureroot-class-name19 {
    max-width: 230px;
  }
  .featureroot-class-name20 {
    width: 100%;
    max-width: 280px;
  }
  .featureroot-class-name24 {
    max-width: 260px;
  }
  .featureroot-class-name25 {
    max-width: 260px;
  }
  .featureroot-class-name26 {
    max-width: 260px;
  }
  .featureroot-class-name36 {
    max-width: 200px;
  }
}
 
@media(max-width: 767px) {
  .feature-thq-feature-elm {
    gap: var(--dl-layout-space-oneandhalfunits);
    max-width: 100%;
  }
  .feature-thq-content-elm {
    gap: var(--dl-layout-space-halfunit);
  }
  .feature-thq-title-elm {
    font-size: 18px;
    line-height: 27px;
  }
  .feature-thq-description-elm {
    line-height: 24px;
  }
}
 
@media(max-width: 479px) {
  .feature-thq-feature-elm {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.feature-wrapper-sz5y {
  display: contents;
}
 
.feature-thq-feature-elm1 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-unit);
  position: relative;
  max-width: 240px;
  transition: 0.3s;
  align-items: flex-start;
  user-select: none;
  border-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-thq-feature-elm1:hover {
  border-color: #ade2df;
}
 
.feature-image1 {
  height: 32px;
  object-fit: cover;
}
 
.feature-thq-content-elm1 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-thq-title-elm1 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.feature-thq-description-elm1 {
  font-family: Poppins;
}
 
.fintech-industry-solutions-fragment24 {
  display: contents;
}
 
.fintech-industry-solutions-text124 {
  display: inline-block;
}
 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 
.featureroot-class-name24 {
  max-width: 330px;
}
 
.featureroot-class-name25 {
  max-width: 330px;
}
 
.featureroot-class-name26 {
  max-width: 330px;
}
 

 

 

 

 

 

 

 

 

 

 

 

 

 
@media(max-width: 1600px) {
  .feature-thq-title-elm1 {
    font-size: 20px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .feature-thq-description-elm1 {
    font-family: Poppins;
  }
  .fintech-industry-solutions-text126 {
    font-weight: 700;
  }
  .featureroot-class-name {
    max-width: 330px;
  }
  .featureroot-class-name1 {
    max-width: 330px;
  }
  .featureroot-class-name2 {
    max-width: 330px;
  }
  .featureroot-class-name3 {
    max-width: 330px;
  }
  .featureroot-class-name4 {
    max-width: 330px;
  }
  .featureroot-class-name5 {
    max-width: 330px;
  }
  .featureroot-class-name6 {
    max-width: 330px;
  }
  .featureroot-class-name7 {
    max-width: 330px;
  }
  .featureroot-class-name8 {
    max-width: 330px;
  }
  .featureroot-class-name9 {
    max-width: 330px;
  }
  .featureroot-class-name10 {
    max-width: 330px;
  }
  .featureroot-class-name11 {
    max-width: 330px;
  }
  .featureroot-class-name12 {
    max-width: 330px;
  }
  .featureroot-class-name13 {
    max-width: 330px;
  }
  .featureroot-class-name14 {
    max-width: 330px;
  }
  .featureroot-class-name15 {
    max-width: 330px;
  }
  .featureroot-class-name16 {
    max-width: 330px;
  }
  .featureroot-class-name17 {
    max-width: 330px;
  }
  .featureroot-class-name18 {
    max-width: 330px;
  }
  .featureroot-class-name19 {
    max-width: 330px;
  }
  .featureroot-class-name20 {
    max-width: 330px;
  }
  .featureroot-class-name21 {
    max-width: 330px;
  }
  .featureroot-class-name22 {
    max-width: 330px;
  }
  .featureroot-class-name23 {
    max-width: 330px;
  }
  .featureroot-class-name24 {
    max-width: 330px;
  }
  .featureroot-class-name25 {
    max-width: 330px;
  }
  .featureroot-class-name26 {
    max-width: 330px;
  }
  .featureroot-class-name27 {
    max-width: 330px;
  }
  .featureroot-class-name28 {
    max-width: 330px;
  }
  .featureroot-class-name29 {
    max-width: 330px;
  }
  .featureroot-class-name30 {
    max-width: 330px;
  }
  .featureroot-class-name31 {
    max-width: 330px;
  }
  .featureroot-class-name32 {
    max-width: 330px;
  }
  .featureroot-class-name33 {
    max-width: 330px;
  }
  .featureroot-class-name34 {
    max-width: 330px;
  }
  .featureroot-class-name35 {
    max-width: 330px;
  }
}
 
@media(max-width: 1200px) {
  .featureroot-class-name12 {
    max-width: 280px;
  }
  .featureroot-class-name13 {
    max-width: 280px;
  }
  .featureroot-class-name14 {
    max-width: 280px;
  }
  .featureroot-class-name15 {
    max-width: 280px;
  }
  .featureroot-class-name16 {
    max-width: 280px;
  }
  .featureroot-class-name17 {
    max-width: 280px;
  }
  .featureroot-class-name36 {
    width: auto;
  }
  .featureroot-class-name37 {
    width: auto;
  }
  .featureroot-class-name38 {
    width: auto;
  }
  .featureroot-class-name39 {
    width: auto;
  }
}
 
@media(max-width: 991px) {
  .featureroot-class-name {
    width: 100%;
    max-width: 250px;
  }
  .featureroot-class-name1 {
    width: auto;
    max-width: 250px;
  }
  .featureroot-class-name2 {
    max-width: 250px;
  }
  .featureroot-class-name12 {
    max-width: 220px;
  }
  .featureroot-class-name13 {
    max-width: 220px;
  }
  .featureroot-class-name14 {
    max-width: 220px;
  }
  .featureroot-class-name18 {
    max-width: 280px;
  }
  .featureroot-class-name19 {
    max-width: 230px;
  }
  .featureroot-class-name20 {
    width: 100%;
    max-width: 280px;
  }
  .featureroot-class-name24 {
    max-width: 260px;
  }
  .featureroot-class-name25 {
    max-width: 260px;
  }
  .featureroot-class-name26 {
    max-width: 260px;
  }
  .featureroot-class-name36 {
    max-width: 200px;
  }
}
 
@media(max-width: 767px) {
  .feature-thq-feature-elm1 {
    gap: var(--dl-layout-space-oneandhalfunits);
    max-width: 100%;
  }
  .feature-thq-content-elm1 {
    gap: var(--dl-layout-space-halfunit);
  }
  .feature-thq-title-elm1 {
    font-size: 18px;
    line-height: 27px;
  }
  .feature-thq-description-elm1 {
    line-height: 24px;
  }
}
 
@media(max-width: 479px) {
  .feature-thq-feature-elm1 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.feature-wrapper-5242 {
  display: contents;
}
 
.feature-thq-feature-elm2 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-unit);
  position: relative;
  max-width: 240px;
  transition: 0.3s;
  align-items: flex-start;
  user-select: none;
  border-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-thq-feature-elm2:hover {
  border-color: #ade2df;
}
 
.feature-image2 {
  height: 32px;
  object-fit: cover;
}
 
.feature-thq-content-elm2 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-thq-title-elm2 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.feature-thq-description-elm2 {
  font-family: Poppins;
}
 
.fintech-industry-solutions-fragment25 {
  display: contents;
}
 
.fintech-industry-solutions-text129 {
  display: inline-block;
}
 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 
.featureroot-class-name24 {
  max-width: 330px;
}
 
.featureroot-class-name25 {
  max-width: 330px;
}
 
.featureroot-class-name26 {
  max-width: 330px;
}
 

 

 

 

 

 

 

 

 

 

 

 

 

 
@media(max-width: 1600px) {
  .feature-thq-title-elm2 {
    font-size: 20px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .feature-thq-description-elm2 {
    font-family: Poppins;
  }
  .fintech-industry-solutions-text130 {
    font-weight: 700;
  }
  .featureroot-class-name {
    max-width: 330px;
  }
  .featureroot-class-name1 {
    max-width: 330px;
  }
  .featureroot-class-name2 {
    max-width: 330px;
  }
  .featureroot-class-name3 {
    max-width: 330px;
  }
  .featureroot-class-name4 {
    max-width: 330px;
  }
  .featureroot-class-name5 {
    max-width: 330px;
  }
  .featureroot-class-name6 {
    max-width: 330px;
  }
  .featureroot-class-name7 {
    max-width: 330px;
  }
  .featureroot-class-name8 {
    max-width: 330px;
  }
  .featureroot-class-name9 {
    max-width: 330px;
  }
  .featureroot-class-name10 {
    max-width: 330px;
  }
  .featureroot-class-name11 {
    max-width: 330px;
  }
  .featureroot-class-name12 {
    max-width: 330px;
  }
  .featureroot-class-name13 {
    max-width: 330px;
  }
  .featureroot-class-name14 {
    max-width: 330px;
  }
  .featureroot-class-name15 {
    max-width: 330px;
  }
  .featureroot-class-name16 {
    max-width: 330px;
  }
  .featureroot-class-name17 {
    max-width: 330px;
  }
  .featureroot-class-name18 {
    max-width: 330px;
  }
  .featureroot-class-name19 {
    max-width: 330px;
  }
  .featureroot-class-name20 {
    max-width: 330px;
  }
  .featureroot-class-name21 {
    max-width: 330px;
  }
  .featureroot-class-name22 {
    max-width: 330px;
  }
  .featureroot-class-name23 {
    max-width: 330px;
  }
  .featureroot-class-name24 {
    max-width: 330px;
  }
  .featureroot-class-name25 {
    max-width: 330px;
  }
  .featureroot-class-name26 {
    max-width: 330px;
  }
  .featureroot-class-name27 {
    max-width: 330px;
  }
  .featureroot-class-name28 {
    max-width: 330px;
  }
  .featureroot-class-name29 {
    max-width: 330px;
  }
  .featureroot-class-name30 {
    max-width: 330px;
  }
  .featureroot-class-name31 {
    max-width: 330px;
  }
  .featureroot-class-name32 {
    max-width: 330px;
  }
  .featureroot-class-name33 {
    max-width: 330px;
  }
  .featureroot-class-name34 {
    max-width: 330px;
  }
  .featureroot-class-name35 {
    max-width: 330px;
  }
}
 
@media(max-width: 1200px) {
  .featureroot-class-name12 {
    max-width: 280px;
  }
  .featureroot-class-name13 {
    max-width: 280px;
  }
  .featureroot-class-name14 {
    max-width: 280px;
  }
  .featureroot-class-name15 {
    max-width: 280px;
  }
  .featureroot-class-name16 {
    max-width: 280px;
  }
  .featureroot-class-name17 {
    max-width: 280px;
  }
  .featureroot-class-name36 {
    width: auto;
  }
  .featureroot-class-name37 {
    width: auto;
  }
  .featureroot-class-name38 {
    width: auto;
  }
  .featureroot-class-name39 {
    width: auto;
  }
}
 
@media(max-width: 991px) {
  .featureroot-class-name {
    width: 100%;
    max-width: 250px;
  }
  .featureroot-class-name1 {
    width: auto;
    max-width: 250px;
  }
  .featureroot-class-name2 {
    max-width: 250px;
  }
  .featureroot-class-name12 {
    max-width: 220px;
  }
  .featureroot-class-name13 {
    max-width: 220px;
  }
  .featureroot-class-name14 {
    max-width: 220px;
  }
  .featureroot-class-name18 {
    max-width: 280px;
  }
  .featureroot-class-name19 {
    max-width: 230px;
  }
  .featureroot-class-name20 {
    width: 100%;
    max-width: 280px;
  }
  .featureroot-class-name24 {
    max-width: 260px;
  }
  .featureroot-class-name25 {
    max-width: 260px;
  }
  .featureroot-class-name26 {
    max-width: 260px;
  }
  .featureroot-class-name36 {
    max-width: 200px;
  }
}
 
@media(max-width: 767px) {
  .feature-thq-feature-elm2 {
    gap: var(--dl-layout-space-oneandhalfunits);
    max-width: 100%;
  }
  .feature-thq-content-elm2 {
    gap: var(--dl-layout-space-halfunit);
  }
  .feature-thq-title-elm2 {
    font-size: 18px;
    line-height: 27px;
  }
  .feature-thq-description-elm2 {
    line-height: 24px;
  }
}
 
@media(max-width: 479px) {
  .feature-thq-feature-elm2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.feature-wrapper-a12u {
  display: contents;
}
 
.feature-thq-feature-elm3 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-unit);
  position: relative;
  max-width: 240px;
  transition: 0.3s;
  align-items: flex-start;
  user-select: none;
  border-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-thq-feature-elm3:hover {
  border-color: #ade2df;
}
 
.feature-image3 {
  height: 32px;
  object-fit: cover;
}
 
.feature-thq-content-elm3 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-thq-title-elm3 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.feature-thq-description-elm3 {
  font-family: Poppins;
}
 
.fintech-industry-solutions-fragment26 {
  display: contents;
}
 
.fintech-industry-solutions-text139 {
  display: inline-block;
}
 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 
.featureroot-class-name24 {
  max-width: 330px;
}
 
.featureroot-class-name25 {
  max-width: 330px;
}
 
.featureroot-class-name26 {
  max-width: 330px;
}
 

 

 

 

 

 

 

 

 

 

 

 

 

 
@media(max-width: 1600px) {
  .feature-thq-title-elm3 {
    font-size: 20px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .feature-thq-description-elm3 {
    font-family: Poppins;
  }
  .fintech-industry-solutions-text140 {
    font-weight: 700;
  }
  .featureroot-class-name {
    max-width: 330px;
  }
  .featureroot-class-name1 {
    max-width: 330px;
  }
  .featureroot-class-name2 {
    max-width: 330px;
  }
  .featureroot-class-name3 {
    max-width: 330px;
  }
  .featureroot-class-name4 {
    max-width: 330px;
  }
  .featureroot-class-name5 {
    max-width: 330px;
  }
  .featureroot-class-name6 {
    max-width: 330px;
  }
  .featureroot-class-name7 {
    max-width: 330px;
  }
  .featureroot-class-name8 {
    max-width: 330px;
  }
  .featureroot-class-name9 {
    max-width: 330px;
  }
  .featureroot-class-name10 {
    max-width: 330px;
  }
  .featureroot-class-name11 {
    max-width: 330px;
  }
  .featureroot-class-name12 {
    max-width: 330px;
  }
  .featureroot-class-name13 {
    max-width: 330px;
  }
  .featureroot-class-name14 {
    max-width: 330px;
  }
  .featureroot-class-name15 {
    max-width: 330px;
  }
  .featureroot-class-name16 {
    max-width: 330px;
  }
  .featureroot-class-name17 {
    max-width: 330px;
  }
  .featureroot-class-name18 {
    max-width: 330px;
  }
  .featureroot-class-name19 {
    max-width: 330px;
  }
  .featureroot-class-name20 {
    max-width: 330px;
  }
  .featureroot-class-name21 {
    max-width: 330px;
  }
  .featureroot-class-name22 {
    max-width: 330px;
  }
  .featureroot-class-name23 {
    max-width: 330px;
  }
  .featureroot-class-name24 {
    max-width: 330px;
  }
  .featureroot-class-name25 {
    max-width: 330px;
  }
  .featureroot-class-name26 {
    max-width: 330px;
  }
  .featureroot-class-name27 {
    max-width: 330px;
  }
  .featureroot-class-name28 {
    max-width: 330px;
  }
  .featureroot-class-name29 {
    max-width: 330px;
  }
  .featureroot-class-name30 {
    max-width: 330px;
  }
  .featureroot-class-name31 {
    max-width: 330px;
  }
  .featureroot-class-name32 {
    max-width: 330px;
  }
  .featureroot-class-name33 {
    max-width: 330px;
  }
  .featureroot-class-name34 {
    max-width: 330px;
  }
  .featureroot-class-name35 {
    max-width: 330px;
  }
}
 
@media(max-width: 1200px) {
  .featureroot-class-name12 {
    max-width: 280px;
  }
  .featureroot-class-name13 {
    max-width: 280px;
  }
  .featureroot-class-name14 {
    max-width: 280px;
  }
  .featureroot-class-name15 {
    max-width: 280px;
  }
  .featureroot-class-name16 {
    max-width: 280px;
  }
  .featureroot-class-name17 {
    max-width: 280px;
  }
  .featureroot-class-name36 {
    width: auto;
  }
  .featureroot-class-name37 {
    width: auto;
  }
  .featureroot-class-name38 {
    width: auto;
  }
  .featureroot-class-name39 {
    width: auto;
  }
}
 
@media(max-width: 991px) {
  .featureroot-class-name {
    width: 100%;
    max-width: 250px;
  }
  .featureroot-class-name1 {
    width: auto;
    max-width: 250px;
  }
  .featureroot-class-name2 {
    max-width: 250px;
  }
  .featureroot-class-name12 {
    max-width: 220px;
  }
  .featureroot-class-name13 {
    max-width: 220px;
  }
  .featureroot-class-name14 {
    max-width: 220px;
  }
  .featureroot-class-name18 {
    max-width: 280px;
  }
  .featureroot-class-name19 {
    max-width: 230px;
  }
  .featureroot-class-name20 {
    width: 100%;
    max-width: 280px;
  }
  .featureroot-class-name24 {
    max-width: 260px;
  }
  .featureroot-class-name25 {
    max-width: 260px;
  }
  .featureroot-class-name26 {
    max-width: 260px;
  }
  .featureroot-class-name36 {
    max-width: 200px;
  }
}
 
@media(max-width: 767px) {
  .feature-thq-feature-elm3 {
    gap: var(--dl-layout-space-oneandhalfunits);
    max-width: 100%;
  }
  .feature-thq-content-elm3 {
    gap: var(--dl-layout-space-halfunit);
  }
  .feature-thq-title-elm3 {
    font-size: 18px;
    line-height: 27px;
  }
  .feature-thq-description-elm3 {
    line-height: 24px;
  }
}
 
@media(max-width: 479px) {
  .feature-thq-feature-elm3 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.feature-wrapper-zm40 {
  display: contents;
}
 
.feature-thq-feature-elm4 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-unit);
  position: relative;
  max-width: 240px;
  transition: 0.3s;
  align-items: flex-start;
  user-select: none;
  border-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-thq-feature-elm4:hover {
  border-color: #ade2df;
}
 
.feature-image4 {
  height: 32px;
  object-fit: cover;
}
 
.feature-thq-content-elm4 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-thq-title-elm4 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.feature-thq-description-elm4 {
  font-family: Poppins;
}
 
.fintech-industry-solutions-fragment27 {
  display: contents;
}
 
.fintech-industry-solutions-text142 {
  display: inline-block;
}
 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 
.featureroot-class-name24 {
  max-width: 330px;
}
 
.featureroot-class-name25 {
  max-width: 330px;
}
 
.featureroot-class-name26 {
  max-width: 330px;
}
 

 

 

 

 

 

 

 

 

 

 

 

 

 
@media(max-width: 1600px) {
  .feature-thq-title-elm4 {
    font-size: 20px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .feature-thq-description-elm4 {
    font-family: Poppins;
  }
  .fintech-industry-solutions-text143 {
    font-weight: 700;
  }
  .featureroot-class-name {
    max-width: 330px;
  }
  .featureroot-class-name1 {
    max-width: 330px;
  }
  .featureroot-class-name2 {
    max-width: 330px;
  }
  .featureroot-class-name3 {
    max-width: 330px;
  }
  .featureroot-class-name4 {
    max-width: 330px;
  }
  .featureroot-class-name5 {
    max-width: 330px;
  }
  .featureroot-class-name6 {
    max-width: 330px;
  }
  .featureroot-class-name7 {
    max-width: 330px;
  }
  .featureroot-class-name8 {
    max-width: 330px;
  }
  .featureroot-class-name9 {
    max-width: 330px;
  }
  .featureroot-class-name10 {
    max-width: 330px;
  }
  .featureroot-class-name11 {
    max-width: 330px;
  }
  .featureroot-class-name12 {
    max-width: 330px;
  }
  .featureroot-class-name13 {
    max-width: 330px;
  }
  .featureroot-class-name14 {
    max-width: 330px;
  }
  .featureroot-class-name15 {
    max-width: 330px;
  }
  .featureroot-class-name16 {
    max-width: 330px;
  }
  .featureroot-class-name17 {
    max-width: 330px;
  }
  .featureroot-class-name18 {
    max-width: 330px;
  }
  .featureroot-class-name19 {
    max-width: 330px;
  }
  .featureroot-class-name20 {
    max-width: 330px;
  }
  .featureroot-class-name21 {
    max-width: 330px;
  }
  .featureroot-class-name22 {
    max-width: 330px;
  }
  .featureroot-class-name23 {
    max-width: 330px;
  }
  .featureroot-class-name24 {
    max-width: 330px;
  }
  .featureroot-class-name25 {
    max-width: 330px;
  }
  .featureroot-class-name26 {
    max-width: 330px;
  }
  .featureroot-class-name27 {
    max-width: 330px;
  }
  .featureroot-class-name28 {
    max-width: 330px;
  }
  .featureroot-class-name29 {
    max-width: 330px;
  }
  .featureroot-class-name30 {
    max-width: 330px;
  }
  .featureroot-class-name31 {
    max-width: 330px;
  }
  .featureroot-class-name32 {
    max-width: 330px;
  }
  .featureroot-class-name33 {
    max-width: 330px;
  }
  .featureroot-class-name34 {
    max-width: 330px;
  }
  .featureroot-class-name35 {
    max-width: 330px;
  }
}
 
@media(max-width: 1200px) {
  .featureroot-class-name12 {
    max-width: 280px;
  }
  .featureroot-class-name13 {
    max-width: 280px;
  }
  .featureroot-class-name14 {
    max-width: 280px;
  }
  .featureroot-class-name15 {
    max-width: 280px;
  }
  .featureroot-class-name16 {
    max-width: 280px;
  }
  .featureroot-class-name17 {
    max-width: 280px;
  }
  .featureroot-class-name36 {
    width: auto;
  }
  .featureroot-class-name37 {
    width: auto;
  }
  .featureroot-class-name38 {
    width: auto;
  }
  .featureroot-class-name39 {
    width: auto;
  }
}
 
@media(max-width: 991px) {
  .featureroot-class-name {
    width: 100%;
    max-width: 250px;
  }
  .featureroot-class-name1 {
    width: auto;
    max-width: 250px;
  }
  .featureroot-class-name2 {
    max-width: 250px;
  }
  .featureroot-class-name12 {
    max-width: 220px;
  }
  .featureroot-class-name13 {
    max-width: 220px;
  }
  .featureroot-class-name14 {
    max-width: 220px;
  }
  .featureroot-class-name18 {
    max-width: 280px;
  }
  .featureroot-class-name19 {
    max-width: 230px;
  }
  .featureroot-class-name20 {
    width: 100%;
    max-width: 280px;
  }
  .featureroot-class-name24 {
    max-width: 260px;
  }
  .featureroot-class-name25 {
    max-width: 260px;
  }
  .featureroot-class-name26 {
    max-width: 260px;
  }
  .featureroot-class-name36 {
    max-width: 200px;
  }
}
 
@media(max-width: 767px) {
  .feature-thq-feature-elm4 {
    gap: var(--dl-layout-space-oneandhalfunits);
    max-width: 100%;
  }
  .feature-thq-content-elm4 {
    gap: var(--dl-layout-space-halfunit);
  }
  .feature-thq-title-elm4 {
    font-size: 18px;
    line-height: 27px;
  }
  .feature-thq-description-elm4 {
    line-height: 24px;
  }
}
 
@media(max-width: 479px) {
  .feature-thq-feature-elm4 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.feature-wrapper-2wk4 {
  display: contents;
}
 
.feature-thq-feature-elm5 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-unit);
  position: relative;
  max-width: 240px;
  transition: 0.3s;
  align-items: flex-start;
  user-select: none;
  border-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-thq-feature-elm5:hover {
  border-color: #ade2df;
}
 
.feature-image5 {
  height: 32px;
  object-fit: cover;
}
 
.feature-thq-content-elm5 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-thq-title-elm5 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.feature-thq-description-elm5 {
  font-family: Poppins;
}
 
.fintech-industry-solutions-fragment28 {
  display: contents;
}
 
.fintech-industry-solutions-text145 {
  display: inline-block;
}
 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 
.featureroot-class-name24 {
  max-width: 330px;
}
 
.featureroot-class-name25 {
  max-width: 330px;
}
 
.featureroot-class-name26 {
  max-width: 330px;
}
 

 

 

 

 

 

 

 

 

 

 

 

 

 
@media(max-width: 1600px) {
  .feature-thq-title-elm5 {
    font-size: 20px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .feature-thq-description-elm5 {
    font-family: Poppins;
  }
  .fintech-industry-solutions-text146 {
    font-weight: 700;
  }
  .featureroot-class-name {
    max-width: 330px;
  }
  .featureroot-class-name1 {
    max-width: 330px;
  }
  .featureroot-class-name2 {
    max-width: 330px;
  }
  .featureroot-class-name3 {
    max-width: 330px;
  }
  .featureroot-class-name4 {
    max-width: 330px;
  }
  .featureroot-class-name5 {
    max-width: 330px;
  }
  .featureroot-class-name6 {
    max-width: 330px;
  }
  .featureroot-class-name7 {
    max-width: 330px;
  }
  .featureroot-class-name8 {
    max-width: 330px;
  }
  .featureroot-class-name9 {
    max-width: 330px;
  }
  .featureroot-class-name10 {
    max-width: 330px;
  }
  .featureroot-class-name11 {
    max-width: 330px;
  }
  .featureroot-class-name12 {
    max-width: 330px;
  }
  .featureroot-class-name13 {
    max-width: 330px;
  }
  .featureroot-class-name14 {
    max-width: 330px;
  }
  .featureroot-class-name15 {
    max-width: 330px;
  }
  .featureroot-class-name16 {
    max-width: 330px;
  }
  .featureroot-class-name17 {
    max-width: 330px;
  }
  .featureroot-class-name18 {
    max-width: 330px;
  }
  .featureroot-class-name19 {
    max-width: 330px;
  }
  .featureroot-class-name20 {
    max-width: 330px;
  }
  .featureroot-class-name21 {
    max-width: 330px;
  }
  .featureroot-class-name22 {
    max-width: 330px;
  }
  .featureroot-class-name23 {
    max-width: 330px;
  }
  .featureroot-class-name24 {
    max-width: 330px;
  }
  .featureroot-class-name25 {
    max-width: 330px;
  }
  .featureroot-class-name26 {
    max-width: 330px;
  }
  .featureroot-class-name27 {
    max-width: 330px;
  }
  .featureroot-class-name28 {
    max-width: 330px;
  }
  .featureroot-class-name29 {
    max-width: 330px;
  }
  .featureroot-class-name30 {
    max-width: 330px;
  }
  .featureroot-class-name31 {
    max-width: 330px;
  }
  .featureroot-class-name32 {
    max-width: 330px;
  }
  .featureroot-class-name33 {
    max-width: 330px;
  }
  .featureroot-class-name34 {
    max-width: 330px;
  }
  .featureroot-class-name35 {
    max-width: 330px;
  }
}
 
@media(max-width: 1200px) {
  .featureroot-class-name12 {
    max-width: 280px;
  }
  .featureroot-class-name13 {
    max-width: 280px;
  }
  .featureroot-class-name14 {
    max-width: 280px;
  }
  .featureroot-class-name15 {
    max-width: 280px;
  }
  .featureroot-class-name16 {
    max-width: 280px;
  }
  .featureroot-class-name17 {
    max-width: 280px;
  }
  .featureroot-class-name36 {
    width: auto;
  }
  .featureroot-class-name37 {
    width: auto;
  }
  .featureroot-class-name38 {
    width: auto;
  }
  .featureroot-class-name39 {
    width: auto;
  }
}
 
@media(max-width: 991px) {
  .featureroot-class-name {
    width: 100%;
    max-width: 250px;
  }
  .featureroot-class-name1 {
    width: auto;
    max-width: 250px;
  }
  .featureroot-class-name2 {
    max-width: 250px;
  }
  .featureroot-class-name12 {
    max-width: 220px;
  }
  .featureroot-class-name13 {
    max-width: 220px;
  }
  .featureroot-class-name14 {
    max-width: 220px;
  }
  .featureroot-class-name18 {
    max-width: 280px;
  }
  .featureroot-class-name19 {
    max-width: 230px;
  }
  .featureroot-class-name20 {
    width: 100%;
    max-width: 280px;
  }
  .featureroot-class-name24 {
    max-width: 260px;
  }
  .featureroot-class-name25 {
    max-width: 260px;
  }
  .featureroot-class-name26 {
    max-width: 260px;
  }
  .featureroot-class-name36 {
    max-width: 200px;
  }
}
 
@media(max-width: 767px) {
  .feature-thq-feature-elm5 {
    gap: var(--dl-layout-space-oneandhalfunits);
    max-width: 100%;
  }
  .feature-thq-content-elm5 {
    gap: var(--dl-layout-space-halfunit);
  }
  .feature-thq-title-elm5 {
    font-size: 18px;
    line-height: 27px;
  }
  .feature-thq-description-elm5 {
    line-height: 24px;
  }
}
 
@media(max-width: 479px) {
  .feature-thq-feature-elm5 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.banner-container-wrapper {
  display: contents;
}
 
.banner-container-thq-banner-container-elm {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-left: var(--dl-layout-space-unit);
  padding-right: var(--dl-layout-space-unit);
  flex-direction: column;
}
 
.banner-container-thq-banner-elm {
  width: 100%;
  height: 360px;
  display: flex;
  overflow: hidden;
  max-width: 1200px;
  align-items: center;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  background-color: #375EE0;
}
 
.banner-container-thq-overlay-elm {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-fiveunits);
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-fiveunits);
  background-size: cover;
  justify-content: center;
  background-image: url("public/report_ai_impacttogtm2026_6-600h.webp");
}
 
.banner-container-text1 {
  color: rgb(193, 255, 252);
  width: 100%;
  font-size: 40px;
  max-width: 490px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.banner-container-link {
  display: contents;
}
 
.banner-container-thq-book-btn-elm {
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
  text-decoration: none;
  background-color: #000000;
}
 
.banner-container-thq-book-btn-elm:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
 
.banner-container-text2 {
  color: #ffffff;
  width: 100%;
  max-width: 490px;
  font-style: normal;
  font-weight: 500;
}
 
.banner-container-thq-pasted-image-elm {
  display: none;
}
 
.fintech-industry-solutions-fragment29 {
  display: contents;
}
 
.fintech-industry-solutions-text148 {
  color: rgb(193, 255, 252);
  width: 100%;
  display: inline-block;
  font-size: 40px;
  max-width: 490px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.fintech-industry-solutions-fragment30 {
  display: contents;
}
 
.fintech-industry-solutions-text153 {
  display: inline-block;
}
 

 

 
.banner-containerroot-class-name2 {
  padding-left: 0px;
  padding-right: 0px;
}
 
.banner-containerroot-class-name3 {
  margin-top: var(--dl-layout-space-fourunits);
}
 
@media(max-width: 1600px) {
  .banner-container-thq-overlay-elm {
    background-size: cover;
    background-image: url("public/report_ai_impacttogtm2026_6-600h.webp");
    background-position: top;
  }
  .banner-container-text2 {
    color: rgb(255, 255, 255);
    width: 100%;
    max-width: 490px;
    font-style: normal;
    font-weight: 500;
  }
  .fintech-industry-solutions-text149 {
    width: 100%;
    max-width: 490px;
  }
  .banner-containerroot-class-name {
    margin-top: var(--dl-layout-space-fourunits);
  }
  .banner-containerroot-class-name1 {
    padding-top: var(--dl-layout-space-twounits);
  }
}
 
@media(max-width: 767px) {
  .banner-container-thq-banner-elm {
    height: 520px;
    position: relative;
  }
  .banner-container-thq-overlay-elm {
    gap: var(--dl-layout-space-oneandhalfunits);
    flex: 1;
    z-index: 50;
    padding-top: var(--dl-layout-space-threeunits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    flex-direction: column;
    padding-bottom: var(--dl-layout-space-threeunits);
    background-size: cover;
    justify-content: flex-start;
    background-image: url("public/report_ai_impacttogtm2026_6-600h.webp");
  }
  .banner-container-text1 {
    font-size: 32px;
  }
  .banner-container-thq-pasted-image-elm {
    right: 0px;
    bottom: 0px;
    height: 300px;
    display: flex;
    position: absolute;
    align-self: flex-end;
  }
  .fintech-industry-solutions-text148 {
    font-size: 32px;
  }
  .fintech-industry-solutions-text149 {
    font-size: 32px;
  }
  .banner-containerroot-class-name {
    height: auto;
  }
}
 
@media(max-width: 479px) {
  .banner-container-thq-pasted-image-elm {
    height: 225px;
  }
  .banner-containerroot-class-name {
    width: 100%;
    height: 300px;
  }
}

.quote-wrapper {
  display: contents;
}
 
.quote-thq-quote-elm1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.quote-thq-quote-elm2 {
  display: flex;
  align-items: center;
  text-overflow: ellipsis;
  flex-direction: column;
}
 
.quote-thq-quote-elm3 {
  width: 100%;
  font-size: 26px;
  max-width: var(--dl-layout-size-maxwidth);
  font-style: italic;
  text-align: center;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 38px;
}
 
.quote-thq-people-elm {
  gap: var(--dl-layout-space-sixunits);
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.quote-thq-person-elm {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.quote-thq-person-details-elm {
  gap: var(--dl-layout-space-halfunit);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 
@media(max-width: 1600px) {
  .quote-thq-quote-elm3 {
    width: 100%;
    font-size: 20px;
    max-width: var(--dl-layout-size-maxwidth);
    font-style: italic;
    text-align: center;
    font-family: Poppins;
    font-weight: 400;
    line-height: 40px;
  }
}
 
@media(max-width: 1200px) {
  .quote-thq-quote-elm3 {
    width: 100%;
    font-size: 18px;
    max-width: var(--dl-layout-size-maxwidth);
    font-style: italic;
    text-align: center;
    font-family: Poppins;
    font-weight: 400;
    line-height: 32px;
  }
}
 
@media(max-width: 991px) {
  .quote-thq-quote-elm1 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .quote-thq-quote-elm3 {
    width: 100%;
    font-size: 18px;
    max-width: var(--dl-layout-size-maxwidth);
    font-style: italic;
    text-align: center;
    font-family: Poppins;
    font-weight: 400;
    line-height: 24px;
  }
}
 
@media(max-width: 767px) {
  .quote-thq-quote-elm3 {
    width: 100%;
    font-size: 14px;
    max-width: var(--dl-layout-size-maxwidth);
    font-style: italic;
    margin-top: var(--dl-layout-space-twounits);
    text-align: center;
    font-family: Poppins;
    font-weight: 400;
    line-height: 24px;
  }
  .quote-thq-person-elm {
    flex-direction: column;
  }
  .quote-thq-person-details-elm {
    align-items: center;
  }
}
 
@media(max-width: 479px) {
  .quote-thq-quote-elm1 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .quote-thq-quote-elm3 {
    width: 100%;
    font-size: 16px;
    max-width: var(--dl-layout-size-maxwidth);
    font-style: italic;
    text-align: center;
    font-family: Poppins;
    font-weight: 400;
    line-height: 18px;
  }
}

.quote-wrapper-x7jy {
  display: contents;
}
 
.quote-thq-quote-elm4 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.quote-thq-quote-elm5 {
  display: flex;
  align-items: center;
  text-overflow: ellipsis;
  flex-direction: column;
}
 
.quote-thq-quote-elm6 {
  width: 100%;
  font-size: 26px;
  max-width: var(--dl-layout-size-maxwidth);
  font-style: italic;
  text-align: center;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 38px;
}
 
.quote-thq-people-elm1 {
  gap: var(--dl-layout-space-sixunits);
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.quote-thq-person-elm1 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.quote-thq-person-details-elm1 {
  gap: var(--dl-layout-space-halfunit);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 
@media(max-width: 1600px) {
  .quote-thq-quote-elm6 {
    width: 100%;
    font-size: 20px;
    max-width: var(--dl-layout-size-maxwidth);
    font-style: italic;
    text-align: center;
    font-family: Poppins;
    font-weight: 400;
    line-height: 40px;
  }
}
 
@media(max-width: 1200px) {
  .quote-thq-quote-elm6 {
    width: 100%;
    font-size: 18px;
    max-width: var(--dl-layout-size-maxwidth);
    font-style: italic;
    text-align: center;
    font-family: Poppins;
    font-weight: 400;
    line-height: 32px;
  }
}
 
@media(max-width: 991px) {
  .quote-thq-quote-elm4 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .quote-thq-quote-elm6 {
    width: 100%;
    font-size: 18px;
    max-width: var(--dl-layout-size-maxwidth);
    font-style: italic;
    text-align: center;
    font-family: Poppins;
    font-weight: 400;
    line-height: 24px;
  }
}
 
@media(max-width: 767px) {
  .quote-thq-quote-elm6 {
    width: 100%;
    font-size: 14px;
    max-width: var(--dl-layout-size-maxwidth);
    font-style: italic;
    margin-top: var(--dl-layout-space-twounits);
    text-align: center;
    font-family: Poppins;
    font-weight: 400;
    line-height: 24px;
  }
  .quote-thq-person-elm1 {
    flex-direction: column;
  }
  .quote-thq-person-details-elm1 {
    align-items: center;
  }
}
 
@media(max-width: 479px) {
  .quote-thq-quote-elm4 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .quote-thq-quote-elm6 {
    width: 100%;
    font-size: 16px;
    max-width: var(--dl-layout-size-maxwidth);
    font-style: italic;
    text-align: center;
    font-family: Poppins;
    font-weight: 400;
    line-height: 18px;
  }
}

.quote-wrapper-rsa4 {
  display: contents;
}
 
.quote-thq-quote-elm7 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.quote-thq-quote-elm8 {
  display: flex;
  align-items: center;
  text-overflow: ellipsis;
  flex-direction: column;
}
 
.quote-thq-quote-elm9 {
  width: 100%;
  font-size: 26px;
  max-width: var(--dl-layout-size-maxwidth);
  font-style: italic;
  text-align: center;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 38px;
}
 
.quote-thq-people-elm2 {
  gap: var(--dl-layout-space-sixunits);
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.quote-thq-person-elm2 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.quote-thq-person-details-elm2 {
  gap: var(--dl-layout-space-halfunit);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 
@media(max-width: 1600px) {
  .quote-thq-quote-elm9 {
    width: 100%;
    font-size: 20px;
    max-width: var(--dl-layout-size-maxwidth);
    font-style: italic;
    text-align: center;
    font-family: Poppins;
    font-weight: 400;
    line-height: 40px;
  }
}
 
@media(max-width: 1200px) {
  .quote-thq-quote-elm9 {
    width: 100%;
    font-size: 18px;
    max-width: var(--dl-layout-size-maxwidth);
    font-style: italic;
    text-align: center;
    font-family: Poppins;
    font-weight: 400;
    line-height: 32px;
  }
}
 
@media(max-width: 991px) {
  .quote-thq-quote-elm7 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .quote-thq-quote-elm9 {
    width: 100%;
    font-size: 18px;
    max-width: var(--dl-layout-size-maxwidth);
    font-style: italic;
    text-align: center;
    font-family: Poppins;
    font-weight: 400;
    line-height: 24px;
  }
}
 
@media(max-width: 767px) {
  .quote-thq-quote-elm9 {
    width: 100%;
    font-size: 14px;
    max-width: var(--dl-layout-size-maxwidth);
    font-style: italic;
    margin-top: var(--dl-layout-space-twounits);
    text-align: center;
    font-family: Poppins;
    font-weight: 400;
    line-height: 24px;
  }
  .quote-thq-person-elm2 {
    flex-direction: column;
  }
  .quote-thq-person-details-elm2 {
    align-items: center;
  }
}
 
@media(max-width: 479px) {
  .quote-thq-quote-elm7 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .quote-thq-quote-elm9 {
    width: 100%;
    font-size: 16px;
    max-width: var(--dl-layout-size-maxwidth);
    font-style: italic;
    text-align: center;
    font-family: Poppins;
    font-weight: 400;
    line-height: 18px;
  }
}

.testimonials-wrapper {
  display: contents;
}
 
.testimonials-thq-testimonials-elm {
  width: 1559px;
  display: flex;
  position: relative;
  max-width: var(--dl-layout-size-maxwidth);
  align-items: stretch;
  padding-top: 0px;
  padding-left: var(--dl-layout-space-halfunit);
  padding-right: var(--dl-layout-space-halfunit);
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: space-between;
}
 
.testimonials-thq-content-elm {
  width: 1309px;
  display: flex;
  position: relative;
  max-width: auto;
  margin-top: var(--dl-layout-space-threeunits);
  margin-left: var(--dl-layout-space-threeunits);
  margin-right: var(--dl-layout-space-threeunits);
  margin-bottom: var(--dl-layout-space-threeunits);
  flex-direction: column;
}
 
.testimonials-thq-quotes-elm {
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.testimonials-thq-buttons-elm {
  width: 100%;
  display: flex;
  z-index: 100;
  max-width: 500px;
  align-self: center;
  margin-top: 0px;
  align-items: flex-end;
  margin-bottom: 0px;
  flex-direction: row;
  justify-content: space-between;
}
 
.testimonials-thq-left-elm {
  fill: #DBDBDB;
  cursor: pointer;
  display: flex;
  padding: var(--dl-layout-space-unit);
  transition: 0.3s;
  align-items: center;
  border-color: #DBDBDB;
  border-width: 1px;
  border-radius: var(--dl-layout-radius-round);
  flex-direction: row;
}
 
.testimonials-thq-left-elm:hover {
  fill: #000;
  border-color: #000;
}
 
.testimonials-icon1 {
  width: 19px;
  height: 19px;
}
 
.testimonials-container1 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
 
.testimonials-container2 {
  width: 58px;
  height: 59px;
  display: flex;
  margin-right: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-radius8);
  background-size: cover;
  background-image: url("public/bechtel-catherine-hunt-ryan-675x675-200h.webp");
  background-position: center;
}
 
.testimonials-container3 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.testimonials-thq-right-elm {
  fill: #DBDBDB;
  cursor: pointer;
  display: flex;
  padding: var(--dl-layout-space-unit);
  transition: 0.3s;
  align-items: center;
  border-color: #DBDBDB;
  border-width: 1px;
  border-radius: var(--dl-layout-radius-round);
  flex-direction: row;
}
 
.testimonials-thq-right-elm:hover {
  fill: #000;
  border-color: #000;
}
 
.testimonials-icon3 {
  width: 19px;
  height: 19px;
}
 
.testimonials-container5 {
  display: contents;
}
 
.fintech-industry-solutions-fragment31 {
  display: contents;
}
 
.fintech-industry-solutions-text154 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment32 {
  display: contents;
}
 
.fintech-industry-solutions-text155 {
  display: inline-block;
}
 

 

 

 
.testimonialsroot-class-name3 {
  width: 100%;
  height: 100%;
  max-width: var(--dl-layout-size-maxwidth);
  padding-top: var(--dl-layout-space-sixunits);
  padding-bottom: var(--dl-layout-space-sixunits);
}
 

 
@media(max-width: 1600px) {
  .testimonials-thq-testimonials-elm {
    width: 100%;
    height: auto;
    padding-left: var(--dl-layout-space-sixunits);
    margin-bottom: 0px;
    padding-right: var(--dl-layout-space-sixunits);
  }
  .testimonials-thq-content-elm {
    width: 1041px;
    align-self: center;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .testimonials-thq-buttons-elm {
    height: 63px;
    margin-top: 0px;
    border-radius: var(--dl-layout-radius-radius8);
    margin-bottom: 0px;
  }
  .testimonials-thq-left-elm {
    align-items: center;
    border-color: #DBDBDB;
    justify-content: flex-start;
  }
  .testimonials-container2 {
    width: 67px;
    height: 60px;
    align-items: stretch;
    padding-top: 0px;
    border-width: 0px;
    margin-right: 14px;
    border-radius: var(--dl-layout-radius-round);
    padding-bottom: 0px;
    background-size: cover;
    background-image: url("public/bechtel-catherine-hunt-ryan-675x675-200h.webp");
  }
  .testimonials-container3 {
    width: 115px;
    flex-direction: column;
  }
  .testimonials-text1 {
    align-self: stretch;
    margin-top: var(--dl-layout-space-halfunit);
    text-align: left;
  }
  .testimonials-text2 {
    align-self: flex-start;
    text-align: left;
  }
  .fintech-industry-solutions-text155 {
    font-size: 14px;
  }
}
 
@media(max-width: 1200px) {
  .testimonials-thq-testimonials-elm {
    width: 100%;
  }
}
 
@media(max-width: 991px) {
  .testimonials-thq-testimonials-elm {
    width: 100%;
    max-width: auto;
  }
  .testimonials-thq-content-elm {
    width: 100%;
  }
  .testimonials-thq-quotes-elm {
    width: auto;
    height: 100%;
    align-self: center;
  }
  .testimonials-thq-quote-elm1 {
    width: auto;
    align-self: center;
  }
  .testimonialsroot-class-name3 {
    width: auto;
    height: auto;
    max-width: auto;
  }
}
 
@media(max-width: 767px) {
  .testimonials-thq-testimonials-elm {
    width: 100%;
    max-width: 750px;
    padding-top: var(--dl-layout-space-threeunits);
    padding-bottom: var(--dl-layout-space-threeunits);
  }
  .testimonials-thq-content-elm {
    width: 100%;
  }
  .testimonials-thq-left-elm {
    display: flex;
  }
  .testimonials-thq-right-elm {
    display: flex;
  }
}
 
@media(max-width: 479px) {
  .testimonials-thq-testimonials-elm {
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
  }
  .testimonials-thq-quotes-elm {
    margin-bottom: var(--dl-layout-space-twounits);
  }
  .testimonials-thq-buttons-elm {
    margin-top: -40px;
    flex-direction: row;
  }
  .testimonials-thq-left-elm {
    padding: var(--dl-layout-space-halfunit);
  }
  .testimonials-thq-right-elm {
    padding: var(--dl-layout-space-halfunit);
  }
}

.fintech-glossary-wrapper {
  display: contents;
}
 
.fintech-glossary-container {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.fintech-glossary-thq-max-width-elm {
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  align-items: center;
  flex-direction: column;
}
 
.fintech-glossary-thq-content-elm {
  align-self: stretch;
  align-items: flex-start;
}
 
.fintech-glossary-ul {
  align-items: flex-start;
}
 
.fintech-glossary-thq-heading2-elm {
  font-size: 18px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.fintech-glossary-thq-content2-elm {
  font-size: 14px;
  font-family: "Poppins";
}
 
.fintech-glossary-thq-heading3-elm {
  font-size: 18px;
  font-family: "Poppins";
}
 
.fintech-glossary-thq-content3-elm {
  font-size: 14px;
  font-family: "Poppins";
}
 
.fintech-glossary-thq-heading4-elm {
  font-size: 18px;
  font-family: "Poppins";
}
 
.fintech-glossary-thq-content4-elm {
  font-size: 14px;
  font-family: "Poppins";
}
 
.fintech-glossary-thq-heading5-elm {
  font-size: 18px;
  font-family: "Poppins";
}
 
.fintech-glossary-thq-content5-elm {
  font-size: 14px;
  font-family: "Poppins";
}
 
.fintech-industry-solutions-fragment38 {
  display: contents;
}
 
.fintech-industry-solutions-text161 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment33 {
  display: contents;
}
 
.fintech-industry-solutions-text156 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment34 {
  display: contents;
}
 
.fintech-industry-solutions-text157 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment39 {
  display: contents;
}
 
.fintech-industry-solutions-text162 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment40 {
  display: contents;
}
 
.fintech-industry-solutions-text163 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment35 {
  display: contents;
}
 
.fintech-industry-solutions-text158 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment36 {
  display: contents;
}
 
.fintech-industry-solutions-text159 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment41 {
  display: contents;
}
 
.fintech-industry-solutions-text164 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment37 {
  display: contents;
}
 
.fintech-industry-solutions-text160 {
  display: inline-block;
}
 

 

 
@media(max-width: 1600px) {
  .fintech-glossary-container {
    padding-left: var(--dl-layout-space-sixunits);
  }
  .fintech-glossary-thq-content-elm {
    margin: var(--dl-layout-space-fiveunits);
  }
  .fintech-glossary-ul {
    max-width: 800px;
    align-self: center;
  }
  .fintech-glossary-li1 {
    font-family: Poppins;
  }
  .fintech-glossary-text10 {
    font-size: 24px;
    align-self: center;
  }
  .fintech-glossary-li2 {
    font-family: Poppins;
  }
  .fintech-glossary-thq-heading2-elm {
    font-size: 18px;
    font-family: Poppins;
  }
  .fintech-glossary-thq-content2-elm {
    font-size: 12px;
    font-family: Poppins;
  }
  .fintech-glossary-thq-heading3-elm {
    font-size: 18px;
    font-family: Poppins;
  }
  .fintech-glossary-thq-content3-elm {
    font-size: 12px;
    font-family: Poppins;
  }
  .fintech-glossary-thq-heading4-elm {
    font-size: 18px;
    font-family: Poppins;
  }
  .fintech-glossary-thq-content4-elm {
    font-size: 12px;
    font-family: Poppins;
  }
  .fintech-glossary-li5 {
    font-family: Poppins;
  }
  .fintech-glossary-thq-heading5-elm {
    font-size: 18px;
    font-family: Poppins;
  }
  .fintech-glossary-thq-content5-elm {
    font-size: 12px;
    font-family: Poppins;
  }
}
 
@media(max-width: 991px) {
  .fintech-glossaryroot-class-name {
    padding-top: 0px;
  }
}
 
@media(max-width: 479px) {
  .fintech-glossaryroot-class-name {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
}

.faq-wrapper {
  display: contents;
}
 
.faq-thq-faq-elm {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: var(--dl-layout-space-sixunits);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: 16px;
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-sixunits);
  background-color: #F3F5FA;
}
 
.faq-thq-content-elm1 {
  gap: var(--dl-layout-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: column;
}
 
.faq-thq-header-elm {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
 
.faq-thq-tag-elm {
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
  background-color: #D6F1F0;
}
 
.faq-text10 {
  font-style: normal;
  font-weight: 500;
}
 
.faq-thq-heading-elm {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.faq-text11 {
  width: 100%;
  font-size: 40px;
  max-width: 600px;
  font-style: normal;
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  line-height: 56px;
}
 
.faq-accordion1 {
  width: 100%;
  display: flex;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  flex-direction: column;
}
 
.faq-thq-trigger-elm1 {
  cursor: pointer;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: #D9D9D9;
}
 
.faq-thq-summary-elm1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.faq-thq-icon-container-elm1 {
  transition: transform 0.3s ease-in-out;
}
 
.faq-container1 {
  display: flex;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.faq-accordion2 {
  width: 100%;
  display: flex;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  flex-direction: column;
}
 
.faq-thq-trigger-elm2 {
  cursor: pointer;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: #D9D9D9;
}
 
.faq-thq-summary-elm2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.faq-thq-icon-container-elm2 {
  transition: transform 0.3s ease-in-out;
}
 
.faq-container2 {
  display: flex;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.faq-accordion3 {
  width: 100%;
  display: flex;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  flex-direction: column;
}
 
.faq-thq-trigger-elm3 {
  cursor: pointer;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: #D9D9D9;
}
 
.faq-thq-summary-elm3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.faq-thq-icon-container-elm3 {
  transition: transform 0.3s ease-in-out;
}
 
.faq-container3 {
  display: flex;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.faq-accordion4 {
  width: 100%;
  display: flex;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  flex-direction: column;
}
 
.faq-thq-trigger-elm4 {
  cursor: pointer;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: #D9D9D9;
}
 
.faq-thq-summary-elm4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.faq-thq-icon-container-elm4 {
  transition: transform 0.3s ease-in-out;
}
 
.faq-container4 {
  display: flex;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.faq-accordion5 {
  width: 100%;
  display: flex;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  flex-direction: column;
}
 
.faq-thq-trigger-elm5 {
  cursor: pointer;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: #D9D9D9;
}
 
.faq-thq-summary-elm5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.faq-thq-icon-container-elm5 {
  transition: transform 0.3s ease-in-out;
}
 
.faq-container5 {
  display: flex;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.faq-accordion6 {
  width: 100%;
  display: flex;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  flex-direction: column;
}
 
.faq-thq-trigger-elm6 {
  cursor: pointer;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: #D9D9D9;
}
 
.faq-thq-summary-elm6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.faq-thq-icon-container-elm6 {
  transition: transform 0.3s ease-in-out;
}
 
.faq-container6 {
  display: flex;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.faq-accordion7 {
  width: 100%;
  display: flex;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  flex-direction: column;
}
 
.faq-thq-trigger-elm7 {
  cursor: pointer;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: #D9D9D9;
}
 
.faq-thq-summary-elm7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.faq-thq-icon-container-elm7 {
  transition: transform 0.3s ease-in-out;
}
 
.faq-container7 {
  display: flex;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.fintech-industry-solutions-fragment44 {
  display: contents;
}
 
.fintech-industry-solutions-text169 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment43 {
  display: contents;
}
 
.fintech-industry-solutions-text168 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment47 {
  display: contents;
}
 
.fintech-industry-solutions-text172 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment57 {
  display: contents;
}
 
.fintech-industry-solutions-text182 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment52 {
  display: contents;
}
 
.fintech-industry-solutions-text177 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment42 {
  display: contents;
}
 
.fintech-industry-solutions-text165 {
  display: inline-block;
  font-style: normal;
  font-weight: 500;
}
 
.fintech-industry-solutions-fragment53 {
  display: contents;
}
 
.fintech-industry-solutions-text178 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment48 {
  display: contents;
}
 
.fintech-industry-solutions-text173 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment51 {
  display: contents;
}
 
.fintech-industry-solutions-text176 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment56 {
  display: contents;
}
 
.fintech-industry-solutions-text181 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment55 {
  display: contents;
}
 
.fintech-industry-solutions-text180 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment54 {
  display: contents;
}
 
.fintech-industry-solutions-text179 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment45 {
  display: contents;
}
 
.fintech-industry-solutions-text170 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment49 {
  display: contents;
}
 
.fintech-industry-solutions-text174 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment46 {
  display: contents;
}
 
.fintech-industry-solutions-text171 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment50 {
  display: contents;
}
 
.fintech-industry-solutions-text175 {
  display: inline-block;
}
 

 

 

 

 

 

 

 
@media(max-width: 1600px) {
  .faq-text11 {
    width: 100%;
    font-size: 40px;
    max-width: 100%;
    align-self: flex-start;
    font-style: normal;
    text-align: center;
    font-family: Poppins;
    font-weight: 600;
    line-height: 56px;
  }
  .faq-thq-trigger-elm1 {
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
    background-color: var(--dl-color-theme-secondary1);
  }
  .faq-text12 {
    font-size: 1.0em;
    font-style: normal;
    font-weight: 600;
  }
  .faq-text13 {
    font-size: 14px;
    line-height: 1.8;
  }
  .faq-thq-trigger-elm2 {
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
    background-color: var(--dl-color-theme-secondary1);
  }
  .faq-text14 {
    font-size: 1.0em;
    font-style: normal;
    font-weight: 600;
  }
  .faq-text15 {
    font-size: 14px;
    line-height: 1.8;
  }
  .faq-thq-trigger-elm3 {
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
    background-color: var(--dl-color-theme-secondary1);
  }
  .faq-text16 {
    font-size: 1.0em;
    font-style: normal;
    font-weight: 600;
  }
  .faq-container3 {
    height: 143px;
  }
  .faq-text17 {
    font-size: 14px;
    line-height: 1.8;
  }
  .faq-thq-trigger-elm4 {
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
    background-color: var(--dl-color-theme-secondary1);
  }
  .faq-text18 {
    font-size: 1.0em;
    font-style: normal;
    font-weight: 600;
  }
  .faq-container4 {
    height: 135px;
  }
  .faq-text19 {
    font-size: 14px;
    line-height: 1.8;
  }
  .faq-thq-trigger-elm5 {
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
    background-color: var(--dl-color-theme-secondary1);
  }
  .faq-text20 {
    font-size: 1.0em;
    font-style: normal;
    font-weight: 600;
  }
  .faq-container5 {
    margin-bottom: var(--dl-layout-space-unit);
  }
  .faq-text21 {
    font-size: 14px;
    line-height: 1.8;
  }
  .faq-thq-trigger-elm6 {
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
    background-color: var(--dl-color-theme-secondary1);
  }
  .faq-text22 {
    font-size: 1.0em;
    font-style: normal;
    font-weight: 600;
  }
  .faq-container6 {
    margin-bottom: 12px;
  }
  .faq-text23 {
    font-size: 14px;
    line-height: 1.8;
  }
  .faq-thq-trigger-elm7 {
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
    background-color: var(--dl-color-theme-secondary1);
  }
  .faq-text24 {
    font-size: 1.0em;
    font-style: normal;
    font-weight: 600;
  }
  .faq-container7 {
    height: 162px;
  }
  .faq-text25 {
    font-size: 14px;
    line-height: 1.8;
  }
}
 
@media(max-width: 767px) {
  .faq-thq-faq-elm {
    width: 100%;
  }
  .faq-thq-content-elm1 {
    gap: var(--dl-layout-space-twounits);
  }
  .faq-text10 {
    font-size: 14px;
  }
  .faq-text11 {
    font-size: 32px;
    line-height: 44px;
  }
  .fintech-industry-solutions-text165 {
    font-size: 14px;
  }
}

.get-started-cta-wrapper {
  display: contents;
}
 
.get-started-cta-thq-get-started-elm {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: var(--dl-layout-space-sixunits);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-sixunits);
  background-color: #375EE0;
}
 
.get-started-cta-thq-content-elm {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  max-width: 600px;
  align-items: center;
  flex-direction: column;
}
 
.get-started-cta-thq-heading-elm {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.get-started-cta-text1 {
  color: #C1FFFC;
  font-size: 64px;
  font-style: normal;
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
}
 
.get-started-cta-text2 {
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  font-family: Poppins;
  line-height: 30px;
}
 
.get-started-cta-thq-hero-buttons-elm {
  gap: var(--dl-layout-space-unit);
  display: flex;
  z-index: 15;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.get-started-cta-link {
  display: contents;
}
 
.get-started-cta-thq-ios-btn-elm {
  gap: var(--dl-layout-space-halfunit);
  fill: white;
  color: white;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
  text-decoration: none;
  background-color: #000000;
}
 
.get-started-cta-thq-ios-btn-elm:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
 
.get-started-cta-thq-caption-elm1 {
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
}
 
.get-started-cta-navlink {
  display: contents;
}
 
.get-started-cta-thq-android-btn-elm {
  gap: var(--dl-layout-space-halfunit);
  fill: white;
  color: white;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
  text-decoration: none;
  background-color: #000000;
}
 
.get-started-cta-thq-android-btn-elm:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
 
.get-started-cta-thq-caption-elm2 {
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
}
 
.fintech-industry-solutions-fragment59 {
  display: contents;
}
 
.fintech-industry-solutions-text187 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment61 {
  display: contents;
}
 
.fintech-industry-solutions-text189 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment58 {
  display: contents;
}
 
.fintech-industry-solutions-text183 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment60 {
  display: contents;
}
 
.fintech-industry-solutions-text188 {
  display: inline-block;
}
 

 

 

 

 

 

 

 

 
@media(max-width: 1600px) {
  .get-started-cta-thq-get-started-elm {
    height: 591px;
  }
  .get-started-cta-text1 {
    color: rgb(193, 255, 252);
    font-size: 64px;
    font-style: normal;
    text-align: center;
    font-family: Poppins;
    font-weight: 600;
  }
  .get-started-cta-text2 {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-style: normal;
    text-align: center;
    font-family: Poppins;
    font-weight: 600;
    line-height: 30px;
  }
  .get-started-cta-thq-ios-btn-elm {
    width: 213px;
  }
  .get-started-cta-thq-caption-elm1 {
    font-size: 12px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
  }
  .get-started-cta-thq-android-btn-elm {
    width: 187px;
  }
  .get-started-cta-thq-caption-elm2 {
    font-size: 12px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
  }
}
 
@media(max-width: 991px) {
  .get-started-cta-thq-get-started-elm {
    padding-top: var(--dl-layout-space-fourunits);
    padding-bottom: var(--dl-layout-space-fourunits);
  }
  .get-started-cta-thq-content-elm {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .get-started-cta-thq-heading-elm {
    gap: var(--dl-layout-space-halfunit);
  }
  .get-started-cta-text1 {
    font-size: 40px;
  }
  .get-started-cta-text2 {
    font-size: 18px;
  }
  .get-started-ct-aroot-class-name6 {
    height: auto;
  }
}
 
@media(max-width: 767px) {
  .get-started-cta-thq-get-started-elm {
    display: none;
  }
  .get-started-ct-aroot-class-name6 {
    display: flex;
  }
}
 
@media(max-width: 479px) {
  .get-started-cta-thq-hero-buttons-elm {
    width: 100%;
    flex-direction: column;
  }
  .get-started-cta-thq-ios-btn-elm {
    width: 100%;
  }
  .get-started-cta-thq-android-btn-elm {
    width: 100%;
  }
}

.social-wrapper {
  display: contents;
}
 
.social-thq-social-elm {
  cursor: pointer;
  display: flex;
  padding: var(--dl-layout-space-unit);
  position: relative;
  transition: 0.3s;
  align-items: flex-start;
  border-radius: var(--dl-layout-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
  background-color: rgba(236, 233, 234, 0.2);
}
 
.social-thq-social-elm:hover {
  background-color: rgba(236, 233, 234, 0.6);
}
 
.social-link {
  text-decoration: none;
}
 
.fintech-industry-solutions-fragment69 {
  display: contents;
}
 
.fintech-industry-solutions-text199 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment71 {
  display: contents;
}
 
.fintech-industry-solutions-text212 {
  display: inline-block;
}
 
.footer-fragment10 {
  display: contents;
}
 
.footer-text12 {
  display: inline-block;
}
 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 
@media(max-width: 1600px) {
  .social-thq-social-elm {
    width: auto;
    height: auto;
    padding: var(--dl-layout-space-unit);
    padding-top: var(--dl-layout-space-halfunit);
    margin-right: 0px;
    padding-left: var(--dl-layout-space-halfunit);
    padding-right: var(--dl-layout-space-halfunit);
    padding-bottom: var(--dl-layout-space-halfunit);
  }
  .social-link {
    width: auto;
    height: auto;
    font-size: 10px;
  }
  .fintech-industry-solutions-text212 {
    font-size: 10px;
  }
}
 
@media(max-width: 767px) {
  .social-thq-social-elm {
    padding: 12px;
  }
}

.footer-wrapper {
  display: contents;
}
 
.footer-thq-footer-elm {
  gap: var(--dl-layout-space-threeunits);
  color: white;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: var(--dl-layout-space-sixunits);
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-sixunits);
  background-color: #000000;
}
 
.footer-thq-content-elm {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
 
.footer-container1 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: space-between;
  flex-direction: column;
}
 
.footer-container2 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: space-between;
  flex-direction: column;
}
 
.footer-thq-information-elm {
  gap: var(--dl-layout-space-unit);
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.footer-thq-heading-elm {
  gap: 0;
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  max-width: 265px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.footer-image {
  width: 75px;
  height: 57px;
  object-fit: cover;
}
 
.footer-text10 {
  width: auto;
  font-size: 14px;
  font-family: Poppins;
  line-height: 21px;
}
 
.footer-text11 {
  margin-top: var(--dl-layout-space-unit);
}
 
.footer-thq-socials-elm {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  max-width: 265px;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}
 
.footer-link {
  display: contents;
}
 
.footer-component {
  text-decoration: none;
}
 
.footer-fragment10 {
  display: contents;
}
 
.footer-text12 {
  display: inline-block;
}
 
.footer-container3 {
  flex: 0 0 auto;
  display: flex;
  margin-top: 55px;
  align-items: flex-start;
  margin-bottom: 0px;
  flex-direction: column;
}
 
.footer-text14 {
  margin-top: var(--dl-layout-space-unit);
}
 
.footer-thq-links-elm {
  gap: var(--dl-layout-space-fiveunits);
  display: flex;
  z-index: 15;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
 
.footer-thq-column-elm1 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.footer-thq-header-elm1 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 30px;
}
 
.footer-thq-link-elm10 {
  color: #C4C4C4;
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
  text-decoration: none;
}
 
.footer-thq-link-elm10:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-thq-link-elm11 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
  text-decoration: none;
}
 
.footer-thq-link-elm11:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-thq-link-elm12 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
  text-decoration: none;
}
 
.footer-thq-link-elm12:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-thq-link-elm13 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
  text-decoration: none;
}
 
.footer-thq-link-elm13:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-thq-column-elm2 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.footer-thq-header-elm2 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 30px;
}
 
.footer-thq-link-elm14 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
  text-decoration: none;
}
 
.footer-thq-link-elm14:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-thq-link-elm15 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
  text-decoration: none;
}
 
.footer-thq-link-elm15:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-thq-link-elm16 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
  text-decoration: none;
}
 
.footer-thq-link-elm16:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-thq-link-elm17 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
  text-decoration: none;
}
 
.footer-thq-link-elm17:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-thq-link-elm18 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
  text-decoration: none;
}
 
.footer-thq-link-elm18:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-container4 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 1200px;
  align-items: flex-start;
  justify-content: center;
}
 
.footer-text15 {
  color: #C4C4C4;
  width: 100%;
  font-size: 10px;
  max-width: 1200px;
  line-height: 21px;
}
 
.footer-thq-link-elm19 {
  color: rgb(196, 196, 196);
  width: 15%;
  cursor: pointer;
  height: auto;
  display: block;
  font-size: 10px;
  align-self: stretch;
  text-align: right;
  transition: 0.3s;
  line-height: 21px;
  text-decoration: none;
}
 
.footer-thq-link-elm19:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-thq-link-elm20 {
  color: rgb(196, 196, 196);
  width: 20%;
  cursor: pointer;
  font-size: 10px;
  text-align: right;
  transition: 0.3s;
  line-height: 21px;
  text-decoration: none;
}
 
.footer-thq-link-elm20:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.fintech-industry-solutions-fragment75 {
  display: contents;
}
 
.fintech-industry-solutions-text216 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment69 {
  display: contents;
}
 
.fintech-industry-solutions-text199 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment62 {
  display: contents;
}
 
.fintech-industry-solutions-text190 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment72 {
  display: contents;
}
 
.fintech-industry-solutions-text213 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment73 {
  display: contents;
}
 
.fintech-industry-solutions-text214 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment74 {
  display: contents;
}
 
.fintech-industry-solutions-text215 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment70 {
  display: contents;
}
 
.fintech-industry-solutions-text204 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment64 {
  display: contents;
}
 
.fintech-industry-solutions-text192 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment77 {
  display: contents;
}
 
.fintech-industry-solutions-text221 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment79 {
  display: contents;
}
 
.fintech-industry-solutions-text223 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment65 {
  display: contents;
}
 
.fintech-industry-solutions-text195 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment71 {
  display: contents;
}
 
.fintech-industry-solutions-text212 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment68 {
  display: contents;
}
 
.fintech-industry-solutions-text198 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment76 {
  display: contents;
}
 
.fintech-industry-solutions-text220 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment67 {
  display: contents;
}
 
.fintech-industry-solutions-text197 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment63 {
  display: contents;
}
 
.fintech-industry-solutions-text191 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment66 {
  display: contents;
}
 
.fintech-industry-solutions-text196 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment78 {
  display: contents;
}
 
.fintech-industry-solutions-text222 {
  display: inline-block;
}
 

 

 

 

 

 

 

 

 

 
@media(max-width: 1600px) {
  .footer-image {
    width: 75px;
    height: 40px;
    padding-left: 0px;
  }
  .footer-text10 {
    font-size: 11px;
    font-family: Poppins;
    line-height: 12px;
    padding-top: var(--dl-layout-space-halfunit);
    padding-left: 5px;
  }
  .footer-text11 {
    margin-top: var(--dl-layout-space-oneandhalfunits);
    text-align: left;
    margin-left: 5px;
    margin-bottom: 0px;
  }
  .footer-thq-socials-elm {
    padding-left: 0px;
  }
  .footer-container3 {
    flex: 1;
    width: 331px;
    max-width: 360px;
    align-self: stretch;
    margin-top: var(--dl-layout-space-twounits);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    justify-content: flex-start;
  }
  .footer-text13 {
    font-size: 12px;
    margin-top: var(--dl-layout-space-halfunit);
  }
  .footer-text14 {
    margin-top: var(--dl-layout-space-oneandhalfunits);
    text-align: left;
    margin-left: 0px;
  }
  .footer-text15 {
    color: rgb(196, 196, 196);
    width: 100%;
    font-size: 10px;
    max-width: 1200px;
    line-height: 21px;
  }
  .footer-thq-link-elm19 {
    width: 100%;
    font-size: 10px;
    max-width: var(--dl-layout-size-xxlarge);
  }
  .footer-thq-link-elm20 {
    width: 100%;
    font-size: 10px;
    max-width: 200px;
  }
  .fintech-industry-solutions-text216 {
    font-size: 10px;
  }
  .fintech-industry-solutions-text205 {
    font-weight: 700;
  }
  .fintech-industry-solutions-text206 {
    font-weight: 700;
  }
  .fintech-industry-solutions-text207 {
    font-weight: 700;
  }
  .fintech-industry-solutions-text209 {
    font-size: 10px;
    text-transform: lowercase;
  }
  .fintech-industry-solutions-text210 {
    font-size: 10px;
    text-transform: lowercase;
  }
  .fintech-industry-solutions-text212 {
    font-size: 10px;
  }
}
 
@media(max-width: 1200px) {
  .footer-container3 {
    margin-top: var(--dl-layout-space-twounits);
  }
  .footer-text13 {
    font-size: 11px;
  }
  .footer-container4 {
    width: 100%;
    height: auto;
    justify-content: flex-start;
  }
  .footer-text15 {
    width: 100%;
    font-size: 10px;
  }
  .footer-thq-link-elm19 {
    width: 100%;
    height: 100%;
    font-size: 10px;
  }
  .footer-thq-link-elm20 {
    width: 325px;
    height: auto;
    display: flex;
    font-size: 10px;
    padding-left: 0px;
    padding-right: 0px;
    justify-content: flex-end;
  }
}
 
@media(max-width: 991px) {
  .footer-thq-footer-elm {
    padding-top: var(--dl-layout-space-fourunits);
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
    padding-bottom: var(--dl-layout-space-fourunits);
  }
  .footer-container3 {
    margin-top: var(--dl-layout-space-threeunits);
    margin-bottom: 0px;
  }
  .footer-text13 {
    font-size: 10px;
    margin-top: 0px;
  }
  .footer-text14 {
    margin-top: var(--dl-layout-space-halfunit);
    margin-left: 0px;
  }
  .footer-thq-link-elm19 {
    width: 20%;
  }
  .footer-thq-link-elm20 {
    width: 30%;
  }
}
 
@media(max-width: 767px) {
  .footer-thq-footer-elm {
    gap: var(--dl-layout-space-twounits);
  }
  .footer-thq-content-elm {
    gap: var(--dl-layout-space-threeunits);
    flex-direction: column;
    justify-content: flex-start;
  }
  .footer-thq-information-elm {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .footer-thq-heading-elm {
    gap: var(--dl-layout-space-halfunit);
  }
  .footer-text10 {
    font-size: 12px;
    line-height: 18px;
  }
  .footer-thq-socials-elm {
    gap: var(--dl-layout-space-halfunit);
  }
  .footer-container3 {
    margin-top: 0px;
    margin-left: 0px;
  }
  .footer-thq-links-elm {
    gap: var(--dl-layout-space-oneandhalfunits);
    width: 100%;
    flex-direction: column;
  }
  .footer-thq-header-elm1 {
    font-size: 16px;
    line-height: 24px;
  }
  .footer-thq-header-elm2 {
    font-size: 16px;
    line-height: 24px;
  }
}
 
@media(max-width: 479px) {
  .footer-thq-links-elm {
    width: 100%;
    flex-direction: column;
  }
}

.fintech-industry-solutions-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  overflow-x: hidden;
  align-items: center;
  flex-direction: column;
}
 
.fintech-industry-solutions-thq-hero-elm1 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.fintech-industry-solutions-thq-heading-elm1 {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.fintech-industry-solutions-thq-notification-elm {
  width: 100%;
}
 
.fintech-industry-solutions-component10 {
  text-decoration: none;
}
 
.fintech-industry-solutions-fragment10 {
  display: contents;
}
 
.fintech-industry-solutions-text100 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment11 {
  display: contents;
}
 
.fintech-industry-solutions-text101 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment12 {
  display: contents;
}
 
.fintech-industry-solutions-text102 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment13 {
  display: contents;
}
 
.fintech-industry-solutions-text103 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment14 {
  display: contents;
}
 
.fintech-industry-solutions-text104 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment15 {
  display: contents;
}
 
.fintech-industry-solutions-text105 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment16 {
  display: contents;
}
 
.fintech-industry-solutions-text106 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment17 {
  display: contents;
}
 
.fintech-industry-solutions-text107 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment18 {
  display: contents;
}
 
.fintech-industry-solutions-text108 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment19 {
  display: contents;
}
 
.fintech-industry-solutions-text109 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment20 {
  display: contents;
}
 
.fintech-industry-solutions-text110 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment21 {
  display: contents;
}
 
.fintech-industry-solutions-text111 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment22 {
  display: contents;
}
 
.fintech-industry-solutions-text112 {
  display: inline-block;
}
 
.fintech-industry-solutions-thq-hero-elm2 {
  flex: 1;
  width: 100%;
  display: flex;
  position: relative;
  max-width: 1200px;
  align-items: center;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: row;
  justify-content: space-between;
}
 
.fintech-industry-solutions-thq-content-elm1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 0.5;
  display: flex;
  z-index: 20;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-sixunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-sixunits);
  justify-content: center;
}
 
.fintech-industry-solutions-thq-title-elm {
  font-size: 64px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 76px;
}
 
.fintech-industry-solutions-thq-caption-elm1 {
  font-size: 18px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 400;
  line-height: 27px;
}
 
.fintech-industry-solutions-thq-hero-buttons-elm {
  gap: var(--dl-layout-space-unit);
  display: flex;
  z-index: 15;
  margin-top: var(--dl-layout-space-unit);
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.fintech-industry-solutions-link {
  display: contents;
}
 
.fintech-industry-solutions-thq-ios-btn-elm {
  gap: var(--dl-layout-space-halfunit);
  fill: white;
  color: white;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
  text-decoration: none;
  background-color: #000000;
}
 
.fintech-industry-solutions-thq-ios-btn-elm:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
 
.fintech-industry-solutions-thq-caption-elm2 {
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
}
 
.fintech-industry-solutions-container2 {
  width: 472px;
  height: 697px;
  display: flex;
  align-items: center;
  background-size: cover;
  justify-content: center;
  background-image: url('https://play.teleporthq.io/static/svg/default-img.svg');
  background-position: center;
}
 
.fintech-industry-solutions-image1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 
.fintech-industry-solutions-container3 {
  flex: 0 0 auto;
  width: 100%;
  height: 150px;
  display: flex;
  align-items: flex-start;
  background-color: var(--dl-color-gray-black);
}
 
.fintech-industry-solutions-thq-content-elm2 {
  flex: 1;
  width: 100%;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  position: relative;
  max-width: 1200px;
  align-items: center;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: row;
  justify-content: space-between;
}
 
.fintech-industry-solutions-thq-stats-elm {
  width: 100%;
  display: flex;
  z-index: 10;
  max-width: 1200px;
  align-items: center;
  padding-top: var(--dl-layout-space-fiveunits);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: row;
  justify-content: center;
}
 
.fintech-industry-solutions-thq-stat-elm1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: center;
  border-color: #DBDBDB;
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-fiveunits);
  justify-content: center;
  border-right-width: 1px;
  border-bottom-width: 1px;
}
 
.fintech-industry-solutions-thq-caption-elm3 {
  font-size: 40px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 56px;
}
 
.fintech-industry-solutions-thq-description-elm1 {
  width: 100%;
  font-size: 18px;
  max-width: 350px;
  text-align: center;
  font-family: Poppins;
  line-height: 27px;
}
 
.fintech-industry-solutions-thq-stat-elm2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: center;
  border-color: #DBDBDB;
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-fiveunits);
  justify-content: center;
  border-bottom-width: 1px;
}
 
.fintech-industry-solutions-thq-caption-elm4 {
  font-size: 40px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 56px;
}
 
.fintech-industry-solutions-thq-description-elm2 {
  width: 100%;
  font-size: 18px;
  max-width: 350px;
  text-align: center;
  font-family: Poppins;
  line-height: 27px;
}
 
.fintech-industry-solutions-thq-stat-elm3 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: center;
  border-color: #DBDBDB;
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-fiveunits);
  justify-content: center;
  border-left-width: 1px;
  border-bottom-width: 1px;
}
 
.fintech-industry-solutions-thq-caption-elm5 {
  font-size: 40px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 56px;
}
 
.fintech-industry-solutions-thq-description-elm3 {
  width: 100%;
  font-size: 18px;
  max-width: 350px;
  text-align: center;
  font-family: Poppins;
  line-height: 27px;
}
 
.fintech-industry-solutions-container4 {
  gap: var(--dl-layout-space-sixunits);
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  max-width: 1200px;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #fbfbfbfb;
}
 
.fintech-industry-solutions-thq-features-elm1 {
  gap: var(--dl-layout-space-unit);
  width: auto;
  display: flex;
  padding-top: var(--dl-layout-space-sixunits);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: 16px;
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-sixunits);
  background-color: #fbfbfbfb;
}
 
.fintech-industry-solutions-text117 {
  width: 560px;
  display: flex;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
}
 
.fintech-industry-solutions-text118 {
  width: 100%;
  font-size: 18px;
  max-width: 600px;
  line-height: 27px;
}
 
.fintech-industry-solutions-container5 {
  width: 482px;
  height: 725px;
  display: flex;
  align-self: center;
  align-items: center;
  background-size: cover;
  background-image: url('https://play.teleporthq.io/static/svg/default-img.svg');
  background-position: center;
}
 
.fintech-industry-solutions-image2 {
  flex: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}
 
.fintech-industry-solutions-thq-features-elm2 {
  gap: var(--dl-layout-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  padding-top: var(--dl-layout-space-sixunits);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: 16px;
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-sixunits);
}
 
.fintech-industry-solutions-thq-feature-list-elm1 {
  gap: var(--dl-layout-space-fiveunits);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
 
.fintech-industry-solutions-fragment23 {
  display: contents;
}
 
.fintech-industry-solutions-text121 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment24 {
  display: contents;
}
 
.fintech-industry-solutions-text124 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment25 {
  display: contents;
}
 
.fintech-industry-solutions-text129 {
  display: inline-block;
}
 
.fintech-industry-solutions-container6 {
  flex: 0 0 auto;
  width: 100%;
  height: 380px;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-twounits);
  justify-content: center;
  background-color: var(--dl-color-gray-black);
}
 
.fintech-industry-solutions-thq-content-elm3 {
  flex: 1;
  width: 100%;
  display: flex;
  position: relative;
  max-width: 1200px;
  align-items: flex-start;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  justify-content: space-between;
}
 
.fintech-industry-solutions-thq-text-elm1 {
  fill: var(--dl-color-theme-accent1);
  color: var(--dl-color-theme-accent1);
  font-size: 18px;
}
 
.fintech-industry-solutions-thq-text-elm2 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  font-size: 40px;
}
 
.fintech-industry-solutions-thq-features-elm3 {
  gap: var(--dl-layout-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-sixunits);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: 16px;
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-sixunits);
  justify-content: flex-start;
}
 
.fintech-industry-solutions-container7 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
}
 
.fintech-industry-solutions-thq-heading-elm2 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.fintech-industry-solutions-text137 {
  width: 100%;
  font-size: 40px;
  max-width: 400px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
}
 
.fintech-industry-solutions-container8 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
 
.fintech-industry-solutions-text138 {
  width: 100%;
  font-size: 18px;
  max-width: 600px;
  line-height: 27px;
}
 
.fintech-industry-solutions-thq-feature-list-elm2 {
  gap: var(--dl-layout-space-fourunits);
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
 
.fintech-industry-solutions-fragment26 {
  display: contents;
}
 
.fintech-industry-solutions-text139 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment27 {
  display: contents;
}
 
.fintech-industry-solutions-text142 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment28 {
  display: contents;
}
 
.fintech-industry-solutions-text145 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment29 {
  display: contents;
}
 
.fintech-industry-solutions-text148 {
  color: rgb(193, 255, 252);
  width: 100%;
  display: inline-block;
  font-size: 40px;
  max-width: 490px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.fintech-industry-solutions-fragment30 {
  display: contents;
}
 
.fintech-industry-solutions-text153 {
  display: inline-block;
}
 
.fintech-industry-solutions-container9 {
  flex: 0 0 auto;
  display: flex;
  margin-top: var(--dl-layout-space-sixunits);
  align-items: flex-start;
  margin-bottom: var(--dl-layout-space-sixunits);
}
 
.fintech-industry-solutions-fragment31 {
  display: contents;
}
 
.fintech-industry-solutions-text154 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment32 {
  display: contents;
}
 
.fintech-industry-solutions-text155 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment33 {
  display: contents;
}
 
.fintech-industry-solutions-text156 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment34 {
  display: contents;
}
 
.fintech-industry-solutions-text157 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment35 {
  display: contents;
}
 
.fintech-industry-solutions-text158 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment36 {
  display: contents;
}
 
.fintech-industry-solutions-text159 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment37 {
  display: contents;
}
 
.fintech-industry-solutions-text160 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment38 {
  display: contents;
}
 
.fintech-industry-solutions-text161 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment39 {
  display: contents;
}
 
.fintech-industry-solutions-text162 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment40 {
  display: contents;
}
 
.fintech-industry-solutions-text163 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment41 {
  display: contents;
}
 
.fintech-industry-solutions-text164 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment42 {
  display: contents;
}
 
.fintech-industry-solutions-text165 {
  display: inline-block;
  font-style: normal;
  font-weight: 500;
}
 
.fintech-industry-solutions-fragment43 {
  display: contents;
}
 
.fintech-industry-solutions-text168 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment44 {
  display: contents;
}
 
.fintech-industry-solutions-text169 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment45 {
  display: contents;
}
 
.fintech-industry-solutions-text170 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment46 {
  display: contents;
}
 
.fintech-industry-solutions-text171 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment47 {
  display: contents;
}
 
.fintech-industry-solutions-text172 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment48 {
  display: contents;
}
 
.fintech-industry-solutions-text173 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment49 {
  display: contents;
}
 
.fintech-industry-solutions-text174 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment50 {
  display: contents;
}
 
.fintech-industry-solutions-text175 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment51 {
  display: contents;
}
 
.fintech-industry-solutions-text176 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment52 {
  display: contents;
}
 
.fintech-industry-solutions-text177 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment53 {
  display: contents;
}
 
.fintech-industry-solutions-text178 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment54 {
  display: contents;
}
 
.fintech-industry-solutions-text179 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment55 {
  display: contents;
}
 
.fintech-industry-solutions-text180 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment56 {
  display: contents;
}
 
.fintech-industry-solutions-text181 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment57 {
  display: contents;
}
 
.fintech-industry-solutions-text182 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment58 {
  display: contents;
}
 
.fintech-industry-solutions-text183 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment59 {
  display: contents;
}
 
.fintech-industry-solutions-text187 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment60 {
  display: contents;
}
 
.fintech-industry-solutions-text188 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment61 {
  display: contents;
}
 
.fintech-industry-solutions-text189 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment62 {
  display: contents;
}
 
.fintech-industry-solutions-text190 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment63 {
  display: contents;
}
 
.fintech-industry-solutions-text191 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment64 {
  display: contents;
}
 
.fintech-industry-solutions-text192 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment65 {
  display: contents;
}
 
.fintech-industry-solutions-text195 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment66 {
  display: contents;
}
 
.fintech-industry-solutions-text196 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment67 {
  display: contents;
}
 
.fintech-industry-solutions-text197 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment68 {
  display: contents;
}
 
.fintech-industry-solutions-text198 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment69 {
  display: contents;
}
 
.fintech-industry-solutions-text199 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment70 {
  display: contents;
}
 
.fintech-industry-solutions-text204 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment71 {
  display: contents;
}
 
.fintech-industry-solutions-text212 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment72 {
  display: contents;
}
 
.fintech-industry-solutions-text213 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment73 {
  display: contents;
}
 
.fintech-industry-solutions-text214 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment74 {
  display: contents;
}
 
.fintech-industry-solutions-text215 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment75 {
  display: contents;
}
 
.fintech-industry-solutions-text216 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment76 {
  display: contents;
}
 
.fintech-industry-solutions-text220 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment77 {
  display: contents;
}
 
.fintech-industry-solutions-text221 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment78 {
  display: contents;
}
 
.fintech-industry-solutions-text222 {
  display: inline-block;
}
 
.fintech-industry-solutions-fragment79 {
  display: contents;
}
 
.fintech-industry-solutions-text223 {
  display: inline-block;
}
 
@media(max-width: 1600px) {
  .fintech-industry-solutions-container1 {
    border-color: var(--dl-color-gray-black);
    border-width: 1px;
  }
  .fintech-industry-solutions-thq-hero-elm1 {
    height: auto;
    margin-bottom: 0px;
    background-color: var(--dl-color-theme-secondary1);
  }
  .fintech-industry-solutions-text100 {
    font-size: 13px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 700;
    letter-spacing: 0px;
  }
  .fintech-industry-solutions-text101 {
    font-family: Poppins;
  }
  .fintech-industry-solutions-text102 {
    font-family: Poppins;
  }
  .fintech-industry-solutions-text103 {
    font-family: Poppins;
  }
  .fintech-industry-solutions-text104 {
    font-family: Poppins;
  }
  .fintech-industry-solutions-text105 {
    font-family: Poppins;
  }
  .fintech-industry-solutions-text106 {
    font-size: 12px;
    font-family: Poppins;
  }
  .fintech-industry-solutions-text110 {
    font-family: Poppins;
  }
  .fintech-industry-solutions-text111 {
    font-family: Poppins;
  }
  .fintech-industry-solutions-thq-hero-elm2 {
    width: auto;
    height: 659px;
    max-width: auto;
    padding-top: var(--dl-layout-space-sixunits);
    flex-direction: row;
    background-color: #ffffff;
  }
  .fintech-industry-solutions-thq-content-elm1 {
    gap: var(--dl-layout-space-oneandhalfunits);
    width: auto;
    height: auto;
    z-index: 10;
    align-self: center;
    align-items: flex-start;
    padding-top: 0px;
    padding-right: 0px;
    flex-direction: column;
    padding-bottom: 0px;
    justify-content: center;
  }
  .fintech-industry-solutions-thq-title-elm {
    gap: var(--dl-layout-space-halfunit);
    width: 730px;
    display: flex;
    font-size: 58px;
    align-self: flex-start;
    font-style: normal;
    text-align: left;
    font-family: Poppins;
    font-weight: 600;
    line-height: 60px;
    flex-direction: column;
  }
  .fintech-industry-solutions-text115 {
    color: #999999;
  }
  .fintech-industry-solutions-text116 {
    font-size: 16px;
  }
  .fintech-industry-solutions-thq-caption-elm1 {
    width: 600px;
    height: auto;
    display: flex;
    font-size: 18px;
    max-width: auto;
    font-style: normal;
    align-items: stretch;
    font-family: Poppins;
    font-weight: 400;
    line-height: 27px;
    flex-direction: column;
    justify-content: space-between;
  }
  .fintech-industry-solutions-thq-caption-elm2 {
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
  }
  .fintech-industry-solutions-container2 {
    width: 388px;
    height: 581px;
  }
  .fintech-industry-solutions-image1 {
    width: 100%;
    height: 100%;
    object-position: center;
  }
  .fintech-industry-solutions-container3 {
    width: 100%;
    height: 99px;
    z-index: 10;
    margin-top: var(--dl-layout-space-fiveunits);
    align-items: center;
    margin-left: 0px;
    border-width: 0px;
    margin-bottom: var(--dl-layout-space-twounits);
    flex-direction: column;
    background-color: #000000;
  }
  .fintech-industry-solutions-thq-content-elm2 {
    width: 1174px;
    height: 41px;
    margin-bottom: 0px;
    background-color: var(--dl-color-gray-black);
  }
  .fintech-industry-solutions-thq-caption-elm3 {
    font-size: 40px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 56px;
  }
  .fintech-industry-solutions-thq-description-elm1 {
    width: 100%;
    font-size: 18px;
    max-width: 350px;
    text-align: center;
    font-family: Poppins;
    line-height: 27px;
  }
  .fintech-industry-solutions-thq-caption-elm4 {
    font-size: 40px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 56px;
  }
  .fintech-industry-solutions-thq-description-elm2 {
    width: 100%;
    font-size: 18px;
    max-width: 350px;
    text-align: center;
    font-family: Poppins;
    line-height: 27px;
  }
  .fintech-industry-solutions-thq-caption-elm5 {
    font-size: 40px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 56px;
  }
  .fintech-industry-solutions-thq-description-elm3 {
    width: 100%;
    font-size: 18px;
    max-width: 350px;
    text-align: center;
    font-family: Poppins;
    line-height: 27px;
  }
  .fintech-industry-solutions-container4 {
    height: 760px;
  }
  .fintech-industry-solutions-thq-features-elm1 {
    width: 753px;
    height: 100%;
    padding-top: var(--dl-layout-space-threeunits);
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: var(--dl-layout-space-threeunits);
    padding-bottom: var(--dl-layout-space-threeunits);
    background-color: #fbfafa;
  }
  .fintech-industry-solutions-text117 {
    width: 560px;
    display: flex;
    font-size: 40px;
    max-width: 100%;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    margin-right: 0px;
  }
  .fintech-industry-solutions-text118 {
    width: 100%;
    font-size: 18px;
    max-width: 600px;
    align-self: flex-start;
    line-height: 27px;
  }
  .fintech-industry-solutions-text120 {
    width: 100%;
    max-width: 600px;
    align-self: flex-start;
  }
  .fintech-industry-solutions-container5 {
    width: 498px;
    height: 455px;
    align-self: center;
    padding-left: 0px;
  }
  .fintech-industry-solutions-image2 {
    width: 100%;
    height: 481px;
    margin-left: 0px;
    padding-left: 0px;
    object-position: center top;
  }
  .fintech-industry-solutions-thq-features-elm2 {
    height: 419px;
    padding-top: var(--dl-layout-space-fiveunits);
    padding-bottom: var(--dl-layout-space-threeunits);
  }
  .fintech-industry-solutions-thq-feature-list-elm1 {
    width: 100%;
  }
  .fintech-industry-solutions-text122 {
    font-weight: 700;
  }
  .fintech-industry-solutions-text126 {
    font-weight: 700;
  }
  .fintech-industry-solutions-text130 {
    font-weight: 700;
  }
  .fintech-industry-solutions-container6 {
    width: 100%;
    height: 370px;
    z-index: 10;
    margin-top: var(--dl-layout-space-fiveunits);
    margin-left: 0px;
    border-width: 0px;
    margin-bottom: var(--dl-layout-space-twounits);
    flex-direction: column;
    background-color: #000000;
  }
  .fintech-industry-solutions-thq-content-elm3 {
    width: 100%;
    margin-bottom: 0px;
    justify-content: center;
    background-color: var(--dl-color-gray-black);
  }
  .fintech-industry-solutions-thq-text-elm1 {
    color: rgb(255, 255, 255);
    width: 100%;
    height: 56px;
    font-size: 18px;
    align-self: center;
    font-style: inherit;
    font-family: Poppins;
    font-weight: 500;
    padding-top: var(--dl-layout-space-twounits);
    padding-left: 0px;
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: 00px;
  }
  .fintech-industry-solutions-thq-text-elm2 {
    fill: var(--dl-color-theme-neutral-light);
    color: rgb(255, 255, 255);
    width: 100%;
    font-size: 40px;
    align-self: flex-start;
    font-style: inherit;
    font-family: Poppins;
    font-weight: 500;
    padding-top: var(--dl-layout-space-halfunit);
    margin-right: var(--dl-layout-space-fiveunits);
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 00px;
  }
  .fintech-industry-solutions-container7 {
    width: 100%;
  }
  .fintech-industry-solutions-text137 {
    width: 100%;
    font-size: 40px;
    max-width: 400px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
  }
  .fintech-industry-solutions-container8 {
    gap: 0;
    width: auto;
    height: auto;
    display: flex;
    align-self: flex-start;
    align-items: flex-end;
    padding-left: var(--dl-layout-space-fiveunits);
    flex-direction: column;
  }
  .fintech-industry-solutions-text138 {
    width: 100%;
    font-size: 18px;
    max-width: 600px;
    align-self: center;
    line-height: 27px;
  }
  .fintech-industry-solutions-thq-feature-list-elm2 {
    width: 100%;
  }
  .fintech-industry-solutions-text140 {
    font-weight: 700;
  }
  .fintech-industry-solutions-text143 {
    font-weight: 700;
  }
  .fintech-industry-solutions-text146 {
    font-weight: 700;
  }
  .fintech-industry-solutions-text149 {
    width: 100%;
    max-width: 490px;
  }
  .fintech-industry-solutions-text155 {
    font-size: 14px;
  }
  .fintech-industry-solutions-text205 {
    font-weight: 700;
  }
  .fintech-industry-solutions-text206 {
    font-weight: 700;
  }
  .fintech-industry-solutions-text207 {
    font-weight: 700;
  }
  .fintech-industry-solutions-text209 {
    font-size: 10px;
    text-transform: lowercase;
  }
  .fintech-industry-solutions-text210 {
    font-size: 10px;
    text-transform: lowercase;
  }
  .fintech-industry-solutions-text212 {
    font-size: 10px;
  }
  .fintech-industry-solutions-text216 {
    font-size: 10px;
  }
}
 
@media(max-width: 1200px) {
  .fintech-industry-solutions-thq-title-elm {
    font-size: 50px;
    line-height: 46px;
  }
  .fintech-industry-solutions-container4 {
    height: auto;
  }
  .fintech-industry-solutions-thq-features-elm1 {
    width: 100%;
    max-width: 600px;
    padding-top: var(--dl-layout-space-fiveunits);
    padding-left: var(--dl-layout-space-fourunits);
  }
  .fintech-industry-solutions-text117 {
    font-size: 36px;
    line-height: 50px;
  }
  .fintech-industry-solutions-text118 {
    font-size: 16px;
  }
  .fintech-industry-solutions-thq-content-elm3 {
    padding-left: var(--dl-layout-space-fourunits);
  }
  .fintech-industry-solutions-container7 {
    padding-left: var(--dl-layout-space-threeunits);
  }
  .fintech-industry-solutions-text137 {
    font-size: 36px;
  }
  .fintech-industry-solutions-text138 {
    font-size: 16px;
  }
}
 
@media(max-width: 991px) {
  .fintech-industry-solutions-thq-hero-elm2 {
    flex-direction: column;
  }
  .fintech-industry-solutions-thq-content-elm1 {
    gap: var(--dl-layout-space-unit);
    flex: 0 0 auto;
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-fourunits);
  }
  .fintech-industry-solutions-thq-title-elm {
    font-size: 50px;
    align-items: flex-start;
    line-height: 52px;
  }
  .fintech-industry-solutions-text115 {
    color: #999999;
  }
  .fintech-industry-solutions-thq-caption-elm1 {
    font-size: 16px;
    align-self: flex-start;
    text-align: left;
  }
  .fintech-industry-solutions-thq-hero-buttons-elm {
    width: 300px;
    align-self: center;
  }
  .fintech-industry-solutions-thq-ios-btn-elm {
    flex: 1;
  }
  .fintech-industry-solutions-image1 {
    width: 770px;
  }
  .fintech-industry-solutions-thq-content-elm2 {
    width: 100%;
    flex-direction: column;
  }
  .fintech-industry-solutions-thq-stats-elm {
    padding-top: var(--dl-layout-space-threeunits);
    flex-direction: column;
  }
  .fintech-industry-solutions-thq-stat-elm1 {
    gap: var(--dl-layout-space-halfunit);
    width: 100%;
    padding-bottom: var(--dl-layout-space-threeunits);
    border-right-width: 0px;
  }
  .fintech-industry-solutions-thq-caption-elm3 {
    text-align: center;
    line-height: 32px;
  }
  .fintech-industry-solutions-thq-stat-elm2 {
    gap: var(--dl-layout-space-halfunit);
    width: 100%;
    padding-top: var(--dl-layout-space-threeunits);
    padding-bottom: var(--dl-layout-space-threeunits);
  }
  .fintech-industry-solutions-thq-caption-elm4 {
    text-align: center;
    line-height: 32px;
  }
  .fintech-industry-solutions-thq-stat-elm3 {
    gap: var(--dl-layout-space-halfunit);
    width: 100%;
    padding-top: var(--dl-layout-space-threeunits);
    padding-bottom: var(--dl-layout-space-threeunits);
    border-left-width: 0px;
  }
  .fintech-industry-solutions-thq-caption-elm5 {
    text-align: center;
    line-height: 32px;
  }
  .fintech-industry-solutions-thq-features-elm1 {
    padding-right: 0px;
  }
  .fintech-industry-solutions-thq-features-elm2 {
    height: auto;
  }
  .fintech-industry-solutions-thq-content-elm3 {
    flex-direction: column;
  }
  .fintech-industry-solutions-container7 {
    width: auto;
    height: auto;
  }
  .fintech-industry-solutions-container8 {
    width: 559px;
    padding-left: 0px;
  }
  .fintech-industry-solutions-text138 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
}
 
@media(max-width: 767px) {
  .fintech-industry-solutions-thq-content-elm1 {
    padding-left: var(--dl-layout-space-fourunits);
  }
  .fintech-industry-solutions-thq-title-elm {
    font-size: 40px;
    line-height: 48px;
  }
  .fintech-industry-solutions-thq-caption-elm1 {
    font-size: 16px;
    line-height: 24px;
  }
  .fintech-industry-solutions-thq-caption-elm3 {
    font-size: 32px;
  }
  .fintech-industry-solutions-thq-description-elm1 {
    font-size: 16px;
    line-height: 24px;
  }
  .fintech-industry-solutions-thq-caption-elm4 {
    font-size: 32px;
  }
  .fintech-industry-solutions-thq-description-elm2 {
    font-size: 16px;
    line-height: 24px;
  }
  .fintech-industry-solutions-thq-caption-elm5 {
    font-size: 32px;
  }
  .fintech-industry-solutions-thq-description-elm3 {
    font-size: 16px;
    line-height: 24px;
  }
  .fintech-industry-solutions-container4 {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  .fintech-industry-solutions-thq-features-elm1 {
    gap: var(--dl-layout-space-threeunits);
  }
  .fintech-industry-solutions-text117 {
    font-size: 32px;
    line-height: 44px;
  }
  .fintech-industry-solutions-text118 {
    font-size: 16px;
    line-height: 24px;
  }
  .fintech-industry-solutions-text120 {
    font-size: 16px;
    line-height: 24px;
  }
  .fintech-industry-solutions-thq-features-elm2 {
    gap: var(--dl-layout-space-threeunits);
  }
  .fintech-industry-solutions-thq-feature-list-elm1 {
    gap: var(--dl-layout-space-twounits);
    width: 100%;
    flex-direction: column;
  }
  .fintech-industry-solutions-thq-features-elm3 {
    gap: var(--dl-layout-space-threeunits);
  }
  .fintech-industry-solutions-container7 {
    flex-direction: column;
  }
  .fintech-industry-solutions-text137 {
    font-size: 32px;
    line-height: 44px;
  }
  .fintech-industry-solutions-text138 {
    font-size: 16px;
    line-height: 24px;
    padding-top: var(--dl-layout-space-twounits);
    padding-left: 0px;
  }
  .fintech-industry-solutions-thq-feature-list-elm2 {
    gap: var(--dl-layout-space-twounits);
    width: 100%;
    flex-direction: column;
  }
  .fintech-industry-solutions-text148 {
    font-size: 32px;
  }
  .fintech-industry-solutions-text149 {
    font-size: 32px;
  }
  .fintech-industry-solutions-text165 {
    font-size: 14px;
  }
}
 
@media(max-width: 479px) {
  .fintech-industry-solutions-thq-hero-elm2 {
    width: auto;
    height: 100%;
  }
  .fintech-industry-solutions-thq-content-elm1 {
    padding-top: 0px;
    padding-left: 0px;
  }
  .fintech-industry-solutions-thq-title-elm {
    width: auto;
  }
  .fintech-industry-solutions-thq-caption-elm1 {
    width: auto;
  }
  .fintech-industry-solutions-thq-hero-buttons-elm {
    width: 100%;
    flex-direction: column;
  }
  .fintech-industry-solutions-thq-ios-btn-elm {
    width: 100%;
  }
  .fintech-industry-solutions-image1 {
    width: 100%;
  }
  .fintech-industry-solutions-container4 {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  .fintech-industry-solutions-thq-features-elm1 {
    width: 100%;
    height: auto;
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .fintech-industry-solutions-thq-features-elm3 {
    width: 100%;
  }
  .fintech-industry-solutions-container7 {
    width: 100%;
  }
  .fintech-industry-solutions-container8 {
    width: 100%;
  }
  .fintech-industry-solutions-text138 {
    width: auto;
    display: flex;
    max-width: auto;
    flex-direction: column;
  }
}
