:root {
  --black: black;
  --dim-grey: #6c6768;
  --white-smoke: #efefef;
  --white: white;
  --orange-red: #ff4f11;
  --dark-brown: #1c0309;
  --text-light: rgba(0, 0, 0, .6);
  --white-smoke--darker: #e9e9e9;
  --black--1f1f20: #1f1f20;
  --959595: #959595;
  --digiday-pink: #e6007f;
  --gainsboro: #e2e2e2;
  --light-grey: #cfcfcf;
  --grey: #8d8d8d;
  --a5a5a5: #a5a5a5;
  --orange-red-2: #ff4f11;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-page-count {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

body {
  color: var(--black);
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 120%;
  overflow: visible;
}

h1 {
  letter-spacing: -5px;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 100px;
  font-weight: 500;
  line-height: 102%;
}

h2 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 500;
  line-height: 100%;
}

h3 {
  letter-spacing: -4px;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 52px;
  font-weight: 500;
  line-height: 105%;
}

h4 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 500;
  line-height: 105%;
}

h5 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 500;
  line-height: 112%;
}

h6 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

p {
  color: var(--dim-grey);
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 167%;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.style-guide-content {
  width: 100%;
  border: 2px solid var(--dim-grey);
  border-radius: 5px;
  margin-top: 50px;
  padding: 40px;
}

.style-guide-main {
  background-color: var(--white-smoke);
  color: var(--black);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 60px 30px;
  display: flex;
  position: relative;
}

.h1-heading-white, .h2-heading-white, .h3-heading-white, .h4-heading-white, .h5-heading-white, .h6-heading-white {
  color: var(--white);
}

.style-guide-link {
  width: 100%;
  justify-content: center;
  margin-right: 20px;
  display: flex;
}

.style-guide-links {
  border: 2px solid var(--orange-red);
  color: var(--dark-brown);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: -1px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

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

.paragraph-18px-light {
  color: var(--text-light);
  font-size: 18px;
  font-weight: 400;
}

.paragraph-18px-white {
  color: var(--white);
  font-size: 18px;
}

.style-guide-content-wrap {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.center-apart {
  justify-content: space-between;
  align-items: center;
}

.flex-horizontal.center-apart.style-guide-colour {
  margin-bottom: 20px;
}

.style-guide-titles {
  color: var(--orange-red);
  margin-bottom: 20px;
}

.style-guide-sub-containers {
  margin-bottom: 50px;
}

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

.style-guide-note {
  width: 100%;
  background-color: var(--white-smoke--darker);
  color: #ff0707;
  letter-spacing: .5px;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.heading-wrapper {
  width: 100%;
}

.heading-wrapper.homepage-hero {
  width: auto;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.subtitle-italics {
  margin-bottom: 30px;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 160%;
}

.subtitle-italics-white {
  color: var(--white);
  margin-bottom: 30px;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 160%;
}

.page-wrapper---overflow-hidden {
  background-color: var(--white-smoke);
  color: #e6007f;
  overflow: hidden;
}

.page-wrapper---overflow-hidden.error-page {
  height: 100vh;
}

.navigation-bar {
  background-color: var(--white-smoke);
}

.navigation-container {
  width: 90%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: DM Sans, sans-serif;
  display: flex;
}

.social-icons {
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.social-icons.open-navigation {
  margin-top: 40px;
  margin-right: 0;
}

.contain3 {
  object-fit: contain;
  padding-bottom: 0;
}

.contain3.loga {
  padding-bottom: 100px;
}

.brand-logo {
  cursor: pointer;
}

.logos-social {
  width: 40px;
  height: 40px;
  background-color: var(--white);
  cursor: pointer;
  object-fit: contain;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logos-social.open-nav {
  width: 76px;
  height: 76px;
}

.logos-social.open-nav-middle {
  width: 76px;
  height: 76px;
  margin-left: 40px;
  margin-right: 40px;
}

.logos-social.footer {
  width: 44px;
  height: 44px;
  color: #a56c7a;
  background-color: rgba(0, 0, 0, .1);
  border-style: none;
  border-color: #580c0c;
}

.logos-social.footer:hover {
  color: var(--black);
}

.logos-social.footer-middle {
  width: 44px;
  height: 44px;
  background-color: rgba(0, 0, 0, .1);
  border-style: none;
  margin-left: 20px;
  margin-right: 20px;
}

.logos-social.sharelink {
  width: 44px;
  height: 44px;
  background-color: var(--white);
  border-style: none;
}

.logos-social.sharelink-middle {
  width: 44px;
  height: 44px;
  background-color: var(--white);
  border-style: none;
  margin-left: 20px;
  margin-right: 20px;
}

.right-container {
  align-items: stretch;
  display: flex;
}

.menu-text {
  color: var(--black--1f1f20);
  letter-spacing: .8px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 125%;
}

.menu-icon {
  width: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 10px;
  display: flex;
}

.menu-line._1 {
  width: 14px;
  height: 2px;
  background-color: var(--dark-brown);
  color: var(--dark-brown);
  margin-bottom: 10px;
  transform: translate(0);
}

.menu-line._2 {
  width: 26.5px;
  height: 2px;
  background-color: var(--dark-brown);
  color: var(--dark-brown);
  margin-bottom: 0;
  transform: scale(1);
}

.hero-section-wrapper {
  width: 90%;
  max-width: 1100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.tagline-container {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.tagline-text {
  color: var(--dim-grey);
  margin-bottom: 0;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 140%;
}

.tagline-text.ass {
  color: #fff;
}

.orange-line {
  width: 46px;
  height: 2px;
  color: #fff;
  background-color: #e6007f;
  flex: 0 auto;
  margin-right: 20px;
}

.orange-line:hover {
  background-color: var(--black--1f1f20);
}

.orange-line.animate {
  width: 0;
  margin-right: 20px;
}

.hero-heading {
  margin-bottom: 0;
}

.hero-heading.bottom {
  color: #25232b;
  text-align: center;
  margin-top: 10px;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  position: relative;
  right: -23.7%;
}

.hero-heading.top {
  color: #25232b;
  text-align: center;
  font-size: 60px;
  font-weight: 500;
  position: relative;
  left: -2%;
}

.hero-heading.top:hover {
  color: #e6007f;
}

.hero-paragraph {
  width: 50%;
  color: var(--dim-grey);
  flex: 1;
  margin-bottom: 0;
  margin-right: 60px;
  font-family: Poppins, sans-serif;
}

.paragraph-and-button-container {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-end;
  margin: 70px auto 0px;
  display: flex;
}

.hero-image-wrapper {
  width: 120%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.partners-container {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.partnered-by-text {
  color: #25232b;
  margin-bottom: 60px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.partners-logo {
  margin-top: 60px;
}

.partners-logo.homepage {
  opacity: .5;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.partners-image {
  object-fit: contain;
}

.partners-image._3, .partners-image._4 {
  margin: 30px;
}

.partners-image._1 {
  text-align: center;
  object-fit: fill;
  margin: 30px;
  display: inline-block;
}

.partners-image._2, .partners-image._5 {
  margin: 30px;
}

.services-wrapper {
  width: 90%;
  max-width: 1100px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 134px;
  padding-bottom: 134px;
  display: flex;
  position: relative;
}

.services-section {
  background-color: #2a1f4e;
}

.services-top-wrapper {
  justify-content: space-between;
  padding-left: 22px;
  padding-right: 22px;
  display: flex;
}

.services-heading {
  width: 50%;
  color: var(--white);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 58px;
  font-weight: 200;
}

.subheads-container {
  width: 40%;
  flex-direction: column;
  display: block;
}

.services-paragraph {
  width: auto;
  opacity: .7;
  color: var(--white);
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.services-container {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 110px;
  display: flex;
}

.service {
  max-width: 230px;
}

.service-subheading {
  color: var(--white);
  letter-spacing: 0;
  margin-top: 30px;
  margin-bottom: 22px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.service-point {
  opacity: .6;
  color: var(--white);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 156%;
}

.services-icon {
  width: auto;
  object-fit: contain;
}

.projects-wrapper {
  width: 90%;
  max-width: 1100px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.projects-top-wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.projects-heading {
  width: 70%;
  color: #25232b;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 58px;
}

.projects-slider {
  width: 110%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 60px;
  margin-left: auto;
}

.about-us-section {
  background-color: #2a1f4e;
}

.about-wrapper {
  width: 90%;
  max-width: 1100px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
}

.about-heading {
  width: auto;
  color: var(--white);
  margin-bottom: 0;
}

.about-heading.top {
  font-family: Poppins, sans-serif;
  font-size: 58px;
}

.about-heading.bottom {
  color: var(--white);
  margin-top: 20px;
  margin-left: 22%;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 300;
}

.about-contain {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 115px;
  display: flex;
}

.section-text-container {
  width: 50%;
  max-width: 450px;
}

.about-paragraph {
  opacity: .6;
  color: var(--white);
  margin-top: 40px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.section-image-container {
  width: 50%;
  position: relative;
}

.about-image-absolute {
  position: absolute;
  top: auto;
  bottom: 5%;
  left: -10%;
  right: auto;
  overflow: visible;
}

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

.testimonial-wrapper {
  width: 90%;
  max-width: 1100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 112px;
  padding-bottom: 112px;
  display: flex;
  position: relative;
}

.testimonial-heading {
  width: auto;
  color: var(--black--1f1f20);
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 58px;
}

.testimonial-text-block {
  color: var(--dim-grey);
  margin-right: 0%;
  font-family: Poppins, sans-serif;
}

.why-us-wrapper {
  width: 90%;
  max-width: 1100px;
  border-bottom: 1px none var(--dark-brown);
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.why-us-text-container {
  width: 40%;
  max-width: 350px;
}

.why-us-heading {
  width: auto;
  color: var(--black--1f1f20);
  margin-top: 15px;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 58px;
}

.why-us-text-block {
  color: var(--dim-grey);
  margin-bottom: 100px;
  margin-right: 10%;
  font-family: Poppins, sans-serif;
}

.why-us-right-container {
  width: 60%;
}

.why-us-points {
  max-width: 640px;
}

.point-wrapper {
  border-top: 1px solid rgba(28, 3, 9, .2);
  border-bottom: 1px solid rgba(28, 3, 9, .2);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 50px 30px;
  display: flex;
}

.data-container {
  width: 200px;
  height: 150px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 66px;
  padding: 50px 30px;
  display: flex;
}

.text-50px {
  letter-spacing: -2px;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
}

.text-50px:hover {
  color: var(--black--1f1f20);
}

.text-block-15px {
  text-align: center;
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.why-us-paragraph {
  color: var(--dim-grey);
  letter-spacing: -.2px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.brown-line {
  width: 90%;
  height: 1px;
  background-color: var(--dark-brown);
  margin-left: auto;
  margin-right: auto;
}

.blog-wrapper {
  width: 90%;
  max-width: 1100px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 160px;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.blogs-top-wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.blogs-heading {
  width: 40%;
  max-width: 450px;
  color: var(--black--1f1f20);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 58px;
  font-weight: 500;
}

.blogs-sub-paragraph {
  width: auto;
  max-width: none;
  opacity: 1;
  color: var(--dim-grey);
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 175%;
}

.subheads-container-blog {
  width: 40%;
  max-width: 230px;
  flex-direction: column;
  display: block;
}

.blogs-wrapper {
  width: 100%;
  margin-top: 127px;
}

.blogs-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.blog-container {
  cursor: pointer;
}

.blog-image---background {
  position: relative;
}

.blog-image {
  width: 100%;
  object-fit: fill;
}

.blog-image.home {
  height: 380px;
}

.white-overlay {
  color: var(--black--1f1f20);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, .8) 67%, #fff 97%);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 27px;
  padding-right: 27px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.white-overlay:hover {
  color: #e6007f;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, .8) 67%, #fff 97%);
}

.blog-title {
  width: 90%;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.blog-subhead {
  width: auto;
  max-width: none;
  opacity: 1;
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 147%;
}

.blog-hover {
  opacity: 0;
  color: var(--dark-brown);
  background-color: #e6007f;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 43px 27px 30px;
  text-decoration: none;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-heading-white {
  width: 90%;
  color: var(--white);
  margin-bottom: 15px;
}

.blog-subhead-white {
  width: auto;
  max-width: none;
  opacity: .7;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 147%;
}

.read-more-link {
  color: #e6007f;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 0;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.read-more-link:hover {
  opacity: 1;
  color: var(--black--1f1f20);
}

.makeshift-footer {
  background-color: var(--white-smoke--darker);
}

.makeshift-footer-wrapper {
  width: 90%;
  max-width: 1100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.footer-top-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer-subparagraph {
  width: auto;
  max-width: none;
  opacity: 1;
  color: var(--dim-grey);
  margin-top: 10px;
  margin-bottom: 35px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 175%;
}

.footer-social-icons {
  align-items: center;
  margin-right: 0;
  display: flex;
}

.footer-bottom-wrapper {
  margin-top: 117px;
  margin-bottom: 80px;
}

.footer-grid {
  max-width: 1110px;
  grid-column-gap: 60px;
  grid-template-columns: 5fr 1fr 1.75fr 1.75fr 3fr;
}

.footer-left-container {
  max-width: 314px;
}

.footer-heading {
  width: auto;
  max-width: 450px;
  color: var(--black--1f1f20);
  flex-direction: column;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  transition: color .2s;
  display: block;
}

.footer-heading:hover {
  color: #e6007f;
}

.orange-underline-span {
  color: #e6007f;
  text-decoration: underline;
}

.orange-underline-span:hover {
  color: var(--black--1f1f20);
}

.footer-paragraph {
  width: auto;
  max-width: none;
  opacity: 1;
  color: var(--dim-grey);
  margin-top: 42px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 175%;
}

.footer-subhead {
  color: var(--black--1f1f20);
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 178%;
}

.makeshift-footer-link {
  color: var(--dim-grey);
  cursor: pointer;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 178%;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.makeshift-footer-link:hover {
  color: #e6007f;
  font-weight: 400;
}

.makeshift-footer-link.address {
  transition-property: none;
}

.makeshift-footer-link.address:hover {
  color: var(--dim-grey);
}

.copyright-wrapper {
  width: 90%;
  max-width: 1100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.copyright-text {
  width: auto;
  max-width: none;
  opacity: 1;
  color: var(--dim-grey);
  margin: 0;
  font-size: 14px;
  line-height: 175%;
}

.copyright {
  align-items: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.copyright-image {
  object-fit: contain;
  margin-left: 5px;
  margin-right: 5px;
}

.menu {
  cursor: pointer;
  align-items: center;
  display: flex;
  position: relative;
}

.menu:hover {
  opacity: 1;
}

.project-mask {
  max-width: 470px;
  overflow: visible;
}

.project-slide {
  margin-right: 50px;
  position: relative;
}

.project-container {
  cursor: pointer;
  flex-direction: column;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}

.project-image {
  margin-bottom: 40px;
  overflow: hidden;
}

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

.project-subhead {
  color: var(--dim-grey);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 1px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 183%;
}

.project-title {
  color: var(--black--1f1f20);
  letter-spacing: -1px;
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 183%;
  position: static;
}

.read-more-link-contain {
  color: var(--white);
  align-items: center;
  padding-right: 5px;
  font-size: 16px;
  line-height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.read-more-link-contain:focus {
  font-family: Poppins, sans-serif;
}

.project-slide-nav {
  display: none;
}

.right-arrow {
  width: 50px;
  height: 50px;
  -webkit-text-fill-color: inherit;
  background-color: rgba(165, 165, 165, .38);
  background-image: url('/img/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-clip: border-box;
  margin-left: -10px;
  margin-right: 0;
  transition: all .2s;
  top: auto;
  bottom: -19%;
  left: 5%;
  right: auto;
}

.right-arrow:hover {
  background-color: rgba(28, 3, 9, .05);
  border-radius: 10px;
  transform: translate(5px);
}

.left-arrow {
  width: 50px;
  height: 50px;
  background-color: rgba(165, 165, 165, .38);
  background-image: url('/img/arrow-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: -10px;
  transition: all .2s;
  top: auto;
  bottom: -19%;
  left: 0%;
  right: auto;
}

.left-arrow:hover {
  background-color: rgba(28, 3, 9, .05);
  border-radius: 10px;
  transform: translate(-5px);
}

.menu-navigation {
  width: 100vw;
  height: 100%;
  background-color: var(--white-smoke--darker);
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 52px 111px 150px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.close-button {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 25px 44px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 58px;
  bottom: auto;
  left: auto;
  right: 111px;
}

.close-button:hover {
  opacity: .8;
}

.close-contain {
  width: 27px;
  height: 27px;
  background-image: url('/img/cross.svg');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.close-text {
  text-transform: uppercase;
  font-weight: 700;
}

.brand-logo-nav-menu {
  cursor: pointer;
  position: absolute;
  top: 52px;
  bottom: auto;
  left: 85px;
  right: auto;
}

.brand-logo-nav-menu.w--current {
  position: absolute;
  top: 60px;
  bottom: auto;
  left: 85px;
  right: auto;
}

.nav-links-container {
  width: auto;
  justify-content: space-between;
  margin-top: 460px;
  margin-left: 60px;
  display: flex;
}

.nav-links-left-container {
  width: 230px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 100px;
  display: flex;
}

.nav-links-right-container {
  width: 230px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.connect-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 135px;
  display: flex;
}

.connect-text {
  font-size: 20px;
  font-weight: 500;
}

.projects-bottom-container {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 100px;
  display: flex;
}

.projects-paragraph {
  max-width: 492px;
  opacity: 1;
  color: var(--dim-grey);
  margin-bottom: 0;
  margin-left: 142px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 156%;
}

.testimonial-slide {
  width: auto;
  height: 230px;
  max-width: 680px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.testimonial-slide.load-more {
  height: auto;
  opacity: 0;
  display: none;
}

.testimonial-slide.testimonial-page {
  height: auto;
}

.testimonial-heading-content {
  color: #e6007f;
  text-align: center;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.testimonial-heading-content.testimonial-page {
  margin-top: 20px;
}

.testimonial-bottom-info {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-top-wrapper {
  align-items: center;
  display: flex;
}

.testimonial-top-wrapper.testimonial-page {
  flex-direction: column;
}

.name-testimonial {
  color: var(--dim-grey);
  margin-left: 16px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 133%;
}

.name-testimonial.testimonial-page {
  margin-top: 8px;
  margin-left: 0;
}

.position-testimonial {
  color: var(--dim-grey);
  text-align: left;
  margin-top: 3px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 181%;
}

.position-testimonial.testimonial-page {
  margin-top: 0;
}

.slider-testimonial {
  max-width: 680px;
  min-width: 680px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 100px;
}

.left-arrow-2, .right-arrow-2 {
  display: none;
}

.testimonial-navigation {
  font-size: 14px;
}

.about-hero-wrapper {
  width: 90%;
  max-width: 1100px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.about-top-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 116px;
  display: flex;
}

.about-hero-heading {
  max-width: 440px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 80px;
}

.tagline-hero-paragraph {
  width: auto;
  opacity: 1;
  color: var(--dim-grey);
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.about-hero-tagline {
  width: 25%;
  flex-direction: column;
  padding-bottom: 10px;
  display: block;
}

.about-main-video {
  position: relative;
}

.play-button {
  transition: all .2s;
  position: absolute;
  top: auto;
  bottom: 40%;
  left: 45%;
  right: auto;
}

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

.the-people-section {
  margin-top: 60px;
}

.the-people-wrapper {
  width: 90%;
  max-width: 1100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.the-people-heading {
  width: auto;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
}

.the-people-paragraph {
  width: 80%;
  opacity: 1;
  color: var(--dim-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.the-people-brown-section {
  background-color: var(--black--1f1f20);
  padding-top: 100px;
  padding-bottom: 100px;
}

.the-people-grid {
  max-width: 1000px;
  grid-column-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr 1.25fr;
  justify-items: stretch;
  margin-left: auto;
  margin-right: auto;
}

.text-50px-white {
  color: var(--white);
  letter-spacing: -2px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
}

.why-us-contain {
  max-width: 260px;
}

.about-us-16px-paragraph {
  opacity: .6;
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 156%;
}

.our-process-section {
  background-color: var(--white-smoke--darker);
}

.our-process-wrapper {
  width: 90%;
  max-width: 1100px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.process-top-wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.process-right-contain {
  width: 65%;
}

.process-heading {
  width: auto;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.process-paragraph {
  width: auto;
  opacity: 1;
  color: var(--dim-grey);
  text-align: left;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.process-container {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 100px;
  display: flex;
}

.steps {
  max-width: 230px;
}

.steps-heading {
  color: var(--black--1f1f20);
  letter-spacing: 0;
  margin-top: 45px;
  margin-bottom: 22px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.steps-paragraph {
  opacity: 1;
  color: var(--dim-grey);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 153%;
}

.steps-top-contain {
  align-items: center;
  display: flex;
}

.steps-icon {
  width: auto;
  object-fit: contain;
}

.step-number {
  width: auto;
  opacity: 1;
  color: var(--959595);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 40px;
  font-family: Poppins, sans-serif;
}

.our-team-section {
  background-color: var(--black--1f1f20);
  margin-top: 120px;
}

.our-team-wrapper {
  width: 90%;
  max-width: 1100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.our-team-heading {
  width: auto;
  color: var(--white);
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.our-team-paragraph {
  width: 49%;
  max-width: 493px;
  opacity: .6;
  color: var(--white);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 181%;
}

.member-image {
  max-width: 20%;
  text-align: center;
  object-fit: contain;
}

.team-members-grid {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  margin-top: 80px;
}

.member-name {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  margin-left: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 133%;
}

.member-position {
  width: auto;
  max-width: none;
  opacity: .6;
  color: var(--white);
  text-align: center;
  margin-top: 3px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 181%;
}

.subscribe-section {
  background-color: var(--black--1f1f20);
}

.subscribe-wrapper {
  width: 90%;
  max-width: 1100px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}

.subscribe-heading {
  width: auto;
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.subscribe-paragraph {
  width: auto;
  max-width: none;
  opacity: .6;
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 181%;
}

.subscribe-form {
  width: 445px;
  margin-top: 60px;
  margin-bottom: 0;
}

.subscribe-field {
  height: 62px;
  background-color: #ddd;
  border: 1px #000;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 27px;
  font-family: Poppins, sans-serif;
  line-height: 200%;
  position: relative;
}

.subscribe-field:focus {
  border: 1px #000;
}

.subscribe-field::-ms-input-placeholder {
  color: var(--dim-grey);
}

.subscribe-field::placeholder {
  color: var(--dim-grey);
}

.subscribe-form-wrapper {
  position: relative;
}

.submit-button {
  width: 52px;
  height: 54px;
  background-color: #e6007f;
  background-image: url('/img/flat-arow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 13px 13px 14px;
  transition: background-color .2s;
  position: absolute;
  top: 7%;
  bottom: auto;
  left: auto;
  right: 1.5%;
}

.submit-button:hover {
  background-color: var(--black--1f1f20);
}

.submit-button:active {
  background-color: #e6007f;
}

.success-message {
  color: var(--black--1f1f20);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.error-message {
  color: var(--black--1f1f20);
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.error-message.password {
  margin-left: auto;
  margin-right: auto;
}

.why-us-image {
  object-fit: contain;
}

.our-work-hero {
  width: 90%;
  max-width: 1100px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.work-hero-heading {
  width: 60%;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 75px;
}

.work-hero-tagline {
  width: 35%;
  flex-direction: column;
  display: block;
}

.work-top-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.projets-tabs-container {
  width: 100%;
}

.project-wrapper {
  width: 100%;
  height: 100%;
  background-color: var(--white);
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 33px;
  padding-left: 36px;
  padding-right: 36px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.brown-tagline {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.tagline-text-brown {
  color: var(--black--1f1f20);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  line-height: 140%;
}

.brown-tagline-line {
  width: 53px;
  height: 2px;
  background-color: var(--dark-brown);
  margin-right: 23px;
}

.project-description {
  width: auto;
  opacity: 1;
  color: var(--dim-grey);
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
}

._4 {
  height: auto;
  object-fit: cover;
  margin-top: 45px;
  margin-bottom: 0;
}

.lets-talk-banner {
  width: 100%;
  background-color: var(--black--1f1f20);
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 84px;
  padding-bottom: 84px;
  display: block;
  position: relative;
}

.left-corner {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.right-bottom {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.banner-heading {
  color: var(--white);
  text-align: center;
  background-image: url('/img/three-commas.svg');
  background-position: 110% 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex: 0 auto;
  padding-bottom: 50px;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 92%;
  display: flex;
}

.orange-span {
  color: var(--digiday-pink);
  font-weight: 300;
}

.banner-wrapper {
  flex-flow: column wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  left: 20px;
  right: 20px;
  overflow: visible;
}

._3-lines {
  position: absolute;
  top: -8%;
  bottom: auto;
  left: auto;
  right: -7%;
}

.banner-paragraph {
  opacity: .6;
  color: var(--white);
  margin-top: 32px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 156%;
}

.our-work-collection {
  width: 100%;
  margin-bottom: 80px;
}

.collection-list {
  width: 100%;
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.our-work-item {
  width: 46%;
  margin-bottom: 60px;
  margin-left: 2%;
  margin-right: 2%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.empty-state {
  width: 100%;
  height: auto;
  background-color: var(--white-smoke--darker);
  margin-bottom: 0;
  padding-top: 10px;
}

.text-block {
  color: var(--orange-red);
  text-align: center;
  font-style: normal;
  font-weight: 700;
}

.work-template-wrapper {
  width: 90%;
  max-width: 1100px;
  object-fit: none;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.temp-top-wrapper {
  width: 85%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.main-heading-project {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: inline;
}

.main-heading-project.highlighted {
  color: var(--black--1f1f20);
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.description-project {
  width: auto;
  opacity: 1;
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 0;
}

.project-content-wrapper {
  width: 100%;
  margin-bottom: 30px;
}

.project-main-image {
  max-width: 80%;
  text-align: left;
  margin-bottom: 10px;
}

.project-about-grid {
  border: 1px solid #cfcfcf;
  border-style: solid none;
  align-items: center;
  margin-bottom: 120px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.project-info-container {
  width: 33%;
  height: 100%;
  border: 1px #cfcfcf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 34px;
  padding-bottom: 34px;
  display: flex;
}

.project-info-container.borders {
  border-style: none solid;
}

.info-heading {
  color: var(--dim-grey);
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.info-content {
  color: var(--black);
  text-align: center;
  letter-spacing: .3px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.live-link-project {
  color: var(--digiday-pink);
  letter-spacing: .3px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 187%;
  transition: color .2s;
}

.live-link-project:hover {
  opacity: 1;
  color: var(--black);
}

.template-heading-wrapper {
  margin-top: 15px;
  margin-bottom: 30px;
}

.project-body {
  font-family: Poppins, sans-serif;
}

.project-body p {
  color: var(--dim-grey);
}

.project-body ul, .project-body ol {
  color: var(--dim-grey);
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 167%;
}

.project-body blockquote {
  border-left-color: var(--orange-red);
  color: var(--dim-grey);
  font-weight: 500;
  line-height: 167%;
}

.project-body a {
  color: var(--orange-red);
}

.pricing-hero-heading {
  width: 50%;
  margin-bottom: 0;
}

.pricing-top-wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 120px;
  display: flex;
}

.pricing-wrapper {
  width: 90%;
  max-width: 1100px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.price-box-container {
  width: 100%;
  height: auto;
  justify-content: space-between;
  margin-bottom: 160px;
  display: flex;
}

.price-box {
  width: 80%;
  background-color: var(--gainsboro);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 12px;
  display: flex;
}

.price-box.white {
  background-color: var(--white);
}

.plan-type {
  background-color: var(--white);
  padding: 8px 33px;
}

.plan-type.grey {
  background-color: var(--gainsboro);
}

.plan-type-text {
  color: var(--dark-brown);
  letter-spacing: -.3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 200%;
}

.price-content {
  width: 100%;
  margin-top: 27px;
  padding-left: 9px;
}

.price-card-heading {
  letter-spacing: -.6px;
  padding-left: 15.5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 167%;
}

.price-card-heading-orange {
  color: var(--orange-red);
  letter-spacing: -.6px;
  padding-left: 15.5px;
  font-size: 40px;
  font-weight: 700;
  line-height: 115%;
}

.divider---pricing {
  width: 100%;
  height: 1px;
  background-color: var(--light-grey);
  margin-top: 25px;
  margin-bottom: 46px;
}

.pricing-info {
  color: var(--dim-grey);
  letter-spacing: .3px;
  margin-bottom: 12px;
  padding-left: 15.5px;
  font-size: 18px;
  line-height: 167%;
  display: flex;
}

.bold-pointers {
  color: var(--black);
  letter-spacing: -4px;
  margin-right: 16px;
  font-weight: 700;
}

.points-container {
  width: 100%;
  flex-direction: column;
  margin-bottom: 114px;
  display: flex;
}

.button-container {
  width: 100%;
  margin-bottom: 51px;
  padding-left: 15.5px;
  display: flex;
}

.faq-container {
  flex-direction: column;
  align-items: center;
  margin-bottom: 140px;
  display: flex;
}

.faq-main-heading {
  width: auto;
  margin-bottom: 80px;
  font-family: Poppins, sans-serif;
}

.faq-wrapper {
  max-width: 689px;
  min-width: 689px;
}

.faq-wrapper.load-more-faqs {
  display: none;
}

.faq-point {
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 32px;
  display: flex;
}

.faq-question {
  color: var(--dim-grey);
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

.question-contain {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.faq-answer {
  width: 90%;
  height: 100%;
  opacity: 0;
  color: var(--dim-grey);
  margin-top: 16px;
  font-family: Poppins, sans-serif;
  line-height: 150%;
  display: none;
}

.contact-wrapper {
  width: 90%;
  max-width: 1100px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.contact-hero-heading {
  width: 52%;
  max-width: none;
  min-width: auto;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.pricing-hero-tagline {
  width: 35%;
  flex-direction: column;
  display: block;
}

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

.contact-hero-paragraph {
  width: auto;
  max-width: 256px;
  opacity: 1;
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 40px;
  font-family: Poppins, sans-serif;
}

.contact-top-wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.contact-form-container {
  width: 100%;
  margin-bottom: 160px;
}

.faq-page-wrapper {
  width: 90%;
  max-width: 1100px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.faq-hero-heading {
  width: 48%;
  max-width: 492px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.faq-hero-tagline {
  width: auto;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-hero-paragraph {
  width: auto;
  max-width: 360px;
  opacity: 1;
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 60px;
  font-family: Poppins, sans-serif;
  position: static;
}

.middle-divider {
  width: 108%;
  height: 1px;
  max-width: 1266px;
  background-color: var(--dim-grey);
  opacity: .4;
  color: var(--dim-grey);
  margin-bottom: 100px;
}

.testimonials-top-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 160px;
  display: flex;
}

.faq-top-wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.testimonials-page-wrapper {
  width: 90%;
  max-width: 1100px;
  mix-blend-mode: normal;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.test-heading-wrapper {
  margin-top: 15px;
  margin-bottom: 54px;
  position: relative;
}

.test-hero-heading {
  width: 100%;
  max-width: 980px;
  text-align: center;
  margin-bottom: 0;
}

.quote-left {
  position: absolute;
  top: -10%;
  bottom: auto;
  left: -3%;
  right: auto;
}

.quote-right {
  position: absolute;
  top: auto;
  bottom: -5%;
  left: auto;
  right: 8%;
}

.test-hero-paragraph {
  width: 85%;
  max-width: none;
  opacity: 1;
  color: var(--dim-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.test-divider {
  width: 108%;
  height: 1px;
  max-width: 1266px;
  background-color: var(--dim-grey);
  opacity: .4;
  color: var(--dim-grey);
  margin-top: 80px;
  margin-bottom: 80px;
}

.test-divider.load-more-testimonials {
  display: none;
}

.contact-field-label {
  color: var(--grey);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 156%;
}

.contact-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--a5a5a5);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 60px;
  padding-left: 9px;
  font-size: 18px;
  line-height: 156%;
}

.contact-field:focus {
  border-bottom-color: var(--a5a5a5);
}

.contact-field::-ms-input-placeholder {
  color: var(--grey);
}

.contact-field::placeholder {
  color: var(--grey);
}

.contact-field.message {
  height: 100px;
}

.contact-field.message:active, .contact-field.message:focus {
  border-bottom-color: var(--a5a5a5);
}

.contact-form-block {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 55px 115px;
  display: flex;
}

.contact-form {
  width: 100%;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.contact-form-heading {
  letter-spacing: -2px;
  margin-bottom: 64px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 80%;
}

.contact-dropdown {
  width: 100%;
  color: var(--grey);
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  border: 0 rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-bottom: 0;
  padding: 0 12px 0 5px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.dropdown-wrapper {
  width: 100%;
  border-bottom: 1px solid var(--a5a5a5);
  margin-bottom: 50px;
}

.submit-contact {
  z-index: 10;
  width: auto;
  height: auto;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #e6007f;
  padding: 12px 30px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 187%;
  transition: background-color .2s;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.submit-contact:hover {
  background-color: var(--digiday-pink);
}

.our-location-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 120px;
  display: flex;
}

.our-location-heading {
  width: auto;
  max-width: none;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.map-wrapper {
  width: 100%;
  margin-top: 80px;
}

.location {
  width: 100%;
}

.services-main-wrapper {
  width: 90%;
  max-width: 1100px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.services-flex-top-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
  display: flex;
}

.services-main-heading {
  width: 48%;
  max-width: 492px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.services-hero-tagline {
  width: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  margin-left: 240px;
  display: flex;
}

.services-hero-paragraph {
  width: auto;
  max-width: 370px;
  opacity: 1;
  color: var(--dim-grey);
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Poppins, sans-serif;
}

.services-main-image {
  width: 50%;
  object-fit: contain;
  margin-top: 10px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -25%;
}

.all-services-section {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 175px;
  margin-bottom: 159px;
  display: flex;
}

.services-heading-60px {
  letter-spacing: -1px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  line-height: 115%;
}

.services-subparagraph {
  width: 60%;
  max-width: 760px;
  opacity: 1;
  color: var(--dim-grey);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 110px;
  margin-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.services-image-wrapper {
  width: 100%;
  max-width: 983px;
  margin-bottom: 90px;
  display: flex;
  position: relative;
}

.services-image {
  object-fit: contain;
}

.services-absolute {
  max-height: 439px;
  max-width: 406px;
  object-fit: contain;
  position: absolute;
  top: auto;
  bottom: -4%;
  left: auto;
  right: 0%;
}

.services-small-container {
  width: 100%;
  max-width: 983px;
}

.services-text-container {
  max-width: 851px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.services-text-container._933-max-width {
  max-width: 933px;
}

.services-headings {
  letter-spacing: -2px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 56px;
  line-height: 123%;
}

.paragraph-services {
  width: auto;
  max-width: 487px;
  opacity: 1;
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Poppins, sans-serif;
}

.services-divider {
  width: 108%;
  height: 1px;
  max-width: 1266px;
  background-color: var(--dim-grey);
  opacity: .4;
  color: var(--dim-grey);
  margin-top: 80px;
  margin-bottom: 80px;
}

.services-container-951px {
  width: 100%;
  max-width: 951px;
}

.services-grid {
  grid-column-gap: 120px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.service-icons {
  object-fit: contain;
}

.about-service {
  margin-top: 25px;
}

.service-name {
  margin-bottom: 14px;
  font-family: Poppins, sans-serif;
}

.blog-page-wrapper {
  width: 90%;
  max-width: 1100px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.blog-top-wrapper {
  width: 100%;
  max-width: 999px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.blog-hero-heading {
  width: 40%;
  max-width: none;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.blog-hero-paragraph {
  width: auto;
  max-width: 270px;
  opacity: 1;
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 60px;
  font-family: Poppins, sans-serif;
}

.blogs-contain {
  width: 100%;
  margin-bottom: 160px;
}

.tabs-menu {
  border-top: 1px solid var(--dim-grey);
  border-bottom: 1px solid var(--dim-grey);
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
}

.blog-tabs {
  opacity: .6;
  color: var(--dim-grey);
  letter-spacing: -.8px;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 35px;
  padding-right: 35px;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.blog-tabs.w--current {
  opacity: 1;
  color: #e6007f;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
  text-decoration: underline;
}

.blog-tab-wrapper {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
}

.blog-post-wrapper {
  color: var(--dark-brown);
  text-decoration: none;
}

.blog-item {
  width: 43%;
  margin-bottom: 100px;
  margin-right: 7%;
  padding-left: 0;
  padding-right: 0;
}

.blog-thumbnail {
  width: 100%;
  object-fit: contain;
}

.blog-info {
  margin-top: 25px;
}

.blog-thumbnail-wrapper {
  overflow: hidden;
}

.date-text {
  color: var(--dim-grey);
  font-family: Poppins, sans-serif;
  line-height: 175%;
}

.blog-info-top-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
  padding-right: 0;
  display: flex;
}

.title-blog {
  color: var(--black--1f1f20);
  letter-spacing: -.8px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 120%;
}

.blog-collection-list {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.blog-next-button {
  width: 40px;
  height: 40px;
  background-color: var(--digiday-pink);
  background-image: url('/img/double-arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-style: none;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 16px 16px 15px;
}

.blog-next-button:hover {
  background-color: var(--black--1f1f20);
}

.blog-previous-button {
  width: 40px;
  height: 40px;
  background-color: var(--black--1f1f20);
  background-image: url('/img/double-arrow-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-style: none;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 15px 16px 16px;
}

.blog-previous-button:hover {
  background-color: var(--digiday-pink);
}

.page-count {
  font-weight: 500;
}

.blog-info-headings {
  color: var(--black--1f1f20);
  letter-spacing: .3px;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 100%;
}

.blog-info-content {
  color: var(--dim-grey);
  letter-spacing: .3px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.blog-info-container {
  width: 15%;
  height: 100%;
  border: 1px #cfcfcf;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.blog-info-container.share-now {
  width: auto;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.blog-info-divider {
  width: 1.5px;
  height: 36px;
  background-color: var(--dim-grey);
  opacity: .2;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.blog-about-grid {
  border: 1px #cfcfcf;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.share-now-heading {
  color: var(--dark-brown);
  letter-spacing: .3px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.share-links-contain {
  align-items: center;
  display: flex;
}

.blog-divider {
  width: 108%;
  height: 1px;
  max-width: 1266px;
  background-color: var(--dim-grey);
  opacity: .4;
  color: var(--dim-grey);
  margin-top: 40px;
  margin-bottom: 80px;
  margin-right: 0;
  padding-right: 0;
  position: static;
  left: 50%;
  right: 50%;
}

.blog-content-wrapper {
  width: 100%;
  margin-bottom: 0;
}

.blog-template-wrapper {
  width: 90%;
  max-width: 1100px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.left-aligned-div {
  width: 100%;
}

.author-block {
  width: 100%;
  align-items: center;
  margin-bottom: 140px;
  display: flex;
  position: relative;
}

.auhtor-info-wrapper {
  margin-left: 44px;
}

.author-heading {
  color: var(--dim-grey);
  margin-bottom: 9px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.author-name {
  color: var(--black--1f1f20);
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 156%;
}

.author-description {
  max-width: 470px;
  color: var(--dim-grey);
  margin-bottom: 9px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.more-from-author-section {
  background-color: var(--white);
  padding-top: 20px;
  padding-bottom: 0;
}

.read-more-heading {
  letter-spacing: -.6px;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 48px;
  line-height: 144%;
}

.heading-wrapper-author {
  margin-bottom: 100px;
  display: flex;
}

.more-blog-wrapper {
  width: 100%;
  max-width: 1010px;
  align-items: center;
  margin-bottom: 100px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}

.blog-more-thumbnail {
  max-height: 260px;
  object-fit: contain;
}

.blog-more-info {
  margin-left: 70px;
}

.published-on {
  color: rgba(0, 0, 0, .6);
  margin-bottom: 0;
  margin-right: 5px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 162%;
}

.date-wrapper {
  margin-bottom: 10px;
  display: flex;
}

.blog-more-heading {
  color: var(--black--1f1f20);
  letter-spacing: .3px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 143%;
}

.blog-more-description {
  max-width: 560px;
  color: var(--dim-grey);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.utility-page-wrap {
  width: 100vw;
  height: 85vh;
  max-height: 100%;
  max-width: none;
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utility-page-content {
  width: auto;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.error-wrapper {
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.error-middle-wrapper {
  width: 100%;
  max-width: 1110px;
  justify-content: space-between;
  align-items: center;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.error-heading {
  width: auto;
  max-width: none;
  color: var(--dark-brown);
  margin-bottom: 0;
  font-weight: 500;
}

.error-right-container {
  width: auto;
  max-width: 500px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.error-paragraph {
  width: auto;
  max-width: none;
  opacity: 1;
  color: var(--dim-grey);
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 175%;
}

.utility-page-form {
  width: 446px;
  max-width: none;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.password-heading {
  width: auto;
  max-width: none;
  color: var(--dark-brown);
  margin-top: 15px;
  margin-bottom: 55px;
  font-weight: 500;
}

.password-submit-button {
  z-index: 10;
  width: 322px;
  height: auto;
  background-color: var(--dark-brown);
  color: var(--white);
  letter-spacing: .32px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 44px;
  font-weight: 700;
  line-height: 187%;
  transition: background-color .2s;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.password-submit-button:hover {
  background-color: var(--orange-red);
}

.password-label {
  color: var(--dim-grey);
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 156%;
}

.password-field {
  width: 446px;
  height: 72px;
  max-width: 446px;
  color: var(--dark-brown);
  border: 1px #000;
  border-radius: 8px;
  margin-bottom: 32px;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 32px;
  font-size: 18px;
  line-height: 156%;
}

.password-field:focus {
  border: 1px none var(--dark-brown);
}

.password-field::-ms-input-placeholder {
  color: var(--dim-grey);
}

.password-field::placeholder {
  color: var(--dim-grey);
}

.changelog-wrapper {
  width: 90%;
  max-width: 1100px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 294px;
  display: flex;
  position: relative;
}

.changelog-center-wrapper {
  max-width: 718px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.changelog-heading {
  width: auto;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
}

.changelog-divider {
  width: 108%;
  height: 1px;
  max-width: 1266px;
  background-color: var(--dim-grey);
  opacity: .4;
  color: var(--dim-grey);
  margin-top: 114px;
  margin-bottom: 114px;
}

.licensing-wrapper {
  width: 90%;
  max-width: 1100px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.licensing-center-wrapper {
  max-width: 718px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.licensing-heading-main {
  width: auto;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
}

.license-divider {
  width: 108%;
  height: 1px;
  max-width: 1266px;
  background-color: var(--dim-grey);
  opacity: 1;
  color: var(--dim-grey);
  margin-top: 80px;
  margin-bottom: 80px;
}

.license-text-wrapper {
  width: 100%;
  max-width: 983px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.license-text-wrapper.horizontal {
  flex-direction: row;
  align-items: center;
}

.license-subheading {
  margin-bottom: 6px;
  font-weight: 400;
}

.license-page-links {
  color: var(--orange-red);
  letter-spacing: .3px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 187%;
  transition: all .2s;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.license-page-links:hover {
  opacity: .8;
  color: var(--dark-brown);
}

.license-image-wrapper {
  width: 100%;
  max-width: 983px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.license-text-container {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.license-bottom-wrapper {
  margin-top: 20px;
}

.license-icons {
  margin-right: 44px;
}

.dm-sans-text {
  letter-spacing: -.6px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 192%;
}

.author-image {
  object-fit: cover;
}

.instructions-wrapper {
  width: 90%;
  max-width: 1100px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.instructions-heading {
  width: auto;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
}

.orange-buttons {
  outline-offset: 0px;
  color: var(--white);
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #e6007f;
  background-clip: border-box;
  border-radius: 0;
  outline: 3px #fff;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 44px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: visible;
}

.button-text {
  color: var(--white);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 187%;
}

.navigationlink {
  color: var(--black--1f1f20);
  align-items: center;
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 30px;
  line-height: 187%;
  text-decoration: none;
  display: flex;
}

.navigationlink:hover {
  color: #e6007f;
}

.navigationlink.w--current {
  color: var(--dark-brown);
  padding-left: 0;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.link-text-navbar {
  color: var(--black--1f1f20);
  letter-spacing: -.8px;
  flex: 1;
  margin-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 28px;
}

.link-text-navbar:hover {
  color: #e6007f;
}

.instruction-sg {
  color: var(--black--1f1f20);
}

.grey-bg {
  width: 40px;
  height: 40px;
  border: 1px solid var(--black);
  background-color: var(--white-smoke);
  color: var(--black);
  border-radius: 100px;
}

.text-colour {
  width: 40px;
  height: 40px;
  background-color: var(--dim-grey);
  color: var(--black);
  border-radius: 100px;
}

.orange-colour {
  width: 40px;
  height: 40px;
  background-color: var(--orange-red);
  color: var(--black);
  border-radius: 100px;
}

.arrows-svg {
  width: 14px;
  order: 1;
  align-self: center;
}

.bottom-line {
  width: 0;
  height: 2px;
  background-color: #e6007f;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bottom-line.white {
  background-color: var(--white);
}

.know-more-link-contain {
  cursor: pointer;
  align-items: center;
  padding-right: 5px;
  line-height: 100%;
  display: flex;
  position: relative;
}

.know-more-links {
  color: var(--white);
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 0;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.know-more-links:hover {
  opacity: 1;
  color: var(--digiday-pink);
}

.center-logo:hover {
  color: #e6007f;
}

.categories-page-wrapper {
  width: 90%;
  max-width: 1100px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.collection-list-wrapper, .collection-item, .more-blogs-list {
  width: 100%;
  max-width: 1010px;
}

.read-more-text {
  color: #fff;
  font-family: Poppins, sans-serif;
  display: block;
}

.read-more-text.white {
  min-width: 80px;
  color: var(--black--1f1f20);
}

.read-more-text.white:hover {
  float: none;
  clear: none;
  color: var(--digiday-pink);
  position: static;
}

.project-head-top-wrapper {
  display: flex;
}

.date-of-project {
  color: var(--dim-grey);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 1px;
  font-size: 12px;
  font-weight: 500;
  line-height: 183%;
}

.project-subhead-dash {
  color: var(--dim-grey);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 1px;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 12px;
  font-weight: 500;
  line-height: 183%;
}

.button-line.left {
  width: 2px;
  background-color: var(--white);
  transform-origin: 0 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.button-line.right {
  width: 2px;
  background-color: var(--white);
  transform-origin: 50% 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.button-line.top {
  width: auto;
  height: 2px;
  background-color: var(--white);
  transform-origin: 0%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.button-line.bottom {
  width: auto;
  height: 2px;
  background-color: var(--white);
  transform-origin: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brown-buttonx {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #e6007f;
  background-clip: border-box;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 100px;
  padding: 15px 44px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: visible;
}

.brown-buttonx.w--current {
  margin-bottom: 100px;
}

.brown-buttonx.faq {
  margin-top: 80px;
}

.brown-buttonx.testimonial {
  margin-top: 120px;
}

.brown-buttonx.digi-button {
  margin-top: -100px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}
@media (max-width: 767px)
{
  .brown-buttonx.digi-button {
    margin-top: 0;
  }
}

.symbols-contain {
  margin-bottom: 40px;
}

.success-message-contain {
  background-color: var(--white-smoke--darker);
  border-radius: 10px;
}

.error-message-contain {
  width: 100%;
  border-radius: 10px;
  margin-top: 20px;
}

.center-quote {
  display: none;
}

.instructions-contain {
  width: 100%;
  flex-direction: column;
  margin-bottom: 140px;
  display: flex;
}

.instruction-heading {
  margin-bottom: 40px;
  font-weight: 400;
}

.author-left-contain {
  align-items: stretch;
  display: flex;
}

.more-blog-image {
  overflow: hidden;
}

.test-image {
  width: 42px;
  object-fit: contain;
  border-radius: 0;
}

.instructions-wrapper-center {
  max-width: 718px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.author-image-wrapper {
  width: 140px;
  height: 140px;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.footer-heading-link {
  text-decoration: none;
}

.footer-heading-link:hover {
  color: var(--orange-red);
}

.more-blogs-heading {
  width: 100%;
  text-align: center;
  letter-spacing: -.6px;
  margin-top: 100px;
  margin-bottom: 40px;
  margin-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 144%;
}

.partners-contain {
  margin-bottom: 120px;
}

.empty-text {
  color: var(--digiday-pink);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.blog-pagination {
  margin-top: 20px;
}

.copyright-link {
  color: var(--dark-brown);
  transition: color .2s;
}

.copyright-link:hover {
  color: #e6007f;
}

.work-tab {
  width: 100%;
  color: var(--959595);
  letter-spacing: .4px;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 156%;
  display: flex;
}

.work-tab.w--current {
  color: var(--white);
  letter-spacing: .4px;
  background-color: #e6007f;
  font-size: 18px;
  font-weight: 700;
  line-height: 156%;
}

.project-tab-menu {
  display: flex;
}

.project-tab-container {
  padding-top: 80px;
}

.license-paragraph {
  width: 95%;
  color: var(--dim-grey);
  text-align: center;
  margin-top: 30px;
  margin-right: 0%;
  font-size: 18px;
  line-height: 167%;
}

.tagline-text-copy {
  color: #000;
  margin-bottom: 0;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 140%;
}

.tagline-text-copy.ga {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.project-thumbnail-copy {
  height: auto;
  object-fit: cover;
  margin-top: 45px;
}

.digi-button {
  outline-offset: 0px;
  color: var(--white);
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #e6007f;
  background-clip: border-box;
  border-radius: 0;
  outline: 3px #fff;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 15px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: visible;
  min-width: 275px;
  text-align: center;
}

.digi-button.brown-button {
  background-color: #e6007f;
  background-image: none;
  transform: translate(0);
}

.digi-button.brown-button:hover {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.digi-button.brown-button:focus {
  background-color: #ff008d;
}

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

.bold-text-2 {
  font-weight: 500;
}

.text-block-2 {
  font-family: Poppins, sans-serif;
  position: static;
}

.text-block-2:active {
  overflow: visible;
}

.text-block-3, .text-block-4 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.text-block-5 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.slide {
  background-image: url('/img/digitalni-panel-digiday-01.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-2 {
  background-image: url('/img/digitalni-panel-digiday-02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
}

.slider {
  width: 965px;
}

.image {
  float: none;
  clear: none;
  text-align: center;
  display: block;
}

.container {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: 110px;
  display: block;
}

.image-2 {
  text-align: center;
  display: inline-block;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template: "Area"
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: stretch;
  align-items: stretch;
  display: grid;
}

.text-block-6 {
  font-family: Poppins, sans-serif;
}

.bold-text-3 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.text-block-7, .text-block-8, .text-block-9 {
  font-family: Poppins, sans-serif;
}

.container-2 {
  display: block;
}

.section {
  object-fit: scale-down;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  overflow: visible;
}

.columns {
  object-fit: contain;
}

.columns-2 {
  margin-bottom: 100px;
}

.text-block-10 {
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
}

.text-block-10:hover {
  color: var(--digiday-pink);
  font-weight: 400;
}

.heading {
  color: var(--black--1f1f20);
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  transition: opacity .2s;
}

.heading:hover {
  color: var(--digiday-pink);
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

.link {
  color: var(--black--1f1f20);
  font-family: Poppins, sans-serif;
}

.link:hover {
  color: var(--digiday-pink);
}

.heading-2 {
  color: var(--black--1f1f20);
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
}

.heading-2:hover {
  color: var(--digiday-pink);
}

.text-block-11 {
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
}

.link-2 {
  color: var(--black--1f1f20);
  font-family: Poppins, sans-serif;
  text-decoration: underline;
}

.link-2:hover {
  color: var(--digiday-pink);
}

.button {
  margin-bottom: 100px;
}

.link-3 {
  color: var(--black--1f1f20);
  margin-bottom: 5px;
  padding-right: 15px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
  text-decoration: underline;
  display: block;
}

.link-3:hover {
  color: var(--digiday-pink);
}

.link-4 {
  color: var(--black--1f1f20);
  line-height: 150%;
}

.link-4:hover {
  color: var(--digiday-pink);
}

.text-span {
  color: var(--digiday-pink);
  font-weight: 500;
}

.grid-2 {
  grid-template: "Area"
  / 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.image-3 {
  max-width: 100%;
}

.rich-text-block {
  padding-left: 40px;
}

.text-span-2 {
  font-style: italic;
  font-weight: 300;
}

.touch:hover {
  color: #1f1f20;
  font-style: normal;
  font-weight: 700;
}

.text-span-3 {
  font-style: italic;
}

.new:hover, .new:active {
  color: var(--digiday-pink);
  font-style: italic;
}

.text-block-12 {
  color: #000;
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -4.5px;
    font-size: 82px;
    line-height: 98%;
  }

  h2 {
    font-size: 54px;
    line-height: 103%;
  }

  h3 {
    letter-spacing: -2.5px;
    font-size: 44px;
  }

  h4 {
    letter-spacing: -1.5px;
    font-size: 32px;
  }

  h5 {
    letter-spacing: -1px;
    font-size: 26px;
    line-height: 115%;
  }

  h6 {
    font-size: 22px;
  }

  .heading-wrapper.homepage-hero {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .navigation-container {
    max-width: 650px;
  }

  .contain3 {
    display: block;
  }

  .hero-section-wrapper {
    max-width: 650px;
    flex-direction: column;
    padding-bottom: 100px;
  }

  .tagline-container {
    margin-bottom: 10px;
  }

  .hero-heading.bottom {
    text-align: center;
    display: inline-block;
    right: 0%;
  }

  .hero-heading.top {
    text-align: center;
    font-size: 82px;
    display: block;
    left: 0%;
  }

  .hero-paragraph {
    width: 53%;
  }

  .partners-container {
    margin-top: 80px;
  }

  .partners-logo {
    display: flex;
  }

  .partners-logo.homepage {
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: center;
  }

  .partners-image._3 {
    margin: 15px 30px;
  }

  .partners-image._4 {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 30px;
  }

  .partners-image._1, .partners-image._2, .partners-image._5 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .services-wrapper {
    max-width: 650px;
    flex-direction: column;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .services-top-wrapper {
    align-items: flex-end;
    padding-left: 0;
    padding-right: 0;
  }

  .services-container {
    grid-column-gap: 30px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: space-between;
    align-items: start;
    display: grid;
  }

  .service {
    padding-right: 0;
  }

  .service-point {
    max-width: 260px;
    margin-bottom: 0;
    font-size: 15px;
  }

  .projects-wrapper {
    max-width: 650px;
    flex-direction: column;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .projects-heading {
    width: 50%;
  }

  .projects-slider {
    height: auto;
    margin-bottom: 40px;
  }

  .about-wrapper {
    max-width: 650px;
    flex-direction: column;
  }

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

  .about-heading.top {
    margin-left: -5%;
    margin-right: 0%;
    font-size: 54px;
  }

  .about-heading.bottom {
    margin-left: 1%;
    font-size: 54px;
  }

  .about-contain {
    flex-direction: column-reverse;
  }

  .section-text-container {
    width: 60%;
    margin-top: 100px;
  }

  .about-image-absolute {
    width: 50%;
    left: -10%;
  }

  .testimonial-wrapper {
    max-width: 650px;
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .testimonial-text-block {
    width: 80%;
    text-align: center;
    margin-right: 0%;
  }

  .why-us-wrapper {
    max-width: 650px;
    flex-direction: column;
    padding-top: 100px;
  }

  .why-us-text-container {
    width: 100%;
    max-width: none;
  }

  .why-us-text-block {
    margin-bottom: 40px;
    margin-right: 0%;
  }

  .why-us-right-container {
    width: 100%;
  }

  .why-us-points {
    width: 100%;
    max-width: none;
  }

  .blog-wrapper {
    max-width: 650px;
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .blogs-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .blogs-heading {
    width: 80%;
    max-width: none;
  }

  .subheads-container-blog {
    width: 50%;
    max-width: none;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .blogs-wrapper {
    margin-top: 100px;
  }

  .blogs-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .blog-container {
    width: 100%;
  }

  .blog-image.home {
    height: 350px;
  }

  .blog-title {
    width: 80%;
  }

  .makeshift-footer-wrapper {
    max-width: 650px;
    flex-direction: column;
  }

  .footer-bottom-wrapper {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .footer-grid {
    grid-column-gap: 16px;
    grid-template-columns: 5fr .25fr 2fr 2fr 3fr;
  }

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

  .makeshift-footer-link {
    margin-bottom: 15px;
    font-size: 17px;
  }

  .copyright-wrapper {
    max-width: 650px;
  }

  .project-mask {
    max-width: 460px;
  }

  .project-slide {
    width: 80%;
  }

  .projects-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .right-arrow {
    left: 10%;
  }

  .menu-navigation {
    opacity: 0;
    padding-bottom: 100px;
    padding-left: 100px;
    padding-right: 85px;
    display: none;
  }

  .close-button {
    top: 52px;
    right: 85px;
  }

  .close-contain {
    background-image: url('/img/cross.svg');
    background-position: 50%;
    background-size: auto;
  }

  .nav-links-container {
    margin-left: 0;
  }

  .nav-links-left-container {
    margin-right: 140px;
  }

  .connect-wrapper {
    margin-top: 100px;
  }

  .projects-paragraph {
    max-width: 300px;
    margin-left: 60px;
  }

  .slider-testimonial {
    max-width: 500px;
    min-width: 500px;
  }

  .about-hero-wrapper {
    max-width: 650px;
    flex-direction: column;
    padding-bottom: 0;
  }

  .about-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .about-hero-tagline {
    width: 70%;
    margin-top: 40px;
    padding-bottom: 0;
  }

  .play-button {
    bottom: 35%;
    left: 42%;
  }

  .the-people-wrapper {
    max-width: 600px;
    flex-direction: column;
  }

  .the-people-paragraph {
    width: 90%;
  }

  .the-people-grid {
    max-width: 650px;
    grid-column-gap: 50px;
  }

  .our-process-wrapper {
    max-width: 650px;
    flex-direction: column;
  }

  .process-right-contain {
    width: 60%;
  }

  .steps {
    max-width: 200px;
  }

  .steps-paragraph {
    font-size: 16px;
  }

  .our-team-wrapper, .subscribe-wrapper {
    max-width: 650px;
    flex-direction: column;
  }

  .why-us-image {
    display: none;
  }

  .our-work-hero {
    max-width: 650px;
    flex-direction: column;
  }

  .work-hero-heading {
    width: 100%;
  }

  .work-hero-tagline {
    width: 90%;
    margin-top: 40px;
  }

  .work-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .project-wrapper {
    flex-direction: column;
    justify-content: space-between;
    padding-top: 28px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  ._4 {
    height: auto;
  }

  .collection-list {
    justify-content: center;
  }

  .our-work-item {
    width: 80%;
    margin-left: 1%;
    margin-right: 1%;
    display: flex;
  }

  .work-template-wrapper {
    max-width: 650px;
    flex-direction: column;
  }

  .temp-top-wrapper {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .main-heading-project {
    margin-right: 5px;
  }

  .project-main-image {
    max-width: 80%;
  }

  .project-about-grid {
    margin-bottom: 60px;
  }

  .pricing-hero-heading {
    width: 100%;
  }

  .pricing-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .pricing-wrapper {
    max-width: 650px;
    flex-direction: column;
  }

  .price-box-container {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 100px;
  }

  .price-box {
    width: 70%;
    margin-bottom: 60px;
  }

  .faq-main-heading {
    width: 100%;
    text-align: center;
  }

  .faq-wrapper {
    width: 100%;
    max-width: none;
    min-width: auto;
  }

  .faq-question {
    font-size: 22px;
  }

  .contact-wrapper {
    max-width: 650px;
    flex-direction: column;
    padding-top: 80px;
  }

  .contact-hero-heading {
    width: 100%;
  }

  .pricing-hero-tagline {
    width: 70%;
    margin-top: 40px;
  }

  .contact-hero-tagline {
    width: 100%;
    margin-top: 40px;
  }

  .contact-hero-paragraph {
    max-width: 350px;
  }

  .contact-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .faq-page-wrapper {
    max-width: 650px;
    flex-direction: column;
    padding-top: 80px;
  }

  .faq-hero-heading {
    width: 100%;
  }

  .faq-hero-tagline {
    width: 100%;
    margin-top: 40px;
  }

  .testimonials-top-wrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
  }

  .faq-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .testimonials-page-wrapper {
    max-width: 650px;
    flex-direction: column;
    padding-top: 100px;
  }

  .test-hero-heading {
    width: 100%;
  }

  .quote-left {
    width: 40px;
    left: -7%;
  }

  .quote-right {
    width: 40px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: -7%;
  }

  .test-hero-paragraph {
    width: 80%;
  }

  .contact-form-block {
    padding-left: 80px;
    padding-right: 80px;
  }

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

  .contact-dropdown {
    width: 101%;
  }

  .our-location-heading {
    width: 100%;
    text-align: center;
  }

  .services-main-wrapper {
    max-width: 650px;
    flex-direction: column;
    padding-top: 80px;
  }

  .services-flex-top-wrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .services-main-heading {
    width: 80%;
    max-width: none;
    text-align: center;
  }

  .services-hero-tagline {
    width: 60%;
    margin-top: 40px;
    margin-left: 0;
  }

  .services-hero-paragraph {
    max-width: 450px;
  }

  .services-main-image {
    width: 60%;
    max-width: 60%;
    margin-top: 60px;
    position: static;
    right: -26%;
  }

  .all-services-section {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .services-heading-60px {
    font-size: 50px;
  }

  .services-image-wrapper {
    margin-bottom: 60px;
  }

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

  .services-absolute {
    max-height: 300px;
    max-width: 300px;
  }

  .services-text-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .services-headings {
    font-size: 46px;
  }

  .paragraph-services {
    max-width: 520px;
    margin-top: 20px;
  }

  .services-grid {
    grid-column-gap: 60px;
  }

  .blog-page-wrapper {
    max-width: 650px;
    flex-direction: column;
    padding-top: 80px;
  }

  .blog-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .blog-hero-heading {
    width: 100%;
  }

  .blog-tab-wrapper {
    padding-top: 80px;
  }

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

  .blog-item {
    width: 60%;
    margin-bottom: 60px;
    margin-right: 0%;
  }

  .date-text {
    margin-bottom: 10px;
  }

  .blog-info-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .title-blog {
    font-size: 30px;
  }

  .blog-info-headings {
    font-size: 24px;
  }

  .blog-info-container {
    width: 100%;
  }

  .blog-info-container.share-now {
    width: 30%;
    align-items: stretch;
    margin-top: 0;
    position: static;
  }

  .blog-about-grid {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .share-links-contain {
    justify-content: space-between;
  }

  .blog-template-wrapper {
    max-width: 650px;
    flex-direction: column;
    padding-bottom: 0;
  }

  .author-block {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .read-more-heading {
    margin-right: 0;
    font-size: 40px;
  }

  .heading-wrapper-author {
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
  }

  .more-blog-wrapper {
    width: auto;
    flex-direction: column;
    align-items: flex-start;
  }

  .more-blog-wrapper.w--current {
    margin-bottom: 60px;
  }

  .blog-more-thumbnail {
    max-height: none;
  }

  .blog-more-info {
    margin-top: 40px;
    margin-left: 0;
  }

  .error-middle-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 60px;
  }

  .error-left-wrapper {
    width: 100%;
  }

  .error-heading {
    width: 80%;
    max-width: none;
  }

  .error-right-container {
    width: 100%;
    max-width: none;
    margin-top: 40px;
  }

  .password-heading {
    width: 80%;
    max-width: none;
    text-align: center;
  }

  .changelog-wrapper {
    max-width: 650px;
    flex-direction: column;
    padding-bottom: 160px;
  }

  .changelog-center-wrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .changelog-heading {
    width: 100%;
  }

  .licensing-wrapper {
    max-width: 650px;
    flex-direction: column;
    padding-top: 80px;
  }

  .licensing-center-wrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
  }

  .licensing-heading-main {
    width: 100%;
  }

  .license-image-wrapper {
    margin-bottom: 60px;
  }

  .instructions-wrapper {
    max-width: 650px;
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .instructions-heading {
    width: 100%;
  }

  .categories-page-wrapper {
    max-width: 650px;
    flex-direction: column;
  }

  .collection-item {
    width: 60%;
  }

  .more-blogs-list {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .author-left-contain {
    width: 100%;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .instructions-wrapper-center {
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
  }

  .author-image-wrapper {
    object-fit: contain;
  }

  .more-blogs-heading {
    margin-bottom: 80px;
    margin-right: 0;
    font-size: 40px;
  }

  .license-paragraph {
    width: 90%;
    text-align: center;
    margin-right: 0%;
    font-size: 16px;
    line-height: 150%;
  }

  .project-thumbnail-copy {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -3px;
    font-size: 56px;
    line-height: 107%;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 34px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 20px;
  }

  .style-guide-link {
    flex-wrap: wrap;
  }

  .style-guide-links {
    margin-bottom: 15px;
  }

  .paragraph-18px, .paragraph-18px-light, .paragraph-18px-white {
    font-size: 16px;
  }

  .subtitle-italics, .subtitle-italics-white {
    font-size: 18px;
  }

  .navigation-container {
    width: 90%;
    max-width: 550px;
  }

  .social-icons {
    margin-right: 20px;
    display: none;
  }

  .social-icons.open-navigation {
    display: flex;
  }

  .contain3 {
    padding-bottom: 0;
  }

  .logos-social.open-nav, .logos-social.open-nav-middle {
    width: 60px;
    height: 60px;
  }

  .hero-section-wrapper {
    max-width: 550px;
    padding-top: 60px;
  }

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

  .hero-heading.bottom {
    right: 0%;
  }

  .hero-heading.top {
    font-size: 56px;
  }

  .hero-paragraph {
    width: 90%;
    text-align: center;
    margin-bottom: 40px;
    font-size: 16px;
  }

  .paragraph-and-button-container {
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
  }

  .partners-logo {
    width: 100%;
    flex-flow: column wrap;
    justify-content: space-between;
    margin-top: 40px;
  }

  .partners-logo.homepage {
    width: 100%;
    flex-direction: row;
    align-content: space-between;
    align-items: center;
  }

  .partners-image._3 {
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .partners-image._4 {
    width: 160px;
    max-width: 100%;
    margin: 15px 20px;
  }

  .partners-image._1, .partners-image._2 {
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .partners-image._5 {
    width: 160px;
    max-width: 120%;
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .services-wrapper {
    max-width: 550px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .services-top-wrapper {
    flex-direction: column;
  }

  .services-heading {
    width: 100%;
  }

  .subheads-container {
    width: 100%;
    margin-top: 40px;
  }

  .services-paragraph {
    width: 80%;
  }

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

  .service {
    width: 70%;
    max-width: none;
    margin-bottom: 40px;
  }

  .service-point {
    max-width: none;
    letter-spacing: .6px;
  }

  .projects-wrapper {
    max-width: 550px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .projects-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .projects-heading {
    width: auto;
  }

  .projects-slider {
    height: auto;
  }

  .about-wrapper {
    max-width: 550px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-heading.top {
    margin-left: 0%;
    font-size: 42px;
  }

  .about-heading.bottom {
    margin-left: 5%;
    font-size: 42px;
  }

  .about-contain {
    margin-top: 80px;
  }

  .section-text-container {
    width: 80%;
  }

  .about-paragraph {
    font-size: 16px;
  }

  .testimonial-wrapper, .why-us-wrapper {
    max-width: 550px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .data-container {
    margin-right: 40px;
  }

  .blog-wrapper {
    max-width: 550px;
  }

  .subheads-container-blog {
    width: 60%;
  }

  .white-overlay {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-title {
    width: 60%;
  }

  .makeshift-footer-wrapper {
    max-width: 550px;
  }

  .footer-bottom-wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .footer-grid {
    max-width: 550px;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
  }

  .footer-left-container {
    max-width: none;
    margin-bottom: 40px;
  }

  .footer-paragraph {
    width: 85%;
  }

  .footer-containers {
    width: 30%;
  }

  .makeshift-footer-link {
    font-size: 16px;
  }

  .project-slide {
    width: 70%;
    margin-right: 40px;
  }

  .project-title {
    font-size: 24px;
  }

  .right-arrow {
    left: 12%;
  }

  .menu-navigation {
    opacity: 0;
    padding-left: 60px;
    padding-right: 60px;
    display: none;
  }

  .close-button {
    border-radius: 100px;
    padding: 16px;
    top: 52px;
    right: 60px;
  }

  .close-contain {
    background-image: url('/img/cross.svg');
    background-position: 50%;
    background-size: auto;
    margin-right: 0;
  }

  .close-text {
    display: none;
  }

  .brand-logo-nav-menu {
    padding-left: 0;
    top: 52px;
    left: 60px;
  }

  .brand-logo-nav-menu.w--current {
    left: 60px;
  }

  .nav-links-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 650px;
  }

  .nav-links-left-container {
    width: auto;
    align-items: center;
    margin-right: 20px;
  }

  .nav-links-right-container {
    width: auto;
    align-items: center;
  }

  .connect-wrapper {
    margin-left: 20px;
  }

  .projects-bottom-container {
    width: 100%;
    text-align: left;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .projects-paragraph {
    max-width: 400px;
    text-align: left;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .slider-testimonial {
    margin-top: 80px;
  }

  .about-hero-wrapper {
    max-width: 550px;
    padding-top: 60px;
  }

  .tagline-hero-paragraph {
    font-size: 16px;
  }

  .about-hero-tagline {
    width: 80%;
  }

  .play-button {
    width: 15%;
  }

  .the-people-paragraph {
    font-size: 16px;
  }

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

  .the-people-grid {
    width: 70%;
    max-width: 500px;
    flex-direction: column;
    display: flex;
  }

  .why-us-contain {
    max-width: none;
    flex-direction: column;
    margin-bottom: 30px;
    display: flex;
  }

  .our-process-wrapper {
    max-width: 550px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .process-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .process-right-contain {
    width: 80%;
    margin-top: 40px;
  }

  .process-paragraph {
    margin-top: 20px;
    font-size: 16px;
  }

  .process-container {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
  }

  .steps {
    width: 80%;
    max-width: none;
    margin-top: 20px;
  }

  .our-team-wrapper {
    max-width: 550px;
  }

  .our-team-paragraph {
    width: 60%;
  }

  .team-members-grid {
    grid-column-gap: 23px;
  }

  .member-name {
    font-size: 24px;
  }

  .subscribe-wrapper {
    max-width: 550px;
  }

  .our-work-hero {
    max-width: 550px;
    padding-top: 60px;
  }

  .work-hero-tagline {
    width: 80%;
  }

  .tagline-text-brown {
    font-size: 18px;
  }

  .project-description {
    font-size: 16px;
  }

  ._4 {
    margin-top: 40px;
  }

  .our-work-item {
    width: 90%;
  }

  .work-template-wrapper {
    max-width: 550px;
    padding-top: 60px;
  }

  .main-heading-project {
    margin-right: 0;
  }

  .description-project {
    font-size: 16px;
  }

  .project-content-wrapper {
    margin-bottom: 100px;
  }

  .project-about-grid {
    margin-bottom: 60px;
  }

  .info-content {
    font-size: 18px;
  }

  .project-body p, .project-body ul, .project-body ol, .project-body blockquote {
    font-size: 16px;
  }

  .pricing-wrapper {
    max-width: 550px;
    padding-top: 60px;
  }

  .price-box {
    width: 85%;
  }

  .faq-container {
    margin-bottom: 100px;
  }

  .faq-wrapper {
    min-width: 400px;
  }

  .faq-question {
    line-height: 130%;
  }

  .contact-wrapper {
    max-width: 550px;
    padding-top: 60px;
  }

  .pricing-hero-tagline {
    width: 80%;
  }

  .contact-hero-tagline {
    width: 100%;
  }

  .contact-hero-paragraph {
    max-width: 300px;
    font-size: 16px;
  }

  .contact-top-wrapper {
    margin-bottom: 80px;
  }

  .contact-form-container {
    margin-bottom: 120px;
  }

  .faq-page-wrapper {
    max-width: 550px;
    padding-top: 60px;
  }

  .faq-hero-tagline {
    width: 100%;
  }

  .faq-hero-paragraph {
    font-size: 16px;
  }

  .testimonials-page-wrapper {
    max-width: 550px;
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .test-heading-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .quote-left {
    width: 30px;
    display: none;
    left: -5%;
  }

  .quote-right {
    width: 30px;
    display: none;
    right: -5%;
  }

  .test-hero-paragraph {
    width: 90%;
    font-size: 16px;
  }

  .contact-form-block {
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

  .services-main-wrapper {
    max-width: 550px;
    padding-top: 60px;
  }

  .services-flex-top-wrapper {
    margin-bottom: 0;
  }

  .services-hero-tagline {
    width: 60%;
  }

  .services-hero-paragraph {
    max-width: 300px;
    font-size: 16px;
  }

  .all-services-section {
    margin-top: 80px;
    margin-bottom: 100px;
  }

  .services-heading-60px {
    font-size: 38px;
  }

  .services-subparagraph {
    margin-bottom: 60px;
    font-size: 16px;
  }

  .services-image {
    max-width: 70%;
  }

  .services-absolute {
    max-width: 200px;
  }

  .services-text-container {
    width: 100%;
  }

  .services-headings {
    font-size: 34px;
  }

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

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

  .service-contain {
    width: 100%;
    margin-bottom: 40px;
  }

  .service-name {
    font-size: 18px;
  }

  .blog-page-wrapper {
    max-width: 550px;
    padding-top: 60px;
  }

  .blog-hero-paragraph {
    max-width: 300px;
    font-size: 16px;
  }

  .tabs-menu {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-tabs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-info-top-wrapper {
    flex-direction: row;
    padding-right: 0;
  }

  .title-blog {
    font-size: 25px;
  }

  .blog-info-headings {
    font-size: 20px;
  }

  .blog-info-content {
    font-size: 16px;
  }

  .blog-info-container.share-now {
    width: 40%;
    margin-top: 0;
  }

  .blog-about-grid {
    grid-column-gap: 20px;
  }

  .blog-template-wrapper {
    max-width: 550px;
    padding-top: 60px;
  }

  .author-heading {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .author-name {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .author-description {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .read-more-heading {
    font-size: 36px;
  }

  .blog-more-heading {
    font-size: 24px;
    line-height: 120%;
  }

  .blog-more-description {
    font-size: 16px;
  }

  .utility-page-wrap {
    justify-content: flex-start;
    padding-top: 60px;
  }

  .error-middle-wrapper {
    margin-top: 60px;
  }

  .error-right-container {
    width: 100%;
  }

  .utility-page-form, .password-field {
    width: 400px;
  }

  .changelog-wrapper {
    max-width: 550px;
    padding-top: 60px;
  }

  .changelog-center-wrapper {
    margin-bottom: 40px;
  }

  .changelog-divider {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .licensing-wrapper {
    max-width: 550px;
    padding-top: 60px;
  }

  .licensing-center-wrapper {
    margin-bottom: 80px;
  }

  .license-text-wrapper {
    margin-bottom: 0;
  }

  .license-image-wrapper {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .license-text-container {
    align-items: flex-end;
  }

  .instructions-wrapper {
    max-width: 550px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .link-text-navbar {
    font-size: 26px;
  }

  .center-logo.open-nav {
    width: 22px;
  }

  .center-logo.open-nav.facebook {
    width: 15px;
  }

  .categories-page-wrapper {
    max-width: 550px;
    padding-top: 60px;
  }

  .center-quote {
    width: 35px;
    margin-bottom: 20px;
    display: block;
  }

  .instructions-contain {
    flex-direction: column;
    margin-bottom: 100px;
  }

  .instructions-wrapper-center {
    margin-bottom: 60px;
  }

  .more-blogs-heading {
    margin-bottom: 60px;
    font-size: 36px;
  }

  .tagline-text-copy {
    font-size: 18px;
  }

  .project-thumbnail-copy {
    margin-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -2px;
    font-size: 40px;
  }

  h2 {
    letter-spacing: -.5px;
    font-size: 36px;
  }

  h3 {
    letter-spacing: -1.5px;
    font-size: 30px;
  }

  p {
    font-size: 18px;
  }

  .h1-heading-white {
    font-size: 50px;
  }

  .navigation-container {
    max-width: none;
  }

  .contain3 {
    max-width: 100%;
  }

  .brand-logo {
    width: 50%;
    padding-left: 0;
  }

  .logos-social {
    display: none;
  }

  .logos-social.open-nav {
    width: 60px;
    height: 60px;
    background-image: none;
    display: flex;
  }

  .logos-social.open-nav-middle {
    width: 60px;
    height: 60px;
    background-image: none;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .logos-social.footer, .logos-social.footer-middle, .logos-social.sharelink, .logos-social.sharelink-middle {
    display: flex;
  }

  .hero-section-wrapper {
    width: 90%;
    max-width: none;
    min-width: auto;
    padding-bottom: 80px;
  }

  .hero-heading.bottom {
    text-align: center;
    font-size: 40px;
    right: 0%;
  }

  .hero-heading.top {
    font-size: 40px;
    left: 0%;
  }

  .hero-paragraph {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .paragraph-and-button-container {
    flex-direction: column;
    align-items: center;
  }

  .partners-container {
    justify-content: center;
  }

  .partnered-by-text {
    width: 90%;
    text-align: center;
    overflow: visible;
  }

  .partners-logo {
    width: 80%;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
  }

  .partners-logo.homepage {
    width: 100%;
    flex-direction: row;
    align-items: center;
  }

  .partners-image._3, .partners-image._4, .partners-image._1, .partners-image._2, .partners-image._5 {
    width: 120px;
    margin: 15px 10px;
  }

  .services-wrapper {
    width: 90%;
    max-width: none;
    min-width: auto;
  }

  .services-heading {
    letter-spacing: -.5px;
    font-size: 40px;
  }

  .services-paragraph {
    width: 90%;
    margin-top: 30px;
    font-size: 16px;
  }

  .services-container {
    width: auto;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 60px;
    display: flex;
  }

  .service {
    width: 80%;
    max-width: none;
    margin-bottom: 40px;
  }

  .service-point {
    max-width: none;
  }

  .projects-wrapper {
    width: 90%;
    max-width: none;
    min-width: auto;
  }

  .projects-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .projects-heading {
    width: 100%;
    margin-top: 40px;
    font-size: 40px;
  }

  .projects-slider {
    width: 100%;
    height: auto;
  }

  .about-wrapper {
    width: 90%;
    max-width: none;
    min-width: auto;
  }

  .about-heading.top {
    font-size: 36px;
  }

  .about-heading.bottom {
    margin-left: 0%;
    font-size: 36px;
  }

  .section-text-container {
    width: 100%;
  }

  .section-image-container {
    width: 80%;
  }

  .testimonial-wrapper {
    width: 90%;
    max-width: none;
    min-width: auto;
  }

  .testimonial-heading {
    text-align: center;
    font-size: 40px;
  }

  .testimonial-text-block {
    width: 90%;
  }

  .why-us-wrapper {
    width: 90%;
    max-width: none;
    min-width: auto;
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .why-us-heading {
    font-size: 40px;
  }

  .why-us-text-block {
    margin-right: 5%;
  }

  .point-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .data-container {
    margin-right: 0;
  }

  .why-us-paragraph {
    text-align: left;
    margin-top: 20px;
  }

  .brown-line.why-us {
    display: none;
  }

  .blog-wrapper {
    width: 90%;
    max-width: none;
    min-width: auto;
  }

  .blogs-heading {
    font-size: 40px;
  }

  .subheads-container-blog {
    width: 80%;
  }

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

  .blog-title {
    margin-bottom: 10px;
  }

  .blog-subhead {
    margin-right: 5%;
  }

  .makeshift-footer-wrapper {
    width: 90%;
    max-width: none;
    min-width: auto;
  }

  .footer-top-wrapper {
    align-items: flex-start;
  }

  .footer-bottom-wrapper {
    margin-top: 40px;
  }

  .footer-containers {
    width: 47%;
  }

  .footer-containers.contact-us {
    width: 100%;
  }

  .copyright-wrapper {
    max-width: 300px;
  }

  .copyright-text {
    font-size: 12px;
  }

  .project-mask {
    width: 100%;
  }

  .project-slide {
    width: 100%;
    margin-right: 30px;
  }

  .project-image {
    margin-bottom: 20px;
  }

  .project-title {
    font-size: 24px;
  }

  .right-arrow {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: auto;
    bottom: -22%;
    left: 0%;
    right: -50px;
  }

  .left-arrow {
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: -22%;
    left: -50px;
    right: 0;
  }

  .menu-navigation {
    opacity: 0;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 30px;
    display: none;
  }

  .close-button {
    padding: 16px;
    top: 40px;
    right: 20px;
  }

  .close-contain {
    width: 16px;
    height: 16px;
    margin-right: 0;
  }

  .close-text {
    display: none;
  }

  .brand-logo-nav-menu {
    width: 50%;
    padding-left: 0;
    display: none;
    position: absolute;
    top: auto;
    bottom: -15px;
    left: 75px;
    right: 0%;
  }

  .nav-links-container {
    flex-direction: column;
    margin-top: 500px;
    margin-left: 0;
  }

  .nav-links-left-container {
    width: auto;
    margin-right: 0;
  }

  .connect-wrapper {
    margin-top: 60px;
    margin-left: 30px;
  }

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

  .projects-bottom-container {
    align-items: flex-start;
  }

  .testimonial-heading-content {
    font-size: 18px;
  }

  .testimonial-bottom-info {
    margin-top: 20px;
  }

  .name-testimonial {
    margin-left: 10px;
    font-size: 20px;
  }

  .position-testimonial {
    font-size: 14px;
  }

  .slider-testimonial {
    max-width: 300px;
    min-width: 300px;
    margin-top: 60px;
  }

  .testimonial-navigation {
    font-size: 10px;
  }

  .about-hero-wrapper {
    width: 90%;
  }

  .about-hero-heading {
    font-size: 40px;
  }

  .about-hero-tagline {
    width: 100%;
  }

  .the-people-wrapper {
    width: 90%;
  }

  .the-people-brown-section {
    padding-bottom: 40px;
  }

  .the-people-grid {
    width: 90%;
    max-width: 250px;
  }

  .text-50px-white {
    margin-bottom: 20px;
  }

  .why-us-contain {
    margin-bottom: 50px;
  }

  .about-us-16px-paragraph {
    margin-top: 10px;
  }

  .our-process-wrapper {
    width: 90%;
    align-items: flex-start;
  }

  .process-right-contain {
    width: 90%;
  }

  .process-container {
    width: 90%;
    margin-top: 40px;
  }

  .steps {
    width: 100%;
    margin-top: 40px;
  }

  .steps-heading {
    margin-top: 20px;
  }

  .our-team-wrapper {
    width: 90%;
    max-width: none;
  }

  .our-team-heading {
    font-size: 40px;
  }

  .our-team-paragraph {
    width: 80%;
  }

  .team-member {
    margin-top: 20px;
  }

  .team-members-grid {
    flex-direction: column;
    margin-top: 60px;
    display: flex;
  }

  .subscribe-wrapper {
    width: 90%;
    max-width: none;
  }

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

  .subscribe-form {
    width: 90%;
    max-width: 290px;
  }

  .our-work-hero {
    width: 90%;
    max-width: none;
  }

  .work-hero-heading {
    font-size: 40px;
  }

  .work-hero-tagline {
    width: 90%;
  }

  .lets-talk-banner {
    width: 100%;
    display: flex;
  }
  .banner-wrapper
  {
    left: initial;
    right: initial;
    margin: 0;
  }

  .banner-heading {
    flex-direction: column;
    align-items: center;
    font-size: 32px;
    display: flex;
  }

  ._3-lines {
    top: -11%;
    right: -3%;
  }

  .banner-paragraph {
    width: 70%;
    text-align: center;
    font-size: 14px;
  }

  .our-work-item {
    width: 100%;
  }

  .work-template-wrapper {
    width: 90%;
    max-width: none;
    align-items: center;
  }

  .main-heading-project {
    margin-right: 0;
  }

  .project-about-grid {
    border-left-style: solid;
    border-right-style: solid;
    flex-direction: column;
    margin-bottom: 60px;
  }

  .project-info-container {
    width: 100%;
    flex-direction: column;
  }

  .project-info-container.borders {
    border-style: solid none;
  }

  .pricing-wrapper {
    width: 90%;
    max-width: none;
  }

  .price-box-container {
    margin-bottom: 60px;
  }

  .price-box {
    width: 100%;
  }

  .price-card-heading {
    padding-left: 0;
  }

  .price-card-heading-orange {
    padding-left: 0;
    font-size: 36px;
  }

  .pricing-info {
    padding-left: 0;
    font-size: 16px;
  }

  .faq-container {
    margin-bottom: 100px;
  }

  .faq-main-heading {
    text-align: center;
    margin-bottom: 60px;
  }

  .faq-wrapper {
    min-width: 280px;
  }

  .faq-point {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-question {
    margin-right: 5%;
    font-size: 20px;
    line-height: 130%;
  }

  .down-arrow {
    margin-top: 4px;
  }

  .question-contain {
    align-items: flex-start;
  }

  .contact-wrapper {
    width: 90%;
    max-width: none;
  }

  .contact-hero-heading, .pricing-hero-tagline {
    width: 90%;
  }

  .contact-hero-tagline {
    width: 90%;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-hero-paragraph {
    margin-left: 0;
  }

  .contact-form-container {
    margin-bottom: 100px;
  }

  .faq-page-wrapper {
    width: 90%;
    max-width: none;
  }

  .faq-hero-tagline {
    width: 90%;
    flex-direction: column;
    align-items: flex-start;
  }

  .faq-hero-paragraph {
    margin-left: 0;
  }

  .testimonials-page-wrapper {
    width: 90%;
    max-width: none;
  }

  .test-heading-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .test-hero-heading {
    width: 90%;
  }

  .quote-left {
    width: 20px;
    display: none;
    top: -10%;
    left: 6%;
  }

  .quote-right {
    width: 20px;
    display: none;
    right: 15%;
  }

  .test-hero-paragraph {
    width: 80%;
  }

  .contact-field-label {
    font-size: 16px;
  }

  .contact-field {
    border-radius: 0;
    font-size: 16px;
  }

  .contact-field.message {
    font-size: 16px;
  }

  .contact-form-block {
    background-color: rgba(0, 0, 0, 0);
    padding: 40px 20px;
  }

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

  .contact-form-heading {
    width: 80%;
    text-align: center;
    margin-bottom: 50px;
    line-height: 100%;
  }

  .contact-dropdown {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    font-size: 16px;
  }

  .submit-contact.brown-button {
    font-weight: 500;
  }

  .services-main-wrapper {
    width: 90%;
    max-width: none;
    padding-top: 60px;
  }

  .services-flex-top-wrapper {
    flex-direction: column;
    margin-bottom: 0;
  }

  .services-main-heading {
    width: auto;
    max-width: none;
    text-align: left;
  }

  .services-hero-tagline {
    width: 90%;
  }

  .services-main-image {
    width: 100%;
    max-width: none;
    margin-top: 40px;
    position: static;
    right: -10%;
  }

  .services-heading-60px {
    text-align: center;
    font-size: 34px;
  }

  .services-subparagraph {
    width: 90%;
    margin-bottom: 80px;
  }

  .services-image {
    max-width: 90%;
  }

  .services-absolute {
    max-width: 100px;
  }

  .services-headings {
    font-size: 30px;
  }

  .service-contain {
    width: 100%;
  }

  .blog-page-wrapper {
    width: 90%;
    max-width: none;
  }

  .blog-hero-paragraph {
    margin-left: 0;
  }

  .blogs-contain {
    margin-bottom: 60px;
  }

  .blog-item {
    width: 100%;
    margin-bottom: 100px;
  }

  .blog-info-top-wrapper {
    flex-direction: column;
    margin-bottom: 0;
  }

  .title-blog {
    font-size: 22px;
  }

  .blog-info-container {
    width: 100%;
    border-style: none;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-info-container.share-now {
    width: 60%;
  }

  .blog-about-grid {
    border-style: none;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  .blog-template-wrapper {
    width: 90%;
    max-width: none;
  }

  .auhtor-info-wrapper {
    margin-top: 0;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .read-more-heading {
    font-size: 30px;
  }

  .utility-page-wrap {
    height: 90vh;
    justify-content: flex-start;
    padding-top: 60px;
  }

  .error-right-container {
    width: 100%;
  }

  .utility-page-form {
    width: 280px;
    align-items: flex-start;
  }

  .password-heading {
    margin-bottom: 40px;
  }

  .password-submit-button {
    width: 280px;
  }

  .password-label {
    font-size: 16px;
  }

  .password-field {
    width: 280px;
    height: 65px;
    padding-right: 32px;
  }

  .changelog-wrapper {
    width: 90%;
    max-width: 300px;
  }

  .changelog-center-wrapper {
    margin-bottom: 0;
  }

  .licensing-wrapper {
    width: 90%;
    max-width: 300px;
    padding-top: 60px;
  }

  .license-subheading {
    margin-bottom: 16px;
  }

  .license-text-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .instructions-wrapper {
    width: 90%;
    max-width: none;
  }

  .orange-buttons {
    text-align: left;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .button-text {
    min-width: 150px;
    text-align: center;
    font-weight: 500;
  }

  .button-text.produkty {
    min-width: 220px;
  }

  .categories-page-wrapper {
    width: 90%;
    max-width: 300px;
  }

  .collection-item {
    width: 90%;
  }

  .brown-buttonx.digi-button {
    margin-top: 0;
  }

  .center-quote {
    width: 30px;
    margin-bottom: 20px;
    display: block;
  }

  .instruction-heading {
    margin-bottom: 16px;
  }

  .author-left-contain {
    flex-direction: column-reverse;
  }

  .instructions-wrapper-center {
    margin-bottom: 60px;
  }

  .author-image-wrapper {
    width: 200px;
    height: 200px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .more-blogs-heading {
    margin-bottom: 40px;
    font-size: 30px;
  }

  .work-tab {
    width: 100%;
  }

  .project-tab-menu {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: block;
  }

  .license-paragraph {
    width: 100%;
    margin-top: 30px;
  }

  .container {
    max-width: 320px;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .link-3 {
    padding-right: 0;
  }

  .column, .column-2 {
    text-align: center;
    margin-bottom: 60px;
    padding-left: 0;
  }

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

  .rich-text-block {
    padding-left: 0;
  }
}

#w-node-_876fe626-278d-77d5-1da8-9ad2428fe72b-4c383077 {
  grid-area: Area;
}

#w-node-_23eccf86-04d9-06c1-d7c5-4fefac3fbed1-ac3fbec5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_23eccf86-04d9-06c1-d7c5-4fefac3fbed9-ac3fbec5 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_23eccf86-04d9-06c1-d7c5-4fefac3fbee4-ac3fbec5 {
  grid-area: 1 / 4 / 3 / 5;
}

#w-node-_23eccf86-04d9-06c1-d7c5-4fefac3fbeed-ac3fbec5 {
  grid-area: 1 / 5 / 3 / 6;
}

#w-node-_4bbc5a23-1e80-7e1d-1a38-f634652b100f-f3383091, #w-node-e9103e56-72a6-20df-a742-f00ddca7c44e-7e383094 {
  grid-area: Area;
}

@media screen and (max-width: 991px) {
  #w-node-_0334b995-85c3-ab40-6e8d-a1805f59c7f4-0438308a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


@font-face {
  font-family: 'Avertastd';
  src: url('/fonts/AvertaStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avertastd';
  src: url('/fonts/AvertaStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avertastd';
  src: url('/fonts/AvertaStd-Extrathin.otf') format('opentype'), url('/fonts/AvertaStd-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avertastd';
  src: url('/fonts/AvertaStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avertastd';
  src: url('/fonts/AvertaStd-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avertastd';
  src: url('/fonts/AvertaStd-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@media (max-width: 767px)
{
  .contact-wrapper .contact-form-container div.columns-2.w-row .w-col
  {
    margin-bottom: 50px;
  }
}
body.single .blog-template-wrapper
{
  margin-bottom: 75px;
}
@media screen and (max-width: 479px)
{
  .logos-social {
      display: flex;
  }
  .blog-info-container
  {
    padding-top: 25px!important;
    padding-bottom: 25px!important;
  }
  .blog-info-container .blog-info-divider
  {
    display: none;
  }
}
div.gdpr
{
  max-width: 990px;
  margin: 0 auto;
}