:root {
  --light-grey: #fbfbfb;
  --grey: #cecece;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@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 {
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 140px;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.3;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 10px;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul,
ol {
  max-width: 750px;
  margin: 0 auto 10px;
  padding-left: 40px;
}

li {
  padding-top: 0;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  background-image: url("../images/quote-icon.svg");
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 37px;
  border-top: 1px solid #000;
  border-left: 0 solid #000;
  max-width: 750px;
  margin: 20px auto 60px;
  padding: 20px 0 60px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

figure {
  margin-top: 20px;
  margin-bottom: 20px;
}

figcaption {
  color: #a6a6a6;
  text-align: center;
  margin-top: 5px;
  font-size: 28px;
  font-weight: 400;
}

.fixed-nav {
  z-index: 10;
  background-color: #fff0;
  padding-top: 20px;
  padding-bottom: 30px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-logo {
  color: #323232;
  object-fit: contain;
  object-position: 0% 50%;
  width: 46px;
  height: 100%;
  padding-top: 5px;
}

.nav-link {
  color: #323232;
  margin-left: 40px;
  margin-right: 0;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.nav-link:hover {
  text-decoration: none;
}

.nav-link.white {
  color: #fff;
}

.nav-link.white.w--current {
  color: #f1f1f1;
}

.footer {
  text-align: center;
  background-color: #000;
  align-items: flex-start;
  padding: 6rem 0 0;
}

.footer.black {
  color: #f1f1f1;
  background-color: #111;
  padding-top: 0;
}

.footer.gradient {
  background-image: linear-gradient(to top, #000 75%, #fff);
}

.footer.white {
  background-color: #0000;
  padding-top: 0;
}

.footer.white.pt {
  margin-top: 6rem;
}

.footer-flex-cont {
  text-align: left;
  border-top: 1px solid #cecece;
  justify-content: flex-end;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 20px;
  display: flex;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.section {
  color: #f1f1f1;
}

.section.instagram {
  min-height: 140vh;
  position: relative;
  overflow: hidden;
}

.section.instagram.gradient {
  padding-top: 0;
}

.section.instagram.black-bg {
  background-color: #111;
  padding-bottom: 35vh;
}

.section.static-hero {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 50vh;
  padding-top: 100px;
  display: flex;
}

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

.section.bg-white.pb {
  background-color: #0000;
  margin-top: 10em;
  padding-bottom: 9rem;
}

.section.gradient {
  background-image: none;
  border: 0 solid #0000;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section.gradient.half-padding {
  background-image: none;
  margin-top: 0;
  padding-top: 0;
}

.section.gradient.nt {
  margin-top: 0;
  padding-top: 0;
}

.section.gradient.nav {
  background-image: none;
  padding-top: 0;
}

.section.gradient.nav.what-i-do {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  padding-top: 0;
}

.section.black {
  color: #111;
  background-color: #0000;
  border: 1px solid #111;
  position: relative;
}

.section.black.pt {
  padding-top: 12rem;
}

.section.pt {
  margin-top: 3rem;
}

.container {
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 20px 0;
}

.container.nav-container {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.container.flex-vertical {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.container.np {
  padding-top: 0;
}

.container.pb {
  padding-bottom: 12rem;
}

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

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

.container.space-small._2x {
  margin-bottom: 3rem;
  padding-top: 12rem;
}

.container.space-small._2x.gradient {
  background-image: linear-gradient(to top, #111 65%, #fff);
  max-width: none;
  margin-bottom: 0;
  padding-bottom: 3rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container._123 {
  color: #111;
  background-color: #0000;
}

.container._123.pb {
  border-style: solid;
  border-color: #111;
  padding-bottom: 23rem;
}

.container.pt {
  padding-top: 11rem;
}

.container.pt.pb {
  margin-top: 0;
  padding-top: 23rem;
  padding-bottom: 33rem;
}

.container.pt.white {
  color: #111;
}

.container.gradient {
  background-image: linear-gradient(360deg, #111 33%, #fff);
}

.container.gradient.pb.black {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container.white {
  background-color: #f1f1f1;
}

.container.white.pb {
  color: #111;
  background-color: #fff;
  min-width: 100%;
  margin-top: 0;
  padding-bottom: 4rem;
  padding-left: 0;
  padding-right: 0;
}

.container.white.pb.lao {
  padding-bottom: 12rem;
}

.container.white {
  color: #111;
  background-color: #fff;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.container.first {
  padding-top: 3rem;
}

.container.first.fale {
  padding-top: 12rem;
}

.container.iam {
  padding-bottom: 1rem;
  padding-left: 4rem;
}

.hero-text {
  color: #111;
  font-size: 12rem;
  font-weight: 500;
  line-height: 1;
  overflow: hidden;
}

.hero-text.white-text {
  color: #f1f1f1;
}

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

.white-text {
  color: #fff;
}

.intro-picture {
  color: #fff;
  background-color: #111;
  border-radius: 1rem;
  display: inline-block;
  position: relative;
}

.intro-section {
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.intro-section.full-height {
  align-items: stretch;
  min-height: 100vh;
  padding-bottom: 3rem;
  display: flex;
}

.hero-text-container {
  position: relative;
}

.intro-text-content {
  width: 200vw;
  position: absolute;
  inset: 10vh auto auto 0;
}

.intro-black-text {
  z-index: 1;
  position: relative;
}

.intro-white-text {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.intro-text-first {
  color: #111;
  text-align: left;
  position: relative;
  top: 80px;
}

.intro-desc {
  color: #111;
  font-size: 1.75rem;
  display: block;
}

.intro-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

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

.content.horizontal {
  align-items: flex-start;
  display: flex;
}

.container {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
}

.link {
  padding-bottom: 5px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

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

.link.footer-link {
  color: #000;
  margin-left: 5px;
  margin-right: 15px;
  font-size: 20px;
}

.link.footer-link.mobile-no-padding-left {
  font-size: 21px;
}

.link.link-margin {
  grid-column-gap: 0.33rem;
  grid-row-gap: 0.33rem;
  justify-content: center;
  align-items: flex-end;
  margin-right: 2.5rem;
  display: inline-flex;
}

.link.link-margin.black {
  color: #f1f1f1;
  background-color: #0000;
}

.link.white {
  color: #fff;
}

.link-underline {
  background-color: #f1f1f1;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease-out;
  will-change: transform;
}

.link:hover .link-underline {
  transform: scaleX(1);
}

.link-underline.thick {
  height: 10px;
}

.link-underline.thick.white {
  font-size: 23px;
}

.link-underline.thick.yel {
  background-color: #e4dc4d;
}

.link-underline.thick.grey {
  color: #e4dc4d;
  background-color: #e4dc4d;
}

.link-underline.white {
  color: #f1f1f1;
  background-color: #f1f1f1;
}

.link-underline.white.black {
  color: #111;
}

.link-underline.black {
  color: #111;
  background-color: #111;
}

.link-underline.black.white {
  -webkit-text-stroke-color: #f1f1f1;
  background-color: #f1f1f1;
}

.nav-bg-white {
  z-index: -1;
  background-image: linear-gradient(#fff, #ffffffe0 76%, #fff0);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.grid-4 {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 6rem;
  padding-top: 6rem;
}

.grid-4.first {
  padding-top: 1rem;
}

.grid-4.footer {
  background-color: #111;
  padding-top: 0;
}

.grid-4.footer.white {
  background-color: #0000;
}

.right {
  color: #f1f1f1;
  text-align: right;
}

.right.container-flex {
  justify-content: flex-end;
}

.project-bg-color {
  z-index: -1;
  opacity: 0;
  position: fixed;
  inset: 0%;
}

.project-bg-color.black {
  z-index: -1;
  background-color: #000;
}

.project-item {
  cursor: crosshair;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 50px;
  text-decoration: none;
  display: block;
  position: relative;
}

.project-item:hover {
  text-decoration: none;
}

.project-collection-item {
  margin-top: 8rem;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.project-collection-list {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.project-item-title {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 600;
}

.project-item-title.white {
  color: #fff;
}

.project-item-arrow {
  opacity: 0;
  margin-top: -20px;
  position: absolute;
  inset: 50% auto auto 0%;
}

.project-item-image {
  opacity: 0;
  cursor: pointer;
  height: 40vh;
  margin-top: -20vh;
  margin-left: -150px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.nav-arrow {
  opacity: 0;
  color: #111;
  margin-top: -8px;
  font-size: 1.5rem;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(-10px);
}

.nav-text {
  color: #222;
  font-size: 1.47rem;
  line-height: 1.6rem;
}

.scroll-horizontal {
  width: 100%;
  height: 150vh;
  position: relative;
}

.scroll-horizontal.hero {
  height: 200vh;
}

.category-acronym {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 40px 0% auto auto;
}

.category-acronym.top-left {
  color: #fff;
  inset: 60px auto auto 0%;
}

.horizontal-scroller-content {
  background-color: #111;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 33vh;
  padding-bottom: 53vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.horizontal-scroller-content.no-padding-top {
  background-color: #000;
}

.horizontal-scroller-content.npt {
  background-color: #111;
  padding-top: 46vw;
  padding-bottom: 46vh;
}

.horizontal-scroller-content.npt.gradient {
  background-image: linear-gradient(to top, #000 65%, #fff);
  padding-bottom: 69vh;
}

.horizontal-scroller-content.npt.pb {
  padding-top: 0;
  padding-bottom: 0;
}

.horizontal-scroller-content.gradient {
  padding-top: 76vh;
  padding-bottom: 76vh;
}

.background-grey {
  z-index: -2;
  background-color: var(--light-grey);
  position: absolute;
  inset: 0%;
}

.light {
  color: #231f20;
  font-weight: 300;
}

.horizontal-scroller-tracker {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.scroller-track {
  width: 200vw;
  height: auto;
  position: relative;
}

.scroller-track.hero {
  width: 200vh;
  height: auto;
}

.scroller-track.hero.large {
  width: 350vh;
}

.grid-3 {
  grid-column-gap: 1.23rem;
  grid-row-gap: 1.23rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: stretch;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.grid-3.pb {
  margin-bottom: 6rem;
}

.space-small {
  height: 5rem;
}

.space-small.x2 {
  height: 16rem;
}

.no-margin-top {
  margin-top: 0;
}

.grey {
  color: #f1f1f1;
  white-space: nowrap;
  flex: 0 auto;
  font-size: 111px;
}

.write-email-content {
  justify-content: center;
  width: 180vw;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.write-email-content.np {
  padding-top: 0;
  padding-bottom: 0;
}

.container-mail {
  width: 100%;
  overflow: hidden;
}

.nav-item {
  z-index: 1;
  padding-top: 6px;
  padding-bottom: 6px;
}

.nav-item.black {
  background-color: #0000;
}

.icon {
  z-index: 2;
  padding-top: 10px;
  padding-bottom: 10px;
}

.icon.np {
  z-index: 2;
  padding-top: 0;
  padding-bottom: 0;
}

.menu-button {
  z-index: 2;
}

.footer-flex-first {
  opacity: 0.5;
  flex: 1;
  display: flex;
}

.text-small {
  font-size: 20px;
}

.span-space {
  width: 15px;
  height: 15px;
}

.span-space.only-on-desktop {
  display: block;
}

.nav-bg-black {
  z-index: -1;
  background-image: linear-gradient(#000, #000000e0 64%, #0000 91%);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-bg-black.light {
  opacity: 0.6;
}

.avatar {
  background-image: url("../images/mati.png");
  background-position: 50%;
  background-size: cover;
  border: 3px solid #fff;
  border-radius: 60px;
  width: 60px;
  height: 60px;
}

.avatar.black {
  background-color: #000;
  background-image: url("../images/notsato.png");
  border-color: #000;
  width: 3.7rem;
  height: 3.7rem;
  margin-bottom: 0.6rem;
}

.black-background {
  z-index: -1;
  background-color: #000;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.wrapper {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

.white {
  color: #f1f1f1;
  margin-top: 10px;
  font-size: 7rem;
}

.white.made {
  text-align: center;
  font-size: 21px;
}

.white.made.asd {
  color: #f1f1f1;
}

.white.made {
  color: #111;
}

.white.head {
  font-size: 4rem;
}

.white.small {
  font-size: 21px;
}

.project-item-style-2 {
  cursor: pointer;
  border-bottom: 5px solid #fff;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 160px;
  text-decoration: none;
  position: relative;
}

.project-item-style-2:hover {
  text-decoration: none;
}

.white-50 {
  color: #ffffff80;
}

.maring-right-20 {
  margin-right: 20px;
}

.black {
  color: #111;
}

.project-view-more {
  color: #e4dc4d;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.min-width-100 {
  min-width: 100vw;
}

.anim-load-cont {
  position: relative;
  overflow: hidden;
}

.anim-load-right {
  z-index: 2;
  opacity: 0;
  background-color: #111;
  display: none;
  position: absolute;
  inset: 0%;
}

.anim-load-right.black {
  background-color: #000;
}

.animonload-left {
  z-index: 2;
  opacity: 0;
  background-color: #fff;
  display: none;
  position: absolute;
  inset: 0%;
}

.animonload-left.black {
  background-color: #000;
}

.human-text {
  cursor: default;
  text-decoration: underline;
  transition: opacity 0.3s;
}

.human-text:hover {
  opacity: 0.4;
}

.bullshit-job {
  z-index: 0;
  opacity: 0;
  background-image: url("../images/bullshit-job.jpg");
  background-size: auto;
  width: 530px;
  max-width: 140%;
  height: 675px;
  position: absolute;
  inset: -40% auto auto 390px;
  overflow: hidden;
}

.skill-no {
  font-size: 20px;
  position: relative;
  bottom: 40px;
  left: -10px;
}

.skill-panel {
  padding-top: 40px;
  padding-bottom: 40px;
}

.skill-panel.mb {
  padding-bottom: 6rem;
}

.instagram-container {
  height: 80vh;
  font-size: 1rem;
  display: block;
  position: relative;
  overflow: visible;
}

.instagram-container._100 {
  width: 100%;
  max-width: 100%;
}

.instagram-content {
  position: absolute;
  inset: 0% auto auto 0%;
}

.instagram-description {
  z-index: 1;
  text-align: center;
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.instagram-description.vert {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
}

.instagram-top-gradient {
  z-index: 0;
  opacity: 0.8;
  background-image: linear-gradient(#000, #000 0% 1%, #000 1%, #0000 101%);
  height: 50%;
  position: absolute;
  inset: 0 0% auto;
}

.instagram-bottom-gradient {
  opacity: 0.8;
  background-image: linear-gradient(
    to top,
    #000,
    #000 0% 1%,
    #000 1%,
    #0000 101%
  );
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-image-background {
  z-index: -1;
  background-image: url("../images/background-image.svg");
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.text-display {
  font-size: 80px;
  line-height: 1.2;
}

.details-nav-right-content {
  color: #fff;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.details-nav-left {
  margin-top: 10px;
  padding-left: 0;
  display: flex;
}

.details-nav-left:hover {
  text-decoration: none;
}

.maring-right-10 {
  margin-right: 10px;
}

.image-overlay {
  background-color: #0000008a;
  position: absolute;
  inset: 0%;
}

.arrow-down-container {
  overflow: hidden;
}

.arrow-down-container.center {
  text-align: center;
}

.background-black {
  z-index: -1;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.hero-title {
  color: #fff;
  position: relative;
  overflow: hidden;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  max-width: 40vw;
  display: flex;
}

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

.represent-title {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 3px;
  padding: 5px 10px;
  font-weight: 700;
  display: inline-block;
}

.represent-container {
  margin-top: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content-details {
  margin-bottom: 40px;
}

.content-details p {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.35;
}

.content-details h3,
.content-details h4,
.content-details h5,
.content-details h6 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.content-details h2,
.content-details h1 {
  text-align: center;
}

.progress-container {
  background-color: #0003;
  height: 5px;
  position: absolute;
  inset: 0% 0% auto;
}

.progress-bar {
  background-color: #000;
  width: 0%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.horizontal-line {
  background-color: #000;
  height: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.post-item-list-container {
  column-count: 2;
}

.underline-placeholder {
  background-color: #0003;
  height: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.gird-project-details {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 2fr;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.project-image-grid-item {
  margin-bottom: 30px;
}

.hide-on-desktop {
  display: none;
}

.empty-state {
  background-color: #0003;
  border-radius: 5px;
  font-size: 20px;
}

.empty-state.black {
  color: #ffffffb3;
  background-color: #ffffff1a;
}

.post-item {
  width: 100%;
  padding-bottom: 20px;
}

.post-item:hover {
  text-decoration: none;
}

.post-item-image-container {
  flex-direction: column;
  justify-content: flex-end;
  max-height: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.post-item-image {
  z-index: 1;
  width: 100%;
  position: relative;
}

.post-read-more {
  z-index: 0;
  justify-content: space-between;
  height: 50px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.subscribe-form {
  padding: 0;
}

.subscribe-form-flex {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.subscribe-form-input-wrapper {
  text-align: left;
  width: 100%;
  position: relative;
}

.form-input {
  border-top: 0 solid #000;
  border-bottom: 2px solid #acacac;
  border-left: 0 #000;
  border-right: 0 solid #000;
  height: 50px;
  margin-bottom: 0;
  padding-right: 50px;
  font-size: 20px;
  transition: border-color 0.2s;
}

.form-input:focus {
  border-bottom-color: #000;
}

.form-input::placeholder {
  color: #acacac;
}

.form-input.large {
  border-bottom-width: 4px;
  height: auto;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 3rem;
  font-weight: 600;
}

.form-input.large.message {
  height: 30vh;
}

.subscribe-button {
  color: #000;
  background-color: #0000;
  background-image: url("../images/arrow-right-black.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.blog-featured-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.subscribe-image {
  width: 100%;
}

.post-collection-item {
  padding-bottom: 60px;
}

.contact-form {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.submit-button {
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-bottom: 3px solid #000;
  border-radius: 3px;
  transition: color 0.2s, background-color 0.2s;
}

.submit-button:hover {
  color: #fff;
  background-color: #000;
}

.submit-button.large {
  border-bottom-width: 10px;
  border-radius: 3%;
  font-size: 4rem;
  font-weight: 700;
  text-decoration: none;
}

.submit-button.black-button {
  color: #fff;
  background-color: #000;
  margin-top: 5px;
}

.submit-button.black-button:hover {
  background-color: #000c;
}

.black-20 {
  color: #111;
  max-width: 100%;
  font-size: 3.3rem;
}

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

.instagram-grid {
  grid-column-gap: 30px;
  background-color: #111;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  font-size: 1rem;
}

.insta-content {
  position: relative;
  inset: 0% auto auto 0%;
}

.insta-content._1 {
  top: 15%;
  left: -10%;
}

.insta-content._2 {
  top: 0%;
  bottom: 0;
  right: 0;
}

.insta-content._4 {
  top: 20%;
  left: 10%;
}

.insta-content._6 {
  align-self: auto;
}

.insta-content._7 {
  top: -20%;
  left: -10%;
}

.insta-content._9 {
  align-self: center;
}

.insta-content._10 {
  top: -20%;
}

.insta-text-container {
  text-align: center;
  padding: 30px 20px;
  position: relative;
}

.instagram-grid-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 250px;
}

.change-color-black-white {
  color: #111;
  padding-left: 20px;
}

.asset-licensing-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 0.5fr 1fr;
}

.sticky-title-assets {
  position: relative;
}

.visit-asset-page {
  padding-right: 30px;
}

.licensing-card {
  margin-top: 140px;
  padding-top: 0;
}

.licensing-card.no-margin-top {
  margin-top: 0;
}

.sticky-container {
  position: sticky;
  top: 100px;
}

.change-log-panel {
  border-bottom: 1px solid #cecece;
  padding-top: 40px;
  padding-bottom: 40px;
}

.changel-log-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.category-acronym-text {
  text-transform: uppercase;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.heading-3 {
  max-width: 100%;
  font-size: 100px;
}

.body {
  background-color: #111;
  border: 1px solid #111;
}

.image-2 {
  max-width: 20%;
  display: block;
  position: relative;
}

.container-3 {
  max-width: 100%;
  min-height: 2.3em;
}

.heading-5 {
  color: #ccc;
}

.heading-bs {
  color: #ccc;
  font-style: normal;
}

.bold-text {
  color: #111;
}

.bold-text.black {
  color: #222;
  background-color: #0000;
}

.heading-7 {
  color: #f1f1f1;
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-size: 100px;
}

.heading-7.ama {
  color: #f1f1f1;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  margin-top: 12rem;
  margin-bottom: 6rem;
  font-size: 5.1rem;
  display: flex;
}

.menu-button-2 {
  z-index: 2;
}

.button__magnetic-content {
  color: #f2e5d9;
  text-transform: uppercase;
  background-color: #531431;
  justify-content: center;
  align-items: center;
  min-height: 64px;
  padding: 0 64px;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
}

.footer__paragraph {
  color: #e4b3a3;
  -webkit-text-fill-color: transparent;
  background-image: url("../images/bg.png");
  background-size: cover;
  background-attachment: scroll;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 32px;
  font-size: 3.5rem;
  font-weight: 600;
}

.footer__contact {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button__magnetic-link {
  z-index: 100;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button__magnetic-link.default {
  border-style: none;
  border-width: 0;
  border-radius: 32px;
}

.button__magnetic {
  position: relative;
}

.button__magnetic.ghost1 {
  z-index: 90;
  opacity: 0.5;
  background-color: #d26066;
  border-radius: 32px;
  margin: 1px;
  position: absolute;
  inset: 0%;
}

.button__magnetic.ghost2 {
  z-index: 80;
  opacity: 0.5;
  background-color: #d26066;
  border-radius: 32px;
  margin: 1px;
  position: absolute;
  inset: 0%;
}

.button__magnetic.ghosting {
  justify-content: center;
  align-items: center;
  min-height: 64px;
  display: flex;
}

.button__magnetic.ghost3 {
  z-index: 70;
  opacity: 0.5;
  background-color: #d26066;
  border-radius: 32px;
  margin: 1px;
  position: absolute;
  inset: 0%;
}

._3d-button {
  background-color: #3e66fc;
  padding: 16px 20px;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.2s;
}

._3d-button:hover {
  background-color: #000;
  box-shadow: 6px -6px #3e66fc;
}

.html-embed {
  text-align: left;
  min-width: 100%;
  position: relative;
  overflow: visible;
}

.html-embed.pb {
  text-align: center;
  width: 100%;
  min-width: 100%;
}

.container-5 {
  text-align: center;
  margin-top: 8em;
}

.full-screen {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.typingcontainer {
  max-width: 80vw;
  margin-top: 25vh;
  position: relative;
}

.p1 {
  width: 800px;
  font-size: 2rem;
  line-height: 1.5;
}

.progressive-bar {
  background-color: #edf1f6;
  border-radius: 3px;
  width: 100%;
  height: 5px;
  margin-top: 10px;
  margin-bottom: 40px;
  overflow: hidden;
}

.dynamic-bar {
  background-color: #ed5107;
  height: 5px;
}

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

.p2 {
  font-size: 2rem;
}

.container-6 {
  max-width: 73%;
}

.container-7 {
  max-width: 1279px;
  margin-top: 12rem;
  padding-bottom: 6rem;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.bold-2 {
  color: #f1f1f1;
  font-size: 120px;
}

.bold-2.orange,
.bold-2.ama {
  color: #e4dc4d;
}

.container-8 {
  max-width: 1170px;
  padding: 1rem 20px 3rem;
}

.italic-text {
  color: #323232;
}

.icon-size--medium {
  color: #111;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  padding-top: 0;
  display: flex;
  position: relative;
}

.icon-size--medium.white-f {
  color: #f1f1f1;
  width: 23px;
}

.icon-size--medium.white {
  color: #f1f1f1;
  justify-content: flex-start;
  margin-top: 0;
}

.text-soscial {
  float: right;
  color: #111;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5px;
  display: flex;
}

.text-soscial.white-f,
.text-soscial.white {
  color: #f1f1f1;
}

.text-block-3 {
  float: right;
  color: #111;
  align-items: center;
  padding-left: 5px;
  display: flex;
}

.text-block-3.white,
.text-block-3.white-f,
.text-block-3.light {
  color: #f1f1f1;
}

.text-social {
  float: right;
  color: #111;
  align-items: center;
  padding-left: 5px;
  font-size: 1.5rem;
  display: flex;
}

.text-social.white-f {
  color: #f1f1f1;
}

.text-social.white {
  color: #f1f1f1;
  justify-content: center;
}

.heading-8 {
  color: #e4dc4d;
  white-space: nowrap;
  font-size: 7rem;
}

.heading-scroller {
  color: #f1f1f1;
  font-size: 7rem;
}

.text-span,
.text-span-2,
.text-span-3 {
  color: #e4dc4d;
}

.heading-10 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.heading-11 {
  color: #fff;
}

.section-2 {
  color: #111;
  background-color: #111;
  padding-top: 0;
}

.orange {
  color: #ed5107;
}

.italic-text-2 {
  color: #fff;
}

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

.paragraph-1,
.paragraph-2,
.paragraph-3 {
  color: #323232;
  font-size: 26px;
  line-height: 1.53;
}

@media screen and (max-width: 767px) {
  .paragraph-1,
  .paragraph-2,
  .paragraph-3 {
    font-size: 19px;
    line-height: 1.4;
  }

  /* Ensure consistent sizing for all paragraphs */
  [id*="7278b47b-a487-0ece-8925-91382d66e99b"] {
    font-size: 19px !important;
    line-height: 1.4 !important;
  }
}

.heading-guy {
  color: #222;
  font-weight: 700;
}

.heading-13,
.heading-14 {
  color: #222;
}

.paragraph-3 {
  color: #222;
}

.paragraph-4 {
  color: #323232;
  font-size: 26px;
  font-style: normal;
  line-height: 1.53;
}

.icon-size--medium-2 {
  color: #111;
  align-items: center;
  width: 24px;
  height: 24px;
  padding-top: 5px;
  display: flex;
}

.icon-size--medium-2.white {
  color: #f1f1f1;
  width: 23px;
}

.icon-size--medium-2.white.black {
  color: #111;
}

.text-block-5 {
  float: right;
  color: #111;
  align-items: center;
  padding-left: 5px;
  display: flex;
}

.text-block-5.white {
  color: #f1f1f1;
  margin-top: 0;
}

.text-block-5.white.black {
  color: #111;
}

.div-block {
  padding-top: 0;
}

.heading-15 {
  font-size: 6.57rem;
}

.heading-16,
.heading-17 {
  color: #222;
}

.paragraph-5,
.heading-18,
.heading-19 {
  color: #323232;
}

.heading-20 {
  color: #f1f1f1;
  font-size: 140px;
}

.heading-20.top {
  margin-top: 30px;
  font-size: 6rem;
}

.heading-21 {
  font-size: 120px;
}

.bullshit-container {
  width: auto;
  height: 6rem;
  display: block;
  position: relative;
}

.bullshit-main {
  position: relative;
  top: 15px;
}

.edc {
  color: #f1f1f1;
  white-space: normal;
  font-weight: 600;
}

.heading-23 {
  font-weight: 600;
}

.educ {
  font-size: 1.8rem;
  font-weight: 600;
}

.text-span-4,
.text-span-5,
.text-span-6 {
  font-weight: 800;
}

.pb {
  padding-bottom: 6rem;
}

.container-9 {
  position: absolute;
}

.div-block-2 {
  height: 50vh;
}

.heading-25 {
  color: #222;
}

.heading-26 {
  color: #323232;
}

.heading-27 {
  color: #222;
  font-size: 1.8rem;
}

.text-block-6,
.text-block-7 {
  color: #323232;
  white-space: normal;
}

.text-block-7.large {
  text-decoration: none;
}

.heading-28 {
  color: #222;
  font-size: 1.8rem;
}

.heading-29 {
  color: #222;
}

.heading-30 {
  margin-top: 30px;
  font-size: 7rem;
}

.grey-bg-2 {
  z-index: -2;
  background-color: #fbfbfb;
  position: absolute;
  inset: 0%;
}

.horizontal-scroller {
  width: 100%;
  height: 150vh;
  position: relative;
}

.container-10 {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3rem;
  padding-left: 20px;
  padding-right: 20px;
}

.text-span-7 {
  font-size: 40px;
}

.text-span-8,
.text-span-9,
.text-span-10,
.text-span-11,
.text-span-12,
.text-span-13,
.text-span-14 {
  color: #e4dc4d;
}

.image-3 {
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-31 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  display: block;
}

.text-span-15 {
  color: #e4dc4d;
}

.paragraph-6 {
  color: #111;
}

.text-span-16 {
  font-weight: 600;
}

.italic-text-7 {
  color: #111;
  font-style: italic;
}

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

.bold-text-4 {
  font-weight: 500;
  text-decoration: line-through;
}

.bold-text-5 {
  font-weight: 600;
}

.link-2 {
  font-weight: 700;
}

.heading-32 {
  color: #f1f1f1;
}

.heading-33 {
  color: #cccccc87;
  margin-top: 10px;
  margin-bottom: 5px;
}

.horizontal-scroller-conten {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.bold-text-7 {
  color: #e4dc4d;
}

.italic-text-10 {
  color: #c1c1c1;
  font-style: normal;
}

.bold-text-8 {
  font-style: italic;
  font-weight: 600;
}

.italic-text-11 {
  font-style: normal;
  text-decoration: line-through;
}

.italic-text-12,
.italic-text-13,
.italic-text-14,
.italic-text-15 {
  font-style: normal;
}

.italic-text-16 {
  font-style: normal;
  text-decoration: line-through;
}

.quick-stack-black {
  width: 100%;
}

.cell {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
}

.cell-2 {
  align-items: center;
}

.italic-text-17 {
  font-style: normal;
  text-decoration: line-through;
}

.bold-text-9 {
  font-weight: 500;
  text-decoration: line-through;
}

.bold-text-10 {
  font-weight: 300;
}

.bold-text-11 {
  font-weight: 400;
}

.bold-text-12 {
  font-weight: 600;
}

.italic-text-19 {
  font-style: normal;
  text-decoration: line-through;
}

.pt {
  margin-top: 6rem;
}

.gradient {
  background-image: linear-gradient(360deg, #111 33%, #fff);
}

.gradient.container {
  background-image: linear-gradient(360deg, #111 33%, #fff);
  width: 100%;
  max-width: 100%;
  padding-bottom: 6rem;
  position: static;
}

.container-11 {
  max-width: 1000px;
}

.div-block-3 {
  justify-content: flex-end;
  display: flex;
}

.image-4 {
  display: block;
}

.sub-title {
  color: #aaa;
  padding-top: 0.5rem;
}

.italic-text-21 {
  font-style: normal;
  text-decoration: line-through;
}

.w-webflow-badge {
  display: none !important;
}

.loader {
  z-index: 999;
  background-color: #000;
  position: fixed;
  inset: 0%;
}

.logo-back,
.logo-front {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.link-4,
.bold-text-14,
.bold-text-15 {
  font-weight: 600;
  text-decoration: underline;
}

.bold-text-16,
.bold-text-17,
.bold-text-18,
.bold-text-19 {
  font-weight: 600;
}

@media screen and (min-width: 1280px) {
  ul {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer {
    padding-top: 130px;
  }

  .footer.black.pt,
  .footer.gradient.pt {
    padding-top: 12rem;
  }

  .section.instagram.gradient {
    padding-bottom: 0;
  }

  .section.gradient.nav {
    background-image: linear-gradient(0deg, #111 93%, #fff);
    padding-top: 13rem;
  }

  .container.space-small._2x.gradient {
    padding-top: 26rem;
  }

  .container.pt {
    padding-top: 3rem;
  }

  .container.dark {
    background-color: #000;
  }

  .container.dark.pb.gradient {
    background-image: linear-gradient(#000 65%, #fff);
  }

  .container.gradient.pb.black {
    background-image: linear-gradient(#111 65%, #fff);
  }

  .container.white {
    margin-top: 0;
  }

  .container.first {
    padding-top: 3rem;
  }

  .container.iam {
    padding-left: 5rem;
  }

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

  .link-underline {
    background-color: #111;
  }

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

  .project-item-title.white.project {
    font-size: 5rem;
  }

  .project-item-image {
    cursor: pointer;
  }

  .horizontal-scroller-content.npt.pb {
    padding-top: 100vh;
    padding-bottom: 52vh;
  }

  .grid-3 {
    font-size: 26px;
  }

  .write-email-content {
    width: 160vw;
  }

  .white.made {
    font-size: 21px;
  }

  .white.made.asd {
    color: #111;
    font-size: 20px;
  }

  .project-view-more,
  .form-input.large {
    font-size: 3rem;
  }

  .submit-button.large {
    font-size: 4rem;
    display: inline-block;
  }

  .category-acronym-text {
    font-size: 1.5rem;
  }

  .body {
    border-width: 0;
    border-color: #f1f1f1;
  }

  .image-2 {
    float: right;
    position: relative;
    top: 25vh;
    right: 5vw;
  }

  .heading-7 {
    margin-bottom: 5rem;
  }

  .html-embed {
    flex-flow: column;
    flex: 1;
    place-content: center;
    align-items: center;
    margin-top: 12rem;
    margin-bottom: 12rem;
    padding-bottom: 0;
    display: flex;
  }

  .html-embed.pb {
    flex-flow: column;
    align-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 6rem;
    display: flex;
    overflow: visible;
  }

  .icon-size--medium.white-f {
    width: 23px;
  }

  .text-soscial.white-f {
    font-size: 23px;
  }

  .text-block-3 {
    color: #111;
  }

  .text-block-3.white-f,
  .text-social.white-f {
    font-size: 23px;
  }

  .section-2 {
    padding-top: 6rem;
  }

  .icon-size--medium-2.white {
    width: 23px;
  }

  .text-block-5.white {
    font-size: 23px;
  }

  .heading-20.top {
    margin-top: 30px;
  }

  .heading-28 {
    font-size: 1.8rem;
  }

  .container-10 {
    max-width: 1280px;
  }

  .container-10.pt {
    margin-top: 26rem;
    margin-bottom: 3rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-31 {
    width: 75%;
  }
}

@media screen and (min-width: 1440px) {
  ul,
  ol {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }

  img {
    text-align: center;
    overflow: visible;
  }

  figure {
    margin-top: 20px;
  }

  .footer {
    background-color: #0000;
  }

  .footer.black {
    padding-top: 3rem;
  }

  .footer.black.pt {
    padding-top: 0;
  }

  .footer.white.pt {
    margin-top: 12rem;
  }

  .section {
    padding-top: 0;
  }

  .section.instagram {
    background-image: linear-gradient(to top, #000 65%, #fff);
  }

  .section.instagram.black-bg {
    color: #111;
    background-image: none;
    padding-bottom: 30rem;
  }

  .section.gradient {
    background-image: linear-gradient(0deg, #111 90%, #fff);
    margin-top: 0;
    padding-top: 13rem;
  }

  .section.gradient.half-padding {
    padding-bottom: 12rem;
  }

  .section.pb {
    padding-bottom: 16rem;
  }

  .section.pt.first-screen {
    padding-top: 0;
  }

  .container {
    flex-direction: column;
  }

  .container.nav-container {
    display: block;
  }

  .container.np {
    padding-bottom: 0;
  }

  .container.pb {
    padding-bottom: 9rem;
  }

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

  .container._123.pb {
    padding-bottom: 21rem;
  }

  .container.pt.pb {
    padding-bottom: 43rem;
  }

  .container.first {
    padding-top: 0;
  }

  .container.p {
    padding-top: 6rem;
  }

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

  .intro-white-text {
    font-size: 10rem;
  }

  .link.link-margin {
    color: #f1f1f1;
    justify-content: center;
  }

  .link.link-margin.black {
    color: #111;
  }

  .link-underline.thick {
    color: #111;
    background-color: #a1a2a3;
  }

  .link-underline.thick.white {
    background-color: #e4dc4d;
  }

  .link-underline.thick.grey {
    background-color: #ccc;
  }

  .link-underline.black {
    text-align: center;
  }

  .nav-bg-white {
    color: #111;
  }

  .grid-4.first {
    margin-bottom: 12rem;
    padding-top: 0;
  }

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

  .project-bg-color {
    opacity: 0;
  }

  .project-item-title {
    color: #111;
  }

  .project-item-title.white.project {
    font-size: 6rem;
  }

  .project-item-image {
    z-index: -1;
  }

  .nav-arrow {
    color: #111;
    -webkit-text-stroke-color: #111;
  }

  .nav-text {
    color: #111;
    line-height: 1.71rem;
  }

  .horizontal-scroller-content.npt.pb {
    padding-top: 42vw;
  }

  .scroller-track {
    width: 350vw;
  }

  .grid-3 {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .space-small {
    height: 9rem;
  }

  .grey {
    color: #ccc;
  }

  .write-email-content {
    width: 140vw;
  }

  .avatar {
    background-image: url("../images/mati.png");
  }

  .avatar.black {
    background-image: url("../images/notsato.png");
  }

  .white.made.asd {
    font-size: 21px;
  }

  .white.what-i-do {
    font-size: 150px;
  }

  .white.head {
    font-size: 5rem;
  }

  .anim-load-right {
    background-color: #fff;
  }

  .anim-load-right.blacky {
    background-color: #111;
  }

  .bullshit-job {
    height: 690px;
  }

  .instagram-container {
    margin-top: 0;
    padding-top: 0;
  }

  .instagram-description {
    z-index: 1;
  }

  .instagram-bottom-gradient {
    z-index: 0;
  }

  .project-image-grid-item {
    margin-bottom: 80px;
  }

  .post-item {
    width: 100%;
  }

  .submit-button.large {
    flex: 0 auto;
  }

  .black-20 {
    color: #a1a2a3;
    -webkit-text-stroke-color: #ccc;
  }

  .content-slider-from-top,
  .content-slider-from-bottom {
    position: relative;
  }

  .instagram-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .insta-content._6,
  .insta-content._8,
  .insta-content._9 {
    flex: 1;
  }

  .change-color-black-white {
    color: #000;
  }

  .category-acronym-text {
    font-size: 1.71rem;
  }

  .image {
    text-decoration: none;
  }

  .body {
    display: block;
  }

  .image-2 {
    float: right;
    position: relative;
    top: 25vh;
    bottom: auto;
    right: 15vh;
  }

  .heading-4 {
    color: #f1f1f1;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
    margin-bottom: 4rem;
    display: flex;
  }

  .container-2 {
    max-width: 100%;
  }

  .bold-text {
    color: #000;
  }

  .heading-7 {
    color: #dc5107;
  }

  .container-4 {
    height: 10rem;
  }

  .container-7 {
    margin-top: 9rem;
  }

  .bold-2.orange {
    color: #ed5107;
  }

  .icon-size--medium {
    overflow: visible;
  }

  .icon-size--medium.white-f {
    width: 23px;
  }

  .icon-size--medium.white {
    width: 1.5rem;
    height: 1.5rem;
  }

  .text-soscial.white-f,
  .text-block-3.white-f,
  .text-block-3.light,
  .text-social.white-f {
    font-size: 23px;
  }

  .heading-11 {
    color: #f1f1f1;
  }

  .section-2 {
    color: #111;
    background-color: #111;
    padding-top: 0;
  }

  .bold-text-3 {
    font-size: 50px;
  }

  .paragraph-1,
  .heading-guy,
  .heading-13,
  .heading-14 {
    color: #222;
  }

  .paragraph-3 {
    color: #636363;
    font-style: normal;
  }

  .paragraph-4 {
    color: #323232;
    font-style: normal;
  }

  .icon-size--medium-2 {
    text-align: center;
    width: 23px;
    max-width: 100%;
    overflow: visible;
  }

  .icon-size--medium-2.white {
    width: 23px;
  }

  .text-block-5.white {
    font-size: 23px;
  }

  .heading-15 {
    padding-left: 11rem;
    font-size: 120px;
  }

  .heading-20.top {
    font-size: 7.1rem;
  }

  .text-block-6.large,
  .text-block-7.large {
    color: #111;
    font-size: 26px;
  }

  .heading-29 {
    color: #111;
  }

  .heading-30 {
    margin-top: 30px;
  }

  .container-10 {
    max-width: 1440px;
  }

  .heading-31 {
    width: 70%;
    margin-top: 11vw;
    margin-bottom: 11vw;
  }

  .paragraph-6.large {
    font-size: 26px;
  }

  .italic-text-3,
  .italic-text-4,
  .italic-text-5,
  .italic-text-6,
  .italic-text-7,
  .italic-text-8 {
    font-style: normal;
  }

  .form-block {
    margin-top: 11rem;
  }

  .italic-text-18 {
    font-style: normal;
    text-decoration: line-through;
  }

  .text-block-8 {
    align-items: center;
    display: flex;
  }

  .link-3 {
    font-weight: 700;
  }

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

  .sub-title {
    color: #111;
    font-style: italic;
  }

  .collection-list-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 100px;
    line-height: 1.2;
  }

  ol {
    padding-left: 35px;
  }

  .nav-link {
    margin-left: 10px;
  }

  .footer {
    padding-top: 80px;
  }

  .footer.black {
    padding-top: 6rem;
  }

  .footer-flex-cont {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section.static-hero {
    background-color: #111;
  }

  .section.overflow-hidden-on-mobile {
    overflow: hidden;
  }

  .section.gradient.half-padding {
    padding-top: 0;
  }

  .section.gradient.nav {
    background-image: linear-gradient(0deg, #111 93%, #fff);
    padding-top: 9rem;
  }

  .container {
    padding-top: 3rem;
    padding-left: 18px;
    padding-right: 18px;
  }

  .container.np {
    padding-left: 0;
    padding-right: 0;
  }

  .container.center {
    padding-bottom: 3rem;
  }

  .container._123.pb {
    margin-top: 6rem;
  }

  .container.white.pb {
    padding-top: 4rem;
  }

  .container.first {
    padding-top: 1rem;
  }

  .container.black.big {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 3rem 3rem 6rem;
  }

  .hero-text {
    white-space: nowrap;
    font-size: 10rem;
  }

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

  .intro-section.full-height {
    min-height: 70vh;
  }

  .intro-desc {
    margin-left: 6vh;
  }

  .content.pd {
    margin-top: 6rem;
  }

  .container {
    justify-content: flex-start;
  }

  .link.link-margin,
  .link.link-margin.black {
    margin-right: 10px;
  }

  .link.white {
    margin-top: 0;
    padding-bottom: 0;
  }

  .link-underline {
    background-color: #f1f1f1;
  }

  .link-underline.thick {
    height: 7px;
  }

  .link-underline.thick.grey {
    -webkit-text-stroke-color: #111;
    background-color: #111;
  }

  .grid-4 {
    grid-template-rows: auto;
    display: flex;
  }

  .grid-4.first {
    padding-top: 0;
  }

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

  .right.container-flex {
    justify-content: flex-start;
    align-items: center;
  }

  .project-item {
    width: 100%;
    padding-right: 30px;
  }

  .project-item-title.white.project {
    font-size: 5rem;
  }

  .project-item-arrow {
    width: 40px;
    margin-top: -11px;
  }

  .project-item-image {
    opacity: 0;
    height: 150%;
    margin-top: 0%;
    margin-left: 0;
    display: block;
    position: absolute;
    inset: -15% auto 0 0;
  }

  .category-acronym {
    inset: 10px auto auto 0%;
  }

  .grid-3 {
    padding-bottom: 3rem;
  }

  .grid-3.pd {
    padding-top: 3rem;
  }

  .write-email-content {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    padding-left: 3rem;
  }

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

  .nav-item {
    display: flex;
  }

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

  .span-space.only-on-desktop {
    display: none;
  }

  .white,
  .white.what-i-do {
    font-size: 6rem;
  }

  .white.head {
    font-size: 3.5rem;
  }

  .white.small {
    font-size: 20px;
  }

  .project-item-style-2 {
    padding-right: 0;
  }

  .black {
    color: #111;
    font-size: 23px;
  }

  .project-view-more {
    display: none;
  }

  .bullshit-job {
    left: 210px;
  }

  .instagram-container {
    height: auto;
    position: relative;
  }

  .instagram-image {
    width: auto;
    max-width: 130%;
    max-height: none;
  }

  .utility-page-content {
    max-width: 50vw;
  }

  .content-details h2,
  .content-details h1 {
    text-align: left;
  }

  .content-details figcaption {
    font-size: 24px;
  }

  .underline-placeholder {
    height: 7px;
  }

  .display-on-desktop {
    display: none;
  }

  .hide-on-desktop {
    display: block;
  }

  .submit-button.large {
    padding-left: 30px;
    padding-right: 30px;
  }

  .submit-button.black-button {
    text-decoration: none;
  }

  .black-20 {
    color: #ccc;
    font-weight: 700;
  }

  .instagram-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .insta-content._1,
  .insta-content._4,
  .insta-content._7 {
    top: 0%;
    left: 0%;
  }

  .insta-content._10 {
    top: 0%;
  }

  .instagram-grid-content {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
  }

  .instagram-grid-content.vertical-top {
    justify-content: flex-start;
  }

  .category-acronym-text {
    font-size: 1.5rem;
  }

  .heading-3 {
    font-weight: 700;
  }

  .image-2 {
    float: right;
    top: 10vh;
  }

  .heading-4 {
    color: #f1f1f1;
    justify-content: center;
    margin-top: 4rem;
    margin-bottom: 25vh;
    display: flex;
  }

  .heading-bs,
  .bold-text.black {
    font-size: 3rem;
  }

  .heading-7.ama {
    color: #f1f1f1;
    font-size: 4.23rem;
  }

  .footer__paragraph {
    font-size: 2.5rem;
  }

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

  .container-8 {
    padding-left: 6vh;
    padding-right: 6vh;
    font-size: 21px;
  }

  .icon-size--medium {
    width: 20px;
    font-size: 20px;
  }

  .icon-size--medium.white-f {
    font-size: 20px;
  }

  .text-soscial,
  .text-block-3,
  .text-social,
  .text-social.white-f {
    font-size: 21px;
  }

  .heading-8 {
    margin-top: 0;
    font-size: 6rem;
    font-weight: 700;
  }

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

  .paragraph-1,
  .paragraph-2,
  .paragraph-3 {
    font-size: 21px;
  }

  .heading-guy {
    color: #f1f1f1;
    -webkit-text-stroke-color: #f1f1f1;
  }

  .heading-13,
  .heading-14 {
    font-size: 4rem;
  }

  .paragraph-3 {
    font-style: italic;
  }

  .paragraph-4 {
    font-size: 21px;
  }

  .icon-size--medium-2 {
    width: 20px;
  }

  .icon-size--medium-2.white,
  .text-block-5 {
    font-size: 21px;
  }

  .text-block-5.white {
    margin-top: 0;
    font-size: 21px;
  }

  .heading-15 {
    font-size: 5rem;
  }

  .heading-20 {
    font-size: 4.5rem;
  }

  .heading-20.top {
    margin-bottom: 0;
    font-size: 6rem;
    font-weight: 700;
  }

  .project-collection-item {
    margin-top: 3rem;
  }
  .heading-30 {
    margin-bottom: 0;
    font-size: 6rem;
  }

  .heading-31 {
    width: 85%;
    max-width: 651.103px;
    font-size: 2.35rem;
  }

  .italic-text-7 {
    font-size: 19px;
  }

  .italic-text-8 {
    font-size: 20px;
  }

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

  .bold-text-11 {
    font-weight: 400;
  }

  .bold-text-12 {
    font-weight: 600;
  }

  .body-2 {
    font-size: 21px;
  }

  .italic-text-20 {
    font-style: normal;
    text-decoration: line-through;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 20px;
  }

  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 40px;
  }

  h4 {
    font-size: 30px;
  }

  h5 {
    font-size: 24px;
  }

  ul {
    padding-left: 35px;
  }

  ol {
    padding-left: 30px;
  }

  .nav-link {
    text-align: left;
    margin-left: 0;
    font-size: 24px;
    font-weight: 700;
    display: block;
  }

  .footer {
    padding-top: 40px;
  }

  .footer-flex-cont {
    flex-direction: column;
  }

  .section.gradient.half-padding {
    font-size: 23px;
  }

  .container {
    padding-top: 6rem;
  }

  .container.np {
    padding-left: 11px;
    padding-right: 11px;
  }

  .container.pt.pb {
    padding-top: 3rem;
    padding-bottom: 11rem;
  }

  .container.white.pb.lao {
    padding-bottom: 9rem;
  }

  .container.first {
    padding-top: 4rem;
  }

  .container.first.fale {
    padding-top: 12rem;
  }

  .container.iam {
    padding-left: 3rem;
  }

  .hero-text {
    margin-top: 0;
    font-size: 7rem;
  }

  .hero-text-container {
    top: -50px;
  }

  .intro-text-first {
    top: 0;
  }

  .intro-desc {
    font-size: 1.25rem;
  }

  .intro-grid {
    grid-column-gap: 10px;
    grid-template-columns: 1fr 5fr 1fr;
  }

  .content.pd {
    margin-top: 3rem;
  }

  .link.footer-link {
    margin-left: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .link.footer-link.mobile-no-padding-left {
    padding-left: 0;
  }

  .link.link-margin {
    display: flex;
  }

  .link-underline {
    background-color: #111;
  }

  .link-underline.thick {
    height: 5px;
  }

  .grid-4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-4.first {
    padding-top: 2rem;
  }

  .right {
    text-align: left;
  }

  .project-item {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .project-item-image {
    height: 150%;
  }

  .scroll-horizontal,
  .scroll-horizontal.hero {
    height: auto;
    min-height: 60vh;
  }

  .category-acronym {
    top: 30px;
  }

  .category-acronym.top-left {
    width: 100%;
    font-size: 18px;
    top: 50px;
  }

  .horizontal-scroller-content {
    height: 100%;
    padding-top: 80px;
  }

  .horizontal-scroller-content.no-padding-top,
  .horizontal-scroller-content.npt {
    padding-top: 0;
  }

  .horizontal-scroller-content.npt.pb {
    padding-bottom: 13vh;
  }

  .horizontal-scroller-tracker {
    position: relative;
  }

  .scroller-track.hero,
  .scroller-track.hero.large {
    width: 100%;
  }

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

  .space-small.x2 {
    height: 23rem;
  }

  .write-email-content {
    padding-left: 0;
  }

  .nav-item {
    background-color: #fff;
    border-bottom: 2px solid #000;
    flex-direction: column;
    padding-top: 110px;
    padding-bottom: 20px;
    display: flex;
    position: fixed;
    top: 0;
  }

  .nav-item.black {
    background-color: #000;
    border-bottom-color: #fff;
  }

  .icon.np {
    padding-left: 0;
  }

  .menu-button {
    border-radius: 5px;
    padding-top: 15px;
    line-height: 1;
  }

  .menu-button.w--open {
    background-color: var(--light-grey);
    color: #000;
  }

  .menu-button.black {
    color: #fff;
    border-radius: 5px;
  }

  .menu-button.black.w--open {
    color: #fff;
    -webkit-text-fill-color: inherit;
    background-color: #ffffff26;
    background-clip: border-box;
  }

  .footer-flex-first {
    flex: none;
  }

  .white {
    font-size: 4rem;
  }

  .white.head {
    font-size: 3.33rem;
  }

  .white.small {
    font-size: 18px;
  }

  .black {
    font-size: 21px;
  }

  .min-width-100 {
    min-width: 90vw;
  }

  .bullshit-job {
    width: 400px;
    max-width: 100%;
    height: 300px;
    left: 90px;
  }

  .skill-no {
    bottom: 30px;
    left: 0;
  }

  .instagram-container {
    margin-top: 0;
  }

  .text-display {
    font-size: 50px;
  }

  .utility-page-content {
    max-width: none;
  }

  .content-details figcaption {
    font-size: 20px;
  }

  .post-item-list-container {
    column-count: 1;
  }

  .underline-placeholder {
    height: 5px;
  }

  .gird-project-details {
    grid-template-columns: 1fr 1fr;
  }

  .project-image-grid-item {
    margin-bottom: 20px;
  }

  .subscribe-form {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .form-input.large {
    font-size: 40px;
    font-weight: 500;
  }

  .blog-featured-grid {
    grid-template-columns: 1fr 1fr;
  }

  .subscribe-image {
    width: 100%;
  }

  .submit-button.large {
    border-bottom-width: 6px;
    padding-top: 13px;
    font-size: 60px;
  }

  .changel-log-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .category-acronym-text {
    width: 100%;
  }

  .heading-bs {
    font-size: 2.37rem;
  }

  .menu-button-2 {
    border-radius: 5px;
    padding-top: 15px;
    line-height: 1;
  }

  .menu-button-2.w--open {
    color: #000;
    background-color: #fbfbfb;
  }

  .footer__paragraph {
    font-size: 1.8rem;
  }

  .result-column {
    margin-bottom: 20px;
  }

  .icon-size--medium.white-f {
    width: 21px;
  }

  .text-social.white {
    font-size: 20px;
  }

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

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

  .icon-size--medium-2.white {
    width: 21px;
  }

  .heading-15 {
    font-size: 3.5rem;
  }

  .heading-20.top {
    font-size: 5rem;
  }

  .horizontal-scroller {
    height: auto;
    min-height: 60vh;
  }

  .heading-31 {
    width: 90%;
    font-size: 2rem;
  }

  .horizontal-scroller-conten {
    height: 100%;
    padding-top: 80px;
  }

  .cell {
    display: none;
  }

  .text-block-8 {
    font-size: 21px;
  }

  .gradient.container {
    padding-top: 0;
    padding-bottom: 0;
  }
}

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

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 27px;
    font-weight: 500;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-weight: 400;
  }

  ul {
    padding-left: 30px;
  }

  .fixed-nav {
    padding: 10px 0 15px;
  }

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

  .footer {
    text-align: left;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-flex-cont {
    flex-direction: column;
  }

  .section {
    color: #111;
  }

  .container {
    padding-top: 0;
  }

  .container.center {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .container.first {
    padding-top: 3.33rem;
  }

  .container.first.fale {
    padding-top: 12rem;
  }

  .container.black.big {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .hero-text {
    font-size: 4rem;
  }

  .intro-section {
    padding-top: 0;
    top: 11vh;
  }

  .intro-desc {
    font-size: 1.3rem;
  }

  .intro-grid {
    grid-column-gap: 10px;
    grid-template-columns: 1fr 7fr 1fr;
  }

  .container {
    flex-direction: column;
    align-items: flex-start;
    font-weight: 400;
  }

  .link.link-margin {
    margin-bottom: 10px;
  }

  .link-underline {
    background-color: #111;
  }

  .link-underline.thick {
    height: 3px;
  }

  .grid-4.first {
    padding-top: 0;
  }

  .grid-4.footer {
    margin-bottom: 3rem;
  }

  .right.container-flex {
    flex-flow: row;
  }

  .project-item-title {
    font-size: 3rem;
  }

  .project-item-title.white.project {
    font-size: 2.7rem;
  }

  .project-item-image {
    height: 90%;
    top: 10%;
  }

  .horizontal-scroller-content {
    padding-bottom: 12rem;
  }

  .grid-3 {
    color: #f1f1f1;
  }

  .write-email-content,
  .write-email-content.link.white {
    padding-left: 0;
    font-size: 2.6rem;
  }

  .container-mail {
    line-height: 1;
  }

  .menu-button.black {
    color: #fff;
  }

  .avatar.black {
    width: 2.5rem;
    height: 2.5rem;
  }

  .white {
    font-size: 3rem;
    font-weight: 400;
  }

  .white.made {
    text-align: center;
    font-weight: 400;
  }

  .white.what-i-do {
    font-size: 3.5rem;
  }

  .white.head {
    font-size: 2.5rem;
  }

  .white.small {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
  }

  .white.head-sub {
    font-size: 1.5rem;
  }

  .black {
    font-size: 19px;
  }

  .bullshit-job {
    width: 310px;
    max-width: 80%;
    height: 230px;
    top: -30%;
    left: 50px;
  }

  .skill-no {
    bottom: 20px;
  }

  .instagram-container {
    overflow: hidden;
  }

  .text-display {
    font-size: 40px;
  }

  .details-nav-right-content {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .details-nav-left {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading-2 {
    font-size: 35px;
  }

  .content-details figcaption {
    font-size: 16px;
  }

  .post-item-list-container {
    column-count: 1;
  }

  .underline-placeholder {
    height: 3px;
  }

  .project-image-grid-item {
    margin-bottom: 20px;
  }

  .subscribe-form {
    padding-top: 20px;
  }

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .form-input {
    width: 100%;
  }

  .form-input.large {
    font-size: 2.1rem;
  }

  .submit-button.large {
    border-bottom-width: 5px;
    padding: 10px 15px 7px;
    font-size: 40px;
  }

  .black-20 {
    font-size: 1.8rem;
  }

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

  .instagram-grid-content {
    overflow: hidden;
  }

  .category-acronym-text {
    font-size: 1.4rem;
    font-weight: 600;
  }

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

  .footer__paragraph {
    font-size: 1.5rem;
  }

  .container-8 {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .text-social.white {
    font-weight: 400;
  }

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

  .heading-scroller {
    font-size: 2.5rem;
  }

  .paragraph-1 {
    font-size: 19px;
  }

  .heading-guy {
    font-size: 3.33rem;
  }

  .heading-13,
  .heading-14 {
    font-size: 2.37rem;
  }

  .paragraph-3 {
    font-size: 19px;
  }

  .text-block-5.white {
    font-weight: 400;
  }

  .heading-15 {
    font-size: 2.5rem;
  }

  .heading-20.top {
    font-size: 2.7rem;
  }

  .heading-30 {
    color: #f1f1f1;
    font-size: 2.7rem;
  }

  .heading-31 {
    width: 95%;
    font-size: 1.6rem;
  }

  .italic-text-7 {
    font-size: 17px;
    font-style: italic;
  }

  .quick-stack-black {
    font-weight: 400;
  }

  .quick-stack-black.sm {
    padding-left: 5px;
    padding-right: 5px;
  }

  .cell-2 {
    justify-content: center;
  }

  .bold-text-10,
  .bold-text-11,
  .bold-text-12 {
    font-size: 3rem;
  }
}

#w-node-c3f32631-6e7f-fd2b-83df-bd58ae7b1a25-e77bf27e {
  grid-area: 1 / 2 / 4 / 6;
}

#w-node-a7f4ec36-8b25-2bbb-bd92-46e5098299e7-e77bf27e {
  grid-area: 3 / 6 / 4 / 9;
  align-self: end;
}

#w-node-_80ccf551-7e13-edd7-d2be-b2e8e7df4f40-e77bf27e,
#w-node-_08fbec9b-4799-7b89-4cc4-dcd075f80b9c-e77bf27e {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: end;
}

#w-node-d1ba91d5-ef6e-e0d8-dcc8-dda634548404-e77bf27e {
  grid-template-rows: auto;
  grid-template-columns: 3.75fr;
}

#w-node-de92693f-5cd7-2490-e574-5df6f86f6272-f86f626c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de92693f-5cd7-2490-e574-5df6f86f6274-f86f626c,
#w-node-de92693f-5cd7-2490-e574-5df6f86f6277-f86f626c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_16a0854f-0f6f-8984-df12-868cc6f168a9-f86f626c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16a0854f-0f6f-8984-df12-868cc6f168ab-f86f626c,
#w-node-_16a0854f-0f6f-8984-df12-868cc6f168ae-f86f626c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_1695e755-f4ea-931b-e8ff-dea53ef61bbb-f86f626c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46fda1a3-e95c-8109-0d75-074420b16035-f86f626c,
#w-node-_46fda1a3-e95c-8109-0d75-074420b16038-f86f626c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f81c9a7c-5611-708c-0994-4d677549c357-c57bf282,
#w-node-da88d4c7-ec88-0ec4-b020-3f7d1e5da1fc-c57bf282 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_155a6be8-f39e-de48-b75a-3960f0114148-c57bf282 {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: end;
}

#w-node-_155a6be8-f39e-de48-b75a-3960f011414d-c57bf282 {
  grid-area: 2 / 2 / 3 / 4;
  justify-self: end;
}

#w-node-ae2a9521-3b71-251a-8c46-fc51abc136e9-c57bf282,
#w-node-ae2a9521-3b71-251a-8c46-fc51abc136ee-c57bf282 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a44137ea-29f7-d428-deb9-8911984914a3-c57bf282 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: end;
}

#w-node-b8b37ce9-9311-dbcb-7422-b5df85260251-c57bf282 {
  grid-template-rows: auto;
  grid-template-columns: 3.75fr;
}

#w-node-_4c4f4c3a-8313-4fa6-cb99-7f22c071674e-b67bf286 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: end;
}

#w-node-_7044fa08-789d-aeef-2eb6-7cf57cfbdbde-b67bf286 {
  grid-template-rows: auto;
  grid-template-columns: 3.75fr;
}

#w-node-_0e06efca-58e0-e4ec-f956-e47c418440e6-497bf289 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3e1e322-934a-6409-683a-6ebdc973530c-497bf289 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: end;
}

#w-node-f4ee4f2d-369f-a87e-a539-b98ea06e388b-497bf289 {
  grid-template-rows: auto;
  grid-template-columns: 3.75fr;
}

@media screen and (min-width: 1440px) {
  #w-node-_80ccf551-7e13-edd7-d2be-b2e8e7df4f40-e77bf27e,
  #w-node-_08fbec9b-4799-7b89-4cc4-dcd075f80b9c-e77bf27e {
    align-self: end;
  }

  #w-node-_16a0854f-0f6f-8984-df12-868cc6f168a9-f86f626c,
  #w-node-_1695e755-f4ea-931b-e8ff-dea53ef61bbb-f86f626c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a44137ea-29f7-d428-deb9-8911984914a3-c57bf282,
  #w-node-_4c4f4c3a-8313-4fa6-cb99-7f22c071674e-b67bf286 {
    align-self: end;
  }

  #w-node-_0e06efca-58e0-e4ec-f956-e47c418440e6-497bf289 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e3e1e322-934a-6409-683a-6ebdc973530c-497bf289 {
    align-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c3f32631-6e7f-fd2b-83df-bd58ae7b1a25-e77bf27e {
    grid-column-end: 7;
  }

  #w-node-a7f4ec36-8b25-2bbb-bd92-46e5098299e7-e77bf27e {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_80ccf551-7e13-edd7-d2be-b2e8e7df4f40-e77bf27e,
  #w-node-_08fbec9b-4799-7b89-4cc4-dcd075f80b9c-e77bf27e,
  #w-node-de92693f-5cd7-2490-e574-5df6f86f6272-f86f626c,
  #w-node-_16a0854f-0f6f-8984-df12-868cc6f168a9-f86f626c,
  #w-node-_1695e755-f4ea-931b-e8ff-dea53ef61bbb-f86f626c,
  #w-node-f81c9a7c-5611-708c-0994-4d677549c357-c57bf282,
  #w-node-da88d4c7-ec88-0ec4-b020-3f7d1e5da1fc-c57bf282,
  #w-node-_155a6be8-f39e-de48-b75a-3960f0114148-c57bf282,
  #w-node-_155a6be8-f39e-de48-b75a-3960f011414d-c57bf282,
  #w-node-ae2a9521-3b71-251a-8c46-fc51abc136e9-c57bf282,
  #w-node-ae2a9521-3b71-251a-8c46-fc51abc136ee-c57bf282,
  #w-node-a44137ea-29f7-d428-deb9-8911984914a3-c57bf282 {
    grid-column: span 4 / span 4;
  }

  #w-node-b8b37ce9-9311-dbcb-7422-b5df85260251-c57bf282 {
    grid-template-rows: auto;
    grid-template-columns: 3.5fr;
  }

  #w-node-_4c4f4c3a-8313-4fa6-cb99-7f22c071674e-b67bf286 {
    grid-column: span 4 / span 4;
  }

  #w-node-_7044fa08-789d-aeef-2eb6-7cf57cfbdbde-b67bf286 {
    grid-template-rows: auto;
    grid-template-columns: 3.5fr;
  }

  #w-node-e3e1e322-934a-6409-683a-6ebdc973530c-497bf289 {
    grid-column: span 4 / span 4;
  }

  #w-node-f4ee4f2d-369f-a87e-a539-b98ea06e388b-497bf289 {
    grid-template-rows: auto;
    grid-template-columns: 3.25fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c3f32631-6e7f-fd2b-83df-bd58ae7b1a25-e77bf27e {
    grid-area: 1 / 2 / 4 / 3;
  }

  #w-node-a7f4ec36-8b25-2bbb-bd92-46e5098299e7-e77bf27e {
    grid-column-end: 4;
  }

  #w-node-_80ccf551-7e13-edd7-d2be-b2e8e7df4f40-e77bf27e,
  #w-node-_08fbec9b-4799-7b89-4cc4-dcd075f80b9c-e77bf27e {
    grid-column: span 2 / span 2;
  }

  #w-node-d1ba91d5-ef6e-e0d8-dcc8-dda634548404-e77bf27e {
    grid-template-rows: auto;
    grid-template-columns: 2.5fr;
  }

  #w-node-de92693f-5cd7-2490-e574-5df6f86f6274-f86f626c,
  #w-node-_16a0854f-0f6f-8984-df12-868cc6f168ab-f86f626c,
  #w-node-_46fda1a3-e95c-8109-0d75-074420b16035-f86f626c,
  #w-node-f81c9a7c-5611-708c-0994-4d677549c357-c57bf282,
  #w-node-da88d4c7-ec88-0ec4-b020-3f7d1e5da1fc-c57bf282,
  #w-node-_155a6be8-f39e-de48-b75a-3960f0114148-c57bf282,
  #w-node-_155a6be8-f39e-de48-b75a-3960f011414d-c57bf282,
  #w-node-ae2a9521-3b71-251a-8c46-fc51abc136e9-c57bf282,
  #w-node-ae2a9521-3b71-251a-8c46-fc51abc136ee-c57bf282,
  #w-node-a44137ea-29f7-d428-deb9-8911984914a3-c57bf282 {
    grid-column: span 2 / span 2;
  }

  #w-node-b8b37ce9-9311-dbcb-7422-b5df85260251-c57bf282 {
    grid-template-rows: auto;
    grid-template-columns: 2.5fr;
  }

  #w-node-_4c4f4c3a-8313-4fa6-cb99-7f22c071674e-b67bf286 {
    grid-column: span 2 / span 2;
  }

  #w-node-_7044fa08-789d-aeef-2eb6-7cf57cfbdbde-b67bf286 {
    grid-template-rows: auto;
    grid-template-columns: 3.5fr;
  }

  #w-node-fe7ffcb7-f360-286d-0f0f-8ffafcc7ce68-497bf289,
  #w-node-f92268fc-5531-ce9b-e013-69d117f9847d-497bf289,
  #w-node-_88837437-8083-8937-ac10-011c290ecb99-497bf289 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e3e1e322-934a-6409-683a-6ebdc973530c-497bf289 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c3f32631-6e7f-fd2b-83df-bd58ae7b1a25-e77bf27e {
    grid-column: 1 / 3;
  }

  #w-node-a7f4ec36-8b25-2bbb-bd92-46e5098299e7-e77bf27e {
    grid-column-end: 4;
  }

  #w-node-d1ba91d5-ef6e-e0d8-dcc8-dda634548404-e77bf27e {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_7044fa08-789d-aeef-2eb6-7cf57cfbdbde-b67bf286 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_88837437-8083-8937-ac10-011c290ecb99-497bf289 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

.success-message,
.error-message {
  color: #111;
  border-radius: 0.3rem;
  padding-top: 2.5rem;
  font-size: 1.5rem;
}
