@font-face {
  font-family: Metropolis;
  src: 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-Medium.otf') format("opentype");
  font-weight: 500;
  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;
}

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

:root {
  --white: white;
  --black: #313233;
  --light-slate-grey: #848991;
  --black2: #141414;
  --dark-slate-grey: #3e4249;
  --smoke-white: whitesmoke;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-02: #14142b14;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

body {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

a {
  pointer-events: auto;
  text-decoration: underline;
}

.main-container {
  width: 100%;
  max-width: 1160px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.style-guide-para-wrapper {
  margin-bottom: 20px;
}

.style-guide-paragraph {
  text-align: center;
  max-width: 630px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}

.style-guide-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.style-guide-block {
  background-color: #e4e4e4;
  border-radius: 7px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 95%;
  margin-bottom: 60px;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 45px #afb1b14d;
}

.all-heading-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  min-height: 550px;
  margin-bottom: 30px;
  font-family: Metropolis, sans-serif;
  display: flex;
}

.all-paragraph-container {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.color-palette-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 50%;
  display: grid;
}

.style-guide-title {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-bottom: 5px;
  display: flex;
  position: sticky;
  top: 20px;
}

.button-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 50%;
  display: grid;
}

.style-guide-heading-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.style-guide-blocks-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h1 {
  font-family: Metropolis, sans-serif;
  font-size: 56px;
  line-height: 70px;
}

.h1._600 {
  font-weight: 600;
}

.h1.font-white-ltr-space {
  color: var(--white);
  letter-spacing: -.007em;
  margin: auto;
  padding-left: 0;
  font-weight: 600;
  position: relative;
  overflow: visible;
}

.h2 {
  font-family: Metropolis, sans-serif;
  font-size: 44px;
  line-height: 56px;
}

.h2._600 {
  font-weight: 600;
}

.h4 {
  font-family: Metropolis, sans-serif;
  font-size: 32px;
  line-height: 46px;
}

.h4._600-bold {
  font-weight: 600;
}

.h5 {
  font-family: Metropolis, sans-serif;
  font-size: 22px;
  line-height: 32px;
}

.h5._500-ltr-spacing {
  letter-spacing: -.002em;
  font-weight: 500;
}

.h5._600-ltr-spacing-0007 {
  letter-spacing: -.007em;
  font-weight: 600;
}

.h6 {
  color: #fff;
  text-align: left;
  letter-spacing: -.02px;
  margin: auto;
  padding-top: 0;
  padding-left: 20px;
  font-family: Metropolis, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  position: relative;
}

.h6._600-ltr-spacing {
  text-align: center;
  letter-spacing: -.002px;
  font-weight: 600;
}

.h7 {
  font-family: Metropolis, sans-serif;
  font-size: 15px;
  line-height: 22.5px;
}

.h7.nav-links {
  color: var(--black);
  margin-right: 8px;
  padding: 10px;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
}

.h7.nav-links:hover {
  color: #ffffff80;
}

.h7.nav-links.w--current {
  pointer-events: auto;
  margin-left: auto;
  margin-right: 8px;
}

.h7.nav-links-2 {
  color: #000;
  margin-right: 8px;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
}

.h7.nav-links-2:hover {
  color: #14141499;
}

.h8 {
  font-family: Metropolis, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.h8._600-font-white-ltr-space {
  color: var(--white);
  letter-spacing: 1.3px;
  font-weight: 600;
  line-height: 28px;
  position: fixed;
}

.h3 {
  font-family: Metropolis, sans-serif;
  font-size: 34px;
  line-height: 46px;
}

.h3._500-ltr-space-white {
  color: var(--white);
  letter-spacing: -.045em;
  margin: auto;
  padding-right: 38px;
  font-weight: 500;
}

.h9 {
  font-family: Metropolis, sans-serif;
  font-size: 11px;
  line-height: 14px;
}

.h9._600-ltr-spacing {
  text-align: center;
  letter-spacing: .5px;
  object-fit: fill;
  font-weight: 600;
}

.para1 {
  font-family: Hind, sans-serif;
  font-size: 20px;
  line-height: 36px;
}

.para1.line-height {
  margin: auto;
  padding-left: 27px;
  line-height: 36px;
  position: relative;
}

.para2 {
  text-align: right;
  margin: auto;
  padding-left: 30px;
  padding-right: 36px;
  font-family: Hind, sans-serif;
  font-size: 19px;
  line-height: 32px;
  position: relative;
  overflow: auto;
}

.para2.font-white {
  color: var(--white);
  text-align: justify;
  font-size: 26px;
  overflow: visible;
}

.para3 {
  font-family: Hind, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.para4 {
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.para5 {
  font-family: Hind, sans-serif;
  font-size: 11px;
  line-height: 14px;
}

.white {
  background-color: #fff;
}

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

.dark-grey {
  background-color: var(--dark-slate-grey);
}

.light-grey {
  background-color: var(--light-slate-grey);
}

.btn-white {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 32px;
  width: 100%;
  height: 100%;
  max-height: none;
  margin: auto;
  padding: 15px 40px;
  font-family: Metropolis, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  position: relative;
  overflow: visible;
}

.btn-white.w--current {
  width: 20%;
  height: 20%;
  margin-top: -200px;
  margin-left: 200px;
  padding-left: 0;
}

.btn-white.btn-padding {
  background-color: var(--white);
  letter-spacing: .7px;
  padding: 10px 25px 11px;
  font-size: 11.5px;
  font-weight: 600;
  line-height: 12px;
}

.btn-white.submit-button {
  text-align: center;
  padding-left: 34px;
  padding-right: 34px;
  position: relative;
}

.btn-black {
  color: #fff;
  text-align: center;
  letter-spacing: .7px;
  text-transform: uppercase;
  background-color: #000;
  width: 100%;
  height: 100%;
  padding: 14px 34px;
  font-family: Hind, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.container {
  max-width: none;
  margin: auto;
  padding-left: 29px;
  padding-right: 15px;
  position: relative;
}

.navbar {
  background-color: #f5f5fc;
  width: 100%;
  margin: auto;
  padding: 0 30px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-button-wrapper {
  width: 138px;
  height: 34px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  margin: auto;
  display: flex;
  overflow: visible;
}

.section-home {
  box-sizing: border-box;
  opacity: 1;
  object-fit: fill;
  background-image: url('../images/intro-bg.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-width: auto;
  height: 100vh;
  min-height: auto;
  margin: auto;
  padding-top: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.home-flex-box {
  justify-content: space-between;
  align-items: center;
  margin-top: 187px;
  margin-bottom: -3px;
  display: flex;
}

.home-flex-box-left {
  margin-left: 200px;
}

.home-flex-box-right {
  width: 50%;
  padding-left: 25px;
}

.home-image-div {
  margin-right: -20vw;
}

.home-h8-div {
  margin-bottom: 10px;
}

.home-h1-div {
  margin-bottom: 15px;
}

.home-para2-div {
  width: 80%;
  margin-bottom: 30px;
}

.home-btn-div {
  width: 176px;
  height: 47px;
}

.home-image {
  max-width: none;
  height: auto;
  margin: auto;
  padding-top: 100px;
  position: relative;
  overflow: visible;
}

.logo {
  text-align: left;
  max-height: 23px;
  position: static;
}

.navbar-right {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.nav-menu {
  margin-right: auto;
  font-size: 10px;
}

.mainsection {
  width: 100%;
  height: auto;
  min-height: 100vh;
  max-height: 100%;
  position: relative;
  top: 0;
  overflow: hidden;
}

.mainsection.home-section-background {
  z-index: 9;
  background-image: linear-gradient(45deg, #51bcb7, #47b9b5);
  margin: auto;
  display: block;
}

.mainsection.about-section-background {
  z-index: 8;
  background-image: linear-gradient(135deg, #2b2f45, #56526a);
}

.mainsection.srvices-section-background {
  z-index: 7;
  background-image: linear-gradient(135deg, #90abd6, #3d5a8d);
}

.mainsection.whyus-section-background {
  z-index: 5;
  background-image: linear-gradient(135deg, #5049d1, #332bc6);
}

.mainsection.team-section-background {
  z-index: 6;
  background-image: linear-gradient(135deg, #2b2f45, #56526a);
  width: auto;
  min-width: auto;
  min-height: auto;
  max-height: none;
  margin: auto;
  overflow: visible;
}

.mainsection.clients-section-background {
  z-index: 4;
  background-image: linear-gradient(45deg, #0aa1ca, #0755ce);
}

.mainsection.achievement-section-background {
  z-index: 2;
  background-image: linear-gradient(45deg, #5ab8c5, #2d7d88);
}

.mainsection.projects-section-background {
  z-index: 1;
  background-image: linear-gradient(135deg, #788bb6, #434c75);
  width: auto;
  min-height: auto;
  max-height: none;
  margin: auto;
  top: auto;
  overflow: visible;
}

.mainsection.contact-section-background {
  background-image: linear-gradient(135deg, #6186fe, #111497);
}

.section-about {
  background-image: url('../images/about-bg-2.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  overflow: auto;
}

.about-div {
  margin-bottom: 50px;
}

.about-h8-div {
  margin-bottom: 10px;
}

.about-flex-box {
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: auto;
}

.about-flex-box-left {
  width: 50%;
  padding-right: 25px;
}

.about-flex-box-right {
  width: 50%;
  padding-left: 25px;
}

.about-image-div {
  background-image: url('../images/gradient-circle-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-h3-div {
  margin-bottom: 20px;
}

.about-para-div {
  color: #fff9;
  margin-bottom: 30px;
}

.about-btn-div {
  width: 185px;
  height: 47px;
}

.section-services {
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: auto;
  padding-top: 0;
  padding-bottom: 25px;
  position: relative;
  overflow: visible;
}

.services-flex-box {
  justify-content: space-between;
  align-items: center;
  margin: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.services-flex-box-left {
  width: 50%;
  padding-right: 25px;
}

.services-flex-box-right {
  width: auto;
  margin: auto;
  padding-left: 0;
  position: relative;
}

.services-btn-div {
  width: 181px;
  height: 47px;
}

.services-h8-div {
  margin-bottom: 10px;
}

.services-h1-div {
  margin-bottom: 20px;
}

.services-para2-div {
  width: 80%;
  margin-bottom: 30px;
}

.services-img-div {
  margin: auto;
  position: relative;
}

.services-grid-box {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-height: none;
  margin: auto;
  padding-bottom: 29px;
  display: grid;
  position: relative;
  overflow: auto;
}

.services-card-div {
  background-image: linear-gradient(#3b5889, #3b5889);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin: auto;
  padding: 50px 40px;
  display: flex;
  position: relative;
  overflow: auto;
}

.services-card-image-div {
  margin-bottom: 30px;
}

.services-card-h5-div {
  color: var(--white);
  margin-bottom: 15px;
  font-family: Metropolis, sans-serif;
  font-weight: 600;
}

.services-para3-div {
  color: #fff9;
}

.section-whyus {
  background-image: url('../images/intro-bg.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin: auto;
  padding-top: 130px;
  padding-bottom: 130px;
  display: block;
  overflow: visible;
}

.whyus-div {
  width: auto;
  margin: auto;
  padding-bottom: 30px;
}

.whyus-h8-div {
  margin-bottom: 10px;
}

.whyus-h1-div {
  margin-bottom: 15px;
}

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

.whyus-card-div {
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.whyus-card-image-div {
  background-color: #f8f8f833;
  border-radius: 50%;
  justify-content: center;
  margin-bottom: 30px;
  padding: 22px;
  display: block;
  overflow: hidden;
}

.whyus-card-h5-div {
  color: var(--white);
  margin-bottom: 15px;
  font-family: Metropolis, sans-serif;
  font-weight: 600;
}

.whyus-team-image {
  width: 45px;
  height: 45px;
}

.section-team {
  background-image: url('../images/team-bg.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 100vh;
  margin: auto;
  padding-top: 130px;
  padding-bottom: 130px;
  display: block;
  overflow: auto;
}

.team-div {
  width: 50%;
  margin-bottom: 50px;
  padding-bottom: 30px;
}

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

.team-card-div {
  background-image: url('../images/purple-circle.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.team-card-image-div {
  border-radius: 12px;
  justify-content: center;
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
}

.team-team-image {
  width: 215px;
}

.team-card-h5-div {
  color: var(--white);
  margin-bottom: 5px;
  font-family: Metropolis, sans-serif;
  font-weight: 600;
}

.team-h9-div {
  color: var(--white);
  height: 26px;
}

.team-card-div2 {
  background-image: url('../images/orange-motion.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.team-card-div3 {
  background-image: url('../images/green-triangle.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.whyus-para2-div {
  color: #fff9;
  width: 80%;
  margin-bottom: 50px;
}

.whyus-para2-div2 {
  color: #fff9;
}

.section-clients {
  background-image: url('../images/clients-bg.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 168px;
  display: block;
  overflow: visible;
}

.clients-quote-icon-div {
  margin-bottom: 20px;
  padding-left: 33px;
}

.quote-img {
  width: 22px;
}

.clients-flex-box {
  justify-content: space-between;
  align-items: center;
  margin: auto;
  display: flex;
  position: relative;
}

.clients-flex-box-left {
  width: 50%;
  padding-right: 25px;
}

.clients-h8-div {
  margin-bottom: 10px;
}

.clients-h1-div {
  margin-bottom: 25px;
}

.clients-slider {
  background-color: #ddd0;
}

.clients-slider-content-div {
  flex-direction: column;
  display: flex;
}

.clients-slide-para1-div {
  color: var(--white);
  margin-bottom: 18px;
}

.clients-slide-h6-div {
  color: var(--white);
  margin-bottom: 5px;
}

.clients-slide-h9-div {
  color: #fff9;
}

.left-arrow, .right-arrow {
  display: none;
}

.clients-slider-nav {
  font-size: 7px;
  line-height: 20px;
}

.slide2 {
  margin-bottom: 30px;
}

.section-achievements {
  background-image: url('../images/achievements.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  margin: auto;
  padding-top: 130px;
  padding-bottom: 130px;
  display: block;
  position: relative;
  overflow: visible;
}

.achievements-main-div {
  flex-direction: column;
  align-items: center;
  margin: auto;
  display: flex;
}

.achievements-heading-div {
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin: auto;
  display: flex;
}

.achievements-para2-div {
  color: var(--white);
  margin-bottom: 10px;
}

.achievements-h1-div {
  color: var(--white);
  text-align: center;
  margin-bottom: 50px;
}

.achievements-grid-box {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 39px;
  padding-right: 30px;
  display: grid;
}

.achievements-card-div {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  border-radius: 7px;
  flex-direction: column;
  align-items: center;
  height: 251px;
  padding: 40px;
  display: flex;
}

.achievements-card-img-div {
  align-items: center;
  max-height: 45px;
  margin-bottom: 30px;
  display: flex;
}

.achievements-card-score-div {
  margin-bottom: 10px;
}

.achievements-card-h6-div {
  color: var(--black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.caed-score-heading {
  font-family: Metropolis, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.caed-score-heading.yellow {
  color: #ffd032;
}

.caed-score-heading.red {
  color: #ff5949;
}

.caed-score-heading.blue {
  color: #643bdf;
}

.caed-score-heading.green {
  color: #007c88;
}

.achievements-card-span {
  font-family: Hind, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26.4px;
}

.section-projects {
  background-image: url('../images/clients-bg.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 100vh;
  padding-top: 130px;
  padding-bottom: 130px;
  display: block;
  overflow: hidden;
}

.projects-div {
  width: 50%;
  margin-bottom: 80px;
}

.projects-h8-div {
  margin-bottom: 10px;
}

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

.project-item {
  width: 100%;
}

.project-card-div {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  max-height: 431px;
  position: relative;
  overflow: hidden;
}

.project-card-div.cat-page {
  height: 50vh;
}

.project-image-div {
  width: 100%;
  height: 100%;
}

.project-info-div {
  opacity: 0;
  object-fit: cover;
  object-position: 50% 0%;
  background-color: #000000e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 25px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.projects-info-h5-div {
  color: var(--white);
  margin-bottom: 10px;
  overflow: hidden;
}

.project-head-cat-saperator {
  background-color: #fff3;
  width: 100%;
  height: 1px;
}

.project-cat-names-div {
  margin-top: 10px;
  overflow: hidden;
}

.project-cat-list-wrapper {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.project-cat-list {
  justify-content: center;
  display: flex;
}

.project-cat-names {
  color: #fff9;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-cat-names-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 4px;
  padding-right: 4px;
  font-family: Hind, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.section-contact {
  background-image: url('../images/contact-bg.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin: auto;
  padding-top: 130px;
  padding-bottom: 130px;
  font-size: 8px;
  display: block;
  position: relative;
  overflow: visible;
}

.contact-div {
  width: 50%;
  padding-bottom: 30px;
}

.contact-h8-div {
  margin-bottom: 10px;
}

.contact-h1-div {
  margin-bottom: 15px;
}

.contact-para2-div {
  color: #fff9;
  width: 100%;
  margin-bottom: 50px;
}

.contact-flex-box {
  justify-content: space-between;
  display: flex;
}

.contact-flex-left {
  width: 33.33%;
  padding-right: 25px;
}

.contact-flex-right {
  width: 66.67%;
  padding-left: 25px;
  position: relative;
}

.contact-form {
  margin-bottom: 0;
}

.from-row {
  justify-content: space-between;
  margin-bottom: 30px;
  padding-top: 0;
  display: flex;
}

.text-filed {
  color: var(--white);
  background-color: #ffffff1a;
  border-style: none;
  border-radius: 50px;
  height: 56px;
  padding: 15px 0 15px 20px;
  font-family: Metropolis, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}

.text-filed:focus {
  border: 1px solid #fff9;
}

.text-filed::placeholder {
  color: var(--white);
  font-weight: 400;
  line-height: 1.7em;
}

.text-filed.name-feild {
  margin-right: 15px;
  padding-top: 17px;
  position: relative;
}

.text-filed.name-feild:focus {
  border-color: #fff9;
}

.text-filed.company-field {
  margin-left: 15px;
  position: relative;
}

.text-filed.company-field:focus {
  border-color: #fff9;
}

.text-filed.phone-field {
  margin-right: 15px;
  position: relative;
}

.text-filed.phone-field:focus {
  border-color: #fff9;
}

.text-filed.email-field {
  margin-left: 15px;
  position: relative;
}

.text-filed.email-field:focus {
  border-color: #fff9;
}

.message-box {
  color: var(--white);
  background-color: #ffffff1a;
  border: 1px solid #0000;
  border-radius: 9px;
  min-height: 195px;
  padding: 15px 0 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  position: relative;
}

.message-box:focus {
  border-color: #fff9;
}

.message-box::placeholder {
  color: var(--white);
  font-family: Metropolis, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7em;
}

.submit-button {
  border-radius: 25px;
  width: 120px;
  margin-top: 30px;
  font-family: Metropolis, sans-serif;
  font-size: 13px;
  font-weight: 600;
  transition: box-shadow .3s;
}

.submit-button:hover {
  box-shadow: 0 11px 18px -5px #0006;
}

.contact-info-div {
  flex-direction: row;
  align-items: flex-start;
  margin: auto;
  display: block;
}

.contact-icon-div {
  width: 22px;
  height: 22px;
  margin-right: 16px;
  padding: 2px;
}

.contact-info-ineer-div {
  color: #fff9;
}

.mail-image {
  width: 100%;
  height: 100%;
}

.contact-social-icon-div {
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
  padding-top: 80px;
  padding-left: 33px;
  display: flex;
}

.cotact-social-icon1-div {
  cursor: pointer;
  border: 2px solid #ffffff4d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-right: 25px;
  transition: background-color .3s;
  display: flex;
}

.cotact-social-icon1-div:hover {
  background-color: #ffffff4d;
}

.contact-social-icon {
  width: 16px;
  height: 16px;
}

.cotact-social-icon3-div {
  cursor: pointer;
  border: 2px solid #ffffff4d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-right: 0;
  transition: background-color .3s;
  display: flex;
}

.cotact-social-icon3-div:hover {
  background-color: #ffffff4d;
}

.project-heading {
  color: #313233;
  text-align: center;
}

.project-heading.layout-1-heading, .project-heading.layout-2-heading {
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-heading.layout-3-heading {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project-heading.layout-4-heading {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project-heading.layout-5-heading {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-item-2 {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.project-item-2.layout-1-project-item {
  width: 100%;
  height: 565px;
}

.project-item-2.layout-2-project-item {
  width: 100%;
  height: 930px;
  margin-bottom: 60px;
}

.project-item-2.layout-3-project-item {
  height: 650px;
  margin-bottom: 40px;
}

.project-item-2.layout-4-project-item {
  height: 650px;
}

.project-item-2.layout-5-project-item {
  height: auto;
  margin-bottom: 30px;
}

.client-title {
  color: #313233;
}

.client-title._2-column-left-side-text-layout-client, .client-title.layout-4-client {
  width: 50%;
}

.share-block {
  align-items: center;
  max-width: 180px;
  display: flex;
}

.share-block.layout-1-share-this, .share-block.layout-2-share-this {
  flex-direction: column;
  justify-content: center;
  width: 20%;
  max-width: none;
}

.share-block.layout-3-share, .share-block._2-column-right-side-text-layout-share {
  width: 100%;
  max-width: none;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-bottom: 20px;
}

.share-block.layout-5-share-this {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-top: 25px;
  margin-bottom: 25px;
}

.date-block {
  max-width: 180px;
}

.date-block.layout-1-date, .date-block.layout-2-date {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  max-width: none;
  display: flex;
}

.date-block.layout-3-date, .date-block.layout-4-date {
  border-bottom: 1px solid #0000001a;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  display: flex;
}

.date-block.layout-5-date {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.layout-1 {
  padding-top: 175px;
  padding-bottom: 90px;
}

.project-date {
  color: #848991;
  font-family: Hind, sans-serif;
  font-size: 16px;
}

.project-category-list {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.client-block {
  max-width: 180px;
}

.client-block.layout-1-client, .client-block.layout-2-client {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  max-width: none;
  display: flex;
}

.client-block.layout-3-client, .client-block.layout-4-client {
  border-bottom: 1px solid #0000001a;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 20px;
  display: flex;
}

.client-block.layout-5-client {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  display: flex;
}

.category-title {
  color: #313233;
  text-align: center;
  width: 50%;
}

.category-title.layout-3-category-title, .category-title.layout-4-category-title {
  text-align: left;
}

.project-category-list-container {
  width: 100%;
}

.project-button-container {
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 40px;
  display: flex;
}

.project-button-container.layout-3-button, .project-button-container.layout-4-button, .project-button-container.layout-5-button {
  width: auto;
}

.date-title {
  color: #313233;
}

.date-title._2-column-left-side-text-layout-date, .date-title.layout-4-date {
  width: 50%;
}

.client-name {
  color: #848991;
  font-family: Hind, sans-serif;
  font-size: 16px;
}

.project-details-container.layout-1-details, .project-details-container.layout-2-details {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.project-details-container.layout-3-details, .project-details-container.layout-4-details {
  flex-direction: column;
  flex: none;
  justify-content: space-around;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.project-details-container.layout-5-details {
  flex-direction: column;
  flex: none;
  justify-content: space-around;
  align-items: flex-start;
  width: 250px;
  margin-left: 50px;
  display: flex;
  position: sticky;
  top: 30px;
}

.project-images-list {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.project-images-list.layout-1-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-images-list.layout-2-list, .project-images-list.layout-3-list, .project-images-list.layout-4-list {
  display: block;
}

.project-images-list.layout-5-list {
  column-count: 2;
  column-gap: 30px;
  display: block;
}

.category-divider {
  margin-right: 5px;
}

.share-social-links {
  justify-content: space-between;
  align-items: center;
  width: 35%;
  display: flex;
}

.share-social-links._2-columns-layout-social-links {
  width: 45%;
}

.share-social-links.layout-3-social-link, .share-social-links._2-columns-right-side-text-layout-social-link {
  width: 30%;
}

.project-image-block.layout-1-project-image, .project-image-block.layout-2-project-image {
  width: 100%;
  height: 100%;
}

.project-image-block.project-3-image, .project-image-block.layout-4-project-image {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.project-image-block.layout-5-project-image {
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: hidden;
}

.project-button {
  width: 155px;
}

.project-images-container.layout-1-project-images, .project-images-container.layout-2-project-images {
  margin-top: 70px;
}

.project-images-container.layout-project-3-images, .project-images-container.layout-4-project-images {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.project-images-container.layout-5-project-images {
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.project-description {
  color: #848991;
}

.project-description.layout-1-para, .project-description.layout-2-para {
  text-align: center;
  max-width: 870px;
  margin: 15px auto 30px;
}

.project-description.layout-3-para, .project-description.layout-4-para {
  text-align: left;
  max-width: 800px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.project-description.layout-5-para {
  text-align: left;
  max-width: 800px;
  margin-top: 15px;
  margin-bottom: 0;
}

.category-block {
  max-width: 180px;
}

.category-block.layout-1-category, .category-block.layout-2-category {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  max-width: none;
  display: flex;
}

.category-block.layout-3-category, .category-block.layout-4-category {
  border-bottom: 1px solid #0000001a;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 20px;
  display: flex;
}

.category-block.layout-5-category {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  display: flex;
}

.project-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  transition: transform 5s;
}

.project-image:hover {
  transform: scale(1.1);
}

.main-container-2 {
  width: 100%;
  max-width: 1160px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.share-title {
  color: #313233;
}

.share-title.layout-3-share, .share-title.left-side-text-lsyout-share {
  width: 50%;
}

.category {
  color: #848991;
  width: 100%;
  font-family: Hind, sans-serif;
  font-size: 16px;
}

.category.layout-3-category-dic, .category.layout-4-category {
  width: auto;
}

.btn-black2 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 32px;
  width: 100%;
  height: 100%;
  padding: 15px 40px;
  font-family: Metropolis, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
}

.btn-black2.btn-padding-nav2 {
  letter-spacing: .7px;
  background-color: #000;
  border-color: #000;
  padding: 10px 25px 11px;
  font-size: 11.5px;
  line-height: 12px;
  transition: all .3s;
}

.btn-black2.btn-padding-nav2:hover {
  background-color: var(--black);
}

.project-linkedin-icon-2 {
  width: 13px;
  height: 16px;
}

.project-facebook-icon-2 {
  width: 9px;
  height: 14px;
}

.social-icon-link-2 {
  transition: opacity .3s;
}

.social-icon-link-2:hover {
  opacity: .5;
}

.project-category-item-link-2 {
  color: #848991;
  text-decoration: none;
  display: flex;
}

.h6-2 {
  font-family: Metropolis, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

.h6-2._600-bold {
  font-weight: 600;
}

.project-pinterest-icon-2 {
  width: 11px;
  height: 16px;
}

.project-category-item-2 {
  display: flex;
}

.project-twitter-2 {
  width: 14px;
  height: 16px;
}

.layout-2 {
  padding-top: 175px;
  padding-bottom: 30px;
}

.project-category-item-link-3 {
  color: #848991;
  display: flex;
}

.layout-3-text-container {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 350px;
  margin-right: 50px;
  display: flex;
  position: relative;
}

.sticky-div {
  position: sticky;
  top: 30px;
}

.category-link {
  color: #848991;
  display: flex;
}

.layout-3-container {
  display: flex;
  position: relative;
}

.layout-3, .layout-4 {
  padding-top: 175px;
  padding-bottom: 90px;
}

.layout-4-container {
  display: flex;
  position: relative;
}

.layout-4-text-container {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 350px;
  margin-left: 50px;
  display: flex;
  position: relative;
}

.layout-5-text-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.layout-5 {
  padding-top: 175px;
  padding-bottom: 90px;
}

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

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

.home-link {
  color: #313233;
  font-family: Metropolis, sans-serif;
  font-size: 15px;
  line-height: 15px;
  text-decoration: none;
}

.home-link:hover {
  color: #4b5ef9;
}

.category-header-container {
  padding-top: 90px;
  padding-bottom: 90px;
}

.category-header {
  color: #313233;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: Metropolis, sans-serif;
  font-size: 15px;
  line-height: 15px;
  display: flex;
}

.category-page-link {
  color: #000;
  text-decoration: none;
}

.category-page-link.w--current {
  color: #313233;
  font-family: Metropolis, sans-serif;
  font-size: 15px;
  line-height: 15px;
}

.category-page-link.w--current:hover {
  color: #4b5ef9;
}

.category-links-separator {
  color: #313233;
  margin-left: 3px;
  margin-right: 3px;
  font-family: Hind, sans-serif;
  font-size: 15px;
}

.category-links-container {
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.category-header-section {
  background-color: #faf8f7;
}

.category-heading {
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  font-family: Metropolis, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 54px;
  display: flex;
}

.section-projects-cat-page {
  height: 100%;
  padding-top: 0;
  padding-bottom: 90px;
  overflow: hidden;
}

.projects-grid-box-cat-page {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.project-cat-link-block {
  color: #fff9;
  text-decoration: none;
}

.project-heading-link-block {
  color: #fff;
  text-decoration: none;
}

.animation-container {
  height: 100%;
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 0;
  position: static;
}

.anchore-link {
  z-index: -1;
  height: auto;
  margin: auto;
  position: absolute;
  inset: 103px 0% auto;
}

.navbar-2 {
  background-color: #ddd0;
  border-bottom: 1px solid #ededed;
  padding: 30px;
  position: static;
}

.cat-dot {
  background-color: #fff9;
  width: 1.5px;
  height: 1.5px;
  margin-left: 4px;
  margin-right: 4px;
}

.project-info-div-2 {
  opacity: 0;
  object-fit: cover;
  object-position: 50% 0%;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 25px;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.nav-side-bar {
  background-color: #ddd0;
  flex-direction: column;
  justify-content: center;
  width: 14px;
  display: flex;
  position: fixed;
  inset: 0% 12px 0% auto;
}

.nav-menu-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 14px;
  height: 166px;
  display: flex;
}

.side-menu-link {
  background-color: var(--white);
  color: #fff0;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
}

.side-menu-link:hover {
  transform: scale(2);
}

.side-menu-link.w--current {
  color: #fff0;
  transform: scale(2);
}

.change-log-link {
  color: #888;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Hind, sans-serif;
  font-size: 14px;
  text-decoration: underline;
  transition: opacity .3s;
}

.change-log-link:hover, .change-log-link.w--current:hover {
  color: #2293d7;
}

.footer-logo-container {
  max-width: 150px;
}

.copy-right-text {
  font-size: 14px;
  display: inline-block;
}

.footer-social-icon {
  opacity: .5;
  width: 15px;
  height: 100%;
  margin-right: 20px;
  transition: opacity .4s;
}

.footer-social-icon:hover {
  opacity: 1;
}

.footer-social-icon.width-changed {
  width: 19px;
}

.footer-contact-column {
  width: 100%;
  max-width: 160px;
  padding-top: 45px;
  font-style: normal;
}

.footer-icon {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.footer-link-heading-container {
  color: #313233;
  margin-bottom: 15px;
}

.copy-right-text-container {
  color: #888;
  font-family: Hind, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
}

.footer-link {
  color: #848991;
  font-size: 18px;
}

.footer-links-list {
  margin-bottom: 0;
}

.powered-by-webflow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.footer-list-item {
  color: #848991;
  margin-bottom: 10px;
  font-family: Hind, sans-serif;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.webflow-span {
  color: #588af0;
  margin-left: 2px;
}

.webflow {
  color: #42a7f7;
  transition: letter-spacing .4s;
}

.webflow:hover {
  letter-spacing: 1px;
}

.footer-paragraph-container {
  color: #848991;
  max-width: 260px;
  margin-top: 25px;
  font-family: Hind, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.licensing-link {
  color: #888;
  font-family: Hind, sans-serif;
  font-size: 14px;
  text-decoration: underline;
  transition: color .3s;
}

.licensing-link:hover {
  color: #2293d7;
}

.footer-container {
  text-align: left;
  border-bottom: 1px solid #dfdfdf;
  justify-content: space-between;
  margin-bottom: 0;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-section {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  border-top: 1px solid #ededed;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  max-height: none;
  padding-top: 0;
  padding-bottom: 14px;
  display: block;
  overflow: auto;
}

.footer-column {
  width: 40%;
  max-width: 400px;
  padding-top: 5px;
  padding-right: 15px;
}

.footer-icon-container {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-right: 16px;
  padding: 2px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  width: 150px;
}

.footer-social-media-icon-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.non-linked-footer-list-item {
  color: #848991;
  margin-bottom: 10px;
  font-family: Hind, sans-serif;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.h5-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Metropolis, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}

.h5-2._600-bold {
  font-weight: 600;
}

.webflow-text {
  color: #888;
  font-family: Hind, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 26px;
}

.footer-nav-column {
  width: 100%;
  max-width: 160px;
  margin-top: 84px;
}

.footer-app-link {
  width: 100%;
  max-width: 310px;
  margin-top: 12px;
  font-style: normal;
}

.copy-right---social-icon-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.footer-logo {
  width: 150px;
}

.h2-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Metropolis, sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 44px;
}

.h2-2._600-bold {
  font-weight: 600;
}

.template-block-title {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-bottom: 5px;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 20px;
}

.template-block {
  border-left: 4px #eca72f;
  width: 95%;
  margin-bottom: 50px;
  padding: 35px;
  display: flex;
  box-shadow: 0 5px 30px #d6d7d891;
}

.template-block.vertical {
  border-left-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
}

.template-para-wrapper {
  color: #848991;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.h3-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Metropolis, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 35px;
}

.h3-2._600-bold {
  font-weight: 600;
}

.changelog-heading-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.changelog-blocks-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.para-17 {
  font-family: Hind, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}

.changelog-paragraph {
  color: #848991;
  text-align: center;
  max-width: 630px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-black {
  background-color: #fff;
  padding: 30px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-fixed {
  background-color: #ddd0;
  padding: 30px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.para-18 {
  margin-bottom: 0;
  font-family: Hind, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.metropolis-font-link {
  color: #313233;
  font-family: Metropolis, sans-serif;
  font-weight: 600;
}

.changelog-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.unsplash-link {
  color: #313233;
}

.hind-font-link {
  color: #313233;
  font-family: Hind, sans-serif;
  font-weight: 400;
}

.license-block-title {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-bottom: 5px;
  padding-bottom: 6px;
  display: flex;
  position: static;
  top: 20px;
}

.license-paragraph {
  color: #848991;
  text-align: center;
  max-width: 630px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}

.license-blocks-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.license-paragraph-container {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.license-heading-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.image-2 {
  opacity: .2;
  object-fit: fill;
  margin-top: 57px;
  margin-bottom: 0;
  margin-left: 600px;
  padding-bottom: 0;
  padding-left: 0;
  display: inline-flex;
  position: absolute;
  top: -14%;
  left: auto;
  right: -5%;
}

.paragraph {
  color: #fcf6f6;
  position: fixed;
}

.heading {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.image-3 {
  margin-bottom: -3px;
  display: inline-block;
}

.image-4 {
  margin-left: -200px;
  margin-right: auto;
  padding-left: 0;
  position: absolute;
}

.image-5 {
  margin-top: 156px;
  margin-left: 197px;
}

.image-6 {
  margin-right: 0;
  padding-left: 200px;
  padding-right: 0;
}

.image-7 {
  opacity: .23;
  object-fit: fill;
  margin-bottom: -200px;
  padding-bottom: 0;
  position: absolute;
  overflow: visible;
}

.heading-2 {
  object-fit: fill;
  margin-top: 15px;
  margin-bottom: 18px;
  margin-left: 20px;
  padding-bottom: 0;
  padding-right: 0;
  position: static;
}

.unsplash-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

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

.text-block-2 {
  color: #fff;
  text-align: left;
  margin: auto;
  padding-left: 23px;
  font-size: 14px;
  position: relative;
}

.text-block-3 {
  color: var(--white);
  padding-left: 21px;
  font-size: 11px;
  font-style: italic;
  line-height: 12px;
  position: relative;
}

.image-8 {
  vertical-align: text-top;
  flex: none;
  overflow: visible;
}

.form {
  margin: auto;
  padding-top: 0;
  padding-right: 45px;
  position: relative;
}

.code-embed {
  opacity: 1;
  width: 0;
  height: 0;
  position: static;
  overflow: auto;
}

.heading-3 {
  text-align: center;
  font-family: Varela Round, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.grid {
  grid-row-gap: 54px;
  grid-template: "."
                 "Area"
                 / 1fr;
  padding-top: 93px;
}

.heading-4 {
  color: var(--smoke-white);
  text-align: center;
  font-size: 100px;
  line-height: 100px;
}

.heading-5 {
  color: var(--smoke-white);
  text-align: left;
  margin-top: 3px;
  font-family: Great Vibes, cursive;
  font-size: 80px;
}

.code-embed-2 {
  margin: auto;
}

.brix---btn-primary-small {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---link-text {
  transition: color .3s;
  display: inline-block;
}

.brix---link-icon-left {
  margin-right: 6px;
}

.brix---link-wrapper {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link {
  color: var(--elements-webflow-library--neutral--800);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---header-nav-list-item-middle {
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.brix---dropdown-link {
  color: var(--elements-webflow-library--neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---dropdown-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-toggle {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-wrapper {
  background-color: var(--elements-webflow-library--neutral--100);
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.heading-6 {
  font-family: Great Vibes, cursive;
  font-size: 40px;
}

.heading-7 {
  font-size: 16px;
  line-height: 10px;
}

.heading-10 {
  color: var(--smoke-white);
  margin: auto;
  font-size: 24px;
}

.heading-11 {
  color: var(--smoke-white);
  text-align: center;
  margin: auto;
  font-size: 24px;
  line-height: 24px;
  overflow: visible;
}

.heading-12 {
  color: var(--white);
  text-align: left;
  margin: auto;
  font-size: 24px;
  line-height: 26px;
}

.paragraph-5 {
  color: var(--smoke-white);
  margin: auto;
  padding-left: 18px;
  font-size: 24px;
  line-height: 24px;
}

.paragraph-6 {
  color: #f8f6f6;
  text-align: center;
  margin: auto;
  font-size: 24px;
  line-height: 26px;
}

.paragraph-7 {
  color: var(--smoke-white);
  text-align: right;
  margin: auto;
  padding-right: 39px;
  font-size: 24px;
  font-style: normal;
  line-height: 24px;
  text-decoration: none;
}

.dropdown-label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.form-fields-dropdown-wrapper {
  background-color: inherit;
  width: 100%;
  position: relative;
}

.form-fields-wrapper {
  background-color: inherit;
}

.form-fields-margin-bottom {
  margin-bottom: 10px;
}

.position-absolute {
  position: absolute;
}

.date-input-icon {
  padding: 8px 12px;
  top: 0;
  right: 0;
}

.form-fields-dropdown-toggler {
  color: #333;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccc;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: flex;
}

.bg-white {
  background-color: #fff;
}

.full-width-relative-position {
  background-color: inherit;
  width: 100%;
  position: relative;
}

.checkbox-label {
  color: var(--smoke-white);
  position: relative;
}

.link {
  color: var(--white);
}

.heading-13 {
  color: var(--white);
  text-align: center;
  font-size: 40px;
}

.code-embed-3 {
  box-sizing: border-box;
  float: none;
  clear: none;
  aspect-ratio: auto;
  object-fit: fill;
}

.code-embed-5 {
  height: 21%;
  padding-top: 28px;
  padding-bottom: 80px;
  position: relative;
}

.section {
  margin: auto;
  padding-top: 62px;
  padding-bottom: 44px;
  position: relative;
}

.heading-14 {
  color: #f1eeee;
  text-align: center;
  font-size: 30px;
  line-height: 100%;
  position: relative;
}

.section-2 {
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-15, .heading-16 {
  font-size: 13px;
}

.heading-17 {
  font-size: 12px;
}

.heading-18 {
  color: #d1d1d1;
  text-align: center;
  font-size: 10px;
  position: relative;
}

.background-video {
  width: auto;
  min-width: 100%;
  max-width: none;
  height: auto;
  min-height: 100%;
  max-height: none;
  margin: auto;
  padding-bottom: 0;
  overflow: visible;
}

.image-9 {
  max-width: none;
  margin: auto;
  overflow: auto;
}

.image-10 {
  min-width: auto;
  max-width: none;
  min-height: auto;
  margin: auto;
  position: relative;
  overflow: visible;
}

.code-embed-6, .checkbox {
  position: relative;
}

.code-embed-7 {
  margin: auto;
  padding-top: 16px;
  position: relative;
}

.code-embed-8 {
  margin: auto;
}

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

.paragraph-9 {
  color: var(--white);
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .main-container {
    padding-left: 0;
    padding-right: 0;
  }

  .h1.font-white-ltr-space {
    padding-left: 105px;
  }

  .h2._600 {
    font-size: 34px;
  }

  .h6 {
    font-size: 24px;
  }

  .h6._600-ltr-spacing {
    color: var(--black);
    padding-top: 4px;
    font-family: Varela Round, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .btn-white.submit-button {
    font-size: 12px;
    line-height: 12px;
  }

  .container {
    margin-top: -87px;
    margin-bottom: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

  .logo {
    width: auto;
  }

  .mainsection.achievement-section-background {
    width: auto;
    min-height: auto;
    max-height: none;
  }

  .section-whyus {
    background-size: contain;
    background-attachment: scroll;
  }

  .whyus-h1-div {
    margin-bottom: 15px;
  }

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

  .whyus-card-div {
    background-image: none;
  }

  .team-grid-box {
    grid-template: "Area-3 Area-2 Area-5"
                   "Area-4 Area Area-6"
                   / 1fr 1fr 1fr;
  }

  .whyus-para2-div {
    color: #fff9;
    margin-bottom: 50px;
  }

  .whyus-para2-div2 {
    color: #fff9;
  }

  .section-achievements {
    width: 100%;
    min-height: 100%;
    max-height: 38%;
  }

  .achievements-card-div {
    padding-top: 16px;
    padding-bottom: 34px;
  }

  .projects-h1-div {
    margin-bottom: 15px;
  }

  .section-contact {
    padding-bottom: 25px;
  }

  .contact-div {
    padding-bottom: 0;
  }

  .contact-h1-div {
    margin-bottom: 15px;
  }

  .contact-para2-div {
    color: #fff9;
    margin-bottom: 50px;
  }

  .text-filed, .message-box {
    margin-bottom: 0;
  }

  .main-container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .project-category-item-link-2, .project-category-item-link-3 {
    color: #848991;
  }

  .body {
    margin-top: 105px;
    padding-top: 0;
  }

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

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template: "Area" 0
                   "Area"
                   "."
                   / 3.75fr;
    grid-auto-columns: minmax(200px, 5fr);
    margin-top: -165px;
    padding-top: 41px;
    display: grid;
  }

  .heading-4 {
    color: #faf5f5;
    text-align: center;
    margin-top: auto;
    font-size: 800%;
    line-height: 100px;
    display: block;
  }

  .heading-5 {
    color: var(--smoke-white);
    text-align: left;
    margin-top: 105px;
    padding-bottom: 13px;
    font-family: Great Vibes, cursive;
    font-size: 500%;
  }

  .code-embed-2 {
    box-sizing: border-box;
    object-fit: fill;
    flex: 1;
    align-self: center;
    display: block;
    position: static;
    overflow: auto;
  }

  .heading-8 {
    font-family: Great Vibes, cursive;
    font-size: 24px;
    line-height: 30px;
  }

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

  .paragraph-3 {
    color: var(--white);
  }

  .paragraph-4 {
    color: var(--smoke-white);
  }

  .heading-9 {
    color: var(--white);
    font-size: 30px;
    font-weight: 400;
  }

  .heading-10 {
    color: var(--white);
    text-align: left;
    font-size: 38px;
    font-weight: 700;
    line-height: 38px;
  }

  .heading-11 {
    color: var(--white);
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    line-height: 34px;
  }

  .heading-12 {
    color: var(--white);
    font-size: 38px;
    font-weight: 700;
    line-height: 34px;
  }

  .paragraph-5 {
    color: var(--white);
    text-align: left;
    padding-top: 14px;
    font-size: 24px;
    line-height: 28px;
  }

  .paragraph-6 {
    color: var(--white);
    text-align: center;
    padding-top: 14px;
    font-size: 24px;
    line-height: 28px;
  }

  .paragraph-7 {
    color: var(--white);
    text-align: right;
    padding-top: 14px;
    font-size: 24px;
    line-height: 28px;
  }

  .quick-stack {
    grid-column-gap: 46px;
  }

  .heading-13 {
    line-height: 50px;
  }

  .heading-18 {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }

  .code-embed-6 {
    padding-left: 29px;
  }

  .code-embed-9 {
    margin: auto;
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .style-guide-block {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px;
  }

  .all-heading-container, .all-paragraph-container, .color-palette-container {
    width: 65%;
  }

  .style-guide-title {
    width: 30%;
  }

  .button-container {
    width: 65%;
  }

  .style-guide-heading-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .style-guide-blocks-container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

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

  .h1.font-white-ltr-space {
    padding-left: 30px;
  }

  .h6._600-ltr-spacing {
    color: #070707;
    font-size: 14px;
  }

  .h7.nav-links {
    color: var(--light-slate-grey);
    padding: 5px;
    font-size: 14.5px;
    line-height: 28px;
  }

  .h7.nav-links:hover, .h7.nav-links:active, .h7.nav-links.w--current {
    color: var(--black2);
  }

  .h7.nav-links-2 {
    color: var(--light-slate-grey);
    padding: 5px;
  }

  .h7.nav-links-2:hover, .h7.nav-links-2:active {
    color: var(--black2);
  }

  .h3 {
    font-size: 31px;
  }

  .para2.font-white {
    opacity: 1;
    padding-left: 0;
  }

  .container {
    width: 100%;
    padding-left: 14px;
    padding-right: 36px;
  }

  .navbar {
    position: absolute;
  }

  .section-home {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .navbar-right {
    align-items: center;
  }

  .nav-menu {
    background-color: var(--white);
    margin-left: 11px;
    margin-right: 0;
    padding: 15px 15px 15px 23px;
    box-shadow: 1px 1px 3px #0003;
  }

  .mainsection, .mainsection.home-section-background {
    min-height: auto;
  }

  .section-about {
    min-height: 0;
    display: flex;
  }

  .section-services {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .services-flex-box-left {
    padding-right: 48px;
  }

  .section-whyus {
    min-height: 0;
    padding-top: 65px;
    padding-bottom: 200px;
    display: flex;
  }

  .section-team, .section-clients {
    min-height: 0;
    display: flex;
  }

  .section-achievements {
    align-items: stretch;
    min-height: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .achievements-grid-box {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .section-projects {
    min-height: 0;
    display: flex;
  }

  .project-card-div {
    height: 270px;
  }

  .project-image-div {
    height: 100%;
  }

  .section-contact {
    min-height: 0;
    display: flex;
  }

  .project-heading.layout-3-heading {
    text-align: left;
  }

  .project-item-2.layout-1-project-item {
    height: 350px;
  }

  .project-item-2.layout-2-project-item {
    height: 590px;
  }

  .project-item-2.layout-3-project-item {
    height: 400px;
  }

  .project-item-2.layout-4-project-item {
    height: 270px;
  }

  .layout-1 {
    padding-top: 130px;
  }

  .project-category-list {
    flex-wrap: wrap;
  }

  .project-details-container.layout-1-details {
    flex-wrap: wrap;
    align-items: center;
  }

  .project-details-container.layout-5-details {
    width: 25%;
  }

  .project-images-list.layout-1-list {
    grid-row-gap: 40px;
    grid-template-rows: 1fr auto;
  }

  .share-social-links, .share-social-links._2-columns-layout-social-links, .project-images-container.layout-project-3-images {
    width: 60%;
  }

  .project-description.layout-1-para {
    max-width: 550px;
  }

  .layout-2 {
    padding-top: 130px;
  }

  .layout-3-text-container {
    width: 35%;
  }

  .sticky-div {
    width: 100%;
  }

  .layout-3, .layout-4 {
    padding-top: 130px;
  }

  .layout-4-text-container {
    width: 35%;
  }

  .layout-5-text-container {
    max-width: 71%;
  }

  .layout-5 {
    padding-top: 130px;
  }

  .menu-icon {
    width: 37px;
    height: 100%;
    transition: all .3s;
    display: block;
  }

  .menu-button {
    z-index: 10;
    justify-content: flex-start;
    align-items: center;
    width: 37px;
    height: 26px;
    margin-right: 17px;
    padding: 5px 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .close-icon {
    width: 30px;
    height: 25px;
    transition: all .3s;
    display: none;
    position: absolute;
    inset: auto 0% 0%;
  }

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

  .menu-button-2 {
    z-index: 10;
    justify-content: flex-start;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-right: 17px;
    padding: 5px;
    display: flex;
  }

  .menu-button-2.w--open {
    background-color: #0000;
  }

  .projects-grid-box-cat-page {
    grid-template-columns: 1fr 1fr;
  }

  .footer-contact-column {
    max-width: 80%;
    margin-top: 0;
    padding-top: 0;
  }

  .footer-container {
    flex-flow: column;
  }

  .footer-column {
    max-width: 80%;
    padding-top: 0;
  }

  .footer-nav-column {
    margin-top: 40px;
  }

  .footer-app-link {
    max-width: 80%;
    margin-top: 40px;
  }

  .template-block-title {
    width: 30%;
  }

  .template-block {
    width: 100%;
    margin-bottom: 40px;
    padding: 30px;
  }

  .template-block.vertical {
    align-items: flex-start;
  }

  .changelog-heading-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .changelog-blocks-container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .navbar-black {
    position: absolute;
  }

  .navbar-fixed {
    background-color: var(--white);
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    position: fixed;
    top: -70px;
    box-shadow: 0 4px 20px #a7acb74d;
  }

  .license-block-title {
    justify-content: flex-start;
    width: auto;
  }

  .license-blocks-container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .license-heading-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .image-2 {
    z-index: auto;
    opacity: .29;
    mix-blend-mode: color-burn;
    margin-top: auto;
    margin-left: auto;
  }

  .heading-3 {
    margin-right: 23px;
    padding-right: 0;
  }

  .grid {
    grid-row-gap: 13px;
    grid-template-columns: 1fr;
    margin-top: 33px;
    padding-top: 55px;
  }

  .heading-4 {
    box-sizing: border-box;
    color: #f3ecec;
    text-align: center;
    object-fit: fill;
    flex-flow: row;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 80px;
    line-height: 75px;
    display: block;
    position: static;
    overflow: visible;
  }

  .heading-5 {
    color: #f7f0f0;
    text-align: center;
    margin-top: auto;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-list-item-middle {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-menu-wrapper {
    border-top: 1px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .heading-6 {
    padding-right: 18px;
  }

  .code-embed-4 {
    padding-top: 20px;
  }

  .heading-17 {
    font-size: 10px;
  }

  .heading-18 {
    color: #d4d4d4;
  }
}

@media screen and (max-width: 767px) {
  .main-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .style-guide-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 20px;
  }

  .all-heading-container, .all-paragraph-container, .color-palette-container {
    width: 100%;
  }

  .style-guide-title {
    width: 100%;
    margin-bottom: 20px;
    position: static;
  }

  .button-container {
    width: 100%;
  }

  .h1 {
    font-size: 35px;
    line-height: 48px;
  }

  .h2 {
    font-size: 32px;
    line-height: 44px;
  }

  .h3 {
    font-size: 30px;
    line-height: 42px;
  }

  .container {
    padding-left: 37.5px;
    padding-right: 37.5px;
  }

  .navbar-wrapper {
    position: relative;
  }

  .home-flex-box {
    flex-direction: column;
    align-items: stretch;
  }

  .home-flex-box-left {
    width: 100%;
    margin-bottom: 50px;
  }

  .home-flex-box-right {
    width: auto;
    margin: auto;
    padding-left: 0;
    position: relative;
  }

  .home-image-div {
    margin: auto;
    position: relative;
  }

  .home-image {
    width: auto;
    min-width: auto;
    min-height: auto;
    max-height: none;
    padding-top: 53px;
    position: relative;
    overflow: visible;
  }

  .navbar-right {
    align-items: center;
  }

  .nav-menu {
    margin-left: -17px;
    padding-left: 0;
  }

  .mainsection.clients-section-background {
    margin: auto;
    top: auto;
    overflow: visible;
  }

  .about-flex-box {
    flex-direction: column;
  }

  .about-flex-box-left {
    width: 100%;
    margin-bottom: 50px;
  }

  .about-flex-box-right {
    width: 100%;
  }

  .services-flex-box {
    flex-direction: column;
    align-items: stretch;
  }

  .services-flex-box-left {
    width: 100%;
    margin-bottom: 50px;
  }

  .services-flex-box-right {
    width: 100%;
  }

  .services-grid-box {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .whyus-div {
    width: 100%;
  }

  .whyus-grid-box {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .section-team {
    background-size: contain;
  }

  .team-div {
    width: 100%;
  }

  .team-grid-box {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .section-clients {
    background-size: contain;
  }

  .clients-flex-box {
    flex-direction: column;
    align-items: stretch;
  }

  .clients-flex-box-left {
    width: 100%;
    margin-bottom: 50px;
  }

  .achievements-heading-div {
    width: 100%;
  }

  .achievements-grid-box, .projects-grid-box {
    grid-template-columns: 1fr;
  }

  .section-contact {
    background-size: contain;
  }

  .contact-div {
    width: 100%;
  }

  .contact-flex-box {
    flex-direction: column;
  }

  .contact-flex-left {
    width: 100%;
    margin-bottom: 50px;
  }

  .contact-flex-right {
    width: 100%;
    padding-left: 0;
  }

  .from-row {
    flex-direction: column;
    margin-bottom: 0;
  }

  .text-filed {
    max-width: none;
  }

  .text-filed.name-feild {
    margin-right: 0;
  }

  .text-filed.company-field {
    margin-left: 0;
  }

  .text-filed.phone-field {
    margin-right: 0;
  }

  .text-filed.email-field {
    margin-left: 0;
  }

  .project-item-2.layout-2-project-item {
    height: 350px;
  }

  .project-item-2.layout-3-project-item {
    height: 340px;
  }

  .project-item-2.layout-4-project-item {
    height: 300px;
  }

  .client-title._2-column-left-side-text-layout-client {
    width: 50%;
  }

  .client-title.layout-4-client {
    width: 35%;
  }

  .share-block.layout-1-share-this, .share-block.layout-2-share-this {
    width: auto;
    min-width: 20%;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .date-block.layout-1-date, .date-block.layout-2-date {
    width: auto;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .client-block.layout-1-client, .client-block.layout-2-client, .category-title {
    width: auto;
  }

  .category-title.layout-3-category-title {
    width: 50%;
  }

  .category-title.layout-4-category-title {
    width: 35%;
  }

  .project-button-container {
    width: 100%;
    max-width: 155px;
  }

  .date-title._2-column-left-side-text-layout-date {
    width: 50%;
  }

  .date-title.layout-4-date {
    width: 35%;
  }

  .project-details-container.layout-1-details {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .project-details-container.layout-2-details {
    flex-direction: column;
  }

  .project-details-container.layout-3-details {
    margin-bottom: 120px;
  }

  .project-details-container.layout-5-details {
    width: auto;
    margin-left: 0;
  }

  .project-images-list.layout-1-list {
    grid-template-columns: 1fr;
  }

  .project-images-list.layout-5-list {
    column-count: 1;
  }

  .share-social-links, .share-social-links._2-columns-layout-social-links, .share-social-links.layout-2-share-links {
    width: 100%;
  }

  .project-image-block.layout-5-project-image {
    display: block;
  }

  .project-button {
    justify-content: center;
    display: flex;
  }

  .project-images-container.layout-1-project-images {
    margin-top: 50px;
  }

  .project-images-container.layout-project-3-images {
    width: 100%;
  }

  .project-images-container.layout-4-project-images {
    margin-bottom: 120px;
  }

  .project-images-container.layout-5-project-images {
    flex-direction: column;
    align-items: flex-start;
  }

  .project-description.layout-5-para {
    max-width: none;
  }

  .project-images-list-container {
    width: 100%;
  }

  .category-block.layout-1-category, .category-block.layout-2-category {
    width: auto;
  }

  .project-image.position-center {
    object-position: 50% 50%;
  }

  .share-title.left-side-text-lsyout-share {
    width: 35%;
  }

  .layout-3-text-container {
    width: auto;
    margin-right: 0;
  }

  .layout-3-container, .layout-4-container {
    flex-direction: column;
  }

  .layout-4-text-container {
    width: auto;
    margin-left: 0;
  }

  .layout-5-text-container {
    max-width: none;
  }

  .projects-grid-box-cat-page {
    grid-template-columns: 1fr;
  }

  .footer-social-media-icon-container {
    order: -1;
    margin: 0 auto 15px;
    padding-top: 0;
  }

  .copy-right---social-icon-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .h2-2 {
    font-size: 29px;
    line-height: 44px;
  }

  .template-block-title {
    width: 100%;
    margin-bottom: 20px;
    position: static;
  }

  .template-block {
    flex-direction: column;
    padding-bottom: 10px;
  }

  .license-block-title {
    width: 100%;
    margin-bottom: 20px;
    position: static;
  }

  .license-paragraph-container {
    width: 100%;
  }

  .grid {
    margin-top: 192px;
  }

  .heading-4 {
    margin-top: 120px;
  }

  .heading-5 {
    margin-top: auto;
    padding-top: 0;
    padding-bottom: 98px;
    line-height: 40px;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .heading-18 {
    color: #fffdfd;
  }
}

@media screen and (max-width: 479px) {
  .main-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .color-palette-container {
    grid-template-columns: 1fr;
  }

  .style-guide-title {
    text-align: center;
  }

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

  .h1.font-white-ltr-space {
    text-align: center;
    padding-bottom: 0;
    padding-left: 6px;
  }

  .h8._600-font-white-ltr-space {
    margin-top: auto;
  }

  .para1.line-height {
    padding-right: 17px;
  }

  .para2 {
    overflow: visible;
  }

  .para2.font-white {
    margin-top: -78px;
    margin-left: auto;
    margin-right: 146px;
    padding-left: 0;
    padding-right: 9px;
    font-size: 18px;
    display: inline;
  }

  .btn-white {
    margin-bottom: auto;
  }

  .btn-white.w--current {
    text-align: center;
    margin-top: -84px;
    padding-left: 9px;
  }

  .container {
    flex: 1;
    width: 100%;
    min-width: auto;
    min-height: auto;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
    overflow: visible;
  }

  .navbar {
    margin-bottom: auto;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-wrapper {
    position: relative;
  }

  .section-home {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    margin: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    overflow: visible;
  }

  .home-flex-box-left {
    padding-right: 0;
  }

  .home-flex-box-right {
    width: auto;
    margin: auto;
    padding-left: 12px;
    position: relative;
  }

  .home-image-div {
    margin: auto;
    position: relative;
  }

  .home-h8-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-right: 0;
    padding-right: 0;
    display: block;
  }

  .home-image {
    width: 100%;
    min-width: auto;
    min-height: auto;
    position: relative;
  }

  .mainsection.home-section-background {
    box-sizing: border-box;
    object-fit: fill;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    top: auto;
    left: auto;
    overflow: visible;
  }

  .mainsection.whyus-section-background {
    min-width: auto;
    max-height: none;
    margin: auto;
    top: auto;
    overflow: visible;
  }

  .mainsection.clients-section-background {
    width: auto;
    min-width: auto;
    max-height: none;
    margin: auto;
    top: auto;
    overflow: visible;
  }

  .mainsection.achievement-section-background {
    width: auto;
    min-width: auto;
    max-height: none;
    overflow: visible;
  }

  .section-about {
    overflow: visible;
  }

  .about-div {
    margin: auto;
    position: relative;
  }

  .about-flex-box {
    overflow: visible;
  }

  .about-flex-box-left {
    aspect-ratio: auto;
    padding-right: 0;
    position: relative;
  }

  .about-flex-box-right {
    width: auto;
    margin: auto;
    padding-bottom: 29px;
  }

  .about-image-div {
    position: relative;
  }

  .services-para2-div {
    width: auto;
    min-width: auto;
    max-width: none;
    min-height: auto;
    margin-top: auto;
    padding-left: 30px;
    overflow: visible;
  }

  .section-whyus {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .whyus-div {
    width: auto;
    position: relative;
  }

  .section-team {
    height: auto;
    position: relative;
    overflow: visible;
  }

  .section-clients {
    min-height: auto;
    padding-right: 0;
    position: relative;
  }

  .clients-quote-icon-div {
    position: relative;
  }

  .clients-flex-box {
    min-width: auto;
    min-height: auto;
    margin: auto;
    font-size: 14%;
    line-height: 20%;
    display: block;
    position: relative;
  }

  .clients-flex-box-left {
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    text-indent: 0%;
    overflow-wrap: normal;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    width: auto;
    margin: auto;
    padding: 0;
    font-size: 14%;
    line-height: 20%;
    display: block;
    position: relative;
    overflow: visible;
  }

  .clients-h1-div {
    margin: auto;
    position: relative;
  }

  .clients-slider {
    height: 100%;
  }

  .clients-slider-div {
    min-height: 450px;
  }

  .slide {
    height: 100%;
  }

  .mask {
    height: 100%;
    overflow: hidden;
  }

  .slide2 {
    max-height: 100%;
  }

  .section-achievements {
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: visible;
  }

  .section-contact {
    min-height: auto;
    position: relative;
    overflow: visible;
  }

  .contact-div {
    width: auto;
    position: relative;
  }

  .contact-flex-left {
    width: auto;
    margin: auto;
    position: relative;
    overflow: visible;
  }

  .text-filed.name-feild {
    height: auto;
    margin: auto;
    padding-left: 14px;
    overflow: visible;
  }

  .text-filed.company-field, .text-filed.phone-field {
    height: auto;
    margin: auto;
    overflow: visible;
  }

  .text-filed.email-field {
    width: auto;
    height: auto;
    margin: auto;
    overflow: visible;
  }

  .message-box {
    min-width: auto;
    min-height: auto;
    overflow: visible;
  }

  .contact-info-div {
    position: relative;
  }

  .project-item-2.layout-1-project-item {
    height: 300px;
  }

  .project-item-2.layout-2-project-item {
    height: 250px;
    margin-bottom: 40px;
  }

  .project-item-2.layout-3-project-item {
    height: 230px;
  }

  .project-item-2.layout-4-project-item {
    height: 180px;
  }

  .client-title.layout-4-client {
    width: 50%;
  }

  .share-block.layout-1-share-this {
    min-width: 50%;
  }

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

  .category-title.layout-4-category-title, .date-title.layout-4-date {
    width: 50%;
  }

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

  .share-social-links, .share-social-links._2-columns-layout-social-links {
    width: 80%;
  }

  .share-social-links.layout-3-social-link {
    width: 40%;
  }

  .project-button {
    justify-content: center;
    display: flex;
  }

  .share-title.left-side-text-lsyout-share {
    width: 50%;
  }

  .layout-3 {
    padding-bottom: 50px;
  }

  .menu-icon {
    width: 30px;
  }

  .menu-button {
    width: 30px;
    height: 26px;
    margin-right: 10px;
  }

  .menu-button-2 {
    margin-right: 10px;
  }

  .body {
    margin-top: auto;
  }

  .animation-container {
    height: auto;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .navbar-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-social-icon {
    margin-right: 0;
  }

  .footer-contact-column {
    width: 100%;
    max-width: none;
  }

  .copy-right-text-container {
    margin-top: 5px;
  }

  .powered-by-webflow {
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-social-media-icon-container {
    justify-content: space-between;
    width: 200px;
  }

  .footer-app-link {
    width: 100%;
    max-width: none;
  }

  .template-block-title {
    text-align: center;
  }

  .template-block.vertical {
    width: 100%;
  }

  .h3-2 {
    font-size: 29px;
    line-height: 42px;
  }

  .navbar-fixed-brand, .navbar-fixed-brand.w--current {
    padding-left: 0;
  }

  .license-block-title {
    text-align: center;
    justify-content: center;
  }

  .image-6 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: none;
    width: 80px;
    max-width: 237px;
    height: 0;
    max-height: none;
    margin-bottom: 84px;
    padding-left: 27px;
    padding-right: 56px;
    display: inline;
    overflow: visible;
  }

  .image-7 {
    margin-bottom: 200px;
  }

  .heading-3 {
    box-sizing: border-box;
    white-space: normal;
    object-fit: fill;
    object-position: 50% 50%;
    margin: auto;
    font-size: 100%;
    font-weight: 700;
    line-height: 100%;
    display: block;
    overflow: visible;
  }

  .grid {
    margin-top: auto;
    padding-top: 14px;
  }

  .heading-4 {
    letter-spacing: normal;
    column-count: auto;
    overflow-wrap: break-word;
    margin-top: auto;
    padding-top: 91px;
    font-size: 55px;
    font-weight: 400;
    line-height: 80%;
  }

  .heading-5 {
    text-align: left;
    font-family: Great Vibes, cursive;
    font-size: 48px;
    line-height: 40px;
    overflow: visible;
  }

  .code-embed-2 {
    margin-bottom: auto;
    padding-bottom: 76px;
    position: relative;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item-middle {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-6 {
    font-size: 50%;
    line-height: 20%;
    position: relative;
  }

  .checkbox-label {
    margin: auto;
  }

  .heading-17 {
    margin: auto;
    font-size: 60%;
    line-height: 100%;
    position: relative;
  }

  .heading-18 {
    color: #acaaaa;
  }

  .background-video {
    box-sizing: content-box;
    clear: none;
    object-fit: fill;
    flex: 1;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    width: auto;
    min-width: 100%;
    height: auto;
    margin-top: 6px;
    padding-top: 420px;
    display: block;
    inset: auto;
    overflow: auto;
  }

  .image-9, .image-10 {
    position: relative;
    overflow: visible;
  }

  .checkbox {
    margin: auto;
  }

  .checkbox-field {
    margin: auto;
    position: relative;
  }

  .code-embed-8 {
    margin: auto;
    padding-top: 0;
    display: block;
    position: relative;
  }
}

#w-node-_30015441-d391-9886-e085-67d1ba3b111c-9ace95f2, #w-node-_18dd4aea-37f0-aee7-2d41-8285e0a78be4-9ace95f5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1280px) {
  #w-node-_18dd4aea-37f0-aee7-2d41-8285e0a78be4-9ace95f5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}


@font-face {
  font-family: 'Metropolis';
  src: 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-Medium.otf') format('opentype');
  font-weight: 500;
  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;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}