
:root {
    --main-bg-color: #ffffff;
    --secondary-bg-color: #ffffff;
    --main-fg-color: #f0c;
    --main-border-color: #ffffff;
    --main-text-color: #252525;
}

html {
    font-family: 'Noto Serif', 'serif';
    scrollbar-color: var(--main-bg-color) #00000000;
}

body {
  background-image: url('../../images/streamers.png');
  background-position: 0 0;
margin: 10px;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
  cursor: url('../../images/jester-cursor.png'), auto;
scrollbar-color: red pink;
  scrollbar-width: thin;
}

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

main a {
    color: var(--main-fg-color);
}

a:focus,
a:hover {
    opacity: 50%;
}

a:active {
    opacity: 100%;
    color: var(--main-text-color);
}
nav {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

nav ol {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

nav ol,
nav li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
nav,
main,
footer,
.commentbox,
#disqus_thread {
    width: 100%;
    max-width: 42rem;
    padding: 1rem;
}

.meme {

width:100%;
}


blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 18px;
  line-height: 22px;
}

code {
    background-color: var(--main-highlight-color);
    padding: 0.1rem;
}

pre:has(code) {
    background-color: var(--main-highlight-color);
}

#pagination {
    flex-direction: row;
}

#pagination a {
    color: var(--main-highlight-color);
}

a:hover {
    opacity: 75%;
}

.lastupdate::after {
    content: " ✿ ";
}

img[src*='berrysprite.png'] {
    filter: sepia(100%);
}

.commentbox,
#disqus_thread {
    border-left: 4px ridge var(--main-border-color);
    border-right: 4px ridge var(--main-border-color);
    background-color: var(--main-bg-color);
}
.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 21px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}
body ::-webkit-scrollbar {
    width: 12px; /* width of the scrollbar */
}
body ::-webkit-scrollbar-track {
    background: grey; /* color of the track */
}
body ::-webkit-scrollbar-thumb {
    background-color: #ff2828; /* color of the thumb */
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0px;
margin-bottom: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

a {
  color: #ff00a1;
  text-decoration: underline;
}

a:hover {
  color: #ff00a1;

}

a:visited {
  color: #af1a78;
}

li {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 18px;
  line-height: 22px;
}


.header-div {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  background-color: #6bff6f00;
  grid-template-rows: auto;
  grid-template-columns: 15% auto 30%;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  position: static;
}

.header-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: 10px auto 10px;
  grid-template-columns: 10px auto 10px;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.tagList {
    list-style-type: none;
    padding: 0.1rem;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
margin-top: -10px;
margin-bottom: 0px;
max-height: 150px;
overflow: auto;
}

.tagList a {
    font-size: 1.5rem;
font-size: 20px;
}

.tagList li {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}


.code-embed {
  position: static;
}

.border-div-top {
  z-index: 9;
  height: auto;
  position: relative;
}

.border-div-top.bottom {
  margin-top: -1px;
  transform: rotate(180deg);
}

.lace-image {
  background-image: url('../../images/lace-top.png');
  background-position: 0 0;
  background-size: auto;
  height: 10px;
}

.lace-image.middle {
  background-image: url('../../images/lace-top.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: contain;
}

.border-div-side {
  z-index: 9;
  width: auto;
  height: 100%;
  position: relative;
  transform: rotate(0);
}

.border-div-side.right {
  width: auto;
  transform: rotate(180deg);
}

.lace-center-div {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 21px 17px 17px;
  display: flex;
}

.corner-div {
  z-index: 10;
  justify-content: flex-end;
  align-items: center;
  width: 30px;
  height: 30px;
  position: relative;
  left: -10px;
}

.corner-div.balloon {
  background-image: url('../../images/balloon-star.png');
  background-position: 50%;
  background-size: 30px 30px;
}

.lace-image-side {
  background-image: url('../../images/lace-sides.png');
  background-position: 0%;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 10px;
  height: 100%;
  margin-left: 1px;
}

.container {
  margin-top: 0;
}

.lace-module-body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  width: 100%;
  margin-left: auto;
  padding: 15px 15px 15px;
  display: grid;
  overflow: clip;
}

.header-cookie-text {
  font-family: Georgia, Times, Times New Roman, serif;
  position: absolute;
  inset: 39% 0% 0% 20%;
  transform: rotate(3deg);
}

.header-cookie-wrapper {
  background-image: url('../../images/fortune-cookie.png');
  background-position: 0 0;
  background-size: cover;
  height: 120px;
  position: relative;
}

.star-border {
  background-image: url('../../images/lace-top.png');
  background-position: 0 0;
  background-size: auto;
  height: 10px;
}

.star-border.middle {
  background-image: url('../../images/green-stars.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: contain;
  background-attachment: scroll;
  width: 100%;
  height: 20px;
}

.star-border-side {
  background-image: url('../../images/green-stars-rotated.png');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: contain;
  background-attachment: scroll;
  width: 20px;
  height: 100%;
  margin-left: 1px;
}

.hot-takes-div {
  overflow: auto;
}

.link {
  display: flex;
}

.hot-takes-heading-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  height: 53px;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.home-hero-div {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 25% 55% 20%;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  display: grid;
}

.home-hero-column-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.star-centre-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000009c;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: top;
  place-items: stretch stretch;
  height: 100%;
  padding: 13px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 20px 20px #000000b5;
}

.nav-button {
  background-color: #000000ba;
  border: 2px solid #f0c;
  border-radius: 20px;
  margin: 0;
  padding: 10px 19px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 13px;
  font-weight: 700;
  transition: all .425s;
color: #ffffff;
}

.nav-button:hover {
  letter-spacing: 2px;
  text-decoration: underline;
color: #ffffff;
}

.middle-grid-div {
  background-color: #fff;
  background-image: url('../../images/harlequin-pattern.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 15px;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  border: 4px solid #000dff;
  flex-flow: column;
  padding-bottom: 17px;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}
.status-text-div {
 max-height: 100px;
 font-family:
 Inconsolata, monospace;
 overflow: auto; 
  font-size: 14px;  
  line-height: 20px;
}

.header-icon-div {
  width: 100%;
}

.home-hero-main-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hot-takes-preview-div {
  border: 5px dotted #ff00a1;
  border-radius: 20px;
  padding-top: 0px;
  padding-bottom: 0;
  padding-right: 9px;
  overflow: auto;
  scrollbar-color: red pink;
  scrollbar-width: thin;
}

.blog-wrapper-div {
  border: 5px #ff00a1;
  border-top-style: dotted;
radius: 0px;
  height: 420px;
margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 0;
  padding-right: 9px;
  overflow: auto;
}

.home-page-takes-wrapper {
  margin-bottom: 14px;
  padding: 10px 20px;
}

.white-text {
  color: #fff;
}

.corner-div-blank {
  z-index: 10;
  justify-content: flex-end;
  align-items: center;
  width: 30px;
  height: 30px;
  position: relative;
  left: -10px;
}

.corner-div-blank.right {
  right: 10px;
}

.blog-hero-div {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 25% 55% 20%;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  display: grid;
width: 940px;
}

.hot-takes {
  border: 5px dotted #ff00a1;
  border-radius: 20px;
  height: 600px;
  max-height: 600px;
  padding-top: 10px;
  padding-bottom: 0;
  padding-right: 9px;
  overflow: auto;
}

@media screen and (max-width: 991px) {
  .header-wrapper {
    flex: 0 auto;
  }

  .header-cookie-wrapper {
    display: none;
  }

  .star-border-side {
    background-size: cover;
  }

  .home-hero-div {
    grid-row-gap: 16px;
    grid-template-columns: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .star-centre-div {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blog-hero-div {
    grid-row-gap: 16px;
    grid-template-columns: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header-wrapper {
    grid-template-rows: 10px auto 10px;
  }

  .lace-module-body {
    padding-left: 10px;
    padding-right: 10px;
  }

  .star-centre-div {
    flex-flow: row;
    grid-template-rows: auto auto;
  }

  .nav-button {
    font-size: 11px;
  }

  .home-page-takes-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .home-hero-div {
    margin-left: 10px;
    margin-right: 10px;
  }

  .star-centre-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-button:hover {
    letter-spacing: 1px;
  }

  .header-icon-div {
    display: none;
  }

  .blog-hero-div {
    margin-left: 10px;
    margin-right: 10px;
  }
}
code {
    background-color: var(--main-fg-color);
    color: var(--secondary-bg-color);
    padding: 0.1rem;
}

pre:has(code) {
    background-color: var(--main-fg-color);
    color: var(--secondary-bg-color);

}


#pagination a {
    color: var(--main-fg-color);
}

#pagination {
    display: flex;
    justify-content: space-between;
  border: 2px dashed #f0c;
}

.pagectrl {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;

}

.pagenext {
    margin-left: auto;

}

.pageprev {
    margin-right: 1rem;

}

.pagectrl p {
    margin: 0;
}

.lastupdate::after {
    content: " ◯ ";
}

.commentbox,
#disqus_thread {
    border-left: 1px solid var(--main-fg-color);
    border-right: 1px solid var(--main-fg-color);
    background-color: var(--secondary-bg-color);
}

iframe {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
}

.tagged {
    margin-top: 1rem;
}

.tagged h2 {
    font-size: 2rem;
}

#latest_posts {
    list-style-type: none;
    font-size: 1rem;
margin: 0px;
  line-height: 30px;
}

.stitch-image {
  background-position: 0 0;
  background-size: auto;
  height: 10px;

}

.stitch-image.red {
  background-image: url('../../images/red-lace.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: contain;
  margin-top: 10px;
}

.stitch-image.white {
  background-image: url('../../images/white-lace.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: contain;
  margin-top: 10px;
}

.stitch-image-side {
  background-image: url('../../images/red-lace-rotated.png');
  background-position: 0%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 10px;
  height: 100%;
  margin-left: 8px;
}

.status-image-embed {
  position: absolute;
  inset: 0% auto auto 0%;
  z-index: 20;
}
.stitch-image-side.white {
  background-image: url('../../images/white-lace-rotated.png');
}
.patchwork-div-centre {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  flex-flow: column;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}
.middle-div-patchwork {
  background-color: #fff;
  background-image: url('../../images/gingham-pattern.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 21px 17px 17px;
  display: flex;
  position: relative;
}

.status-div {
  z-index: 20;
  margin-right: 14px;
}

#w-node-_3c94fdea-3b8d-78b8-910f-172050fb8ac9-7885e07b {
  align-self: end;
}

#w-node-d4c72723-c61d-776a-b235-a8c8bd0b4182-7885e07b {
  justify-self: end;
}

#w-node-_7f01b920-d308-d0c1-3133-64052f340e67-7885e07b {
  justify-self: start;
}

#w-node-_6e63958e-1654-67e7-961e-cd28c536ca0a-7885e07b {
  align-self: start;
}

#w-node-_6c48bfcc-12d8-e8a2-6d9a-e3c423f46371-7885e07b {
  grid-template-rows: auto auto;
  grid-template-columns: 25% 55% 20%;
}

#w-node-_6c48bfcc-12d8-e8a2-6d9a-e3c423f46373-7885e07b {
  grid-row: span 2 / span 2;
}

#w-node-_6c3c55a4-aa5c-ed35-1ae1-4754bfbb0c74-7885e07b {
  align-self: stretch;
}

#w-node-_6c3c55a4-aa5c-ed35-1ae1-4754bfbb0c7a-7885e07b {
  align-self: start;
}

#w-node-_3c94fdea-3b8d-78b8-910f-172050fb8ac9-c364b15f {
  align-self: end;
}

#w-node-d4c72723-c61d-776a-b235-a8c8bd0b4182-c364b15f {
  justify-self: end;
}

#w-node-_7f01b920-d308-d0c1-3133-64052f340e67-c364b15f {
  justify-self: start;
}

#w-node-_6e63958e-1654-67e7-961e-cd28c536ca0a-c364b15f {
  align-self: start;
}

#w-node-_6c48bfcc-12d8-e8a2-6d9a-e3c423f46371-c364b15f {
  grid-template-rows: auto auto auto;
  grid-template-columns: 25% 77%;
}

#w-node-_6c48bfcc-12d8-e8a2-6d9a-e3c423f46373-c364b15f {
  grid-row: span 3 / span 3;
}

#w-node-_6c3c55a4-aa5c-ed35-1ae1-4754bfbb0c74-c364b15f {
  align-self: stretch;
}

#w-node-_6c3c55a4-aa5c-ed35-1ae1-4754bfbb0c7a-c364b15f {
  align-self: start;
}

#w-node-_61d12404-9ddc-6969-ff4e-e475ca01c1d6-c364b15f {
  grid-row: span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_6c48bfcc-12d8-e8a2-6d9a-e3c423f46371-7885e07b {
    grid-template-rows: auto auto auto;
    grid-template-columns: 33% auto 33%;
  }

  #w-node-_6c48bfcc-12d8-e8a2-6d9a-e3c423f46372-7885e07b, #w-node-_6c48bfcc-12d8-e8a2-6d9a-e3c423f46373-7885e07b {
    grid-column: span 3 / span 3;
  }

  #w-node-_200f6795-b787-ce84-f2d5-3b905b853e30-7885e07b {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_61d12404-9ddc-6969-ff4e-e475ca01c1d6-7885e07b {
    grid-row: span 2 / span 2;
  }

  #w-node-_6c48bfcc-12d8-e8a2-6d9a-e3c423f46371-c364b15f {
    grid-template-rows: auto auto auto;
    grid-template-columns: 33% auto 33%;
  }

  #w-node-_6c48bfcc-12d8-e8a2-6d9a-e3c423f46372-c364b15f, #w-node-_6c48bfcc-12d8-e8a2-6d9a-e3c423f46373-c364b15f {
    grid-column: span 3 / span 3;
  }

  #w-node-_61d12404-9ddc-6969-ff4e-e475ca01c1d6-c364b15f {
    grid-row: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3c94fdea-3b8d-78b8-910f-172050fb8ac9-7885e07b {
    align-self: end;
  }

  #w-node-_6e63958e-1654-67e7-961e-cd28c536ca0a-7885e07b {
    align-self: start;
  }

  #w-node-_6c48bfcc-12d8-e8a2-6d9a-e3c423f46371-7885e07b {
    grid-template-rows: auto auto auto;
    grid-template-columns: 49% 50%;
  }

  #w-node-_6c48bfcc-12d8-e8a2-6d9a-e3c423f46372-7885e07b {
    grid-column: span 2 / span 2;
  }

  #w-node-d529ded1-6014-da3e-df52-d7402e712e21-7885e07b {
    justify-self: end;
  }

  #w-node-d529ded1-6014-da3e-df52-d7402e712e23-7885e07b {
    align-self: end;
  }

  #w-node-d529ded1-6014-da3e-df52-d7402e712e2d-7885e07b {
    justify-self: end;
  }

  #w-node-d529ded1-6014-da3e-df52-d7402e712e2f-7885e07b {
    align-self: start;
  }

  #w-node-_6c48bfcc-12d8-e8a2-6d9a-e3c423f46373-7885e07b {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_6c3c55a4-aa5c-ed35-1ae1-4754bfbb0c6e-7885e07b {
    align-self: end;
  }

  #w-node-_6c3c55a4-aa5c-ed35-1ae1-4754bfbb0c7a-7885e07b {
    align-self: start;
  }

  #w-node-_200f6795-b787-ce84-f2d5-3b905b853e30-7885e07b {
    grid-row: span 2 / span 2;
  }

  #w-node-_569f9f5f-906f-35c9-84b4-2f6708cdf9fc-7885e07b {
    align-self: end;
  }

  #w-node-_569f9f5f-906f-35c9-84b4-2f6708cdfa0d-7885e07b {
    align-self: start;
  }

  #w-node-_61d12404-9ddc-6969-ff4e-e475ca01c1d6-7885e07b {
    grid-row: span 2 / span 2;
  }

  #w-node-_3e5b3bf1-2ab6-4efb-3359-05077622d0af-7885e07b {
    align-self: end;
  }

  #w-node-_3e5b3bf1-2ab6-4efb-3359-05077622d0bb-7885e07b {
    align-self: start;
  }

  #w-node-d987a663-8d36-4fd4-1fba-48871b424bfa-7885e07b {
    justify-self: end;
  }

  #w-node-d987a663-8d36-4fd4-1fba-48871b424bfb-7885e07b {
    align-self: end;
  }

  #w-node-d987a663-8d36-4fd4-1fba-48871b424c0b-7885e07b {
    justify-self: end;
  }

  #w-node-d987a663-8d36-4fd4-1fba-48871b424c0c-7885e07b {
    align-self: start;
  }

  #w-node-_3c94fdea-3b8d-78b8-910f-172050fb8ac9-c364b15f {
    align-self: end;
  }

  #w-node-_6e63958e-1654-67e7-961e-cd28c536ca0a-c364b15f {
    align-self: start;
  }

  #w-node-_6c48bfcc-12d8-e8a2-6d9a-e3c423f46371-c364b15f {
    grid-template-rows: auto auto auto;
    grid-template-columns: 49% 50%;
  }

  #w-node-_6c48bfcc-12d8-e8a2-6d9a-e3c423f46372-c364b15f {
    grid-column: span 2 / span 2;
  }

  #w-node-d529ded1-6014-da3e-df52-d7402e712e21-c364b15f {
    justify-self: end;
  }

  #w-node-d529ded1-6014-da3e-df52-d7402e712e23-c364b15f {
    align-self: end;
  }

  #w-node-d529ded1-6014-da3e-df52-d7402e712e2d-c364b15f {
    justify-self: end;
  }

  #w-node-d529ded1-6014-da3e-df52-d7402e712e2f-c364b15f {
    align-self: start;
  }

  #w-node-_6c48bfcc-12d8-e8a2-6d9a-e3c423f46373-c364b15f {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_6c3c55a4-aa5c-ed35-1ae1-4754bfbb0c6e-c364b15f {
    align-self: end;
  }

  #w-node-_6c3c55a4-aa5c-ed35-1ae1-4754bfbb0c7a-c364b15f {
    align-self: start;
  }

  #w-node-_61d12404-9ddc-6969-ff4e-e475ca01c1d6-c364b15f {
    grid-row: span 2 / span 2;
  }

  #w-node-_3e5b3bf1-2ab6-4efb-3359-05077622d0af-c364b15f {
    align-self: end;
  }

  #w-node-_3e5b3bf1-2ab6-4efb-3359-05077622d0bb-c364b15f {
    align-self: start;
  }
}


