/* CSS RESET, thanks https://www.joshwcomeau.com/css/custom-css-reset/ */
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
#root,
#__next {
  isolation: isolate;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'Rubik';
  src: local('Rubik Light'), url('fonts/Rubik-Light.woff2') format('woff2'), url('fonts/Rubik-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: local('Rubik Light Italic'), url('fonts/Rubik-LightItalic.woff2') format('woff2'), url('fonts/Rubik-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: local('Rubik'), url('fonts/Rubik-Regular.woff2') format('woff2'), url('fonts/Rubik-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: local('Rubik Italic'), url('fonts/Rubik-Italic.woff2') format('woff2'), url('fonts/Rubik-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: local('Rubik Medium'), url('fonts/Rubik-Medium.woff2') format('woff2'), url('fonts/Rubik-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: local('Rubik Medium Italic'), url('fonts/Rubik-MediumItalic.woff2') format('woff2'), url('fonts/Rubik-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: local('Rubik SemiBold'), url('fonts/Rubik-SemiBold.woff2') format('woff2'), url('fonts/Rubik-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: local('Rubik SemiBold Italic'), url('fonts/Rubik-SemiBoldItalic.woff2') format('woff2'), url('fonts/Rubik-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: local('Rubik Bold'), url('fonts/Rubik-Bold.woff2') format('woff2'), url('fonts/Rubik-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: local('Rubik Bold Italic'), url('fonts/Rubik-BoldItalic.woff2') format('woff2'), url('fonts/Rubik-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: local('Rubik ExtraBold'), url('fonts/Rubik-ExtraBold.woff2') format('woff2'), url('fonts/Rubik-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: local('Rubik ExtraBold Italic'), url('fonts/Rubik-ExtraBoldItalic.woff2') format('woff2'), url('fonts/Rubik-ExtraBoldItalic.woff') format('woff');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: local('Rubik Black'), url('fonts/Rubik-Black.woff2') format('woff2'), url('fonts/Rubik-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: local('Rubik Black Italic'), url('fonts/Rubik-BlackItalic.woff2') format('woff2'), url('fonts/Rubik-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Mono';
  src: local('Roboto Mono'), url('fonts/RobotoMono-Regular.woff2') format('woff2'), url('fonts/RobotoMono-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html,
body {
  font-family: 'Rubik', system-ui, -apple-system, 'Segoe UI', Roboto, 'Noto Sans', Ubuntu, Arial, sans-serif;
  overflow-x: hidden;
}
html p,
body p {
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 21px;
}
body {
  display: grid;
  gap: 32px;
  min-height: 100vh;
  background: #b9bcc1;
  align-items: start;
  align-content: start;
}
#rn-pixel-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  display: block;
}
.cta,
.ff-btn {
  display: block;
  padding: 12px 28px;
  border-radius: 12px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  background: #F5C518;
  justify-self: start;
  outline: none;
  border: none;
  min-width: 180px;
  text-align: center;
}
.cta:hover,
.ff-btn:hover {
  filter: brightness(1.05);
}
.cta:active,
.ff-btn:active {
  filter: brightness(0.95);
}
div.file {
  display: grid;
  gap: 16px;
  grid-template-columns: auto 1fr;
  align-items: center;
  margin: 8px 0;
}
div.file a.ppt {
  content: url('icons/ppt.png');
  display: inline-block;
  width: 28px;
  height: 28px;
}
div.file a.pdf {
  content: url('icons/pdf.png');
  display: inline-block;
  width: 28px;
  height: 28px;
}
header.site-header {
  width: 100%;
  background: #214991;
  border-bottom: 4px solid black;
}
header.site-header .site-header-container {
  max-width: 1360px;
  transition: all 0.5s ease;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  padding: 14px 0;
  gap: 10px 80px;
}
header.site-header .site-header-container .logo {
  display: grid;
  justify-items: start;
  justify-content: start;
}
header.site-header .site-header-container .logo img {
  transition: all 0.5s ease;
  width: 180px;
  height: auto;
}
header.site-header .site-header-container .logo .site-title a {
  color: white;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
}
header.site-header .site-header-container .logo .site-title a .site-title-first {
  font-weight: 800;
  color: #00D97E;
}
header.site-header .site-header-container .site-header-search form {
  padding: 10px 16px;
  background: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 8px;
}
header.site-header .site-header-container .site-header-search form .site-header-search-icon {
  color: #fcd849;
}
header.site-header .site-header-container .site-header-search form input {
  background-color: transparent;
  color: white;
  font-size: 14px;
  padding: 2px;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
header.site-header .site-header-container .hamburger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  height: 24px;
  width: auto;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
}
header.site-header .site-header-container .hamburger-menu .hamburger-line {
  display: block;
  height: 4px;
  width: 30px;
  background: #F5C518;
  border-radius: 30px;
  transition: all 0.3s linear;
}
header.site-header .site-header-container .hamburger-menu[aria-expanded="true"] .hamburger-line {
  transform-origin: center;
  position: relative;
}
header.site-header .site-header-container .hamburger-menu[aria-expanded="true"] .hamburger-line:nth-child(1) {
  transform: rotate(45deg);
  top: 4px;
}
header.site-header .site-header-container .hamburger-menu[aria-expanded="true"] .hamburger-line:nth-child(2) {
  transform: rotate(-45deg);
  bottom: 3px;
}
header.site-header .site-header-container .hamburger-menu[aria-expanded="true"] .hamburger-line:nth-child(3) {
  opacity: 0;
}
header.site-header .site-header-container .site-header-nav ul {
  display: flex;
  gap: 10px;
}
header.site-header .site-header-container .site-header-nav ul li a {
  text-decoration: none;
  text-transform: uppercase;
  padding: 8px 16px;
  font-size: 14px;
  border: 2px solid #1a1a1a;
  box-shadow: 3px 3px 0 #1a1a1a;
  background: white;
  color: #1a1a1a;
  letter-spacing: 1px;
  transform: translate(0, 0);
  transition: transform 0.1s;
  display: inline-block;
  font-family: 'Roboto Mono';
}
header.site-header .site-header-container .site-header-nav ul li a:hover {
  transform: translate(1px, 1px);
  box-shadow: 2px 2px 0 #1a1a1a;
}
header.site-header .site-header-container .site-header-nav ul li a:active {
  transform: translate(3px, 3px);
  box-shadow: 0px 0px 0 #1a1a1a;
}
header.site-header.active.scrolled {
  background: #000000d6;
  height: 100dvh;
}
.mobile-menu {
  display: none;
}
@media screen and (max-width: 1360px) {
  header.site-header .site-header-container {
    padding: 14px 36px;
  }
}
@media screen and (max-width: 1200px) {
  header.site-header {
    width: 100%;
  }
  header.site-header .site-header-container {
    gap: 10px 40px;
  }
  header.site-header .site-header-container .header-right {
    display: grid;
    gap: 10px;
    justify-items: center;
  }
  header.site-header.active {
    background: #000000d6;
    height: 100dvh;
  }
  .mobile-menu {
    opacity: 0;
    transition: all 0.5s ease;
    pointer-events: none;
    position: fixed;
    top: 108px;
    width: 50vw;
    height: calc(100vh - 108px);
    right: 0;
    background: rgba(18, 38, 53, 0.5);
    backdrop-filter: blur(30px);
    display: grid;
    grid-template-rows: 1fr auto auto;
    gap: 40px;
    padding: 20px 0 20px 20px;
    justify-items: end;
    text-align: right;
  }
  .mobile-menu p.copy {
    color: white;
    padding-right: 20px;
    font-size: 10px;
  }
  .mobile-menu ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .mobile-menu ul li {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px;
    align-items: center;
  }
  .mobile-menu ul li a {
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
  }
  .mobile-menu ul li::after {
    height: 1px;
    width: 22px;
    background: white;
    content: " ";
    display: block;
  }
  .mobile-menu .menu-top-menu-container {
    align-self: center;
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
  }
  .mobile-menu .menu-bottom-legal-container ul li a {
    font-weight: normal;
    font-size: 10px;
  }
  .mobile-menu.active {
    opacity: 1;
    pointer-events: all;
    z-index: 500;
  }
}
@media screen and (max-width: 960px) {
  header.site-header .site-header-container {
    grid-template-columns: 1fr auto 1fr;
    position: relative;
  }
  header.site-header .site-header-container .hamburger-menu {
    display: flex;
    order: 3;
    justify-self: end;
  }
  header.site-header .site-header-container .logo {
    order: 2;
  }
  header.site-header .site-header-container .header-right {
    order: 1;
    justify-self: start;
    justify-items: start;
  }
  header.site-header .site-header-container .header-right a.cta {
    font-size: 14px;
    padding: 8px 20px;
    min-width: 1px;
  }
  header.site-header .site-header-container .header-right a.cta .text {
    display: none;
  }
  header.site-header .site-header-container .header-right a.cta .text.mobile {
    display: block;
  }
  header.site-header .site-header-container .super-menu {
    order: 4;
    grid-column: span 3;
    position: absolute;
    height: calc(100vh - 108px - 46px);
    background: white;
    width: 100%;
    left: 0;
    z-index: 60000;
    opacity: 0;
    pointer-events: none;
    top: 108px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  header.site-header .site-header-container .super-menu.active {
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (max-width: 680px) {
  header.site-header .site-header-container {
    padding: 0 36px 14px;
    grid-template-columns: 1fr auto;
  }
  header.site-header .site-header-container .header-right {
    grid-column: span 2;
    background: #F5C518;
    display: flex;
    width: calc(100% + 72px);
    padding: 8px 36px;
    margin: 0 -36px;
    justify-content: space-between;
  }
  header.site-header .site-header-container .header-right a {
    color: #F5C518;
  }
  header.site-header .site-header-container .header-right a.cta {
    background: #F5C518;
    color: #F5C518;
  }
  header.site-header .site-header-container .super-menu {
    top: 150px;
  }
  header.site-header .site-header-container .logo {
    justify-self: start;
  }
}
main.site-content {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
}
main.site-content div.content {
  display: grid;
  gap: 32px;
}
main.site-content div.content > ul.wp-block-list {
  list-style-type: disc;
  padding-left: 18px;
}
main.site-content div.content > ul.wp-block-list li {
  margin-bottom: 4px;
  font-size: 14px;
}
.box {
  background: white;
  border: 4px solid #1a1a1a;
  box-shadow: 8px 8px 0 #000000;
}
.banners {
  border-radius: 12px;
  overflow: hidden;
}
.banners .banner {
  position: relative;
  aspect-ratio: 68 / 25;
}
.banners .banner .graphics .overlay {
  position: relative;
  z-index: 50;
  pointer-events: none;
}
.banners .banner .graphics .overlay.mobile {
  display: none;
}
.banners .banner .graphics .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right;
}
.banners .banner .content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 40%;
  height: 100%;
  padding-left: 70px;
  display: grid;
  align-items: center;
}
.banners .banner .content .content-inner {
  display: grid;
  gap: 20px;
}
.banners .banner .content .content-inner h1 {
  font-size: 40px;
  font-weight: 400;
  color: #F5C518;
  line-height: 1.2;
}
@media screen and (max-width: 1360px) {
  .banners .banner .content {
    padding-left: 36px;
  }
}
@media screen and (max-width: 1200px) {
  .banners .banner .content .content-inner h1 {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 680px) {
  .banners {
    height: 40vh;
  }
  .banners .banner {
    aspect-ratio: unset;
    height: 100%;
  }
  .banners .banner .graphics {
    height: 100%;
  }
  .banners .banner .graphics .overlay {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: none;
  }
  .banners .banner .graphics .overlay.mobile {
    display: block;
  }
  .banners .banner .graphics .image {
    height: 100%;
    object-fit: cover;
    object-position: right;
  }
}
.some-icons {
  display: flex;
  gap: 6px;
}
footer {
  background: #F5C518;
  max-width: 1360px;
  width: 100%;
  margin: 42px auto 18px;
  border-radius: 12px;
}
footer img.custom-logo {
  width: 80px;
  height: auto;
}
footer div.footer-inner {
  padding: 30px 70px 60px;
  display: flex;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  color: #F5C518;
  justify-content: space-between;
  position: relative;
}
footer div.footer-inner h2 {
  font-size: 16px;
  font-weight: 600;
}
footer div.footer-inner .logo {
  justify-self: start;
  align-self: center;
}
footer div.footer-inner .logo img {
  height: 80px;
  width: auto;
}
footer div.footer-inner .contact {
  display: grid;
  gap: 16px;
  align-items: start;
  align-content: start;
}
footer div.footer-inner .contact p {
  display: grid;
  gap: 16px;
  grid-template-columns: auto 1fr;
  align-items: center;
}
footer div.footer-inner .contact p img {
  background: white;
  padding: 12px;
  width: 42px;
  height: 42px;
  border-radius: 50px;
}
footer div.footer-inner .socials {
  display: grid;
  gap: 16px;
  align-items: start;
  align-content: start;
  align-self: center;
  justify-self: end;
  text-align: right;
}
footer div.footer-inner .socials .icons {
  display: flex;
  gap: 16px;
}
footer div.footer-inner .socials .icons a img {
  height: 42px;
  width: 42px;
}
footer div.footer-inner div.footer-menu {
  display: grid;
  gap: 16px;
  align-items: start;
  align-content: start;
  align-self: center;
}
footer div.footer-inner div.footer-menu ul {
  display: grid;
  gap: 12px;
}
footer div.footer-inner div.footer-menu ul a {
  color: #F5C518;
  text-decoration: none;
  font-size: 14px;
}
footer div.footer-inner div.footer-menu ul a:hover {
  text-decoration: underline;
}
footer div.footer-inner div.footer-menu ul li.page_item_has_children {
  display: grid;
  gap: 12px;
}
@media screen and (max-width: 1120px) {
  footer div.footer-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 30px 36px 60px;
  }
  footer div.footer-inner .logo {
    order: 1;
  }
  footer div.footer-inner .socials {
    order: 2;
    justify-self: start;
    text-align: left;
  }
  footer div.footer-inner .footer-menu {
    order: 3;
  }
  footer div.footer-inner .contact {
    order: 4;
  }
}
@media screen and (max-width: 600px) {
  footer div.footer-inner {
    grid-template-columns: 1fr;
    padding: 30px 36px 60px;
    justify-items: center;
    text-align: center;
  }
  footer div.footer-inner .logo {
    order: 1;
    justify-self: center;
  }
  footer div.footer-inner .socials {
    order: 2;
    justify-self: center;
    text-align: center;
  }
  footer div.footer-inner .footer-menu {
    order: 3;
  }
  footer div.footer-inner .contact {
    order: 4;
  }
  footer div.footer-inner .contact p {
    text-align: left;
  }
}
p:empty {
  height: 0;
  margin: 0;
  padding: 0;
}
.wp-block-group {
  padding: 20px 70px;
  border-radius: 12px;
}
/* Spectra structure */
.wp-block-uagb-container {
  border-radius: 12px !important;
  width: 100% !important;
  padding: 20px 70px !important;
}
.wp-block-uagb-container .wp-block-uagb-container {
  padding: 0 !important;
}
.wp-block-uagb-container.nopad {
  padding: 0 !important;
}
.wp-block-uagb-container.nopad .wp-block-uagb-container {
  padding: 20px 70px !important;
}
.wp-block-uagb-container.nopad .wp-block-uagb-container .wp-block-uagb-container {
  padding: 0 !important;
}
@media screen and (max-width: 1360px) {
  .wp-block-uagb-container {
    border-radius: 12px !important;
    width: 100% !important;
    padding: 20px 36px !important;
  }
  .wp-block-uagb-container .wp-block-uagb-container {
    padding: 0 !important;
  }
  .wp-block-uagb-container.nopad {
    padding: 0 !important;
  }
  .wp-block-uagb-container.nopad .wp-block-uagb-container {
    padding: 20px 36px !important;
  }
  .wp-block-uagb-container.nopad .wp-block-uagb-container .wp-block-uagb-container {
    padding: 0 !important;
  }
}
.wp-block-uagb-image.side {
  border-radius: 12px;
  overflow: hidden;
  width: calc(100% + 70px) !important;
}
.wp-block-uagb-image.side.left {
  margin: -20px 0 -20px -70px;
}
.wp-block-uagb-image.side.right {
  margin: -20px -70px -20px 0;
}
@media screen and (max-width: 1360px) {
  .wp-block-uagb-image.side {
    width: calc(100% + 36px) !important;
  }
  .wp-block-uagb-image.side.left {
    margin: -20px 0 -20px -36px;
  }
  .wp-block-uagb-image.side.right {
    margin: -20px -36px -20px 0;
  }
}
@media screen and (max-width: 986px) {
  .wp-block-uagb-image {
    order: -1;
  }
  .wp-block-uagb-image.side {
    width: calc(100% + 72px) !important;
    height: 40vh;
  }
  .wp-block-uagb-image.side img {
    object-fit: cover;
    height: 100% !important;
  }
  .wp-block-uagb-image.side.left {
    margin: -20px 0 0 -36px;
  }
  .wp-block-uagb-image.side.right {
    margin: -20px 0 0 -36px;
  }
}
.latest-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
}
.latest-content .latest-video {
  display: grid;
  background: #F5C518;
}
.latest-content .latest-video .latest-video-header {
  justify-content: space-between;
  color: white;
  padding: 16px;
}
.latest-content .latest-video .latest-video-header .latest-video-label {
  padding: 4px 8px;
  border: 2px solid black;
  background: #F5C518;
  color: #1a1a1a;
  display: inline-block;
}
.latest-content .latest-video .latest-video-embed {
  aspect-ratio: 16 / 8;
  background: white;
}
.latest-content .latest-video .latest-video-embed img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.latest-content .latest-video .latest-video-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  background: #1a1a1a;
  padding: 16px;
}
.latest-content .latest-video .latest-video-footer .latest-video-info {
  display: grid;
}
.latest-content .latest-video .latest-video-footer .latest-video-info .latest-video-title {
  color: #F5C518;
}
.latest-content .latest-video .latest-video-footer .latest-video-info .latest-video-meta {
  color: #fafafa;
}
.latest-content .latest-video .latest-video-footer .latest-video-play {
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  background: #F5C518;
  color: #1a1a1a;
  text-decoration: none;
}
.latest-content .latest-podcast {
  background: #F5C518;
  padding: 16px;
  display: grid;
  gap: 8px;
  grid-template-rows: auto 1fr auto;
}
.latest-content .latest-podcast .latest-podcast-header {
  background: #1a1a1a;
  color: #F5C518;
}
.latest-content .latest-podcast .latest-podcast-header .latest-podcast-label {
  padding: 4px 8px;
  display: inline-block;
}
.latest-content .latest-podcast .latest-podcast-embed {
  background: white;
}
.latest-content .latest-podcast .latest-podcast-embed img {
  height: 100%;
  object-fit: cover;
}
.latest-content .latest-podcast .latest-podcast-footer {
  display: grid;
}
.latest-content .latest-podcast .latest-podcast-footer .latest-podcast-info .latest-podcast-title {
  color: #1a1a1a;
}
.latest-content .latest-podcast .latest-podcast-footer .latest-podcast-info .latest-podcast-meta {
  color: #1a1a1a;
}
.patreons-list {
  background: #1a1a1a;
  padding: 16px;
  display: grid;
  grid-template-columns: 2fr 7fr 2fr;
  gap: 16px;
  align-items: center;
  color: #fafafa;
}
.patreons-list .patreons-list-info {
  display: grid;
  gap: 16px;
}
.patreons-list .patreons-list-info .patreons-list-badge {
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  background: #F5C518;
  color: #1a1a1a;
  text-decoration: none;
  justify-self: start;
}
.patreons-list .patreons-list-info .patreons-list-title {
  color: #F5C518;
  font-size: 24px;
  text-transform: uppercase;
}
.patreon-mosaic {
  display: grid;
  gap: 2px;
  width: 100%;
  grid-template-columns: repeat(auto-fill, 24px);
  grid-auto-rows: 24px;
  grid-auto-flow: dense;
  position: relative;
}
.patreon-mosaic .patron-slot .patron-avatar {
  width: 24px;
  height: 24px;
  border: 0px solid #1a1a1a;
  background-image: var(--atlas);
  background-repeat: no-repeat;
  background-size: 480px auto;
  background-position: calc(var(--col) * -24px) calc(var(--row) * -24px);
}
#patron-tooltip {
  display: none;
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  background: #1a1a1a;
  color: #F5C518;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Roboto Mono';
  gap: 2px;
}
#patron-tooltip .patron-tooltip-tier {
  font-size: 12px;
  color: white;
  font-weight: 400;
}
#patron-tooltip.active {
  display: grid;
}
/* Spectra elements */
.wp-block-uagb-container {
  color: #F5C518;
}
.wp-block-uagb-container ul {
  list-style-type: disc;
  font-size: 14px;
  padding-left: 20px;
}
.single-post {
  display: grid;
  gap: 20px;
}
.single-post .single-post-hero {
  position: relative;
}
.single-post .single-post-hero .cc-news-bg {
  height: 450px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #515151;
}
.single-post .single-post-hero .cc-news-bg img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.single-post .single-post-hero .cc-news-body {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(5, 8, 10, 0.48) 0%, rgba(5, 8, 10, 0.68) 35%, rgba(5, 8, 10, 0.82) 70%, rgba(5, 8, 10, 0.92) 100%);
}
.single-post .single-post-hero .cc-news-body:before {
  content: "";
  position: absolute;
  inset: 0;
}
.single-post .single-post-hero .cc-news-body .cc-news-body-content {
  position: relative;
  z-index: 50;
  display: grid;
  gap: 18px;
  justify-items: start;
  align-items: start;
  max-width: 900px;
}
.single-post .single-post-hero .cc-news-body .cc-news-body-content .cc-news-cat {
  background: #F5C518;
  color: white;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.single-post .single-post-hero .cc-news-body .cc-news-body-content h1 {
  font-size: 46px;
  line-height: 1.2;
  text-transform: uppercase;
  color: white;
}
.single-post .single-post-hero .cc-news-body .cc-news-body-content p {
  font-size: 18px;
  line-height: 1.8;
  color: #D7DEE3;
}
.single-post .single-post-hero .cc-news-body .cc-news-body-content .single-post-meta {
  display: flex;
  gap: 10px;
  color: white;
  align-items: center;
  margin-top: 10px;
}
.single-post .single-post-hero .cc-news-body .cc-news-body-content .single-post-meta .single-post-meta__author {
  display: flex;
  align-items: center;
  gap: 6px;
}
.single-post .single-post-hero .cc-news-body .cc-news-body-content .single-post-meta .single-post-meta__author img {
  border: 2px solid white;
  border-radius: 500px;
}
.single-post .single-post-hero .cc-news-body .cc-news-body-content .single-post-meta .single-post-meta__date {
  opacity: 0.6;
}
.single-post .single-post-layout {
  display: grid;
  gap: 20px;
  grid-template-columns: 2fr 1fr;
}
.single-post .single-post-layout .single-post-content {
  background: #17181a;
  display: grid;
  gap: 16px;
  padding: 20px;
  color: white;
}
.single-post .single-post-layout .single-post-content p {
  font-size: 18px;
  line-height: 1.8;
}
.single-post .single-post-layout .single-post-content p .first-letter {
  font-size: 36px;
  position: relative;
  display: inline-block;
  transform: translateY(6px);
  line-height: 0;
  color: #F5C518;
}
.single-post .single-post-layout .single-post-content h2 {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 28px;
  margin: 10px 0 4px;
  line-height: 1.2;
  font-weight: 600;
  white-space: nowrap;
}
.single-post .single-post-layout .single-post-content h2::after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.08) 45%, rgba(255, 255, 255, 0.02) 100%);
}
.single-post .single-post-layout .single-post-content ul {
  list-style-type: disc;
  font-size: 18px;
  margin-left: 20px;
}
.single-post .single-post-layout .single-post-content ul li {
  margin: 2px 0;
}
.single-post .single-post-layout .single-post-content a {
  color: #F5C518;
}
.single-post .single-post-layout .single-post-content a[target="_blank"]::after {
  content: " ↗";
  font-size: 0.75em;
  vertical-align: super;
  text-decoration: none;
  display: inline-block;
  margin-left: 2px;
}
.single-post .single-post-layout aside {
  background: #17181a;
}
.wp-block-embed-youtube iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border-radius: 5px;
}
.rn-archive {
  display: grid;
  gap: 32px;
  color: #1a1a1a;
}
.rn-archive button {
  cursor: pointer;
}
.rn-archive .rn-archive-header {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  gap: 12px 24px;
  align-items: end;
  padding: 0 4px;
}
.rn-archive .rn-archive-header h1,
.rn-archive .rn-archive-header h2,
.rn-archive .rn-archive-header h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.1;
}
.rn-archive .rn-archive-header p {
  margin-top: 2px;
  color: rgba(26, 26, 26, 0.84);
  font-weight: 500;
}
.rn-archive .rn-archive-header .rn-archive-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: end;
}
.rn-archive .rn-switch-btn,
.rn-archive .rn-show-btn,
.rn-archive .rn-page-btn,
.rn-archive .rn-page-prev,
.rn-archive .rn-page-next {
  min-height: 38px;
  padding: 8px 18px;
  border: 2px solid #1a1a1a;
  box-shadow: 3px 3px 0 #1a1a1a;
  background: white;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.rn-archive .rn-switch-btn:hover,
.rn-archive .rn-show-btn:hover,
.rn-archive .rn-page-btn:hover,
.rn-archive .rn-page-prev:hover,
.rn-archive .rn-page-next:hover,
.rn-archive .rn-switch-btn:focus-visible,
.rn-archive .rn-show-btn:focus-visible,
.rn-archive .rn-page-btn:focus-visible,
.rn-archive .rn-page-prev:focus-visible,
.rn-archive .rn-page-next:focus-visible {
  border-color: #214991;
  outline: none;
}
.rn-archive .rn-switch-btn.is-active,
.rn-archive .rn-show-btn.is-active,
.rn-archive .rn-page-btn.is-active,
.rn-archive .rn-page-prev.is-active,
.rn-archive .rn-page-next.is-active {
  border-color: black;
  background: #214991;
  color: white;
}
.rn-archive .rn-switch-btn {
  font-family: 'Roboto Mono';
  text-transform: uppercase;
  letter-spacing: 0;
}
.rn-archive .rn-archive-filters {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 16px 18px;
  align-items: end;
  padding: 22px 20px;
  border: 4px solid black;
  background: #F5C518;
}
.rn-archive .rn-archive-filters label {
  display: grid;
  gap: 4px;
  color: rgba(26, 26, 26, 0.92);
  font-size: 14px;
  line-height: 1.2;
}
.rn-archive .rn-archive-filters input,
.rn-archive .rn-archive-filters select {
  width: 100%;
  min-height: 52px;
  padding: 12px 16px;
  border: 1px solid black;
  background: white;
  color: #1a1a1a;
  outline: none;
}
.rn-archive .rn-archive-filters input:focus,
.rn-archive .rn-archive-filters select:focus {
  border-color: #214991;
}
.rn-archive .rn-archive-filters .rn-archive-search {
  padding-left: 18px;
}
.rn-archive .rn-archive-filters button[type="submit"],
.rn-archive .rn-archive-filters .rn-filter-btn {
  min-height: 52px;
  min-width: 156px;
  padding: 12px 24px;
  border: 1px solid #214991;
  background: #214991;
  color: white;
  font-family: 'Roboto Mono';
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0;
}
.rn-archive .rn-archive-filters button[type="submit"]:hover,
.rn-archive .rn-archive-filters .rn-filter-btn:hover,
.rn-archive .rn-archive-filters button[type="submit"]:focus-visible,
.rn-archive .rn-archive-filters .rn-filter-btn:focus-visible {
  background: #0d5f9d;
  outline: none;
}
.rn-archive .rn-archive-filters .rn-archive-shows,
.rn-archive .rn-archive-filters .rn-show-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.rn-archive .rn-archive-table {
  overflow: hidden;
  border: 4px solid black;
  background: white;
}
.rn-archive .rn-archive-table .rn-archive-head {
  display: none;
}
.rn-archive .rn-archive-table .rn-archive-body {
  min-height: 60px;
  font-size: 14px;
}
.rn-archive .rn-archive-table .rn-archive-body.is-loading {
  opacity: 0.56;
  pointer-events: none;
}
.rn-archive .rn-archive-table .rn-archive-row > * {
  min-width: 0;
}
.rn-archive .rn-archive-table .rn-col-thumb {
  position: relative;
  overflow: hidden;
  background: rgba(26, 26, 26, 0.08);
}
.rn-archive .rn-archive-table .rn-col-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rn-archive .rn-archive-table .rn-col-thumb .rn-thumb-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 36px;
  height: 36px;
  border: 2px solid #F5C518;
  background: rgba(26, 26, 26, 0.78);
  transform: translate(-50%, -50%);
}
.rn-archive .rn-archive-table .rn-col-thumb .rn-thumb-play::before {
  align-self: center;
  justify-self: center;
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #F5C518;
  content: "";
}
.rn-archive .rn-archive-table .rn-col-meta {
  display: grid;
  justify-items: start;
  gap: 4px;
}
.rn-archive .rn-archive-table .rn-col-meta .rn-tag {
  display: inline-block;
  padding: 5px 12px;
  background: #1681cf;
  color: #1a1a1a;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
}
.rn-archive .rn-archive-table .rn-col-title {
  overflow-wrap: anywhere;
  line-height: 1.3;
}
.rn-archive .rn-archive-table .rn-col-title a {
  color: inherit;
  text-decoration: none;
}
.rn-archive .rn-archive-table .rn-col-title a:hover {
  text-decoration: underline;
}
.rn-archive .rn-archive-table .rn-col-detail a {
  text-decoration: none;
  text-transform: uppercase;
  min-width: 108px;
  padding: 9px 14px;
  font-size: 14px;
  border: 1px solid rgba(26, 26, 26, 0.62);
  background: rgba(255, 255, 255, 0.56);
  color: #1a1a1a;
  letter-spacing: 0;
  display: inline-block;
  text-align: center;
  font-family: 'Roboto Mono';
}
.rn-archive .rn-archive-table .rn-col-detail a::after {
  content: " \2192";
  font-family: 'Rubik';
  font-size: 18px;
  line-height: 0;
}
.rn-archive .rn-archive-table .rn-col-detail a:hover,
.rn-archive .rn-archive-table .rn-col-detail a:focus-visible {
  border-color: #214991;
  background: white;
  outline: none;
}
.rn-archive .rn-archive-table.is-list .rn-archive-body {
  display: grid;
  padding: 12px 0;
}
.rn-archive .rn-archive-table.is-list .rn-archive-row {
  display: grid;
  align-items: center;
  grid-template-columns: 132px 126px minmax(260px, 1fr) 56px 112px;
  gap: 16px;
  min-height: 78px;
  padding: 10px 18px;
  border-bottom: 1px solid rgba(26, 26, 26, 0.11);
}
.rn-archive .rn-archive-table.is-list .rn-archive-row:last-child {
  border-bottom: none;
}
.rn-archive .rn-archive-table.is-list .rn-col-thumb {
  width: 120px;
  aspect-ratio: 2 / 1;
}
.rn-archive .rn-archive-table.is-list .rn-col-detail {
  justify-self: end;
}
.rn-archive .rn-archive-table.is-grid .rn-archive-body {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  padding: 22px 18px;
}
.rn-archive .rn-archive-table.is-grid .rn-archive-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto auto 1fr;
  align-content: start;
  gap: 16px;
  height: 100%;
  min-height: 78px;
}
.rn-archive .rn-archive-table.is-grid .rn-col-thumb {
  grid-column: 1 / -1;
  grid-row: 1;
  width: 100%;
  aspect-ratio: 2 / 1;
}
.rn-archive .rn-archive-table.is-grid .rn-col-meta {
  grid-column: 1 / -1;
  grid-row: 2;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  width: 100%;
}
.rn-archive .rn-archive-table.is-grid .rn-col-meta .rn-date {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
}
.rn-archive .rn-archive-table.is-grid .rn-col-meta .rn-tag {
  grid-column: 1;
  grid-row: 1;
}
.rn-archive .rn-archive-table.is-grid .rn-col-title {
  grid-column: 1 / -1;
  grid-row: 3;
}
.rn-archive .rn-archive-table.is-grid .rn-col-yt {
  display: flex;
  flex-wrap: wrap;
  grid-column: 2;
  grid-row: 4;
  align-self: end;
  gap: 8px;
  justify-content: end;
  justify-self: end;
}
.rn-archive .rn-archive-table.is-grid .rn-col-detail {
  grid-column: 1;
  grid-row: 4;
  align-self: end;
  justify-self: start;
}
.rn-archive .rn-archive-table.is-grid .rn-col-detail a {
  min-width: 0;
  padding: 7px 12px;
  font-size: 12px;
}
.rn-archive .rn-archive-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  padding-top: 8px;
}
@media screen and (max-width: 1100px) {
  .rn-archive .rn-archive-filters {
    grid-template-columns: minmax(240px, 1fr) 1fr;
  }
  .rn-archive .rn-archive-filters button[type="submit"],
  .rn-archive .rn-archive-filters .rn-filter-btn {
    justify-self: start;
  }
  .rn-archive .rn-archive-table.is-list .rn-archive-body .rn-archive-row {
    grid-template-columns: 120px 116px minmax(180px, 1fr) 44px 108px;
    gap: 12px;
  }
  .rn-archive .rn-archive-table.is-grid .rn-archive-body {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
  .rn-archive .rn-archive-table.is-grid .rn-archive-row {
    gap: 12px;
  }
}
@media screen and (max-width: 760px) {
  .rn-archive .rn-archive-header,
  .rn-archive .rn-archive-filters {
    grid-template-columns: 1fr;
  }
  .rn-archive .rn-archive-header .rn-archive-switch {
    justify-content: start;
  }
  .rn-archive .rn-archive-filters {
    padding: 16px;
  }
  .rn-archive .rn-archive-filters button[type="submit"],
  .rn-archive .rn-archive-filters .rn-filter-btn {
    width: 100%;
  }
  .rn-archive .rn-archive-table.is-list .rn-archive-body .rn-archive-row {
    grid-template-columns: 104px minmax(0, 1fr) auto;
    gap: 8px 12px;
    min-height: 0;
    padding: 12px;
  }
  .rn-archive .rn-archive-table.is-list .rn-archive-body .rn-archive-row .rn-col-thumb {
    grid-row: span 3;
    width: 104px;
  }
  .rn-archive .rn-archive-table.is-list .rn-archive-body .rn-archive-row .rn-col-meta,
  .rn-archive .rn-archive-table.is-list .rn-archive-body .rn-archive-row .rn-col-title {
    grid-column: 2;
  }
  .rn-archive .rn-archive-table.is-list .rn-archive-body .rn-archive-row .rn-col-yt {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }
  .rn-archive .rn-archive-table.is-list .rn-archive-body .rn-archive-row .rn-col-detail {
    grid-column: 2 / -1;
    justify-self: start;
  }
  .rn-archive .rn-archive-table.is-grid .rn-archive-body {
    grid-template-columns: 1fr;
    gap: 8px 12px;
    padding: 12px;
  }
  .rn-archive .rn-archive-table.is-grid .rn-archive-row {
    gap: 8px 12px;
    min-height: 0;
  }
}
.rn-detail .rn-detail-header {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
.rn-detail .rn-detail-header .rn-detail-iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.rn-detail .rn-detail-header .rn-detail-iframe iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
}
