.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  background-color: #0b0f13;
  font-family: PT Serif, serif;
  font-size: 18px;
}

.hero-sec {
  padding-bottom: 0;
  position: relative;
}

.container {
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.container.navbar {
  background-color: rgba(11, 15, 19, 0);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.container.hero {
  margin-top: 0;
  display: flex;
}

.container.projects {
  position: relative;
}

.container.services {
  overflow: hidden;
}

.hero-heading {
  width: 100%;
  color: rgba(255, 255, 255, .9);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bitter, serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
}

.hero-heading.under-heading {
  color: rgba(255, 255, 255, .9);
  letter-spacing: 2px;
  text-transform: none;
  margin-bottom: 0;
  font-family: Bitter, serif;
  line-height: 90px;
}

.heading-wrapper {
  align-items: center;
  margin-bottom: 20px;
  padding-left: 0;
  display: block;
}

.heading-wrapper.service {
  margin-bottom: 25px;
  padding-left: 40px;
  display: flex;
}

.first-popout {
  margin-bottom: 10px;
  overflow: hidden;
}

.sec-popout {
  overflow: hidden;
}

.gradient-iavn {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#58d6ce, #58d6ce);
  -webkit-background-clip: text;
  background-clip: text;
}

.paragraph {
  width: 100%;
  color: rgba(255, 255, 255, .9);
  letter-spacing: 1px;
  margin-bottom: 22px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.btn-wrapper {
  display: flex;
}

.hero-cta {
  color: #000;
  background-color: #0abab5;
  background-image: url('../images/Ellipse-302.png');
  background-position: 0 150%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #0abab5;
  border-radius: 20px;
  margin-right: 40px;
  padding: 15px 30px 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: background-position .5s;
  position: static;
}

.hero-cta:hover {
  color: #0abab5;
  background-position: 50% 90%;
  border: 1px solid #0abab5;
}

.text-block {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.text-block.hero {
  letter-spacing: 0;
  font-size: 18px;
  line-height: 22px;
}

.hero-work-btn {
  z-index: auto;
  color: #d8c352;
  border: 1px #c9b028;
  border-radius: 10px;
  align-items: center;
  padding: 15px 30px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.hero-work-btn:hover {
  background-image: none;
  display: flex;
  position: relative;
  transform: translate(0, 5px);
}

.hero-work-btn.navbar-cta {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #0abab5;
  border-radius: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  transition: all .5s;
}

.hero-work-btn.navbar-cta:hover {
  color: #000;
  background-color: rgba(10, 186, 181, 0);
  background-image: none;
  transform: none;
}

.hero-work-btn.navbar-cta.hero:hover {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: column;
}

.navbar {
  background-color: #000;
  margin-bottom: 140px;
  padding-top: 40px;
  padding-bottom: 20px;
}

.navbar.margin {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 80px;
}

.nav-link {
  color: rgba(255, 255, 255, .9);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  transition: all .3s;
}

.nav-link:hover {
  color: #bbb;
}

.nav-link.services {
  font-size: 20px;
  font-weight: 300;
}

.navbar-cta {
  color: #1a1a1a;
  background-color: #d8c352;
  background-image: url('../images/Ellipse-302.png');
  background-position: -24% 109%;
  background-size: auto;
  border: 1px solid #c9aa00;
  border-radius: 10px;
  padding: 12px 25px;
  text-decoration: none;
  transition: background-position .3s;
  position: static;
}

.navbar-cta:hover {
  color: #cebe66;
  background-color: #000;
  background-position: 50%;
  border-style: solid;
}

.text-block-2 {
  color: #000;
}

.text-block-2:hover {
  color: #c9aa00;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.upper-div {
  width: 10px;
  height: 10px;
  background-color: #58d6ce;
  border-radius: 50px;
  position: absolute;
  top: -220%;
  bottom: auto;
  left: 13%;
  right: auto;
}

.lower-div {
  display: flex;
}

.i-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3 {
  color: #58d6ce;
  text-transform: uppercase;
  font-family: Abhaya Libre, sans-serif;
  font-size: 120px;
  font-weight: 500;
}

.text-block-3.b {
  color: #0abab5;
}

.brand {
  padding-top: 0;
}

.third-popout {
  margin-bottom: 15px;
  overflow: hidden;
}

.about-sec {
  padding-top: 140px;
  padding-bottom: 0;
  position: relative;
}

.main-heading {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.main-heading.work {
  width: 100%;
  margin-bottom: 140px;
}

.main-heading.testimonials {
  width: 100%;
}

.main-heading.cta {
  width: 100%;
  margin-bottom: 80px;
}

.main-heading.cta.process {
  margin-bottom: 100px;
}

.main-heading.services {
  width: 100%;
  margin-bottom: 60px;
}

.text-block-4 {
  width: 59%;
  color: #252525;
  text-align: left;
  margin-right: 40px;
  font-family: Droid Serif, serif;
  font-size: 120px;
}

.text-block-4.projects {
  width: 37%;
  margin-left: 40px;
  margin-right: 0;
}

.text-block-4.pro {
  width: 41%;
}

.heading-line {
  width: 68%;
  height: 9px;
  color: #101010;
  background-color: #252525;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 10px;
}

.heading-line.work {
  width: 40%;
  height: 9px;
  margin-left: 0;
  margin-right: 10px;
}

.heading-line.work.projects {
  width: 59%;
  color: #1a1a1a;
  background-color: #252525;
  margin-left: 10px;
}

.heading-line.work.cta {
  height: 9px;
  color: #282828;
  background-color: #252525;
  margin-right: 0;
}

.div-block {
  width: 1%;
  height: 9px;
  color: #101010;
  background-color: #252525;
  margin-top: 40px;
  margin-right: 0;
}

.bio-wrapper {
  align-items: center;
  display: flex;
}

.bio-heading {
  width: 24%;
  align-items: center;
  display: flex;
}

.bio-text {
  width: 75%;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.heading {
  width: 100%;
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#0abab5, #64f6eb);
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: row;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bitter, serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 55px;
  display: flex;
}

.bio-cta {
  color: #d8c352;
  border: 1px solid #d8c352;
  border-radius: 10px;
  padding: 10px 30px;
  text-decoration: none;
  transition: all .3s;
}

.bio-cta:hover {
  color: #000;
  background-color: #c9aa00;
}

.paragraph-2 {
  color: rgba(255, 255, 255, .9);
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 32px;
}

.work-sec {
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
}

.line-notch {
  width: 1%;
  height: 9px;
  color: #1a1a1a;
  background-color: #252525;
  margin-top: 40px;
  margin-right: 0;
}

.line-notch.work {
  width: 1%;
  height: 9px;
  background-color: #252525;
  margin-right: 0;
}

.work {
  width: 25%;
  color: #1a1a1a;
  text-align: right;
  margin-right: 40px;
  font-size: 120px;
}

.work.projects {
  width: 37%;
  margin-left: 40px;
  margin-right: 0;
}

.text-block-5 {
  color: #252525;
  margin-left: 0;
  margin-right: 40px;
  font-family: Droid Serif, serif;
  font-size: 120px;
}

.text-block-5.projects {
  color: #252525;
  margin-left: 40px;
  margin-right: 0;
}

.text-block-5.cta {
  color: #252525;
  margin-left: 40px;
  font-family: Droid Serif, serif;
}

.text-block-5.services {
  color: #252525;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 150px;
}

.text-block-5.mobile {
  display: none;
}

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

.first-col {
  height: 100%;
  align-items: stretch;
  display: flex;
}

.image {
  height: 100%;
  opacity: .85;
}

.upper-row {
  justify-content: space-around;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.lower-row {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  margin-right: 0;
}

.columns {
  align-items: stretch;
  display: flex;
}

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

.project-wrapper {
  text-align: center;
  display: block;
  position: relative;
}

.project-wrapper.display-none {
  opacity: 0;
  display: block;
}

.text-block-6 {
  width: 55%;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  line-height: 35px;
  position: absolute;
  top: 30%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-hover {
  opacity: 0;
  background-color: rgba(0, 0, 0, .52);
  border: 1px solid #fff;
  padding-top: 100px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.text-block-8 {
  width: 50%;
  color: #fff;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 35px;
  position: static;
}

.text-block-8.chiro {
  width: 60%;
}

.project-cta {
  color: #fff;
  text-transform: capitalize;
  background-color: rgba(201, 170, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px 30px;
  font-family: Montserrat, sans-serif;
  transition: all .3s;
}

.project-cta:hover {
  border-style: solid;
  transform: scale(1.1);
}

.heading-2 {
  width: 95%;
  color: #c9b028;
  text-align: left;
  letter-spacing: 0;
  margin: 0 auto;
  font-family: Rufina, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

.heading-2.talk {
  width: 100%;
  color: rgba(255, 255, 255, .9);
  text-align: left;
  font-size: 26px;
  line-height: 50px;
}

.work-text-wrapper {
  text-align: center;
  padding-top: 100px;
  padding-left: 0;
  display: block;
  position: relative;
}

.work-text-wrapper.display-none {
  opacity: 0;
  display: block;
}

.blank-div {
  text-align: center;
  display: block;
  position: relative;
}

.blank-div.display-none {
  opacity: 1;
  text-align: left;
  padding-top: 80px;
  padding-left: 40px;
  display: block;
}

.poput-div {
  overflow: hidden;
}

.under-div.under {
  margin-bottom: 20px;
  overflow: hidden;
}

.projects-cta {
  color: #0abab5;
  letter-spacing: 1px;
  border: 1px solid #58d6ce;
  border-radius: 20px;
  padding: 13px 30px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  transition: all .3s;
}

.projects-cta:hover {
  transform: translate(5px, -5px);
}

.testimonials-section {
  padding-top: 140px;
  padding-bottom: 140px;
}

.testimonials-slider {
  background-color: rgba(221, 221, 221, 0);
}

.left-arrow {
  position: absolute;
  top: auto;
  bottom: -30%;
  left: auto;
  right: 15%;
  overflow: visible;
}

.right-arrow {
  position: absolute;
  top: auto;
  bottom: -30%;
  left: auto;
  right: 10%;
  overflow: visible;
}

.mask {
  height: 450px;
  background-color: rgba(26, 26, 26, 0);
}

.slide-nav {
  display: none;
}

.testimonials-wrapper {
  height: 75%;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.testimonials-wrapper.sec-slide {
  justify-content: space-between;
}

.testimonial-card {
  width: 49%;
  height: 97%;
  border: 1px solid #0abab5;
  border-radius: 0;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.testimonial-card.sec-card {
  border-color: #0abab5;
  margin-right: 0;
}

.testimonial-card.mobile-none.slide-4, .testimonial-card.mobile-none.slide-5 {
  display: none;
}

.stars-wrapper {
  margin-bottom: 30px;
}

.image-4 {
  opacity: 1;
  margin-right: 10px;
}

.image-5, .image-6, .image-7 {
  margin-right: 10px;
}

.paragraph-3 {
  color: rgba(255, 255, 255, .9);
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.img-name-wrapper {
  align-items: center;
  display: flex;
}

.image-8 {
  margin-right: 20px;
}

.text-block-9 {
  color: rgba(255, 255, 255, .9);
  font-family: Montserrat, sans-serif;
}

.cta-section {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.cta-wrapper {
  width: 90%;
  text-align: center;
  border: 1px solid #0abab5;
  border-top-style: none;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.cta-wrapper.home {
  border-style: none solid solid;
  border-color: #0abab5;
}

.text-block-10 {
  color: rgba(148, 148, 148, .69);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.heading-3 {
  color: #0abab5;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #e7dca4;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-family: Bitter, serif;
  font-size: 40px;
  font-weight: 400;
}

.heading-3.services {
  color: #0abab5;
  font-family: Rufina, sans-serif;
}

.paragraph-4 {
  width: 81%;
  color: rgba(255, 255, 255, .9);
  letter-spacing: 1px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.btn-cta {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-9 {
  width: 3%;
  margin-bottom: 3px;
}

.image-9.under {
  margin-top: 3px;
  margin-bottom: 0;
}

.button {
  color: #0abab5;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #0abab5;
  border-radius: 0;
  padding: 15px 30px;
  font-family: Montserrat, sans-serif;
  transition: all .3s;
}

.button:hover {
  transform: scale(1.1);
}

.button.home {
  color: #0abab5;
  border-color: #0abab5;
  border-radius: 20px;
}

.linked-in {
  margin-right: 30px;
  transition: all .3s;
}

.linked-in:hover {
  transform: translate(0, -5px);
}

.e-mail {
  margin-right: 30px;
  transition: all .3s;
}

.e-mail:hover {
  transform: translate(0, -5px);
}

.sec-heading {
  width: 50%;
  color: #c9aa00;
  text-align: center;
  letter-spacing: 0;
  margin: 0 auto;
  font-family: Rufina, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

.sec-heading.talk {
  width: 100%;
  color: rgba(255, 255, 255, .9);
  text-align: left;
  font-size: 26px;
  line-height: 50px;
}

.sec-heading.talk.tommorow {
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
}

.connect-heading {
  width: 50%;
  color: #c9aa00;
  text-align: center;
  letter-spacing: 0;
  margin: 0 auto;
  font-family: Rufina, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

.connect-heading.talk {
  width: 100%;
  color: rgba(255, 255, 255, .9);
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 50px;
}

.black-hole {
  width: 10px;
  height: 10px;
  background-color: #1a1a1a;
  border-radius: 100px;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 3%;
  right: auto;
}

.body-2 {
  color: #fff;
  background-color: #0b0f13;
  font-family: PT Serif, serif;
  font-size: 18px;
}

.services-hero {
  overflow: hidden;
}

.services-navbar {
  background-color: #000;
  margin-bottom: 100px;
  padding-top: 40px;
  padding-bottom: 20px;
}

.services-navbar.services {
  background-color: #0b0f13;
}

.heading-4 {
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #c9b028, #d8c352 57%, #e7dca4);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
  font-family: Droid Serif, serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 72px;
}

.heading-4.project {
  text-align: left;
  margin-bottom: 20px;
}

.services-section {
  padding-top: 80px;
  padding-bottom: 60px;
  overflow: hidden;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  justify-content: space-around;
}

.webflow-div {
  color: #fff;
  text-align: left;
  background-color: rgba(39, 39, 39, 0);
  border: 1px #d8c352;
  border-radius: 20px;
  flex-direction: column;
  margin-right: 0;
  padding: 20px 60px 20px 0;
  display: flex;
}

.design-div {
  background-color: rgba(2, 2, 2, 0);
  border: 1px #d8c352;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-left: 80px;
  padding-right: 0;
  display: flex;
}

.heading-5 {
  width: 77%;
  color: #0abab5;
  text-align: left;
  letter-spacing: 1px;
  text-transform: capitalize;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-bottom: 1px solid #0abab5;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: auto;
  padding-bottom: 10px;
  font-family: Rufina, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 53px;
}

.design-heading {
  width: 67%;
  color: #0abab5;
  text-align: left;
  letter-spacing: 1px;
  text-transform: capitalize;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-bottom: 1px solid #0abab5;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: auto;
  padding-bottom: 10px;
  font-family: Rufina, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 45px;
}

.list-item {
  color: #0abab5;
  margin-bottom: 30px;
  font-size: 27px;
  line-height: 35px;
}

.list-item.design {
  color: #0abab5;
  letter-spacing: 0;
  margin-bottom: 30px;
  font-size: 27px;
  line-height: 35px;
}

.text-span {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 21px;
}

.text-span-2, .text-span-2.design {
  color: #0abab5;
  text-transform: uppercase;
  font-family: Droid Sans, sans-serif;
}

.text-span-3 {
  color: #0abab5;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Droid Sans, sans-serif;
  line-height: 40px;
}

.text-span-3.webflow {
  color: #0abab5;
  text-transform: uppercase;
  font-family: Droid Sans, sans-serif;
}

.text-span-4 {
  color: #0abab0;
  text-transform: uppercase;
  font-family: Droid Sans, sans-serif;
}

.text-span-4.design {
  color: #0abab5;
}

.text-span-5 {
  color: #0abab5;
  text-transform: uppercase;
  font-family: Droid Sans, sans-serif;
  line-height: 35px;
}

.text-span-5.design {
  color: #0abab5;
  text-transform: uppercase;
  font-family: Droid Sans, sans-serif;
}

.text-span-6 {
  color: #0abab5;
  text-transform: uppercase;
  font-family: Droid Sans, sans-serif;
  font-weight: 400;
}

.text-span-6.design {
  color: #0abab5;
  text-transform: uppercase;
}

.text-span-7, .text-span-8 {
  color: #0abab5;
  text-transform: uppercase;
  font-family: Droid Sans, sans-serif;
}

.ripple-div {
  width: 500px;
  height: 500px;
  opacity: .42;
  color: #fff;
  background-color: #929292;
  border-radius: 500px;
  position: absolute;
  top: -370%;
  bottom: 0;
  left: -49%;
  right: auto;
}

.hero-cta-copy {
  color: #000;
  background-color: #c9b028;
  background-image: url('../images/Ellipse-302.png');
  background-position: 0 150%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #c9aa00;
  border-radius: 10px;
  margin-right: 40px;
  padding: 15px 30px;
  text-decoration: none;
  transition: background-position .5s;
  position: relative;
}

.hero-cta-copy:hover {
  color: #c9aa00;
  background-position: 50% 90%;
  border: 1px solid #c9aa00;
}

.navbar-btn {
  color: #000;
  background-color: #0abab5;
  background-image: url('../images/Ellipse-302.png');
  background-position: 0 150%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #0abab5;
  border-radius: 20px;
  margin-right: 40px;
  padding: 13px 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: background-position .5s;
  position: relative;
}

.navbar-btn:hover {
  color: #0abab5;
  background-position: 50% 90%;
  border: 1px solid #0abab5;
}

.navbar-btn.home-page {
  border-radius: 20px;
}

.image-10 {
  width: 87%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.design-underline {
  width: 75%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-9 {
  line-height: 53px;
}

.arrow-up {
  transition: all .3s;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 10%;
}

.arrow-up:hover {
  transform: scale(1.1);
}

.image-11 {
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.text-block-11 {
  z-index: 3;
  color: #0abab5;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 18px;
  position: relative;
}

.image-14 {
  margin-right: 15px;
  transition: all .3s;
}

.div-block-2 {
  width: 50px;
  height: 1px;
  background-color: #d8c352;
}

.body-3 {
  color: #fff;
  background-color: #000;
  font-family: PT Serif, serif;
}

.paragraph-5 {
  font-size: 18px;
  line-height: 28px;
}

.paragraph-6 {
  color: rgba(255, 255, 255, .9);
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.image-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grid-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.text-block-12 {
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.image-15 {
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: auto;
}

.image-16, .image-17 {
  border-radius: 20px;
}

.image-18 {
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: auto;
}

.text-span-10, .text-span-11 {
  color: #64f6eb;
  font-weight: 600;
}

.blur-div {
  width: 300px;
  height: 300px;
  opacity: 1;
  filter: blur(100px);
  background-color: rgba(216, 195, 82, .24);
  border-radius: 500px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.blur-div.about {
  width: 150px;
  filter: blur(200px);
  background-color: rgba(216, 195, 82, .49);
  right: auto;
}

.blur-div.about-copy {
  width: 150px;
  filter: blur(200px);
  background-color: #d8c352;
  bottom: 10%;
  right: 0;
}

.blur-div.cta {
  width: 150px;
  filter: blur(200px);
  background-color: #d8c352;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.blur-div.cta.double {
  width: 1900px;
  height: 30px;
  filter: blur(50px);
  background-color: rgba(216, 195, 82, .58);
  border-radius: 0;
  line-height: 10px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.steps-section {
  padding-top: 100px;
  padding-bottom: 60px;
  overflow: hidden;
}

.step-one {
  align-items: flex-end;
  margin-bottom: 60px;
  display: flex;
}

.step-two {
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 60px;
  display: flex;
}

.step-three {
  display: flex;
}

.step-text {
  width: 70%;
  height: 270px;
  background-color: rgba(2, 2, 2, 0);
  border: 1px solid #0abab5;
  border-radius: 0;
  padding: 60px 50px 40px;
  position: relative;
  box-shadow: inset 0 0 8px 1px rgba(255, 255, 255, .1);
}

.step-text.one {
  height: 260px;
  background-color: rgba(2, 2, 2, 0);
  border-color: #0abab5;
  border-radius: 0;
  padding-top: 60px;
}

.image-19 {
  height: 62%;
  max-width: 74%;
}

.step-img {
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 10px;
  padding-left: 40px;
  display: flex;
}

.step-img.step-two {
  justify-content: flex-end;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.text-block-13 {
  color: rgba(255, 255, 255, .2);
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 80px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 300;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 3%;
}

.step-text-copy {
  width: 70%;
  height: 270px;
  background-color: rgba(2, 2, 2, 0);
  border: 1px solid #0abab5;
  border-radius: 0;
  padding-top: 60px;
  padding-left: 50px;
  padding-right: 60px;
  position: relative;
  box-shadow: inset 0 0 8px 1px rgba(255, 255, 255, .1);
}

.step-2 {
  color: rgba(255, 255, 255, .2);
  text-align: left;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 300;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 3%;
  right: auto;
}

.paragraph-7 {
  color: rgba(255, 255, 255, .9);
  text-align: justify;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 25px;
}

.paragraph-7.right-align {
  text-align: justify;
  letter-spacing: 0;
}

.text-block-14 {
  color: #0abab5;
  margin-bottom: 40px;
  font-family: Rufina, sans-serif;
  font-size: 45px;
  position: static;
  top: 19%;
  bottom: auto;
  left: 3.5%;
  right: auto;
}

.text-block-15 {
  color: #0abab5;
  text-align: right;
  margin-bottom: 40px;
  font-family: Rufina, sans-serif;
  font-size: 45px;
}

.step-cta {
  width: 30%;
  text-align: center;
  margin-bottom: 0;
  padding-top: 80px;
  padding-left: 60px;
}

.text-block-16 {
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.step-btn {
  color: rgba(231, 220, 164, .9);
  background-color: #000;
  border: 1px solid rgba(231, 220, 164, .9);
  border-radius: 15px;
  padding: 12px 30px;
  font-family: Montserrat, sans-serif;
}

.image-20, .image-21 {
  opacity: .8;
}

.text-block-17 {
  color: #0abab5;
  text-transform: uppercase;
}

.content-wrapper {
  width: 60%;
  margin-top: 0;
}

.photo-wrapper {
  width: 40%;
  text-align: center;
  position: relative;
}

.image-22 {
  opacity: 1;
  border-bottom: 10px #0abab5;
  border-left: 10px #0abab5;
  border-radius: 0;
  position: relative;
  top: 8px;
}

.slide-6, .slide-7 {
  opacity: 0;
}

.html-embed {
  overflow: hidden;
}

.text-block-18 {
  width: 25%;
  color: #64f6eb;
  text-align: center;
  letter-spacing: 1px;
  border: .1px solid #64f6eb;
  border-radius: 1px;
  margin-bottom: 40px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 300;
  transition: all .3s;
}

.isnta {
  margin-right: 0;
  transition: all .3s;
}

.isnta:hover {
  transform: translate(0, -5px);
}

.insta {
  margin-right: 0;
  transition: all .3s;
}

.insta:hover {
  transform: translate(0, -5px);
}

.div-block-3 {
  z-index: -2;
  width: 200px;
  height: 200px;
  max-height: 300px;
  max-width: 300px;
  opacity: 1;
  filter: blur(100px);
  background-color: #0abab5;
  border-radius: 500px;
  position: absolute;
  top: 15%;
  bottom: 0%;
  left: auto;
  right: 30%;
}

.gradient {
  z-index: -1;
  max-height: 200px;
  max-width: 200px;
  filter: blur(200px);
  cursor: auto;
  background-color: #0abab5;
  position: absolute;
  top: 40%;
  bottom: 0%;
  left: 30%;
  right: 0%;
}

.heading-6 {
  color: #0abab5;
  margin-bottom: 20px;
  font-family: Rufina, sans-serif;
  font-size: 45px;
}

.services-sec {
  padding-top: 100px;
  padding-bottom: 60px;
}

.services-wrapper {
  height: 320px;
  justify-content: space-between;
  display: flex;
}

.service-wrap {
  width: 32%;
  height: 100%;
  max-height: 100%;
  max-width: 33%;
  border: 1px solid #0abab5;
  padding-top: 40px;
  transition: all .3s;
  box-shadow: inset 0 0 8px 1px rgba(255, 255, 255, .11);
}

.service-wrap:hover {
  transform: scale(1.03);
}

.text-block-19 {
  color: #0abab5;
  text-align: center;
  margin-bottom: 0;
  padding-top: 5px;
  font-family: Bitter, serif;
  font-size: 28px;
  line-height: 40px;
}

.paragraph-8 {
  color: #fff;
  text-align: center;
  margin-left: 40px;
  margin-right: 40px;
  font-family: Montserrat, sans-serif;
  line-height: 25px;
}

.image-25 {
  margin-right: 20px;
}

.div-block-4 {
  height: 10px;
  color: #0b0f13;
  position: relative;
  top: 29px;
  box-shadow: 0 -1px 10px 40px #0b0f13;
}

@media screen and (max-width: 991px) {
  .container, .container.navbar {
    width: 700px;
  }

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

  .hero-heading.under-heading {
    line-height: 50px;
  }

  .heading-wrapper.service {
    padding-left: 0;
    padding-right: 0;
  }

  .first-popout {
    margin-bottom: 0;
  }

  .paragraph {
    font-size: 13px;
  }

  .text-block {
    font-size: 15px;
  }

  .nav-link.services {
    color: rgba(0, 0, 0, .9);
    text-align: center;
    margin-right: 0;
  }

  .nav-menu.services {
    color: #000;
    background-color: #d8c352;
    padding-bottom: 20px;
  }

  .about-sec {
    padding-top: 100px;
  }

  .main-heading {
    justify-content: space-between;
    margin-bottom: 60px;
  }

  .main-heading.work {
    margin-bottom: 100px;
  }

  .text-block-4 {
    margin-right: 160px;
  }

  .heading-line {
    width: 66%;
  }

  .div-block {
    width: 3%;
  }

  .bio-wrapper {
    flex-direction: column;
  }

  .bio-heading, .bio-text {
    width: 100%;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 44px;
    display: none;
  }

  .line-notch.work {
    width: 4%;
  }

  .text-block-5.cta {
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
  }

  .project-hover {
    opacity: 0;
    padding-top: 40px;
  }

  .text-block-8 {
    width: 50%;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 33px;
  }

  .text-block-8.chiro {
    width: 100%;
    margin-bottom: 20px;
  }

  .project-cta {
    padding: 8px 20px;
    font-size: 13px;
  }

  .heading-2 {
    text-align: center;
    font-size: 32px;
  }

  .work-text-wrapper {
    padding-top: 20px;
  }

  .blank-div.display-none {
    padding-top: 20px;
    padding-left: 10px;
  }

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

  .left-arrow {
    bottom: -30%;
  }

  .right-arrow {
    padding-left: 20px;
    bottom: -30%;
  }

  .mask {
    height: 491px;
  }

  .testimonial-card {
    height: 92%;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .stars-wrapper {
    margin-bottom: 20px;
  }

  .image-4 {
    transform: translate(0);
  }

  .paragraph-3 {
    margin-bottom: 20px;
    font-size: 13px;
  }

  .image-8 {
    transform: scale(.9);
  }

  .text-block-9 {
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph-4, .button {
    font-size: 16px;
  }

  .sec-heading.talk.tommorow, .connect-heading.talk {
    font-size: 18px;
    line-height: 25px;
  }

  .black-hole {
    display: none;
  }

  .heading-4 {
    line-height: 70px;
  }

  .services-section {
    padding-top: 60px;
  }

  .webflow-div {
    padding-top: 0;
    padding-right: 0;
  }

  .design-div {
    padding-top: 0;
    padding-left: 40px;
  }

  .heading-5, .design-heading {
    width: 60%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: auto;
    font-size: 40px;
    line-height: 53px;
  }

  .list-item, .list-item.design {
    line-height: 30px;
  }

  .text-span {
    font-size: 15px;
    line-height: 15px;
    display: inline;
  }

  .text-span-2, .text-span-2.design, .text-span-3, .text-span-3.webflow, .text-span-4, .text-span-4.design, .text-span-5, .text-span-5.design, .text-span-6, .text-span-6.design, .text-span-7, .text-span-8 {
    font-size: 23px;
  }

  .navbar-btn {
    margin-right: 0;
  }

  .image-10, .design-underline {
    display: none;
  }

  .arrow-up {
    bottom: 0%;
    right: 0%;
  }

  .text-block-11 {
    font-size: 15px;
  }

  .icon, .icon-2 {
    color: #e7dca4;
  }

  .steps-section {
    padding-top: 60px;
  }

  .step-one, .step-two {
    margin-bottom: 40px;
  }

  .step-text {
    width: 90%;
    height: 230px;
    padding-top: 0;
    padding-left: 30px;
  }

  .step-text.one {
    width: 90%;
    height: 250px;
    padding-top: 30px;
    padding-bottom: 0;
    padding-left: 30px;
  }

  .step-text-copy {
    width: 90%;
    height: 282px;
    padding-top: 30px;
    padding-right: 0;
  }

  .paragraph-7 {
    text-align: left;
    font-size: 16px;
    line-height: 19px;
  }

  .text-block-14, .text-block-15 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .text-block-17 {
    font-size: 13px;
    line-height: 15px;
  }

  .content-wrapper {
    margin-top: 0;
  }

  .menu-button-2.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .services-wrapper {
    height: 350px;
  }

  .service-wrap {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .paragraph-8 {
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .image-25 {
    margin-right: 0;
    transform: scale(.6);
  }
}

@media screen and (max-width: 767px) {
  .container, .container.navbar, .container.about {
    width: 470px;
  }

  .hero-cta {
    padding-right: 0;
  }

  .nav-menu.services {
    padding-bottom: 20px;
  }

  .text-block-4 {
    width: 53%;
    margin-right: 20px;
    font-size: 100px;
  }

  .heading-line {
    width: 34%;
    margin-top: 30px;
    margin-right: 0;
  }

  .heading-line.work {
    display: none;
  }

  .heading-line.work.projects {
    width: 65%;
  }

  .div-block {
    width: 4%;
    margin-top: 30px;
  }

  .heading {
    text-align: center;
    font-size: 38px;
  }

  .line-notch {
    display: none;
  }

  .line-notch.work {
    width: 10%;
    margin-top: 30px;
  }

  .text-block-5 {
    width: 100%;
    text-align: center;
    margin-right: 0;
    font-size: 80px;
  }

  .text-block-5.projects {
    margin-left: 10px;
    font-size: 100px;
  }

  .text-block-5.cta {
    font-size: 100px;
  }

  .text-block-5.services {
    margin-left: 0;
    margin-right: 0;
    font-size: 120px;
  }

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

  .project-hover {
    padding-top: 20px;
  }

  .text-block-8 {
    font-size: 17px;
  }

  .project-cta {
    padding-right: 20px;
    font-size: 12px;
  }

  .work-text-wrapper, .blank-div.display-none {
    display: none;
  }

  .testimonials-section {
    padding-top: 100px;
  }

  .left-arrow {
    margin-right: 20px;
    bottom: -40%;
  }

  .right-arrow {
    bottom: -40%;
  }

  .testimonials-wrapper.sec-slide {
    height: 69%;
  }

  .testimonial-card {
    height: 105%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-4, .image-5, .image-6, .image-7 {
    transform: scale(.9);
  }

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

  .image-8 {
    margin-right: 10px;
    transform: scale(.8);
  }

  .text-block-9 {
    font-size: 12px;
    line-height: 15px;
  }

  .cta-section {
    padding-top: 100px;
  }

  .cta-wrapper {
    width: 100%;
    border-style: none;
  }

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

  .heading-3 {
    font-size: 33px;
  }

  .paragraph-4 {
    width: 92%;
    font-size: 17px;
    line-height: 23px;
  }

  .image-9 {
    display: none;
  }

  .button {
    font-size: 15px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .design-div {
    padding-left: 10px;
  }

  .heading-5 {
    width: 80%;
  }

  .design-heading {
    width: 70%;
  }

  .hero-cta-copy {
    padding-right: 0;
  }

  .navbar-btn {
    padding-right: 30px;
  }

  .image-12, .image-13 {
    transform: scale(.9);
  }

  .process-wrapper {
    width: 470px;
  }

  .step-one {
    width: 100%;
    text-align: left;
  }

  .step-two, .step-three {
    width: 470px;
  }

  .step-text {
    width: 100%;
    height: 270px;
  }

  .step-text.one {
    width: 470px;
    height: 256px;
  }

  .image-19, .step-img {
    display: none;
  }

  .step-img.step-two {
    width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .step-text-copy {
    width: 100%;
    height: 270px;
  }

  .services-wrapper {
    height: 1000px;
    flex-direction: column;
  }

  .service-wrap {
    width: 100%;
    height: 30%;
    max-width: 100%;
  }

  .paragraph-8 {
    text-align: left;
    font-size: 18px;
    line-height: 25px;
  }
}

@media screen and (max-width: 479px) {
  .hero-sec {
    overflow: hidden;
  }

  .container {
    width: 320px;
  }

  .container.navbar {
    width: 320px;
    padding-top: 20px;
  }

  .container.about, .container.hero, .container.projects {
    width: 320px;
  }

  .container.services {
    padding-top: 30px;
  }

  .hero-heading, .hero-heading.under-heading {
    font-family: Droid Serif, serif;
    font-size: 28px;
    line-height: 42px;
  }

  .heading-wrapper {
    margin-bottom: 20px;
  }

  .heading-wrapper.service {
    margin-bottom: 10px;
    margin-left: -10px;
    margin-right: 0;
  }

  .gradient-iavn {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
  }

  .paragraph {
    width: 100%;
    letter-spacing: 0;
    line-height: 25px;
  }

  .btn-wrapper {
    justify-content: center;
    align-items: center;
  }

  .hero-cta {
    width: 148px;
    height: 23px;
    background-image: none;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    padding: 20px 15px;
    line-height: 18px;
    transition-property: none;
    display: flex;
  }

  .hero-cta:hover {
    color: #000;
  }

  .text-block {
    width: 100%;
    color: #0abab5;
    text-align: center;
    letter-spacing: 0;
    align-items: flex-start;
    font-size: 16px;
    font-weight: 500;
    line-height: 13px;
    display: block;
  }

  .text-block.hero {
    color: #000;
    font-size: 16px;
    font-weight: 400;
  }

  .hero-work-btn {
    padding-left: 0;
  }

  .hero-work-btn.navbar-cta {
    width: 50%;
    text-align: center;
    background-image: none;
    border-radius: 20px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .hero-work-btn.navbar-cta.hero {
    width: 40%;
    background-color: #101010;
    border-radius: 0;
    padding-left: 0;
  }

  .navbar.margin {
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .nav-link {
    color: #000;
    text-align: center;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
  }

  .nav-link.services {
    margin-bottom: 10px;
    font-weight: 400;
  }

  .nav-link.services.proces {
    margin-bottom: 15px;
  }

  .nav-link.service {
    margin-bottom: 5px;
  }

  .nav-link.last {
    margin-bottom: 10px;
  }

  .nav-menu {
    background-color: #0abab5;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .nav-menu.services {
    height: 200px;
    -webkit-text-stroke-color: #d8c352;
    background-color: #0abab5;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
    display: flex;
    position: absolute;
  }

  .upper-div {
    display: none;
  }

  .text-block-3, .text-block-3.b {
    font-size: 70px;
  }

  .third-popout {
    margin-bottom: 0;
  }

  .about-sec {
    padding-top: 80px;
    overflow: hidden;
  }

  .main-heading {
    margin-bottom: 60px;
  }

  .main-heading.work {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .main-heading.testimonials {
    flex-direction: column;
  }

  .main-heading.cta {
    margin-bottom: 50px;
  }

  .main-heading.cta.process {
    margin-bottom: 60px;
  }

  .main-heading.services {
    margin-bottom: 40px;
  }

  .main-heading.about {
    margin-bottom: 60px;
  }

  .text-block-4 {
    width: 320px;
    text-align: center;
    margin-right: 0;
    font-family: Droid Serif, serif;
    font-size: 70px;
  }

  .text-block-4.pro {
    width: 100%;
  }

  .heading-line, .div-block {
    display: none;
  }

  .paragraph-2 {
    text-align: left;
    letter-spacing: 0;
    padding-left: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .work-sec {
    padding-top: 80px;
    overflow: hidden;
  }

  .text-block-5.projects {
    text-align: center;
    margin-left: 0;
    font-size: 70px;
  }

  .text-block-5.cta {
    margin-left: 0;
    margin-right: 0;
    font-size: 80px;
  }

  .text-block-5.services {
    font-size: 80px;
  }

  .text-block-5.mobile-none {
    display: none;
  }

  .text-block-5.mobile {
    display: block;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .project-wrapper.mobile-none {
    display: none;
  }

  .project-hover {
    opacity: 0;
    align-items: center;
    display: flex;
  }

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

  .project-cta {
    text-transform: uppercase;
    border-style: none;
    font-size: 19px;
    line-height: 25px;
  }

  .project-cta:hover {
    border-style: none;
  }

  .testimonials-section {
    overflow: hidden;
  }

  .left-arrow, .right-arrow {
    bottom: -45%;
  }

  .mask {
    width: 320px;
  }

  .testimonials-wrapper.sec-slide {
    height: 73%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial-card {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 20px;
    display: block;
  }

  .testimonial-card.mobile-none {
    display: none;
  }

  .testimonial-card.mobile-none.slide-4, .testimonial-card.mobile-none.slide-5 {
    height: 70%;
    display: block;
  }

  .paragraph-3 {
    letter-spacing: 0;
    font-size: 13px;
  }

  .cta-section {
    padding-top: 80px;
    overflow: hidden;
  }

  .cta-wrapper {
    margin-bottom: 10px;
  }

  .cta-wrapper.home {
    width: 100%;
    border-style: none;
    margin-bottom: 10px;
  }

  .text-block-10 {
    color: rgba(148, 148, 148, .77);
  }

  .heading-3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Droid Serif, serif;
  }

  .heading-3.services {
    font-size: 30px;
  }

  .paragraph-4 {
    width: 95%;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
  }

  .button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }

  .button.home {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .linked-in, .e-mail {
    margin-right: 20px;
  }

  .black-hole {
    width: 0;
    height: 0;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .slide {
    width: 320px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .services-hero {
    overflow: visible;
  }

  .services-navbar.services {
    margin-bottom: 40px;
    padding-top: 0;
  }

  .services-section {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .webflow-div, .design-div {
    padding-left: 0;
    padding-right: 10px;
  }

  .heading-5 {
    width: 90%;
    text-align: left;
    margin-bottom: 30px;
    margin-left: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .design-heading {
    width: 79%;
    text-align: left;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-bottom: 0;
    font-size: 30px;
    line-height: 34px;
  }

  .list-item, .list-item.design {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 27px;
  }

  .text-span {
    font-size: 13px;
  }

  .text-span-2 {
    font-size: 20px;
    line-height: 25px;
  }

  .text-span-2.design {
    font-size: 20px;
  }

  .text-span-3 {
    font-size: 20px;
    line-height: 25px;
  }

  .text-span-3.webflow {
    font-size: 21px;
    line-height: 25px;
  }

  .text-span-4 {
    font-size: 20px;
  }

  .text-span-4.design, .text-span-5 {
    font-size: 20px;
    line-height: 25px;
  }

  .text-span-5.design {
    font-size: 20px;
  }

  .text-span-6 {
    font-size: 20px;
    line-height: 25px;
  }

  .text-span-6.design {
    font-size: 20px;
  }

  .text-span-7, .text-span-8 {
    font-size: 20px;
    line-height: 25px;
  }

  .navbar-btn {
    color: #d8c352;
    background-color: #000;
    background-image: none;
    border-style: none;
    border-color: #000;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .arrow-up {
    left: 0;
    right: auto;
  }

  .image-11 {
    transform: scale(.6);
  }

  .text-block-11 {
    text-align: center;
    margin-right: 0;
    font-size: 16px;
    line-height: 13px;
  }

  .icon, .icon-2 {
    color: #0abab5;
  }

  .image-14 {
    margin-right: 5px;
    transform: scale(.8);
  }

  .steps-section {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .process-wrapper {
    width: 320px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .step-two, .step-three {
    width: 100%;
  }

  .step-text {
    height: 330px;
    padding: 30px 20px 20px;
  }

  .step-text.one {
    width: 320px;
    height: 33%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-13 {
    font-size: 25px;
    top: 3%;
  }

  .step-text-copy {
    width: 100%;
    height: 33%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .step-2 {
    font-size: 25px;
    top: 3%;
    bottom: auto;
    left: auto;
    right: 3%;
  }

  .paragraph-7 {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
  }

  .paragraph-7.right-align {
    text-align: left;
  }

  .text-block-14 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

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

  .content-wrapper {
    width: 100%;
    padding-left: 10px;
  }

  .photo-wrapper {
    display: none;
  }

  .menu-button {
    background-color: rgba(145, 100, 100, 0);
    padding-right: 20px;
  }

  .menu-button.w--open {
    background-color: rgba(255, 255, 255, 0);
  }

  .menu-button-2, .menu-button-2.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .list, .list-2 {
    padding-left: 20px;
  }

  .text-span-12 {
    color: #fff;
    font-weight: 400;
  }

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

  .image-23, .image-24 {
    transform: scale(.9);
  }

  .services-sec {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .services-wrapper {
    height: 900px;
    padding: 10px;
  }

  .service-wrap {
    height: 32%;
    max-height: 32%;
    padding-top: 30px;
  }

  .paragraph-8 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .mobile-span-text {
    display: none;
  }
}

#w-node-_1d44eacf-dbb0-0d19-0d78-509555a039fd-9c8202f6, #w-node-fcbec3e4-e2ec-da64-1933-0b3be2f0b413-9c8202f6, #w-node-_0d0cb604-28e4-7623-cedc-4cfe0f4f620b-9c8202f6, #w-node-_586102a9-fb57-0f29-b3ec-a426b6fd0425-9c8202f6, #w-node-_47aaca2c-3bdd-cd3b-cc41-268be27e09c4-9c8202f6, #w-node-da29d6ef-b522-0870-5f12-be1dd9bb4a94-9c8202f6, #w-node-a7c6c155-70ff-a05d-06a7-f86048ea342c-9c8202f6, #w-node-_9874002f-e9b5-dc06-1f76-c65c69d088be-9c8202f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


