@font-face {
  font-family: 'VisaDialectUI-Regular-Web';
  src: url('/vca-web/static/documents/fonts/VisaDialectUI-Regular-Web.woff2');
}

@font-face {
  font-family: 'VisaDialectUI-Semibold-Web';
  src: url('/vca-web/static/documents/fonts/VisaDialectUI-Semibold-Web.woff2');
  font-weight: 600;
}

.footer {
  font-family: 'VisaDialectUI-Regular-Web', sans-serif !important;
  padding: 32px 32px 24px;
  margin-top: 40px;
  background-color: #f5f5f5;
  position: relative;
}

.footer .footer-main {
  display: grid;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 768px) {
  .footer .footer-main {
    grid-template-columns: repeat(8, 1fr);
  }
  .footer .footer-main .footer-brand,
  .footer .footer-main .footer-copyright {
    grid-column: span 8;
  }
  .footer .footer-main .footer-terms-faq {
    grid-column: span 2;
  }
  .footer .footer-main > div {
    grid-column: span 3;
  }
}

@media screen and (min-width: 1024px) {
  .footer .footer-main {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer .footer-main .footer-brand,
  .footer .footer-main .footer-copyright {
    grid-column: span 3;
  }
  .footer .footer-main .footer-links {
    grid-column: span 1;
  }
}

@media screen and (min-width: 1440px) {
  .footer .footer-main {
    grid-template-columns: repeat(6, 1fr);
  }
  .footer .footer-main .footer-brand,
  .footer .footer-main .footer-links {
    grid-column: span 1;
  }
  .footer .footer-main .footer-copyright {
    grid-column: span 2;
  }
}

.footer .footer-brand {
  margin-bottom: 28px;
  min-width: 260px;
}

@media screen and (min-width: 1024px) {
  .footer .footer-brand {
    margin-bottom: 12px;
  }
}

.footer .footer-brand .footer-brand-img {
  height: 20px;
  width: 62px;
}

.footer .footer-brand .footer-brand-text {
  display: inline;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  color: #1434cb;
  letter-spacing: -0.5px;
  font-size: 18px;
  margin-left: 7.26px;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .footer .footer-brand .footer-brand-text {
    font-size: 20px;
    margin-left: 12px;
  }
}

.footer .footer-copyright {
  margin-bottom: 16px;
}

.footer .footer-copyright .footer-copyright-text {
  font-size: 16px;
  padding: 2px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 12px;
  text-transform: none;
}

.footer .footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}

.footer .footer-links > h3,
.footer .footer-links > a {
  margin: 0;
  color: #1434cb;
  margin-right: 0.4em;
  font-weight: 400;
}

.footer .footer-links .footer-links-heading {
  color: black;
  font-size: 16px;
  font-weight: 600;
}

.footer .footer-links .footer-toggle-icon {
  margin-left: 4px;
}

.footer .lang-selector {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 24px;
}

.footer .footer-lang-select-label {
  display: flex;
  align-items: flex-start;
}

.footer .footer-lang-select-label-text {
  color: black;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer .lang-selector .locale-dropdown {
  background-color: var(--theme-input-background, #ffffff);
  border: 1px solid #1434cb !important;
  width: auto;
  color: var(--theme-input-value, #000000);
  font-family: var(--theme-font, Visa Dialect UI, Open Sans, sans-serif);
  cursor: pointer !important;
  padding-inline-end: 2.4375rem;
  text-overflow: ellipsis;
  margin-right: 0;
}

.locale-icon {
  fill: #8a847f;
  height: 24px;
  width: 24px;
  transform: scale(0.75);
  position: absolute;
  left: -4px;
}

.footer .footer-app-store {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #8a847f;
  padding-top: 20px;
  gap: 22px;
}

@media screen and (min-width: 442px) {
  .footer .footer-app-store {
    flex-direction: row;
  }
}

@media screen and (min-width: 1440px) {
  .footer .footer-app-store {
    position: absolute;
    top: 52px;
    border-top: none;
  }
}
