@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.body {
  background-color: #000;
  font-family: Inter, Arial, sans-serif;
}

.body.homepage {
  background-color: #fff;
}

.navbar {
  z-index: 10000000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 65px;
  margin-top: 0;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.logowrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  filter: invert(0%);
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
  position: static;
  overflow: visible;
}

.logo {
  background-color: #252525;
  background-image: radial-gradient(circle, #363636, #949494 84%);
  border-radius: 20px;
  width: 40px;
  height: 40px;
}

.navmenu {
  z-index: 1000;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  mix-blend-mode: normal;
  background-color: #111111e6;
  border: .3px #ffffff57;
  border-radius: 25px;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 15px;
  margin-bottom: 0;
  margin-right: 25px;
  padding: 7.5px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
  box-shadow: inset 0 0 5px 1px #fff3;
}

.navbutton {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #252525c4;
  border-radius: 5px;
  padding: 2.5px 5px;
}

.menulink {
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.navbuttonbig {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #c9c9c9c4;
  border-radius: 10px;
  margin-left: 10px;
  padding: 2.5px 5px;
}

.menulinkbig {
  color: #000;
  font-family: Inter, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.homeheading {
  z-index: 10;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 100vh;
  margin-top: -55px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Inter, Arial, sans-serif;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h1 {
  z-index: 20;
  color: #fff;
  text-align: center;
  font-family: Inter, Arial, sans-serif;
  font-size: 65px;
  font-weight: 300;
  line-height: 70px;
  position: relative;
}

.h1.bold {
  color: #fff;
  font-weight: 500;
}

.home-about-skills {
  z-index: 3;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #fff;
  flex-flow: column;
  width: 100vw;
  margin-top: -50px;
  padding: 100px 50px;
  display: flex;
  position: relative;
  overflow: visible;
}

.home-about-skills:lang(fr-ca) {
  background-color: #fff;
}

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

.slidesh1 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-left: 0;
  display: flex;
  overflow: hidden;
}

.h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 90px;
  font-weight: 300;
  line-height: 90px;
}

.h2.white {
  color: #fff;
  text-align: center;
  font-size: 75px;
  font-weight: 300;
  line-height: 1;
  position: static;
  top: 100px;
}

.h2.wwd {
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  position: sticky;
  top: 75px;
}

.h2.wwd.mobile {
  display: none;
}

.h2.wwd.desktop {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.h2.wwdmobile {
  font-size: 50px;
  font-weight: 400;
  display: none;
}

.link1 {
  color: #000;
  background-color: #0000;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: opacity .3s cubic-bezier(.215, .61, .355, 1);
}

.link1:hover {
  opacity: .7;
}

.slidesh2 {
  width: 35%;
}

.textsection1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.swiper {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: row;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 250px;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.swiper-wrapper {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-width: 100vw;
  margin-left: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: static;
  overflow: visible;
}

.swiper-slide {
  z-index: 2;
  background-color: #18181800;
  background-image: url('../images/Gradient-6.png');
  background-position: 0 0;
  background-size: cover;
  border: 1.5px solid #000;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 22.5%;
  min-width: auto;
  max-width: 100%;
  height: 208px;
  min-height: auto;
  max-height: 350px;
  padding: 15px;
  display: flex;
  position: static;
}

.swiper-slide._1 {
  opacity: 1;
  background-color: #ff1717;
  background-image: url('../images/Gradient-2.png');
  background-position: 0 0;
  background-size: cover;
  border-width: 1px;
  border-radius: 15px;
  width: auto;
  min-width: auto;
  height: 325px;
  min-height: 325px;
  max-height: 325px;
}

.swiper-slide._2 {
  background-image: url('../images/Gradient-6.png');
  background-position: 0 0;
  background-size: cover;
  border-width: 0;
  width: auto;
  min-width: auto;
  height: 325px;
  min-height: 325px;
  max-height: 325px;
}

.swiper-slide._3 {
  background-image: url('../images/Gradient-5.png');
  background-position: 0 0;
  background-size: cover;
  border-width: 0;
  width: auto;
  min-width: auto;
  height: 325px;
  min-height: 325px;
  max-height: 325px;
}

.swiper-slide._4 {
  background-image: url('../images/Gradient-4.png');
  background-position: 0 0;
  background-size: cover;
  border-width: 0;
  width: auto;
  min-width: auto;
  height: 325px;
  min-height: 325px;
  max-height: 325px;
}

.text-block-2 {
  color: #fff;
  font-size: 15px;
  font-weight: 200;
  text-decoration: underline;
}

.slide-number {
  color: #fff;
  margin-top: 0;
  font-size: 75px;
  font-weight: 400;
  line-height: 80px;
}

.text-block-3 {
  color: #fff;
  font-size: 25px;
  font-weight: 200;
  line-height: 30px;
}

.paragraph {
  color: #fff;
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.home-process {
  background-color: #000;
  padding: 150px 50px;
}

.heading-process {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.processbutton {
  opacity: 1;
  color: #f1f1f1cc;
  background-color: #535353e6;
  border: 0 solid #000;
  border-bottom-color: #f1f1f1;
  border-radius: 20px;
  padding: 7.5px 12.5px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: none;
  box-shadow: inset 0 0 3px #ffffff80;
}

.processbutton:hover {
  opacity: 1;
}

.home-skills {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 115px 0 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.skill-scroller {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.skills {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-left: 1px solid #fff;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 45%;
  height: 500px;
  padding-left: 25px;
  display: flex;
  position: sticky;
  top: 200px;
}

.skillsdiv {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
  position: sticky;
}

.text-block-4 {
  color: #cecece;
  font-size: 17.5px;
  font-weight: 300;
}

.scroller {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 35%;
  height: 100%;
  display: flex;
  position: sticky;
  top: 200px;
}

.div-block {
  border: 3px solid #fff;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  margin-right: -200px;
}

.home-projects {
  z-index: 25;
  grid-column-gap: 250px;
  grid-row-gap: 250px;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 0 50px 100px;
  display: flex;
  position: relative;
}

.home-projectsheading {
  z-index: 2;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 200px;
  display: flex;
  position: sticky;
  top: 40%;
}

.home-projects-image {
  z-index: 3;
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex-flow: column;
  width: 100%;
  padding-bottom: 500px;
  display: flex;
  position: relative;
}

.projectimage-wrapper1 {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.hpimg1 {
  z-index: 2;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  border: 0 solid #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 400px;
  height: 250px;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 0 5px 1px #fff3;
}

.projectimage-wrapper2 {
  z-index: 2;
  width: 100%;
  position: static;
}

.projectimage-wrapper3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-top: -250px;
  padding-bottom: 700px;
  display: flex;
  position: static;
}

.hpimg2, .hpimg3 {
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 400px;
  height: 250px;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 0 5px 1px #fff3;
}

.footer {
  z-index: 2;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 100px 50px 15px;
  display: flex;
  position: relative;
}

.slides-background {
  z-index: -1;
  background-color: #6061ad;
  background-image: url('../images/Gradient.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image {
  -webkit-backdrop-filter: invert();
  backdrop-filter: invert();
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-left: 25px;
  position: fixed;
  inset: 0% auto auto 0%;
  transform: rotate(0);
}

.button {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #2e2e2e00;
  border-radius: 5px;
  padding: 3px 5px;
  font-size: 15px;
  font-weight: 400;
}

.button:hover {
  opacity: .6;
}

.button-2 {
  color: #fffc;
  background-color: #0000;
  border-radius: 0;
  flex: none;
  width: 90px;
  margin-left: 0;
  margin-right: auto;
  padding: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .3s;
  overflow: hidden;
}

.button-2:hover {
  opacity: 1;
}

.button-2:lang(fr-ca) {
  max-height: 20px;
  font-size: 15px;
  line-height: 20px;
}

.button-2.fr {
  width: 115px;
}

.logonamewrapper {
  z-index: 3;
  color: #fff;
  padding-left: 10px;
  position: static;
}

.logonameover {
  position: absolute;
  inset: 0%;
}

.logonameover.pointerout {
  background-image: linear-gradient(90deg, #000, #fff0 31%);
}

.logoimagewrapper {
  z-index: 5;
  background-color: #0000;
  position: relative;
}

.text-span {
  letter-spacing: 5px;
  text-transform: none;
  word-break: normal;
  overflow-wrap: normal;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-style: normal;
  font-weight: 200;
  text-decoration: none;
}

.link-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 20px;
  padding: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
  overflow: hidden;
}

.link-block:hover {
  opacity: .5;
}

.menulink1 {
  color: #fff;
  mix-blend-mode: normal;
  background-color: #0000;
  border-radius: 20px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  padding: 5px 7.5px;
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .3s cubic-bezier(.77, 0, .175, 1);
}

.menulink1:hover {
  opacity: 1;
}

.menulink1:active {
  opacity: 1;
  color: #fff;
  background-color: #0000;
  border: 0 solid #000;
}

.menulink1.w--current {
  color: #ffffffbf;
}

.link-block-2 {
  color: #fff;
  background-color: #2e2e2e00;
  border-radius: 5px;
  padding: 3px 5px;
  font-size: 15px;
  text-decoration: none;
  transition: opacity .3s;
}

.link-block-2:hover {
  opacity: .5;
}

.div-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 20px;
  display: flex;
  overflow: hidden;
}

.text-block-5 {
  color: #fff;
  font-size: 15px;
}

.menulink2 {
  color: #fff;
  background-color: #0000;
  border-radius: 20px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  padding: 5px 7.5px;
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .3s cubic-bezier(.77, 0, .175, 1);
}

.menulink2:hover {
  opacity: 1;
}

.menulink2:active {
  color: #fff;
  background-color: #0000;
}

.menulink2.w--current {
  color: #ffffffbf;
}

.lottie-animation {
  width: 175px;
}

.lottie-animation-2 {
  width: 150px;
}

.texttest {
  color: #000;
  mix-blend-mode: normal;
  font-size: 20px;
  font-weight: 700;
}

.t {
  color: #000;
}

.t.texttest {
  position: fixed;
}

.logoname {
  z-index: 1000;
  color: #fff;
  margin-left: 75px;
  font-family: Inter, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  position: fixed;
}

.logosvg {
  z-index: 1000;
  width: 100%;
  margin-left: 0;
  position: static;
}

.transition {
  z-index: 10000;
  opacity: 1;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.transitionlogo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 0 solid #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.text-block-6 {
  color: #000;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}

.image-2 {
  width: 40px;
  height: 40px;
}

.trlogoname {
  opacity: 1;
  color: #000;
  font-size: 40px;
  font-weight: 500;
  line-height: 30px;
}

.transition-trigger {
  display: none;
}

.text-span-2 {
  font-family: Inter, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.scrolltext1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

.swiperbtn {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 50px;
  padding-right: 50px;
  display: flex;
}

.swiper-btn-next {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  transition: opacity .3s;
}

.swiper-btn-next:hover {
  opacity: .5;
}

.swiper-btn-prev {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  transition: opacity .3s;
}

.swiper-btn-prev:hover {
  opacity: .5;
}

.div-block-3 {
  flex-flow: row;
  display: flex;
  overflow: hidden;
}

.div-block-4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: space-between;
  width: 100vw;
  display: flex;
}

.typewriter-text {
  z-index: 20;
  color: #fff;
  text-align: center;
  font-family: Inter, Arial, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  position: relative;
}

.typewriter-text.bold {
  color: #fff;
  font-weight: 500;
}

.paragraph-2 {
  opacity: 0;
  color: #fff;
  margin-top: 25px;
  margin-bottom: 0;
  font-weight: 300;
  display: flex;
}

.containernumbers {
  z-index: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 250px;
  display: flex;
  position: relative;
}

.containerbox {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  display: flex;
}

.containerbox._1 {
  z-index: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  position: relative;
}

.containerbox._1-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  width: 55%;
  height: auto;
}

.containerbox._1-11, .containerbox._1-12 {
  background-color: #000;
}

.containerbox._2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
}

.containerbox.cb1-2 {
  border-radius: 10px;
  width: 45%;
}

.numberbox {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  outline-offset: 0px;
  background-color: #222;
  border: 0 solid #000;
  border-radius: 10px;
  outline: 3px #333;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.numberbox._1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #222;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}

.numberbox._2 {
  background-color: #222;
  border-radius: 10px;
  width: 100%;
}

.numberbox._3 {
  background-color: #222;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 33.3%;
}

.text-block-7 {
  color: #000;
  font-size: 90px;
  font-weight: 300;
  line-height: 90px;
}

.text-block-8 {
  color: #000;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
}

.box {
  background-color: #000;
}

.box._1 {
  width: 33.3%;
}

.box._2 {
  width: 20%;
}

.box._3 {
  width: 40%;
}

.box._4 {
  width: 60%;
}

.heading-2 {
  color: #fff;
  font-weight: 500;
}

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

.counter1 {
  color: #000;
  font-family: Inter, Arial, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.text-block-10 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
}

.paragraph-3 {
  color: #000;
  text-align: right;
  width: 60%;
  min-width: 55%;
  font-family: Inter, Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.2;
}

.div-block-6 {
  justify-content: space-between;
  display: flex;
}

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

.counter3 {
  color: #000;
  font-family: Inter, Arial, sans-serif;
  font-size: 85px;
  font-weight: 300;
  line-height: 85px;
}

.text-block-10-copy {
  color: #000;
  text-align: right;
  width: 50%;
  font-size: 35px;
  font-weight: 300;
  line-height: 35px;
}

.paragraph-4 {
  color: #000;
  font-family: Inter, Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.2;
}

.textblock3 {
  color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  display: flex;
}

.text-block-12 {
  color: #000;
  text-align: center;
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2;
}

.numberbox3 {
  z-index: 0;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  outline-offset: 0px;
  background-color: #0000;
  background-image: radial-gradient(circle at 100% 0, #cec62d, #dadada 62%);
  border: 0 solid #000;
  border-radius: 10px;
  outline: 3px #333;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
  position: static;
  box-shadow: inset 0 0 3px 1px #ffffff40;
}

.numberbox3._1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #222;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}

.numberbox3._2 {
  background-color: #222;
  border-radius: 10px;
  width: 100%;
}

.numberbox3._3 {
  background-color: #222;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 33.3%;
}

.numberbox1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  outline-offset: 0px;
  background-color: #111;
  background-image: radial-gradient(circle at 50% 200%, #49c510, #dadada 73%);
  border: 0 solid #000;
  border-radius: 10px;
  outline: 3px #333;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: inset 0 0 3px 1px #ffffff40;
}

.numberbox1._1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #222;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}

.numberbox1._2 {
  background-color: #222;
  border-radius: 10px;
  width: 100%;
}

.numberbox1._3 {
  background-color: #222;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 33.3%;
}

.numberbox2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  outline-offset: 0px;
  background-color: #111;
  background-image: linear-gradient(#53a2a3, #dadada 46%);
  border: 0 solid #000;
  border-radius: 10px;
  outline: 3px #333;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: inset 0 0 3px 1px #ffffff40;
}

.numberbox2._1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #222;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}

.numberbox2._2 {
  background-color: #222;
  border-radius: 10px;
  width: 100%;
}

.numberbox2._3 {
  background-color: #222;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 33.3%;
}

.numberbox4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  outline-offset: 0px;
  background-color: #111;
  background-image: radial-gradient(circle at -50% 100%, #c72a2a, #dadada 77%);
  border: 0 solid #000;
  border-radius: 10px;
  outline: 3px #333;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 33.3%;
  padding: 20px;
  display: flex;
  box-shadow: inset 0 0 3px 1px #ffffff40;
}

.numberbox4._1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #222;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}

.numberbox4._2 {
  background-color: #222;
  border-radius: 10px;
  width: 100%;
}

.numberbox4._3 {
  background-color: #222;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 33.3%;
}

.numberbox5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  outline-offset: 0px;
  background-color: #111;
  background-image: radial-gradient(circle, #433a85, #dadada 83%);
  border: 0 solid #000;
  border-radius: 10px;
  outline: 3px #333;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 33.3%;
  padding: 20px;
  display: flex;
  box-shadow: inset 0 0 3px 1px #ffffff40;
}

.numberbox5._1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #222;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}

.numberbox5._2 {
  background-color: #222;
  border-radius: 10px;
  width: 100%;
}

.numberbox5._3 {
  background-color: #222;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 33.3%;
}

.numberbox6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  outline-offset: 0px;
  background-color: #111;
  background-image: linear-gradient(325deg, #ff6f00, #dadada 70%);
  border: 0 solid #000;
  border-radius: 10px;
  outline: 3px #333;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 33.3%;
  padding: 20px;
  display: flex;
  box-shadow: inset 0 0 3px 1px #ffffff40;
}

.numberbox6._1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #222;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}

.numberbox6._2 {
  background-color: #222;
  border-radius: 10px;
  width: 100%;
}

.numberbox6._3 {
  background-color: #222;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 33.3%;
}

.textblock1 {
  opacity: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.textblock2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-10 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.textblock6 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  display: flex;
}

.textblock5 {
  color: #000;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  font-family: Inter, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  display: block;
}

.textblock4 {
  color: #000;
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  font-family: Inter, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  display: block;
}

.counter2 {
  color: #000;
  font-family: Inter, Arial, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.counter6 {
  color: #000;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.text-10-mobile {
  color: #fff;
  text-align: right;
  width: 50%;
  font-size: 35px;
  font-weight: 200;
  line-height: 35px;
  display: none;
}

.mainspan1 {
  color: #fff;
}

.mainspan1:lang(fr-ca), .mainspan2:lang(fr-ca) {
  font-size: 60px;
  line-height: 1.2;
}

.mobilebottomnav {
  z-index: 500;
  background-color: #fff0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.navmenumobile {
  z-index: 1000;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  mix-blend-mode: normal;
  background-color: #63636300;
  border: .3px #ffffff57;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 25px;
  padding: 5px;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.text-block-13 {
  display: none;
}

.skillsbox {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: static;
  top: auto;
}

.skillstitles {
  z-index: 2;
  grid-column-gap: 17.5px;
  grid-row-gap: 17.5px;
  border-left: 0 solid #fff;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 40%;
  height: 60vh;
  padding-left: 15px;
  display: flex;
  position: sticky;
  top: 200px;
}

.head3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
  position: sticky;
  top: 225px;
}

.head3.headweb {
  color: #fff;
  padding-left: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  position: static;
}

.head3.headaf {
  color: #fff;
  padding-left: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  position: static;
  top: 275px;
}

.head3.headseo {
  color: #fff;
  padding-left: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  position: static;
  top: 325px;
}

.head3.headconv {
  color: #fff;
  padding-left: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  position: static;
  top: 375px;
}

.div-block-11 {
  z-index: 2;
  grid-column-gap: 250px;
  grid-row-gap: 250px;
  border-right: 0 solid #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 45%;
  height: auto;
  padding-top: 700px;
  padding-bottom: 700px;
  display: flex;
  position: relative;
}

.div-block-12 {
  background-color: #9c0000;
}

.pwd {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.line1 {
  background-color: #fff;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.skillslink {
  opacity: 1;
  color: #fff;
  background-color: #0000;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  margin-top: 0;
  padding: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.skillslink:hover {
  opacity: 1;
}

.paf, .pseo, .pconv, .pwebd {
  opacity: 1;
  color: #fff;
  margin-bottom: 0;
  font-size: 22.5px;
  font-weight: 300;
  line-height: 1.2;
}

.topnumbers {
  vertical-align: text-top;
  margin-left: 0;
  margin-right: 5px;
  font-size: 15px;
  position: static;
}

.text-span-8 {
  vertical-align: text-top;
  margin-right: 5px;
  font-size: 17.5px;
  display: inline;
}

.topnumbers1, .topnumbers2, .topnumbers3, .topnumbers4 {
  vertical-align: text-top;
  margin-left: 0;
  margin-right: 5px;
  font-size: 15px;
  position: static;
}

.ss1, .ss2, .ss3, .ss4 {
  z-index: 10;
  color: #fff;
  width: 10px;
  margin-bottom: -15px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  position: relative;
}

.circleani {
  z-index: 1;
  opacity: .5;
  background-color: #0000;
  justify-content: flex-end;
  width: auto;
  height: 315px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 300px 0% 0% auto;
  overflow: visible;
}

.hc1 {
  z-index: 1;
  opacity: 1;
  background-color: #cc1a1a;
  background-image: radial-gradient(circle at 100%, #2c0000 22%, red);
  border-radius: 150px 15px 15px 150px;
  width: 150px;
  height: 100%;
  margin-right: -15px;
  position: relative;
}

.hc1.gtest {
  opacity: 0;
  background-image: radial-gradient(circle at 100% 0, #360000 40%, red);
  border-radius: 175px 5px 5px 175px;
}

.hc2 {
  z-index: 1;
  opacity: 1;
  background-color: #cc1a1a;
  background-image: radial-gradient(circle at 100%, #4e4a00 38%, #ffe100);
  border-radius: 150px 15px 15px 150px;
  width: 150px;
  height: 100%;
  margin-right: -25px;
  position: relative;
}

.hc2.gty {
  opacity: 0;
  background-image: radial-gradient(circle at 100% 0, #494100 40%, #ffe100);
  border-radius: 175px 5px 5px 175px;
}

.hc3 {
  z-index: 1;
  opacity: 1;
  background-color: #cc1a1a;
  background-image: radial-gradient(circle at 100%, #0b0047 38%, #4c00ff);
  border-radius: 150px 15px 15px 150px;
  width: 150px;
  height: 100%;
  margin-right: -25px;
  position: relative;
}

.hc3.gtb {
  opacity: 0;
  background-image: radial-gradient(circle at 100% 0, #09003d 40%, #4c00ff);
  border-radius: 175px 5px 5px 175px;
}

.hc4 {
  z-index: 1;
  opacity: 1;
  background-color: #cc1a1a;
  background-image: radial-gradient(circle at 100%, #004705 38%, #2f0);
  border-radius: 150px 15px 15px 150px;
  width: 150px;
  height: 100%;
  margin-right: -25px;
  position: relative;
}

.hc4.gradienttest {
  opacity: 0;
  background-image: radial-gradient(circle at 100% 0, #003504 40%, #16a800);
  border-radius: 175px 5px 5px 175px;
  width: 150px;
}

.div-block-13 {
  color: #000;
  background-color: #111111e6;
  border-radius: 15px;
  padding: 2px;
  text-decoration: none;
  box-shadow: inset 0 0 5px 1px #fff3;
}

.text-block-14 {
  color: #fff;
  margin: 10px;
  font-size: 25px;
  font-weight: 300;
  line-height: 1;
}

.text-block-15 {
  color: #fff;
  font-size: 12.5px;
  font-weight: 300;
  line-height: 1;
  text-decoration: underline;
}

.div-block-14 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  display: flex;
}

.div-block-15 {
  z-index: 25;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-block-16 {
  background-color: #000000bf;
}

.link-block-3 {
  z-index: 25;
  color: #fff;
  background-color: #111111e6;
  border-radius: 15px;
  padding: 2px;
  text-decoration: none;
  position: relative;
  box-shadow: inset 0 0 5px 1px #fff3;
}

.text-block-16 {
  margin: 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
}

.projectsbutton {
  opacity: 1;
  color: #f1f1f1cc;
  background-color: #535353cc;
  border: 0 solid #000;
  border-bottom-color: #f1f1f1;
  border-radius: 20px;
  padding: 7.5px 12.5px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: none;
  box-shadow: inset 0 0 3px #ffffff80;
}

.projectheading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
}

.projectheading.white {
  color: #fff;
  text-align: center;
  font-size: 75px;
  font-weight: 300;
  line-height: 1;
  position: static;
  top: 100px;
}

.projectheading.wwd {
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  position: sticky;
  top: 75px;
}

.footerlogo {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-17 {
  color: #fff;
  font-size: 16vw;
  font-weight: 400;
  line-height: 1;
}

.image-3 {
  width: 200px;
}

.div-block-17 {
  margin-bottom: 25px;
  display: flex;
}

.ftlogotext {
  color: #fff;
  width: auto;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
}

.link {
  color: #fff9;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .3s cubic-bezier(.77, 0, .175, 1);
}

.link:hover {
  opacity: .7;
}

.div-block-18 {
  justify-content: space-between;
  width: 100%;
  margin-top: 185px;
  display: flex;
}

.div-block-19, .div-block-20 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.text-block-19 {
  font-size: 10px;
}

.ftemail {
  color: #fff;
  width: auto;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
}

.div-block-21 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-22 {
  display: flex;
}

.text-block-20 {
  color: #fff;
  font-size: 50px;
  display: none;
}

.text-block-171st {
  color: #fff;
  font-size: 16vw;
  font-weight: 400;
  line-height: 1;
}

.contactsection {
  z-index: 20;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #000;
  flex-flow: column;
  padding: 100px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contactheadings {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-block-21 {
  color: #fff;
  width: auto;
  font-size: 25px;
  font-weight: 200;
  line-height: 1.25;
}

.heading-3 {
  color: #fff;
  max-width: none;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
}

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

.basicinfo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  display: flex;
}

.form1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.qt1 {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  background-color: #53535340;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33%;
  padding: 25px;
  display: flex;
}

.qt1.b1 {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  background-color: #53535340;
  width: 33%;
  box-shadow: inset 0 0 5px #ffffff40;
}

.qt1.b2, .qt1.b3 {
  background-color: #53535340;
  box-shadow: inset 0 0 5px #ffffff40;
}

.text-block-22 {
  color: #fff;
  font-size: 30px;
  font-weight: 200;
  line-height: 1;
}

.text-field {
  color: #fff;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #fff;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 20px;
  font-weight: 200;
  transition: opacity .5s cubic-bezier(.77, 0, .175, 1);
}

.text-field:hover {
  opacity: .5;
}

.text-field:active, .text-field:focus {
  border-bottom-color: #fff;
}

.qt2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #3a3a3a;
  border-radius: 15px;
  flex-flow: column;
  padding: 25px;
  display: flex;
  box-shadow: inset 0 0 5px #ffffff40;
}

.advancedandbutton {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.qt3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.checkbox {
  z-index: 1;
  opacity: 1;
  cursor: pointer;
  background-color: #5353531a;
  border: 0 solid #000;
  border-radius: 25px;
  width: auto;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: background-color .3s cubic-bezier(.77, 0, .175, 1);
  display: block;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 0 5px #ffffff40;
}

.checkbox:hover {
  background-color: #5353531a;
}

.checkbox.w--redirected-checked {
  cursor: pointer;
  background-color: #535353cc;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-focus {
  border-width: 0;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.c2 {
  cursor: pointer;
}

.checkbox.c2:hover {
  background-color: #5353531a;
}

.checkbox.c2.w--redirected-checked {
  background-color: #535353cc;
}

.checkbox.c3:hover {
  background-color: #5353531a;
}

.checkbox.c3.w--redirected-checked {
  background-color: #535353cc;
}

.checkbox.c4, .checkbox.c4:hover {
  background-color: #5353531a;
}

.checkbox.c4.w--redirected-checked {
  background-color: #535353cc;
}

.checkbox-field {
  background-color: #0000;
  border-radius: 15px;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding: 0;
}

.checkboxtext {
  z-index: 2;
  opacity: .5;
  color: #fff;
  background-color: #0000;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  transition: opacity .3s cubic-bezier(.77, 0, .175, 1);
  position: relative;
}

.text-block-23 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.selectbox {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding: 15px;
  transition: background-color .3s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
}

.div-block-23 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, auto) minmax(0, auto) minmax(0, auto) repeat(auto-fit, minmax(0, auto));
  grid-template-areas: ". . . . Area-2"
                       "Area . . . .";
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: flex-start start;
  width: auto;
  display: grid;
}

.featuresreferences {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 100px;
  display: flex;
}

.text-block-24, .text-block-25 {
  font-size: 12.5px;
}

.submitbtn {
  background-color: #0000;
  border-radius: 15px;
  width: 100%;
  padding: 25px;
  transition: background-color .5s cubic-bezier(.77, 0, .175, 1);
  display: block;
  position: absolute;
  inset: 0%;
}

.submitbtn:hover {
  opacity: 1;
  background-color: #000000b3;
}

.qbutton {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #0015ff40;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  padding: 25px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 3px #ffffff40;
}

.text-block-26 {
  color: #fff;
}

.text-block-27 {
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  line-height: 1;
}

.text-block-28 {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.2;
}

.contacth1 {
  color: #fff;
  max-width: none;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
}

.contacth2 {
  color: #fff;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 200;
  line-height: 1.2;
}

.div-block-24 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: minmax(auto, auto) minmax(auto, auto);
  grid-template-columns: minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto);
  grid-auto-columns: 1fr;
  place-content: start;
  justify-items: start;
  width: 100%;
  display: grid;
}

.bigwrapperbtn, .smallwrapperbtn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.buttonwrapper1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.buttonwrapper2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.div-block-25 {
  width: 100%;
}

.heading-5 {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
}

.navbarline {
  background-color: #ffffff80;
  border-radius: 20px;
  width: 1px;
  height: 20px;
  margin-left: 5px;
}

.navmenumob {
  z-index: 1000;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  mix-blend-mode: normal;
  background-color: #111111e6;
  border: .3px #ffffff57;
  border-radius: 25px;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 25px;
  padding: 7.5px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
  box-shadow: inset 0 0 5px 1px #fff3;
}

.div-block-27 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h3wrap.n1, .h3wrap.n2, .h3wrap.n3, .h3wrap.n4 {
  opacity: 1;
}

.numberbox1-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  outline-offset: 0px;
  background-color: #111111f2;
  border: 0 solid #000;
  border-radius: 10px;
  outline: 3px #333;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: inset 0 0 3px 1px #ffffff80;
}

.numberbox1-copy._1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #222;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}

.numberbox1-copy._2 {
  background-color: #222;
  border-radius: 10px;
  width: 100%;
}

.numberbox1-copy._3 {
  background-color: #222;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 33.3%;
}

.counter1-copy {
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.text-block-10-co535y {
  color: #fff;
  text-align: right;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.numberbox2-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  outline-offset: 0px;
  background-color: #111111f2;
  border: 0 solid #000;
  border-radius: 10px;
  outline: 3px #333;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: inset 0 0 3px 1px #ffffff80;
}

.numberbox2-copy._1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #222;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}

.numberbox2-copy._2 {
  background-color: #222;
  border-radius: 10px;
  width: 100%;
}

.numberbox2-copy._3 {
  background-color: #222;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 33.3%;
}

.counter2-copy {
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.text-block-10-copy {
  color: #000;
  text-align: right;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
}

.paragraph-3-copy {
  color: #fff;
  text-align: right;
  width: 60%;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
}

.numberbox3-copy {
  z-index: 0;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  outline-offset: 0px;
  background-color: #111111f2;
  border: 0 solid #000;
  border-radius: 10px;
  outline: 3px #333;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
  position: static;
  box-shadow: inset 0 0 3px 1px #ffffff80;
}

.numberbox3-copy._1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #222;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}

.numberbox3-copy._2 {
  background-color: #222;
  border-radius: 10px;
  width: 100%;
}

.numberbox3-copy._3 {
  background-color: #222;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 33.3%;
}

.counter3-copy {
  color: #fff;
  font-size: 85px;
  font-weight: 400;
  line-height: 85px;
}

.text-block-10-copy-copy {
  color: #fff;
  text-align: right;
  width: 50%;
  font-size: 35px;
  font-weight: 300;
  line-height: 35px;
}

.paragraph-4-copy {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
}

.numberbox4-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  outline-offset: 0px;
  background-color: #111111f2;
  border: 0 solid #000;
  border-radius: 10px;
  outline: 3px #333;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 33.3%;
  padding: 20px;
  display: flex;
  box-shadow: inset 0 0 3px 1px #ffffff80;
}

.numberbox4-copy._1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #222;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}

.numberbox4-copy._2 {
  background-color: #222;
  border-radius: 10px;
  width: 100%;
}

.numberbox4-copy._3 {
  background-color: #222;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 33.3%;
}

.textblock4-copy {
  color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  display: flex;
}

.numberbox5-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  outline-offset: 0px;
  background-color: #111111f2;
  border: 0 solid #000;
  border-radius: 10px;
  outline: 3px #333;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 33.3%;
  padding: 20px;
  display: flex;
  box-shadow: inset 0 0 3px 1px #ffffff80;
}

.numberbox5-copy._1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #222;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}

.numberbox5-copy._2 {
  background-color: #222;
  border-radius: 10px;
  width: 100%;
}

.numberbox5-copy._3 {
  background-color: #222;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 33.3%;
}

.textblock5-copy {
  color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  display: flex;
}

.numberbox6-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  outline-offset: 0px;
  background-color: #111111f2;
  border: 0 solid #000;
  border-radius: 10px;
  outline: 3px #333;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 33.3%;
  padding: 20px;
  display: flex;
  box-shadow: inset 0 0 3px 1px #ffffff80;
}

.numberbox6-copy._1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #222;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}

.numberbox6-copy._2 {
  background-color: #222;
  border-radius: 10px;
  width: 100%;
}

.numberbox6-copy._3 {
  background-color: #222;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 33.3%;
}

.text-block-12-copy {
  color: #fff;
  text-align: center;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
}

.counter6-copy {
  color: #fff;
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
}

.containernumbers-copy {
  z-index: auto;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 200px;
  display: flex;
  position: relative;
}

.containerbox-copy._1-11, .containerbox-copy._1-12 {
  background-color: #000;
}

.containerbox-copy._2-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  width: 100%;
}

.containerbox-copy._1-11, .containerbox-copy._1-12 {
  background-color: #000;
}

.containerbox-copy._1-copy {
  z-index: auto;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  position: relative;
}

.containerbox-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  display: flex;
}

.containerbox-copy._1 {
  z-index: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  position: relative;
}

.containerbox-copy._1-1 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  width: 55%;
  height: auto;
}

.containerbox-copy._1-11, .containerbox-copy._1-12 {
  background-color: #000;
}

.containerbox-copy._2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
}

.containerbox-copy.cb1-2 {
  border-radius: 10px;
  width: 45%;
}

.textblock10cc {
  color: #000;
  text-align: left;
  width: auto;
  max-width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 1.2;
}

.body-2 {
  background-color: #000;
}

.slwrap1 {
  margin-top: 25px;
}

.body-3 {
  color: #fff;
  background-color: #000;
  font-family: Inter, Arial, sans-serif;
}

.capabilitiesheading {
  z-index: 1;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: -55px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Inter, Arial, sans-serif;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bigtext1 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-top: 75px;
  display: flex;
  position: fixed;
  overflow: hidden;
}

.bt1 {
  color: #fff;
  text-align: center;
  background-color: #000;
  margin-top: 0;
  font-size: 250px;
  font-weight: 600;
  line-height: 1;
  box-shadow: 0 0 10px 50px #0003;
}

.bt1._2 {
  z-index: 1;
  box-shadow: none;
  color: #ffffff80;
  margin-top: -275px;
  margin-bottom: 0;
  position: relative;
}

.bt1._1 {
  z-index: 2;
  box-shadow: none;
  color: #ffffffe6;
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#000 51%, #000c 63%, #0000);
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 200px;
  position: relative;
}

.div-block-29 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-30 {
  background-color: #fff;
  width: 45%;
  height: 2px;
}

.text-block-30 {
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
}

.textcover {
  z-index: 3;
  background-image: linear-gradient(0deg, #000, #0009 55%, #03030366);
  display: none;
  position: absolute;
  inset: 0%;
}

.bt1-copy {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 250px;
  font-weight: 600;
  line-height: 1;
}

.p5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 400;
  line-height: 1.1;
}

.para1wrap {
  z-index: 3;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 80vh;
  display: flex;
  position: relative;
}

.text-block-31 {
  letter-spacing: normal;
  -webkit-text-stroke-width: 0px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.textcover2 {
  z-index: 4;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-32 {
  background-image: linear-gradient(0deg, #000, #000000b3 50%, #0000);
  height: 200px;
}

.div-block-33 {
  height: 10%;
}

.div-block-34 {
  background-color: #000;
  height: 80%;
}

.menulink3 {
  color: #fff;
  background-color: #0000;
  border-radius: 20px;
  margin-left: 2.5px;
  margin-right: 7.5px;
  padding: 5px 7.5px;
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .3s cubic-bezier(.77, 0, .175, 1);
}

.menulink3:hover {
  opacity: 1;
}

.menulink3:active {
  color: #fffc;
  background-color: #535353cc;
  box-shadow: inset 0 0 3px #ffffff80;
}

.menulink1-copy {
  color: #fff;
  mix-blend-mode: normal;
  background-color: #0000;
  border-radius: 20px;
  margin-right: 2.5px;
  padding: 5px 7.5px;
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .3s cubic-bezier(.77, 0, .175, 1);
}

.menulink1-copy:hover {
  opacity: 1;
}

.menulink1-copy:active {
  color: #fffc;
  background-color: #535353cc;
  box-shadow: inset 0 0 3px #ffffff80;
}

.text-span-9, .text-span-10, .text-span-11 {
  font-size: 22.5px;
  font-style: normal;
  font-weight: 400;
}

.treegraphsection {
  z-index: 1;
  background-color: #0000;
  padding: 200px 20px;
  position: relative;
  overflow: hidden;
}

.treecontainer {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template: "Area"
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-node {
  background-color: #0000;
}

.text-node.pos1 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  border: 0 solid #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 150px 25px -150px;
  padding: 0;
  display: flex;
  position: relative;
}

.text-node.pos2 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  border: 0 solid #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 140%;
  margin: 25px;
  padding: 0;
  display: flex;
  position: relative;
}

.text-node.pos3 {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #000;
  border: 0 solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 140%;
  margin: 75px 25px 25px 100px;
  padding: 0 0 0 25px;
  display: flex;
  position: relative;
}

.text-node.pos4 {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  border: 0 solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin: -50px 25px 25px;
  padding: 0 0 0 25px;
  display: flex;
  position: relative;
}

.text-node.pos8 {
  z-index: 2;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #000;
  border: 0 solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin: 100px 50px 25px 25px;
  padding: 0 0 0 25px;
  display: flex;
  position: relative;
}

.text-node.pos7 {
  z-index: 2;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #000;
  border: 0 solid #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: -100px 25px 25px;
  padding: 25px 0 0;
  display: flex;
  position: relative;
}

.text-node.pos6 {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #000;
  border: 0 solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 150%;
  margin: 75px 25px 25px calc(25px - 25%);
  padding: 25px 0 0;
  display: flex;
  position: relative;
}

.text-node.pos5 {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  border: 0 solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: -100px 25px 25px 0;
  padding: 0;
  display: flex;
  position: relative;
}

.center-node {
  z-index: 2;
  background-color: #0000;
  border: 0 solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 75px 25px 25px;
  padding: 0;
  display: flex;
  position: relative;
}

.logolink {
  z-index: 1000;
  width: 40px;
  max-width: 100%;
  margin-left: 25px;
  position: fixed;
}

.tree-graph {
  background-color: #0000;
  padding-top: 0;
}

.text-block-32 {
  text-align: center;
  background-color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 25px;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
}

.text-block-33 {
  z-index: 2;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.text-block-33.small {
  background-color: #000;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 40px;
  font-weight: 400;
}

.text-block-33.small.s1 {
  margin-bottom: 0;
  padding-left: 25px;
}

.text-block-33.s1 {
  margin-bottom: -20px;
}

.pwtitles {
  text-align: right;
  font-size: 22.5px;
  font-weight: 300;
  line-height: 1.2;
}

.pwtitles.right {
  text-align: right;
  background-color: #000;
  width: 125%;
  padding-top: 25px;
}

.pwtitles.left {
  text-align: left;
  line-height: 30px;
}

.pwtitles.left._1 {
  line-height: 1.2;
}

.pwtitles.center {
  text-align: center;
  font-size: 22.5px;
  line-height: 30px;
}

.pwtitles.center._2 {
  text-align: center;
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.2;
}

.pwtitles.small {
  text-align: right;
  font-size: 17.5px;
}

.pwtitles.small.node8 {
  text-align: left;
}

.text-span-12 {
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.div-block-35 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-bottom: 25px;
  padding-bottom: 0;
  display: flex;
}

.pwtexts {
  max-width: 50%;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.2;
}

.pwtexts.left {
  text-align: center;
  background-color: #000;
  max-width: none;
  padding-bottom: 25px;
  font-size: 15px;
}

.pwtexts._2 {
  max-width: none;
  margin-top: 15px;
  font-size: 15px;
}

.pwtexts._3 {
  text-align: right;
  background-color: #000;
  width: auto;
  max-width: none;
  margin-top: 0;
  padding-top: 15px;
  font-size: 15px;
}

.processsection {
  z-index: 1;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 100px 50px 300px;
  display: flex;
  position: relative;
}

.processheadings {
  z-index: 10;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 100px;
}

.processheading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}

.div-block-36 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sr1 {
  background-color: #fff;
  width: 20px;
  height: 1px;
}

.processnames {
  font-size: 15px;
  line-height: 1;
}

.processnames.p1, .processnames.p2, .processnames.p3, .processnames.p4 {
  margin-top: 0;
  margin-bottom: 0;
}

.processnt {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  display: flex;
  position: static;
  top: 250px;
}

.text-block-35 {
  font-size: 12px;
}

.processnumbers {
  grid-column-gap: 225px;
  grid-row-gap: 225px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 400px;
  padding-bottom: 250px;
  display: flex;
}

.text-block-36 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 250px;
  font-weight: 500;
  line-height: 1;
}

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

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

.div-block-40 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-41 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

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

.div-block-43 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.processtexts {
  flex-flow: column;
  max-width: 60%;
  margin-top: 0;
  display: flex;
  position: sticky;
  top: 350px;
}

.paragraph-5 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  position: static;
  inset: 0% 0% 0% auto;
}

.paragraph-5._1, .paragraph-5._2, .paragraph-5._3 {
  margin-bottom: 0;
  position: absolute;
}

.paragraph-5._4 {
  margin-bottom: 0;
}

.div-block-44 {
  position: relative;
}

.sr2, .sr3 {
  background-color: #fff;
  width: 20px;
  height: 1px;
}

.div-block-45 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.abilitieshead {
  z-index: 1;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Inter, Arial, sans-serif;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bigtext2 {
  z-index: 2;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  display: flex;
  position: sticky;
  top: 75px;
}

.abilitiesheading {
  z-index: 2;
  background-color: #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 1600px;
  margin-top: -55px;
  padding: 200px 50px 100px;
  font-family: Inter, Arial, sans-serif;
  font-weight: 400;
  display: flex;
  position: relative;
  inset: 0 0% 0%;
  overflow: visible;
}

.para2wrap {
  z-index: 3;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 50vh;
  margin-right: 50px;
  display: flex;
  position: absolute;
  top: 400px;
}

.pabilities {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 400;
  line-height: 1.1;
}

.tree-container-mobile {
  background-color: #000;
  display: none;
}

.tree-graph-mobile {
  background-color: #0000;
  flex-flow: column;
  padding-top: 0;
  display: none;
}

.code-embed {
  display: none;
}

.center-nodem {
  z-index: 2;
  background-color: #0000;
  border: 0 solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 75px 25px 25px;
  padding: 0;
  display: none;
  position: relative;
}

.text-nodem {
  background-color: #0000;
}

.text-nodem.pos1 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  border: 0 solid #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 150px 25px -150px;
  padding: 0;
  display: none;
  position: relative;
}

.text-nodem.pos2 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  border: 0 solid #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 140%;
  margin: 25px;
  padding: 0;
  display: none;
  position: relative;
}

.text-nodem.pos3 {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #000;
  border: 0 solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 140%;
  margin: 75px 25px 25px 100px;
  padding: 0 0 0 25px;
  display: none;
  position: relative;
}

.text-nodem.pos4 {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  border: 0 solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin: -50px 25px 25px;
  padding: 0 0 0 25px;
  display: none;
  position: relative;
}

.text-nodem.pos8 {
  z-index: 2;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #000;
  border: 0 solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin: 100px 50px 25px 25px;
  padding: 0 0 0 25px;
  display: none;
  position: relative;
}

.text-nodem.pos7 {
  z-index: 2;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #000;
  border: 0 solid #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: -100px 25px 25px;
  padding: 25px 0 0;
  display: none;
  position: relative;
}

.text-nodem.pos6 {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #000;
  border: 0 solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 150%;
  margin: 75px 25px 25px calc(25px - 25%);
  padding: 25px 0 0;
  display: none;
  position: relative;
}

.text-nodem.pos5 {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  border: 0 solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: -100px 25px 25px 0;
  padding: 0;
  display: none;
  position: relative;
}

.text-node-copy-copy {
  background-color: #0000;
}

.text-node-copy-copy.pos1 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  border: 0 solid #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 150px 25px -150px;
  padding: 0;
  display: flex;
  position: relative;
}

.text-node-copy-copy.pos2 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  border: 0 solid #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 140%;
  margin: 25px;
  padding: 0;
  display: flex;
  position: relative;
}

.text-node-copy-copy.pos3 {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #000;
  border: 0 solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 140%;
  margin: 75px 25px 25px 100px;
  padding: 0 0 0 25px;
  display: flex;
  position: relative;
}

.text-node-copy-copy.pos4 {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  border: 0 solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin: -50px 25px 25px;
  padding: 0 0 0 25px;
  display: flex;
  position: relative;
}

.text-node-copy-copy.pos8 {
  z-index: 2;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #000;
  border: 0 solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin: 100px 50px 25px 25px;
  padding: 0 0 0 25px;
  display: flex;
  position: relative;
}

.text-node-copy-copy.pos7 {
  z-index: 2;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #000;
  border: 0 solid #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: -100px 25px 25px;
  padding: 25px 0 0;
  display: flex;
  position: relative;
}

.text-node-copy-copy.pos6 {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #000;
  border: 0 solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 150%;
  margin: 75px 25px 25px calc(25px - 25%);
  padding: 25px 0 0;
  display: flex;
  position: relative;
}

.text-node-copy-copy.pos5 {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  border: 0 solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: -100px 25px 25px 0;
  padding: 0;
  display: flex;
  position: relative;
}

.text-node-copy {
  background-color: #0000;
}

.text-node-copy.pos1 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  border: 0 solid #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 150px 25px -150px;
  padding: 0;
  display: flex;
  position: relative;
}

.text-node-copy.pos2 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  border: 0 solid #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 140%;
  margin: 25px;
  padding: 0;
  display: flex;
  position: relative;
}

.text-node-copy.pos3 {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #000;
  border: 0 solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 140%;
  margin: 75px 25px 25px 100px;
  padding: 0 0 0 25px;
  display: flex;
  position: relative;
}

.text-node-copy.pos4 {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  border: 0 solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin: -50px 25px 25px;
  padding: 0 0 0 25px;
  display: flex;
  position: relative;
}

.text-node-copy.pos8 {
  z-index: 2;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #000;
  border: 0 solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin: 100px 50px 25px 25px;
  padding: 0 0 0 25px;
  display: flex;
  position: relative;
}

.text-node-copy.pos7 {
  z-index: 2;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #000;
  border: 0 solid #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: -100px 25px 25px;
  padding: 25px 0 0;
  display: flex;
  position: relative;
}

.text-node-copy.pos6 {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #000;
  border: 0 solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 150%;
  margin: 75px 25px 25px calc(25px - 25%);
  padding: 25px 0 0;
  display: flex;
  position: relative;
}

.text-node-copy.pos5 {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  border: 0 solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: -100px 25px 25px 0;
  padding: 0;
  display: flex;
  position: relative;
}

.webdev {
  z-index: 1;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #000;
  flex-flow: column;
  padding: 100px 0;
  display: flex;
  position: relative;
}

.webdevhead {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 50px;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.hwebdev {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}

.div-block-46 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wdpara {
  width: 100%;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
}

.wdimg {
  opacity: .6;
  border-radius: 10px;
  width: 60%;
  margin-right: -75px;
}

.webdevbody {
  height: 275vh;
  display: block;
  overflow: visible;
}

.scrollcamera {
  width: 100vw;
  height: 90vh;
  position: sticky;
  top: 10%;
  overflow: hidden;
}

.scrollframe {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  justify-content: flex-start;
  align-items: center;
  width: 3000px;
  height: 100%;
  padding-top: 50px;
  padding-left: 200px;
  padding-right: 150px;
  display: flex;
}

.text-block-37 {
  flex: none;
  width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 35px;
  line-height: 1.2;
}

.wditem1 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 300px;
  display: flex;
}

.div-block-47 {
  background-color: #838383;
  border-radius: 10px;
  width: 100%;
  height: 300px;
  margin-bottom: 15px;
}

.text-block-38 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.2;
}

.paragraph-6 {
  font-size: 15px;
  font-weight: 300;
}

.item5img {
  background-color: #505050;
  background-image: url('../images/publishing-representation.jpg');
  background-position: 50%;
  background-size: auto;
  border-radius: 10px;
  width: 300px;
  height: 300px;
  margin-bottom: 15px;
}

.wditem5 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 300px;
  max-width: 300px;
  display: flex;
}

.wditems {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wditem1-copy {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 300px;
  display: flex;
}

.wditem4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 300px;
  max-width: 300px;
  display: flex;
}

.item4img {
  background-color: #949494;
  background-image: url('../images/features-representation.jpg');
  background-position: 50%;
  background-size: auto;
  border-radius: 10px;
  width: 300px;
  height: 300px;
  margin-bottom: 15px;
}

.wditem3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 300px;
  max-width: 300px;
  display: flex;
}

.item3img {
  background-color: #2c2c2c;
  background-image: url('../images/development-representation.jpg');
  background-position: 50%;
  background-size: auto;
  border-radius: 10px;
  width: 300px;
  height: 300px;
  margin-bottom: 15px;
}

.wditem2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  opacity: .2;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 300px;
  max-width: 300px;
  display: flex;
}

.item2img {
  background-color: #b6b6b6;
  background-image: url('../images/design-representation.jpg');
  background-position: 50%;
  background-size: auto;
  border-radius: 10px;
  width: 300px;
  height: 300px;
  margin-bottom: 15px;
}

.item1img {
  background-color: #555;
  background-image: url('../images/wireframing-representation.png');
  background-position: 50%;
  background-size: auto;
  border-radius: 10px;
  width: 300px;
  max-width: none;
  height: 300px;
  margin-bottom: 15px;
}

.wdimages {
  display: none;
}

.item1imgmobile {
  background-color: #555;
  border-radius: 10px;
  width: 100%;
  height: 300px;
  margin-bottom: 15px;
}

.item2imgmobile {
  background-color: #b6b6b6;
  border-radius: 10px;
  width: 100%;
  height: 300px;
  margin-bottom: 15px;
}

.item3imgmobile {
  background-color: #2c2c2c;
  border-radius: 10px;
  width: 100%;
  height: 300px;
  margin-bottom: 15px;
}

.item4imgmobile {
  background-color: #949494;
  border-radius: 10px;
  width: 100%;
  height: 300px;
  margin-bottom: 15px;
}

.item5imgmobile {
  background-color: #505050;
  border-radius: 10px;
  width: 100%;
  height: 300px;
  margin-bottom: 15px;
}

.div-block-48 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-49 {
  display: none;
}

.advancedfeatures {
  z-index: 1;
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  background-color: #000;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 200px 50px 100px;
  display: flex;
  position: relative;
}

.pinimgwrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 200vh;
  display: flex;
}

.image-4 {
  width: 100vw;
  height: 100vh;
  min-height: 0;
  max-height: 100vh;
}

.afimg {
  opacity: 1;
  background-image: url('../images/coding-desktop.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 10px;
  width: 90vw;
  height: 80vh;
  position: sticky;
  top: 10vh;
}

.div-block-50 {
  background-color: #0006;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
  top: 0;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}

.afbody {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.afpara {
  text-align: left;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 300;
  line-height: 1.2;
}

.afbtnani {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.tabs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 350px;
  display: flex;
}

.tabmenu {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  height: 100%;
  padding-left: 0%;
  display: flex;
}

.tabcontent {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  height: 100%;
  display: flex;
}

.paragraph-8 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}

.btntab2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  opacity: 1;
  color: #fff6;
  background-color: #53535352;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 15px;
  transition: transform .4s;
  display: flex;
  box-shadow: inset 0 0 3px #ffffff80;
}

.btntab2.w--current {
  opacity: 1;
  background-color: #535353cc;
  width: 229.742px;
}

.text-block-39 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
}

.btntab3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  opacity: 1;
  background-color: #53535352;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 15px;
  transition: transform .4s;
  display: flex;
  box-shadow: inset 0 0 3px #ffffff80;
}

.btntab3.w--current {
  opacity: 1;
  background-color: #535353cc;
}

.text-block-40 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
}

.btntab4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  opacity: 1;
  background-color: #53535352;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 15px;
  transition: transform .4s;
  display: flex;
  box-shadow: inset 0 0 3px #ffffff80;
}

.btntab4.w--current {
  opacity: 1;
  background-color: #535353cc;
}

.text-block-41 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
}

.btntab5 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  opacity: 1;
  background-color: #53535352;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 15px;
  transition: transform .4s;
  display: flex;
  box-shadow: inset 0 0 3px #ffffff80;
}

.btntab5.w--current {
  opacity: 1;
  background-color: #535353cc;
}

.text-block-42 {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
}

.btntab1 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  opacity: 1;
  background-color: #53535352;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 15px;
  transition: transform .3s;
  display: flex;
  box-shadow: inset 0 0 3px #ffffff80;
}

.btntab1.w--current {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  opacity: 1;
  background-color: #535353cc;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 15px;
  transition-duration: .4s;
  display: flex;
  box-shadow: inset 0 0 3px #ffffff80;
}

.text-block-43 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
}

.text-block-44 {
  color: #fff;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  padding-bottom: 4px;
  font-size: 30px;
  font-weight: 200;
  line-height: 1;
  display: flex;
}

.btnplus {
  color: #fff;
  padding-bottom: 4px;
  font-size: 30px;
  font-weight: 200;
  line-height: 25px;
}

.btnplus.b1 {
  color: #fff;
  width: auto;
  padding-bottom: 0;
  font-size: 22px;
  line-height: 1.2;
  transform: scale(1.3);
}

.btnplus.b2 {
  color: #fff;
  width: auto;
  padding-bottom: 0;
  font-size: 22px;
  line-height: 1.2;
  display: flex;
  transform: scale(1.3);
}

.btnplus.b3, .btnplus.b4, .btnplus.b5 {
  color: #fff;
  padding-bottom: 0;
  font-size: 22px;
  line-height: 1.2;
  transform: scale(1.3);
}

.seo {
  z-index: 1;
  background-color: #000;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 50px;
  display: flex;
  position: relative;
}

.seowrapper {
  width: auto;
  max-width: 1000px;
}

.seocontainer {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  border: 0 solid #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  padding: 50px 75px 125px;
  display: flex;
  position: relative;
}

.seoheading {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  padding: 0;
  display: flex;
}

.headingseo {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 400;
  line-height: 1.2;
}

.seopara {
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}

.seobody {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.seocontentleft {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.seoheadingsleft {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}

.paragraph-10 {
  width: 50%;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2;
}

.seocontentright {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.paragraph-10-copy {
  text-align: right;
  width: 50%;
  max-width: 50%;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2;
}

.seocontentleft2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.seocontentright2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.seoheadingsright {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}

.conversion {
  z-index: 1;
  background-color: #000;
  padding: 100px 50px;
  position: relative;
}

.conversionbody {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.conversionbody1 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: sticky;
  top: 100px;
}

.convheading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}

.convpara {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2;
}

.conversionbody2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  height: auto;
  padding-top: 400px;
  padding-bottom: 0;
  display: flex;
}

.card1 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #929292;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 15px;
  display: flex;
}

.card1._01 {
  z-index: 1;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: 150px;
  max-height: 150px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  top: 100px;
}

.card1._02 {
  z-index: 2;
  background-color: #0000;
  height: 150px;
  max-height: 150px;
  margin-top: -237px;
  margin-bottom: 258px;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 229px;
}

.card1._03 {
  z-index: 3;
  background-color: #0000;
  height: 150px;
  max-height: 150px;
  margin-top: -108px;
  margin-bottom: 129px;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 358px;
  bottom: -300px;
}

.card1._04 {
  z-index: 4;
  background-color: #0000;
  height: 150px;
  max-height: 150px;
  margin-top: 21px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: sticky;
  top: 487px;
}

.text-block-45 {
  color: #fff;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.2;
}

.heading-7 {
  color: #000;
}

.heading-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
}

.div-block-51 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-left: 2px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  display: flex;
}

.paragraph-12 {
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
}

.div-block-52 {
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.convbody1wrap {
  align-self: auto;
  width: 45%;
  height: auto;
  min-height: auto;
  position: static;
}

.card2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #929292;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 15px;
  display: flex;
}

.card2._01 {
  z-index: 1;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: 150px;
  max-height: 150px;
  margin-bottom: 387px;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 100px;
}

.card2._02 {
  z-index: 2;
  background-color: #0000;
  height: 150px;
  max-height: 150px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  top: 209px;
}

.card2._03 {
  z-index: 3;
  background-color: #0000;
  height: 150px;
  max-height: 150px;
  margin-top: -108px;
  margin-bottom: 129px;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 358px;
  bottom: -300px;
}

.card2._04 {
  z-index: 4;
  background-color: #0000;
  height: 150px;
  max-height: 150px;
  margin-top: 21px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: sticky;
  top: 487px;
}

.card3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #929292;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 15px;
  display: flex;
}

.card3._01 {
  z-index: 1;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: 150px;
  max-height: 150px;
  margin-bottom: 387px;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 100px;
}

.card3._02 {
  z-index: 2;
  background-color: #0000;
  height: 150px;
  max-height: 150px;
  margin-top: -237px;
  margin-bottom: 258px;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 229px;
}

.card3._03 {
  z-index: 3;
  background-color: #0000;
  height: 150px;
  max-height: 150px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  top: 0;
  bottom: -300px;
}

.card3._04 {
  z-index: 4;
  background-color: #0000;
  height: 150px;
  max-height: 150px;
  margin-top: 21px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: sticky;
  top: 487px;
}

.card4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #929292;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 15px;
  display: flex;
}

.card4._01 {
  z-index: 1;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: 150px;
  max-height: 150px;
  margin-bottom: 387px;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 100px;
}

.card4._02 {
  z-index: 2;
  background-color: #0000;
  height: 150px;
  max-height: 150px;
  margin-top: -237px;
  margin-bottom: 258px;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 229px;
}

.card4._03 {
  z-index: 3;
  background-color: #0000;
  height: 150px;
  max-height: 150px;
  margin-top: -108px;
  margin-bottom: 129px;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 358px;
  bottom: -300px;
}

.card4._04 {
  z-index: 4;
  background-color: #0000;
  height: 150px;
  max-height: 150px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  top: 427px;
}

.wdparawrap {
  width: 40%;
}

.card1wrap {
  z-index: 1;
  margin-bottom: 450px;
  position: sticky;
  top: 100px;
}

.card2wrap {
  margin-top: -200px;
  margin-bottom: 300px;
  position: sticky;
  top: 250px;
}

.card3wrap {
  margin-top: -50px;
  margin-bottom: 150px;
  position: sticky;
  top: 400px;
}

.card4wrap {
  margin-top: 50px;
  position: sticky;
  top: 550px;
}

.body-4 {
  background-color: #000;
  font-family: Inter, Arial, sans-serif;
}

.prjhorizontalscroll {
  z-index: 1;
  opacity: 1;
  background-color: #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 600vh;
  margin-top: -55px;
  padding: 0;
  display: flex;
  position: relative;
}

.prjscrollcamera {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: sticky;
  top: 55px;
  overflow: hidden;
}

.section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.prjscrollframe {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: calc(100vh - 55px);
  padding: 100px 50px 100px 100px;
  display: flex;
  position: relative;
}

.pheadings {
  grid-column-gap: 37.5px;
  grid-row-gap: 37.5px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 550px;
  max-width: 550px;
  margin-right: 100px;
  display: flex;
}

.heading-9 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}

.ppara {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}

.projectcontainer {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #29333f;
  border-radius: 15px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 542px;
  min-height: 542px;
  max-height: 542px;
  padding: 25px;
  display: flex;
  box-shadow: 0 0 4px #fff3;
}

.projectcontainer.c02, .projectcontainer.c03 {
  background-color: #111111e6;
  width: 940.625px;
  box-shadow: 0 0 4px #ffffff1a;
}

.projectcontainer.c01 {
  z-index: 5;
  background-color: #111111e6;
  width: 940.625px;
  position: relative;
  box-shadow: 0 0 4px #ffffff1a;
}

.webheadings {
  color: #fff;
  text-underline-offset: 5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
  text-decoration-thickness: 3px;
}

.webheadings._02 {
  font-size: 40px;
  line-height: 72px;
}

.pbtn1 {
  color: #fff;
  text-underline-offset: 2px;
  background-color: #0000;
  border-radius: 15px;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.link-block-4 {
  text-transform: none;
  background-color: #0009;
  border-radius: 15px;
  padding: 2px;
  text-decoration: none;
}

.containervid2 {
  vertical-align: baseline;
  border-radius: 15px;
  width: auto;
  max-width: none;
  height: 320px;
  max-height: none;
  display: inline-block;
  overflow: clip;
}

.div-block-53 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.containerimg1-1 {
  background-color: #c7acac;
  border-radius: 15px;
  width: auto;
  height: 150px;
}

.image-7 {
  background-image: url('../images/development-representation.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15px;
  height: 150px;
}

.div-block-54 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-55 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-56 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 107px;
  display: flex;
}

.text-block-46 {
  color: #ffffffe6;
  text-align: center;
  background-color: #00000080;
  border-radius: 15px;
  padding: 12px;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
  box-shadow: inset 0 0 3px #ffffff26;
}

.div-block-57 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.projectspopups {
  display: flex;
}

.project1popup {
  z-index: 10;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 75px 25px 50px 50px;
  display: none;
  position: static;
  inset: 55px 0% 0%;
}

.project1popup:lang(fr-ca) {
  display: none;
}

.pbtnc1 {
  color: #fff;
  text-underline-offset: 2px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  text-decoration-thickness: 1px;
  display: block;
  position: static;
  inset: 80px 25px auto auto;
}

.popup-content {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-top: 25px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.prjpophead {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 75px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.popsection1 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.pop1head {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.phead1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.2;
}

.popupspara {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}

.casevid2 {
  background-image: url('../images/StudioGallery1.jpg');
  background-position: 0 0;
  background-size: contain;
  width: 100%;
}

.popsection2, .popsection3 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.phead1-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.2;
}

.pbtnc3 {
  color: #fff;
  text-underline-offset: 2px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  text-decoration-thickness: 1px;
  display: block;
  position: static;
  inset: 80px 25px auto auto;
}

.pbtnc1-copy, .pbtnc1-copy-copy {
  color: #fff;
  text-underline-offset: 2px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  text-decoration-thickness: 1px;
  display: block;
  position: fixed;
  inset: 80px 25px auto auto;
}

.pbtnc2 {
  color: #fff;
  text-underline-offset: 2px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  text-decoration-thickness: 1px;
  display: block;
  position: static;
  inset: 80px 25px auto auto;
}

.pbtn2, .pbtn3 {
  color: #fff;
  text-underline-offset: 2px;
  background-color: #0000;
  border-radius: 15px;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.project3popup-copy {
  z-index: 10;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding: 100px 50px 50px;
  display: none;
  position: fixed;
  inset: 55px 0% 0%;
}

.project2popup, .project3popup {
  z-index: 10;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 75px 25px 50px 50px;
  display: none;
  position: static;
  inset: 55px 0% 0%;
}

.link-block-5 {
  grid-column-gap: 7.5px;
  grid-row-gap: 7.5px;
  background-color: #535353cc;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  min-width: 0;
  margin-left: 15px;
  padding: 5px 7.5px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: inset 0 0 3px #ffffff80;
}

.link-block-5:lang(fr-ca) {
  max-height: 35px;
}

.div-block-58 {
  grid-column-gap: 7.5px;
  grid-row-gap: 7.5px;
  flex: none;
  display: flex;
}

.link-block-5-copy {
  grid-column-gap: 7.5px;
  grid-row-gap: 7.5px;
  background-color: #535353cc;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  min-width: 100px;
  margin-left: 15px;
  padding: 5px 7.5px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: inset 0 0 3px #ffffff80;
}

.buttonwrapper1mobile {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: none;
}

.fullcontact {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  padding: 50px 50px 100px;
  display: flex;
}

.qt4 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #53535340;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 25px;
  display: flex;
}

.qt4.b1, .qt4.b2, .qt4.b3 {
  background-color: #53535340;
  box-shadow: inset 0 0 5px #ffffff40;
}

.qt5 {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  background-color: #53535340;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 25px;
  display: flex;
}

.qt5.b1, .qt5.b2, .qt5.b3 {
  background-color: #53535340;
  box-shadow: inset 0 0 5px #ffffff40;
}

.textarea {
  color: #fff;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #fff;
  height: 48px;
  min-height: auto;
  max-height: none;
  margin-bottom: 0;
  padding: 8px 5px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.2;
  transition: opacity .5s;
  overflow: visible;
}

.textarea:hover {
  opacity: .5;
}

.textarea:focus {
  border-bottom-width: 1px;
  border-bottom-color: #fff;
}

.div-block-59 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  order: 0;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.text-block-47 {
  color: #fff;
  font-size: 15px;
  font-weight: 200;
  line-height: 1.2;
}

.qt6 {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  background-color: #53535340;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33%;
  padding: 25px;
  display: flex;
}

.qt6.b1 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #53535340;
  width: auto;
  padding: 25px;
  box-shadow: inset 0 0 5px #ffffff40;
}

.qt6.b2, .qt6.b3 {
  background-color: #53535340;
  box-shadow: inset 0 0 5px #ffffff40;
}

.div-block-60 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-22-copy {
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
}

.text-field-copy {
  color: #fff;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #fff;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 15px;
  font-weight: 200;
  line-height: 1.2;
  transition: opacity .5s cubic-bezier(.77, 0, .175, 1);
}

.text-field-copy:hover {
  opacity: .5;
}

.text-field-copy:active, .text-field-copy:focus {
  border-bottom-color: #fff;
}

.success-message {
  background-color: #0000;
  padding: 100px 0 0;
}

.text-block-48 {
  color: #fff;
  text-align: left;
  font-size: 60px;
  line-height: 1.2;
}

.success-message-2 {
  background-color: #0000;
  padding: 100px 0 0;
}

.tcpp {
  grid-column-gap: 250px;
  grid-row-gap: 250px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 100px 50px;
  display: flex;
}

.termsandconditions {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-10 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}

.heading-11 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}

.paragraph-13 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 1.2;
}

.text-block-49 {
  font-size: 30px;
  line-height: 1.2;
}

.paragraph-14 {
  font-size: 15px;
  font-weight: 300;
}

.div-block-61 {
  display: none;
}

.text-block-50 {
  font-size: 30px;
  line-height: 1.2;
}

.paragraph-15 {
  font-size: 15px;
  font-weight: 300;
}

.div-block-62 {
  display: none;
}

.text-block-51 {
  font-size: 30px;
  line-height: 1.2;
}

.paragraph-16 {
  font-size: 15px;
  font-weight: 300;
}

.div-block-63 {
  display: none;
}

.text-block-52 {
  font-size: 30px;
  line-height: 1.2;
}

.div-block-64 {
  display: none;
}

.text-block-53 {
  font-size: 30px;
  line-height: 1.2;
}

.div-block-65 {
  display: none;
}

.contacth3 {
  color: #fff;
  max-width: none;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
}

.contacth4 {
  color: #fff;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 200;
  line-height: 1.2;
}

.contacth4:lang(fr-ca) {
  order: 0;
}

.text-span-13, .text-span-14, .text-span-15 {
  font-size: 22px;
  font-weight: 400;
}

.text-span-16, .text-span-17, .text-span-18, .text-span-19 {
  font-size: 25px;
  font-weight: 400;
}

.homeprocess {
  z-index: 10;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -200px;
  padding: 0 50px 300px;
  display: flex;
  position: relative;
  overflow: visible;
}

.homepagebody {
  background-color: #000;
  font-family: Inter, Arial, sans-serif;
  overflow: visible;
}

.homepagebody.homepage {
  background-color: #fff;
}

.bold-text, .bold-text:lang(fr-ca) {
  font-weight: 400;
}

.text-span-24 {
  display: block;
}

.text-span-24:lang(fr-ca) {
  font-weight: 400;
  display: inline;
}

.text-span-25, .text-span-26 {
  font-weight: 400;
}

.navbarfr {
  z-index: 10000000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 65px;
  margin-top: 0;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.navbar-copy {
  z-index: 10000000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 55px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.contactsectionfr {
  z-index: 20;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #000;
  flex-flow: column;
  padding: 100px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footerfr {
  z-index: 2;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 100px 50px 15px;
  display: flex;
  position: relative;
}

.mobilebottomnavfr {
  z-index: 500;
  background-color: #fff0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.lglink {
  color: #fff9;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .3s cubic-bezier(.77, 0, .175, 1);
}

.lglink:hover {
  opacity: .7;
}

.link-copy {
  color: #fff9;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .3s cubic-bezier(.77, 0, .175, 1);
}

.link-copy:hover {
  opacity: .7;
}

.navbarline1 {
  background-color: #ffffff80;
  border-radius: 20px;
  width: 1px;
  height: 20px;
  margin-left: 5px;
}

.bold-text-2, .bold-text-3 {
  font-weight: 400;
}

.link-block-6, .link-block-7, .link-block-8, .link-block-9, .link-block-10, .link-block-11 {
  text-decoration: none;
}

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

.homevideo1 {
  z-index: 20;
  filter: blur(2px);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-top: -20px;
  margin-left: -20px;
  padding-left: 0;
  display: block;
  position: absolute;
}

.img-vid-big {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.casevid2mobile {
  width: 33.2813%;
}

.caseimg2mobile {
  width: 66.7188%;
}

.img-vid-small {
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 150px;
  display: flex;
  overflow: hidden;
}

.containervid2mobile {
  width: 33.2813%;
}

.containerimg1-2 {
  width: 66.7188%;
}

.homevideo2, .homevideo3 {
  z-index: 20;
  filter: blur(2px);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-top: -20px;
  margin-left: -20px;
  padding-left: 0;
  display: block;
  position: absolute;
}

.containervid1, .containervid3 {
  vertical-align: baseline;
  border-radius: 15px;
  width: auto;
  max-width: none;
  height: 320px;
  max-height: none;
  display: inline-block;
  overflow: clip;
}

.containervid1mobile {
  width: 33.2813%;
}

.containerimg2-1 {
  background-color: #c7acac;
  border-radius: 15px;
  width: auto;
  height: 150px;
}

.containerimg2-2 {
  width: 66.7188%;
}

.containerimg3-1 {
  background-color: #c7acac;
  border-radius: 15px;
  width: auto;
  height: 150px;
}

.containervid3mobile {
  width: 33.2813%;
}

.containerimg3-2 {
  width: 66.7188%;
}

.casevid1, .caseimg1, .caseimg2 {
  background-image: url('../images/StudioGallery1.jpg');
  background-position: 0 0;
  background-size: contain;
  width: 100%;
}

.casevid3mobile {
  width: 33.2813%;
}

.caseimg3mobile {
  width: 66.7188%;
}

.caseimg3, .casevid3 {
  background-image: url('../images/StudioGallery1.jpg');
  background-position: 0 0;
  background-size: contain;
  width: 100%;
}

.casevid1mobile {
  width: 33.2813%;
}

.caseimg1mobile {
  width: 66.7188%;
}

.text-block-54 {
  color: #fff;
  margin-top: -125px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .homeheading {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1 {
    font-size: 45px;
    line-height: 55px;
  }

  .home-about-skills {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slidesh1 {
    width: 55%;
  }

  .h2.wwd {
    z-index: 10;
    width: auto;
    font-size: 35px;
  }

  .h2.wwd.mobile {
    overflow: hidden;
  }

  .link1, .textsection1 {
    font-size: 15px;
    line-height: 15px;
  }

  .swiper-slide._3 {
    border-width: 2px;
  }

  .processbutton {
    font-size: 15px;
    line-height: 20px;
  }

  .home-skills {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    background-color: #0000;
    padding-left: 0;
    padding-right: 0;
  }

  .home-projects {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hpimg1, .hpimg2, .hpimg3 {
    width: 288px;
    height: 180px;
  }

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

  .menulink2 {
    margin-right: 2.5px;
  }

  .scrolltext1 {
    font-size: 25px;
    line-height: 30px;
  }

  .typewriter-text.bold {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
  }

  .containerbox._1-1 {
    height: 100%;
  }

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

  .text-block-10 {
    text-align: left;
    font-size: 20px;
    line-height: 20px;
  }

  .paragraph-3 {
    font-size: 15px;
  }

  .counter3 {
    font-size: 65px;
    line-height: 65px;
  }

  .text-block-10-copy {
    font-size: 25px;
    line-height: 25px;
    display: none;
  }

  .paragraph-4 {
    font-size: 15px;
  }

  .textblock3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .text-block-12 {
    line-height: 20px;
  }

  .numberbox2 {
    height: 100%;
  }

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

  .numberbox5 {
    justify-content: center;
    align-items: center;
  }

  .textblock5, .textblock4 {
    font-size: 15px;
    line-height: 20px;
  }

  .counter2, .counter6 {
    font-size: 50px;
    line-height: 50px;
  }

  .text-10-mobile {
    color: #000;
    text-align: left;
    width: auto;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    display: flex;
  }

  .skillstitles {
    padding-left: 10px;
  }

  .head3.headweb, .head3.headaf, .head3.headseo, .head3.headconv {
    font-size: 22.5px;
  }

  .div-block-11 {
    width: 55%;
  }

  .skillslink {
    font-size: 22.5px;
  }

  .paf, .pseo {
    font-size: 20px;
  }

  .pconv {
    color: #fff;
    font-size: 20px;
  }

  .pwebd {
    font-size: 20px;
  }

  .hc1.gtest, .hc2.gty, .hc3.gtb, .hc4.gradienttest {
    opacity: 1;
  }

  .text-block-14 {
    font-size: 20px;
  }

  .div-block-14 {
    display: none;
  }

  .text-block-16 {
    font-size: 10px;
  }

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

  .projectheading {
    font-size: 70px;
    line-height: 70px;
  }

  .projectheading.wwd {
    z-index: 10;
    width: auto;
    font-size: 35px;
  }

  .image-3 {
    width: 150px;
  }

  .link {
    font-size: 12.5px;
  }

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

  .qt1.b1, .qt1.b2, .qt1.b3 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .text-block-22 {
    font-size: 25px;
  }

  .text-field::placeholder {
    font-size: 20px;
  }

  .heading-4 {
    font-size: 25px;
    font-weight: 300;
  }

  .checkboxtext {
    font-size: 15px;
    line-height: 1;
  }

  .selectbox {
    padding: 10px;
  }

  .featuresreferences {
    display: none;
  }

  .qbutton {
    padding: 20px;
  }

  .text-block-27 {
    font-size: 25px;
  }

  .text-block-28 {
    font-size: 10px;
    line-height: 1;
  }

  .contacth1 {
    font-size: 50px;
  }

  .contacth2 {
    max-width: none;
    font-size: 22.5px;
  }

  .superscript, .superscript-2, .superscript-3, .superscript-4, .superscript-5, .superscript-6, .superscript-7 {
    display: none;
  }

  .navbarline {
    margin-left: 5px;
  }

  .counter1-copy {
    font-size: 50px;
    line-height: 50px;
  }

  .text-block-10-co535y {
    text-align: left;
    font-size: 20px;
    line-height: 20px;
  }

  .numberbox2-copy {
    height: 100%;
  }

  .counter2-copy {
    font-size: 50px;
    line-height: 50px;
  }

  .text-block-10-copy {
    text-align: left;
    font-size: 20px;
    line-height: 20px;
  }

  .paragraph-3-copy {
    font-size: 12.5px;
  }

  .counter3-copy {
    font-size: 65px;
    line-height: 65px;
  }

  .text-block-10-copy-copy {
    font-size: 25px;
    line-height: 25px;
    display: none;
  }

  .paragraph-4-copy {
    font-size: 12.5px;
  }

  .numberbox4-copy {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .textblock4-copy {
    font-size: 15px;
    line-height: 20px;
  }

  .numberbox5-copy {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .textblock5-copy {
    font-size: 15px;
    line-height: 20px;
  }

  .text-block-12-copy {
    line-height: 20px;
  }

  .counter6-copy {
    font-size: 50px;
    line-height: 50px;
  }

  .containerbox-copy._1-1 {
    height: 100%;
  }

  .textblock10cc {
    font-size: 25px;
    line-height: 25px;
    display: none;
  }

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

  .bt1._2 {
    margin-top: -250px;
    font-size: 175px;
  }

  .bt1._2.impact {
    margin-top: -275px;
    line-height: 1.2;
  }

  .bt1._1 {
    padding-bottom: 200px;
    font-size: 175px;
  }

  .textcover {
    display: block;
  }

  .p5 {
    font-size: 50px;
  }

  .para1wrap {
    margin-top: 80vh;
  }

  .text-span-9, .text-span-10, .text-span-11 {
    font-size: 20px;
  }

  .text-node.pos1 {
    width: 115%;
    margin: 150px 0 250px -15%;
  }

  .text-node.pos2 {
    margin: 25px 0;
  }

  .text-node.pos3 {
    border-width: 0;
    margin: 75px 0 25px 20px;
    padding-left: 10px;
  }

  .text-node.pos4 {
    margin: -50px 0 25px;
    padding-left: 0;
  }

  .text-node.pos8 {
    margin: 100px 25px 25px 0;
    padding-left: 10px;
  }

  .text-node.pos7 {
    margin: -50px 0 25px;
    padding-top: 10px;
  }

  .text-node.pos6 {
    background-color: #0000;
    border-width: 0;
    justify-content: flex-start;
    align-items: center;
    width: 130%;
    margin: 0 0 25px -15%;
    padding-top: 0;
  }

  .text-node.pos5 {
    margin-top: -100px;
    margin-bottom: 25px;
    margin-right: 0;
    padding-left: 0;
  }

  .center-node {
    border-width: 0;
    width: 120%;
    margin: 0 0 0 -10%;
  }

  .tree-graph {
    padding-top: 0;
  }

  .text-block-32 {
    padding: 5px;
    font-size: 30px;
  }

  .text-block-33 {
    font-size: 40px;
  }

  .text-block-33.small {
    font-size: 30px;
  }

  .text-block-33.small.s1 {
    padding-left: 10px;
    font-size: 30px;
  }

  .text-block-33.s1 {
    margin-bottom: -5px;
    font-size: 40px;
  }

  .pwtitles.right {
    width: 100%;
    padding-top: 10px;
    font-size: 17.5px;
  }

  .pwtitles.left {
    font-size: 17.5px;
    line-height: 25px;
  }

  .pwtitles.left._1 {
    font-size: 17.5px;
  }

  .pwtitles.center {
    background-color: #000;
    padding-top: 10px;
    font-size: 17.5px;
    line-height: 25px;
  }

  .pwtitles.center._2 {
    margin-top: 10px;
    padding-top: 0;
    font-size: 12px;
    line-height: 1.2;
  }

  .pwtitles.small {
    text-align: left;
    font-size: 15px;
  }

  .pwtitles.small.node4 {
    text-align: right;
  }

  .text-span-12 {
    font-size: 22.5px;
    line-height: 25px;
  }

  .div-block-35 {
    margin-bottom: 10px;
  }

  .pwtexts.left {
    padding-bottom: 10px;
    font-size: 10px;
  }

  .pwtexts._2 {
    margin-top: 10px;
    font-size: 12px;
  }

  .pwtexts._3 {
    padding-top: 10px;
    font-size: 12px;
  }

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

  .processheading {
    font-size: 28px;
    font-weight: 400;
  }

  .text-block-36 {
    font-size: 200px;
  }

  .div-block-38 {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .paragraph-5._1, .paragraph-5._2, .paragraph-5._3, .paragraph-5._4 {
    font-size: 18px;
  }

  .abilitieshead, .abilitiesheading {
    padding-left: 20px;
    padding-right: 20px;
  }

  .para2wrap {
    margin-top: 50vh;
    margin-right: 20px;
  }

  .pabilities {
    font-size: 50px;
  }

  .center-nodem {
    border-width: 0;
    width: 120%;
    margin: 0 0 0 -10%;
  }

  .text-nodem.pos1 {
    width: 115%;
    margin: 0 0 50px -15%;
  }

  .text-nodem.pos2 {
    margin: 0 0 50px;
  }

  .text-nodem.pos3 {
    border-width: 0;
    margin: 0 0 0 20px;
    padding-left: 10px;
  }

  .text-nodem.pos4 {
    margin: 0;
    padding-left: 0;
  }

  .text-nodem.pos8 {
    margin: 0 25px 0 0;
    padding-left: 10px;
  }

  .text-nodem.pos7 {
    margin: -50px 0 0;
    padding-top: 10px;
  }

  .text-nodem.pos6 {
    background-color: #0000;
    border-width: 0;
    justify-content: flex-start;
    align-items: center;
    width: 130%;
    margin: 25px 0 0 -15%;
    padding-top: 0;
  }

  .text-nodem.pos5 {
    margin-top: -100px;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .text-node-copy-copy.pos1 {
    width: 115%;
    margin: 0 0 50px -15%;
  }

  .text-node-copy-copy.pos2 {
    margin: 0 0 50px;
  }

  .text-node-copy-copy.pos3 {
    border-width: 0;
    margin: 0 0 0 20px;
    padding-left: 10px;
  }

  .text-node-copy-copy.pos4 {
    margin: 0;
    padding-left: 0;
  }

  .text-node-copy-copy.pos8 {
    margin: 0 25px 0 0;
    padding-left: 10px;
  }

  .text-node-copy-copy.pos7 {
    margin: -50px 0 0;
    padding-top: 10px;
  }

  .text-node-copy-copy.pos6 {
    background-color: #0000;
    border-width: 0;
    justify-content: flex-start;
    align-items: center;
    width: 130%;
    margin: 25px 0 0 -15%;
    padding-top: 0;
  }

  .text-node-copy-copy.pos5 {
    margin-top: -100px;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .text-node-copy.pos1 {
    width: 115%;
    margin: 0 0 50px -15%;
  }

  .text-node-copy.pos2 {
    margin: 0 0 50px;
  }

  .text-node-copy.pos3 {
    border-width: 0;
    margin: 0 0 0 20px;
    padding-left: 10px;
  }

  .text-node-copy.pos4 {
    margin: 0;
    padding-left: 0;
  }

  .text-node-copy.pos8 {
    margin: 0 25px 0 0;
    padding-left: 10px;
  }

  .text-node-copy.pos7 {
    margin: -50px 0 0;
    padding-top: 10px;
  }

  .text-node-copy.pos6 {
    background-color: #0000;
    border-width: 0;
    justify-content: flex-start;
    align-items: center;
    width: 130%;
    margin: 25px 0 0 -15%;
    padding-top: 0;
  }

  .text-node-copy.pos5 {
    margin-top: -100px;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .webdevhead {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
    margin-left: 20px;
  }

  .hwebdev {
    font-size: 40px;
  }

  .wdpara {
    width: 100%;
    font-size: 25px;
  }

  .wdimg {
    width: auto;
    max-width: 90%;
    margin-right: -400px;
  }

  .scrollframe {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    width: 2100px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .text-block-37 {
    width: 450px;
    font-size: 25px;
  }

  .wditem1 {
    width: 250px;
    max-width: 250px;
  }

  .text-block-38 {
    font-size: 25px;
  }

  .paragraph-6 {
    line-height: 1.2;
  }

  .item5img {
    background-size: contain;
    width: 250px;
    height: 250px;
  }

  .wditem5 {
    width: 250px;
    max-width: 250px;
  }

  .wditems {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .wditem4 {
    width: 250px;
    max-width: 250px;
  }

  .item4img {
    background-size: contain;
    width: 250px;
    height: 250px;
  }

  .wditem3 {
    width: 250px;
    max-width: 250px;
  }

  .item3img {
    background-size: contain;
    width: 250px;
    height: 250px;
  }

  .wditem2 {
    width: 250px;
    max-width: 250px;
  }

  .item2img, .item1img {
    background-size: contain;
    width: 250px;
    height: 250px;
  }

  .item1imgmobile, .item2imgmobile, .item3imgmobile, .item4imgmobile, .item5imgmobile {
    height: 250px;
  }

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

  .pinimgwrap {
    height: 175vh;
  }

  .afimg {
    background-position: 0%;
    background-size: cover;
    height: 70vh;
    top: 15vh;
  }

  .heading-6 {
    font-size: 45px;
  }

  .afpara {
    font-size: 30px;
  }

  .tabs {
    height: 290px;
  }

  .tabmenu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 40%;
    height: 100%;
  }

  .tabcontent {
    width: 60%;
  }

  .btntab2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-block-39 {
    font-size: 18px;
  }

  .btntab3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-block-40 {
    font-size: 18px;
  }

  .btntab4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-block-41 {
    font-size: 18px;
  }

  .btntab5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-block-42 {
    font-size: 18px;
  }

  .btntab1.w--current {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-block-43 {
    font-size: 18px;
  }

  .btnplus.b1 {
    width: auto;
    font-size: 18px;
  }

  .btnplus.b2, .btnplus.b3, .btnplus.b4, .btnplus.b5 {
    font-size: 18px;
  }

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

  .seocontainer {
    max-width: 1000px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .headingseo {
    font-size: 50px;
  }

  .seopara {
    font-size: 20px;
  }

  .paragraph-10 {
    width: 60%;
  }

  .paragraph-10-copy {
    width: 60%;
    max-width: 60%;
  }

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

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

  .convheading {
    font-size: 45px;
  }

  .convpara {
    font-size: 20px;
  }

  .conversionbody2 {
    width: 55%;
  }

  .heading-8 {
    font-size: 22.5px;
  }

  .paragraph-12 {
    font-size: 10px;
  }

  .convbody1wrap {
    width: 45%;
  }

  .wdparawrap {
    width: 55%;
  }

  .prjhorizontalscroll {
    height: auto;
  }

  .prjscrollcamera {
    position: static;
  }

  .prjscrollframe {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pheadings {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    width: 500px;
    max-width: none;
    margin-bottom: 100px;
    margin-right: 0;
  }

  .heading-9 {
    font-size: 40px;
  }

  .ppara {
    font-size: 15px;
  }

  .projectcontainer.c02, .projectcontainer.c03, .projectcontainer.c01 {
    width: auto;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .webheadings {
    font-size: 50px;
  }

  .webheadings._02 {
    justify-content: center;
    align-items: flex-start;
    font-size: 25px;
    line-height: 60px;
    display: block;
  }

  .pbtn1 {
    font-size: 15px;
  }

  .containervid2 {
    width: auto;
    height: 250px;
  }

  .div-block-53 {
    margin-bottom: 0;
  }

  .containerimg1-1, .image-7 {
    height: 115px;
  }

  .text-block-46 {
    font-size: 12px;
    line-height: 12px;
  }

  .project1popup {
    padding-top: 75px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-content {
    grid-column-gap: 125px;
    grid-row-gap: 125px;
    margin-right: 0;
  }

  .prjpophead {
    font-size: 60px;
  }

  .prjpophead.big {
    font-size: 50px;
    line-height: 72px;
  }

  .phead1 {
    font-size: 30px;
  }

  .popupspara {
    font-size: 17px;
  }

  .pbtn2, .pbtn3 {
    font-size: 15px;
  }

  .project2popup, .project3popup {
    padding-top: 75px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .fullcontact {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .qt4 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

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

  .textarea {
    border-width: 0 0 1px;
    border-color: #000 #000 #fff;
    border-radius: 0;
  }

  .text-block-47 {
    font-size: 12px;
  }

  .text-block-22-copy {
    font-size: 20px;
  }

  .text-field-copy, .text-field-copy::placeholder {
    font-size: 12px;
    line-height: 1.2;
  }

  .success-message {
    padding-top: 75px;
  }

  .text-block-48 {
    font-size: 50px;
  }

  .tcpp {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-49 {
    font-size: 25px;
  }

  .paragraph-14 {
    line-height: 1.2;
  }

  .text-block-50 {
    font-size: 25px;
  }

  .paragraph-15 {
    line-height: 1.2;
  }

  .text-block-51 {
    font-size: 25px;
  }

  .paragraph-16 {
    line-height: 1.2;
  }

  .text-block-52, .text-block-53 {
    font-size: 25px;
  }

  .contacth3 {
    font-size: 50px;
  }

  .contacth4 {
    max-width: none;
    font-size: 22.5px;
  }

  .text-span-13, .text-span-14, .text-span-15 {
    font-size: 18px;
    line-height: 1.2;
  }

  .div-block-66 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .homeprocess {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    background-color: #000;
    padding-left: 25px;
    padding-right: 20px;
  }

  .contactsectionfr, .footerfr {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lglink, .link-copy {
    font-size: 12.5px;
  }

  .navbarline1 {
    margin-left: 5px;
  }

  .containervid1, .containervid3 {
    width: auto;
    height: 250px;
  }

  .containerimg2-1, .containerimg3-1 {
    height: 115px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    height: 65px;
  }

  .navmenu {
    margin-right: 15px;
    display: none;
  }

  .homeheading {
    margin-top: -80px;
  }

  .h1 {
    line-height: 45px;
  }

  .home-about-skills {
    padding-bottom: 0;
  }

  .slidesh1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 90%;
    overflow: visible;
  }

  .h2.wwd {
    font-size: 30px;
    display: none;
  }

  .h2.wwd.mobile {
    font-size: 5vw;
    display: block;
  }

  .h2.wwd.desktop {
    display: none;
  }

  .h2.wwdmobile {
    font-size: 5vw;
    line-height: 1;
    display: block;
    position: sticky;
    top: 75px;
  }

  .link1 {
    font-size: 15px;
    line-height: 15px;
  }

  .textsection1 {
    font-size: 10px;
    line-height: 1;
    display: none;
  }

  .processbutton {
    font-weight: 400;
  }

  .home-skills {
    padding-left: 0;
    padding-right: 0;
  }

  .home-projects {
    background-color: #000;
    margin-top: 0;
  }

  .home-projectsheading {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .footer {
    padding-bottom: 55px;
  }

  .button-2 {
    text-align: center;
    width: 90px;
    font-size: 15px;
    font-weight: 400;
  }

  .menulink1 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    font-weight: 400;
  }

  .menulink1.w--current {
    font-size: 16px;
    font-weight: 400;
    display: none;
  }

  .menulink2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    font-weight: 400;
  }

  .menulink2.w--current {
    display: none;
  }

  .logoname {
    margin-left: 75px;
  }

  .logosvg {
    margin-left: 0;
  }

  .scrolltext1 {
    font-size: 25px;
    line-height: 30px;
  }

  .typewriter-text.bold {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    line-height: 40px;
  }

  .counter1 {
    font-size: 45px;
    font-weight: 300;
  }

  .text-block-10 {
    font-weight: 300;
  }

  .paragraph-3, .paragraph-4 {
    font-size: 15px;
    line-height: 1.2;
  }

  .textblock3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .text-block-12 {
    font-size: 12.5px;
    line-height: 1.2;
  }

  .textblock2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .textblock5, .textblock4 {
    font-size: 12.5px;
    line-height: 15px;
  }

  .counter2 {
    font-size: 45px;
  }

  .text-10-mobile {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mainspan1, .mainspan2 {
    font-size: 40px;
    line-height: 45px;
  }

  .text-span-5 {
    font-size: 30px;
    line-height: 30px;
  }

  .text-span-6 {
    font-size: 40px;
    line-height: 40px;
  }

  .text-span-7 {
    font-size: 30px;
    line-height: 30px;
  }

  .mobilebottomnav {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: flex;
    inset: auto 0% 0%;
  }

  .skillstitles {
    grid-column-gap: 12.5px;
    grid-row-gap: 12.5px;
    height: 55vh;
    top: 225px;
  }

  .head3.headweb, .head3.headaf, .head3.headseo, .head3.headconv {
    font-size: 20px;
  }

  .div-block-11 {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
  }

  .skillslink {
    font-size: 20px;
  }

  .paf, .pseo, .pconv, .pwebd {
    font-size: 17.5px;
  }

  .projectheading {
    font-size: 50px;
    line-height: 1;
  }

  .projectheading.wwd {
    font-size: 30px;
  }

  .image-3 {
    width: 100px;
  }

  .div-block-17 {
    margin-bottom: 10px;
  }

  .ftlogotext {
    font-size: 15px;
  }

  .div-block-18 {
    align-items: flex-end;
    margin-top: 100px;
  }

  .div-block-19 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .div-block-20 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .ftemail {
    font-size: 10px;
  }

  .contactheadings {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .qt1.b1, .qt1.b2, .qt1.b3 {
    padding: 15px;
  }

  .text-block-22 {
    font-size: 20px;
  }

  .text-field {
    font-size: 15px;
    line-height: 1;
  }

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

  .qt2 {
    padding: 15px;
  }

  .qt3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 15px;
  }

  .heading-4 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
  }

  .checkbox {
    transition-duration: .2s;
  }

  .checkbox-field {
    text-align: center;
  }

  .checkboxtext {
    font-size: 12.5px;
  }

  .selectbox {
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .qbutton {
    padding: 15px;
  }

  .text-block-27 {
    font-size: 20px;
  }

  .text-block-28 {
    font-size: 12px;
  }

  .contacth1 {
    font-size: 30px;
  }

  .contacth2 {
    font-size: 18px;
    line-height: 1.2;
  }

  .bigwrapperbtn {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
  }

  .buttonwrapper1 {
    flex-flow: row;
    display: none;
  }

  .buttonwrapper2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .navbarline {
    margin-left: 5px;
  }

  .navmenumob {
    margin-bottom: 10px;
    margin-right: 15px;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
  }

  .counter1-copy {
    font-size: 45px;
  }

  .counter2-copy {
    font-size: 45px;
  }

  .paragraph-3-copy, .paragraph-4-copy {
    font-size: 10px;
    line-height: 12.5px;
  }

  .textblock4-copy, .textblock5-copy {
    font-size: 12.5px;
    line-height: 15px;
  }

  .text-block-12-copy {
    font-size: 10px;
    line-height: 12.5px;
  }

  .bt1._2 {
    margin-top: -225px;
    font-size: 140px;
  }

  .bt1._2.impact {
    margin-top: -250px;
  }

  .bt1._1 {
    padding-bottom: 175px;
    font-size: 140px;
  }

  .bt1._1.fr {
    font-size: 120px;
  }

  .p5 {
    font-size: 45px;
  }

  .text-block-31 {
    font-size: 17.5px;
    line-height: 1;
  }

  .menulink3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    font-weight: 400;
  }

  .menulink3.w--current {
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-span-9, .text-span-10, .text-span-11 {
    font-size: 15px;
  }

  .treegraphsection {
    padding-left: 0;
    padding-right: 0;
  }

  .text-node.pos1 {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-bottom: 0;
    margin-left: 0%;
  }

  .text-node.pos2 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
  }

  .text-node.pos3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .text-node.pos4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-node.pos8 {
    margin-right: 0;
    padding-left: 0;
  }

  .text-node.pos7 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
  }

  .text-node.pos6 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-left: 0%;
  }

  .text-node.pos5 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
  }

  .center-node {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 25px;
    margin-left: 0%;
  }

  .tree-container {
    display: none;
  }

  .tree-graph {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    background-color: #0000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 25px;
    display: flex;
  }

  .text-block-32 {
    margin-left: 0;
    padding: 0 10px;
    font-size: 35px;
  }

  .text-block-33.small.s1 {
    padding-left: 0;
  }

  .text-block-33.s1 {
    margin-bottom: -10px;
  }

  .pwtitles.right {
    z-index: 25;
    text-align: left;
    padding-top: 10px;
    position: relative;
  }

  .pwtitles.left {
    text-align: right;
  }

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

  .pwtitles.center._2 {
    text-align: left;
    padding-top: 0;
  }

  .pwtitles.small {
    font-size: 12px;
  }

  .pwtitles.small.node4 {
    text-align: left;
  }

  .pwtexts.left {
    text-align: center;
    padding-bottom: 0;
    font-size: 13px;
  }

  .pwtexts._2 {
    margin-top: 5px;
  }

  .pwtexts._3 {
    z-index: 25;
    text-align: left;
    background-color: #000;
    margin-top: -6px;
    padding-top: 10px;
    position: relative;
  }

  .processheading {
    font-size: 25px;
    font-weight: 400;
  }

  .processnames.p1, .processnames.p2, .processnames.p3, .processnames.p4 {
    font-size: 10px;
  }

  .div-block-39 {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .div-block-41 {
    justify-content: center;
    align-items: flex-start;
    width: 70%;
  }

  .div-block-42, .div-block-43 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .processtexts {
    top: 300px;
  }

  .paragraph-5._1, .paragraph-5._2, .paragraph-5._3, .paragraph-5._4 {
    font-size: 15px;
  }

  .bigtext2 {
    margin-left: 0;
    margin-right: 0;
  }

  .abilitiesheading {
    height: 1600px;
    padding-left: 0;
    padding-right: 0;
  }

  .para2wrap {
    margin-left: 20px;
  }

  .pabilities {
    font-size: 45px;
  }

  .tree-container-mobile {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .tree-graph-mobile {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    background-color: #0000;
    border: 0 solid #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    position: relative;
  }

  .code-embed {
    display: flex;
  }

  .center-nodem {
    border-width: 0;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 100px;
    margin-left: 0;
    display: flex;
  }

  .text-nodem.pos1 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
    margin-bottom: 0;
    margin-left: 0%;
    display: flex;
  }

  .text-nodem.pos2 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
    margin-bottom: 0;
    margin-left: 75px;
    padding-left: 10px;
    display: flex;
  }

  .text-nodem.pos3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 80%;
    margin-left: 25px;
    padding-left: 0;
    padding-right: 10px;
    display: flex;
  }

  .text-nodem.pos4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: #000;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    margin-bottom: 25px;
    padding-left: 10px;
    display: flex;
  }

  .text-nodem.pos8 {
    margin-left: 100px;
    margin-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .text-nodem.pos7 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
    display: flex;
  }

  .text-nodem.pos6 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    display: flex;
  }

  .text-nodem.pos5 {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
    padding-bottom: 10px;
    display: flex;
  }

  .text-node-copy-copy.pos1 {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-bottom: 0;
    margin-left: 0%;
  }

  .text-node-copy-copy.pos2 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
  }

  .text-node-copy-copy.pos3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .text-node-copy-copy.pos4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-node-copy-copy.pos8 {
    margin-right: 0;
    padding-left: 0;
  }

  .text-node-copy-copy.pos7 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
  }

  .text-node-copy-copy.pos6 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-left: 0%;
  }

  .text-node-copy-copy.pos5 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
  }

  .text-node-copy.pos1 {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-bottom: 0;
    margin-left: 0%;
  }

  .text-node-copy.pos2 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
  }

  .text-node-copy.pos3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .text-node-copy.pos4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-node-copy.pos8 {
    margin-right: 0;
    padding-left: 0;
  }

  .text-node-copy.pos7 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
  }

  .text-node-copy.pos6 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-left: 0%;
  }

  .text-node-copy.pos5 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
  }

  .hwebdev {
    font-size: 35px;
    line-height: 1.2;
  }

  .wdpara {
    width: 100%;
    font-size: 20px;
  }

  .wdimg {
    margin-right: -300px;
  }

  .webdevbody {
    height: auto;
  }

  .scrollcamera {
    width: 100%;
    height: auto;
    position: static;
    overflow: visible;
  }

  .scrollframe {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-37 {
    text-align: center;
    width: auto;
  }

  .paragraph-6 {
    margin-bottom: 0;
    font-size: 13px;
  }

  .item5img {
    display: none;
  }

  .wditems {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .item4img {
    display: none;
  }

  .item3img {
    height: 340px;
    display: none;
  }

  .wditem2 {
    opacity: 1;
  }

  .item2img, .item1img {
    height: 340px;
    display: none;
  }

  .wdimages {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 45%;
    display: flex;
    position: sticky;
    top: 100px;
  }

  .item1imgmobile {
    background-image: url('../images/wireframing-representation-small.jpg');
    background-position: 50%;
    background-size: contain;
    width: 220px;
    height: 300px;
    margin-bottom: 0;
  }

  .item2imgmobile {
    background-image: url('../images/design-representation-small.jpg');
    background-position: 50%;
    background-size: contain;
    width: 220px;
    height: 300px;
    margin-bottom: 0;
    display: block;
    position: absolute;
  }

  .item3imgmobile {
    background-image: url('../images/development-representation-small.jpg');
    background-position: 50%;
    background-size: contain;
    width: 220px;
    height: 300px;
    margin-bottom: 0;
    display: block;
    position: absolute;
  }

  .item4imgmobile {
    background-image: url('../images/features-representation-small.jpg');
    background-position: 50%;
    background-size: contain;
    width: 220px;
    height: 300px;
    margin-bottom: 0;
    display: block;
    position: absolute;
  }

  .item5imgmobile {
    background-image: url('../images/publishing-representation-small.jpg');
    background-position: 50%;
    background-size: auto;
    width: 220px;
    height: 300px;
    margin-bottom: 0;
    display: block;
    position: absolute;
  }

  .div-block-48 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 60%;
  }

  .div-block-49 {
    background-color: #fff;
    width: 100%;
    height: 1px;
    margin-top: 0;
  }

  .advancedfeatures {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .pinimgwrap {
    height: 150vh;
  }

  .afimg {
    width: 100vw;
    height: 60vh;
  }

  .heading-6 {
    text-align: center;
    font-size: 35px;
  }

  .afpara {
    font-size: 25px;
  }

  .tabs {
    height: 250px;
  }

  .tabmenu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 40%;
    height: 100%;
  }

  .tabcontent {
    width: 60%;
  }

  .paragraph-8 {
    font-size: 18px;
  }

  .btntab2 {
    grid-column-gap: 7.5px;
    grid-row-gap: 7.5px;
  }

  .text-block-39 {
    font-size: 15px;
  }

  .btntab3 {
    grid-column-gap: 7.5px;
    grid-row-gap: 7.5px;
  }

  .text-block-40 {
    font-size: 15px;
  }

  .btntab4 {
    grid-column-gap: 7.5px;
    grid-row-gap: 7.5px;
  }

  .text-block-41 {
    font-size: 15px;
  }

  .btntab5 {
    grid-column-gap: 7.5px;
    grid-row-gap: 7.5px;
  }

  .text-block-42 {
    font-size: 15px;
  }

  .btntab1.w--current {
    grid-column-gap: 7.5px;
    grid-row-gap: 7.5px;
  }

  .text-block-43 {
    font-size: 15px;
  }

  .btnplus.b1 {
    width: auto;
    font-size: 15px;
  }

  .btnplus.b2, .btnplus.b3, .btnplus.b4, .btnplus.b5 {
    font-size: 15px;
  }

  .seocontainer {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .seoheading {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .headingseo {
    font-size: 40px;
  }

  .seopara {
    font-size: 15px;
  }

  .seoheadingsleft {
    text-align: left;
    font-size: 25px;
  }

  .paragraph-10, .paragraph-10-copy {
    font-size: 12.5px;
  }

  .seoheadingsright {
    text-align: right;
    font-size: 25px;
  }

  .conversionbody1 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .convheading {
    font-size: 35px;
  }

  .convpara {
    font-size: 18px;
  }

  .conversionbody2 {
    width: 60%;
  }

  .card1._01 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 125px;
    max-height: 125px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-45 {
    font-size: 45px;
  }

  .heading-8 {
    font-size: 17.5px;
  }

  .div-block-51 {
    width: 70%;
    padding-left: 10px;
  }

  .paragraph-12 {
    font-size: 9px;
  }

  .div-block-52 {
    width: 20%;
  }

  .card2._02, .card3._03, .card4._04 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 125px;
    max-height: 125px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .wdparawrap {
    width: 50%;
  }

  .card1wrap {
    margin-bottom: 375px;
    top: 50px;
  }

  .card2wrap {
    margin-top: -125px;
    margin-bottom: 250px;
    top: 175px;
  }

  .card3wrap {
    margin-top: 0;
    margin-bottom: 125px;
    top: 300px;
  }

  .card4wrap {
    margin-top: 125px;
    top: 425px;
  }

  .prjscrollframe {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
  }

  .pheadings {
    width: 400px;
    margin-bottom: 150px;
  }

  .heading-9 {
    font-size: 35px;
  }

  .ppara {
    font-size: 12px;
  }

  .projectcontainer.c02, .projectcontainer.c03 {
    padding: 15px;
  }

  .projectcontainer.c01 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding: 15px;
  }

  .webheadings {
    font-size: 35px;
  }

  .webheadings._02 {
    font-size: 20px;
    line-height: 42px;
  }

  .pbtn1 {
    font-size: 12px;
  }

  .containervid2 {
    height: 180px;
  }

  .div-block-53 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 0;
  }

  .containerimg1-1, .image-7 {
    height: 85px;
  }

  .div-block-54 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-56 {
    height: 78px;
  }

  .text-block-46 {
    padding: 7px;
    font-size: 10px;
  }

  .project1popup {
    padding-top: 25px;
  }

  .pbtnc1 {
    top: 25px;
    right: 20px;
  }

  .popup-content {
    margin-top: 100px;
  }

  .prjpophead {
    font-size: 50px;
  }

  .prjpophead.big {
    font-size: 40px;
    line-height: 60px;
  }

  .pbtnc3, .pbtnc2 {
    top: 25px;
    right: 20px;
  }

  .pbtn2, .pbtn3 {
    font-size: 12px;
  }

  .project2popup, .project3popup {
    padding-top: 25px;
  }

  .link-block-5 {
    margin-left: 10px;
    margin-right: 5px;
  }

  .link-block-5.w--current {
    display: none;
  }

  .buttonwrapper1mobile {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .qt4 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding: 15px;
  }

  .qt4.b1, .qt4.b2, .qt4.b3, .qt5, .qt5.b1, .qt5.b2, .qt5.b3 {
    padding: 15px;
  }

  .textarea {
    font-size: 15px;
  }

  .qt6.b1, .qt6.b2, .qt6.b3 {
    padding: 15px;
  }

  .text-block-22-copy {
    font-size: 20px;
  }

  .text-field-copy {
    font-size: 12px;
    line-height: 1;
  }

  .text-field-copy::placeholder {
    font-size: 12px;
  }

  .success-message {
    padding-top: 50px;
  }

  .text-block-48 {
    font-size: 30px;
  }

  .paragraph-14 {
    margin-bottom: 0;
    font-size: 13px;
  }

  .div-block-61 {
    background-color: #fff;
    width: 100%;
    height: 1px;
    margin-top: 0;
  }

  .paragraph-15 {
    margin-bottom: 0;
    font-size: 13px;
  }

  .div-block-62 {
    background-color: #fff;
    width: 100%;
    height: 1px;
    margin-top: 0;
  }

  .paragraph-16 {
    margin-bottom: 0;
    font-size: 13px;
  }

  .div-block-63, .div-block-64, .div-block-65 {
    background-color: #fff;
    width: 100%;
    height: 1px;
    margin-top: 0;
  }

  .contacth3 {
    font-size: 30px;
  }

  .contacth4 {
    font-size: 18px;
    line-height: 1.2;
  }

  .text-span-13, .text-span-14, .text-span-15 {
    font-size: 15px;
  }

  .text-span-20, .text-span-21, .text-span-22, .text-span-23 {
    font-size: 22.5px;
    font-weight: 400;
  }

  .homeprocess {
    margin-top: -300px;
    padding-bottom: 200px;
    padding-left: 20px;
    padding-right: 35px;
  }

  .navbarfr, .navbar-copy {
    height: 65px;
  }

  .footerfr {
    padding-bottom: 55px;
  }

  .mobilebottomnavfr {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: flex;
    inset: auto 0% 0%;
  }

  .navbarline1 {
    margin-left: 5px;
  }

  .containervid1, .containervid3 {
    height: 180px;
  }

  .containerimg2-1, .containerimg3-1 {
    height: 85px;
  }
}

@media screen and (max-width: 479px) {
  .navmenu {
    display: none;
  }

  .homeheading {
    height: 90vh;
    padding-left: 15px;
    padding-right: 15px;
  }

  .h1 {
    font-size: 30px;
    line-height: 35px;
  }

  .home-about-skills {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-top: 75px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
  }

  .slidesh1 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
  }

  .h2.white {
    font-size: 20px;
  }

  .h2.wwd {
    font-size: 25px;
  }

  .h2.wwd.mobile, .h2.wwdmobile {
    font-size: 6vw;
  }

  .link1 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
  }

  .slidesh2 {
    width: 0%;
  }

  .textsection1 {
    display: none;
  }

  .home-skills {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .home-projects {
    z-index: 2;
    background-color: #000;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .home-projectsheading {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .hpimg1, .hpimg2, .hpimg3 {
    z-index: 10;
    width: 208px;
    height: 130px;
  }

  .footer {
    padding-bottom: 75px;
  }

  .button-2 {
    text-align: center;
    width: 90px;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
  }

  .menulink1 {
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
  }

  .link-block-2 {
    background-color: #2e2e2e;
  }

  .menulink2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
  }

  .menulink2.w--current {
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
  }

  .logoname {
    margin-left: 60px;
  }

  .logosvg {
    margin-left: 0;
  }

  .transition {
    display: none;
  }

  .trlogoname {
    font-size: 35px;
  }

  .scrolltext1 {
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
  }

  .typewriter-text.bold {
    color: #fff;
    font-size: 35px;
    line-height: 1;
  }

  .containernumbers {
    margin-bottom: 150px;
  }

  .containerbox._1-1 {
    width: auto;
    min-width: 40%;
  }

  .containerbox._2 {
    flex-flow: column;
    justify-content: space-between;
  }

  .containerbox.cb1-2 {
    width: auto;
    max-width: 55%;
  }

  .counter1 {
    font-size: 40px;
    line-height: 1;
  }

  .text-block-10 {
    font-size: 22.5px;
    font-weight: 300;
    line-height: 25px;
  }

  .paragraph-3 {
    display: none;
  }

  .counter3 {
    font-size: 40px;
    line-height: 65px;
  }

  .paragraph-4, .text-block-12 {
    display: none;
  }

  .numberbox3, .numberbox1, .numberbox2 {
    padding: 10px;
  }

  .numberbox4 {
    background-image: radial-gradient(circle at -50% 100%, #c72a2a, #dadada 64%);
    width: 100%;
    padding: 10px;
  }

  .numberbox5 {
    background-image: radial-gradient(circle, #433a85, #dadada 53%);
    width: 100%;
    padding: 10px;
  }

  .numberbox6 {
    background-image: linear-gradient(325deg, #ff6f00, #dadada 39%);
    width: 100%;
    padding: 10px;
  }

  .textblock6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
  }

  .textblock5 {
    text-align: left;
    font-size: 15px;
    line-height: 17.5px;
  }

  .textblock4 {
    font-size: 15px;
    line-height: 17.5px;
  }

  .counter2, .counter6 {
    font-size: 40px;
    line-height: 1;
  }

  .text-10-mobile {
    font-size: 22.5px;
    font-weight: 300;
    line-height: 25px;
  }

  .mainspan1, .mainspan2 {
    font-size: 27.5px;
    line-height: 35px;
  }

  .text-span-5 {
    font-size: 20px;
    line-height: 20px;
  }

  .mobilebottomnav {
    font-size: 15px;
    font-weight: 500;
  }

  .navmenumobile {
    background-color: #111111e6;
    border-radius: 25px;
    margin-bottom: 10px;
    margin-right: 0;
    display: flex;
    box-shadow: inset 0 0 5px 1px #ffffff4d;
  }

  .text-block-13 {
    color: #000;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    display: block;
  }

  .skillstitles {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    height: 45vh;
    padding-left: 7.5px;
  }

  .head3.headweb, .head3.headaf, .head3.headseo, .head3.headconv {
    font-size: 17.5px;
    font-weight: 400;
  }

  .div-block-11 {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .line1 {
    width: .5px;
  }

  .skillslink {
    border-bottom-width: .5px;
    margin-top: 30px;
    font-size: 17.5px;
    font-weight: 400;
  }

  .paf, .pseo, .pconv {
    font-size: 17.5px;
    font-weight: 300;
  }

  .pwebd {
    opacity: 1;
    font-size: 17.5px;
    font-weight: 300;
  }

  .circleani {
    height: 200px;
  }

  .hc1, .hc2, .hc3, .hc4, .hc4.gradienttest {
    width: 100px;
  }

  .text-block-14 {
    font-size: 15px;
  }

  .link-block-3 {
    display: flex;
  }

  .text-block-16 {
    margin: 5px;
    text-decoration: underline;
  }

  .projectsbutton {
    font-size: 12.5px;
    font-weight: 400;
    line-height: 1;
  }

  .projectheading {
    text-align: center;
    font-size: 40px;
  }

  .projectheading.white {
    font-size: 20px;
  }

  .projectheading.wwd {
    font-size: 25px;
  }

  .footerlogo {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .text-block-17 {
    display: none;
  }

  .image-3 {
    width: 100px;
  }

  .div-block-17 {
    flex-flow: column;
    margin-bottom: 15px;
  }

  .div-block-18 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-19 {
    margin-top: 0;
  }

  .text-block-20 {
    font-size: 30vw;
    line-height: 1;
    display: flex;
  }

  .text-block-171st {
    font-size: 30vw;
    display: flex;
  }

  .contactsection {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contactheadings {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .basicinfo {
    flex-flow: column;
  }

  .qt1.b1 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 100%;
    padding: 15px;
  }

  .qt1.b2, .qt1.b3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
  }

  .text-block-22 {
    font-size: 17.5px;
  }

  .text-field {
    border-bottom-width: 0;
    margin-bottom: 0;
    font-size: 12.5px;
  }

  .text-field::placeholder {
    font-size: 12.5px;
  }

  .qt2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 100%;
  }

  .advancedandbutton {
    flex-flow: column;
  }

  .qt3 {
    width: 100%;
  }

  .heading-4 {
    text-align: center;
    width: auto;
    font-weight: 300;
  }

  .checkboxtext {
    text-align: left;
    font-size: 15px;
  }

  .selectbox {
    justify-content: center;
    align-items: center;
  }

  .qbutton {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    margin-top: 25px;
  }

  .text-block-28 {
    font-size: 12.5px;
  }

  .contacth1 {
    margin-top: 0;
    font-size: 25px;
  }

  .contacth2 {
    font-size: 15px;
  }

  .bigwrapperbtn {
    flex-flow: column;
    align-items: flex-start;
  }

  .bigwrapperbtn._1 {
    flex-flow: row;
  }

  .smallwrapperbtn {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .buttonwrapper2 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-25 {
    border-bottom: 1px solid #fff;
    width: 100%;
    margin-bottom: 10px;
  }

  .navbarline {
    margin-left: 5px;
  }

  .navmenumob {
    justify-content: flex-start;
    align-items: center;
    margin: 0 10px 10px;
    padding: 10px 7.5px;
    display: flex;
    position: static;
  }

  .numberbox1-copy {
    padding: 10px;
  }

  .counter1-copy {
    font-size: 40px;
    line-height: 1;
  }

  .text-block-10-co535y {
    font-size: 25px;
    font-weight: 300;
    line-height: 25px;
  }

  .numberbox2-copy {
    padding: 10px;
  }

  .counter2-copy {
    font-size: 40px;
    line-height: 1;
  }

  .text-block-10-copy {
    font-size: 25px;
    font-weight: 300;
    line-height: 25px;
  }

  .paragraph-3-copy {
    display: none;
  }

  .numberbox3-copy {
    padding: 10px;
  }

  .counter3-copy {
    font-size: 65px;
    line-height: 65px;
  }

  .paragraph-4-copy {
    display: none;
  }

  .numberbox4-copy {
    width: 100%;
    padding: 10px;
  }

  .textblock4-copy {
    font-size: 15px;
    line-height: 17.5px;
  }

  .numberbox5-copy {
    width: 100%;
    padding: 10px;
  }

  .textblock5-copy {
    font-size: 15px;
    line-height: 17.5px;
  }

  .numberbox6-copy {
    width: 100%;
    padding: 10px;
  }

  .text-block-12-copy {
    display: none;
  }

  .counter6-copy {
    font-size: 40px;
    line-height: 1;
  }

  .containernumbers-copy {
    margin-bottom: 150px;
  }

  .containerbox-copy._2-copy {
    flex-flow: column;
    justify-content: space-between;
  }

  .containerbox-copy._1-1 {
    width: auto;
    min-width: 40%;
  }

  .containerbox-copy._2 {
    flex-flow: column;
    justify-content: space-between;
  }

  .containerbox-copy.cb1-2 {
    width: auto;
    max-width: 55%;
  }

  .div-block-28 {
    margin-top: 15px;
  }

  .capabilitiesheading {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bigtext1 {
    margin-top: 150px;
  }

  .bt1._2 {
    margin-top: -200px;
    font-size: 22vw;
  }

  .bt1._2.impact {
    margin-top: -225px;
    font-size: 26vw;
  }

  .bt1._2.fr {
    font-size: 20vw;
  }

  .bt1._1 {
    background-image: linear-gradient(#000 8%, #000c 38%, #0000 62%);
    padding-bottom: 150px;
    font-size: 26vw;
    overflow: hidden;
  }

  .bt1._1.fr {
    font-size: 65px;
  }

  .textcover {
    text-align: center;
    background-image: linear-gradient(0deg, #000, #0009 46%, #03030366);
  }

  .p5 {
    font-size: 30px;
  }

  .para1wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .text-block-31 {
    font-size: 15px;
  }

  .menulink3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
  }

  .menulink3.w--current {
    display: none;
  }

  .menulink1-copy {
    margin-right: 1.5px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
    line-height: 15px;
  }

  .treegraphsection {
    padding-right: 0;
  }

  .logolink {
    margin-left: 10px;
  }

  .text-block-32 {
    text-align: center;
    background-color: #000;
    min-width: auto;
    max-width: 80%;
    margin-left: 0;
    font-size: 30px;
    overflow: visible;
  }

  .text-block-33 {
    font-size: 35px;
  }

  .pwtitles.left {
    font-size: 15px;
    line-height: 22px;
  }

  .pwtitles.left._1 {
    text-align: left;
  }

  .pwtitles.center {
    font-size: 15px;
    line-height: 22px;
  }

  .pwtitles.center._2 {
    font-size: 12px;
  }

  .text-span-12 {
    font-size: 20px;
    line-height: 20px;
  }

  .pwtexts.left {
    padding-bottom: 10px;
    font-size: 15px;
  }

  .processsection {
    padding-left: 10px;
    padding-right: 10px;
  }

  .processheading {
    font-size: 20px;
    font-weight: 400;
  }

  .div-block-36 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .processnames.p1, .processnames.p2, .processnames.p3, .processnames.p4 {
    font-size: 12px;
  }

  .processnt {
    height: 2250px;
    position: relative;
  }

  .processnumbers {
    z-index: 4;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: absolute;
  }

  .text-block-36 {
    opacity: .1;
  }

  .div-block-41 {
    width: 80%;
    font-size: 15px;
  }

  .processtexts {
    z-index: 5;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .abilitieshead {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bigtext2 {
    justify-content: space-between;
    align-items: center;
    margin-top: 150px;
  }

  .abilitiesheading {
    justify-content: flex-start;
    align-items: flex-start;
    height: 1150px;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .para2wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-top: 30vh;
    margin-left: 10px;
    margin-right: 10px;
  }

  .pabilities {
    font-size: 30px;
  }

  .tree-graph-mobile {
    justify-content: flex-start;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .center-nodem {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 75px;
    margin-left: 0;
    display: flex;
  }

  .text-nodem.pos1 {
    width: 100%;
  }

  .text-nodem.pos2 {
    margin-left: 50px;
  }

  .text-nodem.pos3 {
    width: 90%;
    margin-left: 20px;
  }

  .text-nodem.pos4 {
    width: 75%;
    margin-left: 15px;
  }

  .text-nodem.pos8 {
    margin-left: 95px;
  }

  .text-nodem.pos7 {
    width: 90%;
    margin-left: 15px;
  }

  .text-nodem.pos6 {
    width: 95%;
    margin-left: 0;
  }

  .text-nodem.pos5 {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    padding-bottom: 0;
  }

  .webdev {
    margin-top: 150px;
  }

  .webdev.fr {
    margin-top: 300px;
  }

  .webdevhead {
    margin-left: 10px;
  }

  .hwebdev {
    font-size: 30px;
    line-height: 1.2;
  }

  .div-block-46 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .wdpara {
    width: 100%;
    max-width: none;
    font-size: 15px;
  }

  .wdimg {
    width: 125%;
    max-width: 125%;
    margin-right: -300px;
  }

  .scrollframe {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-37 {
    font-size: 20px;
  }

  .wditem1 {
    width: auto;
    max-width: none;
  }

  .text-block-38 {
    font-size: 20px;
  }

  .paragraph-6 {
    font-size: 12px;
  }

  .wditem5 {
    width: auto;
    max-width: none;
  }

  .wditems {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .wditem4, .wditem3, .wditem2 {
    width: auto;
    max-width: none;
  }

  .wdimages {
    top: 150px;
  }

  .item1imgmobile, .item2imgmobile, .item3imgmobile, .item4imgmobile {
    width: 135px;
    height: 184px;
  }

  .item5imgmobile {
    background-size: contain;
    width: 135px;
    height: 184px;
  }

  .advancedfeatures {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pinimgwrap {
    height: 75vh;
  }

  .afimg {
    background-position: 50% 30%;
    background-size: 700px;
    background-attachment: scroll;
    height: 40vh;
  }

  .heading-6 {
    text-align: center;
    flex: none;
    font-size: 30px;
  }

  .afpara {
    font-size: 20px;
  }

  .tabs {
    height: 245px;
  }

  .tabmenu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 45%;
    height: 100%;
  }

  .tabcontent {
    width: 55%;
    padding-left: 15px;
  }

  .paragraph-8 {
    font-size: 12px;
  }

  .btntab2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-39 {
    font-size: 12px;
  }

  .btntab3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-40 {
    font-size: 12px;
  }

  .btntab4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-41 {
    font-size: 12px;
  }

  .btntab5 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-42 {
    font-size: 12px;
  }

  .btntab1 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .btntab1.w--current {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding: 10px;
  }

  .text-block-43 {
    font-size: 12px;
  }

  .btnplus.b1 {
    width: auto;
    font-size: 12px;
  }

  .btnplus.b2, .btnplus.b3, .btnplus.b4, .btnplus.b5 {
    font-size: 12px;
  }

  .seo {
    padding-left: 10px;
    padding-right: 10px;
  }

  .seocontainer {
    padding: 25px 15px;
  }

  .seoheading {
    width: 100%;
  }

  .headingseo {
    font-size: 35px;
  }

  .seobody {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
  }

  .seocontentleft {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .seoheadingsleft {
    font-size: 20px;
  }

  .paragraph-10 {
    width: 90%;
  }

  .seocontentright {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .paragraph-10-copy {
    width: 90%;
    max-width: 90%;
  }

  .seoheadingsright {
    font-size: 20px;
  }

  .conversion {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .conversionbody1 {
    position: static;
  }

  .conversionbody2 {
    width: 100%;
    padding-top: 0;
  }

  .card1._01 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-51 {
    width: 75%;
  }

  .paragraph-12 {
    font-size: 8px;
  }

  .convbody1wrap {
    width: 100%;
  }

  .card2._02, .card3._03, .card4._04 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .wdparawrap {
    width: auto;
    max-width: 65%;
  }

  .card1wrap {
    top: 100px;
  }

  .card2wrap {
    top: 225px;
  }

  .card3wrap {
    top: 350px;
  }

  .card4wrap {
    top: 475px;
  }

  .prjscrollframe {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pheadings {
    width: 300px;
  }

  .heading-9 {
    font-size: 25px;
  }

  .projectcontainer.c02, .projectcontainer.c03, .projectcontainer.c01 {
    padding: 10px;
  }

  .containervid2 {
    width: 100%;
    height: auto;
  }

  .div-block-53 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .containerimg1-1, .image-7 {
    width: 45%;
    height: auto;
  }

  .div-block-54 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: none;
  }

  .div-block-55 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-56 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 73px;
  }

  .project1popup {
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    position: fixed;
  }

  .pbtnc1 {
    font-size: 17px;
    display: block;
    right: 10px;
  }

  .popup-content {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .prjpophead {
    font-size: 40px;
  }

  .prjpophead.big {
    font-size: 25px;
    line-height: 48px;
  }

  .phead1 {
    font-size: 25px;
  }

  .popupspara {
    font-size: 15px;
  }

  .pbtnc3, .pbtnc2 {
    font-size: 17px;
    right: 10px;
  }

  .project2popup, .project3popup {
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    position: fixed;
  }

  .link-block-5 {
    width: 100px;
    margin-left: 10px;
    margin-right: 5px;
  }

  .fullcontact {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .qt4.b1 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 100%;
    padding: 15px;
  }

  .qt4.b2, .qt4.b3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
  }

  .qt5.b1 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 100%;
    padding: 15px;
  }

  .qt5.b2, .qt5.b3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
  }

  .textarea {
    font-size: 12.5px;
  }

  .div-block-59 {
    flex-flow: column;
  }

  .qt6.b1 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 100%;
    padding: 15px;
  }

  .qt6.b2, .qt6.b3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
  }

  .text-block-22-copy {
    font-size: 17.5px;
  }

  .text-field-copy {
    border-bottom-width: 0;
    margin-bottom: 0;
    font-size: 12.5px;
  }

  .text-field-copy::placeholder {
    font-size: 12.5px;
  }

  .text-block-48 {
    font-size: 25px;
  }

  .tcpp {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-49 {
    font-size: 20px;
  }

  .paragraph-14 {
    font-size: 12px;
  }

  .text-block-50 {
    font-size: 20px;
  }

  .paragraph-15 {
    font-size: 12px;
  }

  .text-block-51 {
    font-size: 20px;
  }

  .paragraph-16 {
    font-size: 12px;
  }

  .text-block-52, .text-block-53 {
    font-size: 20px;
  }

  .contacth3 {
    margin-top: 0;
    font-size: 25px;
  }

  .contacth4 {
    font-size: 15px;
  }

  .text-span-20, .text-span-21, .text-span-22, .text-span-23 {
    font-size: 18px;
  }

  .homeprocess {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contactsectionfr {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footerfr {
    padding-bottom: 75px;
  }

  .mobilebottomnavfr {
    font-size: 15px;
    font-weight: 500;
  }

  .navbarline1 {
    margin-left: 5px;
  }

  .containervid1, .containervid3 {
    width: 100%;
    height: auto;
  }

  .containerimg2-1, .containerimg3-1 {
    width: 45%;
    height: auto;
  }
}

#w-node-_58b67db1-afa1-ad08-01c3-92ad8e4a5a78-8e4a5a59, #w-node-_06b4b0e5-1395-1f10-f7bb-daf55442e0dd-0adbaed6, #w-node-_06b4b0e5-1395-1f10-f7bb-daf55442e0dd-df85e631, #w-node-_2aabd5ea-c0f3-258a-319f-b49f55a78475-53b476b6, #w-node-_0e96752b-3c07-d175-6c84-a24209d4d140-8a6d19af, #w-node-_06b4b0e5-1395-1f10-f7bb-daf55442e0dd-f6913186 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}