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

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

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

:root {
  --black: black;
  --highlight: #c7364c;
  --white: white;
  --background: #f9efe7;
  --secondary: #b7b4b9;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
}

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

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

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

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

body {
  color: var(--black);
  font-family: Muli, sans-serif;
  font-size: 14px;
  line-height: 180%;
}

h1 {
  color: #eadeda;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Gabarito, Tahoma, sans-serif;
  font-size: 7vh;
  font-weight: 900;
  line-height: 100%;
}

h2 {
  color: #eadeda;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Gabarito, Tahoma, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5rem;
}

h3 {
  color: #e8dfda99;
  -webkit-text-stroke-color: #e9e0da;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2rem;
}

h4 {
  color: #b7b4b9;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 110%;
}

p {
  color: #eadeda;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
}

a {
  color: var(--black);
  font-weight: 700;
}

.hero {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 24px;
  display: flex;
  position: relative;
}

.container-nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.hero-paragraph {
  max-width: 496px;
}

.button {
  text-align: center;
  background-color: #c8364c;
  border: 3px solid #c8364c;
  border-radius: 8px;
  min-width: 200px;
  padding: 11px 32px 12px;
  font-size: 18px;
  font-weight: 400;
  box-shadow: 0 0 0 3px #c8364c;
}

.button-border {
  background-color: #0000;
  border: 1px solid #c8364c;
  border-radius: 8px;
  display: inline-block;
  transform: translate(11px, 11px);
  box-shadow: 0 0 0 3px #c7364c;
}

.button-wrapper {
  margin-top: 40px;
  padding-bottom: 15px;
  padding-right: 15px;
  display: inline-block;
}

.hero-wrap {
  background-color: #0a2e3c;
  border-radius: 8px;
  flex: 1;
  align-items: flex-start;
  padding: 22vh 60px 70px;
  display: flex;
}

.highlight {
  background-color: var(--highlight);
  transform-origin: 0%;
  height: 36%;
  margin-top: 3px;
  margin-right: 4px;
  position: absolute;
  inset: 50% 0% auto 4%;
}

.hero-heading {
  color: #eadeda;
  -webkit-text-stroke-color: #eadeda;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 3rem;
  line-height: 2.3rem;
  display: block;
  position: relative;
}

.highlight-box {
  margin-right: 10px;
  display: inline-block;
  position: relative;
}

.headline-wrap {
  max-width: 100vh;
  margin-bottom: 24px;
}

.navbar {
  background-color: #0a2530;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 32px;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
  position: fixed;
  inset: 0 0 auto;
}

.logo {
  color: #c8364c;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Gabarito, Tahoma, sans-serif;
  font-size: 7rem;
  font-weight: 900;
  line-height: 5.1rem;
}

.nav-link {
  margin-left: 48px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.nav-link.yellow-link {
  box-shadow: inset 0 -10px 0 0 var(--highlight);
  color: #eadeda;
  text-transform: none;
  padding-left: 0;
  padding-right: 0;
  font-family: Gabarito, Tahoma, sans-serif;
  font-weight: 400;
}

.yellow-link {
  box-shadow: inset 0 -10px 0 0 var(--highlight);
  color: var(--white);
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

.yellow-link:hover {
  box-shadow: inset 0 -22px 0 0 var(--highlight);
}

.yellow-link.test {
  box-shadow: inset 0 -10px 0 0 var(--highlight);
  transition-duration: .2s;
}

.yellow-link.test:hover {
  box-shadow: inset 0 -28px 0 0 var(--highlight);
}

.scroll-wrapper {
  text-align: right;
  height: 0;
  padding-left: 84px;
  padding-right: 84px;
  position: absolute;
  inset: auto 0% 10px;
}

.scroll-arrow {
  transform-origin: 50% 100%;
  background-color: #e9e0da;
  width: 2px;
  height: 105px;
  display: inline-block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.scroll-text {
  transform-origin: 0 0;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  inset: 0% auto auto 46px;
  transform: rotate(90deg);
}

.scroll-block {
  color: #e9e0da;
  width: 46px;
  height: 105px;
  display: inline-block;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.section {
  background-color: #0b2e3c;
  margin-left: 0;
  margin-right: 0;
  padding: 44px;
}

.section.illo-sec, .section.web {
  margin-top: 220px;
}

.project {
  grid-column-gap: 60px;
  grid-row-gap: 14px;
  background-color: #0003;
  border-radius: 8px;
  grid-template: ". Area-2"
                 ". ."
                 ". ."
                 "Area ."
                 "Area ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 44px;
  padding: 140px 40px;
  display: grid;
}

.left-column {
  aspect-ratio: auto;
  min-width: 410px;
  max-width: 50%;
  margin-bottom: -20px;
  padding-bottom: 0;
}

.mockup-column {
  box-sizing: border-box;
  aspect-ratio: auto;
  text-align: right;
  object-fit: fill;
  display: flex;
  position: relative;
  overflow: visible;
}

.tags-wrapper {
  flex-wrap: wrap;
  margin-bottom: 0;
  display: flex;
}

.tag {
  background-color: var(--highlight);
  border-radius: 10px;
  margin-bottom: 16px;
  margin-right: 16px;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
}

.dots {
  position: absolute;
  inset: auto auto -24px -24px;
}

.mockup-img {
  z-index: 1;
  border: 8px solid #c9364c;
  position: relative;
}

.mockup-hover {
  align-items: center;
  height: 44px;
  padding-top: 2px;
  padding-left: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% -42px auto;
}

.mockup-hover-text {
  color: var(--secondary);
  letter-spacing: .03em;
  margin-right: 12px;
  font-weight: 600;
  display: inline-block;
}

.heading-5 {
  color: var(--background);
  font-family: Gabarito, Tahoma, sans-serif;
  font-weight: 400;
}

.mockup-arrow-wrapper {
  overflow: hidden;
}

.right-column {
  flex: 1;
  max-width: 544px;
  padding-top: 30px;
}

.what-i-do {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.development-heading {
  margin-top: 80px;
}

.footer {
  background-color: #0a2e3c;
  border-radius: 8px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 50px 44px 24px;
}

.want-to-work {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 140px;
  display: flex;
}

.copyright {
  color: #ffffff80;
  font-size: 14px;
}

.brand {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 30px;
  display: block;
  position: static;
  inset: 14px auto auto -2px;
}

.brand.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: static;
  inset: auto auto auto 0;
}

.nav-menu {
  margin-left: auto;
  padding-bottom: 30px;
  position: static;
  inset: auto 60px 2rem auto;
}

.portfolio-paragraph {
  max-width: 480px;
}

.header-wrapper {
  background-color: var(--background);
  flex: 1;
  align-items: flex-start;
  padding: 170px 60px 300px;
  display: flex;
}

.header {
  flex-direction: row;
  align-items: stretch;
  padding: 24px;
  display: flex;
  position: relative;
}

.header-paragraph {
  max-width: 736px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.screen-container {
  flex: 1;
  max-width: 928px;
  margin-left: auto;
  margin-right: auto;
}

.screen-image {
  border-radius: 4px;
  margin-bottom: -220px;
  position: relative;
  top: -300px;
  box-shadow: 0 0 30px #0000001a;
}

.live-site-link {
  margin-top: 20px;
  font-size: 18px;
  display: inline-block;
}

._24px {
  height: 24px;
}

.body {
  color: #eadeda;
  background-color: #0b2e3c;
  font-family: Gabarito, Tahoma, sans-serif;
}

.paragraph {
  color: #eadedacc;
  font-family: Gabarito, Tahoma, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.button-hero {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 5px solid #c9364c;
  border-radius: 20px;
  min-width: 170px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Gabarito, Tahoma, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
}

.button-hero:hover {
  background-color: #ca374c;
}

.button-hero:active {
  background-color: #ff526a;
  border-color: #ff526a;
}

.button-hero-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 36px;
  display: flex;
}

.hero-left-div {
  width: 40vw;
}

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

.rl_section_header1 {
  background-color: #0b2e3c;
}

.rl-button-secondary {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl_heading1_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_header1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 10%;
  padding-right: 0;
  display: grid;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_heading1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_heading1_spacing-block-1.line {
  justify-content: flex-start;
  align-items: center;
  height: 2rem;
  padding-bottom: 0;
  display: flex;
}

.rl-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rl-heading-style-h1 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_header1_image-wrapper {
  aspect-ratio: 1;
  background-image: url('../images/crisis-circle-2.avif'), radial-gradient(circle, #1b5d74, #fff0 57%);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border: 9px #c9364c;
  height: 60vh;
  position: static;
  inset: auto 0% 0% auto;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl-container-large {
  width: 100%;
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
}

.rl_header1_image {
  display: none;
}

.heading-6 {
  color: #eadeda;
}

.illo-block {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.grid {
  grid-template-columns: 1.25fr 1fr;
  grid-template-areas: "Area Area"
                       ". Area-2";
  grid-auto-flow: row;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 300px;
  padding-right: 15%;
  display: flex;
}

.div-block-2 {
  aspect-ratio: 3 / 2;
  background-image: url('../images/standing-against_32585154853_o-copy.avif');
  background-position: 50%;
  background-size: cover;
  min-height: 150px;
}

.div-block-3 {
  background-image: url('../images/2019_1030-zombie-capitalist-2.avif');
  background-position: 50%;
  background-size: cover;
}

.div-block-4 {
  margin-top: 20px;
}

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

.link-block {
  background-image: url('../images/2019_1030-zombie-capitalist-2.avif');
  background-position: 50%;
  background-size: cover;
  max-width: 30%;
  display: block;
}

.illo-link-block {
  padding-bottom: 1rem;
  display: block;
}

.div-block-5 {
  column-count: auto;
  flex-flow: column;
  width: 33.3333%;
  display: flex;
}

.div-block-5.pods {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.heading-7 {
  margin-bottom: 10px;
}

.div-block-6 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl_button-wrapper {
  aspect-ratio: 16 / 9;
  border: 0 #c9364c;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.heading-8 {
  color: #eadeda;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.grid-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #0a2530;
  border-radius: 10px;
  grid-template: "."
                 "."
                 / auto auto;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-right: 0;
  padding: 60px;
}

.div-block-7 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.image {
  border: 9px #c9364c;
  max-width: 532px;
}

.image:hover {
  border-color: #eadfda;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container.relative {
  position: relative;
}

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

.pink-line {
  background-color: #c9364c;
  width: 30%;
  height: 1px;
}

.div-block-9 {
  background-image: url('../images/2025_0910_thomas_1-2400x1489.avif');
  background-position: 50%;
  background-size: cover;
}

.div-block-10 {
  aspect-ratio: 16 / 9;
  background-image: url('../images/portland-water-takeover_15707057323_o.avif');
  background-position: 50%;
  background-size: cover;
}

.div-block-11 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-12 {
  border: 9px solid #c9364c;
  max-width: 532px;
  max-height: 456.32px;
  overflow: hidden;
}

.logo-copy {
  color: #c8364c;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 140px;
  font-family: Gabarito, Tahoma, sans-serif;
  font-size: 7rem;
  font-weight: 900;
  line-height: 5.1rem;
}

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

  .hero-wrap {
    padding-top: 30%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar {
    padding-left: 40px;
    padding-right: 40px;
  }

  .logo {
    margin-top: 19px;
    font-size: 5rem;
    line-height: 3.7rem;
  }

  .nav-link.yellow-link {
    margin-left: 2rem;
  }

  .section {
    padding: 40px;
  }

  .section.illo-sec {
    margin-top: 200px;
  }

  .project {
    flex-direction: column;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .left-column {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .mockup-column {
    background-color: var(--background);
    text-align: center;
    width: 100%;
    margin-bottom: 0;
  }

  .tag {
    margin-bottom: 8px;
    margin-right: 8px;
  }

  .mockup-hover {
    display: none;
  }

  .right-column {
    max-width: none;
    margin-bottom: 20px;
  }

  .what-i-do {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .footer {
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .want-to-work {
    flex-direction: column;
    margin-bottom: 20vh;
  }

  .brand.w--current {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 2rem;
    display: block;
  }

  .nav-menu {
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 0;
    display: flex;
    bottom: 0;
  }

  .header-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .icon {
    color: #c9364c;
  }

  .button-hero {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

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

  .rl_header1_content {
    padding-bottom: 20px;
  }

  .rl_header1_component {
    grid-row-gap: 1.2rem;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(auto, 1fr);
    grid-auto-flow: row;
    min-height: auto;
    padding-right: 0;
  }

  .rl-button-group {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .rl-heading-style-h1 {
    font-size: 3.25rem;
  }

  .rl_header1_image-wrapper {
    position: static;
  }

  .rl-padding-global {
    margin-top: 120px;
  }

  .illo-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 40px;
  }

  .div-block {
    width: 100%;
    min-height: auto;
    padding-right: 0%;
  }

  .div-block-2 {
    min-height: 190px;
  }

  .div-block-3 {
    aspect-ratio: 16 / 9;
  }

  .grid-2 {
    flex-flow: column;
    display: flex;
  }

  .div-block-5 {
    column-count: 2;
  }

  .rl_button-wrapper {
    aspect-ratio: auto;
    position: static;
  }

  .grid-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: auto;
  }

  .image {
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }

  .div-block-8 {
    flex-flow: column;
    margin-top: 1rem;
    display: flex;
  }

  .container {
    display: block;
  }

  .div-block-9 {
    aspect-ratio: 16 / 9;
  }

  .div-block-12 {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
  }

  .logo-copy {
    margin-top: 19px;
    font-size: 5rem;
    line-height: 3.7rem;
  }
}

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

  .container-nav {
    display: block;
  }

  .hero-wrap {
    align-items: center;
    padding-top: 140px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .headline-wrap {
    max-width: 100%;
  }

  .navbar {
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .logo {
    width: 40%;
    margin-top: 19px;
    font-size: 4.2rem;
    line-height: 3.1rem;
    overflow: visible;
  }

  .nav-link.yellow-link {
    text-align: right;
    flex: 0 auto;
    margin-bottom: 1rem;
  }

  .scroll-wrapper {
    display: none;
  }

  .section {
    width: 100vw;
    padding: 30px;
  }

  .section.illo-sec {
    margin-top: 200px;
  }

  .section.web {
    margin-top: 180px;
  }

  .project {
    flex-direction: column-reverse;
  }

  .development-heading {
    margin-top: 40px;
  }

  .footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .brand {
    padding-left: 0;
  }

  .menu-button {
    color: #c9364c;
    display: block;
  }

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

  .nav-menu {
    background-color: #0b2e3c;
    justify-content: center;
    align-items: flex-start;
    padding-right: 1rem;
    bottom: auto;
  }

  .header-wrapper {
    align-items: center;
    padding-top: 140px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .rl_header1_content {
    padding-bottom: 0;
  }

  .rl_heading1_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl_header1_component {
    grid-row-gap: 3rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_heading1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl_heading1_spacing-block-1.line {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 2rem;
    padding-bottom: 0;
    display: flex;
  }

  .rl-heading-style-h1 {
    font-size: 2.5rem;
  }

  .rl_header1_image-wrapper {
    width: 100%;
    height: auto;
  }

  .rl-padding-global {
    margin-top: 100px;
  }

  .grid-2 {
    width: 100%;
  }

  .div-block-5 {
    width: auto;
  }

  .rl_button-wrapper {
    height: auto;
  }

  .pink-line {
    background-color: #c9364c;
    width: 30%;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-11 {
    flex-flow: column;
    align-items: stretch;
  }

  .logo-copy {
    width: 40%;
    margin-top: 19px;
    font-size: 4.2rem;
    line-height: 3.1rem;
    overflow: visible;
  }
}

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

  h2 {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .hero {
    min-height: auto;
    padding: 16px;
  }

  .container-nav {
    width: 100%;
    max-width: none;
    display: block;
  }

  .hero-wrap {
    padding-top: 145px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-heading {
    margin-right: 8px;
    font-size: 1.7rem;
    line-height: 1.5rem;
  }

  .highlight-box {
    margin-right: 2px;
  }

  .headline-wrap {
    max-width: 300px;
  }

  .navbar {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 24px;
    padding-left: 20px;
    padding-right: 20px;
    left: 0;
  }

  .logo {
    margin-top: 10px;
    font-size: 2.5rem;
    line-height: 1.9rem;
  }

  .nav-link.yellow-link {
    text-align: right;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 37%;
    display: block;
    position: relative;
  }

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

  .section.illo-sec, .section.web {
    margin-top: 120px;
  }

  .dots {
    width: 70px;
    bottom: -16px;
    left: -16px;
  }

  .brand.w--current {
    left: 0;
  }

  .menu-button {
    color: #e9dfda;
    justify-content: center;
    align-items: center;
    margin-top: -6px;
    margin-right: -8px;
    padding: 8px;
    display: block;
    position: absolute;
    inset: 1.9rem 1rem auto auto;
  }

  .menu-button.w--open {
    background-color: #c7364c00;
    margin-top: 0;
    position: absolute;
    inset: 1.5rem 1rem auto auto;
  }

  .nav-menu {
    text-align: right;
    background-color: #0b2e3c;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 0;
    padding: 10px 20px 20px;
    display: flex;
    position: static;
  }

  .header-wrapper {
    padding-top: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header {
    min-height: auto;
    padding: 16px;
  }

  .screen-image {
    margin-bottom: -260px;
  }

  .icon {
    color: #c9364c;
    -webkit-text-stroke-color: var(--white);
    width: 100%;
    display: block;
    position: static;
  }

  .rl_header1_content {
    padding-bottom: 0;
  }

  .rl_header1_component {
    grid-template-columns: 1fr;
    padding-right: 0;
  }

  .rl-button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .rl_header1_image-wrapper {
    width: 100%;
    position: relative;
  }

  .rl-padding-global {
    margin-top: 60px;
  }

  .div-block {
    min-height: 160px;
    padding-bottom: 20px;
  }

  .div-block-2, .div-block-3 {
    min-height: 160px;
  }

  .div-block-5 {
    column-count: auto;
  }

  .rl_button-wrapper {
    width: 100%;
    position: relative;
  }

  .grid-3 {
    padding: 1.5rem 1rem;
  }

  .div-block-7 {
    margin-left: -.5rem;
    margin-right: -.5rem;
  }

  .image {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
  }

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

  .heading-9 {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .div-block-12 {
    width: 100%;
    height: 100%;
  }

  .logo-copy {
    margin-top: 10px;
    font-size: 2.5rem;
    line-height: 1.9rem;
  }
}

#w-node-be150302-3d2c-1b21-fdf6-5865280e3427-8958d0be {
  place-self: end start;
}

#w-node-_72df7bc4-3a2c-de05-2328-5d6f669177b8-8958d0be {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_93db9321-9e48-1dd9-bcce-1cd39edb2423-8958d0be {
  align-self: start;
}

#w-node-ee165486-2c75-1853-7a4f-eb5ffdf74acd-8958d0be {
  place-self: end start;
}

#w-node-ee165486-2c75-1853-7a4f-eb5ffdf74ad9-8958d0be {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ee165486-2c75-1853-7a4f-eb5ffdf74adb-8958d0be {
  align-self: start;
}

#w-node-_7a8627b3-e254-cc83-e08d-19269653226d-8958d0be {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-fbbdb5fa-4a79-b441-dde6-e663e10c879a-e4a929ba {
  place-self: end start;
}

#w-node-fbbdb5fa-4a79-b441-dde6-e663e10c879f-e4a929ba {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-fbbdb5fa-4a79-b441-dde6-e663e10c87a2-e4a929ba {
  align-self: start;
}

#w-node-fbbdb5fa-4a79-b441-dde6-e663e10c87aa-e4a929ba {
  place-self: end start;
}

#w-node-fbbdb5fa-4a79-b441-dde6-e663e10c87b0-e4a929ba {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-fbbdb5fa-4a79-b441-dde6-e663e10c87b3-e4a929ba {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-fd147925-a615-3e91-e6fe-1bf302851d45-8958d0be {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fd147925-a615-3e91-e6fe-1bf302851d45-8958d0be {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_61454679-75bb-5078-d66c-1e8e1f3357dd-8958d0be, #w-node-a6a662f0-de51-4cd6-ddd5-fc74ab7cbc9d-8958d0be {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Gabarito';
  src: url('../fonts/Gabarito-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gabarito';
  src: url('../fonts/Gabarito-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gabarito';
  src: url('../fonts/Gabarito-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}