/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/styles/acf-blocks/features/tabs-with-user-flow-block.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
.tabs-with-user-flow-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tabs-with-user-flow-block .payments-user-flow {
  overflow: hidden;
}
.tabs-with-user-flow-block .payments-user-flow__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tabs-with-user-flow-block .payments-user-flow__title {
  margin-bottom: 16px;
  text-align: center;
  max-width: 820px;
}
@media screen and (min-width: 1024px) {
  .tabs-with-user-flow-block .payments-user-flow__title {
    margin-bottom: 24px;
  }
}
.tabs-with-user-flow-block .payments-user-flow__description {
  text-align: center;
  max-width: 660px;
}
.tabs-with-user-flow-block .payments-user-flow__btn {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .tabs-with-user-flow-block .payments-user-flow__btn {
    margin-top: 24px;
  }
}
.tabs-with-user-flow-block .payments-user-flow__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 862px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .tabs-with-user-flow-block .payments-user-flow__steps {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-top: 80px;
  }
}
.tabs-with-user-flow-block .payments-user-flow__steps__image {
  padding: 40px 60px;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .tabs-with-user-flow-block .payments-user-flow__steps__image {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    max-width: 328px;
    margin-right: 11px;
  }
  [dir=rtl] .tabs-with-user-flow-block .payments-user-flow__steps__image {
    margin-right: 0;
    margin-left: 11px;
    padding-left: 60px;
    padding-right: 0;
  }
}
.tabs-with-user-flow-block .payments-user-flow__steps__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.tabs-with-user-flow-block .payments-user-flow__steps__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4px;
  min-height: 66px;
}
@media screen and (min-width: 1024px) {
  .tabs-with-user-flow-block .payments-user-flow__steps__item {
    min-height: 85px;
    margin-top: 8px;
    max-width: 502px;
  }
}
.tabs-with-user-flow-block .payments-user-flow__steps__item:first-child {
  margin-top: 0;
}
.tabs-with-user-flow-block .payments-user-flow__steps__item__numb {
  padding: 19px 18px;
  background-color: #FFFFFF;
  margin-right: 4px;
  border-radius: 12px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  min-width: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[dir=rtl] .tabs-with-user-flow-block .payments-user-flow__steps__item__numb {
  margin-right: 0;
  margin-left: 4px;
}
@media screen and (min-width: 1024px) {
  .tabs-with-user-flow-block .payments-user-flow__steps__item__numb {
    border-radius: 30px;
    font-size: 32px;
    line-height: 1.15;
    margin-right: 8px;
    min-width: 85px;
  }
  [dir=rtl] .tabs-with-user-flow-block .payments-user-flow__steps__item__numb {
    line-height: 1.25;
    font-weight: 700;
    margin-right: 0;
    margin-left: 8px;
  }
}
.tabs-with-user-flow-block .payments-user-flow__steps__item__text {
  background-color: #FFFFFF;
  padding: 12px;
  border-radius: 12px;
  width: 100%;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .tabs-with-user-flow-block .payments-user-flow__steps__item__text {
    border-radius: 24px;
    font-size: 24px;
    line-height: 1.15;
    padding: 20px;
  }
  [dir=rtl] .tabs-with-user-flow-block .payments-user-flow__steps__item__text {
    line-height: 1.25;
  }
}
.tabs-with-user-flow-block__tabs {
  width: 100%;
  min-width: 325px;
  margin: 24px auto 40px;
  overflow: scroll;
  position: relative;
  z-index: 1;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  padding: 0 20px;
}
@media screen and (min-width: 576px) {
  .tabs-with-user-flow-block__tabs {
    overflow: auto;
  }
}
@media screen and (min-width: 1024px) {
  .tabs-with-user-flow-block__tabs {
    max-width: 1120px;
    margin: 60px auto 60px;
  }
}
.tabs-with-user-flow-block__tabs-inner {
  background-color: #FFFFFF;
  padding: 8px;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 708px;
  border-radius: 120px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .tabs-with-user-flow-block__tabs-inner {
    width: 100%;
    max-width: 1240px;
    min-width: unset;
  }
}
.tabs-with-user-flow-block__tab {
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  border-radius: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-wrap: nowrap;
  -webkit-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 130px;
}
@media screen and (min-width: 576px) {
  .tabs-with-user-flow-block__tab {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .tabs-with-user-flow-block__tab {
    font-size: 16px;
  }
  .tabs-with-user-flow-block__tab:first-child {
    margin-right: 8px;
  }
  [dir=rtl] .tabs-with-user-flow-block__tab:first-child {
    margin-left: 8px;
    margin-right: 0;
  }
  .tabs-with-user-flow-block__tab:last-child {
    margin-left: 8px;
  }
  [dir=rtl] .tabs-with-user-flow-block__tab:last-child {
    margin-left: 0;
    margin-right: 8px;
  }
}
.tabs-with-user-flow-block__tab:not(.active) {
  background-color: #FFFFFF !important;
}
@media (hover: hover) {
  .tabs-with-user-flow-block__tab {
    cursor: pointer;
  }
}
.tabs-with-user-flow-block__tab__content {
  max-width: 608px;
  width: 100%;
  min-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  .tabs-with-user-flow-block__tab__content {
    max-width: 648px;
    padding-right: 40px;
    margin-right: 40px;
  }
  [dir=rtl] .tabs-with-user-flow-block__tab__content {
    margin-right: 0;
    margin-left: 40px;
    padding-right: 0;
    padding-left: 40px;
  }
}
.tabs-with-user-flow-block__tab__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .tabs-with-user-flow-block__tab__content-wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.tabs-with-user-flow-block .payments-user-flow__btn.btn {
  margin-top: 40px;
  width: 100%;
  max-width: 335px;
}
@media screen and (min-width: 1024px) {
  .tabs-with-user-flow-block .payments-user-flow__btn.btn {
    max-width: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.tabs-with-user-flow-block .payments-user-flow__btn--desktop.btn {
  display: none;
}
@media screen and (min-width: 1024px) {
  .tabs-with-user-flow-block .payments-user-flow__btn--desktop.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.tabs-with-user-flow-block .payments-user-flow__btn--mobile.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .tabs-with-user-flow-block .payments-user-flow__btn--mobile.btn {
    display: none;
  }
}
.tabs-with-user-flow-block .js-tab-content {
  display: none;
}
.tabs-with-user-flow-block .js-tab-content.active {
  display: block;
}
.tabs-with-user-flow-block .payments-user-flow__description {
  max-width: 820px;
}
.tabs-with-user-flow-block .payments-user-flow__steps {
  padding-top: 0;
  max-width: 1090px;
}
.tabs-with-user-flow-block .payments-user-flow__steps__image {
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  .tabs-with-user-flow-block .payments-user-flow__steps__image {
    margin-right: 11px;
    margin-left: 5px;
    padding-right: 55px;
  }
  [dir=rtl] .tabs-with-user-flow-block .payments-user-flow__steps__image {
    margin-right: 5px;
    margin-left: 11px;
    padding-left: 55px;
    padding-right: 0;
  }
}
.tabs-with-user-flow-block .payments-user-flow__steps__image .img-wrapper {
  margin: 0 auto;
  max-width: 273px;
}
@media screen and (min-width: 1024px) {
  .tabs-with-user-flow-block .payments-user-flow__steps__items {
    max-width: 608px;
    margin-left: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  [dir=rtl] .tabs-with-user-flow-block .payments-user-flow__steps__items {
    margin-left: 0;
    margin-right: auto;
  }
}
.tabs-with-user-flow-block .payments-user-flow__steps__item {
  max-width: 100%;
}
.tabs-with-user-flow-block .payments-user-flow__steps__item__text {
  padding: 12px 10px;
}
@media screen and (min-width: 1024px) {
  .tabs-with-user-flow-block .payments-user-flow__steps__item__text {
    padding: 16px 20px;
  }
}
[dir=rtl] .tabs-with-user-flow-block .payments-user-flow__steps__item__numb {
  font-family: "SF Pro Display", sans-serif;
  line-height: 1;
}
.tabs-with-user-flow-block .payments-user-flow__title {
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .tabs-with-user-flow-block .payments-user-flow__title {
    margin-bottom: 32px;
  }
}

/*# sourceMappingURL=tabs-with-user-flow-block.css.map*/