@font-face {
  font-family: "Onest";
  src: url("https://static.tildacdn.com/tild3366-3166-4464-b836-626566323134/Onest-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Onest";
  src: url("https://static.tildacdn.com/tild3065-6235-4539-b536-343366626235/Onest-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Onest";
  src: url("https://static.tildacdn.com/tild3332-6361-4336-b133-333865303164/Onest-Medium.woff") format("woff");
  font-weight: 600 700;
  font-style: normal;
}

@font-face {
  font-family: "Onest";
  src: url("https://static.tildacdn.com/tild3332-3539-4533-b130-666238306236/Onest-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

.nz-tpost-open {
  overflow: hidden;
}

.nz-tpost-view,
.nz-tpost-view * {
  box-sizing: border-box;
}

.nz-tpost-view {
  --nz-tpost-text: #111;
  --nz-tpost-muted: #77716c;
  --nz-tpost-border: rgba(32, 32, 32, 0.16);
  --nz-tpost-arrow-top-color: #fe876d;
  --nz-tpost-topbar-height: 56px;
  /*
   * Tilda popup parity tokens, measured from the live rendered page.
   * Do not replace these with raw Tilda source class values: the visible result
   * is affected by the popup wrapper, rail and browser viewport.
   */
  --nz-tpost-rail: 760px;
  --nz-tpost-gutter: 40px;
  --nz-tpost-top-offset: 39px;
  --nz-tpost-bottom-offset: 104px;
  --nz-tpost-title-size: 36px;
  --nz-tpost-title-line-height: 1.23;
  --nz-tpost-title-weight: 600;
  --nz-tpost-title-to-cover: 30px;
  --nz-tpost-cover-to-body: 30px;
  background: #fff;
  color: var(--nz-tpost-text);
  font-family: "Onest", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
}

.nz-tpost-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000000000;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.nz-tpost-topbar {
  position: sticky;
  top: 0;
  z-index: 5;
  display: grid;
  grid-template-columns: var(--nz-tpost-topbar-height) 1fr var(--nz-tpost-topbar-height);
  align-items: center;
  height: var(--nz-tpost-topbar-height);
  min-height: var(--nz-tpost-topbar-height);
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--nz-tpost-border);
}

.nz-tpost-topbar[data-scrolled="true"] {
  border-bottom-color: var(--nz-tpost-border);
}

.nz-tpost-back {
  width: 50px;
  height: 50px;
  margin: 0;
  justify-self: start;
  align-self: start;
  line-height: 0;
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 16px;
  padding-left: 20px;
  color: #201f1e;
  text-decoration: none;
  border-radius: 50%;
}

.nz-tpost-back svg {
  display: block;
  width: 11px;
  height: 20px;
  flex: 0 0 11px;
  transform: rotate(180deg);
  transform-origin: center;
}

.nz-tpost-section-title {
  min-width: 0;
  color: var(--nz-tpost-muted);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nz-tpost-shell {
  width: min(var(--nz-tpost-rail), calc(100% - var(--nz-tpost-gutter)));
  margin: 0 auto;
  padding: var(--nz-tpost-top-offset) 0 var(--nz-tpost-bottom-offset);
}

.nz-tpost-title {
  max-width: 100%;
  margin: 0 0 var(--nz-tpost-title-to-cover);
  color: #111;
  font-size: var(--nz-tpost-title-size);
  line-height: var(--nz-tpost-title-line-height);
  font-weight: var(--nz-tpost-title-weight);
  letter-spacing: 0;
}

.nz-tpost-cover {
  margin: 0 0 var(--nz-tpost-cover-to-body);
}

.nz-tpost-cover img,
.nz-tpost-body figure img {
  display: block;
  width: 100%;
  height: auto;
}

.nz-tpost-body {
  max-width: 100%;
  color: #111;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
  overflow-wrap: anywhere;
}

.nz-tpost-body .t-redactor__h2,
.nz-tpost-body h2 {
  margin: 2rem 0 .75rem;
  padding: .25rem 0;
  color: #111;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0;
}

.nz-tpost-body .t-redactor__h3,
.nz-tpost-body h3 {
  margin: 2rem 0 .75rem;
  padding: .25rem 0;
  color: #111;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0;
}

.nz-tpost-body .t-redactor__h4,
.nz-tpost-body h4 {
  margin: 2rem 0 .75rem;
  padding: .25rem 0;
  color: #111;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0;
}

.nz-tpost-body .t-redactor__text,
.nz-tpost-body p {
  margin: 0 0 .75rem;
  padding: .25rem 0;
}

.nz-tpost-body ul,
.nz-tpost-body ol {
  margin: 0;
  padding-left: 1.35em;
}

.nz-tpost-body li {
  margin: 0 0 .35em;
  padding-left: .05em;
}

.nz-tpost-body a {
  color: inherit;
  overflow-wrap: break-word;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

.nz-tpost-body figure {
  margin: 1rem 0;
  width: 100%;
}

.nz-tpost-body figure figcaption {
  font-size: 16px;
  font-style: italic;
  margin-top: 5px;
  opacity: .5;
}

.nz-tpost-view .nz-tpost-body > .t-redactor__tte-view > :first-child {
  margin-top: 0;
  padding-top: 0;
}

.nz-tpost-view .nz-tpost-body > .t-redactor__tte-view > :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.nz-tpost-body blockquote,
.nz-tpost-body .t-redactor__quote {
  margin: 1.25rem 0;
  padding: 0 0 0 1rem;
  border-left: 3px solid var(--nz-tpost-border);
  color: #111;
  font-size: 20px;
  line-height: 1.5;
  font-style: normal;
}

.nz-tpost-meta {
  margin-top: 48px;
  color: var(--nz-tpost-muted);
  font-size: 10px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nz-tpost-up {
  position: fixed;
  left: 20px;
  bottom: calc(20px + env(safe-area-inset-bottom, 0px));
  z-index: 6;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--nz-tpost-arrow-top-color);
  font-size: 0;
  line-height: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.nz-tpost-up__icon {
  display: block;
  width: 50px;
  height: 50px;
  fill: currentColor;
}

.nz-tpost-up_show {
  opacity: 1;
  pointer-events: auto;
}

body.nz-tpost-page {
  margin: 0;
  background: #fff;
}

@media screen and (max-width: 1199px) {
  .nz-tpost-view {
    --nz-tpost-rail: 760px;
    --nz-tpost-gutter: 40px;
  }
}

@media screen and (max-width: 959px) {
  .nz-tpost-topbar {
    grid-template-columns: var(--nz-tpost-topbar-height) 1fr var(--nz-tpost-topbar-height);
  }

  .nz-tpost-section-title {
    font-size: 16px;
  }

  .nz-tpost-shell {
    padding-bottom: 78px;
  }

  .nz-tpost-body blockquote,
  .nz-tpost-body .t-redactor__quote {
    font-size: 18px;
  }

  .nz-tpost-meta {
    margin-top: 40px;
  }

  .nz-tpost-up {
    left: 20px;
    bottom: calc(20px + env(safe-area-inset-bottom, 0px));
  }
}

@media screen and (max-width: 479px) {
  .nz-tpost-view {
    --nz-tpost-topbar-height: 50px;
    --nz-tpost-top-offset: 20px;
    --nz-tpost-title-size: 28px;
    --nz-tpost-title-to-cover: 15px;
    --nz-tpost-cover-to-body: 20px;
  }

  .nz-tpost-back {
    padding-top: 15px;
  }

  .nz-tpost-section-title {
    font-size: 15px;
  }

  .nz-tpost-shell {
    width: calc(100% - var(--nz-tpost-gutter));
  }

  .nz-tpost-body {
    font-size: 16px;
    line-height: 1.4;
  }

  .nz-tpost-body .t-redactor__h2,
  .nz-tpost-body h2 {
    font-size: 26px;
  }
}
