:root {
  font-size: 10px;
  text-size-adjust: 100%;
  font-synthesis: none;
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --font-size: 1.6rem;
}
@font-face {
  font-family: "JB";
  src: url("/assets/fonts/JB-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "JB";
  src: url("/assets/fonts/JB-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "JB";
  src: url("/assets/fonts/JB-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Handjet";
  src: url("/assets/fonts/Handjet-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Handjet";
  src: url("/assets/fonts/Handjet-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
* {
  font-family: inherit;
  padding: 0;
  margin: 0;
  letter-spacing: -0.06em;
  line-height: 100%;
  font-size: var(--font-size);
  box-sizing: border-box;
}
ul, ol {
  list-style: none;
}
a {
  cursor: pointer;
  color: #0049FF;
}
a:hover {
  text-decoration: none;
}
body {
  font-family: "JB", sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
main {
  flex-grow: 1;
  width: 100%;
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
}
.header-links {
  display: flex;
  gap: 5rem;
}
h1 {
  font-weight: 700;
  line-height: 110%;
}
.top {
  display: grid;
}
.top div {
  display: flex;
}
.benefits {
  display: grid;
  justify-content: space-between;
}
.benefits li {
  display: flex;
  align-items: flex-start;
  gap: 2.4rem;
}
.benefits img {
  flex-shrink: 0;
  width: 3.36rem;
}
.benefits span {
  line-height: 105%;
}
.hardware {
  display: grid;
}
.hardware h3 {
  margin-bottom: 5rem;
  text-align: center;
}
.hardware p {
  font-weight: 500;
  line-height: 120%;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 5.8rem;
}
.hardware img {
  display: block;
  margin-top: auto;
}
.hardware div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hardware div:first-child h3 {
  max-width: 40rem;
}
.hardware div:first-child img {
  width: 32.8rem;
}
.hardware div:last-child img {
  width: 38.3rem;
}
.locations h2 {
  margin-bottom: 8rem;
}
.locations li {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.locations li img {
  width: 3.3rem;
  height: 3.3rem;
}
.bandwidth h2 {
  text-transform: uppercase;
  text-align: center;
}
.bandwidth ul span {
  font-weight: 400;
  font-family: "Handjet", sans-serif;
  color: #FF7A00;
}
.bandwidth > span {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.partners {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.partners h2 {
  text-align: center;
}
.partners img {
  width: 100%;
  height: auto;
}
.partners-list {
  display: grid;
}
hr {
  border-bottom: 3px solid transparent;
  border-image-source: repeating-linear-gradient(to right, #FF7A00 0, #FF7A00 4px, transparent 4px, transparent 12px);
  border-image-slice: 1;
}
.nav {
  background: #000;
}
.nav ul {
  height: 4.2rem;
  margin: 0 auto;
  max-width: var(--max-width);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4.5rem;
}
.nav a {
  color: white;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1.2rem;
  text-underline-offset: 0.3rem;
}
.nav img {
  width: 2.2rem;
}
header {
  margin: 0 auto;
  max-width: var(--max-width);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}
header input,
header label,
header section {
  display: none;
}
header section {
  z-index: 10;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #000;
  padding: 2.9rem 2.9rem 0;
  transition: 0.1s;
  display: flex;
}
header section > div {
  height: 100%;
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  scrollbar-width: none;
}
header section a {
  color: #fff;
  text-underline-offset: 0.3rem;
}
header input:checked ~ section {
  right: 0;
}
header input:checked ~ label .open {
  display: none;
}
header input:checked ~ label .close {
  display: block;
  width: 2.4rem;
}
footer {
  width: 100%;
  min-width: 100%;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.link {
  color: #002BFF;
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
  text-decoration-thickness: 0.2rem;
  text-underline-offset: 0.5rem;
  cursor: pointer;
}
.link * {
  font-size: 3rem;
  white-space: nowrap;
}
.link img {
  width: 3.4rem;
  flex-shrink: 0;
}
.link__dotted {
  text-decoration: underline dashed;
  -webkit-text-decoration-style: dashed;
  text-decoration-thickness: 0.2rem;
}
.link__arrow img {
  width: 1.8rem;
}
.link:hover {
  text-decoration: none;
}
.documents {
  display: flex;
  gap: 2.7rem;
  padding: 5rem 0;
}
@media (min-width: 1001px) {
  :root {
    --max-width: 130rem;
  }
  .no-desktop {
    display: none !important;
  }
  header {
    height: 15rem;
  }
  header section {
    display: none;
  }
  header .logo {
    width: 31.7rem;
  }
  .link {
    gap: 1.2rem;
  }
  .link__arrow {
    gap: 0.5rem;
  }
  .link * {
    font-size: 3rem;
  }
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 3.5rem;
  }
  h3 {
    font-size: 3rem;
  }
  .top {
    grid-template-columns: 1fr 45rem 1fr;
    margin-top: 5rem;
    margin-bottom: 12rem;
  }
  .top h1 {
    align-self: flex-end;
    max-width: 30rem;
  }
  .top div {
    justify-content: flex-end;
    align-items: flex-end;
  }
  .top > img {
    width: 100%;
  }
  .benefits {
    grid-template-columns: repeat(4, min-content);
    padding: 12rem 0;
  }
  .benefits span {
    font-size: 3.5rem;
    margin-top: -0.3rem;
  }
  .hardware {
    padding: 12rem 0;
    grid-template-columns: 1fr 1fr;
    gap: 12rem;
  }
  .locations {
    padding: 12rem 0;
  }
  .locations ul {
    column-count: 3;
    column-gap: 2rem;
  }
  .locations li {
    padding-bottom: 2rem;
    break-inside: avoid;
  }
  .locations li span {
    font-size: 2.4rem;
  }
  .bandwidth {
    padding: 12rem 0;
  }
  .bandwidth h2 {
    margin-bottom: 4rem;
  }
  .bandwidth ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .bandwidth ul span {
    font-size: 6rem;
  }
  .bandwidth > span {
    margin-top: 4rem;
  }
  .partners {
    padding: 12rem 0;
  }
  .partners h2 {
    margin-bottom: 8rem;
  }
  .partners-list {
    width: 100%;
    grid-template-columns: repeat(8, 1fr);
    gap: 3.3rem 2rem;
  }
  footer {
    height: 12rem;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1439px) {
  :root {
    font-size: 0.6944444444vw !important;
  }
}
@media (min-width: 744px) and (max-width: 1000px) {
  :root {
    --max-width: 62.8rem;
    font-size: 1.3458950202vw;
  }
  .no-tablet {
    display: none !important;
  }
  header {
    height: 14.5rem;
  }
  header section {
    display: none;
  }
  header .logo {
    width: 28.2rem;
  }
  .link {
    gap: 0.7rem;
  }
  .link * {
    font-size: 2.4rem;
  }
  h1 {
    font-size: 4rem;
  }
  h2, h3 {
    font-size: 3rem;
  }
  .header-links {
    gap: 2rem;
  }
  .top {
    grid-template-columns: 25rem 1fr;
    row-gap: 10rem;
    margin-top: 10rem;
    margin-bottom: 11rem;
  }
  .top > img {
    grid-column: 1/3;
    grid-row: 1;
    width: 45.2rem;
    margin-left: auto;
    margin-right: auto;
  }
  .top div {
    justify-content: flex-end;
    align-items: flex-end;
  }
  .benefits {
    grid-template-columns: repeat(2, auto);
    padding: 11rem 0 10rem;
    gap: 11rem 12rem;
  }
  .benefits span {
    font-size: 3rem;
    margin-top: -0.3rem;
  }
  .hardware {
    padding: 11rem 0;
    grid-template-columns: 1fr;
    gap: 11rem;
  }
  .locations {
    padding: 11rem 0;
  }
  .locations ul {
    column-count: 2;
  }
  .locations ul li {
    padding-bottom: 2rem;
    break-inside: avoid;
  }
  .locations ul li span {
    font-size: 2rem;
  }
  .bandwidth {
    padding: 11rem 0;
  }
  .bandwidth h2 {
    margin-bottom: 6.5rem;
  }
  .bandwidth ul {
    display: grid;
  }
  .bandwidth ul li:nth-child(2) {
    grid-row: 2;
    grid-column: 1/3;
  }
  .bandwidth ul li:nth-child(2) img {
    width: 100%;
  }
  .bandwidth ul li:nth-child(3) {
    justify-self: flex-end;
  }
  .bandwidth ul span {
    font-size: 5rem;
  }
  .bandwidth > span {
    margin-top: 6.5rem;
  }
  .partners {
    padding: 11rem 0;
  }
  .partners h2 {
    margin-bottom: 8rem;
  }
  .partners-list {
    grid-template-columns: repeat(3, 14.5rem);
    gap: 1.6rem 4.5rem;
  }
  footer {
    height: 10.2rem;
    font-size: 2.4rem;
  }
}
@media (max-width: 743px) {
  :root {
    --max-width: 30.6rem;
    font-size: 2.6666666667vw;
  }
  .no-mobile {
    display: none !important;
  }
  header {
    height: 8.4rem;
  }
  header .logo {
    width: 18.4rem;
  }
  header section .logo {
    margin-bottom: 7.5rem;
  }
  header label {
    cursor: pointer;
    display: block;
    z-index: 11;
  }
  header label .open {
    width: 2.7rem;
  }
  header label .close {
    display: none;
  }
  .header-links {
    display: none;
  }
  .nav {
    display: none;
  }
  h1 {
    font-size: 2.8rem;
  }
  h2, h3 {
    font-size: 2.2rem;
  }
  .menu-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 5.4rem 0;
    row-gap: 2.7rem;
  }
  .menu-nav-icons {
    display: flex;
    flex-direction: column;
    gap: 3.9rem;
    padding: 5.4rem 0;
  }
  .menu-nav-icons a {
    display: inline-flex;
    align-items: center;
    gap: 1.7rem;
    text-underline-offset: 0.5rem;
  }
  .menu-nav-icons * {
    font-size: 2rem;
  }
  .menu-nav-icons img {
    width: 2.2rem;
  }
  .menu-sign-in {
    padding: 5.4rem 0;
  }
  .menu-sign-in a {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1.2rem;
  }
  .menu-sign-in img {
    width: 2.2rem;
  }
  .top {
    grid-template-columns: 1fr;
    row-gap: 6rem;
    margin: 7rem 0;
  }
  .top > img {
    grid-row: 1;
    width: 27.6rem;
    margin-left: auto;
    margin-right: auto;
  }
  .benefits {
    grid-template-columns: 1fr;
    padding: 7rem 0;
    gap: 4.8rem;
  }
  .benefits li {
    gap: 1rem;
    align-items: center;
  }
  .benefits li span {
    font-size: 2rem;
  }
  .benefits li img {
    width: 3rem;
  }
  .hardware {
    padding: 7rem 0;
    grid-template-columns: 1fr;
    gap: 7rem;
  }
  .hardware h3 {
    margin-bottom: 4rem;
  }
  .hardware p {
    font-size: 1.4rem;
    margin-bottom: 6rem;
  }
  .hardware > div:nth-child(1) img {
    width: 22.1rem;
  }
  .hardware > div:nth-child(3) img {
    width: 27.2rem;
  }
  .locations {
    padding: 7rem 0;
  }
  .locations h2 {
    margin-bottom: 4rem;
  }
  .locations ul {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .locations li img {
    width: 2.4rem;
    height: 2.4rem;
  }
  .locations li span {
    font-size: 2rem;
  }
  .bandwidth {
    padding: 7rem 0;
  }
  .bandwidth h2 {
    margin-bottom: 4rem;
  }
  .bandwidth ul {
    display: grid;
    grid-template-columns: 1fr;
  }
  .bandwidth ul li {
    display: flex;
    justify-content: center;
  }
  .bandwidth ul li:nth-child(2) {
    grid-row: 2;
  }
  .bandwidth ul li:nth-child(2) img {
    width: 100%;
  }
  .bandwidth ul span {
    font-size: 5rem;
  }
  .bandwidth > span {
    margin-top: 6.8rem;
  }
  .partners {
    padding: 7rem 0;
  }
  .partners h2 {
    margin-bottom: 4rem;
  }
  .partners-list {
    grid-template-columns: repeat(3, 9.1rem);
    gap: 1.4rem 2rem;
  }
  body:has(#menu-toggle:checked) {
    overflow: hidden;
    height: 100vh;
  }
  .link {
    gap: 0.5rem;
  }
  .link * {
    font-size: 2rem;
  }
  .link__arrow img {
    width: 1.2rem;
  }
  .documents {
    gap: 1.9rem;
    padding: 2.6rem 0;
  }
  footer {
    height: 8rem;
    font-size: 2rem;
  }
  hr {
    border-bottom: 2px solid transparent;
    border-image-source: repeating-linear-gradient(to right, #FF7A00 0, #FF7A00 2px, transparent 2px, transparent 6px);
  }
}
