@font-face {
  font-family: Editorsnote;
  src: url('../fonts/EditorsNote-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --strokewidth: 50;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  --strokewidth: 40;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: -2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 80px;
  font-weight: 700;
  line-height: 110%;
}

a {
  text-decoration: none;
}

em {
  font-family: Editorsnote, Palatino Linotype, sans-serif;
  font-style: italic;
}

.navbar {
  z-index: 100;
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  max-width: 1600px;
  display: flex;
  position: relative;
}

.main {
  position: relative;
}

.body {
  cursor: none;
  font-family: Urbanist, sans-serif;
}

.rive {
  width: 110px;
}

.section1 {
  background-image: linear-gradient(#0059ff, #06f 30%, #fff);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cloud {
  width: 70vw;
  position: absolute;
  top: -10vw;
  right: -20vw;
  transform: rotate(9deg);
}

.cloud2 {
  width: 50vw;
  position: absolute;
  bottom: -10vw;
  left: -15vw;
  transform: rotate(15deg);
}

.cloud2.left {
  left: auto;
  right: -20vw;
  transform: rotate(-30deg);
}

.section2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 400vh;
  display: flex;
  position: relative;
}

.herorive {
  z-index: 1;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.rive-2 {
  transform-style: preserve-3d;
  width: 100%;
  max-width: 2400px;
}

.svg {
  color: #fff;
  width: 100%;
  height: 50vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.svg.hd, .svg.big {
  display: none;
}

.decor1 {
  z-index: 1;
  background-image: url('../images/logo.svg'), linear-gradient(90deg, #ffe992, #ffd425);
  background-position: 50%, 0 0;
  background-repeat: repeat-x, repeat;
  background-size: auto, auto;
  width: 110%;
  height: 36px;
  position: absolute;
  left: 50%;
  transform: translate(-50%)rotate(4deg);
}

.decor1.org {
  background-color: #ff6625;
  background-image: url('../images/logo.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto;
  transform: translate(-50%)rotate(-4deg);
}

.heading {
  color: #2b2b2b;
  text-align: center;
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
}

.italic-text {
  color: #015aff;
  text-transform: none;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: sticky;
  top: 0;
}

.rive-3 {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.div-block-2 {
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-3, .code-embed {
  width: 100vw;
  height: 100vh;
}

.code-embed-2 {
  width: 50%;
  height: 100%;
}

.div-block-4 {
  z-index: 200;
  width: 100%;
  height: 470px;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.div-block-5 {
  background-color: #ddd;
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30vw;
  margin-top: 10vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-7 {
  z-index: 10;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  position: relative;
}

.section3 {
  height: 300vh;
  margin-top: 10vh;
  position: relative;
}

.image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100vw;
  height: 100vh;
}

.rive-4 {
  width: 100%;
  height: 100vh;
  position: relative;
}

.section4 {
  background-image: linear-gradient(#fff, #06f 66%, #0059ff);
  justify-content: center;
  align-items: flex-end;
  height: calc(100vh + 600px);
  margin-top: 20vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-8 {
  width: 100%;
  height: 600px;
  position: absolute;
  top: 0;
}

.svg-2 {
  width: 100%;
  max-width: 1080px;
}

.div-block-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
  position: relative;
}

.text-block {
  color: #fff;
  font-size: 28px;
  line-height: 120%;
}

.div-block-10 {
  border-top: 4px solid #fff;
  justify-content: space-between;
  margin-top: 24px;
  padding-top: 16px;
  font-size: 32px;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0%;
}

.image-2 {
  position: absolute;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100vh;
}

.cell {
  justify-content: flex-end;
  align-items: flex-end;
}

.image-3 {
  position: absolute;
  bottom: -10%;
  right: 15%;
}

.cell-2 {
  justify-content: flex-end;
  align-items: center;
}

.div-block-12 {
  width: 100%;
  height: 100%;
  position: relative;
}

.image-4 {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%);
}

.image-4.imgaupscale {
  bottom: 30%;
}

.cell-3 {
  justify-content: center;
  align-items: center;
}

.div-block-13 {
  width: 100%;
}

.image-5 {
  position: absolute;
  bottom: 5%;
  left: 5%;
}

.image-6 {
  position: absolute;
  top: 20%;
  right: -10%;
}

.image-7 {
  position: absolute;
  top: 5%;
  left: -20%;
}

.image-8 {
  position: absolute;
  bottom: 15%;
}

.image-8.imgaupscale {
  bottom: 33%;
}

.image-9 {
  position: absolute;
  bottom: 5%;
  right: 5%;
}

.image-9.imgaupscale {
  bottom: 34%;
}

.image-10 {
  position: absolute;
  bottom: 0%;
  right: 15%;
}

.image-11 {
  position: absolute;
  bottom: 15%;
  left: 15%;
}

.image-12 {
  position: absolute;
  top: 15%;
  left: 30%;
}

.image-13 {
  position: absolute;
  left: 10%;
}

.rive-5 {
  margin-bottom: -13%;
  transform: scale(1.27);
}

.custommouse {
  position: fixed;
  inset: 0%;
}

.mouse {
  z-index: 100;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  position: fixed;
}

.customstyle {
  width: 0;
  height: 0;
  position: relative;
}

.imgaupscale {
  transform: scale(1);
}

.stickydiv {
  width: 100%;
  position: sticky;
  top: 0;
}

.image-14 {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.rive-6 {
  margin-top: -33%;
}

.div-block-15 {
  position: relative;
}

.rive-7 {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1920px) {
  body {
    --strokewidth: 50;
  }

  .svg {
    height: 40vw;
    display: none;
    overflow: visible;
  }

  .svg.hd, .svg.big {
    display: block;
  }

  .section4 {
    height: calc(100vh + 800px);
    margin-top: 0;
  }

  .div-block-8 {
    height: 800px;
  }

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

  .image-3.imgaupscale {
    transform: scale(1.3);
  }

  .image-4.imgaupscale, .image-5.imgaupscale {
    transform: scale(1.2);
  }

  .image-6.imgaupscale, .image-7.imgaupscale {
    transform: scale(1.3);
  }

  .imgaupscale {
    transform: scale(1.5);
  }
}

@media screen and (max-width: 991px) {
  body {
    --strokewidth: 25;
  }

  .rive {
    width: 90px;
  }

  .cloud {
    top: 10vw;
  }

  .cloud2 {
    bottom: 15vw;
  }

  .rive-2 {
    transform: scale3d(1.2none, 1.2none, 1none);
  }

  .svg {
    width: 140%;
    height: 60vw;
  }

  .decor1 {
    background-size: 60px 9px, auto;
    height: 24px;
  }

  .decor1.org {
    background-size: 60px 94px;
  }

  .section4 {
    height: calc(100vh + 400px);
  }

  .div-block-8 {
    height: 400px;
  }

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

  .div-block-10 {
    border-top-width: 3px;
    margin-top: 16px;
    padding-top: 8px;
  }

  .image-3.imgaupscale {
    bottom: 3%;
    right: 0%;
  }

  .image-4.imgaupscale {
    bottom: 0%;
    left: 20%;
    transform: scale(.5);
  }

  .image-5.imgaupscale {
    bottom: -5%;
    left: 0%;
  }

  .image-6.imgaupscale {
    top: -10%;
    right: 0%;
  }

  .image-7.imgaupscale {
    top: -4%;
    left: -60%;
  }

  .image-8.imgaupscale {
    bottom: 0%;
  }

  .image-9.imgaupscale {
    bottom: 0%;
    right: -20%;
  }

  .image-10.imgaupscale {
    bottom: 20%;
  }

  .image-12.imgaupscale {
    top: 0%;
  }

  .image-13.imgaupscale {
    left: 37%;
  }

  .mouse {
    display: none;
  }

  .imgaupscale {
    transform: scale(.7);
  }
}

@media screen and (max-width: 767px) {
  body {
    --strokewidth: 20;
  }

  .herorive {
    flex: 1;
    order: 1;
    transform: scale(1.2);
  }

  .svg {
    width: 150%;
  }

  .decor1 {
    background-size: 40px 6px, auto;
    height: 16px;
  }

  .decor1.org {
    background-size: 40px;
  }

  .section4 {
    height: 100vh;
    margin-top: 0;
  }

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

  .image-3.imgaupscale {
    transform: scale(.5);
  }

  .image-4.imgaupscale {
    transform: scale(.3);
  }

  .image-6.imgaupscale {
    top: -5%;
    transform: scale(.5);
  }

  .image-7.imgaupscale, .image-9.imgaupscale, .image-10.imgaupscale, .image-11.imgaupscale {
    transform: scale(.5);
  }

  .image-12.imgaupscale {
    left: 0%;
    transform: scale(.5);
  }

  .image-13.imgaupscale {
    transform: scale(.5);
  }
}

@media screen and (max-width: 479px) {
  body {
    --strokewidth: 1;
  }

  .body {
    cursor: none;
  }

  .rive {
    width: 80px;
  }

  .rive-2 {
    width: 150%;
    height: 18%;
  }

  .svg {
    color: #fff;
    width: 160%;
    height: 70vw;
  }

  .div-block-6 {
    margin-top: 20vh;
  }

  .section4 {
    height: calc(100vh + 200px);
    margin-top: 10vh;
  }

  .div-block-8 {
    height: 200px;
  }

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

  .div-block-13 {
    width: 120%;
  }

  .image-6.imgaupscale {
    top: 0%;
  }

  .image-7.imgaupscale {
    top: 3%;
  }

  .image-8.imgaupscale {
    left: -52px;
  }

  .image-9.imgaupscale {
    right: -100%;
  }

  .image-12.imgaupscale {
    left: -10%;
  }
}

#w-node-_751ad2c2-af0b-844d-aef0-25a51aee0fc2-3fcbb528 {
  grid-template-rows: 1fr auto 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_751ad2c2-af0b-844d-aef0-25a51aee0fc2-3fcbb528 {
    grid-template-rows: 1fr auto 1fr;
    grid-template-columns: 1fr 1.5fr 1fr;
  }
}


@font-face {
  font-family: 'Editorsnote';
  src: url('../fonts/EditorsNote-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}