@font-face {
  font-family: Zodiak;
  src: url('../fonts/Zodiak-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --link-color--link-primary: var(--base-color-brand--blue);
  --background-color--background-primary: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --text-color--text-secondary: var(--base-color-neutral--neutral-darker);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --cream: #f7f1d0;
  --base-color-neutral--black: #000;
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--white);
  --background-color--background-secondary: var(--base-color-brand--blue);
  --background-color--background-tertiary: var(--base-color-brand--pink);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --base-color-neutral--white: #fff;
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --black-2: #100;
  --green-brand: #5cdd80;
  --yellow: #ddff0e;
  --purple-brand: #7478d3;
  --base-color-neutral--neutral: #666;
  --black-new: #040500;
  --gold: #ffff49;
  --rust: #f0f03b;
  --slate-blue: #0047ff;
  --brown: #24160b;
  --base-color-brand--blue-light: #d9e5ff;
  --base-color-brand--blue: #2d62ff;
  --base-color-brand--blue-dark: #080331;
  --base-color-brand--pink-light: #ffaefe;
  --base-color-brand--pink: #dd23bb;
  --base-color-brand--pink-dark: #3c043b;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --border-color--border-secondary: var(--base-color-brand--blue);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
}

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

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

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

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

.w-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 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  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(--link-color--link-primary);
}

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

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

.background-color-primary {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
}

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

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

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

.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 {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-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 {
  letter-spacing: -.1125rem;
  font-family: Manrope, sans-serif;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 114%;
}

.heading-style-h3.is-achieve-h2 {
  font-size: 4rem;
}

.heading-style-h3.project-title {
  color: var(--cream);
  letter-spacing: 0;
  margin-bottom: .625rem;
}

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

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

.pointer-events-auto {
  pointer-events: auto;
}

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

.icon-1x1-medium.text-color-black {
  color: var(--base-color-neutral--black);
  width: 1.75rem;
  height: 1.75rem;
}

.heading-style-h1 {
  letter-spacing: -.1875rem;
  font-family: Manrope, sans-serif;
  font-size: 6.25rem;
  font-weight: 400;
  line-height: 108%;
}

.heading-style-h1.project-hero {
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
}

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

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

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

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

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

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

.pointer-events-none {
  pointer-events: none;
}

.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 var(--border-color--border-primary);
  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-alternate {
  background-color: var(--background-color--background-alternate);
}

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

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

.heading-style-h4 {
  letter-spacing: -.105rem;
  font-family: Manrope, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 118%;
}

.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-secondary {
  background-color: var(--background-color--background-secondary);
}

.form_input {
  border: 1px solid var(--border-color--border-primary);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

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

.heading-style-h6 {
  letter-spacing: .0175rem;
  font-family: Manrope, sans-serif;
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 129%;
}

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

.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: var(--link-color--link-primary);
  text-decoration: underline;
}

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

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.heading-style-h2 {
  letter-spacing: -4px;
  font-family: Manrope, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 105%;
}

.heading-style-h2.skills-h2 {
  color: #ffddd2;
  letter-spacing: 0;
  margin-bottom: 1.25rem;
}

.page-wrapper {
  padding: .5rem;
}

.fs-styleguide_label {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
  border-radius: .25rem;
  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: var(--background-color--background-tertiary);
}

.heading-style-h5 {
  font-family: Manrope, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 120%;
}

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  margin-top: .75rem;
  padding: .75rem;
}

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

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

.form_component {
  margin-bottom: 0;
}

.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 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  text-align: center;
  border-radius: .25rem;
  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 {
  border: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: #0000;
}

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

.button.is-brand {
  background-color: var(--background-color--background-secondary);
}

.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.home-hero_paragrapgh {
  color: var(--base-color-neutral--white);
  text-transform: capitalize;
  margin-bottom: 3.125rem;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  line-height: 165%;
}

.text-size-medium.project-description {
  color: var(--base-color-neutral--white);
  text-transform: none;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  line-height: 150%;
}

.text-size-medium.project-description.text-color-black {
  color: var(--base-color-neutral--black);
}

.text-size-medium.process-card_para {
  margin-bottom: 1rem;
  font-family: Manrope, sans-serif;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 150%;
}

.text-size-medium.process-card_para.text-color-black {
  color: var(--base-color-neutral--black);
  font-style: normal;
}

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

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

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

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

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

.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 {
  padding-top: 3rem;
}

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

.fs-styleguide_message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_component {
  z-index: 9999;
  background-color: #000;
  border-radius: 6.25rem;
  width: 100%;
  position: relative;
  inset: 0% 0% auto;
}

.nav_component.is-light_nav {
  background-color: #fff0;
}

.nav_container {
  z-index: 10;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  display: flex;
  position: relative;
}

.nav_logo {
  width: 10rem;
}

.nav_menu {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.nav_menu.background-color-alternate.bg-none {
  background-color: #fff0;
}

.nav_menu_link {
  color: #fff;
  padding: .5rem .75rem;
  font-family: Manrope, sans-serif;
  font-weight: 500;
}

.nav_menu_link:hover {
  background-color: #ffffff0a;
}

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

.nav_menu_link.text-color-black:hover {
  background-color: #0405000a;
}

.nav_button {
  padding: 1rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

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

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.hero_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  max-width: 70rem;
  display: grid;
  position: relative;
}

.hero_image {
  border-radius: 1rem;
  margin-top: 0;
}

.hero_heading {
  font-size: 4rem;
}

.section_hero {
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.hero_grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.nav_fixed {
  z-index: 9999;
  border-radius: 6.25rem;
  width: 98.4%;
  max-width: 89rem;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 1.375rem 0% auto;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.section_home-hero {
  background-color: var(--background-color--background-primary);
  border-radius: 1rem;
  width: 100%;
  max-width: 89rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14.75rem;
  padding-bottom: 6.75rem;
  position: relative;
  overflow: hidden;
}

.section_hero-text_wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-style-h1-120px {
  color: var(--background-color--background-primary);
  letter-spacing: -.45rem;
  font-family: Manrope, sans-serif;
  font-size: 7.5rem;
  font-weight: 400;
  line-height: 120%;
}

.heading-style-h1-120px.home-hero-h1 {
  color: var(--base-color-neutral--white);
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 1.25rem;
}

.heading-style-h1-120px.view-all_text {
  color: var(--background-color--background-primary);
  flex: none;
}

.playfair_span {
  letter-spacing: 0;
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.container-large-hero {
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 64.875rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.yellow-black_button {
  z-index: 2;
  grid-column-gap: 3.875rem;
  background-color: var(--green-brand);
  color: var(--base-color-neutral--black);
  text-align: center;
  letter-spacing: .01125rem;
  text-transform: uppercase;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: .625rem .625rem .625rem 2.5rem;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 156%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.yellow-black_button.small-button {
  padding: .4375rem .4375rem .4375rem 1.5rem;
}

.yellow-black_button.small-button.subscribr-btn {
  justify-content: space-between;
}

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

.button-icon_wrap {
  z-index: 2;
  background-color: var(--base-color-neutral--white);
  border-radius: 50%;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4.25rem;
  height: 4.25rem;
  display: flex;
  position: relative;
}

.button-icon_wrap.small {
  width: 2.75rem;
  height: 2.75rem;
}

.button-icon_wrap.small.bg-yellow {
  background-color: var(--yellow);
}

.button-icon_wrap.small.is-hazy {
  background-color: #0405000a;
}

.button-icon_wrap.small.is-hazy-2 {
  background-color: #ffffff0a;
}

.button-icon_wrap.bg-black {
  background-color: var(--base-color-neutral--black);
}

.button-icon_wrap.bg-black.is-small {
  width: 2.75rem;
  height: 2.75rem;
}

.button-icon_wrap.bg-black.is-small.resorce {
  width: 1.4375rem;
  height: 1.4375rem;
}

.button-arrow_icon {
  width: 100%;
  max-width: 1.625rem;
}

.button-arrow_icon.small-icon {
  max-width: 1rem;
}

.button-arrow_icon.small-icon._10-px {
  max-width: .625rem;
}

.button_overlay {
  z-index: 1;
  background-color: var(--base-color-neutral--white);
  border-radius: 100%;
  width: 125%;
  height: 400%;
  position: absolute;
  inset: auto auto -400% -12.5%;
}

.button_overlay.bg-yellow {
  background-color: var(--green-brand);
}

.button_overlay.light {
  background-color: #ffffff0a;
}

.yellow_container {
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.yellow_container.opacity_animation {
  overflow: hidden;
}

.cursor_wrapper {
  border-radius: 50%;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 19.1875rem;
  height: 19.1875rem;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cursor_inner-wrap {
  z-index: 1;
  background-color: var(--purple-brand);
  filter: brightness(140%);
  mix-blend-mode: screen;
  border-radius: 50%;
  flex: none;
  width: 2.3125rem;
  height: 2.3125rem;
  position: absolute;
}

.cursor_outer-wrap {
  background-color: var(--green-brand);
  mix-blend-mode: multiply;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 19.1875rem;
  height: 19.1875rem;
  display: flex;
}

.cursor_border-wrap {
  border: 1px solid #5cdd80;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 19.1875rem;
  height: 19.1875rem;
  margin: auto;
  display: flex;
  position: absolute;
}

.section_logo {
  width: 100%;
  overflow: hidden;
}

.logo-main_wrap {
  width: 100%;
}

.logos-contain {
  grid-column-gap: 2.5rem;
  display: flex;
}

.logos-row_wrap {
  grid-column-gap: 2.5rem;
  flex-flow: row;
  flex: none;
  align-items: center;
  display: flex;
}

.logo-image._196-px {
  width: 100%;
  max-width: 12.25rem;
}

.logo-image._169-px {
  width: 100%;
  max-width: 10.5625rem;
}

.logo-image._185-px {
  width: 100%;
  max-width: 11.5625rem;
}

.logo-image._187-px {
  width: 100%;
  max-width: 11.6875rem;
}

.logos-divider {
  background-color: var(--black-2);
  opacity: .2;
  color: var(--black-2);
  flex: none;
  width: 1px;
  height: 1.5rem;
}

.section_project {
  width: 100%;
  overflow: hidden;
}

.project-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-top: 8rem;
  padding-bottom: .9375rem;
}

.top-heading_wrap {
  width: 90%;
  max-width: 80rem;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h2-5rem {
  letter-spacing: -4px;
  font-family: Manrope, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 105%;
}

.heading-style-h2-5rem.top-heading {
  text-transform: capitalize;
  max-width: 50rem;
}

.heading-style-h2-5rem.service-card_heading {
  font-weight: 400;
  line-height: 115%;
}

.heading-style-h2-5rem.testimonial_heading {
  text-transform: capitalize;
  max-width: 43.75rem;
}

.heading-style-h2-5rem.cta-heading {
  text-align: center;
  text-transform: capitalize;
  width: 100%;
  max-width: 50rem;
}

.project-collection_wrap {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.project_grid {
  grid-template-rows: auto;
}

.project-collection_wrapper {
  border-radius: .5rem;
  overflow: hidden;
}

.project-item_wrap {
  border-radius: .5rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.project-image_wrap {
  flex-flow: column;
  width: 100%;
  height: 50rem;
  display: flex;
}

.project-thumbnail {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
}

.project-background_image {
  background-color: var(--base-color-neutral--black);
  background-image: url('../images/Grid.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project-background_image.cream {
  background-color: var(--base-color-neutral--neutral);
}

.project-overlay_wrap {
  z-index: 2;
  background-image: linear-gradient(180deg, #04050000 40%, #040500bf 60%, #040500de 80%, var(--black-2));
  opacity: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 5rem;
  transition: opacity .4s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-overlay_wrap:hover {
  opacity: 1;
}

.project-overlay_wrap.white {
  background-image: linear-gradient(180deg, #f7f1d000 50%, #878787 70%, #aaa 90%, var(--base-color-neutral--neutral));
  opacity: 0;
}

.project-overlay_wrap.white:hover {
  opacity: 1;
}

.projects-heading_wrap {
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: flex-start;
  width: 90%;
  max-width: 80rem;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-style-3rem {
  letter-spacing: normal;
  font-family: Manrope, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 121%;
}

.heading-style-3rem.project-name {
  color: var(--base-color-neutral--white);
}

.heading-style-3rem.project-name.text-color-black {
  color: var(--base-color-neutral--black);
}

.heading-style-3rem.career-card_title {
  font-weight: 400;
  line-height: 117%;
}

.explore-button {
  z-index: 3;
  background-color: var(--base-color-neutral--black);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 13.5rem;
  height: 13.5rem;
  display: flex;
  position: absolute;
}

.explore-btn_text {
  color: var(--base-color-neutral--white);
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 125%;
}

.view-all_button {
  color: var(--base-color-neutral--black);
  text-transform: uppercase;
  font-family: Manrope, sans-serif;
  text-decoration: none;
}

.view-all_wrap {
  display: flex;
}

.section_process {
  width: 100%;
  height: 300vh;
  padding-top: 11.25rem;
}

.process_wrapper {
  width: 100%;
  max-width: 89rem;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 140px;
}

.process-card_wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  overflow: hidden;
}

.process-card_row {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.process-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  border-radius: 1rem;
  flex-flow: column;
  flex: none;
  width: 100%;
  max-width: 39.375rem;
  padding: 2.5rem;
  font-family: Inter, sans-serif;
  display: flex;
}

.process-card.yellow {
  background-color: var(--green-brand);
}

.process-card.cream {
  background-color: var(--purple-brand);
}

.process-card_top {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.process-icon {
  width: 100%;
  max-width: 3.125rem;
}

.heading-3-5rem {
  letter-spacing: -.105rem;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 118%;
}

.heading-3-5rem.text-color-black {
  color: var(--base-color-neutral--black);
}

.provess-card_num-text {
  color: #fff6;
  letter-spacing: .05rem;
  margin-top: .375rem;
  font-family: Manrope, sans-serif;
  font-size: 1.25rem;
  line-height: 150%;
}

.provess-card_num-text.text-color-b {
  color: #04050066;
}

.process-active_number {
  color: var(--base-color-neutral--white);
}

.process-active_number.text-color-black {
  color: var(--background-color--background-primary);
}

.process-tags_contain {
  grid-column-gap: 2.25rem;
  grid-row-gap: .875rem;
  flex-flow: wrap;
  display: flex;
}

.paragraph-20px {
  font-family: Manrope, sans-serif;
  font-size: 1.25rem;
  line-height: 150%;
}

.paragraph-20px.process-tag_paragraph {
  opacity: .48;
  text-transform: uppercase;
  font-family: Manrope, sans-serif;
  font-weight: 500;
}

.paragraph-20px.product-item_text.top {
  margin-bottom: auto;
}

.paragraph-20px.product-item_text {
  opacity: .64;
}

.paragraph-20px.product-paragrapgh {
  margin-bottom: 2.5rem;
}

.paragraph-20px.about-hero_para {
  max-width: 24.4375rem;
  margin-bottom: 1.5625rem;
}

.paragraph-20px.tab-link {
  font-weight: 500;
}

.paragraph-20px.project-category_text {
  color: var(--cream);
}

.paragraph-20px.project-category_text.text-color-black {
  color: var(--base-color-neutral--black);
}

.paragraph-20px.project-text {
  color: var(--cream);
  margin-bottom: 2.5rem;
}

.paragraph-20px.mb-1 {
  margin-bottom: 1rem;
  font-family: Manrope, sans-serif;
}

.paragraph-20px.project-short-desc {
  letter-spacing: -.0375rem;
  max-width: 24.6875rem;
  margin-bottom: 4.0625rem;
  line-height: 140%;
}

.section_services {
  width: 100%;
  padding-top: 11.25rem;
  padding-bottom: 8.75rem;
}

.services_wrapper {
  width: 100%;
  max-width: 89rem;
  margin-left: auto;
  margin-right: auto;
}

.services-card_wrap {
  width: 100%;
}

.service-tabs_menu {
  grid-row-gap: .25rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.tabs-content {
  display: none;
}

.service-tab_link {
  background-color: #fff0;
  padding: 0;
}

.service-tab_link.w--current {
  color: var(--base-color-neutral--black);
  background-color: #fff0;
  height: auto;
  padding: 0;
  font-family: Inter, sans-serif;
  overflow: hidden;
}

.service_card {
  background-color: #ffddd2;
  border-radius: 1rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding: 5rem;
  transition: background-color .4s ease-in-out;
  display: flex;
  position: relative;
}

.services-card_top-wrap {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.service-card_num-text {
  color: #04050052;
  margin-top: .625rem;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  line-height: 142%;
}

.services-active_text {
  color: var(--base-color-neutral--black);
}

.services-bottom_wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 10%;
  display: flex;
  overflow: hidden;
}

.paragraph-24px {
  letter-spacing: -.015rem;
  margin-bottom: 1.875rem;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  line-height: 142%;
}

.paragraph-24px.services-card_para {
  text-transform: capitalize;
  margin-bottom: 0;
  padding-top: 1.25rem;
}

.paragraph-24px.service-tag_para {
  letter-spacing: .06rem;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 141.66%;
}

.paragraph-24px.testimonial-name-text {
  color: #fff;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-weight: 700;
}

.paragraph-24px.skills-para {
  opacity: .5;
  color: var(--base-color-neutral--white);
}

.paragraph-24px.is-stat-text {
  color: #0405003d;
  text-transform: uppercase;
  margin-bottom: 0;
}

.services-tag_contain {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  margin-bottom: 1.25rem;
  padding-left: .75rem;
  display: flex;
}

.section_testimoial {
  background-image: linear-gradient(180deg, #f7f1d000, var(--cream) 50%);
  width: 100%;
  max-width: 89rem;
  margin-left: auto;
  margin-right: auto;
}

.section_testimoial.margin-bottom {
  margin-bottom: 8.75rem;
}

.section_testimoial.margin-bottom-2 {
  background-image: none;
  margin-bottom: 4rem;
}

.testimonial_wrapper {
  grid-column-gap: 3.875rem;
  grid-row-gap: 3.875rem;
  flex-flow: column;
  align-items: center;
  width: 90%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6.25rem;
  padding-bottom: 4.375rem;
  display: flex;
}

.testimonial-heading_wrap, .testimonial-slider_wrap {
  width: 100%;
}

.testimonial_slider {
  background-color: #fff0;
  width: 100%;
  height: auto;
  position: relative;
}

.testimonial-slide_wrap {
  background-color: var(--purple-brand);
  border-radius: .5rem;
  justify-content: space-between;
  align-items: center;
  padding: 3.75rem;
  display: flex;
}

.testimonial-left_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  width: 65%;
  max-width: 42.8125rem;
  display: flex;
}

.testimonial-image_wrap {
  border-radius: .75rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  max-width: 21.8125rem;
  height: 16.25rem;
  display: flex;
  overflow: hidden;
}

.slide-nav {
  display: none;
}

.testimonial_logo {
  width: 100%;
  max-width: 14rem;
}

.testimonial-heading_contain {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-18px {
  font-size: 1.125rem;
}

.paragraph-18px.testionial-position-text {
  opacity: .64;
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
}

.paragraph-18px.slider-btn_text {
  position: absolute;
  inset: auto auto auto -5.625rem;
}

.paragraph-18px.slider-btn_text.left {
  left: 5.625rem;
}

.paragraph-18px.skills-para {
  opacity: .64;
  color: var(--cream);
}

.paragraph-18px.position-text {
  color: #0405009e;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  line-height: 156%;
}

.testimonial-text {
  color: var(--text-color--text-alternate);
  letter-spacing: -.0375rem;
  font-family: Manrope, sans-serif;
  font-size: 1.875rem;
  line-height: 167%;
}

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

.testimonial-left_arrow {
  background-color: #0405000a;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 7.75rem;
  height: 7.75rem;
  transition: background-color .4s ease-in-out, border-radius .4s ease-in-out;
  display: flex;
  inset: -11.625rem 8.25rem auto auto;
}

.testimonial-left_arrow:hover {
  background-color: var(--base-color-neutral--black);
  border-radius: 50%;
}

.arrow-text_contain {
  align-items: center;
  display: flex;
  position: relative;
}

.arrow_icon {
  width: 2.5rem;
  height: 2.5rem;
}

.arrow_icon.left {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.testimonial-right_arrow {
  background-color: #0405000a;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 7.75rem;
  height: 7.75rem;
  transition: background-color .4s ease-in-out, border-radius .4s ease-in-out;
  display: flex;
  inset: -11.625rem 0% auto auto;
}

.testimonial-right_arrow:hover {
  background-color: var(--base-color-neutral--black);
  border-radius: 50%;
}

.section_products {
  background-image: linear-gradient(180deg, #f7f1d000, var(--cream) 20%);
  width: 100%;
  max-width: 89rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.produts_wrapper {
  grid-row-gap: 5rem;
  flex-flow: column;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.top-center_heading-wrap {
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.product-collection_wrap {
  grid-column-gap: .75rem;
  width: 100%;
  display: flex;
}

.product-collection_list {
  grid-column-gap: .75rem;
  flex: none;
  display: flex;
}

.products-item_wrap {
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
  text-align: center;
  border-radius: .75rem;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 31.0625rem;
  padding: 3.25rem;
  text-decoration: none;
  display: flex;
}

.heading-style-h2-40px {
  letter-spacing: normal;
  font-family: Manrope, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 120%;
}

.heading-style-h2-40px.product-item_heading {
  margin-bottom: .75rem;
}

.heading-style-h2-40px.loaction-heading {
  margin-bottom: 2.5rem;
  line-height: 90%;
}

.heading-style-h2-40px.project-detail-h2 {
  margin-bottom: 1.625rem;
}

.product-item_image {
  object-fit: contain;
  width: 100%;
  max-width: 16.6875rem;
  height: 20.9375rem;
  margin-top: 1.25rem;
  margin-bottom: 3.125rem;
}

.heading-24px {
  letter-spacing: -.015rem;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 1.5rem;
  line-height: 133%;
}

.heading-24px.services-card_para {
  text-transform: capitalize;
  margin-bottom: 0;
  padding-top: 1.25rem;
}

.heading-24px.service-tag_para {
  letter-spacing: .06rem;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 141.66%;
}

.heading-24px.testimonial-name-text {
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-weight: 700;
}

.heading-24px.product-item_price {
  margin-top: auto;
  margin-bottom: .25rem;
  font-weight: 700;
}

.heading-24px.footer-col_heading {
  color: var(--base-color-neutral--white);
  letter-spacing: normal;
  text-transform: uppercase;
  margin-bottom: 1rem;
  line-height: 150%;
}

.heading-24px.contact-form_label {
  text-transform: capitalize;
}

.heading-24px.card-tag {
  line-height: 142%;
}

.product-bottom_wrap {
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 37.5rem;
  display: flex;
}

.heading-style-h2-3rem {
  letter-spacing: normal;
  font-family: Manrope, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 121%;
}

.heading-style-h2-3rem.top-heading {
  text-transform: capitalize;
  max-width: 40rem;
}

.heading-style-h2-3rem.service-card_heading {
  font-weight: 400;
  line-height: 115%;
}

.heading-style-h2-3rem.testimonial_heading {
  text-transform: capitalize;
  max-width: 43.75rem;
}

.heading-style-h2-3rem.product-heading {
  margin-bottom: 1.25rem;
  font-weight: 700;
}

.black-yellow_button {
  z-index: 2;
  grid-column-gap: 6.25rem;
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  letter-spacing: .01125rem;
  text-transform: uppercase;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: .625rem .625rem .625rem 2.5rem;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 156%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.black-yellow_button.is-small {
  grid-column-gap: 1.1875rem;
  padding: .5rem .5rem .5rem 1.75rem;
  font-size: 1rem;
}

.footer_section {
  width: 100%;
  max-width: 89rem;
  margin-left: auto;
  margin-right: auto;
}

.footer_wrapper {
  grid-row-gap: 6.25rem;
  background-color: var(--base-color-neutral--black);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.cta-wrapper {
  background-color: var(--green-brand);
  border-radius: .5rem;
  flex-flow: column;
  align-items: center;
  width: 90%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.cta-text_wrap {
  grid-row-gap: 2.1875rem;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 50rem;
  display: flex;
}

.white-black_button {
  z-index: 2;
  grid-column-gap: 2.625rem;
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
  text-align: center;
  letter-spacing: .01125rem;
  text-transform: uppercase;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: .625rem .625rem .625rem 2.5rem;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 156%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.white-black_button.is-small {
  grid-column-gap: 1.1875rem;
  letter-spacing: .01rem;
  padding: .5rem .5rem .5rem 1.75rem;
  font-size: 1rem;
  line-height: 175%;
}

.white-black_button.is-small.border {
  border: 1px solid #04050033;
}

.footer-bottom_wrap {
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.copyright-bottom_wrap {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-brand {
  z-index: 2;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-brand.footer {
  margin-bottom: .75rem;
}

.paragraph-1rem {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 162.5%;
}

.paragraph-1rem.testionial-position-text {
  opacity: .64;
  font-family: Manrope, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
}

.paragraph-1rem.slider-btn_text {
  position: absolute;
  inset: auto auto auto -5.625rem;
}

.paragraph-1rem.slider-btn_text.left {
  left: 5.625rem;
}

.paragraph-1rem.footer-para {
  color: var(--base-color-neutral--white);
}

.paragraph-1rem.footer-link {
  color: var(--base-color-neutral--white);
  text-decoration: none;
}

.paragraph-1rem.footer-link:hover, .paragraph-1rem.footer-link.w--current:hover {
  color: var(--green-brand);
}

.paragraph-1rem.copyright-text {
  color: #fff9;
}

.paragraph-1rem.loaction-card_text {
  color: #040500cc;
  font-family: Manrope, sans-serif;
  font-weight: 500;
}

.paragraph-1rem.project-detail_info {
  opacity: .56;
  letter-spacing: .06rem;
  text-transform: uppercase;
  line-height: 150%;
}

.subscribe-form_wrap {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 0;
}

.subscribe-form {
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.white-form_text-field {
  color: var(--base-color-neutral--white);
  background-color: #ffffff1f;
  border: 1px #000;
  border-radius: 4.375rem;
  height: auto;
  padding: 1rem 1.5rem;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  line-height: 150%;
}

.white-form_text-field::placeholder {
  color: var(--base-color-neutral--white);
}

.relative-button_wrap {
  width: 100%;
  position: relative;
}

.relative-button_wrap.contact {
  width: auto;
}

.absolute-submit_button {
  z-index: 5;
  background-color: #fff0;
  position: absolute;
  inset: 0%;
}

.footer-left_wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  max-width: 25rem;
  display: flex;
}

.footer-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: flex-end;
  place-items: center end;
  width: 30%;
  max-width: 38.75rem;
  display: flex;
}

.footer-column {
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.social-link_wrap {
  grid-column-gap: .75rem;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 2.25rem;
  display: flex;
}

.social-link {
  background-color: var(--green-brand);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  text-decoration: none;
  transition: opacity .4s ease-in-out;
  display: flex;
}

.social-link:hover {
  background-color: var(--base-color-neutral--white);
}

.nav-button {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.nav-button_white {
  z-index: 2;
  grid-column-gap: 6.25rem;
  color: var(--base-color-neutral--white);
  text-transform: uppercase;
  background-color: #ffffff0a;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: .625rem .625rem .625rem 2.5rem;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 156%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-button_white.small {
  grid-column-gap: 1.1875rem;
  letter-spacing: .01rem;
  padding: .5rem .5rem .5rem 1.75rem;
  font-size: 1rem;
}

.nav-button_white.small.out-menu.flex.hide-desktop {
  display: none;
}

.nav-overlay {
  background-color: var(--base-color-neutral--black);
  border-radius: 6.25rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-overlay.bg-color-cream {
  background-color: #ffddd2;
}

.contact-hero_container {
  width: 80%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 13.375rem;
  padding-bottom: 13.375rem;
}

.contact_hero-wrap {
  margin-bottom: 6.75rem;
}

.heading-style-h1-180px {
  color: var(--background-color--background-primary);
  letter-spacing: -.675rem;
  font-family: Manrope, sans-serif;
  font-size: 11.25rem;
  font-weight: 500;
  line-height: 104%;
}

.heading-style-h1-180px.home-hero-h1 {
  color: var(--base-color-neutral--white);
  text-transform: capitalize;
  margin-bottom: 1.25rem;
}

.heading-style-h1-180px.view-all_text {
  flex: none;
}

.heading-style-h1-180px.contact-hero_h1 {
  margin-bottom: 1.5rem;
}

.heading-style-h1-180px.about-hero-h1 {
  font-size: 8.75rem;
}

.text-style-2rem {
  letter-spacing: normal;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 125%;
}

.text-style-2rem.top-heading {
  text-transform: capitalize;
  max-width: 40rem;
}

.text-style-2rem.service-card_heading {
  font-weight: 400;
  line-height: 115%;
}

.text-style-2rem.testimonial_heading {
  text-transform: capitalize;
  max-width: 43.75rem;
}

.text-style-2rem.product-heading {
  margin-bottom: 1.25rem;
  font-weight: 700;
}

.text-style-2rem.contact-hero_text {
  text-transform: capitalize;
  margin-left: .75rem;
}

.contact-form_wrap {
  width: 100%;
}

.contact-form_wrapper {
  width: 100%;
  margin-bottom: 0;
}

.contact-form {
  grid-row-gap: 4.25rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contact-form_field_wrap {
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.contact-form_text {
  grid-column-gap: 1.5rem;
  display: flex;
}

.contact-form_index {
  opacity: .4;
  color: var(--black-new);
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 133%;
}

.contact-form_input-field {
  color: var(--black-new);
  border: 1px #000;
  border-bottom: 1px solid #0405007a;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 1.25rem 3.125rem 1.25rem 3.25rem;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  line-height: 100%;
}

.button-cream {
  z-index: 2;
  grid-column-gap: 1.25rem;
  background-color: var(--green-brand);
  letter-spacing: .01125rem;
  text-transform: uppercase;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: .625rem .625rem .625rem 2.5rem;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 156%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.success-message {
  background-color: var(--cream);
  border-radius: .625rem;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 145%;
}

.error-message {
  border-radius: .625rem;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 145%;
}

.section_location {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.loaction_wrap {
  background-color: #f7f1d033;
  border-radius: 1rem;
  width: 100%;
  max-width: 89rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
  overflow: hidden;
}

.location-content_wrap {
  z-index: 3;
  background-color: #fff;
  border: 1px solid #24160b0d;
  border-radius: .5rem;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 57.0625rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.625rem;
  display: flex;
  position: relative;
}

.loacion-text_wrap {
  flex-flow: column;
  align-items: flex-start;
  width: 41%;
  max-width: 20rem;
  display: flex;
}

.location-image_wrap {
  border-radius: 1rem;
  width: 55%;
  max-width: 26.9375rem;
  height: 26rem;
  overflow: hidden;
}

.loaction-card_wrap {
  grid-row-gap: 1.75rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.loaction-card {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.loaction-icon_wrap {
  background-color: #1010100a;
  border: 2px solid #1010100d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: .75rem;
  display: flex;
}

.heading-28px {
  letter-spacing: -.015rem;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 1.75rem;
  line-height: 128%;
}

.heading-28px.services-card_para {
  text-transform: capitalize;
  margin-bottom: 0;
  padding-top: 1.25rem;
}

.heading-28px.service-tag_para {
  letter-spacing: .06rem;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 141.66%;
}

.heading-28px.testimonial-name-text {
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-weight: 700;
}

.heading-28px.product-item_price {
  margin-top: auto;
  margin-bottom: .25rem;
  font-weight: 700;
}

.heading-28px.footer-col_heading {
  color: var(--base-color-neutral--white);
  letter-spacing: normal;
  text-transform: uppercase;
  margin-bottom: 1rem;
  line-height: 150%;
}

.heading-28px.contact-form_label {
  text-transform: capitalize;
}

.heading-28px.location-card-heading {
  margin-bottom: .5rem;
  font-weight: 500;
}

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

.location-bg_image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_about-hero {
  overflow: hidden;
}

.about-hero_wrap {
  background-image: linear-gradient(#ffddd2, #f7f1d04d);
  border-radius: 1rem;
  width: 100%;
  max-width: 89rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.about-hero_container {
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  max-width: 77.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11.25rem;
  padding-bottom: 5.625rem;
  display: flex;
}

.about-hero_img-wrap {
  width: 100%;
  max-width: 89rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.ahout-hero_button-wrap {
  justify-content: space-between;
  align-items: center;
  width: 40%;
  max-width: 31.25rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.hero-title_wrap {
  grid-column-gap: 2.5rem;
  align-items: flex-end;
  display: flex;
}

.about-hero_line {
  background-color: var(--black-new);
  flex: 1;
  width: 100%;
  height: .0625rem;
}

.cream-button {
  z-index: 2;
  grid-column-gap: 1.25rem;
  color: var(--black-new);
  letter-spacing: .01125rem;
  text-transform: uppercase;
  background-color: #ffddd2;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: .625rem .625rem .625rem 2.5rem;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 156%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-hero_marquee, .ah-marquee_flex {
  grid-column-gap: 1rem;
  flex: none;
  display: flex;
}

.marquee-img_wrap {
  border-radius: 1rem;
  width: 38.63%;
  height: 29.9375rem;
  overflow: hidden;
}

.marquee-img_wrap._2 {
  width: 21.63%;
  max-width: 21.0625rem;
}

.marquee-img_wrap._3 {
  width: 14.82%;
}

.marquee-img_wrap._4 {
  width: 21.8229%;
}

.about-hero_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.skills-wrap {
  background-color: var(--black-new);
  border-radius: 1rem;
  width: 100%;
  max-width: 89rem;
  margin-left: auto;
  margin-right: auto;
}

.skills-container {
  justify-content: space-between;
  width: 90%;
  max-width: 78.4375rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6.25rem;
  padding-bottom: 5rem;
  display: flex;
}

.skills-content_wrap {
  width: 57%;
  max-width: 44.5rem;
}

.skills-image_wrap {
  width: 38%;
  max-width: 29.9375rem;
  position: relative;
}

.skills-grid_wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3.75rem;
  border-top: 1px solid #f7f1d033;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  padding-top: 3.125rem;
  display: grid;
}

.skills-card {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 20.125rem;
  display: flex;
}

.skills-icon_wrap {
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 1rem;
}

.skills-icon {
  width: 100%;
}

.heading-32px {
  color: #ffddd2;
  margin-bottom: .375rem;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  line-height: 125%;
}

.heading-32px.is-card-h3 {
  color: var(--black-2);
  font-family: Zodiak, sans-serif;
  line-height: 132%;
}

.skills-image {
  z-index: 3;
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: relative;
}

.skills-bg_img {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--purple-brand), #ffff4900);
  border-radius: .5rem;
  width: 92%;
  height: 82.61%;
  position: absolute;
  inset: auto -7% 2% auto;
  transform: rotate(6deg);
}

.achievment-container {
  width: 90%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11.25rem;
  padding-bottom: 11.25rem;
}

.achievment-title_wrap {
  width: 100%;
  max-width: 80rem;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
}

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

.achievment-card_wrap {
  border: 1px solid #04050029;
  border-radius: 1rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 25.75rem;
  padding: 1.25rem 1.25rem 2.25rem;
  display: flex;
}

.achievment-card_wrap.card-highlight {
  background-color: #f7f1d052;
}

.achievment-icon_wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
}

.a-icon_wrap {
  border: 1px solid #0000003d;
  border-radius: 60%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

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

.heading-100px {
  margin-bottom: 1.25rem;
  font-family: Manrope, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 108%;
}

.heading-100px.is-detail-h1 {
  color: var(--cream);
}

.heading-100px.is-title-h2 {
  letter-spacing: -.25rem;
  text-transform: capitalize;
  max-width: 40rem;
  line-height: 105%;
}

.achievement-line {
  background-color: var(--black-2);
  opacity: .1;
  width: 100%;
  height: .0625rem;
  margin-bottom: 1rem;
}

.current-text {
  color: #040500;
}

.teams-container {
  width: 90%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 11.25rem;
}

.team-title_wrap {
  width: 100%;
  max-width: 43.75rem;
  margin-bottom: 5rem;
}

.heading-opacity-30 {
  opacity: .3;
}

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

.teans-card_wrap {
  border: 1px solid #0000001f;
  border-radius: 1rem;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.card-top_wrap {
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: relative;
}

.card-top_inner {
  z-index: 3;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-bottom: 1.25rem;
  display: flex;
  position: relative;
}

.card-image_wrap {
  background-color: #ccc;
  border-radius: 50%;
  width: 9.75rem;
  height: 9.75rem;
  margin-bottom: 1.25rem;
  overflow: hidden;
}

.card-image {
  filter: grayscale();
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.card-divider {
  background-color: #0405001a;
  width: 100%;
  height: .0625rem;
  margin-top: auto;
  margin-bottom: 1.25rem;
}

.card-bg_layer {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--gold), #ffff4900);
  position: absolute;
  inset: 0%;
}

.card-social_wrap {
  border-radius: .5rem;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.card-links_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.card-social_link {
  grid-column-gap: .5rem;
  border: 1px solid #00000029;
  border-radius: 6.25rem;
  align-items: center;
  padding: .25rem .375rem .25rem .25rem;
  text-decoration: none;
  display: flex;
}

.card-icon_wrap {
  background-color: #0000000a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.card-icon {
  width: 1.375rem;
  height: 1.375rem;
}

.card-social_text {
  opacity: .62;
  color: var(--black-new);
  padding-right: .125rem;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 162%;
  overflow: hidden;
}

.careers-container {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  align-items: center;
  width: 90%;
  max-width: 77.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11.25rem;
  padding-bottom: 11.25rem;
  display: flex;
}

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

.careers-title_wrap.margin-bottom {
  margin-bottom: 5rem;
}

.careers-main_wrap {
  grid-row-gap: 3.5rem;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.career-card_wrap {
  border-bottom: 1px solid var(--black-2);
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.card-index_wrap {
  grid-column-gap: .0625rem;
  align-items: center;
  margin-bottom: .75rem;
  display: flex;
}

.current-index_text, .index-seprator {
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  line-height: 150%;
}

.index-total_text {
  opacity: .4;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  line-height: 150%;
}

.career-card_content-wrap {
  grid-column-gap: 2.5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.career-card_right {
  grid-column-gap: 2.5rem;
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  display: flex;
}

.career-tags_wrap {
  opacity: .8;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.career-card_button-wrap {
  flex: none;
}

.white-yellow_button {
  z-index: 2;
  grid-column-gap: 6.25rem;
  color: var(--black-2);
  letter-spacing: .01125rem;
  text-transform: uppercase;
  border: 1px solid #0405003d;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: .625rem .625rem .625rem 2.5rem;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 156%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.white-yellow_button.is-small {
  grid-column-gap: 1.1875rem;
  padding: .5rem .5rem .5rem 1.75rem;
  font-size: 1rem;
  line-height: 175%;
}

.haze-black_button {
  z-index: 2;
  grid-column-gap: 6.25rem;
  color: var(--black-2);
  letter-spacing: .01125rem;
  text-transform: uppercase;
  background-color: #0405000a;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: .625rem .625rem .625rem 2.5rem;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 156%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.haze-black_button.is-small {
  grid-column-gap: 1.1875rem;
  padding: .5rem .5rem .5rem 1.75rem;
  font-size: 1rem;
  line-height: 175%;
}

.project-hero_container {
  width: 100%;
  max-width: 89rem;
  margin-left: auto;
  margin-right: auto;
}

.project-hero_wrap {
  background-color: var(--green-brand);
  border-radius: 1.25rem;
  padding-top: 12.5rem;
  padding-bottom: 19.375rem;
}

.projects-hero_title {
  text-align: center;
  width: 90%;
  max-width: 34.25rem;
  margin-left: auto;
  margin-right: auto;
}

.section_projects-list {
  margin-top: -14.0625rem;
}

.project-list_container {
  width: 90%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 11.25rem;
}

.projects-tabs_wrap {
  flex-flow: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.projects-tabs_menu {
  grid-column-gap: .5rem;
  margin-bottom: 5rem;
  display: flex;
}

.projects-tabs_link {
  grid-column-gap: .5rem;
  background-color: #fff0;
  border: 1px solid #0405003d;
  border-radius: 2.75rem;
  padding: .5rem 1.25rem;
  display: flex;
}

.projects-tabs_link.w--current {
  grid-column-gap: .5rem;
  background-color: var(--base-color-neutral--black);
  color: var(--yellow);
  border: 1px solid #0405003d;
  align-items: center;
  padding: .5rem 1.25rem;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

.projects-tabs_content, .tabs-pane_wrap, .project-content_wrap {
  width: 100%;
}

.project-list_grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
}

.projects-card_wrap {
  background-color: var(--base-color-neutral--black);
  border: 1px solid #000;
  border-radius: .5rem;
  width: 100%;
  max-width: 38.75rem;
  height: 48.375rem;
  position: relative;
  overflow: hidden;
}

.projects-card_image-wrap {
  z-index: 6;
  width: 140%;
  height: 85%;
  position: absolute;
  left: -20%;
}

.project-card_image {
  object-fit: contain;
  object-position: 50% 15%;
  width: 100%;
  height: 100%;
}

.project-card_content-wrap {
  z-index: 5;
  background-color: var(--base-color-neutral--black);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2rem 2.5rem;
  display: flex;
  position: relative;
}

.project-card_category-wrap {
  grid-column-gap: .5rem;
  border: 1px solid #f7f1d03d;
  border-radius: 2.75rem;
  padding: .5rem 1.1875rem;
  display: flex;
}

.project-card_category-wrap.is-black {
  border-color: #0405003d;
}

.project-card_icon-wrap {
  width: 1.75rem;
  height: 1.75rem;
  position: relative;
}

.project-card_icon-wrap.is-black {
  filter: invert();
}

.project-card_text-wrap {
  z-index: 5;
}

.projects-button_wrap {
  display: flex;
}

.projects-button {
  z-index: 2;
  grid-column-gap: 6.25rem;
  color: var(--base-color-neutral--white);
  letter-spacing: .01125rem;
  text-transform: uppercase;
  background-color: #ffffff0a;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: .625rem .625rem .625rem 2.5rem;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 156%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projects-button.is-small {
  grid-column-gap: 1.1875rem;
  letter-spacing: .01rem;
  padding: .5rem .5rem .5rem 1.75rem;
  font-size: 1rem;
  line-height: 175%;
}

.project-bg_overlay {
  z-index: 3;
  background-image: linear-gradient(180deg, transparent, #040500bf 40%, #040500de 60%, #040500e6 80%, var(--base-color-neutral--black) 104%);
  height: 67%;
  position: absolute;
  inset: auto 0% 0%;
}

.projects_card-grid_wrap {
  z-index: 2;
  width: 150%;
  height: 74%;
  position: absolute;
  inset: 0% 0% auto -25%;
}

.projects-image {
  width: 100%;
}

.italic-text, .italic-text-2 {
  font-style: normal;
}

.nav-btn {
  z-index: 2;
  grid-column-gap: 1.1875rem;
  color: var(--base-color-neutral--white);
  text-transform: uppercase;
  background-color: #ffffff0a;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: .5rem .5rem .5rem 1.75rem;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 175%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_projectd-hero {
  border-radius: 1rem;
  width: 100%;
}

.project-detail_wrap {
  grid-row-gap: 3.75rem;
  flex-flow: column;
  width: 100%;
  max-width: 89rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12.5rem;
  display: flex;
}

.project-detail_title {
  grid-row-gap: 2.5rem;
  flex-flow: column;
  align-items: flex-start;
  width: 90%;
  max-width: 66.4375rem;
  margin-left: 5%;
  margin-right: auto;
  display: flex;
}

.project-detail_image {
  background-color: var(--black-2);
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.project-tags_wrap {
  grid-column-gap: .5rem;
  color: var(--base-color-neutral--white);
  display: flex;
}

.project-tag_text {
  background-color: #ffffff0a;
  border-radius: 2.75rem;
  padding: .5rem 1.5rem;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  line-height: 150%;
}

.project-detail_image-wrap {
  background-color: var(--black-2);
  border-radius: .5rem;
  width: 100%;
  height: 50rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.section_project-detail {
  color: var(--cream);
  width: 100%;
}

.project-detail_content-wrap {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 77.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14.0625rem;
  padding-bottom: 8.75rem;
  display: flex;
}

.project-detail_left {
  width: 40%;
  max-width: 27.3125rem;
}

.project-detail_right {
  width: 55%;
  max-width: 44.25rem;
}

.project-info_wrap {
  grid-row-gap: .125rem;
  border-top: 1px solid var(--cream);
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.resources-button {
  z-index: 2;
  background-color: var(--cream);
  color: var(--base-color-neutral--black);
  letter-spacing: .006125rem;
  text-transform: uppercase;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: .375rem .375rem .375rem 1.125rem;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  line-height: 175%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.resources-button.is-small {
  grid-column-gap: .75rem;
  padding: .375rem .375rem .375rem 1.125rem;
}

.section_more-projects {
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

.more-project_wrap {
  grid-row-gap: 5rem;
  flex-flow: column;
  align-items: center;
  width: 90%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6.25rem;
  padding-bottom: 8.75rem;
  display: flex;
}

.more-project_title {
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.project-info2-wrap {
  width: 100%;
}

.more-project_grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  width: 100%;
}

.more-project_link {
  grid-row-gap: 2rem;
  color: var(--base-color-neutral--black);
  flex-flow: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.more_project-image-wrap {
  background-color: var(--cream);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 23.125rem;
  display: flex;
  overflow: hidden;
}

.more_project-info-wrap {
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.more_project-thumnail {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  position: relative;
}

.more-project_heading {
  grid-column-gap: .625rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.project-description {
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  line-height: 140%;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  background-color: #37ad4a;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: #383838;
  transform: scale(1.05);
}

@media screen and (min-width: 1920px) {
  .section_home-hero, .footer_section, .about-hero_wrap, .skills-wrap, .project-hero_container {
    max-width: 120rem;
  }
}

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

  .heading-style-h1.project-hero {
    font-size: 5.625rem;
  }

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

  .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: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .nav_menu {
    background-color: var(--base-color-neutral--black);
    border-radius: 2.5rem;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    margin-top: .3125rem;
    padding: 1.25rem 5%;
  }

  .nav_menu.background-color-alternate, .nav_menu.background-color-alternate.bg-none {
    background-color: var(--cream);
  }

  .nav_button {
    color: #fff;
  }

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

  .nav_button.is-black {
    background-color: #0405000a;
    border-radius: 50%;
  }

  .section_hero {
    padding-top: 3rem;
  }

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

  .nav_fixed {
    width: 100%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

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

  .section_home-hero {
    padding-top: 10rem;
    padding-bottom: 6.25rem;
  }

  .section_hero-text_wrap {
    padding-top: 3rem;
  }

  .heading-style-h1-120px {
    font-size: 6.25rem;
  }

  .container-large-hero {
    width: 90%;
  }

  .yellow-black_button {
    grid-column-gap: 1.5rem;
    padding: .375rem .375rem .375rem 1.875rem;
  }

  .yellow_container {
    display: none;
  }

  .project-wrapper {
    padding-top: 7.5rem;
  }

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

  .heading-style-h2-5rem.careers-h2 {
    text-align: left;
  }

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

  .project-overlay_wrap, .project-overlay_wrap.white {
    opacity: 1;
  }

  .explore-button {
    opacity: 0;
  }

  .section_process {
    height: auto;
    padding-top: 7.5rem;
  }

  .process-card_wrap {
    padding-left: 0%;
  }

  .process-card_row {
    grid-column-gap: 3.125rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
  }

  .heading-3-5rem {
    font-size: 3.125rem;
  }

  .section_services {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .section_testimoial.margin-bottom-2 {
    margin-bottom: 0;
  }

  .testimonial_wrapper {
    grid-column-gap: 3.875rem;
    grid-row-gap: 11.25rem;
  }

  .testimonial-slide_wrap {
    grid-row-gap: 50px;
    flex-flow: column;
    padding-right: 3.75rem;
  }

  .testimonial-left_wrap {
    width: 100%;
  }

  .testimonial-image_wrap {
    width: 100%;
    max-width: 100%;
    height: 21.875rem;
  }

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

  .testimonial-left_arrow {
    width: 6.25rem;
    height: 6.25rem;
    top: -8.5rem;
    left: 0;
    right: auto;
  }

  .testimonial-right_arrow {
    width: 6.25rem;
    height: 6.25rem;
    top: -8.5rem;
  }

  .footer_wrapper {
    grid-row-gap: 5rem;
    flex-flow: column wrap;
    justify-content: flex-start;
    padding-top: 2.5rem;
  }

  .cta-text_wrap {
    width: 90%;
  }

  .footer-top_wrapper {
    grid-row-gap: 3.75rem;
    flex-flow: row;
  }

  .footer-left_wrap {
    width: 100%;
  }

  .footer-grid {
    width: 100%;
    max-width: none;
  }

  .hamburger-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .burger-line {
    background-color: var(--base-color-neutral--white);
    border-radius: .125rem;
    width: 1.25rem;
    height: .125rem;
    margin-top: .125rem;
    margin-bottom: .125rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .burger-line._1.is-black, .burger-line._2.is-black, .burger-line._3.is-black {
    background-color: var(--base-color-neutral--black);
  }

  .tab-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contact-hero_container {
    width: 90%;
    padding-top: 11.25rem;
    padding-bottom: 7.5rem;
  }

  .heading-style-h1-180px {
    font-size: 8.75rem;
  }

  .text-style-2rem {
    font-size: 1.875rem;
  }

  .loaction_wrap {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .location-content_wrap {
    grid-row-gap: 3.125rem;
    flex-flow: column;
    width: 80%;
  }

  .loacion-text_wrap {
    width: 80%;
    max-width: 37.5rem;
  }

  .location-image_wrap {
    width: 100%;
  }

  .about-hero_container {
    grid-row-gap: 3.125rem;
    flex-flow: column;
    align-items: stretch;
    padding-top: 8.75rem;
    padding-bottom: 5rem;
  }

  .about-hero_img-wrap {
    padding-bottom: 5rem;
  }

  .marquee-img_wrap {
    height: 16.875rem;
  }

  .skills-container {
    grid-row-gap: 3.125rem;
    flex-flow: column;
    align-items: center;
    padding-top: 5rem;
  }

  .skills-content_wrap {
    width: 100%;
  }

  .skills-image_wrap {
    width: 60%;
  }

  .skills-grid_wrap {
    grid-column-gap: 2.5rem;
    grid-row-gap: 3.125rem;
  }

  .heading-32px.is-card-h3 {
    font-size: 1.875rem;
  }

  .achievment-container {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }

  .achievment-grid_wrap {
    grid-template-columns: 1fr 1fr;
  }

  .heading-100px.is-detail-h1, .heading-100px.is-title-h2 {
    font-size: 4.5rem;
  }

  .teams-container {
    padding-bottom: 3.75rem;
  }

  .team-title_wrap {
    margin-bottom: 3.75rem;
  }

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

  .careers-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }

  .career-card_content-wrap {
    grid-column-gap: 2.5rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    align-items: flex-start;
  }

  .career-card_right {
    grid-column-gap: 2.5rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: flex-start;
  }

  .projects-tabs_menu {
    grid-row-gap: .5rem;
    flex-flow: wrap;
    justify-content: center;
  }

  .project-list_grid {
    grid-template-columns: 1fr;
  }

  .projects-card_image-wrap {
    width: 120%;
    height: 80%;
    left: -10%;
  }

  .project-detail_wrap {
    padding-top: 11.25rem;
  }

  .project-detail_image-wrap {
    height: 25rem;
  }

  .project-detail_content-wrap {
    flex-flow: column-reverse;
  }

  .project-detail_left, .project-detail_right {
    width: 100%;
  }

  .more_project-image-wrap {
    height: 21.25rem;
  }

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }
}

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

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

  .heading-style-h3.is-achieve-h2 {
    font-size: 3.125rem;
  }

  .heading-style-h3.project-title {
    font-size: 2.625rem;
  }

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

  .heading-style-h1.project-hero {
    font-size: 4.75rem;
  }

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

  .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: 2rem;
  }

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

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

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

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .section_home-hero {
    padding-bottom: 5rem;
  }

  .heading-style-h1-120px {
    font-size: 5rem;
  }

  .project-wrapper {
    padding-top: 6.25rem;
    padding-bottom: .9375rem;
  }

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

  .project-image_wrap {
    height: 25rem;
  }

  .project-overlay_wrap {
    padding-bottom: 1.25rem;
  }

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

  .section_process {
    padding-top: 6.25rem;
  }

  .process-card {
    grid-row-gap: 1.25rem;
    padding: 1.5rem;
  }

  .heading-3-5rem {
    font-size: 2.75rem;
  }

  .paragraph-20px {
    font-size: 1.125rem;
  }

  .paragraph-20px.about-hero_para {
    text-align: center;
  }

  .section_services {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .service_card {
    padding: 1.5rem;
  }

  .services-bottom_wrapper {
    padding-left: 0%;
  }

  .paragraph-24px {
    font-size: 1.5rem;
  }

  .testimonial-slide_wrap {
    padding: 1.5625rem;
  }

  .testimonial-image_wrap {
    height: 18.75rem;
  }

  .testimonial-text {
    font-size: 1.375rem;
  }

  .products-item_wrap {
    max-width: 21.875rem;
    padding: 1.625rem;
  }

  .heading-style-h2-40px {
    font-size: 2rem;
  }

  .heading-24px {
    font-size: 1.375rem;
  }

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

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

  .nav-button_white.small.out-menu.flex {
    display: flex;
    overflow: hidden;
  }

  .contact-hero_container {
    padding-top: 10rem;
  }

  .heading-style-h1-180px {
    font-size: 6.875rem;
  }

  .heading-style-h1-180px.about-hero-h1 {
    text-align: center;
    font-size: 7.5rem;
    display: inline-flex;
  }

  .text-style-2rem {
    font-size: 1.75rem;
  }

  .loaction_wrap {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .location-content_wrap {
    grid-row-gap: 2.5rem;
    flex-flow: column;
    padding: 2.125rem;
  }

  .location-image_wrap {
    height: 22.5rem;
  }

  .about-hero_container {
    padding-top: 7.5rem;
    padding-bottom: 3.75rem;
  }

  .about-hero_title-wrap {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .ahout-hero_button-wrap {
    justify-content: center;
    width: 100%;
  }

  .hero-title_wrap {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .marquee-img_wrap {
    height: 12.5rem;
  }

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

  .heading-32px.is-card-h3 {
    font-size: 1.75rem;
  }

  .achievment-container {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

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

  .heading-100px.is-detail-h1 {
    font-size: 3.75rem;
  }

  .heading-100px.is-title-h2 {
    font-size: 4rem;
  }

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

  .teams-grid {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .careers-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .careers-title_wrap.margin-bottom {
    margin-bottom: 3.75rem;
  }

  .projects-card_wrap {
    height: 37.5rem;
  }

  .projects-card_image-wrap {
    width: 100%;
    left: auto;
  }

  .project-card_content-wrap {
    padding: 1.5rem 1.5rem 2rem;
  }

  .project-detail_wrap {
    padding-top: 8.75rem;
  }

  .more-project_wrap {
    padding-bottom: 7.5rem;
  }

  .more-project_grid {
    grid-template-columns: 1fr;
  }

  .more_project-image-wrap {
    height: 18.75rem;
  }

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }
}

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

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

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .heading-style-h3.is-achieve-h2 {
    font-size: 2.75rem;
  }

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

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

  .heading-style-h1.project-hero {
    font-size: 4.375rem;
  }

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

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

  .nav_menu {
    width: auto;
  }

  .nav_menu.background-color-alternate.bg-none {
    background-color: #ffddd2;
  }

  .hero_heading {
    font-size: 2.5rem;
  }

  .section_home-hero {
    padding-bottom: 3.75rem;
  }

  .heading-style-h1-120px {
    font-size: 3.5rem;
  }

  .heading-style-h1-120px.home-hero-h1, .playfair_span {
    letter-spacing: 0;
  }

  .project-wrapper {
    padding-top: 5rem;
  }

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

  .process-card_top {
    grid-row-gap: 1rem;
    flex-flow: column-reverse;
  }

  .heading-3-5rem {
    font-size: 2.5rem;
  }

  .paragraph-20px.project-text {
    margin-bottom: 2rem;
  }

  .services-card_top-wrap {
    flex-flow: column;
  }

  .services-tag_contain {
    flex-flow: column;
    padding-left: 0;
  }

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

  .testimonial-image_wrap {
    height: 15.625rem;
  }

  .testimonial_logo {
    max-width: 8.75rem;
  }

  .testimonial-text {
    font-size: 1.25rem;
  }

  .produts_wrapper {
    grid-row-gap: 1.875rem;
  }

  .products-item_wrap {
    max-width: 16.875rem;
    padding: 1.25rem;
  }

  .heading-style-h2-40px {
    font-size: 1.875rem;
  }

  .footer_wrapper {
    padding-top: 1.25rem;
  }

  .footer-top_wrapper {
    grid-row-gap: .5rem;
    flex-flow: column;
  }

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

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

  .contact-hero_container {
    padding-top: 8.75rem;
    padding-bottom: 6.25rem;
  }

  .contact_hero-wrap {
    margin-bottom: 3.75rem;
  }

  .heading-style-h1-180px {
    font-size: 5.625rem;
  }

  .heading-style-h1-180px.about-hero-h1 {
    letter-spacing: -.3rem;
    font-size: 4.375rem;
  }

  .text-style-2rem {
    font-size: 1.625rem;
  }

  .text-style-2rem.contact-hero_text {
    margin-left: 0;
  }

  .button-cream {
    padding: .375rem .375rem .375rem 1.25rem;
  }

  .loaction_wrap {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .location-content_wrap {
    width: 90%;
    padding: 1.875rem 1rem;
  }

  .location-image_wrap {
    height: 18.75rem;
  }

  .about-hero_marquee {
    grid-column-gap: .5rem;
  }

  .marquee-img_wrap {
    height: 9.375rem;
  }

  .skills-image_wrap {
    width: 80%;
  }

  .heading-32px.is-card-h3 {
    font-size: 1.625rem;
  }

  .heading-100px {
    font-size: 2.75rem;
  }

  .heading-100px.is-detail-h1 {
    font-size: 3.125rem;
  }

  .career-card_wrap {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .career-card_right {
    width: 100%;
  }

  .career-tags_wrap {
    grid-row-gap: .375rem;
    justify-content: flex-start;
  }

  .haze-black_button.is-small {
    display: none;
  }

  .projects-tabs_menu {
    flex-flow: column wrap;
    align-items: center;
  }

  .projects-card_wrap {
    height: 31.25rem;
  }

  .project-card_image {
    vertical-align: baseline;
  }

  .project-card_content-wrap {
    padding-top: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .projects-button_wrap {
    z-index: 99;
  }

  .project-detail_image-wrap {
    height: 18.75rem;
  }

  .whatsapp-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }

  .whatsapp-container {
    width: 80px;
    height: 80px;
    bottom: 10px;
    right: 0;
  }
}

#w-node-_57f24130-3623-52fc-311c-2bee41019715-bf36d341 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_57f24130-3623-52fc-311c-2bee41019723-bf36d341, #w-node-_57f24130-3623-52fc-311c-2bee41019731-bf36d341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57f24130-3623-52fc-311c-2bee4101973f-bf36d341 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-bf36d344 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-bf36d344 {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-bf36d344, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-bf36d344 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-bf36d344 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-bf36d344 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-bf36d344 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-bf36d344 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-bf36d344 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-bf36d344 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-bf36d344 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-bf36d344 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-bf36d344, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-bf36d344, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-bf36d344, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-bf36d344, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-bf36d344, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-bf36d344, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-bf36d344, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-bf36d344, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-bf36d344, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-bf36d344, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-bf36d344 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-bf36d344 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-bf36d344 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-bf36d344, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-bf36d344 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-bf36d344 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_57f24130-3623-52fc-311c-2bee41019723-bf36d341, #w-node-_57f24130-3623-52fc-311c-2bee41019731-bf36d341 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}