@import url("https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&family=Manrope:wght@200..800&display=swap");
html,
body,
.scrollContainer {
  overflow: unset !important;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li {
  font-family: "Host Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1rem;
  font-weight: 300;
}

p,
a,
li {
  font-size: 1rem;
}
@media only screen and (min-width: 640px) {
  p,
  a,
  li {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1600px) {
  p,
  a,
  li {
    font-size: 1.25rem;
  }
}

p {
  margin: 1rem 0;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: "Host Grotesk", sans-serif;
  font-weight: 100;
  color: rgb(255, 255, 255);
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  font-family: "Host Grotesk", sans-serif;
  font-weight: 100;
  color: rgb(255, 255, 255);
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: "Host Grotesk", sans-serif;
  font-weight: 100;
  color: rgb(255, 255, 255);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: "Host Grotesk", sans-serif;
  font-weight: 100;
  color: rgb(255, 255, 255);
}

input:-webkit-autofill,
textarea:-webkit-autofill {
  font-family: "Host Grotesk", sans-serif;
  font-weight: 100;
  -webkit-box-shadow: 0 0 0 1000px #000 inset;
  -webkit-text-fill-color: #fff !important;
  -webkit-transition: background-color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s;
}

input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  font-family: "Host Grotesk", sans-serif;
  font-weight: 100;
  -webkit-box-shadow: 0 0 0 1000px #000 inset;
  -webkit-text-fill-color: #fff !important;
}

.page-template-ppc-experiential #site-header,
.page-template-ppc-experiential-dev #site-header {
  background-color: #050505;
}
@media only screen and (min-width: 500px) {
  .page-template-ppc-experiential #site-header,
  .page-template-ppc-experiential-dev #site-header {
    background-color: transparent;
  }
}
.page-template-ppc-experiential #site-header .wrapper,
.page-template-ppc-experiential-dev #site-header .wrapper {
  padding: 15px 19px 0;
}
@media only screen and (min-width: 500px) {
  .page-template-ppc-experiential #site-header .wrapper,
  .page-template-ppc-experiential-dev #site-header .wrapper {
    padding: 20px 25px;
  }
}
.page-template-ppc-experiential #site-header .wrapper .logoWrapper,
.page-template-ppc-experiential-dev #site-header .wrapper .logoWrapper {
  position: relative;
  top: 5px;
}
.page-template-ppc-experiential #site-header .wrapper .logoWrapper a svg.desktop,
.page-template-ppc-experiential-dev #site-header .wrapper .logoWrapper a svg.desktop {
  display: none;
}
@media only screen and (min-width: 500px) {
  .page-template-ppc-experiential #site-header .wrapper .logoWrapper a svg.desktop,
  .page-template-ppc-experiential-dev #site-header .wrapper .logoWrapper a svg.desktop {
    display: inline-block;
  }
}
.page-template-ppc-experiential #site-header .wrapper .logoWrapper a svg.mobile,
.page-template-ppc-experiential-dev #site-header .wrapper .logoWrapper a svg.mobile {
  display: inline-block;
}
@media only screen and (min-width: 500px) {
  .page-template-ppc-experiential #site-header .wrapper .logoWrapper a svg.mobile,
  .page-template-ppc-experiential-dev #site-header .wrapper .logoWrapper a svg.mobile {
    display: none;
  }
}
.page-template-ppc-experiential #site-header .wrapper .toggleWrapper,
.page-template-ppc-experiential-dev #site-header .wrapper .toggleWrapper {
  bottom: 5px;
  right: 5px;
  top: unset;
}
@media only screen and (min-width: 500px) {
  .page-template-ppc-experiential #site-header .wrapper .toggleWrapper,
  .page-template-ppc-experiential-dev #site-header .wrapper .toggleWrapper {
    position: absolute;
    right: 15px;
    top: 4px;
    bottom: unset;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-ppc-experiential #site-header .wrapper .toggleWrapper,
  .page-template-ppc-experiential-dev #site-header .wrapper .toggleWrapper {
    top: 10px;
  }
}
.page-template-ppc-experiential #site-header .wrapper .toggleWrapper a.leadFormTriggerTop,
.page-template-ppc-experiential-dev #site-header .wrapper .toggleWrapper a.leadFormTriggerTop {
  display: flex;
  font-size: 1rem;
  background-color: #050505;
  border: 1px solid #fff;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.page-template-ppc-experiential #site-header .wrapper .toggleWrapper a.leadFormTriggerTop:hover,
.page-template-ppc-experiential-dev #site-header .wrapper .toggleWrapper a.leadFormTriggerTop:hover {
  color: #000;
  background-color: #fff;
}
.page-template-ppc-experiential #site-header .wrapper .toggleWrapper a.leadFormTriggerTop:hover span.arrow svg,
.page-template-ppc-experiential-dev #site-header .wrapper .toggleWrapper a.leadFormTriggerTop:hover span.arrow svg {
  transform: rotate(45deg);
}
.page-template-ppc-experiential #site-header .wrapper .toggleWrapper a.leadFormTriggerTop .desktop,
.page-template-ppc-experiential-dev #site-header .wrapper .toggleWrapper a.leadFormTriggerTop .desktop {
  display: none;
}
@media only screen and (min-width: 500px) {
  .page-template-ppc-experiential #site-header .wrapper .toggleWrapper a.leadFormTriggerTop .desktop,
  .page-template-ppc-experiential-dev #site-header .wrapper .toggleWrapper a.leadFormTriggerTop .desktop {
    display: inline-block;
  }
}
.page-template-ppc-experiential #site-header .wrapper .toggleWrapper a.leadFormTriggerTop .mobile,
.page-template-ppc-experiential-dev #site-header .wrapper .toggleWrapper a.leadFormTriggerTop .mobile {
  display: inline-block;
}
@media only screen and (min-width: 500px) {
  .page-template-ppc-experiential #site-header .wrapper .toggleWrapper a.leadFormTriggerTop .mobile,
  .page-template-ppc-experiential-dev #site-header .wrapper .toggleWrapper a.leadFormTriggerTop .mobile {
    display: none;
  }
}
.page-template-ppc-experiential #site-header .wrapper .toggleWrapper a.leadFormTriggerTop span.arrow,
.page-template-ppc-experiential-dev #site-header .wrapper .toggleWrapper a.leadFormTriggerTop span.arrow {
  white-space: nowrap;
  padding-left: 0.75rem;
}
.page-template-ppc-experiential #site-header .wrapper .toggleWrapper a.leadFormTriggerTop span.arrow svg,
.page-template-ppc-experiential-dev #site-header .wrapper .toggleWrapper a.leadFormTriggerTop span.arrow svg {
  vertical-align: bottom;
  transition: all 0.4s ease;
}
.page-template-ppc-experiential main,
.page-template-ppc-experiential-dev main {
  padding-top: 6em;
}
@media only screen and (min-width: 1500px) {
  .page-template-ppc-experiential main,
  .page-template-ppc-experiential-dev main {
    padding-top: 7.5em;
  }
}
.page-template-ppc-experiential main .box,
.page-template-ppc-experiential-dev main .box {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (min-width: 1024px) {
  .page-template-ppc-experiential main .box,
  .page-template-ppc-experiential-dev main .box {
    padding: 0 40px;
  }
}
.page-template-ppc-experiential main .box,
.page-template-ppc-experiential-dev main .box {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 1024px) {
  .page-template-ppc-experiential main .box,
  .page-template-ppc-experiential-dev main .box {
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .page-template-ppc-experiential main .box,
  .page-template-ppc-experiential-dev main .box {
    gap: unset;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-ppc-experiential main .aboveFoldContent,
  .page-template-ppc-experiential-dev main .aboveFoldContent {
    flex: 0 1 50%;
  }
}
.page-template-ppc-experiential main .aboveFoldContent .container,
.page-template-ppc-experiential-dev main .aboveFoldContent .container {
  position: relative;
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .pageIntro,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .pageIntro {
  flex: 0 1 auto;
  max-width: 100%;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main .aboveFoldContent .container .content .inner .pageIntro,
  .page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .pageIntro {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .page-template-ppc-experiential main .aboveFoldContent .container .content .inner .pageIntro,
  .page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .pageIntro {
    max-width: 510px;
  }
}
@media only screen and (min-width: 1410px) {
  .page-template-ppc-experiential main .aboveFoldContent .container .content .inner .pageIntro,
  .page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .pageIntro {
    max-width: 560px;
  }
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .pageIntro h1,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .pageIntro h1 {
  font-size: 1.75rem;
  max-width: 500px;
  margin: 0 0 2rem;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main .aboveFoldContent .container .content .inner .pageIntro h1,
  .page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .pageIntro h1 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-ppc-experiential main .aboveFoldContent .container .content .inner .pageIntro h1,
  .page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .pageIntro h1 {
    font-size: 2.125rem;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-ppc-experiential main .aboveFoldContent .container .content .inner .pageIntro h1,
  .page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .pageIntro h1 {
    font-size: 2.25rem;
    max-width: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-template-ppc-experiential main .aboveFoldContent .container .content .inner .pageIntro h1,
  .page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .pageIntro h1 {
    font-size: 2.5rem;
    max-width: 550px;
    margin: 0 0 2.5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .page-template-ppc-experiential main .aboveFoldContent .container .content .inner .pageIntro h1,
  .page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .pageIntro h1 {
    font-size: 2.75rem;
    margin: 0 0 3rem;
  }
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .pageIntro p,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .pageIntro p {
  max-width: 655px;
  font-size: 1rem;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main .aboveFoldContent .container .content .inner .pageIntro p,
  .page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .pageIntro p {
    font-size: 1.25rem;
  }
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .pageIntro::after,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .pageIntro::after {
  content: "";
  display: block;
  width: 180px;
  height: 1px;
  background: #fff;
  margin: 3rem 0;
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .clickCTAs,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .clickCTAs {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .clickCTAs,
  .page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .clickCTAs {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .clickCTAs,
  .page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .clickCTAs {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
@media only screen and (min-width: 1400px) {
  .page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .clickCTAs,
  .page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .clickCTAs {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .clickCTAs a.leadFormTrigger,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .clickCTAs a.leadFormTrigger {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  background-color: #0dab76;
  padding: 0.5rem 0.75rem;
  border-radius: 5px;
  margin-right: 0;
  transition: background-color 0.3s ease;
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .clickCTAs a.leadFormTrigger:hover,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .clickCTAs a.leadFormTrigger:hover {
  background-color: rgb(9.3967391304, 123.6032608696, 85.2934782609);
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .clickCTAs a.leadFormTrigger:hover span.arrow svg,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .clickCTAs a.leadFormTrigger:hover span.arrow svg {
  transform: rotate(45deg);
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .clickCTAs a.leadFormTrigger span.arrow,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .clickCTAs a.leadFormTrigger span.arrow {
  white-space: nowrap;
  padding-left: 0.75rem;
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .clickCTAs a.leadFormTrigger span.arrow svg,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .clickCTAs a.leadFormTrigger span.arrow svg {
  vertical-align: bottom;
  transition: all 0.4s ease;
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .clickCTAs a.viewWork,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .clickCTAs a.viewWork {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  text-decoration: underline;
  padding: 0.5rem 1rem 0.5rem 0.125rem;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .clickCTAs a.viewWork,
  .page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .clickCTAs a.viewWork {
    padding: 0.5rem 1rem;
  }
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .clickCTAs a.viewWork span.arrow,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .clickCTAs a.viewWork span.arrow {
  white-space: nowrap;
  padding-left: 0.75rem;
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .clickCTAs a.viewWork span.arrow svg,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .clickCTAs a.viewWork span.arrow svg {
  vertical-align: bottom;
  transform: rotate(135deg);
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .contactCTAs,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .contactCTAs {
  padding: 2rem 0;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .contactCTAs,
  .page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .contactCTAs {
    display: flex;
  }
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .contactCTAs a.tel,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .contactCTAs a.tel {
  display: block;
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .contactCTAs a.tel::after,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .contactCTAs a.tel::after {
  content: "/";
  display: inline-block;
  margin: 0 0.5rem;
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .contactCTAs a.email,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .contactCTAs a.email {
  display: block;
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s ease, visibility 0s linear 0.5s;
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal.is-open,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.5s ease, visibility 0s linear 0s;
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal.is-open .leadModal__backdrop,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal.is-open .leadModal__backdrop {
  background: rgba(113, 113, 113, 0.85);
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal.is-open .leadModal__dialog,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal.is-open .leadModal__dialog {
  opacity: 1;
  transform: translateY(0);
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__backdrop,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(113, 113, 113, 0);
  transition: background 1s ease;
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog {
  position: absolute;
  inset: 0;
  margin: auto;
  height: -moz-max-content;
  height: max-content;
  width: min(90vw, 520px);
  background: #080604;
  border-radius: 15px;
  padding: 3.5rem 1rem 1rem;
  z-index: 2;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog,
  .page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog {
    padding: 4rem 2.5rem 1rem;
  }
}
@media only screen and (min-width: 1600px) {
  .page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog,
  .page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog {
    padding: 5rem 2.5rem 1rem;
  }
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadModal__close,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadModal__close {
  position: absolute;
  font-family: monospace;
  color: rgba(255, 255, 255, 0);
  top: 1.125rem;
  right: 1.125rem;
  height: 32px;
  width: 32px;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='15.5' cy='15.5' r='15.2417' stroke='white' stroke-width='0.516667'/%3e%3cpath d='M7.74997 23.5083L15.7583 15.5L7.74997 7.49163' stroke='white' stroke-width='1.03333' stroke-linecap='round'/%3e%3cpath d='M23.5083 7.4917L15.5 15.5L23.5083 23.5084' stroke='white' stroke-width='1.03333' stroke-linecap='round'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  border: 0;
  font-size: 36px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadModal__close,
  .page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadModal__close {
    top: 1.25rem;
    right: 2.5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadModal__close,
  .page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadModal__close {
    top: 2rem;
  }
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadModal__close:hover,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadModal__close:hover {
  transform: scale(1.2);
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form p,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form p {
  margin: 0 0 0.75em;
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form p label,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form p label {
  display: none;
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form p br,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form p br {
  display: none;
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form p input,
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form p textarea,
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form p select,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form p input,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form p textarea,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form p select {
  font-family: "Host Grotesk", sans-serif;
  font-size: 1rem;
  color: #fff;
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: transparent;
  vertical-align: bottom;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form p input,
  .page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form p textarea,
  .page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form p select,
  .page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form p input,
  .page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form p textarea,
  .page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form p select {
    padding: 1rem;
  }
}
@media only screen and (min-width: 1600px) {
  .page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form p input,
  .page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form p textarea,
  .page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form p select,
  .page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form p input,
  .page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form p textarea,
  .page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form p select {
    padding: 1.2rem;
  }
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form p input:focus,
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form p textarea:focus,
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form p select:focus,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form p input:focus,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form p textarea:focus,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form p select:focus {
  outline: none;
  border-color: #0dab76;
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form p textarea,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form p textarea {
  resize: vertical;
  height: 110px;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form p textarea,
  .page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form p textarea {
    height: 150px;
  }
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .wpcf7-not-valid-tip,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
  display: block;
  font-size: 0.8rem;
  color: #ff8080;
  margin-top: -15px;
  margin-left: 12px;
  padding: 0.2rem 0.3rem;
  background: #050505;
  animation: tipFadeIn 0.2s ease forwards;
}
@keyframes tipFadeIn {
  from {
    opacity: 0;
    transform: translateY(-3px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form input.wpcf7-not-valid,
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form textarea.wpcf7-not-valid,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form input.wpcf7-not-valid,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form textarea.wpcf7-not-valid {
  border-color: #ff6b6b !important;
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form input.wpcf7-not-valid:focus,
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form textarea.wpcf7-not-valid:focus,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form input.wpcf7-not-valid:focus,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form textarea.wpcf7-not-valid:focus {
  border-color: #0dab76;
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect {
  position: relative;
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 0 0 0.75em;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect,
  .page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect {
    padding: 1rem;
  }
}
@media only screen and (min-width: 1600px) {
  .page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect,
  .page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect {
    padding: 1.2rem;
  }
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect label,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect label {
  display: block;
  font-size: 1rem;
  margin: 0 0 1rem;
  color: #fff;
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect .realSelect,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect .realSelect {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect .customSelect__trigger,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect .customSelect__trigger {
  width: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 1rem;
  border: 0;
  border-radius: 6px;
  background: #1e1e1e;
  color: #fff;
  text-align: left;
  cursor: pointer;
  font: inherit;
  box-shadow: none;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect .customSelect__trigger,
  .page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect .customSelect__trigger {
    min-height: 54px;
    padding: 0.95rem 1rem;
  }
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect .customSelect__value,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect .customSelect__value {
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect .customSelect__arrow,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect .customSelect__arrow {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6.5 0.5L6.5 12.0517M12.5 6.67241L6.5 12.5L0.5 6.67241' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  transform: rotate(0deg) translateY(0px);
  transition: transform 0.3s ease;
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect .customSelect__dropdown,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect .customSelect__dropdown {
  position: absolute;
  top: calc(100% - 0.5rem);
  left: 1.2rem;
  right: 1.2rem;
  max-width: 440px;
  margin: auto;
  display: grid;
  gap: 0;
  padding: 0;
  background: #1e1e1e;
  border-radius: 0 0 6px 6px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  z-index: 10;
  overflow: hidden;
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect p,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect p {
  margin: 0;
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect .customSelect__option,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect .customSelect__option {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  border: 0;
  background: transparent;
  color: #fff;
  text-align: left;
  cursor: pointer;
  font-size: 0.85rem;
  line-height: 1.1;
  transition: background 0.2s ease, color 0.2s ease;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect .customSelect__option,
  .page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect .customSelect__option {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 1600px) {
  .page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect .customSelect__option,
  .page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect .customSelect__option {
    padding: 0.85rem 1rem;
    font-size: 1rem;
    line-height: 1.2;
  }
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect .customSelect__option:hover,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect .customSelect__option:hover {
  background: #2a2a2a;
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect .customSelect__option.is-selected,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect .customSelect__option.is-selected {
  background: #252525;
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect.is-open .customSelect__trigger,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect.is-open .customSelect__trigger {
  border-radius: 6px 6px 0 0;
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect.is-open .customSelect__arrow,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect.is-open .customSelect__arrow {
  transform: rotate(-135deg) translateY(0);
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect.is-open .customSelect__dropdown,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect.is-open .customSelect__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect.has-error,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect.has-error {
  border-color: #ff6b6b;
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect .realSelect ~ .wpcf7-not-valid-tip,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .budget.customSelect .realSelect ~ .wpcf7-not-valid-tip {
  display: none;
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .submit,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .submit {
  position: relative;
  padding-right: 3rem;
  height: 40px;
  margin-top: 1rem;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .submit,
  .page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .submit {
    height: 50px;
    margin-top: 2rem;
  }
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .submit::after,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .submit::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.25rem;
  margin: auto;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.499965 9.10714L8.66827 0.93884M0.62188 0.499946L8.98525 0.621861L9.10716 8.98523' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .submit:hover::after,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .submit:hover::after {
  transform: rotate(45deg);
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .submit input,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .submit input {
  position: absolute;
  max-width: 230px;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  background-color: #0dab76;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 100;
  text-align: left;
  padding-left: 1.25rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .submit input:hover,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .submit input:hover {
  background-color: rgb(9.3967391304, 123.6032608696, 85.2934782609);
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .submit .wpcf7-spinner,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .submit .wpcf7-spinner {
  padding: 0;
  margin: auto;
  position: absolute;
  /* inset: 0; */
  top: 0;
  bottom: 0;
  right: 101px;
  max-width: 230px;
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .wpcf7-response-output,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 .wpcf7-form .wpcf7-response-output {
  border-width: 1px;
  border-radius: 10px;
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 form.sent .wpcf7-response-output,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 form.sent .wpcf7-response-output {
  border-color: #0dab76;
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 form.invalid .wpcf7-response-output,
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 form.unaccepted .wpcf7-response-output,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 form.invalid .wpcf7-response-output,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA .leadModal .leadModal__dialog .leadGenForm .wpcf7 form.unaccepted .wpcf7-response-output {
  display: none !important;
}
.page-template-ppc-experiential main .aboveFoldContent .container .content .inner .aboveFoldCTA a.leadFormTrigger,
.page-template-ppc-experiential-dev main .aboveFoldContent .container .content .inner .aboveFoldCTA a.leadFormTrigger {
  display: inline-block;
}
@media only screen and (min-width: 1024px) {
  .page-template-ppc-experiential main .aboveFoldVideo,
  .page-template-ppc-experiential-dev main .aboveFoldVideo {
    flex: 0 0 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-template-ppc-experiential main .aboveFoldVideo,
  .page-template-ppc-experiential-dev main .aboveFoldVideo {
    flex: 0 0 578px;
  }
}
.page-template-ppc-experiential main .aboveFoldVideo .videoHalf,
.page-template-ppc-experiential-dev main .aboveFoldVideo .videoHalf {
  padding-top: 1rem;
}
.page-template-ppc-experiential main .aboveFoldVideo .videoHalf .vhInner,
.page-template-ppc-experiential-dev main .aboveFoldVideo .videoHalf .vhInner {
  position: relative;
  width: 100%;
  padding-bottom: 133.3%;
  height: 0;
  overflow: hidden;
}
.page-template-ppc-experiential main .aboveFoldVideo .videoHalf .vhInner iframe,
.page-template-ppc-experiential main .aboveFoldVideo .videoHalf .vhInner video,
.page-template-ppc-experiential-dev main .aboveFoldVideo .videoHalf .vhInner iframe,
.page-template-ppc-experiential-dev main .aboveFoldVideo .videoHalf .vhInner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #161616;
  background-image: url("../images/loading.gif");
  background-position: 50%;
  background-size: 200px;
  background-repeat: no-repeat;
}
.page-template-ppc-experiential main section.client-logos,
.page-template-ppc-experiential-dev main section.client-logos {
  padding-bottom: 85px;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main section.client-logos,
  .page-template-ppc-experiential-dev main section.client-logos {
    padding-bottom: 110px;
  }
}
.page-template-ppc-experiential main section.client-logos .wrapper,
.page-template-ppc-experiential-dev main section.client-logos .wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (min-width: 1024px) {
  .page-template-ppc-experiential main section.client-logos .wrapper,
  .page-template-ppc-experiential-dev main section.client-logos .wrapper {
    padding: 0 40px;
  }
}
.page-template-ppc-experiential main section.client-logos .wrapper .title,
.page-template-ppc-experiential-dev main section.client-logos .wrapper .title {
  display: flex;
  justify-content: center;
  margin-bottom: 55px;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main section.client-logos .wrapper .title,
  .page-template-ppc-experiential-dev main section.client-logos .wrapper .title {
    margin-bottom: 90px;
  }
}
.page-template-ppc-experiential main section.client-logos .wrapper .title h2,
.page-template-ppc-experiential-dev main section.client-logos .wrapper .title h2 {
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .page-template-ppc-experiential main section.client-logos .wrapper .title h2,
  .page-template-ppc-experiential-dev main section.client-logos .wrapper .title h2 {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .page-template-ppc-experiential main section.client-logos .wrapper .title h2,
  .page-template-ppc-experiential-dev main section.client-logos .wrapper .title h2 {
    font-size: 1.9rem;
  }
}
@media only screen and (min-width: 1400px) {
  .page-template-ppc-experiential main section.client-logos .wrapper .title h2,
  .page-template-ppc-experiential-dev main section.client-logos .wrapper .title h2 {
    font-size: 2rem;
  }
}
.page-template-ppc-experiential main section.client-logos .wrapper .title h2,
.page-template-ppc-experiential-dev main section.client-logos .wrapper .title h2 {
  text-align: center;
  max-width: 570px;
}
.page-template-ppc-experiential main section.client-logos .wrapper .logosMarquee,
.page-template-ppc-experiential-dev main section.client-logos .wrapper .logosMarquee {
  --logo-gap: 80px;
  --logos-visible: 5;
  --scroll-distance: 0px;
  --scroll-duration: 18s;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1024px) {
  .page-template-ppc-experiential main section.client-logos .wrapper .logosMarquee,
  .page-template-ppc-experiential-dev main section.client-logos .wrapper .logosMarquee {
    --logos-visible: 4;
    --logo-gap: 24px;
  }
}
@media (max-width: 768px) {
  .page-template-ppc-experiential main section.client-logos .wrapper .logosMarquee,
  .page-template-ppc-experiential-dev main section.client-logos .wrapper .logosMarquee {
    --logos-visible: 3;
    --logo-gap: 20px;
  }
}
@media (max-width: 520px) {
  .page-template-ppc-experiential main section.client-logos .wrapper .logosMarquee,
  .page-template-ppc-experiential-dev main section.client-logos .wrapper .logosMarquee {
    --logos-visible: 2;
    --logo-gap: 16px;
  }
}
.page-template-ppc-experiential main section.client-logos .wrapper .logosMarquee .logos,
.page-template-ppc-experiential-dev main section.client-logos .wrapper .logosMarquee .logos {
  display: flex;
  align-items: center;
  padding: 0 2rem;
  gap: var(--logo-gap);
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  animation: logosPingPong var(--scroll-duration) ease-in-out infinite alternate;
}
.page-template-ppc-experiential main section.client-logos .wrapper .logosMarquee .logos img,
.page-template-ppc-experiential-dev main section.client-logos .wrapper .logosMarquee .logos img {
  max-width: 150px;
  max-height: 80px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  filter: invert(1) brightness(0.98);
  mix-blend-mode: multiply;
}
@keyframes logosPingPong {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * var(--scroll-distance)));
  }
}
.page-template-ppc-experiential main section.showreel,
.page-template-ppc-experiential-dev main section.showreel {
  margin-bottom: 6rem;
}
.page-template-ppc-experiential main section.showreel .wrapper,
.page-template-ppc-experiential-dev main section.showreel .wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (min-width: 1024px) {
  .page-template-ppc-experiential main section.showreel .wrapper,
  .page-template-ppc-experiential-dev main section.showreel .wrapper {
    padding: 0 40px;
  }
}
.page-template-ppc-experiential main section.showreel .wrapper .videoWrapper,
.page-template-ppc-experiential-dev main section.showreel .wrapper .videoWrapper {
  position: relative;
  padding: 56.25% 0 0 0;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 6px;
  overflow: hidden;
}
.page-template-ppc-experiential main section.showreel .wrapper .videoWrapper iframe,
.page-template-ppc-experiential-dev main section.showreel .wrapper .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-template-ppc-experiential main section.reasons,
.page-template-ppc-experiential-dev main section.reasons {
  padding-bottom: 5rem;
}
.page-template-ppc-experiential main section.reasons .wrapper,
.page-template-ppc-experiential-dev main section.reasons .wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (min-width: 1024px) {
  .page-template-ppc-experiential main section.reasons .wrapper,
  .page-template-ppc-experiential-dev main section.reasons .wrapper {
    padding: 0 40px;
  }
}
.page-template-ppc-experiential main section.reasons .wrapper .title,
.page-template-ppc-experiential-dev main section.reasons .wrapper .title {
  position: relative;
  margin: auto;
}
.page-template-ppc-experiential main section.reasons .wrapper .title h2,
.page-template-ppc-experiential-dev main section.reasons .wrapper .title h2 {
  font-size: 2rem;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main section.reasons .wrapper .title h2,
  .page-template-ppc-experiential-dev main section.reasons .wrapper .title h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-ppc-experiential main section.reasons .wrapper .title h2,
  .page-template-ppc-experiential-dev main section.reasons .wrapper .title h2 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .page-template-ppc-experiential main section.reasons .wrapper .title h2,
  .page-template-ppc-experiential-dev main section.reasons .wrapper .title h2 {
    font-size: 3.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .page-template-ppc-experiential main section.reasons .wrapper .title h2,
  .page-template-ppc-experiential-dev main section.reasons .wrapper .title h2 {
    font-size: 4.25rem;
  }
}
.page-template-ppc-experiential main section.reasons .wrapper .title h2,
.page-template-ppc-experiential-dev main section.reasons .wrapper .title h2 {
  max-width: 1180px;
  margin: 0 0 2rem;
}
.page-template-ppc-experiential main section.reasons .wrapper .container,
.page-template-ppc-experiential-dev main section.reasons .wrapper .container {
  padding: 1.5rem 0 0;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main section.reasons .wrapper .container,
  .page-template-ppc-experiential-dev main section.reasons .wrapper .container {
    padding: 2.25rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-ppc-experiential main section.reasons .wrapper .container,
  .page-template-ppc-experiential-dev main section.reasons .wrapper .container {
    padding: 3rem 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .page-template-ppc-experiential main section.reasons .wrapper .container,
  .page-template-ppc-experiential-dev main section.reasons .wrapper .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.page-template-ppc-experiential main section.reasons .wrapper .container .reason,
.page-template-ppc-experiential-dev main section.reasons .wrapper .container .reason {
  margin-bottom: 70px;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main section.reasons .wrapper .container .reason,
  .page-template-ppc-experiential-dev main section.reasons .wrapper .container .reason {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-ppc-experiential main section.reasons .wrapper .container .reason,
  .page-template-ppc-experiential-dev main section.reasons .wrapper .container .reason {
    margin-bottom: 125px;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-ppc-experiential main section.reasons .wrapper .container .reason,
  .page-template-ppc-experiential-dev main section.reasons .wrapper .container .reason {
    max-width: 800px;
    margin: 0 auto 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-template-ppc-experiential main section.reasons .wrapper .container .reason,
  .page-template-ppc-experiential-dev main section.reasons .wrapper .container .reason {
    flex: 0 0 calc(50% - 10px);
    margin-bottom: 100px;
    max-width: unset;
  }
}
.page-template-ppc-experiential main section.reasons .wrapper .container .reason .content,
.page-template-ppc-experiential-dev main section.reasons .wrapper .container .reason .content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .page-template-ppc-experiential main section.reasons .wrapper .container .reason .content,
  .page-template-ppc-experiential-dev main section.reasons .wrapper .container .reason .content {
    flex-direction: row;
  }
}
.page-template-ppc-experiential main section.reasons .wrapper .container .reason .content .wrap,
.page-template-ppc-experiential-dev main section.reasons .wrapper .container .reason .content .wrap {
  display: flex;
  justify-content: space-between;
}
.page-template-ppc-experiential main section.reasons .wrapper .container .reason .content .wrap .icon,
.page-template-ppc-experiential-dev main section.reasons .wrapper .container .reason .content .wrap .icon {
  order: 0;
  flex: 0 0 30%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  transition: 0.5s ease;
  transition-delay: 0.75s;
  transform: translateX(-50px);
  opacity: 0;
}
.page-template-ppc-experiential main section.reasons .wrapper .container .reason .content .wrap .icon.active,
.page-template-ppc-experiential-dev main section.reasons .wrapper .container .reason .content .wrap .icon.active {
  transform: translateX(0px);
  opacity: 1;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main section.reasons .wrapper .container .reason .content .wrap .icon,
  .page-template-ppc-experiential-dev main section.reasons .wrapper .container .reason .content .wrap .icon {
    max-width: unset;
    margin: 0;
    background-position: 0;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-ppc-experiential main section.reasons .wrapper .container .reason .content .wrap .icon,
  .page-template-ppc-experiential-dev main section.reasons .wrapper .container .reason .content .wrap .icon {
    flex: 0 0 30%;
  }
}
@media only screen and (min-width: 1200px) {
  .page-template-ppc-experiential main section.reasons .wrapper .container .reason .content .wrap .icon,
  .page-template-ppc-experiential-dev main section.reasons .wrapper .container .reason .content .wrap .icon {
    order: 1;
    flex: 1 0 15%;
    background-position: 50%;
  }
}
@media only screen and (min-width: 1340px) {
  .page-template-ppc-experiential main section.reasons .wrapper .container .reason .content .wrap .icon,
  .page-template-ppc-experiential-dev main section.reasons .wrapper .container .reason .content .wrap .icon {
    flex: 0 0 100px;
    justify-content: flex-start;
  }
}
.page-template-ppc-experiential main section.reasons .wrapper .container .reason .content .wrap .icon span,
.page-template-ppc-experiential-dev main section.reasons .wrapper .container .reason .content .wrap .icon span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.5rem;
  line-height: 0;
  padding: 6px;
  max-width: 68px;
  aspect-ratio: 1/1;
  width: 100%;
  border: 1px solid #0dab76;
  border-radius: 50px;
}
.page-template-ppc-experiential main section.reasons .wrapper .container .reason .content .wrap .inner,
.page-template-ppc-experiential-dev main section.reasons .wrapper .container .reason .content .wrap .inner {
  flex: 0 0 68%;
  order: 2;
  transition: 0.5s ease;
  transition-delay: 1s;
  transform: translateX(-50px);
  opacity: 0;
}
.page-template-ppc-experiential main section.reasons .wrapper .container .reason .content .wrap .inner.active,
.page-template-ppc-experiential-dev main section.reasons .wrapper .container .reason .content .wrap .inner.active {
  transform: translateX(0px);
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .page-template-ppc-experiential main section.reasons .wrapper .container .reason .content .wrap .inner,
  .page-template-ppc-experiential-dev main section.reasons .wrapper .container .reason .content .wrap .inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    flex: 0 0 68%;
  }
}
@media only screen and (min-width: 1200px) {
  .page-template-ppc-experiential main section.reasons .wrapper .container .reason .content .wrap .inner,
  .page-template-ppc-experiential-dev main section.reasons .wrapper .container .reason .content .wrap .inner {
    flex: 0 1 360px;
    padding-left: 1em;
  }
}
@media only screen and (min-width: 1340px) {
  .page-template-ppc-experiential main section.reasons .wrapper .container .reason .content .wrap .inner,
  .page-template-ppc-experiential-dev main section.reasons .wrapper .container .reason .content .wrap .inner {
    flex: 0 1 400px;
  }
}
@media only screen and (min-width: 1600px) {
  .page-template-ppc-experiential main section.reasons .wrapper .container .reason .content .wrap .inner,
  .page-template-ppc-experiential-dev main section.reasons .wrapper .container .reason .content .wrap .inner {
    flex: 0 0 500px;
    padding-left: 0;
  }
}
.page-template-ppc-experiential main section.reasons .wrapper .container .reason .content .wrap .inner h3,
.page-template-ppc-experiential-dev main section.reasons .wrapper .container .reason .content .wrap .inner h3 {
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .page-template-ppc-experiential main section.reasons .wrapper .container .reason .content .wrap .inner h3,
  .page-template-ppc-experiential-dev main section.reasons .wrapper .container .reason .content .wrap .inner h3 {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .page-template-ppc-experiential main section.reasons .wrapper .container .reason .content .wrap .inner h3,
  .page-template-ppc-experiential-dev main section.reasons .wrapper .container .reason .content .wrap .inner h3 {
    font-size: 1.9rem;
  }
}
@media only screen and (min-width: 1400px) {
  .page-template-ppc-experiential main section.reasons .wrapper .container .reason .content .wrap .inner h3,
  .page-template-ppc-experiential-dev main section.reasons .wrapper .container .reason .content .wrap .inner h3 {
    font-size: 2rem;
  }
}
.page-template-ppc-experiential main section.reasons .wrapper .container .reason .content .wrap .inner h3,
.page-template-ppc-experiential-dev main section.reasons .wrapper .container .reason .content .wrap .inner h3 {
  max-width: 350px;
  margin: 0 0 20px;
}
.page-template-ppc-experiential main section.reasons .wrapper .container .reason .content .wrap .inner p,
.page-template-ppc-experiential-dev main section.reasons .wrapper .container .reason .content .wrap .inner p {
  margin: 0;
}
.page-template-ppc-experiential main section.featuredCaseStudies,
.page-template-ppc-experiential-dev main section.featuredCaseStudies {
  margin: 0 0 4rem;
}
@media only screen and (min-width: 1200px) {
  .page-template-ppc-experiential main section.featuredCaseStudies,
  .page-template-ppc-experiential-dev main section.featuredCaseStudies {
    margin: 0 0 150px;
  }
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (min-width: 1024px) {
  .page-template-ppc-experiential main section.featuredCaseStudies .wrapper,
  .page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper {
    padding: 0 40px;
  }
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .title h2,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .title h2 {
  font-size: 2rem;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main section.featuredCaseStudies .wrapper .title h2,
  .page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .title h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-ppc-experiential main section.featuredCaseStudies .wrapper .title h2,
  .page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .title h2 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .page-template-ppc-experiential main section.featuredCaseStudies .wrapper .title h2,
  .page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .title h2 {
    font-size: 3.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .page-template-ppc-experiential main section.featuredCaseStudies .wrapper .title h2,
  .page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .title h2 {
    font-size: 4.25rem;
  }
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .title h2,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .title h2 {
  max-width: 420px;
  margin: 0 0 2rem;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main section.featuredCaseStudies .wrapper .title h2,
  .page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .title h2 {
    max-width: 500px;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-ppc-experiential main section.featuredCaseStudies .wrapper .title h2,
  .page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .title h2 {
    margin: 0 0 3rem;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-ppc-experiential main section.featuredCaseStudies .wrapper .title h2,
  .page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .title h2 {
    max-width: 600px;
  }
}
@media only screen and (min-width: 1400px) {
  .page-template-ppc-experiential main section.featuredCaseStudies .wrapper .title h2,
  .page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .title h2 {
    max-width: 680px;
  }
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media only screen and (min-width: 1200px) {
  .page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid,
  .page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf {
  min-width: 0;
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem {
  border-radius: 8px;
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  text-decoration: none;
  color: #fff;
  background: #1f1f21;
  border-radius: 8px;
  padding: 1rem;
  transition: transform 0.3s ease, background 0.3s ease;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper,
  .page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper {
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 1.25rem;
    min-height: 190px;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper,
  .page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper {
    grid-template-columns: 260px minmax(0, 1fr);
    min-height: 210px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper,
  .page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper {
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 1.5rem;
    min-height: 240px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper,
  .page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper {
    grid-template-columns: 450px minmax(0, 1fr);
    gap: 0 1.75rem;
    min-height: 15.9375rem;
  }
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .imgStatsWrap .imgWrap,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .imgStatsWrap .imgWrap {
  overflow: hidden;
  aspect-ratio: 16/9;
  border-radius: 5px;
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .imgStatsWrap .imgWrap img,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .imgStatsWrap .imgWrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .imgStatsWrap .resultsWrapper.tabOpen,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .imgStatsWrap .resultsWrapper.tabOpen {
  max-height: 0;
  opacity: 0;
  padding: 0.5rem 0;
  pointer-events: none;
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .imgStatsWrap .resultsWrapper .result,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .imgStatsWrap .resultsWrapper .result {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.25rem 0;
  border-bottom: 1px solid #fff;
}
@media only screen and (min-width: 1024px) {
  .page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .imgStatsWrap .resultsWrapper .result,
  .page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .imgStatsWrap .resultsWrapper .result {
    padding: 0.25rem 1rem;
  }
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .imgStatsWrap .resultsWrapper .result:last-of-type,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .imgStatsWrap .resultsWrapper .result:last-of-type {
  border: 0;
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .imgStatsWrap .resultsWrapper .result .statNumber,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .imgStatsWrap .resultsWrapper .result .statNumber {
  flex: 0 0 25%;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: normal;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .imgStatsWrap .resultsWrapper .result .statNumber,
  .page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .imgStatsWrap .resultsWrapper .result .statNumber {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .imgStatsWrap .resultsWrapper .result .statNumber,
  .page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .imgStatsWrap .resultsWrapper .result .statNumber {
    font-size: 2rem;
  }
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .imgStatsWrap .resultsWrapper .result .statText,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .imgStatsWrap .resultsWrapper .result .statText {
  flex: 0 0 70%;
  font-size: 1rem;
  line-height: normal;
}
@media only screen and (min-width: 1200px) {
  .page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .imgStatsWrap .resultsWrapper .result .statText,
  .page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .imgStatsWrap .resultsWrapper .result .statText {
    font-size: 1.5rem;
  }
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .contentWrap,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .contentWrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.875rem 0;
  align-items: stretch;
  padding: 0.25rem 0;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .contentWrap,
  .page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .contentWrap {
    gap: 1.75rem 0;
    padding: 0;
  }
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper h3,
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper p,
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .content,
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .tags,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper h3,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper p,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .content,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .tags {
  grid-column: 2;
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper h3,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper h3 {
  font-size: 1.25rem;
  margin: 0;
  align-self: start;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper h3,
  .page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper h3,
  .page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper h3 {
    font-size: 1.75rem;
  }
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .content,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .content {
  overflow: hidden;
  transition: max-height 0.45s ease, opacity 0.35s ease;
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .content p,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .content p {
  font-size: 1rem;
  margin: 0 0 1.25rem;
}
@media only screen and (min-width: 768px) {
  .page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .content p,
  .page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .content p {
    max-width: 80%;
    font-size: 1.25rem;
  }
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .content p:last-of-type,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .content p:last-of-type {
  margin: 0;
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .content.tabClosed,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .content.tabClosed {
  max-height: 15rem;
  opacity: 1;
}
@media only screen and (min-width: 900px) {
  .page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .content.tabClosed,
  .page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .content.tabClosed {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
  }
}
@media only screen and (min-width: 900px) {
  .page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .content.tabClosed p.csIntro,
  .page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .content.tabClosed p.csIntro {
    flex: 0 1 68%;
  }
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .content.tabClosed .result,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .content.tabClosed .result {
  max-width: 190px;
  margin: 1.5rem 0 0;
}
@media only screen and (min-width: 900px) {
  .page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .content.tabClosed .result,
  .page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .content.tabClosed .result {
    flex: 0 0 164px;
    max-width: unset;
    margin: unset;
  }
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .content.tabClosed .result .statNumber,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .content.tabClosed .result .statNumber {
  display: inline;
  font-weight: 700;
}
@media only screen and (min-width: 900px) {
  .page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .content.tabClosed .result .statNumber,
  .page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .content.tabClosed .result .statNumber {
    font-weight: 300;
  }
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .content.tabClosed .result .statText,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .content.tabClosed .result .statText {
  display: inline;
  font-weight: 700;
}
@media only screen and (min-width: 900px) {
  .page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .content.tabClosed .result .statText,
  .page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .content.tabClosed .result .statText {
    font-weight: 300;
  }
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .content.tabOpen,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .content.tabOpen {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .tags,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .tags {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  align-self: end;
  flex-wrap: nowrap;
  gap: 2rem;
}
@media only screen and (min-width: 500px) {
  .page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .tags,
  .page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .tags {
    flex: 0 0 126px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0.5rem;
  }
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .tags .tagsInner span.tag,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .tags .tagsInner span.tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.7rem 0.75rem;
  background: #5f5f61;
  border-radius: 6px;
  color: #fff;
  line-height: 1;
  font-size: 0.875rem;
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .tags .tagsInner span.tag,
  .page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .tags .tagsInner span.tag {
    min-height: 2.375rem;
    padding: 0.8rem 1rem;
    font-size: 1rem;
  }
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .tags .more,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .tags .more {
  display: flex;
  align-items: center;
  height: -moz-max-content;
  height: max-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 0.875rem;
  color: #fff;
  background-color: #0dab76;
  padding: 0.4rem 0.75rem;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  white-space: nowrap;
  margin-bottom: 5px;
}
@media only screen and (min-width: 500px) {
  .page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .tags .more,
  .page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .tags .more {
    flex: 0 0 126px;
  }
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .tags .more,
  .page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .tags .more {
    flex: 0 0 164px;
    font-size: 1rem;
    padding: 0.5rem 1.5rem;
  }
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .tags .more:hover,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .tags .more:hover {
  color: #fff;
  background-color: rgb(9.3967391304, 123.6032608696, 85.2934782609);
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .tags .more:hover span.arrow svg,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .tags .more:hover span.arrow svg {
  transform: rotate(45deg);
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .tags .more:hover span.arrow svg circle,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .tags .more:hover span.arrow svg circle {
  fill: #fff;
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .tags .more:hover span.arrow svg path,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .tags .more:hover span.arrow svg path {
  stroke: #000;
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .tags .more span.arrow,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .tags .more span.arrow {
  white-space: nowrap;
  padding-left: 0.75rem;
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .tags .more span.arrow svg,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper .tags .more span.arrow svg {
  vertical-align: bottom;
  transform: rotate(90deg);
  transition: all 0.4s ease;
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .accordionTab,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .accordionTab {
  grid-column: 1/-1;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.55s ease;
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .accordionTab .tabWrap,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .accordionTab .tabWrap {
  overflow: hidden;
  padding: 0 1rem;
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .accordionTab .tabWrap .mediaWrap,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .accordionTab .tabWrap .mediaWrap {
  margin-bottom: 1rem;
  border-radius: 5px;
  overflow: hidden;
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .accordionTab .tabWrap .mediaWrap.videoWrap,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .accordionTab .tabWrap .mediaWrap.videoWrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .accordionTab .tabWrap .mediaWrap.videoWrap iframe,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .accordionTab .tabWrap .mediaWrap.videoWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .accordionTab .tabWrap .mediaWrap.imgGrid,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .accordionTab .tabWrap .mediaWrap.imgGrid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .accordionTab .tabWrap .mediaWrap.imgGrid,
  .page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .accordionTab .tabWrap .mediaWrap.imgGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .accordionTab .tabWrap .mediaWrap.imgGrid .imgWrap,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .accordionTab .tabWrap .mediaWrap.imgGrid .imgWrap {
  aspect-ratio: 16/9;
  border-radius: 6px;
  overflow: hidden;
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .accordionTab .tabWrap .mediaWrap.imgGrid .imgWrap img,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .accordionTab .tabWrap .mediaWrap.imgGrid .imgWrap img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .accordionTab .tabWrap .closeCTAwrap,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .accordionTab .tabWrap .closeCTAwrap {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .accordionTab .tabWrap .closeCTAwrap .closeCTA,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .accordionTab .tabWrap .closeCTAwrap .closeCTA {
  display: flex;
  font-size: 1rem;
  color: #000;
  background-color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .accordionTab .tabWrap .closeCTAwrap .closeCTA span.arrow,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .accordionTab .tabWrap .closeCTAwrap .closeCTA span.arrow {
  white-space: nowrap;
  padding-left: 0.75rem;
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .accordionTab .tabWrap .closeCTAwrap .closeCTA span.arrow svg,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .accordionTab .tabWrap .closeCTAwrap .closeCTA span.arrow svg {
  vertical-align: bottom;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .accordionTab .tabWrap .closeCTAwrap .closeCTA span.arrow svg circle,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .accordionTab .tabWrap .closeCTAwrap .closeCTA span.arrow svg circle {
  fill: #0dab76;
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .accordionTab .tabWrap .closeCTAwrap .closeCTA span.arrow svg path,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .accordionTab .tabWrap .closeCTAwrap .closeCTA span.arrow svg path {
  stroke: #fff;
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .accordionTab .tabWrap .closeCTAwrap .closeCTA:hover,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .accordionTab .tabWrap .closeCTAwrap .closeCTA:hover {
  color: #fff;
  background-color: rgb(9.3967391304, 123.6032608696, 85.2934782609);
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .accordionTab .tabWrap .closeCTAwrap .closeCTA:hover span.arrow svg,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .accordionTab .tabWrap .closeCTAwrap .closeCTA:hover span.arrow svg {
  transform: rotate(45deg);
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .accordionTab .tabWrap .closeCTAwrap .closeCTA:hover span.arrow svg circle,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .accordionTab .tabWrap .closeCTAwrap .closeCTA:hover span.arrow svg circle {
  fill: #fff;
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .accordionTab .tabWrap .closeCTAwrap .closeCTA:hover span.arrow svg path,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .accordionTab .tabWrap .closeCTAwrap .closeCTA:hover span.arrow svg path {
  stroke: #000;
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem.is-open,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem.is-open {
  background: #0dab76;
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem.is-open:hover,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem.is-open:hover {
  transform: none;
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem.is-open .upper .imgStatsWrap .resultsWrapper.tabOpen,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem.is-open .upper .imgStatsWrap .resultsWrapper.tabOpen {
  max-height: 40rem;
  opacity: 1;
  pointer-events: auto;
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem.is-open .upper .tags .more,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem.is-open .upper .tags .more {
  display: none;
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem.is-open .content.tabClosed,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem.is-open .content.tabClosed {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem.is-open .content.tabOpen,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem.is-open .content.tabOpen {
  max-height: 70rem;
  opacity: 1;
  pointer-events: auto;
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem.is-open .accordionTab,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem.is-open .accordionTab {
  grid-template-rows: 1fr;
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem.is-open .tags .tagsInner span.tag,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem.is-open .tags .tagsInner span.tag {
  background-color: rgb(9.3967391304, 123.6032608696, 85.2934782609);
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem.is-open .tags .more,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem.is-open .tags .more {
  background-color: #fff;
  color: #000;
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem.is-open .upper,
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper:hover,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem.is-open .upper,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper:hover {
  background: #0dab76;
  transform: translateY(-0.125rem);
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem.is-open .upper img,
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper:hover img,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem.is-open .upper img,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper:hover img {
  transform: scale(1.02);
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem.is-open .upper .tags,
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper:hover .tags,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem.is-open .upper .tags,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper:hover .tags {
  display: flex;
  justify-content: space-between;
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem.is-open .upper .tags .tagsInner span.tag,
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper:hover .tags .tagsInner span.tag,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem.is-open .upper .tags .tagsInner span.tag,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper:hover .tags .tagsInner span.tag {
  background-color: rgb(9.3967391304, 123.6032608696, 85.2934782609);
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem.is-open .upper .tags .more,
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper:hover .tags .more,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem.is-open .upper .tags .more,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper:hover .tags .more {
  background-color: #fff;
  color: #000;
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem.is-open .upper .tags .more span.arrow svg circle,
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper:hover .tags .more span.arrow svg circle,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem.is-open .upper .tags .more span.arrow svg circle,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper:hover .tags .more span.arrow svg circle {
  fill: #0dab76;
}
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem.is-open .upper .tags .more span.arrow svg path,
.page-template-ppc-experiential main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper:hover .tags .more span.arrow svg path,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem.is-open .upper .tags .more span.arrow svg path,
.page-template-ppc-experiential-dev main section.featuredCaseStudies .wrapper .csGrid .csHalf .caseStudyItem .upper:hover .tags .more span.arrow svg path {
  stroke: #fff;
}
.page-template-ppc-experiential main section.services,
.page-template-ppc-experiential-dev main section.services {
  padding-bottom: 5rem;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main section.services,
  .page-template-ppc-experiential-dev main section.services {
    padding-bottom: 8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .page-template-ppc-experiential main section.services,
  .page-template-ppc-experiential-dev main section.services {
    padding-bottom: 12rem;
  }
}
.page-template-ppc-experiential main section.services .wrapper,
.page-template-ppc-experiential-dev main section.services .wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (min-width: 1024px) {
  .page-template-ppc-experiential main section.services .wrapper,
  .page-template-ppc-experiential-dev main section.services .wrapper {
    padding: 0 40px;
  }
}
.page-template-ppc-experiential main section.services .wrapper .stickySection,
.page-template-ppc-experiential-dev main section.services .wrapper .stickySection {
  max-width: 450px;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main section.services .wrapper .stickySection,
  .page-template-ppc-experiential-dev main section.services .wrapper .stickySection {
    max-width: 550px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-ppc-experiential main section.services .wrapper .stickySection,
  .page-template-ppc-experiential-dev main section.services .wrapper .stickySection {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 40px;
    align-items: start;
    max-width: unset;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-ppc-experiential main section.services .wrapper .stickySection .title,
  .page-template-ppc-experiential-dev main section.services .wrapper .stickySection .title {
    position: sticky;
    top: 4rem;
    align-self: start;
  }
}
.page-template-ppc-experiential main section.services .wrapper .stickySection .title h2,
.page-template-ppc-experiential-dev main section.services .wrapper .stickySection .title h2 {
  font-size: 2rem;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main section.services .wrapper .stickySection .title h2,
  .page-template-ppc-experiential-dev main section.services .wrapper .stickySection .title h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-ppc-experiential main section.services .wrapper .stickySection .title h2,
  .page-template-ppc-experiential-dev main section.services .wrapper .stickySection .title h2 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .page-template-ppc-experiential main section.services .wrapper .stickySection .title h2,
  .page-template-ppc-experiential-dev main section.services .wrapper .stickySection .title h2 {
    font-size: 3.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .page-template-ppc-experiential main section.services .wrapper .stickySection .title h2,
  .page-template-ppc-experiential-dev main section.services .wrapper .stickySection .title h2 {
    font-size: 4.25rem;
  }
}
.page-template-ppc-experiential main section.services .wrapper .stickySection .title h2,
.page-template-ppc-experiential-dev main section.services .wrapper .stickySection .title h2 {
  max-width: 1050px;
  margin: 0 0 3rem;
}
.page-template-ppc-experiential main section.services .wrapper .stickySection .title .imgWrap,
.page-template-ppc-experiential-dev main section.services .wrapper .stickySection .title .imgWrap {
  display: none;
  padding: 0 3rem 0 0;
}
@media only screen and (min-width: 1024px) {
  .page-template-ppc-experiential main section.services .wrapper .stickySection .title .imgWrap,
  .page-template-ppc-experiential-dev main section.services .wrapper .stickySection .title .imgWrap {
    display: block;
  }
}
.page-template-ppc-experiential main section.services .wrapper .stickySection .title .imgWrap img,
.page-template-ppc-experiential-dev main section.services .wrapper .stickySection .title .imgWrap img {
  display: block;
  width: 100%;
  max-width: 600px;
  height: auto;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.page-template-ppc-experiential main section.services .wrapper .stickySection .title .imgWrap img.is-changing,
.page-template-ppc-experiential-dev main section.services .wrapper .stickySection .title .imgWrap img.is-changing {
  opacity: 0.35;
  transform: scale(0.98);
}
.page-template-ppc-experiential main section.services .wrapper .stickySection .container,
.page-template-ppc-experiential-dev main section.services .wrapper .stickySection .container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 0;
}
@media (min-width: 640px) {
  .page-template-ppc-experiential main section.services .wrapper .stickySection .container,
  .page-template-ppc-experiential-dev main section.services .wrapper .stickySection .container {
    gap: 3rem;
    padding: 3rem 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-ppc-experiential main section.services .wrapper .stickySection .container,
  .page-template-ppc-experiential-dev main section.services .wrapper .stickySection .container {
    gap: 20rem;
    padding: 17rem 0 0;
  }
}
.page-template-ppc-experiential main section.services .wrapper .stickySection .container .service .content h3,
.page-template-ppc-experiential-dev main section.services .wrapper .stickySection .container .service .content h3 {
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .page-template-ppc-experiential main section.services .wrapper .stickySection .container .service .content h3,
  .page-template-ppc-experiential-dev main section.services .wrapper .stickySection .container .service .content h3 {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .page-template-ppc-experiential main section.services .wrapper .stickySection .container .service .content h3,
  .page-template-ppc-experiential-dev main section.services .wrapper .stickySection .container .service .content h3 {
    font-size: 1.9rem;
  }
}
@media only screen and (min-width: 1400px) {
  .page-template-ppc-experiential main section.services .wrapper .stickySection .container .service .content h3,
  .page-template-ppc-experiential-dev main section.services .wrapper .stickySection .container .service .content h3 {
    font-size: 2rem;
  }
}
.page-template-ppc-experiential main section.services .wrapper .stickySection .container .service .content span,
.page-template-ppc-experiential-dev main section.services .wrapper .stickySection .container .service .content span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.05rem 0.4rem 0;
  padding: 0.75rem 1rem;
  background: #656565;
  border-radius: 6px;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .page-template-ppc-experiential main section.services .wrapper .stickySection .container .service .content span,
  .page-template-ppc-experiential-dev main section.services .wrapper .stickySection .container .service .content span {
    padding: 9px 14px;
  }
}
@media (max-width: 600px) {
  .page-template-ppc-experiential main section.services .wrapper .stickySection .container .service .content span,
  .page-template-ppc-experiential-dev main section.services .wrapper .stickySection .container .service .content span {
    white-space: normal;
    line-height: 1.2;
  }
}
.page-template-ppc-experiential main section.services .wrapper .stickySection .container .belowFoldCTA,
.page-template-ppc-experiential-dev main section.services .wrapper .stickySection .container .belowFoldCTA {
  padding-bottom: 2rem;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main section.services .wrapper .stickySection .container .belowFoldCTA,
  .page-template-ppc-experiential-dev main section.services .wrapper .stickySection .container .belowFoldCTA {
    max-width: unset;
    height: auto;
  }
}
.page-template-ppc-experiential main section.services .wrapper .stickySection .container .belowFoldCTA .clickCTAs,
.page-template-ppc-experiential-dev main section.services .wrapper .stickySection .container .belowFoldCTA .clickCTAs {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main section.services .wrapper .stickySection .container .belowFoldCTA .clickCTAs,
  .page-template-ppc-experiential-dev main section.services .wrapper .stickySection .container .belowFoldCTA .clickCTAs {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-ppc-experiential main section.services .wrapper .stickySection .container .belowFoldCTA .clickCTAs,
  .page-template-ppc-experiential-dev main section.services .wrapper .stickySection .container .belowFoldCTA .clickCTAs {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
@media only screen and (min-width: 1400px) {
  .page-template-ppc-experiential main section.services .wrapper .stickySection .container .belowFoldCTA .clickCTAs,
  .page-template-ppc-experiential-dev main section.services .wrapper .stickySection .container .belowFoldCTA .clickCTAs {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}
.page-template-ppc-experiential main section.services .wrapper .stickySection .container .belowFoldCTA .clickCTAs a.leadFormTrigger,
.page-template-ppc-experiential-dev main section.services .wrapper .stickySection .container .belowFoldCTA .clickCTAs a.leadFormTrigger {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  background-color: #0dab76;
  padding: 0.5rem 0.75rem;
  border-radius: 5px;
  margin-right: 0;
  transition: background-color 0.3s ease;
}
.page-template-ppc-experiential main section.services .wrapper .stickySection .container .belowFoldCTA .clickCTAs a.leadFormTrigger:hover,
.page-template-ppc-experiential-dev main section.services .wrapper .stickySection .container .belowFoldCTA .clickCTAs a.leadFormTrigger:hover {
  background-color: rgb(9.3967391304, 123.6032608696, 85.2934782609);
}
.page-template-ppc-experiential main section.services .wrapper .stickySection .container .belowFoldCTA .clickCTAs a.leadFormTrigger:hover span.arrow svg,
.page-template-ppc-experiential-dev main section.services .wrapper .stickySection .container .belowFoldCTA .clickCTAs a.leadFormTrigger:hover span.arrow svg {
  transform: rotate(45deg);
}
.page-template-ppc-experiential main section.services .wrapper .stickySection .container .belowFoldCTA .clickCTAs a.leadFormTrigger span.arrow,
.page-template-ppc-experiential-dev main section.services .wrapper .stickySection .container .belowFoldCTA .clickCTAs a.leadFormTrigger span.arrow {
  white-space: nowrap;
  padding-left: 0.75rem;
}
.page-template-ppc-experiential main section.services .wrapper .stickySection .container .belowFoldCTA .clickCTAs a.leadFormTrigger span.arrow svg,
.page-template-ppc-experiential-dev main section.services .wrapper .stickySection .container .belowFoldCTA .clickCTAs a.leadFormTrigger span.arrow svg {
  vertical-align: bottom;
  transition: all 0.4s ease;
}
.page-template-ppc-experiential main section.services .wrapper .stickySection .container .belowFoldCTA .clickCTAs a.viewWork,
.page-template-ppc-experiential-dev main section.services .wrapper .stickySection .container .belowFoldCTA .clickCTAs a.viewWork {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  text-decoration: underline;
  padding: 0.5rem 1rem 0.5rem 0.125rem;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main section.services .wrapper .stickySection .container .belowFoldCTA .clickCTAs a.viewWork,
  .page-template-ppc-experiential-dev main section.services .wrapper .stickySection .container .belowFoldCTA .clickCTAs a.viewWork {
    padding: 0.5rem 1rem;
  }
}
.page-template-ppc-experiential main section.services .wrapper .stickySection .container .belowFoldCTA .clickCTAs a.viewWork span.arrow,
.page-template-ppc-experiential-dev main section.services .wrapper .stickySection .container .belowFoldCTA .clickCTAs a.viewWork span.arrow {
  white-space: nowrap;
  padding-left: 0.75rem;
}
.page-template-ppc-experiential main section.services .wrapper .stickySection .container .belowFoldCTA .clickCTAs a.viewWork span.arrow svg,
.page-template-ppc-experiential-dev main section.services .wrapper .stickySection .container .belowFoldCTA .clickCTAs a.viewWork span.arrow svg {
  vertical-align: bottom;
  transform: rotate(135deg);
}
.page-template-ppc-experiential main section.services .wrapper .stickySection .container .belowFoldCTA .contactCTAs,
.page-template-ppc-experiential-dev main section.services .wrapper .stickySection .container .belowFoldCTA .contactCTAs {
  padding: 2rem 0;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main section.services .wrapper .stickySection .container .belowFoldCTA .contactCTAs,
  .page-template-ppc-experiential-dev main section.services .wrapper .stickySection .container .belowFoldCTA .contactCTAs {
    display: flex;
  }
}
.page-template-ppc-experiential main section.services .wrapper .stickySection .container .belowFoldCTA .contactCTAs a.tel,
.page-template-ppc-experiential-dev main section.services .wrapper .stickySection .container .belowFoldCTA .contactCTAs a.tel {
  display: block;
}
.page-template-ppc-experiential main section.services .wrapper .stickySection .container .belowFoldCTA .contactCTAs a.tel::after,
.page-template-ppc-experiential-dev main section.services .wrapper .stickySection .container .belowFoldCTA .contactCTAs a.tel::after {
  content: "/";
  display: inline-block;
  margin: 0 0.5rem;
}
.page-template-ppc-experiential main section.services .wrapper .stickySection .container .belowFoldCTA .contactCTAs a.email,
.page-template-ppc-experiential-dev main section.services .wrapper .stickySection .container .belowFoldCTA .contactCTAs a.email {
  display: block;
}
.page-template-ppc-experiential main section.services .wrapper .stickySection .container .belowFoldCTA .contactCTAs,
.page-template-ppc-experiential-dev main section.services .wrapper .stickySection .container .belowFoldCTA .contactCTAs {
  padding-bottom: 0;
}
.page-template-ppc-experiential main section.testimonials,
.page-template-ppc-experiential-dev main section.testimonials {
  padding: 1rem 0 5rem;
  overflow: hidden;
}
.page-template-ppc-experiential main section.testimonials .wrapper,
.page-template-ppc-experiential-dev main section.testimonials .wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (min-width: 1024px) {
  .page-template-ppc-experiential main section.testimonials .wrapper,
  .page-template-ppc-experiential-dev main section.testimonials .wrapper {
    padding: 0 40px;
  }
}
.page-template-ppc-experiential main section.testimonials .wrapper .title h2,
.page-template-ppc-experiential-dev main section.testimonials .wrapper .title h2 {
  font-size: 2rem;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main section.testimonials .wrapper .title h2,
  .page-template-ppc-experiential-dev main section.testimonials .wrapper .title h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-ppc-experiential main section.testimonials .wrapper .title h2,
  .page-template-ppc-experiential-dev main section.testimonials .wrapper .title h2 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .page-template-ppc-experiential main section.testimonials .wrapper .title h2,
  .page-template-ppc-experiential-dev main section.testimonials .wrapper .title h2 {
    font-size: 3.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .page-template-ppc-experiential main section.testimonials .wrapper .title h2,
  .page-template-ppc-experiential-dev main section.testimonials .wrapper .title h2 {
    font-size: 4.25rem;
  }
}
.page-template-ppc-experiential main section.testimonials .wrapper .title h2,
.page-template-ppc-experiential-dev main section.testimonials .wrapper .title h2 {
  max-width: 780px;
}
.page-template-ppc-experiential main section.testimonials .wrapper .testimonialContainer,
.page-template-ppc-experiential-dev main section.testimonials .wrapper .testimonialContainer {
  position: relative;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 1rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .page-template-ppc-experiential main section.testimonials .wrapper .testimonialContainer,
  .page-template-ppc-experiential-dev main section.testimonials .wrapper .testimonialContainer {
    padding: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-ppc-experiential main section.testimonials .wrapper .testimonialContainer,
  .page-template-ppc-experiential-dev main section.testimonials .wrapper .testimonialContainer {
    padding: 3rem 3rem 2rem;
  }
}
.page-template-ppc-experiential main section.testimonials .wrapper .testimonialContainer .subTitle h3,
.page-template-ppc-experiential-dev main section.testimonials .wrapper .testimonialContainer .subTitle h3 {
  font-size: 1.25rem;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .page-template-ppc-experiential main section.testimonials .wrapper .testimonialContainer .subTitle h3,
  .page-template-ppc-experiential-dev main section.testimonials .wrapper .testimonialContainer .subTitle h3 {
    font-size: 1.5rem;
  }
}
.page-template-ppc-experiential main section.testimonials .wrapper .testimonialContainer .sliderWrapper,
.page-template-ppc-experiential-dev main section.testimonials .wrapper .testimonialContainer .sliderWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 0;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  .page-template-ppc-experiential main section.testimonials .wrapper .testimonialContainer .sliderWrapper,
  .page-template-ppc-experiential-dev main section.testimonials .wrapper .testimonialContainer .sliderWrapper {
    margin-left: 14%;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-ppc-experiential main section.testimonials .wrapper .testimonialContainer .sliderWrapper,
  .page-template-ppc-experiential-dev main section.testimonials .wrapper .testimonialContainer .sliderWrapper {
    margin-left: 17%;
  }
}
.page-template-ppc-experiential main section.testimonials .wrapper .testimonialContainer .sliderWrapper .slick-list,
.page-template-ppc-experiential-dev main section.testimonials .wrapper .testimonialContainer .sliderWrapper .slick-list {
  overflow: hidden;
}
.page-template-ppc-experiential main section.testimonials .wrapper .testimonialContainer .sliderWrapper .singleSlide .container.container--short,
.page-template-ppc-experiential-dev main section.testimonials .wrapper .testimonialContainer .sliderWrapper .singleSlide .container.container--short {
  margin-bottom: 0;
}
.page-template-ppc-experiential main section.testimonials .wrapper .testimonialContainer .sliderWrapper .singleSlide .container.container--short h3,
.page-template-ppc-experiential-dev main section.testimonials .wrapper .testimonialContainer .sliderWrapper .singleSlide .container.container--short h3 {
  max-width: 1230px;
  font-family: "Host Grotesk", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: normal;
  -webkit-text-size-adjust: 100%;
  max-width: 850px;
  padding: 2.5rem 0 2rem;
  margin: 0;
}
.page-template-ppc-experiential main section.testimonials .wrapper .testimonialContainer .sliderWrapper .singleSlide .container.container--short h3::before,
.page-template-ppc-experiential-dev main section.testimonials .wrapper .testimonialContainer .sliderWrapper .singleSlide .container.container--short h3::before {
  background: none !important;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main section.testimonials .wrapper .testimonialContainer .sliderWrapper .singleSlide .container.container--short h3,
  .page-template-ppc-experiential-dev main section.testimonials .wrapper .testimonialContainer .sliderWrapper .singleSlide .container.container--short h3 {
    font-size: 1.125rem;
    padding: 3rem 0 2.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-ppc-experiential main section.testimonials .wrapper .testimonialContainer .sliderWrapper .singleSlide .container.container--short h3,
  .page-template-ppc-experiential-dev main section.testimonials .wrapper .testimonialContainer .sliderWrapper .singleSlide .container.container--short h3 {
    font-size: 1.5rem;
    padding: 4rem 0 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .page-template-ppc-experiential main section.testimonials .wrapper .testimonialContainer .sliderWrapper .singleSlide .container.container--short h3,
  .page-template-ppc-experiential-dev main section.testimonials .wrapper .testimonialContainer .sliderWrapper .singleSlide .container.container--short h3 {
    font-size: 2rem;
    padding: 5rem 0 3rem;
  }
}
.page-template-ppc-experiential main section.testimonials .wrapper .testimonialContainer .sliderWrapper .singleSlide .container.container--short .bottom,
.page-template-ppc-experiential-dev main section.testimonials .wrapper .testimonialContainer .sliderWrapper .singleSlide .container.container--short .bottom {
  padding: 0 0 1.5rem;
}
@media only screen and (min-width: 768px) {
  .page-template-ppc-experiential main section.testimonials .wrapper .testimonialContainer .sliderWrapper .singleSlide .container.container--short .bottom,
  .page-template-ppc-experiential-dev main section.testimonials .wrapper .testimonialContainer .sliderWrapper .singleSlide .container.container--short .bottom {
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 2rem;
  }
}
.page-template-ppc-experiential main section.testimonials .wrapper .testimonialContainer .sliderWrapper .singleSlide .container.container--short .bottom .details span.name,
.page-template-ppc-experiential-dev main section.testimonials .wrapper .testimonialContainer .sliderWrapper .singleSlide .container.container--short .bottom .details span.name {
  line-height: 1em;
}
.page-template-ppc-experiential main section.testimonials .wrapper .testimonialContainer .sliderWrapper .slick-arrow,
.page-template-ppc-experiential-dev main section.testimonials .wrapper .testimonialContainer .sliderWrapper .slick-arrow {
  display: inline-block !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 34px;
  height: 34px;
  border: none;
  margin: 0;
}
.page-template-ppc-experiential main section.testimonials .wrapper .testimonialContainer .sliderWrapper .slick-arrow.slick-prev,
.page-template-ppc-experiential-dev main section.testimonials .wrapper .testimonialContainer .sliderWrapper .slick-arrow.slick-prev {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='16.9706' cy='16.9706' r='12' transform='rotate(-135 16.9706 16.9706)' fill='%235F5F5F' fill-opacity='0.6'/%3e%3cpath d='M22.9706 16.9704L11.4189 16.9704M16.7982 22.9704L10.9706 16.9704L16.7982 10.9704' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  left: 0.5rem;
}
.page-template-ppc-experiential main section.testimonials .wrapper .testimonialContainer .sliderWrapper .slick-arrow.slick-next,
.page-template-ppc-experiential-dev main section.testimonials .wrapper .testimonialContainer .sliderWrapper .slick-arrow.slick-next {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='16.9706' cy='16.9706' r='12' transform='rotate(45 16.9706 16.9706)' fill='%235F5F5F' fill-opacity='0.6'/%3e%3cpath d='M10.9705 16.9707H22.5222M17.1429 10.9707L22.9705 16.9707L17.1429 22.9707' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  left: 3.5rem;
}
.page-template-ppc-experiential main section.testimonials .wrapper .testimonialContainer .sliderWrapper .slick-arrow::before, .page-template-ppc-experiential main section.testimonials .wrapper .testimonialContainer .sliderWrapper .slick-arrow::after,
.page-template-ppc-experiential-dev main section.testimonials .wrapper .testimonialContainer .sliderWrapper .slick-arrow::before,
.page-template-ppc-experiential-dev main section.testimonials .wrapper .testimonialContainer .sliderWrapper .slick-arrow::after {
  display: none !important;
}
.page-template-ppc-experiential main section.testimonials .wrapper .testimonialContainer .sliderWrapper .slick-dots,
.page-template-ppc-experiential-dev main section.testimonials .wrapper .testimonialContainer .sliderWrapper .slick-dots {
  display: none !important;
}
.page-template-ppc-experiential main section.testimonials .wrapper .testimonialContainer .sliderNav,
.page-template-ppc-experiential-dev main section.testimonials .wrapper .testimonialContainer .sliderNav {
  display: none !important;
  clear: both;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2em 0;
  position: relative;
  bottom: 0;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .page-template-ppc-experiential main section.testimonials .wrapper .testimonialContainer .sliderNav,
  .page-template-ppc-experiential-dev main section.testimonials .wrapper .testimonialContainer .sliderNav {
    bottom: 25px;
    justify-content: flex-start;
    padding: 0;
  }
}
.page-template-ppc-experiential main section.testimonials .wrapper .testimonialContainer .sliderNav .custom-prev,
.page-template-ppc-experiential main section.testimonials .wrapper .testimonialContainer .sliderNav .custom-next,
.page-template-ppc-experiential-dev main section.testimonials .wrapper .testimonialContainer .sliderNav .custom-prev,
.page-template-ppc-experiential-dev main section.testimonials .wrapper .testimonialContainer .sliderNav .custom-next {
  border: 0;
  background: transparent;
  font-size: 0;
  width: 15px;
  height: 20px;
  margin-right: 20px;
  cursor: pointer;
}
.page-template-ppc-experiential main section.testimonials .wrapper .testimonialContainer .sliderNav .custom-next,
.page-template-ppc-experiential-dev main section.testimonials .wrapper .testimonialContainer .sliderNav .custom-next {
  transform: rotate(180deg);
  margin-right: 0;
  margin-left: 20px;
}
.page-template-ppc-experiential main section.testimonials .wrapper .testimonialContainer .sliderNav .custom-dots,
.page-template-ppc-experiential-dev main section.testimonials .wrapper .testimonialContainer .sliderNav .custom-dots {
  display: flex;
  align-items: center;
}
.page-template-ppc-experiential main section.testimonials .wrapper .testimonialContainer .sliderNav .custom-dots button,
.page-template-ppc-experiential-dev main section.testimonials .wrapper .testimonialContainer .sliderNav .custom-dots button {
  width: 16px;
  height: 16px;
  border: 2px solid #0000fe;
  border-radius: 100px;
  background: none;
  margin: 0 5px;
  cursor: pointer;
  transition: 0.35s ease;
}
.page-template-ppc-experiential main section.testimonials .wrapper .testimonialContainer .sliderNav .custom-dots button.active,
.page-template-ppc-experiential-dev main section.testimonials .wrapper .testimonialContainer .sliderNav .custom-dots button.active {
  background: #0000fe;
  transform: scale(1.25);
}
.page-template-ppc-experiential main section.howWeWork,
.page-template-ppc-experiential-dev main section.howWeWork {
  padding: 0 0 12rem;
}
.page-template-ppc-experiential main section.howWeWork .wrapper,
.page-template-ppc-experiential-dev main section.howWeWork .wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (min-width: 1024px) {
  .page-template-ppc-experiential main section.howWeWork .wrapper,
  .page-template-ppc-experiential-dev main section.howWeWork .wrapper {
    padding: 0 40px;
  }
}
.page-template-ppc-experiential main section.howWeWork .wrapper .title,
.page-template-ppc-experiential-dev main section.howWeWork .wrapper .title {
  margin: 0 0 4rem;
}
.page-template-ppc-experiential main section.howWeWork .wrapper .title h2,
.page-template-ppc-experiential-dev main section.howWeWork .wrapper .title h2 {
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .page-template-ppc-experiential main section.howWeWork .wrapper .title h2,
  .page-template-ppc-experiential-dev main section.howWeWork .wrapper .title h2 {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .page-template-ppc-experiential main section.howWeWork .wrapper .title h2,
  .page-template-ppc-experiential-dev main section.howWeWork .wrapper .title h2 {
    font-size: 1.9rem;
  }
}
@media only screen and (min-width: 1400px) {
  .page-template-ppc-experiential main section.howWeWork .wrapper .title h2,
  .page-template-ppc-experiential-dev main section.howWeWork .wrapper .title h2 {
    font-size: 2rem;
  }
}
.page-template-ppc-experiential main section.howWeWork .wrapper .title h2,
.page-template-ppc-experiential-dev main section.howWeWork .wrapper .title h2 {
  margin: 0;
}
.page-template-ppc-experiential main section.howWeWork .wrapper .content .processGrid,
.page-template-ppc-experiential-dev main section.howWeWork .wrapper .content .processGrid {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(320px, 1.2fr);
  -moz-column-gap: 7rem;
       column-gap: 7rem;
  row-gap: 5.5rem;
  align-items: start;
}
@media (max-width: 900px) {
  .page-template-ppc-experiential main section.howWeWork .wrapper .content .processGrid,
  .page-template-ppc-experiential-dev main section.howWeWork .wrapper .content .processGrid {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 2rem;
  }
}
.page-template-ppc-experiential main section.howWeWork .wrapper .content .processGrid .process,
.page-template-ppc-experiential-dev main section.howWeWork .wrapper .content .processGrid .process {
  display: flex;
  align-items: center;
  height: 100%;
  min-width: 0;
  transition: 0.5s ease;
  transition-delay: 1s;
  transform: translateX(-50px);
  opacity: 0;
}
.page-template-ppc-experiential main section.howWeWork .wrapper .content .processGrid .process.active,
.page-template-ppc-experiential-dev main section.howWeWork .wrapper .content .processGrid .process.active {
  transform: translateX(0px);
  opacity: 1;
}
.page-template-ppc-experiential main section.howWeWork .wrapper .content .processGrid .process:nth-child(odd),
.page-template-ppc-experiential-dev main section.howWeWork .wrapper .content .processGrid .process:nth-child(odd) {
  position: relative;
  padding-left: 5.5rem;
  transition-delay: 0.75s;
}
@media (max-width: 900px) {
  .page-template-ppc-experiential main section.howWeWork .wrapper .content .processGrid .process:nth-child(odd),
  .page-template-ppc-experiential-dev main section.howWeWork .wrapper .content .processGrid .process:nth-child(odd) {
    padding-left: 4rem;
    margin-top: 2rem;
  }
}
.page-template-ppc-experiential main section.howWeWork .wrapper .content .processGrid .process:nth-child(odd)::before,
.page-template-ppc-experiential-dev main section.howWeWork .wrapper .content .processGrid .process:nth-child(odd)::before {
  content: "";
  position: absolute;
  left: 0;
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
@media (max-width: 900px) {
  .page-template-ppc-experiential main section.howWeWork .wrapper .content .processGrid .process:nth-child(odd)::before,
  .page-template-ppc-experiential-dev main section.howWeWork .wrapper .content .processGrid .process:nth-child(odd)::before {
    width: 2.6rem;
    height: 2.6rem;
    top: 0.8rem;
  }
}
.page-template-ppc-experiential main section.howWeWork .wrapper .content .processGrid .process:nth-child(odd) h3,
.page-template-ppc-experiential-dev main section.howWeWork .wrapper .content .processGrid .process:nth-child(odd) h3 {
  font-size: 2rem;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main section.howWeWork .wrapper .content .processGrid .process:nth-child(odd) h3,
  .page-template-ppc-experiential-dev main section.howWeWork .wrapper .content .processGrid .process:nth-child(odd) h3 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-ppc-experiential main section.howWeWork .wrapper .content .processGrid .process:nth-child(odd) h3,
  .page-template-ppc-experiential-dev main section.howWeWork .wrapper .content .processGrid .process:nth-child(odd) h3 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .page-template-ppc-experiential main section.howWeWork .wrapper .content .processGrid .process:nth-child(odd) h3,
  .page-template-ppc-experiential-dev main section.howWeWork .wrapper .content .processGrid .process:nth-child(odd) h3 {
    font-size: 3.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .page-template-ppc-experiential main section.howWeWork .wrapper .content .processGrid .process:nth-child(odd) h3,
  .page-template-ppc-experiential-dev main section.howWeWork .wrapper .content .processGrid .process:nth-child(odd) h3 {
    font-size: 4.25rem;
  }
}
.page-template-ppc-experiential main section.howWeWork .wrapper .content .processGrid .process:nth-child(odd) h3,
.page-template-ppc-experiential-dev main section.howWeWork .wrapper .content .processGrid .process:nth-child(odd) h3 {
  margin: 0;
}
.page-template-ppc-experiential main section.howWeWork .wrapper .content .processGrid .process:nth-child(even),
.page-template-ppc-experiential-dev main section.howWeWork .wrapper .content .processGrid .process:nth-child(even) {
  padding-top: 0.25rem;
}
@media (max-width: 900px) {
  .page-template-ppc-experiential main section.howWeWork .wrapper .content .processGrid .process:nth-child(even),
  .page-template-ppc-experiential-dev main section.howWeWork .wrapper .content .processGrid .process:nth-child(even) {
    padding-top: 0;
    padding-left: 4rem;
  }
}
.page-template-ppc-experiential main section.howWeWork .wrapper .content .processGrid .process:nth-child(even) p,
.page-template-ppc-experiential-dev main section.howWeWork .wrapper .content .processGrid .process:nth-child(even) p {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 2.2rem);
  line-height: 1.05;
  max-width: 24ch;
}
.page-template-ppc-experiential main section.lowerCTA .wrapper,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (min-width: 1024px) {
  .page-template-ppc-experiential main section.lowerCTA .wrapper,
  .page-template-ppc-experiential-dev main section.lowerCTA .wrapper {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .page-template-ppc-experiential main section.lowerCTA .wrapper .container,
  .page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container {
    display: flex;
    justify-content: space-between;
  }
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .contentWrap,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .contentWrap {
  padding: 0;
}
@media (min-width: 640px) {
  .page-template-ppc-experiential main section.lowerCTA .wrapper .container .contentWrap,
  .page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .contentWrap {
    padding: 0 6rem;
  }
}
@media (min-width: 1024px) {
  .page-template-ppc-experiential main section.lowerCTA .wrapper .container .contentWrap,
  .page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .contentWrap {
    flex: 0 0 48%;
    padding: unset;
  }
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .contentWrap h3,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .contentWrap h3 {
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .page-template-ppc-experiential main section.lowerCTA .wrapper .container .contentWrap h3,
  .page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .contentWrap h3 {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .page-template-ppc-experiential main section.lowerCTA .wrapper .container .contentWrap h3,
  .page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .contentWrap h3 {
    font-size: 1.9rem;
  }
}
@media only screen and (min-width: 1400px) {
  .page-template-ppc-experiential main section.lowerCTA .wrapper .container .contentWrap h3,
  .page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .contentWrap h3 {
    font-size: 2rem;
  }
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .contentWrap h3,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .contentWrap h3 {
  margin: 0 0 3.5rem;
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .contentWrap p::after,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .contentWrap p::after {
  content: "";
  display: block;
  width: 180px;
  height: 1px;
  background: #fff;
  margin: 3rem 0 1rem;
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .contentWrap .endingCTA .contactCTAs,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .contentWrap .endingCTA .contactCTAs {
  padding: 2rem 0;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main section.lowerCTA .wrapper .container .contentWrap .endingCTA .contactCTAs,
  .page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .contentWrap .endingCTA .contactCTAs {
    display: flex;
  }
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .contentWrap .endingCTA .contactCTAs a.tel,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .contentWrap .endingCTA .contactCTAs a.tel {
  display: block;
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .contentWrap .endingCTA .contactCTAs a.tel::after,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .contentWrap .endingCTA .contactCTAs a.tel::after {
  content: "/";
  display: inline-block;
  margin: 0 0.5rem;
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .contentWrap .endingCTA .contactCTAs a.email,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .contentWrap .endingCTA .contactCTAs a.email {
  display: block;
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap {
  flex: 0 0 48%;
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form p,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form p {
  margin: 0 0 0.75em;
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form p label,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form p label {
  display: none;
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form p br,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form p br {
  display: none;
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form p input,
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form p textarea,
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form p select,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form p input,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form p textarea,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form p select {
  font-family: "Host Grotesk", sans-serif;
  font-size: 1rem;
  color: #fff;
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: transparent;
  vertical-align: bottom;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form p input,
  .page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form p textarea,
  .page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form p select,
  .page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form p input,
  .page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form p textarea,
  .page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form p select {
    padding: 1rem;
  }
}
@media only screen and (min-width: 1600px) {
  .page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form p input,
  .page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form p textarea,
  .page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form p select,
  .page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form p input,
  .page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form p textarea,
  .page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form p select {
    padding: 1.2rem;
  }
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form p input:focus,
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form p textarea:focus,
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form p select:focus,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form p input:focus,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form p textarea:focus,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form p select:focus {
  outline: none;
  border-color: #0dab76;
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form p textarea,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form p textarea {
  resize: vertical;
  height: 110px;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form p textarea,
  .page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form p textarea {
    height: 150px;
  }
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .wpcf7-not-valid-tip,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
  display: block;
  font-size: 0.8rem;
  color: #ff8080;
  margin-top: -15px;
  margin-left: 12px;
  padding: 0.2rem 0.3rem;
  background: #050505;
  animation: tipFadeIn 0.2s ease forwards;
}
@keyframes tipFadeIn {
  from {
    opacity: 0;
    transform: translateY(-3px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form input.wpcf7-not-valid,
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form textarea.wpcf7-not-valid,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form input.wpcf7-not-valid,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form textarea.wpcf7-not-valid {
  border-color: #ff6b6b !important;
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form input.wpcf7-not-valid:focus,
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form textarea.wpcf7-not-valid:focus,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form input.wpcf7-not-valid:focus,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form textarea.wpcf7-not-valid:focus {
  border-color: #0dab76;
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect {
  position: relative;
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 0 0 0.75em;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect,
  .page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect {
    padding: 1rem;
  }
}
@media only screen and (min-width: 1600px) {
  .page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect,
  .page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect {
    padding: 1.2rem;
  }
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect label,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect label {
  display: block;
  font-size: 1rem;
  margin: 0 0 1rem;
  color: #fff;
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect .realSelect,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect .realSelect {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect .customSelect__trigger,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect .customSelect__trigger {
  width: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 1rem;
  border: 0;
  border-radius: 6px;
  background: #1e1e1e;
  color: #fff;
  text-align: left;
  cursor: pointer;
  font: inherit;
  box-shadow: none;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect .customSelect__trigger,
  .page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect .customSelect__trigger {
    min-height: 54px;
    padding: 0.95rem 1rem;
  }
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect .customSelect__value,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect .customSelect__value {
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect .customSelect__arrow,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect .customSelect__arrow {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6.5 0.5L6.5 12.0517M12.5 6.67241L6.5 12.5L0.5 6.67241' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  transform: rotate(0deg) translateY(0px);
  transition: transform 0.3s ease;
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect .customSelect__dropdown,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect .customSelect__dropdown {
  position: absolute;
  top: calc(100% - 0.5rem);
  left: 1.2rem;
  right: 1.2rem;
  max-width: 440px;
  margin: auto;
  display: grid;
  gap: 0;
  padding: 0;
  background: #1e1e1e;
  border-radius: 0 0 6px 6px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  z-index: 10;
  overflow: hidden;
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect p,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect p {
  margin: 0;
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect .customSelect__option,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect .customSelect__option {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  border: 0;
  background: transparent;
  color: #fff;
  text-align: left;
  cursor: pointer;
  font-size: 0.85rem;
  line-height: 1.1;
  transition: background 0.2s ease, color 0.2s ease;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect .customSelect__option,
  .page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect .customSelect__option {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 1600px) {
  .page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect .customSelect__option,
  .page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect .customSelect__option {
    padding: 0.85rem 1rem;
    font-size: 1rem;
    line-height: 1.2;
  }
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect .customSelect__option:hover,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect .customSelect__option:hover {
  background: #2a2a2a;
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect .customSelect__option.is-selected,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect .customSelect__option.is-selected {
  background: #252525;
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect.is-open .customSelect__trigger,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect.is-open .customSelect__trigger {
  border-radius: 6px 6px 0 0;
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect.is-open .customSelect__arrow,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect.is-open .customSelect__arrow {
  transform: rotate(-135deg) translateY(0);
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect.is-open .customSelect__dropdown,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect.is-open .customSelect__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect.has-error,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect.has-error {
  border-color: #ff6b6b;
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect .realSelect ~ .wpcf7-not-valid-tip,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .budget.customSelect .realSelect ~ .wpcf7-not-valid-tip {
  display: none;
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .submit,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .submit {
  position: relative;
  padding-right: 3rem;
  height: 40px;
  margin-top: 1rem;
}
@media only screen and (min-width: 640px) {
  .page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .submit,
  .page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .submit {
    height: 50px;
    margin-top: 2rem;
  }
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .submit::after,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .submit::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.25rem;
  margin: auto;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.499965 9.10714L8.66827 0.93884M0.62188 0.499946L8.98525 0.621861L9.10716 8.98523' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .submit:hover::after,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .submit:hover::after {
  transform: rotate(45deg);
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .submit input,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .submit input {
  position: absolute;
  max-width: 230px;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  background-color: #0dab76;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 100;
  text-align: left;
  padding-left: 1.25rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .submit input:hover,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .submit input:hover {
  background-color: rgb(9.3967391304, 123.6032608696, 85.2934782609);
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .submit .wpcf7-spinner,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .submit .wpcf7-spinner {
  padding: 0;
  margin: auto;
  position: absolute;
  /* inset: 0; */
  top: 0;
  bottom: 0;
  right: 101px;
  max-width: 230px;
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .wpcf7-response-output,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 .wpcf7-form .wpcf7-response-output {
  border-width: 1px;
  border-radius: 10px;
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 form.sent .wpcf7-response-output,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 form.sent .wpcf7-response-output {
  border-color: #0dab76;
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 form.invalid .wpcf7-response-output,
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap .wpcf7 form.unaccepted .wpcf7-response-output,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 form.invalid .wpcf7-response-output,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap .wpcf7 form.unaccepted .wpcf7-response-output {
  display: none !important;
}
.page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap,
.page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap {
  padding: 3rem 0 0;
}
@media (min-width: 640px) {
  .page-template-ppc-experiential main section.lowerCTA .wrapper .container .formWrap,
  .page-template-ppc-experiential-dev main section.lowerCTA .wrapper .container .formWrap {
    padding: 5rem 2rem 0;
  }
}
.page-template-ppc-experiential .footer::before,
.page-template-ppc-experiential-dev .footer::before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  height: 1px;
  background: #fff;
  margin: auto;
}
@media (min-width: 1024px) {
  .page-template-ppc-experiential .footer::before,
  .page-template-ppc-experiential-dev .footer::before {
    left: 40px;
    right: 40px;
  }
}/*# sourceMappingURL=ppc-landing.css.map */