@font-face {
  font-family: "Roboto Condensed";
  src: url("/fonts/RobotoCondensed-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("/fonts/RobotoCondensed-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --sw-about-bg: #004560;
  --sw-about-dark: #002a3b;
  --sw-about-panel: #005571;
  --sw-about-text: #ffffff;
  --sw-about-yellow: #ffed00;
  --sw-about-line: rgba(255, 255, 255, .18);
}

* { box-sizing: border-box; }

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--sw-about-bg);
  color: var(--sw-about-text);
  font-family: "Roboto Condensed", Arial, sans-serif;
}

body.page-about {
  min-height: 100vh;
  overflow-x: hidden;
}

body.page-about a {
  color: var(--sw-about-yellow);
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.page-about button {
  font-family: "Roboto Condensed", Arial, sans-serif;
}

.sw-about-page {
  width: 100%;
  min-height: calc(100vh - 72px);
  background: var(--sw-about-bg);
}

.sw-about-section {
  width: 100%;
  padding: 42px 10px 64px;
}

.sw-about-content {
  width: 710px;
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-stretch: condensed;
  font-size: 16px;
  line-height: 23px;
}

.sw-about-content h1,
.sw-about-content h2,
.sw-about-content p {
  margin: 0;
}

.sw-about-content .section-header {
  color: #fff;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.sw-about-content h2 {
  color: #fff;
  font-size: 26px;
  line-height: 1.05;
  font-weight: 700;
  text-transform: uppercase;
  margin: 30px 0 14px;
}

.sw-about-content p {
  margin-bottom: 14px;
  color: #fff;
  font-size: 16px;
  line-height: 23px;
}

.sw-about-logo-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 27px 0 28px;
}

.sw-about-logo-box {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  min-height: 184px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
}

.sw-about-logo-box img {
  display: block;
  width: 100%;
  height: auto;
}

.sw-about-terminal {
  margin: 28px auto 0;
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.sw-about-terminal img {
  display: block;
  width: min(100%, 565px);
  height: auto;
}

body.page-about #footer-section {
  background: #002a3b;
  color: #fff;
  padding: 0 16px;
}

body.page-about #footer-section * {
  box-sizing: border-box;
  font-family: "Roboto Condensed", Arial, sans-serif;
}

body.page-about #footer-section a {
  color: #fff;
  text-decoration: none;
}

body.page-about #footer-section a:hover,
body.page-about #footer-section a:focus {
  color: #ffed00;
}

body.page-about #footer-payment-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 0;
}

body.page-about #footer-payment-logos svg {
  height: 46px;
  width: auto;
  fill: #fff;
  color: #fff;
}

body.page-about #official-partners .inner,
body.page-about #combined-section.inner,
body.page-about #payments .inner,
body.page-about #disclaimer.inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 0;
}

body.page-about #combined-section.inner,
body.page-about #combined-section.links {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

body.page-about #combined-section.links .section {
  min-width: 140px;
}

body.page-about #combined-section.links ul,
body.page-about #combined-section.links li {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.page-about #combined-section.links li {
  padding: 5px 0;
}

body.page-about #footer-section h3 {
  margin: 10px 0 12px;
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
  text-transform: uppercase;
}

body.page-about #footer-section .social {
  display: flex;
  align-items: center;
  gap: 10px;
}

body.page-about #footer-section .social.mobile {
  justify-content: center;
  margin: 0 auto 22px;
}

body.page-about #footer-section .social.desktop img,
body.page-about #footer-section .social.mobile img {
  width: 35px;
  height: 35px;
  display: block;
}

body.page-about #footer-section #logos,
body.page-about #footer-section .section.utility {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body.page-about #footer-section .section.utility img.ggl,
body.page-about #footer-section .section.utility a .ggl {
  width: 150px;
  height: auto;
}

body.page-about #footer-section .section.utility a.tuev,
body.page-about #footer-section .section.utility a.tuev img {
  width: 80px;
  height: auto;
}

body.page-about #footer-section .container-flex {
  display: flex;
  align-items: center;
  gap: 26px;
}

body.page-about #footer-section .legal-age-icon {
  width: 64px;
  height: auto;
}

body.page-about #disclaimer.inner {
  color: #fff;
  font-size: 12px !important;
  line-height: 16px !important;
  padding-bottom: 50px;
}

@media (min-width: 1280px) {
  body.page-about #footer-section .social.mobile {
    display: none;
  }
}

@media (max-width: 1279px) {
  .sw-about-page {
    min-height: calc(100vh - 57px);
    padding-bottom: 0;
  }

  .sw-about-section {
    padding: 28px 12px 34px;
  }

  .sw-about-content {
    width: 100%;
    max-width: 710px;
    font-size: 15px;
    line-height: 22px;
  }

  body.page-about #footer-section {
    padding: 0 10px 88px;
  }

  body.page-about #footer-section .social.desktop {
    display: none;
  }

  body.page-about #combined-section.links .section {
    flex: 0 0 calc(25% - 18px);
    margin-bottom: 28px;
  }
}

@media (max-width: 767px) {
  body.page-about {
    background: var(--sw-about-bg);
  }

  .sw-about-section {
    padding: 22px 12px 28px;
  }

  .sw-about-content .section-header {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .sw-about-content h2 {
    font-size: 23px;
    margin: 26px 0 12px;
  }

  .sw-about-content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 13px;
  }

  .sw-about-logo-row {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 22px 0 24px;
  }

  .sw-about-logo-box {
    min-height: 0;
    border-radius: 4px;
  }

  .sw-about-terminal {
    margin-top: 22px;
  }

  .sw-about-terminal img {
    width: min(100%, 420px);
  }

  body.page-about #footer-payment-logos {
    gap: 14px;
    padding: 24px 0 18px;
  }

  body.page-about #footer-payment-logos svg {
    width: 29%;
    height: auto;
    max-height: 36px;
  }

  body.page-about #combined-section.inner,
  body.page-about #combined-section.links {
    gap: 10px;
  }

  body.page-about #combined-section.links .section {
    flex: 0 0 calc(50% - 8px);
    min-width: 0;
    margin-bottom: 24px;
  }

  body.page-about #footer-section h3 {
    font-size: 16px;
  }

  body.page-about #disclaimer.inner {
    padding-bottom: 28px;
  }
}
