:root {
  --darkblue: #05031c;
  --transparentwhite: #fffc;
  --white: white;
  --blue: #146cff;
}

body {
  background-color: var(--darkblue);
  color: var(--transparentwhite);
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  line-height: 130%;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 110%;
}

h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 110%;
}

h3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 110%;
}

p {
  margin-bottom: 0;
}

.page-wrapper {
  overflow: hidden;
}

.blue-text {
  color: var(--blue);
}

.button-inner {
  color: var(--white);
  text-transform: uppercase;
  background-image: linear-gradient(90deg, #00368f, #146cff);
  border-radius: 3px;
  padding: 15px 50px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
  display: inline-block;
}

.main-button {
  background-image: linear-gradient(90deg, #0156e3, #00368f);
  border-radius: 4px;
  padding: 2px;
  transition: all .2s;
}

.main-button:hover {
  opacity: .6;
}

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

.container.dummy-margin {
  margin-top: 40px;
  margin-bottom: 500px;
}

.container.relative-container {
  position: relative;
}

.container.overflow-hidden {
  position: relative;
  overflow: hidden;
}

.secondary-button {
  color: var(--white);
  border: 1px solid #ffffff4d;
  border-radius: 4px;
  padding: 15px 50px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
  transition: all .2s;
}

.secondary-button:hover {
  background-color: #ffffff4d;
}

.secondary-button.work-btn {
  margin-top: 50px;
}

.text-block {
  text-transform: uppercase;
}

.card {
  flex: 1;
}

.radial-gradient {
  background-image: radial-gradient(circle, #040c1a00, #050f1f);
  position: absolute;
  inset: 0%;
}

.bg-radial-wrapper {
  height: 335px;
  display: flex;
  position: relative;
}

.work-bg-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.card-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.work-tags {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  display: flex;
  position: absolute;
  top: 24px;
  left: 24px;
}

.bg-tags-wrapper {
  position: relative;
}

.content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0c182e;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.basic-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #3781fc;
  font-size: .875rem;
  line-height: 1;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-flex;
}

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

.basic-link-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.square-icon {
  background-color: #0c182e;
  border-radius: 4px;
  padding: 30px;
  display: inline-block;
  position: relative;
}

.dummy-spacing {
  padding-top: 40px;
}

.icon-number {
  background-color: #242f43;
  border-radius: 2px;
  padding: 4px 10px;
  display: inline-block;
  position: absolute;
  top: -7px;
  left: -7px;
}

.stats-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.stats-wrapper.border-bottom {
  border-bottom: 1px solid #ffffff1a;
}

.stats-wrapper.border-bottom.show-on-smaller, .stats-wrapper.show-on-smaller {
  display: none;
}

.text-block-2 {
  color: #fff9;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 400;
  line-height: 110%;
}

.text-block-3 {
  color: var(--white);
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 110%;
}

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

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

.hero-section {
  justify-content: center;
  align-items: flex-end;
  height: 93vh;
  display: flex;
  position: relative;
}

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

.hero-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.hero-image {
  width: 60%;
  position: relative;
  overflow: hidden;
}

.circles {
  z-index: 1;
  position: absolute;
  bottom: -120px;
}

.hero-img {
  z-index: 4;
  position: relative;
}

.hero-gradient {
  z-index: 2;
  background-image: radial-gradient(circle, #0153da8c 2%, #05080e00 61%);
  width: 600px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.pulsing-box {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  display: flex;
  position: absolute;
  transform: rotate(-30deg);
}

.pulsing-box.webflow-box {
  top: 100px;
  right: 0;
  transform: none;
}

.pulsing-box.finsweet-box {
  top: 26px;
  right: auto;
  transform: none;
}

.pulsing-box.figma-box {
  top: 36%;
  bottom: auto;
  transform: none;
}

.navbar {
  background-color: var(--darkblue);
  border-bottom: 1px solid #ffffff1a;
  padding-top: 16px;
  padding-bottom: 16px;
  position: fixed;
  inset: 0% 0% auto;
}

.puls-large {
  z-index: 1;
  opacity: .2;
  background-image: linear-gradient(#0663ff, #5897ff);
  border-radius: 8px;
  width: 122px;
  height: 122px;
  position: absolute;
}

.puls-large.pl-figma {
  background-image: linear-gradient(#f24e1e, #f46c44);
  width: 105px;
  height: 105px;
}

.puls-large.pl-finsweet {
  background-image: repeating-radial-gradient(circle, #e442ff, #ad63ff 39%, #8200fa);
  width: 86px;
  height: 86px;
}

.puls-small {
  z-index: 2;
  opacity: .3;
  background-image: linear-gradient(#0663ff, #5897ff);
  border-radius: 7px;
  width: 110px;
  height: 110px;
  position: absolute;
}

.puls-small.ps-figma {
  background-image: linear-gradient(#f24e1e, #f46c44);
  width: 90px;
  height: 90px;
}

.puls-small.ps-finsweet {
  background-image: repeating-radial-gradient(circle, #e442ff, #ca18f7 41%, #8200fa);
  width: 74px;
  height: 74px;
}

.puls-image {
  z-index: 3;
  width: 97px;
  height: 97px;
  display: block;
  position: absolute;
}

.puls-image.finsweet-image {
  width: 62px;
  height: 62px;
}

.puls-image.figma-image {
  width: 76px;
  height: 76px;
}

.rotate {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.rotate.rotate30 {
  transform: rotate(-30deg);
}

.rotate.rotate10 {
  transform: rotate(-10deg);
}

.rotate.rotate40 {
  transform: rotate(40deg);
}

.nav-link {
  color: var(--white);
  text-transform: uppercase;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.nav-link.nav-btn {
  background-color: var(--white);
  color: var(--darkblue);
  border-radius: 4px;
  margin-left: 20px;
  padding: 16px 32px;
  transition: all .2s;
}

.nav-link.nav-btn:hover {
  background-color: var(--blue);
  color: var(--white);
}

.inner-nav {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.msg-popup {
  z-index: 3;
  display: none;
  position: absolute;
  top: 100px;
  right: 200px;
}

.hero-cta-btns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 25px;
  display: flex;
}

.persons-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-with-line {
  position: relative;
}

.text-block-4 {
  color: var(--white);
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 700;
  line-height: 110%;
}

.blue-line {
  position: absolute;
  bottom: -12px;
}

.hero-heading {
  margin-bottom: 10px;
}

.hero-text {
  margin-bottom: 35px;
}

.hero-left-gradient {
  filter: blur(300px);
  background-color: #041b41b3;
  border-radius: 100%;
  width: 802px;
  height: 686px;
  position: absolute;
  inset: auto auto 2% -20%;
}

.marquee-section {
  background-color: #0c182e;
  padding-top: 65px;
  padding-bottom: 65px;
}

.marquee-slider {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #0c182e;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-gradient {
  background-image: linear-gradient(90deg, #0c182e, #0c182e00);
  width: 20%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.right-gradient {
  background-image: linear-gradient(270deg, #0c182e, #0c182e00);
  width: 20%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.work-section {
  padding-top: 115px;
  padding-bottom: 115px;
  position: relative;
}

.work-wrapper {
  flex-flow: column;
  margin-top: 64px;
  display: flex;
}

.work-heading.center-text {
  text-align: center;
}

.work-text {
  color: var(--transparentwhite);
  text-align: center;
  max-width: 320px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.work-left-gradient {
  z-index: -1;
  filter: blur(300px);
  background-color: #041b4159;
  border-radius: 100%;
  width: 802px;
  height: 686px;
  position: absolute;
  inset: auto auto 2% -20%;
}

.work-circles {
  position: absolute;
}

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

.pre-heading {
  text-transform: uppercase;
  font-size: .75rem;
  line-height: 110%;
}

.pre-heading.center-text {
  text-align: center;
}

.about-section {
  padding-top: 60px;
  padding-bottom: 160px;
}

.about-wrapper {
  display: flex;
}

.about-image-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-content-wrapper {
  flex: 1;
}

.about-image {
  border: 20px solid #0c182e;
  border-radius: 100%;
  box-shadow: 0 0 50px #1164ef1a;
}

.image-group {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.about-tags {
  position: absolute;
  inset: 35px auto auto 20px;
}

.linkedin-icon {
  position: absolute;
  inset: auto auto 0% 68px;
}

.about-heading {
  margin-top: 5px;
  margin-bottom: 40px;
}

.about-text {
  margin-bottom: 15px;
}

.about-heading-wrapper {
  display: inline-block;
  position: relative;
}

.image {
  position: absolute;
  top: -30px;
  right: -130px;
}

.about-cta-btns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 50px;
  margin-bottom: 25px;
  display: flex;
}

.about-cta-btns.show-on-smaller {
  display: none;
}

.freebie-wrapper {
  background-color: #0c182e;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-end;
  padding: 50px 80px;
  display: flex;
}

.freebie-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  max-width: 398px;
  display: flex;
}

.freebie-form {
  flex: 1;
}

.freebie-download-form {
  max-width: 570px;
  margin-left: auto;
}

.form-promise {
  color: #ffffff4d;
  margin-top: 10px;
  font-size: .75rem;
  line-height: 1;
}

.form-input {
  background-color: #0000;
  border: 1px solid #242f43;
  border-radius: 4px;
  height: 50px;
}

.form-input-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.services-section {
  background-image: url('../images/Circles_1.svg');
  background-position: 0 70%;
  background-repeat: no-repeat;
  background-size: 450px;
  padding-top: 160px;
  padding-bottom: 160px;
}

.services-cta {
  margin-top: 100px;
}

.services-wrapper {
  display: flex;
}

.services-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.services-right {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  flex: 1;
  display: flex;
  position: relative;
}

.icon-content-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.icon-wrapper {
  flex: 0 auto;
}

.icon-contnet-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.services-line {
  background-color: #0c182e;
  width: 5px;
  height: 100%;
  position: absolute;
  left: 49px;
}

.services-heading {
  margin-bottom: 15px;
}

.services-text {
  max-width: 416px;
  margin-bottom: 20px;
}

.cta-banner-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  background-image: linear-gradient(130deg, #00368f, #0156e3);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px 15px 150px;
  display: flex;
  position: relative;
}

.cta-banner-text {
  color: var(--white);
  margin-bottom: 15px;
}

.text-block-5 {
  color: var(--blue);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.large-cta-btn {
  background-color: var(--white);
  border-radius: 8px;
  padding: 24px 32px;
  text-decoration: none;
  position: relative;
}

.shh-icon {
  position: absolute;
  inset: -15px -15px auto auto;
}

.left-bottom-lines {
  position: absolute;
  inset: auto auto 0% 0%;
}

.right-top-lines {
  position: absolute;
  inset: 0% 0% auto auto;
}

.cta-message {
  position: absolute;
  inset: -78% -41% auto auto;
}

.footer-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.footer-top {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 55px;
  display: flex;
}

.footer-bottom {
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  display: flex;
}

.footer-main-menu, .footer-socials {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.footer-link-item {
  color: var(--white);
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
  transition: all .2s;
}

.footer-link-item:hover {
  color: var(--blue);
}

.footer-copyright {
  text-align: center;
}

.testimonial-section {
  padding-top: 115px;
  padding-bottom: 115px;
}

.testimonial-heading.center-text {
  text-align: center;
}

.testimonial-text {
  color: var(--transparentwhite);
  text-align: center;
  max-width: 320px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.testimonial {
  color: #fff;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}

.slide {
  background-color: #0c182e;
  border-radius: 10px;
  height: 450px;
  margin-left: 0;
  margin-right: 40px;
  padding: 40px;
}

.testimonial-author-wrap {
  align-items: center;
  display: flex;
}

.testimonial-mask {
  height: auto;
}

.testimonial-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.testimonial-img {
  border-radius: 100%;
  margin-right: 20px;
}

.left-arrow {
  align-items: center;
  display: flex;
  inset: 0% auto 0% -30%;
}

.slide-nav {
  display: none;
}

.testimonial-slider {
  background-color: #ddd0;
  width: 100%;
  max-width: 714px;
  height: auto;
}

.body-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.body-text.light {
  color: #ffffffb3;
}

.body-text.light.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-6 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.heading-6.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.right-arrow {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  inset: 0% -30% 0% auto;
}

.link, .link-2, .link-3 {
  color: var(--blue);
  text-decoration: none;
}

.display-none {
  display: none;
}

.link-hover {
  background-color: var(--white);
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.nav-link-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.video-modal {
  z-index: 4;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.video-wrapper {
  background-color: var(--transparentwhite);
  border-radius: 10px;
  width: 50%;
  padding: 40px;
  position: relative;
}

.close-video {
  position: absolute;
  inset: 10px 10px auto auto;
}

.cta-message-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .container {
    width: 100%;
    max-width: 1320px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.dummy-margin {
    width: 100%;
    max-width: 1300px;
  }

  .card-wrapper {
    flex-flow: column;
    display: flex;
  }

  .stats-wrapper, .stats-wrapper.border-bottom {
    display: none;
  }

  .stats-wrapper.border-bottom.show-on-smaller, .stats-wrapper.show-on-smaller {
    align-self: flex-start;
    width: 100%;
    display: flex;
  }

  .hero-section {
    height: auto;
    padding-top: 60px;
  }

  .hero-wrapper {
    flex-flow: column;
  }

  .hero-content {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 546px;
    margin-bottom: 40px;
    padding-top: 40px;
  }

  .hero-image {
    width: 100%;
    max-width: 522px;
  }

  .hero-gradient {
    width: 400px;
    height: 400px;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link {
    text-align: center;
  }

  .nav-link.nav-btn {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu {
    background-color: var(--darkblue);
    padding-bottom: 20px;
  }

  .msg-popup {
    top: 50px;
    right: 80px;
  }

  .hero-heading, .hero-text {
    text-align: center;
  }

  .work-circles {
    z-index: -1;
    top: 190px;
  }

  .about-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .about-image-wrapper {
    flex-flow: column;
    order: 1;
    max-width: 460px;
  }

  .about-content-wrapper {
    align-self: flex-start;
    max-width: 700px;
  }

  .image-group {
    margin-bottom: 60px;
  }

  .about-tags {
    left: 0;
  }

  .about-cta-btns {
    display: none;
  }

  .about-cta-btns.show-on-smaller {
    display: flex;
  }

  .freebie-wrapper {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 40px;
  }

  .freebie-info {
    max-width: 500px;
  }

  .services-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .services-left {
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
  }

  .services-right {
    padding-left: 60px;
    padding-right: 60px;
  }

  .services-line {
    left: 107px;
  }

  .cta-banner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .large-cta-btn {
    z-index: 1;
  }

  .shh-icon, .cta-message {
    display: none;
  }

  .footer-top {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .footer-main-menu {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .slide {
    height: auto;
  }

  .testimonial-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .left-arrow {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    inset: 0% auto 0% -25px;
  }

  .body-text {
    font-size: 18px;
  }

  .right-arrow {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    inset: 0% -25px 0% auto;
  }

  .menu-button, .menu-button.w--open {
    background-color: var(--darkblue);
  }

  .nav-link-wrapper {
    flex-flow: column;
  }

  .video-modal {
    display: none;
  }

  .video-wrapper {
    width: 80%;
  }

  .cta-message-mobile {
    display: block;
    position: absolute;
    inset: -45% -25% auto auto;
  }
}

@media screen and (max-width: 767px) {
  .circles {
    z-index: 1;
    inset: 0%;
  }

  .hero-img {
    margin-left: auto;
  }

  .hero-gradient {
    width: 400px;
    height: 400px;
  }

  .msg-popup {
    top: 64px;
    right: 90px;
  }

  .persons-wrapper {
    flex-flow: column;
  }

  .services-line {
    height: 85%;
  }

  .cta-message {
    top: -69%;
    right: -39%;
  }

  .testimonial-section {
    padding-bottom: 60px;
  }

  .slide {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  .button-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .secondary-button {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .secondary-button.work-btn {
    margin-top: 20px;
  }

  .square-icon {
    padding: 15px;
  }

  .stats-wrapper.border-bottom.show-on-smaller {
    justify-content: flex-start;
    align-items: center;
  }

  .stat-text {
    text-align: right;
  }

  .hero-gradient {
    width: 200px;
    height: 200px;
  }

  .pulsing-box.webflow-box {
    inset: 6% -10% auto auto;
  }

  .pulsing-box.finsweet-box {
    top: -35px;
  }

  .pulsing-box.figma-box {
    top: 25%;
    right: 196px;
  }

  .puls-large, .puls-large.pl-figma, .puls-large.pl-finsweet {
    width: 74px;
    height: 74px;
  }

  .puls-small, .puls-small.ps-figma, .puls-small.ps-finsweet {
    width: 62px;
    height: 62px;
  }

  .puls-image, .puls-image.finsweet-image, .puls-image.figma-image {
    width: 50px;
    height: 50px;
  }

  .msg-popup {
    top: 25px;
    right: 51px;
  }

  .hero-cta-btns {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .persons-wrapper {
    flex-flow: column;
  }

  .hero-heading {
    font-size: 2.7rem;
  }

  .marquee-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .marquee-slider {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .work-section {
    padding-bottom: 60px;
  }

  .about-section {
    padding-bottom: 100px;
  }

  .about-tags {
    max-width: 30%;
  }

  .linkedin-icon {
    max-width: 25%;
    left: 0;
  }

  .image {
    top: -31px;
    right: -130px;
  }

  .about-cta-btns.show-on-smaller, .form-input-group {
    flex-flow: column;
  }

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

  .services-right {
    padding-left: 0;
    padding-right: 0;
  }

  .services-line {
    height: 87%;
    left: 26px;
  }

  .services-heading, .services-text {
    text-align: center;
  }

  .text-block-5 {
    font-size: 1rem;
  }

  .large-cta-btn {
    padding: 15px 20px;
  }

  .shh-icon {
    top: -15px;
    right: -1px;
  }

  .left-bottom-lines, .right-top-lines {
    max-width: 100px;
  }

  .cta-message {
    top: -76%;
    right: -24%;
  }

  .testimonial-section {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .testimonial {
    margin-bottom: 30px;
  }

  .slide {
    height: auto;
    padding: 30px;
  }

  .testimonial-author-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-img {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .left-arrow {
    margin-top: 30px;
    display: inline-block;
    position: static;
  }

  .testimonial-slider {
    flex-direction: column;
  }

  .right-arrow {
    margin-top: 30px;
    display: inline-block;
    position: static;
  }

  .card-paragraph {
    font-size: .875rem;
  }

  .marquee-image {
    max-width: 170px;
  }

  .icon-image {
    width: 24px;
  }

  .video-modal {
    display: none;
  }

  .video-wrapper {
    width: 100%;
  }

  .cta-message-mobile {
    top: -80%;
    right: -40%;
  }
}


