@font-face {
  font-family: Geist;
  src: url('../fonts/GeistAlternativeVariable-VF.ttf') format("truetype");
  font-weight: 100 1100;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Newsreader;
  src: url('../fonts/newsreader-italic.ttf') format("truetype");
  font-weight: 200 800;
  font-style: italic;
  font-display: block;
}

:root {
  --neutral-light: #fefefb;
  --sans-serif: Geist, sans-serif;
  --palette-1b: #0f3d1c;
  --palette-1c: #0b2e15;
  --palette-4a: #9fb0dd;
  --neutral-mid: #eeede4;
  --palette-3b: #c4d6b0;
  --palette-3a: #d8e4ca;
  --palette-1a: #134e24;
  --neutral-dark: #dfddcc;
  --primary-1\<deleted\|variable-d7baf143\>: #1a744e;
  --serif: Newsreader, "Times New Roman", sans-serif;
  --palette-2a: #bd5844;
  --palette-2b: #994636;
  --palette-2c: #662f24;
  --palette-3c: #a4c085;
  --palette-4b: #7f95d1;
  --palette-4c: #5673c2;
  --white: white;
}

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-userformheader {
  text-align: center;
}

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

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

body {
  background-color: var(--neutral-light);
  font-family: var(--sans-serif);
  color: var(--palette-1b);
  font-variation-settings: "wght" 350;
  font-size: 16px;
  line-height: 1.4em;
}

h1 {
  font-variation-settings: "wght" 300;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 68px;
  font-weight: 100;
  line-height: 1.1em;
}

h2 {
  font-variation-settings: "wght" 300;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 51px;
  font-weight: 100;
  line-height: 1.1em;
}

h3 {
  font-variation-settings: "wght" 300;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 100;
  line-height: 1.1em;
}

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

h5 {
  font-variation-settings: "wght" 500;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

h6 {
  font-variation-settings: "wght" 500;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4em;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--palette-1b);
  font-variation-settings: "wght" 450;
  font-weight: 400;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5em;
}

ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
}

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

label {
  font-variation-settings: "wght" 500;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

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

.section.hero-1 {
  background-color: var(--palette-1c);
  color: var(--neutral-light);
  padding-top: 72px;
  padding-bottom: 144px;
}

.section.services-summary {
  text-align: center;
  padding-bottom: 144px;
}

.section.tag-cloud-section {
  background-color: var(--palette-4a);
  color: var(--palette-1b);
  padding-top: 96px;
  padding-bottom: 96px;
}

.section.tag-cloud-section.bg-palette-1c {
  background-color: var(--palette-1c);
  color: var(--neutral-light);
}

.section.tag-stats {
  background-color: var(--palette-4a);
  padding-top: 0;
}

.section.process-1 {
  background-color: var(--neutral-mid);
  padding-top: 48px;
  padding-bottom: 48px;
}

.section.cta-section {
  background-color: var(--palette-3b);
  padding-top: 48px;
  padding-bottom: 48px;
}

.section.increased-bottom-padding, .section.hover-box-section {
  padding-bottom: 144px;
}

.section.stats-section-1 {
  background-color: var(--neutral-light);
  padding-top: 72px;
  padding-bottom: 72px;
}

.section.stats-section-1.bg-palette-3a {
  background-color: var(--palette-3a);
}

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

.section.text-features.bg-palette-4a {
  background-color: var(--palette-4a);
  color: var(--palette-1b);
}

.section.faq-section-1 {
  background-color: var(--neutral-mid);
  padding-top: 96px;
  padding-bottom: 144px;
}

.section.form-section-5 {
  padding-bottom: 144px;
}

.section.form-section-5.bg-neutral-mid {
  background-color: var(--neutral-mid);
}

.section.stat-cluster-section {
  background-color: var(--palette-3a);
  padding-bottom: 144px;
}

.section.services-listing-1 {
  background-color: var(--neutral-mid);
  padding-bottom: 144px;
}

.section.combo-section-1 {
  padding-bottom: 144px;
}

.section.cta-2 {
  background-color: var(--neutral-mid);
  padding-top: 48px;
  padding-bottom: 48px;
}

.section.reviews-1 {
  background-color: var(--neutral-light);
  padding-bottom: 144px;
  overflow: hidden;
}

.section.reviews-3 {
  background-color: var(--palette-1c);
  color: var(--neutral-light);
  padding-top: 72px;
  padding-bottom: 144px;
}

.section.stats-section-1a {
  background-color: var(--neutral-mid);
  padding-top: 48px;
  padding-bottom: 96px;
}

.section.cta-2a {
  background-color: var(--neutral-light);
  padding-top: 48px;
  padding-bottom: 48px;
}

.section.services-listing-wide {
  background-color: var(--neutral-mid);
  padding-top: 48px;
  padding-bottom: 144px;
}

.section.hero-7 {
  background-color: var(--palette-1c);
  color: var(--neutral-light);
  padding-top: 48px;
  padding-bottom: 72px;
}

.section.services-4 {
  background-color: var(--neutral-mid);
  padding-bottom: 144px;
}

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

.section.service-hero {
  background-color: var(--palette-1c);
  color: var(--neutral-light);
  padding-top: 48px;
  padding-bottom: 48px;
}

.section.service-article-section {
  background-color: var(--neutral-mid);
  padding-top: 72px;
  padding-bottom: 144px;
}

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

.section.values-section {
  background-color: var(--neutral-mid);
  padding-top: 48px;
  padding-bottom: 48px;
}

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

.section.news-hero, .section.news-header {
  background-color: var(--palette-1c);
  color: var(--neutral-light);
  padding-top: 48px;
  padding-bottom: 120px;
}

.section.blog-article-section {
  padding-bottom: 144px;
}

.section.team-hero {
  background-color: var(--palette-1c);
  color: var(--neutral-light);
}

.section.hero-2 {
  background-color: var(--palette-1c);
  color: var(--neutral-light);
  padding-top: 48px;
  padding-bottom: 48px;
}

.section.hero-3 {
  background-color: var(--palette-1c);
  color: var(--neutral-light);
  padding-top: 48px;
  padding-bottom: 72px;
}

.section.process-2 {
  background-color: var(--neutral-mid);
  padding-top: 72px;
  padding-bottom: 144px;
}

.section.hero-5 {
  background-color: var(--palette-1c);
  color: var(--neutral-light);
  padding-top: 48px;
  padding-bottom: 48px;
}

.section.hero-6 {
  background-color: var(--palette-1c);
  color: var(--neutral-light);
  padding-top: 48px;
  padding-bottom: 72px;
}

.section.hero-4 {
  background-color: var(--palette-1c);
  color: var(--neutral-light);
}

.section.reviews-2 {
  background-color: var(--palette-3a);
  padding-bottom: 144px;
}

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

.section.team-member-list-section {
  padding-bottom: 144px;
}

.section.team-single-section {
  background-color: var(--palette-1c);
}

.section.career-hero {
  background-color: var(--palette-1c);
  color: var(--neutral-light);
  padding-bottom: 144px;
}

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

.section.jobs-section {
  background-color: var(--neutral-mid);
  padding-top: 48px;
  padding-bottom: 48px;
}

.section.job-hero {
  background-color: var(--palette-1c);
  color: var(--neutral-light);
  padding-top: 48px;
  padding-bottom: 48px;
}

.section.contact-form-section {
  background-color: var(--neutral-mid);
  padding-top: 48px;
  padding-bottom: 144px;
}

.section.legal-hero {
  background-color: var(--palette-1c);
  color: var(--neutral-light);
  padding-top: 72px;
  padding-bottom: 72px;
}

.section.legal-article-section {
  padding-bottom: 144px;
}

.section.account-page-section {
  background-color: var(--neutral-mid);
  height: 100vh;
  padding-top: 36px;
  padding-bottom: 36px;
}

.section.tour-hero {
  background-color: var(--palette-1c);
  color: var(--neutral-light);
}

.section.tour-features {
  background-color: var(--neutral-mid);
}

.section.blog-category-hero {
  background-color: var(--palette-1c);
  color: var(--neutral-light);
  padding-top: 48px;
  padding-bottom: 48px;
}

.section.utilty-title-section {
  background-color: var(--palette-1c);
  color: var(--neutral-light);
  padding-top: 144px;
  padding-bottom: 48px;
}

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

.container---main.account-page {
  height: 100%;
}

.style-guide {
  grid-row-gap: 112px;
  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;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: flex;
}

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

.style-guide-section-contents.form {
  justify-items: stretch;
}

.large-text {
  font-size: 21px;
  font-weight: 100;
  line-height: 1.3em;
}

.large-text.bold-text {
  font-variation-settings: "wght" 450;
}

.large-text.form-prompt-text {
  width: 100%;
  max-width: 420px;
}

.large-text.restricted-width {
  width: 100%;
  max-width: 522px;
}

.small-text {
  font-variation-settings: "wght" 400;
  font-size: 14px;
  font-weight: 100;
  line-height: 1.4em;
}

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

.small-text.small-link {
  font-variation-settings: "wght" 500;
}

.small-text.account-page-copyright-text {
  opacity: .6;
  text-align: center;
}

.small-text.account-form-helper-link {
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.small-text.dropdown-text {
  opacity: .8;
}

.button {
  background-color: var(--palette-1c);
  color: #fff;
  font-variation-settings: "wght" 500;
  text-align: center;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  transition: background-color .2s;
  display: flex;
}

.button:hover {
  background-color: var(--palette-1b);
}

.button.large {
  height: 54px;
  padding-left: 36px;
  padding-right: 36px;
  font-size: 16px;
}

.button.bg-palette-1a {
  background-color: var(--palette-1a);
  flex: none;
}

.button.bg-palette-1a:hover {
  background-color: var(--palette-1b);
}

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

.button.account-form-button {
  align-self: center;
  width: auto;
}

.button.account-form-button.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.bg-palette-3a {
  background-color: var(--palette-3a);
  color: var(--palette-1b);
}

.button.bg-palette-3a:hover {
  background-color: var(--palette-1c);
  color: var(--neutral-light);
}

.button.no-margin {
  margin-right: 0;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.form-input {
  border: 1px solid var(--neutral-mid);
  background-color: var(--neutral-light);
  border-radius: 9px;
  align-self: stretch;
  height: 42px;
  margin-bottom: 0;
  padding: 0 18px;
  font-size: 16px;
  transition: border-color .2s;
}

.form-input:focus {
  border-color: var(--neutral-dark);
}

.form-input.text-area {
  min-height: 200px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.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 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  margin-bottom: 0;
  margin-left: -12px;
  padding-left: 0;
  display: flex;
}

.selectable-label {
  font-variation-settings: "wght" 400;
  margin-bottom: 0;
  margin-left: 14px;
  font-weight: 100;
}

.footer {
  background-color: var(--palette-1c);
  color: var(--neutral-light);
  padding-top: 120px;
  padding-bottom: 96px;
}

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

.trigger-search-modal {
  color: var(--neutral-light);
  padding: 0;
}

.search-modal {
  z-index: 9999;
  justify-content: center;
  align-items: flex-start;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.utility-page-wrap {
  background-color: var(--neutral-mid);
  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;
  flex: 1;
  width: 260px;
  max-width: 557px;
  display: flex;
}

.utility-page-content.align-center {
  justify-content: flex-start;
  align-items: center;
}

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

.search-modal-container {
  background-color: var(--neutral-dark);
  border-radius: 12px;
  width: 100%;
  max-width: 678px;
  padding: 24px;
  position: relative;
  top: 48px;
}

.select-wrapper {
  border: 1px solid var(--neutral-mid);
  background-color: var(--neutral-light);
  border-radius: 9px;
  height: 42px;
  padding: 0;
  overflow: hidden;
}

.select-field {
  width: 110%;
  color: var(--palette-1b);
  background-color: #0000;
  background-image: url('../images/icon-select-arrow.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border: 1px #000;
  margin-bottom: 0;
}

.checkbox {
  border-color: var(--palette-1b);
  background-color: var(--neutral-light);
  cursor: pointer;
  border-radius: 3px;
  flex: none;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  background-color: var(--palette-1b);
  background-size: 14px 14px;
}

.radio {
  border-color: var(--palette-1b);
  background-color: var(--neutral-light);
  cursor: pointer;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
}

.radio.w--redirected-checked {
  border-width: 6px;
  border-color: var(--primary-1\<deleted\|variable-d7baf143\>);
}

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

.form-success {
  background-color: var(--palette-1a);
  color: var(--neutral-light);
  border-radius: 9px;
}

.form-error {
  border-radius: 9px;
  padding: 24px;
}

.form-error.account-form-error {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.menu-button {
  padding: 0;
}

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

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

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

.menu-button-cross-line {
  background-color: var(--neutral-light);
  width: 75%;
  height: 2px;
  position: absolute;
}

.menu-button-horizontal-line {
  background-color: var(--neutral-light);
  width: 100%;
  height: 2px;
}

.navbar-wrapper {
  border-bottom: 1px solid var(--palette-1a);
  background-color: var(--palette-1c);
  color: var(--neutral-light);
}

.navbar {
  background-color: #0000;
}

.navbar-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.changelog {
  grid-template-rows: auto;
  grid-template-columns: .33fr 1fr;
  align-items: center;
}

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

.license-image {
  opacity: .5;
}

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

.typography-license-grid {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
}

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

.typography-demo.b {
  font-family: var(--serif);
  font-style: italic;
}

.nav-link {
  color: var(--neutral-light);
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-weight: 100;
}

.nav-link.w--current {
  color: var(--neutral-light);
}

.nav-dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--neutral-light);
  font-variation-settings: "wght" 450;
  align-items: center;
  padding: 0;
  display: flex;
}

.nav-menu {
  flex: 0 auto;
}

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

.mobile-logo {
  display: none;
}

.style-guide-description {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

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

.nav-menu-close {
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  display: none;
  position: fixed;
  top: 24px;
  right: 24px;
}

.style-guide-colour-group {
  display: flex;
}

.style-guide-colour {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.style-guide-swatch {
  height: 100px;
}

.style-guide-swatch.bg-palette-1a {
  background-color: var(--palette-1a);
}

.style-guide-swatch.bg-palette-1b {
  background-color: var(--palette-1b);
}

.style-guide-swatch.bg-palette-1c {
  background-color: var(--palette-1c);
}

.style-guide-swatch.bg-palette-2a {
  background-color: var(--palette-2a);
}

.style-guide-swatch.bg-palette-2b {
  background-color: var(--palette-2b);
}

.style-guide-swatch.bg-palette-2c {
  background-color: var(--palette-2c);
}

.style-guide-swatch.bg-palette-3a {
  background-color: var(--palette-3a);
}

.style-guide-swatch.bg-palette-3b {
  background-color: var(--palette-3b);
}

.style-guide-swatch.bg-palette-3c {
  background-color: var(--palette-3c);
}

.style-guide-swatch.bg-palette-4a {
  background-color: var(--palette-4a);
}

.style-guide-swatch.bg-palette-4b {
  background-color: var(--palette-4b);
}

.style-guide-swatch.bg-palette-4c {
  background-color: var(--palette-4c);
}

.style-guide-swatch.bg-neutral-light {
  background-color: var(--neutral-light);
}

.style-guide-swatch.bg-neutral-mid {
  background-color: var(--neutral-mid);
}

.style-guide-swatch.bg-neutral-dark {
  background-color: var(--neutral-dark);
}

.heading-one {
  font-variation-settings: "wght" 300;
  letter-spacing: -.01em;
  font-size: 68px;
  font-weight: 100;
  line-height: 1.1em;
}

.heading-one.serif {
  font-family: var(--serif);
  font-variation-settings: "wght" 350;
  font-style: italic;
  font-weight: 200;
}

.heading-one.contact-header {
  width: 100%;
  max-width: 800px;
}

.heading-two {
  font-variation-settings: "wght" 300;
  letter-spacing: -.01em;
  font-size: 51px;
  font-weight: 100;
  line-height: 1.1em;
}

.heading-two.serif {
  font-family: var(--serif);
  font-variation-settings: "wght" 400, "opsz" 72;
  font-style: italic;
  font-weight: 200;
}

.heading-three {
  font-variation-settings: "wght" 300;
  letter-spacing: -.01em;
  font-size: 38px;
  font-weight: 100;
  line-height: 1.1em;
  position: relative;
}

.heading-three.serif {
  font-family: var(--serif);
  font-variation-settings: "wght" 400, "opsz" 72;
  font-style: italic;
  font-weight: 200;
}

.heading-four {
  font-variation-settings: "wght" 350;
  letter-spacing: -.01em;
  font-size: 29px;
  font-weight: 100;
  line-height: 1.2em;
}

.heading-four.serif {
  font-family: var(--serif);
  font-variation-settings: "wght" 400, "opsz" 72;
  letter-spacing: 0;
  font-size: 32px;
  font-style: italic;
  font-weight: 200;
}

.heading-four.serif.qualification {
  font-size: 24px;
}

.heading-four.serif.team-member-single-qualification {
  font-size: 29px;
}

.underlined-link {
  flex-direction: column;
  display: flex;
  position: relative;
}

.arrow-right-link, .arrow-down-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.faq-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  display: flex;
}

.faq-wrapper.gaps {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.faq-dropdown {
  border-bottom: 1px solid var(--palette-1b);
  width: 100%;
}

.faq-dropdown.bg-neutral-light {
  background-color: var(--neutral-light);
  border-bottom-style: none;
}

.faq-dropdown-toggle {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px 0;
  display: flex;
}

.faq-dropdown-toggle.bg-neutral-light {
  padding: 24px;
}

.faq-dropdown-toggle.bg-neutral-light.w--open {
  background-color: var(--neutral-light);
}

.faq-dropdown-list {
  background-color: #0000;
  position: relative;
}

.faq-content-wrapper.bg-neutral-light {
  background-color: var(--neutral-light);
}

.faq-content {
  background-color: var(--neutral-mid);
  padding-bottom: 30px;
}

.faq-content.bg-neutral-light {
  background-color: var(--neutral-light);
  padding: 0 24px 24px;
}

.nav-dropdown-list {
  background-color: #0000;
}

.nav-dropdown-body {
  border: 1px solid var(--palette-1a);
  background-color: var(--palette-1b);
  border-radius: 12px;
  flex-flow: column;
  min-width: 274px;
  padding: 9px;
  display: flex;
  position: relative;
  top: 6px;
}

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

.marquee-horizontal-set {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  flex: none;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

.input-group {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.nav-link-wrapper {
  flex: 1;
}

.hero-1-contents {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #134e24;
  border-radius: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  max-width: 557px;
  padding: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-box.bg-palette-4b {
  background-color: var(--palette-4b);
}

.image-box.bg-palette-2b {
  background-color: var(--palette-2b);
  position: relative;
}

.image-box.wide {
  max-width: none;
}

.image-box.hero-3-image-box {
  background-color: var(--palette-3c);
  max-width: 704px;
}

.image-box.stat-column-image-box {
  background-color: var(--palette-3c);
  justify-content: space-between;
  align-self: stretch;
}

.image-box.bg-palette-1c {
  background-color: var(--palette-1c);
}

.image-box.careers-hero-image-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--palette-3b);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: 860px;
  display: grid;
}

.hero-1-cta {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.stars-with-score {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.star-circle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #7f95d1;
  border-radius: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.serif {
  font-family: var(--serif);
  font-variation-settings: "wght" 400;
  font-style: italic;
  font-weight: 200;
}

.serif.heading-two.indent-on-desktop {
  padding-left: 36px;
}

.serif.indent-on-desktop-tablet {
  padding-left: 48px;
}

.serif.serif-beginning-with-f {
  padding-left: 12px;
  display: inline-block;
}

.vertical-section {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.vertical-section.large-gap {
  grid-column-gap: 168px;
  grid-row-gap: 168px;
}

.vertical-section.align-center {
  justify-content: center;
  align-items: center;
}

.vertical-section.stats-section-1 {
  grid-column-gap: 168px;
  grid-row-gap: 168px;
}

.vertical-section.news-hero-contents {
  grid-column-gap: 240px;
  grid-row-gap: 240px;
}

.title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.title.hero-2-title, .title.align-left {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}

.title.job-title {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.title.search-title {
  text-align: left;
  justify-content: flex-start;
  align-items: stretch;
}

.bold-text {
  font-variation-settings: "wght" 500;
}

.bold-text.sidebar-text {
  min-width: 180px;
}

.service-link-boxes {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

.service-link-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #eeede4;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 24px 36px;
  display: flex;
}

.tags {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 888px;
  display: flex;
}

.tag {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #0f3d1c;
  border-radius: 200px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 6px 18px;
  display: flex;
}

.tag.small {
  padding: 3px 12px;
}

.tag.border-neutral-light {
  border-color: var(--neutral-light);
}

.stat-grid {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.stat-column-stat-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--palette-3b);
  border-radius: 12px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.hero-1-image {
  border-radius: 12px;
  max-height: 420px;
}

.horizontal-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.horizontal-section.contact-form-section {
  grid-column-gap: 48px;
  grid-template-columns: 2.5fr 1fr;
}

.unwrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.horizontal-section-contents, .small-vertical-features {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.small-vertical-feature {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-box-quote-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.quote-box {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  max-width: 411px;
  color: var(--neutral-light);
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: relative;
}

.quote-box.bg-palette-2a {
  background-color: var(--palette-2a);
}

.quote-box.bg-palette-3b {
  background-color: var(--palette-3b);
  color: var(--palette-1b);
}

.quote-box.bg-palette-1a {
  background-color: var(--palette-1a);
}

.description-text-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-box-portrait {
  z-index: 1;
  border-radius: 12px;
  max-height: 420px;
  margin-bottom: -192px;
  display: block;
  position: relative;
}

.image-box-portrait.above-quote {
  margin-bottom: -96px;
}

.image-box-portrait.no-margin {
  margin-bottom: 0;
}

.image-box-portrait.hero-3-image-box-portrait {
  align-self: flex-end;
}

.image-box-portrait.in-front {
  z-index: 1;
}

.image-box-portrait.increased-overlap {
  margin-bottom: -192px;
}

.image-box-portrait.cta-1-image {
  margin-bottom: 0;
}

.rounded-image {
  border-radius: 12px;
}

.steps-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.steps-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.process-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 0 solid #0f3d1c;
  border-left-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 96px;
  padding-left: 24px;
  padding-right: 48px;
  display: flex;
}

.step-icon-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 48px;
  height: 48px;
  color: var(--neutral-light);
  background-color: #0f3d1c;
  border-radius: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.step-text-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-1-marquee-box {
  background-color: #134e24;
  border-radius: 18px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 12px;
  display: flex;
  overflow: hidden;
}

.cta-section-contents {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.button-and-rating {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 532px;
  display: flex;
}

.button-and-rating.align-content-center {
  justify-content: flex-start;
  align-items: center;
}

.image-box-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #d8e4ca;
  border-radius: 18px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 12px;
  display: flex;
}

.image-box-small.bg-neutral-dark {
  background-color: var(--neutral-dark);
  justify-content: flex-start;
  align-items: center;
}

.image-box-small.bg-neutral-dark.align-right {
  justify-content: flex-end;
  align-items: center;
}

.image-box-small.bg-palette-4a {
  background-color: var(--palette-4a);
}

.image-box-small.bg-palette-4a.align-right {
  justify-content: flex-end;
  align-items: center;
}

.cta-container {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  display: flex;
}

.footer-content {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-links-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.product-links, .company-links, .account-links, .template-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-bottom-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-slogan {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-logo-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.subscribe-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #0f3d1c;
  border-radius: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 799px;
  padding: 12px;
  display: grid;
}

.footer-subscribe-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 12px;
  display: flex;
}

.subscribe-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.subscribe-input-section {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.divider-line {
  background-color: var(--palette-1a);
  width: 100%;
  height: 1px;
}

.footer-subscribe-image {
  height: 100%;
  max-height: 191px;
}

.footer-subscribe-image.rounded-image.small-radius {
  border-radius: 9px;
}

.horizontal-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
  display: flex;
}

.error-message {
  background-color: var(--palette-2a);
  border-radius: 12px;
  margin-top: 12px;
  padding: 20px;
}

.hero-2-contents {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 664px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.image-box-align-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.title-newline {
  text-indent: 36px;
  display: block;
}

.image-box-square {
  border-radius: 12px;
  max-height: 315px;
}

.image-box-square.large, .image-box-square.pull-up {
  max-height: 436px;
  margin-bottom: -216px;
}

.image-box-square.careers-hero {
  object-fit: cover;
  height: 100%;
  max-height: none;
}

.hover-boxes {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hover-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  max-width: 819px;
  height: 550px;
  color: var(--neutral-light);
  background-color: #000;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hover-box-image {
  z-index: 0;
  opacity: .7;
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
}

.hover-box-subtext {
  opacity: 1;
  width: 100%;
  max-width: 508px;
  padding: 48px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.hover-box-heading {
  text-align: center;
}

.stats-section-contents {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.stats-with-button {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.bordered-stats-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.bordered-stat {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 0 solid #0f3d1c;
  border-left-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 96px;
  padding-left: 24px;
  padding-right: 48px;
  display: flex;
}

.stat-section-image {
  width: 100%;
  max-width: 453px;
}

.logo {
  flex: none;
}

.text-features-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-feature {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 0 solid #0f3d1c;
  border-left-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 96px;
  padding-left: 24px;
  padding-right: 48px;
  display: flex;
}

.faq-section-contents {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.faq-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #eeede4;
  border: 0 solid #0f3d1c;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.faq-title {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq-section-image {
  width: 100%;
  max-width: 453px;
}

.main-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1404px;
  display: flex;
}

.boxed-form-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #9fb0dd;
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.boxed-form-title {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 1 0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.message-input-group {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-2-button-and-rating {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 532px;
  display: flex;
}

.small-square-image {
  border-radius: 12px;
  width: 197px;
}

.hero-3-title {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.video-box {
  grid-column-gap: -216px;
  grid-row-gap: -216px;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-box.hero-3-video-box {
  width: 378px;
}

.video-button {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #a4c085;
  border-radius: 72px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
}

.image-box-cta-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-box-cta {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  max-width: 411px;
  color: var(--palette-1b);
  background-color: #d8e4ca;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: relative;
}

.video-box-image {
  opacity: .5;
}

.video-button-icon {
  margin-left: 4px;
}

.sidebar-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.process-contents-wrapper {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1041px;
  display: flex;
}

.lightbox-link {
  position: absolute;
}

.stat-cluster-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 920px;
  display: flex;
}

.stat-column-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  max-width: 351px;
  display: flex;
}

.stat-column-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 315px;
}

.services-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.service-card {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #fefefb;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 12px 12px 60px;
  display: flex;
}

.service-card-body {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.service-card-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.arrow-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.arrow-list-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.icon-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2px;
  display: flex;
}

.service-card-image {
  border-radius: 5px;
  width: 100%;
}

.stats-column {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.stat {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.checklist {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.checklist-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.check-circle-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3px;
  display: flex;
}

.check-cricle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #134e24;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.stat-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta-1-contents {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.stars {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.star {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #7f95d1;
  border-radius: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.testimonial-slide-content {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  padding: 24px 48px;
  display: flex;
}

.quote-marks-container {
  background-color: #fefefb;
  border-radius: 72px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
}

.grid-quote-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.bordered-stat-cta {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border: 0 solid #0f3d1c;
  border-left-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 96px;
  padding-left: 24px;
  padding-right: 48px;
  display: flex;
}

.faq-container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.faq-footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.support-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.support-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.support-text.align-left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.avatar {
  width: 72px;
}

.avatar.large {
  width: 194px;
}

.testimonials-slider {
  background-color: #0000;
  height: auto;
  padding-bottom: 78px;
}

.mask {
  height: 100%;
  overflow: visible;
}

.slide-nav {
  display: none;
}

.slide-nav-left-arrow {
  border: 1px solid var(--palette-1b);
  background-color: var(--neutral-light);
  border-radius: 42px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  inset: auto 54px 0% 0%;
}

.slide-nav-right-arrow {
  border: 1px solid var(--palette-1b);
  background-color: var(--neutral-light);
  border-radius: 42px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  inset: auto 0% 0% 54px;
}

.quote-slider-portrait {
  border-radius: 12px;
  height: 581px;
}

.testimonial-slide {
  padding-left: 15px;
  padding-right: 15px;
}

.large-slider-quote {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #eeede4;
  border-radius: 18px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1162px;
  padding: 12px;
  display: flex;
}

.bordered-stats-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-4-wrapper {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-image-column-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 18px;
  justify-content: flex-start;
  align-items: center;
  width: 20vw;
  max-width: 315px;
  display: flex;
}

.hero-4-portrait-group {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-4-contents {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid-quotes {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.grid-quote {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-4-portrait {
  border-radius: 12px;
  width: 20vw;
  max-width: 315px;
  height: auto;
}

.hero-4-portrait-small {
  border-radius: 12px;
  width: 17vw;
  max-width: 245px;
  height: auto;
}

.hero-4-square {
  border-radius: 12px;
  width: 13vw;
  max-width: 179px;
  height: auto;
}

.small-quote-box-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.small-quote-box-grid-column {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.small-quote-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  color: var(--palette-1b);
  background-color: #fefefb;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

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

.services-grid-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.service-card-wide {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-variation-settings: "wght" 350;
  background-color: #fefefb;
  border-radius: 18px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 12px;
  display: flex;
}

.service-card-content {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px 48px;
  display: flex;
}

.bullet-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.bullet-list-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.service-card-wide-image {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 9px;
  align-self: stretch;
  width: 30vw;
  max-width: 522px;
}

.hero-7-contents {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.reviews-4-contents {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 661px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.quote-author-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.person-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.tab-section {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tab-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #dfddcc;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  padding: 6px;
  display: flex;
}

.tab-button {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--neutral-dark);
  color: var(--palette-1b);
  border-radius: 9px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px 48px;
  display: flex;
}

.tab-button.w--current {
  background-color: var(--neutral-mid);
}

.services-group {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.service-group-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-feature-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 24px;
  display: flex;
}

.image-feature-text {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tabs {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  margin-top: -72px;
  margin-bottom: -72px;
  display: flex;
}

.reviews-4-quote-author-image {
  border-radius: 120px;
  width: 100%;
  max-width: 120px;
}

.service-hero-contents {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  max-width: 678px;
  display: flex;
}

.breadcrumb {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.service-hero-cta {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.service-image-box-main-image-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-left: 78px;
  display: flex;
}

.image-box-landscape {
  border-radius: 12px;
}

.image-box-landscape.careers-hero {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  flex: 1;
  width: 100%;
}

.single-service-container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.article-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fefefb;
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 72px 72px 120px;
  display: flex;
}

.article {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: -30px;
  margin-bottom: -30px;
  display: flex;
}

.article h5 {
  font-variation-settings: "wght" 450;
  margin-top: 18px;
  font-size: 21px;
  line-height: 1.3em;
}

.article blockquote {
  border-left-width: 2px;
  border-left-color: var(--palette-1b);
  margin-bottom: 0;
  padding: 36px;
  font-size: 21px;
  line-height: 1.3em;
}

.article img {
  border-radius: 12px;
}

.article figcaption {
  font-variation-settings: "wght" 450;
  text-align: left;
  margin-top: -18px;
  font-size: 14px;
}

.article p {
  margin-bottom: 0;
}

.article ol {
  padding-left: 24px;
}

.article figure {
  flex-flow: row;
  margin-bottom: 0;
  padding-top: 36px;
  padding-bottom: 36px;
}

.article strong {
  font-variation-settings: "wght" 500;
}

.h4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 18px;
  display: flex;
}

.blockquote {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 0 solid #0f3d1c;
  border-left-width: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 36px;
  display: flex;
}

.sidebar {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  max-width: 436px;
  padding-top: 72px;
  display: flex;
}

.sidebar-top, .sidebar-testimonials {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sidebar-testimonial {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.bordered-cta {
  border: 0 solid #0f3d1c;
  border-left-width: 1px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 327px;
  padding-bottom: 96px;
  padding-left: 24px;
  padding-right: 48px;
  display: flex;
}

.service-image-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #134e24;
  border-radius: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-neutral-light {
  color: var(--neutral-light);
}

.breadcrumb-home-icon {
  padding-bottom: 4px;
}

.team-section-contents {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1041px;
  display: flex;
}

.team-member-grid {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.team-member {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.team-member-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.team-member-title {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.large-features-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.feature-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 0 solid #0f3d1c;
  border-left-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 96px;
  padding-left: 24px;
  padding-right: 48px;
  display: flex;
}

.article-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 75fr minmax(200px, 25fr);
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.article-grid.quarters {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.article-preview {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.article-meta, .article-preview-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.subscribe-box {
  background-color: #eeede4;
  border-radius: 18px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 12px;
  display: flex;
}

.subscribe-info {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  padding: 12px;
  display: flex;
}

.form-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.input-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.name-input-container, .email-input-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.subscribe-section-image {
  width: 100%;
  max-width: 360px;
}

.frame-337 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.article-preview-blog-hero-a {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.blog-hero-image-a {
  border-radius: 12px;
}

.blog-hero-image-b {
  border-radius: 12px;
  width: 100%;
  max-width: 333px;
}

.blog-hero-article-preview-b {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.article-header {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.article-header-text {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blog-article-main-image {
  border-radius: 12px;
  width: 40vw;
  max-width: 557px;
}

.main-heading {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.main-heading.centered {
  text-align: center;
  flex-flow: column;
}

.text-container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.frame-frame-frame-frame-frame-frame {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 678px;
  display: flex;
}

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

.team-member-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.team-member-card-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.team-member-card {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  background-color: #fefefb;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 48px 48px 120px;
  display: flex;
}

.career-hero-intro {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.career-cta {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.career-cta.align-center {
  justify-content: flex-start;
  align-items: center;
}

.career-cta.below-career-listing {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.careers-hero-image-box-right {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 362px;
  display: flex;
}

.checklist-section-contents {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1041px;
  display: flex;
}

.features-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.single-feature {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.jobs-section-contents {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.career-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.career-item {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.career-item-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.career-cta-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.career-item-basis-location {
  display: flex;
}

.collection-list-wrapper, .collection-item {
  align-self: stretch;
}

.job-description-form {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.apply-box {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  background-color: #d8e4ca;
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.form-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-pair {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.account-page-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.account-form-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #dfddcc;
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.account-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.account-logo-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.account-form-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-bottom: 24px;
  display: flex;
}

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

.account-form-body {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.account-form-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 557px;
  height: 100%;
  display: flex;
}

.account-form-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.reset-password-success {
  margin-top: 23px;
  margin-bottom: 24px;
}

.password-updated-button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.access-denied-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.dropdown-link {
  color: var(--neutral-light);
  border-radius: 9px;
  padding: 12px 18px;
  transition: background-color .2s;
}

.dropdown-link:hover {
  background-color: var(--palette-1a);
}

.dropdown-link.with-text {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

.nav-utility-link {
  color: var(--neutral-light);
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.fade-in-first.wide, .fade-in-second.wide {
  align-self: stretch;
}

.tour-cta {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 920px;
  display: flex;
}

.screenshot-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--palette-1a);
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  max-height: 600px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  overflow: hidden;
}

.screenshot-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.screenshot-image {
  border-radius: 4px;
  max-width: 320px;
}

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

.template-feature {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  display: flex;
}

.template-feautre-image-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--neutral-dark);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 360px;
  padding-top: 24px;
  display: flex;
  overflow: hidden;
}

.feature-screenshot {
  border-radius: 4px;
  max-width: 350px;
}

.template-feature-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.figma-cta {
  background-color: var(--neutral-light);
  border-radius: 12px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 24px 24px 24px 36px;
  display: flex;
}

.figma-cta-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.figma-cta-buttons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  display: flex;
}

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

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

.demo-link-screenshot-wrapper {
  background-color: var(--neutral-dark);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  height: 400px;
  padding-top: 24px;
  display: flex;
  overflow: hidden;
}

.demo-link-screenshot-wrapper.align-center {
  justify-content: center;
  align-items: center;
}

.demo-link-image {
  border-radius: 4px;
  max-width: 350px;
}

.user-account-wrapper {
  background-color: var(--neutral-mid);
  min-height: auto;
  padding: 96px 0;
}

.user-account {
  background-color: var(--neutral-light);
  border-radius: 12px;
}

.block-header {
  background-color: #0000;
  border-style: none;
  padding: 24px;
}

.block-content {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  margin-bottom: 0;
  padding: 24px;
  display: flex;
}

.user-account-form-block {
  flex: 1;
  display: flex;
}

.user-account-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.account-buttons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.hide {
  display: none;
}

.search-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-bottom: 0;
  display: flex;
}

.search-section {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  display: flex;
}

.search-result-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.search-url {
  color: var(--palette-2b);
}

.cms-title {
  display: flex;
}

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

.footer-link {
  color: var(--neutral-light);
  font-variation-settings: "wght" 350;
  transition: opacity .2s;
}

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

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

  .section.hero-1 {
    padding-bottom: 96px;
  }

  .section.tag-cloud-section {
    padding-top: 72px;
  }

  .section.hover-box-section, .section.faq-section-1, .section.form-section-5, .section.stat-cluster-section, .section.services-listing-1, .section.reviews-1, .section.reviews-3, .section.services-listing-wide {
    padding-bottom: 96px;
  }

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

  .section.news-header, .section.process-2, .section.reviews-2, .section.contact-form-section {
    padding-bottom: 96px;
  }

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

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

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

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

  .large-text.form-prompt-text {
    padding-right: 24px;
  }

  .trigger-search-modal {
    width: 100%;
    font-size: 21px;
    line-height: 1.3em;
  }

  .menu-button {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: block;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

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

  .nav-link {
    border-bottom: 1px solid var(--palette-1a);
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 21px;
    line-height: 1.3em;
  }

  .nav-dropdown-toggle {
    justify-content: space-between;
    font-size: 21px;
    line-height: 1.3em;
  }

  .nav-menu {
    z-index: 999;
    background-color: var(--palette-1c);
    position: fixed;
    inset: 0;
    overflow: scroll;
  }

  .nav-links {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }

  .mobile-logo {
    margin-bottom: 48px;
    display: block;
  }

  .nav-menu-close {
    pointer-events: auto;
  }

  .heading-one {
    font-size: 51px;
    line-height: 1.1em;
  }

  .heading-four.long-text {
    letter-spacing: 0;
    font-size: 21px;
    line-height: 1.3em;
  }

  .faq-wrapper {
    align-self: stretch;
  }

  .nav-dropdown-list.w--open {
    position: relative;
  }

  .nav-dropdown-body {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #0000;
    border-style: none;
    padding: 18px 0 12px;
    position: static;
  }

  .nav-dropdown {
    border-bottom: 1px solid var(--palette-1a);
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .image-box.stat-column-image-box {
    max-width: 100%;
  }

  .serif.heading-two.indent-on-desktop {
    padding-left: 0;
  }

  .vertical-section, .vertical-section.large-gap {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .vertical-section.stats-section-1, .vertical-section.news-hero-contents {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
  }

  .title.hero-2-title {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .bold-text.sidebar-text {
    min-width: 180px;
  }

  .service-link-boxes {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    display: flex;
  }

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

  .horizontal-section {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-flow: column;
    display: flex;
  }

  .horizontal-section.cta {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .image-box-portrait {
    z-index: 1;
    max-width: 60%;
  }

  .image-box-portrait.stat-columns-image-box-portrait {
    max-width: 80%;
  }

  .image-box-portrait.increased-overlap.in-front {
    max-width: 60%;
    margin-bottom: -40%;
  }

  .image-box-portrait.cta-1-image {
    max-width: none;
  }

  .rounded-image.quote-image {
    width: 50%;
  }

  .steps-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .process-item {
    padding-bottom: 48px;
  }

  .cta-section-contents {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
  }

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

  .footer-bottom-section {
    flex-flow: column-reverse;
  }

  .subscribe-section {
    flex-flow: column;
    max-width: none;
    display: flex;
  }

  .footer-subscribe-container {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .footer-subscribe-image.rounded-image.small-radius {
    max-height: none;
    display: none;
  }

  .hero-2-contents {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .title-newline {
    display: inline;
  }

  .image-box-square {
    max-width: 60%;
  }

  .image-box-square.careers-hero {
    object-fit: cover;
    max-width: 100%;
  }

  .hover-boxes {
    flex-flow: column;
  }

  .hover-box {
    height: 500px;
  }

  .hover-box-subtext {
    text-align: center;
    left: auto;
  }

  .hover-box-heading.heading-three {
    padding: 48px;
  }

  .stats-section-contents {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
  }

  .bordered-stat {
    padding-bottom: 72px;
  }

  .stat-section-image {
    margin-top: -24px;
  }

  .text-features-container {
    flex-flow: column;
  }

  .text-feature {
    padding-bottom: 72px;
  }

  .faq-section-contents {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .faq-section-image {
    margin-top: -24px;
  }

  .hero-2-button-and-rating {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-3-title {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .video-box.hero-3-video-box {
    width: 100%;
  }

  .sidebar-section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .process-contents-wrapper {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .stat-cluster-wrapper {
    flex-flow: column;
    align-items: stretch;
  }

  .stat-column-left {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: grid;
  }

  .services-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .service-card {
    font-variation-settings: "wght" 350;
  }

  .icon-container {
    flex: none;
  }

  .services-listing-wrapper {
    width: 100%;
    max-width: 557px;
    margin-left: auto;
    margin-right: auto;
  }

  .services-listing-wrapper.wide {
    max-width: none;
  }

  .stat-box {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testimonial-slide-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 18px;
  }

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

  .testimonials-slider {
    max-width: 557px;
    margin-left: auto;
    margin-right: auto;
  }

  .quote-slider-portrait {
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 7px;
    width: 100%;
    height: auto;
  }

  .large-slider-quote {
    flex-flow: column;
    padding: 18px;
  }

  .bordered-stats-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .hero-image-column-left {
    order: 1;
    width: 100%;
    max-width: none;
  }

  .hero-4-portrait-group {
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    width: 100%;
  }

  .grid-quotes {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-self: stretch;
    display: flex;
  }

  .grid-quote {
    flex-flow: row;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-end;
    max-width: none;
  }

  .hero-4-portrait, .hero-4-portrait-small {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    max-width: none;
  }

  .hero-4-square {
    display: none;
  }

  .small-quote-box-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: 678px;
    display: grid;
  }

  .small-quote-box-grid-column {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .small-quote-box {
    justify-content: space-between;
    height: 100%;
  }

  .services-grid-2, .service-card-wide {
    flex-flow: column;
  }

  .service-card-content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .service-card-wide-image {
    width: 100%;
    max-width: none;
  }

  .hero-7-contents {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .services-group {
    flex-flow: column;
  }

  .tabs {
    max-width: 557px;
    margin-left: auto;
    margin-right: auto;
  }

  .service-hero-contents {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .single-service-container {
    flex-flow: column;
  }

  .article-box {
    padding-bottom: 96px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .sidebar {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    max-width: none;
    padding-top: 0;
  }

  .bordered-cta.service-cta {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    height: auto;
    padding-bottom: 0;
  }

  .breadcrumb-home-icon {
    padding-bottom: 4px;
  }

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

  .large-features-container {
    flex-flow: column;
  }

  .feature-container {
    padding-bottom: 72px;
  }

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

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

  .subscribe-box {
    justify-content: space-between;
    align-items: flex-end;
  }

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

  .input-container {
    flex-flow: column;
  }

  .subscribe-section-image {
    max-width: 35vw;
  }

  .article-preview-blog-hero-a {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .blog-hero-article-preview-b {
    flex-flow: row;
  }

  .article-header {
    flex-flow: column;
  }

  .article-header-text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .blog-article-main-image {
    width: 100%;
    max-width: none;
  }

  .service-link-box-wrapper {
    max-width: 49%;
  }

  .careers-hero-image-box-right {
    width: 100%;
  }

  .reset-password-success {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 0;
  }

  .dropdown-link {
    opacity: .75;
    background-color: #0000;
    border-radius: 0;
    padding: 0;
  }

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

  .dropdown-link.with-text {
    opacity: 1;
    padding-top: 9px;
    padding-bottom: 9px;
  }

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

  .screenshot-group {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
    max-height: 380px;
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .screenshot-image {
    max-width: 200px;
  }

  .template-features-grid {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    grid-template-columns: 1fr;
  }

  .template-feature {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .figma-cta {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

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

  .demo-link-screenshot-wrapper {
    height: 300px;
  }

  .demo-link-image {
    max-width: 240px;
  }

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

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

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

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

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

  .section.tag-cloud-section {
    padding-bottom: 72px;
  }

  .section.increased-bottom-padding, .section.combo-section-1 {
    padding-bottom: 96px;
  }

  .section.hero-6 {
    padding-bottom: 48px;
  }

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

  .button {
    flex: none;
  }

  .search-modal-container {
    max-width: 90%;
  }

  .heading-two {
    font-size: 38px;
    line-height: 1.1em;
  }

  .heading-three.featured-post-title {
    font-size: 29px;
    line-height: 1.2em;
  }

  .heading-four.tag-text {
    letter-spacing: 0;
    font-size: 21px;
    line-height: 1.3em;
  }

  .image-box {
    border-radius: 12px;
  }

  .image-box.wide.bg-palette-4b {
    width: 100%;
  }

  .image-box.stat-column-image-box {
    max-width: none;
  }

  .stars-with-score {
    justify-content: flex-start;
    align-items: center;
  }

  .star-circle {
    flex: none;
  }

  .serif.indent-on-desktop-tablet {
    padding-left: 0;
  }

  .vertical-section.stats-section-1 {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .vertical-section.align-center-on-mobile {
    justify-content: flex-start;
    align-items: center;
  }

  .vertical-section.article-intro {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

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

  .service-link-boxes {
    flex-flow: column;
    width: 100%;
    max-width: 436px;
    margin-left: auto;
    margin-right: auto;
  }

  .service-link-box {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .tags.small-tags {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .tag {
    padding: 4px 12px;
  }

  .stat-grid {
    grid-column-gap: 48px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    display: grid;
  }

  .stat-column-stat-box {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-1-image {
    border-radius: 7px;
    max-height: 280px;
  }

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

  .horizontal-section-contents {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .quote-box.bg-palette-2a, .image-box-portrait {
    border-radius: 7px;
  }

  .image-box-portrait.hero-3-image-box-portrait {
    margin-bottom: -117px;
  }

  .image-box-portrait.cta-1-image {
    max-height: 280px;
  }

  .rounded-image {
    border-radius: 9px;
  }

  .steps-container {
    flex-flow: column;
  }

  .process-item {
    padding-bottom: 48px;
  }

  .hero-1-marquee-box {
    border-radius: 12px;
  }

  .cta-section-contents {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-box-small {
    border-radius: 12px;
  }

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

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

  .subscribe-section {
    border-radius: 12px;
    flex-flow: column;
    display: flex;
  }

  .footer-subscribe-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .service-link-boxes-wrapper {
    width: 100%;
  }

  .image-box-square {
    border-radius: 7px;
  }

  .image-box-square.pull-up {
    max-width: 55%;
    margin-bottom: -180px;
  }

  .hover-boxes {
    flex-flow: column;
  }

  .hover-box {
    height: 400px;
  }

  .hover-box-subtext {
    padding: 36px;
  }

  .bordered-stats-grid {
    flex-flow: column;
  }

  .bordered-stat {
    padding-bottom: 48px;
  }

  .stat-section-image {
    margin-top: -48px;
    margin-bottom: -24px;
  }

  .text-feature {
    padding-bottom: 48px;
  }

  .faq-section-image {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .boxed-form-wrapper {
    border-radius: 12px;
  }

  .form-row {
    flex-flow: column;
  }

  .small-square-image {
    border-radius: 7px;
  }

  .video-box.hero-3-video-box {
    width: 100%;
  }

  .sidebar-section {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
  }

  .process-contents-wrapper {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .stat-cluster-wrapper {
    flex-flow: column;
  }

  .stat-column-left {
    max-width: none;
  }

  .stat-column-image {
    height: auto;
  }

  .bordered-stat-cta {
    padding-bottom: 48px;
  }

  .testimonial-slide {
    width: 100%;
  }

  .large-slider-quote {
    border-radius: 12px;
    padding: 24px;
  }

  .bordered-stats-grid-2 {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .hero-4-wrapper {
    flex-flow: column;
  }

  .hero-image-column-left {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .hero-4-portrait-group {
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
  }

  .grid-quotes {
    flex-flow: column;
  }

  .hero-4-square {
    width: 24vw;
  }

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

  .small-quote-box-grid-column {
    flex-flow: column;
    max-width: 436px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .service-card-wide {
    border-radius: 12px;
    flex-flow: column;
  }

  .service-card-content {
    padding-top: 48px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .service-card-wide-image {
    border-radius: 7px;
    width: 100%;
    max-width: none;
  }

  .hero-7-contents {
    flex-flow: column;
  }

  .reviews-4-contents {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .tab-section {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .tab-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .services-group {
    flex-flow: column;
  }

  .image-box-landscape {
    border-radius: 7px;
  }

  .article img {
    border-radius: 9px;
  }

  .service-image-box {
    border-radius: 12px;
  }

  .team-member-title, .article-preview {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .subscribe-box {
    flex-flow: column;
  }

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

  .subscribe-section-image {
    display: none;
  }

  .article-header {
    flex-flow: column;
  }

  .article-header-text {
    order: 1;
  }

  .blog-article-main-image {
    width: 100%;
    max-width: none;
  }

  .service-link-box-wrapper {
    max-width: none;
  }

  .team-member-card {
    padding: 48px 24px 96px;
  }

  .career-item-title {
    justify-content: space-between;
    align-items: center;
    padding-right: 24px;
  }

  .career-item-basis-location {
    flex: none;
  }

  .account-form-box {
    border-radius: 12px;
  }

  .access-denied-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-utility-link {
    display: none;
  }

  .screenshot-group {
    border-radius: 12px;
    max-height: 320px;
  }

  .screenshot-image {
    max-width: 180px;
  }

  .demo-link-screenshot-wrapper {
    border-radius: 9px;
    height: 260px;
  }

  .demo-link-image {
    max-width: 200px;
  }
}

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

  h1 {
    font-size: 38px;
    line-height: 1.1em;
  }

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

  h3 {
    font-variation-settings: "wght" 350;
    font-size: 29px;
    line-height: 1.2em;
  }

  h4 {
    letter-spacing: 0;
    font-size: 21px;
    line-height: 1.3em;
  }

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

  .section.services-summary, .section.hover-box-section, .section.form-section-5, .section.stat-cluster-section, .section.services-listing-1, .section.reviews-1, .section.reviews-3 {
    padding-bottom: 72px;
  }

  .section.service-article-section {
    padding-top: 48px;
  }

  .section.news-header {
    padding-bottom: 72px;
  }

  .section.career-hero {
    padding-top: 48px;
    padding-bottom: 72px;
  }

  .section.contact-form-section {
    padding-bottom: 72px;
  }

  .section.blog-category-hero {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section.utilty-title-section {
    padding-top: 96px;
  }

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

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

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

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

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

  .large-text.long-text {
    font-size: 16px;
  }

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

  .button.large {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .form-input {
    border-radius: 6px;
  }

  .footer {
    padding-top: 96px;
  }

  .search-modal-container {
    border-radius: 9px;
    padding: 12px;
  }

  .checkbox {
    flex: none;
  }

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

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

  .photography-license-link {
    border-radius: 9px;
  }

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

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

  .style-guide-colour-group {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .style-guide-colour {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .heading-one {
    font-size: 38px;
    line-height: 1.1em;
  }

  .heading-two, .heading-three {
    font-variation-settings: "wght" 350;
    font-size: 29px;
    line-height: 1.2em;
  }

  .heading-three.featured-post-title, .heading-four {
    letter-spacing: 0;
    font-size: 21px;
    line-height: 1.3em;
  }

  .heading-four.serif.team-member-single-qualification {
    font-size: 24px;
  }

  .heading-four.tag-text, .heading-four.long-text {
    font-size: 18px;
  }

  .faq-dropdown-toggle {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .marquee-horizontal-set.move-left {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding-left: 3px;
    padding-right: 3px;
  }

  .hero-1-contents {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .image-box {
    padding: 9px;
  }

  .image-box.hero-3-image-box {
    padding: 0;
  }

  .image-box.careers-hero-image-box {
    flex-flow: column;
    display: flex;
  }

  .serif.heading-one {
    font-variation-settings: "wght" 400;
  }

  .vertical-section, .vertical-section.large-gap {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .vertical-section.article-intro {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .bold-text.faq-question-text {
    white-space: normal;
    overflow-wrap: anywhere;
    max-width: 100%;
    padding-right: 12px;
  }

  .service-link-boxes {
    justify-content: flex-start;
    align-items: center;
  }

  .service-link-box {
    max-width: none;
  }

  .tag.small {
    padding: 2px 9px;
  }

  .stat-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    display: flex;
  }

  .hero-1-image {
    max-height: 180px;
  }

  .horizontal-section.hero-3-horizontal-section {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .small-vertical-features {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .quote-box {
    margin-left: 24px;
    padding: 18px;
  }

  .image-box-portrait {
    width: 60%;
    margin-bottom: -40%;
  }

  .image-box-portrait.above-quote {
    margin-bottom: -54px;
  }

  .image-box-portrait.hero-3-image-box-portrait {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    display: none;
  }

  .image-box-portrait.stat-columns-image-box-portrait {
    margin-bottom: -22%;
  }

  .image-box-portrait.cta-1-image {
    width: auto;
    max-height: 220px;
  }

  .rounded-image.quote-image {
    width: 100%;
  }

  .process-item {
    padding-bottom: 48px;
    padding-right: 0;
  }

  .step-text-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .hero-1-marquee-box {
    padding: 6px;
  }

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

  .subscribe-section {
    padding: 18px;
  }

  .footer-subscribe-container {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    padding: 0;
  }

  .horizontal-form {
    flex-flow: column;
  }

  .image-box-square {
    width: 60%;
  }

  .image-box-square.large {
    margin-bottom: -40%;
  }

  .image-box-square.pull-up {
    margin-bottom: -68px;
  }

  .image-box-square.careers-hero {
    width: 100%;
  }

  .hover-boxes {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .hover-box {
    height: 260px;
  }

  .hover-box-subtext {
    display: none;
  }

  .bordered-stat {
    padding-bottom: 48px;
    padding-right: 0;
  }

  .text-features-container {
    flex-flow: column;
  }

  .text-feature {
    padding-bottom: 48px;
  }

  .faq-item.cta {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .faq-title.with-button {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
  }

  .boxed-form-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding: 18px;
  }

  .boxed-form-title {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .small-square-image.form-box-image {
    display: none;
  }

  .sidebar-section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .stat-column-left {
    flex-flow: column;
    display: flex;
  }

  .stat-column-image {
    max-height: 180px;
  }

  .icon-container {
    flex: none;
  }

  .stat {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .stat-box {
    width: 100%;
  }

  .cta-1-contents {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    height: auto;
  }

  .testimonial-slide-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 0;
  }

  .quote-marks-container {
    width: 48px;
    height: 48px;
    padding: 12px;
  }

  .grid-quote-text {
    padding: 12px;
  }

  .bordered-stat-cta {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .avatar.large {
    width: 120px;
  }

  .large-slider-quote {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 11px;
  }

  .hero-4-wrapper {
    grid-row-gap: 48px;
  }

  .hero-4-contents, .grid-quotes {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .grid-quote {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-4-portrait, .hero-4-portrait-small {
    border-radius: 9px;
  }

  .small-quote-box-grid-column {
    flex-flow: column;
    display: flex;
  }

  .service-card-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 24px;
  }

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

  .tabs {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .article-box {
    padding-top: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .article {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: -24px;
    margin-bottom: -24px;
  }

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

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

  .article figure {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .service-image-box {
    padding: 9px;
  }

  .team-section-contents {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .team-member-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .team-member, .team-member-text, .team-member-title {
    justify-content: flex-start;
    align-items: center;
  }

  .feature-container {
    padding-bottom: 48px;
  }

  .article-grid {
    grid-row-gap: 72px;
    grid-template-columns: 1fr;
  }

  .article-grid.quarters {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

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

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

  .input-container {
    flex-flow: column;
  }

  .blog-hero-image-a, .blog-hero-image-b {
    border-radius: 9px;
  }

  .blog-hero-article-preview-b {
    flex-flow: column;
  }

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

  .blog-article-main-image {
    border-radius: 9px;
  }

  .service-link-box-wrapper {
    max-width: 75%;
  }

  .quote-box-icon {
    display: none;
  }

  .team-member-card {
    border-radius: 9px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .careers-hero-image-box-right {
    display: none;
  }

  .career-item-title {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    padding-right: 0;
  }

  .career-item-basis-location {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .form-pair {
    flex-flow: column;
  }

  .account-form-box {
    padding: 18px;
  }

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

  .screenshot-group {
    border-radius: 9px;
    max-height: 180px;
  }

  .screenshot-image {
    border-radius: 3px;
    max-width: 100px;
  }

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

  .template-feautre-image-wrapper {
    border-radius: 9px;
    height: 240px;
  }

  .feature-screenshot {
    border-radius: 3px;
    max-width: 220px;
  }

  .figma-cta-left {
    text-align: center;
    flex-flow: column;
  }

  .figma-cta-buttons {
    flex-flow: column;
    align-self: stretch;
  }

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

  .account-buttons {
    flex-flow: column;
    align-self: stretch;
  }

  .search-form {
    flex-flow: column;
  }

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

#w-node-_8fff5178-3586-b1a5-8d9b-91f292600812-e829419a, #w-node-_8fff5178-3586-b1a5-8d9b-91f292600829-e829419a, #w-node-_8fff5178-3586-b1a5-8d9b-91f29260083e-e829419a, #w-node-_8fff5178-3586-b1a5-8d9b-91f292600849-e829419a, #w-node-_8fff5178-3586-b1a5-8d9b-91f292600858-e829419a, #w-node-_8fff5178-3586-b1a5-8d9b-91f29260085f-e829419a, #w-node-_8fff5178-3586-b1a5-8d9b-91f292600866-e829419a, #w-node-_8fff5178-3586-b1a5-8d9b-91f292600874-e829419a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8fff5178-3586-b1a5-8d9b-91f292600876-e829419a {
  justify-self: end;
}

#w-node-_8fff5178-3586-b1a5-8d9b-91f292600878-e829419a, #w-node-_5b6c9c92-0cfb-e5d4-a047-2c220f3a2c35-e829419b, #w-node-_5b6c9c92-0cfb-e5d4-a047-2c220f3a2c37-e829419b, #w-node-d22534c0-ea6b-03c3-8a64-8b656edde6fc-e829419b, #w-node-c33280ed-1f20-f268-5ea8-1c49d0766257-e829419b, #w-node-c33280ed-1f20-f268-5ea8-1c49d0766259-e829419b, #w-node-c33280ed-1f20-f268-5ea8-1c49d076625c-e829419b, #w-node-c33280ed-1f20-f268-5ea8-1c49d076625e-e829419b, #w-node-c33280ed-1f20-f268-5ea8-1c49d0766261-e829419b, #w-node-c33280ed-1f20-f268-5ea8-1c49d0766263-e829419b, #w-node-b503806c-5ac2-9c61-a6b5-ab2341af00a9-e829419b, #w-node-b503806c-5ac2-9c61-a6b5-ab2341af00ac-e829419b, #w-node-b503806c-5ac2-9c61-a6b5-ab2341af00b3-e829419b, #w-node-b503806c-5ac2-9c61-a6b5-ab2341af00b5-e829419b, #w-node-b503806c-5ac2-9c61-a6b5-ab2341af00b7-e829419b, #w-node-b503806c-5ac2-9c61-a6b5-ab2341af00bd-e829419b, #w-node-b503806c-5ac2-9c61-a6b5-ab2341af00bf-e829419b, #w-node-b503806c-5ac2-9c61-a6b5-ab2341af00c1-e829419b, #w-node-b503806c-5ac2-9c61-a6b5-ab2341af00c7-e829419b, #w-node-b503806c-5ac2-9c61-a6b5-ab2341af00c9-e829419b, #w-node-b503806c-5ac2-9c61-a6b5-ab2341af00cb-e829419b, #w-node-b503806c-5ac2-9c61-a6b5-ab2341af00d1-e829419b, #w-node-b503806c-5ac2-9c61-a6b5-ab2341af00d3-e829419b, #w-node-b503806c-5ac2-9c61-a6b5-ab2341af00d5-e829419b, #w-node-a2215c94-0f41-b7fb-b3b4-ca0721b18843-e829419b, #w-node-a2215c94-0f41-b7fb-b3b4-ca0721b18847-e829419b, #w-node-a2215c94-0f41-b7fb-b3b4-ca0721b18849-e829419b, #w-node-a2215c94-0f41-b7fb-b3b4-ca0721b1884c-e829419b, #w-node-a2215c94-0f41-b7fb-b3b4-ca0721b1884e-e829419b, #w-node-a2215c94-0f41-b7fb-b3b4-ca0721b18851-e829419b, #w-node-a2215c94-0f41-b7fb-b3b4-ca0721b18853-e829419b, #w-node-ef5a2485-5763-3c74-e803-475ccd441fa3-e829419b, #w-node-_2ee8fc33-86a6-107d-ea3f-b8f266d9c573-e829419b, #w-node-_2ee8fc33-86a6-107d-ea3f-b8f266d9c575-e829419b, #w-node-_2ee8fc33-86a6-107d-ea3f-b8f266d9c578-e829419b, #w-node-_0cc68531-6aae-7ae4-e797-4ca7574992c3-e829419b, #w-node-_0cc68531-6aae-7ae4-e797-4ca7574992d3-e829419b, #w-node-_583046e9-1144-e94b-fb29-fdd25eea9a4c-55b37658, #w-node-_583046e9-1144-e94b-fb29-fdd25eea9a63-55b37658, #w-node-_583046e9-1144-e94b-fb29-fdd25eea9a78-55b37658, #w-node-_583046e9-1144-e94b-fb29-fdd25eea9a83-55b37658, #w-node-_583046e9-1144-e94b-fb29-fdd25eea9a91-55b37658, #w-node-_583046e9-1144-e94b-fb29-fdd25eea9a95-55b37658, #w-node-_583046e9-1144-e94b-fb29-fdd25eea9a99-55b37658, #w-node-_583046e9-1144-e94b-fb29-fdd25eea9aa3-55b37658 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_583046e9-1144-e94b-fb29-fdd25eea9aa5-55b37658 {
  justify-self: end;
}

#w-node-_583046e9-1144-e94b-fb29-fdd25eea9aa6-55b37658, #w-node-eddf5b05-0e19-af47-ba34-ebabe82c8435-e829419d, #w-node-caab9666-9cad-f248-ef35-8b7a7c373b66-e829419d, #w-node-caab9666-9cad-f248-ef35-8b7a7c373b68-e829419d, #w-node-_1b51f3e9-e1fa-c48a-300a-09ba1a6417d1-e829419d, #w-node-_403bfcd5-1384-19db-1d03-d51b33217bef-e829419d, #w-node-_403bfcd5-1384-19db-1d03-d51b33217bf1-e829419d, #w-node-d0d74f96-31c9-0353-fdda-74301b067285-e829419d, #w-node-_1c04f03a-c4b6-9718-c361-e3029d9f6f54-e829419d, #w-node-_1c04f03a-c4b6-9718-c361-e3029d9f6f5c-e829419d, #w-node-_1c04f03a-c4b6-9718-c361-e3029d9f6f5d-e829419d, #w-node-_1c04f03a-c4b6-9718-c361-e3029d9f6f5f-e829419d, #w-node-b2bc35bf-b302-a93f-a154-f623b3dc64bc-e829419d, #w-node-b2bc35bf-b302-a93f-a154-f623b3dc64cc-e829419d, #w-node-_3ef15c3b-e9dc-8ea7-bf37-1aa0e3778463-e829419e, #w-node-e599f5cc-9346-22e6-cf57-ee7b3c05fe46-e82941a0, #w-node-_60ed195a-7565-d509-fabc-3563fad75c51-e82941a0, #w-node-_60ed195a-7565-d509-fabc-3563fad75c57-e82941a0, #w-node-_60ed195a-7565-d509-fabc-3563fad75c5b-e82941a0, #w-node-_60ed195a-7565-d509-fabc-3563fad75c5f-e82941a0, #w-node-_60ed195a-7565-d509-fabc-3563fad75c68-e82941a0, #w-node-_60ed195a-7565-d509-fabc-3563fad75c6a-e82941a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60ed195a-7565-d509-fabc-3563fad75c72-e82941a0 {
  align-self: end;
}

#w-node-ace8ac5d-c2bc-cc40-91c6-782f2efd10c4-e82941a1, #w-node-ace8ac5d-c2bc-cc40-91c6-782f2efd10c8-e82941a1, #w-node-f9e4b556-5b09-0e06-b767-72230fa4c310-e82941a1, #w-node-f9e4b556-5b09-0e06-b767-72230fa4c311-e82941a1, #w-node-f9e4b556-5b09-0e06-b767-72230fa4c313-e82941a1, #w-node-f9e4b556-5b09-0e06-b767-72230fa4c31c-e82941a1, #w-node-f9e4b556-5b09-0e06-b767-72230fa4c32c-e82941a1, #w-node-_21bbcb4d-a043-b6e9-a04b-5622a50db061-e82941a2, #w-node-_21bbcb4d-a043-b6e9-a04b-5622a50db063-e82941a2, #w-node-_35b98faa-ecee-16d1-48f2-dbef7dedfc6a-e82941a2, #w-node-_21bbcb4d-a043-b6e9-a04b-5622a50db068-e82941a2, #w-node-_21bbcb4d-a043-b6e9-a04b-5622a50db06b-e82941a2, #w-node-_00dbf395-e590-005b-9aae-e2ec11965024-e82941a2, #w-node-_00dbf395-e590-005b-9aae-e2ec1196502a-e82941a2, #w-node-_00dbf395-e590-005b-9aae-e2ec1196502e-e82941a2, #w-node-_00dbf395-e590-005b-9aae-e2ec11965033-e82941a2, #w-node-_00dbf395-e590-005b-9aae-e2ec11965037-e82941a2, #w-node-_00dbf395-e590-005b-9aae-e2ec1196503b-e82941a2, #w-node-_00dbf395-e590-005b-9aae-e2ec11965041-e82941a2, #w-node-_8aefe221-ae65-faa6-1cc9-5e90ca950691-e82941a3, #w-node-_8aefe221-ae65-faa6-1cc9-5e90ca950694-e82941a3, #w-node-de90333b-e20f-bf3a-b9b6-57b4aa63efff-e82941a3, #w-node-de90333b-e20f-bf3a-b9b6-57b4aa63f002-e82941a3, #w-node-de90333b-e20f-bf3a-b9b6-57b4aa63f004-e82941a3, #w-node-_8676c489-bec4-6581-2fa1-78948371f4e3-e82941a3, #w-node-_8676c489-bec4-6581-2fa1-78948371f4eb-e82941a3, #w-node-_8676c489-bec4-6581-2fa1-78948371f4ec-e82941a3, #w-node-_8676c489-bec4-6581-2fa1-78948371f4ee-e82941a3, #w-node-_8676c489-bec4-6581-2fa1-78948371f4f6-e82941a3, #w-node-_8676c489-bec4-6581-2fa1-78948371f506-e82941a3, #w-node-_9b764039-59ef-0755-a50c-06942b759326-e82941a4, #w-node-_9b764039-59ef-0755-a50c-06942b759329-e82941a4, #w-node-_9b764039-59ef-0755-a50c-06942b75932f-e82941a4, #w-node-_9b764039-59ef-0755-a50c-06942b759331-e82941a4, #w-node-ee60b858-a980-cbc9-3426-4e33d2ce30b7-e82941a6, #w-node-ee60b858-a980-cbc9-3426-4e33d2ce30bb-e82941a6, #w-node-a4306312-a514-4265-4565-dc0ad84b7a24-e82941a6, #w-node-a4306312-a514-4265-4565-dc0ad84b7a26-e82941a6, #w-node-a4306312-a514-4265-4565-dc0ad84b7a29-e82941a6, #w-node-a4306312-a514-4265-4565-dc0ad84b7a2b-e82941a6, #w-node-a4306312-a514-4265-4565-dc0ad84b7a2d-e82941a6, #w-node-a4306312-a514-4265-4565-dc0ad84b7a2f-e82941a6, #w-node-a4306312-a514-4265-4565-dc0ad84b7a32-e82941a6, #w-node-a4306312-a514-4265-4565-dc0ad84b7a35-e82941a6, #w-node-a4306312-a514-4265-4565-dc0ad84b7a37-e82941a6, #w-node-a4306312-a514-4265-4565-dc0ad84b7a39-e82941a6, #w-node-a4306312-a514-4265-4565-dc0ad84b7a3b-e82941a6, #w-node-a4306312-a514-4265-4565-dc0ad84b7a3d-e82941a6, #w-node-a4306312-a514-4265-4565-dc0ad84b7a3f-e82941a6, #w-node-_740b534d-622f-87d0-f7ca-957a327711d1-e82941a7, #w-node-_8710fd84-ccfe-090c-3ce9-1d5dc594b23f-e82941a7, #w-node-_99e2d332-2940-bcfa-1e3c-70538e7b4c80-e82941a7, #w-node-_305f1c19-c1a8-ca90-3236-7902541f11a1-e82941a7, #w-node-d6f90149-bf96-7508-a61f-9dd3c815fa75-e82941a7, #w-node-e33cb357-126f-c448-0b0a-009f9e94bd48-e82941a7, #w-node-_6a071d95-3141-e518-ed02-a3bd8354ae48-e82941a7, #w-node-bb5e06b0-5ad3-519b-22cc-df33edcd2849-e82941aa, #w-node-bb5e06b0-5ad3-519b-22cc-df33edcd284c-e82941aa, #w-node-bb5e06b0-5ad3-519b-22cc-df33edcd2851-e82941aa, #w-node-e9af36ed-bd36-9a2f-1e25-7e95768aa428-e82941aa, #w-node-e9af36ed-bd36-9a2f-1e25-7e95768aa42a-e82941aa, #w-node-b04dd527-c8e8-a65f-2541-cd8c3b78ac88-e82941aa, #w-node-_25ac82df-c8f1-b77b-d2e6-0aaa6852c78c-e82941aa, #w-node-_25ac82df-c8f1-b77b-d2e6-0aaa6852c790-e82941aa, #w-node-_25ac82df-c8f1-b77b-d2e6-0aaa6852c793-e82941aa, #w-node-_25ac82df-c8f1-b77b-d2e6-0aaa6852c796-e82941aa, #w-node-_25ac82df-c8f1-b77b-d2e6-0aaa6852c799-e82941aa, #w-node-_25ac82df-c8f1-b77b-d2e6-0aaa6852c79c-e82941aa, #w-node-_25ac82df-c8f1-b77b-d2e6-0aaa6852c79f-e82941aa, #w-node-_25ac82df-c8f1-b77b-d2e6-0aaa6852c7a2-e82941aa, #w-node-_25ac82df-c8f1-b77b-d2e6-0aaa6852c7a5-e82941aa, #w-node-_25ac82df-c8f1-b77b-d2e6-0aaa6852c7a8-e82941aa, #w-node-_25ac82df-c8f1-b77b-d2e6-0aaa6852c7ab-e82941aa, #w-node-c7e1ee9d-2280-6c24-ec3a-0d70e246b401-e82941aa, #w-node-c7e1ee9d-2280-6c24-ec3a-0d70e246b403-e82941aa, #w-node-c7e1ee9d-2280-6c24-ec3a-0d70e246b406-e82941aa, #w-node-c7e1ee9d-2280-6c24-ec3a-0d70e246b408-e82941aa, #w-node-c7e1ee9d-2280-6c24-ec3a-0d70e246b40b-e82941aa, #w-node-c7e1ee9d-2280-6c24-ec3a-0d70e246b40d-e82941aa, #w-node-_6e79060e-80de-d593-ef01-d8071ee74a6f-e82941aa, #w-node-_6e79060e-80de-d593-ef01-d8071ee74a71-e82941aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e79060e-80de-d593-ef01-d8071ee74a88-e82941aa {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-ec33e3dc-1600-6a40-20b4-d94cd71876ac-e82941aa {
  justify-self: center;
}

#w-node-_6e79060e-80de-d593-ef01-d8071ee74a77-e82941aa, #w-node-_6e79060e-80de-d593-ef01-d8071ee74a7b-e82941aa, #w-node-_6e79060e-80de-d593-ef01-d8071ee74a7d-e82941aa, #w-node-_6e79060e-80de-d593-ef01-d8071ee74a80-e82941aa, #w-node-_6e79060e-80de-d593-ef01-d8071ee74a82-e82941aa, #w-node-_6e79060e-80de-d593-ef01-d8071ee74a85-e82941aa, #w-node-_6e79060e-80de-d593-ef01-d8071ee74a93-e82941aa, #w-node-_6e79060e-80de-d593-ef01-d8071ee74a95-e82941aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e79060e-80de-d593-ef01-d8071ee74a98-e82941aa {
  justify-self: center;
}

#w-node-_6e79060e-80de-d593-ef01-d8071ee74a9a-e82941aa, #w-node-_6e79060e-80de-d593-ef01-d8071ee74a9e-e82941aa, #w-node-_6e79060e-80de-d593-ef01-d8071ee74aa0-e82941aa, #w-node-_6e79060e-80de-d593-ef01-d8071ee74aa4-e82941aa, #w-node-_6e79060e-80de-d593-ef01-d8071ee74aa7-e82941aa, #w-node-_6e79060e-80de-d593-ef01-d8071ee74aaa-e82941aa, #w-node-_6e79060e-80de-d593-ef01-d8071ee74aad-e82941aa, #w-node-_6e79060e-80de-d593-ef01-d8071ee74ab0-e82941aa, #w-node-_6e79060e-80de-d593-ef01-d8071ee74ab3-e82941aa, #w-node-_6e79060e-80de-d593-ef01-d8071ee74ab6-e82941aa, #w-node-_6e79060e-80de-d593-ef01-d8071ee74ab9-e82941aa, #w-node-_6e79060e-80de-d593-ef01-d8071ee74abc-e82941aa, #w-node-_6e79060e-80de-d593-ef01-d8071ee74abf-e82941aa, #w-node-_6e79060e-80de-d593-ef01-d8071ee74ac2-e82941aa, #w-node-c7c70302-952b-9ca0-407f-d0083905cedf-e82941aa, #w-node-_3e2d56cc-6e79-34f0-b82f-6ad282ec4d2c-e82941aa, #w-node-_3e2d56cc-6e79-34f0-b82f-6ad282ec4d2f-e82941aa, #w-node-_3e2d56cc-6e79-34f0-b82f-6ad282ec4d31-e82941aa, #w-node-_3e2d56cc-6e79-34f0-b82f-6ad282ec4d35-e82941aa, #w-node-_3e2d56cc-6e79-34f0-b82f-6ad282ec4d38-e82941aa, #w-node-_3e2d56cc-6e79-34f0-b82f-6ad282ec4d3a-e82941aa, #w-node-_3e2d56cc-6e79-34f0-b82f-6ad282ec4d3e-e82941aa, #w-node-_3e2d56cc-6e79-34f0-b82f-6ad282ec4d41-e82941aa, #w-node-_3e2d56cc-6e79-34f0-b82f-6ad282ec4d43-e82941aa, #w-node-_3e2d56cc-6e79-34f0-b82f-6ad282ec4d46-e82941aa, #w-node-_807f65d7-2690-4407-ed81-ea78106bfbb7-e82941aa, #w-node-ef2dd6d9-9579-edbf-86ff-5bf27350dea3-e82941aa, #w-node-ef2dd6d9-9579-edbf-86ff-5bf27350dea8-e82941aa, #w-node-d42608b3-81c6-f7e6-72e4-4f9c0af735ae-e82941ab, #w-node-d42608b3-81c6-f7e6-72e4-4f9c0af735b1-e82941ab, #w-node-d42608b3-81c6-f7e6-72e4-4f9c0af735b5-e82941ab, #w-node-d42608b3-81c6-f7e6-72e4-4f9c0af735ba-e82941ab, #w-node-_68d68ec6-8df7-5f28-1af1-bd71de9b0809-e82941ab, #w-node-_68d68ec6-8df7-5f28-1af1-bd71de9b080b-e82941ab, #w-node-_68d68ec6-8df7-5f28-1af1-bd71de9b0810-e82941ab, #w-node-_68d68ec6-8df7-5f28-1af1-bd71de9b0812-e82941ab, #w-node-_68d68ec6-8df7-5f28-1af1-bd71de9b0816-e82941ab, #w-node-_5c1db032-98e1-7fa0-779e-67bf2ce20e92-e82941ab, #w-node-_5c1db032-98e1-7fa0-779e-67bf2ce20e99-e82941ab, #w-node-_5c1db032-98e1-7fa0-779e-67bf2ce20e9b-e82941ab, #w-node-_5c1db032-98e1-7fa0-779e-67bf2ce20e9d-e82941ab, #w-node-_5c1db032-98e1-7fa0-779e-67bf2ce20ea0-e82941ab, #w-node-_5c1db032-98e1-7fa0-779e-67bf2ce20ea2-e82941ab, #w-node-_5c1db032-98e1-7fa0-779e-67bf2ce20ea4-e82941ab, #w-node-_5c1db032-98e1-7fa0-779e-67bf2ce20ea7-e82941ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54ee4244-f383-ea2c-cb1b-ec838013b53b-e82941ab {
  place-self: center;
}

#w-node-_54ee4244-f383-ea2c-cb1b-ec838013b53d-e82941ab, #w-node-_54ee4244-f383-ea2c-cb1b-ec838013b53f-e82941ab, #w-node-_54ee4244-f383-ea2c-cb1b-ec838013b543-e82941ab, #w-node-_54ee4244-f383-ea2c-cb1b-ec838013b546-e82941ab, #w-node-_54ee4244-f383-ea2c-cb1b-ec838013b549-e82941ab, #w-node-_54ee4244-f383-ea2c-cb1b-ec838013b54c-e82941ab, #w-node-_54ee4244-f383-ea2c-cb1b-ec838013b54f-e82941ab, #w-node-_54ee4244-f383-ea2c-cb1b-ec838013b552-e82941ab, #w-node-_54ee4244-f383-ea2c-cb1b-ec838013b555-e82941ab, #w-node-_54ee4244-f383-ea2c-cb1b-ec838013b558-e82941ab, #w-node-_54ee4244-f383-ea2c-cb1b-ec838013b55b-e82941ab, #w-node-_54ee4244-f383-ea2c-cb1b-ec838013b55e-e82941ab, #w-node-_54ee4244-f383-ea2c-cb1b-ec838013b561-e82941ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54ee4244-f383-ea2c-cb1b-ec838013b564-e82941ab {
  justify-self: center;
}

#w-node-da7ecec7-0c37-ec14-4309-96cc7c1e8c63-e82941ab, #w-node-da7ecec7-0c37-ec14-4309-96cc7c1e8c67-e82941ab, #w-node-da7ecec7-0c37-ec14-4309-96cc7c1e8c69-e82941ab, #w-node-da7ecec7-0c37-ec14-4309-96cc7c1e8c6c-e82941ab, #w-node-da7ecec7-0c37-ec14-4309-96cc7c1e8c6e-e82941ab, #w-node-da7ecec7-0c37-ec14-4309-96cc7c1e8c71-e82941ab, #w-node-da7ecec7-0c37-ec14-4309-96cc7c1e8c73-e82941ab, #w-node-da7ecec7-0c37-ec14-4309-96cc7c1e8c76-e82941ab, #w-node-da7ecec7-0c37-ec14-4309-96cc7c1e8c78-e82941ab, #w-node-f638bcdf-1268-9d31-65e3-7ba2036e70ce-e82941ab, #w-node-f638bcdf-1268-9d31-65e3-7ba2036e70e6-e82941ab, #w-node-f638bcdf-1268-9d31-65e3-7ba2036e70e9-e82941ab, #w-node-_2a385973-2b64-c099-e719-53a0d575a29c-e82941ab, #w-node-_2a385973-2b64-c099-e719-53a0d575a29e-e82941ab, #w-node-_2a385973-2b64-c099-e719-53a0d575a2a3-e82941ab, #w-node-dd3588c6-bfe4-57c4-7079-086bed1c8995-e82941ac, #w-node-dd3588c6-bfe4-57c4-7079-086bed1c899e-e82941ac, #w-node-dd3588c6-bfe4-57c4-7079-086bed1c89a1-e82941ac, #w-node-dd3588c6-bfe4-57c4-7079-086bed1c89a6-e82941ac, #w-node-c0ca8bac-af53-105d-d759-5431f4f603f6-e82941ac, #w-node-c0ca8bac-af53-105d-d759-5431f4f603f9-e82941ac, #w-node-c0ca8bac-af53-105d-d759-5431f4f603ff-e82941ac, #w-node-c0ca8bac-af53-105d-d759-5431f4f60402-e82941ac, #w-node-c0ca8bac-af53-105d-d759-5431f4f60404-e82941ac, #w-node-c0ca8bac-af53-105d-d759-5431f4f60408-e82941ac, #w-node-c0ca8bac-af53-105d-d759-5431f4f6040b-e82941ac, #w-node-c0ca8bac-af53-105d-d759-5431f4f6040d-e82941ac, #w-node-c0ca8bac-af53-105d-d759-5431f4f60411-e82941ac, #w-node-c0ca8bac-af53-105d-d759-5431f4f60414-e82941ac, #w-node-c0ca8bac-af53-105d-d759-5431f4f60416-e82941ac, #w-node-c0ca8bac-af53-105d-d759-5431f4f60419-e82941ac, #w-node-c0ca8bac-af53-105d-d759-5431f4f6041e-e82941ac, #w-node-c158442f-ecb0-33ee-7d03-ddca4ae45cc1-e82941ac, #w-node-c158442f-ecb0-33ee-7d03-ddca4ae45cc4-e82941ac, #w-node-c158442f-ecb0-33ee-7d03-ddca4ae45cc6-e82941ac, #w-node-c158442f-ecb0-33ee-7d03-ddca4ae45cc9-e82941ac, #w-node-c158442f-ecb0-33ee-7d03-ddca4ae45ccb-e82941ac, #w-node-c158442f-ecb0-33ee-7d03-ddca4ae45cce-e82941ac, #w-node-_30a88a3c-3c22-b1fc-f74e-3aa441808e04-e82941ac, #w-node-_30a88a3c-3c22-b1fc-f74e-3aa441808e06-e82941ac, #w-node-_30a88a3c-3c22-b1fc-f74e-3aa441808e0c-e82941ac, #w-node-_30a88a3c-3c22-b1fc-f74e-3aa441808e0e-e82941ac, #w-node-_30a88a3c-3c22-b1fc-f74e-3aa441808e16-e82941ac, #w-node-_30a88a3c-3c22-b1fc-f74e-3aa441808e18-e82941ac, #w-node-_2c1c4a78-2a38-c534-a52b-91de94166b0a-e82941ac, #w-node-_2c1c4a78-2a38-c534-a52b-91de94166b0c-e82941ac, #w-node-_2c1c4a78-2a38-c534-a52b-91de94166b13-e82941ac, #w-node-_2c1c4a78-2a38-c534-a52b-91de94166b15-e82941ac, #w-node-_2c1c4a78-2a38-c534-a52b-91de94166b1b-e82941ac, #w-node-_2c1c4a78-2a38-c534-a52b-91de94166b20-e82941ac, #w-node-_2c1c4a78-2a38-c534-a52b-91de94166b25-e82941ac, #w-node-d45d7c38-0da9-1525-5f8d-5dbe3b9558a4-e82941ac, #w-node-d45d7c38-0da9-1525-5f8d-5dbe3b9558a6-e82941ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d45d7c38-0da9-1525-5f8d-5dbe3b9558aa-e82941ac {
  justify-self: center;
}

#w-node-d45d7c38-0da9-1525-5f8d-5dbe3b9558b1-e82941ac, #w-node-d45d7c38-0da9-1525-5f8d-5dbe3b9558b6-e82941ac, #w-node-d45d7c38-0da9-1525-5f8d-5dbe3b9558b8-e82941ac, #w-node-d45d7c38-0da9-1525-5f8d-5dbe3b9558bb-e82941ac, #w-node-d45d7c38-0da9-1525-5f8d-5dbe3b9558bd-e82941ac, #w-node-d45d7c38-0da9-1525-5f8d-5dbe3b9558c0-e82941ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d45d7c38-0da9-1525-5f8d-5dbe3b9558df-e82941ac {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-d45d7c38-0da9-1525-5f8d-5dbe3b9558e4-e82941ac, #w-node-d45d7c38-0da9-1525-5f8d-5dbe3b9558e6-e82941ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d45d7c38-0da9-1525-5f8d-5dbe3b9558c4-e82941ac {
  place-self: center;
}

#w-node-d45d7c38-0da9-1525-5f8d-5dbe3b9558c6-e82941ac, #w-node-d45d7c38-0da9-1525-5f8d-5dbe3b9558cd-e82941ac, #w-node-d45d7c38-0da9-1525-5f8d-5dbe3b9558d3-e82941ac, #w-node-d45d7c38-0da9-1525-5f8d-5dbe3b9558d9-e82941ac, #w-node-d45d7c38-0da9-1525-5f8d-5dbe3b9558dc-e82941ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5cb9c967-44d8-6428-7157-1b51b3e37f45-e82941ac {
  align-self: stretch;
}

#w-node-_5cb9c967-44d8-6428-7157-1b51b3e37f46-e82941ac, #w-node-_5cb9c967-44d8-6428-7157-1b51b3e37f4a-e82941ac, #w-node-_5cb9c967-44d8-6428-7157-1b51b3e37f4f-e82941ac, #w-node-f8e1f3aa-30a8-b37f-da5f-a3483cf6c37b-e82941ae, #w-node-_725401a0-70db-2285-3288-def16dad4d04-e82941ae, #w-node-decef094-24de-46f2-3bf5-5e766a5b3f3a-e82941ae, #w-node-ddeebd0b-3ba6-d360-7e6b-951e2be7b87e-e82941ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-beb45f57-ee6b-1472-4564-b43975a06909-e82941ae {
  justify-self: stretch;
}

#w-node-_1d56a214-d8fb-b444-d349-07d549589930-e82941b2, #w-node-_1d56a214-d8fb-b444-d349-07d549589939-e82941b2, #w-node-_34947598-1eca-3b6e-8d1f-84ece8f3ac38-e82941b3, #w-node-_34947598-1eca-3b6e-8d1f-84ece8f3ac57-e82941b3, #w-node-_34947598-1eca-3b6e-8d1f-84ece8f3ac5b-e82941b3, #w-node-_7b1fb9da-a97d-becc-fec7-8b774b6a6e56-e82941b4, #w-node-_7b1fb9da-a97d-becc-fec7-8b774b6a6e60-e82941b4, #w-node-f084f079-b4b7-170c-45b2-1f8108b61d1a-e82941b5, #w-node-f084f079-b4b7-170c-45b2-1f8108b61d24-e82941b5, #w-node-_593c1c68-0950-f66d-07da-5dd30482ea72-e82941b6, #w-node-a750d258-588c-59f7-55e9-b92aea667b7f-e82941b8, #w-node-_13312092-eca7-7cf1-1b9c-0fd04f8e94e5-e82941b8, #w-node-_13312092-eca7-7cf1-1b9c-0fd04f8e94e8-e82941b8, #w-node-_13312092-eca7-7cf1-1b9c-0fd04f8e94eb-e82941b8, #w-node-_13312092-eca7-7cf1-1b9c-0fd04f8e94ee-e82941b8, #w-node-_61509ee8-4db4-be71-aa9f-22d1eaf5a0be-e82941b8, #w-node-_61509ee8-4db4-be71-aa9f-22d1eaf5a0c3-e82941b8, #w-node-_61509ee8-4db4-be71-aa9f-22d1eaf5a0c5-e82941b8, #w-node-_61509ee8-4db4-be71-aa9f-22d1eaf5a0c9-e82941b8, #w-node-_61509ee8-4db4-be71-aa9f-22d1eaf5a0cb-e82941b8, #w-node-_61509ee8-4db4-be71-aa9f-22d1eaf5a0cf-e82941b8, #w-node-_61509ee8-4db4-be71-aa9f-22d1eaf5a0d1-e82941b8, #w-node-_61509ee8-4db4-be71-aa9f-22d1eaf5a0d4-e82941b8, #w-node-_61509ee8-4db4-be71-aa9f-22d1eaf5a0d7-e82941b8, #w-node-fc52c1bc-f090-5c68-8d6c-eb78feb9ccc7-e82941b8, #w-node-fc52c1bc-f090-5c68-8d6c-eb78feb9cccf-e82941b8, #w-node-fc52c1bc-f090-5c68-8d6c-eb78feb9ccd1-e82941b8, #w-node-fc52c1bc-f090-5c68-8d6c-eb78feb9ccd4-e82941b8, #w-node-fc52c1bc-f090-5c68-8d6c-eb78feb9ccd6-e82941b8, #w-node-fc52c1bc-f090-5c68-8d6c-eb78feb9ccd9-e82941b8, #w-node-fc52c1bc-f090-5c68-8d6c-eb78feb9ccdb-e82941b8, #w-node-fc52c1bc-f090-5c68-8d6c-eb78feb9ccde-e82941b8, #w-node-fc52c1bc-f090-5c68-8d6c-eb78feb9cce0-e82941b8, #w-node-_6b0cb554-c944-9c33-f861-4d55f90ed73e-e82941b9, #w-node-_6b0cb554-c944-9c33-f861-4d55f90ed740-e82941b9, #w-node-_6b0cb554-c944-9c33-f861-4d55f90ed745-e82941b9, #w-node-_6b0cb554-c944-9c33-f861-4d55f90ed748-e82941b9, #w-node-_6b0cb554-c944-9c33-f861-4d55f90ed74b-e82941b9, #w-node-_6b0cb554-c944-9c33-f861-4d55f90ed74e-e82941b9, #w-node-_6b0cb554-c944-9c33-f861-4d55f90ed751-e82941b9, #w-node-_6b0cb554-c944-9c33-f861-4d55f90ed754-e82941b9, #w-node-_6b0cb554-c944-9c33-f861-4d55f90ed757-e82941b9, #w-node-_6b0cb554-c944-9c33-f861-4d55f90ed75a-e82941b9, #w-node-_6b0cb554-c944-9c33-f861-4d55f90ed75d-e82941b9, #w-node-_6b0cb554-c944-9c33-f861-4d55f90ed760-e82941b9, #w-node-_6b0cb554-c944-9c33-f861-4d55f90ed763-e82941b9, #w-node-b3ffe557-d521-d9ae-b01d-cde15045d4db-e82941b9, #w-node-b3ffe557-d521-d9ae-b01d-cde15045d4dd-e82941b9, #w-node-b3ffe557-d521-d9ae-b01d-cde15045d4eb-e82941b9, #w-node-b3ffe557-d521-d9ae-b01d-cde15045d4ec-e82941b9, #w-node-b3ffe557-d521-d9ae-b01d-cde15045d4f1-e82941b9, #w-node-b3ffe557-d521-d9ae-b01d-cde15045d4f5-e82941b9, #w-node-b3ffe557-d521-d9ae-b01d-cde15045d4f9-e82941b9, #w-node-_17200ed4-e8f7-3747-277a-c867e8aff036-e82941b9, #w-node-_17200ed4-e8f7-3747-277a-c867e8aff041-e82941b9, #w-node-_17200ed4-e8f7-3747-277a-c867e8aff045-e82941b9, #w-node-_17200ed4-e8f7-3747-277a-c867e8aff047-e82941b9, #w-node-_17200ed4-e8f7-3747-277a-c867e8aff04a-e82941b9, #w-node-_17200ed4-e8f7-3747-277a-c867e8aff04c-e82941b9, #w-node-_17200ed4-e8f7-3747-277a-c867e8aff04e-e82941b9, #w-node-_17200ed4-e8f7-3747-277a-c867e8aff051-e82941b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85f34495-1001-25fd-b2c7-f22c9abe19f5-e82941b9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_85f34495-1001-25fd-b2c7-f22c9abe19f8-e82941b9, #w-node-_85f34495-1001-25fd-b2c7-f22c9abe19ff-e82941b9, #w-node-_85f34495-1001-25fd-b2c7-f22c9abe1a05-e82941b9, #w-node-_72ff12ac-67b0-c32f-57ec-4927607d2697-e82941ba, #w-node-_72ff12ac-67b0-c32f-57ec-4927607d2699-e82941ba, #w-node-_72ff12ac-67b0-c32f-57ec-4927607d269f-e82941ba, #w-node-_178e67c6-5030-0fa3-6247-eaa1cfb16397-e82941ba, #w-node-_178e67c6-5030-0fa3-6247-eaa1cfb16399-e82941ba, #w-node-_366e62b1-a174-d86d-b377-7942e62f4e03-e82941ba, #w-node-_366e62b1-a174-d86d-b377-7942e62f4e05-e82941ba, #w-node-_8169fd2e-8b54-c531-1826-f563d8646461-e82941ba, #w-node-_8169fd2e-8b54-c531-1826-f563d8646463-e82941ba, #w-node-_4c8afe5b-6a95-af36-3ca8-fdb630511b9d-e82941ba, #w-node-_4c8afe5b-6a95-af36-3ca8-fdb630511b9f-e82941ba, #w-node-b07188ec-4c87-ec83-3c3c-b13ddea81bb9-e82941ba, #w-node-b07188ec-4c87-ec83-3c3c-b13ddea81bbd-e82941ba, #w-node-b07188ec-4c87-ec83-3c3c-b13ddea81bbf-e82941ba, #w-node-b07188ec-4c87-ec83-3c3c-b13ddea81bc1-e82941ba, #w-node-b07188ec-4c87-ec83-3c3c-b13ddea81bc4-e82941ba, #w-node-b07188ec-4c87-ec83-3c3c-b13ddea81bc6-e82941ba, #w-node-b07188ec-4c87-ec83-3c3c-b13ddea81bc8-e82941ba, #w-node-b07188ec-4c87-ec83-3c3c-b13ddea81bcb-e82941ba, #w-node-b07188ec-4c87-ec83-3c3c-b13ddea81bcd-e82941ba, #w-node-b07188ec-4c87-ec83-3c3c-b13ddea81bcf-e82941ba, #w-node-b07188ec-4c87-ec83-3c3c-b13ddea81bd2-e82941ba, #w-node-b07188ec-4c87-ec83-3c3c-b13ddea81bd5-e82941ba, #w-node-f7fae298-da41-1bba-cd49-b2ceb0723e01-e82941ba, #w-node-f7fae298-da41-1bba-cd49-b2ceb0723e1f-e82941ba, #w-node-f7fae298-da41-1bba-cd49-b2ceb0723e21-e82941ba, #w-node-f7fae298-da41-1bba-cd49-b2ceb0723e24-e82941ba, #w-node-_1a6b9ccd-9c27-30b1-c697-f2a3600c8acf-e82941bb, #w-node-_1a6b9ccd-9c27-30b1-c697-f2a3600c8ad1-e82941bb, #w-node-_1a6b9ccd-9c27-30b1-c697-f2a3600c8ad5-e82941bb, #w-node-_1a6b9ccd-9c27-30b1-c697-f2a3600c8ada-e82941bb, #w-node-_79ee8448-fb0a-33f6-ccfe-abe394c45738-e82941bb, #w-node-_79ee8448-fb0a-33f6-ccfe-abe394c4573a-e82941bb, #w-node-_79ee8448-fb0a-33f6-ccfe-abe394c45741-e82941bb, #w-node-_79ee8448-fb0a-33f6-ccfe-abe394c45743-e82941bb, #w-node-_79ee8448-fb0a-33f6-ccfe-abe394c45749-e82941bb, #w-node-_79ee8448-fb0a-33f6-ccfe-abe394c4574b-e82941bb, #w-node-_79ee8448-fb0a-33f6-ccfe-abe394c45751-e82941bb, #w-node-_79ee8448-fb0a-33f6-ccfe-abe394c45753-e82941bb, #w-node-_1d0f69ff-08cd-ad1c-6fcd-5ff8ee232eea-e82941bb, #w-node-_1d0f69ff-08cd-ad1c-6fcd-5ff8ee232f2a-e82941bb, #w-node-_1d0f69ff-08cd-ad1c-6fcd-5ff8ee232f2c-e82941bb, #w-node-_1d0f69ff-08cd-ad1c-6fcd-5ff8ee232f2f-e82941bb, #w-node-d0d5e900-5156-4755-7791-152a9098accf-e82941bc, #w-node-d0d5e900-5156-4755-7791-152a9098acd1-e82941bc, #w-node-d0d5e900-5156-4755-7791-152a9098acd7-e82941bc, #w-node-d0d5e900-5156-4755-7791-152a9098acd9-e82941bc, #w-node-d0d5e900-5156-4755-7791-152a9098acdd-e82941bc, #w-node-d0d5e900-5156-4755-7791-152a9098acdf-e82941bc, #w-node-d0d5e900-5156-4755-7791-152a9098ace4-e82941bc, #w-node-d0d5e900-5156-4755-7791-152a9098ace6-e82941bc, #w-node-d0d5e900-5156-4755-7791-152a9098acea-e82941bc, #w-node-d0d5e900-5156-4755-7791-152a9098acec-e82941bc, #w-node-d0d5e900-5156-4755-7791-152a9098acf1-e82941bc, #w-node-d0d5e900-5156-4755-7791-152a9098acf3-e82941bc, #w-node-d0d5e900-5156-4755-7791-152a9098acf7-e82941bc, #w-node-d0d5e900-5156-4755-7791-152a9098acf9-e82941bc, #w-node-d0d5e900-5156-4755-7791-152a9098acfe-e82941bc, #w-node-d0d5e900-5156-4755-7791-152a9098ad00-e82941bc, #w-node-d0d5e900-5156-4755-7791-152a9098ad04-e82941bc, #w-node-d0d5e900-5156-4755-7791-152a9098ad06-e82941bc, #w-node-d0d5e900-5156-4755-7791-152a9098ad0a-e82941bc, #w-node-d0d5e900-5156-4755-7791-152a9098ad0d-e82941bc, #w-node-d0d5e900-5156-4755-7791-152a9098ad12-e82941bc, #w-node-_0b0f9028-1f3b-6eb1-e472-1a5a62388870-e82941bc, #w-node-_0b0f9028-1f3b-6eb1-e472-1a5a62388872-e82941bc, #w-node-_0b0f9028-1f3b-6eb1-e472-1a5a6238887e-e82941bc, #w-node-_4ff3aee7-ddaf-fbbd-d074-2c0f2cdd900f-e82941bd, #w-node-_4ff3aee7-ddaf-fbbd-d074-2c0f2cdd9011-e82941bd, #w-node-_4ff3aee7-ddaf-fbbd-d074-2c0f2cdd9014-e82941bd, #w-node-c7ae2030-6a15-af76-e72c-5283e5b4d244-e82941bd, #w-node-c7ae2030-6a15-af76-e72c-5283e5b4d246-e82941bd, #w-node-c7ae2030-6a15-af76-e72c-5283e5b4d24c-e82941bd, #w-node-c7ae2030-6a15-af76-e72c-5283e5b4d251-e82941bd, #w-node-c7ae2030-6a15-af76-e72c-5283e5b4d256-e82941bd, #w-node-_7f5e15cc-e8a3-eb2f-460d-467a30cbec8c-e82941bd, #w-node-_7f5e15cc-e8a3-eb2f-460d-467a30cbec94-e82941bd, #w-node-_7f5e15cc-e8a3-eb2f-460d-467a30cbec98-e82941bd, #w-node-_7f5e15cc-e8a3-eb2f-460d-467a30cbec9a-e82941bd, #w-node-_7f5e15cc-e8a3-eb2f-460d-467a30cbec9d-e82941bd, #w-node-_7f5e15cc-e8a3-eb2f-460d-467a30cbec9f-e82941bd, #w-node-_7f5e15cc-e8a3-eb2f-460d-467a30cbeca1-e82941bd, #w-node-_7f5e15cc-e8a3-eb2f-460d-467a30cbeca4-e82941bd, #w-node-_7f5e15cc-e8a3-eb2f-460d-467a30cbeca8-e82941bd, #w-node-_7f5e15cc-e8a3-eb2f-460d-467a30cbecaa-e82941bd, #w-node-_7f5e15cc-e8a3-eb2f-460d-467a30cbecad-e82941bd, #w-node-_7f5e15cc-e8a3-eb2f-460d-467a30cbecb3-e82941bd, #w-node-_8eb800f7-0539-a74f-4a28-143563b2044a-e82941be, #w-node-_9bf89458-4720-b9ef-6cd8-eef4ff887e12-e82941be, #w-node-_9bf89458-4720-b9ef-6cd8-eef4ff887e14-e82941be, #w-node-_7797be11-9abc-5608-b880-869d9917af08-e82941be, #w-node-_7797be11-9abc-5608-b880-869d9917af0a-e82941be, #w-node-_7797be11-9abc-5608-b880-869d9917af10-e82941be, #w-node-_7797be11-9abc-5608-b880-869d9917af15-e82941be, #w-node-_7797be11-9abc-5608-b880-869d9917af1a-e82941be, #w-node-_7797be11-9abc-5608-b880-869d9917af20-e82941be, #w-node-_7797be11-9abc-5608-b880-869d9917af22-e82941be, #w-node-_7797be11-9abc-5608-b880-869d9917af28-e82941be, #w-node-_7797be11-9abc-5608-b880-869d9917af2d-e82941be, #w-node-_7797be11-9abc-5608-b880-869d9917af32-e82941be, #w-node-_7797be11-9abc-5608-b880-869d9917af38-e82941be, #w-node-_7797be11-9abc-5608-b880-869d9917af3a-e82941be, #w-node-_7797be11-9abc-5608-b880-869d9917af40-e82941be, #w-node-_7797be11-9abc-5608-b880-869d9917af45-e82941be, #w-node-_7797be11-9abc-5608-b880-869d9917af4a-e82941be, #w-node-_2a1b53a5-58aa-1b97-4dc7-ad3cc36073c3-e82941be, #w-node-_2a1b53a5-58aa-1b97-4dc7-ad3cc36073c5-e82941be, #w-node-_2a1b53a5-58aa-1b97-4dc7-ad3cc36073cb-e82941be, #w-node-_2a1b53a5-58aa-1b97-4dc7-ad3cc36073d0-e82941be, #w-node-_2a1b53a5-58aa-1b97-4dc7-ad3cc36073d5-e82941be, #w-node-_2a1b53a5-58aa-1b97-4dc7-ad3cc3607393-e82941be, #w-node-_2a1b53a5-58aa-1b97-4dc7-ad3cc3607395-e82941be, #w-node-_2a1b53a5-58aa-1b97-4dc7-ad3cc360739b-e82941be, #w-node-_2a1b53a5-58aa-1b97-4dc7-ad3cc36073a0-e82941be, #w-node-_2a1b53a5-58aa-1b97-4dc7-ad3cc36073a5-e82941be, #w-node-_2a1b53a5-58aa-1b97-4dc7-ad3cc36073ab-e82941be, #w-node-_2a1b53a5-58aa-1b97-4dc7-ad3cc36073ad-e82941be, #w-node-_2a1b53a5-58aa-1b97-4dc7-ad3cc36073b3-e82941be, #w-node-_2a1b53a5-58aa-1b97-4dc7-ad3cc36073b8-e82941be, #w-node-_2a1b53a5-58aa-1b97-4dc7-ad3cc36073bd-e82941be, #w-node-daf23734-e142-5acf-7678-89ebac51e4ca-e82941be, #w-node-daf23734-e142-5acf-7678-89ebac51e4cc-e82941be, #w-node-daf23734-e142-5acf-7678-89ebac51e4d2-e82941be, #w-node-daf23734-e142-5acf-7678-89ebac51e4d7-e82941be, #w-node-daf23734-e142-5acf-7678-89ebac51e4dc-e82941be, #w-node-daf23734-e142-5acf-7678-89ebac51e4b2-e82941be, #w-node-daf23734-e142-5acf-7678-89ebac51e4b4-e82941be, #w-node-daf23734-e142-5acf-7678-89ebac51e4ba-e82941be, #w-node-daf23734-e142-5acf-7678-89ebac51e4bf-e82941be, #w-node-daf23734-e142-5acf-7678-89ebac51e4c4-e82941be, #w-node-daf23734-e142-5acf-7678-89ebac51e4e2-e82941be, #w-node-daf23734-e142-5acf-7678-89ebac51e4e4-e82941be, #w-node-daf23734-e142-5acf-7678-89ebac51e4ea-e82941be, #w-node-daf23734-e142-5acf-7678-89ebac51e4ef-e82941be, #w-node-daf23734-e142-5acf-7678-89ebac51e4f4-e82941be, #w-node-_037d2dc9-2fca-1ad6-ce4b-47560c9deca8-e82941be, #w-node-_037d2dc9-2fca-1ad6-ce4b-47560c9decad-e82941be, #w-node-_037d2dc9-2fca-1ad6-ce4b-47560c9decaf-e82941be, #w-node-_5c45f0c9-1777-072c-4e92-1292f55345ad-e82941be, #w-node-_5c45f0c9-1777-072c-4e92-1292f55345e3-e82941be, #w-node-_5c45f0c9-1777-072c-4e92-1292f55345e6-e82941be, #w-node-_404e7859-db43-6774-bce8-68b3ca2ef71a-e82941be, #w-node-fa14d1fc-d6d2-b208-cd5a-be3bbf7ad78b-e82941be, #w-node-fa14d1fc-d6d2-b208-cd5a-be3bbf7ad790-e82941be, #w-node-_9052bc5d-4920-8e3d-1a0f-d99c79af24f6-e82941bf, #w-node-_9052bc5d-4920-8e3d-1a0f-d99c79af24f8-e82941bf, #w-node-_9052bc5d-4920-8e3d-1a0f-d99c79af24fb-e82941bf, #w-node-e20a7a20-4c0e-a35b-10a9-a32c317315d3-e82941bf, #w-node-e20a7a20-4c0e-a35b-10a9-a32c317315d5-e82941bf, #w-node-e20a7a20-4c0e-a35b-10a9-a32c317315d7-e82941bf, #w-node-_1f9ae3de-8b2d-1b8b-b677-1b583929de1c-e82941bf, #w-node-_1f9ae3de-8b2d-1b8b-b677-1b583929de1e-e82941bf, #w-node-_1f9ae3de-8b2d-1b8b-b677-1b583929de29-e82941bf, #w-node-_1f9ae3de-8b2d-1b8b-b677-1b583929de2d-e82941bf, #w-node-_1f9ae3de-8b2d-1b8b-b677-1b583929de35-e82941bf, #w-node-_1f9ae3de-8b2d-1b8b-b677-1b583929de37-e82941bf, #w-node-c666719f-a875-a233-d43c-34e7b1e07eb6-e82941c0, #w-node-c666719f-a875-a233-d43c-34e7b1e07eb8-e82941c0, #w-node-c666719f-a875-a233-d43c-34e7b1e07ebb-e82941c0, #w-node-_0dc433e8-76e9-aaac-06b8-b936c2f460fd-e82941c0, #w-node-_0dc433e8-76e9-aaac-06b8-b936c2f46100-e82941c0, #w-node-_0dc433e8-76e9-aaac-06b8-b936c2f46107-e82941c0, #w-node-_0dc433e8-76e9-aaac-06b8-b936c2f4610d-e82941c0, #w-node-_0dc433e8-76e9-aaac-06b8-b936c2f46113-e82941c0, #w-node-_0dc433e8-76e9-aaac-06b8-b936c2f46119-e82941c0, #w-node-_62701afa-c637-976b-034b-77f23b55616f-e82941c0, #w-node-_0d2d8dec-d6c6-d207-f74a-9a607f540113-e82941c0, #w-node-_17e4829d-3198-36c7-311c-bb68770a0dca-e82941c0, #w-node-_62701afa-c637-976b-034b-77f23b556199-e82941c0, #w-node-_62701afa-c637-976b-034b-77f23b55619b-e82941c0, #w-node-_62701afa-c637-976b-034b-77f23b55619e-e82941c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_30a88a3c-3c22-b1fc-f74e-3aa441808e0b-e82941ac, #w-node-b46bd8f8-7b16-e426-c6e0-5feea873c0d3-e82941bb {
    align-self: stretch;
  }

  #w-node-_2f7b4dce-4ca4-c4b0-fde3-1361c52f5bbd-e82941bb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d0d5e900-5156-4755-7791-152a9098ace2-e82941bc, #w-node-_1f9ae3de-8b2d-1b8b-b677-1b583929de28-e82941bf {
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d0d5e900-5156-4755-7791-152a9098acdb-e82941bc {
    align-self: stretch;
  }
}


@font-face {
  font-family: 'Geist';
  src: url('../fonts/GeistAlternativeVariable-VF.ttf') format('truetype');
  font-weight: 100 1100;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Newsreader';
  src: url('../fonts/newsreader-italic.ttf') format('truetype');
  font-weight: 200 800;
  font-style: italic;
  font-display: block;
}