@font-face {
  font-family: Gambetta;
  src: url('../fonts/Gambetta-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gambetta;
  src: url('../fonts/Gambetta-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

.button-text-inner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.header {
  z-index: 1000;
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
}

.button-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #0e1011;
  text-align: center;
  letter-spacing: 0;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.dark-mode {
  display: none;
}

.navbar-menu-item {
  color: #0e1011;
  letter-spacing: 0;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  position: relative;
}

.navbar-menu-item:hover {
  color: #0e1011;
}

.mobile-menu-toggle-inner {
  cursor: pointer;
  width: 100%;
  height: 10px;
  display: block;
  position: relative;
}

.navbar-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.menu-toggle-line {
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: #0e1011;
  width: 100%;
  height: 2px;
  position: absolute;
}

.menu-toggle-line.bottom {
  bottom: 0;
}

.menu-toggle-line.top {
  top: 0;
}

.navbar-logo, .navbar-logo.w--current {
  display: flex;
}

.navbar-menu {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  display: flex;
}

.button-text-line {
  background-color: #0e1011;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
}

.navbar {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 6vw 1.5rem;
  display: grid;
}

.navbar-left {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
  position: relative;
}

.mobile-menu-toggle {
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: none;
}

.navbar-item-line {
  background-color: #0e1011;
  width: 0;
  height: 2px;
  margin-right: 4px;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.header-small {
  z-index: 101;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-small {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 6vw 1.5rem 4vw;
  display: grid;
}

.navbar-small-left {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-small-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  padding-left: 6vw;
  display: flex;
}

.mobile-menu {
  z-index: 999;
  background-color: #fff;
  width: 100vw;
  height: 100dvh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
  transform: translate(0);
}

.mobile-menu-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-top: 96px;
  display: flex;
}

.mobile-menu-nav {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.mobile-menu-nav-item {
  color: #0e1011;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.menu-nav-item-text {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 600;
  line-height: 100%;
}

.section-top {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  background-color: #fff;
  flex-flow: column;
  padding: 10vw 6vw 6vw;
  display: flex;
}

.section-top.muted {
  background-color: #f8f8f8;
}

.heading-alt-h6 {
  font-family: Inter, sans-serif;
  font-size: 1.375vw;
  font-weight: 600;
  line-height: 120%;
}

.heading-style-large {
  text-transform: none;
  margin-top: 1rem;
  font-family: Anton SC, sans-serif;
  font-size: 8vw;
  font-weight: 400;
  line-height: 100%;
}

.heading-style-large.second {
  margin-top: -1rem;
  font-size: 8vw;
}

.heading-style-large.third {
  z-index: 10;
  text-transform: none;
  margin-top: -2rem;
  font-family: Gambetta, Palatino Linotype, sans-serif;
  font-size: 10vw;
  position: absolute;
}

.max-width-huge {
  width: 100%;
  max-width: 87.5rem;
}

.heading-style-xxlarge {
  text-transform: uppercase;
  font-family: Anton SC, sans-serif;
  font-size: 14vw;
  font-weight: 400;
  line-height: 100%;
}

.heading-style-xxlarge.collab-header {
  max-width: 100%;
}

.section-top-heading {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-home-hero {
  transform-origin: 50% 100%;
  background-color: #fff;
  position: relative;
}

.footer-small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  background-color: #0e1011;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  margin-top: 4rem;
  padding-bottom: 4rem;
  display: block;
}

.text-meta-small {
  color: #0e1011;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.text-meta-small.text-color-muted {
  color: #0e101199;
}

.project-preview-image-wrapper {
  z-index: 1;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-color-muted {
  color: #0e101199;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 160%;
}

.show-tablet {
  display: none;
}

.image-cover-parallax {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.heading-alt-h4 {
  text-transform: none;
  font-size: 2vw;
  font-weight: 600;
  line-height: 120%;
}

.heading-alt-h4.text-color-muted {
  margin-top: 2rem;
  font-weight: 400;
}

.form-wrapper {
  margin-bottom: 0;
}

.clients-item {
  background-color: #f8f8f8;
  padding: 5vw;
}

.clients-item.background-color-muted-2 {
  background-color: #eee;
}

.form-input {
  color: #0e1011;
  background-color: #f8f8f8;
  border: 2px solid #e8eded;
  border-radius: 0;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: 1rem;
  font-family: Inter, sans-serif;
  font-size: 16px;
  transition: background-color .2s, border .2s;
}

.form-input:focus {
  background-color: #f8f8f8;
  border-color: #0e1011;
}

.form-input::placeholder {
  color: #0e101199;
}

.home-clients-item-author {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.home-hero-right {
  flex-flow: column;
  display: flex;
}

.home-projects-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-hero-logos {
  grid-column-gap: 5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  max-width: 800px;
  display: grid;
}

.home-hero-logos.light {
  grid-template-rows: auto;
}

.button {
  color: #0e1011;
  text-align: center;
  letter-spacing: 0;
  background-color: #0000;
  border: 2px solid #e8eded;
  border-radius: 500px;
  justify-content: center;
  margin: 0;
  padding: 1rem 1.5rem;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s;
}

.button:hover {
  color: #0e1011;
  background-color: #f8f8f8;
  border-color: #e8eded;
}

.button:active {
  color: #0e1011;
  background-color: #0000;
  border-color: #e8eded;
}

.button.w--current {
  color: #fff;
  background-color: #111;
}

.button.primary {
  color: #fff;
  background-color: #0e1011;
  border-color: #0000;
  width: 50%;
}

.button.primary:hover {
  color: #fff;
  background-color: #181a1b;
  border-color: #0000;
}

.button.primary:active {
  color: #fff;
  background-color: #0e1011;
  border-color: #0000;
}

.home-hero-grid {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.container-small {
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.section-home-projects {
  transform-origin: 50% 100%;
  background-color: #f8f8f8;
  position: relative;
}

.home-services-item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #f8f8f8;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
  position: relative;
  overflow: hidden;
}

.home-services-item.odd {
  background-color: #fff;
  grid-template-columns: 1fr .8fr;
}

.form-message-error {
  color: #ac1f47;
  text-align: center;
  background-color: #ac1f470d;
  border: 1px solid #ac1f4733;
  margin-top: 1rem;
  padding: 1rem;
}

.heading-alt-h2 {
  font-family: Inter, sans-serif;
  font-size: 3vw;
  font-weight: 600;
  line-height: 120%;
}

.heading-alt-h5 {
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 1.75vw;
  font-weight: 600;
  line-height: 140%;
}

.padding-global {
  padding-top: 2rem;
  padding-left: 6vw;
  padding-right: 6vw;
}

.border-radius-circle {
  border-radius: 50%;
}

.image-heading {
  color: #fff;
  font-family: Anton SC, sans-serif;
  font-size: 3.5vw;
  font-weight: 400;
  line-height: 120%;
  position: relative;
}

.home-hero-right-top {
  flex-flow: column;
  justify-content: space-between;
  height: 100vh;
  padding: 10vw 6vw 4vw;
  display: flex;
}

.home-services-item-content {
  flex-flow: column;
  justify-content: space-between;
  height: 80vh;
  padding: 6vw;
  display: flex;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-large {
  margin-bottom: 4rem;
}

.margin-bottom.margin-xhuge {
  grid-template-columns: .3fr 1fr;
  margin-bottom: 8rem;
}

.margin-bottom.margin-medium {
  margin-bottom: 2rem;
}

.main-wrapper {
  transform-origin: 50% 100%;
  position: relative;
}

.form-label {
  letter-spacing: 0;
  margin-bottom: .75rem;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 120%;
}

.form-field-wrapper {
  margin-bottom: 1rem;
}

.form-message-success {
  color: #1fac71;
  background-color: #1fac710d;
  border: 1px solid #1fac7133;
  padding: 1rem;
}

.text-meta {
  letter-spacing: 0;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 130%;
}

.text-meta.text-color-muted {
  font-family: Gambetta, Palatino Linotype, sans-serif;
}

.overflow-hidden {
  overflow: hidden;
}

.home-clients-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-services-list {
  grid-column-gap: 3rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  max-width: 800px;
  display: grid;
}

.home-hero-image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.section-home-clients {
  background-color: #fff;
  position: relative;
}

.home-hero-right-bottom {
  flex-flow: column;
  justify-content: space-between;
  padding: 6vw 6vw 8vw;
  display: flex;
}

.heading-alt-h3 {
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 120%;
}

.home-services-item-image {
  width: 100%;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.text-style-link {
  color: #fff;
  text-decoration: underline;
}

.text-style-link:hover {
  color: #0e101199;
  text-decoration: underline;
}

.heading-style-h2 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Anton SC, sans-serif;
  font-size: 6vw;
  font-weight: 400;
  line-height: 100%;
}

.heading-alt-small {
  text-transform: none;
  font-size: 5vw;
  font-weight: 600;
  line-height: 110%;
}

.text-size-small {
  font-size: 15px;
  line-height: 180%;
}

.text-size-small.text-color-muted {
  color: #fff;
}

.pageloader {
  z-index: 9999;
  color: #fff;
  background-color: #0e1011;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100vw;
  height: 100dvh;
  padding: 5vw 6vw;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.section-home-services {
  transform-origin: 50% 100%;
  position: relative;
}

.max-width-large {
  width: 100%;
  max-width: 50rem;
}

.pageloader-heading {
  text-align: right;
  text-transform: uppercase;
  font-size: 12vw;
  font-weight: 400;
  line-height: 100%;
}

.image {
  width: 100px;
}

.max-width-medium {
  max-width: 450px;
}

.form-wrapper-copy {
  margin-bottom: 0;
}

.form-image-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.image-cover {
  object-fit: cover;
  width: auto;
  height: 100%;
}

@media screen and (min-width: 1440px) {
  .button-text, .navbar-menu-item {
    font-size: 20px;
  }

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

  .navbar-small {
    padding-left: 4rem;
    padding-right: 6rem;
  }

  .navbar-small-right {
    padding-left: 6rem;
  }

  .section-top {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    padding: 8rem 6rem 5rem;
  }

  .heading-alt-h6 {
    font-size: 1.375rem;
  }

  .heading-style-large {
    font-size: 12rem;
  }

  .heading-style-xxlarge {
    font-size: 19rem;
  }

  .heading-style-xxlarge.collab-header {
    font-size: 14rem;
  }

  .heading-alt-h4 {
    font-size: 2rem;
    line-height: 130%;
  }

  .clients-item {
    padding: 5rem;
  }

  .home-projects-grid {
    grid-auto-columns: 1fr;
  }

  .button {
    font-size: 1.25rem;
  }

  .section-home-projects {
    background-color: #f8f8f8;
  }

  .home-services-item {
    position: relative;
  }

  .heading-alt-h2 {
    font-size: 3rem;
  }

  .heading-alt-h5 {
    font-size: 1.75rem;
  }

  .padding-global {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .home-hero-right-top {
    padding: 8rem 6rem 4rem;
  }

  .home-services-item-content {
    padding: 6rem;
  }

  .text-meta, .text-meta.text-color-muted {
    font-size: 22px;
  }

  .home-hero-right-bottom {
    padding: 6rem 6rem 8rem;
  }

  .heading-alt-h3 {
    font-size: 2.5rem;
  }

  .heading-style-h2 {
    font-size: 6rem;
  }

  .heading-alt-small {
    font-size: 5rem;
  }

  .pageloader-heading {
    font-size: 12rem;
  }
}

@media screen and (max-width: 991px) {
  .button-text {
    font-size: 18px;
  }

  .navbar-menu-item {
    font-size: 19px;
  }

  .navbar-menu {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .navbar {
    padding: 1rem 4rem;
    display: flex;
  }

  .navbar-item-line {
    display: none;
  }

  .navbar-logo-image {
    height: 30px;
  }

  .header-small {
    display: none;
  }

  .navbar-small {
    background-color: #fff;
    padding: 1.25rem 4rem;
  }

  .navbar-small-right {
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
  }

  .mobile-menu-wrapper {
    padding-top: 80px;
  }

  .section-top {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding: 4rem 4rem 3rem;
  }

  .heading-alt-h6 {
    font-size: 1.125rem;
  }

  .heading-style-large {
    font-size: 18vw;
  }

  .heading-style-large.second {
    margin-top: -1.5rem;
  }

  .heading-style-xxlarge {
    font-size: 20vw;
  }

  .heading-style-xxlarge.collab-header {
    font-size: 15vw;
  }

  .footer-small {
    margin-top: 6rem;
  }

  .show-tablet {
    display: block;
  }

  .heading-alt-h4 {
    font-size: 1.375rem;
  }

  .clients-item {
    padding: 3rem;
  }

  .button {
    font-size: 18px;
  }

  .home-hero-grid, .home-services-item {
    display: flex;
  }

  .home-services-item.odd {
    flex-flow: column-reverse wrap;
  }

  .heading-alt-h2 {
    font-size: 1.75rem;
  }

  .heading-alt-h5 {
    font-size: 1.25rem;
  }

  .padding-global {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .home-hero-right-top {
    height: auto;
    padding: 3rem 4rem 0;
  }

  .home-services-item-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    height: auto;
    padding: 4rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .main-wrapper {
    padding-top: 62px;
  }

  .form-field-wrapper {
    margin-bottom: 1rem;
  }

  .overflow-hidden {
    overflow: visible;
  }

  .home-clients-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-services-list {
    grid-row-gap: 1rem;
  }

  .home-hero-image {
    height: 75vw;
    position: static;
  }

  .home-hero-right-bottom {
    padding: 4rem;
  }

  .heading-alt-h3 {
    font-size: 1.5rem;
  }

  .home-services-item-image {
    height: 75vw;
    position: static;
  }

  .heading-style-h2 {
    font-size: 12vw;
  }

  .heading-alt-small {
    font-size: 2.75rem;
  }

  .pageloader {
    padding: 3rem 4rem;
  }

  .pageloader-heading {
    font-size: 15vw;
  }
}

@media screen and (max-width: 767px) {
  .mobile-menu-toggle-inner {
    cursor: pointer;
  }

  .navbar-menu {
    display: none;
  }

  .navbar {
    padding: 1.25rem 2.5rem;
  }

  .navbar-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .mobile-menu-toggle {
    cursor: pointer;
    display: flex;
  }

  .navbar-small {
    padding: 1.25rem;
  }

  .navbar-small-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .mobile-menu-wrapper {
    padding-top: 64px;
  }

  .mobile-menu-nav-item {
    overflow: hidden;
  }

  .section-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 2.5rem;
  }

  .heading-style-xxlarge {
    font-size: 20vw;
  }

  .footer-small {
    margin-top: 4rem;
    padding-bottom: 6rem;
  }

  .project-preview-image-wrapper {
    flex: none;
    width: 100%;
  }

  .image-cover-parallax.form-image {
    height: 50vh;
  }

  .clients-item {
    padding: 2.5rem;
  }

  .home-projects-grid {
    flex-flow: column;
    display: flex;
  }

  .home-hero-logos {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .image-heading {
    max-width: 450px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 6vw;
  }

  .home-hero-right-top {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .home-services-item-content {
    padding: 3rem 2.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .main-wrapper {
    padding-top: 70px;
  }

  .form-field-wrapper {
    margin-bottom: 1.5rem;
  }

  .home-clients-grid {
    flex-flow: column;
    display: flex;
  }

  .home-services-list {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
  }

  .home-hero-right-bottom {
    padding: 3rem 2.5rem;
  }

  .heading-alt-small {
    font-size: 2.25rem;
  }

  .pageloader {
    padding: 2.5rem 3rem;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding: 1rem 2rem;
  }

  .navbar-logo-image {
    height: 30px;
  }

  .navbar-small {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding: 1rem;
  }

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

  .heading-alt-h6 {
    font-size: 1rem;
  }

  .heading-style-large {
    font-size: 16vw;
  }

  .heading-style-large.second, .heading-style-large.third {
    margin-top: -1rem;
    font-size: 12vw;
  }

  .heading-style-large.first {
    font-size: 18vw;
  }

  .heading-style-xxlarge.collab-header {
    margin-top: 0;
    font-size: 16vw;
  }

  .heading-style-xxlarge.contribute-header {
    font-size: 18vw;
  }

  .footer-small {
    margin-top: 3rem;
  }

  .heading-alt-h4 {
    font-size: 1.25rem;
  }

  .clients-item {
    padding: 2rem;
  }

  .home-hero-logos {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .button.primary {
    width: 12rem;
  }

  .heading-alt-h2 {
    font-size: 1.5rem;
  }

  .heading-alt-h5 {
    font-size: 1.125rem;
  }

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

  .image-heading {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 10vw;
  }

  .home-hero-right-top {
    padding-top: 2.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-services-item-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 2rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .main-wrapper {
    padding-top: 62px;
  }

  .form-field-wrapper {
    margin-bottom: 1rem;
  }

  .home-clients-grid {
    flex-flow: column;
    display: flex;
  }

  .home-services-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    display: flex;
  }

  .home-hero-right-bottom {
    padding: 2.5rem 1.5rem;
  }

  .heading-alt-h3 {
    font-size: 1.375rem;
  }

  .heading-style-h2 {
    font-size: 2.5rem;
    line-height: 110%;
  }

  .heading-style-h2.about-heading {
    margin-top: 3px;
    font-size: 3rem;
  }

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

  .pageloader {
    padding: 1.5rem 2rem;
  }

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

#w-node-_70aa880d-d15d-79b7-6e12-fbceb0ca1788-d2fdd9e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_70aa880d-d15d-79b7-6e12-fbceb0ca179f-d2fdd9e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70aa880d-d15d-79b7-6e12-fbceb0ca17ab-d2fdd9e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_70aa880d-d15d-79b7-6e12-fbceb0ca17ae-d2fdd9e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_70aa880d-d15d-79b7-6e12-fbceb0ca17ca-d2fdd9e2 {
  align-self: stretch;
}

#w-node-_70aa880d-d15d-79b7-6e12-fbceb0ca17fe-d2fdd9e2, #w-node-_70aa880d-d15d-79b7-6e12-fbceb0ca17ff-d2fdd9e2, #w-node-_70aa880d-d15d-79b7-6e12-fbceb0ca1800-d2fdd9e2, #w-node-_70aa880d-d15d-79b7-6e12-fbceb0ca1801-d2fdd9e2, #w-node-_70aa880d-d15d-79b7-6e12-fbceb0ca1802-d2fdd9e2, #w-node-_70aa880d-d15d-79b7-6e12-fbceb0ca1803-d2fdd9e2 {
  align-self: center;
}


@font-face {
  font-family: 'Gambetta';
  src: url('../fonts/Gambetta-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gambetta';
  src: url('../fonts/Gambetta-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}