/* -- COLORS -- */
/* -- TYPOGRAPHY :: FONT SIZE -- */
/* -- TYPOGRAPHY :: LINE HEIGHT -- */
/* -- TYPOGRAPHY :: FONT FAMILY -- */
/* -- LAYOUT :: BREAKPOINTS -- */
/* -- LAYOUTS -- */
/* -- TYPOGRAPHY -- */
/* -- HIDE SCROLLBAR -- */
/* -- RESET UNORDERED LIST -- */
:root {
  --color-lig-black: #1C1C1B;
  --color-lig-green: #00FF84;
  --color-lig-beige: #F7F2F0;
  --color-lig-gray: #B1B1B1;
  --color-lig-white: #FFFFFF;
}

:root {
  --font-size-lig-base: 18px;
  --font-size-lig-h1: 3.5555555556rem;
  --font-size-lig-h2: 2rem;
  --font-size-lig-h3: 1.2222222222rem;
  --font-size-lig-h4: 1.1111111111rem;
  --font-size-lig-h5: 1.1111111111rem;
  --line-height-lig-base: 1.4;
  --line-height-lig-h1: 1.1;
  --line-height-lig-h2: 1.2;
  --line-height-lig-h3: 1.1;
  --line-height-lig-h4: 1.1;
  --line-height-lig-h5: 1.1;
}
@media (max-width: 767px) {
  :root {
    --font-size-lig-base: 16px;
    --font-size-lig-h1: 1.875rem;
    --font-size-lig-h2: 1.625rem;
    --font-size-lig-h3: 1.25rem;
    --font-size-lig-h4: 1.125rem;
    --font-size-lig-h5: 1rem;
    --line-height-lig-base: 1.4;
    --line-height-lig-h1: 1.1;
    --line-height-lig-h2: 1.1;
    --line-height-lig-h3: 1.1;
    --line-height-lig-h4: 1.1;
    --line-height-lig-h5: 1.1;
  }
}

:root {
  --layout-lig-content: 1800px;
}

.block-editor-page.post-type-post .is-root-container {
  max-width: 1069px;
}

@media (min-width: 767px) {
  .lig-visible-on-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .lig-hide-on-mobile {
    display: none;
  }
}

.lig-accordion__header {
  display: flex;
  justify-content: space-between;
  background-color: #F7F2F0;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: 0.5s;
}
@media (min-width: 1000px) {
  .lig-accordion__header {
    padding: 2.625rem;
  }
}
@media (max-width: 1000px) {
  .lig-accordion__header {
    padding: 1.5rem;
  }
}
@media (min-width: 767px) {
  .lig-accordion__header {
    align-items: center;
  }
}
@media (min-width: 767px) {
  .lig-accordion__header-content {
    font-size: 2rem;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .lig-accordion__header-content {
    font-size: 1.25rem;
    line-height: 1.1;
    margin-top: 0.125rem;
  }
}
.lig-accordion__header-toggle {
  display: flex;
}
.lig-accordion__header-toggle-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: solid 1px #1C1C1B;
}
@media (min-width: 767px) {
  .lig-accordion__header-toggle-icon {
    height: 2.625rem;
    width: 2.625rem;
  }
}
@media (max-width: 767px) {
  .lig-accordion__header-toggle-icon {
    height: 2rem;
    width: 2rem;
  }
}
.lig-accordion__header-toggle-icon svg {
  width: auto;
  transform: rotate(0deg);
  transition: 0.8s;
}
@media (min-width: 767px) {
  .lig-accordion__header-toggle-icon svg {
    height: 0.875rem;
  }
}
@media (max-width: 767px) {
  .lig-accordion__header-toggle-icon svg {
    height: 0.75rem;
  }
}
.lig-accordion--is-open .lig-accordion__header {
  background-color: #1C1C1B;
}
.lig-accordion--is-open .lig-accordion__header-content {
  color: #FFFFFF;
}
.lig-accordion--is-open .lig-accordion__header-toggle-icon {
  border-color: #FFFFFF;
}
.lig-accordion--is-open .lig-accordion__header-toggle svg {
  transform: rotate(180deg);
}
.lig-accordion--is-open .lig-accordion__header-toggle svg path {
  fill: #FFFFFF;
}
.lig-accordion__content {
  display: none;
}
.lig-accordion__content-inner {
  background-color: #F7F2F0;
  border-radius: 0.25rem;
  margin-top: 0;
  opacity: 0;
}
@media (min-width: 767px) {
  .lig-accordion__content-inner {
    padding: 2.625rem;
  }
}
@media (max-width: 767px) {
  .lig-accordion__content-inner {
    padding: 1.5rem;
  }
}
.lig-accordion--is-open .lig-accordion__content-inner {
  margin-top: 0.25rem;
  opacity: 1;
}

/* -- STYLE: BORDER -- */
.is-style-lig-border.lig-accordion {
  border: solid 1px #B1B1B1;
}
@media (max-width: 1900px) {
  .is-style-lig-border.lig-accordion {
    border-left: 0;
    border-right: 0;
  }
}
@media (min-width: 1000px) {
  .is-style-lig-border.lig-accordion {
    padding: 2.625rem;
  }
}
@media (max-width: 1000px) {
  .is-style-lig-border.lig-accordion {
    padding: 1.5rem;
  }
}
.is-style-lig-border.lig-accordion + .lig-accordion {
  border-top: none;
}

/* -- BLOCK EDITOR -- */
.editor-visual-editor .lig-accordion__content {
  display: block;
}
.editor-visual-editor .lig-accordion__content-inner {
  opacity: 1;
  margin-top: 0.25rem;
}

.lig-boxes__item {
  position: relative;
  border: solid 1px #B1B1B1;
}
@media (min-width: 1000px) {
  .lig-boxes__item {
    padding: 2.625rem;
  }
}
@media (max-width: 1000px) {
  .lig-boxes__item {
    padding: 1.5rem;
  }
}
.lig-boxes__item-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  background-color: black;
  height: 100%;
}
.lig-boxes__item-media * {
  border: none;
  bottom: 0;
  box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transform: scale(1);
  opacity: 0.8;
  transition: 0.8s;
}
.lig-boxes__item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 2.625rem;
}
.lig-boxes__item-overline {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.lig-boxes__item-overline::before {
  content: "";
  display: block;
  height: 0.6rem;
  width: 0.6rem;
  background-color: #00FF84;
  margin-right: 0.4rem;
}
@media (min-width: 767px) {
  .lig-boxes__item-overline::before {
    position: relative;
    top: -0.022rem;
  }
}
@media (max-width: 767px) {
  .lig-boxes__item-overline::before {
    position: relative;
    top: -0.08rem;
  }
}
.lig-boxes__item-overline span {
  font-size: 0.6666666667rem;
  line-height: 0.6666666667rem;
}
@media (max-width: 767px) {
  .lig-boxes__item-overline span {
    font-size: 0.75rem;
    line-height: 0.75rem;
  }
}
.lig-boxes__item-heading {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: auto;
}
@media (max-width: 767px) {
  .lig-boxes__item-heading {
    font-size: 1.625rem;
    line-height: 1.1;
  }
}
.lig-boxes__item-text {
  font-size: 2rem;
  line-height: 1.2;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .lig-boxes__item-text {
    font-size: 1.625rem;
    line-height: 1.1;
  }
}
.lig-boxes__item + .lig-boxes__item {
  border-left: none;
}

.lig-contact-form__field:has(*:focus-visible) {
  border: solid 1px #1C1C1B;
}
.lig-contact-form__field label {
  position: absolute;
  margin-top: 1rem;
  margin-left: 1rem;
  transition: 0.3s;
  opacity: 1;
}
.lig-contact-form__field--is-active label {
  font-size: 0.6rem;
  margin-top: 0.4rem;
  opacity: 0.75;
}
.lig-contact-form__field--is-subject {
  display: none;
}
.lig-contact-form__field--is-subject + .lig-contact-form__field input, .lig-contact-form__field--is-subject + .lig-contact-form__field textarea {
  border-top: solid 1px #B1B1B1 !important;
}
.lig-contact-form__field input, .lig-contact-form__field textarea {
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
  border-radius: 0;
  border: solid 1px #B1B1B1;
  transition: 0.3s;
}
.lig-contact-form__field input:focus-visible, .lig-contact-form__field textarea:focus-visible {
  outline: none;
}
.lig-contact-form__field textarea {
  display: flex;
}
.lig-contact-form__field--is-active input, .lig-contact-form__field--is-active textarea {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}
.lig-contact-form__field + .lig-contact-form__field input, .lig-contact-form__field + .lig-contact-form__field textarea {
  border-top: none;
}
.lig-contact-form__data-policy {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.lig-contact-form__data-policy a {
  text-decoration: underline;
}
.lig-contact-form__field--is-security {
  display: none;
  margin-bottom: 1rem;
}
.lig-contact-form__field--is-security svg {
  width: 5rem;
  height: auto;
  margin-top: 0.5rem;
}
.lig-contact-form--has-security-visible .lig-contact-form__field--is-security {
  display: block;
}
.lig-contact-form__submit input[type=submit] {
  padding: 0.75rem 1.25rem;
  background-color: #1C1C1B;
  color: #FFFFFF;
  border-radius: 50rem;
  border: none;
  cursor: pointer;
}
.lig-contact-form--is-success .lig-contact-form__result, .lig-contact-form--is-error .lig-contact-form__result {
  margin-top: 1rem;
  padding: 1rem;
  background: #F7F2F0;
  border-radius: 0.5rem;
  width: fit-content;
}

#ckyDetailCategoryfunctional,
#ckyDetailCategoryperformance,
#ckyDetailCategoryadvertisement {
  display: none;
}

.cky-cookie-des-table li div:first-child {
  display: none;
}

.cky-btn {
  color: #FFFFFF !important;
  background-color: #1C1C1B !important;
  border-color: #1C1C1B !important;
}

.cky-btn-revisit-wrapper {
  display: none !important;
}

.lig-cover {
  display: block;
  position: relative;
  overflow: hidden;
}
.lig-cover__content {
  position: relative;
  z-index: 1;
  padding: 15rem 0;
}
@media (min-width: 1200px) {
  .lig-cover__content {
    padding: 15rem 0;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  .lig-cover__content {
    padding: 10rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .lig-cover__content {
    padding: 6rem 1.5rem;
  }
}
.lig-cover__media * {
  border: none;
  bottom: 0;
  box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transform: scale(1);
  transition: 0.8s;
}
.lig-cover__heading {
  font-family: "SourceSerif4", sans-serif;
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .lig-cover__heading {
    font-size: 1.25rem;
    line-height: 1.1;
  }
}

.lig-footer {
  border-top: solid 1px #B1B1B1;
}
.lig-footer__inner {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
@media (min-width: 1900px) {
  .lig-footer__inner {
    max-width: 1800px;
    margin: 0 auto;
  }
}
@media (max-width: 1900px) {
  .lig-footer__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: calc(100% - 3rem);
  }
}
@media (min-width: 1000px) {
  .lig-footer__inner {
    display: flex;
    justify-content: space-between;
  }
}
.lig-footer ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.lig-footer ul li {
  display: block;
}
.lig-footer ul li {
  margin-right: 0.5rem;
}
.lig-footer ul li:after {
  content: " | ";
  display: inline-block;
  margin-left: 0.4rem;
}
.lig-footer ul li:last-child {
  margin-right: 0;
}
.lig-footer ul li:last-child:after {
  display: none;
}
.lig-footer ul li a {
  text-decoration: none;
}
.lig-footer__menu {
  display: flex;
}
@media (max-width: 1000px) {
  .lig-footer__menu {
    margin-bottom: 1rem;
  }
}
.lig-footer__menu nav {
  display: flex;
}
@media (max-width: 1000px) {
  .lig-footer__menu nav ul {
    display: block;
  }
}
@media (max-width: 1000px) {
  .lig-footer__menu nav ul li:after {
    display: none;
  }
}
.lig-footer__languages ul li a {
  text-transform: uppercase;
}
.lig-footer__languages ul li a[aria-current=true] {
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.lig-header {
  position: fixed;
  z-index: 100;
  width: 62rem;
  max-width: 100%;
  background-color: rgba(247, 242, 240, 0.6);
  backdrop-filter: blur(0.2rem);
  border: solid 1px #F7F2F0;
  transition: 0.4s;
}
@media (min-width: 1000px) {
  .lig-header {
    top: 1.75rem;
    margin: 0 auto;
    border-radius: 50rem;
  }
}
@media (max-width: 1000px) {
  .lig-header {
    margin: 1rem;
    width: calc(100% - 2rem);
    border-radius: 2rem;
  }
}
.lig-header__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .lig-header__inner {
    padding: 0.5rem 0.5rem 0.5rem 1.875rem;
  }
}
@media (max-width: 1200px) {
  .lig-header__inner {
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  }
}
.lig-header__logo {
  display: flex;
}
.lig-header__logo svg {
  height: auto;
  max-height: 3rem;
  width: 9rem;
}
@media (min-width: 1000px) {
  .lig-header__menu {
    display: flex;
  }
}
@media (max-width: 1000px) {
  .lig-header__menu {
    display: none;
    order: 3;
    width: 100%;
  }
}
.lig-header__menu nav {
  display: flex;
}
.lig-header__menu nav ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.lig-header__menu nav ul li {
  display: block;
}
@media (min-width: 1000px) {
  .lig-header__menu nav ul {
    align-items: center;
  }
}
@media (max-width: 1000px) {
  .lig-header__menu nav ul {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1000px) {
  .lig-header__menu nav ul li {
    margin-right: 1.5rem;
  }
}
@media (max-width: 1000px) {
  .lig-header__menu nav ul li {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1000px) {
  .lig-header__menu nav ul li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 1000px) {
  .lig-header__menu nav ul li:last-child {
    margin-bottom: 0;
  }
}
.lig-header__menu nav ul li.lig-btn {
  background-color: #1C1C1B;
  color: #FFFFFF;
  border-radius: 50rem;
}
@media (min-width: 767px) {
  .lig-header__menu nav ul li.lig-btn {
    padding: 0.75rem 1.25rem;
  }
}
@media (max-width: 767px) {
  .lig-header__menu nav ul li.lig-btn {
    padding: 0.5rem 1.25rem;
  }
}
.lig-header__menu nav ul li a {
  text-decoration: none;
}
@media (min-width: 1000px) {
  .lig-header__hamburger {
    display: none;
  }
}
@media (max-width: 1000px) {
  .lig-header__hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 1rem;
    width: 1.5rem;
    margin: 1rem;
  }
}
.lig-header__hamburger-line {
  display: block;
  height: 0.1rem;
  width: 100%;
  background-color: #1C1C1B;
  border-radius: 10rem;
  position: relative;
  top: 0;
  transform: rotate(0deg);
  transition: 0.3s;
}
.lig-header__hamburger[aria-expanded=true] .lig-header__hamburger-line--is-1 {
  top: 0.45rem;
  transform: rotate(45deg);
}
.lig-header__hamburger[aria-expanded=true] .lig-header__hamburger-line--is-2 {
  top: -0.45rem;
  transform: rotate(-45deg);
}

.site-header {
  display: flex;
  justify-content: center;
}

.lig-hero canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.lig-hero__stage {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background: #08090a;
}
.lig-hero__animation-vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 80% 70% at 50% 50%, transparent 30%, rgba(0, 0, 0, 0.75) 100%), radial-gradient(ellipse 50% 40% at 50% 50%, rgba(255, 255, 255, 0.025) 0%, transparent 70%), radial-gradient(60% 35% at 50% 76%, rgba(0, 255, 132, 0.07), transparent 70%);
}
.lig-hero__animation-grain {
  position: absolute;
  inset: -50%;
  pointer-events: none;
  opacity: 0.06;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}
.lig-hero__content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.lig-hero__content-inner {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.lig-hero__content * {
  color: #FFFFFF;
  text-align: center;
}
.lig-hero__slogan {
  font-family: "SourceSerif4", sans-serif;
}
.lig-hero__overline {
  font-size: 1.75rem;
}
@media (max-width: 767px) {
  .lig-hero__overline {
    font-size: 1rem;
  }
}
.lig-hero__heading {
  font-size: 2rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .lig-hero__heading {
    font-size: 1.625rem;
    line-height: 1.1;
  }
}

/* - BROWSER SUPPORT - */
.lig-legacy-browser .lig-hero__heading {
  font-size: 1.2222222222rem;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .lig-legacy-browser .lig-hero__heading {
    font-size: 1.25rem;
    line-height: 1.1;
  }
}

.lig-logos__items {
  display: flex;
}
.lig-logos__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  aspect-ratio: 1;
  border: solid 1px #B1B1B1;
}
.lig-logos__item img {
  height: 4rem;
  width: 13rem;
  object-fit: contain;
}
.lig-logos__item + .lig-logos__item {
  border-left: none;
}

/* -- STYLE: MARQUEE -- */
.is-style-lig-marquee {
  overflow: hidden;
  max-width: 100vw;
}
@media (min-width: 1000px) {
  .is-style-lig-marquee .lig-logos__items {
    animation: marquee 40s linear infinite;
  }
}
@media (max-width: 1000px) {
  .is-style-lig-marquee .lig-logos__items {
    animation: marqueeMobile 40s linear infinite;
  }
}
.is-style-lig-marquee .lig-logos__item {
  width: 20rem;
  height: 20rem;
}
.is-style-lig-marquee .lig-logos__item img {
  height: 4rem;
  width: 13rem;
  object-fit: contain;
}

/* -- ANIMATION MARQUEE -- */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes marqueeMobile {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-400%);
  }
}
.lig-media-gallery__item--is-contain-fit img {
  object-fit: contain !important;
}
.lig-media-gallery__item-layer-image {
  background-size: cover;
  background-position: center;
  border-radius: 0.25rem;
  overflow: hidden;
}
.lig-media-gallery__item-layer-color {
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(1rem);
}
@media (min-width: 1000px) {
  .lig-media-gallery__item-inner {
    padding: 0 2.625rem;
  }
}
@media (max-width: 1000px) {
  .lig-media-gallery__item-inner {
    padding: 0 1.5rem;
  }
}
.lig-media-gallery__item-copyright {
  font-size: 0.75rem;
  margin-top: 1rem;
}
.lig-media-gallery__item img,
.lig-media-gallery__item video {
  display: flex;
  width: 100%;
  height: auto;
  aspect-ratio: 1.75;
  object-fit: cover;
  border-radius: 0.25rem;
}
.lig-media-gallery__controls {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1000px) {
  .lig-media-gallery__controls {
    position: relative;
    z-index: 7;
    top: -8rem;
    height: 0;
    margin-right: 5.325rem;
  }
}
@media (max-width: 1000px) {
  .lig-media-gallery__controls {
    margin-right: 1.5rem;
  }
}
.lig-media-gallery__control {
  position: relative;
  top: 0.15rem;
  opacity: 1;
  cursor: pointer;
  transition: 0.4s;
  margin-right: 0.55rem;
}
.lig-media-gallery__control:last-child {
  margin-right: 0;
}
.lig-media-gallery__control.disabled {
  opacity: 0.3;
}
.lig-media-gallery__control svg {
  width: auto;
}
@media (min-width: 1000px) {
  .lig-media-gallery__control svg {
    height: 2.625rem;
  }
}
@media (max-width: 1000px) {
  .lig-media-gallery__control svg {
    height: 1.75rem;
  }
}
.lig-media-gallery .glider-track {
  align-items: flex-start;
}

.lig-media-gallery + *,
* + .lig-media-gallery {
  margin-top: 1.6rem;
}

/* -- BLOCK EDITOR -- */
.editor-styles-wrapper .lig-media-gallery__item {
  display: none;
}
.editor-styles-wrapper .lig-media-gallery__item:nth-child(1) {
  display: block;
}

.lig-person-query-loop__listing {
  display: flex;
}

.lig-person {
  border: solid 1px #B1B1B1;
}
@media (min-width: 1000px) {
  .lig-person {
    padding: 2.625rem;
  }
}
@media (max-width: 1000px) {
  .lig-person {
    padding: 1.5rem;
  }
}
.lig-person__inner {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  height: 33rem;
  background-color: black;
}
.lig-person__portrait * {
  border: none;
  bottom: 0;
  box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transform: scale(1);
  opacity: 0.8;
  transition: 0.8s;
}
.lig-person__content {
  position: relative;
  z-index: 1;
  margin-top: auto;
}
@media (min-width: 1000px) {
  .lig-person__content {
    padding: 2.625rem;
  }
}
@media (max-width: 1000px) {
  .lig-person__content {
    padding: 1.5rem;
  }
}
.lig-person__content * {
  color: #FFFFFF;
}
.lig-person__role {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.lig-person__role::before {
  content: "";
  display: block;
  height: 0.6rem;
  width: 0.6rem;
  background-color: #00FF84;
  margin-right: 0.4rem;
}
@media (min-width: 767px) {
  .lig-person__role::before {
    position: relative;
    top: -0.022rem;
  }
}
@media (max-width: 767px) {
  .lig-person__role::before {
    position: relative;
    top: -0.08rem;
  }
}
.lig-person__role span {
  font-size: 0.6666666667rem;
  line-height: 0.6666666667rem;
}
@media (max-width: 767px) {
  .lig-person__role span {
    font-size: 0.75rem;
    line-height: 0.75rem;
  }
}
.lig-person__name {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .lig-person__name {
    font-size: 1.625rem;
    line-height: 1.1;
  }
}
.lig-person + .lig-person {
  border-left: none;
}

.lig-post-intro {
  background-color: #F7F2F0;
  border-bottom: solid 1px #B1B1B1;
  margin-bottom: 2.4rem;
}
@media (max-width: 1000px) {
  .lig-post-intro {
    padding-top: 6rem;
  }
}
@media (min-width: 1000px) {
  .lig-post-intro__inner {
    padding: 2.625rem;
  }
}
@media (max-width: 1000px) {
  .lig-post-intro__inner {
    padding: 1.5rem;
  }
}
.lig-post-intro__overline {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.lig-post-intro__overline::before {
  content: "";
  display: block;
  height: 0.6rem;
  width: 0.6rem;
  background-color: #00FF84;
  margin-right: 0.4rem;
}
@media (min-width: 767px) {
  .lig-post-intro__overline::before {
    position: relative;
    top: -0.022rem;
  }
}
@media (max-width: 767px) {
  .lig-post-intro__overline::before {
    position: relative;
    top: -0.08rem;
  }
}
.lig-post-intro__overline span {
  font-size: 0.6666666667rem;
  line-height: 0.6666666667rem;
}
@media (max-width: 767px) {
  .lig-post-intro__overline span {
    font-size: 0.75rem;
    line-height: 0.75rem;
  }
}
.lig-post-intro__overline svg {
  height: 0.6rem;
  width: 0.6rem;
}
.lig-post-intro__overline span {
  font-size: 0.6666666667rem;
  line-height: 0.6666666667rem;
}
@media (max-width: 767px) {
  .lig-post-intro__overline span {
    font-size: 0.75rem;
    line-height: 0.75rem;
  }
}
.lig-post-intro__heading {
  font-size: 2rem;
  line-height: 1.2;
  font-family: "SourceSerif4", sans-serif;
  padding-bottom: 1.3125rem;
  border-bottom: solid 1px #B1B1B1;
  margin-bottom: 1.3125rem;
}
@media (max-width: 767px) {
  .lig-post-intro__heading {
    font-size: 1.625rem;
    line-height: 1.1;
  }
}
.lig-post-intro__overline + .lig-post-intro__heading {
  margin-top: 1rem;
}
.lig-post-intro__categories {
  display: flex;
  flex-wrap: wrap;
  margin: -0.325rem;
}
.lig-post-intro__category {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border: solid 1px #1C1C1B;
  border-radius: 50rem;
  margin: 0.325rem !important;
}

@media (min-width: 1200px) {
  .lig-post-query-loop {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .lig-post-query-loop__filter {
    width: 20rem;
  }
}
@media (min-width: 1200px) {
  .lig-post-query-loop__filter-inner {
    padding: 2.625rem;
  }
}
@media (max-width: 1200px) {
  .lig-post-query-loop__filter-inner {
    padding: 3rem 1.5rem 1.5rem 1.5rem;
  }
}
.lig-post-query-loop__filter-overline {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.lig-post-query-loop__filter-overline::before {
  content: "";
  display: block;
  height: 0.6rem;
  width: 0.6rem;
  background-color: #00FF84;
  margin-right: 0.4rem;
}
@media (min-width: 767px) {
  .lig-post-query-loop__filter-overline::before {
    position: relative;
    top: -0.022rem;
  }
}
@media (max-width: 767px) {
  .lig-post-query-loop__filter-overline::before {
    position: relative;
    top: -0.08rem;
  }
}
.lig-post-query-loop__filter-overline span {
  font-size: 0.6666666667rem;
  line-height: 0.6666666667rem;
}
@media (max-width: 767px) {
  .lig-post-query-loop__filter-overline span {
    font-size: 0.75rem;
    line-height: 0.75rem;
  }
}
.lig-post-query-loop__filter-categories {
  display: flex;
  align-items: start;
}
@media (min-width: 1200px) {
  .lig-post-query-loop__filter-categories {
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  .lig-post-query-loop__filter-categories {
    flex-wrap: wrap;
  }
}
.lig-post-query-loop__filter-category {
  text-transform: uppercase;
  font-size: 0.75rem;
  padding: 0.5rem;
  background-color: transparent;
  border: solid 1px #1C1C1B;
  border-radius: 50rem;
  margin-bottom: 0.625rem;
  margin-right: 0.625rem;
  transition: 0.4s;
}
.lig-post-query-loop__filter-category[aria-checked=true] {
  color: #FFFFFF;
  background-color: #1C1C1B;
}
.lig-post-query-loop__filter-category:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.lig-post-query-loop__listing {
  flex: 1;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .lig-post-query-loop__listing {
    border-top: solid 1px #B1B1B1;
  }
}
.lig-post-query-loop__listing-result {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.lig-post-query-loop__listing-result li {
  display: block;
}
.lig-post-query-loop__listing-result li {
  display: flex;
  border: solid 1px #B1B1B1;
  margin-right: -1px;
  margin-bottom: -1px;
}
@media (min-width: 1200px) {
  .lig-post-query-loop__listing-result li {
    width: calc(33.33% - 2px);
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .lig-post-query-loop__listing-result li {
    width: calc(50% - 2px);
  }
}
@media (max-width: 1000px) {
  .lig-post-query-loop__listing-result li {
    width: calc(100% - 2px);
  }
}
@media (min-width: 1000px) {
  .lig-post-query-loop__listing-result li .lig-post {
    padding: 2.625rem;
  }
}
@media (max-width: 1000px) {
  .lig-post-query-loop__listing-result li .lig-post {
    padding: 1.5rem;
  }
}
.lig-post-query-loop__pagination-wrapper {
  display: flex;
  justify-content: center;
  padding: 2.625rem;
}
.lig-post-query-loop__pagination {
  padding: 0.75rem 1.25rem;
  background-color: #1C1C1B;
  color: #FFFFFF;
  border-radius: 50rem;
}
.lig-post-query-loop--has-pagination-hidden .lig-post-query-loop__pagination-wrapper {
  display: none;
}

.lig-post a {
  display: block;
}
.lig-post__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  object-fit: cover;
}
.lig-post__heading {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .lig-post__heading {
    font-size: 1.625rem;
    line-height: 1.1;
  }
}
.lig-post__categories {
  display: flex;
  flex-wrap: wrap;
  margin: -0.325rem;
}
.lig-post__category {
  font-size: 0.75rem;
  text-transform: uppercase;
  padding: 0.5rem;
  border: solid 1px #1C1C1B;
  border-radius: 50rem;
  margin: 0.325rem !important;
}

body.single-post .lig-post-query-loop__listing li {
  border: none;
  border-top: solid 1px #B1B1B1;
}
@media (min-width: 1000px) {
  body.single-post .lig-post-query-loop__listing li {
    width: calc(50% - 2px);
  }
}
body.single-post .lig-post-query-loop__listing li:nth-child(odd) {
  border-right: solid 1px #B1B1B1;
}

.lig-logos + .lig-post-query-loop .lig-post-query-loop__listing li {
  border-top: none;
}

.lig-quote {
  background-color: #F7F2F0;
  border-radius: 0.25rem;
}
@media (min-width: 1000px) {
  .lig-quote__inner {
    padding: 3.6rem 5rem;
  }
}
@media (max-width: 1000px) {
  .lig-quote__inner {
    padding: 2.6rem 1.3rem;
  }
}
.lig-quote blockquote {
  font-size: 2rem;
  line-height: 1.2;
  font-family: "SourceSerif4", sans-serif;
  text-align: center;
  margin: 0 0 2rem 0;
}
@media (max-width: 767px) {
  .lig-quote blockquote {
    font-size: 1.625rem;
    line-height: 1.1;
  }
}
.lig-quote__author {
  text-align: center;
}

.lig-quote + *,
* + .lig-quote {
  margin-top: 1.6rem;
}

.lig-steps {
  display: flex;
  border-top: solid 1px #B1B1B1;
  border-bottom: solid 1px #B1B1B1;
}
.lig-steps__progress {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1000px) {
  .lig-steps__progress {
    width: 5.8rem;
    border-right: solid 1px #B1B1B1;
    padding-top: 2.6rem;
  }
}
@media (max-width: 1000px) {
  .lig-steps__progress {
    padding-left: 1rem;
    padding-top: 3rem;
  }
}
.lig-steps__progress-icon {
  position: sticky;
  display: flex;
  top: calc(50vh - 3px);
}
.lig-steps__progress-icon svg {
  height: 0.6rem;
  width: 0.6rem;
}
.lig-steps__progress-line {
  width: 0;
  border-left: solid 1px #B1B1B1;
  height: 100%;
  background-color: #B1B1B1;
}
.lig-steps__items {
  flex: 1;
}
@media (min-width: 1000px) {
  .lig-steps__item {
    border-bottom: solid 1px #B1B1B1;
  }
}
.lig-steps__item:last-child {
  border-bottom: none;
}
.lig-steps__item-inner {
  background-color: #F7F2F0;
}
@media (min-width: 1000px) {
  .lig-steps__item-inner {
    padding: 2.6rem;
    margin: 2.6rem;
  }
}
@media (max-width: 1000px) {
  .lig-steps__item-inner {
    padding: 1.5rem;
    margin: 1.5rem 1.5rem 1.5rem 1rem;
  }
}
.lig-steps__item-overline {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.lig-steps__item-overline::before {
  content: "";
  display: block;
  height: 0.6rem;
  width: 0.6rem;
  background-color: #00FF84;
  margin-right: 0.4rem;
}
@media (min-width: 767px) {
  .lig-steps__item-overline::before {
    position: relative;
    top: -0.022rem;
  }
}
@media (max-width: 767px) {
  .lig-steps__item-overline::before {
    position: relative;
    top: -0.08rem;
  }
}
.lig-steps__item-overline span {
  font-size: 0.6666666667rem;
  line-height: 0.6666666667rem;
}
@media (max-width: 767px) {
  .lig-steps__item-overline span {
    font-size: 0.75rem;
    line-height: 0.75rem;
  }
}
.lig-steps__item-heading {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .lig-steps__item-heading {
    font-size: 1.625rem;
    line-height: 1.1;
  }
}

/* -- LAYOUT - GENERAL -- */
@media (min-width: 767px) and (max-width: 1900px) {
  html .entry-content > .wp-block-group > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
@media (max-width: 767px) {
  html .entry-content > .wp-block-group > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 1900px) {
  .lig-legacy-browser .entry-content > .wp-block-group > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 1800px;
  }
}
@media (min-width: 767px) and (max-width: 1900px) {
  .lig-legacy-browser .entry-content > .wp-block-group > * {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
@media (max-width: 767px) {
  .lig-legacy-browser .entry-content > .wp-block-group > * {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

/* -- LAYOUT - PAGE -- */
@media (min-width: 2400px) {
  html body.page .entry-content {
    max-width: 120rem;
    border: solid 1px #B1B1B1;
    margin-left: auto;
    margin-right: auto;
  }
}

/* -- LAYOUT - POST -- */
@media (min-width: 1000px) {
  html body.single-post .entry-content {
    max-width: 60rem;
    border: solid 1px #B1B1B1;
    margin-top: 10rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1000px) {
  html body.single-post .entry-content > * {
    margin-left: 2.4rem !important;
    margin-right: 2.4rem !important;
  }
}
@media (max-width: 1000px) {
  html body.single-post .entry-content > * {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}
html body.single-post .entry-content > *.lig-post-intro, html body.single-post .entry-content > *.lig-post-query-loop, html body.single-post .entry-content > *.lig-media-gallery, html body.single-post .entry-content > *.alignfull {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (min-width: 1000px) {
  html body.single-post .entry-content > *.alignfull > * {
    margin-left: 2.4rem !important;
    margin-right: 2.4rem !important;
  }
}
@media (max-width: 1000px) {
  html body.single-post .entry-content > *.alignfull > * {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

/* -- BLOCK - COLORS -- */
/* - BROWSER SUPPORT - */
.lig-legacy-browser .has-lig-black-color {
  color: #1C1C1B;
}
.lig-legacy-browser .has-lig-green-color {
  color: #00FF84;
}
.lig-legacy-browser .has-lig-beige-color {
  color: #F7F2F0;
}
.lig-legacy-browser .has-lig-gray-color {
  color: #B1B1B1;
}
.lig-legacy-browser .has-lig-white-color {
  color: #FFFFFF;
}
.lig-legacy-browser .has-lig-black-background-color {
  background-color: #1C1C1B;
}
.lig-legacy-browser .has-lig-green-background-color {
  background-color: #00FF84;
}
.lig-legacy-browser .has-lig-beige-background-color {
  background-color: #F7F2F0;
}
.lig-legacy-browser .has-lig-gray-background-color {
  background-color: #B1B1B1;
}
.lig-legacy-browser .has-lig-white-background-color {
  background-color: #FFFFFF;
}

/* -- BLOCK: HEADING -- */
.wp-block-heading + *,
* + .wp-block-heading {
  margin-top: 1rem;
}

/* - BROWSER COMPATIBILITY - */
.lig-legacy-browser h1,
.lig-legacy-browser .has-lig-h1-font-size {
  font-size: 3.5555555556rem;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .lig-legacy-browser h1,
  .lig-legacy-browser .has-lig-h1-font-size {
    font-size: 1.875rem;
    line-height: 1.1;
  }
}
.lig-legacy-browser h2,
.lig-legacy-browser .has-lig-h2-font-size {
  font-size: 2rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .lig-legacy-browser h2,
  .lig-legacy-browser .has-lig-h2-font-size {
    font-size: 1.625rem;
    line-height: 1.1;
  }
}
.lig-legacy-browser h3,
.lig-legacy-browser .has-lig-h3-font-size {
  font-size: 1.2222222222rem;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .lig-legacy-browser h3,
  .lig-legacy-browser .has-lig-h3-font-size {
    font-size: 1.25rem;
    line-height: 1.1;
  }
}
.lig-legacy-browser h4,
.lig-legacy-browser .has-lig-h4-font-size {
  font-size: 1.1111111111rem;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .lig-legacy-browser h4,
  .lig-legacy-browser .has-lig-h4-font-size {
    font-size: 1.125rem;
    line-height: 1.1;
  }
}
.lig-legacy-browser h5,
.lig-legacy-browser .has-lig-h5-font-size {
  font-size: 1.1111111111rem;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .lig-legacy-browser h5,
  .lig-legacy-browser .has-lig-h5-font-size {
    font-size: 1rem;
    line-height: 1.1;
  }
}

/* -- BLOCK: PARAGRAPH -- */
.wp-block-paragraph a {
  text-decoration: underline;
}

/* -- BLOCK STYLE: PARAGRAPH OVERLINE -- */
.is-style-lig-overline {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 0.6666666667rem;
  line-height: 0.6666666667rem;
}
.is-style-lig-overline::before {
  content: "";
  display: block;
  height: 0.6rem;
  width: 0.6rem;
  background-color: #00FF84;
  margin-right: 0.4rem;
}
@media (min-width: 767px) {
  .is-style-lig-overline::before {
    position: relative;
    top: -0.022rem;
  }
}
@media (max-width: 767px) {
  .is-style-lig-overline::before {
    position: relative;
    top: -0.08rem;
  }
}
.is-style-lig-overline span {
  font-size: 0.6666666667rem;
  line-height: 0.6666666667rem;
}
@media (max-width: 767px) {
  .is-style-lig-overline span {
    font-size: 0.75rem;
    line-height: 0.75rem;
  }
}
@media (max-width: 767px) {
  .is-style-lig-overline {
    font-size: 0.75rem;
    line-height: 0.75rem;
  }
}
@media (min-width: 767px) {
  .is-style-lig-overline::before {
    top: -0.02rem;
  }
}
@media (max-width: 767px) {
  .is-style-lig-overline::before {
    top: -0.075rem;
  }
}
.is-style-lig-overline + * {
  margin-top: 1.2rem;
}

/* -- BLOCK STYLE: GROUP PADDING -- */
@media (min-width: 767px) {
  .wp-block-group.is-style-lig-padding-top-bottom {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}
@media (max-width: 767px) {
  .wp-block-group.is-style-lig-padding-top-bottom {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 767px) {
  .wp-block-group.is-style-lig-padding-top {
    padding-top: 2.4rem;
  }
}
@media (max-width: 767px) {
  .wp-block-group.is-style-lig-padding-top {
    padding-top: 3rem;
  }
}
@media (min-width: 767px) {
  .wp-block-group.is-style-lig-padding-bottom {
    padding-bottom: 2.4rem;
  }
}
@media (max-width: 767px) {
  .wp-block-group.is-style-lig-padding-bottom {
    padding-bottom: 3rem;
  }
}

/* -- BLOCK CSS: CONTACT COLUMNS -- */
.wp-block-columns.lig-contact {
  border-top: solid 1px #B1B1B1;
  margin-bottom: 0;
}
@media (min-width: 767px) {
  .wp-block-columns.lig-contact .wp-block-column {
    padding: 2.4rem;
  }
}
@media (max-width: 767px) {
  .wp-block-columns.lig-contact .wp-block-column {
    padding: 3rem 1.5rem;
  }
}
@media (min-width: 767px) {
  .wp-block-columns.lig-contact .wp-block-column:first-child {
    border-right: solid 1px #B1B1B1;
  }
}
@media (max-width: 767px) {
  .wp-block-columns.lig-contact .wp-block-column:first-child {
    border-bottom: solid 1px #B1B1B1;
  }
}
.wp-block-columns.lig-contact .wp-block-column figure {
  margin-bottom: 0;
}
.wp-block-columns.lig-contact .wp-block-column figure img {
  width: 100%;
  height: auto;
}

/* -- BLOCK CSS: LEGAL -- */
.wp-block-group.lig-legal {
  margin-top: 8rem;
  margin-bottom: 8rem;
  max-width: 60rem;
}

.glider, .glider-contain {
  margin: 0 auto;
  position: relative;
}

.glider, .glider-track {
  transform: translateZ(0);
}

.glider-dot, .glider-next, .glider-prev {
  border: 0;
  padding: 0;
  user-select: none;
  outline: 0;
}

.glider-contain {
  width: 100%;
}

.glider {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}

.glider-track {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1;
}

.glider.draggable {
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}

.glider.draggable .glider-slide img {
  user-select: none;
  pointer-events: none;
}

.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.glider-slide {
  user-select: none;
  justify-content: center;
  width: 100%;
  min-width: 150px;
}

.glider-slide img {
  max-width: 100%;
}

.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0;
}

.glider-next, .glider-prev {
  position: absolute;
  background: 0 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: -23px;
  top: 30%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.glider-next:focus, .glider-next:hover, .glider-prev:focus, .glider-prev:hover {
  color: #ccc;
}

.glider-next {
  right: -23px;
  left: auto;
}

.glider-next.disabled, .glider-prev.disabled {
  opacity: 0.25;
  color: #666;
  cursor: default;
}

.glider-hide {
  opacity: 0;
}

.glider-dots {
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}

.glider-dot {
  display: block;
  cursor: pointer;
  color: #ccc;
  border-radius: 999px;
  background: #ccc;
  width: 12px;
  height: 12px;
  margin: 7px;
}

.glider-dot:focus, .glider-dot:hover {
  background: #ddd;
}

.glider-dot.active {
  background: black;
}

@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px;
  }
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
  }
}
.glider {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.glider::-webkit-scrollbar {
  display: none;
}

.glider-track {
  max-width: none !important;
}

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