body {
  color: #222;
  background-color: #f7fafa;
  font-family: Inter, sans-serif;
  font-size: 2vw;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1;
}

h3 {
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1;
}

h4 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75em;
  font-weight: 300;
  line-height: 1;
}

p {
  margin-bottom: 0;
  font-size: .6em;
}

a {
  color: #154de7;
  text-decoration: none;
}

ul, ol {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 2em;
  line-height: 1.8;
}

li {
  font-size: .65em;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .8em;
  font-size: .65em;
  font-weight: 500;
  line-height: 1;
  display: block;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

blockquote {
  border-left: .2em solid #e2e2e2;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: .5em 0 .5em 1.5em;
  font-size: .65em;
  line-height: 1.8;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  color: #555;
  text-align: center;
  margin-top: .5em;
  font-size: .65em;
  line-height: 1.3;
}

.utility-button {
  color: #fff;
  background-color: #646fe7;
  border-radius: 1em;
  margin-top: .5em;
  padding: .5em 1em;
  font-size: .8em;
  line-height: 1;
  text-decoration: none;
  transition: background-color .4s;
  display: inline-block;
}

.utility-button:hover {
  background-color: rgba(85, 98, 241, .8);
}

.rich-text-block p {
  margin-bottom: 1em;
}

.rich-text-block h4 {
  margin-top: 1em;
  margin-bottom: .5em;
  line-height: 1.2;
}

.rich-text-block h2 {
  margin-top: 1em;
  margin-bottom: .5em;
  line-height: 1.1;
}

.rich-text-block h1 {
  margin-top: .25em;
  margin-bottom: 1em;
  line-height: 1.1;
}

.rich-text-block h3, .rich-text-block h5, .rich-text-block h6 {
  margin-top: 1em;
  margin-bottom: .5em;
  line-height: 1.2;
}

.all-headings {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-bottom: 2em;
  display: grid;
}

.page-style-guide {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5%;
  padding-bottom: 8%;
}

.label-class {
  color: #fff;
  background-color: #a95889;
  border-radius: .4em;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: .4em .6em;
  font-size: .65em;
  font-weight: 300;
  line-height: 1;
  display: inline-block;
}

.label-class.blue {
  background-color: #4b78bd;
}

.all-texts {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-bottom: 2em;
  display: grid;
}

.all-lists {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  margin-bottom: 2em;
  display: grid;
}

.utility-block {
  width: 20em;
  background-color: #fff;
  border-radius: .5em;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 30px 90px -50px rgba(0, 0, 0, .15);
}

.span-heading {
  width: 20px;
  opacity: .64;
  text-align: right;
  letter-spacing: 0;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}

.nav-link {
  color: #111;
  text-align: left;
  letter-spacing: -.01em;
  border-top-right-radius: .2em;
  border-bottom-right-radius: .2em;
  justify-content: flex-start;
  align-items: baseline;
  padding: .6em 1em .5em .8em;
  font-weight: 700;
  line-height: 1;
  transition: color .2s, background-color .2s;
  display: flex;
}

.nav-link.w--current {
  color: #fff;
  background-color: #222;
}

.license-image {
  width: 4em;
  margin-bottom: 1em;
  margin-right: 1em;
}

.page-changelog {
  max-width: 480px;
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
}

.page-licenses {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10%;
}

.page-password {
  background-color: #f0f7f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-header {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: .8em;
  padding-bottom: .8em;
  display: flex;
}

.utility-body {
  padding: .4em 1.5em .8em;
}

.error-message {
  margin-top: 0;
  padding: 1.5em;
  font-size: .7em;
}

.page-404 {
  background-color: #f0f7f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-text {
  padding: 1.5em 2em;
  font-size: .65em;
  line-height: 1.8;
}

.footer {
  justify-content: space-between;
  align-items: center;
  padding: 10vh 5%;
  font-size: .9em;
  display: flex;
}

.footer-link {
  color: gray;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: border-color .2s;
}

.footer-link:hover {
  border-bottom-color: rgba(128, 128, 128, .3);
}

.footer-link.rose {
  color: #f1d302;
}

.footer-link.rose:hover {
  border-bottom-color: rgba(241, 211, 2, .46);
}

.footer-links {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  font-size: .6em;
  display: flex;
}

.main {
  align-items: flex-start;
  display: flex;
}

.contents {
  width: 58%;
}

.navlink {
  color: #111;
  letter-spacing: -.025em;
  padding-bottom: 3px;
  font-size: 1em;
  font-weight: 700;
  transition: color .3s, font-size .4s;
  overflow: hidden;
}

.navlink:hover {
  color: rgba(17, 17, 17, .5);
}

.navlink.w--current {
  font-size: 2em;
}

.navlink.one-more.w--current {
  color: rgba(17, 17, 17, 0);
  font-size: 1em;
}

.navlink.dark {
  color: #cfe6e6;
}

.navlink.indigo {
  color: #dbe3ee;
}

.navlink.rose {
  color: #f6e8ea;
}

.logo-text {
  font-size: .9em;
  font-weight: 400;
  line-height: 1.2;
}

.logo {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #111;
  letter-spacing: -.025em;
  grid-template-rows: auto;
  grid-template-columns: 48px max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  font-size: 1em;
  line-height: 100%;
  transition: color .4s;
  overflow: hidden;
}

.logo:hover {
  color: #999;
}

.logo.dark {
  color: #cfe6e6;
}

.logo.rose {
  color: #f6e8ea;
}

.logo-text-span {
  opacity: .5;
}

.navlink-text {
  line-height: 100%;
}

.navigation-spacer {
  width: 10%;
  flex: 1;
}

.navigation {
  width: 42%;
  height: 100vh;
  grid-row-gap: .6em;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 10vh;
  padding-bottom: 7.5vh;
  padding-left: 5%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.section {
  min-height: 100vh;
  outline-offset: 0px;
  outline: 0 #222;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.section:hover, .section:active, .section:focus {
  outline-offset: 0px;
  outline: 0 #222;
}

.section:focus-visible {
  outline-offset: 0px;
  outline: 0 #222;
}

.section[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 0 #222;
}

.section.one-more-thing {
  align-items: flex-start;
}

.section.projects {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  margin-bottom: 0;
  display: grid;
}

.overflow-hidden {
  overflow: hidden;
}

.hero-text {
  line-height: 1.6;
}

.hero-text-span {
  opacity: .5;
}

.animated-image {
  z-index: -1;
  width: 15em;
  height: 9em;
  max-width: none;
  opacity: 0;
  object-fit: cover;
  border-radius: 2px;
  position: absolute;
  left: -15em;
  box-shadow: 0 40px 80px -60px #000;
}

.projects-text {
  color: #0885ff;
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: .3em;
  font-size: .8em;
  font-weight: 600;
}

.projects-text.hidden {
  display: none;
}

.projects-text.dark {
  color: #50a8fd;
}

.projects-text.rose {
  color: #f1d302;
}

.projects-link {
  grid-column-gap: 1em;
  color: #111;
  letter-spacing: -.015em;
  cursor: zoom-in;
  border-bottom: 1px solid #ebebeb;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.1em;
  padding-bottom: 1.1em;
  font-size: .65em;
  font-weight: 700;
  line-height: 1;
  transition: background-color .4s, color .4s;
  display: flex;
  position: relative;
}

.projects-link:hover {
  z-index: 999;
  color: #4353ff;
  background-color: #f5f5f5;
}

.projects-link.dark {
  color: #cfe6e6;
  border-bottom-color: #0b3838;
}

.projects-link.dark:hover {
  background-color: #092e2e;
}

.projects-link.indigo {
  color: #dbe3ee;
  cursor: pointer;
  border-bottom-color: #343347;
}

.projects-link.indigo:hover {
  background-color: #2e2d42;
  border-bottom-color: #2e2d42;
}

.projects-link.rose {
  color: #f6e8ea;
  border-bottom-color: #ff4554;
}

.projects-link.rose:hover {
  background-color: #fa3e4d;
  border-bottom-color: #fa3e4d;
}

.form {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 25px;
  margin-bottom: 150px;
  display: flex;
}

.text-field {
  width: 18em;
  height: 3em;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: .3em;
  margin: 0;
  padding: .5em 0 .5em 1.5em;
  font-size: .9em;
  transition: border-color .3s;
  box-shadow: 0 30px 30px -20px #ccc;
}

.text-field:hover {
  border-color: #e3e3e3;
}

.text-field:active {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #4353ff;
}

.text-field:focus {
  border-color: #0885ff;
}

.text-field.dark {
  box-shadow: none;
  color: #fff;
  background-color: rgba(255, 255, 255, .06);
}

.text-field.dark:hover {
  border-color: #196161;
}

.text-field.dark:focus {
  border-color: #0885ff;
}

.text-field.rose {
  box-shadow: none;
}

.text-field.rose:focus {
  border-color: #8b141d;
}

.subscribe-button {
  background-color: #222;
  border-radius: .3em;
  margin: 0;
  padding: 1em 1.5em;
  font-size: .9em;
  line-height: 1;
  transition: background-color .3s;
}

.subscribe-button:hover {
  background-color: #4353ff;
}

.subscribe-button.dark {
  background-color: #0885ff;
}

.subscribe-button.dark:hover {
  background-color: #005bb4;
}

.subscribe-button.rose {
  background-color: #c02a35;
}

.subscribe-button.rose:hover {
  background-color: #a1222b;
}

.success-message {
  width: 18em;
  text-align: left;
  letter-spacing: -.015em;
  background-color: rgba(0, 0, 0, 0);
  padding: 8% 0 8% 5%;
  font-size: 1em;
  line-height: 1.5;
}

.subscribe-error-message {
  width: 18em;
  color: #fff;
  background-color: #fd6868;
  border-radius: .3em;
  margin-top: 1em;
  padding: 4%;
  font-size: .9em;
}

.decorative-line {
  width: 1em;
  height: 1px;
  background-color: #dbdbdb;
}

.decorative-line.dark {
  background-color: #105252;
}

.decorative-line.indigo {
  background-color: #48457c;
}

.decorative-line.rose {
  background-color: #ff8992;
}

.one-more-thing-text {
  width: 40ch;
  margin-top: 3em;
  line-height: 1.6;
}

.text-lite {
  color: #aaa;
  font-weight: 200;
  position: relative;
  top: -.06em;
}

.text-lite.rose {
  color: #ee9198;
}

.one-more-links {
  grid-column-gap: 2.5em;
  grid-row-gap: 1em;
  flex-direction: row;
  align-items: center;
  margin-top: 2em;
  display: flex;
  overflow: hidden;
}

.one-more-thing-item {
  grid-column-gap: 1em;
  align-items: center;
  margin-top: 1.2em;
  display: flex;
  overflow: hidden;
}

.one-more-link {
  border-bottom: 2px solid rgba(8, 133, 255, 0);
  font-size: .7em;
  transition: border-color .3s;
}

.one-more-link:hover {
  border-bottom-color: rgba(8, 133, 255, .25);
}

.one-more-link.dark {
  color: #50a8fd;
}

.one-more-link.rose {
  color: #f1d302;
}

.one-more-link.rose:hover {
  border-bottom-color: rgba(241, 211, 2, .46);
}

.one-more-heading {
  line-height: 1.2;
}

.one-more-title {
  line-height: 1.3;
}

.subscribe-details {
  width: 36ch;
  line-height: 1.6;
}

.theme-dark {
  color: #cfe6e6;
  background-color: #041414;
}

.theme-indigo {
  color: #dbe3ee;
  background-color: #242331;
}

.theme-rose {
  color: #f6e8ea;
  background-color: #e63946;
}

.navigation-spacer-2nd {
  width: 10%;
  transform-origin: 0%;
  flex: 1;
}

.blog-link {
  color: #0885ff;
  letter-spacing: -.03em;
  background-color: rgba(8, 133, 255, .05);
  border-radius: .2em;
  padding: .2em .5em .2em .7em;
  font-size: .7em;
  font-style: italic;
  font-weight: 400;
  transition: background-color .4s, color .4s;
  position: absolute;
  top: 5%;
  right: 5%;
}

.blog-link:hover {
  color: #fff;
  background-color: #0885ff;
}

.blog-link.rose {
  color: rgba(255, 255, 255, .61);
  background-color: rgba(179, 45, 55, .24);
}

.blog-link.rose:hover {
  color: rgba(255, 255, 255, .82);
  background-color: rgba(179, 45, 55, .61);
}

@media screen and (max-width: 991px) {
  p, li, label, blockquote {
    font-size: .75em;
  }

  .utility-button {
    font-size: .9em;
  }

  .rich-text-block figcaption, .label-class, .utility-text, .footer-links {
    font-size: .75em;
  }

  .navlink {
    font-size: 1.2em;
  }

  .navlink.w--current {
    font-size: 1.5em;
  }

  .logo-text {
    font-size: 1em;
  }

  .section.projects {
    grid-template-columns: 1fr 1fr;
  }

  .hero-text {
    line-height: 180%;
  }

  .description {
    max-width: 320px;
    font-size: 1em;
  }

  .projects-link {
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: .8em;
  }

  .one-more-link {
    font-size: .8em;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 2.5vw;
  }

  h1 {
    font-size: 1.3em;
  }

  h2 {
    font-size: 1.2em;
  }

  h3 {
    font-size: 1.1em;
  }

  h4 {
    font-size: 1em;
  }

  h5 {
    font-size: .9em;
  }

  h6, p, li, label, blockquote {
    font-size: .85em;
  }

  .utility-button {
    font-size: 1em;
  }

  .rich-text-block figcaption {
    font-size: .85em;
  }

  .page-style-guide {
    padding-left: 8%;
    padding-right: 8%;
  }

  .label-class {
    font-size: .85em;
  }

  .utility-block {
    width: 25em;
  }

  .nav-link {
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 0;
  }

  .page-licenses {
    padding-left: 10%;
    padding-right: 10%;
  }

  .utility-text {
    font-size: .85em;
  }

  .footer {
    grid-row-gap: 2em;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10%;
    padding-right: 10%;
  }

  .footer-links {
    font-size: .85em;
  }

  .main {
    flex-direction: column;
  }

  .contents {
    width: 100%;
  }

  .logo-text {
    font-size: 1.2em;
  }

  .navigation-spacer {
    height: 6vh;
    flex: 0 auto;
  }

  .navigation {
    width: 100%;
    height: auto;
    min-height: 45vh;
    justify-content: flex-start;
    padding-bottom: 0;
    padding-left: 10%;
    position: static;
  }

  .section.hero {
    height: auto;
    min-height: 45vh;
    padding-left: 10%;
  }

  .section.subscribe {
    padding-left: 10%;
  }

  .section.one-more-thing {
    padding-left: 10%;
    padding-right: 10%;
  }

  .section.projects {
    grid-column-gap: 0em;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: grid;
  }

  .hero-text {
    font-size: 1.5em;
    line-height: 160%;
  }

  .description {
    max-width: 400px;
    padding-left: 72px;
    font-size: 1.1em;
  }

  .animated-image {
    width: 14.9em;
    height: 9em;
    opacity: 1;
    border-radius: 5px;
    margin-bottom: 1em;
    position: static;
  }

  .projects-link {
    grid-row-gap: .25em;
    border-right: 1px solid #ebebeb;
    flex-flow: column wrap;
    align-content: flex-start;
    align-items: flex-start;
    padding: 2em 2.5em;
    font-size: 1em;
  }

  .projects-link:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .projects-link.dark {
    border-right-color: #0b3838;
  }

  .projects-link.dark:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .projects-link.indigo {
    border-right-color: #343347;
  }

  .projects-link.indigo:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .projects-link.rose {
    border-right-color: #ff4554;
  }

  .projects-link.rose:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .projects-title {
    line-height: 1.3;
  }

  .decorative-line {
    display: none;
  }

  .one-more-link {
    font-size: .9em;
  }

  .navigation-spacer-2nd {
    width: 50%;
    height: 2px;
    background-color: rgba(4, 20, 20, .2);
    flex: 0 auto;
    order: 1;
    margin-top: auto;
  }

  .navigation-spacer-2nd.dark {
    background-color: rgba(207, 230, 230, .2);
  }

  .navigation-spacer-2nd.rose {
    background-color: rgba(246, 232, 234, .3);
  }

  .navigation-spacer-2nd.indigo {
    background-color: rgba(219, 227, 238, .2);
  }

  .copyright {
    border-bottom: 2px solid #e2e2e2;
    padding-bottom: 2em;
  }

  .copyright.rose {
    border-bottom-color: #f5757f;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 4vw;
  }

  .utility-button {
    font-size: 1.1em;
  }

  .page-style-guide {
    padding-left: 6%;
  }

  .utility-block {
    width: 20em;
  }

  .span-heading {
    font-size: 16px;
    display: none;
  }

  .nav-link {
    letter-spacing: -.02em;
    font-weight: 600;
  }

  .page-changelog {
    padding-left: 10%;
    padding-right: 10%;
  }

  .footer-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .section.hero {
    justify-content: flex-end;
    padding-bottom: 10vh;
  }

  .section.subscribe {
    min-height: 50vh;
    padding-left: 10%;
  }

  .section.projects {
    grid-column-gap: 0em;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 10vh;
    display: grid;
  }

  .hero-text {
    font-size: 1.25em;
  }

  .animated-image {
    width: 8.4em;
    height: 5em;
    box-shadow: 0 40px 80px -60px rgba(0, 0, 0, .5);
  }

  .projects-link {
    padding-left: 2em;
    padding-right: 2em;
  }

  .projects-title {
    font-weight: 600;
  }

  .one-more-thing-text {
    width: 32ch;
  }

  .one-more-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .one-more-link {
    font-size: 1em;
  }

  .subscribe-details {
    width: 32ch;
    font-size: 1em;
  }

  .navigation-spacer-2nd {
    width: 70%;
    order: 1;
  }

  .copyright {
    border-bottom-color: rgba(128, 128, 128, .5);
    padding-bottom: 2em;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_28913cfd-ff1a-1ba3-4f9f-bfdf72bac49d-6e3a3be7, #w-node-_28913cfd-ff1a-1ba3-4f9f-bfdf72bac49d-a63a3bee, #w-node-_28913cfd-ff1a-1ba3-4f9f-bfdf72bac49d-e53a3bef, #w-node-_28913cfd-ff1a-1ba3-4f9f-bfdf72bac49d-703a3bf0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


