:root {
  --dark-blue: #050f1f;
  --transparent-white: #fffc;
  --white: white;
  --blue: #146cff;
}

body {
  background-color: var(--dark-blue);
  color: var(--transparent-white);
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
}

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

.heading {
  font-size: 3rem;
  line-height: 1.1;
}

.heading-2 {
  color: var(--white);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
}

.btn-inner {
  color: var(--white);
  text-transform: uppercase;
  background-image: linear-gradient(90deg, #00368f, #146cff);
  border-radius: 2px;
  padding: 15px 40px;
  font-family: Oswald, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  display: inline-block;
}

.main-btn {
  background-image: linear-gradient(90deg, #0156e3, #00368f);
  border-radius: 4px;
  padding: 2px;
  transition: all .2s;
}

.main-btn:hover {
  opacity: .6;
}

.container {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container.relative-container {
  position: static;
}

.container.slider {
  justify-content: space-around;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
  position: relative;
}

.container.is-none {
  display: none;
}

.secondary-btn {
  border: 1px solid #ffffff4d;
  border-radius: 4px;
  padding: 15px 50px;
  text-decoration: none;
  transition: all .2s;
}

.secondary-btn:hover {
  background-color: #ffffff4d;
}

.secondary-btn.mt-btn {
  margin-top: 50px;
}

.text-block {
  color: var(--white);
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}

.card {
  flex: 1;
}

.image_overlay {
  color: #fff0;
  -webkit-text-stroke-color: #fff0;
  background-color: #0000;
  background-image: linear-gradient(#040c1a00, #050f1f);
  border-bottom-right-radius: .8rem;
  border-bottom-left-radius: .8rem;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.image_overlay.is-mr {
  background-image: linear-gradient(#040c1a00, #050f1f);
  border-bottom-right-radius: .8rem;
  border-bottom-left-radius: .8rem;
  max-width: 70.2%;
  height: 100.2%;
  top: 0%;
}

.bg-radial-wrapper {
  height: 335px;
  position: relative;
}

.div-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.work-bg-image {
  aspect-ratio: auto;
  object-fit: fill;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 100%;
}

.work-tags {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  display: flex;
  position: absolute;
  inset: auto 10% -10% 0%;
}

.bg-tags-wrapper {
  position: relative;
}

.content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0c182e;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.heading-3 {
  color: var(--white);
}

.basic-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #3781fc;
  font-size: .875rem;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-flex;
}

.basic-link:hover {
  opacity: .8;
}

.square-icon {
  background-color: #0c182e;
  border-radius: 4px;
  padding: 30px;
  display: inline-block;
  position: relative;
}

.dummy-spacing {
  height: 30px;
}

.square-icon-number {
  background-color: #242f43;
  border-radius: 2px;
  padding: 4px 10px;
  display: inline-block;
  position: absolute;
  top: -7px;
  left: -7px;
}

.stats-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.stats-wrapper.border-bottom {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 0 solid #ffffff1a;
  border-right: 1px solid #ffffff1a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
}

.stats-wrapper.border-bottom.show-on-smaller, .stats-wrapper.border-bottom.is-none, .stats-wrapper.is-none {
  display: none;
}

.stat-number {
  color: var(--white);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}

.stat-text {
  color: #fff9;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.1;
}

.text-span {
  color: var(--blue);
}

.hero-section {
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  display: none;
  position: relative;
}

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

.hero-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  padding-top: 80px;
  display: flex;
  position: relative;
}

.hero-image {
  z-index: 1;
  pointer-events: none;
  width: 60%;
  position: relative;
  left: auto;
  overflow: hidden;
}

.circles {
  z-index: 1;
  position: absolute;
  bottom: -100px;
  right: auto;
  overflow: clip;
}

.stefan {
  z-index: 4;
  max-width: 540px;
  height: 90svh;
  margin: 0 auto -20px;
  display: block;
  position: relative;
  inset: 100% 0% 0% 15%;
}

.hero-gradient {
  z-index: 2;
  background-image: radial-gradient(circle, #0153da8c 2%, #05080e00 61%);
  width: 600px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 15% 0% 0% 30%;
}

.pulsing-box {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  display: flex;
  position: absolute;
}

.pulsing-box.webflow-pulse {
  top: 100px;
  right: 0;
}

.pulsing-box.make-pulse {
  top: 20px;
  left: 0;
  right: auto;
}

.pulsing-box.mail-pulse {
  top: 31%;
  bottom: auto;
  left: auto;
}

.navbar {
  z-index: 10;
  background-color: #050f1f00;
  border-bottom: 0 solid #ffffff1a;
  padding-top: 32px;
  padding-bottom: 16px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.pulse-large {
  z-index: 1;
  opacity: .2;
  background-image: radial-gradient(circle, #e442ff, #ca18f7 41%, #8200fa);
  border-radius: 8px;
  width: 86px;
  height: 86px;
  position: absolute;
}

.pulse-large.pl-maill {
  opacity: .2;
  background-image: linear-gradient(#ffe01b, #dec000);
  width: 105px;
  height: 105px;
}

.pulse-large.pl-webflow {
  background-image: repeating-linear-gradient(0deg, #e442ff, #0663ff 0%, #5897ff);
  width: 122px;
  height: 122px;
}

.pulse-small {
  z-index: 2;
  opacity: .3;
  background-image: linear-gradient(#e442ff, #0663ff 0%, #5897ff);
  border-radius: 7px;
  width: 110px;
  height: 110px;
  position: absolute;
}

.pulse-small.ps-mail {
  opacity: .3;
  background-image: linear-gradient(#ffe01b, #dec000);
  width: 90px;
  height: 90px;
}

.pulse-small.ps-make {
  background-image: repeating-radial-gradient(circle, #e442ff, #e442ff 0%, #ca18f7 42%, #8200fa);
  width: 73px;
  height: 73px;
}

.pulse-image {
  z-index: 3;
  width: 97px;
  height: 97px;
  display: block;
  position: absolute;
}

.pulse-image.make-image {
  width: 62px;
  height: 62px;
}

.pulse-image.mail-image {
  width: 76px;
  height: 76px;
}

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

.rotate.rortate-30 {
  transform: rotate(-30deg);
}

.rotate.rotate-10 {
  transform: rotate(-10deg);
}

.rotate.rotate-40 {
  transform: rotate(40deg);
}

.nav-link {
  color: var(--white);
  text-transform: uppercase;
  margin-left: 5rem;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: Oswald, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.nav-link.w--current {
  color: var(--white);
}

.nav-link.nav-button {
  background-color: var(--white);
  max-width: 400px;
  color: var(--dark-blue);
  border-radius: 15px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-left: 6rem;
  padding: 16px 32px;
  display: block;
}

.nav-link.is-cta {
  letter-spacing: .03em;
  text-transform: capitalize;
  border: .5px solid #ffffff30;
  border-radius: 40px;
  margin-top: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.inner-nav {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #050f1f;
  justify-content: flex-start;
  align-items: center;
  min-width: 100svw;
  min-height: 85svh;
  padding-top: 1rem;
  display: flex;
  position: absolute;
  inset: 100% 0% 0%;
}

.msg-pop-up {
  z-index: 3;
  margin-bottom: 0;
  margin-right: 160px;
  padding-bottom: 0;
  position: absolute;
  right: 0;
}

.msg-pop-up.move {
  margin-bottom: 0;
  margin-right: 350px;
  inset: -3% -100px auto auto;
}

.hre-cta-btns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 25px;
  display: flex;
}

.persons-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-with-line {
  position: relative;
}

.text-persons {
  color: var(--white);
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1;
}

.persons-line {
  position: absolute;
  bottom: -12px;
}

.hero-heading {
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
}

.hero-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 35px;
  font-family: PT Serif, serif;
  font-size: 1.1rem;
  display: flex;
  position: absolute;
  inset: 20% auto auto 6.5%;
}

.hero-left-gradient {
  z-index: 0;
  filter: blur(150px);
  background-color: #041b41b3;
  border-radius: 100%;
  width: 802px;
  height: 686px;
  position: absolute;
  inset: auto auto 5% -20%;
}

.marquee-section {
  background-color: #0c182e;
}

.left-gradient {
  z-index: 1;
  background-image: linear-gradient(90deg, #0c182e, #0c182e 10%, #0c182e00 101%);
  width: 20%;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.right-gradient {
  background-image: linear-gradient(90deg, #0000, #0c182e 86%);
  width: 20%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.work-section {
  padding-top: 0;
  padding-bottom: 115px;
  position: relative;
}

.work-section.is-none {
  display: none;
}

.work-wrapper {
  margin-top: 64px;
}

.heading-4 {
  text-align: center;
  margin-top: 60px;
}

.center-text {
  text-align: center;
  font-size: 3rem;
  line-height: 1.1;
  display: block;
}

.center-text.work-text {
  max-width: 800px;
  height: 90px;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 6rem;
}

.text-span-2 {
  color: var(--blue);
}

.work-text {
  text-align: center;
  letter-spacing: .04em;
  max-width: 900px;
  margin: 16px auto 0;
  font-family: PT Serif, serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
}

.pre-heading {
  color: #ffffffb3;
  text-align: left;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  line-height: 1.1;
}

.pre-heading.center {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  display: block;
}

.work-tag-image {
  max-height: 25px;
}

.collection-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.work-left-gradient {
  z-index: 0;
  filter: blur(150px);
  background-color: #041b4159;
  border-radius: 100%;
  width: 802px;
  height: 686px;
  position: absolute;
  inset: auto auto 5% -20%;
}

.work-circles {
  position: absolute;
}

.work-circles.hide-on-smaller {
  display: none;
}

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

.about-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.about-image-wrapper {
  flex: 1;
}

.about-content-wrapper {
  flex: 1;
  margin-top: 0;
  position: relative;
}

.about-image {
  display: none;
}

.image-icons {
  position: relative;
}

.interests {
  display: none;
  position: absolute;
  inset: 150px auto 0% 70px;
}

.linkedin-icon {
  width: 150px;
  position: absolute;
  inset: auto auto 100px 140px;
}

.heading-5 {
  letter-spacing: .04em;
  margin-top: 5px;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}

.about-par {
  max-width: 630px;
  margin-bottom: 24px;
  font-family: Outfit, sans-serif;
  font-size: 1.2rem;
}

.about-btns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 10px;
  display: flex;
}

.about-btns.show-on-smaller, .freebie-section {
  display: none;
}

.freebie-wrapper {
  background-color: #0c182e;
  border-radius: 10px;
  padding: 50px 80px;
  display: flex;
}

.freebie-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  max-width: 400px;
  display: flex;
}

.freebie-form {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.headings {
  margin-bottom: 15px;
  font-size: 3rem;
  line-height: 1.1;
}

.form-terms {
  color: #ffffff4d;
  max-width: 450px;
  margin-top: 10px;
  font-size: .75rem;
  line-height: 1.1;
}

.freebie-download-form {
  justify-content: flex-end;
  align-items: center;
  max-width: 450px;
  display: flex;
}

.form-input {
  background-color: #fff0;
  border: 1px solid #242f43;
  border-radius: 4px;
  height: 50px;
}

.form-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.services-section {
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.services-section.is-none {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: none;
}

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

.sevices-wrapper {
  display: flex;
}

.services-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.services-right {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  flex: 1;
  display: flex;
  position: relative;
}

.icon-content-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-wrapper {
  flex: 0 auto;
}

.icon-content-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
}

.services-line {
  background-color: #0c182e;
  width: 5px;
  height: 100%;
  position: absolute;
  left: 49px;
}

.services-text {
  max-width: 416px;
  margin-bottom: 20px;
}

.cta-banner-wrapper {
  text-align: center;
  background-image: linear-gradient(130deg, #00368f, #0156e3);
  border-radius: 20px;
  margin-top: 170px;
  padding: 100px 15px 150px;
  position: relative;
}

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

.paragraph {
  text-align: center;
  margin-top: 24px;
}

.text-block-2 {
  background-color: var(--white);
  color: var(--blue);
  border-radius: 8px;
  margin-top: 48px;
  padding: 24px;
  text-decoration: none;
}

.calendly-button {
  border-radius: 8px;
  text-decoration: none;
  position: relative;
}

.bold-text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.bold-text-2 {
  font-size: 3.75rem;
  line-height: 1.3;
}

.shh-icon {
  font-size: 2rem;
  position: absolute;
  inset: 40px -10px auto auto;
  transform: rotate(23deg);
}

.left-bottom-lines {
  position: absolute;
  inset: auto auto 0% 0%;
}

.right-bottom-lines {
  position: absolute;
  inset: 0% 0% auto auto;
}

.image {
  z-index: 1;
  position: absolute;
  inset: auto auto 200px 0%;
}

.image.hide-on-smaller.is-none {
  display: block;
}

.footer-section {
  background-color: var(--dark-blue);
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 1rem;
}

.footer-top {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 0;
  display: flex;
}

.footer-bottom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.footer-main-menu {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
}

.footer-socials {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 33%;
  display: flex;
}

.footer-link-item {
  color: var(--white);
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  text-decoration: none;
}

.footer-logo {
  padding-bottom: 5px;
}

.footer-copyright {
  color: var(--white);
  font-family: Oswald, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.footer-other-links {
  color: var(--white);
  font-family: Oswald, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: underline;
}

.collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.menu-button {
  justify-content: center;
  align-items: flex-start;
  padding: 0;
}

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

.logo-marquee {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-marquee_track, .logo-marquee_group {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-marquee_group--is-duplicate {
  justify-content: center;
  align-items: center;
  display: none;
}

.body {
  background-color: #050f1f;
}

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

.sticky-section_wrapper {
  height: 500vh;
  position: relative;
}

.sticky-section_list {
  position: relative;
}

.sticky-section_panel {
  z-index: 1;
  background-color: #0c182e;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 100vh;
  padding: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.sticky-section_panel.is-first {
  min-height: 100vh;
}

.sticky-section_inner {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding: 4rem;
  display: grid;
  position: relative;
}

.sticky-section_inner.is-first {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.sticky-section_inner.is-last {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  border-top: 1px solid var(--dark-blue);
  border-bottom: .5px solid var(--dark-blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.project_image {
  -webkit-text-stroke-color: #fff0;
  object-fit: contain;
  max-width: 70%;
}

.image_wrapper {
  aspect-ratio: auto;
  filter: drop-shadow(0 2px 5px #000000b3);
  -webkit-text-stroke-color: #fff0;
  object-fit: fill;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: relative;
}

.sticky-section_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sticky-section_content.is-none {
  display: none;
}

.heading-9 {
  margin-left: auto;
  margin-right: auto;
  font-family: Outfit, sans-serif;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1;
}

.max-width-medium {
  word-break: normal;
  overflow-wrap: break-word;
  width: 100%;
  max-width: 45rem;
}

.max-width-medium.is-napier {
  max-width: 42rem;
}

.max-width-medium.is-my-square {
  max-width: 39rem;
}

.work-paragraph {
  padding-top: 0;
  padding-bottom: 5rem;
  font-family: PT Sans, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.work-link {
  color: var(--blue);
  margin-top: 0;
  font-size: 1.4rem;
  text-decoration: none;
  transition: all .35s;
}

.work-link:hover {
  color: #002efd;
}

.background-image {
  width: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(40%, -10%);
}

.sticky-section_panel-2 {
  background-color: #292929;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 100vh;
  padding: 4rem;
  display: flex;
  position: sticky;
  top: 0;
}

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

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

.full-page {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

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

.hero_layout {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: baseline;
  display: flex;
}

.index {
  color: #fff;
  letter-spacing: -.1em;
  font-size: 20cqi;
  font-weight: 900;
  line-height: 1;
  position: relative;
}

.sticky-section_content-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

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

.sticky-section_wrapper-2 {
  display: none;
}

.sticky-section_inner-2 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.heading-10 {
  font-size: 3.8rem;
}

.work-link_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.white-line-gradient {
  background-color: #fff0;
  background-image: linear-gradient(90deg, #fff, #ffffffbf 25%, #ffffff80 50%, #ffffff40 75%, #fff0);
  width: 100%;
  min-height: 3px;
  padding-top: 0;
}

.white-line-gradient.is-none {
  background-image: linear-gradient(90deg, #fff, #ffffffbf 25%, #ffffff80 50%, #ffffff40 75%, #0c182e00);
  min-width: 200px;
  max-width: 400px;
  min-height: 3px;
  margin-top: 0;
  margin-left: 0;
}

.white-line-gradient.is-work {
  background-image: linear-gradient(90deg, #fff, #ffffffbf 25%, #ffffff80 50%, #ffffff40 75%, #fff0);
  min-width: 700px;
  max-width: 700px;
  min-height: 2px;
}

.white-line-gradient.is-works {
  z-index: 1;
  width: 100%;
  min-width: 0;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: auto 0% 12%;
}

.work-heading_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  line-height: 1;
  display: flex;
}

.work-intro_paragraph {
  text-align: center;
  max-width: 1296px;
  font-family: PT Serif, serif;
  font-size: 4rem;
}

.text-xdisplay {
  z-index: 2;
  letter-spacing: -.03625rem;
  vertical-align: baseline;
  flex-flow: wrap;
  font-size: 3.05vw;
  font-weight: 400;
  line-height: 1.22;
  display: inline;
  position: relative;
}

.text-xdisplay.scroll-highlight {
  color: var(--white);
  font-family: PT Serif, serif;
  font-size: 4.1vw;
  font-weight: 400;
  display: block;
}

.text-xdisplay.scroll-highlight.is-none {
  display: none;
}

.text-xdisplay.scroll-highlight.is-work-heading {
  height: 120px;
  font-size: 8vw;
}

.text-xdisplay.scroll-highlight.is-work-text {
  color: var(--transparent-white);
  margin-top: 1rem;
  font-size: 2.5vw;
}

.text-xdisplay.scroll-highlight.is-about {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 6vw;
}

.text-xdisplay.scroll-highlight.is-about.is-second {
  text-align: center;
  font-size: 5.8vw;
}

.text-xdisplay.scroll-highlight.is-about.is-skills {
  width: 100%;
  color: var(--transparent-white);
  text-align: left;
  font-size: 2.5vw;
}

.bold-text-4 {
  padding-right: 15px;
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.bold-text-5 {
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.page {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 0;
  display: flex;
}

.marquee {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  background-color: #f1714400;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-content.scroll {
  grid-column-gap: 1rem;
  height: auto;
  position: static;
}

.marquee-content.scroll.reverse {
  inset: auto 0% 0%;
}

.text-block-5 {
  filter: drop-shadow(0 4px 14px #0006);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.2;
}

.member_image {
  object-fit: cover;
  flex: 0 auto;
  max-width: 650px;
  overflow: clip;
}

.intro_wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  min-height: 100svh;
  display: flex;
  overflow: hidden;
}

.text-span-3, .text-span-4 {
  color: var(--blue);
}

.work_heading {
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 10rem;
  font-weight: 700;
  line-height: .3;
}

.work_subtitle {
  font-family: PT Serif, serif;
  font-size: 2.5rem;
}

.loader_s {
  align-self: flex-end;
  font-size: 15.5rem;
  font-weight: 700;
  line-height: 1;
}

.loader_reveal {
  background-color: var(--dark-blue);
}

.page_loader {
  background-color: var(--dark-blue);
  display: none;
}

.loader_c {
  align-self: flex-end;
  font-size: 15.5rem;
  font-weight: 700;
  line-height: 1;
}

.background__fill {
  background-color: #0d0628;
  width: 100%;
  height: 100%;
}

.nav-link__line {
  background-color: #e9c6dd;
  width: 0;
  height: .2em;
}

.control {
  color: #0d0628;
  border: 2px solid #0d0628;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.33em;
  height: 3.33em;
  margin-left: .5em;
  margin-right: .5em;
  transition: transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.control:active {
  transform: scale(.9);
}

.control.prev-splide, .control.next-splide {
  color: #fff;
  border-color: #fff;
}

.slider__wave {
  z-index: 2;
  background-color: var(--white);
  margin-top: -.6vw;
  position: absolute;
  inset: 0% 0% auto;
}

.slider__wave.is--bottom {
  margin-bottom: -.6vw;
  inset: auto 0% 0%;
  transform: rotate(-180deg);
}

.sublinks {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.controls {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 13em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.menu__left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 4.06em;
  display: flex;
  position: relative;
}

.nav__logo {
  width: 5.52em;
}

.cursor__dot1 {
  background-color: #0d0628;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  transition: opacity .35s, background-color .35s, height .35s, width .35s;
}

.container-3 {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding: 4.06em;
}

.container-3.is--menu {
  z-index: 2;
  color: #e9c6dd;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.container-3.is--hero {
  padding-top: 11.26em;
  padding-bottom: 0;
}

.container-3.is--nav {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.65em;
  padding-bottom: 1.65em;
  display: flex;
  position: relative;
}

.container-3.is--slider {
  background-color: #fff0;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link__text {
  letter-spacing: -.05em;
  font-size: 7.03em;
  line-height: 1.2;
}

.sublink__line {
  background-color: #eed9e7;
  width: 100%;
  height: .2em;
  transform: translate(-100%);
}

.nav-link__contain {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero__wrap {
  text-align: center;
  width: 49%;
  margin-left: auto;
  margin-right: auto;
}

.control__arrow {
  z-index: 2;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.3em;
  display: block;
  position: relative;
}

.control__arrow.is--flipped {
  transform: rotate(-180deg);
}

.hero__p {
  margin-top: 1em;
  font-weight: 400;
}

.trigger {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.nav-link-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: .7em;
  margin-bottom: .7em;
  display: flex;
  overflow: hidden;
}

.nav-link-2:hover {
  font-style: italic;
  font-weight: 700;
}

.nav-link-2.is--3 {
  margin-left: 6.2em;
}

.nav-link-2.is--1 {
  margin-left: 12.4em;
}

.menu__icon {
  width: 3.02em;
}

.nav-link__img {
  z-index: -2;
  object-fit: contain;
  width: 46em;
  height: 30em;
  margin-right: -35em;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.sublink {
  margin-top: 1.5em;
  overflow: hidden;
}

.background__lottie {
  width: 100%;
  margin-top: -1%;
}

.control__fill {
  z-index: 1;
  background-color: #fff0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  margin-top: -100%;
  margin-right: -100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.trigger__line {
  background-color: #0d0628;
  width: 3em;
  height: .2em;
  margin-top: .3em;
  margin-bottom: .3em;
}

.splide__slide {
  flex: none;
  width: 33.3333%;
  height: 40vw;
  min-height: 40.5em;
  padding-left: .52em;
  padding-right: .52em;
  overflow: hidden;
}

.overflow {
  cursor: grab;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.background {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 101%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.cursor__dot2 {
  color: #0000;
  border: 2px solid #0d0628;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  transition: border-color .35s, height .35s, width .35s, background-color .35s, color .35s;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.cursor {
  z-index: 1000;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: opacity .2s;
  display: none;
  position: fixed;
  inset: 0%;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.nav-link__num {
  letter-spacing: -.04em;
  margin-top: .7em;
  margin-left: .3em;
  font-size: 1.25em;
  font-style: normal;
  line-height: 1;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.nav__svg {
  width: 100%;
}

.section-4.is--nav {
  z-index: 900;
  position: absolute;
  inset: 0% 0% auto;
}

.section-4.is--slider {
  z-index: 2;
  margin-bottom: 5em;
  position: relative;
}

.section-4.is--hero {
  z-index: 3;
  position: relative;
}

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

.sublink__text {
  letter-spacing: -.04em;
  font-size: 1.77em;
  line-height: 1.2;
}

.trigger__circle {
  border: .2em solid #0d0628;
  border-radius: 50%;
  width: 14.58em;
  height: 14.58em;
  position: absolute;
}

.menu__right {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1em;
  padding-bottom: 1.7em;
  padding-right: 10.99em;
  display: flex;
}

.menu {
  z-index: 1;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.cursor-2 {
  z-index: 1000;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: opacity .2s;
  position: fixed;
  inset: 0%;
}

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

.splide__img.is-none {
  display: none;
}

.section.is--slider {
  z-index: 2;
  margin-bottom: 5em;
  position: relative;
}

.slider__wave-2 {
  z-index: 2;
  margin-top: -.6vw;
  position: absolute;
  inset: 0% 0% auto;
}

.slider__wave-2.is--bottom {
  margin-bottom: -.6vw;
  inset: auto 0% 0%;
  transform: rotate(-180deg);
}

.cursor-3 {
  z-index: 1000;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: opacity .2s;
  position: fixed;
  inset: 0%;
}

.overflow-2 {
  cursor: grab;
  width: 100%;
  margin-top: 1rem;
  position: relative;
  overflow: hidden;
}

.slider__wave-3 {
  z-index: 2;
  margin-top: -.6vw;
  position: absolute;
  inset: 0% 0% auto;
}

.slider__wave-3.is--bottom {
  margin-bottom: -.6vw;
  inset: auto 0% 0%;
  transform: rotate(-180deg);
}

.slider__wave-4 {
  z-index: 2;
  margin-top: -.6vw;
  position: absolute;
  inset: 0% 0% auto;
}

.slider__wave-4.is--bottom {
  margin-bottom: -.6vw;
  inset: auto 0% 0%;
  transform: rotate(-180deg);
}

.slide_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #ffffffd6;
  background-color: #0c182e;
  background-image: linear-gradient(#0000001a, #fff0 0%, #b7b7b7a8), url('../images/ChatGPT-Image-5.-мај-2026.-13_52_05.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  padding: 6rem 2rem 5rem 1rem;
  display: flex;
  overflow: visible;
}

.slide_heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 3.6rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.slider_paragraph {
  max-width: 400px;
  color: var(--white);
  font-family: PT Serif, serif;
  font-size: 1.4rem;
  font-style: normal;
  line-height: 1.9;
}

.slider_paragraph.is-none {
  display: none;
}

.slider_paragraph.is-development {
  word-break: normal;
  max-width: 380px;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
}

.slider_paragraph.is-responsivness {
  max-width: 380px;
  color: var(--white);
  word-break: normal;
  font-size: 1.4rem;
}

.white-line-gradient-2 {
  background-color: #fff0;
  background-image: linear-gradient(90deg, #fff, #ffffffbf 25%, #ffffff80 50%, #ffffff40 75%, #fff0);
  width: 100%;
  min-height: 3px;
}

.white-line-gradient-2.is-reversed {
  background-image: linear-gradient(270deg, #fff, #ffffffbf 25%, #ffffff80 50%, #ffffff40 75%, #fff0);
}

.white-line-gradient-2.is-reversed.is-map {
  background-image: linear-gradient(270deg, #fff, #ffffffbf 25%, #ffffff80 50%, #ffffff40 75%, #fff0);
  min-width: 100px;
  max-width: 400px;
  min-height: 3px;
  margin-bottom: 2rem;
}

.slide_paragraph_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: flex;
}

.services_heading_wrapper {
  cursor: grab;
}

.services_heading {
  color: var(--white);
  text-align: center;
  letter-spacing: .05em;
  font-family: Oswald, sans-serif;
  font-size: 8rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.work_description {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 70%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 5%;
}

.project_heading {
  color: var(--transparent-white);
  font-family: Oswald, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}

.project_description {
  font-family: Oswald, sans-serif;
  font-size: .9rem;
}

.project_cta_wrapper {
  order: 0;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.project_link {
  letter-spacing: .03em;
  font-family: PT Serif, serif;
  text-decoration: none;
}

.about_stats_wrapper {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.text-block-7, .text-block-8, .text-block-9 {
  font-family: PT Sans, sans-serif;
}

.fullpage {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-wrapper {
  aspect-ratio: 1;
  width: 100%;
  max-width: 38rem;
  position: relative;
}

.image-7 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-7.hide {
  display: none;
}

.fullpage-2 {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.performance-box {
  background-color: #d9d9d900;
  border-right: 1px solid #ffffff1a;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.paragraph-14 {
  color: #fff9;
  text-align: center;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}

.paragraph-14.additional-margin {
  color: #fff9;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}

.paragraph-12 {
  color: #eee;
  font-size: 5rem;
  line-height: 5.875rem;
}

.paragraph-12.counter-number {
  font-family: PT Serif, serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}

.performance-boxes_wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.performance-boxes_wrapper.margin-top-xlarge.bigger-margin {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
}

.text-span-5, .text-span-6, .text-span-7 {
  color: var(--blue);
}

.cta_heading {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 10rem;
  font-weight: 600;
  line-height: 1.1;
}

.cta_link {
  text-align: left;
  font-family: PT Serif, serif;
  font-size: 5rem;
  text-decoration: none;
}

.cta_text {
  color: #0149c2;
  font-family: Oswald, sans-serif;
  font-size: 8rem;
  line-height: 1.2;
}

.cta_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.underline {
  opacity: 1;
  background-color: #0149c2;
  border-radius: 10px;
  min-height: 8px;
  margin-left: 0;
  margin-right: 0;
}

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

.cta_section {
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.cta_section.is-none {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: none;
}

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

.cta-section {
  background-color: var(--dark-blue);
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 6rem;
  display: flex;
}

.footer_logo {
  width: 33%;
}

.page-wrapper-2 {
  pointer-events: none;
  overflow: clip;
}

.loader {
  z-index: 9999;
  pointer-events: auto;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  background-color: #050f1f;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.loader-images {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  width: 100%;
  height: 30vh;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.image-wrapper-2 {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  width: 100%;
  position: relative;
}

.img-cover {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.page-loader {
  pointer-events: auto;
  overflow: clip;
}

.loader-2 {
  z-index: 5;
  pointer-events: none;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  background-color: #180b09;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.loader-images-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  width: 100%;
  height: 30vh;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img-cover-2 {
  position: absolute;
  inset: 0%;
}

.image-8 {
  display: none;
}

.heroo-section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero-name {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  pointer-events: none;
  letter-spacing: .03em;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 11rem;
  font-style: italic;
  font-weight: 400;
  line-height: .8;
  display: flex;
  position: absolute;
  inset: auto 0% 2% 3%;
}

.last-name {
  padding-left: 38%;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  line-height: .8;
}

.icon {
  display: none;
}

.right-nav {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  order: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.hero-eyebrow {
  color: var(--blue);
  font-family: PT Serif, serif;
  font-size: 3rem;
  font-style: italic;
  display: none;
}

.hero-description {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 20% 6.5% auto auto;
}

.hero-information {
  z-index: 6;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-items: flex-start;
  font-family: PT Serif, serif;
  font-size: 1.1rem;
  font-style: normal;
  display: flex;
  position: absolute;
  inset: auto 8% auto auto;
}

.hero-information.is-none {
  display: none;
}

.hero-paragraph {
  max-width: 410px;
  color: var(--white);
  font-family: PT Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4;
}

.hero-title {
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.hero-info {
  max-width: 280px;
  color: var(--white);
  letter-spacing: .03em;
  font-family: Oswald, sans-serif;
  font-size: 1.7rem;
  text-decoration: none;
}

.hero-info.is-none {
  display: none;
}

.hero-info.is-btn {
  color: var(--dark-blue);
  letter-spacing: 0;
  font-size: 1.5rem;
  font-weight: 500;
}

.hero-info-price-link {
  background-color: var(--white);
  border: .5px solid #ffffff4d;
  border-radius: 20px;
  padding: 8px 60px;
  text-decoration: none;
}

.text-block-10, .text-block-11, .text-block-12, .text-block-13, .text-block-14, .text-block-15, .text-block-16, .text-block-17 {
  font-family: Oswald, sans-serif;
}

.code-embed {
  display: block;
}

.heading_wrappe {
  justify-content: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  display: none;
  position: absolute;
  inset: 0%;
}

.heading-11 {
  font-size: 10rem;
}

.heading_wrapper {
  justify-content: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  font-size: 9rem;
  display: none;
  position: absolute;
  inset: 0%;
}

.about_heroo-section {
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.about_hero-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.about_hero-name {
  z-index: 2;
  pointer-events: auto;
  letter-spacing: .03em;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 11rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 10% auto auto 0%;
}

.hero-name-copy {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  pointer-events: none;
  letter-spacing: .03em;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 11rem;
  font-style: italic;
  font-weight: 400;
  line-height: .8;
  display: flex;
  position: absolute;
  inset: auto 0% 2% 3%;
}

.about_heading_hero-name {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  pointer-events: auto;
  letter-spacing: .03em;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 9rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: static;
  inset: auto 0% 2%;
}

.about_last-name {
  padding-left: 15%;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  line-height: .8;
}

.about_hero-image {
  z-index: 1;
  pointer-events: none;
  width: 60%;
  position: relative;
  bottom: 0;
  left: auto;
  right: 0;
  overflow: hidden;
}

.about_hero-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 35px;
  font-family: PT Serif, serif;
  font-size: 1.1rem;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.about_hero-title {
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.about_hero-paragraph {
  width: 52%;
  color: var(--white);
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
}

.about_about-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.about_performance-boxes_wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about_performance-boxes_wrapper.margin-top-xlarge.bigger-margin {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
}

.about_performance-box, .performance-box-copy {
  background-color: #d9d9d900;
  border-right: 1px solid #ffffff1a;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.about_work-intro_paragraph {
  text-align: center;
  max-width: 97%;
  font-family: PT Serif, serif;
  font-size: 4rem;
}

.about_work-intro_paragraph.is-second {
  text-align: right;
}

.about_pre-heading {
  color: #ffffffb3;
  text-align: left;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
}

.about_pre-heading.center {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  display: block;
}

.about_intro_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
  overflow: hidden;
}

.about_intro_wrapper.is-full-screen {
  justify-content: center;
  align-items: center;
  min-height: 100svh;
}

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

.about_skills_description {
  width: 40%;
}

.about_skills_content {
  width: 50%;
  line-height: 1;
}

.about_skill_title {
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.about_link {
  color: var(--white);
  font-family: Oswald, sans-serif;
  font-size: 3rem;
  line-height: 1;
  text-decoration: none;
}

.about_links {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-end;
  align-items: center;
  margin-top: 2rem;
  padding-left: 0;
  padding-right: 4rem;
  display: flex;
}

.text-span-8, .text-span-9 {
  color: var(--blue);
}

.body-2 {
  background-color: var(--dark-blue);
}

.article---image-inner {
  perspective: 600px;
  position: relative;
}

.article---mask {
  width: 150vh;
  height: 300vh;
  transform-style: preserve-3d;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 1px);
}

.article---mask.x-left {
  background-color: #050f1f;
  right: 90%;
}

.article---mask.x-right {
  background-color: #050f1f;
  width: 2px;
  left: 90%;
}

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

.article.is-none {
  display: none;
}

.scroll {
  height: 100vh;
  margin-top: 0;
  position: fixed;
  inset: 0%;
  transform: rotate(-10deg);
}

.article---image {
  object-fit: contain;
  width: 80vw;
  max-width: none;
  height: auto;
  max-height: 85vh;
  display: block;
}

.scroll---inner {
  position: absolute;
  inset: 0%;
}

.article---mask-wrap {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-2 {
  z-index: 5;
  margin-top: 0;
  position: relative;
}

.heading-12 {
  font-size: 8rem;
  line-height: 1em;
}

.heading-12.x-01 {
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-weight: 400;
}

.heading-12.x-02, .heading-12.x-03 {
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
}

.heading-12.x-04 {
  letter-spacing: .04em;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
}

.heading---char {
  transform-style: preserve-3d;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1), opacity .6s cubic-bezier(.215, .61, .355, 1);
  display: inline-block;
  transform: translate3d(0, 0, 1px);
}

.work_hero-section {
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.projects_section {
  height: 300vh;
  position: relative;
}

.projects_sticky {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.div-block-2 {
  margin-top: 0;
  position: relative;
}

.article_link {
  text-decoration: none;
}

.estimation_heading {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

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

.estimation_heading_wrapper {
  padding-top: 10rem;
}

.header-secondary {
  max-width: 100%;
  font-size: 40px;
  line-height: 120%;
}

.header-secondary.centered-svp {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 2.3rem;
}

.icon-2 {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.spacer-60 {
  width: 100%;
  height: 60px;
}

.spacer-60._60-width {
  width: 60px;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.spacer-30._15-xsvp {
  flex: none;
  width: 30px;
}

.col {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.col.small {
  flex: none;
  width: 41%;
}

.header-quaternary {
  letter-spacing: 1px;
  max-width: 100%;
  font-size: 14px;
}

.header-quaternary.grey-text.uppercase {
  opacity: .8;
  text-transform: uppercase;
  padding: 2px 4px;
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

.flex-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-vertical.marquee-fix {
  margin-top: 30px;
}

.spacer-40 {
  width: 100%;
  height: 40px;
}

.paragraph-large {
  font-size: 20px;
}

.paragraph-large.centered-svp {
  color: #fff;
  max-width: 95%;
  font-family: Oswald, sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}

.icon-container {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 15vw;
  display: flex;
  box-shadow: 0 7px 15px 3px #000;
}

.marquee-cover {
  z-index: 10;
  background-image: linear-gradient(#fff0 70%, #050f1f), linear-gradient(#050f1f, #fff0 30%);
  position: absolute;
  inset: 0%;
}

.track-vertical {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.container-6 {
  z-index: 10;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.container-6.flex-vertical {
  background-color: #050f1f;
  border-radius: .5rem;
}

.track-vertical-alt {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.marquee-2 {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 34px;
  padding: 10px 12px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.flex-horizontal {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-horizontal.flex-left {
  justify-content: flex-start;
}

.spacer-15 {
  width: 100%;
  height: 15px;
}

.spacer-work {
  margin-top: 10rem;
}

.lrg-nav-item {
  z-index: 5;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin: 25px;
  text-decoration: none;
  transition: background-color .5s, transform .3s;
  display: flex;
  position: relative;
}

.lrg-nav-item:hover {
  background-color: #303030;
  transform: skew(2deg);
}

.col-inner {
  color: #0000;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 460px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menu-header {
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 6rem;
  line-height: 1;
  text-decoration: none;
}

.nav-line-2 {
  background-color: #fff;
  width: auto;
  height: 2px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.hover-nav-menu {
  z-index: 99;
  background-color: #050f1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.nav-btn-wrapper {
  z-index: 100;
  cursor: pointer;
  background-color: #00000005;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav-btn-wrapper:hover {
  background-color: #ffffff1c;
}

.image-10 {
  margin-top: 20px;
  margin-left: 72px;
  padding-left: 0;
}

.minim-link {
  z-index: 999;
  position: absolute;
  inset: 0% auto auto 0%;
}

.nav-line-3 {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: relative;
  inset: 0% auto auto 0%;
}

.sm-nav-item {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: .7rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .2s, font-size .2s;
}

.sm-nav-item:hover {
  font-weight: 800;
  transform: skew(10deg);
}

.sm-nav-item:active {
  font-weight: 500;
}

.nav-open {
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  width: 40px;
  height: 10px;
  display: flex;
  position: absolute;
}

.nav-line-1 {
  background-color: #fff;
  width: auto;
  height: 2px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.x-right {
  background-color: #fff;
  width: 2px;
  height: 100%;
  position: absolute;
}

.flex-cms {
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 120vw;
  padding-right: 10%;
  display: flex;
}

.x-left {
  background-color: #fff;
  width: 100%;
  height: 2px;
}

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

.flex {
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 120vw;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.menu-link-wrap-bottom {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 20vh;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.nav-close {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  transform: rotate(45deg);
}

@media screen and (min-width: 1920px) {
  .col-inner {
    width: 600px;
    height: 560px;
  }

  .menu-header {
    font-size: 7rem;
  }

  .hover-nav-menu {
    position: fixed;
    inset: 0%;
  }

  .sm-nav-item {
    font-size: 1rem;
  }

  .flex {
    padding-left: 10%;
    padding-right: 0%;
  }
}

@media screen and (max-width: 991px) {
  .container.slider {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .image_overlay, .image_overlay.is-mr {
    max-width: 100%;
    height: 100%;
    top: 0%;
  }

  .div-block {
    flex-flow: column;
  }

  .stats-wrapper, .stats-wrapper.border-bottom {
    display: none;
  }

  .stats-wrapper.border-bottom.show-on-smaller {
    align-self: flex-start;
    width: 100%;
    margin-left: 40px;
    display: flex;
  }

  .hero-section {
    height: auto;
    padding-top: 60px;
    overflow: hidden;
  }

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

  .hero-content {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 546px;
    margin-bottom: 40px;
  }

  .hero-image {
    pointer-events: auto;
    width: 100%;
    position: absolute;
    inset: auto 0% 0%;
  }

  .stefan {
    pointer-events: auto;
    max-width: none;
    height: 80svh;
  }

  .hero-gradient {
    pointer-events: auto;
    width: 450px;
    height: 300px;
    display: none;
    top: 27%;
    right: 3%;
  }

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

  .nav-link {
    text-align: center;
    flex: 0 auto;
    align-self: auto;
    margin-left: 0;
    font-size: 4rem;
  }

  .nav-link.nav-button {
    max-width: 400px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .inner-nav {
    padding-top: 1rem;
  }

  .nav-menu {
    background-color: var(--dark-blue);
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 100svh;
  }

  .msg-pop-up.move {
    display: none;
  }

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

  .hero-text {
    text-align: center;
    max-width: 423px;
    margin-bottom: 0;
    top: 35%;
    left: 1%;
  }

  .about-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .about-image-wrapper {
    flex-flow: column;
    order: 9999;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 600px;
    max-height: 450px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
  }

  .image-icons {
    width: 100%;
    margin-bottom: 0;
  }

  .interests {
    max-width: 100%;
    left: 45px;
  }

  .linkedin-icon {
    bottom: 0;
  }

  .about-par {
    max-width: 500px;
  }

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

  .about-btns.show-on-smaller {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 45px;
    display: flex;
  }

  .freebie-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .services-section {
    min-height: auto;
  }

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

  .services-left {
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
  }

  .services-right {
    padding-left: 60px;
    padding-right: 60px;
  }

  .services-line {
    left: 106px;
  }

  .cta-banner-wrapper {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .image.hide-on-smaller {
    display: none;
  }

  .collection-list {
    flex-flow: column;
    display: flex;
  }

  .menu-button {
    background-color: #050f1f;
  }

  .menu-button.w--open {
    background-color: var(--dark-blue);
  }

  .body {
    overflow: visible;
  }

  .sticky-section_wrapper {
    height: auto;
  }

  .sticky-section_panel {
    filter: none;
    background-color: #050f1f;
    min-height: auto;
  }

  .sticky-section_panel.is-first {
    min-height: auto;
  }

  .sticky-section_inner.is-last {
    filter: none;
  }

  .project_image {
    max-width: 100%;
  }

  .image_wrapper {
    width: 100%;
  }

  .white-line-gradient {
    min-width: 750px;
    margin-top: 2rem;
    margin-bottom: 4rem;
  }

  .white-line-gradient.is-none {
    margin-bottom: 0;
  }

  .white-line-gradient.is-works {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .work-intro_paragraph {
    width: 100%;
    max-width: 700px;
  }

  .text-xdisplay {
    font-size: 4.5vw;
    line-height: 1.32;
  }

  .text-xdisplay.scroll-highlight.is-about.is-skills {
    width: 100%;
    max-width: 600px;
    margin-left: 2rem;
    font-size: 4vw;
  }

  .bold-text-5 {
    line-height: 1;
  }

  .page {
    min-height: auto;
  }

  .intro_wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    justify-content: space-around;
    min-height: auto;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .work_heading {
    font-size: 8.2rem;
    line-height: .2;
  }

  .work_subtitle {
    font-size: 2.8rem;
    line-height: 1.1;
  }

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

  .controls {
    top: 100%;
  }

  .container-3 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .hero__p {
    font-size: 12px;
  }

  .background__lottie {
    z-index: 2;
    flex: none;
    position: relative;
  }

  .splide__slide {
    width: 50%;
    min-width: 450px;
    min-height: 30em;
  }

  .overflow {
    min-height: 100vh;
  }

  .cursor {
    display: none;
  }

  .splide__list {
    width: 100%;
  }

  .menu {
    height: 100vh;
  }

  .cursor-2, .cursor-3 {
    display: none;
  }

  .overflow-2 {
    min-height: auto;
  }

  .slide_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .slide_heading {
    font-size: 3.4rem;
  }

  .slider_paragraph {
    font-size: 1.2rem;
    line-height: 1.8;
  }

  .slider_paragraph.is-responsivness {
    font-size: 1.2rem;
  }

  .white-line-gradient-2 {
    min-width: 0;
    margin-top: 2rem;
    margin-bottom: 4rem;
  }

  .white-line-gradient-2.is-reversed {
    margin-top: 4rem;
    margin-bottom: 0;
  }

  .white-line-gradient-2.is-reversed.is-map {
    margin-top: 0;
    margin-bottom: 4rem;
  }

  .white-line-gradient-2.is-about {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .slide_paragraph_wrapper {
    padding-bottom: 1rem;
  }

  .services_heading {
    font-size: 6rem;
  }

  .work_description {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 100%;
    bottom: 10%;
  }

  .image-wrapper {
    height: 100%;
    max-height: 350px;
  }

  .image-7 {
    max-height: 350px;
  }

  .performance-box.is-last {
    border-right-width: 0;
  }

  .paragraph-14.additional-margin {
    font-size: 1.1rem;
  }

  .paragraph-12.counter-number {
    font-size: 3rem;
  }

  .performance-boxes_wrapper.margin-top-xlarge.bigger-margin {
    flex-flow: row;
  }

  .cta_heading {
    font-size: 8rem;
  }

  .cta_text {
    font-size: 6rem;
  }

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

  .loader {
    display: none;
  }

  .heroo-section {
    height: auto;
    min-height: 100svh;
    padding-top: 60px;
    overflow: hidden;
  }

  .hero-name {
    pointer-events: auto;
    font-size: 7rem;
    line-height: 1;
    display: none;
    left: 0%;
  }

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

  .hero-information {
    z-index: 2;
    justify-content: center;
    align-items: flex-start;
    font-size: 1.1rem;
    top: 10%;
    bottom: 5%;
    right: 1%;
  }

  .hero-paragraph {
    text-align: left;
    max-width: 250px;
    font-size: .9rem;
  }

  .hero-info {
    max-width: 260px;
    font-size: 1.6rem;
  }

  .hero-info.is-btn {
    max-width: none;
    font-size: 1.3rem;
  }

  .hero-info-price-link {
    max-width: 230px;
    padding: 7px 45px;
  }

  .about_heroo-section {
    justify-content: center;
    align-items: flex-end;
    height: auto;
    min-height: 100svh;
    padding-top: 60px;
    overflow: hidden;
  }

  .about_hero-content-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: static;
  }

  .about_hero-name {
    pointer-events: auto;
    font-size: 5rem;
    line-height: 1;
    display: block;
    inset: auto auto 0% 0%;
  }

  .hero-name-copy {
    pointer-events: auto;
    font-size: 7rem;
    line-height: 1;
    display: none;
    left: 0%;
  }

  .about_heading_hero-name {
    pointer-events: auto;
    font-size: 7rem;
    line-height: 1;
    display: block;
    left: 0%;
  }

  .about_hero-image {
    pointer-events: none;
    width: 100%;
    position: absolute;
    inset: auto 0% 0%;
  }

  .about_hero-text {
    text-align: center;
    width: 40%;
    margin-bottom: 0;
    inset: 30% auto auto 5%;
  }

  .about_hero-title {
    font-size: 2.5rem;
  }

  .about_hero-paragraph {
    text-align: left;
    width: 90%;
    max-width: 280px;
    font-size: 1.3rem;
  }

  .about_about-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .about_performance-boxes_wrapper.margin-top-xlarge.bigger-margin {
    flex-flow: row;
  }

  .about_performance-box.is-last, .performance-box-copy.is-last {
    border-right-width: 0;
  }

  .about_work-intro_paragraph {
    width: 100%;
    max-width: 700px;
  }

  .about_intro_wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    justify-content: space-around;
    min-height: auto;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .about_intro_wrapper.is-full-screen {
    min-height: auto;
  }

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

  .about_skill {
    width: 100%;
  }

  .about_skill_title {
    font-size: 1.6rem;
  }

  .about_link {
    font-size: 2.5rem;
  }

  .about_links {
    justify-content: space-between;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .work_hero-section {
    justify-content: center;
    align-items: flex-end;
    height: auto;
    min-height: 100svh;
    padding-top: 60px;
    overflow: hidden;
  }

  .icon-container {
    height: 20vw;
  }

  .container-6 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .lrg-nav-item {
    flex: none;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin: 0 8px;
  }

  .col-inner {
    height: 100px;
    padding-left: 20px;
  }

  .menu-header {
    letter-spacing: 2px;
    flex: 1;
    font-size: 5rem;
  }

  .hover-nav-menu {
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    padding-top: 100px;
  }

  .sm-nav-item {
    margin-bottom: 20px;
    margin-right: 5px;
  }

  .div-block-3 {
    overflow: scroll;
  }

  .flex-cms {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    padding-right: 0%;
    position: static;
  }

  .flex {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    padding-top: 0;
    padding-left: 3.6rem;
    padding-right: 3.6rem;
    position: relative;
  }

  .menu-link-wrap-bottom {
    flex-wrap: wrap;
    justify-content: flex-start;
    height: auto;
    margin-top: 30px;
    padding-left: 3.6rem;
    padding-right: 13.2rem;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .image_overlay, .image_overlay.is-mr {
    border-radius: 5px;
  }

  .hero-image {
    pointer-events: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0%;
    right: 0%;
  }

  .stefan {
    max-width: 100%;
    height: 75svh;
  }

  .hero-gradient {
    width: 400px;
    height: 400px;
    margin-top: 15px;
  }

  .pulsing-box.webflow-pulse {
    width: 90px;
    height: 90px;
    right: 40px;
  }

  .pulsing-box.make-pulse {
    width: 90px;
    height: 90px;
    left: 20px;
  }

  .pulsing-box.mail-pulse {
    width: 70px;
    height: 70px;
    top: 40%;
    left: 10px;
  }

  .pulsing-box.mail-pulse.hide-on-smaller {
    display: none;
  }

  .nav-menu {
    display: flex;
  }

  .msg-pop-up.hide-on-smaller {
    display: none;
  }

  .hero-left-gradient {
    width: 600px;
    height: 400px;
    bottom: 37%;
    left: 46%;
  }

  .marquee-section, .work-section {
    overflow: hidden;
  }

  .text-span-2 {
    line-height: 1;
  }

  .work-left-gradient {
    width: 700px;
    height: 500px;
  }

  .work-circles.hide-on-smaller {
    display: none;
  }

  .about-section {
    padding-top: 0;
  }

  .interests {
    left: 15px;
  }

  .footer-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .footer-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    font-size: 1rem;
  }

  .footer-copyright {
    max-width: 300px;
    font-size: .8rem;
  }

  .footer-other-links {
    font-size: .8rem;
  }

  .sticky-section_wrapper {
    height: auto;
  }

  .sticky-section_panel {
    filter: none;
    background-color: #050f1f;
    min-height: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
    position: static;
    overflow: clip;
  }

  .sticky-section_panel.is-first {
    background-color: #050f1f;
    min-height: auto;
    position: static;
  }

  .sticky-section_inner {
    top: -2rem;
  }

  .sticky-section_inner.is-first {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    padding: 0;
  }

  .sticky-section_inner.is-last {
    filter: none;
    border-top-width: 0;
    border-bottom-style: none;
    border-bottom-width: 0;
    padding: 0 2rem;
    top: 0;
  }

  .project_image {
    height: 100%;
  }

  .sticky-section_panel-2 {
    overflow: clip;
  }

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

  .sticky-section_inner-2 {
    top: -2rem;
  }

  .white-line-gradient {
    width: 100%;
    min-width: 460px;
    max-width: 600px;
    margin-bottom: 3rem;
    margin-left: 0;
    margin-right: 0;
  }

  .work-intro_paragraph {
    min-width: 450px;
    max-width: 550px;
  }

  .text-xdisplay {
    vertical-align: baseline;
    font-size: 2rem;
  }

  .text-xdisplay.scroll-highlight.is-about {
    font-size: 6vw;
  }

  .text-xdisplay.scroll-highlight.is-about.is-skills {
    width: 100%;
    max-width: none;
    margin-left: 0;
    font-size: 5vw;
  }

  .bold-text-4, .bold-text-5 {
    line-height: 1;
  }

  .member_image {
    flex: none;
    max-width: 100%;
  }

  .intro_wrapper {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .work_heading {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    padding-top: 1rem;
    font-size: 5rem;
    line-height: 0;
    display: flex;
  }

  .work_subtitle {
    width: 68%;
    font-size: 2rem;
  }

  .controls {
    margin-bottom: -3em;
    font-size: 2em;
  }

  .nav__logo {
    font-size: 10px;
  }

  .container-3 {
    padding-left: 4.9em;
    padding-right: 4.9em;
  }

  .container-3.is--hero {
    padding-top: 136px;
    padding-bottom: 3.4em;
  }

  .container-3.is--nav {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .sublink__line {
    display: none;
  }

  .hero__wrap {
    width: 90%;
  }

  .trigger {
    font-size: 8px;
  }

  .menu__icon {
    font-size: 10px;
  }

  .sublink {
    font-size: 7px;
  }

  .splide__slide {
    width: 100%;
    min-height: 30em;
    padding-left: .92em;
    padding-right: .92em;
  }

  .nav__svg {
    font-size: 1em;
  }

  .section-4.is--slider, .section.is--slider {
    margin-bottom: 9.9em;
  }

  .white-line-gradient-2 {
    width: 100%;
    min-width: 460px;
    max-width: 600px;
    margin-bottom: 3rem;
    margin-left: 0;
    margin-right: 0;
  }

  .white-line-gradient-2.is-reversed {
    margin-top: 3rem;
  }

  .white-line-gradient-2.is-reversed.is-map {
    margin-bottom: 3.5rem;
  }

  .work_description {
    bottom: 1%;
  }

  .performance-box {
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 140px;
  }

  .paragraph-14 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 1rem;
  }

  .paragraph-12.counter-number {
    height: 70px;
    margin-top: 0;
    padding-top: 0;
    font-size: 3rem;
  }

  .performance-boxes_wrapper.margin-top-xlarge.bigger-margin {
    width: 100%;
  }

  .cta_heading {
    font-size: 7rem;
  }

  .cta_text {
    font-size: 5rem;
  }

  .footer_logo {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heroo-section {
    min-height: 90svh;
  }

  .hero-name {
    width: 100%;
    min-width: 200px;
    max-width: 620px;
    line-height: 1.3;
    overflow: visible;
  }

  .last-name {
    padding-left: 25%;
    transform: translate(-130px);
  }

  .hero-information {
    justify-content: center;
    align-items: flex-start;
    inset: 0% 0% 20% 65%;
  }

  .hero-paragraph {
    width: 100%;
    min-width: 160px;
    max-width: 220px;
    font-size: .8rem;
  }

  .hero-title {
    font-size: 1.7rem;
  }

  .hero-info-price-link {
    min-width: 160px;
    max-width: 200px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .about_heroo-section {
    min-height: 90svh;
  }

  .about_hero-name, .hero-name-copy {
    width: 100%;
    min-width: 200px;
    max-width: 620px;
    line-height: 1.3;
    overflow: visible;
  }

  .about_heading_hero-name {
    width: 100%;
    min-width: 200px;
    max-width: 470px;
    font-size: 6rem;
    line-height: .9;
    overflow: visible;
  }

  .about_last-name {
    padding-left: 16%;
    line-height: 1;
    transform: translate(-130px);
  }

  .about_hero-image {
    pointer-events: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0%;
    right: 0%;
  }

  .about_hero-text {
    top: 22%;
  }

  .about_hero-title {
    font-size: 1.7rem;
  }

  .about_hero-paragraph {
    width: 100%;
    min-width: 160px;
    max-width: 220px;
    font-size: 1rem;
  }

  .about_about-section {
    padding-top: 0;
  }

  .about_performance-boxes_wrapper.margin-top-xlarge.bigger-margin {
    width: 100%;
  }

  .about_performance-box, .performance-box-copy {
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 140px;
  }

  .about_work-intro_paragraph {
    min-width: 400px;
  }

  .about_pre-heading {
    font-size: 1.7rem;
  }

  .about_intro_wrapper {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .about_intro_wrapper.is-full-screen {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    margin-bottom: 5rem;
  }

  .about_skills {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 1rem;
  }

  .about_link, .about_link.is-projects {
    font-size: 2rem;
  }

  .article---mask {
    height: 400vh;
  }

  .article---mask.x-left {
    right: 94%;
  }

  .article---mask.x-right {
    left: 94%;
  }

  .article---image {
    width: 120vw;
  }

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

  .work_hero-section {
    min-height: 90svh;
  }

  .header-secondary {
    font-size: 24px;
  }

  .spacer-60 {
    height: 40px;
  }

  .col {
    align-items: center;
  }

  .col.small {
    width: 100%;
  }

  .spacer-40 {
    height: 40px;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .icon-container {
    height: 25vw;
  }

  .marquee-cover {
    background-image: linear-gradient(180deg, #fff0 70%, var(--dark-blue)), linear-gradient(180deg, var(--dark-blue), #fff0 30%);
  }

  .track-vertical {
    align-items: center;
  }

  .container-6 {
    width: 100%;
  }

  .marquee-2 {
    height: 70vw;
  }

  .flex-horizontal.flip-svp {
    flex-direction: column;
  }

  .col-inner {
    width: 100%;
    height: 80px;
    margin-left: 26px;
    padding-right: 35px;
  }

  .menu-header {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 2.7rem;
    font-weight: 400;
  }

  .hover-nav-menu {
    padding-top: 71px;
  }

  .nav-btn-wrapper {
    width: 70px;
    height: 70px;
  }

  .image-10 {
    margin-left: 10px;
  }

  .sm-nav-item:hover {
    opacity: 1;
    font-weight: 800;
    transform: skew(10deg);
  }

  .sm-nav-item:active {
    font-weight: 500;
  }

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

  .menu-link-wrap-bottom {
    padding-left: 2.1rem;
    padding-right: 7.3rem;
  }

  .nav-close {
    position: static;
    inset: 0% 0% auto auto;
  }
}

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

  h2 {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  h3 {
    font-size: 1.5rem;
  }

  .btn-inner {
    padding-left: 25px;
    padding-right: 25px;
  }

  .btn-inner.bigger-btn {
    width: 245px;
  }

  .container.slider {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .secondary-btn {
    padding-left: 25px;
    padding-right: 25px;
  }

  .square-icon {
    padding: 15px;
  }

  .square-icon-number {
    font-size: .7rem;
  }

  .stats-wrapper.border-bottom.show-on-smaller {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    margin-left: 0;
  }

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

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

  .hero-image {
    width: 90%;
    margin-left: auto;
    margin-right: 0;
  }

  .circles {
    text-align: center;
  }

  .stefan {
    text-align: center;
    height: 65svh;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: -14px;
    left: 0%;
    right: 0;
  }

  .hero-gradient, .pulsing-box.webflow-pulse, .pulsing-box.make-pulse {
    display: none;
  }

  .nav-link {
    font-size: 3rem;
  }

  .nav-link.is-cta {
    min-width: 100px;
  }

  .webflow-badge {
    text-align: left;
    margin-left: -150px;
  }

  .hre-cta-btns {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .hero-heading {
    text-align: left;
    max-width: 320px;
    font-size: 2.95rem;
  }

  .hero-text {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: left;
    max-width: none;
    inset: 0% auto 50% 3%;
  }

  .work-section {
    padding-bottom: 50px;
  }

  .center-text.work-text {
    margin-bottom: 40px;
    font-size: 2.5rem;
  }

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

  .pre-heading.center {
    margin-bottom: 0;
    display: none;
  }

  .work-left-gradient {
    display: none;
  }

  .about-section {
    padding-bottom: 64px;
  }

  .about-wrapper {
    justify-content: flex-end;
    align-items: center;
  }

  .about-image-wrapper {
    max-width: none;
    max-height: none;
  }

  .image-icons {
    margin-bottom: 0;
  }

  .interests {
    max-width: 150px;
    display: none;
  }

  .linkedin-icon {
    max-width: 80px;
    bottom: 20px;
    left: 95px;
  }

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

  .about-par {
    margin-bottom: 36px;
  }

  .about-btns {
    justify-content: center;
    align-items: center;
  }

  .about-btns.show-on-smaller {
    flex-flow: column;
  }

  .freebie-info {
    margin-left: -50px;
  }

  .headings {
    text-align: center;
    width: 250px;
    font-size: 1.9rem;
  }

  .form-terms {
    margin-left: -50px;
    line-height: 1.3;
  }

  .form-group {
    flex-flow: column;
    width: 250px;
    margin-left: -50px;
  }

  .services-section {
    padding-top: 48px;
    padding-bottom: 0;
  }

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

  .icon-wrapper {
    margin-bottom: 75px;
  }

  .services-line {
    left: 26px;
  }

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

  .cta-banner-wrapper {
    padding-top: 90px;
    padding-bottom: 70px;
  }

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

  .paragraph {
    font-size: .875rem;
  }

  .text-block-2 {
    padding: 15px 20px;
  }

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

  .bold-text-2 {
    font-size: 2rem;
  }

  .shh-icon {
    font-size: 1.5rem;
  }

  .left-bottom-lines {
    width: 150px;
  }

  .right-bottom-lines {
    width: 100px;
  }

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

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

  .footer-main-menu {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .social-item {
    display: none;
  }

  .footer-copyright {
    max-width: 260px;
  }

  .card-paragraph {
    font-size: .875rem;
  }

  .image-2, .image-3 {
    max-width: 150px;
  }

  .text-block-3 {
    margin-left: 0;
    padding-left: 0;
  }

  .text-block-4 {
    font-size: .8rem;
  }

  .paragraph-2 {
    font-size: .9rem;
  }

  .services-image {
    width: 24px;
  }

  .bold-text-3 {
    line-height: 1.2;
  }

  .sticky-section_wrapper {
    width: 100%;
    overflow: clip;
  }

  .sticky-section_list {
    width: 100%;
  }

  .sticky-section_panel {
    grid-template-columns: 1fr;
    align-content: center;
    width: 100%;
    padding: 1rem;
  }

  .sticky-section_inner {
    grid-template-columns: 1fr;
    align-content: center;
    position: relative;
  }

  .sticky-section_inner.is-last {
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-section_content {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

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

  .sticky-section_panel-2 {
    grid-template-columns: 1fr;
    align-content: center;
    width: 100%;
    padding: 1rem;
  }

  .sticky-section_content-2 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .sticky-section_wrapper-2 {
    width: 100%;
    overflow: clip;
  }

  .sticky-section_inner-2 {
    grid-template-columns: 1fr;
    align-content: center;
    position: relative;
  }

  .white-line-gradient {
    min-width: 200px;
    max-width: 480px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .white-line-gradient.is-none {
    margin-bottom: 2rem;
    display: block;
  }

  .white-line-gradient.is-works {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .work-heading_wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-top: 2rem;
  }

  .work-intro_paragraph {
    width: 90%;
    min-width: auto;
    max-width: none;
    font-size: 2rem;
  }

  .text-xdisplay {
    font-size: 2rem;
  }

  .text-xdisplay.scroll-highlight {
    text-align: center;
    font-size: 8vw;
  }

  .text-xdisplay.scroll-highlight.is-about {
    font-size: 9.1vw;
  }

  .text-xdisplay.scroll-highlight.is-about.is-skills {
    width: 100%;
    font-size: 6vw;
  }

  .text-block-5 {
    padding-left: 0;
    font-size: 14vw;
  }

  .member_image {
    order: -9999;
    max-width: 450px;
    min-height: 350px;
  }

  .intro_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 3rem;
  }

  .work_heading {
    flex-flow: column;
  }

  .work_subtitle {
    display: none;
  }

  .sublinks {
    text-align: center;
    align-items: center;
    padding-top: 1.3em;
  }

  .controls {
    margin-bottom: -47px;
    font-size: 10px;
  }

  .menu__left {
    padding-left: 0;
    font-size: 2em;
  }

  .container-3.is--slider {
    padding-left: 0;
    padding-right: 0;
  }

  .hero__wrap {
    width: 100%;
  }

  .menu__icon, .sublink {
    font-size: 2em;
  }

  .splide__slide {
    min-width: 330px;
    min-height: 30em;
  }

  .menu__contain {
    display: block;
  }

  .menu__right {
    text-align: center;
    align-items: center;
    padding-top: 5.3em;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 5px;
  }

  .section.is--slider {
    margin-bottom: 8em;
  }

  .slide_wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: space-around;
    align-items: flex-start;
    padding: 4rem 0;
  }

  .slider_paragraph {
    max-width: 370px;
    font-size: 1.3rem;
    line-height: 1.5;
  }

  .white-line-gradient-2 {
    min-width: 200px;
    max-width: 480px;
    margin-top: 0;
    margin-bottom: 3rem;
  }

  .white-line-gradient-2.is-reversed {
    margin-top: 4rem;
  }

  .white-line-gradient-2.is-reversed.is-map {
    margin-top: 0;
    margin-bottom: 0;
  }

  .slide_paragraph_wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding: 0 0 0 .5rem;
  }

  .services_heading {
    letter-spacing: .01em;
  }

  .project_heading {
    font-size: 1.4rem;
  }

  .project_description {
    font-size: .8rem;
  }

  .project_cta_wrapper {
    justify-content: space-between;
    align-items: flex-end;
    font-size: .9rem;
  }

  .image-wrapper {
    max-width: 40rem;
    max-height: 230px;
  }

  .image-7 {
    max-width: 400px;
    max-height: 250px;
    top: 0%;
  }

  .performance-box.is-mobile {
    border-bottom: 1px solid #ffffff26;
    border-right-width: 0;
    padding-top: 0;
  }

  .paragraph-14 {
    font-size: 1.2rem;
  }

  .paragraph-14.additional-margin {
    max-width: 180px;
    font-size: 1.2rem;
  }

  .paragraph-12.counter-number {
    height: auto;
    font-size: 3rem;
  }

  .performance-boxes_wrapper.margin-top-xlarge.bigger-margin {
    flex-flow: column;
  }

  .cta_heading {
    max-width: 370px;
    font-size: 5.7rem;
  }

  .cta_text {
    text-align: center;
    border-bottom: 6px solid #0149c2;
    border-radius: 0;
    text-decoration: none;
  }

  .cta_section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-section {
    padding-top: 0;
  }

  .footer_logo {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .loader {
    height: 100vh;
    display: none;
  }

  .loader-images-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .img-cover-2 {
    aspect-ratio: auto;
    object-fit: contain;
    height: 100%;
  }

  .heroo-section {
    min-height: 100svh;
  }

  .hero-name {
    height: 120px;
    font-family: Oswald, sans-serif;
    font-size: 5rem;
    font-style: italic;
    font-weight: 700;
    line-height: .3;
    display: block;
    bottom: 0%;
    left: 1%;
  }

  .last-name {
    padding-left: 10%;
    font-family: Oswald, sans-serif;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.4;
  }

  .hero-information {
    justify-content: center;
    align-items: flex-start;
    inset: 0% auto 0% 3%;
  }

  .hero-paragraph {
    width: 100%;
    min-width: 340px;
    max-width: 380px;
    font-size: .8rem;
  }

  .hero-title {
    font-weight: 700;
  }

  .hero-info {
    max-width: 160px;
    font-size: 1.5rem;
  }

  .hero-info.is-btn {
    text-align: center;
    font-size: 1.2rem;
  }

  .hero-info-price-link {
    min-width: 150px;
    max-width: 150px;
    padding: 6px 20px;
    font-size: 1rem;
  }

  .text-block-10, .text-block-11, .text-block-12, .text-block-13, .text-block-14, .text-block-15, .text-block-16, .text-block-17 {
    font-size: .8rem;
  }

  .about_heroo-section {
    min-height: 100svh;
  }

  .about_hero-name {
    height: 120px;
    font-family: Changa One, Impact, sans-serif;
    font-size: 5rem;
    font-style: italic;
    font-weight: 400;
    line-height: .7;
    display: block;
    bottom: 2%;
    left: 1%;
  }

  .hero-name-copy {
    height: 120px;
    font-family: Changa One, Impact, sans-serif;
    font-size: 5rem;
    font-style: italic;
    font-weight: 400;
    line-height: .7;
    display: block;
    bottom: 0%;
    left: 1%;
  }

  .about_heading_hero-name {
    letter-spacing: 0;
    height: 120px;
    font-family: Oswald, sans-serif;
    font-size: 4.5rem;
    font-style: italic;
    font-weight: 700;
    line-height: .7;
    display: block;
    bottom: 0%;
    left: 1%;
  }

  .about_last-name {
    letter-spacing: 0;
    padding-left: 10%;
    font-family: Oswald, sans-serif;
    font-size: 4.5rem;
    font-weight: 700;
  }

  .about_hero-image {
    pointer-events: auto;
    width: 90%;
    margin-left: auto;
    margin-right: 0;
    right: 2%;
  }

  .about_hero-text {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: left;
    width: 90%;
    max-width: none;
    inset: 0% auto 50% 3%;
  }

  .about_hero-title {
    width: 100%;
    font-size: 2rem;
    font-weight: 700;
    display: none;
  }

  .about_hero-paragraph {
    width: 100%;
    min-width: 300px;
    max-width: 330px;
    font-size: 1.4rem;
  }

  .about_about-section {
    padding-bottom: 6rem;
  }

  .about_about-wrapper {
    justify-content: flex-end;
    align-items: center;
  }

  .about_performance-boxes_wrapper.margin-top-xlarge.bigger-margin {
    flex-flow: column;
  }

  .about_performance-box.is-mobile, .performance-box-copy.is-mobile {
    border-bottom: 1px solid #ffffff26;
    border-right-width: 0;
    padding-top: 0;
  }

  .about_work-intro_paragraph {
    width: 100%;
    min-width: auto;
    max-width: 310px;
    font-size: 6rem;
  }

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

  .about_pre-heading.center {
    margin-bottom: 0;
  }

  .about_intro_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 3rem;
  }

  .about_intro_wrapper.is-full-screen {
    min-height: 80svh;
    margin-bottom: 2rem;
  }

  .about_skills_description, .about_skills_content {
    width: 100%;
  }

  .about_link {
    text-align: left;
    font-size: 1.5rem;
  }

  .about_link.is-projects {
    font-size: 1.5rem;
  }

  .about_links {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .article---mask.x-left {
    right: 110%;
  }

  .article---mask.x-right {
    left: 110%;
  }

  .heading-12.x-01 {
    font-family: Changa One, Impact, sans-serif;
    font-size: 3.5rem;
    font-weight: 400;
  }

  .heading-12.x-02 {
    font-family: Changa One, Impact, sans-serif;
    font-size: 3rem;
    font-weight: 400;
  }

  .heading-12.x-03 {
    font-family: Changa One, Impact, sans-serif;
    font-size: 3.5rem;
    font-weight: 400;
  }

  .heading-12.x-04 {
    font-family: Changa One, Impact, sans-serif;
  }

  .work_hero-section {
    min-height: 100svh;
  }

  .spacer-30 {
    display: none;
  }

  .spacer-30._15-xsvp {
    height: 15px;
  }

  .col.small {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .header-quaternary.grey-text.uppercase {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .flex-vertical.marquee-fix {
    margin-top: 15px;
  }

  .spacer-40, .paragraph-large.centered-svp {
    display: none;
  }

  .container-6 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .flex-horizontal.flex-left.flip-svp {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .spacer-15 {
    display: none;
  }

  .lrg-nav-item {
    margin: 0;
  }

  .col-inner {
    height: 70px;
    margin-left: 10px;
    margin-right: 0;
    padding-left: 0;
  }

  .menu-header {
    flex: 1;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 3rem;
  }

  .hover-nav-menu {
    justify-content: center;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .image-10 {
    margin-top: 10px;
    margin-left: 10px;
  }

  .sm-nav-item {
    margin-bottom: 3px;
    line-height: 3;
  }

  .nav-open {
    width: 30px;
  }

  .div-block-3 {
    overflow: visible;
  }

  .flex {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .menu-link-wrap-bottom {
    padding-left: 1.1rem;
    padding-right: 0;
  }

  .nav-close {
    width: 30px;
    height: 30px;
  }
}


