@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --light: #fffdf5;
  --dark: #233429;
  --white: white;
  --border: #0000001a;
}

.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-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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

body {
  background-color: var(--light);
  color: var(--dark);
  font-family: EB Garamond, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .33em;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.1em;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 21px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.1em;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .4em;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3em;
}

h4 {
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

h5 {
  margin-top: 0;
  margin-bottom: .66em;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

h6 {
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: var(--dark);
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}

ul {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 24px;
  display: grid;
}

blockquote {
  border-left: 1px solid var(--dark);
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 0 0 0 24px;
  font-size: 24px;
  font-style: italic;
  line-height: 1.3em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-size: 16px;
  font-style: italic;
}

.loading-container {
  z-index: 9999;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--light);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.loading-container.bg-dark {
  background-color: var(--dark);
  display: none;
}

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

.section.hero-section {
  background-color: var(--dark);
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

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

.section.slider-section {
  background-color: var(--dark);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

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

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

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

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

.main-container {
  width: 100%;
  max-width: 1328px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

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

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

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

.style-guide-color {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  height: 240px;
  position: relative;
}

.bg-dark {
  background-color: var(--dark);
  color: #fff;
}

.bg-white {
  background-color: var(--white);
}

.bg-white.border {
  border: 1px solid var(--border);
}

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

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

.large-text.footer-link {
  color: var(--white);
  font-style: normal;
}

.large-text.footer-link:hover, .large-text.footer-link.w--current {
  font-style: italic;
}

.small-text {
  font-size: 16px;
  line-height: 1.3em;
}

.no-bottom-margin {
  margin-bottom: 0;
}

.button {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border: 1px solid var(--dark);
  color: var(--dark);
  text-align: center;
  letter-spacing: .15em;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 9px 18px;
  font-family: Thicccboi, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4em;
  display: flex;
}

.button.white {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.button.white.top-left {
  z-index: 2;
  position: absolute;
  top: 24px;
  left: 24px;
}

.button.white.license-link {
  position: absolute;
}

.navbar {
  background-color: #0000;
  padding: 24px;
}

.navbar.bg-dark {
  background-color: var(--dark);
}

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

.form-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--dark);
  background-color: #0000;
  min-height: 68px;
  margin-bottom: 0;
  padding: 18px 0;
  font-size: 24px;
  line-height: 1.3em;
}

.form-input::placeholder {
  color: var(--dark);
  font-style: italic;
}

.form-input.text-area {
  min-height: 180px;
}

.form-input.border-white {
  border-bottom-color: var(--white);
  color: var(--white);
}

.form-input.border-white::placeholder {
  color: var(--white);
}

.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 {
  background-color: var(--dark);
  color: var(--white);
  padding-top: 144px;
  padding-bottom: 144px;
}

.back-to-top-button {
  z-index: 10;
  border: 1px solid var(--border);
  background-color: var(--light);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: fixed;
  bottom: 14px;
  right: 14px;
}

.announcement-cross {
  cursor: pointer;
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 0;
}

.search-modal {
  z-index: 9999;
  display: none;
  position: fixed;
  inset: 0%;
}

.search-modal-screen {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

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

.utility-page-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 491px;
  margin-bottom: 0;
  padding-left: 18px;
  padding-right: 18px;
  display: grid;
}

.utility-page-form {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.search-modal-container {
  position: relative;
}

.select-wrapper {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--dark);
  background-image: url('../images/icon-chevron-down.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 68px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.select-wrapper.border-white {
  border-bottom-color: var(--white);
  background-image: url('../images/icon-chevron-down-white.svg');
}

.select-field {
  background-color: #0000;
  border: 1px #000;
  width: 110%;
  margin-bottom: 0;
  padding: 0;
  font-size: 24px;
  font-style: italic;
  line-height: 1.3em;
}

.display-heading {
  text-transform: uppercase;
  margin-bottom: .33em;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 1em;
}

.display-heading.no-bottom-margin {
  margin-bottom: 0;
}

.display-heading.huge {
  font-size: 156px;
  line-height: .9em;
}

.bg-border {
  background-color: var(--border);
}

.checkbox {
  border-color: var(--dark);
  border-radius: 0;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  border-color: var(--dark);
  background-color: var(--dark);
  background-image: none;
}

.checkbox.white {
  border-color: var(--white);
}

.checkbox.white.w--redirected-checked {
  background-color: var(--white);
}

.radio {
  border-color: var(--dark);
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
}

.radio.w--redirected-checked {
  border-width: 6px;
  border-color: var(--dark);
}

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

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

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

.form-success {
  border: 1px solid var(--border);
  background-color: var(--white);
  color: var(--dark);
  padding: 18px;
}

.form-error {
  color: var(--dark);
  margin-top: 18px;
  padding: 12px 24px;
}

.bg-light {
  background-color: var(--light);
}

.bg-light.border {
  border: 1px solid var(--border);
}

.uppercase-text {
  color: var(--white);
  letter-spacing: .15em;
  text-transform: uppercase;
  font-family: Thicccboi, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4em;
  text-decoration: none;
}

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

.uppercase-text.subheading {
  margin-bottom: 2em;
}

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

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

.rows.justify-items-center {
  z-index: 1;
  justify-items: center;
  position: relative;
}

.rows.gap-0-75 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-columns: 1.5fr;
  display: block;
}

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

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

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

.rows.gap-5 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
}

.horizontal-rule {
  background-color: var(--dark);
  width: 100%;
  height: 1px;
}

.horizontal-rule.white {
  background-color: var(--white);
}

.footer-menu-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.vertical-rule {
  background-color: var(--dark);
  align-self: stretch;
  width: 1px;
}

.vertical-rule.white {
  background-color: var(--white);
}

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

.social-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-link {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.columns.logos {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  align-items: center;
}

.columns.table-row {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
}

.columns.table-row.border {
  border-top: 1px solid var(--dark);
  padding-top: 36px;
}

.columns.table-row.border-white {
  border-top: 1px solid var(--white);
  padding-top: 36px;
}

.columns.with-border {
  grid-template-columns: 1fr auto 1fr;
}

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

.columns.blog {
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  justify-items: center;
}

.text-white {
  color: var(--white);
}

.navbar-info {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  align-items: center;
  display: flex;
}

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

.nav-menu {
  flex: 1;
  justify-content: space-around;
  display: flex;
}

.nav-link {
  text-align: center;
  flex: 1;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 24px;
  font-style: normal;
  line-height: 1.3em;
  display: flex;
}

.nav-link:hover {
  font-style: italic;
}

.nav-link.w--current {
  color: var(--dark);
  font-style: italic;
}

.dropdown-toggle {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.dropdown-list.w--open {
  border: 1px solid var(--dark);
  background-color: var(--light);
  min-width: 200px;
  top: 30px;
}

.dropdown-link {
  text-align: center;
  padding: 12px 24px;
  transition: background-color .2s;
}

.dropdown-link:hover {
  background-color: #00000008;
}

.dropdown-link.w--current {
  color: var(--dark);
}

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

.hero-image {
  opacity: .9;
  object-fit: cover;
  width: 100%;
  max-height: 850px;
  display: block;
}

.hero-image-overlay {
  position: absolute;
}

.hero-image-overlay.relative {
  z-index: 1;
  position: relative;
}

.container---s {
  z-index: 1;
  width: 100%;
  max-width: 491px;
  position: relative;
}

.container---s.overlay-slide {
  position: absolute;
}

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

.vertical-line {
  background-color: var(--dark);
  width: 1px;
  height: 72px;
}

.vertical-line.full-height {
  height: auto;
}

.large-heading {
  text-transform: uppercase;
  margin-bottom: .33em;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 54px;
  line-height: 1.1em;
}

.large-heading.no-bottom-margin {
  margin-bottom: 0;
}

.container---xs {
  width: 100%;
  max-width: 266px;
}

.image-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  height: auto;
  font-size: 10px;
  line-height: 1em;
  display: flex;
  bottom: 18px;
}

.slider-image {
  opacity: .7;
  object-fit: cover;
  min-width: 100%;
  max-height: 850px;
}

.slide-contents {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slide-contents.align-bottom {
  align-items: flex-end;
}

.arrow-button {
  border: 1px solid var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: background-color .2s;
  display: flex;
  right: 24px;
}

.arrow-button:hover {
  background-color: #fff3;
}

.arrow-button.left {
  left: 24px;
  right: auto;
}

.flip-arrow {
  transform-style: preserve-3d;
  display: block;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.padded-heading {
  padding-left: 72px;
}

.subtext {
  font-size: 12px;
}

.hero-logo {
  max-width: 50%;
}

.container---l {
  width: 100%;
  max-width: 829px;
}

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

.slider-caption {
  background-color: var(--white);
  color: var(--dark);
  padding: 18px 24px;
  position: absolute;
  bottom: 24px;
  right: 24px;
}

.video-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.lightbox-link-over-image {
  position: absolute;
}

.video-button {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 128px;
  display: flex;
}

.up-arrow {
  transform: rotate(90deg);
}

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

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

.container---xl {
  width: 100%;
  max-width: 1055px;
}

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

.agent-portrait {
  mix-blend-mode: overlay;
  width: 100%;
  max-width: 387px;
  display: block;
}

.agent-portrait.align-center {
  margin-left: auto;
  margin-right: auto;
}

.arrow-link {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.article ul {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-bottom: 36px;
}

.article h3 {
  margin-top: 1.2em;
  margin-bottom: 1em;
}

.article figure {
  margin-top: 48px;
  margin-bottom: 48px;
}

.article h5 {
  font-weight: 500;
}

.coming-soon-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--dark);
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  padding: 72px 24px;
  display: flex;
  overflow: hidden;
}

.bg-image {
  z-index: 0;
  opacity: .51;
  outline-offset: 0px;
  mix-blend-mode: difference;
  object-fit: cover;
  background-image: linear-gradient(#00000080, #00000080);
  outline: 3px #fff;
  width: 100%;
  min-width: 100vw;
  max-width: 100vw;
  height: 100%;
  min-height: 100vh;
  max-height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.empty-state {
  text-align: center;
  background-color: #0000;
  padding: 24px;
  font-style: italic;
}

.blog-article-link {
  font-style: normal;
}

.blog-heading {
  font-size: 42px;
}

.article-wrapper {
  padding-top: 96px;
}

.changelog {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid var(--dark);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  padding-top: 48px;
  display: grid;
}

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

.search-result-url {
  margin-top: 6px;
  margin-bottom: 18px;
}

.search-result-link {
  font-size: 24px;
  font-weight: 500;
}

.search-result-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hide {
  display: none;
}

.screenshots {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.screenshot-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #00000008;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding: 48px;
  font-style: italic;
  display: flex;
}

.license-link {
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  display: flex;
}

.licenses-image {
  opacity: .25;
  display: block;
}

.cormorant-garamond {
  margin-bottom: .25em;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 1em;
}

.eb-garamond {
  margin-bottom: .25em;
  font-size: 96px;
  line-height: 1em;
}

.body {
  background-color: var(--dark);
  color: var(--border);
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

  .main-container.navbar-container {
    max-width: none;
  }

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

  .button.white.top-left {
    align-self: center;
    position: relative;
    top: 0;
    left: 0;
  }

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

  .display-heading.huge {
    font-size: 96px;
  }

  .uppercase-text.open-text.text-white {
    color: var(--white);
  }

  .uppercase-text.close-text {
    display: none;
  }

  .uppercase-text.close-text.text-white {
    color: var(--white);
  }

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

  .vertical-rule.white {
    display: none;
  }

  .columns {
    grid-auto-flow: row;
  }

  .columns.table-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .columns.with-border {
    grid-template-columns: 1fr 1fr;
  }

  .columns.with-border.blog-article {
    grid-template-columns: 1fr;
    max-width: 491px;
    margin-left: auto;
    margin-right: auto;
  }

  .columns.blog {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .nav-menu {
    background-color: var(--light);
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-menu.bg-dark {
    background-color: var(--dark);
  }

  .nav-link {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
  }

  .dropdown-toggle {
    justify-content: space-between;
    width: 100%;
  }

  .dropdown-list.w--open {
    margin-top: 12px;
    margin-bottom: 18px;
    position: relative;
    top: 0;
  }

  .dropdown-link {
    text-align: left;
    padding: 9px 18px;
  }

  .hero-image-overlay.relative {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .vertical-line.full-height, .arrow-button {
    display: none;
  }

  .hero-logo {
    max-height: 72px;
  }

  .video-button {
    width: 96px;
    height: 96px;
  }

  .article-wrapper {
    padding-top: 0;
  }

  .menu-button {
    border: 1px solid var(--dark);
    min-width: 100%;
    padding: 18px;
    display: block;
  }

  .menu-button.w--open {
    color: var(--dark);
    background-color: #0000;
    width: 100%;
  }

  .menu-button.white {
    border-color: var(--white);
  }

  .menu-button-contents {
    justify-content: space-between;
    display: flex;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
    line-height: 42px;
  }

  h6 {
    font-size: 16px;
    line-height: 24px;
  }

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

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

  .form-input, .select-field {
    font-size: 18px;
  }

  .display-heading {
    font-size: 40px;
    line-height: 48px;
  }

  .display-heading.huge {
    font-size: 72px;
  }

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

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

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

  .columns {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

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

  .columns.table-row.border {
    text-align: center;
  }

  .columns.with-border {
    text-align: center;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .columns.with-border.blog-article {
    text-align: left;
  }

  .navbar-top-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .nav-link {
    font-size: 20px;
    line-height: 1.4em;
  }

  .container---s {
    max-width: 379px;
  }

  .vertical-line {
    height: 36px;
  }

  .large-heading {
    font-size: 40px;
  }

  .padded-heading {
    padding-left: 48px;
  }

  .hero-logo {
    max-width: 80%;
  }

  .menu-button {
    border: 1px solid var(--dark);
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .menu-button-contents {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .search-result-link {
    font-size: 20px;
  }
}

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

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

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

  h5 {
    font-size: 18px;
    line-height: 28px;
  }

  ul {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

  .main-container {
    padding-left: 21px;
    padding-right: 21px;
  }

  .main-container.navbar-container {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

  .small-text {
    font-size: 14px;
  }

  .form-input {
    min-height: 54px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .select-wrapper {
    min-height: 54px;
  }

  .display-heading {
    margin-bottom: .5em;
    font-size: 36px;
    line-height: 1.1em;
  }

  .display-heading.huge {
    font-size: 48px;
  }

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

  .rows.gap-2 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

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

  .footer-menu-wrapper {
    grid-template-columns: auto;
    grid-auto-flow: row;
  }

  .vertical-rule.white {
    width: auto;
    min-height: 1px;
  }

  .vertical-rule.navbar-rule {
    display: none;
  }

  .social-links {
    grid-auto-flow: column;
  }

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

  .columns.logos {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-auto-flow: row;
    justify-items: center;
  }

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

  .navbar-info {
    flex-direction: column;
  }

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

  .container---xs {
    width: auto;
    max-width: 100%;
  }

  .padded-heading {
    padding-left: 0;
  }

  .hero-logo {
    max-width: 100%;
    max-height: 48px;
  }

  .video-button {
    width: 72px;
    height: 72px;
  }

  .coming-soon-wrapper {
    padding-bottom: 140px;
  }

  .menu-button {
    padding: 12px;
  }

  .screenshot-link {
    padding: 24px;
  }
}

#w-node-_0ef3a569-2c40-e118-22bb-d3b2b6c983ef-dec4cb7e, #w-node-_2c207595-6763-e79e-9963-751ae76c8232-dec4cb7e, #w-node-_4b42b2e6-3878-bc57-0bdc-68294d377f77-dec4cb7e, #w-node-cce23268-aba6-3082-813f-12787463a061-895b1399, #w-node-_9795f059-17c9-f5fc-8ccc-118984081d80-895b1399, #w-node-cce23268-aba6-3082-813f-12787463a062-895b1399 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cce23268-aba6-3082-813f-12787463a064-895b1399 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-cce23268-aba6-3082-813f-12787463a066-895b1399 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cce23268-aba6-3082-813f-12787463a068-895b1399 {
  justify-self: center;
}

#w-node-ff23d3f3-e4b2-a727-0c7f-a6ce67f50536-895b1399, #w-node-_11a7cd67-ded3-8350-6137-58bbda15543f-895b1399, #w-node-c7c8abbd-e40e-e71a-cda0-0fc0db3d2b0c-895b1399, #w-node-_7f81c680-eb4b-f829-7af4-21441c61dabd-895b1399, #w-node-_33a6242d-a012-bb9a-e9dd-b706ae1eba75-895b1399, #w-node-c7e491a6-7c09-2522-915f-efd84812e8fc-895b1399, #w-node-c7e491a6-7c09-2522-915f-efd84812e8fd-895b1399, #w-node-c7e491a6-7c09-2522-915f-efd84812e900-895b1399, #w-node-c7e491a6-7c09-2522-915f-efd84812e902-895b1399, #w-node-c7e491a6-7c09-2522-915f-efd84812e904-895b1399, #w-node-_5c5b27b5-d1bc-df9b-a906-dd13a573da43-895b1399, #w-node-_5c5b27b5-d1bc-df9b-a906-dd13a573da44-895b1399, #w-node-_5c5b27b5-d1bc-df9b-a906-dd13a573da47-895b1399, #w-node-_5c5b27b5-d1bc-df9b-a906-dd13a573da49-895b1399, #w-node-_5c5b27b5-d1bc-df9b-a906-dd13a573da4b-895b1399, #w-node-_92d1ca2c-b6d2-0e43-ac95-09d46d166976-895b1399, #w-node-_92d1ca2c-b6d2-0e43-ac95-09d46d166977-895b1399, #w-node-_92d1ca2c-b6d2-0e43-ac95-09d46d16697a-895b1399, #w-node-_92d1ca2c-b6d2-0e43-ac95-09d46d16697c-895b1399, #w-node-ed6f19fc-c0d0-8a5c-0367-c068b7c15b83-895b1399, #w-node-ed6f19fc-c0d0-8a5c-0367-c068b7c15b84-895b1399, #w-node-ed6f19fc-c0d0-8a5c-0367-c068b7c15b87-895b1399, #w-node-_3abdc3c5-cf8e-39fe-a3d5-7a6cedc83826-895b1399, #w-node-ed6f19fc-c0d0-8a5c-0367-c068b7c15b89-895b1399, #w-node-c8fec492-371b-c61c-6997-591d9743fdd0-9743fdcd, #w-node-c8fec492-371b-c61c-6997-591d9743fdd1-9743fdcd, #w-node-c8fec492-371b-c61c-6997-591d9743fdd9-9743fdcd, #w-node-c8fec492-371b-c61c-6997-591d9743fddb-9743fdcd, #w-node-c8fec492-371b-c61c-6997-591d9743fddc-9743fdcd, #w-node-c8fec492-371b-c61c-6997-591d9743fddd-9743fdcd, #w-node-c8fec492-371b-c61c-6997-591d9743fdde-9743fdcd, #w-node-c8fec492-371b-c61c-6997-591d9743fdec-9743fdcd, #w-node-c8fec492-371b-c61c-6997-591d9743fded-9743fdcd, #w-node-c8fec492-371b-c61c-6997-591d9743fdee-9743fdcd, #w-node-c8fec492-371b-c61c-6997-591d9743fdf0-9743fdcd, #w-node-c8fec492-371b-c61c-6997-591d9743fdf2-9743fdcd, #w-node-c8fec492-371b-c61c-6997-591d9743fdf4-9743fdcd, #w-node-c8fec492-371b-c61c-6997-591d9743fdf5-9743fdcd, #w-node-c8fec492-371b-c61c-6997-591d9743fdf7-9743fdcd, #w-node-c8fec492-371b-c61c-6997-591d9743fdf8-9743fdcd, #w-node-c8fec492-371b-c61c-6997-591d9743fdf9-9743fdcd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8fec492-371b-c61c-6997-591d9743fdfa-9743fdcd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5c6ae061-b7f3-3993-0d6f-68cf6ad547cc-6ad547c9, #w-node-_5c6ae061-b7f3-3993-0d6f-68cf6ad547cd-6ad547c9, #w-node-_5c6ae061-b7f3-3993-0d6f-68cf6ad547cf-6ad547c9, #w-node-_5c6ae061-b7f3-3993-0d6f-68cf6ad547d0-6ad547c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a93d65bf-770f-d9c1-2493-63100eb0bfa9-895b139f {
  justify-self: center;
}

#w-node-_918f9dbb-8c01-0fa8-838f-e0004a46de52-895b13a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d55064b-a5bb-10b9-9219-88146b1dd705-895b13a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e24c0cfa-d672-2af0-bf5a-357af27250ba-895b13a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b85ef9d7-ea76-6a38-b6b5-322a8a0d89e3-895b13a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_81a4dfc0-3906-169b-1060-5c604e034752-895b13a0 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_81a4dfc0-3906-169b-1060-5c604e034753-895b13a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_81a4dfc0-3906-169b-1060-5c604e034756-895b13a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81a4dfc0-3906-169b-1060-5c604e03475b-895b13a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e960571d-2048-11a4-2026-3f4e9f6c80d4-895b13a0, #w-node-e960571d-2048-11a4-2026-3f4e9f6c80d6-895b13a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e960571d-2048-11a4-2026-3f4e9f6c80dd-895b13a0 {
  justify-self: center;
}

#w-node-c53187e8-55f4-fd4f-b1b4-603c6222e0f0-895b13a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0be6c60b-553c-0b52-765c-0a3259c97db8-895b13a3 {
  justify-self: center;
}

#w-node-_09b52c20-cfcd-89fa-1a3c-054ee2010ccb-895b13a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0395bf4b-29d1-14f7-283c-29f9b1c2d3df-895b13a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0b01d2ce-ea1c-8f8d-3339-e34a3ea5a120-895b13a3 {
  justify-self: end;
}

#w-node-_25486133-9294-a279-1e0f-cdb5855d7e26-895b13a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_204c3f73-1171-bd19-5bc1-1b50a23c244a-895b13a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_204c3f73-1171-bd19-5bc1-1b50a23c244c-895b13a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_204c3f73-1171-bd19-5bc1-1b50a23c2450-895b13a3 {
  justify-self: end;
}

#w-node-_204c3f73-1171-bd19-5bc1-1b50a23c2452-895b13a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_204c3f73-1171-bd19-5bc1-1b50a23c2448-895b13a3 {
  justify-self: center;
}

#w-node-_71c81935-5e60-81f3-389d-b133b407713b-895b13a3, #w-node-_1175c3a3-cbed-59b0-7df5-ca1f9d97da19-895b13a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ffb32538-3a17-1593-5f55-83c9708577db-895b13a3 {
  align-self: center;
}

#w-node-ffb32538-3a17-1593-5f55-83c9708577dc-895b13a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ffb32538-3a17-1593-5f55-83c9708577de-895b13a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ffb32538-3a17-1593-5f55-83c9708577e2-895b13a3 {
  justify-self: end;
}

#w-node-ffb32538-3a17-1593-5f55-83c9708577e4-895b13a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_305f1ddb-5ee9-ae37-735d-21f45cc9a46e-895b13a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ad96b4e7-d859-d09d-ba62-93bcfda6ad07-895b13a3, #w-node-_9e6e2d92-b616-ebfd-197d-ed8b977e6587-895b13a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d70d180-e99a-11b0-59b8-cd9a1b1cba75-895b13a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-bcdec3b1-0325-b04d-1cd3-4299728b1ff9-895b13a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebe8f8d4-e20b-ea36-0ec7-f1f1dc6e67ac-895b13a3 {
  justify-self: center;
}

#w-node-_1505437d-d29f-5d3c-4b0d-ab85af27b602-895b13a3, #w-node-_879970f2-814c-1eb0-f620-b52a01d43fb8-895b13a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c213889-4cd1-0d9c-a9d5-14e0bbe507bb-895b13a3 {
  justify-self: end;
}

#w-node-_1e4d80aa-751e-ae1d-9ba5-2ca82ce05a16-895b13a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2210cca3-f694-242b-bd6a-1b36b0467a8d-895b13a3, #w-node-_62112934-9557-1f97-312d-95dfe637f165-895b13a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2579817c-2438-8bf0-37cf-73265010e8e4-895b13a3 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_65a2c04d-29d5-8646-fe5c-95c8038a5770-895b13a3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-c90ee3c9-63af-5c28-381c-d9e123532515-895b13a3 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: center;
}

#w-node-_5901b910-01bb-db1c-c822-dee0cf69b1e5-895b13a3 {
  grid-area: 1 / 5 / 2 / 6;
  justify-self: center;
}

#w-node-_42af553d-cfcb-31ca-c1ee-a1afda6294dd-895b13a3, #w-node-_583f5ba0-f499-671b-4379-c2e77d72f619-895b13a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a3c9043-fb88-2e1b-f7ff-f2a1202b4121-895b13a3, #w-node-c91ec3e0-9afc-5f50-def1-c03dba97925d-895b13a3, #w-node-_4bdf69c6-1cde-90fc-61b0-a763fdf5e4d1-895b13a3, #w-node-_635f51f2-2089-1c55-c00d-d1b9d2443dd2-895b13a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9d7ca214-2932-0a27-cfb2-acfbf328472d-895b13a3, #w-node-_9d7ca214-2932-0a27-cfb2-acfbf328472e-895b13a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d7ca214-2932-0a27-cfb2-acfbf3284730-895b13a3, #w-node-_9d7ca214-2932-0a27-cfb2-acfbf3284732-895b13a3, #w-node-_9d7ca214-2932-0a27-cfb2-acfbf3284734-895b13a3, #w-node-_9d7ca214-2932-0a27-cfb2-acfbf3284736-895b13a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_952ffbb6-8cf7-a400-d4d9-3fd4c8801e41-895b13a3, #w-node-_952ffbb6-8cf7-a400-d4d9-3fd4c8801e42-895b13a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_952ffbb6-8cf7-a400-d4d9-3fd4c8801e44-895b13a3, #w-node-_952ffbb6-8cf7-a400-d4d9-3fd4c8801e46-895b13a3, #w-node-_952ffbb6-8cf7-a400-d4d9-3fd4c8801e48-895b13a3, #w-node-_952ffbb6-8cf7-a400-d4d9-3fd4c8801e4a-895b13a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e53e056f-2858-6b1a-9ac1-3df5b0811bd6-895b13a3, #w-node-e53e056f-2858-6b1a-9ac1-3df5b0811bd7-895b13a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e53e056f-2858-6b1a-9ac1-3df5b0811bd9-895b13a3, #w-node-e53e056f-2858-6b1a-9ac1-3df5b0811bdb-895b13a3, #w-node-e53e056f-2858-6b1a-9ac1-3df5b0811bdd-895b13a3, #w-node-e53e056f-2858-6b1a-9ac1-3df5b0811bdf-895b13a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e41dfde9-4576-1e76-ba30-ba643d196d15-895b13a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e41dfde9-4576-1e76-ba30-ba643d196d18-895b13a3, #w-node-e41dfde9-4576-1e76-ba30-ba643d196d19-895b13a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e41dfde9-4576-1e76-ba30-ba643d196d1a-895b13a3, #w-node-e41dfde9-4576-1e76-ba30-ba643d196d1c-895b13a3 {
  align-self: start;
}

#w-node-e41dfde9-4576-1e76-ba30-ba643d196d1d-895b13a3 {
  place-self: end start;
}

#w-node-_5a7b3298-529b-2116-1d23-c997a05b1005-895b13a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5a7b3298-529b-2116-1d23-c997a05b1007-895b13a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a7b3298-529b-2116-1d23-c997a05b1009-895b13a4 {
  justify-self: center;
}

#w-node-_9df4ba86-a7a9-0ca6-ba1a-1fbac7feb87b-895b13a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_28bccf4d-f254-e34d-fe22-9e7ab86e2913-895b13a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ca291cd1-b0e5-a7eb-7ff2-d006aa63c155-895b13a4, #w-node-_68a6742e-5b35-7bd1-f691-d5885c78e1c3-895b13a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ccac686-b3ad-47e0-8041-474893f1dced-895b13a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b40269eb-f93a-ebe5-8383-83c5893d91ad-895b13a4 {
  justify-self: end;
}

#w-node-_1181cf62-7efa-1c0b-f1d8-3245c75142aa-895b13a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d6cd729-96ea-3019-9c9d-3941fcb955bb-895b13a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a155915b-570b-f083-1558-cb8e2c05dc33-895b13a4, #w-node-a155915b-570b-f083-1558-cb8e2c05dc37-895b13a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a155915b-570b-f083-1558-cb8e2c05dc38-895b13a4 {
  justify-self: end;
}

#w-node-a155915b-570b-f083-1558-cb8e2c05dc3a-895b13a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a155915b-570b-f083-1558-cb8e2c05dc3d-895b13a4, #w-node-a155915b-570b-f083-1558-cb8e2c05dc3e-895b13a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a155915b-570b-f083-1558-cb8e2c05dc3f-895b13a4 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-a155915b-570b-f083-1558-cb8e2c05dc42-895b13a4 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-a155915b-570b-f083-1558-cb8e2c05dc45-895b13a4 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: center;
}

#w-node-a155915b-570b-f083-1558-cb8e2c05dc48-895b13a4 {
  grid-area: 1 / 5 / 2 / 6;
  justify-self: center;
}

#w-node-a155915b-570b-f083-1558-cb8e2c05dc4b-895b13a4, #w-node-a155915b-570b-f083-1558-cb8e2c05dc4c-895b13a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a155915b-570b-f083-1558-cb8e2c05dc4e-895b13a4, #w-node-a155915b-570b-f083-1558-cb8e2c05dc50-895b13a4, #w-node-a155915b-570b-f083-1558-cb8e2c05dc52-895b13a4, #w-node-a155915b-570b-f083-1558-cb8e2c05dc54-895b13a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a155915b-570b-f083-1558-cb8e2c05dc58-895b13a4, #w-node-a155915b-570b-f083-1558-cb8e2c05dc59-895b13a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a155915b-570b-f083-1558-cb8e2c05dc5b-895b13a4, #w-node-a155915b-570b-f083-1558-cb8e2c05dc5d-895b13a4, #w-node-a155915b-570b-f083-1558-cb8e2c05dc5f-895b13a4, #w-node-a155915b-570b-f083-1558-cb8e2c05dc61-895b13a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a155915b-570b-f083-1558-cb8e2c05dc65-895b13a4, #w-node-a155915b-570b-f083-1558-cb8e2c05dc66-895b13a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a155915b-570b-f083-1558-cb8e2c05dc68-895b13a4, #w-node-a155915b-570b-f083-1558-cb8e2c05dc6a-895b13a4, #w-node-a155915b-570b-f083-1558-cb8e2c05dc6c-895b13a4, #w-node-a155915b-570b-f083-1558-cb8e2c05dc6e-895b13a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a155915b-570b-f083-1558-cb8e2c05dc72-895b13a4, #w-node-a155915b-570b-f083-1558-cb8e2c05dc73-895b13a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a155915b-570b-f083-1558-cb8e2c05dc75-895b13a4, #w-node-a155915b-570b-f083-1558-cb8e2c05dc77-895b13a4, #w-node-a155915b-570b-f083-1558-cb8e2c05dc79-895b13a4, #w-node-a155915b-570b-f083-1558-cb8e2c05dc7b-895b13a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_864dc282-1807-dabf-bf5f-da274180896e-895b13a4, #w-node-bac698ca-b894-30ac-32a6-c9bea636e1ba-895b13a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2495d3a1-2648-47eb-1a01-73124acdfe5c-895b13a4 {
  justify-self: center;
}

#w-node-_9f45f7a5-8074-c408-87cf-c5d33f2176dd-895b13a4, #w-node-_9f45f7a5-8074-c408-87cf-c5d33f2176de-895b13a4, #w-node-_9f45f7a5-8074-c408-87cf-c5d33f2176df-895b13a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f45f7a5-8074-c408-87cf-c5d33f2176e0-895b13a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1fb68cae-1399-1683-4f37-a3e2705aa349-705aa346, #w-node-_1fb68cae-1399-1683-4f37-a3e2705aa34a-705aa346, #w-node-_1fb68cae-1399-1683-4f37-a3e2705aa34c-705aa346, #w-node-_1fb68cae-1399-1683-4f37-a3e2705aa34d-705aa346, #w-node-_37a06cc7-0b8a-25a7-4a7e-c3828d8d0d64-895b13a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ea0c6e8-5518-5f76-ac51-fd0804754e9e-895b13a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a06a55e8-4873-8f30-3156-51c57581ba04-895b13a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a06a55e8-4873-8f30-3156-51c57581ba06-895b13a5, #w-node-fe9f7947-7d90-6a34-0305-c4345c0ca4d2-895b13a5 {
  justify-self: center;
}

#w-node-fe9f7947-7d90-6a34-0305-c4345c0ca4d4-895b13a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-fe9f7947-7d90-6a34-0305-c4345c0ca4d6-895b13a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0b3de0e2-7c12-c91c-222f-9faee0fbd9bd-895b13a5, #w-node-_3914ed44-3d2f-199d-fc24-2943700408ae-895b13a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe9f7947-7d90-6a34-0305-c4345c0ca4dc-895b13a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-fb63adb2-9a39-5ff2-93c6-3a6a1c575298-895b13a5 {
  justify-self: center;
}

#w-node-_8196f39a-b900-a05e-111c-b9d25adb2ae6-895b13a5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8196f39a-b900-a05e-111c-b9d25adb2ae7-895b13a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8196f39a-b900-a05e-111c-b9d25adb2aea-895b13a5, #w-node-_8196f39a-b900-a05e-111c-b9d25adb2aeb-895b13a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8196f39a-b900-a05e-111c-b9d25adb2aed-895b13a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8196f39a-b900-a05e-111c-b9d25adb2af0-895b13a5 {
  justify-self: center;
}

#w-node-_899f72f9-895b-2002-f202-db11579a1e72-895b13a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_899f72f9-895b-2002-f202-db11579a1e75-895b13a5, #w-node-_899f72f9-895b-2002-f202-db11579a1e76-895b13a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_899f72f9-895b-2002-f202-db11579a1e78-895b13a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_899f72f9-895b-2002-f202-db11579a1e7b-895b13a5 {
  justify-self: center;
}

#w-node-_3adb68ff-3192-9ee6-503b-92df60e1931b-895b13a5, #w-node-_2455ff65-cf63-ed8d-c006-9af6879e8e09-895b13a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8d46d2c8-18cf-e8df-ee13-a3a86cdf6b0e-895b13a5, #w-node-_8d46d2c8-18cf-e8df-ee13-a3a86cdf6b10-895b13a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d46d2c8-18cf-e8df-ee13-a3a86cdf6b17-895b13a5 {
  justify-self: center;
}

#w-node-b6640000-a5ab-e5f1-90e9-f0589acfb5d0-895b13a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b6640000-a5ab-e5f1-90e9-f0589acfb5d3-895b13a5, #w-node-b6640000-a5ab-e5f1-90e9-f0589acfb5d4-895b13a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6640000-a5ab-e5f1-90e9-f0589acfb5d5-895b13a5, #w-node-b6640000-a5ab-e5f1-90e9-f0589acfb5d7-895b13a5 {
  align-self: start;
}

#w-node-b6640000-a5ab-e5f1-90e9-f0589acfb5d8-895b13a5 {
  place-self: end start;
}

#w-node-_0ef3a569-2c40-e118-22bb-d3b2b6c983f0-895b13a7, #w-node-_2c207595-6763-e79e-9963-751ae76c8232-895b13a7, #w-node-_2c207595-6763-e79e-9963-751ae76c8234-895b13a7, #w-node-_2c207595-6763-e79e-9963-751ae76c8235-895b13a7, #w-node-_2c207595-6763-e79e-9963-751ae76c8236-895b13a7, #w-node-_942a6b66-5203-b392-fe3a-48b7837f2d1d-895b13a8, #w-node-_65a7f051-2e4b-6186-5a26-f6158b23f5e6-895b13a8, #w-node-_24a9a3fd-fcc7-badc-38da-aea40f5e0889-895b13a8, #w-node-ab5394da-812c-69d1-2912-2bb8adb7783f-895b13a8, #w-node-eb3ae611-2fe7-9c99-5315-91de27a8128a-895b13a8, #w-node-_0c43a330-3e36-137d-cf61-e7e10e343d42-895b13a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3880f60d-8fd1-01bd-4a4d-478e515d07f3-895b13a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cd1583f6-deb4-00db-17af-4d2f0697662d-895b13a8, #w-node-a51302d5-ace6-8dbc-2bd9-53ea9e228bdc-895b13a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2b922a5-2193-eb36-9dd1-9b7f72ddc2ce-895b13a8, #w-node-_164209e4-d6f9-7913-02d2-2d20343a9134-895b13a8 {
  align-self: start;
}

#w-node-_9033b48e-4c9c-5c38-15a6-bb64e0e69e0b-895b13a8 {
  place-self: end start;
}

#w-node-_9244500a-1be7-7cd6-dd32-a154d5a5a059-d5a5a052 {
  justify-self: end;
}

#w-node-_9244500a-1be7-7cd6-dd32-a154d5a5a05b-d5a5a052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9244500a-1be7-7cd6-dd32-a154d5a5a05f-d5a5a052 {
  justify-self: start;
}

#w-node-_9244500a-1be7-7cd6-dd32-a154d5a5a060-d5a5a052, #w-node-e44d582b-8504-b295-f244-1a7ca51a9e9d-895b13aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1a0c60b-98fe-3bac-89e3-c8d87a67fd27-895b13aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e44d582b-8504-b295-f244-1a7ca51a9e9e-895b13aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e44d582b-8504-b295-f244-1a7ca51a9ea0-895b13aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e44d582b-8504-b295-f244-1a7ca51a9ea2-895b13aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e44d582b-8504-b295-f244-1a7ca51a9ea4-895b13aa {
  justify-self: center;
}

#w-node-_0954fc27-b789-9898-b08d-5e1f8d5d4b5e-895b13aa, #w-node-_0954fc27-b789-9898-b08d-5e1f8d5d4b60-895b13aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0954fc27-b789-9898-b08d-5e1f8d5d4b62-895b13aa, #w-node-_0954fc27-b789-9898-b08d-5e1f8d5d4b64-895b13aa, #w-node-_9bdaeee2-6b4b-6a5c-b92d-4a3244af0de4-895b13aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bdaeee2-6b4b-6a5c-b92d-4a3244af0de5-895b13aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9bdaeee2-6b4b-6a5c-b92d-4a3244af0de6-895b13aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7de78f02-6c70-a5b4-a7c1-46af70321b37-895b13aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7de78f02-6c70-a5b4-a7c1-46af70321b38-895b13aa, #w-node-_7de78f02-6c70-a5b4-a7c1-46af70321b3a-895b13aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7de78f02-6c70-a5b4-a7c1-46af70321b35-895b13aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c739354e-b61f-c081-1f7f-2eb85aa80c8e-895b13aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c739354e-b61f-c081-1f7f-2eb85aa80c8f-895b13aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c739354e-b61f-c081-1f7f-2eb85aa80c90-895b13aa, #w-node-_3b9fa2ac-95c1-07d5-e061-62464992bc80-895b13aa, #w-node-d284db6a-3680-0783-a7a5-2b4a1f4da314-895b13ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d284db6a-3680-0783-a7a5-2b4a1f4da315-895b13ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d284db6a-3680-0783-a7a5-2b4a1f4da316-895b13ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d284db6a-3680-0783-a7a5-2b4a1f4da31b-895b13ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d284db6a-3680-0783-a7a5-2b4a1f4da31d-895b13ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d284db6a-3680-0783-a7a5-2b4a1f4da31f-895b13ab {
  justify-self: center;
}

#w-node-_43dd2e69-d3a6-b1bb-339c-c5c545a6e8de-895b13ac, #w-node-_43dd2e69-d3a6-b1bb-339c-c5c545a6e8e2-895b13ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43dd2e69-d3a6-b1bb-339c-c5c545a6e8e3-895b13ac {
  justify-self: end;
}

#w-node-_43dd2e69-d3a6-b1bb-339c-c5c545a6e8e5-895b13ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_26d87193-3b19-a950-3db1-f61408926a08-895b13ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_26d87193-3b19-a950-3db1-f61408926a09-895b13ac, #w-node-_26d87193-3b19-a950-3db1-f61408926a0b-895b13ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26d87193-3b19-a950-3db1-f61408926a06-895b13ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8af84a6f-398b-dd0f-cd2c-35f6bf79a057-895b13ac, #w-node-_8af84a6f-398b-dd0f-cd2c-35f6bf79a059-895b13ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7b955bd-aa3b-704e-84d4-67dbea8319b5-895b13ac, #w-node-b7b955bd-aa3b-704e-84d4-67dbea8319b0-895b13ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-fd14c381-73ad-1c40-85fa-b51750062dc9-895b13ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd14c381-73ad-1c40-85fa-b51750062dca-895b13ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-fd14c381-73ad-1c40-85fa-b51750062dcb-895b13ad, #w-node-_0f15f0c4-6623-dc02-377a-e67194c990dd-895b13af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f15f0c4-6623-dc02-377a-e67194c990de-895b13af {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0f15f0c4-6623-dc02-377a-e67194c990df-895b13af, #w-node-a6cf9643-9d42-b303-feaa-4b36fbe31b57-895b13af, #w-node-_02f814eb-dbce-99c7-06c0-ed5f5be0c35e-895b13af, #w-node-_4aaad651-a9ba-ce06-ce15-cee4327d19f9-895b13af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad09f183-a65b-cc36-56d8-5dba3daa228a-895b13af {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-ce224787-b6c7-0548-ab8d-0e3912a3679c-895b13b0, #w-node-_88d9fd35-d186-2867-f062-0761d6b0a709-895b13b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b1996a9-8320-286b-b3ab-142b1598797e-895b13b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_72a5a354-0046-c823-9649-11a7e3b34a73-895b13b1, #w-node-_1ca161dc-68a3-4549-294e-117a18bee96b-895b13b1, #Message.w-node-_27c38d11-1eb1-4fe2-b7af-bed0771a3936-895b13b1, #w-node-a5728c81-ece6-fca6-765c-79d46554b716-895b13b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ca161dc-68a3-4549-294e-117a18bee973-895b13b1 {
  justify-self: start;
}

#w-node-cbbd2266-5c2a-f415-9f31-b0f621e21053-895b13b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_051f1241-7630-8a9d-f6e9-84f812e68519-895b13b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_051f1241-7630-8a9d-f6e9-84f812e6851c-895b13b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_051f1241-7630-8a9d-f6e9-84f812e68523-895b13b2 {
  justify-self: center;
}

#w-node-_2efee372-7f49-de6a-eabb-1ddeda28e786-895b13b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2efee372-7f49-de6a-eabb-1ddeda28e789-895b13b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2efee372-7f49-de6a-eabb-1ddeda28e790-895b13b2 {
  justify-self: center;
}

#w-node-_554fb493-8f4b-19f0-9e04-17334222fb15-895b13b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_051f1241-7630-8a9d-f6e9-84f812e68519-895b13b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d25453f7-bb81-e02d-bbbc-e0e46259344e-895b13b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_051f1241-7630-8a9d-f6e9-84f812e68516-895b13b3 {
  align-self: center;
}

#w-node-_051f1241-7630-8a9d-f6e9-84f812e6851c-895b13b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_051f1241-7630-8a9d-f6e9-84f812e68523-895b13b3 {
  justify-self: start;
}

#w-node-_7388636a-940e-4858-bce6-743411a02185-895b13b3, #w-node-_4c1ab3d2-cf6c-540e-8194-c0679a91c211-895b13b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c1ab3d2-cf6c-540e-8194-c0679a91c212-895b13b3 {
  justify-self: end;
}

#w-node-_57e592d2-20d3-ea0e-14f5-aa974937526c-895b13b3, #w-node-fb912f98-944f-9072-70ac-3a4b6af52404-895b13b3, #w-node-_84fbd27e-025d-4140-d5c2-c08796501162-895b13b3, #Message.w-node-_645eb28b-da87-512c-8331-d9b16e55aa89-895b13b3, #w-node-_8b07b5b2-59ff-23be-fd97-8c984aefc95b-895b13b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57e592d2-20d3-ea0e-14f5-aa9749375274-895b13b3 {
  justify-self: start;
}

#w-node-c8b79a24-5fe2-d38f-9745-8ab49e9da0a1-895b13b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af17f573-3d4a-c5a5-84c7-4a028d1f1434-895b13b5 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-c8fec492-371b-c61c-6997-591d9743fdf9-9743fdcd {
    justify-self: center;
  }

  #w-node-_81a4dfc0-3906-169b-1060-5c604e034752-895b13a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0395bf4b-29d1-14f7-283c-29f9b1c2d3df-895b13a3, #w-node-_25486133-9294-a279-1e0f-cdb5855d7e26-895b13a3, #w-node-ffb32538-3a17-1593-5f55-83c9708577de-895b13a3, #w-node-ffb32538-3a17-1593-5f55-83c9708577e4-895b13a3 {
    justify-self: start;
  }

  #w-node-fe9f7947-7d90-6a34-0305-c4345c0ca4d6-895b13a5, #w-node-fe9f7947-7d90-6a34-0305-c4345c0ca4dc-895b13a5 {
    justify-self: center;
  }

  #w-node-_8196f39a-b900-a05e-111c-b9d25adb2ae6-895b13a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8196f39a-b900-a05e-111c-b9d25adb2aed-895b13a5, #w-node-_899f72f9-895b-2002-f202-db11579a1e78-895b13a5, #w-node-_2c207595-6763-e79e-9963-751ae76c8236-895b13a7 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2579817c-2438-8bf0-37cf-73265010e8e4-895b13a3, #w-node-_65a2c04d-29d5-8646-fe5c-95c8038a5770-895b13a3, #w-node-c90ee3c9-63af-5c28-381c-d9e123532515-895b13a3, #w-node-_5901b910-01bb-db1c-c822-dee0cf69b1e5-895b13a3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_583f5ba0-f499-671b-4379-c2e77d72f619-895b13a3, #w-node-_9d7ca214-2932-0a27-cfb2-acfbf328472e-895b13a3, #w-node-_952ffbb6-8cf7-a400-d4d9-3fd4c8801e42-895b13a3, #w-node-e53e056f-2858-6b1a-9ac1-3df5b0811bd7-895b13a3 {
    grid-column: span 4 / span 4;
  }

  #w-node-a155915b-570b-f083-1558-cb8e2c05dc3f-895b13a4, #w-node-a155915b-570b-f083-1558-cb8e2c05dc42-895b13a4, #w-node-a155915b-570b-f083-1558-cb8e2c05dc45-895b13a4, #w-node-a155915b-570b-f083-1558-cb8e2c05dc48-895b13a4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a155915b-570b-f083-1558-cb8e2c05dc4c-895b13a4, #w-node-a155915b-570b-f083-1558-cb8e2c05dc59-895b13a4, #w-node-a155915b-570b-f083-1558-cb8e2c05dc66-895b13a4, #w-node-a155915b-570b-f083-1558-cb8e2c05dc73-895b13a4 {
    grid-column: span 4 / span 4;
  }

  #w-node-_051f1241-7630-8a9d-f6e9-84f812e68523-895b13b3 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c8fec492-371b-c61c-6997-591d9743fdec-9743fdcd {
    justify-self: stretch;
  }

  #w-node-_1e4d80aa-751e-ae1d-9ba5-2ca82ce05a16-895b13a3, #w-node-a155915b-570b-f083-1558-cb8e2c05dc3a-895b13a4, #w-node-_43dd2e69-d3a6-b1bb-339c-c5c545a6e8e5-895b13ac {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}