/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scss/shared.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
.ad-block--footer {
  padding-top: 2.5rem;
  display: none;
}
@media (min-width: 1024px) {
  .ad-block--footer {
    display: block;
  }
}
.site-footer {
  margin-block-start: 0;
  background-color: rgba(0, 0, 0, 0.05);
}
.site-footer .site-footer__content {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px) {
  .site-footer .site-footer__content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .site-footer .site-footer__content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.site-footer .site-footer__nav.wp-block-navigation {
  --navigation-layout-align: start;
}
.site-footer .site-footer__nav.wp-block-navigation .wp-block-navigation__container {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 782px) {
  .site-footer .site-footer__nav.wp-block-navigation .wp-block-navigation__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .site-footer .site-footer__nav.wp-block-navigation .wp-block-navigation__container {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 0;
    grid-template-columns: repeat(4, 1fr);
  }
}
.site-footer .site-footer__nav.wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .site-footer .site-footer__nav.wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item.wp-block-navigation-submenu.has-child {
    width: 100%;
  }
}
.site-footer .site-footer__nav.wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item.wp-block-navigation-submenu.has-child > .wp-block-navigation-item__content {
  font-weight: 600;
  margin-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  pointer-events: none;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .site-footer .site-footer__nav.wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item.wp-block-navigation-submenu.has-child > .wp-block-navigation-item__content {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 0.375rem;
    width: 100%;
  }
}
.site-footer .site-footer__nav.wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item.wp-block-navigation-submenu.has-child .wp-block-navigation__submenu-container {
  transition: none;
  align-items: flex-start;
  background-color: transparent;
  color: currentColor;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  height: auto;
  left: auto;
  opacity: 1;
  overflow: visible;
  position: static;
  top: auto;
  visibility: visible;
  width: auto;
  z-index: 0;
  min-width: 100%;
  border: 0;
}
.site-footer .site-footer__nav.wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item.wp-block-navigation-submenu.has-child .wp-block-navigation__submenu-container .wp-block-navigation-item {
  width: 100%;
}
.site-footer .site-footer__nav.wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item.wp-block-navigation-submenu.has-child .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0.375rem;
  width: 100%;
  text-decoration: none;
}
.site-footer .site-footer__nav.wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item.wp-block-navigation-submenu.has-child .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content:active {
  background-color: rgba(0, 0, 0, 0.05);
}
.site-footer .site-footer__legal {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.site-header {
  position: fixed;
  top: var(--wp--custom--header--inset);
  left: var(--wp--custom--header--inset);
  right: var(--wp--custom--header--inset);
  z-index: 20;
  border-radius: 0.5rem;
  max-width: var(--wide-size);
  margin-left: auto;
  margin-right: auto;
}
.admin-bar .site-header {
  top: calc(var(--wp--custom--header--inset) + var(--wp-admin--admin-bar--height));
}
body:not(.header-top) .site-header {
  backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, 0.8);
}
.site-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: var(--wp--custom--header--height-mobile);
  backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 782px) {
  .site-header {
    height: var(--wp--custom--header--height-desktop);
  }
}
.site-header__content {
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: var(--wp--custom--header--inset);
  padding-right: 0;
}
@media (min-width: 1024px) {
  .site-header__content {
    padding-left: var(--wp--custom--header--inset);
    padding-right: var(--wp--custom--header--inset);
  }
}
.site-header__row {
  gap: 2rem;
  width: 100%;
}
.site-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-logo a,
.site-logo svg {
  transform: none !important;
}
.header-search-navigation-wrapper {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .header-search-navigation-wrapper {
    display: contents;
  }
}
.header-search-navigation-wrapper .site-navigation {
  order: 2;
}
@media (min-width: 1024px) {
  .header-search-navigation-wrapper .site-navigation {
    order: 1;
  }
}
.header-search-navigation-wrapper .site-search {
  order: 1;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (min-width: 1024px) {
  .header-search-navigation-wrapper .site-search {
    order: 2;
  }
}
@media screen and (max-width: 1024px) {
  /* hamburger button */
  .wp-block-navigation__responsive-container-open {
    display: block !important;
  }
  /* full menu */
  .wp-block-navigation__responsive-container:not(.is-menu-open.has-modal-open) {
    display: flex !important;
    position: fixed !important;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .wp-block-navigation .wp-block-navigation__responsive-container {
    width: 100vw;
    height: 100vh;
    justify-content: center;
    overflow-x: hidden;
    background-color: var(--wp--custom--color--base);
  }
}
@media screen and (max-width: 1024px) and (max-width: 1023px) {
  .site-header .wp-block-navigation .wp-block-navigation__responsive-container {
    top: calc(var(--wp--custom--header--inset) * -1);
    left: calc(var(--wp--custom--header--inset) * -1);
  }
}
@media screen and (max-width: 1024px) {
  .site-header .wp-block-navigation .wp-block-navigation__responsive-container {
    transition: background-color var(--wp--custom--navigation--animation-duration) ease, color var(--wp--custom--navigation--animation-duration) ease, transform var(--wp--custom--navigation--animation-duration) var(--wp--custom--navigation--close-animation-timing-function), opacity var(--wp--custom--navigation--animation-duration) var(--wp--custom--navigation--close-animation-timing-function) var(--wp--custom--navigation--animation-duration), left 0s ease var(--wp--custom--navigation--animation-duration), z-index 0s ease var(--wp--custom--navigation--animation-duration);
    transform: translateX(50rem);
    opacity: 0;
    left: 100vw;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open {
    transition: background-color var(--wp--custom--navigation--animation-duration) ease, color var(--wp--custom--navigation--animation-duration) ease, transform var(--wp--custom--navigation--animation-duration) var(--wp--custom--navigation--open-animation-timing-function), opacity var(--wp--custom--navigation--animation-duration) var(--wp--custom--navigation--open-animation-timing-function), left 0s ease 0s;
    transform: translateX(0);
    opacity: 1;
    left: calc(var(--wp--custom--header--inset) * -1);
  }
}
.site-header .wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation-item.wp-block-navigation-submenu .wp-block-navigation__submenu-container {
  position: fixed;
  display: flex;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem;
  flex-direction: column;
  gap: 2rem;
  visibility: visible;
}
@media (max-width: 1023px) {
  .site-header .wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation-item.wp-block-navigation-submenu .wp-block-navigation__submenu-container {
    padding-top: calc(5rem + 24px);
  }
}
@media (min-width: 1024px) {
  .site-header .wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation-item.wp-block-navigation-submenu .wp-block-navigation__submenu-container {
    left: auto;
    top: calc(var(--wp--custom--header--inset) * -1);
    width: 20rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }
}
.site-header .wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation-item.wp-block-navigation-submenu .wp-block-navigation__submenu-container {
  background-color: var(--wp--custom--color--base) !important;
  border: 0 !important;
}
.site-header .wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation-item.wp-block-navigation-submenu .wp-block-navigation-item__content[aria-expanded=false] ~ .wp-block-navigation__submenu-container {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .site-header .wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation-item.wp-block-navigation-submenu .wp-block-navigation-item__content[aria-expanded=false] ~ .wp-block-navigation__submenu-container {
    transition: background-color var(--wp--custom--navigation--animation-duration) ease, color var(--wp--custom--navigation--animation-duration) ease, transform var(--wp--custom--navigation--animation-duration) var(--wp--custom--navigation--close-animation-timing-function), opacity var(--wp--custom--navigation--animation-duration) var(--wp--custom--navigation--close-animation-timing-function) var(--wp--custom--navigation--animation-duration), left 0s ease var(--wp--custom--navigation--animation-duration), z-index 0s ease var(--wp--custom--navigation--animation-duration);
    transform: translateX(50rem);
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .site-header .wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation-item.wp-block-navigation-submenu .wp-block-navigation-item__content[aria-expanded=false] ~ .wp-block-navigation__submenu-container {
    transition: background-color var(--wp--custom--navigation--animation-duration) ease, color var(--wp--custom--navigation--animation-duration) ease, transform var(--wp--custom--navigation--animation-duration) var(--wp--custom--navigation--close-animation-timing-function), opacity var(--wp--custom--navigation--animation-duration) var(--wp--custom--navigation--close-animation-timing-function) var(--wp--custom--navigation--animation-duration), right 0s ease var(--wp--custom--navigation--animation-duration), z-index 0s ease var(--wp--custom--navigation--animation-duration);
    transform: translateX(20rem);
    right: calc((100vw - var(--wide-size)) / -2);
  }
}
.site-header .wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation-item.wp-block-navigation-submenu .wp-block-navigation-item__content[aria-expanded=true] ~ .wp-block-navigation__submenu-container {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .site-header .wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation-item.wp-block-navigation-submenu .wp-block-navigation-item__content[aria-expanded=true] ~ .wp-block-navigation__submenu-container {
    transition: background-color var(--wp--custom--navigation--animation-duration) ease, color var(--wp--custom--navigation--animation-duration) ease, transform var(--wp--custom--navigation--animation-duration) var(--wp--custom--navigation--open-animation-timing-function), opacity var(--wp--custom--navigation--animation-duration) var(--wp--custom--navigation--open-animation-timing-function), left 0s ease 0s;
    transform: translateX(0);
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .site-header .wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation-item.wp-block-navigation-submenu .wp-block-navigation-item__content[aria-expanded=true] ~ .wp-block-navigation__submenu-container {
    transition: background-color var(--wp--custom--navigation--animation-duration) ease, color var(--wp--custom--navigation--animation-duration) ease, transform var(--wp--custom--navigation--animation-duration) var(--wp--custom--navigation--open-animation-timing-function), opacity var(--wp--custom--navigation--animation-duration) var(--wp--custom--navigation--open-animation-timing-function), right 0s ease 0s, z-index 0s ease var(--wp--custom--navigation--animation-duration);
    transform: translateX(0);
    right: calc((100vw - var(--wide-size)) / -2);
  }
}
.site-header .wp-block-navigation {
  position: relative;
}
.site-header .wp-block-navigation .wp-block-navigation__responsive-container-open {
  margin-left: auto;
  color: currentColor;
  padding: 1.5rem;
}
@media (min-width: 1024px) {
  .site-header .wp-block-navigation .wp-block-navigation__responsive-container-open {
    padding: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .wp-block-navigation .wp-block-navigation__responsive-container {
    animation: unset;
    animation-fill-mode: both;
  }
}
@media (max-width: 1023px) {
  .site-header .wp-block-navigation .wp-block-navigation__responsive-container {
    padding: 2rem !important;
    gap: 2rem !important;
    overflow-x: hidden !important;
  }
}
.site-header .wp-block-navigation .wp-block-navigation__responsive-container {
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .site-header .wp-block-navigation .wp-block-navigation__responsive-container:not(.is-menu-open) .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .site-header .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open {
    padding: 2rem !important;
  }
}
.site-header .wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--wide-size, 100%);
  height: 100%;
  --wp--style--global--wide-size: 100%;
}
.site-header .wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog {
  box-sizing: border-box;
  height: 100%;
}
.site-header .wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-close svg {
  fill: currentColor;
}
@media (max-width: 1023px) {
  .site-header .wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content {
    padding-top: calc(3rem + 24px) !important;
  }
}
@media (max-width: 1023px) {
  .site-header .wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
    width: 100%;
  }
}
.site-header .wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-navigation__container .is-menu-open.site-header .wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
  width: 100%;
}
@media (max-width: 1023px) {
  .site-header .wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation-item {
    width: 100%;
  }
}
.site-header .wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
  padding-right: 0;
}
.site-header .wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation-item.wp-block-navigation-submenu {
  display: grid;
  grid-template-areas: "button icon" "list list";
  grid-template-columns: 1fr 20px;
  grid-template-rows: auto minmax(0, auto);
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.site-header .wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation-item.wp-block-navigation-submenu.submenu-open {
  z-index: 20;
}
.site-header .wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation-item.wp-block-navigation-submenu .wp-block-navigation-item__content {
  grid-row: 1;
  grid-column: 1/span 2;
  padding: 0 !important;
}
@media screen and (min-width: 1024px) {
  .site-header .wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation-item.wp-block-navigation-submenu .wp-block-navigation-item__content {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: button;
  }
}
.site-header .wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation-item.wp-block-navigation-submenu .wp-block-navigation__submenu-icon {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-row: 1;
  grid-area: icon;
  margin-left: 0;
  align-self: center;
  justify-self: center;
}
@media (max-width: 1023px) {
  .site-header .wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation-item.wp-block-navigation-submenu .wp-block-navigation__submenu-icon {
    display: block;
    width: 14px;
    transform: rotate(-90deg);
  }
}
@media (max-width: 1023px) {
  .site-header .wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation-item.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
    width: 14px;
    height: 14px;
  }
}
.site-header .wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation-item.wp-block-navigation-submenu .wp-block-navigation__submenu-container .submenu-close-btn {
  background-color: transparent;
  cursor: pointer;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  line-height: 28.8px;
}
.site-header .wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation-item.wp-block-navigation-submenu .wp-block-navigation__submenu-container .submenu-close-btn:hover {
  color: var(--wp--custom--color--primary);
}
@media (max-width: 1023px) {
  .site-header .wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation-item.wp-block-navigation-submenu .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content {
    font-size: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .site-header .wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation-item.wp-block-navigation-submenu .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content {
    font-size: 1rem;
  }
}
.site-header .wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content {
  width: 100%;
}
.site-header .wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content:hover {
  color: var(--wp--custom--color--primary);
}
.site-header .wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content:hover .wp-block-navigation-item__label {
  color: inherit;
}
@media (min-width: 1024px) {
  .site-header .wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content {
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.01em;
  }
}
.site-main {
  margin-block-start: 0;
}
body.kbs-auth-page {
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--wp--preset--color--base, #FFFFFF);
  font-family: var(--wp--custom--typography--font-body, -apple-system, BlinkMacSystemFont, sans-serif);
  -webkit-font-smoothing: antialiased;
}
.kbs-auth-wrapper {
  width: 100%;
  max-width: 440px;
  margin: 2rem auto;
  padding: 0 1rem;
}
.kbs-auth-wrapper__logo {
  display: block;
  text-align: center;
  margin-bottom: 2rem;
}
.kbs-auth-wrapper__logo a {
  display: inline-block;
  line-height: 0;
}
.kbs-auth-wrapper__logo svg {
  width: 244px;
  height: auto;
}
.kbs-auth-wrapper__card {
  background: #fff;
  border-radius: var(--wp--custom--layout--border-radius, 0.75rem);
  padding: 2.5rem 2rem;
  box-shadow: 0 4px 24px -6px rgba(0, 0, 0, 0.1);
}
.kbs-auth-wrapper__footer {
  text-align: center;
  margin-top: 1.5rem;
}
.kbs-auth-wrapper__footer a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8125rem;
  text-decoration: none;
  transition: color 200ms ease;
}
.kbs-auth-wrapper__footer a:hover {
  color: #fff;
}
.kbs-auth-form {
  max-width: none;
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
}
.kbs-auth-form h1 {
  font-family: var(--wp--custom--typography--font-body, -apple-system, BlinkMacSystemFont, sans-serif);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--wp--preset--color--dark, #1C1F21);
  margin: 0 0 1.5rem;
  text-align: left;
}
.kbs-auth-form__field {
  margin-bottom: 1rem;
}
.kbs-auth-form form button,
.kbs-auth-form form button[type=submit] {
  width: 100%;
  background-color: var(--wp--preset--color--primary, #25488E);
  border: none;
  border-radius: var(--wp--custom--button--border-radius, 0.25rem);
  padding: var(--wp--custom--form--field--padding--y, 0.85rem) var(--wp--custom--form--field--padding--x, 1rem);
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  transition: background-color 200ms ease, transform 100ms ease;
  margin-top: 0.5rem;
}
.kbs-auth-form form button:hover,
.kbs-auth-form form button[type=submit]:hover {
  background-color: color-mix(in srgb, var(--wp--preset--color--primary, #25488E) 85%, #000);
}
.kbs-auth-form form button:active,
.kbs-auth-form form button[type=submit]:active {
  transform: translateY(1px);
}
.kbs-auth-form form button:disabled,
.kbs-auth-form form button[type=submit]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.kbs-auth-error {
  background-color: color-mix(in srgb, var(--wp--custom--form--field--error--color, #CC1818) 10%, transparent);
  border: 1px solid var(--wp--custom--form--field--error--color, #CC1818);
  color: var(--wp--custom--form--field--error--color, #CC1818);
  border-radius: var(--wp--custom--form--field--border--radius, 0.5rem);
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  font-size: 0.8125rem;
  line-height: 1.4;
}
.kbs-social-login-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1.5rem 0;
  font-size: 0.8125rem;
  color: color-mix(in srgb, var(--wp--preset--color--dark, #1C1F21) 50%, transparent);
}
.kbs-social-login-divider::before, .kbs-social-login-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--wp--custom--form--field--border--color, #d1d5db);
}
.kbs-social-buttons {
  display: grid;
  gap: 0.5rem;
}
.kbs-social-buttons button {
  width: 100%;
  height: var(--wp--custom--form--field--height, 52px);
  border-radius: var(--wp--custom--form--field--border--radius, 0.5rem);
  font-size: 0.9375rem;
  cursor: pointer;
  transition: background-color 200ms ease, box-shadow 200ms ease;
}
.kbs-social-buttons .kbs-google-login {
  background: #fff;
  color: #3c4043;
  border: 1.5px solid #dadce0;
  font-weight: 600;
}
.kbs-social-buttons .kbs-google-login:hover {
  background: #f8f9fa;
}
:root {
  --copy-size: 620px;
  --content-size: 1000px;
  --wide-size: 1280px;
  --wp--style--root--padding-top: 0;
  --wp--style--root--padding-bottom: 0;
}
body.kbs {
  --kbs-font-size-9xl: var(--wp--preset--font-size--9-x-large);
  --kbs-font-size-8xl: var(--wp--preset--font-size--8-x-large);
  --kbs-font-size-7xl: var(--wp--preset--font-size--7-x-large);
  --kbs-font-size-6xl: var(--wp--preset--font-size--6-x-large);
  --kbs-font-size-5xl: var(--wp--preset--font-size--5-x-large);
  --kbs-font-size-4xl: var(--wp--preset--font-size--4-x-large);
  --kbs-font-size-3xl: var(--wp--preset--font-size--3-x-large);
  --kbs-font-size-2xl: var(--wp--preset--font-size--xx-large);
  --kbs-font-size-xl: var(--wp--preset--font-size--x-large);
  --kbs-font-size-lg: var(--wp--preset--font-size--large);
  --kbs-font-size-md: var(--wp--preset--font-size--medium);
  --kbs-font-size-sm: var(--wp--preset--font-size--small);
  --kbs-font-size-xs: var(--wp--preset--font-size--x-small);
}
body.kbs.header-top {
  --kbs-site-logo-width-clearance-sticky: 210px;
}
body.kbs:not(.header-top) {
  --kbs-site-logo-width-clearance-sticky: 210px;
}
@media screen and (min-width: 782px) {
  :root {
    --wp--custom--layout--content-padding: 2rem;
    --wp--custom--header--clearance: calc(var(--wp--custom--header--height-tablet) + 2.25rem);
    --wp--custom--spacing--element--margin-top: 2.6rem;
    --wp--custom--spacing--element--margin-bottom: 2.6rem;
    --wp--custom--typography--heading--margin-top: 0;
    --wp--custom--typography--heading--margin-bottom: 2.1rem;
    --wp--custom--typography--text--margin-top: 0;
    --wp--custom--typography--text--margin-bottom: 2.1rem;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --wp--custom--header--clearance: calc(var(--wp--custom--header--height-mobile) + 2.25rem);
  }
}
@media screen and (min-width: 782px) and (max-width: 1280px) {
  body.kbs {
    --copy-size: 482px;
    --content-size: 620px;
    --wide-size: 980px;
    --wp--style--global--wide-size: var(--wide-size);
  }
}
.wp-block-button.is-style-primary .wp-element-button {
  background-color: rgb(35, 58, 173);
  color: #FFF;
}
.wp-block-button.is-style-primary .wp-element-button:hover {
  color: rgb(35, 58, 173);
  background-color: #FFF;
}
.wp-block-button.is-style-primary .wp-element-button:active {
  transform: scale(0.98);
}
.wp-block-button.is-style-outline-primary .wp-element-button {
  background-color: transparent;
  color: rgb(35, 58, 173);
  border: 1px solid rgb(35, 58, 173);
}
.wp-block-button.is-style-outline-primary .wp-element-button:hover {
  background-color: rgb(35, 58, 173);
  color: #FFF;
}
.wp-block-button.is-style-outline-primary .wp-element-button:active {
  transform: scale(0.98);
}
.wp-block-button.is-style-secondary .wp-element-button {
  background-color: rgb(255, 0, 60);
  color: #FFF;
}
.wp-block-button.is-style-secondary .wp-element-button:hover {
  color: rgb(255, 0, 60);
  background-color: #FFF;
}
.wp-block-button.is-style-secondary .wp-element-button:active {
  transform: scale(0.98);
}
.wp-block-button.is-style-outline-secondary .wp-element-button {
  background-color: transparent;
  color: rgb(255, 0, 60);
  border: 1px solid rgb(255, 0, 60);
}
.wp-block-button.is-style-outline-secondary .wp-element-button:hover {
  background-color: rgb(255, 0, 60);
  color: #FFF;
}
.wp-block-button.is-style-outline-secondary .wp-element-button:active {
  transform: scale(0.98);
}
.wp-block-button.is-style-accent .wp-element-button {
  background-color: rgb(216, 52, 118);
  color: #FFF;
}
.wp-block-button.is-style-accent .wp-element-button:hover {
  color: rgb(216, 52, 118);
  background-color: #FFF;
}
.wp-block-button.is-style-accent .wp-element-button:active {
  transform: scale(0.98);
}
.wp-block-button.is-style-outline-accent .wp-element-button {
  background-color: transparent;
  color: rgb(216, 52, 118);
  border: 1px solid rgb(216, 52, 118);
}
.wp-block-button.is-style-outline-accent .wp-element-button:hover {
  background-color: rgb(216, 52, 118);
  color: #FFF;
}
.wp-block-button.is-style-outline-accent .wp-element-button:active {
  transform: scale(0.98);
}
.wp-block-button.is-style-light .wp-element-button {
  background-color: rgb(248, 249, 252);
  color: #000;
}
.wp-block-button.is-style-light .wp-element-button:hover {
  color: rgb(248, 249, 252);
  background-color: #000;
}
.wp-block-button.is-style-light .wp-element-button:active {
  transform: scale(0.98);
}
.wp-block-button.is-style-outline-light .wp-element-button {
  background-color: transparent;
  color: rgb(248, 249, 252);
  border: 1px solid rgb(248, 249, 252);
}
.wp-block-button.is-style-outline-light .wp-element-button:hover {
  background-color: rgb(248, 249, 252);
  color: #000;
}
.wp-block-button.is-style-outline-light .wp-element-button:active {
  transform: scale(0.98);
}
.wp-block-button.is-style-dark .wp-element-button {
  background-color: rgb(29, 25, 30);
  color: #FFF;
}
.wp-block-button.is-style-dark .wp-element-button:hover {
  color: rgb(29, 25, 30);
  background-color: #FFF;
}
.wp-block-button.is-style-dark .wp-element-button:active {
  transform: scale(0.98);
}
.wp-block-button.is-style-outline-dark .wp-element-button {
  background-color: transparent;
  color: rgb(29, 25, 30);
  border: 1px solid rgb(29, 25, 30);
}
.wp-block-button.is-style-outline-dark .wp-element-button:hover {
  background-color: rgb(29, 25, 30);
  color: #FFF;
}
.wp-block-button.is-style-outline-dark .wp-element-button:active {
  transform: scale(0.98);
}
.wp-element-button {
  white-space: nowrap;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  width: auto;
  height: var(--wp--custom--form--field--height);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.wp-block-button__link svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.is-style-link:not(.wp-block-button) {
  display: flex;
  gap: 12px;
  background-color: transparent;
  padding: 0;
  align-items: flex-end;
  line-height: 0.8rem;
  text-decoration: none;
  font-size: var(--wp--custom--button--font-size);
  font-family: var(--wp--custom--button--font-family);
}
.is-style-link:not(.wp-block-button) .wp-element-button {
  display: flex;
  gap: 12px;
  background-color: transparent;
  padding: 0;
  align-items: flex-end;
  line-height: 0.8rem;
  text-decoration: none;
}
.is-style-link svg {
  position: relative;
  width: 0.625rem;
  height: 0.625rem;
  bottom: 0.025rem;
  opacity: 0;
  transform: translateX(-2rem);
  transition: all 0.5s ease;
}
.is-style-link:hover svg {
  transform: translateX(0);
  opacity: 1;
}
.is-style-copy-me .wp-block-button__link {
  background-color: var(--wp--custom--color--primary) !important;
  position: relative !important;
  overflow: hidden !important;
  font-size: 2rem !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 300ms !important;
  line-height: 1 !important;
}
.comment-section {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.comment-meta__author-row {
  height: 40px;
  gap: 0.5rem;
}
.comment-meta__date-edit {
  gap: 0.5rem;
}
.wp-block-comments {
  width: 100%;
  margin: 0;
}
.wp-block-comments .wp-block-comments-title {
  margin-bottom: 1.5rem;
}
.wp-block-comments .wp-block-comment-template {
  margin-top: 2rem;
}
.wp-block-comments #comment-form {
  margin-top: 1.5rem;
}
.wp-block-comments .comment {
  display: flex;
  flex-direction: column;
  position: relative;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
  row-gap: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.wp-block-comments .comment > .wp-block-group:nth-child(1) {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
.wp-block-comments .comment .wp-block-columns {
  gap: 1rem;
}
.wp-block-comments .comment .wp-block-columns .wp-block-column {
  /* Add styles for each column within a comment here */
}
.wp-block-comments .comment .wp-block-comment-author-name {
  letter-spacing: 0.025ch;
}
.wp-block-comments .comment .wp-block-comment-date {
  letter-spacing: 0.025ch;
  color: rgba(0, 0, 0, 0.6392156863);
}
.wp-block-comments .comment .wp-block-comment-date a {
  text-decoration: none;
  pointer-events: none;
}
.wp-block-comments .comment .wp-block-comment-content {
  margin-top: 0;
}
.wp-block-comments .comment .wp-block-comment-content p:last-child,
.wp-block-comments .comment .wp-block-comment-content p:last-of-type {
  margin: 0;
}
.wp-block-comments .comment .wp-block-comment-content .cld-like-dislike-wrap {
  margin-bottom: 0;
  margin-top: 1rem;
}
.wp-block-comments .comment .wp-block-comment-content .cld-like-dislike-wrap .cld-common-wrap {
  display: inline-block;
  min-width: 32px;
}
.wp-block-comments .comment .wp-block-comment-reply-link .comment-reply-link {
  font-size: 0.75rem;
}
.wp-block-comments .wp-block-post-comments-form {
  background-color: #fff;
  padding: 0;
}
.wp-block-comments .wp-block-post-comments-form label {
  margin-bottom: 0.5rem;
}
.wp-block-comments .wp-block-post-comments-form .comment-reply-title {
  display: none;
}
.wp-block-comments .wp-block-post-comments-form .comment-form-comment {
  margin-bottom: 1.5rem;
  box-sizing: border-box;
}
.wp-block-comments .wp-block-post-comments-form .comment-form-comment textarea {
  height: 100px;
}
.wp-block-comments .wp-block-post-comments-form .comment-form-author {
  box-sizing: border-box;
}
.wp-block-comments .wp-block-post-comments-form .comment-form-email {
  box-sizing: border-box;
}
.wp-block-comments .wp-block-post-comments-form .comment-subscription-form {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.wp-block-comments .wp-block-post-comments-form .comment-subscription-form label {
  font-size: inherit !important;
  margin: 0;
}
.wp-block-comments .wp-block-post-comments-form .comment-subscription-form + .comment-subscription-form {
  margin-top: 0.5rem;
  margin-bottom: 1.8rem;
}
.wp-block-comments .wp-block-post-comments-form .form-submit {
  margin-bottom: 0;
}
.wp-block-comments .wp-block-post-comments-form .form-submit input[type=submit] {
  padding-top: var(--wp--custom--button--padding-y-sm);
  padding-bottom: var(--wp--custom--button--padding-y-sm);
  padding-left: var(--wp--custom--button--padding-x-sm);
  padding-right: var(--wp--custom--button--padding-x-sm);
  white-space: nowrap;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  width: auto;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.wp-block-comments .wp-block-post-comments-form .form-submit input[type=submit]:hover {
  background-color: var(--wp--custom--color--primary);
}
.wp-block-comments .comment-subscription-form {
  margin-bottom: 10px;
}
.article-navigation {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 1.5rem !important;
}
.article-navigation .wp-block-post-navigation-link a {
  display: flex;
  gap: 1rem;
  border-radius: 0.375rem;
  background-color: #fff;
  padding: 1.25rem;
  font-size: 0.8rem;
  text-decoration: none;
  align-items: center;
}
.article-navigation .wp-block-post-navigation-link a::before {
  content: "";
  display: block;
  background-color: var(--wp--custom--color--primary);
  background-image: url("data:image/svg+xml,%3Csvg fill=%27currentColor%27 height=%2724%27 viewBox=%270 0 24 24%27 width=%2724%27 xmlns=%27http://www.w3.org/2000/svg%27 id=%27fi_14996719%27%3E%3Cpath clip-rule=%27evenodd%27 d=%27m14.1823 3.26895c-.2911-.2717-.7156-.34479-1.0808-.18609-.3653.1587-.6015.51895-.6015.91715v3h-3c-4.14214 0-7.5 3.35789-7.5 7.49999v5.5c0 .4534.30509.8501.74333.9665.43825.1164.89995-.0767 1.12491-.4704l2.12852-3.7249c.97923-1.7136 2.80162-2.7712 4.77534-2.7712h1.7279v4c0 .3982.2362.7585.6015.9172.3652.1587.7897.0856 1.0808-.1861l7.5-7c.2027-.1892.3177-.4539.3177-.7311s-.115-.5419-.3177-.731z%27 fill=%27currentColor%27 fill-rule=%27evenodd%27%3E%3C/path%3E%3C/svg%3E");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  color: rgb(255, 255, 255);
  flex: 0 0 90px;
  height: 90px;
  border-radius: 0.5rem;
}
.article-navigation .wp-block-post-navigation-link.post-navigation-link-previous a::before {
  transform: scaleX(-1);
}
html:not(.has-notification) {
  --wp--custom--header--notification-bar-height: 0px;
}
.notification-disabled {
  --wp--custom--header--notification-bar-height: 0px;
}
[class*=is-style-page-header] {
  display: grid;
  gap: 0.5rem;
  padding-block-end: var(--wp--custom--page-section--spacing--padding--bottom);
}
.site-main > .kbs-auth-gate__content > [class*=is-style-page-header]:first-child, .site-main > [class*=is-style-page-header]:first-child {
  padding-block-start: calc(var(--wp--custom--page-section--spacing--padding--top) + var(--wp--custom--header--height-mobile) + 1rem);
}
@media (min-width: 782px) {
  .site-main > .kbs-auth-gate__content > [class*=is-style-page-header]:first-child, .site-main > [class*=is-style-page-header]:first-child {
    padding-block-start: calc(var(--wp--custom--page-section--spacing--padding--top) + var(--wp--custom--header--height-tablet) + 2rem);
  }
}
@media (min-width: 1024px) {
  .site-main > .kbs-auth-gate__content > [class*=is-style-page-header]:first-child, .site-main > [class*=is-style-page-header]:first-child {
    padding-block-start: calc(var(--wp--custom--page-section--spacing--padding--top) + var(--wp--custom--header--height-desktop) + 2rem);
  }
}
.site-main > .entry-content > [class*=is-style-page-header]:first-child {
  padding-block-start: calc(var(--wp--custom--page-section--spacing--padding--top) + var(--wp--custom--header--height-mobile) + 1rem);
}
@media (min-width: 782px) {
  .site-main > .entry-content > [class*=is-style-page-header]:first-child {
    padding-block-start: calc(var(--wp--custom--page-section--spacing--padding--top) + var(--wp--custom--header--height-tablet) + 2rem);
  }
}
@media (min-width: 1024px) {
  .site-main > .entry-content > [class*=is-style-page-header]:first-child {
    padding-block-start: calc(var(--wp--custom--page-section--spacing--padding--top) + var(--wp--custom--header--height-desktop) + 2rem);
  }
}
@media (max-width: 781px) {
  [class*=is-style-page-header] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 782px) {
  [class*=is-style-page-header] {
    gap: 1.25rem;
  }
}
@media (min-width: 1024px) {
  [class*=is-style-page-header] {
    gap: 1.5rem;
  }
}
[class*=is-style-page-header] > .wp-block-group {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
[class*=is-style-page-header] .page-header__content {
  width: 100%;
}
[class*=is-style-page-header] .wp-block-post-author__name a {
  text-decoration: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
[class*=is-style-page-header] .wp-block-post-author__name a:hover {
  color: var(--wp--custom--color--primary);
}
[class*=is-style-page-header] .breadcrumbs {
  display: flex;
  gap: 0.75rem;
  color: var(--wp--custom--color--primary);
  text-transform: uppercase;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.1ch;
}
[class*=is-style-page-header] .breadcrumbs .breadcrumb > a {
  text-decoration: none;
  color: inherit;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
[class*=is-style-page-header] .breadcrumbs .breadcrumb > a:hover {
  text-decoration: underline;
  color: var(--wp--custom--color--contrast);
}
[class*=is-style-page-header] .contributor-card {
  display: grid;
  grid-template-areas: "image  content" "image content" "image content";
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
[class*=is-style-page-header] .contributor-card .breadcrumbs {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
}
[class*=is-style-page-header] .contributor-card .wp-block-post-author {
  display: contents;
}
[class*=is-style-page-header] .contributor-card .wp-block-post-author__avatar {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: image;
  margin: 0;
}
[class*=is-style-page-header] .contributor-card .wp-block-post-author__avatar img {
  width: 200px;
  height: 200px;
  border-radius: 0.375rem;
}
[class*=is-style-page-header] .contributor-card .wp-block-post-author__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  grid-column-start: 2;
  grid-row-start: 2;
}
[class*=is-style-page-header] .contributor-card .wp-block-post-author__name {
  font-size: 2rem;
  opacity: 1;
}
[class*=is-style-page-header] .contributor-card .wp-block-post-author__bio {
  font-size: 1rem;
}
[class*=is-style-page-header] .wp-block-search {
  --wp--custom--form--field--height: 56px;
  width: 100%;
}
[class*=is-style-page-header] .wp-block-search .wp-block-search__inside-wrapper {
  display: grid;
  grid-template-columns: var(--wp--custom--form--field--height) 1fr;
  grid-template-rows: var(--wp--custom--form--field--height);
}
[class*=is-style-page-header] .wp-block-search .wp-block-search__input {
  grid-column: 1/-1;
  grid-row: 1/2;
  row-start: 1;
  row-end: 1;
  padding-left: calc(var(--wp--custom--form--field--height) + 0.5rem);
  height: 100%;
}
[class*=is-style-page-header] .wp-block-search .wp-block-search__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 32px;
  width: 32px;
  border-radius: 50rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 384 512%27%3E%3Cpath d=%27M338.1 413.4c3.1 3.1 8.2 3.1 11.3 0s3.1-8.2 0-11.3L203.3 256 349.4 109.9c3.1-3.1 3.1-8.2 0-11.3s-8.2-3.1-11.3 0L192 244.7 45.9 98.6c-3.1-3.1-8.2-3.1-11.3 0s-3.1 8.2 0 11.3L180.7 256 34.6 402.1c-3.1 3.1-3.1 8.2 0 11.3s8.2 3.1 11.3 0L192 267.3 338.1 413.4z%27/%3E%3C/svg%3E");
  background-size: 26px 26px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  opacity: 1;
}
[class*=is-style-page-header] .wp-block-search .wp-block-search__button {
  grid-column: 1/2;
  grid-row: 1/2;
  justify-self: center;
  display: grid;
}
[class*=is-style-page-header] .wp-block-search .wp-block-search__button .search-icon {
  justify-self: center;
  align-self: center;
}
.is-style-page-header-w-hero .wp-block-post-featured-image img {
  border-radius: 0.75rem;
}
.site-main > .entry-content .is-style-page-section:first-child {
  padding-block-start: calc(var(--wp--custom--header--height-mobile) + var(--wp--custom--header--inset) + var(--wp--custom--page-section--spacing--padding--top));
}
.is-style-page-title-md {
  font-size: 2rem;
}
.is-style-page-title-lg {
  font-size: 2rem;
}
@media (min-width: 782px) {
  .is-style-page-title-lg {
    font-size: 3rem;
  }
}
.is-style-page-title-xl {
  font-size: 2rem;
}
@media (min-width: 1024px) {
  .is-style-page-title-xl {
    font-size: 3.5rem;
  }
}
@media (max-width: 1023px) {
  .site-featured-posts {
    padding-left: var(--wp--custom--layout--content-padding);
    padding-right: var(--wp--custom--layout--content-padding);
    padding-top: var(--wp--custom--header--clearance);
  }
}
@media (max-width: 1023px) {
  .site-featured-posts ul.wp-block-post-template {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
}
.site-featured-posts ul.wp-block-post-template li.wp-block-post .wp-block-cover {
  width: 100%;
  min-height: unset;
  padding: 2rem;
  font-size: var(--wp--preset--font-size--base, 1rem);
}
@media (min-width: 782px) and (max-width: 1279px) {
  .site-featured-posts ul.wp-block-post-template li.wp-block-post .wp-block-cover {
    padding-top: calc(var(--wp--custom--header--clearance) + 5rem);
    padding-bottom: calc(var(--wp--custom--header--clearance) + 5rem);
  }
}
@media (min-width: 1280px) {
  .site-featured-posts ul.wp-block-post-template li.wp-block-post .wp-block-cover {
    height: 90vh;
  }
}
@media (max-width: 781px) {
  .site-featured-posts ul.wp-block-post-template li.wp-block-post .wp-block-cover {
    align-items: flex-end;
    aspect-ratio: 8/9;
  }
}
@media (min-width: 782px) {
  .site-featured-posts ul.wp-block-post-template li.wp-block-post .wp-block-cover {
    aspect-ratio: 16/9;
  }
}
@media (max-width: 1023px) {
  .site-featured-posts ul.wp-block-post-template li.wp-block-post .wp-block-cover {
    border-radius: var(--wp--custom--layout--border-radius);
  }
}
.site-featured-posts ul.wp-block-post-template li.wp-block-post .wp-block-cover__inner-container > .wp-block-group {
  gap: 1rem;
  max-width: 420px;
}
@media (min-width: 1024px) {
  .site-featured-posts ul.wp-block-post-template li.wp-block-post .wp-block-cover__inner-container > .wp-block-group {
    gap: 2rem;
    max-width: 620px;
  }
}
.site-featured-posts ul.wp-block-post-template li.wp-block-post .wp-block-cover .wp-block-post-title {
  font-weight: var(--wp--custom--typography--heading--font-weight);
  font-size: 6.5dvw;
  line-height: 1.3;
  margin-bottom: 0;
}
@media (min-width: 782px) {
  .site-featured-posts ul.wp-block-post-template li.wp-block-post .wp-block-cover .wp-block-post-title {
    font-size: 2.25rem;
    line-height: 1.2;
  }
}
@media (min-width: 1024px) {
  .site-featured-posts ul.wp-block-post-template li.wp-block-post .wp-block-cover .wp-block-post-title {
    font-size: 3rem;
    line-height: 1.2;
  }
}
@media (min-width: 1280px) {
  .site-featured-posts ul.wp-block-post-template li.wp-block-post .wp-block-cover .wp-block-post-title {
    font-size: 3.75rem;
    line-height: 1.2;
  }
}
.error-page__cover {
  height: 100vh;
  padding: 2rem;
}
.error-page__title {
  font-size: 8rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .error-page__title {
    font-size: 8rem;
    line-height: 1.5;
  }
}
.error-page__content {
  gap: 2rem;
}
@media (min-width: 1024px) {
  .error-page__content {
    gap: 3rem;
  }
}
.error-page__quote {
  gap: 1rem;
}
@media (min-width: 1024px) {
  .error-page__quote {
    gap: 1.5rem;
  }
}
.error-page__quote-icon {
  width: 2rem;
}
@media (min-width: 1024px) {
  .error-page__quote-icon {
    width: 3.5rem;
  }
}
.error-page__quote-text {
  border-left: 1px solid;
  border-left-color: rgba(255, 255, 255, 0.2);
  padding-left: 1rem;
  font-family: var(--wp--custom--typography--font-serif);
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 1024px) {
  .error-page__quote-text {
    padding-left: 1.5rem;
    font-size: 2.25rem;
    line-height: 1.4;
  }
}
.error-page__quote-highlight {
  color: rgba(255, 255, 255, 0.95);
}
.single-main {
  margin-top: 0;
}
.single-section--flush {
  padding-top: 0;
  padding-bottom: 0;
}
.single-section--flush-top {
  padding-top: 0;
}
.page-header__inner {
  width: 100%;
}
.page-layout--full-width {
  width: 100%;
}
.article-column--centered {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.article-column--center-content {
  display: flex;
  justify-content: center;
}
@media (max-width: 1439px) {
  .article-columns {
    max-width: 100% !important;
  }
}
.article-columns {
  display: flex !important;
  flex-direction: column !important;
  gap: 40px !important;
}
@media (min-width: 1024px) {
  .article-columns {
    gap: 50px !important;
  }
}
@media (min-width: 1280px) {
  .article-columns {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 1440px) {
  .article-columns {
    gap: 80px !important;
  }
}
@media (min-width: 1280px) {
  .article-columns > .wp-block-column:nth-child(1) {
    flex-basis: 250px;
    flex-grow: 0;
    flex-shrink: 0;
  }
}
.article-columns > .wp-block-column:nth-child(2) {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
}
@media (min-width: 1440px) {
  .article-columns > .wp-block-column:nth-child(2) {
    max-width: 620px !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
  }
}
@media (min-width: 1280px) {
  .article-columns > .wp-block-column:nth-child(3) {
    flex-basis: 250px;
    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media (max-width: 1439px) {
  .wp-block-post-excerpt {
    max-width: 100% !important;
  }
}
.wp-block-post-terms.is-style-pill {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.wp-block-post-terms.is-style-pill a {
  background-color: rgb(220.3709677419, 220.3709677419, 233.1290322581);
  font-size: 0.7rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  border-radius: 9999px;
  white-space: nowrap;
  line-height: 1;
  text-decoration: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.wp-block-post-terms.is-style-pill a:hover {
  color: var(--wp--custom--color--primary);
  border-color: currentColor;
}
.wp-block-post-terms.is-style-pill .wp-block-post-terms__separator {
  display: none;
}
.post-information {
  width: 100% !important;
  display: block !important;
}
@media (min-width: 1024px) {
  .post-information {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
  }
}
.post-information > .wp-block-group {
  margin-block-start: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.autors-widget,
.google-auto-placed.ap_container {
  margin: 2rem 0;
  color: rgb(173.4838709677, 173.4838709677, 203.5161290323);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.autors-widget > *,
.google-auto-placed.ap_container > * {
  width: 100%;
}
.google-auto-placed.ap_container::before {
  content: "Advertisement";
  font-size: 0.6rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  display: block;
}
.wp-block-kbs-poll {
  --poll-radius: 0.625rem;
  --poll-bar-height: 44px;
  --poll-bar-radius: 0.25rem;
  --poll-avatar-size: 28px;
  --poll-gap: 0.75rem;
  --poll-transition: 200ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  font-family: var(--wp--custom--typography--font-sans);
}
.wp-block-kbs-poll__inner-container {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.wp-block-kbs-poll__header {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.wp-block-kbs-poll__heading {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  color: var(--wp--custom--color--contrast);
}
.poll-title {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  color: color-mix(in srgb, var(--wp--preset--color--contrast) 60%, transparent);
}
.wp-block-kbs-poll__voted-message {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 0.875rem;
  border-radius: var(--poll-radius);
  background: color-mix(in srgb, var(--wp--custom--color--primary-600) 8%, transparent);
  color: var(--wp--custom--color--primary);
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}
.wp-block-kbs-poll__voted-message svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.wp-block-kbs-poll__voted-message strong {
  font-weight: 700;
}
.wp-block-kbs-poll__results {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.poll-results-list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.poll-result-item {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  background: var(--wp--preset--color--tertiary);
}
.poll-result-item__bar {
  position: relative;
  display: flex;
  align-items: center;
  height: var(--poll-bar-height);
  border-radius: var(--poll-bar-radius);
  background: color-mix(in srgb, var(--wp--preset--color--contrast) 5%, transparent);
  overflow: hidden;
  transition: background var(--poll-transition);
}
.poll-result-item:hover .poll-result-item__bar {
  background: color-mix(in srgb, var(--wp--preset--color--contrast) 7%, transparent);
}
.poll-result-item__fill {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: var(--result-width, 0%);
  background: var(--wp--custom--color--primary);
  opacity: 0.15;
  border-radius: var(--poll-bar-radius);
  transition: width 600ms cubic-bezier(0.16, 1, 0.3, 1);
}
.poll-result-item--leader .poll-result-item__fill {
  opacity: 0.25;
}
.poll-result-item--selected .poll-result-item__fill {
  opacity: 0.3;
}
.poll-result-item__label {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 1rem;
  gap: 0.75rem;
}
.poll-result-item .answer-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--wp--custom--color--contrast);
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.poll-result-item .answer-percent {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--wp--custom--color--contrast);
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
}
.poll-result-item--selected .poll-result-item__bar {
  box-shadow: inset 3px 0 0 0 var(--wp--custom--color--primary);
}
.poll-result-item__voters {
  display: flex;
  align-items: center;
  padding-left: 0.875rem;
}
.poll-voter {
  display: block;
  width: var(--poll-avatar-size);
  height: var(--poll-avatar-size);
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #FFF;
  margin-left: -6px;
  position: relative;
  text-decoration: none;
  transition: transform var(--poll-transition), z-index 0s;
  z-index: 1;
}
.poll-voter:first-child {
  margin-left: 0;
}
.poll-voter:hover {
  transform: scale(1.15) translateY(-2px);
  z-index: 10;
}
.poll-voter img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.poll-voter[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%) scale(0.95);
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  background: var(--wp--custom--color--dark);
  color: #FFF;
  font-size: 0.6875rem;
  font-weight: 500;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 150ms ease, transform 150ms ease;
  z-index: 20;
  line-height: 1.3;
}
.poll-voter[data-tooltip]:hover::after {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.poll-voter--overflow {
  width: var(--poll-avatar-size);
  height: var(--poll-avatar-size);
  border-radius: 50%;
  background: color-mix(in srgb, var(--wp--preset--color--contrast) 8%, var(--wp--preset--color--base-2));
  color: color-mix(in srgb, var(--wp--preset--color--contrast) 55%, var(--wp--preset--color--base-2));
  font-size: 0.625rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FFF;
  margin-left: -6px;
  letter-spacing: -0.02em;
}
.poll-voter--overflow:hover {
  transform: none;
}
.poll-meta {
  padding-top: 0.25rem;
}
.poll-total-votes {
  font-size: 0.75rem;
  font-weight: 500;
  color: color-mix(in srgb, var(--wp--preset--color--contrast) 40%, transparent);
  margin: 0;
  letter-spacing: 0.01em;
}
.kbs-poll-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.poll-choices {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.poll-choice {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: var(--poll-bar-radius);
  border: 1.5px solid color-mix(in srgb, var(--wp--preset--color--contrast) 10%, transparent);
  background: transparent;
  cursor: pointer;
  transition: border-color var(--poll-transition), background var(--poll-transition), box-shadow var(--poll-transition);
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: 0;
}
.poll-choice:hover {
  border-color: color-mix(in srgb, var(--wp--custom--color--primary-600) 30%, transparent);
  background: color-mix(in srgb, var(--wp--custom--color--primary-600) 3%, transparent);
}
.poll-choice input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.poll-choice:has(input:checked) {
  border-color: var(--wp--custom--color--primary);
  background: color-mix(in srgb, var(--wp--custom--color--primary-600) 6%, transparent);
  box-shadow: 0 0 0 1px var(--wp--custom--color--primary);
}
.poll-choice:has(input:focus-visible) {
  outline: 2px solid var(--wp--custom--color--primary);
  outline-offset: 2px;
}
.poll-choice__indicator {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 2px solid color-mix(in srgb, var(--wp--preset--color--contrast) 20%, transparent);
  position: relative;
  transition: border-color var(--poll-transition), background var(--poll-transition);
}
.poll-choice__indicator::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--wp--custom--color--primary);
  transform: scale(0);
  transition: transform var(--poll-transition);
}
.poll-choice:has(input:checked) .poll-choice__indicator {
  border-color: var(--wp--custom--color--primary);
}
.poll-choice:has(input:checked) .poll-choice__indicator::after {
  transform: scale(1);
}
.poll-choice__text {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--wp--custom--color--contrast);
  line-height: 1.4;
}
.poll-submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  padding: 0 1.5rem;
  border: none;
  border-radius: var(--poll-bar-radius);
  background: var(--wp--custom--color--primary);
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: var(--wp--custom--typography--font-sans);
  cursor: pointer;
  transition: background var(--poll-transition), transform 100ms ease;
  letter-spacing: 0.01em;
}
.poll-submit-btn:hover {
  background: var(--wp--custom--color--primary-700);
}
.poll-submit-btn:active {
  transform: scale(0.985);
}
.poll-submit-btn:focus-visible {
  outline: 2px solid var(--wp--custom--color--primary);
  outline-offset: 2px;
}
.poll-submit-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.wp-block-kbs-poll__login-prompt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 1.25rem 0 0.25rem;
  border-top: 1px solid color-mix(in srgb, var(--wp--preset--color--contrast) 8%, transparent);
}
.wp-block-kbs-poll__login-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: color-mix(in srgb, var(--wp--preset--color--contrast) 50%, transparent);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.wp-block-kbs-poll__social-login {
  display: flex;
  justify-content: center;
  width: 100%;
}
.wp-block-kbs-poll__actions {
  display: flex;
  justify-content: center;
  padding-top: 0.5rem;
}
.wp-block-kbs-poll__link {
  font-size: 0.8125rem;
  font-weight: 500;
  color: color-mix(in srgb, var(--wp--preset--color--contrast) 45%, transparent);
  text-decoration: none;
  transition: color var(--poll-transition);
  letter-spacing: 0.01em;
}
.wp-block-kbs-poll__link:hover {
  color: var(--wp--custom--color--primary);
}
[data-theme=dark] .wp-block-kbs-poll .poll-result-item__bar,
.has-dark-background-color .wp-block-kbs-poll .poll-result-item__bar {
  background: rgba(255, 255, 255, 0.08);
}
[data-theme=dark] .wp-block-kbs-poll .poll-result-item__fill,
.has-dark-background-color .wp-block-kbs-poll .poll-result-item__fill {
  background: color-mix(in srgb, var(--wp--custom--color--primary-400) 20%, transparent);
}
.poll-result-item--leader [data-theme=dark] .wp-block-kbs-poll .poll-result-item__fill,
.poll-result-item--leader .has-dark-background-color .wp-block-kbs-poll .poll-result-item__fill {
  background: color-mix(in srgb, var(--wp--custom--color--primary-400) 30%, transparent);
}
[data-theme=dark] .wp-block-kbs-poll .poll-result-item .answer-label,
[data-theme=dark] .wp-block-kbs-poll .poll-result-item .answer-percent,
.has-dark-background-color .wp-block-kbs-poll .poll-result-item .answer-label,
.has-dark-background-color .wp-block-kbs-poll .poll-result-item .answer-percent {
  color: #FFF;
}
[data-theme=dark] .wp-block-kbs-poll .poll-voter,
.has-dark-background-color .wp-block-kbs-poll .poll-voter {
  border-color: var(--wp--custom--color--dark);
}
[data-theme=dark] .wp-block-kbs-poll .poll-voter--overflow,
.has-dark-background-color .wp-block-kbs-poll .poll-voter--overflow {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.6);
  border-color: var(--wp--custom--color--dark);
}
[data-theme=dark] .wp-block-kbs-poll .poll-choice,
.has-dark-background-color .wp-block-kbs-poll .poll-choice {
  border-color: rgba(255, 255, 255, 0.12);
}
[data-theme=dark] .wp-block-kbs-poll .poll-choice:hover,
.has-dark-background-color .wp-block-kbs-poll .poll-choice:hover {
  border-color: color-mix(in srgb, var(--wp--custom--color--primary-400) 40%, transparent);
  background: color-mix(in srgb, var(--wp--custom--color--primary-400) 6%, transparent);
}
[data-theme=dark] .wp-block-kbs-poll .poll-choice:has(input:checked),
.has-dark-background-color .wp-block-kbs-poll .poll-choice:has(input:checked) {
  border-color: var(--wp--custom--color--primary-400);
  background: color-mix(in srgb, var(--wp--custom--color--primary-400) 10%, transparent);
  box-shadow: 0 0 0 1px var(--wp--custom--color--primary-400);
}
[data-theme=dark] .wp-block-kbs-poll .poll-choice__indicator,
.has-dark-background-color .wp-block-kbs-poll .poll-choice__indicator {
  border-color: rgba(255, 255, 255, 0.25);
}
[data-theme=dark] .wp-block-kbs-poll .poll-choice__text,
.has-dark-background-color .wp-block-kbs-poll .poll-choice__text {
  color: #FFF;
}
[data-theme=dark] .wp-block-kbs-poll .wp-block-kbs-poll__link,
.has-dark-background-color .wp-block-kbs-poll .wp-block-kbs-poll__link {
  color: rgba(255, 255, 255, 0.4);
}
[data-theme=dark] .wp-block-kbs-poll .wp-block-kbs-poll__link:hover,
.has-dark-background-color .wp-block-kbs-poll .wp-block-kbs-poll__link:hover {
  color: var(--wp--custom--color--primary-300);
}
[data-theme=dark] .wp-block-kbs-poll .wp-block-kbs-poll__login-prompt,
.has-dark-background-color .wp-block-kbs-poll .wp-block-kbs-poll__login-prompt {
  border-top-color: rgba(255, 255, 255, 0.08);
}
@keyframes poll-bar-fill {
  from {
    width: 0;
  }
  to {
    width: var(--result-width, 0%);
  }
}
.poll-result-item__fill {
  animation: poll-bar-fill 600ms 150ms cubic-bezier(0.16, 1, 0.3, 1) both;
}
.poll-result-item:nth-child(2) .poll-result-item__fill {
  animation-delay: 250ms;
}
.poll-result-item:nth-child(3) .poll-result-item__fill {
  animation-delay: 350ms;
}
.poll-result-item:nth-child(4) .poll-result-item__fill {
  animation-delay: 450ms;
}
.poll-result-item:nth-child(5) .poll-result-item__fill {
  animation-delay: 550ms;
}
@media (min-width: 782px) {
  .wp-block-kbs-poll {
    --poll-bar-height: 48px;
  }
  .poll-result-item .answer-label {
    font-size: 0.875rem;
  }
  .poll-result-item .answer-percent {
    font-size: 0.875rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .poll-result-item__fill {
    animation: none;
    transition: none;
  }
  .poll-voter {
    transition: none;
  }
  .poll-choice {
    transition: none;
  }
  .poll-submit-btn {
    transition: none;
  }
}
.kbs-badge-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 782px) {
  .kbs-badge-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .kbs-badge-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.kbs-badge-card {
  display: flex;
  gap: 16px;
  padding: 16px;
  border: 1px solid var(--wp--custom--profile--color--border);
  border-radius: var(--wp--custom--profile--radius--md);
  background: var(--wp--custom--profile--color--bg);
  transition: box-shadow var(--wp--custom--profile--transition), transform var(--wp--custom--profile--transition);
}
.kbs-badge-card:hover {
  box-shadow: var(--wp--custom--profile--shadow--md);
  transform: translateY(-1px);
}
.kbs-badge-card--locked {
  opacity: 0.5;
  filter: grayscale(0.5);
}
.kbs-badge-card--locked:hover {
  opacity: 0.7;
  filter: grayscale(0.25);
}
.kbs-badge-card--earned {
  border-color: var(--wp--custom--profile--color--success);
  box-shadow: inset 0 0 0 1px var(--wp--custom--profile--color--success-bg);
}
.kbs-badge-card__icon {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 48px;
  height: 48px;
}
.kbs-badge-card__icon img {
  width: 48px;
  height: 48px;
}
.kbs-badge-card__info {
  flex: 1;
  min-width: 0;
}
.kbs-badge-card__title {
  font-size: 0.9375rem;
  font-weight: 700;
  margin: 0 0 4px;
  line-height: 1.3;
}
.kbs-badge-card__desc {
  font-size: 0.8125rem;
  color: var(--wp--custom--profile--color--text-secondary);
  margin: 0 0 12px;
  line-height: 1.4;
}
.kbs-badge-card__status {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 2px 10px;
  border-radius: 999px;
}
.kbs-badge-card__status--earned {
  background: var(--wp--custom--profile--color--success-bg);
  color: var(--wp--custom--profile--color--success);
}
.kbs-badge-card__progress {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
.kbs-badge-card__progress-track {
  flex: 1;
  height: 6px;
  background: var(--wp--custom--profile--color--bg-muted);
  border-radius: 999px;
  overflow: hidden;
}
.kbs-badge-card__progress-fill {
  height: 100%;
  background: var(--wp--custom--profile--color--accent);
  border-radius: 999px;
  transition: width 400ms ease;
}
.kbs-badge-card--earned .kbs-badge-card__progress-fill {
  background: var(--wp--custom--profile--color--success);
}
.kbs-badge-card__progress-text {
  font-size: 0.6875rem;
  color: var(--wp--custom--profile--color--text-muted);
  white-space: nowrap;
  flex-shrink: 0;
}
.kbs-badge-progress-bar {
  margin-bottom: 16px;
}
.kbs-badge-progress-bar__track {
  height: 8px;
  background: var(--wp--custom--profile--color--bg-muted);
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 8px;
}
.kbs-badge-progress-bar__fill {
  height: 100%;
  background: linear-gradient(135deg, var(--wp--custom--profile--color--accent), #6c63ff);
  border-radius: 999px;
  transition: width 400ms ease;
}
.kbs-badge-progress-bar__text {
  font-size: 0.8125rem;
  color: var(--wp--custom--profile--color--text-muted);
}
.kbs-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.kbs-badge-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  font-size: 0.8125rem;
  font-weight: 500;
  background: var(--wp--custom--profile--color--accent-light);
  color: var(--wp--custom--profile--color--accent);
  border-radius: 999px;
  transition: background var(--wp--custom--profile--transition), transform var(--wp--custom--profile--transition);
}
.kbs-badge-chip:hover {
  background: #dee4fb;
  transform: translateY(-1px);
}
.kbs-badge-chip img {
  width: 18px;
  height: 18px;
}
.kbs-card-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 782px) {
  .kbs-card-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .kbs-card-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.kbs-card {
  display: flex;
  flex-direction: column;
  background: var(--wp--custom--profile--color--bg);
  border: 1px solid var(--wp--custom--profile--color--border);
  border-radius: var(--wp--custom--profile--radius--md);
  overflow: hidden;
  box-shadow: var(--wp--custom--profile--shadow--sm);
  transition: box-shadow var(--wp--custom--profile--transition), transform var(--wp--custom--profile--transition);
}
.kbs-card:hover {
  box-shadow: var(--wp--custom--profile--shadow--md);
  transform: translateY(-2px);
}
.kbs-card__link {
  display: flex;
  flex-direction: column;
  flex: 1;
  color: inherit;
  text-decoration: none;
}
.kbs-card__link:hover {
  color: inherit;
}
.kbs-card__link--unlinked {
  cursor: default;
}
.kbs-card__image {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--wp--custom--profile--color--bg-muted);
}
.kbs-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 300ms ease;
}
.kbs-card:hover .kbs-card__image img {
  transform: scale(1.03);
}
.kbs-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 16px;
  gap: 8px;
}
.kbs-card__body > * {
  margin: 0;
}
.kbs-card__title {
  font-family: var(--wp--custom--typography--font-headings, var(--wp--custom--typography--font-body));
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--wp--custom--profile--color--text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.kbs-card__title a {
  color: inherit;
}
.kbs-card__title a:hover {
  color: var(--wp--custom--profile--color--accent);
}
.kbs-card__detail {
  font-size: 0.8125rem;
  margin: 0;
  color: var(--wp--custom--profile--color--text-secondary);
}
.kbs-card__label {
  font-weight: 600;
  margin-right: 4px;
}
.kbs-card__value {
  font-weight: 400;
}
.kbs-card__excerpt {
  font-size: 0.8125rem;
  color: var(--wp--custom--profile--color--text-secondary);
  margin: 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.kbs-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--wp--custom--profile--color--accent);
  background: var(--wp--custom--profile--color--accent-light);
  padding: 4px 10px;
  border-radius: 999px;
  margin: 0;
}
.kbs-card__badge svg {
  width: 12px;
  height: 12px;
}
.kbs-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-top: 1px solid var(--wp--custom--profile--color--border);
  background: var(--wp--custom--profile--color--bg-alt);
  margin-top: auto;
}
.kbs-card__time {
  font-size: 0.75rem;
  color: var(--wp--custom--profile--color--text-muted);
}
.kbs-edit-form {
  max-width: 560px;
}
.kbs-edit-form__avatar-section {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--wp--custom--profile--color--border);
}
.kbs-edit-form__avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid var(--wp--custom--profile--color--bg-muted);
}
.kbs-edit-form__avatar-note {
  font-size: 0.8125rem;
  color: var(--wp--custom--profile--color--text-muted);
  margin: 0;
  line-height: 1.4;
}
.kbs-edit-form__field {
  margin-bottom: 24px;
}
.kbs-edit-form__input--readonly {
  background: var(--wp--custom--form--field--disabled--background-color, #f5f5f5);
  color: var(--wp--custom--form--field--disabled--color, #999);
  border-style: dashed;
  cursor: not-allowed;
  opacity: 0.75;
}
.kbs-edit-form__input--readonly, .kbs-edit-form__input--readonly:focus, .kbs-edit-form__input--readonly:active {
  border-color: var(--wp--custom--form--field--border--color, var(--wp--custom--profile--color--border));
  border-style: dashed;
  box-shadow: none;
  outline: none;
  pointer-events: none;
}
.kbs-edit-form__field:has(.kbs-edit-form__input--readonly) .kbs-edit-form__label {
  transform: translate(0.5rem, 8px) scale(0.74);
  color: var(--wp--custom--form--field--disabled--color, #999);
}
.kbs-edit-form__hint {
  font-size: 0.75rem;
  color: color-mix(in srgb, currentColor 50%, transparent);
  margin: 6px 0 0;
  line-height: 1.4;
}
.kbs-edit-form__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--wp--custom--profile--color--border);
}
.kbs-edit-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--wp--custom--form--field--padding--y, 0.85rem) 1.5rem;
  font-size: var(--wp--custom--form--field--font--size, 0.875rem);
  font-weight: 600;
  font-family: var(--wp--custom--form--field--font--family, var(--wp--custom--typography--font-body, -apple-system, BlinkMacSystemFont, sans-serif));
  color: #ffffff;
  background: var(--wp--custom--profile--color--accent);
  border: none;
  border-radius: var(--wp--custom--form--field--border--radius, var(--wp--custom--profile--radius--sm));
  cursor: pointer;
  transition: background 200ms ease, box-shadow 200ms ease, transform 100ms ease;
}
.kbs-edit-form__submit:hover {
  background: var(--wp--custom--profile--color--accent-hover);
  box-shadow: var(--wp--custom--profile--shadow--sm);
}
.kbs-edit-form__submit:active {
  transform: translateY(1px);
}
.kbs-edit-form__submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.kbs-edit-form__cancel {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--wp--custom--profile--color--text-muted);
  transition: color var(--wp--custom--profile--transition);
}
.kbs-edit-form__cancel:hover {
  color: var(--wp--custom--profile--color--text);
}
.kbs-pref-group {
  margin-bottom: 32px;
}
.kbs-pref-group__title {
  font-family: var(--wp--custom--typography--font-headings, var(--wp--custom--typography--font-body));
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 16px;
}
.kbs-pref-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--wp--custom--profile--color--border);
}
.kbs-pref-item:last-child {
  border-bottom: none;
}
.kbs-pref-item__label {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--wp--custom--profile--color--text);
  margin: 0 0 2px;
}
.kbs-pref-item__desc {
  font-size: 0.8125rem;
  color: var(--wp--custom--profile--color--text-muted);
  margin: 0;
  line-height: 1.4;
}
.kbs-profiles-container *,
.kbs-profiles-container *::before,
.kbs-profiles-container *::after {
  box-sizing: border-box;
}
.kbs-profiles-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 24px 16px;
  font-family: var(--wp--custom--typography--font-body, -apple-system, BlinkMacSystemFont, sans-serif);
  color: var(--wp--custom--profile--color--text);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
.kbs-profiles-container a {
  color: var(--wp--custom--profile--color--accent);
  text-decoration: none;
  transition: color var(--wp--custom--profile--transition);
}
.kbs-profiles-container a:hover {
  color: var(--wp--custom--profile--color--accent-hover);
}
@media (min-width: 782px) {
  .kbs-profiles-container {
    padding: 32px 24px;
  }
}
@media (min-width: 1024px) {
  .kbs-profiles-container {
    padding: 48px 32px;
  }
}
.kbs-profiles-layout {
  display: flex;
  flex-direction: column;
}
.kbs-profiles-body {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 782px) {
  .kbs-profiles-body {
    flex-direction: row;
  }
}
.kbs-profiles-sidebar {
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 782px) {
  .kbs-profiles-sidebar {
    width: 260px;
  }
}
@media (min-width: 1024px) {
  .kbs-profiles-sidebar {
    width: 280px;
  }
}
.kbs-profiles-content {
  flex: 1;
  min-width: 0;
}
.kbs-sidebar {
  background: var(--wp--custom--profile--color--bg);
  border: 1px solid var(--wp--custom--profile--color--border);
  border-radius: var(--wp--custom--profile--radius--lg);
  padding: 24px;
  position: sticky;
  top: 80px;
}
.kbs-sidebar > *:not(:first-child) {
  margin-block-start: 16px;
  padding-block-start: 16px;
  border-top: 1px solid var(--wp--custom--profile--color--border);
}
.kbs-sidebar__user {
  display: grid;
  grid-template-columns: 56px 1fr;
  grid-template-rows: auto auto auto;
  grid-template-areas: "avatar name" "avatar member-since" "bio bio";
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.kbs-sidebar__avatar {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: avatar;
}
.kbs-sidebar__avatar img {
  width: 56px;
  height: 56px;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 3px solid var(--wp--custom--profile--color--bg-muted);
}
.kbs-sidebar__name {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: name;
  align-self: end;
  margin: 0;
  font-family: var(--wp--custom--typography--font-headings, var(--wp--custom--typography--font-body));
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}
.kbs-sidebar__member-since {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: member-since;
  align-self: start;
  margin: 2px 0 0;
  font-size: 0.6875rem;
  letter-spacing: 0.01em;
  color: var(--wp--custom--profile--color--text-muted);
}
.kbs-sidebar__bio {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: bio;
  margin-top: 12px;
  font-size: 0.875rem;
  color: var(--wp--custom--profile--color--text-secondary);
  line-height: 1.5;
}
.kbs-sidebar__section-title {
  margin: 0 0 12px;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--wp--custom--profile--color--text-muted);
}
.kbs-sidebar__badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.kbs-sidebar__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: var(--wp--custom--profile--color--accent-light);
  border-radius: var(--wp--custom--profile--radius--sm);
  transition: transform var(--wp--custom--profile--transition);
}
.kbs-sidebar__badge:hover {
  transform: scale(1.1);
}
.kbs-sidebar__badge img {
  width: 24px;
  height: 24px;
}
.kbs-sidebar__stats {
  display: flex;
  justify-content: space-around;
}
.kbs-sidebar__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.kbs-sidebar__stat-value {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--wp--custom--profile--color--text);
}
.kbs-sidebar__stat-label {
  font-size: 0.6875rem;
  color: var(--wp--custom--profile--color--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.kbs-sidebar__nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.kbs-sidebar__nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--wp--custom--profile--color--text-secondary);
  border-radius: var(--wp--custom--profile--radius--sm);
  transition: background var(--wp--custom--profile--transition), color var(--wp--custom--profile--transition);
}
.kbs-sidebar__nav-link:hover {
  background: var(--wp--custom--profile--color--bg-muted);
  color: var(--wp--custom--profile--color--text);
}
.kbs-sidebar__nav-link--active {
  background: var(--wp--custom--profile--color--accent-light);
  color: var(--wp--custom--profile--color--accent);
  font-weight: 600;
}
.kbs-sidebar__nav-link--active:hover {
  background: var(--wp--custom--profile--color--accent-light);
  color: var(--wp--custom--profile--color--accent);
}
.kbs-sidebar__nav-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.kbs-sidebar__nav-icon svg {
  width: 16px;
  height: 16px;
}
.kbs-mobile-header {
  display: block;
}
@media (min-width: 782px) {
  .kbs-mobile-header {
    display: none;
  }
}
.kbs-mobile-header__user {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.kbs-mobile-header__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid var(--wp--custom--profile--color--bg-muted);
}
.kbs-mobile-header__name {
  font-family: var(--wp--custom--typography--font-headings, var(--wp--custom--typography--font-body));
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
}
.kbs-mobile-header__tabs {
  display: flex;
  gap: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-bottom: 2px solid var(--wp--custom--profile--color--border);
  scrollbar-width: none;
}
.kbs-mobile-header__tabs::-webkit-scrollbar {
  display: none;
}
.kbs-mobile-header__tab {
  flex-shrink: 0;
  padding: 8px 14px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--wp--custom--profile--color--text-muted);
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  white-space: nowrap;
  transition: color var(--wp--custom--profile--transition), border-color var(--wp--custom--profile--transition);
}
.kbs-mobile-header__tab:hover {
  color: var(--wp--custom--profile--color--text);
}
.kbs-mobile-header__tab--active {
  color: var(--wp--custom--profile--color--accent);
  border-bottom-color: var(--wp--custom--profile--color--accent);
  font-weight: 600;
}
.kbs-page-header {
  margin-bottom: 24px;
}
.kbs-page-header__title {
  font-family: var(--wp--custom--typography--font-headings, var(--wp--custom--typography--font-body));
  font-size: 1.375rem;
  font-weight: 700;
  margin: 0 0 4px;
  line-height: 1.3;
}
.kbs-page-header__count {
  font-size: 0.8125rem;
  color: var(--wp--custom--profile--color--text-muted);
  margin: 0;
}
.kbs-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 32px;
}
@media (min-width: 782px) {
  .kbs-stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.kbs-stat-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--wp--custom--profile--color--bg);
  border: 1px solid var(--wp--custom--profile--color--border);
  border-radius: var(--wp--custom--profile--radius--md);
  padding: 16px;
  box-shadow: var(--wp--custom--profile--shadow--sm);
  transition: box-shadow var(--wp--custom--profile--transition);
}
.kbs-stat-card:hover {
  box-shadow: var(--wp--custom--profile--shadow--md);
}
.kbs-stat-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: var(--wp--custom--profile--radius--sm);
  background: var(--wp--custom--profile--color--accent-light);
  color: var(--wp--custom--profile--color--accent);
  flex-shrink: 0;
}
.kbs-stat-card__icon svg {
  width: 20px;
  height: 20px;
}
.kbs-stat-card__body {
  display: flex;
  flex-direction: column;
}
.kbs-stat-card__value {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}
.kbs-stat-card__label {
  font-size: 0.6875rem;
  color: var(--wp--custom--profile--color--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.kbs-section {
  margin-bottom: 32px;
}
.kbs-section__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--wp--custom--profile--color--border);
}
.kbs-section__title {
  font-family: var(--wp--custom--typography--font-headings, var(--wp--custom--typography--font-body));
  font-size: 1.0625rem;
  font-weight: 700;
  margin: 0;
}
.kbs-section__link {
  font-size: 0.8125rem;
  font-weight: 500;
  flex-shrink: 0;
  margin-left: 16px;
}
.kbs-empty {
  padding: 48px 24px;
  text-align: center;
  background: var(--wp--custom--profile--color--bg-alt);
  border: 1px dashed var(--wp--custom--profile--color--border);
  border-radius: var(--wp--custom--profile--radius--md);
  color: var(--wp--custom--profile--color--text-muted);
  font-size: 0.875rem;
  line-height: 1.5;
}
.kbs-empty svg {
  display: block;
  margin: 0 auto 12px;
  width: 32px;
  height: 32px;
  color: var(--wp--custom--profile--color--text-muted);
  opacity: 0.5;
}
.kbs-activity-list {
  display: flex;
  flex-direction: column;
}
.kbs-activity-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--wp--custom--profile--color--bg-muted);
  transition: background var(--wp--custom--profile--transition);
}
.kbs-activity-item:last-child {
  border-bottom: none;
}
.kbs-activity-item__thumb {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--wp--custom--profile--color--bg-muted);
  display: flex;
  align-items: center;
  justify-content: center;
}
.kbs-activity-item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.kbs-activity-item__thumb svg {
  width: 22px;
  height: 22px;
  color: var(--wp--custom--profile--color--text-muted);
}
.kbs-activity-item__content {
  min-width: 0;
  flex: 1;
}
.kbs-activity-item__link {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 12px;
  align-items: baseline;
}
.kbs-activity-item__title {
  grid-column: 1/2;
  grid-row: 1/2;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--wp--custom--profile--color--text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kbs-activity-item__title a.kbs-activity-item__title:hover {
  color: var(--wp--custom--profile--color--accent);
}
.kbs-activity-item__meta {
  grid-column: 1/2;
  grid-row: 2/3;
  font-size: 0.8125rem;
  color: var(--wp--custom--profile--color--text-secondary);
}
.kbs-activity-item__time {
  grid-column: 2/3;
  grid-row: 1/2;
  font-size: 0.75rem;
  color: var(--wp--custom--profile--color--text-muted);
  white-space: nowrap;
  flex-shrink: 0;
  text-align: right;
}
.kbs-tabs {
  display: flex;
  gap: 0;
  border-bottom: 2px solid var(--wp--custom--profile--color--border);
  margin-bottom: 24px;
}
.kbs-tabs__tab {
  padding: 10px 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--wp--custom--profile--color--text-muted);
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: color var(--wp--custom--profile--transition), border-color var(--wp--custom--profile--transition);
}
.kbs-tabs__tab:hover {
  color: var(--wp--custom--profile--color--text);
}
.kbs-tabs__tab--active {
  color: var(--wp--custom--profile--color--accent);
  border-bottom-color: var(--wp--custom--profile--color--accent);
  font-weight: 600;
}
.kbs-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin: 32px 0 0;
}
.kbs-pagination__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--wp--custom--profile--color--text-secondary);
  border: 1px solid var(--wp--custom--profile--color--border);
  border-radius: var(--wp--custom--profile--radius--sm);
  background: var(--wp--custom--profile--color--bg);
  transition: background var(--wp--custom--profile--transition), color var(--wp--custom--profile--transition), border-color var(--wp--custom--profile--transition);
}
.kbs-pagination__link a.kbs-pagination__link:hover {
  background: var(--wp--custom--profile--color--bg-muted);
  color: var(--wp--custom--profile--color--text);
  border-color: var(--wp--custom--profile--color--text-muted);
}
.kbs-pagination__link--current {
  background: var(--wp--custom--profile--color--accent);
  color: #ffffff;
  border-color: var(--wp--custom--profile--color--accent);
  font-weight: 700;
  pointer-events: none;
}
.kbs-notice {
  padding: 12px 16px;
  margin-bottom: 24px;
  border-radius: var(--wp--custom--profile--radius--sm);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
}
.kbs-success {
  background: var(--wp--custom--profile--color--success-bg);
  border-left: 4px solid var(--wp--custom--profile--color--success);
  color: var(--wp--custom--profile--color--success);
}
.kbs-error {
  background: var(--wp--custom--profile--color--error-bg);
  border-left: 4px solid var(--wp--custom--profile--color--error);
  color: var(--wp--custom--profile--color--error);
}
.kbs-warning {
  background: var(--wp--custom--profile--color--warning-bg);
  border-left: 4px solid var(--wp--custom--profile--color--warning);
  color: var(--wp--custom--profile--color--warning);
}
.posts-toggle {
  gap: 2rem;
}
.posts-toggle p {
  opacity: 1;
}
.posts-toggle p a {
  transition: background 0.4s, color 0.4s;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0.375rem;
  text-decoration: none;
  white-space: nowrap;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  width: auto;
  height: var(--wp--custom--form--field--height);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.posts-toggle p a:hover {
  background-color: var(--wp--custom--color--primary);
  color: #fff;
}
.post-cards {
  max-width: 100% !important;
  gap: 2rem !important;
}
@media (max-width: 781px) {
  .post-cards {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
  }
}
.post-cards--no-break {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.post-card {
  display: block;
  cursor: pointer;
  border-radius: var(--wp--custom--layout--border-radius);
  background-color: #fff;
}
.post-card--full-height {
  height: 100%;
}
.post-card {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  text-decoration: none;
}
.post-card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  transform: translateY(-0.25rem);
}
.tag-feature .post-card {
  background-color: var(--wp--custom--color--dark);
  font-size: var(--wp--preset--font-size--base, 1rem);
}
@media (max-width: 1023px) {
  .post-card .wp-block-columns {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .post-card .wp-block-columns {
    height: 100%;
  }
}
@media (max-width: 781px) {
  .post-card .wp-block-columns .wp-block-column {
    flex-basis: unset !important;
  }
}
.post-card .wp-block-columns .wp-block-column:nth-child(1) {
  height: 100%;
}
.post-card .wp-block-columns .wp-block-column:nth-child(1) .wp-block-group {
  height: 100%;
}
.post-card .wp-block-columns .wp-block-column:nth-child(1) .wp-block-group .wp-block-post-featured-image {
  height: 100%;
}
.post-card .wp-block-columns .wp-block-column:nth-child(2) > .wp-block-group {
  padding: 1.5rem;
  gap: 1rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .post-card .wp-block-columns .wp-block-column:nth-child(2) > .wp-block-group {
    padding: 2rem;
  }
}
.post-card .post-card-content {
  padding: 1.5rem;
  gap: 1rem;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1024px) {
  .post-card .post-card-content {
    padding: 2rem;
  }
}
.post-card__featured-image--video img {
  aspect-ratio: 16/9;
}
.post-card__meta {
  gap: 0.75rem;
}
.post-card__category {
  color: var(--wp--custom--color--primary);
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: var(--wp--custom--typography--eyebrow--font-weight);
  letter-spacing: 0.1ch;
}
@media (min-width: 1024px) {
  .post-card__category {
    font-size: 0.65rem;
  }
}
.tag-feature .post-card__category {
  background: linear-gradient(90deg, rgb(94, 120, 255) 30%, rgb(255, 148, 203) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.post-card .wp-block-post-title,
.post-card .wp-block-post-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.post-card .wp-block-post-title {
  font-weight: var(--wp--custom--typography--heading--font-weight);
  font-size: 5.8dvw;
  line-height: 1.3;
  color: inherit;
  margin-bottom: 0;
  text-decoration: none;
}
@media (min-width: 782px) {
  .post-card .wp-block-post-title {
    font-size: 1.3rem;
    line-height: 1.3;
  }
}
@media (min-width: 1024px) {
  .post-card .wp-block-post-title {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
.post-card .wp-block-post-title > a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: block;
  text-decoration: none;
}
.tag-feature .post-card .wp-block-post-title {
  background: linear-gradient(90deg, rgb(94, 120, 255) 30%, rgb(255, 148, 203) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.post-card .wp-block-post-featured-image img {
  border-radius: var(--wp--custom--layout--border-radius);
}
.poll .post-card .wp-block-post-featured-image {
  position: relative;
}
.poll .post-card .wp-block-post-featured-image::before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg fill=%27rgb%28216 52 118%29%27 enable-background=%27new 0 0 512 512%27 height=%27512%27 viewBox=%270 0 512 512%27 width=%27512%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg id=%27Layer_2_00000003822998940931026380000001099132103003080866_%27%3E%3Cg id=%27Social_Icon%27%3E%3Cg id=%27PollVertical%27%3E%3Cpath d=%27m32.8 170.7h120v341.3h-120z%27%3E%3C/path%3E%3Cpath d=%27m196 0h120v512h-120z%27%3E%3C/path%3E%3Cpath d=%27m359.2 341.3h120v170.7h-120z%27%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.75rem;
  border-radius: 9999px;
  background-color: var(--wp--custom--color--dark);
}
.post-card .wp-block-post-excerpt {
  font-size: 0.9rem;
  line-height: 1.5;
}
.post-card .wp-block-post-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.tag-feature .post-card .wp-block-post-author p {
  color: inherit;
}
.post-card .wp-block-post-author__avatar {
  margin: 0;
}
.post-card .wp-block-post-author__avatar img {
  border-radius: 0.375rem;
}
.post-card .wp-block-post-author__name {
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.05ch;
  line-height: 1;
}
.post-card .wp-block-post-author__name > a {
  text-decoration: none;
}
.wp-block-query-pagination-next {
  text-decoration: none !important;
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  display: flex !important;
  gap: 1rem !important;
  margin-bottom: 0 !important;
  align-items: center !important;
}
.wp-block-query-pagination-next::after {
  content: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 512 512%27%3E%3Cpath d=%27M505 273c9.4-9.4 9.4-24.6 0-33.9L369 103c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l95 95L24 232c-13.3 0-24 10.7-24 24s10.7 24 24 24l406.1 0-95 95c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L505 273z%27/%3E%3C/svg%3E");
  font-family: "Font Awesome 6 Pro";
  color: red;
  width: 1rem;
  height: 1rem;
  line-height: 0;
  transition: transform 0.5s ease-in-out;
}
.wp-block-query-pagination-next:hover::after {
  transform: translateX(0.5rem);
}
.wp-block-query-pagination-next.is-loading::after {
  content: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 512 512%27%3E%3Cpath class=%27fa-secondary%27 opacity=%27.4%27 d=%27M256 64C150 64 64 150 64 256s86 192 192 192c70.1 0 131.3-37.5 164.9-93.6l.1 .1c-6.9 14.9-1.5 32.8 13 41.2c15.3 8.9 34.9 3.6 43.7-11.7c.2-.3 .4-.6 .5-.9l0 0C434.1 460.1 351.1 512 256 512C114.6 512 0 397.4 0 256S114.6 0 256 0c-17.7 0-32 14.3-32 32s14.3 32 32 32z%27/%3E%3Cpath class=%27fa-primary%27 d=%27M224 32c0-17.7 14.3-32 32-32C397.4 0 512 114.6 512 256c0 46.6-12.5 90.4-34.3 128c-8.8 15.3-28.4 20.5-43.7 11.7s-20.5-28.4-11.7-43.7c16.3-28.2 25.7-61 25.7-96c0-106-86-192-192-192c-17.7 0-32-14.3-32-32z%27/%3E%3C/svg%3E");
  font-family: "Font Awesome 6 Pro";
  animation: spin 1s linear infinite; /* Apply the animation */
  color: red;
  width: 1rem;
  height: 1rem;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.wp-block-query .wp-block-post-template .wp-block-cover .wp-block-cover__inner-container {
  cursor: pointer;
}
.archive-poll__heading {
  margin-top: 0;
}
.archive-poll__description {
  text-wrap: balance;
  margin-top: 1.25rem;
}
.archive-poll__pagination {
  padding-top: 4rem;
}
.site-sidebar {
  position: sticky;
  top: calc(var(--wp--custom--header--height-mobile) + 2.25rem);
}
@media (min-width: 782px) {
  .site-sidebar {
    top: calc(var(--wp--custom--header--height-tablet) + 2.25rem);
  }
}
@media (min-width: 1024px) {
  .site-sidebar {
    top: calc(var(--wp--custom--header--height-desktop) + 2.25rem);
  }
}
.wp-block-table {
  border-width: 1px;
  border-style: solid;
  border-color: var(--wp--custom--border--color--base);
  border-radius: 0.375rem;
  padding: 0.75rem;
}
@media (min-width: 1024px) {
  .wp-block-table {
    padding: 1.25rem;
  }
}
.wp-block-table table thead tr th {
  font-size: 0.9rem;
  padding-bottom: 0.75rem;
  padding-right: 1.25rem;
  border: none;
  font-weight: 600;
}
.wp-block-table table tbody {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: 0;
  border-color: var(--wp--custom--border--color--base);
}
.wp-block-table table tbody tr td {
  font-size: 0.9rem;
  padding-left: 0;
  padding-right: 1.25rem;
  line-height: 1.25rem;
  padding-top: 0.75rem;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: 0;
  border-color: var(--wp--custom--border--color--base);
}
.wp-block-table table tbody tr:not(:last-child) td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 0.75rem;
}
@media (min-width: 782px) {
  .section--contact-form .wp-block-columns {
    gap: 8rem;
  }
}

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