:root {
  --black: black;
  --white: white;
}

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

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

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

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

h1 {
  color: #3d3d3d;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 3.1rem;
}

h2 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 2.6rem;
}

h3 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
}

h4 {
  letter-spacing: .4px;
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.7rem;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.25rem;
}

p {
  margin-bottom: .625rem;
  font-weight: 300;
}

a {
  color: #353434;
  text-decoration: none;
}

.section {
  background-color: rgba(239, 235, 234, 0);
  background-image: linear-gradient(236deg, #e9e8e6, #f1f0ee);
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  height: 80vh;
  margin-top: 100px;
  padding: 50px 0;
  display: flex;
}

.image {
  width: 70px;
}

.heading {
  margin-bottom: 86px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.image-2 {
  width: 100%;
  max-width: 900px;
}

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

.features-card-img {
  margin-bottom: 30px;
}

.features-left {
  flex-direction: column;
  align-items: flex-start;
  max-width: 450px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.features-card-title {
  letter-spacing: -1px;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

.section-2 {
  background-color: rgba(0, 0, 0, .05);
  padding: 150px 20px;
}

.section-2.home-services-card-wrapper {
  display: none;
}

.features-right {
  grid-row-gap: 200px;
  flex-direction: column;
  width: 400px;
  display: flex;
  position: relative;
}

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

.features-card {
  transform-origin: 50% 0;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.features-card.third {
  margin-bottom: 15px;
  padding: 30px;
  top: 180px;
}

.features-card.second {
  margin-bottom: 30px;
  padding: 30px;
  top: 165px;
}

.features-card.first {
  margin-bottom: 45px;
  padding: 30px;
}

.features-card.fourth {
  padding: 30px;
  top: 195px;
}

.body {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.paragraph {
  font-size: 1rem;
}

.heading-2 {
  margin-bottom: 1.3rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.1rem;
}

.main-section {
  width: 100vw;
}

.main-section.grey-bg {
  background-color: #f3f3f3;
}

.main-section.grey-bg.carousel-section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.main-section.black-bg {
  background-color: var(--black);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.main-section.hide {
  display: none;
}

.main-section.about-section {
  filter: grayscale();
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  background-image: url('../images/unnamed-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 100vh;
}

.main-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90vw;
  max-width: 1300px;
  height: 23%;
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
  display: flex;
}

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

.stacked-images-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 65%;
  display: flex;
  position: relative;
}

._40-left {
  width: 40%;
}

.heading-3 {
  font-weight: 600;
}

.heading-4 {
  font-weight: 300;
}

.heading-5 {
  letter-spacing: 1px;
  line-height: 1.8rem;
}

._40 {
  width: 30%;
  line-height: 1.8rem;
}

.image1 {
  width: 40vw;
  max-width: 31.875rem;
}

.image-overlap {
  border: 4px solid #d2f75a;
  width: 30vw;
  max-width: 25rem;
  position: absolute;
  bottom: auto;
  left: 0;
}

.landing-section {
  background-image: url('../images/product-pic-9.png'), linear-gradient(270deg, #ebe7e6, #edecea);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1100px, auto;
  background-attachment: scroll, scroll;
  width: 100vw;
  height: 100vh;
}

.landing-section.grey-bg {
  background-color: #f3f3f3;
}

.landing-section.technology {
  background-image: url('../images/product-pic-4.png'), linear-gradient(270deg, #ebe7e6, #edecea);
}

.landing-section.design {
  background-image: url('../images/product-pic-10.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.landing-section.application {
  background-image: linear-gradient(rgba(0, 0, 0, .41), rgba(0, 0, 0, .41)), url('../images/DSC07758-min.JPG');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.landing-section.application.b-w-image {
  background-image: url('../images/DSC07758-min.JPG');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.landing-section.partnerships {
  background-image: url('../images/product-pic-8.png'), linear-gradient(195deg, #e3dfe0, #edecea);
}

.landing-section.contact {
  background-image: url('../images/product-pic-11.png'), linear-gradient(243deg, #ebe7e6, #f0efed);
}

.heading-spaced-out {
  letter-spacing: .125rem;
  text-transform: uppercase;
  font-weight: 500;
}

.heading-spaced-out.white-t {
  text-transform: uppercase;
}

.heading-spaced-out.white-t.left-aligned-40-heading {
  width: 40%;
}

.main-wrapper-90vh-bottom-al {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 90vw;
  max-width: 1300px;
  height: 100vh;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.logo {
  width: 4.4rem;
}

.navbar {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-2 {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 1300px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  letter-spacing: .1rem;
  padding: 1.5rem 1.875rem;
  font-size: .8rem;
  font-weight: 500;
}

.nav-link.w--current {
  color: #353434;
}

.huge-heading {
  letter-spacing: 4px;
  font-size: 4.375rem;
  font-weight: 600;
  line-height: 3.6rem;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.home-grid-text {
  color: #333;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 80%;
  font-weight: 400;
  display: block;
}

.home-grid-text.white-t {
  color: var(--white);
  text-transform: uppercase;
  line-height: 2.6rem;
}

.spacer-vertical {
  height: 4.375rem;
}

.grey-t {
  color: #f2f2f2;
  width: 25%;
}

.heading-6 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
}

.heading-7 {
  font-weight: 400;
}

.div-block-2 {
  width: 71%;
}

.footer {
  background-color: #ebe7e6;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 50vh;
  display: flex;
}

.footer.grey-bg {
  background-color: #f3f3f3;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.footer.black-bg {
  background-color: var(--black);
}

.footer-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.footer-div {
  flex-flow: column;
  flex: 1;
  width: 25%;
  max-width: 30%;
  display: flex;
}

.footer-type {
  letter-spacing: .1rem;
  padding: .6rem 0;
  font-size: .8rem;
  font-weight: 500;
  transition: font-size .2s;
}

.footer-type:hover {
  font-size: .85rem;
  font-weight: 600;
}

.footer-type-2 {
  letter-spacing: .1rem;
  padding: .6rem 0;
  font-size: .8rem;
  font-weight: 500;
}

.full-width-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 2000px;
  height: 23%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.grid-holder-black {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-main-page {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3.75rem;
  margin-bottom: 1.25rem;
  display: grid;
}

.footer-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 1;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90vw;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0;
  display: flex;
}

._25-text {
  width: 25%;
}

.opening-section {
  width: 100vw;
  height: 100vh;
}

.opening-section.grey-bg {
  background-color: #f3f3f3;
}

.opening-section.about {
  background-color: #f2f2f2;
  background-image: url('../images/product-pic-5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70vw;
  background-attachment: scroll;
}

.heading-8 {
  font-size: 43px;
  line-height: 47px;
}

.white-t {
  color: #fff;
}

.white-t.centered-60 {
  text-align: center;
  width: 60%;
}

.main-wrapper-100vh-centered {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90vw;
  max-width: 1300px;
  height: 100%;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.main-wrapper-100vh-centered.left-aligned {
  justify-content: center;
  align-items: flex-start;
}

.image-max-800px {
  max-width: 800px;
}

.technology-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.technology-grid-div {
  color: #fff;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  border: 4px solid #d2f75a;
  border-radius: 0;
  padding: 50px;
}

.design-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-self: auto;
  width: 100%;
}

.design-grid.b-w-image {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
}

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

._80 {
  width: 80%;
}

.compare-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-self: auto;
  width: 100%;
  margin-top: 60px;
}

.compare-div {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

._70 {
  width: 70%;
}

.line {
  background-color: #c5c5c5;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.application-image {
  object-fit: cover;
  min-width: 100%;
  max-height: 600px;
}

.div-50 {
  width: 50%;
}

.div-40 {
  width: 40%;
}

.app-image {
  width: 25vw;
  margin-left: 1vw;
  margin-right: 1vw;
}

.carousel-container {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  min-width: 135vw;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  left: -1186px;
}

.div-25, .div-25.grey-t {
  width: 25%;
}

.horisontal-top-aligned {
  text-align: center;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contact-div-wrapper {
  text-align: center;
  background-color: #f3f3f3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 50rem;
  padding: 90px 60px;
  display: flex;
}

.button {
  color: #353535;
  background-color: #d2f65a;
  border-radius: 0;
  width: 20rem;
  padding: 1.25rem 3.125rem;
  box-shadow: 0 1px 11px -4px rgba(0, 0, 0, .16);
}

.spacer-vertical-small {
  height: 2rem;
}

.contact-div-wrapper-class {
  text-align: center;
  background-color: #f3f3f3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 90px 60px;
  display: flex;
}

.home-services-card-wrapper {
  border-top: 2rem solid #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.subnav {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.subnav-item {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

.subnav-item.w--current {
  text-decoration: underline;
}

.subnav-item.inverse {
  color: rgba(255, 255, 255, .7);
}

.text-meta-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.mobile-menu-toggle-line._02 {
  margin-top: -1px;
}

.mobile-menu-toggle-line._03 {
  bottom: 0;
}

.page-padding {
  padding-left: 3rem;
  padding-right: 3rem;
}

.card {
  border: 1px solid #000;
}

.card.muted {
  background-color: #f8f8f8;
  border-color: rgba(0, 0, 0, 0);
}

.navbar-menu-item-line {
  background-color: #000;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: -3px;
  left: 0%;
  right: auto;
}

.navbar-right-button {
  display: flex;
}

.marquee-inner {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  display: flex;
}

.heading-h1 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 100%;
}

.heading-h1.text-uppercase {
  letter-spacing: 2px;
  font-weight: 600;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.home-clients-logos-inner {
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  display: flex;
}

.mobile-menu {
  z-index: 100;
  display: none;
}

.home-services-grid-right-inner {
  flex-direction: column;
  margin-top: -2rem;
  display: flex;
}

.nav-item-line {
  background-color: #000;
  width: 0%;
  height: 1px;
}

.nav-item-line.inverse {
  background-color: #fff;
}

.heading-small {
  font-size: 4rem;
  font-weight: 500;
  line-height: 110%;
}

.heading-small.text-uppercase {
  letter-spacing: 2px;
  margin-bottom: 1.25rem;
  font-weight: 600;
  line-height: 100%;
}

.section-marquee {
  overflow: hidden;
  transform: translate(0);
}

.footer-2 {
  z-index: 0;
  color: #fff;
  background-color: #000;
  margin-top: -1px;
  position: relative;
}

.marquee-secondary-inner {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.nav-item {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  transition: color .3s;
  display: flex;
}

.nav-item.inverse {
  color: rgba(255, 255, 255, .7);
}

.nav-item.inverse:hover {
  color: #fff;
}

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

.navbar-menu-item-inner {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  position: relative;
}

.heading-h6 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
}

.heading-h6:hover {
  text-decoration: none;
}

.heading-h6.text-uppercase {
  letter-spacing: 1px;
}

.main-wrapper-2 {
  background-color: #fff;
  max-width: 112.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-shadow: 0 0 30px rgba(0, 0, 0, .03);
}

.home-work-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mobile-menu-nav-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.subnav-item-line {
  background-color: #222;
  width: 0%;
  height: 1px;
}

.subnav-item-line.inverse {
  color: #fff;
}

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

.card-padding {
  padding: 3rem;
}

.home-services-grid-left-inner {
  padding-bottom: 7rem;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

.footer-grid-right-inner {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar-2 {
  z-index: 1000;
}

.clip {
  min-height: 4.75rem;
  overflow: hidden;
}

.heading-medium {
  font-size: 5rem;
  font-weight: 500;
  line-height: 100%;
}

.heading-medium.text-uppercase {
  letter-spacing: 2px;
  font-weight: 600;
}

.mobile-menu-toggle {
  display: none;
}

.section-marquee-secondary {
  color: #000;
  background-color: #d2f65a;
  overflow: hidden;
}

.home-services-grid-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.home-services-item-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.button-line-right {
  background-color: #000;
  width: 0;
  height: 1px;
}

.navbar-menu-item-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #535353;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  padding: 1rem;
  font-size: .9rem;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.navbar-menu-item-link.w--current {
  color: #000;
  text-decoration: none;
}

.navbar-menu-item-link.contact {
  border: 3px solid #d2f75a;
  padding: .7rem 1.5rem;
}

.container-xxlarge {
  width: 100%;
  max-width: 112.5rem;
  margin-left: auto;
  margin-right: auto;
}

.marquee-secondary-text {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.line-2 {
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: #000;
  width: 100%;
  height: 2px;
}

.header {
  z-index: 100;
}

.banner-circle-image {
  width: 120px;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.home-stats-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-meta {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 13px;
  font-weight: 600;
  line-height: 140%;
}

.home-services-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-inner-text {
  justify-content: center;
  align-items: center;
}

.text-size-medium {
  font-size: 1.125rem;
  line-height: 170%;
}

.footer-grid-left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.navbar-inner {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  display: grid;
}

.button-line-left {
  background-color: #000;
  width: 20px;
  height: 1px;
}

.marquee-heading {
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 4vw;
  font-weight: 500;
  line-height: 100%;
}

.section-cta-contact {
  color: #fff;
  background-color: #000;
  position: relative;
}

.heading-h5 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 130%;
}

.heading-h5.text-uppercase {
  letter-spacing: 1px;
}

.text-color-secondary {
  color: #bbe433;
}

.home-services-grid-left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.home-clients-logos {
  overflow: hidden;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.max-width-medium {
  width: 100%;
  max-width: 30rem;
}

.section-home-hero {
  z-index: 1;
}

.banner-circle-wrapper {
  z-index: 9999;
  justify-content: flex-end;
  max-width: 112.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.home-hero-image-wrapper {
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.button-2 {
  color: #000;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  justify-content: center;
  margin: 0;
  padding: 1rem 1.25rem;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: border .3s;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  background-color: #f8f8f8;
}

.button-2.secondary {
  background-color: #d2f65a;
  border-width: 0;
  border-color: rgba(0, 0, 0, 0);
}

.button-2.secondary:hover {
  border-color: #121416;
}

.banner-circle {
  position: absolute;
  bottom: 2rem;
  right: 4rem;
}

.home-services-about {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.button-inner {
  z-index: 6;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.text-style-link, .text-style-link:hover {
  text-decoration: underline;
}

.home-clients-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home-clients-logos-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  justify-items: center;
  display: flex;
}

.text-meta-line {
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: #000;
  width: 24px;
  height: 2px;
}

.home-hero-subheading {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 600;
  line-height: 110%;
}

.navbar-menu {
  z-index: 9999;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.heading-h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
}

.heading-h3.text-uppercase {
  letter-spacing: 1px;
}

.container-xlarge {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.footer-grid-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block {
  font-size: .8rem;
}

.heading-9 {
  color: #3d3d3d;
}

.image-green-boarder {
  opacity: 1;
  border: 4px solid #d2f65a;
}

.button-footer {
  color: #353535;
  background-color: #d2f65a;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  box-shadow: 0 1px 11px -4px rgba(0, 0, 0, .16);
}

.heading-60 {
  text-align: center;
  width: 60%;
}

.landing-section-design {
  background-image: url('../images/product-pic-10.png'), linear-gradient(270deg, #ebe7e6, #edecea);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1200px, auto;
  background-attachment: scroll, scroll;
  width: 100vw;
  height: 100vh;
}

.landing-section-design.grey-bg {
  background-color: #f3f3f3;
}

.landing-section-design.technology {
  background-image: url('../images/product-pic-9.png'), linear-gradient(270deg, #ebe7e6, #edecea);
}

.landing-section-design.design {
  background-image: url('../images/product-pic-10.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.landing-section-design.application {
  background-image: linear-gradient(rgba(0, 0, 0, .27), rgba(0, 0, 0, .27)), url('../images/product-pic-2-min.png');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.landing-section-design.partnerships {
  background-image: url('../images/product-pic-8.png'), linear-gradient(270deg, #ebe7e6, #edecea);
}

.landing-section-design.contact {
  background-image: url('../images/product-pic-11.png'), linear-gradient(270deg, #ebe7e6, #edecea);
}

.carousel-section-2 {
  background-color: #f3f3f3;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  padding-top: 5.6rem;
  padding-bottom: 5.6rem;
  display: flex;
  overflow: hidden;
}

.carousel-section-2.grey-bg {
  background-color: #f3f3f3;
}

.carousel-section-2.grey-bg.carousel-section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.carousel-section-2.black-bg {
  background-color: var(--black);
}

.carousel-section-2.hide {
  display: none;
}

.carousel-section-2.about-section {
  background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/pexels-pixabay-51951.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  height: 100vh;
}

.carousel-section-2.b-w-image {
  display: inline-flex;
  overflow: hidden;
}

.hide {
  display: none;
}

.footer-text {
  font-size: .95rem;
  line-height: 1.35rem;
}

.footer-right {
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  display: flex;
}

.footer-div-left {
  flex-flow: column;
  flex: 1;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.b-w-image {
  filter: grayscale();
  width: 100%;
}

.image-holder {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  overflow: hidden;
}

.b-w-grid-100 {
  filter: grayscale();
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.main-wrapper-no-padding {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90vw;
  max-width: 1300px;
  height: 23%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.brand {
  flex: 1;
}

._25-text-about {
  width: 25%;
}

.main-wrapper-90vh-bottom-apl {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 90vw;
  max-width: 1300px;
  height: 100vh;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.grid-2.b-w-image {
  margin-bottom: -20%;
  padding-bottom: 0%;
}

._60-text {
  text-align: center;
  width: 60%;
}

.square-img {
  object-fit: cover;
  object-position: 50% 10%;
  width: 100%;
  height: 60%;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .div-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-wrapper {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .landing-section {
    background-size: contain, auto;
  }

  .heading-spaced-out {
    text-align: center;
  }

  .heading-spaced-out.white-t.left-aligned-40-heading {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .container-2 {
    justify-content: space-between;
    align-items: center;
    max-width: 900px;
  }

  .home-grid-text {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 1.3rem;
    line-height: 1.7rem;
  }

  .grey-t {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    width: 30%;
  }

  .div-block-2 {
    width: 60%;
  }

  .footer-div {
    padding-right: 1rem;
  }

  .grid-main-page {
    grid-template-rows: auto auto;
  }

  .footer-wrapper {
    justify-content: space-between;
  }

  .image-max-800px {
    max-width: 700px;
  }

  .technology-grid, .design-grid {
    grid-template-columns: 1fr 1fr;
  }

  .div-40 {
    width: 45%;
  }

  .app-image {
    width: 35vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }

  .carousel-container {
    min-width: 185vw;
  }

  .div-25 {
    width: 30%;
  }

  .contact-div-wrapper {
    min-width: 700px;
  }

  .button {
    width: 15rem;
    padding: 1rem;
  }

  .contact-div-wrapper-class {
    padding: 4rem;
  }

  .home-services-card-wrapper {
    border-top-width: 1.5rem;
  }

  .mobile-menu-toggle-line {
    transform-origin: 100%;
    background-color: #191919;
    width: 30px;
    height: 1.5px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
  }

  .mobile-menu-toggle-line._02 {
    top: 50%;
  }

  .mobile-menu-toggle-line._01 {
    top: 0;
  }

  .page-padding {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .mobile-menu-wrapper {
    color: #fff;
    background-color: #000;
    padding: 1.5rem 2rem;
  }

  .heading-h1 {
    font-size: 3.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .mobile-menu {
    padding-top: 1rem;
    position: absolute;
    left: 0;
    right: 0;
  }

  .home-services-grid-right-inner {
    margin-top: -1.5rem;
  }

  .heading-small {
    font-size: 4rem;
  }

  .navbar-menu-item-inner {
    flex: 1;
  }

  .mobile-menu-nav-link {
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
  }

  .card-padding {
    padding: 2.5rem;
  }

  .footer-grid-right-inner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .heading-medium {
    font-size: 4rem;
  }

  .mobile-menu-toggle {
    cursor: pointer;
    width: 30px;
    height: 20px;
    display: block;
    position: relative;
  }

  .home-services-item-heading {
    flex-direction: column;
  }

  .navbar-menu-item-link.contact {
    text-align: center;
  }

  .banner-circle-image {
    width: 100px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-stats-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .home-services-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-inner {
    padding-top: 1.5rem;
  }

  .marquee-heading {
    letter-spacing: 2px;
    font-size: 4rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-right {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .mobile-menu-nav {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
  }

  .banner-circle {
    bottom: 1rem;
    right: 3rem;
  }

  .footer-bottom {
    flex-direction: column-reverse;
  }

  .home-clients-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .home-clients-logos-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .home-hero-subheading {
    font-size: 3vw;
  }

  .navbar-menu {
    flex-flow: column;
    padding-top: 3rem;
    padding-bottom: 2rem;
    display: flex;
  }

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

  .footer-grid-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .carousel-section-2.b-w-image {
    overflow: hidden;
  }

  .image-holder {
    flex-flow: column;
  }

  .heading-61 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .paragraph-2, .heading-62 {
    word-break: normal;
  }

  .nav-menu {
    background-color: var(--white);
  }

  .menu-button {
    background-color: #d2f75a;
  }

  ._25-text-about {
    width: 35%;
  }

  ._60-text {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-section, .main-section.grey-bg {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .main-section.about-section {
    background-image: linear-gradient(rgba(0, 0, 0, .31), rgba(0, 0, 0, .31)), url('../images/unnamed-2.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .main-wrapper {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .horisontal-flex {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .heading-spaced-out {
    font-size: 2.3rem;
    line-height: 2.7rem;
  }

  .heading-spaced-out.white-t.left-aligned-40-heading {
    width: 100%;
    line-height: 1.6rem;
  }

  .grey-t, .div-block-2 {
    width: 100%;
  }

  .footer-div {
    width: 50%;
  }

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

  .footer-wrapper {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .image-max-800px {
    width: 90vw;
    max-width: none;
  }

  .technology-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .technology-grid-div {
    padding: 1.5rem;
  }

  .div-50, .div-40 {
    width: 100%;
  }

  .app-image {
    width: 50vw;
  }

  .carousel-container {
    min-width: 260vw;
  }

  .div-25 {
    width: 100%;
  }

  .horisontal-top-aligned {
    flex-flow: column;
  }

  .contact-div-wrapper {
    min-width: 400px;
  }

  .contact-div-wrapper-class {
    padding: 4rem;
  }

  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .marquee-inner {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .heading-h1 {
    font-size: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home-clients-logos-inner {
    width: 800px;
  }

  .mobile-menu {
    z-index: 5;
  }

  .heading-small {
    font-size: 3.25rem;
  }

  .navbar-menu-item-inner {
    text-align: center;
    font-size: 1.1rem;
  }

  .home-work-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .mobile-menu-nav-link {
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .card-padding {
    padding: 2rem;
  }

  .home-services-grid-left-inner {
    padding-bottom: 4rem;
    position: static;
  }

  .footer-grid-right-inner {
    grid-template-columns: 1fr 1fr;
  }

  .navbar-2 {
    z-index: 10;
    position: relative;
  }

  .heading-medium {
    font-size: 3.5rem;
  }

  .mobile-menu-toggle {
    cursor: pointer;
    width: 30px;
    height: 20px;
    display: block;
    position: relative;
  }

  .navbar-menu-item-link {
    align-items: center;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar-menu-item-link.contact {
    width: 13rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.1rem;
  }

  .banner-circle-image {
    width: 90px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-stats-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .home-services-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-inner {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .marquee-heading {
    font-size: 3rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-right {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .banner-circle {
    right: 2.5rem;
  }

  .footer-bottom {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

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

  .home-clients-logos-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .home-hero-subheading {
    font-size: 3.5vw;
  }

  .navbar-menu {
    flex-flow: column;
    height: 92vh;
  }

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

  .heading-h3 {
    font-size: 1.75rem;
  }

  .footer-grid-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .text-block {
    font-size: 1.1rem;
  }

  .heading-60, .heading-60.white-t {
    width: 100%;
  }

  .carousel-section-2.b-w-image {
    overflow: hidden;
  }

  .footer-div-left {
    width: 50%;
  }

  ._25-text-about {
    width: 100%;
  }

  .main-wrapper-90vh-bottom-apl {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    text-align: center;
  }

  .main-section.about-section {
    background-image: linear-gradient(rgba(0, 0, 0, .47), rgba(0, 0, 0, .47)), url('../images/unnamed-2.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .heading-spaced-out.white-t.left-aligned-40-heading {
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.7rem;
  }

  .footer.grey-bg {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-div {
    order: 0;
    width: 100%;
    max-width: none;
  }

  .footer-type {
    margin-top: auto;
    margin-bottom: auto;
  }

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

  .footer-wrapper {
    flex-flow: column;
    flex: none;
    justify-content: space-between;
  }

  .app-image {
    width: 60vw;
  }

  .carousel-container {
    min-width: 310vw;
  }

  .contact-div-wrapper {
    width: 90vw;
    min-width: auto;
  }

  .button {
    width: 13rem;
  }

  .subnav {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .mobile-menu-wrapper {
    padding: 1.5rem;
  }

  .navbar-right-button {
    display: none;
  }

  .marquee-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading-h1 {
    font-size: 2.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-small {
    font-size: 2.5rem;
  }

  .card-padding {
    padding: 1.25rem 1.5rem;
  }

  .home-services-grid-left-inner {
    padding-bottom: 3rem;
  }

  .footer-grid-right-inner {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-medium {
    font-size: 3rem;
  }

  .home-services-grid-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .banner-circle-image {
    width: 80px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-stats-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .text-size-medium {
    font-size: 1.125rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .marquee-heading {
    font-size: 2.5rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-right {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .home-hero-image-wrapper {
    height: 60vw;
  }

  .banner-circle {
    right: 2.25rem;
  }

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

  .home-clients-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .home-clients-logos-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .carousel-section-2.b-w-image {
    overflow: hidden;
  }

  .heading-63 {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}

#w-node-_291e4da5-f409-05fd-d516-4f5a395fd059-d477fedf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6d156415-afd5-7956-1b77-f012d5dd3936-d477fedf, #w-node-_6d156415-afd5-7956-1b77-f012d5dd3937-d477fedf, #w-node-_6d156415-afd5-7956-1b77-f012d5dd3939-d477fedf, #w-node-_6d156415-afd5-7956-1b77-f012d5dd3942-d477fedf, #w-node-_6d156415-afd5-7956-1b77-f012d5dd3943-d477fedf, #w-node-_6d156415-afd5-7956-1b77-f012d5dd3945-d477fedf, #w-node-_6d156415-afd5-7956-1b77-f012d5dd394e-d477fedf, #w-node-_6d156415-afd5-7956-1b77-f012d5dd394f-d477fedf, #w-node-_6d156415-afd5-7956-1b77-f012d5dd3951-d477fedf, #w-node-_6d156415-afd5-7956-1b77-f012d5dd395a-d477fedf, #w-node-_6d156415-afd5-7956-1b77-f012d5dd395b-d477fedf, #w-node-_6d156415-afd5-7956-1b77-f012d5dd395d-d477fedf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9c97f4b-64d6-2ce1-802a-14fbe1fa1c55-bb67b2c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_6c0ecc9f-d7f3-6f62-8854-96d87bc097d8-bb67b2c2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ea50d361-2f9b-8aa2-b7b4-5791265f922b-c2191ec8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
