:root {
  --dark: #161a25;
  --main: #4b6bf5;
  --haze: #f4f5f9;
  --grey-5: #e6e8ef;
  --grey-1: #525b73;
  --grade-1-1: #ff4dae;
  --grade-1-2: #4268ff;
  --grey-4: #cbd0df;
  --color-1: #ff2f5b;
  --color-2: #ff9c2d;
  --color-3: #f437a8;
  --grey-2: #7c8499;
  --grade-2-1: #ff9f2e;
  --grade-2-2: #f723c4;
  --grade-3-1: #00f2aa;
  --grade-3-2: #0083ff;
  --grade-4-1: #ffe10a;
  --grade-4-2: #ff3e5c;
  --grey-3: #a7adc0;
  --white: white;
  --color-4: #00e0ab;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  color: var(--dark);
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Roboto Slab, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Roboto Slab, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
}

h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Roboto Slab, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

h4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Roboto Slab, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

h5 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Roboto Slab, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

h6 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Roboto Slab, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
}

p {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 24px;
}

a {
  color: var(--main);
  text-decoration: underline;
}

blockquote {
  border-left: 3px solid var(--main);
  background-color: var(--haze);
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 24px 32px;
  font-family: Roboto Slab, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

figure {
  margin-top: 32px;
  margin-bottom: 32px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-size: 13px;
}

.section {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 136px 24px;
  display: flex;
  position: relative;
}

.section.dark {
  color: #fff;
}

.section.border-top {
  border-top: 1px solid var(--grey-5);
}

.section.page-header {
  background-color: var(--main);
  color: #fff;
  padding-top: 208px;
  overflow: hidden;
}

.section.page-header.white {
  color: var(--dark);
  background-color: #fff;
}

.section.page-header.grade {
  color: var(--dark);
}

.section.hero-v1 {
  height: 100vh;
  padding: 0;
  position: relative;
}

.section.color {
  background-color: var(--main);
  color: #fff;
}

.section.color.padding-1 {
  padding-top: 99px;
  padding-bottom: 50px;
}

.section.grade {
  background-image: linear-gradient(to bottom, white, var(--haze));
}

.section.grade.padding-2 {
  padding-top: 30px;
  padding-bottom: 100px;
}

.section.hero-v3-section {
  background-color: var(--dark);
  color: #fff;
  background-image: linear-gradient(#161a2566, #161a2566), url('../images/chris-knight-458508.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 80px;
  padding-bottom: 0;
}

.section.big-padding-top {
  padding-top: 200px;
}

.section.padding-small {
  padding-top: 88px;
  padding-bottom: 88px;
}

.section.hero-v2-section {
  background-color: var(--grey-1);
  color: #fff;
  height: 100vh;
  padding-top: 200px;
  padding-left: 64px;
  padding-right: 64px;
}

.section.hero-v6 {
  background-image: linear-gradient(135deg, var(--grade-1-1), #ff4daee0 0%, var(--grade-1-2));
  color: #fff;
  height: 100vh;
  padding-top: 32px;
  padding-bottom: 0;
}

.section.border-bottom {
  border-bottom: 1px solid var(--grey-5);
}

.section.grade-1, .section.grade-2 {
  color: #fff;
}

.section.utility-section {
  height: 100vh;
  padding-top: 216px;
  overflow: hidden;
}

.section.hero-v5-section {
  padding-top: 224px;
  padding-bottom: 0;
}

.section.small-page-header {
  padding-top: 80px;
  padding-bottom: 0;
}

.section.aliyev {
  display: none;
}

.wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.wrapper.nav-bar-wrapper {
  z-index: 1;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.wrapper.side-paddings {
  padding-left: 15px;
  padding-right: 15px;
}

.wrapper.hero-v6-wrapper {
  z-index: 1;
  height: 100%;
  min-height: 720px;
}

.button {
  background-color: var(--main);
  color: #fff;
  text-align: center;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
}

.button:hover {
  box-shadow: 0 4px 12px #4b6bf580;
}

.button.small {
  border-radius: 20px;
  height: 40px;
  padding: 10px 24px;
  font-size: 13px;
  line-height: 20px;
}

.button.big {
  border-radius: 28px;
  height: 56px;
  padding: 15px 32px;
  font-size: 17px;
  line-height: 28px;
}

.button.ghost {
  box-shadow: inset 0 0 0 2px var(--grey-5);
  color: var(--dark);
  background-color: #0000;
}

.button.ghost:hover {
  box-shadow: inset 0 0 0 2px var(--grey-4);
}

.button.white {
  color: var(--dark);
  background-color: #fff;
}

.button.white:hover {
  box-shadow: 0 4px 12px #161a2540;
}

.button.ghost-bg {
  background-color: #0000;
  box-shadow: inset 0 0 0 2px #fff6;
}

.button.ghost-bg:hover {
  box-shadow: inset 0 0 0 2px #fff;
}

.button.red {
  background-color: var(--color-1);
  flex: 0 auto;
}

.button.red:hover {
  box-shadow: 0 4px 12px #ff2f5b73;
}

.button.yellow {
  background-color: var(--color-2);
}

.button.yellow:hover {
  box-shadow: 0 4px 12px #ff9c2d80;
}

.button.rose {
  background-color: var(--color-3);
}

.button.rose:hover {
  box-shadow: 0 4px 12px #f437a880;
}

.button.side-margins {
  margin-left: 8px;
  margin-right: 8px;
}

.button.subscribe-button {
  background-color: var(--color-3);
  width: 33.33%;
  margin-left: 8px;
  margin-right: 8px;
}

.button.subscribe-button:hover {
  box-shadow: 0 4px 12px #161a254d;
}

.button.quote-button {
  background-image: url('../images/calc-icon.svg');
  background-position: 24px;
  background-repeat: no-repeat;
  padding-left: 56px;
}

.style-block {
  text-align: left;
  padding: 40px 15px;
}

.paragraph-small {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 20px;
}

.button-styles {
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin-bottom: 40px;
  padding: 24px 15px;
  display: flex;
}

.button-style-wrapper {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 25%;
  padding: 24px 4%;
  display: flex;
}

.button-style-wrapper.dark-bg {
  background-color: var(--main);
  color: var(--grey-5);
}

.nav-bar {
  z-index: 100;
  background-color: #fff;
  justify-content: center;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px #161a251a;
}

.nav-link {
  padding: 28px 16px;
  font-weight: 600;
  transition: color .1s;
}

.nav-link:hover {
  color: var(--main);
}

.nav-link.w--current {
  color: var(--dark);
}

.nav-link.w--current:hover {
  color: var(--main);
}

.text-white {
  color: #fff;
}

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

.utility-page-wrap._404 {
  color: #fff;
  background-image: url('../images/rawpixel-com-584293-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

.tooltip {
  border: 1px solid var(--grey-5);
  color: var(--dark);
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  padding: 6px 11px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  position: absolute;
  bottom: 34px;
  box-shadow: 0 2px 6px #525b731f;
}

.tooltip.change-tooltip {
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 600;
  bottom: 50px;
}

.tooltip-text {
  display: block;
}

.tooltip-arrow {
  border-right: 1px solid var(--grey-5);
  border-bottom: 1px solid var(--grey-5);
  background-color: #fff;
  width: 8px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  transform: rotate(45deg);
}

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

.text-grey {
  color: var(--grey-1);
}

.text-dark {
  color: var(--dark);
}

.no-margin {
  margin: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.text-color {
  color: var(--main);
}

.section-intro {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  margin-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.section-intro.no-margin {
  margin: 0;
}

.section-intro.full-width {
  max-width: none;
}

.section-intro.big-text {
  max-width: none;
  margin-bottom: -24px;
}

.section-intro.wide {
  max-width: 900px;
}

.section-intro.left {
  text-align: left;
  align-items: flex-start;
  width: 50%;
  max-width: none;
  margin-right: 50%;
}

.section-intro.side {
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: none;
}

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

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

.mini-heading {
  color: var(--grey-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
}

.mini-heading.text-white {
  color: #fff;
}

.mini-heading.big {
  color: var(--dark);
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
}

.mini-heading.big.white {
  color: #fff;
}

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

.footer-v1 {
  flex-wrap: wrap;
  width: 100%;
  padding-top: 80px;
  display: flex;
}

.footer-v1-about {
  flex-direction: column;
  align-items: flex-start;
  width: 33.33%;
  padding-bottom: 32px;
  padding-left: 15px;
  padding-right: 6%;
}

.link-white {
  color: #fff;
  text-decoration: none;
}

.link-white:hover {
  text-decoration: underline;
}

.footer-bottom {
  border-top: 1px solid var(--grey-5);
  color: var(--grey-2);
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.footer-bottom.dark-bg {
  color: #fff9;
  border-top-color: #fff3;
}

.text-white-tranparent {
  color: #fff9;
}

.brand {
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Roboto Slab, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 28px;
  transition: color .2s;
  display: flex;
}

.brand:hover {
  color: var(--main);
}

.brand.w--current {
  flex: 0 auto;
  align-self: center;
}

.changelog {
  flex-direction: column;
  width: 66.66%;
  margin-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.change {
  background-color: #fff;
  align-items: center;
  margin-bottom: 24px;
  padding: 40px;
  display: flex;
  box-shadow: 0 10px 24px #525b731f;
}

.change-icon {
  background-color: var(--dark);
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.change-text {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
}

.changelog-contact-text {
  color: var(--grey-1);
  text-align: center;
  max-width: 400px;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.hidden {
  margin-left: 0;
  display: none;
}

.no-padding {
  padding: 0;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.full-width {
  width: 100%;
}

.paragraph-big {
  font-size: 17px;
  line-height: 28px;
}

.navigation {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-right: 15px;
  display: flex;
}

.page-wrapper {
  overflow: hidden;
}

.hero-intro {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.hero-square {
  background-image: linear-gradient(135deg, var(--grade-1-1), var(--grade-1-2));
  width: 50vmin;
  height: 50vmin;
  position: absolute;
}

.hero-square-center {
  background-color: #fff;
  position: absolute;
  inset: 12px;
}

.hero-v1-intro {
  z-index: 1;
  max-width: 1000px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.hero-big-circle {
  background-image: linear-gradient(135deg, var(--grade-2-1), var(--grade-2-2));
  border-radius: 50%;
  width: 36vh;
  height: 36vh;
  margin-top: 104px;
  position: absolute;
  top: 2%;
  right: -80px;
}

.hero-small-circle {
  background-image: linear-gradient(135deg, var(--grade-3-1), var(--grade-3-2));
  border-radius: 50%;
  width: 26vh;
  height: 26vh;
  position: absolute;
  bottom: 8%;
  left: -48px;
}

.grade-1 {
  background-image: linear-gradient(135deg, var(--grade-1-1), var(--grade-1-2));
}

.grade-2 {
  background-image: linear-gradient(135deg, var(--grade-2-1), var(--grade-2-2));
}

.grade-3 {
  background-image: linear-gradient(135deg, var(--grade-3-1), var(--grade-3-2));
}

.grade-4 {
  background-image: linear-gradient(135deg, var(--grade-4-1), var(--grade-4-2));
}

.link {
  box-shadow: 0 2px 0 0 var(--grey-4);
  color: var(--dark);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  padding: 5px 0 3px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: inline-block;
}

.link:hover {
  box-shadow: 0 2px 0 0 var(--dark);
}

.link.no-margin {
  margin: 0;
}

.link.small {
  font-size: 10px;
  line-height: 12px;
}

.link.white {
  color: #fff;
  box-shadow: 0 2px #fff6;
}

.link.white:hover {
  box-shadow: 0 2px #fff;
}

.link.intro-side-link {
  margin-bottom: -16px;
}

.mouse {
  border: 2px solid var(--grey-4);
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 24px;
  height: 38px;
  padding-top: 8px;
  display: flex;
  position: absolute;
}

.hero-scroll-link {
  opacity: .6;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  bottom: 0;
}

.hero-scroll-link:hover {
  opacity: 1;
}

.mouse-wheel {
  background-color: var(--grey-3);
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.side-content {
  justify-content: center;
  width: 100%;
  display: flex;
}

.side-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.side-block.no-padding {
  padding: 0;
}

.side-block.flex-left {
  justify-content: center;
  align-items: flex-start;
}

.side-block.flex-right {
  justify-content: center;
  align-items: flex-end;
}

.side-block._3d {
  perspective: 1000px;
}

.work-v2-info {
  z-index: 1;
  text-align: left;
  max-width: 770px;
  margin-left: 16.66%;
  margin-right: 16.66%;
  position: relative;
}

.work-v2-preview {
  z-index: 10;
  position: relative;
  overflow: hidden;
  transform: perspective(2000px);
  box-shadow: 0 16px 36px #161a254d;
}

.work-v2-arrow-button {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 48px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.arrow-icon {
  opacity: .6;
}

.huge-text {
  color: var(--dark);
  letter-spacing: 6px;
  text-transform: uppercase;
  width: 3000px;
  font-size: 128px;
  font-weight: 700;
  line-height: 120px;
}

.huge-promo-text {
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
}

.huge-review-author {
  flex-wrap: wrap;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 20%;
  display: flex;
}

.huge-review-avatar {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  margin-right: 24px;
}

.huge-review-info {
  color: var(--grey-1);
  margin-top: 3px;
  margin-left: 10px;
  font-size: 17px;
  line-height: 28px;
}

.divider {
  z-index: 1;
  background-color: var(--grey-4);
  width: 40px;
  height: 4px;
  margin-top: 20px;
  margin-bottom: 24px;
  position: relative;
}

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

.divider.dark-bg {
  background-color: #ffffff80;
}

.divider.no-margin-top {
  margin-top: 0;
}

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

.intro-big-text {
  color: #e6e8ef80;
  text-align: center;
  margin-top: 8px;
  font-size: 128px;
  font-weight: 700;
  line-height: 96px;
  display: block;
}

.intro-big-text.dark-bg {
  color: #ffffff0d;
}

.intro-big-text.absoluteposition {
  z-index: 10;
  letter-spacing: -10px;
  text-transform: uppercase;
  margin-bottom: -40px;
  position: relative;
  inset: 0%;
}

.feature-cards {
  z-index: 1;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
  position: relative;
}

.feature-card {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  flex: 25%;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 72px 5%;
  display: flex;
  position: relative;
  box-shadow: 0 10px 24px #525b731f;
}

.feature-card.big {
  flex-direction: row;
  flex: 58.33%;
  justify-content: flex-start;
  align-items: stretch;
}

.nav-bar-shadow {
  opacity: 0;
  position: absolute;
  inset: 0;
  box-shadow: 0 3px 16px #525b7326;
}

.big-icon {
  background-color: var(--main);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
  display: flex;
}

.feature-card-block {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding-left: 15px;
  padding-right: 24px;
  display: flex;
}

.feature-card-block.checklist {
  padding-top: 40px;
}

.checked-item {
  background-image: url('../images/checkmark-icon.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 36px;
  font-weight: 600;
}

.feature-card-list {
  padding-left: 40px;
}

.counters {
  justify-content: center;
  align-items: flex-start;
  width: 66.66%;
  margin-top: -32px;
  display: flex;
}

.counter {
  text-align: center;
  flex: 1;
}

.counter-number {
  margin-bottom: 12px;
  font-family: Roboto Slab, sans-serif;
  font-size: 34px;
  line-height: 40px;
}

.side-slide {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.side-slide._1 {
  background-image: url('../images/ben-kolde-470570.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.side-slide._2 {
  background-image: url('../images/anthony-garand-503053.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.side-slide._3 {
  background-image: url('../images/christin-hume-461354.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.side-slider-arrow {
  border-bottom: 1px solid var(--grey-5);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  bottom: 0;
  left: 0;
}

.side-slider-arrow.right {
  box-shadow: -1px 0 0 0 var(--grey-5);
  left: 65px;
}

.side-slide-info {
  color: #fff;
  background-image: linear-gradient(#0000, #161a2580);
  align-items: flex-end;
  width: 100%;
  height: 160px;
  padding-bottom: 16px;
  padding-left: 156px;
  padding-right: 28px;
  font-size: 15px;
  line-height: 24px;
  display: flex;
  position: absolute;
}

.big-side-content {
  max-width: 570px;
}

.big-side-content.right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 12%;
  padding-left: 12%;
  display: flex;
}

.big-side-content.left {
  margin-left: 12%;
  padding-right: 12%;
}

.big-side-media {
  background-color: var(--grey-5);
  width: 100%;
  height: 680px;
}

.big-side-media.image-1 {
  background-image: url('../images/nikolay-tarashchenko-551722.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.big-side-media.image-3 {
  background-image: url('../images/linkedin-sales-navigator-406826-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-small {
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.video-small-preview {
  width: 144px;
  height: 104px;
  margin-right: 24px;
  position: relative;
}

.video-small-preview._2 {
  background-image: url('../images/service-web.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.play-button-small {
  z-index: 1;
  background-color: var(--main);
  background-image: url('../images/play-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border: 2px solid #fff;
  border-radius: 16px;
  width: 48px;
  height: 32px;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
  box-shadow: 0 3px 9px #161a2533;
}

.play-button-small.yellow {
  background-color: var(--color-2);
}

.input {
  border: 1px solid var(--grey-5);
  border-radius: 24px;
  height: 48px;
  margin-bottom: 24px;
  padding: 15px 24px 14px;
  transition: border-color .2s;
}

.input:hover {
  border-color: var(--grey-4);
}

.input:focus {
  border-color: var(--main);
}

.input.mail {
  background-image: url('../images/input-mail-con.svg');
  background-position: 0;
  background-repeat: no-repeat;
  padding-left: 56px;
}

.input.subscribe-name {
  background-image: url('../images/input-user-icon.svg');
  background-position: 0;
  background-repeat: no-repeat;
  border-color: #0000;
  width: 33.33%;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 56px;
}

.input.subscribe-email {
  background-image: url('../images/input-mail-con.svg');
  background-position: 0;
  background-repeat: no-repeat;
  border-color: #0000;
  width: 33.33%;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 56px;
}

.input.quote-input {
  flex: 0 auto;
  width: 58.33%;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 56px;
}

.input.quote-input.project {
  background-image: url('../images/project-icon.svg');
  background-position: 0;
  background-repeat: no-repeat;
}

.input.quote-input.deadline {
  background-image: url('../images/deadline-icon.svg');
  background-position: 0;
  background-repeat: no-repeat;
}

.input.quote-input.description {
  background-image: url('../images/input-pen-icon.svg');
  background-position: 0 8px;
  background-repeat: no-repeat;
  height: auto;
  min-height: 160px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.input.quote-input.name {
  background-image: url('../images/input-user-icon.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 64px;
}

.input.footer-email {
  background-image: url('../images/input-mail-con.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: auto 40px;
  height: 40px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 48px;
  font-size: 13px;
  line-height: 20px;
}

.input.footer-email.dark-bg {
  background-color: #ffffff26;
  border-style: none;
  transition: border-color .2s, background-color .4s;
}

.input.footer-email.dark-bg:hover {
  background-color: #fff3;
}

.input.footer-email.dark-bg:focus {
  background-color: #fff;
}

.input.password {
  text-align: center;
  margin-top: 16px;
}

.input.subscribe-simple {
  background-image: url('../images/input-mail-con.svg');
  background-position: 0;
  background-repeat: no-repeat;
  min-width: 270px;
  margin-bottom: 0;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 56px;
}

.input.contact-name {
  background-image: url('../images/input-user-icon.svg');
  background-position: 0;
  background-repeat: no-repeat;
  flex: 1;
  padding-left: 56px;
}

.input.contact-email {
  background-image: url('../images/input-mail-con.svg');
  background-position: 0;
  background-repeat: no-repeat;
  flex: 1;
  margin-left: 20px;
  padding-left: 56px;
}

.input.contact-message {
  background-image: url('../images/input-pen-icon.svg');
  background-position: 0 8px;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  min-height: 160px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 56px;
}

.subscribe-form {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 8px;
  padding-left: 7px;
  padding-right: 7px;
  display: flex;
}

.subscribe {
  width: 800px;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 0;
}

.testimonials-v1 {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.testimonials-v1-arrow {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 48px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 8px 16px #525b7329;
}

.testimonials-v1-arrow.left {
  right: 235px;
}

.testimonials-v1-arrow.right {
  left: 235px;
}

.testimonials-v1-nav {
  opacity: .6;
  height: 32px;
  margin-bottom: 0;
  font-size: 8px;
  bottom: 8px;
}

.review-v1 {
  background-color: #fff;
  flex-grow: 1;
  flex-basis: 40%;
  width: 100%;
  margin-bottom: 120px;
  padding: 64px 64px 64px 120px;
  position: relative;
  box-shadow: 0 10px 24px #525b731f;
}

.review-v1-slide {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.review-v1-rating {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 32px;
  right: 32px;
}

.rating-star {
  margin-left: 1px;
  margin-right: 1px;
}

.review-v1-icon {
  width: 40px;
  position: absolute;
  top: 56px;
  left: 48px;
}

.cta-card {
  z-index: 1;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 83.33%;
  padding: 72px 72px 72px 80px;
  display: flex;
  position: relative;
  box-shadow: 0 10px 24px #525b731f;
}

.line-elements {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-card-heading {
  flex: 1;
  margin-bottom: 0;
}

.big-work-circle {
  z-index: 1;
  background-color: var(--color-1);
  border-radius: 50%;
  width: 500px;
  height: 500px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3%;
}

.process {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 120px 15px 32px;
  display: flex;
  position: relative;
}

.process.no-margin-bottom {
  margin-bottom: 0;
}

.process-step {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.process-step.left {
  justify-content: flex-start;
}

.process-step.right {
  justify-content: flex-end;
}

.process-step-info {
  text-align: center;
  width: 40%;
  position: relative;
}

.process-step-info.left {
  text-align: right;
}

.process-step-info.right {
  text-align: left;
}

.text-light-grey {
  color: var(--grey-3);
}

.place-top {
  z-index: 1;
  position: relative;
}

.process-step-number {
  color: var(--haze);
  margin-left: auto;
  margin-right: auto;
  font-size: 88px;
  font-weight: 700;
  line-height: 64px;
  display: block;
  position: absolute;
  top: 0;
}

.process-step-number.left {
  text-align: right;
  top: -12px;
  right: -36px;
}

.process-step-number.right {
  text-align: left;
  top: -12px;
  left: -36px;
}

.process-line {
  background-image: linear-gradient(to bottom, #0000, var(--grey-5) 6%, var(--grey-5) 94%, #0000);
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}

.process-icon {
  z-index: 1;
  background-color: var(--main);
  border: 3px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  box-shadow: 0 6px 12px #525b7333;
}

.bg-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.bg-image._1 {
  background-image: linear-gradient(#161a2566, #161a2566), url('../images/linkedin-sales-navigator-406820.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image._2 {
  background-image: linear-gradient(#161a2566, #161a2566), url('../images/breather-187923.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.work-v1-image {
  height: 100%;
  top: 0%;
}

.bg-image._4 {
  background-image: linear-gradient(#161a2566, #161a2566), url('../images/arnel-hasanovic-375269.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image._6 {
  background-image: linear-gradient(#161a2566, #161a2566), url('../images/christin-hume-461354.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image._7 {
  background-image: linear-gradient(#161a2580, #161a2580), url('../images/alexandru-acea-476234.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image._9 {
  background-image: linear-gradient(#161a2599, #161a2599), url('../images/jacky-chiu-554452.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image._10 {
  background-image: linear-gradient(#161a2599, #161a2599), url('../images/rawpixel-com-561407-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image._12 {
  background-image: linear-gradient(#161a2580, #161a2580), url('../images/tyler-franta-589346-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image._11 {
  background-image: linear-gradient(#161a2566, #161a2566), url('../images/perspective-presentation.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image._3 {
  background-image: linear-gradient(#161a2580, #161a2580), url('../images/rafal-jedrzejek-583734-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image._5 {
  background-image: linear-gradient(#161a2580, #161a2580), url('../images/rafal-jedrzejek-583012-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.hero-v6-image {
  opacity: .12;
  background-image: url('../images/nathan-anderson-472406.jpg');
  height: 110%;
}

.bg-image.work-v8-image {
  height: 116%;
  margin-top: auto;
  margin-bottom: auto;
  inset: 0;
}

.bg-image.intro-image {
  background-image: linear-gradient(135deg, #ff4daee6, #4268ffe6), url('../images/linkedin-sales-navigator-406820.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image._13 {
  background-image: linear-gradient(#161a2566, #161a2566), url('../images/rawpixel-596098-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 120vh;
}

.bg-image._14 {
  background-image: linear-gradient(#161a254d, #161a254d), url('../images/perspective-scene-03.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image._15 {
  background-image: linear-gradient(#161a2566, #161a2566), url('../images/linkedin-sales-navigator-402868.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.hero-slide-1 {
  background-image: linear-gradient(#161a2580, #161a2580), url('../images/rafal-jedrzejek-583012-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 110%;
}

.bg-image.hero-slide-2 {
  background-image: linear-gradient(#161a2580, #161a2580), url('../images/john-mee-524104.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 110%;
}

.bg-image.hero-slide-3 {
  background-image: linear-gradient(#161a2599, #161a2599), url('../images/rawpixel-com-561407-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 110%;
}

.mask {
  overflow: hidden;
}

.pricing-table-v1 {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 64px 5%;
  display: flex;
  box-shadow: 0 10px 24px #525b731f;
}

.pricing-v1 {
  z-index: 1;
  perspective: 1000px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: -40px;
  display: flex;
  position: relative;
}

.pricing-text {
  color: var(--grey-1);
  margin-top: -8px;
}

.pricing-v1-features {
  flex-direction: column;
  flex: 1;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.pricing-v1-feature {
  border-top: 1px solid var(--grey-5);
  border-bottom: 1px solid var(--grey-5);
  color: var(--grey-1);
  margin-bottom: -1px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.pricing-table-v2 {
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
  box-shadow: 0 10px 24px #525b731f;
}

.pricing-v2-feature {
  border-top: 1px solid var(--grey-5);
  border-bottom: 1px solid var(--grey-5);
  color: var(--grey-1);
  margin-bottom: -1px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 13px;
  line-height: 20px;
}

.pricing-v2-features {
  flex-direction: column;
  flex: 1;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.pricing-v2-info {
  flex-direction: column;
  flex: 1;
  padding-top: 32px;
  padding-left: 12%;
  padding-right: 12%;
  display: flex;
}

.pricing-v2-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 160px;
}

.pricing-v2-image._1 {
  background-image: url('../images/john-mee-524104.jpg');
}

.pricing-v2-image._2 {
  background-image: url('../images/alexandru-acea-476234.jpg');
}

.pricing-v2-image._3 {
  background-image: url('../images/linkedin-sales-navigator-406820.jpg');
}

.pricing-v2-image._4 {
  background-image: url('../images/jeshoots-com-523925.jpg');
}

.pricing-v2 {
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: -40px;
  display: flex;
  position: relative;
}

.pricing-v2-line {
  width: 100%;
  height: 4px;
}

.works-v2-item {
  padding-top: 120px;
  padding-bottom: 120px;
}

.badge {
  background-color: var(--grey-1);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  height: 20px;
  padding: 5px 8px;
  font-size: 8px;
  font-weight: 700;
  line-height: 12px;
  text-decoration: none;
  display: inline-block;
}

.badge.work-v2-badge {
  margin-bottom: 24px;
}

.badge.work-v8-badge {
  margin-top: 20px;
}

.badge.footer-v2-quote {
  background-color: var(--color-1);
  margin-top: 12px;
}

.badge.footer-v3-quote {
  background-color: var(--main);
  margin-top: 8px;
  margin-bottom: 8px;
}

.badge.post-card-v2-category {
  margin-top: -10px;
  margin-bottom: 24px;
}

.badge.work-v4-category {
  margin-bottom: 12px;
}

.badge.work-v1-badge {
  margin-bottom: 16px;
}

.badge.post-card-v1-badge {
  position: absolute;
  top: 16px;
  left: 16px;
}

.highlight {
  opacity: .15;
  filter: blur(100px);
  background-color: #fff;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.work-v1 {
  background-color: var(--grey-5);
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-v1-card {
  z-index: 10;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 570px;
  margin-bottom: 6%;
  margin-right: 6%;
  padding: 48px;
  display: flex;
  position: relative;
  box-shadow: 0 16px 36px #161a2540;
}

.capitalize {
  text-transform: capitalize;
}

.work-v6-link {
  border-top: 1px solid var(--grey-4);
  border-left: 1px solid var(--grey-4);
  opacity: .6;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 48px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.work-v6-link:hover {
  opacity: 1;
  background-color: #f4f5f9b3;
}

.social-fixed-wrapper {
  z-index: 99;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.social-fixed-icon {
  box-shadow: 0 -1px 0 0 var(--grey-5);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.social-fixed-icon:hover {
  background-color: var(--haze);
}

.social-fixed {
  overflow: hidden;
  box-shadow: -1px 1px 6px #161a251f;
}

.page-header-small {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 48px 15px;
  display: flex;
}

.page-heading-small {
  flex: 1;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-right: 32px;
  font-size: 24px;
  line-height: 32px;
}

.header-breadcrumbs {
  justify-content: flex-end;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 4px;
  font-size: 13px;
  line-height: 20px;
  display: flex;
}

.breadcrumbs-divider {
  opacity: .5;
  padding-left: 8px;
  padding-right: 8px;
}

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

.link-dark:hover {
  text-decoration: underline;
}

.nav-dropdown-list.w--open {
  background-color: #161a25eb;
  margin-left: -8px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav-dropdown-link {
  color: #ffffffb3;
  padding: 8px 32px 8px 24px;
  font-size: 14px;
  transition: color .1s;
}

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

.quote {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  max-width: 770px;
  position: relative;
  box-shadow: 0 10px 24px #525b731f;
}

.quote-image {
  background-image: linear-gradient(#161a251a, #161a251a), url('../images/rawpixel-com-192251.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 240px;
}

.quote-info {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 64px 16.66% 48px;
  display: flex;
  position: relative;
}

.quote-icon {
  background-image: linear-gradient(135deg, var(--grade-2-1), var(--grade-2-2));
  border: 3px solid #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: absolute;
  top: -32px;
  box-shadow: 0 6px 12px #525b7333;
}

.quote-form {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.quote-form-wrapper {
  border-top: 1px solid var(--grey-5);
}

.quote-button-wrapper {
  border-top: 1px solid var(--grey-5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 41px;
  display: flex;
}

.quote-inputs-wrapper {
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 36px 12%;
  display: flex;
}

.quote-label {
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 41.66%;
  margin-top: 28px;
  margin-bottom: 28px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Roboto Slab, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
}

.quote-label.description-label {
  padding-top: 10px;
}

.form-error {
  color: var(--color-1);
  text-align: center;
  background-color: #0000;
  font-size: 13px;
  line-height: 20px;
}

.form-error.subscribe-error {
  color: #fff;
}

.form-error.text-left {
  text-align: left;
}

.form-success {
  background-color: #0000;
}

.footer-v1-blog {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  padding-bottom: 32px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-v1-nav {
  width: 16.66%;
  padding-bottom: 32px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-v1-nav-links {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: -8px;
  line-height: 40px;
  display: flex;
}

.social-icons {
  align-items: center;
  display: flex;
}

.social-icons.left, .social-icons.footer-v1-icons {
  margin-left: -3px;
}

.social-icons.footer-v3-icons {
  padding-right: 12px;
}

.social-link {
  background-color: var(--grey-3);
  border-radius: 3px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin: 3px;
  transition: background-color .3s;
  display: flex;
}

.social-link.twitter:hover {
  background-color: #2aa3f0;
}

.social-link.facebook:hover {
  background-color: #0077b5;
}

.social-link.instagram:hover {
  background-color: var(--color-1);
}

.social-link.dribbble:hover {
  background-color: #ea4c89;
}

.social-link.behance:hover {
  background-color: #105dfb;
}

.social-link.dark-bg {
  background-color: #ffffff26;
}

.social-link.transparent-dark {
  background-color: #0000;
  border: 1px solid #fff6;
  transition: background-color .3s, border-color .3s;
}

.social-link.transparent-dark:hover {
  border-color: #fff;
}

.social-icon-small {
  width: 12px;
}

.footer-post {
  text-transform: capitalize;
  align-items: flex-start;
  padding-bottom: 20px;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.footer-post-image {
  width: 84px;
}

.footer-post-info {
  margin-top: -2px;
  padding-left: 16px;
}

.footer-post-date {
  color: var(--grey-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 9px;
  font-weight: 600;
  line-height: 16px;
}

.footer-post-date.dark-bg {
  color: #fff6;
}

.footer-text-left {
  margin-right: 16px;
}

.footer-bottom-left {
  text-align: left;
  flex-wrap: wrap;
  flex: 1;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.footer-bottom-right {
  text-align: right;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.heart-icon {
  color: #0000;
  background-image: url('../images/heart-icon-color.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 12px;
  margin-right: 1px;
  display: inline-block;
}

.footer-v2 {
  flex-wrap: wrap;
  width: 100%;
  padding-top: 64px;
  display: flex;
}

.footer-v2-nav {
  width: 16.66%;
  padding-bottom: 24px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-v2-nav-links {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: -8px;
  font-size: 13px;
  line-height: 40px;
  display: flex;
}

.footer-v2-heading {
  margin-top: 9px;
  margin-bottom: 32px;
}

.footer-v2-logo, .footer-v2-subscribe, .footer-v1-subscribe {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-text-right {
  margin-left: 16px;
}

.footer-v3 {
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding-top: 48px;
  display: flex;
}

.footer-v3-logo {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 56px;
}

.footer-v3-nav {
  flex: 1;
  align-items: center;
  padding-right: 15px;
  display: flex;
}

.footer-v3-link {
  color: var(--dark);
  margin-right: 32px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

.footer-v3-link:hover {
  text-decoration: underline;
}

.footer-v3-link.link-white {
  color: #fff;
}

.post-item-v2 {
  width: 33.33%;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-v2 {
  z-index: 1;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.blog-v2.remove-margin {
  margin-bottom: -20px;
}

.post-card-v2 {
  color: var(--dark);
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  flex: 0 auto;
  height: 100%;
  text-decoration: none;
  transition: transform .4s;
  display: flex;
  box-shadow: 0 10px 24px #525b731f;
}

.post-card-v2:hover {
  transform: translate(0, -6px);
}

.post-card-v2-info {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
  padding-left: 12%;
  padding-right: 12%;
  display: flex;
  position: relative;
}

.post-card-v2-date {
  color: var(--grey-3);
  margin-top: 20px;
  font-size: 12px;
  line-height: 16px;
}

.post-card-v2-date.fixedposition {
  padding-bottom: 15px;
  position: absolute;
  inset: auto 0% 0%;
}

.post-card-v2-description {
  color: var(--grey-1);
}

.empty-state {
  text-align: center;
  background-color: #0000;
}

.categories {
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.blog-v3 {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.blog-v3.remove-margin {
  margin-bottom: -40px;
}

.post-item-v3 {
  width: 33.33%;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.post-card-v3 {
  color: var(--dark);
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  transition: transform .4s;
  display: flex;
  box-shadow: 0 10px 24px #525b731f;
}

.post-card-v3:hover {
  transform: translate(0, -6px);
}

.post-card-v3-avatar {
  border: 3px solid #fff;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  margin-top: -27px;
}

.post-card-v3-bottom {
  border-top: 1px solid var(--grey-5);
  color: var(--grey-3);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 8px;
  padding-top: 27px;
  padding-bottom: 29px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.post-card-v3-heading {
  text-transform: none;
  flex: 1;
  width: 100%;
  margin-bottom: 24px;
  padding-left: 8%;
  padding-right: 8%;
}

.post-card-v3-author {
  color: var(--grey-2);
  margin-top: 8px;
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 20px;
}

.licence-items {
  flex-direction: column;
  width: 66.66%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.licence-item {
  background-color: #fff;
  align-items: center;
  margin-bottom: 24px;
  padding: 40px;
  display: flex;
  box-shadow: 0 10px 24px #525b731f;
}

.top-button {
  z-index: 100;
  background-color: #525b73b3;
  background-image: url('../images/arrow-up-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: background-color .3s;
  position: fixed;
  bottom: 24px;
  right: 24px;
}

.top-button:hover {
  background-color: var(--grey-1);
}

.work-v7 {
  color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  text-decoration: none;
  transition: height .6s;
  display: block;
  position: relative;
}

.work-v7:hover {
  height: 560px;
}

.work-v7-info {
  background-color: #161a2566;
  justify-content: center;
  align-items: center;
  transition: opacity .6s;
  display: flex;
  position: absolute;
  inset: 0;
}

.work-v7-info:hover {
  opacity: 0;
}

.works-v7 {
  width: 100%;
}

.preloader {
  z-index: 1000;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Roboto Slab, sans-serif;
  display: none;
  position: fixed;
  inset: 0;
}

.works-v3 {
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: -80px;
  display: flex;
}

.works-v3.remove-margin {
  margin-bottom: -80px;
}

.works-v3-item {
  width: 50%;
  padding-bottom: 80px;
  padding-left: 3%;
  padding-right: 3%;
}

.work-v3 {
  border-bottom: 1px solid var(--grey-5);
  color: var(--dark);
  width: 100%;
  text-decoration: none;
}

.work-v3.dark-bg {
  color: #fff;
  border-bottom-color: #fff3;
}

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

.work-v3-info {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 16px;
  display: flex;
}

.work-v3-heading {
  text-transform: capitalize;
  margin-top: -2px;
  margin-right: 24px;
}

.cta-v1 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 56px 4%;
  display: flex;
}

.cta-v1-heading {
  color: #fff;
  text-align: left;
  margin-bottom: 2px;
  margin-right: 32px;
}

.cta-v1-heading.text-dark {
  color: var(--dark);
}

.testimonials-v2 {
  z-index: 1;
  width: 83.33%;
  margin-top: -15px;
  position: relative;
}

.testimonials-v2-row {
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.review-v2-wrapper {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.review-v2-wrapper.top-left {
  justify-content: flex-end;
  align-items: flex-end;
}

.review-v2-wrapper.top-right {
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 12%;
}

.review-v2-wrapper.bottom-left {
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 12%;
}

.review-v2-wrapper.bottom-right {
  justify-content: flex-start;
  align-items: flex-start;
}

.review-v2 {
  background-color: var(--dark);
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 15px;
  padding: 56px;
}

.review-v2.grade-1 {
  box-shadow: 0 10px 24px #4b6bf580;
}

.review-v2.grade-2 {
  box-shadow: 0 10px 24px #f437a866;
}

.review-v2.grade-3 {
  box-shadow: 0 10px 24px #00b0dc66;
}

.review-v2.grade-4 {
  box-shadow: 0 10px 24px #ff9c2d66;
}

.review-v2-avatar {
  border: 3px solid #fff;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
}

.review-v2-author {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
}

.testimonials-v2-icon {
  z-index: 2;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: -44px;
  box-shadow: 0 8px 24px #525b731f;
}

.icon-border {
  opacity: .7;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  inset: -8px;
}

.icon-border.second {
  opacity: .3;
  inset: -16px;
}

.hero-v3 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 70vh;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 50%;
  display: flex;
  position: relative;
}

.hero-v3-services {
  z-index: 1;
  color: var(--dark);
  background-color: #fff;
  width: 100%;
  margin-bottom: -72px;
  margin-left: -78px;
  margin-right: -78px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 24px #525b731f;
}

.hero-v3-services-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
  position: relative;
}

.hero-v3-service {
  box-shadow: 0 0 0 1px var(--grey-5);
  background-color: #fff;
  flex: 1;
  align-items: center;
  padding: 40px 3%;
  display: flex;
}

.hero-v3-service.cta {
  justify-content: center;
  min-width: 280px;
}

.icon {
  background-color: var(--main);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  display: flex;
}

.icon.border {
  border: 1px solid var(--grey-5);
  background-color: #0000;
  flex: none;
}

.icon.border.no-margin {
  margin: 0;
}

.icon.border-bg {
  background-color: #0000;
  border: 1px solid #ffffff4d;
}

.hero-v3-service-info {
  flex: 1;
  margin-left: 24px;
  padding-bottom: 4px;
}

.works-v4 {
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.works-v4-item {
  width: 33.33%;
}

.work-v4 {
  color: var(--dark);
  width: 100%;
  text-decoration: none;
  position: relative;
}

.button-huge {
  background-color: var(--main);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 48px 4%;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-huge:hover {
  background-color: var(--color-1);
}

.features-v2 {
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.features-v2.no-margin {
  margin: 0;
}

.feature-v2 {
  align-items: flex-start;
  width: 33.33%;
  padding: 8px 25px 40px 15px;
  display: flex;
}

.feature-v2-info {
  flex: 1;
  margin-left: 24px;
}

.team {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.team-member {
  text-align: center;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.team-member.contact-image-div {
  width: auto;
  padding: 8px 0;
}

.team-member-photo {
  margin-bottom: 20px;
  position: relative;
}

.team-member-position {
  color: var(--grey-2);
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 10px;
  line-height: 16px;
  text-decoration: none;
}

.features-v1 {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.features-v1.no-margin-bottom {
  margin-bottom: 0;
}

.feature-v1 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  padding: 8px 3% 72px;
  display: flex;
}

.hero-v4-section {
  color: #fff;
  height: 100vh;
}

.hero-v4-slide {
  background-color: var(--grey-1);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-left: 88px;
  padding-right: 88px;
  display: flex;
}

.hero-v4-nav {
  justify-content: center;
  align-items: center;
  height: 88px;
  font-size: 10px;
  display: flex;
}

.hero-v4-heading {
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 40px;
  font-size: 72px;
  font-weight: 700;
  line-height: 80px;
}

.features-dark {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.feature-dark {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 440px;
  margin: 15px;
  padding: 48px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.zoom-on-hover {
  position: absolute;
  inset: 0;
}

.feature-dark-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.feature-dark-image._1 {
  background-image: linear-gradient(to bottom, #161a2500, var(--dark)), url('../images/service-web.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.feature-dark-image._2 {
  background-image: linear-gradient(to bottom, #161a2500, var(--dark)), url('../images/service-mobile.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.feature-dark-image._3 {
  background-image: linear-gradient(to bottom, #161a2500, var(--dark)), url('../images/service-branding.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.feature-dark-image._4 {
  background-image: linear-gradient(to bottom, #161a2500, var(--dark)), url('../images/service-illustration.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.counters-v2-wrapper {
  z-index: 1;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.counters-v2 {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.counter-v2 {
  width: 33.33%;
  padding-right: 20px;
}

.counter-v2-number {
  margin-bottom: 16px;
  font-family: Roboto Slab, sans-serif;
  font-size: 34px;
  line-height: 40px;
}

.testimonials-v3-nav {
  justify-content: center;
  align-items: center;
  height: 88px;
  font-size: 10px;
  display: flex;
}

.review-v3 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 136px;
  padding-bottom: 136px;
  display: flex;
}

.review-v3-text {
  max-width: 770px;
  margin-bottom: 12px;
  font-family: Roboto Slab, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.review-v3-icon {
  width: 40px;
  margin-bottom: 24px;
}

.testimonials-v3 {
  width: 100%;
  height: auto;
}

.review-v3-author {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Roboto Slab, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
}

.slider-arrow-button {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  display: flex;
}

.slider-arrow-button.dark {
  background-color: #161a2580;
  transition: background-color .2s;
}

.slider-arrow-button.dark:hover {
  background-color: var(--dark);
}

.slider-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  display: flex;
}

.post-info {
  text-align: center;
  max-width: 670px;
}

.post-heading {
  text-transform: capitalize;
  margin-top: 24px;
}

.post-image {
  background-color: var(--grey-1);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-content {
  flex: 1;
}

.post-content a {
  color: var(--main);
}

.subscribe-icon {
  background-color: var(--color-2);
  border: 3px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
  display: flex;
}

.subscribe-icon.grade-4 {
  width: 70px;
  height: 70px;
}

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

.link-color:hover {
  text-decoration: underline;
}

.works-v3-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.work-intro {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.work-heading {
  text-transform: capitalize;
  margin-top: 24px;
  margin-bottom: 24px;
}

.work-info {
  justify-content: center;
  width: 800px;
  margin-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.work-info-block {
  border-right: 1px solid var(--grey-5);
  text-align: center;
  flex: 1;
  padding: 16px 20px;
}

.no-border {
  border-style: none;
}

.work-presentation {
  width: 83.33%;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-author-info {
  border-bottom: 1px solid var(--grey-5);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: -48px;
  margin-bottom: 0;
  padding-bottom: 80px;
  padding-left: 25%;
  padding-right: 25%;
  display: flex;
}

.blog-author-avatar {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-bottom: 24px;
}

.nav-dropdown-icon {
  display: none;
}

.hero-v5 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: -32px;
  display: flex;
}

.hero-v5-slider {
  flex: none;
  width: 66.66%;
  height: 62vh;
  max-height: 600px;
}

.hero-v5-intro {
  z-index: 2;
  flex: none;
  width: 50%;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
  left: 16.66%;
}

.hero-v5-heading {
  background-color: #fff;
  display: inline;
}

.hero-v5-slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.hero-v5-slide._1 {
  background-image: url('../images/linkedin-sales-navigator-403998.jpg');
}

.hero-v5-slide._2 {
  background-image: url('../images/linkedin-sales-navigator-402862-unsplash.jpg');
}

.hero-v5-slide._3 {
  background-image: url('../images/rawpixel-com-587858-unsplash.jpg');
}

.hero-v5-links {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.hero-v5-slider-arrow {
  border-right: 1px solid var(--grey-5);
  border-bottom: 1px solid var(--grey-5);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
  bottom: 0;
  right: 0;
}

.hero-v5-slider-arrow.left {
  right: 64px;
}

.hero-square-1 {
  border: 3px solid var(--color-2);
  width: 28px;
  height: 28px;
  position: absolute;
  top: 23vh;
  left: 20%;
  transform: rotate(23deg);
}

.triangle {
  border-top: 28px solid var(--color-3);
  background-color: #0000;
  border-left: 16px solid #0000;
  border-right: 16px solid #0000;
  position: absolute;
  bottom: 20%;
  right: 20%;
}

.counters-v3 {
  flex-wrap: wrap;
  width: 50%;
  display: flex;
}

.counter-v3 {
  text-align: center;
  border: 1px solid #ffffff80;
  flex-grow: 1;
  flex-basis: 40%;
  margin: 15px;
  padding: 40px 6%;
  position: relative;
  overflow: hidden;
}

.counters-v3-wrapper {
  justify-content: center;
  width: 100%;
  display: flex;
}

.counter-icon {
  opacity: .2;
  height: 144px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -48px;
}

.counter-v3-info {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 8.33%;
  padding-right: 8.33%;
  display: flex;
}

.works-v5 {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.works-v5.remove-margin {
  justify-content: flex-start;
  margin-bottom: -48px;
}

.works-v5-item {
  width: 33.33%;
  padding-bottom: 48px;
  padding-left: 15px;
  padding-right: 15px;
}

.work-v5 {
  color: var(--dark);
  text-align: center;
  text-decoration: none;
}

.work-v5-heading {
  text-transform: capitalize;
  margin-top: 20px;
}

.about-v1 {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.about-v1-quote {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  width: 230px;
  margin-right: 6%;
  padding-top: 40px;
  display: flex;
}

.about-v1-quote-icon {
  width: 40px;
}

.about-v1-quote-text {
  margin-top: 24px;
  margin-bottom: 48px;
  font-family: Roboto Slab, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.about-v1-image {
  width: 33.33%;
  max-width: 400px;
}

.about-v1-info {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-left: 6%;
  display: flex;
}

.text-highlight {
  background-color: #ff9c2d66;
  padding-left: 4px;
  padding-right: 4px;
}

.licence-image {
  width: 170px;
}

.licence-item-info {
  flex: 1;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 40px;
}

.licence-link-divider {
  background-color: var(--grey-4);
  border-radius: 50%;
  width: 3px;
  height: 3px;
  margin-bottom: 2px;
  margin-left: 12px;
  margin-right: 12px;
  display: inline-block;
}

.layouts {
  z-index: 1;
  perspective: 1000px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: -88px;
  display: flex;
  position: relative;
}

.layouts-item {
  width: 33.33%;
  padding-bottom: 88px;
  padding-left: 3%;
  padding-right: 3%;
}

.layout {
  background-color: var(--grey-1);
  flex-direction: column;
  width: 100%;
  height: 400px;
  display: flex;
  position: relative;
  overflow: scroll;
}

.full-width-map {
  width: 100%;
  height: 440px;
}

.contacts-v1 {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: -8px;
  display: flex;
}

.contacts-v1-column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  padding-left: 15px;
  padding-right: 24px;
  display: flex;
}

.contacts-v1-social-link {
  color: var(--grey-1);
  align-items: center;
  margin-bottom: 8px;
  padding-right: 8px;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.contacts-v1-social-link:hover {
  text-decoration: underline;
}

.contacts-v1-social-icon {
  width: 16px;
  margin-bottom: 2px;
  margin-right: 8px;
}

.contacts-v1-heading {
  margin-bottom: 20px;
}

.first-letter {
  float: left;
  color: var(--color-1);
  margin-right: 8px;
  font-family: Roboto Slab, sans-serif;
  font-size: 52px;
  line-height: 44px;
}

.first-letter.big {
  font-size: 58px;
  line-height: 52px;
}

.about-text {
  width: 100%;
  margin-top: -24px;
  display: flex;
}

.about-text-column {
  width: 50%;
  padding-left: 15px;
  padding-right: 25px;
}

.hover {
  color: #fff;
  background-color: #161a2599;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.hover.color-1 {
  background-color: #4b6bf5e0;
}

.hover.color-2 {
  background-color: #ff2f5be0;
}

.hover.color-3 {
  background-color: #ff9c2de0;
}

.hover.white {
  color: var(--dark);
  background-color: #fff;
}

.hover-info.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-capitalize {
  text-transform: capitalize;
}

.scroll-button {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 15px;
}

.hero-v6-big-text {
  font-family: Roboto Slab, sans-serif;
  font-size: 168px;
  font-weight: 700;
  line-height: 120px;
  position: absolute;
  bottom: -14px;
  right: 16.66%;
}

.hero-v6-blocks {
  justify-content: center;
  width: 100%;
  margin-top: 160px;
  margin-bottom: 160px;
  display: flex;
}

.hero-v6-video {
  z-index: 10;
  transform-style: preserve-3d;
  background-image: url('../images/rawpixel-com-587858-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 384px;
  transition: transform .6s;
  position: relative;
  transform: rotateX(0)rotateY(-20deg)rotateZ(0)translate(-48px);
  box-shadow: 15px 14px 48px #0006;
}

.hero-v6-video:hover {
  transform: rotate(0)translate(-48px)scale(1.12);
}

.tabs {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.tabs-menu.flex-right {
  justify-content: flex-end;
}

.tabs-menu.no-margin-bottom {
  margin-bottom: 0;
}

.tab-link {
  color: var(--grey-1);
  background-color: #0000;
  border-radius: 24px;
  height: 40px;
  padding: 11px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.tab-link.w--current {
  color: var(--main);
  background-color: #fff;
  box-shadow: 0 8px 20px #525b731f;
}

.works-v6-item {
  perspective: 1000px;
  perspective-origin: 50%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 168px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.tabs-content {
  padding-top: 30px;
}

.logotypes-v1 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
  padding: 32px 8px;
  display: flex;
}

.logo-link {
  margin: 17px 16px;
  padding: 8px 12px;
}

.logo-link.faded {
  opacity: .4;
  transition: opacity .3s;
}

.logo-link.faded:hover {
  opacity: 1;
}

.logo {
  height: 32px;
}

.logo.big {
  height: 40px;
}

.clients-heading {
  text-align: center;
  margin-top: 64px;
  margin-bottom: 0;
}

.work-v6-card {
  z-index: 10;
  background-color: #fff;
  width: 570px;
  margin-right: 15px;
  padding: 40px;
  position: absolute;
  bottom: -48px;
  right: 8.33%;
  overflow: hidden;
  box-shadow: 0 16px 36px #525b7329;
}

.work-v6-preview {
  background-color: var(--grey-5);
  width: 100%;
  height: 620px;
  position: relative;
  overflow: hidden;
}

.tabs-side-heading {
  z-index: 1;
  margin-top: 4px;
  margin-left: 15px;
  position: absolute;
  top: 0;
  left: 0;
}

.work-v6-card-pattern {
  background-image: url('../images/pattern-dot-grey.svg');
  background-position: 50%;
  width: 128px;
  height: 88px;
  position: absolute;
  top: -29px;
  right: 40px;
}

.text-block {
  font-size: 160px;
  font-weight: 400;
  bottom: -52px;
}

.button-huge-icon {
  width: 28px;
  margin-right: 16px;
}

.float-element-1 {
  opacity: .16;
  background-image: url('../images/pattern-dot-white.svg');
  background-position: 50%;
  border-radius: 50%;
  width: 248px;
  height: 248px;
  position: absolute;
  top: -88px;
  right: 12%;
}

.play-button {
  z-index: 1;
  background-color: #161a2599;
  background-image: url('../images/play-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border: 2px solid #fff;
  border-radius: 32px;
  width: 88px;
  height: 56px;
  margin: auto;
  transition: transform .3s;
  display: block;
  position: relative;
  box-shadow: 0 3px 9px #161a2533;
}

.play-button:hover {
  transform: scale(1.08);
}

.play-button.red {
  background-color: var(--color-1);
}

.play-button.center {
  position: absolute;
  inset: 0;
}

.work-preview-wrapper {
  width: 100%;
  position: relative;
}

.button-icon {
  width: 20px;
  margin-right: 12px;
}

.float-element-2 {
  opacity: .16;
  background-image: url('../images/pattern-dot-white.svg');
  background-position: 100% 0;
  background-size: 8px;
  width: 20%;
  height: 144px;
  position: absolute;
  bottom: 20%;
  left: 0;
}

.float-elements {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.work-image {
  background-color: var(--grey-1);
  justify-content: center;
  align-items: center;
  height: 680px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-info-small {
  justify-content: center;
  align-items: center;
  display: flex;
}

.loading-icon {
  width: 56px;
  position: relative;
}

.layout-card {
  background-color: var(--grey-4);
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  transition: transform .4s;
  display: flex;
  position: relative;
  box-shadow: 0 10px 24px #525b731f;
}

.layout-card:hover {
  transform: translate(0, -6px);
}

.layout-info {
  border-top: 1px solid var(--grey-5);
  color: var(--dark);
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout-number {
  opacity: .6;
  color: var(--grey-5);
  font-family: Roboto Slab, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 64px;
  position: absolute;
  bottom: -15px;
  right: 16px;
}

.pages-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: -40px;
  overflow: hidden;
}

.page-slide {
  width: 20%;
  padding-top: 40px;
}

.page-preview {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-left: 7%;
  margin-right: 7%;
  transition: transform .4s;
  display: flex;
  position: relative;
  bottom: 0;
  box-shadow: 0 10px 24px #525b731f;
}

.page-preview:hover {
  transform: translate(0, -6px);
}

.page-preview-image {
  width: 100%;
  margin-bottom: -10%;
}

.page-slider-mask {
  width: 110%;
  margin-left: -5%;
  display: block;
}

.text-link {
  color: var(--main);
}

.text-link.red {
  color: var(--color-1);
}

.protected-card {
  z-index: 1;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 370px;
  padding: 48px;
  display: flex;
  position: relative;
  box-shadow: 0 10px 24px #161a2566;
}

.contact-card-v1 {
  z-index: 1;
  background-color: #0000;
  width: 100%;
  max-width: 970px;
  display: flex;
  position: relative;
  box-shadow: 0 10px 24px #525b731f;
}

.contact-info {
  border-left: 1px solid var(--grey-5);
  width: 33.33%;
  max-width: 370px;
  padding: 56px;
}

.contact-form-wrapper {
  flex: 1;
  margin-bottom: 0;
  padding: 64px 56px;
}

.contact-form-wrapper.extended {
  padding-bottom: 141px;
}

.contact-form {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.contact-info-block {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

.contact-card-v2 {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  max-width: 770px;
  display: flex;
  position: relative;
  box-shadow: 0 10px 24px #525b731f;
}

.page-list {
  margin-top: 16px;
  margin-bottom: 24px;
}

.page-list-item {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 20px;
  height: 32px;
  margin-bottom: 12px;
  margin-right: 8px;
  padding: 7px 20px;
  font-size: 10px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: inline-block;
  box-shadow: inset 0 0 0 2px #fff6;
}

.page-list-item:hover {
  box-shadow: inset 0 0 0 2px #fff;
}

.components {
  flex-wrap: wrap;
  justify-content: center;
  width: 83.33%;
  display: flex;
}

.components-card {
  background-color: #fff;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-basis: 40%;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: 15px;
  margin-right: 15px;
  box-shadow: 0 10px 24px #525b731f;
}

.components-card-info {
  justify-content: space-between;
  align-items: center;
  padding: 32px;
  display: flex;
}

.components-button {
  color: var(--dark);
  background-color: #fff;
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
  box-shadow: 0 10px 24px #525b731f;
}

.components-button:hover {
  background-color: var(--main);
  color: #fff;
}

.post {
  align-items: flex-start;
  display: flex;
}

.post-author {
  border: 1px solid var(--grey-5);
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: 270px;
  margin-right: 54px;
  padding: 40px 40px 80px;
  display: flex;
  position: relative;
}

.post-author-avatar {
  border-radius: 50%;
  width: 72px;
  height: 72px;
  margin-bottom: 16px;
}

.post-author-link {
  border-top: 1px solid var(--grey-5);
  color: var(--dark);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 48px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .3s, color .3s, border-color .3s;
  position: absolute;
  bottom: 0;
}

.post-author-link:hover {
  background-color: var(--main);
  color: #fff;
  border-top-color: #0000;
}

.progress-bar {
  z-index: 101;
  background-color: var(--main);
  width: 100%;
  height: 3px;
  position: fixed;
}

.post-author-name {
  margin-bottom: 16px;
}

.logotypes-v2 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 770px;
  margin-bottom: 16px;
  padding: 32px 15px;
  display: flex;
}

.logo-wrapper {
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.contacts-v2 {
  justify-content: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.contacts-v2-block {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 32px 8.33%;
  display: flex;
}

.contacts-v2-block.border {
  border-left: 1px solid #fff3;
}

.contact-v2-info {
  margin-bottom: 8px;
  line-height: 32px;
}

.post-card-v1 {
  color: var(--dark);
  background-color: #fff;
  align-items: center;
  margin-bottom: 32px;
  padding: 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 10px 24px #525b731f;
}

.blog-columns {
  width: 100%;
  display: flex;
}

.blog-posts {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-sidebar {
  width: 33.33%;
  max-width: 320px;
  margin-left: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.sidebar-block {
  margin-bottom: 56px;
}

.sidebar-header {
  border-bottom: 1px solid var(--grey-5);
  margin-bottom: 32px;
  padding-bottom: 16px;
}

.sidebar-subscribe-form {
  flex-direction: column;
  display: flex;
}

.featured-post {
  color: var(--dark);
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.featured-post:hover {
  color: var(--main);
}

.featured-post-thumbnail {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 96px;
  min-height: 72px;
}

.featured-post-heading {
  flex: 1;
  margin-bottom: 4px;
  margin-left: 20px;
  font-size: 15px;
  line-height: 20px;
}

.sidebar-author {
  color: var(--dark);
  align-items: center;
  margin-bottom: 12px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.sidebar-author:hover {
  color: var(--main);
}

.image-2 {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.sidebar-author-name {
  margin-left: 16px;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
}

.post-card-v1-preview {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60%;
  max-width: 420px;
  min-height: 224px;
  position: relative;
}

.post-card-v1-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 32px;
  padding-right: 16px;
  display: flex;
}

.post-card-v1-info {
  color: var(--grey-2);
  text-transform: uppercase;
  align-items: center;
  margin-top: -12px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 10px;
  line-height: 16px;
  display: flex;
}

.post-card-v1-divider {
  background-color: var(--grey-4);
  width: 1px;
  height: 12px;
  margin-left: 8px;
  margin-right: 8px;
}

.post-card-v1-link {
  color: var(--dark);
  text-decoration: none;
  transition: color .2s;
}

.post-card-v1-link:hover {
  color: var(--main);
}

.post-card-v1-author {
  color: var(--grey-2);
  text-decoration: none;
}

.post-card-v1-author:hover {
  text-decoration: underline;
}

.sidebar-category {
  box-shadow: inset 0 0 0 2px var(--grey-5);
  color: var(--dark);
  text-transform: uppercase;
  border-radius: 16px;
  align-items: center;
  height: 32px;
  margin-top: 4px;
  margin-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
}

.sidebar-category:hover {
  box-shadow: inset 0 0 0 2px var(--color-1);
}

.sidebar-category.w--current {
  box-shadow: 1px 1px 8px 1px #0009, inset 0 0 0 2px var(--grey-5);
}

.sidebar-category.newsidebar {
  flex-wrap: nowrap;
  place-content: stretch flex-start;
  align-items: center;
}

.sidebar-category-marker {
  background-color: var(--dark);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-right: 8px;
}

.sidebar-category-item {
  align-items: center;
  display: flex;
}

.intro-text {
  margin-top: 8px;
  font-family: Roboto Slab, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.instagram {
  justify-content: center;
  align-items: center;
}

.instagram-button {
  z-index: 2;
  background-image: linear-gradient(135deg, var(--grade-2-1), var(--grade-2-2));
  color: #fff;
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  margin-left: 8px;
  margin-right: 8px;
  font-family: Roboto Slab, sans-serif;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 10px 24px #f437a866;
}

.instagram-icon {
  opacity: .16;
  width: 78%;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.instagram-photo-link {
  flex: none;
  width: 230px;
  height: 230px;
  margin-left: 8px;
  margin-right: 8px;
  transition: box-shadow .3s, transform .3s;
  position: relative;
}

.instagram-photo-link:hover {
  z-index: 1;
  transform: scale(1.05);
  box-shadow: 0 10px 24px #161a253d;
}

.instagram-promo {
  z-index: 1;
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.nav-link-2 {
  font-weight: 600;
}

.recaptcha {
  clear: none;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-bottom: 30px;
  position: absolute;
  inset: auto 0% 0% 30%;
}

.recaptcha-2 {
  margin-top: 30px;
}

.collection-list-wrapper {
  flex: 0 auto;
}

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}

.heading {
  text-transform: uppercase;
  font-family: Nunito Sans, sans-serif;
}

.section-2 {
  margin-top: 50px;
  margin-bottom: 0;
}

.column {
  text-align: right;
  letter-spacing: -3px;
  text-indent: 0;
}

.collection-list {
  z-index: 1000;
  text-align: center;
  position: relative;
}

.div-block {
  position: relative;
}

.text-block-2 {
  color: #fff;
}

.text-block-3 {
  text-align: right;
  white-space: normal;
  margin-right: 20px;
  font-size: 12px;
  display: block;
}

.div-block-2 {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: baseline;
  display: block;
}

.section-3 {
  margin-top: 100px;
  margin-bottom: 40px;
}

.column-2, .div-block-3 {
  text-align: left;
}

.image-4 {
  margin-left: 60px;
  display: block;
}

.image-5 {
  display: none;
}

.heading-2 {
  flex: 0 auto;
  align-self: center;
  font-weight: 700;
}

.text-block-4 {
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 52px;
  }

  .section {
    padding: 104px 8px;
  }

  .section.page-header {
    padding-top: 164px;
  }

  .section.hero-v1 {
    height: 680px;
    margin-top: -64px;
  }

  .section.hero-v3-section {
    padding-top: 60px;
  }

  .section.big-padding-top {
    padding-top: 264px;
  }

  .section.hero-v6 {
    height: auto;
    min-height: 720px;
  }

  .section.utility-section {
    margin-top: -60px;
    padding-top: 166px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.hero-v5-section {
    padding-top: 136px;
  }

  .section.small-page-header {
    padding-top: 60px;
  }

  .wrapper.side-paddings {
    padding-left: 8px;
    padding-right: 8px;
  }

  .button-style-wrapper {
    width: 50%;
  }

  .nav-bar {
    border-top: 1px solid #161a251a;
    padding-left: 8px;
    padding-right: 0;
  }

  .nav-link {
    color: #ffffffb3;
    padding: 12px 24px;
    box-shadow: 0 1px #ffffff1f;
  }

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

  .nav-link.w--open {
    box-shadow: none;
  }

  .no-margin {
    margin: 0;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .section-intro {
    margin-bottom: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-intro.big-text {
    margin-bottom: -18px;
  }

  .section-intro.left {
    width: 66.66%;
    margin-right: 33.33%;
  }

  .section-intro.left.no-margin.place-top {
    width: 66.66%;
    margin-right: 33.33%;
    padding-left: 9px;
    padding-right: 9px;
  }

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

  .footer-v1-about {
    width: 50%;
    padding-left: 8px;
  }

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

  .changelog {
    width: 83.33%;
    margin-bottom: 48px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-menu {
    background-color: #161a25eb;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: hidden;
  }

  .no-padding {
    padding: 0;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .navigation {
    padding-right: 0;
  }

  .hero-square {
    width: 40vmin;
    height: 40vmin;
  }

  .hero-v1-intro {
    max-width: 80%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-big-circle {
    width: 26vh;
    height: 26vh;
  }

  .hero-small-circle {
    width: 20vh;
    height: 20vh;
  }

  .link.no-margin {
    margin: 0;
  }

  .link.intro-side-link {
    margin-bottom: -8px;
  }

  .hero-scroll-link {
    display: none;
  }

  .side-content {
    flex-wrap: wrap;
  }

  .side-content.mobile-reversed {
    flex-direction: column-reverse;
  }

  .side-block {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-block.no-padding {
    padding: 0;
  }

  .work-v2-info {
    text-align: center;
    max-width: none;
    margin-top: 64px;
    margin-left: 16%;
    margin-right: 16%;
  }

  .work-v2-preview {
    width: 66.66%;
  }

  .huge-text {
    font-size: 88px;
    line-height: 96px;
  }

  .huge-review-author {
    flex-direction: column;
    justify-content: center;
    padding-left: 0%;
  }

  .huge-review-avatar {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .huge-review-info {
    margin-left: 0;
    font-size: 15px;
    line-height: 24px;
  }

  .intro-big-text {
    font-size: 88px;
    line-height: 72px;
  }

  .feature-card {
    flex-basis: 40%;
    margin-bottom: 16px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .counters {
    width: 100%;
    margin-top: -16px;
  }

  .big-side-content {
    width: 100%;
    max-width: none;
    padding: 88px 16%;
  }

  .big-side-content.right {
    margin-right: 0%;
    padding-left: 16%;
  }

  .big-side-content.left {
    margin-left: 0%;
    padding-right: 16%;
  }

  .big-side-media {
    height: 560px;
  }

  .input.subscribe-simple {
    min-width: 240px;
  }

  .review-v1 {
    margin-bottom: 88px;
  }

  .review-v1-slide {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .cta-card {
    flex-direction: column;
    justify-content: center;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .cta-card-heading {
    margin-bottom: 32px;
  }

  .menu-button {
    border-left: 1px solid #161a251a;
    margin-left: 16px;
  }

  .menu-button.w--open {
    color: var(--dark);
    background-color: #0000;
  }

  .big-work-circle {
    width: 420px;
    height: 420px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    left: 0;
    right: 0%;
  }

  .process {
    padding-left: 8px;
    padding-right: 8px;
  }

  .process.no-margin-bottom {
    margin-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .bg-image {
    height: 150%;
  }

  .bg-image.work-v8-image {
    display: none;
  }

  .pricing-table-v1 {
    flex: 0 auto;
    width: 58.33%;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 8%;
    padding-right: 8%;
  }

  .pricing-table-v2 {
    flex: 40%;
    margin-bottom: 32px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .pricing-v2-image {
    height: 200px;
  }

  .works-v2-item {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .work-v1 {
    height: 600px;
  }

  .work-v1-card {
    width: 66.66%;
    margin-bottom: 32px;
    margin-left: 32px;
    padding: 32px;
  }

  .page-header-small {
    flex-wrap: wrap;
  }

  .page-heading-small {
    margin-top: 0;
    margin-bottom: 0;
  }

  .header-breadcrumbs {
    flex-wrap: wrap;
  }

  .nav-dropdown-list.w--open {
    background-color: #0000;
    margin-left: 0;
    box-shadow: 0 1px #ffffff1f;
  }

  .nav-dropdown-link {
    padding-left: 40px;
  }

  .nav-dropdown-link:hover, .nav-dropdown-link:visited {
    color: #fff;
  }

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

  .footer-v1-blog {
    width: 50%;
    padding-left: 8px;
    padding-right: 6%;
  }

  .footer-v1-nav {
    width: 50%;
    padding-bottom: 64px;
    padding-left: 8px;
    padding-right: 6%;
  }

  .footer-v2 {
    padding-top: 48px;
  }

  .footer-v2-nav {
    width: 22%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v2-logo {
    width: 100%;
    padding-bottom: 48px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v2-subscribe {
    width: 34%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v1-subscribe {
    width: 50%;
    padding-left: 8px;
    padding-right: 12%;
  }

  .footer-v3 {
    padding-top: 48px;
  }

  .footer-v3-logo {
    width: 100%;
    padding-bottom: 32px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v3-nav {
    flex-wrap: wrap;
    width: 22%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v3-link {
    margin-right: 24px;
  }

  .post-item-v2 {
    width: 50%;
    padding: 16px 8px;
  }

  .categories {
    flex-wrap: wrap;
  }

  .post-item-v3 {
    width: 50%;
    padding: 16px 8px;
  }

  .licence-items.place-top {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .top-button {
    display: none;
  }

  .works-v3 {
    margin-bottom: -64px;
  }

  .works-v3-item {
    padding-bottom: 64px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .cta-v1 {
    flex-wrap: nowrap;
  }

  .testimonials-v2 {
    width: 100%;
    margin-top: -8px;
  }

  .review-v2-wrapper.top-right {
    padding-right: 0%;
  }

  .review-v2-wrapper.bottom-left {
    padding-left: 0%;
  }

  .review-v2 {
    margin: 8px;
  }

  .hero-v3 {
    min-height: 480px;
    padding-right: 33.33%;
  }

  .hero-v3-services {
    flex-wrap: wrap;
    margin-bottom: -168px;
  }

  .hero-v3-service {
    flex: 0 auto;
    width: 50%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-v3-service.cta {
    min-width: 0;
  }

  .icon.border.no-margin {
    margin: 0;
  }

  .works-v4-item {
    width: 50%;
  }

  .button-huge {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .features-v2.no-margin {
    margin: 0;
  }

  .feature-v2 {
    width: 50%;
    padding-bottom: 24px;
    padding-left: 8px;
    padding-right: 24px;
  }

  .team-member {
    width: 50%;
    padding-bottom: 64px;
    padding-left: 6%;
    padding-right: 6%;
  }

  .features-v1.no-margin-bottom {
    margin-bottom: 0;
  }

  .feature-v1 {
    width: 50%;
  }

  .hero-v4-section {
    height: 560px;
    margin-top: 0;
    padding-top: 0;
  }

  .hero-v4-heading {
    font-size: 54px;
    line-height: 64px;
  }

  .feature-dark {
    flex-basis: 40%;
    margin: 8px;
    padding: 56px 5%;
  }

  .review-v3 {
    padding: 104px 96px;
  }

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

  .post-image {
    height: 440px;
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .post-content {
    flex: 0 auto;
    width: 100%;
  }

  .work-info {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .no-border {
    border: 1px #000;
  }

  .work-presentation {
    padding-left: 8px;
    padding-right: 8px;
  }

  .blog-author-info {
    margin-bottom: 80px;
    padding-left: 16.66%;
    padding-right: 16.66%;
  }

  .nav-dropdown-icon {
    opacity: .4;
    display: inline-block;
  }

  .hero-v5 {
    flex-direction: column;
    justify-content: center;
  }

  .hero-v5-slider {
    width: 83.33%;
    height: 424px;
    max-height: none;
  }

  .hero-v5-intro {
    text-align: center;
    width: 66.66%;
    padding-bottom: 64px;
    left: auto;
  }

  .hero-v5-heading {
    background-color: #0000;
    margin-left: 10px;
    display: inline-block;
  }

  .hero-v5-links {
    justify-content: center;
    margin-top: 0;
  }

  .hero-square-1 {
    top: 17vh;
    left: 13%;
  }

  .counters-v3 {
    width: 83.33%;
  }

  .counter-v3 {
    margin: 8px;
  }

  .counters-v3-wrapper {
    flex-flow: column wrap;
    align-items: center;
  }

  .counters-v3-wrapper.mobile-reverced {
    flex-direction: column-reverse;
  }

  .counter-v3-info {
    text-align: center;
    align-items: center;
    width: 83.33%;
    padding-bottom: 64px;
    padding-left: 12%;
    padding-right: 12%;
  }

  .works-v5-item {
    padding-left: 8px;
    padding-right: 8px;
  }

  .about-v1 {
    flex-wrap: wrap;
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .about-v1-quote {
    text-align: left;
    align-items: flex-start;
    max-width: 41.66%;
    margin-left: 8.33%;
    margin-right: 0%;
    padding-left: 8px;
  }

  .about-v1-image {
    order: -1;
    width: 50%;
  }

  .about-v1-info {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 64px;
    padding-left: 8%;
    padding-right: 8%;
    display: flex;
  }

  .layouts {
    padding-left: 3%;
    padding-right: 3%;
  }

  .layouts-item {
    width: 50%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .layout {
    height: 440px;
  }

  .full-width-map {
    height: 400px;
  }

  .contacts-v1 {
    margin-bottom: -64px;
  }

  .contacts-v1-column {
    width: 50%;
    padding-bottom: 64px;
    padding-left: 8px;
    padding-right: 8%;
  }

  .about-text {
    flex-wrap: wrap;
    width: 66.66%;
  }

  .about-text-column {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .scroll-button {
    display: none;
  }

  .hero-v6-big-text {
    font-size: 128px;
    line-height: 100px;
    right: 8.33%;
  }

  .hero-v6-blocks {
    flex-flow: column-reverse;
    width: 83.33%;
    margin-top: 88px;
    margin-bottom: 120px;
  }

  .hero-v6-video {
    margin-bottom: 64px;
    transform: none;
  }

  .hero-v6-video:hover {
    transform: none;
  }

  .tabs {
    padding-left: 8px;
    padding-right: 8px;
  }

  .tabs-menu {
    flex-wrap: wrap;
    margin-bottom: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .tabs-menu.flex-right {
    flex-wrap: wrap;
    justify-content: center;
  }

  .tabs-menu.no-margin-bottom {
    margin-bottom: 0;
  }

  .tab-link {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .tab-link.w--current {
    box-shadow: none;
  }

  .works-v6-item {
    margin-bottom: 64px;
    margin-left: 8px;
    margin-right: 8px;
    box-shadow: 0 8px 24px #525b7329;
  }

  .tabs-content {
    margin-left: -16px;
    margin-right: -16px;
    padding-top: 72px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .logo-link {
    margin: 9px 12px;
  }

  .logo.big {
    height: 32px;
  }

  .work-v6-card {
    box-shadow: none;
    width: 100%;
    margin-right: 0;
    padding: 32px;
    position: relative;
    bottom: 0;
    right: 0%;
  }

  .work-v6-preview {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
  }

  .tabs-side-heading {
    margin-bottom: 56px;
    margin-left: 8px;
    margin-right: 8px;
    position: relative;
  }

  .work-v6-card-pattern {
    top: -38px;
  }

  .text-block {
    bottom: -40px;
  }

  .float-element-1 {
    width: 186px;
    height: 186px;
    right: 4%;
  }

  .float-element-2 {
    height: 104px;
  }

  .work-image {
    height: 440px;
  }

  .post-info-small {
    flex-wrap: wrap;
  }

  .layout-card {
    height: 440px;
  }

  .page-slide {
    width: 33.33%;
  }

  .protected-card {
    margin-left: 8px;
    margin-right: 8px;
  }

  .contact-card-v1 {
    flex-wrap: wrap;
    width: 83.33%;
    max-width: none;
  }

  .contact-info {
    border-top: 1px solid var(--grey-5);
    border-left-style: none;
    width: 100%;
    max-width: none;
  }

  .contact-form-wrapper {
    flex: 0 auto;
    width: 100%;
  }

  .contact-card-v2 {
    flex-wrap: wrap;
    width: 83.33%;
    max-width: none;
  }

  .components {
    width: 100%;
  }

  .components-card {
    margin-bottom: 32px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .components-button {
    margin-left: 8px;
    margin-right: 8px;
  }

  .post {
    flex-flow: column-reverse wrap;
    justify-content: flex-end;
    align-items: center;
  }

  .post-author {
    width: 50%;
    margin-top: 64px;
    margin-right: 0;
  }

  .post-author-avatar {
    margin-bottom: 20px;
  }

  .progress-bar {
    height: 2px;
  }

  .contacts-v2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .blog-columns {
    flex-flow: column wrap;
    align-items: center;
  }

  .blog-posts {
    flex: 0 auto;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .blog-sidebar {
    width: 66.66%;
    max-width: none;
    margin-top: 48px;
    margin-left: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .instagram-button {
    width: 200px;
    height: 200px;
    margin-left: 6px;
    margin-right: 6px;
    font-size: 16px;
    line-height: 24px;
  }

  .instagram-photo-link {
    width: 160px;
    height: 160px;
    margin-left: 6px;
    margin-right: 6px;
  }

  .nav-link-2 {
    color: #fff;
  }

  .recaptcha {
    left: 25%;
  }

  .section-2 {
    margin-top: 30px;
  }

  .image-4 {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 44px;
  }

  h2 {
    font-size: 28px;
    line-height: 36px;
  }

  p {
    font-size: 14px;
  }

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

  .section.page-header {
    padding-top: 140px;
  }

  .section.hero-v1 {
    height: 600px;
  }

  .section.big-padding-top {
    padding-top: 208px;
  }

  .section.hero-v2-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .button.side-margins {
    margin-bottom: 16px;
    margin-left: 0;
    margin-right: 0;
  }

  .button.subscribe-button {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .button-styles {
    margin-bottom: 0;
  }

  .no-margin {
    margin: 0;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .section-intro {
    margin-bottom: 48px;
  }

  .section-intro.left {
    width: 80%;
    margin-right: 20%;
  }

  .section-intro.left.no-margin.place-top {
    width: 75%;
    margin-right: 25%;
  }

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

  .footer-v1 {
    padding-top: 64px;
  }

  .footer-v1-about {
    width: 58.33%;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .changelog {
    width: 100%;
    margin-bottom: 32px;
  }

  .no-padding {
    padding: 0;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .paragraph-big {
    font-size: 16px;
  }

  .hero-square {
    width: 50vmin;
    height: 50vmin;
  }

  .hero-square-center {
    inset: 10px;
  }

  .hero-v1-intro {
    width: 100%;
    max-width: none;
  }

  .hero-big-circle {
    width: 22vh;
    height: 22vh;
  }

  .hero-small-circle {
    width: 16vh;
    height: 16vh;
  }

  .link.no-margin {
    margin: 0;
  }

  .side-content {
    flex-wrap: wrap;
  }

  .side-block {
    width: 100%;
  }

  .side-block.no-padding {
    padding: 0;
  }

  .work-v2-info {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 8%;
    margin-right: 8%;
    display: flex;
  }

  .work-v2-preview {
    width: 83.33%;
  }

  .intro-big-text {
    font-size: 80px;
    line-height: 64px;
  }

  .feature-card {
    padding-top: 48px;
    padding-bottom: 56px;
  }

  .feature-card-block, .feature-card-block.checklist {
    padding-left: 8px;
    padding-right: 8px;
  }

  .feature-card-list {
    padding-left: 24px;
  }

  .counters {
    flex-wrap: wrap;
    width: 80%;
    margin-top: -32px;
  }

  .counter {
    flex: 0 auto;
    width: 50%;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .side-slider-arrow {
    width: 56px;
    height: 56px;
  }

  .side-slider-arrow.right {
    left: 57px;
  }

  .big-side-content {
    padding-left: 12%;
    padding-right: 12%;
  }

  .big-side-content.right {
    padding-left: 12%;
  }

  .big-side-content.left {
    padding-right: 12%;
  }

  .big-side-media {
    height: 440px;
  }

  .input.subscribe-name, .input.subscribe-email {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .input.quote-input {
    width: 100%;
  }

  .input.subscribe-simple {
    width: 100%;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .input.contact-name {
    flex: 0 auto;
    width: 100%;
  }

  .input.contact-email {
    flex: 0 auto;
    width: 100%;
    margin-left: 0;
  }

  .subscribe-form {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 24px;
  }

  .subscribe {
    max-width: 66.66%;
  }

  .review-v1-slide {
    padding-left: 4%;
    padding-right: 4%;
  }

  .cta-card {
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
  }

  .line-elements {
    flex-direction: column;
    align-items: stretch;
    padding-left: 8px;
    padding-right: 8px;
  }

  .big-work-circle {
    width: 380px;
    height: 380px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    bottom: 0%;
    left: 0;
    right: 0;
  }

  .process {
    margin-bottom: 48px;
  }

  .process.no-margin-bottom {
    margin-bottom: 0;
  }

  .place-top {
    z-index: 10;
  }

  .process-step-number {
    font-size: 64px;
    line-height: 48px;
  }

  .process-step-number.left {
    top: -4px;
    right: -16px;
  }

  .process-step-number.right {
    top: -4px;
    left: -16px;
  }

  .bg-image._2 {
    height: auto;
    min-height: 100vh;
  }

  .pricing-table-v1, .pricing-table-v2 {
    width: 75%;
  }

  .work-v1 {
    height: 480px;
  }

  .work-v1-card {
    flex: 1;
    margin-left: 32px;
    margin-right: 32px;
  }

  .social-fixed-wrapper {
    display: none;
  }

  .page-heading-small {
    margin-top: 0;
    margin-bottom: 0;
  }

  .quote-info {
    padding-left: 12%;
    padding-right: 12%;
  }

  .quote-inputs-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-left: 12%;
    padding-right: 12%;
  }

  .quote-label {
    text-align: center;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 4px;
  }

  .footer-v1-blog {
    width: 58.33%;
    padding-bottom: 16px;
  }

  .footer-v1-nav {
    width: 41.66%;
  }

  .social-icons.footer-v3-icons {
    width: 100%;
    padding-left: 5px;
  }

  .footer-v2-nav {
    width: 33.33%;
    padding-bottom: 48px;
  }

  .footer-v2-subscribe {
    width: 50%;
  }

  .footer-v1-subscribe {
    width: 41.66%;
    padding-bottom: 16px;
    padding-right: 8px;
  }

  .footer-text-right {
    margin-left: 0;
    margin-right: 16px;
  }

  .footer-v3-logo {
    padding-bottom: 24px;
  }

  .footer-v3-nav {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 24px;
  }

  .licence-items.place-top {
    width: 100%;
  }

  .works-v3-item {
    width: 100%;
    padding-left: 12%;
    padding-right: 12%;
  }

  .cta-v1 {
    flex-direction: column;
  }

  .cta-v1-heading {
    text-align: center;
    margin-bottom: 24px;
    margin-right: 0;
  }

  .testimonials-v2 {
    width: 83.33%;
  }

  .testimonials-v2-row {
    flex-wrap: wrap;
  }

  .review-v2-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }

  .testimonials-v2-icon {
    display: none;
  }

  .hero-v3 {
    padding-right: 0%;
  }

  .hero-v3-services {
    margin-bottom: -128px;
  }

  .hero-v3-service {
    padding: 32px 24px;
  }

  .icon.border.no-margin {
    margin: 0;
  }

  .hero-v3-service-info {
    margin-left: 20px;
  }

  .button-huge {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 20px;
    line-height: 28px;
  }

  .features-v2 {
    width: 75%;
  }

  .features-v2.no-margin {
    margin: 0;
  }

  .feature-v2 {
    width: 100%;
    padding-right: 8px;
  }

  .team-member {
    padding-bottom: 48px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .features-v1.no-margin-bottom {
    margin-bottom: 0;
  }

  .feature-v1 {
    padding-bottom: 64px;
  }

  .hero-v4-section {
    min-height: 400px;
  }

  .hero-v4-heading {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 48px;
  }

  .review-v3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .post-image {
    height: 320px;
  }

  .work-intro {
    margin-bottom: 24px;
  }

  .work-info {
    flex-wrap: wrap;
    width: 50%;
    margin-bottom: 64px;
  }

  .work-info-block {
    border-bottom: 1px solid var(--grey-5);
    border-right-style: none;
    flex: 0 auto;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .no-border {
    border-style: none;
  }

  .blog-author-info {
    margin-top: 0;
    margin-bottom: 64px;
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .hero-v5-slider {
    width: 100%;
    height: 384px;
  }

  .hero-v5-intro {
    width: 83.33%;
  }

  .hero-v5-slider-arrow {
    width: 56px;
    height: 56px;
  }

  .hero-v5-slider-arrow.left {
    right: 56px;
  }

  .hero-square-1 {
    top: 14vh;
    left: 13%;
  }

  .triangle {
    right: 10%;
  }

  .counters-v3 {
    width: 100%;
  }

  .counter-v3-info {
    width: 100%;
    padding-bottom: 48px;
    padding-left: 8%;
    padding-right: 8%;
  }

  .works-v5 {
    justify-content: center;
    align-items: center;
  }

  .works-v5.remove-margin {
    justify-content: center;
    margin-bottom: -40px;
  }

  .works-v5-item {
    width: 66.66%;
    padding-bottom: 40px;
  }

  .about-v1-quote {
    padding-top: 16px;
  }

  .about-v1-info {
    padding-top: 48px;
  }

  .layouts-item {
    padding-bottom: 64px;
  }

  .layout, .full-width-map {
    height: 320px;
  }

  .contacts-v1-column {
    padding-bottom: 64px;
  }

  .first-letter.big {
    font-size: 54px;
    line-height: 54px;
  }

  .about-text {
    width: 83.33%;
  }

  .hero-v6-blocks {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 48px;
  }

  .hero-v6-video {
    height: 360px;
    margin-bottom: 48px;
  }

  .tabs-menu.no-margin-bottom {
    margin-bottom: 0;
  }

  .tabs-content {
    padding-top: 56px;
  }

  .work-v6-card {
    flex: 1;
  }

  .work-v6-preview {
    height: 280px;
  }

  .tabs-side-heading {
    margin-bottom: 40px;
  }

  .button-huge-icon {
    width: 24px;
  }

  .float-element-1 {
    width: 149px;
    height: 148px;
    right: 4%;
  }

  .float-element-2 {
    height: 80px;
  }

  .work-image {
    height: 280px;
  }

  .layout-card {
    height: 320px;
  }

  .contact-card-v1, .contact-card-v2 {
    width: 100%;
  }

  .components {
    width: 83.33%;
  }

  .components-card {
    flex-basis: 80%;
  }

  .post-author {
    width: 66.66%;
  }

  .logo-wrapper {
    flex: 0 auto;
    width: auto;
  }

  .contacts-v2 {
    flex-wrap: wrap;
  }

  .contacts-v2-block {
    width: 100%;
  }

  .contacts-v2-block.border {
    border-top: 1px solid #fff3;
    border-left-style: none;
    margin-top: 40px;
    padding-top: 64px;
  }

  .blog-sidebar {
    width: 100%;
  }

  .post-card-v1-content {
    padding-left: 24px;
    padding-right: 8px;
  }

  .intro-text {
    font-size: 17px;
    line-height: 28px;
  }

  .instagram-button {
    width: 160px;
    height: 160px;
    font-size: 15px;
  }

  .instagram-photo-link {
    width: 128px;
    height: 128px;
  }

  .nav-link-2 {
    color: #fff;
  }

  .section-2 {
    margin-top: 30px;
  }

  .image-4 {
    margin-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }

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

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

  .section.page-header {
    padding-top: 124px;
  }

  .section.big-padding-top {
    padding-top: 440px;
  }

  .button-style-wrapper {
    width: 100%;
  }

  .utility-page-content {
    width: 100%;
    padding-left: 12%;
    padding-right: 12%;
  }

  .no-margin {
    margin: 0;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .section-intro.left, .section-intro.left.no-margin.place-top {
    width: 100%;
    margin-right: 0%;
  }

  .section-intro.side {
    flex-direction: column;
    justify-content: flex-start;
  }

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

  .footer-v1-about {
    width: 100%;
    padding-bottom: 48px;
  }

  .no-padding {
    padding: 0;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .hero-square {
    width: 68%;
    height: 80%;
  }

  .hero-square-center {
    inset: 8px;
  }

  .hero-big-circle {
    width: 16vh;
    height: 16vh;
  }

  .hero-small-circle {
    width: 12vh;
    height: 12vh;
  }

  .link.no-margin {
    margin: 0;
  }

  .link.intro-side-link {
    margin-top: 24px;
    margin-bottom: 0;
  }

  .side-block.no-padding {
    padding: 0;
  }

  .work-v2-info {
    margin-left: 0%;
    margin-right: 0%;
  }

  .work-v2-preview {
    width: 100%;
  }

  .huge-review-info {
    margin-left: 0;
  }

  .intro-big-text {
    font-size: 56px;
    line-height: 56px;
  }

  .feature-card {
    flex: 0 auto;
    width: 100%;
    padding-left: 12%;
    padding-right: 12%;
  }

  .feature-card.big {
    flex-wrap: wrap;
  }

  .feature-card-block {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .feature-card-block.checklist {
    text-align: left;
    align-items: flex-start;
    padding-top: 48px;
  }

  .feature-card-list {
    margin-bottom: 0;
    padding-left: 0;
  }

  .counters, .counter {
    width: 100%;
  }

  .side-slide-info {
    padding-left: 136px;
    padding-right: 24px;
    font-size: 13px;
    line-height: 20px;
  }

  .big-side-content {
    padding: 64px 8px;
  }

  .big-side-content.right {
    padding-left: 8px;
  }

  .big-side-content.left {
    padding-right: 8px;
  }

  .big-side-media {
    height: 400px;
  }

  .subscribe {
    max-width: 100%;
    padding-top: 8px;
  }

  .testimonials-v1-arrow.left {
    right: 200px;
  }

  .testimonials-v1-arrow.right {
    left: 200px;
  }

  .review-v1 {
    padding: 88px 12% 48px;
  }

  .review-v1-icon {
    top: 26px;
    left: 12%;
  }

  .cta-card {
    width: 100%;
  }

  .big-work-circle {
    width: 288px;
    height: 288px;
  }

  .process {
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 24px;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .process.no-margin-bottom {
    margin-bottom: 0;
  }

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

  .process-step-info {
    width: 100%;
    margin-left: 72px;
  }

  .process-step-info.left {
    text-align: left;
  }

  .process-step-number.left {
    top: -4px;
    left: -16px;
    right: auto;
  }

  .process-line {
    margin-left: 28px;
  }

  .process-icon {
    width: 56px;
    height: 56px;
    top: -12px;
    left: 0;
    right: auto;
  }

  .pricing-table-v1 {
    width: 100%;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .pricing-table-v2 {
    flex-basis: 80%;
    width: 100%;
  }

  .work-v1 {
    height: 480px;
  }

  .work-v1-card {
    margin-bottom: 16px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .page-header-small {
    padding-top: 40px;
    padding-bottom: 32px;
  }

  .page-heading-small {
    margin-top: 0;
    margin-bottom: 0;
  }

  .quote-info, .quote-inputs-wrapper {
    padding-left: 8%;
    padding-right: 8%;
  }

  .footer-v1-blog {
    width: 100%;
    padding-bottom: 40px;
  }

  .footer-v1-nav {
    width: 100%;
    padding-bottom: 48px;
  }

  .footer-v2-nav {
    width: 50%;
  }

  .footer-v2-subscribe, .footer-v1-subscribe {
    width: 100%;
  }

  .footer-v3 {
    padding-top: 40px;
  }

  .footer-v3-link {
    margin-right: 20px;
  }

  .post-item-v2 {
    width: 100%;
  }

  .categories {
    flex-direction: column;
    justify-content: center;
  }

  .post-item-v3 {
    width: 100%;
  }

  .licence-item {
    flex-direction: column;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .works-v3-item {
    padding-left: 8px;
    padding-right: 8px;
  }

  .testimonials-v2 {
    width: 100%;
  }

  .hero-v3 {
    text-align: center;
    align-items: center;
    min-height: 400px;
  }

  .hero-v3-services {
    margin-bottom: -368px;
  }

  .hero-v3-service {
    width: 100%;
  }

  .icon.border.no-margin {
    margin: 0;
  }

  .works-v4-item {
    width: 100%;
  }

  .button-huge {
    flex-direction: column;
  }

  .features-v2 {
    width: 100%;
  }

  .features-v2.no-margin {
    margin: 0;
  }

  .team-member {
    width: 100%;
    padding-left: 12%;
    padding-right: 12%;
  }

  .features-v1.no-margin-bottom {
    margin-bottom: 0;
  }

  .feature-v1 {
    width: 100%;
  }

  .hero-v4-slide {
    padding-left: 16px;
    padding-right: 16px;
  }

  .feature-dark {
    flex: 90%;
    padding-left: 12%;
    padding-right: 12%;
  }

  .counters-v2 {
    flex-wrap: wrap;
    margin-bottom: -32px;
  }

  .counter-v2 {
    align-items: center;
    width: 100%;
    padding-bottom: 40px;
    display: flex;
  }

  .counter-v2-number {
    margin-bottom: 2px;
    margin-right: 20px;
  }

  .review-v3 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .slider-arrow {
    display: none;
  }

  .post-image {
    height: 200px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .post-content {
    width: 100%;
  }

  .work-intro {
    margin-bottom: 8px;
  }

  .work-info {
    width: 100%;
    margin-bottom: 48px;
  }

  .no-border {
    border-style: none;
  }

  .work-presentation {
    width: 100%;
  }

  .blog-author-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-v5-slider {
    height: 240px;
  }

  .hero-square-1 {
    top: 11vh;
    left: 3%;
  }

  .triangle {
    bottom: 16%;
    right: 8%;
  }

  .counter-v3 {
    flex: 0 auto;
    width: 100%;
    padding-left: 12%;
    padding-right: 12%;
  }

  .works-v5-item {
    width: 100%;
  }

  .about-v1 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .about-v1-quote {
    text-align: center;
    order: -1;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0%;
    padding-top: 0;
    padding-bottom: 48px;
    padding-left: 0;
  }

  .about-v1-image {
    width: 100%;
  }

  .about-v1-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .licence-image {
    margin-bottom: 16px;
  }

  .licence-item-info {
    text-align: center;
    padding-left: 0;
  }

  .layouts-item {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .layout {
    height: auto;
    overflow: hidden;
  }

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

  .contacts-v1-column {
    width: 100%;
    padding-bottom: 48px;
  }

  .about-text {
    width: 100%;
  }

  .hero-v6-video {
    height: 272px;
  }

  .tabs-menu.no-margin-bottom {
    margin-bottom: 0;
  }

  .work-v6-preview {
    height: 240px;
  }

  .work-v6-card-pattern {
    right: 16px;
  }

  .text-block {
    font-size: 88px;
  }

  .button-huge-icon {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .float-element-1 {
    right: -10%;
  }

  .work-image {
    height: 240px;
  }

  .layout-card {
    height: auto;
  }

  .page-slide {
    width: 100%;
  }

  .page-slider-mask {
    width: 100%;
    margin-left: 0%;
    padding-left: 32px;
    padding-right: 32px;
    overflow: visible;
  }

  .protected-card {
    width: 100%;
    padding-left: 12%;
    padding-right: 12%;
  }

  .contact-info {
    padding: 32px 40px;
  }

  .contact-form-wrapper {
    padding: 40px 32px;
  }

  .components {
    width: 100%;
  }

  .components-card-info {
    padding: 24px;
  }

  .post-author {
    width: 100%;
  }

  .post-card-v1 {
    flex-direction: column;
    align-items: stretch;
  }

  .post-card-v1-preview {
    width: 100%;
    max-width: none;
    height: 200px;
    min-height: 0;
  }

  .post-card-v1-content {
    padding: 32px 0 16px;
  }

  .nav-link-2 {
    color: #fff;
  }

  .recaptcha {
    left: 0%;
  }

  .section-2 {
    margin-top: 20px;
  }

  .image-4 {
    margin-left: 0;
    display: block;
  }

  .image-5, .text-block-4 {
    display: none;
  }
}


