:root {
  --red: #f83f5a;
  --dark-grey: #777;
  --black-2: #111;
  --white-2: white;
  --white-smoke: #f8f8f8;
  --medium-sea-green: #72bc70;
  --yellow: #ffb567;
  --ghost-white: #e4e4e4;
  --light-grey: #ddd;
  --grey: #bbb;
  --dim-grey: #252525;
  --black: black;
  --white: white;
}

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

h1 {
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 64px;
  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: 28px;
  font-weight: 700;
  line-height: 36px;
  display: block;
}

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

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

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

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

a {
  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(--red);
  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(--dark-grey);
  text-align: left;
  margin-top: 9px;
  font-size: 14px;
  line-height: 20px;
}

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

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

.body.center.no-pad {
  margin-top: 10px;
}

.body.quote {
  text-align: center;
  margin-top: 10px;
  font-style: italic;
  font-weight: 400;
}

.body.quote.big {
  margin-top: 24px;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
}

.body.quote.big.number {
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}

.section {
  background-color: var(--white-2);
  text-align: center;
  padding: 100px 56px;
  position: relative;
  overflow: hidden;
}

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

.section.grey-section.no-top-padding.no-bottom-padding {
  background-color: #fff;
}

.section.no-side-paddings {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

.section.estimate-image-section {
  background-image: linear-gradient(rgba(17, 17, 17, .5), rgba(17, 17, 17, .5)), url('../images/joanna-kosinska-346599.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.brands-section {
  padding-top: 56px;
  padding-bottom: 56px;
}

.section.steps-section {
  color: var(--white-2);
  background-image: linear-gradient(rgba(17, 17, 17, .5), rgba(17, 17, 17, .5)), url('../images/ren-ran-168328.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.facts-light-bg-section {
  background-image: url('../images/christian-perner-329584.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.cta-section {
  background-image: linear-gradient(rgba(17, 17, 17, .4), rgba(17, 17, 17, .4)), url('../images/sasha-instagram-com-sanfrancisco-134404.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.brands-bg-section {
  background-image: linear-gradient(rgba(17, 17, 17, .5), rgba(17, 17, 17, .5)), url('../images/ren-ran-168328.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 56px;
  padding-bottom: 56px;
}

.section.cta-section {
  background-color: var(--white-smoke);
  background-image: url('../images/like-bg-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 340px;
}

.section.cta-bg-section {
  background-image: linear-gradient(rgba(17, 17, 17, .5), rgba(17, 17, 17, .5)), url('../images/stephan-valentin-345970.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.side-image-section {
  justify-content: flex-end;
  padding: 0;
  display: flex;
}

.section.side-image-section.reversed {
  flex-direction: row-reverse;
}

.section.testimonials-section {
  background-image: linear-gradient(rgba(17, 17, 17, .5), rgba(17, 17, 17, .5)), url('../images/use_these_practical_techniques_to_overcome_your_fear_of_the_dentist.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 2230px;
  background-attachment: scroll, fixed;
}

.section.skills-bg-section-2 {
  color: var(--white-2);
  background-image: linear-gradient(rgba(17, 17, 17, .5), rgba(17, 17, 17, .5)), url('../images/luke-chesser-2347.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.side-content-section {
  padding: 0;
  display: flex;
}

.section.facts-dark-bg-section {
  background-image: linear-gradient(rgba(17, 17, 17, .5), rgba(17, 17, 17, .5)), url('../images/domenico-loia-298642.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.facts-v1-section {
  background-image: linear-gradient(rgba(17, 17, 17, .6), rgba(17, 17, 17, .6)), url('../images/nastuh-abootalebi-284883.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.estimate-grey-section {
  background-color: var(--white-smoke);
}

.section.skills-bg-section-1 {
  color: #fff;
  background-image: linear-gradient(rgba(17, 17, 17, .5), rgba(17, 17, 17, .5)), url('../images/tran-mau-tri-tam-50424.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.smoke, .section.grey {
  background-color: var(--white-smoke);
}

.wrapper {
  max-width: 1200px;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: -10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3px;
  padding-bottom: 3px;
  display: block;
}

.wrapper.hero-side-wrapper {
  height: 100vh;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.wrapper.icons {
  margin-top: 60px;
}

.button {
  height: 48px;
  background-color: var(--medium-sea-green);
  padding: 11px 24px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .2s;
}

.button:hover {
  background-color: #ec2f4b;
}

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

.button.posts-v3-button {
  margin-top: 80px;
}

.button.form-button {
  width: 50%;
  margin-top: 8px;
}

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

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

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

.button.ghost-white-button.margin-left-right {
  background-color: rgba(114, 188, 112, 0);
}

.button.ghost-white-button.margin-left-right:hover {
  color: var(--white-2);
  background-color: rgba(255, 255, 255, .31);
}

.button.top-margin {
  margin-top: 16px;
  font-size: 15px;
}

.button.top-margin.big {
  font-size: 19px;
}

.button.margin-left-right {
  background-color: var(--medium-sea-green);
  text-transform: none;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 21px;
  font-weight: 400;
  transition: background-color .2s, box-shadow .375s;
}

.button.margin-left-right:hover {
  box-shadow: 8px 8px 26px -10px #000;
}

.button.margin-left-right.pad {
  margin-top: 41px;
}

.button.margin-left-right.linda {
  margin-top: 25px;
}

.button.margin-left-right.color {
  background-color: var(--red);
}

.nav-bar {
  z-index: 200;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 10px #b4b4b4;
}

.logo-link {
  height: 80px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.nav-link {
  height: 80px;
  color: var(--black-2);
  padding: 28px 20px 27px;
  font-size: 14px;
  line-height: 24px;
  transition: color .15s;
}

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

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

.nav-link.dropdown {
  padding-right: 32px;
}

.nav-link.dropdown.nav-link-white {
  color: var(--black-2);
  transition: color .15s, all .675s;
}

.nav-link.dropdown.nav-link-white:hover {
  text-shadow: none;
}

.nav-link.nav-link-white {
  color: #000;
  font-size: 15px;
  transition: color .15s, text-shadow .408s;
}

.nav-link.nav-link-white:hover {
  color: var(--medium-sea-green);
  font-size: 15px;
  font-weight: 400;
}

.nav-link.nav-link-white.w--current {
  color: var(--black-2);
  font-size: 15px;
}

.nav-link.nav-link-white.w--current:hover {
  color: var(--medium-sea-green);
  text-shadow: none;
}

.nav-link.nav-link-white.number {
  color: #008cff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  font-size: 23px;
  font-weight: 400;
  text-decoration: none;
}

.divider {
  width: 70px;
  height: 3px;
  background-color: var(--yellow);
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider.center {
  background-color: var(--medium-sea-green);
}

.section-header-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 64px;
}

.section-header {
  border-bottom: 2px solid var(--medium-sea-green);
  margin-top: 0;
  padding-bottom: 6px;
}

.section-header.section-header-left {
  max-width: 50%;
  text-align: left;
  margin-left: 15px;
}

.section-header.big {
  font-size: 62px;
  line-height: 62px;
}

.section-header.big.main, .section-header.no-line {
  border-bottom-style: none;
}

.section-header.smaller {
  border-bottom-style: none;
  font-size: 20px;
}

.section-description {
  color: var(--dark-grey);
  font-size: 17px;
  line-height: 28px;
}

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

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

.white-text {
  color: #fff;
}

.paragraph-small {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small.white-text {
  color: var(--white-2);
}

.paragraph-small.grey-text, .paragraph-small.left {
  text-align: left;
}

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

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

.team-member {
  max-width: 300px;
  text-align: center;
  flex-grow: 1;
  flex-basis: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.team-member-photo {
  justify-content: center;
  align-items: flex-end;
  transition: box-shadow .3s;
  display: flex;
}

.team-member-photo:hover {
  box-shadow: inset 0 0 0 500px rgba(46, 50, 60, .2);
}

.rich-text-content {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.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 rgba(46, 50, 60, .27);
}

.side-image-50 {
  width: 50%;
  min-height: 600px;
  background-color: var(--ghost-white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.side-image-50.image-1 {
  background-image: url('../images/rawpixel-com-334369.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.side-image-50.image-2 {
  background-image: url('../images/carl-heyerdahl-181868.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.side-image-50.image-3 {
  background-image: url('../images/rawpixel-com-191157_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.side-content-wrapper-50 {
  max-width: 600px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-label {
  color: var(--black-2);
  text-align: left;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.input {
  height: 48px;
  border: 1px solid var(--ghost-white);
  background-color: var(--white-2);
  margin-bottom: 10px;
  padding-top: 6px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  line-height: 24px;
  transition: border-color .3s;
}

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

.input.text-area {
  height: auto;
  min-height: 120px;
  padding-top: 16px;
}

.input.text-area.big {
  min-height: 184px;
}

.input.footer-input {
  margin-bottom: 0;
  margin-right: 10px;
  padding-bottom: 14px;
}

.input.subscribe-input {
  background-image: url('../images/subscribe-icon_1subscribe-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;
}

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

.footer-bottom {
  width: 100%;
  border-top: 1px solid var(--light-grey);
  color: var(--dark-grey);
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
  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: left;
  flex: 1;
  margin-right: 24px;
  display: inline;
}

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

.works-v2 {
  flex-wrap: wrap;
  padding-bottom: 0;
  display: flex;
}

.work-v2 {
  width: 33.3333%;
}

.work-card-v2 {
  display: block;
  position: relative;
  overflow: hidden;
}

.more-link {
  color: var(--black-2);
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 40px;
  padding-right: 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

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

.post-v2 {
  width: 50%;
  flex-direction: row;
  padding: 15px;
  display: flex;
}

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

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

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

.category.team-member-role {
  margin: 16px;
  position: absolute;
  top: 0;
  right: 0;
}

.hero-slider-section {
  height: 100vh;
  background-color: var(--black-2);
}

.hero-slider-nav {
  height: 64px;
  font-size: 9px;
  line-height: 52px;
}

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

.hero-slide.hero-slide-1 {
  background-image: linear-gradient(rgba(17, 17, 17, .6), rgba(17, 17, 17, .6)), url('../images/climate-kic-350836.jpg');
  background-position: 0 0, 50%;
}

.hero-slide.hero-slide-3 {
  background-image: linear-gradient(rgba(17, 17, 17, .5), rgba(17, 17, 17, .5)), url('../images/rawpixel-com-296612.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-slide.hero-slide-2 {
  background-image: linear-gradient(rgba(17, 17, 17, .6), rgba(17, 17, 17, .6)), url('../images/domenico-loia-310197.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-slide-content {
  height: 100%;
  max-width: 770px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 40px;
  display: flex;
}

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

.side-frame.reversed {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
}

.side-frame.reversed.top-pad {
  margin-top: 75px;
}

.side-content-small {
  width: 50.3333%;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 8.33333%;
  margin-right: 8.33333%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.side-feature-media {
  width: 39%;
  flex: 0 auto;
  margin-left: 15px;
  margin-right: 15px;
  padding: 17px 1px;
}

.feature-cards {
  flex-wrap: wrap;
  margin-bottom: -30px;
  padding-top: 4px;
  display: flex;
}

.feature-card {
  border-right: 1px solid var(--ghost-white);
  border-bottom: 1px solid var(--ghost-white);
  border-left: 1px solid var(--ghost-white);
  box-shadow: 0 -4px 0 0 var(--yellow);
  background-color: #fff;
  flex-grow: 1;
  flex-basis: 30%;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 76px 40px 64px;
}

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

.side-map {
  width: 50%;
  height: 640px;
  flex: 0 auto;
}

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

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

.footer-nav {
  width: 16.6667%;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-nav.center-footer {
  text-align: left;
  align-items: center;
}

.footer-link {
  color: var(--dark-grey);
  font-size: 14px;
  line-height: 36px;
  display: block;
}

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

.footer-subscribe {
  flex: 1;
  margin-bottom: -133px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  line-height: 20px;
}

.footer-subscribe-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 106px;
  padding-top: 12px;
  display: grid;
}

.works-v4 {
  flex-wrap: wrap;
  margin-top: -15px;
  margin-bottom: -15px;
  display: flex;
}

.work-v4 {
  width: 50%;
  padding: 15px;
}

.work-card-v4 {
  background-color: var(--grey);
  display: block;
  position: relative;
  overflow: hidden;
}

.work-card-info {
  color: var(--white-2);
  text-align: center;
  background-color: rgba(17, 17, 17, .3);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 40px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 3px 9px rgba(46, 50, 60, .18);
}

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

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

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

.team-member-color-photo {
  z-index: 5;
  height: 360px;
  background-color: var(--grey);
  border-radius: 8px;
  position: relative;
  transform: translate(40px, -40px);
  box-shadow: 0 5px 18px rgba(46, 50, 60, .27);
}

.testimonials-slider {
  width: 100%;
  height: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding-left: 8.33333%;
  padding-right: 8.33333%;
  display: block;
}

.review-slide {
  text-align: center;
  padding-left: 16.66%;
  padding-right: 16.66%;
  font-size: 14px;
  line-height: 24px;
}

.quote-icon {
  width: 200px;
  margin-bottom: 8px;
}

.slider-arrow-wrapper {
  width: 96px;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  top: 0;
  bottom: 0;
}

.slider-arrow-wrapper.hero-arrow {
  width: 128px;
  justify-content: center;
}

.wide-map {
  height: 400px;
}

.blog-posts-v1 {
  flex-wrap: wrap;
  margin-bottom: -40px;
  display: flex;
}

.post-v1 {
  width: 33.33%;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.post-card {
  width: 100%;
  border: 1px solid var(--ghost-white);
  text-align: left;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-card-image-wrapper {
  background-color: var(--grey);
  position: relative;
  overflow: hidden;
}

.post-card-info {
  color: var(--black-2);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 28px 20px 24px;
  position: relative;
}

.post-card-header {
  flex: 0 auto;
  margin-top: 2px;
  margin-bottom: 0;
}

.hero-section {
  height: 100vh;
  background-color: #fff;
  justify-content: flex-end;
  padding: 80px 56px 40px;
  display: flex;
  position: relative;
}

.hero-section.hero-split-section {
  padding-right: 40px;
}

.hero-section.hero-dark-image-section {
  height: auto;
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 170px 0 65px;
  position: relative;
}

.hero-section.hero-light-image-section {
  border-bottom: 4px solid var(--yellow);
  background-image: url('../images/bench-accounting-49909.jpg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero-section.hero-light-bg-section {
  text-align: center;
  background-image: url('../images/scott-webb-268893.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  position: relative;
}

.hero-section.hero-side-bg-section {
  height: auto;
  background-color: var(--black-2);
  color: var(--white-2);
  background-image: linear-gradient(rgba(17, 17, 17, .8), rgba(17, 17, 17, .8)), url('../images/dmitri-popov-307258.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.hero-section.hero-side-image-section {
  height: auto;
  color: #fff;
  background-image: linear-gradient(rgba(17, 17, 17, .4), rgba(17, 17, 17, .4)), url('../images/stephan-valentin-345970.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-section.video-bg {
  background-color: rgba(17, 17, 17, .45);
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.hero-section.intro {
  height: auto;
  background-image: linear-gradient(rgba(17, 17, 17, .4), rgba(17, 17, 17, .4)), url('../images/stephan-valentin-345970.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 136px;
}

.hero-split-image {
  width: 50%;
  background-image: url('../images/hero-frame.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.hero-split-content {
  max-width: 600px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 24px 8.33% 100px 15px;
  display: flex;
  position: relative;
}

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

.works-v5.bottom-margin {
  margin-bottom: 0;
}

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

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

.work-card-v5-header {
  margin-top: 14px;
}

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

.footer-v4-about {
  width: 41.66%;
  color: var(--dark-grey);
  flex-direction: column;
  align-items: flex-start;
  margin-left: 8.33%;
  padding-left: 15px;
  padding-right: 8%;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.footer-v2-column {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}

.menu-button.white-menu-button {
  color: #fff;
  justify-content: flex-end;
  align-items: center;
}

.menu-button.white-menu-button.w--open {
  z-index: 110;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.mouse-icon {
  width: 24px;
  height: 38px;
  border: 2px solid #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.scroll-mouse-link {
  z-index: 2;
  max-width: 80px;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 24px 32px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.mouse-wheel-icon {
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  margin-top: 8px;
}

.contact-popup-window {
  z-index: 1000;
  width: 470px;
  border-top: 4px solid var(--yellow);
  text-align: left;
  background-color: #fff;
  margin-bottom: 0;
  padding: 24px 64px 64px;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(46, 50, 60, .27);
}

.contact-window-form {
  padding-top: 16px;
  display: block;
}

.page-loader {
  z-index: 1000;
  background-image: url('../images/transparent-gif-loading.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.page-wrapper {
  overflow: hidden;
}

.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-sea-green);
  color: #fff;
}

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

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

.nav-dropdown-icon {
  color: #a5aab6;
  margin-right: 12px;
  font-size: 13px;
}

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

.nav-dropdown-list.w--open {
  background-color: #fff;
  top: 89px;
  overflow: hidden;
  box-shadow: 0 5px 18px rgba(46, 50, 60, .09);
}

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

.nav-menu {
  display: flex;
}

.hero-slide-header {
  margin-bottom: 8px;
}

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

.page-header-section.image-2 {
  background-image: linear-gradient(rgba(17, 17, 17, .5), rgba(17, 17, 17, .5)), url('../images/damian-patkowski-263191.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.page-header-section.about {
  background-image: linear-gradient(rgba(17, 17, 17, .43), rgba(17, 17, 17, .43)), url('../images/tom-gainor-739866-unsplash.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1776px;
  background-attachment: scroll, fixed;
  padding-top: 126px;
}

.page-header-section.image-3 {
  min-height: 580px;
  background-image: linear-gradient(rgba(17, 17, 17, .5), rgba(17, 17, 17, .5)), url('../images/alpine-alps-calm-753325-min.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 127px;
}

.page-header-section.image-3.other {
  background-image: linear-gradient(rgba(0, 0, 0, .37), rgba(0, 0, 0, .37)), url('../images/cascade-falls-flow-582590-min.jpg');
  background-size: auto, cover;
}

.page-header-section.image-3.other2 {
  background-image: linear-gradient(rgba(0, 0, 0, .41), rgba(0, 0, 0, .41)), url('../images/Screen-Shot-2019-04-16-at-3.40.28-PM.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.page-header-section.image-3.falls {
  background-image: linear-gradient(rgba(0, 0, 0, .19), rgba(0, 0, 0, .19)), url('../images/Screen-Shot-2019-04-16-at-3.34.59-PM.png');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.page-header-section.image-4 {
  background-image: linear-gradient(rgba(17, 17, 17, .5), rgba(17, 17, 17, .5)), url('../images/Screen-Shot-2019-02-01-at-4.17.45-PM.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 127px;
  position: relative;
}

.page-header-section.image-4.other {
  background-image: linear-gradient(rgba(0, 0, 0, .39), rgba(0, 0, 0, .39)), url('../images/adventure-alberta-alpine-533769-min.jpg');
  background-size: auto, cover;
}

.page-header-section.light-section {
  background-color: var(--white-2);
  color: var(--black-2);
}

.page-header-section.image-1 {
  background-image: linear-gradient(rgba(17, 17, 17, .5), rgba(17, 17, 17, .5)), url('../images/domenico-loia-310197.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.page-header-section.image-5 {
  background-image: linear-gradient(rgba(17, 17, 17, .5), rgba(17, 17, 17, .5)), url('../images/joanna-kosinska-346599.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

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

.review-slide-author {
  margin-top: 32px;
  font-size: 16px;
  line-height: 24px;
}

.utility-page-section {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: var(--white-smoke);
  color: var(--white-2);
  background-image: linear-gradient(rgba(17, 17, 17, .5), rgba(17, 17, 17, .5)), url('../images/Screen-Shot-2019-04-16-at-3.39.36-PM.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.password-window {
  width: 370px;
  border-top: 4px solid var(--yellow);
  color: #000;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  margin-top: 24px;
  padding: 56px;
  display: flex;
  box-shadow: 0 8px 28px rgba(46, 50, 60, .09);
}

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

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

.blog-sidebar {
  text-align: left;
  flex: 1;
  padding: 15px;
}

.sidebar-block {
  border: 1px solid var(--ghost-white);
  background-color: var(--white-2);
  margin-bottom: 30px;
  padding: 40px;
}

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

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

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

.sidebar-category {
  color: var(--black-2);
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 48px;
  display: flex;
}

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

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

.sidebar-tag {
  color: var(--dark-grey);
  margin-right: 16px;
  font-size: 15px;
  line-height: 40px;
}

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

.blog-posts-v2-wrapper {
  width: 66.66%;
  flex: 0 auto;
}

.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(--red);
  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(rgba(46, 50, 60, .3), rgba(46, 50, 60, .3));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 66px, auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

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

.sidebar-author {
  color: var(--black-2);
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

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

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

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

.work-sidebar {
  text-align: left;
  flex: 1;
  margin-left: 8.33%;
  padding-top: 16px;
  padding-bottom: 64px;
  padding-right: 15px;
  display: block;
}

.work-details {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.work-details-cell {
  border-bottom: 1px solid var(--ghost-white);
  flex: 0 auto;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.work-live-link {
  color: var(--red);
  display: block;
}

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

.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 {
  display: block;
}

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

.work-presentation blockquote, .work-presentation ol, .work-presentation ul {
  display: block;
}

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

.work-main-image {
  width: 100%;
  margin-bottom: 24px;
  display: block;
}

.work-content {
  width: 66.66%;
  margin-left: 15px;
}

.form-success {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
}

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

.form-error {
  color: var(--red);
  background-color: rgba(0, 0, 0, 0);
  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;
}

.post-header-section {
  min-height: none;
  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;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 156px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.post-header-info {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 13px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

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

.post-header-overlay {
  background-color: rgba(17, 17, 17, .6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

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

.blog-post h1, .blog-post p, .blog-post h2 {
  width: 77%;
  display: block;
}

.blog-post blockquote {
  width: 77%;
  border-left-color: var(--red);
  display: block;
}

.blog-post ul, .blog-post ol {
  width: 77%;
  margin-bottom: 24px;
  display: block;
}

.blog-post h5 {
  width: 77%;
  display: block;
}

.blog-post a {
  color: var(--red);
}

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

.blog-post h6, .blog-post h3, .blog-post h4 {
  width: 77%;
  display: block;
}

.blog-post-wrapper {
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -16px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.post-bottom-info {
  width: 66.66%;
  color: var(--dark-grey);
  flex-wrap: wrap;
  align-items: center;
  margin-top: 48px;
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.post-bottom-date {
  color: var(--black-2);
  margin-left: 4px;
  margin-right: 4px;
}

.post-author-profile {
  width: 240px;
  border: 1px solid var(--ghost-white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-right: 60px;
  padding: 48px 32px 40px;
  display: flex;
}

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

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

.post-author-link {
  color: var(--red);
  margin-top: 16px;
  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 {
  width: 100%;
  border: 1px solid var(--ghost-white);
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 20px 32px;
  display: flex;
  overflow: hidden;
}

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

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

.answer {
  color: var(--dark-grey);
  padding-left: 80px;
  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-price {
  color: var(--yellow);
  margin-top: 0;
  margin-bottom: 32px;
}

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

.popup-wrapper {
  opacity: 0;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-overlay {
  background-color: rgba(17, 17, 17, .5);
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.password-icon {
  width: 64px;
  height: 64px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.heading-styles {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}

.float-card {
  z-index: 250;
  width: 160px;
  border: 1px solid var(--ghost-white);
  color: var(--black-2);
  text-align: left;
  background-color: #fff;
  margin-bottom: 0;
  padding: 24px 20px;
  font-size: 13px;
  line-height: 20px;
  position: fixed;
  bottom: 0;
  left: -1px;
  overflow: hidden;
}

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

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

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

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

.float-behance-icon {
  width: 40px;
  min-height: 40px;
  margin-bottom: 8px;
}

.float-behance-content {
  flex: 1;
  margin-bottom: -8px;
}

.yellow-text {
  color: #fff;
}

.hero-dark-image-text {
  color: var(--white-2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 17px;
  padding: 1px 67px 11px;
  font-size: 20px;
  position: relative;
}

.hero-dark-image-text.bar {
  color: #000;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 22px;
  font-weight: 700;
}

.social-icons {
  display: flex;
}

.social-icons.hero-split-icons {
  margin-left: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.social-icons.vertical-right-icons {
  flex-direction: column;
  justify-content: center;
  margin-right: -1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.social-icons.footer-v2-icons {
  margin-top: 40px;
}

.social-icons.footer-v4-icons {
  margin-top: 16px;
}

.social-icon-container {
  width: 48px;
  height: 48px;
  border: 1px solid var(--ghost-white);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: -1px;
  margin-right: -1px;
  transition: border-color .2s, background-color .392s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-icon-container:hover {
  background-color: var(--medium-sea-green);
}

.vertical-scroll {
  width: 32px;
  height: 80px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 20px;
}

.vertical-scroll-text {
  width: 80px;
  color: var(--black-2);
  text-align: left;
  margin-bottom: 36px;
  padding-bottom: 2px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  transform: rotate(-90deg);
}

.vertical-scroll-text.footer-scroll-text {
  text-align: right;
  top: 36px;
}

.vertical-header {
  width: 56px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.vertical-header.new-work-vertical-header {
  padding-bottom: 120px;
}

.vertical-header-text {
  width: 300px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  left: -124px;
  transform: rotate(-90deg);
}

.facts {
  align-items: stretch;
  display: flex;
}

.facts.dark-bg-facts {
  color: var(--white-2);
}

.fact-center {
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 20%;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.frame {
  box-shadow: inset 0 0 0 8px var(--medium-sea-green);
  transform: translate(-30px, -30px);
}

.frame.reversed {
  transform: translate(30px, -30px);
}

.frame-image {
  width: 25%;
  filter: brightness(110%);
  margin-top: -20px;
  padding-top: 0;
  transform: translate(30px, 30px);
  box-shadow: 0 1px 9px -1px #bcb5b5;
}

.frame-image.reversed {
  transform: translate(-30px, 30px);
}

.frame-image.no-shad {
  box-shadow: none;
}

.side-feature-list-item {
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.check-mark-icon {
  margin-right: 16px;
}

.center-wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.center-wrapper.dark-bg-wrapper {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.section-header-icon {
  width: 64px;
  margin-bottom: 24px;
}

.brands {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.brand-logo {
  margin: 9px 12px;
  padding: 8px;
}

.brand-logo.white-logo {
  opacity: 1;
  text-align: center;
  transition: opacity .2s;
}

.brand-logo.white-logo:hover {
  opacity: 1;
}

.brand-logo.grey-logo {
  opacity: .4;
  transition: opacity .2s;
}

.brand-logo.grey-logo:hover {
  opacity: 1;
}

.brand-logo.color-logo {
  transition: filter .2s;
}

.brand-logo.color-logo:hover {
  filter: grayscale();
}

.post-card-description {
  color: var(--dark-grey);
  flex: 1;
  font-size: 14px;
  line-height: 24px;
}

.new-work {
  flex-direction: row;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.side-media {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 30px;
  display: flex;
  position: relative;
}

.more-arrow-icon {
  float: left;
  margin-top: 5px;
}

.bg-text {
  opacity: .04;
  color: var(--black-2);
  text-transform: uppercase;
  font-size: 120px;
  font-weight: 700;
  line-height: 96px;
  position: absolute;
  top: -36px;
  left: -20px;
}

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

.more-link-text {
  z-index: 1;
  float: left;
  position: relative;
}

.heart-icon {
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/heart-icon_1heart-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 11px;
}

.hover-line {
  width: 100%;
  height: 24px;
  background-color: var(--yellow);
  opacity: .16;
  margin-left: 12px;
  transform: translate(-130%);
}

.contact-popup {
  z-index: 1000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.contact-float-button {
  z-index: 1000;
  width: 60px;
  height: 60px;
  background-color: var(--white-2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 30px;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
  box-shadow: 0 6px 18px rgba(17, 17, 17, .13);
}

.contact-float-button:hover {
  box-shadow: 0 6px 18px rgba(17, 17, 17, .13);
}

.hero-center-content {
  z-index: 1;
  max-width: 770px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-bottom: 64px;
  display: flex;
  position: static;
}

.hero-play {
  justify-content: center;
  align-items: center;
  font-size: 17px;
  line-height: 24px;
  display: flex;
}

.play-button {
  width: 80px;
  height: 80px;
  background-color: var(--red);
  background-image: url('../images/play-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 50%;
  margin-left: 16px;
  margin-right: 16px;
  transition: transform .4s;
}

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

.hero-split-text {
  color: var(--dark-grey);
  margin-top: 4px;
  margin-bottom: 32px;
}

.hero-split-text.white-text {
  color: var(--white-2);
}

.hero-brands {
  background-color: #538f52;
  flex-flow: column wrap;
  justify-content: space-around;
  align-items: center;
  padding: 39px 187px;
  display: flex;
}

.hero-brands.clear {
  width: 70%;
  background-color: rgba(114, 188, 112, 0);
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.hero-brands.clear.wide {
  padding-left: 0;
  padding-right: 0;
}

.hero-brands-container {
  z-index: 1;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.feature-blocks {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1px;
  display: flex;
}

.feature-blocks.margin-bottom {
  margin-bottom: 80px;
}

.feature-block {
  background-color: var(--white-2);
  box-shadow: 0 0 0 1px var(--ghost-white);
  flex-grow: 1;
  flex-basis: 30%;
  padding: 76px 4% 64px;
}

.feature-big-image-wrapper {
  width: 100%;
  margin-top: -32px;
  margin-bottom: 64px;
  padding-left: 10%;
  padding-right: 10%;
}

.steps {
  flex-wrap: wrap;
  margin-top: 42px;
  margin-bottom: -30px;
  padding-top: 30px;
  display: flex;
}

.step {
  border: 1px solid var(--white-2);
  text-align: left;
  flex-grow: 1;
  flex-basis: 20%;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 4px 40px 24px;
}

.step.white-step {
  border-color: var(--ghost-white);
  background-color: var(--white-2);
}

.steps-info {
  width: 50%;
  text-align: left;
  flex: 0 auto;
  margin-bottom: 30px;
  padding: 5px 56px 16px;
}

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

.square-play-button {
  width: 80px;
  height: 80px;
  background-color: var(--red);
  background-image: url('../images/play-icon_1play-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.square-play-button.right {
  z-index: 1;
  background-color: var(--medium-sea-green);
  background-image: url('../images/play-icon.svg');
  background-size: 16px;
  margin: -30px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.square-play-button.left {
  z-index: 1;
  margin: -30px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.fact-line-container {
  position: relative;
}

.fact-divider {
  width: 40px;
  height: 3px;
  background-color: var(--medium-sea-green);
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.fact-line-text {
  z-index: 1;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 40px;
  position: relative;
}

.signature-text {
  color: var(--dark-grey);
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
}

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

.margin-right {
  margin-right: 20px;
}

.button-styles {
  flex-wrap: wrap;
  margin-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.button-style-wrapper.dark-bg {
  background-image: linear-gradient(rgba(17, 17, 17, .5), rgba(17, 17, 17, .5)), url('../images/ren-ran-168328.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.ghost-button {
  box-shadow: inset 0 0 0 2px var(--ghost-white);
  color: var(--black-2);
  background-color: rgba(0, 0, 0, 0);
}

.ghost-button:hover {
  background-color: var(--ghost-white);
}

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

.white-button:hover {
  background-color: var(--ghost-white);
}

.ghost-white-button {
  box-shadow: inset 0 0 0 2px var(--white-2);
  color: var(--white-2);
  background-color: rgba(0, 0, 0, 0);
  transition: background-color .2s, color .2s;
}

.ghost-white-button:hover {
  color: var(--black-2);
  background-color: #fff;
}

.small-button {
  height: 40px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
}

.hero-light-image-content {
  max-width: 770px;
  color: var(--black-2);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-bottom: 64px;
  display: flex;
  position: relative;
}

.hero-light-image-header {
  margin-bottom: 40px;
}

.feature-block-v2 {
  border-top: 3px solid var(--medium-sea-green);
  box-shadow: 0 0 0 1px var(--ghost-white), 0 -4px 0 0 var(--yellow);
  text-align: left;
  background-color: #fff;
  flex-grow: 1;
  flex-basis: 20%;
  padding: 32px 4% 56px;
}

.feature-blocks-v2 {
  border-top: 1px solid var(--medium-sea-green);
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1px;
  display: flex;
}

.feature-blocks-v2.top-line {
  margin-top: 1px;
  margin-bottom: 0;
}

.side-content {
  max-width: 400px;
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-top: 120px;
  margin-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.pricing-from-text {
  color: var(--dark-grey);
  margin-top: -12px;
  font-size: 14px;
  line-height: 28px;
}

.pricing-table-card {
  border-right: 1px solid var(--ghost-white);
  border-bottom: 1px solid var(--ghost-white);
  border-left: 1px solid var(--ghost-white);
  box-shadow: 0 -4px 0 0 var(--yellow);
  background-color: #fff;
  flex-grow: 1;
  flex-basis: 20%;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 48px 40px;
}

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

.slider-arrow-button {
  width: 64px;
  height: 48px;
  border: 2px solid rgba(255, 255, 255, .5);
  justify-content: center;
  align-items: center;
  transition: border .2s;
  display: flex;
}

.slider-arrow-button:hover {
  border-color: var(--white-2);
}

.review {
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 40px;
}

.contact-card {
  border: 1px solid var(--ghost-white);
  background-color: #fff;
  padding: 20px;
  transform: translate(-30px, 30px);
}

.frame-card-map {
  height: 268px;
}

.contact-card-info {
  text-align: left;
  padding-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
}

.contact-card-line {
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.contact-card-line-text {
  margin-top: 2px;
  margin-left: 12px;
  font-size: 14px;
  line-height: 20px;
}

.hero-slide-text {
  margin-top: 8px;
  margin-bottom: 32px;
}

.feature-cell {
  width: 33.33%;
  background-color: var(--white-2);
  box-shadow: 0 0 0 1px var(--ghost-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 72px 40px;
  display: flex;
}

.feature-cell:hover {
  box-shadow: 0 0 0 1px var(--ghost-white);
}

.feature-cells {
  flex-wrap: wrap;
  display: flex;
  overflow: hidden;
}

.team-member-photo-wrapper {
  background-color: var(--yellow);
  margin-bottom: -8px;
  position: relative;
}

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

.skills.reversed {
  flex-direction: row-reverse;
}

.skills-info {
  width: 41.66%;
  text-align: left;
  flex: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.skills-sliders {
  width: 33%;
  margin-left: 8.33%;
  margin-right: 8.33%;
  padding-left: 15px;
  padding-right: 15px;
}

.skill-slider-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 16px;
  display: flex;
}

.skill-slider-percent {
  color: var(--dark-grey);
  font-size: 14px;
  line-height: 20px;
}

.skill-slider-percent.white-text {
  color: var(--white-2);
}

.skill-slider-header {
  margin-top: 0;
  margin-bottom: 0;
}

.skill-slider {
  width: 100%;
  height: 8px;
  background-color: var(--white-2);
  box-shadow: inset 0 0 0 1px var(--ghost-white);
  margin-top: 12px;
}

.skill-slider.transparent {
  box-shadow: none;
  background-color: rgba(255, 255, 255, .5);
}

.skill-slider-progress {
  width: 50%;
  height: 100%;
  background-color: var(--red);
}

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

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

.side-image-wrapper.padding-right {
  padding-right: 100px;
}

.side-image-wrapper.padding-left {
  padding-left: 100px;
}

.side-content-wrapper {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.side-content-wrapper.right {
  padding-right: 56px;
}

.side-content-wrapper.left {
  justify-content: flex-end;
  padding-left: 56px;
}

.side-image {
  width: 100%;
  height: 100%;
  min-height: 680px;
}

.side-image.image-1 {
  background-image: url('../images/rawpixel-com-191157_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.side-image.image-2 {
  background-image: url('../images/tran-mau-tri-tam-50424.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

.side-content-big {
  max-width: 600px;
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-top: 120px;
  margin-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.side-review-slide {
  min-height: 208px;
}

.side-review-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.side-review-arrow-button {
  width: 64px;
  height: 48px;
  float: left;
  border: 2px solid var(--ghost-white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.side-review-arrow-button.second-button {
  margin-left: -2px;
}

.side-review-author-text {
  margin-top: 30px;
  font-size: 15px;
  line-height: 24px;
}

.scroll-text-link {
  max-width: 200px;
  color: var(--black-2);
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 700;
  line-height: 40px;
  display: block;
  position: absolute;
  bottom: 0;
}

.text-block-7 {
  line-height: 36px;
}

.feature {
  width: 50%;
  text-align: left;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 32px;
  display: flex;
}

.feature-icon-left {
  width: 48px;
  margin-bottom: 24px;
  margin-right: 24px;
}

.feature-header {
  margin-top: 0;
}

.features {
  flex-wrap: wrap;
  margin-bottom: -30px;
  padding-top: 4px;
  padding-left: 8.33%;
  padding-right: 8.33%;
  display: flex;
}

.frame-card-big-map {
  height: 560px;
}

.side-contact-form {
  padding-top: 16px;
}

.hero-side-content {
  max-width: 600px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 24px 15px 80px;
  display: flex;
  position: relative;
}

.hero-side-content.right {
  padding-left: 8.33%;
}

.hero-side-image-wrapper {
  width: 50%;
  max-width: 600px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-side-image-wrapper.left {
  justify-content: flex-end;
}

.hero-side-image-big {
  width: 900px;
  max-width: none;
}

.hero-call-text {
  margin-bottom: 36px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.page-header-wrapper {
  max-width: 570px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.post-category {
  color: var(--medium-sea-green);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: -16px;
  font-size: 17px;
  font-weight: 700;
  line-height: 28px;
  display: inline-block;
}

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

.blog-post-content {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  display: flex;
}

.post-header-date {
  margin-left: 4px;
  font-weight: 700;
}

.post-bottom-category {
  color: var(--red);
  margin-left: 4px;
  margin-right: 4px;
}

.post-bottom-category:hover {
  text-decoration: underline;
}

.case-study {
  justify-content: space-between;
  padding-top: 24px;
  display: flex;
}

.work-details-cell-header {
  color: var(--dark-grey);
  margin-right: 8px;
}

.work-behance-link {
  color: #1c63f7;
  padding: 12px;
  font-weight: 700;
  display: block;
}

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

.work-card-image {
  transform: scale(1.08);
}

.page-header {
  margin-top: 0;
}

.feature-icon {
  width: 120px;
}

.fact-icon {
  width: 64px;
}

._404-info {
  max-width: 570px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

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

.vertical-scroll-footer {
  width: 32px;
  height: 120px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 64px;
  display: flex;
  position: absolute;
  top: 0;
  left: 8px;
}

.minimize-icon {
  width: 24px;
  height: 24px;
  border: 1px solid var(--black-2);
  opacity: .2;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-right: 20px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.minimize-icon:hover {
  opacity: .4;
}

.minimize-icon-line {
  width: 8px;
  height: 2px;
  background-color: var(--black-2);
}

.side-review-author {
  color: var(--dark-grey);
  align-items: center;
  margin-top: 32px;
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 24px;
}

.side-review-avatar {
  width: 48px;
  height: 48px;
  float: left;
  border-radius: 50%;
  display: inline-block;
}

.side-review-author-name {
  color: var(--black-2);
  margin-bottom: -4px;
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
}

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

.side-review-author-info {
  padding-left: 16px;
  padding-right: 16px;
  display: inline-block;
}

.side-feature-wide {
  width: 83.33%;
  text-align: left;
  align-items: flex-start;
  margin-top: 16px;
  display: flex;
}

.side-features {
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 24px;
  display: flex;
}

.hero-side-image {
  max-height: 680px;
}

.hero-image-zoom {
  background-image: linear-gradient(rgba(17, 17, 17, .27), rgba(17, 17, 17, .27)), url('../images/tom-gainor-739866-unsplash.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1776px;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.team-member-text {
  color: var(--dark-grey);
  margin-top: -12px;
  font-size: 13px;
  line-height: 24px;
}

.instagram-photos {
  width: 100%;
  max-width: none;
}

.instagram {
  justify-content: space-between;
  align-items: center;
  padding: 48px 115px;
  display: flex;
}

.instagram-info {
  max-width: 470px;
  text-align: left;
  align-items: center;
  display: flex;
}

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

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

.instagram-icon {
  width: 64px;
  margin-right: 24px;
}

.instagram-text {
  margin-top: 16px;
}

.request {
  margin-bottom: 10px;
  padding-left: 16.66%;
  padding-right: 16.66%;
}

.request-form {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: -2px;
  padding-bottom: 0;
  display: flex;
}

.request-block-half {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.request-block-full {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.select {
  height: 48px;
  border: 1px solid var(--ghost-white);
  border-radius: 0;
  margin-bottom: 10px;
}

.text-area {
  padding: 20px;
}

.testimonials {
  justify-content: space-around;
  display: flex;
}

.simple-review {
  text-align: left;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 25%;
  align-items: flex-start;
  padding: 8px 32px 8px 15px;
  display: flex;
}

.simple-review-author {
  align-items: center;
  display: flex;
}

.simple-review-avatar {
  width: 48px;
  height: 48px;
  background-image: url('../images/Avatar-08.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}

.simple-review-name {
  margin-top: 16px;
  margin-left: 0;
}

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

.simple-review-social:hover {
  text-decoration: underline;
}

.simple-review-nickname {
  color: var(--black-2);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 8px;
  font-size: 11px;
  font-weight: 700;
}

.post-v3 {
  width: 50%;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.post-card-more-info {
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 4px;
  margin-bottom: -4px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

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

.post-card-author {
  margin-right: 3px;
  font-weight: 700;
}

.post-card-info-text {
  color: var(--dark-grey);
  margin-right: 3px;
}

.post-card-category {
  color: var(--red);
  margin-right: 3px;
}

.post-card-more-text {
  flex-wrap: wrap;
  align-items: flex-start;
  line-height: 20px;
  display: flex;
}

.side-feature-half {
  width: 50%;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 16px;
  padding-right: 32px;
  display: flex;
}

.fact-left {
  text-align: left;
  flex-direction: row;
  flex-grow: 1;
  flex-basis: 20%;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.fact-number {
  margin-bottom: -24px;
  font-size: 32px;
  line-height: 40px;
}

.fact-info {
  padding-left: 24px;
  padding-right: 8px;
}

.hero-intro-content {
  max-width: 800px;
  color: #fff;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
}

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

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

.layouts {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: -100px;
  padding-top: 4px;
  display: flex;
}

.home-preview-image {
  max-width: 400px;
}

.home-preview {
  height: 480px;
  border: 1px solid var(--ghost-white);
  position: relative;
  overflow: auto;
}

.home-preview-text {
  z-index: 1;
  width: 200px;
  height: 24px;
  color: var(--black-2);
  margin: auto;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -442px;
  right: 0;
  transform: rotate(-90deg);
}

.home-preview-wrapper {
  width: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 120px;
  display: flex;
  position: relative;
}

.social-icon-hover {
  position: absolute;
  transform: translate(0, 32px);
}

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

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

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

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

.inner-page-link {
  width: 25%;
  border: 1px solid var(--ghost-white);
  color: var(--black-2);
  background-color: #fff;
  flex-grow: 1;
  flex-basis: 20%;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px 16px;
  transition: box-shadow .2s;
}

.inner-page-link:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.inner-pages {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: -30px;
  margin-left: 8.33%;
  margin-right: 8.33%;
  padding-top: 4px;
  display: flex;
}

.licence-items {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.licence-item {
  border: 1px solid var(--ghost-white);
  text-align: left;
  background-color: #fff;
  align-items: center;
  margin-bottom: 24px;
  padding: 40px;
  display: flex;
}

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

.no-margin {
  margin: 0;
}

.small-link {
  color: var(--dark-grey);
  font-size: 14px;
  line-height: 20px;
}

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

.licence-item-heading {
  margin-top: 0;
  margin-bottom: 8px;
}

.licence-links-divider {
  color: var(--grey);
  margin-left: 8px;
  margin-right: 8px;
  display: inline;
}

.licence-contact-text {
  color: var(--dark-grey);
  margin-top: 48px;
  font-size: 14px;
  line-height: 24px;
}

.full-width {
  width: 100%;
}

.main {
  margin-top: 0;
}

.paragraph {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

.heading {
  text-transform: none;
  font-size: 28px;
}

.image-6 {
  max-width: 80%;
}

.heading-2 {
  color: var(--medium-sea-green);
  margin-top: 0;
  font-size: 27px;
}

.heading-3 {
  color: rgba(243, 243, 243, .56);
  font-size: 117px;
  font-weight: 900;
  position: relative;
  top: 21px;
}

.div-block {
  position: relative;
  top: -23px;
}

.paragraph-2 {
  color: #7dd87a;
  text-transform: uppercase;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, .71);
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 700;
}

.div-block-2 {
  width: 100%;
  height: 30px;
  background-color: var(--medium-sea-green);
}

.top-nav-icon {
  height: 17px;
  float: left;
  opacity: .3;
  margin-right: 10px;
}

.header-contact-text {
  float: left;
  color: #fff;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.header-contact-text.footer-contact-text {
  color: var(--black);
}

.container {
  position: relative;
}

.top-social-block {
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #c7c7c7;
  border-radius: 3px;
  margin-left: 2px;
  padding-top: 1px;
  transition: background-color .3s;
}

.top-social-block:hover {
  background-color: #209de2;
}

.top-nav-content-block {
  height: 40px;
  float: right;
  color: #fff;
  border-left: 1px solid #e8e8e8;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left: 12px;
  display: flex;
}

.top-nav-content-block.left {
  height: 40px;
  float: left;
  border-left-style: none;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.top-nav-content-block.no-line {
  border-left-style: none;
}

.header-contact-block {
  width: 185px;
  float: right;
  margin-top: 20px;
  margin-left: 10px;
}

.header-contact-title {
  margin-top: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
}

.header-contact-title._2 {
  margin-top: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}

.link {
  color: #209de2;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.link:hover {
  color: #ec4933;
}

.link.header-contact-link {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.top-header {
  height: 40px;
  background-color: var(--medium-sea-green);
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.header-contact-icon {
  height: 40px;
  float: left;
  opacity: .2;
  margin-top: 1px;
  margin-right: 18px;
}

.top-social-icon {
  height: 12px;
  margin-top: -3px;
}

.text-span {
  color: #000;
  font-size: 21px;
  line-height: 38px;
}

.columns {
  margin-top: 50px;
}

.column, .column-2, .column-3, .column-4 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-8, .image-9, .image-10, .image-11 {
  width: 260px;
}

.div-block-3 {
  width: 90%;
  height: 300px;
  background-image: url('../images/larry-2017-350x452.jpg');
  background-position: 0 0;
  background-size: 250px;
  padding-left: 104px;
  padding-right: 104px;
  transition: all .2s;
}

.div-block-3:hover {
  background-position: 0 0;
  background-size: 260px;
}

.div-block-3.linda {
  background-image: url('../images/Linda-2017-350x440.jpg');
  background-size: cover;
}

.div-block-3.kevin {
  background-image: url('../images/Screen-Shot-2019-02-13-at-5.43.10-PM.png');
}

.div-block-3.ben {
  background-image: url('../images/57952f37bba95.image.jpg');
}

.div-block-3.lind {
  background-image: url('../images/Linda-2017-350x440.jpg');
  background-position: 50%;
}

.div-block-3.payton {
  background-image: url('../images/Screen-Shot-2019-02-13-at-5.44.18-PM.png');
  background-position: 50% 1%;
}

.link-2 {
  color: #fff;
}

.link-block {
  width: 120px;
  height: 120px;
  background-image: url('../images/w-icons-01.png');
  background-position: 0 0;
  background-size: cover;
}

.link-block.marketing {
  background-image: url('../images/w-icons-02.png');
  background-size: cover;
}

.link-block.buy-sale {
  background-image: url('../images/w-icons-03.png');
  background-size: cover;
}

.link-block.team {
  background-image: url('../images/w-icons-04.png');
  background-size: cover;
}

.link-block.speaking {
  background-image: url('../images/w-icons-05.png');
  background-size: cover;
}

.link-block.business-systems {
  background-image: url('../images/w-icons-06.png');
  background-size: cover;
}

.heading-4 {
  color: var(--medium-sea-green);
  margin-top: 0;
  font-size: 20px;
  line-height: 28px;
}

.heading-4.center {
  text-align: center;
}

.image-12 {
  width: 150px;
  margin-left: 0;
  padding-left: 0;
  position: relative;
}

.image-13 {
  width: 70px;
  margin-right: 10px;
}

.image-14 {
  max-width: 110%;
}

.text-block-10 {
  font-size: 29px;
  font-weight: 700;
}

.section-2 {
  background-image: linear-gradient(rgba(0, 0, 0, .67), rgba(0, 0, 0, .67)), url('../images/Screen-Shot-2019-02-01-at-4.17.45-PM.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.heading-11 {
  color: #fff;
  text-align: center;
  margin-top: 17px;
  padding-left: 0;
  padding-right: 0;
}

.heading-11.fancy {
  margin-top: 8px;
  margin-bottom: 1px;
}

.heading-11.smaller {
  margin-bottom: 8px;
}

.text-block-11 {
  color: #fff;
  font-size: 21px;
}

.text-span-2 {
  font-size: 16px;
  font-style: italic;
}

.section-3 {
  background-color: var(--yellow);
}

.div-block-4 {
  width: 1200px;
  max-width: 1200px;
}

.div-block-5 {
  z-index: 1000000;
  width: 100%;
  height: auto;
  background-color: #fff200;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: background-color .325s;
  display: flex;
  position: relative;
}

.div-block-5:hover {
  background-color: var(--yellow);
}

.link-block-2 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-block-12 {
  color: #a8a7a7;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  text-decoration: none;
}

.link-3, .link-4, .link-5 {
  color: #fff;
}

.heading-12 {
  color: var(--medium-sea-green);
  text-align: left;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 12px;
}

.bold-text {
  font-size: 19px;
  line-height: 31px;
}

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

.image-15 {
  width: 100px;
}

.pop-up-content {
  width: 80%;
  position: relative;
  overflow: hidden;
}

.heading-13 {
  margin-top: -1px;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #e03737;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 12px;
}

.popup {
  width: 550px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

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

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

.button-2 {
  color: #184fc2;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #184fc2;
  border-radius: 4px;
  padding: 15px 30px 13px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.button-2:hover {
  color: #fff;
  background-color: #184fc2;
}

.button-2.full-color {
  width: auto;
  color: #fff;
  background-color: #184fc2;
  border-radius: 0;
}

.button-2.full-color:hover {
  background-color: #212121;
  border-color: #212121;
}

.contact-wrapper {
  width: 50%;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 52px 30px;
  box-shadow: -14px 14px 50px rgba(0, 0, 0, .2);
}

.contact-wrapper.less-space {
  padding-top: 40px;
  padding-bottom: 30px;
}

.contact-wrapper.less-space.in-device.full {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.remove-button {
  width: 50px;
  height: 50px;
  opacity: .6;
  background-image: url('../images/round-delete-button.png');
  background-position: 0 0;
  background-size: 50px;
  position: absolute;
  top: 25px;
  right: 25px;
}

.remove-button:hover {
  opacity: 1;
}

.success-message {
  color: #fff;
  background-color: #3bc557;
  border-radius: 10px;
}

.sub-title {
  color: #414141;
  font-size: 16px;
  line-height: 26px;
}

.sub-title.top-sub {
  color: #919191;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 13px;
}

.contact-full-wrapper {
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .85);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-field {
  height: 50px;
  background-color: #f4f4f4;
  border-style: none;
  border-radius: 5px;
  margin-bottom: 15px;
  padding-left: 20px;
}

.text-field:active, .text-field:focus {
  background-color: #ebebeb;
}

.text-field.area {
  height: auto;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 31px;
}

.line-top-title {
  width: 70px;
  height: 2px;
  background-color: #184fc2;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.newsletter-label {
  color: rgba(255, 255, 255, .88);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 400;
}

.newsletter-label.darker {
  color: #313131;
  margin-bottom: 10px;
  padding-left: 5px;
  font-weight: 600;
}

.link-block-3 {
  background-color: var(--medium-sea-green);
  color: #fff;
  padding: 13px 35px;
}

.section-4 {
  padding-top: 184px;
  padding-bottom: 110px;
}

.black {
  color: #000;
}

.black.fancy {
  color: var(--medium-sea-green);
  font-family: Great Vibes, cursive;
  font-size: 50px;
}

.black.smaller {
  font-size: 40px;
  text-decoration: underline;
}

.columns-2 {
  margin-top: 50px;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.container-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.italic-text, .italic-text-2 {
  color: var(--medium-sea-green);
}

.link-6 {
  font-size: 26px;
}

.italic-text-3 {
  color: #000;
}

.smaller {
  font-size: 40px;
}

.italic-text-4, .italic-text-5 {
  color: var(--medium-sea-green);
}

.bold-text-2 {
  font-size: 18px;
}

.text-block-14 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 14px;
  font-style: italic;
  line-height: 19px;
}

.div-block-7 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.recaptcha {
  margin-top: -16px;
  margin-bottom: -10px;
  margin-right: -10px;
}

.button-3 {
  color: var(--black-2);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.paragraph-3 {
  margin-bottom: 0;
}

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="slide-up-1"], html.w-mod-js [data-ix="slide-up-2"], html.w-mod-js [data-ix="slide-up-3"], html.w-mod-js [data-ix="slide-up-4"], html.w-mod-js [data-ix="slide-up-5"] {
  opacity: 0;
  transform: translate(0, 60px);
}

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

html.w-mod-js [data-ix="slide-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);
}

html.w-mod-js [data-ix="skill-slider-1"], html.w-mod-js [data-ix="skill-slider-2"], html.w-mod-js [data-ix="skill-slider-3"], html.w-mod-js [data-ix="skill-slider-4"] {
  width: 0;
}

html.w-mod-js [data-ix="hide-popup-on-initial"] {
  opacity: 0;
  display: none;
  transform: scale(1.1);
}

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

  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: 14px;
    line-height: 20px;
  }

  p {
    font-size: 15px;
  }

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

  .section {
    flex-direction: column;
    padding: 100px 15px;
    display: block;
  }

  .section.side-content-section {
    justify-content: center;
  }

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

  .wrapper.hero-side-wrapper {
    height: auto;
    flex-wrap: wrap;
    padding-top: 64px;
    padding-bottom: 8px;
  }

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

  .button.posts-v3-button {
    margin-top: 64px;
  }

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

  .nav-bar {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-link {
    height: 64px;
    padding-top: 13px;
    padding-bottom: 11px;
  }

  .nav-link {
    width: 100%;
    height: auto;
    text-align: left;
    background-color: #fff;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    display: block;
  }

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

  .divider {
    width: 60px;
    margin-top: 0;
    margin-bottom: 6px;
  }

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

  .section-header.section-header-left {
    max-width: 66.66%;
    margin-left: 8px;
  }

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

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

  .team {
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center;
  }

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

  .rich-text-content {
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .side-image-50 {
    width: 50%;
    min-height: 400px;
  }

  .side-content-wrapper-50 {
    padding: 40px 6%;
  }

  .input.footer-input {
    margin-right: 0;
  }

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

  .work-v2 {
    width: 50%;
  }

  .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-v3-category {
    margin: 32px;
  }

  .hero-slider-section {
    height: 560px;
  }

  .hero-slide-content {
    max-width: 66.66%;
  }

  .side-frame {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }

  .side-content-small {
    width: 90%;
    margin-left: 13px;
    margin-right: 13px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-feature-media {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 29px;
    padding-right: 30px;
  }

  .feature-cards {
    margin-bottom: -16px;
    padding-left: 9px;
    padding-right: 8px;
  }

  .feature-card {
    width: 33.33%;
    flex: 0 auto;
    margin-bottom: 20px;
    margin-left: -1px;
    margin-right: 0;
    padding: 48px 24px 40px;
  }

  .side-map {
    height: 536px;
  }

  .footer-about {
    width: 50%;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 4%;
  }

  .footer {
    padding-top: 14px;
  }

  .footer-nav {
    width: 25%;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-subscribe {
    width: 50%;
    flex: 0 auto;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-subscribe-form {
    grid-template-rows: auto auto auto auto auto;
    padding-top: 3px;
  }

  .work-v4 {
    padding: 8px;
  }

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

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

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

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

  .slider-arrow-wrapper.hero-arrow {
    width: 112px;
  }

  .wide-map {
    height: 360px;
  }

  .blog-posts-v1 {
    margin-bottom: -16px;
  }

  .post-v1 {
    padding-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .post-card {
    padding: 16px;
    display: flex;
  }

  .post-card-info {
    padding: 16px;
  }

  .hero-section {
    padding-top: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-section.hero-split-section {
    height: auto;
    padding-left: 16px;
    padding-right: 20px;
  }

  .hero-section.hero-dark-image-section {
    height: 100vh;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section.hero-light-image-section {
    height: auto;
    min-height: 480px;
    background-attachment: scroll;
  }

  .hero-section.hero-light-bg-section {
    height: auto;
    padding: 120px 64px 100px;
  }

  .hero-section.hero-side-bg-section {
    padding-left: 4%;
    padding-right: 4%;
  }

  .hero-section.video-bg, .hero-split-image {
    height: auto;
  }

  .hero-split-content {
    margin-left: 0;
    padding-left: 8px;
    padding-right: 32px;
  }

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

  .footer-v4-about {
    margin-left: 0%;
    padding-left: 8px;
    padding-right: 32px;
  }

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

  .menu-button {
    padding: 20px;
  }

  .menu-button.w--open {
    color: var(--black-2);
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button.white-menu-button {
    color: #fff;
  }

  .scroll-mouse-link {
    padding-bottom: 24px;
    display: none;
  }

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

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

  .nav-dropdown-list.w--open {
    border-radius: 0;
    margin-top: 0;
    box-shadow: 0 0 rgba(0, 0, 0, 0);
  }

  .nav-menu {
    max-height: 100vh;
    border-bottom: 1px solid var(--light-grey);
    flex-direction: column;
    display: block;
    overflow: scroll;
  }

  .page-header-section {
    min-height: 360px;
  }

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

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

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

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

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

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

  .work-sidebar {
    width: 100%;
    text-align: center;
    flex: 0 auto;
    margin-left: 0%;
    padding-top: 0;
    padding-left: 20%;
    padding-right: 20%;
  }

  .work-details {
    width: 320px;
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .work-details-cell {
    justify-content: center;
  }

  .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: 32px;
  }

  .work-content {
    width: 100%;
    margin-left: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

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

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

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

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

  .blog-post h2, .blog-post blockquote {
    width: 100%;
  }

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

  .blog-post ol, .blog-post h5, .blog-post h6, .blog-post h3 {
    width: 100%;
  }

  .blog-post h4 {
    width: 100%;
    display: block;
  }

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

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

  .post-bottom-info {
    width: 83.33%;
  }

  .post-author-profile {
    width: 224px;
    margin-right: 30px;
    padding: 40px 24px 32px;
  }

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

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

  .heading-styles {
    padding-left: 8px;
    padding-right: 8px;
  }

  .social-icons.hero-split-icons {
    margin-left: 8px;
  }

  .social-icons.work-icons {
    justify-content: center;
  }

  .vertical-scroll {
    display: none;
    right: 8px;
  }

  .vertical-header {
    width: 40px;
    display: none;
  }

  .vertical-header-text {
    font-size: 13px;
    left: -132px;
  }

  .fact-center {
    padding-left: 8px;
    padding-right: 8px;
  }

  .frame {
    box-shadow: inset 0 0 0 6px var(--yellow);
    transform: translate(-20px, -20px);
  }

  .frame.reversed {
    transform: translate(20px, -20px);
  }

  .frame-image {
    width: 35%;
    margin-bottom: 32px;
    margin-left: 0;
    margin-right: 10px;
    transform: translate(20px, 20px);
  }

  .frame-image.reversed {
    transform: translate(-20px, 20px);
  }

  .cta-description {
    margin-bottom: 24px;
  }

  .section-header-icon {
    width: 48px;
    margin-bottom: 24px;
  }

  .brands {
    justify-content: center;
  }

  .brand-logo.white-logo {
    width: 17%;
    text-align: center;
    margin-left: 7px;
    margin-right: 7px;
    padding-left: 6px;
    padding-right: 6px;
    display: block;
    position: relative;
  }

  .new-work {
    margin-bottom: 64px;
  }

  .side-media {
    width: 41.66%;
    margin-left: 32px;
    margin-right: 32px;
    padding-top: 20px;
  }

  .bg-text {
    font-size: 88px;
  }

  .contact-float-button {
    margin: 20px;
  }

  .hero-center-content {
    margin-left: 0;
    padding: 32px 8.33%;
  }

  .hero-play {
    font-size: 15px;
  }

  .play-button {
    width: 64px;
    height: 64px;
  }

  .hero-split-text {
    margin-bottom: 24px;
  }

  .hero-brands {
    justify-content: center;
    padding: 16px 41px;
  }

  .hero-brands.clear {
    width: 100%;
  }

  .hero-brands-container {
    position: relative;
  }

  .feature-blocks {
    margin-bottom: 64px;
  }

  .feature-big-image-wrapper {
    margin-bottom: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .step {
    flex-basis: 30%;
    margin-bottom: 16px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .steps-info {
    width: 66.66%;
    padding-left: 48px;
    padding-right: 48px;
  }

  .square-play-button {
    width: 64px;
    height: 64px;
    margin: -20px;
  }

  .square-play-button.right, .square-play-button.left {
    margin: -20px;
  }

  .fact-line-text {
    font-size: 36px;
  }

  .button-style-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-light-image-content {
    margin-left: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .feature-block-v2 {
    box-shadow: 0 0 0 1px var(--ghost-white);
    flex-basis: 40%;
    padding-top: 24px;
    padding-bottom: 48px;
  }

  .side-content {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .pricing-table-card {
    flex-basis: 30%;
    margin-bottom: 16px;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .contact-card {
    padding: 16px;
    transform: translate(-20px, 20px);
  }

  .frame-card-map {
    height: 224px;
  }

  .contact-card-info {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-slide-text {
    margin-bottom: 24px;
  }

  .feature-cell {
    padding: 40px 4%;
  }

  .feature-cells {
    margin-left: 8px;
    margin-right: 8px;
  }

  .skills-info {
    width: 50%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .skills-sliders {
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .skill-slider {
    height: 6px;
  }

  .side-image-wrapper.padding-right {
    padding-right: 0;
  }

  .side-image-wrapper.padding-left {
    padding-left: 0;
  }

  .side-content-wrapper {
    padding-left: 4%;
    padding-right: 4%;
  }

  .side-content-wrapper.right {
    padding-right: 4%;
  }

  .side-content-wrapper.left {
    padding-left: 4%;
  }

  .side-image {
    min-height: 600px;
  }

  .side-content-big {
    margin-top: 80px;
    margin-bottom: 80px;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

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

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

  .features {
    margin-bottom: -16px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-side-content {
    margin-left: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-side-content.right {
    padding-right: 8px;
  }

  .hero-side-content.left {
    padding-left: 4%;
    padding-right: 5%;
  }

  .hero-side-image-wrapper {
    padding-left: 4%;
    padding-right: 4%;
  }

  .hero-side-image-big {
    width: 700px;
  }

  .hero-call-text {
    width: 100%;
    margin-top: 0;
    position: relative;
  }

  .page-header-wrapper {
    max-width: 66.66%;
  }

  .case-study {
    flex-flow: column-reverse wrap;
  }

  .feature-icon {
    width: 48px;
    margin-bottom: -8px;
  }

  .fact-icon {
    width: 48px;
  }

  ._404-info {
    max-width: 66.66%;
    padding-bottom: 56px;
  }

  .vertical-scroll-footer {
    display: none;
    right: 8px;
  }

  .side-review-author {
    display: block;
  }

  .side-feature-wide {
    width: 100%;
  }

  .instagram {
    padding: 40px 4%;
  }

  .instagram-info {
    max-width: 66.66%;
  }

  .request {
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

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

  .simple-review {
    flex-basis: 45%;
    margin-bottom: 32px;
    padding-left: 8px;
  }

  .post-v3 {
    flex-direction: row;
    padding-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-feature-half {
    width: 100%;
    padding-right: 0;
  }

  .fact-left {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .fact-info {
    padding-top: 16px;
    padding-left: 8px;
  }

  .layouts {
    margin-bottom: -100px;
    padding-left: 9px;
    padding-right: 8px;
  }

  .home-preview-wrapper {
    width: 100%;
    margin-bottom: 100px;
  }

  .inner-page-link {
    margin-bottom: 16px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .inner-pages {
    margin-bottom: -16px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .licence-items {
    width: 81.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .no-margin {
    margin: 0;
  }

  .small-link {
    line-height: 20px;
  }

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

  .image-7 {
    width: 150px;
  }

  .header-contact-text {
    font-size: 11px;
  }

  .container {
    flex-direction: row;
    display: flex;
  }

  .top-nav-content-block.social {
    display: none;
  }

  .top-nav-content-block.left {
    display: flex;
  }

  .header-contact-block {
    margin-top: 1px;
  }

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

  .icon {
    color: #000;
  }

  .link-2 {
    font-size: 11px;
  }

  .heading-6, .heading-7, .heading-8, .heading-9, .heading-10 {
    margin-top: 12px;
  }

  .image-13 {
    width: 50px;
  }

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

  .div-block-4 {
    width: 100%;
  }

  .image-16, .image-17 {
    max-width: 80%;
  }

  .section-4 {
    padding-top: 155px;
  }

  .div-block-6 {
    width: 100%;
    display: flex;
  }

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

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

  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.cta-section {
    background-image: url('../images/like-bg-icon.png'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-size: 280px, auto;
  }

  .section.side-content-section {
    flex-direction: column;
  }

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

  .wrapper.hero-side-wrapper {
    width: 100%;
    padding-top: 64px;
  }

  .button.form-button {
    width: 70%;
  }

  .button.margin-right, .button.ghost-white-button.second {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .logo-link {
    padding-top: 12px;
    padding-bottom: 16px;
  }

  .logo-link.w--current {
    padding-top: 14px;
    padding-bottom: 15px;
  }

  .nav-link {
    padding-top: 12px;
    padding-bottom: 14px;
  }

  .divider {
    margin-top: 16px;
    margin-bottom: 16px;
  }

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

  .section-header {
    margin-top: 16px;
  }

  .section-header.section-header-left {
    max-width: 100%;
  }

  .section-description {
    font-size: 14px;
    line-height: 24px;
  }

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

  .team-member {
    width: 50%;
    max-width: none;
    flex: 0 auto;
    padding-bottom: 32px;
  }

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

  .side-image-50 {
    min-height: 0;
  }

  .side-content-wrapper-50 {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 24px;
  }

  .footer-bottom {
    margin-top: 48px;
  }

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

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

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

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

  .hero-slider-section {
    height: 400px;
  }

  .hero-slide.hero-slide-1 {
    background-image: linear-gradient(to bottom, null, null), url('../images/grovemade-239360.jpg');
    background-attachment: scroll, fixed;
  }

  .hero-slide-content {
    max-width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .side-frame {
    padding-left: 0;
    padding-right: 0;
  }

  .side-content-small {
    width: 90%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .side-feature-media {
    width: 50%;
    flex: 1;
    padding-left: 24px;
    padding-right: 24px;
  }

  .feature-cards {
    justify-content: center;
    align-items: center;
  }

  .feature-card {
    width: 66.66%;
    margin-bottom: 36px;
    margin-left: 0;
    padding: 56px 8.33% 48px;
  }

  .footer-about {
    width: 50%;
  }

  .footer-nav {
    width: 25%;
  }

  .footer-subscribe {
    width: 75%;
    flex: 0 auto;
  }

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

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

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

  .testimonials-slider {
    width: 100%;
  }

  .review-slide {
    padding-left: 12%;
    padding-right: 12%;
  }

  .slider-arrow-wrapper.hero-arrow {
    display: none;
  }

  .wide-map {
    height: 240px;
  }

  .blog-posts-v1 {
    flex-wrap: wrap;
    margin-bottom: -24px;
  }

  .post-v1 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 24px;
  }

  .hero-section.hero-dark-image-section {
    padding-bottom: 56px;
  }

  .hero-section.hero-light-bg-section {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .hero-split-content {
    text-align: left;
  }

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

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

  .work-card-v5 {
    padding-bottom: 8px;
  }

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

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

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

  .contact-popup-window {
    width: 100%;
  }

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

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

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

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

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

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

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

  .work-sidebar {
    padding-left: 16.66%;
    padding-right: 16.66%;
  }

  .work-details {
    width: 100%;
  }

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

  .work-main-image {
    margin-top: 0;
  }

  .post-header-section {
    height: auto;
    min-height: 0;
    padding-top: 32px;
    padding-bottom: 64px;
  }

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

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

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

  .blog-post-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .post-author-profile {
    width: 50%;
    margin-top: 40px;
    margin-right: 0;
  }

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

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

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

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

  .float-card {
    display: none;
  }

  .section-header-icon {
    margin-bottom: 0;
  }

  .brand-logo.white-logo {
    width: 47%;
    flex-direction: column;
    display: block;
  }

  .side-media {
    width: 50%;
    flex: 1;
    margin-left: 24px;
    margin-right: 24px;
  }

  .bg-text {
    font-size: 64px;
    line-height: 72px;
    top: -12px;
    left: -12px;
  }

  .more-link-text {
    font-size: 13px;
  }

  .hero-center-content {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .play-button {
    background-size: 12px;
  }

  .hero-brands {
    display: block;
  }

  .hero-brands.clear {
    text-align: left;
    align-self: center;
    display: flex;
  }

  .feature-blocks {
    flex-direction: column;
  }

  .feature-block {
    padding: 56px 8.33% 48px;
  }

  .feature-big-image-wrapper {
    margin-bottom: 32px;
  }

  .step {
    flex-basis: 45%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .steps-info {
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
  }

  .square-play-button {
    width: 48px;
    height: 48px;
    background-size: 12px;
  }

  .fact-line-text {
    font-size: 32px;
  }

  ._2-buttons.left {
    justify-content: flex-start;
  }

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

  .hero-light-image-content {
    text-align: left;
  }

  .feature-block-v2 {
    padding-left: 6%;
    padding-right: 6%;
  }

  .side-content {
    width: 50%;
  }

  .pricing-table-card {
    width: 66.66%;
    flex: 0 auto;
    margin-bottom: 24px;
  }

  .review {
    font-size: 16px;
    line-height: 28px;
  }

  .frame-card-map {
    height: 160px;
  }

  .contact-card-line-text {
    font-size: 13px;
  }

  .feature-cell {
    width: 50%;
    padding-left: 6%;
    padding-right: 6%;
  }

  .side-image-wrapper {
    width: 100%;
  }

  .side-content-wrapper {
    text-align: center;
    flex: 0 auto;
    margin-left: 0;
    padding-top: 54px;
    padding-bottom: 80px;
  }

  .side-image {
    height: 400px;
    min-height: 0;
  }

  .side-content-big {
    width: 50%;
    margin: 0 0%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .frame-card-big-map {
    height: 440px;
  }

  .hero-side-content {
    text-align: left;
  }

  .hero-side-image-big {
    width: 600px;
  }

  .hero-call-text {
    text-align: center;
  }

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

  .blog-post-content {
    flex: 0 auto;
  }

  .page-header {
    margin-top: 16px;
  }

  ._404-info {
    padding-bottom: 40px;
  }

  .vertical-scroll-footer {
    margin-top: 40px;
    left: 0;
  }

  .instagram-info {
    max-width: none;
    flex: 1;
    padding-right: 24px;
  }

  .instagram-icon {
    width: 48px;
    margin-right: 16px;
  }

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

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

  .request-block-half {
    width: 70%;
    padding-left: 0;
    padding-right: 0;
  }

  .request-block-full {
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .simple-review {
    width: 50%;
    max-width: none;
    flex: 0 auto;
  }

  .post-v3 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 24px;
  }

  .side-feature-half {
    width: 50%;
    padding-right: 32px;
  }

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

  .inner-page-link {
    flex-basis: 40%;
  }

  .inner-pages {
    justify-content: center;
    align-items: center;
  }

  .licence-items {
    width: 100%;
  }

  .no-margin {
    margin: 0;
  }

  .top-nav-icon {
    float: none;
  }

  .header-contact-text {
    float: none;
    display: inline-block;
  }

  .top-nav-content-block {
    text-align: center;
    border-left-width: 0;
  }

  .top-nav-content-block.social {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
  }

  .header-contact-block {
    width: 159px;
    margin-top: 7px;
    margin-left: 14px;
    display: none;
  }

  .header-contact-title {
    font-size: 13px;
  }

  .header-contact-title._2 {
    margin-top: 7px;
  }

  .link.header-contact-link {
    font-size: 11px;
    line-height: 14px;
  }

  .top-header {
    height: 10px;
  }

  .header-contact-icon {
    height: 20px;
    opacity: .42;
    margin-top: 6px;
    margin-right: 10px;
  }

  .image-12 {
    width: 120px;
  }

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

  .popup {
    width: 400px;
  }

  .contact-wrapper {
    width: 70%;
  }

  .contact-wrapper.less-space.in-device {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .remove-button {
    width: 40px;
    height: 40px;
    background-size: 40px;
    top: 10px;
    right: 10px;
  }

  .section-4 {
    padding: 132px 62px;
  }

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

  .div-block-7 {
    text-align: center;
    justify-content: space-between;
    align-self: center;
    display: flex;
  }

  .logo {
    width: 30%;
  }

  .button-3 {
    font-size: 12px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 36px;
  }

  h2, h3, h4, h5, h6 {
    margin-bottom: 12px;
  }

  blockquote {
    font-size: 18px;
    line-height: 28px;
  }

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

  .body.quote.big {
    font-size: 19px;
  }

  .body.quote.big.number {
    margin-top: 1px;
  }

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

  .section.side-image-section, .section.side-image-section.reversed {
    flex-direction: column;
  }

  .wrapper.hero-side-wrapper {
    padding-top: 88px;
    padding-bottom: 0;
  }

  .button.subscribe-button {
    width: 100%;
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .button.form-button {
    width: 100%;
  }

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

  .button.ghost-white-button.second {
    margin-left: 10px;
    margin-right: 10px;
  }

  .button.top-margin {
    font-size: 12px;
  }

  .button.margin-left-right {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .logo-link {
    padding-top: 0;
    padding-bottom: 0;
  }

  .divider.center.contact {
    margin-bottom: 1px;
  }

  .section-header-wrapper {
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .section-header {
    margin-top: 3px;
  }

  .section-header.big.main {
    font-size: 30px;
    line-height: 32px;
  }

  .section-header.smaller {
    margin-bottom: 5px;
    font-size: 17px;
  }

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

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

  .team-member {
    width: 100%;
    padding-left: 16.66%;
    padding-right: 16.66%;
  }

  .team-member-photo {
    height: auto;
  }

  .side-image-50 {
    width: 100%;
    min-height: 240px;
  }

  .side-content-wrapper-50 {
    flex: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .input {
    margin-bottom: 10px;
  }

  .footer-bottom {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-bottom-text-left {
    width: 100%;
    flex: 0 auto;
    margin-bottom: 8px;
  }

  .footer-bottom-link-right {
    margin-left: 0;
    margin-right: 16px;
  }

  .work-v2 {
    width: 100%;
  }

  .more-link.w--current {
    margin-top: 25px;
  }

  .post-v2 {
    width: 100%;
  }

  .blog-posts-v2 {
    margin-bottom: 0;
  }

  .hero-slider-section {
    height: 520px;
  }

  .hero-slider-nav {
    font-size: 9px;
    display: block;
  }

  .hero-slide-content {
    max-width: 100%;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .side-frame {
    flex-direction: column;
  }

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

  .side-content-small {
    width: 100%;
    padding: 32px 7px;
  }

  .side-feature-media {
    width: 100%;
  }

  .feature-card {
    width: 100%;
    flex: 0 auto;
    padding-top: 48px;
    padding-left: 12%;
    padding-right: 12%;
  }

  .side-map {
    width: 100%;
    height: 280px;
  }

  .footer-about {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-bottom: 16px;
  }

  .footer {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-nav {
    width: 50%;
    justify-content: center;
    align-items: center;
    padding-bottom: 16px;
  }

  .footer-subscribe {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-subscribe-form {
    flex-direction: column;
  }

  .work-v4 {
    width: 100%;
  }

  .subscribe-form {
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
  }

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

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

  .testimonials-slider {
    margin-bottom: -16px;
    padding-bottom: 36px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .review-slide {
    padding-left: 0%;
    padding-right: 0%;
  }

  .slider-arrow-wrapper {
    display: none;
  }

  .post-v1 {
    width: 100%;
  }

  .hero-section {
    flex-direction: column-reverse;
  }

  .hero-section.hero-dark-image-section {
    height: auto;
    padding-top: 100px;
    padding-bottom: 2px;
  }

  .hero-section.hero-side-image-section {
    padding-bottom: 40px;
  }

  .hero-split-image {
    width: 100%;
    height: 240px;
  }

  .hero-split-content {
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 88px;
    padding-right: 8px;
    display: block;
  }

  .work-v5 {
    width: 100%;
  }

  .footer-v2-column {
    width: 50%;
    flex: 0 auto;
  }

  .contact-popup-window {
    flex: 1;
    padding: 8px 8.33% 40px;
  }

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

  .slide-nav {
    font-size: 9px;
    display: block;
  }

  .page-header-section {
    min-height: 320px;
  }

  .page-header-section.image-3 {
    min-height: 80px;
  }

  .page-header-section.image-3.other, .page-header-section.image-3.other2 {
    height: 50vh;
    min-height: 0;
  }

  .page-header-section.image-3.falls {
    height: 70vh;
    min-height: 0;
    padding-top: 80px;
  }

  .review-slide-author {
    margin-bottom: 6px;
  }

  .password-window {
    width: 100%;
    padding-left: 12%;
    padding-right: 12%;
  }

  .blog-posts-and-sidebar {
    flex-direction: column;
  }

  .blog-sidebar {
    width: 100%;
    margin-bottom: -56px;
    padding-top: 24px;
    padding-left: 8px;
  }

  .blog-posts-v2-wrapper {
    width: 100%;
  }

  .work-sidebar {
    padding-left: 4%;
    padding-right: 4%;
  }

  .work-details {
    flex-direction: column;
  }

  .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, .post-header-wrapper {
    width: 100%;
  }

  .post-bottom-info {
    width: 100%;
    flex-wrap: wrap;
  }

  .post-author-profile {
    width: 100%;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 48px 32px 40px;
  }

  .post-author-avatar {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .question-text {
    margin-bottom: 8px;
    margin-left: 0;
    font-size: 15px;
    line-height: 20px;
  }

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

  .question-arrow-icon {
    margin-left: 16px;
  }

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

  .popup-wrapper {
    display: block;
  }

  .yellow-text {
    font-size: 40px;
  }

  .hero-dark-image-text {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-dark-image-text.bar {
    font-size: 16px;
  }

  .social-icons.footer-v2-icons {
    justify-content: center;
  }

  .facts {
    flex-direction: column;
  }

  .fact-center {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .frame-image {
    margin-bottom: 7px;
    margin-left: -15px;
  }

  .brand-logo.white-logo {
    width: 40%;
  }

  .new-work {
    flex-direction: column-reverse;
  }

  .side-media {
    width: 100%;
    flex: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .bg-text {
    margin-left: auto;
    margin-right: auto;
    top: 20px;
    left: -8px;
    right: 0;
  }

  .contact-popup {
    flex-wrap: nowrap;
  }

  .hero-center-content {
    text-align: center;
    align-items: center;
    padding: 39px 4% 120px;
  }

  .feature-block {
    flex-basis: 80%;
    padding-top: 48px;
  }

  .step {
    padding-left: 8%;
    padding-right: 8%;
  }

  .steps-info {
    padding-left: 10%;
    padding-right: 10%;
  }

  .side-video {
    flex-direction: column;
  }

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

  .fact-divider {
    top: 24px;
  }

  .fact-line-text {
    margin-top: 24px;
  }

  ._2-buttons {
    width: 100%;
    flex-flow: column wrap;
    align-items: stretch;
  }

  ._2-buttons.left {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

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

  .hero-light-image-content {
    text-align: center;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 64px;
  }

  .feature-block-v2 {
    box-shadow: 0 0 0 1px var(--ghost-white);
    flex-basis: 80%;
  }

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

  .pricing-table-card {
    width: 100%;
    flex: 0 auto;
    padding-top: 48px;
    padding-left: 12%;
    padding-right: 12%;
  }

  .feature-cell {
    width: 100%;
  }

  .skills, .skills.reversed {
    flex-direction: column;
  }

  .skills-info, .skills-sliders {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .side-content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .side-content-big {
    width: 100%;
    align-items: flex-start;
  }

  .side-review-slide {
    margin-bottom: 24px;
  }

  .feature {
    width: 100%;
  }

  .frame-card-big-map {
    height: 280px;
  }

  .hero-side-content {
    text-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 48px;
  }

  .hero-side-content.right {
    padding-left: 8px;
  }

  .hero-side-image-wrapper {
    width: 100%;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-side-image-big {
    width: auto;
    max-width: 100%;
  }

  .page-header-wrapper {
    max-width: 100%;
    padding-left: 21px;
    padding-right: 21px;
  }

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

  .side-feature-wide {
    width: 100%;
    flex-direction: column;
  }

  .hero-image-zoom {
    background-image: linear-gradient(rgba(0, 0, 0, .47), rgba(0, 0, 0, .47)), url('../images/tom-gainor-739866-unsplash.jpg');
    background-position: 0 0, 50% 27%;
  }

  .instagram {
    flex-direction: column;
    justify-content: center;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .instagram-info {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 16px;
    padding-right: 0;
  }

  .instagram-icon {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .request-form {
    flex-direction: column;
    align-items: stretch;
    padding-left: 4%;
    padding-right: 4%;
  }

  .request-block-half {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .request-block-full {
    padding-left: 0;
    padding-right: 0;
  }

  .simple-review {
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
  }

  .post-v3, .side-feature-half {
    width: 100%;
  }

  .fact-left {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 8%;
    padding-right: 8%;
  }

  .fact-number {
    margin-top: -8px;
  }

  .fact-info {
    text-align: left;
    padding-top: 0;
    padding-left: 24px;
  }

  .home-preview-image {
    max-width: 248px;
  }

  .home-preview {
    height: 360px;
  }

  .home-preview-text {
    font-size: 11px;
    left: -280px;
  }

  .inner-page-link {
    width: 100%;
    flex: 0 auto;
  }

  .licence-item {
    flex-direction: column;
    justify-content: center;
    padding-top: 56px;
  }

  .licence-item-info {
    text-align: center;
    margin-top: 16px;
    padding-left: 0;
  }

  .no-margin {
    margin: 0;
  }

  .question-icon {
    display: none;
  }

  .heading {
    font-size: 26px;
  }

  .paragraph-2 {
    font-size: 17px;
    font-weight: 700;
  }

  .image-7 {
    width: 110px;
  }

  .top-nav-icon {
    margin-right: 4px;
  }

  .container {
    flex-direction: column;
    padding-top: -3px;
  }

  .top-nav-content-block {
    height: 35px;
    margin-left: 0;
    padding-top: 7px;
    display: none;
  }

  .top-nav-content-block.social {
    padding-right: 12px;
  }

  .header-contact-block {
    width: 138px;
    height: 35px;
    margin-top: 0;
    margin-left: 11px;
    padding-top: 2px;
  }

  .header-contact-title {
    margin-top: 4px;
    font-size: 11px;
  }

  .header-contact-title._2 {
    margin-top: 9px;
    line-height: 11px;
  }

  .top-header {
    height: 10px;
    overflow: hidden;
  }

  .header-contact-icon {
    height: 20px;
    margin-right: 7px;
  }

  .link-2 {
    display: none;
  }

  .heading-4 {
    font-size: 13px;
  }

  .heading-5 {
    text-align: center;
  }

  .text-block-8, .text-block-9 {
    font-size: 15px;
  }

  .image-12 {
    width: 60px;
  }

  .image-13 {
    display: none;
  }

  .section-2 {
    padding: 70px 33px;
  }

  .div-block-5 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-12 {
    font-size: 21px;
  }

  .bold-text {
    font-size: 17px;
    line-height: 26px;
  }

  .list, .list-2 {
    padding-left: 11px;
    padding-right: 1px;
  }

  .heading-13 {
    font-size: 25px;
  }

  .popup {
    width: 300px;
    margin-top: 31px;
  }

  .contact-wrapper {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .remove-button {
    z-index: 1000;
    width: 30px;
    height: 30px;
    background-size: 30px;
    top: 5px;
    right: 5px;
  }

  .sub-title.top-sub {
    font-size: 11px;
    display: block;
  }

  .text-field {
    margin-bottom: 10px;
  }

  .newsletter-label.darker {
    margin-bottom: 2px;
  }

  .mask {
    padding-top: 30px;
  }

  .section-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .black.fancy {
    font-size: 30px;
  }

  .columns-2 {
    margin-top: 25px;
  }

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

  .div-block-7 {
    flex-direction: column;
  }

  .image-18 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .logo {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .button-3 {
    font-size: 12px;
    line-height: 20px;
  }
}

#w-node-_88723f13-a20d-8fbb-6c21-1f00c5a524bf-c16f28b0 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_6636fbf0-f2a7-7a28-906e-47c4c0c0ae2f-c16f28b0 {
  grid-area: 4 / 1 / 5 / 2;
  align-self: auto;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_88723f13-a20d-8fbb-6c21-1f00c5a524bf-c16f28b0 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_6636fbf0-f2a7-7a28-906e-47c4c0c0ae2f-c16f28b0 {
    grid-area: 5 / 1 / 6 / 2;
  }
}


