@font-face {
  font-family: Mpluscodelatin;
  src: url('../fonts/MPLUSCodeLatin-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mpluscodelatin;
  src: url('../fonts/MPLUSCodeLatin-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mpluscodelatin;
  src: url('../fonts/MPLUSCodeLatin-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mpluscodelatin;
  src: url('../fonts/MPLUSCodeLatin-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mpluscodelatin;
  src: url('../fonts/MPLUSCodeLatin-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mpluscodelatin;
  src: url('../fonts/MPLUSCodeLatin-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mpluscodelatin;
  src: url('../fonts/MPLUSCodeLatin-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-ExtraBold.ttf') format("truetype"), url('../fonts/Geist-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

body {
  color: #485369;
  font-family: Geist, Trebuchet MS, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.section__header {
  background-image: linear-gradient(218deg, #121926, #1c2736);
  border-radius: 24px;
  padding-top: 140px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 100px #1c4dad80;
}

.container1316px {
  z-index: 2;
  justify-content: center;
  width: 100%;
  max-width: 1376px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

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

.container1316px.vertical {
  flex-direction: column;
  align-items: center;
}

.container1316px.vertical.rel {
  z-index: 2;
  position: relative;
}

.navbar {
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 0;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-brands {
  position: relative;
}

.brand-tm {
  z-index: 2;
  background-image: url('../images/avatar-res.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 200px;
  width: 80px;
  height: 80px;
}

.brand-tm.w--current {
  background-image: url('../images/image_6483441.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
}

.nav-link {
  color: #fff;
  text-align: center;
  letter-spacing: .3px;
  text-transform: none;
  border-bottom: 1px solid #fff3;
  margin-left: 38px;
  padding: 7px 1px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .2s, color .2s cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

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

.nav-menu {
  align-items: center;
  display: flex;
}

.navbar-wrapper {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  max-width: 1830px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.brand-wf {
  z-index: 1;
  background-color: #1c4dad;
  background-image: url('../images/wf-ico.svg');
  background-position: 14px;
  background-repeat: no-repeat;
  background-size: 36px;
  border-radius: 200px;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 45px;
}

.dropdown-lang {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff3;
  border-radius: 200px;
  padding: 8px 32px;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94), color .2s cubic-bezier(.25, .46, .45, .94);
}

.dropdown-lang:hover {
  color: #fff;
  background-color: #ffffff0f;
}

.drop-link {
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
}

.dropdown {
  margin-left: 40px;
}

.drop-lang {
  color: #fff;
  text-align: center;
  background-color: #0000;
  font-size: 16px;
  font-weight: 700;
  transition: color .2s cubic-bezier(.25, .46, .45, .94);
}

.dropdown-list {
  background-color: #0000;
}

.header-left {
  max-width: 800px;
  position: relative;
}

.header-left.is-smaller {
  max-width: 730px;
}

.header-right {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  max-width: 280px;
  margin-left: 80px;
  display: flex;
  position: relative;
}

.name {
  color: #8496b7;
  margin-bottom: 21px;
  line-height: 28px;
}

.name.hidden {
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 60px;
  font-weight: 600;
  line-height: 64px;
}

.h1.hero {
  margin-bottom: 24px;
}

.h1.black {
  color: #121926;
  text-align: center;
}

.h1.black._700px {
  max-width: 700px;
}

.h1.black._20bottom {
  margin-bottom: 20px;
}

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

.h1.white._600px {
  max-width: 600px;
}

.h1.white.subscribe {
  max-width: 688px;
  margin-bottom: 48px;
  font-size: 36px;
  line-height: 50px;
}

.h1.white.test {
  z-index: 1;
  position: relative;
}

.h1.smaller {
  font-size: 28px;
  font-weight: 400;
  line-height: 48px;
}

.p {
  margin-bottom: 0;
}

.p.light {
  color: #8496b7;
}

.p.light._600px {
  text-align: center;
  max-width: 600px;
}

.p._700px {
  text-align: center;
  max-width: 700px;
}

.p._800px {
  text-align: center;
  max-width: 800px;
}

.p._800px.contact {
  max-width: 500px;
  line-height: 32px;
}

.p._800px.contact.cz {
  max-width: 430px;
}

.p-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 0;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: border .2s cubic-bezier(.25, .46, .45, .94), color .2s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
}

.p-link:hover {
  border: 1px #000;
}

.p-link.no-hov:hover {
  border-bottom-style: solid;
  border-bottom-color: #fff;
  text-decoration: none;
}

.p-link.no-hov.is-hero {
  color: #fff;
  border-bottom-color: #fff6;
  padding-bottom: 2px;
  font-weight: 600;
  display: inline;
}

.p-link.no-hov.is-hero.is-dark {
  color: #485369;
  border-bottom-color: #48536966;
}

.header-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 24px;
  display: flex;
}

.btn {
  color: var(--white);
  background-color: #1c4dad;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px 15px;
  text-decoration: none;
  transition: color .2s, background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn.margin-right {
  margin-right: 24px;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.btn.margin-right:hover {
  background-color: #193a7a;
}

.btn.transparent {
  background-color: #0000;
  box-shadow: inset 0 0 0 2px #fff3;
}

.btn.transparent:hover {
  color: #121926;
  background-color: #ffffff0f;
}

.btn.pricing {
  margin-top: 28px;
}

.btn.pricing.white {
  color: #121926;
  background-color: #fff;
}

.btn.pricing.white:hover {
  color: var(--white);
}

.btn--text {
  z-index: 1;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.btn--text.black {
  color: #121926;
}

.divider {
  background-color: #232e46;
  width: 1px;
  height: 50px;
  position: relative;
}

.gr1 {
  z-index: 3;
  width: 100%;
  position: relative;
}

.gr2 {
  z-index: 4;
  width: 100%;
  position: relative;
}

.gr2-link {
  z-index: 3;
  position: relative;
}

.arrows {
  z-index: 2;
  position: absolute;
  top: 40%;
}

.sq-1 {
  z-index: 1;
  width: 23px;
  height: 23px;
  position: absolute;
  inset: 165px -59px auto auto;
  box-shadow: inset 0 0 0 3px #1c4dad;
}

.sq-2 {
  z-index: 1;
  width: 23px;
  height: 23px;
  position: absolute;
  inset: 213px auto auto -90px;
  box-shadow: inset 0 0 0 3px #1c4dad;
}

.sq-3 {
  z-index: 1;
  background-color: #000;
  width: 23px;
  height: 23px;
  position: absolute;
  inset: -60px auto auto 275px;
}

.mobile-langs {
  display: none;
}

.section__projects {
  flex-direction: column;
  padding-top: 29px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
}

.section__needa {
  background-image: linear-gradient(218deg, #121926, #1c2736);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.needa_title {
  z-index: 1;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 700px;
  display: flex;
  position: relative;
}

.sq-4 {
  background-color: #000;
  width: 23px;
  height: 23px;
  position: absolute;
  inset: 58px auto auto -75px;
}

.sq-5 {
  width: 23px;
  height: 23px;
  position: absolute;
  inset: 140px -64px auto auto;
  box-shadow: inset 0 0 0 3px #1c4dad;
}

.needa-grid {
  z-index: 1;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 60px;
  position: relative;
}

.needa-box {
  background-image: linear-gradient(#111723, #11172300);
  border-radius: 12px 12px 0 0;
  padding: 56px 40px 64px;
  position: relative;
}

.needa-box--title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 30px;
  line-height: 36px;
}

.needa-box--p {
  color: #8496b7;
  margin-bottom: 0;
  font-weight: 400;
}

.needa-box--sticker {
  color: #fff;
  background-color: #2e7267;
  border-radius: 50px;
  padding: 11px 20px 10px;
  font-size: 15px;
  line-height: 100%;
  position: absolute;
  inset: -17px auto auto 40px;
}

.needa-box--sticker.blue {
  background-color: #1c4dad;
}

.needa-box--sticker.purple {
  background-color: #4e5177;
}

.sticker-line {
  color: #ffffff4d;
}

.section__convert {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.convert-sw {
  margin-top: 40px;
  margin-bottom: 40px;
}

.convert_title {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.sq-6 {
  width: 23px;
  height: 23px;
  position: absolute;
  inset: 132px -64px auto auto;
  box-shadow: inset 0 0 0 3px #d9dfea;
}

.sq-7 {
  width: 23px;
  height: 23px;
  position: absolute;
  inset: auto auto 121px -50px;
  box-shadow: inset 0 0 0 3px #d9dfea;
}

.section__testimonials {
  background-image: linear-gradient(218deg, #121926, #1c2736);
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tes-line1 {
  z-index: 1;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tes-line1._2 {
  justify-content: flex-end;
  margin-bottom: 0;
}

.tes-1 {
  width: auto;
  max-width: none;
  max-height: 224px;
  margin-left: 16px;
  margin-right: 16px;
}

.loop-1, .loop-2 {
  display: flex;
}

.tes-2 {
  width: auto;
  max-width: none;
  max-height: 224px;
  margin-left: 16px;
  margin-right: 16px;
}

.section__pricing {
  background-color: #f8f9fc;
  padding-top: 80px;
  padding-bottom: 120px;
  position: relative;
}

.pricing-tabs {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 100px;
}

.pricing-box {
  background-color: #fff;
  border-radius: 12px;
  padding: 56px 40px;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94);
  box-shadow: 0 4px 99px #19223126;
}

.pricing-box:hover {
  transform: scale(1.03);
}

.pricing-box.blue {
  background-color: #1c4dad;
  transform: scale(1.05);
}

.pricing--img {
  width: auto;
  height: 56px;
  margin-bottom: 10px;
}

.pricing--title {
  color: #121926;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
}

.pricing--title.white {
  color: #fff;
}

.pricing--price {
  color: #121926;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 32px;
}

.pricing--price.white {
  color: #fff;
}

.price-highlight {
  font-weight: 500;
  box-shadow: inset 0 -14px #ffd74947;
}

.price-highlight.white {
  box-shadow: inset 0 -14px #ffffff30;
}

.pricing--info {
  background-image: url('../images/con-blue.svg');
  background-position: 0 20%;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 12px;
  padding-bottom: 10px;
  padding-left: 36px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.pricing--info.white {
  color: #fff;
  background-image: url('../images/con-white.svg');
  border-bottom-color: #ffffff4d;
}

.plus {
  font-weight: 400;
  line-height: 10px;
}

.section__contact {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.contact--mail {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  text-align: center;
  background-color: #121926;
  border-radius: 6px;
  flex-flow: row;
  align-items: center;
  max-width: 350px;
  margin-top: 32px;
  margin-bottom: 60px;
  padding: 36px 60px 40px 45px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.email-form {
  width: 100%;
  max-width: 650px;
  margin-bottom: 0;
  display: block;
}

.form-wrapper {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.form--textarea {
  border: 1px #000;
  border-radius: 0;
  min-width: 100%;
  max-width: 100%;
  min-height: 300px;
  margin-bottom: 30px;
  padding: 40px;
  font-size: 18px;
  transition: box-shadow .2s cubic-bezier(.25, .46, .45, .94);
  box-shadow: 0 4px 40px #1922311a;
}

.form--textarea:focus {
  box-shadow: 0 4px 40px #1922314d;
}

.form--textarea::placeholder {
  color: #485369b3;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}

.submit-btn {
  text-transform: uppercase;
  background-color: #1c4dad;
  border-radius: 0;
  align-self: flex-end;
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.submit-btn:hover {
  background-color: #193a7a;
}

.success-message {
  background-color: #2e7267;
  border-radius: 0;
}

.success-text {
  color: #fff;
  text-align: center;
}

.error-message {
  background-color: #812c2d;
  border-radius: 0;
  margin-top: 40px;
  padding: 20px;
}

.form-error-text {
  color: #fff;
  text-align: center;
}

.field-text {
  background-color: #fff;
  border: 1px #000;
  border-radius: 0;
  margin-bottom: 24px;
  padding: 40px;
  font-size: 18px;
  font-weight: 500;
  transition: box-shadow .2s cubic-bezier(.25, .46, .45, .94);
  box-shadow: 0 4px 40px #1922311a;
}

.field-text:focus {
  font-weight: 500;
  box-shadow: 0 4px 40px #1922314d;
}

.field-text::placeholder {
  color: #485369b3;
  font-weight: 400;
}

.section__subscribe {
  background-image: linear-gradient(218deg, #121926, #1c2736);
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 334px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.subscribe-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.subscribe--field {
  color: #485369;
  border: 1px red;
  border-radius: 200px;
  min-width: 300px;
  margin-bottom: 0;
  margin-left: 8px;
  margin-right: 8px;
  padding: 26px 32px 26px 24px;
  font-size: 16px;
  line-height: 24px;
}

.subscribe--cta {
  letter-spacing: .3px;
  text-transform: uppercase;
  background-color: #2e7267;
  border-radius: 200px;
  align-self: stretch;
  margin-left: 8px;
  margin-right: 8px;
  padding: 0 32px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.subscribe--cta:hover {
  background-color: #22574e;
}

.section__marketplace {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.image-2 {
  z-index: 2;
  width: 100%;
  margin-top: 0;
  position: relative;
  inset: auto 0% 58%;
}

.cta_market {
  background-color: #1c4dad;
  background-image: url('../images/wf-ico.svg');
  background-position: 32px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 200px;
  padding: 14px 32px 13px 68px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cta_market:hover {
  background-color: #193a7a;
}

.cta_market--text {
  color: #fff;
  letter-spacing: .3px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.section__footer {
  background-image: linear-gradient(218deg, #121926, #1c2736);
  padding: 40px 30px 32px;
  position: relative;
}

.footer__top {
  z-index: 2;
  border-bottom: 1px solid #ffffff1a;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1770px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.footer__top--left {
  align-items: center;
  display: flex;
}

.footer__top--right {
  align-self: center;
  align-items: center;
  display: flex;
}

.footer--avatar {
  background-image: url('../images/image_6483441.webp'), url('../images/avatar-res.webp');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  border-radius: 200px;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.footer--name {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.footer__bottom {
  z-index: 2;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1770px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.footer__bottom--left {
  align-items: center;
  display: flex;
}

.footer--copy {
  color: #8496b7;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.fooler--follow {
  color: #fff;
  font-size: 16px;
  line-height: 100%;
}

.footer-soc-wrapper {
  align-self: auto;
  margin-left: 32px;
  display: flex;
}

.soc-link {
  background-color: #0d121c;
  border-radius: 200px;
  width: 48px;
  height: 48px;
  margin-right: 12px;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.soc-link:hover {
  background-color: #000;
}

.soc-link.tw {
  background-image: url('../images/ico-x.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 19px;
}

.soc-link.wf {
  background-image: url('../images/wf-ico.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.soc-link.medium {
  background-image: url('../images/ico-medium.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.soc-link.linkedin {
  background-image: url('../images/ico-linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.soc-link.dribbble {
  background-image: url('../images/ico-dribbble.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.soc-link.upwork {
  background-image: url('../images/ico-upwork.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.subscibe-holder {
  display: flex;
}

.label {
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.projects-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 80px;
}

.grid-project {
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.pr-img-wrap {
  border: 4px #e2e2e2;
  align-items: flex-start;
  width: 100%;
  height: 507px;
  display: flex;
  overflow: hidden;
}

.proj-img-holder {
  background-color: #121827;
  border: 5px solid #121827;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  height: 800px;
  max-height: none;
  transition: border .1s cubic-bezier(.25, .46, .45, .94), box-shadow .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 50px 11px #12182773;
}

.proj-img-holder:hover {
  border-color: #1b4dad;
  box-shadow: 1px 1px 80px 11px #1b4dade6;
}

.proj-img-holder._1 {
  top: 48px;
}

.proj-img-holder._2 {
  top: 96px;
}

.proj-img-holder.hidden {
  display: none;
}

.embed--img {
  height: 100%;
}

.hero-bg-grad {
  z-index: 0;
  opacity: .43;
  filter: blur(64px) blur(64px);
  background-image: linear-gradient(132deg, #2f7e70 27%, #0b255c 50%, #4046af 79%);
  border-radius: 500px;
  width: 500px;
  min-width: 500px;
  height: 500px;
  min-height: 500px;
  position: absolute;
  inset: -267px auto auto -276px;
}

.header-left-wrap {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.need-bg-grad, .test-bg-grad {
  z-index: 0;
  opacity: .43;
  filter: blur(64px) blur(64px);
  background-image: linear-gradient(132deg, #2f7e70 27%, #0b255c 50%, #4046af 79%);
  border-radius: 500px;
  width: 500px;
  min-width: 500px;
  height: 500px;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 96px auto auto;
}

.subs-bg-grad {
  z-index: 0;
  opacity: .43;
  filter: blur(64px) blur(64px);
  background-image: linear-gradient(132deg, #2f7e70 27%, #0b255c 50%, #4046af 79%);
  border-radius: 500px;
  width: 600px;
  min-width: 600px;
  height: 600px;
  min-height: 600px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto -219px;
}

.nav-link__bg {
  background-color: #ffffff12;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.nav-link__txt {
  z-index: 2;
  position: relative;
}

.navmenu-wrap {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.contact--mail__mail {
  z-index: 2;
  margin-bottom: 0;
  font-size: 22px;
  text-decoration: underline;
  position: relative;
}

.footer__top-1 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
  display: flex;
}

.footer__top-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer__top-2--a {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 35%;
  max-width: 529px;
  margin-right: 80px;
  display: flex;
}

.footer__top-2--b {
  flex-direction: column;
  align-items: flex-start;
  max-width: 291px;
  margin-right: 80px;
  display: flex;
}

.footer--call {
  color: #8496b7;
  margin-bottom: 0;
}

.footer-availibility-wrap {
  background-color: #181e29;
  border-radius: 6px;
  align-items: center;
  margin-top: 42px;
  padding: 16px 20px;
  display: flex;
  transform: rotate(-1deg);
  box-shadow: 0 0 100px #ffffff1f;
}

.footer-call--link {
  color: #fff;
  border-bottom: 1px solid #fff3;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .2s;
  position: relative;
}

.footer-call--link:hover {
  border-bottom-color: #fff;
  text-decoration: none;
}

.availability-dot-wrap {
  display: inline-block;
}

.avail-circle {
  background-color: #24ff00;
  border-radius: 20px;
  width: 8px;
  height: 8px;
  position: absolute;
}

.avail-circle.busy {
  background-color: #f3921b;
}

.avail-circle-animated {
  float: none;
  clear: none;
  background-color: #24ff00;
  border-radius: 20px;
  width: 8px;
  height: 8px;
  position: relative;
  inset: 0%;
}

.avail-circle-animated.busy {
  background-color: #f3921b;
}

.availability--txt {
  color: #fff;
  margin-left: 10px;
  font-size: 14px;
  line-height: 22px;
}

.availability--txt.av {
  display: none;
}

.footer--p {
  color: #8496b7;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.footer-p-margin {
  margin-bottom: 30px;
}

.footer-p--bold {
  color: #fff;
  font-weight: 400;
}

.footer-cookie-wrap {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.footer-cookie--ico {
  height: 15px;
  margin-right: 8px;
}

.footer-cookie--link {
  color: #fff;
  border-bottom: 1px solid #fff3;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  transition: border-color .2s;
}

.footer-cookie--link:hover {
  border-bottom-color: #fff;
}

.feed-url {
  color: #fff;
  background-color: #f4f4f4;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 277px;
  padding: 20px 80px 20px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta {
  color: #ec6726;
  text-align: center;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  margin-top: 20px;
  padding: 20px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-decoration: none;
  transition: color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #ec6726;
}

.cta:hover {
  color: #fff;
}

._wf-partner-badge {
  z-index: 2;
  color: #fff;
  background-color: #000;
  border-top-left-radius: 8px;
  align-items: center;
  padding: 9px 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

._wf-partner-badge:hover {
  background-color: #2b2b2b;
}

._wf-partner__ico {
  height: 12px;
  margin-right: 8px;
}

.bg-noise {
  z-index: 0;
  opacity: .02;
  background-image: url('../images/bg-noise-move.gif');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.bg-noise.white {
  opacity: .02;
}

.html-embed {
  display: none;
}

.section-pdf-holder {
  padding-top: 60px;
}

.pdf-holder {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.pdfko {
  width: 100%;
}

.test-text {
  max-width: 800px;
  margin: 40px auto;
}

.pdf-height {
  height: 600px;
}

.av__highlight {
  background-color: #8496b733;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 700;
  display: inline-block;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.txt-hidden {
  opacity: 0;
  height: 0;
}

.project-title-holder {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: -25px;
  padding-top: 47px;
  display: flex;
  position: relative;
}

.project-number-wrap {
  z-index: 2;
  color: #fff;
  text-align: center;
  background-color: #1c4dad;
  border-radius: 500px;
  max-width: none;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 22px;
  display: block;
  position: absolute;
  inset: 135px auto auto;
  transform: rotate(3deg);
}

.number-hl {
  background-color: #153a85;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  transform: translate(0, 1px);
}

.market-link {
  align-items: center;
  width: 100%;
  max-width: 532px;
  margin-top: -282px;
  margin-bottom: 30px;
  display: flex;
}

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

.section__stolen-script {
  background-image: linear-gradient(218deg, #121926, #1c2736);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.stolen-content-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.stolen-highlight {
  color: #fff;
  background-color: #ffffff24;
  font-weight: 800;
  transition: background-color .2s;
}

.stolen-highlight:hover {
  background-color: #fff0;
}

.gsap-sticker {
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
  position: absolute;
  inset: -1% auto auto 68%;
}

.header-holder {
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.cta__circle {
  transform-origin: 50%;
  background-color: #133983;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  transition: left .3s, top .3s, transform .3s;
  position: absolute;
  transform: scale(0);
}

.cta__circle.is-white {
  background-color: #fff;
}

.cta__circle.is-black {
  background-color: #121926;
}

.cta__circle.is-blue {
  background-color: #1c4dad;
}

.p-bold {
  color: #fff;
}

.p-bold._w-underline {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  display: inline;
}

.covert-p-wrap {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.hero-title-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
  display: flex;
}

.contact-hero-title-wrap {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.contact__email--ico {
  opacity: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 17px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .section__header {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .container1316px.header {
    flex-direction: column;
  }

  .navbar {
    height: 1px;
    padding: 0;
  }

  .navbar-brands {
    z-index: 1;
    left: 0;
  }

  .nav-link {
    border-bottom-style: solid;
    margin-bottom: 8px;
    margin-left: 0;
    padding-top: 13px;
    padding-bottom: 8px;
    font-size: 24px;
    text-decoration: none;
  }

  .nav-link.footer {
    margin-left: 12px;
    margin-right: 12px;
    padding-bottom: 3px;
    font-size: 16px;
  }

  .div-block {
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav-menu {
    z-index: 2;
    background-color: #0c111a;
    flex-direction: row;
    justify-content: center;
    padding-top: 120px;
    padding-bottom: 60px;
    display: flex;
    box-shadow: 0 20px 200px 20px #000;
  }

  .navbar-wrapper {
    padding-top: 30px;
    position: relative;
  }

  .dropdown-lang {
    text-decoration: none;
  }

  .dropdown-lang.mobile {
    margin-left: 12px;
    margin-right: 12px;
  }

  .drop-link {
    font-size: 18px;
  }

  .dropdown {
    flex-direction: column;
    margin-top: 40px;
    margin-left: auto;
    display: none;
  }

  .dropdown-list.w--open {
    position: relative;
  }

  .header-left {
    max-width: none;
    margin-bottom: 60px;
  }

  .header-right {
    flex-direction: row;
    max-width: 500px;
    margin-left: 0;
  }

  .name {
    text-align: center;
  }

  .h1 {
    text-align: center;
    font-size: 48px;
    line-height: 60px;
  }

  .h1.hero {
    max-width: 600px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .header-buttons {
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
    display: flex;
  }

  .btn.margin-right {
    margin-right: 12px;
  }

  .divider {
    width: 80px;
    height: 1px;
  }

  .gr1 {
    width: 50%;
  }

  .gr2 {
    position: relative;
    top: 14px;
  }

  .arrows {
    top: 115px;
    left: 39%;
  }

  .sq-1 {
    top: 184px;
    right: 86px;
  }

  .sq-2 {
    top: 181px;
    left: 83px;
  }

  .sq-3 {
    inset: -46px 321px auto auto;
  }

  .menu-button {
    z-index: 4;
    width: 60px;
    height: 60px;
    padding: 0;
    position: absolute;
    inset: 35px 30px auto auto;
  }

  .menu-button.w--open {
    z-index: 4;
    background-color: #0000;
    inset: 35px 30px auto auto;
  }

  .mobile-langs {
    margin-top: 40px;
    display: block;
  }

  .section__projects {
    padding-top: 10px;
    padding-bottom: 100px;
  }

  .lottie-animation {
    width: 60px;
    height: 60px;
  }

  .sq-4 {
    inset: 0% auto auto 0%;
  }

  .sq-5 {
    inset: auto -3% 52% auto;
  }

  .needa-grid {
    grid-column-gap: 16px;
    margin-top: 80px;
  }

  .needa-box {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 40px 32px 56px;
  }

  .needa-box--title {
    font-size: 24px;
    line-height: 38px;
  }

  .needa-box--p {
    font-size: 18px;
    line-height: 29px;
  }

  .needa-box--sticker {
    left: 32px;
  }

  .sq-6 {
    inset: auto -1% 68% auto;
  }

  .sq-7 {
    inset: auto auto 25% 2%;
  }

  .pricing-tabs {
    grid-column-gap: 16px;
  }

  .pricing-box {
    border-radius: 10px;
    padding-left: 24px;
    padding-right: 24px;
    transition-property: none;
  }

  .pricing-box:hover {
    transform: none;
  }

  .pricing-box.blue {
    transform: scale(1);
  }

  .contact--mail {
    border-radius: 10px;
    margin-bottom: 40px;
    padding: 31px 50px 35px;
  }

  .subscribe--field {
    min-width: auto;
  }

  .section__footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer__top {
    flex-direction: column;
  }

  .footer__top--right {
    flex-direction: row;
    margin-top: 24px;
  }

  .footer__bottom, .footer__bottom--left {
    flex-direction: column;
  }

  .footer-soc-wrapper {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0;
  }

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

  .projects-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: 32px;
  }

  .proj-img-holder {
    border-radius: 8px;
    height: 400px;
  }

  .hero-bg-grad {
    margin-left: auto;
    margin-right: auto;
    inset: -125px 0% auto;
  }

  .header-left-wrap {
    align-items: center;
  }

  .need-bg-grad {
    margin-left: auto;
    margin-right: auto;
    inset: -125px 0% auto;
  }

  .test-bg-grad {
    margin-left: auto;
    margin-right: auto;
    inset: 66px 0% auto;
  }

  .subs-bg-grad {
    width: 500px;
    min-width: 500px;
    height: 500px;
    min-height: 500px;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% -136px;
  }

  .nav-link__bg {
    display: none;
  }

  .navmenu-wrap {
    flex-direction: column;
  }

  .contact--mail__mail {
    font-size: 20px;
  }

  .footer__top-1 {
    flex-flow: column wrap;
    justify-content: space-between;
    margin-bottom: 80px;
  }

  .footer__top-2--a, .footer__top-2--b {
    margin-right: 50px;
  }

  .footer--call {
    font-size: 18px;
    line-height: 32px;
  }

  .footer-availibility-wrap {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .feed-url {
    height: 210px;
  }

  .project-title-holder {
    margin-bottom: 35px;
  }

  .project-number-wrap {
    top: 125px;
  }

  .section__stolen-script {
    padding-top: 190px;
    padding-bottom: 80px;
  }

  .header-holder {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta__circle {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section__header {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    padding-top: 142px;
    padding-bottom: 50px;
  }

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

  .header-right {
    flex-direction: column;
    max-width: 250px;
  }

  .h1.hero {
    max-width: 80%;
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 48px;
  }

  .h1.black, .h1.white {
    font-size: 36px;
    line-height: 48px;
  }

  .h1.white._600px {
    margin-bottom: 30px;
  }

  .h1.white.subscribe {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 48px;
  }

  .btn {
    padding: 13px 24px 12px;
  }

  .divider {
    width: 1px;
    height: 40px;
  }

  .gr1 {
    width: 100%;
  }

  .gr2 {
    top: 0;
  }

  .arrows {
    top: 210px;
    left: auto;
  }

  .sq-1 {
    width: 18px;
    height: 18px;
    top: 214px;
    right: 2%;
  }

  .sq-2 {
    width: 18px;
    height: 18px;
    top: -3px;
    left: 4%;
  }

  .sq-3 {
    width: 18px;
    height: 18px;
    right: 40%;
  }

  .menu-button, .menu-button.w--open {
    right: 20px;
  }

  .section__projects {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section__needa {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sq-4 {
    width: 18px;
    height: 18px;
    inset: 30% auto auto 0%;
  }

  .sq-5 {
    width: 18px;
    height: 18px;
    inset: 10% 0% auto auto;
  }

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

  .needa-box {
    border-radius: 10px;
  }

  .section__convert {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sq-6 {
    width: 18px;
    height: 18px;
    inset: auto 3% 8% auto;
  }

  .sq-7 {
    width: 18px;
    height: 18px;
    inset: auto auto 37% 3%;
  }

  .section__testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tes-line1 {
    margin-top: 0;
  }

  .loop-1 {
    height: auto;
  }

  .section__pricing {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pricing-tabs {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .pricing-box {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section__contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact--mail {
    margin-bottom: 30px;
    padding: 26px 40px 30px;
  }

  .section__subscribe {
    padding-top: 60px;
    padding-bottom: 282px;
  }

  .form-subscribe {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    width: 100%;
    max-width: 500px;
    display: flex;
  }

  .subscribe-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .subscribe--field {
    align-self: center;
    width: 100%;
    max-width: none;
    margin-bottom: 18px;
    margin-left: 0;
    margin-right: 0;
  }

  .subscribe--cta {
    align-self: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .section__marketplace {
    height: auto;
    padding-top: 0;
  }

  .image-2 {
    padding-left: 30px;
    padding-right: 30px;
    position: static;
    bottom: 0;
  }

  .section__footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer__top {
    padding-bottom: 60px;
  }

  .footer__top--left {
    flex-direction: column;
    margin-bottom: 32px;
  }

  .footer__top--right {
    flex-direction: column;
    margin-top: 0;
  }

  .footer--avatar {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .subscibe-holder {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .projects-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
    margin-top: 18px;
  }

  .grid-project {
    align-items: center;
  }

  .proj-img-holder {
    height: 400px;
  }

  .proj-img-holder._1, .proj-img-holder._2 {
    top: 0;
  }

  .hero-bg-grad {
    width: 400px;
    min-width: 400px;
    height: 400px;
    min-height: 400px;
    top: -61px;
  }

  .need-bg-grad {
    width: 400px;
    min-width: 400px;
    height: 400px;
    min-height: 400px;
    top: 33px;
  }

  .test-bg-grad {
    width: 400px;
    min-width: 400px;
    height: 400px;
    min-height: 400px;
    top: 54px;
  }

  .subs-bg-grad {
    width: 400px;
    min-width: 400px;
    height: 400px;
    min-height: 400px;
    inset: auto 0% -92px;
  }

  .contact--mail__mail {
    font-size: 18px;
  }

  .footer__top-1 {
    margin-bottom: 50px;
  }

  .footer__top-2 {
    flex-flow: wrap;
    justify-content: center;
  }

  .footer__top-2--a {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 500px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer__top-2--b {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 480px;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .footer__top-2--c {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footer-availibility-wrap {
    margin-top: 24px;
  }

  .feed-url {
    height: 180px;
    padding-right: 40px;
  }

  ._wf-partner-badge {
    display: none;
  }

  .pdf-height {
    height: 400px;
  }

  .project-title-holder {
    margin-bottom: 43px;
    padding-top: 40px;
  }

  .project-number-wrap {
    font-size: 12px;
    line-height: 18px;
    top: 100px;
  }

  .market-link {
    margin-top: -250px;
    margin-bottom: 30px;
  }

  .section__stolen-script {
    padding-top: 160px;
    padding-bottom: 60px;
  }

  .header-holder {
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (max-width: 479px) {
  .section__header {
    padding-top: 120px;
  }

  .container1316px, .container1316px.header {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .navbar-brands {
    left: 20px;
  }

  .brand-tm.w--current {
    width: 60px;
    height: 60px;
  }

  .nav-link {
    padding-bottom: 6px;
    font-size: 20px;
  }

  .nav-menu {
    padding-top: 100px;
  }

  .navbar-wrapper {
    padding-top: 25px;
    padding-left: 0;
  }

  .brand-wf {
    width: 60px;
    height: 60px;
    left: 44px;
  }

  .drop-link {
    font-size: 16px;
  }

  .header-left {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 40px;
  }

  .h1.hero {
    max-width: none;
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 40px;
  }

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

  .h1.black._700px, .h1.black._24bottom {
    margin-bottom: 24px;
  }

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

  .h1.white._600px {
    margin-bottom: 24px;
  }

  .h1.white.subscribe {
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 38px;
  }

  .p.light {
    font-size: 18px;
  }

  .p._700px, .p._800px {
    font-size: 18px;
    line-height: 30px;
  }

  .header-buttons {
    flex-flow: column wrap;
    margin-top: 40px;
  }

  .btn.margin-right {
    text-align: center;
    margin-bottom: 16px;
    margin-left: 6px;
    margin-right: 6px;
  }

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

  .btn.pricing {
    margin-top: 16px;
  }

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

  .divider {
    height: 40px;
  }

  .gr1, .gr2-link {
    width: 70%;
  }

  .arrows {
    top: 38%;
  }

  .sq-1 {
    top: 61%;
    right: 0%;
  }

  .sq-2 {
    top: -25px;
  }

  .sq-3 {
    top: -41px;
    right: 37%;
  }

  .menu-button, .menu-button.w--open {
    top: 25px;
    right: 15px;
  }

  .section__projects {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section__needa {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .sq-4 {
    inset: 40% auto auto -14px;
  }

  .sq-5 {
    top: -30px;
    right: 2%;
  }

  .needa-grid {
    margin-top: 60px;
    margin-bottom: 48px;
  }

  .needa-box {
    padding-bottom: 32px;
  }

  .needa-box--title {
    text-align: left;
    font-size: 20px;
    line-height: 32px;
  }

  .needa-box--p {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
  }

  .section__convert {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sq-6 {
    inset: 16% 0% auto auto;
  }

  .sq-7 {
    inset: auto auto 44% 4%;
  }

  .section__testimonials {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .loop-1 {
    align-self: center;
    height: 90%;
  }

  .section__pricing {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing-tabs {
    margin-top: 50px;
  }

  .pricing-box {
    padding: 32px 24px;
  }

  .pricing--img {
    margin-bottom: 0;
  }

  .pricing--title {
    font-size: 24px;
    line-height: 32px;
  }

  .pricing--price {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .section__contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact--mail {
    margin-top: 24px;
    margin-bottom: 30px;
    padding: 21px 30px 25px;
    font-size: 18px;
  }

  .form--textarea {
    margin-bottom: 32px;
    padding: 30px;
    font-size: 16px;
  }

  .form--textarea::placeholder {
    font-size: 16px;
  }

  .success-text {
    font-size: 18px;
    line-height: 28px;
  }

  .error-message {
    margin-top: 32px;
  }

  .form-error-text {
    font-size: 18px;
    line-height: 28px;
  }

  .field-text {
    margin-bottom: 16px;
    padding: 30px;
  }

  .field-text::placeholder {
    font-size: 16px;
  }

  .section__subscribe {
    padding-top: 40px;
    padding-bottom: 131px;
  }

  .section__marketplace {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .image-2 {
    padding-left: 20px;
    padding-right: 20px;
    position: static;
    bottom: 0;
  }

  .cta_market--text {
    text-align: left;
  }

  .section__footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer__top {
    padding-bottom: 40px;
  }

  .footer__top--right {
    margin-bottom: 10px;
  }

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

  .footer-soc-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .soc-link {
    margin-bottom: 12px;
  }

  .projects-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .grid-project {
    align-items: center;
  }

  .header-left-wrap {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .subs-bg-grad {
    bottom: -147px;
  }

  .contact--mail__mail {
    font-size: 18px;
  }

  .footer__top-1, .footer__top-2--a {
    margin-bottom: 40px;
  }

  .footer-availibility-wrap {
    margin-top: 20px;
  }

  .feed-url {
    height: 277px;
  }

  .project-title-holder {
    margin-bottom: 54px;
  }

  .project-number-wrap {
    top: 89px;
  }

  .market-link {
    width: auto;
    margin-top: -101px;
    margin-bottom: 12px;
  }

  .section__stolen-script {
    padding-top: 120px;
  }
}


@font-face {
  font-family: 'Mpluscodelatin';
  src: url('../fonts/MPLUSCodeLatin-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mpluscodelatin';
  src: url('../fonts/MPLUSCodeLatin-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mpluscodelatin';
  src: url('../fonts/MPLUSCodeLatin-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mpluscodelatin';
  src: url('../fonts/MPLUSCodeLatin-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mpluscodelatin';
  src: url('../fonts/MPLUSCodeLatin-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mpluscodelatin';
  src: url('../fonts/MPLUSCodeLatin-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mpluscodelatin';
  src: url('../fonts/MPLUSCodeLatin-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-ExtraBold.ttf') format('truetype'), url('../fonts/Geist-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}