@charset "UTF-8";
:root,
body {
  --in-office--buffer: 30px;
}
@media screen and (max-width: 768px) {
  :root,
  body {
    --wp--preset--font-size--large: 19px;
    --wp--preset--font-size--regular: 15px;
    --in-office--buffer: 12px;
  }
}

.union-regular {
  font-family: "Union";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

.union-regular-italic {
  font-family: "Union";
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}

.union-bold {
  font-family: "Union";
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}

.union-bold-italic {
  font-family: "Union";
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
  line-height: 34px;
  letter-spacing: 0.005em;
}
@media screen and (max-width: 768px) {
  .has-large-font-size {
    line-height: 23px;
  }
}

.has-regular-font-size {
  font-size: var(--wp--preset--font-size--regular) !important;
}
@media screen and (max-width: 768px) {
  .has-regular-font-size {
    line-height: 19px;
  }
}

html, body {
  letter-spacing: 0.005em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-rendering: geometricPrecision;
}
@media screen and (max-width: 768px) {
  html, body {
    font-size: 6px;
    line-height: 19px;
  }
}
@media screen and (max-width: 768px) {
  html main, body main {
    font-family: Union, sans-serif;
    font-size: 15px;
    letter-spacing: 0.03px;
    line-height: 19px;
  }
}

@media screen and (max-width: 768px) {
  :root :where(body) {
    line-height: 19px;
  }
}

:root,
body {
  --in-office--buffer: 30px;
}
@media screen and (max-width: 768px) {
  :root,
  body {
    --wp--preset--font-size--large: 19px;
    --wp--preset--font-size--regular: 15px;
    --in-office--buffer: 12px;
  }
}

html, body {
  margin: 0;
  position: relative;
}

:where(.wp-site-blocks) > *:empty {
  margin-block-start: 0;
  margin-block-end: 0;
}

a {
  color: var(--wp--preset--color--wagner-purple-new-3);
}

.union-regular {
  font-family: "Union";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

.union-regular-italic {
  font-family: "Union";
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}

.union-bold {
  font-family: "Union";
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}

.union-bold-italic {
  font-family: "Union";
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
  line-height: 34px;
  letter-spacing: 0.005em;
}
@media screen and (max-width: 768px) {
  .has-large-font-size {
    line-height: 23px;
  }
}

.has-regular-font-size {
  font-size: var(--wp--preset--font-size--regular) !important;
}
@media screen and (max-width: 768px) {
  .has-regular-font-size {
    line-height: 19px;
  }
}

html, body {
  letter-spacing: 0.005em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-rendering: geometricPrecision;
}
@media screen and (max-width: 768px) {
  html, body {
    font-size: 6px;
    line-height: 19px;
  }
}
@media screen and (max-width: 768px) {
  html main, body main {
    font-family: Union, sans-serif;
    font-size: 15px;
    letter-spacing: 0.03px;
    line-height: 19px;
  }
}

@media screen and (max-width: 768px) {
  :root :where(body) {
    line-height: 19px;
  }
}

@media screen and (max-width: 768px) {
  header.wp-block-template-part {
    overflow: hidden;
  }
}
header.wp-block-template-part a:where(:not(.wp-element-button)):hover {
  text-decoration: none;
}
header.wp-block-template-part .custom-logo {
  max-width: 178px;
}
@media screen and (max-width: 768px) {
  header.wp-block-template-part .custom-logo {
    max-width: 107px;
  }
}

footer.wp-block-template-part {
  padding-left: 2px;
  padding-right: 2px;
}
footer.wp-block-template-part .wp-block-group {
  gap: 36px;
}
footer.wp-block-template-part ul li::before {
  display: none;
}
footer.wp-block-template-part li.current-menu-item {
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  footer.wp-block-template-part {
    position: fixed;
    bottom: 0;
    left: 30px;
    right: 30px;
    border-top: 1px solid var(--wp--preset--color--black);
    background-color: var(--wp--preset--color--white);
    padding-bottom: 24px;
    padding-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  footer.wp-block-template-part {
    border-top: 1px solid var(--wp--preset--color--black);
    background-color: var(--wp--preset--color--white);
    padding-bottom: 24px;
    padding-top: 16px;
    margin-block-start: 0;
    position: unset;
  }
}
@media screen and (max-width: 992px) {
  footer.wp-block-template-part .wp-block-group.alignfull {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 36px;
  }
}
@media screen and (max-width: 768px) {
  footer.wp-block-template-part .wp-block-group.alignfull {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 15px;
  }
}

.editor-styles-wrapper .wp-block-cb-slide {
  z-index: 90;
}
.editor-styles-wrapper .wp-block-cb-slide .wp-block {
  padding-left: unset;
  padding-right: unset;
}

.slick-dotted.slick-slider {
  margin-bottom: 144px;
}

.wp-block-cb-carousel .wp-block-image.aligncenter, .wp-block-cb-carousel .wp-block-cover.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-cb-carousel .wp-block-image, .wp-block-cb-carousel .wp-block-cover {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-cb-carousel .wp-block-image.alignleft, .wp-block-cb-carousel .wp-block-cover.alignleft {
  margin-left: unset;
}
.wp-block-cb-carousel .wp-block-image.alignright, .wp-block-cb-carousel .wp-block-cover.alignright {
  margin-right: unset;
}

.wp-block-cb-carousel .slick-slide figcaption {
  display: none;
}
.wp-block-cb-carousel .slick-slide.slick-current .wp-block-image .aligncenter > figcaption, .wp-block-cb-carousel .slick-slide.slick-current .wp-block-image .alignleft > figcaption, .wp-block-cb-carousel .slick-slide.slick-current .wp-block-image .alignright > figcaption, .wp-block-cb-carousel .slick-slide.slick-current .wp-block-image.aligncenter > figcaption, .wp-block-cb-carousel .slick-slide.slick-current .wp-block-image.alignleft > figcaption, .wp-block-cb-carousel .slick-slide.slick-current .wp-block-image.alignright > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.wp-block-cb-carousel .wp-block-image > img {
  max-width: 100%;
  max-height: 70vh;
  height: auto;
  width: auto;
}

.slick-next, .slick-prev {
  width: 38px;
  height: 34px;
}
@media screen and (max-width: 768px) {
  .slick-next, .slick-prev {
    width: 19px;
    height: 17px;
  }
}

.slick-prev {
  left: -58px;
}
.slick-prev.slick-disabled::before {
  opacity: 1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCA0MCAzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM4LjM3MDQgMzIuMjE5MkwxLjYyOTQzIDMyLjIxOTJMMTkuOTk1OCAwLjk4NjIzTDM4LjM3MDQgMzIuMjE5MloiIHN0cm9rZT0iIzk3MDA5QiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+Cjwvc3ZnPgo=);
  transform: rotate(-90deg);
}
.slick-prev::before {
  opacity: 1;
  display: block;
  content: "";
  width: 38px;
  height: 34px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAzOSAzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjUwNjQgMEwwLjI2NjExMyAzMi43MTkyTDM4Ljc1NTQgMzIuNzE5MkwxOS41MDY0IDBaIiBmaWxsPSIjOTcwMDlCIi8+Cjwvc3ZnPgo=);
  transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
  .slick-prev::before {
    width: 19px;
    height: 17px;
    background-size: contain;
  }
}

.slick-next {
  right: -58px;
}
.slick-next.slick-disabled::before {
  opacity: 1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCA0MCAzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM4LjM3MDQgMzIuMjE5MkwxLjYyOTQzIDMyLjIxOTJMMTkuOTk1OCAwLjk4NjIzTDM4LjM3MDQgMzIuMjE5MloiIHN0cm9rZT0iIzk3MDA5QiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+Cjwvc3ZnPgo=);
}
.slick-next::before {
  opacity: 1;
  display: block;
  content: "";
  width: 38px;
  height: 32px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAzOSAzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjUwNjQgMEwwLjI2NjExMyAzMi43MTkyTDM4Ljc1NTQgMzIuNzE5MkwxOS41MDY0IDBaIiBmaWxsPSIjOTcwMDlCIi8+Cjwvc3ZnPgo=);
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .slick-next::before {
    width: 19px;
    height: 17px;
    background-size: contain;
  }
}

ul.slick-dots {
  bottom: -70px;
}
ul.slick-dots li {
  width: 38px;
  height: 34px;
}
@media screen and (max-width: 768px) {
  ul.slick-dots li {
    width: 19px;
    height: 17px;
  }
}
ul.slick-dots li button {
  padding: 0;
  width: 38px;
  height: 34px;
}
ul.slick-dots li button::before {
  content: "";
  opacity: 1;
  width: 38px;
  height: 34px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCA0MCAzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM4LjM3MDQgMzIuMjE5MkwxLjYyOTQzIDMyLjIxOTJMMTkuOTk1OCAwLjk4NjIzTDM4LjM3MDQgMzIuMjE5MloiIHN0cm9rZT0iIzk3MDA5QiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+Cjwvc3ZnPgo=);
}
@media screen and (max-width: 768px) {
  ul.slick-dots li button::before {
    width: 19px;
    height: 17px;
    background-size: contain;
  }
}
ul.slick-dots li.slick-active button {
  padding: 0;
  width: 38px;
  height: 34px;
}
ul.slick-dots li.slick-active button::before {
  content: "";
  width: 38px;
  height: 34px;
  opacity: 1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAzOSAzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjUwNjQgMEwwLjI2NjExMyAzMi43MTkyTDM4Ljc1NTQgMzIuNzE5MkwxOS41MDY0IDBaIiBmaWxsPSIjOTcwMDlCIi8+Cjwvc3ZnPgo=);
}
@media screen and (max-width: 768px) {
  ul.slick-dots li.slick-active button::before {
    width: 19px;
    height: 17px;
    background-size: contain;
  }
}

.editor-styles-wrapper .wp-block .wp-block-column figure.wp-block,
.wp-block-column figure.wp-block {
  padding-left: 0;
  padding-right: 0;
}
.editor-styles-wrapper .wp-block .wp-block-column figure.is-style-wagner-image-padded,
.wp-block-column figure.is-style-wagner-image-padded {
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block .wp-block-column figure.is-style-wagner-image-padded,
  .wp-block-column figure.is-style-wagner-image-padded {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.post .wp-block-image img,
.page .wp-block-image img {
  max-height: 70vh;
  width: auto;
}

.block-editor__container img {
  max-height: 70vh;
}

.page h1, .page h2, .page h3, .page h4, .page h5, .page h6,
.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6,
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
  padding-left: 2px;
  padding-right: 2px;
}
.editor-styles-wrapper .wp-block .wp-block-column h1, .editor-styles-wrapper .wp-block .wp-block-column h2, .editor-styles-wrapper .wp-block .wp-block-column h3, .editor-styles-wrapper .wp-block .wp-block-column h4, .editor-styles-wrapper .wp-block .wp-block-column h5, .editor-styles-wrapper .wp-block .wp-block-column h6,
.page .wp-block-column h1,
.page .wp-block-column h2,
.page .wp-block-column h3,
.page .wp-block-column h4,
.page .wp-block-column h5,
.page .wp-block-column h6,
.post .wp-block-column h1,
.post .wp-block-column h2,
.post .wp-block-column h3,
.post .wp-block-column h4,
.post .wp-block-column h5,
.post .wp-block-column h6,
.wp-block-column h1,
.wp-block-column h2,
.wp-block-column h3,
.wp-block-column h4,
.wp-block-column h5,
.wp-block-column h6 {
  padding-left: 2px;
  padding-right: 2px;
}
hr.wp-block-separator {
  border-color: var(--wp--preset--color--black);
  width: 100%;
  margin-top: var(var(--in-office--buffer));
  margin-bottom: var(var(--in-office--buffer));
}
@media screen and (max-width: 768px) {
  hr.wp-block-separator {
    margin-block-start: 2rem;
    border-width: 0px;
    border-top: 1px solid;
  }
}

.editor-styles-wrapper .wp-block .wp-block-buttons,
.editor-styles-wrapper .wp-block .wp-block-button,
.wp-block-buttons,
.wp-block-button {
  padding-left: 2px;
  padding-right: 2px;
}

.wp-block-columns.alignfull {
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 768px) {
  .wp-block-columns.alignfull {
    margin-left: 0px;
    margin-right: 0px;
  }
}

:where(body .is-layout-constrained) h6 + .wp-block-columns {
  margin-block-start: 1em;
}

:where(body .is-layout-constrained) h6 + p,
.editor-styles-wrapper h6 + p {
  margin-block-start: 1em;
}
:where(body .is-layout-constrained) p + p,
.editor-styles-wrapper p + p {
  margin-block-start: 1em;
}

@media screen and (max-width: 768px) {
  .page p,
  .post p {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 768px) {
  .page p.alignwide,
  .post p.alignwide {
    padding-right: 0;
    padding-left: 0;
  }
}
.page p:empty,
.post p:empty {
  margin-block-start: 0;
}

@media screen and (max-width: 768px) {
  .wp-block-group p {
    padding-right: unset;
    padding-left: unset;
  }
}

@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block .wp-block-column p,
  .editor-styles-wrapper .wp-block .wp-block-column p.wp-block,
  .page .wp-block-column p,
  .page .wp-block-column p.wp-block,
  .post .wp-block-column p,
  .post .wp-block-column p.wp-block,
  .wp-block-column p,
  .wp-block-column p.wp-block {
    padding-right: 0;
    padding-left: 0;
  }
}
.editor-styles-wrapper .wp-block .wp-block-column h6 + p.wp-block,
.page .wp-block-column h6 + p.wp-block,
.post .wp-block-column h6 + p.wp-block,
.wp-block-column h6 + p.wp-block {
  margin-block-start: 1em;
}

.is-layout-flow > p + p.has-regular-font-size,
.is-layout-flow > p + p {
  margin-block-start: 26px;
}

.is-layout-flow > p + p.has-large-font-size {
  margin-block-start: 34px;
}

hr.wp-block-separator {
  border-color: var(--wp--preset--color--black);
  width: 100%;
  margin-top: var(var(--in-office--buffer));
  margin-bottom: var(var(--in-office--buffer));
}
@media screen and (max-width: 768px) {
  hr.wp-block-separator {
    margin-block-start: 2rem;
    border-width: 0px;
    border-top: 1px solid;
  }
}

.wp-block-quote,
blockquote {
  padding-left: 60px;
  padding-right: 60px;
}
.wp-block-quote p,
blockquote p {
  padding-left: 0px;
  padding-right: 0px;
}

.editor-styles-wrapper .wp-block.wp-block-quote {
  padding-left: 60px;
  padding-right: 60px;
}
.editor-styles-wrapper .wp-block.wp-block-quote p {
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (max-width: 768px) {
  .wp-block-wagner-read-more {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 768px) {
  .wp-block-group .wp-block-wagner-read-more {
    padding-right: 10px;
    padding-left: 10px;
  }
}

ul.block-editor-block-list__layout,
.page ul,
.post ul {
  --icon-space: 1.3em;
  list-style: none;
  padding-left: unset;
}
ul.block-editor-block-list__layout li,
.page ul li,
.post ul li {
  display: grid;
  grid-template-columns: auto 1fr;
}
ul.block-editor-block-list__layout li:before,
.page ul li:before,
.post ul li:before {
  content: "—";
  width: var(--icon-space);
}

.page .in-office-post-list {
  height: 100%;
  padding-right: 2px;
  padding-left: 2px;
}
.page .in-office-post-list ul {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  list-style-type: none;
  justify-content: flex-start;
  padding-left: 0;
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  .page .in-office-post-list ul {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .page .in-office-post-list ul {
    flex-direction: unset;
    align-items: unset;
    flex-direction: unset;
    justify-content: unset;
    display: grid;
    max-height: 100%;
    overflow: hidden;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto 1fr;
    height: 120px;
  }
}
.page .in-office-post-list ul > li {
  padding-right: 36px;
  padding-left: 36px;
  margin-block-start: 0;
  margin-block-end: 0;
  display: block;
  height: 32px;
  border-right: 2px solid var(--wp--preset--color--black);
  flex: 0 1 0px;
  min-width: fit-content;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .page .in-office-post-list ul > li {
    border-right: unset;
    padding-right: unset;
    padding-left: unset;
    margin-block-start: 0;
    margin-block-end: 0;
    display: block;
    height: fit-content;
    flex: 0;
    min-width: 100%;
    overflow: unset;
    padding-bottom: 24px;
    padding-top: 24px;
    border-bottom: 1px solid;
    border-color: var(--wp--preset--color--black);
  }
}
@media screen and (max-width: 768px) {
  .page .in-office-post-list ul > li {
    border-right: unset;
    padding-right: unset;
    padding-left: unset;
    margin-block-start: 0;
    margin-block-end: 0;
    display: block;
    height: fit-content;
    flex: unset;
    min-width: 100%;
    max-height: 100%;
    overflow-y: auto;
    padding-bottom: 2rem;
    padding-top: 2rem;
    border-bottom: 1px solid;
    border-color: var(--wp--preset--color--black);
  }
}
.page .in-office-post-list ul > li::before {
  content: unset;
  width: unset;
}
.page .in-office-post-list ul > li > h2 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.page .in-office-post-list ul > li div {
  height: 0;
  width: 0;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .page .in-office-post-list ul > li div {
    max-width: 668px;
  }
}
.page .in-office-post-list ul > li.active {
  height: 100%;
  flex: 0 1 465px;
  color: var(--wp--preset--color--black);
  border-right: 2px solid var(--wp--preset--color--black);
}
@media screen and (max-width: 992px) {
  .page .in-office-post-list ul > li.active {
    height: auto;
    flex: 0;
    border-right: unset;
  }
}
@media screen and (max-width: 768px) {
  .page .in-office-post-list ul > li.active {
    height: auto;
    flex: 0;
    border-right: unset;
  }
}
.page .in-office-post-list ul > li.active div {
  height: auto;
  width: 465px;
}
@media screen and (max-width: 992px) {
  .page .in-office-post-list ul > li.active div {
    height: auto;
    width: auto;
    font-size: var(--wp--preset--font-size--regular);
  }
}
@media screen and (max-width: 768px) {
  .page .in-office-post-list ul > li.active div {
    height: auto;
    width: auto;
    font-size: var(--wp--preset--font-size--regular);
  }
}
.page .in-office-post-list ul > li.active div:last-child {
  padding-bottom: 4px;
}
.page .in-office-post-list ul > li.active h2 {
  font-weight: bold;
}
.page .in-office-post-list ul > li:has(+ .active) {
  height: auto;
  border-right: 2px solid var(--wp--preset--color--black);
}
@media screen and (max-width: 992px) {
  .page .in-office-post-list ul > li:has(+ .active) {
    height: auto;
    border-right: unset;
  }
}
@media screen and (max-width: 768px) {
  .page .in-office-post-list ul > li:has(+ .active) {
    height: auto;
    border-right: unset;
  }
}
.page .in-office-post-list ul > li:first-child {
  padding-left: 0;
}
@media screen and (max-width: 992px) {
  .page .in-office-post-list ul > li:first-child {
    padding-top: unset;
  }
}
@media screen and (max-width: 768px) {
  .page .in-office-post-list ul > li:first-child {
    padding-top: unset;
  }
}
.page .in-office-post-list ul > li:last-child {
  border-right: unset;
}

.in-office-post-list-open .in-office-post-list {
  color: var(--wp--preset--color--inactive);
}
.in-office-post-list-open .in-office-post-list ul > li {
  border-color: var(--wp--preset--color--inactive);
}

@media screen and (max-width: 768px) {
  .in-office-post-list-open.page-template-page-about > div.wp-site-blocks {
    grid-template-rows: 1fr 0 auto;
  }
}
.in-office-post-list-open footer.wp-block-template-part li.current-menu-item {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .in-office-post-list-open .in-office-post-list ul li:last-child {
    border-bottom: unset;
  }
}

.editor-styles-wrapper .in-office-post-list ul {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.editor-styles-wrapper .in-office-post-list ul > li {
  border-right: 2px solid var(--wp--preset--color--black);
  margin-block-start: 0;
}
.editor-styles-wrapper .in-office-post-list ul > li h1, .editor-styles-wrapper .in-office-post-list ul > li h2, .editor-styles-wrapper .in-office-post-list ul > li h3, .editor-styles-wrapper .in-office-post-list ul > li h4, .editor-styles-wrapper .in-office-post-list ul > li h5, .editor-styles-wrapper .in-office-post-list ul > li h6 {
  margin: 0;
}
.editor-styles-wrapper .in-office-post-list ul > li:last-child {
  border-right: unset;
}

body.page-template-page-about > div.wp-site-blocks {
  display: grid;
  grid-template-areas: "h h" "f a";
  grid-template-columns: auto 1fr;
  height: 100vh;
  gap: var(--in-office--buffer);
  box-sizing: border-box;
  padding: 26px var(--in-office--buffer) 28px var(--in-office--buffer);
}
@media screen and (max-width: 992px) {
  body.page-template-page-about > div.wp-site-blocks {
    grid-template-areas: "h h" "a a" "f f";
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  body.page-template-page-about > div.wp-site-blocks {
    gap: 0;
    padding: 14px var(--in-office--buffer) 0px var(--in-office--buffer);
    height: 100dvh;
    grid-template-rows: auto 1fr auto;
    grid-template-areas: "h h" "a a" "f f";
  }
}
body.page-template-page-about > div.wp-site-blocks header {
  grid-area: h;
  color: var(--wp--preset--color--inactive);
}
body.page-template-page-about > div.wp-site-blocks header hr.wp-block-separator {
  border-color: var(--wp--preset--color--inactive);
}
body.page-template-page-about > div.wp-site-blocks header .in-office-post-list ul > li {
  border-color: var(--wp--preset--color--inactive);
}
@media screen and (max-width: 768px) {
  body.page-template-page-about > div.wp-site-blocks header .wp-block-group {
    padding: 0 !important;
  }
}
body.page-template-page-about > div.wp-site-blocks main {
  grid-area: a;
  max-width: 815px;
  margin-top: auto;
  margin-left: auto;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: overlay;
  padding-bottom: 50.5px;
}
body.page-template-page-about > div.wp-site-blocks main::-webkit-scrollbar {
  width: 7px;
}
body.page-template-page-about > div.wp-site-blocks main::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10rem;
  border: 1px solid #fff;
}
body.page-template-page-about > div.wp-site-blocks main::-webkit-scrollbar-track-piece:start {
  background: transparent;
}
body.page-template-page-about > div.wp-site-blocks main::-webkit-scrollbar-track-piece:end {
  background: transparent;
}
@media screen and (max-width: 992px) {
  body.page-template-page-about > div.wp-site-blocks main {
    margin-top: 24px;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body.page-template-page-about > div.wp-site-blocks main {
    margin-top: 2rem;
    overflow-y: scroll;
  }
}
body.page-template-page-about > div.wp-site-blocks footer {
  grid-area: f;
  margin-top: auto;
}
body.page-template-page-about.in-office-post-list-open main {
  display: none;
}
body.page-template-page-about.in-office-post-list-open header .in-office-post-list ul > li:has(+ .active) {
  border-color: var(--wp--preset--color--black);
}

html.wp-admin-bar-gdl-live-site-banner-enabled body.admin-bar.page-template-page-about {
  overflow: hidden;
}
html.wp-admin-bar-gdl-live-site-banner-enabled body.admin-bar.page-template-page-about > div.wp-site-blocks {
  height: calc(100vh - 32px - 43px);
}

body.admin-bar.page-template-page-about {
  overflow: hidden;
}
body.admin-bar.page-template-page-about > div.wp-site-blocks {
  height: calc(100vh - 32px);
}

body.page-template-default > div.wp-site-blocks,
body.page-template-page-landing > div.wp-site-blocks {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto auto;
  height: 100vh;
  box-sizing: border-box;
  padding: 26px var(--in-office--buffer) 28px var(--in-office--buffer);
}
@media screen and (max-width: 768px) {
  body.page-template-default > div.wp-site-blocks,
  body.page-template-page-landing > div.wp-site-blocks {
    padding: 14px var(--in-office--buffer) 0 var(--in-office--buffer);
    height: 100vh;
    height: 100dvh;
    height: -webkit-fill-available;
  }
}
body.page-template-default main > .entry-content,
body.page-template-page-landing main > .entry-content {
  height: 100%;
}
@media screen and (max-width: 768px) {
  body.page-template-default header .wp-block-group,
  body.page-template-page-landing header .wp-block-group {
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    max-height: 100%;
    overflow: hidden;
    flex: 1 0 auto;
  }
  body.page-template-default header .wp-block-group .alignleft,
  body.page-template-page-landing header .wp-block-group .alignleft {
    margin-right: auto;
  }
  body.page-template-default header .wp-block-group .alignright,
  body.page-template-page-landing header .wp-block-group .alignright {
    margin-left: auto;
  }
}

html.wp-admin-bar-gdl-live-site-banner-enabled body.admin-bar.page-template-page-landing,
html.wp-admin-bar-gdl-live-site-banner-enabled body.admin-bar.page-template-default {
  overflow: hidden;
}
html.wp-admin-bar-gdl-live-site-banner-enabled body.admin-bar.page-template-page-landing > div.wp-site-blocks,
html.wp-admin-bar-gdl-live-site-banner-enabled body.admin-bar.page-template-default > div.wp-site-blocks {
  height: calc(100vh - 32px - 43px);
}

body.admin-bar.page-template-page-landing,
body.admin-bar.page-template-default {
  overflow: hidden;
}
body.admin-bar.page-template-page-landing > div.wp-site-blocks,
body.admin-bar.page-template-default > div.wp-site-blocks {
  height: calc(100vh - 32px);
}

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