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

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

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

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

:root {
  --black: #0d0d0d;
  --white: white;
  --border: #1d1d1d;
  --light-green: #61d180;
  --grey: #141414;
}

.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 {
  background-color: var(--black);
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Benzin, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.5;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Benzin, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.5;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Benzin, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 130%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.13rem;
  font-weight: 500;
  line-height: 150%;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}

p {
  color: #ffffffb3;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

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

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.margin-xhuge {
  margin: 8rem;
}

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

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

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

.heading-style-h4 {
  padding-top: .1rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 130%;
}

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

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

.text-size-small {
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
}

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

.margin-0 {
  margin: 0;
}

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

.page-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  overflow: hidden;
}

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

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

.padding-0 {
  padding: 0;
}

.text-size-tiny {
  font-family: Montserrat, sans-serif;
  font-size: .75rem;
}

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

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

.icon-1x1-small {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

.text-size-large {
  padding-top: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
}

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

.overflow-visible {
  overflow: visible;
}

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

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  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_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;
}

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

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

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

.padding-xxlarge {
  padding: 5rem;
}

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

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

.padding-custom1 {
  padding: 1.5rem;
}

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

.margin-small {
  margin: 1rem;
}

.text-size-regular {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

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

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

.padding-custom3 {
  padding: 3.5rem;
}

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

.margin-xxhuge {
  margin: 12rem;
}

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

.margin-huge {
  margin: 6rem;
}

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

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

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

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

.margin-medium {
  margin: 2rem;
}

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

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #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;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

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

.padding-small {
  padding: 1rem;
}

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

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

.heading-style-h2 {
  padding-top: .5rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 110%;
}

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

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

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

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

.text-style-link {
  color: var(--white);
  text-decoration: underline;
}

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

.heading-style-h3 {
  text-transform: none;
  padding-top: .2rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 130%;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.overflow-auto {
  overflow: auto;
}

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

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

.padding-custom2 {
  padding: 2.5rem;
}

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

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

.padding-xlarge {
  padding: 4rem;
}

.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-medium {
  width: 100%;
  max-width: 35rem;
}

.form_component {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

.padding-large {
  padding: 3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.padding-xxhuge {
  padding: 12rem;
}

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

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

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

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

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

.padding-medium {
  padding: 2rem;
}

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

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

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

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

.heading-style-h5 {
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 150%;
}

.form_message-success {
  padding: 1.25rem;
}

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

.padding-huge {
  padding: 6rem;
}

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

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

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

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

.button {
  z-index: 0;
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  background-color: #61d180b3;
  border: 2px solid #61d180b3;
  border-radius: .5rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
}

.button.is-secondary {
  border: 1px solid var(--border);
  color: #fff;
  background-color: #0000;
}

.button.is-text {
  color: var(--light-green);
  background-color: #0000;
  border: 2px #0000;
  padding: 0;
}

.button.is-icon {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: box-shadow .2s, background-color .2s;
  display: flex;
}

.button.is-icon:hover {
  background-color: var(--light-green);
  box-shadow: 0 0 96px #61d18033, 0 0 56px #61d18080, 0 0 16px #61d18066;
}

.button.is-icon.is-alternate {
  z-index: 0;
  border-color: var(--border);
  background-color: var(--grey);
  background-image: url('../images/noise_1noise.webp');
  background-position: 0 0;
  background-size: 800px 800px;
  transition: background-color .2s;
}

.button.is-icon.is-alternate:hover {
  background-color: var(--border);
  box-shadow: none;
}

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

.button.is-small {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  font-size: .875rem;
  font-weight: 400;
}

.margin-custom1 {
  margin: 1.5rem;
}

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

.margin-large {
  margin: 3rem;
}

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

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

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

.heading-style-h1 {
  color: var(--white);
  text-transform: none;
  padding-top: .5rem;
  font-size: 3rem;
  font-weight: 400;
  line-height: 110%;
}

.hide {
  display: none;
}

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

.section_header {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.header-100svh {
  align-items: center;
  min-height: calc(100svh - 6rem);
  max-height: 60rem;
  margin-bottom: 5svh;
  padding-top: 6rem;
  display: flex;
}

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

.portfolio_item {
  z-index: 0;
  cursor: pointer;
  border-radius: .5rem;
  width: 32vw;
  height: 21vw;
  position: relative;
  overflow: hidden;
}

.section_capability {
  z-index: 0;
  position: relative;
}

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

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

.capability_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.header_title {
  line-height: 110%;
  display: inline;
}

.button_text-regular {
  padding-top: .2rem;
  padding-bottom: .11rem;
  font-size: 1rem;
}

.capability_icon-image {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  max-width: none;
  height: auto;
  display: flex;
}

.capability_background-image-wrapper {
  z-index: -2;
  display: block;
  position: absolute;
  inset: 0%;
}

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

.cta_image-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
  position: relative;
}

.cta_image {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: auto;
  display: flex;
}

.cta_image-arrow {
  width: 3rem;
  height: auto;
  position: absolute;
  inset: auto auto 0% 50%;
  transform: translate(-50%, 50%);
}

.intagram-card-a {
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  width: 320px;
  height: 320px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header_logo {
  width: 12.4rem;
  height: auto;
  margin-bottom: -.7rem;
  margin-left: .7rem;
  margin-right: .7rem;
  transform: translate(0, -50%);
}

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

.navbar_component {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fffefe0d;
  border-radius: .5rem;
  justify-content: space-between;
  align-items: center;
  width: 44rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.logo_wrapper {
  max-width: 9.1rem;
  font-family: Benzin, sans-serif;
  font-size: 1.3rem;
}

.nav_link {
  color: var(--white);
  padding: 0;
  font-family: Benzin, sans-serif;
  transition: color .3s;
}

.nav_link:hover, .nav_link.w--current {
  color: var(--light-green);
}

.project_content-wrapper {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #252525f2;
  border-radius: 0 0 10px 10px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 32px 20px;
  display: flex;
}

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

.icon-embed-xlarge.absolute {
  color: #d4ff2a;
  position: absolute;
  inset: 10% 10% auto auto;
}

.paragraph {
  text-align: left;
  max-width: 80%;
  text-decoration: none;
}

.project_heading {
  color: #fff;
  font-size: 1.5rem;
}

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

.project_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  border-left: 1px #fff;
  border-right: 1px #fff;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.project_link {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.project_date {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}

.project_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.project_link-button {
  grid-column-gap: 10px;
  color: #323232;
  background-color: #d4ff2a;
  border-radius: 8rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 170px;
  padding: 12px 1rem;
  font-weight: 700;
  display: flex;
  position: relative;
}

.padding-global-2 {
  background-color: #0000;
  border: 1px #000;
  padding-left: 5%;
  padding-right: 5%;
}

.margin-top-2 {
  justify-content: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-top-2.margin-medium {
  justify-content: flex-start;
  margin: 2rem 0 0;
}

.margin-top-2.margin-xsmall {
  justify-content: flex-start;
}

.project_info {
  grid-row-gap: .875rem;
  flex-direction: column;
  display: flex;
}

.section_home_projects {
  border-bottom: 1px dashed #fff;
  position: relative;
}

.project_tag {
  color: #fff;
  background-color: #697586cc;
  border-radius: 20px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  width: auto;
  padding: 5px 16px;
  font-size: .75rem;
  font-weight: 700;
  display: flex;
  overflow: visible;
}

.project_cta-new-webstie {
  grid-row-gap: 1rem;
  color: #fff;
  background-color: #252525;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: absolute;
  inset: 25% 15% 0% auto;
}

.project_image-wrapper {
  background-color: #6172f3;
  border-radius: 10px 10px 0 0;
  padding: 0;
  position: static;
}

.project_image-wrapper.torontogaa {
  background-color: #e3e8ef;
}

.project_image-wrapper.drivereach {
  background-color: #59b38e;
}

.project_image-wrapper.chicagopizza {
  background-color: #7c1722;
}

.project_image-wrapper.stvincents {
  background-color: #feb847;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

.project_description {
  color: #fff;
  max-width: 85%;
  font-size: 1rem;
}

.project_tag-group {
  grid-column-gap: .625rem;
  align-items: center;
  display: flex;
}

.heading-style-h2-2 {
  text-align: center;
  font-size: 2.625rem;
}

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

.project_tag-award {
  color: #ffd333;
  background-color: #5c6673;
  border-radius: 100rem;
  padding: 5px 16px;
  font-size: .75rem;
  font-weight: 700;
}

.heading-style-h1-2 {
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.footer-component {
  position: relative;
}

.footer_social-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.social_icon-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: color .3s;
  display: flex;
}

.icon-embed-xxsmall:hover {
  color: var(--light-green);
}

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

.hero_header-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 56rem;
  display: flex;
}

.lottie-try {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.button-7 {
  background-color: #ffe0a80d;
  border: 1px solid #fffc;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 54px;
  display: flex;
  position: relative;
}

.button-7:active {
  background-color: #ffe0a847;
  border-color: #ffffff8c;
}

.label {
  z-index: 5;
  position: relative;
}

.button-7_bg {
  z-index: 1;
  background-color: #61d180b3;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.demo-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  border-radius: 2.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
  box-shadow: -19px 4.7em 8em #00000057;
}

.demo-wrapper.is-2 {
  background-color: #fff;
}

.demo-label {
  background-color: var(--black);
  pointer-events: none;
  color: var(--white);
  border-radius: 99rem;
  margin-top: 0;
  margin-left: 1rem;
  padding: .4rem .5rem;
  font-size: 1.4rem;
  font-weight: 500;
  transition: all .15s;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.button-2 {
  color: #ffecde;
  text-align: center;
  letter-spacing: -.03rem;
  text-transform: uppercase;
  background-color: #363b2e;
  border: .1em solid #0000;
  border-radius: .5rem;
  padding: 1.8rem;
  font-size: 1.2rem;
  font-weight: 600;
}

.button-2.full-width {
  width: 30%;
  padding: 1rem;
}

.heading-style-h2-3 {
  text-align: left;
  letter-spacing: -.01em;
  text-transform: none;
  font-size: 4rem;
  line-height: 1;
}

.demo-input-group {
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

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

.demo-input-field {
  border: 1px solid var(--white);
  background-color: var(--black);
  color: var(--white);
  border-radius: .5rem;
  min-height: 5rem;
  margin-bottom: 0;
  padding: 1rem 1rem 1rem 1.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  transition: all .12s;
}

.demo-input-field:hover {
  border-color: var(--light-green);
  color: var(--white);
}

.demo-input-field:focus {
  border-width: 2px;
  border-color: var(--light-green);
  color: var(--white);
}

.demo-form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.email_link {
  font-family: Benzin, sans-serif;
  font-size: 3rem;
  line-height: 3rem;
}

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

.shape-5 {
  background-color: #1e3324;
  border-radius: 999em;
  width: 30em;
  height: 30em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -21.7em;
  left: 0;
  right: 0;
}

.shape-7 {
  background-color: #1e3324;
  border-radius: 999em;
  width: 20em;
  height: 13em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -4.1em;
  left: 0;
  right: -23.9em;
  transform: rotate(40deg);
}

.background-noise {
  z-index: 0;
  opacity: 0;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-ultra-gradients {
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 45em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-ultra-gradients.is-first {
  z-index: 2;
  width: 100%;
  min-height: auto;
}

.shape-8 {
  background-color: #1e3324;
  border-radius: 999em;
  width: 47em;
  height: 119em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -17.1em;
  left: 26.7em;
  right: 0;
  transform: rotate(29deg);
}

.shape-9 {
  z-index: 0;
  background-color: var(--black);
  border-radius: 999em;
  width: 31em;
  height: 119em;
  position: absolute;
  top: -5.3em;
  right: 1.2em;
  transform: rotate(39deg);
}

.shape-4 {
  background-color: #1e3324;
  border-radius: 999em;
  width: 65em;
  height: 40em;
  margin-left: auto;
  position: absolute;
  top: -11.3em;
  left: 0;
  transform: rotate(40deg);
}

.shape-2 {
  background-color: #1e3324;
  border-radius: 999em;
  width: 43em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -20em;
  left: -27.4em;
  right: 0;
}

.blending-group-wrapper {
  z-index: 1;
  filter: blur(200px);
  mix-blend-mode: multiply;
  width: 100%;
}

.shape-3 {
  z-index: 0;
  mix-blend-mode: darken;
  background-image: linear-gradient(#000, #fff);
  width: 100em;
  height: 100em;
  position: absolute;
  inset: 0%;
  transform: rotate(-28deg);
}

.main-shapes-wrapper {
  width: 100%;
}

.ultra-gradient-wrapper {
  z-index: -1;
  background-image: linear-gradient(91deg, #132518, var(--grey));
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 1vw;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.shape-1 {
  background-color: #1e3324;
  border-radius: 999em;
  width: 40em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -24.7em;
  left: 0;
  right: 0;
}

.shape-6 {
  background-color: #0e1013;
  border-radius: 999em;
  width: 66em;
  height: 60em;
  margin-left: auto;
  position: absolute;
  top: -14.2em;
  right: -25em;
  transform: rotate(60deg);
}

.ultra-gradient-wrapper-2 {
  z-index: -1;
  background-image: linear-gradient(91deg, #132518, #141414);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 1vw;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

@media screen and (min-width: 1440px) {
  .button-7 {
    z-index: 1;
    transform: scale(1.2);
  }

  .label {
    z-index: 5;
  }

  .button-7_bg:active {
    width: 90%;
    height: 90%;
  }
}

@media screen and (min-width: 1920px) {
  .button-7 {
    transform: scale(1.4);
  }
}

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

  p {
    font-size: 1rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

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

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

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

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

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

  .hide-tablet {
    display: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-huge {
    margin: 5rem;
  }

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

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

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

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

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

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

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

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

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

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

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

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

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

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

  .padding-xxhuge {
    padding: 8rem;
  }

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

  .padding-medium {
    padding: 1.5rem;
  }

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

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

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

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .header-100svh {
    min-height: 100svh;
  }

  .portfolio_item {
    width: 55vw;
    height: 36vw;
  }

  .capability_list {
    grid-column-gap: 2rem;
  }

  .navbar_component {
    width: 40rem;
  }

  .project_content-wrapper {
    grid-row-gap: 2rem;
    border-radius: 0 0 10px 10px;
    height: auto;
    position: static;
  }

  .icon-embed-xlarge.absolute {
    position: absolute;
  }

  .project_wrapper {
    grid-template-rows: auto auto 100%;
    place-content: stretch;
    align-items: stretch;
  }

  .project_grid {
    grid-template-columns: 1fr;
    align-content: stretch;
    place-items: stretch stretch;
  }

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

  .project_cta-new-webstie {
    height: 20rem;
  }

  .project_image-wrapper {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .project_image-wrapper.torontogaa {
    background-color: #e3e8ef;
  }

  .project_image-wrapper.drivereach {
    background-color: #59b38e;
  }

  .project_image-wrapper.stvincents {
    background-color: #feb847;
  }

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

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

  .shape-4 {
    top: 22em;
  }

  .blending-group-wrapper {
    margin-left: -4em;
  }

  .shape-3 {
    width: 44em;
    height: 57em;
    position: absolute;
    inset: 23.2em -9.5em 0 auto;
  }

  .ultra-gradient-wrapper, .ultra-gradient-wrapper-2 {
    font-size: 1.3vh;
  }
}

@media screen and (max-width: 767px) {
  h1, h2 {
    font-size: 2rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

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

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

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

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

  .padding-xxlarge {
    padding: 3rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

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

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

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

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

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

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

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

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

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

  .padding-xlarge {
    padding: 2rem;
  }

  .button-group {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

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

  .padding-large {
    padding: 1.5rem;
  }

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

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

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

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

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

  .fs-styleguide_version {
    font-size: .875rem;
  }

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

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

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

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

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

  .padding-medium {
    padding: 1.25rem;
  }

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

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

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

  .padding-huge {
    padding: 3.5rem;
  }

  .button.is-icon {
    justify-content: center;
  }

  .margin-large {
    margin: 1.5rem;
  }

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

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

  .header_title {
    font-size: 2.5rem;
  }

  .header_logo {
    width: 10.2rem;
    margin-bottom: -.85rem;
    transform: translate(0, -55%);
  }

  .navbar_component {
    width: 90%;
  }

  .logo_wrapper {
    max-width: 11rem;
  }

  .nav_link {
    padding: .5rem;
  }

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

  .project_cta-new-webstie {
    height: 22rem;
  }

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

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

  .demo-wrapper {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    padding: 5vw;
  }

  .demo-label {
    font-size: 1rem;
  }

  .demo-label.message {
    top: 20%;
  }

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

  .demo-input-field {
    min-height: 4rem;
  }

  .email_link {
    font-size: 2rem;
  }

  .nav_menu-wrap {
    background-color: var(--grey);
    inset: 6rem 0% auto;
  }

  .blending-group-wrapper {
    filter: blur(80px);
  }

  .shape-3 {
    width: 30em;
    height: 100em;
  }

  .main-shapes-wrapper {
    filter: blur(80px);
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4;
  }

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

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

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

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

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

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

  .text-size-medium.max-width-medium {
    font-size: 1.1rem;
  }

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

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

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

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

  .margin-top.margin-huge {
    margin-top: 2rem;
  }

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

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

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

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

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

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

  .header_logo {
    margin-top: 1.75em;
  }

  .navbar_component {
    padding: .5rem;
  }

  .paragraph {
    max-width: 100%;
  }

  .project_heading {
    font-size: 1.5rem;
  }

  .project_date-and-link {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .project_cta-new-webstie {
    height: 25rem;
  }

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

  .project_description {
    max-width: 100%;
    font-size: .875rem;
  }

  .project_tag-group {
    grid-row-gap: .625rem;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .demo-wrapper {
    padding: 1rem;
  }

  .button-2.full-width {
    width: 50%;
    padding: .5rem;
  }

  .demo-input-field {
    min-height: 3rem;
    font-size: 1rem;
  }

  .shape-4 {
    top: 30.7em;
  }
}

#w-node-_5c81e186-9b4f-9147-9d3b-8da85b82172c-5d08e849, #w-node-_5c81e186-9b4f-9147-9d3b-8da85b82172d-5d08e849 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c81e186-9b4f-9147-9d3b-8da85b82172e-5d08e849 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5c81e186-9b4f-9147-9d3b-8da85b821730-5d08e849 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-bcc17783-d55f-6eea-1754-db6e8a79823a-5d08e849, #w-node-bcc17783-d55f-6eea-1754-db6e8a79823b-5d08e849 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcc17783-d55f-6eea-1754-db6e8a79823c-5d08e849 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bcc17783-d55f-6eea-1754-db6e8a79823e-5d08e849 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-bcc17783-d55f-6eea-1754-db6e8a798253-5d08e849, #w-node-bcc17783-d55f-6eea-1754-db6e8a798254-5d08e849 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcc17783-d55f-6eea-1754-db6e8a798255-5d08e849, #w-node-bcc17783-d55f-6eea-1754-db6e8a798257-5d08e849 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bcc17783-d55f-6eea-1754-db6e8a798268-5d08e849, #w-node-bcc17783-d55f-6eea-1754-db6e8a798269-5d08e849 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcc17783-d55f-6eea-1754-db6e8a79826a-5d08e849, #w-node-bcc17783-d55f-6eea-1754-db6e8a79826c-5d08e849 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bcc17783-d55f-6eea-1754-db6e8a798280-5d08e849, #w-node-bcc17783-d55f-6eea-1754-db6e8a798281-5d08e849 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcc17783-d55f-6eea-1754-db6e8a798282-5d08e849, #w-node-bcc17783-d55f-6eea-1754-db6e8a798284-5d08e849 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bcc17783-d55f-6eea-1754-db6e8a798297-5d08e849, #w-node-bcc17783-d55f-6eea-1754-db6e8a798298-5d08e849 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcc17783-d55f-6eea-1754-db6e8a798299-5d08e849, #w-node-bcc17783-d55f-6eea-1754-db6e8a79829b-5d08e849 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b7da35d4-f9eb-6e7e-48e9-442cc5a8d726-5d08e849, #w-node-b7da35d4-f9eb-6e7e-48e9-442cc5a8d727-5d08e849 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7da35d4-f9eb-6e7e-48e9-442cc5a8d728-5d08e849, #w-node-b7da35d4-f9eb-6e7e-48e9-442cc5a8d72a-5d08e849 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2eec0197-f114-0325-b089-1b0ca2fd8303-5d08e849, #w-node-_2eec0197-f114-0325-b089-1b0ca2fd8304-5d08e849 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2eec0197-f114-0325-b089-1b0ca2fd8305-5d08e849, #w-node-_2eec0197-f114-0325-b089-1b0ca2fd8307-5d08e849 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_76c583fa-a684-4691-2642-02d5d81bad41-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81bad46-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81bad4b-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81bad50-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81bad56-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81bad5c-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81bad62-5d08e84a {
  justify-self: start;
}

#w-node-_76c583fa-a684-4691-2642-02d5d81bae6f-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81bae88-5d08e84a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76c583fa-a684-4691-2642-02d5d81bae8b-5d08e84a {
  justify-self: start;
}

#w-node-_76c583fa-a684-4691-2642-02d5d81bae8d-5d08e84a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76c583fa-a684-4691-2642-02d5d81bae90-5d08e84a {
  justify-self: start;
}

#w-node-_76c583fa-a684-4691-2642-02d5d81baef9-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81baf03-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81baf04-5d08e84a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76c583fa-a684-4691-2642-02d5d81baf72-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81baf77-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81baf7c-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81baf81-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81baf86-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81baf8b-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81baf95-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81baf9a-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81baf9f-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81bafa4-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81bafa9-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81bafae-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81bafb3-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81bafb8-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81bafbd-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81bafc2-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81bafc7-5d08e84a {
  justify-self: start;
}

#w-node-_76c583fa-a684-4691-2642-02d5d81bafcb-5d08e84a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76c583fa-a684-4691-2642-02d5d81bafcc-5d08e84a {
  justify-self: start;
}

#w-node-_76c583fa-a684-4691-2642-02d5d81bafce-5d08e84a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76c583fa-a684-4691-2642-02d5d81bafd1-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81bafd6-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81bafdb-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81baff0-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81baff5-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81baffa-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81bafff-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81bb004-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81bb009-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81bb013-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81bb018-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81bb01d-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81bb022-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81bb027-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81bb02c-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81bb031-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81bb036-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81bb03b-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81bb040-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81bb045-5d08e84a {
  justify-self: start;
}

#w-node-_76c583fa-a684-4691-2642-02d5d81bb049-5d08e84a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76c583fa-a684-4691-2642-02d5d81bb04a-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81bb04f-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81bb054-5d08e84a, #w-node-_76c583fa-a684-4691-2642-02d5d81bb059-5d08e84a {
  justify-self: start;
}

#w-node-_76c583fa-a684-4691-2642-02d5d81bb0df-5d08e84a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76c583fa-a684-4691-2642-02d5d81bb13b-5d08e84a {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_5c81e186-9b4f-9147-9d3b-8da85b82172c-5d08e849 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_5c81e186-9b4f-9147-9d3b-8da85b82172e-5d08e849 {
    align-self: auto;
  }

  #w-node-_5c81e186-9b4f-9147-9d3b-8da85b821730-5d08e849 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: auto;
  }

  #w-node-bcc17783-d55f-6eea-1754-db6e8a79823a-5d08e849 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-bcc17783-d55f-6eea-1754-db6e8a79823c-5d08e849 {
    align-self: auto;
  }

  #w-node-bcc17783-d55f-6eea-1754-db6e8a79823e-5d08e849 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: auto;
  }

  #w-node-bcc17783-d55f-6eea-1754-db6e8a798255-5d08e849 {
    align-self: auto;
  }

  #w-node-bcc17783-d55f-6eea-1754-db6e8a798257-5d08e849 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: auto;
  }

  #w-node-bcc17783-d55f-6eea-1754-db6e8a79826a-5d08e849 {
    align-self: auto;
  }

  #w-node-bcc17783-d55f-6eea-1754-db6e8a79826c-5d08e849 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: auto;
  }

  #w-node-bcc17783-d55f-6eea-1754-db6e8a798282-5d08e849 {
    align-self: auto;
  }

  #w-node-bcc17783-d55f-6eea-1754-db6e8a798284-5d08e849 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: auto;
  }

  #w-node-bcc17783-d55f-6eea-1754-db6e8a798299-5d08e849 {
    align-self: auto;
  }

  #w-node-bcc17783-d55f-6eea-1754-db6e8a79829b-5d08e849 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: auto;
  }

  #w-node-b7da35d4-f9eb-6e7e-48e9-442cc5a8d728-5d08e849 {
    align-self: auto;
  }

  #w-node-b7da35d4-f9eb-6e7e-48e9-442cc5a8d72a-5d08e849 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: auto;
  }

  #w-node-_2eec0197-f114-0325-b089-1b0ca2fd8305-5d08e849 {
    align-self: auto;
  }

  #w-node-_2eec0197-f114-0325-b089-1b0ca2fd8307-5d08e849 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: auto;
  }
}


@font-face {
  font-family: 'Benzin';
  src: url('../fonts/Benzin-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Benzin';
  src: url('../fonts/Benzin-ExtraBold.ttf') format('truetype'), url('../fonts/Benzin-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Benzin';
  src: url('../fonts/Benzin-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Benzin';
  src: url('../fonts/Benzin-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}