:root {
  --cadet-blue: #219fa3;
  --medium-aquamarine: #282828;
  --background: #000;
  --dark-black: #151515;
  --blue: #6e21dd;
  --white: #fff;
  --0opacity: 0%;
}

body {
  color: #333;
  background-color: #131313;
  font-family: Exo, sans-serif;
  font-size: 1em;
  line-height: 1.3em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-size: .9em;
}

.main-header {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 5em;
  line-height: 1em;
}

.main-header.new-hd {
  font-size: 2em;
}

.main-header.scnd-sc-copy, .main-header.mblogoscnd-sc, .main-header.mblogoscnd-sc-copy {
  text-transform: uppercase;
  width: 90%;
  font-family: Suisseintl, Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
}

.main-header.thirdsc {
  text-align: right;
  text-transform: uppercase;
  width: 100%;
  padding-left: 1rem;
  font-family: Suisseintl, Arial, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
}

.main-header.scnd-sc-copy.scnd-sc {
  font-size: 35px;
}

.main-header.scnd-sc-copy {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  width: 90%;
  padding-left: 0;
  font-family: Suisseintl, Arial, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
}

.main-header.scnd-sc-copy.contact-heading {
  font-family: Suisseintl, Arial, sans-serif;
  font-size: 50px;
}

.main-header.scnd-sc-copy {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  width: 95%;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 110px;
}

.main-header.scnd-sc {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  width: 95%;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}

.navbar-logo-left {
  z-index: 999;
  margin-bottom: -4%;
  padding-bottom: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  inset: 0% 0% auto;
  width: 100vw;
  max-width: 100vw;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  inset: 0% 0% auto;
}

.container {
  width: 100%;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0;
}

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

.nav-menu-wrapper {
  display: block;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 10px;
  padding: 5px 10px;
  font-family: Suisseintl, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f00;
  border: 1px solid #fff;
  border-radius: 8px;
  margin-left: 0;
  margin-right: 20px;
  padding: 12px 25px;
  font-family: Suisseintl, Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #000;
  background-color: #fff0;
  background-image: linear-gradient(#fff, #fff);
}

.button-primary:active {
  background-color: #43464d;
}

.menu-button {
  color: #fff;
  margin-right: 0;
  display: none;
}

.inr-srvcbx {
  background-color: #000;
  border-bottom: 1px solid #ffffffa1;
  justify-content: center;
  align-items: center;
  width: 96%;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 0;
  padding: 10rem 1px 5vh 10px;
  display: flex;
  overflow: hidden;
}

.inr-srvcbx.scndbx {
  background-color: #09090900;
  width: 94%;
  margin-left: 45px;
  margin-right: 0;
  padding-top: 8rem;
  padding-right: 0;
}

.inr-srvcbx.grain-container {
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-left: 2.5em;
  margin-right: 2.5em;
  padding-top: 4rem;
  padding-bottom: 5vh;
  padding-right: 0;
}

.scn-hd {
  width: 50%;
  padding-left: 0;
}

.srvc-bxs {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  margin-top: 5%;
  padding-left: 48px;
  padding-right: 60px;
  display: flex;
}

.srvc-bxs.mb-srvcbx, .srvc-bxs.mb-scndsrvcbx, .srvc-bxs.mb-scndsrvcbx3, .srvc-bxs.mb-scndsrvcbx4, .srvc-bxs.mb-srvcbx {
  display: none;
}

.mn-carddivlrg {
  width: 25%;
  height: auto;
}

.crd-list1.hvr-crdlst {
  cursor: pointer;
  cursor: pointer;
  cursor: pointer;
  cursor: pointer;
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1186_WTL%202.webp");
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 75% 0;
  display: flex;
}

.hvr-imagblck {
  padding-top: 0%;
  display: none;
  position: static;
  inset: 0%;
}

.crd-list4.hvr-crdlst {
  cursor: pointer;
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358c22747acc54d0e44c34_Riipen.webp");
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 75%;
  padding-bottom: 75%;
  display: flex;
}

.crd-list4.hvr-crdlst {
  cursor: pointer;
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358c22747acc54d0e44c34_Riipen.webp");
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 75%;
  padding-bottom: 75%;
  display: flex;
}

.crd-list4.hvr-crdlst.work2 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358ac1ef0d85c194074548_Patrick.webp");
}

.crd-list4.hvr-crdlst.work6 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/683589877ec8ff16b5d6902c_Aaxe%20Paints.webp");
}

.crd-list4.hvr-crdlst.websiteinr2 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1194_Toga%203.webp");
}

.crd-list4.hvr-crdlst.work10 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358abef0524f10da2dd207_LVA.webp");
}

.crd-list4.hvr-crdlst.work13 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358b4550ea4f17f543c7b1_Evoke.webp");
}

.crd-list4.hvr-crdlst.work17 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358b5aaa13833ca472eb47_John%20Hardy.webp");
}

.crd-list4.hvr-crdlst.websiteinr6 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1194_Toga%203.webp");
}

.crd-list4.hvr-crdlst.websiteinr6.inrwbsite6 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358b59ef175cc89837fd21_Hello.webp");
}

.crd-list4.hvr-crdlst.websiteinr11 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1194_Toga%203.webp");
}

.crd-list4.hvr-crdlst.websiteinr11.inrwbsite6 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358b59ef175cc89837fd21_Hello.webp");
}

.crd-list4.hvr-crdlst.websiteinr11.inrwbsite11 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358c22747acc54d0e44c34_Riipen.webp");
}

.crd-list4.hvr-crdlst.branding2 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358abef0524f10da2dd207_LVA.webp");
}

.crd-list4.hvr-crdlst.branding6 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358ac1ef0d85c194074548_Patrick.webp");
}

.crd-list4.hvr-crdlst.design2 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6835898805d6dc7bbe9b0970_Alt%20Saints.webp");
}

.crd-list4.hvr-crdlst.campsc6 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358ac1ef0d85c194074548_Patrick.webp");
}

.crd-list4.hvr-crdlst.campimg2 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a1d468756062e3ac1f98_Independent%20Vision.webp");
}

.crd-list4.hvr-crdlst.campimg6 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a1d65b31729f244a7547_Three%20%26%20Foxes.webp");
}

.crd-list4.hvr-crdlst.rrimag2 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a438ade2a590d17f7171_Luke%20Hawkins.webp");
}

.crd-list4.hvr-crdlst.rrimag6 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a43ad4a4ee4db18a626c_Stanbrick.webp");
}

.crd-list4.hvr-crdlst.work18 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358b5aaa13833ca472eb47_John%20Hardy.webp");
}

.crd-list4.hvr-crdlst.work21 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a1d468756062e3ac1f98_Independent%20Vision.webp");
}

.crd-list4.hvr-crdlst.work25 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a1d60bcd445139f6cfb0_Volunteer%20Quest%20India.webp");
}

.crd-list4.hvr-crdlst.work26 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a43aa2868c9173b89606_Northland%20Buldings.webp");
}

.crd-list4.hvr-crdlst.work-30 {
  background-image: none;
}

.scndsrvc-bxs {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0%;
  display: flex;
}

.crd-list5.hvr-crdlst {
  cursor: pointer;
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1194_Toga%203.webp");
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 75%;
  padding-bottom: 75%;
  display: flex;
}

.crd-list5.hvr-crdlst {
  cursor: pointer;
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1194_Toga%203.webp");
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 75%;
  padding-bottom: 75%;
  display: flex;
}

.crd-list5.hvr-crdlst.work3 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1186_WTL%202.webp");
}

.crd-list5.hvr-crdlst.work7 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6835898805d6dc7bbe9b0970_Alt%20Saints.webp");
}

.crd-list5.hvr-crdlst.websiteinr3 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358b4550ea4f17f543c7b1_Evoke.webp");
  display: flex;
}

.crd-list5.hvr-crdlst.work11 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358abe057739bb4f541ff2_Futuro.webp");
}

.crd-list5.hvr-crdlst.work14 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358b45710e7d45fae8764a_Hyypatia.webp");
}

.crd-list5.hvr-crdlst.work18 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358b5921bfa2f883ac14cf_Audo.webp");
}

.crd-list5.hvr-crdlst.websiteinr7 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358b59dfac44ca375d93ea_Toogood%20co.webp");
  display: flex;
}

.crd-list5.hvr-crdlst.websiteinr12 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358b59dfac44ca375d93ea_Toogood%20co.webp");
  display: none;
}

.crd-list5.hvr-crdlst.branding3 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358abe057739bb4f541ff2_Futuro.webp");
}

.crd-list5.hvr-crdlst.branding7 {
  display: none;
}

.crd-list5.hvr-crdlst.design3 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358989b6a1f6ab0181d0bb_Yarnhub.webp");
}

.crd-list5.hvr-crdlst.campsc3 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358ac1a5861bfc30d5cb77_Thetarzanway.webp");
}

.crd-list5.hvr-crdlst.campsc7 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358989b6a1f6ab0181d0bb_Yarnhub.webp");
}

.crd-list5.hvr-crdlst.campimg7 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a1d60bcd445139f6cfb0_Volunteer%20Quest%20India.webp");
}

.crd-list5.hvr-crdlst.rrimag3 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a438d08a83bc8bce5516_Alcohol%20Free%20lifestyle.webp");
}

.crd-list5.hvr-crdlst.rrimag7 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a43b0822f72d3bc100fc_Zac%20Richman.webp");
}

.crd-list5.hvr-crdlst.work19 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358b5921bfa2f883ac14cf_Audo.webp");
}

.crd-list5.hvr-crdlst.work22 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a1d4b3b45d784606e0fd_Conquest.webp");
}

.crd-list5.hvr-crdlst.work26 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a4389fe34793f6af3eac_NGT.webp");
}

.crd-list5.hvr-crdlst.work27 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a43ab9e6c01c9899cc8f_Quasar.webp");
}

.crd-list5.hvr-crdlst.work31 {
  background-image: none;
}

.crd-list3.hvr-crdlst {
  cursor: pointer;
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1157_Porche.jpg");
  background-position: 50% 0;
  background-size: cover;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 75%;
  padding-bottom: 75%;
  display: flex;
}

.crd-list3.hvr-crdlst.serviceimg5, .crd-list3.hvr-crdlst.serviceimg10 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/683589877ec8ff16b5d6902c_Aaxe%20Paints.webp");
}

.crd-list3.hvr-crdlst {
  cursor: pointer;
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1157_Porche.jpg");
  background-position: 50% 0;
  background-size: cover;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 75%;
  padding-bottom: 75%;
  display: flex;
}

.crd-list3.hvr-crdlst.work1 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1189_123.45%202.webp");
}

.crd-list3.hvr-crdlst.work9 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358abe4a213f4f95a6c16f_Motivinci.webp");
}

.crd-list3.hvr-crdlst.inrwbsite1 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1189_123.45%202.webp");
}

.crd-list3.hvr-crdlst.work5 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee115b_Delhiwale.jpg");
}

.crd-list3.hvr-crdlst.work12 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358ac1a5861bfc30d5cb77_Thetarzanway.webp");
}

.crd-list3.hvr-crdlst.work16 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358b59dfac44ca375d93ea_Toogood%20co.webp");
}

.crd-list3.hvr-crdlst.inrwbsite5 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358b5921bfa2f883ac14cf_Audo.webp");
}

.crd-list3.hvr-crdlst.inrwbsite9 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358c22b47a4e0e4d762246_Duck%20English.webp");
}

.crd-list3.hvr-crdlst.branding1 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358abe4a213f4f95a6c16f_Motivinci.webp");
}

.crd-list3.hvr-crdlst.branding5 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358ac1a5861bfc30d5cb77_Thetarzanway.webp");
}

.crd-list3.hvr-crdlst.design1 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/683589877ec8ff16b5d6902c_Aaxe%20Paints.webp");
}

.crd-list3.hvr-crdlst.serviceimg5, .crd-list3.hvr-crdlst.serviceimg10 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/683589877ec8ff16b5d6902c_Aaxe%20Paints.webp");
}

.crd-list3.hvr-crdlst.campsc5 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358abe057739bb4f541ff2_Futuro.webp");
}

.crd-list3.hvr-crdlst.campimg1 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a1d20f1ac2084c4222d5_PLG%20-%20Peck%20Law%20Group.webp");
}

.crd-list3.hvr-crdlst.campimg5 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a1d4dd6a1b6dc7b04bfc_Merchant%20Mastery.webp");
}

.crd-list3.hvr-crdlst.rrimag1 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a4389fe34793f6af3eac_NGT.webp");
}

.crd-list3.hvr-crdlst.rrimag5 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a43ab9e6c01c9899cc8f_Quasar.webp");
}

.crd-list3.hvr-crdlst.work17 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358b59dfac44ca375d93ea_Toogood%20co.webp");
}

.crd-list3.hvr-crdlst.work20 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a1d20f1ac2084c4222d5_PLG%20-%20Peck%20Law%20Group.webp");
}

.crd-list3.hvr-crdlst.work24 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a1d65b31729f244a7547_Three%20%26%20Foxes.webp");
}

.crd-list3.hvr-crdlst.work25 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a438d08a83bc8bce5516_Alcohol%20Free%20lifestyle.webp");
}

.crd-list3.hvr-crdlst.work29 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a43b0822f72d3bc100fc_Zac%20Richman.webp");
}

.crd-list3.hvr-crdlst.serviceimg1 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/683589877ec8ff16b5d6902c_Aaxe%20Paints.webp");
  background-position: 50% 0;
  background-size: cover;
}

.crd-list3.hvr-crdlst.serviceimg5, .crd-list3.hvr-crdlst.serviceimg10 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/683589877ec8ff16b5d6902c_Aaxe%20Paints.webp");
}

.crd-list2.hvr-crdlst {
  cursor: pointer;
  cursor: pointer;
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358ac1ef0d85c194074548_Patrick.webp");
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-right: 0;
  padding: 75% 5px;
  display: flex;
  overflow: hidden;
}

.container-3 {
  width: 97%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

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

.footer-new {
  background-color: #151515;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
}

.footer-light {
  z-index: 10;
  background-color: #151515;
  border-bottom: 1px #e4ebf3;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 60px 20px 40px;
  display: flex;
  position: relative;
}

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

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

.footer-title {
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 10px;
  font-family: Suisseintl, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.footer-link-two {
  color: #fff;
  margin-top: 5px;
  font-family: Suisseintl, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #b7b7b7bf;
}

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

.footer-copyright {
  color: #fff;
  margin-top: 10px;
  font-family: Suisseintl, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

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

.newfooter-div {
  width: 40%;
  padding-left: 0;
  padding-right: 20px;
}

.footer-block3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.image-7 {
  text-align: left;
  margin-left: -1em;
  padding-left: 0%;
}

.text-block-11 {
  color: #fff;
  padding-top: 10px;
  padding-right: 40px;
  font-family: Suisseintl, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.footer-icnbx {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
  display: flex;
}

.footer-link-contact {
  color: #fff;
  margin-top: 0;
  font-family: Suisseintl, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link-contact:hover {
  color: #b7b7b7bf;
}

.footer-bottom-copy {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 0;
  display: flex;
}

.lst-ftrlnk {
  color: #fff;
  border-right: 1px solid #868686;
  margin-top: 10px;
  margin-right: 10px;
  padding-right: 10px;
  font-family: Suisseintl, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.lst-ftrlnk:hover {
  color: #b7b7b7bf;
}

.lst-ftrlnk.newlst-ftrlnk {
  border-right-style: none;
}

.ftr-trms22-copy {
  margin-right: 40px;
  padding-right: 0;
}

.lst-ftrlnk-copy {
  color: #fff;
  border-right: 1px solid #868686;
  margin-top: 10px;
  margin-right: 10px;
  padding-right: 10px;
  font-family: Suisseintl, Arial, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.lst-ftrlnk-copy {
  color: #fff;
  border-right: 1px solid #868686;
  margin-top: 10px;
  margin-right: 10px;
  padding-right: 10px;
  font-family: Suisseintl, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.lst-ftrlnk-copy:hover {
  color: #b7b7b7bf;
}

.moveing-txt {
  background-color: #151515;
  justify-content: flex-start;
  align-items: center;
  height: 10%;
  padding-bottom: 60px;
  line-height: 0%;
  display: block;
  overflow: hidden;
}

.moveing-txt:hover {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}

.mb-footer {
  display: none;
}

.navbar_submenu-item.is-bold {
  font-weight: 600;
}

.navbar_link-image:hover {
  opacity: .7;
}

.navbar_submenu {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  justify-content: space-around;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  top: 6rem;
}

.navbar_left-widget {
  text-align: center;
  width: 10rem;
  height: 15rem;
  display: block;
  position: absolute;
  top: 6rem;
}

.navbar_left-widget.hide-tablet {
  display: none;
}

.navbar_dropdown-link {
  color: #fff;
  white-space: normal;
  padding: .5rem 1rem;
  text-decoration: none;
  display: inline-block;
}

.navbar_dropdown-link:hover {
  color: #ffffffb3;
}

.navbar_dropdown-link.w--current {
  color: #0000;
}

.navbar_dropdown-link.is-small {
  font-size: .9rem;
}

.navbar_dropdown-link.is-bold {
  font-weight: 600;
}

.hide-desktop-only {
  display: none;
}

.navbar_submenu-col, .navbar_submenu-list {
  flex: 1 1 0;
}

.code-embed-7 {
  border-top: 1px solid #ffffffd9;
  width: 101vw;
  height: 23rem;
  margin-top: 4em;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  left: -4%;
  right: 0;
  overflow: hidden;
}

.div-block-11 {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding-right: 0;
  display: flex;
}

.mn-carddivlrg3 {
  border-radius: 15px;
  width: 100%;
  height: auto;
  padding-left: 5px;
  padding-right: 5px;
}

.mn-carddivlrg3.mn-carddivlrg {
  border-radius: 4px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: hidden;
}

.mn-carddivlrg3.mn-carddivlrg.sceond {
  width: 100%;
  margin-right: 15px;
}

.mn-carddivlrg3.mn-carddivlrg.first {
  width: 100%;
  margin-right: 0;
}

.scndsrvc-bxs-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1%;
  display: flex;
}

.scndsrvc-bxs-2.scndsrvc-bxs.home-bx, .scndsrvc-bxs-2.scndsrvc-bxs.homebx {
  width: 100vw;
  padding-left: 48px;
  padding-right: 60px;
}

.scndsrvc-bxs-2.scndsrvc-bxs {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding-left: 3em;
  padding-right: 3em;
}

.scndsrvc-bxs-2.scndsrvc-bxs.home-bx, .scndsrvc-bxs-2.scndsrvc-bxs.homebx {
  width: 100vw;
  padding-left: 48px;
  padding-right: 60px;
}

.scndsrvc-bxs-2.scndsrvc-bxs.wrk-svrcsc {
  margin-top: 1%;
  padding-left: 0;
  padding-right: 0;
}

.scndsrvc-bxs-2.scndsrvc-bxs.hd {
  display: none;
}

.button-7 {
  color: var(--background);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  background-image: none;
  border-radius: 50px;
  margin-top: 1em;
  margin-left: 10px;
  padding: 10px 20px;
  font-family: Suisseintl, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}

.button-7:hover {
  background-image: linear-gradient(180deg, #3f25dd, var(--blue));
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
}

.button-7.contact-btn {
  color: var(--background);
  cursor: pointer;
  background-color: #fff;
  background-image: none;
  margin-bottom: 4em;
  margin-left: 0;
  font-size: 14px;
}

.button-7.contact-btn:hover {
  background-color: #c6c5c5;
  background-image: linear-gradient(180deg, var(--blue), #3f25dd);
  color: var(--white);
  font-weight: 400;
  transform: none;
}

.button-7.mb-btn {
  color: var(--background);
  cursor: pointer;
  background-color: #fff;
  padding-bottom: 10px;
  font-size: 14px;
}

.button-7.mb-btn:hover {
  background-image: linear-gradient(180deg, #3f25dd, var(--blue));
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  transform: none;
}

.crd-lists6.hvr-crdlst {
  cursor: pointer;
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee115f_Tru.webp");
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 75%;
  padding-bottom: 75%;
  display: flex;
}

.crd-lists6.hvr-crdlst.branding8, .crd-lists6.hvr-crdlst.design4 {
  display: none;
}

.crd-lists6.hvr-crdlst {
  cursor: pointer;
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee115f_Tru.webp");
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 75%;
  padding-bottom: 75%;
  display: flex;
}

.crd-lists6.hvr-crdlst.work4 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee115c_GT.jpg");
}

.crd-lists6.hvr-crdlst.work8 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358989b6a1f6ab0181d0bb_Yarnhub.webp");
}

.crd-lists6.hvr-crdlst.wesiteinr4 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358b45710e7d45fae8764a_Hyypatia.webp");
  display: flex;
}

.crd-lists6.hvr-crdlst.work15 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358b59ef175cc89837fd21_Hello.webp");
}

.crd-lists6.hvr-crdlst.work12 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358abeae18e55b53eaee7c_House%20of%20beer.webp");
}

.crd-lists6.hvr-crdlst.work19 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358c22b47a4e0e4d762246_Duck%20English.webp");
}

.crd-lists6.hvr-crdlst.wesiteinr8 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358b5aaa13833ca472eb47_John%20Hardy.webp");
  display: flex;
}

.crd-lists6.hvr-crdlst.wesiteinr13 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358b5aaa13833ca472eb47_John%20Hardy.webp");
  display: none;
}

.crd-lists6.hvr-crdlst.branding4 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358abeae18e55b53eaee7c_House%20of%20beer.webp");
}

.crd-lists6.hvr-crdlst.branding8, .crd-lists6.hvr-crdlst.design4 {
  display: none;
}

.crd-lists6.hvr-crdlst.campsc4 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358abeae18e55b53eaee7c_House%20of%20beer.webp");
}

.crd-lists6.hvr-crdlst.campsc8 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358abef0524f10da2dd207_LVA.webp");
}

.crd-lists6.hvr-crdlst.campimg4 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a1d4b3b45d784606e0fd_Conquest.webp");
}

.crd-lists6.hvr-crdlst.campimg8 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.crd-lists6.hvr-crdlst.rrimag4 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a43aa2868c9173b89606_Northland%20Buldings.webp");
}

.crd-lists6.hvr-crdlst.rrimag8 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.crd-lists6.hvr-crdlst.work20 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358c22b47a4e0e4d762246_Duck%20English.webp");
}

.crd-lists6.hvr-crdlst.work23 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a1d4dd6a1b6dc7b04bfc_Merchant%20Mastery.webp");
}

.crd-lists6.hvr-crdlst.work27 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a438ade2a590d17f7171_Luke%20Hawkins.webp");
}

.crd-lists6.hvr-crdlst.work28 {
  background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a43ad4a4ee4db18a626c_Stanbrick.webp");
}

.crd-lists6.hvr-crdlst.work32 {
  background-image: none;
}

.agecy-firstsc {
  background-color: #000;
}

.text {
  color: #5d5c5c;
  border-top: 1px #f4f5f6;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.large-numbers {
  color: #7bf4e0;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.main-box {
  border-top: 1px solid #f4f5f633;
  border-bottom: 1px solid #f4f5f633;
  width: 100%;
  padding: 0 0 40px;
}

.heading-flex {
  grid-column-gap: 2px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-family: Suisseintl, Arial, sans-serif;
  display: flex;
}

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

.number-content {
  width: 25%;
}

.green-number {
  color: #fbf9fc;
  text-align: center;
  margin-bottom: 8px;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.green-number.experience, .green-number.projects, .green-number.clients, .green-number.partners, .green-number.experience, .green-number.projects, .green-number.clients, .green-number.partners {
  font-family: Inter, sans-serif;
}

.number-wrap {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.contact-ussct {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  background-image: linear-gradient(#000 43%, #151515);
  flex-flow: row-reverse wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.contact-ussct:hover {
  color: var(--white);
}

.heading-9 {
  color: #ffffffba;
  text-align: center;
  font-family: Suisseintl, Arial, sans-serif;
  font-weight: 400;
}

.heading-10 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 0;
  padding-left: 3em;
  padding-right: 3em;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.div-block-27 {
  color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-content.scroll {
  opacity: 1;
  opacity: 1;
  justify-content: space-between;
  position: relative;
}

.marquee-3 {
  z-index: 2;
  grid-column-gap: 1rem;
  width: 100%;
  margin-top: -30%;
  margin-bottom: 11rem;
  padding-top: 1rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
  overflow: hidden;
}

.text-block-36 {
  color: var(--white);
  text-transform: capitalize;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 180px;
  font-weight: 700;
  line-height: 215px;
}

.button-group {
  border: 0 #95ff00;
  border-left: 21px #902626;
  border-right: 1px #0000;
}

.html-embed-2 {
  background-color: #fff;
  width: 60px;
  padding: 15px;
  line-height: 0;
}

.header-2 {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: block;
  overflow: visible;
}

.popup-middle-wraper {
  margin-top: 40px;
}

.html-embed {
  width: 1.25rem;
  height: 1.25rem;
}

.popup-menu-link {
  text-decoration: none;
}

.nav-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.popup-menu-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 2.5rem;
}

.nav-item {
  color: #000;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.nav-link-item {
  background-color: #fff;
  border-radius: 4px;
  margin-right: 10px;
  padding: 15px 20px;
  text-decoration: none;
}

.popup-top-wraper {
  justify-content: space-between;
  display: flex;
}

.mobile-popup {
  background-color: #fff0;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-item {
  padding: 10px;
  font-family: Merriweather, serif;
  font-size: 1px;
}

.cta-btn {
  background-color: #000;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 17px 30px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 700;
}

.cta-btn:hover {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
}

.popup-wraper {
  background-color: #000;
  width: 100%;
  max-width: 50%;
  height: 100%;
  padding: 20px;
}

.header-wraper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  display: flex;
}

.container-medium-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.popup_menu-wraper {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.popup-btn {
  color: #000;
  background-color: #fff;
  width: 100%;
  margin-top: 40px;
  padding: 20px;
  font-size: 1.8125rem;
  font-weight: 600;
  line-height: 1.25rem;
  display: block;
}

.header-spaching {
  justify-content: space-between;
  padding-top: 25px;
  display: flex;
}

.humberger-icon {
  display: none;
}

.hero-banr {
  height: auto;
}

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

.choose-us {
  justify-content: flex-start;
  align-items: stretch;
  padding: 7em 8em 4em;
  display: flex;
}

.choose-us.first {
  color: var(--background);
  background-color: #000;
  padding-left: 0;
  padding-right: 4em;
}

.left-side {
  align-self: center;
  width: 50%;
  padding-left: 3.5em;
}

.left-side.frst-lftsc {
  padding-left: 3.5em;
}

.right-side {
  width: 50%;
}

.heading-21 {
  color: var(--white);
  margin-top: 0;
  padding-right: 4em;
  font-family: Inter, sans-serif;
  font-size: 26px;
}

.text-block-37 {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.body-8 {
  color: var(--background);
  background-color: #000;
}

.offer-sc {
  border-bottom: 1px solid #fff3;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  display: block;
}

.right-side-copy {
  border-bottom: 1px solid #fff3;
  border-left: 1px solid #fff3;
  width: 50%;
  padding: 2em 3em 2em 2em;
}

.offer-bx1 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.offer-bx2, .offer-bx3, .offer-bx4 {
  display: flex;
}

.right-side-copy-copy {
  border-bottom: 1px #fff3;
  border-left: 1px solid #fff3;
  width: 50%;
  padding: 2em 3em 2em 2em;
}

.gallery {
  background-color: #000;
  padding-top: 4em;
}

.inr-sct {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  padding-top: 4em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.inr-sct.scnd {
  padding-top: 1em;
}

.div-block-90 {
  background-color: #151515;
  border-radius: 4px;
  width: 50%;
  padding: 4em 2em;
}

.heading-22 {
  color: var(--white);
  font-family: Suisseintl, Arial, sans-serif;
  font-weight: 500;
}

.button-14 {
  text-transform: uppercase;
  cursor: pointer;
  background-color: #252525;
  border-radius: 50px;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Suisseintl, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
}

.button-14:hover {
  background-color: var(--white);
  color: var(--background);
}

.mn-carddivlrg-4 {
  border-radius: 15px;
  width: 25%;
  height: auto;
  padding-left: 5px;
  padding-right: 5px;
}

.image-69 {
  width: 20px;
}

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

.mobile-ftr {
  background-color: #151515;
  background-image: linear-gradient(#151515, #151515);
  padding: 40px 20px;
  display: none;
}

.margin-80px {
  margin-top: 80px;
}

.toogle-max-w {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.toggle-main {
  border-bottom: 1px solid #fff3;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.dropdown-toggle-2 {
  color: #fff;
  flex: 1;
  align-items: center;
  width: 100%;
  padding-left: 0;
  font-size: 17px;
  display: flex;
}

.toggle-icon {
  border: 1px solid #fff3;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-right: 13px;
  display: flex;
}

.qa-text {
  color: #fffc;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
}

.toggle-content {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  position: relative;
}

.toggle-content.w--open {
  padding-top: 0;
}

.footer-link-two-copy {
  color: #fff;
  margin-top: 5px;
  font-family: Suisseintl, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link-two-copy:hover {
  color: #b7b7b7bf;
}

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

.main-header-copy {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 5em;
  line-height: 1em;
}

.main-header-copy.new-hd {
  font-size: 2em;
}

.main-header-copy.scnd-sc-copy, .main-header-copy.mblogoscnd-sc, .main-header-copy.mblogoscnd-sc-copy {
  text-transform: uppercase;
  width: 90%;
  font-family: Suisseintl, Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
}

.main-header-copy.thirdsc {
  text-align: right;
  text-transform: uppercase;
  width: 100%;
  padding-left: 1rem;
  font-family: Suisseintl, Arial, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
}

.main-header-copy.scnd-sc-copy {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  text-align: right;
  text-transform: uppercase;
  width: 90%;
  padding-left: 0;
  font-family: Suisseintl, Arial, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
}

.main-header-copy.scnd-sc {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  width: 95%;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}

.div-block-113 {
  padding-top: 10px;
}

.image-72 {
  display: none;
}

.marquee-cont {
  background-color: #151515;
  width: auto;
  height: auto;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.infinite-wrapp {
  background-color: #151515;
  flex-flow: row;
  align-items: stretch;
  height: 220px;
  margin-top: 0;
  display: flex;
  position: static;
}

.text-block-46 {
  font-size: 12vw;
}

.text-block-46.two {
  margin-left: .2em;
  font-size: 20vw;
  font-weight: 700;
}

.text-block-46.one {
  color: #fff;
  border: 1px #fff;
  padding-left: 40px;
  font-family: Suisseintl, Arial, sans-serif;
  font-size: 190px;
  font-weight: 500;
  line-height: 200px;
}

.text-block-46.one:hover {
  color: #fff0;
  font-family: Suisseintl, Arial, sans-serif;
}

.div-block-114 {
  background-color: #000;
  padding-top: 8em;
  padding-bottom: 8em;
}

.div-block-114.scale-ftr {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.inr-body {
  background-image: linear-gradient(180deg, black 40%, var(--dark-black));
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding-bottom: 40px;
}

.code-embed-95 {
  display: none;
}

.navbar_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
  position: relative;
}

.navbar_mobile-search-wrap {
  display: none;
}

.navbar_menu-button {
  padding: 0;
}

.navbar_mobile-view {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: none;
}

.navbar_bg {
  background-color: #202022;
  width: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar_dropdown-2 {
  z-index: 902;
  clear: both;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: block;
  position: static;
}

.image-75 {
  width: 20%;
  max-width: 20%;
}

.container-large-5 {
  border-top: 1px #ffffffb0;
  width: 100%;
  max-width: 100rem;
  margin-left: 0;
  margin-right: 0;
}

.navbar_dropdown-toggle-2 {
  z-index: 2;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.navbar_link-3 {
  z-index: 2;
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  padding: .5rem 0;
  font-family: Suisseintl, Arial, sans-serif;
  font-size: 11px;
  text-decoration: none;
}

.navbar_link-3:hover {
  color: #ffffffb3;
}

.navbar_link-3.w--current {
  color: #fff;
}

.navbar_menu-2 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.navbar_logo-link-3 {
  z-index: 902;
  width: 30%;
  padding-left: 0;
}

.button-3-copy-2 {
  z-index: 99;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 10px;
  font-weight: 400;
  position: relative;
}

.button-3-copy-2:hover {
  color: #000;
  background-image: linear-gradient(#fff, #fff);
}

.navbar_container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: min-content 1fr min-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px 10px 40px;
  display: flex;
}

.padding-global-6 {
  justify-content: space-between;
  align-items: flex-end;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.navbar-3 {
  z-index: 50;
  color: #fff;
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_dropdown-list-3 {
  color: #fff;
  background-color: #202022;
  height: 20rem;
  position: absolute;
  inset: 0 0% 0;
}

.navbar_dropdown-list-3.w--open {
  height: 28rem;
  padding: .5rem 2rem;
}

.navbar_desktop-view-3 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.image-76 {
  width: 20px;
  height: 20px;
}

.navbar_dropdown-2-copy {
  z-index: 902;
  clear: both;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  z-index: 902;
  clear: both;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  z-index: 902;
  clear: both;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  z-index: 902;
  clear: both;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  z-index: 902;
  clear: both;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: block;
  position: static;
}

.navbar_dropdown-list-3-copy {
  color: #fff;
  background-color: #202022;
  height: 20rem;
  position: absolute;
  inset: 0 0% 0;
}

.navbar_dropdown-list-3-copy.w--open {
  height: 28rem;
  padding: .5rem 2rem;
}

@media screen and (min-width: 1280px) {
  .navbar_submenu {
    max-width: 56.25rem;
  }

  .our-values {
    padding: 4em;
  }

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

  .div-block-12 {
    background-color: #222;
  }

  .values3 {
    background-color: #222;
    border-radius: 8px;
    padding: 1em;
  }

  .text-block-20 {
    color: #fff;
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    position: static;
  }

  .values2, .values1, .values4 {
    background-color: #222;
    border-radius: 8px;
    padding: 1em;
  }

  .tab-block {
    flex-flow: row;
    display: flex;
  }

  .tab-content.item-bgcolor {
    flex-flow: row;
  }

  .htitle-block {
    margin-top: 60px;
    margin-left: 0;
  }

  .paragraph-6 {
    font-family: Suisseintl, Arial, sans-serif;
  }

  .head-team {
    border-style: solid;
  }

  .div-block-41 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-43 {
    width: 30%;
  }

  .div-block-44 {
    width: 10%;
  }

  .div-block-45 {
    width: 30%;
  }

  .image-27, .image-28, .image-29 {
    width: 100%;
  }

  .div-block-46 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: .5em;
    display: flex;
  }

  .div-block-47 {
    width: 30%;
  }

  .div-block-48 {
    width: 10%;
  }

  .div-block-49, .div-block-50 {
    width: 30%;
  }

  .image-30, .image-31, .image-32 {
    width: 100%;
  }

  .div-block-51 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: .5em;
    display: flex;
  }

  .div-block-52 {
    width: 10%;
  }

  .div-block-53, .div-block-54, .div-block-55 {
    width: 30%;
  }

  .image-33, .image-34, .image-35 {
    width: 100%;
  }

  .div-block-56 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: .5em;
    display: flex;
  }

  .div-block-57, .div-block-58 {
    width: 30%;
  }

  .image-36, .image-37 {
    width: 100%;
  }

  .div-block-59 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: .5em;
    display: flex;
  }

  .div-block-60, .div-block-61 {
    width: 30%;
  }

  .div-block-62 {
    width: 10%;
  }

  .div-block-63 {
    width: 30%;
  }

  .image-38, .image-39, .image-40 {
    width: 100%;
  }

  .div-block-64 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: .5em;
    display: flex;
  }

  .div-block-65, .div-block-66, .div-block-67 {
    width: 30%;
  }

  .image-41, .image-42, .image-43 {
    width: 100%;
  }

  .div-block-68 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: .5em;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-69, .div-block-70 {
    width: 30%;
  }

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

  .div-block-72 {
    width: 30%;
  }

  .image-44, .image-45, .image-46 {
    width: 100%;
  }

  .div-block-73 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: .5em;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-74, .div-block-75, .div-block-76 {
    width: 30%;
  }

  .image-47, .image-48, .image-49 {
    width: 100%;
  }

  .div-block-77 {
    width: 10%;
  }

  .job-rte {
    font-family: Suisseintl, Arial, sans-serif;
  }

  .div-block-86 {
    color: #000;
  }

  .h4 {
    font-family: Suisseintl, Arial, sans-serif;
    font-weight: 400;
  }

  .form-separator {
    display: none;
  }

  .body-6 {
    background-color: #000;
  }

  .heading-20 {
    font-family: Suisseintl, Arial, sans-serif;
    font-weight: 400;
  }

  .scrollcontainer {
    color: #04c7dd;
    background-color: #00295f;
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    height: 1000vh;
    display: flex;
  }

  .lottie-animation-7 {
    width: 120vw;
  }

  .lottie-animation-7.jelly {
    width: 150vw;
    margin-top: -10%;
  }

  .code-embed-19 {
    width: 100vw;
  }

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

  .values5, .values6, .values2-copy, .values7, .values3-copy, .values8, .values9 {
    background-color: #222;
    border-radius: 8px;
    padding: 1em;
  }

  .button-21.is-navbar-button {
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .button-3-copy {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px;
  }

  .icon {
    padding-left: 2px;
  }

  .counter-section {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .tab-block {
    flex-wrap: nowrap;
    display: flex;
  }

  .tab-content.item-bgcolor {
    flex-flow: row;
    padding: 60px 40px;
    display: block;
  }

  .horizontal-tab-block {
    margin-top: 50px;
  }

  .htitle-block {
    margin-left: 10px;
  }

  .marquee-2 {
    opacity: 1;
    margin-bottom: 1.5rem;
    padding-bottom: 0;
  }

  .marquee-2.txt-2, .marquee-2.scrl-txt3, .marquee-2.scrl-txt4, .marquee-2.scrl-txt5, .marquee-2.txt-2, .marquee-2.scrl-txt3, .marquee-2.scrl-txt4, .marquee-2.scrl-txt5 {
    opacity: 0;
  }

  .card-heading {
    font-size: 1.375rem;
  }

  .counter-section-copy {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .button-3-copy-2 {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .button-7.mb-btn {
    text-transform: capitalize;
    text-transform: capitalize;
    font-family: Inter, sans-serif;
    font-weight: 500;
  }

  .grid-seo-service {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .cards-container {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-41 {
    margin-top: 60px;
    font-size: 28px;
    line-height: 35px;
  }

  .button-19 {
    background-image: linear-gradient(180deg, var(--blue), #3f25dd);
    border-radius: 50px;
    margin-top: 0;
    padding: 20px 40px;
    font-family: Inter, sans-serif;
    font-size: 20px;
    line-height: 25px;
  }

  .button-7-copy.mb-btn {
    text-transform: capitalize;
    text-transform: capitalize;
    text-transform: capitalize;
    text-transform: capitalize;
    text-transform: capitalize;
    text-transform: capitalize;
    font-family: Inter, sans-serif;
    font-weight: 500;
  }
}

@media screen and (max-width: 991px) {
  .c-main-banner.scnd-div {
    padding-right: 20px;
  }

  .c-main-banner.scnd-div.frth-dv {
    margin-bottom: 3em;
  }

  .c-main-banner.scnd-div.lst-scdv {
    padding-top: 0;
    padding-right: 20px;
  }

  .main-header.scnd-sc, .main-header.scnd-sc-copy, .main-header.scnd-sc, .main-header.scnd-sc-copy {
    width: 100%;
    font-size: 40px;
    line-height: 50px;
  }

  ._w-main-header {
    text-align: center;
    max-width: 60vw;
  }

  ._w-main-header.scnd-sc {
    max-width: 90vw;
  }

  ._w-main-header.frs-sct {
    max-width: 10vw;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .sticky-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sticky-div.second-stckydiv.fourth-scbx {
    padding-left: 20px;
  }

  .service-sc {
    padding-right: 10px;
  }

  .inr-srvcbx {
    padding-top: 6rem;
    padding-bottom: 3vh;
  }

  .inr-srvcbx.scndbx {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .inr-srvcbx.grain-container {
    padding-right: 20px;
  }

  .scn-hd {
    width: 30%;
  }

  .srvc-bxs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-bx {
    height: 25svh;
  }

  .card-lists2 {
    padding-left: 0;
    padding-right: 2em;
  }

  .serv-btn {
    padding-bottom: 5%;
  }

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

  .clients-quote-two {
    font-size: 28px;
    line-height: 36px;
  }

  .newabout.new-scnd-tlt.mbabt {
    margin-top: 0;
  }

  .logosc {
    padding-bottom: 0;
  }

  .logosc.mb-sc.lst-sc {
    margin-top: 10%;
    padding-right: 10px;
  }

  .log-sc {
    padding-left: 0;
    padding-right: 1em;
  }

  .log-sc.home-logo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-6.hvr-lganm {
    height: 8vh;
  }

  .image-5 {
    max-width: 70%;
  }

  .scnd-divlogo.hvr-lganm, .thrid-divlogo.hvr-lganm, .thrid-divlogo.hvr-lganm, .fourthdivlofo.hvr-lganm, .fourthdivlofo.hvr-lganm, .fifthdiv-logo.hvr-lganm, .fifthdiv-logo.hvr-lganm, .sixth-divlogo.hvr-lganm, .sixth-divlogo.hvr-lganm, .seven-logodiv.hvr-lganm, .seven-logodiv.hvr-lganm, .eight-logodiv.hvr-lganm, .eight-logodiv.hvr-lganm {
    height: 8vh;
  }

  .div-block-7 {
    padding-left: 10px;
  }

  .lst-sccd {
    padding-left: 20px;
  }

  .lst-sccd.newscnd.scnd {
    padding-right: 0;
  }

  .container-3 {
    width: 100%;
    max-width: 750px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

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

  .footer-link-two {
    margin-top: 5px;
    font-size: 13px;
  }

  .footer-link-two.w--current {
    font-size: 13px;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

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

  .footer-copyright {
    margin-top: 10px;
    font-size: 13px;
  }

  .newfooter-div {
    width: 30%;
  }

  .text-block-11 {
    padding-right: 0;
  }

  .footer-link-contact {
    font-size: 13px;
  }

  .text-block-12 {
    font-size: 32px;
    line-height: 60px;
  }

  .text-block-12.allftr {
    font-family: Inter, sans-serif;
    font-size: 50px;
    line-height: 80px;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.is-video {
    margin-top: 0;
    padding-top: .5rem;
  }

  .video_section {
    height: 70vh;
  }

  .video_box {
    aspect-ratio: 1162 / 900;
  }

  .video_wrap {
    height: 50vh;
    transform: scale(.9);
  }

  .video_wall {
    margin-top: -20vh;
  }

  .video_wall.home {
    height: auto;
  }

  .about__layout.grid-main {
    flex-flow: column;
    display: flex;
  }

  .about__header {
    margin-bottom: 1.5rem;
  }

  .about__subcontent {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    align-self: flex-start;
    max-width: 24ch;
    margin-top: 2.5rem;
    display: flex;
  }

  .about__content.grid-main {
    flex-flow: column;
    align-self: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .about__eyebrow.text-size-small {
    order: -1;
  }

  .about__visual {
    aspect-ratio: 1;
  }

  .about__title.h2 {
    max-width: 23ch;
  }

  .space-4rem {
    min-height: 4rem;
  }

  .works-wrapper {
    grid-row-gap: 3rem;
  }

  .works-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    position: static;
  }

  .features-grid-image-wrapper {
    height: 220px;
  }

  .progress-bar-wrapper {
    padding-left: 2rem;
  }

  .scroll-prompts-all {
    display: none;
  }

  .progress-last {
    right: -3rem;
  }

  .weglot-is-ll-row {
    flex-direction: column;
    justify-content: space-between;
  }

  .store-item-row.r2 {
    height: 1rem;
    min-height: 1rem;
    padding-left: 1rem;
  }

  .cantread-stydy-link {
    color: #ff8177;
    cursor: pointer;
  }

  .half-page {
    padding: 0;
  }

  .half-page.blue {
    cursor: default;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .half-page.is {
    height: 100vh;
    min-height: 0;
    padding: 0;
  }

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

  .half-page.weglot-is {
    height: 100vh;
    min-height: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .webis-urready-section {
    width: 80%;
  }

  .pie-slash {
    padding-left: 1rem;
  }

  .store-graph-text-wrapper {
    color: #18154c;
  }

  .store-graph-text-wrapper.stw1 {
    padding-top: 2rem;
    padding-left: 3rem;
    padding-right: 2rem;
    top: 0%;
    left: 0%;
  }

  .store-graph-text-wrapper.stw2 {
    color: #fff;
    padding-top: 2rem;
    padding-left: 3rem;
    padding-right: 2rem;
    top: 0%;
    bottom: auto;
    right: auto;
  }

  .weglot-intro-subtitle-wrapper {
    width: 80%;
  }

  .p-oversized {
    font-size: 3rem;
  }

  .p-large {
    font-size: 1.2rem;
  }

  .scene-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .store-item-shadow.s1 {
    width: 1rem;
    min-width: 1rem;
  }

  .h-huge {
    font-size: 3rem;
  }

  .webis-ill {
    width: 60vw;
    height: 60vw;
  }

  .imagine-pie-scroll {
    padding-left: 2rem;
  }

  .imagine-pie-torta {
    font-size: 3rem;
  }

  .weglot-letters.is {
    max-width: 30vw;
  }

  .scene-1 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .uielement-wrapper {
    width: 100%;
    height: 25vh;
  }

  .weglot-is-wrapper {
    height: 60vh;
  }

  .weglot-intro {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .barrier-text-wrapper {
    padding-left: 2rem;
  }

  .col {
    padding: 2rem;
  }

  .col.nopad.col-6.halfpage.poweroflang {
    padding: 0;
  }

  .col.nopad.col-6.sticky {
    padding-top: 0;
    padding-bottom: 0;
  }

  .col.nopad.col-6.poweroflang {
    padding: 0;
  }

  .col.nopad.col-6.weglot-is {
    padding-left: 0;
    padding-right: 0;
  }

  .list-bullet-wrapper {
    height: 1.5rem;
  }

  .weglot-is-ill-wrapper {
    height: 60vh;
  }

  .weglot-is-ill-wrapper.iw2, .weglot-is-ill-wrapper.iw5, .weglot-is-ill-wrapper.iw4, .weglot-is-ill-wrapper.iw3, .weglot-is-ill-wrapper.iw2, .weglot-is-ill-wrapper.iw5, .weglot-is-ill-wrapper.iw4, .weglot-is-ill-wrapper.iw3 {
    right: auto;
  }

  .weglot-ill-1.obj4 {
    padding: .5rem;
    font-size: 1rem;
  }

  .weglot-is-desc {
    max-width: none;
  }

  .webis-globe {
    width: 120vw;
    height: 120vw;
  }

  .mb-huge {
    margin-bottom: 20vh;
  }

  .store-graph-back-wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  .browser-btn {
    width: 1rem;
    height: 1rem;
  }

  .store-item-graph-fill.gf2 {
    position: static;
  }

  .webis-ill-shootingstar-wrapper {
    width: 5rem;
    height: 5rem;
  }

  .p-huge {
    font-size: 1.5rem;
  }

  .power-0f-lang-store-item.graphs.gr1 {
    width: 100%;
  }

  .power-0f-lang-store-item.graphs.gr2 {
    width: 100%;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .footer-dots {
    width: 100%;
  }

  .grid-row {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .grid-row.row-nomar {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-row.row-nomar.weglot-is {
    height: auto;
    margin-left: 0;
  }

  .grid-row.row-nomar.scene2-1 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .ill-outer-link {
    width: 1rem;
    min-width: 1rem;
  }

  .ill-outer-link.mr-small {
    margin-right: .5rem;
  }

  .btn {
    width: 100%;
    min-height: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    line-height: 120%;
  }

  .btn.ghost {
    width: auto;
  }

  .weglot-ill-col {
    width: 100%;
  }

  .weglot-ill-col.ill {
    order: -1;
    height: 100%;
  }

  .progress-bar-wrapper-2 {
    padding-left: 2rem;
  }

  .text-size-display {
    letter-spacing: 0;
    font-size: 8rem;
  }

  .progress-bar-wrapper-3 {
    padding-left: 2rem;
  }

  .progress-last-2 {
    right: -3rem;
  }

  .scene-1-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .feat-1 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
  }

  .sticky-feauters-wrap {
    position: static;
  }

  .counters-wrap {
    display: none;
  }

  .my-container {
    padding: 6em;
  }

  .feat-2 {
    z-index: 2;
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    opacity: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
  }

  .scroll-track {
    height: auto;
  }

  .info-basic {
    text-align: left;
  }

  .feat-cont-holder {
    height: auto;
  }

  .feat-line {
    background-color: #000;
    width: 6%;
    height: .3em;
    margin-bottom: 16px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .img-feature {
    object-fit: contain;
    width: 60%;
  }

  .grid-cell {
    padding: 1em;
  }

  .img-feature-wrap {
    justify-content: center;
    height: 40vh;
    display: flex;
  }

  .feat-3, .feat-5 {
    opacity: 1;
    grid-template-columns: 1fr;
    position: static;
  }

  .footer__soc-link {
    margin-left: 16px;
  }

  .roundtxt-year {
    font-size: 12px;
    bottom: -1px;
    right: -1px;
  }

  .menu__columns {
    padding-left: 24px;
    padding-right: 24px;
  }

  .menu__col.mod--center-2 {
    max-width: 0;
  }

  .menu__col.mod--bot-1 {
    flex: 0 auto;
    order: 1;
    width: 100%;
  }

  .menu__img-anim {
    display: none;
  }

  .menu__content {
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu__copyright-link {
    align-items: center;
    margin-top: 20px;
  }

  .menu__roundtxt {
    width: 60px;
    height: 60px;
    top: -112px;
    right: 23px;
  }

  .navbar_dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar_submenu-item.is-bold {
    font-size: 1.5rem;
  }

  .navbar_submenu {
    border-left-style: none;
    border-right-style: none;
    flex-direction: column;
    max-width: 100%;
    position: static;
    top: 0;
  }

  .navbar_dropdown-toggle {
    color: #ffffff80;
    border-bottom: 1px solid #ffffff80;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 0;
    display: flex;
  }

  .navbar_dropdown-toggle:hover {
    color: #ffffff4d;
    border-bottom-color: #ffffff4d;
  }

  .navbar_left-widget {
    width: 100%;
    max-width: 20rem;
    height: 100%;
    margin-top: 2rem;
    position: relative;
    top: 0;
  }

  .navbar_dropdown-link {
    width: auto;
    padding: .75rem 0;
  }

  .hide-desktop-only {
    display: block;
  }

  .navbar_desktop-view {
    display: none;
  }

  .navbar_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar_dropdown-list.w--open {
    border-style: none;
    height: auto;
    padding: 1rem 0;
    position: static;
  }

  .navbar_dropdown-list-copy {
    position: static;
    overflow: hidden;
  }

  .navbar_dropdown-list-copy.w--open {
    border-style: none;
    height: auto;
    padding: 1rem 0;
    position: static;
  }

  .infotext.grey {
    font-size: 13px;
  }

  .logo-2 {
    width: 106px;
  }

  .centered_w1 {
    padding-left: 42px;
    padding-right: 42px;
  }

  .centered_w1.nav-wrapper {
    align-items: center;
    padding-left: 10px;
    padding-right: 20px;
  }

  .nav-link-3.w--current {
    padding-bottom: 2px;
  }

  .logo-wrapper {
    flex: 1;
    margin-top: 1px;
  }

  .hover_image {
    display: none;
  }

  .is-main {
    font-size: 3rem;
  }

  .hover-tabs_component, .hover-tabs_mobile-image-wrapper {
    display: block;
  }

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

  .hover-tabs_mobile-image-mask {
    overflow: hidden;
  }

  .hover-tabs_left-content {
    display: none;
  }

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

  .hover-tabs_list-item-wrapper {
    border-bottom: 1px solid #0d2a371a;
  }

  .hover-tabs_list-item {
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .hover-tabs_list-item:hover {
    box-shadow: none;
  }

  .hover-tabs_heading-wrapper {
    margin-left: 0;
  }

  .hover-tabs_right-wrapper {
    padding: 0;
  }

  .hover-tabs_left-content-2 {
    display: none;
  }

  .hover-tabs_list-item-2 {
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .hover-tabs_list-item-2:hover {
    box-shadow: none;
  }

  .hover-tabs_right-wrapper-2 {
    padding: 0;
  }

  .stcky-prnt-2 {
    padding-left: .25em;
  }

  .stcky-prnt-2.new-sctky {
    padding-left: 0;
    padding-right: 10px;
  }

  .stcky-prnt-2.new-sctky.new-stcky.second-stcky {
    bottom: 0;
  }

  .text-block-15 {
    padding-bottom: 1em;
    padding-right: 0;
  }

  .abt-container-2.new-sct.agncy-spc, .abt-container-2.new-sct.agncy-spc-copy, .abt-container-2.new-sct.agncy-spc, .abt-container-2.new-sct.agncy-spc-copy, .abt-container-2.new-sct.agncy-spc, .abt-container-2.new-sct.agncy-spc-copy {
    border-bottom-style: none;
  }

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

  .text-block-17.scnd-stckytxt {
    padding-right: 0;
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
  }

  .about__background-copy-2 {
    margin-bottom: 2em;
    padding-right: 2em;
  }

  .about__background-copy-2.text-stickybx.lext-stckyrghtsd {
    padding-right: 1em;
  }

  .about__background-copy-2.text-stickybx.lext-stckyrghtsd.new-abtstict {
    justify-content: space-between;
    margin-bottom: 1em;
    bottom: 0%;
  }

  .text-blocksticky-18 {
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-11 {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 1em;
  }

  .scndsrvc-bxs-2.scndsrvc-bxs.home-bx, .scndsrvc-bxs-2.scndsrvc-bxs.homebx {
    padding-left: 20px;
    padding-right: 30px;
  }

  .scndsrvc-bxs-2.scndsrvc-bxs.home-bx, .scndsrvc-bxs-2.scndsrvc-bxs.homebx {
    padding-left: 20px;
    padding-right: 30px;
  }

  .scndsrvc-bxs-2.scndsrvc-bxs.home-bx, .scndsrvc-bxs-2.scndsrvc-bxs.homebx {
    padding-left: 20px;
    padding-right: 30px;
  }

  .scndsrvc-bxs-2.scndsrvc-bxs.wrk-svrcsc {
    padding-left: 0;
  }

  .section-slider, .marquee.is-marquee-3, .marquee.is-marquee-3, .marquee.is-marquee-3, .marquee.is-marquee-3 {
    overflow: clip;
  }

  .video-play-pause-wrapper:hover {
    transform: none;
  }

  .video-play-pause-wrapper:active, .video-play-wrapper:active {
    transform: scale(.9);
  }

  .video-unmute-wrapper:hover {
    transform: none;
  }

  .video-unmute-wrapper:active {
    transform: scale(.9);
  }

  .video-play-pause-wrapper-2:hover {
    transform: none;
  }

  .video-play-pause-wrapper-2:active, .video-play-wrapper-2:active {
    transform: scale(.9);
  }

  .video-play-pause-wrapper-3:hover {
    transform: none;
  }

  .video-play-pause-wrapper-3:active, .video-play-wrapper-3:active {
    transform: scale(.9);
  }

  .video-unmute-wrapper-2:hover {
    transform: none;
  }

  .video-unmute-wrapper-2:active {
    transform: scale(.9);
  }

  .video-play-pause-wrapper-4:hover {
    transform: none;
  }

  .video-play-pause-wrapper-4:active {
    transform: scale(.9);
  }

  .video-play-pause-wrapper-5:hover {
    transform: none;
  }

  .video-play-pause-wrapper-5:active {
    transform: scale(.9);
  }

  .video-play-pause-wrapper-6:hover {
    transform: none;
  }

  .video-play-pause-wrapper-6:active {
    transform: scale(.9);
  }

  .video-play-pause-wrapper-7:hover {
    transform: none;
  }

  .video-play-pause-wrapper-7:active {
    transform: scale(.9);
  }

  .video-play-pause-wrapper-8:hover {
    transform: none;
  }

  .video-play-pause-wrapper-8:active {
    transform: scale(.9);
  }

  .video-play-pause-wrapper-9:hover {
    transform: none;
  }

  .video-play-pause-wrapper-9:active {
    transform: scale(.9);
  }

  .video-play-pause-wrapper-10:hover {
    transform: none;
  }

  .video-play-pause-wrapper-10:active {
    transform: scale(.9);
  }

  .video-play-pause-wrapper-11:hover {
    transform: none;
  }

  .video-play-pause-wrapper-11:active {
    transform: scale(.9);
  }

  .video-play-pause-wrapper-12:hover {
    transform: none;
  }

  .video-play-pause-wrapper-12:active {
    transform: scale(.9);
  }

  .video-play-pause-wrapper-13:hover {
    transform: none;
  }

  .video-play-pause-wrapper-13:active {
    transform: scale(.9);
  }

  .video-play-pause-wrapper-14:hover {
    transform: none;
  }

  .video-play-pause-wrapper-14:active {
    transform: scale(.9);
  }

  .video-play-pause-wrappers:hover {
    transform: none;
  }

  .video-play-pause-wrappers:active {
    transform: scale(.9);
  }

  .custom-video-wrappers.newcstm-wrp {
    height: auto;
  }

  .video-replay-wrappers:hover {
    transform: none;
  }

  .video-replay-wrappers:active, .video-play-wrappers:active {
    transform: scale(.9);
  }

  .code-embed-9 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 10px;
  }

  .video-play-pause-wrapper-15:hover {
    transform: none;
  }

  .video-play-pause-wrapper-15:active {
    transform: scale(.9);
  }

  .video-play-pause-wrapper-16:hover {
    transform: none;
  }

  .video-play-pause-wrapper-16:active {
    transform: scale(.9);
  }

  .feat-4, .feat-6, .feat-7, .feat-5-copy, .feat-8, .feat-9 {
    opacity: 1;
    grid-template-columns: 1fr;
    position: static;
  }

  .text {
    font-size: 16px;
    line-height: 22px;
  }

  .large-numbers {
    font-size: 40px;
    line-height: 80px;
  }

  .main-box {
    flex: 1;
    order: 0;
    align-self: auto;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .green-number.experience, .green-number.projects, .green-number.clients, .green-number.partners, .green-number.experience, .green-number.projects, .green-number.clients, .green-number.partners {
    font-size: 40px;
  }

  .number-wrap {
    justify-content: space-between;
  }

  .agecy-fifthsc {
    background-color: #000;
  }

  .our-values.agncy-vlu {
    padding-left: 1em;
    padding-right: 1em;
  }

  .values3 {
    padding-top: 2em;
    padding-bottom: 2em;
    padding-right: 1em;
  }

  .text-block-20 {
    padding-top: .25em;
    font-size: 30px;
    line-height: 40px;
  }

  .values2, .values1 {
    padding-top: 2em;
    padding-bottom: 2em;
    padding-right: 1em;
  }

  .first-sc.grain-container {
    background-color: #090909;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 6em;
    display: flex;
  }

  .div-block-13 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
    padding-top: 2em;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .div-block-15 {
    width: 50%;
    height: 60vh;
    margin-right: 1em;
  }

  .heading-4 {
    text-align: right;
    font-size: 30px;
    line-height: 40px;
  }

  .text-block-22 {
    padding-top: 1em;
  }

  .image-11 {
    height: 500px;
  }

  .jobdesc-section {
    background-color: #000;
    background-image: none;
    padding: 0 1em 6em;
  }

  .div-block-17 {
    display: none;
  }

  .inr-bx1.hovr-inrbx {
    width: 33%;
    padding: 0 1em 1em;
    display: block;
  }

  .inr-bx2.hovr-inrbx {
    width: 33%;
    padding: 0 1em 1em;
  }

  .inr-bx2.hovr-inrbx-copy {
    padding: 0 1em 1em;
  }

  .heading-5, .heading-6 {
    font-size: 26px;
    line-height: 30px;
  }

  .inr-bx3.hovr-inrbx {
    width: 33%;
    padding: 0 1em 1em;
  }

  .bg-image-wrapper {
    display: none;
  }

  .hero-image-wrapper {
    align-self: center;
  }

  .grid-hero {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 2rem;
  }

  .hero-grid-text-wrapper {
    display: none;
  }

  .bg-image {
    object-fit: cover;
  }

  .name-title, .name-title-2 {
    letter-spacing: -3px;
    font-size: 18vw;
  }

  .div-block-24 {
    height: auto;
  }

  .stcky-prnt-2-copy.new-sctky {
    font-size: clamp(var(--font-size-mobile--main), var(--font-size-fluid--main), var(--font-size-fluid--main));
    font-size: clamp(var(--font-size-mobile--main), var(--font-size-fluid--main), var(--font-size-fluid--main));
  }

  .about__background-copy-2-copy {
    padding-left: 10px;
  }

  .image-16, .image-17, .image-18, .image-19 {
    width: 20%;
  }

  .container-10 {
    background-image: linear-gradient(to bottom, var(--background), var(--background));
  }

  .tag_wrap {
    grid-row-gap: .5rem;
  }

  .project_left-box {
    width: 100%;
  }

  .project_content-wrap {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-direction: column;
    width: 100%;
  }

  .project_image-wrap {
    width: 12rem;
    height: 6rem;
  }

  .tag_label {
    font-size: .625rem;
  }

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

  .flex-box.project {
    grid-row-gap: .2em;
    grid-row-gap: .2em;
    flex-direction: row;
    align-items: center;
  }

  .project_right-box {
    width: 5%;
  }

  .collection-list-wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }

  .body-3 {
    background-color: #000;
  }

  .heading-10 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .job-listing.grain-container {
    background-color: #090909;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .list-item {
    width: 95vw;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list-wrapper-2 {
    width: 95%;
  }

  .heading-11 {
    font-size: 45px;
    line-height: 50px;
  }

  .collection-item-2.hovr-inrbx, .collection-item-2.hovr-inrbx-copy, .collection-item-2.hovr-inrbx, .collection-item-2.hovr-inrbx, .collection-item-2.hovr-inrbx-copy {
    margin-left: 0;
    margin-right: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .tab-container {
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .tab-block {
    flex-wrap: nowrap;
    padding: 20px;
    display: flex;
  }

  .title-name {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 13px;
    font-size: 30px;
    display: block;
    position: relative;
  }

  .title-name.htitle-name {
    text-align: left;
    text-align: left;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .tab-title.item-bgcolor {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .horizontal-tabcontent {
    margin-top: -35px;
  }

  .image-20 {
    width: 100%;
  }

  .tab-content.item-bgcolor {
    padding-top: 50px;
  }

  .tab-text {
    text-align: justify;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
  }

  .img-block {
    width: 100%;
  }

  .horizontal-tab-block {
    margin-top: 40px;
  }

  .htitle-block {
    background-color: #0000;
    padding: 20px;
    display: block;
  }

  .contact-firstsc {
    margin-top: 100px;
  }

  ._1-2-grid {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  ._1-2-grid._75-space.reverse {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  ._1-2-grid._75-space.reverse.new-contactt {
    grid-template-columns: 1fr;
  }

  .border-wrap.new-form {
    padding-right: 2em;
  }

  .grid-website-maintenace {
    flex-direction: column;
    margin-top: 0;
    display: block;
  }

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

  .benefits-wrap {
    max-width: 100vw;
    padding-left: 28px;
    padding-right: 28px;
    font-size: 17px;
  }

  .switch-button {
    margin-bottom: 20px;
  }

  .benefits-description {
    max-width: 360px;
  }

  .sub-par {
    text-align: center;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.25em;
  }

  .grid-seo-service {
    margin-top: 0;
    padding-top: 0;
  }

  .lottie-animation {
    font-size: 19px;
  }

  .header-2-center-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .small-card {
    width: auto;
    min-width: auto;
    max-width: 100vw;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 80px;
    padding-right: 80px;
    font-size: 18px;
  }

  .seo-benefits-wrapper.seo-benefits-heading {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._1-2-grid-2 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .tab_menu {
    position: static;
  }

  .text-block-29 {
    font-size: 35px;
    line-height: 45px;
  }

  .content-wrap-copy {
    padding-left: 0;
  }

  ._1-2-grid-copy {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .paragraph-5-copy {
    font-size: 18px;
  }

  .text-block-15-copy.mobile--txt {
    padding-right: 1rem;
  }

  .heading-13 {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .butn-blck {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
  }

  .card-subtitle {
    font-size: 18px;
    line-height: 28px;
  }

  ._w-card {
    padding-left: 20px;
    padding-right: 30px;
  }

  .card-details {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
  }

  .div-block-78 {
    flex-flow: column;
  }

  .contact-formbx {
    flex-flow: column;
    padding-left: 1em;
    padding-right: 1em;
  }

  .div-block-79 {
    width: 100%;
  }

  .div-block-80 {
    width: 100%;
    margin-left: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

  .loading {
    font-size: 30px;
  }

  .loading.clone, .count {
    font-size: 30px;
    line-height: 44px;
  }

  .dynamic-number__wrap {
    height: 4vh;
    margin-bottom: 6px;
  }

  .section-sticky {
    overflow: visible;
  }

  .dynamic-number__inner-wrap {
    height: 16vh;
  }

  .dynamic-number__inner-wrap.dynamic-number__track {
    height: 20vh;
  }

  .dynamic-text {
    font-size: 24px;
    line-height: 4vh;
  }

  .dynamic-text.dt-number {
    font-size: 30px;
  }

  .wrap-2 {
    width: 645px;
  }

  .wrap-2._w-custom.w60-60 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-84 {
    width: 17px;
  }

  .dynamic-text__wrap {
    height: 4vh;
  }

  .dynamic-section__wrap {
    top: -57px;
    left: -3px;
  }

  .wrap-3 {
    width: 645px;
  }

  .wrap-3._w-custom.w60-60 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-85 {
    width: 17px;
  }

  .heading-1 {
    font-size: 8vw;
  }

  .tab-menu {
    padding-right: 4em;
  }

  .tab-txt {
    flex: none;
    width: 100%;
    margin-right: 0;
    font-size: 2.2vw;
  }

  .tab-txt._4 {
    margin-right: 0;
    font-size: 2.5vw;
  }

  .auto-tab-link._3, .auto-tab-link._4, .auto-tab-link._2 {
    width: 40em;
    position: absolute;
  }

  .auto-tab-link._1.w--current {
    width: 40em;
  }

  .auto-tab-link._3, .auto-tab-link._4, .auto-tab-link._2 {
    width: 40em;
    position: absolute;
  }

  .neue-world-sticker {
    width: 15rem;
  }

  .h1-title {
    width: 80%;
  }

  .image-smartphone {
    z-index: 4;
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 110%;
    height: 110%;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    inset: 0%;
  }

  .image-desktop {
    z-index: 2;
    display: none;
  }

  .h3-00 {
    font-size: 4em;
  }

  .scroll-track-2 {
    height: auto;
  }

  .banner-bg {
    background-position: 50%;
  }

  .sticky-banner {
    height: 40em;
    position: static;
  }

  .demo-container {
    clear: both;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
  }

  .d-83-section-home {
    clear: both;
    overflow: visible;
  }

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

  .demo-heading.h1.popup {
    line-height: 60px;
  }

  .demo-heading.h2.popup {
    line-height: 35px;
  }

  .demo-p.main {
    max-width: 350px;
    margin-bottom: 40px;
    padding-right: 32px;
  }

  .demo-p.main.popup {
    line-height: 20px;
  }

  .clone-instructions-panel {
    display: none;
  }

  .inner-wrapper {
    display: flex;
  }

  .demo-main-text-wrapper {
    width: 510px;
    margin-top: 100px;
    margin-left: 40px;
    margin-right: auto;
    position: absolute;
  }

  .instructions-wrapper {
    flex-wrap: nowrap;
    order: -1;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: 0;
    position: relative;
    top: 0%;
    left: -25px;
  }

  .demo-wrapper {
    flex-direction: column-reverse;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
    margin-right: 0%;
  }

  .browser-demo {
    flex-direction: column;
    width: 500px;
    height: 500px;
    margin-bottom: 100px;
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .heading-19 {
    font-size: 50px;
    line-height: 60px;
  }

  .popup-close {
    top: 5%;
    right: 5%;
  }

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

  .job-flex {
    flex-direction: column-reverse;
  }

  .job-left {
    width: 100%;
  }

  .grid_2-1 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .grid_2-1.tablet-reverse {
    flex-direction: column-reverse;
  }

  .job-sticky {
    width: 100%;
    margin-top: 60px;
    position: static;
  }

  .section-7 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lottie-animation-7 {
    width: 150%;
  }

  .marquee-3 {
    z-index: auto;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: -16%;
    margin-bottom: 0;
    position: relative;
    bottom: 0%;
    overflow: hidden;
  }

  .card-item {
    height: 30rem;
  }

  .card-background {
    background-color: #fff;
    background-image: none;
  }

  .cards-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .card-content {
    padding-left: 3%;
    padding-right: 3%;
  }

  .cards-container {
    max-width: none;
    margin-top: 2rem;
  }

  .button-group {
    display: none;
  }

  .html-embed-2 {
    background-color: #fff;
    width: 43px;
    padding: 10px;
  }

  .popup-middle-wraper {
    margin-top: 0;
  }

  .html-embed {
    color: #000;
    width: 1.6rem;
  }

  .popup-menu-text {
    font-family: Merriweather, serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
  }

  .popup-top-wraper {
    padding-bottom: 20px;
  }

  .mobile-popup {
    z-index: 100;
    display: block;
  }

  .popup-wraper {
    background-color: #000;
    max-width: 60%;
    padding-bottom: 20px;
  }

  .header-wraper {
    justify-content: space-between;
    align-items: center;
  }

  .container-medium-2 {
    width: 100%;
  }

  .popup_menu-wraper {
    grid-column-gap: 0px;
    grid-row-gap: 18px;
    flex-direction: column;
    padding-top: 60px;
    display: flex;
  }

  .popup-close-2 {
    display: block;
  }

  .popup-btn {
    background-color: #fff;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Merriweather, serif;
    font-size: 1.5rem;
    line-height: 1.2rem;
  }

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

  .header-spaching {
    padding-left: 10px;
    padding-right: 10px;
  }

  .top-bottom-wraper {
    margin-top: 20px;
  }

  .humberger-icon {
    color: #ff3838;
    display: block;
  }

  .logo-text-2 {
    font-size: 2rem;
  }

  .logo-text-2.is-mobile {
    color: #fff;
    font-size: 2.1875rem;
  }

  .hero-banr {
    height: auto;
  }

  .choose-us.first {
    padding-right: 0;
  }

  .left-side, .left-side.frst-lftsc, .left-side.frst-lftsc {
    padding-left: 2em;
  }

  .heading-21.single-case {
    padding-right: 0;
    font-size: 21px;
    line-height: 27px;
  }

  .right-side-copy {
    padding-top: 7em;
    padding-left: 1em;
    padding-right: .5em;
  }

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

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

  .inr-sct {
    padding-left: 2em;
    padding-right: 2em;
  }

  .div-block-90 {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .content1-item-description {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .headline-8-col {
    text-align: center;
    width: auto;
  }

  .wrap-4 {
    width: 645px;
  }

  ._4-col {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  ._4-col._4-col-last {
    margin-bottom: 0;
    margin-right: auto;
  }

  .content1-items {
    flex-direction: column;
    margin-bottom: -30px;
  }

  .tab-text-2 {
    font-size: 10px;
  }

  .decoline {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .content1-image.content1-image2 {
    background-position: 50% 62%;
  }

  .tabs {
    padding-left: 1em;
    padding-right: 1em;
  }

  .frst-scnd {
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    inset: auto 0% 0%;
  }

  .video_wall-copy {
    margin-top: -20vh;
  }

  .code-embed-17, .hover-text-wrapper-copy {
    height: auto;
  }

  .text-block-38 {
    font-size: 35px;
    line-height: 45px;
  }

  .text-animate-2 {
    height: 100vh;
    display: none;
  }

  .code-embed-19 {
    display: none;
  }

  .section-9 {
    display: block;
  }

  .paragraph-8 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .background-video-3 {
    height: 300px;
  }

  .text-block-17-copy {
    font-size: 18px;
    line-height: 25px;
  }

  .image-61 {
    width: 95%;
    height: 700px;
    margin-right: 0;
    padding-top: 28em;
    position: relative;
    inset: auto 0% 0%;
  }

  .div-blocks12 {
    display: none;
  }

  .video_wall-copy-copy {
    height: auto;
    margin-top: 0;
  }

  .code-embed-91 {
    padding-right: 0;
  }

  .text-block-18-copy {
    padding-top: 2rem;
    padding-right: 2em;
    font-size: 25px;
    line-height: 35px;
  }

  .values8 {
    padding-top: 2em;
    padding-bottom: 2em;
    padding-right: 1em;
  }

  .project-hero {
    height: auto;
    padding-top: 0;
  }

  .overview {
    padding-right: 40px;
  }

  .number {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 40px;
  }

  .div-block-102 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    flex-flow: row;
  }

  .heading-38 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 21px;
  }

  .div-block-107 {
    height: 30%;
  }

  .heading-38-copy {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 23px;
  }

  .code-embed-92 {
    width: 100vw;
    height: 100vh;
    display: none;
    position: sticky;
    top: 0;
  }

  .c-section {
    margin-bottom: 32px;
  }

  .grid-left__heading {
    font-size: 40px;
  }

  .c-team__grid {
    grid-column-gap: 28px;
    grid-template-columns: repeat(auto-fit, minmax(250px, .5fr));
  }

  .scndsrvc-bxs-2-copy.scndsrvc-bxs.home-bx, .scndsrvc-bxs-2-copy.scndsrvc-bxs.homebx, .scndsrvc-bxs-2-copy.scndsrvc-bxs.home-bx, .scndsrvc-bxs-2-copy.scndsrvc-bxs.homebx, .scndsrvc-bxs-2-copy.scndsrvc-bxs.home-bx, .scndsrvc-bxs-2-copy.scndsrvc-bxs.homebx {
    padding-left: 20px;
    padding-right: 20px;
  }

  .marquee_item {
    width: 42vw;
    margin-right: 3vw;
  }

  .why-icon {
    background-color: #1e1e5100;
  }

  .why-heder {
    text-align: left;
    align-items: flex-start;
  }

  .icon-card-why {
    height: 95.1063%;
  }

  .why-cards-list {
    grid-template-columns: 1fr 1fr;
  }

  .why-cards-list.scroll {
    margin-right: 0;
  }

  .para-hero {
    text-align: left;
  }

  .button-17, .button-17:hover {
    background-image: linear-gradient(180deg, var(--blue), #3f25dd);
    color: var(--white);
  }

  .code-embed-19-copy {
    display: block;
  }

  .main-box-copy {
    border-bottom-style: solid;
    flex: 1;
    order: 0;
    align-self: auto;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .counter-section-copy {
    background-color: #000;
    border-bottom-style: none;
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .abt-container-2-copy.new-sct.agncy-spc {
    border-bottom-style: none;
  }

  .abt-container-2-copy.new-sct.agncy-spc-copy {
    background-color: #000;
    border-bottom-style: none;
    padding-left: 0;
  }

  .grid-2-copy {
    border-bottom-style: none;
  }

  .home-section-copy {
    min-height: 100vh;
  }

  .image-70 {
    height: 100.012%;
    display: block;
  }

  .div-block-111 {
    background-size: cover;
    width: 35%;
    height: 20vh;
  }

  .heading-41 {
    font-size: 25px;
  }

  .log-sc-copy.home-logo, .log-sc-copy.home-logo-copy, .log-sc-copy.home-logo, .log-sc-copy.home-logo-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-111-copy {
    background-size: cover;
    width: 35%;
    height: 20vh;
  }

  .inr-bx3-copy.hovr-inrbx {
    padding: 0 1em 1em;
  }

  .component.hover-image {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hover_image-2 {
    display: none;
  }

  .n-container {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    display: flex;
  }

  .fill_image {
    display: none;
  }

  .section-12 {
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .background_image {
    display: none;
  }

  .text-block-44 {
    width: auto;
  }

  .section-13 {
    height: auto;
  }

  .text-block-43-copy-2 {
    width: 47%;
    font-size: 22px;
    line-height: 30px;
  }

  .text-block-44-copy-2 {
    width: 70%;
  }

  .div-block-122-copy {
    background-size: cover;
    width: 35%;
    height: 20vh;
  }

  .code-embed-19-copy-copy {
    display: none;
  }

  .text-block-15-copy-copy.mobile--txt {
    padding-right: 1rem;
  }

  .toogle-max-w {
    max-width: 100%;
  }

  .qa-text {
    white-space: normal;
    font-size: 21px;
    line-height: 25px;
  }

  .footer-link-two-copy {
    margin-top: 5px;
    font-size: 13px;
  }

  .footer-link-two-copy.w--current {
    font-size: 13px;
  }

  .main-header-copy.scnd-sc {
    width: 100%;
    font-size: 40px;
    line-height: 50px;
  }

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

  .clients-quote-two-2 {
    font-size: 28px;
    line-height: 36px;
  }

  .inr-bx2-copy.hovr-inrbx {
    padding: 0 1em 1em;
  }

  .inr-bx2-copy.hovr-inrbx-copy {
    border-right-style: none;
    width: 33%;
    padding: 0 1em 1em;
  }

  .inr-bx3-copy.hovr-inrbx {
    border-right-style: none;
    padding: 0 1em 1em;
  }

  .inr-bx1-copy.hovr-inrbx, .inr-bx1-copy.hovr-inrbx-copy, .inr-bx1-copy.hovr-inrbx, .inr-bx1-copy.hovr-inrbx-copy {
    border-right-style: none;
    width: 33%;
    padding: 0 1em 1em;
    display: block;
  }

  .inr-bx3-copy-copy.hovr-inrbx {
    border-bottom: 1px dashed #0000004f;
    border-right-style: dashed;
    width: 33%;
    padding: 0 1em 1em;
  }

  .div-block-17-copy {
    border-top-style: dashed;
    border-top-color: #ffffff4d;
    border-bottom-style: none;
    display: flex;
  }

  .inr-bx3-copy.hovr-inrbx, .inr-bx3-copy-copy.hovr-inrbx, .inr-bx3-copy-copy.hovr-inrbx {
    width: 33%;
    padding: 0 1em 1em;
  }

  .inr-bx3-copy-copy-copy.hovr-inrbx {
    border-top: 1px #000;
    border-bottom: 1px dashed #ffffff4d;
    border-left: 1px #000;
    border-right: 1px dashed #0000004d;
    width: 33%;
    margin-bottom: 0;
    padding: 0 1em 1em;
  }

  .inr-bx3-copy-copy-copy-copy.hovr-inrbx {
    border: 1px dashed #ffffff4d;
    border-top: 1px #000;
    border-left: 1px #000;
    width: 33%;
    margin-bottom: 0;
    padding: 0 1em 1em;
  }

  .section-12-copy {
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .inr-bx3-copy-mbl.hovr-inrbx {
    padding: 0 1em 1em;
  }

  .abt-container-2-copy-copy.new-sct.agncy-spc {
    border-bottom-style: none;
  }

  .abt-container-2-copy-copy.new-sct.agncy-spc-copy {
    background-color: #000;
    border-bottom-style: none;
    padding-left: 0;
  }

  .inr-bx2-copy.hovr-inrbx {
    width: 33%;
    padding: 0 1em 1em;
  }

  .inr-bx2-copy.hovr-inrbx-copy {
    padding: 0 1em 1em;
  }

  .inr-bx11copy.hovr-inrbx {
    border-bottom: 1px dashed #ffffff4f;
    width: 33%;
    padding: 0 1em 1em;
    display: block;
  }

  .inr-bx22copy-copy.hovr-inrbx {
    border-bottom: 1px dashed #ffffff4d;
    width: 33%;
    padding: 0 1em 1em;
  }

  .inr-bx22copy-copy.hovr-inrbx-copy {
    padding: 0 1em 1em;
  }

  .inr-bx33-copy-copy-copy-copy.hovr-inrbx {
    border-bottom: 1px dashed #ffffff4a;
    border-right-style: none;
    width: 33%;
    padding: 0 1em 1em;
  }

  .image-72 {
    display: none;
  }

  .div-block-6-copy.hvr-lganm {
    height: 8vh;
  }

  .div-block-6-copy.hvr-lganm.job-logo {
    height: 10vh;
  }

  .scnd-divlogo-copy.hvr-lganm {
    height: 8vh;
  }

  .scnd-divlogo-copy.hvr-lganm.job-logo {
    height: 10vh;
  }

  .thrid-divlogo-copy.hvr-lganm {
    height: 8vh;
  }

  .thrid-divlogo-copy.hvr-lganm.job-logo {
    height: 10vh;
  }

  .fourthdivlofo-copy.hvr-lganm {
    height: 8vh;
  }

  .fourthdivlofo-copy.hvr-lganm.job-logo {
    height: 10vh;
  }

  .fifthdiv-logo-copy.hvr-lganm {
    height: 8vh;
  }

  .fifthdiv-logo-copy.hvr-lganm.job-logo {
    height: 10vh;
  }

  .sixth-divlogo-copy.hvr-lganm {
    height: 8vh;
  }

  .sixth-divlogo-copy.hvr-lganm.job-logo {
    height: 10vh;
  }

  .seven-logodiv-copy.hvr-lganm {
    height: 8vh;
  }

  .seven-logodiv-copy.hvr-lganm.job-logo {
    height: 10vh;
  }

  .eight-logodiv-copy.hvr-lganm {
    height: 8vh;
  }

  .eight-logodiv-copy.hvr-lganm.job-logo {
    height: 10vh;
  }

  .log-sc-copy {
    padding-left: 0;
    padding-right: 1em;
  }

  .log-sc-copy.home-logo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inr-bx33copy.hovr-inrbx {
    width: 33%;
    padding: 0 1em 1em;
  }

  .inr-bx31copy-copy.hovr-inrbx {
    padding: 0 1em 1em;
  }

  .inr-bx32-copy.hovr-inrbx {
    width: 33%;
    padding: 0 1em 1em;
  }

  .inr-bx35copy-copy.hovr-inrbx, .inr-bx3-1copy-copy.hovr-inrbx, .inr-bx3-1copy-copy.hovr-inrbx {
    padding: 0 1em 1em;
  }

  .inr-bx3-1-copy-copy.hovr-inrbx {
    padding-left: 1em;
    padding-right: 1em;
  }

  .splide__slide-2 {
    width: 50%;
  }

  .section-15 {
    margin-bottom: 0;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-15.is-neutal {
    padding-top: 2rem;
  }

  .arrow-2, .arrow-2.is-prev, .arrow-2.is-prev {
    display: flex;
  }

  .marquee-3-copy {
    z-index: auto;
    z-index: auto;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: -16%;
    margin-bottom: 0;
    position: relative;
    bottom: 0%;
    overflow: hidden;
  }

  .text-block-12-copy {
    font-size: 32px;
    line-height: 60px;
  }

  .text-block-12-copy.allftr {
    font-family: Inter, sans-serif;
    font-size: 50px;
    line-height: 80px;
  }

  .menu-icon_line-top {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_link-2 {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar_button-wrapper {
    align-items: center;
  }

  .navbar_mobile-search-wrap {
    border-right: 1px solid #fff;
    display: block;
  }

  .navbar_menu-button {
    padding: 0;
  }

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

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_mobile-view {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .menu-icon_line-bottom {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_menu {
    -webkit-text-fill-color: inherit;
    background-color: #000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    position: absolute;
    overflow: auto;
  }

  .navbar_desktop-view-2 {
    display: none;
  }

  .menu-icon_line-middle {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_dropdown-list-2 {
    position: static;
    overflow: hidden;
  }

  .navbar_dropdown-list-2.w--open {
    border-style: none;
    height: auto;
    padding: 1rem 0;
    position: static;
  }

  .navbar_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .logo-5 {
    width: 106px;
  }

  .navbar_dropdown-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar_dropdown-toggle-2 {
    color: #ffffff80;
    border-bottom: 1px solid #ffffff80;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 0;
    display: flex;
  }

  .navbar_dropdown-toggle-2:hover {
    color: #ffffff4d;
    border-bottom-color: #ffffff4d;
  }

  .navbar_link-3 {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar_menu-2 {
    -webkit-text-fill-color: inherit;
    background-color: #000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    position: absolute;
    overflow: auto;
  }

  .navbar_container-2 {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar_dropdown-list-3 {
    position: static;
    overflow: hidden;
  }

  .navbar_dropdown-list-3.w--open {
    border-style: none;
    height: auto;
    padding: 1rem 0;
    position: static;
  }

  .navbar_desktop-view-3 {
    display: none;
  }

  .navbar_dropdown-2-copy {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar_dropdown-list-3-copy {
    position: static;
    overflow: hidden;
  }

  .navbar_dropdown-list-3-copy.w--open {
    border-style: none;
    height: auto;
    padding: 1rem 0;
    position: static;
  }

  .inr-srvcbx-copy {
    padding-top: 6rem;
    padding-bottom: 3vh;
  }

  .inr-srvcbx-copy.scndbx {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .inr-srvcbx-copy.grain-container {
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-faq {
    width: 100%;
  }

  .header {
    max-width: 100vw;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 4em;
  }

  .c-main-banner {
    padding-left: 5%;
    padding-right: 5%;
  }

  .main-header {
    max-width: 100vw;
  }

  ._w-main-header {
    max-width: 70vw;
  }

  .navbar-logo-left {
    display: flex;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    display: none;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .logos-quote-divider {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-info-two {
    max-width: none;
    margin-bottom: 40px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

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

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

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

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

  .footer-divider {
    margin-top: 60px;
  }

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

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

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

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

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

  .heading-style-h1 {
    font-size: 7rem;
  }

  .video_title {
    left: 1rem;
    right: 1rem;
  }

  .video_wall {
    margin-top: -15vh;
  }

  .about__subcontent {
    width: 100%;
    max-width: none;
  }

  .about__paragraph.text-size-small {
    max-width: 48ch;
  }

  .works-wrapper {
    grid-row-gap: 2rem;
  }

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

  .progress-bar-wrapper, .ico.addlang, .ico.addlang {
    display: none;
  }

  .h-oversized.intro-2 {
    font-size: 12vw;
  }

  .h-oversized.intro-1.p-gradient-1 {
    font-size: 10vw;
  }

  .h-oversized.intro-3 {
    font-size: 14vw;
  }

  .stat-ping.large._430 {
    width: 430%;
    height: 430%;
  }

  .stat-ping.large._650 {
    width: 650%;
    height: 650%;
  }

  .stat-ping.large._400 {
    width: 400%;
    height: 400%;
  }

  .stat-ping.large._600 {
    width: 600%;
    height: 600%;
  }

  .intro-webflow-facts-wrapper {
    height: 400vh;
  }

  .half-page.blue, .half-page.red {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .half-page.poweroflang, .half-page.blue, .half-page.red {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .half-page.nobg.nomin {
    min-height: 0;
  }

  .half-page.uielements {
    padding-top: 50vh;
  }

  .half-page.poweroflang {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .weglot-ui-gradient {
    height: 60vh;
  }

  .webis-urready-section {
    width: 100%;
  }

  .store-graph-text-wrapper.stw1, .store-graph-text-wrapper.stw2, .store-graph-text-wrapper.stw1, .store-graph-text-wrapper.stw2 {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }

  .weglot-intro-subtitle-wrapper {
    width: 70%;
  }

  .no-cross {
    width: 120%;
    padding-top: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
    transform: scale(.7)rotate(-17deg);
  }

  .p-oversized {
    font-size: 2rem;
  }

  .p-large {
    font-size: 1rem;
  }

  .graph-lang-wrapper {
    width: 40%;
    height: 40%;
  }

  .webflow-facts {
    width: 50%;
    padding-right: 1rem;
  }

  .intro-text-wrapper {
    flex-direction: column;
  }

  .h-huge {
    font-size: 2rem;
  }

  .p-link.special {
    color: #3c46fb;
    background-color: #0000;
    padding-left: 0;
    padding-right: 0;
  }

  .p-link.special:hover {
    color: #ff8177;
    background-color: #0000;
  }

  .webis-ill {
    width: 70vw;
    height: 70vw;
  }

  .intro-subtitle-wrapper {
    width: 60%;
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    bottom: auto;
  }

  .no-crossout {
    top: 0%;
  }

  .imagine-pie-scroll {
    padding-left: 1rem;
    top: 100vh;
  }

  .max80p {
    max-width: 100%;
  }

  .btn-wrapper {
    margin-left: -.25rem;
    margin-right: -.25rem;
  }

  .imagine-pie-torta {
    font-size: 2.5rem;
  }

  .weglot-letters.is {
    width: 40vw;
    max-width: 40vw;
  }

  .browser-window-wrapper {
    top: auto;
  }

  .scene-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uielement-wrapper {
    height: 20vh;
  }

  .weglot-intro {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .barrier-breaker {
    width: 40vw;
  }

  .barrier-text-wrapper {
    padding-left: 1rem;
  }

  .col, .weglot-is-ill-wrapper {
    padding: 1rem;
  }

  .weglot-is-ill-wrapper.iw1 {
    background-image: linear-gradient(135deg, #ff817700, #ff8177);
  }

  .weglot-ill-1.obj4 {
    width: 50%;
    font-size: .75rem;
  }

  .p-no {
    top: 0%;
  }

  .scene-3 {
    height: 400vh;
  }

  .intro-title-wrapper.intro {
    padding-bottom: 0;
    position: relative;
  }

  .webis-ill-shootingstar-wrapper {
    width: 4rem;
    height: 4rem;
  }

  .p-huge {
    font-size: 1.2rem;
  }

  .power-0f-lang-store-item {
    width: 100%;
    height: 15%;
  }

  .footer-dots {
    width: 60%;
    display: none;
    left: auto;
    right: 0%;
  }

  .grid-row {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .power-of-lang-ill-wrapper.store, .power-of-lang-ill-wrapper.graph, .power-of-lang-ill-wrapper.store, .power-of-lang-ill-wrapper.graph {
    height: 70vh;
  }

  .weglot-ill-dropdown {
    max-width: 10vh;
  }

  .btn {
    width: auto;
  }

  .btn.ghost:hover {
    padding-left: 1.5rem;
  }

  .power-of-lang-graph {
    width: 90%;
  }

  .weglot-intro-megatalkbox {
    width: 40vw;
    height: 40vw;
  }

  .wg-toggle-1-switch.ts-large {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .weglot-ill {
    width: 30vw;
    height: 30vw;
  }

  .p-no-inner {
    padding-top: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
    transform: scale(.7)rotate(-17deg);
  }

  .weglot-ill-col {
    padding-bottom: 2rem;
  }

  .progress-bar-wrapper-2, .progress-bar-wrapper-3 {
    display: none;
  }

  .scene-1-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .feat-1, .sticky-feauters-wrap {
    position: static;
  }

  .counters-wrap {
    display: none;
  }

  .my-container {
    padding: 4em 2em;
  }

  .feat-2 {
    opacity: 1;
    position: static;
  }

  .scroll-track, .feat-cont-holder {
    height: auto;
  }

  .img-feature {
    width: 50%;
  }

  .img-feature-wrap {
    height: 30vh;
    padding: 0;
  }

  .feat-3, .feat-5 {
    position: static;
  }

  .footer__soc-link {
    width: 40px;
    height: 40px;
    margin-left: 0;
    margin-right: 16px;
  }

  .menu__nav-link {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 24px;
  }

  .menu__columns.mod--bottom {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .menu__nav-numb {
    min-width: 12px;
    margin-right: 20px;
    font-size: 14px;
    top: 0;
  }

  .menu__col.mod--bot-2 {
    flex: 0 auto;
    margin-right: 48px;
    padding-left: 24px;
  }

  .menu__col.mod--bot-3 {
    flex: 0 auto;
  }

  .menu__col.mod--bot-4 {
    border-bottom: 1px solid #0000001a;
    flex: 0 auto;
    order: -1;
    width: 100%;
    margin-bottom: 24px;
    padding-bottom: 38px;
    padding-left: 24px;
  }

  .menu__txt {
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 14px;
  }

  .menu__copyright-img {
    margin-right: 14px;
  }

  .menu__copyright-link {
    border-top: 1px solid #0000001a;
    margin-top: 24px;
    padding-top: 16px;
    padding-left: 24px;
  }

  .menu__roundtxt {
    top: -86px;
  }

  .nav-menu-2 {
    justify-content: center;
    align-items: center;
  }

  .nav-main {
    justify-content: flex-start;
    align-items: center;
    height: 80px;
    display: none;
  }

  .centered_w1 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .centered_w1.nav-wrapper {
    width: 100%;
  }

  .nav-link-3 {
    font-size: 6vw;
  }

  .logo-wrapper.page-transition {
    margin-right: 0;
  }

  .logo-wrapper.page-transition.w--current {
    max-width: 50%;
  }

  .is-main {
    font-size: 2.5rem;
    line-height: 1;
  }

  .hover-tabs_mobile-image-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .hover-tabs_heading-style-h4 {
    font-size: 1.375rem;
  }

  .button-text {
    min-height: 3.5rem;
  }

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

  .padding-global, .hover-tabs_list-item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hover-tabs_list-item.is-active {
    box-shadow: none;
    box-shadow: none;
  }

  .hover-tabs_right-wrapper {
    border-top: 1px solid #0d2a371a;
  }

  .hover-tabs_heading-style-h4-2 {
    font-size: 1.375rem;
  }

  .padding-global-2, .hover-tabs_list-item-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hover-tabs_list-item-2.is-active {
    box-shadow: none;
    box-shadow: none;
  }

  .hover-tabs_right-wrapper-2 {
    border-top: 1px solid #0d2a371a;
  }

  .video-play-pause-toggle {
    top: 1em;
    right: 1em;
  }

  .video-play-pause-wrapper {
    font-size: .8em;
  }

  .video-unmute-wrapper {
    font-size: .9em;
  }

  .section-video-self-hosted {
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .video-play-pause-toggle-2 {
    top: 1em;
    right: 1em;
  }

  .video-play-pause-wrapper-2 {
    font-size: .8em;
  }

  .video-play-pause-toggle-3 {
    top: 1em;
    right: 1em;
  }

  .video-play-pause-wrapper-3 {
    font-size: .8em;
  }

  .video-unmute-wrapper-2 {
    font-size: .9em;
  }

  .video-play-pause-toggle-4 {
    top: 1em;
    right: 1em;
  }

  .video-play-pause-wrapper-4 {
    font-size: .8em;
  }

  .section-vimeo {
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .video-play-pause-toggle-5 {
    top: 1em;
    right: 1em;
  }

  .video-play-pause-wrapper-5 {
    font-size: .8em;
  }

  .video-play-pause-toggle-6 {
    top: 1em;
    right: 1em;
  }

  .video-play-pause-wrapper-6 {
    font-size: .8em;
  }

  .video-play-pause-toggle-7 {
    top: 1em;
    right: 1em;
  }

  .video-play-pause-wrapper-7 {
    font-size: .8em;
  }

  .video-play-pause-toggle-8 {
    top: 1em;
    right: 1em;
  }

  .video-play-pause-wrapper-8 {
    font-size: .8em;
  }

  .video-play-pause-toggle-9 {
    top: 1em;
    right: 1em;
  }

  .video-play-pause-wrapper-9 {
    font-size: .8em;
  }

  .video-play-pause-toggle-10 {
    top: 1em;
    right: 1em;
  }

  .video-play-pause-wrapper-10 {
    font-size: .8em;
  }

  .section-video-self-hosted-2 {
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .video-play-pause-toggle-11 {
    top: 1em;
    right: 1em;
  }

  .video-play-pause-wrapper-11 {
    font-size: .8em;
  }

  .video-play-pause-toggle-12 {
    top: 1em;
    right: 1em;
  }

  .video-play-pause-wrapper-12 {
    font-size: .8em;
  }

  .video-play-pause-toggle-13 {
    top: 1em;
    right: 1em;
  }

  .video-play-pause-wrapper-13, .video-play-pause-wrapper-14 {
    font-size: .8em;
  }

  .video-play-pause-toggle-14 {
    top: 1em;
    right: 1em;
  }

  .video-play-pause-wrappers {
    font-size: .8em;
  }

  .video-replay-wrappers {
    font-size: .9em;
  }

  .video-play-pause-toggle-15 {
    top: 1em;
    right: 1em;
  }

  .video-play-pause-wrapper-15 {
    font-size: .8em;
  }

  .video-play-pause-toggle-16 {
    top: 1em;
    right: 1em;
  }

  .video-play-pause-wrapper-16 {
    font-size: .8em;
  }

  .feat-4, .feat-6, .feat-7, .feat-5-copy, .feat-8, .feat-9 {
    position: static;
  }

  .main-box {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .green-number {
    font-size: 54px;
    line-height: 60px;
  }

  .number-wrap {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

  .splide__slide {
    width: 40vw;
    height: 400px;
  }

  .name-title {
    bottom: 350px;
  }

  .portfolio-thumbnail-image {
    max-width: 175px;
    position: absolute;
  }

  .portfolio-thumbnail-image._4, .portfolio-thumbnail-image._5, .portfolio-thumbnail-image._6, .portfolio-thumbnail-image._7, .portfolio-thumbnail-image._8, .portfolio-thumbnail-image._8, .portfolio-thumbnail-image._9 {
    right: 2.5vw;
  }

  .portfolio-thumbnail-image._2 {
    left: 150px;
  }

  .portfolio-thumbnail-image._3 {
    right: 100px;
  }

  .portfolio-thumbnail-image._4, .portfolio-thumbnail-image._5, .portfolio-thumbnail-image._6, .portfolio-thumbnail-image._7, .portfolio-thumbnail-image._8, .portfolio-thumbnail-image._8, .portfolio-thumbnail-image._9 {
    right: 2.5vw;
  }

  .name-title-2 {
    bottom: 350px;
  }

  .table-title-row {
    display: none;
  }

  .table-image-wrapper {
    opacity: 1;
    width: 50%;
    height: 100%;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .table-background-wrapper {
    display: none;
  }

  .p-xl-start {
    padding-top: 6em;
  }

  .table-item {
    width: 50%;
    padding-bottom: 2em;
  }

  .table-item.table-description, .table-item.table-platform {
    width: 50%;
  }

  .table-item.table-description, .table-item.table-platform {
    width: 50%;
  }

  .table-item.table-year {
    width: 40%;
    max-width: none;
  }

  .table-item.table-type {
    flex: none;
  }

  .table-row {
    flex-direction: column;
    align-items: flex-start;
    min-height: 30em;
  }

  .table-row.first-row {
    border-top: 1px solid #000;
  }

  .copy-large {
    font-size: 1.3em;
  }

  .collection-item {
    padding: 1em;
  }

  .project_heading {
    font-size: 1.25rem;
  }

  .project_year {
    font-size: .875rem;
  }

  .project_content-wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .tag {
    padding: .375rem .5rem;
  }

  .tag_label {
    font-size: .625rem;
  }

  .flex-box.project {
    grid-row-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    align-items: flex-start;
  }

  .image-20 {
    width: 100%;
  }

  .sub-par {
    margin-left: auto;
    margin-right: auto;
  }

  .sub-par.seo {
    max-width: 350px;
  }

  .small-card {
    font-size: 16px;
  }

  .loading, .loading.clone, .loading.clone {
    font-size: 28px;
  }

  .dynamic-content__block {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .step-block__text-title.text-title_1, .step-block__text-title.text-title_3, .step-block__text-title.text-title_4, .step-block__text-title.text-title_2, .step-block__text-title.text-title_1, .step-block__text-title.text-title_3, .step-block__text-title.text-title_4, .step-block__text-title.text-title_2 {
    font-size: 18px;
  }

  .dynamic-text {
    font-size: 22px;
  }

  .dynamic-text.dt-number {
    font-size: 28px;
  }

  .wrap-2 {
    flex: 0 auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap-2._w-custom.w60-60 {
    padding: 50px 20px 30px;
  }

  .inner-fw__text-block {
    font-size: 20px;
    line-height: 28px;
  }

  .wrap-block__inner-fw.inner-fw__bottom {
    margin-top: 20px;
  }

  .step-block__text-description.text-description-2, .step-block__text-description.text-description-1, .step-block__text-description.text-description-3, .step-block__text-description.text-description-4, .step-block__text-description.text-description-2, .step-block__text-description.text-description-1, .step-block__text-description.text-description-3, .step-block__text-description.text-description-4 {
    font-size: 12px;
  }

  .dynamic-section__wrap {
    display: none;
  }

  .wrap-3 {
    flex: 0 auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap-3._w-custom.w60-60 {
    padding: 50px 20px 30px;
  }

  .wrap-block__inner-fw-2.inner-fw__bottom {
    margin-top: 20px;
  }

  .heading-1 {
    font-size: 10vw;
  }

  .tab-text-cont {
    width: 80%;
  }

  .auto-tab-link._1.w--current, .auto-tab-link._3, .auto-tab-link._4, .auto-tab-link._2, .auto-tab-link._1.w--current, .auto-tab-link._3, .auto-tab-link._4, .auto-tab-link._2 {
    width: 90em;
  }

  .h1-title {
    font-size: 5em;
    left: .5em;
  }

  .image-desktop {
    display: none;
  }

  .h3-00 {
    font-size: 3em;
  }

  .banner-overlay {
    align-items: flex-start;
    padding: 4em 1.5em;
  }

  .demo-container {
    align-items: center;
    min-height: 100vh;
    display: block;
  }

  .d-83-menu-item-name {
    font-size: 32px;
  }

  .demo-btn.f-1 {
    flex: none;
    margin-bottom: 10px;
  }

  .d-83-menu-item-underline {
    margin-top: -21px;
  }

  .panel-text-wrapper {
    width: 100%;
    height: 420px;
    margin-top: 150px;
    overflow: visible;
  }

  .demo-heading.h2, .demo-heading.h2.popup {
    font-size: 20px;
    line-height: 30px;
  }

  .demo-heading.h1 {
    max-width: 400px;
  }

  .demo-heading.h1.popup {
    max-width: none;
    font-size: 35px;
    line-height: 45px;
  }

  .demo-heading.h2, .demo-heading.h2.popup, .demo-heading.h2.popup {
    font-size: 20px;
    line-height: 30px;
  }

  .demo-p.main {
    max-width: 350px;
    margin-right: 30px;
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .demo-p.main.popup {
    padding-left: 0;
    padding-right: 0;
  }

  .demo-close-div.popup {
    top: 50px;
    right: 50px;
  }

  .clone-instructions-panel {
    height: auto;
    display: none;
  }

  .d-83-menu-item-number {
    font-size: 32px;
  }

  .inner-wrapper {
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
    overflow: visible;
  }

  .demo-btn-text.f-1 {
    font-size: 12px;
  }

  .d-83-menu-trigger-wrapper {
    margin-right: 40px;
  }

  .demo-main-text-wrapper {
    width: auto;
    margin-left: 0%;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .instructions-wrapper {
    margin-left: 0;
  }

  .browser-demo {
    width: 400px;
    margin-bottom: 100px;
  }

  .footer-top {
    grid-row-gap: 3rem;
  }

  .footer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .popup {
    padding-left: 10px;
    padding-right: 10px;
  }

  .popup-wrap {
    padding-left: 20px;
  }

  .job-sticky {
    margin-top: 40px;
  }

  .footer-credit {
    margin-top: 0;
  }

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

  .footer-bot {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .scrollbar {
    padding-bottom: 20px;
    padding-right: 10px;
  }

  .job-body {
    padding-bottom: 45px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .job_title-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .card-heading {
    border-left-style: solid;
    padding-left: .75rem;
  }

  .card-content {
    align-items: flex-start;
  }

  .html-embed-2 {
    width: 38px;
  }

  .header-2 {
    width: 100%;
    display: flex;
  }

  .popup-menu-text {
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 25px;
  }

  .mobile-popup {
    display: none;
  }

  .popup-wraper {
    max-width: 80%;
  }

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

  .popup_menu-wraper {
    grid-row-gap: 15px;
    padding-top: 40px;
  }

  .popup-btn {
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

  .popup-btn:hover {
    background-image: linear-gradient(180deg, var(--blue), #3f25dd);
    color: var(--white);
    border-radius: 50px;
  }

  .logo-text-2 {
    font-size: 1.8rem;
  }

  .logo-text-2.is-mobile {
    font-size: 1.9rem;
  }

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

  .wrap-4 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .work-firstsc {
    background-color: #000;
  }

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

  .video_wall-copy, .video_wall-copy-copy {
    margin-top: -15vh;
  }

  .c-section {
    padding-left: 64px;
    padding-right: 64px;
  }

  .grid-left__heading {
    font-size: 48px;
  }

  .c-team__grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }

  .marquee_item {
    width: 58vw;
    margin-right: 4vw;
  }

  .padding-global-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .heading-style-h2-2 {
    font-size: 2rem;
  }

  .main-box-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .counter-section-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .section-12, .section-13 {
    padding: 1.5rem;
  }

  .toogle-max-w {
    max-width: 100%;
  }

  .main-header-copy {
    max-width: 100vw;
  }

  .logos-quote-divider-2 {
    padding: 60px 15px;
  }

  .clients-wrapper-two-2 {
    flex-direction: column;
  }

  .clients-info-two-2 {
    max-width: none;
    margin-bottom: 40px;
  }

  .clients-grid-2 {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .section-12-copy {
    padding: 1.5rem;
  }

  .carousel-slider._3 {
    right: -18%;
  }

  .carousel-slider._8 {
    right: -63%;
  }

  .carousel-slider._4 {
    right: -27%;
  }

  .carousel-slider._2 {
    right: -9%;
  }

  .carousel-slider._7 {
    right: -54%;
  }

  .carousel-slider._5 {
    right: -36%;
  }

  .carousel-slider._6 {
    right: -45%;
  }

  .carousel-mask {
    width: 60%;
  }

  .splide__slide-2 {
    width: 100%;
  }

  .container-18 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container-18.is-slider {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    display: flex;
  }

  .section-15 {
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .slide-2 {
    flex-flow: column-reverse;
  }

  .slider-3 {
    padding-top: 2rem;
  }

  .arrow-2 {
    left: 3.75rem;
  }

  .arrow-2.is-prev {
    left: 0;
    right: auto;
  }

  .padding-global-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar-2 {
    min-height: 4rem;
  }

  .padding-global-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar-3 {
    min-height: 4rem;
  }
}

@media screen and (max-width: 479px) {
  .c-content {
    margin-top: 0;
  }

  .c-hero-banner {
    display: none;
  }

  .c-hero-banner.mb-bnnr {
    z-index: 9;
    z-index: 9;
    margin-top: -2%;
    display: none;
    position: static;
  }

  .c-header {
    height: 200vh;
  }

  .header {
    font-size: 3em;
  }

  .c-lottie {
    height: 300vh;
  }

  .c-lottie.new-mb {
    height: 190vh;
    margin-top: 0;
  }

  .lottie {
    justify-content: flex-start;
    align-items: stretch;
    height: 90vh;
    margin-top: 0;
    display: flex;
  }

  .c-main-banner.scnd-div {
    background-color: var(--background);
    margin-left: 0;
    display: none;
  }

  .c-main-banner.scnd-div.mb-dsp {
    background-color: #000;
    border-bottom-style: none;
    width: auto;
    margin-top: 0%;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 10px 0 8px;
    display: block;
  }

  .c-main-banner.scnd-div.mb-dsp.thrd-titl {
    margin-top: 0%;
    margin-left: 10px;
    padding-bottom: 1vh;
  }

  .c-main-banner.scnd-div.mb-dsp.mb-abtinr {
    background-color: #000;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .main-header {
    font-size: 2em;
    line-height: 1.2em;
  }

  .main-header.scnd-sc {
    text-align: left;
    padding-left: 0;
    font-size: 23px;
    line-height: 30px;
  }

  .main-header.logo-mbtext, .main-header.logo-mbtext-copy {
    width: 100%;
    font-size: 1.3em;
  }

  .main-header.scnd-sc-copy {
    text-align: left;
    text-align: right;
    width: 100%;
    font-size: 40px;
    line-height: 50px;
  }

  .main-header.scnd-sc-copy, .main-header.scnd-sc {
    text-align: left;
    padding-left: 0;
    font-size: 23px;
    line-height: 30px;
  }

  .main-header.mb-text {
    text-align: left;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 2vh;
    font-size: 1.3em;
  }

  .main-header.mb-text.mbabtxt {
    background-color: var(--background);
    text-transform: uppercase;
    background-color: var(--background);
    text-transform: uppercase;
    font-family: Inter, sans-serif;
    font-size: 27px;
    line-height: 35px;
  }

  .main-header.logo-mbtext, .main-header.logo-mbtext-copy {
    width: 100%;
    font-size: 1.3em;
  }

  .main-header.thirdsc {
    text-align: left;
    width: 100%;
    padding-left: 0;
    font-size: 23px;
    line-height: 30px;
  }

  .main-header.scnd-sc-copy {
    text-align: left;
    text-align: right;
    width: 100%;
    font-size: 40px;
    line-height: 50px;
  }

  .main-header.scnd-sc-copy.contact-heading {
    font-size: 30px;
  }

  .main-header.scnd-sc-copy {
    text-align: left;
    padding-left: 0;
    font-size: 23px;
    line-height: 30px;
  }

  ._w-main-header {
    max-width: 100vw;
  }

  ._w-main-header.frs-sct {
    max-width: 100vw;
    font-size: 20px;
  }

  ._w-main-header.frs-sct.mb {
    background-color: #000;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 20px;
  }

  .details {
    color: #ccc;
    text-align: center;
  }

  .text-animate {
    display: block;
  }

  .navbar-logo-left {
    margin-top: 0;
    margin-bottom: -4%;
    padding-bottom: 0;
    display: block;
    inset: 0% 0% auto;
  }

  .navbar-logo-left-container.shadow-three {
    z-index: 15;
    z-index: 15;
    margin-top: 5%;
    margin-bottom: -2%;
    padding: 0;
    display: none;
    top: 5%;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .about-sc {
    margin-top: -200%;
    margin-right: 0;
    overflow: hidden;
  }

  .new-flxbx {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .two-div {
    width: 100%;
  }

  .text-block-2 {
    height: 45vh;
    padding: 0 20px 0 10px;
  }

  .image {
    text-align: left;
  }

  .image-2 {
    margin-top: 5%;
  }

  .div-block.scnd-dvblck {
    border-left-style: none;
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .div-block.frst-sc {
    border-left-style: none;
    width: 100%;
    padding-top: 20px;
  }

  .sticky-div {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-div.second-stckydiv {
    text-align: left;
    padding-top: 40px;
    padding-left: 1em;
  }

  .sticky-div.second-stckydiv.fourth-scbx {
    padding-left: 10px;
  }

  .text-block-5 {
    text-transform: uppercase;
    padding-top: 5rem;
    padding-bottom: 8rem;
    padding-right: 20px;
  }

  .text-block-6 {
    text-transform: uppercase;
    padding-top: 2rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-4 {
    width: 90%;
  }

  .service-sc {
    background-color: #000;
    width: 100vw;
    margin-top: 0;
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    overflow: visible;
  }

  .inr-srvcbx {
    background-color: var(--background);
    width: 100%;
    margin-left: 10px;
    margin-right: 0;
    padding: 4rem 0 2rem;
    display: block;
  }

  .inr-srvcbx.scndbx {
    margin-left: 10px;
    padding-top: 0;
    font-size: 40px;
  }

  .inr-srvcbx.grain-container {
    margin-left: .25em;
    padding-bottom: 2vh;
    padding-left: 10px;
  }

  .inr-srvcbx.third {
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .inr-srvcbx.fifth {
    margin-left: 0;
    padding-left: 10px;
  }

  .scn-hd {
    padding-left: 0;
  }

  .srvc-bxs {
    display: none;
  }

  .srvc-bxs.mb-srvcbx {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 95vw;
    margin-top: 1%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .srvc-bxs.mb-srvcbx.workmb {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .srvc-bxs.mb-srvcbx.home-srvc {
    width: 100vw;
    display: none;
  }

  .srvc-bxs.mb-srvcbx.workmb-copy {
    width: 100vw;
    margin-top: 5%;
    padding-left: 10px;
    padding-right: 20px;
  }

  .srvc-bxs.mb-srvcbx.workmb-copy.scnd-sc {
    margin-top: 0%;
  }

  .srvc-bxs.mb-srvcbx.workmb-copy.case-sc3 {
    margin-top: 0%;
    display: none;
  }

  .srvc-bxs.mb-scndsrvcbx {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .srvc-bxs.mb-scndsrvcbx.workmb {
    width: 95vw;
    padding-left: 0;
    padding-right: 0;
  }

  .srvc-bxs.mb-scndsrvcbx3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .srvc-bxs.mb-scndsrvcbx3.workmb {
    width: 95vw;
    padding-left: 0;
    padding-right: 0;
  }

  .srvc-bxs.mb-scndsrvcbx4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 90vw;
    margin-top: 0%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .srvc-bxs.mb-scndsrvcbx4.workmb {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .srvc-bxs.mb-scndsrvcbx4.home-srvc {
    width: 97vw;
    display: none;
  }

  .srvc-bxs.mb-scndsrvcbx4.home-srvc-copy {
    width: 97vw;
    margin-top: 3%;
    margin-left: 2px;
    margin-right: 10px;
    padding-left: 0;
  }

  .mn-carddivlrg {
    width: 50%;
    height: 320px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mn-carddivlrg.mb-sc {
    height: 300px;
    padding: 10px 5px 0;
  }

  .mn-carddivlrg.mb-sc.first-dv {
    height: 300px;
    padding: 0 5px 10px;
  }

  .slider-bx.mn-carddivlrg {
    width: 100%;
  }

  .crd-list1.hvr-crdlst.mb-crdlist {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1095_(8).jpg");
    border-radius: 8px;
  }

  .crd-list1.hvr-crdlst.mb-crdlist {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1186_WTL%202.webp");
    border-radius: 8px;
    height: auto;
  }

  .crd-list1.hvr-crdlst.mb-crdlist._3 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1194_Toga%203.webp");
  }

  .crd-list1.hvr-crdlst {
    width: 99%;
    height: 100%;
    margin-top: 5%;
    padding-left: 0;
  }

  .crd-list1.hvr-crdlst.mb-crdlist {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1186_WTL%202.webp");
    border-radius: 8px;
    width: 100%;
  }

  .crd-list1.hvr-crdlst.mb-crdlist._1 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1157_Porche.jpg");
  }

  .crd-list1.hvr-crdlst.mb-crdlist._3 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1194_Toga%203.webp");
    background-position: 0%;
  }

  .crd-list1.hvr-crdlst.mb-crdlist._5 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1189_123.45%202.webp");
  }

  .crd-list1.hvr-crdlst.mb-crdlist._8 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee115c_GT.jpg");
    background-position: 0%;
  }

  .crd-list1.hvr-crdlst.mb-crdlist._10 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6835898805d6dc7bbe9b0970_Alt%20Saints.webp");
  }

  .crd-list1.hvr-crdlst.mb-crdlist._12 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358abe4a213f4f95a6c16f_Motivinci.webp");
  }

  .crd-list1.hvr-crdlst.mb-crdlist._14 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358abe057739bb4f541ff2_Futuro.webp");
  }

  .crd-list1.hvr-crdlst.mb-crdlist._17 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358ac1a5861bfc30d5cb77_Thetarzanway.webp");
  }

  .crd-list1.hvr-crdlst.mb-crdlist._19 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358b45710e7d45fae8764a_Hyypatia.webp");
  }

  .crd-list1.hvr-crdlst.mb-crdlist._21 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358b59ef175cc89837fd21_Hello.webp");
  }

  .crd-list1.hvr-crdlst.mb-crdlist._23 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358b5aaa13833ca472eb47_John%20Hardy.webp");
  }

  .crd-list1.hvr-crdlst.mb-crdlist._25 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a1d20f1ac2084c4222d5_PLG%20-%20Peck%20Law%20Group.webp");
  }

  .crd-list1.hvr-crdlst.mb-crdlist._27 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a1d4b3b45d784606e0fd_Conquest.webp");
  }

  .crd-list1.hvr-crdlst.mb-crdlist._29 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a1d65b31729f244a7547_Three%20%26%20Foxes.webp");
  }

  .crd-list1.hvr-crdlst.mb-crdlist._31 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a4389fe34793f6af3eac_NGT.webp");
  }

  .crd-list1.hvr-crdlst.mb-crdlist._33 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a438d08a83bc8bce5516_Alcohol%20Free%20lifestyle.webp");
  }

  .crd-list1.hvr-crdlst.mb-crdlist._35 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a43ab9e6c01c9899cc8f_Quasar.webp");
  }

  .crd-list1.hvr-crdlst.mb-crdlist._37 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a43ad4a4ee4db18a626c_Stanbrick.webp");
  }

  .crd-list1.hvr-crdlst.mb-crdlist.website-1 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1189_123.45%202.webp");
  }

  .crd-list1.hvr-crdlst.mb-crdlist.website-3 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358b4550ea4f17f543c7b1_Evoke.webp");
  }

  .crd-list1.hvr-crdlst.mb-crdlist.website-5 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358b5921bfa2f883ac14cf_Audo.webp");
  }

  .crd-list1.hvr-crdlst.mb-crdlist.website-6 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358b59dfac44ca375d93ea_Toogood%20co.webp");
  }

  .crd-list1.hvr-crdlst.mb-crdlist.website-7 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358c22b47a4e0e4d762246_Duck%20English.webp");
  }

  .crd-list1.hvr-crdlst.mb-crdlist.case-sd1 {
    background-image: none;
  }

  .slider {
    width: 100%;
    margin-left: 0%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-7 {
    padding-bottom: .5rem;
  }

  .bold-text-2 {
    margin-left: auto;
    margin-right: 0;
  }

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

  .crd-list2.hvr-crdlst.mb-crd-list {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1066_(7).jpg");
    border-radius: 8px;
  }

  .crd-list2.hvr-crdlst.mb-crd-list {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358ac1ef0d85c194074548_Patrick.webp");
    border-radius: 8px;
    height: auto;
    margin-top: 4%;
  }

  .crd-list2.hvr-crdlst.mb-crd-list._2 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358c22747acc54d0e44c34_Riipen.webp");
  }

  .crd-list2.hvr-crdlst.mb-crd-list._4 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee115f_Tru.webp");
  }

  .crd-list2.hvr-crdlst.mb-crd-list._6 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee115b_Delhiwale.jpg");
  }

  .crd-list2.hvr-crdlst.mb-crd-list._9 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/683589877ec8ff16b5d6902c_Aaxe%20Paints.webp");
  }

  .crd-list2.hvr-crdlst.mb-crd-list._11 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358989b6a1f6ab0181d0bb_Yarnhub.webp");
  }

  .crd-list2.hvr-crdlst.mb-crd-list._13 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358abef0524f10da2dd207_LVA.webp");
  }

  .crd-list2.hvr-crdlst.mb-crd-list._15 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358abeae18e55b53eaee7c_House%20of%20beer.webp");
  }

  .crd-list2.hvr-crdlst.mb-crd-list._18 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358b4550ea4f17f543c7b1_Evoke.webp");
  }

  .crd-list2.hvr-crdlst.mb-crd-list._20 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358b5921bfa2f883ac14cf_Audo.webp");
  }

  .crd-list2.hvr-crdlst.mb-crd-list._22 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358b59dfac44ca375d93ea_Toogood%20co.webp");
  }

  .crd-list2.hvr-crdlst.mb-crd-list._25 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358c22b47a4e0e4d762246_Duck%20English.webp");
  }

  .crd-list2.hvr-crdlst.mb-crd-list._26 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a1d468756062e3ac1f98_Independent%20Vision.webp");
    display: none;
  }

  .crd-list2.hvr-crdlst.mb-crd-list._26-copy {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a1d468756062e3ac1f98_Independent%20Vision.webp");
  }

  .crd-list2.hvr-crdlst.mb-crd-list._28 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a1d4dd6a1b6dc7b04bfc_Merchant%20Mastery.webp");
  }

  .crd-list2.hvr-crdlst.mb-crd-list._30 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a1d60bcd445139f6cfb0_Volunteer%20Quest%20India.webp");
  }

  .crd-list2.hvr-crdlst.mb-crd-list._32 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a438ade2a590d17f7171_Luke%20Hawkins.webp");
  }

  .crd-list2.hvr-crdlst.mb-crd-list._34 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a43aa2868c9173b89606_Northland%20Buldings.webp");
  }

  .crd-list2.hvr-crdlst.mb-crd-list._36 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a43b0822f72d3bc100fc_Zac%20Richman.webp");
  }

  .crd-list2.hvr-crdlst.mb-crd-list._38 {
    background-image: none;
  }

  .crd-list2.hvr-crdlst.mb-crd-list.website-2 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1194_Toga%203.webp");
    margin-top: 5%;
  }

  .crd-list2.hvr-crdlst.mb-crd-list.website-4 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1194_Toga%203.webp");
  }

  .crd-list2.hvr-crdlst.mb-crd-list.website-4-copy {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358b45710e7d45fae8764a_Hyypatia.webp");
    margin-top: 5%;
  }

  .crd-list2.hvr-crdlst.mb-crd-list.website-5 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358b59ef175cc89837fd21_Hello.webp");
    margin-top: 5%;
  }

  .crd-list2.hvr-crdlst.mb-crd-list.website-6 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358b5aaa13833ca472eb47_John%20Hardy.webp");
    margin-top: 5%;
  }

  .crd-list2.hvr-crdlst.mb-crd-list.website-8 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358b5aaa13833ca472eb47_John%20Hardy.webp");
    display: none;
  }

  .serv-btn {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0%;
    padding-bottom: 2em;
    padding-left: 0;
  }

  .text-block-6-copy {
    text-transform: uppercase;
    display: none;
  }

  .sticky-element {
    height: 45vh;
  }

  .video-sc-2 {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .sticky-tiger {
    height: auto;
    top: 0;
  }

  .sticky-track-2, .sticky-element-2 {
    height: auto;
  }

  .code-embed-5 {
    height: 30vh;
  }

  .code-embed-5.scale-on-scroll {
    height: auto;
  }

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

  .clients-quote-two {
    font-size: 24px;
    line-height: 32px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .newabout.new-scnd-tlt {
    width: 100%;
    margin-top: 0%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 4em;
    padding-left: 10px;
    padding-right: 0;
  }

  .newabout.new-scnd-tlt.mbabt {
    background-color: #000;
    margin-top: -35em;
    padding-top: 0;
    padding-left: 0;
  }

  .man-abtsc {
    margin-top: -55rem;
  }

  .abt-container {
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

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

  .stcky-prnt {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .logo-sc {
    z-index: 10;
    background-color: #000;
    background-image: none;
    width: 100%;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
  }

  .logosc {
    background-color: #000;
    flex-flow: column;
    width: 96vw;
    margin-left: 10px;
    margin-right: 0;
    padding-bottom: 1em;
    padding-right: 0;
    display: flex;
  }

  .logosc.mb-sc {
    display: block;
  }

  .log-sc {
    border-top: 1px solid #ffffffd1;
    width: 96vw;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .log-sc.home-logo {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top-style: none;
    flex-flow: column;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-5.inr-logosc {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-right: 0;
    padding-top: 0;
    padding-right: 10px;
  }

  .div-block-5.inr-logosc.dsk-logosc {
    display: none;
  }

  .div-block-5.inr-logosc.mb-logsc {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-right: 10px;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .div-block-6 {
    border-radius: 4px;
    height: 100px;
  }

  .image-5 {
    max-width: 75%;
    height: auto;
  }

  .scnd-divlogo, .thrid-divlogo, .fourthdivlofo, .fifthdiv-logo, .sixth-divlogo, .seven-logodiv, .eight-logodiv {
    border-radius: 4px;
    height: 100px;
  }

  .lst-sc {
    z-index: 10;
    background-color: #000;
    position: relative;
    overflow: hidden;
  }

  .div-block-7 {
    z-index: 10;
    border-top: 1px solid #fff3;
    padding-left: 8px;
    padding-right: 10px;
    display: block;
    position: relative;
  }

  .lst-sccd {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .lst-sccd.newscnd.scnd {
    border-left-style: none;
    padding-left: 0;
    padding-right: 0;
  }

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

  .new-vssc {
    padding-top: 5%;
    padding-bottom: 50%;
  }

  .code-embed-5-copy {
    height: 30vh;
  }

  .modal {
    display: none;
  }

  .div-block-8 {
    width: 100%;
  }

  .text-block-9 {
    line-height: 35px;
  }

  .footer-dark {
    position: relative;
  }

  .container-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    display: block;
  }

  .footer-social-link {
    margin-left: 0;
  }

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

  .footer-new {
    z-index: 10;
    margin-top: -2.5em;
    display: none;
    position: relative;
    overflow: hidden;
  }

  .footer-light {
    border-top: 1px solid #ffffff38;
    padding-top: 40px;
  }

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

  .footer-block-two {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 50%;
    margin-top: 40px;
    display: none;
  }

  .footer-block-two.mb-ftr {
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .footer-link-two {
    font-family: Inter, sans-serif;
    font-size: 15px;
  }

  .footer-link-two.w--current {
    font-size: 15px;
    font-weight: 400;
  }

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

  .footer-copyright {
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
  }

  .footer-social-block-two {
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 50%;
    margin-top: 20px;
    margin-left: 0;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .newfooter-div {
    width: 100%;
  }

  .footer-block3 {
    width: 100%;
    margin-top: 0;
  }

  .text-block-11 {
    padding-right: 10px;
  }

  .footer-bottom-copy {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    vertical-align: baseline;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: inline;
  }

  .lst-ftrlnk.newlst-ftrlnk {
    font-family: Inter, sans-serif;
  }

  .ftr-trms22-copy {
    text-align: left;
    align-self: center;
    width: 50%;
    margin-right: 0;
  }

  .lst-ftrlnk-copy {
    font-family: Inter, sans-serif;
  }

  .moveing-txt {
    height: 5%;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }

  .inner-selectmv {
    background-color: #151515;
    height: 100px;
    display: none;
  }

  .inner-selectmv.scroll-bx.job-bx {
    background-image: none;
  }

  .text-block-12 {
    background-color: #0000;
    font-size: 25px;
    line-height: 50px;
  }

  .text-block-12.allftr {
    font-size: 30px;
  }

  .link-block-2 {
    width: 100%;
  }

  .mb-footer {
    width: 100%;
    display: flex;
  }

  .image-8 {
    text-align: left;
  }

  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.is-video {
    background-color: #000;
    margin-top: 0;
    padding-top: .5rem;
    padding-bottom: 0;
  }

  .video_section {
    background-color: #000;
    height: auto;
  }

  .video_box {
    border-radius: 0;
    height: auto;
  }

  .container-large {
    background-color: #090909;
  }

  .video_wrap {
    height: auto;
  }

  .heading-style-h1 {
    font-size: 5rem;
  }

  .video_wall {
    height: auto;
    margin-top: -10vh;
    margin-bottom: 12.5vh;
  }

  .video_wall.home {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-style-h2.is-title {
    font-size: 10vw;
  }

  .about__title.h2 {
    max-width: none;
  }

  .features-section {
    display: block;
  }

  .content-container {
    justify-content: center;
    align-items: flex-end;
    display: block;
  }

  .features-grid-image._4 {
    background-position: 50% 100%;
    background-size: contain;
  }

  .features-grid-text-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-end;
    display: block;
  }

  .features-grid-image-wrapper.hvr-textstrk {
    justify-content: center;
    align-items: flex-end;
    height: 90vh;
    display: block;
  }

  .light-pink-container, .yellow-container, .light-purple-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-grid {
    align-content: stretch;
    place-items: stretch stretch;
  }

  .green-container-copy, .green-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pie-slash {
    width: 8vw;
    padding-left: 0;
  }

  .weglot-intro-subtitle-wrapper {
    width: 100%;
  }

  .no-cross {
    width: 200%;
  }

  .p-oversized, .h-huge {
    font-size: 1.75rem;
  }

  .intro-subtitle-wrapper {
    width: 80%;
  }

  .imagine-pie-torta {
    font-size: 2rem;
  }

  .scroll-prompt-wrapper-initial {
    top: 80vh;
  }

  .weglot-ill-1.obj4 {
    padding: .3rem;
  }

  .p-huge {
    font-size: 1.1rem;
  }

  .uielement-button {
    padding: 1rem;
  }

  .feat-1 {
    height: auto;
  }

  .features-section-2 {
    display: none;
  }

  .scroll-track.slider-motion {
    height: 707vh;
  }

  .feat-line {
    width: 10%;
    margin-bottom: 12px;
  }

  .img-feature {
    flex: none;
    width: 80%;
  }

  .grid-cell {
    padding-bottom: .5em;
    padding-left: 0;
    padding-right: 0;
  }

  .img-feature-wrap {
    height: 25vh;
  }

  .img-feature-wrap.features-grid-image-wrapper {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .menu__roundtxt {
    top: -50px;
    right: -10px;
  }

  .nav-menu-2 {
    z-index: 9999999;
    display: flex;
    position: relative;
  }

  .nav-main {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .centered_w1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .centered_w1.nav-wrapper {
    display: none;
    position: relative;
  }

  .nav-link-3 {
    font-size: 7vw;
  }

  .logo-wrapper.page-transition {
    display: block;
  }

  .is-main.border-null {
    justify-content: center;
    align-items: flex-start;
    padding-left: .25em;
    padding-right: .25em;
  }

  .text_hover {
    grid-column-gap: .4em;
    grid-row-gap: .4em;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

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

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

  .code-embed-7 {
    height: 23rem;
  }

  .light-pink-container-2 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1160_Mac.jpg");
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: hidden;
  }

  .features-grid-image-2 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1160_Mac.jpg");
    background-position: 50% 100%;
    background-size: contain;
    display: none;
  }

  .features-grid-image-2._4 {
    background-position: 50% 100%;
    background-size: 100vw 35vh;
  }

  .features-grid-image-2._3 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee10bb_12%20(1).png");
    background-position: 50% 100%;
    background-repeat: repeat-x;
    background-size: 135vw 38vh;
    background-attachment: scroll;
  }

  .features-grid-image-2._2 {
    background-position: 50%;
    background-size: 203vw 57vh;
    overflow: hidden;
  }

  .green-container-2 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1163_Projector.jpg");
    background-position: 50%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .features-section-3 {
    margin-top: 0;
    padding-top: 0;
    display: none;
  }

  .light-purple-container-2 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1162_Billboard.jpg");
    background-position: 50%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .yellow-container-2 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1161_Mobile.jpg");
    background-position: 50%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .grid-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
    display: flex;
  }

  .stcky-prnt-2 {
    background-color: #000;
    border-right-style: none;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
  }

  .stcky-prnt-2.new-sctky {
    background-color: #090909;
    border-left-style: none;
  }

  .stcky-prnt-2.new-sctky.new-stcky.second-stcky {
    padding-top: 0;
    padding-right: 0;
    position: static;
  }

  .text-block-14 {
    text-transform: uppercase;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 20px;
  }

  .text-block-15 {
    text-align: left;
    padding-bottom: 2em;
    padding-right: 0;
  }

  .text-block-16 {
    margin-left: 0%;
    font-size: 15px;
    line-height: 22px;
  }

  .abt-container-2 {
    background-color: var(--background);
    border-bottom-style: none;
    margin-top: 0%;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .abt-container-2.new-sct.agncy-spc, .abt-container-2.new-sct.agncy-spc-copy {
    border-top-style: none;
    padding-left: 0;
  }

  .abt-container-2.new-sct {
    border-bottom-style: none;
  }

  .abt-container-2.new-sct.agncy-spc, .abt-container-2.new-sct.agncy-spc-copy, .abt-container-2.new-sct.agncy-spc, .abt-container-2.new-sct.agncy-spc-copy {
    border-top-style: none;
    padding-left: 0;
  }

  .sticky-element-3 {
    height: auto;
  }

  .sticky-element-3.sticky-txt3.txt-stckyrghtsd {
    padding-right: 10px;
  }

  .text-block-17 {
    height: auto;
    padding: 0 0 2rem;
    font-size: 18px;
    line-height: 25px;
  }

  .text-block-17.scnd-stckytxt {
    font-size: 20px;
    line-height: 30px;
  }

  .image-9 {
    width: 8%;
    max-width: 20%;
    margin-left: 10px;
  }

  .div-block-10.scnd-dvblck {
    background-color: #000;
    border-left-style: none;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .about__background-copy-2 {
    background-color: #000;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2em;
    padding-left: 0;
    padding-right: 0;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 1.3px;
  }

  .about__background-copy-2.text-stickybx.lext-stckyrghtsd {
    padding-right: 2em;
  }

  .about__background-copy-2.text-stickybx.lext-stckyrghtsd.new-abtstict {
    padding-right: 0;
    position: static;
  }

  .text-blocksticky-18 {
    z-index: 9;
    text-transform: uppercase;
    background-color: #000;
    background-image: none;
    height: auto;
    padding: 4rem 0 2rem;
    font-family: Inter, sans-serif;
    font-size: 22px;
    line-height: 30px;
  }

  .man-abtsc-2 {
    background-color: #000;
    margin-top: -55rem;
    padding-top: 0;
    display: none;
  }

  .man-abtsc-2.mb-abt {
    background-color: #000;
    margin-top: 15rem;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .text-block-19 {
    padding-bottom: .5rem;
  }

  .div-block-11 {
    justify-content: flex-start;
    align-items: center;
    width: 90vw;
    margin-bottom: 0;
    padding-bottom: .5em;
    padding-left: 0;
  }

  .mn-carddivlrg3 {
    width: 50%;
    height: 320px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mn-carddivlrg3.mb-sc {
    width: 100%;
    height: auto;
    padding: 0 5px;
  }

  .mn-carddivlrg3.mb-sc.first-dv {
    width: 100%;
    height: auto;
    padding: 0 5px 0 0;
  }

  .mn-carddivlrg3.mn-carddivlrg, .scndsrvc-bxs-2 {
    display: none;
  }

  .scndsrvc-bxs-2.scndsrvc-bxs {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .mn-carddivlrg-2-copy.mb-sc {
    height: 300px;
    padding: 10px 5px 0;
  }

  .replay-icon {
    position: absolute;
  }

  .video-replay-buttons {
    padding-top: 0;
    padding-right: 0;
  }

  .custom-video-wrappers.newcstm-wrp {
    height: auto;
  }

  .video-pause-wrappers {
    display: flex;
  }

  .code-embed-9 {
    padding-top: 1rem;
    padding-right: 0;
  }

  .button-7 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 10px;
  }

  .button-7.contact-btn {
    margin-left: 10px;
    padding-bottom: 10px;
  }

  .button-7.mb-btn {
    padding-bottom: 10px;
  }

  .fifth--section {
    background-color: #000;
  }

  .code-embed-10 {
    z-index: 3;
    justify-content: center;
    align-items: flex-end;
    height: auto;
    display: block;
    position: relative;
    inset: 21.6em 0% 0%;
  }

  .code-embed-11, .code-embed-12, .code-embed-13 {
    position: relative;
    top: 21.6em;
  }

  .mobilefeatures-div {
    display: none;
  }

  .mobile-feat-1 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1165_imgpsh_fullsize_anim%20(1).jpeg");
    background-position: 50%;
    background-size: auto;
  }

  .mobile-feat-2 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1166_imgpsh_fullsize_anim%20(2).jpeg");
    background-position: 50%;
    background-size: auto;
  }

  .mobile-feat-3, .mobile-feat-4 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1167_imgpsh_fullsize_anim.jpeg");
    background-position: 50%;
    background-size: auto;
  }

  .mobile-feat-5 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1168_imgpsh_fullsize_anim%20(3).jpeg");
    background-position: 50%;
    background-size: auto;
  }

  .agecy-firstsc {
    margin-top: 40px;
  }

  .large-numbers {
    font-size: 30px;
  }

  .main-box {
    border-top-style: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .counter-section {
    background-image: none;
    border-bottom-style: none;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .number-content {
    width: auto;
  }

  .green-number {
    font-size: 40px;
  }

  .green-number.experience, .green-number.projects, .green-number.clients, .green-number.partners, .green-number.experience, .green-number.projects, .green-number.clients, .green-number.partners {
    font-size: 30px;
  }

  .number-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: grid;
  }

  .our-values.agncy-vlu {
    padding-left: 1em;
    padding-right: 1em;
  }

  .inner-column {
    background-color: #090909;
    background-image: none;
    grid-template-columns: 1fr;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .values3 {
    width: 100%;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-right: 1em;
  }

  .text-block-20 {
    padding-top: .25em;
  }

  .values2, .values1 {
    width: 100%;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .container-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .first-sc.grain-container {
    background-color: #000;
    padding-top: 4em;
  }

  .div-block-13 {
    flex-flow: wrap;
    padding-left: 1em;
  }

  .div-block-14 {
    width: 100%;
    padding-bottom: 1em;
    padding-left: 0;
  }

  .div-block-15 {
    width: 100%;
    margin-left: 0;
  }

  .heading-4 {
    text-align: left;
  }

  .image-11 {
    width: 90vw;
    max-width: 100vw;
    height: 300px;
  }

  .jobdesc-section {
    background-color: #000;
    background-image: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: .5em;
    padding-right: .5em;
  }

  .div-block-17 {
    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;
    margin-right: 0;
    display: grid;
  }

  .inr-bx1.hovr-inrbx {
    border-bottom: 1px dashed #ffffff4a;
    width: 100%;
    padding-left: .5em;
    padding-right: .5em;
  }

  .inr-bx2.hovr-inrbx {
    border-bottom: 1px dashed #ffffff4a;
    border-right-style: none;
    width: 100%;
    padding-left: .5em;
    padding-right: .5em;
  }

  .inr-bx2.hovr-inrbx-copy {
    width: 100%;
  }

  .heading-5 {
    font-size: 20px;
    line-height: 25px;
  }

  .text-block-23 {
    font-size: 13px;
  }

  .text-block-23.scnd-txtbx {
    padding-right: 0;
  }

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

  .inr-bx3.hovr-inrbx {
    border-bottom: 1px dashed #ffffff4a;
    width: 100%;
    padding-bottom: 1em;
    padding-left: .5em;
    padding-right: .5em;
  }

  .div-block-18 {
    flex-flow: column;
  }

  .inr-bx4.hovr-inrbx, .inr-bx5.hovr-inrbx, .inr-bx5.hovr-inrbx {
    width: 100%;
  }

  .div-block-19 {
    flex-flow: column;
  }

  .inr-bx6.hovr-inrbx, .inr-bx7.hovr-inrbx, .inr-bx7.hovr-inrbx, .inr-bx8.hovr-inrbx, .inr-bx8.hovr-inrbx {
    width: 100%;
  }

  .image-wrapper {
    width: 25%;
  }

  .nav-button-text {
    font-size: .5rem;
  }

  .logo-link {
    display: none;
  }

  .hero-image-wrapper {
    width: 80%;
  }

  .button-touch {
    justify-content: center;
    align-items: center;
    width: 30%;
    padding-top: .25rem;
    padding-bottom: .25rem;
    display: flex;
  }

  .logo-text {
    font-size: .5rem;
    display: none;
  }

  .grid-hero {
    margin-bottom: 0;
    padding-bottom: 2rem;
  }

  .hero-images-stack-outer-wrapper {
    background-color: #000;
    background-image: none;
  }

  .home-section {
    background-color: #090909;
    min-height: 150vh;
  }

  .name-title {
    font-size: 30vw;
    line-height: 100%;
  }

  .portfolio-thumbnail-image {
    max-width: 125px;
  }

  .portfolio-thumbnail-image._2 {
    top: 100px;
    left: 35px;
  }

  .portfolio-thumbnail-image._3 {
    top: 450px;
    right: 35px;
  }

  .portfolio-thumbnail-image._1 {
    top: 400px;
  }

  .portfolio-thumbnail-image._5 {
    top: 650px;
  }

  .portfolio-thumbnail-image._7 {
    top: 900px;
    right: 15vw;
  }

  .portfolio-thumbnail-image._8 {
    top: 900px;
  }

  .portfolio-thumbnail-image._9 {
    top: 750px;
    right: 50vw;
  }

  .team-sct {
    background-color: #090909;
  }

  .name-title-2 {
    font-size: 30vw;
    line-height: 100%;
  }

  .div-block-24 {
    height: auto;
  }

  .heading-8 {
    font-size: 150px;
    line-height: 160px;
  }

  .stcky-prnt-2-copy {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .stcky-prnt-2-copy.new-sctky {
    background-color: #090909;
  }

  .text-block-18-copy {
    text-transform: uppercase;
    height: 40vh;
    padding-top: 2rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-18-copy.stck-txt {
    height: 50vh;
  }

  .about__background-copy-2-copy {
    margin-top: 0;
    padding-top: 2em;
    padding-left: 10px;
  }

  .image-16 {
    width: 20%;
  }

  .image-17, .image-18 {
    width: 20%;
    max-width: 50%;
  }

  .image-19 {
    width: 20%;
  }

  .project_heading {
    font-size: .8rem;
  }

  .project_year {
    font-size: .8rem;
    line-height: 23px;
  }

  .project_left-box {
    grid-column-gap: 1em;
  }

  .project_right-box {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    width: 100%;
  }

  .collection-list-wrapper, .tabel-head {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-25 {
    margin-left: 0;
    margin-right: 0;
  }

  .contact-ussct {
    padding: 2em 10px 8em;
  }

  .heading-10 {
    padding-left: 0;
    padding-right: 0;
    font-size: 33px;
    line-height: 45px;
  }

  .job-listing.grain-container {
    background-color: #000;
    background-image: none;
    flex-flow: column;
    padding-top: 0;
    padding-right: 0;
  }

  .list-item {
    background-color: #000;
    flex-flow: column;
    width: 95vw;
    padding-left: 1em;
    padding-right: 1em;
  }

  .collection-list-wrapper-2 {
    width: 100%;
  }

  .collection-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: center;
    display: flex;
  }

  .heading-11 {
    font-size: 30px;
    line-height: 40px;
  }

  .collection-item-2.hovr-inrbx, .collection-item-2.hovr-inrbx-copy {
    width: 100%;
  }

  .collection-item-2.hovr-inrbx, .collection-item-2.hovr-inrbx-copy {
    width: 100%;
  }

  .collection-item-2.hovr-inrbx-copy.slide-2 {
    flex-flow: row;
    width: 100%;
    max-width: none;
    margin-left: 1em;
    padding-left: 1em;
    display: block;
  }

  .tab-block {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .title-name {
    display: block;
  }

  .title-name.htitle-name {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .tab-title.item-bgcolor {
    color: #fff;
  }

  .horizontal-tabcontent {
    margin-top: 0;
  }

  .tab-text {
    color: #000;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    line-height: 26px;
  }

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

  .horizontal-tab-block {
    text-align: center;
    margin-top: 50px;
  }

  .htitle-block {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .contact-firstsc {
    margin-top: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .div-blockcontact {
    width: 100%;
  }

  ._1-2-grid._75-space {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  ._1-2-grid._75-space.reverse {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  ._1-2-grid._75-space.reverse.new-contactt {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    padding-right: 0;
  }

  ._1-2-grid.contact-bx {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    padding-right: 60px;
  }

  .h2 {
    font-size: 30px;
  }

  .form-inner {
    width: auto;
    padding-left: 1em;
    padding-right: 4.5em;
  }

  .border-wrap.new-form {
    box-shadow: none;
    box-shadow: none;
    width: auto;
    min-width: 100vw;
    padding-right: 0;
  }

  .paragraph-5 {
    padding-right: 2em;
    font-size: 18px;
  }

  .content-wrap {
    width: 100%;
    padding-left: 1em;
    padding-right: 2em;
  }

  .input-wrapper.mr-15 {
    margin-right: 0;
  }

  .grid-website-maintenace {
    max-width: 90vw;
  }

  .benefits-header {
    max-width: none;
    font-size: 1.9em;
    font-weight: 600;
  }

  .benefits-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .small-card-header {
    font-size: 1.1em;
  }

  .benefits-description {
    min-width: auto;
    font-size: 1em;
  }

  .sub-par {
    color: #1e1e21;
    max-width: 275px;
  }

  .grid-seo-service {
    max-width: 90vw;
  }

  .header-2-center-wrap {
    width: 100%;
    min-width: 300px;
    max-width: 400px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .small-card {
    width: auto;
    min-width: auto;
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    font-size: 15px;
  }

  ._1-2-grid-2._75-space {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container-small {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tab_menu {
    flex-flow: row;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
  }

  .tab_link {
    min-width: 60px;
    font-size: 15px;
  }

  .tab_link.w--current {
    min-width: 60px;
    margin-bottom: -9px;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    position: relative;
  }

  .tab_pane {
    width: auto;
    padding: 2rem 1em 2em 0;
  }

  .tab_pane.first-tab {
    margin-top: 0;
    padding-top: 2rem;
    padding-bottom: 2em;
    padding-right: 2em;
  }

  .text-block-29 {
    font-size: 18px;
    line-height: 25px;
  }

  .content-wrap-copy {
    padding-left: 2em;
  }

  ._1-2-grid-copy._75-space {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .paragraph-5-copy {
    font-size: 18px;
  }

  .team-firstsc {
    padding-top: 40px;
    padding-left: 20px;
  }

  .team-membersection {
    flex-flow: column;
    padding-top: 4em;
  }

  .team-memb {
    width: 100%;
  }

  .inner-temsc {
    flex-flow: column;
  }

  .div-block-40 {
    width: 100%;
  }

  .div-block-41 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-42 {
    width: 41%;
  }

  .div-block-44 {
    width: 2%;
    display: none;
  }

  .div-block-46 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 10px;
    display: flex;
  }

  .div-block-48 {
    display: none;
  }

  .div-block-51 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 10px;
    display: flex;
  }

  .div-block-52 {
    display: none;
  }

  .div-block-56 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    padding-top: 10px;
    display: flex;
  }

  .div-block-59 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 10px;
    display: flex;
  }

  .div-block-62 {
    display: none;
  }

  .div-block-64 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    padding-top: 10px;
    display: flex;
  }

  .div-block-65 {
    display: none;
  }

  .div-block-68 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 10px;
    display: flex;
  }

  .div-block-71 {
    display: none;
  }

  .div-block-73 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 10px;
    display: flex;
  }

  .div-block-77 {
    display: none;
  }

  .image-50 {
    text-align: center;
    padding-left: 1em;
    padding-right: 0;
  }

  .text-block-15-copy {
    padding-right: 0;
  }

  .text-block-15-copy.mobile--txt {
    padding-top: 1em;
    padding-left: 0;
    padding-right: 0;
    font-family: Inter, sans-serif;
    font-size: 15px;
    line-height: 22px;
  }

  .code-embed-9-copy {
    padding-top: 1rem;
    padding-right: 0;
    font-family: Inter, sans-serif;
    display: none;
  }

  .card-subtitle {
    font-size: 28px;
    line-height: 35px;
  }

  .card-title {
    font-size: 2.5em;
  }

  .c-card._2 {
    top: 80px;
  }

  .c-card._6 {
    top: 260px;
  }

  .c-card._3 {
    top: 140px;
  }

  .c-card._4 {
    top: 200px;
  }

  ._w-card {
    background-color: #090909;
    margin-bottom: 0;
    padding: 20px;
  }

  ._w-card._6 {
    box-shadow: none;
    box-shadow: none;
    background-color: #090909;
  }

  .card-details {
    font-size: .9em;
    line-height: 1.2em;
  }

  .c-card-content-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  ._w-cloneable {
    background-color: #090909;
  }

  .text-block-18-copy-copy {
    text-transform: uppercase;
    height: 40vh;
    padding-top: 2rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-18-copy-copy.stck-txt {
    height: 50vh;
  }

  .div-block-78 {
    background-color: #090909;
    width: 100vw;
    overflow: hidden;
  }

  .contact-formbx {
    z-index: 10;
    background-color: #000;
    flex-flow: column;
    width: 92vw;
    padding: 0 0 0;
    position: relative;
  }

  .div-block-79 {
    width: 100%;
    height: 40vh;
  }

  .div-block-80 {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 10px;
    padding-left: 1em;
    padding-right: 1em;
  }

  .text-field-2, .text-field-3, .text-field-4, .text-field-5 {
    background-color: #393939;
    border-style: none;
  }

  .heading-15 {
    font-size: 30px;
    line-height: 35px;
  }

  .text-block-32 {
    font-size: 20px;
    line-height: 25px;
  }

  .text-field-6 {
    background-color: #393939;
    border-style: none;
  }

  .loading {
    font-size: 24px;
  }

  .loading.clone {
    z-index: 2;
    z-index: 2;
    font-size: 24px;
  }

  .mn-carddivlrg-2-copy {
    width: 50%;
    height: 320px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mn-carddivlrg-2-copy.mb-sc {
    width: 100%;
    height: auto;
    padding: 0;
  }

  .mn-carddivlrg-2-copy.mb-sc.first-dv {
    height: 300px;
    padding: 0 5px 10px;
  }

  .crd-list2-copy.hvr-crdlst.mb-crd-list._6 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee108c_2.1.jpg");
  }

  .crd-list2-copy.hvr-crdlst.mb-crd-list {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1188_Muse.webp");
    border-radius: 8px;
  }

  .crd-list2-copy.hvr-crdlst.mb-crd-list._2 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1187_Rapsodo%20(1).webp");
  }

  .crd-list2-copy.hvr-crdlst.mb-crd-list._4 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee115f_Tru.webp");
  }

  .crd-list2-copy.hvr-crdlst.mb-crd-list._6 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/683589877ec8ff16b5d6902c_Aaxe%20Paints.webp");
    justify-content: center;
    align-items: center;
    height: 98%;
    margin-top: 5%;
    padding-bottom: 75%;
    padding-left: 0;
    padding-right: 0;
  }

  .crd-list2-copy.hvr-crdlst.mb-crd-list._6.reven2 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a438ade2a590d17f7171_Luke%20Hawkins.webp");
    margin-top: 7%;
    padding-bottom: 70%;
  }

  .crd-list2-copy.hvr-crdlst.mb-crd-list._6.reven4 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a43aa2868c9173b89606_Northland%20Buldings.webp");
    margin-top: 7%;
    padding-bottom: 65%;
  }

  .crd-list2-copy.hvr-crdlst.mb-crd-list._6.reven6 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a43ad4a4ee4db18a626c_Stanbrick.webp");
    height: 96%;
    margin-top: 7%;
    padding-bottom: 60%;
  }

  .crd-list2-copy.hvr-crdlst.mb-crd-list._6.reven7 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a43ad4a4ee4db18a626c_Stanbrick.webp");
    padding-bottom: 65%;
    display: none;
  }

  .crd-list2-copy.hvr-crdlst.mb-crd-list.sm-2 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358abef0524f10da2dd207_LVA.webp");
    justify-content: center;
    align-items: center;
    height: 98%;
    margin-top: 5%;
    padding-bottom: 71%;
    padding-left: 0;
    padding-right: 0;
  }

  .crd-list2-copy.hvr-crdlst.mb-crd-list.sm-4 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358abeae18e55b53eaee7c_House%20of%20beer.webp");
    justify-content: center;
    align-items: center;
    height: 98%;
    margin-top: 5%;
    padding-bottom: 71%;
    padding-left: 0;
    padding-right: 0;
  }

  .crd-list2-copy.hvr-crdlst.mb-crd-list.sm-6 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358ac1ef0d85c194074548_Patrick.webp");
    justify-content: center;
    align-items: center;
    height: 98%;
    margin-top: 5%;
    padding-bottom: 71%;
    padding-left: 0;
    padding-right: 0;
  }

  .crd-list2-copy.hvr-crdlst.mb-crd-list._7-copy {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/683589877ec8ff16b5d6902c_Aaxe%20Paints.webp");
    justify-content: center;
    align-items: center;
    height: 98%;
    margin-top: 5%;
    padding-bottom: 75%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .crd-list2-copy.hvr-crdlst.mb-crd-list._9-copy {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/683589877ec8ff16b5d6902c_Aaxe%20Paints.webp");
    justify-content: center;
    align-items: center;
    height: 98%;
    margin-top: 5%;
    padding-bottom: 71%;
    padding-left: 0;
    padding-right: 0;
  }

  .crd-list2-copy.hvr-crdlst.mb-crd-list.campg2 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a1d468756062e3ac1f98_Independent%20Vision.webp");
    justify-content: center;
    align-items: center;
    height: 98%;
    margin-top: 5%;
    padding-bottom: 75%;
    padding-left: 0;
    padding-right: 0;
  }

  .crd-list2-copy.hvr-crdlst.mb-crd-list.campg3 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a1d468756062e3ac1f98_Independent%20Vision.webp");
    justify-content: center;
    align-items: center;
    height: 98%;
    margin-top: 5%;
    padding-bottom: 71%;
    padding-left: 0;
    padding-right: 0;
  }

  .crd-list2-copy.hvr-crdlst.mb-crd-list.campg5 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a1d4b3b45d784606e0fd_Conquest.webp");
    justify-content: center;
    align-items: center;
    height: 98%;
    margin-top: 5%;
    padding-bottom: 71%;
    padding-left: 0;
    padding-right: 0;
  }

  .crd-list2-copy.hvr-crdlst.mb-crd-list.campg8 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a1d65b31729f244a7547_Three%20%26%20Foxes.webp");
    justify-content: center;
    align-items: center;
    height: 98%;
    margin-top: 5%;
    padding-bottom: 71%;
    padding-left: 0;
    padding-right: 0;
  }

  .crd-list2-copy.hvr-crdlst.mb-crd-list.campg8-copy {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a1d65b31729f244a7547_Three%20%26%20Foxes.webp");
    justify-content: center;
    align-items: center;
    height: 98%;
    margin-top: 5%;
    padding-bottom: 75%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .crd-list18.hvr-crdlst.mb-crdlist._1 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1157_Porche.jpg");
  }

  .crd-list18.hvr-crdlst.mb-crdlist._3 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1194_Toga%203.webp");
  }

  .crd-list18.hvr-crdlst.mb-crdlist._5 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee115c_GT.jpg");
    padding-bottom: 66%;
  }

  .crd-list18.hvr-crdlst {
    width: 99%;
    height: 100%;
    margin-top: 5%;
    padding-left: 0;
  }

  .crd-list18.hvr-crdlst.mb-crdlist {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1186_WTL%202.webp");
    border-radius: 8px;
  }

  .crd-list18.hvr-crdlst.mb-crdlist._5 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee115c_GT.jpg");
  }

  .crd-list18.hvr-crdlst.mb-crdlist._5.reven1 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a4389fe34793f6af3eac_NGT.webp");
    padding-bottom: 75%;
  }

  .crd-list18.hvr-crdlst.mb-crdlist._5.reven5 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a43ab9e6c01c9899cc8f_Quasar.webp");
  }

  .crd-list18.hvr-crdlst.mb-crdlist._5.reven3 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a438d08a83bc8bce5516_Alcohol%20Free%20lifestyle.webp");
    padding-bottom: 75%;
  }

  .crd-list18.hvr-crdlst.mb-crdlist._5.reven6 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a43b0822f72d3bc100fc_Zac%20Richman.webp");
  }

  .crd-list18.hvr-crdlst.mb-crdlist.sm-1 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358abe4a213f4f95a6c16f_Motivinci.webp");
  }

  .crd-list18.hvr-crdlst.mb-crdlist.sm-3 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358abe057739bb4f541ff2_Futuro.webp");
  }

  .crd-list18.hvr-crdlst.mb-crdlist.sm-5 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358ac1a5861bfc30d5cb77_Thetarzanway.webp");
  }

  .crd-list18.hvr-crdlst.mb-crdlist._5-copy {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6835898805d6dc7bbe9b0970_Alt%20Saints.webp");
  }

  .crd-list18.hvr-crdlst.mb-crdlist._6-copy {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358989b6a1f6ab0181d0bb_Yarnhub.webp");
  }

  .crd-list18.hvr-crdlst.mb-crdlist.campg1 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a1d20f1ac2084c4222d5_PLG%20-%20Peck%20Law%20Group.webp");
  }

  .crd-list18.hvr-crdlst.mb-crdlist.campg4 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358ac1a5861bfc30d5cb77_Thetarzanway.webp");
  }

  .crd-list18.hvr-crdlst.mb-crdlist.campg6 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a1d4dd6a1b6dc7b04bfc_Merchant%20Mastery.webp");
  }

  .crd-list18.hvr-crdlst.mb-crdlist.campg9 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6852a1d60bcd445139f6cfb0_Volunteer%20Quest%20India.webp");
  }

  .image-51-copy {
    width: 50%;
    display: none;
  }

  .video_section-copy {
    height: auto;
  }

  .dynamic-content__block {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .step-block__text-title.text-title_1, .step-block__text-title.text-title_3, .step-block__text-title.text-title_4, .step-block__text-title.text-title_2, .step-block__text-title.text-title_1, .step-block__text-title.text-title_3, .step-block__text-title.text-title_4, .step-block__text-title.text-title_2 {
    font-size: 16px;
  }

  .dynamic-text {
    font-size: 22px;
  }

  .wrap-2._w-custom.w60-60 {
    padding: 30px 16px 60px;
  }

  .wrap-block__inner-fw.inner-fw__bottom {
    margin-top: 0;
  }

  .step-block__text-description.text-description-2, .step-block__text-description.text-description-1, .step-block__text-description.text-description-3 {
    padding-right: 5px;
    font-size: 12px;
    line-height: 18px;
  }

  .step-block__text-description.text-description-2, .step-block__text-description.text-description-1, .step-block__text-description.text-description-3 {
    padding-right: 5px;
    font-size: 12px;
    line-height: 18px;
  }

  .step-block__text-description.text-description-4 {
    font-size: 12px;
    line-height: 18px;
  }

  .dynamic-section__wrap {
    display: none;
  }

  .wrap-3._w-custom.w60-60 {
    padding: 30px 16px 60px;
  }

  .wrap-block__inner-fw-2.inner-fw__bottom {
    margin-top: 0;
  }

  .tab-index {
    padding-right: 4em;
  }

  .heading--2, .heading-1 {
    font-size: 14vw;
  }

  .tab-txt._3, .tab-txt._1, .tab-txt._2, .tab-txt._4, .tab-txt._3, .tab-txt._1, .tab-txt._2, .tab-txt._4 {
    font-size: 6vw;
  }

  .tab-text-cont {
    width: 100%;
  }

  .auto-tab-link._1.w--current, .auto-tab-link._3, .auto-tab-link._4, .auto-tab-link._2, .auto-tab-link._1.w--current, .auto-tab-link._3, .auto-tab-link._4, .auto-tab-link._2 {
    width: 90em;
  }

  .heading--4, .heading--3 {
    font-size: 14vw;
  }

  .neue-world-sticker {
    width: 12rem;
  }

  .h1-title {
    left: .5em;
  }

  .marquee-2 {
    padding-bottom: 4rem;
  }

  .marquee-content.scroll {
    grid-column-gap: 0rem;
    grid-column-gap: 0rem;
  }

  .text-block-33 {
    margin-bottom: 0;
    font-size: 50px;
  }

  .h3-00 {
    font-size: 2.4em;
  }

  .s-00 {
    display: none;
  }

  .s-00.mb-sld {
    display: block;
  }

  .scroll-track-2 {
    height: auto;
  }

  .banner-bg._5 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1165_imgpsh_fullsize_anim%20(1).jpeg");
  }

  .banner-bg._6 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1166_imgpsh_fullsize_anim%20(2).jpeg");
  }

  .banner-bg._7 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1167_imgpsh_fullsize_anim.jpeg");
  }

  .banner-bg._8 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1168_imgpsh_fullsize_anim%20(3).jpeg");
    background-size: cover;
  }

  .banner-bg._10 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1165_imgpsh_fullsize_anim%20(1).jpeg");
    background-size: cover;
  }

  .cards_nav {
    bottom: 5%;
  }

  .sticky-banner {
    height: 95vh;
  }

  .work_text {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .work_text-title {
    font-size: 12.5vw;
  }

  .text-block-34 {
    margin-bottom: 0;
    font-size: 50px;
  }

  .scroll-container {
    height: 410vh;
  }

  .d-83-menu-wrapper {
    display: none;
  }

  .demo-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .demo-container._2 {
    min-height: 50vh;
  }

  .demo-container._1 {
    min-height: 50vh;
    margin-top: 0;
  }

  .d-83-section-home {
    position: relative;
  }

  .d-83-menu-item-name {
    font-size: 24px;
  }

  .d-83-menu-item-underline {
    margin-top: -24px;
  }

  .panel-text-wrapper {
    margin-top: 0;
  }

  .image-57 {
    margin-top: 0;
    margin-right: 0;
  }

  .demo-heading.h2, .demo-heading.h2.popup {
    font-size: 15px;
    line-height: 20px;
  }

  .demo-heading.h1 {
    line-height: 28px;
  }

  .demo-heading.h1.popup {
    font-size: 25px;
    line-height: 35px;
  }

  .demo-heading.h2, .demo-heading.h2.popup, .demo-heading.h2.popup {
    font-size: 15px;
    line-height: 20px;
  }

  .demo-p.main {
    max-width: 350px;
    margin-bottom: 20px;
    margin-right: 30px;
    padding-right: 0;
    font-size: 14px;
  }

  .clone-instructions-panel {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: visible;
  }

  .d-83-menu-item-number {
    font-size: 24px;
  }

  .inner-wrapper {
    align-items: center;
  }

  .d-83-h1-heading {
    font-size: 28px;
  }

  .d-83-menu-trigger-wrapper {
    margin-right: 20px;
  }

  .demo-main-text-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .d-83-menu-items-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .instructions-wrapper {
    align-self: auto;
    margin-left: 0;
  }

  .demo-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .browser-demo {
    width: 100%;
    margin-bottom: 220px;
  }

  .hd-mb {
    width: 100%;
    display: block;
    overflow: hidden;
  }

  .shw-mb {
    display: none;
  }

  .heading-19 {
    font-size: 45px;
    line-height: 50px;
  }

  .mn-carddivlrg-2-copy-copy {
    width: 50%;
    height: 320px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mn-carddivlrg-2-copy-copy.mb-sc {
    height: 300px;
    padding: 10px 5px 0;
  }

  .mn-carddivlrg-2-copy-copy.mb-sc.first-dv {
    height: 300px;
    padding: 0 5px 10px;
  }

  .form-2 {
    padding-left: 1em;
  }

  .popup-close {
    top: 30px;
    right: 30px;
  }

  .job-description_heading {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer_items-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .form-row {
    flex-direction: column;
  }

  .job_label-card {
    text-align: left;
  }

  .job_sticky-card {
    margin-bottom: 40px;
  }

  .form-border {
    min-width: auto;
    padding: 20px;
  }

  .job-body {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .entertainment-piece-wrap {
    display: none;
  }

  .marquee-3 {
    margin-top: -9%;
    padding-top: 0;
    position: static;
  }

  .text-block-36 {
    margin-left: 0;
    font-size: 70px;
    line-height: 80px;
  }

  .body-7 {
    background-color: #000;
  }

  .card-item {
    height: 25rem;
  }

  .grid-item-overlay {
    padding-top: 0;
  }

  .card-background {
    filter: saturate(125%);
    margin-top: 0;
  }

  .card-heading {
    border-left-style: solid;
    height: 1.5rem;
    padding-left: .5rem;
    font-size: 1.0625rem;
    line-height: 1.5rem;
  }

  .card-heading-holder {
    flex: 0 auto;
    display: block;
  }

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

  .crd-list11.hvr-crdlst.mb-crd-list {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1188_Muse.webp");
    border-radius: 8px;
  }

  .crd-list11.hvr-crdlst.mb-crd-list._2 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1187_Rapsodo%20(1).webp");
  }

  .crd-list11.hvr-crdlst.mb-crd-list._4 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee115f_Tru.webp");
  }

  .crd-list11.hvr-crdlst.mb-crd-list._6 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee115b_Delhiwale.jpg");
  }

  .html-embed-2 {
    width: 32px;
  }

  .popup-menu-link {
    font-family: Suisseintl, Arial, sans-serif;
  }

  .popup-menu-text {
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.6rem;
  }

  .popup-top-wraper {
    flex-wrap: nowrap;
    padding-right: 10px;
  }

  .mobile-popup {
    display: none;
  }

  .menu-item {
    grid-column-gap: 5%;
    grid-row-gap: 5%;
    border-bottom: 1px solid #ffffff57;
    justify-content: flex-start;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    font-family: Suisseintl, Arial, sans-serif;
    display: block;
  }

  .popup-wraper {
    max-width: 100%;
    padding: 15px 0;
  }

  .container-medium-2 {
    padding-left: 0;
  }

  .popup_menu-wraper {
    grid-row-gap: 0px;
    padding-top: 0;
  }

  .popup-btn {
    margin-top: 20px;
    font-size: 1.5rem;
  }

  .header-spaching {
    padding-left: 4px;
  }

  .top-bottom-wraper {
    display: none;
  }

  .humberger-icon {
    border: 1px #000;
  }

  .logo-text-2 {
    font-size: 1.7rem;
  }

  .logo-text-2.is-mobile {
    font-size: 1.6rem;
  }

  .div-block-88 {
    display: none;
  }

  .hero-banr {
    width: 100vw;
    height: auto;
  }

  .image-60 {
    width: 110%;
  }

  .choose-us.first {
    flex-flow: column;
    padding: 4em 1em 1em;
  }

  .left-side {
    width: 100%;
    padding-left: 0;
  }

  .left-side.frst-lftsc {
    padding-left: 0;
  }

  .right-side {
    width: 100%;
  }

  .heading-21 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 2em;
    font-size: 20px;
  }

  .heading-21.single-case {
    padding-top: 4em;
    padding-bottom: .5em;
    padding-left: 1em;
    line-height: 25px;
  }

  .text-block-37 {
    font-size: 15px;
    line-height: 22px;
  }

  .right-side-copy {
    border-left-style: none;
    width: 100%;
    padding: 0 1em 1.5em;
  }

  .offer-bx1, .offer-bx2, .offer-bx3, .offer-bx4 {
    flex-flow: column;
  }

  .right-side-copy-copy {
    border-left-style: none;
    width: 100%;
    padding-top: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

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

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

  .gallery {
    padding-top: 0;
  }

  .gallery1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 1em;
    padding-right: 1em;
    display: grid;
  }

  .inr-sct {
    flex-flow: column;
    padding-top: 2em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .inr-sct.scnd {
    padding-left: 1em;
    padding-right: 1em;
  }

  .div-block-90 {
    width: 100%;
    padding: 2em 1em;
  }

  .heading-22 {
    font-size: 20px;
    line-height: 25px;
  }

  .button-14:hover {
    background-color: var(--white);
    color: var(--background);
  }

  .button-15 {
    margin-bottom: 0;
  }

  .button-15:hover {
    background-color: var(--white);
    color: var(--white);
  }

  .wrap-4.w80 {
    padding-top: 0;
    overflow: hidden;
  }

  .week-day-tab.w--current {
    background-image: linear-gradient(180deg, var(--blue), #3f25dd);
    color: #fff;
  }

  .tabs-content-2 {
    width: 100%;
    margin-top: 40px;
    padding-top: 0;
    padding-right: 0;
  }

  .tab-text-2 {
    font-size: 12px;
  }

  .work-firstsc {
    margin-top: 0;
  }

  .tabs {
    flex-flow: column;
    padding-left: 1em;
    padding-right: 0;
  }

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-top: 20px;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .mn-carddivlrg-3 {
    width: 50%;
    height: 320px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mn-carddivlrg-3.mb-sc, .mn-carddivlrg-3.mb-sc.first-dv, .mn-carddivlrg-3.mb-sc, .mn-carddivlrg-3.mb-sc.first-dv, .mn-carddivlrg-3.mb-sc.first-dv {
    height: 300px;
    padding: 0 5px 10px;
  }

  .mn-carddivlrg-4 {
    width: 50%;
    height: 320px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mn-carddivlrg-4.mb-sc {
    width: 45%;
    height: auto;
    margin-top: 0;
    padding: 0 5px;
  }

  .mn-carddivlrg-4.mb-sc.first-dv {
    width: 45%;
    height: auto;
    padding: 0 5px 5px;
  }

  .mn-carddivlrg-4.mb-sc.first-dv.case-study1 {
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mn-carddivlrg-4.mb-sc.casestudy2 {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .pre-loader {
    display: block;
  }

  .div-block-93 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-16-copy {
    margin-left: 0%;
    font-size: 16px;
  }

  .heading-25-copy {
    font-size: 15px;
  }

  .footer-light-copy {
    border-top: 1px solid #ffffff38;
    padding-top: 40px;
  }

  .image-9-copy {
    width: 10%;
    max-width: 10%;
  }

  .grid-3-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: start;
    padding-left: 10px;
  }

  .div-block-94 {
    border-top: 1px #000;
    overflow: hidden;
  }

  .frst-scnd {
    margin-top: 0;
    inset: auto 0% 0%;
  }

  .video_wall-copy {
    height: auto;
    margin-top: -10vh;
    margin-bottom: 3vh;
  }

  .hover-text-wrapper-copy {
    height: 50vh;
  }

  .text-block-38 {
    font-size: 18px;
    line-height: 25px;
  }

  .div-block-94-copy {
    overflow: hidden;
  }

  .inner-selectmv-copy {
    background-color: #151515;
  }

  .tab-pane-tab-1 {
    margin-top: 0;
  }

  .body-9 {
    background-color: #090909;
  }

  .lottie-3 {
    height: 90vh;
  }

  .text-animate-2 {
    height: 100vh;
    display: none;
  }

  .code-embed-19 {
    display: none;
  }

  .section-9 {
    z-index: 10;
    display: block;
    position: static;
  }

  .paragraph-8 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .background-video-3 {
    width: 100%;
    height: 250px;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-17-copy {
    height: auto;
    padding: 0 20px 2rem 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .image-61 {
    height: auto;
    margin-right: 10px;
    padding-top: 2em;
  }

  .div-block-17-copy, .div-blocks12 {
    flex-flow: column;
  }

  .video_wall-copy-copy {
    height: auto;
    margin-top: 0;
    margin-bottom: 3vh;
  }

  .code-embed-91 {
    padding-top: 1rem;
    padding-right: 0;
  }

  .text-block-18-copy {
    text-transform: uppercase;
    background-color: #090909;
    background-image: none;
    height: auto;
    padding-top: 2rem;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.3em;
    line-height: 1.5em;
  }

  .inner-column-copy {
    background-color: #090909;
    background-image: none;
    grid-template-columns: 1fr;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .values5 {
    display: none;
  }

  .values-div, .values-divs {
    flex-flow: column;
  }

  .values8 {
    width: 100%;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-right: 1em;
  }

  .values9 {
    display: none;
  }

  .section-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-26 {
    font-size: 20px;
  }

  .text-block-39 {
    font-size: 13px;
    line-height: 20px;
  }

  .overview {
    flex-flow: column;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-95, .div-block-96 {
    width: 100%;
  }

  .heading-27 {
    font-family: Inter, sans-serif;
    font-size: 25px;
    line-height: 35px;
  }

  .heading-27-copy {
    font-size: 18px;
    line-height: 25px;
  }

  .heading-36 {
    font-family: Inter, sans-serif;
    font-size: 25px;
    line-height: 35px;
  }

  .number {
    padding: 10px 20px 60px;
  }

  .div-block-102 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    padding-bottom: 0;
  }

  .div-block-103 {
    width: 100%;
  }

  .heading-37 {
    font-family: Inter, sans-serif;
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-103-copy {
    width: 100%;
  }

  .div-block-107 {
    height: 200px;
  }

  .div-block-108, .div-block-95-copy-copy {
    width: 100%;
  }

  .heading-39 {
    font-family: Inter, sans-serif;
    font-size: 25px;
    line-height: 35px;
  }

  .heading-10-copy {
    padding-left: 0;
    padding-right: 0;
    font-size: 33px;
    line-height: 45px;
  }

  .code-embed-92 {
    height: 100vh;
    display: none;
    overflow: hidden;
  }

  .code-embed-93 {
    overflow: hidden;
  }

  .mn-carddivlrg-4-copy {
    width: 50%;
    height: 320px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mn-carddivlrg-4-copy.mb-sc {
    height: 290px;
    margin-top: 0;
    padding: 7px 5px 0;
  }

  .mn-carddivlrg-4-copy.mb-sc.first-dv {
    height: 300px;
    padding: 0 5px 17px;
  }

  .mn-carddivlrg-4-copy.mb-sc.first-dv.mn-carddivlrg-4 {
    height: auto;
    padding-bottom: 0;
  }

  .c-section {
    padding: 56px 4vw;
  }

  .grid-left__heading {
    font-size: 36px;
  }

  .team_contact--cont.in-panel {
    flex-wrap: wrap;
  }

  .contact-type.in--panel {
    margin-left: 2px;
  }

  .contact-ext.in--panel {
    font-size: 16px;
  }

  .div-block-40-copy {
    width: 100%;
  }

  .scndsrvc-bxs-2-copy {
    display: none;
  }

  .scndsrvc-bxs-2-copy.scndsrvc-bxs {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .text-block-16-copy {
    margin-left: 0%;
  }

  .text-block-16-copy.second-text {
    margin-left: -80%;
  }

  .div-block-109, .tab-pane-tab-2, .tab-pane-tab-3, .div-block-110 {
    overflow: hidden;
  }

  .marquee_item {
    width: 80vw;
    margin-right: 6vw;
  }

  .fade-top {
    height: 20%;
  }

  .heading-style-h2-2 {
    font-size: 1.75rem;
  }

  .why-cards-list {
    grid-template-columns: 1fr;
  }

  .heading-40 {
    text-align: left;
    font-size: 30px;
    line-height: 40px;
  }

  .footer-block-two-copy {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 50%;
    margin-top: 40px;
    display: flex;
  }

  .footer-block-two-copy.mb-ftr {
    display: flex;
  }

  .code-embed-19-copy {
    display: none;
  }

  .main-box-copy {
    border-top-style: solid;
  }

  .counter-section-copy {
    background-image: none;
    border-bottom-style: none;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .abt-container-2-copy {
    border-bottom-style: none;
    margin-top: 0%;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .abt-container-2-copy.new-sct.agncy-spc, .abt-container-2-copy.new-sct.agncy-spc-copy {
    border-top-style: none;
    padding-left: 0;
  }

  .abt-container-2-copy.new-sct {
    border-bottom-style: none;
  }

  .abt-container-2-copy.new-sct.agncy-spc, .abt-container-2-copy.new-sct.agncy-spc-copy, .abt-container-2-copy.new-sct.agncy-spc, .abt-container-2-copy.new-sct.agncy-spc-copy {
    border-top-style: none;
    padding-left: 0;
  }

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

  .home-section-copy {
    background-color: #000;
    min-height: 150vh;
  }

  .image-70 {
    height: auto;
  }

  .div-block-111 {
    background-size: cover;
    width: 100%;
    height: 30vh;
    margin-right: 10px;
  }

  .log-sc-copy {
    width: 97vw;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .log-sc-copy.home-logo-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top-style: none;
    flex-flow: column-reverse wrap;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-111-copy {
    background-size: cover;
    width: 100%;
    height: 30vh;
    margin-right: 10px;
  }

  .logo-pg {
    background-image: linear-gradient(180deg, var(--blue), #3f25dd);
    color: var(--white);
    margin-bottom: 0;
    font-family: Inter, sans-serif;
  }

  .logo-pg.contact-btn {
    margin-left: 10px;
    padding-bottom: 10px;
  }

  .logo-pg.mb-btn {
    padding-bottom: 10px;
  }

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

  .inr-bx3-copy.hovr-inrbx {
    border-bottom: 1px dashed #ffffff4d;
    width: 100%;
    padding-bottom: 1em;
    padding-left: .25em;
    padding-right: .25em;
  }

  .section-12, .lottie-animation-9 {
    display: none;
  }

  .text-block-43-copy-2 {
    width: auto;
    font-size: 20px;
    line-height: 25px;
  }

  .text-block-44-copy-2 {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-122-copy {
    background-size: cover;
    width: 100%;
    height: 30vh;
    margin-right: 10px;
  }

  .code-embed-19-copy-copy {
    display: block;
    overflow: hidden;
  }

  .code-embed-9-copy-copy {
    z-index: 8;
    padding-top: 1rem;
    padding-right: 0;
    font-family: Inter, sans-serif;
    display: block;
    position: relative;
  }

  .text-block-15-copy-copy {
    padding-right: 0;
  }

  .text-block-15-copy-copy.mobile--txt {
    padding-top: 1em;
    padding-left: 0;
    padding-right: 0;
    font-family: Inter, sans-serif;
    font-size: 15px;
    line-height: 22px;
    display: block;
  }

  .text-block-42-copy {
    display: block;
  }

  .nw-srvbx {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-right: 0;
    display: block;
  }

  .mb-srvbx {
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .inr-crdlst {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1186_WTL%202.webp");
    background-position: 50%;
    background-size: cover;
    border-radius: 15px;
    height: 300px;
  }

  .inr-crdlst.hvr-crdlst {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358ac1ef0d85c194074548_Patrick.webp");
  }

  .inr-crdlst2 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358ac1ef0d85c194074548_Patrick.webp");
    background-position: 50%;
    background-size: cover;
    border-radius: 15px;
    height: 300px;
  }

  .mn-carddivlrg-2 {
    width: 50%;
    height: 320px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mn-carddivlrg-2.mb-sc {
    width: 100%;
    height: auto;
    padding: 0 0 0 5px;
  }

  .mn-carddivlrg-2.mb-sc.first-dv {
    width: 100%;
    height: auto;
    padding: 0 5px 0 0;
  }

  .mn-carddivlrg-2.mn-carddivlrg {
    display: none;
  }

  .mn-carddivlrg4 {
    width: 50%;
    height: 320px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mn-carddivlrg4.mb-sc {
    width: 100%;
    height: auto;
    padding: 0 0 0 5px;
  }

  .mn-carddivlrg4.mb-sc.first-dv {
    width: 100%;
    height: auto;
    padding: 0 5px;
  }

  .mn-carddivlrg4.mn-carddivlrg {
    display: none;
  }

  .mn-carddivlrg4-copy {
    width: 50%;
    height: 320px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mn-carddivlrg4-copy.mb-sc {
    width: 100%;
    height: auto;
    padding: 0 0 0 5px;
  }

  .mn-carddivlrg4-copy.mb-sc.first-dv {
    width: 100%;
    height: auto;
    padding: 0 5px 0 0;
  }

  .mn-carddivlrg4-copy.mn-carddivlrg {
    display: none;
  }

  .mn-carddivlrg1 {
    width: 50%;
    height: 320px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mn-carddivlrg1.mb-sc {
    width: 100%;
    height: auto;
    padding: 0 0 0 5px;
  }

  .mn-carddivlrg1.mb-sc.first-dv {
    width: 100%;
    height: auto;
    padding: 0 5px 0 0;
  }

  .mn-carddivlrg1.mn-carddivlrg {
    display: none;
  }

  .mn-carddivlrg2 {
    width: 50%;
    height: 320px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mn-carddivlrg2.mb-sc {
    width: 100%;
    height: auto;
    padding: 0 0 0 5px;
  }

  .mn-carddivlrg2.mb-sc.first-dv {
    width: 100%;
    height: auto;
    padding: 0 5px 0 0;
  }

  .mn-carddivlrg2.mn-carddivlrg {
    display: none;
  }

  .inr-crdlst-copy {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1186_WTL%202.webp");
    background-position: 50%;
    background-size: cover;
    border-radius: 15px;
    height: 300px;
  }

  .inr-crdlst-copy.hvr-crdlst {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358ac1ef0d85c194074548_Patrick.webp");
  }

  .inr-crdlst2-1 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1186_WTL%202.webp");
    background-position: 50%;
    background-size: cover;
    border-radius: 15px;
    height: 300px;
  }

  .inr-crdlst2-1.hvr-crdlst {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358ac1ef0d85c194074548_Patrick.webp");
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .inr-crdlst-1 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1186_WTL%202.webp");
    background-position: 50%;
    background-size: cover;
    border-radius: 15px;
    height: 300px;
  }

  .inr-crdlst-1.hvr-crdlst {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1186_WTL%202.webp");
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .inr-crdlst3 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1186_WTL%202.webp");
    background-position: 50%;
    background-size: cover;
    border-radius: 15px;
    height: 300px;
  }

  .inr-crdlst3.hvr-crdlst {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1157_Porche.jpg");
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .inr-crdlst4 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1186_WTL%202.webp");
    background-position: 50%;
    background-size: cover;
    border-radius: 15px;
    height: 300px;
  }

  .inr-crdlst4.hvr-crdlst {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/68358c22747acc54d0e44c34_Riipen.webp");
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .inr-crdlst5 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1186_WTL%202.webp");
    background-position: 50%;
    background-size: cover;
    border-radius: 15px;
    height: 300px;
  }

  .inr-crdlst5.hvr-crdlst {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1194_Toga%203.webp");
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .inr-crdlst6 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1186_WTL%202.webp");
    background-position: 50%;
    background-size: cover;
    border-radius: 15px;
    height: 300px;
  }

  .inr-crdlst6.hvr-crdlst {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee115f_Tru.webp");
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .inr-crdlst7 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1186_WTL%202.webp");
    background-position: 50%;
    background-size: cover;
    border-radius: 15px;
    height: 300px;
  }

  .inr-crdlst7.hvr-crdlst {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1189_123.45%202.webp");
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .inr-crdlst8 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1186_WTL%202.webp");
    background-position: 50%;
    background-size: cover;
    border-radius: 15px;
    height: 300px;
  }

  .inr-crdlst8.hvr-crdlst {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee115b_Delhiwale.jpg");
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .inr-crdlst9 {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee1186_WTL%202.webp");
    background-position: 50%;
    background-size: cover;
    border-radius: 15px;
    height: 300px;
  }

  .inr-crdlst9.hvr-crdlst {
    background-image: url("https://cdn.prod.website-files.com/6827114e1019ae9b8aee1007/6827114e1019ae9b8aee115c_GT.jpg");
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .inr-crdlst10 {
    border-radius: 15px;
    height: 300px;
  }

  .inr-crdlst10.hvr-crdlst {
    background-image: none;
  }

  .mobile-ftr {
    padding-bottom: 30px;
    display: block;
    position: relative;
  }

  .image-71 {
    max-width: 30%;
    margin-bottom: 10px;
    margin-left: -4%;
  }

  .text-block-45 {
    color: var(--white);
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 400;
  }

  .margin-80px {
    margin-top: 40px;
    margin-bottom: 40px;
    overflow: hidden;
  }

  .toogle-max-w {
    max-width: 100%;
  }

  .dropdown-toggle-2 {
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 0;
    font-size: 18px;
  }

  .toggle-icon {
    background-color: #d9d9d970;
    justify-content: center;
    align-items: center;
  }

  .qa-text {
    text-transform: capitalize;
    white-space: break-spaces;
    width: auto;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }

  .footer-link-two-copy {
    font-family: Inter, sans-serif;
    font-size: 15px;
  }

  .footer-link-two-copy.w--current {
    font-size: 15px;
    font-weight: 400;
  }

  .footer-block-two-copy-copy {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .footer-block-two-copy-copy.mb-ftr {
    display: flex;
  }

  .main-header-copy {
    font-size: 2em;
    line-height: 1.2em;
  }

  .main-header-copy.logo-mbtext, .main-header-copy.logo-mbtext-copy {
    width: 100%;
    font-size: 1.3em;
  }

  .main-header-copy.scnd-sc-copy {
    text-align: left;
    text-align: right;
    width: 100%;
    font-size: 40px;
    line-height: 50px;
  }

  .main-header-copy.scnd-sc {
    text-align: left;
    padding-left: 0;
    font-size: 23px;
    line-height: 30px;
  }

  .main-header-copy.mb-text {
    text-align: left;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 3vh;
    font-size: 1.3em;
  }

  .main-header-copy.mb-text.mbabtxt {
    background-color: var(--background);
    text-transform: uppercase;
    background-color: var(--background);
    text-transform: uppercase;
    font-family: Inter, sans-serif;
    font-size: 27px;
    line-height: 35px;
  }

  .main-header-copy.logo-mbtext, .main-header-copy.logo-mbtext-copy {
    width: 100%;
    font-size: 1.3em;
  }

  .main-header-copy.thirdsc {
    width: 100%;
    font-size: 40px;
    line-height: 50px;
  }

  .main-header-copy.scnd-sc-copy {
    text-align: left;
    text-align: right;
    width: 100%;
    font-size: 40px;
    line-height: 50px;
  }

  .logos-quote-divider-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .clients-quote-two-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .clients-info-image-2 {
    margin-right: 16px;
  }

  .clients-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .inr-bx2-copy.hovr-inrbx, .inr-bx2-copy.hovr-inrbx-copy, .inr-bx2-copy.hovr-inrbx, .inr-bx2-copy.hovr-inrbx-copy, .inr-bx3-copy.hovr-inrbx, .inr-bx3-copy.hovr-inrbx, .inr-bx1-copy.hovr-inrbx, .inr-bx1-copy.hovr-inrbx-copy, .inr-bx1-copy.hovr-inrbx, .inr-bx1-copy.hovr-inrbx-copy, .inr-bx3-copy-copy.hovr-inrbx, .inr-bx3-copy-copy.hovr-inrbx {
    width: 100%;
  }

  .div-block-17-copy {
    flex-flow: column;
    display: none;
  }

  .inr-bx3-copy.hovr-inrbx, .inr-bx3-copy-copy.hovr-inrbx, .inr-bx3-copy-copy.hovr-inrbx, .inr-bx3-copy-copy-copy.hovr-inrbx, .inr-bx3-copy-copy-copy.hovr-inrbx, .inr-bx3-copy-copy-copy.hovr-inrbx, .inr-bx3-copy-copy-copy.hovr-inrbx, .inr-bx3-copy-copy-copy-copy.hovr-inrbx, .inr-bx3-copy-copy-copy-copy.hovr-inrbx {
    width: 100%;
  }

  .section-12-copy {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .inr-bx3-copy-mbl.hovr-inrbx {
    border-bottom: 1px dashed #ffffff4d;
    border-right-style: none;
    width: 100%;
    padding-bottom: 1em;
    padding-left: .5em;
    padding-right: .5em;
  }

  .div-block-112 {
    width: 100%;
  }

  .abt-container-2-copy-copy {
    border-bottom-style: none;
    margin-top: 0%;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .abt-container-2-copy-copy.new-sct.agncy-spc, .abt-container-2-copy-copy.new-sct.agncy-spc-copy {
    border-top-style: none;
    padding-left: 0;
  }

  .abt-container-2-copy-copy.new-sct {
    border-bottom-style: none;
  }

  .abt-container-2-copy-copy.new-sct.agncy-spc, .abt-container-2-copy-copy.new-sct.agncy-spc-copy, .abt-container-2-copy-copy.new-sct.agncy-spc, .abt-container-2-copy-copy.new-sct.agncy-spc-copy {
    border-top-style: none;
    padding-left: 0;
  }

  .inr-bx2-copy.hovr-inrbx {
    border-bottom: 1px dashed #ffffff4a;
    border-right-style: none;
    width: 100%;
    padding-left: .5em;
    padding-right: .5em;
  }

  .inr-bx2-copy.hovr-inrbx-copy {
    width: 100%;
  }

  .inr-bx11copy.hovr-inrbx {
    border-bottom: 1px dashed #ffffff4a;
    width: 100%;
    padding-left: .5em;
    padding-right: .5em;
  }

  .inr-bx22copy-copy.hovr-inrbx {
    border-bottom: 1px dashed #ffffff4a;
    border-right-style: none;
    width: 100%;
    padding-left: .5em;
    padding-right: .5em;
  }

  .inr-bx22copy-copy.hovr-inrbx-copy, .inr-bx33-copy-copy-copy-copy.hovr-inrbx, .inr-bx33-copy-copy-copy-copy.hovr-inrbx {
    width: 100%;
  }

  .image-72 {
    display: block;
  }

  .image-73 {
    display: none;
  }

  .div-block-6-copy, .scnd-divlogo-copy, .thrid-divlogo-copy, .fourthdivlofo-copy, .fifthdiv-logo-copy, .sixth-divlogo-copy, .seven-logodiv-copy, .eight-logodiv-copy {
    border-radius: 4px;
    height: 100px;
  }

  .log-sc-copy {
    border-top: 1px solid #ffffffd1;
    width: 96vw;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .log-sc-copy.home-logo {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .inr-bx33copy.hovr-inrbx {
    border-bottom: 1px dashed #ffffff4a;
    width: 100%;
    padding-bottom: 1em;
    padding-left: .5em;
    padding-right: .5em;
    display: block;
  }

  .inr-bx31copy-copy.hovr-inrbx {
    border-bottom: 1px dashed #ffffff4d;
    width: 100%;
    padding-bottom: 1em;
    padding-left: .25em;
    padding-right: .25em;
    display: block;
  }

  .inr-bx32-copy.hovr-inrbx {
    border-bottom: 1px dashed #ffffff4a;
    width: 100%;
    padding-bottom: 1em;
    padding-left: .5em;
    padding-right: .5em;
    display: block;
  }

  .inr-bx35copy-copy.hovr-inrbx {
    border-bottom: 1px dashed #ffffff4d;
    width: 100%;
    padding-bottom: 1em;
    padding-left: .25em;
    padding-right: .25em;
    display: block;
  }

  .inr-bx3-1copy-copy.hovr-inrbx {
    border-bottom: 1px dashed #ffffff4d;
    width: 100%;
    padding-bottom: 1em;
    padding-left: .25em;
    padding-right: .25em;
  }

  .inr-bx3-1-copy-copy.hovr-inrbx {
    width: 100%;
  }

  .carousel-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slider._3, .carousel-slider._8, .carousel-slider._4, .carousel-slider._2, .carousel-slider._7, .carousel-slider._5, .carousel-slider._6, .carousel-slider._3, .carousel-slider._8, .carousel-slider._4, .carousel-slider._2, .carousel-slider._7, .carousel-slider._5, .carousel-slider._6 {
    right: 0%;
  }

  .card-body {
    padding: 20px;
  }

  .carousel-mask {
    width: 100%;
  }

  .container-18 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-18.is-slider {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .section-15 {
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-15.is-neutal {
    padding-top: 5rem;
  }

  .icon-20 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .slider-3.slider {
    padding-top: 0;
  }

  .arrow-2 {
    width: 10%;
    height: 20%;
    margin-left: 6em;
    display: flex;
  }

  .arrow-2:hover {
    width: 10%;
    height: 20%;
    margin-left: 6em;
  }

  .arrow-2.is-prev {
    justify-content: center;
    align-items: center;
    width: 10%;
    margin-left: 6em;
  }

  .marquee-content-copy.scroll {
    grid-column-gap: 0rem;
    grid-column-gap: 0rem;
    grid-column-gap: 0rem;
    grid-column-gap: 0rem;
  }

  .marquee-cont {
    display: none;
    overflow: hidden;
  }

  .infinite-wrapp {
    height: 100px;
    overflow: hidden;
  }

  .text-block-46.one {
    font-size: 90px;
    line-height: 100px;
    overflow: hidden;
  }

  .gredient-background, .gredient-background-copy {
    overflow: hidden;
  }

  .tabs-content-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-115 {
    width: 100%;
  }

  .marquee-3-copy {
    margin-top: -9%;
    padding-top: 0;
    position: static;
  }

  .hd-mb-copy {
    width: 100%;
    display: none;
    overflow: hidden;
  }

  .code-embed-94 {
    overflow: hidden;
  }

  .text-block-12-copy {
    background-color: #0000;
    font-size: 25px;
    line-height: 50px;
  }

  .text-block-12-copy.allftr {
    font-family: Suisseintl, Arial, sans-serif;
    font-size: 30px;
  }

  .code-embed-95 {
    display: block;
  }

  .navbar_menu-button {
    z-index: 999;
  }

  .navbar-2 {
    display: none;
  }

  .image-75 {
    width: 100%;
    max-width: 100%;
  }

  .navbar_container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global-6 {
    padding-left: .125rem;
    padding-right: .125rem;
  }

  .navbar-3 {
    display: none;
  }

  .navbar_dropdown-list-3 {
    overflow: visible;
  }

  .navbar_dropdown-list-3-copy {
    height: 0;
    overflow: visible;
  }

  .div-block-119 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .dropdown {
    background-color: #090909;
    flex-flow: column;
    margin-top: 20px;
    display: none;
  }

  .link {
    font-size: 15px;
  }

  .link-2 {
    color: #ffffff82;
    font-size: 15px;
    text-decoration: none;
  }

  .div-block-120 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-around;
    display: flex;
  }

  .button-7-copy {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 10px;
  }

  .button-7-copy.contact-btn {
    margin-left: 10px;
    padding-bottom: 10px;
  }

  .button-7-copy.mb-btn {
    padding-bottom: 10px;
  }

  .inr-srvcbx-copy {
    background-color: var(--background);
    width: 100%;
    margin-left: 10px;
    margin-right: 0;
    padding: .25rem 0 2rem;
    display: block;
  }

  .inr-srvcbx-copy.scndbx {
    margin-left: 10px;
    padding-top: 0;
    font-size: 40px;
  }

  .inr-srvcbx-copy.grain-container {
    margin-left: .25em;
    padding-bottom: 2vh;
    padding-left: 10px;
  }

  .inr-srvcbx-copy.third {
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .inr-srvcbx-copy.fifth {
    margin-left: 0;
    padding-left: 10px;
  }

  .service-box-copy {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .link-block-28, .link-block-29, .link-block-30, .link-block-31, .link-block-32, .link-block-33, .link-block-34, .link-block-35 {
    width: 50%;
  }

  .link-block-36 {
    width: 100%;
  }

  .contactus {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    flex-flow: column-reverse;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-122 {
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-123 {
    border-bottom-right-radius: 0;
    width: 100%;
    height: 300px;
  }

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

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

#w-node-b11145fa-5609-47ed-b16e-a44800f9063a-00f90636 {
  justify-self: start;
}

#w-node-b11145fa-5609-47ed-b16e-a44800f907c0-00f90636 {
  justify-self: end;
}
