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

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

@font-face {
  font-family: Rules;
  src: url('../fonts/Rules-Medium.woff2') format("woff2"), url('../fonts/Rules-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --color--background-color: #f3f3f3;
  --color--primary-font-color: #151515;
  --color--primary-color: #fe4811;
  --color--secondary-font-color: #f3f3f3;
  --color--primary-button: #90add9;
  --color--secondary-button: #998677;
  --state-color--error: #dc3545;
  --state-color--sucess: #28a745;
  --gap: 2em;
}

body {
  background-color: var(--color--background-color);
  color: var(--color--primary-font-color);
  font-family: Rules, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}

h1 {
  text-align: center;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 115%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 120%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--color--primary-font-color);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-left: 40px;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.button-style-guide {
  color: #fff;
  background-color: #333;
  border-radius: 10rem;
  flex-direction: column;
  padding: 1rem 2rem;
  font-size: 1rem;
  text-decoration: none;
  transition: padding .6s;
  display: flex;
  overflow: hidden;
}

.button-style-guide:hover {
  grid-row-gap: .25rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.rich-text {
  font-size: 1rem;
}

.rich-text h1 {
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.rich-text p {
  margin-bottom: 1.5rem;
  font-size: 1rem;
}

.rich-text h2 {
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.rich-text ul {
  margin-bottom: 1.5rem;
}

.rich-text h3, .rich-text h4 {
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.rich-text img {
  border-radius: .5rem;
  overflow: hidden;
}

.rich-text h5 {
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.rich-text blockquote {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
}

.rich-text h6 {
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.rich-text li {
  font-size: 1rem;
}

.text-size-regular {
  line-height: 1.5;
  font-size: clamp(1rem, var(--text-size--regular), 1.1rem);
}

.text-weight-regular {
  font-weight: 400;
}

.heading-component {
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 90ch;
  display: flex;
}

.blog-pots-component {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  margin-top: 15vh;
  margin-bottom: 10rem;
  display: flex;
}

.card {
  grid-row-gap: 1.75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100svh;
  max-height: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.hero-404-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.password {
  opacity: .37;
  width: 10rem;
  margin-left: auto;
  margin-right: auto;
}

.password-wrap {
  flex-flow: column;
  margin-top: 2rem;
  display: flex;
}

.password-text-field {
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem 1rem;
}

.button-wrap {
  align-self: center;
  display: flex;
}

.error-404 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2.2rem;
  display: flex;
}

.text-weight-bold {
  font-weight: 700;
}

.section {
  z-index: 2;
  padding-left: 4.4vw;
  padding-right: 4.4vw;
  position: relative;
  overflow: clip;
}

.hero-home {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 70vh;
  display: flex;
}

.hero-home.middle {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 5%;
  padding-bottom: 10%;
  position: relative;
}

.primary-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--color--primary-color);
  color: var(--color--background-color);
  letter-spacing: -.00875em;
  font-weight: 700;
  font-size: clamp(1rem, var(--text-size--regular), 1.1rem);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.divider {
  background-color: #d6d4d3;
  width: 100%;
  height: 1px;
}

.services-item {
  grid-row-gap: 2.5rem;
  border-bottom: 1px solid #d6d4d3;
  flex-direction: column;
  padding-bottom: 3em;
  transition: padding .5s;
  display: flex;
}

.services-item:hover {
  padding-bottom: 6rem;
}

.team-link {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.price-card-link {
  background-color: #edeceb;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}

.divider-2 {
  background-color: #2f2f2f;
  width: 100%;
  height: 1px;
}

.blog-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.blog-card:first-child {
  flex-flow: column;
}

.button-circle-wrap {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.square-hero {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25vw;
  height: 50vh;
  display: flex;
  position: relative;
}

.cta {
  max-width: 70vw;
}

.culture-title {
  grid-column-gap: .69em;
  grid-row-gap: .69em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-card-image {
  background-color: #f7f7f7;
  border-radius: .3rem;
  width: 100%;
  min-height: 40vh;
  max-height: 40vh;
  margin-bottom: .5rem;
  position: relative;
  overflow: hidden;
}

.home-card-item-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-self: flex-start;
  max-width: 40ch;
  padding-left: .44rem;
  display: flex;
}

.main-button {
  grid-column-gap: 4.75rem;
  grid-row-gap: 4.75rem;
  color: #212121;
  cursor: pointer;
  background-color: #fbfbfb;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: .8rem 1.5rem;
  transition: all .45s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-image-wrapper {
  flex-direction: column;
  justify-content: center;
  height: 60vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.square-image-wrapper, .absolute-image {
  position: absolute;
  inset: 0%;
}

.absolute-image._1, .absolute-image._4 {
  object-position: 0% 50%;
}

.hero-cards {
  grid-column-gap: 1.4375rem;
  grid-row-gap: 1.4375rem;
  flex-flow: column;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.hero-cards.gap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  height: auto;
}

.services-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: flex-start;
  display: flex;
}

.side-menu-text-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin: .125rem 0;
  padding-bottom: .5rem;
  display: flex;
  overflow: hidden;
}

.navbar {
  z-index: 55;
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  top: 2.5svh;
}

.divider-line-homepage {
  background-color: #d6d4d3;
  width: 100%;
  height: 1px;
}

.card-video-homepage {
  grid-row-gap: 1rem;
  background-color: var(--color--background-color);
  border: 1px solid #d6d4d3;
  border-radius: .5rem;
  flex-direction: column;
  padding: .8rem .8rem 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: border .3s, background-color .2s;
  display: flex;
  overflow: hidden;
}

.card-video-homepage:hover {
  background-color: var(--color--secondary-font-color);
}

.navbar-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 1rem 4rem;
  display: flex;
}

.error-page {
  font-size: 2.5rem;
  line-height: 1;
}

.link-text {
  letter-spacing: .025em;
  text-transform: uppercase;
  font-size: .75rem;
}

.hero-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  padding-left: 4.4vw;
  padding-right: 4.4vw;
  display: grid;
  position: fixed;
  inset: auto 0% 4.4%;
}

.heading-style-h1 {
  max-width: 39ch;
}

.hero-content-wrapper {
  width: 100%;
}

.hero-content-wrapper.is-centre {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.hero-content-wrapper.is-right {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.hero-content-wrapper.is-left {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.heading-style-h2 {
  letter-spacing: .025em;
  text-transform: uppercase;
}

.text-style-caps {
  letter-spacing: .025em;
  text-transform: uppercase;
  font-size: .75rem;
}

.circle {
  background-color: var(--color--primary-color);
  border-radius: 100%;
  width: .7rem;
  height: .7rem;
}

.hero-content-grid-right {
  grid-row-gap: .125rem;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-end;
  justify-items: end;
  display: grid;
}

.logo {
  width: 3rem;
  height: auto;
  position: relative;
  top: .45rem;
}

.inline-link {
  text-decoration: underline;
}

.hero-404 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 70vh;
  display: flex;
}

.hero-404.middle {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 5%;
  padding-bottom: 10%;
  position: relative;
}

.hero-404-content-btm {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  padding-left: 4.4vw;
  padding-right: 4.4vw;
  display: grid;
  position: fixed;
  inset: auto 0% 4.4%;
}

@media screen and (max-width: 991px) {
  body, .text-size-regular {
    font-size: 1rem;
  }

  .blog-pots-component {
    margin-bottom: 4rem;
  }

  .card {
    width: 100%;
    max-width: none;
  }

  .hero-home {
    height: auto;
    padding-top: 15vh;
  }

  .team-link {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .button-circle-wrap {
    align-self: center;
  }

  .square-hero {
    width: 50vw;
    height: 30rem;
    top: -5%;
  }

  .cta {
    max-width: none;
  }

  .culture-title {
    width: auto;
  }

  .home-card-item-wrap {
    max-width: none;
  }

  .main-button {
    white-space: nowrap;
    overflow-wrap: normal;
  }

  .absolute-image {
    top: auto;
  }

  .absolute-image._1 {
    z-index: 1;
  }

  .absolute-image._2 {
    z-index: 2;
  }

  .absolute-image._3 {
    z-index: 4;
  }

  .absolute-image._5 {
    z-index: 3;
  }

  .absolute-image._6 {
    z-index: 5;
  }

  .absolute-image._4 {
    z-index: 6;
  }

  .services-content {
    flex-flow: column;
  }

  .side-menu-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-content {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    place-items: stretch center;
  }

  .hero-404 {
    height: auto;
    padding-top: 15vh;
  }

  .hero-404-content-btm {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    place-items: stretch center;
  }
}

@media screen and (max-width: 767px) {
  .utility-page-form {
    width: 90%;
  }

  .section {
    padding-left: 2em;
    padding-right: 2em;
  }

  .hero-home {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    padding-top: 20vh;
  }

  .hero-home.middle {
    justify-content: flex-start;
    height: auto;
    padding-top: 11svh;
  }

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

  .culture-title {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .home-card-image {
    justify-content: center;
    align-items: center;
    height: 20rem;
    min-height: 0;
    max-height: none;
    display: flex;
  }

  .project-image-wrapper {
    height: 40vh;
  }

  .hero-cards.gap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .side-menu-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-content {
    height: 20rem;
    position: relative;
  }

  .hero-404 {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    padding-top: 20vh;
  }

  .hero-404.middle {
    justify-content: flex-end;
    padding-top: 11svh;
  }

  .hero-404-content-btm {
    height: 20rem;
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .rich-text h1 {
    font-size: 1.8rem;
  }

  .rich-text h2 {
    font-size: 1.7rem;
  }

  .rich-text h3 {
    font-size: 1.6rem;
  }

  .rich-text h4 {
    font-size: 1.5rem;
  }

  .rich-text h5 {
    font-size: 1.25rem;
  }

  .blog-pots-component {
    margin-top: 15vh;
    margin-bottom: 0;
  }

  .card {
    grid-row-gap: 1rem;
    padding-bottom: 3rem;
  }

  .section {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-home {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .hero-home.middle {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    height: 100svh;
    padding-top: 11svh;
    padding-bottom: 4svh;
  }

  .team-link {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .divider-2 {
    width: 100%;
  }

  .square-hero {
    width: 90vw;
    height: 50%;
    top: 0%;
  }

  .home-card-image {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-card-item-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .project-image-wrapper {
    height: 30vh;
  }

  .hero-cards.gap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .services-content {
    flex-flow: column;
  }

  .side-menu-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }

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

  .divider-line-homepage {
    width: 100%;
  }

  .hero-content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column dense;
    justify-content: flex-start;
    place-items: center;
    height: 50%;
    display: flex;
    position: relative;
    bottom: 0%;
  }

  .heading-style-h1 {
    max-width: 30.5ch;
    font-size: 1rem;
  }

  .hero-content-wrapper.is-right {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-content-wrapper.is-left {
    order: 9999;
    justify-content: center;
  }

  .hero-content-grid-right {
    align-self: center;
  }

  .logo {
    width: 2.75rem;
  }

  .hero-404 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .hero-404.middle {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    height: 100svh;
    padding-top: 11svh;
    padding-bottom: 4svh;
  }

  .hero-404-content-btm {
    flex-flow: column;
    grid-template-columns: 1fr;
    height: 50%;
    position: relative;
    bottom: 0%;
  }
}

#w-node-_26513c78-564f-bebd-c375-8fa24d38d254-20b4b43d, #w-node-_5b3cb329-d1a6-4022-db4d-46535db2dc1e-20b4b458 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_26513c78-564f-bebd-c375-8fa24d38d24f-20b4b43d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b64c82f6-7735-d906-b355-f655fe7f607e-20b4b458 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1ef0812c-ee40-f728-5001-8c5d2591ee30-20b4b458 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_26513c78-564f-bebd-c375-8fa24d38d245-20b4b43d {
    grid-area: 3 / 1 / 4 / 2;
    align-self: end;
  }

  #w-node-_26513c78-564f-bebd-c375-8fa24d38d24f-20b4b43d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cdc64486-d340-fa32-141a-631c75560e0e-20b4b458 {
    grid-area: 3 / 1 / 4 / 2;
    align-self: end;
  }

  #w-node-b64c82f6-7735-d906-b355-f655fe7f607e-20b4b458 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: end;
  }

  #w-node-_1ef0812c-ee40-f728-5001-8c5d2591ee30-20b4b458 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Rules';
  src: url('../fonts/Rules-Regular.woff2') format('woff2'), url('../fonts/Rules-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rules';
  src: url('../fonts/Rules-Bold.woff2') format('woff2'), url('../fonts/Rules-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rules';
  src: url('../fonts/Rules-Medium.woff2') format('woff2'), url('../fonts/Rules-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}