.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #fff;
  background-color: #212121;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8rem;
}

h1 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.2rem;
}

h2 {
  margin-top: 1.4rem;
  margin-bottom: .7rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #cfcfcf;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

a:hover {
  opacity: .9;
}

strong {
  font-weight: bold;
}

blockquote {
  color: #cfcfcf;
  border: 1rem solid #363636;
  border-top: 1px #363636;
  border-radius: 0 0 1rem 1rem;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.nav__brand {
  opacity: 1;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
  display: flex;
}

.nav__link {
  opacity: 1;
  color: #fff;
  background-color: #363636;
  border: 0 #000;
  border-radius: .3rem;
  margin-top: .8rem;
  margin-bottom: .8rem;
  margin-right: .8rem;
  padding: .1rem .8rem;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.nav__link:hover {
  opacity: .9;
  transform: scale(1.05);
}

.nav__link.focus {
  color: #fff;
  background-color: #007af5;
  margin-right: 0;
  display: inline-block;
}

.blog__callout_header_icon {
  margin-right: .5rem;
}

.nav__container {
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
}

.global__section {
  z-index: 10;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.blog__image {
  width: 100%;
  height: 40vh;
  object-fit: cover;
  border: .2rem solid #363636;
  border-radius: 1rem;
}

.code_text--red {
  color: #fa7970;
}

.blog__divider {
  height: .1rem;
  background-color: #2e2e2e;
  border-radius: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.blog__divider.subheader {
  margin-top: .6rem;
  margin-bottom: .6rem;
}

.global__rich_text {
  color: #cfcfcf;
}

.code_block {
  width: 100%;
  color: #fff;
  background-color: #212121;
  border-radius: .8rem;
  padding: 1rem;
}

.text-grey {
  color: #cfcfcf;
}

.blog__sidebar_link {
  color: #fff;
  font-weight: 500;
}

.blog__sidebar_link.w--current {
  font-size: 1rem;
  font-weight: 700;
}

.blog__sidebar_link.indent {
  color: #cfcfcf;
  margin-left: 0;
  padding-left: 1rem;
  display: block;
}

.blog__sidebar_container {
  height: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 7rem;
}

.blog__callout_container {
  background-color: #363636;
  border-radius: 0 0 1rem 1rem;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding: 0 1rem 1rem;
  display: flex;
}

.blog__callout_header {
  background-color: #363636;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  justify-content: space-between;
  margin-top: 2rem;
  padding: .4rem 1rem;
  display: flex;
}

.blog__callout_title {
  margin-top: .6rem;
  margin-bottom: .6rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.code_text--orange {
  color: #faa356;
}

.global--flex {
  align-items: center;
  display: flex;
}

.global--flex.space-between {
  justify-content: space-between;
}

.global--flex.space-between.flex-top, .global--flex.flex-top {
  align-items: flex-start;
}

.blog__title {
  margin-top: .5rem;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  line-height: 2.8rem;
  display: block;
}

.blog__sidebar_rel {
  width: 12rem;
  position: relative;
  bottom: 5rem;
  right: 14rem;
}

.nav__title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}

.nav-menu {
  padding-top: .8rem;
  padding-bottom: .8rem;
  display: flex;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.footer__title {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}

.central {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.p-large {
  color: #cfcfcf;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.p-large.white {
  color: #626262;
}

.p-large.central-text {
  text-align: center;
}

.hero__parallax-1 {
  z-index: 2;
  width: 90vw;
  max-width: 140rem;
  position: absolute;
  overflow: visible;
  transform: translate(0, 3vh);
}

.hero__parallax-2 {
  z-index: 1;
  width: 90vw;
  max-width: 140rem;
  position: absolute;
  overflow: visible;
  transform: translate(0, -3vh);
}

.hero__section {
  background-image: url('../images/Diagonal-white-hero.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 110%;
  justify-content: center;
  padding-bottom: 12rem;
  display: flex;
}

.hero__section.bg {
  min-height: 0;
  background-image: none;
  padding-bottom: 0;
}

.landing__section {
  color: #212121;
  background-color: #fff;
  background-image: url('../images/Diagonal-black_1.svg');
  background-position: 0 -1px;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 12rem;
  padding-bottom: 5rem;
}

.landing__section.black {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Diagonal-white-hero.svg'), url('../images/Diagonal-white_1.svg');
  background-position: 50% 100%, 0 -1px;
  background-repeat: no-repeat, no-repeat;
  background-size: 110%, 110%;
  background-attachment: scroll, scroll;
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.landing__section.no-slash {
  background-image: none;
}

.landing__section.no-slash.no-slash-pad {
  margin-top: -1px;
  margin-bottom: -1px;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section {
  margin-bottom: 5vh;
}

.hero__header {
  margin-top: 2rem;
}

.global__card {
  background-color: #363636;
  border-radius: .8rem;
  padding: 1rem;
}

.global__card.white {
  background-color: #f3f3f3;
}

.global__card.emphasis {
  border: 2px solid #505e6d;
  transition: all .2s;
}

.global__card.blog {
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
}

.sticky-layout__blurb {
  padding-top: 15vh;
  position: -webkit-sticky;
  position: sticky;
  top: 8rem;
}

.global__image-card {
  width: 100%;
  max-width: 35rem;
  border-radius: 1rem;
  margin-top: 6rem;
}

.sticky-layout__image-carrier {
  margin-top: -4rem;
}

.global__tag {
  color: #cfcfcf;
  background-color: #363636;
  border-radius: .5rem;
  margin-right: .5rem;
  padding: .1rem .3rem;
  font-size: .8rem;
  font-weight: 500;
  display: inline-block;
}

.global__tag.blue {
  color: #9fc7ef;
  background-color: #102438;
  padding: 0 .4rem;
  transition: all .2s;
}

.global__tag.green {
  color: #9fefa6;
  background-color: #103813;
  margin-top: .5rem;
}

.global__tag.orange {
  color: #efd49f;
  background-color: #382b10;
  margin-top: .5rem;
}

.global__tag.purple {
  color: #c491ff;
  background-color: #48296b;
}

.global__tag.yellow {
  color: #ffd965;
  background-color: #534313;
}

.global__tag.red {
  color: #ffa9b4;
  background-color: #552329;
}

.p-small {
  color: #939393;
  font-size: .8rem;
  line-height: 1.2rem;
}

.p-small._60ch {
  max-width: 60ch;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.global__centralised-vertically {
  align-items: center;
  display: flex;
}

.grey {
  color: #626262;
}

.grey.no-padding {
  margin-top: 0;
  margin-bottom: 0;
}

.low-top-padding {
  margin-top: .5rem;
}

.global__card-icon {
  width: 2.5rem;
  height: 2rem;
  margin-top: .5rem;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog__image-small {
  width: 100%;
  object-fit: cover;
  border: .2rem solid #363636;
  border-radius: 1rem;
}

.global--hidden-mobile.vertical-divider-right {
  padding-left: 2rem;
}

._404__lottie {
  height: 45vh;
}

._404__section {
  margin-bottom: 6rem;
}

.footer__diagonal-wrapper {
  color: #212121;
  background-color: #fff;
  background-image: url('../images/Diagonal-black.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 15rem;
  padding-bottom: 5rem;
}

.footer__diagonal-wrapper.black {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Diagonal-white.svg');
  background-position: 0 -1px;
  background-repeat: no-repeat;
  background-size: 110%;
  padding-top: 12rem;
  padding-bottom: 0;
}

.button {
  width: 100%;
  background-color: #007af5;
  border-radius: .8rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  padding-top: .8rem;
  padding-bottom: .8rem;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  box-shadow: 0 1px 20px rgba(34, 34, 34, .16);
}

.button:hover {
  opacity: .8;
  box-shadow: 0 5px 30px rgba(34, 34, 34, .16);
}

.button:active {
  opacity: .5;
}

.button.compact-middle {
  max-width: 22rem;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button.compact-middle:hover {
  transform: scale(1.05);
}

.button.compact {
  max-width: 22rem;
  flex: 1;
  margin-right: auto;
  padding: .5rem 1rem;
}

.button.compact:hover {
  transform: scale(1.05);
}

.flex-stack-center {
  text-align: center;
  cursor: not-allowed;
  justify-content: center;
  display: flex;
}

.p-subtitle {
  color: #cfcfcf;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
}

.p-subtitle.small {
  margin-top: -1rem;
  margin-bottom: .5rem;
  font-size: 1rem;
}

.p-subtitle.small._70ch {
  max-width: 70ch;
}

.pricing__list {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pricing__column {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.grid-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  margin-top: 2rem;
}

.toggle-base {
  width: 100%;
  height: 24px;
  max-width: 44px;
  cursor: pointer;
  background-color: #007af5;
  border-radius: 50px;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 2px;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: inset 1px 1px 2px rgba(73, 74, 125, .3), 17px 17px 24px -18px rgba(56, 50, 124, .08);
}

.toggle-base:hover {
  opacity: .8;
  transform: scale(1.05);
}

.toggle-thumb {
  z-index: 1;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 30px;
  position: absolute;
  box-shadow: 3px 3px 8px rgba(73, 74, 125, .24);
}

.pricing__popular-marker {
  width: 7rem;
  text-align: center;
  background-color: #505e6d;
  border-top-left-radius: .4rem;
  border-top-right-radius: .4rem;
  justify-content: center;
  margin-top: -1rem;
  margin-bottom: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: all .2s;
  display: block;
  position: relative;
  top: -1.8rem;
  left: 0%;
}

.global--hidden {
  display: none;
}

.blog__link {
  font-weight: 400;
}

.pricing__list-item {
  align-items: flex-start;
  display: flex;
}

.pricing__list-item.disabled {
  opacity: .3;
}

.pricing__list-check {
  width: .8rem;
  margin-top: .6rem;
  margin-right: .5rem;
}

.blog__card-image {
  width: 100%;
  border-radius: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.blog__card-image.highlight {
  border: 3px solid #f6c546;
}

.blog__card-image.ui {
  max-width: 450px;
  text-align: center;
  display: block;
}

.blog__card-tag-wrapper {
  margin-top: .5rem;
}

.blog__card-prompt-wrapper {
  margin-top: 1rem;
}

.blog__card-text {
  color: #cfcfcf;
}

.code_text--green {
  color: #a5fbac;
}

.vertical-divider-left {
  border-right: 2px solid #2e2e2e;
  padding-right: 2rem;
}

.global__spacer-2rem {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.indent {
  padding-left: 1rem;
}

.footer__column {
  margin-bottom: 2rem;
  margin-left: 3rem;
}

.link--text {
  margin-bottom: .5rem;
  padding-left: 1rem;
  font-weight: 500;
  display: block;
}

.link--text:hover {
  opacity: .7;
}

.link--text:active {
  opacity: .4;
}

.bold-span {
  font-weight: 700;
}

.hero__screenshot {
  z-index: 3;
  max-width: 82rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.grid-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  margin-top: 2rem;
}

._35-rem-wrapper {
  max-width: 35rem;
}

.global--mobile-only {
  display: none;
}

.image {
  width: 75vw;
  max-width: 82rem;
}

.gradient-bg {
  z-index: -1;
  opacity: .5;
  filter: blur(200px);
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.bg-circle {
  width: 30vw;
  height: 30vw;
  background-color: #455268;
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.bg-circle._1 {
  width: 40vw;
  height: 40vw;
  opacity: 1;
  background-color: #484eac;
  border-radius: 20%;
  margin-top: -16%;
  margin-left: -16%;
}

.bg-circle._2 {
  opacity: .5;
  background-color: #61522b;
  border-radius: 40%;
  margin-top: -20%;
}

.bg-circle._3 {
  width: 40vw;
  height: 40vw;
  background-color: #47331a;
  margin-top: -12%;
  margin-left: 52%;
}

.bg-circle._4 {
  width: 60vw;
  height: 60vw;
  background-color: #642147;
  margin-top: -32%;
  margin-right: -10%;
  left: auto;
  right: 0;
}

.bg-circle._5 {
  background-color: #143e4d;
  margin-top: 24%;
  margin-right: -8%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bg-circle._6 {
  width: 40vw;
  height: 40vw;
  background-color: #193561;
  margin-top: 35%;
  margin-bottom: -20%;
  margin-right: -16%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

@media screen and (max-width: 991px) {
  .global__section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .global__section.content {
    margin-top: 0;
  }

  .blog__sidebar_link {
    flex: none;
    margin-right: 2rem;
  }

  .blog__sidebar_container {
    z-index: 1;
    height: auto;
    background-color: #fbfaff;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: none;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    overflow: auto;
  }

  .blog__title {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .blog__sidebar_rel {
    width: auto;
    display: flex;
    position: static;
  }

  .hero__parallax-1 {
    width: 110vw;
    transform: translate(0, -1rem);
  }

  .hero__parallax-2 {
    width: 110vw;
    transform: translate(0, 6rem);
  }

  .landing__section {
    background-position: 0 -1px;
    background-size: auto;
    padding-bottom: 1rem;
  }

  .sticky-layout__blurb {
    padding-right: 10px;
  }

  .global__tag {
    margin-top: .2rem;
  }

  .container {
    max-width: 728px;
  }

  .footer__diagonal-wrapper, .footer__diagonal-wrapper.black {
    padding-top: 14rem;
    padding-bottom: 1rem;
  }

  .button.compact-middle {
    text-align: center;
  }

  .grid-3 {
    grid-template-rows: auto;
    justify-content: center;
  }

  .pricing__popular-marker {
    left: 0%;
  }

  .pricing__list-item.disabled {
    opacity: .25;
  }

  .hero__screenshot {
    max-width: 80vw;
  }

  .image {
    width: 82vw;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 1.6rem;
    font-size: 2.5rem;
  }

  .nav__brand {
    padding-left: 1rem;
  }

  .nav__link, .nav__link.focus {
    margin-right: 1rem;
  }

  .global__section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .blog__image {
    height: 32vh;
  }

  .blog__sidebar_container {
    padding: 1rem 0;
  }

  .blog__callout_container {
    padding-bottom: .6rem;
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .blog__callout_header {
    padding: .2rem .6rem;
  }

  .blog__callout_title {
    font-size: 1.1rem;
  }

  .hero__parallax-1 {
    width: 120vw;
    transform: translate(0, -.6rem);
  }

  .hero__parallax-2 {
    width: 120vw;
    transform: translate(0, 7.9rem);
  }

  .hero__section {
    padding-bottom: 6rem;
  }

  .landing__section {
    background-size: auto;
    padding-top: 10rem;
  }

  .section {
    margin-bottom: 2vh;
  }

  .global__container-pad {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .global__card {
    flex: 1;
    margin-top: 3rem;
    margin-bottom: 0;
  }

  .global__card.pricing-top {
    margin-top: -3rem;
  }

  .sticky-layout__blurb {
    text-align: left;
    padding-top: 0;
    position: static;
  }

  .global__image-card {
    max-width: 80%;
  }

  .sticky-layout__image-carrier {
    text-align: left;
    margin-top: 0;
  }

  .global--hidden-mobile {
    display: none;
  }

  ._404__lottie {
    height: 25vh;
  }

  .pricing__column {
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .grid-3 {
    grid-template-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pricing__popular-marker {
    left: 0%;
  }

  .vertical-divider-left {
    border: 1px #000;
    padding-right: 10px;
  }

  .hero__screenshot {
    flex-direction: column;
  }

  .grid-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .global--mobile-only {
    display: block;
  }

  .image {
    width: 85vw;
  }

  .gradient-bg {
    opacity: .65;
  }

  .bg-circle._2 {
    margin-top: 5%;
  }

  .bg-circle._3 {
    margin-top: 10%;
  }

  .bg-circle._4 {
    margin-top: 60%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 1.6rem;
    font-size: 2rem;
  }

  .nav__brand.footer.w--current {
    margin-left: -8px;
    padding-left: 0;
  }

  .nav__link {
    display: none;
  }

  .nav__link.focus {
    display: inline-block;
  }

  .blog__image {
    height: 30vh;
  }

  .global--flex.space-between.flex-top.footer, .global--flex.flex-top.footer {
    flex-direction: column;
  }

  .hero__parallax-1, .hero__parallax-2 {
    width: 140vw;
    transform: none;
  }

  .landing__section {
    background-size: auto;
    padding-top: 9rem;
    padding-bottom: 0;
  }

  .landing__section.black {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .hero__header {
    margin-bottom: 1rem;
    line-height: 2.4rem;
  }

  .global__card {
    margin-top: 2rem;
  }

  .global__card.pricing-top {
    margin-top: -2rem;
  }

  .sticky-layout__blurb {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .global__image-card {
    max-width: 100%;
  }

  .sticky-layout__image-carrier {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container {
    max-width: none;
  }

  ._404__lottie {
    height: 15vh;
  }

  .footer__diagonal-wrapper {
    padding-bottom: 0;
  }

  .footer__diagonal-wrapper.black {
    padding-top: 9rem;
    padding-bottom: 0;
  }

  .pricing__column {
    justify-content: center;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .footer__column {
    margin-left: 0;
  }

  .hero__screenshot {
    max-width: 90vw;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .image {
    max-width: 90vw;
  }

  .gradient-bg {
    filter: blur(120px);
  }
}

#w-node-_1c3b5ec1-f3e5-70f6-1dbd-3b5f90bbb096-55cefc0d, #w-node-_98a5e131-ca62-56cb-c586-40c8dc12459d-55cefc0d, #w-node-_24486d75-52c5-ef79-c6e3-e8de69ad5541-55cefc0d, #w-node-_298a8613-5c3a-0c3a-53ec-37423e8de02a-55cefc0d, #w-node-b9f82ad2-25df-307d-3aa1-c7326b60cad9-55cefc0d, #w-node-_981ca5f3-968d-6956-c411-3658046f4428-55cefc0d, #w-node-ccbbcd5f-76d8-1fae-d8b6-113718d0577c-55cefc0d, #w-node-f6cc2c3d-23bd-ad5c-c02d-2a486ca36bad-55cefc0d, #w-node-dd4384f8-d634-d7db-1881-306adf471f98-55cefc0d, #w-node-ced5ee0d-d67f-ee23-48e5-15690daaa2b9-55cefc0d {
  align-self: stretch;
  justify-self: stretch;
}

#individual-card.w-node-_9d8ac72d-13ef-d9d5-381f-49f60b0f90ad-198e0d08, #w-node-_9a59e7f3-0bf4-2720-af5f-db8eb38b07d7-198e0d08, #w-node-_9a59e7f3-0bf4-2720-af5f-db8eb38b07d8-198e0d08, #w-node-_29eec62b-2d58-0619-a503-d4f85d74e19a-198e0d08, #w-node-_29eec62b-2d58-0619-a503-d4f85d74e19b-198e0d08, #w-node-_7c39f838-b654-3f4f-4d4c-efa64f4a9572-198e0d08, #w-node-_7c39f838-b654-3f4f-4d4c-efa64f4a9573-198e0d08, #w-node-_3527efa8-fa5a-6293-cf14-ba2eefe5d0a1-198e0d08, #w-node-_3527efa8-fa5a-6293-cf14-ba2eefe5d0a2-198e0d08, #w-node-_79bbccba-7f31-2eff-8cd7-c0961238e455-198e0d08, #w-node-_79bbccba-7f31-2eff-8cd7-c0961238e456-198e0d08, #w-node-ccbce4d8-0f12-3022-b34c-a8c32ff50dde-198e0d08, #w-node-ccbce4d8-0f12-3022-b34c-a8c32ff50ddf-198e0d08, #w-node-_1b6f2ffa-f824-024e-39d4-6c24eed376b1-198e0d08, #w-node-_1b6f2ffa-f824-024e-39d4-6c24eed376b2-198e0d08, #w-node-_056a65d3-386c-3abd-1ef8-34463641d2c8-198e0d08, #w-node-_056a65d3-386c-3abd-1ef8-34463641d2c9-198e0d08, #individual-card.w-node-_9226df51-6c4b-2751-2467-19208770febc-198e0d08, #individual-list-yearly-updates.w-node-_9226df51-6c4b-2751-2467-19208770fece-198e0d08, #w-node-_9226df51-6c4b-2751-2467-19208770fecf-198e0d08, #w-node-_9226df51-6c4b-2751-2467-19208770fed0-198e0d08, #w-node-_9226df51-6c4b-2751-2467-19208770fed3-198e0d08, #w-node-_9226df51-6c4b-2751-2467-19208770fed4-198e0d08, #w-node-_9226df51-6c4b-2751-2467-19208770fed7-198e0d08, #w-node-_9226df51-6c4b-2751-2467-19208770fed8-198e0d08, #w-node-_9226df51-6c4b-2751-2467-19208770fedb-198e0d08, #w-node-_9226df51-6c4b-2751-2467-19208770fedc-198e0d08, #w-node-_9226df51-6c4b-2751-2467-19208770fedf-198e0d08, #w-node-_9226df51-6c4b-2751-2467-19208770fee0-198e0d08, #w-node-_9226df51-6c4b-2751-2467-19208770fee3-198e0d08, #w-node-_9226df51-6c4b-2751-2467-19208770fee4-198e0d08, #w-node-_9226df51-6c4b-2751-2467-19208770fee7-198e0d08, #w-node-_9226df51-6c4b-2751-2467-19208770fee8-198e0d08, #w-node-_9226df51-6c4b-2751-2467-19208770feef-198e0d08, #w-node-_9226df51-6c4b-2751-2467-19208770fef0-198e0d08, #w-node-_9d8ac72d-13ef-d9d5-381f-49f60b0f90f5-198e0d08, #w-node-_5e3ea1ca-6d1a-d11f-1cc6-27e195db7e15-198e0d08, #w-node-_79fa0e60-760b-c44c-e2bc-35a981172c7f-198e0d08, #w-node-_79fa0e60-760b-c44c-e2bc-35a981172c80-198e0d08, #w-node-_79fa0e60-760b-c44c-e2bc-35a981172c83-198e0d08, #w-node-_79fa0e60-760b-c44c-e2bc-35a981172c84-198e0d08, #w-node-_79fa0e60-760b-c44c-e2bc-35a981172c87-198e0d08, #w-node-_79fa0e60-760b-c44c-e2bc-35a981172c88-198e0d08, #w-node-_79fa0e60-760b-c44c-e2bc-35a981172c8b-198e0d08, #w-node-_79fa0e60-760b-c44c-e2bc-35a981172c8c-198e0d08, #w-node-_79fa0e60-760b-c44c-e2bc-35a981172c8f-198e0d08, #w-node-_79fa0e60-760b-c44c-e2bc-35a981172c90-198e0d08, #w-node-_79fa0e60-760b-c44c-e2bc-35a981172c93-198e0d08, #w-node-_79fa0e60-760b-c44c-e2bc-35a981172c94-198e0d08, #w-node-_79fa0e60-760b-c44c-e2bc-35a981172c97-198e0d08, #w-node-_79fa0e60-760b-c44c-e2bc-35a981172c98-198e0d08, #w-node-_79fa0e60-760b-c44c-e2bc-35a981172c9b-198e0d08, #w-node-_79fa0e60-760b-c44c-e2bc-35a981172c9c-198e0d08, #w-node-bbd9c9d7-6287-bae1-cb8a-46a26bf30f0f-952935d8, #w-node-bbd9c9d7-6287-bae1-cb8a-46a26bf30f10-952935d8, #w-node-bbd9c9d7-6287-bae1-cb8a-46a26bf30f13-952935d8, #w-node-bbd9c9d7-6287-bae1-cb8a-46a26bf30f14-952935d8, #w-node-bbd9c9d7-6287-bae1-cb8a-46a26bf30f17-952935d8, #w-node-bbd9c9d7-6287-bae1-cb8a-46a26bf30f18-952935d8, #w-node-bbd9c9d7-6287-bae1-cb8a-46a26bf30f1b-952935d8, #w-node-bbd9c9d7-6287-bae1-cb8a-46a26bf30f1c-952935d8, #w-node-bbd9c9d7-6287-bae1-cb8a-46a26bf30f1f-952935d8, #w-node-bbd9c9d7-6287-bae1-cb8a-46a26bf30f20-952935d8, #w-node-bbe00561-815f-3fb2-a030-47044a0a5197-952935d8, #w-node-bbe00561-815f-3fb2-a030-47044a0a5198-952935d8, #w-node-_86eddb40-e8a8-9801-2e2e-7c58117eb76f-952935d8, #w-node-_86eddb40-e8a8-9801-2e2e-7c58117eb770-952935d8, #w-node-_55848f91-918f-5751-aabe-b35f5d9b0e4d-952935d8, #w-node-_55848f91-918f-5751-aabe-b35f5d9b0e4e-952935d8, #w-node-_2f5b8eb5-ac1d-b875-9711-d8cc76cc5806-952935d8, #w-node-_2f5b8eb5-ac1d-b875-9711-d8cc76cc5807-952935d8, #w-node-_16276a23-0b74-13c8-6573-8e10b11b0c70-952935d8, #w-node-_16276a23-0b74-13c8-6573-8e10b11b0c71-952935d8, #w-node-_9d266502-2067-2ec1-0f4a-57c2284efd2b-952935d8, #w-node-_9d266502-2067-2ec1-0f4a-57c2284efd2c-952935d8, #w-node-b16ac044-215f-73f4-0020-be5a07aafe2f-952935d8, #w-node-b16ac044-215f-73f4-0020-be5a07aafe30-952935d8, #w-node-_516a746f-5a44-006d-aff7-7859c7a3e4f7-952935d8, #w-node-_516a746f-5a44-006d-aff7-7859c7a3e4f8-952935d8, #w-node-b3f27d4a-450e-b652-c276-209b584162df-952935d8, #w-node-b3f27d4a-450e-b652-c276-209b584162e0-952935d8, #w-node-_705cd2a3-bec5-13d5-a94c-67d6918ede51-952935d8, #w-node-_705cd2a3-bec5-13d5-a94c-67d6918ede52-952935d8, #w-node-_6fb76f6a-4f48-e266-8de7-b892fe7d1103-952935d8, #w-node-_6fb76f6a-4f48-e266-8de7-b892fe7d1104-952935d8, #w-node-_0252e054-188f-4d87-cee0-88c5f35e279d-952935d8, #w-node-_0252e054-188f-4d87-cee0-88c5f35e279e-952935d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


