.prose p > a {
    color: hsl(var(--s) / var(--tw-text-opacity));
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
}


.card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: var(--rounded-box, 1rem);
}

.card:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: var(--padding-card, 2rem);
    gap: 0.5rem;
}

.card-body :where(p) {
    flex-grow: 1;
}

.card-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0.5rem;
}

.card figure {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card.image-full {
    display: grid;
}

.card.image-full:before {
    position: relative;
    content: "";
    z-index: 10;
    --tw-bg-opacity: 1;
    background-color: hsl(var(--n) / var(--tw-bg-opacity));
    opacity: 0.75;
    border-radius: var(--rounded-box, 1rem);
}

.card.image-full:before,
.card.image-full > * {
    grid-column-start: 1;
    grid-row-start: 1;
}

.card.image-full > figure img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.card.image-full > .card-body {
    position: relative;
    z-index: 20;
    --tw-text-opacity: 1;
    color: hsl(var(--nc) / var(--tw-text-opacity));
}

.carousel {
    display: flex;
    overflow-x: scroll;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.checkbox {
    flex-shrink: 0;
    --chkbg: var(--bc);
    --chkfg: var(--b1);
    height: 1.5rem;
    width: 1.5rem;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-width: 1px;
    border-color: hsl(var(--bc) / var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
    border-radius: var(--rounded-btn, 0.5rem);
}


.hero {
    display: grid;
    width: 100%;
    place-items: center;
    background-size: cover;
    background-position: center;
}

.hero > * {
    grid-column-start: 1;
    grid-row-start: 1;
}


.input-group > *,
.input-group > .input {
    border-radius: 0px;
}

.link {
    cursor: pointer;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.menu {
    display: flex;
    flex-direction: column;
}

.menu.horizontal {
    display: inline-flex;
    flex-direction: row;
}

.menu.horizontal :where(li) {
    flex-direction: row;
}

.menu :where(li) {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
}

.menu :where(li:not(.menu-title)) > :where(*:not(ul)) {
    display: flex;
}

.menu :where(li:not(.disabled):not(.menu-title)) > :where(*:not(ul)) {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: center;
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.menu > :where(li > *:not(ul):focus) {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.menu > :where(li.disabled > *:not(ul):focus) {
    cursor: auto;
}

.menu > :where(li) :where(ul) {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.menu > :where(li) > :where(ul) {
    position: absolute;
    display: none;
    top: initial;
    left: 100%;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.menu > :where(li:hover) > :where(ul) {
    display: flex;
}

.menu > :where(li:focus) > :where(ul) {
    display: flex;
}

.modal {
    pointer-events: none;
    visibility: hidden;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    opacity: 0;
    z-index: 999;
    background-color: hsl(var(--nf, var(--n)) / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.4;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: transform, opacity;
    overflow-y: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
}

:where(.modal) {
    align-items: center;
}

.modal-open,
.modal:target,
.modal-toggle:checked + .modal {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
}


.menu li.hover-bordered a:hover {
    --tw-border-opacity: 1;
    border-color: hsl(var(--p) / var(--tw-border-opacity));
}

.menu.compact li > a,
.menu.compact li > span {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.menu .menu-title > * {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    color: hsl(var(--bc) / var(--tw-text-opacity));
    --tw-text-opacity: 0.4;
}

.menu :where(li:not(.disabled)) > :where(*:not(ul)) {
    outline: 2px solid transparent;
    outline-offset: 2px;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.menu > :where(li:first-child) {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
}

.menu > :where(li:first-child) > :where(:not(ul)) {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
}

.menu > :where(li:last-child) {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.menu > :where(li:last-child) > :where(:not(ul)) {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.menu > :where(li) > :where(ul) :where(li) {
    width: 100%;
    white-space: nowrap;
}

.menu > :where(li) > :where(ul) :where(li) :where(ul) {
    padding-left: 1rem;
}

.menu > :where(li) > :where(ul) :where(li) > :where(:not(ul)) {
    width: 100%;
    white-space: nowrap;
}

.menu > :where(li) > :where(ul) > :where(li:first-child) {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
}

.menu > :where(li) > :where(ul) > :where(li:first-child) > :where(:not(ul)) {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
}

.menu > :where(li) > :where(ul) > :where(li:last-child) {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.menu > :where(li) > :where(ul) > :where(li:last-child) > :where(:not(ul)) {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.mockup-phone .display {
    overflow: hidden;
    border-radius: 40px;
    margin-top: -25px;
}

.modal-open .modal-box,
.modal-toggle:checked + .modal .modal-box,
.modal:target .modal-box {
    --tw-translate-y: 0px;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.progress::-moz-progress-bar {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--n) / var(--tw-bg-opacity));
}

.progress:indeterminate::after {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--n) / var(--tw-bg-opacity));
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -40%;
    width: 33.333333%;
    border-radius: var(--rounded-box, 1rem);
    -webkit-animation: progress-loading 5s infinite ease-in-out;
    animation: progress-loading 5s infinite ease-in-out;
}

.progress::-webkit-progress-bar {
    background-color: hsl(var(--n) / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
    border-radius: var(--rounded-box, 1rem);
}

.progress::-webkit-progress-value {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--nf, var(--n)) / var(--tw-bg-opacity));
    border-radius: var(--rounded-box, 1rem);
}

@-webkit-keyframes progress-loading {
    50% {
        left: 107%;
    }
}

@keyframes progress-loading {
    50% {
        left: 107%;
    }
}

.radio:focus-visible {
    outline: 2px solid hsl(var(--bc));
    outline-offset: 2px;
}

.radio:disabled {
    cursor: not-allowed;
    opacity: 0.2;
}

@-webkit-keyframes radiomark {
    0% {
        box-shadow: 0 0 0 12px hsl(var(--b1)) inset, 0 0 0 12px hsl(var(--b1)) inset;
    }

    50% {
        box-shadow: 0 0 0 3px hsl(var(--b1)) inset, 0 0 0 3px hsl(var(--b1)) inset;
    }

    100% {
        box-shadow: 0 0 0 4px hsl(var(--b1)) inset, 0 0 0 4px hsl(var(--b1)) inset;
    }
}

@keyframes radiomark {
    0% {
        box-shadow: 0 0 0 12px hsl(var(--b1)) inset, 0 0 0 12px hsl(var(--b1)) inset;
    }

    50% {
        box-shadow: 0 0 0 3px hsl(var(--b1)) inset, 0 0 0 3px hsl(var(--b1)) inset;
    }

    100% {
        box-shadow: 0 0 0 4px hsl(var(--b1)) inset, 0 0 0 4px hsl(var(--b1)) inset;
    }
}

.range:focus-visible::-webkit-slider-thumb {
    --focus-shadow: 0 0 0 6px hsl(var(--b1)) inset, 0 0 0 2rem hsl(var(--range-shdw)) inset;
}

.range:focus-visible::-moz-range-thumb {
    --focus-shadow: 0 0 0 6px hsl(var(--b1)) inset, 0 0 0 2rem hsl(var(--range-shdw)) inset;
}

.range::-webkit-slider-runnable-track {
    height: 0.5rem;
    width: 100%;
    border-radius: var(--rounded-box, 1rem);
    background-color: hsla(var(--bc) / 0.1);
}

.range::-moz-range-track {
    height: 0.5rem;
    width: 100%;
    border-radius: var(--rounded-box, 1rem);
    background-color: hsla(var(--bc) / 0.1);
}

.range::-webkit-slider-thumb {
    background-color: hsl(var(--b1));
    position: relative;
    height: 1.5rem;
    width: 1.5rem;
    border-style: none;
    border-radius: var(--rounded-box, 1rem);
    -webkit-appearance: none;
    top: 50%;
    color: hsl(var(--range-shdw));
    transform: translateY(-50%);
    --filler-size: 100rem;
    --filler-offset: 0.6rem;
    box-shadow: 0 0 0 3px hsl(var(--range-shdw)) inset, var(--focus-shadow, 0 0), calc(var(--filler-size) * -1 - var(--filler-offset)) 0 0 var(--filler-size);
}

.range::-moz-range-thumb {
    background-color: hsl(var(--b1));
    position: relative;
    height: 1.5rem;
    width: 1.5rem;
    border-style: none;
    border-radius: var(--rounded-box, 1rem);
    top: 50%;
    color: hsl(var(--range-shdw));
    --filler-size: 100rem;
    --filler-offset: 0.5rem;
    box-shadow: 0 0 0 3px hsl(var(--range-shdw)) inset, var(--focus-shadow, 0 0), calc(var(--filler-size) * -1 - var(--filler-offset)) 0 0 var(--filler-size);
}

.select:focus {
    outline: 2px solid hsla(var(--bc) / 0.2);
    outline-offset: 2px;
}

.select-disabled::-moz-placeholder,
.select[disabled]::-moz-placeholder {
    color: hsl(var(--bc) / var(--tw-placeholder-opacity));
    --tw-placeholder-opacity: 0.2;
}

.select-disabled:-ms-input-placeholder,
.select[disabled]:-ms-input-placeholder {
    color: hsl(var(--bc) / var(--tw-placeholder-opacity));
    --tw-placeholder-opacity: 0.2;
}

.select-disabled::placeholder,
.select[disabled]::placeholder {
    color: hsl(var(--bc) / var(--tw-placeholder-opacity));
    --tw-placeholder-opacity: 0.2;
}

.select-multiple,
.select[multiple],
.select[size].select:not([size="1"]) {
    background-image: none;
    padding-right: 1rem;
}

.steps .step:before {
    top: 0px;
    grid-column-start: 1;
    grid-row-start: 1;
    height: 0.5rem;
    width: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--b3, var(--b2)) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: hsl(var(--bc) / var(--tw-text-opacity));
    content: "";
    margin-left: -100%;
}

.steps .step:after {
    content: counter(step);
    counter-increment: step;
    z-index: 1;
    position: relative;
    grid-column-start: 1;
    grid-row-start: 1;
    display: grid;
    height: 2rem;
    width: 2rem;
    place-items: center;
    place-self: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: hsl(var(--b3, var(--b2)) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: hsl(var(--bc) / var(--tw-text-opacity));
}

.steps .step:first-child:before {
    content: none;
}

.steps .step[data-content]:after {
    content: attr(data-content);
}

.tab:hover {
    --tw-text-opacity: 1;
}

.tab.tab-active {
    border-color: hsl(var(--bc) / var(--tw-border-opacity));
    --tw-border-opacity: 1;
    --tw-text-opacity: 1;
}

.tab:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.tab:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: -3px;
}

.tab:focus-visible.tab-lifted {
    border-bottom-right-radius: var(--tab-radius, 0.5rem);
    border-bottom-left-radius: var(--tab-radius, 0.5rem);
}

.table :where(th, td) {
    white-space: nowrap;
    padding: 1rem;
    vertical-align: middle;
}

.table tr.active th,
.table tr.active td,
.table tr.active:nth-child(even) th,
.table tr.active:nth-child(even) td {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--b3, var(--b2)) / var(--tw-bg-opacity));
}

.table tr.hover:hover th,
.table tr.hover:hover td,
.table tr.hover:nth-child(even):hover th,
.table tr.hover:nth-child(even):hover td {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--b3, var(--b2)) / var(--tw-bg-opacity));
}

.table:where(:not(.table-zebra)) :where(thead, tbody, tfoot) :where(tr:not(:last-child) :where(th, td)) {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: hsl(var(--b2, var(--b1)) / var(--tw-border-opacity));
}

.table :where(thead, tfoot) :where(th, td) {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--b2, var(--b1)) / var(--tw-bg-opacity));
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}

.table :where(:first-child) :where(:first-child) :where(th, td):first-child {
    border-top-left-radius: 0.5rem;
}

.table :where(:first-child) :where(:first-child) :where(th, td):last-child {
    border-top-right-radius: 0.5rem;
}

.table :where(:last-child) :where(:last-child) :where(th, td):first-child {
    border-bottom-left-radius: 0.5rem;
}

.table :where(:last-child) :where(:last-child) :where(th, td):last-child {
    border-bottom-right-radius: 0.5rem;
}

.table :where(tbody th, tbody td) {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--b1) / var(--tw-bg-opacity));
}

.textarea:focus {
    outline: 2px solid hsla(var(--bc) / 0.2);
    outline-offset: 2px;
}

.textarea-disabled,
.textarea[disabled] {
    cursor: not-allowed;
    --tw-border-opacity: 1;
    border-color: hsl(var(--b2, var(--b1)) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--b2, var(--b1)) / var(--tw-bg-opacity));
    --tw-text-opacity: 0.2;
}

.textarea-disabled::-moz-placeholder,
.textarea[disabled]::-moz-placeholder {
    color: hsl(var(--bc) / var(--tw-placeholder-opacity));
    --tw-placeholder-opacity: 0.2;
}

.textarea-disabled:-ms-input-placeholder,
.textarea[disabled]:-ms-input-placeholder {
    color: hsl(var(--bc) / var(--tw-placeholder-opacity));
    --tw-placeholder-opacity: 0.2;
}

.textarea-disabled::placeholder,
.textarea[disabled]::placeholder {
    color: hsl(var(--bc) / var(--tw-placeholder-opacity));
    --tw-placeholder-opacity: 0.2;
}

.toggle:focus-visible {
    outline: 2px solid hsl(var(--bc));
    outline-offset: 2px;
}

.toggle:indeterminate {
    --chkbg: hsl(var(--bc));
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    box-shadow: calc(var(--handleoffset) / 2) 0 0 2px hsl(var(--b1)) inset, calc(var(--handleoffset) / -2) 0 0 2px hsl(var(--b1)) inset, 0 0 0 2px hsl(var(--b1)) inset;
}

[dir="rtl"] .toggle:indeterminate {
    box-shadow: calc(var(--handleoffset) / 2) 0 0 2px hsl(var(--b1)) inset, calc(var(--handleoffset) / -2) 0 0 2px hsl(var(--b1)) inset, 0 0 0 2px hsl(var(--b1)) inset;
}

.toggle:disabled {
    cursor: not-allowed;
    border-color: transparent;
    background-color: hsl(var(--bc) / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
}

.tooltip:before,
.tooltip:after {
    opacity: 0;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-delay: 100ms;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.tooltip:after {
    position: absolute;
    content: "";
    border-style: solid;
    border-width: var(--tooltip-tail, 0);
    width: 0;
    height: 0;
    display: block;
    transform: translateX(-50%);
    border-color: var(--tooltip-color) transparent transparent transparent;
    top: auto;
    left: 50%;
    right: auto;
    bottom: var(--tooltip-tail-offset);
}

.tooltip.tooltip-open:before,
.tooltip.tooltip-open:after,
.tooltip:hover:before,
.tooltip:hover:after {
    opacity: 1;
    transition-delay: 75ms;
}

:root .prose {
    --tw-prose-body: hsla(var(--bc) / 0.8);
    --tw-prose-headings: hsl(var(--bc));
    --tw-prose-lead: hsl(var(--bc));
    --tw-prose-links: hsl(var(--bc));
    --tw-prose-bold: hsl(var(--bc));
    --tw-prose-counters: hsl(var(--bc));
    --tw-prose-bullets: hsla(var(--bc) / 0.5);
    --tw-prose-hr: hsla(var(--bc) / 0.2);
    --tw-prose-quotes: hsl(var(--bc));
    --tw-prose-quote-borders: hsla(var(--bc) / 0.2);
    --tw-prose-captions: hsla(var(--bc) / 0.5);
    --tw-prose-code: hsl(var(--bc));
    --tw-prose-pre-code: hsl(var(--nc));
    --tw-prose-pre-bg: hsl(var(--n));
    --tw-prose-th-borders: hsla(var(--bc) / 0.5);
    --tw-prose-td-borders: hsla(var(--bc) / 0.2);
}

.prose :where(code):not(:where([class~="not-prose"] *)) {
    padding: 2px 8px;
    border-radius: var(--rounded-badge);
}

.prose code:after,
.prose code:before {
    content: none;
}

.prose pre code {
    border-radius: none;
    padding: 0;
}

.prose :where(tbody tr, thead):not(:where([class~="not-prose"] *)) {
    border-bottom-color: hsl(var(--bc) / 20%);
}

.steps-horizontal .step {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    place-items: center;
    text-align: center;
}

.steps-vertical .step {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(1, minmax(0, 1fr));
}

.card-compact .card-body {
    padding: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.card-compact .card-title {
    margin-bottom: 0.25rem;
}

.card-normal .card-body {
    padding: var(--padding-card, 2rem);
    font-size: 1rem;
    line-height: 1.5rem;
}

.card-normal .card-title {
    margin-bottom: 0.75rem;
}

.steps-horizontal .step {
    grid-template-rows: 40px 1fr;
    grid-template-columns: auto;
    min-width: 4rem;
}

.steps-horizontal .step:before {
    height: 0.5rem;
    width: 100%;
    --tw-translate-y: 0px;
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    content: "";
    margin-left: -100%;
}

.steps-vertical .step {
    gap: 0.5rem;
    grid-template-columns: 40px 1fr;
    grid-template-rows: auto;
    min-height: 4rem;
    justify-items: start;
}

.steps-vertical .step:before {
    height: 100%;
    width: 0.5rem;
    --tw-translate-y: -50%;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    margin-left: 50%;
}

.prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"] *)) {
    color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
    color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
    color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
    list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
    list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
    list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
    list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
    list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
}

.prose :where(hr):not(:where([class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-left-width: 0.25rem;
    border-left-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
    content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
    content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
    font-weight: 900;
    color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
    font-weight: 800;
    color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}

.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
}

.prose :where(code):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"] *))::before {
    content: "`";
}

.prose :where(code):not(:where([class~="not-prose"] *))::after {
    content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"] *)) {
    color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"] *)) {
    color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"] *)) {
    color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
    color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"] *)) {
    color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"] *)) {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
    content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
    content: none;
}

.prose :where(table):not(:where([class~="not-prose"] *)) {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
    border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
    vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
    vertical-align: top;
}

.prose {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75;
}

.prose :where(video):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}

.prose :where(figure):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}

.prose :where(li):not(:where([class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
}

.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}

.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 0;
}

.prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
}

.prose-lg :where(p):not(:where([class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
}

.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
}

.prose-lg :where(blockquote):not(:where([class~="not-prose"] *)) {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
}

.prose-lg :where(h1):not(:where([class~="not-prose"] *)) {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
}

.prose-lg :where(h2):not(:where([class~="not-prose"] *)) {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
}

.prose-lg :where(h3):not(:where([class~="not-prose"] *)) {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
}

.prose-lg :where(h4):not(:where([class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
}

.prose-lg :where(img):not(:where([class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
}

.prose-lg :where(video):not(:where([class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
}

.prose-lg :where(figure):not(:where([class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
}

.prose-lg :where(figure > *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}

.prose-lg :where(figcaption):not(:where([class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
}

.prose-lg :where(code):not(:where([class~="not-prose"] *)) {
    font-size: 0.8888889em;
}

.prose-lg :where(h2 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.8666667em;
}

.prose-lg :where(h3 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.875em;
}

.prose-lg :where(pre):not(:where([class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
}

.prose-lg :where(ol):not(:where([class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em;
}

.prose-lg :where(ul):not(:where([class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em;
}

.prose-lg :where(li):not(:where([class~="not-prose"] *)) {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
}

.prose-lg :where(ol > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.4444444em;
}

.prose-lg :where(ul > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.4444444em;
}

.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
}

.prose-lg :where(.prose-lg > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.3333333em;
}

.prose-lg :where(.prose-lg > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.3333333em;
}

.prose-lg :where(.prose-lg > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.3333333em;
}

.prose-lg :where(.prose-lg > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.3333333em;
}

.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
}

.prose-lg :where(hr):not(:where([class~="not-prose"] *)) {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
}

.prose-lg :where(hr + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
}

.prose-lg :where(h2 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
}

.prose-lg :where(h3 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
}

.prose-lg :where(h4 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
}

.prose-lg :where(table):not(:where([class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
}

.prose-lg :where(thead th):not(:where([class~="not-prose"] *)) {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
}

.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
}

.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
}

.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
}

.prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
}

.prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
}

.prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
}

.prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 0;
}

.prose-xl {
    font-size: 1.25rem;
    line-height: 1.8;
}

.prose-xl :where(p):not(:where([class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}

.prose-xl :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
}

.prose-xl :where(blockquote):not(:where([class~="not-prose"] *)) {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
}

.prose-xl :where(h1):not(:where([class~="not-prose"] *)) {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
}

.prose-xl :where(h2):not(:where([class~="not-prose"] *)) {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
}

.prose-xl :where(h3):not(:where([class~="not-prose"] *)) {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
}

.prose-xl :where(h4):not(:where([class~="not-prose"] *)) {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
}

.prose-xl :where(img):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}

.prose-xl :where(video):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}

.prose-xl :where(figure):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}

.prose-xl :where(figure > *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}

.prose-xl :where(figcaption):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
}

.prose-xl :where(code):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
}

.prose-xl :where(h2 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.8611111em;
}

.prose-xl :where(h3 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
}

.prose-xl :where(pre):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
}

.prose-xl :where(ol):not(:where([class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-left: 1.6em;
}

.prose-xl :where(ul):not(:where([class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-left: 1.6em;
}

.prose-xl :where(li):not(:where([class~="not-prose"] *)) {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
}

.prose-xl :where(ol > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.4em;
}

.prose-xl :where(ul > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.4em;
}

.prose-xl :where(.prose-xl > ul > li p):not(:where([class~="not-prose"] *)) {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}

.prose-xl :where(.prose-xl > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.2em;
}

.prose-xl :where(.prose-xl > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.2em;
}

.prose-xl :where(.prose-xl > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.2em;
}

.prose-xl :where(.prose-xl > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.2em;
}

.prose-xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}

.prose-xl :where(hr):not(:where([class~="not-prose"] *)) {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
}

.prose-xl :where(hr + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
}

.prose-xl :where(h2 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
}

.prose-xl :where(h3 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
}

.prose-xl :where(h4 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
}

.prose-xl :where(table):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.5555556;
}

.prose-xl :where(thead th):not(:where([class~="not-prose"] *)) {
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
}

.prose-xl :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
}

.prose-xl :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
}

.prose-xl :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
}

.prose-xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
}

.prose-xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
}

.prose-xl :where(.prose-xl > :first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
}

.prose-xl :where(.prose-xl > :last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 0;
}

.prose-neutral {
    --tw-prose-body: #000000;
    --tw-prose-headings: #000000;
    --tw-prose-lead: #525252;
    --tw-prose-links: #171717;
    --tw-prose-bold: #171717;
    --tw-prose-counters: #737373;
    --tw-prose-bullets: #d4d4d4;
    --tw-prose-hr: #e5e5e5;
    --tw-prose-quotes: #171717;
    --tw-prose-quote-borders: #e5e5e5;
    --tw-prose-captions: #737373;
    --tw-prose-code: #171717;
    --tw-prose-pre-code: #e5e5e5;
    --tw-prose-pre-bg: #262626;
    --tw-prose-th-borders: #d4d4d4;
    --tw-prose-td-borders: #e5e5e5;
    --tw-prose-invert-body: #d4d4d4;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #a3a3a3;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #a3a3a3;
    --tw-prose-invert-bullets: #525252;
    --tw-prose-invert-hr: #404040;
    --tw-prose-invert-quotes: #f5f5f5;
    --tw-prose-invert-quote-borders: #404040;
    --tw-prose-invert-captions: #a3a3a3;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d4d4d4;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #525252;
    --tw-prose-invert-td-borders: #404040;
}

.prose-neutral p a {
    text-decoration: underline;
}

.visible {
    visibility: visible;
}

.invisible {
    visibility: hidden;
}

.collapse {
    visibility: collapse;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
}

.-top-16 {
    top: -4rem;
}

.-top-20 {
    top: -5rem;
}

.bottom-5 {
    bottom: 1.25rem;
}

.left-0 {
    left: 0px;
}

.right-0 {
    right: 0px;
}

.right-3 {
    right: 0.75rem;
}

.top-0 {
    top: 0px;
}

.top-7 {
    top: 1.75rem;
}

.z-0 {
    z-index: 0;
}

.z-10 {
    z-index: 10;
}

.z-20 {
    z-index: 20;
}

.z-30 {
    z-index: 30;
}

.z-40 {
    z-index: 40;
}

.z-50 {
    z-index: 50;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.col-span-1 {
    grid-column: span 1 / span 1;
}

.col-span-11 {
    grid-column: span 11 / span 11;
}

.col-span-12 {
    grid-column: span 12 / span 12;
}

.col-span-2 {
    grid-column: span 2 / span 2;
}

.col-span-3 {
    grid-column: span 3 / span 3;
}

.col-span-4 {
    grid-column: span 4 / span 4;
}

.col-span-5 {
    grid-column: span 5 / span 5;
}

.col-start-1 {
    grid-column-start: 1;
}

.col-start-auto {
    grid-column-start: auto;
}

.m-0 {
    margin: 0px;
}

.m-5 {
    margin: 1.25rem;
}

.mx-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.-ml-6 {
    margin-left: -1.5rem;
}

.-mt-16 {
    margin-top: -4rem;
}

.-mt-4 {
    margin-top: -1rem;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mb-12 {
    margin-bottom: 3rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-20 {
    margin-bottom: 5rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.mb-7 {
    margin-bottom: 1.75rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-\[55px\] {
    margin-bottom: 55px;
}

.ml-0 {
    margin-left: 0px;
}

.ml-16 {
    margin-left: 4rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.ml-6 {
    margin-left: 1.5rem;
}

.ml-auto {
    margin-left: auto;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mr-4 {
    margin-right: 1rem;
}

.mr-5 {
    margin-right: 1.25rem;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-10 {
    margin-top: 2.5rem;
}

.mt-12 {
    margin-top: 3rem;
}

.mt-16 {
    margin-top: 4rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-20 {
    margin-top: 5rem;
}

.mt-24 {
    margin-top: 6rem;
}

.mt-36 {
    margin-top: 9rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-48 {
    margin-top: 12rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mt-auto {
    margin-top: auto;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.inline {
    display: inline;
}

.flex {
    display: flex;
}

.table {
    display: table;
}

.grid {
    display: grid;
}

.contents {
    display: contents;
}

.hidden {
    display: none;
}

.aspect-\[1\/1\] {
    aspect-ratio: 1/1;
}

.aspect-\[12\/8\] {
    aspect-ratio: 12/8;
}

.aspect-\[16\/8\] {
    aspect-ratio: 16/8;
}

.aspect-\[16\/9\] {
    aspect-ratio: 16/9;
}

.aspect-\[4\/3\] {
    aspect-ratio: 4/3;
}

.aspect-\[4\/5\] {
    aspect-ratio: 4/5;
}

.aspect-\[9\/16\] {
    aspect-ratio: 9/16;
}

.h-16 {
    height: 4rem;
}

.h-2 {
    height: 0.5rem;
}

.h-32 {
    height: 8rem;
}

.h-\[200px\] {
    height: 200px;
}

.h-\[50vh\] {
    height: 50vh;
}

.h-\[95vh\] {
    height: 95vh;
}

.h-auto {
    height: auto;
}

.h-full {
    height: 100%;
}

.h-screen {
    height: 100vh;
}

.min-h-\[12rem\] {
    min-height: 12rem;
}

.min-h-\[14rem\] {
    min-height: 14rem;
}
.min-h-\[16rem\] {
    min-height: 16rem;
}

.min-h-\[30rem\] {
    min-height: 30rem;
}

.min-h-full {
    min-height: 100%;
}

.w-2\/5 {
    width: 40%;
}

.w-24 {
    width: 6rem;
}

.w-40 {
    width: 10rem;
}

.w-44 {
    width: 11rem;
}

.w-52 {
    width: 13rem;
}

.w-\[100vw\] {
    width: 100vw;
}

.w-auto {
    width: auto;
}

.w-full {
    width: 100%;
}

.min-w-\[700px\] {
    min-width: 700px;
}

.min-w-full {
    min-width: 100%;
}

.max-w-2xl {
    max-width: 42rem;
}

.max-w-3xl {
    max-width: 48rem;
}

.max-w-\[230px\] {
    max-width: 230px;
}

.max-w-\[30rem\] {
    max-width: 30rem;
}

.max-w-\[375px\] {
    max-width: 375px;
}

.max-w-\[40rem\] {
    max-width: 40rem;
}

.max-w-\[42rem\] {
    max-width: 42rem;
}

.max-w-\[45rem\] {
    max-width: 45rem;
}

.max-w-\[464px\] {
    max-width: 464px;
}

.max-w-\[52rem\] {
    max-width: 52rem;
}

.max-w-\[60rem\] {
    max-width: 60rem;
}

.max-w-\[640px\] {
    max-width: 640px;
}

.max-w-\[764px\] {
    max-width: 764px;
}

.max-w-\[900px\] {
    max-width: 900px;
}

.max-w-\[964px\] {
    max-width: 964px;
}

.max-w-lg {
    max-width: 32rem;
}

.max-w-md {
    max-width: 28rem;
}

.max-w-none {
    max-width: none;
}

.max-w-screen-2xl {
    max-width: 1536px;
}

.max-w-screen-lg {
    max-width: 1024px;
}

.max-w-screen-md {
    max-width: 768px;
}

.max-w-screen-sm {
    max-width: 640px;
}

.max-w-screen-xl {
    max-width: 1280px;
}

.flex-grow {
    flex-grow: 1;
}

.grow {
    flex-grow: 1;
}

.basis-1\/4 {
    flex-basis: 25%;
}

.origin-top {
    transform-origin: top;
}

.-translate-y-20 {
    --tw-translate-y: -5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-0 {
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-75 {
    --tw-scale-x: 0.75;
    --tw-scale-y: 0.75;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-y-0 {
    --tw-scale-y: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-y-100 {
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
    cursor: pointer;
}

.resize {
    resize: both;
}

.scroll-mt-36 {
    scroll-margin-top: 9rem;
}

.scroll-mt-40 {
    scroll-margin-top: 10rem;
}

.list-outside {
    list-style-position: outside;
}

.list-none {
    list-style-type: none;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
}

.flex-row {
    flex-direction: row;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.content-center {
    align-content: center;
}

.items-start {
    align-items: flex-start;
}

.items-end {
    align-items: flex-end;
}

.items-center {
    align-items: center;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.gap-0 {
    gap: 0px;
}

.gap-10 {
    gap: 2.5rem;
}

.gap-12 {
    gap: 3rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-20 {
    gap: 5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-x-10 {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
}

.gap-x-2 {
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
}

.gap-x-20 {
    -moz-column-gap: 5rem;
    column-gap: 5rem;
}

.gap-y-10 {
    row-gap: 2.5rem;
}

.gap-y-2 {
    row-gap: 0.5rem;
}

.gap-y-20 {
    row-gap: 5rem;
}

.gap-y-5 {
    row-gap: 1.25rem;
}

.gap-y-6 {
    row-gap: 1.5rem;
}

.gap-y-8 {
    row-gap: 2rem;
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-scroll {
    overflow: scroll;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-md {
    border-radius: 0.375rem;
}

.rounded-none {
    border-radius: 0px;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}

.rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}

.border {
    border-width: 1px;
}

.border-0 {
    border-width: 0px;
}

.border-2 {
    border-width: 2px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-none {
    border-style: none;
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-secondary {
    --tw-border-opacity: 1;
    border-color: hsl(var(--s) / var(--tw-border-opacity));
}

.border-transparent {
    border-color: transparent;
}

.bg-\[\#1A2859\] {
    --tw-bg-opacity: 1;
    background-color: rgb(26 40 89 / var(--tw-bg-opacity));
}

.bg-\[\#F0f0f0\] {
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}

.bg-\[\#F9F4F6\] {
    --tw-bg-opacity: 1;
    background-color: rgb(249 244 246 / var(--tw-bg-opacity));
}

.bg-\[\#f0f0f0\] {
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}

.bg-accent {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--a) / var(--tw-bg-opacity));
}

.bg-base-100 {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--b1) / var(--tw-bg-opacity));
}

.bg-error {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--er) / var(--tw-bg-opacity));
}

.bg-info {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--in) / var(--tw-bg-opacity));
}

.bg-neutral {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--n) / var(--tw-bg-opacity));
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--p) / var(--tw-bg-opacity));
}

.bg-primary\/10 {
    background-color: hsl(var(--p) / 0.1);
}

.bg-secondary {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--s) / var(--tw-bg-opacity));
}

.bg-success {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--su) / var(--tw-bg-opacity));
}

.bg-transparent {
    background-color: transparent;
}

.bg-warning {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--wa) / var(--tw-bg-opacity));
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-white\/0 {
    background-color: rgb(255 255 255 / 0);
}

.bg-white\/100 {
    background-color: rgb(255 255 255 / 1);
}

.bg-cover {
    background-size: cover;
}

.fill-\[\#fff\] {
    fill: #fff;
}

.fill-accent {
    fill: hsl(var(--a));
}

.fill-primary {
    fill: hsl(var(--p));
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.object-center {
    -o-object-position: center;
    object-position: center;
}

.p-0 {
    padding: 0px;
}

.p-10 {
    padding: 2.5rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-4 {
    padding: 1rem;
}

.p-5 {
    padding: 1.25rem;
}

.p-6 {
    padding: 1.5rem;
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

.px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.pb-10 {
    padding-bottom: 2.5rem;
}

.pb-12 {
    padding-bottom: 3rem;
}

.pb-16 {
    padding-bottom: 4rem;
}

.pb-20 {
    padding-bottom: 5rem;
}

.pb-24 {
    padding-bottom: 6rem;
}

.pb-32 {
    padding-bottom: 8rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pb-5 {
    padding-bottom: 1.25rem;
}

.pb-6 {
    padding-bottom: 1.5rem;
}

.pl-0 {
    padding-left: 0px;
}

.pl-6 {
    padding-left: 1.5rem;
}

.pl-\[2vw\] {
    padding-left: 2vw;
}

.pl-\[4vw\] {
    padding-left: 4vw;
}

.pr-10 {
    padding-right: 2.5rem;
}

.pr-12 {
    padding-right: 3rem;
}

.pr-\[2vw\] {
    padding-right: 2vw;
}

.pr-\[4vw\] {
    padding-right: 4vw;
}

.pt-10 {
    padding-top: 2.5rem;
}

.pt-12 {
    padding-top: 3rem;
}

.pt-16 {
    padding-top: 4rem;
}

.pt-20 {
    padding-top: 5rem;
}

.pt-24 {
    padding-top: 6rem;
}

.pt-32 {
    padding-top: 8rem;
}

.pt-36 {
    padding-top: 9rem;
}

.pt-4 {
    padding-top: 1rem;
}

.pt-6 {
    padding-top: 1.5rem;
}

.pt-7 {
    padding-top: 1.75rem;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.indent-2 {
    text-indent: 0.5rem;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.text-5xl {
    font-size: 3rem;
    line-height: 1;
}

.text-\[128px\] {
    font-size: 128px;
}

.text-\[20px\] {
    font-size: 20px;
}

.text-\[34px\] {
    font-size: 34px;
}

.text-\[36px\] {
    font-size: 36px;
}

.text-\[44px\] {
    font-size: 44px;
}

.text-\[74px\] {
    font-size: 74px;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}



.font-light {
    font-weight: 300;
}

.font-semibold {
    font-weight: 600;
}

.font-thin {
    font-weight: 100;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.normal-case {
    text-transform: none;
}

.italic {
    font-style: italic;
}

.leading-none {
    line-height: 1;
}

.leading-relaxed {
    line-height: 1.625;
}

.leading-snug {
    line-height: 1.375;
}

.leading-tight {
    line-height: 1.25;
}

.tracking-\[9px\] {
    letter-spacing: 9px;
}

.tracking-wide {
    letter-spacing: 0.025em;
}

.tracking-wider {
    letter-spacing: 0.05em;
}

.tracking-widest {
    letter-spacing: 0.1em;
}

.text-\[\#1A2859\] {
    --tw-text-opacity: 1;
    color: rgb(26 40 89 / var(--tw-text-opacity));
}

.text-\[\#3C5037\] {
    --tw-text-opacity: 1;
    color: rgb(60 80 55 / var(--tw-text-opacity));
}

.text-accent {
    --tw-text-opacity: 1;
    color: hsl(var(--a) / var(--tw-text-opacity));
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-neutral {
    --tw-text-opacity: 1;
    color: hsl(var(--n) / var(--tw-text-opacity));
}

.text-primary {
    --tw-text-opacity: 1;
    color: hsl(var(--p) / var(--tw-text-opacity));
}

.text-secondary {
    --tw-text-opacity: 1;
    color: hsl(var(--s) / var(--tw-text-opacity));
}


.underline {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.no-underline {
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
}

.opacity-0 {
    opacity: 0;
}

.opacity-100 {
    opacity: 1;
}

.opacity-50 {
    opacity: 0.5;
}

.blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.brightness-75 {
    --tw-brightness: brightness(0.75);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.brightness-\[0\.65\] {
    --tw-brightness: brightness(0.65);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-\[height\] {
    transition-property: height;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-\[padding\] {
    transition-property: padding;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.delay-1000 {
    transition-delay: 1000ms;
}

.delay-150 {
    transition-delay: 150ms;
}

.duration-1000 {
    transition-duration: 1000ms;
}

.duration-500 {
    transition-duration: 500ms;
}

.duration-700 {
    transition-duration: 700ms;
}

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.btn {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: auto;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
}

figure .has-nested-images {
    display: flex;
    gap: 20px;
}

.swiper-pagination-bullet-active {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--p) / var(--tw-bg-opacity));
}

.project-pagination.recent .swiper-pagination-bullet-active {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--s) / var(--tw-bg-opacity));
}

.hamburger .line {
    width: 30px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 8px auto;
    border-right: 1px solid transparent;
    transition: all 0.2s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

.is-active .hamburger .line {
    background-color: #fff;
}

.hamburger.is-active .line:nth-child(1) {
    transform: translateY(5.5px) rotate(45deg);
}

.hamburger.is-active .line:nth-child(2) {
    transform: translateY(-5.5px) rotate(-45deg);
}

.sub-menu {
    display: none;
}

.openSubMenu .sub-menu {
    display: block;
}

.offset {
    background-image: linear-gradient(left, transparent 300px, rgba(39, 39, 39, 0.5) 300px, rgba(39, 39, 39, 0.5) 100%);
    width: 100%;
    height: 500px;
}

.mega-menu {
    display: none;
    position: absolute;
    text-align: left;
    padding: 10px 0px;
    margin: 0;
    background: transparent;
}

.menu-item-has-children {
    position: static;
    z-index: 1000;
}

.menu-item-has-children.normalarrow > a:after {
    content: url(src/assets/img/menuarrow.svg);
    font-size: 10px;
    position: relative;
    top: -1px;
    left: 4px;
    z-index: 1000;
}

.menu-item-has-children.invertarrow > a:after {
    content: url(src/assets/img/menuarrowb.svg);
    font-size: 10px;
    position: relative;
    top: -1px;
    left: 4px;
    z-index: 1000;
}

.menu-item-has-children .mega-menu {
    opacity: 0;
    display: none;
    margin-top: 10px;
    margin-left: 0px;
    padding-left: 0;
    -webkit-animation-name: reverse;
    animation-name: reverse;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    z-index: -10;
}

@-webkit-keyframes fadeInOpacity {
    0% {
        opacity: 0;
        margin-top: 30px;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        margin-top: 0px;
    }
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
        margin-top: 30px;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        margin-top: 0px;
    }
}

@-webkit-keyframes reverse {
    0% {
        opacity: 1;
        margin-top: 0px;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0;
        margin-top: 30px;
    }
}

@keyframes reverse {
    0% {
        opacity: 1;
        margin-top: 0px;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0;
        margin-top: 30px;
    }
}

@-webkit-keyframes jiggle {
    0% {
        transform: rotate(-7deg);
    }

    50% {
        transform: rotate(7deg);
    }
}

.contact:hover .icon {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-animation: jiggle 0.2s infinite;
    animation: jiggle 0.2s infinite;
}

.menu-item-has-children:hover .mega-menu {
    display: block;
    opacity: 1;
    margin-top: 0px;
    margin: 0;
    padding: 0;
    -webkit-animation-name: fadeInOpacity;
    animation-name: fadeInOpacity;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    z-index: -10;
}

.fade {
    opacity: 0;
}

.is-visible .fade {
    -webkit-animation: myAnim 2s ease 0s 1 normal forwards;
    animation: myAnim 2s ease 0s 1 normal forwards;
    -webkit-animation-delay: calc(0.5s * var(--index));
    animation-delay: calc(0.5s * var(--index));
}

.fade.is-visible {
    -webkit-animation: myAnim 2s ease 0s 1 normal forwards;
    animation: myAnim 2s ease 0s 1 normal forwards;
    -webkit-animation-delay: calc(0.2s * var(--index));
    animation-delay: calc(0.2s * var(--index));
}

.is-visible .fadeslower {
    -webkit-animation: myAnim 2s ease 0s 1 normal forwards;
    animation: myAnim 2s ease 0s 1 normal forwards;
    -webkit-animation-delay: calc(0.2s * var(--index));
    animation-delay: calc(0.2s * var(--index));
}

@media only screen and (max-width: 600px) {
    .fade {
        opacity: 1;
    }

    .fade.is-visible {
        -webkit-animation: none;
        animation: none;
    }
}

@-webkit-keyframes myAnim {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes myAnim {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.swiper-pagination-bullet-active {
    --tw-bg-opacity: 1;
    background-color: #3b4f36;
}

.wp-block-columns {
    gap: 30px !important;
}

.wp-block-media-text {
    gap: 30px;
}

.wp-block-media-text .wp-block-media-text__content {
    padding: 0 !important;
}

.wp-block-group .wp-block-media-text__media {
    mix-blend-mode: multiply !important;
}

.single-vacancy .vacancy a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.single-vacancy .vacancy a:hover {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.fadeup,
.fadeupdelay .fadeupinner,
.fadeLeft,
.fadeRight {
    opacity: 0;
}

.is-visible.fadeup,
.is-visible .fadeup {
    -webkit-animation: fadeUp 2s ease 0s 1 normal forwards;
    animation: fadeUp 2s ease 0s 1 normal forwards;
}

.is-visible.fadeupdelay,
.is-visible .fadeupdelay .fadeupinner {
    -webkit-animation: fadeUp 1s ease 0s 1 normal forwards;
    animation: fadeUp 1s ease 0s 1 normal forwards;
}

.fadeupdelay:nth-child(1) .fadeupinner {
    -webkit-animation-delay: calc(0.25s * 1);
    animation-delay: calc(0.25s * 1);
}

.fadeupdelay:nth-child(2) .fadeupinner {
    -webkit-animation-delay: calc(0.25s * 2);
    animation-delay: calc(0.25s * 2);
}

.fadeupdelay:nth-child(3) .fadeupinner {
    -webkit-animation-delay: calc(0.25s * 3);
    animation-delay: calc(0.25s * 3);
}

.fadeupdelay:nth-child(4) .fadeupinner {
    -webkit-animation-delay: calc(0.25s * 4);
    animation-delay: calc(0.25s * 4);
}

.fadeupdelay:nth-child(5) .fadeupinner {
    -webkit-animation-delay: calc(0.25s * 5);
    animation-delay: calc(0.25s * 5);
}

.fadeupdelay:nth-child(6) .fadeupinner {
    -webkit-animation-delay: calc(0.25s * 6);
    animation-delay: calc(0.25s * 6);
}

.fadeupdelay:nth-child(7) .fadeupinner {
    -webkit-animation-delay: calc(0.25s * 7);
    animation-delay: calc(0.25s * 7);
}

.fadeupdelay:nth-child(8) .fadeupinner {
    -webkit-animation-delay: calc(0.25s * 8);
    animation-delay: calc(0.25s * 8);
}

/* Tone down the animation to avoid vestibular motion triggers like scaling or panning large objects. */

@media (prefers-reduced-motion) {
    .fadeupdelay {
        -webkit-animation: none;
        animation: none;
    }
}

.delay {
    -webkit-animation-delay: calc(0.2s * var(--index));
    animation-delay: calc(0.2s * var(--index));
}

@-webkit-keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeRight {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeRight {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeLeft {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeLeft {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.bg-landstructionblue {
    background-color: #1a2859;
}

.postSmall h2,
.postSmall p,
.postSmall span,
.darkenBg h5 {
    font-family: var(--wp--preset--font-family--avenir);
    color: white;
}

.servicelist ul {
    list-style: outside !important;
    padding-left: 1rem;
}

.servicelist h3 {
    --tw-text-opacity: 1;
    color: hsl(var(--s) / var(--tw-text-opacity));
    text-align: left;
    padding: 0px;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    font-family: AvenirLTPro-Heavy;
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0.1em;
}

.servicelist li {
    font-size: 16px;
    font-family: var(--wp--preset--font-family--avenir);
    color: black !important;
}

.wpcf7-list-item {
    margin-left: 0;
    padding-left: 0;
}


.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border: none;
    --tw-bg-opacity: 1;
    background-color: hsl(var(--s) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: hsl(var(--p) / var(--tw-text-opacity));
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    margin-left: 0px;
    margin-right: 0px;
    padding: 1.25rem;
}

.wpcf7 form.sent .wpcf7-response-output {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--s) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: hsl(var(--p) / var(--tw-text-opacity));
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-align: center;
    border-style: none;
    margin-top: 0.5rem;
    border-radius: 0.375rem;
}

.mobile-navbar ul {
    list-style: none !important;
    padding-left: 0;
}

@media (min-width: 1024px) {
    .lg\:card-side {
        align-items: stretch;
        flex-direction: row;
    }

    .lg\:card-side figure > * {
        max-width: unset;
    }

    :where(.lg\:card-side figure > *) {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (min-width: 1280px) {
    .xl\:prose-lg {
        font-size: 1.125rem;
        line-height: 1.7777778;
    }

    .xl\:prose-lg :where(p):not(:where([class~="not-prose"] *)) {
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
    }

    .xl\:prose-lg :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
        font-size: 1.2222222em;
        line-height: 1.4545455;
        margin-top: 1.0909091em;
        margin-bottom: 1.0909091em;
    }

    .xl\:prose-lg :where(blockquote):not(:where([class~="not-prose"] *)) {
        margin-top: 1.6666667em;
        margin-bottom: 1.6666667em;
        padding-left: 1em;
    }

    .xl\:prose-lg :where(h1):not(:where([class~="not-prose"] *)) {
        font-size: 2.6666667em;
        margin-top: 0;
        margin-bottom: 0.8333333em;
        line-height: 1;
    }

    .xl\:prose-lg :where(h2):not(:where([class~="not-prose"] *)) {
        font-size: 1.6666667em;
        margin-top: 1.8666667em;
        margin-bottom: 1.0666667em;
        line-height: 1.3333333;
    }

    .xl\:prose-lg :where(h3):not(:where([class~="not-prose"] *)) {
        font-size: 1.3333333em;
        margin-top: 1.6666667em;
        margin-bottom: 0.6666667em;
        line-height: 1.5;
    }

    .xl\:prose-lg :where(h4):not(:where([class~="not-prose"] *)) {
        margin-top: 1.7777778em;
        margin-bottom: 0.4444444em;
        line-height: 1.5555556;
    }

    .xl\:prose-lg :where(img):not(:where([class~="not-prose"] *)) {
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
    }

    .xl\:prose-lg :where(video):not(:where([class~="not-prose"] *)) {
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
    }

    .xl\:prose-lg :where(figure):not(:where([class~="not-prose"] *)) {
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
    }

    .xl\:prose-lg :where(figure > *):not(:where([class~="not-prose"] *)) {
        margin-top: 0;
        margin-bottom: 0;
    }

    .xl\:prose-lg :where(figcaption):not(:where([class~="not-prose"] *)) {
        font-size: 0.8888889em;
        line-height: 1.5;
        margin-top: 1em;
    }

    .xl\:prose-lg :where(code):not(:where([class~="not-prose"] *)) {
        font-size: 0.8888889em;
    }

    .xl\:prose-lg :where(h2 code):not(:where([class~="not-prose"] *)) {
        font-size: 0.8666667em;
    }

    .xl\:prose-lg :where(h3 code):not(:where([class~="not-prose"] *)) {
        font-size: 0.875em;
    }

    .xl\:prose-lg :where(pre):not(:where([class~="not-prose"] *)) {
        font-size: 0.8888889em;
        line-height: 1.75;
        margin-top: 2em;
        margin-bottom: 2em;
        border-radius: 0.375rem;
        padding-top: 1em;
        padding-right: 1.5em;
        padding-bottom: 1em;
        padding-left: 1.5em;
    }

    .xl\:prose-lg :where(ol):not(:where([class~="not-prose"] *)) {
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
        padding-left: 1.5555556em;
    }

    .xl\:prose-lg :where(ul):not(:where([class~="not-prose"] *)) {
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
        padding-left: 1.5555556em;
    }

    .xl\:prose-lg :where(li):not(:where([class~="not-prose"] *)) {
        margin-top: 0.6666667em;
        margin-bottom: 0.6666667em;
    }

    .xl\:prose-lg :where(ol > li):not(:where([class~="not-prose"] *)) {
        padding-left: 0.4444444em;
    }

    .xl\:prose-lg :where(ul > li):not(:where([class~="not-prose"] *)) {
        padding-left: 0.4444444em;
    }

    .xl\:prose-lg :where(.xl\:prose-lg > ul > li p):not(:where([class~="not-prose"] *)) {
        margin-top: 0.8888889em;
        margin-bottom: 0.8888889em;
    }

    .xl\:prose-lg :where(.xl\:prose-lg > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
        margin-top: 1.3333333em;
    }

    .xl\:prose-lg :where(.xl\:prose-lg > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
        margin-bottom: 1.3333333em;
    }

    .xl\:prose-lg :where(.xl\:prose-lg > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
        margin-top: 1.3333333em;
    }

    .xl\:prose-lg :where(.xl\:prose-lg > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
        margin-bottom: 1.3333333em;
    }

    .xl\:prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
        margin-top: 0.8888889em;
        margin-bottom: 0.8888889em;
    }

    .xl\:prose-lg :where(hr):not(:where([class~="not-prose"] *)) {
        margin-top: 3.1111111em;
        margin-bottom: 3.1111111em;
    }

    .xl\:prose-lg :where(hr + *):not(:where([class~="not-prose"] *)) {
        margin-top: 0;
    }

    .xl\:prose-lg :where(h2 + *):not(:where([class~="not-prose"] *)) {
        margin-top: 0;
    }

    .xl\:prose-lg :where(h3 + *):not(:where([class~="not-prose"] *)) {
        margin-top: 0;
    }

    .xl\:prose-lg :where(h4 + *):not(:where([class~="not-prose"] *)) {
        margin-top: 0;
    }

    .xl\:prose-lg :where(table):not(:where([class~="not-prose"] *)) {
        font-size: 0.8888889em;
        line-height: 1.5;
    }

    .xl\:prose-lg :where(thead th):not(:where([class~="not-prose"] *)) {
        padding-right: 0.75em;
        padding-bottom: 0.75em;
        padding-left: 0.75em;
    }

    .xl\:prose-lg :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
        padding-left: 0;
    }

    .xl\:prose-lg :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
        padding-right: 0;
    }

    .xl\:prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
        padding-top: 0.75em;
        padding-right: 0.75em;
        padding-bottom: 0.75em;
        padding-left: 0.75em;
    }

    .xl\:prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
        padding-left: 0;
    }

    .xl\:prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
        padding-right: 0;
    }

    .xl\:prose-lg :where(.xl\:prose-lg > :first-child):not(:where([class~="not-prose"] *)) {
        margin-top: 0;
    }

    .xl\:prose-lg :where(.xl\:prose-lg > :last-child):not(:where([class~="not-prose"] *)) {
        margin-bottom: 0;
    }
}

@media (min-width: 1536px) {
    .\32xl\:prose-2xl {
        font-size: 1.5rem;
        line-height: 1.6666667;
    }

    .\32xl\:prose-2xl :where(p):not(:where([class~="not-prose"] *)) {
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
    }

    .\32xl\:prose-2xl :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
        font-size: 1.25em;
        line-height: 1.4666667;
        margin-top: 1.0666667em;
        margin-bottom: 1.0666667em;
    }

    .\32xl\:prose-2xl :where(blockquote):not(:where([class~="not-prose"] *)) {
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
        padding-left: 1.1111111em;
    }

    .\32xl\:prose-2xl :where(h1):not(:where([class~="not-prose"] *)) {
        font-size: 2.6666667em;
        margin-top: 0;
        margin-bottom: 0.875em;
        line-height: 1;
    }

    .\32xl\:prose-2xl :where(h2):not(:where([class~="not-prose"] *)) {
        font-size: 2em;
        margin-top: 1.5em;
        margin-bottom: 0.8333333em;
        line-height: 1.0833333;
    }

    .\32xl\:prose-2xl :where(h3):not(:where([class~="not-prose"] *)) {
        font-size: 1.5em;
        margin-top: 1.5555556em;
        margin-bottom: 0.6666667em;
        line-height: 1.2222222;
    }

    .\32xl\:prose-2xl :where(h4):not(:where([class~="not-prose"] *)) {
        margin-top: 1.6666667em;
        margin-bottom: 0.6666667em;
        line-height: 1.5;
    }

    .\32xl\:prose-2xl :where(img):not(:where([class~="not-prose"] *)) {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .\32xl\:prose-2xl :where(video):not(:where([class~="not-prose"] *)) {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .\32xl\:prose-2xl :where(figure):not(:where([class~="not-prose"] *)) {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .\32xl\:prose-2xl :where(figure > *):not(:where([class~="not-prose"] *)) {
        margin-top: 0;
        margin-bottom: 0;
    }

    .\32xl\:prose-2xl :where(figcaption):not(:where([class~="not-prose"] *)) {
        font-size: 0.8333333em;
        line-height: 1.6;
        margin-top: 1em;
    }

    .\32xl\:prose-2xl :where(code):not(:where([class~="not-prose"] *)) {
        font-size: 0.8333333em;
    }

    .\32xl\:prose-2xl :where(h2 code):not(:where([class~="not-prose"] *)) {
        font-size: 0.875em;
    }

    .\32xl\:prose-2xl :where(h3 code):not(:where([class~="not-prose"] *)) {
        font-size: 0.8888889em;
    }

    .\32xl\:prose-2xl :where(pre):not(:where([class~="not-prose"] *)) {
        font-size: 0.8333333em;
        line-height: 1.8;
        margin-top: 2em;
        margin-bottom: 2em;
        border-radius: 0.5rem;
        padding-top: 1.2em;
        padding-right: 1.6em;
        padding-bottom: 1.2em;
        padding-left: 1.6em;
    }

    .\32xl\:prose-2xl :where(ol):not(:where([class~="not-prose"] *)) {
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
        padding-left: 1.5833333em;
    }

    .\32xl\:prose-2xl :where(ul):not(:where([class~="not-prose"] *)) {
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
        padding-left: 1.5833333em;
    }

    .\32xl\:prose-2xl :where(li):not(:where([class~="not-prose"] *)) {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }

    .\32xl\:prose-2xl :where(ol > li):not(:where([class~="not-prose"] *)) {
        padding-left: 0.4166667em;
    }

    .\32xl\:prose-2xl :where(ul > li):not(:where([class~="not-prose"] *)) {
        padding-left: 0.4166667em;
    }

    .\32xl\:prose-2xl :where(.\32xl\:prose-2xl > ul > li p):not(:where([class~="not-prose"] *)) {
        margin-top: 0.8333333em;
        margin-bottom: 0.8333333em;
    }

    .\32xl\:prose-2xl :where(.\32xl\:prose-2xl > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
        margin-top: 1.3333333em;
    }

    .\32xl\:prose-2xl :where(.\32xl\:prose-2xl > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
        margin-bottom: 1.3333333em;
    }

    .\32xl\:prose-2xl :where(.\32xl\:prose-2xl > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
        margin-top: 1.3333333em;
    }

    .\32xl\:prose-2xl :where(.\32xl\:prose-2xl > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
        margin-bottom: 1.3333333em;
    }

    .\32xl\:prose-2xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
        margin-top: 0.6666667em;
        margin-bottom: 0.6666667em;
    }

    .\32xl\:prose-2xl :where(hr):not(:where([class~="not-prose"] *)) {
        margin-top: 3em;
        margin-bottom: 3em;
    }

    .\32xl\:prose-2xl :where(hr + *):not(:where([class~="not-prose"] *)) {
        margin-top: 0;
    }

    .\32xl\:prose-2xl :where(h2 + *):not(:where([class~="not-prose"] *)) {
        margin-top: 0;
    }

    .\32xl\:prose-2xl :where(h3 + *):not(:where([class~="not-prose"] *)) {
        margin-top: 0;
    }

    .\32xl\:prose-2xl :where(h4 + *):not(:where([class~="not-prose"] *)) {
        margin-top: 0;
    }

    .\32xl\:prose-2xl :where(table):not(:where([class~="not-prose"] *)) {
        font-size: 0.8333333em;
        line-height: 1.4;
    }

    .\32xl\:prose-2xl :where(thead th):not(:where([class~="not-prose"] *)) {
        padding-right: 0.6em;
        padding-bottom: 0.8em;
        padding-left: 0.6em;
    }

    .\32xl\:prose-2xl :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
        padding-left: 0;
    }

    .\32xl\:prose-2xl :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
        padding-right: 0;
    }

    .\32xl\:prose-2xl :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
        padding-top: 0.8em;
        padding-right: 0.6em;
        padding-bottom: 0.8em;
        padding-left: 0.6em;
    }

    .\32xl\:prose-2xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
        padding-left: 0;
    }

    .\32xl\:prose-2xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
        padding-right: 0;
    }

    .\32xl\:prose-2xl :where(.\32xl\:prose-2xl > :first-child):not(:where([class~="not-prose"] *)) {
        margin-top: 0;
    }

    .\32xl\:prose-2xl :where(.\32xl\:prose-2xl > :last-child):not(:where([class~="not-prose"] *)) {
        margin-bottom: 0;
    }
}

.hover\:bg-\[\#1A2859\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(26 40 89 / var(--tw-bg-opacity));
}

.hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--p) / var(--tw-bg-opacity));
}

.hover\:bg-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--s) / var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:text-\[\#1A2859\]:hover {
    --tw-text-opacity: 1;
    color: rgb(26 40 89 / var(--tw-text-opacity));
}

.hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}


.group:hover .group-hover\:translate-x-2 {
    --tw-translate-x: 0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:translate-x-3 {
    --tw-translate-x: 0.75rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.prose-p\:font-body :is(:where(p):not(:where([class~="not-prose"] *))) {
    font-family: var(--wp--preset--font-family--avenir);
}

.prose-ul\:ml-0 :is(:where(ul):not(:where([class~="not-prose"] *))) {
    margin-left: 0px;
}

.prose-ul\:list-none :is(:where(ul):not(:where([class~="not-prose"] *))) {
    list-style-type: none;
}

.prose-ul\:pl-0 :is(:where(ul):not(:where([class~="not-prose"] *))) {
    padding-left: 0px;
}

@media (min-width: 768px) {
    .md\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .md\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .md\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .md\:gap-10 {
        gap: 2.5rem;
    }

    .md\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }

}

@media (min-width: 1024px) {
    .lg\:order-1 {
        order: 1;
    }

    .lg\:order-2 {
        order: 2;
    }

    .lg\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .lg\:col-span-12 {
        grid-column: span 12 / span 12;
    }

    .lg\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .lg\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .lg\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .lg\:col-span-5 {
        grid-column: span 5 / span 5;
    }

    .lg\:col-span-6 {
        grid-column: span 6 / span 6;
    }

    .lg\:col-span-7 {
        grid-column: span 7 / span 7;
    }

    .lg\:col-start-1 {
        grid-column-start: 1;
    }

    .lg\:col-start-2 {
        grid-column-start: 2;
    }

    .lg\:col-start-3 {
        grid-column-start: 3;
    }

    .lg\:col-start-4 {
        grid-column-start: 4;
    }

    .lg\:col-start-auto {
        grid-column-start: auto;
    }

    .lg\:row-span-1 {
        grid-row: span 1 / span 1;
    }

    .lg\:row-span-2 {
        grid-row: span 2 / span 2;
    }

    .lg\:row-span-3 {
        grid-row: span 3 / span 3;
    }

    .lg\:row-span-4 {
        grid-row: span 4 / span 4;
    }

    .lg\:row-start-1 {
        grid-row-start: 1;
    }

    .lg\:row-start-2 {
        grid-row-start: 2;
    }

    .lg\:row-start-3 {
        grid-row-start: 3;
    }

    .lg\:row-start-4 {
        grid-row-start: 4;
    }

    .lg\:row-start-auto {
        grid-row-start: auto;
    }

    .lg\:mx-10 {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }

    .lg\:mb-0 {
        margin-bottom: 0px;
    }

    .lg\:mb-10 {
        margin-bottom: 2.5rem;
    }

    .lg\:mb-24 {
        margin-bottom: 6rem;
    }

    .lg\:mb-5 {
        margin-bottom: 1.25rem;
    }

    .lg\:mt-0 {
        margin-top: 0px;
    }

    .lg\:mt-10 {
        margin-top: 2.5rem;
    }

    .lg\:mt-48 {
        margin-top: 12rem;
    }

    .lg\:block {
        display: block;
    }

    .lg\:flex {
        display: flex;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:aspect-\[16\/7\] {
        aspect-ratio: 16/7;
    }

    .lg\:aspect-\[16\/9\] {
        aspect-ratio: 16/9;
    }

    .lg\:h-32 {
        height: 8rem;
    }

    .lg\:h-\[400px\] {
        height: 400px;
    }

    .lg\:h-auto {
        height: auto;
    }

    .lg\:h-full {
        height: 100%;
    }

    .lg\:w-3\/4 {
        width: 75%;
    }

    .lg\:w-32 {
        width: 8rem;
    }

    .lg\:w-44 {
        width: 11rem;
    }

    .lg\:w-\[35rem\] {
        width: 35rem;
    }

    .lg\:w-auto {
        width: auto;
    }

    .lg\:w-full {
        width: 100%;
    }

    .lg\:max-w-\[15rem\] {
        max-width: 15rem;
    }

    .lg\:max-w-\[265px\] {
        max-width: 265px;
    }

    .lg\:translate-y-0 {
        --tw-translate-y: 0px;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .lg\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .lg\:grid-rows-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }

    .lg\:grid-rows-3 {
        grid-template-rows: repeat(3, minmax(0, 1fr));
    }

    .lg\:grid-rows-4 {
        grid-template-rows: repeat(4, minmax(0, 1fr));
    }

    .lg\:flex-row {
        flex-direction: row;
    }

    .lg\:justify-center {
        justify-content: center;
    }

    .lg\:gap-10 {
        gap: 2.5rem;
    }

    .lg\:gap-8 {
        gap: 2rem;
    }

    .lg\:gap-x-10 {
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
    }

    .lg\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }

    .lg\:overflow-auto {
        overflow: auto;
    }

    .lg\:rounded-lg {
        border-radius: 0.5rem;
    }

    .lg\:rounded-l-xl {
        border-top-left-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }

    .lg\:rounded-r-xl {
        border-top-right-radius: 0.75rem;
        border-bottom-right-radius: 0.75rem;
    }

    .lg\:bg-info {
        --tw-bg-opacity: 1;
        background-color: hsl(var(--in) / var(--tw-bg-opacity));
    }

    .lg\:bg-white\/0 {
        background-color: rgb(255 255 255 / 0);
    }

    .lg\:bg-white\/100 {
        background-color: rgb(255 255 255 / 1);
    }

    .lg\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }

    .lg\:fill-primary {
        fill: hsl(var(--p));
    }

    .lg\:p-20 {
        padding: 5rem;
    }

    .lg\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .lg\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .lg\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .lg\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .lg\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .lg\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .lg\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .lg\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .lg\:py-\[9vh\] {
        padding-top: 9vh;
        padding-bottom: 9vh;
    }

    .lg\:pb-16 {
        padding-bottom: 4rem;
    }

    .lg\:pb-32 {
        padding-bottom: 8rem;
    }

    .lg\:pt-24 {
        padding-top: 6rem;
    }

    .lg\:text-center {
        text-align: center;
    }


    .lg\:leading-relaxed {
        line-height: 1.625;
    }

    .lg\:transition-\[padding\] {
        transition-property: padding;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .lg\:duration-1000 {
        transition-duration: 1000ms;
    }
}

@media (min-width: 1280px) {
    .xl\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .xl\:col-span-6 {
        grid-column: span 6 / span 6;
    }

    .xl\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }

    .xl\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .xl\:text-8xl {
        font-size: 6rem;
        line-height: 1;
    }
}


.single-projects .feature-text .has-text-align-center {
    max-width: 564px;
    margin-inline: auto;
}

@media (min-width: 1036px) {
    .single-projects .project-title {
        padding-inline: 10rem;
    }
}
.wp-block-pullquote {
    padding: calc(3rem + 3vh) calc(3rem + 3vw);
    margin-bottom: -1px;
}
@media all and (max-width: 500px) {
    .wp-block-pullquote {
        padding-inline: 0px;
    }
}
.wp-block-pullquote p {
    padding-top: 50px;
    position: relative;
    font-size: inherit;
    max-width: max(900px, 75%);
    margin-inline: auto;
}

.wp-block-pullquote blockquote {
    border-left: 0;
}
.wp-block-pullquote cite {
    font-size: 18px;
    font-style: normal;
    display: inline-block;
    margin-top: 2rem;
}
.wp-block-pullquote cite::before {
    content: none;
}
.wp-block-pullquote p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 42px;
    height: 32px;
    background-color: var(--wp--preset--color--white);
    mask-image: url('data:image/svg+xml,<svg width="42" height="32" viewBox="0 0 42 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M40.1274 1.97531C36.1147 4.69684 33.4395 7.28669 32.1019 9.74485C30.8535 12.1152 30.2293 14.31 30.2293 16.3292V17.9095C30.2293 18.2606 30.2739 18.5679 30.3631 18.8313C31.0764 18.2167 31.8344 17.8217 32.6369 17.6461C33.4395 17.4705 34.1529 17.3827 34.7771 17.3827C36.7389 17.3827 38.4331 18.0412 39.8599 19.358C41.2866 20.5871 42 22.2112 42 24.2305C42 26.6008 41.1975 28.4883 39.5924 29.893C37.9873 31.2977 36.2038 32 34.242 32C33.0828 32 31.879 31.7805 30.6306 31.3416C29.4713 30.8148 28.4013 30.0686 27.4204 29.1029C26.4395 28.0494 25.6369 26.7764 25.0127 25.284C24.3885 23.7915 24.0764 21.9918 24.0764 19.8848C24.0764 17.69 24.4777 15.6708 25.2803 13.8272C26.0828 11.8957 27.1529 10.096 28.4904 8.42798C29.828 6.75995 31.3439 5.22359 33.0382 3.81893C34.8217 2.41427 36.6943 1.14129 38.6561 0L40.1274 1.97531ZM16.051 1.97531C12.0382 4.69684 9.36306 7.28669 8.02548 9.74485C6.77707 12.1152 6.15287 14.31 6.15287 16.3292V17.9095C6.15287 18.2606 6.19745 18.5679 6.28662 18.8313C7 18.2167 7.75796 17.8217 8.56051 17.6461C9.36306 17.4705 10.0764 17.3827 10.7006 17.3827C12.6624 17.3827 14.3567 18.0412 15.7834 19.358C17.2102 20.5871 17.9236 22.2112 17.9236 24.2305C17.9236 26.6008 17.121 28.4883 15.5159 29.893C13.9108 31.2977 12.1274 32 10.1656 32C9.00637 32 7.80255 31.7805 6.55414 31.3416C5.3949 30.8148 4.32484 30.0686 3.34395 29.1029C2.36306 28.0494 1.56051 26.7764 0.936307 25.284C0.312102 23.7915 0 21.9918 0 19.8848C0 17.69 0.401274 15.6708 1.20382 13.8272C2.00637 11.8957 3.07643 10.096 4.41401 8.42798C5.75159 6.75995 7.26752 5.22359 8.96178 3.81893C10.7452 2.41427 12.6178 1.14129 14.5796 0L16.051 1.97531Z" fill="white"/></svg>');
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}

.has-white-color {
    color: var(--wp--preset--color--white);
}
.has-blue-color {
    color: var(--wp--preset--color--blue);
}
.has-blue-background-color {
    background-color: var(--wp--preset--color--blue);
}
.has-light-green-background-color {
    background-color: var(--wp--preset--color--light-green);
}
.has-light-green-color {
    color: var(--wp--preset--color--light-green);
}
.has-lilac-background-color {
    background-color: var(--wp--preset--color--lilac);
}
.caption {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: fit-content;
    border-radius: 10px 10px 0 0;
}

.caption p {
    white-space: nowrap;
}

@media (max-width: 768px) {
    .imagecell {
        margin-bottom: 3.4375rem;
    }
    .caption {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        margin-bottom: -2rem;
    }
    .caption-title {
        font-size: 0.625rem !important;
        margin-bottom: 0;
    }
    .caption-text {
        font-size: 1.25rem !important;
        line-height: 1.75rem !important;
    }
}

.postContent p a {
    text-decoration: underline;
}

.wp-block-embed {
    max-width: min(75vw, 400px);
    width: 100%;
    aspect-ratio: 4/3;
    min-width: 75%;
    margin-inline: auto;
    position: relative;
}
.wp-embed-aspect-16-9 {
    aspect-ratio: 16/9;
}
.wp-embed-aspect-4-3 {
    aspect-ratio: 4/3;
}
.wp-embed-aspect-1-1 {
    aspect-ratio: 1/1;
}

.wp-block-embed__wrapper {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
}

.is-type-video iframe {
    width: 100%;
    height: 100%;
}