@charset "UTF-8";
@font-face {
  font-family: "SharpGroteskBook";
  src: url(../../../assets/Fonts/SharpGroteskBook20-Regular.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1, h2, h3, h4, h5, p, a, button, select, input, textarea {
  font-family: "DM Sans", sans-serif;
}

p, button, select, input, textarea {
  font-size: 13px;
  color: #003A3D;
}

a {
  font-size: 13px;
  color: #003A3D !important;
}

h1 {
  font-size: 24px;
  color: #003A3D;
  font-weight: 400;
}

h2 {
  font-size: 24px;
  color: #003A3D;
  margin: 1.5em 0 1em;
  font-weight: 400;
}

.result-header {
  color: #003A3D;
}

.swipe-slide-wrapper h2 {
  color: #003A3D;
}

ul {
  list-style: disc;
  padding-left: 1.5rem;
}

li:not(:first-child) {
  padding-top: 1.5rem;
}

p {
  font-size: 13px;
  line-height: 20px;
}

a {
  color: #003A3D;
}

.bank-consent {
  font-size: 13px;
  font-weight: normal;
  margin-right: 1em;
}

@media (min-width: 768px) {
  h1 {
    font-size: 33px;
  }
}
html {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  min-height: 100%;
  display: inline-block;
  color: #003A3D;
  width: 100%;
}

.submitButton {
  display: inline-block;
  width: 300px;
  height: 30px;
  font-size: 16px;
}

a.btn {
  text-decoration: none;
}

.btn {
  height: 100%;
  width: 190px;
  border: 1px solid #4e4e4e;
  border-radius: 25px;
  border-color: transparent;
  text-align: center;
  font-size: 16px;
  margin: 0;
  display: inline-block;
  align-items: flex-start;
  cursor: pointer;
  box-sizing: border-box;
  padding: 1px 6px;
  line-height: 2em;
  transition: 0.1s all linear;
}
.btn:disabled {
  opacity: 0.8;
}
.btn-cancel {
  background-color: transparent;
  border-color: #003A3D;
  color: #003A3D;
}
.btn-cancel:hover {
  background-color: #003A3D;
  border-color: #003A3D;
  color: #ffffff;
}
.btn-ok {
  color: #ffffff !important;
  background-color: #39D25D;
}
.btn-ok:hover {
  background-color: #39D25D;
}
.btn-learn-more {
  background-color: transparent;
  border-color: #003A3D;
  color: #003A3D;
}
.btn-learn-more:hover {
  background-color: #003A3D;
  color: #ffffff;
}

.button-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 1em;
}
.button-wrapper__learn-more {
  margin-top: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.button-wrapper button {
  height: 3em;
  margin-bottom: 1em;
}

.button-padding {
  display: flex;
  flex: 1 0 auto;
  margin: 0 5px;
}

.button-flexbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  align-items: center;
}
.button-flexbox-column {
  display: flex;
  flex: 2;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
}
.button-flexbox-double-column {
  display: flex;
  flex: 8;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.generic-link-button {
  font-weight: bold;
  font-size: 14px;
  line-height: 34px;
}

@media only screen and (max-width: 336px) {
  .btn {
    width: 100%;
  }
}
@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 0.75em;
    opacity: 1;
  }
  40% {
    height: 0.75em;
    width: 0.75em;
    opacity: 1;
  }
  100% {
    height: 1.75em;
    width: 0.75em;
    opacity: 1;
  }
}
@keyframes lds-ring {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
header {
  width: 98%;
  margin: 0 auto;
}

.captcha {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 1em;
}

.h-250 {
  min-height: 250px;
}

.section-container {
  display: none;
}

.text-center {
  text-align: center;
}

.info-container {
  text-align: center;
}
.info-container h1 {
  color: #003A3D;
}

.why-bankstatements-container {
  text-align: center;
}
.why-bankstatements-container h3 {
  color: #003A3D;
}

.background-section {
  background-color: #ffffff;
  padding: 10px 0;
  min-height: 300px;
}

.bank-wrapper h2 {
  text-align: center;
  color: #003A3D;
}
.bank-wrapper .bank-holder {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
}
.bank-wrapper .bank-holder .bank-holder-wrapper {
  flex-basis: 50%;
}

#bank-select-label {
  font-size: 19px !important;
}

#bank-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select2-selection__arrow {
  display: none;
}

.restrict-width {
  max-width: 480px;
  margin: 20px auto;
}
.restrict-width h2 {
  text-align: center;
}

.terms-conditions-wrapper {
  width: 100%;
  margin-top: 8px;
}

.secured-logo-wrapper {
  flex-basis: 50%;
  text-align: right;
}
.secured-logo-wrapper .secured-logo {
  height: 40px;
  pointer-events: none;
  position: relative;
  right: -4px;
}

.bold-span {
  font-weight: bold;
}

.bold-green {
  color: #39D25D;
  font-weight: bolder;
}

.info-container-header {
  margin: 0;
  font-weight: bolder;
}

.info-container-content {
  margin: 0;
  font-size: 14px;
}

.badge-text-group h3 {
  font-weight: bolder;
  color: #003A3D;
  margin: 0;
  font-size: 22px;
  text-align: center;
}

.badge-text-group p {
  margin-top: 5px;
  text-align: center;
}

.badge-section {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.badge-section-desktop {
  display: flex;
  justify-content: center;
  width: 0px;
  margin: 50px 0;
  gap: 25px;
}

.badge-groups-desktop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.badge-groups-desktop img {
  max-width: 123px;
}

.badge-text-group {
  padding: 10px 15px;
}

#infoSection {
  height: auto;
  overflow: visible;
  transition: height 0.25s;
}

#infoSection.collapsed {
  height: 0;
  overflow: hidden;
}

#messageCarousel, #attachCarousel {
  height: auto;
  overflow: visible;
  transition: height 0.25s;
}

#messageCarousel.collapsed, #attachCarousel.collapsed {
  height: 0;
  overflow: hidden;
}

.icon-container-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.icon-container-wrapper .icon-container {
  flex: 1 0 100%;
  margin: 0;
  text-align: center;
  padding: 10px 40px;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  .badge-groups-desktop {
    flex-direction: row;
    align-items: flex-start;
  }
  .badge-text-group h3 {
    text-align: left;
  }
  .badge-text-group p {
    text-align: left;
  }
  .bank-details {
    flex: 1;
  }
  .icon-container-wrapper .icon-container {
    flex: 1 0 42%;
    margin: 5px;
  }
  #infoSection {
    display: none !important;
  }
  .badge-section {
    display: flex;
  }
  .badge-section-desktop {
    width: 768px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .badge-groups-desktop {
    flex-direction: column;
    align-items: center;
  }
  .badge-text-group h3 {
    text-align: center;
  }
  .badge-text-group p {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .icon-container-wrapper .icon-container {
    flex: 1 0 21%;
    margin: 5px;
  }
  .badge-section-desktop {
    width: 990px;
  }
}
@media only screen and (max-width: 768px) {
  .info-container {
    flex-basis: 100%;
  }
  .bank-details {
    flex-basis: 100%;
  }
  .background-section {
    padding: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .badge-section-desktop {
    width: 1060px;
  }
}
.content {
  width: 100%;
  margin: 0;
}

body {
  margin: 0;
  box-sizing: border-box;
}

.logo-Container {
  height: 20%;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem;
}

.bankStatements-form {
  display: contents;
  float: left;
}

#chosen-bank {
  background-color: #c4c3c3;
  color: #ffffff;
  text-align: center;
  padding: 1.5rem 0;
}

#complete, #waiting, #waiting-login, #waiting-attach {
  text-align: center;
}

.secondary-color {
  color: #003A3D;
}

.italic {
  font-style: italic;
}

.input-container {
  margin: 1em 0;
}

input:not([type=checkbox]):not([type=radio]), select {
  width: 100%;
  border: 1px solid #4e4e4e;
  text-align: left;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  border-radius: 10px;
  padding: 8px 10px 7px;
  margin-top: 5px;
  box-sizing: border-box;
  height: 50px;
  background-color: #fafafa;
}

select {
  margin-top: 1em;
  height: auto;
}

label:not(.default-style) {
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 13px;
}

.password-wrap {
  display: block;
  position: relative;
}
.password-wrap .eye {
  content: "";
  height: 24px;
  width: 24px;
  display: block;
  position: absolute;
  top: 18px;
  right: 8px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"/></svg>');
}
.password-wrap .eye.closed {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0zm0 0h24v24H0zm0 0h24v24H0zm0 0h24v24H0z" fill="none"/><path d="M12 7c2.76 0 5 2.24 5 5 0 .65-.13 1.26-.36 1.83l2.92 2.92c1.51-1.26 2.7-2.89 3.43-4.75-1.73-4.39-6-7.5-11-7.5-1.4 0-2.74.25-3.98.7l2.16 2.16C10.74 7.13 11.35 7 12 7zM2 4.27l2.28 2.28.46.46C3.08 8.3 1.78 10.02 1 12c1.73 4.39 6 7.5 11 7.5 1.55 0 3.03-.3 4.38-.84l.42.42L19.73 22 21 20.73 3.27 3 2 4.27zM7.53 9.8l1.55 1.55c-.05.21-.08.43-.08.65 0 1.66 1.34 3 3 3 .22 0 .44-.03.65-.08l1.55 1.55c-.67.33-1.41.53-2.2.53-2.76 0-5-2.24-5-5 0-.79.2-1.53.53-2.2zm4.31-.78l3.15 3.15.02-.16c0-1.66-1.34-3-3-3l-.17.01z"/></svg>');
}

#RCCFields-container-subelements {
  display: flex;
}
#RCCFields-container-subelements .password-wrap {
  flex: 1;
  padding-bottom: 40px;
  position: relative;
  text-align: center;
}
#RCCFields-container-subelements .password-wrap .eye {
  position: absolute;
  right: 50%;
  top: 42px;
  margin-right: -12px;
}

/* CSS Spinner */
.lds-holder {
  background-color: transparent;
  color: #848484;
  text-align: center;
  line-height: 2em;
  font-weight: bold;
  /*display: none;*/
  width: 100%;
  top: 15em;
  position: absolute;
  margin: auto;
}

.lds-ring {
  height: 100%;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

/* CSS Checkmark */
.circle-loader {
  margin: 3em 2em 2em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-left-color: #003A3D;
  animation: loader-spin 1.2s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 4em;
  height: 4em;
}

.load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: #003A3D;
  background-color: #003A3D;
  transition: 500ms ease;
}

.waiting-icon {
  content: "";
  height: 62px;
  width: 60px;
  display: block;
}

.checkmark {
  display: none;
}

.checkmark.draw:after {
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}

.checkmark:after {
  opacity: 1;
  height: 1.75em;
  width: 0.75em;
  transform-origin: left top;
  border-right: 2px solid white;
  border-top: 2px solid white;
  content: "";
  left: 1em;
  top: 2em;
  position: absolute;
}

.spin {
  animation: loader-spin 1.2s infinite linear;
}

.swipe .svg-icon.fill svg g,
.waiting-container .svg-icon.fill svg g {
  fill: #003A3D;
}
.swipe .svg-icon.fill svg path,
.waiting-container .svg-icon.fill svg path {
  fill: #003A3D;
}
.swipe .svg-icon.stroke path,
.waiting-container .svg-icon.stroke path {
  stroke: #003A3D;
}

.waiting-icon {
  position: relative;
  width: 62px;
  height: 60px;
  margin: 3em auto 2em;
}
.waiting-icon .circle-loader {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
.waiting-icon .arrow {
  position: absolute;
  left: 12px;
  top: 12px;
}

.select2-container #select2-bank-select-container {
  line-height: 38px;
}
.select2-container #select2-bank-select-container:after {
  content: "›";
  font-size: 30px;
  color: #003A3D;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 12px;
  top: 8px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}
.select2-container .select2-selection--single {
  padding: 4px 0;
  height: 50px;
  padding-left: 15px;
}
.select2-container .select2-selection__placeholder {
  line-height: 38px;
}
.select2-container--default .select2-selection--single {
  border-radius: 10px;
  background-color: #fafafa;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #003A3D;
}
.select2-container--default .select2-dropdown .select2-results__option {
  padding: 10px 6px;
}
.select2-container--default .select2-dropdown .select2-results__option--selected {
  background-color: #39D25D;
  color: #ffffff;
}

.swipe-outer {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin: 55px 0px 30px 0;
}

.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
  flex: 1;
  pointer-events: none;
  cursor: default;
}

.swipe-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.swipe-wrap .swipe-slide {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.swipe-wrap .swipe-slide .swipe-slide-wrapper {
  padding: 0 15px;
}
@media (min-width: 576px) {
  .swipe-wrap .swipe-slide .swipe-slide-wrapper {
    padding: 0 60px;
  }
}

.center-text {
  text-align: center;
}

.swipe-button-next, .swipe-button-prev {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  cursor: pointer;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
}
.swipe-button-next:focus, .swipe-button-prev:focus {
  outline: none;
  box-shadow: none;
}
.swipe-button-next svg, .swipe-button-prev svg {
  position: relative;
  stroke: #003A3D;
  height: 20px;
  z-index: 2;
  padding-right: 10px;
}

.swipe-button-prev {
  transform: rotateY(180deg);
}

.swipe-pagination {
  display: flex;
  justify-content: center;
  margin-top: 6px;
  margin-bottom: 20px;
}
.swipe-pagination .slider-dot {
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 1px solid #979797;
  border-radius: 5px;
  background-color: #d8d8d8;
  color: inherit;
  padding: 0;
  font: inherit;
  cursor: pointer;
}
.swipe-pagination .slider-dot:not(:last-child) {
  margin-right: 10px;
}
.swipe-pagination .slider-dot.active {
  border-color: #003A3D;
  background-color: #003A3D;
}

.static .swipe {
  visibility: visible;
  overflow: visible;
}

.static .swipe-outer > button,
.static .swipe-pagination {
  display: none;
}

.static .swipe-wrap {
  margin-bottom: 20px;
}

.faq-container {
  max-width: 1275px;
  margin: auto;
  padding: 0 30px;
}
.faq-heading {
  text-align: center;
  font-weight: 700;
  margin: 0 0 45px;
}
@media (min-width: 768px) {
  .faq-heading {
    font-size: 30px;
    line-height: 39px;
  }
}
.faq-list {
  display: grid;
  row-gap: 12px;
  margin-top: 30px;
}

.accordion {
  background: #F3F6F4;
  border-radius: 25px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .accordion {
    border-radius: 16px;
  }
}
.accordion p {
  margin: 0 0 26px;
}
.accordion p:last-child {
  margin: 0;
}
.accordion button {
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 0;
  background-color: transparent;
  border: 0;
}
.accordion button:hover {
  background-color: transparent;
}
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 20px;
  padding: 22px 22px 22px 44px;
  width: 100%;
  box-sizing: border-box;
  text-rendering: geometricprecision;
}
@media (max-width: 1439px) {
  .accordion-header {
    font-size: 18px;
    padding: 22px 22px 22px 36px;
  }
}
@media (max-width: 767px) {
  .accordion-header {
    padding: 22px;
  }
}
.accordion-header-icon {
  font-size: 56px;
  width: 1em;
  height: 1em;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #39D25D;
  transition: 0.35s ease;
}
@media (max-width: 1439px) {
  .accordion-header-icon {
    font-size: 46px;
  }
}
@media (max-width: 991px) {
  .accordion-header-icon {
    font-size: 30px;
  }
}
.accordion-header-icon svg {
  font-size: 24px;
  height: 1em;
  width: auto;
  grid-area: 1/-1;
  transition: 0.35s ease;
}
.accordion-header-icon svg:last-child {
  opacity: 0;
  rotate: 90deg;
}
@media (max-width: 1439px) {
  .accordion-header-icon svg {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .accordion-header-icon svg {
    font-size: 12px;
  }
}
[aria-expanded=true] .accordion-header-icon {
  transform: rotate(-90deg);
  color: #fff;
  background-color: #39D25D;
}
[aria-expanded=true] .accordion-header-icon svg:first-child {
  opacity: 0;
}
[aria-expanded=true] .accordion-header-icon svg:last-child {
  opacity: 1;
}
.accordion-body {
  display: none;
}
.accordion-panel {
  padding: 0 44px 58px;
  font-size: 16px;
}
.accordion-panel p, .accordion-panel a {
  font-size: 16px;
}
@media (max-width: 1439px) {
  .accordion-panel {
    padding: 0 36px 50px;
  }
}
@media (max-width: 767px) {
  .accordion-panel {
    padding: 0 22px 44px;
  }
}

.trustpilot-widget {
  margin-bottom: 30px;
}

/*# sourceMappingURL=bankstatements-default.css.map */
