h1 {
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
}

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

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

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

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

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

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

a {
  color: #bf0a30;
  text-decoration: none;
}

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

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

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

blockquote {
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 8px 24px;
  border-left: 3px solid #ffa535;
  font-size: 22px;
  line-height: 32px;
}

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

figcaption {
  margin-top: 9px;
  color: #9096a4;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.body {
  font-family: Lato, sans-serif;
  color: #2e323c;
  font-size: 16px;
  line-height: 28px;
}

.section {
  overflow: hidden;
  padding: 120px 24px 80px;
  background-color: #fff;
  text-align: center;
}

.section.testimonials-color-image {
  background-color: #7567f8;
  background-image: linear-gradient(180deg, rgba(117, 103, 248, 0.85), rgba(117, 103, 248, 0.85)), url('../images/sergey-zolkin-192937.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.grey-section {
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
}

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

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

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

.section.testimonials-image {
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.5), rgba(46, 50, 60, 0.5)), url('../images/Iwo-Jima-Memorial-3884.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.services-color-bg-section {
  background-color: #7567f8;
}

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

.section.contact-image {
  position: relative;
  z-index: 2;
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.2), rgba(46, 50, 60, 0.2)), url('../images/stock-photo-boulder-co-may-th-us-military-service-men-and-women-stand-in-formation-for-the-444472975.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.contact-image.scroll-bg {
  background-image: linear-gradient(180deg, null, null), url('../images/grovemade-239358.jpg');
  background-attachment: scroll, scroll;
}

.section.dark-grey-section {
  background-color: #edeff4;
}

.wrapper {
  max-width: 1200px;
  background-color: transparent;
}

.wrapper.nav-bar-wrapper {
  display: flex;
  width: 100%;
  margin-left: 10px;
  justify-content: space-between;
  align-items: center;
  line-height: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.button {
  height: auto;
  padding: 11px 24px;
  border-radius: 24px;
  background-color: #bf0a30;
  background-image: linear-gradient(180deg, #bf0a30, #bf0a30);
  transition: box-shadow 300ms ease, transform 300ms ease;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
}

.button:hover {
  box-shadow: 0 5px 18px 0 rgba(0, 40, 104, 0.5);
  transform: translate(0px, -1px);
}

.button.testimonials-button {
  margin-top: 16px;
}

.button.contact-button {
  margin-top: 16px;
  padding-top: 7px;
  background-color: #002868;
  background-image: linear-gradient(90deg, #002868, #002868);
}

.button.contact-ready-button {
  margin-top: 24px;
  margin-bottom: -80px;
}

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

.button.hero-slider-button {
  position: static;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 100px;
  margin-left: 0px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #bf0a30;
  background-image: linear-gradient(180deg, transparent, transparent);
}

.button.hero-slider-button:hover {
  box-shadow: 0 5px 18px 0 rgba(217, 187, 122, 0.5);
}

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

.button.hero-side-button {
  margin-top: 20px;
}

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

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

.button.works-v3-button {
  margin-top: 40px;
  background-color: #002868;
  background-image: linear-gradient(180deg, #002868, #002868);
}

.button.works-v3-button:hover {
  box-shadow: 0 5px 18px 0 rgba(0, 40, 104, 0.5);
}

.button.service-cards-button {
  margin-top: 80px;
}

.button.works-v4-button {
  margin-top: 80px;
}

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

.button.works-v5-button {
  margin-top: 64px;
  background-color: #002868;
  background-image: linear-gradient(180deg, #002868, #002868);
}

.button.works-v5-button:hover {
  box-shadow: 0 5px 18px 0 rgba(0, 40, 104, 0.5);
}

.button.form-button {
  padding-top: 7px;
  background-color: #bf0a30;
  background-image: linear-gradient(180deg, #bf0a30, #bf0a30);
}

.button.form-button:hover {
  box-shadow: 0 5px 18px 0 rgba(191, 10, 48, 0.5);
}

.button.ghost-button {
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px #fff;
  transition: box-shadow 300ms ease, background-color 300ms ease, color 300ms ease;
}

.button.ghost-button:hover {
  background-color: #fff;
  transform: none;
  color: #2e323c;
}

.button.ghost-button.hero-promo-button {
  margin: 40px;
}

.button.ghost-button.coming-soon-contact-button {
  position: absolute;
  right: 32px;
  bottom: 40px;
}

.button.sidebar-subscribe-button {
  padding-top: 8px;
  background-color: #002868;
  background-image: linear-gradient(180deg, #002868, #002868);
}

.button.sidebar-subscribe-button:hover {
  box-shadow: 0 5px 18px 0 rgba(0, 40, 104, 0.5);
}

.button.full-screen-button {
  position: absolute;
  right: 40px;
  bottom: 40px;
  background-color: #bf0a30;
  background-image: linear-gradient(90deg, #bf0a30, #bf0a30);
}

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

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

.button.style-guide-button {
  margin-top: 64px;
}

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

.button.hero-slider-button-copy {
  position: static;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 100px;
  margin-left: 0px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #bf0a30;
  background-image: linear-gradient(180deg, transparent, transparent);
}

.button.hero-slider-button-copy:hover {
  box-shadow: 0 5px 18px 0 rgba(217, 187, 122, 0.5);
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 200;
  display: flex;
  padding-right: 20px;
  padding-left: 24px;
  justify-content: center;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 0 3px 9px 0 rgba(46, 50, 60, 0.09);
}

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

.logo {
  position: fixed;
  margin-top: 5px;
  margin-right: -7px;
  margin-bottom: 5px;
  color: #2e323c;
  font-size: 25px;
  line-height: 24px;
  font-weight: 700;
}

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

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

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

.logo-line {
  width: 62%;
  height: 2px;
  background-color: #ffa535;
  background-image: linear-gradient(90deg, #ff753e, #ffb731);
}

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

.logo-text {
  display: inline-block;
  margin-left: 0px;
  padding-bottom: 4px;
  padding-left: 0px;
  float: left;
  flex: 1;
  color: #5d6371;
  font-size: 14px;
  line-height: 18px;
}

.nav-link {
  padding-top: 16px;
  padding-bottom: 18px;
  padding-left: 16px;
  border: 1px none #000;
  border-radius: 0px;
  transition: color 150ms ease;
  color: #2e323c;
  font-size: 15px;
  line-height: 24px;
}

.nav-link:hover {
  color: #bf0a30;
}

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

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

.hero-table-section {
  position: relative;
  display: flex;
  overflow: hidden;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f5f6f9;
  background-image: radial-gradient(circle farthest-side at 50% 50%, #fff, #edeff4);
}

.hero-table-intro {
  display: flex;
  max-height: 300px;
  max-width: 570px;
  margin-top: 18%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #9096a4;
  font-size: 22px;
  text-align: center;
}

.hero-intro-line {
  width: 70px;
  height: 3px;
  margin-top: 8px;
  margin-bottom: 14px;
  background-image: linear-gradient(90deg, #ff753e, #ffb731);
}

.service-side-text {
  padding-right: 32px;
  color: #9096a4;
}

.paragraph-big {
  font-size: 22px;
  line-height: 40px;
}

.paragraph-big.hero-split-text {
  margin-top: 8px;
  margin-bottom: 36px;
  color: #9096a4;
}

.scroll-down-link {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  max-width: 160px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 24px 32px;
  opacity: 0.4;
  transition: opacity 300ms ease;
  color: #5d6371;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

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

.hero-imac {
  position: absolute;
  left: 0px;
  top: 16%;
  right: 0px;
  z-index: 5;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

.section-small-header {
  color: #bf0a30;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

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

.section-description {
  color: #9096a4;
  font-size: 16px;
  line-height: 28px;
}

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

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

.service-image {
  width: 66.66666667%;
  height: 560px;
  flex: 0 0 auto;
  border-radius: 8px;
  background-color: #e1e3ea;
}

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

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

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

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

.service-color-card {
  position: relative;
  left: 16.6666666%;
  z-index: 1;
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 64px 100px 56px 64px;
  flex: 0 0 auto;
  border-radius: 8px;
  background-color: #7567f8;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.27);
  color: #fff;
  text-align: left;
}

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

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

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

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

.white-text {
  color: #fff;
}

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

.color-2 {
  background-color: #f34568;
}

.color-3 {
  background-color: #7567f8;
}

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

.color-5 {
  background-color: #329eff;
}

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

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

.paragraph-small {
  padding-top: 5px;
  color: #9096a4;
  font-size: 14px;
  line-height: 24px;
}

.service-simple-header {
  margin-top: 12px;
  color: #2e323c;
}

.service-color-card-text {
  color: #fff;
}

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

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

.service-simple-info {
  position: relative;
  overflow: hidden;
  padding-left: 16px;
  color: #9096a4;
}

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

.grey-section {
  background-color: #f5f6f9;
  text-align: center;
}

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

.work-v1 {
  width: 50%;
}

.work-card-v1 {
  display: block;
  margin: 0px 15px 32px;
  padding: 40px;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 300ms ease, box-shadow 300ms ease, transform 300ms ease;
  color: #9096a4;
  text-align: center;
}

.work-card-v1:hover {
  background-color: #fff;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.09);
  transform: translate(0px, -4px);
}

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

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

.work-card-v1-header {
  margin-bottom: 20px;
  color: #2e323c;
}

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

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

.review-color-card {
  margin-bottom: 32px;
  padding: 40px;
  flex-basis: 40%;
  border-radius: 8px;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.18);
  color: #fff;
}

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

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

.image {
  width: 64px;
  height: 64px;
  margin-bottom: 4px;
  border-radius: 50%;
}

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

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

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

.team {
  display: flex;
}

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

.team-member-photo {
  position: relative;
  display: flex;
  overflow: hidden;
  height: 360px;
  margin-bottom: -10px;
  justify-content: center;
  align-items: flex-end;
  border-radius: 8px;
  background-color: #ccd0d9;
  transition: box-shadow 300ms ease;
}

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

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

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

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

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

.team-member-role {
  margin-top: -12px;
  color: #9096a4;
  font-size: 14px;
  line-height: 24px;
}

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

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

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

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

.contact-split-image {
  width: 50%;
  min-height: 600px;
  background-color: #ccd0d9;
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.15), rgba(46, 50, 60, 0.15)), url('../images/130320-M-SO289-001-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

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

.input {
  height: 48px;
  margin-bottom: 32px;
  padding-top: 7px;
  padding-right: 0px;
  padding-left: 0px;
  border-color: #000 #000 #ccd0d9;
  border-top-style: none;
  border-top-width: 1px;
  border-right-style: none;
  border-right-width: 1px;
  border-left-style: none;
  border-left-width: 1px;
  border-radius: 0px;
  background-color: transparent;
  transition: border-color 300ms ease;
  font-size: 15px;
  line-height: 24px;
}

.input:hover {
  border-bottom-color: #9096a4;
}

.input:focus {
  border-bottom-color: #ffa535;
}

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

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

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

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

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

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

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

.clients-section {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #f5f6f9;
}

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

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

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

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

.client-logo {
  margin-right: 16px;
  margin-left: 16px;
  padding: 16px;
  opacity: 0.7;
  transition: opacity 300ms ease;
  color: #2e323c;
  font-size: 20px;
  font-style: italic;
}

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

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

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

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

.footer-v1-column-text {
  color: #9096a4;
}

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

.footer-bottom {
  display: flex;
  width: 100%;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  justify-content: flex-end;
  align-items: center;
  flex: 0 auto;
  border-top: 1px solid #e1e3ea;
  color: #9096a4;
  font-size: 12px;
  line-height: 24px;
}

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

.footer-bottom-link {
  color: #2e323c;
}

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

.footer-bottom-link-right {
  margin-left: 24px;
  color: #2e323c;
}

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

.footer-grey-link {
  color: #9096a4;
}

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

.hero-video-section {
  height: 100vh;
  background-color: rgba(117, 103, 248, 0.75);
}

.hero-video-wrapper {
  display: flex;
  align-items: center;
}

.hero-video-info {
  position: relative;
  margin-top: 56px;
  margin-left: 9%;
  padding-bottom: 10px;
  flex: 1;
}

.hero-video-header {
  color: #fff;
  font-size: 200px;
  line-height: 180px;
  font-weight: 900;
  letter-spacing: 8px;
}

.hero-video-play {
  display: flex;
  width: 50%;
  height: 100vh;
  padding-top: 72px;
  padding-right: 8px;
  justify-content: center;
  align-items: center;
  flex: 0 auto;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.video-play-button {
  width: 80px;
  height: 80px;
  margin-right: 24px;
  margin-left: 24px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #ffa535;
  background-image: url('../images/play-icon.svg'), linear-gradient(90deg, #ff753e, #ffb731);
  background-position: 50% 50%, 0px 0px;
  background-repeat: no-repeat, repeat;
}

.hero-video-vertical-wrapper {
  position: absolute;
  left: 0%;
  top: 0px;
  display: flex;
  margin-top: 118px;
  margin-left: -100px;
  align-items: center;
  transform: rotate(-90deg);
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hero-video-vertical-line {
  width: 54px;
  height: 2px;
  margin-right: 16px;
  background-color: #fff;
}

.about-side-info {
  display: flex;
  margin-top: -8px;
  margin-bottom: 50px;
  text-align: left;
}

.about-side-header-wrapper {
  display: flex;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  align-items: flex-start;
}

.about-side-line {
  display: inline-block;
  width: 12%;
  height: 3px;
  margin-top: 25px;
  margin-right: 32px;
  float: left;
  background-color: #bf0a30;
  background-image: linear-gradient(90deg, #002868, #bf0a30);
}

.about-side-header {
  margin-top: 0px;
  padding-right: 40px;
  flex: 1;
}

.about-side-text {
  margin-top: 8px;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 1;
  color: #9096a4;
}

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

.work-v2 {
  width: 33.33333333%;
}

.work-card-v2 {
  position: relative;
  overflow: hidden;
  background-color: #ccd0d9;
}

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

.work-card-v2-category {
  margin-top: -15px;
  margin-bottom: -3px;
  font-size: 13px;
  line-height: 24px;
}

.work-card-v2-icon {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

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

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

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

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

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

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

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

.link-arrow.more-link-center {
  padding-left: 16px;
}

.service-side-image {
  position: relative;
  width: 91.666666%;
  height: 320px;
  border-radius: 8px;
  background-color: #ccd0d9;
}

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

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

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

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

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

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

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

.more-services-header-wrapper {
  max-width: 370px;
  margin-left: 8.33333333%;
  padding-left: 15px;
  text-align: left;
}

.more-services {
  display: flex;
  margin-top: -20px;
  padding-top: 140px;
  align-items: flex-start;
}

.more-service-card {
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
  padding: 40px 40px 48px;
  border-radius: 8px;
  background-color: #329eff;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.18);
  color: #fff;
  text-align: left;
}

.more-service-card.service-card-2 {
  margin-top: -80px;
  background-color: #f34568;
}

.more-service-card.service-card-3 {
  margin-top: -160px;
  background-color: #ffa535;
}

.small-button {
  height: 32px;
  margin-top: 16px;
  padding-top: 6px;
  padding-bottom: 0px;
  border: 2px solid #fff;
  border-radius: 16px;
  background-color: transparent;
  transition: background-color 300ms ease, color 300ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}

.small-button:hover {
  background-color: #fff;
  color: #2e323c;
}

.more-service-card-icon {
  margin-bottom: -8px;
}

.more-service-card-number {
  position: relative;
  top: 0px;
  right: 0px;
  margin-bottom: 24px;
  opacity: 0.6;
  font-size: 22px;
  line-height: 32px;
  text-align: right;
}

.testimonials-slider-cards {
  height: auto;
  padding-right: 8.33333333%;
  padding-left: 8.3333333%;
  background-color: transparent;
}

.testimonials-slider-nav {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 12px;
  margin-top: 80px;
  padding-top: 0px;
  font-size: 11px;
}

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

.review-slide-card {
  padding: 40px 56px;
  border-radius: 8px;
  background-color: #fff;
  background-image: url('../images/patron.png');
  background-position: 0px 0px;
  background-size: 64px;
  background-repeat: no-repeat;
  box-shadow: 0 5px 18px 0 rgba(46, 50, 60, 0.27);
  text-align: center;
}

.review-slide-card-avatar {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-right: auto;
  clear: none;
  border-radius: 50%;
}

.review-slide-card-author {
  margin-top: 24px;
  color: #9096a4;
  font-size: 13px;
  line-height: 24px;
}

.slider-arrow-button {
  position: absolute;
  left: 0px;
  top: 0%;
  right: 0px;
  bottom: 0px;
  margin: auto;
  border-radius: 50px;
  box-shadow: 0 3px 9px 0 rgba(46, 50, 60, 0.09);
}

.testimonials-slider-cards-arrow {
  margin-bottom: 90px;
}

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

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

.side-video-preview {
  display: flex;
  width: 50%;
  min-height: 680px;
  justify-content: center;
  align-items: center;
  flex: 0 auto;
  background-color: #ccd0d9;
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.1), rgba(46, 50, 60, 0.1)), url('../images/gabriel-beaudry-93842.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

.clients-header {
  display: block;
  max-width: 570px;
  margin: 8px auto 40px;
  color: #2e323c;
  text-align: center;
}

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

.post-v2.width-50 {
  width: 50%;
}

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

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

.category.post-card-v2-category {
  position: relative;
  z-index: 2;
  box-shadow: 0 3px 9px 0 rgba(46, 50, 60, 0.18);
}

.category.work-v4-category {
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 32px;
}

.category.post-card-v3-category {
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 32px;
}

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

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

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

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

.category.pricing-table-category.website {
  background-color: #f34568;
}

.category.pricing-table-category.mobile {
  background-color: #7567f8;
}

.category.pricing-table-category.branding {
  background-color: #ffa535;
}

.category.home-preview-label {
  margin-bottom: 24px;
  background-color: #9096a4;
}

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

.post-card-v2-link {
  color: #9096a4;
  font-size: 14px;
  line-height: 24px;
}

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

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

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

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

.footer-v2.intro-footer {
  padding-top: 24px;
}

.footer-v2-about {
  padding: 19px 32px 40px 15px;
  flex: 1;
  color: #9096a4;
}

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

.footer-v2-contact-header {
  color: #2e323c;
  font-weight: 700;
}

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

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

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

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

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

.hero-slider-section {
  height: 100vh;
  background-color: #2e323c;
}

.hero-slider-nav {
  display: none;
}

.hero-slider-arrow {
  width: 128px;
  margin-top: 88px;
}

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

.hero-slide.hero-slide-1 {
  background-image: linear-gradient(180deg, rgba(26, 31, 46, 0.5), rgba(26, 31, 46, 0.5)), url('../images/keen.jpg');
  background-position: 0px 0px, 50% 45%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.hero-slide.hero-slide-2 {
  background-image: linear-gradient(180deg, rgba(26, 31, 46, 0.5), rgba(26, 31, 46, 0.5)), url('../images/photo_10152528676232728.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.hero-slide-info {
  display: flex;
  height: 100%;
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.works-v3 {
  display: flex;
  margin-bottom: -56px;
  flex-wrap: wrap;
}

.work-v3 {
  width: 33.33333333%;
  padding-right: 15px;
  padding-bottom: 48px;
  padding-left: 15px;
}

.work-card-v3-image {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background-color: #ccd0d9;
}

.work-card-v3-category {
  margin-top: 16px;
  font-size: 11px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.work-card-v3-header {
  margin-top: 6px;
}

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

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

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

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

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

.video-section {
  display: flex;
  padding-top: 160px;
  padding-bottom: 160px;
  justify-content: center;
  align-items: center;
  background-color: #7567f8;
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.4), rgba(46, 50, 60, 0.4)), url('../images/130328-N-CD336-235-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.video-text-left {
  flex: 1;
  text-align: right;
}

.video-text-right {
  flex: 1;
}

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

.service-card {
  margin-right: 274px;
  margin-bottom: 30px;
  margin-left: 274px;
  padding: auto;
  flex-grow: 1;
  flex-basis: 20%;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.09);
  color: #9096a4;
}

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

.service-card-header {
  margin-top: 22px;
  color: #2e323c;
}

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

.contact-side-map {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
}

.contact-side-map.contact-side-map-reversed {
  flex-direction: row-reverse;
}

.side-map-wrapper {
  overflow: hidden;
  width: 41.33%;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 8px;
  background-image: url('../images/CVN-75-b.jpg');
  background-position: 0px 0px;
  background-size: 1050px;
}

.side-map {
  height: 640px;
}

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

.footer-v3-about {
  display: flex;
  width: 33.33333333%;
  padding-right: 9%;
  padding-bottom: 40px;
  padding-left: 15px;
  flex-direction: column;
  align-items: flex-start;
  color: #9096a4;
  font-size: 14px;
  line-height: 24px;
}

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

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

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

.footer-v3-nav {
  position: static;
  overflow: visible;
  width: 16.66666667%;
  margin-right: -30px;
  margin-left: 18px;
  padding-right: 0px;
  padding-bottom: 56px;
  padding-left: 0px;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  flex-grow: 0;
  flex-shrink: 0;
}

.footer-v3-link {
  display: block;
  color: #9096a4;
  font-size: 14px;
  line-height: 32px;
  font-weight: 400;
}

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

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

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

.hero-side-section {
  overflow: hidden;
  padding-right: 24px;
  padding-left: 24px;
  background-color: #7567f8;
  background-image: url('../images/hero-text-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-side-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.hero-side-content {
  margin-top: 24px;
  padding: 40px 7% 40px 15px;
  flex: 1;
  color: #fff;
}

.hero-side-image-wrapper {
  display: flex;
  width: 50%;
  height: 100vh;
  padding-top: 88px;
  justify-content: center;
  align-items: center;
  flex: 0 auto;
}

.hero-side-image {
  transform: scale(1.3) translate(-3%, 0px);
}

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

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

.work-card-v4 {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background-color: #ccd0d9;
}

.work-card-v4-info {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 32px;
  padding: 0px 32px 8px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 3px 9px 0 rgba(46, 50, 60, 0.18);
  color: #9096a4;
  text-align: left;
}

.work-card-v4-header {
  margin-top: 24px;
  margin-bottom: -8px;
  color: #2e323c;
}

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

.services-color-bg {
  display: flex;
  margin-top: -5px;
  margin-bottom: -48px;
  color: #fff;
  text-align: left;
}

.services-color-bg-info {
  display: flex;
  width: 33.33333333%;
  padding-right: 40px;
  padding-bottom: 56px;
  padding-left: 15px;
  flex-direction: column;
  align-items: flex-start;
}

.services-color-bg-header {
  padding-bottom: 32px;
  flex: 1;
}

.services-color-bg-content {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

.service-color-bg {
  width: 50%;
  padding-right: 32px;
  padding-bottom: 32px;
  padding-left: 15px;
}

.service-color-bg-info {
  overflow: hidden;
  padding-left: 24px;
}

.service-color-bg-icon {
  float: left;
}

.service-color-bg-header {
  margin-top: 0px;
  margin-bottom: -8px;
}

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

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

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

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

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

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

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

.subscribe-info {
  width: 41.66666667%;
  padding: 20px 24px 20px 15px;
  color: #9096a4;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.subscribe-header {
  margin-top: 7px;
  margin-bottom: 1px;
  color: #2e323c;
}

.team-color-cards {
  position: relative;
  display: flex;
  margin-right: auto;
  margin-bottom: -16px;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 100px;
  justify-content: space-around;
}

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

.team-member-color-card.color-1 {
  position: static;
  display: block;
  width: 22.4%;
  flex-grow: 0;
  background-color: #333;
}

.team-member-color-card.color-2 {
  background-color: #333;
}

.team-member-color-card.color-3 {
  background-color: #333;
}

.team-member-color-card.color-4 {
  left: 0px;
  width: 20%;
  background-color: #333;
}

.team-member-color-card.color-5 {
  width: 20%;
  background-color: #333;
}

.team-member-color-card.color-7 {
  background-color: #333;
}

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

.team-member-color-photo.team-member-1 {
  height: 360px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url('../images/Joe-Silver.JPG');
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
}

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

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

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

.team-member-color-photo.team-member-4 {
  background-image: url('../images/IMG_0761.jpeg');
  background-position: 50% 25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.team-member-color-photo.team-member-5 {
  background-image: url('../images/IMG_0588.JPG');
  background-position: -25px 0px;
  background-size: cover;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.team-member-color-photo.team-member-6 {
  background-image: url('../images/Kim-Guedry.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.team-member-color-photo.team-member-7 {
  background-image: url('../images/Phill.png');
  background-position: -25px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

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

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

.color-1 {
  background-color: #ffa535;
}

.testimonials-slider {
  display: block;
  width: 83.33333333%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8.33333333%;
  padding-left: 8.33333333%;
  background-color: transparent;
  color: #fff;
}

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

.review-logo {
  margin-bottom: 24px;
}

.review-line {
  display: block;
  width: 30px;
  height: 2px;
  margin: 36px auto 24px;
  background-color: #fff;
  opacity: 0.29;
}

.review-line.grey-line {
  background-color: #a5aab6;
}

.testimonials-slider-arrow {
  display: flex;
  margin-bottom: 12px;
  align-items: center;
}

.wide-map {
  height: 440px;
}

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

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

.post-card-v3 {
  position: static;
  display: flex;
  overflow: hidden;
  width: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(46, 50, 60, 0.09);
  transition: box-shadow 300ms ease;
  text-align: left;
}

.post-card-v3:hover {
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.09);
}

.post-card-v3-image {
  position: relative;
  height: 240px;
  background-color: #ccd0d9;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.post-card-v3-info {
  position: relative;
  display: flex;
  padding: 24px 32px;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1;
  color: #2e323c;
}

.post-card-v3-header {
  margin-top: 2px;
  margin-bottom: 24px;
  flex: 1;
}

.post-card-v3-bottom {
  display: flex;
  padding-top: 24px;
  padding-bottom: 8px;
  align-items: center;
  border-top: 1px solid #edeff4;
  color: #9096a4;
  font-size: 13px;
  line-height: 24px;
}

.post-card-v3-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #e1e3ea;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.post-card-v3-author {
  margin-left: 12px;
  flex: 1;
  font-weight: 700;
}

.hero-split-section {
  display: flex;
  justify-content: flex-end;
  background-color: #fff;
}

.hero-split-image {
  display: flex;
  width: 50%;
  height: 100vh;
  align-items: center;
  background-color: #ccd0d9;
  background-image: url('../images/dane-deaner-272375.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

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

.work-card-v5 {
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #2e323c;
}

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

.team-cards {
  display: flex;
}

.team-member-card {
  margin-right: 15px;
  margin-left: 15px;
  padding: 20px 32px;
  flex: 1;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.09);
}

.team-member-card-avatar {
  width: 96px;
  height: 96px;
  margin-bottom: -10px;
  border-radius: 50%;
}

.team-member-card-text {
  margin-top: -7px;
  color: #9096a4;
  font-size: 14px;
  line-height: 24px;
}

.team-member-card-links {
  display: flex;
  justify-content: center;
  align-items: center;
}

.team-member-card-link {
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
}

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

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

.review-card {
  margin-bottom: 30px;
  padding: 16px 32px 32px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.09);
  text-align: left;
}

.review-card-info {
  display: flex;
  margin-top: 24px;
  padding-top: 24px;
  align-items: center;
  border-top: 1px solid #edeff4;
  color: #9096a4;
  font-size: 13px;
  line-height: 16px;
}

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

.big-map {
  display: block;
  width: 83.33%;
  height: 440px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  border-radius: 8px;
}

.contacts {
  display: flex;
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 56px;
}

.contacts-column {
  padding-right: 8px;
  padding-left: 8px;
  flex: 1;
  color: #9096a4;
  font-size: 14px;
  line-height: 24px;
}

.contacts-column-header {
  margin-top: 0px;
  color: #2e323c;
}

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

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

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

.footer-v4-about {
  display: flex;
  width: 33.33%;
  padding-right: 9%;
  padding-bottom: 56px;
  padding-left: 15px;
  flex-direction: column;
  align-items: flex-start;
  color: #9096a4;
  font-size: 14px;
  line-height: 24px;
}

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

.footer-v4-link {
  display: block;
  color: #9096a4;
  font-size: 14px;
  line-height: 32px;
}

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

.hero-promo-section {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(39, 51, 81, 0.75), rgba(39, 51, 81, 0.75)), url('../images/1270531_10151868074552728_1492173539_o.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero-promo-intro {
  display: flex;
  max-width: 800px;
  margin-top: -5px;
  padding-right: 15px;
  padding-left: 15px;
  flex-direction: column;
  align-items: center;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  text-align: center;
}

.hero-promo-small-header {
  padding-top: 23px;
  color: #fff;
  font-size: 50px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 12px;
  text-transform: uppercase;
}

.hero-intro-image {
  margin-top: 50px;
  margin-bottom: 32px;
}

.hero-promotext {
  display: flex;
  width: 82%;
  margin-top: 47px;
  font-size: 22px;
  line-height: 40px;
}

.work-v6 {
  position: relative;
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-color: #2e323c;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-promo-social {
  display: flex;
  padding: 32px;
  align-items: center;
}

.hero-promo-social-link {
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  opacity: 0.7;
  transition: opacity 300ms ease;
}

.hero-promo-social-link:hover {
  opacity: 1;
}

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

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

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

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

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

.work-card-v6 {
  position: relative;
  z-index: 1;
  display: flex;
  width: 470px;
  margin: 80px;
  padding: 0px 40px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.27);
  text-align: center;
}

.work-v6-dark-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(46, 50, 60, 0.2);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.work-card-v6-text {
  margin-top: -4px;
  margin-bottom: 8px;
  color: #9096a4;
  font-size: 14px;
  line-height: 24px;
}

.contact-window {
  position: relative;
  overflow: hidden;
  width: 500px;
  margin-right: 9%;
  margin-bottom: 0px;
  margin-left: 9%;
  padding-top: 0px;
  padding-bottom: 48px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.27);
  text-align: left;
}

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

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

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

.contact-window-header {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 28px 56px;
  background-image: linear-gradient(180deg, #bf0a30, #bf0a30);
  color: #fff;
  text-align: center;
}

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

.page-wrapper {
  overflow: hidden;
  border-style: none;
}

.work-card-v6-category {
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-bottom: -12px;
  border-radius: 50%;
  background-color: #2e323c;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
  box-shadow: 0 5px 18px 0 rgba(46, 50, 60, 0.18);
}

.footer-v1-logo-column {
  width: 25%;
  padding-right: 64px;
  padding-bottom: 64px;
  padding-left: 15px;
}

.nav-dropdown-link {
  padding: 12px 24px;
  background-color: #fff;
  transition: background-color 100ms ease, color 100ms ease;
  color: #2e323c;
  font-size: 14px;
  line-height: 24px;
}

.nav-dropdown-link:hover {
  background-color: #bf0a30;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

.page-header-section.about-1 {
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.5), rgba(46, 50, 60, 0.5)), url('../images/dan-gold-220226.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.page-header-section.about-3 {
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.5), rgba(46, 50, 60, 0.5)), url('../images/breather-163391.jpg');
  background-position: 0px 0px, 50% 69%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-header-section.blog {
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.5), rgba(46, 50, 60, 0.5)), url('../images/stock-vector-latest-news-camouflage-emblem-746971342.jpg');
  background-position: 0px 0px, 50% 1%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-header-section.about-2 {
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.5), rgba(46, 50, 60, 0.5)), url('../images/us-flag.jpg');
  background-position: 0px 0px, 51% 46%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-header-section.works-1 {
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.5), rgba(46, 50, 60, 0.5)), url('../images/john-towner-128480.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-header-section.works-2 {
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.5), rgba(46, 50, 60, 0.5)), url('../images/autumn-goodman-242822.jpg');
  background-position: 0px 0px, 50% 30%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-header-section.works-3 {
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.5), rgba(46, 50, 60, 0.5)), url('../images/crew-22256.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-header-section.works-4 {
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.5), rgba(46, 50, 60, 0.5)), url('../images/fabian-irsara-92113.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-header-section.works-5 {
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.5), rgba(46, 50, 60, 0.5)), url('../images/patrick-tomasso-88398.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-header-section.contact-1 {
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.5), rgba(46, 50, 60, 0.5)), url('../images/jaroslaw-ceborski-235039.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-header-section.contact-2 {
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.5), rgba(46, 50, 60, 0.5)), url('../images/stock-photo-soldier-working-with-laptop-in-headquarters-building-541011658.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-header-section.services {
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.5), rgba(46, 50, 60, 0.5)), url('../images/christopher-gower-291240.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

.page-header-section.pricing-header-section {
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.5), rgba(46, 50, 60, 0.5)), url('../images/sylwia-pietruszka-218363.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-header-section.licensing-header-section {
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.5), rgba(46, 50, 60, 0.5)), url('../images/jesus-kiteque-224069.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-header-section.intro-header-section {
  background-color: #7567f8;
}

.page-header-section.style-guide-header-section {
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.5), rgba(46, 50, 60, 0.5)), url('../images/alice-achterhof-85968.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.grey-text {
  color: #9096a4;
}

.review-slide-author {
  font-weight: 700;
}

.gallery {
  display: flex;
  margin-right: 8.33%;
  margin-left: 8.33%;
  padding-right: 11px;
  padding-left: 11px;
  flex-wrap: wrap;
}

.gallery-vertical-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex: 1;
}

.gallery-photo {
  position: relative;
  overflow: hidden;
  margin: 4px;
  border-radius: 6px;
  background-color: #ccd0d9;
}

.gallery-photo.gallery-photo-1 {
  z-index: 1;
  width: 62%;
  height: 560px;
  background-image: url('../images/breather-163391.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-photo.gallery-photo-2 {
  display: flex;
  flex-direction: row;
  flex: 1;
  background-image: url('../images/grovemade-239370.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-photo.gallery-photo-3 {
  flex: 1;
  background-image: url('../images/grovemade-239358.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-photo.gallery-photo-4 {
  height: 360px;
  flex: 1;
  background-image: url('../images/gabriel-beaudry-253369.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-photo.gallery-photo-5 {
  flex: 1;
  background-image: url('../images/dane-deaner-272375.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.utility-page-section {
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-top: 48px;
  justify-content: center;
  align-items: center;
  background-color: #f5f6f9;
}

.password-window {
  display: flex;
  width: 370px;
  margin-top: 48px;
  padding: 56px;
  flex-direction: column;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.09);
  text-align: center;
}

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

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

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

.about-text {
  display: flex;
  margin-top: 72px;
  margin-bottom: -24px;
  color: #9096a4;
  text-align: left;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

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

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

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

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

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

.post-card-v1-bottom {
  display: flex;
  margin-top: 8px;
  padding-top: 24px;
  padding-right: 4px;
  padding-bottom: 24px;
  align-items: center;
  border-top: 1px solid #e1e3ea;
  color: #9096a4;
  font-size: 13px;
  line-height: 24px;
}

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

.post-card-v1-author {
  display: flex;
  align-items: center;
  color: #9096a4;
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
}

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

.zoom-on-hover {
  transition: transform 450ms ease;
}

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

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

.post-card-v1-text {
  margin-top: 0px;
  color: #9096a4;
}

.blog-card-v1-dot {
  width: 3px;
  height: 3px;
  margin-right: 8px;
  margin-left: 8px;
  border-radius: 50%;
  background-color: #a5aab6;
}

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

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

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

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

.sidebar-header {
  margin-top: 0px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e1e3ea;
}

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

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

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

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

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

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

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

.sidebar-tag {
  margin-right: 16px;
  color: #9096a4;
  font-size: 14px;
  line-height: 32px;
}

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

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

.categories {
  display: flex;
}

.category-filter-link {
  display: block;
  margin-right: 20px;
  margin-left: 20px;
  transition: color 100ms ease;
  color: #5d6371;
  line-height: 32px;
}

.category-filter-link:hover {
  color: #2e323c;
}

.category-filter-link.w--current {
  box-shadow: inset 0 -2px 0 0 #ffa535;
  color: #2e323c;
  font-weight: 700;
}

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

.hidden {
  display: none;
}

.gallery-horizontal-column {
  display: flex;
  width: 100%;
}

.gallery-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/plus-circle-icon.png'), linear-gradient(180deg, rgba(46, 50, 60, 0.3), rgba(46, 50, 60, 0.3));
  background-position: 50% 50%, 0px 0px;
  background-size: 66px, auto;
  background-repeat: no-repeat, repeat;
  opacity: 0;
}

.work-card-v3 {
  padding-bottom: 8px;
  color: #2e323c;
}

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

.sidebar-author {
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  align-items: center;
  color: #2e323c;
  font-size: 14px;
}

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

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

.sidebar-featured-post-card {
  margin-top: 16px;
  margin-bottom: 16px;
  color: #2e323c;
}

.full-screen-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: scroll;
  width: 100%;
  padding: 0px 16px 16px;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  background-color: #2e323c;
  background-image: linear-gradient(180deg, rgba(27, 33, 44, 0.93), rgba(27, 33, 44, 0.93)), url('../images/silvio-kundt-65518.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.full-screen-menu-list {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  width: 50%;
  margin: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}

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

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

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

.menu-line.menu-middle-line-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}

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

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

.menu-bottom-line {
  border: 1px none transparent;
}

.menu-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  width: 24px;
  height: 24px;
  margin: auto;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-end;
}

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

.work-details {
  display: flex;
  overflow: hidden;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  justify-content: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.09);
}

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

.work-details-text {
  color: #9096a4;
  font-size: 16px;
  line-height: 24px;
}

.link {
  display: block;
  color: #7567f8;
  font-size: 16px;
  line-height: 24px;
}

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

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

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

.work-presentation h2 {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
}

.work-presentation p {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
}

.work-presentation h4 {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
}

.work-presentation h1 {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
}

.work-presentation h3 {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
}

.work-presentation h5 {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
}

.work-presentation h6 {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

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

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

.form-success {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

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

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

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

.form-error {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #f34568;
  font-size: 14px;
  line-height: 24px;
}

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

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

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

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

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

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

.post-header-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(26, 31, 46, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.post-date-wrapper {
  display: flex;
  width: 66.66%;
  margin-top: 48px;
  margin-bottom: 16px;
  align-items: center;
  color: #9096a4;
  font-size: 14px;
  line-height: 24px;
}

.post-date {
  margin-left: 3px;
}

.post-author-profile {
  display: flex;
  width: 66.66%;
  margin-top: 56px;
  padding-top: 40px;
  padding-bottom: 40px;
  align-items: flex-start;
  border-top: 1px solid #e1e3ea;
  border-bottom: 1px solid #e1e3ea;
}

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

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

.post-author-bio {
  color: #9096a4;
}

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

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

.coming-soon-section {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-color: #2e323c;
  background-image: url('../images/derek-thomson-292172.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.coming-soon-logo {
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  padding: 16px;
  align-items: center;
}

.coming-soon-social {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  padding: 40px 24px 32px;
  justify-content: flex-end;
  align-items: center;
}

.coming-soon-copyright {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 40px 32px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 11px;
  line-height: 15px;
}

.coming-soon-info {
  width: 570px;
  padding: 24px 64px 64px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 28px 0 rgba(0, 0, 0, 0.27);
  text-align: center;
}

.coming-soon-form {
  display: flex;
  padding-top: 12px;
  justify-content: center;
}

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

.question-container {
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(46, 50, 60, 0.09);
  transition: box-shadow 300ms ease;
  text-align: left;
}

.question-container:hover {
  box-shadow: 0 3px 9px 0 rgba(46, 50, 60, 0.09);
}

.question {
  display: flex;
  align-items: center;
  color: #2e323c;
}

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

.answer {
  display: block;
  padding-right: 8px;
  padding-left: 64px;
  color: #9096a4;
}

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

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

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

.pricing-table {
  max-width: 33.33%;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  padding: 56px 48px;
  flex: 1;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.09);
  color: #9096a4;
  font-size: 14px;
  line-height: 24px;
}

.pricing-table-price {
  margin-top: 0px;
  margin-bottom: 32px;
  color: #2e323c;
}

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

.popup-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 300;
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.popup-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(26, 31, 46, 0.7);
}

.password-icon {
  display: flex;
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f34568;
}

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

.licence-items {
  display: flex;
  margin-bottom: -24px;
  padding-right: 15px;
  padding-left: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.licence-item {
  display: flex;
  overflow: hidden;
  width: 66.66%;
  margin-bottom: 24px;
  justify-content: flex-start;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(46, 50, 60, 0.09);
}

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

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

.licence-links-wrapper {
  display: flex;
  padding-right: 64px;
  padding-left: 64px;
  justify-content: space-between;
  flex: 1;
  color: #9096a4;
}

.hero-intro {
  display: block;
  width: 570px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  text-align: center;
}

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

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

.page-preview {
  overflow: scroll;
  width: 100%;
  height: 520px;
  border-radius: 4px;
  background-color: #e1e3ea;
  box-shadow: 0 1px 2px 0 rgba(46, 50, 60, 0.12);
  transition: box-shadow 300ms ease;
}

.page-preview:hover {
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.09);
}

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

.inner-page-link {
  margin: 8px;
  padding: 16px 24px;
  flex-grow: 1;
  flex-basis: 28%;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(46, 50, 60, 0.09);
  transition: background-color 300ms ease, color 300ms ease;
  color: #2e323c;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0px;
}

.inner-page-link:hover {
  background-color: #7567f8;
  color: #fff;
}

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

.full-screen-social {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: flex;
  padding: 32px;
}

.float-card {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 250;
  overflow: hidden;
  margin-bottom: 0px;
  padding: 24px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 5px 18px 0 rgba(46, 50, 60, 0.18);
  color: #9096a4;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

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

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

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

.review-card-text {
  font-size: 16px;
  line-height: 28px;
}

.float-behance {
  display: flex;
  width: 312px;
}

.float-behance-icon {
  width: 72px;
  min-height: 40px;
  margin-right: 24px;
  background-image: url('../images/behance-icon.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

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

.tabs-menu {
  margin-bottom: 80px;
}

.tab-link {
  padding-right: 40px;
  padding-left: 40px;
  background-color: transparent;
  box-shadow: inset 0 -1px 0 0 #e1e3ea;
  transition: box-shadow 300ms ease, color 300ms ease;
  color: #9096a4;
  font-size: 16px;
  line-height: 48px;
}

.tab-link:hover {
  color: #2e323c;
}

.tab-link.w--current {
  background-color: transparent;
  box-shadow: inset 0 -2px 0 0 #7567f8, inset 0 -1px 0 0 #e1e3ea;
  color: #7567f8;
}

.heading {
  display: block;
  width: 175px;
  padding-right: 0px;
}

.heading-2 {
  width: 175px;
}

.heading-3 {
  color: #bf0a30;
}

.heading-2-card {
  color: #9096a4;
}

.heading-1-card {
  color: #bf0a30;
}

.review-slide-card-patron {
  padding: 40px 56px;
  border-radius: 8px;
  background-color: #fff;
  background-image: url('../images/patron.png');
  background-position: 30px 50%;
  background-size: 64px;
  background-repeat: no-repeat;
  box-shadow: 0 5px 18px 0 rgba(46, 50, 60, 0.27);
  text-align: center;
}

.text-block-6 {
  margin-top: 40px;
  padding-top: 0px;
  text-align: right;
}

.work-v6-dark-overlay-ball {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(46, 50, 60, 0.2);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.text-span {
  color: #bf0a30;
}

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

.container {
  color: #fff;
}

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

.button-2 {
  display: flex;
  justify-content: center;
  background-color: #bf0a30;
  text-align: center;
}

.heading-4 {
  padding-bottom: 0px;
  text-align: center;
}

.heading-5 {
  margin-top: 25px;
  text-align: center;
}

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

.paragraph {
  margin-right: 50px;
  margin-left: 120px;
  padding-right: 129px;
  padding-left: 200px;
  text-align: left;
}

.paragraph-2 {
  display: flex;
  margin-right: 120px;
  margin-left: 120px;
}

.paragraph-3 {
  margin-right: 120px;
  margin-left: 120px;
}

.text-block-7 {
  margin-right: 120px;
  margin-left: 120px;
  text-align: center;
  -moz-column-count: 2;
       column-count: 2;
}

.italic-text {
  color: #bf0a30;
}

.italic-text-2 {
  color: #bf0a30;
}

.button-3 {
  background-color: #bf0a30;
  font-size: 18px;
}

.div-block {
  width: 100px;
  text-align: center;
}

.section-2 {
  height: 50px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border: 1px none #000;
  text-align: center;
}

.text-block-8 {
  margin-bottom: 20px;
  text-align: center;
}

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

.text-block-9 {
  margin-bottom: 20px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.bold-text {
  color: #bf0a30;
}

.text-block-10 {
  margin-right: 0px;
  margin-bottom: 20px;
  padding-right: 0px;
  text-align: center;
}

.text-block-11 {
  margin-bottom: 20px;
  margin-left: 0px;
  padding-left: 0px;
  border-style: none;
  border-color: #333;
  border-bottom-width: 1px;
  text-align: center;
}

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

.bold-text-3 {
  color: #bf0a30;
}

.text-block-12 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  padding-right: 0px;
  color: #2e323c;
  text-align: center;
}

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

.row {
  margin-bottom: 20px;
}

.row-2 {
  margin-bottom: 0px;
}

.italic-text-4 {
  color: #bf0a30;
}

.text-block-13 {
  position: relative;
  padding-top: 0px;
  padding-bottom: 22px;
  text-align: center;
}

.div-block-2 {
  border: 1px solid transparent;
}

.section-4 {
  display: flex;
  margin-top: 24px;
  justify-content: center;
}

.image-3 {
  position: relative;
  display: block;
  width: 50px;
  margin-right: auto;
  margin-left: 553px;
}

.column-2 {
  top: 0px;
  right: 0px;
  display: block;
}

.row-3 {
  margin-top: 27px;
}

.link-block {
  background-image: url('../images/Simpleicons_Business_calendar-with-plus-sign.svg.png');
  background-position: 0px 0px;
  background-size: contain;
}

.text-block-14 {
  position: static;
  padding-top: 18px;
  color: #bf0a30;
  font-style: italic;
}

.image-4 {
  width: auto;
  height: 75px;
  max-width: 100%;
}

.text-block-15 {
  margin-top: 27px;
  margin-bottom: 27px;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-style: italic;
  font-weight: 400;
}

.div-block-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.image-5 {
  overflow: visible;
  clear: none;
  color: #333;
}

.image-6 {
  margin-top: 0px;
  padding-top: 0px;
}

.heading-7 {
  margin-top: 31px;
}

.text-block-16 {
  margin-top: 13px;
  font-size: 30px;
  line-height: 30px;
}

.text-block-17 {
  margin-top: 40px;
  font-size: 22px;
  line-height: 40px;
}

.section-5 {
  display: flex;
  margin-top: 20px;
  margin-bottom: 30px;
  justify-content: center;
}

.button-4 {
  background-color: #9b0f0f;
  box-shadow: 0 0 6px 0 #333, 35px 0 43px 23px #fff;
  font-size: 22px;
  font-style: italic;
  text-align: center;
}

.section-2-copy {
  height: 50px;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.section-2-copy-copy {
  height: 50px;
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: center;
}

.text-block-18 {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.div-block-4 {
  margin-top: 40px;
  border-bottom: 3px solid #000;
}

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

.section-6 {
  border-bottom: 3px solid #000;
}

.column-3 {
  border: 1px solid transparent;
}

.column-4 {
  margin-bottom: 20px;
}

.bold-text-4 {
  background-color: #f34568;
}

.div-block-5 {
  height: 0vh;
  margin-bottom: 44px;
  border: 1px solid #2e323c;
}

.text-span-3 {
  color: #bf0a30;
}

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(0px, -100%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  p {
    font-size: 15px;
  }

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

  .section {
    padding: 50px 8px;
  }

  .wrapper.nav-bar-wrapper {
    margin-left: 37px;
    flex-direction: row;
    background-color: #fff;
  }

  .button {
    height: auto;
    background-color: #bf0a30;
    background-image: linear-gradient(180deg, #bf0a30, #bf0a30);
    color: #fff;
  }

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

  .button.hero-side-button {
    margin-top: 12px;
  }

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

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

  .button.works-v4-button {
    margin-top: 72px;
  }

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

  .button.ghost-button.hero-promo-button {
    margin: 24px;
  }

  .button.ghost-button.coming-soon-contact-button {
    bottom: 32px;
  }

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

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

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

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

  .logo {
    margin-bottom: 9px;
  }

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

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

  .nav-link {
    padding-left: 0px;
    background-color: transparent;
  }

  .nav-link:hover {
    color: #2e323c;
  }

  .nav-link.w--current {
    display: inline-block;
  }

  .hero-table-section {
    height: 560px;
    justify-content: flex-end;
  }

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

  .hero-intro-line {
    width: 50px;
    height: 2px;
    margin-top: 0px;
    margin-bottom: 6px;
  }

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

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

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

  .hero-imac {
    top: 18%;
  }

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

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

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

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

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

  .hero-pencil {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .hero-video-section {
    height: auto;
  }

  .hero-video-header {
    font-size: 132px;
    line-height: 120px;
  }

  .hero-video-play {
    height: 560px;
    font-size: 13px;
    letter-spacing: 3px;
  }

  .video-play-button {
    width: 64px;
    height: 64px;
    margin-right: 16px;
    margin-left: 16px;
    background-size: 20px, auto;
  }

  .hero-video-vertical-wrapper {
    margin-top: 92px;
    margin-left: -81px;
    font-size: 14px;
  }

  .hero-video-vertical-line {
    width: 38px;
    margin-right: 12px;
  }

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

  .about-side-line {
    height: 2px;
    margin-top: 24px;
    margin-right: 24px;
  }

  .about-side-header {
    padding-right: 16px;
  }

  .about-side-text {
    padding-right: 8px;
    padding-bottom: 0px;
    padding-left: 8px;
    font-size: 15px;
  }

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

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

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

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

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

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

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

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

  .more-services-header-wrapper {
    padding-left: 8px;
  }

  .more-services {
    margin-top: -64px;
  }

  .more-service-card {
    margin-right: 8px;
    margin-left: 8px;
    padding: 32px 24px;
  }

  .more-service-card.service-card-2 {
    margin-top: -56px;
  }

  .more-service-card.service-card-3 {
    margin-top: -112px;
  }

  .small-button {
    margin-top: 8px;
  }

  .more-service-card-number {
    margin-bottom: -24px;
    font-size: 18px;
    line-height: 24px;
  }

  .testimonials-slider-cards {
    margin-right: -8px;
    margin-left: -8px;
    padding-right: 72px;
    padding-left: 72px;
  }

  .testimonials-slider-nav {
    margin-top: 64px;
  }

  .review-slide-card-wrapper {
    padding-right: 8px;
    padding-left: 8px;
  }

  .review-slide-card {
    padding-right: 40px;
    padding-left: 40px;
    box-shadow: 0 5px 18px 0 rgba(46, 50, 60, 0.18);
  }

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

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

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

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

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

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

  .category.work-v4-category {
    margin: 24px;
  }

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

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

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

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

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

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

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

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

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

  .hero-slider-arrow {
    width: 80px;
  }

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

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

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

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

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

  .video-section {
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
  }

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

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

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

  .contact-side-map {
    margin-top: -40px;
    margin-bottom: -40px;
  }

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

  .side-map {
    height: 536px;
  }

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

  .footer-v3-about {
    padding-right: 4%;
    padding-bottom: 40px;
    padding-left: 8px;
  }

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

  .footer-v3-nav {
    padding-right: 8px;
    padding-bottom: 40px;
    padding-left: 8px;
  }

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

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

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

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

  .hero-side-image-wrapper {
    height: 560px;
    padding-top: 64px;
  }

  .work-v4 {
    padding: 8px;
  }

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

  .work-card-v4-header {
    margin-top: 20px;
  }

  .services-color-bg-info {
    padding-right: 24px;
    padding-left: 24px;
  }

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

  .service-color-bg-info {
    padding-left: 16px;
  }

  .service-color-bg-icon {
    width: 40px;
  }

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

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

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

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

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

  .team-color-cards {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: center;
  }

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

  .team-member-color-card.color-1 {
    flex: 0 auto;
  }

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

  .team-member-color-photo.team-member-1 {
    overflow: visible;
    width: auto;
    height: 280px;
    background-image: url('../images/Joe-Silver.JPG');
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .team-member-color-photo.team-member-2 {
    background-position: 50% 50%;
    background-size: contain;
  }

  .team-member-color-photo.team-member-3 {
    width: auto;
    background-position: 57% 50%;
  }

  .team-member-color-photo.team-member-4 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .team-member-color-photo.team-member-5 {
    background-position: 40% 5%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .team-member-color-photo.team-member-6 {
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .team-member-color-photo.team-member-7 {
    display: flex;
    flex-wrap: wrap;
    background-position: 50% 50%;
    background-size: contain;
    background-attachment: scroll;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

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

  .wide-map {
    height: 360px;
  }

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

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

  .post-card-v3 {
    display: flex;
  }

  .post-card-v3-image {
    position: relative;
    height: 176px;
  }

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

  .post-card-v3-header {
    margin-bottom: 16px;
  }

  .post-card-v3-bottom {
    padding-top: 16px;
  }

  .hero-split-image {
    height: 560px;
  }

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

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

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

  .team-cards {
    padding-right: 8.33%;
    padding-left: 8.33%;
    flex-wrap: wrap;
  }

  .team-member-card {
    margin-right: 8px;
    margin-bottom: 16px;
    margin-left: 8px;
    flex: 45%;
  }

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

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

  .big-map {
    display: block;
    height: 320px;
    margin-bottom: 64px;
  }

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

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

  .hero-promo-intro {
    margin-top: 0px;
    padding-right: 8.33%;
    padding-left: 8.33%;
  }

  .hero-promo-small-header {
    font-size: 18px;
    line-height: 32px;
  }

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

  .hero-promo-social {
    padding: 24px;
  }

  .menu-button {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    color: #2e323c;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #2e323c;
  }

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

  .work-card-v6 {
    width: 50%;
  }

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

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

  .nav-dropdown-link {
    padding-left: 32px;
    background-color: #f5f6f9;
  }

  .nav-dropdown-link:hover {
    background-color: #f5f6f9;
    color: #2e323c;
  }

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

  .text-block-3 {
    font-size: 12px;
  }

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

  .nav-menu {
    position: relative;
    top: auto;
    display: flex;
    overflow: scroll;
    max-height: 100vh;
    clear: left;
    border-bottom: 1px solid #e1e3ea;
    border-radius: 0px;
    background-color: #fff;
    background-image: linear-gradient(180deg, #fff, #fff);
    opacity: 1;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    background-clip: padding-box;
    -webkit-text-fill-color: inherit;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .work-presentation h2 {
    width: 83.33%;
  }

  .work-presentation p {
    width: 83.33%;
  }

  .work-presentation h4 {
    width: 83.33%;
  }

  .work-presentation h1 {
    width: 83.33%;
  }

  .work-presentation h3 {
    width: 83.33%;
  }

  .work-presentation h5 {
    width: 83.33%;
  }

  .work-presentation h6 {
    width: 83.33%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .coming-soon-social {
    padding-top: 36px;
    padding-bottom: 24px;
  }

  .coming-soon-copyright {
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

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

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

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

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

  .licence-item {
    width: 83.33%;
  }

  .licence-links-wrapper {
    padding-right: 56px;
    padding-left: 56px;
  }

  .hero-intro {
    width: 440px;
  }

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

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

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

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

  .inner-page-link:hover {
    background-color: #fff;
    color: #2e323c;
  }

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

  .full-screen-social {
    padding: 24px;
  }

  .review-slide-card-patron {
    padding-right: 40px;
    padding-left: 40px;
    box-shadow: 0 5px 18px 0 rgba(46, 50, 60, 0.18);
  }

  .column {
    height: 50vw;
  }

  .section-2-copy {
    margin-bottom: 40px;
  }

  .italic-text-5 {
    font-size: 30px;
  }
}

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

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

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

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

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

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

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

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

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

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

  .button.service-cards-button {
    margin-top: 64px;
  }

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

  .button.ghost-button.hero-promo-button {
    margin: 16px;
  }

  .button.ghost-button.coming-soon-contact-button {
    right: 24px;
    bottom: 24px;
  }

  .button.services-color-bg-button {
    display: none;
  }

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

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

  .logo {
    position: relative;
    margin-top: 19px;
    margin-right: 0px;
    margin-left: -48px;
  }

  .logo-link {
    padding-top: 12px;
    padding-bottom: 16px;
  }

  .logo-link.w--current {
    padding-top: 14px;
    padding-bottom: 15px;
  }

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

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

  .nav-link {
    padding-top: 12px;
    padding-bottom: 14px;
  }

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

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

  .hero-intro-line {
    margin-top: 8px;
  }

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

  .paragraph-big.hero-split-text {
    margin-bottom: 20px;
  }

  .hero-imac {
    max-width: 90%;
  }

  .hero-plant-small {
    display: none;
  }

  .hero-headphones {
    display: none;
  }

  .hero-plant-big {
    display: none;
  }

  .hero-pencils {
    display: none;
  }

  .hero-mouse {
    display: none;
  }

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

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

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

  .section-description {
    font-size: 14px;
    line-height: 24px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .hero-video-header {
    font-size: 100px;
    line-height: 92px;
  }

  .hero-video-play {
    height: 440px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
  }

  .hero-video-vertical-wrapper {
    margin-top: 74px;
    margin-left: -72px;
  }

  .about-side-info {
    flex-wrap: wrap;
  }

  .about-side-header-wrapper {
    width: 100%;
  }

  .about-side-line {
    width: 42px;
    margin-top: 18px;
    margin-left: 2px;
  }

  .about-side-header {
    padding-right: 0px;
  }

  .about-side-text {
    padding-left: 76px;
  }

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

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

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

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

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

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

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

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

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

  .service-side-image-text.color-3 {
    display: block;
  }

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

  .more-services-header-wrapper {
    width: 66.66%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .more-services {
    margin-top: 0px;
    margin-bottom: -24px;
    padding-top: 40px;
    padding-right: 8px;
    padding-left: 8px;
    flex-wrap: wrap;
  }

  .more-service-card {
    width: 83.33%;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
  }

  .more-service-card.service-card-2 {
    margin-top: 0px;
  }

  .more-service-card.service-card-3 {
    margin-top: 0px;
  }

  .testimonials-slider-nav {
    margin-top: 40px;
    font-size: 9px;
  }

  .review-slide-card-wrapper {
    width: 100%;
  }

  .testimonials-slider-cards-arrow {
    margin-bottom: 52px;
  }

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

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

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

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

  .post-v2.width-50 {
    width: 100%;
  }

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

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

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

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

  .hero-slider-arrow {
    margin-top: 56px;
  }

  .hero-slide.hero-slide-1 {
    background-image: linear-gradient(180deg, null, null), url('../images/grovemade-239360.jpg');
    background-attachment: scroll, fixed;
  }

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

  .work-v3 {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 24px;
  }

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

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

  .video-section {
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
  }

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

  .contact-side-map {
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

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

  .footer-v3-about {
    width: 50%;
  }

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

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

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

  .hero-side-image-wrapper {
    height: 400px;
  }

  .services-color-bg {
    flex-direction: column;
  }

  .services-color-bg-info {
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
  }

  .services-color-bg-header {
    width: 100%;
  }

  .service-color-bg-header {
    margin-bottom: 0px;
  }

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

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

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

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

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

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

  .team-member-color-card.color-4 {
    flex: 1;
  }

  .team-member-color-card.color-5 {
    -ms-grid-row-align: auto;
        align-self: auto;
    order: 1;
    flex: 1;
  }

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

  .team-member-color-photo.team-member-1 {
    width: auto;
    height: 280px;
    background-position: 50% 50%;
  }

  .team-member-color-photo.team-member-2 {
    height: 280px;
    background-size: cover;
  }

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

  .team-member-color-photo.team-member-3 {
    width: auto;
    height: 280px;
    background-size: cover;
  }

  .team-member-color-photo.team-member-4 {
    height: 280px;
    background-size: cover;
    background-attachment: scroll;
  }

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

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

  .team-member-color-link {
    position: static;
  }

  .testimonials-slider {
    width: 100%;
  }

  .review-slide {
    padding-right: 12%;
    padding-left: 12%;
  }

  .wide-map {
    height: 240px;
  }

  .blog-posts-v3 {
    margin-bottom: -24px;
    flex-wrap: wrap;
  }

  .post-v3 {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 24px;
  }

  .hero-split-image {
    height: 400px;
  }

  .hero-split-content {
    text-align: left;
  }

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

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

  .work-card-v5 {
    padding-bottom: 8px;
  }

  .team-cards {
    padding-right: 0%;
    padding-left: 0px;
  }

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

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

  .big-map {
    width: auto;
    margin-right: 8px;
    margin-left: 8px;
  }

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

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

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

  .hero-promo-section {
    position: static;
    overflow: visible;
    height: 150vh;
    max-height: auto;
    flex-wrap: nowrap;
  }

  .hero-promo-intro {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 16%;
    padding-left: 16%;
  }

  .hero-promo-small-header {
    font-size: 14px;
    letter-spacing: 6px;
  }

  .hero-intro-image {
    margin-top: 20px;
    margin-bottom: 8px;
  }

  .hero-promotext {
    width: 100%;
    margin-top: 13px;
  }

  .work-v6 {
    height: 100vh;
    max-height: 440px;
  }

  .hero-promo-social {
    padding: 16px;
  }

  .menu-button {
    width: 56px;
    height: 56px;
    margin-top: 8px;
    margin-right: 0px;
  }

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

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

  .work-card-v6 {
    width: 66.66%;
    padding-right: 32px;
    padding-bottom: 24px;
    padding-left: 32px;
  }

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

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

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

  .page-header-section.works-2 {
    background-image: linear-gradient(180deg, null, null), url('../images/autumn-goodman-242822.jpg');
    background-position: 0px 0px, 50% 0px;
  }

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

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

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

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

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

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

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

  .blog-card-v1-dot {
    display: none;
  }

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

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

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

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

  .work-details {
    width: 100%;
  }

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

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

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

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

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

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

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

  .coming-soon-section {
    min-height: 440px;
  }

  .coming-soon-logo {
    padding-left: 8px;
  }

  .coming-soon-social {
    padding-top: 28px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .coming-soon-info {
    width: 83.33%;
    padding: 16px 48px 48px;
  }

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

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

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

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

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

  .licence-items {
    margin-bottom: -16px;
  }

  .licence-item {
    width: 100%;
    margin-bottom: 16px;
  }

  .hero-intro {
    width: 400px;
  }

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

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

  .full-screen-social {
    padding: 16px;
  }

  .float-card {
    display: none;
  }

  .tab-link {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 15px;
    line-height: 40px;
  }

  .heading-7 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 12px;
  }

  h2 {
    margin-bottom: 12px;
  }

  h3 {
    margin-bottom: 12px;
  }

  h4 {
    margin-bottom: 12px;
  }

  h5 {
    margin-bottom: 12px;
  }

  h6 {
    margin-bottom: 12px;
  }

  blockquote {
    font-size: 18px;
    line-height: 28px;
  }

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

  .button.footer-big-subscribe-button {
    display: block;
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
  }

  .button.subscribe-button {
    width: 100%;
    margin-top: 24px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .button.ghost-button.coming-soon-contact-button {
    left: 30%;
    right: 30%;
    bottom: 80px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-row-align: center;
        align-self: center;
    text-align: center;
  }

  .logo {
    margin-top: 19px;
    margin-left: 1px;
  }

  .hero-table-intro {
    max-width: 100%;
    padding-right: 16px;
    padding-bottom: 48px;
    padding-left: 16px;
  }

  .hero-imac {
    top: 24%;
    max-width: 100%;
  }

  .section-header-wrapper {
    max-width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .service-image {
    height: 240px;
  }

  .service-color-card {
    margin-top: -48px;
  }

  .service-simple {
    width: 100%;
  }

  .work-v1 {
    width: 100%;
  }

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

  .tesimonials-color-cards-info {
    padding-right: 8px;
    padding-left: 8px;
  }

  .testimonials-color-cards-colomn-1 {
    width: 100%;
  }

  .testimonials-color-cards-column-2 {
    width: 100%;
  }

  .team-member {
    width: 100%;
    padding-right: 8.33%;
    padding-left: 8.33%;
  }

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

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

  .input.footer-big-subscribe-input {
    padding-left: 0px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    text-align: center;
  }

  .contact-split-form {
    text-align: center;
  }

  .clients-logotypes {
    flex-wrap: wrap;
  }

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

  .footer-v1-column {
    width: 100%;
    margin-top: -24px;
    padding-top: 0px;
    padding-bottom: 32px;
  }

  .footer-bottom {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .footer-bottom-text-left {
    width: 100%;
    margin-bottom: 8px;
    flex: 0 auto;
  }

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

  .hero-video-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-video-info {
    margin-top: 80px;
    margin-left: 16.66%;
  }

  .hero-video-play {
    width: 100%;
    height: auto;
    padding-top: 24px;
    padding-bottom: 80px;
  }

  .work-v2 {
    width: 100%;
  }

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

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

  .service-side-image-text {
    bottom: -48px;
    width: auto;
    margin-right: 16px;
    margin-left: 16px;
  }

  .more-service-card {
    width: 100%;
  }

  .testimonials-slider-cards {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .review-slide-card {
    padding-right: 32px;
    padding-left: 32px;
  }

  .testimonials-slider-cards-arrow {
    display: none;
  }

  .side-video-section {
    flex-direction: column;
  }

  .side-video-content {
    width: 100%;
    padding-bottom: 72px;
  }

  .side-video-preview {
    width: 100%;
    min-height: 320px;
  }

  .side-video-info {
    margin-right: 8px;
    margin-left: 8px;
    text-align: center;
  }

  .post-v2 {
    width: 100%;
  }

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

  .footer-v2-logo {
    width: 33.33%;
  }

  .footer-v2-about {
    width: 66.66%;
    flex: 0 auto;
  }

  .footer-v2-contact {
    width: 50%;
    padding-top: 8px;
    padding-bottom: 48px;
  }

  .footer-v2-social {
    flex-wrap: wrap;
  }

  .social-button {
    margin: 4px;
  }

  .footer-big-subscribe {
    height: auto;
    margin-right: 8px;
    margin-left: 8px;
    padding-bottom: 24px;
    padding-left: 24px;
    border-radius: 8px;
  }

  .footer-big-subscribe-form {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-slider-nav {
    display: block;
    font-size: 9px;
  }

  .hero-slider-arrow {
    display: none;
  }

  .hero-slide-info {
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .work-v3 {
    width: 100%;
  }

  .about-side-media {
    flex-direction: column-reverse;
  }

  .about-side-image-info {
    width: 100%;
    padding-top: 32px;
    align-items: center;
    text-align: center;
  }

  .about-side-image-wrapper {
    width: 100%;
  }

  .video-section {
    position: static;
    justify-content: center;
    align-items: center;
  }

  .service-card {
    padding-top: 48px;
    flex-basis: 80%;
  }

  .service-card._33-width {
    padding-right: 32px;
    padding-left: 32px;
    flex-basis: 80%;
  }

  .contact-side-map {
    margin-top: -56px;
    margin-bottom: 0px;
    flex-direction: column-reverse;
  }

  .contact-side-map.contact-side-map-reversed {
    flex-direction: column-reverse;
  }

  .side-map-wrapper {
    width: 100%;
    padding-top: 48px;
    padding-right: 8px;
  }

  .side-map {
    height: 440px;
  }

  .contact-side-info {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    flex-wrap: nowrap;
  }

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

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

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

  .footer-subscribe-form {
    padding-right: 16px;
    padding-left: 16px;
  }

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

  .hero-side-wrapper {
    flex-direction: column-reverse;
  }

  .hero-side-content {
    padding-top: 0px;
    padding-bottom: 80px;
    text-align: center;
  }

  .hero-side-image-wrapper {
    width: 100%;
    height: auto;
    padding-top: 120px;
  }

  .hero-side-image {
    transform: none;
  }

  .work-v4 {
    width: 100%;
  }

  .service-color-bg {
    width: 100%;
    padding-right: 8px;
  }

  .side-feature {
    flex-direction: column-reverse;
  }

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

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

  .side-feature-info {
    display: flex;
    padding-top: 40px;
    padding-right: 8px;
    padding-left: 8px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

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

  .side-feature-video-link {
    flex-direction: column;
  }

  .side-feature-video-button {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .subscribe-form {
    padding-right: 8px;
    padding-left: 8px;
    flex-direction: column;
  }

  .subscribe-info {
    padding-right: 0px;
    padding-left: 0px;
  }

  .team-color-cards {
    right: 22px;
    margin-bottom: -24px;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .team-member-color-card {
    width: 83.33%;
    margin-right: 16.33%;
    margin-bottom: 24px;
    margin-left: 16.33%;
    flex-basis: 60%;
  }

  .team-member-color-card.color-1 {
    flex-grow: 1;
  }

  .team-member-color-card.color-4 {
    left: 19px;
    order: 1;
    flex: 1;
  }

  .team-member-color-card.color-5 {
    left: 19px;
    z-index: auto;
  }

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

  .team-member-color-photo.team-member-1 {
    left: 13px;
    width: 200px;
    height: 240px;
    background-position: 50% 15%;
  }

  .team-member-color-photo.team-member-2 {
    left: 13px;
    width: 200px;
    height: 240px;
    background-size: 220px;
  }

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

  .team-member-color-photo.team-member-3 {
    left: 13px;
    width: 200px;
    height: 240px;
  }

  .team-member-color-photo.team-member-4 {
    left: 13px;
    width: 200px;
    height: 240px;
  }

  .team-member-color-photo.team-member-5 {
    left: 13px;
    width: 200px;
    height: 240px;
    background-position: 0px 0px;
    background-size: cover;
  }

  .team-member-color-photo.team-member-6 {
    left: 13px;
    width: 200px;
    height: 240px;
  }

  .team-member-color-photo.team-member-7 {
    left: 13px;
    width: 200px;
    height: 240px;
  }

  .testimonials-slider {
    margin-bottom: -16px;
    padding-right: 8px;
    padding-bottom: 64px;
    padding-left: 8px;
  }

  .review-slide {
    padding-right: 0%;
    padding-left: 0%;
  }

  .review-line {
    margin-top: 20px;
    margin-bottom: 16px;
  }

  .testimonials-slider-arrow {
    display: none;
  }

  .post-v3 {
    width: 100%;
  }

  .post-card-v3-image {
    height: 240px;
  }

  .hero-split-section {
    flex-direction: column-reverse;
  }

  .hero-split-image {
    width: 100%;
    height: 240px;
    margin-top: 56px;
  }

  .hero-split-content {
    padding-top: 24px;
    padding-bottom: 64px;
    align-items: center;
    text-align: center;
  }

  .work-v5 {
    width: 100%;
  }

  .team-member-card {
    flex-basis: 80%;
  }

  .contacts {
    padding-bottom: 24px;
    flex-direction: column;
  }

  .contacts-column {
    padding-bottom: 32px;
  }

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

  .footer-v4-column {
    width: 50%;
    margin-top: -32px;
    flex: 0 auto;
  }

  .hero-promo-section {
    height: 200vh;
    max-height: none;
  }

  .hero-promo-intro {
    padding-right: 8.33%;
    padding-left: 8.33%;
  }

  .work-v6 {
    max-height: none;
  }

  .hero-promo-social {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .menu-button {
    margin-top: 8px;
    margin-right: -9px;
    margin-left: 2px;
    padding-left: 0px;
  }

  .work-card-v6 {
    width: 83.33%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .contact-window {
    margin-right: 8px;
    margin-left: 8px;
    flex: 1;
  }

  .contact-window-form {
    margin-right: 16px;
    margin-left: 16px;
  }

  .contact-window-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-v1-logo-column {
    width: 100%;
    padding-bottom: 32px;
  }

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

  .slide-nav {
    display: block;
    font-size: 9px;
  }

  .page-header-section {
    height: 200px;
  }

  .page-header-section.intro-header-section {
    height: 280px;
  }

  .review-slide-author {
    margin-bottom: 32px;
  }

  .password-window {
    width: 100%;
  }

  .about-text {
    margin-bottom: 0px;
    -moz-column-count: 1;
         column-count: 1;
  }

  .blog-posts-and-sidebar {
    flex-direction: column;
  }

  .blog-posts-v1-wrapper {
    width: 100%;
    padding-right: 8px;
  }

  .blog-sidebar {
    width: 100%;
    margin-bottom: -56px;
    padding-top: 24px;
    padding-left: 8px;
  }

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

  .blog-posts-v2-wrapper {
    width: 100%;
  }

  .work-details {
    padding-top: 0px;
    padding-bottom: 0px;
    flex-direction: column;
  }

  .work-details-column {
    box-shadow: 0 -1px 0 0 #e1e3ea, 0 1px 0 0 #e1e3ea;
  }

  .work-presentation h2 {
    width: 100%;
  }

  .work-presentation p {
    width: 100%;
  }

  .work-presentation h4 {
    width: 100%;
  }

  .work-presentation h1 {
    width: 100%;
  }

  .work-presentation h3 {
    width: 100%;
  }

  .work-presentation h5 {
    width: 100%;
  }

  .work-presentation h6 {
    width: 100%;
  }

  .work-presentation blockquote {
    width: 100%;
  }

  .work-presentation ol {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .post-author-profile {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .post-author-avatar {
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .coming-soon-section {
    position: relative;
    padding-right: 16px;
    padding-left: 16px;
    flex-direction: column;
  }

  .coming-soon-copyright {
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
  }

  .coming-soon-info {
    width: 100%;
    padding: 8px 24px 40px;
  }

  .coming-soon-form {
    flex-direction: column;
  }

  .question-text {
    margin-bottom: 8px;
    margin-left: 16px;
  }

  .answer {
    padding-left: 56px;
  }

  .question-arrow-icon {
    margin-left: 16px;
  }

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

  .pricing-table {
    width: 100%;
    margin-bottom: 24px;
  }

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

  .licence-link {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
  }

  .licence-links-wrapper {
    margin-top: 8px;
    padding-right: 24px;
    padding-left: 24px;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .hero-intro {
    padding-right: 16px;
    padding-left: 16px;
  }

  .home-pages {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .page-preview-wrapper {
    width: 100%;
    max-width: 340px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-preview {
    overflow: visible;
    height: auto;
  }

  .inner-pages {
    padding-right: 8px;
    padding-left: 8px;
    flex-direction: column;
  }

  .inner-page-link {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .full-screen-social {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .review-slide-card-patron {
    padding-right: 32px;
    padding-left: 32px;
  }

  .heading-4 {
    margin-top: 60px;
  }

  .text-block-13 {
    position: relative;
    margin-right: -16px;
    padding-right: 0px;
    text-align: center;
  }

  .heading-8 {
    position: relative;
    top: 32px;
  }

  .italic-text-5 {
    font-size: 25px;
  }
}

