:root {
  --primary-colour-1: #0c2862;
  --black-txt: dimgrey;
  --main-calm: rgba(12, 40, 98, .8);
  --bg: white;
  --primary-color2: #f4fcff;
  --texk-black-a-t: rgba(24, 41, 76, .8);
  --txt-hbhue: rgba(40, 47, 63, .72);
  --pressed: #061941;
  --accent: #caeffe;
  --sec-1: #f5e3e0;
  --growth: #2ed39f;
  --hover-tab: #eff7fa;
  --blog-card-bg: #ebf7fc;
  --tab-pssv: #e8f8fe;
  --tab_main: #d9f2fc;
  --pj-bg: #f9fdfe;
  --form-hover: rgba(135, 149, 177, .05);
  --focused-input: rgba(197, 216, 255, .1);
  --blog-accent: #ecf8fd;
  --heading-2-text-color: dimgrey;
  --deep-green: #24604c;
  --blog-card-border: #51bde6;
  --sec-2-hue: #fdf9f9;
  --page-bg: #fcf6f5;
  --deep-peach: #3e3a3a;
}

body {
  color: #333;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--primary-colour-1);
  letter-spacing: -.1rem;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 42.1px;
  font-weight: 600;
  line-height: 1.5;
}

h2 {
  color: var(--primary-colour-1);
  letter-spacing: -.045rem;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 23.85px;
  font-weight: 600;
  line-height: 1.5;
}

h3 {
  color: var(--primary-colour-1);
  letter-spacing: .001rem;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20.85px;
  font-weight: 600;
  line-height: 1.5;
}

h4 {
  letter-spacing: .08rem;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

p {
  color: var(--black-txt);
  letter-spacing: .02rem;
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: var(--main-calm);
  letter-spacing: .6px;
  font-size: 14px;
  text-decoration: underline;
}

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

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

.main-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: block;
  position: relative;
  top: 0;
}

.container.nav {
  justify-content: center;
  max-width: 1200px;
  display: flex;
}

.container.footer {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 90%;
  display: flex;
  top: 27px;
}

.section {
  background-color: var(--primary-color2);
  background-image: url('../images/Blog.pttrn.bg.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200px;
  background-attachment: fixed;
  border-radius: 40px 40px 0 0;
  margin-top: 0;
}

.content-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.content-wrapper.footer {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 80%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.brand-element {
  z-index: 10;
  background-color: var(--primary-colour-1);
  width: 90px;
  height: 40px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.brand-element.cmp {
  background-color: var(--primary-colour-1);
}

.body-copy-parag {
  color: var(--primary-color2);
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 135px;
}

.body-copy-parag.tab {
  color: var(--texk-black-a-t);
  letter-spacing: .03rem;
  padding-top: 16px;
  padding-right: 0;
}

.body-copy-parag.blog {
  color: var(--txt-hbhue);
  letter-spacing: .01rem;
  padding-top: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.scroll {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--primary-color2);
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 32px;
  display: flex;
  position: absolute;
  top: 26%;
  bottom: auto;
  left: auto;
  right: -20px;
  transform: rotate(90deg);
}

.scroll.hero {
  margin-top: 0;
  position: static;
  transform: none;
}

.logo {
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  display: block;
}

.logo.comp {
  width: 100%;
}

.desktop-nav {
  z-index: 2;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.page-links {
  color: var(--primary-colour-1);
  padding: 8px 0;
  transition: border-color .3s cubic-bezier(0, .405, 1, .504), border-radius .35s cubic-bezier(0, .498, 1, .416);
  display: flex;
}

.page-links:hover {
  border: 1px #000;
  border-radius: 0;
}

.cta-button {
  z-index: 10;
  border: 1px solid var(--primary-colour-1);
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
  color: var(--primary-colour-1);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  text-decoration: none;
  transition: color .5s ease-in-out, border-radius .5s ease-in-out, border-color .5s ease-in-out, border-color .5s ease-in-out;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
  transform: perspective(8px);
}

.cta-button:hover {
  border-style: solid;
  border-color: var(--primary-colour-1);
  color: var(--primary-color2);
}

.cta-button:active {
  background-color: var(--pressed);
  color: var(--primary-color2);
}

.cta-button.nav-dark {
  border-color: var(--accent);
  color: var(--accent);
}

.cta-button.nav-dark:hover {
  color: var(--primary-colour-1);
}

.cta-button.form {
  z-index: 1;
  background-color: var(--primary-colour-1);
  color: var(--primary-color2);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cta-button.form:hover {
  border-color: var(--sec-1);
  background-color: var(--primary-colour-1);
  color: var(--primary-colour-1);
}

.cta-button.form.close-btn {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  border-width: 1.5px;
  border-radius: 500%;
  flex: none;
  width: 48px;
  height: 48px;
  margin-top: 24px;
  margin-left: 24px;
  padding: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.link {
  color: var(--primary-colour-1);
  letter-spacing: .01rem;
  width: 100%;
  height: 100%;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  transition: line-height 1s ease-in, letter-spacing 1s ease-in;
  display: block;
}

.link:hover {
  color: var(--growth);
  letter-spacing: .01rem;
  font-weight: 400;
}

.link.footer {
  color: var(--hover-tab);
  text-align: left;
  letter-spacing: .03rem;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 500;
}

.link.footer:hover {
  color: var(--sec-1);
}

.link.footer.w--current {
  text-align: left;
}

.link.t {
  text-align: center;
  height: auto;
}

.link.t:hover {
  color: var(--pressed);
}

.link.nav-dark {
  color: var(--accent);
}

.link.nav-dark:hover {
  color: var(--growth);
}

.navlinks-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 8px;
  display: flex;
}

.left-nav-sec {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home_page {
  z-index: 10;
  background-color: var(--blog-card-bg);
  background-image: url('../images/HeroEco2.svg');
  background-repeat: no-repeat;
  background-size: 100vw;
  background-attachment: fixed;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grid-logo-cloud {
  flex-wrap: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: space-between;
  justify-content: space-between;
  align-items: stretch;
  justify-items: stretch;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.clients-relevance {
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav.section {
  z-index: 10;
  justify-content: space-between;
  display: block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav.section.cmp {
  z-index: 3000;
}

.tabs-menu {
  background-color: var(--tab-pssv);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.tabs-link {
  background-color: var(--primary-color2);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.tabs-link:hover {
  background-color: var(--hover-tab);
}

.tabs-link.w--current {
  background-color: var(--tab_main);
  background-image: url('../images/HeroEco2.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  border-top-left-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: background-color .3s cubic-bezier(0, .475, 1, .399);
}

.tabs-link.w--current:hover {
  background-color: var(--tab_main);
  background-image: url('../images/HeroEco2.svg');
  background-position: 100% 100%;
  background-size: auto;
  background-attachment: fixed;
}

.revance-tab {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.rel-title {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.tab-div {
  z-index: 2;
  background-color: var(--tab-pssv);
  object-fit: contain;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex;
  position: relative;
}

.tab-div.content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  margin-left: 24px;
  padding-left: 0;
  padding-right: 0;
}

.tab-div.img {
  background-color: rgba(0, 0, 0, 0);
  width: 60%;
  padding: 0;
}

.tab-div.wrap {
  background-color: var(--tab_main);
  background-image: url('../images/HeroEco2.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-right: 40px;
}

.project-tag-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image {
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px 8px 8px 0;
  margin-bottom: 0;
}

.image.value-img, .image.benefit {
  border-radius: 16px;
  width: auto;
  height: auto;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}

.heading-2.blog-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20.85px;
}

.project-title-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-thumbs {
  object-fit: cover;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  text-decoration: none;
}

.default-state {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--hover-tab);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.default-state.let-build-form {
  width: 100%;
}

.wrapper-blog {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.blog-thumbnail {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 40%;
}

.blog-thumbnail:hover {
  overflow: hidden;
}

.blog-container {
  transform-style: preserve-3d;
  background-color: #ebf7fc;
  border: 2px rgba(191, 225, 238, .4);
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  max-width: 323px;
  height: auto;
  text-decoration: none;
  transition: all .5s cubic-bezier(0, .364, 1, .662);
  display: flex;
}

.blog-container:hover {
  transform: scale3d(1.01, 1.02, 1);
  box-shadow: 5px 12px 0 -7px rgba(183, 218, 231, .15);
}

.bcont-wrapper {
  background-color: var(--bg);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  height: 60%;
  padding: 16px 18px;
  text-decoration: none;
  display: flex;
}

.projects-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  margin-top: 16px;
  display: flex;
}

.blog-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  width: 100%;
  height: 420px;
  margin-top: 96px;
  margin-bottom: 220px;
  display: flex;
}

.pj-title {
  background-color: var(--primary-color2);
  background-image: url('../images/Blog.pttrn.bg.webp');
  background-position: 100% 100%;
  background-size: auto;
  background-attachment: fixed;
}

.flex-contact-fom {
  flex-direction: column;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.input-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--primary-colour-1);
  letter-spacing: .02rem;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  width: 100%;
  height: 52px;
  font-weight: 300;
  line-height: 1.4;
  transition: background-color .4s cubic-bezier(0, .562, 1, .387);
}

.input-field:hover {
  background-color: var(--form-hover);
}

.input-field:active {
  border-bottom-width: 2px;
}

.input-field:focus {
  background-color: var(--focused-input);
  border-bottom-width: 2px;
}

.contact-form-wrapper {
  width: auto;
  min-width: 490px;
  height: auto;
}

.project-tags {
  color: var(--primary-colour-1);
  border: .5px solid rgba(12, 40, 98, .4);
  border-radius: 4px;
  flex: none;
  padding: 6px 16px;
  text-decoration: none;
}

.tags-label {
  border: 1px none var(--primary-colour-1);
  color: var(--txt-hbhue);
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
}

.flex-name-field {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-cont {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-section {
  background-color: var(--primary-colour-1);
  background-image: url('../images/Footer-Eco.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  justify-content: space-between;
  align-items: stretch;
  height: 400px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.footer-section.comp {
  flex-direction: column;
  width: 100vw;
  height: 380px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: -32px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-links {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.footer-links._1 {
  grid-row-gap: 8px;
  width: auto;
}

.image-4 {
  z-index: 1;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  height: 50%;
  display: flex;
}

.footer-label {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  width: 40%;
  height: 100%;
  display: flex;
}

.label-footer-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.footer_tagline {
  color: var(--blog-card-bg);
  letter-spacing: .03rem;
  width: auto;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 300;
}

.text-block-2 {
  color: var(--bg);
  letter-spacing: .04rem;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.6;
}

.lb-1 {
  width: auto;
}

.lb-2 {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.company_page {
  background-color: var(--primary-colour-1);
  background-image: url('../images/Footer-Eco.svg');
  background-position: 0 0;
  background-size: auto;
}

.company_page.cmp {
  background-color: var(--blog-accent);
  background-image: none;
  transition: all .8s;
}

.link-block {
  display: flex;
}

.team-label {
  color: var(--primary-color2);
  letter-spacing: .01rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.card-text-block {
  color: var(--accent);
  letter-spacing: .02rem;
  font-weight: 400;
  line-height: 1;
}

._01-footer-grid {
  grid-row-gap: 24px;
  flex-direction: column;
  height: 100%;
  display: flex;
}

.adreess {
  grid-row-gap: 8px;
  flex-direction: column;
  height: 100%;
  display: flex;
}

.footer-adress {
  color: var(--primary-color2);
  text-align: left;
  letter-spacing: .05rem;
  width: 40%;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.6;
}

.flex-value-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.grid-our-values {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  flex-flow: wrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.flex-details-wrapper {
  grid-row-gap: 4px;
  flex-flow: wrap;
  width: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.career {
  background-color: var(--primary-color2);
}

.collection-item {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 48%;
  padding-right: 0;
  display: flex;
}

.collection-item.hero {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  transition: all 1s;
}

.img-our-value-wrapper {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 16px;
  width: 88px;
  height: 88px;
}

.value-img {
  width: 100%;
  height: 100%;
}

.blog-sec {
  z-index: -10000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.button-2 {
  background-color: var(--primary-colour-1);
  border-radius: 8px;
  padding: 13px 33px;
}

.body-4 {
  background-image: url('../images/HeroEco.webp');
  background-position: 50%;
  background-size: auto;
  background-attachment: fixed;
}

.button-hover-scale {
  z-index: 9;
  background-color: var(--primary-colour-1);
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
  transform-style: preserve-3d;
  border-radius: 4%;
  width: 100%;
  height: 300%;
  text-decoration: none;
  position: absolute;
  top: -22px;
  bottom: 0%;
  left: -12%;
  right: auto;
  transform: scale3d(.1, 1, 1);
}

.button-hover-scale.coloured {
  background-color: var(--sec-1);
  border-radius: 4%;
  left: -12%;
}

.button-hover-scale.navd {
  background-color: var(--accent);
}

.button-hover-scale.frm {
  z-index: 1;
  background-color: var(--sec-1);
}

.button-hover-scale.career-page {
  background-color: var(--accent);
}

.cta-b-warpper {
  z-index: 10;
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.cta-b-warpper:active {
  color: var(--primary-color2);
}

.cta-b-warpper.tab, .cta-b-warpper.career-page {
  z-index: 1;
}

.img-our-project {
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.projects_page {
  background-image: url('../images/Eco.light.bg.webp');
  background-position: 0 0;
  background-size: auto;
  background-attachment: fixed;
  transition: all .8s;
}

.feat-pj-collection {
  height: 120%;
}

.project-coletion-imgsampling {
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.project-image-collection {
  border-radius: 16px;
  width: 100%;
}

.wrapper-minicoll {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  display: flex;
}

.collection-contain.home {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-logo-wrappers {
  mix-blend-mode: luminosity;
  background-color: rgba(135, 149, 177, .02);
  border: .1px solid rgba(12, 40, 98, .08);
  border-radius: 1px;
  flex-flow: wrap;
  align-content: space-around;
  justify-content: center;
  align-items: center;
  padding: 24px 40px;
  display: flex;
}

.grid-logo-wrappers.motion {
  mix-blend-mode: luminosity;
  height: 180px;
  margin-left: 2px;
  margin-right: 2px;
  padding: 0 20px;
}

.relevance-tab {
  width: 100%;
  height: 100%;
}

.modal {
  background-color: var(--blog-accent);
  border-top-left-radius: 24px;
  border-bottom-left-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  width: 40vw;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.modal.modal-edit {
  width: 50vw;
}

.rech-out-button-formbutton {
  z-index: 2;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-14 {
  width: 100%;
}

.tab-img {
  width: 100%;
  height: 100%;
  padding: 16px 24px;
}

.sm-wrapper {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  display: flex;
}

.sm {
  align-items: center;
  width: 28px;
  height: 28px;
  margin-right: 0;
  padding: 12px 10px 12px 0;
  display: flex;
}

.page_loader {
  z-index: 300000;
  background-color: var(--primary-colour-1);
  background-image: url('../images/Footer-Eco.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 3200px;
  background-attachment: fixed;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  transition: all .8s;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.page_loader.projects {
  z-index: 300000;
}

.scale-echo {
  background-color: var(--primary-color2);
  transform-origin: 0 100%;
  background-image: url('../images/HeroEco.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150%;
  background-attachment: fixed;
  width: 100vw;
  height: 100vh;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page_loader_wrapper {
  z-index: 20;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  perspective: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.progress_loader {
  z-index: 21;
  background-color: var(--tab-pssv);
  perspective-origin: 0%;
  transform-origin: 0%;
  width: 100vw;
  height: 4px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.chevron_mobile.wraperitem1, .chevron_mobile.wholewrap {
  display: none;
}

.bottom {
  background-color: var(--primary-colour-1);
  background-image: url('../images/Footer-Eco.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40px;
}

.mobile-nav {
  display: none;
}

.top-nav-link {
  color: var(--primary-colour-1);
  letter-spacing: .01rem;
  width: 100%;
  height: 100%;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.top-nav-link:hover {
  color: var(--growth);
  letter-spacing: .01rem;
  font-weight: 400;
}

.top-nav-link:active {
  color: var(--growth);
  text-decoration: none;
}

.topnav-flex {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.topnav-web {
  z-index: 10000;
  transition: all .2s;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.topnav-web.project-details {
  background-color: var(--primary-color2);
}

.nav-wrapper {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 32px;
  display: block;
  position: relative;
}

.topnav-mob-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: block;
  position: relative;
  top: 0;
}

.hero-section {
  z-index: -2000000;
  background-color: var(--primary-color2);
  background-image: url('../images/Blog.pttrn.bg.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200px;
  background-attachment: fixed;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.hero-section.position {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}

.flex-hero-wrapper {
  width: 100%;
  height: 25vh;
  padding: 5vh 32px;
}

.hero-title-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-title-wrapper.company {
  width: 40%;
}

.h1-hero {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 120%;
}

.hero-lockup {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  display: flex;
}

.cta_primary {
  z-index: 10;
  border: 1px solid var(--primary-colour-1);
  background-color: var(--primary-colour-1);
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
  color: var(--primary-colour-1);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  text-decoration: none;
  transition: color .5s ease-in-out, border-radius .5s ease-in-out, border-color .5s ease-in-out, border-color .5s ease-in-out;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
  transform: perspective(8px);
}

.cta_primary:hover {
  border-style: solid;
  border-color: var(--primary-colour-1);
  color: var(--primary-color2);
}

.cta_primary:active {
  background-color: var(--pressed);
  color: var(--primary-color2);
}

.link-primary {
  color: var(--primary-color2);
}

.hero-section-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-mini-heading {
  color: var(--texk-black-a-t);
  margin-bottom: 0;
  font-size: 14px;
}

.logo-cloud-heading {
  color: var(--primary-colour-1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 130%;
}

.logo-cloud-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 8vh 32px;
  display: block;
}

.flex-grid-logo-cloud {
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.relevance-heading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 120%;
  display: flex;
}

.relevance-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 8vh 32px;
  display: block;
}

.h3-relevance-header {
  font-size: 24px;
}

.recent-projects-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 8vh 32px;
  display: block;
}

.recent-projects-heading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 120%;
}

.project-img-wrapper {
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-img {
  border-radius: 16px;
}

.h3-recent-project {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.b1-projects {
  color: var(--texk-black-a-t);
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
}

.recent-project-title {
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.flex-project-title {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.recent-project-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 0;
  text-decoration: none;
  display: grid;
}

.insights-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 8vh 32px;
  display: block;
}

.logo-cloud-section {
  background-color: var(--primary-color2);
  background-image: url('../images/Blog.pttrn.bg.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200px;
  background-attachment: fixed;
  border-radius: 40px 40px 0 0;
  margin-top: 0;
}

.logo-cloud-section.logo-cloud {
  background-color: var(--accent);
  background-image: url('../images/HeroEco2.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 40px 40px 0 0;
  flex-direction: column;
  justify-content: center;
  width: auto;
  max-width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.logo-cloud-section.logo-cloud.position {
  z-index: 2;
  display: none;
}

.relevance-section {
  background-color: var(--primary-color2);
  background-image: url('../images/Blog.pttrn.bg.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200px;
  background-attachment: fixed;
  border-radius: 40px 40px 0 0;
  margin-top: 0;
}

.relevance-section.layout {
  background-color: var(--pj-bg);
  background-image: url('../images/HeroEco2.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 40px 40px 0 0;
  flex-direction: column;
  justify-content: center;
  width: auto;
  max-width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.relevance-section.layout.position {
  z-index: 3;
  border-radius: 0;
}

.recent-projects-section {
  background-color: var(--primary-color2);
  background-image: url('../images/Blog.pttrn.bg.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200px;
  background-attachment: fixed;
  border-radius: 40px 40px 0 0;
  margin-top: 0;
}

.recent-projects-section.recent-projject {
  background-color: var(--primary-color2);
  background-image: url('../images/HeroEco2.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 40px 40px 0 0;
  flex-direction: column;
  justify-content: center;
  width: auto;
  max-width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.recent-projects-section.recent-projject.position {
  z-index: 4;
}

.insights-section {
  background-color: var(--primary-color2);
  background-image: url('../images/Blog.pttrn.bg.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200px;
  background-attachment: fixed;
  border-radius: 40px 40px 0 0;
  margin-top: 0;
}

.insights-section.insights {
  background-color: var(--blog-accent);
  background-image: url('../images/Blog.pttrn.bg.webp');
  background-position: 100% 60%;
  background-size: cover;
  background-attachment: fixed;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: auto;
  overflow: hidden;
}

.insights-section.insights.com {
  z-index: 8;
}

.insights-section.insights.position {
  z-index: 5;
}

.contact-section {
  background-color: var(--primary-color2);
  background-image: url('../images/Blog.pttrn.bg.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200px;
  background-attachment: fixed;
  border-radius: 40px 40px 0 0;
  margin-top: 0;
}

.contact-section.contact {
  background-color: var(--blog-accent);
  background-image: url('../images/Blog.pttrn.bg.webp');
  background-size: cover;
  background-attachment: fixed;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  width: auto;
  max-width: 100%;
  height: auto;
  overflow: hidden;
}

.contact-section.contact.com {
  z-index: 9;
}

.contact-section.contact.position {
  z-index: 6;
}

.contact-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 32px;
  display: block;
  position: static;
  top: 0;
}

.insights-heading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 120%;
}

.grid-insights-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: hidden;
}

.insight-img-wrapper {
  border-radius: 0;
}

.insight-img-wrapper:hover {
  overflow: hidden;
}

.insight-img {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  text-decoration: none;
}

.link-tab {
  z-index: 10;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.b1-insights {
  color: var(--txt-hbhue);
  text-align: left;
  height: 88px;
  margin-bottom: 0;
  font-size: 14px;
}

.h4-insight {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.insight-title-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.insight-detail-wrapper {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.insight-wrapper {
  background-color: var(--bg);
  border-radius: 8px;
  flex-direction: column;
  width: auto;
  height: 100%;
  display: flex;
}

.flex-insights-details {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: center;
  height: auto;
  margin-top: 0;
  display: flex;
}

.h1-contact {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 120%;
}

.contact-title-wrapper {
  width: auto;
  max-width: 480px;
}

.flex-contact-details {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.text-box {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--primary-colour-1);
  letter-spacing: .02rem;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  width: 100%;
  height: auto;
  min-height: 100px;
  font-weight: 300;
  line-height: 1.4;
  transition: background-color .4s cubic-bezier(0, .562, 1, .387);
}

.text-box:hover {
  background-color: var(--form-hover);
}

.text-box:active {
  border-bottom-width: 2px;
}

.text-box:focus {
  background-color: var(--focused-input);
  border-bottom-width: 2px;
}

.form-btn-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-contact {
  z-index: 10;
  background-image: url('../images/HeroEco2.svg');
  background-repeat: no-repeat;
  background-size: 100vw;
  background-attachment: fixed;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.btn-contact {
  z-index: 2;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-section-1 {
  background-color: var(--primary-colour-1);
  background-image: url('../images/Footer-Eco.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  max-width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.footer-section-1.position {
  z-index: 7;
}

.footer-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 32px;
  display: block;
}

.b2-copyright {
  color: rgba(255, 255, 255, .7);
  letter-spacing: .04rem;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.6;
}

.flex-footer-content {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-footer-label {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.b2-footer {
  color: var(--primary-color2);
  text-align: left;
  letter-spacing: .05rem;
  width: 50%;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  display: none;
}

.quick-link-title {
  color: rgba(255, 255, 255, .7);
  text-align: left;
  letter-spacing: .04rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.quick-link-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.grid-footer-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 40px;
  display: grid;
}

.regaleon-motto {
  color: var(--blog-card-bg);
  letter-spacing: .03rem;
  width: auto;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.success-state {
  background-color: var(--bg);
  border-radius: 8px;
  width: 80%;
  padding: 40px;
}

.success-img-wrapper {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.success-btn {
  z-index: 10;
  border: 1px solid var(--primary-colour-1);
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
  color: var(--primary-colour-1);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  text-decoration: none;
  transition: color .5s ease-in-out, border-radius .5s ease-in-out, border-color .5s ease-in-out, border-color .5s ease-in-out;
  display: flex;
  transform: perspective(8px);
}

.success-btn:hover {
  border-style: solid;
  border-color: var(--primary-colour-1);
  background-color: var(--primary-colour-1);
  color: var(--primary-color2);
}

.success-btn:active {
  background-color: var(--pressed);
  color: var(--primary-color2);
}

.h4-success {
  color: var(--primary-colour-1);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.b1-success {
  color: var(--texk-black-a-t);
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
}

.success-message-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-message-details {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.error-message-2 {
  background-color: rgba(0, 0, 0, 0);
  width: auto;
  min-width: 280px;
  max-width: 380px;
  margin-top: 24px;
}

.error-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.b1-error {
  color: var(--heading-2-text-color);
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
}

.flex-error-state {
  grid-column-gap: 8px;
  background-color: var(--sec-1);
  border-radius: 8px;
  align-items: flex-start;
  padding: 12px 24px;
  display: flex;
}

.our-projects-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.projects-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 48%;
  padding-right: 0;
  display: flex;
}

.projects-wrapper.size {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-right: 0;
  transition: all 1s;
}

.our-projects-image {
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px 8px 8px 0;
  margin-bottom: 0;
}

.our-projects-image.size {
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}

.our-project-details {
  flex-direction: row;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.our-project-details.layout {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.our-projects-link {
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.our-projects-link.layout {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.tags-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  max-height: 72px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.our-projects-title {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.grid-our-projects {
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.our-projects-section {
  background-color: var(--primary-color2);
  background-image: url('../images/Blog.pttrn.bg.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200px;
  background-attachment: fixed;
  border-radius: 40px 40px 0 0;
  margin-top: 0;
}

.our-projects-section.size {
  background-color: var(--primary-color2);
  background-image: url('../images/HeroEco2.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 40px 40px 0 0;
  flex-direction: column;
  justify-content: center;
  width: auto;
  max-width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.our-projects-section.size.position {
  z-index: 5;
  position: -webkit-sticky;
  position: sticky;
}

.our-projects-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
  padding-left: 32px;
  padding-right: 32px;
  display: block;
}

.flex-our-project {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  margin-bottom: 96px;
  display: flex;
}

.h3-our-projects-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.b1-our-projects {
  color: var(--texk-black-a-t);
  text-align: left;
  height: 128px;
  margin-bottom: 0;
  font-size: 14px;
}

.modal-let-build {
  z-index: 200000;
  background-color: rgba(12, 40, 98, .3);
  width: 100vw;
  height: auto;
  min-height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.outside-modal-tap {
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon-close {
  z-index: 10;
  width: 16px;
  height: 16px;
  display: block;
}

.let-build-img-wrapper {
  border-top-left-radius: 24px;
  width: 100%;
  height: 40%;
  margin: auto;
  overflow: hidden;
}

.img-let-build {
  max-width: none;
  min-height: 100%;
}

.let-build-details-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60%;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.flex-let-build-form {
  flex-direction: column;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.let-build-form-wrapper {
  width: auto;
  height: auto;
}

.let-build-title-wrapper {
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}

.h3-let-build-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.flex-let-build-details {
  flex-direction: column;
  justify-content: flex-start;
  width: auto;
  height: 100%;
  display: flex;
}

.let-build {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--primary-colour-1);
  letter-spacing: .02rem;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  width: 100%;
  height: 52px;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.4;
  transition: background-color .4s cubic-bezier(0, .562, 1, .387);
}

.let-build:hover {
  background-color: var(--form-hover);
}

.let-build:active {
  border-bottom-width: 2px;
}

.let-build:focus {
  background-color: var(--focused-input);
  border-bottom-width: 2px;
}

.b1-let-build {
  color: var(--txt-hbhue);
  letter-spacing: -.01rem;
  height: 100%;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
}

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

.label-let-build._25 {
  width: 25%;
}

.label-let-build._40 {
  width: 40%;
}

.label-let-build._50 {
  width: 50%;
}

.input-field-wrapper._75 {
  width: 75%;
}

.input-field-wrapper._60 {
  width: 60%;
}

.input-field-wrapper._50 {
  width: 50%;
}

.flex-input-field {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.txt-btn-build {
  z-index: 10;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.flex-build-detail {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.flex-build-detail.let-build {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  flex-flow: wrap;
  align-content: center;
  align-items: flex-end;
  height: auto;
}

.full-name-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.full-name-flex._75 {
  width: 75%;
}

.btn-let-build {
  width: 100%;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.success-let-build {
  background-color: var(--accent);
  border-radius: 8px;
}

.hero-right-lockup {
  width: 60%;
}

.b1-hero-company {
  color: var(--primary-colour-1);
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 20px;
  font-weight: 400;
}

.flex-bottom-wrapper {
  width: 60%;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
}

.img-hero {
  object-fit: cover;
  border-radius: 8px;
  height: 100%;
}

.flex-top-hero {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  display: flex;
}

.flex-top-hero.company {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: auto;
  display: flex;
}

.company-mission-wrapper {
  padding: 64px 32px;
}

.our-values-section {
  background-color: var(--primary-color2);
  background-image: url('../images/Blog.pttrn.bg.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200px;
  background-attachment: fixed;
  border-radius: 40px 40px 0 0;
  margin-top: 0;
}

.our-values-section.size {
  background-color: var(--primary-color2);
  background-image: url('../images/HeroEco2.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 40px 40px 0 0;
  flex-direction: column;
  justify-content: center;
  width: auto;
  max-width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.our-values-section.size.position {
  z-index: 6;
}

.our-values-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15vh;
  padding-left: 32px;
  padding-right: 32px;
  display: block;
}

.flex-our-values {
  grid-row-gap: 32px;
  flex-direction: column;
  margin-bottom: 120px;
  display: flex;
}

.flex-values-title {
  border-bottom: 1px none var(--deep-green);
  margin-top: 0;
}

.h2-our-values-heading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 32px;
  line-height: 120%;
}

.h3-our-values-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.b1-value {
  color: var(--texk-black-a-t);
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
}

.h2-hero-company {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 32px;
  line-height: 120%;
}

.regal-team-section {
  background-color: var(--primary-color2);
  background-image: url('../images/Blog.pttrn.bg.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200px;
  background-attachment: fixed;
  border-radius: 40px 40px 0 0;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  overflow: hidden;
}

.regal-team-section.position {
  z-index: 7;
}

.regal-team-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15vh 32px 8vh;
  display: block;
}

.flex-regal-team {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.flex-regal-title {
  grid-row-gap: 4px;
  border-bottom: 1px none var(--deep-green);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.h2-regal-team-heading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 32px;
  line-height: 120%;
}

.b1-the-regals {
  color: var(--texk-black-a-t);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.grid-the-regals {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
  overflow: hidden;
}

.the-regals-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.img-the-regal-wrapper {
  background-color: #e5f7ff;
  border-radius: 16px;
  width: auto;
}

.flex-details-the-regals {
  grid-row-gap: 4px;
  background-color: var(--primary-colour-1);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-flow: column wrap;
  width: auto;
  margin-bottom: 0;
  padding: 16px;
  display: flex;
}

.img-the-regal {
  width: 100%;
}

.h2-logo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.b2-address {
  color: var(--primary-color2);
  text-align: left;
  letter-spacing: .05rem;
  width: 50%;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
}

.btn-project {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.btn-project.projects-page {
  margin-top: 24px;
}

.heading-projects-wrapper {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.b1-project-link {
  color: var(--texk-black-a-t);
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
}

.flex-mission {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  display: flex;
}

.flex-mission.company {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.mission-title-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.mission-title-wrapper.company {
  width: 40%;
}

.mission-right-lockup {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 640px;
  display: flex;
}

.flex-mission-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.flex-mission-wrapper.mobile {
  display: none;
}

.hero-career-section {
  background-color: var(--primary-colour-1);
  background-image: url('../images/HERO-CAREER.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.cover-img-wrapper {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 100%;
  display: flex;
  overflow: hidden;
}

.h1-career-hero {
  color: var(--accent);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 120%;
}

.b1-careers-hero {
  color: var(--accent);
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
}

.our-benefits-section {
  background-color: var(--primary-color2);
  background-image: url('../images/Blog.pttrn.bg.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200px;
  background-attachment: fixed;
  border-radius: 40px 40px 0 0;
  margin-top: 0;
}

.our-benefits-section.size {
  background-color: var(--primary-color2);
  background-image: url('../images/HeroEco2.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 40px 40px 0 0;
  flex-direction: column;
  justify-content: center;
  width: auto;
  max-width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.our-benefits-section.size.career {
  z-index: 6;
}

.our-benefits-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15vh 32px 120px;
  display: flex;
}

.flex-our-benefits {
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  margin-bottom: 120px;
  display: flex;
}

.flex-benefit-title {
  border-bottom: 1px none var(--deep-green);
  margin-top: 0;
}

.grid-our-benefit {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  flex-flow: wrap;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.h3-our-benefits {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.flex-benefit-wrapper {
  grid-row-gap: 4px;
  flex-flow: column wrap;
  width: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.img-benefit-wrapper {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 16px;
  width: 88px;
  height: 88px;
}

.flex-benefit_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.flex-join-us {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.b1-benefits {
  color: var(--texk-black-a-t);
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
}

.hero-project-section {
  background-color: var(--tab_main);
  background-image: url('../images/HERO-PROJECTS.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.h1-projects-page {
  color: var(--primary-colour-1);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 120%;
}

.b1-hero_projects {
  color: var(--primary-colour-1);
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
}

.top-nav-link-career {
  color: var(--accent);
  letter-spacing: .01rem;
  width: 100%;
  height: 100%;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.top-nav-link-career:hover {
  color: var(--growth);
  letter-spacing: .01rem;
  font-weight: 400;
}

.top-nav-link-career:active {
  color: var(--growth);
  text-decoration: none;
}

.link-career {
  z-index: 10;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.cta_carreer {
  z-index: 10;
  border: 1px solid var(--tab-pssv);
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
  color: var(--tab-pssv);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  text-decoration: none;
  transition: color .5s ease-in-out, border-radius .5s ease-in-out, border-color .5s ease-in-out, border-color .5s ease-in-out;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
  transform: perspective(8px);
}

.cta_carreer:hover {
  border-style: solid;
  border-color: var(--primary-colour-1);
  color: var(--primary-colour-1);
}

.cta_carreer:active {
  background-color: var(--pressed);
  color: var(--primary-colour-1);
}

.hero-company-section {
  background-color: var(--accent);
  background-image: url('../images/HERO-COMPANY.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.our-mission-section {
  background-color: var(--primary-color2);
  background-image: url('../images/Blog.pttrn.bg.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200px;
  background-attachment: fixed;
  border-radius: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  overflow: hidden;
}

.our-mission-section.position {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}

.mission-section-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20vh;
  padding-bottom: 10vh;
  display: flex;
}

.mission-section-wrapper.company {
  grid-row-gap: 120px;
  padding-top: 0;
  padding-bottom: 0;
}

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

._404-error {
  background-color: var(--primary-colour-1);
}

.img-eror {
  height: 50%;
}

.flex-error-wrapper {
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 50vh;
  display: flex;
}

.h2-error {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--tab-pssv);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 32px;
  line-height: 120%;
}

.cta_error_page {
  z-index: 10;
  border: 1px solid var(--tab-pssv);
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
  color: var(--tab-pssv);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  text-decoration: none;
  transition: color .5s ease-in-out, border-radius .5s ease-in-out, border-color .5s ease-in-out, border-color .5s ease-in-out;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
  transform: perspective(8px);
}

.cta_error_page:hover {
  border-style: solid;
  border-color: var(--primary-colour-1);
  color: var(--primary-colour-1);
}

.cta_error_page:active {
  background-color: var(--pressed);
  color: var(--primary-colour-1);
}

.project-details {
  background-color: var(--primary-color2);
}

.cover-project-details {
  background-color: var(--tab_main);
  background-image: url('../images/HERO-PROJECTS.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: 50vh;
  margin-top: 88px;
  display: flex;
  overflow: hidden;
}

.project-description-section {
  background-color: var(--primary-color2);
  background-image: url('../images/Blog.pttrn.bg.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200px;
  background-attachment: fixed;
  border-radius: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  overflow: hidden;
}

.project-desc-wrapper {
  padding: 64px 32px;
}

.flex-project-desc-wrapper {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.img-project-desc-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.flex-details {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  display: flex;
}

.flex-details.project-desc {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: auto;
  display: flex;
}

.h1-project-desc {
  color: var(--primary-colour-1);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 120%;
  display: none;
}

.b1-project-desc {
  color: var(--texk-black-a-t);
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
}

.flex-project-desc-title {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.flex-project-desc-title.company {
  width: 40%;
}

.flex-project-desc-right {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.img-project-desc-01 {
  border-radius: 8px;
  height: 100%;
}

.next-project-section {
  background-color: var(--primary-color2);
  background-image: url('../images/Blog.pttrn.bg.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200px;
  background-attachment: fixed;
  border-radius: 40px 40px 0 0;
  margin-top: 0;
}

.next-project-section.size {
  background-color: var(--primary-color2);
  background-image: url('../images/HeroEco2.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 40px 40px 0 0;
  flex-direction: column;
  justify-content: center;
  width: auto;
  max-width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.next-project-section.size.position {
  z-index: 5;
}

.next-project-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  display: block;
}

.flex-next-project {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  margin-bottom: 96px;
  display: flex;
}

.next-project-title {
  background-color: var(--primary-color2);
  background-image: url('../images/Blog.pttrn.bg.webp');
  background-position: 100% 100%;
  background-size: auto;
  background-attachment: fixed;
}

.h2-next-project-heading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 120%;
}

.grid-next-project {
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.flex-next-project-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-next-project, .link-previous-page {
  text-decoration: none;
}

.img-previous {
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.previous-wrapper {
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px 8px 8px 0;
  margin-bottom: 0;
}

.previous-wrapper.size {
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}

.flex-previous_page-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.previous-project-details {
  flex-direction: row;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.previous-project-details.layout {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.next-project-image {
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px 8px 8px 0;
  margin-bottom: 0;
}

.next-project-image.size {
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}

.next-project-details {
  flex-direction: row;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.next-project-details.layout {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.case-study-section {
  background-color: var(--primary-color2);
  background-image: url('../images/Blog.pttrn.bg.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200px;
  background-attachment: fixed;
  border-radius: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  overflow: hidden;
}

.case-study-wrapper {
  padding: 0 32px 64px;
}

.flex-images-case-study {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.btn-wrapper {
  background-color: var(--primary-color2);
  background-image: url('../images/Blog.pttrn.bg.webp');
  background-position: 100% 100%;
  background-size: auto;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta_all-projects {
  z-index: 10;
  border: 1px solid var(--primary-colour-1);
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
  color: var(--primary-colour-1);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  text-decoration: none;
  transition: color .5s ease-in-out, border-radius .5s ease-in-out, border-color .5s ease-in-out, border-color .5s ease-in-out;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
  transform: perspective(8px);
}

.cta_all-projects:hover {
  border-style: solid;
  border-color: var(--primary-colour-1);
  color: var(--primary-color2);
}

.cta_all-projects:active {
  background-color: var(--pressed);
  color: var(--primary-color2);
}

.link-all-projects {
  z-index: 10;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.h1-projects {
  color: var(--primary-colour-1);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 120%;
}

.img-hero-wrapper {
  width: 100%;
  height: 75vh;
}

.img-home-hero {
  height: 100%;
}

.brand-section-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 8vh 32px;
  display: block;
}

.flex-brand-wrapper {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.logo-marquee {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  width: 50%;
  display: flex;
}

.flex-logo-wrapper {
  width: 240vw;
  display: flex;
}

.brand-section {
  z-index: -2000000;
  background-color: var(--accent);
  background-image: url('../images/HeroEco2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px 16px 0 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.h2-brand-title-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.h2-brand-title {
  color: var(--primary-colour-1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 130%;
}

.logo-marquee-2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  width: 50%;
  display: flex;
}

.brand-motion-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.menu-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: block;
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }

  .brand-element {
    width: 90px;
  }

  .desktop-nav {
    max-width: 100%;
  }

  .link.footer, .link.t {
    font-size: 16px;
  }

  .grid-logo-cloud {
    flex-direction: row;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
  }

  .clients-relevance {
    margin-left: 0;
  }

  .tab-div.content {
    padding-right: 8px;
  }

  .project-tag-wrapper {
    overflow: visible;
  }

  .default-state {
    width: 100%;
  }

  .blog-container {
    min-width: 323px;
    max-width: none;
  }

  .projects-section {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .blog-wrapper {
    justify-content: space-between;
  }

  .flex-contact-fom {
    margin-bottom: 0;
  }

  .input-field {
    font-size: 16px;
    line-height: 24px;
  }

  .input-field:active, .input-field:focus {
    border-bottom-width: 2px;
  }

  .contact-form-wrapper {
    min-width: 40vw;
    max-width: 50vw;
  }

  .tags-label {
    font-size: 16px;
  }

  .grid-our-values {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .grid-logo-wrappers {
    padding-left: 114px;
    padding-right: 114px;
  }

  .top-nav-link {
    font-size: 16px;
  }

  .nav-wrapper {
    padding: 24px 64px;
  }

  .topnav-mob-wrapper {
    max-width: 1200px;
  }

  .flex-hero-wrapper {
    padding-left: 64px;
    padding-right: 64px;
  }

  .link-primary, .hero-mini-heading {
    font-size: 16px;
  }

  .logo-cloud-heading {
    font-size: 32px;
    line-height: 130%;
  }

  .logo-cloud-wrapper, .relevance-wrapper, .recent-projects-wrapper {
    width: auto;
    height: auto;
    padding-left: 64px;
    padding-right: 64px;
  }

  .b1-projects {
    font-size: 16px;
  }

  .insights-wrapper, .contact-wrapper {
    width: auto;
    height: auto;
    padding-left: 64px;
    padding-right: 64px;
  }

  .insights-heading {
    padding-top: 60px;
  }

  .grid-insights-wrapper {
    justify-content: space-between;
  }

  .b1-insights {
    font-size: 16px;
  }

  .contact-title-wrapper {
    max-width: 40vw;
  }

  .text-box {
    font-size: 16px;
    line-height: 24px;
  }

  .text-box:active, .text-box:focus {
    border-bottom-width: 2px;
  }

  .footer-wrapper {
    height: auto;
    padding-left: 64px;
    padding-right: 64px;
  }

  .b2-copyright {
    font-size: 16px;
  }

  .b2-footer {
    font-size: 1.2rem;
  }

  .grid-footer-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .regaleon-motto {
    font-size: 18px;
  }

  .b1-success {
    font-size: 16px;
  }

  .error-message-2 {
    min-width: 420px;
    max-width: 540px;
  }

  .b1-error {
    font-size: 16px;
  }

  .our-project-details.layout {
    grid-row-gap: 16px;
  }

  .our-projects-link.layout {
    justify-content: flex-start;
  }

  .tags-wrapper.spacing {
    max-height: 80px;
  }

  .our-projects-title {
    min-height: auto;
  }

  .grid-our-projects {
    grid-row-gap: 80px;
  }

  .our-projects-wrapper {
    width: auto;
    height: auto;
    padding-left: 64px;
    padding-right: 64px;
  }

  .b1-our-projects {
    height: 160px;
    font-size: 16px;
  }

  .flex-let-build-form {
    margin-bottom: 0;
  }

  .let-build-form-wrapper {
    min-width: 40vw;
    max-width: 50vw;
  }

  .let-build {
    font-size: 16px;
    line-height: 24px;
  }

  .let-build:active, .let-build:focus {
    border-bottom-width: 2px;
  }

  .company-mission-wrapper {
    padding-left: 64px;
    padding-right: 64px;
  }

  .our-values-wrapper {
    width: auto;
    height: auto;
    padding-left: 64px;
    padding-right: 64px;
  }

  .flex-our-values {
    grid-row-gap: 64px;
  }

  .b1-value {
    font-size: 16px;
  }

  .regal-team-wrapper {
    width: auto;
    height: auto;
    padding-left: 64px;
    padding-right: 64px;
  }

  .flex-regal-team {
    grid-row-gap: 64px;
  }

  .b1-the-regals {
    font-size: 16px;
  }

  .grid-the-regals {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .b2-address {
    font-size: 1.2rem;
  }

  .b1-project-link {
    font-size: 16px;
  }

  .flex-mission-wrapper {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .b1-careers-hero {
    font-size: 16px;
  }

  .our-benefits-wrapper {
    width: auto;
    height: auto;
    padding-left: 64px;
    padding-right: 64px;
  }

  .flex-our-benefits {
    grid-row-gap: 64px;
  }

  .grid-our-benefit {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .b1-benefits, .b1-hero_projects, .top-nav-link-career {
    font-size: 16px;
  }

  .mission-section-wrapper {
    max-width: 1200px;
  }

  .project-desc-wrapper {
    padding-left: 64px;
    padding-right: 64px;
  }

  .flex-project-desc-wrapper {
    max-width: 1200px;
  }

  .b1-project-desc {
    font-size: 16px;
  }

  .next-project-wrapper {
    width: auto;
    height: auto;
    padding-left: 64px;
    padding-right: 64px;
  }

  .grid-next-project {
    grid-row-gap: 80px;
  }

  .previous-project-details.layout {
    grid-row-gap: 16px;
  }

  .next-project-image.size {
    height: auto;
  }

  .next-project-details.layout {
    grid-row-gap: 16px;
  }

  .case-study-wrapper {
    padding-left: 64px;
    padding-right: 64px;
  }

  .flex-images-case-study {
    max-width: 1200px;
  }

  .brand-section-wrapper {
    width: 100%;
    height: auto;
    padding-left: 64px;
    padding-right: 64px;
  }

  .flex-brand-wrapper {
    align-items: flex-start;
  }

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

  .brand-section {
    min-height: auto;
  }

  .h2-brand-title-wrapper {
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .h2-brand-title {
    font-size: 32px;
    line-height: 130%;
  }

  .logo-marquee-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
  }

  .menu-container {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1360px;
  }

  .brand-element {
    width: 90px;
  }

  .cta-button.form {
    height: 52px;
  }

  .cta-button.form.close-btn {
    margin-top: 40px;
    margin-left: 40px;
  }

  .revance-tab {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .tab-div.content {
    padding-right: 40px;
  }

  .project-tag-wrapper {
    grid-column-gap: 12px;
  }

  .heading-2.blog-heading {
    font-size: 22.85px;
  }

  .blog-thumbnail {
    width: 100%;
  }

  .blog-container {
    align-items: baseline;
  }

  .blog-wrapper {
    justify-content: space-between;
  }

  .input-field {
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .project-tags {
    padding: 12px 24px;
  }

  .tags-label {
    font-size: 16px;
  }

  .footer-section.comp {
    height: 460px;
  }

  .footer_tagline {
    color: rgba(202, 239, 254, .8);
  }

  .team-label {
    padding-bottom: 0;
  }

  .adreess {
    grid-row-gap: 16px;
  }

  .collection-contain.home {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .bottom {
    height: 50px;
  }

  .topnav-web {
    width: 100vw;
    max-width: 100%;
  }

  .topnav-web.project-details {
    background-color: var(--blog-accent);
  }

  .nav-wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 80px;
    padding-right: 80px;
  }

  .topnav-mob-wrapper {
    max-width: 1360px;
  }

  .flex-hero-wrapper {
    background-image: none;
    justify-content: center;
    align-items: center;
    padding: 10vh 80px;
    display: flex;
  }

  .h1-hero {
    font-size: 56px;
  }

  .hero-lockup {
    width: 40vw;
  }

  .cta_primary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero-mini-heading {
    font-size: 18px;
    line-height: 28px;
  }

  .logo-cloud-heading {
    font-size: 36px;
    line-height: 130%;
  }

  .logo-cloud-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }

  .relevance-heading {
    font-size: 36px;
  }

  .relevance-wrapper, .recent-projects-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }

  .recent-projects-heading {
    font-size: 36px;
  }

  .b1-projects {
    font-size: 18px;
    line-height: 28px;
  }

  .recent-project-wrapper {
    grid-column-gap: 64px;
    grid-template-columns: 1fr 1.25fr;
  }

  .insights-wrapper, .contact-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }

  .insights-heading {
    font-size: 36px;
  }

  .grid-insights-wrapper {
    justify-content: space-between;
  }

  .insight-img-wrapper {
    width: 100%;
  }

  .link-tab {
    font-size: 16px;
  }

  .b1-insights {
    font-size: 18px;
    line-height: 28px;
  }

  .h4-insight {
    font-size: 24px;
  }

  .insight-title-wrapper {
    grid-row-gap: 12px;
  }

  .h1-contact {
    font-size: 56px;
    font-weight: 700;
    line-height: 112%;
  }

  .flex-contact-details {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-box {
    min-height: 140px;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .form-btn-wrapper.space {
    margin-top: 16px;
  }

  .link-contact {
    font-size: 16px;
  }

  .footer-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }

  .b2-footer {
    font-size: 1.2rem;
  }

  .quick-link-title {
    font-size: 16px;
  }

  .regaleon-motto {
    color: rgba(202, 239, 254, .8);
  }

  .success-btn {
    height: 56px;
  }

  .h4-success {
    font-size: 24px;
  }

  .b1-success {
    font-size: 18px;
    line-height: 28px;
  }

  .error-message-2 {
    max-width: 620px;
  }

  .b1-error {
    font-size: 18px;
    line-height: 28px;
  }

  .tags-wrapper.spacing {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: start;
    height: 104px;
    max-height: none;
    display: flex;
  }

  .our-projects-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }

  .b1-our-projects {
    height: 190px;
    font-size: 18px;
    line-height: 28px;
  }

  .let-build-details-flex {
    margin-top: 64px;
    margin-bottom: 64px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .let-build {
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .flex-input-field {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .txt-btn-build {
    font-size: 16px;
  }

  .flex-build-detail.let-build {
    padding-left: 0;
    padding-right: 0;
  }

  .btn-let-build {
    margin-top: 24px;
  }

  .hero-right-lockup {
    max-width: 720px;
  }

  .flex-top-hero {
    width: 40vw;
  }

  .company-mission-wrapper {
    background-position: 50%;
    padding-left: 80px;
    padding-right: 80px;
  }

  .our-values-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }

  .h2-our-values-heading {
    font-size: 36px;
  }

  .b1-value {
    font-size: 18px;
    line-height: 28px;
  }

  .h2-hero-company {
    font-size: 36px;
  }

  .regal-team-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }

  .flex-regal-title {
    grid-row-gap: 4px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .h2-regal-team-heading {
    font-size: 36px;
  }

  .b1-the-regals {
    margin-top: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .b2-address {
    font-size: 1.2rem;
  }

  .b1-project-link {
    font-size: 18px;
    line-height: 28px;
  }

  .flex-mission {
    width: 40vw;
  }

  .mission-right-lockup {
    max-width: 720px;
  }

  .h1-career-hero {
    font-size: 56px;
    font-weight: 700;
    line-height: 112%;
  }

  .b1-careers-hero {
    font-size: 18px;
    line-height: 28px;
  }

  .our-benefits-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }

  .b1-benefits {
    font-size: 18px;
    line-height: 28px;
  }

  .h1-projects-page {
    font-size: 56px;
    font-weight: 700;
    line-height: 112%;
    display: none;
  }

  .b1-hero_projects {
    font-size: 18px;
    line-height: 28px;
  }

  .link-career {
    font-size: 16px;
  }

  .mission-section-wrapper {
    max-width: 1360px;
  }

  ._404-error {
    background-color: var(--primary-colour-1);
  }

  .flex-error-wrapper {
    justify-content: space-around;
    align-items: center;
    width: 50vw;
    height: 50vh;
    overflow: hidden;
  }

  .h2-error {
    font-size: 36px;
  }

  .cover-project-details {
    margin-top: 104px;
  }

  .project-desc-wrapper {
    background-position: 50%;
    padding-left: 80px;
    padding-right: 80px;
  }

  .flex-project-desc-wrapper {
    max-width: 1360px;
  }

  .flex-details {
    width: 40vw;
  }

  .h1-project-desc {
    font-size: 56px;
    font-weight: 700;
    line-height: 112%;
    display: none;
  }

  .b1-project-desc {
    font-size: 18px;
    line-height: 28px;
  }

  .flex-project-desc-right {
    max-width: 720px;
  }

  .next-project-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }

  .h2-next-project-heading {
    font-size: 36px;
  }

  .case-study-wrapper {
    background-position: 50%;
    padding-left: 80px;
    padding-right: 80px;
  }

  .flex-images-case-study {
    max-width: 1360px;
  }

  .link-all-projects {
    font-size: 16px;
  }

  .h1-projects {
    font-size: 56px;
    font-weight: 700;
    line-height: 112%;
  }

  .brand-section-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }

  .flex-brand-wrapper {
    grid-row-gap: 80px;
  }

  .h2-brand-title {
    font-size: 36px;
    line-height: 130%;
  }

  .menu-container {
    max-width: 1360px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1520px;
  }

  .brand-element {
    width: 198px;
    height: 50px;
  }

  .body-copy-parag.tab {
    font-size: 22px;
  }

  .body-copy-parag.blog {
    padding-right: 14px;
  }

  .cta-button {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .cta-button.form {
    height: 72px;
  }

  .cta-button.form.close-btn {
    width: 64px;
    height: 64px;
    margin-top: 56px;
    margin-left: 56px;
  }

  .link.footer, .link.t {
    font-size: 22px;
  }

  .left-nav-sec {
    grid-column-gap: 80px;
  }

  .home_page {
    font-size: 22px;
  }

  .grid-logo-cloud {
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto auto auto;
  }

  .clients-relevance {
    margin-right: 0;
  }

  .tabs-link.w--current {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tab-div.content {
    padding-left: 40px;
    padding-right: 64px;
  }

  .project-tag-wrapper {
    grid-row-gap: 16px;
  }

  .default-state {
    width: 720px;
  }

  .blog-container {
    align-items: baseline;
  }

  .projects-section {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .blog-wrapper {
    justify-content: space-between;
    height: 550px;
  }

  .input-field {
    height: 72px;
    font-size: 22px;
  }

  .contact-form-wrapper {
    min-width: auto;
    max-width: none;
  }

  .project-tags {
    padding: 16px 24px;
  }

  .tags-label {
    font-size: 22px;
  }

  .team-label {
    font-size: 24px;
  }

  .card-text-block {
    font-size: 18px;
    line-height: 120%;
  }

  .adreess {
    grid-row-gap: 16px;
  }

  .grid-our-values {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .collection-contain.home {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .grid-logo-wrappers {
    width: auto;
    height: 200px;
    padding: 40px 60px;
  }

  .link-block-6.w--current {
    width: auto;
  }

  .top-nav-link {
    font-size: 22px;
  }

  .topnav-flex {
    grid-column-gap: 40px;
  }

  .logo-regaleon.w--current {
    min-width: 200px;
  }

  .logo-svg {
    min-width: 105%;
    max-width: none;
  }

  .nav-wrapper {
    width: 1680px;
    max-width: none;
    padding: 40px 0;
    font-size: 27px;
  }

  .topnav-mob-wrapper {
    max-width: 1520px;
  }

  .flex-hero-wrapper {
    background-position: 0 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-title-wrapper.company {
    width: 40%;
  }

  .h1-hero {
    font-size: 72px;
  }

  .hero-lockup {
    grid-row-gap: 56px;
  }

  .cta_primary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .link-primary {
    font-size: 24px;
    line-height: 32px;
  }

  .hero-section-wrapper {
    width: 1680px;
  }

  .hero-mini-heading {
    font-size: 24px;
    line-height: 32px;
  }

  .logo-cloud-heading {
    font-size: 48px;
  }

  .logo-cloud-wrapper {
    justify-content: center;
    align-items: center;
    width: 1680px;
    padding: 120px 0;
    display: flex;
  }

  .relevance-heading {
    font-size: 48px;
  }

  .relevance-wrapper {
    justify-content: center;
    align-items: center;
    width: 1680px;
    padding: 120px 0;
    display: flex;
  }

  .h3-relevance-header {
    font-size: 32px;
    line-height: 1.4;
  }

  .recent-projects-wrapper {
    justify-content: center;
    align-items: center;
    width: 1680px;
    padding: 120px 0;
    display: flex;
  }

  .recent-projects-heading {
    font-size: 48px;
  }

  .h3-recent-project {
    font-size: 32px;
    line-height: 1.4;
  }

  .b1-projects {
    font-size: 24px;
    line-height: 32px;
  }

  .recent-project-title {
    grid-row-gap: 8px;
  }

  .flex-project-title {
    grid-row-gap: 64px;
  }

  .recent-project-wrapper {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1.5fr;
  }

  .insights-wrapper, .contact-wrapper {
    justify-content: center;
    align-items: center;
    width: 1680px;
    padding: 120px 0;
    display: flex;
  }

  .insights-heading {
    margin-bottom: 120px;
    padding-top: 60px;
    font-size: 48px;
  }

  .grid-insights-wrapper {
    justify-content: space-between;
  }

  .link-tab {
    font-size: 22px;
  }

  .b1-insights {
    height: 148px;
    font-size: 24px;
    line-height: 32px;
  }

  .h4-insight {
    font-size: 32px;
    line-height: 1.4;
  }

  .insight-detail-wrapper {
    padding: 40px;
  }

  .h1-contact {
    font-size: 72px;
  }

  .text-box {
    min-height: 220px;
    font-size: 22px;
  }

  .link-contact {
    font-size: 22px;
  }

  .footer-wrapper {
    justify-content: center;
    align-items: center;
    width: 1680px;
    padding: 120px 0;
    display: flex;
  }

  .b2-copyright {
    font-size: 22px;
  }

  .b2-footer {
    width: 60%;
    font-size: 1.5rem;
  }

  .quick-link-title {
    font-size: 24px;
  }

  .regaleon-motto {
    font-size: 32px;
  }

  .regaleon-icon {
    min-width: 96px;
  }

  .success-btn {
    height: 72px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 22px;
  }

  .h4-success {
    font-size: 32px;
    line-height: 1.4;
  }

  .b1-success {
    font-size: 24px;
    line-height: 32px;
  }

  .error-message-2 {
    margin-top: 24px;
    padding: 0;
  }

  .error-wrapper {
    width: 48px;
    height: 48px;
  }

  .b1-error {
    font-size: 24px;
    line-height: 32px;
  }

  .flex-error-state {
    padding: 16px 32px;
  }

  .tags-wrapper.spacing {
    height: auto;
  }

  .grid-our-projects {
    grid-column-gap: 64px;
    grid-row-gap: 140px;
  }

  .our-projects-wrapper {
    justify-content: center;
    align-items: center;
    width: 1680px;
    padding: 120px 0;
    display: flex;
  }

  .h3-our-projects-heading {
    font-size: 32px;
    line-height: 1.4;
  }

  .b1-our-projects {
    height: 220px;
    font-size: 24px;
    line-height: 32px;
  }

  .icon-close {
    width: 28px;
    height: 28px;
  }

  .let-build-details-flex {
    margin-top: 72px;
    margin-bottom: 72px;
    padding-left: 56px;
    padding-right: 56px;
  }

  .let-build-form-wrapper {
    min-width: auto;
    max-width: none;
  }

  .h3-let-build-heading {
    font-size: 32px;
    line-height: 1.4;
  }

  .let-build {
    height: 72px;
    font-size: 22px;
  }

  .b1-let-build {
    font-size: 1.6rem;
  }

  .txt-btn-build {
    font-size: 22px;
  }

  .btn-let-build {
    margin-top: 40px;
  }

  .hero-right-lockup {
    width: 60%;
    max-width: none;
  }

  .b1-hero-company {
    font-size: 24px;
  }

  .flex-top-hero {
    grid-row-gap: 56px;
  }

  .company-mission-wrapper {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    padding: 80px 0;
  }

  .our-values-wrapper {
    justify-content: center;
    align-items: center;
    width: 1680px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .flex-values-title {
    width: auto;
  }

  .h2-our-values-heading {
    font-size: 48px;
  }

  .h3-our-values-heading {
    font-size: 32px;
    line-height: 1.4;
  }

  .b1-value {
    font-size: 24px;
    line-height: 32px;
  }

  .h2-hero-company {
    font-size: 48px;
  }

  .regal-team-wrapper {
    justify-content: center;
    align-items: center;
    width: 1680px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .flex-regal-title {
    width: auto;
  }

  .h2-regal-team-heading {
    font-size: 48px;
  }

  .b1-the-regals {
    font-size: 24px;
    line-height: 32px;
  }

  .grid-the-regals {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .flex-details-the-regals {
    padding: 40px;
  }

  .h2-logo {
    margin-bottom: 64px;
    padding-top: 40px;
  }

  .b2-address {
    width: 60%;
    font-size: 1.5rem;
  }

  .btn-project.projects-page {
    margin-top: 40px;
  }

  .b1-project-link {
    font-size: 24px;
    line-height: 32px;
  }

  .flex-mission {
    grid-row-gap: 56px;
  }

  .mission-title-wrapper.company {
    width: 40%;
  }

  .mission-right-lockup {
    width: 60%;
    max-width: none;
  }

  .flex-mission-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .h1-career-hero {
    font-size: 72px;
  }

  .b1-careers-hero {
    font-size: 24px;
    line-height: 32px;
  }

  .our-benefits-wrapper {
    justify-content: center;
    align-items: center;
    width: 1680px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .flex-benefit-title {
    width: auto;
  }

  .grid-our-benefit {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .h3-our-benefits {
    font-size: 32px;
    line-height: 1.4;
  }

  .b1-benefits {
    font-size: 24px;
    line-height: 32px;
  }

  .h1-projects-page {
    font-size: 72px;
  }

  .b1-hero_projects {
    font-size: 24px;
    line-height: 32px;
  }

  .logo-career-page.w--current {
    min-width: 200px;
  }

  .top-nav-link-career, .link-career {
    font-size: 22px;
  }

  .cta_carreer {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .mission-section-wrapper {
    max-width: 1680px;
    padding-top: 25vh;
  }

  .h2-error {
    font-size: 48px;
  }

  .cta_error_page {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .cover-project-details {
    margin-top: 128px;
  }

  .project-desc-wrapper {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    padding: 80px 0;
  }

  .flex-project-desc-wrapper {
    max-width: 1680px;
  }

  .flex-details {
    grid-row-gap: 56px;
  }

  .h1-project-desc {
    font-size: 72px;
  }

  .b1-project-desc {
    font-size: 24px;
    line-height: 32px;
  }

  .flex-project-desc-title.company {
    width: 40%;
  }

  .flex-project-desc-right {
    width: 60%;
    max-width: none;
  }

  .next-project-wrapper {
    justify-content: center;
    align-items: center;
    width: 1680px;
    padding: 120px 0;
    display: flex;
  }

  .h2-next-project-heading {
    font-size: 48px;
  }

  .grid-next-project {
    grid-column-gap: 64px;
    grid-row-gap: 140px;
  }

  .next-project-image.size {
    height: auto;
  }

  .case-study-wrapper {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    padding: 80px 0;
  }

  .flex-images-case-study {
    align-items: center;
    max-width: 1680px;
  }

  .cta_all-projects {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .link-all-projects {
    font-size: 22px;
  }

  .h1-projects {
    font-size: 72px;
  }

  .img-hero-wrapper {
    justify-content: space-between;
    align-items: center;
    height: 75vh;
    display: flex;
  }

  .img-home-hero {
    height: 100%;
  }

  .brand-section-wrapper {
    justify-content: center;
    align-items: center;
    width: 1680px;
    padding: 120px 0;
    display: flex;
  }

  .flex-brand-wrapper {
    grid-row-gap: 120px;
  }

  .logo-marquee {
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto auto auto;
  }

  .flex-logo-wrapper {
    width: 200vw;
  }

  .h2-brand-title-wrapper {
    align-items: center;
    display: flex;
  }

  .h2-brand-title {
    font-size: 48px;
  }

  .logo-marquee-2 {
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto auto auto;
  }

  .menu-container {
    max-width: 1520px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    max-width: none;
    height: auto;
    padding: 16px 32px;
    display: flex;
    overflow: hidden;
  }

  .container.nav {
    max-width: none;
    position: static;
  }

  .content-wrapper {
    width: 100%;
  }

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

  .brand-element {
    width: 48px;
  }

  .body-copy-parag.tab {
    margin-bottom: 20px;
  }

  .desktop-nav {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta-button {
    position: relative;
  }

  .cta-button.form.close-btn {
    background-color: var(--primary-color2);
  }

  .cta-button.mobile-copy {
    width: 100%;
    height: 56px;
    position: static;
  }

  .left-nav-sec {
    position: relative;
  }

  .home_page {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

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

  .clients-relevance {
    width: 100%;
  }

  .tabs-menu {
    flex-direction: row;
  }

  .revance-tab {
    margin-bottom: 0;
  }

  .tab-div.content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
  }

  .tab-div.img {
    width: 100%;
    height: 100%;
  }

  .tab-div.wrap {
    flex-direction: column-reverse;
  }

  .project-tag-wrapper {
    margin-top: 20px;
  }

  .default-state {
    width: 100%;
  }

  .blog-container {
    max-width: none;
    padding-bottom: 24px;
  }

  .projects-section {
    margin-top: 0;
    margin-bottom: 0;
  }

  .blog-wrapper {
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 40px;
  }

  .pj-title {
    margin-bottom: 0;
  }

  .contact-form-wrapper {
    width: 100%;
  }

  .image-4 {
    height: 40%;
  }

  .footer-label {
    width: 60%;
  }

  ._01-footer-grid {
    width: auto;
  }

  .footer-adress {
    width: 80%;
  }

  .grid-our-values {
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto auto;
  }

  .flex-details-wrapper {
    padding-right: 0;
  }

  .img-our-value-wrapper {
    width: 56px;
    height: 56px;
  }

  .collection-contain.home {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-logo-wrappers {
    width: 100%;
    height: 100px;
    padding: 62px 42px;
  }

  .grid-logo-wrappers.motion {
    height: 120px;
  }

  .relevance-tab {
    flex-direction: column;
    display: flex;
  }

  .modal.modal-edit {
    z-index: 2;
    justify-content: flex-start;
    width: 70vw;
    height: auto;
    min-height: 100vh;
    position: fixed;
    overflow: scroll;
  }

  .page_loader, .scale-echo {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .mobile-nav.light {
    z-index: 10000;
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .mobile-nav.dark {
    z-index: 10000;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .mobile-menu-open {
    z-index: 2147483647;
    background-color: var(--primary-color2);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .visible-mobile-top-nav {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .mobilenav_button.mobile-close {
    border: 1px solid var(--primary-colour-1);
    border-radius: 200px;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    display: flex;
  }

  .mob_menu_wrapp {
    z-index: 20;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 200px;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
    position: relative;
    top: 0;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .top-nav-link.mobile {
    justify-content: center;
    align-items: center;
    height: 56px;
  }

  .topnav-flex.mobile {
    grid-column-gap: 80px;
    grid-row-gap: 24px;
    flex-direction: column;
    width: 50vw;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .topnav-web {
    display: none;
  }

  .nav-wrapper {
    justify-content: space-between;
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .topnav-mob-wrapper {
    justify-content: space-between;
    max-width: none;
    padding: 16px 32px;
  }

  .hero-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    border-radius: 0;
  }

  .hero-section.position {
    min-height: 80vh;
    position: relative;
    top: auto;
  }

  .flex-hero-wrapper {
    height: 25vh;
  }

  .hero-title-wrapper.company {
    width: auto;
  }

  .hero-lockup {
    width: 80vw;
  }

  .cta_primary {
    position: relative;
  }

  .hero-section-wrapper {
    justify-content: space-between;
    max-width: none;
    display: flex;
  }

  .logo-cloud-wrapper {
    justify-content: space-between;
    max-width: none;
    padding: 48px 32px;
    display: flex;
  }

  .flex-grid-logo-cloud {
    width: 100%;
    padding-bottom: 0;
  }

  .relevance-heading {
    width: 100%;
  }

  .relevance-wrapper {
    justify-content: space-between;
    max-width: none;
    padding: 32px;
    display: flex;
  }

  .relevance-tab-mask {
    flex-direction: column;
    display: flex;
  }

  .recent-projects-wrapper {
    justify-content: space-between;
    max-width: none;
    padding: 32px 32px 64px;
    display: flex;
  }

  .recent-projects-heading {
    width: 100%;
  }

  .h3-recent-project {
    line-height: 32px;
  }

  .recent-project-title {
    grid-row-gap: 8px;
  }

  .flex-project-title {
    grid-row-gap: 24px;
  }

  .recent-project-wrapper {
    grid-column-gap: 40px;
    grid-template-columns: .75fr 1fr;
  }

  .insights-wrapper {
    justify-content: space-between;
    max-width: none;
    padding: 64px 32px;
    display: flex;
  }

  .logo-cloud-section.logo-cloud.position, .relevance-section.layout.position, .recent-projects-section.recent-projject.position {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .insights-section.insights.com {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    position: static;
  }

  .insights-section.insights.position {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .contact-section.contact.com {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    position: static;
  }

  .contact-section.contact.position {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .contact-wrapper {
    justify-content: space-between;
    max-width: none;
    padding: 64px 32px;
    display: flex;
  }

  .insights-heading {
    width: 100%;
  }

  .grid-insights-wrapper {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .insight-detail-wrapper {
    grid-row-gap: 16px;
  }

  .flex-insights-details {
    width: auto;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }

  .h1-contact {
    text-align: center;
    font-size: 36px;
  }

  .contact-title-wrapper {
    width: 100%;
  }

  .flex-contact-details {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-section-1.position {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .footer-wrapper {
    justify-content: space-between;
    max-width: none;
    padding: 16px 32px;
    display: flex;
  }

  .b2-footer {
    width: auto;
  }

  .grid-footer-wrapper {
    grid-column-gap: 24px;
    grid-template-columns: 2fr 1fr 1fr;
    width: 100%;
  }

  .success-btn {
    position: relative;
  }

  .error-message-2 {
    min-width: auto;
    max-width: none;
  }

  .error-wrapper {
    width: 20px;
    height: 20px;
  }

  .our-projects-section.size.position {
    position: static;
  }

  .our-projects-wrapper {
    justify-content: space-between;
    max-width: none;
    padding: 32px 32px 48px;
    display: flex;
  }

  .flex-our-project {
    margin-bottom: 0;
  }

  .h3-our-projects-heading {
    line-height: 32px;
  }

  .modal-let-build {
    display: none;
  }

  .outside-modal-tap {
    z-index: 1;
  }

  .let-build-img-wrapper {
    height: 25%;
  }

  .let-build-details-flex {
    justify-content: flex-start;
    height: 75%;
  }

  .let-build-form-wrapper {
    width: 100%;
  }

  .h3-let-build-heading {
    line-height: 32px;
  }

  .b1-let-build {
    font-size: 1.25rem;
  }

  .success-let-build {
    width: 100%;
  }

  .hero-right-lockup {
    width: 100%;
    max-width: none;
  }

  .b1-hero-company {
    font-size: 24.85px;
  }

  .b1-hero-company.mobile {
    font-size: 18px;
  }

  .b1-hero-company.mission {
    font-size: 20px;
  }

  .flex-bottom-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40vh;
    margin: 40px 0;
    display: flex;
    overflow: hidden;
  }

  .img-hero {
    object-fit: none;
    max-width: none;
    height: auto;
    min-height: 100%;
    position: relative;
  }

  .flex-top-hero.company {
    grid-row-gap: 4px;
    flex-direction: column;
  }

  .company-mission-wrapper {
    padding-top: 4vh;
    padding-bottom: 8vh;
  }

  .our-values-section.size.position {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    position: static;
  }

  .our-values-wrapper {
    justify-content: space-between;
    max-width: none;
    padding: 64px 32px;
    display: flex;
  }

  .flex-our-values {
    margin-bottom: 0;
  }

  .h2-our-values-heading {
    width: 100%;
  }

  .h3-our-values-heading {
    line-height: 32px;
  }

  .h2-hero-company {
    font-size: 28px;
    font-weight: 700;
  }

  .regal-team-section.position {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    position: static;
  }

  .regal-team-wrapper {
    justify-content: space-between;
    max-width: none;
    padding: 64px 32px 32px;
    display: flex;
  }

  .flex-regal-team {
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

  .flex-regal-title {
    align-items: center;
  }

  .h2-regal-team-heading {
    width: 100%;
  }

  .grid-the-regals {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .img-the-regal-wrapper {
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .flex-details-the-regals {
    padding: 40px;
  }

  .img-the-regal {
    width: auto;
  }

  .h2-logo {
    width: 100%;
  }

  .b2-address {
    width: auto;
  }

  .flex-mission.company {
    grid-row-gap: 4px;
    flex-direction: column;
  }

  .mission-title-wrapper.company {
    width: auto;
  }

  .mission-right-lockup {
    max-width: none;
  }

  .flex-mission-wrapper.mobile {
    grid-row-gap: 24px;
    display: none;
  }

  .hero-career-section {
    border-radius: 0;
  }

  .cover-img-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50vh;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    top: auto;
    bottom: auto;
    overflow: hidden;
  }

  .h1-career-hero {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .our-benefits-section.size.career {
    position: static;
  }

  .our-benefits-wrapper {
    grid-row-gap: 64px;
    justify-content: space-between;
    max-width: none;
    padding: 32px;
    display: flex;
  }

  .flex-our-benefits {
    margin-bottom: 0;
  }

  .grid-our-benefit {
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
  }

  .h3-our-benefits {
    line-height: 32px;
  }

  .flex-benefit-wrapper {
    padding-right: 0;
  }

  .img-benefit-wrapper {
    width: 56px;
    height: 56px;
  }

  .hero-project-section {
    border-radius: 0;
  }

  .h1-projects-page {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .cta_carreer {
    position: relative;
  }

  .hero-company-section, .our-mission-section {
    border-radius: 0;
  }

  .our-mission-section.position {
    min-height: 80vh;
    position: static;
    top: auto;
  }

  .mission-section-wrapper {
    justify-content: space-between;
    max-width: none;
    display: flex;
  }

  .mission-section-wrapper.company {
    grid-row-gap: 24px;
    flex-direction: column;
    overflow: hidden;
  }

  .h2-error {
    width: 100%;
  }

  .cta_error_page {
    position: relative;
  }

  .cover-project-details, .project-description-section {
    border-radius: 0;
  }

  .project-desc-wrapper {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .flex-project-desc-wrapper {
    justify-content: space-between;
    max-width: none;
    display: flex;
  }

  .img-project-desc-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    overflow: hidden;
  }

  .flex-details.project-desc {
    grid-row-gap: 4px;
    flex-direction: column;
  }

  .h1-project-desc {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-project-desc-title.company {
    width: auto;
  }

  .flex-project-desc-right {
    width: 100%;
    max-width: none;
  }

  .img-project-desc-01 {
    position: relative;
  }

  .next-project-wrapper {
    justify-content: space-between;
    max-width: none;
    padding: 32px 32px 48px;
    display: flex;
  }

  .flex-next-project, .next-project-title {
    margin-bottom: 0;
  }

  .h2-next-project-heading {
    width: 100%;
  }

  .case-study-section {
    border-radius: 0;
  }

  .case-study-wrapper {
    padding-top: 0;
    padding-bottom: 4vh;
  }

  .flex-images-case-study {
    justify-content: space-between;
    max-width: none;
    display: flex;
  }

  .btn-wrapper {
    margin-top: 24px;
    margin-bottom: 0;
  }

  .cta_all-projects {
    position: relative;
  }

  .h1-projects {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .img-hero-wrapper {
    height: 75vh;
    overflow: hidden;
  }

  .img-home-hero {
    max-width: none;
  }

  .brand-section-wrapper {
    justify-content: space-between;
    max-width: none;
    padding: 48px 32px;
    display: flex;
  }

  .flex-brand-wrapper {
    width: 100%;
    padding-bottom: 0;
  }

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

  .flex-logo-wrapper {
    width: 260vw;
  }

  .brand-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    border-radius: 0;
  }

  .h2-brand-title-wrapper {
    width: 100%;
    display: flex;
  }

  .logo-marquee-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .close-icon-wrapper {
    justify-content: flex-end;
    width: 100%;
    display: flex;
  }

  .menu-container {
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    height: auto;
    padding: 4vh;
    display: flex;
  }

  .close-button {
    border: 1px solid var(--primary-colour-1);
    border-radius: 200px;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .container {
    justify-content: space-between;
    align-items: center;
    max-width: 728px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .content-wrapper.footer {
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    height: 100%;
    margin-top: 72px;
    margin-bottom: 40px;
    padding-top: 32px;
  }

  .brand-element {
    width: 14px;
  }

  .body-copy-parag.tab {
    margin-bottom: 0;
    padding-top: 0;
    font-size: 14px;
  }

  .scroll.hero {
    margin-top: 100px;
    display: none;
  }

  .nav-logo.mobile.w--current {
    padding-left: 0;
  }

  .logo {
    width: 100%;
    padding-top: 16px;
  }

  .desktop-nav {
    max-width: 544px;
  }

  .link.t {
    align-items: center;
    width: auto;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    display: flex;
  }

  .home_page.relevance {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
  }

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

  .clients-relevance {
    width: 100%;
  }

  .nav.section.cmp {
    display: none;
  }

  .revance-tab {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
    margin-bottom: 0;
  }

  .rel-title {
    z-index: 5;
    background-color: var(--pj-bg);
    background-image: url('../images/HeroEco.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 500px;
  }

  .tab-div.content {
    grid-row-gap: 24px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tab-div.wrap {
    border-radius: 8px;
  }

  .tab-wrappersub {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .project-tag-wrapper {
    margin-top: 0;
  }

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

  .default-state {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .blog-container {
    width: 100%;
    padding-bottom: 0;
  }

  .blog-container:hover {
    box-shadow: none;
    transform: none;
  }

  .projects-section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .pj-title {
    padding-top: 0;
    padding-bottom: 0;
  }

  .input-field {
    margin-bottom: 0;
  }

  .contact-form-wrapper {
    min-width: auto;
    margin-top: 16px;
  }

  .flex-name-field {
    flex-direction: column;
  }

  .footer-section.comp {
    height: 780px;
  }

  .footer-links, .footer-links._1 {
    width: 50%;
  }

  .link-column {
    grid-column-gap: 0px;
    grid-row-gap: 32px;
    flex-direction: column;
    height: auto;
    margin-bottom: 16px;
  }

  .footer-label {
    width: 100%;
    height: auto;
  }

  .label-footer-wrapper {
    grid-row-gap: 8px;
    flex-direction: column;
    height: auto;
    margin-bottom: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .lb-1 {
    width: 100%;
  }

  .lb-2 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  ._01-footer-grid {
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    height: auto;
  }

  .adreess {
    width: 100%;
    height: auto;
    margin-bottom: 17px;
    padding-bottom: 16px;
  }

  .footer-adress {
    width: 50%;
  }

  .grid-logo-wrappers {
    padding: 24px;
  }

  .grid-logo-wrappers.motion {
    height: 80px;
  }

  .relevance-tab {
    display: none;
    overflow: hidden;
  }

  .modal.modal-edit {
    width: 90vw;
  }

  .chevron_mobile {
    cursor: pointer;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: none;
  }

  .chevron_mobile.open {
    border-radius: 8px;
    margin-top: 12px;
  }

  .chevron_mobile.wraperitem1 {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .chevron_mobile.flat {
    justify-content: space-between;
    align-items: center;
    height: 56px;
    display: flex;
  }

  .chevron_mobile.flat.tab-div {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 64px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .chevron_mobile.wholewrap {
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .chevron_mobile.wraperitem2 {
    flex-direction: column;
    display: flex;
  }

  .chevron_arrow {
    border: 1px solid var(--primary-colour-1);
    mix-blend-mode: luminosity;
    border-radius: 50%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    padding: 8px;
    display: flex;
  }

  .link-block-2, .link-block-3, .link-block-4 {
    width: 50%;
  }

  .image-19 {
    width: 16px;
    height: 16px;
  }

  .mobilenav_button.mobile-close {
    width: 48px;
    height: 48px;
  }

  .mob_menu_wrapp {
    z-index: 20;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 100vh;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    position: relative;
    top: 0;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .top-nav-link.mobile.w--current {
    height: 48px;
  }

  .topnav-flex.mobile {
    margin-top: 24px;
  }

  .topnav-web {
    display: none;
  }

  .nav-wrapper, .topnav-mob-wrapper {
    justify-content: space-between;
    align-items: center;
    max-width: 728px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .hero-section {
    background-image: url('../images/Hero-Jpg.webp');
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    border-radius: 0;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
  }

  .hero-section.position {
    min-height: auto;
  }

  .flex-hero-wrapper {
    flex-direction: column-reverse;
    justify-content: center;
    width: 100%;
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .hero-title-wrapper.company {
    max-width: none;
  }

  .hero-lockup {
    width: auto;
  }

  .cta_primary {
    display: block;
  }

  .hero-section-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 719px;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .logo-cloud-heading {
    padding-top: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .logo-cloud-wrapper {
    justify-content: space-between;
    align-items: center;
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    position: static;
  }

  .logo-cloud {
    max-width: 80%;
  }

  .flex-grid-logo-cloud {
    grid-row-gap: 24px;
  }

  .relevance-heading {
    padding-top: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .relevance-wrapper, .recent-projects-wrapper {
    justify-content: space-between;
    align-items: center;
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    position: static;
  }

  .recent-projects-heading {
    margin-bottom: 0;
    padding-top: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .h3-recent-project {
    font-size: 20px;
  }

  .recent-project-title {
    grid-row-gap: 4px;
  }

  .flex-project-title {
    grid-row-gap: 24px;
  }

  .recent-project-wrapper {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .insights-wrapper {
    justify-content: space-between;
    align-items: center;
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    position: static;
  }

  .logo-cloud-section.logo-cloud {
    width: 100vw;
    max-width: none;
    position: static;
  }

  .logo-cloud-section.logo-cloud.position {
    border-radius: 0;
    align-items: center;
    display: flex;
  }

  .contact-wrapper {
    justify-content: space-between;
    align-items: center;
    max-width: none;
    padding: 64px 16px;
    display: flex;
    position: static;
  }

  .insights-heading {
    margin-bottom: 0;
    padding-top: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .grid-insights-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .b1-insights {
    height: auto;
  }

  .h4-insight {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }

  .insight-detail-wrapper {
    grid-row-gap: 24px;
    padding: 24px;
  }

  .flex-insights-details {
    align-items: center;
    max-width: 639px;
  }

  .flex-contact-details {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    min-width: auto;
    max-width: 639px;
  }

  .footer-wrapper {
    justify-content: space-between;
    align-items: center;
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    position: static;
  }

  .flex-footer-label {
    grid-row-gap: 8px;
    flex-direction: row;
    align-items: center;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .b2-footer {
    width: auto;
  }

  .grid-footer-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
    padding-bottom: 0;
  }

  .h4-success {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }

  .projects-wrapper.size {
    width: 100%;
  }

  .our-projects-image.size {
    height: auto;
  }

  .our-project-details.layout {
    flex-direction: column;
  }

  .our-projects-link.layout {
    grid-row-gap: 24px;
    padding-top: 0;
  }

  .tags-wrapper {
    flex-wrap: wrap;
  }

  .tags-wrapper.spacing {
    margin-top: 16px;
    margin-bottom: 0;
  }

  .our-projects-title {
    grid-row-gap: 4px;
  }

  .grid-our-projects {
    grid-row-gap: 56px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: auto;
  }

  .our-projects-wrapper {
    justify-content: space-between;
    align-items: center;
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    position: static;
  }

  .flex-our-project {
    margin-bottom: 0;
  }

  .h3-our-projects-heading {
    font-size: 20px;
  }

  .b1-our-projects {
    height: auto;
  }

  .let-build-img-wrapper {
    height: 20%;
  }

  .let-build-details-flex {
    height: 80%;
    margin-top: 24px;
  }

  .let-build-form-wrapper {
    min-width: auto;
    margin-top: 0;
  }

  .h3-let-build-heading {
    font-size: 20px;
  }

  .let-build {
    margin-bottom: 0;
  }

  .b1-let-build {
    font-size: 1.2rem;
  }

  .flex-build-detail {
    flex-direction: column;
  }

  .flex-build-detail.let-build {
    grid-row-gap: 32px;
  }

  .btn-let-build {
    margin-top: 40px;
  }

  .b1-hero-company, .b1-hero-company.mobile, .b1-hero-company.mission {
    font-size: 18px;
  }

  .flex-top-hero {
    width: auto;
  }

  .flex-top-hero.company {
    grid-row-gap: 8px;
  }

  .company-mission-wrapper {
    flex-direction: column-reverse;
    width: auto;
    height: auto;
    padding-bottom: 5vh;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .our-values-wrapper {
    justify-content: space-between;
    align-items: center;
    max-width: none;
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    position: static;
  }

  .flex-our-values {
    margin-bottom: 0;
  }

  .h2-our-values-heading {
    margin-bottom: 0;
    padding-top: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .h3-our-values-heading {
    font-size: 20px;
  }

  .h2-hero-company {
    margin-bottom: 0;
    padding-top: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .regal-team-wrapper {
    justify-content: space-between;
    align-items: center;
    max-width: none;
    padding: 32px 16px 64px;
    display: flex;
    position: static;
  }

  .flex-regal-team {
    margin-bottom: 0;
  }

  .h2-regal-team-heading {
    margin-bottom: 0;
    padding-top: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .grid-the-regals {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .flex-details-the-regals {
    padding: 24px;
  }

  .img-the-regal {
    width: auto;
    height: auto;
  }

  .h2-logo {
    padding-top: 0;
    font-size: 34.1px;
  }

  .b2-address, .flex-mission {
    width: auto;
  }

  .flex-mission.company {
    grid-row-gap: 8px;
  }

  .mission-title-wrapper.company {
    max-width: none;
  }

  .hero-career-section {
    border-radius: 0;
    height: 40vh;
  }

  .cover-img-wrapper {
    grid-row-gap: 16px;
    top: auto;
    bottom: auto;
  }

  .b1-careers-hero {
    text-align: center;
    max-width: 70vw;
  }

  .our-benefits-wrapper {
    justify-content: space-between;
    align-items: center;
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    position: static;
  }

  .flex-our-benefits {
    margin-bottom: 0;
  }

  .h3-our-benefits {
    font-size: 20px;
  }

  .flex-join-us {
    grid-row-gap: 8px;
  }

  .hero-project-section {
    border-radius: 0;
    height: 40vh;
  }

  .b1-hero_projects {
    text-align: center;
    max-width: 70vw;
  }

  .hero-company-section {
    border-radius: 0;
    height: 40vh;
  }

  .our-mission-section {
    border-radius: 0;
  }

  .our-mission-section.position {
    min-height: auto;
  }

  .mission-section-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 719px;
    height: auto;
    margin: 120px 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .mission-section-wrapper.company {
    margin-top: 0;
  }

  .h2-error {
    margin-bottom: 0;
    padding-top: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .cover-project-details {
    border-radius: 0;
    height: 40vh;
  }

  .project-description-section {
    border-radius: 0;
  }

  .project-desc-wrapper {
    flex-direction: column-reverse;
    width: auto;
    height: auto;
    padding-bottom: 5vh;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .flex-project-desc-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 719px;
    height: auto;
    margin-bottom: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .flex-details {
    width: auto;
  }

  .flex-details.project-desc {
    grid-row-gap: 8px;
  }

  .flex-project-desc-title.company {
    max-width: none;
  }

  .next-project-wrapper {
    justify-content: space-between;
    align-items: center;
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    position: static;
  }

  .flex-next-project {
    margin-bottom: 0;
  }

  .next-project-title {
    padding-top: 0;
    padding-bottom: 0;
  }

  .h2-next-project-heading {
    margin-bottom: 0;
    padding-top: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .grid-next-project {
    grid-row-gap: 56px;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
  }

  .previous-wrapper.size {
    height: auto;
  }

  .previous-project-details.layout {
    flex-direction: column;
  }

  .next-project-image.size {
    height: auto;
  }

  .next-project-details.layout {
    flex-direction: column;
  }

  .case-study-section {
    border-radius: 0;
  }

  .case-study-wrapper {
    flex-direction: column-reverse;
    width: auto;
    height: auto;
    padding-bottom: 32px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .flex-images-case-study {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 719px;
    height: auto;
    margin-bottom: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .btn-wrapper {
    margin-top: 24px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .img-hero-wrapper {
    height: 70%;
    display: none;
  }

  .img-home-hero {
    height: auto;
  }

  .brand-section-wrapper {
    justify-content: space-between;
    align-items: center;
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    position: static;
  }

  .flex-brand-wrapper {
    grid-row-gap: 24px;
  }

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

  .flex-logo-wrapper {
    width: 320vw;
  }

  .brand-section {
    border-radius: 0;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .h2-brand-title-wrapper {
    padding-top: 0;
    font-size: 34.1px;
  }

  .h2-brand-title {
    padding-top: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .logo-marquee-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .close-button {
    width: 48px;
    height: 48px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    color: var(--bg);
    flex-direction: column;
    justify-content: space-between;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .container.footer {
    max-width: 350px;
  }

  .content-wrapper.footer {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 16px;
  }

  .brand-element {
    width: 24px;
    height: 16px;
  }

  .scroll.hero {
    display: none;
  }

  .nav-logo.mobile {
    align-items: center;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-logo.mobile.w--current {
    cursor: none;
  }

  .nav-logo.mobile.symbol {
    cursor: none;
    top: 24px;
  }

  .nav-logo.mobile.symbol.w--current {
    cursor: none;
  }

  .cta-button.form.close-btn {
    width: 44px;
    height: 44px;
  }

  .cta-button.mobile {
    width: 100%;
    top: 72px;
  }

  .link.t {
    font-size: 14px;
  }

  .home_page {
    background-image: none;
    background-size: auto;
  }

  .grid-logo-cloud {
    flex: none;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .clients-relevance {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .revance-tab {
    grid-row-gap: 32px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .rel-title {
    padding-top: 0;
  }

  .tab-div.content {
    margin-left: 0;
  }

  .tab-div.wrap {
    padding: 16px;
    display: flex;
  }

  .project-tag-wrapper {
    flex-wrap: wrap;
    overflow: visible;
  }

  .blog-container {
    cursor: none;
  }

  .projects-section {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .blog-wrapper {
    margin-top: 24px;
    margin-bottom: 32px;
  }

  .pj-title {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-cont {
    padding-top: 64px;
  }

  .footer-section.comp {
    z-index: 5;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: auto;
    top: -56px;
  }

  .footer-links, .footer-links._1 {
    grid-row-gap: 16px;
    width: 100%;
  }

  .link-column {
    grid-row-gap: 16px;
  }

  .label-footer-wrapper {
    padding-bottom: 0;
  }

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

  .adreess {
    flex-wrap: wrap;
  }

  .footer-adress {
    width: 80%;
  }

  .flex-value-wrapper {
    background-color: var(--primary-color2);
    border-radius: 16px;
    width: 100%;
    padding: 20px 16px;
  }

  .grid-our-values {
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: auto;
  }

  .collection-item.hero {
    cursor: none;
  }

  .img-our-project {
    border-radius: 8px;
  }

  .feat-pj-collection {
    height: auto;
  }

  .project-coletion-imgsampling, .project-image-collection {
    border-radius: 8px;
  }

  .collection-contain {
    width: 100%;
  }

  .grid-logo-wrappers.motion {
    width: 40px;
    height: 40px;
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 0;
    padding-right: 0;
  }

  .modal.modal-edit {
    justify-content: flex-start;
    overflow: visible;
  }

  .page_loader, .chevron_mobile.open {
    display: none;
  }

  .chevron_mobile.open.product {
    display: flex;
  }

  .chevron_mobile.open.media, .chevron_mobile.open.system, .chevron_mobile.open.reality, .chevron_mobile.open.learning {
    display: none;
  }

  .chevron_mobile.wraperitem1 {
    cursor: none;
  }

  .chevron_mobile.flat.tab-div.product {
    height: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .chevron_mobile.wholewrap {
    grid-row-gap: 4px;
    cursor: none;
  }

  .link-block-3 {
    cursor: none;
  }

  .bottom {
    height: 70px;
  }

  .image-20 {
    cursor: pointer;
  }

  .link-block-5, .link-block-6, .link-block-7, .link-block-8 {
    width: auto;
  }

  .link-block-9 {
    width: 300px;
  }

  .link-block-10, .link-block-11 {
    width: 100%;
  }

  .mobile-nav {
    z-index: 100;
    background-color: var(--primary-color2);
    background-image: url('../images/Footer-Eco.webp');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    position: absolute;
    top: 8px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .mobile-nav.light {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    padding-top: 0;
    padding-bottom: 0;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .mobile-nav.dark {
    background-color: var(--primary-colour-1);
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    padding-top: 0;
    padding-bottom: 0;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .mobile-menu-open {
    z-index: 100;
  }

  .visible-mobile-top-nav {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .mobilenav_button {
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    display: flex;
  }

  .mobilenav_button.closeb {
    z-index: 200;
    border: 1px solid var(--primary-colour-1);
    cursor: none;
    border-radius: 50%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 10px;
  }

  .mobilenav_button.mobile-close {
    z-index: 200;
    border: 1px solid var(--primary-colour-1);
    border-radius: 50%;
    width: 44px;
    height: 44px;
  }

  .close_navicon {
    object-fit: cover;
    width: 38px;
    height: 38px;
  }

  .close_navicon.icon {
    width: 24px;
    height: 24px;
  }

  .mob_menu_wrapp {
    z-index: 20;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    padding-bottom: 200px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    position: relative;
    top: 0;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .mobile-nav-link {
    color: var(--primary-colour-1);
    letter-spacing: -.6px;
    cursor: none;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 36px;
    font-weight: 500;
    text-decoration: none;
  }

  .regaleon_symbol {
    cursor: pointer;
    width: 64px;
    height: 64px;
  }

  .top-nav-link.mobile.w--current {
    height: 44px;
  }

  .topnav-flex.mobile {
    grid-row-gap: 16px;
    width: 70vw;
    height: auto;
  }

  .nav-wrapper {
    z-index: 20;
    color: var(--bg);
    cursor: none;
    flex-direction: column;
    justify-content: space-between;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    position: relative;
  }

  .topnav-mob-wrapper {
    color: var(--bg);
    flex-direction: column;
    justify-content: space-between;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .hero-section {
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    border-radius: 0;
  }

  .flex-hero-wrapper {
    padding-left: 16px;
    padding-right: 16px;
    position: static;
  }

  .hero-title-wrapper {
    grid-row-gap: 4px;
    align-items: center;
  }

  .h1-hero {
    text-align: center;
    font-size: 32px;
  }

  .hero-lockup {
    align-items: center;
    width: 100%;
  }

  .cta_primary {
    width: 100%;
  }

  .link-primary {
    text-align: center;
  }

  .hero-section-wrapper {
    color: var(--bg);
    cursor: none;
    flex-direction: column;
    justify-content: space-between;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .hero-mini-heading {
    font-size: 12px;
  }

  .logo-cloud-heading {
    letter-spacing: -.08rem;
    font-size: 24px;
  }

  .logo-cloud-wrapper {
    color: var(--bg);
    flex-direction: column;
    justify-content: space-between;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 32px 16px;
    display: flex;
  }

  .logo-cloud {
    flex: none;
    width: 90%;
    max-width: 100%;
    height: auto;
  }

  .logo-cloud.motion {
    width: auto;
  }

  .flex-grid-logo-cloud {
    grid-row-gap: 32px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .relevance-heading {
    letter-spacing: -.08rem;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 24px;
  }

  .relevance-wrapper {
    color: var(--bg);
    flex-direction: column;
    justify-content: space-between;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 32px 16px;
    display: flex;
  }

  .recent-projects-wrapper {
    color: var(--bg);
    flex-direction: column;
    justify-content: space-between;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 32px 16px 64px;
    display: flex;
  }

  .recent-projects-heading {
    letter-spacing: -.08rem;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 24px;
  }

  .flex-project-title {
    grid-row-gap: 32px;
  }

  .recent-project-wrapper {
    width: 100%;
  }

  .insights-wrapper {
    color: var(--bg);
    flex-direction: column;
    justify-content: space-between;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 32px 16px;
    display: flex;
  }

  .logo-cloud-section.logo-cloud {
    z-index: 2;
    background-image: url('../images/HeroEco2.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
  }

  .relevance-section.layout, .recent-projects-section.recent-projject {
    z-index: 2;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .insights-section.insights {
    z-index: 4;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: static;
    top: -48px;
  }

  .insights-section.insights.position {
    top: 0;
  }

  .contact-section.contact {
    z-index: 4;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .contact-section.contact.position {
    top: auto;
  }

  .contact-wrapper {
    color: var(--bg);
    flex-direction: column;
    justify-content: space-between;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 32px 16px 48px;
    display: flex;
  }

  .insights-heading {
    letter-spacing: -.08rem;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 24px;
  }

  .grid-insights-wrapper {
    margin-top: 24px;
  }

  .link-tab {
    background-color: rgba(0, 0, 0, 0);
  }

  .h4-insight {
    font-weight: 700;
  }

  .flex-insights-details {
    padding-top: 32px;
  }

  .h1-contact {
    font-size: 28px;
  }

  .link-contact {
    background-color: rgba(0, 0, 0, 0);
  }

  .footer-wrapper {
    color: var(--bg);
    flex-direction: column;
    justify-content: space-between;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 32px 16px;
    display: flex;
  }

  .b2-copyright {
    text-align: center;
  }

  .flex-footer-content {
    padding-top: 0;
  }

  .flex-footer-label {
    flex-direction: column-reverse;
    justify-content: center;
    padding-bottom: 0;
  }

  .b2-footer {
    width: auto;
    font-size: .9rem;
  }

  .regaleon-motto {
    margin-top: 0;
  }

  .regaleon-icon {
    cursor: pointer;
  }

  .success-state {
    width: 100%;
    padding: 24px;
  }

  .success-btn {
    flex: none;
    width: 100%;
    padding: 8px 16px;
  }

  .h4-success {
    font-size: 16px;
    font-weight: 700;
  }

  .b1-success {
    font-size: 12px;
  }

  .success-message-wrapper {
    grid-row-gap: 8px;
  }

  .error-wrapper {
    flex: none;
  }

  .our-projects-container, .projects-wrapper.size {
    width: 100%;
  }

  .our-projects-image.size {
    border-radius: 8px;
  }

  .our-projects-link.layout {
    padding-top: 0;
  }

  .tags-wrapper {
    flex-wrap: wrap;
    padding-top: 16px;
    padding-bottom: 8px;
  }

  .tags-wrapper.spacing {
    max-height: none;
    margin-top: 16px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .our-projects-section.size {
    z-index: 2;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .our-projects-wrapper {
    color: var(--bg);
    flex-direction: column;
    justify-content: space-between;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 32px 16px;
    display: flex;
  }

  .flex-our-project {
    margin-top: 0;
    margin-bottom: 0;
  }

  .let-build-img-wrapper {
    flex: 1;
    height: 15%;
  }

  .let-build-details-flex {
    height: 85%;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .let-build-form-wrapper {
    margin-top: 0;
  }

  .b1-let-build {
    font-size: 1rem;
  }

  .label-let-build._25, .label-let-build._40, .label-let-build._50, .input-field-wrapper._75, .input-field-wrapper._60, .input-field-wrapper._50 {
    width: 100%;
  }

  .flex-input-field {
    grid-column-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .txt-btn-build {
    background-color: rgba(0, 0, 0, 0);
  }

  .flex-build-detail.let-build {
    grid-row-gap: 24px;
  }

  .full-name-flex._75 {
    width: 100%;
  }

  .btn-let-build {
    margin-top: 24px;
  }

  .b1-hero-company {
    font-size: 16px;
  }

  .b1-hero-company.mobile, .b1-hero-company.mission {
    font-size: 14px;
  }

  .company-mission-wrapper {
    padding-left: 16px;
    padding-right: 16px;
    position: static;
  }

  .our-values-section.size {
    z-index: 2;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .our-values-wrapper {
    color: var(--bg);
    flex-direction: column;
    justify-content: space-between;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 32px 16px;
    display: flex;
  }

  .flex-our-values {
    grid-row-gap: 16px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .h2-our-values-heading, .h2-hero-company {
    letter-spacing: -.08rem;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 24px;
  }

  .regal-team-wrapper {
    color: var(--bg);
    flex-direction: column;
    justify-content: space-between;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 32px 16px;
    display: flex;
  }

  .flex-regal-team {
    grid-row-gap: 24px;
    width: auto;
    max-width: 380px;
    margin: 0 auto;
  }

  .flex-regal-title {
    grid-row-gap: 4px;
    justify-content: center;
    align-items: center;
  }

  .h2-regal-team-heading {
    text-align: center;
    letter-spacing: -.08rem;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 24px;
  }

  .grid-the-regals {
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: auto;
    width: auto;
  }

  .the-regals-wrapper {
    background-color: var(--primary-color2);
    border-radius: 16px;
    width: auto;
    overflow: hidden;
  }

  .img-the-regal-wrapper {
    max-height: 280px;
  }

  .flex-details-the-regals {
    padding: 24px;
  }

  .img-the-regal {
    width: 100%;
  }

  .h2-logo {
    letter-spacing: -.08rem;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 28.1px;
  }

  .b2-address {
    width: auto;
    font-size: .9rem;
  }

  .mission-title-wrapper {
    grid-row-gap: 4px;
  }

  .hero-career-section {
    border-radius: 0;
  }

  .h1-career-hero {
    font-size: 32px;
  }

  .our-benefits-section.size {
    z-index: 2;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .our-benefits-wrapper {
    grid-row-gap: 32px;
    color: var(--bg);
    flex-direction: column;
    justify-content: space-between;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 32px 16px;
    display: flex;
  }

  .flex-our-benefits {
    grid-row-gap: 16px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid-our-benefit {
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
  }

  .flex-benefit_wrapper {
    background-color: var(--primary-color2);
    border-radius: 16px;
    width: 100%;
    padding: 20px 16px;
  }

  .hero-project-section {
    border-radius: 0;
  }

  .h1-projects-page {
    font-size: 32px;
  }

  .link-career {
    background-color: rgba(0, 0, 0, 0);
  }

  .hero-company-section, .our-mission-section {
    border-radius: 0;
  }

  .mission-section-wrapper {
    color: var(--bg);
    cursor: none;
    flex-direction: column;
    justify-content: space-between;
    max-width: none;
    margin-top: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 16vh 0 4vh;
    display: flex;
  }

  .h2-error {
    text-align: center;
    letter-spacing: -.08rem;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 24px;
  }

  .cover-project-details, .project-description-section {
    border-radius: 0;
  }

  .project-desc-wrapper {
    padding-left: 16px;
    padding-right: 16px;
    position: static;
  }

  .flex-project-desc-wrapper {
    color: var(--bg);
    cursor: none;
    flex-direction: column;
    justify-content: space-between;
    max-width: none;
    margin-top: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 4vh;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .h1-project-desc {
    font-size: 32px;
  }

  .flex-project-desc-title {
    grid-row-gap: 4px;
  }

  .next-project-section.size {
    z-index: 2;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .next-project-wrapper {
    color: var(--bg);
    flex-direction: column;
    justify-content: space-between;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 32px 16px;
    display: flex;
  }

  .flex-next-project {
    margin-top: 0;
    margin-bottom: 0;
  }

  .next-project-title {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .h2-next-project-heading {
    letter-spacing: -.08rem;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 24px;
  }

  .img-previous, .previous-wrapper.size, .next-project-image.size {
    border-radius: 8px;
  }

  .case-study-section {
    border-radius: 0;
  }

  .case-study-wrapper {
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
    position: static;
  }

  .flex-images-case-study {
    color: var(--bg);
    cursor: none;
    flex-direction: column;
    justify-content: space-between;
    max-width: none;
    margin-top: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: hidden;
  }

  .btn-wrapper {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta_all-projects {
    width: 100%;
  }

  .link-all-projects {
    background-color: rgba(0, 0, 0, 0);
  }

  .h1-projects {
    font-size: 32px;
  }

  .brand-section-wrapper {
    color: var(--bg);
    flex-direction: column;
    justify-content: space-between;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 32px 16px;
    display: flex;
  }

  .flex-brand-wrapper {
    grid-row-gap: 32px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-marquee {
    flex: none;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: flex-start;
  }

  .flex-logo-wrapper {
    width: 500vw;
  }

  .brand-section {
    border-radius: 0;
  }

  .h2-brand-title-wrapper {
    letter-spacing: -.08rem;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 28.1px;
  }

  .h2-brand-title {
    text-align: center;
    letter-spacing: -.08rem;
    font-size: 24px;
  }

  .logo-marquee-2 {
    flex: none;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: flex-start;
  }

  .menu-container {
    color: var(--bg);
  }

  .close-button {
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    display: flex;
  }
}

#w-node-ceea5f2f-251b-6a5b-9212-d8b3aa54236b-148f3212, #w-node-_69846ab1-97c0-be75-8cff-2ee5427bd31c-148f3212, #w-node-cda2d6f9-5ecd-76c3-d180-6d5e1611207a-148f3212, #w-node-b5c7b9a3-c082-e06f-631d-3c38142222c1-148f3212, #w-node-d4f1bba1-2dd4-9af0-5906-8393c11c9133-148f3212, #w-node-_6ccb51e8-4b0f-488d-129f-9356f5bb7ab1-148f3212, #w-node-b668040d-13e8-4dab-484f-e7e043f6ea4c-148f3212, #w-node-_00fbe36b-86cf-4b48-fc33-f5bcc89a4266-148f3212, #w-node-_3b8ce7b8-db58-b131-127c-ce6d9a3346c1-148f3212, #w-node-_22640e04-a5b6-74a6-65ba-dcdaebd00561-148f3212, #w-node-_22640e04-a5b6-74a6-65ba-dcdaebd00563-148f3212, #w-node-_22640e04-a5b6-74a6-65ba-dcdaebd00565-148f3212, #w-node-_22640e04-a5b6-74a6-65ba-dcdaebd00567-148f3212, #w-node-_22640e04-a5b6-74a6-65ba-dcdaebd00569-148f3212, #w-node-_22640e04-a5b6-74a6-65ba-dcdaebd0056b-148f3212, #w-node-_22640e04-a5b6-74a6-65ba-dcdaebd0056d-148f3212, #w-node-_22640e04-a5b6-74a6-65ba-dcdaebd0056f-148f3212, #w-node-_22640e04-a5b6-74a6-65ba-dcdaebd00571-148f3212, #w-node-_53f199f9-3870-257f-cd6a-35e69026de7b-148f3212, #w-node-_53f199f9-3870-257f-cd6a-35e69026de7d-148f3212, #w-node-_53f199f9-3870-257f-cd6a-35e69026de7f-148f3212, #w-node-_53f199f9-3870-257f-cd6a-35e69026de81-148f3212, #w-node-_53f199f9-3870-257f-cd6a-35e69026de83-148f3212, #w-node-_53f199f9-3870-257f-cd6a-35e69026de85-148f3212, #w-node-_53f199f9-3870-257f-cd6a-35e69026de87-148f3212, #w-node-_53f199f9-3870-257f-cd6a-35e69026de77-148f3212, #w-node-ee6c384d-79f9-f3e4-033c-2f47497ddbbc-148f3212, #w-node-ee6c384d-79f9-f3e4-033c-2f47497ddbbe-148f3212, #w-node-ee6c384d-79f9-f3e4-033c-2f47497ddbc0-148f3212, #w-node-ee6c384d-79f9-f3e4-033c-2f47497ddbc2-148f3212, #w-node-ee6c384d-79f9-f3e4-033c-2f47497ddbc4-148f3212, #w-node-ee6c384d-79f9-f3e4-033c-2f47497ddbc6-148f3212, #w-node-ee6c384d-79f9-f3e4-033c-2f47497ddbc8-148f3212, #w-node-ee6c384d-79f9-f3e4-033c-2f47497ddbca-148f3212, #w-node-_47e44faa-47bc-2256-1d68-eebe264ade05-148f3212, #w-node-_47e44faa-47bc-2256-1d68-eebe264ade07-148f3212, #w-node-_47e44faa-47bc-2256-1d68-eebe264ade09-148f3212, #w-node-_47e44faa-47bc-2256-1d68-eebe264ade0b-148f3212, #w-node-_47e44faa-47bc-2256-1d68-eebe264ade0d-148f3212, #w-node-_47e44faa-47bc-2256-1d68-eebe264ade0f-148f3212, #w-node-_47e44faa-47bc-2256-1d68-eebe264ade11-148f3212, #w-node-_47e44faa-47bc-2256-1d68-eebe264ade13-148f3212, #w-node-_47e44faa-47bc-2256-1d68-eebe264ade15-148f3212, #w-node-be368c75-a49f-8894-463e-eb14c6f86cdb-148f3212, #w-node-b3cff986-4dfa-3eba-aae0-d0602bb7421e-a38f321e, #w-node-_5345299f-036d-a647-5316-84c4b14c8f69-a38f321e, #w-node-_244181e7-ff5b-ef3d-d6d9-e16f7883ec6c-a38f321e, #w-node-_533b8df8-dc5d-5bef-ff25-0281217c6829-d88f3220 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_69846ab1-97c0-be75-8cff-2ee5427bd31c-148f3212, #w-node-cda2d6f9-5ecd-76c3-d180-6d5e1611207a-148f3212, #w-node-b5c7b9a3-c082-e06f-631d-3c38142222c1-148f3212, #w-node-d4f1bba1-2dd4-9af0-5906-8393c11c9133-148f3212, #w-node-_6ccb51e8-4b0f-488d-129f-9356f5bb7ab1-148f3212, #w-node-b668040d-13e8-4dab-484f-e7e043f6ea4c-148f3212, #w-node-_00fbe36b-86cf-4b48-fc33-f5bcc89a4266-148f3212, #w-node-_3b8ce7b8-db58-b131-127c-ce6d9a3346c1-148f3212, #w-node-_22640e04-a5b6-74a6-65ba-dcdaebd00563-148f3212, #w-node-_22640e04-a5b6-74a6-65ba-dcdaebd00565-148f3212, #w-node-_22640e04-a5b6-74a6-65ba-dcdaebd00567-148f3212, #w-node-_22640e04-a5b6-74a6-65ba-dcdaebd00569-148f3212, #w-node-_22640e04-a5b6-74a6-65ba-dcdaebd0056b-148f3212, #w-node-_22640e04-a5b6-74a6-65ba-dcdaebd0056d-148f3212, #w-node-_22640e04-a5b6-74a6-65ba-dcdaebd0056f-148f3212, #w-node-_22640e04-a5b6-74a6-65ba-dcdaebd00571-148f3212, #w-node-_53f199f9-3870-257f-cd6a-35e69026de7b-148f3212, #w-node-_53f199f9-3870-257f-cd6a-35e69026de7d-148f3212, #w-node-_53f199f9-3870-257f-cd6a-35e69026de7f-148f3212, #w-node-_53f199f9-3870-257f-cd6a-35e69026de81-148f3212, #w-node-_53f199f9-3870-257f-cd6a-35e69026de83-148f3212, #w-node-_53f199f9-3870-257f-cd6a-35e69026de85-148f3212, #w-node-_53f199f9-3870-257f-cd6a-35e69026de87-148f3212, #w-node-ee6c384d-79f9-f3e4-033c-2f47497ddbbc-148f3212, #w-node-ee6c384d-79f9-f3e4-033c-2f47497ddbbe-148f3212, #w-node-ee6c384d-79f9-f3e4-033c-2f47497ddbc0-148f3212, #w-node-ee6c384d-79f9-f3e4-033c-2f47497ddbc2-148f3212, #w-node-ee6c384d-79f9-f3e4-033c-2f47497ddbc4-148f3212, #w-node-ee6c384d-79f9-f3e4-033c-2f47497ddbc6-148f3212, #w-node-ee6c384d-79f9-f3e4-033c-2f47497ddbc8-148f3212, #w-node-_47e44faa-47bc-2256-1d68-eebe264ade07-148f3212, #w-node-_47e44faa-47bc-2256-1d68-eebe264ade09-148f3212, #w-node-_47e44faa-47bc-2256-1d68-eebe264ade0b-148f3212, #w-node-_47e44faa-47bc-2256-1d68-eebe264ade0d-148f3212, #w-node-_47e44faa-47bc-2256-1d68-eebe264ade0f-148f3212, #w-node-_47e44faa-47bc-2256-1d68-eebe264ade11-148f3212, #w-node-_47e44faa-47bc-2256-1d68-eebe264ade13-148f3212, #w-node-_47e44faa-47bc-2256-1d68-eebe264ade15-148f3212 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraBold.ttf') format('truetype'), url('../fonts/Manrope-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}