:root {
  --lightblack: #2b2b2b;
  --purple: #7d76ff;
  --lightgreen: #e0e5ca;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: var(--lightblack);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

h3 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
}

li {
  font-size: 18px;
  list-style-type: disc;
}

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

.bg-circle {
  background-color: #455268;
  border-radius: 100%;
  width: 30vw;
  height: 30vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bg-circle._6 {
  background-color: #e89245;
}

.bg-circle._1 {
  opacity: 1;
  background-color: #7056f5;
  border-radius: 20%;
}

.bg-circle._4 {
  background-color: #a7cf38;
}

.bg-circle._2 {
  opacity: .5;
  background-color: #487698;
  border-radius: 40%;
}

.bg-circle._3 {
  background-color: #e1e5ee;
}

.hero-text {
  color: var(--lightblack);
  flex-flow: column;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  line-height: 66px;
  display: block;
}

.hr-line {
  background-image: linear-gradient(90deg, var(--lightblack) 27%, var(--purple) 77%, var(--lightgreen) 100%, var(--lightgreen));
  width: 90%;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.heading1 {
  color: var(--lightblack);
  font-size: 76.8px;
  font-weight: 700;
  line-height: 74px;
  display: block;
}

.gradient-bg {
  z-index: -1;
  opacity: .5;
  filter: blur(200px);
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.hero-text-wrapper {
  width: 100%;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
}

.herosection {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 90svw;
  min-height: 100svh;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.heroparagraph {
  color: var(--lightblack);
  width: 40ch;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.flex-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

.quick-stack {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 0;
}

.button {
  color: #7d76ff;
  cursor: pointer;
  background-color: #fff0;
  border: 2px solid #7d76ff;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 50px;
  margin-right: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25rem;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.button:hover {
  background-image: linear-gradient(94deg, #7d76ff, var(--lightgreen) 100%, #e2e7c9);
  color: var(--lightblack);
  box-shadow: 0 2px 5px 4px #0003;
}

.button:active {
  transform: scale(1.04);
}

.containernav {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar {
  background-color: #ddd0;
  position: sticky;
  top: 0;
}

.nav-link {
  color: var(--lightblack);
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1rem;
}

.nav-link.w--current {
  color: var(--purple);
}

.nav-link.lastnavlink {
  padding-right: 0;
}

.brand-2 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about {
  background-color: #0000;
  margin-top: 60px;
  position: relative;
}

.containeruniversal {
  width: 90%;
  max-width: none;
}

.image-2 {
  z-index: 2;
  border-style: none;
  border-radius: 50%;
  width: 100%;
  max-width: 90%;
  display: block;
  position: absolute;
}

.image-2:hover {
  background-image: none;
}

.benefits {
  margin-top: 60px;
}

.quick-stack-2 {
  padding: 0;
}

.paragraphcentered {
  text-align: center;
  font-size: 18px;
  line-height: 20px;
}

.paragraphcentered.widthwraper51 {
  text-align: center;
  width: 51ch;
  margin-bottom: 40px;
}

.paragraphcentered.tagstypography {
  line-height: 24px;
}

.cellcentered {
  justify-content: flex-start;
  align-items: center;
}

.hr-line-copy {
  background-image: linear-gradient(90deg, var(--lightblack) 27%, var(--purple) 77%, var(--lightgreen) 100%, var(--lightgreen));
  width: 90%;
  height: 3px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: auto 0% 0%;
}

.div_horizontalcentered {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.services, .portfolio {
  margin-top: 60px;
}

.cellportfolio {
  border: 1px none var(--purple);
  border-radius: 25px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
  box-shadow: 0 2px 5px #0003;
}

.collaboration, .process {
  margin-top: 60px;
}

.quick-stack-4 {
  grid-column-gap: 0px;
  padding: 0;
}

.cellhorizontal {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.h3topmargin0 {
  text-align: left;
  margin-top: 0;
}

.linkedtextbutton {
  color: var(--purple);
  cursor: pointer;
  font-size: 1.25rem;
  text-decoration: none;
}

.linkedtextbutton:hover {
  color: var(--lightblack);
  transform: rotate(-1deg)scale(1.1);
}

.linkedtextbutton:active {
  font-size: 1.26rem;
  font-weight: 400;
  transform: rotate(-1deg);
}

.faqsection {
  margin-top: 60px;
}

.faqwrapper {
  width: 100%;
}

.faqdivider {
  background-color: var(--lightblack);
  opacity: .25;
  height: .5px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.faqdropdown {
  background-color: #fff;
  width: 100%;
  overflow: hidden;
}

.faqtoggle {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.faqlist {
  background-color: #fff0;
  display: block;
  position: static;
}

.faqansver {
  width: 80%;
}

.faqparagraph {
  color: var(--lightblack);
}

.faqh3 {
  text-align: left;
  width: 70vw;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.tag {
  background-color: var(--lightgreen);
  border-radius: 25px;
  padding-left: 8px;
  padding-right: 8px;
}

.tag2 {
  border: 1px solid var(--purple);
  border-radius: 25px;
  padding-left: 8px;
  padding-right: 8px;
}

.projectslinksdiv {
  justify-content: space-between;
  width: 80%;
  margin-top: 10px;
  margin-bottom: 15px;
  display: flex;
}

.paragraph_l-align {
  text-align: left;
}

.projectimage {
  cursor: pointer;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  width: 100%;
  max-width: none;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94);
}

.projectimage:hover {
  transform: scale(1.05);
}

.h3_portfolioproject {
  text-align: center;
  margin-top: 10px;
  font-size: 24px;
  line-height: 28px;
}

.cell-2 {
  justify-content: center;
  align-items: flex-start;
}

.abouttextwrapper {
  margin-left: auto;
  margin-right: auto;
}

.div-block-2 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.image-3 {
  margin-right: 10px;
}

.cell-3 {
  justify-content: center;
  align-items: flex-start;
}

.infographimage {
  width: 32px;
}

.collab_image {
  margin-bottom: 0;
  position: relative;
  top: -6px;
}

.cellcollab {
  border: 1px solid var(--lightgreen);
  border-radius: 25px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 0 2px 5px #0003;
}

.image-4 {
  z-index: 1;
  max-width: 90%;
  display: block;
  position: relative;
  top: 7%;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.contact {
  margin-top: 60px;
}

.field-label {
  font-weight: 500;
}

.contactformdiv {
  width: 100%;
}

.text-field {
  border-style: none none solid;
  border-width: 1px 1px .5px;
  border-color: black var(--lightblack) var(--lightblack) black;
  color: var(--purple);
  cursor: text;
  background-color: #fff0;
  margin-bottom: 20px;
  font-size: 16px;
}

.text-field:hover {
  padding-left: 20px;
}

.text-field:active {
  font-size: 15px;
}

.button-copy {
  color: #7d76ff;
  background-color: #fff0;
  border: 2px solid #7d76ff;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 269px;
  height: 50px;
  margin-right: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  display: flex;
}

.button-copy:active {
  width: 267px;
  height: 48px;
}

.projectimagewrapper {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  overflow: hidden;
}

.projecttextwrapper {
  width: 80%;
  padding-left: 10px;
  padding-right: 10px;
}

.herogrid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 0;
}

.div_r-aligned {
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.containerfaqs {
  width: 90%;
  max-width: none;
}

.h3contact {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.h3contact.proba {
  font-size: 40px;
  line-height: 42px;
}

.div-block-5 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.text-span-2 {
  color: var(--purple);
}

.paragraphcontact {
  text-align: center;
  width: 72%;
  margin-bottom: 20px;
}

.footerdiv {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 60px;
  display: flex;
}

.socialmediadiv {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.image-8 {
  width: 32px;
}

.paragraphcredits {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 14px;
  line-height: 18px;
}

.link-block {
  margin-right: 20px;
}

.divcenteredvertival {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 0;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.h2projects {
  text-align: left;
}

.hr-line-projects {
  background-image: linear-gradient(90deg, var(--lightblack) 27%, var(--purple) 77%, var(--lightgreen) 100%, var(--lightgreen));
  width: 100%;
  height: 3px;
  margin: 50px auto 40px;
  position: static;
  inset: auto 0% 0%;
}

.projectheading1 {
  text-align: center;
  font-size: 42px;
  line-height: 46px;
}

.backlink {
  color: var(--lightblack);
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1rem;
}

.backlink.w--current {
  color: var(--purple);
}

.eyebrow {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.div-block-5-copy {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.button-copy {
  color: #7d76ff;
  cursor: pointer;
  background-color: #fff0;
  border: 2px solid #7d76ff;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 50px;
  margin-top: 10px;
  margin-right: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25rem;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.button-copy:hover {
  background-image: linear-gradient(94deg, #7d76ff, var(--lightgreen) 100%, #e2e7c9);
  color: var(--lightblack);
  box-shadow: 0 2px 5px 4px #0003;
}

.button-copy:active {
  transform: scale(1.04);
}

.button-copy.margin-top-none {
  margin-top: 0;
}

.margin-top-20px {
  margin-top: 20px;
}

.h-flex-r_aligned {
  justify-content: flex-end;
  align-items: flex-start;
}

.h-flex-l_aligned {
  margin-bottom: 10px;
}

.heading2 {
  font-size: 3rem;
  line-height: 1;
}

.heading2.margin-bottom-60px {
  margin-bottom: 60px;
}

.quick-stack-5 {
  padding: 0;
}

@media screen and (min-width: 1280px) {
  h3 {
    font-size: 26px;
    line-height: 30px;
  }

  p {
    font-size: 20px;
    line-height: 22px;
  }

  .heading1 {
    font-size: 5.4rem;
    line-height: 1.1;
  }

  .heroparagraph {
    font-size: 1.3rem;
  }

  .button {
    width: 260px;
    height: 54px;
    font-size: 1.3rem;
    line-height: 1.3rem;
  }

  .nav-link {
    font-size: 1.1rem;
  }

  .paragraphcentered {
    font-size: 20px;
    line-height: 22px;
  }

  .paragraphcentered.widthwraper51 {
    width: 51ch;
    font-size: 24px;
    line-height: 28px;
  }

  .paragraphcentered.tagstypography {
    line-height: 30px;
  }

  .linkedtextbutton {
    font-size: 1.5rem;
  }

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

  .projecttextwrapper {
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
  }

  .backlink {
    font-size: 1.1rem;
  }

  .button-copy {
    width: 260px;
    height: 54px;
    margin-top: 10px;
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
}

@media screen and (min-width: 1440px) {
  h2 {
    font-size: 50px;
    line-height: 54px;
  }

  p {
    font-size: 24px;
    line-height: 26px;
  }

  .heading1 {
    font-size: 6rem;
  }

  .heroparagraph {
    font-size: 1.5rem;
  }

  .button {
    width: 270px;
    height: 54px;
    font-size: 1.4rem;
  }

  .paragraphcentered {
    font-size: 24px;
    line-height: 26px;
  }

  .paragraphcentered.widthwraper51 {
    font-size: 26px;
    line-height: 30px;
  }

  .linkedtextbutton {
    font-size: 1.8rem;
  }

  .h3_portfolioproject {
    font-size: 30px;
    line-height: 34px;
  }

  .field-label {
    font-size: 18px;
    line-height: 22px;
  }

  .button-copy {
    width: 270px;
    height: 54px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 991px) {
  h3 {
    margin-top: 10px;
    font-size: 1.3rem;
    line-height: 1.6rem;
  }

  p {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }

  .hero-text {
    font-size: 50px;
    line-height: 50px;
  }

  .heading1 {
    font-size: 3.6rem;
    line-height: 1;
  }

  .hero-text-wrapper {
    width: 90%;
  }

  .herosection {
    width: 90%;
    min-height: 80vh;
  }

  .heroparagraph {
    width: 30ch;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .flex-block {
    display: flex;
  }

  .quick-stack {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .button {
    width: 200px;
    height: 44px;
    font-size: 1rem;
    line-height: 1rem;
  }

  .button.buttoncentered {
    margin-left: auto;
    margin-right: auto;
  }

  .containernav {
    width: 90%;
  }

  .nav-link {
    color: var(--lightblack);
    text-align: center;
  }

  .containeruniversal {
    width: 90%;
  }

  .quick-stack-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .paragraphcentered {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }

  .paragraphcentered.tagstypography {
    margin-bottom: 5px;
  }

  .quick-stack-4 {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
  }

  .projectslinksdiv {
    width: 90%;
    margin-top: 5px;
  }

  .paragraph_l-align {
    margin-bottom: 5px;
    font-size: 1.1rem;
    line-height: 1.2rem;
  }

  .h3_portfolioproject {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  .infographimage {
    width: 28px;
  }

  .collab_image {
    margin-bottom: 0;
  }

  .cellcollab {
    padding-bottom: 10px;
  }

  .button-copy {
    width: 200px;
    height: 44px;
    font-size: 1rem;
    line-height: 1rem;
  }

  .projecttextwrapper {
    width: 90%;
  }

  .herogrid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .h3contact.proba {
    font-size: 38px;
    line-height: 40px;
  }

  .nav-menu {
    z-index: 2;
    background-color: #e0e5cbe3;
    border-radius: 20px;
    width: 40%;
    margin-top: 5px;
    inset: 110% 0% auto auto;
  }

  .menu-button.w--open {
    background-color: #e0e5cbe3;
    border-radius: 50%;
  }

  .backlink {
    color: var(--lightblack);
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .button-copy {
    width: 200px;
    height: 44px;
    margin-top: 0;
    margin-right: 0;
    font-size: 1rem;
    line-height: 1rem;
  }

  .button-copy.margin-top-none {
    margin-right: 10px;
  }

  .heading2 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .hero-text {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 38px;
  }

  .heading1 {
    font-size: 3.2rem;
  }

  .hero-text-wrapper {
    margin-top: 20px;
  }

  .herosection {
    width: 80%;
  }

  .heroparagraph {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    line-height: 1.1;
  }

  .flex-block {
    justify-content: center;
    align-items: center;
  }

  .quick-stack {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .containernav {
    width: 84%;
  }

  .about {
    margin-top: 40px;
  }

  .containeruniversal {
    width: 80%;
  }

  .image-2 {
    max-width: 60%;
  }

  .benefits {
    margin-top: 40px;
  }

  .paragraphcentered.widthwraper51 {
    width: 80%;
  }

  .paragraphcentered.tagstypography {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
  }

  .services, .portfolio, .collaboration, .process {
    margin-top: 40px;
  }

  .linkedtextbutton {
    margin-top: 20px;
    font-size: 1rem;
  }

  .linkedtextbutton.marginright20 {
    margin-right: 20px;
  }

  .faqsection {
    margin-top: 40px;
  }

  .faqtoggle {
    flex-flow: wrap;
    display: flex;
  }

  .faqh3 {
    font-size: 1.2rem;
    line-height: 1.25rem;
  }

  .projectslinksdiv {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .abouttextwrapper {
    width: auto;
  }

  .infographimage {
    display: none;
  }

  .collab_image {
    width: 80px;
  }

  .image-4 {
    max-width: 60%;
  }

  .contact {
    margin-top: 40px;
  }

  .herogrid {
    margin-bottom: 40px;
  }

  .iconimage {
    width: 42px;
  }

  .newclass {
    font-size: 1rem;
    line-height: 1.1rem;
  }

  .div_r-aligned {
    margin-top: 20px;
  }

  .cell-4 {
    justify-content: flex-start;
    align-items: center;
  }

  .containerfaqs {
    width: 80%;
  }

  .h3contact.proba {
    font-size: 30px;
    line-height: 32px;
  }

  .nav-menu {
    width: 70%;
  }

  .h2projects {
    font-size: 26px;
    line-height: 28px;
  }

  .projectheading1 {
    font-size: 38px;
    line-height: 42px;
  }

  .heading2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 24px;
    line-height: 1;
  }

  p {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }

  .bg-circle._5 {
    background-color: #ffab9d;
  }

  .bg-circle._6 {
    background-color: #ff6382;
  }

  .bg-circle._4 {
    background-color: #20c788;
  }

  .bg-circle._2 {
    background-color: #4353ff;
  }

  .bg-circle._3 {
    background-color: #3fa1f7;
  }

  .hero-text {
    font-size: 36px;
    line-height: 38px;
  }

  .heading1 {
    font-size: 40px;
  }

  .page-wrapper {
    position: relative;
  }

  .hero-text-wrapper {
    text-align: center;
    padding: 0;
  }

  .herosection {
    justify-content: center;
    align-items: flex-start;
    width: 85%;
    min-height: 100vh;
  }

  .heroparagraph {
    width: 27ch;
  }

  .flex-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .button {
    width: 154px;
    font-size: 14px;
    line-height: 1;
  }

  .button.buttoncentered {
    width: 100%;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .button.button-width-100 {
    width: 100%;
    height: 50px;
    margin-right: 0;
  }

  .button.button-width-100.margin-bottom-10px {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .image-2 {
    max-width: 60%;
  }

  .paragraphcentered.widthwraper51 {
    width: 90%;
    margin-bottom: 20px;
  }

  .paragraphcentered.tagstypography {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .cellportfolio {
    justify-content: space-between;
    align-items: center;
  }

  .linkedtextbutton {
    margin-right: 10px;
    font-size: 1rem;
  }

  .faqtoggle {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .faqh3 {
    flex: none;
    width: auto;
    min-width: 0;
    max-width: 80%;
  }

  .projectslinksdiv {
    text-align: center;
    margin-top: 10px;
    display: flex;
  }

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

  .div-block-2 {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .image-3 {
    margin-right: 5px;
  }

  .infographimage {
    display: none;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
  }

  .projecttextwrapper {
    width: 100%;
  }

  .herogrid {
    margin-bottom: 0;
  }

  .image-5 {
    width: 140px;
  }

  .iconimage {
    width: 40px;
  }

  .newclass {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }

  .cell-4 {
    justify-content: flex-start;
    align-items: center;
  }

  .icon, .icon-2 {
    flex: none;
  }

  .h3contact.proba {
    font-size: 26px;
    line-height: 28px;
  }

  .footerdiv {
    flex-flow: column-reverse;
  }

  .socialmediadiv {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .link-block {
    margin-right: 40px;
  }

  .icon-3 {
    flex: none;
    width: 5px;
  }

  .projectheading1 {
    font-size: 32px;
    line-height: 34px;
  }

  .button-copy {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    margin-right: 0;
    font-size: 14px;
    line-height: 1;
  }

  .button-copy.margin-top-none {
    margin-right: 0;
  }

  .heading2 {
    font-size: 1.8rem;
  }

  .quick-stack-5 {
    padding: 0;
  }

  ._2 {
    margin-bottom: 0;
  }
}

#w-node-e8860bfe-6a0a-de52-690e-07555e770063-d0b3005a {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-cde1c99e-cec1-df32-7035-c63708d2f2e3-d0b3005a {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-_17deba27-9ca3-7ee9-96ef-36b232f3d81a-d0b3005a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2d6beb45-8507-7528-9add-d73ab60fef1c-d0b3005a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_01c326e0-fd02-f2a0-a9ef-6f92635d2de2-d0b3005a, #w-node-_902aeebf-618d-9e22-dbae-1b9338d2dec7-d0b3005a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_424e2457-66f8-a9e4-587d-2828ef7ce7f2-d0b3005a {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_424e2457-66f8-a9e4-587d-2828ef7ce7f3-d0b3005a {
  grid-row: span 4 / span 4;
}

#w-node-cc5720dd-ce4c-556b-6d5d-c38d4ecc201f-4ecc2019 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1280px) {
  #w-node-cde1c99e-cec1-df32-7035-c63708d2f2e3-d0b3005a {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e8860bfe-6a0a-de52-690e-07555e770063-d0b3005a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-cde1c99e-cec1-df32-7035-c63708d2f2e3-d0b3005a {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_17deba27-9ca3-7ee9-96ef-36b232f3d81a-d0b3005a, #w-node-_2d6beb45-8507-7528-9add-d73ab60fef1c-d0b3005a, #w-node-_01c326e0-fd02-f2a0-a9ef-6f92635d2de2-d0b3005a, #w-node-_902aeebf-618d-9e22-dbae-1b9338d2dec7-d0b3005a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_424e2457-66f8-a9e4-587d-2828ef7ce7f2-d0b3005a {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .25fr 1.75fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e8860bfe-6a0a-de52-690e-07555e770063-d0b3005a, #w-node-_2d6beb45-8507-7528-9add-d73ab60fef1c-d0b3005a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_424e2457-66f8-a9e4-587d-2828ef7ce7f2-d0b3005a {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_424e2457-66f8-a9e4-587d-2828ef7ce7f3-d0b3005a {
    grid-row: span 4 / span 4;
  }

  #w-node-cc5720dd-ce4c-556b-6d5d-c38d4ecc201f-4ecc2019 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_17deba27-9ca3-7ee9-96ef-36b232f3d81a-d0b3005a, #w-node-_2d6beb45-8507-7528-9add-d73ab60fef1c-d0b3005a, #w-node-_01c326e0-fd02-f2a0-a9ef-6f92635d2de2-d0b3005a, #w-node-_902aeebf-618d-9e22-dbae-1b9338d2dec7-d0b3005a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_424e2457-66f8-a9e4-587d-2828ef7ce7f2-d0b3005a {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_424e2457-66f8-a9e4-587d-2828ef7ce7f3-d0b3005a {
    grid-row: span 4 / span 4;
  }
}
.w-webflow-badge {
  display: none !important;
}