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

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

.body {
  object-fit: fill;
  background-color: #000;
  background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/641263e773926c9854bb0f7c_641247260200966613608070_stars%20(1).png");
  background-size: 30%;
  overflow: visible;
}

.body.about-us {
  background-image: url("https://cdn.prod.website-files.com/612ce8cfaaf5b03f184380c2/641263e773926c9854bb0f7c_641247260200966613608070_stars%20(1).png");
  background-size: 30%;
}

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

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

.xxl-heading-2 {
  text-align: left;
  font-family: Grifter, sans-serif;
  font-size: 56px;
  line-height: 1.2em;
}

.xxl-heading-2.mid-align {
  background-image: linear-gradient(156deg, var(--white) 9%, #de702c 40%, var(--indigo) 93%);
  text-align: left;
  letter-spacing: .5px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 1.1em;
}

.xxl-heading-2.mid-align._2 {
  background-image: linear-gradient(156deg, var(--white) 9%, var(--dark-orange) 49%, var(--indigo));
  text-align: center;
  padding-right: 0;
  font-size: 40px;
}

.xxl-heading-2.mid-align._2.heading-2 {
  font-size: 3vw;
}

.xxl-heading-2.mid-align._2.heading-2._21 {
  background-image: linear-gradient(156deg, var(--white) 9%, var(--dark-orange) 49%, var(--indigo));
  margin-bottom: 10px;
  font-size: 54px;
  line-height: 1.2em;
}

.xxl-heading-2.mid-align._2.heading-2._21.contact-us {
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 4rem;
  font-weight: 600;
}

.xxl-heading-2.mid-align._2.heading-2.blog-sec {
  font-size: 3.2rem;
  line-height: 1.2;
}

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

.xxl-heading-2.mid-align.stroy {
  background-image: linear-gradient(156deg, var(--white), #de702c 58%);
  letter-spacing: 0;
  font-size: 40px;
  line-height: .9em;
}

.xxl-heading-2.mid-align.stroy.hiring-join {
  text-align: center;
  text-align: center;
  margin-top: -10px;
  font-size: 3vw;
}

.hero__gradient {
  z-index: -999;
  opacity: .85;
  background-image: radial-gradient(circle, #5c31ff, #5c31ff00 69%);
  width: 200em;
  height: 200em;
  margin-bottom: -156.2em;
  margin-left: -692px;
  margin-right: -121.3em;
  padding-bottom: 0;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
  overflow: hidden;
}

.hero__gradient.abotu-us {
  opacity: .38;
  background-image: radial-gradient(circle, #5c31ff, #5c31ff00 69%);
  height: 100em;
  margin: -168px 4.2em 25.1em -153px;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.hero__gradient.webmock {
  margin-bottom: -147.5em;
  display: block;
}

.hero__gradient.is--other {
  opacity: .73;
  background-image: radial-gradient(circle, #d899c3, #f88cd400 69%);
  width: 160em;
  height: 160em;
  margin-bottom: -132.9em;
  margin-left: -431px;
  margin-right: auto;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
  overflow: hidden;
}

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

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

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

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

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

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

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  color: var(--white);
  font-family: Grifter, sans-serif;
  font-size: 80px;
  line-height: 70px;
}

.clock-label {
  color: var(--white-smoke);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
  font-family: Graphik, sans-serif;
}

.div-block-263 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 120vh;
  display: none;
}

.heading-46 {
  color: var(--white-smoke);
  margin-bottom: 20px;
  font-family: Grifter, sans-serif;
  font-size: 60px;
}

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

.field {
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  font-size: 24px;
  display: flex;
}

.field-radion {
  justify-content: space-between;
  margin-top: 0;
  display: flex;
  position: relative;
}

.div-block-18 {
  justify-content: space-between;
  margin-top: 24px;
  display: flex;
}

.div-block-18.cvs {
  text-align: left;
  text-align: left;
  justify-content: center;
  align-items: center;
}

.free-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-bottom: 100px;
  display: flex;
}

.textarea {
  color: var(--gainsboro);
  background-color: #fff0;
  border: 1px solid #ffffff8c;
  border-color: #0000 #ffffff8c #fff;
  border-radius: 15px;
  font-family: Poppins, sans-serif;
}

.textarea.linkcv {
  background-color: #ffffff0d;
  border-radius: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

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

.field-label {
  color: var(--gainsboro);
  width: 50%;
  margin-bottom: 20px;
  margin-right: 0;
  font-family: Graphik, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
}

.field-label.no-margin {
  width: auto;
  margin-bottom: 20px;
}

.field-label.no-margin.linkcv {
  margin-bottom: 20px;
  font-size: 18px;
}

.field-label.tag {
  margin-top: 20px;
  font-size: 1em;
}

.container-12 {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 1080px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 32px 0;
  display: flex;
}

.container-12.hiring-form {
  background-image: linear-gradient(#ffffff0d, #ffffff1a);
  border-top: 1px solid #ffffff8c;
  border-bottom: 1px solid #ffffff8c;
  border-radius: 30px;
  padding: 60px;
}

.text-field {
  color: #fff;
  background-color: #ffffff0f;
  border: 1px solid #0000;
  border-radius: 10px;
  font-family: Poppins, sans-serif;
}

.div-block-17 {
  margin-top: 30px;
}

.div-block-17.cv {
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 20px;
  display: block;
}

.section-25 {
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.section-25.cv {
  padding-bottom: 0;
}

.div-block-11 {
  display: flex;
}

.header-contatti {
  width: auto;
  font-size: 100px;
}

.header-contatti.hide {
  display: none;
}

.heading-8 {
  color: #fff;
  font-size: 90px;
  line-height: 1;
}

.heading-8.small {
  color: #fff;
  font-family: Grifter, sans-serif;
  font-size: 70px;
}

.heading-8.small.cv {
  margin-bottom: 0;
  font-size: 48px;
}

.heading-colored {
  color: var(--white-smoke);
  border: 1px solid #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Grifter, sans-serif;
  font-size: 125px;
  line-height: 1;
  position: relative;
}

.paragraph-6-copy {
  color: #fcfcfc;
  width: 50%;
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.5;
}

.paragraph-6-copy.cv {
  letter-spacing: 2px;
  letter-spacing: 2px;
  width: 100%;
  font-family: Graphik, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 100;
  line-height: 1.2;
}

.success-message {
  background-color: #fff0;
  border-radius: 20px;
}

.text-block-90 {
  color: var(--white-smoke);
  border-radius: 20px;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.2vh;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-semibold.text-color-purple {
  color: var(--white-smoke);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.1vw;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
}

.text-weight-semibold.text-color-purple {
  color: var(--white-smoke);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.1vw;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
}

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

.text-weight-semibold.text-color-purple._2._252 {
  margin-bottom: 20px;
}

.text-weight-semibold.text-color-purple._2._252.hiring-join {
  text-align: center;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 300;
}

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

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

.select-field-2 {
  color: #939fb2;
  text-align: left;
  background-color: #fffefe0d;
  border: 1px solid #fff;
  border-top: 1px #a7a7a766;
  border-radius: 10px;
  height: 2.75rem;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

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

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

.body-18 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.body-18.bottom-margin-30 {
  color: var(--white-smoke);
  margin-bottom: 30px;
  font-size: 1.3vw;
  font-weight: 300;
  line-height: 2.4vh;
}

.body-18.bottom-margin-30.story {
  text-align: justify;
  font-size: 1.1rem;
  line-height: 2.4vh;
}

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

.body-18.bottom-margin-30.story.email {
  text-align: center;
  text-align: center;
  font-size: 1rem;
}

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

.bold-text-63 {
  text-align: center;
  font-weight: 400;
}

.text-block-111 {
  color: var(--white);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.error-message {
  background-color: #cf0000;
  border-radius: 20px;
}

.link-15 {
  color: var(--orange);
  text-decoration: none;
}

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