:root {
  --_text---base--tb-size: clamp(.875 * 1rem, ((.875 - ((1.125 - .875) / (120 - 20) * 20)) * 1rem + ((1.125 - .875) / (120 - 20)) * 100vw), 1.125 * 1rem);
  --_text---base--tb-height: 1.5;
  --_text---base--tb-weight: 400;
  --black: #171717;
  --_text---h1--h1-size: clamp(1.75 * 1rem, ((1.75 - ((4 - 1.75) / (120 - 20) * 20)) * 1rem + ((4 - 1.75) / (120 - 20)) * 100vw), 4 * 1rem);
  --_text---h1--h1-height: 1.2;
  --_text---h1--h1-weight: 500;
  --_text---h1--h1-spacing: -2px;
  --_text---h2--h2-size: clamp(1.5 * 1rem, ((1.5 - ((3.5 - 1.5) / (120 - 20) * 20)) * 1rem + ((3.5 - 1.5) / (120 - 20)) * 100vw), 3.5 * 1rem);
  --_text---h2--h2-weight: 600;
  --_text---h2--h2-spacing: -1px;
  --_text---h3--h3-size: clamp(1.25 * 1rem, ((1.25 - ((3 - 1.25) / (120 - 20) * 20)) * 1rem + ((3 - 1.25) / (120 - 20)) * 100vw), 3 * 1rem);
  --_text---h3--h3-height: 1.1;
  --_text---h3--h3-weight: 500;
  --_text---h3--h3-spacing: -.5px;
  --light-grey: #f8f8f8;
  --green: #b29456;
  --_text---medium--tm-size: clamp(1 * 1rem, ((1 - ((1.25 - 1) / (120 - 20) * 20)) * 1rem + ((1.25 - 1) / (120 - 20)) * 100vw), 1.25 * 1rem);
  --_text---medium--tm-height: 1.5;
  --_text---medium--tm-weight: 400;
  --_text---h2--h2-height: 1.2;
  --white: white;
  --_text---display--dp-size: clamp(2 * 1rem, ((2 - ((5 - 2) / (120 - 20) * 20)) * 1rem + ((5 - 2) / (120 - 20)) * 100vw), 5 * 1rem);
  --border-gray\<deleted\|variable-d65041a8\>: #c5c5c5;
  --grey: #f2f2f2;
  --_text---large--tl-size: clamp(1.125 * 1rem, ((1.125 - ((1.5 - 1.125) / (120 - 20) * 20)) * 1rem + ((1.5 - 1.125) / (120 - 20)) * 100vw), 1.5 * 1rem);
  --_text---large--tl-height: 1.5;
  --_text---large--tl-weight: 400;
  --grey\<deleted\|variable-305a1b7c\>: #818181;
  --_text---display--dp-height: 1.1;
  --_text---display--dp-weight: 600;
  --_text---display--dp-spacing: -1px;
  --_text---base--tb-spacing: 0px;
  --_text---typography--h4: 0px;
  --_text---typography--h5: 0px;
  --_text---large--tl-spacing: 0px;
  --_text---typography--h6: 0px;
  --_text---typography--base: clamp(.875 * 1rem, ((.875 - ((1.125 - .875) / (120 - 20) * 20)) * 1rem + ((1.125 - .875) / (120 - 20)) * 100vw), 1.125 * 1rem);
  --_text---medium--tm-spacing: 0px;
}

.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-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: var(--_text---base--tb-size);
  line-height: var(--_text---base--tb-height);
  font-weight: var(--_text---base--tb-weight);
}

h1 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: var(--_text---h1--h1-size);
  line-height: var(--_text---h1--h1-height);
  font-weight: var(--_text---h1--h1-weight);
  letter-spacing: var(--_text---h1--h1-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: var(--_text---h2--h2-size);
  line-height: var(--_text---h1--h1-height);
  font-weight: var(--_text---h2--h2-weight);
  letter-spacing: var(--_text---h2--h2-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: var(--_text---h3--h3-size);
  line-height: var(--_text---h3--h3-height);
  font-weight: var(--_text---h3--h3-weight);
  letter-spacing: var(--_text---h3--h3-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Alatsi, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Alatsi, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Alatsi, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  border-color: var(--black);
  color: var(--black);
  text-decoration: none;
}

a.w--current {
  border-radius: .4375rem;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-link {
  text-decoration: underline;
}

.max-width-medium {
  width: 100%;
  max-width: 53rem;
}

.container-large {
  width: 100%;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
}

.form-message-error {
  border-radius: .4375rem;
  margin-top: .75rem;
  padding: .75rem;
}

.utility-component {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-form-block {
  background-color: var(--light-grey);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 5rem;
  display: flex;
}

.utility-form {
  background-color: var(--green);
  border-radius: 3rem;
  flex-direction: column;
  align-items: stretch;
  padding: 5rem;
  display: flex;
}

.main-wrapper.max-width-full {
  flex-flow: wrap;
  order: -1;
  justify-content: center;
  align-items: center;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xlarge {
  margin: 4rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-xxsmall {
  margin: .5rem 0 0;
}

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-medium {
  margin-bottom: 2rem;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.weight-medium {
  font-weight: 500;
}

.text-size-medium {
  font-size: var(--_text---medium--tm-size);
  line-height: var(--_text---medium--tm-height);
  font-weight: var(--_text---medium--tm-weight);
  margin-bottom: 1rem;
}

.text-size-medium.max-width-small {
  max-width: 35rem;
}

.text-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.heading-style-h2 {
  color: var(--black);
  font-size: var(--_text---h2--h2-size);
  line-height: var(--_text---h2--h2-height);
  font-weight: var(--_text---h2--h2-weight);
  letter-spacing: var(--_text---h2--h2-spacing);
}

.heading-style-h2.weight-medium {
  font-weight: 500;
}

.styleguide-heading {
  z-index: 4;
  background-color: var(--black);
  color: #fff;
  border-radius: 1rem;
  justify-content: flex-start;
  align-self: stretch;
  margin-bottom: 2rem;
  padding: .5rem 1rem;
  font-size: 2rem;
  position: static;
  top: 0;
}

.styleguide-grid-colors {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-style-h6.is-white {
  color: var(--white);
}

.styleguide-item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
  display: flex;
}

.icon-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.styleguide-empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.styleguide-icon-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-style-h5.weight-medium {
  font-weight: 500;
}

.heading-style-h1 {
  color: var(--black);
  font-size: var(--_text---h1--h1-size);
  line-height: var(--_text---h1--h1-height);
  font-weight: var(--_text---h1--h1-weight);
  letter-spacing: var(--_text---h1--h1-spacing);
}

.heading-style-h1.weight-normal.max-width-large {
  max-width: 50rem;
}

.heading-style-h1.weight-medium {
  font-size: 4.5vw;
  font-weight: 400;
}

.heading-style-h1.display {
  font-size: var(--_text---display--dp-size);
  font-weight: 400;
  line-height: 1.1;
}

.text-size-tiny {
  font-size: .75rem;
}

.button {
  grid-column-gap: .5rem;
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  text-transform: none;
  border-radius: 100rem;
  align-items: center;
  padding: .75rem 1.25rem;
  font-size: .875rem;
  transition: color .35s;
  display: flex;
}

.button:hover {
  color: var(--green);
}

.button.w--current {
  border-radius: 100rem;
}

.button.is-alternate {
  border-style: solid;
  border-color: var(--white);
  background-color: var(--white);
  color: #000;
}

.button.is-alternate:hover {
  border-color: var(--green);
  background-color: var(--green);
}

.weight-normal {
  font-weight: 400;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.text-italic {
  font-style: italic;
}

.icon-xxsmall {
  width: 1rem;
  height: 1rem;
}

.styleguide-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.styleguide-item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.weight-light {
  font-weight: 300;
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-regular.max-width-medium {
  display: flex;
}

.weight-xbold {
  font-weight: 800;
}

.text-right {
  text-align: right;
  width: 100%;
}

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

.heading-style-h3 {
  color: var(--black);
  font-size: var(--_text---h3--h3-size);
  line-height: var(--_text---h3--h3-height);
  font-weight: var(--_text---h3--h3-weight);
  letter-spacing: var(--_text---h3--h3-spacing);
}

.heading-style-h3.weight-medium {
  font-weight: 500;
}

.heading-style-h3.is-white {
  color: var(--white);
}

.icon-large {
  width: 5rem;
  height: 5rem;
}

.form-input {
  border: 1px solid var(--border-gray\<deleted\|variable-d65041a8\>);
  background-color: var(--white);
  color: var(--black);
  border-radius: 100rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem .5rem 1rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: border-color .3s;
}

.form-input:hover, .form-input:focus {
  border: 1px solid var(--black);
}

.form-input::placeholder {
  color: #7c7c7c;
}

.styleguide-button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  display: grid;
}

.styleguide-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.styleguide-color {
  justify-content: center;
  align-items: center;
  padding-bottom: 8rem;
  display: flex;
}

.styleguide-color.is-black {
  background-color: var(--black);
  color: var(--black);
}

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

.styleguide-color.is-grey {
  background-color: var(--grey);
}

.styleguide-color.is-green {
  background-color: var(--green);
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: flex-end;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
  align-items: center;
}

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

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

.weight-semibold {
  font-weight: 600;
}

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

.text-colour-black {
  color: var(--black);
}

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

.styleguide-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.styleguide-subheading {
  z-index: 3;
  background-color: var(--grey);
  color: var(--black);
  margin-bottom: 2rem;
  padding: .5rem 1rem;
  font-size: 2rem;
  position: static;
  top: 2rem;
}

.text-allcaps {
  text-transform: uppercase;
}

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

.styleguide-colors {
  flex-direction: column;
  display: flex;
}

.text-size-small {
  font-size: .875rem;
}

.styleguide-elements {
  background-color: var(--grey);
  border-radius: 3rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 3rem;
}

.icon-small {
  width: 2rem;
  height: 2rem;
}

.styleguide-typography {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.rich-text h2, .rich-text h3, .rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.rich-text h5, .rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

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

.rich-text a {
  text-decoration: underline;
}

.rich-text figcaption {
  border-left: 2px solid var(--black);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.icon-medium {
  width: 3rem;
  height: 3rem;
}

.text-size-large {
  font-size: var(--_text---large--tl-size);
  line-height: var(--_text---large--tl-height);
  font-weight: var(--_text---large--tl-weight);
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global.is-2rem {
  padding-left: 2rem;
  padding-right: 2rem;
}

.section-padding-large {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.text-span {
  text-transform: none;
}

.button-secondary-small {
  grid-column-gap: .5rem;
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  border-radius: 100rem;
  align-items: center;
  padding: .5rem 1rem;
  transition: color .3s, border-color .35s, background-color .35s;
  display: flex;
}

.button-secondary-small:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.button-secondary-small.is-alternate {
  border-color: var(--white);
  color: var(--white);
}

.button-secondary-small.is-alternate:hover {
  border-color: var(--green);
  background-color: var(--green);
  color: var(--black);
}

.button-secondary {
  grid-column-gap: .5rem;
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  border-radius: 100rem;
  align-items: center;
  padding: .75rem 1.25rem;
  font-size: .875rem;
  transition: color .3s, border-color .35s, background-color .35s;
  display: flex;
}

.button-secondary:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.button-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
}

.button-secondary.is-alternate:hover {
  border-color: var(--green);
  background-color: var(--green);
  color: var(--black);
}

.button-small {
  grid-column-gap: .5rem;
  border: 1.5px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 100rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .875rem;
  transition: color .35s;
  display: flex;
}

.button-small:hover {
  color: var(--green);
}

.button-small.is-alternate {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
}

.button-small.is-alternate:hover {
  border-color: var(--green);
  background-color: var(--green);
}

.button-link {
  grid-column-gap: .5rem;
  border: 1px none var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: .25rem 0;
  font-size: .875rem;
  line-height: 1;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.button-link:hover {
  color: #5e5e5e;
}

.button-link.is-alternate {
  color: var(--white);
}

.button-link.is-alternate:hover {
  color: var(--green);
}

.styleguide-logo {
  width: 100px;
}

.background-grey {
  background-color: var(--grey);
}

.button-wrapper {
  display: flex;
}

.button-arrow {
  color: var(--grey\<deleted\|variable-305a1b7c\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  display: flex;
}

.button-arrow.is-white {
  color: var(--white);
}

.utility-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  padding: .25rem 1rem;
  transition: color .3s;
  display: flex;
}

.utility-button:hover {
  color: var(--green);
}

.utility-button.w--current {
  border-radius: 100rem;
}

.styleguide-classes {
  border: 2px solid var(--black);
  border-radius: 3rem;
  padding: 3rem;
}

.styleguide-label {
  color: #1d1d1d;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0000;
  padding: .25rem .5rem .25rem 0;
  font-size: .75rem;
  display: inline-block;
}

.empty-box {
  z-index: -1;
  background-color: #f6f6f6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.container-small {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.styleguide-spacing {
  border: 1px dashed #d3d3d3;
}

.section-padding-small {
  flex: 1;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section-padding-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.max-width-full {
  width: 100%;
  max-width: none;
  position: relative;
  overflow: hidden;
}

.max-width-full.flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: visible;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-large {
  width: 100%;
  max-width: 65rem;
}

.max-width-large.align-center {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.padding-bottom, .padding-bottom.padding-large, .padding-bottom.padding-small, .padding-bottom.padding-huge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxlarge, .padding-top.padding-huge {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical, .padding-vertical.padding-medium {
  padding-left: 0;
  padding-right: 0;
}

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

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-0 {
  margin: 0;
}

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.hide {
  display: none;
}

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

.button-text-item {
  text-transform: none;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1.1;
  display: flex;
}

.button-text-item.text-black {
  color: var(--black);
}

.button-text-item.is-small {
  font-size: .875rem;
}

.text-colour-green {
  color: var(--green);
}

.section-hero-header {
  padding-top: 4rem;
  position: relative;
}

.hero-header-content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 15%;
  display: grid;
}

.hero-header-content-left {
  overflow: hidden;
}

.license-wrapper {
  grid-row-gap: 4rem;
  background-color: var(--grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 80dvh;
  padding: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.licenses-list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  display: grid;
}

.list-item {
  flex-direction: column;
  align-items: stretch;
  transition: transform .35s;
  display: flex;
}

.list-item:hover {
  transform: translate(0, -1rem);
}

.license-image-wrapper {
  border-radius: .625rem;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.license-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.link-span {
  text-decoration: underline;
}

.image-reveal-overlay {
  background-color: #fff;
  align-items: flex-start;
  width: 100%;
  height: 0%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.changelog-wrapper {
  grid-row-gap: 4rem;
  background-color: var(--grey);
  border-radius: .625rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.changelog-header-content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 5%;
  display: flex;
}

.text-colour-grey {
  color: var(--grey);
}

.navbar-on-page {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.background-green {
  background-color: var(--green);
}

.navbar-link {
  color: var(--black);
  border-radius: 100rem;
  padding: .5rem .75rem;
  font-size: .875rem;
  transition: background-color .3s;
}

.navbar-link:hover {
  background-color: var(--green);
  color: var(--white);
}

.navbar-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  border-radius: 100rem;
}

.navbar-menu-button {
  padding: 0;
}

.navbar-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #f8f8f8bf;
  border-radius: 100rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 105rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem;
  display: flex;
}

.brand {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.brand.w--current {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.navbar-component {
  background-color: #0000;
  align-items: center;
  margin-top: 1.5rem;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-menu-link-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-symbol {
  width: 3rem;
  height: 3rem;
}

.navbar-button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar-menu {
  align-items: center;
  display: flex;
  position: static;
}

.header-image-wrapper {
  aspect-ratio: 3 / 2;
  border-radius: 3rem;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px 10px #0003;
}

.header-image-wrapper.is-1 {
  position: relative;
  transform: rotate(-4deg);
}

.header-image-wrapper.is-2 {
  z-index: 20;
  transform: scale(1.2);
}

.header-image-wrapper.is-3 {
  z-index: 10;
  transform: rotate(-4deg);
}

.header-image {
  object-fit: cover;
  border-radius: 3rem;
  width: 100%;
  height: 100%;
}

.header-image.is-2 {
  margin-left: -10%;
}

.header-component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.logo-component {
  grid-column-gap: 3vw;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: start;
  place-items: center start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.client-logo {
  flex: none;
  max-height: 4vw;
}

.tagline-pill {
  background-color: var(--green);
  color: var(--white);
  border-radius: 100rem;
  margin-bottom: 1rem;
  padding: .35rem .75rem;
  font-size: .875rem;
  line-height: 1.3;
  display: inline-block;
}

.services-component-wrapper {
  background-color: var(--light-grey);
  border-radius: 3rem;
  max-width: 105rem;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.services-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.service-accordion {
  border: 1px solid var(--black);
  border-radius: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  transition: background-color .3s;
}

.service-accordion:hover {
  background-color: var(--grey);
}

.service-name {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.accordion-icon-wrapper {
  background-color: var(--green);
  border-radius: 100rem;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-left: 1.5rem;
  padding: 4px;
  display: flex;
}

.accordion-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.service-description {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.service-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.service-image-wrapper {
  border-radius: 2rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.service-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-services {
  margin-left: 5%;
  margin-right: 5%;
}

.section-team {
  display: none;
}

.team-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.team-item {
  background-color: var(--light-grey);
  border-radius: 2rem;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.team-image-wrapper {
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.team-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team-member-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.team-socials {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  background-color: var(--green);
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: .5rem;
  padding: .25rem 1rem;
  display: flex;
}

.team-social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.member-info-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  border-radius: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.team-section-header {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
  display: flex;
}

.faq-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq-accordion {
  border: 1px solid var(--black);
  border-radius: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  transition: background-color .3s;
}

.faq-accordion:hover {
  background-color: var(--grey);
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq-icon-wrapper {
  background-color: var(--green);
  border-radius: 100rem;
  align-self: flex-start;
  margin-left: 1.5rem;
  padding: 4px;
  display: flex;
}

.faq-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.faq-answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.section-faq {
  margin-left: 5%;
  margin-right: 5%;
}

.faq-component-wrapper {
  background-color: var(--light-grey);
  border-radius: 3rem;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
}

.faq-contact-wrapper {
  background-color: var(--green);
  color: var(--white);
  border-radius: 3rem;
  margin-top: 3rem;
  padding: 3rem;
}

.projects-component {
  flex-direction: column;
  align-items: center;
}

.project-list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.project-item {
  border: 1px solid var(--light-grey);
  background-color: var(--light-grey);
  border-radius: 2rem;
  padding: 1rem;
  transition: border-color .3s;
}

.project-item:hover {
  border: 1px solid var(--black);
}

.project-item-link {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.project-image-wrapper {
  border-radius: 1.5rem;
  width: 100%;
  overflow: hidden;
}

.project-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.project-title-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem 1.25rem;
  display: flex;
}

.project-tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  margin-top: 1rem;
  display: flex;
}

.project-tag {
  background-color: var(--green);
  border-radius: 100rem;
  padding: .25rem .75rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.project-tag.w--current {
  border-bottom: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.project-button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.project-section-header {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
  display: flex;
}

.testimonial-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.testimonial-content {
  background-color: var(--white);
  border-radius: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.testimonial-rating-wrapper {
  background-color: var(--black);
  border-radius: 100rem;
  margin-bottom: 2rem;
  padding: .4rem 1rem .5rem;
  display: flex;
}

.testimonial-rating-icon {
  color: var(--green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.testimonial-client {
  text-align: left;
  align-items: center;
  display: flex;
}

.section-testimonials {
  margin-left: 5%;
  margin-right: 5%;
}

.testimonials-component-wrapper {
  border-radius: 3rem;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
}

.footer-top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr;
  align-items: start;
}

.footer-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-logo-link {
  padding-left: 0;
}

.footer-logo-link.w--current {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.footer-form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.footer-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.input-form {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--green);
  background-color: var(--white);
  color: var(--black);
  border-radius: 100rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem .5rem 1rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: border-color .3s;
}

.input-form:hover {
  border-bottom: 2px solid var(--black);
}

.input-form:focus {
  border-color: #000 #000 var(--black);
  border-bottom-style: solid;
}

.input-form::placeholder {
  color: #0009;
}

.input-form.is-text-area {
  border-radius: 1rem;
  min-height: 11.5rem;
  padding: 1rem;
}

.success-message {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: 1.5rem;
}

.error-message {
  border: 2px solid var(--white);
  border-radius: 1rem;
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.footer-menu-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  align-items: start;
}

.footer-link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer-link {
  border-radius: 100rem;
  padding: .5rem .75rem;
  font-size: .875rem;
  text-decoration: none;
  transition: background-color .3s;
}

.footer-link:hover {
  background-color: var(--green);
}

.footer-link.w--current {
  border-radius: 100rem;
}

.footer-social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--green);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.social-icon {
  background-color: var(--black);
  border-radius: 100rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 6px;
  display: flex;
}

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

.footer-credit-text {
  font-size: .875rem;
}

.footer-logo-symbol {
  width: 3rem;
  height: 3rem;
}

.newsletter-footer-wrapper {
  background-color: var(--green);
  border-radius: 2rem;
  padding: 1.5rem;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-span-6, .influx, .webflow {
  color: var(--black);
  font-weight: 500;
  text-decoration: underline;
}

.footer-address {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  padding: .5rem .75rem;
  font-size: .875rem;
  text-decoration: none;
}

.footer-links-list-title {
  margin-bottom: 1rem;
  padding-left: .75rem;
}

.section-subpage-hero-header {
  padding-top: 4rem;
}

.subpage-header-component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.subpage-header-image-wrapper {
  border-radius: 3rem;
  overflow: hidden;
}

.subpage-header-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 3rem;
  width: 100%;
  height: 100%;
}

.stats-component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.stats-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.stats-item {
  background-color: var(--white);
  border-radius: 2rem;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.stats-item.is-green {
  background-color: var(--green);
}

.stats-item.is-dark {
  background-color: var(--black);
  color: var(--white);
}

.stat-number {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.3;
}

.stat-image-wrapper {
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.stat-image {
  z-index: 10;
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.stats-section-header {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
  display: flex;
}

.section-stat {
  margin-left: 5%;
  margin-right: 5%;
}

.stats-component-wrapper {
  background-color: var(--light-grey);
  border-radius: 3rem;
  max-width: 105rem;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.cta-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  overflow: hidden;
}

.cta-card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--light-grey);
  border-radius: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
  display: grid;
  overflow: hidden;
}

.cta-card-conent {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3rem;
  display: flex;
}

.cta-image-wrapper {
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.cta-image {
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
}

.section-values {
  display: none;
}

.values-component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.values-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.values-item {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--green);
  border-radius: 2rem;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.values-item.is-grey {
  background-color: var(--grey);
}

.section-case-studies {
  margin-bottom: 6rem;
  margin-left: 5%;
  margin-right: 5%;
}

.case-studies-component-wrapper {
  background-color: var(--light-grey);
  border-radius: 3rem;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
}

.case-studies-list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  column-gap: 3rem;
}

.case-study-item {
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  border-radius: 2rem;
  height: 100%;
  margin-bottom: 3rem;
  padding: 1rem;
  transition: border-color .3s;
  display: inline-block;
}

.case-study-item:hover {
  border-color: var(--black);
}

.case-study-item-link {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.case-study-image-wrapper {
  border-radius: 1.5rem;
  width: 100%;
  overflow: hidden;
}

.case-study-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.case-study-title-wrapper {
  padding: 1.5rem 1.25rem;
}

.section-contact {
  margin-top: 4rem;
}

.contact-component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column dense;
  display: grid;
}

.contact-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-icon {
  background-color: var(--black);
  color: var(--green);
  border-radius: 100rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 6px;
  display: flex;
}

.contact-form-block {
  background-color: var(--green);
  border-radius: 3rem;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  padding: 2rem;
}

.contact-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-wrapper {
  position: relative;
}

.form-field-label {
  margin-bottom: .5rem;
  padding-left: 1rem;
  font-weight: 400;
}

.success-text {
  font-weight: 600;
}

.error-text {
  color: #e23939;
}

.form-field-2col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-button-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.blogs-component {
  flex-direction: column;
  align-items: center;
}

.blogs-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.blog-item {
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  border-radius: 2rem;
  padding: 1rem;
  transition: border-color .3s;
}

.blog-item:hover {
  border: 1px solid var(--black);
}

.blog-item.is-light-grey {
  background-color: var(--light-grey);
}

.blog-item-link {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.blog-image-wrapper {
  border-radius: 1.5rem;
  width: 100%;
  overflow: hidden;
}

.blog-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-title-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem 1.25rem .5rem;
  display: flex;
}

.blog-button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.section-case-study-header {
  margin-top: 4rem;
}

.case-study-header-content-wrapper {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.case-study-tags-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  margin-bottom: 1.5rem;
  display: flex;
}

.case-study-information-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-study-header-image-wrapper {
  border-radius: 3rem;
  flex: 1;
  width: 100%;
  height: 85vh;
  overflow: hidden;
}

.case-study-header-image {
  object-fit: cover;
  border-radius: 3rem;
  width: 100%;
  height: 100%;
}

.section-case-study-details {
  margin-left: 5%;
  margin-right: 5%;
}

.case-study-details-wrapper {
  background-color: var(--light-grey);
  border-radius: 3rem;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
}

.image {
  border-radius: 2rem;
}

.section-blog-header {
  margin-top: 4rem;
}

.blog-header-content-wrapper {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-date-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.blog-date {
  background-color: var(--green);
  border-radius: 100rem;
  padding: .25rem .75rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.blog-date.w--current {
  border-bottom: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.blog-header-image-wrapper {
  border-radius: 3rem;
  flex: 1;
  width: 100%;
  height: 85vh;
  overflow: hidden;
}

.blog-header-image {
  object-fit: cover;
  border-radius: 3rem;
  width: 100%;
  height: 100%;
}

.section-blog-details {
  margin-left: 5%;
  margin-right: 5%;
}

.blog-details-wrapper {
  background-color: var(--light-grey);
  border-radius: 3rem;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
}

.blog-section-header {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
  display: flex;
}

.section-service-description {
  margin-bottom: 6rem;
  margin-left: 5%;
  margin-right: 5%;
}

.service-description-wrapper {
  background-color: var(--light-grey);
  border-radius: 3rem;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
}

.section-blog {
  margin-bottom: 6rem;
  margin-left: 5%;
  margin-right: 5%;
}

.blog-component-wrapper {
  background-color: var(--light-grey);
  border-radius: 3rem;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
}

.brand-logotype {
  height: 1.3rem;
}

.mandala {
  z-index: -100;
  opacity: .3;
  width: 40%;
  position: absolute;
  inset: 10% -20% auto auto;
}

.bold-text {
  text-transform: none;
}

.background-video {
  width: 100%;
  height: 100%;
}

.background-video-2, .background-video-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.background-video-4 {
  z-index: 10;
}

.text-color-grey {
  color: #757575;
}

.margin-bottom-2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.text-size-medium-2 {
  font-size: 1.25rem;
}

.testimonial11_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.margin-vertical-2 {
  margin-left: 0;
  margin-right: 0;
}

.button_bg {
  z-index: 0;
  background-color: #fff;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.button_bg.is-secondary {
  background-color: #ae9257;
}

.button_bg.is-secondary.is-filter {
  opacity: .5;
}

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

.icon-1x1-small {
  z-index: 2;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: relative;
}

.testimonial11_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.testimonial11_client-image-wrapper {
  margin-right: 1.25rem;
}

.testimonial11_rating-icon {
  color: #ae9257;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.text-weight-semibold {
  font-weight: 600;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #ae9257;
  border: 1px solid #a28d5e;
  border-radius: 100px;
  padding: .75rem 1.5rem;
  font-size: .8rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 20px -4px #8a7b5c;
}

.button-2:hover {
  box-shadow: none;
  color: #a28d5e;
  background-color: #fff;
  text-decoration: none;
}

.button-2.is-secondary {
  box-shadow: none;
  color: #a28d5e;
  background-color: #0000;
  background-image: none;
  border: 1px solid #a28d5e;
  font-weight: 600;
}

.button-2.is-secondary:hover {
  color: #fff;
  background-color: #ae9257;
  background-image: none;
  box-shadow: inset 0 0 20px -4px #8a7b5c;
}

.button-2.is-secondary.is-animation {
  color: #887446;
}

.button-2.is-secondary.is-animation:hover {
  color: #fff;
}

.button-2.is-secondary.is-animation.is-arrow-right {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding-left: .7rem;
  padding-right: .75rem;
  position: relative;
  inset: auto 0% 0% auto;
}

.button-2.is-secondary.is-animation.is-arrow-right.is-position {
  display: flex;
  position: absolute;
}

.button-2.is-secondary.is-animation.is-arrow-left {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding-left: .75rem;
  padding-right: .7rem;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
}

.button-2.is-secondary.is-animation.is-arrow-left.is-position {
  margin-right: 4rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.testimonial11_divider {
  background-color: #000;
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.testimonial11_logo {
  width: 100%;
  max-height: 3rem;
}

.max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.testimonial11_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 6rem;
  overflow: hidden;
}

.testimonial11_rating-wrapper {
  display: flex;
}

.testimonial11_mask {
  width: 50%;
  overflow: visible;
}

.testimonial11_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.testimonial11_slide {
  padding-right: 4rem;
}

.footer-logo-logotype {
  height: 1rem;
}

.footer-wrapper-logo {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.logos-container {
  overflow: hidden;
}

.logos-track {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  vertical-align: baseline;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
}

.flex-block {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex: none;
  align-items: center;
}

.logo3_component {
  display: flex;
}

.logo3_list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem;
  grid-auto-columns: 12.5rem;
  grid-auto-flow: column;
  justify-content: flex-end;
  place-items: center start;
  display: grid;
}

.logo3_wrapper {
  justify-content: center;
  align-items: center;
}

.logo3_logo {
  object-fit: contain;
  max-height: 3.5rem;
}

.category-grid-item {
  color: #000;
  margin-top: -2px;
  text-decoration: none;
  display: block;
  position: relative;
}

.category-title {
  letter-spacing: -.005em;
  font-size: 4.1em;
  font-weight: 600;
  line-height: 1em;
}

.hover-img-mask {
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% 0% 15%;
}

.category-info {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: .7em;
  margin-right: 3em;
  font-size: .9em;
  font-weight: 500;
}

.category-info.end {
  margin-right: 0;
}

.category-title-wrapper {
  flex: 1;
}

.category-item-inner {
  z-index: 1;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1em;
  padding-bottom: 1.2em;
  display: flex;
  position: relative;
}

.hover-img {
  object-fit: cover;
  width: 760px;
  height: 500px;
}

.section-product {
  margin-left: 5%;
  margin-right: 5%;
}

.product-component-wrapper-copy {
  border-radius: 3rem;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-padding-vertical-xhuge {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.projects-lines-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

._1-heading {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #101828;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 100;
  line-height: 1;
  display: block;
}

.superscript {
  color: #fff;
  background-color: #b740eb;
  border-radius: .3rem;
  padding: .4rem .5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 0;
}

.collection-list-wrapper-14, .collection-list-11 {
  width: 100%;
}

.project-arrow {
  color: #0d0c0c;
}

.uui-text-size-large {
  color: #475467;
  letter-spacing: normal;
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 1.5;
}

.uui-text-size-large.for-project {
  color: #646464;
  font-size: 4rem;
  font-weight: 700;
}

.circle-proejct {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10000px;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  transition: all .3s;
  display: flex;
  position: static;
  inset: 0%;
}

.circle-proejct:hover {
  background-color: #fcfcfccf;
  transform: rotate(-7deg);
}

.project-arrow-image {
  color: #0d0c0c;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-35 {
  z-index: 6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-36 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project-line-image-wrapper {
  z-index: 5;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.project-row-image {
  z-index: 2;
  border-radius: 3rem;
  width: 30vw;
  height: 30vw;
  display: none;
  position: absolute;
  top: -15vw;
  overflow: hidden;
}

.project-item-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: 1;
  color: #000;
  cursor: pointer;
  border-top: 1px #000;
  border-bottom: 1px solid #4e4e4e;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  text-decoration: none;
  transition: all .25s;
  display: flex;
  position: relative;
}

.project-item-row:hover {
  opacity: .5;
  padding-left: 0;
  padding-right: 0;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-flag {
  border: 1px solid #ae9257;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  transition: filter .2s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-flag:hover {
  filter: sepia();
}

.button-flag.w--current {
  border-radius: 100rem;
}

.icon-flag {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.display {
  font-family: Montserrat, sans-serif;
  font-size: var(--_text---display--dp-size);
  line-height: var(--_text---display--dp-height);
  font-weight: var(--_text---display--dp-weight);
  letter-spacing: var(--_text---display--dp-spacing);
}

.block-quote {
  border-left-color: var(--green);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-style: italic;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 6.5vw;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .styleguide-icon-list {
    grid-auto-flow: row;
  }

  .heading-style-h1 {
    font-size: 6.5vw;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .section-padding-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-padding-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .max-width-large.align-center {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-huge {
    padding-bottom: 6rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 2rem;
  }

  .hide-tablet {
    display: none;
  }

  .hero-header-content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    padding-top: 10%;
  }

  .license-wrapper {
    padding-bottom: 10%;
    padding-left: 5%;
  }

  .licenses-list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .changelog-wrapper {
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 5%;
  }

  .changelog-header-content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    padding-top: 10%;
  }

  .menu-icon-line-bottom {
    background-color: var(--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-link {
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar-link:hover {
    background-color: var(--grey);
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-menu-button {
    padding: 0;
  }

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

  .menu-icon-line-top {
    background-color: var(--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-container {
    padding-right: 1.5rem;
  }

  .navbar-component {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .navbar-menu-link-wrapper {
    border: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
    background-color: var(--light-grey);
    flex-direction: column;
    width: 100%;
    padding: 2rem;
  }

  .menu-icon-line-middle {
    background-color: var(--black);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-button-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: stretch;
    margin-top: 1rem;
    margin-left: 0;
  }

  .navbar-menu {
    background-color: var(--grey);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-radius: 2rem;
    justify-content: center;
    width: 100%;
    margin-top: 1rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .menu-icon-line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .header-image-wrapper {
    border-radius: 2rem;
  }

  .header-image-wrapper.is-1 {
    left: -10%;
  }

  .header-image-wrapper.is-2 {
    width: 130%;
    left: -15%;
  }

  .header-image-wrapper.is-3 {
    right: -10%;
  }

  .header-image {
    border-radius: 2rem;
  }

  .logo-component {
    grid-row-gap: 2rem;
    display: flex;
  }

  .services-component-wrapper, .service-accordion {
    border-radius: 2rem;
  }

  .service-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .team-list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .team-section-header {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .faq-accordion, .faq-component-wrapper, .faq-contact-wrapper {
    border-radius: 2rem;
  }

  .project-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .project-item {
    border-radius: 1.5rem;
  }

  .project-image-wrapper {
    border-radius: 1rem;
  }

  .project-image {
    aspect-ratio: 1;
  }

  .project-title-wrapper {
    padding: 1.25rem 1rem;
  }

  .project-section-header {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .testimonial-component {
    grid-template-columns: 1fr;
  }

  .testimonials-component-wrapper {
    border-radius: 2rem;
  }

  .footer-top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .subpage-header-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .subpage-header-image-wrapper, .subpage-header-image {
    border-radius: 2rem;
  }

  .stats-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .stat-number {
    font-size: 4rem;
  }

  .stats-section-header {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .stats-component-wrapper {
    border-radius: 2rem;
  }

  .cta-card {
    border-radius: 2rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-left: 2rem;
  }

  .cta-card-conent {
    padding: 0 0 2rem;
  }

  .values-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .case-studies-component-wrapper {
    border-radius: 2rem;
  }

  .case-studies-list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
  }

  .case-study-item {
    border-radius: 1.5rem;
    margin-bottom: 2rem;
  }

  .case-study-image-wrapper {
    border-radius: 1rem;
  }

  .case-study-title-wrapper {
    padding: 1rem;
  }

  .contact-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .contact-form-block {
    border-radius: 2rem;
  }

  .blogs-list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .blog-item {
    border-radius: 1.5rem;
  }

  .blog-image-wrapper {
    border-radius: 1rem;
  }

  .blog-image {
    aspect-ratio: 3 / 2;
  }

  .blog-title-wrapper {
    padding-top: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .case-study-header-content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1.5fr;
  }

  .case-study-header-image-wrapper, .case-study-header-image, .case-study-details-wrapper {
    border-radius: 2rem;
  }

  .blog-header-content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .blog-header-image-wrapper, .blog-header-image, .blog-details-wrapper {
    border-radius: 2rem;
  }

  .blog-section-header {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-description-wrapper, .blog-component-wrapper {
    border-radius: 2rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-vertical-2 {
    margin-left: 0;
    margin-right: 0;
  }

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

  .testimonial11_mask {
    width: 100%;
  }

  .testimonial11_slide {
    margin-right: 2.5rem;
    padding-right: 0;
  }

  .div-block {
    margin-bottom: 2rem;
  }

  .category-grid-item {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding-bottom: 4em;
  }

  .hover-img-mask {
    z-index: 0;
    height: auto;
    display: block;
    position: relative;
    inset: auto;
  }

  .category-info {
    margin-bottom: 1em;
  }

  .category-info.end {
    margin-top: 1.4em;
  }

  .category-item-inner {
    border-top-width: 0;
    border-bottom-width: 0;
    flex-direction: column;
  }

  .product-component-wrapper-copy {
    border-radius: 2rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  ._1-heading {
    font-size: 6rem;
  }

  .superscript {
    font-size: 1.5rem;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .utility-form-block {
    padding: 3rem;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 6.5vw;
  }

  .button {
    padding: .25rem 1rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .section-padding-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-padding-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-padding-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 1rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .hero-header-content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
    padding-top: 15%;
  }

  .license-wrapper {
    min-height: 70dvh;
  }

  .licenses-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .license-image-wrapper {
    height: 100%;
  }

  .changelog-header-content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
    padding-top: 15%;
  }

  .navbar-container {
    min-height: 4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar-component {
    margin-top: 1.25rem;
  }

  .navbar-menu-link-wrapper {
    padding: 1.25rem;
  }

  .logo-component {
    padding-top: 1rem;
  }

  .client-logo {
    max-height: 3rem;
  }

  .service-name {
    padding: 1rem 1.25rem;
  }

  .accordion-icon-wrapper {
    width: 1.75rem;
  }

  .service-description {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .service-component, .team-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .team-image-wrapper {
    height: 100%;
  }

  .faq-question {
    padding: 1rem 1.25rem;
  }

  .faq-icon-wrapper {
    width: 1.75rem;
  }

  .faq-answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .project-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .testimonial-component {
    grid-template-columns: 1fr;
  }

  .testimonial-content {
    padding: 1.5rem;
  }

  .testimonial-client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .footer-top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer-menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer-credit-text {
    margin-top: 1.5rem;
  }

  .footer-bottom {
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 1rem;
  }

  .subpage-header-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .stats-list {
    grid-template-columns: 1fr;
  }

  .stat-number {
    font-size: 3.5rem;
  }

  .cta-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .cta-card-conent {
    padding: 2rem;
  }

  .values-list {
    flex: 1;
    grid-template-columns: 1fr;
  }

  .case-studies-list {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
    column-count: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .case-study-item {
    margin-bottom: 3rem;
  }

  .contact-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .contact-list {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .contact-form {
    grid-template-rows: auto auto;
  }

  .blogs-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .case-study-header-content-wrapper, .blog-header-content-wrapper {
    grid-template-columns: 1fr;
  }

  .brand-logotype {
    display: none;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .testimonial11_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .margin-vertical-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial11_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonial11_component {
    padding-bottom: 3rem;
  }

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

  .logo3_list {
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .logo3_wrapper {
    padding: .75rem 1rem;
  }

  .category-title {
    font-size: 3.4em;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .projects-lines-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  ._1-heading {
    font-size: 4rem;
  }

  .superscript, .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-text-size-large.for-project {
    font-size: 2rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.8rem;
  }

  h2 {
    text-transform: none;
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.3rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .utility-component {
    padding: 3%;
  }

  .utility-form-block {
    padding: 1.5rem;
  }

  .utility-form {
    border-radius: 1.5rem;
    padding: 3rem 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2 {
    font-size: 1.5rem;
  }

  .styleguide-grid-colors {
    grid-template-columns: 1fr;
  }

  .heading-style-h6 {
    font-size: .875rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2rem;
  }

  .heading-style-h1.display {
    font-size: var(--_text---display--dp-size);
  }

  .button {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .button.is-form {
    text-align: center;
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .button.is-navbar {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .heading-style-h4 {
    font-size: 1.25rem;
  }

  .heading-style-h3 {
    font-size: 1.3rem;
  }

  .button-group {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .padding-global {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .section-padding-large.smaller-padding-mobile {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .button-secondary {
    padding: .5rem 1rem;
  }

  .max-width-full.flex {
    grid-template-columns: 1fr;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-huge {
    padding-bottom: 4rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .hero-header-content-wrapper {
    grid-template-columns: 1fr;
    padding-top: 20%;
    padding-bottom: 10%;
  }

  .license-wrapper {
    justify-content: center;
    min-height: 80dvh;
    padding-bottom: 5%;
  }

  .licenses-list {
    grid-template-columns: 1fr 1fr;
  }

  .license-image-wrapper {
    padding-top: 90%;
  }

  .changelog-wrapper {
    text-align: center;
    justify-content: center;
    padding-bottom: 10%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .changelog-header-content-wrapper {
    grid-template-columns: 1fr;
    padding-top: 20%;
    padding-bottom: 10%;
  }

  .navbar-link:hover {
    background-color: var(--grey);
  }

  .navbar-container {
    min-height: auto;
    padding: .25rem 1rem .25rem .75rem;
  }

  .brand-symbol {
    width: 3rem;
  }

  .navbar-button-wrapper {
    text-align: center;
    width: 100%;
  }

  .header-image-wrapper {
    border-radius: 1rem;
    height: 40vh;
  }

  .header-image-wrapper.is-1 {
    height: auto;
    display: none;
  }

  .header-image-wrapper.is-2 {
    height: auto;
  }

  .header-image-wrapper.is-3 {
    height: auto;
    display: none;
  }

  .header-image {
    border-radius: 1rem;
  }

  .logo-component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .client-logo {
    height: 2rem;
    max-height: 2rem;
  }

  .services-component-wrapper, .service-accordion {
    border-radius: 1rem;
  }

  .service-description {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .service-component {
    grid-template-columns: 1fr;
    padding-bottom: 1rem;
  }

  .service-image-wrapper {
    aspect-ratio: 1;
    border-radius: 1rem;
  }

  .team-list {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .faq-accordion, .faq-component-wrapper {
    border-radius: 1rem;
  }

  .faq-contact-wrapper {
    border-radius: 1rem;
    padding: 1.5rem;
  }

  .project-list {
    grid-row-gap: 1rem;
  }

  .project-item {
    border-radius: 1.5rem;
  }

  .project-image-wrapper {
    border-radius: 1rem;
  }

  .project-title-wrapper {
    padding: 1rem .5rem;
  }

  .project-section-header {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .testimonial-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .testimonial-content, .testimonials-component-wrapper {
    border-radius: 1rem;
  }

  .footer-top-wrapper {
    grid-row-gap: 48px;
  }

  .footer-form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .input-form.is-text-area {
    border-radius: 1rem;
    min-height: 15rem;
  }

  .footer-menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer-link {
    padding-left: 0;
  }

  .footer-link:hover {
    background-color: var(--white);
  }

  .newsletter-footer-wrapper {
    border-radius: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-address, .footer-links-list-title {
    padding-left: 0;
  }

  .subpage-header-component {
    grid-template-columns: 1fr;
  }

  .subpage-header-image-wrapper, .subpage-header-image {
    border-radius: 1rem;
  }

  .stats-list {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .stats-item {
    border-radius: 1rem;
  }

  .stat-image-wrapper {
    z-index: 20;
    border-radius: 1rem;
    width: 100%;
    overflow: visible;
  }

  .stat-image {
    aspect-ratio: 1;
    border-radius: 1rem;
    display: block;
    overflow: clip;
  }

  .stats-component-wrapper {
    border-radius: 1rem;
  }

  .cta-card {
    border-radius: 1rem;
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .cta-card-conent {
    padding: 0 0 2rem;
  }

  .cta-image-wrapper {
    border-radius: 1rem;
  }

  .cta-image {
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 1rem;
  }

  .values-list {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .values-item {
    border-radius: 1rem;
  }

  .section-case-studies {
    margin-bottom: 4rem;
  }

  .case-studies-component-wrapper {
    border-radius: 1rem;
  }

  .case-study-item {
    margin-bottom: 1rem;
  }

  .case-study-image {
    aspect-ratio: 1;
  }

  .case-study-title-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .contact-component {
    grid-template-columns: 1fr;
  }

  .contact-form-block {
    border-radius: 1rem;
    padding: 1rem;
  }

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

  .form-button-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .blogs-list {
    grid-row-gap: 1rem;
  }

  .blog-item {
    border-radius: 1.5rem;
  }

  .blog-image {
    aspect-ratio: 1;
  }

  .blog-title-wrapper {
    padding-top: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .case-study-header-image-wrapper {
    border-radius: 1rem;
    height: 55vh;
  }

  .case-study-header-image {
    border-radius: 1rem;
  }

  .blog-header-image-wrapper {
    border-radius: 1rem;
    height: 55vh;
  }

  .blog-header-image, .blog-details-wrapper {
    border-radius: 1rem;
  }

  .section-service-description {
    margin-bottom: 4rem;
  }

  .service-description-wrapper {
    border-radius: 1rem;
  }

  .section-blog {
    margin-bottom: 4rem;
  }

  .blog-component-wrapper {
    border-radius: 1rem;
  }

  .brand-logotype {
    width: 8rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .logo3_list {
    justify-content: center;
  }

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

  .div-block {
    margin-bottom: 3rem;
  }

  .product-component-wrapper-copy {
    border-radius: 1rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  ._1-heading {
    font-size: 2.2rem;
  }

  .superscript {
    padding: .4rem .5rem;
    font-size: .7rem;
  }

  .project-arrow {
    width: 1.5rem;
  }

  .uui-text-size-large.for-project {
    font-size: 1.6rem;
  }

  .project-arrow-image {
    width: 1.5rem;
  }

  .div-block-36 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .project-line-image-wrapper {
    width: 100%;
    height: auto;
    inset: auto 0% 0%;
  }

  .button-group-2 {
    flex-wrap: nowrap;
  }

  .button-flag.w--current {
    display: none;
  }
}

#w-node-_4bb47c78-7061-5eca-b86b-d1dccfccab0d-9912c4ee {
  justify-self: center;
}

#w-node-_4bb47c78-7061-5eca-b86b-d1dccfccaaf9-9912c4ee {
  place-self: center;
}

#w-node-_4bb47c78-7061-5eca-b86b-d1dccfccaafb-9912c4ee, #w-node-_4bb47c78-7061-5eca-b86b-d1dccfccaafd-9912c4ee, #w-node-_4bb47c78-7061-5eca-b86b-d1dccfccaaff-9912c4ee, #w-node-_4bb47c78-7061-5eca-b86b-d1dccfccab01-9912c4ee, #w-node-_4bb47c78-7061-5eca-b86b-d1dccfccab05-9912c4ee, #w-node-_4bb47c78-7061-5eca-b86b-d1dccfccab07-9912c4ee, #w-node-_4bb47c78-7061-5eca-b86b-d1dccfccab09-9912c4ee, #w-node-_4bb47c78-7061-5eca-b86b-d1dccfccab0b-9912c4ee, #w-node-_4bb47c78-7061-5eca-b86b-d1dccfccab0f-9912c4ee, #w-node-_9e7ed776-99d6-d4a3-cf6b-85add0570c84-9912c4ee, #w-node-_17372d8a-7978-d3aa-af6f-08fb8e170b9a-9912c4ee, #w-node-_3655c952-b207-014c-8945-7474d6bdcb82-9912c4ee, #w-node-_43e5d7c4-8f7e-8952-b983-76020ab0ccce-9912c4ee {
  justify-self: center;
}

#w-node-_43e5d7c4-8f7e-8952-b983-76020ab0ccd0-9912c4ee {
  place-self: center;
}

#w-node-_43e5d7c4-8f7e-8952-b983-76020ab0ccd2-9912c4ee, #w-node-_43e5d7c4-8f7e-8952-b983-76020ab0ccd4-9912c4ee, #w-node-_43e5d7c4-8f7e-8952-b983-76020ab0ccd6-9912c4ee, #w-node-_43e5d7c4-8f7e-8952-b983-76020ab0ccd8-9912c4ee, #w-node-_43e5d7c4-8f7e-8952-b983-76020ab0ccdc-9912c4ee, #w-node-_43e5d7c4-8f7e-8952-b983-76020ab0ccde-9912c4ee, #w-node-_43e5d7c4-8f7e-8952-b983-76020ab0cce0-9912c4ee, #w-node-_43e5d7c4-8f7e-8952-b983-76020ab0cce2-9912c4ee, #w-node-_43e5d7c4-8f7e-8952-b983-76020ab0cce4-9912c4ee, #w-node-_43e5d7c4-8f7e-8952-b983-76020ab0cce6-9912c4ee, #w-node-_43e5d7c4-8f7e-8952-b983-76020ab0cce8-9912c4ee, #w-node-_43e5d7c4-8f7e-8952-b983-76020ab0ccea-9912c4ee {
  justify-self: center;
}

#w-node-ed0eba12-1def-54f2-f589-3ad9cdc3ff92-cdc3ff8c {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-d4238f54-fe34-29d9-527c-ca60f602b959-5582b6a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c718d996-64e2-fd48-91d6-4ec75582b6ad-5582b6a9 {
  justify-self: center;
}

#w-node-c718d996-64e2-fd48-91d6-4ec75582b6b5-5582b6a9 {
  justify-self: end;
}

#w-node-_9054d520-bbae-05c9-1d88-6966d184ff1d-9912c4f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-9912c4f3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-9912c4f3 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc86220-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc86225-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc86234-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623a-9912c4f3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc86244-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc86249-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc86253-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc86258-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86294-9912c4f3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d7-9912c4f3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc86310-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc86315-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86320-9912c4f3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86350-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc8636a-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc86389-9912c4f3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86393-9912c4f3, #w-node-f1cc2e50-bb6e-19b0-b619-db69598c4a08-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-9912c4f3, #w-node-_69697395-c964-230e-7019-6949a42c6a9a-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863da-9912c4f3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc86407-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc86415-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc86420-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc86438-9912c4f3, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864d0-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea71-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea73-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea74-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea76-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea78-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea79-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea7b-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea7d-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea7e-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea80-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea82-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea83-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea85-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea87-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea88-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea8a-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea8c-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea8d-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea8f-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea91-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea92-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea94-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea95-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea97-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea98-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea9a-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea9b-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea9d-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea9e-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaa0-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaa1-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaa3-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaa4-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaa6-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaac-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaae-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaaf-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feab1-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feab3-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feab4-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feab6-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feab8-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feab9-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feabb-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feabd-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feabe-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feac0-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feac2-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feac3-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feac5-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaca-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feacd-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feacf-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fead2-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4fead7-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feadc-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feae1-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feae6-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaeb-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaed-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaee-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaf0-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaf1-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaf3-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaf4-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaf6-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaf7-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaf9-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feafa-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feafc-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feafd-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaff-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb00-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb02-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb03-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb05-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb06-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb08-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb09-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb0b-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb0c-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb0e-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb0f-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb11-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb12-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb14-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb15-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb17-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb18-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb1a-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb1b-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb1d-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb1e-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb20-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb21-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb23-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb24-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb26-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb27-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb29-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb2a-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb2c-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb2d-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb32-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb35-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb37-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb3a-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb3f-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb44-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb49-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb4e-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb53-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb55-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb56-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb58-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb59-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb5b-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb5c-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb5e-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb5f-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb61-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb62-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb64-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb65-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb67-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb68-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb6a-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb6b-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb6d-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb6e-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb70-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb71-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb73-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb74-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb76-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb77-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb79-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb7a-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb7c-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb7d-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb7f-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb80-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb82-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb83-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb85-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb86-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb88-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb89-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb8b-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb8c-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb8e-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb8f-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb91-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb92-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb94-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb95-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb9a-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb9c-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb9d-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feba1-9912c4f3, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feba3-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feba4-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feba8-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feba9-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4febad-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4febae-9912c4f3 {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4febb2-9912c4f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4febb3-9912c4f3 {
  justify-self: start;
}

#w-node-b8598f5e-a570-8473-1e2d-9c248e1d4a76-9912c4f5 {
  justify-self: center;
}

#w-node-b8598f5e-a570-8473-1e2d-9c248e1d4a78-9912c4f5 {
  place-self: center;
}

#w-node-b8598f5e-a570-8473-1e2d-9c248e1d4a7a-9912c4f5, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4a7c-9912c4f5, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4a7e-9912c4f5, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4a80-9912c4f5, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4a84-9912c4f5, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4a86-9912c4f5, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4a88-9912c4f5, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4a8a-9912c4f5, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4a8c-9912c4f5, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4a8e-9912c4f5, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4a90-9912c4f5, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4a92-9912c4f5, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4a95-9912c4f5 {
  justify-self: center;
}

#w-node-b8598f5e-a570-8473-1e2d-9c248e1d4a97-9912c4f5 {
  place-self: center;
}

#w-node-b8598f5e-a570-8473-1e2d-9c248e1d4a99-9912c4f5, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4a9b-9912c4f5, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4a9d-9912c4f5, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4a9f-9912c4f5, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4aa3-9912c4f5, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4aa5-9912c4f5, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4aa7-9912c4f5, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4aa9-9912c4f5, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4aab-9912c4f5, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4aad-9912c4f5, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4aaf-9912c4f5, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4ab1-9912c4f5 {
  justify-self: center;
}

#w-node-c53cecd5-a3b1-7ec8-7932-d94b08f93777-9912c4f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c53cecd5-a3b1-7ec8-7932-d94b08f9379a-9912c4f5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_07b304bf-b03b-074e-59aa-1a451efb6187-9912c4f5, #w-node-_9a09751f-2db9-3d64-1319-0fa4a27e6e4a-9912c4f5, #w-node-ffb105b8-229b-3b08-682c-81ac1497a6cc-9912c4f5, #w-node-_33c4e206-b576-47b6-4720-d53c51f36d03-9912c4f5, #w-node-ea535a53-93cb-f12d-69e6-4570f0a51307-9912c4f5, #w-node-d32b95cc-fe8c-8998-36e7-fe07bb00efe3-9912c4f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e73b729-bbe1-c93e-0326-062008d42601-9912c4f7 {
  align-self: start;
}

#w-node-_5e73b729-bbe1-c93e-0326-062008d4261b-9912c4f7 {
  justify-self: start;
}

#w-node-_180cb7ff-022e-fea6-841c-023229416ea3-9912c4f9, #w-node-_180cb7ff-022e-fea6-841c-023229416ea4-9912c4f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_180cb7ff-022e-fea6-841c-023229416eb4-9912c4f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_180cb7ff-022e-fea6-841c-023229416ec1-9912c4f9, #w-node-_180cb7ff-022e-fea6-841c-023229416ec7-9912c4f9, #w-node-_83cee6c6-a079-22b6-3077-bc05845099f7-9912c4fb, #w-node-_83cee6c6-a079-22b6-3077-bc05845099f8-9912c4fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4bb47c78-7061-5eca-b86b-d1dccfccab0d-e82c05b9 {
  justify-self: center;
}

#w-node-_4bb47c78-7061-5eca-b86b-d1dccfccaaf9-e82c05b9 {
  place-self: center;
}

#w-node-_4bb47c78-7061-5eca-b86b-d1dccfccaafb-e82c05b9, #w-node-_4bb47c78-7061-5eca-b86b-d1dccfccaafd-e82c05b9, #w-node-_4bb47c78-7061-5eca-b86b-d1dccfccaaff-e82c05b9, #w-node-_4bb47c78-7061-5eca-b86b-d1dccfccab01-e82c05b9, #w-node-_4bb47c78-7061-5eca-b86b-d1dccfccab05-e82c05b9, #w-node-_4bb47c78-7061-5eca-b86b-d1dccfccab07-e82c05b9, #w-node-_4bb47c78-7061-5eca-b86b-d1dccfccab09-e82c05b9, #w-node-_4bb47c78-7061-5eca-b86b-d1dccfccab0b-e82c05b9, #w-node-_4bb47c78-7061-5eca-b86b-d1dccfccab0f-e82c05b9, #w-node-_9e7ed776-99d6-d4a3-cf6b-85add0570c84-e82c05b9, #w-node-_17372d8a-7978-d3aa-af6f-08fb8e170b9a-e82c05b9, #w-node-_3655c952-b207-014c-8945-7474d6bdcb82-e82c05b9, #w-node-_43e5d7c4-8f7e-8952-b983-76020ab0ccce-e82c05b9 {
  justify-self: center;
}

#w-node-_43e5d7c4-8f7e-8952-b983-76020ab0ccd0-e82c05b9 {
  place-self: center;
}

#w-node-_43e5d7c4-8f7e-8952-b983-76020ab0ccd2-e82c05b9, #w-node-_43e5d7c4-8f7e-8952-b983-76020ab0ccd4-e82c05b9, #w-node-_43e5d7c4-8f7e-8952-b983-76020ab0ccd6-e82c05b9, #w-node-_43e5d7c4-8f7e-8952-b983-76020ab0ccd8-e82c05b9, #w-node-_43e5d7c4-8f7e-8952-b983-76020ab0ccdc-e82c05b9, #w-node-_43e5d7c4-8f7e-8952-b983-76020ab0ccde-e82c05b9, #w-node-_43e5d7c4-8f7e-8952-b983-76020ab0cce0-e82c05b9, #w-node-_43e5d7c4-8f7e-8952-b983-76020ab0cce2-e82c05b9, #w-node-_43e5d7c4-8f7e-8952-b983-76020ab0cce4-e82c05b9, #w-node-_43e5d7c4-8f7e-8952-b983-76020ab0cce6-e82c05b9, #w-node-_43e5d7c4-8f7e-8952-b983-76020ab0cce8-e82c05b9, #w-node-_43e5d7c4-8f7e-8952-b983-76020ab0ccea-e82c05b9 {
  justify-self: center;
}

#w-node-_94740111-bf3a-fb08-7ce0-6e508fc61206-8fc61200 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-f3fadd44-9135-b583-ccb8-3cfb9394466e-93944665 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3fadd44-9135-b583-ccb8-3cfb93944671-93944665 {
  justify-self: center;
}

#w-node-f3fadd44-9135-b583-ccb8-3cfb9394467d-93944665 {
  justify-self: end;
}

#w-node-_5e73b729-bbe1-c93e-0326-062008d42601-44fba67f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5e73b729-bbe1-c93e-0326-062008d4261b-44fba67f {
  justify-self: start;
}

#w-node-b8598f5e-a570-8473-1e2d-9c248e1d4a76-665146db {
  justify-self: center;
}

#w-node-b8598f5e-a570-8473-1e2d-9c248e1d4a78-665146db {
  place-self: center;
}

#w-node-b8598f5e-a570-8473-1e2d-9c248e1d4a7a-665146db, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4a7c-665146db, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4a7e-665146db, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4a80-665146db, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4a84-665146db, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4a86-665146db, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4a88-665146db, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4a8a-665146db, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4a8c-665146db, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4a8e-665146db, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4a90-665146db, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4a92-665146db, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4a95-665146db {
  justify-self: center;
}

#w-node-b8598f5e-a570-8473-1e2d-9c248e1d4a97-665146db {
  place-self: center;
}

#w-node-b8598f5e-a570-8473-1e2d-9c248e1d4a99-665146db, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4a9b-665146db, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4a9d-665146db, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4a9f-665146db, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4aa3-665146db, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4aa5-665146db, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4aa7-665146db, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4aa9-665146db, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4aab-665146db, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4aad-665146db, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4aaf-665146db, #w-node-b8598f5e-a570-8473-1e2d-9c248e1d4ab1-665146db {
  justify-self: center;
}

#w-node-c53cecd5-a3b1-7ec8-7932-d94b08f93777-665146db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c53cecd5-a3b1-7ec8-7932-d94b08f9379a-665146db {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_07b304bf-b03b-074e-59aa-1a451efb6187-665146db, #w-node-_9a09751f-2db9-3d64-1319-0fa4a27e6e4a-665146db, #w-node-ffb105b8-229b-3b08-682c-81ac1497a6cc-665146db, #w-node-_33c4e206-b576-47b6-4720-d53c51f36d03-665146db, #w-node-ea535a53-93cb-f12d-69e6-4570f0a51307-665146db, #w-node-d32b95cc-fe8c-8998-36e7-fe07bb00efe3-665146db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-efcb227a-6798-9560-4c85-1914e6c59137-9912c4ee, #w-node-bd08e605-9daf-e918-5ea0-966d6b82c69d-9912c4ee, #w-node-_94bc4ab8-e68b-52ad-310f-9740460fd063-9912c4ee, #w-node-c0d7ee63-c588-1914-1fcc-f01fac2d94cf-9912c4ee {
    order: -9999;
  }

  #w-node-c53cecd5-a3b1-7ec8-7932-d94b08f93777-9912c4f5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8a309907-dd41-8676-e504-528cd7993c04-9912c4fc {
    order: -9999;
  }

  #w-node-e0ece3fc-e2c5-8f3a-56a8-4bb65e4084cf-9912c4fc {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-efcb227a-6798-9560-4c85-1914e6c59137-e82c05b9, #w-node-bd08e605-9daf-e918-5ea0-966d6b82c69d-e82c05b9, #w-node-_94bc4ab8-e68b-52ad-310f-9740460fd063-e82c05b9, #w-node-c0d7ee63-c588-1914-1fcc-f01fac2d94cf-e82c05b9 {
    order: -9999;
  }

  #w-node-c53cecd5-a3b1-7ec8-7932-d94b08f93777-665146db {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ed0eba12-1def-54f2-f589-3ad9cdc3ff92-cdc3ff8c {
    grid-column: span 2 / span 2;
  }

  #w-node-c53cecd5-a3b1-7ec8-7932-d94b08f93777-9912c4f5 {
    grid-column: span 1 / span 1;
  }

  #w-node-c53cecd5-a3b1-7ec8-7932-d94b08f9378f-9912c4f5 {
    order: 9999;
  }

  #w-node-c53cecd5-a3b1-7ec8-7932-d94b08f9379a-9912c4f5 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7181426f-b44f-9250-2f69-7cdc9f0e4bee-9912c4fc, #w-node-_883b7860-a96e-1a03-6bb3-570317ff92b1-9912c4fc, #w-node-ac2d93a0-bc23-13cc-001d-29e12aa140e1-9912c4fc {
    order: 9999;
  }

  #w-node-c53cecd5-a3b1-7ec8-7932-d94b08f93777-665146db {
    grid-column: span 1 / span 1;
  }

  #w-node-c53cecd5-a3b1-7ec8-7932-d94b08f9378f-665146db {
    order: 9999;
  }

  #w-node-c53cecd5-a3b1-7ec8-7932-d94b08f9379a-665146db {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ed0eba12-1def-54f2-f589-3ad9cdc3ff92-cdc3ff8c {
    grid-column: span 1 / span 1;
  }

  #w-node-_7181426f-b44f-9250-2f69-7cdc9f0e4bee-9912c4fc {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e0ece3fc-e2c5-8f3a-56a8-4bb65e4084cf-9912c4fc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_883b7860-a96e-1a03-6bb3-570317ff92b1-9912c4fc {
    grid-area: 4 / 1 / 5 / 2;
  }
}


