#main [data-framer-name="Menu Button"] {
  display: none !important;
}

#main nav {
  display: none !important;
}

#portfolio .framer-r8f282 {
  display: none !important;
}

#portfolio [data-method-custom-image="true"] [data-framer-name="Logo"] {
  display: none !important;
}
#portfolio a[data-method-card-disabled="true"] {
  cursor: default !important;
}
#portfolio .framer-1o2ongc-container,
#portfolio [data-remove-see-all-works="true"] {
  display: none !important;
}

#portfolio a[data-method-card-disabled="true"] [data-framer-name="View"],
#portfolio a[data-method-card-disabled="true"] [data-framer-name="View Button"] {
  display: none !important;
}

#services .framer-fidesh {
  display: none !important;
}
#services [data-framer-name="Image (500 x 705)"] {
  display: none !important;
}

[data-custom-footer="true"] {
  width: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #050505 !important;
}

.custom-semeadores-footer {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  min-height: 720px;
  aspect-ratio: 1672 / 941;
  padding: 54px 30px;
  overflow: hidden;
  isolation: isolate;
}

.custom-semeadores-footer::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, 0.2) 100%);
  pointer-events: none;
}

.custom-semeadores-footer-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.custom-semeadores-footer h2 {
  width: 100%;
  margin: 0;
  color: #fff;
  font-family: "Instrument Sans", "Arial", sans-serif;
  font-size: 150px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.86;
  text-align: center;
  opacity: 0;
  transform: translateY(90px);
  transition: opacity 900ms ease, transform 1200ms cubic-bezier(0.16, 1, 0.3, 1);
}

.custom-semeadores-footer.is-visible h2 {
  opacity: 1;
  transform: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .custom-semeadores-footer {
    min-height: 620px;
    padding: 44px 24px;
  }

  .custom-semeadores-footer h2 {
    font-size: 100px;
  }
}

@media (max-width: 767px) {
  .custom-semeadores-footer {
    min-height: 540px;
    aspect-ratio: auto;
    padding: 36px 16px;
  }

  .custom-semeadores-footer h2 {
    font-size: 48px;
    line-height: 0.95;
  }
}

@media (prefers-reduced-motion: reduce) {
  .custom-semeadores-footer h2 {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
#hero {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 2155 / 730 !important;
  overflow: hidden !important;
  background-color: #020409 !important;
  background-image: url("/assets/hero-wide.png?v=20260905-2") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

#hero > * {
  display: none !important;
}

@media (min-width: 600px) and (max-width: 1099px) {
  #hero {
    aspect-ratio: 1163 / 1353 !important;
    background-image: url("/assets/hero-tablet.png?v=20260905-2") !important;
  }
}

@media (max-width: 599px) {
  #hero {
    aspect-ratio: 848 / 1855 !important;
    background-image: url("/assets/hero-mobile.png?v=20260905-2") !important;
  }
}

[data-framer-name="Get template button"],
#template-overlay,
#__framer-badge-container,
.framer-l2wa4w-container {
  display: none !important;
}

html,
body,
a,
button {
  cursor: auto !important;
}

#cta1 {
  position: relative !important;
}

#cta1 [data-framer-name="Picture 1"],
#cta1 [data-framer-name="Picture 2"],
#cta1 [data-framer-name="Picture 3"],
#cta1 [data-framer-name="Picture 4"] {
  display: none !important;
}

.sales-notifications {
  position: absolute;
  z-index: 3;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.sales-notification {
  position: absolute;
  display: block;
  width: clamp(240px, 22vw, 340px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.45));
}

.notification-top-left {
  top: 12%;
  left: 3%;
  transform: rotate(-4deg);
}

.notification-top-right {
  top: 12%;
  right: 3%;
  transform: rotate(4deg);
}

.notification-bottom-left {
  bottom: 12%;
  left: 5%;
  transform: rotate(4deg);
}

.notification-bottom-right {
  right: 5%;
  bottom: 12%;
  transform: rotate(-4deg);
}

@media (min-width: 600px) and (max-width: 1099px) {
  .sales-notification {
    width: clamp(190px, 25vw, 260px);
  }
}

@media (max-width: 599px) {
  .sales-notification {
    width: min(42vw, 180px);
  }

  .notification-top-left,
  .notification-bottom-left {
    left: 2%;
  }

  .notification-top-right,
  .notification-bottom-right {
    right: 2%;
  }

  .notification-top-left,
  .notification-top-right {
    top: 9%;
  }

  .notification-bottom-left,
  .notification-bottom-right {
    bottom: 9%;
  }
}
.sales-notification {
  opacity: 0;
  transform-origin: center;
  will-change: transform, opacity;
}

.custom-intro-character {
  color: rgb(82, 82, 82);
  transition: color 80ms linear;
}

@media (prefers-reduced-motion: reduce) {
  .sales-notification {
    opacity: 1 !important;
    transform: none !important;
  }

  .custom-intro-character {
    color: inherit !important;
    transition: none;
  }
}
.custom-intro-word {
  display: inline-block;
  white-space: nowrap;
}

.custom-intro-word:not(:last-child) {
  margin-right: 0.22em;
}

/* Center-out notification animation */
.sales-notification,
.notification-top-left,
.notification-top-right,
.notification-bottom-left,
.notification-bottom-right {
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  left: 50% !important;
}

.sales-notification {
  width: clamp(300px, 27vw, 400px);
}

@media (min-width: 600px) and (max-width: 1099px) {
  .sales-notification {
    width: clamp(240px, 32vw, 320px);
  }
}

@media (max-width: 599px) {
  .sales-notification {
    width: min(64vw, 260px);
  }
}
#about {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: radial-gradient(circle at 82% 18%, rgba(54, 20, 38, 0.34), transparent 38%), #09090b !important;
}

#about > :not(.about-custom) {
  display: none !important;
}

.about-custom {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 72px;
  align-items: center;
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 104px 48px;
}

.about-custom-media {
  position: relative;
  aspect-ratio: 3 / 4;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  opacity: 1;
  transform: none;
  transition: opacity 900ms ease, transform 1100ms cubic-bezier(0.16, 1, 0.3, 1);
}

.about-custom-media::after {
  position: absolute;
  inset: 0;
  content: "";
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.16);
  pointer-events: none;
}

.about-custom-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-custom-copy {
  max-width: 690px;
  opacity: 1;
  transform: none;
  transition: opacity 900ms 140ms ease, transform 1100ms 140ms cubic-bezier(0.16, 1, 0.3, 1);
}


.about-custom-copy h2 {
  margin: 0 0 44px;
  color: #fff;
  font-family: "Instrument Sans", "Arial", sans-serif;
  font-size: 72px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.98;
}

.about-custom-copy p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.68);
  font-family: "Instrument Sans", "Arial", sans-serif;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.55;
}

.about-custom-copy p:last-child {
  margin-bottom: 0;
}

.about-custom-copy strong {
  font-weight: 600;
}

.about-reveal-character {
  color: rgb(82, 82, 82);
  will-change: color;
}

@media (max-width: 1099px) {
  .about-custom {
    gap: 48px;
    padding: 80px 32px;
  }

  .about-custom-copy h2 {
    margin-bottom: 32px;
    font-size: 56px;
  }

  .about-custom-copy p {
    margin-bottom: 19px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .about-custom {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 64px 20px 72px;
  }

  .about-custom-media {
    width: 100%;
    max-height: 78vh;
  }

  .about-custom-copy h2 {
    margin-bottom: 28px;
    font-size: 40px;
    line-height: 1.05;
  }

  .about-custom-copy p {
    margin-bottom: 18px;
    font-size: 17px;
    line-height: 1.58;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-custom-media,
  .about-custom-copy {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
[data-method-description="true"] {
  max-width: 46ch;
  margin-inline: auto !important;
  text-wrap: balance;
}

@media (max-width: 767px) {
  [data-method-description="true"] {
    max-width: 38ch;
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  [data-method-label="true"] {
    font-size: 13px !important;
  }
}
[data-method-title="true"] > [data-framer-background-image-wrapper="true"] {
  display: none !important;
}

[data-method-title="true"] {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.method-display-title {
  width: 100%;
  margin: 0;
  color: #fff;
  font-family: "Instrument Sans", "Arial", sans-serif;
  font-size: 210px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.9;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .method-display-title {
    font-size: 140px;
  }
}

@media (max-width: 767px) {
  .method-display-title {
    font-size: 92px;
  }
}
.method-globe-section {
  display: grid;
  width: 100%;
  padding: 24px 24px 96px;
  overflow: visible;
  background: #000;
  place-items: center;
}

.method-globe-shell {
  position: relative;
  z-index: 2;
  width: min(760px, 92vw);
  aspect-ratio: 1;
}

.method-globe-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
  pointer-events: auto;
  touch-action: none;
}

@media (max-width: 767px) {
  .method-globe-section {
    padding: 24px 12px 64px;
  }

  .method-globe-shell {
    width: min(94vw, 540px);
  }
}

#services [data-service-hidden="true"] {
  display: none !important;
}

#testimonials [data-results-title="true"] > [data-framer-background-image-wrapper="true"] {
  display: none !important;
}

#testimonials [data-results-title="true"] {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.results-display-title {
  width: 100%;
  margin: 0;
  color: #fff;
  font-family: "Instrument Sans", "Arial", sans-serif;
  font-size: 190px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.95;
  text-align: center;
}

#testimonials .framer-Rc5K8[data-result-card="true"] {
  display: block !important;
  height: auto !important;
  aspect-ratio: 9 / 16;
  padding: 0 !important;
  overflow: hidden !important;
  background: #050505 !important;
}

#testimonials .framer-1wyflzi {
  height: auto !important;
  padding-bottom: clamp(280px, 38vh, 460px) !important;
}

#testimonials .framer-kbi7hq-container,
#testimonials .framer-1b4eiu9-container,
#testimonials .framer-11rk9ag-container {
  width: 100% !important;
  height: auto !important;
}

.result-card-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .results-display-title {
    font-size: 128px;
  }
}

@media (max-width: 767px) {
  .results-display-title {
    font-size: 78px;
  }
}
#testimonials [data-framer-name="Notable Work Container"] {
  display: none !important;
}

.framer-47m5nn,
section:has([data-framer-name="FAQ stack"]) [data-framer-name="Top text"] {
  display: none !important;
}
.custom-offer-section {
  position: relative;
  width: 100%;
  padding: 78px 24px 96px;
  overflow: hidden;
  background-color: #050506;
  background-image: url("/assets/footer-semeadores.png");
  background-position: center;
  background-size: cover;
  color: #fff;
  font-family: "Manrope", Arial, sans-serif;
}

.custom-offer-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(2, 3, 6, 0.68);
}

.custom-offer-content {
  position: relative;
  z-index: 1;
  width: min(100%, 860px);
  margin: 0 auto;
}

.custom-offer-intro {
  width: min(100%, 820px);
  margin: 0 auto 30px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.42;
}

.custom-offer-intro p {
  margin: 0 0 14px;
}

.custom-offer-card {
  width: min(100%, 720px);
  margin: 0 auto;
  padding: 68px 60px 58px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  background: #073b98;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

.custom-offer-brand {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 46px;
  font-family: "Instrument Sans", "Manrope", Arial, sans-serif;
  letter-spacing: 0;
  line-height: 0.92;
  text-align: center;
}

.custom-offer-brand span {
  color: #d6a43c;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}

.custom-offer-brand strong {
  margin-top: 9px;
  padding-left: 12px;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 12px;
  line-height: 1;
}

.custom-offer-benefits {
  display: grid;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 19px;
  line-height: 1.42;
}

.custom-offer-benefits li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
}

.custom-offer-benefits li > span {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

.custom-offer-divider {
  width: 100%;
  height: 1px;
  margin: 34px 0;
  background: rgba(255, 255, 255, 0.65);
}

.custom-offer-price {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.custom-offer-price strong {
  font-size: 54px;
  font-weight: 800;
  line-height: 1.1;
}

.custom-offer-price span {
  margin-top: 8px;
  font-size: 28px;
  line-height: 1.25;
}

.custom-offer-button,
#cta1 a[data-offer-anchor="true"] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 470px);
  min-height: 56px;
  margin: 28px auto 0;
  padding: 20px 24px;
  border: 0;
  border-radius: 3px;
  background: linear-gradient(30deg, #006847, #00c083);
  color: #fff;
  cursor: pointer;
  font: 700 16px/1 "Manrope", Arial, sans-serif;
  letter-spacing: 0;
  text-decoration: none;
  animation: custom-offer-pulse 1.5s ease infinite;
  transition: filter 180ms ease;
}

.custom-offer-button:hover,
#cta1 a[data-offer-anchor="true"]:hover {
  filter: brightness(1.1);
}

@keyframes custom-offer-pulse {
  0% {
    box-shadow: 0 0 21px -6px #fff;
  }

  70% {
    box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.custom-offer-button:focus-visible,
#cta1 a[data-offer-anchor="true"]:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.custom-offer-note {
  text-align: center;
}

.custom-offer-note strong,
.custom-offer-note p {
  display: block;
  max-width: 540px;
  margin-right: auto;
  margin-left: auto;
}

.custom-offer-note strong {
  font-size: 18px;
  line-height: 1.4;
}

.custom-offer-note p {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.45;
}

.custom-offer-intro,
.custom-offer-card {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.custom-offer-section.is-visible .custom-offer-intro,
.custom-offer-section.is-visible .custom-offer-card {
  opacity: 1;
  transform: translateY(0);
}

.custom-offer-section.is-visible .custom-offer-card {
  transition-delay: 120ms;
}

@media (max-width: 767px) {
  .custom-offer-section {
    padding: 52px 14px 68px;
    background-position: center top;
  }

  .custom-offer-intro {
    margin-bottom: 24px;
    padding: 0 6px;
    font-size: 17px;
    line-height: 1.45;
  }

  .custom-offer-card {
    padding: 44px 20px 40px;
  }

  .custom-offer-brand {
    margin-bottom: 36px;
  }

  .custom-offer-brand span {
    font-size: 34px;
  }

  .custom-offer-brand strong {
    padding-left: 9px;
    font-size: 20px;
    letter-spacing: 9px;
  }

  .custom-offer-benefits {
    gap: 18px;
    font-size: 16px;
  }

  .custom-offer-benefits li {
    grid-template-columns: 25px minmax(0, 1fr);
    gap: 11px;
  }

  .custom-offer-benefits li > span {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }

  .custom-offer-price strong {
    font-size: 38px;
  }

  .custom-offer-price span {
    font-size: 22px;
  }

  .custom-offer-button {
    min-height: 56px;
    font-size: 15px;
  }

  .custom-offer-note strong,
  .custom-offer-note p {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .custom-offer-intro,
  .custom-offer-card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.custom-offer-benefits li > div {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.custom-offer-benefits strong {
  font-size: 19px;
  font-weight: 750;
  line-height: 1.3;
}

.custom-offer-benefits small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.4;
}

.custom-offer-button > span {
  margin-left: 8px;
  font-size: 21px;
}

.custom-offer-microcopy {
  margin: 17px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 767px) {
  .custom-offer-benefits strong {
    font-size: 16px;
  }

  .custom-offer-benefits small {
    font-size: 14px;
  }

  .custom-offer-button {
    padding: 0 10px;
    line-height: 1.2;
    text-align: center;
  }

  .custom-offer-microcopy {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .custom-offer-button {
    animation: none !important;
  }
}

#cta1 a[data-offer-anchor="true"] {
  width: min(350px, calc(100vw - 32px)) !important;
  border: 0 !important;
  color: #fff !important;
  --border-bottom-width: 0px !important;
  --border-left-width: 0px !important;
  --border-right-width: 0px !important;
  --border-top-width: 0px !important;
  gap: 10px;
}

#cta1 [data-offer-anchor-container="true"] {
  width: min(350px, calc(100vw - 32px)) !important;
}

#cta1 a[data-offer-anchor="true"]::after {
  content: none !important;
}
#cta1 [data-offer-original-text="true"] {
  display: none !important;
}

.intro-offer-button-label {
  flex: 1 1 auto;
  min-width: 0;
  color: #fff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
}

#cta1 a[data-offer-anchor="true"] p {
  color: #fff !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
}