:root {
  --gainsboro: #ddd;
  --dark-grey: #a5a5a5;
  --light-salmon: #ff935c;
  --indian-red: #fb406c;
  --dark-slate-blue: #224765;
  --black: #222;
  --white-2: #fafafa;
  --white: white;
  --silver: #bbb;
}

h1 {
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
}

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

h3 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

h4 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

h5 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

h6 {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
}

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

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 40px;
  display: block;
}

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

blockquote {
  border-top: 1px solid var(--gainsboro);
  border-bottom: 1px solid var(--gainsboro);
  text-align: center;
  border-left: 1px #000;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 40px 8.33%;
  font-size: 20px;
  line-height: 32px;
}

figure {
  margin-bottom: 32px;
}

figcaption {
  color: var(--dark-grey);
  text-align: center;
  margin-top: 15px;
  padding-left: 8.33px;
}

.body {
  color: #222;
  font-family: Roboto, sans-serif;
  line-height: 24px;
}

.section {
  background-color: #fff;
  padding: 120px 56px;
  position: relative;
}

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

.section.instagram-section {
  padding: 0 0 120px;
  overflow: hidden;
}

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

.section.contact-section {
  padding-left: 0;
  padding-right: 0;
}

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

.wrapper.hero-bottom-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.wrapper.review-slide-wrapper {
  justify-content: center;
  display: flex;
}

.wrapper.left-intro-wrapper {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.button {
  background-image: linear-gradient(to right, var(--light-salmon), var(--indian-red));
  border-radius: 3px;
  height: 48px;
  padding: 12px 20px;
  font-size: 15px;
  line-height: 24px;
}

.button:hover {
  background-image: linear-gradient(to bottom, #0000000d, #0000000d), linear-gradient(to right, var(--light-salmon), var(--indian-red));
}

.button.white-button:hover {
  background-image: linear-gradient(to right, var(--light-salmon), var(--indian-red));
  color: #fff;
}

.button.white-button.nav-bar-button {
  margin-left: 20px;
}

.button.hero-button {
  margin-right: 16px;
}

.button.hero-button:hover {
  background-image: linear-gradient(to bottom, #0000000a, #0000000a), linear-gradient(to right, var(--light-salmon), var(--indian-red));
}

.button.ghost-white-button {
  transition: box-shadow .2s;
  box-shadow: inset 0 0 0 1px #ffffff80;
}

.button.ghost-white-button:hover {
  background-image: none;
  box-shadow: inset 0 0 0 1px #fff;
}

.button.instagram-button {
  background-image: url('../images/instagram-icon-white.svg'), linear-gradient(to right, var(--light-salmon), var(--indian-red));
  background-position: 20px, 0 0;
  background-repeat: no-repeat, repeat;
  padding-left: 48px;
}

.button.instagram-button:hover {
  background-image: url('../images/instagram-icon-white.svg'), linear-gradient(to bottom, #0000000d, #0000000d), linear-gradient(to right, var(--light-salmon), var(--indian-red));
  background-position: 20px, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
}

.button.form-button {
  margin-top: 19px;
}

.button.password-button {
  margin-top: 3px;
}

.button.fixed-nav-bar-button {
  margin-left: 20px;
}

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

.ghost-white-button {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000);
  box-shadow: inset 0 0 0 1px #fff;
}

.white-button {
  color: #222;
  background-color: #fff;
  background-image: linear-gradient(#fff, #fff);
}

.nav-bar {
  z-index: 100;
  background-color: #0000;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-bar.fixed-nav-bar {
  transform: translate(0, -75px);
}

.image-section {
  background-color: var(--dark-slate-blue);
  background-image: url('../images/jeshoots-com-219386.jpg');
  background-position: 0 0;
  border: 16px solid #fff;
  padding-left: 40px;
  padding-right: 40px;
}

.image-section.hero-section {
  background-color: #194d77;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.image-section.cta-section {
  background-image: linear-gradient(#224765a3, #224765a3), url('../images/breather-168767.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 120px;
  padding-bottom: 120px;
}

.image-section.cta-section.featuredworks {
  background-image: linear-gradient(#224765a1, #224765a1), url('../images/jeshoots-com-219386.jpg');
}

.image-section.testimonials-section {
  background-image: linear-gradient(#224765a6, #224765a6), url('../images/jeshoots-com-219386.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 110px;
  padding-bottom: 110px;
}

.image-section.footer-section {
  background-image: linear-gradient(#224765bf, #224765bf), url('../images/samuel-zeller-242172.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.image-section._404-section {
  background-image: linear-gradient(#224765a6, #224765a6), url('../images/bench-accounting-49909.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.nav-link {
  color: #fff;
  padding: 8px 20px;
  font-size: 15px;
  text-decoration: none;
}

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

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

.nav-link.fixed-nav-link {
  color: var(--black);
  display: block;
}

.nav-link.fixed-nav-link.w--current {
  display: none;
}

.nav-link.fixed-nav-link.white-text.w--current {
  color: var(--white-2);
}

.logo {
  flex-direction: row-reverse;
  justify-content: center;
  height: 72px;
  margin-top: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.logo.hided {
  display: none;
}

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

.nav-menu.fixed-nav-menu {
  height: 72px;
}

.hero-social {
  float: left;
  color: #fff;
  flex: 1;
  align-items: center;
  padding: 20px 15px;
  display: flex;
}

.hero-social-line {
  background-color: #fff6;
  width: 56px;
  height: 2px;
  margin-left: 12px;
  margin-right: 8px;
}

.social-link {
  opacity: .7;
  justify-content: center;
  align-items: center;
  padding: 8px;
  transition: opacity .2s;
  display: flex;
}

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

.hero-social-header {
  padding-top: 2px;
}

.scroll-down-button {
  float: right;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: 16.66%;
  display: flex;
  position: relative;
  right: 15px;
}

.hero-call-text {
  z-index: 2;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  width: 360px;
  font-weight: 400;
  position: relative;
  right: -152px;
  transform: rotate(90deg);
}

.hero-call-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 72px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.hero-bottom {
  z-index: 100;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.section-header-wrapper {
  text-align: center;
  width: 570px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 16px;
  display: block;
}

.section-header-wrapper.low-margin-less {
  margin-bottom: 0;
}

.feature-cards {
  flex-wrap: wrap;
  padding-top: 8px;
  display: flex;
}

.feature-card {
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  flex: 1;
  margin-left: 15px;
  margin-right: 15px;
  padding: 88px 48px 80px;
  position: relative;
}

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

.feature-link {
  color: var(--dark-grey);
  margin-top: 8px;
  transition: color .2s;
  display: inline-block;
}

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

.feature-icon {
  margin-bottom: 16px;
}

.card-corner {
  color: var(--black);
  justify-content: flex-end;
  align-items: center;
  height: 32px;
  margin-top: 24px;
  margin-right: -1px;
  padding-left: 16px;
  font-size: 17px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.card-corner-line {
  background-image: linear-gradient(to bottom, var(--light-salmon), var(--indian-red));
  width: 2px;
  height: 100%;
  margin-left: 30px;
}

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

.vertical-header {
  text-align: right;
  letter-spacing: 4px;
  width: 320px;
  position: relative;
  left: -124px;
  transform: rotate(-90deg);
}

.big-side-feature-image {
  background-color: var(--white-2);
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 520px;
  display: flex;
}

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

.side-feature {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.side-feature-image {
  width: 41.66%;
  padding-left: 15px;
  padding-right: 15px;
}

.side-feature-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 41.33%;
  margin-left: 8.33%;
  margin-right: 8.33%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.side-feature-mini {
  width: 50%;
  padding-right: 30px;
}

.side-feature-mini-wrapper {
  padding-top: 24px;
  display: flex;
}

.side-feature-mini-icon {
  margin-bottom: 8px;
}

.instagram {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.instagram-photos {
  width: 58.33%;
  padding-left: 30px;
  display: flex;
}

.instagram-photo {
  background-color: var(--gainsboro);
  flex: none;
  width: 200px;
  height: 200px;
  position: relative;
}

.instagram-photo.photo-1 {
  background-image: url('../images/anjeli-lundblad-183074.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-2 {
  background-image: url('../images/benjamin-balazs-106653.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.instagram-photo.photo-4 {
  background-image: url('../images/cynthia-del-rio-88295.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-5 {
  background-image: url('../images/cathryn-lavery-67852.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-info {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 400px;
  padding-left: 30px;
  padding-right: 40px;
  display: flex;
}

.instagram-text {
  margin-bottom: 24px;
}

.instagram-info-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 8px;
  display: flex;
}

.section-header-icon {
  margin-bottom: 16px;
}

.small-features {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.features-image {
  text-align: center;
  width: 100%;
  margin-top: -40px;
  margin-bottom: 48px;
  position: relative;
}

.play-button {
  background-image: url('../images/play-icon.svg'), linear-gradient(to bottom, var(--light-salmon), var(--indian-red));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  margin: auto;
  transition: transform .4s;
  display: none;
}

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

.small-feature {
  flex: 0 auto;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.call-to-action {
  color: #fff;
  text-align: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

.review-slide {
  align-items: center;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.review-avatar {
  border-radius: 50%;
  width: 104px;
  height: 104px;
}

.review-content {
  color: #fff;
  flex: 1;
  padding-bottom: 8px;
  padding-left: 96px;
}

.review-text {
  margin-top: 20px;
  margin-bottom: 28px;
  font-size: 20px;
  line-height: 32px;
}

.review-author-info {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16px;
}

.testimonials {
  background-color: #0000;
  height: auto;
  padding-left: 136px;
  padding-right: 136px;
}

.answer {
  padding-right: 30px;
}

.team {
  flex-wrap: wrap;
  display: flex;
}

.team-member-card {
  border: 1px solid var(--gainsboro);
  text-align: center;
  border-radius: 3px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 88px 40px 40px;
  display: flex;
  position: relative;
}

.team-member-avatar {
  width: auto;
  height: auto;
  margin-bottom: 24px;
}

.social-icons {
  display: flex;
}

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

.team-member-text {
  color: var(--dark-grey);
  margin-bottom: 24px;
}

.brands {
  text-align: center;
}

.brand-logotypes {
  justify-content: space-around;
  align-items: center;
  width: 75%;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.brand-logo-link {
  padding: 16px;
}

.contact-form-wrapper {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-left: 72px;
  padding-right: 115px;
  display: flex;
}

.contact-form {
  flex: 0 auto;
  width: 100%;
  max-width: 370px;
  padding-bottom: 8px;
}

.contact {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-label {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 10px;
}

.input {
  border-radius: 3px;
  height: 48px;
  margin-bottom: 13px;
  padding-left: 20px;
  padding-right: 20px;
}

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

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

.input.call-back-input {
  margin-bottom: 0;
  margin-right: 16px;
}

.footer {
  color: #fff;
  flex-flow: column wrap;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.footer-about {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  width: 25%;
  margin-right: 8.33%;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.footer-logo {
  flex-direction: row-reverse;
  justify-content: center;
  width: 172px;
  height: 60px;
  margin-bottom: -8px;
  display: block;
}

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

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

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

.footer-link.blog-link {
  margin-top: 18px;
}

.footer-header {
  margin-top: 34px;
  margin-bottom: 24px;
}

.footer-blog {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-post {
  border-bottom: 1px solid #ffffff4d;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 20px;
  display: flex;
}

.footer-post-header {
  color: #fff;
  text-decoration: none;
}

.footer-post-header:hover {
  text-decoration: underline;
}

.footer-post-date {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: -6px;
  font-size: 10px;
}

.footer-copyright {
  text-align: right;
  border-top: 1px solid #ffffff4d;
  justify-content: space-between;
  width: 100%;
  margin-top: 17px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 11px;
  display: flex;
  position: relative;
}

.heart-icon {
  color: #0000;
  background-image: url('../images/heart-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.footer-small-link {
  color: #fff;
  text-decoration: underline;
}

.footer-posts {
  width: 100%;
  margin-top: -12px;
}

.footer-post-image {
  background-color: var(--dark-slate-blue);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 84px;
  height: 60px;
  margin-right: 16px;
}

.copyright-text {
  text-align: right;
  flex: 0 auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

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

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

.utility-page-form {
  color: var(--black);
  flex-direction: column;
  align-items: stretch;
  width: 270px;
  display: flex;
}

._404-header {
  font-size: 84px;
  line-height: 72px;
}

._404-text {
  margin-top: 2px;
  margin-bottom: 28px;
}

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

.slider-arrow {
  border: 1px solid #ffffff80;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 40px;
  margin: auto auto auto 40px;
  transition: border .2s;
  display: flex;
  position: absolute;
  inset: 0 100% 0 0;
}

.slider-arrow:hover {
  border-color: #fff;
}

.slider-arrow.arrow-left {
  bottom: 48px;
}

.slider-arrow.arrow-right {
  top: 48px;
}

.scroll-up-button {
  float: right;
  background-color: #fff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: 8.33%;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.dropdown.w--open {
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
}

.dropdown.fixed-dropdown {
  border: 1px solid var(--gainsboro);
}

.dropdown-link {
  box-shadow: 0 1px 0 0 var(--gainsboro);
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
}

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

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

.hero-video {
  z-index: 1;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.video-dark-bg {
  opacity: 1;
  background-color: #2b5577b3;
  position: absolute;
  inset: 0;
}

.call-back {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.call-back-button {
  z-index: 1000;
  background-image: url('../images/callback-icon-white.png'), linear-gradient(to bottom, var(--light-salmon), var(--indian-red));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 32px, auto;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 32px;
  position: fixed;
  bottom: 0;
  right: 0;
  box-shadow: 0 8px 16px #2223;
}

.call-back-popup {
  z-index: 3000;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  max-width: 570px;
  padding: 60px 64px 64px;
  position: relative;
  transform: scale(.9);
  box-shadow: 0 10px 30px #26384833;
}

.form {
  align-items: center;
  margin-top: 26px;
  display: flex;
}

.call-back-icon {
  margin-bottom: 8px;
}

.popup-overlay {
  z-index: 2000;
  background-color: #224765b3;
  position: fixed;
  inset: 0;
}

.call-back-wrapper {
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.close-popup-button {
  opacity: .3;
  background-image: url('../images/close-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  width: 28px;
  height: 28px;
  margin-top: 20px;
  margin-right: 20px;
  transition: opacity .2s;
  position: absolute;
  top: 0;
  right: 0;
}

.close-popup-button:hover {
  opacity: 1;
}

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

.form-error {
  color: var(--indian-red);
  background-color: #0000;
  font-size: 13px;
}

.hero-left-intro {
  z-index: 100;
  float: right;
  color: #fff;
  text-align: left;
  width: 50%;
  margin-left: 8.33%;
  padding-bottom: 24px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

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

.hero-play-button-wrapper {
  z-index: 1;
  margin-left: 8.33%;
  position: relative;
}

.plus-icon-v-line {
  background-color: var(--black);
  border-radius: 1px;
  width: 100%;
  height: 2px;
  margin: auto;
  position: absolute;
  inset: 0;
  transform: rotate(90deg);
}

.fixed-nav-bar {
  z-index: 999;
  border-bottom: 1px solid var(--gainsboro);
  background-color: #fff;
  padding-left: 56px;
  padding-right: 56px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translate(0, -75px);
}

.brand-logo {
  max-height: 32px;
}

.laptop-play-wrapper {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0;
}

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

.photo-fade {
  z-index: 1;
  background-image: linear-gradient(to right, #fff0, #fff 90%);
  position: absolute;
  inset: 0;
}

.image-4 {
  flex: none;
  padding-left: 15%;
  padding-right: 15%;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
}

.image-5 {
  position: absolute;
}

.image-7 {
  flex: none;
  display: block;
}

.text-block-2 {
  clear: left;
  color: #ffffffcf;
  margin-top: 19px;
  padding-left: 30px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.div-block {
  position: static;
}

.heading-2 {
  color: #fff;
  text-align: center;
  font-family: Roboto, sans-serif;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.parent-fluid {
  flex-flow: wrap;
  padding: 16px;
  display: flex;
}

.child-fluid {
  border: 1px solid var(--dark-slate-blue);
  background-image: linear-gradient(to bottom, var(--white-2), var(--white-2));
  width: 33.3%;
  height: auto;
  padding: 3%;
}

.child-fluid.large {
  background-image: linear-gradient(to bottom, var(--white-2), var(--white-2));
  width: 66.6%;
}

.second-child {
  border: 1% solid white;
  background-image: linear-gradient(to bottom, var(--indian-red), var(--indian-red));
  width: 33%;
  height: 50%;
  padding: 3%;
}

.thirdchild {
  border: 1% solid white;
  background-image: linear-gradient(to bottom, var(--light-salmon), var(--light-salmon));
  width: 33%;
  height: 50%;
  padding: 3%;
}

.fourhchild {
  border: 1% solid white;
  background-image: linear-gradient(#47942e80, #47942e80);
  width: 33%;
  height: 50%;
  padding: 3%;
}

.fifthchild {
  border: 1% solid white;
  background-image: linear-gradient(#7300dd80, #7300dd80);
  width: 33%;
  height: 50%;
  padding: 3%;
}

.sixthchild {
  border: 1% solid white;
  background-image: linear-gradient(#0f9b9569, #0f9b9569);
  width: 33%;
  height: 50%;
  padding: 3%;
}

.heading-3 {
  color: var(--black);
  font-family: Roboto, sans-serif;
}

.browser-ui {
  border-bottom: 1px solid #ffffff80;
  height: 30px;
  padding-left: 12px;
  padding-right: 12px;
}

.div-block-6 {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue), var(--dark-slate-blue));
  border-radius: 6px;
}

.browser-ui-circle {
  background-color: #ffffff80;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 6px;
  display: inline-block;
}

.div-block-7 {
  border: 1px none var(--gainsboro);
  background-image: linear-gradient(#f3f3f3, #f3f3f3), linear-gradient(#fff, #fff);
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
}

.child-slider {
  flex: 1;
  padding: 2%;
}

.slide-nav {
  display: none;
}

.div-block-8 {
  background-image: linear-gradient(#fff, #fff);
  border: 1px #222222b3;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 40px;
  display: flex;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0%;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0%;
}

.slide-3 {
  border: 16px solid #fff;
}

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

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

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

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

html.w-mod-js [data-ix="show-call-back-popup"] {
  opacity: 0;
  transform: translate(30px);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 38px;
    line-height: 48px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  h3 {
    font-size: 22px;
    line-height: 28px;
  }

  h4 {
    font-size: 17px;
    line-height: 24px;
  }

  h5 {
    font-size: 15px;
  }

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

  .section {
    padding: 80px 8px;
    overflow: hidden;
  }

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

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

  .section.contact-section {
    padding-bottom: 96px;
  }

  .button.white-button.nav-bar-button, .button.fixed-nav-bar-button {
    display: none;
  }

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

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

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

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

  .image-section.testimonials-section {
    padding: 72px 0;
  }

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

  .nav-link {
    box-shadow: inset 0 1px 0 0 var(--gainsboro), 0 1px 0 0 var(--gainsboro);
    color: var(--black);
    text-align: center;
    background-color: #fff;
    margin-top: -1px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 20px;
  }

  .nav-link.w--current {
    flex: 0 auto;
  }

  .nav-link.fixed-nav-link {
    display: block;
  }

  .logo {
    height: 60px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-menu {
    border-bottom: 1px solid var(--gainsboro);
    object-fit: fill;
    background-color: #fff;
    flex-flow: row;
    align-items: center;
    height: auto;
    display: flex;
    overflow: scroll;
  }

  .nav-menu.fixed-nav-menu {
    border-top: 1px solid var(--gainsboro);
    height: auto;
  }

  .hero-social-line {
    width: 48px;
  }

  .scroll-down-button {
    margin-right: 8.33%;
  }

  .hero-bottom {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-header-wrapper {
    width: 470px;
    margin-bottom: 24px;
  }

  .feature-card {
    margin-left: 8px;
    margin-right: 8px;
    padding: 72px 16px 56px;
  }

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

  .card-corner {
    font-size: 15px;
    line-height: 20px;
  }

  .card-corner-line {
    margin-left: 24px;
  }

  .vertical-header-wrapper {
    display: none;
  }

  .big-side-feature-image {
    height: 360px;
  }

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

  .side-feature-content {
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 4%;
    padding-right: 4%;
  }

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

  .side-feature-mini-wrapper {
    padding-top: 16px;
  }

  .instagram-photos {
    padding-left: 16px;
  }

  .instagram-photo {
    height: 160px;
  }

  .instagram-info {
    padding-left: 0;
    padding-right: 0;
  }

  .instagram-info-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .features-image {
    margin-bottom: 32px;
  }

  .small-feature {
    padding-left: 8px;
  }

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

  .review-avatar {
    width: 80px;
    height: 80px;
  }

  .review-content {
    padding-left: 32px;
  }

  .review-text {
    font-size: 17px;
    line-height: 24px;
  }

  .testimonials {
    padding-left: 120px;
    padding-right: 120px;
  }

  .team-member-card {
    margin-left: 8px;
    margin-right: 8px;
    padding: 72px 16px 32px;
  }

  .team-member-avatar {
    width: 80px;
    height: 80px;
  }

  .brand-logotypes {
    width: 91.66%;
    margin-top: 24px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .brand-logo-link {
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
  }

  .contact-form-wrapper {
    padding-left: 32px;
    padding-right: 40px;
  }

  .contact-form {
    width: 100%;
  }

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

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

  .footer-link {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 13px;
  }

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

  .footer-post-header {
    font-size: 13px;
    line-height: 16px;
  }

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

  .slider-arrow {
    margin-left: 24px;
  }

  .menu-button {
    color: #fff;
    background-color: #0000;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .menu-button.fixed-menu-button {
    color: var(--black);
  }

  .scroll-up-button {
    margin-right: 8.33%;
  }

  .dropdown.w--open {
    padding-bottom: 1px;
  }

  .dropdown.fixed-dropdown {
    border-style: none;
  }

  .dropdown-link {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 15px;
  }

  .hero-video {
    padding-left: 24px;
    padding-right: 40px;
  }

  .dropdown-icon {
    opacity: .3;
    margin-right: 7px;
  }

  .hero-left-intro {
    width: 66.66%;
    margin-top: 80px;
    margin-bottom: 80px;
    margin-left: 0%;
    padding: 40px 8px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 16px;
    font-size: 30px;
    line-height: 40px;
  }

  h2 {
    font-size: 26px;
    line-height: 32px;
  }

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

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

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

  .image-section {
    border-width: 8px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-section.testimonials-section {
    padding-bottom: 24px;
  }

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

  .logo {
    height: 60px;
  }

  .hero-social {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .section-header-wrapper {
    width: auto;
  }

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

  .feature-card {
    flex: 0 auto;
    width: 66.66%;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
    padding: 56px 32px 48px;
  }

  .big-side-feature-image {
    justify-content: center;
    width: 100%;
  }

  .side-feature {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .side-feature-image {
    width: 66.66%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .side-feature-content {
    width: 100%;
    padding-top: 24px;
  }

  .side-feature-mini-wrapper {
    flex-wrap: wrap;
  }

  .instagram {
    flex-direction: column-reverse;
  }

  .instagram-photos {
    justify-content: center;
    width: 100%;
    padding-left: 0;
  }

  .instagram-photo {
    height: 120px;
  }

  .instagram-info {
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 66.66%;
    max-width: none;
  }

  .instagram-info-wrapper {
    justify-content: center;
    padding-top: 32px;
  }

  .play-button {
    bottom: 16px;
  }

  .small-feature {
    flex-basis: 50%;
  }

  .testimonials {
    padding-left: 40px;
    padding-right: 40px;
  }

  .team-member-card {
    flex: 40%;
    margin-bottom: 24px;
  }

  .brand-logotypes {
    flex-wrap: nowrap;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .brand-logo-link {
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-form-wrapper {
    flex-direction: row;
    padding-top: 160px;
    padding-right: 32px;
  }

  .contact-form {
    flex-direction: column;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .contact {
    flex-flow: column-reverse wrap;
    align-items: stretch;
  }

  .footer-about {
    width: 100%;
    padding-right: 32px;
  }

  .footer-logo {
    height: 64px;
    padding-left: 0;
  }

  .footer-links {
    width: 25%;
  }

  .slider-arrow {
    display: none;
  }

  .testimonoals-nav {
    margin-top: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 9px;
    position: relative;
  }

  .call-back-button {
    margin: 16px;
  }

  .call-back-wrapper {
    padding: 16px;
  }

  .hero-left-intro {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }

  .wrapper.left-intro-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .button.hero-button {
    margin-bottom: 16px;
  }

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

  .hero-social {
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .hero-call-text {
    right: -160px;
  }

  .section-header-wrapper {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .feature-card {
    width: 100%;
  }

  .big-side-feature-image {
    height: 240px;
  }

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

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

  .instagram-info {
    width: 83.33%;
  }

  .play-button {
    bottom: 4px;
  }

  .small-feature {
    flex-basis: 100%;
  }

  .call-to-action {
    max-width: none;
  }

  .review-slide {
    flex-direction: column;
    justify-content: center;
  }

  .review-avatar {
    margin-bottom: 8px;
  }

  .review-content {
    text-align: center;
    padding-left: 0;
  }

  .review-author-info {
    font-size: 10px;
  }

  .testimonials {
    padding-left: 24px;
    padding-right: 24px;
  }

  .team-member-card {
    flex-basis: 100%;
    padding-left: 16.66%;
    padding-right: 16.66%;
  }

  .brand-logotypes {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .brand-logo-link {
    padding-left: 24px;
    padding-right: 24px;
  }

  .contact-form-wrapper {
    padding-top: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .input.call-back-input {
    text-align: center;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .footer-about {
    padding-right: 8px;
  }

  .footer-links {
    width: 50%;
  }

  .footer-copyright {
    flex-direction: column;
    align-items: center;
  }

  .copyright-text {
    text-align: center;
    margin-top: 8px;
  }

  .scroll-up-button {
    display: none;
  }

  .hero-video {
    padding-left: 8px;
  }

  .call-back-popup {
    padding: 40px;
  }

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

  .close-popup-button {
    margin-top: 12px;
    margin-right: 12px;
  }

  .hero-left-intro {
    width: 100%;
    margin-bottom: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero-play-button-wrapper {
    height: 72px;
    margin-bottom: 88px;
    margin-left: 32px;
  }

  .parent-fluid {
    align-content: stretch;
  }

  .child-fluid {
    width: 100%;
  }

  .child-fluid.large {
    width: auto;
  }

  .div-block-8 {
    width: 40px;
  }

  .left-arrow {
    inset: 0 245px 0 -2%;
  }

  .right-arrow {
    inset: 0 0% 0 245px;
  }
}


