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

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

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

@font-face {
  font-family: Rmmono;
  src: url('../fonts/RMMono-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rmmono;
  src: url('../fonts/RMMono-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeue-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeue-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeue-Roman.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark--text: white;
  --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);
  --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\<deleted\|variable-de000a4d-0fee-1f9e-af85-624658122d10\>);
  --link-color--link-primary: var(--base-color-brand--blue\<deleted\|variable-de000a4d-0fee-1f9e-af85-624658122d10\>);
  --background-color--background-tertiary: var(--base-color-brand--pink\<deleted\|variable-c4661572-8a15-7367-e98c-cc1a0987f6d1\>);
  --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);
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --dark--primary: #0d0d0d;
  --dark--lines: #343434;
  --dark--logo: white;
  --base-color-neutral--white: #fff;
  --dark--button: white;
  --_my-portfolio---red--100: #d92d20;
  --_my-portfolio---yellow--100: #fdb927;
  --_my-portfolio---blue--100: #1570ef;
  --_my-portfolio---green--100: #079455;
  --_my-portfolio---purple--100: #693aef;
  --dark--text2: black;
  --dark--hover: #f2f2f2;
  --_my-portfolio---orange--100: #f38744;
  --dark--05: #191919;
  --dark--preloader: black;
  --light--hover: #0d0d0d;
  --light--text: black;
  --light--primary: #f2f2f2;
  --_dark-light-mode---light--primary: #f2f2f2;
  --_dark-light-mode---light--background: #f2f2f2;
  --light--button: black;
  --light--text2: white;
  --light--lines: #cbcbcb;
  --light--orange: #ef6820;
  --light--preloader: white;
  --light--05: #e6e6e6;
  --_dark-light-mode---dark--primary: #111;
  --light--logo: white;
  --_dark-light-mode---dark--background: #111;
  --dark--orange: #ef6820;
  --_my-portfolio---red--color: white;
  --base-color-neutral--black: #000;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --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\<deleted\|variable-de000a4d-0fee-1f9e-af85-624658122d10\>);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --base-color-brand--blue\<deleted\|variable-de000a4d-0fee-1f9e-af85-624658122d10\>: #2d62ff;
  --base-color-brand--pink\<deleted\|variable-c4661572-8a15-7367-e98c-cc1a0987f6d1\>: #dd23bb;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: #000;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Neue, Arial, sans-serif;
  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: 2vw;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  color: var(--dark--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Neue, Arial, sans-serif;
  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: #fff;
  text-decoration: none;
}

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 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

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

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

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

.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-size-regular.text-weight-semibold.text-color-text, .text-size-regular.text-color-text {
  color: var(--dark--text);
}

.text-size-regular.text-color-text.fraktion-mono {
  text-transform: uppercase;
  font-family: Ppfraktionmono, Arial, sans-serif;
  font-size: .875rem;
}

.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 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

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

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

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

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

.background-color-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;
  font-size: 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;
  font-size: 1rem;
}

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

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

.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-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

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

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

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

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

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

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

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

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

.hide {
  display: none;
}

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

.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 {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_logo {
  width: 10rem;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

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

.section_hero {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--dark--primary);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  display: flex;
  position: sticky;
  inset: 0%;
}

.hero_title {
  z-index: 1;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
  position: relative;
}

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

.hero-heading1 {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
}

.hero_heading2 {
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  display: none;
}

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

.column-child {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.column-child.column-footer {
  padding-bottom: .5rem;
}

.column-line-left {
  background-color: var(--dark--lines);
  width: 1px;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.column-line-right {
  background-color: var(--dark--lines);
  width: 1px;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero_content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  top: 68vh;
}

.mono-text {
  z-index: 1;
  color: var(--dark--text);
  text-transform: uppercase;
  font-family: Ppfraktionmono, Arial, sans-serif;
  font-size: .875rem;
  position: relative;
}

.mono-text.menu-text {
  color: var(--dark--logo);
  font-size: 1rem;
}

.mono-text.menu-text.close-text {
  color: var(--dark--text);
}

.mono-text.work-mono-text {
  color: var(--base-color-neutral--white);
}

.hero-button-outline {
  z-index: 1;
  border: 2px dashed var(--dark--button);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 6vw;
  height: 6vw;
  display: flex;
  position: relative;
}

.hero-copyright {
  position: relative;
  bottom: .75rem;
}

.section_about {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--dark--primary);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.about-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.nav_menu2 {
  z-index: 4;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: none;
  position: absolute;
  inset: 1rem 0% auto;
}

.hero-bio {
  z-index: 100;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.section-tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tag-block {
  background-color: var(--dark--text);
  width: 8px;
  height: 8px;
}

.section_latest {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--dark--primary);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.latest-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.latest-block {
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.featured-work-block1 {
  z-index: 1;
  width: 100%;
  height: 80vh;
}

.featured-work-block1.work-1 {
  position: sticky;
  top: 100px;
}

.wrapper_heading1 {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.wrapper_heading2 {
  z-index: 1;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.section_approach {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--dark--primary);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.approach-block-l {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.latest-columns-parent {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.latest-columns-parent.padding-global {
  display: none;
}

.section-tag-spacer {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  opacity: 0;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-word-wrapper {
  font-family: Helvetica Neue, Arial, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

.transforming-wrapper, .ideas-wrapper {
  display: flex;
}

.new-o {
  color: var(--_my-portfolio---red--100);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  right: 0;
}

.o-wrapper {
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.hero-o {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.hero-o-2 {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  right: 4.5vw;
}

.hero-s {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
}

.new-s {
  color: var(--_my-portfolio---yellow--100);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  bottom: 0;
}

.hero-s-2 {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  bottom: 6vw;
}

.into-wrapper, .creative-wrapper, .experiences-wrapper {
  display: flex;
}

.c-wrapper {
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.hero-c {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.new-c {
  color: var(--_my-portfolio---blue--100);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 0;
}

.hero-c-2 {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 6vw;
}

.in-wrapper {
  display: flex;
  position: relative;
  overflow: hidden;
}

.in-block {
  display: flex;
}

.in-block-2 {
  display: flex;
  position: absolute;
  right: 0;
}

.in-block-3 {
  display: flex;
  position: absolute;
  right: 6vw;
}

.a-wrapper {
  padding-left: .1vw;
  padding-right: .1vw;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.hero-a {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.new-a {
  color: var(--_my-portfolio---green--100);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  left: 0;
}

.hero-a-2 {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  left: 4.3vw;
}

.r-wrapper {
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.hero-r {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.new-r {
  color: var(--_my-portfolio---purple--100);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  right: 0;
}

.hero-r-2 {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  right: 4.2vw;
}

.hero-button-wrapper {
  z-index: 5;
}

.arrow-img {
  width: 4vw;
  height: 4vw;
  display: none;
}

.hero-button {
  border: 2px solid var(--dark--button);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 6vw;
  height: 6vw;
  display: flex;
  position: absolute;
}

.text-link-button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--dark--text);
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-link-arrow {
  width: 16px;
  height: 16px;
  display: none;
  transform: rotate(315deg);
}

.approach-cards-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.approach-card1 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.approach-card2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.hello-heading {
  color: var(--dark--text);
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 6vw;
}

.section_ticker {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--dark--primary);
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.ticker-content {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.ticker-block {
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.hello-ticker, .hello-carousel {
  display: flex;
}

.section_skills {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--dark--primary);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.skills-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.skills-cards-block {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.skills-card1 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.heading-block {
  justify-content: space-between;
  align-items: center;
  padding-right: .625rem;
  display: flex;
  overflow: hidden;
}

.heading-cube {
  background-color: var(--dark--lines);
  width: 4px;
  height: 4px;
}

.line {
  background-color: var(--dark--lines);
  width: 100%;
  height: 1px;
}

.subheading-block {
  justify-content: space-between;
  align-items: center;
  padding-right: .625rem;
  display: flex;
}

.body-text-wrapper {
  width: 40vw;
}

.section_templates, .section_testimonials {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--dark--primary);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.testimonial-card1 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.testimonial-cards-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.testimonials-content-l {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.client_info_block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial_avatarnew {
  filter: grayscale();
  border-radius: 9999px;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.testimonial_info_block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section_cta {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-top: 0px solid var(--dark--lines);
  background-color: var(--dark--primary);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  height: 50vh;
  padding-top: 6rem;
  display: flex;
  position: relative;
}

.wrapper_footer1, .wrapper_footer2 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.container-title {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.container-cta {
  z-index: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
}

.section_footer {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--dark--primary);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  height: 50vh;
  display: flex;
  position: relative;
}

.footer-columns-parent {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  width: 100%;
  height: 100%;
  padding-top: 4rem;
  display: flex;
}

.footers-content {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.footer-cards-block {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.footer-cards {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.cta-line {
  background-color: var(--dark--lines);
  background-image: none;
  width: 100%;
  height: 1px;
}

.cta-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.footer-contact-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  width: 100%;
  display: flex;
  position: absolute;
  top: -6.4rem;
}

.cta-button-wrapper {
  z-index: 1;
  display: flex;
  position: absolute;
  left: 50%;
}

.cta-button {
  border: 2px solid var(--dark--text);
  background-color: var(--dark--text);
  background-image: none;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 8vw;
  height: 8vw;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.cta-button-outline {
  z-index: 1;
  border: 2px dashed var(--dark--text);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 8vw;
  height: 8vw;
  display: flex;
  position: relative;
}

.cta-text-block {
  color: var(--dark--text2);
  font-size: 1vw;
}

.cta-text-block.cta-text {
  position: absolute;
}

.cta-text-link-arrow {
  width: 48px;
  height: 48px;
  display: none;
  position: absolute;
  inset: -6vw 0% auto auto;
  transform: rotate(135deg);
}

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

.footer-copyright-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: .25rem;
}

.version-card {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.rights-card {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.footer-rights-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% .25rem;
}

.email-card {
  justify-content: space-between;
  display: flex;
  position: relative;
  bottom: .75rem;
}

.moon-image {
  width: 16px;
  height: 16px;
}

.toggle_wrapper {
  z-index: 5;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sun-image {
  width: 16px;
  height: 16px;
}

.light_switch {
  justify-content: flex-end;
  align-items: flex-start;
  width: 16px;
  height: 16px;
  display: flex;
  overflow: hidden;
}

.light_switch.is-on {
  justify-content: flex-start;
  align-items: flex-start;
}

.text_hover_block {
  z-index: 0;
  background-color: var(--dark--hover);
  mix-blend-mode: difference;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto auto -100%;
}

.arrow-embed {
  color: var(--dark--button);
  margin-top: 4px;
  padding-top: 0;
  transition: color;
}

.latest-work-wrapper {
  grid-column-gap: 20rem;
  grid-row-gap: 20rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.featured-work-block2 {
  z-index: 1;
  width: 100%;
  height: 80vh;
}

.featured-work-block2.work-2 {
  position: sticky;
  top: 100px;
}

.featured-work-block3 {
  z-index: 1;
  width: 100%;
  height: 80vh;
}

.featured-work-block3.work-3 {
  position: sticky;
  top: 100px;
}

.split-word1 {
  color: var(--dark--text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2vw;
  font-weight: 500;
  line-height: 1.2;
}

.featured-work-block4 {
  z-index: 1;
  width: 100%;
  height: 80vh;
}

.featured-work-block4.work-4 {
  position: sticky;
  top: 100px;
}

.text-body {
  color: var(--dark--text);
}

.accordion-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion_plus {
  color: var(--dark--button);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
}

.accordion-content {
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.accordion-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

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

.horizontal-plus {
  background-color: var(--dark--button);
  width: 16px;
  height: 2px;
}

.vertical-plus {
  background-color: var(--dark--button);
  width: 2px;
  height: 16px;
  position: absolute;
}

.hero-columns-parent {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
}

.hero-columns-parent.padding-global {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.column-line-right-v2 {
  background-color: var(--dark--lines);
  width: 1px;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.column-line-center {
  background-color: var(--dark--lines);
  width: 1px;
  height: 100%;
  display: none;
  position: absolute;
  left: 50%;
  right: auto;
}

.column-line-left-v2 {
  background-color: var(--dark--lines);
  width: 1px;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.column-child-v2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.column-line-center-dotted {
  border: 1px dashed var(--dark--lines);
  background-color: var(--dark--lines);
  width: 1px;
  height: 100%;
  display: none;
}

.section_gallery {
  background-color: #191919;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.projects-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.gallery-column1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding-bottom: 4rem;
  display: flex;
}

.gallery-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  height: 100%;
  display: flex;
}

.gallery-column2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.gallery-column3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding-bottom: 4rem;
  display: flex;
}

.gallery-card {
  background-color: var(--dark--lines);
  height: 100%;
}

.gallery-spacer {
  height: 100vh;
}

.gallery_wrapper {
  position: relative;
  overflow: hidden;
}

.about-columns-parent-v2 {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about-columns-parent-v2.padding-global {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: none;
}

.numbered-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.header-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  padding-right: .625rem;
  display: flex;
}

.content-container {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  width: 100%;
  display: flex;
}

.content-container.tabs-container {
  flex-flow: column;
}

.about-image1-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-image1-block {
  background-image: url('../images/IMG_8011-1-2_1IMG_8011 1-2.avif');
  background-position: 50% 20%;
  background-size: cover;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

.content-wrapper-l {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.content-wrapper-r {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.about-page-content {
  z-index: 1;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 16rem;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
}

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

.stats-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
  padding-right: .625rem;
  display: none;
}

.text-horizontal-flex-r {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.latest-columns-parent-v2 {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.latest-columns-parent-v2.padding-global {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: none;
}

.page-columns-parent {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.page-columns-parent.padding-global {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: none;
}

.approach-block-r {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.approach-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 6rem 1.25rem;
  display: flex;
}

.skills-wrapper, .about-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.spline-scene-logo1 {
  z-index: 2;
  mix-blend-mode: exclusion;
  width: 100%;
  height: 100%;
  position: relative;
}

.about-content-spline {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.spline-scene-cube {
  z-index: 3;
  mix-blend-mode: exclusion;
  width: 100%;
  height: 100%;
  position: relative;
}

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

.testimonial-wrapper {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  flex-flow: column;
  padding: 6rem 1.25rem;
  display: flex;
}

.testimonials-content-r {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.mono-text-hover {
  z-index: 1;
  color: var(--dark--text);
  text-transform: uppercase;
  mix-blend-mode: exclusion;
  font-family: Ppfraktionmono, Arial, sans-serif;
  font-size: .875rem;
  position: relative;
}

.menu-x {
  z-index: 100;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 1rem 1.25rem auto auto;
}

.menu-x.btn-seventeen {
  mix-blend-mode: exclusion;
}

.menu-hamburger {
  color: var(--dark--logo);
  width: 20px;
  display: flex;
}

.sidebar {
  z-index: 100;
  border-left: 1px solid var(--dark--lines);
  background-color: var(--dark--primary);
  width: 28rem;
  height: 100vh;
  position: fixed;
  inset: 0% 0% 0% auto;
  transform: translate(28rem);
  box-shadow: -1px 0 24px 8px #0003;
}

.sidebar-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1rem 2rem;
  display: flex;
}

.menu-close {
  color: var(--dark--text);
  width: 20px;
  display: flex;
}

.heading-menu {
  color: var(--dark--text);
}

.sidebar-button-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.line-gradient {
  background-image: linear-gradient(90deg, var(--_my-portfolio---purple--100), var(--_my-portfolio---blue--100) 25%, var(--_my-portfolio---green--100) 50%, var(--_my-portfolio---orange--100) 75%, var(--_my-portfolio---red--100));
  width: 100%;
  height: 1px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.line-gradient.line-gradient-off {
  display: none;
}

.sidebar-button-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.sidebar-dot {
  background-color: var(--dark--lines);
  border-radius: 100%;
  width: 8px;
  height: 8px;
}

.menu-nav-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.sidebar-overlay {
  z-index: 99;
  background-color: #0009;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.work-page-content {
  z-index: 1;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
}

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

.section_work {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--dark--primary);
  color: var(--dark--text);
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.project-card {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30vw;
  display: flex;
  position: relative;
}

.project-card.project-tangerine {
  background-color: #e99b3f;
}

.project-card.project-flexfitness {
  background-color: #2e2e2e;
}

.project-card.project-skins {
  background-color: #634141;
}

.project-card.project-helsinki {
  background-color: #ccc;
}

.project-card.project-polaroidstudios {
  background-color: #1c1c1c;
}

.project-card.project-sirens {
  background-color: #a95da6;
}

.project-card.project-exbeats {
  background-color: #ff2540;
}

.project-card.project-georges {
  background-color: #5d1c34;
}

.project-card.project-enable {
  background-color: #efff40;
}

.project-card.project-olympusmma {
  background-color: #ee0808;
}

.project-card.project-sheffield {
  background-color: #2f885a;
}

.project-card.project-cbocko {
  background-color: #c3f753;
}

.project-card.project-grapevine {
  background-color: #494d42;
}

.project-card.project-uwu {
  background-color: #0057b7;
}

.project-card.project-dinein {
  background-color: #282828;
}

.project-card.project-unifynow {
  background-color: #8334d1;
}

.project-card.project-bitcointarot {
  background-color: #01191f;
}

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

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

.button_text_wrapper {
  position: relative;
  overflow: hidden;
}

.button_text {
  color: var(--dark--text);
}

.button_text.is-2 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.tab-link {
  border: 1px solid var(--dark--lines);
  color: #fff;
  background-color: #0000;
  border-radius: 9999px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.5rem;
  transition: background-color .5s cubic-bezier(.645, .045, .355, 1), border-color .5s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.tab-link:hover {
  border-color: var(--dark--text);
}

.tab-link.w--current {
  border-color: var(--dark--text);
  background-color: #0000;
}

.tabs-menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.tabs-menu.margin-bottom {
  padding-bottom: 4rem;
}

.grid-button {
  border: 1px solid var(--dark--lines);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: .5rem;
  transition: border-color .5s cubic-bezier(.645, .045, .355, 1), background-color .5s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.grid-button:hover, .grid-button.active-button {
  border-color: var(--dark--text);
}

.grid-icon {
  color: var(--dark--text);
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-card-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.project-title-block {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.project-tag {
  border: 1px solid var(--dark--lines);
  padding: .25rem;
}

.tag-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  display: flex;
}

.work-columns-parent-v2 {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.work-columns-parent-v2.padding-global {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.project-card-block-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.project-list-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.sidebar-button-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.project-shots-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 8vw;
  display: flex;
}

.project-shot {
  background-color: var(--_my-portfolio---red--100);
  width: 100%;
  height: 100%;
}

.project-card-button {
  border: 1px solid var(--dark--lines);
  border-radius: 9999px;
  padding: .5rem 1.5rem;
}

.project-heading-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.project-template-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.list-icon {
  color: var(--dark--text);
  justify-content: center;
  align-items: center;
  display: flex;
}

.list-button {
  border: 1px solid var(--dark--lines);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: .5rem;
  transition: border-color .5s cubic-bezier(.645, .045, .355, 1), background-color .5s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.list-button:hover, .list-button.active-button {
  border-color: var(--dark--text);
}

.view-buttons-wrapper {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.tabs-wrapper {
  position: relative;
}

.contact-page-content {
  z-index: 1;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
}

.contact-page-content.padding-global {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.contact-container {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  width: 100%;
  display: flex;
}

.submit {
  background-color: #c01048;
  border-radius: 9999px;
  width: 128px;
  height: 128px;
  padding-top: 9px;
  display: none;
  position: relative;
  left: auto;
}

.form-line-divider {
  background-color: var(--dark--lines);
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
}

.cta-red-button-block2 {
  align-items: center;
  width: 100%;
  margin-top: 8rem;
  display: flex;
  position: relative;
}

.text-area {
  color: var(--dark--text);
  background-color: #0000;
  border: 1px #0000;
  min-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.text-area:focus-visible, .text-area[data-wf-focus-visible] {
  color: var(--dark--text);
}

.contact-details-block {
  width: 100%;
  display: none;
}

.form-block {
  width: 100%;
}

.headshot-block {
  width: 96px;
  height: 96px;
}

.headshot-block.margin-bottom {
  margin-bottom: 4rem;
}

.headshot-image {
  background-image: url('../images/Headshot-1.jpg');
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 9999px;
  height: 100%;
  position: relative;
}

.ms-radio-wrap {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.ms-radio-wrap.is-button {
  margin-bottom: 0;
  padding-left: 0;
}

.ms-hide {
  display: none;
}

.ms-radio-button-tab {
  border: 1px solid var(--dark--lines);
  border-radius: 9999px;
  padding: .5rem 1.5rem;
  transition: border-color .5s cubic-bezier(.645, .045, .355, 1);
}

.ms-radio-button-tab:hover {
  border-color: var(--dark--text);
}

.radio-buttons-embed {
  display: none;
}

.form-buttons-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.checkbox-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

.ms-pill-item {
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.ms-pill-checkbox {
  display: none;
}

.ms-pill-label {
  z-index: 2;
  border: 1px solid var(--dark--lines);
  white-space: nowrap;
  border-radius: 9999px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: .5rem 1.5rem;
  line-height: 2em;
  transition: border-color .5s cubic-bezier(.645, .045, .355, 1);
  position: relative;
  inset: 0% auto 0% 0%;
}

.ms-pill-label:hover {
  border-color: var(--dark--text);
}

.form-block-r {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.form-block-l {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: row;
  display: flex;
}

.section_contact {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--dark--primary);
  color: var(--dark--text);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: relative;
}

.heading-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  padding-right: .625rem;
}

.timeline-buttons-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: none;
}

.form-line-divider-message {
  background-color: var(--dark--lines);
  width: 100%;
  height: 1px;
}

.textarea-wrapper {
  width: 100%;
  height: 100%;
}

.navigation-wrapper {
  z-index: 100;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-field-2 {
  color: var(--dark--text);
  background-color: #0000;
  border-color: #0000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.text-field-2:focus-visible, .text-field-2[data-wf-focus-visible] {
  border: 1px solid #0000;
}

.success-message, .error-message {
  background-color: #0000;
}

.success-message-block {
  display: flex;
}

.form-success-message {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--dark--lines);
  background-color: var(--dark--primary);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60vw;
  height: 32vw;
  margin-top: -16vw;
  margin-left: -30vw;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
}

.form-success-overlay {
  z-index: 99;
  background-color: #0009;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding: 8rem 1.25rem;
  display: flex;
  position: relative;
}

.section_text {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--dark--primary);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.cta-heading-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.solve-wrapper {
  display: flex;
}

.fun-heading {
  color: var(--dark--text);
  font-size: 6vw;
  font-weight: 500;
}

.logo-wrapper {
  z-index: 100;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.logo-link-block {
  z-index: 100;
  mix-blend-mode: exclusion;
  position: fixed;
  top: 1rem;
  left: 1.25rem;
}

.about-content-block-r {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.about-content-block-l {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.menu-text-wrapper {
  height: 1.5em;
  overflow: hidden;
}

.gradient-bar {
  background-image: linear-gradient(90deg, var(--_my-portfolio---red--100), var(--_my-portfolio---yellow--100) 25%, var(--_my-portfolio---green--100) 50%, var(--_my-portfolio---blue--100) 75%, var(--_my-portfolio---purple--100));
  width: 8vw;
  height: 8px;
  display: none;
  position: absolute;
  inset: auto 1.25rem .25rem auto;
}

.process-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 6rem 1.25rem;
  display: flex;
}

.process-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.body-text-wrapper2 {
  width: 100%;
}

.about-ticker {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  display: flex;
}

.about-carousel {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  mix-blend-mode: exclusion;
  display: flex;
}

.design-wrapper {
  display: flex;
}

.section_process {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--dark--primary);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.interaction-heading {
  color: var(--dark--text);
  font-size: 4vw;
  font-weight: 500;
}

.interaction-word-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.word-wrapper {
  padding-right: 6vw;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.interaction-heading-1 {
  color: var(--_my-portfolio---red--100);
  font-size: 4vw;
  font-weight: 500;
}

.interaction-heading-2 {
  color: var(--_my-portfolio---yellow--100);
  font-size: 4vw;
  font-weight: 500;
  position: absolute;
  bottom: 4.4vw;
}

.interaction-heading-3 {
  color: var(--_my-portfolio---green--100);
  font-size: 4vw;
  font-weight: 500;
  position: absolute;
  bottom: 8.8vw;
}

.interaction-heading-4 {
  color: var(--_my-portfolio---blue--100);
  font-size: 4vw;
  font-weight: 500;
  position: absolute;
  bottom: 13.2vw;
}

.interaction-heading-5 {
  color: var(--_my-portfolio---purple--100);
  font-size: 4vw;
  font-weight: 500;
  position: absolute;
  bottom: 17.6vw;
}

.interaction-heading-6 {
  color: var(--_my-portfolio---red--100);
  font-size: 4vw;
  font-weight: 500;
  position: absolute;
  bottom: 22vw;
}

.localtime-block {
  display: flex;
}

.local-time-embed {
  color: var(--dark--text);
}

.sidebar-dot-on {
  background-color: var(--dark--text);
  border-radius: 9999px;
  width: 8px;
  height: 8px;
  display: none;
}

.shape-half-o {
  border: 8px solid var(--dark--text);
  color: var(--dark--text);
  mix-blend-mode: exclusion;
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
  width: 64px;
  height: 32px;
  display: none;
  transform: rotate(-15deg);
}

.ticker2-block {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
}

.footer-contact-l {
  width: 50%;
}

.footer-copyright-block-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.footer-contact-r {
  width: 50%;
}

.contact-footer-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  position: absolute;
  inset: auto 0% .25rem;
}

.footer-rights-block-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.ticker2-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--dark--primary);
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.latest-work-content {
  z-index: 1;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  display: flex;
  position: relative;
}

.latest-work-details {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.work-arrow {
  display: none;
  position: absolute;
  inset: 1.25rem 1.25rem auto auto;
}

.create-wrapper, .achieve-wrapper, .inspire-wrapper, .bring-wrapper, .ideas2-wrapper, .to-wrapper, .life-wrapper {
  display: flex;
}

.interaction_text_wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.hero-i {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.new-i {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 6vw;
}

.hero-i-2 {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 12vw;
}

.i-wrapper, .d-wrapper, .e-wrapper {
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.hero-d {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.new-d {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 6vw;
}

.hero-d-2 {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 12vw;
}

.footer-a {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.new-footer-a {
  color: var(--_my-portfolio---blue--100);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 0;
}

.footer-a-2 {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 6vw;
}

.s-wrapper {
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.hero-s-footer {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.new-s-footer {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 6vw;
}

.hero-s-2-footer {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 12vw;
}

.link-arrow-embed {
  color: var(--dark--text);
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.contact-details {
  z-index: 4;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: .625rem;
  display: none;
  position: absolute;
  inset: 1rem 0% auto 50%;
}

.about-image2-block {
  background-image: url('../images/658912104ba1641a3ccae3e5_IMG_0800_1-zhmznVhs_1658912104ba1641a3ccae3e5_IMG_0800_1-zhmznVhs.avif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

.about-image3-block {
  background-image: url('../images/65892907e8d0e45898edf05d_IMG_298665892907e8d0e45898edf05d_IMG_2985.avif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

.about-image4-block {
  background-image: url('../images/6589034c5d52e6e1ac485f10_IMG_15156589034c5d52e6e1ac485f10_IMG_1514.avif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

.sidebar-button-text-wrapper {
  height: 3.6em;
}

.cursor {
  opacity: 0;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #ffffff0d;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.25rem;
  display: inline-flex;
}

.cursor-wrapper {
  z-index: 1000;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 4rem;
  padding-left: 10rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.text-cursor {
  color: var(--base-color-neutral--white);
}

.work-link-block {
  width: 100%;
  height: 100%;
}

.section_videos {
  background-color: var(--dark--primary);
}

.videos-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  padding: 6rem 1.25rem;
  display: flex;
  position: relative;
}

.video-card {
  background-color: var(--dark--05);
  width: 28vw;
  height: 16vw;
  padding: 2rem 1.25rem;
}

.videos-wrapper-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.videos-wrapper-1 {
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

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

.spline-scene-cta-shapes {
  mix-blend-mode: exclusion;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: -20% 0% 0%;
}

.cta-footer-wrapper {
  position: relative;
}

.latest-work-video {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.preloader {
  z-index: 9999;
  background-color: var(--dark--preloader);
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.preloader_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.logo-wrapper-top, .logo-wrapper-bottom {
  color: var(--dark--text);
  position: relative;
}

.square-svg-embed {
  color: var(--dark--text);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.x-svg-embed {
  color: var(--dark--text);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.triangle-svg-embed {
  color: var(--dark--text);
}

.shapes-wrapper {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
}

.triangle-wrapper {
  position: absolute;
}

.x-wrapper {
  color: var(--dark--text);
  position: absolute;
}

.square-wrapper {
  position: absolute;
}

.logo-svg-top, .logo-svg-bottom {
  color: var(--dark--text);
  width: 2.5rem;
  height: 20px;
}

.logo-wrapper-icon {
  z-index: 100;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-link-button-light {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--dark--text);
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text_hover_block_light {
  z-index: 0;
  background-color: var(--light--hover);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto auto -100%;
}

.mono-text-hover-light {
  z-index: 1;
  color: var(--light--text);
  text-transform: uppercase;
  font-family: Ppfraktionmono, Arial, sans-serif;
  font-size: .875rem;
  position: relative;
}

.link-arrow-embed-light {
  z-index: 1;
  color: var(--light--text);
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
}

.hero-cta-block {
  z-index: 100;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.link-block-cta, .hero-text-wrapper {
  width: 100%;
}

.hero-links {
  z-index: 100;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero_title_mobile {
  z-index: 1;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: none;
  position: relative;
}

.hero-button-outline-mobile {
  z-index: 1;
  border: 2px dashed var(--dark--button);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 6vw;
  height: 6vw;
  display: none;
  position: relative;
}

.hero-button-mobile {
  border: 2px solid var(--dark--button);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 6vw;
  height: 6vw;
  display: flex;
  position: absolute;
}

.arrow-embed-mobile {
  color: var(--dark--button);
  margin-top: 4px;
  padding-top: 0;
  transition: color;
}

.image-2 {
  object-fit: cover;
}

.testimonial-content, .testimonials-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.services-block-l {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.services-block-r {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.project-image-v2 {
  object-fit: cover;
  width: 80%;
}

.project-content-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

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

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

.gallery-card-test3 {
  height: 100%;
}

.text-link-button-spacer {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  opacity: 0;
  color: var(--dark--text);
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.skills-carousel, .skills-ticker {
  display: flex;
}

.transforming-outer-wrapper, .ideas-outer-wrapper, .into-outer-wrapper, .creative-outer-wrapper, .experiences-outer-wrapper {
  overflow: hidden;
}

.process-card1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--dark--lines);
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 60vh;
  padding: 1.5rem;
  display: flex;
}

.heading-line-block {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.process-cards-block {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.wrapper_heading1_mobile {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.section_services {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--dark--primary);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.services-content2 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 6rem 1.25rem;
  display: flex;
}

.service4-card1 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.services-content-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.services-content-block2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--dark--05);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15rem;
  display: flex;
}

.lottie-square2, .rive-x-v2 {
  mix-blend-mode: exclusion;
  width: 80px;
  height: 80px;
}

.rive-circle-v2 {
  mix-blend-mode: exclusion;
  width: 120px;
  height: 120px;
}

.rive-triangle2 {
  mix-blend-mode: exclusion;
  width: 80px;
  height: 80px;
}

.rive-hexagon2 {
  mix-blend-mode: exclusion;
  width: 120px;
  height: 120px;
}

.services-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  padding: 6rem 1.25rem;
  display: flex;
}

.services-card-wrapper2 {
  z-index: 2;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: var(--dark--primary);
  flex-flow: column;
  width: 100%;
  padding-bottom: 1.25rem;
  display: flex;
  position: sticky;
  top: 7.75rem;
}

.services-card-wrapper3 {
  z-index: 3;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: var(--dark--primary);
  flex-flow: column;
  width: 100%;
  padding-bottom: 1.25rem;
  display: flex;
  position: sticky;
  top: 13rem;
}

.services-card-wrapper4 {
  z-index: 4;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: var(--dark--primary);
  flex-flow: column;
  width: 100%;
  padding-bottom: 1.25rem;
  display: flex;
  position: sticky;
  top: 18.25rem;
}

.services-card-wrapper5 {
  z-index: 5;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: var(--dark--primary);
  flex-flow: column;
  width: 100%;
  padding-bottom: 1.25rem;
  display: flex;
  position: sticky;
  top: 23.5rem;
}

.services-card-wrapper6 {
  z-index: 6;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: var(--dark--primary);
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.services-card-wrapper {
  z-index: 1;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.services-card-wrapper1 {
  z-index: 1;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: var(--dark--primary);
  flex-flow: column;
  width: 100%;
  padding-bottom: 1.25rem;
  display: flex;
  position: sticky;
  top: 2.5rem;
}

.ticker-spacer {
  width: 4rem;
}

.your-wrapper, .ready-wrapper, .connect-wrapper, .and-wrapper {
  display: flex;
}

.new-footer-c {
  color: var(--_my-portfolio---red--100);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  right: 0;
}

.new-footer-r {
  color: var(--_my-portfolio---yellow--100);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  bottom: 0;
}

.footer-c {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.footer-c-2 {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  right: 4.25vw;
}

.footer-e, .footer-r {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.footer-r-2 {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  bottom: 6vw;
}

.new-footer-e {
  color: var(--_my-portfolio---green--100);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  right: 0;
}

.footer-e-2 {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  right: 3.75vw;
}

.t-wrapper {
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.footer-t {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.new-footer-t {
  color: var(--_my-portfolio---purple--100);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  bottom: 0;
}

.footer-t-2 {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  bottom: 6vw;
}

.footer-e2-2 {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  left: 3.75vw;
}

.new-footer-e2 {
  color: var(--_my-portfolio---orange--100);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  left: 0;
}

.container-cta-mobile {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: none;
}

.cta-block-mobile {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.footer-rights-block-mobile {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  width: 100%;
  display: none;
  position: relative;
}

.gallery-card-video {
  height: 100%;
}

.project-details-wrapper {
  justify-content: space-between;
  display: flex;
}

.column-child-footer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.latest-work-wrapper2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  padding: 6rem 1.25rem;
  display: flex;
}

.latest-work-header {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.column-line-left-z {
  z-index: 10;
  background-color: var(--dark--lines);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.column-line-right-z {
  z-index: 10;
  background-color: var(--dark--lines);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.content-wrapper-mobile {
  display: none;
}

.interaction-heading-mobile {
  color: var(--dark--text);
  font-size: 4vw;
  font-weight: 500;
  display: none;
}

.videos-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.sidebar-button-text-light {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.sidebar-dot-on-light {
  background-color: var(--light--text);
  border-radius: 9999px;
  width: 8px;
  height: 8px;
  display: none;
}

.sidebar-dot-light {
  background-color: var(--dark--lines);
  border-radius: 100%;
  width: 8px;
  height: 8px;
}

.new-footer-c-mobile {
  color: var(--_my-portfolio---red--100);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  right: 4.25vw;
}

.footer-c-2-mobile {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  right: 8.5vw;
}

.logo-svg-top-icon-menu {
  color: var(--dark--logo);
  width: 1.5rem;
  height: 12px;
  position: relative;
  left: 9px;
}

.logo-svg-bottom-icon-menu {
  color: var(--dark--logo);
  width: 1.5rem;
  height: 12px;
  position: relative;
  top: 4px;
}

.logo-wrapper-top-menu, .logo-wrapper-bottom-menu {
  color: var(--dark--logo);
  position: relative;
}

.new-footer-e-mobile {
  color: var(--_my-portfolio---green--100);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  right: 3.75vw;
}

.footer-e-2-mobile {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  right: 7.5vw;
}

.footer-e2 {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.new-footer-r-mobile {
  color: var(--_my-portfolio---yellow--100);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  bottom: 6vw;
}

.footer-r-2-mobile {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  bottom: 12vw;
}

.new-footer-a-mobile {
  color: var(--_my-portfolio---blue--100);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 6vw;
}

.footer-a-2-mobile {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 12vw;
}

.new-footer-e2-mobile {
  color: var(--_my-portfolio---orange--100);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  left: 3.75vw;
}

.footer-e2-2-mobile {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  left: 7.5vw;
}

.footer-c-mobile, .footer-r-mobile, .footer-e-mobile, .footer-a-mobile, .footer-t-mobile {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.new-footer-t-mobile {
  color: var(--_my-portfolio---purple--100);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  bottom: 6vw;
}

.footer-t-2-mobile {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  bottom: 12vw;
}

.footer-e2-mobile {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.heading-word-wrapper-mobile {
  font-family: Helvetica Neue, Arial, sans-serif;
  display: none;
  position: relative;
  overflow: hidden;
}

.interaction-heading-1-mobile {
  color: var(--_my-portfolio---red--100);
  font-size: 4vw;
  font-weight: 500;
}

.interaction-heading-2-mobile {
  color: var(--_my-portfolio---yellow--100);
  font-size: 4vw;
  font-weight: 500;
  position: absolute;
  bottom: 4.4vw;
}

.interaction-heading-3-mobile {
  color: var(--_my-portfolio---green--100);
  font-size: 4vw;
  font-weight: 500;
  position: absolute;
  bottom: 8.8vw;
}

.interaction-heading-4-mobile {
  color: var(--_my-portfolio---blue--100);
  font-size: 4vw;
  font-weight: 500;
  position: absolute;
  bottom: 13.2vw;
}

.interaction-heading-5-mobile {
  color: var(--_my-portfolio---purple--100);
  font-size: 4vw;
  font-weight: 500;
  position: absolute;
  bottom: 17.6vw;
}

.interaction-heading-6-mobile {
  color: var(--_my-portfolio---red--100);
  font-size: 4vw;
  font-weight: 500;
  position: absolute;
  bottom: 22vw;
}

.heading-word-wrapper {
  font-family: Helvetica Neue, Arial, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

.latest-work-image5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.perfectly-wrapper {
  display: flex;
}

.balanaced-wrapper {
  height: 5vw;
  display: flex;
  overflow: hidden;
}

.for-wrapper {
  display: flex;
}

.cta-heading-down-1 {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.cta-heading-down-2 {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  bottom: 6vw;
}

.cta-heading-up-2 {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 6vw;
}

.cta-heading-up-1 {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.cta-word-wrapper {
  display: flex;
  overflow: hidden;
}

.cta-word-block {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.cta-heading-wrapper2 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.latest-work-image-block {
  object-fit: cover;
  background-image: url('../images/Dine-In-iPhone-16-Pro-Max-Mock-Up-compressed.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.cta-arrow-embed {
  color: var(--dark--text);
  position: relative;
  top: -1vw;
  left: auto;
  right: 0%;
}

.about-ticker-mobile {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  display: none;
}

.hero-o-2-mobile {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  right: 4.5vw;
}

.new-o-mobile {
  color: var(--_my-portfolio---red--100);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  right: 0;
}

.hero-o-mobile {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.in-block-3-mobile {
  display: flex;
  position: absolute;
  right: 6vw;
}

.in-block-2-mobile {
  display: flex;
  position: absolute;
  right: 0;
}

.in-block-mobile {
  display: flex;
}

.hero-s-mobile {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
}

.new-s-mobile {
  color: var(--_my-portfolio---yellow--100);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  bottom: 0;
}

.hero-s-2-mobile {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  bottom: 6vw;
}

.hero-c-mobile {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.new-c-mobile {
  color: var(--_my-portfolio---blue--100);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 0;
}

.hero-c-2-mobile {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 6vw;
}

.hero-a-mobile {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.new-a-mobile {
  color: var(--_my-portfolio---green--100);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  left: 0;
}

.hero-a-2-mobile {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  left: 4.3vw;
}

.hero-r-mobile {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.new-r-mobile {
  color: var(--_my-portfolio---purple--100);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  right: 0;
}

.hero-r-2-mobile {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  right: 4.2vw;
}

.featured-work-block5 {
  z-index: 1;
  width: 100%;
  height: 80vh;
  position: relative;
}

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

.gallery-card-block {
  height: 100%;
}

.project-tags-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.project-title-block-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.lottie-circle {
  mix-blend-mode: exclusion;
  width: 80px;
  height: 80px;
}

.latest-work-image {
  object-fit: cover;
  width: 100%;
  height: 60vh;
  max-height: 800px;
}

.tag-wrapper-tablet {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  display: none;
}

.up-arrow-embed {
  color: var(--dark--text);
  width: 24px;
  height: 24px;
  position: relative;
  bottom: .25rem;
}

.contact-columns-parent-v2 {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.contact-columns-parent-v2.padding-global {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.latest-work-image3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ticker-o-2 {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  right: 4.5vw;
}

.new-ticker-o {
  color: var(--_my-portfolio---red--100);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  right: 0;
}

.ticker-o {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.ticker-s {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
}

.new-ticker-s {
  color: var(--_my-portfolio---yellow--100);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  bottom: 0;
}

.ticker-s-2 {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  bottom: 6vw;
}

.ticker-c {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.new-ticker-c {
  color: var(--_my-portfolio---blue--100);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 0;
}

.ticker-c-2 {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 6vw;
}

.latest-work-image1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ticker-a {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.new-ticker-a {
  color: var(--_my-portfolio---green--100);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  left: 0;
}

.ticker-a-2 {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  left: 4.3vw;
}

.ticker-r-2 {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  right: 4.2vw;
}

.new-ticker-r {
  color: var(--_my-portfolio---purple--100);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  right: 0;
}

.ticker-r {
  color: var(--dark--text);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.rights-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.hero-gradient {
  background-image: linear-gradient(180deg, transparent, var(--dark--primary) 92%, var(--dark--primary));
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.section_cta-footer {
  background-color: var(--dark--primary);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: relative;
}

.about-wrapper1 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  align-items: flex-start;
  padding: 6rem 1.25rem;
  display: flex;
}

.oscar-avatar-image {
  filter: saturate(0%);
  object-fit: cover;
  object-position: 50% 30%;
  width: 50%;
  height: 40vw;
  position: relative;
}

.unicorn-embed {
  mix-blend-mode: exclusion;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.unicorn-bg-color {
  background-color: var(--dark--primary);
  width: 100%;
  height: 100vh;
}

.unicorn-block {
  position: absolute;
  inset: 0%;
}

.about-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.about-block2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 40vw;
  display: flex;
}

.spline-scene-logo3 {
  mix-blend-mode: exclusion;
  width: 280px;
  display: none;
}

.about-info-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.spline-logo-wrapper {
  width: 20vw;
  height: 16vw;
  display: flex;
}

.gsap-heading {
  color: var(--dark--text);
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 1.4;
  overflow: hidden;
}

.hero-gradient2 {
  background-image: linear-gradient(180deg, transparent, var(--dark--primary) 92%, var(--dark--primary));
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

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

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

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

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

  .padding-section-large {
    padding-top: 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_button {
    color: #fff;
  }

  .hero_title {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

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

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

  .section_about {
    padding-top: 3rem;
  }

  .about-content, .nav_menu2 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .section_latest {
    padding-top: 3rem;
  }

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

  .section_approach {
    padding-top: 3rem;
  }

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

  .section_ticker {
    padding-top: 3rem;
  }

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

  .section_skills {
    padding-top: 3rem;
  }

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

  .section_templates, .section_testimonials {
    padding-top: 3rem;
  }

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

  .section_cta {
    padding-top: 3rem;
  }

  .wrapper_footer2 {
    justify-content: flex-end;
  }

  .container-title {
    grid-template-columns: 1fr;
  }

  .section_footer {
    padding-top: 3rem;
  }

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

  .email-card {
    display: none;
  }

  .split-word1 {
    font-size: 1.25rem;
  }

  .about-image1-block {
    height: 40rem;
  }

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

  .text-horizontal-flex-r {
    flex-flow: column;
  }

  .approach-block-r, .approach-content, .about-content-spline, .testimonials-content-r, .work-page-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .section_work {
    padding-top: 3rem;
  }

  .tag-wrapper, .view-buttons-wrapper {
    display: none;
  }

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

  .submit {
    left: 18rem;
  }

  .section_contact {
    height: auto;
    padding-top: 3rem;
  }

  .section_text {
    padding-top: 3rem;
  }

  .process-content, .process-block {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .section_process, .ticker2-wrapper {
    padding-top: 3rem;
  }

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

  .about-image2-block, .about-image3-block {
    height: 40rem;
  }

  .about-image4-block {
    height: 32rem;
  }

  .hero_title_mobile {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .services-block-l, .services-block-r {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .process-cards-block {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section_services {
    padding-top: 3rem;
  }

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

  .tag-wrapper-tablet {
    display: flex;
  }

  .about-block2 {
    height: 100%;
  }
}

@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-h1 {
    font-size: 2.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hero-button-outline {
    display: none;
  }

  .hero-copyright {
    opacity: 0;
  }

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

  .section_cta, .section_footer {
    height: auto;
  }

  .footer-copyright-block {
    position: relative;
  }

  .column-line-right-v2, .column-line-left-v2, .gallery_wrapper, .spline-scene-cube {
    display: none;
  }

  .sidebar {
    width: 20rem;
  }

  .project-card {
    height: 60vw;
  }

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

  .tabs-menu.margin-bottom {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .submit {
    left: 14rem;
  }

  .form {
    flex-flow: column;
  }

  .textarea-wrapper {
    min-height: 160px;
  }

  .section_text {
    display: none;
  }

  .sidebar-button-text-wrapper {
    height: 2.2em;
  }

  .hero-text-wrapper, .hero-links {
    display: none;
  }

  .hero-button-outline-mobile {
    width: 4em;
    height: 4em;
    display: flex;
  }

  .hero-button-mobile {
    width: 4em;
    height: 4em;
  }

  .service4-card1 {
    flex-flow: column;
  }

  .services-card-wrapper2, .services-card-wrapper3, .services-card-wrapper4, .services-card-wrapper5, .services-card-wrapper1 {
    position: relative;
    top: auto;
  }

  .about-wrapper1 {
    flex-flow: column;
  }

  .oscar-avatar-image {
    height: 60vw;
  }

  .about-block {
    width: 100%;
  }

  .gsap-heading {
    font-size: 1.25rem;
  }
}

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

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

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

  .hero-heading1 {
    font-size: 2.5rem;
  }

  .hero-copyright {
    display: none;
  }

  .about-content {
    width: 100%;
  }

  .featured-work-block1.work-1 {
    height: 60vh;
  }

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

  .wrapper_heading2 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-flow: column;
  }

  .section-tag-spacer {
    display: none;
  }

  .new-o {
    font-size: 2.5rem;
    right: 0;
  }

  .hero-o {
    font-size: 2.5rem;
  }

  .hero-o-2 {
    font-size: 2.5rem;
    right: 9vw;
  }

  .hero-s {
    font-size: 2.5rem;
  }

  .new-s {
    font-size: 2.5rem;
    bottom: 0;
  }

  .hero-s-2 {
    font-size: 2.5rem;
    bottom: 12.5vw;
  }

  .hero-c {
    font-size: 2.5rem;
  }

  .new-c {
    font-size: 2.5rem;
    top: 0;
  }

  .hero-c-2 {
    font-size: 2.5rem;
    top: 12.5vw;
  }

  .in-block-2 {
    right: 0;
  }

  .in-block-3 {
    right: 12.5vw;
  }

  .hero-a {
    font-size: 2.5rem;
  }

  .new-a {
    font-size: 2.5rem;
    left: 0;
  }

  .hero-a-2 {
    font-size: 2.5rem;
    left: 9vw;
  }

  .hero-r {
    font-size: 2.5rem;
  }

  .new-r {
    font-size: 2.5rem;
    right: 0;
  }

  .hero-r-2 {
    font-size: 2.5rem;
    right: 9vw;
  }

  .hello-heading {
    font-size: 2em;
  }

  .skills-cards-block {
    flex-flow: column;
  }

  .body-text-wrapper {
    width: 100%;
  }

  .section_cta {
    border: 0 solid #000;
    height: auto;
  }

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

  .wrapper_footer2 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .container-cta {
    display: none;
  }

  .section_footer {
    height: auto;
  }

  .footer-columns-parent.padding-global {
    flex-flow: column;
  }

  .footer-cards-block {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .cta-block {
    display: none;
  }

  .cta-button, .cta-button.btn-one, .cta-button-outline {
    width: 6rem;
    height: 6rem;
  }

  .cta-text-block.cta-text {
    font-size: .75rem;
  }

  .footer-copyright-block {
    position: relative;
  }

  .footer-rights-block {
    flex-flow: column;
    display: none;
    position: relative;
  }

  .featured-work-block2.work-2, .featured-work-block3.work-3, .featured-work-block4.work-4 {
    height: 60vh;
  }

  .column-line-right-v2, .column-line-left-v2 {
    display: none;
  }

  .projects-wrapper {
    flex-flow: column;
  }

  .gallery_wrapper {
    display: none;
  }

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

  .content-wrapper-l, .content-wrapper-r {
    width: 100%;
    display: none;
  }

  .text-horizontal-flex-r {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .approach-content, .skills-wrapper, .about-wrapper {
    flex-flow: column;
  }

  .about-content-spline {
    width: 100%;
  }

  .testimonial-wrapper {
    flex-flow: column;
  }

  .tabs-menu.margin-bottom {
    grid-template-columns: 1fr;
  }

  .cta-css-hover {
    display: none;
  }

  .submit {
    left: 12rem;
  }

  .cta-red-button-block2 {
    margin-bottom: 8rem;
  }

  .ms-radio-wrap {
    align-items: flex-start;
    display: flex;
  }

  .section_text {
    display: none;
  }

  .process-content {
    flex-flow: column;
  }

  .about-ticker {
    display: none;
  }

  .interaction-heading {
    font-size: 2rem;
  }

  .interaction-word-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .word-wrapper {
    padding-right: 12vw;
  }

  .interaction-heading-1 {
    font-size: 2rem;
  }

  .interaction-heading-2 {
    font-size: 2rem;
    bottom: 11vw;
  }

  .interaction-heading-3 {
    font-size: 2rem;
    bottom: 22vw;
  }

  .interaction-heading-4 {
    font-size: 2rem;
    bottom: 33vw;
  }

  .interaction-heading-5 {
    font-size: 2rem;
    bottom: 44vw;
  }

  .interaction-heading-6 {
    font-size: 2rem;
    bottom: 55vw;
  }

  .footer-contact-l {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .footer-contact-r {
    display: none;
  }

  .hero-i {
    font-size: 2.5rem;
  }

  .new-i {
    font-size: 2.5rem;
    top: 12vw;
  }

  .hero-i-2 {
    font-size: 2.5rem;
    top: 24vw;
  }

  .hero-d {
    font-size: 2.5rem;
  }

  .new-d {
    font-size: 2.5rem;
    top: 12vw;
  }

  .hero-d-2 {
    font-size: 2.5rem;
    top: 24vw;
  }

  .footer-a {
    font-size: 2.5rem;
  }

  .new-footer-a {
    font-size: 2.5rem;
    top: 12vw;
  }

  .footer-a-2 {
    font-size: 2.5rem;
    top: 24vw;
  }

  .hero-s-footer {
    font-size: 2.5rem;
  }

  .new-s-footer {
    font-size: 2.5rem;
    top: 12.5vw;
  }

  .hero-s-2-footer {
    font-size: 2.5rem;
    top: 25vw;
  }

  .spline-scene-cta-shapes {
    height: auto;
  }

  .hero_title_mobile {
    display: flex;
  }

  .testimonial-content, .testimonials-wrapper {
    flex-flow: column;
  }

  .services-block-l, .services-block-r {
    width: auto;
  }

  .process-cards-block {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .wrapper_heading1_mobile {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .services-content2, .services-content {
    flex-flow: column;
  }

  .new-footer-c {
    font-size: 2.5rem;
    top: 12.5vw;
  }

  .new-footer-r {
    font-size: 2.5rem;
    right: 9vw;
  }

  .footer-c {
    font-size: 2.5rem;
  }

  .footer-c-2 {
    font-size: 2.5rem;
    right: 18vw;
  }

  .footer-e, .footer-r {
    font-size: 2.5rem;
  }

  .footer-r-2 {
    font-size: 2.5rem;
    right: 18vw;
  }

  .new-footer-e {
    font-size: 2.5rem;
    top: 12.5vw;
  }

  .footer-e-2 {
    font-size: 2.5rem;
    right: 18vw;
  }

  .footer-t {
    font-size: 2.5rem;
  }

  .new-footer-t {
    font-size: 2.5rem;
    right: 9vw;
  }

  .footer-t-2, .footer-e2-2 {
    font-size: 2.5rem;
    right: 18vw;
  }

  .new-footer-e2 {
    font-size: 2.5rem;
    top: 12.5vw;
  }

  .container-cta-mobile {
    display: block;
  }

  .cta-block-mobile {
    display: flex;
  }

  .footer-rights-block-mobile {
    flex-flow: column;
    display: flex;
    position: relative;
  }

  .column-child-footer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .latest-work-wrapper2 {
    flex-flow: column;
  }

  .latest-work-header {
    justify-content: space-between;
  }

  .content-wrapper-mobile {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    display: flex;
  }

  .interaction-heading-mobile {
    font-size: 2.5rem;
  }

  .new-footer-c-mobile {
    font-size: 2.5rem;
    right: 0;
  }

  .footer-c-2-mobile {
    font-size: 2.5rem;
    right: 9vw;
  }

  .new-footer-e-mobile {
    font-size: 2.5rem;
    right: 0;
  }

  .footer-e-2-mobile {
    font-size: 2.5rem;
    right: 7.5vw;
  }

  .footer-e2 {
    font-size: 2.5rem;
  }

  .new-footer-r-mobile {
    font-size: 2.5rem;
    bottom: 0;
  }

  .footer-r-2-mobile {
    font-size: 2.5rem;
    bottom: 12vw;
  }

  .new-footer-a-mobile {
    font-size: 2.5rem;
    top: 0;
  }

  .footer-a-2-mobile {
    font-size: 2.5rem;
    top: 12vw;
  }

  .new-footer-e2-mobile {
    font-size: 2.5rem;
    left: 0;
  }

  .footer-e2-2-mobile {
    font-size: 2.5rem;
    left: 7.5vw;
  }

  .footer-c-mobile, .footer-r-mobile, .footer-e-mobile, .footer-a-mobile, .footer-t-mobile {
    font-size: 2.5rem;
  }

  .new-footer-t-mobile {
    font-size: 2.5rem;
    bottom: 0;
  }

  .footer-t-2-mobile {
    font-size: 2.5rem;
    bottom: 12vw;
  }

  .footer-e2-mobile {
    font-size: 2.5rem;
  }

  .heading-word-wrapper-mobile {
    display: block;
  }

  .interaction-heading-1-mobile {
    font-size: 2rem;
  }

  .interaction-heading-2-mobile {
    font-size: 2rem;
    bottom: 11vw;
  }

  .interaction-heading-3-mobile {
    font-size: 2rem;
    bottom: 22vw;
  }

  .interaction-heading-4-mobile {
    font-size: 2rem;
    bottom: 33vw;
  }

  .interaction-heading-5-mobile {
    font-size: 2rem;
    bottom: 44vw;
  }

  .interaction-heading-6-mobile {
    font-size: 2rem;
    bottom: 55vw;
  }

  .heading-word-wrapper {
    display: none;
  }

  .cta-heading-down-1 {
    font-size: 2.5rem;
  }

  .cta-heading-down-2, .cta-heading-up-2 {
    font-size: 2.5rem;
    right: 9vw;
  }

  .cta-heading-up-1 {
    font-size: 2.5rem;
  }

  .about-ticker-mobile {
    display: flex;
  }

  .hero-o-2-mobile {
    font-size: 2.5rem;
    right: 9vw;
  }

  .new-o-mobile {
    font-size: 2.5rem;
    right: 0;
  }

  .hero-o-mobile {
    font-size: 2.5rem;
  }

  .in-block-3-mobile {
    right: 12.5vw;
  }

  .in-block-2-mobile {
    right: 0;
  }

  .hero-s-mobile {
    font-size: 2.5rem;
  }

  .new-s-mobile {
    font-size: 2.5rem;
    bottom: 0;
  }

  .hero-s-2-mobile {
    font-size: 2.5rem;
    bottom: 12.5vw;
  }

  .hero-c-mobile {
    font-size: 2.5rem;
  }

  .new-c-mobile {
    font-size: 2.5rem;
    top: 0;
  }

  .hero-c-2-mobile {
    font-size: 2.5rem;
    top: 12.5vw;
  }

  .hero-a-mobile {
    font-size: 2.5rem;
  }

  .new-a-mobile {
    font-size: 2.5rem;
    left: 0;
  }

  .hero-a-2-mobile {
    font-size: 2.5rem;
    left: 9vw;
  }

  .hero-r-mobile {
    font-size: 2.5rem;
  }

  .new-r-mobile {
    font-size: 2.5rem;
    right: 0;
  }

  .hero-r-2-mobile {
    font-size: 2.5rem;
    right: 9vw;
  }

  .featured-work-block5 {
    height: 60vh;
  }

  .ticker-o-2 {
    font-size: 2.5rem;
    right: 9vw;
  }

  .new-ticker-o {
    font-size: 2.5rem;
    right: 0;
  }

  .ticker-o, .ticker-s {
    font-size: 2.5rem;
  }

  .new-ticker-s {
    font-size: 2.5rem;
    bottom: 0;
  }

  .ticker-s-2 {
    font-size: 2.5rem;
    bottom: 12.5vw;
  }

  .ticker-c {
    font-size: 2.5rem;
  }

  .new-ticker-c {
    font-size: 2.5rem;
    top: 0;
  }

  .ticker-c-2 {
    font-size: 2.5rem;
    top: 12.5vw;
  }

  .ticker-a {
    font-size: 2.5rem;
  }

  .new-ticker-a {
    font-size: 2.5rem;
    left: 0;
  }

  .ticker-a-2 {
    font-size: 2.5rem;
    left: 9vw;
  }

  .ticker-r-2 {
    font-size: 2.5rem;
    right: 9vw;
  }

  .new-ticker-r {
    font-size: 2.5rem;
    right: 0;
  }

  .ticker-r {
    font-size: 2.5rem;
  }

  .oscar-avatar-image {
    width: 100%;
    height: 100vw;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


@font-face {
  font-family: 'Ppfraktionmono';
  src: url('../fonts/PPFraktionMono-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rmmono';
  src: url('../fonts/RMMono-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rmmono';
  src: url('../fonts/RMMono-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rmmono';
  src: url('../fonts/RMMono-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rmmono';
  src: url('../fonts/RMMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rmmono';
  src: url('../fonts/RMMono-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}