.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.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;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: rgba(255, 255, 255, .8);
  background-color: #000;
  font-family: Uncut Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hubot Sans, sans-serif;
  font-size: 76px;
  font-weight: 400;
  line-height: 1.05em;
}

h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hubot Sans, sans-serif;
  font-size: 57px;
  font-weight: 400;
  line-height: 1.1em;
}

h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hubot Sans, sans-serif;
  font-size: 43px;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fragment Mono, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4em;
}

h5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fragment Mono, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
}

h6 {
  color: #fff;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fragment Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
}

p {
  margin-bottom: 10px;
}

a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

ul {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5em;
  display: flex;
}

label {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

strong {
  font-weight: bold;
}

blockquote {
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, .2);
  margin-bottom: 10px;
  padding: 36px 48px;
  font-family: Fragment Mono, sans-serif;
  font-size: 24px;
  line-height: 1.4em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 1em;
  font-size: 14px;
}

.loading-container {
  z-index: 9999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section {
  z-index: 1;
  padding-top: 28px;
  padding-bottom: 144px;
  position: relative;
}

.section.wide {
  max-width: 1680px;
  perspective: 1px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  position: relative;
}

.section.wide.no-top-padding {
  padding-top: 0;
  transition: left .2s;
}

.section.wide.horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.section.reduced-top-padding {
  float: none;
  clear: none;
  padding-top: 0;
}

.section.reduced-top-padding.no-bottom-padding {
  padding-bottom: 0;
}

.section.reduced-bottom-padding {
  padding-bottom: 72px;
}

.section.reduced-bottom-padding.no-top-padding {
  padding-top: 72px;
}

.section.reduced-padding {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.no-top-padding {
  padding-top: 0;
}

.section.has-shine-effect {
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, #000);
  overflow: hidden;
}

.container---main {
  z-index: 1;
  width: 100%;
  max-width: 1356px;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.container---main.show-overflow {
  overflow: visible;
}

.container---main.inside-left-section {
  height: 100%;
  justify-content: center;
  display: flex;
}

.style-guide {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.template-utility-section {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: .33fr 1fr;
}

.style-guide-colors {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.style-guide-colors._4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.style-guide-colors._2 {
  grid-template-columns: 1fr 1fr;
}

.style-guide-color {
  width: 100%;
  height: 200px;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: relative;
  overflow: hidden;
}

.style-guide-color.border {
  border: 1px solid rgba(255, 255, 255, .2);
}

.bg-primary-1 {
  background-color: #000;
}

.bg-primary-2 {
  background-color: #2d1859;
}

.bg-dark {
  background-color: #000;
}

.bg-light-1 {
  background-color: #fff;
}

.style-guide-section-contents {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: start;
}

.large-text {
  font-size: 24px;
  line-height: 1.35em;
}

.small-text {
  font-size: 14px;
  line-height: 1.4em;
}

.small-text.muted {
  opacity: .5;
}

.small-text.terms-text {
  max-width: 90%;
}

.small-text.align-right {
  align-self: flex-end;
}

.button {
  height: 48px;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #000;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  mix-blend-mode: normal;
  background-color: #00fbff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 0 36px;
  font-family: Droid Sans, sans-serif;
  font-size: 19px;
  font-weight: 700;
  transition: color .2s, background-color .2s;
  display: flex;
  box-shadow: 0 12px 48px 20px rgba(0, 234, 255, .35);
}

.button:hover {
  color: #000;
  background-color: #fff200;
  box-shadow: 0 6px 48px 20px rgba(255, 208, 0, .42);
}

.button.small {
  padding-left: 18px;
  padding-right: 18px;
}

.button.icon {
  min-width: 250px;
  background-color: #fff;
  padding-left: 24px;
  padding-right: 24px;
}

.button.play {
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 9px;
}

.button.play.grow {
  justify-content: flex-start;
}

.button.circle {
  width: 48px;
  border-radius: 50%;
  padding: 0;
}

.button.bg-light-3 {
  color: #fff;
}

.button.bg-light-3:hover {
  color: #232323;
  background-color: #fff;
}

.button.xs {
  height: auto;
  padding: 6px 30px;
  font-size: 14px;
}

.button.align-center {
  align-self: center;
}

.button.align-right {
  align-self: flex-end;
}

.button.grow {
  flex: 1;
}

.form-block {
  margin-bottom: 0;
  padding-top: 0;
}

.form-input {
  height: 48px;
  color: #fff;
  background-color: rgba(255, 255, 255, .12);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 9px;
  margin-bottom: 0;
  padding: 12px 24px;
  font-size: 18px;
  transition: border-color .2s, background-color .2s;
}

.form-input:hover {
  border-color: rgba(255, 255, 255, .12);
}

.form-input:focus {
  background-color: rgba(255, 255, 255, .2);
  border-color: rgba(255, 255, 255, .2);
}

.form-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, .5);
}

.form-input::placeholder {
  color: rgba(255, 255, 255, .5);
}

.form-input.text-area {
  min-height: 216px;
  padding: 18px;
}

.form-input.bg-dark-2 {
  box-shadow: 0 12px 48px rgba(0, 0, 0, .3);
}

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

.selectable-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.selectable-label {
  margin-bottom: 0;
  margin-left: 18px;
}

.footer {
  opacity: 1;
  outline-offset: 0px;
  outline: 3px rgba(255, 255, 255, .8);
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.back-to-top-button {
  z-index: 10;
  width: 48px;
  height: 48px;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  transition: background-color .2s;
  display: flex;
  position: fixed;
  bottom: 12px;
  right: 12px;
}

.back-to-top-button:hover {
  background-color: rgba(255, 255, 255, .3);
}

.announcement-bar {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
  overflow: hidden;
}

.announcement-cross {
  cursor: pointer;
  transition: opacity .2s;
  display: block;
  position: absolute;
  right: 0;
}

.announcement-cross:hover {
  opacity: .5;
  display: block;
}

.announcement-contents {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 14px;
  display: flex;
  position: relative;
}

.search-modal-screen {
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.utility-page-content {
  width: 100%;
  max-width: 588px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.select-wrapper {
  background-color: rgba(255, 255, 255, .12);
  border: 1px #000;
  border-radius: 9px;
  padding: 7px;
  transition: background-color .2s;
  overflow: hidden;
}

.select-wrapper:hover {
  background-color: rgba(255, 255, 255, .2);
}

.select-field {
  width: 110%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/interface-icon-chevron-down.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border: 1px #000;
  margin-bottom: 0;
  font-size: 18px;
}

.checkbox {
  width: 24px;
  height: 24px;
  border-color: rgba(255, 255, 255, .8);
  flex: none;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  background-color: rgba(255, 255, 255, .2);
  background-image: url('../images/interface-icon-check.svg');
  background-size: 18px 18px;
  border-color: rgba(255, 255, 255, .2);
}

.radio {
  width: 24px;
  height: 24px;
  border-color: rgba(255, 255, 255, .8);
  margin-top: 0;
  margin-left: 0;
}

.radio.w--redirected-checked {
  border-width: 6px;
  border-color: #fff;
}

.style-guide-row-heading {
  margin-bottom: 0;
}

.style-guide-color-label {
  color: #fff;
  position: absolute;
  bottom: 24px;
  left: 24px;
}

.style-guide-color-label.text-dark {
  color: #000;
}

.form-success {
  color: #fff;
  background-color: #2c5533;
  border-radius: 9px;
  padding: 12px;
  font-size: 14px;
}

.form-error {
  color: #fff;
  text-align: center;
  background-color: #492222;
  border-radius: 9px;
  margin-top: 12px;
  padding: 12px;
  font-size: 14px;
}

.menu-button-wrapper {
  width: 36px;
  height: 48px;
  justify-content: center;
  display: flex;
  position: relative;
}

.menu-button-horziontal {
  width: 100%;
  height: 100%;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
}

.menu-button-cross {
  width: 100%;
  height: 100%;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.menu-button-cross-line {
  width: 75%;
  height: 2px;
  background-color: #fff;
  position: absolute;
}

.menu-button-horizontal-line {
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.navbar-wrapper {
  z-index: 99;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
}

.navbar-row {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template: "."
  / 1.25fr 4.5fr .25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  display: grid;
}

.changelog {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .33fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.photography-license-link {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.license-image {
  opacity: .5;
  border-radius: 18px;
  overflow: hidden;
}

.license-text {
  z-index: 2;
  color: #fff;
  position: absolute;
}

.typography-license-grid {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.typography-demo {
  font-size: 96px;
  line-height: 1em;
}

.typography-demo.b {
  font-family: Hubot Sans, sans-serif;
}

.typography-demo.c {
  font-family: Fragment Mono, sans-serif;
}

.iconography-grid {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: flex;
}

.article {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  margin-top: -24px;
  display: flex;
}

.article p {
  margin-bottom: 0;
}

.article h4 {
  margin-top: .5em;
  margin-bottom: 0;
}

.article blockquote {
  margin-bottom: 0;
}

.article figure {
  margin-top: 2em;
  margin-bottom: 2em;
}

.article strong {
  color: #fff;
}

.seciton-inner {
  border-radius: 36px;
  padding-top: 144px;
  padding-bottom: 144px;
  position: relative;
  overflow: hidden;
}

.seciton-inner.bg-primary-1 {
  max-height: 627px;
  min-height: 627px;
}

.seciton-inner.reduced-top-padding {
  padding-top: 72px;
}

.seciton-inner.reduced-top-padding.bg-primary-1 {
  background-color: #6b37d9;
}

.seciton-inner.reduced-top-padding.show-overflow {
  overflow: visible;
}

.seciton-inner.no-top-padding {
  padding-top: 0;
}

.wave {
  width: 100%;
  height: 100%;
  max-width: none;
  opacity: .3;
  mix-blend-mode: overlay;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.gradient-bg {
  width: 100%;
  height: 100%;
  object-fit: fill;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(143, 143, 143, 0) 27%, rgba(0, 0, 0, .67) 62%), url('../images/landing-v3.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  position: absolute;
  top: 0;
  left: 0;
}

.gradient-bg.reverse {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000);
}

.gradient-bg.reverse.hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000 80%);
}

.gradient-bg.alt {
  background-image: linear-gradient(#000 68%, rgba(0, 0, 0, 0));
}

.gradient-bg.left {
  background-image: linear-gradient(270deg, #000, rgba(0, 0, 0, 0));
}

.blurred-circle {
  width: 60vw;
  height: 60vw;
  mix-blend-mode: overlay;
  display: block;
  position: absolute;
}

.blurred-circle.bottom-right {
  bottom: -20vw;
  right: -20vw;
}

.blurred-circle.shine-effect {
  z-index: 2;
  opacity: .08;
  bottom: auto;
  right: auto;
}

.blurred-circle.middle {
  left: 20vw;
}

.blurred-circle.top-middle {
  top: -30vw;
  left: 20vw;
}

.blurred-circle.bottom-middle {
  bottom: -30vw;
  left: 20vw;
}

.blurred-circle.top-left {
  top: -15vw;
  left: -15vw;
}

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

.container---l.align-center {
  margin-left: auto;
  margin-right: auto;
}

.container---l.align-left {
  max-width: 770px;
  min-height: 450px;
  float: right;
  margin-left: 0;
  margin-right: 0;
}

.rows {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.rows.gap-2x {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.rows.gap-2x.justify-between {
  justify-content: space-between;
}

.rows.gap-4x {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  align-items: center;
}

.rows.gap-1-5x {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.rows.gap-1-5x.account-header {
  height: 100%;
  justify-content: space-between;
}

.rows.gap-1x {
  justify-content: center;
}

.rows.gap-1x.pricing-top {
  flex: 1;
}

.rows.gap-0-75x {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}

.rows.gap-0-5x {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.rows.gap-3x {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
}

.rows.gap-3x.logos {
  align-items: center;
}

.rows.align-left {
  align-items: flex-start;
}

.rows.align-center {
  align-items: center;
}

.rows.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: flex-start;
}

.rows.gap-0-25x {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.container---s {
  width: 100%;
  max-width: 503px;
}

.container---s.footer-subscribe {
  height: 100%;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.container---s.align-center {
  margin-left: auto;
  margin-right: auto;
}

.buttons {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.buttons.align-center {
  justify-content: center;
}

.columns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  display: grid;
}

.columns.gap-3x {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-columns: 1.5fr 1fr 1fr;
  align-self: center;
  margin-top: 0;
  padding-top: 0;
}

.columns.gap-3x.logos {
  grid-template-columns: 190px 1fr;
  align-items: center;
}

.columns.gap-3x.sidebar-layout {
  grid-template-columns: 388px 1fr;
  align-items: start;
  position: relative;
}

.columns.gap-3x.text-cluster-row {
  grid-template-columns: 1fr auto;
}

.columns.gap-3x.contact-methods {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  align-items: start;
  display: grid;
}

.columns.gap-3x.story-details-wrapper {
  grid-template-columns: 2fr 1px 1fr;
  align-items: end;
}

.columns.gap-3x.footer-columns {
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
}

.columns.gap-3x.align-top {
  align-items: start;
  position: relative;
}

.columns.gap-1-5x {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
}

.columns.gap-1-5x.boxes {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.columns.gap-1-5x.blog-posts, .columns.gap-1-5x.customers {
  grid-template-columns: 1fr 1fr 1fr;
}

.columns.gap-1-5x.cluster {
  grid-template-columns: 1fr 320px 1fr;
}

.columns.gap-1-5x.plans {
  grid-template-columns: 1fr 1fr 1fr;
}

.columns.gap-1-5x.metric-cluster {
  min-height: 504px;
  grid-template-columns: 503px 1fr;
}

.columns.gap-1x.form {
  grid-template-columns: 1fr auto;
}

.columns.gap-0-75x.plans {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.columns.gap-0-75x.agree {
  align-items: center;
  display: flex;
}

.columns.gap-4x {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
}

.columns.gap-4x.career-header {
  align-items: end;
}

.columns.hero {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  perspective: 800px;
  grid-template-columns: 1fr 388px;
  align-items: center;
}

.logo-wrapper {
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-wrapper.grid {
  grid-column-gap: 72px;
  grid-row-gap: 48px;
  flex-wrap: wrap;
}

.horizontal-scrim {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 85%, #000);
  display: block;
  position: absolute;
}

.ui-snippet-frame {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.ui-snippet-frame.inside-tab {
  min-height: 420px;
  background-color: rgba(255, 255, 255, .12);
  border-radius: 18px;
  padding: 36px 36px 72px;
}

.container---xs {
  width: 100%;
  max-width: 388px;
  flex: none;
  position: relative;
}

.container---xs.ui-snippet {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
  position: absolute;
}

.container---xs.align-center {
  margin-left: auto;
  margin-right: auto;
}

.code-snippet {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  color: #fff;
  background-color: #000;
  border-radius: 12px;
  flex-direction: column;
  padding: 24px 12px;
  font-family: Fragment Mono, sans-serif;
  font-size: 14px;
  display: flex;
  box-shadow: 0 12px 48px rgba(0, 0, 0, .3);
}

.code-snippet.bg-white {
  color: #232323;
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 18px;
}

.code-snippet.bg-white.overlay-bottom {
  width: 100%;
  position: absolute;
  bottom: -48px;
  right: -48px;
}

.code-line {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 20px 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.snippet-switch {
  width: 42px;
  height: 18px;
  background-color: #20bf55;
  border-radius: 200px;
  justify-content: flex-end;
  align-items: center;
  padding-right: 4px;
  display: flex;
}

.snippet-switch-nub {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
}

.underline {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.underline.divider-left {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}

.underline.divider-right {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0), #fff);
}

.underline.gradient {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, #fff, rgba(0, 0, 0, 0));
}

.arrow-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.arrow-link.align-center {
  align-self: center;
}

.arrow-link.wide {
  width: 100%;
  justify-content: space-between;
  transition: opacity .2s;
}

.arrow-link.wide:hover {
  opacity: .5;
}

.medium-heading {
  color: #fff;
  font-family: Hubot Sans, sans-serif;
  font-size: 32px;
  line-height: 1.1em;
}

.code-badge {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Fragment Mono, sans-serif;
  font-size: 14px;
  display: flex;
  box-shadow: 0 12px 48px rgba(0, 0, 0, .03);
}

.code-badge.highlighted {
  background-color: #fe7f2d;
  border-color: #fe7f2d;
  padding-top: 8px;
  padding-bottom: 8px;
}

.check-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.check-item.label-style {
  background-color: #232323;
  border-radius: 200px;
  flex: none;
  padding: 12px 36px 12px 12px;
  box-shadow: 0 12px 48px rgba(0, 0, 0, .3);
}

.check-item.small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.check-circle {
  background-color: rgba(255, 255, 255, .2);
  border-radius: 50%;
  padding: 9px;
  box-shadow: 0 12px 48px rgba(0, 0, 0, .1);
}

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

.container---xl.align-center {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.box {
  min-height: 230px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: rgba(255, 255, 255, .12);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 36px;
  transition: border-color .2s;
  display: flex;
}

.box:hover {
  border-color: #6b37d9;
}

.box.large {
  min-height: 345px;
}

.box.demo-box {
  min-height: auto;
  align-items: stretch;
}

.container---m {
  width: 100%;
  max-width: 618px;
}

.container---m.align-center {
  margin-left: auto;
  margin-right: auto;
}

.progress-item-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 150px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.progress-bar-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 6px;
  align-items: center;
  padding: 12px 24px 12px 12px;
  display: flex;
}

.progress-bar-wrapper.highlighted {
  border: 1px solid #fff;
}

.progress-bar {
  height: 24px;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 3px;
  flex: 1;
}

.progress-bar._69 {
  max-width: 69%;
}

.progress-bar._42 {
  max-width: 42%;
}

.progress-bar._13 {
  max-width: 13%;
}

.progress-bar.highlighted {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}

.customer-box {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  color: rgba(255, 255, 255, .8);
  background-color: rgba(255, 255, 255, .12);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 18px;
  grid-template-rows: auto;
  grid-template-columns: 360px 1fr 1px 220px;
  grid-auto-columns: 1fr;
  padding: 36px;
  font-weight: 400;
  transition: border-color .2s;
  display: grid;
}

.customer-box:hover {
  border-color: #6b37d9;
}

.customer-quote-and-author {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.vertical-rule {
  width: 1px;
  background-color: rgba(255, 255, 255, .2);
}

.metric-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 18px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 30px;
  display: flex;
}

.metric-box.large {
  height: 100%;
  background-color: rgba(255, 255, 255, .12);
  border-style: none;
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-between;
  padding: 36px;
  display: flex;
  box-shadow: 0 12px 48px rgba(0, 0, 0, .1);
}

.metric-box.highlighted {
  border-color: #6b37d9;
}

.metric-box.bg-light-4 {
  border-style: none;
}

.large-heading {
  color: #fff;
  font-family: Hubot Sans, sans-serif;
  font-size: 76px;
  line-height: 1.05em;
}

.section-title-with-button {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-post {
  color: rgba(255, 255, 255, .8);
  text-align: left;
  background-color: rgba(255, 255, 255, .12);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 18px;
  flex-direction: column;
  display: block;
}

.blog-post.customer {
  display: flex;
}

.blog-post.wide {
  width: 100%;
}

.blog-post-body {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  padding: 72px 36px 36px;
  display: flex;
}

.blog-post-body.increased-padding {
  flex: 1;
  justify-content: space-between;
}

.video-wrapper {
  background-color: #2d1859;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 48px rgba(0, 0, 0, .3);
}

.video-wrapper.short {
  max-height: 562px;
}

.tabs {
  display: flex;
}

.tab-icon-with-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.bg-dark-2 {
  background-color: #232323;
}

.bar-graphs {
  height: 420px;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.bar-graph-wrapper {
  height: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.bar-graph-wrapper._69 {
  height: 82%;
}

.bar-graph-wrapper._42 {
  height: 60%;
}

.bar-graph-wrapper._13 {
  height: 40%;
}

.bar-graph {
  width: 24px;
  height: 300px;
  background-color: rgba(255, 255, 255, .12);
  border-radius: 3px;
}

.bar-graph.emphasis {
  width: 72px;
  background-image: linear-gradient(#fff, rgba(0, 0, 0, 0));
}

.blog-box {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: rgba(255, 255, 255, .12);
  border-radius: 18px;
  grid-template-rows: auto;
  grid-template-columns: 636px 1fr;
  grid-auto-columns: 1fr;
  padding: 36px;
  display: grid;
}

.blog-box-text {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.label-group {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.circle-button {
  width: 48px;
  height: 48px;
  background-color: rgba(255, 255, 255, .12);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: auto auto 0;
  transition: background-color .2s;
  display: flex;
  bottom: -72px;
  left: 18px;
  right: auto;
}

.circle-button:hover {
  background-color: rgba(255, 255, 255, .2);
}

.circle-button.right {
  left: 78px;
  right: auto;
}

.quote-box {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: rgba(255, 255, 255, .12);
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-between;
  padding: 36px;
  display: flex;
  box-shadow: 0 12px 48px rgba(0, 0, 0, .1);
}

.reviews-wrapper {
  max-width: 1680px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  transform-style: preserve-3d;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.reviews-row {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.reviews-row.scroll-left {
  justify-content: flex-start;
}

.reviews-row.scroll-right {
  justify-content: flex-end;
}

.review-box {
  max-width: 504px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: rgba(255, 255, 255, .12);
  border-radius: 18px;
  flex-direction: column;
  flex: none;
  align-self: stretch;
  padding: 36px;
  display: flex;
  position: relative;
  box-shadow: 0 12px 48px rgba(0, 0, 0, .3);
}

.tweet-author {
  position: relative;
}

.reviews-scrim {
  z-index: 1;
  width: 20%;
  height: 100%;
  background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.reviews-scrim.right {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}

.pricing-plan-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: rgba(255, 255, 255, .12);
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 18px;
  flex-direction: column;
  padding: 36px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 12px 48px rgba(0, 0, 0, .1);
}

.pricing-plan-2.highlighted {
  border-color: #6b37d9;
  box-shadow: 0 12px 48px rgba(0, 0, 0, .3);
}

.badge {
  color: #fff;
  background-color: #6b37d9;
  border-radius: 6px;
  padding: 2px 9px;
  font-size: 14px;
  font-weight: 500;
}

.badge.pricing-badge.small {
  position: absolute;
  top: 12px;
  right: 12px;
}

.accordion {
  flex-direction: column;
  display: flex;
}

.accordion-title {
  color: #fff;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  transition: opacity .2s;
  display: flex;
}

.accordion-title:hover {
  opacity: .5;
}

.horizontal-rule {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .2);
}

.table {
  color: #fff;
}

.table-rows {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.table-rows.emphasised {
  background-color: rgba(255, 255, 255, .12);
}

.table-cell {
  height: 72px;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
}

.table-cell.top {
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
}

.table-cell.top.emphasised {
  background-color: #6b37d9;
  border-top: 2px solid #6b37d9;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.table-cell.emphasised {
  background-color: rgba(255, 255, 255, .12);
  border-left: 2px solid #6b37d9;
  border-right: 2px solid #6b37d9;
}

.table-cell.bottom.emphasised {
  border-bottom: 2px solid #6b37d9;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  box-shadow: 0 12px 48px rgba(0, 0, 0, .1);
}

.table-cell.align-left {
  justify-content: flex-start;
}

.gallery {
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blockquote {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-left: 1px solid rgba(255, 255, 255, .2);
  flex-direction: column;
  padding: 36px 48px;
  display: flex;
}

.team-member {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  align-items: flex-end;
  display: flex;
}

.team-member-social {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-inner.right {
  justify-content: center;
  padding-top: 144px;
  padding-bottom: 144px;
  display: flex;
}

.form-divider {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.customer-story-metric {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: rgba(0, 0, 0, .25);
  border: 2px solid #6b37d9;
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-between;
  padding: 36px;
  display: flex;
  box-shadow: 0 12px 48px rgba(0, 0, 0, .3);
}

.customer-story-badge {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-icon-dark {
  filter: invert();
}

.play-icon-circle {
  width: 48px;
  height: 48px;
  background-color: #6b37d9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bg-light-2 {
  background-color: rgba(255, 255, 255, .8);
}

.bg-light-3 {
  background-color: rgba(255, 255, 255, .2);
}

.bg-light-4 {
  background-color: rgba(255, 255, 255, .12);
}

.underlined-link {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.arrow-link-icon {
  max-height: 18px;
}

.dropdown-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: rgba(255, 255, 255, .8);
  align-items: center;
  padding: 0;
  font-weight: 500;
  display: flex;
}

.dropdown-link:hover {
  color: #fff;
}

.dropdown-link.padded {
  padding: 6px 18px;
}

.dropdown-link-icon {
  opacity: .5;
}

.field-label {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: Fragment Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.nav-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: rgba(255, 255, 255, .8);
  border-radius: 200px;
  padding: 6px 18px;
  transition: color .2s, background-color .2s;
}

.nav-link:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .2);
}

.nav-link.no-padding {
  padding: 0;
}

.navbar-right-contents {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: right;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hover-link {
  transition: opacity .2s;
}

.hover-link:hover, .muted {
  opacity: .5;
}

.footer-link {
  color: rgba(255, 255, 255, .8);
  transition: opacity .2s;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.small {
  opacity: .5;
  color: #fff;
}

.footer-link.small:hover {
  opacity: 1;
}

.footer-link-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.footer-details {
  width: 100%;
  min-height: 35px;
  min-width: 200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 16px;
  padding-top: 0;
  font-size: 14px;
  display: flex;
}

.footer-copyright-text {
  opacity: .29;
  text-align: center;
  flex: 1;
}

.footer-fine-print {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  align-items: center;
  display: flex;
}

.fade-in-first, .fade-in-second {
  overflow: hidden;
}

.scrolling-logos {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.scrolling-logo {
  opacity: .7;
  flex: none;
}

.code-number {
  opacity: .5;
  text-align: right;
}

.text-orange {
  color: #fe7f2d;
}

.text-purple {
  color: #a684f0;
}

.text-green {
  color: #20bf55;
}

.vignette {
  width: 100%;
  height: 100%;
  max-width: 618px;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0), #000 85%);
  position: absolute;
}

.code-badges {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button-over-image {
  position: absolute;
}

.button-over-image.bottom-right {
  bottom: 24px;
  left: 24px;
}

.text-center {
  text-align: center;
}

.customer-box-image {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 18px;
  display: block;
  box-shadow: 0 12px 48px rgba(0, 0, 0, .3);
}

.text-light-1 {
  color: #fff;
}

.text-light-1.bold {
  font-weight: 500;
}

.blog-post-image {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 18px;
  margin-bottom: -36px;
  display: block;
  box-shadow: 0 12px 48px rgba(0, 0, 0, .1);
}

.blog-post-image.blog-box-image {
  margin-bottom: 0;
}

.blog-post-image.wide {
  max-height: 500px;
  object-fit: cover;
}

.post-meta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
  display: flex;
}

.post-meta.text-large {
  font-size: 18px;
}

.multiply-image {
  filter: brightness(200%) brightness(200%) saturate(0%);
  mix-blend-mode: overlay;
  object-fit: cover;
}

.tabs-menu {
  width: 388px;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  flex: none;
  display: flex;
}

.tabs-menu.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 96px;
}

.tabs-content {
  margin-left: 72px;
}

.tab-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 9px;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  transition: background-color .2s, border-color .2s;
  display: flex;
}

.tab-link:hover {
  background-color: rgba(255, 255, 255, .12);
}

.tab-link.w--current {
  background-color: rgba(255, 255, 255, .12);
  border-color: #6b37d9;
}

.bar-graph-label {
  font-size: 14px;
}

.blog-box-image {
  border-radius: 18px;
  display: block;
}

.avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.avatar-author {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.slider-mask {
  max-width: 636px;
  overflow: visible;
}

.slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-left: -18px;
  overflow: visible;
}

.slide {
  max-width: 636px;
  padding-left: 18px;
  padding-right: 18px;
}

.hide {
  display: none;
}

.slider-wrapper {
  margin-bottom: 72px;
}

.pricing-check {
  max-height: 18px;
}

.pricing-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.pricing-text {
  flex: 1;
}

.accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.accordion-item.last {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.accordion-content {
  padding-top: 24px;
}

.accordion-open {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.align-left {
  align-self: flex-start;
}

.checkbox-row {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.review-icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.empty-state {
  text-align: center;
  background-color: rgba(255, 255, 255, .12);
  border-radius: 9px;
  padding: 24px;
}

.collection-item {
  flex-direction: row;
  display: flex;
}

.blog-meta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 503px;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-image {
  border-radius: 18px;
}

.gallery-image {
  max-height: 240px;
  border-radius: 18px;
  flex: none;
  box-shadow: 0 12px 48px rgba(0, 0, 0, .3);
}

.gallery-image-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  align-items: center;
  display: flex;
}

.careers-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.careers {
  flex-direction: column;
  margin-bottom: -24px;
  display: flex;
}

.career {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: rgba(255, 255, 255, .8);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
  font-weight: 400;
  transition: opacity .2s;
  display: grid;
}

.career:hover {
  opacity: .5;
}

.career-basis {
  align-items: center;
  display: flex;
}

.career-basis.text-mono {
  font-family: Fragment Mono, sans-serif;
  font-weight: 400;
}

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

.job-description {
  margin-bottom: -10px;
}

.case-studiy-image {
  border-radius: 18px;
  box-shadow: 0 12px 48px rgba(0, 0, 0, .3);
}

.metric-text {
  max-width: 90%;
}

.case-study-logo {
  opacity: .7;
}

.text-light-2 {
  color: rgba(255, 255, 255, .8);
}

.team-member-image {
  filter: grayscale();
  border-radius: 18px;
}

.menu-button-2 {
  padding: 6px;
}

.contact-methods {
  flex-direction: column;
  display: flex;
}

.form-divider-text {
  flex: none;
}

.search-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.search-results-list {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  display: flex;
}

.search-results-url {
  margin-bottom: 3px;
  font-size: 14px;
}

.dropdown-body {
  width: 388px;
  border-radius: 12px;
  overflow: hidden;
  transform: translate(-50%);
  box-shadow: 0 12px 48px rgba(0, 0, 0, .3);
}

.dropdown-section {
  padding: 30px 36px;
}

.dropdown-section.bg-light-1 {
  color: #000;
}

.dropdown-section.bottom {
  color: #000;
  background-color: #e9e9e9;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 14px;
}

.dropdown-arrow {
  max-height: 20px;
  filter: invert();
}

.dropdown-link-text {
  color: #000;
}

.dropdown-bottom-link {
  color: #000;
  transition: opacity .2s;
}

.dropdown-bottom-link:hover {
  opacity: .5;
}

.dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  left: 50%;
}

.icon {
  flex: none;
}

.demo-screenshot {
  border: 1px solid #000;
  border-radius: 9px;
  position: relative;
  box-shadow: 0 12px 48px rgba(0, 0, 0, .3);
}

.fake-screenshot {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .12);
  border-radius: 12px;
  position: absolute;
  top: 6px;
  right: -6px;
}

.fake-screenshot._2 {
  top: 12px;
  right: -12px;
}

.fake-screenshot._3 {
  top: 18px;
  right: -18px;
}

.fake-screenshot._4 {
  top: 24px;
  right: -24px;
}

.ui-cluster {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.ui-cluster-columns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.grow {
  flex: 1;
}

.ui-scheme {
  border-radius: 12px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 12px 48px rgba(0, 0, 0, .3);
}

.ui-scheme-color {
  width: 48px;
  height: 48px;
  flex: 1;
}

.figma-screenshot-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.figma-screenshot {
  border-radius: 9px;
  margin-bottom: -100px;
  display: block;
  box-shadow: 0 12px 48px rgba(0, 0, 0, .3);
}

.figma-badge {
  width: 200px;
  height: 200px;
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  box-shadow: 0 12px 48px rgba(0, 0, 0, .3);
}

.demo-link {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.demo-link-arrow {
  max-height: 18px;
}

.screenshot-column-wrapper {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-15deg)rotateZ(0);
}

.screenshots-column {
  max-height: 600px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.countdown {
  text-align: center;
  flex: 0 auto;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.heading {
  color: #fff;
  white-space: normal;
  font-size: 40px;
}

.bold-text {
  font-size: 48px;
}

.button-2 {
  width: 200px;
  height: 50px;
}

.link, .link-2 {
  text-transform: uppercase;
}

.link-3 {
  text-transform: none;
}

.link-4, .link-5, .link-6 {
  font-weight: 400;
}

.link-7 {
  color: rgba(255, 255, 255, .8);
}

.link-8 {
  color: rgba(255, 255, 255, .68);
}

.link-9 {
  color: rgba(255, 255, 255, .66);
}

.link-10, .link-11 {
  color: rgba(255, 255, 255, .64);
}

.link-12 {
  color: rgba(255, 255, 255, .67);
}

.link-13 {
  color: rgba(255, 255, 255, .69);
}

.link-14 {
  color: rgba(255, 255, 255, .7);
}

.link-15, .link-16 {
  color: rgba(255, 255, 255, .77);
}

.link-17, .link-18, .link-19, .link-20, .link-21, .link-22, .link-23, .link-24, .link-25, .link-26, .link-27, .link-28, .link-29, .link-30, .link-31, .link-32, .link-33, .link-34, .link-35, .link-36, .link-37, .link-38, .link-39, .link-40, .link-41, .link-42, .link-43, .link-44, .link-45, .link-46, .link-47, .link-48, .link-49, .link-50, .link-51, .link-52, .link-53, .link-54, .link-55, .link-56, .link-57, .link-58, .link-59, .link-60, .link-61 {
  font-size: 0;
}

.link-62 {
  font-size: 14px;
}

.link-63, .link-64 {
  color: rgba(255, 255, 255, .84);
}

.link-65 {
  color: rgba(255, 255, 255, .94);
}

.link-66 {
  color: rgba(255, 255, 255, .95);
}

.link-67 {
  color: rgba(255, 255, 255, .96);
}

.link-68 {
  color: rgba(255, 255, 255, .95);
}

.link-69, .link-70, .link-71 {
  color: rgba(255, 255, 255, .94);
}

.link-72 {
  font-size: 14px;
}

.link-73, .link-74, .link-75, .link-76, .link-77, .link-78, .link-79, .link-80, .link-81, .link-82, .link-83, .link-84, .link-85, .link-86, .link-87, .link-88, .link-89, .link-90, .link-91, .link-92, .link-93, .link-94, .link-95, .link-96 {
  font-size: 0;
}

.link-97 {
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
}

.container {
  text-align: center;
}

.column {
  height: 100%;
  min-height: 600px;
  object-fit: fill;
  position: static;
}

.heading-2 {
  margin-bottom: 16px;
  padding-top: 108px;
  overflow: hidden;
}

.heading-3 {
  font-size: 48px;
}

.image {
  opacity: 1;
  filter: grayscale(84%);
  mix-blend-mode: normal;
  border-radius: 20px;
}

.image-2 {
  padding-top: 9px;
}

.heading-4, .heading-5, .bold-text-2 {
  font-size: 48px;
}

.heading-6 {
  font-size: 16px;
}

.heading-7 {
  font-size: 18px;
}

.text-block-2 {
  text-align: center;
  padding-top: 18px;
}

.text-block-3 {
  padding-top: 32px;
}

.container-2 {
  max-width: 80%;
  margin-bottom: 0;
  padding-bottom: 21px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 57px;
    line-height: 1.1em;
  }

  h2 {
    font-size: 43px;
    line-height: 1.2em;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

  .section.reduced-bottom-padding {
    padding-bottom: 60px;
  }

  .section.reduced-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container---main {
    max-width: 770px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    padding-top: 0;
    display: block;
    top: 11px;
    bottom: 0;
  }

  .container---main.wide {
    max-width: 100%;
  }

  .template-utility-section {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .style-guide-colors._4 {
    grid-template-columns: 1fr 1fr;
  }

  .navbar-row {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .changelog {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .article blockquote {
    font-size: 18px;
  }

  .seciton-inner {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .seciton-inner.reduced-top-padding {
    padding-top: 60px;
  }

  .gradient-bg {
    background-image: url('../images/landing-v3.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .gradient-bg.left {
    background-image: linear-gradient(#000, rgba(0, 0, 0, 0));
  }

  .blurred-circle {
    width: 1000px;
    height: 1000px;
    max-width: none;
  }

  .container---l {
    max-width: 618px;
  }

  .container---l.align-left {
    max-width: 100%;
    min-height: 490px;
    text-decoration: none;
  }

  .rows.gap-2x {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    object-fit: fill;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    position: relative;
    bottom: -155px;
  }

  .rows.gap-4x.faq {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .rows.gap-1-5x.metrics-inside-cluster {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .buttons {
    justify-content: center;
  }

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

  .columns.gap-3x.logos {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    text-align: center;
    flex-direction: column;
    display: flex;
  }

  .columns.gap-3x.sidebar-layout {
    grid-template-columns: 1fr;
  }

  .columns.gap-3x.faq-bottom {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .columns.gap-3x.text-cluster-row {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-direction: column-reverse;
    display: flex;
  }

  .columns.gap-3x.story-details-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .columns.gap-3x.footer-columns {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .columns.gap-3x.footer-menus {
    width: 100%;
    max-width: 503px;
  }

  .columns.gap-1-5x.boxes {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .columns.gap-1-5x.blog-posts, .columns.gap-1-5x.customer-cluster, .columns.gap-1-5x.customers, .columns.gap-1-5x.cluster, .columns.gap-1-5x.plans {
    grid-template-columns: 1fr;
  }

  .columns.gap-1-5x.metric-cluster {
    grid-template-columns: 1fr 1fr;
  }

  .columns.gap-1-5x.large-boxes {
    grid-template-columns: 1fr;
  }

  .columns.gap-1-5x.case-study-header {
    max-width: 388px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .columns.gap-1x.form {
    flex-direction: column;
    display: flex;
  }

  .columns.gap-0-75x.plans {
    grid-template-columns: 1fr 1fr;
  }

  .columns.gap-4x.career-header {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

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

  .logo-wrapper {
    width: 100%;
  }

  .medium-heading {
    font-size: 43px;
    line-height: 1.2em;
  }

  .box.large {
    min-height: auto;
  }

  .customer-box {
    grid-template-columns: 1fr;
  }

  .vertical-rule.inside-customer-box {
    width: 100%;
    height: 1px;
  }

  .large-heading {
    font-size: 57px;
    line-height: 1.1em;
  }

  .section-title-with-button {
    flex-direction: column;
  }

  .blog-post.blog-box {
    grid-template-columns: 1fr;
  }

  .tabs {
    flex-direction: column;
  }

  .team-member {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-direction: column;
    align-items: flex-start;
  }

  .section-inner.right {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .dropdown-link.padded {
    justify-content: space-between;
  }

  .nav-links {
    flex-direction: column;
    align-items: stretch;
  }

  .nav-link {
    text-align: left;
  }

  .nav-link.no-padding {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link.no-padding:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .footer-details {
    min-width: 100%;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 8fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
  }

  .footer-copyright-text {
    font-size: 12px;
    line-height: 1.1em;
  }

  .footer-fine-print {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-direction: column;
    align-items: flex-start;
  }

  .vignette {
    background-image: radial-gradient(circle, rgba(0, 0, 0, 0), #000);
  }

  .comparison-logo {
    max-height: 24px;
  }

  .tabs-menu {
    width: 100%;
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 48px;
    display: grid;
  }

  .tabs-menu.sticky {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    position: static;
  }

  .tabs-menu.inside-collection-list {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .tabs-content {
    margin-left: 0;
  }

  .blog-meta {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-direction: column-reverse;
    display: flex;
  }

  .career {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    position: relative;
  }

  .career-arrow {
    position: absolute;
    top: 12px;
    right: 0;
  }

  .menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #000;
    border-radius: 18px;
    padding: 24px 9px;
  }

  .dropdown-body {
    width: 100%;
    transform: none;
  }

  .dropdown-section.bg-dark-2 {
    display: none;
  }

  .dropdown-section.bg-light-1 {
    color: #fff;
    background-color: rgba(255, 255, 255, .2);
    padding: 18px;
  }

  .dropdown-section.bottom {
    display: none;
  }

  .dropdown-arrow {
    filter: none;
  }

  .dropdown-link-text {
    color: rgba(255, 255, 255, .8);
  }

  .dropdown-list.w--open {
    position: static;
  }

  .demo-screenshot.inside-column {
    max-height: 240px;
  }

  .screenshot-column-wrapper {
    transform: none;
  }

  .screenshots-column {
    flex-direction: row;
    justify-content: center;
  }

  .heading-3 {
    white-space: normal;
  }

  .heading-10 {
    padding-top: 32px;
  }

  .container-2 {
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 43px;
    line-height: 1.2em;
  }

  h3 {
    font-size: 24px;
    line-height: 1.4em;
  }

  h4 {
    font-size: 1em;
  }

  .section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section.reduced-bottom-padding {
    padding-bottom: 48px;
  }

  .section.reduced-padding {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container---main {
    max-width: 770px;
  }

  .style-guide-color {
    height: 150px;
  }

  .large-text {
    font-size: 1em;
    line-height: 1.4em;
  }

  .footer {
    height: 0;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .typography-license-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
  }

  .article blockquote {
    font-size: 16px;
  }

  .seciton-inner {
    border-radius: 18px;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .seciton-inner.reduced-top-padding {
    padding-top: 48px;
  }

  .gradient-bg {
    background-position: 5% 0;
  }

  .blurred-circle {
    width: 800px;
    height: 800px;
  }

  .rows {
    position: static;
  }

  .rows.gap-2x {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-end;
    margin-top: 17px;
    bottom: -134px;
  }

  .rows.gap-4x {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .rows.gap-1-5x.metrics-columns, .rows.gap-1-5x.metrics-column {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .rows.gap-1-5x.box-cluster {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .rows.gap-1-5x.metrics-inside-cluster {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .rows.gap-3x.text-cluster {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .columns.gap-3x.sidebar-layout {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .columns.gap-3x.text-cluster-row {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .columns.gap-1-5x.boxes {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .columns.gap-1-5x.customer-cluster {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .columns.gap-1-5x.blog-posts-large {
    grid-template-columns: 1fr;
  }

  .columns.gap-1-5x.cluster {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .columns.gap-1-5x.metric-cluster {
    max-width: 388px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .columns.gap-1-5x.large-boxes {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .columns.gap-0-75x.plans {
    max-width: 388px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-wrapper.grid {
    grid-column-gap: 48px;
    grid-row-gap: 36px;
  }

  .code-snippet.bg-white.overlay-bottom {
    right: -24px;
  }

  .box {
    padding: 24px;
  }

  .progress-item-wrapper {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .logo-comparison-wrapper {
    margin-bottom: 3px;
  }

  .progress-bar-wrapper {
    padding-left: 0;
  }

  .progress-bar-wrapper.highlighted {
    padding-left: 12px;
  }

  .large-heading {
    font-size: 43px;
    line-height: 1.2em;
  }

  .blog-post.blog-box {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .blog-post-body {
    padding: 48px 24px 24px;
  }

  .bar-graphs {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .bar-graph.emphasis {
    width: 48px;
  }

  .quote-box {
    padding: 24px;
  }

  .review-box {
    max-width: 388px;
    padding: 24px;
  }

  .table {
    font-size: 14px;
  }

  .customer-story-badge {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .nav-link.inside-right-contents {
    display: none;
  }

  .code-badges {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .blog-post-image {
    margin-bottom: -24px;
  }

  .post-meta.text-large {
    font-size: 14px;
  }

  .tabs-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .bar-graph-logo {
    max-height: 18px;
  }

  .logo-grid-item {
    max-height: 24px;
  }

  .blog-meta {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .career-arrow {
    display: none;
  }

  .metric-text {
    max-width: 100%;
  }

  .case-study-logo {
    max-height: 24px;
  }

  .nav-menu {
    padding-top: 0;
  }

  .demo-screenshot.inside-column {
    max-height: 140px;
  }

  .figma-screenshot {
    margin-bottom: -75px;
  }

  .figma-badge {
    width: 150px;
    height: 150px;
  }

  .heading-3 {
    font-size: 36px;
  }

  .bold-text-2 {
    font-size: 40px;
  }

  .heading-11, .heading-12, .heading-13 {
    font-size: 36px;
  }

  .div-block {
    padding-top: 24px;
  }
}

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

  h1 {
    font-size: 36px;
    line-height: 1.2em;
  }

  h2 {
    font-size: 28px;
    line-height: 1.3em;
  }

  h3 {
    font-size: 24px;
    line-height: 32px;
  }

  h4 {
    font-size: 1em;
    line-height: 1.4em;
  }

  h6 {
    font-size: 12px;
  }

  .section.reduced-top-padding {
    display: block;
  }

  .container---main {
    height: 100%;
    min-height: 100%;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
  }

  .template-utility-section {
    grid-row-gap: 35px;
  }

  .style-guide-colors {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .style-guide-colors._4, .style-guide-colors._2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .style-guide-color {
    height: 120px;
    border-radius: 12px;
  }

  .style-guide-section-contents {
    grid-row-gap: 21px;
  }

  .large-text {
    font-size: 18px;
  }

  .button {
    height: 42px;
    align-self: auto;
  }

  .button.small.nav-button {
    display: none;
  }

  .button.play {
    padding: 6px;
  }

  .button.xs {
    clear: both;
    align-items: center;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .form-input {
    border-radius: 4px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }

  .footer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .announcement-contents {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
    align-items: flex-start;
  }

  .checkbox {
    width: 18px;
    height: 18px;
  }

  .navbar-row {
    padding-top: 9px;
    padding-bottom: 9px;
  }

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

  .typography-license-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .typography-demo {
    font-size: 60px;
  }

  .article {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .article blockquote {
    padding: 24px;
    font-size: 14px;
  }

  .seciton-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .seciton-inner.reduced-top-padding {
    padding-top: 30px;
  }

  .gradient-bg {
    background-image: linear-gradient(9deg, rgba(0, 0, 0, .81), rgba(255, 255, 255, 0) 65%, rgba(252, 252, 252, 0) 99%, rgba(255, 255, 255, 0)), url('../images/landing-v3.jpg');
    background-position: 0 0, 12% 0;
    background-size: auto, cover;
  }

  .blurred-circle {
    width: 500px;
    height: 500px;
  }

  .container---l.align-left {
    height: 650%;
    min-height: 650px;
    padding-top: 512px;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .rows.gap-2x {
    width: 100%;
    height: 0;
    min-height: 0;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    align-content: flex-end;
    justify-content: center;
    align-items: flex-end;
    margin-top: 17px;
    bottom: -24px;
  }

  .rows.gap-2x.story-details {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rows.gap-4x {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

  .rows.gap-1-5x {
    grid-row-gap: 24px;
  }

  .rows.gap-1-5x.account-header {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .rows.gap-1-5x.box-cluster {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .rows.gap-1-5x.form {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .rows.gap-0-5x {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .rows.gap-0-5x.bottom-metric {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .rows.gap-3x {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .rows.gap-3x.text-cluster {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .rows.colors {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .buttons {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 16px;
  }

  .columns {
    align-items: stretch;
    justify-items: stretch;
    display: block;
  }

  .columns.gap-3x {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

  .columns.gap-3x.text-cluster-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .columns.gap-3x.story-details-wrapper {
    grid-template-columns: 1fr;
  }

  .columns.gap-3x.footer-columns {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

  .columns.gap-3x.footer-menus {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-direction: column;
    display: flex;
  }

  .columns.gap-1-5x.boxes {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .columns.gap-1-5x.blog-posts, .columns.gap-1-5x.customers {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .columns.gap-1-5x.footer-subscribe {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex;
  }

  .columns.gap-1-5x.large-boxes {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .columns.gap-1-5x.form {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template-columns: 1fr;
  }

  .columns.gap-1-5x.case-study-header {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .columns.gap-0-75x.buttons {
    grid-template-columns: 1fr;
  }

  .columns.gap-4x.career-header {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .logo-wrapper.grid {
    grid-column-gap: 36px;
    grid-row-gap: 24px;
  }

  .ui-snippet-frame {
    display: flex;
  }

  .ui-snippet-frame.inside-tab {
    min-height: auto;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

  .container---xs.ui-snippet {
    max-width: 100%;
    position: relative;
  }

  .code-snippet {
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 18px 9px;
    font-size: 10px;
  }

  .code-snippet.bg-white.overlay-bottom {
    padding: 12px;
    position: static;
  }

  .medium-heading {
    font-size: 28px;
    line-height: 1.3em;
  }

  .code-badge {
    padding: 9px 18px;
    font-size: 10px;
  }

  .code-badge.highlighted {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .check-item.small {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .box {
    min-height: auto;
    border-radius: 9px;
    flex-direction: row;
    align-items: center;
  }

  .box.benefit-box {
    flex-direction: column;
  }

  .box.large {
    flex-direction: column;
    align-items: flex-start;
  }

  .box.demo-box {
    flex-direction: column;
  }

  .progress-bar-wrapper {
    padding: 0;
  }

  .progress-bar-wrapper.highlighted {
    padding: 9px;
  }

  .customer-box {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 9px;
    padding: 19px;
  }

  .metric-box {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 24px;
  }

  .metric-box.large {
    padding: 24px;
  }

  .large-heading {
    font-size: 36px;
    line-height: 1.2em;
  }

  .blog-post {
    border-radius: 9px;
  }

  .blog-post.blog-box {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 24px;
  }

  .blog-post-body {
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
  }

  .bar-graphs {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .bar-graph.emphasis {
    width: 24px;
  }

  .circle-button {
    left: 0;
  }

  .circle-button.right {
    left: 66px;
  }

  .quote-box {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 9px;
  }

  .quote-box.large {
    padding: 18px;
  }

  .reviews-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    transform: scale3d(1none, 1none, 1none);
  }

  .reviews-row.scroll-left {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .review-box {
    max-width: 300px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-radius: 9px;
    padding: 12px;
  }

  .pricing-plan-2 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    border-radius: 9px;
    padding: 18px;
  }

  .table {
    background-color: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 9px;
  }

  .table-rows {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .table-rows.emphasised {
    background-color: rgba(0, 0, 0, 0);
    border-top: 1px rgba(255, 255, 255, .2);
    border-radius: 0;
  }

  .table-cell {
    height: 54px;
    padding: 9px;
    font-size: 12px;
  }

  .table-cell.top.emphasised {
    border-radius: 0;
  }

  .table-cell.top.left {
    display: none;
  }

  .table-cell.emphasised {
    background-color: rgba(0, 0, 0, 0);
    border-left-style: none;
    border-right-style: none;
  }

  .table-cell.bottom.emphasised {
    border-bottom-style: none;
    border-radius: 0;
  }

  .table-cell.align-left {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .2);
    justify-content: center;
  }

  .blockquote {
    padding: 24px;
  }

  .team-member {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .team-member-social {
    grid-row-gap: 12px;
    flex-wrap: wrap;
  }

  .form-divider {
    grid-column-gap: 12px;
  }

  .customer-story-metric {
    border-radius: 9px;
  }

  .customer-story-badge {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .dropdown-link.padded {
    padding: 9px;
  }

  .nav-links {
    grid-row-gap: 0px;
  }

  .nav-link {
    padding: 9px;
  }

  .footer-details {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .vignette, .grid-background {
    display: none;
  }

  .code-badges {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .button-over-image.bottom-right {
    bottom: auto;
    left: auto;
  }

  .comparison-logo {
    max-height: 22px;
  }

  .customer-box-image, .blog-post-image {
    border-radius: 9px;
  }

  .play-button-label {
    display: none;
  }

  .tab-link {
    border-radius: 4px;
    padding: 12px 18px;
  }

  .tab-icon {
    display: none;
  }

  .bar-graph-label {
    height: 48px;
    flex: none;
  }

  .bar-graph-logo-wrapper {
    height: 48px;
  }

  .avatar-author {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .avatar-author.review {
    flex-direction: row;
    align-items: center;
  }

  .slider-mask {
    overflow: hidden;
  }

  .slider {
    margin-left: 0;
  }

  .slide {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-check {
    max-height: 12px;
  }

  .accordion-content {
    padding-top: 18px;
  }

  .checkbox-row {
    text-align: left;
  }

  .gallery-image {
    max-height: 150px;
    border-radius: 9px;
  }

  .gallery-image-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .careers-bottom {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .careers {
    margin-bottom: -18px;
  }

  .career {
    margin-bottom: 18px;
    padding-bottom: 18px;
  }

  .case-studiy-image {
    border-radius: 9px;
  }

  .divider {
    display: none;
  }

  .team-member-image {
    border-radius: 9px;
  }

  .search-form {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-direction: column;
    align-items: stretch;
  }

  .search-results-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .dropdown-body {
    border-radius: 6px;
  }

  .demo-screenshot {
    border-radius: 4px;
  }

  .demo-screenshot.inside-column {
    max-height: 140px;
  }

  .fake-screenshot, .fake-screenshot._2, .fake-screenshot._3, .fake-screenshot._4 {
    display: none;
  }

  .figma-screenshot {
    border-radius: 4px;
    margin-bottom: -50px;
  }

  .figma-badge {
    width: 100px;
    height: 100px;
  }

  .screenshot-column-wrapper {
    display: none;
  }

  .screenshots-column {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .announcement-text {
    max-width: 90%;
  }

  .countdown {
    font-size: 12px;
  }

  .column {
    height: 0%;
    min-height: 200px;
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none;
    display: block;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .heading-2 {
    clear: both;
    margin-bottom: 5px;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .column-2 {
    height: 250px;
    min-height: 0;
    padding-bottom: 0;
  }

  .heading-3 {
    font-size: 25px;
  }

  .bold-text-2 {
    letter-spacing: 0;
    text-indent: 0;
    white-space: normal;
    font-size: 25px;
  }

  .heading-7 {
    font-size: 14px;
  }

  .heading-8, .heading-9 {
    font-size: 15px;
  }

  .text-block {
    font-size: 16px;
  }

  .text-block-2 {
    text-align: center;
    padding-top: 20px;
  }

  .heading-10 {
    padding-top: 26px;
    padding-bottom: 0;
  }

  .text-block-3 {
    padding-top: 0;
  }

  .image-3 {
    float: none;
    clear: none;
    position: static;
  }

  .container-3 {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .container-4 {
    grid-template: "."
    / 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .quick-stack, .quick-stack-2 {
    grid-column-gap: 20px;
  }
}

#w-node-_57ee7d54-b19b-567b-92da-83345b62fc0a-fcdaf233, #w-node-_57ee7d54-b19b-567b-92da-83345b62fc17-fcdaf233, #w-node-_57ee7d54-b19b-567b-92da-83345b62fc1b-fcdaf233, #w-node-_57ee7d54-b19b-567b-92da-83345b62fc1e-fcdaf233, #w-node-_1c9264be-94be-c283-153b-19e89e8340b5-fcdaf233, #w-node-_3823a064-c9b1-8ba0-2417-d945a78ede72-fcdaf233, #w-node-_3823a064-c9b1-8ba0-2417-d945a78ede73-fcdaf233 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3823a064-c9b1-8ba0-2417-d945a78edebd-fcdaf233 {
  align-self: center;
  justify-self: center;
}

#w-node-_3823a064-c9b1-8ba0-2417-d945a78edebe-fcdaf233, #w-node-_3823a064-c9b1-8ba0-2417-d945a78edeca-fcdaf233, #w-node-_3823a064-c9b1-8ba0-2417-d945a78eded2-fcdaf233 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3823a064-c9b1-8ba0-2417-d945a78edef0-fcdaf233 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_3823a064-c9b1-8ba0-2417-d945a78edef1-fcdaf233, #w-node-_3823a064-c9b1-8ba0-2417-d945a78edefd-fcdaf233 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f85b752a-55ad-4597-77d7-98a715f37944-fcdaf233, #w-node-f85b752a-55ad-4597-77d7-98a715f3798a-fcdaf233 {
  align-self: center;
  justify-self: center;
}

#w-node-f85b752a-55ad-4597-77d7-98a715f3798b-fcdaf233, #w-node-f85b752a-55ad-4597-77d7-98a715f37997-fcdaf233, #w-node-fc27a837-b0c0-ba35-c69e-9ae75bc771b0-fcdaf233, #w-node-fc27a837-b0c0-ba35-c69e-9ae75bc771b3-fcdaf233, #w-node-fc27a837-b0c0-ba35-c69e-9ae75bc771be-fcdaf233, #w-node-fc27a837-b0c0-ba35-c69e-9ae75bc771b6-fcdaf233, #w-node-fc27a837-b0c0-ba35-c69e-9ae75bc771ba-fcdaf233, #w-node-_7486cf66-909a-2e2a-784d-74783b65c670-fcdaf233, #w-node-_7486cf66-909a-2e2a-784d-74783b65c675-fcdaf233, #w-node-_967ad76f-7ddf-9dc4-2935-cfedb8ff4a84-fcdaf233, #w-node-_967ad76f-7ddf-9dc4-2935-cfedb8ff4a87-fcdaf233, #w-node-_967ad76f-7ddf-9dc4-2935-cfedb8ff4a88-fcdaf233, #w-node-_967ad76f-7ddf-9dc4-2935-cfedb8ff4a8e-fcdaf233, #w-node-_967ad76f-7ddf-9dc4-2935-cfedb8ff4a94-fcdaf233, #w-node-_9f15eb49-d7d0-ee13-bac9-307ddbde4d33-fcdaf233, #w-node-_9f15eb49-d7d0-ee13-bac9-307ddbde4d36-fcdaf233, #w-node-_9f15eb49-d7d0-ee13-bac9-307ddbde4d37-fcdaf233, #w-node-_9f15eb49-d7d0-ee13-bac9-307ddbde4d3d-fcdaf233, #w-node-_9f15eb49-d7d0-ee13-bac9-307ddbde4d43-fcdaf233, #w-node-_44d03627-7a58-5ec9-b135-9d2f736f601e-fcdaf233, #w-node-_618e9c00-c441-0d91-9dc3-0561017c10ba-fcdaf233, #w-node-_6a9f8f7a-2ec3-3686-d038-1dd7ae99b57f-fcdaf233, #w-node-c8dfec6a-630a-7d02-cb2b-21b7e61692aa-fcdaf233, #w-node-_847f983d-5d09-a4df-0f8b-4ad5fc48174c-fcdaf233, #w-node-_136c8120-7b77-38a8-dd9a-ec336304125e-fcdaf233, #w-node-_136c8120-7b77-38a8-dd9a-ec3363041261-fcdaf233, #w-node-_136c8120-7b77-38a8-dd9a-ec3363041262-fcdaf233, #w-node-_136c8120-7b77-38a8-dd9a-ec3363041268-fcdaf233, #w-node-_136c8120-7b77-38a8-dd9a-ec336304126e-fcdaf233, #w-node-_136c8120-7b77-38a8-dd9a-ec3363041274-fcdaf233, #w-node-_136c8120-7b77-38a8-dd9a-ec336304127a-fcdaf233, #w-node-_136c8120-7b77-38a8-dd9a-ec3363041280-fcdaf233, #w-node-_136c8120-7b77-38a8-dd9a-ec3363041286-fcdaf233, #w-node-e42cbd6f-efc6-20ef-60fd-cf7f344dfa98-fcdaf233, #w-node-ca026904-cd16-b31a-6b80-1a4baffcc46b-fcdaf233, #w-node-ca026904-cd16-b31a-6b80-1a4baffcc46e-fcdaf233, #w-node-ca026904-cd16-b31a-6b80-1a4baffcc46f-fcdaf233, #w-node-ca026904-cd16-b31a-6b80-1a4baffcc475-fcdaf233, #w-node-ca026904-cd16-b31a-6b80-1a4baffcc47b-fcdaf233, #w-node-f031d993-80f8-969b-4afd-9b33233fd37a-fcdaf233, #w-node-f031d993-80f8-969b-4afd-9b33233fd382-fcdaf233, #w-node-f031d993-80f8-969b-4afd-9b33233fd385-fcdaf233 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba6332a3-d912-9f0b-fbe8-1bc83ef584ea-824c25a7 {
  justify-self: start;
}

#countdown.w-node-adb1fab6-e8ce-ba7c-d1f1-ac90f3c1b1ac-824c25a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535ab-fcdaf278, #w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535ac-fcdaf278, #w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535ae-fcdaf278, #w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535af-fcdaf278, #w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535b5-fcdaf278, #w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535b6-fcdaf278, #w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535bd-fcdaf278, #w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535c3-fcdaf278, #w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535c4-fcdaf278, #w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535c9-fcdaf278, #w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535d3-fcdaf278, #w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535d4-fcdaf278, #w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535d9-fcdaf278, #w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535e3-fcdaf278, #w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535e4-fcdaf278, #w-node-_4a94a4c3-6ee2-ef0e-3a94-90751b5535e9-fcdaf278, #w-node-_28fef8ec-25c3-fd2d-c0ce-4bd87d6b189c-7d6b1896, #w-node-_28fef8ec-25c3-fd2d-c0ce-4bd87d6b18a4-7d6b1896, #w-node-_28fef8ec-25c3-fd2d-c0ce-4bd87d6b18a7-7d6b1896, #w-node-_28fef8ec-25c3-fd2d-c0ce-4bd87d6b18a9-7d6b1896, #w-node-_8cc0a79a-46bc-bd42-760e-9efa04a998ed-fcdaf27c, #w-node-ef3fa3ee-8982-5a87-811a-4b8d7e4a1bd6-fcdaf27c, #w-node-_04b1b45a-67fe-bed3-bf4d-c67c32a11400-fcdaf27c, #w-node-_04b1b45a-67fe-bed3-bf4d-c67c32a11404-fcdaf27c, #w-node-_04b1b45a-67fe-bed3-bf4d-c67c32a11406-fcdaf27c, #w-node-_7ebe4ce7-b087-32f1-3578-87fd2a086e3d-2a086e36, #w-node-_7ebe4ce7-b087-32f1-3578-87fd2a086e41-2a086e36, #w-node-_7ebe4ce7-b087-32f1-3578-87fd2a086e45-2a086e36, #w-node-fd9ccfb4-6a43-59ab-f7ba-5b0a61b0993f-fcdaf27b, #w-node-_8cfb0c64-cdae-3398-a999-2390e0ab0409-fcdaf27b, #w-node-c00e6c9e-1889-468c-9e83-c5cb36e0906c-fcdaf27b, #w-node-_265d93b3-f31e-ff00-3f70-31a4eaecdf12-fcdaf27b, #w-node-_265d93b3-f31e-ff00-3f70-31a4eaecdf16-fcdaf27b, #w-node-_265d93b3-f31e-ff00-3f70-31a4eaecdf18-fcdaf27b, #w-node-_084f9f84-e669-84a5-41b2-1c60475b72dc-fcdaf27d, #w-node-_68c6de98-ab85-0a44-09d5-897abf93d628-fcdaf27d, #w-node-_68c6de98-ab85-0a44-09d5-897abf93d62c-fcdaf27d, #w-node-_68c6de98-ab85-0a44-09d5-897abf93d62e-fcdaf27d, #w-node-_0db02ae0-1de8-5bab-5c88-a1189736bc69-fcdaf27d, #w-node-_0db02ae0-1de8-5bab-5c88-a1189736bc6b-fcdaf27d, #w-node-_803477e8-b187-53c6-f8b5-62888d6f6165-fcdaf27e, #w-node-d3bf83d6-3a3a-36ec-ec9e-f4b4cc98eec4-fcdaf27e, #w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48b2-fcdaf27e, #w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48c2-fcdaf27e, #w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48c5-fcdaf27e, #w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48c9-fcdaf27e, #w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48ce-fcdaf27e, #w-node-_8fd5255a-9a52-bfdb-6358-e3bd1a5b48d3-fcdaf27e, #w-node-_19bc6766-7f9f-9bd9-8977-c14e47828e1b-fcdaf27e, #w-node-df80fc3e-0865-49a4-ede6-723cf3d9c388-fcdaf27e, #w-node-c1e2d8aa-de31-c25d-cd8b-72499d073739-fcdaf27e, #w-node-_24d6f678-f131-f919-3165-a11f43537d78-fcdaf27e, #w-node-_55f02b12-1d8a-8139-7bdb-2e83562f4cef-fcdaf293, #w-node-_456a5f30-b776-4189-cacb-f2e81d3551c1-fcdaf293, #w-node-_6d53b13e-ad53-a25d-d4ed-5d9c13c82285-fcdaf293, #w-node-_5260b989-18d4-328f-3f3f-85b84d55579a-fcdaf296, #w-node-_5260b989-18d4-328f-3f3f-85b84d55579d-fcdaf296, #w-node-_5260b989-18d4-328f-3f3f-85b84d55579e-fcdaf296, #w-node-_5260b989-18d4-328f-3f3f-85b84d5557a0-fcdaf296, #w-node-_5260b989-18d4-328f-3f3f-85b84d5557a1-fcdaf296, #w-node-_5260b989-18d4-328f-3f3f-85b84d5557a4-fcdaf296, #w-node-_5260b989-18d4-328f-3f3f-85b84d5557a6-fcdaf296, #w-node-b7251005-4af8-6382-db86-5be9eff24741-fcdaf296, #Message-Us.w-node-_0f5f68c9-1fe7-af9e-7b08-a88eb54780da-fcdaf296, #w-node-a9c5623b-a06b-42a9-57bc-ef4646e26af0-fcdaf296, #w-node-_0255f42c-4c40-58b2-96c0-7c53f4b0ed3d-fcdaf297, #w-node-_0255f42c-4c40-58b2-96c0-7c53f4b0ed42-fcdaf297, #w-node-_0255f42c-4c40-58b2-96c0-7c53f4b0ed46-fcdaf297, #w-node-_0255f42c-4c40-58b2-96c0-7c53f4b0ed49-fcdaf297, #w-node-_0255f42c-4c40-58b2-96c0-7c53f4b0ed4b-fcdaf297, #w-node-d3b45965-a0a7-b86a-d10d-026e39a2297e-fcdaf297, #w-node-_50503afc-5dc2-f1a1-175c-dc5eb25ffbb3-fcdaf297, #w-node-_0255f42c-4c40-58b2-96c0-7c53f4b0ed5b-fcdaf297, #w-node-_0255f42c-4c40-58b2-96c0-7c53f4b0ed64-fcdaf297, #w-node-_7033183f-301d-32ca-94ed-374a935c9dc1-fcdaf29a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebc9eb8e-5ee9-3512-8b7d-e81cbb23f947-fcdaf29a {
  justify-self: end;
}

#w-node-ebc9eb8e-5ee9-3512-8b7d-e81cbb23f94b-fcdaf29a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebc9eb8e-5ee9-3512-8b7d-e81cbb23f94e-fcdaf29a {
  justify-self: end;
}

#w-node-ebc9eb8e-5ee9-3512-8b7d-e81cbb23f952-fcdaf29a, #w-node-_7033183f-301d-32ca-94ed-374a935c9dce-fcdaf29a, #w-node-_7033183f-301d-32ca-94ed-374a935c9dd2-fcdaf29a, #w-node-_7033183f-301d-32ca-94ed-374a935c9dd5-fcdaf29a, #w-node-_2596ae38-9fff-509b-d3de-14b627d04081-fcdaf29a, #w-node-_2596ae38-9fff-509b-d3de-14b627d0408a-fcdaf29a, #w-node-_2596ae38-9fff-509b-d3de-14b627d0408d-fcdaf29a, #w-node-_2596ae38-9fff-509b-d3de-14b627d0408f-fcdaf29a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2596ae38-9fff-509b-d3de-14b627d04092-fcdaf29a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_2596ae38-9fff-509b-d3de-14b627d04095-fcdaf29a, #w-node-d657dfd1-149c-a853-c08d-293b10f1e654-fcdaf29a, #w-node-d657dfd1-149c-a853-c08d-293b10f1e657-fcdaf29a, #w-node-d657dfd1-149c-a853-c08d-293b10f1e65b-fcdaf29a, #w-node-d657dfd1-149c-a853-c08d-293b10f1e65e-fcdaf29a, #w-node-d657dfd1-149c-a853-c08d-293b10f1e660-fcdaf29a, #w-node-d657dfd1-149c-a853-c08d-293b10f1e664-fcdaf29a, #w-node-d657dfd1-149c-a853-c08d-293b10f1e669-fcdaf29a, #w-node-d657dfd1-149c-a853-c08d-293b10f1e66c-fcdaf29a, #w-node-de32f2ca-806a-108b-1f36-db0acd561808-fcdaf29a, #w-node-de32f2ca-806a-108b-1f36-db0acd56180a-fcdaf29a, #w-node-d657dfd1-149c-a853-c08d-293b10f1e676-fcdaf29a, #w-node-d657dfd1-149c-a853-c08d-293b10f1e678-fcdaf29a, #w-node-d657dfd1-149c-a853-c08d-293b10f1e67b-fcdaf29a, #w-node-bff0be02-7680-a9be-63d2-0c7b505154a2-fcdaf29b, #w-node-_4bc9d172-1103-08d7-4563-1aacd878a549-fcdaf29b, #w-node-_4bc9d172-1103-08d7-4563-1aacd878a55b-fcdaf29b, #w-node-_4bc9d172-1103-08d7-4563-1aacd878a55f-fcdaf29b, #w-node-_4bc9d172-1103-08d7-4563-1aacd878a561-fcdaf29b, #w-node-_788bb91a-ec85-1ce4-2f59-fcd5dc122a6d-fcdaf29c, #w-node-_788bb91a-ec85-1ce4-2f59-fcd5dc122a76-fcdaf29c, #w-node-_77ab1ba7-aa2f-c142-059a-fd2f69603bdb-fcdaf29c, #w-node-_77ab1ba7-aa2f-c142-059a-fd2f69603bdc-fcdaf29c, #w-node-_77ab1ba7-aa2f-c142-059a-fd2f69603be0-fcdaf29c, #w-node-_77ab1ba7-aa2f-c142-059a-fd2f69603be2-fcdaf29c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77ab1ba7-aa2f-c142-059a-fd2f69603be4-fcdaf29c {
  align-self: stretch;
}

#w-node-_77ab1ba7-aa2f-c142-059a-fd2f69603be5-fcdaf29c, #w-node-_77ab1ba7-aa2f-c142-059a-fd2f69603be6-fcdaf29c, #w-node-_77ab1ba7-aa2f-c142-059a-fd2f69603be9-fcdaf29c, #w-node-_77ab1ba7-aa2f-c142-059a-fd2f69603beb-fcdaf29c, #w-node-_77ab1ba7-aa2f-c142-059a-fd2f69603bee-fcdaf29c, #w-node-_77ab1ba7-aa2f-c142-059a-fd2f69603bf0-fcdaf29c, #w-node-_77ab1ba7-aa2f-c142-059a-fd2f69603bf3-fcdaf29c, #w-node-_77ab1ba7-aa2f-c142-059a-fd2f69603bf5-fcdaf29c, #w-node-_37fb150d-a3c2-52b4-d328-d1d09dc2fe22-fcdaf29c, #w-node-_37fb150d-a3c2-52b4-d328-d1d09dc2fe2d-fcdaf29c, #w-node-_37fb150d-a3c2-52b4-d328-d1d09dc2fe2f-fcdaf29c, #w-node-_37fb150d-a3c2-52b4-d328-d1d09dc2fe30-fcdaf29c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37fb150d-a3c2-52b4-d328-d1d09dc2fe32-fcdaf29c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_37fb150d-a3c2-52b4-d328-d1d09dc2fe34-fcdaf29c, #w-node-_892cfb48-e864-ab24-15db-d67d4ebe4ceb-fcdaf29d, #w-node-_8ad05b8a-6346-99bf-a80c-fd8d844a50dd-fcdaf29d, #w-node-_51df8b87-8510-0e7f-1611-ebc3ca6780bd-fcdaf29d, #w-node-_9bc09d4b-509d-4dd0-3049-c586415bb455-fcdaf29d, #Apply.w-node-_9bc09d4b-509d-4dd0-3049-c586415bb484-fcdaf29d, #w-node-_9bc09d4b-509d-4dd0-3049-c586415bb489-fcdaf29d, #w-node-a7cee04b-058c-a4b1-7e40-37e2630bf8f8-fcdaf29d, #w-node-a7cee04b-058c-a4b1-7e40-37e2630bf8f9-fcdaf29d, #w-node-a7cee04b-058c-a4b1-7e40-37e2630bf8fa-fcdaf29d, #w-node-a7cee04b-058c-a4b1-7e40-37e2630bf8fe-fcdaf29d, #w-node-_6a3ac698-5508-c75e-aabf-40a9cc96c03d-fcdaf29e, #w-node-_0d931999-f986-fdd7-d824-64aed829345d-fcdaf29e, #w-node-_2d7e9501-2b2c-20bf-040f-b8d45b9cce5e-fcdaf29e, #w-node-_8527f977-e583-0ba1-f16d-27d408a4d5bf-fcdaf29e, #w-node-_12304721-6848-845a-512d-9e4bf8422910-fcdaf29e, #w-node-_12304721-6848-845a-512d-9e4bf8422916-fcdaf29e, #w-node-_12304721-6848-845a-512d-9e4bf842291a-fcdaf29e, #w-node-_12304721-6848-845a-512d-9e4bf842291c-fcdaf29e, #w-node-_78bf8b94-7d3a-e67e-c44d-57d747ca257f-fcdaf29f, #w-node-_78bf8b94-7d3a-e67e-c44d-57d747ca2582-fcdaf29f, #w-node-_78bf8b94-7d3a-e67e-c44d-57d747ca25a2-fcdaf29f, #w-node-b3e2e710-a105-b600-3bc2-7d61e181c898-fcdaf2a0, #w-node-a26f0efd-407c-edde-7ee5-da7991724730-fcdaf2a1, #w-node-_97d9d335-9069-13a3-a0c2-eb5305bb7891-fcdaf2a2, #w-node-_2ad042be-3075-79ee-2a63-e120e8c6bee6-fcdaf2a2, #w-node-_19314966-2370-958f-838a-785327c84595-fcdaf2a2, #w-node-e9a27537-97bf-069c-2f6c-d1523e4cf349-fcdaf2a2, #w-node-b43aebc0-f0d5-4c0a-977e-2c1fd12b562e-fcdaf2a2, #w-node-_15b9e4e3-f032-3f4c-29a6-405dad032aae-fcdaf2a2, #w-node-_3e81f591-c58d-9e2f-41e7-7f4bc5b82314-fcdaf2a2, #w-node-f5ab0473-aae0-8ce4-9cfa-ba409b96b234-fcdaf2a2, #w-node-_2522c0f3-bfb2-edb6-5a8e-e4ee848aef86-fcdaf2a2, #w-node-_1da3a42a-38f7-3f07-2eb5-69e98d70ca3d-fcdaf2a2, #w-node-_007a5261-de15-2b65-406d-1ebe527089dc-fcdaf2a4, #w-node-_007a5261-de15-2b65-406d-1ebe527089e9-fcdaf2a4, #w-node-_0acbe500-a776-8556-733c-c1e52cee4a6a-fcdaf2a4, #w-node-_0acbe500-a776-8556-733c-c1e52cee4a6b-fcdaf2a4, #w-node-_0acbe500-a776-8556-733c-c1e52cee4a6d-fcdaf2a4, #w-node-_0acbe500-a776-8556-733c-c1e52cee4a73-fcdaf2a4, #w-node-_0acbe500-a776-8556-733c-c1e52cee4a76-fcdaf2a4, #w-node-_0acbe500-a776-8556-733c-c1e52cee4a78-fcdaf2a4, #w-node-_0acbe500-a776-8556-733c-c1e52cee4a7a-fcdaf2a4, #w-node-_0acbe500-a776-8556-733c-c1e52cee4a7c-fcdaf2a4, #w-node-b252f69b-e4b9-f826-3b2d-ac87abdf7379-fcdaf2a4, #w-node-b252f69b-e4b9-f826-3b2d-ac87abdf737d-fcdaf2a4, #w-node-b252f69b-e4b9-f826-3b2d-ac87abdf7381-fcdaf2a4, #w-node-b252f69b-e4b9-f826-3b2d-ac87abdf7385-fcdaf2a4, #w-node-_0acbe500-a776-8556-733c-c1e52cee4a90-fcdaf2a4, #w-node-_0acbe500-a776-8556-733c-c1e52cee4a93-fcdaf2a4, #w-node-_0acbe500-a776-8556-733c-c1e52cee4a99-fcdaf2a4, #w-node-_0acbe500-a776-8556-733c-c1e52cee4a9c-fcdaf2a4, #w-node-_0acbe500-a776-8556-733c-c1e52cee4a9e-fcdaf2a4, #w-node-_0acbe500-a776-8556-733c-c1e52cee4aa0-fcdaf2a4, #w-node-_0acbe500-a776-8556-733c-c1e52cee4aa2-fcdaf2a4, #w-node-fd99687f-f4cd-8562-0e10-9cfbbec89f98-fcdaf2a4, #w-node-fd99687f-f4cd-8562-0e10-9cfbbec89f9c-fcdaf2a4, #w-node-fd99687f-f4cd-8562-0e10-9cfbbec89fa0-fcdaf2a4, #w-node-fd99687f-f4cd-8562-0e10-9cfbbec89fa4-fcdaf2a4, #w-node-_0acbe500-a776-8556-733c-c1e52cee4ab6-fcdaf2a4, #w-node-_0acbe500-a776-8556-733c-c1e52cee4abc-fcdaf2a4, #w-node-_0acbe500-a776-8556-733c-c1e52cee4ac2-fcdaf2a4, #w-node-_0acbe500-a776-8556-733c-c1e52cee4ac5-fcdaf2a4, #w-node-_0acbe500-a776-8556-733c-c1e52cee4ac7-fcdaf2a4, #w-node-_0acbe500-a776-8556-733c-c1e52cee4ac9-fcdaf2a4, #w-node-_0acbe500-a776-8556-733c-c1e52cee4acb-fcdaf2a4, #w-node-_4e0b465a-4ebc-56c9-de30-686dc5cba48e-fcdaf2a4, #w-node-_4e0b465a-4ebc-56c9-de30-686dc5cba492-fcdaf2a4, #w-node-_4e0b465a-4ebc-56c9-de30-686dc5cba496-fcdaf2a4, #w-node-_4e0b465a-4ebc-56c9-de30-686dc5cba49a-fcdaf2a4, #w-node-_0acbe500-a776-8556-733c-c1e52cee4adf-fcdaf2a4, #w-node-_1ec611d3-5770-f194-2017-748b7118a84d-fcdaf2a4, #w-node-_1ec611d3-5770-f194-2017-748b7118a852-fcdaf2a4, #w-node-dc0929be-33d8-8ae4-cf59-0c2bc7e650a7-c7e650a5, #w-node-dc0929be-33d8-8ae4-cf59-0c2bc7e650a8-c7e650a5, #w-node-dc0929be-33d8-8ae4-cf59-0c2bc7e650ae-c7e650a5, #w-node-dc0929be-33d8-8ae4-cf59-0c2bc7e650b6-c7e650a5, #w-node-dc0929be-33d8-8ae4-cf59-0c2bc7e650be-c7e650a5, #w-node-dc0929be-33d8-8ae4-cf59-0c2bc7e650c6-c7e650a5, #w-node-dc0929be-33d8-8ae4-cf59-0c2bc7e650ce-c7e650a5, #w-node-d7608c0c-17de-d7b2-521a-2bd2dd8dadbc-dd8dadba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e586784-9b46-0fbd-00fa-65b08170e624-fcdaf2a3 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_4e586784-9b46-0fbd-00fa-65b08170e625-fcdaf2a3, #w-node-_4e586784-9b46-0fbd-00fa-65b08170e62f-fcdaf2a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e586784-9b46-0fbd-00fa-65b08170e637-fcdaf2a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_0180b0b4-6402-9108-2cd9-6cc3d77ee306-fcdaf2a3, #w-node-_0180b0b4-6402-9108-2cd9-6cc3d77ee309-fcdaf2a3, #w-node-_0180b0b4-6402-9108-2cd9-6cc3d77ee30c-fcdaf2a3, #w-node-_0180b0b4-6402-9108-2cd9-6cc3d77ee30f-fcdaf2a3, #w-node-_0180b0b4-6402-9108-2cd9-6cc3d77ee312-fcdaf2a3, #w-node-_0180b0b4-6402-9108-2cd9-6cc3d77ee315-fcdaf2a3, #w-node-_0180b0b4-6402-9108-2cd9-6cc3d77ee318-fcdaf2a3, #w-node-_4e586784-9b46-0fbd-00fa-65b08170e652-fcdaf2a3, #w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af084-fcdaf2a3, #w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af085-fcdaf2a3, #w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af087-fcdaf2a3, #w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af08d-fcdaf2a3, #w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af090-fcdaf2a3, #w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af092-fcdaf2a3, #w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af098-fcdaf2a3, #w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af09c-fcdaf2a3, #w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af0a0-fcdaf2a3, #w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af0a4-fcdaf2a3, #w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af0a6-fcdaf2a3, #w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af0a9-fcdaf2a3, #w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af0af-fcdaf2a3, #w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af0b2-fcdaf2a3, #w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af0b4-fcdaf2a3, #w-node-_95ae80ce-023a-c496-892e-c310f3fdd190-fcdaf2a3, #w-node-_95ae80ce-023a-c496-892e-c310f3fdd194-fcdaf2a3, #w-node-_95ae80ce-023a-c496-892e-c310f3fdd198-fcdaf2a3, #w-node-_95ae80ce-023a-c496-892e-c310f3fdd19c-fcdaf2a3, #w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af0ce-fcdaf2a3, #w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af0d4-fcdaf2a3, #w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af0d7-fcdaf2a3, #w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af0d9-fcdaf2a3, #w-node-_02056292-f1a8-1d1c-37df-ee4a1b5cad80-fcdaf2a3, #w-node-_02056292-f1a8-1d1c-37df-ee4a1b5cad84-fcdaf2a3, #w-node-_02056292-f1a8-1d1c-37df-ee4a1b5cad88-fcdaf2a3, #w-node-_02056292-f1a8-1d1c-37df-ee4a1b5cad8c-fcdaf2a3, #w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af0f0-fcdaf2a3, #w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af0f6-fcdaf2a3, #w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af0f9-fcdaf2a3, #w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af0fb-fcdaf2a3, #w-node-_3d1eb674-d709-e2e5-2c70-435017b9028b-fcdaf2a3, #w-node-_3d1eb674-d709-e2e5-2c70-435017b9028f-fcdaf2a3, #w-node-_3d1eb674-d709-e2e5-2c70-435017b90293-fcdaf2a3, #w-node-_3d1eb674-d709-e2e5-2c70-435017b90297-fcdaf2a3, #w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af111-fcdaf2a3, #w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af113-fcdaf2a3, #w-node-e0e2d85c-1ff1-f2f8-7d81-bb3a320af116-fcdaf2a3, #w-node-d5551ec7-3445-e0a4-fc6a-051a4810e91d-fcdaf2a5, #w-node-a8810476-1033-b54f-c7fe-f67bc45c8fbd-fcdaf2a5, #w-node-_3f966407-2e74-d60c-f4c7-57d3157bc853-fcdaf2a5, #w-node-_3f966407-2e74-d60c-f4c7-57d3157bc855-fcdaf2a5, #w-node-_3f966407-2e74-d60c-f4c7-57d3157bc860-fcdaf2a5, #w-node-_3f966407-2e74-d60c-f4c7-57d3157bc865-fcdaf2a5, #w-node-_3f966407-2e74-d60c-f4c7-57d3157bc868-fcdaf2a5, #w-node-_3f966407-2e74-d60c-f4c7-57d3157bc86b-fcdaf2a5, #w-node-_3f966407-2e74-d60c-f4c7-57d3157bc86d-fcdaf2a5, #w-node-_3f966407-2e74-d60c-f4c7-57d3157bc872-fcdaf2a5, #w-node-_3f966407-2e74-d60c-f4c7-57d3157bc875-fcdaf2a5, #w-node-_3f966407-2e74-d60c-f4c7-57d3157bc878-fcdaf2a5, #w-node-_3f966407-2e74-d60c-f4c7-57d3157bc87a-fcdaf2a5, #w-node-_3f966407-2e74-d60c-f4c7-57d3157bc87f-fcdaf2a5, #w-node-_3f966407-2e74-d60c-f4c7-57d3157bc882-fcdaf2a5, #w-node-_3f966407-2e74-d60c-f4c7-57d3157bc885-fcdaf2a5, #w-node-_3f966407-2e74-d60c-f4c7-57d3157bc887-fcdaf2a5, #w-node-_3f966407-2e74-d60c-f4c7-57d3157bc88c-fcdaf2a5, #w-node-_3f966407-2e74-d60c-f4c7-57d3157bc88f-fcdaf2a5, #w-node-_3f966407-2e74-d60c-f4c7-57d3157bc892-fcdaf2a5, #w-node-_3f966407-2e74-d60c-f4c7-57d3157bc894-fcdaf2a5, #w-node-_3f966407-2e74-d60c-f4c7-57d3157bc899-fcdaf2a5, #w-node-_3f966407-2e74-d60c-f4c7-57d3157bc89c-fcdaf2a5, #w-node-_3f966407-2e74-d60c-f4c7-57d3157bc89f-fcdaf2a5, #w-node-_3f966407-2e74-d60c-f4c7-57d3157bc8a1-fcdaf2a5, #w-node-_3f966407-2e74-d60c-f4c7-57d3157bc8a6-fcdaf2a5, #w-node-_3f966407-2e74-d60c-f4c7-57d3157bc8a9-fcdaf2a5, #w-node-_3f966407-2e74-d60c-f4c7-57d3157bc8ac-fcdaf2a5, #w-node-ede0f36f-1b06-353c-6adc-1c11390072fa-fcdaf2a5, #w-node-ede0f36f-1b06-353c-6adc-1c11390072ff-fcdaf2a5, #w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6bdf9-fcdaf2a9, #w-node-_3e608595-46e3-6841-9ea8-1e4fc6071ce8-fcdaf2a9, #w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6be0c-fcdaf2a9, #w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6be1a-fcdaf2a9, #w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6be1c-fcdaf2a9, #w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6be20-fcdaf2a9, #w-node-_7eb8e3ca-b8e0-aa5d-2d8c-c2d664f56d13-fcdaf2a9, #w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6be2e-fcdaf2a9, #w-node-_1cd25761-a19d-a610-5101-7674b545293e-fcdaf2a9, #w-node-f10f6072-c61a-1b28-3583-ee8c6e4eca8d-fcdaf2a9, #w-node-c81ef67f-164c-c9b3-5933-544a9ed80acf-fcdaf2a9, #w-node-a943efe4-e2ee-e3fa-e7e5-1e0750751612-fcdaf2a9, #w-node-e3c00130-312b-8f99-f198-070eed5bc742-fcdaf2a9, #w-node-e3c00130-312b-8f99-f198-070eed5bc744-fcdaf2a9, #w-node-e3c00130-312b-8f99-f198-070eed5bc749-fcdaf2a9, #w-node-e3c00130-312b-8f99-f198-070eed5bc74b-fcdaf2a9, #w-node-e3c00130-312b-8f99-f198-070eed5bc752-fcdaf2a9, #w-node-e3c00130-312b-8f99-f198-070eed5bc754-fcdaf2a9, #w-node-e3c00130-312b-8f99-f198-070eed5bc75c-fcdaf2a9, #w-node-e3c00130-312b-8f99-f198-070eed5bc75e-fcdaf2a9, #w-node-e3c00130-312b-8f99-f198-070eed5bc761-fcdaf2a9, #w-node-e3c00130-312b-8f99-f198-070eed5bc763-fcdaf2a9, #w-node-e3c00130-312b-8f99-f198-070eed5bc76b-fcdaf2a9, #w-node-e3c00130-312b-8f99-f198-070eed5bc76d-fcdaf2a9, #w-node-e3c00130-312b-8f99-f198-070eed5bc770-fcdaf2a9, #w-node-e3c00130-312b-8f99-f198-070eed5bc772-fcdaf2a9, #w-node-e3c00130-312b-8f99-f198-070eed5bc777-fcdaf2a9, #w-node-e3c00130-312b-8f99-f198-070eed5bc779-fcdaf2a9, #w-node-e3c00130-312b-8f99-f198-070eed5bc781-fcdaf2a9, #w-node-_1cf104c9-2b3e-519a-388a-d0f8f4a31acf-fcdaf2a9, #w-node-_1cf104c9-2b3e-519a-388a-d0f8f4a31ad2-fcdaf2a9, #w-node-bcd1e517-c333-dc31-ee6b-c168fc7aaaec-fcdaf2a9, #w-node-bcd1e517-c333-dc31-ee6b-c168fc7aaaee-fcdaf2a9, #w-node-bcd1e517-c333-dc31-ee6b-c168fc7aaaf3-fcdaf2a9, #w-node-bcd1e517-c333-dc31-ee6b-c168fc7aaaf5-fcdaf2a9, #w-node-bcd1e517-c333-dc31-ee6b-c168fc7aaafc-fcdaf2a9, #w-node-bcd1e517-c333-dc31-ee6b-c168fc7aaafe-fcdaf2a9, #w-node-bcd1e517-c333-dc31-ee6b-c168fc7aab06-fcdaf2a9, #w-node-bcd1e517-c333-dc31-ee6b-c168fc7aab08-fcdaf2a9, #w-node-bcd1e517-c333-dc31-ee6b-c168fc7aab0b-fcdaf2a9, #w-node-bcd1e517-c333-dc31-ee6b-c168fc7aab0d-fcdaf2a9, #w-node-bcd1e517-c333-dc31-ee6b-c168fc7aab15-fcdaf2a9, #w-node-bcd1e517-c333-dc31-ee6b-c168fc7aab17-fcdaf2a9, #w-node-bcd1e517-c333-dc31-ee6b-c168fc7aab1a-fcdaf2a9, #w-node-bcd1e517-c333-dc31-ee6b-c168fc7aab1c-fcdaf2a9, #w-node-bcd1e517-c333-dc31-ee6b-c168fc7aab21-fcdaf2a9, #w-node-bcd1e517-c333-dc31-ee6b-c168fc7aab23-fcdaf2a9, #w-node-bcd1e517-c333-dc31-ee6b-c168fc7aab2b-fcdaf2a9, #w-node-bcd1e517-c333-dc31-ee6b-c168fc7aab2f-fcdaf2a9, #w-node-bcd1e517-c333-dc31-ee6b-c168fc7aab32-fcdaf2a9, #w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c4633-fcdaf2a9, #w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c4635-fcdaf2a9, #w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c463a-fcdaf2a9, #w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c463c-fcdaf2a9, #w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c4643-fcdaf2a9, #w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c4645-fcdaf2a9, #w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c464d-fcdaf2a9, #w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c464f-fcdaf2a9, #w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c4652-fcdaf2a9, #w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c4654-fcdaf2a9, #w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c465c-fcdaf2a9, #w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c465e-fcdaf2a9, #w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c4661-fcdaf2a9, #w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c4663-fcdaf2a9, #w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c4668-fcdaf2a9, #w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c466a-fcdaf2a9, #w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c4672-fcdaf2a9, #w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c4676-fcdaf2a9, #w-node-c7f40e35-f6d7-75e7-9f8a-c295ed9c4679-fcdaf2a9, #w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e239-fcdaf2a9, #w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e23b-fcdaf2a9, #w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e240-fcdaf2a9, #w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e242-fcdaf2a9, #w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e249-fcdaf2a9, #w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e24b-fcdaf2a9, #w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e253-fcdaf2a9, #w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e255-fcdaf2a9, #w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e258-fcdaf2a9, #w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e25a-fcdaf2a9, #w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e262-fcdaf2a9, #w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e264-fcdaf2a9, #w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e267-fcdaf2a9, #w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e269-fcdaf2a9, #w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e26e-fcdaf2a9, #w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e270-fcdaf2a9, #w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e278-fcdaf2a9, #w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e27c-fcdaf2a9, #w-node-_2997bfa9-8e4b-97fd-abed-9f2dbca2e27f-fcdaf2a9, #w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6be86-fcdaf2a9, #w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6be89-fcdaf2a9, #w-node-_52c0053f-b567-c5ab-b695-5bf90cf4dd57-fcdaf2a9, #w-node-_1411fbd5-c876-c65c-5336-238cb45df1fc-fcdaf2a9, #w-node-_1411fbd5-c876-c65c-5336-238cb45df201-fcdaf2a9, #w-node-_1411fbd5-c876-c65c-5336-238cb45df204-fcdaf2a9, #w-node-_1411fbd5-c876-c65c-5336-238cb45df206-fcdaf2a9, #w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6be96-fcdaf2a9, #w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6be9a-fcdaf2a9, #w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6be9f-fcdaf2a9, #w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6bea1-fcdaf2a9, #w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6bea3-fcdaf2a9, #w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6bea6-fcdaf2a9, #w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6beaf-fcdaf2a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c4c5af9-d3f1-3ac6-c0cb-032dcc3ccd5d-fcdaf2a9 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_5c4c5af9-d3f1-3ac6-c0cb-032dcc3ccd5e-fcdaf2a9, #w-node-_5c4c5af9-d3f1-3ac6-c0cb-032dcc3ccd6a-fcdaf2a9, #w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6beb1-fcdaf2a9, #w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6beb4-fcdaf2a9, #w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6beb7-fcdaf2a9, #w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6beba-fcdaf2a9, #w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6bebd-fcdaf2a9, #w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6bec0-fcdaf2a9, #w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6bec3-fcdaf2a9, #w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6bec6-fcdaf2a9, #w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6becb-fcdaf2a9, #w-node-_0f1ddf83-20be-56b2-558f-cc4e85e6bedb-fcdaf2a9, #w-node-_74e0c5c9-04f2-9758-d305-905269d08a36-fcdaf2a9, #w-node-_2dec13e9-5da5-54db-3d80-647e8b35362f-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b353635-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b353639-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b35363c-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b35364e-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b35364f-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b353654-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b353656-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b353659-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b35365b-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b35365e-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b353660-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b353663-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b353665-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b353668-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b35366a-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b35366d-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b35366f-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b353672-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b353674-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b353677-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b353679-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b35367c-fcdaf2a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b353681-fcdaf2a8 {
  align-self: center;
  justify-self: center;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b353682-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b353687-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b35368e-fcdaf2a8, #w-node-c47b603a-ac58-6ab1-c495-6233dd1a46b0-fcdaf2a8, #w-node-c47b603a-ac58-6ab1-c495-6233dd1a46b2-fcdaf2a8, #w-node-c47b603a-ac58-6ab1-c495-6233dd1a46b4-fcdaf2a8, #w-node-c47b603a-ac58-6ab1-c495-6233dd1a46b7-fcdaf2a8, #w-node-c47b603a-ac58-6ab1-c495-6233dd1a46b9-fcdaf2a8, #w-node-c47b603a-ac58-6ab1-c495-6233dd1a46bc-fcdaf2a8, #w-node-c47b603a-ac58-6ab1-c495-6233dd1a46be-fcdaf2a8, #w-node-c47b603a-ac58-6ab1-c495-6233dd1a46c2-fcdaf2a8, #w-node-c47b603a-ac58-6ab1-c495-6233dd1a46c5-fcdaf2a8, #w-node-c47b603a-ac58-6ab1-c495-6233dd1a46c7-fcdaf2a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b353690-fcdaf2a8 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b353691-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b353696-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b3536bf-fcdaf2a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b3536c1-fcdaf2a8 {
  align-self: center;
  justify-self: center;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b3536c9-fcdaf2a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b3536cc-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b3536df-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b3536e3-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b3536e6-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b3536ea-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b3536f7-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b3536fb-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b3536f3-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b3536ee-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b353705-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b353706-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b35370a-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b35370c-fcdaf2a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b35370e-fcdaf2a8 {
  justify-self: end;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b353712-fcdaf2a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b353715-fcdaf2a8 {
  justify-self: end;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b353719-fcdaf2a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b35371c-fcdaf2a8 {
  justify-self: end;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b353720-fcdaf2a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b353723-fcdaf2a8 {
  justify-self: end;
}

#w-node-_2dec13e9-5da5-54db-3d80-647e8b353727-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b353729-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b35372d-fcdaf2a8, #w-node-e9394617-8c5c-ba6d-eb2a-1f42d7b556c3-fcdaf2a8, #w-node-e9394617-8c5c-ba6d-eb2a-1f42d7b556c5-fcdaf2a8, #w-node-e9394617-8c5c-ba6d-eb2a-1f42d7b556c6-fcdaf2a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9394617-8c5c-ba6d-eb2a-1f42d7b556c8-fcdaf2a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-e9394617-8c5c-ba6d-eb2a-1f42d7b556ca-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b35375c-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b35375f-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b353760-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b353765-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b353768-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b35376a-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b35376e-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b353773-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b353775-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b353777-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b35377a-fcdaf2a8, #w-node-_2dec13e9-5da5-54db-3d80-647e8b353783-fcdaf2a8, #w-node-d161dcfc-23f9-91db-2f31-71c26096dbf0-fcdaf2a8, #w-node-d161dcfc-23f9-91db-2f31-71c26096dbf3-fcdaf2a8, #w-node-_8c949d19-7e0c-d847-014d-dfaefec0fd44-fcdaf2aa, #w-node-_8c949d19-7e0c-d847-014d-dfaefec0fd51-fcdaf2aa, #w-node-_8c949d19-7e0c-d847-014d-dfaefec0fd55-fcdaf2aa, #w-node-_8c949d19-7e0c-d847-014d-dfaefec0fd58-fcdaf2aa, #w-node-_6bf4448a-3fba-1501-9a62-d0c191e22356-fcdaf2aa, #w-node-_6bf4448a-3fba-1501-9a62-d0c191e22365-fcdaf2aa, #w-node-_6bf4448a-3fba-1501-9a62-d0c191e22366-fcdaf2aa, #w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bcc-fcdaf2aa, #w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bce-fcdaf2aa, #w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bd3-fcdaf2aa, #w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bd5-fcdaf2aa, #w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bdc-fcdaf2aa, #w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bde-fcdaf2aa, #w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3be6-fcdaf2aa, #w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3be8-fcdaf2aa, #w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3beb-fcdaf2aa, #w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bed-fcdaf2aa, #w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bf5-fcdaf2aa, #w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bf7-fcdaf2aa, #w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bfa-fcdaf2aa, #w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3bfc-fcdaf2aa, #w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3c01-fcdaf2aa, #w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3c03-fcdaf2aa, #w-node-_03b2f4f5-a6b6-b9fb-f88c-edc7f12a3c0b-fcdaf2aa, #w-node-e6f170f2-17e1-cd1d-6462-806d26d5290c-fcdaf2aa, #w-node-e6f170f2-17e1-cd1d-6462-806d26d52918-fcdaf2aa, #w-node-_3c66acbd-5c7b-8798-dd81-90f4b5753d3c-fcdaf2aa, #w-node-_3c66acbd-5c7b-8798-dd81-90f4b5753d3e-fcdaf2aa, #w-node-_3c66acbd-5c7b-8798-dd81-90f4b5753d40-fcdaf2aa, #w-node-_3c66acbd-5c7b-8798-dd81-90f4b5753d43-fcdaf2aa, #w-node-_3c66acbd-5c7b-8798-dd81-90f4b5753d45-fcdaf2aa, #w-node-_3c66acbd-5c7b-8798-dd81-90f4b5753d48-fcdaf2aa, #w-node-_3c66acbd-5c7b-8798-dd81-90f4b5753d4a-fcdaf2aa, #w-node-_3c66acbd-5c7b-8798-dd81-90f4b5753d4e-fcdaf2aa, #w-node-_3c66acbd-5c7b-8798-dd81-90f4b5753d51-fcdaf2aa, #w-node-_3c66acbd-5c7b-8798-dd81-90f4b5753d53-fcdaf2aa, #w-node-_30b72065-8401-06c2-aeea-f380be3c85f1-fcdaf2aa, #w-node-_7c99052a-5867-ff5d-a9cc-93f753f0fe29-fcdaf2aa, #w-node-_6bf4448a-3fba-1501-9a62-d0c191e2240a-fcdaf2aa, #w-node-_6bf4448a-3fba-1501-9a62-d0c191e2240d-fcdaf2aa, #w-node-_6bf4448a-3fba-1501-9a62-d0c191e2240e-fcdaf2aa, #w-node-_6bf4448a-3fba-1501-9a62-d0c191e22417-fcdaf2aa, #w-node-_6bf4448a-3fba-1501-9a62-d0c191e2241a-fcdaf2aa, #w-node-_6bf4448a-3fba-1501-9a62-d0c191e2241e-fcdaf2aa, #w-node-_6bf4448a-3fba-1501-9a62-d0c191e22422-fcdaf2aa, #w-node-_6bf4448a-3fba-1501-9a62-d0c191e22425-fcdaf2aa, #w-node-_6bf4448a-3fba-1501-9a62-d0c191e22427-fcdaf2aa, #w-node-_6bf4448a-3fba-1501-9a62-d0c191e2242a-fcdaf2aa, #w-node-_6bf4448a-3fba-1501-9a62-d0c191e2242e-fcdaf2aa, #w-node-e8b8ed90-e51a-97c5-7655-d62e8edf5a13-fcdaf2aa, #w-node-e8b8ed90-e51a-97c5-7655-d62e8edf5a15-fcdaf2aa, #w-node-e8b8ed90-e51a-97c5-7655-d62e8edf5a16-fcdaf2aa, #w-node-_6bf4448a-3fba-1501-9a62-d0c191e2245e-fcdaf2aa, #w-node-_9ab56aa8-e731-9b51-782e-af3c93951dfc-fcdaf2aa, #w-node-_9ab56aa8-e731-9b51-782e-af3c93951dfe-fcdaf2aa, #w-node-_9ab56aa8-e731-9b51-782e-af3c93951e01-fcdaf2aa, #w-node-_9ab56aa8-e731-9b51-782e-af3c93951e03-fcdaf2aa, #w-node-fa902139-edc1-8150-a13e-22ca0a339fba-fcdaf2aa, #w-node-fa902139-edc1-8150-a13e-22ca0a339fbc-fcdaf2aa, #w-node-fa902139-edc1-8150-a13e-22ca0a339fbf-fcdaf2aa, #w-node-fa902139-edc1-8150-a13e-22ca0a339fc1-fcdaf2aa, #w-node-b2cafce6-044f-ae30-3631-bb254c695dda-fcdaf2aa, #w-node-b2cafce6-044f-ae30-3631-bb254c695ddc-fcdaf2aa, #w-node-b2cafce6-044f-ae30-3631-bb254c695ddf-fcdaf2aa, #w-node-b2cafce6-044f-ae30-3631-bb254c695de1-fcdaf2aa, #w-node-_5cbb4ca9-0e80-2bf9-c876-3eca4786eb95-fcdaf2aa, #w-node-_5cbb4ca9-0e80-2bf9-c876-3eca4786eb97-fcdaf2aa, #w-node-_5cbb4ca9-0e80-2bf9-c876-3eca4786eb9a-fcdaf2aa, #w-node-_5cbb4ca9-0e80-2bf9-c876-3eca4786eb9c-fcdaf2aa, #w-node-fc896d32-9ca4-c903-d914-24288044cbd8-fcdaf2aa, #w-node-fc896d32-9ca4-c903-d914-24288044cbdc-fcdaf2aa, #w-node-fc896d32-9ca4-c903-d914-24288044cbe1-fcdaf2aa, #w-node-fc896d32-9ca4-c903-d914-24288044cbe4-fcdaf2aa, #w-node-_9e6c8465-4d02-e15c-b7f8-f1620ce74438-fcdaf2b0, #w-node-a6e3d811-b2d5-36e4-bae2-39f29a45a44e-fcdaf2b0, #w-node-b47c6ad7-049e-eb43-60d6-f0dd249ff3f3-fcdaf2b0, #w-node-b47c6ad7-049e-eb43-60d6-f0dd249ff3f4-fcdaf2b0, #w-node-b47c6ad7-049e-eb43-60d6-f0dd249ff3fb-fcdaf2b0, #w-node-b47c6ad7-049e-eb43-60d6-f0dd249ff3fd-fcdaf2b0, #w-node-b47c6ad7-049e-eb43-60d6-f0dd249ff402-fcdaf2b0, #w-node-b47c6ad7-049e-eb43-60d6-f0dd249ff404-fcdaf2b0, #w-node-b47c6ad7-049e-eb43-60d6-f0dd249ff40b-fcdaf2b0, #w-node-b47c6ad7-049e-eb43-60d6-f0dd249ff40d-fcdaf2b0, #w-node-b47c6ad7-049e-eb43-60d6-f0dd249ff415-fcdaf2b0, #w-node-b47c6ad7-049e-eb43-60d6-f0dd249ff417-fcdaf2b0, #w-node-b47c6ad7-049e-eb43-60d6-f0dd249ff41a-fcdaf2b0, #w-node-b47c6ad7-049e-eb43-60d6-f0dd249ff41c-fcdaf2b0, #w-node-b47c6ad7-049e-eb43-60d6-f0dd249ff424-fcdaf2b0, #w-node-b47c6ad7-049e-eb43-60d6-f0dd249ff426-fcdaf2b0, #w-node-b47c6ad7-049e-eb43-60d6-f0dd249ff429-fcdaf2b0, #w-node-b47c6ad7-049e-eb43-60d6-f0dd249ff42b-fcdaf2b0, #w-node-b47c6ad7-049e-eb43-60d6-f0dd249ff430-fcdaf2b0, #w-node-b47c6ad7-049e-eb43-60d6-f0dd249ff432-fcdaf2b0, #w-node-b47c6ad7-049e-eb43-60d6-f0dd249ff43a-fcdaf2b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b47c6ad7-049e-eb43-60d6-f0dd249ff43e-fcdaf2b0 {
  align-self: center;
  justify-self: center;
}

#w-node-b47c6ad7-049e-eb43-60d6-f0dd249ff43f-fcdaf2b0, #w-node-b47c6ad7-049e-eb43-60d6-f0dd249ff44b-fcdaf2b0, #w-node-b47c6ad7-049e-eb43-60d6-f0dd249ff453-fcdaf2b0, #w-node-b47c6ad7-049e-eb43-60d6-f0dd249ff458-fcdaf2b0, #w-node-b47c6ad7-049e-eb43-60d6-f0dd249ff45a-fcdaf2b0, #w-node-b47c6ad7-049e-eb43-60d6-f0dd249ff45c-fcdaf2b0, #w-node-b47c6ad7-049e-eb43-60d6-f0dd249ff45f-fcdaf2b0, #w-node-b47c6ad7-049e-eb43-60d6-f0dd249ff461-fcdaf2b0, #w-node-b47c6ad7-049e-eb43-60d6-f0dd249ff464-fcdaf2b0, #w-node-b47c6ad7-049e-eb43-60d6-f0dd249ff466-fcdaf2b0, #w-node-b47c6ad7-049e-eb43-60d6-f0dd249ff46a-fcdaf2b0, #w-node-b47c6ad7-049e-eb43-60d6-f0dd249ff46d-fcdaf2b0, #w-node-b47c6ad7-049e-eb43-60d6-f0dd249ff46f-fcdaf2b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b47c6ad7-049e-eb43-60d6-f0dd249ff471-fcdaf2b0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-b47c6ad7-049e-eb43-60d6-f0dd249ff472-fcdaf2b0, #w-node-b47c6ad7-049e-eb43-60d6-f0dd249ff47e-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f36553-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f3655b-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f36561-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f36567-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f3656d-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f36577-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f36579-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f3657e-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f36580-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f36587-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f36589-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f36591-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f36593-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f36596-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f36598-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f365a0-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f365a2-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f365a5-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f365a7-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f365ac-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f365ae-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f365b6-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f365ba-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f365bd-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f365c5-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f365c7-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f365cc-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f365ce-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f365d5-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f365d7-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f365df-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f365e1-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f365e4-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f365e6-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f365ee-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f365f0-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f365f3-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f365f5-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f365fa-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f365fc-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f36604-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f36608-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f3660b-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f36613-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f36615-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f3661a-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f3661c-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f36623-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f36625-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f3662d-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f3662f-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f36632-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f36634-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f3663c-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f3663e-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f36641-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f36643-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f36648-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f3664a-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f36652-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f36656-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f36659-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f36661-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f36663-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f36668-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f3666a-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f36671-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f36673-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f3667b-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f3667d-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f36680-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f36682-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f3668a-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f3668c-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f3668f-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f36691-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f36696-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f36698-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f366a0-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f366a4-fcdaf2b0, #w-node-_76b6602b-8f85-e04f-2f8a-6fe912f366a7-fcdaf2b0, #w-node-_663167c3-36a3-52fc-274a-5515135e9651-fcdaf2c2, #w-node-_663167c3-36a3-52fc-274a-5515135e965e-fcdaf2c2, #w-node-_30de33ec-0492-ad7b-b450-fb72076f5fe8-fcdaf2c2, #w-node-_30de33ec-0492-ad7b-b450-fb72076f5fea-fcdaf2c2, #w-node-a4e0eaf2-9a9b-3aa8-6392-3f9f9b3dcda7-fcdaf2c2, #w-node-_13720968-db1a-4fa8-3790-dbb392076d99-fcdaf2c2, #w-node-_13720968-db1a-4fa8-3790-dbb392076d9b-fcdaf2c2, #w-node-a4e0eaf2-9a9b-3aa8-6392-3f9f9b3dcdb4-fcdaf2c2, #w-node-fbac4c71-3493-bbe6-032d-ce9000f20b0e-fcdaf2c2, #w-node-fbac4c71-3493-bbe6-032d-ce9000f20b10-fcdaf2c2, #w-node-a4e0eaf2-9a9b-3aa8-6392-3f9f9b3dcdc1-fcdaf2c2, #w-node-_3b53198c-fb18-77e4-9f33-09f2c3c460e2-fcdaf2c2, #w-node-_3b53198c-fb18-77e4-9f33-09f2c3c460e4-fcdaf2c2, #w-node-_3b53198c-fb18-77e4-9f33-09f2c3c460e6-fcdaf2c2, #w-node-_8167d650-e958-eeac-799c-f8b637789561-fcdaf2c2, #w-node-_8167d650-e958-eeac-799c-f8b637789563-fcdaf2c2, #w-node-_8167d650-e958-eeac-799c-f8b637789566-fcdaf2c2, #w-node-_697aad84-b2a5-6f37-bd43-ece3d177add7-fcdaf2c2, #w-node-_697aad84-b2a5-6f37-bd43-ece3d177add9-fcdaf2c2, #w-node-_697aad84-b2a5-6f37-bd43-ece3d177addb-fcdaf2c2, #w-node-a600da0c-4af1-7923-214a-bd426617ec3e-fcdaf2c2, #w-node-a600da0c-4af1-7923-214a-bd426617ec40-fcdaf2c2, #w-node-a600da0c-4af1-7923-214a-bd426617ec42-fcdaf2c2, #w-node-b0ce12c4-7c46-156f-18d7-ff70acffcb38-fcdaf2c2, #w-node-b0ce12c4-7c46-156f-18d7-ff70acffcb3a-fcdaf2c2, #w-node-b0ce12c4-7c46-156f-18d7-ff70acffcb3c-fcdaf2c2, #w-node-_35029de1-1ff6-eaf5-c4aa-eea171df1384-fcdaf2c2, #w-node-_35029de1-1ff6-eaf5-c4aa-eea171df1386-fcdaf2c2, #w-node-_35029de1-1ff6-eaf5-c4aa-eea171df1388-fcdaf2c2, #w-node-_360c6708-53cf-f77b-e30e-9552b671d859-fcdaf2c2, #w-node-_360c6708-53cf-f77b-e30e-9552b671d85b-fcdaf2c2, #w-node-_360c6708-53cf-f77b-e30e-9552b671d85d-fcdaf2c2, #w-node-_35029de1-1ff6-eaf5-c4aa-eea171df1390-fcdaf2c2, #w-node-_35029de1-1ff6-eaf5-c4aa-eea171df1392-fcdaf2c2, #w-node-_35029de1-1ff6-eaf5-c4aa-eea171df1394-fcdaf2c2, #w-node-_35029de1-1ff6-eaf5-c4aa-eea171df139c-fcdaf2c2, #w-node-_35029de1-1ff6-eaf5-c4aa-eea171df139e-fcdaf2c2, #w-node-_35029de1-1ff6-eaf5-c4aa-eea171df13a0-fcdaf2c2, #w-node-f04c0bbf-00de-a4ef-15c0-310ad7a6f682-fcdaf2c2, #w-node-f04c0bbf-00de-a4ef-15c0-310ad7a6f684-fcdaf2c2, #w-node-f04c0bbf-00de-a4ef-15c0-310ad7a6f686-fcdaf2c2, #w-node-_5bdc5f58-16fc-4bef-bae9-d3cb79ea859d-fcdaf2c2, #w-node-_5bdc5f58-16fc-4bef-bae9-d3cb79ea859f-fcdaf2c2, #w-node-_5bdc5f58-16fc-4bef-bae9-d3cb79ea85a1-fcdaf2c2, #w-node-_566423f5-75af-0c82-5fb0-930182d4578b-fcdaf2c2, #w-node-_566423f5-75af-0c82-5fb0-930182d4578d-fcdaf2c2, #w-node-_566423f5-75af-0c82-5fb0-930182d4578f-fcdaf2c2, #w-node-_5443fca3-135a-631a-d431-9846ce42446e-fcdaf2c2, #w-node-_5443fca3-135a-631a-d431-9846ce424470-fcdaf2c2, #w-node-_5443fca3-135a-631a-d431-9846ce424472-fcdaf2c2, #w-node-e1be6f13-81e6-3513-5eb2-3f31178b5085-fcdaf2c2, #w-node-e1be6f13-81e6-3513-5eb2-3f31178b5087-fcdaf2c2, #w-node-e1be6f13-81e6-3513-5eb2-3f31178b508a-fcdaf2c2, #w-node-e1be6f13-81e6-3513-5eb2-3f31178b5092-fcdaf2c2, #w-node-e1be6f13-81e6-3513-5eb2-3f31178b5094-fcdaf2c2, #w-node-e1be6f13-81e6-3513-5eb2-3f31178b5096-fcdaf2c2, #w-node-e1be6f13-81e6-3513-5eb2-3f31178b509e-fcdaf2c2, #w-node-e1be6f13-81e6-3513-5eb2-3f31178b50a0-fcdaf2c2, #w-node-e1be6f13-81e6-3513-5eb2-3f31178b50a2-fcdaf2c2, #w-node-e1be6f13-81e6-3513-5eb2-3f31178b50aa-fcdaf2c2, #w-node-e1be6f13-81e6-3513-5eb2-3f31178b50ac-fcdaf2c2, #w-node-e1be6f13-81e6-3513-5eb2-3f31178b50ae-fcdaf2c2, #w-node-_5ccdf294-6f10-ca36-381b-3dab00b23b71-fcdaf2d6, #w-node-b5e7bd18-124d-f6d5-747d-c3237955005f-fcdaf2d7, #w-node-b5e7bd18-124d-f6d5-747d-c32379550062-fcdaf2d7, #w-node-_4b65c649-c743-6b9c-f331-2826a09e3374-fcdaf2d7, #w-node-_4b65c649-c743-6b9c-f331-2826a09e3376-fcdaf2d7, #w-node-_4b65c649-c743-6b9c-f331-2826a09e3377-fcdaf2d7, #w-node-_4b65c649-c743-6b9c-f331-2826a09e337b-fcdaf2d7, #w-node-b5e7bd18-124d-f6d5-747d-c32379550077-fcdaf2d7, #w-node-aee6fcd3-c2d1-bc18-d42f-27c26ad9366f-fcdaf2d9, #w-node-e7ff9b22-c1d4-3b1d-b3b4-f14a575c21ee-fcdaf2d9, #w-node-_7721b76b-8ddf-3cda-7fae-767cf857a348-fcdaf2d9, #w-node-dffc54a8-14c8-6727-7a59-c491aab5d8c4-fcdaf2d9, #w-node-ab4a921e-2767-6160-3364-a73e548a6e79-fcdaf2d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db6f8040-2921-dcc8-dbbd-aa0d5272bed0-fcdaf2d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_50898f1e-30f5-22c2-7c50-8cab48a42d4f-fcdaf2d9, #w-node-_6ff55292-d3d9-a1d5-4a41-7c10c5c0c603-fcdaf2d9, #w-node-_92d0a255-3cee-cb39-b8e3-85f64ee1222c-fcdaf2d9, #w-node-beb45f57-ee6b-1472-4564-b43975a06909-fcdaf2d9 {
  justify-self: stretch;
}

#w-node-_779a9492-70a3-73a1-d878-370728aa2587-0c68f278, #w-node-_79f4b560-0660-9c12-8374-86013b9827ae-0c68f278, #w-node-_79f4b560-0660-9c12-8374-86013b98280e-0c68f278 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79f4b560-0660-9c12-8374-86013b98282c-0c68f278 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: start;
}

#w-node-_79f4b560-0660-9c12-8374-86013b98282d-0c68f278, #w-node-_79f4b560-0660-9c12-8374-86013b982839-0c68f278, #w-node-_3216c827-1ec6-993c-0613-f219491d1453-fe494d5d, #w-node-_3216c827-1ec6-993c-0613-f219491d1460-fe494d5d, #w-node-_3216c827-1ec6-993c-0613-f219491d1464-fe494d5d, #w-node-_3216c827-1ec6-993c-0613-f219491d1467-fe494d5d, #w-node-_66a585b2-79ad-8d7c-c39a-4e43eeec1460-fe494d5d, #w-node-c618d552-ee0b-cbd9-4265-f496447d61de-fe494d5d, #w-node-c618d552-ee0b-cbd9-4265-f496447d61df-fe494d5d, #w-node-c618d552-ee0b-cbd9-4265-f496447d61e6-fe494d5d, #w-node-c618d552-ee0b-cbd9-4265-f496447d61e8-fe494d5d, #w-node-c618d552-ee0b-cbd9-4265-f496447d61ed-fe494d5d, #w-node-c618d552-ee0b-cbd9-4265-f496447d61ef-fe494d5d, #w-node-c618d552-ee0b-cbd9-4265-f496447d61f6-fe494d5d, #w-node-c618d552-ee0b-cbd9-4265-f496447d61f8-fe494d5d, #w-node-c618d552-ee0b-cbd9-4265-f496447d6200-fe494d5d, #w-node-c618d552-ee0b-cbd9-4265-f496447d6202-fe494d5d, #w-node-c618d552-ee0b-cbd9-4265-f496447d6205-fe494d5d, #w-node-c618d552-ee0b-cbd9-4265-f496447d6207-fe494d5d, #w-node-c618d552-ee0b-cbd9-4265-f496447d620f-fe494d5d, #w-node-c618d552-ee0b-cbd9-4265-f496447d6211-fe494d5d, #w-node-c618d552-ee0b-cbd9-4265-f496447d6214-fe494d5d, #w-node-c618d552-ee0b-cbd9-4265-f496447d6216-fe494d5d, #w-node-c618d552-ee0b-cbd9-4265-f496447d621b-fe494d5d, #w-node-c618d552-ee0b-cbd9-4265-f496447d621d-fe494d5d, #w-node-c618d552-ee0b-cbd9-4265-f496447d6225-fe494d5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c618d552-ee0b-cbd9-4265-f496447d6229-fe494d5d {
  align-self: center;
  justify-self: center;
}

#w-node-c618d552-ee0b-cbd9-4265-f496447d622a-fe494d5d, #w-node-c618d552-ee0b-cbd9-4265-f496447d6236-fe494d5d, #w-node-c618d552-ee0b-cbd9-4265-f496447d623e-fe494d5d, #w-node-c618d552-ee0b-cbd9-4265-f496447d6243-fe494d5d, #w-node-c618d552-ee0b-cbd9-4265-f496447d6245-fe494d5d, #w-node-c618d552-ee0b-cbd9-4265-f496447d6247-fe494d5d, #w-node-c618d552-ee0b-cbd9-4265-f496447d624a-fe494d5d, #w-node-c618d552-ee0b-cbd9-4265-f496447d624c-fe494d5d, #w-node-c618d552-ee0b-cbd9-4265-f496447d624f-fe494d5d, #w-node-c618d552-ee0b-cbd9-4265-f496447d6251-fe494d5d, #w-node-c618d552-ee0b-cbd9-4265-f496447d6255-fe494d5d, #w-node-c618d552-ee0b-cbd9-4265-f496447d6258-fe494d5d, #w-node-c618d552-ee0b-cbd9-4265-f496447d625a-fe494d5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c618d552-ee0b-cbd9-4265-f496447d625c-fe494d5d {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-c618d552-ee0b-cbd9-4265-f496447d625d-fe494d5d, #w-node-c618d552-ee0b-cbd9-4265-f496447d6269-fe494d5d, #w-node-_0b7bd326-e32d-b203-28ee-a2a272885c80-fe494d5d, #w-node-_0b7bd326-e32d-b203-28ee-a2a272885c82-fe494d5d, #w-node-_0b7bd326-e32d-b203-28ee-a2a272885c87-fe494d5d, #w-node-_0b7bd326-e32d-b203-28ee-a2a272885c89-fe494d5d, #w-node-_0b7bd326-e32d-b203-28ee-a2a272885c90-fe494d5d, #w-node-_0b7bd326-e32d-b203-28ee-a2a272885c92-fe494d5d, #w-node-_0b7bd326-e32d-b203-28ee-a2a272885c9a-fe494d5d, #w-node-_0b7bd326-e32d-b203-28ee-a2a272885c9c-fe494d5d, #w-node-_0b7bd326-e32d-b203-28ee-a2a272885c9f-fe494d5d, #w-node-_0b7bd326-e32d-b203-28ee-a2a272885ca1-fe494d5d, #w-node-_0b7bd326-e32d-b203-28ee-a2a272885ca9-fe494d5d, #w-node-_0b7bd326-e32d-b203-28ee-a2a272885cab-fe494d5d, #w-node-_0b7bd326-e32d-b203-28ee-a2a272885cae-fe494d5d, #w-node-_0b7bd326-e32d-b203-28ee-a2a272885cb0-fe494d5d, #w-node-_0b7bd326-e32d-b203-28ee-a2a272885cb5-fe494d5d, #w-node-_0b7bd326-e32d-b203-28ee-a2a272885cb7-fe494d5d, #w-node-_0b7bd326-e32d-b203-28ee-a2a272885cbf-fe494d5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b7bd326-e32d-b203-28ee-a2a272885cc3-fe494d5d {
  align-self: center;
  justify-self: center;
}

#w-node-_0b7bd326-e32d-b203-28ee-a2a272885cc4-fe494d5d, #w-node-_0b7bd326-e32d-b203-28ee-a2a272885cd0-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e7cf-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e7d7-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e7dd-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e7e3-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e7e9-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e7f3-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e7f5-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e7fa-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e7fc-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e803-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e805-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e80d-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e80f-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e812-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e814-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e81c-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e81e-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e821-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e823-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e828-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e82a-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e832-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e836-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e839-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e841-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e843-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e848-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e84a-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e851-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e853-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e85b-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e85d-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e860-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e862-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e86a-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e86c-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e86f-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e871-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e876-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e878-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e880-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e884-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e887-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e88f-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e891-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e896-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e898-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e89f-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e8a1-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e8a9-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e8ab-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e8ae-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e8b0-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e8b8-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e8ba-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e8bd-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e8bf-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e8c4-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e8c6-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e8ce-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e8d2-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e8d5-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e8dd-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e8df-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e8e4-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e8e6-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e8ed-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e8ef-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e8f7-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e8f9-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e8fc-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e8fe-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e906-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e908-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e90b-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e90d-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e912-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e914-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e91c-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e920-fe494d5d, #w-node-_301cf920-91fa-61e6-3b26-d1f822b4e923-fe494d5d, #w-node-ec0ee718-7333-de15-2973-672b09e28634-fe494d5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec0ee718-7333-de15-2973-672b09e28635-fe494d5d {
  align-self: center;
  justify-self: center;
}

#w-node-ec0ee718-7333-de15-2973-672b09e28640-fe494d5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ec0ee718-7333-de15-2973-672b09e2864a-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8d72-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8d74-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8d77-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8d7f-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8d81-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8d83-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8d8b-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8d8d-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8d8f-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8d97-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8d99-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8d9b-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8da2-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8da4-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8da7-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8daf-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8db1-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8db3-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8dbb-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8dbd-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8dbf-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8dc7-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8dc9-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8dcb-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8dd4-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8dd6-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8dd8-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8de0-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8de2-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8de4-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8dec-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8dee-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8df0-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8df8-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8dfa-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8dfc-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8e04-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8e06-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8e08-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8e10-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8e12-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8e14-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8e1c-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8e1e-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8e20-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8e28-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8e2a-fe494d5d, #w-node-bffc7811-ea03-a0d7-fa15-ca50c4df8e2c-fe494d5d, #w-node-cee626e9-924e-4620-41e0-3889aa306d54-fe494d5d, #w-node-cee626e9-924e-4620-41e0-3889aa306d5f-fe494d5d, #w-node-cee626e9-924e-4620-41e0-3889aa306d61-fe494d5d, #w-node-cee626e9-924e-4620-41e0-3889aa306d62-fe494d5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cee626e9-924e-4620-41e0-3889aa306d64-fe494d5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-cee626e9-924e-4620-41e0-3889aa306d66-fe494d5d, #w-node-_2cc72b9f-362d-4686-1f6c-40954060387b-fe494d5d, #w-node-_2cc72b9f-362d-4686-1f6c-40954060387c-fe494d5d, #w-node-_2cc72b9f-362d-4686-1f6c-40954060387e-fe494d5d, #w-node-_2cc72b9f-362d-4686-1f6c-409540603884-fe494d5d, #w-node-_2cc72b9f-362d-4686-1f6c-409540603887-fe494d5d, #w-node-_2cc72b9f-362d-4686-1f6c-409540603889-fe494d5d, #w-node-_2cc72b9f-362d-4686-1f6c-40954060388b-fe494d5d, #w-node-_2cc72b9f-362d-4686-1f6c-40954060388d-fe494d5d, #w-node-_2cc72b9f-362d-4686-1f6c-409540603893-fe494d5d, #w-node-_2cc72b9f-362d-4686-1f6c-409540603897-fe494d5d, #w-node-_2cc72b9f-362d-4686-1f6c-40954060389b-fe494d5d, #w-node-_2cc72b9f-362d-4686-1f6c-40954060389f-fe494d5d, #w-node-_2cc72b9f-362d-4686-1f6c-4095406038a1-fe494d5d, #w-node-_2cc72b9f-362d-4686-1f6c-4095406038a4-fe494d5d, #w-node-_2cc72b9f-362d-4686-1f6c-4095406038aa-fe494d5d, #w-node-_2cc72b9f-362d-4686-1f6c-4095406038ad-fe494d5d, #w-node-_2cc72b9f-362d-4686-1f6c-4095406038af-fe494d5d, #w-node-_2cc72b9f-362d-4686-1f6c-4095406038b1-fe494d5d, #w-node-_2cc72b9f-362d-4686-1f6c-4095406038b3-fe494d5d, #w-node-_2cc72b9f-362d-4686-1f6c-4095406038b9-fe494d5d, #w-node-_2cc72b9f-362d-4686-1f6c-4095406038bd-fe494d5d, #w-node-_2cc72b9f-362d-4686-1f6c-4095406038c1-fe494d5d, #w-node-_2cc72b9f-362d-4686-1f6c-4095406038c5-fe494d5d, #w-node-_2cc72b9f-362d-4686-1f6c-4095406038c7-fe494d5d, #w-node-_2cc72b9f-362d-4686-1f6c-4095406038cd-fe494d5d, #w-node-_2cc72b9f-362d-4686-1f6c-4095406038d3-fe494d5d, #w-node-_2cc72b9f-362d-4686-1f6c-4095406038d6-fe494d5d, #w-node-_2cc72b9f-362d-4686-1f6c-4095406038d8-fe494d5d, #w-node-_2cc72b9f-362d-4686-1f6c-4095406038da-fe494d5d, #w-node-_2cc72b9f-362d-4686-1f6c-4095406038dc-fe494d5d, #w-node-_2cc72b9f-362d-4686-1f6c-4095406038e2-fe494d5d, #w-node-_2cc72b9f-362d-4686-1f6c-4095406038e6-fe494d5d, #w-node-_2cc72b9f-362d-4686-1f6c-4095406038ea-fe494d5d, #w-node-_2cc72b9f-362d-4686-1f6c-4095406038ee-fe494d5d, #w-node-_2cc72b9f-362d-4686-1f6c-4095406038f0-fe494d5d, #w-node-_2cc72b9f-362d-4686-1f6c-4095406038f4-fe494d5d, #w-node-_2cc72b9f-362d-4686-1f6c-4095406038f7-fe494d5d, #w-node-_865f893a-26ae-7a93-c484-6a38c24699d6-fe494d5d, #w-node-_865f893a-26ae-7a93-c484-6a38c24699ee-fe494d5d, #w-node-_865f893a-26ae-7a93-c484-6a38c24699ef-fe494d5d, #w-node-_865f893a-26ae-7a93-c484-6a38c24699f4-fe494d5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3823a064-c9b1-8ba0-2417-d945a78edef0-fcdaf233, #w-node-_4e586784-9b46-0fbd-00fa-65b08170e624-fcdaf2a3, #w-node-_5c4c5af9-d3f1-3ac6-c0cb-032dcc3ccd5d-fcdaf2a9, #w-node-_2dec13e9-5da5-54db-3d80-647e8b353690-fcdaf2a8, #w-node-b47c6ad7-049e-eb43-60d6-f0dd249ff471-fcdaf2b0, #w-node-_79f4b560-0660-9c12-8374-86013b98282c-0c68f278, #w-node-c618d552-ee0b-cbd9-4265-f496447d625c-fe494d5d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_77ab1ba7-aa2f-c142-059a-fd2f69603be4-fcdaf29c {
    justify-self: stretch;
  }

  #w-node-_3f966407-2e74-d60c-f4c7-57d3157bc857-fcdaf2a5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3f966407-2e74-d60c-f4c7-57d3157bc85a-fcdaf2a5 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3f966407-2e74-d60c-f4c7-57d3157bc85d-fcdaf2a5 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_3f966407-2e74-d60c-f4c7-57d3157bc861-fcdaf2a5, #w-node-_46b24e5c-95a7-b6dd-3e8e-d160d7b85f40-fcdaf2a5, #w-node-_15155ec4-4aa5-c990-fe6c-673c9abbf0c2-fcdaf2a5, #w-node-_712c78ae-f4d1-cea4-9ab8-80188af48760-fcdaf2a5, #w-node-_56eb8fad-01b0-2184-11d1-1d66f22b66a8-fcdaf2a5, #w-node-_3ed8e53b-6f77-ee80-412a-91d22fadc061-fcdaf2a5 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Hubot Sans';
  src: url('../fonts/Hubot-Sans-RegularWide.woff2') format('woff2'), url('../fonts/Hubot-Sans-RegularWide.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Uncut Sans';
  src: url('../fonts/UncutSans-Regular.woff2') format('woff2'), url('../fonts/UncutSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Uncut Sans';
  src: url('../fonts/UncutSans-Medium.woff2') format('woff2'), url('../fonts/UncutSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Fragment Mono';
  src: url('../fonts/FragmentMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}