/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/sass-loader/dist/cjs.js!./css/main.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-variant-ligatures: none;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
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:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* smooth scrolling */
html {
  scroll-behavior: smooth;
}

:root {
  font-family: "Inter", sans-serif;
}

@supports (font-variation-settings: normal) {
  :root {
    font-family: "InterVariable", sans-serif;
    font-optical-sizing: auto;
  }
}
:root {
  --color-bg: #fff;
  --color-text: #222;
  --color-link: #4C4C9D;
  --color-link-hover: #e34a6f;
  --color-nav-bg: rgba(255, 255, 255, 0.9);
  --color-nav-border: #dedede;
  --color-pagination-current: #fff;
  --color-pagination-current-bg: #000;
  --color-pagination-link-hover: #dedede;
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-bg: #222;
    --color-text: #fff;
    --color-link: #9a9ac6;
    --color-link-hover: #ef144b;
    --color-nav-bg: rgba(32, 32, 32, 0.9);
    --color-nav-border: #666;
    --color-pagination-current: #000;
    --color-pagination-current-bg: #fff;
    --color-pagination-link-hover: #444;
  }
}
.lupine-header {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  gap: 0;
  background: var(--color-nav-bg);
  width: 100%;
  z-index: 1000;
  padding: 7px 0;
  border-bottom: 1px solid var(--color-nav-border);
}

.lupine-header > .wp-block-search {
  display: none;
}

.lupine-header.is-layout-flex {
  justify-content: space-between;
}

@media (min-width: 600px) {
  .lupine-header {
    padding: 8px 0;
  }
  .lupine-header.is-layout-flex {
    justify-content: flex-start;
  }
}
@media (min-width: 783px) {
  .lupine-header {
    position: fixed;
  }
}
.lupine-header .wp-block-site-title {
  position: relative;
}

.lupine-header .wp-block-site-title a {
  display: inline-block;
  padding: 8px calc(var(--wp--style--root--padding-right) / 2) 8px var(--wp--style--root--padding-left);
}

.lupine-header .wp-block-site-title a:hover {
  color: var(--color-link-hover);
}

.lupine-header .wp-block-navigation__responsive-container-open {
  padding: 0 var(--wp--style--root--padding-right) 0 var(--wp--style--root--padding-left);
}

.lupine-header .wp-block-navigation__responsive-container.is-menu-open {
  overflow: hidden;
}

.lupine-header .wp-block-navigation {
  font-size: 14px;
}

.lupine-header .wp-block-navigation .wp-block-navigation-item a {
  padding: 8px calc(var(--wp--style--root--padding-right) / 2);
}

.lupine-header .wp-block-navigation .wp-block-navigation-item:hover {
  color: var(--color-link-hover);
}

.lupine-header .wp-block-navigation__responsive-container .wp-block-site-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 1em;
  padding-top: 15px;
}

.lupine-header .wp-block-navigation__responsive-container .wp-block-navigation {
  font-size: 16px;
}

.lupine-header .wp-block-navigation__overlay-container > .is-layout-flow {
  min-height: 100vh;
}

.lupine-header .wp-block-navigation__overlay-container > .is-layout-flow .wp-block-navigation__container {
  padding: 0;
}

.lupine-header .wp-block-navigation__overlay-container > .is-layout-flow .wp-block-navigation-item a {
  display: inline-block;
  padding: 0.5em 9px;
}

.lupine-header .wp-block-navigation__overlay-container > .is-layout-flow .wp-block-navigation-overlay-close {
  padding: 0 2px;
}

@media (min-width: 600px) {
  .lupine-header .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: contents;
  }
}
main {
  padding-top: 58px;
}

body.admin-bar .lupine-header,
body.admin-bar .wp-block-navigation__responsive-container {
  top: 46px;
}

body.admin-bar .wp-block-navigation__overlay-container > .is-layout-flow {
  min-height: calc(100vh - 46px);
}

@media (min-width: 783px) {
  body.admin-bar .lupine-header,
  body.admin-bar .wp-block-navigation__responsive-container {
    top: 32px;
  }
}
footer {
  font-size: 16px;
  line-height: 1.2;
  padding: 15px var(--wp--style--root--padding-right) 15px var(--wp--style--root--padding-left);
  color: #444;
}

footer a {
  color: #000;
}

footer a:hover {
  color: #4933A2;
}

body {
  color: var(--color-text);
  background-color: var(--color-bg);
}

.wp-block-post-template,
.editor-styles-wrapper.post-type-post,
.editor-styles-wrapper.post-type-page,
.editor-styles-wrapper.post-type-kb_project {
  font-size: 18px;
  line-height: 1.5;
}

.wp-block-post-template h1, .wp-block-post-template h2, .wp-block-post-template h3, .wp-block-post-template h4,
.editor-styles-wrapper.post-type-post h1,
.editor-styles-wrapper.post-type-post h2,
.editor-styles-wrapper.post-type-post h3,
.editor-styles-wrapper.post-type-post h4,
.editor-styles-wrapper.post-type-page h1,
.editor-styles-wrapper.post-type-page h2,
.editor-styles-wrapper.post-type-page h3,
.editor-styles-wrapper.post-type-page h4,
.editor-styles-wrapper.post-type-kb_project h1,
.editor-styles-wrapper.post-type-kb_project h2,
.editor-styles-wrapper.post-type-kb_project h3,
.editor-styles-wrapper.post-type-kb_project h4 {
  font-weight: 700;
  margin-top: 1.5em;
}

.wp-block-post-template h1:first-child, .wp-block-post-template h2:first-child, .wp-block-post-template h3:first-child, .wp-block-post-template h4:first-child,
.editor-styles-wrapper.post-type-post h1:first-child,
.editor-styles-wrapper.post-type-post h2:first-child,
.editor-styles-wrapper.post-type-post h3:first-child,
.editor-styles-wrapper.post-type-post h4:first-child,
.editor-styles-wrapper.post-type-page h1:first-child,
.editor-styles-wrapper.post-type-page h2:first-child,
.editor-styles-wrapper.post-type-page h3:first-child,
.editor-styles-wrapper.post-type-page h4:first-child,
.editor-styles-wrapper.post-type-kb_project h1:first-child,
.editor-styles-wrapper.post-type-kb_project h2:first-child,
.editor-styles-wrapper.post-type-kb_project h3:first-child,
.editor-styles-wrapper.post-type-kb_project h4:first-child {
  margin-top: 0;
}

.wp-block-post-template h2,
.editor-styles-wrapper.post-type-post h2,
.editor-styles-wrapper.post-type-page h2,
.editor-styles-wrapper.post-type-kb_project h2 {
  font-size: 24px;
}

.wp-block-post-template h3,
.editor-styles-wrapper.post-type-post h3,
.editor-styles-wrapper.post-type-page h3,
.editor-styles-wrapper.post-type-kb_project h3 {
  font-size: 20px;
}

.wp-block-post-template h4,
.editor-styles-wrapper.post-type-post h4,
.editor-styles-wrapper.post-type-page h4,
.editor-styles-wrapper.post-type-kb_project h4 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.wp-block-post-template h4:first-child,
.editor-styles-wrapper.post-type-post h4:first-child,
.editor-styles-wrapper.post-type-page h4:first-child,
.editor-styles-wrapper.post-type-kb_project h4:first-child {
  margin-top: 0;
}

.wp-block-post-template a,
.editor-styles-wrapper.post-type-post a,
.editor-styles-wrapper.post-type-page a,
.editor-styles-wrapper.post-type-kb_project a {
  color: var(--color-link);
  transition: 0.2s color ease-out;
}

.wp-block-post-template a:hover,
.editor-styles-wrapper.post-type-post a:hover,
.editor-styles-wrapper.post-type-page a:hover,
.editor-styles-wrapper.post-type-kb_project a:hover {
  color: var(--color-link-hover);
}

.wp-block-post-template li,
.editor-styles-wrapper.post-type-post li,
.editor-styles-wrapper.post-type-page li,
.editor-styles-wrapper.post-type-kb_project li {
  margin-bottom: 0.5em;
}

.wp-block-post-template > ul, .wp-block-post-template ol,
.editor-styles-wrapper.post-type-post > ul,
.editor-styles-wrapper.post-type-post ol,
.editor-styles-wrapper.post-type-page > ul,
.editor-styles-wrapper.post-type-page ol,
.editor-styles-wrapper.post-type-kb_project > ul,
.editor-styles-wrapper.post-type-kb_project ol {
  margin-top: 1em;
}

.wp-block-post-template > ul > li,
.editor-styles-wrapper.post-type-post > ul > li,
.editor-styles-wrapper.post-type-page > ul > li,
.editor-styles-wrapper.post-type-kb_project > ul > li {
  list-style: square;
  margin-left: 1.5em;
}

.wp-block-post-template > ol > li,
.editor-styles-wrapper.post-type-post > ol > li,
.editor-styles-wrapper.post-type-page > ol > li,
.editor-styles-wrapper.post-type-kb_project > ol > li {
  list-style: decimal;
  margin-left: 2em;
}

.wp-block-post-template i, .wp-block-post-template em,
.editor-styles-wrapper.post-type-post i,
.editor-styles-wrapper.post-type-post em,
.editor-styles-wrapper.post-type-page i,
.editor-styles-wrapper.post-type-page em,
.editor-styles-wrapper.post-type-kb_project i,
.editor-styles-wrapper.post-type-kb_project em {
  font-style: italic;
}

.wp-block-post-template b, .wp-block-post-template strong,
.editor-styles-wrapper.post-type-post b,
.editor-styles-wrapper.post-type-post strong,
.editor-styles-wrapper.post-type-page b,
.editor-styles-wrapper.post-type-page strong,
.editor-styles-wrapper.post-type-kb_project b,
.editor-styles-wrapper.post-type-kb_project strong {
  font-weight: bold;
}

.wp-block-post-template p,
.editor-styles-wrapper.post-type-post p,
.editor-styles-wrapper.post-type-page p,
.editor-styles-wrapper.post-type-kb_project p {
  margin-top: 1em;
}

.wp-block-post-template p.alt,
.editor-styles-wrapper.post-type-post p.alt,
.editor-styles-wrapper.post-type-page p.alt,
.editor-styles-wrapper.post-type-kb_project p.alt {
  padding: 20px;
  margin-left: -20px;
  margin-right: -20px;
  background-color: #FFE9E5;
  border: 1px solid #FFCAC0;
}

.wp-block-post-template blockquote,
.editor-styles-wrapper.post-type-post blockquote,
.editor-styles-wrapper.post-type-page blockquote,
.editor-styles-wrapper.post-type-kb_project blockquote {
  margin-top: 1.5em;
  padding-left: 30px;
}

.wp-block-post-template .wp-block-list,
.editor-styles-wrapper.post-type-post .wp-block-list,
.editor-styles-wrapper.post-type-page .wp-block-list,
.editor-styles-wrapper.post-type-kb_project .wp-block-list {
  padding-left: 1.5em;
}

.wp-block-post-template ul.wp-block-list > li,
.editor-styles-wrapper.post-type-post ul.wp-block-list > li,
.editor-styles-wrapper.post-type-page ul.wp-block-list > li,
.editor-styles-wrapper.post-type-kb_project ul.wp-block-list > li {
  list-style: disc;
}

.wp-block-post-template ol.wp-block-list > li,
.editor-styles-wrapper.post-type-post ol.wp-block-list > li,
.editor-styles-wrapper.post-type-page ol.wp-block-list > li,
.editor-styles-wrapper.post-type-kb_project ol.wp-block-list > li {
  list-style: decimal;
}

.wp-block-post-template .wp-block-image,
.wp-block-post-template .wp-block-gallery,
.wp-block-post-template .wp-block-embed,
.editor-styles-wrapper.post-type-post .wp-block-image,
.editor-styles-wrapper.post-type-post .wp-block-gallery,
.editor-styles-wrapper.post-type-post .wp-block-embed,
.editor-styles-wrapper.post-type-page .wp-block-image,
.editor-styles-wrapper.post-type-page .wp-block-gallery,
.editor-styles-wrapper.post-type-page .wp-block-embed,
.editor-styles-wrapper.post-type-kb_project .wp-block-image,
.editor-styles-wrapper.post-type-kb_project .wp-block-gallery,
.editor-styles-wrapper.post-type-kb_project .wp-block-embed {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

@media (min-width: 600px) {
  .wp-block-post-template .wp-block-image.alignleft, .wp-block-post-template .wp-block-image.alignright,
  .wp-block-post-template .wp-block-gallery.alignleft,
  .wp-block-post-template .wp-block-gallery.alignright,
  .wp-block-post-template .wp-block-embed.alignleft,
  .wp-block-post-template .wp-block-embed.alignright,
  .editor-styles-wrapper.post-type-post .wp-block-image.alignleft,
  .editor-styles-wrapper.post-type-post .wp-block-image.alignright,
  .editor-styles-wrapper.post-type-post .wp-block-gallery.alignleft,
  .editor-styles-wrapper.post-type-post .wp-block-gallery.alignright,
  .editor-styles-wrapper.post-type-post .wp-block-embed.alignleft,
  .editor-styles-wrapper.post-type-post .wp-block-embed.alignright,
  .editor-styles-wrapper.post-type-page .wp-block-image.alignleft,
  .editor-styles-wrapper.post-type-page .wp-block-image.alignright,
  .editor-styles-wrapper.post-type-page .wp-block-gallery.alignleft,
  .editor-styles-wrapper.post-type-page .wp-block-gallery.alignright,
  .editor-styles-wrapper.post-type-page .wp-block-embed.alignleft,
  .editor-styles-wrapper.post-type-page .wp-block-embed.alignright,
  .editor-styles-wrapper.post-type-kb_project .wp-block-image.alignleft,
  .editor-styles-wrapper.post-type-kb_project .wp-block-image.alignright,
  .editor-styles-wrapper.post-type-kb_project .wp-block-gallery.alignleft,
  .editor-styles-wrapper.post-type-kb_project .wp-block-gallery.alignright,
  .editor-styles-wrapper.post-type-kb_project .wp-block-embed.alignleft,
  .editor-styles-wrapper.post-type-kb_project .wp-block-embed.alignright {
    width: 50%;
    max-width: 360px;
  }
}
.wp-block-post-template .wp-block-image .wp-element-caption,
.wp-block-post-template .wp-block-gallery .wp-element-caption,
.wp-block-post-template .wp-block-embed .wp-element-caption,
.editor-styles-wrapper.post-type-post .wp-block-image .wp-element-caption,
.editor-styles-wrapper.post-type-post .wp-block-gallery .wp-element-caption,
.editor-styles-wrapper.post-type-post .wp-block-embed .wp-element-caption,
.editor-styles-wrapper.post-type-page .wp-block-image .wp-element-caption,
.editor-styles-wrapper.post-type-page .wp-block-gallery .wp-element-caption,
.editor-styles-wrapper.post-type-page .wp-block-embed .wp-element-caption,
.editor-styles-wrapper.post-type-kb_project .wp-block-image .wp-element-caption,
.editor-styles-wrapper.post-type-kb_project .wp-block-gallery .wp-element-caption,
.editor-styles-wrapper.post-type-kb_project .wp-block-embed .wp-element-caption {
  font-size: 16px;
  color: #444;
}

.wp-block-post-template .wp-block-image.alignfull .wp-element-caption,
.wp-block-post-template .wp-block-gallery.alignfull .wp-element-caption,
.wp-block-post-template .wp-block-embed.alignfull .wp-element-caption,
.editor-styles-wrapper.post-type-post .wp-block-image.alignfull .wp-element-caption,
.editor-styles-wrapper.post-type-post .wp-block-gallery.alignfull .wp-element-caption,
.editor-styles-wrapper.post-type-post .wp-block-embed.alignfull .wp-element-caption,
.editor-styles-wrapper.post-type-page .wp-block-image.alignfull .wp-element-caption,
.editor-styles-wrapper.post-type-page .wp-block-gallery.alignfull .wp-element-caption,
.editor-styles-wrapper.post-type-page .wp-block-embed.alignfull .wp-element-caption,
.editor-styles-wrapper.post-type-kb_project .wp-block-image.alignfull .wp-element-caption,
.editor-styles-wrapper.post-type-kb_project .wp-block-gallery.alignfull .wp-element-caption,
.editor-styles-wrapper.post-type-kb_project .wp-block-embed.alignfull .wp-element-caption {
  padding-left: var(--wp--style--root--padding-left);
}

.wp-block-post-template .wp-block-quote,
.editor-styles-wrapper.post-type-post .wp-block-quote,
.editor-styles-wrapper.post-type-page .wp-block-quote,
.editor-styles-wrapper.post-type-kb_project .wp-block-quote {
  margin: 1em 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 18px;
  border-left: 5px solid #ccc;
}

.wp-block-post-template .wp-block-quote > *:first-child,
.editor-styles-wrapper.post-type-post .wp-block-quote > *:first-child,
.editor-styles-wrapper.post-type-page .wp-block-quote > *:first-child,
.editor-styles-wrapper.post-type-kb_project .wp-block-quote > *:first-child {
  margin-top: 0;
}

.wp-block-post-template > *:first-child,
.editor-styles-wrapper.post-type-post > *:first-child,
.editor-styles-wrapper.post-type-page > *:first-child,
.editor-styles-wrapper.post-type-kb_project > *:first-child {
  margin-top: 0;
}

.kb-post-meta {
  font-size: 16px;
}

.kb-permalink a {
  position: relative;
  padding-left: 24px;
}

.kb-permalink a::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  content: "";
  border-radius: 16px;
  background: var(--color-link);
}

.kb-permalink a:hover::before {
  background: var(--color-link-hover);
}

.kb-archive {
  width: 100%;
  max-width: 1165px;
  margin: 0 auto;
}

.kb-archive .wp-block-post {
  margin: 3em 0;
}

.kb-archive .wp-block-post-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
}

.kb-archive .wp-block-post-title a {
  color: var(--color-text);
}

.kb-archive .wp-block-post-title a:hover {
  color: var(--color-link-hover);
  text-decoration: underline;
}

.kb-archive .kb-tags {
  display: none;
  align-self: flex-start;
  margin-left: 1em;
  width: calc(100% - 720px);
  text-wrap: nowrap;
  text-transform: lowercase;
}

@media (min-width: 1024px) {
  .kb-archive .kb-tags {
    display: block;
  }
}
.kb-archive .kb-context {
  margin-top: 1em;
}

.wp-block-karner-blue-index-content > *:first-child {
  margin-top: 0;
}

.kb-post .entry-content,
.kb-page .entry-content,
.editor-styles-wrapper.post-type-post,
.editor-styles-wrapper.post-type-page {
  padding-bottom: 3em;
  word-wrap: break-word;
  margin-block-start: 0;
}

.kb-post .entry-content > :first-child,
.kb-page .entry-content > :first-child,
.editor-styles-wrapper.post-type-post > :first-child,
.editor-styles-wrapper.post-type-page > :first-child {
  margin-block-start: 1.5em !important;
}

.kb-post .entry-content .wp-block-post-title,
.kb-page .entry-content .wp-block-post-title,
.editor-styles-wrapper.post-type-post .wp-block-post-title,
.editor-styles-wrapper.post-type-page .wp-block-post-title {
  margin: 2em 0 1em 0;
  font-size: 24px;
  font-weight: 700;
}

@media (min-width: 600px) {
  .kb-post .entry-content .wp-block-post-title,
  .kb-page .entry-content .wp-block-post-title,
  .editor-styles-wrapper.post-type-post .wp-block-post-title,
  .editor-styles-wrapper.post-type-page .wp-block-post-title {
    font-size: 30px;
  }
}
.kb-post .entry-content .wp-block-post-title a,
.kb-page .entry-content .wp-block-post-title a,
.editor-styles-wrapper.post-type-post .wp-block-post-title a,
.editor-styles-wrapper.post-type-page .wp-block-post-title a {
  color: #000;
  text-decoration: none;
}

.kb-post .entry-content .wp-block-post-title a:hover,
.kb-page .entry-content .wp-block-post-title a:hover,
.editor-styles-wrapper.post-type-post .wp-block-post-title a:hover,
.editor-styles-wrapper.post-type-page .wp-block-post-title a:hover {
  color: var(--color-link-hover);
  text-decoration: underline;
}

.kb-post .entry-content .wp-block-image > img,
.kb-page .entry-content .wp-block-image > img,
.editor-styles-wrapper.post-type-post .wp-block-image > img,
.editor-styles-wrapper.post-type-page .wp-block-image > img {
  width: auto;
}

.kb-post .entry-content > .alignleft,
.kb-post .entry-content > .alignright,
.kb-page .entry-content > .alignleft,
.kb-page .entry-content > .alignright,
.editor-styles-wrapper.post-type-post > .alignleft,
.editor-styles-wrapper.post-type-post > .alignright,
.editor-styles-wrapper.post-type-page > .alignleft,
.editor-styles-wrapper.post-type-page > .alignright {
  float: none;
  width: 100%;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

@media (min-width: 600px) {
  .kb-post .entry-content > .alignleft,
  .kb-post .entry-content > .alignright,
  .kb-page .entry-content > .alignleft,
  .kb-page .entry-content > .alignright,
  .editor-styles-wrapper.post-type-post > .alignleft,
  .editor-styles-wrapper.post-type-post > .alignright,
  .editor-styles-wrapper.post-type-page > .alignleft,
  .editor-styles-wrapper.post-type-page > .alignright {
    margin-bottom: 1em;
  }
  .kb-post .entry-content > .alignleft,
  .kb-page .entry-content > .alignleft,
  .editor-styles-wrapper.post-type-post > .alignleft,
  .editor-styles-wrapper.post-type-page > .alignleft {
    float: left;
    margin-inline-end: 1.5em;
  }
  .kb-post .entry-content > .alignright,
  .kb-page .entry-content > .alignright,
  .editor-styles-wrapper.post-type-post > .alignright,
  .editor-styles-wrapper.post-type-page > .alignright {
    float: right;
    margin-inline-start: 1.5em;
  }
}
@media (min-width: 1165px) {
  .kb-post .entry-content > .alignleft,
  .kb-page .entry-content > .alignleft,
  .editor-styles-wrapper.post-type-post > .alignleft,
  .editor-styles-wrapper.post-type-page > .alignleft {
    margin-inline-end: 1.5em;
    margin-left: -222.5px;
  }
  .kb-post .entry-content > .alignright,
  .kb-page .entry-content > .alignright,
  .editor-styles-wrapper.post-type-post > .alignright,
  .editor-styles-wrapper.post-type-page > .alignright {
    margin-inline-start: 1.5em;
    margin-right: -222.5px;
  }
}
.kb-post .entry-content > .alignwide,
.kb-page .entry-content > .alignwide,
.editor-styles-wrapper.post-type-post > .alignwide,
.editor-styles-wrapper.post-type-page > .alignwide {
  width: 100%;
}

@media (min-width: 783px) {
  .kb-post .entry-content > .alignwide,
  .kb-page .entry-content > .alignwide,
  .editor-styles-wrapper.post-type-post > .alignwide,
  .editor-styles-wrapper.post-type-page > .alignwide {
    width: calc(var(--wp--style--global--content-size) + 50vw - var(--wp--style--global--content-size) / 2);
    margin-left: calc(-50vw + (var(--wp--style--global--content-size) + 50vw - var(--wp--style--global--content-size) / 2) / 2) !important;
  }
}
@media (min-width: 1165px) {
  .kb-post .entry-content > .alignwide,
  .kb-page .entry-content > .alignwide,
  .editor-styles-wrapper.post-type-post > .alignwide,
  .editor-styles-wrapper.post-type-page > .alignwide {
    width: 100vw;
    max-width: var(--wp--style--global--wide-size);
    margin-left: calc((var(--wp--style--global--content-size) - var(--wp--style--global--wide-size)) / 2) !important;
  }
}
.kb-post .entry-content > .alignfull,
.kb-page .entry-content > .alignfull,
.editor-styles-wrapper.post-type-post > .alignfull,
.editor-styles-wrapper.post-type-page > .alignfull {
  width: 100vw;
  margin-left: calc(0 - var(--wp--style--root--padding-left));
}

@media (min-width: 783px) {
  .kb-post .entry-content > .alignfull,
  .kb-page .entry-content > .alignfull,
  .editor-styles-wrapper.post-type-post > .alignfull,
  .editor-styles-wrapper.post-type-page > .alignfull {
    margin-left: calc((var(--wp--style--global--content-size) - 100vw) / 2) !important;
  }
}
.kb-tags {
  text-transform: lowercase;
}

.kb-tags a {
  display: inline-block;
  margin-left: 0.25em;
}

.kb-page .wp-block-post-featured-image {
  margin: 1.5em 0;
}

.kb-page .wp-block-post-title {
  margin-bottom: 27px;
}

.kb-photo-content > :first-child {
  margin-block-start: 1.5em !important;
}

.kb-photo-content > .wp-block-paragraph, .kb-photo-content > .wp-block-quote {
  max-width: 720px;
  margin-left: 0 !important;
}

.block-editor-block-list__layout.wp-block-post-content-is-layout-flow.is-layout-flow > .alignleft {
  margin-left: 0;
  margin-inline-start: 1em;
}

.block-editor-block-list__layout.wp-block-post-content-is-layout-flow.is-layout-flow > .alignright {
  margin-right: 0;
  margin-inline-end: 1em;
}

.block-editor-block-list__layout.wp-block-post-content-is-layout-flow.is-layout-flow > .alignfull {
  margin-left: calc(0 - var(--wp--style--root--padding-left));
}

.wp-block-query-pagination {
  padding-top: 2em;
}

.wp-block-query-pagination .page-numbers {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  border-radius: 30px;
}

.wp-block-query-pagination .current {
  color: var(--color-pagination-current);
  background: var(--color-pagination-current-bg);
}

.wp-block-query-pagination a {
  color: var(--color-link);
}

.wp-block-query-pagination a:hover {
  color: var(--color-link-hover);
}

.wp-block-query-pagination a.page-numbers:hover {
  background: var(--color-pagination-link-hover);
}

/*# sourceMappingURL=main.css.map*/