/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/styles/main.scss ***!
  \******************************************************************************************************************/
@charset "UTF-8";
* {
  box-sizing: border-box;
}

:root {
  --flow-space: 1.5rem;
  --font-size-base: 1rem;
  --line-height-base: 1.6;
  --font-stack-sans: Geist, sans-serif;
  --font-stack-serif: Georgia, serif;
  --max-line-length: 80ch;
}

::selection {
  background: rgba(189, 239, 41, 0.5);
  color: black;
  text-shadow: none;
}

::-moz-selection {
  background: rgba(189, 239, 41, 0.5);
  color: black;
  text-shadow: none;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-stack-sans);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  color: #111;
  background-color: #f9fafb;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  margin-top: var(--flow-space);
  margin-bottom: 0.5em;
  max-width: var(--max-line-length);
  letter-spacing: -0.02em;
}

p,
ul,
ol,
blockquote {
  margin-top: var(--flow-space);
  margin-bottom: 0;
  max-width: var(--max-line-length);
}

ul,
ol {
  padding-left: 1.25em;
}

img,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

figure {
  margin: var(--flow-space) 0;
}

blockquote {
  border-left: 0.25em solid #ccc;
  padding-left: 1em;
  font-style: italic;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
  margin-top: var(--flow-space);
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

.page-header h1 {
  margin-block-start: 0;
  max-width: 20ch;
}

.single .page-header h1 {
  max-width: none;
}

p {
  font-size: var(--wp--preset--font-size--step-0);
}

a {
  color: #2e2d2b;
  text-decoration: underline;
  text-decoration-thickness: max(1px, 0.0625rem);
  text-underline-offset: 0.1578em;
}
a:hover {
  text-decoration-thickness: max(3px, 0.1875rem, 0.12em);
  text-decoration-color: #b9ef29;
}

h2.wp-block-heading {
  margin-block-start: clamp(2rem, 1.9286rem + 0.3571vw, 2.25rem);
}

.wp-block-image {
  margin-block-start: clamp(3rem, 2.8929rem + 0.5357vw, 3.375rem);
}

.article-content h1 + p {
  margin-block-start: clamp(3rem, 2.8929rem + 0.5357vw, 3.375rem);
}
.article-content h2 + p {
  margin-block-start: 0;
}
.article-content h3 + p {
  margin-block-start: 0;
}
.article-content h4 + p {
  margin-block-start: 0;
}

.site {
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
}
.site-sidebar {
  flex-basis: 19rem;
  flex-grow: 1;
  position: relative;
  padding: clamp(1rem, 0.9643rem + 0.1786vw, 1.125rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.site-main {
  flex-basis: 0;
  flex-grow: 999;
  min-width: 66%;
  display: flex;
  flex-direction: column;
  padding: clamp(1rem, 0.9643rem + 0.1786vw, 1.125rem);
  max-height: 100vh;
}
.site-main__inner {
  background-color: #fff;
  height: 100%;
  padding: clamp(3rem, 2.8929rem + 0.5357vw, 3.375rem);
  border: 1px solid #d1d5db;
  border-radius: 8px;
  overflow: auto;
  overflow-x: hidden;
  /*
  &::-webkit-scrollbar {
      width: 0.5rem;
  }
  &::-webkit-scrollbar-thumb {
      background-color: color.$system-subtle;
      border-radius: 4px;
  }
  &::-webkit-scrollbar-track {
      background-color: color.$white;
  }
  &::-webkit-scrollbar-corner {
      background-color: color.$white;
  }
  &::-webkit-scrollbar-button {
      display: none;
  }
  &::-webkit-scrollbar-track-piece {
      background-color: color.$white;
  }
  &::-webkit-scrollbar-thumb:hover {
      background-color: color.$system-subtle;
  }
  &::-webkit-scrollbar-thumb:active {
      background-color: color.$system-subtle;
  }
  &::-webkit-scrollbar-thumb:focus {
      background-color: color.$system-subtle;
  }
  &::-webkit-scrollbar-thumb:disabled {
      background-color: color.$system-subtle;
  }
  &::-webkit-scrollbar-thumb:vertical {
      background-color: color.$system-subtle;
  }
  &::-webkit-scrollbar-thumb:horizontal {
      background-color: color.$system-subtle;
  }
  &::-webkit-scrollbar-corner:active {
      background-color: color.$system-subtle;
  }
  &::-webkit-scrollbar-corner:hover {
      background-color: color.$system-subtle;
  }
  &::-webkit-scrollbar-corner:focus {
      background-color: color.$system-subtle;
  }
  &::-webkit-scrollbar-corner:disabled {
      background-color: color.$system-subtle;
  }
  &::-webkit-scrollbar-corner:vertical {
      background-color: color.$system-subtle;
  }
  &::-webkit-scrollbar-corner:horizontal {
      background-color: color.$system-subtle;
  }
  &::-webkit-scrollbar-corner:active:hover {
      background-color: color.$system-subtle;
  }
  &::-webkit-scrollbar-corner:active:focus {
      background-color: color.$system-subtle;
  }
  &::-webkit-scrollbar-corner:active:disabled {
      background-color: color.$system-subtle;
  }
  &::-webkit-scrollbar-corner:active:vertical {
      background-color: color.$system-subtle;
  }
  &::-webkit-scrollbar-corner:active:horizontal {
      background-color: color.$system-subtle;
  }
  &::-webkit-scrollbar-corner:hover:active {
      background-color: color.$system-subtle;
  }
  &::-webkit-scrollbar-corner:hover:focus {
      background-color: color.$system-subtle;
  }
  &::-webkit-scrollbar-corner:hover:disabled {
      background-color: color.$system-subtle;
  }
  &::-webkit-scrollbar-corner:hover:vertical {
      background-color: color.$system-subtle;
  }
  &::-webkit-scrollbar-corner:hover:horizontal {
      background-color: color.$system-subtle;
  }
  &::-webkit-scrollbar-corner:focus:active {
      background-color: color.$system-subtle;
  }
  &::-webkit-scrollbar-corner:focus:hover {
      background-color: color.$system-subtle;
  }
  &::-webkit-scrollbar-corner:focus:disabled {
      background-color: color.$system-subtle;
  }
  &::-webkit-scrollbar-corner:focus:vertical {
      background-color: color.$system-subtle;
  }
  &::-webkit-scrollbar-corner:focus:horizontal {
      background-color: color.$system-subtle;
  }
  &::-webkit-scrollbar-corner:disabled:active {
      background-color: color.$system-subtle;
  }
  &::-webkit-scrollbar-corner:disabled:hover {
      background-color: color.$system-subtle;
  }
  &::-webkit-scrollbar-corner:disabled:focus {
      background-color: color.$system-subtle;
  }
      */
}

.offcanvas {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 520px;
  height: 100%;
  background: #fff;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateX(100%);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 10001;
  display: flex;
  flex-direction: column;
  will-change: transform; /* Hint for GPU acceleration */
}

/* When open */
.offcanvas.open {
  transform: translateX(0%);
}

/* Backdrop */
.offcanvas-backdrop {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.08);
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: opacity;
  pointer-events: none;
  cursor: pointer;
}

.offcanvas-backdrop.show {
  display: block;
  opacity: 1;
  pointer-events: all;
}

/* Header and body */
.offcanvas-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(1rem, 0.9643rem + 0.1786vw, 1.125rem) clamp(2rem, 1.9286rem + 0.3571vw, 2.25rem);
  border-bottom: 1px solid #d1d5db;
}
.offcanvas-header h3 {
  font-size: var(--wp--preset--font-size--step-1);
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.05em;
}

.offcanvas-body {
  overflow-y: auto;
  padding: clamp(2rem, 1.9286rem + 0.3571vw, 2.25rem);
  flex-grow: 1;
}

/* Prevent scroll when offcanvas is open */
body.offcanvas-open {
  overflow: hidden;
}

.site-header {
  padding-top: clamp(3rem, 2.8929rem + 0.5357vw, 3.375rem);
  padding-bottom: clamp(4rem, 3.8571rem + 0.7143vw, 4.5rem);
}
.site-header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background: #fff;
  z-index: 9999;
  padding: 24px;
  border-radius: 8px;
}

@media screen and (min-width: 1050px) {
  .menu-button {
    padding: 8px 12px !important;
    border: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 4px;
  }
}

.menu-toggle {
  display: block;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
  padding: 1rem;
}
.menu-toggle .menu-icon {
  width: 24px;
  height: 2px;
  background: #000;
  display: block;
  position: relative;
  transition: background 0.3s;
}
.menu-toggle .menu-icon::before, .menu-toggle .menu-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background: #000;
  transition: transform 0.3s, top 0.3s;
}
.menu-toggle .menu-icon::before {
  top: -8px;
}
.menu-toggle .menu-icon::after {
  top: 8px;
}
.menu-toggle.is-active .menu-icon {
  background: transparent;
}
.menu-toggle.is-active .menu-icon::before {
  transform: rotate(45deg);
  top: 0;
}
.menu-toggle.is-active .menu-icon::after {
  transform: rotate(-45deg);
  top: 0;
}

.nav-wrapper {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 300px;
  height: 100%;
  background: white;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transition: right 0.3s ease;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  overflow-y: auto;
  padding-top: calc(clamp(4rem, 3.8571rem + 0.7143vw, 4.5rem) * 2);
}
.nav-wrapper.is-active {
  right: 0;
}

.nav-main {
  padding-top: 90px;
}
@media screen and (min-width: 1050px) {
  .nav-main {
    padding-top: 0;
  }
}
.nav-main ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-main ul li {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #D9D9D9;
}
.nav-main ul li a {
  color: #2e2d2b;
  font-size: var(--wp--preset--font-size--step-1);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.nav-main ul li.has-dropdown .dropdown-toggle::after {
  display: none;
}
.nav-main ul li.has-dropdown.is-open .dropdown-toggle::after {
  content: "−";
}
.nav-main ul li.has-dropdown .dropdown-menu {
  display: none;
  padding-left: clamp(1.5rem, 1.4464rem + 0.2679vw, 1.6875rem);
  margin-top: clamp(1rem, 0.9643rem + 0.1786vw, 1.125rem);
  visibility: visible !important;
  opacity: 1 !important;
}
.nav-main ul li.has-dropdown .dropdown-menu.is-open {
  display: flex;
}
.nav-main ul li.has-dropdown .dropdown-menu li {
  margin-bottom: clamp(1rem, 0.9643rem + 0.1786vw, 1.125rem);
  border-bottom: none;
}
.nav-main ul li.has-dropdown .dropdown-menu li a {
  font-size: var(--wp--preset--font-size--step-0);
  opacity: 0.8;
}
.nav-main ul li.has-dropdown .dropdown-menu li.has-dropdown .dropdown-menu {
  padding-left: clamp(2rem, 1.9286rem + 0.3571vw, 2.25rem);
}

@media (min-width: 1050px) {
  .menu-toggle {
    display: none;
  }
  .nav-wrapper {
    position: static !important;
    right: auto !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    background: none !important;
    box-shadow: none !important;
    z-index: auto !important;
    transition: none !important;
    display: block !important;
    flex-direction: row !important;
    padding: 0 !important;
    overflow-y: visible !important;
    padding-top: 0 !important;
  }
  .nav-main {
    z-index: 2000;
    position: relative;
  }
  .nav-main ul {
    flex-direction: row;
    align-items: center;
    gap: clamp(1rem, 1rem + 1 * (100vw - 1050px) / 230, 2rem);
  }
  .nav-main ul li {
    position: relative;
    margin-bottom: 0;
    border-bottom: 3px solid transparent;
    padding-bottom: 0;
  }
  .nav-main ul li a {
    font-size: clamp(16px, 16px + 3.2 * (100vw - 1050px) / 230, 19.2px);
  }
  .nav-main ul li:hover {
    border-bottom: 3px solid #b9ef29;
  }
  .nav-main ul li.has-dropdown:hover {
    border-bottom: 3px solid #b9ef29;
  }
  .nav-main ul li.has-dropdown .dropdown-toggle::after {
    display: none;
  }
  .nav-main ul li.has-dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
  }
  .nav-main ul li.has-dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border-left: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    border-top: none;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    min-width: 200px;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-10px);
    z-index: 1000;
    display: block;
    padding-left: 0;
    margin-top: 3px;
  }
  .nav-main ul li.has-dropdown .dropdown-menu li {
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 0;
  }
  .nav-main ul li.has-dropdown .dropdown-menu li:hover {
    background-color: #f5f5f5;
  }
  .nav-main ul li.has-dropdown .dropdown-menu li a {
    padding: 16px;
    font-size: var(--wp--preset--font-size--step-0);
    opacity: 1;
  }
  .nav-main ul li.has-dropdown .dropdown-menu li a:hover {
    background-color: #f5f5f5;
  }
  .nav-main ul li.has-dropdown .dropdown-menu li.has-dropdown .dropdown-menu {
    top: 0;
    left: 100%;
  }
  .nav-main ul li.has-dropdown:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0);
  }
}
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  z-index: 999;
  transition: opacity 0.3s ease;
}

.nav-overlay.is-active {
  opacity: 1;
  pointer-events: all;
}

.dropdown-menu li {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 1050px) {
  .current-menu-item.menu-button {
    border: 1px solid #000 !important;
  }
}
.current-menu-item a {
  border-left: 3px solid #b9ef29;
  border-bottom: none !important;
  padding-left: 16px;
}
@media screen and (min-width: 1050px) {
  .current-menu-item a {
    border-left: none;
    padding-left: 0;
  }
}
.current-menu-item {
  border-left: none;
  border-bottom: none;
}
@media screen and (min-width: 1050px) {
  .current-menu-item {
    border-left: none;
    padding-left: 0;
    border-bottom: 3px solid #b9ef29 !important;
  }
}

.current-menu-parent .current-menu-item > a {
  border-left: none !important;
  padding-left: 0 !important;
}
@media screen and (min-width: 1050px) {
  .current-menu-parent .current-menu-item > a {
    border-left: none !important;
  }
}
.current-menu-parent .current-menu-item {
  border-left: none !important;
  border-bottom: none !important;
}
@media screen and (min-width: 1050px) {
  .current-menu-parent .current-menu-item {
    padding-left: 16px !important;
    border-bottom: 1px solid #EDEDED !important;
  }
}

body.menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

#footer {
  margin-block-start: clamp(4rem, 3.8571rem + 0.7143vw, 4.5rem);
  border-top: 1px solid #d1d5db;
}
#footer .footer-cta {
  background: #144444;
  padding-top: clamp(4rem, 3.8571rem + 0.7143vw, 4.5rem);
  padding-bottom: clamp(4rem, 3.8571rem + 0.7143vw, 4.5rem);
  color: #fff;
}
#footer .footer-cta__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 1.4464rem + 0.2679vw, 1.6875rem);
}
#footer .footer-cta__inner .title {
  max-width: 878px;
  width: 100%;
  font-size: clamp(2.0736rem, 1.8395rem + 1.1704vw, 2.5rem);
}
#footer .footer-cta__inner .title .title-secondary {
  color: #b9ef29;
}
#footer .footer-cta__inner .cta-button-container {
  display: flex;
  gap: clamp(1.5rem, 1.4464rem + 0.2679vw, 1.6875rem);
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #footer .footer-cta__inner .cta-button-container {
    flex-direction: row;
    align-items: center;
  }
}
#footer .footer-cta__inner .cta-button-container .cta-button {
  color: #fff;
  font-size: var(--wp--preset--font-size--step-2);
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
#footer .footer-cta__inner .cta-button-container .cta-button:hover {
  text-decoration-thickness: max(3px, 0.1875rem, 0.12em);
  text-decoration-color: #b9ef29 !important;
  text-decoration: underline;
}
#footer .footer-cta__inner .cta-button-container .cta-button .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  #footer .footer-cta__inner .cta-button-container .cta-button .icon-container {
    width: auto;
    height: auto;
  }
}
#footer .footer-cta__inner .cta-button-container .cta-button svg {
  flex-shrink: 0;
}
#footer .footer-cta__inner .cta-button-container .cta-separator {
  display: none;
}
@media screen and (min-width: 768px) {
  #footer .footer-cta__inner .cta-button-container .cta-separator {
    display: block;
    height: 24px;
    width: 1px;
    background: #fff;
  }
}
#footer .footer-cta__inner p, #footer .footer-cta__inner h2 {
  margin: 0;
}
#footer .footer__upper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d1d5db;
  padding: clamp(2rem, 1.9286rem + 0.3571vw, 2.25rem) 0;
}
#footer .footer__upper p {
  margin: 0.5rem;
}
#footer .footer__logo {
  margin-block-start: clamp(3rem, 2.8929rem + 0.5357vw, 3.375rem);
}
#footer .footer__logo svg {
  width: 100%;
}

.text-sm {
  font-size: 0.875rem;
}

.subpages {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1rem, 0.9643rem + 0.1786vw, 1.125rem);
}
.subpages > * {
  flex-grow: 1;
  flex-basis: calc((40rem - 100%) * 999);
}
.subpages > :nth-last-child(n+3),
.subpages > :nth-last-child(n+3) ~ * {
  flex-basis: 100%;
}

.grid {
  display: grid;
  grid-gap: 1rem;
}

@supports (width: min(250px, 100%)) {
  .grid {
    grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
  }
}
.stack {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.stack > * {
  margin-block: 0;
}
.stack > * + * {
  margin-block-start: clamp(2rem, 1.9286rem + 0.3571vw, 2.25rem);
}
.stack--divider > * + * {
  position: relative;
  margin-block-start: clamp(2rem, 1.9286rem + 0.3571vw, 2.25rem);
  padding-block-start: clamp(2rem, 1.9286rem + 0.3571vw, 2.25rem);
}
.stack--divider > * + *::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: currentColor;
  opacity: 0.2;
}

.card-grid {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 1.4464rem + 0.2679vw, 1.6875rem);
}
@media (min-width: 769px) {
  .card-grid {
    display: grid;
    gap: clamp(2rem, 1.9286rem + 0.3571vw, 2.25rem);
    row-gap: clamp(4rem, 3.8571rem + 0.7143vw, 4.5rem);
    grid-template-columns: repeat(12, 1fr);
  }
  .card-grid > * {
    grid-column: span 6;
  }
}

.work-listing {
  margin-block-start: clamp(2rem, 1.9286rem + 0.3571vw, 2.25rem);
}

.breadcrumbs {
  font-size: 0.875rem;
  margin-block-end: clamp(2rem, 1.9286rem + 0.3571vw, 2.25rem);
}
.breadcrumbs__inner {
  display: flex;
  gap: clamp(0.5rem, 0.4821rem + 0.0893vw, 0.5625rem);
}
.breadcrumbs a {
  color: #2e2d2b;
  font-weight: bold;
}

.author {
  display: flex;
  gap: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
  align-items: center;
}
.author__avatar {
  width: 36px;
  height: 36px;
}
.author__avatar img {
  border-radius: 9999px;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author__details {
  display: flex;
  flex-direction: column;
}
.author__name {
  font-weight: bold;
  margin: 0;
  line-height: 1;
}
.author__position {
  color: #6b7280;
}

.card {
  border-radius: 12px;
  padding: clamp(1rem, 0.9643rem + 0.1786vw, 1.125rem);
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.card__logo {
  max-width: 100px;
}
.card__image {
  margin-block-start: 1.5rem;
}
.card__image img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 4px;
}
.card__video video {
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 8px;
}
.card__duration {
  display: flex;
  gap: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
}
.card:hover {
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.05);
}
.card h2 {
  font-size: var(--wp--preset--font-size--step-1);
}
.card a {
  text-decoration: none;
}
.card a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.card--unboxed {
  background: transparent;
  padding: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.card--unboxed .card__image {
  margin-block-start: 0;
}
.card--unboxed .card__image img {
  border-radius: 8px 8px 0 0;
}
.card--unboxed .card__lower {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #fff;
  padding: clamp(1.5rem, 1.4464rem + 0.2679vw, 1.6875rem);
  height: 100%;
  border-radius: 0 0 8px 8px;
}
.card--unboxed .card__lower h2, .card--unboxed .card__lower p {
  margin: 0;
}
.card--unboxed h2 {
  font-weight: normal;
}
.card--unboxed p {
  color: #9ca3af;
  margin-block-start: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
}
.card--unboxed:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

video {
  border-radius: 8px;
}

.button--icon {
  background: #f4f3ff;
  display: inline-flex;
  align-items: center;
  border: 1px solid #d9d6fe;
  border-radius: 6px;
  padding: clamp(0.25rem, 0.2321rem + 0.0893vw, 0.3125rem) clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  color: #5925dc;
  font-size: 16px;
}
.button--icon .icon {
  width: 1em;
  height: 1em;
  margin-inline-end: 0.5rem;
}
.button--white {
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  padding: clamp(0.25rem, 0.2321rem + 0.0893vw, 0.3125rem) clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
  font-family: sans-serif;
  font-weight: bold;
  color: #2e2d2b;
  font-size: 16px;
  text-decoration: none;
}

.tease {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 0.9643rem + 0.1786vw, 1.125rem);
  max-width: var(--max-line-length);
  position: relative;
}
.tease > * {
  margin: 0;
}
.tease h2 a {
  color: #2e2d2b;
  text-decoration: none;
}
.tease h2 a:hover {
  text-decoration: underline;
}
.tease h2 a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.facetwp-facet-categories {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.5rem, 1.4464rem + 0.2679vw, 1.6875rem);
}
.facetwp-facet-categories .facetwp-radio {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.5rem, 0.4821rem + 0.0893vw, 0.5625rem);
  padding: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem) clamp(1rem, 0.9643rem + 0.1786vw, 1.125rem);
  line-height: 1;
  border-radius: 4px;
  cursor: pointer;
  background-color: transparent;
  color: #2e2d2b;
  transition: all 0.2s ease;
  font-size: var(--wp--preset--font-size--step-1);
  background: transparent;
  min-width: 3rem;
  text-align: center;
}
.facetwp-facet-categories .facetwp-radio input[type=radio] {
  display: none;
}
.facetwp-facet-categories .facetwp-radio .facetwp-counter {
  opacity: 0.6;
  font-size: 1rem;
}
.facetwp-facet-categories .facetwp-radio.checked {
  background: #b9ef29;
  border-color: #b9ef29;
}
.facetwp-facet-categories .facetwp-radio:hover {
  background: #d1d5db;
}

.categories {
  margin: 0;
  padding: 0;
}
.categories .category {
  display: flex;
  gap: clamp(0.5rem, 0.4821rem + 0.0893vw, 0.5625rem);
  align-items: center;
}

.pull-out-text {
  margin-block-start: clamp(1.5rem, 1.4464rem + 0.2679vw, 1.6875rem);
  border-left: 6px solid #5fbca2;
  padding: clamp(1.5rem, 1.4464rem + 0.2679vw, 1.6875rem);
  background: #f9fafb;
}
.pull-out-text p {
  margin: 0;
}

.wp-block-separator {
  border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
  width: 100%;
}

.home h1 {
  font-size: var(--wp--preset--font-size--step-6);
}

.page-template-page-platform .site-header {
  position: absolute;
  width: 100%;
  padding-top: 54px;
  z-index: 9999;
}
.page-template-page-platform .site-header .wrapper {
  background: rgba(255, 255, 255, 0.1);
  z-index: 9999;
  padding: 24px;
  border-radius: 8px;
}
.page-template-page-platform .site-header .wrapper .nav-logo-container {
  display: flex;
  align-items: center;
}
.page-template-page-platform .site-header .wrapper .nav-logo-container .logo-separator {
  border: 1px solid #fff;
  height: 27px;
  width: 1px;
  margin: 0 24px;
}
.page-template-page-platform .site-header .wrapper .logo path {
  fill: #fff;
}
.page-template-page-platform .site-header .wrapper .menu-toggle:not(.is-active) .menu-icon {
  background: #fff !important;
}
.page-template-page-platform .site-header .wrapper .menu-toggle:not(.is-active) .menu-icon:before, .page-template-page-platform .site-header .wrapper .menu-toggle:not(.is-active) .menu-icon:after {
  background: #fff !important;
}
@media screen and (min-width: 1050px) {
  .page-template-page-platform .site-header .wrapper .nav-wrapper .top-level-item > a {
    color: #fff;
  }
  .page-template-page-platform .site-header .wrapper .nav-wrapper .top-level-item .dropdown-toggle path {
    stroke: #fff;
  }
  .page-template-page-platform .site-header .wrapper .nav-wrapper .menu-button {
    border: 1px solid #fff !important;
  }
}
.page-template-page-platform .article-content > :not(.temper-hero-block) {
  top: -110px;
  position: relative;
}
.page-template-page-platform .breadcrumbs__inner {
  color: #fff;
}
.page-template-page-platform .breadcrumbs__inner a {
  color: #fff;
}

.is-position-sticky {
  top: calc(clamp(2rem, 1.9286rem + 0.3571vw, 2.25rem) + var(--wp-admin--admin-bar--position-offset, clamp(2rem, 1.9286rem + 0.3571vw, 2.25rem))) !important;
}

.wp-block-post-author__avatar img {
  border-radius: 9999px;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.wp-block-post-author {
  border-top: 1px solid #d1d5db;
  border-bottom: 1px solid #d1d5db;
  padding: clamp(1rem, 0.9643rem + 0.1786vw, 1.125rem) 0;
  align-items: center;
}
.wp-block-post-author__name {
  font-weight: bold;
}
