:root {
  --0d0d0d: #0d0d0d;
  --orange: #eb5939;
  --grey: #b7ab98;
  --body: #fdf7f1;
}

body {
  background-color: var(--0d0d0d);
  color: #000127;
  font-family: Qanelas, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.6;
}

h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15em;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: #051014;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Qanelas, sans-serif;
  font-size: 4.69em;
  font-weight: 600;
  line-height: 1.3;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 8.85em;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lovelace, sans-serif;
  font-size: 3.13em;
  font-weight: 400;
  line-height: 1;
}

h5 {
  color: #e5e5e5;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lovelace, sans-serif;
  font-size: 2.24em;
  font-weight: 400;
  line-height: 20px;
}

.html-embed {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block {
  display: none;
}

.vs-section {
  z-index: 2;
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

.section.is--colored {
  background-color: #2a7e6b;
}

.section.is--nav {
  z-index: 1000;
  background-color: rgba(253, 247, 241, .63);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container {
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.7em 6.25em;
}

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

.container.is--no-margin {
  width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.container.is--full-page {
  width: 100%;
  background-color: #000127;
  margin-left: 0;
  margin-right: 0;
  padding-left: 3em;
  padding-right: 3em;
}

.container.is--navbar {
  padding-top: 1.3em;
  padding-bottom: .7em;
}

.grid {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
}

.grid.is--div-1 {
  width: 100%;
  justify-content: center;
  align-items: stretch;
}

.grid.is--div-2 {
  width: 20%;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
}

.grid.is--margin {
  margin-top: 6em;
  padding-bottom: 3.5em;
}

.grid.is-padding {
  padding-top: 5em;
  position: relative;
}

.grid_item {
  width: 100%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 1.04em;
  font-weight: 400;
  display: block;
}

.grid_item.is--text-big {
  margin-left: 10%;
  margin-right: -10%;
}

.grid_item.is--badge {
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: -1em;
  margin-left: -85%;
  margin-right: 38%;
  display: block;
  position: static;
}

.grid_item.is--paragraph-title {
  width: auto;
  margin-left: -36%;
  margin-right: -36%;
  padding-bottom: 2.44em;
}

.grid_item.is--image1 {
  z-index: 1;
  width: 100%;
  height: 37em;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5.13em;
  padding: 0;
  display: block;
  position: static;
  overflow: visible;
}

.grid_item.is--text-middle {
  object-fit: fill;
  margin-top: 0;
  padding-top: 13.28em;
  padding-bottom: 7.55em;
  overflow: visible;
}

.grid_item.is--img1 {
  width: 25%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid_item.is--img2 {
  width: 25%;
  padding-top: 12em;
}

.grid_item.is--img3 {
  width: 25%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid_item.is--img4 {
  width: 25%;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.grid_item.is--text-1 {
  width: 65%;
  margin-top: -10em;
  padding-left: 11em;
}

.grid_item.is--text-2 {
  width: 35%;
  margin-left: -10%;
  padding-top: 5.64em;
}

.grid_item.is--text-1-copy {
  width: 67%;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: -4em;
  padding-left: 11em;
  display: flex;
}

.grid_item.is--margin {
  padding-top: 14em;
}

.grid_item.is--grid-1 {
  width: 33.3333%;
  flex-flow: column;
  flex: 0 auto;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.grid_item.is--grid-2 {
  width: 33.3333%;
  position: relative;
}

.grid_item.is--grid-3 {
  width: 33.3333%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.grid_item.is--testimonial {
  margin-top: 2em;
}

.grid_item.is--horizontal {
  flex-direction: row;
  justify-content: space-between;
  padding-top: 14em;
  display: flex;
}

.grid_item.is--footer-heading {
  z-index: 2;
  padding-top: 14em;
  padding-bottom: 8em;
  padding-left: 4em;
  position: relative;
}

.grid_item.is--footer-1 {
  width: 33.3333%;
  padding-left: 4em;
}

.grid_item.is--footer-2, .grid_item.is--footer-3 {
  width: 33.3333%;
}

.is--title-small {
  color: #63639c;
  margin-top: 0;
  padding-left: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 2.6em;
  font-weight: 600;
  display: inline-block;
  position: relative;
  top: 5%;
  left: 12%;
}

.image-card {
  height: 10em;
  display: inline-block;
  position: static;
  top: auto;
  bottom: 39%;
  left: 78%;
  right: auto;
}

.image-card.rotate {
  transform: rotate(-28deg);
}

.div {
  padding-top: 10em;
  display: flex;
}

.fade-up {
  font-family: Zetafonts erotique text, sans-serif;
  font-size: 13em;
  font-weight: 400;
  line-height: .93;
}

.fade-up.tricks {
  font-family: Qanelas, sans-serif;
  font-size: 13.8em;
  font-weight: 600;
}

.slide-in {
  color: #6b687c;
  font-size: 1.2em;
}

.slide-in.tricks {
  font-weight: 600;
  overflow: hidden;
}

.image-2 {
  z-index: 9999;
  width: 16em;
  height: 16.35em;
  position: absolute;
  top: auto;
  bottom: .6em;
  left: -5em;
  right: 0%;
}

.text--middle {
  text-align: center;
  font-family: Lovelace, sans-serif;
  font-size: 2.6em;
  font-weight: 400;
}

.text--middle.fade-up3.tricks {
  color: #051014;
  font-family: Qanelas, sans-serif;
  font-weight: 600;
  overflow: hidden;
}

.image-4 {
  height: 17.4em;
}

.image-5 {
  height: 17em;
}

.image-6 {
  height: 17.4em;
}

.text-span {
  font-family: Qanelas, sans-serif;
}

.text-span-2, .text-span-3 {
  font-family: Lovelace, sans-serif;
  font-weight: 300;
}

.link-img {
  color: #3f3e59;
  padding-top: 1.56em;
  font-family: Lovelace, sans-serif;
  font-size: 1.2em;
}

.text-span-4 {
  text-decoration: underline;
}

.text-img {
  font-family: Qanelas, sans-serif;
  font-size: 1.5em;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  padding-left: 1.72em;
  display: flex;
}

.image-7 {
  height: 2em;
}

.div-2 {
  flex-direction: column;
  display: flex;
}

.h-colorized {
  color: #5c5a70;
  text-align: center;
  padding-top: .3em;
  padding-bottom: .3em;
  display: block;
}

.image-8 {
  height: 20.73em;
  object-fit: cover;
  overflow: visible;
}

.div-img {
  justify-content: center;
  display: none;
  position: absolute;
}

.div-img-right {
  display: none;
  position: absolute;
}

.image-9 {
  height: 31.35em;
  object-fit: fill;
}

.icon-3 {
  color: #4c4172;
}

.testimonial-slider {
  height: 100%;
  background-color: #2a7e6b;
}

.slider-right {
  cursor: none;
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-left: 1.5em;
  margin-right: 1.5em;
  padding: 0;
  display: flex;
}

.slide-nav {
  display: none;
}

.arrow {
  width: 28px;
}

.arrow.is--scroll {
  width: auto;
  opacity: .46;
  margin-left: 1em;
}

.left-arrow {
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 40%;
}

.arrow-disabled-right {
  min-height: 4.5em;
  opacity: .3;
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-left: 1.5em;
  margin-right: 1.5em;
  padding: 0;
  display: flex;
}

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

.testimonial {
  justify-content: center;
  align-items: center;
  padding-right: 26.1em;
  display: flex;
}

.testimonial-content-wrap {
  width: 50%;
  align-items: center;
  padding: 2.5em .5em;
  display: flex;
}

.right-arrow {
  display: none;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 35%;
}

.slider-arrow-wrap {
  margin-top: 4.5em;
  display: flex;
}

.arrow-disabled {
  min-height: 4.5em;
  opacity: .3;
  cursor: none;
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 1.5em;
  padding: 0;
  display: flex;
}

.slider-left {
  min-height: 4.5em;
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 1.5em;
  padding: 0;
  display: flex;
}

.testimonial-content-block {
  max-width: 60em;
  position: relative;
}

.testimonial-paragraph {
  color: #ddd;
  margin-bottom: 0;
  font-family: MegabyteRegula, sans-serif;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.9;
}

.is--white {
  z-index: 100;
  color: #fff;
  text-align: left;
  font-weight: 300;
  position: static;
}

.is--white._1 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 6.5em;
}

.brackets-1 {
  z-index: 100;
  height: 2em;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: 20%;
  right: auto;
}

.brackets-2 {
  z-index: 100;
  height: 2em;
  position: absolute;
  top: auto;
  bottom: 34%;
  left: auto;
  right: 25%;
}

.slash {
  z-index: 100;
  color: #fff;
  font-weight: 300;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 9.1em;
}

.testimonial-end-number {
  z-index: 100;
  color: #fff;
  font-weight: 300;
  position: absolute;
  top: auto;
  bottom: -.4em;
  left: auto;
  right: 8.4em;
}

.scroll-item {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-scroll {
  color: #3f3e59;
  font-family: Lovelace, sans-serif;
  font-size: 1.2em;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider1.pill {
  margin-left: 6em;
  padding-top: 6em;
  padding-bottom: 7em;
  padding-right: 14em;
}

.splide__track {
  width: 100%;
}

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

.splide__slide {
  width: 50%;
  flex: none;
}

.slider-pill {
  text-align: center;
  padding-bottom: 3.5em;
}

.slider-pill_img {
  width: 100%;
  object-fit: cover;
  background-color: rgba(36, 32, 34, .14);
  border-radius: 0;
  margin-bottom: 2em;
  padding-top: 128%;
  position: relative;
  overflow: hidden;
  transform: rotate(-3deg);
}

.slider-pill_photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-splide {
  font-family: Zetafonts erotique text, sans-serif;
  font-size: 2.4em;
  transform: rotate(-3deg);
}

.slider-css {
  height: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.footer-heading {
  height: 1.1em;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lovelace, sans-serif;
  font-weight: 300;
  line-height: 1.3;
}

.footer-text {
  color: #ddd;
  padding-bottom: 1.7em;
  font-family: MegabyteRegula, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
}

.heading-8 {
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
}

.is--p-title-1 {
  color: #5f7470;
  font-size: 1.2em;
}

.cursor-wrapper {
  z-index: 100;
  cursor: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.large-cursor {
  width: 50px;
  height: 50px;
  border: 1px solid #cbaec0;
  border-radius: 50vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.dot {
  width: 5px;
  height: 5px;
  background-color: #99557f;
  border-radius: 50vw;
  justify-content: space-between;
  align-items: center;
  display: block;
  position: static;
}

.dot-container {
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.text-cursor {
  letter-spacing: 1px;
  font-family: Zetafonts erotique text, sans-serif;
  font-size: 1.5em;
  display: block;
}

.div-img2, .div-img2-right {
  display: block;
  position: absolute;
}

.div-img3-right, .div-img3 {
  display: none;
  position: absolute;
}

.div-img4-right {
  display: none;
  position: absolute;
  top: 43%;
}

.div-img4 {
  display: none;
  position: absolute;
}

.div-img5-right {
  display: none;
  position: absolute;
  top: 43%;
}

.div-img5 {
  display: none;
  position: absolute;
}

.div-img6-right {
  display: none;
  position: absolute;
  top: 43%;
}

.div-img6 {
  display: none;
  position: absolute;
}

.image-10 {
  width: 100%;
  height: 37em;
  max-width: 100%;
  object-fit: cover;
  position: static;
  top: 0;
  overflow: visible;
}

.div-block-6 {
  z-index: 1;
  width: 100%;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  overflow: hidden;
}

.div-block-7 {
  height: 37em;
}

.image-6-copy {
  height: 17.4em;
}

.menu_link {
  color: #000127;
  justify-content: flex-start;
  align-items: center;
  margin-left: 1.2em;
  margin-right: 1.2em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hamburger_icon {
  width: 3em;
}

.container-2 {
  z-index: 1;
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.7em 6.25em;
}

.container-2.is--navbar {
  z-index: 2;
  padding-top: 1.3em;
  padding-bottom: .7em;
  position: relative;
}

.grid_item--2 {
  width: 100%;
  padding: 1.04em;
}

.grid_item--2.is--nav-logo {
  width: 10%;
  flex: none;
}

.grid_item--2.is--hamburger {
  display: none;
}

.grid_item--2.is--menu {
  width: 90%;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: relative;
}

.grid-2 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.grid-2.is--nav {
  z-index: 1003;
  z-index: 1003;
  align-items: baseline;
  position: relative;
}

.menu_p {
  font-family: MegabyteRegula, sans-serif;
  position: static;
}

.nav_logo-img {
  width: 5.21em;
}

.nav {
  z-index: 1000;
  opacity: 1;
  background-color: rgba(253, 247, 241, .37);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.html-embed-2, .div-block-8 {
  display: none;
}

.nav-container {
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 5em 0;
}

.grid_item-2 {
  width: 100%;
  flex: 1;
  padding: 1.04em;
}

.grid_item-2.is--left {
  display: none;
}

.grid_item-2.is--menu {
  width: 90%;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: relative;
}

.menu_p-2 {
  color: #2b2b3f;
  font-size: 1em;
  position: static;
}

.nav_logo-img-2 {
  width: 10em;
}

.nav-final {
  z-index: 1000;
  opacity: 1;
  background-color: rgba(253, 247, 241, 0);
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.grid_item-nav {
  width: 100%;
  flex: 1;
  padding: 1.04em;
}

.grid_item-nav.is--left {
  display: none;
}

.grid_item-nav.is--menu {
  width: 90%;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: relative;
}

.link-block, .no-undelrine {
  text-decoration: none;
}

.work-parent-item {
  text-decoration: none;
  position: relative;
}

.work-item-initial {
  z-index: 1;
  width: 100%;
  color: #b7ab98;
  cursor: pointer;
  border-top: 1px rgba(255, 255, 255, .34);
  border-bottom: 1px solid rgba(255, 255, 255, .34);
  font-size: 7.4rem;
  line-height: 1.2;
  display: flex;
  position: relative;
}

.container-work-item {
  width: 85%;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  display: flex;
}

.work-heading {
  letter-spacing: -6px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 8.5rem;
  display: flex;
}

.work-heading.small {
  font-size: 5.2rem;
}

.work-heading.small.black-shadown {
  text-shadow: -4px 4px 0 var(--0d0d0d);
}

.work-item-second {
  background-color: var(--orange);
  color: #0d0d0d;
  letter-spacing: -6px;
  font-size: 8.5rem;
  line-height: 1;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0;
  left: 0%;
  right: 0%;
  overflow: hidden;
  box-shadow: 0 0 200px rgba(235, 89, 57, .2);
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.justify-spacebetween {
  justify-content: space-between;
  align-items: center;
}

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

.body-text-small {
  color: var(--grey);
  letter-spacing: 0;
  font-size: 1rem;
}

.body-text-small.work {
  max-width: 30ch;
  color: var(--0d0d0d);
}

.body-text-small.text-colour-black {
  color: var(--0d0d0d);
  text-shadow: none;
}

.work-heading-secong {
  text-shadow: -2px 3px 0 var(--grey);
}

.work-heading-secong.small {
  text-shadow: -3px 3px 1px var(--grey);
  font-size: 5.2rem;
}

.work-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.skils-section {
  max-width: 100vw;
  padding-top: 7rem;
  padding-bottom: 2rem;
  overflow: hidden;
}

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

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

.skills-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  margin-bottom: 5rem;
  display: grid;
}

.skills-heading {
  color: var(--grey);
  letter-spacing: -4px;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
}

.split-word {
  font-size: 5.61rem;
}

._100-vh {
  height: 100vh;
}

.slikks-subtext {
  align-items: flex-end;
  padding-left: 20%;
  display: flex;
}

.skills-scroll {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.skills-croll-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.skills-croll-wrap.hide {
  display: none;
}

.skills-ind-item {
  background-color: var(--grey);
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  padding: .25rem 3.45rem;
  font-size: 2rem;
  font-weight: 600;
  display: flex;
}

.skills-ind-item:hover {
  background-color: var(--orange);
  box-shadow: 0 3px 187px 7.5px rgba(255, 107, 0, .4);
}

.skill-parent-item {
  position: relative;
}

.tag {
  opacity: 1;
  color: var(--grey);
  letter-spacing: 3px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 9px;
  margin-left: 10px;
  font-size: .8rem;
  display: flex;
}

.tag.small {
  font-size: 5.2rem;
}

.experience-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.exp-wrap {
  width: 100%;
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  margin-top: 19px;
  margin-bottom: 19px;
  display: grid;
}

.exp-wrap._3-col {
  width: 100%;
  grid-template-columns: .25fr 1.5fr 1fr;
  padding-top: 7px;
  padding-bottom: 7px;
}

.experience-heading {
  letter-spacing: -2px;
  white-space: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 3.157rem;
  display: flex;
}

.experience-heading.small {
  font-size: 5.2rem;
}

.experience-year {
  letter-spacing: -2px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 2.5rem;
  font-weight: 600;
  display: flex;
}

.experience-year.small {
  font-size: 5.2rem;
}

.exp-text {
  letter-spacing: 0;
  font-size: 1.5rem;
}

.exp-text.work {
  max-width: 30ch;
  color: var(--0d0d0d);
}

.html-embed-3 {
  z-index: 3;
  align-items: center;
  display: flex;
  position: relative;
}

.exp-logo {
  width: 149px;
}

.exp-logo.small {
  width: 100px;
  margin-right: 50px;
}

.exp-logo.depar {
  width: auto;
  height: 100px;
}

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

.work-logo-wrap {
  width: 149px;
  align-items: center;
  display: flex;
}

.hero-section {
  max-width: 100vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  overflow: hidden;
}

.hero-heading {
  color: var(--grey);
  text-align: center;
  letter-spacing: -4px;
  font-size: 5.61rem;
  font-weight: 600;
  line-height: 1.2;
}

.text-colour-orange {
  color: var(--orange);
}

.hero-wrap {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.div-block-9 {
  background-image: linear-gradient(156deg, var(--grey), var(--orange));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.letter03 {
  display: inline-block;
}

.cta-wrap {
  z-index: 999;
  width: 11em;
  height: 11em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 15em;
  left: auto;
  right: 28em;
}

.letter06 {
  display: inline-block;
}

.large-headline {
  color: var(--grey);
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 11.391rem;
  font-weight: 600;
  line-height: 100%;
  display: inline-block;
}

.letter01 {
  display: inline-block;
}

.circle-yellow01 {
  z-index: 3;
  width: 15em;
  height: 10em;
  filter: blur(80px);
  background-color: #99c420;
  border-radius: 100%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 4em;
  right: auto;
  transform: rotate(-24deg);
}

.grain {
  z-index: 99;
  opacity: .05;
  background-image: url('../images/grain-slow.gif');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.aurora-blue-wrap {
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.made-wrap {
  z-index: 999;
  justify-content: center;
  margin-bottom: .5em;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.cta_text-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: .3em;
  padding-right: 1.2em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.aurora-yellow-wrap {
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.main {
  z-index: 3;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.letter02 {
  display: inline-block;
}

.cta_arrow {
  width: 6em;
  height: 2em;
  color: #2c1c0b;
}

.circle-blue03 {
  z-index: 1;
  width: 50em;
  height: 30em;
  filter: blur(120px);
  background-color: #5ddbdb;
  border-radius: 100%;
  position: absolute;
  top: -4em;
  bottom: auto;
  left: auto;
  right: -6em;
  transform: rotate(-24deg);
}

.letter05 {
  display: inline-block;
}

.txt-link {
  color: #2c1c0b;
  text-decoration: none;
}

.cta_arrow-wrap {
  height: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .4em;
  display: flex;
  position: absolute;
  top: 43%;
  bottom: 0%;
  left: -3.5em;
  overflow: hidden;
}

.circle-yellow03 {
  z-index: 1;
  width: 50em;
  height: 30em;
  filter: blur(120px);
  background-color: #aec371;
  border-radius: 100%;
  position: absolute;
  top: auto;
  bottom: 1.5em;
  left: -6em;
  right: auto;
  transform: rotate(-24deg);
}

.letter04 {
  display: inline-block;
}

.made-txt {
  font-size: 1.2em;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
}

.circle-blue01 {
  z-index: 3;
  width: 15em;
  height: 10em;
  filter: blur(80px);
  background-color: #1da2a2;
  border-radius: 100%;
  position: absolute;
  top: 2em;
  bottom: auto;
  left: auto;
  right: 4em;
  transform: rotate(-24deg);
}

.hero {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 8em;
  display: flex;
}

.cta_text {
  max-width: 6em;
  color: #2c1c0b;
  text-align: right;
  font-size: 1.3em;
  font-weight: 500;
  text-decoration: none;
  position: absolute;
}

.square02 {
  z-index: 4;
  width: 50em;
  display: none;
  position: fixed;
  top: -8em;
  bottom: auto;
  left: auto;
  right: -1.5em;
}

.copy-wrapper {
  z-index: 99;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta_circle {
  width: 11em;
  height: 11em;
  background-color: #c5e665;
  border-radius: 100%;
}

.small-headline {
  color: var(--orange);
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
}

.circle-yellow02 {
  z-index: 2;
  width: 50em;
  height: 30em;
  filter: blur(120px);
  background-color: #dfff81;
  border-radius: 100%;
  position: absolute;
  top: auto;
  bottom: -6em;
  left: 10em;
  right: auto;
  transform: rotate(-24deg);
}

.square01 {
  z-index: 4;
  width: 54em;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.small-headline-wrap {
  margin-bottom: .5em;
  overflow: hidden;
}

.large-headline-wrap {
  overflow: hidden;
}

.circle-blue02 {
  z-index: 2;
  width: 50em;
  height: 30em;
  filter: blur(120px);
  background-color: #cff;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
  transform: rotate(-24deg);
}

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

.parent-page {
  z-index: 1;
  max-width: 100vw;
  position: relative;
  overflow: hidden;
}

.letter-7 {
  display: inline-block;
}

.scroll-wrap {
  z-index: 13;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0;
  right: 0;
}

.loading {
  z-index: 999999;
  width: 100%;
  height: 100vh;
  background-color: var(--0d0d0d);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-wrap {
  flex-direction: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.line-orange {
  width: 95%;
  height: 1px;
  background-color: var(--grey);
  box-shadow: -2px 2px 0 0 var(--orange);
  margin-left: auto;
  margin-right: auto;
}

.footer-inner-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.copyright-text {
  color: var(--body);
  text-align: left;
}

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

.footer-center-text {
  color: var(--grey);
  text-align: left;
  font-size: 5.8rem;
  font-weight: 600;
  line-height: 1;
}

.footer-socialwrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-socialwrap._2 {
  justify-content: flex-start;
}

.footer-social-icon {
  width: 30px;
}

.navbar-no-shadow {
  z-index: 7;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.navbar-brand {
  width: 75px;
  height: 75px;
  position: relative;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--body);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.name-scroll-footer {
  background-color: var(--orange);
  color: var(--grey);
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 2rem;
  font-size: 10rem;
}

.let-stalk-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--grey);
  color: var(--0d0d0d);
  text-shadow: -3px 3px 0 var(--orange);
  border-radius: 6px 50px 6px 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 4rem 2.6rem;
  font-size: 5.61rem;
  font-weight: 600;
  display: grid;
}

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

.flex-vertical {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icons-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 20px;
  display: flex;
}

.contact-icon {
  height: 30px;
}

.form-label {
  text-shadow: none;
  font-size: 1rem;
}

.form-field {
  border: 1px solid var(--0d0d0d);
  background-color: rgba(255, 255, 255, 0);
}

.form-field::-ms-input-placeholder {
  color: var(--0d0d0d);
}

.form-field::placeholder {
  color: var(--0d0d0d);
}

.form-wrap {
  width: 80%;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-outer-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.success-message {
  font-size: 2rem;
}

.success-message-2 {
  width: 80%;
  background-color: var(--orange);
  margin-left: auto;
  margin-right: auto;
}

.error-text {
  text-shadow: none;
  font-size: 1rem;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.logo-abs {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-abs {
  z-index: 1;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.spline-boy {
  z-index: 0;
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.mouse-circle {
  z-index: 99999;
  width: 30px;
  height: 30px;
  border: 3px none var(--grey);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: rgba(235, 89, 57, .25);
  border-radius: 50%;
  position: fixed;
}

@media screen and (max-width: 991px) {
  .container.is--navbar {
    z-index: 1;
    position: relative;
  }

  .grid.is--div-2 {
    width: 100%;
  }

  .grid.is--margin {
    justify-content: center;
  }

  .grid.is--tablet {
    flex-flow: wrap;
    align-content: stretch;
    justify-content: space-around;
  }

  .grid_item.is--text-big {
    margin-left: auto;
    margin-right: auto;
  }

  .grid_item.is--badge {
    display: none;
  }

  .grid_item.is--paragraph-title {
    width: 85%;
  }

  .grid_item.is--image1 {
    height: 48em;
    background-position: 50% 20%;
    margin-top: 0;
  }

  .grid_item.is--img1 {
    width: 50%;
    padding-top: 12em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .grid_item.is--img2 {
    width: 50%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 1.04em;
    padding-left: 2em;
    padding-right: 2em;
    display: block;
  }

  .grid_item.is--img3 {
    width: 50%;
    margin-top: 2.5em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .grid_item.is--img4 {
    width: 50%;
    margin-top: -13em;
    margin-bottom: 0;
    padding-left: 2em;
    padding-right: 2em;
    display: block;
  }

  .grid_item.is--text-1 {
    width: 60%;
    margin-top: 0;
    padding-left: 1.04em;
  }

  .grid_item.is--text-2 {
    width: 40%;
    flex: 0 auto;
    margin-left: 0;
    padding-top: 1.04em;
  }

  .grid_item.is--text-1-copy {
    width: 100%;
    flex-direction: row;
    margin-top: 0;
    padding-left: 1.04em;
    display: none;
  }

  .grid_item.is--margin {
    padding-top: 14em;
  }

  .grid_item.is--grid-1 {
    height: auto;
    display: flex;
  }

  .grid_item.is--grid-2 {
    height: auto;
  }

  .grid_item.is--grid-3 {
    height: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .is--title-small {
    font-size: 3em;
    top: 4%;
    left: 11%;
  }

  .div {
    flex-direction: column;
  }

  .fade-up {
    font-size: 17em;
  }

  .slide-in {
    text-align: center;
    font-size: 3.5em;
  }

  .image-2 {
    bottom: -9.5em;
  }

  .text--middle {
    font-size: 4.2em;
  }

  .image-4, .image-5, .image-6 {
    height: auto;
  }

  .link-img {
    padding-top: .6em;
    font-size: 2.5em;
  }

  .mask {
    overflow: hidden;
  }

  .link-scroll {
    font-size: 2.5em;
  }

  .splide.slider1.pill {
    padding-top: 6em;
    padding-right: 6vw;
  }

  .splide__slide {
    width: 50%;
  }

  .slider-pill_img {
    padding-top: 148%;
  }

  .heading-splide {
    margin-top: .7em;
    margin-bottom: .3em;
    font-size: 3.5em;
  }

  .footer-text {
    padding-bottom: .7em;
    font-size: 2.5em;
  }

  .is--p-title-1 {
    text-align: left;
    font-size: 2em;
  }

  .cursor-wrapper {
    display: none;
  }

  .image-6-copy {
    height: auto;
  }

  .menu_link {
    margin-right: 0;
    padding: 5px 16px;
  }

  .hamburger_icon {
    width: 7em;
  }

  .container-2 {
    padding: 27px 3em;
  }

  .grid_item--2.is--nav-logo {
    width: auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid_item--2.is--hamburger {
    width: auto;
    display: block;
  }

  .grid_item--2.is--menu {
    z-index: -1;
    width: 100%;
    background-color: rgba(223, 223, 223, .67);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 95px 3.94em 48px;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .grid-2.is--nav {
    justify-content: space-between;
  }

  .menu_p {
    font-size: 20px;
  }

  .nav_logo-img {
    width: 52px;
  }

  .div-block-8 {
    width: 100%;
    height: 49.6em;
    display: block;
  }

  .grid_item-2.is--menu {
    z-index: -1;
    width: 100%;
    background-color: rgba(223, 223, 223, .67);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 95px 3.94em 48px;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .menu_p-2 {
    font-size: 20px;
  }

  .nav_logo-img-2 {
    width: 52px;
  }

  .grid_item-nav.is--menu {
    z-index: -1;
    width: 100%;
    background-color: rgba(223, 223, 223, .67);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 95px 3.94em 48px;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .work-parent-item {
    border-bottom: 1px solid #000;
  }

  .work-item-initial {
    opacity: 0;
  }

  .work-item-initial.j {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .work-heading-secong {
    font-size: 5rem;
  }

  .work-heading-secong.small {
    font-size: 3.5rem;
  }

  .skill-parent-item {
    border-bottom: 1px solid #000;
  }

  .exp-wrap {
    height: auto;
    align-items: center;
    justify-items: start;
  }

  .exp-wrap._3-col {
    align-items: start;
  }

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

  .experience-year {
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

@media screen and (max-width: 767px) {
  .grid_item.is--grid-1, .grid_item.is--grid-3 {
    display: flex;
  }

  .image-2 {
    bottom: -8.8em;
  }

  .testimonial-columns {
    flex-direction: column;
  }

  .testimonial {
    justify-content: flex-start;
    padding-left: 3.5em;
    padding-right: 0;
  }

  .testimonial-content-wrap {
    width: 100%;
    min-height: 0;
    padding-left: 25px;
  }

  .brackets-1 {
    top: 4%;
    left: 0%;
  }

  .splide.slider1.pill {
    padding-right: 0;
  }

  .splide__slide {
    width: 100%;
  }

  .heading-splide {
    margin-top: .7em;
    margin-bottom: .5em;
    font-size: 7em;
  }

  .footer-text {
    padding-bottom: .7em;
    font-size: 2.5em;
  }

  .container-work-item {
    width: 94%;
  }

  .work-heading-secong {
    letter-spacing: -3px;
    font-size: 3rem;
  }

  .work-heading-secong.small {
    font-size: 2.7rem;
  }

  .split-word {
    font-size: 3.1rem;
  }

  .skills-ind-item {
    font-size: 1.4rem;
  }

  .hero-heading {
    font-size: 4.1rem;
  }

  .large-headline {
    font-size: 7.1rem;
  }

  .small-headline {
    font-size: 1.7rem;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .container.is--no-padding {
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .container.is--full-page {
    padding-top: 15em;
    padding-bottom: 15em;
  }

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

  .grid {
    flex-direction: row;
  }

  .grid.is--margin {
    flex-direction: row;
    align-items: center;
  }

  .grid_item.is--grid-1 {
    width: 30%;
    height: 30vh;
    display: flex;
  }

  .grid_item.is--grid-2 {
    width: 40%;
  }

  .grid_item.is--grid-3 {
    width: 30%;
    height: 30vh;
    justify-content: flex-start;
    display: flex;
  }

  .grid_item.is--horizontal {
    padding-bottom: 10em;
  }

  .grid_item.is--footer-1 {
    width: 100%;
    padding-bottom: 5em;
  }

  .grid_item.is--footer-2, .grid_item.is--footer-3 {
    width: 100%;
    padding-bottom: 5em;
    padding-left: 4em;
  }

  .div {
    padding-top: 26em;
  }

  .image-2 {
    bottom: -6.9em;
  }

  .div-2 {
    flex-direction: column;
  }

  .h-colorized {
    font-size: 7em;
  }

  .div-img-right {
    align-items: flex-start;
    display: block;
  }

  .testimonial-columns {
    overflow: visible;
  }

  .testimonial-content-wrap {
    min-height: 35em;
    padding: 15px;
    position: static;
    overflow: visible;
  }

  .slider-arrow-wrap {
    justify-content: center;
    align-items: center;
  }

  .testimonial-content-block {
    max-width: 80em;
  }

  .testimonial-paragraph {
    font-size: 3em;
  }

  .mask {
    overflow: visible;
  }

  .is--white {
    font-size: 8em;
  }

  .is--white._1 {
    display: none;
  }

  .brackets-1 {
    font-size: 2em;
    top: -1%;
    left: -2%;
  }

  .brackets-2 {
    font-size: 2em;
    bottom: 26%;
    right: 4%;
  }

  .slash, .testimonial-end-number {
    display: none;
  }

  .link-scroll {
    font-size: 4em;
  }

  .footer-text {
    opacity: .64;
    border-radius: 0;
    font-size: 3em;
  }

  .heading-8 {
    font-size: 4em;
  }

  .text-span-5 {
    text-decoration: none;
  }

  .div-img2-right, .div-img3-right, .div-img4-right, .div-img5-right, .div-img6-right {
    align-items: flex-start;
    display: block;
  }

  .grid_item--2.is--menu {
    height: 100vh;
    background-color: rgba(223, 223, 223, .78);
    display: block;
    top: -13%;
  }

  .grid-2.is--nav {
    flex-wrap: wrap;
    padding-left: 6em;
    padding-right: 6em;
    display: flex;
  }

  .nav-container {
    opacity: 1;
    background-color: rgba(22, 4, 39, 0);
    padding-bottom: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  .grid_item-2 {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .grid_item-2.is--left {
    justify-content: flex-end;
    display: flex;
  }

  .grid_item-2.is--menu {
    background-color: rgba(72, 0, 255, .78);
    background-image: linear-gradient(rgba(16, 4, 31, .39), rgba(6, 1, 13, .7));
    display: block;
    top: -13%;
  }

  .menu_p-2 {
    color: #2b2b3f;
  }

  .nav_logo-img-2 {
    width: 17em;
  }

  .nav-final {
    background-color: rgba(253, 247, 241, 0);
    background-image: none;
    display: block;
    top: auto;
  }

  .grid_item-nav {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .grid_item-nav.is--left {
    justify-content: flex-end;
    display: flex;
  }

  .grid_item-nav.is--menu {
    background-color: rgba(253, 247, 241, 0);
    background-image: linear-gradient(#fdf7f1, rgba(253, 247, 241, .84) 58%, rgba(253, 247, 241, 0));
    display: none;
    top: -13%;
  }

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

  .work-item-initial {
    display: none;
  }

  .work-heading {
    font-size: 6rem;
  }

  .work-item-second {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
  }

  .flex-horizontal.work {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .slikks-subtext {
    padding-left: 0%;
  }

  .exp-wrap._3-col {
    grid-template-columns: 1.5fr;
  }

  .hero-heading {
    font-size: 2.6rem;
  }

  .large-headline {
    font-size: 4.7rem;
  }

  .small-headline {
    font-size: 1.5rem;
  }

  .footer-inner-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    justify-items: center;
    display: flex;
  }

  .copyright-text.center {
    font-size: 1rem;
  }

  .nav-menu {
    background-color: var(--grey);
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0;
  }

  .nav-link {
    padding-top: 26px;
    padding-bottom: 26px;
    font-size: 21px;
    font-weight: 600;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .menu-button.w--open {
    background-color: var(--grey);
    border-radius: 39px;
  }

  .scroll-text-footer {
    font-size: 3.5rem;
  }

  .let-stalk-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    font-size: 2.8rem;
  }

  .contact-icon {
    display: block;
  }

  .form-wrap {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .form-outer-wrap {
    align-items: stretch;
  }

  .icon-4 {
    color: #fff;
  }

  .mouse-circle {
    display: none;
  }

  .link-block-2 {
    height: auto;
  }
}

#w-node-_2cb65bca-34b5-49d1-56fc-d2a372dc1cd2-57ce6a66, #w-node-_8f3cc344-350a-ff64-f158-7c21f0ea87fe-57ce6a66, #w-node-_078e9918-f459-bb4e-c5b6-76eb8a0ba40a-57ce6a66, #w-node-_6a35ca16-bc30-4a18-c70f-1bb9d8d96226-57ce6a66, #w-node-df1d67d3-eed4-65e7-61a7-3c54d53092ba-57ce6a66, #w-node-_1dbe137c-aed4-8dd7-c2fa-07543af708ee-57ce6a66, #w-node-b169a28c-343b-978c-cfc0-0f33de35c8af-57ce6a66, #w-node-a0408518-51e7-afcd-9f8f-c293b6c1a4e5-57ce6a66, #w-node-e4674520-4dd6-9b88-d371-5ade17eebe7f-57ce6a66, #w-node-_8ec95f5d-2a3f-5e8b-9d80-2564ba30cf5f-57ce6a66, #w-node-f3064a06-aed4-5e7a-8c05-fc3c257623e7-57ce6a66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1dbe137c-aed4-8dd7-c2fa-07543af708f2-57ce6a66, #w-node-_1dbe137c-aed4-8dd7-c2fa-07543af708f4-57ce6a66 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.woff2') format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lovelace';
  src: url('../fonts/Lovelace-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lovelace';
  src: url('../fonts/Lovelace-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avertastd';
  src: url('../fonts/AvertaStd-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Goudybookletter 1911';
  src: url('../fonts/GoudyBookletter1911-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zetafonts erotique text';
  src: url('../fonts/Zetafonts---Erotique-Text-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MegabyteRegula';
  src: url('../fonts/MegabyteRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Qanelas';
  src: url('../fonts/Radomir-Tinkov--QanelasSoftHeavy.otf') format('opentype'), url('../fonts/Radomir-Tinkov--QanelasSoftBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Qanelas';
  src: url('../fonts/Radomir-Tinkov--QanelasSoftExtraBold.otf') format('opentype'), url('../fonts/Radomir-Tinkov--QanelasSoftBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Qanelas';
  src: url('../fonts/Radomir-Tinkov--QanelasSoftRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Qanelas';
  src: url('../fonts/Radomir-Tinkov--QanelasSoftThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Qanelas';
  src: url('../fonts/Radomir-Tinkov--QanelasSoftLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Qanelas';
  src: url('../fonts/Radomir-Tinkov--QanelasSoftUltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Qanelas';
  src: url('../fonts/Radomir-Tinkov--QanelasSoftMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Qanelas';
  src: url('../fonts/Radomir-Tinkov--QanelasSoftSemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}