* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  background-color: var(--wp--preset--color--gray-lighter);
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 2rem);
  max-width: 1380px;
  pointer-events: none;
  z-index: -1;
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0px, rgba(0, 0, 0, 0.15) 2px, transparent 2px, transparent 4px), repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0px, rgba(0, 0, 0, 0.15) 2px, transparent 2px, transparent 4px), repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0px, rgba(0, 0, 0, 0.15) 2px, transparent 2px, transparent 4px), repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0px, rgba(0, 0, 0, 0.15) 2px, transparent 2px, transparent 4px), repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0px, rgba(0, 0, 0, 0.15) 2px, transparent 2px, transparent 4px);
  background-size: 1px 100%;
  background-repeat: no-repeat;
  background-position: 0% 0, 25% 0, 50% 0, 75% 0, 100% 0;
}

input[type=text],
input[type=url],
input[type=tel],
input[type=email],
input[type=search],
input[type=date],
input[type=number],
input[type=submit],
input[type=password],
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid var(--wp--preset--color--gray-light);
  border-radius: 3px;
  color: var(--wp--preset--color--gray-dark);
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--regular);
  outline: none;
  padding: var(--wp--preset--font-size--s);
  width: 100%;
}
input[type=text]:hover,
input[type=url]:hover,
input[type=tel]:hover,
input[type=email]:hover,
input[type=search]:hover,
input[type=date]:hover,
input[type=number]:hover,
input[type=submit]:hover,
input[type=password]:hover,
textarea:hover,
select:hover {
  border-color: var(--wp--preset--color--gray-mid);
}
input[type=text]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=date]:focus,
input[type=number]:focus,
input[type=submit]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border-color: var(--wp--preset--color--color-primary);
  -webkit-box-shadow: 0 0 0 3px rgba(53, 99, 233, 0.2);
          box-shadow: 0 0 0 3px rgba(53, 99, 233, 0.2);
  outline: none;
}
input[type=text]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=submit]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: var(--wp--preset--color--gray-light);
}
input[type=text]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=submit]::-moz-placeholder, input[type=password]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: var(--wp--preset--color--gray-light);
}
input[type=text]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=submit]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: var(--wp--preset--color--gray-light);
}
input[type=text]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=submit]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  color: var(--wp--preset--color--gray-light);
}
input[type=text]::placeholder,
input[type=url]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=search]::placeholder,
input[type=date]::placeholder,
input[type=number]::placeholder,
input[type=submit]::placeholder,
input[type=password]::placeholder,
textarea::placeholder,
select::placeholder {
  color: var(--wp--preset--color--gray-light);
}
input[type=text]:disabled,
input[type=url]:disabled,
input[type=tel]:disabled,
input[type=email]:disabled,
input[type=search]:disabled,
input[type=date]:disabled,
input[type=number]:disabled,
input[type=submit]:disabled,
input[type=password]:disabled,
textarea:disabled,
select:disabled {
  background-color: var(--wp--preset--color--gray-lighter);
  cursor: not-allowed;
}

input[type=submit] {
  background-color: var(--wp--preset--color--color-primary);
  border-color: var(--wp--preset--color--color-primary);
  color: #fff;
  cursor: pointer;
}
input[type=submit]:hover {
  background-color: var(--wp--preset--color--color-secondary);
  border-color: var(--wp--preset--color--color-secondary);
}
input[type=submit]:focus {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
  background-color: var(--wp--preset--color--color-secondary);
  border-color: var(--wp--preset--color--color-secondary);
  -webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
}

textarea {
  resize: vertical;
}

select:not([multiple=multiple]) {
  background-image: url("../images/select-field-angle-down.svg");
  background-position: center right 1.2rem;
  background-repeat: no-repeat;
  background-size: 0.7em;
}

input[type=date] {
  background-image: url("../images/date-field-calendar-icon.svg");
  background-position: center right 1.2rem;
  background-repeat: no-repeat;
  background-size: 0.7em;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

input[type=search] {
  background-image: url("../images/search-field-mag-icon.svg");
  background-position: center right 1.2rem;
  background-repeat: no-repeat;
  background-size: 0.7em;
}

input[type=search]:not(:-moz-placeholder):focus, input[type=search]:not(:-moz-placeholder):hover {
  background-image: initial;
}

input[type=search]:not(:-ms-input-placeholder):focus, input[type=search]:not(:-ms-input-placeholder):hover {
  background-image: initial;
}

input[type=search]:not(:placeholder-shown):focus,
input[type=search]:not(:placeholder-shown):hover {
  background-image: initial;
}

label {
  font-size: var(--wp--preset--font-size--s);
}

aside.cookie-notice {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 300;
  -webkit-transition: all ease 0.7s;
  transition: all ease 0.7s;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
}
aside.cookie-notice.display-block {
  display: block;
}
aside.cookie-notice.active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

nav.drawer-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  width: 101%;
  z-index: 400;
}
nav.drawer-menu.display-block {
  display: block;
}
nav.drawer-menu.active {
  opacity: 1;
  width: 100%;
}

header.header-floating {
  display: none;
  position: fixed;
  left: 50%;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-10px);
          transform: translateX(-50%) translateY(-10px);
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  z-index: 200;
}
header.header-floating.active {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0px);
          transform: translateX(-50%) translateY(0px);
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
header.header-floating.display-block {
  display: block;
}

@media (min-width: 600px) {
  body.admin-bar header.header-floating {
    top: 46px;
  }
}
@media (min-width: 782px) {
  body.admin-bar header.header-floating {
    top: 32px;
  }
}
aside.popup {
  display: none;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s;
  z-index: 500;
}
aside.popup.display-block {
  display: block;
}
aside.popup.active {
  opacity: 1;
}

aside.search-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  width: 100%;
  z-index: 600;
}
aside.search-overlay.display-block {
  display: block;
}
aside.search-overlay.active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

@media (min-width: 600px) {
  body.admin-bar aside.search-overlay {
    top: 46px;
  }
}
@media (min-width: 782px) {
  body.admin-bar aside.search-overlay {
    top: 32px;
  }
}
.content-locked-notice {
  border: 2px solid var(--wp--preset--color--color-tertiary-light);
  border-radius: var(--wp--custom--border-radius--medium);
  padding: var(--wp--preset--spacing--large) !important;
  background: var(--wp--preset--color--color-tertiary-light);
}
.content-locked-notice .content-locked-notice__inner {
  gap: var(--wp--preset--spacing--large) !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.content-locked-notice .content-locked-notice__icon {
  font-size: 2.5rem;
  color: var(--wp--preset--color--color-tertiary);
  line-height: 1;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.content-locked-notice .content-locked-notice__heading {
  font-size: var(--wp--preset--font-size--xl) !important;
  color: var(--wp--preset--color--color-tertiary) !important;
  margin: 0 0 0.35em !important;
}
.content-locked-notice .content-locked-notice__message {
  font-size: var(--wp--preset--font-size--s);
  color: var(--wp--preset--color--gray-dark);
  margin: 0 0 1.25em !important;
}
.content-locked-notice .content-locked-notice__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content-locked-notice .content-locked-notice__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  border: 1px solid var(--wp--preset--color--gray-light);
  border-radius: var(--wp--custom--border-radius--small);
  padding: 0.6em 1em;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--s);
  color: var(--wp--preset--color--gray-darker);
  background: var(--wp--preset--color--white);
}
.content-locked-notice .content-locked-notice__input:focus {
  outline: 2px solid var(--wp--preset--color--color-tertiary);
  outline-offset: 2px;
  border-color: transparent;
}
.content-locked-notice .content-locked-notice__submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: var(--wp--custom--border-radius--small);
  background: var(--wp--preset--color--color-tertiary);
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--s);
  font-weight: 500;
  padding: 0.6em 1.5em;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.content-locked-notice .content-locked-notice__submit:hover {
  background: var(--wp--preset--color--color-secondary);
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible !important;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.z-index-0 {
  z-index: 0;
  position: relative;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.z-index-3 {
  z-index: 3;
  position: relative;
}

.z-index-4 {
  z-index: 4;
  position: relative;
}

.z-index-5 {
  z-index: 5;
  position: relative;
}

@media (max-width: 400px) {
  .drop-400 {
    display: none !important;
  }
}

@media (min-width: 401px) {
  .show-400 {
    display: none !important;
  }
}

@media (max-width: 500px) {
  .drop-500 {
    display: none !important;
  }
}

@media (min-width: 501px) {
  .show-500 {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .drop-600 {
    display: none !important;
  }
}

@media (min-width: 601px) {
  .show-600 {
    display: none !important;
  }
}

@media (max-width: 700px) {
  .drop-700 {
    display: none !important;
  }
}

@media (min-width: 701px) {
  .show-700 {
    display: none !important;
  }
}

@media (max-width: 782px) {
  .drop-782 {
    display: none !important;
  }
}

@media (min-width: 783px) {
  .show-782 {
    display: none !important;
  }
}

@media (max-width: 800px) {
  .drop-800 {
    display: none !important;
  }
}

@media (min-width: 801px) {
  .show-800 {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .drop-900 {
    display: none !important;
  }
}

@media (min-width: 901px) {
  .show-900 {
    display: none !important;
  }
}

@media (max-width: 1000px) {
  .drop-1000 {
    display: none !important;
  }
}

@media (min-width: 1001px) {
  .show-1000 {
    display: none !important;
  }
}

@media (max-width: 1100px) {
  .drop-1100 {
    display: none !important;
  }
}

@media (min-width: 1101px) {
  .show-1100 {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .drop-1200 {
    display: none !important;
  }
}

@media (min-width: 1201px) {
  .show-1200 {
    display: none !important;
  }
}

@media (max-width: 1300px) {
  .drop-1300 {
    display: none !important;
  }
}

@media (min-width: 1301px) {
  .show-1300 {
    display: none !important;
  }
}

@media (max-width: 1400px) {
  .drop-1400 {
    display: none !important;
  }
}

@media (min-width: 1401px) {
  .show-1400 {
    display: none !important;
  }
}

@media (max-width: 1500px) {
  .drop-1500 {
    display: none !important;
  }
}

@media (min-width: 1501px) {
  .show-1500 {
    display: none !important;
  }
}

@media (max-width: 1600px) {
  .drop-1600 {
    display: none !important;
  }
}

@media (min-width: 1601px) {
  .show-1600 {
    display: none !important;
  }
}

@media (max-width: 782px) {
  .drop-mobile {
    display: none !important;
  }
}

@media (min-width: 783px) {
  .show-mobile {
    display: none !important;
  }
}

@media (max-width: 782px) {
  .wp-block-columns.stack-reverse,
  .wp-block-columns.wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
}
@media (max-width: 782px) {
  .is-main-logo img {
    width: 220px !important;
  }
}
@media (max-width: 782px) {
  .center-on-mobile {
    text-align: center;
  }
}
@media (max-width: 782px) {
  .wp-block-group.is-layout-flex.stack-on-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 782px) {
  .swipe-on-mobile.wp-block-columns {
    cursor: -webkit-grab;
    cursor: grab;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    overflow-x: scroll;
    scroll-padding: 5%;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    scrollbar-width: none;
  }
  .swipe-on-mobile.wp-block-columns::-webkit-scrollbar {
    display: none;
  }
  .swipe-on-mobile.wp-block-columns .wp-block-column {
    width: 85% !important;
    min-width: 85% !important;
    scroll-snap-align: center;
  }
  .swipe-on-mobile.wp-block-columns.active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
}

.overlap-split {
  height: 0;
  overflow: visible;
  position: relative;
  z-index: 2;
}
.overlap-split > * {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.is-drawer-menu-container {
  overflow-y: auto;
  max-height: 100vh;
}

p.pretty-links a,
.pretty-links p a {
  text-decoration: underline;
  text-decoration-color: var(--wp--preset--color--color-secondary);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.3em;
}

.mark-has-underline mark {
  display: inline;
  position: relative;
}
.mark-has-underline mark::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.05em;
  height: 13px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='258' height='13' viewBox='0 0 258 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M58.7673 3.28925C85.9498 1.77558 126.039 0.591068 157.075 0.175255C188.123 -0.24072 208.917 0.147929 223.845 0.672352C238.778 1.19698 247.205 1.84554 256.066 2.50759C257.167 2.5899 257.994 3.54918 257.911 4.65065C257.829 5.75212 256.87 6.57844 255.768 6.49619C246.922 5.83522 238.558 5.19157 223.705 4.66976C208.846 4.14774 188.116 3.75979 157.128 4.17495C126.129 4.59028 86.0997 5.7733 58.9904 7.28288C31.9023 8.79129 18.1423 10.5708 10.9275 11.5653C3.62281 12.5722 3.09614 12.7655 2.58295 12.9217C1.52628 13.2433 0.40888 12.6473 0.0872465 11.5906C-0.234324 10.5339 0.361694 9.41655 1.41836 9.09492C2.29427 8.82831 3.15734 8.59887 10.3816 7.60304C17.6962 6.59477 31.5639 4.80409 58.7673 3.28925Z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg width='258' height='13' viewBox='0 0 258 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M58.7673 3.28925C85.9498 1.77558 126.039 0.591068 157.075 0.175255C188.123 -0.24072 208.917 0.147929 223.845 0.672352C238.778 1.19698 247.205 1.84554 256.066 2.50759C257.167 2.5899 257.994 3.54918 257.911 4.65065C257.829 5.75212 256.87 6.57844 255.768 6.49619C246.922 5.83522 238.558 5.19157 223.705 4.66976C208.846 4.14774 188.116 3.75979 157.128 4.17495C126.129 4.59028 86.0997 5.7733 58.9904 7.28288C31.9023 8.79129 18.1423 10.5708 10.9275 11.5653C3.62281 12.5722 3.09614 12.7655 2.58295 12.9217C1.52628 13.2433 0.40888 12.6473 0.0872465 11.5906C-0.234324 10.5339 0.361694 9.41655 1.41836 9.09492C2.29427 8.82831 3.15734 8.59887 10.3816 7.60304C17.6962 6.59477 31.5639 4.80409 58.7673 3.28925Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  pointer-events: none;
}

.mark-to-script mark {
  background: none;
  color: inherit;
  font-family: var(--wp--preset--font-family--secondary);
}

ul.fancy-list,
ul.fancy-list ul,
ol.fancy-list,
ol.fancy-list ol {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
ul.fancy-list li,
ul.fancy-list ul li,
ol.fancy-list li,
ol.fancy-list ol li {
  margin: 0.5em 0;
}

ul.fancy-list li,
ul.fancy-list ul li {
  position: relative;
  padding-left: 2em;
}
ul.fancy-list li::before,
ul.fancy-list ul li::before {
  color: var(--wp--preset--color--color-primary);
  content: "\f105";
  font-family: "Font Awesome 7 Pro";
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0;
}
ul.fancy-list.coffee li::before,
ul.fancy-list ul.coffee li::before {
  content: "\f0f4";
}
ul.fancy-list.check li::before,
ul.fancy-list ul.check li::before {
  content: "\f00c";
}
ul.fancy-list.cross li::before,
ul.fancy-list ul.cross li::before {
  content: "\f00d";
}
ul.fancy-list.star li::before,
ul.fancy-list ul.star li::before {
  content: "\f005";
}
ul.fancy-list.heart li::before,
ul.fancy-list ul.heart li::before {
  content: "\f004";
}
ul.fancy-list.info li::before,
ul.fancy-list ul.info li::before {
  content: "\f129";
}
ul.fancy-list.warning li::before,
ul.fancy-list ul.warning li::before {
  content: "\f071";
}
ul.fancy-list.question li::before,
ul.fancy-list ul.question li::before {
  content: "\f128";
}
ul.fancy-list.lightning li::before,
ul.fancy-list ul.lightning li::before {
  content: "\f0e7";
}
ul.fancy-list.smile li::before,
ul.fancy-list ul.smile li::before {
  content: "\f118";
}
ul.fancy-list.thumbs-up li::before,
ul.fancy-list ul.thumbs-up li::before {
  content: "\f164";
}
ul.fancy-list.thumbs-down li::before,
ul.fancy-list ul.thumbs-down li::before {
  content: "\f165";
}
ul.fancy-list.flag li::before,
ul.fancy-list ul.flag li::before {
  content: "\f024";
}
ul.fancy-list.bookmark li::before,
ul.fancy-list ul.bookmark li::before {
  content: "\f02e";
}
ul.fancy-list.bell li::before,
ul.fancy-list ul.bell li::before {
  content: "\f0f3";
}
ul.fancy-list.arrow-right li::before,
ul.fancy-list ul.arrow-right li::before {
  content: "\f061";
}

ol.fancy-list,
ol.fancy-list ol {
  counter-reset: fancy-ol;
}
ol.fancy-list li,
ol.fancy-list ol li {
  counter-increment: fancy-ol;
  padding-left: 2em;
  position: relative;
}
ol.fancy-list li::before,
ol.fancy-list ol li::before {
  color: var(--wp--preset--color--color-primary);
  content: counter(fancy-ol) ".";
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
}

.wp-block-post-terms.pretty-tax a {
  background-color: var(--wp--preset--color--color-tertiary);
  border: 1px solid transparent;
  border-radius: 3px;
  color: var(--wp--preset--color--white);
  line-height: 1.3;
  padding: 0.25em 0.75em;
}
.wp-block-post-terms.pretty-tax a:hover {
  background-color: var(--wp--preset--color--color-tertiary-dark);
}
.wp-block-post-terms.pretty-tax.is-tag a::before {
  content: "#";
  color: var(--wp--preset--color--color-primary);
}
.wp-block-post-terms.pretty-tax.secondary a {
  background-color: var(--wp--preset--color--color-secondary);
  color: #fff;
}
.wp-block-post-terms.pretty-tax.secondary a:hover {
  background-color: var(--wp--preset--color--color-secondary-dark);
}
.wp-block-post-terms.pretty-tax.tertiary a {
  background-color: var(--wp--preset--color--color-tertiary);
  color: #fff;
}
.wp-block-post-terms.pretty-tax.tertiary a:hover {
  background-color: var(--wp--preset--color--color-tertiary-dark);
}
.wp-block-post-terms.pretty-tax.outline a {
  background-color: transparent;
  border-color: var(--wp--preset--color--color-primary);
  color: var(--wp--preset--color--color-primary);
}
.wp-block-post-terms.pretty-tax.outline a:hover {
  background-color: var(--wp--preset--color--color-primary-light);
}
.wp-block-post-terms.pretty-tax.outline.secondary a {
  border-color: var(--wp--preset--color--color-secondary);
  color: var(--wp--preset--color--color-secondary);
}
.wp-block-post-terms.pretty-tax.outline.secondary a:hover {
  background-color: var(--wp--preset--color--color-secondary-light);
}
.wp-block-post-terms.pretty-tax.outline.tertiary a {
  border-color: var(--wp--preset--color--color-tertiary);
  color: var(--wp--preset--color--color-tertiary);
}
.wp-block-post-terms.pretty-tax.outline.tertiary a:hover {
  background-color: var(--wp--preset--color--color-tertiary-light);
}

.wp-block-button.has-hover-style a:hover,
.wp-block-buttons.has-hover-style a:hover {
  color: #fff !important;
  background-color: var(--wp--preset--color--color-primary) !important;
  border-color: var(--wp--preset--color--color-primary) !important;
}
.wp-block-button.has-hover-style.secondary a:hover,
.wp-block-buttons.has-hover-style.secondary a:hover {
  color: #fff !important;
  background-color: var(--wp--preset--color--color-secondary) !important;
  border-color: var(--wp--preset--color--color-secondary) !important;
}
.wp-block-button.has-hover-style.tertiary a:hover,
.wp-block-buttons.has-hover-style.tertiary a:hover {
  color: #fff !important;
  background-color: var(--wp--preset--color--color-tertiary) !important;
  border-color: var(--wp--preset--color--color-tertiary) !important;
}

.wp-block-query-pagination.pretty-pagination {
  line-height: 1.5;
}
.wp-block-query-pagination.pretty-pagination .page-numbers {
  margin: 0 0.5em;
  text-decoration: none;
}
.wp-block-query-pagination.pretty-pagination .page-numbers.current {
  border: 1px solid currentColor;
  border-radius: 999px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2em;
  width: 2em;
}

.has-diamond-accent {
  overflow: visible !important;
  position: relative;
}
.has-diamond-accent::before {
  content: "";
  position: absolute;
  inset: -10%;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg width='818' height='535' viewBox='0 0 818 535' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='184.552' y='53.9214' width='260.996' height='260.996' transform='rotate(45 184.552 53.9214)' fill='white' fill-opacity='0.12'/%3E%3Crect x='369.733' y='146.512' width='260.996' height='260.996' transform='rotate(45 369.733 146.512)' fill='white' fill-opacity='0.12'/%3E%3Crect x='607.944' y='165.03' width='260.996' height='260.996' transform='rotate(45 607.944 165.03)' fill='white' fill-opacity='0.12'/%3E%3Crect x='632.552' y='36' width='260.996' height='260.996' transform='rotate(45 632.552 36)' fill='white' fill-opacity='0.12'/%3E%3Crect x='485.552' y='0' width='260.996' height='260.996' transform='rotate(45 485.552 0)' fill='white' fill-opacity='0.12'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.wp-block-table.is-cpnsw-table table {
  border: none;
}
.wp-block-table.is-cpnsw-table th,
.wp-block-table.is-cpnsw-table td {
  border: none;
  padding-top: 0.85em;
  padding-bottom: 0.85em;
}
.wp-block-table.is-cpnsw-table thead {
  border: none;
}
.wp-block-table.is-cpnsw-table thead tr {
  background-color: var(--wp--preset--color--color-tertiary);
  color: var(--wp--preset--color--white);
}
.wp-block-table.is-cpnsw-table tbody tr:nth-child(odd) {
  background-color: var(--wp--preset--color--white);
}
.wp-block-table.is-cpnsw-table tbody tr:nth-child(even) {
  background-color: var(--wp--preset--color--gray-lighter);
}

.has-digital-noise {
  isolation: isolate;
  position: relative;
  z-index: 0;
}
.has-digital-noise::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.6' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 200px 200px;
}

.has-corner-accent-1,
.has-corner-accent-2,
.has-corner-accent-3,
.has-corner-accent-4 {
  position: relative;
}
.has-corner-accent-1::before,
.has-corner-accent-2::before,
.has-corner-accent-3::before,
.has-corner-accent-4::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.has-corner-accent-1 > *,
.has-corner-accent-2 > *,
.has-corner-accent-3 > *,
.has-corner-accent-4 > * {
  position: relative;
  z-index: 2;
}

.has-corner-accent-1::before {
  clip-path: polygon(100% 0%, 100% 100%, 53% 100%);
  background-color: rgba(0, 0, 0, 0.1);
}

.has-corner-accent-2::before {
  clip-path: polygon(0% 0%, 53% 0%, 0% 100%);
  background-color: rgba(0, 0, 0, 0.15);
}

.has-corner-accent-3::before {
  clip-path: polygon(0% 0%, 0% 100%, 61% 100%);
  background-color: rgba(0, 0, 0, 0.15);
}

.has-corner-accent-4::before {
  clip-path: polygon(61% 0%, 100% 0%, 100% 100%);
  background-color: rgba(0, 0, 0, 0.15);
}

p.admin-message {
  display: none;
}

.wp-block-template-part {
  margin: 0;
}

.wpcf7 form .wpcf7-response-output {
  border: 0;
  border-radius: 3px;
  margin: 1rem 0;
  padding: 1rem;
}

.wpcf7 form.init .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #fff;
  background-color: var(--wp--preset--color--color-tertiary);
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  color: #fff;
  background-color: var(--wp--preset--color--color-senary);
}

.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  color: #fff;
  background-color: var(--wp--preset--color--color-quinary-dark);
}

.wpcf7-not-valid-tip {
  color: var(--wp--preset--color--color-senary);
  font-size: 0.8em;
}

.wpcf7-radio .wpcf7-list-item.first,
.wpcf7-checkbox .wpcf7-list-item.first {
  margin-left: 0;
}