:root {
  --medium-slate-blue: #7567f8;
  --orange: #ffa535;
  --light-slate-grey: #9096a4;
  --black-2: #2e323c;
  --white-2: white;
  --dark-grey: #a5aab6;
  --ghost-white: #edeff4;
  --gradient-color-2: #ffb731;
  --gradient-color-1: #ff753e;
  --white-smoke: #f5f6f9;
  --dim-grey: #5d6371;
  --gainsboro: #e1e3ea;
  --indian-red: #f34568;
  --deep-pink: #df4798;
  --dodger-blue: #329eff;
  --medium-aquamarine: #0dd290;
  --light-grey: #ccd0d9;
  --white: white;
  --black: black;
}

h1 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 48px;
  font-weight: 700;
  line-height: 72px;
}

h2 {
  margin-top: 40px;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  display: block;
}

h4 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

h5 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

h6 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: block;
}

p {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 28px;
}

a {
  color: var(--medium-slate-blue);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 8px;
  padding-left: 40px;
  display: block;
}

ol {
  margin-top: 0;
  margin-bottom: 8px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 3px solid var(--orange);
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 8px 24px;
  font-size: 22px;
  line-height: 32px;
}

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

figcaption {
  color: var(--light-slate-grey);
  text-align: center;
  margin-top: 9px;
  font-size: 14px;
  line-height: 20px;
}

.body {
  color: var(--black-2);
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.section {
  background-color: var(--white-2);
  text-align: center;
  padding: 120px 24px;
  display: block;
  overflow: hidden;
}

.section.grey-section {
  background-color: #f5f6f9;
  display: block;
}

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

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

.section.no-top-padding.no-bottom-padding {
  border-style: none;
  border-top-width: 1px;
  border-top-color: var(--dark-grey);
  text-transform: capitalize;
  background-color: #f5f6f9;
}

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

.section.dark-grey-section {
  background-color: var(--ghost-white);
}

.wrapper {
  background-color: #0000;
  max-width: 1200px;
  display: block;
}

.wrapper.nav-bar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.wrapper.services-big-cards {
  margin-bottom: -120px;
}

.wrapper.black-friday {
  margin-top: 0;
}

.button {
  background-color: var(--orange);
  background-image: linear-gradient(to right, #ff753e, var(--gradient-color-2));
  border-radius: 24px;
  height: 48px;
  margin-top: 30px;
  padding: 11px 24px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  transition: box-shadow .3s, transform .3s;
}

.button:hover {
  transform: translate(0, -1px);
  box-shadow: 0 5px 18px #ffa53580;
}

.button.testimonials-button {
  background-color: #ffa535;
  background-image: linear-gradient(to right, #ff753e, #ffb731);
  margin-top: 16px;
}

.button.contact-button {
  margin-top: 16px;
  padding-top: 7px;
}

.button.contact-ready-button {
  flex: none;
  margin-top: 20px;
  margin-bottom: -80px;
}

.button.footer-big-subscribe-button {
  margin-left: 24px;
  padding-top: 7px;
}

.button.footer-subscribe-button {
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.button.subscribe-button {
  margin-left: 24px;
}

.button.services-simple-button {
  background-color: #ffa535;
  margin-top: 72px;
  font-size: 16px;
}

.button.works-v5-button {
  margin-top: 64px;
}

.button.form-button {
  padding-top: 7px;
}

.button.sidebar-subscribe-button {
  padding-top: 8px;
}

.button.full-screen-button {
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.button.pricing-table-button {
  margin-top: 40px;
}

.button._404-home-button {
  margin-top: 24px;
  margin-bottom: -64px;
}

.button.float-subscribe-button {
  margin-left: 16px;
}

.button.contact {
  margin-top: 50px;
  padding-bottom: 12px;
}

.nav-bar {
  z-index: 200;
  background-color: var(--white-2);
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 3px 9px #2e323c17;
}

.nav-bar.ghost-nav-bar {
  box-shadow: none;
  background-color: #0000;
  width: 100%;
}

.logo {
  color: var(--black-2);
  width: 190px;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 24px;
  display: block;
}

.logo-link {
  padding: 15px 16px 15px 14px;
}

.logo-link.full-screen-logo {
  position: absolute;
  top: 0;
  left: 25px;
}

.logo-line {
  background-color: var(--orange);
  background-image: linear-gradient(to right, var(--gradient-color-1), var(--gradient-color-2));
  width: 62%;
  height: 2px;
}

.logo-line.white-line {
  background-color: #fff;
  background-image: none;
}

.logo-line.footer {
  width: 100%;
  margin-top: 20px;
}

.logo-text {
  float: left;
  color: var(--dark-grey);
  flex: 1;
  margin-left: 8px;
  padding-bottom: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: none;
}

.nav-link {
  color: var(--black-2);
  padding-top: 16px;
  padding-bottom: 18px;
  padding-left: 16px;
  font-size: 15px;
  line-height: 24px;
  transition: color .15s;
}

.nav-link:hover {
  color: var(--medium-slate-blue);
}

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

.nav-link.dropdown {
  padding-right: 36px;
  display: none;
}

.hero-table-section {
  background-color: var(--white-smoke);
  background-image: radial-gradient(circle farthest-side at 50% 50%, var(--white-2), var(--ghost-white));
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.hero-table-intro {
  z-index: 6;
  color: var(--light-slate-grey);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  max-height: 300px;
  margin-top: 21%;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  display: block;
  position: relative;
}

.service-side-text {
  color: var(--light-slate-grey);
  padding-right: 32px;
}

.scroll-down-link {
  opacity: .4;
  color: var(--dim-grey);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  max-width: 160px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 24px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  transition: opacity .3s;
  display: block;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

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

.web-design-port-elizabeth {
  z-index: 5;
  color: #ffb731;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 12%;
  left: 0;
  right: 0;
}

.hero-plant-small {
  z-index: 3;
  position: absolute;
  top: 18%;
  left: 4%;
}

.hero-headphones {
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 6%;
  left: 0%;
  right: 1000px;
}

.hero-plant-big {
  position: absolute;
  top: 16%;
  right: -110px;
}

.hero-pencils {
  z-index: 7;
  position: absolute;
  top: 39%;
  right: 8%;
}

.hero-mouse {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 11%;
  left: 760px;
  right: 0;
  transform: rotate(7deg);
}

.hero-pencil {
  position: absolute;
  bottom: 25%;
  right: 5%;
  transform: rotate(16deg);
}

.hero-arrow-down-icon {
  margin-top: 6px;
}

.section-header-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  font-weight: 300;
  display: block;
}

.section-header-wrapper.subscribe-header-wrapper {
  padding-bottom: 40px;
}

.section-small-header {
  color: var(--orange);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.section-header {
  margin-top: 20px;
  margin-bottom: 8px;
}

.section-header._404-header {
  color: #fff;
}

.section-description {
  color: var(--light-slate-grey);
  margin-top: 0;
  font-size: 18px;
  line-height: 28px;
}

.section-description._404 {
  color: #fff;
}

.section-description.faq {
  display: none;
}

.service-card-big {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.service-card-big.reversed {
  flex-direction: row-reverse;
}

.service-image {
  background-color: var(--gainsboro);
  border-radius: 8px;
  flex: none;
  width: 66.6667%;
  height: 560px;
}

.service-image.service-image-1 {
  background-image: url('../images/website-creation.jpg');
  background-position: 0 0;
  background-size: cover;
}

.service-image.service-image-2 {
  background-image: url('../images/mobile-website.jpg');
  background-position: 0 0;
  background-size: cover;
}

.service-color-card {
  z-index: 1;
  background-color: var(--medium-slate-blue);
  color: #fff;
  text-align: left;
  border-radius: 8px;
  flex: none;
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 64px 100px 56px 64px;
  position: relative;
  left: 16.6667%;
  box-shadow: 0 8px 28px #2e323c45;
}

.service-color-card.service-card-right {
  left: auto;
  right: 16.6667%;
}

.link-arrow-icon {
  margin-top: -3px;
  margin-left: 8px;
}

.link-arrow-text {
  display: inline-block;
}

.link-arrow-text.white-text {
  line-height: 16px;
}

.white-text {
  color: #fff;
}

.service-color-card-icon {
  margin-bottom: -8px;
  margin-left: -2px;
}

.color-2 {
  background-color: var(--indian-red);
}

.color-3 {
  background-color: var(--medium-slate-blue);
}

.color-4 {
  background-color: var(--deep-pink);
}

.color-5 {
  background-color: var(--dodger-blue);
}

.color-6 {
  background-color: var(--medium-aquamarine);
}

.service-simple {
  text-align: left;
  width: 33.3333%;
  padding-bottom: 24px;
  padding-left: 15px;
  padding-right: 32px;
}

.paragraph-small {
  font-size: 16px;
  line-height: 24px;
}

.paragraph-small.footer {
  float: left;
  text-transform: none;
  margin-top: 1px;
  font-weight: 400;
}

.service-simple-header {
  color: var(--black-2);
  margin-top: 12px;
  font-size: 18px;
}

.service-color-card-text {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.section-header-icon {
  margin-top: -4px;
}

.service-simple-icon {
  float: left;
}

.service-simple-info {
  color: var(--light-slate-grey);
  padding-left: 16px;
  position: relative;
  overflow: hidden;
}

.services-simple {
  flex-wrap: wrap;
  margin-top: -8px;
  margin-bottom: -32px;
  display: flex;
}

.grey-section {
  background-color: var(--white-smoke);
  text-align: center;
}

.works-v1 {
  flex-wrap: wrap;
  margin-bottom: -32px;
  display: flex;
}

.work-v1 {
  width: 50%;
}

.work-card-v1 {
  color: var(--light-slate-grey);
  text-align: center;
  background-color: #0000;
  border-radius: 8px;
  margin: 0 15px 32px;
  padding: 40px;
  transition: background-color .3s, box-shadow .3s, transform .3s;
  display: block;
}

.work-card-v1:hover {
  background-color: #fff;
  transform: translate(0, -4px);
  box-shadow: 0 8px 28px #2e323c17;
}

.work-card-v1-image {
  border-radius: 8px;
}

.work-card-v1-category {
  z-index: 1;
  background-color: var(--black-2);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: -40px auto -8px;
  display: block;
  position: relative;
  box-shadow: 0 5px 18px #2e323c2e;
}

.work-card-v1-header {
  color: var(--black-2);
  margin-bottom: 20px;
}

.work-card-v1-description {
  padding-left: 40px;
  padding-right: 40px;
}

.testimonials-color-cards {
  display: flex;
}

.review-color-card {
  color: #fff;
  border-radius: 8px;
  flex-basis: 40%;
  margin-bottom: 32px;
  padding: 40px;
  box-shadow: 0 8px 28px #2e323c2e;
}

.review-color-card.color-4 {
  background-color: #df4798;
}

.review-color-card.color-6 {
  background-color: #0dd290;
}

.testimonials-color-cards-content {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 66.6667%;
  margin-bottom: -32px;
  display: flex;
}

.tesimonials-color-cards-info {
  text-align: left;
  flex: 1;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 55px;
}

.review-color-card-author {
  font-size: 13px;
  line-height: 24px;
}

.testimonials-color-cards-colomn-1 {
  width: 50%;
  padding-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
}

.testimonials-color-cards-column-2 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.team {
  justify-content: center;
  display: flex;
}

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

.team-member-photo {
  background-color: var(--light-grey);
  border-radius: 8px;
  justify-content: center;
  align-items: flex-end;
  height: 360px;
  margin-bottom: -10px;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-member-photo:hover {
  box-shadow: inset 0 0 0 500px #2e323c33;
}

.team-member-photo.team-member-1 {
  background-image: url('../images/jaco-vermaak.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-member-photo.team-member-3 {
  background-image: url('../images/liza-vermaak_20_1_.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-member-photo.team-member-3._3 {
  background-image: url('../images/Lindy-Taverner.jpg');
}

.team-member-role {
  color: var(--light-slate-grey);
  margin-top: -12px;
  font-size: 14px;
  line-height: 24px;
}

.team-member-links {
  background-color: #fff;
  border-radius: 6px;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 5px 18px #2e323c45;
}

.team-member-link {
  box-shadow: -1px 0 0 0 var(--gainsboro), 1px 0 0 0 var(--gainsboro);
  background-color: #fff;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.contact-section {
  flex-direction: row;
  display: flex;
}

.contact-split-image {
  background-color: var(--light-grey);
  background-image: linear-gradient(#2e323c26, #2e323c26), url('../images/contact-us.jpg');
  background-position: 0 0, 0;
  width: 50%;
  min-height: 600px;
}

.contact-split-info {
  flex: 1;
  max-width: 570px;
  margin-bottom: 0;
  margin-left: 15px;
  padding: 80px 7% 120px;
}

.form-label {
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 11px;
  line-height: 16px;
}

.input {
  border-color: black black var(--light-grey);
  background-color: #0000;
  border-top-style: none;
  border-top-width: 1px;
  border-left-style: none;
  border-left-width: 1px;
  border-right-style: none;
  border-right-width: 1px;
  border-radius: 0;
  height: 48px;
  margin-bottom: 32px;
  padding-top: 7px;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  line-height: 24px;
  transition: border-color .3s;
}

.input:hover {
  border-bottom-color: var(--light-slate-grey);
}

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

.input.text-area {
  height: auto;
  min-height: 112px;
}

.input.footer-big-subscribe-input {
  background-image: url('../images/subscribe-icon.png');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: 32px;
  flex: 1;
  margin-bottom: 0;
  padding-left: 56px;
  display: inline-block;
}

.input.footer-subscribe-input {
  margin-bottom: 24px;
}

.input.subscribe-input {
  background-image: url('../images/subscribe-icon.png');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: 32px;
  flex: 1;
  margin-bottom: 0;
  padding-left: 56px;
}

.input.password-input {
  text-align: center;
}

.text-block-2 {
  color: var(--black-2);
}

.contact-split-form {
  text-align: center;
  flex: none;
  margin-top: 30px;
  padding-top: 0;
}

.clients-section {
  background-color: var(--white-smoke);
  padding-top: 64px;
  padding-bottom: 64px;
}

.clients-section.clients-color-section {
  background-color: var(--medium-slate-blue);
  color: #fff;
}

.clients-section.white {
  background-color: #fff;
}

.clients-logotypes {
  justify-content: center;
  align-items: center;
  display: none;
}

.client-logo {
  opacity: .7;
  margin-left: 16px;
  margin-right: 16px;
  padding: 16px;
  transition: opacity .3s;
}

.client-logo:hover, .client-logo.color-logo {
  opacity: 1;
}

.footer-v1 {
  text-align: left;
  flex-wrap: wrap;
  align-items: stretch;
  padding-top: 28px;
  display: flex;
}

.footer-v1-column {
  flex: 0 auto;
  width: 25%;
  padding: 8px 60px 64px 15px;
  font-size: 14px;
  line-height: 24px;
}

.footer-v1-column-text {
  color: var(--light-slate-grey);
}

.footer-logo {
  margin-top: 10px;
  margin-bottom: -16px;
  padding: 24px 15px 24px 0;
  display: block;
}

.footer-bottom {
  border-top: 1px solid var(--gainsboro);
  color: var(--light-slate-grey);
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 12px;
  line-height: 24px;
  display: flex;
}

.footer-bottom-text-left {
  text-align: center;
  flex: 1;
}

.footer-bottom-link {
  color: var(--black-2);
}

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

.footer-bottom-link-right {
  color: var(--black-2);
  margin-left: 24px;
}

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

.footer-grey-link {
  color: var(--light-slate-grey);
}

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

.work-card-v2-info {
  color: #fff;
  text-align: left;
  padding-right: 64px;
  position: absolute;
  bottom: 32px;
  left: 32px;
  right: 32px;
}

.service-side-block {
  align-items: center;
  padding-bottom: 168px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.service-side-block.reversed {
  flex-direction: row-reverse;
}

.service-side-block.reversed.webdesign, .service-side-block.reversed.digital-marketing, .service-side-block.photography {
  display: none;
}

.service-side-info {
  text-align: left;
  width: 50%;
  padding-bottom: 16px;
  padding-left: 8%;
  padding-right: 8%;
}

.service-side-content {
  flex: 1;
  justify-content: flex-end;
  padding-left: 4.6%;
  display: flex;
}

.service-side-content.service-side-content-reversed {
  justify-content: flex-start;
  padding-left: 0%;
  padding-right: 6%;
}

.service-side-icon {
  margin-bottom: -8px;
  margin-left: -8px;
  display: block;
}

.link-arrow {
  color: var(--black-2);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 40px;
}

.service-side-image {
  background-color: var(--light-grey);
  border-radius: 8px;
  width: 91.6667%;
  height: 320px;
  position: relative;
}

.service-side-image.service-side-image-2 {
  background-image: url('../images/kate-serbin-31030.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-side-image.service-side-image-2.e-commerce {
  background-image: url('../images/Kettle-Rim-light-test.jpg');
}

.service-side-image.service-side-image-1 {
  background-image: url('../images/domenico-loia-272251.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-side-image.service-side-image-1.photography {
  background-image: url('../images/The-Collection-Studio---Furniture-Design-1-of-1.jpg');
}

.service-side-image.service-side-image-3 {
  background-image: url('../images/autumn-goodman-242825.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-side-image.service-side-image-3.social {
  background-image: url('../images/social-media-management.jpg');
}

.service-side-image.service-side-image-4 {
  background-image: url('../images/william-iven-11250.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-side-image-text {
  color: #fff;
  text-align: left;
  border-radius: 8px;
  width: 86%;
  margin: 0 -30px;
  padding: 24px 32px;
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  bottom: -48px;
  left: 0;
  box-shadow: 0 8px 28px #2e323c2e;
}

.service-side-image-text.image-text-reversed {
  left: auto;
  right: 0;
}

.service-side-image-text.image-text-reversed.color-4.adsense {
  background-color: #0dd290;
}

.service-side-image-text.color-3.seo {
  background-color: #ffa535;
}

.service-side-image-text.color-1.social {
  background-color: #df4798;
}

.service-side-blocks {
  margin-bottom: -120px;
}

.side-video-section {
  background-color: #fff;
  display: flex;
  overflow: hidden;
}

.side-video-content {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.side-video-preview {
  background-color: var(--light-grey);
  background-image: linear-gradient(#2e323c1a, #2e323c1a), url('../images/gabriel-beaudry-93842.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 680px;
  display: flex;
}

.side-video-info {
  max-width: 600px;
  margin-left: 24px;
  padding-left: 15px;
  padding-right: 25%;
}

.clients-header {
  text-align: center;
  text-transform: none;
  max-width: 570px;
  margin: 8px auto 40px;
  display: block;
}

.post-v2 {
  width: 33.3333%;
  padding-bottom: 48px;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-posts-v2 {
  flex-wrap: wrap;
  margin-bottom: -48px;
  display: flex;
}

.category {
  background-color: var(--black-2);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 12px;
  height: 24px;
  padding-top: 4px;
  padding-left: 13px;
  padding-right: 12px;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
}

.category.post-card-v2-category {
  z-index: 2;
  position: relative;
  box-shadow: 0 3px 9px #2e323c2e;
}

.category.work-card-v5-category {
  z-index: 5;
  margin: 24px;
  position: absolute;
  top: 0;
  right: 0;
}

.category.post-card-v1-category {
  z-index: 1;
  margin: 32px;
  position: absolute;
  top: 0;
  right: 0;
}

.category.work-category {
  margin-bottom: 8px;
}

.category.pricing-table-category {
  margin-bottom: 24px;
}

.category.pricing-table-category.website {
  background-color: var(--indian-red);
}

.category.pricing-table-category.mobile {
  background-color: var(--medium-slate-blue);
}

.category.pricing-table-category.branding {
  background-color: var(--orange);
}

.category.home-preview-label {
  background-color: var(--light-slate-grey);
  margin-bottom: 24px;
}

.post-card-v2-header {
  margin-top: 22px;
  margin-bottom: 14px;
  padding-left: 24px;
  padding-right: 24px;
}

.post-card-v2-link {
  color: var(--light-slate-grey);
  font-size: 14px;
  line-height: 24px;
}

.post-card-v2-link:hover {
  text-decoration: underline;
}

.post-card-v2-image-wrapper {
  z-index: 1;
  background-color: var(--black-2);
  border-radius: 8px;
  margin-bottom: -16px;
  display: block;
  position: relative;
  overflow: hidden;
}

.footer-v2-logo {
  width: 16.6667%;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-v2 {
  text-align: left;
  flex-wrap: wrap;
  padding-top: 100px;
  display: flex;
}

.footer-v2-about {
  color: var(--light-slate-grey);
  flex: 1;
  padding: 19px 32px 40px 15px;
}

.footer-v2-contact {
  width: 25%;
  padding: 35px 15px 40px;
  font-size: 14px;
  line-height: 24px;
}

.footer-v2-contact-header {
  color: var(--black-2);
  font-weight: 700;
}

.footer-v2-social {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.social-button {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 4px;
  margin-right: 4px;
  display: flex;
  box-shadow: 0 1px 2px #2e323c17;
}

.float-subscribe-header {
  margin-top: 0;
  margin-bottom: 4px;
}

.footer-big-subscribe {
  background-color: #fff;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  height: 96px;
  margin: -48px auto 0;
  padding-top: 24px;
  padding-left: 48px;
  padding-right: 24px;
  display: block;
  position: relative;
  bottom: -48px;
  box-shadow: 0 8px 28px #2e323c17;
}

.footer-big-subscribe-form {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-side-media {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.about-side-media.about-side-reversed {
  float: none;
  flex-direction: row-reverse;
  display: block;
}

.about-side-image-info {
  float: right;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 33.3333%;
  margin-left: 8.33333%;
  margin-right: 8.33333%;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.about-side-image-wrapper {
  flex: 0 auto;
  width: 39%;
  margin-left: 15px;
  margin-right: 15px;
}

.about-side-image {
  border-radius: 8px;
}

.service-cards {
  flex-wrap: wrap;
  margin-bottom: -30px;
  display: flex;
}

.service-card {
  color: var(--light-slate-grey);
  background-color: #fff;
  border-radius: 8px;
  flex-grow: 1;
  flex-basis: 20%;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 56px 32px 40px;
  box-shadow: 0 8px 28px #2e323c17;
}

.service-card._33-width {
  flex-basis: 30%;
}

.service-card-header {
  color: var(--black-2);
  margin-top: 22px;
}

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

.contact-side-info {
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: 8.33333%;
  margin-right: 8.33333%;
  padding-bottom: 48px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-v3-about {
  color: var(--light-slate-grey);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 56px;
  padding-left: 15px;
  padding-right: 9%;
  font-size: 14px;
  line-height: 24px;
  display: block;
}

.footer-v3 {
  text-align: left;
  flex-wrap: wrap;
  padding-top: 30px;
  display: block;
}

.footer-v3-social {
  float: left;
  align-items: center;
  margin-left: -8px;
  display: block;
}

.footer-v3-social-link {
  float: left;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: block;
}

.footer-v3-nav {
  float: left;
  width: 100%;
  padding-bottom: 56px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-v3-nav.contact {
  padding-left: 40px;
}

.footer-v3-link {
  color: var(--light-slate-grey);
  font-size: 14px;
  line-height: 32px;
  display: block;
}

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

.footer-v3-subscribe {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-big-subscribe-wrapper {
  background-color: #fff;
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
  padding-right: 24px;
}

.work-card-v4-info {
  color: var(--light-slate-grey);
  text-align: left;
  background-color: #fff;
  border-radius: 6px;
  margin: 32px;
  padding: 0 32px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 3px 9px #2e323c2e;
}

.black-text {
  color: var(--black-2);
  margin-bottom: 24px;
  font-size: 44px;
  line-height: 60px;
}

.side-feature {
  align-items: stretch;
  margin-bottom: 120px;
  display: flex;
}

.side-feature-content {
  align-items: center;
  width: 50%;
  padding-left: 8.33333%;
  padding-right: 8.33333%;
  display: flex;
}

.side-feature-info {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}

.side-feature-image {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.side-feature-video-link {
  float: left;
  color: var(--dark-grey);
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.side-feature-video-button {
  float: left;
  background-color: var(--orange);
  background-image: url('../images/play-icon.svg'), linear-gradient(to right, var(--gradient-color-1), var(--gradient-color-2));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 12px, auto;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  display: inline-block;
}

.subscribe-form {
  align-items: center;
  padding: 24px 8.33333% 8px;
  display: flex;
}

.subscribe-info {
  color: var(--light-slate-grey);
  text-align: left;
  width: 41.6667%;
  padding: 20px 24px 20px 15px;
  font-size: 14px;
  line-height: 24px;
}

.subscribe-header {
  color: var(--black-2);
  margin-top: 7px;
  margin-bottom: 1px;
}

.team-color-cards {
  justify-content: space-around;
  display: flex;
}

.team-member-color-card {
  border-radius: 8px;
  width: 22.4%;
  position: relative;
  transform: translate(-20px, 20px);
}

.team-member-color-photo {
  z-index: 5;
  background-color: var(--light-grey);
  border-radius: 8px;
  height: 360px;
  position: relative;
  transform: translate(40px, -40px);
  box-shadow: 0 5px 18px #2e323c45;
}

.team-member-color-photo.team-member-1 {
  background-image: url('../images/team-member-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-member-color-photo.team-member-2 {
  background-image: url('../images/team-member-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-member-color-photo.team-member-3 {
  background-image: url('../images/team-member-03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-member-color-role {
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 280px;
  font-size: 11px;
  font-weight: 700;
  line-height: 40px;
  position: absolute;
  top: 140px;
  left: -120px;
  overflow: hidden;
  transform: rotate(-90deg);
}

.team-member-color-links {
  justify-content: flex-end;
  align-items: center;
  height: 40px;
  margin-left: 40px;
  padding-right: 8px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.team-member-color-link {
  color: #fff;
  padding: 7px 8px 9px;
  font-size: 12px;
  line-height: 24px;
}

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

.color-1 {
  background-color: var(--orange);
}

.works-v5 {
  flex-wrap: wrap;
  margin-bottom: -48px;
  display: flex;
}

.work-v5 {
  width: 33.33%;
  padding: 15px 15px 43px;
}

.work-card-v5 {
  color: var(--black-2);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.work-card-v5-header {
  margin-top: 14px;
  padding-left: 24px;
  padding-right: 24px;
}

.testimonials-cards {
  align-items: flex-start;
  display: flex;
}

.testimonials-cards-column {
  width: 33.33%;
  margin-bottom: -30px;
  padding-left: 15px;
  padding-right: 15px;
}

.review-card {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 16px 32px 32px;
  box-shadow: 0 8px 28px #2e323c17;
}

.review-card-info {
  border-top: 1px solid var(--ghost-white);
  color: var(--light-slate-grey);
  align-items: center;
  margin-top: 24px;
  padding-top: 24px;
  font-size: 13px;
  line-height: 16px;
  display: flex;
}

.review-card-avatar {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.footer-v4 {
  text-align: left;
  flex-wrap: wrap;
  padding-top: 32px;
  display: flex;
}

.footer-v4-about {
  color: var(--light-slate-grey);
  flex-direction: column;
  align-items: flex-start;
  width: 33.33%;
  padding-bottom: 56px;
  padding-left: 15px;
  padding-right: 9%;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.footer-v4-column {
  flex: 1;
  padding-bottom: 56px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-v4-link {
  color: var(--light-slate-grey);
  font-size: 14px;
  line-height: 32px;
  display: block;
}

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

.menu-button.white-menu-button {
  color: #fff;
  justify-content: flex-end;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 0 12px 12px 0;
}

.menu-button.white-menu-button.w--open {
  z-index: 110;
  background-color: #0000;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.mouse-wheel-icon {
  background-color: #fff;
  border-radius: 2px;
  width: 4px;
  height: 8px;
}

.contact-window {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  width: 500px;
  margin-bottom: 0;
  margin-left: 9%;
  margin-right: 9%;
  padding-top: 0;
  padding-bottom: 48px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 28px #2e323c45;
}

.contact-window.popup-window {
  z-index: 1000;
  margin-left: 0%;
  margin-right: 0%;
  transform: scale(.86);
}

.contact-window-form {
  text-align: center;
  margin-left: 56px;
  margin-right: 56px;
  padding-top: 32px;
}

.contact-window-header {
  background-image: linear-gradient(to right, var(--gradient-color-1), var(--gradient-color-2));
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 28px 56px;
}

.page-loader {
  z-index: 1000;
  background-image: url('../images/preloader.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 46px;
  display: none;
  position: fixed;
  inset: 0;
}

.page-wrapper {
  overflow: hidden;
}

.footer-v1-logo-column {
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 20px 40px 0 0;
  display: flex;
}

.nav-dropdown-link {
  color: var(--black-2);
  background-color: #fff;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 24px;
  transition: background-color .1s, color .1s;
}

.nav-dropdown-link:hover {
  background-color: var(--medium-slate-blue);
  color: #fff;
}

.nav-dropdown-link.w--current {
  color: var(--medium-slate-blue);
}

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

.nav-dropdown-icon {
  color: var(--dark-grey);
  margin-right: 18px;
  font-size: 13px;
}

.nav-dropdown-list {
  margin-left: -5px;
}

.nav-dropdown-list.w--open {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 18px #2e323c17;
}

.hero-promo-bottom {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.contact-side-header {
  text-align: center;
  margin-bottom: 48px;
}

.page-header-section {
  background-color: var(--black-2);
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section.about-3 {
  background-image: linear-gradient(#2e323c80, #2e323c80), url('../images/breather-163391.jpg');
  background-position: 0 0, 50% 69%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-header-section.blog {
  background-image: linear-gradient(#2e323c80, #2e323c80), url('../images/grovemade-239370.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-header-section.works-1 {
  background-image: linear-gradient(#2e323c80, #2e323c80), url('../images/john-towner-128480.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-header-section.contact-1 {
  background-image: linear-gradient(#2e323c80, #2e323c80), url('../images/jaroslaw-ceborski-235039.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-header-section.services {
  background-image: linear-gradient(#2e323c80, #2e323c80), url('../images/christopher-gower-291240.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
}

.page-header-section.faq {
  background-image: linear-gradient(#2e323c80, #2e323c80), url('../images/Workspace-Top-Down-View-with-MacBook-Pro.jpg');
  background-position: 0 0, 50% -42px;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-header-section.pricing-header-section {
  background-image: linear-gradient(#2e323c80, #2e323c80), url('../images/sylwia-pietruszka-218363.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
}

.utility-page-section {
  background-color: var(--white-smoke);
  background-image: linear-gradient(#329eff33, #329eff33), url('../images/joel-filipe-260016.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 48px;
  display: flex;
}

.password-window {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  width: 370px;
  margin-top: 48px;
  padding: 56px;
  display: flex;
  box-shadow: 0 8px 28px #2e323c17;
}

.password-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.about-us {
  flex-flow: column wrap;
  justify-content: center;
  align-items: stretch;
  width: 83.33%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.about-image {
  border-radius: 8px;
}

.about-text {
  color: var(--light-slate-grey);
  text-align: left;
  column-count: 2;
  column-gap: 30px;
  margin-top: 72px;
  margin-bottom: -24px;
}

.blog-posts-and-sidebar {
  flex-direction: row;
  justify-content: space-between;
  padding-top: 20px;
  display: flex;
}

.blog-posts-v1-wrapper {
  width: 66.66%;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-sidebar {
  text-align: left;
  width: 27.5%;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-posts-v1 {
  flex-direction: column;
  margin-bottom: -56px;
  display: flex;
}

.post-card-v1 {
  text-align: left;
  flex-direction: column;
  margin-bottom: 56px;
  display: flex;
}

.post-card-v1-bottom {
  border-top: 1px solid var(--gainsboro);
  color: var(--light-slate-grey);
  align-items: center;
  margin-top: 8px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 4px;
  font-size: 13px;
  line-height: 24px;
  display: flex;
}

.post-card-v1-avatar {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.post-card-v1-author {
  color: var(--light-slate-grey);
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

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

.zoom-on-hover {
  transition: transform .45s;
}

.zoom-on-hover:hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  transform: scale(1.06);
}

.post-card-v1-image {
  z-index: 1;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 424px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-card-v1-text {
  color: var(--light-slate-grey);
  margin-top: 0;
}

.blog-card-v1-dot {
  background-color: var(--dark-grey);
  border-radius: 50%;
  width: 3px;
  height: 3px;
  margin-left: 8px;
  margin-right: 8px;
}

.text-block-5 {
  flex: 1;
}

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

.sidebar-subscribe-header {
  margin-top: 0;
  margin-bottom: 24px;
}

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

.sidebar-header {
  border-bottom: 1px solid var(--gainsboro);
  margin-top: 0;
  margin-bottom: 24px;
  padding-bottom: 16px;
}

.blog-category-dot {
  background-color: var(--black-2);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-top: 1px;
  margin-right: 16px;
}

.sidebar-category {
  color: var(--black-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
}

.sidebar-category:hover {
  text-decoration: underline;
}

.sidebar-featured-post-image {
  z-index: 1;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sidebar-featured-post-category {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 8px;
  font-size: 10px;
  font-weight: 700;
  line-height: 32px;
}

.sidebar-featured-post-header {
  text-align: center;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.sidebar-tags {
  flex-wrap: wrap;
  display: flex;
}

.sidebar-tag {
  color: var(--light-slate-grey);
  margin-right: 16px;
  font-size: 14px;
  line-height: 32px;
}

.sidebar-tag:hover {
  text-decoration: underline;
}

.categories {
  display: flex;
}

.category-filter-link {
  color: var(--dim-grey);
  margin-left: 20px;
  margin-right: 20px;
  line-height: 32px;
  transition: color .1s;
  display: block;
}

.category-filter-link:hover {
  color: var(--black-2);
}

.category-filter-link.w--current {
  box-shadow: inset 0 -2px 0 0 var(--orange);
  color: var(--black-2);
  font-weight: 700;
}

.categories-filter {
  justify-content: center;
  align-items: center;
  margin-top: -8px;
  margin-bottom: 80px;
  display: flex;
}

.gallery-hover {
  opacity: 0;
  background-image: url('../images/plus-circle-icon.png'), linear-gradient(#2e323c4d, #2e323c4d);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 66px, auto;
  position: absolute;
  inset: 0;
}

.work-card-v5-image {
  z-index: 1;
  border-radius: 8px;
  margin-bottom: 22px;
  position: relative;
  overflow: hidden;
}

.sidebar-author {
  color: var(--black-2);
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  display: flex;
}

.sidebar-author:hover {
  text-decoration: underline;
}

.sidebar-author-avatar {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 16px;
}

.sidebar-featured-post-card {
  color: var(--black-2);
  margin-top: 16px;
  margin-bottom: 16px;
}

.full-screen-menu {
  background-color: var(--black-2);
  background-image: linear-gradient(#1b212ced, #1b212ced), url('../images/silvio-kundt-65518.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 16px 16px;
  display: block;
  position: fixed;
  inset: 0;
  overflow: scroll;
}

.full-screen-menu-list {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0;
}

.full-screen-nav-link {
  color: #fff;
  text-align: center;
  padding: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 80px;
}

.menu-line {
  background-color: #fff;
  width: 24px;
  height: 2px;
  display: block;
}

.menu-line.menu-top-line {
  width: 20px;
  margin-bottom: 4px;
}

.menu-line.menu-middle-line-2 {
  margin: auto;
  position: absolute;
  inset: 0;
}

.menu-line.menu-bottom-line {
  width: 12px;
  margin-top: 4px;
  top: 12px;
  left: 12px;
}

.menu-top-line {
  width: 20px;
}

.menu-icon {
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-end;
  width: 24px;
  height: 24px;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0;
}

.work-header-wrapper {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 64px;
  display: block;
}

.work-details {
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 8px 28px #2e323c17;
}

.work-details-column {
  box-shadow: -1px 0 0 0 var(--gainsboro), 1px 0 0 0 var(--gainsboro);
  background-color: #fff;
  flex: 1;
  padding-bottom: 20px;
  padding-left: 23px;
  padding-right: 23px;
}

.work-details-text {
  color: var(--light-slate-grey);
  font-size: 16px;
  line-height: 24px;
}

.link {
  color: var(--medium-slate-blue);
  font-size: 16px;
  line-height: 24px;
  display: block;
}

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

.work-details-header {
  margin-top: 22px;
  margin-bottom: 8px;
}

.work-presentation {
  text-align: left;
  margin-bottom: -16px;
}

.work-presentation h2, .work-presentation p, .work-presentation h4, .work-presentation h1, .work-presentation h3, .work-presentation h5, .work-presentation h6 {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.work-presentation img {
  border-radius: 8px;
}

.work-presentation figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

.work-presentation blockquote, .work-presentation ol, .work-presentation ul {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.work-presentation a:hover {
  text-decoration: underline;
}

.work-main-image {
  border-radius: 8px;
  width: 100%;
  margin-top: 120px;
  margin-bottom: 24px;
  display: block;
}

.work-content {
  padding-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
}

.form-success {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.form-success.contact-split-form-success {
  text-align: left;
}

.form-success.window-success {
  margin-bottom: -40px;
  padding-left: 24px;
  padding-right: 24px;
}

.form-success.footer-big-subscribe-success {
  padding-top: 8px;
}

.form-error {
  color: var(--indian-red);
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 24px;
}

.form-error.window-error {
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
}

.form-error.footer-big-subscribe-error {
  margin-top: 24px;
}

.post-header-section {
  background-color: var(--black-2);
  color: #fff;
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 95vh;
  min-height: 640px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
}

.post-header-avatar {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  margin-right: 12px;
}

.post-header-author {
  float: none;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 13px;
  display: block;
}

.post-header-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 66.66%;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.post-header-overlay {
  background-color: #1a1f2e80;
  position: absolute;
  inset: 0;
}

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

.blog-post h1, .blog-post p {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-post img {
  border-radius: 8px;
}

.blog-post h2, .blog-post blockquote, .blog-post ul, .blog-post ol, .blog-post h5 {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-post a:hover {
  text-decoration: underline;
}

.blog-post h6, .blog-post h3, .blog-post h4 {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-post figure {
  padding-left: 8.33%;
  padding-right: 8.33%;
}

.blog-post-content {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: -40px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.post-date-wrapper {
  float: none;
  color: var(--light-slate-grey);
  align-items: center;
  width: 100%;
  margin-top: 48px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 24px;
  display: block;
}

.post-date {
  width: 80%;
  margin-left: 0;
  padding-left: 0;
}

.post-author-profile {
  border-top: 1px solid var(--gainsboro);
  border-bottom: 1px solid var(--gainsboro);
  align-items: flex-start;
  width: 66.66%;
  margin-top: 56px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.post-author-avatar {
  border-radius: 50%;
  width: 96px;
  height: 96px;
  margin-right: 24px;
}

.post-author-name {
  margin-top: 0;
  margin-bottom: 6px;
}

.post-author-bio {
  color: var(--light-slate-grey);
}

.post-author-link {
  margin-top: 7px;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
}

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

.faq-list {
  width: 66.66%;
  margin-bottom: -24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.question-container {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.question-container:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.question-container._5 {
  display: none;
}

.question {
  color: var(--black-2);
  align-items: center;
  display: flex;
}

.question-text {
  flex: 1;
  margin-top: 15px;
  margin-left: 24px;
}

.answer {
  color: var(--light-slate-grey);
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.question-arrow-icon {
  opacity: .51;
  margin-left: 24px;
  margin-right: 8px;
}

.answer-text {
  margin-top: 8px;
}

.pricing {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -30px;
  display: flex;
}

.pricing-table {
  color: var(--light-slate-grey);
  background-color: #fff;
  border-radius: 8px;
  flex: 1;
  max-width: 33.33%;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 56px 48px;
  font-size: 14px;
  line-height: 24px;
  box-shadow: 0 8px 28px #2e323c17;
}

.pricing-table-price {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 32px;
}

.pricing-table-feature {
  box-shadow: inset 0 1px 0 0 var(--gainsboro), 0 1px 0 0 var(--gainsboro);
  background-color: #fff;
  padding-top: 13px;
  padding-bottom: 11px;
  font-size: 14px;
  line-height: 24px;
}

.popup-wrapper {
  z-index: 300;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  inset: 0;
}

.popup-overlay {
  background-color: #1a1f2eb3;
  position: fixed;
  inset: 0;
}

.password-icon {
  background-color: var(--indian-red);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.password-header {
  margin-top: 16px;
  margin-bottom: 32px;
}

.home-pages {
  flex-wrap: wrap;
  display: flex;
}

.page-preview-wrapper {
  width: 33.33%;
  padding: 40px 30px 32px;
}

.page-preview {
  background-color: var(--gainsboro);
  border-radius: 4px;
  width: 100%;
  height: 520px;
  transition: box-shadow .3s;
  overflow: scroll;
  box-shadow: 0 1px 2px #2e323c1f;
}

.page-preview:hover {
  box-shadow: 0 8px 28px #2e323c17;
}

.inner-pages {
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-left: 9%;
  padding-right: 9%;
  display: flex;
}

.inner-page-link {
  color: var(--black-2);
  letter-spacing: 0;
  background-color: #fff;
  border-radius: 8px;
  flex-grow: 1;
  flex-basis: 28%;
  margin: 8px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  transition: background-color .3s, color .3s;
  box-shadow: 0 1px 2px #2e323c17;
}

.inner-page-link:hover {
  background-color: var(--medium-slate-blue);
  color: #fff;
}

.float-card {
  z-index: 250;
  color: var(--light-slate-grey);
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 24px;
  font-size: 14px;
  line-height: 24px;
  display: block;
  position: fixed;
  bottom: 24px;
  left: 24px;
  overflow: hidden;
  box-shadow: 0 5px 18px #2e323c2e;
}

.float-subscribe-form {
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 392px;
  margin-top: 16px;
  margin-bottom: 4px;
  display: flex;
}

.float-card-close {
  z-index: 1;
  opacity: .6;
  background-image: url('../images/close-small-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  transition: opacity .2s;
  position: absolute;
  top: 0;
  right: 0;
}

.float-card-close:hover {
  opacity: 1;
}

.heading {
  font-size: 34px;
  font-style: italic;
}

.heading-2 {
  font-style: italic;
}

.span {
  color: #9096a4;
  font-style: italic;
  font-weight: 700;
}

.span.white {
  color: #fff;
}

.text-block-6 {
  color: #9096a426;
}

.digital-marketing-link {
  color: #9096a4;
  font-weight: 700;
}

.digital-marketing-link.white {
  color: #fff;
}

.web-design-link {
  color: #9096a4;
}

.web-design-link.white {
  color: #fff;
}

.heading-3, .heading-4, .heading-5, .heading-6 {
  font-style: italic;
}

.photography-link {
  color: #9096a4;
}

.photography-link.white {
  color: #fff;
}

.contact-container {
  margin-bottom: 50px;
}

.container {
  margin-bottom: 60px;
}

.text-span-7 {
  color: var(--orange);
}

.important-text {
  font-style: italic;
  font-weight: 400;
}

.important-text.faq {
  font-style: normal;
  font-weight: 700;
}

.paragraph {
  color: var(--light-slate-grey);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 32px;
}

.paragraph.footer-contact {
  text-align: left;
  flex: none;
  margin-top: 0;
}

.telephone-number {
  color: #329eff;
  font-weight: 700;
}

.address {
  color: #ffa535;
  text-align: left;
  font-weight: 400;
}

.contact-div {
  text-align: left;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.contact-div.icon {
  justify-content: flex-start;
}

.flex-parent {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: block;
}

.flex-child {
  flex-direction: column;
  flex: none;
  justify-content: space-around;
  margin-bottom: 15px;
  display: block;
}

.image, .image-2, .image-3 {
  width: 16px;
  height: 16px;
}

.column {
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.text-block-8 {
  float: left;
  text-align: right;
  width: 20%;
  padding-right: 10px;
}

.bold-text {
  color: #2e323c;
}

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

.list {
  text-align: left;
  margin-bottom: 30px;
}

.text-block-13 {
  margin-bottom: 0;
}

.section-2 {
  margin-top: 150px;
  padding-left: 60px;
  padding-right: 60px;
}

.heading-20 {
  font-size: 48px;
}

.section-3 {
  aspect-ratio: auto;
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

html.w-mod-js [data-ix="preloader"] {
  display: block;
}

html.w-mod-js [data-ix="page-wrapper-load"] {
  opacity: 0;
}

html.w-mod-js [data-ix="nav-bar"] {
  transform: translate(0, -100%);
}

html.w-mod-js [data-ix="fade-up-1"], html.w-mod-js [data-ix="fade-up-2"], html.w-mod-js [data-ix="fade-up-3"], html.w-mod-js [data-ix="fade-up-4"] {
  opacity: 0;
  transform: translate(0, 60px);
}

html.w-mod-js [data-ix="fade-left"] {
  opacity: 0;
  transform: translate(60px);
}

html.w-mod-js [data-ix="fade-right"] {
  opacity: 0;
  transform: translate(-60px);
}

html.w-mod-js [data-ix="play-button"] {
  opacity: 0;
  transform: scale(.5);
}

html.w-mod-js [data-ix="float-subcribe-card"] {
  opacity: 0;
  transform: translate(-60px);
}

@media screen and (max-width: 991px) {
  h1 {
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 46px;
    line-height: 56px;
  }

  h2 {
    margin-top: 32px;
    font-size: 32px;
    line-height: 40px;
  }

  h3 {
    width: auto;
    font-size: 24px;
    line-height: 32px;
  }

  h4 {
    font-size: 20px;
    line-height: 28px;
  }

  h5 {
    font-size: 16px;
    line-height: 24px;
  }

  h6 {
    width: auto;
    font-size: 15px;
    line-height: 24px;
  }

  p {
    font-size: 15px;
  }

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

  .section {
    padding: 100px 8px;
  }

  .section.grey-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button.contact-ready-button {
    margin-bottom: -56px;
  }

  .button.subscribe-button {
    margin-left: 16px;
  }

  .button.full-screen-button {
    bottom: 24px;
    right: 24px;
  }

  .button.pricing-table-button {
    margin-top: 32px;
  }

  .nav-bar {
    border-bottom: 1px none var(--dark-grey);
    justify-content: flex-end;
    padding-left: 2px;
    padding-right: 0;
  }

  .nav-bar.ghost-nav-bar {
    padding-left: 8px;
    padding-right: 8px;
  }

  .logo {
    margin-bottom: 9px;
  }

  .logo-link {
    padding-top: 21px;
    padding-bottom: 19px;
  }

  .logo-link.full-screen-logo {
    left: 8px;
  }

  .nav-link {
    text-align: center;
    background-color: #fff;
    width: 40%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 16px;
  }

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

  .nav-link.w--current {
    text-align: center;
    width: 40%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero-table-section {
    justify-content: center;
    height: 800px;
    padding-bottom: 40px;
  }

  .hero-table-intro {
    max-width: 66.66%;
    margin-top: 100px;
    padding-bottom: 60px;
    position: relative;
  }

  .service-side-text {
    padding-right: 8px;
    font-size: 15px;
  }

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

  .web-design-port-elizabeth {
    top: 225px;
    left: 0;
    right: 0;
  }

  .hero-plant-small {
    max-width: 120px;
    left: -60px;
  }

  .hero-headphones {
    max-width: 240px;
    bottom: 4%;
    left: -110px;
    right: auto;
  }

  .hero-plant-big {
    max-width: 320px;
    top: 14%;
    right: -160px;
  }

  .hero-pencils {
    max-width: 110px;
    top: 40%;
    right: 6%;
  }

  .hero-mouse {
    max-width: 50px;
    bottom: 8%;
    left: auto;
    right: 5%;
  }

  .hero-pencil {
    display: none;
  }

  .section-header-wrapper {
    max-width: 66.66%;
    padding-bottom: 56px;
  }

  .section-description {
    font-size: 15px;
  }

  .service-card-big {
    padding-left: 8px;
    padding-right: 8px;
  }

  .service-image {
    width: 75%;
    height: 440px;
  }

  .service-color-card {
    padding: 40px 40px 32px;
    left: 25%;
  }

  .service-color-card.service-card-right {
    right: 25%;
  }

  .service-simple {
    padding-left: 8px;
    padding-right: 16px;
  }

  .paragraph-small.footer {
    text-align: center;
  }

  .service-color-card-text {
    font-size: 15px;
  }

  .service-simple-icon {
    width: 56px;
    display: block;
  }

  .grey-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .works-v1 {
    margin-bottom: -32px;
  }

  .work-card-v1 {
    margin: 8px;
    padding: 0 0 32px;
  }

  .work-card-v1:hover {
    box-shadow: none;
    background-color: #0000;
  }

  .work-card-v1-image {
    height: 240px;
  }

  .work-card-v1-category {
    width: 72px;
    height: 72px;
    margin-top: -36px;
  }

  .work-card-v1-description {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 15px;
  }

  .testimonials-color-cards {
    flex-wrap: wrap;
  }

  .review-color-card {
    margin-bottom: 16px;
  }

  .testimonials-color-cards-content {
    width: 100%;
    margin-bottom: -16px;
    padding-top: 64px;
  }

  .tesimonials-color-cards-info {
    text-align: center;
    flex: 0 auto;
    width: 100%;
    padding-top: 0;
    padding-left: 16%;
    padding-right: 16%;
  }

  .testimonials-color-cards-colomn-1 {
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .testimonials-color-cards-column-2, .team-member {
    padding-left: 8px;
    padding-right: 8px;
  }

  .team-member-photo {
    height: 260px;
  }

  .team-member-links {
    margin-bottom: 8px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .contact-split-image {
    width: 33.33%;
  }

  .contact-split-info {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .clients-section {
    padding: 40px 16px;
  }

  .client-logo {
    margin-left: 8px;
    margin-right: 8px;
  }

  .footer-v1 {
    padding-top: 12px;
  }

  .footer-v1-column {
    padding-bottom: 48px;
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .work-card-v2-info {
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .service-side-block {
    align-items: center;
    padding-bottom: 88px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .service-side-info {
    padding: 0 3%;
  }

  .service-side-content {
    padding-left: 0%;
  }

  .service-side-content.service-side-content-reversed {
    padding-right: 0%;
  }

  .service-side-image {
    height: 248px;
    margin-bottom: 32px;
  }

  .service-side-image-text {
    width: 97%;
    margin-left: -16px;
    margin-right: -16px;
    padding: 16px 24px;
    bottom: -40px;
  }

  .service-side-blocks {
    margin-bottom: -100px;
  }

  .side-video-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .side-video-preview {
    min-height: 520px;
  }

  .side-video-info {
    margin-left: 8.33%;
    margin-right: 8.33%;
    padding-left: 8px;
    padding-right: 8%;
  }

  .clients-header {
    margin-bottom: 32px;
  }

  .post-v2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .category {
    height: 20px;
    padding-top: 2px;
    padding-left: 11px;
    padding-right: 10px;
    font-size: 8px;
  }

  .category.post-card-v1-category {
    margin: 24px;
  }

  .post-card-v2-header {
    margin-top: 18px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .post-card-v2-image-wrapper {
    margin-bottom: -18px;
  }

  .footer-v2-logo, .footer-v2-about, .footer-v2-contact {
    padding-bottom: 32px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v2-social {
    margin-bottom: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .about-side-media {
    flex-direction: row;
  }

  .about-side-image-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .about-side-image-wrapper {
    width: 41.66%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .service-cards {
    margin-bottom: -16px;
  }

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

  .service-card._33-width {
    padding-left: 24px;
    padding-right: 24px;
  }

  .contact-side-info {
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
    display: block;
  }

  .footer-v3-about {
    align-items: center;
    width: 80%;
    padding-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v3 {
    flex-direction: column;
    align-items: center;
    padding-top: 14px;
  }

  .footer-v3-nav {
    text-align: center;
    width: 80%;
    padding-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v3-subscribe {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-big-subscribe-wrapper {
    margin-left: -8px;
    margin-right: -8px;
  }

  .work-card-v4-info {
    margin: 24px;
    padding-bottom: 4px;
    padding-left: 24px;
    padding-right: 24px;
    display: none;
  }

  .black-text {
    margin-top: 349px;
  }

  .side-feature {
    margin-bottom: 100px;
  }

  .side-feature-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-feature-image {
    flex: 0 auto;
    width: 41.33%;
  }

  .subscribe-form {
    padding-left: 0;
    padding-right: 0;
  }

  .subscribe-info {
    padding-left: 24px;
  }

  .team-color-cards {
    justify-content: center;
  }

  .team-member-color-card {
    flex: 1;
    margin-left: 28px;
    margin-right: 28px;
    transform: translate(-20px);
  }

  .team-member-color-photo {
    height: 280px;
    transform: translate(40px);
  }

  .team-member-color-role {
    width: 200px;
    top: 100px;
    left: -80px;
  }

  .work-v5 {
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .work-card-v5-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .testimonials-cards-column {
    margin-bottom: -16px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .review-card {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-v4-about, .footer-v4-column {
    padding-left: 8px;
    padding-right: 8px;
  }

  .menu-button {
    color: var(--black-2);
    flex: 0 auto;
  }

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

  .contact-window.popup-window {
    width: 100%;
    max-width: 500px;
    transform: scale(.8);
  }

  .footer-v1-logo-column {
    padding-bottom: 48px;
    padding-left: 8px;
    padding-right: 32px;
  }

  .nav-dropdown-link {
    background-color: var(--white-smoke);
    text-align: center;
    padding-left: 32px;
  }

  .nav-dropdown-link:hover {
    background-color: var(--white-smoke);
    color: var(--black-2);
  }

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

  .nav-dropdown-list.w--open {
    border-radius: 0;
    box-shadow: 0 0 #0000;
  }

  .nav-menu {
    border-bottom: 1px solid var(--gainsboro);
    background-color: #fff;
    max-height: 100vh;
    overflow: scroll;
  }

  .page-header-section {
    height: 320px;
    padding-top: 48px;
  }

  .page-header-section.services {
    height: 60vh;
  }

  .utility-page-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .password-window {
    margin-top: 40px;
  }

  .about-us {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .about-text {
    margin-top: 48px;
  }

  .blog-posts-and-sidebar {
    padding-top: 0;
  }

  .blog-posts-v1-wrapper {
    padding-left: 8px;
    padding-right: 16px;
  }

  .blog-sidebar {
    width: 33.33%;
    padding-left: 16px;
    padding-right: 8px;
  }

  .post-card-v1 {
    margin-bottom: 32px;
  }

  .zoom-on-hover:hover {
    transform: none;
  }

  .post-card-v1-image {
    max-height: none;
  }

  .post-card-v1-header {
    margin-top: 24px;
  }

  .category-filter-link {
    margin-left: 16px;
    margin-right: 16px;
  }

  .categories-filter {
    margin-bottom: 64px;
  }

  .full-screen-menu {
    max-height: 100vh;
  }

  .full-screen-nav-link {
    font-size: 36px;
    line-height: 72px;
  }

  .work-details {
    width: 83.33%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .work-presentation h2, .work-presentation p, .work-presentation h4, .work-presentation h1, .work-presentation h3, .work-presentation h5, .work-presentation h6 {
    width: 83.33%;
  }

  .work-presentation figure {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .work-presentation blockquote, .work-presentation ol, .work-presentation ul {
    width: 83.33%;
  }

  .work-main-image {
    margin-top: 100px;
  }

  .work-content {
    padding-top: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .post-header-section {
    height: 75vh;
    min-height: 520px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .post-header-wrapper {
    width: 100%;
  }

  .blog-post h1 {
    width: 83.33%;
  }

  .blog-post p {
    width: 83.33%;
    font-size: 16px;
  }

  .blog-post h2, .blog-post blockquote, .blog-post ul, .blog-post ol, .blog-post h5, .blog-post h6, .blog-post h3 {
    width: 83.33%;
  }

  .blog-post h4 {
    width: 83.33%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .blog-post figure {
    padding-left: 0%;
    padding-right: 0%;
  }

  .blog-post-content {
    padding-left: 8px;
    padding-right: 8px;
  }

  .post-date-wrapper, .post-author-profile {
    width: 83.33%;
  }

  .post-author-avatar {
    width: 88px;
    height: 88px;
  }

  .faq-list {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .pricing-table {
    margin-left: 8px;
    margin-right: 8px;
    padding: 40px 24px;
  }

  .pricing-table-price {
    margin-bottom: 24px;
  }

  .popup-wrapper {
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .home-pages {
    padding-left: 8px;
    padding-right: 8px;
  }

  .page-preview-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .page-preview {
    height: 400px;
    overflow: hidden;
  }

  .inner-page-link {
    padding: 12px 28px;
  }

  .inner-page-link:hover {
    color: var(--black-2);
    background-color: #fff;
  }

  .text-block-7 {
    padding-left: 20px;
  }

  .icon {
    font-size: 36px;
  }

  .paragraph.footer-contact {
    text-align: center;
  }

  .contact-div.icon {
    justify-content: center;
    align-items: center;
  }

  .flex-parent {
    align-items: center;
  }

  .text-block-13 {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
  }

  .bold-text-8 {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 34px;
    line-height: 44px;
  }

  h2 {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }

  h3 {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 28px;
  }

  h4 {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
  }

  h5, h6 {
    margin-top: 24px;
    margin-bottom: 8px;
  }

  p {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
  }

  blockquote {
    font-size: 20px;
  }

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

  .section.grey-section {
    padding-right: 30px;
  }

  .wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .wrapper.nav-bar-wrapper {
    flex: 0 auto;
    height: 100%;
    display: block;
  }

  .wrapper.services-big-cards {
    margin-bottom: -80px;
  }

  .button {
    margin-top: 20px;
    padding-top: 10px;
  }

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

  .button.contact-ready-button {
    margin-bottom: -40px;
    font-size: 18px;
  }

  .button.services-simple-button {
    margin-top: 64px;
  }

  .button.works-v5-button {
    margin-top: 48px;
  }

  .button.full-screen-button {
    bottom: 16px;
    right: 16px;
  }

  .button.pricing-table-button {
    font-size: 18px;
  }

  .nav-bar {
    width: 100vw;
    height: 70px;
    padding-top: 0;
  }

  .nav-bar.ghost-nav-bar {
    display: block;
  }

  .logo-link {
    height: 100%;
    padding-top: 8px;
    padding-bottom: 16px;
  }

  .logo-link.w--current {
    height: 70px;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .logo-link.full-screen-logo {
    left: 8px;
  }

  .logo-text {
    margin-left: 0;
    font-size: 13px;
    display: none;
  }

  .nav-link, .nav-link.w--current {
    width: 50%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
  }

  .hero-table-section {
    height: 840px;
  }

  .hero-table-intro {
    margin-top: 0;
    padding-bottom: 32px;
  }

  .service-side-text {
    font-size: 18px;
  }

  .web-design-port-elizabeth {
    max-width: 90%;
    top: 200px;
  }

  .hero-plant-small, .hero-headphones, .hero-plant-big, .hero-pencils, .hero-mouse {
    display: none;
  }

  .section-header-wrapper {
    padding-bottom: 40px;
  }

  .section-small-header {
    letter-spacing: 3px;
    font-size: 18px;
    line-height: 16px;
  }

  .section-header {
    margin-top: 16px;
    font-size: 32px;
    line-height: 40px;
  }

  .section-header.white-text {
    font-size: 36px;
  }

  .section-description {
    text-align: center;
    flex-direction: column;
    font-size: 18px;
    line-height: 28px;
    display: block;
  }

  .section-description.white-text {
    margin-top: 20px;
    font-size: 18px;
  }

  .service-card-big {
    flex-direction: column-reverse;
    margin-bottom: 80px;
  }

  .service-card-big.reversed {
    flex-direction: column-reverse;
  }

  .service-image {
    width: 100%;
    height: 400px;
  }

  .service-color-card {
    z-index: 1;
    text-align: center;
    width: auto;
    margin-top: -72px;
    margin-left: 16px;
    margin-right: 16px;
    padding: 24px;
    position: relative;
    left: 0%;
  }

  .service-color-card.service-card-right {
    right: auto;
  }

  .link-arrow-text.white-text {
    font-size: 16px;
  }

  .service-simple {
    width: 83.33%;
    padding-bottom: 16px;
    padding-right: 8px;
  }

  .paragraph-small {
    font-size: 18px;
  }

  .service-simple-header {
    margin-top: 8px;
  }

  .service-color-card-text {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
  }

  .services-simple {
    flex-direction: column;
    align-items: center;
  }

  .works-v1 {
    margin-bottom: -16px;
  }

  .work-card-v1 {
    padding-bottom: 24px;
  }

  .work-card-v1-image {
    height: 176px;
  }

  .work-card-v1-category {
    width: 48px;
    height: 48px;
  }

  .work-card-v1-header {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .work-card-v1-description {
    font-size: 18px;
  }

  .review-color-card {
    padding: 32px 24px;
  }

  .review-color-card-author {
    font-size: 14px;
  }

  .team {
    flex-wrap: wrap;
    margin-bottom: -32px;
  }

  .team-member {
    width: 50%;
    padding-bottom: 32px;
  }

  .team-member-photo {
    height: 360px;
  }

  .team-member-role {
    font-size: 16px;
  }

  .contact-section {
    flex-direction: column;
  }

  .contact-split-image {
    width: 100%;
    height: 240px;
    min-height: 0;
    display: none;
  }

  .contact-split-info {
    text-align: center;
    margin-left: 0;
    padding: 54px 8.33% 80px;
  }

  .form-label {
    font-size: 18px;
  }

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

  .contact-split-form {
    padding-top: 0;
  }

  .client-logo {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-logo.w--current {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .footer-bottom-text-left {
    font-size: 16px;
  }

  .service-side-block {
    flex-direction: column-reverse;
    padding-bottom: 48px;
  }

  .service-side-block.reversed {
    flex-direction: column-reverse;
  }

  .service-side-info {
    text-align: center;
    width: 100%;
    padding: 48px 8.33% 0;
  }

  .service-side-content {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .service-side-content.service-side-content-reversed {
    justify-content: center;
  }

  .link-arrow {
    font-size: 18px;
    line-height: 32px;
  }

  .service-side-image {
    width: 83.33%;
    height: 280px;
  }

  .service-side-image-text {
    text-align: center;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    right: 0;
  }

  .service-side-image-text.image-text-reversed {
    left: 0;
  }

  .service-side-image-text.image-text-reversed.color-4 {
    font-size: 18px;
  }

  .service-side-image-text.color-3 {
    font-size: 18px;
    display: block;
  }

  .service-side-image-text.color-1 {
    font-size: 18px;
  }

  .service-side-blocks {
    margin-bottom: -60px;
  }

  .side-video-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .side-video-preview {
    min-height: 400px;
  }

  .side-video-info {
    padding-right: 8px;
  }

  .clients-header {
    font-size: 18px;
  }

  .post-v2 {
    width: 66.66%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 32px;
  }

  .blog-posts-v2 {
    margin-bottom: -32px;
  }

  .category.pricing-table-category.website {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .category.pricing-table-category.mobile, .category.pricing-table-category.branding {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-v2-about {
    padding-top: 27px;
  }

  .footer-big-subscribe {
    max-width: 100%;
  }

  .about-side-media.about-side-reversed {
    flex-direction: column-reverse;
    align-items: center;
    display: flex;
  }

  .about-side-image-info {
    width: 100%;
    margin-top: 40px;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .about-side-image-wrapper {
    flex: 1;
    width: 50%;
  }

  .service-card._33-width {
    flex-basis: 40%;
  }

  .contact-side-info {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-v3-about {
    float: none;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .footer-v3-social {
    float: none;
    clear: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .footer-v3-social-link {
    float: left;
    clear: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-v3-nav {
    width: 100%;
  }

  .footer-v3-nav.contact {
    padding-left: 8px;
  }

  .footer-v3-link, .footer-v3-link.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
  }

  .footer-v3-subscribe {
    flex: 0 auto;
    order: -1;
    width: 100%;
    padding-left: 16.66%;
    padding-right: 16.66%;
  }

  .footer-subscribe-form {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .black-text {
    margin-top: 320px;
  }

  .side-feature {
    margin-top: -8px;
    margin-bottom: 80px;
  }

  .side-feature-content {
    padding-left: 0%;
    padding-right: 0%;
  }

  .side-feature-info {
    padding-left: 24px;
    padding-right: 24px;
  }

  .side-feature-image {
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .subscribe-form {
    flex-wrap: wrap;
    padding-bottom: 32px;
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .subscribe-info {
    text-align: center;
    width: 100%;
  }

  .team-member-color-photo {
    height: 240px;
  }

  .works-v5 {
    flex-direction: column;
    justify-content: center;
    margin-bottom: -20px;
  }

  .work-v5 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    display: block;
  }

  .work-card-v5 {
    background-color: #0000;
    padding-bottom: 8px;
    box-shadow: 1px 1px 12px #0000001a;
  }

  .work-card-v5-header {
    font-size: 18px;
  }

  .testimonials-cards {
    flex-direction: column;
  }

  .testimonials-cards-column {
    width: 100%;
    margin-bottom: 0;
    padding-left: 9%;
    padding-right: 9%;
  }

  .footer-v4 {
    padding-top: 8px;
  }

  .footer-v4-about {
    width: 100%;
    padding-bottom: 16px;
  }

  .footer-v4-column {
    padding-bottom: 40px;
  }

  .menu-button {
    width: 70px;
    height: 70px;
    margin-top: 0;
    margin-right: 30px;
    padding: 15px 3px 15px 15px;
    position: relative;
  }

  .menu-button.w--open {
    width: 60px;
    height: 60px;
    margin-top: 0;
    margin-right: 30px;
  }

  .menu-button.white-menu-button {
    margin-right: 0;
  }

  .page-wrapper {
    display: block;
  }

  .hero-promo-bottom {
    position: absolute;
  }

  .nav-menu {
    height: 400px;
    padding-top: 20px;
    position: absolute;
  }

  .page-header-section {
    height: 240px;
    padding-top: 40px;
  }

  .page-header-section.blog {
    height: 240px;
  }

  .utility-page-section {
    min-height: 480px;
  }

  .password-window {
    margin-top: 32px;
  }

  .about-text {
    column-gap: 24px;
    margin-top: 40px;
  }

  .blog-posts-v1-wrapper {
    padding-right: 12px;
  }

  .blog-sidebar {
    padding-left: 12px;
  }

  .post-card-v1-author {
    flex: 1;
  }

  .zoom-on-hover {
    background-color: #0000;
    border: 1px #000;
  }

  .post-card-v1-header {
    margin-top: 16px;
    font-size: 20px;
  }

  .post-card-v1-text {
    font-size: 18px;
  }

  .blog-card-v1-dot, .text-block-5 {
    display: none;
  }

  .category-filter-link {
    margin-left: 12px;
    margin-right: 12px;
    font-size: 18px;
  }

  .categories-filter {
    margin-bottom: 48px;
  }

  .full-screen-nav-link {
    font-size: 32px;
    line-height: 64px;
  }

  .work-details {
    width: 100%;
  }

  .work-details-text, .work-details-header {
    font-size: 18px;
  }

  .work-presentation {
    width: 100%;
    font-size: 18px;
  }

  .work-presentation figure {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .work-main-image {
    width: auto;
    margin-top: 80px;
  }

  .work-content {
    padding-top: 48px;
  }

  .post-header-section {
    height: auto;
    min-height: 0;
  }

  .post-header-author {
    font-size: 14px;
    line-height: 24px;
  }

  .post-header-wrapper {
    margin-top: 56px;
  }

  .blog-post {
    font-size: 18px;
  }

  .blog-post p {
    line-height: 28px;
  }

  .blog-post-content {
    font-size: 18px;
  }

  .faq-list {
    width: 100%;
    margin-bottom: -16px;
  }

  .question-container {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .question-text {
    margin-top: 8px;
    font-size: 20px;
  }

  .answer-text {
    font-size: 18px;
  }

  .pricing-table {
    flex: 0 auto;
    width: 66.66%;
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .pricing-table-feature {
    font-size: 18px;
  }

  .page-preview-wrapper {
    width: 50%;
  }

  .inner-pages {
    padding-left: 0%;
    padding-right: 0%;
  }

  .float-card {
    display: none;
  }

  .icon {
    margin-top: 1px;
    margin-right: 0;
    padding-right: 12px;
    font-size: 50px;
    line-height: 44px;
    display: block;
  }

  .digital-marketing-link.white {
    font-size: 14px;
  }

  .web-design-link.white {
    padding-top: 0;
    font-size: 18px;
    display: block;
  }

  .heading-5 {
    font-size: 32px;
  }

  .photography-link.white {
    font-size: 14px;
  }

  .important-text {
    font-size: 18px;
  }

  .paragraph.footer-contact, .telephone-number {
    font-size: 16px;
  }

  .flex-parent {
    display: inline-block;
  }

  .bold-text-2 {
    line-height: 36px;
  }

  .bold-text-3, .bold-text-4, .bold-text-5 {
    font-size: 20px;
  }

  .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .heading-7, .heading-8, .heading-9, .heading-10, .heading-11, .heading-12 {
    font-size: 18px;
  }

  .bold-text-6, .bold-text-7, .heading-13, .heading-14, .heading-15, .heading-16, .heading-17 {
    font-size: 32px;
  }

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

  .text-block-9, .text-block-10, .text-block-11 {
    font-size: 18px;
  }

  .heading-19 {
    font-size: 32px;
  }

  .text-block-12 {
    font-size: 20px;
  }

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

@media screen and (max-width: 479px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 12px;
  }

  blockquote {
    font-size: 18px;
    line-height: 28px;
  }

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

  .section.grey-section {
    padding-right: 30px;
  }

  .button.footer-big-subscribe-button {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button.subscribe-button {
    width: 100%;
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-bar {
    position: fixed;
  }

  .logo-link {
    height: 100%;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link.w--current {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero-table-section {
    height: 100%;
    margin-top: 0;
    padding-top: 30px;
    display: block;
  }

  .hero-table-intro {
    max-width: 100%;
    max-height: 100%;
    margin-top: 0;
    padding: 35px 16px 48px;
    display: block;
  }

  .web-design-port-elizabeth {
    max-width: 100%;
    margin-top: -1px;
    top: 100px;
  }

  .section-header-wrapper {
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .service-image {
    height: 240px;
  }

  .service-color-card {
    margin-top: -48px;
  }

  .service-simple, .work-v1 {
    width: 100%;
  }

  .work-card-v1-image {
    height: auto;
  }

  .work-card-v1-category {
    width: 48px;
    height: 48px;
  }

  .tesimonials-color-cards-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .testimonials-color-cards-colomn-1, .testimonials-color-cards-column-2 {
    width: 100%;
  }

  .team-member {
    width: 100%;
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .team-member-photo {
    height: 400px;
  }

  .contact-split-info {
    padding-left: 16px;
    padding-right: 16px;
  }

  .input.footer-big-subscribe-input {
    text-align: center;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
  }

  .contact-split-form {
    text-align: center;
  }

  .clients-logotypes {
    flex-wrap: wrap;
  }

  .footer-v1 {
    padding-top: 0;
  }

  .footer-v1-column {
    width: 100%;
    margin-top: -24px;
    padding-top: 0;
    padding-bottom: 32px;
  }

  .footer-bottom {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-bottom-text-left {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 8px;
  }

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

  .service-side-info {
    padding-left: 0%;
    padding-right: 0%;
  }

  .service-side-image {
    width: 100%;
    height: 200px;
  }

  .service-side-image-text {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
    bottom: -48px;
  }

  .side-video-section {
    flex-direction: column;
  }

  .side-video-content {
    width: 100%;
    padding-bottom: 72px;
  }

  .side-video-preview {
    width: 100%;
    min-height: 320px;
  }

  .side-video-info {
    text-align: center;
    margin-left: 8px;
    margin-right: 8px;
  }

  .post-v2 {
    width: 100%;
  }

  .blog-posts-v2 {
    margin-bottom: 0;
  }

  .footer-v2-logo {
    width: 33.33%;
  }

  .footer-v2-about {
    flex: 0 auto;
    width: 66.66%;
  }

  .footer-v2-contact {
    width: 50%;
    padding-top: 8px;
    padding-bottom: 48px;
  }

  .footer-v2-social {
    flex-wrap: wrap;
  }

  .social-button {
    margin: 4px;
  }

  .footer-big-subscribe {
    border-radius: 8px;
    height: auto;
    margin-left: 8px;
    margin-right: 8px;
    padding-bottom: 24px;
    padding-left: 24px;
  }

  .footer-big-subscribe-form {
    flex-direction: column;
    align-items: stretch;
  }

  .about-side-media {
    flex-direction: column-reverse;
  }

  .about-side-image-info {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-top: 32px;
  }

  .about-side-image-wrapper {
    width: 100%;
  }

  .service-card {
    flex-basis: 80%;
    padding-top: 48px;
  }

  .service-card._33-width {
    flex-basis: 80%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .contact-side-info {
    flex-wrap: nowrap;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .footer-v3-about {
    width: 100%;
    padding-bottom: 16px;
  }

  .footer-v3-nav {
    width: 100%;
  }

  .footer-v3-subscribe {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-subscribe-form {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-big-subscribe-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .black-text {
    margin-top: 130px;
    line-height: 48px;
  }

  .side-feature {
    flex-direction: column-reverse;
  }

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

  .side-feature-content {
    width: 100%;
  }

  .side-feature-info {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .side-feature-image {
    width: 100%;
  }

  .side-feature-video-link {
    flex-direction: column;
  }

  .side-feature-video-button {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .subscribe-form {
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
  }

  .subscribe-info {
    padding-left: 0;
    padding-right: 0;
  }

  .team-color-cards {
    flex-flow: wrap;
    margin-bottom: -24px;
  }

  .team-member-color-card {
    flex-basis: 60%;
    width: 83.33%;
    margin-bottom: 24px;
    margin-left: 16.33%;
    margin-right: 16.33%;
  }

  .team-member-color-photo {
    height: 320px;
  }

  .work-v5 {
    width: 100%;
  }

  .footer-v4-about {
    padding-bottom: 40px;
  }

  .footer-v4-column {
    flex: 0 auto;
    width: 50%;
    margin-top: -32px;
  }

  .menu-button {
    float: right;
    width: 60px;
    height: 60px;
    margin-right: 0;
    padding: 15px;
  }

  .menu-button.w--open {
    float: right;
    clear: none;
    width: 60px;
    height: 60px;
    margin-right: 0;
    padding: 15px 15px 10px 10px;
    position: relative;
    overflow: visible;
  }

  .contact-window {
    flex: 1;
    margin-left: 8px;
    margin-right: 8px;
  }

  .contact-window-form {
    margin-left: 16px;
    margin-right: 16px;
  }

  .contact-window-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-v1-logo-column {
    width: 100%;
    padding-bottom: 32px;
  }

  .nav-menu {
    background-color: #fff;
    height: 100vh;
  }

  .page-header-section {
    height: 200px;
  }

  .page-header-section.about-3, .page-header-section.works-1, .page-header-section.contact-1 {
    margin-top: 70px;
    display: block;
  }

  .page-header-section.services {
    text-align: center;
    margin-top: 74px;
    display: block;
  }

  .page-header-section.faq {
    margin-top: 70px;
    display: block;
  }

  .page-header-section.pricing-header-section {
    margin-top: 70px;
    padding-top: 20px;
    display: block;
  }

  .password-window {
    width: 100%;
  }

  .about-text {
    column-count: 1;
    margin-bottom: 0;
  }

  .blog-posts-and-sidebar {
    flex-direction: column;
  }

  .blog-posts-v1-wrapper {
    width: 100%;
    padding-right: 8px;
  }

  .blog-sidebar {
    width: 100%;
    margin-bottom: -56px;
    padding-top: 24px;
    padding-left: 8px;
  }

  .blog-posts-v1 {
    margin-bottom: -16px;
  }

  .work-details {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .work-details-column {
    box-shadow: 0 -1px 0 0 var(--gainsboro), 0 1px 0 0 var(--gainsboro);
  }

  .work-presentation h2, .work-presentation p, .work-presentation h4, .work-presentation h1, .work-presentation h3, .work-presentation h5, .work-presentation h6, .work-presentation blockquote, .work-presentation ol {
    width: 100%;
  }

  .form-error.footer-big-subscribe-error {
    margin-top: 0;
  }

  .blog-post h1, .blog-post p, .blog-post h2, .blog-post blockquote, .blog-post ul, .blog-post ol, .blog-post h5, .blog-post h6, .blog-post h3, .blog-post h4, .post-date-wrapper {
    width: 100%;
  }

  .post-author-profile {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .post-author-avatar {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .question-text {
    margin-bottom: 8px;
    margin-left: 16px;
  }

  .answer {
    padding-left: 56px;
  }

  .question-arrow-icon {
    margin-left: 16px;
  }

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

  .pricing-table {
    width: 100%;
    margin-bottom: 24px;
  }

  .popup-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-pages {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .page-preview-wrapper {
    width: 100%;
    max-width: 340px;
    padding-left: 0;
    padding-right: 0;
  }

  .page-preview {
    height: auto;
    overflow: visible;
  }

  .inner-pages {
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
  }

  .inner-page-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .icon {
    float: right;
    text-align: center;
    margin-top: 0;
    padding: 0;
    font-size: 44px;
    line-height: 40px;
    position: relative;
  }

  .contact-container {
    margin-bottom: 100px;
  }

  .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-20 {
    font-size: 32px;
  }

  .heading-21 {
    font-size: 28px;
  }
}


