:root {
  --paper: #efffe1;
  --ink: #1b322d;
  --pond: #cbe25b;
  --lime: #cef058;
  --yellow: #ffe51d;
  --orange: #ff9f67;
  --brown: #632b0f;
  --purple: #cba6f7;
  --purple-dark: #2e0f52;
  --purple-ink: #3f1d68;
  --pink: #ff9faf;
  --aqua: #94e2d5;
  --blue: #4458a0;
  --loader-blue: #c5cdea;
  --slate: #9ba7b5;
  --layout-lime: #c1f04e;
  --coral: #fa6d80;
  --mobile-layout-red: #ea6d71;
  --mobile-layout-lavender: #bea6da;
  --stage-scale: 1;
  --stage-left: 0px;
  --stage-top: 0px;
  --viewport-left: 0px;
  --viewport-right: 0px;
  --viewport-top: 0px;
  --viewport-bottom: 0px;
}

@font-face {
  font-family: "Geist POND";
  src: url("./assets/geist-medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--paper);
}

body {
  color: var(--ink);
  font-family: "Geist POND", Geist, Inter, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

button,
input {
  font: inherit;
}

button {
  border: 0;
}

.viewport {
  position: fixed;
  inset: 0;
  overflow: hidden;
  background: var(--paper);
}

.stage {
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 1080px;
  overflow: visible;
  background: var(--paper);
  transform: translate3d(var(--stage-left), var(--stage-top), 0)
    scale(var(--stage-scale));
  transform-origin: top left;
  isolation: isolate;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

[data-load]:not(.is-visible) {
  visibility: hidden;
}

.mobile-only,
.active-only {
  display: none;
}

.stage:is([data-state="active"], [data-state="confirming"], [data-state="returning"])
  .active-only {
  display: block;
}

.stage:is([data-state="active"], [data-state="confirming"], [data-state="returning"])
  .default-only {
  display: none;
}

.stage[data-state="post-confirm"] .edge.default-only {
  display: none;
}

.stage[data-state="post-confirm"] .edge.active-only,
.stage[data-state="post-confirm"] .edge-lime-stack.active-only {
  display: block;
}

.r-layout {
  display: none;
}

.r-layout.is-current {
  display: contents;
}

.r-piece:not(.is-shown) {
  visibility: hidden !important;
}

.edge {
  position: absolute;
  z-index: 6;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.edge-yellow {
  top: var(--viewport-top);
  left: 400px;
  width: 160px;
  height: 160px;
  background: var(--yellow);
}

.edge-purple {
  top: var(--viewport-top);
  right: 359px;
  width: 240px;
  height: 80px;
  background: var(--purple);
}

.edge-orange-bottom {
  bottom: var(--viewport-bottom);
  left: 1440px;
  width: 360px;
  height: 40px;
  background: var(--orange);
}

.edge-active-orange {
  top: var(--viewport-top);
  left: var(--viewport-left);
  width: 80px;
  height: 80px;
  background: var(--orange);
}

.edge-active-pink {
  bottom: var(--viewport-bottom);
  left: 460px;
  width: 120px;
  height: 120px;
  background: var(--pink);
}

.edge-lime-stack {
  position: absolute;
  top: var(--viewport-top);
  left: 1080px;
  z-index: 6;
  width: 129.816px;
  height: 43.272px;
  background: var(--lime);
  pointer-events: none;
}

.edge-lime-stack i {
  position: absolute;
  top: 0;
  width: 43.272px;
  height: 43.272px;
  background: var(--lime);
}

.edge-lime-stack i:nth-child(1) {
  left: 0;
}

.edge-lime-stack i:nth-child(2) {
  left: 43.272px;
}

.edge-lime-stack i:nth-child(3) {
  left: 86.544px;
}

.edge-layout-three-lime {
  top: calc(var(--viewport-top) + 120px);
  right: var(--viewport-right);
  width: 160px;
  height: 160px;
  background: var(--layout-lime);
}

.edge-layout-three-purple {
  bottom: var(--viewport-bottom);
  left: var(--viewport-left);
  width: 160px;
  height: 160px;
  background: var(--purple);
}

.edge-layout-three-coral {
  top: var(--viewport-top);
  left: 720px;
  width: 80px;
  height: 40px;
  background: var(--coral);
}

.botanical {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.botanical img {
  position: absolute;
  max-width: none;
  user-select: none;
}

.asset-stack img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.botanical-top-left {
  top: calc(var(--viewport-top) - 198px);
  left: calc(var(--viewport-left) - 102px);
  z-index: 4;
  width: 662px;
  height: 598px;
}

.botanical-top-left img {
  top: calc(50% + 10.98px);
  left: calc(50% - 0.04px);
  width: 799.196px;
  height: 639.84px;
  object-fit: fill;
  transform: translate(-50%, -50%) rotate(30deg);
}

.botanical-top-right {
  top: calc(var(--viewport-top) - 179px);
  right: calc(var(--viewport-right) - 141px);
  left: auto;
  width: 581px;
  height: 530px;
}

.botanical-top-right img {
  top: -23.1055px;
  left: -83.8945px;
  width: 740px;
  height: 592.211px;
  transform: rotate(90deg);
}

.botanical-bottom {
  top: auto;
  bottom: calc(var(--viewport-bottom) - 245px);
  left: calc(var(--viewport-left) + 480px);
  width: 560px;
  height: 570px;
}

.botanical-bottom img {
  top: 230.84px;
  left: 274.82px;
  width: 680.934px;
  height: 544.942px;
  object-fit: fill;
  transform: translate(-50%, -50%) rotate(242.48deg);
}

.butterfly {
  top: calc(var(--viewport-top) - 95px);
  right: calc(var(--viewport-right) + 40px);
  left: auto;
  z-index: 2;
  width: 444px;
  height: 555px;
}

.butterfly .butterfly-frame-b2 {
  display: none;
}

.butterfly.is-b2 .butterfly-frame-b1 {
  display: none;
}

.butterfly.is-b2 .butterfly-frame-b2 {
  display: block;
}

.pond-mark {
  position: absolute;
  top: 320px;
  left: 280px;
  z-index: 3;
  width: 400px;
  height: 400px;
  pointer-events: none;
}

.pond-cell {
  position: absolute;
  width: 200px;
  height: 200px;
  overflow: hidden;
  background: var(--pond);
  box-shadow: 0 0 0 0.75px var(--pond);
}

.pond-cell img {
  position: absolute;
  display: block;
  width: 200%;
  height: 200%;
  max-width: none;
}

.pond-p {
  top: 0;
  left: 0;
}

.pond-p img {
  top: 0;
  left: 0;
}

.pond-o {
  top: 0;
  left: 200px;
}

.pond-o img {
  top: 0;
  left: -100%;
}

.pond-n {
  top: 200px;
  left: 0;
}

.pond-n img {
  top: -100%;
  left: 0;
}

.pond-d {
  top: 200px;
  left: 200px;
}

.pond-d img {
  top: -100%;
  left: -100%;
}

.stage:is([data-state="confirming"], [data-state="returning"]) .pond-cell {
  visibility: hidden;
}

.stage[data-state="returning"] .pond-cell.is-returned {
  visibility: visible;
}

.loader {
  position: absolute;
  top: 320px;
  left: 280px;
  z-index: 5;
  display: none;
  width: 400px;
  height: 400px;
  pointer-events: none;
}

.loader.is-visible {
  display: block;
}

.loader-square {
  position: absolute;
}

.loader-center {
  width: 133.333px;
  height: 133.333px;
  background: var(--loader-blue);
}

.loader-corner {
  width: 67px;
  height: 67px;
  background: var(--purple);
}

.loader-center-1 {
  top: 0;
  left: 133.333px;
}

.loader-center-2 {
  top: 133.333px;
  left: 266.667px;
}

.loader-center-3 {
  top: 133.333px;
  left: 0;
}

.loader-center-4 {
  top: 266.667px;
  left: 133.333px;
}

.loader-corner-1 {
  top: 0;
  left: 0;
}

.loader-corner-2 {
  top: 333px;
  left: 0;
}

.loader-corner-3 {
  top: 0;
  left: 333px;
}

.loader-corner-4 {
  top: 333px;
  left: 333px;
}

.loader.is-alt .loader-center {
  transform: rotate(45deg);
}

.loader.is-alt .loader-center-1 {
  top: 39.052px;
  left: 227.614px;
}

.loader.is-alt .loader-center-2 {
  top: 227.614px;
  left: 227.614px;
}

.loader.is-alt .loader-center-3 {
  top: 39.052px;
  left: 39.052px;
}

.loader.is-alt .loader-center-4 {
  top: 227.614px;
  left: 39.052px;
}

.loader.is-alt .loader-corner-1 {
  top: -68.967px;
  left: 166.5px;
}

.loader.is-alt .loader-corner-2 {
  top: 166.5px;
  left: -68.967px;
}

.loader.is-alt .loader-corner-3 {
  top: 166.5px;
  left: 401.967px;
}

.loader.is-alt .loader-corner-4 {
  top: 401.967px;
  left: 166.5px;
}

.load-in-rectangles {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.load-in-rectangle {
  position: absolute;
  display: block;
  visibility: hidden;
}

.load-in-rectangle.is-visible {
  visibility: visible;
}

.load-in-rectangle-l1 {
  top: 320px;
  left: 1160px;
  width: 120px;
  height: 120px;
  background: var(--orange);
}

.load-in-rectangle-l2 {
  top: 520px;
  left: 1280px;
  width: 200px;
  height: 160px;
  background: var(--purple);
}

.load-in-rectangle-l3 {
  top: 520px;
  left: 1600px;
  width: 80px;
  height: 40px;
  background: var(--lime);
}

.load-in-rectangle-l4 {
  top: 880px;
  left: 1000px;
  width: 160px;
  height: 120px;
  background: var(--lime);
  mix-blend-mode: multiply;
}

.plus-marker,
.tile,
.feature-cross,
.email-context-piece,
.preview-label,
.email-row,
.confirm-row {
  position: absolute;
  z-index: 4;
}

.plus-marker {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: var(--aqua);
  color: var(--ink);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.4px;
  box-shadow: 0 0 0 0.5px var(--aqua);
}

.plus-1 {
  top: 320px;
  left: 1080px;
}

.plus-2 {
  top: 360px;
  left: 1080px;
}

.plus-3 {
  top: 480px;
  left: 1080px;
}

.plus-4 {
  top: 520px;
  left: 1080px;
}

.plus-5 {
  top: 640px;
  left: 1080px;
}

.plus-6 {
  top: 680px;
  left: 1080px;
}

.feature-cross {
  top: 320px;
  left: 1160px;
  width: 80px;
  height: 80px;
  color: var(--brown);
  background: var(--orange);
}

.feature-cross.is-lavender {
  color: var(--purple-ink);
  background: var(--purple);
}

.animated-plus i {
  position: absolute;
  top: 50%;
  left: calc(50% - 1px);
  display: block;
  width: 60px;
  height: 60px;
  color: inherit;
  transform: translate(-50%, -50%);
  transform-origin: center;
}

.animated-plus i::before,
.animated-plus i::after {
  position: absolute;
  content: "";
  background: currentColor;
}

.animated-plus i::before {
  top: 0;
  left: 27px;
  width: 8px;
  height: 60px;
}

.animated-plus i::after {
  top: 26.5px;
  left: 0;
  width: 60px;
  height: 7px;
}

.animated-plus i b {
  position: absolute;
  z-index: 1;
  top: 21px;
  left: 22px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: currentColor;
}

.animated-plus.is-plus-alt i {
  transform: translate(-50%, -50%) rotate(45deg);
}

.email-context-cluster {
  display: contents;
}

[data-email-context-default].is-context-hidden {
  visibility: hidden !important;
}

.email-context-piece {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  color: var(--ink);
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.4px;
  text-align: center;
  white-space: nowrap;
}

.email-context-piece.is-context-visible {
  visibility: visible;
}

.email-context-response {
  top: 320px;
  left: 1240px;
  width: 160px;
  color: var(--blue);
  background: var(--loader-blue);
}

.email-context-c {
  top: 360px;
  left: 1280px;
  width: 40px;
  background: var(--purple);
}

.email-context-count {
  top: 360px;
  left: 1360px;
  width: 80px;
  background: var(--purple);
}

.email-context-mailing {
  top: 480px;
  left: 1160px;
  width: 160px;
  background: var(--lime);
}

.email-context-equals {
  top: 480px;
  left: 1360px;
  width: 40px;
  background: var(--purple);
}

.email-context-list {
  top: 480px;
  left: 1440px;
  width: 160px;
  background: var(--lime);
}

.email-context-slash {
  width: 40px;
  background: var(--purple);
}

.email-context-slash-first {
  top: 520px;
  left: 1160px;
}

.email-context-pond {
  top: 520px;
  left: 1240px;
  width: 120px;
  background: var(--lime);
}

.email-context-slash-second {
  top: 520px;
  left: 1360px;
}

.email-context-v0 {
  top: 520px;
  left: 1440px;
  width: 120px;
  background: var(--lime);
}

.email-context-slash-third {
  top: 520px;
  left: 1560px;
}

.tile,
.preview-label,
.email-row,
.confirm-row {
  height: 40px;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.4px;
}

.tile {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}

.os-a {
  top: 400px;
  left: 1160px;
  width: 40px;
  color: var(--orange);
  background: var(--brown);
}

.os-linux {
  top: 400px;
  left: 1200px;
  width: 80px;
  color: var(--brown);
  background: var(--yellow);
}

.os-name {
  top: 400px;
  left: 1280px;
  width: 202px;
  color: var(--brown);
  background: var(--orange);
}

.brand-by {
  top: 520px;
  left: 1160px;
  width: 80px;
  color: var(--lime);
  background: var(--ink);
}

.brand-butterfly {
  top: 520px;
  left: 1240px;
  width: 120px;
  color: var(--ink);
  background: var(--lime);
}

.brand-interaction {
  top: 520px;
  left: 1400px;
  width: 160px;
  color: var(--ink);
  background: var(--lime);
}

.brand-inc {
  top: 520px;
  left: 1600px;
  width: 80px;
  color: var(--ink);
  background: var(--lime);
}

.preview-label {
  top: 640px;
  left: 1160px;
  display: flex;
  width: 161px;
  align-items: center;
  justify-content: center;
  color: var(--purple);
  background: var(--purple-dark);
  text-align: center;
  white-space: nowrap;
}

.email-row {
  top: 680px;
  left: 1160px;
  display: flex;
  width: max-content;
  background: var(--purple);
}

.stage:is([data-state="idle"], [data-state="loading"], [data-state="post-confirm"])
  .email-row:hover,
.stage:is([data-state="expanding"], [data-state="active"], [data-state="collapsing"])
  .email-row {
  background: var(--orange);
}

.stage:is([data-state="confirming"], [data-state="returning"]) .email-row {
  background: var(--pink);
}

.bracket {
  --bracket-background: var(--purple);
  --bracket-foreground: var(--purple-ink);
  --bracket-delay: 0ms;

  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  overflow: hidden;
  color: var(--bracket-foreground);
  background-color: var(--bracket-background);
  font-size: 0;
  line-height: 1;
  transition:
    color 0s linear var(--bracket-delay),
    background-color 0s linear var(--bracket-delay);
}

.bracket::before {
  position: absolute;
  top: 9.68px;
  left: 16.868px;
  width: 6.264px;
  height: 20.64px;
  border-block: 2.064px solid currentcolor;
  content: "";
}

.bracket-left {
  --bracket-delay: 100ms;
}

.bracket-left::before {
  border-left: 2.424px solid currentcolor;
}

.bracket-right {
  --bracket-delay: 200ms;
}

.bracket-right::before {
  border-right: 2.424px solid currentcolor;
}

#email-input {
  width: 200px;
  height: 40px;
  min-width: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 0;
  outline: 0;
  color: var(--purple-ink);
  background: var(--purple);
  text-align: center;
  caret-color: var(--brown);
  appearance: none;
}

#email-input::placeholder {
  color: currentColor;
  opacity: 1;
}

.stage:is([data-state="idle"], [data-state="loading"], [data-state="post-confirm"])
  .email-row:hover
  .bracket,
.stage:is([data-state="expanding"], [data-state="collapsing"])
  .email-row
  .bracket,
.stage[data-state="active"] .email-row .bracket {
  --bracket-background: var(--brown);
  --bracket-foreground: var(--yellow);
}

.stage:is([data-state="idle"], [data-state="loading"], [data-state="post-confirm"])
  .email-row:hover
  #email-input {
  color: var(--brown);
  background: var(--orange);
}

.stage:is([data-state="expanding"], [data-state="collapsing"]) #email-input {
  color: var(--brown);
  background: var(--orange);
  transition: width 400ms steps(4, end);
  will-change: width;
}

.stage[data-state="expanding"] #email-input {
  width: 360px;
}

.stage[data-state="collapsing"] #email-input {
  width: 200px;
}

.stage:is([data-state="active"], [data-state="confirming"], [data-state="returning"])
  .preview-label {
  color: var(--lime);
  background: var(--ink);
}

.stage[data-state="active"] #email-input {
  width: 360px;
  color: var(--brown);
  background: var(--orange);
}

@media (min-width: 768px) and (min-aspect-ratio: 5/4) {
  .stage[data-state="active"] .email-row .bracket {
    --bracket-foreground: var(--pink);
  }

  .stage[data-state="active"] #email-input::placeholder {
    opacity: 0.4;
  }
}

.stage:is([data-state="confirming"], [data-state="returning"]) .email-row .bracket {
  --bracket-background: var(--purple-dark);
  --bracket-foreground: var(--pink);
}

.stage:is([data-state="confirming"], [data-state="returning"]) #email-input {
  width: 280px;
  color: var(--purple-ink);
  background: var(--pink);
}

.confirm-row {
  top: 720px;
  left: 1399px;
  display: none;
  width: 201px;
}

.stage.has-value[data-state="active"] .confirm-row {
  display: flex;
}

.confirm-button {
  width: 161px;
  height: 40px;
  padding: 0;
  color: var(--ink);
  background: var(--lime);
  cursor: pointer;
}

.confirm-enter {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  color: var(--lime);
  background: var(--ink);
  line-height: 1;
}

.confirm-button:focus-visible {
  outline: 2px solid #4458a0;
  outline-offset: 2px;
}

.typing-flashes {
  position: absolute;
  inset: 0;
  z-index: 8;
  overflow: hidden;
  pointer-events: none;
}

.typing-flash {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  mix-blend-mode: multiply;
}

@media (max-width: 767px), (max-aspect-ratio: 5/4) {
  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: block;
  }

  .active-only.mobile-only {
    display: none;
  }

  .stage:is([data-state="active"], [data-state="confirming"], [data-state="returning"])
    .active-only.mobile-only {
    display: block;
  }

  .stage[data-state="confirming"] .active-only {
    display: none !important;
  }

  .edge-active-lime-mobile {
    display: none !important;
  }

  .stage.has-value[data-state="active"] .edge-active-lime-mobile {
    display: block !important;
  }

  .stage {
    top: 0;
    left: 0;
    width: 402px;
    height: 874px;
    transform: translate3d(var(--stage-left), var(--stage-top), 0)
      scale(var(--stage-scale));
    transform-origin: top left;
  }

  .edge-yellow {
    top: var(--viewport-top);
    right: var(--viewport-right);
    left: auto;
    width: 162px;
    height: 40px;
  }

  .edge-purple {
    top: calc(var(--viewport-top) + 220px);
    right: auto;
    left: var(--viewport-left);
    width: 20px;
    height: 21px;
  }

  .edge-lime-bottom {
    right: calc(var(--viewport-right) + 202px);
    bottom: var(--viewport-bottom);
    width: 80px;
    height: 54px;
    background: var(--lime);
  }

  .edge-mobile-layout-two-orange {
    top: var(--viewport-top);
    left: var(--viewport-left);
    width: 40px;
    height: 40px;
    background: var(--orange);
  }

  .edge-mobile-layout-two-lime {
    top: calc(var(--viewport-top) + 20px);
    right: var(--viewport-right);
    width: 20px;
    height: 61px;
    background: var(--lime);
  }

  .edge-mobile-layout-two-pink {
    bottom: var(--viewport-bottom);
    left: var(--viewport-left);
    width: 34px;
    height: 34px;
    background: var(--pink);
  }

  .edge-mobile-layout-three-red {
    top: var(--viewport-top);
    right: calc(var(--viewport-right) + 72px);
    width: 90px;
    height: 20px;
    background: var(--mobile-layout-red);
  }

  .edge-mobile-layout-three-lime {
    top: calc(var(--viewport-top) + 319px);
    left: var(--viewport-left);
    width: 20px;
    height: 41px;
    background: var(--pond);
  }

  .edge-mobile-layout-three-lavender {
    right: var(--viewport-right);
    bottom: var(--viewport-bottom);
    width: 34px;
    height: 34px;
    background: var(--mobile-layout-lavender);
  }

  .edge-active-purple {
    top: var(--viewport-top);
    left: var(--viewport-left);
    width: 80px;
    height: 60px;
    background: #bea6da;
  }

  .edge-active-lime-mobile {
    top: calc(var(--viewport-top) + 300px);
    right: var(--viewport-right);
    width: 20px;
    height: 40px;
    background: var(--lime);
  }

  .botanical-top-left {
    top: calc(var(--viewport-top) - 214px);
    left: calc(var(--viewport-left) - 77px);
    width: 424px;
    height: 383.009px;
  }

  .botanical-top-left img {
    top: calc(50% + 7.03px);
    left: calc(50% - 0.03px);
    width: 511.872px;
    height: 409.807px;
  }

  .botanical-bottom {
    top: auto;
    bottom: calc(var(--viewport-bottom) - 138.786px);
    left: calc(var(--viewport-left) + 120px);
    width: 268px;
    height: 272.786px;
  }

  .botanical-bottom img {
    top: 110.474px;
    left: 131.52px;
    width: 325.876px;
    height: 260.794px;
  }

  .butterfly {
    top: calc(var(--viewport-top) - 20px);
    right: calc(var(--viewport-right) + 8px);
    left: auto;
    width: 140px;
    height: 175px;
  }

  .pond-mark {
    top: 120px;
    left: 101px;
    width: 200px;
    height: 200px;
  }

  .pond-cell {
    width: 100px;
    height: 100px;
  }

  .pond-o {
    left: 100px;
  }

  .pond-n {
    top: 100px;
  }

  .pond-d {
    top: 100px;
    left: 100px;
  }

  .loader {
    display: none !important;
    top: 120px;
    left: 101px;
    width: 200px;
    height: 200px;
  }

  .loader-center {
    width: 66.667px;
    height: 66.667px;
  }

  .loader-corner {
    width: 33.5px;
    height: 33.5px;
  }

  .loader-center-1 {
    top: 0;
    left: 66.667px;
  }

  .loader-center-2 {
    top: 66.667px;
    left: 133.333px;
  }

  .loader-center-3 {
    top: 66.667px;
    left: 0;
  }

  .loader-center-4 {
    top: 133.333px;
    left: 66.667px;
  }

  .loader-corner-1 {
    top: 0;
    left: 0;
  }

  .loader-corner-2 {
    top: 166.5px;
    left: 0;
  }

  .loader-corner-3 {
    top: 0;
    left: 166.5px;
  }

  .loader-corner-4 {
    top: 166.5px;
    left: 166.5px;
  }

  .loader.is-alt .loader-center-1 {
    top: 19.526px;
    left: 113.807px;
  }

  .loader.is-alt .loader-center-2 {
    top: 113.807px;
    left: 113.807px;
  }

  .loader.is-alt .loader-center-3 {
    top: 19.526px;
    left: 19.526px;
  }

  .loader.is-alt .loader-center-4 {
    top: 113.807px;
    left: 19.526px;
  }

  .loader.is-alt .loader-corner-1 {
    top: -34.484px;
    left: 83.25px;
  }

  .loader.is-alt .loader-corner-2 {
    top: 83.25px;
    left: -34.484px;
  }

  .loader.is-alt .loader-corner-3 {
    top: 83.25px;
    left: 200.984px;
  }

  .loader.is-alt .loader-corner-4 {
    top: 200.984px;
    left: 83.25px;
  }

  .plus-1 {
    top: 440px;
    left: 0;
  }

  .plus-4 {
    top: 520px;
    left: 0;
  }

  .plus-5 {
    top: 640px;
    left: 0;
  }

  .plus-6 {
    top: 560px;
    left: 0;
  }

  .feature-cross {
    top: 440px;
    left: 40px;
    width: 40px;
    height: 40px;
  }

  .animated-plus i {
    left: 50%;
    width: 30px;
    height: 30px;
  }

  .animated-plus i::before {
    left: 13px;
    width: 4px;
    height: 30px;
  }

  .animated-plus i::after {
    top: 13px;
    width: 30px;
    height: 4px;
  }

  .animated-plus i b {
    top: 10px;
    left: 10px;
    width: 10px;
    height: 10px;
  }

  .os-a {
    top: 440px;
    left: 80px;
  }

  .os-linux {
    top: 440px;
    left: 120px;
  }

  .os-name {
    top: 440px;
    left: 200px;
  }

  .brand-by {
    top: 520px;
    left: 80px;
  }

  .brand-butterfly {
    top: 520px;
    left: 160px;
  }

  .brand-interaction {
    top: 560px;
    left: 160px;
    width: 140px;
  }

  .brand-inc {
    top: 560px;
    left: 300px;
  }

  .email-context-response {
    top: 440px;
    left: 80px;
    width: 120px;
  }

  .email-context-c {
    top: 440px;
    left: 200px;
  }

  .email-context-count {
    top: 440px;
    left: 240px;
    width: 80px;
  }

  .email-context-mailing {
    top: 520px;
    left: 80px;
    width: 120px;
  }

  .email-context-equals {
    top: 520px;
    left: 200px;
  }

  .email-context-list {
    top: 520px;
    left: 240px;
    width: 120px;
  }

  .email-context-slash-first {
    top: 560px;
    left: 80px;
  }

  .email-context-pond {
    top: 560px;
    left: 120px;
    width: 100px;
  }

  .email-context-slash-second {
    top: 560px;
    left: 220px;
  }

  .email-context-v0 {
    top: 560px;
    left: 260px;
    width: 80px;
  }

  .email-context-slash-third {
    top: 560px;
    left: 340px;
  }

  .preview-label {
    top: 640px;
    left: 80px;
  }

  .email-row {
    top: 680px;
    left: 80px;
  }

  #email-input {
    width: 180px;
  }

  .stage:is([data-state="expanding"], [data-state="collapsing"]) #email-input {
    transition-timing-function: steps(5, end);
  }

  .stage[data-state="expanding"] #email-input {
    width: 240px;
  }

  .stage[data-state="collapsing"] #email-input {
    width: 180px;
  }

  .stage[data-state="active"] #email-input {
    width: 240px;
  }

  .stage[data-state="confirming"] #email-input {
    width: 220px;
  }

  .confirm-row {
    top: 720px;
    left: 180px;
  }

  .stage[data-state="reloading"] .active-only {
    display: none;
  }

  .stage[data-state="reloading"] .default-only {
    display: block;
  }

  .stage[data-state="reloading"] .email-area {
    visibility: hidden;
  }

  .typing-flash {
    width: 20px;
    height: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .load-in-rectangles {
    display: none !important;
  }
}
