:root {
  --primary-color: #2c2c2c;
  --secondary-color: #fff;
  --padding-global: 2.5rem;
  --corner-radius: 2.5rem;
  --button-text: 1.2rem;
  --black-color: #000;
  --black: black;
  --background-color-gray: #2c2c2c;
  --white: white;
  --h1: Gilroy, sans-serif;
  --paragraph: Montserrat, sans-serif;
  --background-color-white: white;
  --accent-color: #a95a58;
}

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 6.25rem;
  font-weight: 900;
  line-height: 1;
}

h3 {
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--primary-color);
  font-family: Montserrat, sans-serif;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

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

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-xsmall, .margin-bottom.margin-medium, .margin-bottom.margin-xxsmall, .margin-bottom.margin-xxlarge, .margin-bottom.margin-tiny {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  font-family: Montserrat, sans-serif;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-family: Gilroy, sans-serif;
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  color: var(--secondary-color);
  text-transform: capitalize;
  font-family: Gilroy, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  display: block;
}

.heading-style-h1.text-color-white {
  max-width: none;
  display: block;
}

.heading-style-h1.blending-mode {
  mix-blend-mode: normal;
}

.padding-global {
  z-index: 5;
  padding-right: var(--padding-global);
  padding-left: var(--padding-global);
  pointer-events: auto;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0%;
}

.padding-global.no-height {
  height: auto;
}

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

.padding-section-small {
  width: 100%;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: block;
}

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

.text-color-white {
  color: #fff;
  display: flex;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

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

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

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

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

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

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

.background-color-white {
  background-color: #fff;
}

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

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

.text-size-small.text-weight-semibold {
  color: #fff;
}

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

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

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  color: var(--primary-color);
  width: 100%;
  height: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

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

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

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

.fs-styleguide_header {
  background-color: #0000000d;
}

.heading-style-h2 {
  color: var(--primary-color);
  font-family: Gilroy, sans-serif;
  font-size: 5.75rem;
  font-weight: 900;
  line-height: 1;
}

.heading-style-h2.text-color-white {
  color: var(--secondary-color);
  font-size: 5rem;
}

.heading-style-h2.text-color-white.has-shadow {
  text-align: left;
}

.page-wrapper {
  position: relative;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

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

.container-large {
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-large.flex-box {
  align-items: center;
  display: flex;
}

.icon-height-medium {
  height: 2rem;
}

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

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

.text-align-center {
  text-align: center;
  font-size: 5.25rem;
}

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  max-width: 100%;
  overflow: visible;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.text-size-medium {
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.hide {
  display: none;
}

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

.padding-section-medium.hero {
  height: 100%;
  min-height: auto;
}

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

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  display: grid;
}

.home-message_component {
  color: #fff;
  min-height: 100vh;
  padding: 3rem;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  color: #000;
  background-color: #0000000d;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  color: #000;
  background-color: #fff;
  flex: none;
  width: 1.75rem;
  height: 1.75rem;
}

.home-message_logo {
  width: 4rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
  display: block;
}

.spacer-huge.instance {
  display: none;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-medium.instance {
  padding-top: 1.6rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.section_hero {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
  padding-top: 5rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.section_hero.overflow-hidden {
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.hero_bg-image {
  z-index: 2;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 70%;
  background-color: #250a0a;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  max-height: none;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.section_story {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  min-height: 120vh;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_story.overflow-hidden {
  width: 100%;
}

.hero_content-wrapper {
  z-index: 10;
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  display: flex;
  position: relative;
  inset: 0%;
}

.hero_paragraph {
  color: var(--secondary-color);
  text-align: right;
  width: 40ch;
  max-width: none;
  font-family: Montserrat, sans-serif;
  overflow: hidden;
}

.hero_paragraph.text-color-white.text-align-right {
  text-align: right;
}

.paragraph {
  color: var(--primary-color);
  font-family: Montserrat, sans-serif;
}

.hero_primary-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: var(--corner-radius);
  background-color: var(--secondary-color);
  padding: .5em 1.6rem;
  font-size: 1.4rem;
  text-decoration: none;
  display: flex;
}

.hero_primary-button.overflow-hidden {
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  line-height: 1;
  position: static;
}

.primary-button_icon-wrapper {
  background-color: var(--primary-color);
  color: #2c2c2c;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  max-width: none;
  height: 2.4rem;
  max-height: none;
  display: flex;
}

.primary-button_icon-wrapper.overflow-hidden {
  position: relative;
}

.primary-button_arrow-icon {
  z-index: 1;
  width: 1.6rem;
  max-width: none;
  position: absolute;
  left: auto;
}

.primary-button_text {
  color: var(--primary-color);
  font-family: Gilroy, sans-serif;
  font-size: var(--button-text);
  align-items: center;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: static;
}

.primary-button_arrow-icon-hidden {
  z-index: 1;
  width: 1.6rem;
  max-width: none;
  position: absolute;
  left: auto;
}

.hero_logo.is-absolute {
  z-index: 5;
  mix-blend-mode: normal;
  margin: auto;
  display: none;
  position: absolute;
  inset: 5rem 0% 0%;
}

.navbar {
  z-index: 100;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  pointer-events: auto;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #0000;
  background-clip: border-box;
  width: 100%;
  height: 5rem;
  margin-bottom: -5rem;
  padding-bottom: 0;
  position: sticky;
  inset: 0% 0% auto;
}

.navbar_content-wrapper {
  justify-content: space-between;
  max-height: 4rem;
  padding: 1rem 0 0;
  display: flex;
}

.navbar_logo-wrapper {
  flex: 0 auto;
  align-items: center;
  max-width: 3.7rem;
  max-height: 100%;
  display: flex;
}

.navbar_logo-wrapper.w--current {
  align-items: flex-end;
}

.image {
  mix-blend-mode: normal;
  max-height: 100%;
}

.navbar_menu-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.navbar_button {
  border: 1px solid var(--black-color);
  border-radius: var(--corner-radius);
  pointer-events: auto;
  color: var(--black-color);
  max-height: 100%;
  padding: .32rem 1rem .25rem;
  text-decoration: none;
}

.div-block {
  max-height: 100%;
}

.secondary-button_text {
  border: 1px none var(--black-color);
  color: var(--black-color);
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
}

.story_title {
  color: var(--primary-color);
  text-align: justify;
  max-width: none;
  font-family: Montserrat, sans-serif;
  font-size: 3.7vw;
  line-height: 1.2;
}

.story_title.text-weight-bold {
  max-width: none;
  font-weight: 600;
  line-height: 1.2;
}

.story_title.text-weight-semibold {
  text-align: left;
}

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

.global_bg-circle-interaction {
  z-index: 10;
  filter: blur(10px);
  mix-blend-mode: soft-light;
  background-color: #a95a58;
  border-radius: 100%;
  width: 20rem;
  height: 20rem;
  display: block;
  position: absolute;
  right: auto;
}

.section_inspiration {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 200vh;
  min-height: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.section_inspiration.overflow-hidden {
  overflow: hidden;
}

.story_content-wrapper {
  z-index: 1;
  justify-content: flex-start;
  max-width: 14ch;
  font-size: 4rem;
  display: flex;
  position: relative;
}

.inspiration_curtain-block {
  background-color: var(--secondary-color);
  width: 33.5%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.inspiration_curtain-block.is-1 {
  z-index: 10;
  pointer-events: auto;
  transform-origin: 50% 0;
}

.inspiration_curtain-block.is-2 {
  z-index: 10;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  perspective-origin: 50%;
  transform-origin: 50% 100%;
  left: 33.33%;
  transform: rotate(180deg);
}

.inspiration_curtain-block.is-3 {
  z-index: 10;
  transform-origin: 50% 0;
  left: 66.66%;
  right: 0%;
}

.section_storytelling {
  z-index: 5;
  background-image: linear-gradient(to bottom, var(--background-color-gray), var(--background-color-gray));
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 120vh;
  display: flex;
  position: relative;
}

.section_storytelling.overflow-hidden {
  object-fit: fill;
}

.storytelling_content-wrapper-2grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: minmax(100%, 100%);
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  min-height: 50%;
  max-height: 90%;
  display: grid;
}

.storytelling_headline {
  max-width: 20ch;
  font-size: 6.25rem;
}

.storytelling_subtext-wrapper {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.storytelling_subtext {
  color: var(--secondary-color);
  text-align: right;
  max-width: 45ch;
}

.storytelling_subtext.text-weight-bold {
  max-width: 45ch;
  font-size: 1.8rem;
}

.storytelling_subtext._30ch {
  max-width: 30ch;
}

.section_expertise {
  background-color: var(--secondary-color);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 300vh;
  margin-top: -100vh;
  margin-bottom: -100vh;
  display: none;
  position: static;
}

.section_expertise.overflow-hidden {
  background-color: var(--secondary-color);
  align-items: center;
  width: 100vw;
  height: 300vh;
  min-height: auto;
  display: block;
  position: static;
}

.expertise_grid-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 60%) 40%;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: auto;
  display: grid;
  position: relative;
}

.expertise_list-wrapper {
  background-color: #fff0;
}

.div-block-2, .global, .global-elements {
  display: none;
}

.expertise_list-item {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  flex-direction: column;
  padding-top: 10px;
  display: flex;
}

.expertise_list-item-text {
  color: var(--primary-color);
  align-self: flex-start;
  padding-left: 1rem;
  font-family: Gilroy, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

.expertise_list-item-line {
  background-color: var(--primary-color);
  opacity: .4;
  color: var(--primary-color);
  width: 100%;
  height: 2px;
  position: relative;
}

.expertise_list-item-line-overlay {
  background-color: var(--primary-color);
  opacity: 1;
  color: var(--primary-color);
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 0% 0% auto;
}

.expertise-list-item-line-wrapper {
  position: relative;
}

.expertise_list-item-image {
  width: auto;
  max-width: none;
  height: 100%;
  max-height: none;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section_showcase {
  z-index: 5;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.showcase_images-wrapper {
  height: auto;
  min-height: 100dvh;
  max-height: 100dvh;
  display: flex;
}

.showcase_image_container {
  filter: grayscale();
  align-items: flex-end;
  width: 25%;
  height: auto;
  margin-right: 0;
  padding: 0 1.5rem 1.5rem;
  transition: filter .8s cubic-bezier(.55, .085, .68, .53), width 1.5s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  overflow: hidden;
}

.showcase_image_container:hover {
  filter: none;
  width: 300%;
}

.showcase_image_container.is-1 {
  background-image: linear-gradient(0deg, #000c, #0000 10%), url('../images/DJI-1.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  align-items: flex-end;
}

.showcase_image_container.is-1:hover {
  filter: none;
}

.showcase_image_container.is-2 {
  background-image: linear-gradient(0deg, #000c, #0000 10%), url('../images/Z2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.showcase_image_container.is-3 {
  background-image: linear-gradient(0deg, #000c, #0000 14%), url('../images/IMG_6812.jpg');
  background-position: 0 0, 70%;
  background-size: auto, cover;
}

.showcase_image_container.is-4 {
  background-image: linear-gradient(0deg, #000c, #0000 14%), url('../images/WhatsApp-Image-2024-11-15-at-14.27.19.jpeg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.showcase_image_container.is-4._111 {
  background-position: 0 0, 20%;
}

.image-2 {
  width: 100dvw;
}

.showcase_info-wrapper {
  flex-flow: column;
  width: 100%;
  min-width: 15rem;
  max-height: 8rem;
  display: block;
}

.showcase_info-heading {
  color: var(--secondary-color);
  text-transform: uppercase;
  font-size: 1.5rem;
}

.showcase_info-underline {
  background-color: var(--secondary-color);
  height: 1px;
}

.hero_image-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 0;
  position: absolute;
  inset: 0 0% auto;
}

.hero_image-wrapper.overflow-hidden {
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  inset: 0% auto auto 0%;
}

.hero_bg-image-overlay {
  z-index: 3;
  background-image: linear-gradient(to top, #000, #0000 57%);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_reimagine {
  background-color: var(--secondary-color);
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 120vh;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_reimagine.overflow-hidden {
  width: 100%;
}

.inspiration_bg-image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0%;
}

.inspiration_image-wrapper {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.inspiration_text-wrapper {
  width: 100%;
  height: auto;
  position: absolute;
}

.inspiration_content-wrapper {
  align-items: center;
  width: 100dvw;
  height: 100dvh;
  display: flex;
  position: sticky;
  top: 0%;
}

.inspiration_content-wrapper.overflow-hidden {
  width: 100%;
  height: 100vh;
}

.inspiration_bg-image-overlay {
  z-index: 4;
  background-image: linear-gradient(to right, #000000e6, #0000 43%);
  position: absolute;
  inset: 0%;
}

.reimagine_content-wrapper {
  justify-content: flex-end;
  width: 100%;
  max-width: none;
  font-size: 6.25rem;
  display: flex;
}

.section_co-create {
  z-index: 10;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 200vh;
  min-height: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.co-create_content-wrapper {
  align-items: center;
  width: 100dvw;
  height: 100dvh;
  display: flex;
  position: sticky;
  top: 0%;
}

.co-create_content-wrapper.overflow-hidden {
  width: 100%;
  height: 100vh;
}

.co-create_text-wrapper {
  width: 100%;
  height: auto;
  position: absolute;
}

.co-create_headline-wrapper {
  z-index: 1;
  justify-content: flex-start;
  max-width: 21ch;
  font-size: 4rem;
  display: flex;
  position: relative;
}

.co-create_image-wrapper {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.co-create_bg-image {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0%;
}

.co-create_bg-image-overlay {
  z-index: 4;
  background-image: linear-gradient(to right, #000000e6, #0000 53%);
  position: absolute;
  inset: 0%;
}

.co-create_curtain-block {
  background-color: var(--secondary-color);
  width: 100%;
  height: 33.5%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.co-create_curtain-block.is-1 {
  z-index: 10;
  pointer-events: auto;
  transform-origin: 0%;
  top: 0%;
}

.co-create_curtain-block.is-2 {
  z-index: 10;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  perspective-origin: 50%;
  transform-origin: 100%;
  height: 34.5%;
  top: 33%;
  left: 0%;
  transform: rotate(180deg);
}

.co-create_curtain-block.is-3 {
  z-index: 10;
  transform-origin: 0%;
  top: 67%;
  left: 0%;
  right: 0%;
}

.section_formula {
  z-index: 10;
  width: 100%;
  min-height: 200vh;
  position: relative;
}

.reimagine_bg-image-wrapper {
  justify-content: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotate(0);
}

.reimagine_bg-image {
  width: auto;
  height: 110%;
}

.expertise_bg-image-wrapper {
  z-index: 1;
  object-fit: cover;
  background-color: #fff0;
  flex-direction: row;
  justify-content: flex-end;
  width: auto;
  max-width: none;
  height: 110%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.expertise_bg-image-wrapper.overflow-hidden {
  background-color: #fff0;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.expertise_bg-image-overlay {
  z-index: 2;
  -webkit-text-fill-color: inherit;
  background-color: #ffffff73;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.expertise_list-item-content-wrapper {
  grid-row-gap: .625rem;
  flex-direction: column;
  display: flex;
}

.storytelling_bg-image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.storytelling_bg-image {
  opacity: .21;
  object-fit: cover;
  width: auto;
  height: auto;
  display: block;
}

.story_bg-image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.story_bg-image {
  z-index: 1;
  opacity: .17;
  height: 110%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.story_bg-image-overlay {
  z-index: 3;
  background-image: linear-gradient(to top, #fff, #0000 16% 85%, #fff);
  display: block;
  position: absolute;
  inset: 0%;
}

.formula_sticky-content-wrapper {
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-height: auto;
  display: flex;
  position: sticky;
  top: 0;
}

.formula_sticky-content-wrapper.overflow-hidden {
  width: 100%;
  height: 100vh;
}

.formula_bg-image-wrapper {
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.formula_bg-image-wrapper.overflow-hidden {
  width: 100%;
}

.formula_formula-content-wrapper {
  justify-content: flex-end;
  height: 100vh;
  padding-top: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.formula_content-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 100%;
  grid-template-columns: minmax(200px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-self: auto;
  place-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.formula_headline-wrapper {
  align-items: center;
  max-width: 7ch;
  height: 100%;
  padding-top: 0%;
  font-size: 6.25rem;
  display: flex;
}

.formula_subtext-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  max-width: 40ch;
  height: 100%;
  display: flex;
}

.formula_subtext {
  color: #fff;
  text-align: right;
  font-family: Montserrat, sans-serif;
}

.reimagine_headline-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  max-width: 13ch;
  display: flex;
}

.footer {
  width: 100%;
  min-height: 100vh;
  max-height: none;
  margin-top: -100vh;
  position: static;
}

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

.formula_image-wrapper {
  z-index: 5;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000000bf;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  min-width: auto;
  max-width: none;
  height: auto;
  max-height: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
  inset: 0% 0 0% auto;
}

.formula_formula-background {
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000000bf;
  position: absolute;
  inset: 0%;
}

.formula-formula-img {
  z-index: 2;
  object-fit: fill;
  width: 100%;
  max-width: none;
  height: auto;
  position: relative;
  inset: auto;
}

.formula_content-wrapper {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.footer_wrapper {
  background-color: #fff;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  max-height: none;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  bottom: 0;
}

.footer_spacer {
  z-index: 2;
  background-color: var(--secondary-color);
  height: 100vh;
  position: relative;
}

.footer_content-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.footer-content-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.footer_logo {
  height: auto;
  max-height: 15rem;
}

.footer_left-grid-container {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.footer_subtext {
  opacity: .7;
  max-width: 40ch;
}

.footer_subtext.text-color-white {
  color: #2c2c2c;
  font-family: Montserrat, sans-serif;
  transition: opacity .7s cubic-bezier(.455, .03, .515, .955);
}

.footer_subtext.text-color-white:hover {
  opacity: 1;
}

.expertise_wrapper {
  align-items: center;
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.expertise_wrapper.overflow-hidden, .expertise_spacer {
  height: 100vh;
}

.expertise_content-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.footer_facebook-icon {
  color: var(--secondary-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.footer_contact-icons-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.footer_contact-link-wrapper {
  opacity: .7;
  color: var(--secondary-color);
  transition: transform .5s cubic-bezier(.215, .61, .355, 1), opacity .75s cubic-bezier(.455, .03, .515, .955);
}

.footer_contact-link-wrapper:hover {
  opacity: 1;
  transform: translate(0, -.125rem);
}

.footer_email-link {
  opacity: .6;
  color: var(--primary-color);
  font-size: 1.5rem;
  transition: transform .4s cubic-bezier(.215, .61, .355, 1), opacity .7s cubic-bezier(.455, .03, .515, .955);
}

.footer_email-link:hover {
  opacity: 1;
  transform: translate(0, -.125rem);
}

.icon-embed-small, .footer_icon-embed {
  color: var(--primary-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.footer_contact-link {
  color: var(--secondary-color);
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.footer_contact-underline-wrapper {
  aspect-ratio: auto;
  width: 100%;
  height: auto;
  position: relative;
}

.footer_contact-underline {
  background-color: var(--secondary-color);
  opacity: .4;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 0% 0% auto;
}

.footer_contact-underline-overlay {
  background-color: var(--secondary-color);
  opacity: 1;
  width: 0%;
  height: 2px;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block {
  color: var(--primary-color);
  font-size: 1.1rem;
}

.footer_credits-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.footer_text {
  opacity: .7;
  color: var(--primary-color);
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  text-decoration: none;
}

.footer-link {
  opacity: .7;
  color: var(--primary-color);
  font-size: .8rem;
  transition: transform .4s cubic-bezier(.215, .61, .355, 1), opacity .7s cubic-bezier(.455, .03, .515, .955);
}

.footer-link:hover {
  opacity: 1;
  transform: translate(0, -.125rem);
}

.footer_designed-by-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 3rem;
  opacity: 1;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-block {
  opacity: .7;
  flex: 0 auto;
  width: auto;
  max-width: none;
  height: 1.4rem;
  max-height: none;
  margin-bottom: .125rem;
  transition: transform .4s cubic-bezier(.215, .61, .355, 1), opacity .7s cubic-bezier(.455, .03, .515, .955);
  display: block;
}

.link-block:hover {
  opacity: 1;
  transform: translate(0, -.125rem);
}

.image-3 {
  object-fit: contain;
  width: auto;
  max-width: none;
  height: 100%;
}

.footer_alt-tag-embed {
  display: none;
}

.hero_container {
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 2.5rem 5rem;
  display: flex;
  position: relative;
}

.expertise_bg-image {
  z-index: 1;
  object-fit: cover;
  background-color: #fff0;
  flex-direction: row;
  justify-content: flex-end;
  width: auto;
  max-width: none;
  height: 110%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.expertise_bg-image.overflow-hidden {
  background-color: #fff0;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.reimagine_bg-image-overlay {
  z-index: 3;
  background-image: linear-gradient(to top, #fff, #0000 16% 85%, #fff);
  display: block;
  position: absolute;
  inset: 0%;
}

.full-width-container {
  justify-content: center;
  width: 100%;
  padding-top: 6rem;
  display: flex;
}

.pre-loader {
  z-index: 110;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.showcase_info-text {
  color: var(--secondary-color);
  min-width: 20rem;
}

.pre-loader_logo-wrapper {
  width: 25rem;
  height: 18rem;
  max-height: none;
}

.image-4 {
  width: 100%;
  max-width: none;
  max-height: none;
}

.pre-loader_red-bar {
  background-color: var(--black);
  height: 5px;
  line-height: 2;
  position: absolute;
  inset: auto 0% 0%;
}

.text-span-2 {
  opacity: .4;
}

.expertise_list-item-text-wrapper {
  justify-content: space-between;
  display: flex;
}

.expertise_list-item-number {
  color: var(--primary-color);
  align-self: flex-start;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

.footer_headline {
  color: var(--primary-color);
  max-width: 9ch;
  font-family: Gilroy, sans-serif;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.section_privacy-policy {
  z-index: 20;
  min-height: 100vh;
  position: relative;
}

.body, .heading-3, .heading-4 {
  color: var(--primary-color);
}

.section_terms-and-conditions {
  z-index: 20;
  min-height: 100vh;
  position: relative;
}

.hero_bg-image-mobile {
  z-index: 2;
  aspect-ratio: auto;
  object-fit: cover;
  background-color: #250a0a;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  max-height: none;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.showcase_info-heading-copy {
  color: var(--secondary-color);
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 2.8rem;
}

.link {
  color: var(--primary-color);
  text-decoration: none;
}

.home-tagline_component {
  z-index: 20;
  position: relative;
}

.home-tagline-pattern {
  z-index: 10;
  position: absolute;
  inset: -71% 0% auto auto;
}

.heading-large {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.heading-large-copy {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.padding-section-small-copy {
  text-align: left;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.section_contact {
  z-index: 5;
  background-image: linear-gradient(to bottom, var(--background-color-gray), var(--background-color-gray));
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 120vh;
  display: flex;
  position: relative;
}

.text-style-link-2 {
  color: #fff;
  text-decoration: none;
}

.section_contact6 {
  color: #fff;
}

.contact6_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.form_message-success-wrapper {
  background-color: #fff;
  margin-top: 1rem;
  padding: 0;
}

.section_contact-2 {
  z-index: 5;
  background-image: linear-gradient(#2c2c2c, #2c2c2c);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 120vh;
  display: flex;
  position: relative;
}

.section_contact-2.overflow-hidden {
  flex-flow: column;
  min-height: 120vh;
}

.button-2 {
  z-index: 999;
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  padding: .75rem 1.5rem;
  text-decoration: none;
  position: relative;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.form_message-error-2 {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.contact6_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

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

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_checkbox-2 {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.success-text {
  color: var(--black-color);
  font-weight: 600;
}

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

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

.form_field-wrapper-2 {
  position: relative;
}

.error-text {
  color: #e23939;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.form_checkbox-label-2 {
  margin-bottom: 0;
}

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

.contact6_icon-wrapper {
  flex: none;
  align-self: flex-start;
}

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

.form_checkbox-icon-2 {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon-2.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon-2.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

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

.heading-style-h2-3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.form_message-success-2 {
  color: #027a48;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

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

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

.contact6_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.form_input-2 {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-2:focus {
  border-color: #000;
}

.form_input-2::placeholder {
  color: #0009;
}

.form_input-2.is-text-area {
  border-radius: 5px;
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.section_blogs {
  z-index: 5;
  background-image: linear-gradient(#2c2c2c, #2c2c2c);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 120vh;
  display: flex;
  position: relative;
}

.section_blogs.overflow-hidden {
  min-height: auto;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-3.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-3.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
}

.card_blog {
  position: relative;
}

.card_blog.text-color-alternate {
  border-radius: 0;
}

.text-block-2 {
  color: #fff;
}

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

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

.blog_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 0;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.blog4_meta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  align-items: center;
  display: flex;
}

.padding-card {
  padding-left: 2rem;
  padding-right: 2rem;
}

.section_blog_wrapper {
  color: #fff;
}

.heading-style-h5-2 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.padding-blog-rid {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.margin-bottom2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom2.margin {
  margin-top: 4rem;
}

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

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

.icon-embed-xxsmall-2 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.blog_component {
  z-index: 1;
  position: relative;
}

.blog_content_wrapper {
  width: 100%;
  max-width: none;
}

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

.nav-menu-two {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fffc;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #dfe2ecbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  mix-blend-mode: normal;
  background-color: #fff;
  margin-right: 10px;
}

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

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  background-color: var(--secondary-color);
}

.nav-dropdown-link {
  color: var(--black-color);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.button-5 {
  color: #fff;
  text-align: center;
  background-color: #111729;
  border: 1px solid #000;
  border-radius: 4px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
}

.button-5.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-5.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-5.is-secondary {
  color: #000;
  background-color: #0000;
  font-family: Gilroy, sans-serif;
}

.blogs_blog-list-1_component-copy {
  margin-top: 4rem;
}

.blogs_blog-list-1_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.text-size-medium-copy-copy {
  color: #111729;
  font-size: 1.125rem;
}

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

.heading-5 {
  color: #111729;
  font-size: 5rem;
  font-weight: 900;
}

.blogs_blog-list-1_title-wrapper {
  margin-bottom: .5rem;
}

.icon-embed-xxsmall-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.blogs_blog-list-1_heading {
  flex: 1;
}

.section_blogs_blog-list-1 {
  background-color: #ffffff52;
  font-family: Gilroy, sans-serif;
}

.heading-style-h5-4 {
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

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

.button-group-4.is-right {
  text-align: left;
  justify-content: center;
  align-items: center;
}

.blogs_blog-list-1_item-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blogs_blog-list-1_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.blogs_blog-list-1_item {
  border: 1px solid #000;
  border-radius: 5px;
}

.blogs_blog-list-1_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

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

.blogs_blog-list-1_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.heading-6 {
  color: #3b5260;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 130%;
}

.project-details-div {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.navigation-overlay {
  z-index: 499;
  transform-origin: 0%;
  background-color: #3b5260bf;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

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

.button-centering.button-centering-cta {
  margin-top: 60px;
  margin-bottom: 60px;
}

.page-transition-div {
  z-index: 3000;
  background-color: #fcf9e8;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.photo-share-links {
  color: #3f484e;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 100%;
  transition: all .2s;
}

.photo-share-links:hover {
  background-color: #fff;
}

.photo-share-links:active {
  color: #fff;
  background-color: #363b4e;
}

.footer-headings {
  color: #3b5260;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.footer-headings.footer-heading-right-justified {
  text-align: center;
}

.cuploa-div {
  text-align: center;
  margin-bottom: 10px;
}

.column-33 {
  width: 33.333%;
}

.column-33._33-column-center {
  padding-left: 15px;
  padding-right: 15px;
}

.column-33._33-column-center._33-column-center-footer {
  text-align: center;
}

.column-33._33-column-left {
  padding-right: 30px;
}

.column-33._33-column-left._33-column-left-footer {
  text-align: center;
}

.column-33.column-33-project-details {
  text-align: center;
  width: 25%;
  margin-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.photo-share-button-toggle {
  margin-top: 15px;
  margin-left: 15px;
  padding: 5px;
}

.project-intro-text-div {
  max-width: 1200px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.inline-text-link {
  color: #111414;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
}

.inline-text-link:hover, .inline-text-link:active {
  color: #384242;
}

.inline-text-link.w--current {
  color: #d1b20c;
  text-decoration: none;
}

.link-2 {
  color: #fcf9e8;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

.next-back-div {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.back-to-top-link {
  z-index: 3000;
  color: #fcf9e8;
  background-color: #3b5260;
  border: 1px solid #3b5260;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 15px;
  line-height: 100%;
  text-decoration: none;
  transition: background-color .2s, color .2s, font-size .2s;
  display: flex;
  position: fixed;
  bottom: 30px;
  right: 29px;
}

.back-to-top-link:hover {
  color: #3b5260;
  background-color: #fcf9e8;
  transform: scale(1.03);
}

.back-to-top-link:active {
  color: #fcf9e8;
  background-color: #3b5260;
  transform: scale(.97);
}

.page-title {
  color: #3b5260;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 120%;
}

.page-title.page-title-reed {
  text-align: center;
  line-height: 130%;
}

.menu-close-button {
  color: #363b4e;
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1000px;
  height: 100px;
  margin-top: 15px;
  padding: 15px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  top: 0;
}

.menu-close-button:hover {
  background-color: #fcf9e833;
}

.menu-close-button:active {
  background-color: #fcf9e84d;
}

.next-prev-link-blocks {
  color: #7f94a1;
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 12px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.next-prev-link-blocks:hover {
  color: #d1b20c;
}

.next-prev-link-blocks.next-prev-link-blocks-right {
  transition: transform .2s;
}

.next-prev-link-blocks.next-prev-link-blocks-right:hover {
  transform: translate(5px);
}

.next-prev-link-blocks.next-prev-link-blocks-right:active {
  transform: translate(10px);
}

.next-prev-link-blocks.next-prev-link-blocks-left {
  transition: transform .2s;
}

.next-prev-link-blocks.next-prev-link-blocks-left:hover {
  color: #d1b20c;
  transform: translate(-5px);
}

.next-prev-link-blocks.next-prev-link-blocks-left:active {
  transform: translate(-10px);
}

.next-prev-link-blocks.next-prev-link-blocks-center {
  transition: transform .2s;
}

.next-prev-link-blocks.next-prev-link-blocks-center:hover {
  transform: translate(0, -2px);
}

.next-prev-link-blocks.next-prev-link-blocks-center:active {
  transform: translate(0, -4px);
  box-shadow: 0 0 6px #fff;
}

.next-prev-text-link {
  color: #3b5260;
  display: inline-block;
}

.centered-1200-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.menu-arrow {
  color: #3b5260;
  margin-top: 20px;
  margin-bottom: 9px;
  font-size: 24px;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.page-content-holder {
  z-index: 1;
  background-color: var(--white);
  border-bottom: 1px solid #3b5260;
  position: relative;
}

.div-block-23 {
  justify-content: center;
  display: flex;
}

.link-block-3 {
  color: #fcf9e8;
  padding: 5px;
  font-size: 32px;
  line-height: 100%;
  text-decoration: none;
  transition: all .2s;
}

.link-block-3:hover {
  color: #3b5260;
  background-color: #fcf9e8;
}

.content-padding {
  padding-bottom: 60px;
  padding-left: 100px;
  padding-right: 100px;
}

.home-link {
  opacity: 1;
  text-align: center;
  margin-bottom: 40px;
  transition: all .2s;
}

.home-link:hover {
  opacity: .8;
  transform: scale(1.03);
}

.home-link:active {
  opacity: .6;
  transform: scale(1.06);
}

.footer-text {
  color: #3b5260;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}

.work-hero-image-div {
  width: 100%;
  display: inline-block;
  position: relative;
}

._2nd-level-header {
  background-color: var(--white);
  padding: 0 100px 40px;
}

.tagline-div {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 50px;
  display: flex;
}

.logo {
  width: 80px;
  transition: transform .2s;
}

.logo:hover {
  transform: scale(1.02);
}

.logo:active {
  transform: scale(1.04);
}

.button-cta {
  color: #fcf9e8;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #3b5260;
  border: 1px solid #3b5260;
  margin-top: 60px;
  padding: 20px 30px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 20px;
  line-height: 130%;
  transition: all .2s;
}

.button-cta:hover {
  background-color: var(--secondary-color);
  color: #3b5260;
  transform: translate(0, -3px);
  box-shadow: -7px 3px 24px -5px #0c1725b0;
}

.button-cta:active {
  background-color: #fcf9e8;
  transform: translate(0, -3px)scale(1.02);
}

.flyout-menu {
  z-index: 500;
  background-color: #fcf9e8;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 100vh;
  padding: 30px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.div-block-22 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}

.text-block-18 {
  font-size: 32px;
  line-height: 100%;
}

.photo-share-dropdown {
  position: absolute;
}

.photo-share-dropdown.photo-share-dropdowns.photo-share-dropdown-verticals {
  left: 15px;
}

.logo-holder {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
}

.project-vertical-images-flexbox {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.text-block-6 {
  color: #3b5260;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.mobile-nav-overlay {
  z-index: 1000;
  text-align: center;
  background-color: #3b5260e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.footer-2 {
  background-color: #fcf9e8;
  height: 450px;
  padding: 60px 100px;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-social-links {
  color: #3b5260;
  border: 1px solid #3b5260;
  border-radius: 100px;
  margin-bottom: 15px;
  margin-left: 7px;
  margin-right: 7px;
  padding: 10px;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
  transition: background-color .2s;
}

.footer-social-links:hover {
  color: #fcf9e8;
  background-color: #3b5260;
}

.footer-social-links:active {
  background-color: #384242;
}

.menu-button-bar {
  align-items: center;
  width: 100px;
  height: 100vh;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
}

.mobile-menu-icon-div {
  color: #3b5260;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.mobile-menu-icon-div:hover {
  color: #fcf9e8;
  background-color: #3b5260;
}

.image-5 {
  width: 85%;
}

.main-nav-link {
  color: #3b5260;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

.main-nav-link:hover {
  color: #262b3f;
  font-weight: 400;
  transform: scale(1.03);
}

.main-nav-link:active {
  color: #384242;
  transform: scale(1.05);
}

.text-block-8 {
  color: #3b5260;
  text-align: center;
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 100%;
}

.facebook {
  filter: grayscale(59%);
  width: 70px;
  height: 30px;
  transition: filter .2s;
  display: block;
}

.facebook:hover {
  filter: grayscale(0%);
}

.footer-spacer {
  width: 1px;
  height: 100vh;
}

.menu-close-icon {
  color: #3b5260;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-block-20 {
  transform: rotate(90deg);
}

.paragraph-text {
  color: #3b5260;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

.logo-holder-mobile-reversed {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-flexbox-container {
  flex-wrap: wrap;
  display: flex;
}

.work-image-div {
  width: 100%;
  margin-bottom: 100px;
  display: inline-block;
  position: relative;
}

.work-image-div.vertical-work-image-div {
  width: auto;
}

.intro-copy {
  color: #3b5260;
  text-align: center;
  margin-bottom: 40px;
  font-size: 16pt;
  font-weight: 400;
  line-height: 230%;
}

.footer-social-icons-div {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  height: auto;
  margin-top: 10px;
  margin-bottom: 15px;
  display: flex;
}

._2nd-level-hero {
  align-items: center;
}

.div-block-21 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cupola {
  width: 50px;
}

.text-block-9 {
  color: #3b5260;
  text-align: center;
  font-size: 20px;
  font-style: italic;
  line-height: 120%;
}

.photo-share-dropdown-icon {
  color: #fff;
  text-shadow: 0 0 6px #252525;
  font-size: 22px;
  line-height: 100%;
}

.work-images {
  object-fit: cover;
  width: 100%;
}

.work-images.work-images-vertical {
  width: auto;
  height: 85vh;
  margin-left: 15px;
  margin-right: 15px;
}

.menu-icon {
  color: #3b5260;
  margin-top: 20px;
  margin-bottom: 9px;
  font-size: 24px;
  line-height: 100%;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.next-prev-arrow {
  color: #3b5260;
  margin-right: 10px;
  display: inline-block;
}

.next-prev-arrow.next-prev-arrow-right {
  color: #3b5260;
  margin-left: 10px;
  margin-right: 0;
  transform: rotate(180deg);
}

.body-2 {
  font-family: Gilroy, sans-serif;
}

.footer3_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: flex;
}

.footer3_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.footer3_social-link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

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

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

.footer3_legal-link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  font-size: .875rem;
  text-decoration: underline;
}

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

.footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: flex;
}

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

.line-divider {
  background-color: var(--\<unknown\|relume-variable-border-color-1\>);
  width: 100%;
  height: 1px;
}

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

.footer3_link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.services_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.spacer-large-2 {
  padding-top: 3rem;
}

.padding-global-7 {
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.services-card-lign {
  background-color: #e0e3eb;
  width: 3.75rem;
  height: 2px;
}

.section-services {
  background-color: #f6f8f7;
  padding-top: 100px;
  padding-bottom: 100px;
}

.service-card-text {
  color: #2947a9;
  font-size: 1.25rem;
  font-weight: 600;
}

.service-card-text.text-color-white {
  color: #fff;
}

.services-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.services-card.background-color-blue {
  background-color: var(--black-color);
}

.footer_spacer-2 {
  z-index: 2;
  background-color: #fff;
  height: 100vh;
  position: relative;
}

.footer_contact-link-wrapper-2 {
  opacity: .7;
  color: #fff;
  transition: transform .5s cubic-bezier(.215, .61, .355, 1), opacity .75s cubic-bezier(.455, .03, .515, .955);
}

.footer_contact-link-wrapper-2:hover {
  opacity: 1;
  transform: translate(0, -.125rem);
}

.footer_contact-link-2 {
  color: #fff;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.footer_headline-2 {
  color: #2c2c2c;
  max-width: 9ch;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.footer3_social-link-2 {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer-link-2 {
  opacity: .7;
  color: #2c2c2c;
  font-size: .8rem;
  transition: transform .4s cubic-bezier(.215, .61, .355, 1), opacity .7s cubic-bezier(.455, .03, .515, .955);
}

.footer-link-2:hover {
  opacity: 1;
  transform: translate(0, -.125rem);
}

.text-block-21 {
  transform: rotate(90deg);
}

.padding-section-small-3 {
  width: 100%;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: block;
}

.div-block-24 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}

.heading-7 {
  color: #3b5260;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 130%;
}

.footer_text-2 {
  opacity: .7;
  color: #2c2c2c;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  text-decoration: none;
}

.container-large-3 {
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer_contact-underline-overlay-2 {
  opacity: 1;
  background-color: #fff;
  width: 0%;
  height: 2px;
  position: absolute;
  inset: 0% 0% auto;
}

.footer_email-link-2 {
  opacity: .6;
  color: #2c2c2c;
  font-size: 1.5rem;
  transition: transform .4s cubic-bezier(.215, .61, .355, 1), opacity .7s cubic-bezier(.455, .03, .515, .955);
}

.footer_email-link-2:hover {
  opacity: 1;
  transform: translate(0, -.125rem);
}

.page-content-holder-2 {
  z-index: 1;
  background-color: #fff;
  border-bottom: 1px solid #3b5260;
  position: relative;
}

.text-block-23 {
  font-size: 32px;
  line-height: 100%;
}

.link-block-5 {
  color: #fcf9e8;
  padding: 5px;
  font-size: 32px;
  line-height: 100%;
  text-decoration: none;
  transition: all .2s;
}

.link-block-5:hover {
  color: #3b5260;
  background-color: #fcf9e8;
}

.link-3 {
  color: #2c2c2c;
  text-decoration: none;
}

._2nd-level-header-2 {
  background-color: #fff;
  padding: 0 100px 40px;
}

.text-block-24 {
  color: #2c2c2c;
  font-size: 1.1rem;
}

.footer_contact-underline-2 {
  opacity: .4;
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-25 {
  color: #3b5260;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.padding-global-2 {
  z-index: 5;
  pointer-events: auto;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: static;
  inset: 0%;
}

.footer_spacer-3 {
  z-index: 2;
  background-color: #fff;
  height: 100vh;
  position: relative;
}

.footer_contact-link-wrapper-3 {
  opacity: .7;
  color: #fff;
  transition: transform .5s cubic-bezier(.215, .61, .355, 1), opacity .75s cubic-bezier(.455, .03, .515, .955);
}

.footer_contact-link-wrapper-3:hover {
  opacity: 1;
  transform: translate(0, -.125rem);
}

.footer_headline-3 {
  color: #2c2c2c;
  max-width: 9ch;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.text-block-26 {
  transform: rotate(90deg);
}

.div-block-25 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}

.heading-8 {
  color: #3b5260;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 130%;
}

.container-large-4 {
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer_email-link-3 {
  opacity: .6;
  color: #2c2c2c;
  font-size: 1.5rem;
  transition: transform .4s cubic-bezier(.215, .61, .355, 1), opacity .7s cubic-bezier(.455, .03, .515, .955);
}

.footer_email-link-3:hover {
  opacity: 1;
  transform: translate(0, -.125rem);
}

.text-block-28 {
  font-size: 32px;
  line-height: 100%;
}

.link-block-7 {
  color: #fcf9e8;
  padding: 5px;
  font-size: 32px;
  line-height: 100%;
  text-decoration: none;
  transition: all .2s;
}

.link-block-7:hover {
  color: #3b5260;
  background-color: #fcf9e8;
}

.link-4 {
  color: #2c2c2c;
  text-decoration: none;
}

._2nd-level-header-3 {
  background-color: #fff;
  padding: 0 100px 40px;
}

.text-block-29 {
  color: #2c2c2c;
  font-size: 1.1rem;
}

.text-block-30 {
  color: #3b5260;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.container-large-5 {
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-31 {
  transform: rotate(90deg);
}

.text-block-32 {
  color: #3b5260;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.text-block-33 {
  color: #2c2c2c;
  font-size: 1.1rem;
}

.footer_email-link-4 {
  opacity: .6;
  color: #2c2c2c;
  font-size: 1.5rem;
  transition: transform .4s cubic-bezier(.215, .61, .355, 1), opacity .7s cubic-bezier(.455, .03, .515, .955);
}

.footer_email-link-4:hover {
  opacity: 1;
  transform: translate(0, -.125rem);
}

.footer_spacer-4 {
  z-index: 2;
  background-color: #fff;
  height: 100vh;
  position: relative;
}

.link-5 {
  color: #2c2c2c;
  text-decoration: none;
}

.heading-9 {
  color: #3b5260;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 130%;
}

.text-block-34 {
  font-size: 32px;
  line-height: 100%;
}

.div-block-26 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}

._2nd-level-header-4 {
  background-color: #fff;
  padding: 0 100px 40px;
}

.work-images-2 {
  width: 100%;
  height: auto;
}

.work-images-2.work-images-vertical {
  width: auto;
  height: 85vh;
  margin-left: 15px;
  margin-right: 15px;
}

.link-block-9 {
  color: #fcf9e8;
  padding: 5px;
  font-size: 32px;
  line-height: 100%;
  text-decoration: none;
  transition: all .2s;
}

.link-block-9:hover {
  color: #3b5260;
  background-color: #fcf9e8;
}

.navbar_button-2 {
  pointer-events: auto;
  border: 1px solid #fffc;
  border-radius: 2.5rem;
  max-height: 100%;
  padding: .32rem 1rem .25rem;
  text-decoration: none;
}

.image-6 {
  mix-blend-mode: normal;
  max-height: 100%;
}

.browser-top {
  background-color: #e2e2e2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  align-items: center;
  height: 30px;
  padding-left: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.browser-demo {
  background-color: #1a1a1a;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  flex-wrap: nowrap;
  place-content: flex-end center;
  align-items: center;
  width: 960px;
  height: 400px;
  display: none;
  position: relative;
  overflow: hidden;
}

.d-105-text-wrapper {
  height: 40%;
  padding: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.d-105-image-wrapper-1-copy {
  transform-origin: 50% 0;
  background-image: url('../images/high-angle-measuring-tools-desk-still-life-1.jpg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60%;
  position: absolute;
  inset: 0%;
}

.d-105-image-wrapper-1-copy.three {
  background-image: url('../images/architects-engineers-analyzing-innovative-desi-generative-ai.jpg');
  background-position: 50%;
  background-size: cover;
}

.d-105-image-wrapper-1-copy.two {
  background-image: url('../images/modern-architecture-with-nature-integration-concept-1.jpg');
  background-size: cover;
}

.image-7 {
  margin-top: 0;
  margin-right: 0;
  position: relative;
}

.d-105-card-wrapper {
  transform-origin: 50% 0;
  background-color: #fff;
  border-radius: 10px;
  width: 300px;
  height: 700px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 10px 20px -15px #fff9;
}

.d-105-image-wrapper-copy-copy-copy {
  transform-origin: 50% 0;
  background-image: url('../images/two-men-wearing-yellow-vests-one-wearing-vest-other-wearing-vest-that-says-word.jpg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60%;
  position: absolute;
  inset: 0%;
}

.d-105-card-wrapper-copy-permit {
  transform-origin: 50% 0;
  background-color: #fff;
  border-radius: 10px;
  width: 500px;
  height: 400px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 10px 20px -15px #fff9;
}

.d-105-author-text {
  color: #333;
  margin-bottom: 10px;
  font-size: 14px;
}

.demo-p.arrow {
  text-align: left;
  margin-bottom: 10px;
  font-size: 19px;
  position: static;
  inset: 0% auto auto 0%;
}

.d-105-image-wrapper-copy-copy-copy-copy {
  transform-origin: 50% 0;
  background-image: url('../images/NordWood_7405.jpg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60%;
  position: absolute;
  inset: 0%;
}

.d-105-image-wrapper-copy-copy-copy-copy.two {
  background-image: url('../images/garden-stone-path-with-grass-growing-up-stones-1.jpg');
  background-size: cover;
}

.d-105-3d-wrapper-copy {
  perspective: 1000px;
  border-radius: 10px;
  width: 500px;
  height: 400px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  overflow: visible;
}

.demo-wrapper-copy {
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  margin-right: 0%;
  display: flex;
  position: relative;
}

.d-105-image-wrapper-copy-copy {
  transform-origin: 50% 0;
  background-image: url('../images/NordWood_7405.jpg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60%;
  position: absolute;
  inset: 0%;
}

.d-105-image-wrapper-copy-copy.three {
  background-image: url('../images/3d-floor-plan-home-3d-illustration-open-concept-living-apartment-layout-background-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.demo-container {
  background-image: linear-gradient(#1a1a1a, #1a1a1a);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.d-105-image-wrapper-copy-copy-permit {
  transform-origin: 50% 0;
  background-image: url('../images/NordWood_7405.jpg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60%;
  position: absolute;
  inset: 0%;
}

.d-105-image-wrapper-copy-copy-permit.three {
  background-image: url('../images/unrecognizable-man-filling-application-form-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.demo-wrapper {
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  margin-right: 0%;
  display: flex;
  position: relative;
}

.d-105-3d-wrapper {
  perspective: 1000px;
  border-radius: 10px;
  width: 300px;
  height: 700px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  overflow: visible;
}

.d-105-section-home {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.browser-dot {
  background-color: #fc615d;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  margin-right: 3px;
}

.browser-dot.yellow {
  background-color: #fdbc40;
}

.browser-dot.green {
  background-color: #35cc4b;
}

.instructions-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: auto;
  margin-left: -20px;
  display: none;
  position: absolute;
  inset: -100px auto auto;
}

.d-105-card-title {
  color: #333;
  margin-top: 0;
  font-family: Merriweather, serif;
}

.heading-10 {
  color: #fff;
  margin-bottom: 4rem;
  font-family: Gilroy, sans-serif;
}

.demo-wrapper-copy-2 {
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  margin-right: 0%;
  display: flex;
  position: relative;
}

.demo-container-2 {
  background-image: linear-gradient(#1a1a1a, #1a1a1a);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.d-105-image-wrapper-1-copy-copy {
  transform-origin: 50% 0;
  background-image: url('../images/high-angle-measuring-tools-desk-still-life-1.jpg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60%;
  position: absolute;
  inset: 0%;
}

.d-105-image-wrapper-1-copy-copy.two {
  background-image: url('../images/drawing-house-with-house-side-tree-corner-1.jpg');
  background-size: cover;
}

.demo-wrapper-2 {
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  margin-right: 0%;
  display: flex;
  position: relative;
}

.services {
  justify-content: center;
  align-items: center;
  width: auto;
  display: none;
}

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

.image-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  display: flex;
}

.grid-outer {
  flex-flow: column;
  margin: 0 5%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.team-members {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-3 {
  font-size: 17px;
}

.heading {
  color: #000;
  display: none;
}

.paragraph-2 {
  color: #000;
  margin-bottom: 3rem;
  display: none;
}

.text-block-36 {
  color: #000;
}

.div-block-27 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-28 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.image-8 {
  width: 100%;
  height: 100%;
}

.demo-wrapper-copy-3 {
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-right: 0%;
  display: flex;
  position: relative;
}

.section {
  height: 100vh;
}

.footer_spacer-5 {
  z-index: 2;
  background-color: #fff;
  height: 100vh;
  position: relative;
}

.text-block-37 {
  transform: rotate(90deg);
}

.div-block-29 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}

.heading-11 {
  color: #3b5260;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 130%;
}

.container-large-6 {
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-9 {
  width: 85%;
}

.footer_email-link-5 {
  opacity: .6;
  color: #2c2c2c;
  font-size: 1.5rem;
  transition: transform .4s cubic-bezier(.215, .61, .355, 1), opacity .7s cubic-bezier(.455, .03, .515, .955);
}

.footer_email-link-5:hover {
  opacity: 1;
  transform: translate(0, -.125rem);
}

.text-block-39 {
  font-size: 32px;
  line-height: 100%;
}

.link-block-11 {
  color: #fcf9e8;
  padding: 5px;
  font-size: 32px;
  line-height: 100%;
  text-decoration: none;
  transition: all .2s;
}

.link-block-11:hover {
  color: #3b5260;
  background-color: #fcf9e8;
}

.link-6 {
  color: #2c2c2c;
  text-decoration: none;
}

._2nd-level-header-5 {
  background-color: #fff;
  padding: 0 100px 40px;
}

.text-block-40 {
  color: #2c2c2c;
  font-size: 1.1rem;
}

.text-block-41 {
  color: #3b5260;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

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

.div-block-28-copy-for-void-team {
  justify-content: center;
  width: auto;
  height: auto;
  display: flex;
}

.image-wrapper-copy-void-team {
  object-fit: cover;
  width: auto;
  height: auto;
}

.image-8-copy-void-team {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.div-block-28-copy-join-team {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.div-block-28-copy-join-team.test {
  text-align: right;
  justify-content: flex-start;
  align-items: center;
}

.faq-answer {
  z-index: 2;
  padding: 0 60px 60px;
  font-family: Gilroy, sans-serif;
  position: relative;
  overflow: hidden;
}

.faq-question-text-content {
  color: #000;
  font-family: Gilroy, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}

.faq-answer-text {
  color: #696969;
}

.faq-indicator-icon {
  align-self: center;
  align-items: center;
  width: 20px;
  height: 20px;
  position: relative;
}

.faq-question {
  z-index: 2;
  cursor: pointer;
  display: flex;
  position: relative;
}

.faq-question:active {
  background-color: #fff;
}

.faq-question:focus {
  background-color: #fff;
  border: 1px solid #0000000a;
}

.faq-indicator-icon-line {
  transform-origin: 50%;
  background-color: #000;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translate(0, 6px)rotate(135deg);
}

.faq-indicator-icon-line._2 {
  background-color: #000;
  top: 39%;
  transform: translate(0, -5px)rotate(45deg);
}

.faq-question-text {
  flex: 1;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 60px;
  font-family: Gilroy, sans-serif;
}

.heading-12 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Vollkorn, serif;
  font-size: 70px;
  line-height: 78px;
}

.section-intro {
  margin-bottom: 60px;
}

.faq-background {
  z-index: 1;
  opacity: 0;
  background-color: #fff0;
  position: absolute;
  inset: 0%;
  box-shadow: 0 3px 20px 1px #0000000f;
}

.faq-indicator {
  justify-content: center;
  align-items: center;
  width: 10%;
  display: flex;
  position: relative;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.faq-wrap {
  background-color: #e0e0e0;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 0 4px 1px #0000;
}

.faq-wrap:hover {
  background-color: #ffffffa1;
  box-shadow: 0 0 4px 1px #0202020d;
}

.hero-intro-para {
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.section-2 {
  min-height: 100vh;
  padding: 100px 40px;
}

.heading-13 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Gilroy, sans-serif;
  font-size: 70px;
  line-height: 78px;
}

.faq-wrap-2 {
  background-color: #fff0;
  border: 1px solid #000;
  border-radius: 8px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 0 4px 1px #0000;
}

.faq-wrap-2:hover {
  background-color: #ffffffa1;
  box-shadow: 0 0 4px 1px #0202020d;
}

.section-3 {
  min-height: 0;
  max-height: 100vh;
  padding: 100px 40px;
  font-family: Gilroy, sans-serif;
}

.heading-5-copy---blog {
  color: #111729;
  margin-bottom: 1rem;
  font-size: 5rem;
  font-weight: 900;
}

.heading-div {
  margin-bottom: 4rem;
}

.heading-14 {
  color: #fff;
  font-family: Gilroy, sans-serif;
}

.project-vertical-images-flexbox-777 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.work-image-div-777 {
  width: 100%;
  margin-bottom: 100px;
  display: inline-block;
  position: relative;
}

.work-image-div-777.vertical-work-image-div {
  width: auto;
}

.work-images-777 {
  object-fit: cover;
  width: 100%;
}

.work-images-777.work-images-vertical {
  width: 40vw;
  height: 85vh;
}

.image-divider_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.nav_menu_link {
  perspective-origin: 100% 0;
  transform-origin: 100% 0;
  letter-spacing: -.025em;
  background-color: #fff;
  border: 1px solid #25252540;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 2rem;
  font-size: 2.5rem;
  line-height: 1;
  transition: color .3s cubic-bezier(.165, .84, .44, 1), background-color .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav_menu_link:hover {
  color: #fff;
  background-color: #f06446;
}

.nav_menu_link.is-50 {
  width: 50%;
  height: 50%;
}

.nav_menu_link.is-25 {
  width: 25%;
  height: 25%;
}

.nav_menu_link.is-75 {
  width: 75%;
  height: 75%;
}

.intro_content-parent {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 10%;
  min-width: 41rem;
  height: 100%;
  display: flex;
}

.intro_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  max-width: 35rem;
  display: flex;
}

.nav_logo-wrap {
  z-index: 998;
  color: #fff;
  transition: opacity .3s;
  position: fixed;
  inset: 3rem auto auto 4.5rem;
  transform: translate(-30%);
}

.nav_logo-wrap.w--current {
  z-index: 1001;
  position: fixed;
}

.nav_top-logo {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 2rem 0% auto;
}

.nav_bottom-progress {
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: auto 0% 2rem;
}

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

.work_card-image-wrap {
  flex: 1;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.hero_sub-text-wrap {
  font-size: 1vw;
}

.padding-global-8 {
  height: 100%;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.intro_image-proportions {
  width: 100%;
  padding-top: 130%;
  position: relative;
  overflow: hidden;
}

.text-link_line {
  background-color: #252525;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-link_line.is-white {
  background-color: #fff;
}

.nav_logo-text {
  perspective-origin: 0%;
  transform-origin: 50%;
  white-space: nowrap;
  margin-top: 1em;
  font-style: italic;
  font-weight: 300;
  transition: opacity .3s;
  position: absolute;
  transform: rotate(90deg);
}

.nav_logo-text.is-bottom {
  perspective-origin: 50%;
  transform-origin: 50%;
  text-align: right;
  margin-top: 0;
  font-style: normal;
  position: absolute;
  inset: auto 0% 0%;
}

.nav_icon-line {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-color: #252525;
  width: 1px;
  height: 100%;
}

.horizontal-scroll_section-height {
  width: 100%;
  height: 500vh;
}

.nav_trigger {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero_logo-embed {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4.6875rem;
  height: 4.8125rem;
  display: flex;
}

.nav_menu_close-trigger {
  z-index: 1;
  cursor: pointer;
  background-color: #252525cc;
  display: block;
  position: absolute;
  inset: 0%;
}

.cta_title-wrap {
  margin-bottom: 1.25rem;
}

.hero_content {
  z-index: 2;
  background-image: linear-gradient(#25252500, #1a1a1a30 72%, #0009);
  height: 100%;
  position: relative;
}

.padding-section-medium-2 {
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.article_card-image-wrap {
  flex: 1;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.intro_image-wrap {
  width: 15.625rem;
  overflow: hidden;
}

.loader_colums {
  background-color: var(--black-color);
  flex: 1;
  height: 100%;
}

.section_line-seprator {
  background-color: #25252540;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav_logo-embed {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 6.25rem;
  transition: opacity .3s;
  display: flex;
}

.section_jornal {
  background-color: var(--black-color);
  color: #fff;
  flex: none;
  font-size: 1vw;
  position: relative;
}

.jornal_content {
  flex-direction: column-reverse;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.cta_quorte-title {
  max-width: 25ch;
}

.section_image-divider {
  flex: none;
  width: 50vw;
  overflow: hidden;
}

.section_intro {
  flex: none;
  position: relative;
}

.text-link_wrap {
  text-transform: capitalize;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.1;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.text-link_wrap.is-proportion {
  font-size: 1.15em;
  line-height: 1.2;
}

.article_card-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cta_quorte {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 3em;
  padding-right: 3em;
  font-size: 1vw;
  display: flex;
}

.hero_heading-wrapper {
  margin-bottom: 0;
  overflow: hidden;
}

.nav_icon {
  justify-content: space-between;
  align-items: stretch;
  width: 1rem;
  height: 2.1875rem;
  display: flex;
  overflow: hidden;
}

.nav_bar {
  z-index: 999;
  cursor: pointer;
  background-color: #fff;
  border-left: 1px solid #00000040;
  min-width: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.nav_menu_wrap {
  z-index: 2;
  width: 75%;
  height: 100%;
  margin-right: 3rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.heading-style-h1-2 {
  color: var(--white);
  letter-spacing: -.025em;
  margin-bottom: 10rem;
  font-size: 8vw;
  line-height: 1.1;
}

.loader_component {
  z-index: 1001;
  display: none;
  position: fixed;
  inset: 0%;
}

.intro_top {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.jornal_subtext {
  color: var(--white);
  max-width: 27ch;
}

.heading-style-h3-2 {
  font-size: 2.5rem;
  line-height: 1.2;
}

.heading-style-h3-2.is-hero {
  color: var(--white);
  max-width: 25vw;
  font-size: 1.35em;
  font-weight: 600;
}

.cta_content {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.horizontal-scroll_stickey-element {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hero_content-wrapper-2 {
  z-index: 2;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: relative;
}

.nav_menu_list {
  position: absolute;
  inset: 0%;
}

.loader_flex {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.work_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

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

.image-full-cover.adjust {
  box-sizing: content-box;
  object-fit: cover;
  object-position: 20% 50%;
  max-width: none;
}

.image-full-cover.adjust2 {
  object-position: 50% 20%;
}

.articles_colum {
  flex-direction: column;
  min-width: 40vw;
  height: 100%;
  display: flex;
}

.articles_colum.is-2nd {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.jornal_content-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section_articles {
  flex: none;
  position: relative;
}

.horizontal-scroll_section-wrapper {
  width: 100%;
}

.work_card-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-divider_image {
  object-fit: cover;
  width: 150%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.work_card {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 30vw;
  height: 100%;
  display: flex;
}

.cta_quorte-subtext {
  justify-content: center;
  align-items: center;
  font-size: 1.15em;
  display: flex;
}

.horizontal-scroll_track {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  transform: translate(0%);
}

.nav_menu_other-links {
  z-index: 4;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 3rem 2.5rem auto;
}

.jornal_title-wrap {
  margin-bottom: -2.5rem;
  display: flex;
  overflow: hidden;
}

.nav_menu_component {
  z-index: 997;
  display: none;
  position: fixed;
  inset: 0%;
}

.section_work {
  flex: none;
  position: relative;
}

.article_card {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.article_card.size {
  height: 70%;
}

.hero_background-image-wrap {
  z-index: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section_hero-2 {
  color: #fff;
  background-color: #252525;
  flex: none;
  width: 100vw;
  display: block;
  position: relative;
  overflow: hidden;
}

.section_cta {
  flex: none;
  position: relative;
}

.image-divider_image-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.horizontal-scroll_track-list {
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  margin-right: -100vw;
  display: flex;
}

.test-size-title-small {
  font-size: 1.125rem;
  font-weight: 700;
}

.footer_spacer-5-copy {
  z-index: 2;
  background-color: #fff;
  height: 100vh;
  position: relative;
}

.hero_heading-copy {
  margin-bottom: 2rem;
  font-size: 6rem;
  font-weight: 700;
}

.redesign-heading {
  font-size: 1.35em;
}

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

.heading-style-h2-3-copy {
  color: var(--white);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.map {
  width: 56vw;
}

.center-map-align {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.section_contact-2-3 {
  z-index: 5;
  background-image: linear-gradient(#2c2c2c, #2c2c2c);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 120vh;
  display: flex;
  position: relative;
}

.section_contact-2-3.overflow-hidden {
  min-height: 70vh;
}

.section_contact6-map {
  color: #fff;
  margin-bottom: 4rem;
}

.join-team-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.join-team-wrapper.test {
  justify-content: center;
  align-items: center;
}

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

.hero_primary-button-team {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: var(--corner-radius);
  background-color: var(--black-color);
  padding: .5em 1.6rem;
  font-size: 1.4rem;
  text-decoration: none;
  display: flex;
}

.hero_primary-button-team.overflow-hidden {
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  line-height: 1;
  position: static;
}

.hero_primary-button-team1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: var(--corner-radius);
  background-color: #2c2c2c;
  padding: .5em 1.6rem;
  font-size: 1.4rem;
  text-decoration: none;
  display: flex;
}

.hero_primary-button-team1.overflow-hidden {
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  line-height: 1;
  position: static;
}

.primary-button_icon-wrapper-2 {
  background-color: var(--primary-color);
  color: #2c2c2c;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  max-width: none;
  height: 2.4rem;
  max-height: none;
  display: flex;
}

.primary-button_icon-wrapper-2.overflow-hidden {
  background-color: var(--black-color);
  position: relative;
}

.primary-button_text-2 {
  color: var(--white);
  font-family: Gilroy, sans-serif;
  font-size: var(--button-text);
  align-items: center;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: static;
}

.heading-15.test {
  text-align: center;
}

.padding-section-small-copy-for-arch-qioate {
  width: 100%;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: block;
}

.div-block-30 {
  z-index: 12;
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 145px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.image-10 {
  width: 50%;
}

.section-copy {
  height: 70vh;
}

.section-4 {
  height: 100vh;
}

.services-copy {
  justify-content: center;
  align-items: center;
  width: auto;
  display: block;
}

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

.send-your-cv {
  margin-top: 1rem;
}

.co-create_bg-image-copy {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0%;
}

.co-create_bg-image-mobile-view {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: none;
  position: static;
  inset: 0%;
}

.inspiration_bg-image-for-mobile-view {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: static;
  inset: 0%;
}

.heading-1-testimonial-1 {
  font-size: 4em;
  line-height: 4rem;
}

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

.padding-bottom-ttt.padding-xxhuge {
  padding-bottom: 5rem;
}

.right-arrow-void {
  background-color: #ffffff1a;
  border: .5px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  inset: -20px 0 auto auto;
  overflow: visible;
}

.image-11 {
  transform: rotate(180deg);
}

.section_dark-theme.background-color-black {
  background-color: #151515;
}

.mask {
  overflow: visible;
}

.slider {
  background-color: #0000;
  height: auto;
}

.slider.padding-top {
  padding-top: 3em;
}

.slide {
  height: auto;
  position: static;
}

.void-testimonial_component {
  justify-content: center;
  align-items: center;
  display: block;
}

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

.padding-section-large-6.padding-custom1 {
  padding-bottom: 14em;
}

.padding-global-9 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.slide-nav {
  inset: auto 0% -25%;
}

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

.text-align-center-2.max-width-xlarge {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.left-arrow-void {
  border: .5px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  inset: -20px 130px auto auto;
  overflow: visible;
}

.content-wrapper {
  max-width: 40vw;
  margin-top: 1rem;
}

.div-block-28-copy-for-void-team2 {
  width: auto;
  height: auto;
  display: none;
}

.image-wrapper-copy-void-team-copy {
  object-fit: cover;
  width: auto;
  height: auto;
}

.footer3_link-2 {
  color: #000;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.footer3_legal-link-2 {
  color: #000;
  font-size: .875rem;
  text-decoration: underline;
}

.footer3_social-link-3 {
  color: #000;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.icon-embed-xsmall-2 {
  color: #01a59b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

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

.footer3_legal-list-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer4_social-link {
  color: #000;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.link-145 {
  color: #00e;
  text-decoration: none;
}

.line-divider-2 {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.container-copy {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.link-131 {
  text-decoration: none;
}

.icon-embed-xsmall-8-copy-copy {
  color: #01a59b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.link-144 {
  color: #00e;
  text-decoration: none;
}

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

.code-embed-2 {
  margin-left: 5%;
  margin-right: 5%;
}

.section-policy {
  border-bottom: .1px solid #333;
}

.link-104 {
  text-decoration: none;
}

.paragraph-padding-bulletpoints {
  padding-left: 30px;
}

.footer3_social-list-2 {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

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

.footer3_top-wrapper-2 {
  grid-column-gap: 4vw;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

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

.footer3_menu-wrapper-2 {
  grid-column-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.button-grouping {
  justify-content: center;
  display: flex;
}

.section-3-2 {
  min-height: 0;
  max-height: 120vh;
  padding: 100px 40px;
  font-family: Gilroy, sans-serif;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

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

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .spacer-huge, .spacer-huge.instance {
    display: block;
  }

  .section_story {
    background-size: cover;
  }

  .hero_logo.is-absolute {
    display: none;
  }

  .story_title {
    font-size: 2.6rem;
  }

  .global_bg-circle-interaction {
    display: none;
  }

  .storytelling_content-wrapper-2grid {
    grid-column-gap: .5rem;
  }

  .section_expertise {
    background-image: none;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .section_expertise.overflow-hidden {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .expertise_grid-container {
    grid-column-gap: 16px;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .expertise_list-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 5rem;
    flex-direction: column;
    display: flex;
  }

  .expertise_left-col-wrapper {
    flex-direction: row;
    padding-bottom: 0;
    display: block;
  }

  .expertise_list-item {
    grid-column-gap: 2rem;
    flex-direction: row-reverse;
    justify-content: flex-start;
    padding-top: 0;
  }

  .expertise_list-item.is-alternate {
    flex-direction: row;
  }

  .expertise_list-item-text {
    text-align: right;
    align-self: center;
    padding-left: 0;
    line-height: 1;
  }

  .expertise_list-item-text.is-alternate {
    align-self: center;
  }

  .expertise-list-item-line-wrapper {
    width: 100%;
  }

  .expertise_list-item-image {
    max-width: 50%;
    margin-top: .2rem;
    position: relative;
  }

  .section_showcase {
    flex-wrap: wrap;
  }

  .showcase_image_container {
    filter: none;
    flex: 0 50%;
    width: auto;
  }

  .showcase_image_container:hover {
    width: auto;
  }

  .showcase_image_container.is-1 {
    background-position: 0 0, 50%;
  }

  .showcase_image_container.is-4 {
    background-image: linear-gradient(#000000a8, #000000a8), url('../images/conchal2.jpg');
    background-position: 0 0, 69%;
    background-size: auto, cover;
  }

  .showcase_image_container.is-4._111 {
    background-image: linear-gradient(#000c, #000c), url('../images/WhatsApp-Image-2024-11-15-at-14.27.19.jpeg');
  }

  .inspiration_bg-image-overlay {
    background-image: linear-gradient(to right, #000000e6, #0000 68%);
  }

  .co-create_headline-wrapper {
    max-width: 14ch;
  }

  .reimagine_bg-image {
    object-fit: cover;
  }

  .expertise_list-item-content-wrapper {
    grid-row-gap: .75rem;
    flex: 1;
    align-items: flex-start;
    width: auto;
  }

  .storytelling_bg-image {
    height: 1%;
  }

  .story_bg-image {
    object-fit: cover;
  }

  .formula_headline-wrapper {
    max-width: 5ch;
  }

  .reimagine_headline-wrapper {
    max-width: 12ch;
  }

  .formula_image-wrapper {
    width: 60%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .expertise_wrapper {
    height: auto;
    min-height: 100vh;
    position: relative;
  }

  .expertise_wrapper.overflow-hidden {
    height: auto;
    position: relative;
  }

  .hero_container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .expertise_list-item-text-wrapper {
    align-self: auto;
    align-items: center;
    width: 100%;
  }

  .expertise_list-item-number {
    line-height: .9;
  }

  .expertise_list-item-number.is-alternate {
    line-height: 1;
  }

  .home-tagline-pattern {
    top: -41%;
  }

  .section_contact-2.overflow-hidden {
    min-height: 70vh;
  }

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

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

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

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

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

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

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

  .nav-menu-two {
    background-color: #0000;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .blogs_blog-list-1_heading-wrapper {
    grid-column-gap: 3rem;
  }

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

  .blogs_blog-list-1_heading {
    margin-right: 3rem;
  }

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

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

  .navigation-overlay {
    display: none;
  }

  .button-centering.button-centering-cta {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .column-33.column-33-project-details {
    width: 50%;
  }

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

  .link-2:hover {
    transform: scale(1.02);
  }

  .link-2:active {
    transform: scale(1.04);
  }

  .back-to-top-link {
    right: 5px;
  }

  .page-title, .page-title.page-title-reed {
    font-size: 4vw;
  }

  .link-block-2 {
    margin-bottom: 0;
  }

  .link-block-3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .content-padding {
    padding-left: 50px;
    padding-right: 50px;
  }

  ._2nd-level-header {
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .logo {
    width: 175px;
  }

  .flyout-menu {
    display: none;
  }

  .div-block-22 {
    margin-top: 10px;
    display: block;
  }

  .logo-holder {
    height: 70px;
  }

  .text-block-6 {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .mobile-nav-overlay {
    display: flex;
  }

  .footer-2 {
    padding: 50px;
  }

  .footer-spacer {
    height: 500px;
    display: block;
  }

  .logo-holder-mobile-reversed {
    height: 70px;
  }

  .intro-copy {
    margin-bottom: 30px;
    font-size: 13pt;
    line-height: 170%;
  }

  ._2nd-level-hero {
    margin-bottom: 0;
  }

  .div-block-21 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .services_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .link-block-4 {
    margin-bottom: 0;
  }

  .div-block-24 {
    margin-top: 10px;
    display: block;
  }

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

  .link-block-5 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  ._2nd-level-header-2 {
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .text-block-25 {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .link-block-6 {
    margin-bottom: 0;
  }

  .div-block-25 {
    margin-top: 10px;
    display: block;
  }

  .heading-8 {
    font-size: 32px;
  }

  .link-block-7 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  ._2nd-level-header-3 {
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .text-block-30 {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .link-block-8 {
    margin-bottom: 0;
  }

  .text-block-32 {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .heading-9 {
    font-size: 32px;
  }

  .div-block-26 {
    margin-top: 10px;
    display: block;
  }

  ._2nd-level-header-4 {
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .link-block-9 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .browser-demo {
    flex-direction: column;
    justify-content: center;
    width: 500px;
    height: auto;
    margin-bottom: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-7 {
    margin-right: 0;
  }

  .d-105-card-wrapper-copy-permit {
    width: 300px;
    height: 700px;
  }

  .d-105-3d-wrapper-copy {
    width: 300px;
    height: 700px;
    margin-bottom: 60px;
  }

  .demo-wrapper-copy {
    flex-direction: column-reverse;
    flex: 0 auto;
    align-items: center;
    margin-top: 100px;
    margin-right: 0%;
    padding-bottom: 100px;
  }

  .demo-container {
    clear: both;
    flex-direction: row;
    justify-content: center;
    height: auto;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
  }

  .demo-wrapper {
    flex-direction: column-reverse;
    flex: 0 auto;
    align-items: center;
    margin-top: 100px;
    margin-right: 0%;
    padding-bottom: 100px;
  }

  .d-105-3d-wrapper {
    margin-bottom: 60px;
  }

  .d-105-section-home {
    clear: both;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .instructions-wrapper {
    flex-wrap: nowrap;
    order: -1;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: 0;
    position: relative;
    top: 0%;
    left: -25px;
  }

  .demo-wrapper-copy-2 {
    flex-direction: column-reverse;
    flex: 0 auto;
    align-items: center;
    margin-top: 0;
    margin-right: 0%;
    padding-bottom: 0;
  }

  .demo-container-2 {
    clear: both;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
  }

  .demo-wrapper-2 {
    flex-direction: column-reverse;
    flex: 0 auto;
    align-items: center;
    margin-top: 0;
    margin-right: 0%;
    padding-bottom: 0;
  }

  .services {
    clear: both;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: none;
    overflow: visible;
  }

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

  .image-wrapper {
    width: 70%;
  }

  .demo-wrapper-copy-3 {
    flex-direction: column-reverse;
    flex: 0 auto;
    align-items: center;
    margin-top: 0;
    margin-right: 0%;
    padding-bottom: 0;
  }

  .link-block-10 {
    margin-bottom: 0;
  }

  .div-block-29 {
    margin-top: 10px;
    display: block;
  }

  .heading-11 {
    font-size: 32px;
  }

  .link-block-11 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  ._2nd-level-header-5 {
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .text-block-41 {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .div-block-28-copy-join-team {
    height: auto;
  }

  .faq-question-text-content {
    opacity: .7;
    color: #000;
  }

  .project-vertical-images-flexbox-777 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .work-images-777.work-images-vertical {
    width: auto;
  }

  .nav_menu_link {
    font-size: 2rem;
  }

  .padding-global-8 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .heading-style-h3-2.is-hero {
    max-width: 49vw;
    font-size: 2.5em;
  }

  .articles_colum {
    min-width: 50vw;
  }

  .work_card {
    width: 50vw;
  }

  .heading-style-h2-3-copy {
    font-size: 2.75rem;
  }

  .map {
    width: 500px;
  }

  .section_contact-2-3.overflow-hidden {
    min-height: 70vh;
  }

  .join-team-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .heading-15 {
    font-size: 3.5rem;
  }

  .heading-15.test {
    font-size: 3rem;
  }

  .div-block-30 {
    width: 120px;
    height: 100px;
  }

  .services-copy {
    clear: both;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    clear: both;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: block;
    overflow: visible;
  }

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

  .right-arrow-void {
    top: -30px;
  }

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

  .padding-section-large-6.padding-custom1 {
    padding-left: 0;
    padding-right: 0;
  }

  .left-arrow-void {
    top: -30px;
  }

  .icon-embed-xsmall-8-copy-copy {
    color: #01a59b;
  }

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

  .section-3-2 {
    max-height: 150vh;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

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

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

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

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

  .text-style-nowrap {
    white-space: normal;
  }

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

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

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

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

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

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

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .section_story {
    background-size: cover;
    min-height: 100vh;
  }

  .story_title {
    font-size: 2.4rem;
  }

  .story_content-wrapper {
    justify-content: flex-end;
    max-width: 9ch;
  }

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

  .storytelling_headline {
    max-width: 13ch;
    font-size: 4rem;
  }

  .expertise_list-item-text {
    align-self: auto;
    font-size: 2rem;
  }

  .expertise_list-item-text.is-alternate {
    text-align: left;
    align-self: flex-start;
  }

  .showcase_image_container.is-4._111 {
    background-image: linear-gradient(#000c, #000c), url('../images/WhatsApp-Image-2024-11-15-at-14.27.19.jpeg');
    background-position: 0 0, 50%;
  }

  .inspiration_bg-image, .co-create_bg-image {
    display: none;
  }

  .reimagine_bg-image {
    object-fit: cover;
  }

  .formula_headline-wrapper {
    max-width: 4ch;
  }

  .formula_image-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .expertise_list-item-text-wrapper {
    flex-direction: column;
    align-self: auto;
    align-items: flex-end;
  }

  .expertise_list-item-number {
    align-self: auto;
    line-height: 1;
  }

  .expertise_list-item-number.is-alternate {
    align-self: flex-start;
  }

  .heading-large {
    font-size: 2rem;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-large-copy {
    font-size: 2rem;
  }

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

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

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

  .form_field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

  .padding-blog-rid.padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    bottom: -50px;
  }

  .show-mobile-landscape {
    display: block;
  }

  .blogs_blog-list-1_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

  .blogs_blog-list-1_heading {
    margin-right: 0;
  }

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

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

  .heading-6 {
    margin-bottom: 10px;
    line-height: 120%;
  }

  .column-33._33-column-center._33-column-center-footer {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-33._33-column-left._33-column-left-footer {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .column-33._33-column-social-footer {
    width: 100%;
  }

  .link-2 {
    font-size: 16px;
  }

  .page-title.page-title-reed {
    font-size: 20pt;
  }

  .text-block-19 {
    font-size: 24px;
  }

  .page-content-holder {
    margin-bottom: 0;
  }

  .link-block-3 {
    margin-top: 0;
  }

  .content-padding, ._2nd-level-header {
    padding-left: 30px;
    padding-right: 30px;
  }

  .logo {
    width: 150px;
  }

  .button-cta {
    font-size: 18px;
  }

  .div-block-22 {
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .text-block-18 {
    font-size: 24px;
  }

  .logo-holder {
    height: 60px;
  }

  .footer-2 {
    height: 850px;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .footer-spacer {
    display: none;
  }

  .logo-holder-mobile-reversed {
    height: 60px;
  }

  .work-image-div, .work-image-div.vertical-work-image-div {
    margin-bottom: 60px;
  }

  .intro-copy {
    font-size: 12pt;
  }

  .div-block-21 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
  }

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

  .footer3_credit-text {
    margin-top: 2rem;
  }

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

  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

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

  .spacer-large-2 {
    padding-top: 2rem;
  }

  .padding-global-7 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-global-7.hidden-mobile {
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-section-small-2.hidden {
    padding-bottom: 0;
  }

  .section-services {
    margin-top: 0;
    padding-top: .5rem;
  }

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

  .text-block-22 {
    font-size: 24px;
  }

  .div-block-24 {
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .heading-7 {
    margin-bottom: 10px;
    line-height: 120%;
  }

  .page-content-holder-2 {
    margin-bottom: 0;
  }

  .text-block-23 {
    font-size: 24px;
  }

  .link-block-5 {
    margin-top: 0;
  }

  ._2nd-level-header-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .text-block-27 {
    font-size: 24px;
  }

  .div-block-25 {
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .heading-8 {
    margin-bottom: 10px;
    line-height: 120%;
  }

  .text-block-28 {
    font-size: 24px;
  }

  .link-block-7 {
    margin-top: 0;
  }

  ._2nd-level-header-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-9 {
    margin-bottom: 10px;
    line-height: 120%;
  }

  .text-block-34 {
    font-size: 24px;
  }

  .div-block-26 {
    margin-top: 5px;
    margin-bottom: 15px;
  }

  ._2nd-level-header-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .link-block-9 {
    margin-top: 0;
  }

  .text-block-35 {
    font-size: 24px;
  }

  .browser-demo {
    flex-flow: column;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-bottom: 100px;
    padding: 100px 30px;
  }

  .demo-wrapper-copy {
    margin-top: 140px;
    padding-bottom: 100px;
    padding-left: 110px;
    padding-right: 110px;
  }

  .demo-container {
    background-image: url('../images/background.svg'), linear-gradient(to bottom, null, null);
    background-attachment: fixed, scroll;
    align-items: center;
    min-height: 100vh;
    display: block;
  }

  .demo-wrapper {
    margin-top: 140px;
    padding-bottom: 100px;
    padding-left: 110px;
    padding-right: 110px;
  }

  .instructions-wrapper {
    margin-left: 0;
  }

  .demo-wrapper-copy-2 {
    flex-flow: column;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .demo-container-2 {
    background-image: url('../images/background.svg'), linear-gradient(to bottom, null, null);
    background-attachment: fixed, scroll;
    align-items: center;
    min-height: 100vh;
    display: block;
  }

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

  .grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 1rem;
  }

  .image-wrapper {
    width: 300px;
  }

  .demo-wrapper-copy-3 {
    flex-flow: column;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-38 {
    font-size: 24px;
  }

  .div-block-29 {
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .heading-11 {
    margin-bottom: 10px;
    line-height: 120%;
  }

  .text-block-39 {
    font-size: 24px;
  }

  .link-block-11 {
    margin-top: 0;
  }

  ._2nd-level-header-5 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-28-copy-for-void-team {
    display: none;
  }

  .faq-answer {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .faq-question-text-content {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
  }

  .faq-indicator-icon {
    width: 15px;
    height: 15px;
  }

  .faq-indicator-icon-line {
    top: 42%;
  }

  .faq-indicator-icon-line._2 {
    top: 47%;
  }

  .faq-question-text {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
  }

  .heading-12 {
    font-size: 50px;
    line-height: 58px;
  }

  .faq-indicator {
    width: 15%;
  }

  .heading-13 {
    font-size: 50px;
    line-height: 58px;
  }

  .heading-14.mobile {
    text-align: center;
  }

  .work-image-div-777, .work-image-div-777.vertical-work-image-div {
    margin-bottom: 60px;
  }

  .hero_heading {
    font-size: 13em;
  }

  .intro_content-parent {
    width: 100%;
    min-width: auto;
  }

  .intro_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    width: 100%;
    max-width: none;
  }

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

  .work_card-image-wrap {
    padding-bottom: 114%;
  }

  .padding-global-8 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .horizontal-scroll_section-height {
    height: auto;
  }

  .hero_content {
    background-image: linear-gradient(#25252500, #1a1a1a30 31%, #0009);
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    display: flex;
  }

  .padding-section-medium-2 {
    width: 100%;
    height: auto;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .article_card-image-wrap {
    padding-bottom: 56%;
  }

  .intro_image-wrap {
    width: 12.5rem;
  }

  .section_line-seprator {
    background-color: #25252526;
    width: 100%;
    height: 1px;
    inset: auto 0% 0%;
  }

  .section_jornal {
    height: 100vh;
  }

  .jornal_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .cta_quorte-title {
    max-width: none;
    font-size: 1.75rem;
  }

  .nav_compoenent {
    display: none;
  }

  .section_image-divider {
    width: 100%;
    height: 100vh;
  }

  .section_intro {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    min-height: 100vh;
    display: flex;
  }

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

  .text-link_wrap.is-proportion {
    font-size: 1rem;
  }

  .cta_quorte {
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }

  .hero_heading-wrapper {
    margin-bottom: 0;
  }

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

  .intro_top {
    margin-bottom: 4rem;
  }

  .jornal_subtext {
    font-size: 1.75rem;
  }

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

  .heading-style-h3-2.is-hero {
    max-width: 100%;
    font-size: 3.7em;
  }

  .cta_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .horizontal-scroll_stickey-element {
    height: auto;
  }

  .hero_content-wrapper-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .work_list {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
    flex-direction: column;
  }

  .jornal_content-wrap {
    font-size: 1rem;
  }

  .section_articles {
    color: #fff;
    background-color: #fff;
  }

  .image-divider_image {
    width: 100%;
  }

  .work_card {
    width: auto;
  }

  .cta_quorte-subtext {
    font-size: 1rem;
  }

  .horizontal-scroll_track {
    width: 100%;
  }

  .jornal_title-wrap {
    border-bottom: 1px solid #fff3;
    margin-bottom: 0;
    padding-bottom: 2.5rem;
  }

  .section_hero-2 {
    width: 100%;
    min-height: 100vh;
    font-size: 1vw;
    display: flex;
  }

  .section_cta {
    flex-direction: row;
    min-height: 100vh;
    display: flex;
  }

  .horizontal-scroll_track-list {
    flex-direction: column;
    width: 100%;
    margin-right: 0;
  }

  .test-size-title-small {
    font-size: .875rem;
  }

  .hero_heading-copy {
    font-size: 13em;
  }

  .text-block-42, .text-block-43, .text-block-44 {
    color: #000;
  }

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

  .heading-15 {
    font-size: 3rem;
  }

  .heading-15.test {
    font-size: 2.5rem;
  }

  .padding-section-small-copy-for-arch-qioate {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .form_field-1.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .co-create_bg-image-mobile-view, .inspiration_bg-image-for-mobile-view {
    display: block;
  }

  .bold-text {
    font-size: 4rem;
  }

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

  .right-arrow-void {
    width: 1.5em;
    height: 1.5em;
  }

  .slider.padding-top {
    padding-top: 5em;
  }

  .paragraph-2-testimonial1 {
    font-size: 1em;
  }

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

  .padding-global-9 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .left-arrow-void {
    width: 1.5em;
    height: 1.5em;
    right: 80px;
  }

  .content-wrapper {
    max-width: none;
  }

  .p1 {
    color: #000;
  }

  .div-block-28-copy-for-void-team2 {
    justify-content: center;
    display: flex;
  }

  .image-wrapper-copy-void-team-copy {
    width: 300px;
    height: auto;
  }

  .footer3_legal-list-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer3_top-wrapper-2 {
    grid-row-gap: 3rem;
  }

  .footer3_menu-wrapper-2 {
    grid-column-gap: 1.5rem;
  }

  .section-3-2 {
    max-height: 140vh;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

  .margin-bottom.margin-medium {
    text-align: left;
  }

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

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

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

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

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

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

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

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-section-small {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

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

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

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

  .heading-style-h2.text-color-white {
    overflow-wrap: break-word;
    font-size: 3rem;
  }

  .heading-style-h2.text-color-white.has-shadow {
    text-shadow: 1px 0 3px #00000080;
  }

  .section_hero {
    background-image: none;
    height: 100vh;
    max-height: 100vh;
  }

  .section_hero.overflow-hidden {
    width: auto;
  }

  .hero_bg-image {
    object-position: 29% 50%;
    display: none;
  }

  .section_story {
    background-size: cover;
    min-height: 100vh;
  }

  .section_story.overflow-hidden {
    width: 100em;
    padding-right: 0;
  }

  .hero_content-wrapper {
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
  }

  .hero_paragraph {
    width: auto;
    min-width: 27ch;
    max-width: 100%;
  }

  .hero_logo.is-absolute {
    display: none;
    top: 35%;
    bottom: auto;
  }

  .navbar_button {
    border-color: var(--black);
  }

  .secondary-button_text {
    font-weight: 700;
  }

  .story_title {
    font-size: 2.2rem;
  }

  .story_title.text-weight-semibold {
    text-align: left;
    font-size: 2rem;
  }

  .global_bg-circle-interaction {
    display: none;
  }

  .story_content-wrapper {
    max-width: 7ch;
  }

  .section_storytelling {
    min-height: 120vh;
  }

  .storytelling_content-wrapper-2grid {
    grid-column-gap: 16px;
    grid-row-gap: 5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    max-width: 100%;
    display: flex;
  }

  .storytelling_headline {
    max-width: 100%;
  }

  .storytelling_subtext-wrapper {
    align-self: flex-end;
    width: 100%;
    max-width: 100%;
  }

  .storytelling_subtext.text-color-white.text-align-right, .storytelling_subtext.text-color-white.text-align-right.text-weight-bold {
    max-width: 30ch;
  }

  .section_expertise {
    min-height: auto;
  }

  .expertise_grid-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .expertise_list-wrapper {
    grid-row-gap: 5rem;
    flex-direction: column;
  }

  .expertise_list-item, .expertise_list-item.is-alternate {
    flex-direction: column-reverse;
  }

  .expertise_list-item-text.is-alternate {
    align-self: flex-start;
  }

  .expertise_list-item-image {
    max-width: 100%;
  }

  .section_showcase {
    min-height: 100vh;
  }

  .showcase_image_container {
    filter: none;
    flex-basis: 100%;
  }

  .showcase_image_container.is-1 {
    background-image: linear-gradient(0deg, #000c, #0000 41%), url('../images/2-2-1-1.jpg');
    background-position: 0 0, 0%;
    background-size: auto, cover;
  }

  .showcase_image_container.is-2 {
    background-image: linear-gradient(0deg, #000c, #0000 41%), url('../images/Z2.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .showcase_image_container.is-3 {
    background-image: linear-gradient(0deg, #000c, #0000 41%), url('../images/IMG_6812.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .showcase_image_container.is-4 {
    background-image: linear-gradient(to top, #000c, #0000 41%), url('../images/conchal2.jpg');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .showcase_image_container.is-4._111 {
    background-image: linear-gradient(#000c, #000c), url('../images/WhatsApp-Image-2024-11-15-at-14.27.19.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .section_reimagine {
    background-size: cover;
    min-height: 120vh;
  }

  .inspiration_bg-image {
    object-position: 32% 50%;
    display: none;
    position: relative;
  }

  .inspiration_image-wrapper {
    overflow: hidden;
  }

  .inspiration_content-wrapper {
    width: 100vw;
    height: 100vh;
  }

  .inspiration_bg-image-overlay {
    background-image: linear-gradient(to right, #000000e6, #0000 53%);
    width: 100%;
    height: 100%;
    inset: 0%;
  }

  .co-create_content-wrapper {
    width: 100vw;
    height: 100vh;
  }

  .co-create_headline-wrapper {
    max-width: 6ch;
  }

  .co-create_image-wrapper {
    overflow: hidden;
  }

  .co-create_bg-image {
    object-position: 48% 50%;
    display: none;
    position: relative;
  }

  .co-create_bg-image-overlay {
    background-image: linear-gradient(to right, #000000e6, #0000 53%);
    width: 100%;
    height: 100%;
    inset: 0%;
  }

  .reimagine_bg-image {
    object-fit: cover;
  }

  .expertise_bg-image-overlay {
    background-color: #ffffff7d;
    display: block;
  }

  .story_bg-image {
    object-fit: cover;
  }

  .formula_content-grid {
    grid-template-rows: .25fr;
    grid-template-columns: auto;
    align-content: start;
    align-items: center;
  }

  .formula_headline-wrapper {
    align-items: flex-start;
    width: 100%;
  }

  .formula_subtext-wrapper {
    text-align: left;
    max-width: 30ch;
  }

  .formula_subtext, .formula_subtext.text-weight-bold {
    text-align: left;
  }

  .formula_image-wrapper {
    width: 100%;
    margin-top: 70%;
    padding: 1rem;
  }

  .footer_wrapper {
    align-items: flex-end;
  }

  .footer_content-wrapper {
    justify-content: flex-end;
  }

  .footer-content-grid {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .footer_logo {
    opacity: 1;
    display: none;
  }

  .expertise_wrapper.overflow-hidden {
    height: auto;
  }

  .footer_contact-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .footer_contact-link-wrapper {
    color: var(--secondary-color);
  }

  .footer_credits-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .hero_container {
    padding: 1.5rem 1.5rem 24%;
  }

  .expertise_bg-image {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .full-width-container {
    flex-flow: row;
    align-items: stretch;
  }

  .expertise_list-item-text-wrapper {
    align-items: flex-start;
  }

  .footer_headline {
    font-size: 4rem;
  }

  .hero_bg-image-mobile {
    object-position: 29% 50%;
    display: block;
  }

  .home-tagline-pattern {
    top: -32%;
  }

  .padding-section-small-copy {
    align-items: flex-end;
    display: flex;
  }

  .section_contact, .section_contact-2 {
    min-height: 120vh;
  }

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

  .section_blogs {
    min-height: 120vh;
  }

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

  .nav-menu-two {
    flex-direction: column;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    background-color: var(--secondary-color);
  }

  .blogs_blog-list-1_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-6 {
    margin-bottom: 5px;
    font-size: 24px;
  }

  .column-33.column-33-project-details {
    width: 100%;
  }

  .page-title {
    font-size: 6vw;
  }

  .page-title.page-title-reed {
    font-size: 18pt;
  }

  .next-prev-link-blocks.next-prev-link-blocks-right {
    justify-content: center;
    width: 100%;
  }

  .next-prev-link-blocks.next-prev-link-blocks-left, .next-prev-link-blocks.next-prev-link-blocks-center {
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .content-padding, ._2nd-level-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-cta {
    letter-spacing: 1px;
    margin-top: 10px;
    padding: 15px 20px;
    font-size: 14px;
  }

  .text-block-6 {
    margin-bottom: 3px;
  }

  .footer-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-8 {
    font-size: 20px;
  }

  .work-image-div, .work-image-div.vertical-work-image-div {
    margin-bottom: 50px;
  }

  .text-block-9 {
    font-size: 18px;
  }

  .work-images.work-images-vertical {
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

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

  .services_grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    text-align: center;
  }

  .spacer-large-2 {
    padding-top: 1rem;
  }

  .padding-global-7.hidden-mobile {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .section-services {
    margin-top: 0;
    padding-top: 1rem;
  }

  .service-card-text {
    font-size: 1rem;
  }

  .footer_contact-link-wrapper-2 {
    color: #fff;
  }

  .footer_headline-2 {
    font-size: 4rem;
  }

  .padding-section-small-3 {
    align-items: flex-end;
    display: flex;
  }

  .heading-7 {
    margin-bottom: 5px;
    font-size: 24px;
  }

  ._2nd-level-header-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-25 {
    margin-bottom: 3px;
  }

  .footer_contact-link-wrapper-3 {
    color: #fff;
  }

  .footer_headline-3 {
    font-size: 4rem;
  }

  .heading-8 {
    margin-bottom: 5px;
    font-size: 24px;
  }

  ._2nd-level-header-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-30, .text-block-32 {
    margin-bottom: 3px;
  }

  .heading-9 {
    margin-bottom: 5px;
    font-size: 24px;
  }

  ._2nd-level-header-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .work-images-2.work-images-vertical {
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .browser-demo {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .image-7 {
    margin-top: 0;
    margin-right: 0;
  }

  .demo-wrapper-copy, .demo-wrapper {
    align-items: center;
    margin-top: 100px;
    margin-right: 0;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .instructions-wrapper {
    align-self: auto;
    margin-left: 0;
  }

  .demo-wrapper-copy-2, .demo-wrapper-2 {
    align-items: center;
    margin-top: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .image-wrapper {
    width: 300px;
  }

  .demo-wrapper-copy-3 {
    align-items: center;
    margin-top: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-11 {
    margin-bottom: 5px;
    font-size: 24px;
  }

  ._2nd-level-header-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-41 {
    margin-bottom: 3px;
  }

  .div-block-28-copy-for-void-team {
    width: auto;
  }

  .div-block-28-copy-join-team {
    align-items: center;
  }

  .faq-answer {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-question-text-content {
    font-size: 18px;
    line-height: 24px;
  }

  .faq-indicator-icon {
    width: 12px;
    height: 12px;
  }

  .faq-indicator-icon-line {
    top: 30%;
  }

  .faq-indicator-icon-line._2 {
    top: 70%;
  }

  .faq-question-text {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .faq-indicator {
    width: 20%;
  }

  .section-2, .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .work-image-div-777, .work-image-div-777.vertical-work-image-div {
    margin-bottom: 50px;
  }

  .work-images-777.work-images-vertical {
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .hero_heading {
    font-size: 12.5em;
  }

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

  .intro_image-wrap {
    width: auto;
    min-width: 55%;
  }

  .section_jornal {
    align-items: stretch;
    display: flex;
  }

  .text-link_wrap.is-proportion {
    padding-right: .3rem;
    font-size: .9rem;
  }

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

  .heading-style-h3-2.is-hero {
    font-size: 4.8em;
  }

  .section_articles {
    background-color: #fff;
  }

  .cta_quorte-subtext {
    flex-wrap: wrap;
    font-size: .9rem;
  }

  .jornal_title-wrap {
    padding-bottom: 1.5rem;
  }

  .hero_heading-copy {
    font-size: 12.5em;
  }

  .map {
    width: 250px;
  }

  .section_contact-2-3 {
    min-height: 120vh;
  }

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

  .heading-15 {
    text-align: center;
    font-size: 3rem;
  }

  .padding-section-small-copy-for-arch-qioate {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .padding-section-small-copy-for-arch-qioate._1 {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-30 {
    z-index: 30;
    width: 80px;
    height: 80px;
  }

  .co-create_bg-image-copy {
    object-position: 48% 50%;
    position: relative;
  }

  .co-create_bg-image-mobile-view {
    object-position: 48% 50%;
    display: block;
    position: relative;
  }

  .inspiration_bg-image-for-mobile-view {
    object-position: 50% 50%;
    display: block;
    position: relative;
  }

  .bold-text {
    font-size: 3rem;
  }

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

  .padding-section-large-6.padding-custom1 {
    padding-bottom: 9em;
  }

  .slide-nav {
    bottom: -9%;
  }

  .div-block-28-copy-for-void-team2 {
    width: auto;
  }

  .image-wrapper-copy-void-team-copy {
    width: 300px;
  }

  .footer3_left-wrapper-2 {
    text-align: center;
  }

  .text-size-small-2, .link-131 {
    text-decoration: none;
  }

  .footer3_social-list-2 {
    grid-column-gap: .9rem;
    place-items: center;
  }

  .footer3_top-wrapper-2 {
    grid-row-gap: 1rem;
  }

  .footer3_menu-wrapper-2 {
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-items: start;
  }

  .section-3-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-ad90e11d-6200-5e11-a673-870926916aa0-bafba0df {
  place-self: auto;
}

#w-node-_77e8720c-8d2c-38cb-ddbb-7bdc8de7cff4-8de7cfec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77e8720c-8d2c-38cb-ddbb-7bdc8de7cff6-8de7cfec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_77e8720c-8d2c-38cb-ddbb-7bdc8de7cff7-8de7cfec, #w-node-_77e8720c-8d2c-38cb-ddbb-7bdc8de7cff8-8de7cfec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77e8720c-8d2c-38cb-ddbb-7bdc8de7d000-8de7cfec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-bafba0e2 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-bafba0e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-bafba0e2 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-bafba0e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-bafba0e2 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-bafba0e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-bafba0e2 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-bafba0e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-bafba0e2 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-bafba0e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-bafba0e2, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-bafba0e2, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-bafba0e2, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-bafba0e2, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-bafba0e2, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-bafba0e2, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-bafba0e2, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-bafba0e2, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-bafba0e2, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-bafba0e2, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-bafba0e2 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-bafba0e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-bafba0e2 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-bafba0e2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-bafba0e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-bafba0e2 {
  justify-self: start;
}

#w-node-_0db1e4fe-066b-fec8-7bcc-977dd816d340-78908fd6, #w-node-_0db1e4fe-066b-fec8-7bcc-977dd816d345-78908fd6, #w-node-_0db1e4fe-066b-fec8-7bcc-977dd816d34a-78908fd6 {
  align-self: start;
}

#w-node-_0db1e4fe-066b-fec8-7bcc-977dd816d36e-78908fd6 {
  justify-self: start;
}

#w-node-_3c1cee58-4f95-168e-a0b4-c6a44794b07e-9bfc2cca, #w-node-_3c1cee58-4f95-168e-a0b4-c6a44794b073-9bfc2cca, #w-node-_33f4825c-c072-311b-2b32-519da258d74a-9bfc2cca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Heavy.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}