:root {
  --blue-fizbuzz: #2c465f;
  --fizbuzz: #fce491;
  --white: white;
  --green: #646553;
  --off-white: #ecefe4;
}

.header {
  border-bottom: 2px solid var(--blue-fizbuzz);
  justify-content: space-between;
  align-items: center;
  padding: 47px 130px;
  display: flex;
}

.body {
  background-color: var(--fizbuzz);
  color: var(--blue-fizbuzz);
  font-family: Metropolis, sans-serif;
  font-weight: 600;
}

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

.link-button {
  color: var(--blue-fizbuzz);
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link-button:hover {
  color: var(--green);
}

.text-span {
  font-style: normal;
  text-decoration: underline;
}

.home-heading {
  height: auto;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 18vh;
  padding-left: 0;
  display: flex;
}

.cta-button {
  background-color: var(--blue-fizbuzz);
  color: var(--white);
  padding: 17px 32px;
  font-size: 18px;
  transition: background-color .75s, transform .2s;
}

.cta-button:hover {
  width: auto;
  background-color: var(--green);
  padding-left: 32px;
  transform: scale(1.1);
}

.cta-button:active {
  background-color: var(--green);
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.link {
  color: var(--blue-fizbuzz);
  align-items: center;
  padding-left: 21px;
  font-family: "Fa Solid 900", sans-serif;
  text-decoration: none;
  display: flex;
}

.link.browse-portfolio {
  letter-spacing: 1px;
  padding-top: 17px;
  padding-left: 0;
  transition: color .2s;
}

.link.browse-portfolio:hover {
  color: var(--green);
}

.text-span-2 {
  font-size: 22px;
  line-height: 22px;
  text-decoration: line-through;
}

.text-span-3 {
  margin-left: 5px;
  padding-left: 0;
  font-size: 22px;
  transform: rotate(-45deg);
}

.text-span-3:hover {
  padding-left: 0;
}

.navbar {
  display: none;
}

.heading {
  max-width: 600px;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 55px;
}

.paragraph {
  text-align: left;
  margin-bottom: 0;
}

.services {
  background-color: var(--blue-fizbuzz);
  color: var(--white);
  flex-direction: row;
  margin: 0;
  padding: 30px 10vw 120px;
  display: block;
}

.heading-2 {
  color: var(--white);
}

.heading-2.white-bg {
  color: var(--blue-fizbuzz);
}

.heading-3 {
  max-width: 650px;
  color: var(--white);
  padding-left: 84px;
  font-size: 50px;
  line-height: 40px;
}

.heading-3.white-bg {
  color: var(--blue-fizbuzz);
}

.service-heading {
  border-bottom: 1px solid #fff;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  padding: 64px;
  display: flex;
}

.text-span-4 {
  text-decoration: underline;
}

.footer-light {
  background-color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  height: 48px;
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.features-left {
  max-width: 40%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  max-width: 46%;
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-right: 16px;
}

.home-main {
  height: 100vh;
}

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

.text-span-5.white-bg {
  color: var(--blue-fizbuzz);
}

.service-type {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  border-bottom: 1px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: auto minmax(auto, 327px) 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  justify-items: start;
  padding-top: 60px;
  padding-bottom: 40px;
  transition: transform .4s;
  display: grid;
}

.service-type:hover {
  transform: scale(1.1);
}

.text-block {
  color: var(--white);
  font-size: 40px;
}

.div-block-4 {
  color: var(--white);
  font-size: 60px;
}

.div-block-4.indent {
  padding-right: 12px;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5 {
  font-size: 16px;
  font-weight: 400;
}

.image-3 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.image-3:focus {
  transform: none;
}

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

.home-cta {
  height: 100%;
  background-image: none;
  background-size: auto;
  padding-left: 130px;
  padding-right: 130px;
}

.image-4 {
  z-index: -1;
  display: block;
  position: absolute;
  bottom: 10px;
  right: 4.5vw;
}

.work {
  background-color: var(--off-white);
  border-top: 1px #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 131px 60px 10vw;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-tag {
  text-align: center;
  margin-bottom: 32px;
  font-size: 25px;
  font-weight: 700;
  line-height: 20px;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.gallery-slider {
  background-color: var(--blue-fizbuzz);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.paragraph-2, .heading-4 {
  color: var(--white);
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: rgba(26, 27, 31, .8);
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.slide-nav, .left-arrow {
  display: block;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
  / auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-5 {
  text-align: right;
}

.logos-title-large {
  background-color: var(--white);
  border-top: 1px #000;
  border-bottom: 1px #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  height: auto;
  max-width: 940px;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  line-height: 20px;
}

.clients-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.clients-wrapper {
  max-width: 750px;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slide {
  height: 1200px;
  background-image: url('../images/Screen-Shot-2024-02-18-at-10.06.00-PM.png');
  background-position: 50% 0;
  background-size: contain;
  margin-bottom: 0;
  padding-bottom: 0;
}

.slider {
  height: 600px;
  display: none;
}

.slide-2 {
  background-image: url('../images/Screen-Shot-2024-02-18-at-10.15.58-PM.png');
  background-position: 50% 0;
  background-size: contain;
}

.slide-3 {
  background-image: url('../images/Screen-Shot-2024-02-18-at-10.15.58-PM_1.png');
  background-position: 50%;
  background-size: cover;
}

.gallery-scroll-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.gallery-link-2 {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link-2:hover {
  color: rgba(26, 27, 31, .8);
}

.gallery-link-2.w--current {
  font-weight: 600;
}

.gallery-grid-2 {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper-2 {
  z-index: auto;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  padding-bottom: 0;
  transition: transform .2s cubic-bezier(.77, 0, .175, 1);
  position: relative;
}

.gallery-image-wrapper-2:hover {
  z-index: 10;
  transform: scale(1.3);
}

.gallery-image-2 {
  width: 100%;
}

.gallery-image-2.shadow-two {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  padding-bottom: 0;
}

.gallery-image-2.shadow-two:hover {
  z-index: 10;
  position: relative;
  transform: none;
}

.gallery-image-text-2 {
  z-index: 1;
  color: #1a1b1f;
  text-align: right;
  -webkit-text-stroke-color: #1f2124;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 15px;
  line-height: 20px;
  position: static;
  bottom: -12px;
  left: 16px;
  right: 16px;
}

.tech-used {
  font-size: 16px;
}

.contact-us {
  background-color: var(--blue-fizbuzz);
  padding: 60px 85px;
}

.heading-6 {
  color: var(--white);
  border-bottom: 1px solid #aaa;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-7 {
  color: #fff;
}

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

.contact-heading {
  color: #b6b4b4;
  font-size: 20px;
  font-weight: 500;
}

.lottie-animation {
  display: none;
}

@media screen and (max-width: 991px) {
  .header {
    padding: 40px;
  }

  .body {
    background-color: var(--fizbuzz);
    -webkit-text-stroke-color: var(--white);
  }

  .home-heading {
    padding-top: 25%;
  }

  .heading {
    max-width: 350px;
    font-size: 40px;
    line-height: 40px;
  }

  .heading-3 {
    max-width: 500px;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .heading-3.white-bg {
    width: 600px;
    max-width: 600px;
    text-align: left;
    font-size: 28px;
    line-height: 30px;
  }

  .container {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    border-top: 1px solid #000;
    border-left: 1px #000;
    margin-top: 40px;
    padding-top: 10px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .home-main {
    height: 100vh;
  }

  .service-type {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .div-block-4 {
    padding-bottom: 10px;
    font-size: 30px;
  }

  .home-cta {
    background-repeat: repeat;
    padding-left: 39px;
    padding-right: 39px;
  }

  .container-2 {
    max-width: 728px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .container-3 {
    max-width: 728px;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .container-4 {
    max-width: 728px;
  }

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

  .gallery-sticky-2 {
    display: none;
    position: relative;
    top: 0;
  }

  .contact-us {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-6 {
    color: var(--white);
    border-top: 1px #fff;
    border-bottom: 1px solid #a5a5a5;
    border-left: 1px #fff;
    border-right: 1px #b9b9b9;
    padding-top: 35px;
    padding-bottom: 35px;
  }

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

  .heading-7 {
    color: #b4b4b4;
    font-size: 30px;
  }

  .text-span-8 {
    color: #fff;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    display: flex;
    position: static;
  }

  .div-block.nav-menu {
    z-index: 2;
    width: 100%;
    min-height: 100vh;
    background-color: var(--blue-fizbuzz);
    color: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 100%;
    padding-left: 0;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .link-button {
    color: var(--white);
    padding: 25px;
    font-size: 25px;
  }

  .home-heading {
    align-items: flex-start;
    padding-top: 25vh;
    padding-left: 0;
  }

  .cta-button {
    display: none;
  }

  .div-block-3 {
    align-items: flex-start;
    padding-left: 0;
  }

  .link.browse-portfolio {
    padding-left: 0;
  }

  .heading {
    max-width: 360px;
  }

  .image-2 {
    z-index: 5;
    position: relative;
  }

  .paragraph {
    text-align: left;
  }

  .heading-2 {
    font-size: 15px;
  }

  .heading-3 {
    text-align: left;
    padding-left: 0;
    font-size: 28px;
    font-weight: 900;
    line-height: 35px;
  }

  .heading-3.white-bg {
    width: auto;
  }

  .service-heading {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .features-list {
    padding: 60px 15px;
  }

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

  .text-span-5.white-bg, .text-span-6 {
    display: none;
  }

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

  .home-cta {
    padding-left: 40px;
  }

  .work {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .gallery-scroll, .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .gallery-scroll-2 {
    padding: 60px 15px;
  }

  .div-block-6 {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .lottie-animation {
    z-index: 5;
    width: 48px;
    height: 48px;
    float: right;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    cursor: pointer;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: baseline;
    margin-right: 0;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 479px) {
  .header {
    object-fit: fill;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    display: flex;
    overflow: visible;
  }

  .div-block.nav-menu {
    margin-left: 100%;
  }

  .home-heading {
    max-width: none;
    min-width: auto;
    padding-top: 20vh;
    padding-left: 0;
    padding-right: 26px;
  }

  .home-heading:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .cta-button {
    padding: 15px 20px;
  }

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

  .div-block-3 {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 25px;
  }

  .link.browse-portfolio {
    padding-top: 10px;
    padding-left: 0;
  }

  .navbar {
    background-color: var(--fizbuzz);
    display: block;
  }

  .image {
    padding-top: 21px;
    display: inline-block;
  }

  .heading {
    max-width: 250px;
    font-size: 36px;
    line-height: 30px;
  }

  .nav-menu-2 {
    display: none;
  }

  .paragraph {
    padding-top: 16px;
    line-height: 14px;
  }

  .services {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3 {
    max-width: none;
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
  }

  .service-heading {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 60px 0 40px;
    display: block;
  }

  .container {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .home-main {
    padding-top: 0;
  }

  .service-type:hover {
    transform: scale(1.05);
  }

  .image-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .home-cta {
    background-position: 50%;
    background-size: 60%;
    padding-left: 20px;
  }

  .image-4 {
    max-width: 80%;
    right: 4.5vw;
  }

  .container-2 {
    max-width: none;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .container-3 {
    max-width: none;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-4 {
    max-width: none;
  }

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

  .gallery-image-text-2 {
    font-size: 16px;
    line-height: 16px;
  }

  .tech-used {
    font-size: 10px;
    line-height: 10px;
  }

  .contact-us {
    padding: 24px 24px 45px;
  }

  .heading-6 {
    font-size: 30px;
  }

  .div-block-6 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-7 {
    line-height: 30px;
  }

  .lottie-animation {
    float: right;
  }
}

#w-node-c36ccb83-ae75-da65-8ac4-533d3ea86ecd-7cb947d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c36ccb83-ae75-da65-8ac4-533d3ea86edd-7cb947d1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-c36ccb83-ae75-da65-8ac4-533d3ea86ede-7cb947d1, #w-node-c36ccb83-ae75-da65-8ac4-533d3ea86edf-7cb947d1, #access-dash.w-node-c36ccb83-ae75-da65-8ac4-533d3ea86ee2-7cb947d1, #w-node-c36ccb83-ae75-da65-8ac4-533d3ea86ee3-7cb947d1, #lead-retrieval.w-node-c36ccb83-ae75-da65-8ac4-533d3ea86ee6-7cb947d1, #w-node-c36ccb83-ae75-da65-8ac4-533d3ea86ee7-7cb947d1, #lead-scoring.w-node-c36ccb83-ae75-da65-8ac4-533d3ea86eea-7cb947d1, #w-node-c36ccb83-ae75-da65-8ac4-533d3ea86eeb-7cb947d1, #sponsored-sections.w-node-c36ccb83-ae75-da65-8ac4-533d3ea86eee-7cb947d1, #w-node-c36ccb83-ae75-da65-8ac4-533d3ea86eef-7cb947d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c36ccb83-ae75-da65-8ac4-533d3ea86ecd-7cb947d1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_700fc7c0-cb9b-e0b4-791b-e693192a757e-7cb947d1, #w-node-_700fc7c0-cb9b-e0b4-791b-e693192a7583-7cb947d1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c36ccb83-ae75-da65-8ac4-533d3ea86ecd-7cb947d1, #w-node-c36ccb83-ae75-da65-8ac4-533d3ea86edd-7cb947d1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Bold.otf') format('opentype'), url('../fonts/Metropolis-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-BoldItalic.otf') format('opentype'), url('../fonts/Metropolis-ExtraBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-ExtraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}