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

body {
  color: #1e0e1d;
  cursor: default;
  padding-left: 0;
  padding-right: 0;
  font-family: Averiaseriflibre, sans-serif;
  font-size: 1vw;
  line-height: 29px;
}

h1 {
  color: #141414;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-text;
  font-size: 5em;
  font-weight: 400;
  line-height: 1em;
}

h2 {
  color: #141414;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-text;
  font-size: 3.3em;
  font-weight: 400;
  line-height: 1.1em;
}

h3 {
  color: #141414;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-text;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.4em;
}

h4 {
  color: #141414;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-text;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.4em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

p {
  color: #141414;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-display;
  font-size: 1.15em;
  font-weight: 500;
  line-height: 1.8em;
}

a {
  color: #141414;
  cursor: pointer;
  font-family: neue-haas-grotesk-text;
  font-size: 1.2em;
  line-height: 1.4em;
  text-decoration: none;
  transition: all .35s;
}

a:hover {
  color: #141414;
}

.container {
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.styletitle {
  text-transform: uppercase;
  border-bottom: 1px solid #d4d4d4;
  margin: 20px 15px 30px 0;
  font-size: 14px;
}

.flexcolwrap {
  flex-flow: column wrap;
  display: flex;
}

.flexcolwrap.inversecolors {
  background-color: #141414;
  align-items: flex-start;
  padding-top: 26px;
  padding-bottom: 0;
}

.flex2col {
  width: 80%;
  margin-bottom: 15px;
  padding: 10px 15px 10px 0;
}

.stylename {
  color: #d4d4d4;
  text-transform: uppercase;
  border-top: 1px solid #d4d4d4;
  border-bottom: 0 #d4d4d4;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.colorbox {
  width: 150px;
  height: 150px;
  margin-right: 25px;
  display: inline-block;
}

.colorbox.blackcolor {
  background-color: #141414;
  margin-left: 0;
}

.colorbox.whitecolor {
  background-color: #fff;
}

.linebutton {
  width: 100%;
  height: 1px;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  perspective: none;
  perspective-origin: 100%;
  transform: ;
  transform-origin: 0%;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 0%;
  position: relative;
}

.linebutton.white {
  background-color: #141414;
}

.cta {
  color: #fff;
  text-decoration: none;
}

.steps {
  display: inline-block;
}

.text-white {
  color: #fff;
}

.button-talk {
  width: 13vw;
  height: 13vw;
  background-color: #7300ff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -5vw;
  left: auto;
  right: -5vw;
}

.section-test {
  width: 100vw;
  height: 200vh;
  background-color: #141414;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-hero {
  width: 100vw;
  height: 200vh;
  background-color: #141414;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.body {
  cursor: auto;
  background-color: rgba(0, 0, 0, 0);
  overflow: visible;
}

.wrapper-image {
  width: 25%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrapper-image.left {
  transform-origin: 0%;
}

.wrapper-image.right {
  transform-origin: 100%;
}

.section {
  z-index: 1;
  width: 100vw;
  height: 40vh;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.wrapper-img {
  width: 30vw;
  height: 40vw;
  display: none;
}

.img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bad-exemple {
  z-index: 0;
  background-color: #bc916e;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.test {
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.color-one {
  width: 100%;
  height: 100%;
  background-color: #802e2e;
}

.color-two {
  width: 100%;
  height: 100%;
  background-color: #064943;
}

.background-color-change, .wrappper-color-layer {
  z-index: 0;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-color {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-color.beige {
  background-color: #fd3f25;
}

.bg-color.blue {
  background-color: #fff;
}

.bg-color.gris {
  background-color: #fd3f25;
}

.grabbing-nav {
  color: #fff;
  background-color: rgba(221, 221, 221, 0);
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  display: inline-block;
}

.image {
  width: 60px;
  height: auto;
  max-width: none;
  margin-left: 60px;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: 50vw;
  display: flex;
  position: relative;
}

.nav-menu.social-nav {
  justify-content: center;
  align-items: center;
  margin-right: 5vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-link {
  color: #1e0e1d;
  margin-top: 20px;
  padding-left: 20px;
  font-family: Work Sans, sans-serif;
  font-size: 36px;
  font-weight: 500;
  position: fixed;
}

.nav-link.nav-social-links {
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
}

.nav-link.floating-nav-2 {
  padding-bottom: 20px;
  padding-right: 20px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.nav-link.floating-nav-2.floating-nav-3 {
  margin-left: 0;
  margin-right: 20px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.grabbing-nav-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: inline;
}

.nav-menu-2 {
  margin-left: -10px;
  margin-right: 50vw;
  display: block;
  position: static;
}

.nav-menu-2.social-nav {
  justify-content: center;
  align-items: center;
  margin-right: 5vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-link-2 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.nav-link-2.nav-social-links {
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
}

.image-2 {
  width: 160px;
  color: #141414;
  padding-top: 20px;
  padding-bottom: 10px;
  transform: rotate(0);
}

.nav-links {
  color: #1e0e1d;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
}

.nav-links.social-nav-icons {
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
}

.nav-links.social-nav-icons.instagram-icon {
  display: none;
}

.social-icon-nav {
  margin-top: 10px;
  margin-left: 259px;
}

.social-icon-nav.social-link-wrapper {
  margin-left: 140px;
  margin-right: 100px;
}

.navbar {
  background-color: #fff;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.hero-text-wrapper {
  max-width: 940px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-header-text {
  color: #fff;
  font-family: Crimson Pro, sans-serif;
  font-size: 60px;
  font-weight: 400;
}

.footer-light {
  z-index: 1;
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 600px;
  padding: 80px 30px 40px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  height: 48px;
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.container-5 {
  width: auto;
  max-width: 100vw;
  object-fit: contain;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.brand {
  transform-style: preserve-3d;
  margin-left: 50px;
  transform: translate3d(0, 0, 90px);
}

.div-block {
  width: 100vw;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.line {
  width: 1px;
  height: 100px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.image-3 {
  width: 60px;
}

.heading {
  color: #fff;
  letter-spacing: 1.5px;
  font-family: Crimson Pro, sans-serif;
}

.hero-section {
  width: 100vw;
  height: auto;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.hero-section.content-section {
  background-color: #fff;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.hero-wrapper {
  z-index: 1;
  width: 100%;
  height: 80vh;
  max-width: 1100px;
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: static;
}

.hero-wrapper.portfolio-section {
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  position: relative;
}

.hero-wrapper.third-section-content-wrapper {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 220px;
  position: relative;
}

.background-holder {
  z-index: 0;
  display: flex;
  position: relative;
}

.background {
  background-color: #fff;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.h1-slogan {
  width: 100%;
  color: #422140;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-family: Averiaseriflibre, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  display: flex;
}

.section-header {
  color: #422140;
  margin-bottom: 100px;
  font-family: Averiaseriflibre, sans-serif;
  font-size: 52px;
}

.section-header.display-none {
  margin-bottom: 0;
  padding-bottom: 40px;
  display: none;
}

.section-header.about-section-header {
  width: 80%;
  text-transform: capitalize;
  font-size: 4rem;
}

.section-header.about-page-header-grabbing-explainer {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 4.5rem;
  display: flex;
}

.section-header.projects-section-header {
  width: 800px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 50px;
  display: flex;
}

.section-header.project-name {
  margin-bottom: 0;
}

.section-header.project-name.grabbingfit-section-header-edit {
  color: #fff;
}

.line-div {
  width: 1.5px;
  height: 150px;
  background-color: #fff;
  display: none;
}

.hero-cta-column {
  width: 45%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  padding-left: 80px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.icon-holder-column {
  width: 55%;
  height: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 6px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.what-we-do-statement {
  width: 100%;
  color: #422140;
  text-align: left;
  text-transform: capitalize;
  font-family: Work Sans, sans-serif;
  font-size: 2em;
  font-weight: 400;
}

.cta-button {
  color: #141414;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Work Sans, sans-serif;
  box-shadow: 3px 4px #422140;
}

.cta-button:hover {
  background-color: #fff;
}

.cta-button.button-2 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.portfolio-columns {
  width: 100%;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-auto-flow: row;
  margin-top: 0;
  padding-top: 100px;
  position: relative;
}

.work-content-wrapper {
  width: 1080px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.case-study-content-holder {
  width: 600px;
  height: 455px;
  background-color: #ffc341;
}

.case-study-content-holder.case-study-2 {
  background-color: #9196a2;
  background-image: url('../images/4.png');
  background-position: 50%;
  background-size: cover;
}

.case-study-content-holder.case-study-3 {
  background-color: #fd3f25;
}

.case-study-content-holder.case-study-4 {
  background-color: #141414;
}

.case-study-content-holder.case-study-1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  color: #422140;
  display: none;
}

.image-4.coming-soon-page-img {
  display: block;
}

.floating-navigation-menu {
  z-index: 200;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.floating-logo {
  z-index: 200;
  width: auto;
  height: auto;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 50px;
}

.logo-link {
  width: 80px;
}

.floating-nav-link-block {
  transition-property: none;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.services-small-explainer {
  width: 220px;
  height: 220px;
  background-color: #e7e7e7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 23px;
  font-weight: 700;
  display: flex;
}

.text-block {
  font-size: 32px;
}

.heading-3 {
  color: #422140;
  font-family: Averiaseriflibre, sans-serif;
  font-size: 42px;
}

.text-block-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.text-block-3 {
  width: 80%;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  display: flex;
}

.lottie-animation {
  width: 500px;
}

.lottie-arrow-animation {
  width: 120px;
  position: absolute;
  top: auto;
  bottom: 21%;
  left: -10%;
  right: auto;
}

.lottie-arrow-animation.display-none-on-mobile {
  bottom: 32%;
}

.mycontain {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

.grid-3 {
  width: auto;
  height: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: rgba(0, 0, 0, 0);
  border-right: 2px dotted #000;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

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

.portflio-image-holder {
  width: 410px;
  height: 410px;
  background-color: #9196a2;
  justify-content: center;
  align-items: center;
  display: flex;
}

.port-image-holder {
  height: 450px;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.grid-4 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.border-line {
  width: 90%;
  height: 2px;
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 5%;
  right: 0%;
}

.border-line.left-side-line {
  width: 2px;
  height: 90%;
  top: 5%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.border-line.left-side-line.bottom-line {
  width: 90%;
  height: 2px;
  top: auto;
  bottom: 0%;
  left: 5%;
  right: 0%;
}

.border-line.left-side-line.right-side-line {
  width: 2px;
  top: 5%;
  bottom: 0%;
  left: 0;
  right: 0%;
}

.border-line.left-side-line.right-side-line.move-border {
  left: 0;
}

.border-line.left-side-line.left-top-display-none {
  display: none;
}

.border-line.left-side-line.left-top-display-none.second-box-border-display-show-line {
  display: block;
  top: 5%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.border-line.border-line-top-display-none {
  display: none;
}

.quote-card-holder {
  width: 100%;
  height: 100%;
  background-color: #eb5110;
  background-image: linear-gradient(#422140, #422140);
  justify-content: center;
  align-items: center;
  display: flex;
}

.border-lines-wrapper, .box-2-border-holder {
  display: none;
}

.digital-quote-1 {
  width: 80%;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-indent: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
}

.portfolio-image-holder {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/DRDAR.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.portfolio-image-holder.bg-image-change {
  background-image: url('../images/6.png');
}

.portfolio-image-holder.wide-grid-bg-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/AudiNTT-85quality.jpg');
}

.portfolio-image-holder.grabbigfit-image-holder {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/7.png');
}

.text-span {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
  display: flex;
}

.gif-holder {
  width: 100%;
  height: 100%;
  background-color: #daa300;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.gif-holder.fantom-holder {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/5.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.image-5 {
  width: 100%;
  height: 100%;
  position: relative;
}

.image-hover-reveal-state {
  width: 100%;
  height: 100%;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
}

.brief-highligh-on-hover {
  width: 90%;
  margin-left: 0;
  padding-top: 40px;
  font-size: 1em;
  line-height: 22px;
}

.client-name-on-hover {
  width: 60%;
  letter-spacing: 2px;
  justify-content: flex-start;
  font-family: Averiaseriflibre, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1em;
  display: flex;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.arrow-on-hover {
  font-family: "Fa solid 900", sans-serif;
  font-size: 22px;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.image-hover-link-block {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-6 {
  display: none;
}

.more-projects-cta-section {
  width: 100vw;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.more-project-button-wrapper {
  max-width: 1100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-highlight-section {
  padding-bottom: 100px;
}

.services-highligh-holder {
  max-width: 1100px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  display: flex;
}

.section-heading {
  color: #422140;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  font-family: Averiaseriflibre, sans-serif;
  font-size: 3rem;
  display: flex;
}

.tab_text-wrapper {
  overflow: hidden;
}

.strategy-illo_top {
  width: 100%;
  max-height: 460px;
  max-width: 600px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab_pane {
  overflow: visible;
}

.tab-link {
  opacity: .4;
  color: #182c4f;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-left: 4px solid rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -28px;
  padding: 0 8% 0 28px;
  transition: border-color .2s, opacity .2s ease-out;
  display: block;
}

.tab-link:hover {
  opacity: .6;
  border-left-color: #ff6161;
  text-decoration: none;
}

.tab-link.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border-left-color: #ff6161;
  font-family: Averiaseriflibre, sans-serif;
}

.strategy-illo_bg {
  width: 100%;
  max-height: 460px;
  max-width: 600px;
}

.tab_text {
  color: #1e0e1d;
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-weight: 400;
}

.tab_illo-wrapper {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h3 {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.2;
}

.h3.mb-0 {
  color: #422140;
  font-family: Averiaseriflibre, sans-serif;
}

.services-tab {
  height: auto;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0%;
  padding-bottom: 8%;
  display: flex;
  position: relative;
}

.col {
  margin-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
}

.col._2col {
  flex: 0 50%;
}

.col._2col.overflow-visible {
  overflow: visible;
}

.col._2col.tab-menu {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.container-6 {
  width: 88%;
  max-width: 1100px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.row {
  margin-bottom: -32px;
  margin-left: -20px;
  margin-right: -20px;
}

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

.lottie-animation-2 {
  display: block;
}

.lottie-animation-3 {
  padding-top: 0;
  position: relative;
  top: 200px;
}

.t {
  background-color: rgba(0, 0, 0, 0);
}

.lottie-animation-4 {
  position: relative;
  top: 200px;
}

.lottie-animation-5 {
  position: relative;
  bottom: 200px;
}

.last-cta-section {
  padding-bottom: 100px;
}

.last-cta-wrapper {
  width: 80%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.promise-statement-text {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  font-family: Work Sans, sans-serif;
  font-size: 1.5em;
  line-height: 30px;
  display: flex;
}

.promise-statement-text.about-agency-text, .promise-statement-text.approach-description-for-search {
  text-align: left;
  font-size: 1.2rem;
}

.promise-statement-text.intro-to-project {
  width: 800px;
  text-align: left;
  font-size: 1.2rem;
}

.promise-statement-text.intro-to-project.contact-page-edit {
  display: none;
}

.promise-statement-text.intro-to-project.eclb-intro-project-edit {
  color: #422140;
  text-align: center;
}

.promise-statement-text.intro-to-project.eclb-intro-project-edit.grabbing-fit-edits {
  color: #fff;
  padding-bottom: 40px;
}

.promise-statement-text.approach-header.hero-header-text.featured-prroject-header-text {
  color: #422140;
  padding-top: 10px;
  font-family: Averiaseriflibre, sans-serif;
  font-size: 2.5em;
}

.footer-light-2 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.5em;
  display: flex;
}

.footer-title-2 {
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 500;
  line-height: 30px;
}

.footer-link-two-2 {
  color: #1e0e1d;
  margin-top: 20px;
  font-family: Averiaseriflibre, sans-serif;
  font-size: .8em;
  text-decoration: none;
}

.footer-link-two-2:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-form-2 {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block-2 {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field-2 {
  height: 48px;
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field-2:hover, .footer-form-field-2:focus {
  border-color: #76879d;
}

.footer-form-field-2::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field-2::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit-2 {
  width: 50px;
  height: 48px;
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all .2s;
}

.footer-form-submit-2:hover {
  background-color: #3a4554;
}

.footer-divider-two-2 {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-2 {
  color: #1e0e1d;
  font-size: 1.5em;
}

.footer-social-block-two-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 20px;
}

.image-7, .image-8, .image-9 {
  color: #1e0e1d;
}

.text-block-4 {
  color: #1e0e1d;
  font-family: "Fa brands 400", sans-serif;
  font-size: 2.1em;
}

.text-block-5 {
  color: #1e0e1d;
  font-family: "Fa brands 400", sans-serif;
  font-size: 2em;
}

.about-page-hero-section {
  height: 60vh;
  justify-content: flex-start;
  align-items: center;
  margin-top: 150px;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.about-header-wrapper {
  width: 100%;
  max-width: 1100px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  display: flex;
}

.office-logo-picture-wrapper {
  width: 100%;
  height: 420px;
  max-width: 1100px;
  background-image: url('../images/office-logo-mockup.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.office-image-section {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  top: 0;
}

.image-10 {
  width: auto;
  height: auto;
  max-width: none;
}

.about-the-agency-section {
  padding-top: 60px;
  padding-bottom: 100px;
  position: static;
  top: 0;
}

.grabbing-explainer-text-wrapper {
  max-width: 1100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-explainer-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-5 {
  max-width: 1100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  margin-left: auto;
  margin-right: auto;
}

.our-approach-section {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 100px;
  position: static;
  top: auto;
  left: auto;
  right: auto;
}

.approach-grid-container {
  width: 600px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.approaches-grid {
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-11 {
  width: 100px;
  max-width: 100%;
}

.image-11.website-icon-padding {
  width: 150px;
  margin-bottom: 50px;
}

.icon-image-div {
  width: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-work-hero-section {
  height: 60vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.projects-heading-wrapper {
  max-width: 1100px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.project-name-section {
  height: 60vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-name-wrapper {
  max-width: 1100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 220px;
  display: flex;
}

.project-name-wrapper.contact-us-edit {
  align-items: flex-start;
}

.artwork-gif-holder {
  max-width: 1100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-12 {
  width: 600px;
}

.project-approach-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.work-approach-grid-wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.drdar-work-approach-text {
  justify-content: center;
  align-items: center;
  display: flex;
}

.drdar-work-approach-text.promise-statement-text {
  align-items: flex-start;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.2rem;
}

.drdar-work-approach-text.promise-statement-text.contact-page-edit {
  padding-right: 0;
}

.drdar-work-approach-text.promise-statement-text.grabbingfit-work-approach-text-edit {
  color: #fff;
}

.drdar-work-approach-text.promise-statement-text.grabbingfit-work-approach-text-edit.fantom201-approach-text {
  text-align: left;
  font-size: 1.5rem;
}

.work-approach-grid {
  grid-template-rows: auto;
}

.project-conclusion-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.concl-text-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.concl-text-wrapper.promise-statement {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.concl-body-text.promise-statement-text {
  width: 800px;
  font-size: 1.2rem;
}

.concl-body-text.promise-statement-text.grabbingfit-concl-body-text {
  color: #fff;
}

.drdar-guide-book {
  width: 100%;
}

.drdar-screen-gif-holder {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-info-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 20px;
  display: flex;
}

.contact-heading {
  font-family: Averiaseriflibre, sans-serif;
}

.contact-info.promise-statement-text {
  text-align: left;
  justify-content: flex-start;
  padding-top: 10px;
}

.eclb-screen-gif-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.body-grabbingfit {
  background-color: #181717;
}

.top-mobile-menu {
  display: none;
}

.problem-solution-text.promise-statement-text {
  color: #fff;
}

.problem-solution-text.promise-statement-text.drdar-work-approach-text {
  text-align: left;
  padding-bottom: 20px;
  padding-left: 0;
}

.work-approach-text-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.approach-header.section-header {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 1.5rem;
}

.heading---button {
  max-width: 1100px;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading---desc {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.heading-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-details-small {
  color: #422140;
  letter-spacing: .02em;
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 400;
  line-height: 16px;
}

.heading-h2 {
  color: #1c2122;
  letter-spacing: -.04em;
  font-size: 72px;
  font-weight: 400;
  line-height: 86px;
}

.heading-h2.hero-header-text.section-header {
  color: #422140;
  font-size: 3rem;
}

.body-regular-regular {
  color: #141414;
  text-align: center;
  font-family: Work Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 24px;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #422140;
  background-color: #422140;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 32px;
  text-decoration: none;
  display: flex;
}

.body-large-semibold {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.main-blog-header-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-featured-page {
  padding-bottom: 100px;
}

.featured-project-link {
  max-width: 1100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-15 {
  padding-top: 40px;
}

.image-15.drdar-link {
  display: block;
}

@media screen and (min-width: 1920px) {
  a {
    font-family: neue-haas-grotesk-text;
    font-size: 1.2em;
    line-height: 1.4em;
    text-decoration: none;
  }

  .button-talk {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-test {
    align-items: flex-start;
  }

  .hero-section {
    margin-left: 0;
    margin-right: 0;
  }

  .h1-slogan {
    font-size: 82px;
  }

  .what-we-do-statement {
    font-size: 32px;
  }

  .cta-button {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
  }

  .cta-button.button-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lottie-animation {
    width: 600px;
  }

  .lottie-arrow-animation {
    width: 200px;
    bottom: 28%;
  }

  .icon-image-div {
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  body, a {
    cursor: default;
  }

  .body {
    font-size: 1.5vw;
  }

  .wrapper-img {
    width: 40vw;
    height: 50vw;
  }

  .navbar {
    display: block;
  }

  .container-4 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .hero-section {
    height: 90vh;
  }

  .hero-wrapper {
    height: auto;
  }

  .h1-slogan {
    font-size: 52px;
  }

  .section-header.about-section-header {
    font-size: 3rem;
  }

  .section-header.about-page-header-grabbing-explainer {
    font-size: 6em;
  }

  .section-header.projects-section-header {
    width: 95%;
    padding-left: 0;
    font-size: 3rem;
  }

  .section-header.project-name {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 3rem;
  }

  .hero-cta-column {
    width: 50%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .what-we-do-statement {
    font-size: 1.5em;
  }

  .button-wrapper {
    width: 100%;
    flex-wrap: nowrap;
    position: absolute;
    top: auto;
    bottom: 15%;
    left: 0%;
    right: 0%;
  }

  .tab-link {
    padding-right: 0%;
  }

  .promise-statement-text.about-agency-text {
    width: 95%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
  }

  .promise-statement-text.approach-description-for-search {
    font-size: 1rem;
  }

  .promise-statement-text.intro-to-project {
    width: 80%;
    font-size: 1rem;
    line-height: 30px;
  }

  .promise-statement-text.approach-header.hero-header-text.featured-prroject-header-text {
    font-size: 2rem;
  }

  .container-7 {
    max-width: 728px;
  }

  .footer-wrapper-two-2 {
    flex-wrap: wrap;
  }

  .footer-block-two-2 {
    font-size: 1em;
  }

  .footer-title-2 {
    font-size: 2em;
  }

  .footer-link-two-2 {
    font-size: 1.5em;
  }

  .footer-form-2 {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container-2 {
    max-width: 350px;
  }

  .footer-copyright-2 {
    font-size: 1.5em;
  }

  .about-header-wrapper {
    padding-left: 10px;
  }

  .about-explainer-holder {
    padding-left: 20px;
  }

  .grid-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .approaches-grid {
    width: 90%;
  }

  .approach-long-text-description {
    font-size: 1.5em;
  }

  .drdar-work-approach-text.promise-statement-text {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    line-height: 25px;
  }

  .work-approach-grid {
    grid-template-columns: 1fr;
  }

  .concl-body-text.promise-statement-text {
    width: 80%;
    font-size: 1rem;
    line-height: 30px;
  }

  .drda-laptop-pic {
    width: 90%;
  }

  .drdar-guide-book {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-info-wrapper {
    justify-content: center;
    align-items: center;
  }

  .contact-details-heading {
    font-size: 1.5em;
  }

  .top-mobile-menu, .overall-mobile-nav-wrapper.false-wrapper {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .flexcolwrap {
    flex-direction: column;
  }

  .flex2col {
    width: 100%;
  }

  .colorbox {
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 15px;
  }

  .colorbox.blackcolor {
    margin-left: 10px;
  }

  .body {
    font-size: 2vw;
  }

  .wrapper-img {
    width: 60vw;
    height: 70vw;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .tab-link {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: -16px;
    padding-left: 16px;
  }

  .h3 {
    font-size: 1.4rem;
  }

  .services-tab {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .col {
    padding-left: 12px;
    padding-right: 12px;
  }

  .row {
    margin-left: -12px;
    margin-right: -12px;
  }

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

  .footer-light-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two-2 {
    margin-top: 20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }
}

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

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

  h3 {
    font-size: 25px;
    line-height: 31px;
  }

  h4 {
    font-size: 21px;
    line-height: 26px;
  }

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

  p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 25px;
  }

  a {
    font-size: 15px;
  }

  .body {
    overflow: visible;
  }

  .wrapper-img {
    width: 70vw;
    height: 80vw;
  }

  .navbar {
    z-index: 1;
    display: none;
    position: relative;
  }

  .container-4 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .hero-section {
    width: 100vw;
    height: auto;
    flex-wrap: nowrap;
    padding-top: 100px;
    position: relative;
  }

  .hero-wrapper {
    z-index: 0;
    width: 100vw;
    height: auto;
    padding-top: 40px;
    position: relative;
  }

  .h1-slogan {
    width: 100%;
    font-size: 42px;
  }

  .section-header.about-section-header {
    width: 95%;
    letter-spacing: 1px;
    font-size: 2rem;
    line-height: 35px;
  }

  .section-header.about-page-header-grabbing-explainer, .section-header.projects-section-header {
    font-size: 2rem;
  }

  .section-header.project-name {
    font-size: 2rem;
    line-height: 30px;
  }

  .hero-cta-column {
    width: 100%;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .icon-holder-column {
    width: 100%;
    display: flex;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .what-we-do-statement {
    width: 100%;
    letter-spacing: 1px;
    font-size: 2.5em;
    line-height: 25px;
  }

  .cta-button {
    width: 100%;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .button-wrapper {
    width: 95%;
    flex-wrap: wrap;
    align-content: space-between;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: 0%;
  }

  .lottie-animation {
    width: 300px;
    display: block;
  }

  .lottie-arrow-animation.display-none-on-mobile {
    display: none;
  }

  .portfolio-section {
    position: relative;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .grid-4.full-width-grid {
    grid-auto-flow: row;
  }

  .image-hover-reveal-state {
    cursor: pointer;
    mix-blend-mode: normal;
  }

  .brief-highligh-on-hover {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .client-name-on-hover {
    width: 90%;
    font-size: 2rem;
  }

  .more-projects-cta-section, .services-highlight-section {
    position: relative;
  }

  .section-heading {
    letter-spacing: 1px;
    font-size: 2rem;
  }

  .strategy-illo_top {
    width: 300px;
  }

  .tab-link {
    margin-left: -12px;
    padding-left: 12px;
  }

  .strategy-illo_bg {
    width: 300px;
  }

  .services-tab {
    position: relative;
  }

  .col {
    padding-left: 0;
    padding-right: 0;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .lottie-animation-3, .lottie-animation-4 {
    top: 0;
  }

  .lottie-animation-5 {
    bottom: 0;
  }

  .last-cta-section {
    position: relative;
  }

  .promise-statement-text {
    font-size: 2.5em;
    line-height: 30px;
  }

  .promise-statement-text.about-agency-text, .promise-statement-text.approach-description-for-search {
    font-size: 1rem;
  }

  .promise-statement-text.intro-to-project {
    text-align: center;
    font-size: 1rem;
    line-height: 30px;
  }

  .promise-statement-text.intro-to-project.eclb-intro-project-edit {
    color: #422140;
  }

  .promise-statement-text.approach-header.hero-header-text.featured-prroject-header-text {
    font-size: 1.5rem;
  }

  .container-7 {
    max-width: none;
  }

  .footer-wrapper-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two-2 {
    margin-top: 40px;
    font-size: 1em;
  }

  .footer-title-2 {
    font-size: 1.2rem;
  }

  .footer-link-two-2 {
    font-size: 1rem;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two-2 {
    margin-top: 20px;
  }

  .office-logo-picture-wrapper {
    height: 100vw;
  }

  .grid-5, .approaches-grid {
    grid-template-columns: 1fr;
  }

  .project-name-section {
    height: 40vh;
  }

  .project-name-section.drdar-project-name-edit {
    height: auto;
    padding-bottom: 0;
  }

  .project-name-wrapper {
    padding-top: 140px;
  }

  .project-name-wrapper.contact-us-edit {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .artwork-gif-section {
    padding-bottom: 100px;
  }

  .project-approach-section {
    padding-top: 10px;
  }

  .drdar-work-approach-text.promise-statement-text {
    padding-bottom: 20px;
    font-size: 1rem;
    line-height: 25px;
  }

  .project-conclusion-section {
    padding-top: 0;
  }

  .concl-body-text.promise-statement-text {
    font-size: 1rem;
  }

  .drdar-guide-book {
    width: 90%;
  }

  .contact-info-wrapper {
    align-items: center;
  }

  .contact-info.promise-statement-text {
    text-align: center;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 1rem;
  }

  .eclb-screen-gif-wrapper {
    align-items: center;
  }

  .mobile-menu-text {
    color: #1e0e1d;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    position: absolute;
    top: 30%;
    bottom: auto;
    left: auto;
    right: 10%;
  }

  .mobile-logo {
    width: 100px;
    position: static;
  }

  .main-mobile-nav-link-wrapper {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50%;
    display: flex;
  }

  .open-mobile-logo {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: absolute;
    top: 18%;
    bottom: auto;
    left: 10%;
    right: auto;
  }

  .mobile-nav-link {
    margin-bottom: 40px;
    font-style: normal;
    text-decoration: none;
  }

  .mobile-nav-link-2 {
    color: #f1f1f1;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: Work Sans, sans-serif;
    font-size: 20px;
    text-decoration: none;
  }

  .close-button-link {
    z-index: 2050;
    border: 1px solid #fff;
    border-radius: 10px;
    position: absolute;
    top: 4%;
    bottom: auto;
    left: auto;
    right: 5%;
  }

  .image-13 {
    width: 80px;
  }

  .logo-link-2 {
    z-index: 2050;
    position: absolute;
    top: 5%;
    bottom: auto;
    left: 5%;
    right: auto;
  }

  .top-mobile-menu {
    display: block;
    overflow: visible;
  }

  .mobile-nav {
    z-index: 1990;
    width: 100%;
    height: 60px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .overall-mobile-nav-wrapper {
    z-index: 2020;
    width: 100vw;
    height: 100vh;
    background-color: #292984;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 140px;
    padding-left: 40px;
    padding-right: 40px;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .overall-mobile-nav-wrapper.false-wrapper {
    background-color: #422140;
    display: none;
  }

  .mobile-menu-text-2 {
    color: #fff;
    text-transform: uppercase;
    font-family: Work Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    position: absolute;
    top: 30%;
    bottom: auto;
    left: auto;
    right: 10%;
  }

  .mobile-logo-2 {
    width: 100px;
    position: static;
  }

  .mobile-nav-link-3 {
    color: #f1f1f1;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: Work Sans, sans-serif;
    font-size: 20px;
    text-decoration: none;
  }

  .image-14 {
    width: 100px;
  }

  .mobile-nav-2 {
    z-index: 1990;
    width: 100%;
    height: 60px;
    background-color: #422140;
    border: 1px solid #fff;
    border-radius: 0;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .featured-image-link {
    width: 80%;
  }
}

#w-node-_5e4364b0-87d1-0b23-7ded-8fd6b4e15377-53db3052, #w-node-ae56d4ac-d2fd-6984-6131-a8bdd0d51020-53db3052, #w-node-c9708e75-c071-c5aa-a431-7625c810cfc7-53db3052, #w-node-_573bff0b-b309-1531-57a1-9adc9cc17088-53db3052, #w-node-_898b14d8-a092-a740-b1c0-486a347e6437-53db3052, #w-node-_4a11aa51-f0ed-7726-da24-de880479edde-53db3052, #w-node-_1f532ec6-1762-f069-266a-5ce1cc1889a3-53db3052, #w-node-_273fc751-d489-ac28-c879-158c5bd542ae-53db3052, #w-node-e36c4de5-91c3-5e00-216b-7a53e7c9e1d3-2785ed55, #w-node-_74f263d9-2f1e-21f9-c972-324b5fa05a27-2785ed55, #w-node-_2e4b84a3-c79f-00e8-55cd-0dd93f4f89c6-2785ed55, #w-node-_2e4b84a3-c79f-00e8-55cd-0dd93f4f89cf-2785ed55, #w-node-_2c8ffd6c-44ec-07d8-c96a-bea0b3bec8e2-98904234, #w-node-_14216f74-9aaf-6c81-d384-47098d4e4bf1-98904234, #w-node-a638c445-0bc0-9bd0-c31e-5fa8d0f6448a-98904234, #w-node-abbe4b0a-d9b5-b5af-3efc-f4f9e50c93be-98904234, #w-node-abbe4b0a-d9b5-b5af-3efc-f4f9e50c93bf-98904234, #w-node-dd8249bf-514c-5c97-dc4a-8889e80102ed-98904234, #w-node-dd8249bf-514c-5c97-dc4a-8889e80102ee-98904234, #w-node-dd8249bf-514c-5c97-dc4a-8889e80102ef-98904234, #w-node-_248cfade-708e-8d99-8a6b-a8a45dcd0dde-98904234, #w-node-_248cfade-708e-8d99-8a6b-a8a45dcd0ddf-98904234, #w-node-_248cfade-708e-8d99-8a6b-a8a45dcd0de0-98904234, #w-node-_853843f4-f9db-e248-74f5-d5c8041fabd0-95427366, #w-node-_51481758-4114-8ac2-7e48-eeca785fef8c-95427366 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_138d7c1a-e826-a5c8-b550-3ad07ba913cf-95427366 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_853843f4-f9db-e248-74f5-d5c8041fabe0-95427366, #w-node-_853843f4-f9db-e248-74f5-d5c8041fabf0-95427366, #w-node-e50013a6-9547-a026-6155-d93a54361732-15717010, #w-node-_26918e2b-83af-0246-7d22-e4adabe3e5ae-15717010, #w-node-dede9bad-8749-89ff-f6ff-cefe48fdb01a-9ffeb807, #w-node-e50013a6-9547-a026-6155-d93a54361732-9ffeb807, #w-node-_608ddcc3-8cb5-f1c1-649e-fedf4c8af072-9ffeb807, #w-node-e50013a6-9547-a026-6155-d93a54361732-251a9f0f, #w-node-_858c7123-8c99-27bc-859e-f8fedb2ad143-251a9f0f, #w-node-_26918e2b-83af-0246-7d22-e4adabe3e5ae-251a9f0f, #w-node-e50013a6-9547-a026-6155-d93a54361732-d28f290d, #w-node-_858c7123-8c99-27bc-859e-f8fedb2ad143-d28f290d, #w-node-_26918e2b-83af-0246-7d22-e4adabe3e5ae-d28f290d, #w-node-dd875b14-bbe8-17ad-b846-b0c0958ba4d9-b66702f4, #w-node-e50013a6-9547-a026-6155-d93a54361732-b66702f4, #w-node-_858c7123-8c99-27bc-859e-f8fedb2ad143-b66702f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa v4compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2'), url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Averiaseriflibre';
  src: url('../fonts/AveriaSerifLibre-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Averiaseriflibre';
  src: url('../fonts/AveriaSerifLibre-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Averiaseriflibre';
  src: url('../fonts/AveriaSerifLibre-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Averiaseriflibre';
  src: url('../fonts/AveriaSerifLibre-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Averiaseriflibre';
  src: url('../fonts/AveriaSerifLibre-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Averiaseriflibre';
  src: url('../fonts/AveriaSerifLibre-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}