* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  height: 100%;
  width: 100%;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.lang-select {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.lang-select .lang-globe {
  position: absolute;
  top: calc(50% - 10px);
  left: 10px;
  fill: #4594f7;
  pointer-events: none;
  width: 20px;
  height: 20px;
}
.lang-select select {
  padding: 0 36px;
  background: #fafafa;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 44px;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
  -webkit-appearance: none;
  outline: none;
}
.lang-select .lang-chevron {
  position: absolute;
  top: calc(50% - 4px);
  right: 14px;
  fill: #4594f7;
  pointer-events: none;
  width: 12px;
  height: 8px;
}

.px-18 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}
.container {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1240px;
  position: relative;
  /* z-index: 20; */
}

@media screen and (max-width: 414px) {
  .container {
    padding: 0 16px;
  }
}
.menu-lang {
  border: none;
  border-radius: 0.625rem;
  padding: 0.625rem 8px;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
}

.ml-32 {
  margin-left: 2rem;
}

.ml-16 {
  margin-left: 1rem;
}

.btn-outlined,
.btn {
  border-radius: 0.625rem;
  padding: 0.625rem 20px;
}

.btn-outlined {
  background-color: white;
  border: 1px solid #4594f7;
  color: #4594f7;
}

.btn {
  background-color: #4594f7;
  border: 1px solid #4594f7;
  color: white;
}

.b-navbar .b-container {
  display: flex;
  padding: 2rem 4.5rem;
  justify-content: space-between;
  align-items: center;
}
.b-navbar .b-container .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b-navbar .b-container .menu .menu-item {
  margin: 0 28px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
}

.banner .b-container {
  opacity: 1;
  padding: 4rem 8rem 8rem 8rem;
}

.banner::before {
  content: "";
  z-index: -1;
  background-image: url("/web/20220826105512im_/https://payrue.com/landing/wallet-images/bg-payrue.svg");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 5%;
}

.flex {
  display: flex;
}

.mt-16 {
  margin-top: 1rem;
}

.mr-10 {
  margin-right: 0.625rem;
}

.space-between {
  justify-content: space-between;
}

.space-around {
  justify-content: space-around;
}

.flex-column {
  flex-direction: column;
}

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

.justify-center {
  justify-content: center;
}

.typo-500-32 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 0em;
  text-align: center;
}

.typo-500-16 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.02em;
}

.typo-400-16 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: left;
}

.typo-600-16 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: left;
}

.typo-600-64 {
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 88px;
  letter-spacing: 0em;
  text-align: left;
}

.align-baseline {
  align-items: baseline;
}

.mr-11 {
  margin-right: 11px;
}

.max-width-372 {
  max-width: 23.2rem;
}

.gray {
  color: #373f51;
}

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

.mt-32 {
  margin-top: 2rem;
}

.mt-24 {
  margin-top: 1.5rem;
}

.mr-12 {
  margin-right: 0.75rem;
}

.full-width {
  width: 100%;
}

.typo-500-11 {
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.02em;
  text-align: left;
}

.mb-16 {
  margin-bottom: 1rem;
}

.typo-600-24 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.02em;
  text-align: left;
}

.typo-600-32 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3rem;
  letter-spacing: -0.02em;
  text-align: left;
}

.typo-500-17 {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.4079999924px;
  text-align: left;
}

.mr-8 {
  margin-right: 8px;
}

.mr-16 {
  margin-right: 1rem;
}

.btn-store {
  align-items: center;
  justify-content: center;
  border: 1px solid #017aff;
  border-radius: 20px;
  background-color: transparent;
  padding: 0.75rem;
}
.btn-store p {
  background: linear-gradient(180deg, #017aff 0%, #3c53b9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.width-130 {
  min-width: 130px;
  max-width: 130px;
}

.md\:w-0\.5 {
  width: 0.5px;
}

.w-0\.5 {
  width: 0.5px;
}

.md\:h-0\.5 {
  width: 0.5px;
}

.h-0\.5 {
  width: 0.5px;
}

.footer {
  background: #fafafa;
  padding: 64px 0 164px;
}
.footer a {
  margin: 0 0 8px;
  display: block;
  color: #0f3080;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
.footer a:last-child {
  margin: 0;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer .footer-logo .copy {
  margin: 0 0 62px;
}
.footer .footer-logo .logo {
  width: 204px;
  height: 66px;
  display: block;
  font-size: 0;
  background: url(/web/20220826105512im_/https://payrue.com/landing/wallet-images/logo.svg) no-repeat center center/cover;
}
.footer .footer-logo p {
  margin: 16px 0 0;
  max-width: 299px;
  color: #0f3080;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
.footer .footer-logo select {
  background: #f1f1f1;
}
.footer .links-external {
  margin: 32px 0;
  font-size: 0;
}
.footer .links-external a {
  display: inline-block;
  vertical-align: top;
  margin: 0 32px 0 0;
}
.footer .links-external a:last-child {
  margin: 0;
}
.footer .links-external a svg {
  fill: #0f3080;
}
.footer .links-internal {
  display: flex;
}
.footer .section:not(:last-child) {
  margin: 0 80px 0 0;
}
.footer .footer-content {
  padding: 24px 0 0;
  max-width: 640px;
}
.footer .footer-content p.support {
  color: #0f3080;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
}
.footer .footer-content p.support a {
  color: #36a3da;
  font-size: 20px;
  display: inline;
}
.footer .footer-content p.support:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .footer {
    padding-bottom: 100px;
  }
  .footer .container {
    flex-direction: column;
  }
  .footer .footer-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer .footer-logo .copy {
    margin: 0;
  }
  .footer .footer-content {
    width: 100%;
    max-width: none;
    margin: 70px 0 0;
    padding: 0;
  }
  .footer .links-external {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 850px) {
  .footer {
    padding: 46px 0 60px;
  }
  .footer .footer-logo .copy {
    width: 100%;
  }
  .footer .footer-logo .copy .logo {
    margin: 0 auto;
    width: 136px;
    height: 44px;
  }
  .footer .footer-logo .copy p {
    max-width: none;
    font-size: 14px;
    text-align: center;
  }
  .footer .footer-logo .lang {
    display: none;
  }
  .footer .footer-content {
    margin: 30px 0 0;
  }
  .footer .footer-content p.support {
    font-size: 14px;
    text-align: center;
  }
  .footer .footer-content p.support a {
    display: inline;
    font-size: 14px;
  }
  .footer .links-external {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px 0;
  }
  .footer .links-external a {
    margin: 14px !important;
  }
  .footer .links-internal {
    flex-direction: column;
  }
  .footer .links-internal .section:not(:last-child) {
    margin: 0 0 40px;
  }
  .footer .links-internal a {
    text-align: center;
  }
}
.menu-trigger {
  width: 24px;
}

.button-like {
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: color 0.2s ease, background 0.2s ease;
  -moz-transition: color 0.2s ease, background 0.2s ease;
  -ms-transition: color 0.2s ease, background 0.2s ease;
  -o-transition: color 0.2s ease, background 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease;
}

.button-like span {
  display: block;
  padding: 10px 0;
  white-space: nowrap;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
}

.button-like svg {
  fill: #fff;
  margin: 0 0 0 12px;
  width: 8px;
  height: 14px;
}

.button-like.blue1 {
  background: #4594f7;
  border-color: #4594f7;
}

.button-like.blue1:hover {
  background: #1478f5;
  border-color: #1478f5;
}

.button-like.outline {
  background: transparent;
}

.button-like.outline.blue1 span {
  color: #4594f7;
}

.button-like.outline.blue1 svg {
  fill: #4594f7;
}

.button-like.outline.blue1:hover {
  background: rgba(69, 148, 247, 0.15);
}

.button-like.blue2 {
  background: #4986cc;
  border-color: #4986cc;
}

.button-like.blue2:hover {
  background: #316db1;
  border-color: #316db1;
}

.button-like.outline {
  background: transparent;
}

.button-like.outline.blue2 span {
  color: #4986cc;
}

.button-like.outline.blue2 svg {
  fill: #4986cc;
}

.button-like.outline.blue2:hover {
  background: rgba(73, 134, 204, 0.15);
}

.button-like.blue3 {
  background: #4154af;
  border-color: #4154af;
}

.button-like.blue3:hover {
  background: #33428a;
  border-color: #33428a;
}

.button-like.outline {
  background: transparent;
}

.button-like.outline.blue3 span {
  color: #4154af;
}

.button-like.outline.blue3 svg {
  fill: #4154af;
}

.button-like.outline.blue3:hover {
  background: rgba(65, 84, 175, 0.15);
}

.button-like.blue4 {
  background: #163869;
  border-color: #163869;
}

.button-like.blue4:hover {
  background: #0d223f;
  border-color: #0d223f;
}

.button-like.outline {
  background: transparent;
}

.button-like.outline.blue4 span {
  color: #163869;
}

.button-like.outline.blue4 svg {
  fill: #163869;
}

.button-like.outline.blue4:hover {
  background: rgba(22, 56, 105, 0.15);
}

.button-like.white {
  background: #fff;
  border-color: #fff;
}

.button-like.white:hover {
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.button-like.outline {
  background: transparent;
}

.button-like.outline.white span {
  color: #fff;
}

.button-like.outline.white svg {
  fill: #fff;
}

.button-like.outline.white:hover {
  background: rgba(255, 255, 255, 0.15);
}

.button-like.yellow {
  background: #f2af4a;
  border-color: #f2af4a;
}

.button-like.yellow:hover {
  background: #ef9a1a;
  border-color: #ef9a1a;
}

.button-like.outline {
  background: transparent;
}

.button-like.outline.yellow span {
  color: #f2af4a;
}

.button-like.outline.yellow svg {
  fill: #f2af4a;
}

.button-like.outline.yellow:hover {
  background: rgba(242, 175, 74, 0.15);
}

.button-like.white span {
  color: #333;
}

.button-like.white svg {
  fill: #333;
}

.header .navigation {
  padding: 32px 0;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .navigation .menu-trigger {
  font-size: 0;
  display: none;
  margin: 0 83px 0 0;
}
.header .navigation .menu-trigger svg {
  fill: #017aff;
}
.header .navigation .nav {
  flex: 1;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.header .navigation .logo a {
  display: block;
  font-size: 0;
  background: url(/web/20220826105512im_/https://payrue.com/landing/wallet-images/logo.svg) no-repeat center center/cover;
  width: 204px;
  height: 66px;
}
.header .navigation .dist {
  width: 100%;
  margin: 0 24px 0 24px;
  flex-grow: 1;
  max-width: 520px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .navigation .dist a,
.header .navigation .dist div {
  padding: 8px 20px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.header .navigation .dist a:hover,
.header .navigation .dist div:hover {
  background: rgba(1, 122, 255, 0.05);
}
.header .navigation .dist div {
  cursor: pointer;
}
.header .navigation .auth {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 0 0 32px;
}
.header .navigation .auth a:last-child {
  margin: 0 0 0 16px;
}
.header .navigation .auth .cross {
  display: none;
}

@media screen and (max-width: 1100px) {
  .header .navigation {
    padding: 24px 0;
  }

  .header .navigation .menu-trigger {
    display: block;
  }

  .header .navigation .auth,
  .header .navigation .dist {
    opacity: 0;
    min-width: 320px;
    pointer-events: none;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }

  .header .navigation .auth.shown,
  .header .navigation .dist.shown {
    opacity: 1;
    pointer-events: auto;
  }

  .header .navigation .auth {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 24px 30px;
    background: #fff;
    margin: 0;
    z-index: 1001;
  }
}
@media screen and (max-width: 1100px) and (max-width: 414px) {
  .header .navigation .auth {
    padding: 24px 16px;
  }
}
@media screen and (max-width: 1100px) {
  .header .navigation .auth .cross {
    display: block;
    margin-right: auto;
    font-size: 0;
    width: 24px;
    height: 24px;
  }

  .header .navigation .auth .cross svg {
    fill: #017aff;
  }
}

/*# sourceMappingURL=app.css.map */

.header .with-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.header .with-dropdown .dropdown-chevron {
  pointer-events: none;
  margin: 0 0 0 6px;
  width: 12px;
  height: 8px;
}
.header .with-dropdown .dropdown {
  background: #fff;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-box-shadow: 0 4px 28px rgba(145, 156, 167, 0.5);
  -moz-box-shadow: 0 4px 28px rgba(145, 156, 167, 0.5);
  box-shadow: 0 4px 28px rgba(145, 156, 167, 0.5);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: opacity 0.2s ease, transform 0.2s ease;
  -moz-transition: opacity 0.2s ease, transform 0.2s ease;
  -ms-transition: opacity 0.2s ease, transform 0.2s ease;
  -o-transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  position: absolute;
  z-index: 500;
  top: calc(100% + 12px);
  left: 0;
  right: auto;
  bottom: auto;
}
.header .with-dropdown .dropdown li {
  white-space: nowrap;
}
.header .with-dropdown .dropdown li a {
  display: block;
  padding: 8px 20px !important;
  font-size: 18px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.header .with-dropdown .dropdown li:not(:last-child) {
  border-bottom: 1px solid #f4f6f9;
}
.header .with-dropdown.shown .dropdown {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 1100px) {
  .header .with-dropdown {
    width: 100%;
    justify-content: center;
  }
  .header .with-dropdown .dropdown {
    right: 0;
    left: 0;
    padding: 0 0 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .header .with-dropdown .dropdown li a {
    text-align: center;
  }
  .header .navigation .dist {
    margin: 0;
    background: #fff;
    flex-direction: column;
    justify-content: center;
    overflow-y: auto;
    max-width: none;
    position: fixed;
    z-index: 1000;
    top: 92px;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .header .navigation .dist a,
  .header .navigation .dist div {
    padding: 4px 0;
    font-size: 24px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .header .navigation .dist a:not(:last-child),
  .header .navigation .dist div:not(:last-child) {
    margin: 0 0 42px;
  }

  .header .navigation .dist a:hover,
  .header .navigation .dist div:hover {
    background: transparent;
  }

  .header .navigation .dist a.active,
  .header .navigation .dist div.active {
    border-bottom: 4px solid #4594f7;
  }
}
@media screen and (max-width: 1100px) and (min-width: 414px) {
  .header .navigation .dist a,
  .header .navigation .dist div {
    font-size: 36px;
  }
}
@media screen and (max-width: 1100px) {
  .header .navigation .nav {
    flex: 0;
  }
}
@media screen and (max-width: 1100px) {
  .header .content h1 {
    font-size: 56px;
  }
}
@media screen and (max-width: 1100px) {
  .header .apps {
    margin: 32px 0 0;
  }
}
@media screen and (max-width: 1100px) {
  .header .with-dropdown {
    width: 100%;
    justify-content: center;
  }

  .header .with-dropdown .dropdown {
    right: 0;
    left: 0;
    padding: 0 0 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .header .with-dropdown .dropdown li a {
    text-align: center;
  }
}
@media screen and (max-width: 580px) {
  .header .navigation .menu-trigger {
    margin: 0 20px 0 0;
  }

  .header .navigation .logo a {
    width: 136px;
    height: 44px;
  }

  .header .content {
    padding-top: 35px;
  }

  .header .content h1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 580px) and (max-width: 414px) {
  .header .content h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 580px) {
  .header .lang-select select {
    font-size: 0;
    line-height: 0;
    padding: 0;
    width: 42px;
    height: 44px;
  }

  .header .lang-select .lang-chevron {
    display: none;
  }
}

/*
     FILE ARCHIVED ON 10:55:12 Aug 26, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:11:44 Sep 03, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.831
  exclusion.robots: 0.045
  exclusion.robots.policy: 0.028
  esindex: 0.019
  cdx.remote: 54.867
  LoadShardBlock: 500.889 (3)
  PetaboxLoader3.datanode: 607.867 (5)
  PetaboxLoader3.resolve: 299.231 (2)
  load_resource: 449.94
  loaddict: 150.403
*/