:root {
  --gainsboro: #ddd;
  --dark-grey: #a5a5a5;
  --be-orange: #fbad18;
  --be-red: #ee2e24;
  --light-salmon: #ff935c;
  --indian-red: #fb406c;
  --dark-slate-blue: #224765;
  --black: #222;
  --white-2: #fafafa;
  --silver: #bbb;
  --trustpilot-green: #8dbe23;
  --white: white;
  --be-slate-grey: #144150;
}

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

h2 {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 15px;
  padding-right: 15px;
  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: 34px 56px 120px;
  position: relative;
}

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

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

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

.section.no-side-paddings.no-top-padding.about-us-padding {
  padding-bottom: 19px;
}

.section.facts-section {
  background-image: linear-gradient(to right, var(--be-orange), var(--be-red));
  padding-top: 72px;
  padding-bottom: 72px;
}

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

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

.section.blog-section {
  padding-top: 96px;
}

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

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

.section.about-us-padding-2 {
  padding-bottom: 20px;
}

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

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

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

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

.wrapper.center-intro-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  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(--be-orange), var(--be-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.ghost-button {
  transition: box-shadow .2s;
}

.button.ghost-button:hover {
  box-shadow: inset 0 0 0 1px var(--dark-grey);
  background-image: none;
}

.button.hero-button {
  background-image: linear-gradient(to right, var(--be-orange), var(--be-red));
  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));
  transform: scale(1);
}

.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/iconmonstr-facebook-3.svg'), linear-gradient(to right, var(--be-orange), var(--be-red));
  background-position: 20px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 20px, auto;
  padding-left: 51px;
  padding-right: 21px;
}

.button.instagram-button:hover {
  background-image: url('../images/iconmonstr-facebook-3.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;
  background-size: 20px, auto, auto;
}

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

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

.button.subscribe-button {
  margin-top: 11px;
}

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

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

.style-block.typography-styles {
  margin-left: 16.66%;
  margin-right: 16.66%;
}

.style-block.typography-styles.text-center {
  text-align: center;
}

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

.paragraph-small.grey-text {
  margin-top: 8px;
  margin-bottom: 15px;
}

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

.button-style-wrapper {
  text-align: center;
  flex: 0 auto;
  width: 25%;
  padding: 20px 15px;
}

.button-style-wrapper.dark-bg {
  background-color: var(--dark-slate-blue);
  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;
}

.small-button {
  background-image: linear-gradient(to right, var(--light-salmon), var(--indian-red));
  border-radius: 3px;
  height: 40px;
  padding: 11px 16px 0;
  font-size: 13px;
  line-height: 20px;
}

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

.small-button.white-button:hover {
  color: #fff;
}

.small-button.ghost-button {
  transition: box-shadow .2s;
}

.small-button.ghost-button:hover {
  box-shadow: inset 0 0 0 1px var(--dark-grey);
  background-image: none;
}

.small-button.ghost-button.back-to-blog-button {
  margin-left: 16.66%;
}

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

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

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

.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 {
  z-index: 999;
  position: fixed;
  overflow: visible;
  transform: translate(0, -75px);
}

.image-section {
  background-color: var(--dark-slate-blue);
  border: 16px solid #fff;
  padding-left: 40px;
  padding-right: 40px;
}

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

.image-section.hero-section.hero-image {
  background-image: linear-gradient(#194d778c, #194d778c), url('../images/mike-wilson-181835.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.image-section.hero-section.about-us {
  background-image: linear-gradient(#02485fb8, #02485fb8), url('../images/shutterstock_1024475119-small.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 25vh;
}

.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.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.blog-hero-section {
  background-image: linear-gradient(#224765a6, #224765a6), url('../images/lauren-mancke-60627.jpg');
  background-position: 0 0, 50% -94px;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

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

.image-section.blog-post-hero-section {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
}

.image-section.style-guide-section {
  background-image: linear-gradient(#224765b3, #224765b3), url('../images/joanna-kosinska-131081.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.image-section.facts-bg-section {
  background-image: linear-gradient(#194d7780, #194d7780), url('../images/michal-grosicki-235031.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 72px;
  padding-bottom: 72px;
}

.image-section.licensing-section {
  background-image: linear-gradient(#224765b3, #224765b3), url('../images/jeshoots-com-219386.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.nav-link {
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  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);
}

.logo {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.slide-1 {
  background-image: linear-gradient(#02485fb8, #02485fb8), url('../images/shutterstock_1024475119-small.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: flex-end;
  align-items: center;
}

.slide-content {
  float: right;
  color: #fff;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 15px;
  display: block;
}

.hero-text {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 22px;
}

.hero-social {
  float: left;
  color: #fff;
  flex: 1;
  justify-content: flex-start;
  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;
}

.social-link.dark-icon {
  opacity: .3;
}

.social-link.dark-icon: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;
}

.scroll-down-button.post-scroll-down {
  margin-bottom: 32px;
  position: absolute;
  bottom: 0;
  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: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 9px;
  display: block;
}

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

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

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

.grey-text.terms-body {
  padding-left: 15px;
  padding-right: 15px;
}

.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(--be-orange), 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-wrapper.small-padding {
  padding-top: 144px;
}

.vertical-header-wrapper.vertical-header-blog {
  padding-top: 238px;
}

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

.big-side-feature {
  justify-content: space-between;
  display: flex;
}

.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-2 {
  background-image: url('../images/claudia-nuta-347142.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.big-side-feature-image.image-1 {
  background-image: url('../images/about-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 470px;
}

.big-side-feature-image.image-1.about-us-main-image {
  background-image: url('../images/heating-1.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 28px;
}

.big-side-feature-image.image-1.about-us-main-image.about-us-pic {
  background-image: url('../images/vans-lineup.jpg');
  background-size: cover;
}

.big-side-feature-image.image-1.about-us-main-image.plumbing-pic {
  background-color: #fff;
  background-image: url('../images/Worcester-Greenstar-CDi-Classic-System.jpg');
  background-size: contain;
}

.big-side-feature-image.image-1.about-us-main-image.plumbing-pic.renewables-1 {
  background-image: url('../images/renewables-1.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.big-side-feature-image.image-1.about-us-main-image.plumbing-pic.bathrooms {
  background-image: url('../images/bathrooms-1.jpg');
  background-size: cover;
}

.big-side-feature-image.image-3 {
  background-image: url('../images/jeff-sheldon-3225.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.big-side-feature-content {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.big-side-feature-content.reversed, .big-side-feature-content.terms {
  justify-content: flex-start;
}

.big-side-feature-info {
  flex: 0 auto;
  max-width: 400px;
  padding-bottom: 16px;
  padding-left: 15px;
  padding-right: 15px;
  position: static;
}

.facts {
  display: flex;
}

.fact-item {
  color: #fff;
  text-align: center;
  flex: 1;
  padding-top: 8px;
  padding-left: 15px;
  padding-right: 15px;
}

.statistic-icon {
  width: 56px;
  margin-bottom: 8px;
}

.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: 12px;
  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/home1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.instagram-photo.photo-3 {
  background-image: url('../images/home3.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/home4.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;
}

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

.price {
  font-size: 48px;
  line-height: 56px;
}

.pricing-table {
  border: 1px solid var(--gainsboro);
  text-align: center;
  border-radius: 3px;
  flex: 1;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 88px;
  padding-bottom: 48px;
  position: relative;
}

.pricing-table-feature {
  box-shadow: inset 0 1px 0 0 var(--gainsboro), 0 1px 0 0 var(--gainsboro);
  padding: 14px 24px 15px;
  line-height: 20px;
}

.pricing-table-feature.grey {
  background-color: var(--white-2);
}

.pricing-table-list {
  padding-top: 32px;
  padding-bottom: 32px;
}

.pricing-tables {
  flex-wrap: wrap;
  display: flex;
}

.pricing-text {
  text-align: center;
  max-width: 570px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-link {
  color: var(--be-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;
}

.faq-image {
  flex-direction: column;
  align-items: flex-start;
  width: 41.66%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.faq {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.faq-list {
  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;
}

.faq-header {
  margin-bottom: 52px;
}

.question-container {
  box-shadow: inset 0 0 0 1px var(--gainsboro);
  border-radius: 3px;
  flex-direction: column;
  align-items: stretch;
  margin-top: 16px;
  padding-left: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.question {
  color: #222;
  justify-content: flex-end;
  align-items: center;
  padding-top: 11px;
  padding-bottom: 11px;
  display: flex;
}

.question-line {
  background-image: linear-gradient(to bottom, var(--light-salmon), var(--indian-red));
  width: 2px;
  height: 32px;
}

.question-text {
  flex: 1;
}

.answer {
  padding-right: 30px;
}

.faq-contact-text {
  margin-top: 22px;
}

.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 {
  border-radius: 50%;
  width: 96px;
  height: 96px;
  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;
}

.map-wrapper {
  flex: 0 auto;
  width: 50%;
  position: relative;
}

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

.map {
  height: 560px;
}

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

.contact-card {
  z-index: 10;
  border: 1px solid var(--gainsboro);
  background-color: #fff;
  border-radius: 3px;
  width: 370px;
  margin-left: 115px;
  padding: 32px 32px 24px;
  position: absolute;
  bottom: -90px;
  left: 0;
}

.contact-address {
  margin-bottom: 8px;
  font-size: 15px;
}

.contact-info {
  margin-bottom: 8px;
  font-size: 13px;
}

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

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

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

.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 {
  border-top: 1px solid #ffffff4d;
  justify-content: space-between;
  width: 100%;
  margin-top: 64px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 11px;
  display: flex;
}

.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: center;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-hero-social {
  color: #fff;
  flex: 1;
  align-items: center;
  padding: 20px 15px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.blog-hero-social.share-social {
  margin-bottom: 40px;
}

.page-hero {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding-top: 16px;
  display: flex;
  position: relative;
}

.page-logo {
  color: #fff;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 80px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.blog-hero-button {
  justify-content: flex-end;
  align-items: center;
  margin-top: 16px;
  margin-right: 15px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.blog-hero-button-info {
  margin-right: 24px;
}

.blog {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: -40px;
  display: flex;
}

.blog-posts {
  width: 66.66%;
}

.post-card-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;
  border-radius: 3px;
  width: 100%;
  height: 400px;
  margin-bottom: 19px;
  text-decoration: none;
  transition: filter .2s;
  position: relative;
}

.post-card-image:hover {
  filter: brightness(94%);
}

.post-card-decription {
  color: var(--dark-grey);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 24px;
}

.post-card {
  flex: 1;
  margin-bottom: 56px;
}

.post-date {
  border: 1px solid var(--gainsboro);
  background-color: #fff;
  border-radius: 3px;
  width: 70px;
  margin-right: 30px;
  padding-top: 15px;
  position: relative;
}

.post-date.post-content-date {
  margin-top: 15px;
  margin-left: 15px;
  position: absolute;
  top: 0;
  left: 0;
}

.blog-post-card {
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.post-card-header {
  color: var(--black);
  text-decoration: none;
}

.post-date-text {
  text-align: center;
  margin-bottom: 11px;
  font-size: 28px;
  line-height: 36px;
}

.post-date-month {
  border-top: 1px solid var(--gainsboro);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-top: 4px;
  padding-bottom: 3px;
  font-size: 11px;
}

.post-date-line {
  background-image: linear-gradient(to bottom, var(--light-salmon), var(--indian-red));
  width: 2px;
  height: 32px;
  margin-top: 16px;
  margin-right: -1px;
  position: absolute;
  top: 0;
  right: 0;
}

.sidebar {
  flex: 1;
  margin-left: 8.33%;
  padding-left: 15px;
  padding-right: 15px;
}

.sidebar-block {
  padding-bottom: 60px;
}

.sidebar-category-link {
  box-shadow: inset 0 1px 0 0 var(--gainsboro), 0 1px 0 0 var(--gainsboro);
  color: var(--black);
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  font-size: 15px;
  text-decoration: none;
  display: flex;
}

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

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

.featured-post-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  width: 100%;
  height: 176px;
  margin-bottom: 9px;
  transition: filter .2s;
}

.featured-post-image:hover {
  filter: brightness(85%);
}

.featured-post-date {
  color: var(--dark-grey);
  margin-bottom: -2px;
  font-size: 12px;
}

.featured-post-header {
  color: var(--black);
  margin-bottom: 34px;
  text-decoration: none;
  display: block;
}

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

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

.post-content h1 {
  width: 66.66%;
  margin: 64px auto 32px;
  display: block;
}

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

.post-content figure {
  margin-top: 56px;
  margin-bottom: 56px;
  padding-left: 8.33%;
  padding-right: 8.33%;
}

.post-content img {
  border-radius: 3px;
}

.post-content h2 {
  width: 66.66%;
  margin: 64px auto 32px;
  display: block;
}

.post-content blockquote {
  width: 66.66%;
  margin: 48px auto;
  display: block;
}

.post-content h3 {
  width: 66.66%;
  margin: 56px auto 24px;
  display: block;
}

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

.post-content h4, .post-content h6, .post-content h5 {
  width: 66.66%;
  margin: 56px auto 24px;
  display: block;
}

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

.post-content a {
  color: var(--indian-red);
  text-decoration: none;
}

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

.blog-post-header {
  text-transform: capitalize;
  max-width: 570px;
  margin-top: 28px;
}

.post-hero {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  margin-top: -32px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  top: 32px;
}

.post-dark-bg {
  background-color: #0b213180;
  position: absolute;
  inset: 0;
}

.post {
  margin-top: -16px;
  padding-bottom: 16px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.blog-category {
  color: var(--black);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 3px;
  height: 24px;
  padding: 9px 8px 9px 9px;
  font-size: 11px;
  line-height: 8px;
  text-decoration: none;
}

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

.blog-category.post-card-category {
  z-index: 1;
  margin-top: 24px;
  margin-right: 39px;
  position: absolute;
  top: 0;
  right: 0;
}

.blog-category.more-post-card-category {
  z-index: 1;
  margin-top: 24px;
  margin-right: 24px;
  position: absolute;
  top: 0;
  right: 0;
}

.logo-blog-text {
  margin-left: 16px;
}

.post-hero-info {
  margin-left: 16.66%;
  padding-left: 8px;
  padding-right: 8px;
}

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

.hero-slider {
  height: 100%;
}

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

.slide-2 {
  background-image: linear-gradient(#224765b3, #224765b3), url('../images/Worcester_Bosch_CDi_Classic_Model_and_Installer_Garage.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: flex-end;
  align-items: center;
}

.post-bottom-info {
  color: var(--dark-grey);
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 56px;
  padding-left: 16.66%;
  display: flex;
}

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

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

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

.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-center-intro {
  z-index: 1;
  float: right;
  color: #fff;
  width: 66.66%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

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

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

.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-h-line {
  background-color: var(--black);
  border-radius: 1px;
  width: 100%;
  height: 2px;
  margin: auto;
  position: absolute;
  inset: 0;
}

.plus-icon {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  margin-right: 30px;
  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);
}

.more-post-card {
  flex: 1;
  position: relative;
}

.more-posts {
  flex-wrap: wrap;
  display: flex;
}

.more-post {
  width: 33.33%;
  padding-top: 8px;
  padding-left: 15px;
  padding-right: 15px;
}

.more-post-card-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;
  border-radius: 3px;
  width: 100%;
  height: 264px;
  margin-bottom: 4px;
  text-decoration: none;
  transition: filter .2s;
  position: relative;
}

.more-post-card-image:hover {
  filter: brightness(94%);
}

.feature-cells {
  flex-wrap: wrap;
  margin-bottom: 1px;
  padding-top: 1px;
  display: flex;
}

.feature-cell {
  box-shadow: 0 0 0 1px var(--gainsboro);
  text-align: left;
  background-color: #fff;
  flex: 1;
  padding: 56px 4%;
  position: relative;
}

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

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

.feature {
  text-align: left;
  flex: 1;
  align-items: flex-start;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 24px;
  display: flex;
  position: relative;
}

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

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

.licence-items {
  flex-flow: column wrap;
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.licence-item {
  border-top: 1px solid var(--gainsboro);
  border-bottom: 1px solid var(--gainsboro);
  flex: 1;
  align-items: center;
  margin-top: -1px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.licence-item-content {
  margin-left: 30px;
}

.licence-link-divider {
  color: var(--silver);
  margin-left: 8px;
  margin-right: 8px;
  display: inline-block;
}

.licence-item-header {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block {
  cursor: pointer;
}

.image-4 {
  margin-left: 0;
  margin-right: 0;
}

.heading {
  margin-top: 6px;
  margin-bottom: 8px;
}

.heading-2 {
  margin-top: 0;
  font-size: 33px;
  line-height: 40px;
}

.section-2 {
  background-image: linear-gradient(to bottom, var(--be-orange), white);
}

.heading-3 {
  margin-top: 0;
  padding-right: 0;
  font-size: 33px;
  line-height: 40px;
}

.heading-3.worcester-header {
  font-size: 30px;
}

.heading-ornage {
  color: var(--light-salmon);
  font-size: 27px;
}

.text-span {
  color: var(--be-orange);
  font-size: 18px;
  line-height: 28px;
}

.text-block {
  text-align: center;
  margin-top: 60px;
  padding-left: 101px;
  padding-right: 101px;
  font-size: 18px;
  line-height: 26px;
}

.text-block.testimonial-1 {
  margin-top: 12px;
  font-weight: 700;
}

.text-block.testimonial-1.testimonial-4 {
  margin-bottom: 47px;
}

.text-block.testimonial-1.testimonial-4.trustpilot {
  color: var(--trustpilot-green);
}

.text-block.testimonial-2 {
  margin-top: 23px;
  padding-left: 114px;
  padding-right: 114px;
  font-size: 15px;
  font-style: italic;
  line-height: 25px;
}

.div-block-2 {
  text-align: center;
  padding-top: 15px;
  padding-left: 127px;
  padding-right: 127px;
}

.trust-green {
  margin-right: 5px;
}

.slider {
  background-color: #fff;
  height: 380px;
}

.icon, .icon-2 {
  background-image: linear-gradient(to right, var(--be-orange), var(--be-red));
}

.oftec {
  margin-top: 0;
}

.image-6 {
  margin-bottom: 18px;
}

.image-7 {
  padding-top: 26px;
  padding-right: 52px;
}

.trustpilot {
  color: var(--trustpilot-green);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

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

.div-block-3 {
  text-align: center;
}

.trustpilot-container {
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 0;
}

.companies-house {
  margin-top: 19px;
}

.div-block-4 {
  text-align: center;
  margin-bottom: 24px;
}

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"] {
  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.blog-section {
    padding-top: 64px;
  }

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

  .section.about-us-padding-2 {
    padding-top: 6px;
  }

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

  .style-block {
    padding-left: 8px;
    padding-right: 8px;
  }

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

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

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

  .image-section.blog-hero-section, .image-section.blog-post-hero-section {
    padding-left: 16px;
    padding-right: 16px;
  }

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

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

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

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

  .slide-content {
    width: 66.66%;
    margin-top: 80px;
    margin-bottom: 80px;
    margin-right: 8.33%;
    display: block;
  }

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

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

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

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

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

  .statistic-icon {
    width: 48px;
  }

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

  .price {
    font-size: 40px;
    line-height: 48px;
  }

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

  .pricing-table-feature {
    padding-top: 10px;
    padding-bottom: 11px;
    font-size: 13px;
  }

  .pricing-text {
    margin-top: 64px;
  }

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

  .faq-image {
    flex: 1;
    width: auto;
  }

  .faq-list {
    width: 58.33%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .question-container {
    padding-left: 24px;
  }

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

  .map {
    height: 480px;
  }

  .contact-card {
    width: 320px;
    margin-left: 32px;
  }

  .contact-address {
    margin-bottom: 4px;
    font-size: 14px;
  }

  .contact-info {
    margin-bottom: 4px;
  }

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

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

  .blog-hero-social.share-social {
    margin-bottom: 32px;
  }

  .page-hero {
    height: 320px;
  }

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

  .blog-hero-button {
    margin-right: 8px;
  }

  .post-card-image {
    height: 264px;
  }

  .post-date {
    margin-right: 16px;
  }

  .post-date.post-content-date {
    margin-top: 8px;
    margin-left: 8px;
  }

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

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

  .sidebar-category-link {
    font-size: 14px;
  }

  .featured-post-image {
    height: 152px;
  }

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

  .post-hero {
    height: 440px;
    padding-bottom: 16px;
  }

  .post-dark-bg {
    inset: 0;
  }

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

  .blog-category.post-card-category {
    margin-top: 16px;
    margin-right: 24px;
  }

  .blog-category.more-post-card-category {
    margin-top: 16px;
    margin-right: 16px;
  }

  .post-hero-info {
    margin-left: 14.6%;
  }

  .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-center-intro {
    width: 75%;
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 40px 8px;
    display: block;
  }

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

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

  .more-post-card-image {
    height: 176px;
  }

  .feature-cell {
    flex: 0 auto;
    width: 50%;
  }

  .feature {
    flex-direction: column;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .feature-content {
    padding-left: 0;
  }

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

@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.instagram-section {
    padding-bottom: 124px;
  }

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

  .paragraph-small.grey-text {
    font-size: 15px;
    line-height: 24px;
  }

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

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

  .image-section.blog-hero-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/lauren-mancke-60627.jpg');
    background-position: 0 0, 50%;
  }

  .logo {
    height: 60px;
  }

  .slide-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 56px;
    display: block;
  }

  .hero-text {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 25px;
  }

  .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 {
    flex-flow: column-reverse wrap;
  }

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

  .big-side-feature-content {
    flex: 0 auto;
    order: -1;
    justify-content: center;
    width: 100%;
  }

  .big-side-feature-info {
    text-align: center;
    width: 100%;
    max-width: none;
    padding-top: 24px;
  }

  .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%;
    margin-bottom: 25px;
    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-text {
    margin-top: 79px;
  }

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

  .play-button {
    bottom: 16px;
  }

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

  .pricing-table {
    flex: 0 auto;
    width: 66.66%;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .pricing-tables {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .pricing-text {
    margin-top: 32px;
  }

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

  .faq-image {
    align-items: center;
    width: 100%;
  }

  .faq {
    flex-flow: column wrap;
  }

  .faq-list {
    width: 100%;
    padding-bottom: 24px;
  }

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

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

  .map-wrapper {
    width: 100%;
  }

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

  .map {
    height: 320px;
  }

  .contact-card {
    width: 370px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    right: 0;
  }

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

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

  .footer-links {
    width: 25%;
  }

  .blog-hero-social {
    padding: 16px 0;
  }

  .page-hero {
    height: 280px;
    padding-top: 8px;
  }

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

  .blog-hero-button {
    margin-top: 8px;
    margin-right: 0;
  }

  .blog-hero-button-info {
    display: none;
  }

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

  .blog-posts {
    width: 100%;
  }

  .post-card-image {
    height: 320px;
  }

  .sidebar {
    margin-left: 0;
    padding-left: 100px;
    padding-right: 100px;
    display: block;
  }

  .featured-post-image {
    height: 240px;
  }

  .blog-post-header {
    margin-top: 16px;
  }

  .slider-arrow {
    display: none;
  }

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

  .hero-center-intro {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 64px;
    padding-right: 64px;
    display: block;
  }

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

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

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

  .more-post-card {
    margin-bottom: 40px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .more-post {
    width: 100%;
    padding-left: 16.66%;
    padding-right: 16.66%;
  }

  .more-post-card-image {
    height: 272px;
  }

  .feature-cell {
    flex: 0 auto;
  }

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

  .feature {
    flex-direction: row;
    flex: 0 auto;
    width: 100%;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .feature-content {
    padding-left: 24px;
  }

  .licence-items {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .licence-item {
    flex: 0 auto;
  }

  .heading {
    padding-left: 43px;
    padding-right: 43px;
  }

  .image-5 {
    text-align: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 31px;
    padding-right: 165px;
    display: block;
  }

  .slider {
    height: 510px;
  }
}

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

  .section {
    padding-top: 44px;
  }

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

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

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

  .style-block.typography-styles {
    margin-left: 0%;
    margin-right: 0%;
  }

  .paragraph-small.grey-text {
    font-size: 15px;
    line-height: 24px;
  }

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

  .small-button.ghost-button.back-to-blog-button {
    margin-left: 0%;
  }

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

  .image-section.blog-post-hero-section {
    padding-right: 8px;
  }

  .slide-content {
    margin-top: 67px;
    padding: 16px 40px 5px 16px;
  }

  .hero-text {
    margin-top: 1px;
    font-size: 15px;
    line-height: 24px;
  }

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

  .facts {
    flex-direction: column;
  }

  .fact-item {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .pricing-table {
    width: 100%;
  }

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

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

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

  .contact-card {
    width: auto;
    margin-top: 24px;
    margin-left: 16px;
    margin-right: 16px;
    position: relative;
    bottom: 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;
  }

  .post-card-image {
    height: 224px;
  }

  .post-date {
    display: none;
  }

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

  .featured-post-image {
    height: 224px;
  }

  .post-content h1 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 24px;
  }

  .post-content p {
    width: 100%;
  }

  .post-content figure {
    margin-top: 32px;
    margin-bottom: 40px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .post-content img {
    width: 100%;
    max-width: none;
  }

  .post-content h2 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 24px;
  }

  .post-content blockquote {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 32px 8px;
  }

  .post-content h3 {
    width: 100%;
    margin-top: 40px;
  }

  .post-content ul {
    width: 100%;
  }

  .post-content h4, .post-content h6, .post-content h5 {
    width: 100%;
    margin-top: 40px;
  }

  .post-content ol {
    width: 100%;
  }

  .blog-post-header {
    max-width: none;
  }

  .logo-blog-text {
    margin-left: 12px;
  }

  .post-hero-info {
    margin-left: 0%;
    padding-left: 0;
    padding-right: 8px;
  }

  .slide-2 {
    background-image: linear-gradient(#224765b3, #224765b3), url('../images/alesia-kazantceva-283291.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .post-bottom-info {
    margin-top: 24px;
    margin-bottom: 40px;
    padding-left: 0;
  }

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

  .hero-center-intro {
    padding: 16px 40px 32px;
  }

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

  .more-post-card {
    margin-left: 0;
    margin-right: 0;
  }

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

  .more-post-card-image {
    height: 224px;
  }

  .feature-cells {
    flex-direction: column;
  }

  .feature-cell {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .feature {
    width: 100%;
  }

  .feature-content {
    padding-right: 0;
  }

  .licence-item {
    flex-direction: column;
    width: 100%;
  }

  .licence-item-content {
    text-align: center;
    margin-top: 24px;
    margin-left: 0;
  }

  .licence-item-header {
    margin-bottom: 8px;
  }

  .heading {
    text-align: center;
    margin-top: 0;
    padding-left: 21px;
    padding-right: 21px;
  }

  .heading-2 {
    font-size: 25px;
    line-height: 33px;
  }

  .heading-ornage {
    text-align: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 26px;
    display: block;
  }

  .image-5 {
    padding-bottom: 17px;
    padding-right: 101px;
  }

  .text-block.testimonial-1 {
    padding-left: 77px;
    padding-right: 77px;
    font-size: 16px;
    line-height: 22px;
  }

  .text-block.testimonial-2 {
    margin-top: 11px;
    padding-left: 74px;
    padding-right: 74px;
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider {
    height: 550px;
  }
}


