.license-agreement-page {
  --license-night: #020711;
  --license-night-soft: #071725;
  --license-paper: #f8fbfb;
  --license-paper-soft: #edf4f5;
  --license-ink: #173747;
  --license-muted: #607783;
  --license-cyan: #82e4f8;
  --license-blue: #187fb8;
  --license-mint: #5ed1c8;
  --license-violet: #9488ed;
  --license-gold: #d7a96f;
  --license-light-line: rgba(35, 103, 130, .15);
  --license-dark-line: rgba(104, 210, 247, .16);
  --license-shell: min(100% - 64px, 1480px);
  color: #eaf6fb;
  background: var(--license-night);
}

.license-agreement-page *,
.license-agreement-page *::before,
.license-agreement-page *::after {
  box-sizing: border-box;
}

.license-agreement-page [id] {
  scroll-margin-top: 170px;
}

.license-shell {
  position: relative;
  z-index: 2;
  width: var(--license-shell);
  margin: 0 auto;
}

.license-hero {
  position: relative;
  min-height: max(900px, 100svh);
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 78% 38%, rgba(23, 126, 195, .26), transparent 32%),
    radial-gradient(circle at 90% 78%, rgba(119, 84, 218, .13), transparent 27%),
    radial-gradient(circle at 8% 84%, rgba(58, 190, 207, .08), transparent 24%),
    linear-gradient(145deg, #020711 0%, #071a2b 58%, #020913 100%);
}

.license-hero::before {
  content: "LICENSE";
  position: absolute;
  right: -1.5vw;
  bottom: -2vw;
  z-index: -4;
  color: transparent;
  -webkit-text-stroke: 1px rgba(113, 217, 249, .045);
  font-size: clamp(130px, 20vw, 330px);
  font-weight: 680;
  line-height: .74;
  letter-spacing: -.1em;
  pointer-events: none;
}

.license-hero-grid,
.license-cta-grid {
  position: absolute;
  inset: 0;
  z-index: -5;
  opacity: .34;
  background-image:
    linear-gradient(rgba(95, 201, 244, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(95, 201, 244, .05) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: radial-gradient(ellipse at 68% 45%, #000, transparent 78%);
  mask-image: radial-gradient(ellipse at 68% 45%, #000, transparent 78%);
}

.license-hero-circuit,
.license-cta-circuit {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  opacity: .72;
  pointer-events: none;
}

.license-hero-circuit path,
.license-cta-circuit path {
  fill: none;
  stroke: rgba(104, 211, 250, .11);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.license-hero-circuit .license-current,
.license-cta-circuit .license-current {
  stroke: rgba(134, 232, 255, .76);
  stroke-width: 1.15;
  stroke-dasharray: 2 78;
  filter: drop-shadow(0 0 6px rgba(92, 218, 255, .78));
  animation: licenseCurrentRun 8s linear infinite;
}

.license-hero-circuit .license-current--vertical {
  animation-delay: -4.1s;
  animation-duration: 11s;
}

.license-hero-shell {
  width: var(--license-shell);
  min-height: max(900px, 100svh);
  margin: 0 auto;
  padding: 132px 0 88px;
  display: grid;
  grid-template-columns: minmax(430px, .83fr) minmax(570px, 1.17fr);
  align-items: center;
  gap: clamp(48px, 6vw, 104px);
}

.license-hero-copy {
  position: relative;
  z-index: 4;
  min-width: 0;
}

.license-breadcrumbs {
  margin-bottom: clamp(44px, 5vh, 64px);
  padding-top: clamp(22px, 2.5vh, 32px);
  flex-wrap: wrap;
  row-gap: 7px;
}

.license-breadcrumbs a + a::before,
.license-breadcrumbs span::before {
  content: "/";
  margin-right: 10px;
  color: rgba(111, 199, 237, .32);
}

.license-eyebrow,
.license-kicker,
.license-dark-kicker {
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.license-eyebrow,
.license-dark-kicker {
  color: var(--license-cyan);
}

.license-kicker {
  color: #2d7794;
}

.license-eyebrow::before,
.license-kicker::before,
.license-dark-kicker::before {
  content: "";
  width: 29px;
  height: 1px;
  flex: 0 0 29px;
  background: linear-gradient(90deg, currentColor, transparent);
  box-shadow: 0 0 8px rgba(112, 220, 248, .35);
}

.license-hero-title {
  max-width: 760px;
  margin: 0;
  color: #f1fbff;
  font-size: clamp(60px, 6.1vw, 98px);
  font-weight: 390;
  line-height: .86;
  letter-spacing: -.068em;
}

.license-hero-title span,
.license-hero-title em {
  display: block;
}

.license-hero-title em {
  margin-top: .08em;
  color: #9ce8fb;
  font-style: normal;
  font-weight: 300;
}

.license-hero-lead {
  max-width: 680px;
  margin: 31px 0 0;
  color: rgba(210, 232, 244, .68);
  font-size: clamp(14px, 1.04vw, 17px);
  line-height: 1.72;
}

.license-hero-actions,
.license-cta-actions {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.license-button {
  min-height: 50px;
  padding: 0 22px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  color: inherit;
  font: inherit;
  font-size: 11px;
  letter-spacing: .045em;
  text-decoration: none;
  cursor: pointer;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease, background .3s ease;
}

button.license-button {
  appearance: none;
}

.license-button::after {
  content: "↗";
  font-size: 14px;
}

button.license-button::after {
  content: "↓";
}

.license-button--primary {
  border: 1px solid rgba(84, 190, 250, .48);
  color: #f8fdff;
  background: linear-gradient(180deg, #1885d0, #0c5e9d);
  box-shadow: 0 17px 38px rgba(5, 78, 145, .25), inset 0 1px rgba(255, 255, 255, .18);
}

.license-button--ghost {
  border: 1px solid rgba(116, 208, 244, .18);
  color: rgba(218, 239, 249, .75);
  background: rgba(10, 31, 49, .36);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.license-button:hover,
.license-button:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(113, 222, 255, .7);
}

.license-button--primary:hover,
.license-button--primary:focus-visible {
  box-shadow: 0 22px 46px rgba(7, 91, 163, .34), inset 0 1px rgba(255, 255, 255, .22);
}

.license-hero-facts {
  max-width: 710px;
  margin: 43px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(106, 208, 247, .13);
}

.license-hero-facts div {
  min-width: 0;
  padding: 19px 15px 0 0;
  border-right: 1px solid rgba(106, 208, 247, .1);
}

.license-hero-facts div + div {
  padding-left: 18px;
}

.license-hero-facts div:last-child {
  border-right: 0;
}

.license-hero-facts dt {
  color: #bceeff;
  font-size: clamp(25px, 2.2vw, 35px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.045em;
}

.license-hero-facts dd {
  max-width: 150px;
  margin: 8px 0 0;
  color: rgba(164, 202, 220, .47);
  font-size: 7px;
  letter-spacing: .12em;
  line-height: 1.45;
  text-transform: uppercase;
}

.license-hero-document {
  --license-document-rx: 0deg;
  --license-document-ry: 0deg;
  position: relative;
  width: min(100%, 680px);
  margin: 0;
  justify-self: end;
  overflow: hidden;
  border: 1px solid rgba(104, 208, 248, .2);
  border-radius: 25px;
  background: #061522;
  box-shadow: 0 45px 120px rgba(0, 0, 0, .4), inset 0 1px rgba(255, 255, 255, .04);
  transform: perspective(1500px) rotateX(var(--license-document-rx)) rotateY(var(--license-document-ry));
  transform-style: preserve-3d;
  transition: transform .2s ease-out, border-color .35s ease, box-shadow .35s ease;
}

.license-hero-document:hover {
  border-color: rgba(115, 222, 255, .34);
  box-shadow: 0 51px 130px rgba(0, 0, 0, .44), inset 0 1px rgba(255, 255, 255, .05);
}

.license-document-toolbar {
  min-height: 54px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid rgba(100, 203, 245, .12);
  color: rgba(169, 214, 233, .45);
  background: rgba(3, 17, 29, .86);
  font-size: 7px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.license-document-toolbar > span {
  display: flex;
  gap: 6px;
}

.license-document-toolbar > span i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(96, 200, 241, .28);
}

.license-document-toolbar > span i:nth-child(2) {
  background: rgba(137, 122, 246, .38);
}

.license-document-toolbar > span i:nth-child(3) {
  background: rgba(78, 205, 192, .38);
}

.license-document-toolbar strong {
  font-weight: 500;
}

.license-document-toolbar em {
  margin-left: auto;
  color: rgba(115, 229, 255, .54);
  font-style: normal;
}

.license-document-sheet {
  position: relative;
  min-height: 620px;
  margin: 22px;
  padding: clamp(33px, 4vw, 56px);
  overflow: hidden;
  border: 1px solid rgba(44, 117, 143, .18);
  border-radius: 17px;
  color: var(--license-ink);
  background:
    linear-gradient(rgba(34, 108, 136, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 108, 136, .035) 1px, transparent 1px),
    linear-gradient(145deg, #f9fcfc, #eaf2f3);
  background-size: 27px 27px, 27px 27px, auto;
  box-shadow: inset 0 1px #fff, 0 20px 50px rgba(0, 0, 0, .2);
}

.license-document-sheet::before {
  content: "FC";
  position: absolute;
  right: -20px;
  bottom: -42px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(39, 117, 146, .09);
  font-size: 210px;
  font-weight: 700;
  line-height: .75;
  letter-spacing: -.11em;
}

.license-document-code {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 7px 20px;
  color: rgba(34, 95, 119, .55);
  font-size: 7px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.license-document-code span {
  grid-row: 1 / 3;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(39, 119, 150, .17);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #267693;
  font-size: 5px;
}

.license-document-code strong {
  align-self: end;
  color: #245e75;
  font-size: 9px;
  font-weight: 600;
}

.license-document-code small {
  align-self: start;
  color: rgba(48, 96, 115, .4);
  font-size: 6px;
}

.license-document-mark {
  position: absolute;
  top: 35px;
  right: 38px;
  width: 88px;
  height: 88px;
  border: 1px solid rgba(39, 119, 150, .18);
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  box-shadow: 0 0 0 8px rgba(39, 119, 150, .025);
}

.license-document-mark::before,
.license-document-mark::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px dashed rgba(39, 119, 150, .14);
  border-radius: inherit;
}

.license-document-mark::after {
  inset: 20px -20px;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.license-document-mark span {
  color: #2e7a96;
  font-size: 31px;
  font-weight: 330;
  line-height: .8;
}

.license-document-mark small {
  margin-top: 8px;
  color: rgba(40, 99, 121, .5);
  font-size: 6px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.license-document-label {
  margin: 72px 0 0;
  color: rgba(37, 101, 126, .48);
  font-size: 7px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.license-document-sheet h2 {
  margin: 13px 0 0;
  color: #173d4f;
  font-size: clamp(55px, 5.1vw, 79px);
  font-weight: 350;
  line-height: .82;
  letter-spacing: -.065em;
}

.license-document-register {
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid rgba(36, 109, 137, .13);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.license-document-register span {
  color: rgba(42, 92, 112, .48);
  font-size: 6px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.license-document-register strong {
  color: #2e7791;
  font-size: 11px;
  font-weight: 560;
  letter-spacing: .08em;
}

.license-document-sheet ul {
  margin: 38px 0 0;
  padding: 0;
  border-top: 1px solid rgba(36, 109, 137, .13);
  list-style: none;
}

.license-document-sheet li {
  min-height: 43px;
  border-bottom: 1px solid rgba(36, 109, 137, .11);
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(35, 75, 91, .66);
  font-size: 8px;
  letter-spacing: .03em;
}

.license-document-sheet li span {
  color: rgba(34, 112, 143, .47);
  font-size: 6px;
  letter-spacing: .12em;
}

.license-document-party {
  position: absolute;
  right: clamp(33px, 4vw, 56px);
  bottom: 38px;
  left: clamp(33px, 4vw, 56px);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.license-document-party span {
  color: rgba(42, 92, 112, .45);
  font-size: 6px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.license-document-party strong {
  color: #1f586f;
  font-size: 10px;
  font-weight: 560;
  letter-spacing: .08em;
}

.license-document-status {
  min-height: 52px;
  padding: 0 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(150, 198, 218, .39);
  font-size: 7px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.license-document-status span:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(113, 222, 235, .62);
}

.license-document-status i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #64d9d0;
  box-shadow: 0 0 8px rgba(100, 217, 208, .75);
  animation: licenseNodePulse 2.8s ease-in-out infinite;
}

.license-summary,
.license-reader-section {
  position: relative;
  color: var(--license-ink);
  background:
    radial-gradient(circle at 84% 9%, rgba(48, 145, 185, .09), transparent 25%),
    linear-gradient(180deg, var(--license-paper-soft) 0%, #fbfdfd 50%, #edf5f6 100%);
}

.license-summary::before,
.license-reader-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .3;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(31, 111, 142, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 111, 142, .045) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: radial-gradient(circle at 54% 38%, #000, transparent 79%);
  mask-image: radial-gradient(circle at 54% 38%, #000, transparent 79%);
}

.license-summary .license-shell,
.license-reader-section .license-shell {
  padding: clamp(105px, 10vw, 156px) 0;
}

.license-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  align-items: end;
  gap: clamp(52px, 8vw, 128px);
}

.license-section-heading h2,
.license-reader-heading h2 {
  max-width: 980px;
  margin: 0;
  color: #14384a;
  font-size: clamp(48px, 5.6vw, 86px);
  font-weight: 390;
  line-height: .94;
  letter-spacing: -.064em;
}

.license-section-heading h2 span,
.license-reader-heading h2 span {
  color: #4387a2;
  font-weight: 300;
}

.license-section-heading > p {
  max-width: 620px;
  margin: 0 0 6px;
  color: rgba(43, 76, 91, .66);
  font-size: clamp(14px, 1.1vw, 17px);
  line-height: 1.75;
}

.license-summary-grid {
  margin-top: clamp(60px, 7vw, 92px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--license-light-line);
  border-radius: 22px;
  overflow: hidden;
  background: rgba(250, 253, 254, .72);
  box-shadow: 0 22px 58px rgba(27, 77, 101, .055), inset 0 1px #fff;
}

.license-summary-grid article {
  position: relative;
  min-height: 280px;
  padding: 32px 29px 34px;
  overflow: hidden;
  border-right: 1px solid rgba(31, 112, 145, .12);
}

.license-summary-grid article:last-child {
  border-right: 0;
}

.license-summary-grid article::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -58px;
  width: 135px;
  height: 135px;
  border: 1px solid rgba(40, 131, 167, .09);
  border-radius: 50%;
  box-shadow: 0 0 0 17px rgba(40, 131, 167, .024);
}

.license-summary-index {
  color: rgba(36, 124, 159, .43);
  font-size: 7px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.license-summary-grid strong {
  max-width: 260px;
  margin-top: 77px;
  display: block;
  color: #173b4d;
  font-size: clamp(21px, 1.65vw, 27px);
  font-weight: 460;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.license-summary-grid p {
  max-width: 310px;
  margin: 15px 0 0;
  color: rgba(43, 76, 91, .61);
  font-size: 11px;
  line-height: 1.67;
}

.license-summary-note {
  min-height: 114px;
  margin-top: 18px;
  padding: 25px 30px;
  border: 1px solid rgba(43, 133, 169, .17);
  border-radius: 18px;
  display: grid;
  grid-template-columns: minmax(170px, .23fr) minmax(0, 1fr);
  align-items: center;
  gap: 34px;
  background: rgba(250, 253, 254, .72);
}

.license-summary-note > span {
  color: #287694;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.license-summary-note p {
  margin: 0;
  color: rgba(43, 76, 91, .67);
  font-size: 11px;
  line-height: 1.7;
}

.license-summary-note strong {
  color: #16475d;
  font-weight: 600;
}

.license-section-nav {
  position: sticky;
  top: 90px;
  z-index: 45;
  color: #274d60;
  border-top: 1px solid rgba(30, 103, 137, .09);
  border-bottom: 1px solid rgba(30, 103, 137, .14);
  background: rgba(246, 251, 252, .92);
  box-shadow: 0 12px 32px rgba(30, 73, 94, .07);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  backdrop-filter: blur(18px) saturate(135%);
}

.license-section-nav-inner {
  width: var(--license-shell);
  min-height: 66px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.license-section-nav a {
  position: relative;
  min-width: 0;
  padding: 0 12px;
  border-right: 1px solid rgba(31, 106, 139, .1);
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(37, 73, 90, .64);
  font-size: 7px;
  letter-spacing: .07em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .25s ease, background .25s ease;
}

.license-section-nav a:first-child {
  border-left: 1px solid rgba(31, 106, 139, .1);
}

.license-section-nav a::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: -1px;
  left: 12px;
  height: 2px;
  background: linear-gradient(90deg, #2486b0, #70d7ef);
  opacity: 0;
  transform: scaleX(.3);
  transition: opacity .25s ease, transform .3s ease;
}

.license-section-nav a span {
  color: rgba(33, 122, 160, .38);
  font-size: 6px;
  font-weight: 600;
}

.license-section-nav a:hover,
.license-section-nav a:focus-visible,
.license-section-nav a.is-active {
  color: #146f97;
  background: rgba(68, 159, 192, .045);
}

.license-section-nav a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.license-reader-section {
  background:
    radial-gradient(circle at 12% 20%, rgba(50, 147, 183, .08), transparent 24%),
    linear-gradient(180deg, #edf5f6, #f9fcfc 42%, #eaf2f4);
}

.license-reader-heading {
  max-width: 1120px;
}

.license-reader-heading > p:last-child {
  max-width: 760px;
  margin: 28px 0 0;
  color: rgba(43, 76, 91, .65);
  font-size: clamp(14px, 1.08vw, 17px);
  line-height: 1.75;
}

.license-reader {
  margin-top: clamp(62px, 7vw, 96px);
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  align-items: start;
  gap: clamp(22px, 3vw, 44px);
}

.license-toc {
  position: sticky;
  top: 177px;
  overflow: hidden;
  border: 1px solid rgba(31, 112, 145, .16);
  border-radius: 20px;
  background: rgba(248, 252, 253, .8);
  box-shadow: 0 20px 48px rgba(31, 75, 96, .075), inset 0 1px #fff;
}

.license-toc-head {
  min-height: 98px;
  padding: 23px 24px 19px;
  border-bottom: 1px solid rgba(31, 112, 145, .12);
  background:
    linear-gradient(rgba(42, 129, 162, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42, 129, 162, .035) 1px, transparent 1px);
  background-size: 22px 22px;
}

.license-toc-head span,
.license-toc-head strong {
  display: block;
}

.license-toc-head span {
  color: rgba(35, 116, 148, .5);
  font-size: 6px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.license-toc-head span i {
  width: 5px;
  height: 5px;
  margin-right: 7px;
  border-radius: 50%;
  display: inline-block;
  background: #58cfc7;
  box-shadow: 0 0 7px rgba(88, 207, 199, .7);
}

.license-toc-head strong {
  margin-top: 12px;
  color: #173c4e;
  font-size: 22px;
  font-weight: 430;
  letter-spacing: -.035em;
}

.license-toc nav {
  padding: 10px 0;
}

.license-toc nav a {
  position: relative;
  min-height: 49px;
  padding: 11px 20px 11px 55px;
  display: flex;
  align-items: center;
  color: rgba(42, 73, 87, .62);
  font-size: 9px;
  line-height: 1.35;
  text-decoration: none;
  transition: color .25s ease, background .25s ease;
}

.license-toc nav a::before {
  content: "";
  position: absolute;
  top: 9px;
  bottom: 9px;
  left: 0;
  width: 2px;
  background: linear-gradient(#2486b0, #70d7ef);
  opacity: 0;
  transform: scaleY(.3);
  transition: opacity .25s ease, transform .3s ease;
}

.license-toc nav a span {
  position: absolute;
  left: 22px;
  color: rgba(35, 116, 148, .36);
  font-size: 6px;
  letter-spacing: .12em;
}

.license-toc nav a:hover,
.license-toc nav a:focus-visible,
.license-toc nav a.is-active {
  color: #176f94;
  background: rgba(48, 137, 170, .055);
}

.license-toc nav a.is-active::before {
  opacity: 1;
  transform: scaleY(1);
}

.license-toc > button {
  width: 100%;
  min-height: 68px;
  padding: 12px 21px;
  border: 0;
  border-top: 1px solid rgba(31, 112, 145, .12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: #176f94;
  background: rgba(235, 246, 249, .73);
  font: inherit;
  font-size: 9px;
  cursor: pointer;
  transition: background .25s ease, color .25s ease;
}

.license-toc > button span {
  color: rgba(35, 116, 148, .4);
  font-size: 6px;
  letter-spacing: .14em;
}

.license-toc > button:hover,
.license-toc > button:focus-visible {
  color: #0a5f88;
  background: rgba(223, 241, 246, .9);
}

.license-paper {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(31, 104, 132, .17);
  border-radius: 24px;
  color: #203f4d;
  background:
    linear-gradient(rgba(33, 105, 133, .024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33, 105, 133, .024) 1px, transparent 1px),
    #fbfdfd;
  background-size: 31px 31px, 31px 31px, auto;
  box-shadow: 0 35px 92px rgba(27, 72, 94, .12), inset 0 1px #fff;
}

.license-paper-header {
  min-height: 108px;
  padding: 28px clamp(30px, 5vw, 72px);
  border-bottom: 1px solid rgba(31, 104, 132, .13);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  background: rgba(239, 247, 248, .66);
}

.license-paper-header div {
  display: grid;
  align-content: center;
}

.license-paper-header div:last-child {
  text-align: right;
}

.license-paper-header span,
.license-paper-header small {
  display: block;
}

.license-paper-header span {
  color: #245d74;
  font-size: 10px;
  font-weight: 570;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.license-paper-header small {
  margin-top: 7px;
  color: rgba(45, 85, 102, .44);
  font-size: 7px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.license-paper-header .license-paper-title {
  grid-column: 1 / -1;
  padding-top: 28px;
  border-top: 1px solid rgba(31, 104, 132, .12);
  text-align: left;
}

.license-paper-title small,
.license-paper-title strong {
  display: block;
}

.license-paper-title small {
  margin: 0;
  color: rgba(35, 116, 148, .46);
}

.license-paper-title strong {
  margin-top: 13px;
  color: #173c4e;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.055em;
}

.license-preamble,
.license-clause {
  padding: clamp(58px, 6vw, 92px) clamp(30px, 6vw, 88px);
  border-bottom: 1px solid rgba(31, 104, 132, .13);
}

.license-preamble {
  background: linear-gradient(145deg, rgba(233, 245, 248, .45), transparent 44%);
}

.license-clause-heading {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: clamp(22px, 3vw, 42px);
}

.license-clause-heading > span {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(39, 119, 150, .2);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #2a7895;
  background: rgba(235, 246, 248, .65);
  box-shadow: 0 0 0 9px rgba(42, 126, 158, .025);
  font-size: 8px;
  letter-spacing: .12em;
}

.license-clause-heading small {
  display: block;
  color: rgba(35, 116, 148, .46);
  font-size: 7px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.license-clause-heading h2 {
  max-width: 760px;
  margin: 11px 0 0;
  color: #173c4e;
  font-size: clamp(29px, 3vw, 46px);
  font-weight: 430;
  line-height: 1.03;
  letter-spacing: -.047em;
}

.license-preamble-copy {
  margin-top: clamp(45px, 5vw, 70px);
}

.license-preamble-copy p {
  margin: 0;
  color: rgba(32, 63, 77, .76);
  font-size: clamp(14px, 1.12vw, 17px);
  line-height: 1.86;
}

.license-preamble-copy p + p {
  margin-top: 24px;
}

.license-preamble-copy p:first-child {
  color: #17465b;
  font-size: clamp(18px, 1.65vw, 25px);
  font-weight: 440;
  line-height: 1.55;
  letter-spacing: -.025em;
}

.license-definition {
  margin-top: 40px;
  padding: 27px 30px;
  border: 1px solid rgba(38, 126, 160, .18);
  border-radius: 17px;
  background:
    linear-gradient(rgba(41, 131, 165, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(41, 131, 165, .035) 1px, transparent 1px),
    rgba(236, 247, 249, .65);
  background-size: 24px 24px, 24px 24px, auto;
}

.license-definition > span {
  color: #2a7895;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.license-definition p {
  margin: 17px 0 0;
  color: rgba(32, 63, 77, .72);
  font-size: 13px;
  line-height: 1.75;
}

.license-definition strong {
  color: #15475c;
  font-weight: 600;
}

.license-clause-list {
  margin: clamp(44px, 5vw, 68px) 0 0;
  padding: 0;
  border-top: 1px solid rgba(31, 104, 132, .14);
  list-style: none;
}

.license-clause-list li {
  position: relative;
  min-height: 105px;
  padding: 28px 0 28px 86px;
  border-bottom: 1px solid rgba(31, 104, 132, .13);
}

.license-clause-list li:last-child {
  border-bottom: 0;
}

.license-clause-list li > span {
  position: absolute;
  top: 30px;
  left: 0;
  width: 52px;
  color: rgba(35, 116, 148, .53);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .12em;
}

.license-clause-list p {
  margin: 0;
  color: rgba(32, 63, 77, .78);
  font-size: clamp(13px, 1.05vw, 16px);
  line-height: 1.82;
}

.license-clause-list a {
  color: #1179a6;
  text-decoration-color: rgba(17, 121, 166, .3);
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}

.license-clause-list a:hover,
.license-clause-list a:focus-visible {
  color: #075f8a;
  text-decoration-color: currentColor;
}

.license-clause--major {
  background: linear-gradient(145deg, rgba(231, 244, 247, .42), transparent 35%);
}

.license-related-link {
  min-height: 92px;
  margin-top: 15px;
  padding: 18px 23px;
  border: 1px solid rgba(39, 126, 159, .18);
  border-radius: 16px;
  display: grid;
  grid-template-columns: minmax(150px, .3fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: 25px;
  color: #173c4e;
  background: rgba(234, 246, 248, .65);
  text-decoration: none;
  transition: transform .3s ease, border-color .3s ease, background .3s ease;
}

.license-related-link:hover,
.license-related-link:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(32, 128, 164, .32);
  background: rgba(227, 243, 247, .88);
}

.license-related-link span {
  color: rgba(35, 116, 148, .48);
  font-size: 7px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.license-related-link strong {
  font-size: 16px;
  font-weight: 490;
}

.license-related-link em {
  color: #19779c;
  font-size: 8px;
  font-style: normal;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.license-paper-footer {
  min-height: 105px;
  padding: 25px clamp(30px, 5vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: rgba(47, 96, 116, .38);
  background:
    linear-gradient(rgba(42, 129, 162, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42, 129, 162, .035) 1px, transparent 1px),
    rgba(238, 247, 248, .65);
  background-size: 22px 22px, 22px 22px, auto;
  font-size: 7px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.license-paper-footer strong {
  color: rgba(36, 94, 116, .53);
  font-weight: 550;
}

.license-cta {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 52%, rgba(20, 134, 208, .25), transparent 31%),
    radial-gradient(circle at 69% 62%, rgba(112, 79, 221, .13), transparent 27%),
    linear-gradient(145deg, #020711, #071928 60%, #020913);
}

.license-cta::before {
  content: "LICENSE";
  position: absolute;
  left: 50%;
  bottom: -2vw;
  z-index: -4;
  color: transparent;
  -webkit-text-stroke: 1px rgba(113, 217, 249, .045);
  font-size: clamp(90px, 17vw, 280px);
  font-weight: 680;
  line-height: .74;
  letter-spacing: -.09em;
  white-space: nowrap;
  transform: translateX(-50%);
}

.license-cta-grid {
  -webkit-mask-image: radial-gradient(ellipse at 50% 50%, #000, transparent 78%);
  mask-image: radial-gradient(ellipse at 50% 50%, #000, transparent 78%);
}

.license-cta-inner {
  position: relative;
  z-index: 3;
  width: min(100% - 64px, 1120px);
  padding: 108px 0;
}

.license-cta-inner .license-dark-kicker {
  justify-content: center;
}

.license-cta-inner h2 {
  max-width: 1020px;
  margin: 0 auto;
  color: #effaff;
  font-size: clamp(56px, 7vw, 106px);
  font-weight: 380;
  line-height: .9;
  letter-spacing: -.067em;
}

.license-cta-inner h2 em {
  display: block;
  color: #9ce8fb;
  font-style: normal;
  font-weight: 300;
}

.license-cta-inner > p:not(.license-dark-kicker) {
  max-width: 680px;
  margin: 30px auto 0;
  color: rgba(201, 227, 239, .62);
  font-size: clamp(14px, 1.1vw, 17px);
  line-height: 1.72;
}

.license-cta-actions {
  justify-content: center;
}

@keyframes licenseCurrentRun {
  to { stroke-dashoffset: -100; }
}

@keyframes licenseNodePulse {
  0%,
  100% { opacity: .45; transform: scale(.82); }
  50% { opacity: 1; transform: scale(1.15); }
}

@media (max-width: 1260px) {
  .license-hero-shell {
    grid-template-columns: minmax(390px, .78fr) minmax(520px, 1.22fr);
    gap: 40px;
  }

  .license-document-sheet {
    margin: 17px;
  }

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

  .license-summary-grid article:nth-child(2) {
    border-right: 0;
  }

  .license-summary-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(31, 112, 145, .12);
  }

  .license-section-nav-inner {
    overflow-x: auto;
    grid-template-columns: repeat(8, minmax(130px, 1fr));
    scrollbar-width: thin;
  }

  .license-section-nav a:first-child {
    border-left: 0;
  }

  .license-reader {
    grid-template-columns: 270px minmax(0, 1fr);
  }
}

@media (max-width: 1080px) {
  .license-hero {
    min-height: auto;
  }

  .license-hero-shell {
    min-height: auto;
    padding-top: 136px;
    grid-template-columns: minmax(0, 1fr);
    gap: 68px;
  }

  .license-hero-copy {
    max-width: 880px;
  }

  .license-hero-document {
    width: min(100%, 760px);
    justify-self: center;
  }

  .license-document-sheet {
    min-height: 640px;
  }

  .license-section-heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 29px;
  }

  .license-section-heading > p {
    max-width: 780px;
  }

  .license-reader {
    grid-template-columns: minmax(0, 1fr);
  }

  .license-toc {
    position: relative;
    top: auto;
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr) 190px;
    align-items: stretch;
  }

  .license-toc-head {
    min-height: 100%;
    border-right: 1px solid rgba(31, 112, 145, .12);
    border-bottom: 0;
  }

  .license-toc nav {
    padding: 9px 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .license-toc nav a {
    min-height: 46px;
    padding-left: 52px;
  }

  .license-toc > button {
    min-height: 100%;
    border-top: 0;
    border-left: 1px solid rgba(31, 112, 145, .12);
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 860px) {
  .license-agreement-page [id] {
    scroll-margin-top: 144px;
  }

  .license-section-nav {
    top: 74px;
  }

  .license-breadcrumbs {
    padding-top: 20px;
  }

  .license-toc {
    grid-template-columns: minmax(0, 1fr);
  }

  .license-toc-head {
    min-height: 92px;
    border-right: 0;
    border-bottom: 1px solid rgba(31, 112, 145, .12);
  }

  .license-toc > button {
    min-height: 65px;
    border-top: 1px solid rgba(31, 112, 145, .12);
    border-left: 0;
    flex-direction: row;
  }
}

@media (max-width: 700px) {
  .license-agreement-page {
    --license-shell: min(100% - 32px, 1480px);
  }

  .license-hero-shell {
    padding: 112px 0 76px;
    gap: 52px;
  }

  .license-breadcrumbs {
    margin-bottom: 40px;
    padding-top: 36px;
    align-items: flex-start;
    row-gap: 8px;
  }

  .license-hero-title {
    font-size: clamp(50px, 15.2vw, 78px);
  }

  .license-hero-lead {
    margin-top: 27px;
    font-size: 14px;
  }

  .license-hero-actions,
  .license-cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .license-button {
    width: 100%;
  }

  .license-hero-facts {
    margin-top: 38px;
  }

  .license-hero-facts div {
    padding-right: 9px;
  }

  .license-hero-facts div + div {
    padding-left: 10px;
  }

  .license-hero-facts dt {
    font-size: clamp(21px, 6.2vw, 29px);
  }

  .license-hero-facts dd {
    font-size: 6px;
    letter-spacing: .07em;
  }

  .license-hero-document {
    border-radius: 18px;
  }

  .license-document-toolbar {
    min-height: 47px;
    padding-inline: 13px;
    gap: 10px;
  }

  .license-document-toolbar strong {
    overflow: hidden;
    font-size: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .license-document-toolbar em {
    display: none;
  }

  .license-document-sheet {
    min-height: 590px;
    margin: 10px;
    padding: 28px 23px;
    border-radius: 13px;
  }

  .license-document-mark {
    top: 27px;
    right: 24px;
    width: 73px;
    height: 73px;
  }

  .license-document-mark span {
    font-size: 25px;
  }

  .license-document-label {
    margin-top: 68px;
  }

  .license-document-sheet h2 {
    font-size: clamp(51px, 15vw, 68px);
  }

  .license-document-register {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .license-document-sheet ul {
    margin-top: 28px;
  }

  .license-document-party {
    right: 23px;
    bottom: 29px;
    left: 23px;
  }

  .license-document-party strong {
    font-size: 8px;
  }

  .license-document-status {
    min-height: 47px;
    padding-inline: 12px;
    font-size: 6px;
  }

  .license-document-status span:last-child {
    display: none;
  }

  .license-summary .license-shell,
  .license-reader-section .license-shell {
    padding: 94px 0 108px;
  }

  .license-section-heading h2,
  .license-reader-heading h2 {
    font-size: clamp(41px, 12.8vw, 62px);
  }

  .license-summary-grid,
  .license-reader {
    margin-top: 50px;
  }

  .license-summary-grid {
    grid-template-columns: minmax(0, 1fr);
    border-radius: 18px;
  }

  .license-summary-grid article,
  .license-summary-grid article:nth-child(2) {
    min-height: 235px;
    border-right: 0;
    border-bottom: 1px solid rgba(31, 112, 145, .12);
  }

  .license-summary-grid article:last-child {
    border-bottom: 0;
  }

  .license-summary-grid strong {
    margin-top: 48px;
  }

  .license-summary-note {
    padding: 24px;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .license-section-nav-inner {
    min-height: 58px;
    grid-template-columns: repeat(8, minmax(118px, 1fr));
  }

  .license-toc {
    border-radius: 17px;
  }

  .license-toc nav {
    grid-template-columns: minmax(0, 1fr);
  }

  .license-paper {
    border-radius: 18px;
  }

  .license-paper-header {
    min-height: 100px;
    padding: 24px;
    gap: 14px;
  }

  .license-paper-header span {
    font-size: 8px;
  }

  .license-paper-header small {
    font-size: 6px;
  }

  .license-preamble,
  .license-clause {
    padding: 57px 24px;
  }

  .license-clause-heading {
    gap: 19px;
  }

  .license-clause-heading > span {
    width: 44px;
    height: 44px;
  }

  .license-clause-heading h2 {
    font-size: clamp(27px, 8.7vw, 39px);
  }

  .license-preamble-copy {
    margin-top: 42px;
  }

  .license-preamble-copy p {
    font-size: 14px;
    line-height: 1.82;
  }

  .license-preamble-copy p:first-child {
    font-size: 18px;
  }

  .license-definition {
    padding: 24px 20px;
  }

  .license-clause-list {
    margin-top: 42px;
  }

  .license-clause-list li {
    min-height: 0;
    padding: 25px 0 25px 55px;
  }

  .license-clause-list li > span {
    top: 28px;
    width: 40px;
    font-size: 7px;
  }

  .license-clause-list p {
    font-size: 13px;
    line-height: 1.78;
  }

  .license-related-link {
    padding: 21px 19px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 15px;
  }

  .license-related-link span {
    grid-column: 1 / -1;
  }

  .license-paper-footer {
    min-height: 90px;
    padding: 22px 24px;
  }

  .license-paper-footer span {
    display: none;
  }

  .license-cta {
    min-height: 610px;
  }

  .license-cta-inner {
    width: min(100% - 32px, 1120px);
    padding: 92px 0;
  }

  .license-cta-inner h2 {
    font-size: clamp(45px, 13.8vw, 67px);
  }

  .license-cta-inner > p:not(.license-dark-kicker) {
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .license-breadcrumbs {
    font-size: 7px;
    line-height: 1.55;
  }

  .license-hero-title {
    font-size: clamp(45px, 13.7vw, 61px);
  }

  .license-document-toolbar > span {
    display: none;
  }

  .license-document-code span {
    display: none;
  }

  .license-document-code {
    grid-template-columns: minmax(0, 1fr);
  }

  .license-document-mark {
    width: 66px;
    height: 66px;
  }

  .license-document-mark::after {
    inset-inline: -12px;
  }

  .license-document-label {
    margin-top: 74px;
  }

  .license-document-sheet li {
    gap: 12px;
    font-size: 7px;
  }

  .license-document-party {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .license-section-heading h2,
  .license-reader-heading h2 {
    font-size: clamp(38px, 11.7vw, 51px);
  }

  .license-paper-header {
    grid-template-columns: minmax(0, 1fr);
  }

  .license-paper-header div:last-child {
    padding-top: 13px;
    border-top: 1px solid rgba(31, 104, 132, .11);
    text-align: left;
  }

  .license-paper-header .license-paper-title {
    grid-column: auto;
    padding-top: 22px;
  }

  .license-clause-heading > span {
    width: 39px;
    height: 39px;
    box-shadow: 0 0 0 6px rgba(42, 126, 158, .025);
  }

  .license-clause-heading h2 {
    font-size: clamp(25px, 8.2vw, 34px);
  }

  .license-preamble,
  .license-clause {
    padding-inline: 20px;
  }

  .license-clause-list li {
    padding-left: 48px;
  }

  .license-related-link strong {
    font-size: 13px;
  }

  .license-related-link em {
    font-size: 7px;
  }

  .license-cta-inner .license-dark-kicker {
    font-size: 7px;
  }
}

@media print {
  html,
  body {
    background: #fff !important;
  }

  .site-header,
  .site-footer,
  .skip-link,
  .page-top-anchor,
  .license-hero,
  .license-summary,
  .license-section-nav,
  .license-reader-heading,
  .license-toc,
  .license-cta {
    display: none !important;
  }

  .license-agreement-page,
  .license-reader-section {
    color: #111 !important;
    background: #fff !important;
  }

  .license-reader-section::before {
    display: none !important;
  }

  .license-reader-section .license-shell {
    width: 100% !important;
    padding: 0 !important;
  }

  .license-reader {
    margin: 0 !important;
    display: block !important;
  }

  .license-paper {
    border: 0 !important;
    border-radius: 0 !important;
    color: #111 !important;
    background: #fff !important;
    box-shadow: none !important;
  }

  .license-paper-header,
  .license-preamble,
  .license-clause,
  .license-paper-footer {
    background: #fff !important;
  }

  .license-preamble,
  .license-clause {
    padding: 42px 0 !important;
  }

  .license-preamble,
  .license-clause,
  .license-clause-list li,
  .license-definition,
  .license-paper-header,
  .license-paper-footer {
    border-color: #c9d1d5 !important;
  }

  .license-clause-heading,
  .license-clause-list li,
  .license-definition,
  .license-related-link {
    break-inside: avoid;
  }

  .license-clause-heading h2,
  .license-preamble-copy p,
  .license-clause-list p,
  .license-definition p {
    color: #111 !important;
  }

  .license-related-link {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .license-hero-document,
  .license-button,
  .license-related-link {
    transition: none;
  }

  .license-current,
  .license-document-status i {
    animation: none !important;
  }
}
