:root {
  --bg: #f0f3f7;
  --white: #fff;
  --text: #0f1421;
  --muted: #535353;
  --secondary: #5f6675;
  --line: #c2c2c2;
  --blue: #2563eb;
  --blue-light: #2563eb;
}

* { box-sizing: border-box; }
html {
  background: var(--bg);
  overflow-x: clip;
  scroll-behavior: smooth;
}
body {
  background: var(--bg);
  color: var(--text);
  font-family: "Poppins", Arial, sans-serif;
  margin: 0;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.site-header {
  align-items: center;
  display: flex;
  height: 96px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1440px;
  padding: 24px 64px;
}
.logo {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  height: 38px;
}
.logo img {
  height: auto;
  object-fit: contain;
  width: 199.233px;
}
.nav-pills {
  align-items: center;
  backdrop-filter: blur(4px);
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(46,111,255,.1);
  border-radius: 999px;
  display: flex;
  gap: 4px;
  margin-left: auto;
  margin-right: 16px;
  padding: 4px;
}
.nav-pills a {
  align-items: center;
  border-radius: 999px;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  justify-content: center;
  letter-spacing: -.084px;
  line-height: 20px;
  padding: 8px 16px;
  white-space: nowrap;
}
.nav-pills a.active,
.nav-pills a:hover {
  background: #eaf1ff;
  color: var(--blue);
}
.menu-button { display: none; }

.btn {
  align-items: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  gap: 4px;
  height: 56px;
  justify-content: center;
  letter-spacing: -.27px;
  line-height: 24px;
  min-width: 80px;
  padding: 8px 24px;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease, transform 120ms ease;
  white-space: nowrap;
}
.btn-primary { background: var(--blue); color: var(--white); }
.btn-primary:hover,
.btn-primary:focus-visible {
  background: linear-gradient(rgba(255,255,255,.2), rgba(255,255,255,.2)), var(--blue);
}
.btn-secondary {
  backdrop-filter: blur(4px);
  background: #eaf1ff;
  border: 1px solid var(--blue);
  color: var(--blue);
}
.btn-secondary:hover,
.btn-secondary:focus-visible {
  background: linear-gradient(rgba(255,255,255,.2), rgba(255,255,255,.2)), var(--blue);
  border-color: transparent;
  color: var(--white);
}
.btn:focus-visible,
.faq button:focus-visible,
.menu-button:focus-visible {
  outline: 3px solid rgba(46,111,255,.35);
  outline-offset: 3px;
}
.btn:active { transform: translateY(1px); }
.btn-small {
  font-size: 14px;
  height: 48px;
  letter-spacing: -.084px;
  line-height: 20px;
  padding: 8px 20px;
}

.hero, .world-cup, .cta {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.world-cup, .cta {
  max-width: none;
  width: 100%;
}
.hero {
  height: 528px;
  max-width: none;
  width: 100%;
}
.hero > picture,
.hero > picture > img,
.world-cup > picture,
.world-cup > picture > img,
.cta > picture,
.cta > picture > img {
  height: 100%;
  width: 100%;
}
.hero > picture > img,
.world-cup > picture > img,
.cta > picture > img { object-fit: cover; }
.hero-copy {
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 32px;
  left: max(64px, calc((100% - 1440px) / 2 + 64px));
  position: absolute;
  top: 80px;
  width: 610px;
}
.hero h1, .cta h2 {
  color: var(--blue-light);
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -.48px;
  line-height: 56px;
  margin: 0;
}
.hero-copy > p:not(.hero-meta), .cta p {
  font-size: 18px;
  letter-spacing: -.27px;
  line-height: 24px;
  margin: 0;
}
.desktop-extra { display: inline; }
.desktop-copy { display: inline; }
.mobile-copy { display: none; }
.desktop-block { display: block; }
.mobile-block { display: none; }
.hero-actions { display: flex; gap: 16px; }
.btn .chevron-icon,
.text-link .chevron-icon {
  align-items: center;
  display: inline-flex;
  height: 16px;
  justify-content: center;
  width: 16px;
}
.btn .chevron-icon img,
.text-link .chevron-icon img {
  display: block;
  height: 16px;
  max-width: none;
  width: 16px;
}
.hero-meta {
  font-size: 16px;
  letter-spacing: -.24px;
  line-height: 24px;
  margin: 0;
  text-align: center;
  width: 448px;
}
@media (min-width: 768px) {
  .hero-copy { gap: 0; }
  .hero h1 { margin-bottom: 16px; }
  .hero-copy > p:not(.hero-meta) { margin-bottom: 32px; }
  .hero-actions { margin-bottom: 32px; }
  .hero-actions .btn { padding-inline: 32px; }
}
.quick-links {
  align-items: center;
  display: flex;
  gap: 60px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1440px;
  padding: 40px 64px;
}
.quick-links .btn { min-width: 128px; padding-inline: 40px; }

.stats {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  margin: 0 auto;
  max-width: 1440px;
  padding: 40px 64px 0;
}
.stats article {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 128px;
  text-align: center;
}
.stats img { height: 60px; margin-bottom: 4px; width: 60px; }
.stats strong {
  color: var(--blue-light);
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}
.stats span {
  font-size: 14px;
  letter-spacing: -.21px;
  line-height: 24px;
}

.features { margin: 0 auto; max-width: 1440px; }
.feature {
  align-items: center;
  display: grid;
  gap: 32px;
  grid-template-columns: 640px 640px;
  justify-content: center;
  min-height: 416px;
}
.feature:nth-child(1) { height: 520px; }
.feature:nth-child(2) { height: 496px; }
.feature:nth-child(3) { height: 440px; }
.feature:nth-child(4) { height: 416px; }
.feature:nth-child(5) { height: 464px; }
.feature.reverse picture { order: 2; }
.feature picture {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 40px 0;
}
.feature picture > img { height: auto; object-fit: cover; width: 640px; }
@media (min-width: 1024px) {
  .feature:nth-child(3) picture > img {
    height: 360px;
    object-fit: cover;
  }

  .feature:nth-child(4) picture {
    padding: 28px 0 0;
  }

  .feature:nth-child(4) picture > img {
    height: 388px;
    object-fit: cover;
  }
}

.feature-copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 80px 0;
}
.feature h2, .about h2, .countries h2, .faq h2 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -.36px;
  line-height: 32px;
  margin: 0;
}
.about h2 { color: var(--blue-light); }
.feature p, .about p, .countries p {
  font-size: 16px;
  letter-spacing: -.24px;
  line-height: 24px;
  margin: 0;
}
@media (min-width: 768px) {
  .feature-copy > .desktop-block + .desktop-block {
    margin-top: 8px;
  }
}
.text-link {
  align-items: center;
  color: var(--blue);
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  gap: 4px;
  line-height: 24px;
}
.text-link:hover, .text-link:focus-visible { text-decoration: underline; }

.about {
  background: var(--white);
  height: 928px;
  margin: 0 auto;
  max-width: 1440px;
  padding: 80px 0;
}
.about-copy {
  display: flex;
  flex-direction: column;
  margin: 0 auto 80px;
  max-width: 1120px;
}
.about-copy h2 { margin-bottom: 16px; text-align: center; }
.about-copy p { text-align: center; }
.about-copy p + p { margin-top: 24px; }
.about .about-copy h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -.48px;
  line-height: 40px;
}
.about .about-copy p {
  font-size: 18px;
  letter-spacing: -.27px;
  line-height: 24px;
}
.timeline {
  display: grid;
  grid-template-columns: repeat(4,320px);
  height: 464px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.timeline::before {
  background: var(--blue);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 228px;
  z-index: 0;
}
.timeline li {
  display: block;
  min-height: 464px;
  position: relative;
  text-align: center;
}
.timeline li::before,
.timeline li::after {
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 1;
}
.timeline li::before {
  height: 144px;
  top: 228px;
  width: 4px;
}
.timeline li::after {
  border-radius: 50%;
  height: 16px;
  top: 364px;
  width: 16px;
}
.timeline li:nth-child(2)::before,
.timeline li:nth-child(4)::before {
  height: 144px;
  top: 84px;
}
.timeline li:nth-child(2)::after,
.timeline li:nth-child(4)::after {
  top: 84px;
}
.timeline li:nth-child(1)::before,
.timeline li:nth-child(1)::after { background: #ff0000; }
.timeline li:nth-child(2)::before,
.timeline li:nth-child(2)::after { background: #ffcb24; }
.timeline li:nth-child(3)::before,
.timeline li:nth-child(3)::after { background: #00c853; }
.timeline li:nth-child(4)::before,
.timeline li:nth-child(4)::after { background: var(--blue-light); }
.timeline img {
  height: 150px;
  left: 50%;
  object-fit: contain;
  position: absolute;
  top: 157px;
  transform: translateX(-50%);
  width: 150px;
  z-index: 2;
}
.timeline strong {
  color: var(--blue-light);
  display: block;
  font-size: 32px;
  font-weight: 600;
  left: 50%;
  line-height: 32px;
  position: absolute;
  top: 116px;
  transform: translateX(-50%);
  width: 240px;
  z-index: 3;
}
.timeline li:nth-child(1) strong { color: #ff0000; }
.timeline li:nth-child(2) strong { color: #8a6500; }
.timeline li:nth-child(3) strong { color: #087a34; }
.timeline li:nth-child(4) strong { color: var(--blue-light); }
.timeline li:nth-child(2) strong,
.timeline li:nth-child(4) strong {
  top: 315px;
}
.timeline span {
  color: var(--secondary);
  display: block;
  font-size: 18px;
  letter-spacing: -.27px;
  left: 50%;
  line-height: 24px;
  position: absolute;
  top: 392px;
  transform: translateX(-50%);
  width: 240px;
  z-index: 3;
}
.timeline li:nth-child(2) span { top: 24px; }
.timeline li:nth-child(4) span { top: 0; }

@media (min-width: 1024px) and (max-width: 1280px) {
  .timeline {
    grid-template-columns: repeat(4,minmax(0,1fr));
  }

  .timeline span {
    width: 240px;
  }
}

.world-cup { height: 528px; }
.world-cup > div, .cta > div {
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 16px;
  left: max(64px, calc((100% - 1440px) / 2 + 64px));
  position: absolute;
  top: 80px;
  width: 610px;
}
.world-cup h2 {
  color: var(--blue-light);
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -.4px;
  line-height: 48px;
  margin: 0;
}
.world-cup p {
  font-size: 18px;
  letter-spacing: -.27px;
  line-height: 24px;
  margin: 0 0 16px;
}
.world-cup .btn { align-self: flex-start; }

.testimonials {
  background: linear-gradient(180deg, #d4e6ff 0%, var(--bg) 100%);
  margin: 0 auto;
  max-width: 1440px;
  overflow: hidden;
  padding: 80px 64px 40px;
}
.testimonial-track {
  cursor: grab;
  display: flex;
  gap: 32px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.testimonial-track::-webkit-scrollbar { display: none; }
.testimonial-track.dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
}
.testimonial-track article {
  background: var(--white);
  border-radius: 12px;
  box-shadow: 2px 4px 2px rgba(0,0,0,.1);
  display: grid;
  flex: 0 0 calc((100% - 64px) / 3);
  gap: 12px;
  grid-template-columns: 32px 1fr;
  min-height: 148px;
  padding: 16px;
  scroll-snap-align: start;
}
.testimonial-track img { height: 32px; width: 32px; }
.testimonial-track strong, .testimonial-track span { display: block; }
.testimonial-track strong { color: var(--secondary); font-size: 12px; line-height: 16px; }
.testimonial-track span { color: #5f6675; font-size: 10px; line-height: 12px; margin-top: 4px; }
.testimonial-track p {
  color: var(--secondary);
  font-size: 16px;
  font-weight: 600;
  grid-column: 1 / -1;
  line-height: 24px;
  margin: 0;
}
.dots { align-items: center; display: flex; gap: 8px; justify-content: center; margin-top: 24px; }
.dots button {
  appearance: none;
  background: rgba(15,20,33,.2);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: block;
  height: 8px;
  padding: 0;
  transition: background-color .2s ease, width .2s ease;
  width: 8px;
}
.dots button[aria-current="true"] { background: var(--blue); width: 21px; }
.dots button:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 4px;
}

.countries {
  margin: 0 auto;
  max-width: 1440px;
  padding: 40px 64px;
  text-align: center;
}
.countries > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}
.countries p { font-size: 18px; letter-spacing: -.27px; }
.country-logos { display: flex; gap: 48px; justify-content: center; }
.country-logos figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  width: 100px;
}
.country-logos img { height: 60px; object-fit: contain; width: 60px; }
.country-logos figcaption { font-size: 16px; font-weight: 600; line-height: 24px; }

.faq {
  margin: 0 auto;
  max-width: 1440px;
  padding: 80px 64px 63px;
}
.faq-item {
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 0;
}
.faq-item:not(.open) { gap: 0; }
.faq-item:last-child { border-bottom: 0; }
.faq button {
  align-items: center;
  background: none;
  border: 0;
  color: var(--muted);
  cursor: pointer;
  display: flex;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  justify-content: space-between;
  letter-spacing: -.3px;
  line-height: 24px;
  padding: 0;
  text-align: left;
  width: 100%;
}
.faq-icon {
  flex: 0 0 auto;
  height: 32px;
  transition: transform 180ms ease;
  width: 32px;
}
.faq-item.open .faq-icon { transform: rotate(180deg); }
.faq-panel {
  color: var(--muted);
  display: grid;
  font-size: 16px;
  grid-template-rows: 0fr;
  letter-spacing: -.24px;
  line-height: 24px;
  max-height: 0;
  max-width: 1280px;
  overflow: hidden;
  transition: max-height 220ms ease, grid-template-rows 220ms ease;
}
.faq-item.open .faq-panel { grid-template-rows: 1fr; max-height: none; }
.faq-panel p { margin: 0; min-height: 0; overflow: hidden; }

.cta { height: 360px; }
.cta h2 { font-size: 40px; letter-spacing: -.4px; line-height: 48px; }
.cta .btn { align-self: flex-start; margin-top: 16px; padding-inline: 32px; }
.cta .btn .chevron-icon {
  justify-content: flex-start;
  overflow: visible;
  width: 6px;
}
.site-footer {
  height: 232px;
  margin: 0 auto;
  max-width: 1440px;
  padding: 40px 64px 20px;
  text-align: center;
}
.site-footer, .site-footer a {
  color: var(--secondary);
  font-size: 14px;
  letter-spacing: -.084px;
  line-height: 20px;
}
.site-footer nav { font-weight: 600; margin-bottom: 20px; }
.mobile-footer-break { display: none; }
.site-footer > p { margin: 0 auto 40px; max-width: 1312px; }
.footer-bottom {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.footer-bottom p { margin: 0; }
.socials { display: flex; gap: 16px; }
.socials a {
  align-items: center;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}
.socials picture, .socials img { height: 32px; width: 32px; }
.socials picture { display: block; }

@media (max-width: 1399px) and (min-width: 1024px) {
  .feature {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    padding-inline: 32px;
  }

  .feature picture > img {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .site-header {
    padding-inline: 32px;
    position: relative;
  }
  .nav-pills { display: none; }
  .site-header .nav-pills.open {
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 8px;
    position: absolute;
    right: 32px;
    top: 72px;
    z-index: 10;
  }
  .menu-button {
    align-items: center;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 32px;
    justify-content: center;
    margin-left: 12px;
    padding: 0;
    width: 32px;
  }
  .menu-button span {
    background: var(--text);
    border-radius: 999px;
    display: block;
    height: 2px;
    width: 22px;
  }
  .hero-copy {
    gap: 24px;
    left: 32px;
    top: 64px;
    width: min(430px, calc(100vw - 96px));
  }
  .hero h1 {
    font-size: 40px;
    letter-spacing: -.4px;
    line-height: 48px;
  }
  .hero-copy > p:not(.hero-meta) {
    font-size: 16px;
    letter-spacing: -.24px;
    line-height: 22px;
  }
  .hero-actions {
    flex-wrap: wrap;
    gap: 12px;
  }
  .hero-actions .btn {
    font-size: 15px;
    height: 48px;
    letter-spacing: -.15px;
    line-height: 20px;
    padding: 8px 18px;
  }
  .hero-meta {
    font-size: 14px;
    letter-spacing: -.084px;
    line-height: 20px;
    text-align: left;
    width: auto;
  }
  .feature {
    grid-template-columns: minmax(0,1fr);
    padding-inline: 32px;
  }
  .feature:nth-child(1),
  .feature:nth-child(2),
  .feature:nth-child(3),
  .feature:nth-child(4),
  .feature:nth-child(5) {
    height: auto;
  }
  .feature.reverse picture { order: 0; }
  .feature picture, .feature-copy { padding-block: 24px; }
  .feature picture > img { width: 100%; }
  .timeline { grid-template-columns: repeat(2,240px); }
  .timeline::before { display: none; }
  .timeline li {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 336px;
  }
  .timeline li:nth-child(2),
  .timeline li:nth-child(4) {
    flex-direction: column-reverse;
    padding-top: 96px;
  }
  .timeline li::before,
  .timeline li::after {
    display: none;
  }
  .timeline img,
  .timeline strong,
  .timeline span {
    left: auto;
    position: static;
    top: auto;
    transform: none;
    width: auto;
  }
  .timeline img {
    height: 150px;
    width: 150px;
  }
  .timeline span {
    color: inherit;
  }
}

@media (max-width: 767px) {
  .site-header {
    height: 64px;
    max-width: 393px;
    padding: 16px;
  }
  .logo { height: 28px; }
  .logo img { height: auto; width: 146.803px; }
  .site-header .btn-small {
    font-size: 10px;
    height: 32px;
    letter-spacing: -.06px;
    line-height: 16px;
    margin-left: auto;
    padding: 8px 16px;
    width: 120px;
  }
  .site-header .nav-pills.open {
    right: 16px;
    top: 56px;
    margin-left: 8px;
  }
  .hero { height: 278px; max-width: none; width: 100%; }
  .hero-copy {
    gap: 0;
    left: 16px;
    top: 24px;
    width: 212px;
  }
  .hero h1 { font-size: 18px; letter-spacing: 0; line-height: 24px; }
  .hero-copy > p:not(.hero-meta) {
    font-size: 12px;
    letter-spacing: -.072px;
    line-height: 16px;
    margin-top: 4px;
  }
  .desktop-extra { display: none; }
  .desktop-copy { display: none; }
  .mobile-copy { display: inline; }
  .desktop-block { display: none; }
  .mobile-block { display: block; }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-top: 12px;
  }
  .hero-actions .btn {
    font-size: 10px;
    height: 32px;
    letter-spacing: -.06px;
    line-height: 16px;
    padding: 8px 16px;
    width: 134px;
  }
  .hero-actions .btn > span[aria-hidden="true"] { display: none; }
  .hero-meta {
    font-size: 10px;
    letter-spacing: -.06px;
    line-height: 12px;
    margin-top: 16px;
    text-align: left;
    width: 212px;
  }
  .quick-links {
    gap: 28px;
    max-width: 393px;
    padding: 24px 32px 12px;
  }
  .quick-links .btn {
    font-size: 10px;
    height: 32px;
    letter-spacing: -.06px;
    line-height: 16px;
    min-width: 80px;
    padding: 8px 24px;
  }
  .stats {
    grid-template-columns: repeat(2,1fr);
    max-width: 393px;
    padding: 12px 16px;
  }
  .stats article { gap: 0; min-height: 116px; padding: 12px; }
  .stats img { height: 40px; margin-bottom: 8px; width: 40px; }
  .stats strong { font-size: 20px; line-height: 28px; }
  .stats span { font-size: 12px; letter-spacing: -.072px; line-height: 16px; }
  .features { height: 2825px; max-width: 393px; }
  .feature { display: flex; flex-direction: column; gap: 0; justify-content: flex-start; min-height: 0; padding: 0; }
  .feature:nth-child(1) { height: 622px; }
  .feature:nth-child(2) { height: 591px; }
  .feature:nth-child(3) { height: 560px; }
  .feature:nth-child(4) { height: 494px; }
  .feature:nth-child(5) { height: 558px; }
  .feature:nth-child(1) picture { height: 270px; }
  .feature:nth-child(2) picture { height: 255px; }
  .feature:nth-child(3) picture { height: 240px; }
  .feature:nth-child(4) picture { height: 206px; }
  .feature:nth-child(5) picture { height: 206px; }
  .feature picture { flex: 0 0 auto; padding: 0; width: 100%; }
  .feature picture > img { height: 100%; object-fit: cover; width: 100%; }
  .feature-copy { align-items: center; gap: 12px; padding: 24px 32px; text-align: center; }
  .feature h2, .about h2, .countries h2, .faq h2 { font-size: 18px; letter-spacing: -.27px; line-height: 24px; }
  .feature:nth-child(3) h2 { max-width: 300px; }
  .feature:nth-child(5) h2 { max-width: 252px; }
  .feature p, .about p, .countries p { font-size: 12px; letter-spacing: -.072px; line-height: 16px; }
  .about .about-copy h2 { font-size: 18px; letter-spacing: -.27px; line-height: 24px; }
  .about .about-copy p { font-size: 12px; letter-spacing: -.072px; line-height: 20px; }
  .feature p { font-family: "Inter", Arial, sans-serif; }
  .feature-mobile-body p { margin: 0; }
  .feature-mobile-body p + p { margin-top: 16px; }
  .desktop-break { display: none; }
  .text-link { font-size: 10px; letter-spacing: -.06px; line-height: 16px; }
  .about { background: var(--white); height: 992px; max-width: 393px; padding: 24px 0; }
  .about-copy {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 388px;
    margin: 0;
    padding: 0 32px 24px;
  }
  .about-copy h2 { margin-bottom: 0; }
  .about-copy p + p { margin-top: 0; }
  .about .about-copy h2 { font-size: 20px; letter-spacing: 0; line-height: 28px; }
  .about .about-copy p { font-size: 14px; letter-spacing: -.084px; line-height: 20px; }
  .timeline { display: flex; flex-direction: column; gap: 24px; height: 532px; margin: 24px 16px 0; padding: 0; }
  .timeline::before {
    background: var(--blue);
    bottom: 0;
    content: "";
    display: block;
    height: auto;
    left: 57px;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .timeline li, .timeline li:nth-child(2), .timeline li:nth-child(4) {
    align-items: center;
    flex-direction: row;
    gap: 8px;
    min-height: 115px;
    padding: 0;
    text-align: left;
  }
  .timeline li::before, .timeline li::after { display: none; }
  .timeline img { height: 115px; width: 115px; z-index: 1; }
  .timeline div { text-align: center; width: 238px; }
  .timeline strong { font-size: 24px; letter-spacing: -.36px; line-height: 32px; }
  .timeline span { color: var(--secondary); font-size: 14px; letter-spacing: -.084px; line-height: 20px; margin-left: 0; width: 220px; }
  .world-cup { height: 216px; max-width: 393px; }
  .world-cup > div { gap: 12px; left: 16px; top: 24px; width: 212px; }
  .world-cup h2 { font-size: 18px; letter-spacing: 0; line-height: 24px; }
  .world-cup p { font-size: 12px; letter-spacing: -.072px; line-height: 16px; margin: -8px 0 0; }
  .world-cup .btn {
    font-size: 10px;
    height: 32px;
    letter-spacing: -.06px;
    line-height: 16px;
    padding: 8px 16px;
  }
  .world-cup .btn > span[aria-hidden="true"] { display: none; }
  .testimonials { max-width: 393px; padding: 24px 0; }
  .testimonial-track {
    gap: 12px;
    padding-inline: calc((100% - 235px) / 2);
    scroll-padding-inline: calc((100% - 235px) / 2);
  }
  .testimonial-track article {
    display: block;
    flex: 0 0 235px;
    height: 140px;
    min-height: 140px;
    padding: 16px 12px;
    position: relative;
  }
  .testimonial-track article > img {
    left: 12px;
    position: absolute;
    top: 16px;
  }
  .testimonial-track article > div {
    height: 32px;
    left: 52px;
    position: absolute;
    top: 16px;
    width: 199px;
  }
  .testimonial-track article:nth-child(2) > div { width: 280px; }
  .testimonial-track article > p {
    left: 12px;
    position: absolute;
    top: 60px;
    width: 211px;
  }
  .testimonial-track p { font-size: 12px; letter-spacing: -.072px; line-height: 16px; }
  .dots { gap: 4px; margin-top: 16px; }
  .dots span, .dots i { height: 6px; width: 6px; }
  .dots span { width: 16px; }
  .countries { max-width: 393px; padding: 24px 0; }
  .countries > div:first-child { gap: 12px; margin-bottom: 24px; padding: 0 32px; }
  .country-logos { gap: 29px; justify-content: flex-start; padding: 0 32px; }
  .country-logos figure { gap: 12px; width: 60px; }
  .country-logos img { height: 44px; width: 44px; }
  .country-logos figcaption { font-size: 12px; letter-spacing: -.072px; line-height: 16px; }
  .faq { max-width: 393px; padding: 24px 16px; }
  .faq button { font-size: 14px; letter-spacing: -.084px; line-height: 20px; min-height: 24px; }
  .faq button span { width: 320px; }
  .faq-icon { height: 24px; width: 24px; }
  .faq-item { gap: 8px; padding: 16px 0; }
  .faq-panel { font-size: 12px; letter-spacing: -.072px; line-height: 16px; max-width: 329px; }
  .cta { height: 192px; max-width: 393px; }
  .cta > div { gap: 12px; left: 16px; top: 24px; width: 212px; }
  .cta h2 { font-size: 18px; letter-spacing: 0; line-height: 24px; }
  .cta p { font-size: 12px; letter-spacing: -.072px; line-height: 16px; margin-top: -8px; }
  .cta .btn {
    font-size: 10px;
    height: 32px;
    letter-spacing: -.06px;
    line-height: 16px;
    margin-top: 0;
    padding: 8px 16px;
  }
  .cta .btn > span[aria-hidden="true"] { display: none; }
  .site-footer { height: 236px; min-height: 236px; max-width: 393px; padding: 24px 16px 12px; }
  .site-footer, .site-footer a { font-size: 10px; letter-spacing: -.06px; line-height: 12px; }
  .site-footer nav { line-height: 16px; margin: 0 auto 12px; max-width: 329px; }
  .desktop-footer-separator { display: none; }
  .mobile-footer-break { display: block; }
  .site-footer > p { margin-bottom: 8px; }
  .footer-bottom {
    border-top: 0;
    display: block;
    height: 76px;
    padding-top: 0;
    position: relative;
  }
  .footer-bottom::before {
    border-top: 1px solid var(--line);
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 52px;
  }
  .footer-bottom p {
    left: 50%;
    position: absolute;
    top: 64px;
    transform: translateX(-50%);
    width: 250px;
  }
  .socials {
    gap: 9.333px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
  }
  .socials a, .socials picture, .socials img { height: 28px; width: 28px; }

  .site-header,
  .quick-links,
  .stats,
  .features,
  .about,
  .world-cup,
  .testimonials,
  .countries,
  .faq,
  .cta,
  .site-footer {
    max-width: none;
    width: 100%;
  }
}

@media (max-width: 359px) {
  .site-header .btn-small {
    min-width: 0;
    padding-inline: 12px;
    width: 96px;
  }

  .quick-links {
    gap: 12px;
    padding-inline: 16px;
  }

  .timeline {
    margin-left: 8px;
    margin-right: 8px;
  }

  .timeline::before {
    left: 56px;
  }

  .timeline li,
  .timeline li:nth-child(2),
  .timeline li:nth-child(4) {
    gap: 8px;
  }

  .timeline img {
    height: 96px;
    width: 96px;
  }

  .timeline div {
    width: calc(100% - 104px);
  }

  .timeline span {
    width: 100%;
  }

  .country-logos {
    gap: 8px;
    padding-inline: 16px;
  }

  .country-logos figure {
    width: 58px;
  }
}
