:root {
  --black-2: #1a1b1b;
  --white-smoke: #ecebe6;
  --black: #2c2c2c;
  --white-smoke-2: #ecebe64d;
  --grey: #919191;
}

body {
  background-color: var(--black-2);
  color: #333;
  letter-spacing: .05vw;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  color: var(--white-smoke);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 90px;
  font-weight: 500;
  line-height: 1.3;
}

a {
  color: var(--white-smoke);
}

.container {
  max-width: 1024px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.heading-xl {
  color: #ecebe6;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14vw;
  font-weight: 500;
  line-height: 1.2;
}

.heading-xl.is-h1 {
  max-width: 8ch;
}

.heading-xl.is-h1.typed-element {
  position: relative;
}

.footer {
  grid-column-gap: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-weight: 200;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.link-block {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block:active {
  text-decoration: underline;
}

.link-block.w--current {
  color: var(--white-smoke);
  line-height: 20px;
  text-decoration: underline;
}

.hero-container {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  max-width: 60rem;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-section {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: relative;
}

.scroll-down-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100px;
  height: 60px;
  margin-top: 3rem;
  margin-bottom: -60px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto 11% 1%;
}

.brands {
  color: var(--white-smoke);
  font-size: 1rem;
}

.contact-section {
  background-color: #1a1b1b26;
  height: auto;
  max-height: none;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 220px;
}

.info-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 0;
  display: grid;
}

.info-item-label-text {
  color: var(--white-smoke);
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.image {
  background-color: #0000;
  border: 1px solid #ecebe661;
  border-radius: 100px;
  width: 2rem;
  height: 2rem;
  padding: 10px 4px;
}

.intro-container {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 120rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: static;
  inset: 34% 0% auto;
  overflow: hidden;
}

.heading-2 {
  color: var(--white-smoke);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 800;
  line-height: 96px;
}

.tag {
  color: var(--white-smoke);
  text-transform: uppercase;
  background-color: #444cfc;
  border: 0 solid #000;
  border-radius: 2px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
}

.project-page-paragraph {
  color: var(--white-smoke);
  border-left: 0 solid #19f7ff;
  width: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  display: block;
}

.project-page-paragraph.mt-60 {
  margin-top: 140px;
}

.project-image-body {
  background-color: #e0e0e0;
  flex: none;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 20px;
  margin-bottom: 60px;
  display: block;
}

.project-footer-links {
  justify-content: space-between;
  margin-bottom: 100px;
  display: flex;
}

.body {
  background-color: #0f1afb;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.tags-block {
  padding-top: 10px;
}

.div-block-4 {
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.image-4 {
  flex: none;
  max-width: 800px;
  margin-bottom: 40px;
}

.button-primary-white {
  color: var(--white-smoke);
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #ecebe654;
  border-radius: 100px;
  height: 42px;
  margin-right: 0;
  padding: 10px 24px;
  font-size: 13px;
  font-weight: 700;
}

.button-primary-white.ml-60 {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 0;
}

.button-primary-white.mt-60 {
  margin-top: 40px;
}

.projec-page-body {
  background-color: #0000;
  height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 80px;
}

.section {
  border: 0px solid var(--white-smoke);
  background-color: #0000;
  align-items: center;
  height: auto;
  max-height: none;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.hero-paragraph-3 {
  color: var(--white-smoke);
  border-left: 0 solid #19f7ff;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.tag-white {
  border: 0px solid var(--white-smoke);
  background-color: var(--black);
  color: var(--white-smoke);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
}

.navigation {
  grid-column-gap: 3rem;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 7rem;
  margin-bottom: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.navlink {
  color: var(--white-smoke);
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  font-size: .8rem;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.logotype {
  background-color: var(--white-smoke);
  color: #1a1b1b;
  text-align: center;
  border-radius: 40px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.logotype.w--current {
  color: #000;
  width: 40px;
  height: 40px;
  margin-top: 0;
}

.about-paragraph {
  color: var(--white-smoke);
  border-left: 0 solid #19f7ff;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.tags-wrapper {
  width: 80%;
  margin-bottom: 60px;
  display: none;
}

.heading-3 {
  color: var(--white-smoke);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2vw;
  font-weight: 500;
  line-height: 1.2;
}

.modal-block {
  background-color: #101ada;
  justify-content: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.form-wrapper {
  width: 540px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.field-label {
  color: var(--white-smoke);
  text-transform: uppercase;
  font-weight: 300;
}

.text-field {
  margin-bottom: 40px;
}

.form-block {
  margin-top: 40px;
}

.text-block-3 {
  border: 1px solid var(--white-smoke);
  box-shadow: -5px 5px 0 0 var(--white-smoke);
  color: var(--white-smoke);
  cursor: pointer;
  padding: 4px 7px 7px;
  font-size: 28px;
  font-weight: 100;
  position: absolute;
  inset: 40px 40px auto auto;
}

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

.utility-page-content {
  background-color: var(--white-smoke);
  text-align: center;
  flex-direction: column;
  width: 260px;
  padding: 20px;
  display: flex;
}

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

.div-block-6, .div-block-7 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.main-content {
  position: relative;
}

.main-wrapper {
  width: 100%;
}

.grid-wrapper {
  z-index: 0;
  opacity: .77;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.line-one {
  background-color: var(--white-smoke-2);
  width: 1px;
  height: 90%;
  position: relative;
  left: 20%;
}

.line-two {
  background-color: var(--white-smoke-2);
  width: 1px;
  height: 90%;
  margin-top: 60px;
  position: relative;
  left: 39%;
}

.line-three {
  background-color: var(--white-smoke-2);
  align-self: flex-end;
  width: 1px;
  height: 30%;
  margin-top: 60px;
  position: relative;
  bottom: 0;
  left: 60%;
}

.navbar {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  height: 4rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-button {
  grid-row-gap: 4px;
  border-right: 1px solid #fdfdfd36;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding-right: 25px;
  display: flex;
}

.menu-icon-top, .menu-icon-bottom {
  background-color: var(--white-smoke);
  width: 2rem;
  height: .1rem;
  position: relative;
}

.line-one-four {
  background-color: var(--white-smoke-2);
  width: 90%;
  height: 1px;
  position: absolute;
  top: 10vh;
  left: 0%;
}

.line-one-five {
  background-color: var(--white-smoke-2);
  width: 90%;
  height: 1px;
  position: absolute;
  inset: auto 0 10% auto;
}

.block-one {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: 1;
  border: 1px solid var(--black);
  opacity: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 40%;
  height: auto;
  padding: 16px;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.columns-wrapper {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-top: 1px solid var(--black);
  background-color: var(--black-2);
  justify-content: space-between;
  width: 100%;
  height: 60vh;
  padding: 8px;
  display: flex;
  position: relative;
}

.block-two {
  border: 1px solid var(--white-smoke-2);
  color: var(--white-smoke-2);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  padding: 25% 20px 20px;
  display: flex;
}

.block-three {
  border: 1px solid var(--white-smoke-2);
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  height: 100%;
  padding: 25% 20px 20px;
  display: flex;
}

.block-four {
  border: 1px solid var(--white-smoke-2);
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  height: 100%;
  padding: 25% 20px 20px;
  display: flex;
}

.block-five {
  border: 1px solid var(--black);
  flex: 0 auto;
  width: 5%;
  height: 100%;
  padding: 10px;
}

.text-size-lg {
  color: var(--white-smoke);
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.2;
}

.html-embed {
  aspect-ratio: 1;
  border-top-style: solid;
  border-top-width: 1px;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 7vw;
  height: 10vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0%;
  transform: rotate(12deg);
}

.heading-4 {
  font-size: 20vw;
}

.heading-4.is-crafting {
  word-break: break-all;
  margin-right: auto;
  line-height: 1.1;
}

.heading-4.is-crafting.typed-element {
  letter-spacing: 0;
}

.heading-4.is-pricing {
  word-break: normal;
  font-size: 9vw;
  line-height: 1.1;
}

.spacing-32px {
  width: 100%;
  height: 32px;
}

.spacing-16 {
  width: 100%;
  height: 16px;
}

.space-48px {
  width: 100%;
  height: 48px;
}

.div-block-8 {
  width: 80%;
  margin-bottom: 60px;
}

.tag-white-2 {
  color: #ecebe6;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #2c2c2c;
  border: 0 solid #ecebe6;
  border-radius: 2px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
}

.main-grid {
  background-color: var(--black-2);
  color: var(--white-smoke);
  width: 100vw;
  height: auto;
}

.grid-cell {
  border: 1px solid var(--white-smoke-2);
  width: 100%;
  height: 100%;
  position: relative;
}

.grid-cell.is-main {
  color: #ecebe6;
  text-align: center;
  background-color: #146ef4;
  border-color: #146ef4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.grid-cell.is-center {
  color: #ecebe6;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-2 {
  border: 1px solid var(--black);
  border-radius: 1rem;
}

.cell-3 {
  border-radius: 1rem;
}

.cell-4 {
  background-color: #131313;
  border-radius: 1rem;
}

.cell-5 {
  border-radius: 1rem;
}

.bento-heading-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3vw;
  font-weight: 600;
}

.text-color-1 {
  color: var(--white-smoke);
  font-weight: 200;
}

.svg-icon {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.svg-icon.is-webflow {
  position: absolute;
  inset: auto 20px 1rem;
}

.unsplash-image {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 100% 0%;
  width: 100%;
  height: 100%;
  display: block;
}

.grid-cell_1x1 {
  aspect-ratio: 1;
  border: 1px solid var(--white-smoke-2);
  width: 100%;
  height: 100%;
  position: relative;
}

.grid-cell_1x1.is-main {
  color: #ecebe6;
  text-align: center;
  background-color: #146ef4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.grid-cell_1x1.is-center {
  color: #ecebe6;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-cell_1x1.is-top-right {
  color: #146ef4;
  background-color: #ecebe6;
}

.grid-cell_2x1 {
  aspect-ratio: 2;
  border: 1px solid var(--white-smoke-2);
  width: 100%;
  height: 100%;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.grid-cell_2x1.is-main {
  color: #ecebe6;
  text-align: center;
  background-color: #146ef4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.grid-cell_2x1.is-center {
  color: #ecebe6;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-cell_2x1.is-follow-mouse {
  background-color: #0000;
  border-color: #0000;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.grid-cell_3x1 {
  aspect-ratio: 3;
  border: 1px solid var(--white-smoke-2);
  width: 100%;
  height: 100%;
  position: relative;
}

.grid-cell_3x1.is-main {
  color: #ecebe6;
  text-align: center;
  background-color: #146ef4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.grid-cell_3x1.is-center {
  color: #ecebe6;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-cell_3x1.is-connect {
  background-color: #146ef4;
}

.grid-cell-padding {
  width: 100%;
  height: 100%;
  padding: 2vw;
}

.bento-heading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2vw;
  font-weight: 600;
  line-height: 1.1;
}

.main-icons-wrapper {
  grid-column-gap: 1vw;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2.2vw;
  margin-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.follow-square-item {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 4%;
  display: flex;
}

.follow-line {
  background-color: #91919100;
  background-image: linear-gradient(to top, #0000, var(--grey) 94%, #fff 99%);
  width: 1px;
  height: 180%;
  transition: background-color 1s cubic-bezier(.19, 1, .22, 1), transform 1s cubic-bezier(.25, .46, .45, .94);
}

.follow-line:hover {
  background-color: #146ef4;
}

.marquee_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 140%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.marquee_wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.marquee_wrapper.is-crimson {
  background-color: #1a1b1b;
  flex: none;
  width: 100%;
  height: 5vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  transform: rotate(-6deg);
}

.display_text-huge {
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 12rem;
  font-weight: 700;
  line-height: 1;
}

.display_text-huge.marquee_item {
  color: #146ef4;
  font-size: 4vw;
}

.marquee_wrapper-2 {
  color: #ecebe5;
  background-color: #1a1b1b;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 110vw;
  height: 5vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  display: flex;
  overflow: hidden;
  transform: rotate(-6deg);
}

.display_text-medium {
  color: #050508;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
}

.display_text-medium.marquee_item-2 {
  color: #ecebe5;
  font-size: 4vw;
}

.hero-lines-wrapper {
  opacity: .5;
  justify-content: space-between;
  align-items: center;
  width: 30%;
  height: 97%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  display: flex;
  position: absolute;
  inset: auto 0%;
}

.line-six {
  background-color: var(--white-smoke-2);
  width: 1px;
  height: 90%;
  margin-top: 60px;
  position: relative;
  left: 79%;
}

.square-component-1 {
  background-color: #146ef43b;
  border: 1px solid #146ef4;
  width: 24%;
  height: 20%;
  margin-top: 50%;
  margin-left: 20%;
  position: absolute;
}

.square-component-2 {
  background-color: #146ef40d;
  border: 1px solid #146ef4;
  width: 10%;
  height: 40%;
  margin-top: 0%;
  margin-left: 20%;
  position: absolute;
  inset: -20% 5% auto auto;
}

.quick-stack {
  flex: none;
  width: 1030px;
  height: 290px;
}

.quick-stack-2 {
  z-index: 0;
  flex: none;
  width: 530px;
  height: 290px;
  margin-top: 540px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.email-wrapper {
  z-index: 99;
  letter-spacing: 0;
  position: fixed;
  inset: 2vw auto auto 2vw;
}

.email-link {
  font-weight: 200;
}

.text-wheight-normal {
  color: #ecebe6;
  font-weight: 400;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-1 {
  color: var(--white-smoke);
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 600px;
  }

  .hero-container {
    max-width: 600px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section {
    height: 90vh;
    padding-left: 0;
    padding-right: 0;
  }

  .info-block {
    grid-template-columns: 1fr 1fr;
  }

  .intro-container {
    width: 100%;
    max-width: none;
  }

  .heading-2 {
    font-size: 56px;
    line-height: 68px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-paragraph-3, .about-paragraph {
    width: auto;
  }

  .heading-3 {
    font-size: 28px;
    line-height: 37px;
  }

  .modal-block {
    inset: 0%;
  }

  .form-wrapper {
    margin-top: 100px;
    position: static;
    transform: none;
  }

  .columns-wrapper {
    flex-direction: column;
    height: auto;
  }

  .block-two {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .block-three {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .block-four {
    width: 100%;
    padding-top: 20px;
  }

  .html-embed {
    width: 10vw;
    height: 10vh;
  }

  .main-grid {
    height: auto;
  }

  .grid-cell_1x1.is-top-right {
    aspect-ratio: auto;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 480px;
  }

  .hero-container {
    max-width: 450px;
    position: static;
    transform: none;
  }

  .hero-section {
    height: 40vh;
    padding-top: 100px;
  }

  .intro-container {
    align-items: flex-start;
    max-width: 480px;
  }

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

  .button-primary-white {
    text-align: center;
  }

  .hero-paragraph-3, .about-paragraph {
    width: auto;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 28px;
  }

  .form-wrapper {
    width: 90%;
  }

  .text-block-3 {
    top: 20px;
    right: 20px;
  }

  .columns-wrapper {
    flex-direction: column;
    height: auto;
  }

  .block-two, .block-three, .block-four {
    width: 100%;
  }

  .html-embed {
    width: 11vw;
    height: 11vh;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    line-height: 1.1;
  }

  .container {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-xl {
    font-size: 18vw;
    line-height: 1.2;
  }

  .footer {
    flex-direction: row;
  }

  .hero-container {
    max-width: none;
  }

  .hero-section {
    height: 90vh;
    padding-left: 60px;
    padding-right: 60px;
  }

  .scroll-down-block {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    left: auto;
  }

  .contact-section {
    padding-top: 80px;
  }

  .info-block {
    grid-template-columns: 1fr 1fr;
  }

  .image {
    background-color: var(--black-2);
    margin-right: -1px;
  }

  .intro-container {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .button-primary-white.mt-60 {
    margin-top: 30px;
  }

  .section {
    padding-bottom: 20px;
  }

  .navigation {
    align-items: flex-end;
  }

  .navlink {
    display: none;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 28px;
  }

  .form-wrapper {
    margin-top: 79px;
  }

  .text-field {
    margin-bottom: 30px;
  }

  .form-block {
    margin-top: 30px;
  }

  .text-block-3 {
    top: 20px;
    right: 20px;
  }

  .navbar {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .menu-button {
    padding-right: 30px;
  }

  .html-embed {
    width: 56px;
    height: 56px;
  }

  .heading-4.is-crafting {
    font-size: 80px;
  }

  .heading-4.is-pricing {
    font-size: 36px;
  }

  .main-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 8px;
  }
}


