/* Wise Pirates native header/footer test shell */
html {
  scroll-padding-top: 72px;
}
body.wise-native-shell-test {
  margin: 0 !important;
  padding: 0 !important;
}
:root {
  --wise-native-max: 1320px;
  --wise-native-black: #000;
  --wise-native-white: #fff;
  --wise-native-orange: #f26522;
}
.wise-native-header,
.wise-native-footer,
.wise-native-drawer {
  font-family: "Poppins", Arial, sans-serif;
}
.wise-native-header *,
.wise-native-footer *,
.wise-native-drawer * {
  box-sizing: border-box;
}
.wise-native-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  background: var(--wise-native-white);
}
body.admin-bar .wise-native-header {
  top: 32px;
}
.wise-native-header-spacer {
  width: 100%;
  height: 72px;
}
.wise-native-header__inner {
  width: min(calc(100% - 48px), var(--wise-native-max));
  min-height: 72px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wise-native-header__brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}
.wise-native-header__logo {
  display: block;
  height: auto;
}
.wise-native-header__logo--desktop {
  width: 180px;
}
.wise-native-header__logo--mobile {
  display: none;
  width: 50px;
}
.wise-native-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.wise-native-languages {
  display: flex;
  align-items: center;
  margin-right: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #000;
}
.wise-native-languages a {
  position: relative;
  color: #000;
  text-decoration: none;
  transition: opacity .28s ease;
}
.wise-native-languages a::after {
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform .35s cubic-bezier(.65, 0, .35, 1);
}
.wise-native-languages a:hover::after,
.wise-native-languages a:focus-visible::after,
.wise-native-languages a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left center;
}
.wise-native-languages span {
  padding: 0 5px;
}
.wise-native-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 5px 20px;
  border: 2px solid #000;
  background: #000;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
  transition: color .3s ease, background-color .3s ease, transform .3s cubic-bezier(.22, .61, .36, 1);
}
.wise-native-header__cta:hover,
.wise-native-header__cta:focus-visible {
  background: transparent;
  color: #000;
  transform: translateY(-1px);
}
.wise-native-menu-toggle {
  width: 31px !important;
  height: 26px !important;
  margin: 0 0 0 30px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0;
  box-shadow: none !important;
  background: transparent !important;
  color: inherit !important;
  line-height: 0;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.wise-native-menu-toggle:hover,
.wise-native-menu-toggle:focus,
.wise-native-menu-toggle:active {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}
.wise-native-menu-toggle:focus-visible {
  outline: 2px solid #000;
  outline-offset: 5px;
}
.wise-native-menu-toggle img {
  width: 31px;
  height: 26px;
  display: block;
}
.wise-native-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  width: min(80vw, 500px);
  height: 100dvh;
  padding: 46px 54px 40px;
  background: #fff;
  transform: translate3d(105%, 0, 0);
  visibility: hidden;
  transition: transform .48s cubic-bezier(.22, .61, .36, 1), visibility 0s linear .48s;
  will-change: transform;
  overflow-y: auto;
}
.wise-native-drawer.is-open {
  transform: translate3d(0, 0, 0);
  visibility: visible;
  transition: transform .48s cubic-bezier(.22, .61, .36, 1), visibility 0s linear 0s;
}
.wise-native-drawer__close {
  position: absolute !important;
  top: 46px;
  right: 54px;
  width: 40px !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0;
  box-shadow: none !important;
  background: transparent !important;
  color: inherit !important;
  line-height: 0;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.wise-native-drawer__close:hover,
.wise-native-drawer__close:focus,
.wise-native-drawer__close:active {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}
.wise-native-drawer__close:focus-visible {
  outline: 2px solid #000;
  outline-offset: 5px;
}
.wise-native-drawer__close img {
  width: 40px;
  height: 40px;
  display: block;
}
.wise-native-drawer__nav {
  width: 100%;
  padding-top: 62px;
}
.wise-native-drawer__menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  list-style: none;
}
.wise-native-drawer__menu > li {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.wise-native-drawer__menu > li > a {
  position: relative;
  padding: 12px 0;
  display: block;
  color: #000;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.45;
  text-transform: uppercase;
  text-decoration: none;
  transition: color .32s ease, transform .38s cubic-bezier(.22, .61, .36, 1);
}
.wise-native-drawer__menu > li > a::after {
  position: absolute;
  right: 12%;
  bottom: 7px;
  left: 12%;
  height: 2px;
  background: var(--wise-native-orange);
  content: "";
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform .42s cubic-bezier(.65, 0, .35, 1);
}
.wise-native-drawer__menu > li > a:hover,
.wise-native-drawer__menu > li > a:focus-visible {
  color: var(--wise-native-orange);
  transform: translateY(-1px);
}
.wise-native-drawer__menu > li > a:hover::after,
.wise-native-drawer__menu > li > a:focus-visible::after,
.wise-native-drawer__menu > .current-menu-item > a::after {
  transform: scaleX(1);
  transform-origin: left center;
}
.wise-native-drawer__menu .contacts-menu-mobile {
  display: none;
}
body.wise-native-menu-open {
  overflow: hidden;
}
.wise-native-footer {
  position: relative;
  width: 100%;
  color: #000;
}
.wise-native-footer a {
  color: inherit;
  text-decoration: none;
  transition: color .32s ease, transform .38s cubic-bezier(.22, .61, .36, 1);
}
.wise-native-footer__inner {
  width: min(calc(100% - 48px), var(--wise-native-max));
  margin: 0 auto;
}
.wise-native-footer__primary {
  padding: 40px 0 50px;
  background: #fff;
}
.wise-native-footer__top {
  min-height: 130px;
  display: grid;
  grid-template-columns: 45% 55%;
  align-items: start;
}
.wise-native-footer__identity {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.wise-native-footer__logo {
  width: 180px;
  height: auto;
  display: block;
}
.wise-native-footer__icom {
  width: 210px;
  margin-top: 20px;
  display: block;
  transition: transform .35s cubic-bezier(.22, .61, .36, 1);
}
.wise-native-footer__icom:hover,
.wise-native-footer__icom:focus-visible {
  transform: translateY(-2px);
}
.wise-native-footer__icom img {
  width: 100%;
  height: auto;
  display: block;
}
.wise-native-footer__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.wise-native-socials {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.wise-native-socials a {
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .35s cubic-bezier(.22, .61, .36, 1);
}
.wise-native-socials a:hover,
.wise-native-socials a:focus-visible {
  transform: translateY(-2px) scale(1.06);
}
.wise-native-socials svg,
.wise-native-socials img {
  width: 25px;
  height: 25px;
  display: block;
  fill: #000;
  object-fit: contain;
}
.wise-native-socials svg {
  transition: fill .32s ease;
}
.wise-native-socials a:hover svg,
.wise-native-socials a:focus-visible svg {
  fill: var(--wise-native-orange);
}
.wise-native-footer__terms-menu,
.wise-native-footer__iso-menu,
.wise-native-footer__menu,
.wise-native-footer__related-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wise-native-footer__terms-menu,
.wise-native-footer__iso-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 20px;
}
.wise-native-footer__terms-menu a,
.wise-native-footer__iso-menu a,
.wise-native-footer__copyright {
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.wise-native-footer__terms-menu a,
.wise-native-footer__iso-menu a,
.wise-native-footer__menu a,
.wise-native-footer__related-menu a {
  position: relative;
  display: inline-block;
}
.wise-native-footer__terms-menu a::after,
.wise-native-footer__iso-menu a::after,
.wise-native-footer__menu a::after,
.wise-native-footer__related-menu a::after {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 2px;
  background: var(--wise-native-orange);
  content: "";
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform .42s cubic-bezier(.65, 0, .35, 1);
}
.wise-native-footer__terms-menu a:hover,
.wise-native-footer__terms-menu a:focus-visible,
.wise-native-footer__iso-menu a:hover,
.wise-native-footer__iso-menu a:focus-visible,
.wise-native-footer__menu a:hover,
.wise-native-footer__menu a:focus-visible {
  color: var(--wise-native-orange);
  transform: translateY(-1px);
}
.wise-native-footer__related-menu a:hover,
.wise-native-footer__related-menu a:focus-visible {
  color: #fff;
  transform: translateY(-1px);
}
.wise-native-footer__terms-menu a:hover::after,
.wise-native-footer__terms-menu a:focus-visible::after,
.wise-native-footer__iso-menu a:hover::after,
.wise-native-footer__iso-menu a:focus-visible::after,
.wise-native-footer__menu a:hover::after,
.wise-native-footer__menu a:focus-visible::after,
.wise-native-footer__related-menu a:hover::after,
.wise-native-footer__related-menu a:focus-visible::after,
.wise-native-footer .current-menu-item > a::after {
  transform: scaleX(1);
  transform-origin: left center;
}
.wise-native-footer__iso {
  margin-top: 10px;
}
.wise-native-footer__copyright {
  margin-top: 2px;
}
.wise-native-footer__main-menu {
  margin-top: 40px;
}
.wise-native-footer__menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 42px;
}
.wise-native-footer__menu a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.wise-native-footer__main-menu--mobile {
  display: none;
}
.wise-native-footer__legal {
  position: absolute;
  top: 83px;
  right: 0;
  left: 0;
  color: #000;
}
.wise-native-footer__legal-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.wise-native-footer__related {
  padding: 38px 0 46px;
  background: #000;
  color: #fff;
}
.wise-native-footer__related-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 48px;
}
.wise-native-footer__related-copy > p {
  margin: 0 0 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.wise-native-footer__related-menu {
  max-width: 680px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 42px;
}
.wise-native-footer__related-menu a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.wise-native-footer__funding {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.wise-native-footer__funding a {
  display: block;
}
.wise-native-footer__funding a:hover,
.wise-native-footer__funding a:focus-visible {
  transform: translateY(-2px);
}
.wise-native-footer__funding img {
  width: auto;
  max-width: min(330px, 100%);
  height: 35px;
  display: block;
  object-fit: contain;
}
.wise-native-whatsapp {
  position: fixed;
  right: 30px;
  bottom: 0;
  z-index: 9999;
  width: 50px;
  height: 58px;
  display: block;
}
.wise-native-whatsapp img {
  width: 50px;
  height: 58px;
  display: block;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .wise-native-footer__inner,
  .wise-native-header__inner {
    width: min(calc(100% - 40px), var(--wise-native-max));
  }
  .wise-native-footer__top {
    grid-template-columns: 1fr 1fr;
  }
  .wise-native-footer__menu {
    gap: 8px 24px;
  }
}
@media (max-width: 782px) {
  body.admin-bar .wise-native-header {
    top: 46px;
  }
}
@media (max-width: 767px) {
  .wise-native-header__inner {
    width: 100%;
    min-height: 68px;
    padding: 15px 20px;
  }
  .wise-native-header__logo--desktop {
    display: none;
  }
  .wise-native-header__logo--mobile {
    display: block;
  }
  .wise-native-header__actions {
    flex: 1;
  }
  .wise-native-languages {
    margin-right: 10px;
    font-size: 16px;
    line-height: 26px;
  }
  .wise-native-languages span {
    padding: 0 4px;
  }
  .wise-native-header__cta {
    min-height: 34px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 20px;
  }
  html {
    scroll-padding-top: 68px;
  }
  .wise-native-header-spacer {
    height: 68px;
  }
  .wise-native-menu-toggle {
    width: 27px !important;
    height: 23px !important;
    margin-left: 10px !important;
  }
  .wise-native-menu-toggle img {
    width: 27px;
    height: 23px;
  }
  .wise-native-drawer {
    width: 80vw;
    padding: 30px;
  }
  .wise-native-drawer__close {
    top: 30px;
    right: 30px;
    width: 34px !important;
    height: 34px !important;
  }
  .wise-native-drawer__close img {
    width: 34px;
    height: 34px;
  }
  .wise-native-drawer__nav {
    padding-top: 48px;
  }
  .wise-native-drawer__menu > li > a {
    padding: 8px 0;
    font-size: 22px;
    line-height: 1.35;
  }
  .wise-native-drawer__menu > li > a::after {
    bottom: 4px;
  }
  .wise-native-drawer__menu .contacts-menu-mobile {
    margin-top: 22px;
    display: block;
  }
  .wise-native-drawer__menu .contacts-menu-mobile a {
    padding: 10px 20px;
    border: 2px solid #000;
    background: #000;
    color: #fff;
  }
  .wise-native-drawer__menu .contacts-menu-mobile a::after {
    display: none;
  }
  .wise-native-footer__inner {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .wise-native-footer__primary {
    padding: 30px 0 34px;
  }
  .wise-native-footer__top {
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .wise-native-footer__identity,
  .wise-native-footer__meta {
    width: 100%;
    align-items: center;
  }
  .wise-native-footer__logo {
    width: 170px;
  }
  .wise-native-footer__icom {
    width: 180px;
    margin-top: 18px;
  }
  .wise-native-footer__meta {
    margin-top: 26px;
  }
  .wise-native-socials {
    margin-bottom: 0;
    gap: 28px;
  }
  .wise-native-footer__terms-menu a,
  .wise-native-footer__iso-menu a,
  .wise-native-footer__copyright {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: center;
  }
  .wise-native-footer__main-menu--desktop {
    display: none;
  }
  .wise-native-footer__main-menu--mobile {
    margin-top: 30px;
    display: block;
  }
  .wise-native-footer__menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 20px;
    text-align: left;
  }
  .wise-native-footer__menu a {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0;
  }
  .wise-native-footer__related {
    padding: 30px 0;
  }
  .wise-native-footer__related-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 34px;
  }
  .wise-native-footer__related-copy > p {
    padding: 0;
    font-size: 14px;
    line-height: 22px;
  }
  .wise-native-footer__related-menu {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    text-align: left;
  }
  .wise-native-footer__related-menu a {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
  }
  .wise-native-footer__funding {
    align-self: center;
    justify-content: center;
  }
  .wise-native-footer__funding img {
    max-width: 300px;
  }
  .wise-native-footer__legal {
    position: static;
    padding: 28px 0 26px;
    display: block;
    background: #fff;
    color: #000;
  }
  .wise-native-footer__legal-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
  .wise-native-footer__legal .wise-native-footer__terms,
  .wise-native-footer__legal .wise-native-footer__iso {
    width: 100%;
    margin: 0;
  }
  .wise-native-footer__legal .wise-native-footer__terms-menu {
    justify-content: center;
    text-align: center;
  }
  .wise-native-footer__legal .wise-native-footer__iso-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    justify-content: initial;
    gap: 10px 18px;
    text-align: center;
  }
  .wise-native-footer__legal .wise-native-footer__copyright {
    margin: -2px 0 0;
  }
  .wise-native-whatsapp {
    right: 0;
  }
}
@media (max-width: 425px) {
  .wise-native-footer__menu {
    column-gap: 16px;
  }
  .wise-native-footer__menu a {
    font-size: 13px;
    line-height: 21px;
  }
  .wise-native-footer__legal .wise-native-footer__terms-menu a,
  .wise-native-footer__legal .wise-native-footer__iso-menu a,
  .wise-native-footer__legal .wise-native-footer__copyright {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: .8px;
  }
}
@media (max-width: 340px) {
  .wise-native-footer__menu {
    grid-template-columns: 1fr;
  }
  .wise-native-footer__legal .wise-native-footer__iso-menu {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 330px) {
  .wise-native-languages {
    font-size: 11px;
  }
  .wise-native-header__cta {
    font-size: 10px;
  }
  .wise-native-drawer__menu > li > a {
    font-size: 17px;
    line-height: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wise-native-drawer,
  .wise-native-drawer__menu > li > a,
  .wise-native-drawer__menu > li > a::after,
  .wise-native-header__cta,
  .wise-native-languages a::after,
  .wise-native-footer a,
  .wise-native-footer a::after,
  .wise-native-socials svg {
    transition-duration: .01ms !important;
  }
}
