/* Split Tunneling page, Figma node 292:33616. */
.split-tunneling-page {
  background: #fcfaf4;
}

.st-hero {
  height: 933px;
  overflow: hidden;
  background: #faf6ec;
}

.st-hero-inner {
  display: grid;
  width: min(calc(100% - 96px), 1632px);
  height: 100%;
  margin: 0 auto;
  padding-top: 132px;
  grid-template-columns: 720px minmax(0, 1fr);
  gap: 32px;
}

.st-hero-copy {
  position: relative;
  z-index: 2;
  width: 720px;
}

.st-hero h1 {
  margin-top: 24px;
  font-size: 72px;
  font-weight: 600;
  line-height: 90px;
  letter-spacing: -1.44px;
}

.st-hero-copy > p {
  margin-top: 24px;
  color: #717680;
  font-size: 20px;
  line-height: 30px;
}

.st-hero-actions {
  margin-top: 48px;
}

.st-plan-note {
  display: flex;
  align-items: center;
  margin-top: 16px;
  color: #717680;
  font-size: 18px;
  line-height: 24px;
  gap: 12px;
}

.st-plan-note img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.st-hero-media {
  display: flex;
  height: 680px;
  align-items: flex-start;
  justify-content: center;
  overflow: visible;
}

.st-hero-art {
  display: block;
  width: 680px;
  max-width: none;
  height: auto;
  flex: 0 0 auto;
}

.st-screen {
  position: absolute;
  overflow: hidden;
  padding: 6px;
  border: 1px solid rgb(0 0 0 / 8%);
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 12px 8px rgb(10 13 18 / 8%), 0 4px 3px rgb(10 13 18 / 4%);
}

.st-screen img {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #e9eaeb;
  border-radius: 24px;
  object-fit: cover;
}

.st-screen-desktop {
  top: -61px;
  left: 64px;
  width: 1024px;
  height: 687px;
  padding: 7px;
}

.st-screen-mobile {
  top: 43px;
  left: 0;
  z-index: 2;
  width: 280px;
  height: 592px;
}

.st-scenarios,
.st-comparison {
  background: #fcfaf4;
}

.st-scenarios {
  height: 562px;
  overflow: hidden;
  border: 1px solid #e9eaeb;
}

.st-section-heading {
  display: flex;
  width: min(calc(100% - 96px), 1632px);
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  border-right: 1px solid #e9eaeb;
  border-left: 1px solid #e9eaeb;
  text-align: center;
}

.st-section-heading h2 {
  font-size: 60px;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: -1.2px;
}

.st-section-heading > p {
  width: min(100%, 768px);
  color: #414651;
  font-size: 20px;
  line-height: 30px;
}

.st-scenarios-heading {
  height: 162px;
  justify-content: flex-start;
  padding-top: 40px;
}

.st-card-grid {
  display: grid;
  width: calc(100% - 2px);
  margin: 18px auto 0;
  padding-right: max(40px, calc((100% - 1632px) / 2));
  padding-left: max(40px, calc((100% - 1632px) / 2));
}

.st-card-grid article {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
}

.st-scenario-grid {
  height: 329px;
  border-top: 1px solid #e9eaeb;
  border-bottom: 1px solid #e9eaeb;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.st-scenario-grid article {
  border-right: 1px solid #e9eaeb;
}

.st-scenario-grid article:first-child {
  border-left: 1px solid #e9eaeb;
}

.st-icon {
  display: grid;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border-radius: 50%;
  place-items: center;
}

.st-icon img {
  width: 28px;
  height: 28px;
}

.st-icon-light {
  background: #faf6ec;
}

.st-icon-blue {
  background: #0051ca;
}

.st-icon-blue img {
  filter: brightness(0) invert(1);
}

.st-card-grid h3 {
  margin-top: 12px;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -0.72px;
}

.st-card-grid p {
  margin-top: auto;
  padding-top: 32px;
  font-size: 18px;
  line-height: 24px;
}

.st-setup {
  height: 594px;
  overflow: hidden;
  background: #0f2040;
}

.st-setup .st-section-heading {
  height: 316px;
  border-color: #373a41;
}

.st-setup-heading h2 {
  margin-top: 16px;
  color: #fff;
}

.st-setup-heading > p {
  color: #fff;
}

.st-setup-grid {
  height: 278px;
  margin-top: 0;
  border-top: 1px solid #373a41;
  border-bottom: 1px solid #373a41;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.st-setup-grid article {
  color: #fff;
  border-right: 1px solid #373a41;
}

.st-setup-grid article:first-child {
  border-left: 1px solid #373a41;
}

.st-comparison {
  height: 626px;
  overflow: hidden;
  border: 1px solid #e9eaeb;
}

.st-comparison-heading {
  height: 306px;
}

.st-comparison-heading > p {
  margin-top: 16px;
}

.st-table-scroll {
  width: min(calc(100% - 96px), 1632px);
  height: 320px;
  margin: -1px auto 0;
  overflow: hidden;
  border-top: 1px solid #e9eaeb;
  border-right: 1px solid #e9eaeb;
  border-left: 1px solid #e9eaeb;
}

.st-table {
  width: 100%;
  height: 320px;
  border-collapse: collapse;
  table-layout: fixed;
  color: #181d27;
}

.st-table .st-scenario-column {
  width: 28.125%;
}

.st-table th,
.st-table td {
  height: 64px;
  padding: 0 24px;
  border-top: 1px solid #e9eaeb;
  text-align: left;
  vertical-align: middle;
}

.st-table thead th {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.st-table tbody th {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.st-table tbody td {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.st-table .st-with {
  background: #faf6ec;
}

.st-faq {
  min-height: 523px;
}

.split-tunneling-page footer {
  overflow: hidden;
}

@media (max-width: 1200px) {
  .st-hero {
    height: auto;
  }

  .st-hero-inner {
    padding: 88px 0 96px;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 44%);
  }

  .st-hero-copy {
    width: auto;
  }

  .st-hero h1 {
    font-size: 56px;
    line-height: 68px;
  }

  .st-hero-media {
    height: auto;
    align-self: center;
    aspect-ratio: 1;
  }

  .st-hero-art {
    width: 100%;
    max-width: 680px;
  }

  .st-scenarios,
  .st-setup,
  .st-comparison {
    height: auto;
    overflow: visible;
  }

  .st-section-heading,
  .st-setup .st-section-heading {
    width: calc(100% - 96px);
    height: auto;
    min-height: 250px;
    padding: 60px 32px;
  }

  .st-card-grid {
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 0 48px;
  }

  .st-scenario-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .st-scenario-grid article,
  .st-setup-grid article {
    min-height: 290px;
    border-bottom: 1px solid currentColor;
  }

  .st-scenario-grid article {
    border-bottom-color: #e9eaeb;
  }

  .st-scenario-grid article:nth-child(2n + 1) {
    border-left: 1px solid #e9eaeb;
  }

  .st-setup-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .st-setup-grid article {
    border-bottom-color: #373a41;
  }

  .st-setup-grid article:nth-child(2n + 1) {
    border-left: 1px solid #373a41;
  }

  .st-setup-grid article:last-child {
    grid-column: 1 / -1;
  }

  .st-table-scroll {
    width: calc(100% - 96px);
    overflow-x: auto;
  }

  .st-table {
    min-width: 1180px;
  }
}

@media (min-width: 761px) and (max-width: 1200px) {
  .st-hero-inner {
    display: block;
    width: calc(100% - 96px);
  }

  .st-hero-copy {
    width: 100%;
    max-width: 720px;
  }

  .st-hero-media {
    width: 100%;
    max-width: 620px;
    margin: 72px auto 0;
    aspect-ratio: auto;
  }

  .st-hero-art {
    width: 100%;
  }
}

@media (min-width: 761px) and (max-width: 1023px) {
  .st-card-grid article {
    padding: 28px 20px;
  }

  .st-card-grid h3 {
    overflow-wrap: anywhere;
    font-size: 28px;
    line-height: 36px;
  }

  .st-card-grid p {
    overflow-wrap: anywhere;
  }
}

@media (max-width: 760px) {
  .st-hero-inner {
    display: block;
    width: 100%;
    padding: 72px 20px;
  }

  .st-hero h1 {
    margin-top: 16px;
    font-size: 42px;
    line-height: 52px;
    letter-spacing: -0.84px;
  }

  .st-hero-copy > p {
    font-size: 17px;
    line-height: 26px;
  }

  .st-hero-actions .actions {
    align-items: stretch;
    flex-direction: column;
  }

  .st-hero-actions .button {
    width: 100%;
  }

  .st-plan-note {
    align-items: flex-start;
  }

  .st-hero-media {
    height: auto;
    margin-top: 56px;
    aspect-ratio: auto;
  }

  .st-section-heading,
  .st-setup .st-section-heading {
    width: 100%;
    min-height: 0;
    padding: 72px 20px;
    border-right: 0;
    border-left: 0;
  }

  .st-section-heading h2 {
    font-size: 38px;
    line-height: 48px;
    letter-spacing: -0.76px;
  }

  .st-section-heading > p {
    font-size: 17px;
    line-height: 26px;
  }

  .st-card-grid,
  .st-scenario-grid,
  .st-setup-grid {
    padding: 0;
    grid-template-columns: minmax(0, 1fr);
  }

  .st-card-grid article,
  .st-scenario-grid article:nth-child(2n + 1),
  .st-setup-grid article:nth-child(2n + 1) {
    min-height: 268px;
    padding: 32px 20px;
    border-right: 0;
    border-left: 0;
  }

  .st-setup-grid article:last-child {
    grid-column: auto;
  }

  .st-card-grid h3 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.64px;
  }

  .st-table-scroll {
    width: calc(100% - 40px);
  }

  .st-table {
    min-width: 980px;
  }
}
