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

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

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

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

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

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

:root {
  --color--copy-bright: #eeebdc;
  --font-family--geist: Geist, sans-serif;
  --color--copy-dark: #000;
  --heading--h1: 5rem;
  --heading--h2: 4rem;
  --heading--h3: 3rem;
  --heading--h4: 2rem;
  --heading--h5: 1.4rem;
  --heading--h6: 1.1rem;
  --spacing--sm: 2.25rem;
  --color--divider-grey\<deleted\|variable-9956ef44-55fe-a8dc-bc68-6dccf8e2e07c\>: #b4b4b4;
  --text-size--medium: 1.25rem;
  --color--transparent: transparent;
  --border-radius--round: 999rem;
  --spacing--xs: .8rem;
  --text-size--large: 1.5rem;
  --container--large: 100rem;
  --container--small: 60rem;
  --page-padding--desktop: 4rem;
  --page-padding--tablet: 6vw;
  --color--copy-grey: #757575;
  --color--accent-color: #fc762d;
  --color--white: white;
  --border-radius--small: .75rem;
  --border-radius--medium: 2.5rem;
  --color--background-dark-1: var(--color--copy-dark);
  --container--medium: 80rem;
  --container--tiny: 32rem;
  --spacing--xxs: .5rem;
  --spacing--md: 4.5rem;
  --spacing--xl: 7.5rem;
  --text-size--small: 1.1rem;
  --text-size--tiny: .9rem;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--color--copy-bright);
  font-family: var(--font-family--geist);
  color: var(--color--copy-dark);
  font-size: 1rem;
  line-height: 1;
}

h1 {
  font-size: var(--heading--h1);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
}

h2 {
  font-size: var(--heading--h2);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
}

h3 {
  font-size: var(--heading--h3);
  letter-spacing: -.005em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.1;
}

h4 {
  font-size: var(--heading--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.2;
}

h5 {
  font-size: var(--heading--h5);
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.05;
}

h6 {
  font-size: var(--heading--h6);
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.1;
}

p {
  margin-bottom: 0;
  line-height: 1.4;
}

a {
  color: inherit;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.5rem;
  line-height: 1.4;
}

ol {
  margin-top: var(--spacing--sm);
  margin-bottom: var(--spacing--sm);
  padding-left: 2.5rem;
  line-height: 1.4;
}

label {
  margin-bottom: .3rem;
  display: block;
}

blockquote {
  border-left: 5px solid var(--color--divider-grey\<deleted\|variable-9956ef44-55fe-a8dc-bc68-6dccf8e2e07c\>);
  margin-bottom: 0;
  padding: .6rem 1.2rem;
  line-height: 1.4;
}

figure {
  margin-bottom: 10px;
}

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

.heading-style-h6 {
  font-size: var(--heading--h6);
  text-align: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.1;
}

.copy-medium {
  font-size: var(--text-size--medium);
  line-height: 1.4;
}

.heading-style-h2 {
  font-size: var(--heading--h2);
  letter-spacing: -.01em;
  text-transform: none;
  line-height: 1;
}

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

.button {
  border: .15em solid var(--color--transparent);
  border-radius: var(--border-radius--round);
  background-color: var(--color--copy-dark);
  color: var(--color--copy-bright);
  text-align: center;
  letter-spacing: .03rem;
  padding: 1.2rem 1.7rem;
  font-size: 1rem;
  font-weight: 600;
}

.button.is-large {
  padding: 1.5rem 2.5rem;
  font-size: 1.2rem;
}

.button.is-secondary {
  background-color: var(--color--transparent);
  color: var(--color--copy-dark);
}

.button.is-bright {
  background-color: var(--color--copy-bright);
  color: var(--color--copy-dark);
}

.button.is-bright.is-secondary {
  border-color: var(--color--copy-bright);
  background-color: var(--color--transparent);
  color: var(--color--copy-bright);
  font-size: 1rem;
}

.spacer-xl-start {
  padding-top: 0;
}

.spacer-xs-start {
  padding-top: var(--spacing--xs);
}

.spacer-sm-start {
  padding-top: var(--spacing--sm);
}

.spacer-sm-start.spacer-sm-end {
  text-align: left;
  margin-bottom: auto;
}

.copy-large {
  font-size: var(--text-size--large);
  line-height: 1.4;
}

.spacer-xs-end {
  padding-bottom: var(--spacing--xs);
}

.heading-style-h1 {
  font-size: var(--heading--h1);
  text-align: center;
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-bottom: -10px;
  font-weight: 900;
  line-height: .85;
}

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

.container-large {
  width: 100%;
  max-width: var(--container--large);
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: var(--container--small);
  margin: 30px auto;
}

.spacer-sm-end {
  padding-bottom: var(--spacing--sm);
}

.page-padding {
  padding-right: var(--page-padding--desktop);
  padding-bottom: 0;
  padding-left: var(--page-padding--desktop);
}

.heading-style-h3 {
  font-size: var(--heading--h3);
  letter-spacing: -.005em;
  text-transform: none;
  line-height: 1.1;
}

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

.utility-page-content {
  width: 100%;
  max-width: 44rem;
  padding-right: var(--page-padding--desktop);
  padding-left: var(--page-padding--desktop);
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.header-inner {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.intro-copy-text {
  padding-left: 3em;
  padding-right: 3em;
  font-size: 1.2em;
}

.video-preview-wrapper {
  aspect-ratio: 16 / 9;
  color: #fffdf6;
  background-color: #000;
  border-radius: 1em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.youtube-play-icon {
  height: 3.9em;
  margin-right: -.2em;
}

.intro-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 58rem;
  min-height: 100svh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9em;
  padding-bottom: 10.1em;
  display: flex;
}

.header-button {
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-style: solid;
  border-width: 1px;
  border-radius: 999em;
  padding: 1.1em 2em 1em;
  font-size: .65em;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.header-button:hover {
  padding-left: 3.5em;
  padding-right: 3.5em;
}

.copy-tiny-2 {
  font-size: .9rem;
  line-height: 1.4;
}

.video-preview-img {
  opacity: .72;
  object-fit: contain;
  border-radius: 1em;
  width: 100%;
  height: 100%;
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
}

.video-preview-img:hover {
  transform: scale(1.03);
}

.intro-title {
  text-transform: uppercase;
  font-size: 4em;
  line-height: .9;
}

.header-right {
  color: #757575;
}

.section-intro {
  background-image: url('../images/rb_22627.png');
  background-size: cover;
  position: relative;
}

.nav-main {
  z-index: 999;
  border-bottom: 1px solid var(--color--copy-grey);
  background-color: var(--color--transparent);
  position: absolute;
  inset: 0% 0% auto;
}

.intro-pre-title {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 1.4em;
  line-height: .9;
}

.youtube-play-button {
  background-color: #e61313;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 7em;
  padding-top: .4em;
  padding-bottom: .4em;
  font-size: 1.1em;
  display: flex;
  position: absolute;
  box-shadow: 0 .7rem 2.5rem #00000047;
}

.header-left {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center;
  display: flex;
}

.section-page-intro {
  background-color: var(--color--copy-bright);
  justify-content: center;
  align-items: center;
  min-height: 200svh;
  overflow: clip;
}

.page-intro-content {
  z-index: 0;
  position: relative;
}

.page-intro-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: center;
  height: 100svh;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
  position: sticky;
  top: 0;
}

.page-intro-title {
  letter-spacing: -.06em;
  text-transform: uppercase;
  font-size: 10vw;
  font-weight: 900;
  line-height: .8;
}

.page-intro-title.is-skills {
  color: var(--color--accent-color);
  margin-left: .89em;
}

.page-intro-title.is-webdesign {
  margin-left: 1.16em;
}

.page-intro-title.is-animation {
  margin-left: 3em;
}

.page-intro-text-wrapper {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -5vh;
  display: flex;
}

.page-intro-title-small {
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: 1.5vw;
  font-weight: 400;
}

.page-intro-title-small.is-made-in-webflow {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 5.6em;
  display: flex;
}

.page-intro-title-small.is-best-in-class {
  align-self: flex-start;
  margin-left: 7.9em;
}

.section-after-intro-text {
  z-index: 3;
  background-color: var(--color--copy-dark);
  opacity: 1;
  color: var(--color--copy-bright);
  background-image: url('../images/Stars.png');
  background-size: cover;
  background-attachment: fixed;
  margin-top: auto;
  padding-top: 6em;
  padding-bottom: 20em;
  display: block;
  position: relative;
}

.section-after-intro-text._5 {
  padding-bottom: 14em;
}

.page-intro-title-wrapper {
  grid-column-gap: .5vh;
  grid-row-gap: .5vh;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.page-intro-splitscreen-wrapper {
  z-index: 1;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.page-intro-splitscreen-top, .page-intro-splitscreen-bottom {
  background-color: var(--color--copy-dark);
  width: 100%;
  height: 0%;
}

.made-in-webflow-brand {
  max-width: 2.3em;
}

.image-placeholder {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 1.8em;
  width: 100%;
}

.video {
  border-radius: 20px;
  margin-bottom: 15px;
}

.arrow-external-link {
  width: 2.5em;
  height: auto;
  margin-left: auto;
}

.arrow-external-link.ft {
  color: var(--color--copy-bright);
}

.grid-bottom {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: 50%;
  display: flex;
  overflow: hidden;
}

.grid-bottom.is-contact-wrapper {
  flex-direction: column;
  height: auto;
  min-height: auto;
}

.container-marquee {
  width: 100%;
  height: auto;
  padding-top: 4vh;
  padding-bottom: 4vh;
  display: flex;
  overflow: hidden;
}

.marquee-text {
  color: var(--color--copy-bright);
  padding-right: 4vw;
  font-weight: 300;
}

.contact-item {
  width: 100%;
  color: var(--color--copy-bright);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.grid-content {
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.rule-footer {
  opacity: .4;
  background-color: #e3e2e1;
  height: 1px;
  margin-bottom: 1.5em;
}

.rule-footer.ft {
  background-color: #e3e2e1;
}

.inner-container {
  white-space: nowrap;
  object-fit: fill;
  padding-left: 3.5em;
  display: flex;
  position: static;
}

.container {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding-left: 4em;
  padding-right: 4em;
  display: block;
  position: static;
  top: 0%;
  left: 0%;
  right: 0%;
}

.container.is-footer {
  justify-content: flex-end;
  height: 75%;
  display: flex;
}

.section {
  z-index: 1000;
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.section.is-footer {
  color: #1e1d1d;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 110vh;
  padding-top: 25%;
  padding-bottom: 0;
  display: flex;
}

.section.is-footer.ft {
  border-top: .1px solid var(--color--copy-bright);
  background-color: var(--color--copy-dark);
  min-height: 50vh;
  padding-top: 2%;
}

.footer-wrapper {
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: 50px;
  display: block;
}

.footer-links-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 1em;
  display: flex;
}

.footer-contact-item {
  font-weight: 400;
  text-decoration: none;
}

.info-wrapper-link {
  border-top: 1px solid var(--color--copy-grey);
  color: #c8c4c1;
  border-bottom: 1px #000;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1.5em;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.info-wrapper-link._2 {
  border: 1px #000;
  border-top-width: 0;
}

.copyright {
  color: #1e1d1d;
  margin-bottom: -5px;
  margin-left: auto;
  padding-bottom: 0;
}

.grid-footer {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  height: auto;
  padding-top: 6em;
  padding-bottom: 4em;
}

.div-is-75 {
  flex-direction: column;
  justify-content: space-between;
  width: 75%;
  display: flex;
}

.noise {
  z-index: 99999;
  opacity: .22;
  pointer-events: none;
  background-image: url('../images/Noise.png');
  background-size: 1440px;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-lights {
  z-index: 98;
  opacity: .26;
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.light-wrap {
  width: 100%;
  min-width: 1440px;
  position: relative;
}

.light-right {
  width: 80vw;
  max-width: 1440px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.light-left {
  width: 80vw;
  max-width: 1440px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-2 {
  background-image: url('../images/Stars.png');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.stars {
  z-index: 10;
  pointer-events: auto;
  background-image: url('../images/Stars.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  position: absolute;
  inset: 0%;
}

.image {
  position: absolute;
  inset: 0%;
}

.section-3 {
  z-index: 5;
  background-image: url('../images/Stars.png');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.heading {
  color: var(--color--copy-bright);
  margin-bottom: 40px;
}

.heading._2 {
  color: var(--color--copy-bright);
  margin-bottom: 20px;
  font-size: 44px;
}

.heading._3 {
  margin-bottom: 60px;
}

.heading._3._4 {
  margin-bottom: 45px;
}

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

.button-2 {
  white-space: nowrap;
  background-color: #efffef;
  border-radius: .5rem;
  align-items: center;
  padding: 12px 20px;
  font-weight: 500;
  transition: background-color .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.button-2:hover {
  background-color: #33ce56;
}

.button-2.outline {
  color: #efffef;
  background-color: #effbef00;
  border: 1px solid #efffef;
}

.button-2.outline:hover {
  color: #0c1e1b;
  background-color: #6fff90;
  border-color: #6fff90;
}

.button-2.font-color-accent-2:hover {
  background-color: #6fff90;
}

.eyebrow-icon {
  display: flex;
}

.eyebrow-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: .5px solid var(--color--copy-bright);
  opacity: 1;
  color: #efffef;
  background-color: #0000;
  border-radius: 6rem;
  align-items: center;
  margin-bottom: 2rem;
  padding: .5rem 1rem;
  text-decoration: none;
  display: flex;
}

.eyebrow-component._2 {
  background-color: var(--color--transparent);
  margin-bottom: 10px;
}

.paragraph-hero {
  opacity: 1;
  max-width: 70ch;
  margin-top: 1rem;
  margin-bottom: 0;
  line-height: 1.6;
}

.eyebrow {
  opacity: 1;
  text-transform: uppercase;
  max-width: 70ch;
  margin-bottom: 0;
  font-size: .75rem;
  text-decoration: none;
}

.eyebrow-dot {
  background-color: #6fff90;
  border-radius: 50%;
  width: .5rem;
  height: .5rem;
}

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

.button-wrapper.padding-top-2 {
  margin-top: 2rem;
}

.hero-component {
  background-color: var(--color--transparent);
  text-align: center;
  background-image: url('../images/Dots-Texture.png');
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 6rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 5rem 6rem;
  display: flex;
  position: relative;
  box-shadow: 0 0 3px #ffffff80, inset 0 -20px 200px -100px #1a3e35, 0 3px 2px #00000005, 0 8px 7px #00000008, 0 20px 14px #0000000a, 0 100px 80px #00000012, 0 64px 46px #0000000f;
}

.hero-component._2 {
  background-image: linear-gradient(#eeebdcfa, #eeebdcfa), url('../images/rb_23148.png'), url('../images/Dots-Texture.png');
  background-position: 0 0, 50%, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, scroll, scroll;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 6rem;
  box-shadow: 0 1px 3px #7575755e, 0 2px 5px #ffffff63, inset 0 -20px 200px -100px #1a3e35, 0 3px 2px #00000005, 0 8px 7px #00000008, 0 20px 14px #0000000a, 0 100px 80px #00000012, 0 64px 46px #0000000f;
}

.section-4 {
  border-top: 1px solid var(--color--copy-grey);
  background-color: var(--color--copy-dark);
  text-align: center;
  display: block;
}

.link {
  color: var(--color--copy-bright);
  padding-left: 0;
  padding-right: 40px;
  font-size: 16px;
  text-decoration: none;
}

.link:hover {
  color: #c2bfb1;
}

.container-2 {
  text-align: left;
  max-width: none;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 3.5em;
}

.footer-small {
  text-align: left;
  max-width: none;
  padding: 15px 4em 15px 3.5em;
  display: flex;
}

.div-block {
  padding-left: 15%;
  padding-right: 15%;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
}

.div-card {
  border: 1px solid var(--color--copy-grey);
  background-color: var(--color--copy-dark);
  flex-flow: column;
  align-items: center;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.popup {
  z-index: 10;
  background-color: #757575cc;
  background-image: url('../images/Stars.png');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.hero-component-new {
  border: 1px solid var(--color--copy-bright);
  background-color: var(--color--copy-grey);
  text-align: center;
  background-image: url('../images/Dots-Texture.png');
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 6rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 5rem 6rem;
  display: flex;
  position: relative;
  box-shadow: 0 0 3px #ffffff80, inset 0 -20px 200px -100px #1a3e35, 0 3px 2px #00000005, 0 8px 7px #00000008, 0 20px 14px #0000000a, 0 100px 80px #00000012, 0 64px 46px #0000000f;
}

.hero-component-new._2 {
  background-image: linear-gradient(#eeebdcfa, #eeebdcfa), url('../images/rb_23148.png'), url('../images/Dots-Texture.png');
  background-position: 0 0, 50%, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, scroll, scroll;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 6rem;
  box-shadow: 0 1px 3px #7575755e, 0 2px 5px #ffffff63, inset 0 -20px 200px -100px #1a3e35, 0 3px 2px #00000005, 0 8px 7px #00000008, 0 20px 14px #0000000a, 0 100px 80px #00000012, 0 64px 46px #0000000f;
}

.cross {
  width: 34px;
  position: absolute;
  inset: 6% 6% auto auto;
}

.link-block-2 {
  text-decoration: none;
}

.code-embed {
  border: .5px solid #eeebdc80;
}

.max-w-40px {
  max-width: 40px;
}

.card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card.instagram-feed-link-card {
  background-color: var(--color--copy-dark);
  opacity: 1;
  border-radius: 20px;
  width: 100%;
  padding: 32px 24px 24px;
  text-decoration: none;
  box-shadow: 0 13px 13px #dad9ef26;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.link-and-btn-grid {
  grid-template-columns: auto auto;
  justify-content: space-between;
}

.grid-2-columns.link-and-btn-grid.mg-bottom-32px {
  margin-bottom: 30px;
}

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

.grid-3-columns.instagram-feed---3-col-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr;
}

.container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.instagram-feed---image-overlay-solid {
  z-index: 1;
  background-color: var(--color--copy-grey);
  transform-origin: 0%;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  inset: 0%;
}

.instagram-feed---icon-inside {
  min-width: 40px;
  max-width: 40px;
}

.instagram-feed---icon-inside.mg-bottom-12px {
  min-width: 50px;
  max-width: 50px;
}

.divider {
  background-color: #dcddeb;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider._24px---34px {
  margin-top: 24px;
  margin-bottom: 34px;
}

.color-accent-1 {
  color: var(--color--copy-grey);
}

.instagram-feed---image {
  object-fit: cover;
  width: 100%;
}

.heading-h1-size {
  color: var(--color--white);
  text-align: left;
  text-transform: uppercase;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.inner-container-2._666px {
  max-width: 666px;
}

.instagram-feed---image-overlay {
  z-index: 1;
  transform-origin: 0%;
  background-color: #000000a6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.instagram-feed---image-overlay.bg-accent-1 {
  border: 1px solid var(--color--copy-grey);
  background-color: var(--color--copy-dark);
  padding-top: 0;
  display: flex;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.pd-14px---24px {
  padding: 14px 24px;
}

.instagram-feed---image-wrapper {
  z-index: 1;
  border-radius: 16px;
  flex-flow: row;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.text-200 {
  line-height: 20px;
}

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

.text-200.bold.color-neutral-300 {
  font-family: var(--font-family--geist);
  color: var(--color--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: 600;
  line-height: 38px;
}

.color-neutral-800 {
  color: #211f54;
}

.color-neutral-800.hover-color-accent-1:hover {
  color: #4a3aff;
}

.flex {
  display: flex;
}

.flex.align-center {
  align-items: center;
}

.flex.align-center.gap-column-12px {
  grid-column-gap: 12px;
}

.social-icon-font {
  line-height: 21px;
}

.social-icon-font.btn-social-icon {
  margin-right: 8px;
  font-size: 20px;
  line-height: 1em;
}

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

.mg-bottom-0 {
  text-align: left;
  margin-bottom: 0;
}

.eyebrow-component-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--color--copy-grey);
  opacity: 1;
  color: #efffef;
  background-image: radial-gradient(circle, #000 68%, #fff0);
  border-radius: 6rem;
  align-items: center;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  text-decoration: none;
  display: flex;
}

.div-block-2 {
  flex: 1;
}

.image-2 {
  color: var(--color--accent-color);
}

.div-block-3 {
  background-color: var(--color--accent-color);
  width: 100%;
  height: 100%;
}

.container-3 {
  margin-top: 167px;
  position: relative;
}

.div-block-4 {
  background-image: url('../images/2_1.avif');
  background-position: 0 0;
  background-size: cover;
  height: 400px;
  position: absolute;
  top: auto;
}

.div-card-2 {
  background-color: #000;
  border: 1px solid #757575;
  flex-flow: column;
  align-items: center;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.eyebrow-component-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: 1;
  color: #efffef;
  background-color: #0000;
  border: .5px solid #eeebdc;
  border-radius: 6rem;
  align-items: center;
  margin-bottom: 2rem;
  padding: .5rem 1rem;
  text-decoration: none;
  display: flex;
}

.eyebrow-component-3._2 {
  background-color: #0000;
  margin-bottom: 10px;
}

.heading-2 {
  color: #eeebdc;
  margin-bottom: 40px;
}

.heading-2._2 {
  color: #eeebdc;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 44px;
}

.div-block-5 {
  flex-flow: column;
  margin-bottom: 50px;
  display: flex;
}

.div-block-6 {
  border-style: solid solid none;
  border-width: .1px;
  border-color: var(--color--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.div-block-7 {
  border-style: none solid solid;
  border-width: .1px;
  border-color: var(--color--white);
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-bottom: 140px;
}

.container-default-copy {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.container-bio {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  display: none;
}

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

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

.grid-mobile {
  grid-template-rows: auto;
  display: none;
}

.grid-4 {
  grid-template-rows: auto;
  margin-bottom: 90px;
}

.heading-h1-size-2 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.container-bio-2 {
  max-width: 1218px;
  margin-bottom: 60px;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

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

.image-3 {
  width: 50px;
  margin-right: 15px;
}

@media screen and (min-width: 1440px) {
  .page-intro-title.is-webdesign {
    color: var(--color--copy-dark);
  }

  .grid-bottom {
    align-items: flex-start;
  }

  .container {
    flex-direction: row;
    align-items: center;
  }

  .container.is-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .section {
    flex-direction: row;
    height: auto;
    display: block;
  }

  .section.is-footer {
    padding-bottom: 0;
  }

  .footer-wrapper {
    margin-bottom: 50px;
  }

  .hero-component {
    width: 62%;
  }

  .grid {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .popup {
    z-index: 10;
    background-color: #00000080;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .hero-component-new {
    z-index: 10;
    background-color: var(--color--copy-grey);
    border: 1px solid #eeebdc91;
    width: 62%;
  }

  .cross {
    width: 36px;
    height: auto;
    position: absolute;
    inset: 6% 6% auto auto;
  }

  .link-block {
    position: fixed;
    inset: 0%;
  }

  .link-block-2 {
    text-decoration: none;
  }

  .card.instagram-feed-link-card {
    padding-top: 24px;
  }

  .color-accent-1 {
    color: var(--color--copy-grey);
  }

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

  .instagram-feed---image-overlay.bg-accent-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid var(--color--copy-grey);
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .text-200.bold.color-neutral-300 {
    margin-top: auto;
    margin-bottom: 25px;
  }

  .eyebrow-component-2 {
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .heading-h1-size-2 {
    color: #fff;
  }

  .container-bio-2 {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 991px) {
  .page-padding {
    padding-right: var(--page-padding--tablet);
    padding-left: var(--page-padding--tablet);
  }

  .header-inner {
    padding-top: 2em;
  }

  .header-button {
    font-size: 1em;
  }

  .header-button:hover {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .header-button:active {
    transform: scale(.94);
  }

  .section-after-intro-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .arrow-external-link {
    width: 1.3em;
  }

  .grid-bottom.is-contact-wrapper {
    justify-content: flex-start;
    margin-top: 2em;
    margin-left: 0;
  }

  .container {
    padding: 2em;
    font-size: 14px;
  }

  .grid-footer {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 50%;
    padding-top: 6em;
    display: flex;
  }

  .heading {
    font-size: 3rem;
  }

  .grid-3-columns, .grid-3-columns.instagram-feed---3-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .instagram-feed---image-wrapper {
    border-radius: 10px;
  }

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

  .grid-3 {
    display: none;
  }

  .grid-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template: ". ."
                   "Area Area"
                   "Area Area"
                   / 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-4 {
    display: none;
  }

  .heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .heading-style-h1 {
    font-size: 3rem;
  }

  .header-inner {
    grid-column-gap: 1.3em;
    grid-row-gap: 1.3em;
    flex-flow: column;
    justify-content: center;
    padding-top: 4.5em;
  }

  .intro-copy-text {
    padding-left: 0;
    padding-right: 0;
  }

  .intro-content {
    min-height: 0;
  }

  .intro-title {
    font-size: 2.8em;
  }

  .header-left {
    flex-wrap: wrap;
    justify-content: center;
  }

  .page-intro-title {
    font-size: 13vw;
  }

  .page-intro-title.is-skills, .page-intro-title.is-webdesign {
    margin-left: 0;
  }

  .page-intro-title.is-animation {
    flex: 1;
    margin-left: 0;
  }

  .page-intro-text-wrapper {
    margin-top: -4vh;
  }

  .page-intro-title-small {
    font-size: 2.6vw;
  }

  .page-intro-title-small.is-made-in-webflow {
    margin-right: 0;
  }

  .page-intro-title-small.is-best-in-class {
    margin-left: 0;
  }

  .section-after-intro-text {
    padding-left: 50px;
    padding-right: 50px;
  }

  .footer-links-wrapper {
    justify-content: space-between;
  }

  .grid-footer {
    padding-top: 4em;
  }

  .div-is-75 {
    width: 100%;
  }

  .heading {
    font-size: 2rem;
  }

  .hero-component, .hero-component-new {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .card.instagram-feed-link-card {
    border-radius: 12px;
    padding: 16px;
  }

  .grid-2-columns, .grid-3-columns {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.instagram-feed---3-col-grid {
    grid-column-gap: 12px;
    grid-row-gap: 33px;
    grid-template-columns: 1fr;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .heading-h1-size {
    font-size: 38px;
    line-height: 46px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .text-200.bold.color-neutral-300 {
    font-size: 24px;
  }

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

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

  .grid-3 {
    display: block;
  }

  .paragraph-bio {
    margin-top: 34px;
  }

  .grid-mobile {
    display: none;
  }

  .grid-4 {
    display: block;
  }

  .heading-h1-size-2 {
    font-size: 38px;
    line-height: 46px;
  }
}

@media screen and (max-width: 479px) {
  .header-inner {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .header-button-wrapper, .header-button {
    width: 100%;
  }

  .header-left {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    font-size: .8em;
  }

  .page-intro-wrapper {
    height: 100svh;
  }

  .page-intro-text-wrapper {
    margin-top: 9vh;
  }

  .section-after-intro-text {
    padding-top: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  .container-marquee, .marquee-text {
    overflow: hidden;
  }

  .inner-container {
    overflow: visible;
  }

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

  .container.is-footer {
    height: auto;
  }

  .copyright {
    color: #ccc;
  }

  .heading {
    font-size: 1.5rem;
  }

  .button-2 {
    text-align: center;
    justify-content: center;
  }

  .button-wrapper.padding-top-2 {
    flex-direction: column;
    width: 100%;
  }

  .hero-component, .hero-component-new {
    border-radius: 1.5rem;
    padding: 2rem;
  }

  .grid-2-columns.link-and-btn-grid {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hidden-on-mbp {
    display: none;
  }

  .instagram-feed---icon-inside {
    max-width: 36px;
  }

  .divider {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .heading-h1-size {
    font-size: 32px;
    line-height: 38px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

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

  .heading-2._2 {
    text-align: center;
    font-size: 32px;
  }

  .container-default-copy, .container-bio {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-h1-size-2 {
    font-size: 32px;
    line-height: 38px;
  }

  .container-bio-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-ad7a268d-8102-0fa5-7812-5a4e6233d8c3-1d35f8a6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-ad7a268d-8102-0fa5-7812-5a4e6233d8e1-1d35f8a6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1739d1f3-46e6-d59d-774e-040ddabb875c-1d35f8a6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-bbe04d59-a38c-58e1-aa12-208d44e7c9be-1d35f8a6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}