button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

:root {
  --base-font-size: 20px;
  --margin: 16px;
  --max-content-width-unitless: 600;
  --max-content-width: 600px;
  --min-content-width: 375px;
  --max-desktop-content-width: 1366px;
  --above-above-canvas-z-index: 2147483632;
  --overlay-z-index: 2147483637;
  --above-overlay-z-index: 2147483642;
  --max-z-index: 2147483647;
  --sans-serif-font: "Inter", Arial, sans-serif;
  --monospace-font: "Roboto Mono", monospace;
  --code-font: "Fira Code", monospace
}

html {
  --page-reference-width: var(--max-content-width-unitless);
  --page-reference-width-px: var(--max-content-width-px);
  font-size: min(calc(var(--canvas-width) / var(--page-reference-width)), 1px);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--sans-serif-font);
  height: 100%;
  --canvas-width: var(--override-canvas-width, 100vw);
  overflow-y: overlay
}

@media screen and (max-width:600px) {
  html {
    --canvas-width: var(--override-canvas-width, 100vw)
  }
}

body {
  font-size: var(--base-font-size);
  height: -moz-fit-content;
  height: fit-content;
  max-width: 100vw;
  overflow-x: hidden;
  overflow-x: clip;
  transition: background .1s ease-in-out
}

body,
button {
  font-family: var(--sans-serif-font)
}

@media screen and (max-width:600px) {
  :root {
    --margin: 16px
  }

  .hide-on-mobile {
    display: none !important
  }
}

@media screen and (min-width:601px) {
  .hide-on-desktop {
    display: none !important
  }
}

#next {
  width: 100%;
  height: 100%
}

.hide-powered-by-attribution #powered-by-attribution {
  display: none important
}

#powered-by-attribution {
  text-transform: lowercase;
  position: fixed;
  bottom: 24px;
  left: 4px;
  z-index: var(--max-z-index)
}

@media screen and (max-width:600px) {
  #powered-by-attribution {
    bottom: 16px;
    left: 16px
  }
}

#powered-by-attribution a {
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: var(--above-above-canvas-z-index)
}

#powered-by-attribution span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 148px;
  left: 0;
  font-weight: 700;
  transition: all .15s ease-in-out;
  opacity: 0;
  pointer-events: none
}

#powered-by-attribution:hover span {
  opacity: 1;
  transform: translateY(-50%) translateX(68px)
}

#icon-logo:hover svg {
  transform: scale(1.2)
}

@media screen and (max-width:600px) {
  .builder-app #powered-by-attribution {
    display: none
  }
}

.inline-rich-text {
  display: inline-block;
  font-size: calc(var(--font-size) * var(--rpx))
}

.inline-rich-text.left {
  transform-origin: left
}

.inline-rich-text.center {
  transform-origin: center
}

.inline-rich-text.right {
  transform-origin: right
}

.inline-rich-text div[contenteditable] {
  outline: none;
  white-space: -moz-pre-space;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text
}

.renderable-icon {
  flex-shrink: 0;
  height: calc(var(--height) * var(--rpx));
  width: calc(var(--width) * var(--rpx));
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: flex
}

.page-view {
  position: relative;
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;
  touch-action: manipulation;
  --rpx: 1rem
}

html {
  scroll-behavior: smooth
}

h1.hidden {
  display: none
}

@media screen and (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }
}

section[data-type=section] {
  position: relative;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden
}

section[data-type=section] div[data-type=content] {
  margin: 0 auto;
  position: relative;
  height: 100%;
  width: 100%;
  height: calc(var(--height) * var(--rpx));
  max-width: calc(var(--max-width) * var(--parent-rpx));
  box-sizing: border-box
}

div[data-type=group] {
  position: relative
}

.block,
div[data-type=group] {
  width: calc(var(--width) * var(--rpx));
  height: calc(var(--height) * var(--rpx));
  z-index: var(--z)
}

.block {
  position: absolute;
  transform: translate(-50%, -50%);
  transition: opacity .1s, box-shadow .1s;
  touch-action: manipulation;
  text-size-adjust: none;
  left: calc(var(--x) * var(--rpx));
  top: calc(var(--y) * var(--rpx));
  --scale-x: 1;
  --scale-y: 1;
  --rotation: 0;
  transform: translateZ(0) translate(-50%, -50%) rotate(calc(var(--rotation) * 1deg)) scaleX(var(--scale-x)) scaleY(var(--scale-y)) var(--block-on-hover-transform)
}

.block,
.block-content {
  display: block;
  outline: none;
  box-sizing: border-box
}

.block-content {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}

.block .block-content {
  transition: transform .1s ease-in-out, opacity .1s ease-in-out;
  transform: translateZ(0) var(--block-on-hover-transform) var(--block-on-hover-transform);
  box-sizing: border-box
}

.block:not(.disable-effects) .block-content.ambient-spin {
  animation-name: spin;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear
}

@keyframes spin {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

@media not all and (hover:none) {
  .block:not(.disable-effects) .block-content.grow-on-hover:hover {
    --block-on-hover-transform: scale(1.03)
  }

  .block:not(.disable-effects) .block-content.underline-on-hover:hover a,
  .block:not(.disable-effects) .block-content.underline-on-hover:hover span {
    text-decoration: underline
  }

  .block:not(.disable-effects) .block-content.opacity-on-hover:hover {
    opacity: .5
  }
}

.block {
  --block-on-hover-transform: scale(1)
}

.block.hyperlinked .link-overlay {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  display: block
}

.block:not(.overflow-visible)>div {
  overflow: hidden
}

.block.no-pointer-events {
  pointer-events: none
}

.twitter-thing .twitter-tweet {
  margin: 0 auto !important
}

.block.hidden {
  display: none
}

@media screen and (min-width:601px) {
  .block.hide-on-desktop {
    display: none
  }
}

@media screen and (max-width:599px) {
  .block.hide-on-mobile {
    display: none
  }
}

.block[data-type=embed] div.size-normalizer>div,
div[data-embed=vimeo] .vimeo-player {
  width: 100% !important;
  height: 100% !important
}

div[data-embed=vimeo].write-mode .vimeo-player {
  pointer-events: none
}

div[data-embed=vimeo] .vimeo-play-button {
  width: 68px
}

div[data-embed=vimeo] .vimeo-play-button .ytp-large-play-button-bg {
  transition: fill .1s cubic-bezier(.4, 0, 1, 1), fill-opacity .1s cubic-bezier(.4, 0, 1, 1);
  fill: #212121;
  fill-opacity: .8
}

@media not all and (hover:none) {
  div[data-embed=vimeo]:hover:not(.write-mode) .youtube-play-button .ytp-large-play-button-bg {
    transition: fill .1s cubic-bezier(.4, 0, 1, 1), fill-opacity .1s cubic-bezier(.4, 0, 1, 1);
    fill: red;
    fill-opacity: 1
  }
}

div[data-embed=youtube] .youtube-player {
  width: 100% !important;
  height: 100% !important
}

div[data-embed=youtube].write-mode .youtube-player {
  pointer-events: none
}

div[data-embed=youtube] .youtube-play-button {
  width: 68px
}

div[data-embed=youtube] .youtube-play-button .ytp-large-play-button-bg {
  transition: fill .1s cubic-bezier(.4, 0, 1, 1), fill-opacity .1s cubic-bezier(.4, 0, 1, 1);
  fill: #212121;
  fill-opacity: .8
}

@media not all and (hover:none) {
  div[data-embed=youtube]:hover:not(.write-mode) .youtube-play-button .ytp-large-play-button-bg {
    transition: fill .1s cubic-bezier(.4, 0, 1, 1), fill-opacity .1s cubic-bezier(.4, 0, 1, 1);
    fill: red;
    fill-opacity: 1
  }
}

.block[data-type=button] .button {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6.4rem;
  font-weight: 600;
  box-shadow: 0 4px 8px rgb(0 0 0/8%);
  font-size: calc(var(--font-size) * var(--rpx))
}

.block[data-type=button] .button.light-bg {
  color: #000
}

.block[data-type=button] .button.dark-bg {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .24);
  color: #fff
}

.block[data-type=button] .button.square span {
  display: none
}

.block[data-type=button] .button span {
  line-height: calc(var(--font-size) * var(--rpx) * 1.5);
  margin-left: calc(var(--font-size) * var(--rpx) + 27.6rem);
  outline: none;
  max-width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}

.block[data-type=button] .button.instagram-bg {
  background: linear-gradient(45deg, #fda948 13%, #f66748 21%, #ec3653 64%, #c13a9c 84%)
}

.block[data-type=button] .button .icon-wrapper {
  left: 27.6rem;
  position: absolute;
  width: calc(var(--font-size) * var(--rpx));
  height: calc(var(--font-size) * var(--rpx))
}

.block[data-type=button] .button.dark-bg .icon-wrapper {
  --drop-shadow: drop-shadow(1px 1px 2px rgba(0, 0, 0, .24));
  filter: var(--drop-shadow);
  -webkit-filter: var(--drop-shadow);
  -moz-filter: var(--drop-shadow);
  -o-filter: var(--drop-shadow);
  -ms-filter: var(--drop-shadow)
}

.block[data-type=button] .button .icon {
  width: 100%;
  height: 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask-position: center center
}

.block[data-type=button] .button.light-bg .icon {
  background-color: #000
}

.block[data-type=button] .button.dark-bg .icon {
  background-color: #fff
}

.block[data-type=code-embed] .safe-mode-warning {
  background: rgba(0, 0, 0, .64);
  border: 1px solid hsla(0, 0%, 100%, .24);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 16px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px)
}

.block[data-type=code-embed] .safe-mode-warning span {
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  color: hsla(0, 0%, 100%, .64);
  display: block;
  height: 44px;
  width: 90px
}

.block[data-type=drawing] {
  display: flex;
  align-items: center;
  justify-content: center
}

.block[data-type=drawing],
.block[data-type=drawing] .block-content,
.block[data-type=drawing] svg {
  overflow: visible !important
}

.block[data-type=drawing] svg {
  width: 100%;
  height: 100%
}

.block[data-type=gif] img,
.block[data-type=image] img {
  width: 100%;
  height: 100%;
  color: transparent;
  vertical-align: top
}

.block img:-moz-loading {
  visibility: hidden
}

.block[data-type=rich-button] .button {
  --dampening: max(min(0.7, calc(var(--padding) / 24)), 0.8);
  --smart-padding: calc(var(--dampening) * var(--padding) * var(--rpx));
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 var(--smart-padding);
  gap: var(--smart-padding)
}

.block[data-type=rich-button] .button.icon-right {
  flex-direction: row-reverse
}

.block[data-type=rich-button] .button.icon-left {
  flex-direction: row
}

.block[data-type=rich-button] .button.dark-background .label {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .24)
}

.block[data-type=rich-button] .button .label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  line-height: calc(var(--height) * var(--rpx))
}

.block[data-type=rich-button] .button .label.right {
  text-align: right
}

.block[data-type=rich-button] .button .label.center {
  text-align: center
}

.block[data-type=rich-button] .button .label.left {
  text-align: left
}

.block[data-type=rich-button] .button.icon-none .icon {
  display: none
}

.block[data-type=sticky-note] .note-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.25;
  border: 1px solid rgba(0, 0, 0, .24);
  border-radius: 4rem;
  box-sizing: border-box;
  overflow: hidden;
  --rpx: 1px
}

.block[data-type=sticky-note] .note-content .img-wrapper {
  aspect-ratio: calc(16 / 9);
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 12rem;
  border: 1px solid rgba(0, 0, 0, .24);
  border-radius: 3rem
}

.block[data-type=sticky-note] .note-content img {
  width: 100%
}

.block[data-type=sticky-note] .note-content h3 {
  line-height: 1.2;
  font-size: 24px;
  margin-bottom: 12rem;
  font-weight: 600
}

.block[data-type=sticky-note] .note-content .meta {
  border-top: 1px solid rgba(0, 0, 0, .24);
  font-size: 11px;
  margin-top: 12rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 8rem;
  left: 0;
  box-sizing: border-box
}

.block[data-type=sticky-note] .note-content .meta-pill {
  background: rgba(0, 0, 0, .16);
  height: 24rem;
  border-radius: 80rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: max-content;
  padding: 0 10rem
}

.block[data-type=sticky-note] .inline-rich-text {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  padding: 16px;
  box-sizing: border-box;
  overflow: hidden;
  word-break: auto;
  white-space: pre-line
}

.block[data-type=sticky-note] .note-content:before {
  pointer-events: none;
  content: " ";
  border-radius: 3rem;
  box-sizing: border-box;
  border-color: hsla(0, 0%, 100%, .32) hsla(0, 0%, 100%, .2) hsla(0, 0%, 100%, .12) hsla(0, 0%, 100%, .28);
  border-style: solid;
  border-width: 1px
}

.block[data-type=shape] svg,
.block[data-type=sticky-note] .note-content:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.text-content,
.text-content * {
  font-size: calc(var(--font-size) * var(--scaler-multiplier) * 1px)
}

.text-content {
  --scaler-multiplier: 1;
  --width-percent: 100%
}

@supports (background:-webkit-named-image(i)) {
  .text-content {
    --scaler-multiplier: 10;
    --width-percent: calc(var(--scaler-multiplier) * 100%)
  }

  .text-content:not(.legacy) {
    font-size: calc(1em * var(--scaler-multiplier))
  }
}

.text-content {
  min-width: 100%;
  width: calc(var(--width-percent) / var(--scaler)) !important;
  height: calc(var(--width-percent) / var(--scaler)) !important;
  transform: scale(calc(var(--scaler) / var(--scaler-multiplier))) !important;
  transform-origin: 0 0
}

.text-content li {
  padding-left: .4em
}

.text-content li p {
  margin-bottom: 0
}

.text-content strong {
  font-weight: 700
}

.text-content em {
  font-style: italic
}

.text-content {
  white-space: pre-wrap;
  word-break: break-word
}

.text-content p:empty:after {
  content: "\00A0"
}

.text-content ol,
.text-content ul {
  padding-left: 1.5em
}

.text-content ul li {
  list-style: disc
}

.text-content ol li {
  display: list-item;
  list-style-type: decimal
}

.text-content a {
  text-decoration: none
}

.text-content a:hover {
  text-decoration: underline
}

.text-content a:hover span,
.text-content u span {
  text-decoration: underline
}

.block[data-type=channel] .grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  grid-gap: 12px
}

.post {
  background: #fff;
  padding: 12px;
  font-size: 14px;
  border-radius: 0;
  line-height: 1.4;
  color: rgba(0, 0, 0, .87);
  border: 1px solid rgba(0, 0, 0, .48);
  border-radius: 4px;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, .16);
  aspect-ratio: 4/3 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.post .footer {
  font-size: 13px;
  font-weight: 600;
  text-align: right
}

@media screen and (max-width:800px) {
  .post {
    padding: 12px;
    font-size: 13px
  }
}