:root {
  --black: #242527;
  --white-smoke: #efefef;
  --black-4: #333;
  --silver: silver;
  --white: white;
  --indigo: #561979;
  --dark-orange: #f47e20;
  --light-slate-grey: #949fb2;
  --orange: #f89f1b;
  --chocolate-2: #f27124;
  --orange-red: #f1662c;
  --midnight-blue: #280e37;
  --indigo-2: #4e008a66;
  --black-3: #020002;
  --dark-grey-2: #a2a2a2;
  --dark-grey: #989898;
  --gainsboro: #d9d9d9;
  --black-5: #0d152a;
  --chocolate: #f07327;
  --black-2: #171718;
  --saddle-brown: #7f5a37;
  --peru: #b3905f;
  --navajo-white: #ebce8a;
  --rosy-brown: #ae826d;
  --saddle-brown-2: #5a351f;
  --light-sea-green: #08a0a2;
  --grey: #8a8a8a;
}

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

h2 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
}

h3 {
  color: var(--white-smoke);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

p {
  color: var(--black-4);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
}

ul {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 1rem;
  line-height: 1.5;
}

ol {
  color: var(--silver);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: var(--black-4);
  max-width: 85%;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
}

img {
  max-width: 100%;
}

strong {
  font-weight: 500;
}

blockquote {
  color: var(--silver);
  text-align: left;
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Graphik, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

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

.social-circle {
  cursor: pointer;
  border: 1px #889ea833;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  display: block;
  position: relative;
}

.heading-grid {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1920px;
  margin: auto auto 60px;
  display: grid;
  position: static;
  top: 10px;
}

.heading-grid.experience {
  max-height: 100vh;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 40px;
  padding-left: 40px;
  display: block;
}

.heading-grid.experience.mobile {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.heading-grid.experience.mobile._2 {
  justify-content: center;
  align-items: center;
}

.heading-grid.zero-height {
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1200px) minmax(5vw, 1fr);
  height: 0;
}

.navbar-wrapper {
  z-index: 35;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #0000;
  border: 1px solid #ffffff1a;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 75px;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.nav-text {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Graphik, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 13px;
}

.outline-social-icon {
  border: 1px solid #889ea833;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 9px;
  display: flex;
}

.outline-social-icon.large {
  width: 34px;
  height: 34px;
}

.outline-social-icon.large.footer {
  margin-top: 0;
  padding: 0;
}

.social-dropdown-list.w--open {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

.social-dropdown-list.footer.w--open {
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 40px;
}

.navbar {
  z-index: 300;
  background-color: #fff0;
  justify-content: center;
  align-items: flex-start;
  height: 0;
  max-height: 0;
  padding: 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.center-logo {
  z-index: 25;
  color: #fff;
  letter-spacing: .03em;
  text-transform: uppercase;
  border-left: 1px solid #ffffff1a;
  border-right: 1px solid #ffffff1a;
  justify-content: center;
  align-items: center;
  margin-left: -1px;
  margin-right: -1px;
  font-size: 22px;
  font-weight: 600;
  display: flex;
}

.dropdown-corner {
  background-color: #fff;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: -5px auto auto;
  transform: rotate(45deg);
}

.dropdown-corner.footer {
  top: auto;
  bottom: -5px;
}

.grain-wrapper {
  background-color: #280e3733;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.social-nav-icon {
  max-width: 90%;
}

.social-drop-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px #889ea833;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: center;
  padding: 6px;
  display: grid;
  position: relative;
  box-shadow: 0 12px 36px -8px #292b4e1f;
}

.social-drop-wrapper.footer {
  margin-top: 0;
}

.navbar-left-side {
  z-index: 25;
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  border-right: 1px #ffffff1a;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.navbar-right-side {
  z-index: 25;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-bar {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 100%;
  display: flex;
}

.social-toggle {
  border: 1px solid #fff9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 9px;
  display: flex;
}

.social-toggle.footer {
  border-style: none;
  margin-top: 0;
  padding: 0;
}

.dot {
  background-color: #fff;
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.hover-line {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.hover-line-fill {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.image-dentxmed {
  border: 16px #fff;
  border-radius: 0%;
  flex: 0 auto;
  max-width: 60%;
  margin-top: -68px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0% auto auto;
  overflow: hidden;
}

.image-dentxmed.ubake {
  max-width: 70%;
  margin-top: -84px;
}

.image-dentxmed.dentxmed {
  object-fit: fill;
  width: auto;
  max-width: 50%;
  height: auto;
  margin-top: -45px;
}

.image-dentxmed.dentxmed.u-health {
  margin-top: -43px;
}

.image-dentxmed.pakk {
  width: auto;
  max-width: 80%;
  height: auto;
  margin-top: -101px;
}

.image-dentxmed.snacking-1 {
  max-width: 70%;
  margin-top: -69px;
}

.image-dentxmed.wow {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-top: -122px;
  display: block;
}

.image-dentxmed.burgus {
  width: auto;
  max-width: 85%;
  height: auto;
}

.image-dentxmed.burgus._23 {
  margin-top: -101px;
  display: block;
}

.image-dentxmed.meethas {
  width: auto;
  max-width: 80%;
  height: auto;
  margin-top: -100px;
}

.image-dentxmed.kosh-n-co {
  width: auto;
  max-width: 90%;
  height: auto;
  margin-top: -117px;
}

.image-dentxmed.uhealth-marketing {
  width: auto;
  max-width: 70%;
  height: auto;
  margin-top: -75px;
}

.image-dentxmed.the-intellect-school {
  width: auto;
  max-width: 70%;
  height: auto;
  margin-top: -83px;
}

.image-dentxmed.markhor-holdings {
  width: auto;
  max-width: 75%;
  height: auto;
  margin-top: -94px;
}

.image-dentxmed.meli-s-kitchen {
  width: 80%;
  max-width: 150%;
  height: auto;
  margin-top: -75px;
  overflow: hidden;
}

.image-dentxmed.helpp {
  width: auto;
  max-width: 55%;
  height: auto;
  margin-top: -73px;
}

.image-dentxmed.helpp.og-1 {
  max-width: 35%;
  margin-top: -48px;
}

.image-dentxmed.save-on-wireless {
  width: auto;
  max-width: 75%;
  height: auto;
  margin-top: -100px;
  display: block;
}

.image-dentxmed.boxd {
  width: 40%;
  max-width: 40%;
  margin-top: -32px;
}

.image-dentxmed.sns {
  max-width: 45%;
  margin-top: -48px;
}

.image-dentxmed.ary {
  max-width: 100%;
  margin-top: -88px;
}

.image-dentxmed.anna {
  max-width: 42%;
  margin-top: -47px;
}

.image-dentxmed.mp {
  max-width: 55%;
  margin-top: -61px;
}

.image-dentxmed.mp.m-fit {
  margin-top: -45px;
}

.image-dentxmed.fl {
  max-width: 45%;
}

.image-dentxmed._21 {
  max-width: 40%;
  margin-top: -41px;
}

.image-dentxmed.chatoraay {
  max-width: 90%;
  margin-top: -72px;
}

.image-dentxmed.view {
  max-width: 40%;
  margin-top: -48px;
}

.image-dentxmed.tt {
  max-width: 70%;
  margin-top: -59px;
}

.image-dentxmed.jamtex {
  max-width: 70px;
  margin-top: -73px;
  top: 0%;
}

.image-dentxmed.iqbal-group {
  margin-top: -40px;
}

.image-dentxmed.iqbal-group.market {
  max-width: 27%;
  top: -11%;
}

.image-dentxmed.iqbal-group.market._2.iqbal-market {
  max-width: 25%;
  margin-top: -46px;
}

.image-dentxmed.iqbal-group._2 {
  background-color: #0000;
  max-width: 75%;
}

.image-dentxmed.gcc {
  max-width: 100%;
  margin-top: -46px;
  top: -9%;
}

.image-dentxmed.gcc.payz {
  max-width: 100%;
  top: -4%;
}

.image-dentxmed.gcc.payz._2 {
  background-color: #0000;
  max-width: 70%;
  margin-top: -35px;
  top: 0%;
}

.image-dentxmed.gcc.body-2 {
  background-color: #0000;
  margin-top: -28px;
}

.image-dentxmed.sasha {
  max-width: 100%;
  margin-top: -38px;
  top: -8%;
}

.image-dentxmed.sasha._2 {
  background-color: #0000;
  margin-top: -29px;
}

.image-dentxmed.school {
  margin-top: -40px;
}

.image-dentxmed.metro {
  width: auto;
  max-width: 70%;
  height: auto;
  margin-top: -83px;
  display: block;
}

.image-dentxmed.metro._12 {
  max-width: 55%;
  margin-top: -70px;
}

.mask-2 {
  transform: scale(.8);
}

.mask-2.work-page-mask {
  min-height: auto;
  padding-bottom: 40px;
}

.card__texture {
  background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/612d11c87740efebd4cb058e_U%20bake-01.png");
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  height: 34%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.card__texture.dentxmed {
  background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/61474641939d3c9b053e2827_18.png");
}

.card__texture.ubake {
  background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/614741ca03b6b8edff9f7b37_2.png");
  background-position: 50%;
}

.card__texture.pakk {
  background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/614741cf6f14041e8e784c13_9.png");
  background-position: 50% 60%;
}

.card__texture.snacking-1 {
  background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/614741cdf48304946e18ac6f_8.png");
  background-position: 50%;
}

.card__texture.metro {
  background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/614741d07f3b7a011025a92b_12.png");
  background-position: 50%;
}

.card__texture.wow {
  background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/61474667cec73499a838ba1c_17.png");
  background-position: 50%;
}

.card__texture.burgus {
  background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/614741c97f3b7af53925a921_1.png");
  background-position: 50%;
}

.card__texture.kosh-n-co {
  background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/614741cabf08d413fbb5248d_4.png");
  background-position: 50% 65%;
}

.card__texture.markhor-holdings {
  background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/614741d19aeca30004afca6b_14.png");
  background-position: 50% 60%;
}

.card__texture.meli-s-kitchen {
  background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/614741d0e70f4965459d0fce_13.png");
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.card__texture.save-on-wireless {
  background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/614741cd6961ca63ddd74117_7.png");
}

.card__texture.raymond-pakistan {
  background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/614741d66f1404e911784c14_15.png");
  background-position: 50%;
}

.card__texture.universal-store {
  background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/614741ca6961caef3cd74115_3.png");
  background-position: 50%;
}

.card__texture.og-bg {
  background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/614741d0f483041cdb18ac77_10.png");
}

.card__texture.tis {
  background-image: linear-gradient(#0006, #0006), url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/614741cdb48ecccd43f4ca2c_6.png");
  background-position: 0 0, 50% 35%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.card__texture.uhealth {
  background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/61474632b7f7db038c026d40_16.png");
  background-position: 50% 0;
}

.card__texture.boxd {
  background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/62aca332e69f70911a5b4e24_614741d66f1404e911784c14_15.png");
  background-position: 50%;
}

.card__texture.sns {
  background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/62aca3c35e03c0f69adaf6ef_1.png");
  background-position: 50% 55%;
}

.card__texture.ary {
  background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/62aca86342cd3c696594ed8b_ary1.png");
  background-position: 50%;
}

.card__texture.anna {
  background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/62acaa5d138d22080969a245_Annanza.png");
  background-position: 50%;
  padding-bottom: 0;
}

.card__texture.mp {
  background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/641b677c98f3b13a7be54994_Mfit.png");
  background-position: 50%;
}

.card__texture.mp.mfit {
  background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/62acb2df1536839f723b893b_mp1.png");
}

.card__texture.fl {
  background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/62acbaee7bf94748cf6f3c09_fl2.png");
  background-position: 50% 68%;
}

.card__texture._21 {
  background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/62acce8cd5f54221861ab943_21.png");
  background-position: 50% 55%;
}

.card__texture.helpp {
  background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/62acd5340a97f2130723a972_helpp2.png");
  background-position: 50%;
}

.card__texture.chatoraay {
  background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/62aca66f8300150f8cc4cd0a_c2.png");
  background-position: 50%;
}

.card__texture.view {
  background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/62ace94870e66623e663878c_view%202.png");
}

.card__texture.tt {
  background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/62acea4e87e3549d314c18d2_tt.png");
  background-position: 50% 0;
}

.card__texture.ep {
  background-image: linear-gradient(#cf432d33, #cf432d33), url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/62ad18bd91d60ffcb88fae87_ep.png");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.card__texture.iqbal-group {
  background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/642a500799a0eb33abd36fb9_6371ae8ef2d5ec3b974b3e14_612d11c87740efebd4cb058e_U%20bake-01.png");
  background-position: 50% 35%;
}

.card__texture.sasha {
  background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/642a5007972b9e3045e2aa61_637241c362aac4d48974c3a5_6143919bd1eea1513917194f_slider1.png");
}

.card__texture.iqbal-market {
  background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/642a50091c682764952af740_637242eb364140b295f036b0_6143919bd1eea1513917194f_slider1.png");
  background-position: 50%;
}

.card__texture.payz {
  background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/642a500cdcf107981af78a5f_6372462898094d83f92284ef_6143919bd1eea1513917194f_slider1.png");
  background-position: 50% 30%;
}

.card__texture.meethas {
  background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/614741cc3e334325b4c25dbd_5.png");
  background-position: 50%;
}

.card__texture.jamtex {
  background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/642a500756cbed4be97b5901_6371ac6218cd9c299aae28dc_612d11c87740efebd4cb058e_U%20bake-01.png");
  background-position: 50% 25%;
}

.card__texture.gcc {
  background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/642a5008cf9034649bdc9c3d_6371b4e5a814281e26ae9e36_612d11c87740efebd4cb058e_U%20bake-01.png");
  background-position: 50% 25%;
}

.card__texture.esskay {
  background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/62ad18bd91d60ffcb88fae87_ep.png");
}

.card__desc {
  text-align: center;
  margin-top: 66px;
}

.heading-7 {
  background-image: linear-gradient(156deg, var(--white) 38%, #ffffff61 87%);
  color: var(--white-smoke);
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  cursor: default;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Grifter, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.heading-7.sasha {
  letter-spacing: 2px;
  background-color: #0000;
}

.heading-7.markhor {
  color: var(--white-smoke);
  margin-top: -10px;
}

.card-tap {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.paragraph {
  color: #aab6cc;
  text-align: center;
  cursor: default;
  margin-top: 8px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

.paragraph._2 {
  margin-top: 4px;
}

.slide-nav-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.card__glass {
  cursor: pointer;
  border-top: 1px solid #949fb357;
  justify-content: center;
  align-items: center;
  height: 72px;
  display: flex;
}

.left-arrow {
  margin-left: 0;
  margin-right: 0;
}

.snacking {
  background-color: #fff0;
  border-radius: 32px 32px 0 0;
  width: 290px;
  height: 250px;
  padding: 16px;
}

.card__content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 66%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.text-block-2 {
  background-image: linear-gradient(156deg, var(--white), #fbd2b2 22%, var(--dark-orange) 70%, var(--indigo));
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Grifter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.right-arrow {
  margin-left: 0;
  margin-right: 0;
}

.card__wrapper {
  background-image: linear-gradient(#ffffff0d, #ffffff1a);
  border-top: 1px solid #ffffff7a;
  border-bottom: 1px solid #ffffff7a;
  border-radius: 30px;
  width: auto;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 8px 16px #0000001a;
}

.card__wrapper.ubake, .card__wrapper.dentxmed, .card__wrapper.pakk {
  text-decoration: none;
}

.card__wrapper.snacking {
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.card__wrapper.metro, .card__wrapper.wow {
  text-decoration: none;
}

.card__wrapper.uhealth-marketing, .card__wrapper.the-intellect-school {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}

.card__wrapper.markhor-holdings {
  background-color: #0000;
  background-image: linear-gradient(#ffffff0d, #ffffff1a);
  border-top: 1px solid #ffffff73;
  border-bottom: 1px solid #ffffff73;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}

.card__wrapper.meli-s-kitchen, .card__wrapper.helpp, .card__wrapper.save-on-wireless, .card__wrapper.dextmed-marketing, .card__wrapper.metro-marketing, .card__wrapper.metro-marketing, .card__wrapper.helpp, .card__wrapper.save-on-wireless, .card__wrapper.metro-marketing, .card__wrapper.metro-marketing {
  margin-left: 10px;
  margin-right: 10px;
}

.slider-5 {
  display: none;
}

.cloneable-area {
  position: relative;
}

.cloneable-area.menubar {
  display: none;
}

.nav-menu-btn-close-icon {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: relative;
}

.nav-menu-btn-close-icon._2 {
  position: absolute;
  transform: rotate(-45deg);
}

.nav-menu-btn-close-icon._1 {
  transform: rotate(45deg);
}

.text-block-12 {
  color: #fff;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
}

.text-block-12.menu {
  color: #000;
}

.heading-5 {
  color: #fff;
  margin-bottom: 3px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.heading-5.menu {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.heading-5.menu._2 {
  margin-bottom: 0;
}

._w-menu-item-link {
  display: flex;
  position: relative;
}

.c-menu-item-link {
  color: #333;
  text-decoration: none;
}

.c-menu-item-link._4 {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

._w-col-menu-links {
  display: inline-block;
}

.div-block-196 {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 0;
}

._w-col-menu-social {
  padding-bottom: 20px;
}

.col-menu-header-text {
  transform-origin: 50% 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  transform: rotate(-90deg);
}

.nav-menu-overlay-bg {
  background-color: #fff;
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
}

.new-div {
  opacity: .79;
  border-top: 1px solid #3e3e3e;
  width: 254px;
  height: 0;
  display: block;
}

.new-div.menu {
  border-top-color: #ededed;
  width: 190px;
}

.c-nav-menu-overlay-bg {
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: absolute;
  inset: 40px 2.5% auto auto;
}

.menu-item-number {
  letter-spacing: 1px;
  font-size: .8em;
  font-weight: 200;
}

.text-contact {
  text-decoration: none;
}

.text-contact.menu {
  margin-bottom: 2px;
  font-family: Poppins, sans-serif;
}

.text-contact.menu.hide {
  display: none;
}

.b-nav-menu-btn {
  background-color: #fff;
  border-radius: 5000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.b-nav-menu-btn.default-2 {
  color: #000;
  background-color: #24222200;
  border-radius: 20px;
  position: relative;
}

.b-nav-menu-btn.menu-opened {
  color: var(--white);
  inset: 0%;
  background-color: #333;
  display: none;
  position: absolute;
  inset: 0%;
}

.b-nav-menu-btn.menu-opened {
  color: var(--white);
  inset: 0%;
  background-color: #333;
  display: none;
  position: absolute;
  inset: 0%;
}

.b-nav-menu-btn.default {
  color: #000;
  background-color: #0000;
  position: relative;
}

.link-block-6 {
  text-decoration: none;
}

.div-block-222 {
  position: absolute;
}

.new-div-2 {
  border-top: 1px solid #939393;
  width: 254px;
  height: 0;
}

.new-div-2.menu {
  border-top-color: #a4a4a4;
  width: 190px;
}

.c-menu-item-text {
  position: relative;
}

.c-nav-menu-btn-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.c-menu-item-number {
  margin-right: 20px;
  display: none;
  position: absolute;
}

.c-nav-menu-btn {
  z-index: 5001;
  cursor: pointer;
  width: 45px;
  height: 45px;
  position: relative;
}

._w-nav-menu-btn {
  width: 100%;
  height: 100%;
  position: relative;
}

.c-col-menu-social {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

._w-nav-menu-btn-icon {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

._w-nav-menu-btn-icon.menu-opened {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50%;
  position: relative;
}

.c-nav-social-contact-item {
  flex-direction: column;
  margin-bottom: 10px;
  display: flex;
}

.c-menu-item {
  margin-bottom: 20px;
}

.c-menu-item.join {
  font-size: 10px;
}

.c-menu-item.hide {
  display: none;
}

.c-col-menu-links {
  flex: 1;
}

.footer---section {
  background-color: var(--black);
  width: 100%;
  max-width: none;
  min-height: auto;
  max-height: none;
  padding: 6% 10% 1%;
  overflow: hidden;
}

.button {
  background-image: linear-gradient(90deg, var(--orange) 25%, var(--dark-orange) 50%, var(--chocolate-2) 75%, var(--orange-red));
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button.cta {
  border: 2px solid var(--white-smoke);
  background-image: none;
}

.button._2 {
  width: 12rem;
  padding-left: 20px;
  padding-right: 20px;
}

.button._2.blog-moire {
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: .875rem;
  line-height: 1.6;
  display: inline-block;
}

.feature-icon-wrapper {
  background-color: #2a2c34;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  min-height: 60px;
  display: flex;
}

.feature-icon-wrapper.white {
  color: #dbe2f0;
  letter-spacing: -.05em;
  letter-spacing: -.05em;
  letter-spacing: -.05em;
  letter-spacing: -.05em;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  min-height: 100px;
  font-size: 50px;
  font-weight: 700;
  display: flex;
  overflow: hidden;
}

.four-column-2 {
  z-index: 25;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.footer-credit-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #a0a1af;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-top: 1px solid #ffffff1a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  margin-top: 80px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 8px;
  display: grid;
}

.footer-link {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff1a;
  justify-content: center;
  align-items: center;
  padding: 24px;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.social-icon {
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 10px;
  display: flex;
}

.social-icon.bg-chagne {
  background-color: #efefef1a;
}

.social-icon-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.social-icon-wrapper._2-icons {
  grid-template-columns: 1fr 1fr;
  margin-top: 10px;
  margin-bottom: 10px;
}

.legal-link-2 {
  opacity: 1;
  color: #a0a1af;
  text-decoration: none;
  transition: all .6s cubic-bezier(.25, .46, .45, .94);
}

.legal-link-2:hover {
  color: #fff;
}

.footer-links-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: center;
  align-items: stretch;
  display: grid;
}

.legal-credits {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-content: end;
  justify-items: end;
  display: grid;
}

.social-icon-image {
  z-index: 20;
  border-radius: 0;
  width: 20px;
  position: relative;
}

.grid-wrapper {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  display: grid;
  position: relative;
}

.page-wrapper {
  z-index: -1;
  position: relative;
  overflow: visible;
}

.icon-4, .icon-5 {
  background-color: #280e3700;
  border-radius: 20px;
  font-size: 30px;
}

.section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section.black {
  z-index: 20;
  z-index: 20;
  background-color: #fff0;
  width: 100%;
  padding-top: 170px;
  padding-bottom: 170px;
}

.section.black {
  z-index: 20;
  z-index: 20;
  background-color: #fff0;
  width: 100%;
  padding-top: 170px;
  padding-bottom: 170px;
}

.section.black._2 {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.black._2.case-study {
  padding-top: 0;
  padding-bottom: 60px;
}

.white {
  color: #fff;
  font-family: Grifter, sans-serif;
  font-weight: 300;
}

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

.page-padding {
  align-items: center;
  padding-top: 5%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

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

.padding-vertical.padding-xhuge {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical.padding-xhuge.smm {
  padding-top: 8em;
  padding-bottom: 8em;
}

.padding-vertical.padding-xxhuge.smm {
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.div-block-243 {
  z-index: 9999;
  position: relative;
}

.logo-wrapper {
  opacity: 1;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100rem;
  height: 2rem;
  margin: auto;
  display: flex;
  position: static;
  inset: 0%;
}

.container-10 {
  border: 1px solid #020002;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.page-loader {
  z-index: 999999;
  background-color: var(--black-3);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  transform: rotate(0);
}

.section-19 {
  width: 100%;
  height: 100vh;
}

.page-padding-2 {
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  display: block;
}

.footer-text {
  z-index: 2;
  opacity: 1;
  color: var(--dark-grey-2);
  text-align: center;
  letter-spacing: 4px;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 500;
}

.footer-wrapper-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 2rem;
}

.image-75 {
  opacity: 1;
  max-width: 150%;
  position: absolute;
}

.marketiing-slide-1 {
  width: 100%;
  max-width: 1920px;
}

.markhor {
  font-weight: 700;
}

.image-93 {
  object-fit: fill;
  flex: 0 auto;
  max-width: 20%;
  display: block;
  overflow: visible;
}

.image-93.no-rounds {
  border-radius: 0;
}

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

.c-nav-menu-overlay-2 {
  z-index: 5000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.menu-item-text-2 {
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1em;
}

.menu-item-text-2.contact {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.menu-item-text-2.contact.join {
  font-size: 30px;
}

.c-col-menu-header-2 {
  padding-right: 40px;
}

.nav-menu-btn-line {
  perspective-origin: 100%;
  transform-origin: 100%;
  background-color: #666;
  width: 100%;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  position: relative;
}

.nav-menu-btn-line.short {
  background-color: #efefef;
  width: 70%;
}

.nav-menu-btn-line.long {
  background-color: #efefef;
}

.nav-social-address-2 {
  color: #000;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 400;
  line-height: 2em;
}

.nav-social-address-2.head {
  color: #c6c6c6;
  padding-bottom: 0;
  font-size: 18px;
}

.nav-social-address-2.head.menu {
  display: none;
}

.c-nav-menu-content-2 {
  z-index: 1000;
  width: 70%;
  max-width: 1200px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.main-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 100vh;
  display: grid;
}

.main-wrapper.vh {
  height: 100vh;
}

.text-size-medium {
  color: var(--white);
  font-family: Grifter, sans-serif;
  font-size: 1.25rem;
}

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

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

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

.anim-wrap {
  overflow: hidden;
}

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

.margin-bottom-3.margin-medium {
  margin-bottom: 1rem;
}

.cta-content {
  text-align: center;
  max-width: 704px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.button-row {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-cta {
  z-index: 1;
  background-color: #0000;
  margin-top: -240px;
  position: static;
}

.section-cta.home {
  margin-top: 0;
}

.gradient-button-3 {
  z-index: 1;
  background-image: linear-gradient(to right, #4c85fa, #236bfe);
  border: 1px solid #f4f4f429;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 272px;
  height: 62px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 26px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.gradient-button-3:hover {
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000);
  border-color: #f4f4f4;
}

.gradient-button-3.white {
  background-color: #f4f4f4;
  background-image: none;
  width: 200px;
  height: 50px;
}

.gradient-button-3.white:hover {
  border-color: #1e1e20;
}

.button-text-5 {
  color: #f4f4f4;
  font-size: 18px;
  line-height: 24px;
}

.button-text-5.black {
  background-image: linear-gradient(156deg, #fff, var(--dark-orange) 21%, var(--midnight-blue) 93%);
  color: #494949;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(156deg, #fff, var(--dark-orange) 21%, var(--midnight-blue) 93%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-51 {
  color: #280e37;
  font-family: Grifter, sans-serif;
}

.heading-51.website-cta {
  color: var(--white-smoke);
  -webkit-text-fill-color: inherit;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.image-104 {
  filter: invert();
}

.cta_component-2 {
  z-index: 0;
  background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/636990092b426b3a0c74988c_BG%20Untitled-1-01.png");
  background-position: 100% 55%;
  background-size: cover;
  border-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  position: static;
}

.cta_component-2.mobile {
  display: none;
}

.website-sider {
  background-color: #0000;
  height: auto;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

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

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

.page-wrapper {
  z-index: auto;
}

.main-wrapper {
  height: auto;
}

.main-wrapper._2 {
  height: auto;
  display: block;
}

.page-padding {
  padding-top: 2%;
}

.page-padding.case-study {
  padding-top: 0;
  display: block;
}

.padding-top.padding-xxhuge {
  padding: 10rem 0 0;
}

.padding-top.padding-xxhuge.contact-us {
  padding-top: 12rem;
}

.padding-top.margin-xlarge {
  margin: 4rem 0 0 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.case-study-top-component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
}

.inner-container {
  position: relative;
}

.case-study-logo {
  width: auto;
  height: 8rem;
}

.case-study-logo._6h {
  height: 6rem;
}

.case-study-logo._12h {
  height: 10rem;
}

.case-study-logo.r21 {
  border-radius: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.case-study-logo.r21._6h {
  height: 6rem;
  padding-top: 10px;
  padding-bottom: 10px;
}

.case-study-logo.r21._2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.margin-top.margin-large {
  margin-top: 3rem;
}

.margin-top.margin-small {
  margin-top: 2rem;
}

.margin-top.margin-small._1rem {
  margin-top: .25rem;
}

.margin-top.margin-medium {
  margin-top: 2rem;
}

.margin-top.margin-medium._2 {
  margin-top: 1rem;
}

.margin-top.margin-medium._2.no-gap {
  margin-top: 0;
}

.margin-top.margin-xlarge {
  margin-top: 4rem;
}

.margin-top.margin-xlarge.smm {
  margin-top: 0;
}

.margin-top.margin-xlarge.case-study {
  background-color: #000;
  background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/641263e773926c9854bb0f7c_641247260200966613608070_stars%20(1).png"), url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/640e17184b3f3452762af88b_CAB7B82.png");
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: 25%, 100%;
  border-radius: 20px;
  position: relative;
}

.max-width-medium {
  max-width: 35rem;
}

.text-size-medium.text-align-center._21 {
  font-family: Poppins, sans-serif;
  font-weight: 300;
  line-height: 1.4;
}

.text-size-medium.case-study {
  color: #7c7c7c;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  line-height: 1.4;
}

.text-size-medium.case-study.black {
  color: var(--black);
}

.case-details {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.text-size-regular {
  color: var(--black-4);
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
}

.text-size-regular.blog-2 {
  color: var(--silver);
}

.text-size-regular.white02 {
  margin-top: 0;
}

.text-size-regular.white02.contact-us {
  color: var(--white-smoke);
}

.text-size-regular.black {
  color: var(--black);
  font-weight: 400;
}

.social-icons-wrapper.align-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.social-icons-component {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  justify-content: start;
  place-items: center;
}

.social-icons-component._2-icons {
  grid-template-columns: auto auto;
}

.social-icons-component.smaller {
  grid-template-columns: auto;
}

.social-link {
  border: 1px solid var(--silver);
  opacity: .35;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 5px;
  transition: transform .4s, border-color .4s, opacity .4s;
  display: flex;
}

.social-link:hover {
  opacity: .7;
  transform: translate(0, -3px);
}

.social-link.contact-us {
  opacity: .49;
  background-color: #efefef26;
  width: 2.5rem;
  height: 2.5rem;
  padding: 9px;
}

.image-106 {
  max-width: 60%;
}

.image-106.bigger {
  max-width: 85%;
}

.margin-xlarge.case {
  border-radius: 30px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.cover-image.main-blog {
  border-radius: 30px;
  display: inline-block;
}

.cover-image._50w {
  width: 100%;
}

.cover-image._50w.dentxmed {
  padding-left: 15%;
  padding-right: 15%;
}

.cover-image._50w.dentxmed.dark-bg {
  background-color: #88695f;
}

.cover-image._50w.meethas {
  background-color: var(--black);
}

.cover-image._50w.wp {
  border-radius: 0;
}

.text-rich-text {
  color: #3b3b3b;
  font-family: Graphik, sans-serif;
  font-weight: 300;
  line-height: 1.6;
}

.image-wrapper.overview {
  border-radius: 30px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-wrapper.overview.mid-align {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-wrapper.overview.mid-align._3 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.image-wrapper.overview.mid-align._4 {
  border-radius: 0;
}

.image-wrapper.overview.mid-align._2 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.padding-vertical.padding-huge {
  padding-top: 6rem;
  padding-bottom: 15rem;
}

.padding-vertical.padding-huge.contact-us {
  padding-top: 4rem;
  padding-bottom: 8rem;
}

.top-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.case-study-tag {
  color: #646464;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #98989859;
  border-radius: 12px;
  margin-bottom: 15px;
  padding: 9px 18px;
  font-family: Poppins, sans-serif;
  font-size: .675rem;
  font-weight: 400;
  line-height: 1.6;
  display: inline-block;
}

.max-width-large._2 {
  padding-left: 0;
}

.heading-medium {
  color: var(--black);
  font-family: Poppins, sans-serif;
}

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

.text-block-94 {
  font-family: Poppins, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.6;
}

.text-block-96, .text-block-97 {
  font-family: Poppins, sans-serif;
  font-size: 10px;
}

.div-block-270 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
}

.plans-block {
  background-color: #f7f6f4;
  background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/642a4efd5fbce28259734fe8_Smaller-BG%20Untitled-1-01.png");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 120% 100%;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 320px;
  margin-left: 16px;
  margin-right: 13px;
  padding: 27px 54px 31px 45px;
  display: flex;
  position: relative;
  box-shadow: 3px 3px 11px #0000001c;
}

.text-block-plan {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.heading-2 {
  text-align: left;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 45px;
}

.heading-2.plan {
  color: var(--white);
  text-align: center;
  text-align: center;
  margin-top: 0;
  font-family: Grifter, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.lottie-animation-3 {
  justify-content: center;
  align-items: center;
  width: 17%;
  height: 100%;
  display: flex;
}

.lottie-animation-3._21 {
  width: 100%;
}

.image-113 {
  border-radius: 0;
}

.footer {
  color: #939fb2;
  text-align: center;
  margin-top: 20px;
  line-height: 22px;
  text-decoration: none;
}

.dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  color: #e9e9e9;
  border: 1px solid #0000;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 12px;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: block;
}

.dropdown-link:hover {
  background-color: #ffffff0f;
  border: 1px solid #222;
  border-radius: 6px;
}

.dropdown-link.w--current {
  white-space: nowrap;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
}

.dropdown {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  display: none;
}

.dropdown-list-3.w--open {
  background-color: #fff0;
  background-image: linear-gradient(#ffffff0d, #ffffff1a);
  border-top: 1px solid #ffffff80;
  border-bottom: 1px solid #fff9;
  border-radius: 15px;
}

.locale {
  border-bottom: 1px #ffffff30;
}

.dropdown-toggle-2 {
  padding: 0;
}

.image-122 {
  width: 35px;
}

@media screen and (min-width: 1280px) {
  .hero__gradient {
    margin-bottom: -145.5em;
    margin-left: -617px;
    margin-right: 150em;
  }

  .c-nav-menu-overlay {
    display: none;
  }

  .heading-5.menu {
    color: #000;
  }

  .c-col-menu-links {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .nav-social-address {
    line-height: 2em;
  }

  .nav-social-address.head {
    padding-bottom: 0;
  }

  .c-nav-menu-content {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    width: 65%;
  }

  .div-buton {
    width: 400px;
    height: 0;
  }

  .handle-wrapper._3 {
    width: auto;
    height: auto;
  }

  .despre-text-2 {
    height: 80px;
    font-size: 60px;
    line-height: 90px;
  }

  .sectiune-cheie {
    z-index: 100;
    position: relative;
  }

  .despre-introo {
    height: 400px;
  }

  .magnetic-buton {
    z-index: 120;
    cursor: pointer;
    position: relative;
  }

  .container-1 {
    display: flex;
  }

  .padding-vertical.padding-xhuge.smm._2 {
    padding-bottom: 10em;
  }

  .padding-vertical.padding-xxhuge.smm {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .div-block-244.privacy {
    justify-content: flex-start;
    position: static;
    bottom: 10%;
    left: 25%;
  }

  .despre-text-3 {
    height: 80px;
    font-size: 60px;
    line-height: 90px;
  }

  .despre-text-3.privacy {
    font-size: 90px;
  }

  .sectiune-cheie-2 {
    z-index: 100;
    position: relative;
  }

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

  .nav-social-address-2 {
    line-height: 2em;
  }

  .nav-social-address-2.head {
    padding-bottom: 0;
  }

  .c-nav-menu-content-2 {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    width: 65%;
  }

  .tools-bg-grid {
    width: 40%;
  }

  .heading-53.left-align.white2 {
    color: var(--white);
  }

  .cta-grid-1 {
    height: 375px;
    max-height: 420px;
  }

  .main-wrapper-3.task-page.profile-2 {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (min-width: 1440px) {
  .heading-grid.experience {
    padding-left: 0;
  }

  .hero__gradient {
    margin-bottom: -133.8em;
    margin-left: -238px;
    margin-right: -150em;
  }

  .hero__gradient.abotu-us {
    opacity: .2;
    opacity: .2;
    margin-right: 6.7em;
  }

  .c-nav-menu-overlay {
    display: none;
  }

  .b-nav-menu-btn.default-2 {
    background-color: #fff0;
  }

  .c-menu-item-number {
    display: none;
  }

  .c-nav-social-address {
    margin-bottom: 10px;
  }

  .nav-social-address {
    font-size: 12px;
  }

  .c-nav-menu-content {
    width: 50%;
  }

  .experience-section-1.home-hero-section {
    min-height: 60vh;
  }

  .handle-wrapper._3 {
    width: 35vh;
    height: 90vh;
    position: relative;
  }

  .despre-text-2 {
    height: auto;
    font-size: 54px;
    line-height: 60px;
  }

  .sectiune-cheie {
    z-index: 100;
    position: relative;
  }

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

  .fade-up.tricks {
    font-size: 18vw;
  }

  .container-1 {
    margin-top: 80px;
    display: flex;
  }

  .subtitlu-sectiune-3 {
    position: static;
  }

  .home-header_big-shape {
    background-color: var(--indigo);
  }

  .div-block-244.privacy {
    bottom: 10%;
  }

  .despre-text-3 {
    height: auto;
    font-size: 75px;
    line-height: 90px;
  }

  .sectiune-cheie-2 {
    z-index: 100;
    position: relative;
  }

  .image-93 {
    flex: 1;
  }

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

  .nav-social-address-2 {
    font-size: 12px;
  }

  .c-nav-menu-content-2 {
    width: 50%;
  }

  .paragraph-6-copy {
    font-size: 24px;
  }

  .tools-bg-grid {
    width: 40%;
  }

  .div-block-270 {
    margin-top: 60px;
  }

  .plans-block {
    background-color: #f7f6f4;
  }

  .text-block-plan {
    margin-top: 0;
  }

  .cta-grid-1 {
    height: 375px;
    max-height: 420px;
  }

  .accordion-text {
    font-size: 16px;
  }

  .main-wrapper-3 {
    padding: 50px 20px 50px 45px;
  }

  .main-wrapper-3.task-page.profile-2 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .accordion-title-2 {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .heading-grid.zero-height {
    grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1200px) minmax(5vw, 1fr);
  }

  .heading-grid.experience {
    padding-left: 84px;
  }

  .heading-grid.experience.mobile {
    margin-bottom: 60px;
  }

  .xxl-heading-2.mid-align.stroy.hiring-join {
    margin-bottom: 10px;
  }

  .heading {
    font-size: 42px;
  }

  .heading.home-page {
    max-width: 900px;
  }

  .subtitle {
    font-size: 16px;
  }

  .hero__gradient {
    margin-bottom: -139.4em;
    margin-left: -252px;
  }

  .hero__gradient.abotu-us {
    background-image: radial-gradient(circle at 80% 20%, #5c31ff, #5c31ff00 69%);
    height: 106vh;
  }

  .work-section {
    padding-top: 3%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .image-dentxmed.dentxmed {
    max-width: 55%;
    margin-top: -47px;
  }

  .image-dentxmed.gcc.payz {
    top: -3%;
  }

  .image-dentxmed.sasha {
    top: -4%;
  }

  .c-nav-menu-overlay {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .text-block-12.menu {
    color: #000;
  }

  .heading-5.menu {
    color: #000;
    margin-bottom: 0;
    font-size: 18px;
  }

  .div-block-196 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  ._w-col-menu-social {
    align-self: center;
  }

  .new-div.menu {
    border-top-color: #ededed;
    width: 190px;
  }

  .link-block-6 {
    text-decoration: none;
  }

  .new-div-2.menu {
    border-top-color: #a4a4a4;
    width: 190px;
  }

  .c-col-menu-links {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }

  .nav-social-address.head {
    color: #c6c6c6;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 20px;
  }

  .c-nav-menu-content {
    width: 90%;
  }

  .blog-section {
    max-width: none;
    margin-left: 0;
  }

  .footer---section {
    max-width: none;
    min-height: auto;
    max-height: none;
    padding-bottom: 0%;
    position: relative;
  }

  .speaker-slide-mask {
    width: 450px;
    max-width: 450px;
  }

  .slide-image {
    height: auto;
  }

  .speaker-name {
    font-size: 45px;
    line-height: 45px;
  }

  .contact-cta.thin-section {
    margin-top: 100px;
  }

  .grid-wrapper {
    align-items: stretch;
    overflow: visible;
  }

  .div-buton {
    height: 70px;
  }

  .div-buton.hero-section {
    margin-left: 0;
    margin-right: 0;
  }

  .main {
    min-height: auto;
  }

  .handle-wrapper._3 {
    object-fit: contain;
    object-fit: contain;
    width: 32.5vh;
    height: 90vh;
  }

  .despre-text-2 {
    align-self: auto;
    width: auto;
    height: auto;
    font-size: 60px;
    line-height: 75px;
    display: block;
  }

  .sectiune-cheie {
    z-index: 100;
    width: 100vw;
    position: relative;
  }

  .fade-up.tricks {
    font-family: Graphik, sans-serif;
    font-size: 18vw;
  }

  .container-1 {
    margin-top: 80px;
    display: flex;
  }

  .subtitlu-sectiune-3 {
    font-size: 18px;
  }

  .about-us---home-section.section--first {
    overflow: hidden;
  }

  .div-block-241 {
    background-position: 40% 35%;
    background-size: 550px;
  }

  .div-block-244.privacy {
    justify-content: center;
  }

  .despre-text-3 {
    align-self: auto;
    width: auto;
    height: auto;
    font-size: 75px;
    line-height: 90px;
    display: block;
  }

  .sectiune-cheie-2 {
    z-index: 100;
    width: 100vw;
    position: relative;
  }

  .container-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .markhor {
    flex-direction: column;
    align-items: center;
    display: inline-block;
  }

  .div-block-260 {
    z-index: 2147483647;
    background-color: var(--black-3);
    width: 100%;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .image-93 {
    flex: 1;
    max-width: 20%;
  }

  .c-nav-menu-overlay-2 {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .nav-social-address-2.head {
    color: #c6c6c6;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 20px;
  }

  .c-nav-menu-content-2 {
    width: 90%;
  }

  .container-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .matrix-text_component {
    display: flex;
    position: static;
  }

  .bg-circle {
    width: 20vw;
    height: 20vw;
  }

  .branding-slide-7 {
    top: 10%;
  }

  .hero_button {
    background-color: var(--white-smoke);
  }

  .hero_button:hover {
    background-color: #e2e2e2;
  }

  .is--tag.hero_tag {
    margin-bottom: 20px;
  }

  .hero_subtext.is--top {
    font-size: 17px;
  }

  .max-width-large {
    max-width: none;
  }

  .icon-1x1-large {
    width: 250px;
    height: 250px;
  }

  .tools-bg-grid {
    width: 40%;
  }

  .nav-link-block-2 {
    color: #617283;
  }

  .nav-link-block-2.w--current {
    color: #7a31e3;
  }

  .section-home-testimonial {
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .lightbox-link-copy {
    flex-flow: column wrap;
    align-content: center;
    align-items: center;
  }

  .div-block-270 {
    margin-top: 60px;
  }

  .footer {
    font-size: 16px;
  }

  .cta-grid-1 {
    height: auto;
    max-height: 35vh;
  }

  .body-18.bottom-margin-30.story {
    font-size: 1vw;
    line-height: 2vh;
  }

  .cta-illustration {
    min-height: auto;
  }

  .accordion-text {
    font-size: 16px;
  }

  .main-wrapper-3 {
    padding-right: 20px;
  }

  .main-wrapper-3.task-page.profile-2 {
    padding-left: 220px;
    padding-right: 220px;
  }

  .accordion-title-2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .heading-grid.experience {
    padding-left: 41px;
  }

  .heading-grid.experience.mobile {
    margin-top: 0;
  }

  .heading-grid.experience.mobile._2 {
    margin-bottom: 40px;
  }

  .navbar-wrapper {
    grid-template-columns: auto 1fr;
    height: 65px;
  }

  .outline-social-icon.large.footer {
    margin-bottom: 0;
  }

  .social-dropdown-list.footer.w--open {
    margin-bottom: 20px;
    padding-bottom: 30px;
  }

  .social-dropdown-list.header.w--open {
    padding-top: 10px;
  }

  .center-logo {
    border-left-style: none;
    padding-left: 36px;
    padding-right: 36px;
  }

  .dropdown-corner {
    border-top: 1px solid #889ea833;
    border-left: 1px solid #889ea833;
    top: -6px;
  }

  .dropdown-corner.footer {
    inset: auto auto -45px;
    inset: auto auto -45px;
  }

  .social-drop-wrapper {
    border-style: solid;
  }

  .navbar-left-side {
    display: none;
  }

  .social-toggle.footer, .social-toggle.footer.w--open, .social-toggle.footer, .social-toggle.footer.w--open {
    margin-bottom: 0;
  }

  .body {
    background-size: 45%;
  }

  .slider-arrow {
    width: 160px;
    height: 160px;
  }

  .xxl-heading-2 {
    font-size: 42px;
    line-height: 1em;
  }

  .xxl-heading-2.mid-align {
    line-height: 1.2em;
  }

  .xxl-heading-2.mid-align._2 {
    font-size: 30px;
  }

  .xxl-heading-2.mid-align._2.heading-2 {
    margin-bottom: 5px;
    font-size: 4.5vw;
  }

  .xxl-heading-2.mid-align._2.heading-2._21 {
    margin-bottom: 0;
    font-size: 36px;
  }

  .xxl-heading-2.mid-align._2.heading-2._21.contact-us {
    line-height: 1.2em;
  }

  .xxl-heading-2.mid-align.stroy {
    text-align: center;
    font-size: 4.5vw;
  }

  .xxl-heading-2.mid-align.stroy.hiring-join {
    font-size: 5vw;
  }

  .heading {
    padding-left: 0;
  }

  .hero__gradient {
    margin-bottom: -113.9em;
    margin-left: -38px;
    margin-right: -127.3em;
    padding-bottom: 0;
  }

  .hero__gradient.is--other {
    margin-bottom: -139.4em;
  }

  .hero__gradient.abotu-us {
    margin-bottom: 52.6em;
    margin-left: -444px;
    margin-right: 0;
    padding-bottom: 0;
  }

  .work-section, .container.work-page.home.no-need, .container.work-page.home.no-need, .container.work-page.home.no-need, .container.work-page.home.no-need {
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-dentxmed {
    margin-top: -61px;
  }

  .image-dentxmed.ubake {
    max-width: 70%;
    margin-top: -51px;
  }

  .image-dentxmed.dentxmed {
    max-width: 55%;
    margin-top: -20px;
  }

  .image-dentxmed.pakk {
    max-width: 80%;
    margin-top: -66px;
  }

  .image-dentxmed.snacking-1 {
    margin-top: -43px;
  }

  .image-dentxmed.metro {
    margin-top: -47px;
  }

  .image-dentxmed.wow {
    max-width: 100%;
    margin-top: -84px;
  }

  .image-dentxmed.burgus._23 {
    margin-top: -73px;
  }

  .image-dentxmed.meethas {
    max-width: 100%;
    margin-top: -84px;
  }

  .image-dentxmed.kosh-n-co {
    margin-top: -59px;
  }

  .image-dentxmed.uhealth-marketing {
    margin-top: -41px;
  }

  .image-dentxmed.the-intellect-school {
    margin-top: -53px;
  }

  .image-dentxmed.markhor-holdings {
    margin-top: -68px;
  }

  .image-dentxmed.meli-s-kitchen {
    margin-top: -37px;
  }

  .image-dentxmed.helpp.og-1 {
    margin-top: -29px;
  }

  .image-dentxmed.save-on-wireless {
    margin-top: -69px;
  }

  .image-dentxmed.sns {
    margin-top: -27px;
  }

  .image-dentxmed.mp {
    margin-top: -45px;
  }

  .image-dentxmed.chatoraay {
    margin-top: -56px;
  }

  .image-dentxmed.view {
    margin-top: -44px;
  }

  .card__desc {
    margin-top: 60px;
  }

  .card-tap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    display: grid;
  }

  .paragraph {
    margin-top: 6px;
  }

  .snacking {
    border-radius: 0;
    flex-direction: column;
    width: auto;
    height: 230px;
    padding: 15px 10px 6px;
    display: flex;
    overflow: hidden;
  }

  .snacking.ubake {
    padding-right: 10px;
  }

  .snacking._120 {
    padding-bottom: 20px;
    padding-right: 10px;
  }

  .card__wrapper {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .card__wrapper.ubake, .card__wrapper.dentxmed {
    width: 500px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .card__wrapper.metro, .card__wrapper.wow {
    margin-left: 10px;
    margin-right: 10px;
  }

  .card__wrapper.ubake, .card__wrapper.dentxmed {
    width: 500px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .card__wrapper.pakk {
    width: 500px;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .card__wrapper.snacking {
    border-radius: 32px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .card__wrapper.metro, .card__wrapper.wow {
    margin-left: 10px;
    margin-right: 10px;
  }

  .menu-item-text {
    font-size: 3.5em;
  }

  .c-col-menu-header {
    display: none;
  }

  .c-col-menu-social {
    justify-content: center;
  }

  .d-105-text-wrapper {
    padding-top: 15px;
  }

  .demo-wrapper {
    flex-direction: column-reverse;
    flex: 0 auto;
    align-items: center;
    margin-top: 100px;
    margin-right: 0%;
    padding-bottom: 100px;
  }

  .demo-wrapper.blog-section-12 {
    flex-direction: row-reverse;
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .d-105-3d-wrapper {
    margin-bottom: 60px;
    display: block;
  }

  .d-105-3d-wrapper.home-page-blog, .d-105-3d-wrapper.home-page-blog.what-is-smm, .d-105-3d-wrapper.home-page-blog, .d-105-3d-wrapper.home-page-blog.what-is-smm, .d-105-3d-wrapper.home-page-blog.what-is-smm {
    display: block;
  }

  .speaker-slide-mask {
    width: 65%;
  }

  .experience-section-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .experience-section-1.home-hero-section {
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .slide-image {
    height: auto;
    min-height: auto;
  }

  .speaker-arrow.left {
    display: none;
  }

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

  .contact-cta.thin-section {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .gradient-background-fill {
    background-size: cover;
  }

  .four-column-2 {
    grid-row-gap: 48px;
  }

  .handle-wrapper {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    margin-right: 0;
  }

  .despre-text-2 {
    width: 0;
    min-width: 830px;
    height: auto;
    font-size: 42px;
    line-height: 45px;
  }

  .sectiune-cheie {
    width: auto;
    min-width: 740px;
  }

  .text-block-21.about-us {
    display: none;
  }

  .despre-introo {
    justify-content: flex-end;
    align-items: flex-start;
    width: 740px;
    height: 490px;
    padding-left: 5%;
    display: flex;
  }

  .container-1 {
    width: 750px;
  }

  .paragraph-large {
    font-weight: 500;
  }

  .timeline_item {
    grid-template-columns: 1fr 100px 1fr;
  }

  .timeline_image-wrapper.margin-bottom-medium._32, .timeline_image-wrapper.margin-bottom-medium.third-row {
    height: 250px;
  }

  .timeline_image-wrapper.margin-bottom-medium._32, .timeline_image-wrapper.margin-bottom-medium.third-row {
    height: 250px;
  }

  .timeline_image-wrapper.margin-bottom-medium._32, .timeline_image-wrapper.margin-bottom-medium.third-row {
    height: 250px;
  }

  .timeline_image-wrapper.margin-bottom-medium.ap-9 {
    background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/637595d05b8d270c133ffa97_LINE1-01.png");
    background-position: 90%;
    background-size: cover;
    height: 300px;
    padding: 15px;
  }

  .timeline_image-wrapper._2017.first-row {
    height: 250px;
  }

  .timeline_image-wrapper.logo-align {
    height: 300px;
    padding: 19px;
  }

  .timeline_image-wrapper.secord-row {
    height: 250px;
    padding-top: 10px;
    padding-left: 10px;
  }

  .multi-step-form-button---brix.right---brix.preview-page {
    bottom: 3%;
  }

  .multi-step-form-radio-trigger---brix, .multi-step-form-radio-trigger---brix-2 {
    padding-left: 64px;
    padding-right: 24px;
    font-size: 16px;
  }

  .accordion-item-title---brix {
    max-width: 88%;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 20px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .work-page {
    overflow: hidden;
  }

  .step-2 {
    min-width: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    inset: -19px auto auto 24px;
  }

  .section {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .service-link {
    background-color: #fff;
  }

  .about-us---home-section.section--first {
    height: 100vh;
  }

  .gallery-arrow {
    width: 0%;
    display: none;
    inset: auto auto 0% 0%;
  }

  .margin-bottom {
    margin-bottom: 40px;
  }

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

  .margin-bottom-2.margin-small {
    margin-bottom: 5px;
  }

  .margin-bottom-2.margin-small._2 {
    justify-content: center;
  }

  .margin-bottom-2.margin-xsmall {
    margin-bottom: 5px;
  }

  .margin-bottom-2.margin-xsmall._2 {
    justify-content: center;
  }

  .margin-bottom-2.margin-xhuge {
    margin-bottom: 4rem;
  }

  .margin-bottom-2.margin-huge.smm {
    margin-bottom: 5rem;
  }

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

  .padding-vertical.padding-xhuge.smm {
    padding-bottom: 4em;
  }

  .padding-vertical.padding-xhuge.smm._2 {
    padding-top: 4em;
  }

  ._150-image-wrapper-inner {
    width: 200vw;
  }

  ._150-image-wrapper-outer {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-241 {
    background-position: 60%;
  }

  .image-16 {
    border-radius: 15px;
  }

  .despre-text-3 {
    width: 0;
    min-width: 830px;
    height: 63px;
  }

  .index__item {
    height: 3.95rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .book-index__book {
    margin-left: 0;
  }

  .book-index {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .container-9 {
    height: auto;
    padding-left: 3rem;
    padding-right: 3rem;
    display: block;
  }

  .hero_content-2 {
    text-align: center;
    order: 1;
    width: 100vw;
    padding: 32px 24px 60px;
  }

  .hero_photo-3 {
    background-position: 50% 36%;
    width: 100vw;
    height: auto;
    min-height: 380px;
  }

  .largeheading-2 {
    font-size: 5vw;
  }

  .hero_home-2 {
    flex-direction: column;
    height: auto;
  }

  .paragraph-22.cc-large.cc-w90 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .title.latest-articles {
    text-align: center;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .button-wrapper-2._2 {
    margin-top: -10px;
  }

  .button-7 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .main-content-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-93 {
    max-width: 30%;
  }

  .image-93.no-rounds {
    max-width: 60%;
  }

  .menu-item-text-2 {
    font-size: 3.5em;
  }

  .c-col-menu-header-2 {
    display: none;
  }

  .free-section.hiring-join {
    padding-left: 60px;
    padding-right: 60px;
  }

  .textarea.lines {
    min-height: 100px;
  }

  .field-label.tag {
    width: auto;
  }

  .heading-8 {
    font-size: 80px;
  }

  .heading-colored {
    margin-top: 0;
    font-size: 60px;
  }

  .text-block-90 {
    line-height: 1.2vh;
  }

  .button-10 {
    white-space: nowrap;
  }

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

  .margin-bottom-3.margin-medium {
    position: static;
  }

  .section-cta {
    margin-top: -254px;
  }

  .cta_component-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero_h1 {
    margin-top: -10px;
  }

  .hero_button {
    display: none;
  }

  .is--tag {
    font-size: 14px;
  }

  .is--tag.hero_tag {
    margin-bottom: 10px;
    font-size: 2vw;
  }

  .hero_subtext.is--top {
    font-size: 16px;
  }

  .process_step {
    justify-items: stretch;
  }

  .text-size-medium-2.text-color-white {
    max-width: 400px;
    font-size: 2vw;
    line-height: 2vh;
  }

  .text-size-medium-2.text-color-white.desktop {
    text-align: center;
    text-align: center;
  }

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

  .text-weight-semibold.text-color-purple {
    padding-top: 0;
    font-size: 1.6vw;
  }

  .text-weight-semibold.text-color-purple._2 {
    margin-bottom: 15px;
    font-size: 12px;
  }

  .tools_tab {
    flex: 1;
  }

  .tools-bg-grid {
    opacity: .37;
    width: 50%;
    max-width: 46rem;
  }

  .block_wrap {
    width: auto;
  }

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

  .section-home-testimonial {
    z-index: 0;
  }

  .padding-top.padding-xxhuge {
    padding-top: 10rem;
  }

  .padding-top.margin-xlarge {
    margin-top: 3rem;
  }

  .case-study-top-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .case-study-logo {
    height: 6rem;
  }

  .margin-top.margin-small, .margin-top.margin-medium {
    margin-top: 1.5rem;
  }

  .margin-top.margin-small, .margin-top.margin-medium {
    margin-top: 1.5rem;
  }

  .margin-top.margin-xlarge {
    margin-top: 3rem;
  }

  .cover-image._50w {
    width: 100%;
  }

  .cover-image._50w.dentxmed {
    padding-left: 15%;
    padding-right: 15%;
  }

  .grid-15, .grid-16 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-270 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 60px;
  }

  .heading-2.plan {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .image-109 {
    width: 75%;
  }

  .image-110 {
    border-radius: 15px;
  }

  .image-111 {
    padding-top: 0;
  }

  .top-content.latest-articles {
    flex-direction: column;
  }

  .button-secondary.category.all {
    margin-right: 15px;
  }

  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }

  .heading-large {
    font-size: 3.2rem;
    line-height: 1.1;
  }

  .faq_section-title {
    width: 100%;
    max-width: 32rem;
    position: static;
  }

  .faq_answer-content {
    padding-bottom: 1.5rem;
  }

  .faq_section {
    grid-row-gap: 5rem;
    flex-flow: column wrap;
  }

  .section-home-plans {
    background-position: 100% 0, 0 0;
  }

  .faq_question {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .section-home-testimonial-2 {
    z-index: 0;
  }

  .process_item-image_container {
    width: 100%;
    height: auto;
  }

  .process_item-image_container.step-3 {
    width: auto;
    height: 100%;
  }

  .faq_bg {
    z-index: 0;
  }

  .process_item-image.step-3-1 {
    height: auto;
    top: 16%;
    transform: scale(.8);
  }

  .process_item-image.step-1 {
    transform: scale(1)translate(0, .6rem)rotate(-15deg);
  }

  .process_item-image.step-3-2 {
    height: auto;
    margin-top: -40px;
    top: 37%;
    transform: scale(.8);
  }

  .process_item-image.step-2-arrow {
    max-width: 35%;
  }

  .benefits_section {
    grid-template-columns: 1fr 1fr;
  }

  .faq_section-content {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .graphic_faq {
    max-width: 36rem;
    top: -13.8rem;
    left: 1.6rem;
  }

  .process_item-container {
    height: 20rem;
    display: flex;
  }

  .tools-bg-grid-2 {
    width: 50%;
    max-width: 46rem;
  }

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

  .footer {
    margin-bottom: 40px;
  }

  .container-14 {
    max-width: 500px;
  }

  .cta-grid-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1.5fr;
    max-height: none;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta-text {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .body-18.bottom-margin-30 {
    font-size: 2vw;
  }

  .body-18.bottom-margin-30.story {
    text-align: center;
    text-align: center;
  }

  .cta-illustration {
    max-width: 85%;
    margin-top: -40px;
  }

  .dropdown-link {
    padding: 10px;
    font-size: 14px;
  }

  .dropdown-link:hover {
    background-color: #0000;
  }

  .dropdown-list-3.w--open {
    font-size: 15px;
  }

  .wrapper-2.margin-bottom---l {
    max-width: none;
  }

  .heading-center.pro-tasks {
    flex-direction: row;
  }

  .main-wrapper-3 {
    margin-top: 65px;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-wrapper-3.task-page {
    margin-top: 20px;
  }

  .projects__heading {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .gc-page-wrapper {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.5rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .navbar-wrapper {
    grid-column-gap: 18px;
  }

  .home-button {
    padding-right: 18px;
  }

  .center-logo {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
  }

  .menu-bar {
    width: 84px;
  }

  .hero-section {
    display: block;
  }

  .body {
    background-size: 60%;
  }

  .slider-arrow {
    width: 140px;
    height: 140px;
    padding-left: 80px;
    left: -80px;
  }

  .slider-arrow-2 {
    padding-left: 0;
  }

  .xxl-heading-2 {
    font-size: 42px;
  }

  .xxl-heading-2.mid-align {
    font-size: 40px;
    line-height: 1em;
  }

  .xxl-heading-2.mid-align._2 {
    font-size: 28px;
  }

  .xxl-heading-2.mid-align._2.heading-2._21.contact-us {
    font-size: 3rem;
  }

  .xxl-heading-2.mid-align._2.heading-2.blog-sec {
    font-size: 2.5rem;
  }

  .xxl-heading-2.mid-align.stroy {
    font-size: 5.2vw;
  }

  .xxl-heading-2.mid-align.stroy.hiring-join {
    font-size: 6vw;
  }

  .heading {
    min-width: 500px;
    font-size: 30px;
    line-height: 1em;
  }

  .heading.about-us {
    text-align: left;
    text-align: left;
    min-width: auto;
    font-size: 36px;
  }

  .hero__gradient {
    margin-bottom: -139.5em;
    margin-left: -747px;
    margin-right: -135.1em;
  }

  .hero__gradient.abotu-us {
    margin-left: -654px;
  }

  .image-dentxmed {
    margin-top: -57px;
    top: 10%;
  }

  .image-dentxmed.dentxmed {
    margin-top: -44px;
  }

  .image-dentxmed.boxd {
    margin-top: 0;
    top: -20%;
  }

  .image-dentxmed.ary {
    margin-top: 0;
    top: -45%;
  }

  .image-dentxmed._21 {
    top: 25%;
  }

  .image-dentxmed.tt {
    margin-top: -56px;
  }

  .card__texture, .card__texture.boxd, .card__texture.ary, .card__texture.boxd, .card__texture.ary {
    border-radius: 10px;
  }

  .card__desc {
    margin-top: 40px;
  }

  .heading-7 {
    font-size: 18px;
  }

  .paragraph {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 9px;
    line-height: 12px;
  }

  .snacking {
    height: 180px;
    margin-left: 0;
    padding-top: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .snacking.ubake, .snacking._120, .snacking.ubake, .snacking._120 {
    margin-left: 0;
    padding-left: 10px;
  }

  .card__wrapper {
    border-radius: 15px;
    align-items: stretch;
  }

  .card__wrapper.snacking {
    border-radius: 32px;
    margin-left: 20px;
  }

  .menu-item-text {
    font-size: 3em;
  }

  .c-menu-item {
    margin-bottom: 15px;
  }

  .c-col-menu-links {
    margin-bottom: 40px;
  }

  .c-nav-menu-content {
    width: 80%;
    display: block;
  }

  .demo-wrapper {
    margin-top: 140px;
    padding-bottom: 100px;
    padding-left: 110px;
    padding-right: 110px;
  }

  .demo-wrapper.blog-section-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .d-105-3d-wrapper.home-page-blog.what-is-smm.hide {
    display: block;
  }

  .d-105-3d-wrapper.home-page-blog.what-is-smm.hide._21 {
    display: none;
  }

  .speaker-slide-mask {
    width: 90%;
  }

  .speakers-hero-wrapper {
    margin-top: 0;
  }

  .slide-image {
    min-height: 400px;
  }

  .speaker-arrow {
    display: none;
  }

  .contact-cta.thin-section {
    margin-top: 140px;
    margin-bottom: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .centered-call-to-action {
    grid-row-gap: 24px;
    text-align: center;
    grid-template-columns: auto;
  }

  .call-to-action-heading {
    grid-template-columns: 1fr;
  }

  .four-column-2 {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .footer-credit-wrapper {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    margin-top: 24px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .social-icon-wrapper._2-icons {
    margin-bottom: 30px;
  }

  .footer-links-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .footer-column.right {
    margin-bottom: 48px;
  }

  .div-buton.hero-section {
    margin-top: 0;
  }

  .handle-wrapper {
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: 300px;
  }

  .handle-wrapper._3 {
    width: 28vh;
    height: auto;
  }

  .despre-text-2 {
    height: 40px;
    font-size: 30px;
    line-height: 42px;
  }

  .sectiune-cheie {
    min-width: 520px;
  }

  .despre-introo {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 520px;
    padding-left: 1%;
    display: flex;
  }

  .container-1 {
    width: 520px;
    padding-left: 0;
  }

  .subtitlu-sectiune-3 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .paragraph-large {
    color: var(--dark-orange);
    text-align: left;
    padding-left: 0;
    font-size: 18px;
    font-weight: 400;
  }

  .paragraph-large._2 {
    color: var(--white-smoke);
    font-weight: 200;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .margin-bottom-small {
    margin-bottom: 24px;
  }

  .timeline-main_heading-wrapper {
    background-image: none;
    border-top-style: none;
    border-bottom-style: none;
    border-radius: 0;
    padding: 0 0 0 60px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .margin-bottom-medium {
    text-align: left;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_date-text {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_text {
    text-align: left;
    font-size: 20px;
  }

  .multi-step-form-block---brix {
    min-height: auto;
  }

  .submit-content-wrapper---brix {
    margin-top: 32px;
  }

  .form-step-progress-bar---brix {
    display: none;
  }

  .multi-step-form-button---brix {
    top: 990px;
  }

  .multi-step-form-button---brix.right---brix.preview-page {
    top: 960px;
    inset: auto 0% 0%;
  }

  .multi-step-form-button---brix.left---brix {
    left: -32px;
  }

  .multi-step-form-button---brix.left---brix.preview-page {
    top: 960px;
  }

  .multi-step-form-button---brix.right---brix {
    right: -32px;
  }

  .multi-step-form-button---brix.right---brix.preview-page {
    top: 960px;
    inset: 960px 0% 0%;
    inset: auto 0% 0%;
  }

  .slide---brix {
    padding-bottom: 8px;
  }

  .steps-bar---brix {
    justify-content: space-between;
    padding-bottom: 24px;
  }

  .form-step-progress-bar-mobile---brix {
    border-radius: 500px;
    width: auto;
    max-width: 100%;
    display: flex;
  }

  .form-step-progress-bar-mobile---brix.step-1---brix {
    background-color: var(--chocolate-2);
    width: 22%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .form-step-progress-bar-mobile---brix.step-2---brix {
    background-color: var(--chocolate-2);
    width: 50%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .form-step-progress-bar-mobile---brix.full-bar---brix {
    background-color: var(--chocolate-2);
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .form-step-number---brix {
    margin-left: 10px;
    margin-right: 10px;
  }

  .steps-bar-wrapper--brix {
    flex-direction: column;
    padding-bottom: 32px;
    display: flex;
  }

  .multi-step-form-error-message---brix {
    margin-top: 170px;
  }

  .form-content---brix {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .first-step-grid---brix {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .first-step-grid---brix.uniform-space---brix {
    grid-row-gap: 24px;
    grid-row-gap: 24px;
  }

  .multi-step-form---brix-2 {
    padding-bottom: 48px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .cloneable-container-default-3 {
    padding: 80px 24px;
  }

  .accordion-item-title---brix {
    max-width: 80%;
    font-size: 18px;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 16px;
    padding: 32px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .accordion-arrow-wrap---brix {
    width: 40px;
    min-height: 40px;
  }

  .step-2 {
    left: 16px;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .gallery-slide {
    max-height: 700px;
  }

  ._480 {
    max-width: none;
    margin-bottom: 40px;
  }

  .feature_image-wrap {
    max-width: none;
    height: auto;
  }

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

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

  .margin-bottom-2.margin-xhuge {
    margin-bottom: 2rem;
  }

  .margin-bottom-2.margin-huge.smm {
    margin-bottom: 3.5rem;
  }

  .home-header_big-shape {
    height: 12rem;
  }

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

  .div-block-241 {
    margin-right: 450px;
  }

  .div-block-241.no-mobile {
    display: none;
  }

  .div-block-241.only-mobile {
    inset: 0% auto auto 0%;
  }

  .div-block-242 {
    padding-left: 0;
  }

  .div-block-242.only-mobile {
    display: block;
  }

  .link-3 {
    padding-bottom: 20px;
  }

  .book-index__book {
    width: 20rem;
    height: 26.7rem;
    margin-left: auto;
    margin-right: auto;
    left: -2rem;
  }

  .book__image {
    min-width: 100%;
    display: block;
    top: 0;
    left: 0;
  }

  .book-index {
    height: auto;
    padding-top: 0;
  }

  .largeheading-2 {
    font-size: 5.5vw;
  }

  .fs-cc-banner3_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner3_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner3_text-link-2 {
    margin-right: 8px;
  }

  .logo-wrapper {
    width: 5.5rem;
  }

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

  .body-11 {
    display: block;
  }

  .button-container.nav {
    width: 50%;
    display: inline-block;
  }

  .nav-list {
    align-items: flex-start;
    margin-bottom: 0;
    list-style-type: none;
    display: flex;
    overflow: auto;
  }

  .main-container {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .progressbar-container {
    z-index: 100;
  }

  .nav-link-block {
    white-space: nowrap;
  }

  .nav-list-item {
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
  }

  .divider.menu {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .button-7 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-container {
    background-color: #fff;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    top: 8px;
    box-shadow: 1px 1px 15px #00000040;
  }

  .main-content-container {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .nav-icon-container {
    display: none;
  }

  .content-container {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-93 {
    max-width: 35%;
  }

  .menu-item-text-2 {
    font-size: 3em;
  }

  .c-nav-menu-content-2 {
    width: 80%;
    display: block;
  }

  .free-section {
    height: auto;
    padding-top: 20vh;
  }

  .free-section.hiring-join {
    padding-top: 0;
  }

  .textarea.lines {
    min-height: 150px;
  }

  .field-label {
    font-size: 16px;
  }

  .field-label.tag {
    font-size: 1em;
  }

  .container-12.hiring-form {
    padding: 41px 31px;
  }

  .text-field {
    font-size: 16px;
  }

  .section-25 {
    height: auto;
    padding-top: 20vh;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-11 {
    flex-direction: column;
  }

  .header-contatti {
    max-width: 100%;
  }

  .heading-8 {
    font-size: 40px;
  }

  .heading-8.small {
    margin-top: 0;
    font-size: 32px;
  }

  .heading-colored {
    font-size: 60px;
  }

  .paragraph-6-copy {
    margin-top: 40px;
    font-size: 16px;
  }

  .text-block-90 {
    line-height: 1.3vh;
  }

  .heading-xxl {
    font-size: 6rem;
  }

  .section_tip {
    align-items: center;
    overflow: auto;
  }

  .main-wrapper {
    grid-template-columns: 100%;
    width: 100%;
  }

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

  .button-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: space-between;
  }

  .cta_component-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .is--tag {
    font-size: 12px;
  }

  .hero_section {
    background-image: linear-gradient(58deg, #000000b3 40%, #0000 60%), linear-gradient(#0000, #0000);
  }

  .hero_subtext.is--top {
    width: 90%;
  }

  .process_step {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 4rem;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .text-size-medium-2.text-color-white {
    margin-bottom: 20px;
    font-size: 2.4vw;
  }

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

  .text-weight-semibold.text-color-purple {
    font-size: 2vw;
  }

  .text-weight-semibold.text-color-purple._2._252 {
    margin-bottom: 10px;
  }

  .page-padding-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav-link-block-2 {
    white-space: nowrap;
  }

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

  .section-home-testimonial {
    min-height: auto;
  }

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

  .padding-top.margin-xlarge {
    margin-top: 2rem;
  }

  .case-study-top-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .case-study-logo.r21 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .margin-top.margin-medium {
    margin-top: 1.25rem;
  }

  .margin-top.margin-xlarge {
    margin-top: 2rem;
  }

  .text-size-medium.case-study, .text-size-medium.text-align-center._21, .text-size-medium.case-study, .text-size-medium.text-align-center._21, .text-size-medium.text-align-center._21 {
    font-size: 1.125rem;
  }

  .text-size-regular {
    font-size: 1rem;
  }

  .rates-component-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .rates-content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .cover-image.main-blog {
    border-radius: 24px;
  }

  .padding-vertical.padding-huge {
    padding-top: 4rem;
    padding-bottom: 10rem;
  }

  .top-component-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

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

  .heading-2.plan {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 27px;
  }

  .link-block-21 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .blog-grid {
    grid-template-columns: 1fr;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-large {
    font-size: 2.8rem;
  }

  .faq_answer-content {
    padding-bottom: 1.25rem;
  }

  .faq_section {
    grid-row-gap: 3.5rem;
  }

  .text-weight-medium.text-size-large {
    font-size: 1.25rem;
    line-height: 1.2;
  }

  .section-home-plans {
    background-position: 100% 0, 0 0;
  }

  .faq_question {
    padding-top: 1.25rem;
    padding-bottom: 1rem;
  }

  .graphic_faq {
    max-width: 25rem;
    top: -9.2rem;
    left: -1rem;
  }

  .process_timeline {
    align-self: flex-start;
    margin-left: 2rem;
  }

  .faq_answer {
    margin-bottom: 1.25rem;
  }

  .page-padding-7 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-color-secondary.text-size-medium._21 {
    font-size: 1.15rem;
  }

  .heading-52 {
    font-size: 1.5rem;
  }

  .heading-53 {
    letter-spacing: -1px;
    font-size: 3rem;
  }

  .div-block-271 {
    margin-bottom: 4rem;
  }

  .footer {
    margin-bottom: 40px;
  }

  .cta-grid-1 {
    grid-template-columns: 1.25fr;
    padding-left: 30px;
    padding-right: 30px;
  }

  .body-18.bottom-margin-30.story {
    line-height: 1.4vh;
  }

  .dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .gc-heading-m-6, .gc-text-xxl {
    font-size: 1.5rem;
  }

  .gc-heading-xxl {
    font-size: 3rem;
  }

  .main-wrapper-3 {
    padding-bottom: 50px;
  }

  .main-wrapper-3.task-page.profile-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gc-text-m {
    font-size: 1rem;
  }

  .gc-text-m.gc-text-color-2.upsize {
    font-size: 15px;
  }

  .gc-text-l {
    font-size: 1.125rem;
  }

  .field-wrapper-4.first-name-wrapper {
    margin-right: 5%;
  }

  .bold-text-63 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  ul {
    padding-left: 30px;
  }

  li {
    max-width: 100%;
  }

  .heading-grid.experience {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .heading-grid.experience.mobile {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .navbar-wrapper {
    height: 60px;
  }

  .light-separator.dot, .home-button {
    display: none;
  }

  .navbar {
    overflow: visible;
  }

  .center-logo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .center-logo.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .social-nav-icon {
    max-width: 100%;
  }

  .hero-section {
    max-width: none;
    height: 900px;
    max-height: 100vh;
    display: block;
    overflow: hidden;
  }

  .body {
    background-size: 90%;
    overflow: visible;
  }

  .slide {
    margin-left: auto;
    margin-right: auto;
  }

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

  .slider-arrow {
    width: 120px;
    height: 120px;
    padding-left: 60px;
    top: auto;
    bottom: 140px;
    left: -60px;
  }

  .slider-arrow-2 {
    padding-left: 0;
    top: auto;
    bottom: 140px;
  }

  .xxl-heading-2 {
    text-align: left;
    font-size: 30px;
  }

  .xxl-heading-2.mid-align {
    font-size: 30px;
    line-height: 1.15em;
  }

  .xxl-heading-2.mid-align._2 {
    font-size: 24px;
  }

  .xxl-heading-2.mid-align._2.heading-2 {
    margin-bottom: 5px;
    font-size: 30px;
  }

  .xxl-heading-2.mid-align._2.heading-2._21.contact-us {
    padding-bottom: 5px;
    line-height: 1.1em;
  }

  .xxl-heading-2.mid-align._2.heading-2.blog-sec {
    font-size: 2rem;
    line-height: 1;
  }

  .xxl-heading-2.mid-align.stroy {
    padding-top: 0;
    font-size: 8.5vw;
    line-height: 1em;
  }

  .xxl-heading-2.mid-align.stroy.hiring-join {
    margin-top: 0;
    padding-top: 10px;
    font-size: 2rem;
    line-height: 1.8rem;
  }

  .heading {
    min-width: 300px;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: -1px;
    padding-left: 0;
    font-size: 18px;
    line-height: 1.2em;
  }

  .heading.home-page {
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
  }

  .heading.about-us {
    background-image: linear-gradient(145deg, #f47f20 10%, var(--white));
    text-align: left;
    min-width: auto;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.1em;
  }

  .subtitle {
    margin-left: 0;
  }

  .subtitle.home-page {
    font-size: 14px;
  }

  .hero__gradient {
    z-index: -99;
    background-image: radial-gradient(circle, #5c31ff 11%, #5c31ff00 69%);
    margin: 0 -41.6em -117.2em -229px;
    display: block;
  }

  .hero__gradient.is--other {
    background-image: radial-gradient(circle, #d899c3, #f88cd400 49%);
    margin-top: -83px;
    margin-bottom: -115.4em;
    margin-right: -238px;
    display: block;
  }

  .hero__gradient.abotu-us {
    height: 110vh;
    margin: -21px 1.7em -23em -707px;
    inset: 0% auto 0% 0%;
  }

  .hero__gradient.webmock {
    margin-bottom: -100em;
  }

  .work-section {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: auto;
    margin: 60px 0 0;
    padding: 0;
    display: flex;
    overflow: hidden;
  }

  .container {
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center space-between;
    align-items: center;
    max-width: 320px;
    min-height: 600px;
    max-height: 800px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .container.work-page.home {
    padding-left: 0%;
    padding-right: 0%;
  }

  .container.work-page.home.no-need {
    max-width: none;
    position: static;
  }

  .container.work-page.home.no-need._20-below {
    margin-bottom: 10px;
  }

  .image-dentxmed {
    width: auto;
    max-width: 65%;
    height: auto;
    margin-top: -75px;
    display: block;
    top: 0%;
  }

  .image-dentxmed.ubake {
    max-width: 65%;
    margin-top: -80px;
    top: 0%;
  }

  .image-dentxmed.dentxmed {
    max-width: 60%;
    margin-top: -56px;
  }

  .image-dentxmed.pakk {
    margin-top: -91px;
    top: 0%;
  }

  .image-dentxmed.snacking-1 {
    margin-top: -68px;
  }

  .image-dentxmed.metro {
    max-width: 75%;
    margin-top: -92px;
  }

  .image-dentxmed.wow {
    max-width: 85%;
    margin-top: -104px;
  }

  .image-dentxmed.burgus {
    max-width: 75%;
    margin-top: -85px;
  }

  .image-dentxmed.burgus._23 {
    top: 0%;
  }

  .image-dentxmed.meethas {
    max-width: 75%;
    margin-top: -92px;
    top: 0%;
  }

  .image-dentxmed.kosh-n-co {
    max-width: 75%;
    margin-top: -94px;
  }

  .image-dentxmed.uhealth-marketing {
    margin-top: -79px;
    display: block;
  }

  .image-dentxmed.the-intellect-school {
    max-width: 70%;
    margin-top: -86px;
    display: block;
  }

  .image-dentxmed.markhor-holdings {
    margin-top: -91px;
    display: block;
  }

  .image-dentxmed.meli-s-kitchen {
    width: 100%;
    max-width: 200%;
    margin-top: -88px;
  }

  .image-dentxmed.helpp.og-1 {
    margin-top: -46px;
  }

  .image-dentxmed.save-on-wireless {
    margin-top: -95px;
  }

  .image-dentxmed.boxd {
    margin-top: -25px;
    top: 0%;
  }

  .image-dentxmed.sns {
    max-width: 40%;
    margin-top: -30px;
    top: 0%;
  }

  .image-dentxmed.ary {
    width: 75%;
    margin-top: -80px;
    top: 0%;
  }

  .image-dentxmed.mp {
    max-width: 50%;
    margin-top: -40px;
    top: 0%;
  }

  .image-dentxmed.fl {
    margin-top: -60px;
  }

  .image-dentxmed._21 {
    margin-top: -40px;
    top: 0%;
  }

  .image-dentxmed.chatoraay {
    max-width: 80%;
    margin-top: -88px;
    top: 0%;
  }

  .image-dentxmed.tt {
    max-width: 60%;
    top: 0%;
  }

  .image-dentxmed.iqbal-group._2 {
    max-width: 60%;
    margin-top: -48px;
  }

  .image-dentxmed.gcc.body-2 {
    max-width: 80%;
    margin-top: -30px;
  }

  .branding {
    max-width: none;
    min-height: 450px;
  }

  .branding-slider {
    width: 100%;
    max-width: 320px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .card__texture {
    border-radius: 20px;
  }

  .card__texture.pakk {
    border-radius: 25px;
    justify-content: center;
    height: 35%;
    padding-left: 0;
    padding-right: 0;
  }

  .card__texture.markhor-holdings {
    background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/614741d19aeca30004afca6b_14.png");
  }

  .card__texture.meli-s-kitchen {
    background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/614741d0e70f4965459d0fce_13.png");
  }

  .card__texture.ary {
    border-radius: 20px;
  }

  .card__texture.tt {
    background-position: 50%;
  }

  .card__texture.ep {
    background-image: linear-gradient(#0000, #0000), url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/62ad18bd91d60ffcb88fae87_ep.png");
    background-size: auto, cover;
    align-self: auto;
  }

  .card__desc {
    margin-top: 80px;
  }

  .tabs {
    display: none;
  }

  .tab {
    z-index: 102;
    border-top-color: #ffffff73;
    border-bottom-color: #ffffff73;
    border-left-style: none;
    border-right-style: none;
    justify-content: center;
    align-items: center;
    max-width: 80px;
    display: flex;
  }

  .tab.w--current {
    justify-content: center;
    align-items: center;
    max-width: 80px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .tab-text {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .heading-7 {
    letter-spacing: 2px;
    font-size: 20px;
  }

  .heading-7.markhor {
    margin-top: -10px;
  }

  .heading-7.sasha {
    background-color: #0000;
  }

  .card-tap {
    flex-direction: column-reverse;
    max-width: 320px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

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

  .paragraph.case-study {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide-nav-2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .card__glass {
    border-top: 1px solid #fff3;
    height: auto;
  }

  .left-arrow {
    margin-left: -10px;
  }

  .branding-slide-1 {
    max-width: 320px;
  }

  .snacking {
    height: 275px;
    margin-left: 0;
    padding: 20px 20px 0;
  }

  .snacking.ubake {
    padding-right: 10px;
  }

  .snacking._120 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-menu {
    width: 15%;
  }

  .text-block-2 {
    letter-spacing: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .right-arrow {
    margin-right: -10px;
  }

  .card__wrapper {
    border-radius: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .card__wrapper.ubake, .card__wrapper.dentxmed, .card__wrapper.pakk {
    width: auto;
  }

  .card__wrapper.ubake, .card__wrapper.dentxmed, .card__wrapper.pakk {
    width: auto;
  }

  .card__wrapper.snacking {
    margin-left: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .card__wrapper.markhor-holdings {
    border-radius: 30px;
  }

  .tab-2 {
    border-width: 2px;
    border-top-color: #ffffff73;
    border-bottom-color: #ffffff73;
    border-left-style: none;
    border-right-style: none;
    justify-content: center;
    max-width: 80px;
    margin-left: 10px;
    margin-right: 0;
    display: flex;
  }

  .tab-2.w--current, .tab-2._2, .tab-2._2 {
    align-items: center;
    display: flex;
  }

  .tabs-menu-2 {
    z-index: 100;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: 320px;
    display: flex;
  }

  .mobile-tab {
    z-index: 50;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: auto;
    max-height: none;
    display: flex;
    overflow: hidden;
  }

  .tabs-content-2 {
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: auto;
    max-height: none;
    margin-top: 20px;
    padding-bottom: 0;
  }

  .slider-5 {
    background-color: #fff0;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 450px;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3%;
    padding-bottom: 0;
    display: block;
  }

  .mask-3 {
    order: 1;
    align-self: center;
    width: 320px;
    max-width: 400px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .mask-3.case-study {
    width: auto;
  }

  .icon {
    opacity: 1;
    border-radius: 20px 2px 2px 20px;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 30px;
  }

  .icon-2 {
    border: 1px none var(--black);
    opacity: 1;
    border-radius: 2px 20px 20px 2px;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 30px;
  }

  .left-arrow-2 {
    flex: 0 auto;
    margin-bottom: 40px;
    padding-bottom: 0;
    display: block;
  }

  .right-arrow-2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    display: block;
  }

  .slide-nav-3 {
    background-color: #0000;
    flex-flow: wrap;
    flex: 1;
    order: 1;
    place-content: flex-start space-between;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: none;
    min-height: 100px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-family: Grifter, sans-serif;
    display: block;
    inset: auto 0% -25%;
    overflow: hidden;
  }

  .slide-nav-3.home {
    z-index: 1;
    opacity: .8;
    color: var(--white-smoke);
    z-index: 1;
    opacity: .8;
    inset: auto 0% 0%;
    align-items: flex-end;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Graphik, sans-serif;
    font-size: 12px;
    font-weight: 200;
    line-height: 18px;
    display: block;
    inset: auto 0% 0%;
  }

  .marketing {
    max-width: none;
    min-height: 450px;
  }

  .c-nav-menu-overlay, .cloneable-area.menubar, .cloneable-area.menubar {
    display: none;
  }

  .text-block-12.menu {
    color: #000;
  }

  .heading-5 {
    color: #fff;
  }

  .heading-5.menu {
    color: #000;
    margin-bottom: 0;
    line-height: 20px;
  }

  .div-block-196 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-196.t {
    align-items: flex-start;
  }

  ._w-col-menu-social {
    align-self: auto;
    padding-bottom: 0;
  }

  .text-contact.menu {
    margin-bottom: 10px;
  }

  .b-nav-menu-btn.default-2 {
    background-color: #fff0;
  }

  .b-nav-menu-btn.menu-opened {
    display: none;
  }

  .b-nav-menu-btn.default {
    background-color: #fff;
  }

  .link-block-6 {
    display: none;
  }

  .menu-item-text {
    font-size: 1.8em;
    font-weight: 300;
  }

  .menu-item-text.contact {
    border-bottom: 1px solid #000;
    padding-top: 18px;
    line-height: .3em;
  }

  .c-col-menu-header {
    display: none;
  }

  .c-nav-social-contact-item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .c-menu-item {
    margin-bottom: 10px;
    line-height: 1em;
  }

  .c-menu-item.hide {
    display: none;
  }

  .c-col-menu-links {
    margin-bottom: 50px;
  }

  .c-nav-social-address {
    margin-bottom: 0;
  }

  .nav-social-address {
    display: none;
  }

  .nav-social-address.head.menu {
    padding-bottom: 40px;
    font-size: 15px;
    line-height: 1em;
    display: flex;
  }

  .nav-social-address.head.r {
    font-size: 15px;
    line-height: 1em;
    display: flex;
  }

  .c-nav-menu-content {
    width: 85%;
    margin-top: -35px;
    padding-left: 35px;
  }

  .blog-section {
    margin-top: 60px;
  }

  .footer---section {
    background-color: var(--black);
    min-height: auto;
    max-height: none;
    position: absolute;
    overflow: hidden;
  }

  .demo-wrapper {
    align-items: center;
    margin-top: 0;
    margin-bottom: 60px;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .demo-wrapper.blog-section-12 {
    flex-direction: column-reverse;
    margin-bottom: 0;
  }

  .d-105-3d-wrapper {
    display: none;
  }

  .d-105-3d-wrapper.home-page-blog {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
  }

  .d-105-3d-wrapper.home-page-blog.what-is-smm {
    display: block;
  }

  .d-105-3d-wrapper.home-page-blog.what-is-smm.hide {
    display: none;
  }

  .d-105-3d-wrapper.home-page-blog.blog-section {
    flex-direction: column;
    align-items: center;
  }

  .body-display.large {
    font-size: 14px;
  }

  .slide-nav-4 {
    opacity: .5;
    inset: auto 0% -10%;
  }

  .speaker-slide-mask {
    padding-left: 0;
  }

  .experience-section-1 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .experience-section-1.home-hero-section {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .speakers-hero-wrapper {
    margin-top: 0;
  }

  .slide-image {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    min-height: auto;
  }

  .speaker-slide-content {
    padding-bottom: 6px;
  }

  .speaker-slide {
    top: 0;
  }

  .speaker-name {
    font-size: 30px;
    line-height: 30px;
  }

  .speaker-arrow {
    border-style: none;
    border-color: var(--white);
    background-color: #0000;
    padding-right: 10px;
    inset: -20% 2% 0% auto;
  }

  .speaker-arrow.left {
    inset: -20% auto 0% 2%;
    background-color: #0000;
    border: 1px #fff;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 0;
    inset: -20% auto 0% 2%;
  }

  .button {
    opacity: 1;
    border-radius: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-icon-wrapper.white {
    background-color: #0000;
    min-width: 90%;
    min-height: 50px;
  }

  .contact-cta {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .contact-cta.thin-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .social-icon-wrapper {
    grid-template-rows: auto;
    grid-auto-flow: row;
  }

  .social-icon-wrapper._2-icons {
    margin-bottom: 25px;
  }

  .legal-credits {
    grid-template-columns: auto;
    justify-content: center;
    justify-items: center;
  }

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

  .div-buton {
    width: 140px;
  }

  .div-buton.hero-section {
    width: auto;
    height: auto;
    padding-left: 0%;
  }

  .div-buton.about-us {
    align-self: auto;
    width: auto;
    height: auto;
    margin-left: 0;
  }

  .main {
    overflow: hidden;
  }

  .handle-wrapper {
    width: 100%;
    min-width: auto;
    height: 300px;
  }

  .handle-wrapper._3 {
    width: 40vh;
    height: 100vh;
    min-height: auto;
    margin-top: 0;
    display: flex;
  }

  .despre-text-2 {
    align-items: center;
    width: auto;
    min-width: auto;
    height: auto;
    margin-bottom: 3px;
    margin-left: 0;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.1;
    display: block;
  }

  .sectiune-cheie {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-width: 320px;
    height: 100vh;
    overflow: hidden;
  }

  .text-block-21 {
    padding-left: 10px;
  }

  .text-block-21._2 {
    display: none;
  }

  .text-block-21.about-us {
    padding-left: 0;
    display: none;
  }

  .despre-introo {
    align-self: auto;
    width: 320px;
    height: 310px;
    padding-top: 80px;
    padding-left: 30px;
    font-size: 16px;
    position: absolute;
  }

  .body-2 {
    overflow: visible;
  }

  .container-1 {
    opacity: 1;
    justify-content: center;
    width: 320px;
    margin-top: 70px;
  }

  .subtitlu-sectiune-3 {
    width: 110px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Poppins, sans-serif;
  }

  .paragraph-large {
    padding-left: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
  }

  .margin-bottom-small.heading-nogap {
    margin-bottom: 10px;
  }

  .timeline-main_heading-wrapper {
    padding-left: 30px;
  }

  .text-colour-lightgrey {
    font-family: Poppins, sans-serif;
  }

  .timeline_item {
    grid-template-columns: 40px 1fr;
  }

  .timeline_image-wrapper {
    justify-content: center;
  }

  .timeline_image-wrapper.margin-bottom-medium._32, .timeline_image-wrapper.margin-bottom-medium.third-row {
    height: 200px;
  }

  .timeline_image-wrapper.margin-bottom-medium._32, .timeline_image-wrapper.margin-bottom-medium.third-row {
    height: 200px;
  }

  .timeline_image-wrapper.margin-bottom-medium._32, .timeline_image-wrapper.margin-bottom-medium.third-row {
    height: 200px;
  }

  .timeline_image-wrapper.margin-bottom-medium.ap-9 {
    height: 275px;
    padding: 5px;
  }

  .timeline_image-wrapper._2017.first-row {
    background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/637595d05b8d270c133ffa97_LINE1-01.png");
    background-position: 95% 60%;
    background-size: cover;
    height: 200px;
  }

  .timeline_image-wrapper.logo-align {
    background-image: linear-gradient(#0000001a, #0000001a), url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/637595d05b8d270c133ffa97_LINE1-01.png");
    background-position: 0 0, 95%;
    background-size: auto, auto;
    height: 250px;
    padding: 5px;
  }

  .timeline_image-wrapper.secord-row {
    justify-content: flex-end;
    height: 200px;
  }

  .text-colour-white {
    font-family: Poppins, sans-serif;
  }

  .timeline_progress-bar {
    z-index: -1999;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .margin-bottom-medium.heading-nogap {
    margin-bottom: 10px;
  }

  .margin-bottom-xlarge {
    margin-bottom: 20px;
  }

  .timeline_date-text {
    background-image: linear-gradient(156deg, #fff 26%, #ffffff59 98%);
  }

  .timeline_date-text.heading-nogap {
    margin-bottom: 0;
  }

  .timeline_text {
    text-align: left;
    font-size: 17px;
    font-weight: 200;
  }

  .form-step-progress-bar---brix, .display-none {
    display: none;
  }

  .multi-step-form-button---brix {
    font-size: 16px;
  }

  .multi-step-form-button---brix.left---brix {
    margin-bottom: 12px;
    display: block;
    position: static;
    left: auto;
  }

  .multi-step-form-button---brix.right---brix {
    display: block;
    position: static;
    right: auto;
  }

  .steps-bar---brix {
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .form-step-progress-bar-mobile---brix {
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .form-step-progress-bar-mobile---brix.step-1---brix {
    background-color: var(--chocolate-2);
    width: 25%;
  }

  .form-step-progress-bar-mobile---brix.step-2---brix {
    background-color: var(--chocolate-2);
  }

  .form-step-progress-bar-mobile---brix.full-bar---brix {
    background-color: var(--chocolate-2);
    width: 100%;
  }

  .form-step-number---brix.completed---brix {
    font-family: Poppins, sans-serif;
  }

  .multi-step-form-error-message---brix {
    margin-top: 32px;
  }

  .step-title-wrap---brix {
    margin-top: -53px;
  }

  .checkbox---brix {
    display: block;
  }

  .multi-step-form-radio-trigger---brix {
    text-align: left;
    white-space: nowrap;
    padding-left: 60px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 1.5;
  }

  .first-step-grid---brix {
    margin-bottom: 32px;
  }

  .first-step-grid---brix.uniform-space---brix {
    grid-row-gap: 16px;
    grid-row-gap: 16px;
    margin-top: -31px;
  }

  .select-item-icon---brix-2 {
    max-width: 30%;
  }

  .select-item-icon---brix-2._2 {
    max-width: 35%;
  }

  .multi-step-form-radio-trigger---brix-2 {
    text-align: left;
    white-space: nowrap;
    padding-left: 60px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 1.5;
  }

  .multi-step-form-label---brix-2 {
    font-size: 16px;
  }

  .multi-step-form-label---brix-2.no-margin---brix {
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 600;
  }

  .multi-step-form---brix-2 {
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-20 {
    color: var(--white);
    font-family: Grifter, sans-serif;
    font-size: 24px;
  }

  .bold-text-11 {
    font-weight: 600;
  }

  .cloneable-container-default-3 {
    padding: 10px 16px 64px;
    overflow: hidden;
  }

  .accordion-item-title---brix {
    max-width: 70%;
    font-size: 20px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .work-page {
    z-index: 101;
  }

  .section.black {
    padding-bottom: 60px;
    overflow: hidden;
  }

  .section.black {
    padding-bottom: 60px;
    overflow: hidden;
  }

  .section.black._2 {
    padding-top: 0;
  }

  .section.black._2.case-study {
    padding-top: 20px;
    padding-bottom: 100px;
  }

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

  .about-us---home-section.section--first {
    z-index: auto;
    z-index: auto;
    height: auto;
    margin-bottom: 0;
    display: block;
    overflow: hidden;
  }

  .gallery-slide {
    max-height: 500px;
  }

  .feature_image-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .experience-section-bg {
    background-image: none;
    padding-top: 32px;
  }

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

  .home-header_big-shape {
    height: 10rem;
  }

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

  .padding-vertical.padding-xhuge {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-vertical.padding-xxhuge.smm {
    padding-top: 6rem;
  }

  ._150-image-wrapper-inner {
    width: 300vw;
  }

  ._150-image {
    background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/6141cc3bbb5cc929810e5c0a_IMG_0109.jpg");
    background-position: 50% 0;
    background-size: cover;
  }

  ._150-image._8 {
    background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/6141cbdadae0ce52dec9baca_IMG_8421.jpg");
    background-position: 50%;
  }

  ._150-image._2 {
    background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/6141cbbedf3079e993267fae_IMG_0699.jpg");
  }

  ._150-image._9 {
    background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/6141cb974c74183f65efbbc3_brwon%203.jpg");
  }

  ._150-image._3 {
    background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/6141cc232b9b22cf713ab47d_IMG_1665.jpg");
    background-position: 45%;
  }

  .div-block-241 {
    z-index: 2;
    background-color: #0000;
    width: 320px;
    min-width: 420px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .div-block-241.only-mobile {
    z-index: -1;
    min-width: auto;
    height: 550px;
    min-height: 50vh;
    margin-top: 135px;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .div-block-241.only-mobile.smm {
    background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/63471116c61010369bb76708_Marketing%20Icon.png");
    background-position: 50% 0;
    background-size: 300px;
    width: 400px;
    height: 350px;
    min-height: 35vh;
    margin-top: 100px;
  }

  .div-block-241.only-mobile.smm.bd {
    background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/63471119bc2c7a428f9336cc_Branding%20Icon.png");
  }

  .div-block-241.only-mobile.smm.ds {
    background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/63470f07541871479b9a1dd2_Strategy%20Icon.png");
    background-size: 325px;
  }

  .div-block-241.only-mobile.smm.wd {
    background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/63470f0ba738f50a5ef81e00_Website%20Icon.png");
  }

  .div-block-241.only-mobile.smm.mp {
    background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/63471119ee7d95d38666611b_Media%20Icon.png");
  }

  .div-block-242 {
    background-color: #0000;
    position: relative;
    overflow: visible;
  }

  .div-block-242.only-mobile {
    order: 0;
    align-self: flex-start;
    width: 0%;
    padding-left: 0;
  }

  .link-3 {
    color: var(--white-smoke);
    text-decoration: none;
  }

  .body-10 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .div-text {
    width: 300px;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .text-block-28 {
    width: 320px;
    padding-top: 0;
    font-size: 25px;
    line-height: 35px;
  }

  .text-block-28.p {
    font-size: .8rem;
    line-height: 1.2rem;
  }

  .div-block-244 {
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-left: 35px;
    display: block;
    left: 0%;
  }

  .div-block-244.privacy {
    inset: auto 0% 0% auto;
    width: 300px;
    min-width: 300px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: static;
    inset: auto 0% 0% auto;
  }

  .despre-text-3 {
    min-width: 310px;
    height: 40px;
    font-size: 26px;
    font-weight: 300;
    line-height: 80px;
    display: block;
  }

  .despre-text-3.privacy {
    width: 320px;
    min-width: 320px;
    height: 200px;
    font-size: 36px;
    line-height: 1.4em;
  }

  .sectiune-cheie-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 90vh;
    overflow: visible;
  }

  .sectiune-cheie-2.privacy {
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    padding-left: 17px;
    padding-right: 17px;
  }

  .book-index__book {
    min-width: auto;
    height: auto;
    left: auto;
  }

  .book__image {
    min-width: 100%;
  }

  .book-index {
    justify-content: center;
    margin-top: 20px;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .container-9 {
    max-width: none;
    padding-bottom: 6rem;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: hidden;
  }

  .hero_content-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .largeheading-2 {
    letter-spacing: 0;
    font-size: 24px;
    line-height: 24px;
  }

  .largeheading-2.young-e {
    font-size: 1.5vw;
  }

  .paragraph-22.cc-large.cc-w90 {
    padding-left: 10px;
    padding-right: 10px;
    font-family: Poppins, sans-serif;
    font-size: 12px;
  }

  .topheading-2 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .title {
    font-size: 16px;
    position: static;
  }

  .title.latest-articles {
    font-size: 2rem;
  }

  .fs-cc-banner3_button {
    text-align: center;
  }

  .fs-cc-banner3_button.fs-cc-button-alt {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .fs-cc-banner3_buttons-wrapper {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .fs-cc-banner3_block {
    text-align: center;
    margin-right: 0;
  }

  .cookie {
    overflow: hidden;
  }

  .fs-cc-banner3_component {
    display: none;
  }

  .logo-wrapper {
    flex: 1;
    width: 100rem;
    min-width: auto;
    height: auto;
  }

  .container-10 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
  }

  .page-loader {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: none;
    overflow: hidden;
  }

  .section-19, .page-padding-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .footer-text, .footer-wrapper-2 {
    overflow: hidden;
  }

  .image-75 {
    flex: 1;
    min-width: auto;
    max-width: none;
    display: block;
    position: absolute;
    overflow: hidden;
  }

  .button-wrapper-2 {
    margin-top: 0;
    padding-bottom: 5px;
    display: none;
  }

  .button-wrapper-2._2 {
    margin-top: -10px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-text-3 {
    margin-left: 0;
    font-size: 10px;
  }

  .marketing-slider {
    display: none;
  }

  .body-12 {
    padding-right: 2px;
  }

  .div-block-260 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
    overflow: hidden;
  }

  .button-container.nav {
    margin-right: 0;
  }

  .main-container {
    position: relative;
  }

  .item-header-icon-container {
    display: none;
  }

  .nav-link-block.w--current {
    color: var(--indigo);
  }

  .nav-list-item {
    border-right: 1px solid var(--light-slate-grey);
  }

  .quick-tool {
    display: flex;
  }

  .divider.menu {
    display: none;
    overflow: visible;
  }

  .content-item-container {
    padding: 20px;
  }

  .item-paragraph {
    color: var(--black);
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }

  .button-7 {
    background-color: #0000;
    background-image: linear-gradient(#ffffff80, #ffffff80);
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
    line-height: 14px;
    display: flex;
  }

  .progressbar-track {
    background-color: #0000;
    background-image: linear-gradient(to right, var(--orange) 25%, var(--dark-orange) 50%, var(--chocolate-2) 75%, var(--orange-red));
  }

  .nav-container {
    padding: 5px 10px;
    display: none;
  }

  .item-heading {
    font-size: 24px;
    line-height: 1.1;
  }

  .item-header-container {
    display: block;
  }

  .nav-link-text {
    font-size: 14px;
    font-weight: 400;
  }

  .content-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text-36 {
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
  }

  .bold-text-37, .bold-text-38, .bold-text-39 {
    line-height: 25px;
  }

  .bold-text-40 {
    font-size: 20px;
    line-height: 22px;
  }

  .div-block-262 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .button-8 {
    border: 1px solid var(--white-smoke);
    color: var(--white-smoke);
    background-color: #0000;
    border-radius: 40px;
    padding: 10px 20px;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    transition: background-color .3s cubic-bezier(.165, .84, .44, 1);
  }

  .button-8:hover {
    background-image: linear-gradient(to right, var(--orange) 25%, var(--dark-orange) 50%, var(--chocolate-2) 75%, var(--orange-red));
    border-style: none;
    font-family: Graphik, sans-serif;
  }

  .image-93 {
    max-width: 70%;
    display: block;
  }

  .image-93.no-rounds {
    max-width: 70%;
  }

  .js-clock {
    flex-wrap: wrap;
  }

  .box {
    margin-bottom: 10px;
  }

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

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

  .menu-item-text-2 {
    font-family: Poppins, sans-serif;
    font-size: 1.8em;
    font-weight: 300;
  }

  .menu-item-text-2.contact {
    border-bottom: 1px #000;
    padding-top: 18px;
    font-weight: 300;
    line-height: .3em;
  }

  .menu-item-text-2.contact.join {
    font-size: 18px;
  }

  .nav-menu-btn-line.short, .nav-menu-btn-line.long, .nav-menu-btn-line.short, .nav-menu-btn-line.long, .nav-menu-btn-line.short, .nav-menu-btn-line.long, .nav-menu-btn-line.short, .nav-menu-btn-line.long {
    background-color: #000;
  }

  .nav-social-address-2 {
    display: none;
  }

  .nav-social-address-2.head.menu {
    padding-bottom: 40px;
    font-size: 15px;
    line-height: 1em;
    display: flex;
  }

  .c-nav-menu-content-2 {
    width: 85%;
    margin-top: -35px;
    padding-left: 35px;
  }

  .div-block-18 {
    flex-direction: column;
    align-items: center;
  }

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

  .free-section.hiring-join {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .textarea {
    min-height: auto;
  }

  .textarea.lines {
    min-height: 150px;
  }

  .field-label {
    font-size: 14px;
  }

  .field-label.no-margin.linkcv {
    font-size: 15px;
  }

  .field-label.tag {
    margin-bottom: 0;
    font-size: 1em;
  }

  .container-12.hiring-form {
    padding: 30px 20px 20px;
  }

  .text-field {
    padding-right: 0;
    font-size: 12px;
  }

  .div-block-17.cv {
    margin-bottom: 10px;
    display: flex;
  }

  .section-25.cv {
    padding-top: 10vh;
    padding-bottom: 0;
  }

  .div-block-11 {
    align-items: center;
  }

  .header-contatti {
    max-width: none;
  }

  .heading-8 {
    margin-bottom: 0;
    font-size: 42px;
  }

  .heading-8.small.cv {
    justify-content: center;
    font-size: 18px;
    display: flex;
  }

  .heading-colored {
    justify-content: center;
    align-items: center;
    font-size: 54px;
    display: flex;
  }

  .paragraph-6-copy {
    width: 100%;
    margin-top: 16px;
  }

  .paragraph-6-copy.cv {
    text-align: center;
    letter-spacing: 1px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 14px;
  }

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

  .ep {
    align-self: center;
  }

  .section_tip {
    overflow: visible;
  }

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

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

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

  .margin-bottom-3.margin-medium {
    margin-top: 0;
    margin-bottom: .5rem;
  }

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

  .section-cta {
    margin-top: -166px;
  }

  .gradient-button-3.white {
    border-style: none;
    box-shadow: 0 2px 5px #0003;
  }

  .heading-51.website-cta {
    color: var(--white);
    letter-spacing: 0;
    -webkit-text-fill-color: inherit;
    letter-spacing: 0;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    margin-top: 0;
    font-size: 26px;
    line-height: 26px;
  }

  .image-104 {
    filter: invert();
  }

  .cta_component-2 {
    grid-row-gap: 2rem;
    background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/636990092b426b3a0c74988c_BG%20Untitled-1-01.png");
    background-position: 45%;
    background-size: cover;
    grid-template-columns: 1fr 1fr;
  }

  .cta_component-2.mobile {
    background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/642a4efd5fbce28259734fe8_Smaller-BG%20Untitled-1-01.png");
    background-position: 50%;
    padding-top: 20px;
    display: block;
  }

  .website-sider.hide {
    display: none;
  }

  .hero_content {
    z-index: 3;
    padding-bottom: 15vh;
    position: relative;
  }

  .hero_content.smm {
    padding-bottom: 13vh;
  }

  .hero_h1 {
    margin-top: -5px;
    margin-bottom: 0;
    font-size: 10vw;
  }

  .hero_h1.ds {
    margin-top: -5px;
  }

  .is--tag {
    font-size: 14px;
  }

  .is--tag.hero_tag {
    margin-bottom: 10px;
    font-size: 4vw;
  }

  .is--tag.hero_tag.smm {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .hero_section {
    background-image: linear-gradient(58deg, #0009 40%, #0000 60%);
    padding: 12px 20px;
  }

  .hero_subtext.is--top {
    font-size: 13px;
  }

  .hero_subtext.is--top.smm {
    margin-top: 0;
  }

  .grid_block {
    border-color: #6b6b6b26;
  }

  .process_step {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 2rem;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .max-width-large {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .process_item-indicator {
    width: 2rem;
    height: 2rem;
  }

  .hero-vector-2 {
    z-index: 2;
    margin-top: -3.4rem;
  }

  .text-size-medium-2.text-color-white {
    max-width: none;
    font-size: 14px;
    line-height: 20px;
  }

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

  .text-weight-semibold.text-color-purple {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 12px;
  }

  .text-weight-semibold.text-color-purple._2 {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .text-weight-semibold.text-color-purple._2._252 {
    margin-bottom: 10px;
  }

  .text-weight-semibold.text-color-purple._2._252.hiring-join {
    text-align: center;
    text-align: center;
    margin-bottom: 0;
  }

  .tools_bg {
    opacity: .89;
  }

  .page-padding-6 {
    padding-bottom: .5rem;
  }

  .tools-bg-grid {
    opacity: .5;
    width: 75%;
  }

  .tools-bg-grid._2 {
    opacity: .43;
    width: 75%;
  }

  .tools-bg-grid._2.our-work {
    z-index: -1;
    opacity: .35;
    z-index: -1;
    opacity: .35;
    top: -2%;
  }

  .tools-bg-blur {
    opacity: .57;
    filter: blur(10px) brightness(50%) saturate(200%);
    display: block;
    top: 24%;
  }

  .block_wrap {
    width: auto;
  }

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

  .padding-bottom.padding-xxhuge.smm {
    padding-top: 2rem;
  }

  .section-home-testimonial {
    z-index: auto;
    background-image: linear-gradient(193deg, #0009 30%, #fff0 60%);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tab-pane-tab-6 {
    min-height: 450px;
  }

  .padding-top.padding-xxhuge {
    padding-top: 6rem;
  }

  .margin-top.margin-medium._2 {
    margin-top: .25rem;
  }

  .margin-top.margin-xlarge.case-study {
    background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/641263e773926c9854bb0f7c_641247260200966613608070_stars%20(1).png"), url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/640e17184b3f3452762af88b_CAB7B82.png");
    background-position: 100% 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: cover, auto;
    border-radius: 30px;
    padding-top: 20px;
  }

  .text-size-medium.text-align-center._21 {
    margin-top: 0;
    font-size: 1rem;
  }

  .social-icons-component._2-icons {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .rates-content, .margin-xlarge.case, .margin-xlarge.case {
    border-radius: 20px;
  }

  .cover-image._50w.dentxmed {
    padding-left: 10%;
    padding-right: 10%;
  }

  .cover-image._50w.meethas {
    background-color: var(--black);
  }

  .cover-image.main-blog {
    border-radius: 18px;
  }

  .image-wrapper.overview {
    border-radius: 20px;
  }

  .max-width-large._2 {
    padding-right: 0;
  }

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

  .card.card-blog-article {
    padding-bottom: 0;
  }

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

  .div-block-269 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-right: 0;
  }

  .image-107 {
    border-radius: 8px;
    width: auto;
  }

  .lightbox-link-copy {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .lightbox-link-copy.unhide {
    display: block;
  }

  .div-block-270 {
    flex-direction: column;
    margin-top: 20px;
    display: none;
  }

  .plans-block {
    justify-content: flex-start;
    width: 90%;
    margin-top: 52px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-block-plan {
    font-weight: 300;
  }

  .heading-2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 28px;
  }

  .heading-2.plan {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .lottie-animation-3 {
    width: 45%;
  }

  .lottie-animation-3._21 {
    width: 50%;
  }

  .link-block-21 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .image-109 {
    width: 150px;
    max-width: 100%;
    padding: 10px;
  }

  .text-block-99 {
    font-family: Poppins, sans-serif;
  }

  .image-110 {
    border-radius: 15px;
    padding: 10px;
  }

  .case-studies-top-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .categories-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .button-secondary.category {
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .button-secondary.category.all {
    border-radius: 10px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .heading-large {
    font-size: 2.2rem;
    line-height: 1.05;
  }

  .process_overlay-bottom {
    height: 4rem;
  }

  .process_item-description {
    margin-top: 20px;
  }

  .slider_content-quote-2 {
    margin-top: 2rem;
  }

  .faq_section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-home-plans {
    background-position: 100% 0, 0 0;
    background-size: auto, auto;
  }

  .text-size-medium-3.text-color-secondary {
    font-size: 1.15rem;
  }

  .process_item-image.step-3-1, .process_item-image.step-3-2 {
    height: auto;
  }

  .process_item-image.step-2.step-4, .process_item-image.step-2.e-commerce {
    top: -50px;
  }

  .process_item-image.step-3-1, .process_item-image.step-3-2 {
    height: auto;
  }

  .process_item-image.step-2.step-4, .process_item-image.step-2.e-commerce, .process_item-image.step-2.step-4, .process_item-image.step-2.e-commerce {
    top: -50px;
  }

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

  .process_overlay-top {
    height: 4rem;
  }

  .graphic_faq {
    border-radius: 0;
    max-width: 14rem;
    top: -3.1rem;
    left: 3.9rem;
  }

  .process_item-indicator-2 {
    width: 2rem;
    height: 2rem;
  }

  .process_timeline {
    align-self: flex-start;
    margin-left: 1rem;
  }

  .text-color-secondary.text-size-medium._21 {
    margin-top: 10px;
  }

  .tools-bg-grid-2 {
    width: 75%;
  }

  .heading-53 {
    letter-spacing: -1px;
    font-size: 2.5rem;
  }

  .text-block-100 {
    font-size: 8vw;
  }

  .div-block-271 {
    margin-bottom: 2rem;
  }

  .select-field-2 {
    color: #939fb2;
  }

  .footer {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .body-18.bottom-margin-30.story {
    margin-bottom: 0;
  }

  .body-18.bottom-margin-30.story.email {
    font-size: .8rem;
    line-height: 1.2rem;
  }

  .cta-illustration {
    max-width: 105%;
  }

  .dropdown-link {
    padding-left: 10px;
  }

  .dropdown-toggle-2 {
    margin-right: 10px;
    padding-right: 10px;
  }

  .accordion-item {
    z-index: 1;
  }

  .accordion-item._3._2 {
    padding-top: 0;
  }

  .div-block-274 {
    margin-top: 30px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .content_wrap {
    width: 185px;
    padding: 10px;
    inset: 100% 0% auto auto;
  }

  .heading-center.pro-tasks.pt-inner-20 {
    padding-right: 10px;
  }

  .dot_container {
    z-index: 2;
  }

  .dropdown-list-2 {
    padding-top: 5px;
  }

  .select-field-4 {
    color: #939fb2;
  }

  .multistep-tab-pane-wrapper {
    overflow: hidden;
  }

  .main-wrapper-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-wrapper-3.task-page {
    margin-top: 20px;
  }

  .main-wrapper-3.task-page.profile-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-wrapper.margin-bottom---xxl {
    overflow: visible;
  }

  .gc-text-m.gc-text-color-2, .gc-text-m.gc-text-color-2.upsize, .gc-text-m.gc-text-color-2, .gc-text-m.gc-text-color-2.upsize, .gc-text-m.gc-text-color-2.upsize {
    font-size: 14px;
  }

  .field-grid._1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
  }

  .gc-page-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-273 {
    margin-top: 30px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .accordion-title-2 {
    white-space: pre-wrap;
    font-size: 14px;
    line-height: 17px;
  }

  .div-block-275 {
    margin-top: 30px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .select-field-5, .select-field-3 {
    color: #939fb2;
  }

  .bold-text-63 {
    line-height: 1.4rem;
  }
}

#w-node-_56290f4b-377c-3fe6-b2f4-e94e3ed3c69e-c7ddecd9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56290f4b-377c-3fe6-b2f4-e94e3ed3c6aa-c7ddecd9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_56290f4b-377c-3fe6-b2f4-e94e3ed3c6ae-c7ddecd9, #w-node-_56290f4b-377c-3fe6-b2f4-e94e3ed3c6b0-c7ddecd9, #w-node-_56290f4b-377c-3fe6-b2f4-e94e3ed3c6b2-c7ddecd9, #w-node-_56290f4b-377c-3fe6-b2f4-e94e3ed3c6b4-c7ddecd9, #w-node-_56290f4b-377c-3fe6-b2f4-e94e3ed3c6b6-c7ddecd9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_56290f4b-377c-3fe6-b2f4-e94e3ed3c6de-c7ddecd9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56290f4b-377c-3fe6-b2f4-e94e3ed3c6e4-c7ddecd9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-f96c1f63-d20b-9664-d75b-4551be1c939d-be1c939b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f96c1f63-d20b-9664-d75b-4551be1c939e-be1c939b {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: stretch;
}

#w-node-_42d93cf2-1244-f57e-4580-a577cbcbb104-be1c939b, #w-node-f96c1f63-d20b-9664-d75b-4551be1c93bf-be1c939b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: end center;
}

#w-node-f96c1f63-d20b-9664-d75b-4551be1c93c6-be1c939b {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-f96c1f63-d20b-9664-d75b-4551be1c93cd-be1c939b {
  justify-self: end;
}

#w-node-_3675bdf7-de5d-6789-624f-c4fc4daee8ed-4daee8eb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3675bdf7-de5d-6789-624f-c4fc4daee8f0-4daee8eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3675bdf7-de5d-6789-624f-c4fc4daee8f1-4daee8eb {
  align-self: center;
}

#w-node-_3675bdf7-de5d-6789-624f-c4fc4daee8f4-4daee8eb {
  grid-area: 1 / 2 / 2 / 4;
  place-self: auto;
}

#w-node-_3675bdf7-de5d-6789-624f-c4fc4daee8f6-4daee8eb {
  justify-self: stretch;
}

#w-node-_0a3173fb-93f8-cb46-e5a3-ccba694bd602-4daee8eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_56290f4b-377c-3fe6-b2f4-e94e3ed3c6aa-c7ddecd9 {
    justify-self: start;
  }

  #w-node-f96c1f63-d20b-9664-d75b-4551be1c939e-be1c939b {
    grid-column: 1 / 5;
  }

  #w-node-_3675bdf7-de5d-6789-624f-c4fc4daee8f4-4daee8eb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f96c1f63-d20b-9664-d75b-4551be1c939e-be1c939b {
    grid-column-end: 2;
  }

  #w-node-_42d93cf2-1244-f57e-4580-a577cbcbb104-be1c939b, #w-node-f96c1f63-d20b-9664-d75b-4551be1c93bf-be1c939b {
    grid-column: span 1 / span 1;
  }

  #w-node-f96c1f63-d20b-9664-d75b-4551be1c93c6-be1c939b {
    grid-column-end: 2;
  }

  #w-node-f96c1f63-d20b-9664-d75b-4551be1c93cd-be1c939b {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_56290f4b-377c-3fe6-b2f4-e94e3ed3c6e4-c7ddecd9 {
    justify-self: start;
  }
}
