@media (max-width: 640px) {
  .concept-brand__mark {
  width: 30px;
  height: 30px;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  font-size: 14px;
  }
}

@media (min-width: 641px) and (max-width: 1022px) {
  .concept-brand__mark {
  width: 34px;
  height: 34px;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  font-size: 16px;
  }
}

.concept-brand {
  display: inline-flex;
  align-items: center;
  row-gap: 10px;
  column-gap: 10px;
  color: var(--concept-white);
  font-size: 30px;
  font-weight: 700;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

@media (max-width: 640px) {
  .concept-brand {
  row-gap: 7px;
  column-gap: 7px;
  font-size: 21px;
  }
}

@media (min-width: 641px) and (max-width: 1022px) {
  .concept-brand {
  font-size: 24px;
  }
}

.concept-download {
  min-width: 190px;
  min-height: 48px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 22px;
  background: var(--concept-yellow);
  color: rgb(17, 17, 17);
  font-size: 17px;
  font-weight: 700;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  transition-behavior: normal, normal;
  transition-duration: 160ms, 160ms;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: transform, background-color;
}

@media (max-width: 640px) {
  .concept-download {
  min-width: 126px;
  min-height: 38px;
  padding: 0px 10px;
  font-size: 12px;
  }
}

@media (min-width: 641px) and (max-width: 1022px) {
  .concept-download {
  min-width: 158px;
  min-height: 42px;
  padding: 0px 16px;
  font-size: 14px;
  }
}

.concept-header {
  width: 1440px;
  height: 96px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
}

@media (max-width: 640px) {
  .concept-header {
  width: 375px;
  height: 68px;
  padding: 10px 12px;
  }
}

@media (min-width: 641px) and (max-width: 1022px) {
  .concept-header {
  width: 768px;
  height: 78px;
  padding: 12px 18px;
  }
}

.concept-page {
  --concept-blue: #2f40ef;
  --concept-white: #f8f8f3;
  --concept-yellow: #ffdc51;
  width: 1440px;
  min-height: 1120px;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--concept-blue);
  background-image: linear-gradient(rgba(248, 248, 243, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(248, 248, 243, 0.12) 1px, transparent 1px);
  background-size: 88px 88px;
  color: var(--concept-white);
  font-family: var(--font-clipo-font-display, Ronzino, Arial, sans-serif);
}

@media (max-width: 640px) {
  .concept-page {
  width: 375px;
  min-height: 920px;
  background-size: 48px 48px;
  }
}

@media (min-width: 641px) and (max-width: 1022px) {
  .concept-page {
  width: 768px;
  min-height: 1024px;
  background-size: 64px 64px;
  }
}

.concept-brand__mark, .concept-footer__mark {
  width: 40px;
  height: 40px;
  display: grid;
  align-items: center;
  justify-items: center;
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1;
}

.concept-download:hover, .concept-download:focus-visible {
  background: var(--concept-white);
  transform: translateY(-3px);
}

.concept-title span {
  display: block;
  white-space: nowrap;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.concept-step p {
  width: 190px;
  margin: 0px;
  font-size: 18px;
  line-height: 1.05;
}

@media (max-width: 640px) {
  .concept-step p {
  width: 250px;
  font-size: 14px;
  }
}

@media (min-width: 641px) and (max-width: 1022px) {
  .concept-step p {
  width: 160px;
  font-size: 15px;
  }
}

.concept-object h2 {
  margin: 0px;
  font-size: 124px;
  font-weight: 400;
  line-height: 0.75;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-family: var(--font-clipo-font-poster, PhonkSansHeavy, Impact, sans-serif);
}

@media (max-width: 640px) {
  .concept-object h2 {
  font-size: 58px;
  line-height: 0.82;
  }
}

@media (min-width: 641px) and (max-width: 1022px) {
  .concept-object h2 {
  font-size: 86px;
  line-height: 0.8;
  }
}

@media (max-width: 640px) {
  .concept-title__clip, .concept-title__anywhere {
  align-self: flex-start;
  }
}

.clipo-hero {
  position: relative;
  width: 1728px;
  height: var(--instatic-logical-viewport-height, 100vh);
  overflow-x: hidden;
  overflow-y: hidden;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  color: rgb(247, 247, 246);
  min-height: 0px;
}

@media (max-height: 899px) {
  .clipo-hero {
  height: 1100px;
  }
}

@media (min-height: 700px) {
  .clipo-hero {
  height: var(--instatic-logical-viewport-height, 100vh);
  }
}

.clipo-hero__title {
  position: absolute;
  z-index: 2;
  margin: 0px;
  color: rgb(247, 247, 246);
  font-family: var(--font-clipo-font-poster, PhonkSansHeavy, Impact, sans-serif);
  font-size: 91px;
  font-weight: 400;
  line-height: 0.84;
  letter-spacing: -3.64px;
  text-transform: uppercase;
  white-space: nowrap;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.clipo-hero__title--clip {
  left: 16px;
  top: auto;
  width: 1553px;
  bottom: 178px;
}

.clipo-hero__title--anything {
  left: 16px;
  top: 150px;
  width: 1124px;
  display: none;
}

.clipo-hero__title--any {
  left: 159px;
  top: auto;
  width: 1268px;
  bottom: 102px;
}

.clipo-hero__title--where {
  left: 955px;
  top: 282px;
  width: 757px;
  text-align: right;
  display: none;
}

.clipo-hero__title--make {
  left: 159px;
  top: auto;
  width: 554px;
  bottom: 26px;
}

.clipo-hero__title--object {
  left: 738px;
  top: auto;
  width: 761.18px;
  bottom: 26px;
}

.clipo-hero__brand {
  position: absolute;
  z-index: 4;
  left: 16px;
  top: 28px;
  display: inline-flex;
  align-items: center;
  row-gap: 3px;
  column-gap: 3px;
  color: rgb(247, 247, 246);
  font-family: var(--font-clipo-font-display, Ronzino, Arial, sans-serif);
  font-size: 29.081px;
  font-weight: 500;
  line-height: 1;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.clipo-hero__brand-icon {
  width: 34.214px;
  height: 34.332px;
}

.clipo-hero__download {
  position: absolute;
  z-index: 4;
  left: 1516px;
  top: 18px;
  width: 196px;
  min-height: 53px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(35, 54, 241);
  border-right-color: rgb(35, 54, 241);
  border-bottom-color: rgb(35, 54, 241);
  border-left-color: rgb(35, 54, 241);
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(250, 216, 76);
  color: rgb(19, 19, 19);
  font-family: var(--font-clipo-font-display, Ronzino, Arial, sans-serif);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.36px;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  white-space: nowrap;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.clipo-hero__download:hover, .clipo-hero__download:focus-visible {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(247, 247, 246);
}

.clipo-hero__socials {
  position: absolute;
  z-index: 4;
  left: 872px;
  top: auto;
  width: 443.2px;
  height: 64px;
  display: flex;
  align-items: center;
  bottom: 108px;
}

.clipo-hero__social {
  width: 64px;
  height: 64px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -0.8px;
  border-top-width: 0.8px;
  border-right-width: 0.8px;
  border-bottom-width: 0.8px;
  border-left-width: 0.8px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(247, 247, 246);
  border-right-color: rgb(247, 247, 246);
  border-bottom-color: rgb(247, 247, 246);
  border-left-color: rgb(247, 247, 246);
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 64px;
  color: inherit;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.clipo-hero__social:hover, .clipo-hero__social:focus-visible {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(247, 247, 246);
}

.clipo-hero__social:hover img, .clipo-hero__social:focus-visible img {
  filter: invert(22%) sepia(95%) saturate(5208%) hue-rotate(234deg) brightness(94%);
}

.clipo-hero__social img {
  width: 24px;
  height: 24px;
}

.clipo-hero__step {
  position: absolute;
  z-index: 4;
  width: 269px;
  color: rgb(224, 224, 223);
  font-family: var(--font-clipo-font-display, Ronzino, Arial, sans-serif);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.36px;
  top: 28px;
  display: flex;
  align-items: center;
}

.clipo-hero__step--one {
  left: 450px;
  top: 28px;
  width: 219px;
  row-gap: 44px;
  column-gap: 44px;
}

.clipo-hero__step--two {
  left: 734px;
  top: 28px;
  width: 251px;
  row-gap: 23px;
  column-gap: 23px;
}

.clipo-hero__step--three {
  left: 1050px;
  top: 28px;
  width: 243px;
  row-gap: 15px;
  column-gap: 15px;
}

.clipo-hero__step-head {
  width: 18px;
  min-height: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0px;
}

.clipo-hero__step-number {
  margin: 0px;
}

.clipo-hero__step-arrow {
  margin: 0px;
  color: rgb(247, 247, 246);
  font-family: var(--font-clipo-font-poster, PhonkSansHeavy, Impact, sans-serif);
  font-size: 31px;
  line-height: 0.9;
  display: none;
}

.clipo-hero__step-copy {
  width: 210px;
  margin: 0px;
}

.clipo-hero__vertical-arrow {
  position: absolute;
  z-index: 4;
  left: 16px;
  top: auto;
  margin: 0px;
  color: rgb(247, 247, 246);
  font-family: var(--font-clipo-font-poster, PhonkSansHeavy, Impact, sans-serif);
  font-size: 91px;
  line-height: 0.84;
  letter-spacing: -3.64px;
  bottom: 30px;
}

.clipo-hero__social-handle {
  position: absolute;
  z-index: 2;
  width: 12.8px;
  height: 12.8px;
  box-sizing: border-box;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(35, 54, 241);
  border-top-width: 0.8px;
  border-right-width: 0.8px;
  border-bottom-width: 0.8px;
  border-left-width: 0.8px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(247, 247, 246);
  border-right-color: rgb(247, 247, 246);
  border-bottom-color: rgb(247, 247, 246);
  border-left-color: rgb(247, 247, 246);
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  pointer-events: none;
}

.clipo-hero__social-handle--tl {
  left: -7.31px;
  top: -7.31px;
}

.clipo-hero__social-handle--tr {
  right: -7.09px;
  top: -7.31px;
}

.clipo-hero__social-handle--br {
  right: -7.09px;
  bottom: -7.09px;
}

.clipo-hero__social-handle--bl {
  left: -7.31px;
  bottom: -7.09px;
}

.clipo-hero__social:last-child {
  margin-right: 0px;
}

html[style*="height: auto"] body[data-breakpoint-id] .clipo-hero {
  height: 1100px;
}

@media (min-height: 900px) {
  html:not([style*="height: auto"]) body[data-breakpoint-id] .clipo-hero {
  height: var(--instatic-logical-viewport-height, 100vh);
  }
}

.clipo-problem {
  position: relative;
  width: 1728px;
  height: 1600px;
  overflow-x: hidden;
  overflow-y: hidden;
  background: var(--clipo-paper, #f7f7f6);
  color: var(--clipo-ink, #131313);
}

.clipo-problem__headline {
  position: absolute;
  z-index: 2;
  margin: 0px;
  font-family: var(--font-clipo-font-poster, PhonkSansHeavy, Impact, sans-serif);
  font-size: 157px;
  font-weight: 400;
  line-height: 0.84;
  letter-spacing: -6.28px;
  text-transform: uppercase;
  white-space: nowrap;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.clipo-problem__headline--you {
  left: 348px;
  top: 200px;
  width: 554px;
}

.clipo-problem__headline--save {
  left: 918px;
  top: 200px;
  width: 763px;
}

.clipo-problem__headline--then {
  left: 633px;
  top: 332px;
  width: 530px;
}

.clipo-problem__headline--arrow {
  left: 731px;
  top: 464px;
  width: 125px;
  color: var(--clipo-line, #cacac9);
}

.clipo-problem__headline--lost {
  left: 872px;
  top: 464px;
  width: 722px;
}

.clipo-problem__block {
  position: absolute;
  z-index: 1;
  left: 16px;
  top: 505px;
  width: 412px;
  height: 549px;
  box-sizing: border-box;
  border: 1px solid var(--clipo-blue, #2336f1);
  background: var(--clipo-blue, #2336f1);
}

.clipo-problem__handle {
  position: absolute;
  z-index: 2;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border: 1px solid var(--clipo-paper, #f7f7f6);
  background: var(--clipo-blue, #2336f1);
  pointer-events: none;
}

.clipo-problem__handle--tl {
  left: -9px;
  top: -9px;
}

.clipo-problem__handle--tr {
  right: -9px;
  top: -9px;
}

.clipo-problem__handle--br {
  right: -9px;
  bottom: -9px;
}

.clipo-problem__handle--bl {
  left: -9px;
  bottom: -9px;
}

.clipo-problem__copy {
  position: absolute;
  z-index: 3;
  left: 16px;
  top: 980px;
  width: 1268px;
  margin: 0px;
  color: var(--clipo-ink, #131313);
  font-family: var(--font-clipo-font-display, Ronzino, Arial, sans-serif);
  font-size: 91px;
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -3.64px;
  text-indent: 412px;
}

.clipo-problem__copy-highlight {
  color: var(--clipo-blue, #2336f1);
}

.clipo-workflow {
  position: relative;
  width: 1728px;
  overflow-x: clip;
  overflow-y: clip;
  background: var(--clipo-paper, #f7f7f6);
  color: var(--clipo-ink, #131313);
  --clipo-workflow-caption-height: 150px;
  --clipo-workflow-bottom-gap: 16px;
  --clipo-workflow-caption-gap: 16px;
  --clipo-workflow-active-size: clamp(
    360px,
    calc((var(--instatic-logical-viewport-height, 100vh) - 182px) / 1.170238),
    840px
  );
  --clipo-workflow-scroll-distance: max(
    1800px,
    calc(var(--instatic-logical-viewport-height, 100vh) * 2)
  );
  height: 2048px;
}

.clipo-workflow__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.clipo-workflow__counter-state:not(:first-child) {
  opacity: 0;
}

.clipo-workflow__caption:not(:first-child) {
  opacity: 0;
}

.clipo-workflow__caption-index, .clipo-workflow__caption-copy {
  margin: 0px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.36px;
}

@media not all {
  .clipo-workflow__image, .clipo-workflow__caption, .clipo-workflow__counter-state {
  will-change: auto;
  }
}

.clipo-workflow__counter, .clipo-workflow__captions {
  top: calc(100% - var(--clipo-workflow-bottom-gap) - var(--clipo-workflow-caption-height));
}

.clipo-workflow.is-product-runtime .clipo-workflow__sticky {
  position: sticky;
  top: 0px;
  left: auto;
  margin-top: calc(2048px - var(--instatic-logical-viewport-height, 100vh));
}

.clipo-workflow.is-product-runtime .clipo-workflow__cluster {
  position: absolute;
  left: 0px;
  bottom: 16px;
}

.clipo-three-direct__canvas {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0px;
  touch-action: none;
}

.clipo-three-direct__stage {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  min-height: 0px;
}

.clipo-three-direct {
  right: auto;
  top: 0px;
  position: sticky;
  left: auto;
  z-index: 0;
  width: 1728px;
  height: var(--clipo-three-viewport-height);
  min-height: var(--clipo-three-viewport-height);
  max-height: var(--clipo-three-viewport-height);
  flex: 0 0 var(--clipo-three-viewport-height);
  contain: none;
  overflow-x: hidden;
  overflow-y: hidden;
  background: var(--paper, #f7f7f6);
}

.clipo-hero-scroll-scene {
  position: relative;
  overflow-x: visible;
  overflow-y: visible;
  --clipo-three-viewport-height: var(--instatic-logical-viewport-height, 100vh);
  width: 1728px;
}

@media (max-height: 699px) {
  .clipo-hero-scroll-scene {
  --clipo-three-viewport-height: 1100px;
  }
}

.clipo-hero-scroll-track {
  position: relative;
  width: 1728px;
  height: 3000px;
  min-height: 3000px;
  pointer-events: none;
}

.clipo-hero-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  margin: 0px;
  pointer-events: none;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
}

.clipo-hero-overlay a, .clipo-hero-overlay button, .clipo-hero-overlay input, .clipo-hero-overlay select, .clipo-hero-overlay textarea, .clipo-hero-overlay [role="button"] {
  pointer-events: auto;
}

html[style*="height: auto"] body[data-breakpoint-id] .clipo-hero-scroll-scene {
  --clipo-three-viewport-height: 1100px;
}

body[data-breakpoint-id] .clipo-three-direct__stage, body[data-breakpoint-id] .clipo-three-direct__canvas {
  max-height: var(--clipo-three-viewport-height);
}

.clipo-hero__socials .clipo-hero__social img {
  width: 19.2px;
  height: 19.2px;
}

.clipo-hero__step--one .clipo-hero__step-copy {
  width: 157px;
}

.clipo-hero__collection {
  position: absolute;
  z-index: 4;
  left: 1443px;
  bottom: 32px;
  display: block;
  width: 269px;
  height: 151px;
  object-fit: contain;
  pointer-events: none;
}

.clipo-hero__download-handle {
  position: absolute;
  z-index: 2;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border: 1px solid var(--clipo-blue, #2336f1);
  background-image: inherit;
  background-position-x: inherit;
  background-position-y: inherit;
  background-size: inherit;
  background-repeat: inherit;
  background-attachment: inherit;
  background-origin: inherit;
  background-clip: inherit;
  background-color: inherit;
  pointer-events: none;
}

.clipo-hero__download-handle--tl {
  left: -9.13px;
  top: -9.13px;
}

.clipo-hero__download-handle--tr {
  right: -8.87px;
  top: -9.13px;
}

.clipo-hero__download-handle--br {
  right: -8.87px;
  bottom: -8.87px;
}

.clipo-hero__download-handle--bl {
  left: -9.13px;
  bottom: -8.87px;
}
