@font-face {
  font-display: swap;
  font-family: "Syne";
  font-weight: 400;
  src: url("../fonts/Syne-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Syne";
  font-weight: 500;
  src: url("../fonts/Syne-Medium.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Syne";
  font-weight: 600;
  src: url("../fonts/Syne-SemiBold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Syne";
  font-weight: 700;
  src: url("../fonts/Syne-Bold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Syne";
  font-weight: 800;
  src: url("../fonts/Syne-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "DM Sans";
  font-weight: 400;
  src: url("../fonts/DMSans-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "DM Sans";
  font-weight: 500;
  src: url("../fonts/DMSans-Medium.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "DM Sans";
  font-weight: 700;
  src: url("../fonts/DMSans-Bold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "HelveticaNowDisplay-Light";
  font-weight: 300;
  src: url("../fonts/HelveticaNowDisplay-Light.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "HelveticaNowDisplay";
  font-weight: 400;
  src: url("../fonts/HelveticaNowDisplay-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "HelveticaNowDisplay-Medium";
  font-weight: 500;
  src: url("../fonts/HelveticaNowDisplay-Medium.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: 700;
  src: url("../fonts/HelveticaNowDisplay-Bold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "HelveticaNowDisplay-ExtraBold";
  font-weight: 800;
  src: url("../fonts/HelveticaNowDisplay-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "HelveticaNowDisplay-Black";
  font-weight: 900;
  src: url("../fonts/HelveticaNowDisplay-Black.woff2") format("woff2");
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body.freysoft-blog {
  margin: 0;
  background-color: #eae8e0;
  color: #020213;
  font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.freysoft-blog img {
  max-width: 100%;
}
.freysoft-blog a {
  color: inherit;
}
.freysoft-blog.admin-bar .site-header {
  top: 46px;
}
@media screen and (min-width: 768px) {
  .freysoft-blog.admin-bar .site-header {
    top: 32px;
  }
}

.container {
  width: 100%;
  max-width: 90em;
  padding: 0 1.25em;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .container {
    padding: 0 2.5em;
  }
}
@media screen and (min-width: 992px) {
  .container {
    padding: 0 5em;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    padding: 0 5.625em;
  }
}

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

.site-header {
  position: sticky;
  top: 16px;
  left: 0;
  z-index: 1200;
  width: 100%;
  margin-top: 16px;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .site-header {
    padding: 0 32px;
    top: 32px;
  }
}
@media screen and (min-width: 1440px) {
  .site-header {
    top: 16px;
    margin-top: 32px;
  }
}
.site-header__pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1376px;
  height: 56px;
  margin: 0 auto;
  padding: 8px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(36px);
  -webkit-backdrop-filter: blur(36px);
}
@media screen and (min-width: 768px) {
  .site-header__pill {
    height: 88px;
    padding: 16px;
  }
}
.site-header__left {
  display: flex;
  align-items: center;
  min-width: 0;
}
@media screen and (min-width: 1440px) {
  .site-header__left {
    gap: 48px;
  }
}
.site-header__logo-link {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  padding-left: 8px;
}
.site-header__logo {
  display: block;
  width: auto;
  height: 28px;
}
@media screen and (min-width: 768px) {
  .site-header__logo {
    width: 145px;
    height: 40px;
  }
}
.site-header__nav {
  display: none;
}
@media screen and (min-width: 1440px) {
  .site-header__nav {
    display: flex;
    align-items: center;
    gap: 4px;
  }
}
.site-header__item {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.site-header__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 100px;
  font-family: "Syne", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #020213;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 200ms ease;
}
.site-header__link:hover {
  background-color: #5ee87a;
}
.site-header__item:hover .site-header__link {
  background-color: #5ee87a;
}
.site-header__chevron {
  flex-shrink: 0;
  transition: transform 200ms ease;
}
.site-header__item:hover .site-header__chevron {
  transform: rotate(180deg);
}
.site-header__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity 200ms ease, transform 200ms ease, visibility 200ms ease;
}
.site-header__item:hover .site-header__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.site-header__dropdown-inner {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 270px;
  padding: 8px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(36px);
  -webkit-backdrop-filter: blur(36px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}
.site-header__dropdown-link {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 16px;
  border-radius: 100px;
  font-family: "Syne", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1;
  color: #020213;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 150ms ease;
}
.site-header__dropdown-link:hover {
  background-color: #f2f1ec;
}
.site-header__dropdown-link:active {
  background-color: #5ee87a;
}
.site-header__actions {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}
.site-header__burger {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  gap: 5px;
  border: none;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
}
.site-header__burger span {
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background-color: #020213;
}
@media screen and (min-width: 768px) {
  .site-header__burger {
    width: 56px;
    height: 56px;
  }
}
@media screen and (min-width: 1440px) {
  .site-header__burger {
    display: none;
  }
}
.site-header__overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  flex-direction: column;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.4);
  overflow-y: auto;
}
@media screen and (min-width: 1440px) {
  .site-header__overlay {
    display: none !important;
  }
}
.site-header.is-open .site-header__overlay {
  display: flex;
}
.site-header__menu-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 100px 24px 40px;
  background-color: #ffffff;
  min-height: 100%;
}
@media screen and (min-width: 768px) {
  .site-header__menu-panel {
    padding: 132px 24px 48px;
  }
}
.site-header__menu-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.site-header__menu-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.site-header__menu-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Syne", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #020213;
  text-decoration: none;
}
.site-header__menu-link:hover {
  color: #5ee87a;
}
.site-header__menu-sublink {
  font-family: "Syne", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #020213;
  text-decoration: none;
}
.site-header__menu-sublink:hover {
  color: #5ee87a;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: none;
  border-radius: 100px;
  background-color: #5ee87a;
  color: #020213;
  font-family: "Syne", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: filter 200ms ease;
}
.btn-primary:hover {
  filter: brightness(0.95);
}
.btn-primary--small {
  padding: 10px 18px;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .site-footer {
    padding: 16px;
  }
}
.site-footer__card {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 1408px;
  margin: 0 auto;
  padding: 40px 24px;
  border-radius: 20px;
  background-color: #020213;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .site-footer__card {
    padding: 40px;
  }
}
.site-footer__top {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 1440px) {
  .site-footer__top {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.site-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 1440px) {
  .site-footer__brand {
    flex: 0 1 459px;
    min-width: 0;
    gap: 24px;
  }
}
.site-footer__logo {
  display: block;
  width: auto;
  height: 54px;
}
.site-footer__tagline {
  margin: 0;
  font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #a1a1aa;
}
.site-footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.site-footer__contact-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.site-footer__contact-label {
  width: 72px;
  font-family: "Syne", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #a1a1aa;
}
.site-footer__contact-link {
  font-family: "Syne", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  text-decoration: underline;
}
.site-footer__contact-link:hover {
  color: #5ee87a;
}
.site-footer__col-divider {
  display: none;
}
@media screen and (min-width: 1440px) {
  .site-footer__col-divider {
    display: block;
    flex-shrink: 0;
    width: 1px;
    align-self: stretch;
    background-color: rgba(51, 51, 64, 0.5);
  }
}
.site-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
  .site-footer__nav {
    gap: 32px;
  }
}
@media screen and (min-width: 1440px) {
  .site-footer__nav {
    flex: 0 0 auto;
    width: max-content;
    padding: 16px 32px 0;
  }
}
.site-footer__about {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 16px;
}
@media screen and (min-width: 1440px) {
  .site-footer__about {
    flex: 1;
    min-width: 0;
    padding-top: 16px;
    padding-left: 32px;
  }
}
.site-footer__heading {
  font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #ffffff;
}
.site-footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__nav-link {
  font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #f7f7f8;
  text-decoration: none;
}
@media screen and (min-width: 1440px) {
  .site-footer__nav-link {
    white-space: nowrap;
  }
}
.site-footer__nav-link:hover {
  color: #ffffff;
}
.site-footer__about-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.site-footer__about-p {
  margin: 0;
  font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  color: #a1a1aa;
}
@media screen and (min-width: 768px) {
  .site-footer__about-p {
    font-size: 14px;
  }
}
.site-footer__badges {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .site-footer__badges {
    flex-flow: row wrap;
    gap: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .site-footer__badges {
    flex-wrap: nowrap;
    align-items: stretch;
  }
}
.site-footer__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  min-height: 59px;
  padding: 8px;
  border: 1px solid rgba(51, 51, 64, 0.5);
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .site-footer__badge {
    flex: 0 0 auto;
    width: fit-content;
  }
}
@media screen and (min-width: 1440px) {
  .site-footer__badge {
    flex: 1;
    min-width: 0;
  }
}
.site-footer__badge-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.site-footer__badge-title {
  font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #a1a1aa;
}
.site-footer__badge-sub {
  font-family: "Syne", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #a1a1aa;
}
.site-footer__badge-logo {
  flex-shrink: 0;
  height: 28px;
  width: auto;
  object-fit: contain;
}
.site-footer__stat {
  font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 27px;
  line-height: 1.4;
  color: #f7f7f8;
  flex-shrink: 0;
}
.site-footer__divider {
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(51, 51, 64, 0.5);
}
.site-footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .site-footer__bottom {
    flex-direction: row;
  }
}
.site-footer__copyright {
  order: 1;
  font-family: "JetBrains Mono", ui-monospace, "Cascadia Code", monospace;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #676771;
}
@media screen and (min-width: 768px) {
  .site-footer__copyright {
    order: 0;
  }
}
.site-footer__legal {
  order: 0;
  display: flex;
  justify-content: space-between;
  gap: 48px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .site-footer__legal {
    order: 1;
    flex: 1;
    justify-content: flex-end;
    width: auto;
  }
}
.site-footer__legal-link {
  font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #a1a1aa;
  text-decoration: none;
}
.site-footer__legal-link:hover {
  color: #ffffff;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 24px 0 8px;
  font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  color: #676771;
}
.breadcrumbs a {
  color: #676771;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #020213;
}
.breadcrumbs span[aria-current] {
  color: #020213;
}
.breadcrumbs .sep {
  color: #a1a1aa;
}

.cat-nav {
  padding: 16px 0 8px;
}
.cat-nav__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .cat-nav__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.cat-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border: 1px solid rgba(2, 2, 19, 0.08);
  border-radius: 100px;
  background-color: #ffffff;
  font-family: "Syne", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #020213;
  text-decoration: none;
  text-align: center;
  transition: background-color 200ms ease;
}
.cat-nav__link:hover, .cat-nav__link.is-active {
  background-color: #5ee87a;
}

.post-section {
  width: 100%;
  padding: 1.25em 0 3em;
  background-color: #eae8e0;
  color: #020213;
}
@media screen and (min-width: 992px) {
  .post-section {
    padding: 1.75em 0 5em;
  }
}

.post {
  position: relative;
}
.post__hero {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.5em;
}
@media screen and (min-width: 992px) {
  .post__hero {
    margin-bottom: 5em;
  }
}
@media screen and (min-width: 1440px) {
  .post__hero-text {
    flex: 1 1 0;
    min-width: 0;
  }
}
@media screen and (min-width: 1440px) {
  .post--has-image .post__hero {
    flex-direction: row;
    align-items: flex-start;
    gap: 4em;
  }
}

.post-title {
  margin: 0 0 0.5em;
  color: #29323c;
  font-family: "Syne", "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -1px;
  font-size: 2em;
  line-height: 1.5em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .post-title {
    color: #020213;
    font-size: 2.5em;
    line-height: 1.55em;
  }
}
@media screen and (min-width: 992px) {
  .post-title {
    margin-bottom: 0.375em;
    font-size: 4em;
    line-height: 1.34375em;
  }
}
.post--has-image .post-title {
  text-align: left;
}
@media screen and (min-width: 1440px) {
  .post--has-image .post-title {
    font-size: 3em;
    line-height: 1.3333333333em;
  }
}

.post-intro > p {
  margin-bottom: 0;
  color: #596067;
  font-family: HelveticaNowDisplay-Medium, Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .post-intro > p {
    font-family: HelveticaNowDisplay, Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.5em;
  }
}
.post--has-image .post-intro > p {
  text-align: left;
}

.post-featured {
  position: relative;
  order: -1;
  margin: 0 0 1.5em;
}
.post-featured img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.5em;
  box-shadow: 0 24px 48px rgba(2, 2, 19, 0.08);
}
.post-featured figcaption,
.post-featured p {
  margin-top: 1.1428571429rem;
  color: #596067;
  font-family: HelveticaNowDisplay-Medium, Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2857142857rem;
  text-align: center;
}
@media screen and (min-width: 1440px) {
  .post-featured {
    order: 0;
    flex: 0 0 45%;
    max-width: 45%;
    margin-bottom: 0;
  }
}

.post-share {
  display: flex;
  align-items: center;
  max-width: 51.75em;
  justify-content: flex-start;
  padding: 1.5em 0 2em;
  margin: 0 auto 0 0;
}
.post-share > span {
  margin-right: 0.9375em;
  color: #29323c;
  font-family: HelveticaNowDisplay-Medium, Helvetica, sans-serif;
  line-height: 1.5em;
  white-space: nowrap;
}
.post-share--bottom {
  padding: 1.5em 0 5em;
  border-top: 1px solid #d5d4d9;
}
.post-share__links {
  display: inline-flex;
  gap: 12px;
}
.post-share__links a {
  display: inline-flex;
  color: #29323c;
}

@media screen and (min-width: 992px) {
  .wp-bp h2, .wp-bp h3, .wp-bp h4, .wp-bp p, .wp-bp ol, .wp-bp ul, .wp-bp pre {
    max-width: 828px;
    margin-right: auto;
    margin-left: auto;
  }
}
.wp-bp h2 {
  position: relative;
  margin-top: 2em;
  margin-bottom: 0.6em;
  color: #020213;
  font-family: "Syne", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.625em;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .wp-bp h2 {
    font-size: 2em;
  }
}
.wp-bp h3 {
  margin-top: 1.6em;
  margin-bottom: 0.5em;
  color: #020213;
  font-family: "Syne", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .wp-bp h3 {
    font-size: 1.5em;
  }
}
.wp-bp p {
  margin-top: 0;
  margin-bottom: 1.5em;
  color: #29323c;
  font-family: HelveticaNowDisplay-Medium, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .wp-bp p {
    font-size: 1.125rem;
  }
}
.wp-bp h4 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  color: #020213;
  font-family: "Syne", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.4;
}
.wp-bp pre {
  white-space: pre-wrap;
  word-break: break-word;
}

.post-content .wp-block-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2.5em auto;
  text-align: center;
}
.post-content .wp-block-image img {
  max-width: 100%;
  height: auto;
}
.post-content img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 992px) {
  .post-content img {
    width: auto;
  }
}
.post-content .wp-block-table {
  margin: 2.5em auto;
  overflow-x: auto;
}
@media screen and (min-width: 992px) {
  .post-content .wp-block-table {
    max-width: 828px;
    margin: 5em auto;
  }
}
.post-content .wp-block-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
}
.post-content .wp-block-table th, .post-content .wp-block-table td {
  padding: 1em 1.1428571429em;
  font-size: 0.875em;
  text-align: left;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .post-content .wp-block-table th, .post-content .wp-block-table td {
    padding: 1em 1.5em;
    font-size: 1em;
  }
}
.post-content .wp-block-table th {
  color: #020213;
  font-family: HelveticaNowDisplay-ExtraBold, Helvetica, sans-serif;
  font-weight: 800;
  border-bottom: 1px solid #d9d9d9;
}
.post-content .wp-block-table tbody td {
  color: #29323c;
  font-family: HelveticaNowDisplay-Medium, Arial, Helvetica, sans-serif;
}
.post-content .wp-block-table tbody tr:nth-child(odd) td {
  background-color: #f5f5f5;
}
.post-content ul, .post-content ol {
  margin-top: 1em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 992px) {
  .post-content ul, .post-content ol {
    max-width: 828px;
    margin-right: auto;
    margin-left: auto;
  }
}
.post-content ul li, .post-content ol li {
  position: relative;
  padding-left: 1.75em;
  margin-bottom: 0.75em;
  color: #29323c;
  font-family: HelveticaNowDisplay-Medium, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
}
@media screen and (min-width: 768px) {
  .post-content ul li, .post-content ol li {
    padding-left: 1.5555555556em;
    margin-bottom: 0.8888888889em;
    font-size: 1.125rem;
    line-height: 1.6111111111em;
  }
}
.post-content ul li strong, .post-content ol li strong {
  color: #020213;
  font-family: HelveticaNowDisplay-Bold, Arial, Helvetica, sans-serif;
}
.post-content ul {
  list-style: none;
  padding-left: 0;
}
.post-content ul li::before {
  position: absolute;
  top: 0.5625em;
  left: 0.5em;
  display: block;
  width: 0.375em;
  height: 0.375em;
  background-color: #020213;
  border-radius: 50%;
  content: "";
}
@media screen and (min-width: 768px) {
  .post-content ul li::before {
    top: 0.7777777778em;
  }
}
.post-content ol {
  counter-reset: list-counter;
  list-style: none;
  padding-left: 0;
}
.post-content ol li {
  counter-increment: list-counter;
}
.post-content ol li::before {
  position: absolute;
  left: 0;
  color: #020213;
  content: counter(list-counter) ".";
  font-family: HelveticaNowDisplay-Bold, Arial, Helvetica, sans-serif;
}
.post-content blockquote,
.post-content .is-important {
  padding: 1.5em;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  background-color: #f5f5f7;
  border-radius: 1.25em;
}
@media screen and (min-width: 768px) {
  .post-content blockquote,
  .post-content .is-important {
    padding: 2.5em;
  }
}
@media screen and (min-width: 992px) {
  .post-content blockquote,
  .post-content .is-important {
    max-width: 828px;
    margin-right: auto;
    margin-left: auto;
  }
}
.post-content blockquote > :first-child,
.post-content .is-important > :first-child {
  margin-top: 0;
}
.post-content blockquote > :last-child,
.post-content .is-important > :last-child {
  margin-bottom: 0;
}
.post-content blockquote p {
  font-style: italic;
}
.post-content a {
  color: #29323c;
  text-decoration: underline;
}
.post-content figcaption {
  margin-top: 1.1428571429rem;
  color: #596067;
  font-family: HelveticaNowDisplay-Medium, Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2857142857rem;
  text-align: center;
}
.post-content figcaption a {
  color: #596067;
  text-decoration: underline;
}

.post-banner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 840px;
  padding: 30px;
  margin: 0 auto 16px;
  border-radius: 12px;
  background-color: #eff4ff;
}
.post-banner__title {
  margin: 0 0 24px;
  font-family: HelveticaNowDisplay-Black, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .post-banner__title {
    font-size: 1.75em;
  }
}
.post-banner__text {
  font-family: HelveticaNowDisplay-Medium, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .post-banner__text {
    font-size: 1.125em;
  }
}

.blog-listing {
  padding: 2em 0 5em;
}
@media screen and (min-width: 992px) {
  .blog-listing {
    padding: 3em 0 7.5em;
  }
}
.blog-listing__title {
  margin: 0 0 8px;
  font-family: "Syne", "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  font-size: 2.5em;
  line-height: 1.1;
  color: #020213;
}
@media screen and (min-width: 992px) {
  .blog-listing__title {
    font-size: 3.5em;
  }
}
.blog-listing__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .blog-listing__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .blog-listing__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.post-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 20px;
  background-color: #ffffff;
  text-decoration: none;
  color: #020213;
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(2, 2, 19, 0.08);
}
.post-card__media {
  position: relative;
  aspect-ratio: 16/9;
  background-color: #f2f1ec;
  overflow: hidden;
}
.post-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  padding: 24px;
}
.post-card__tag {
  align-self: flex-start;
  padding: 4px 12px;
  border-radius: 100px;
  background-color: #5ee87a;
  font-family: "Syne", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #020213;
}
.post-card__title {
  margin: 0;
  font-family: "Syne", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #020213;
}
.post-card__excerpt {
  margin: 0;
  font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #676771;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-card__meta {
  margin-top: auto;
  padding-top: 8px;
  font-family: "JetBrains Mono", ui-monospace, "Cascadia Code", monospace;
  font-size: 12px;
  color: #a1a1aa;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 48px;
}
.pagination a, .pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  border-radius: 100px;
  font-family: "Syne", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
  color: #020213;
}
.pagination a {
  background-color: #ffffff;
}
.pagination a:hover {
  background-color: #5ee87a;
}
.pagination .current {
  background-color: #5ee87a;
}

.blog-cat-bar {
  position: relative;
  width: 100%;
  height: 2.5em;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .blog-cat-bar {
    height: 3.75em;
  }
}
.blog-cat-bar__wrap {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .blog-cat-bar__wrap {
    border-bottom: none;
  }
}
.blog-cat-bar__wrap .container {
  height: 100%;
}
.blog-cat-bar__inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}
.blog-cat-bar__title {
  display: inline-flex;
  align-items: center;
  margin: 0;
  color: #29323c;
  font-family: HelveticaNowDisplay-Bold, sans-serif;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .blog-cat-bar__title {
    font-family: HelveticaNowDisplay-Black, sans-serif;
    font-size: 1.5em;
    font-weight: 800;
  }
}
.blog-cat-bar__title a {
  color: #29323c;
  text-decoration: none;
}
.blog-cat-bar__toggler {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  color: #29323c;
}
.blog-cat-bar__toggler span {
  display: inline;
  margin-right: 0.625em;
  color: #29323c;
  font-family: HelveticaNowDisplay-Medium, sans-serif;
  font-size: 1.125em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .blog-cat-bar__toggler span {
    margin-right: 1.25em;
    font-size: 1.25em;
  }
}
.blog-cat-bar__arrow {
  transition: transform 0.3s ease;
}
.blog-cat-bar.is-open .blog-cat-bar__arrow {
  transform: scaleY(-1);
}
.blog-cat-bar__backdrop {
  display: none;
  position: fixed;
  z-index: 2;
  inset: 0;
  background: rgba(2, 2, 19, 0.4);
}
.blog-cat-bar.is-open .blog-cat-bar__backdrop {
  display: block;
}
.blog-cat-bar__overlay {
  display: none;
  position: absolute;
  z-index: 2;
  top: 2.5em;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 24px 32px rgba(2, 2, 19, 0.06);
}
@media screen and (min-width: 768px) {
  .blog-cat-bar__overlay {
    top: 3.75em;
  }
}
.blog-cat-bar.is-open .blog-cat-bar__overlay {
  display: block;
}
.blog-cat-bar__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
  padding: 1.25em 0.5em;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .blog-cat-bar__grid {
    grid-template-columns: repeat(3, 1fr);
    padding: 2.5em 0.5em;
  }
}
.blog-cat-bar__link {
  color: #596067;
  font-size: 0.875em;
  line-height: 1.125em;
  text-decoration: none;
  transition: color 0.3s ease;
}
.blog-cat-bar__link:hover {
  color: #5ee87a;
}

.book-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
}
.book-modal.is-open {
  display: block;
}
.book-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 2, 19, 0.4);
}
.book-modal__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
  background-color: #fff;
}
@media screen and (min-width: 568px) {
  .book-modal__wrapper {
    border-radius: 0;
  }
}
.book-modal__dialog {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: auto;
  padding: 2em;
  box-sizing: border-box;
}
.book-modal__close {
  position: absolute;
  top: 0.5em;
  right: 1em;
  z-index: 1;
  display: inline-flex;
  padding: 0;
  border: none;
  background: none;
  color: #020213;
  line-height: 0;
  cursor: pointer;
}
.book-modal__close svg {
  width: 2.5em;
  height: 2.5em;
}
@media screen and (min-width: 568px) {
  .book-modal__close {
    right: 1.25em;
  }
  .book-modal__close svg {
    width: 3.125em;
    height: 3.125em;
  }
}
.book-modal__meetings {
  width: 100%;
  min-height: 42.5em;
}
@media screen and (min-width: 768px) {
  .book-modal__meetings {
    max-width: 56.25em;
  }
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 1.5em 0 0.5em;
}
.post-meta__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9375em;
  color: #676771;
}
.post-meta__author {
  color: #020213;
  font-weight: 500;
}
.post-meta__dot {
  color: #a1a1aa;
}

.post-layout {
  margin-top: 2em;
}
@media screen and (min-width: 992px) {
  .post-layout {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 3em;
    align-items: start;
    margin-top: 3em;
  }
}

.post-body {
  min-width: 0;
}

.post-toc {
  display: none;
}
@media screen and (min-width: 992px) {
  .post-toc {
    display: block;
    position: sticky;
    top: 132px;
    align-self: start;
    max-height: calc(100vh - 160px);
    overflow-y: auto;
  }
}
.post-toc__label {
  display: block;
  margin-bottom: 16px;
  font-family: "JetBrains Mono", ui-monospace, "Cascadia Code", monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #676771;
}
.post-toc__nav {
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-left: 1px solid rgba(2, 2, 19, 0.1);
}
.post-toc__link {
  margin-left: -1px;
  padding-left: 16px;
  border-left: 2px solid transparent;
  color: #676771;
  font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  text-decoration: none;
  transition: color 200ms ease, border-color 200ms ease;
}
.post-toc__link:hover {
  color: #020213;
}
.post-toc__link--h3 {
  padding-left: 28px;
  font-size: 14px;
}
.post-toc__link.is-active {
  border-left-color: #5ee87a;
  color: #020213;
  font-weight: 600;
}

.wp-bp h2, .wp-bp h3, .wp-bp h4 {
  scroll-margin-top: 120px;
}

.more-topic {
  width: 100%;
  padding: 1em 0 1.5em;
}
@media screen and (min-width: 768px) {
  .more-topic {
    padding: 1.5em 0 2em;
  }
}
.more-topic__head {
  width: 100%;
  max-width: 1408px;
  margin: 0 auto 20px;
  padding: 0 1.25em;
}
@media screen and (min-width: 768px) {
  .more-topic__head {
    padding: 0 1.5em;
  }
}
.more-topic__title {
  margin: 0;
  font-family: "Syne", "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  font-size: 1.75em;
  line-height: 1.1;
  color: #020213;
}
@media screen and (min-width: 992px) {
  .more-topic__title {
    font-size: 2.25em;
  }
}
.more-topic__track {
  --fade-r: 88px;
  --edge: 1.25em;
  display: flex;
  gap: 24px;
  padding: 12px var(--edge) 48px;
  padding-left: max(var(--edge), (100% - 1408px) / 2 + var(--edge));
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  -webkit-mask-image: linear-gradient(to right, #000 calc(100% - var(--fade-r)), transparent 100%);
  mask-image: linear-gradient(to right, #000 calc(100% - var(--fade-r)), transparent 100%);
}
@media screen and (min-width: 768px) {
  .more-topic__track {
    --edge: 1.5em;
  }
}
.more-topic__track.at-end {
  --fade-r: 0px;
}
.more-topic__track::-webkit-scrollbar {
  display: none;
}
.more-topic__track.is-dragging, .more-topic__track:active {
  cursor: grabbing;
}
.more-topic__track .post-card {
  flex: 0 0 300px;
}
@media screen and (min-width: 768px) {
  .more-topic__track .post-card {
    flex-basis: 340px;
  }
}
.more-topic__track .post-card__media img {
  pointer-events: none;
}

.post-card {
  border: 1px solid rgba(2, 2, 19, 0.08);
}

.post-card__media {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(2, 2, 19, 0.08);
}

.post-featured img {
  border: 1px solid rgba(2, 2, 19, 0.08);
}

.post-content img {
  border: 1px solid rgba(2, 2, 19, 0.08);
  border-radius: 12px;
}
