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

.accent-blue {
  color: #6cc8f3;
}

.accent-blue.underline {
  color: #6cc7f2;
  letter-spacing: -.03em;
  font-family: Figtree, sans-serif;
  font-weight: 400;
  line-height: 250%;
  text-decoration: underline;
}

.container-std {
  flex-flow: column;
  width: 85%;
  max-width: 1300px;
  min-height: 100px;
  display: flex;
}

.container-std.ty-page {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.container-std.center-align {
  justify-content: flex-start;
  align-items: center;
}

.container-std.roas {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  margin-top: 120px;
}

.container-std.howitworks {
  margin-top: 120px;
}

.link-2, .link {
  color: #919191;
}

.footer-text {
  color: #777;
  text-align: center;
  margin-top: 80px;
  font-size: 12px;
}

.footer-text.in-lp {
  margin-bottom: 0;
}

.link-block-3 {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-18 {
  z-index: 999;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#000, #000), url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-clip: border-box;
  border-radius: 50%;
  width: 30px;
  height: auto;
  padding: 8px;
  position: absolute;
  top: 20px;
  right: 30px;
}

.modal {
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-bg {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000000bd;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100vw;
  height: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  inset: 0%;
}

.modal-content {
  z-index: 9;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-height: 100%;
  padding: 0 20px;
  display: flex;
  position: relative;
  overflow: auto;
}

.modal-container {
  z-index: 9;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  height: 70%;
  min-height: 540px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.modal-container.roas {
  width: 85%;
  max-width: 1300px;
  height: 80%;
}

.modal-open {
  cursor: pointer;
}

.step {
  width: 100%;
}

.steps-grid {
  grid-column-gap: 10%;
  grid-template-rows: auto;
  grid-template-columns: 45% 45%;
  width: 100%;
  position: relative;
}

.column {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 100px;
  display: flex;
}

.column._60 {
  justify-content: center;
  align-items: flex-start;
  width: 60%;
}

.column._40 {
  aspect-ratio: 1;
  justify-content: center;
  align-items: flex-end;
  width: 40%;
}

.column._50 {
  justify-content: center;
  align-items: flex-start;
  width: 50%;
}

.column._50.roas {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
}

.body {
  background-color: #090909;
  background-image: url("https://cdn.prod.website-files.com/68462a2db478759e4c1797c2/6846397ac88f5cd474d61c73_BG.webp");
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: contain;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.body.no-bg {
  background-image: none;
}

.section-main {
  z-index: 2;
  border-width: 0 1px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 100px;
  padding: 80px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-main.policy {
  padding-top: 120px;
}

.section-main.directory {
  min-height: 100vh;
  padding-top: 200px;
}

.section-main.sales-sop {
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-main.logos {
  padding-top: 140px;
  padding-bottom: 120px;
}

.section-main.portfolio {
  overflow: visible;
}

.section-main.cro {
  padding-top: 120px;
}

.section-main.roas {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-main.roas.top-padding {
  padding-top: 100px;
}

.section-main.roas-2 {
  padding-left: 0;
  padding-right: 0;
}

.section-main.sticky {
  overflow: visible;
}

.section-main.lp-footer {
  padding-bottom: 20px;
}

.code-embed-4 {
  width: 90%;
}

.container-large {
  width: 85%;
  max-width: 1440px;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.container-large.margin-top {
  justify-content: space-between;
  max-width: 1440px;
  margin-top: 80px;
  display: flex;
}

.container-large.margin-top.less {
  margin-top: 20px;
}

.container-large.about {
  flex-flow: row;
  display: flex;
}

.container-large.about.margin-top.cro {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-top: 0;
}

.container-large.about.margin-top.roas {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}

.grain {
  z-index: 1;
  opacity: .05;
  background-image: url("https://cdn.prod.website-files.com/68462a2db478759e4c1797c2/68463bb16656f9afc26f420c_grain.gif");
  background-position: 0 0;
  background-size: auto;
  min-width: 100vw;
  min-height: 100vh;
  position: fixed;
  inset: 0%;
}

.partner-img {
  opacity: .5;
  width: 200px;
}

.partner-img.roas-logo {
  opacity: .7;
  max-height: 28px;
}

.partner-img.sticky {
  width: 140px;
}

.personality-accent {
  color: #a8a8a8;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-style: italic;
}

.personality-accent.larger-text {
  color: #969696;
  font-size: 110%;
}

.partner-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.partner-container.roas {
  margin-top: 15px;
  margin-bottom: 30px;
}

.team-img-block {
  display: flex;
}

.team-img-block.large {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.team-img-block.margin-top {
  margin-top: 30px;
  margin-bottom: 20px;
}

.team-dp {
  z-index: 3;
  object-fit: cover;
  border: 2px #0f0f0f;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: relative;
  box-shadow: 0 2px 8px #000;
}

.team-dp._2 {
  z-index: 2;
  margin-left: -5px;
}

.team-dp._1 {
  z-index: 1;
  margin-left: -5px;
}

.team-dp.large {
  border-radius: 12px;
  width: 100px;
  height: 100px;
}

.team-dp.sticky {
  width: 40px;
  height: 40px;
}

.image-span {
  text-align: left;
  white-space: nowrap;
  vertical-align: bottom;
  object-fit: cover;
  background-image: url("https://cdn.prod.website-files.com/68462a2db478759e4c1797c2/6846c101b39a681e33833670_Placeholder.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3.75rem 3.75rem;
  border-radius: 25px;
  width: 5rem;
  height: 3rem;
  margin-bottom: .15em;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.image-span.one {
  pointer-events: none;
  white-space: nowrap;
  cursor: default;
  background-image: url("https://cdn.prod.website-files.com/68462a2db478759e4c1797c2/6846c101b39a681e33833678_Text%20Images%2001.avif");
  background-position: 50%;
  background-size: cover;
}

.image-span.two {
  pointer-events: none;
  cursor: default;
  background-image: url("https://cdn.prod.website-files.com/68462a2db478759e4c1797c2/6846c101b39a681e33833672_Text%20Images%2002.avif");
  background-size: cover;
}

.image-span.three {
  pointer-events: none;
  cursor: default;
  background-image: url("https://cdn.prod.website-files.com/68462a2db478759e4c1797c2/6846c101b39a681e33833675_Text%20Images%2003.avif");
  background-size: cover;
}

.image-span.five {
  pointer-events: none;
  white-space: nowrap;
  cursor: default;
  background-image: url("https://cdn.prod.website-files.com/68462a2db478759e4c1797c2/68467a56848622d3f9794eea_Story.webp");
  background-position: 50% 70%;
  background-size: cover;
}

.image-span.six {
  pointer-events: none;
  white-space: nowrap;
  cursor: default;
  background-image: url("https://cdn.prod.website-files.com/68462a2db478759e4c1797c2/6846d661ee41b8a6e0213707_Imgs64.webp");
  background-position: 50%;
  background-size: cover;
}

.image-span.seven {
  pointer-events: none;
  white-space: nowrap;
  cursor: default;
  background-image: url("https://cdn.prod.website-files.com/68462a2db478759e4c1797c2/6846d661ee41b8a6e02136d8_HeroGirl.webp");
  background-position: 50% 70%;
  background-size: cover;
}

.image-span.large-2 {
  aspect-ratio: 3 / 2;
  pointer-events: none;
  cursor: default;
  object-fit: cover;
  background-image: url("https://cdn.prod.website-files.com/68462a2db478759e4c1797c2/6846d661ee41b8a6e02136f7_Sticker-Mockup.webp");
  background-position: 50%;
  background-size: cover;
  border-radius: 50px;
  width: auto;
  height: 70px;
  margin-bottom: .2em;
}

.image-span.large-2.what {
  background-image: url("https://cdn.prod.website-files.com/68462a2db478759e4c1797c2/6846d661ee41b8a6e02136cd_WorkA.webp");
}

.image-span.large-2.proof {
  background-image: url("https://cdn.prod.website-files.com/68462a2db478759e4c1797c2/6847cbbe8bc2f797d8b51501_Pudding.webp");
}

.image-span.large-2.rocket {
  background-image: url("https://cdn.prod.website-files.com/68462a2db478759e4c1797c2/68462a2db478759e4c17980c_Course%20Header.webp");
}

.image-span.large-2.rocket.roas {
  width: 100px;
  height: 60px;
  margin-left: 10px;
  margin-right: 10px;
}

.image-span.large-2.who {
  background-image: url("https://cdn.prod.website-files.com/68462a2db478759e4c1797c2/6846d661ee41b8a6e021370f_Work1.webp");
}

.image-span.large-2.cta {
  background-image: url("https://cdn.prod.website-files.com/68462a2db478759e4c1797c2/6846c101b39a681e33833675_Text%20Images%2003.avif");
}

.image-span.large-2.how {
  background-image: url("https://cdn.prod.website-files.com/68462a2db478759e4c1797c2/6846d661ee41b8a6e02136c2_Boards-Environment.webp");
}

.image-span.large-2.offer {
  background-image: url("https://cdn.prod.website-files.com/68462a2db478759e4c1797c2/6846c101b39a681e33833672_Text%20Images%2002.avif");
}

.image-span.large-2.shark-tank {
  background-image: url("https://cdn.prod.website-files.com/68462a2db478759e4c1797c2/686b23306adba13360c9aeaa_MC2.webp");
}

.main-section-header {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  font-family: Questrial, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 120%;
}

.button-up-icon {
  min-width: 50%;
  max-width: 50%;
  min-height: 50%;
  max-height: 50%;
  position: relative;
  top: -.03vw;
}

.button-up-icon.inverse {
  filter: invert();
}

.icon-wrapper-small {
  cursor: pointer;
  background-color: #f5f5f5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 35px;
  max-width: 35px;
  min-height: 35px;
  max-height: 35px;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: rotate(45deg);
}

.icon-wrapper-small.button-down {
  transform: rotate(180deg);
}

.icon-wrapper-small.inverse {
  background-color: #000;
  transform: rotate(45deg);
}

.icon-wrapper-small.inverse.roas {
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
}

.body-cta-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.body-cta-container.inverse {
  background-color: #fff;
  border-radius: 12px;
  padding: 10px 10px 10px 20px;
}

.cta-text {
  color: #fff;
  margin: 0;
  font-family: Questrial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

.cta-text.smaller {
  font-size: 15px;
}

.cta-text.smaller.dark {
  color: #000;
  letter-spacing: -.025em;
  font-family: Figtree, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.cta-text.dark {
  color: #000;
  font-size: 15px;
}

.cta-text.roas {
  color: #000;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 400;
}

.cta-body-link {
  text-decoration: none;
}

.cta-body-link.margin-top {
  margin-top: 30px;
}

.standard-text {
  color: #cecece;
  font-family: Figtree, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.standard-text.number {
  color: #c7c7c7;
  margin: 0;
  font-size: 14px;
}

.standard-text.results {
  color: #c7c7c7;
  margin: 0 0 60px;
  font-size: 14px;
  font-style: italic;
}

.about-title {
  z-index: 7;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Questrial, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
  position: relative;
}

.about-text {
  color: #fff;
  width: 80%;
  margin-top: 0;
  margin-bottom: 70px;
  font-family: Figtree, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.about-text.centered {
  text-align: center;
}

.code-embed-5 {
  min-width: 100%;
}

.btn-animation {
  min-width: 50%;
  max-width: 50%;
  min-height: 50%;
  max-height: 50%;
  position: absolute;
  inset: 125% auto 0% 0%;
  transform: translate(50%);
}

.btn-animation.inverse {
  filter: invert();
}

.roas-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.roas-container.margin-bottom {
  margin-bottom: 0;
}

.roas-logo {
  aspect-ratio: auto;
  object-fit: contain;
  width: auto;
  max-height: 25px;
  position: static;
  overflow: clip;
}

.roas-title {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Questrial, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 150%;
}

.roas-title.subtitle {
  margin-top: 0;
  font-size: 45px;
}

.roas-title.pre-call-cta {
  font-size: 32px;
  font-style: normal;
}

.calendly-embed {
  min-width: 100%;
  margin-bottom: 0;
  font-size: 16px;
}

.calendly-container {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding: 10px 10px 0;
  display: flex;
}

.cta-calendly {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 50px;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.cta-calendly.subtitle {
  margin-top: 0;
  font-size: 45px;
}

.cta-calendly.pre-call-cta {
  font-size: 32px;
  font-style: normal;
}

.cta-calendly.scarcity {
  color: #009dff;
  text-transform: none;
  text-transform: none;
  font-style: italic;
}

.roas-kicker {
  color: #6cc8f3;
  text-align: center;
  letter-spacing: -.03em;
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 150%;
}

.roas-kicker.subtitle {
  margin-top: 0;
  font-size: 45px;
}

.roas-kicker.pre-call-cta {
  font-size: 32px;
  font-style: normal;
}

.roas-kicker.subtle {
  color: #acacac;
  font-size: 20px;
}

.roas-kicker.black {
  color: #000;
}

.roas-kicker.black.modal-msg {
  width: 80%;
  margin-bottom: 10px;
  font-size: 25px;
}

.roas-kicker.thin {
  width: 70%;
}

.roas-kicker.thin.final-call {
  margin-top: 80px;
  margin-bottom: 20px;
}

.roas-kicker.dark-blue {
  color: #009dff;
}

.disclaimer {
  color: #b63939;
  text-align: center;
  letter-spacing: -.03em;
  text-transform: none;
  width: 80%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Figtree, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.disclaimer.subtitle {
  margin-top: 0;
  font-size: 45px;
}

.disclaimer.pre-call-cta {
  font-size: 32px;
  font-style: normal;
}

.disclaimer.black {
  color: #000;
}

.disclaimer.black.modal-msg {
  width: 80%;
  margin-bottom: 10px;
  font-size: 25px;
}

.testimonial-body {
  color: #ffffffbf;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Figtree, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}

.name-details {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.name-title {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.image {
  max-width: 60px;
  max-height: 40px;
}

.image.inverted {
  filter: invert();
  object-fit: contain;
  border-radius: 0%;
  width: auto;
  max-width: 60px;
  height: auto;
  max-height: 40px;
}

.image.dp {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
}

.testimonials-container-2 {
  width: 100%;
  max-width: 100%;
  margin-top: 50px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.testimonials-container-2.no-margin {
  margin-top: 0;
}

.infinite-testimonial-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: stretch;
  width: 1920px;
  min-width: 1920px;
  height: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
  position: relative;
}

.review-body {
  width: 100%;
  min-height: 100px;
}

.testimonial-card-2 {
  background-color: #44444447;
  border: 1px solid #ffffff12;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 13.5%;
  max-width: none;
  height: auto;
  min-height: 260px;
  padding: 20px;
  display: flex;
}

.stars {
  width: 35%;
}

.testimonial-headng-2 {
  letter-spacing: 0;
  text-transform: none;
  color: #eee;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 100%;
}

.title-testimonial {
  color: #818181;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 80%;
  font-weight: 300;
  line-height: 100%;
}

.testimonial-container-lower {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: stretch;
  width: 1920px;
  min-width: 1920px;
  height: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
  position: relative;
}

.infinite-testimonial-lower {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.results-img {
  border-radius: 10px;
}

.wrapper.is-v-flex-center-start {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrapper.is-v-flex-center-start.is-max-width-584.is-margin-bottom-128-tablet-112-mobile-72 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 580px;
  margin-bottom: 128px;
  display: flex;
}

.sticky-container {
  z-index: 1;
  padding-left: 10%;
  position: sticky;
  top: 120px;
}

.h4.step {
  color: #fff;
  text-transform: none;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Questrial, sans-serif;
  font-size: 60px;
  line-height: 120%;
}

.steps-animation {
  position: relative;
}

.steps-scrollbar {
  background-color: #2f637a;
  border-radius: 28px;
  width: 4px;
}

.number {
  color: #f1fbe899;
  font-size: 60px;
}

.steps-scrollbar-line {
  background-color: #4c9cce;
  border-radius: 28px;
  width: 4px;
  height: 112px;
  position: sticky;
  top: 96px;
}

.steps-content {
  grid-column-gap: 40px;
  align-items: stretch;
  display: flex;
}

.steps-wrapper {
  grid-row-gap: 128px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sticky-animation {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #44444447;
  border: 1px solid #ffffff12;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100px;
  padding: 40px;
  display: flex;
  overflow: hidden;
}

.medium-m {
  transform-origin: 50%;
  color: #d6d6d6;
  font-family: Figtree, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.sticky-msg {
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  text-transform: none;
  margin-top: 0;
  font-family: Figtree, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
}

.sticky-msg.subtitle {
  margin-top: 0;
  font-size: 45px;
}

.sticky-msg.pre-call-cta {
  font-size: 32px;
  font-style: normal;
}

.sticky-msg.black {
  color: #000;
}

.sticky-msg.black.modal-msg {
  width: 80%;
  margin-bottom: 10px;
  font-size: 25px;
}

.sticky-msg.thin {
  width: 70%;
}

.sticky-msg.subtle {
  color: #acacac;
  font-size: 20px;
}

.roas-subheader {
  color: #8f8f8f;
  text-align: center;
  letter-spacing: -.05em;
  width: 75%;
  font-family: Figtree, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 130%;
}

.roas-subheader.no-gap {
  margin-top: 10px;
  margin-bottom: 0;
}

.mobile-only {
  display: none;
}

.hide-on-mobile {
  display: block;
}

@media screen and (min-width: 1440px) {
  .menu-link-text {
    font-size: 14px;
  }

  .link-block-3 {
    font-family: Open Sans, sans-serif;
    font-size: 4rem;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .image-18 {
    right: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-heading {
    margin-bottom: 50px;
    font-size: 70px;
  }

  .navbar {
    box-shadow: none;
  }

  .right-arrow {
    cursor: default;
  }

  .link-block-3 {
    inset: 0% 0% auto;
  }

  .policy-heading {
    margin-bottom: 50px;
  }

  .cta-hero-btn-text-2 {
    font-size: 17px;
    line-height: 150%;
  }

  .accent-cyan {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    font-weight: 500;
  }

  .divider-lp {
    max-width: 1300px;
  }

  .divider-lp.light.div-animation {
    max-width: 1500px;
  }

  .lp-section-header {
    font-size: 60px;
  }

  .text-field {
    background-color: #0006;
    border-color: #ffffff1a;
  }

  .submit-block {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .bg-circle {
    width: 20vw;
    height: 20vw;
  }

  .matrix-text_component {
    display: flex;
    position: static;
  }

  .container-large.margin-top {
    max-width: 1440px;
  }

  .arrow-btn {
    cursor: pointer;
  }

  .heading-2.image-header {
    padding-left: 0%;
  }

  .image-span.large-2.rocket.roas {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-column-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .portfolio-container {
    max-width: 1440px;
  }

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

  .pre-title.cta {
    color: #fff;
  }

  .infinite-testimonial-2 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .stars {
    filter: none;
  }

  .aeon-button.orange {
    padding: 18px 50px;
    font-size: 16px;
  }

  .clients, .exposure {
    font-size: 80px;
  }

  .steps-animation {
    position: relative;
  }

  .accent-orange {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    font-weight: 500;
  }

  .revenue, .leads {
    font-size: 80px;
  }

  .sticky-animation {
    position: relative;
  }

  .cro-subh {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 991px) {
  .hero-heading {
    font-size: 50px;
  }

  .sr-button {
    line-height: 16px;
  }

  .navbar-container-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    inset: 15px 0 auto;
  }

  .brand-4 {
    flex: 1;
  }

  .navbar {
    left: 15px;
    right: 15px;
    overflow: visible;
  }

  .navbar:hover {
    box-shadow: none;
  }

  .nav-container {
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
  }

  .menu-button-3 {
    padding: 0;
  }

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

  .menu-link-text {
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }

  .navbar-logo {
    width: 100px;
  }

  .icon-9 {
    color: #fff;
    background-color: #adadad47;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 20px;
    transition: background-color .6s, color .6s;
    display: flex;
  }

  .icon-9:hover {
    color: #000;
    background-color: #fff;
  }

  .icon-9:active {
    background-color: #fff;
  }

  .nav-menu-5 {
    z-index: 1;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
  }

  .container-std {
    width: 95%;
  }

  .container-std.margin-top.centered {
    justify-content: flex-start;
    align-items: center;
  }

  .right-arrow {
    z-index: 99;
  }

  .footer-menu-wrapper.slide-in-top-400 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .footer-menu-wrapper.in-footer {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 50px;
  }

  .menu-link-text-2.footer-links {
    font-size: 10px;
  }

  .menu-link-text-2.footer-links.lp {
    font-size: 12px;
  }

  .footer-slogan.slide-in-top-200 {
    font-size: 16px;
    line-height: 28px;
  }

  .footer-slogan.lp {
    margin-top: 10px;
    font-size: 14px;
  }

  .footer {
    padding-top: 50px;
  }

  .footer-image, .footer-image.slide-in-top, .footer-image.slide-in-top {
    width: 120px;
  }

  .footer-text.in-lp {
    font-size: 11px;
  }

  .div-block-19 {
    display: none;
  }

  .div-block-19.mobile-menu {
    display: block;
  }

  .menu-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #232323f7;
    border: 1px solid #ffffff14;
    border-radius: 13px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 65px;
    padding: 20px 20px 40px;
  }

  .code-embed-2 {
    min-width: auto;
    max-width: 100%;
  }

  .modal-content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .modal-container {
    width: 80%;
    height: 80%;
  }

  .policy-bg {
    padding: 40px 20px;
  }

  .policy-text {
    font-size: 15px;
  }

  .policy-subheader {
    font-size: 18px;
  }

  .policy-heading._7-cro {
    font-size: 30px;
  }

  .cta-btn-hero-2.margin-left {
    margin-top: 10px;
    margin-left: 20px;
    padding: 8px 20px;
  }

  .step.is-max-width-456 {
    padding-right: 10%;
  }

  .cta-hero-btn-text-2.cta-txt {
    font-size: 13px;
  }

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

  .accent-cyan {
    line-height: 125%;
  }

  .banner-big {
    align-items: center;
  }

  .lp-section-header {
    margin-bottom: 20px;
    font-size: 42px;
  }

  .lp-section-header.directory, .lp-section-header.sop, .lp-section-header.directory, .lp-section-header.sop {
    font-size: 50px;
  }

  .column {
    min-height: 0;
  }

  .column._60 {
    width: 50%;
  }

  .column._50, .column._60 {
    width: 50%;
  }

  .column._40 {
    justify-content: flex-start;
    align-items: flex-end;
    width: 50%;
  }

  .column._50 {
    width: 50%;
  }

  .consult-block {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-label {
    font-size: 15px;
  }

  .main-form {
    max-width: 80vw;
  }

  .div-width, .footer-lp {
    width: 95%;
  }

  .footer-lp.consult-block.footer-styles {
    margin-top: 120px;
  }

  .footer-lower {
    flex-flow: column;
  }

  .new-hero-secton {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .hero-left {
    width: 60%;
  }

  .hero-h1 {
    margin-bottom: 20px;
    font-size: 50px;
  }

  .quote {
    flex-flow: column-reverse wrap;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    font-size: 14px;
    display: block;
    position: static;
    overflow: visible;
  }

  .philosophy {
    line-height: 150%;
  }

  .section-main {
    padding-top: 100px;
  }

  .section-main.directory, .section-main.sales-sop {
    padding-top: 120px;
  }

  .section-main.directory, .section-main.sales-sop {
    padding-top: 120px;
  }

  .section-main.logos {
    padding-bottom: 20px;
  }

  .button-6 {
    white-space: nowrap;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-large.margin-top {
    width: 90%;
  }

  .container-large.about.margin-top.cro {
    width: 100%;
  }

  .direc-ctnr {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row;
    width: 90%;
  }

  .directory-box {
    width: 100%;
    padding: 40px;
  }

  .arrow-btn {
    width: 50px;
    height: 50px;
  }

  .sales-yes, .sales-no {
    width: 100%;
    padding: 40px;
  }

  .sop-body {
    flex-flow: column-reverse wrap;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    font-size: 14px;
    display: block;
    position: static;
    overflow: visible;
  }

  .sop-heading {
    line-height: 150%;
  }

  .sales-sop-ctnr {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row;
    width: 90%;
  }

  .sales-neutral {
    width: 100%;
    padding: 40px;
  }

  .legend-txt {
    flex-flow: column-reverse wrap;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    font-size: 14px;
    display: block;
    position: static;
    overflow: visible;
  }

  .partner-img {
    width: 150px;
  }

  .partner-img.roas-logo {
    width: auto;
  }

  .hero-subheader {
    font-size: 18px;
  }

  .hero-carousel-container {
    width: 20vw;
    min-width: 20vw;
  }

  .hero-carousel-block-left {
    width: 20vw;
    min-width: 20vw;
    min-height: 310vw;
  }

  .hero-carousel-image-container {
    min-height: 155vw;
  }

  .carousel-mask {
    width: 40vw;
  }

  .partner-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .team-dp {
    width: 40px;
    height: 40px;
  }

  .team-dp.large {
    width: 75px;
    height: 75px;
  }

  .hero-carousel-block-right {
    width: 20vw;
    min-height: 310vw;
  }

  .heading-2 {
    font-size: 2.5rem;
  }

  .heading-2.image-header {
    font-size: 32px;
  }

  .image-span {
    border-radius: 1rem;
    width: 48px;
    height: 32px;
    margin-bottom: .3em;
    line-height: 6;
  }

  .image-span.large-2 {
    width: 4rem;
    height: 48px;
    margin-bottom: .1em;
  }

  .text-images-wrapper {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    max-width: 85vw;
  }

  .text-images {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .main-section-header {
    margin-bottom: 20px;
    font-size: 48px;
  }

  .dsgn-service-container {
    justify-content: flex-start;
    align-items: center;
  }

  .services-intro-text {
    font-size: 16px;
  }

  .front {
    transform: translate3d(0, 0, 18.75vw);
  }

  .space-2rem {
    min-height: 2rem;
  }

  .button-up-icon {
    top: -.025rem;
  }

  .services-title {
    font-size: 40px;
    line-height: 3.5rem;
  }

  .top.cube-style {
    transform: translate3d(0, 0, -11.25vw)rotateX(90deg)rotateY(0)rotateZ(0);
  }

  .back.cube-style {
    transform: translate3d(0, 0, -11.25vw);
  }

  .space-8rem {
    min-height: 8rem;
  }

  .box-cube {
    transform: rotate(0)translate(0);
  }

  .right.cube-style {
    transform: translate3d(0, 0, -11.25vw)rotateX(0)rotateY(90deg)rotateZ(0);
  }

  .left.cube-style {
    transform: translate3d(0, 0, -11.25vw)rotateX(0)rotateY(-90deg)rotateZ(0);
  }

  .cube-wrapper {
    min-height: 30vw;
    transform: scale(.7);
  }

  .space-4rem {
    min-height: 4rem;
  }

  .bottom.cube-style {
    transform: translate3d(0, 0, -11.25vw)rotateX(-90deg)rotateY(0)rotateZ(0);
  }

  .dsgn-left {
    min-width: 60%;
  }

  .icon-wrapper-small {
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
  }

  .cube-style {
    border-radius: 20px;
    min-width: 30vw;
    max-width: 30vw;
    min-height: 30vw;
    max-height: 30vw;
    padding: 10px;
  }

  .cta-text {
    font-size: 16px;
  }

  .cta-text.smaller {
    font-size: 13px;
  }

  .cta-body-link.margin-top {
    margin-top: 25px;
  }

  .text-column {
    min-height: 60vh;
  }

  .h3-header {
    font-size: 28px;
    line-height: 130%;
  }

  .standard-text {
    font-size: 16px;
  }

  .portfolio-container {
    width: 90%;
  }

  .portfolio-item-container {
    background-position: 50%;
  }

  .portfolio-item-container._03 {
    background-position: 60%;
  }

  .portfolio-left {
    padding: 30px;
  }

  .portfolio-text {
    font-size: 15px;
  }

  .portfolio-video {
    min-height: 120%;
    top: -10%;
    bottom: -10%;
  }

  .about-title {
    font-size: 36px;
  }

  .about-text {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .section-footer {
    padding-top: 100px;
  }

  .what-video, .portfolio-video-copy {
    min-height: 120%;
    top: -10%;
    bottom: -10%;
  }

  .roas-title {
    font-size: 40px;
  }

  .cta-calendly {
    margin-top: 30px;
    font-size: 14px;
  }

  .roas-subtitle {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .roas-kicker {
    font-size: 20px;
  }

  .testimonial-container-2, .testimonial-container-lower {
    overflow: hidden;
  }

  .aeon-button.orange {
    padding: 14px 30px;
    font-size: 13px;
  }

  .main-button:hover {
    letter-spacing: .15em;
  }

  .wrapper.is-v-flex-center-start.is-max-width-584.is-margin-bottom-128-tablet-112-mobile-72 {
    margin-bottom: 80px;
  }

  .h2.is-center {
    font-size: 50px;
    line-height: 120%;
  }

  .h4.step {
    font-size: 32px;
  }

  .steps-animation {
    display: none;
  }

  .container-7 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .steps-scrollbar-line {
    top: 224px;
  }

  .accent-orange {
    line-height: 125%;
  }

  .steps-content {
    grid-column-gap: 40px;
  }

  .medium-m {
    font-size: 17px;
  }

  .sticky-msg {
    font-size: 20px;
  }

  .roas-subheader, .callout {
    font-size: 28px;
  }

  .roas-title-2 {
    font-size: 40px;
  }

  .roas-kicker-2 {
    font-size: 20px;
  }

  ._7-cro-container {
    width: 100%;
    padding: 0;
  }

  .cro-heading {
    line-height: 150%;
  }

  .credentials {
    font-size: 15px;
  }

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

  .cro-subh {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading {
    font-size: 42px;
  }

  .brand-4, .brand-4.w--current {
    padding-left: 0;
  }

  .nav-container {
    padding-left: 0%;
    padding-right: 0%;
  }

  .menu-button-3.w--open {
    z-index: 2;
  }

  .menu-link-text {
    padding: 15px 15px 15px 20px;
    font-size: 14px;
  }

  .navbar-logo {
    width: 120px;
  }

  .icon-9 {
    width: 30px;
    height: 30px;
    font-size: 17px;
  }

  .c-slide-btn-block {
    width: 12vw;
    height: 12vw;
  }

  .footer-menu-wrapper.slide-in-top-400 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-menu-wrapper.in-footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
  }

  .menu-link-text-2 {
    padding: 15px 15px 15px 20px;
    font-size: 12px;
  }

  .menu-link-text-2.footer-links {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
  }

  .container-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-text {
    margin-top: 40px;
  }

  .div-block-19.mobile-menu {
    display: block;
  }

  .modal-container {
    width: 90%;
  }

  .policy-text {
    font-size: 13px;
    line-height: 20px;
  }

  .list.policy-text {
    padding-left: 25px;
  }

  .bullet {
    padding-left: 10px;
  }

  .policy-heading {
    font-size: 42px;
  }

  .steps-grid {
    grid-row-gap: 56px;
  }

  .banner-small, .banner-big {
    padding: 40px 24px 48px;
  }

  .ty-subheader {
    width: 80%;
    font-size: 17px;
    line-height: 200%;
  }

  .column._60 {
    width: 100%;
    margin-bottom: 40px;
  }

  .column._50, .column._60 {
    width: 100%;
    margin-bottom: 40px;
  }

  .column._40 {
    width: 100%;
  }

  .column._50 {
    width: 100%;
    margin-bottom: 40px;
  }

  .large-banner-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .new-hero-secton {
    border-style: none;
    border-width: 1px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 40px;
  }

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

  .hero-left.margin-bottom {
    margin-bottom: 60px;
  }

  .hero-h1 {
    text-align: center;
    margin-bottom: 40px;
    line-height: 120%;
  }

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

  .section-main {
    border-style: none;
    border-width: 1px;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-main.logos {
    padding-bottom: 80px;
  }

  .section-main.roas-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-xxl {
    font-size: 6rem;
  }

  .section_tip {
    align-items: center;
    overflow: auto;
  }

  .main-wrapper {
    grid-template-columns: 100%;
    width: 100%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-large.margin-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .container-large.margin-top.less.reverse {
    flex-flow: column-reverse;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .direc-ctnr, .sales-sop-ctnr {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    width: 95%;
  }

  .partner-img.roas-logo {
    max-height: 22px;
  }

  .hero-carousel-container {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    width: 50vw;
    min-width: 50vw;
    height: 125vh;
    max-height: 125vh;
    transform: rotate(15deg);
  }

  .hero-carousel-block-left {
    width: 50vw;
    min-width: 50vw;
    min-height: 780vw;
  }

  .hero-carousel-image-container {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    min-height: 390vw;
  }

  .carousel-mask {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-height: 70vh;
  }

  .partner-container.roas {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hero-carousel-block-right {
    width: 50vw;
    min-height: 780vw;
  }

  .logo-grid-list {
    grid-template-columns: 1fr 1fr;
  }

  .logo-grid-wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo-client {
    max-height: 3rem;
  }

  .heading-2 {
    font-size: 2.375rem;
  }

  .heading-2.image-header {
    font-size: 30px;
  }

  .image-span {
    background-size: 2.5rem 2.5rem;
  }

  .text-images-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .main-section-header {
    text-align: center;
    margin-bottom: 40px;
    font-size: 45px;
    line-height: 140%;
  }

  .services-intro-text {
    font-size: 15px;
  }

  .services-title-wrapper {
    width: 90%;
  }

  .services-title {
    font-size: 36px;
    line-height: 3rem;
  }

  .cube-wrapper {
    min-width: 30vw;
  }

  .text-column, .image-column-container.merge, .image-column-container.tv, .image-column-container.merge, .image-column-container.tv {
    width: 100%;
  }

  .h3-header {
    font-size: 2.375rem;
  }

  .portfolio-container {
    width: 100%;
  }

  .portfolio-left {
    width: 45%;
    min-height: 50vh;
    padding: 25px;
  }

  .portfolio-right {
    width: 55%;
  }

  .about-text {
    width: 100%;
  }

  .carousel-overflow {
    overflow: hidden;
  }

  .section-footer {
    border-style: none;
    border-width: 1px;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .roas-container {
    width: 100%;
    padding-right: 0;
  }

  .roas-container.margin-bottom {
    margin-bottom: 60px;
  }

  .roas-logo {
    max-height: 20px;
  }

  .roas-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 120%;
  }

  .cta-calendly {
    text-align: center;
    margin-top: 30px;
    line-height: 120%;
  }

  .roas-subtitle {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 120%;
  }

  .roas-kicker {
    text-align: center;
    margin-bottom: 20px;
    line-height: 120%;
  }

  .disclaimer {
    line-height: 120%;
  }

  .testimonial-card-2 {
    border-radius: 12px;
  }

  .button-bg.is-white {
    display: none;
  }

  .h2.is-center {
    font-size: 36px;
  }

  .h4.step {
    font-size: 28px;
  }

  .number {
    font-size: 45px;
  }

  .container-7 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .steps-scrollbar-line {
    top: 16px;
  }

  .steps-content {
    grid-column-gap: 24px;
  }

  .steps-wrapper {
    grid-row-gap: 56px;
  }

  .medium-m {
    font-size: 15px;
  }

  .sticky-msg {
    text-align: center;
    margin-bottom: 20px;
    line-height: 120%;
  }

  .roas-subheader, .callout {
    font-size: 22px;
  }

  .roas-title-2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 120%;
  }

  .roas-kicker-2 {
    text-align: center;
    margin-bottom: 20px;
    line-height: 120%;
  }

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

  .cro-image {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero-heading {
    margin-bottom: 30px;
    font-size: 36px;
  }

  .accent-blue.underline {
    font-size: 17px;
  }

  .sr-button {
    text-align: center;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar {
    overflow: visible;
  }

  .navbar-logo {
    width: 100px;
  }

  .icon-9 {
    width: 40px;
    height: 40px;
    font-size: 25px;
  }

  .nav-menu-5 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-std {
    width: 100%;
  }

  .container-std.roas {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-top: 40px;
  }

  .container-std.howitworks {
    margin-top: 50px;
  }

  .c-slide-btn-block {
    width: 20vw;
    height: 20vw;
  }

  .footer-menu-wrapper.in-footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
  }

  .menu-link-text-2.footer-links {
    font-size: 13px;
  }

  .footer-slogan.lp {
    text-align: center;
    text-align: center;
  }

  .footer {
    overflow: hidden;
  }

  .footer-text {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 10px;
  }

  .div-block-19.mobile-menu {
    display: block;
  }

  .menu-wrapper {
    margin-top: 75px;
    padding: 15px 15px 30px;
  }

  .close-bg {
    z-index: 999999999;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #555555b3;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 15px 15px auto auto;
  }

  .link-block-3 {
    z-index: 2;
    width: 100%;
    max-width: 100vw;
    height: auto;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .image-18 {
    width: 20px;
    padding: 4px;
    position: relative;
    top: 0;
    right: 0;
  }

  .modal-bg {
    padding-bottom: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .modal-content {
    z-index: 1;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .modal-container {
    width: 100%;
  }

  .modal-container.roas {
    width: 100%;
    height: 90%;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .policy-bg {
    border-radius: 20px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .policy-contents {
    padding-bottom: 30px;
  }

  .policy-text {
    font-size: 13px;
    line-height: 18px;
  }

  .policy-subheader {
    font-size: 16px;
    line-height: 22px;
  }

  .list.policy-text {
    padding-left: 15px;
  }

  .bullet {
    padding-left: 10px;
  }

  .policy-heading {
    text-align: left;
    margin-bottom: 20px;
    font-size: 35px;
  }

  .policy-heading._7-cro {
    letter-spacing: -.05em;
    word-break: keep-all;
    letter-spacing: -.05em;
    word-break: keep-all;
  }

  .cta-hero-btn-text-2.cta-txt {
    margin-right: 10px;
    font-size: 11px;
  }

  .ty-block {
    padding-bottom: 10%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .ty-subheader {
    width: 100%;
  }

  .lp-section-header {
    letter-spacing: -.05em;
    font-size: 30px;
    line-height: 130%;
  }

  .lp-section-header.directory, .lp-section-header.sop, .lp-section-header.directory, .lp-section-header.sop {
    text-align: center;
    font-size: 40px;
  }

  .column._50.roas {
    margin-bottom: 20px;
  }

  .dot-accent {
    font-size: 32px;
  }

  .text-field {
    height: 45px;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-stack {
    margin-top: 15px;
  }

  .form {
    width: 100%;
    min-width: 100%;
  }

  .quick-stack-10 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .form-label {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .main-form {
    min-width: 95%;
    max-width: none;
  }

  .submit-block, .div-width, .footer-lp {
    width: 100%;
  }

  .footer-upper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .large-banner-2 {
    background-image: linear-gradient(346deg, #001049 31%, #00657c 69%, #00adcc 99%);
    margin-left: 20px;
    margin-right: 20px;
  }

  .new-hero-secton {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 140px;
  }

  .hero-left {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-left.margin-bottom {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-h1 {
    text-align: left;
    font-size: 45px;
  }

  .quote {
    font-size: 14px;
    line-height: 150%;
  }

  .section-main {
    min-height: auto;
    padding: 80px 15px;
  }

  .section-main.directory, .section-main.sales-sop {
    padding-top: 150px;
  }

  .section-main.policy {
    padding-top: 80px;
  }

  .section-main.directory, .section-main.sales-sop {
    padding-top: 150px;
  }

  .section-main.logos {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-main.roas {
    padding-bottom: 60px;
  }

  .section-main.sticky {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .code-embed-4 {
    width: 100%;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .section_tip {
    overflow: visible;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-large.margin-top, .container-large.about.margin-top.roas, .container-large.about.margin-top.cro, .container-large.margin-top, .container-large.about.margin-top.roas, .container-large.about.margin-top.cro, .container-large.about.margin-top.roas, .container-large.about.margin-top.cro, .container-large.about.margin-top.roas, .container-large.about.margin-top.cro {
    width: 100%;
  }

  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .direc-ctnr {
    flex-flow: column;
    width: 85%;
    padding: 0 0 100px;
  }

  .directory-box {
    margin-top: 25px;
    padding: 25px;
  }

  .sales-yes {
    padding: 25px;
  }

  .sales-no {
    margin-top: 25px;
    padding: 25px;
  }

  .sop-body {
    font-size: 14px;
    line-height: 150%;
  }

  .sales-sop-ctnr {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    width: 85%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sales-neutral {
    padding: 25px;
  }

  .legend-txt {
    font-size: 14px;
    line-height: 150%;
  }

  .partner-img.sticky {
    width: 110px;
  }

  .hero-carousel-container {
    height: 200vw;
    max-height: 200vw;
  }

  .carousel-mask {
    max-height: 150vw;
  }

  .team-dp.sticky {
    width: 35px;
    height: 35px;
  }

  .heading-2 {
    font-size: 2.25rem;
  }

  .heading-2.image-header {
    font-size: 25px;
  }

  .image-span.large-2 {
    width: 70px;
  }

  .image-span.large-2.rocket.roas {
    width: 60px;
    height: 30px;
  }

  .main-section-header {
    letter-spacing: -.05em;
    margin-bottom: 0;
    font-size: 42px;
  }

  .main-section-header.roas {
    padding-left: 15px;
    padding-right: 15px;
  }

  .dsgn-service-container {
    min-height: 600vw;
  }

  .services-intro-text {
    text-align: left;
    width: 100%;
  }

  .services-title-wrapper {
    text-align: center;
    border-radius: 24px;
    height: auto;
    min-height: 600vw;
  }

  .space-2rem {
    min-height: 20px;
  }

  .services-title {
    font-size: 10vw;
    line-height: 7vw;
  }

  .space-8rem {
    min-height: 100px;
  }

  .cube-wrapper {
    top: 75vw;
    transform: scale(.4);
  }

  .space-4rem {
    min-height: 3rem;
  }

  .space-4rem.show-on-tab {
    height: 50px;
    min-height: 50px;
  }

  .dsgn-left, .dsgn-right {
    min-width: 70%;
    max-width: 70%;
  }

  .icon-wrapper-small.inverse.roas {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .cube-style {
    border-radius: 0;
    padding: 0;
  }

  .body-cta-container.inverse.modal-open {
    padding-left: 15px;
  }

  .cta-text.roas {
    font-size: 16px;
  }

  .text-column {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    min-height: 120vw;
    padding: 25px;
  }

  .image-column-container.merge {
    justify-content: center;
    align-items: center;
    min-height: 95vw;
  }

  .image-column-container.tv {
    min-height: 95vw;
  }

  .h3-header {
    margin-bottom: 15px;
    font-size: 2.25rem;
  }

  .standard-text.results {
    line-height: 150%;
  }

  .portfolio-item-container {
    flex-flow: column;
    justify-content: space-between;
    min-height: 135vw;
    max-height: 135vw;
  }

  .portfolio-item-container._01 {
    flex-flow: column;
    margin-bottom: 100px;
    top: 100px;
  }

  .portfolio-item-container._02 {
    margin-bottom: 80px;
    top: 120px;
  }

  .portfolio-item-container._03 {
    background-position: 75%;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 60px;
    top: 140px;
  }

  .portfolio-item-container._04 {
    margin-bottom: 40px;
    top: 160px;
  }

  .portfolio-item-container._05 {
    margin-bottom: 20px;
    top: 180px;
  }

  .portfolio-item-container._06 {
    top: 200px;
  }

  .portfolio-left {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #1110;
    background-image: linear-gradient(#000000b8, #0000);
    border-style: none;
    border-radius: 0;
    justify-content: flex-start;
    width: 100%;
    min-height: 350px;
  }

  .portfolio-right {
    width: 100%;
    min-height: 30vw;
    max-height: none;
  }

  .portfolio-text {
    font-size: 14px;
    line-height: 150%;
  }

  .portfolio-cta-btn {
    display: none;
  }

  .portfolio-video {
    max-height: 120%;
    top: auto;
    bottom: -10%;
  }

  .about-title {
    letter-spacing: -.05em;
  }

  .about-text {
    margin-bottom: 50px;
  }

  .section-footer {
    min-height: auto;
    padding: 10px 15px 80px;
  }

  .what-video {
    max-height: 120%;
    top: auto;
  }

  .portfolio-video-copy {
    top: auto;
    bottom: -10%;
  }

  .roas-container {
    justify-content: flex-start;
    align-items: center;
  }

  .roas-container.margin-bottom {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .roas-title {
    letter-spacing: -.05em;
    margin-bottom: 25px;
    font-size: 36px;
    line-height: 130%;
  }

  .pre-title {
    letter-spacing: -.05em;
  }

  .cta-calendly {
    font-size: 13px;
  }

  .cta-calendly.scarcity {
    font-size: 12px;
  }

  .roas-subtitle {
    margin-top: 30px;
    font-size: 20px;
  }

  .roas-kicker {
    margin-top: 25px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
  }

  .roas-kicker.black.modal-msg {
    width: 100%;
    font-size: 18px;
    line-height: 120%;
  }

  .roas-kicker.thin.final-call {
    width: 100%;
    font-size: 22px;
    line-height: 150%;
  }

  .disclaimer {
    border-top: 1px solid #dfdfdf;
    width: 100%;
    padding-top: 7px;
    font-size: 12px;
  }

  .testimonial-body {
    font-size: 9.5px;
  }

  .testimonial-container-2 {
    width: 1530px;
    min-width: 1530px;
  }

  .testimonial-card-2 {
    min-height: 210px;
    padding: 15px;
  }

  .testimonial-container-lower {
    width: 1530px;
    min-width: 1530px;
  }

  .results-img {
    border-radius: 7px;
  }

  .aeon-button.orange {
    letter-spacing: .5px;
    letter-spacing: .5px;
    padding: 12px 30px;
    font-size: 11.5px;
    line-height: 20px;
  }

  .h2.is-center {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 40px;
  }

  .sticky-container {
    padding-left: 0%;
  }

  .h4.step {
    letter-spacing: -.05em;
    letter-spacing: -.05em;
    font-size: 32px;
  }

  .number {
    font-size: 36px;
  }

  .container-7 {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .steps-scrollbar-line {
    top: 144px;
  }

  .sticky-animation {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 30px;
  }

  .sticky-msg {
    margin-bottom: 0;
    font-size: 20px;
  }

  .about-us-loop {
    border-radius: 10px;
  }

  .roas-subheader {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 20px;
  }

  .roas-subheader.no-gap {
    margin-top: 5px;
  }

  .callout {
    width: 100%;
  }

  .roas-title-2 {
    letter-spacing: -.05em;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 130%;
  }

  .roas-kicker-2 {
    margin-top: 40px;
    font-size: 18px;
    line-height: 150%;
  }

  .mobile-only {
    display: block;
  }

  .hide-on-mobile {
    display: none;
  }

  ._7-cro-container {
    border-radius: 20px;
    width: 100%;
    padding: 0;
  }

  .cro-contents {
    padding-bottom: 0;
  }

  .alex-beveridge {
    width: 120px;
  }

  .author {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .credentials {
    font-size: 11px;
    font-style: italic;
    line-height: 18px;
  }

  .cro-text {
    font-size: 17px;
  }

  .cro-subh {
    text-align: left;
    margin-bottom: 20px;
  }
}

#w-node-_0eb0c6a4-6181-97a8-0365-6cab3a144d42-10524b51, #w-node-_0eb0c6a4-6181-97a8-0365-6cab3a144d43-10524b51, #w-node-_0eb0c6a4-6181-97a8-0365-6cab3a144d45-10524b51, #w-node-_0eb0c6a4-6181-97a8-0365-6cab3a144d82-10524b51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
