/*!
 *
Theme Name: Finnbarr Fire Theme
 * Author: AChellCompany
 * Author URI: achellcompany.com
 * Description: A bespoke WordPress theme for Finnbarr Fire Barriers Ltd designed by AChellcompany. Custom coded homepage and WooCommerce store front (catalogue mode) and item pages.
 * Version: 2.0.0
 * License: GNU General Public License v2 or later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: Finnbarr
 * Tags: custom-theme, responsive, tailwindcss
 *
 */
 
.usp-bar {
    --gap: 1rem;
    position: relative;
    display: flex;
    height: 2.5rem;
    width: 100%;
    align-items: center;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(166 49 41 / var(--tw-bg-opacity, 1));
  }

@media (min-width: 1536px) {
    .usp-bar {
        max-width: 1536px;
    }
}

.usp-bar {
    gap: var(--gap);
  }

/* TODO Changed from 25s for underconstruction message */

.usp-track {
    gap: var(--gap);
    animation: usp-scroll 25s linear infinite;
    position: relative;
    z-index: 0;
    display: flex;
    min-width: 100%;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-around;
  }

.usp-item {
    position: relative;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
    text-wrap: nowrap;
    padding-left: 1rem;
    padding-right: 1rem;
    font-family: Tanker, sans-serif;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));

    >span {
        position: relative;
    }

    >span {
        z-index: 0;
    }
}

@keyframes usp-scroll {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(calc(-100% - var(--gap)));
    }
  }

@media (prefers-reduced-motion: reduce) {
    .usp-track {
      animation-play-state: paused !important;
    }
  }

/* Created to use flexbox and css grid over WC float system */

main > .type-product {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2.5rem;
}

@media (min-width: 1024px) {
    main > .type-product {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }
}

.woocommerce-product-gallery {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 2rem;
    justify-self: center;
    padding: 1rem;
}

@media not all and (min-width: 1024px) {
    .woocommerce-product-gallery {
        align-self: center;
    }
}

@media not all and (min-width: 768px) {
    .woocommerce-product-gallery {
        width: 80%;
    }
}

@media (min-width: 1024px) {
    .woocommerce-product-gallery {
        margin-top: 1.5rem;
        align-self: baseline;
    }
}

.woocommerce-product-gallery__image {
  a {
        display: flex;
    }
  a {
        justify-content: center;
    }

  img {
        aspect-ratio: 1 / 1 !important;
    }

  img {
        border-radius: 0.375rem;
    }

  img {
        border-width: 1px;
    }

  img {
        border-color: rgb(161 161 170 / 0.5);
    }

  img {
        -o-object-fit: cover !important;
           object-fit: cover !important;
    }

  img {
        padding: 1rem;
    }
}

.woocommerce-product-gallery__wrapper a:has(img) {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: flex !important;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
  &:after {
        position: absolute;
    }
  &:after {
        bottom: 1.25rem;
    }
  &:after {
        right: 1.25rem;
    }
  &:after {
        width: 3rem;
        height: 3rem;
    }
  &:after {
        border-radius: 9999px;
    }
  &:after {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }
  &:after {
        background-image: url('https://api.iconify.design/lucide:zoom-in.svg?color=%23646ad2') !important;
    }
  &:after {
        background-size: 60%;
    }
  &:after {
        background-position: center;
    }
  &:after {
        background-repeat: no-repeat;
    }
  &:after {
        padding: 2rem;
    }
  &:after {
        --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
        --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
  &:after {
        --tw-content: '';
        content: var(--tw-content);
    }
  &:hover:after {
        background-size: 80%;
    }
  &:focus:after {
        background-size: 80%;
    }
}

.product {
    display: flex;
    flex-direction: column;
}

.product-card {
    border-radius: 0.375rem;
    border-width: 1px;
    border-color: rgb(229 231 235 / 0.5);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 1rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: linear;
}

.product-card:hover {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.product-card:focus {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media not all and (min-width: 768px) {
    .product-card {
        width: 83.333333%;
    }
}

@media (min-width: 1024px) {
    .product-card:hover {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
        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));
    }
    .product-card:focus {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
        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));
    }
}

.woocommerce-product-gallery,
.woocommerce .product .summary {
    grid-column: 1 / -1;
}

@media (min-width: 1024px) {
    .woocommerce-product-gallery,
.woocommerce .product .summary {
        grid-column: span 1 / span 1;
    }
}

details.product-cta-container {
    margin: auto;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media (min-width: 768px) {
    details.product-cta-container {
        grid-column-start: 2;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

details.product-cta-container {

  &[open] .product-cta-details {
        bottom: 0px;
    }

  &[open] .product-cta-details {
        opacity: 1;
    }

  .product-cta-details {
        bottom: 50%;
    }

  .product-cta-details {
        opacity: 0;
    }
}

.product-cta-details {
    color: var(--tw-prose-body);
    max-width: 65ch;
}

.product-cta-details :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

.product-cta-details :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}

.product-cta-details :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
}

.product-cta-details :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
}

.product-cta-details :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.product-cta-details :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.product-cta-details :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.product-cta-details :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}

.product-cta-details :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}

.product-cta-details :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}

.product-cta-details :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}

.product-cta-details :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}

.product-cta-details :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
}

.product-cta-details :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
}

.product-cta-details :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
}

.product-cta-details :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
}

.product-cta-details :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
}

.product-cta-details :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}

.product-cta-details :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters);
}

.product-cta-details :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
}

.product-cta-details :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
}

.product-cta-details :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
}

.product-cta-details :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-inline-start-width: 0.25rem;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
}

.product-cta-details :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: open-quote;
}

.product-cta-details :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: close-quote;
}

.product-cta-details :where(h1):not(:where([class~="not-prose"],[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;
}

.product-cta-details :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 900;
    color: inherit;
}

.product-cta-details :where(h2):not(:where([class~="not-prose"],[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;
}

.product-cta-details :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 800;
    color: inherit;
}

.product-cta-details :where(h3):not(:where([class~="not-prose"],[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;
}

.product-cta-details :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}

.product-cta-details :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
}

.product-cta-details :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}

.product-cta-details :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}

.product-cta-details :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
}

.product-cta-details :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}

.product-cta-details :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-family: inherit;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-inline-start: 0.375em;
}

.product-cta-details :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
}

.product-cta-details :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: "`";
}

.product-cta-details :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: "`";
}

.product-cta-details :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.product-cta-details :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.product-cta-details :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
}

.product-cta-details :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
}

.product-cta-details :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.product-cta-details :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.product-cta-details :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.product-cta-details :where(pre):not(:where([class~="not-prose"],[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-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-inline-start: 1.1428571em;
}

.product-cta-details :where(pre code):not(:where([class~="not-prose"],[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;
}

.product-cta-details :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: none;
}

.product-cta-details :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: none;
}

.product-cta-details :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    width: 100%;
    table-layout: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
}

.product-cta-details :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
}

.product-cta-details :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}

.product-cta-details :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
}

.product-cta-details :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 0;
}

.product-cta-details :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: baseline;
}

.product-cta-details :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
}

.product-cta-details :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: top;
}

.product-cta-details :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    text-align: start;
}

.product-cta-details :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}

.product-cta-details :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
}

.product-cta-details {
    --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-kbd: #111827;
    --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
    --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-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --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;
}

.product-cta-details :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}

.product-cta-details :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.product-cta-details :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
}

.product-cta-details :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
}

.product-cta-details :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}

.product-cta-details :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}

.product-cta-details :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}

.product-cta-details :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}

.product-cta-details :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}

.product-cta-details :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}

.product-cta-details :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

.product-cta-details :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
}

.product-cta-details :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}

.product-cta-details :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}

.product-cta-details :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}

.product-cta-details :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}

.product-cta-details :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
}

.product-cta-details :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
}

.product-cta-details :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}

.product-cta-details :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
}

.product-cta-details :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
}

.product-cta-details :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}

.product-cta-details :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}

.product-cta-details :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
}

.product-cta-details {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    border-radius: 0.375rem;
    background-color: rgb(99 106 211 / 0.05);
    padding: 1rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

@media (min-width: 1024px) {
    .product-cta-details {
        padding: 1.5rem;
    }
}

.woocommerce-tabs,
.related,
.up-sells {
    grid-column: 1 / -1 !important;
    max-width: 100%;
    overflow-x: auto;
    padding: 1rem;
}

section.related > ul.products,
section.up-sells > ul.products {
    display: grid;
    justify-content: flex-start;
    gap: 1.5rem;
}

@media not all and (min-width: 768px) {
    section.related > ul.products,
section.up-sells > ul.products {
        grid-auto-flow: row;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    section.related > ul.products,
section.up-sells > ul.products {
        grid-auto-flow: column;
    }
}

section.search-product-results > ul.products {
    display: grid;
    max-width: 90dvw;
    grid-auto-flow: row;
    gap: 1.5rem;
}

@media not all and (min-width: 768px) {
    section.search-product-results > ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    section.search-product-results > ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    section.search-product-results > ul.products {
        grid-template-columns: repeat(auto-fill,minmax(220px,1fr));
    }
}

.woocommerce-product-gallery__wrapper > div {
    gap: 2rem;
    overflow: hidden !important;

  > div {
        display: flex;
    }

  > div {
        flex-direction: column !important;
    }
}

.flex-control-thumbs,
.flex-viewport {
    display: flex;
    gap: 2rem;
}

.flex-viewport {
    flex-direction: column;
}

.flex-control-nav li img {
    height: 5rem;
    width: 5rem;
}

.flex-active {
    border-radius: 0.375rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(141 146 223 / var(--tw-border-opacity, 1));
    padding: 0.5rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

/* Created to use flexbox and css grid over WC float system */

.post-type-archive-product ul.products,
.tax-product_cat ul.products {
    display: grid;
    justify-items: center;
    gap: 2rem;
}

@media (min-width: 768px) {
    .post-type-archive-product ul.products,
.tax-product_cat ul.products {
        grid-template-columns: repeat(auto-fill,minmax(230px,1fr));
    }
}

.post-type-archive-product ul.products,
.tax-product_cat ul.products {

  > li > a {
        display: flex;
    }

  > li > a {
        flex-direction: column;
    }
  img.wp-post-image {
        align-self: center;
    }
}

.post-type-archive-product,
.tax-product_cat,
.single-product {
  .page-container {
        align-items: center;
    }
  .page-container {
        justify-content: center;
    }

  main.page-content {
        display: flex;
    }

  main.page-content {
        flex-direction: column;
    }

  @media (min-width: 640px) {
        main.page-content {
            padding: 1rem;
        }
    }

  @media (min-width: 1024px) {
        main.page-content {
            max-width: 1280px;
        }
    }
}

div.shop-layout {
  grid-template-columns: 1fr;
  grid-template-areas:
    "filters"
    "products"
    "pagination";
  display: grid;
  width: 100%;
  align-items: flex-start;
  gap: 1rem
}

@media (min-width: 1024px) {
    div.shop-layout {
        gap: 2rem;
    }
}

div.shop-layout {

  @media (min-width: 1024px) {
    grid-template-columns: 260px 1fr 1fr;
    grid-template-areas:
      "filters products products"
      "filters products products "
      "filters pagination pagination";
  }

  .shop-results {
    grid-area: products;
  }

  .shop-results {
        height: 100%;
    }

  @media (min-width: 1024px) {
        .shop-results {
            grid-row: 1 / -1;
        }
    }

  @media (min-width: 1024px) {
        .shop-results {
            min-height: 450px;
        }
    }

  .shop-filters-container {
    grid-area: filters;
  }

  .shop-filters-container {
        position: relative;
    }

  .shop-filters-container {
        display: flex;
    }

  .shop-filters-container {
        min-height: 5rem;
    }

  .shop-filters-container {
        width: 100%;
    }

  .shop-filters-container {
        flex-direction: row;
    }

  .shop-filters-container {
        flex-wrap: wrap;
    }

  .shop-filters-container {
        row-gap: 1rem;
    }

  .shop-filters-container > * {
        width: 100% !important;
    }

  @media not all and (min-width: 1024px) {
        .shop-filters-container {
            align-items: center;
        }
    }

  @media (min-width: 1024px) {
        .shop-filters-container {
            height: 100%;
        }
    }

  .woocommerce-pagination {
    grid-area: pagination
  }

  .woocommerce-pagination {
        grid-column: 1 / -1;
    }

  .woocommerce-pagination {
        grid-row-start: -1;
    }

  .woocommerce-pagination {
        width: 100%;
    }

  .woocommerce-pagination {

    > ul.page-numbers {
            display: flex;
        }

    > ul.page-numbers {
            -moz-column-gap: 1rem;
                 column-gap: 1rem;
        }

    > ul.page-numbers {
            font-size: 1.125rem;
            line-height: 1.75rem;
        }

    > ul.page-numbers {

      li > span.current {
                font-weight: 700;
            }

      li > span.current {
                --tw-text-opacity: 1;
                color: rgb(99 106 211 / var(--tw-text-opacity, 1));
            }
    }
  }
}

.shop-results {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;

  .shop-meta {
        display: flex;
    }

  .shop-meta {
        align-items: center;
    }

  .shop-meta {
        justify-content: space-between;
    }

  @media not all and (min-width: 768px) {
        .shop-meta {
            gap: 1rem;
        }
    }

  @media not all and (min-width: 640px) {
        .shop-meta {
            flex-wrap: wrap;
        }
    }

  &:has(.woocommerce-no-products-found) {
        align-items: center;
    }

  &:has(.woocommerce-no-products-found) {
        justify-content: center;
    }

.product {
        border-radius: 0.375rem;
    }

.product {
        border-width: 1px;
    }

.product {
        border-color: rgb(229 231 235 / 0.5);
    }

.product {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }

.product {
        padding: 1rem;
    }

.product {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

.product {
        transition-timing-function: linear;
    }

.product:hover {
        --tw-border-opacity: 1;
        border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
    }

.product:hover {
        --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
        --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

.product:focus {
        --tw-border-opacity: 1;
        border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
    }

.product:focus {
        --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
        --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

@media not all and (min-width: 768px) {
        .product {
            width: 83.333333%;
        }
    }

@media (min-width: 1024px) {
        .product:hover {
            --tw-scale-x: 1.05;
            --tw-scale-y: 1.05;
            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));
        }
    }

@media (min-width: 1024px) {
        .product:focus {
            --tw-scale-x: 1.05;
            --tw-scale-y: 1.05;
            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));
        }
    }
}

ul.products {
    width: 100%;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1024px) {
    ul.products {
        grid-column: 1 / -1;
        grid-column-start: 2;
    }
}

*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}

/*! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
 */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

* {
    scrollbar-color: initial;
    scrollbar-width: initial;
}

.post-template-default {
    h1 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    h1 {
        font-weight: 700;
    }
    @media (min-width: 1024px) {
        h1 {
            font-size: 3rem;
            line-height: 1;
        }
    }
    @media (min-width: 1024px) {
        h1 {
            line-height: 4rem !important;
        }
    }

    h2 {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }

    h2 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    @media (min-width: 1024px) {
        h2 {
            font-size: 1.875rem;
            line-height: 2.25rem;
        }
    }

    h3 {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    h4 {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
  }

main > header  h1.self-start {
    align-self: center !important;
}

.blog-container {
    color: var(--tw-prose-body);
    max-width: 65ch;
}

.blog-container :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

.blog-container :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}

.blog-container :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
}

.blog-container :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
}

.blog-container :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.blog-container :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.blog-container :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.blog-container :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}

.blog-container :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}

.blog-container :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}

.blog-container :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}

.blog-container :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}

.blog-container :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
}

.blog-container :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
}

.blog-container :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
}

.blog-container :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
}

.blog-container :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
}

.blog-container :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}

.blog-container :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters);
}

.blog-container :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
}

.blog-container :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
}

.blog-container :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
}

.blog-container :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-inline-start-width: 0.25rem;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
}

.blog-container :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: open-quote;
}

.blog-container :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: close-quote;
}

.blog-container :where(h1):not(:where([class~="not-prose"],[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;
}

.blog-container :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 900;
    color: inherit;
}

.blog-container :where(h2):not(:where([class~="not-prose"],[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;
}

.blog-container :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 800;
    color: inherit;
}

.blog-container :where(h3):not(:where([class~="not-prose"],[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;
}

.blog-container :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}

.blog-container :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
}

.blog-container :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}

.blog-container :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}

.blog-container :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
}

.blog-container :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}

.blog-container :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-family: inherit;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-inline-start: 0.375em;
}

.blog-container :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
}

.blog-container :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: "`";
}

.blog-container :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: "`";
}

.blog-container :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.blog-container :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.blog-container :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
}

.blog-container :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
}

.blog-container :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.blog-container :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.blog-container :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.blog-container :where(pre):not(:where([class~="not-prose"],[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-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-inline-start: 1.1428571em;
}

.blog-container :where(pre code):not(:where([class~="not-prose"],[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;
}

.blog-container :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: none;
}

.blog-container :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: none;
}

.blog-container :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    width: 100%;
    table-layout: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
}

.blog-container :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
}

.blog-container :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}

.blog-container :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
}

.blog-container :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 0;
}

.blog-container :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: baseline;
}

.blog-container :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
}

.blog-container :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: top;
}

.blog-container :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    text-align: start;
}

.blog-container :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}

.blog-container :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
}

.blog-container {
    --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-kbd: #111827;
    --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
    --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-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --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;
}

.blog-container :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}

.blog-container :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.blog-container :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
}

.blog-container :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
}

.blog-container :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}

.blog-container :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}

.blog-container :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}

.blog-container :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}

.blog-container :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}

.blog-container :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}

.blog-container :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

.blog-container :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
}

.blog-container :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}

.blog-container :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}

.blog-container :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}

.blog-container :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}

.blog-container :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
}

.blog-container :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
}

.blog-container :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}

.blog-container :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
}

.blog-container :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
}

.blog-container :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}

.blog-container :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}

.blog-container :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
}

.blog-container {
    max-width: none;
    align-self: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 1024px) {
    .blog-container {
        max-width: 1024px;
    }
}

.blog-container {

    a {
        --tw-text-opacity: 1 !important;
        color: rgb(99 106 211 / var(--tw-text-opacity, 1)) !important;
    }

    a:hover {
        font-weight: 700;
    }

    a:focus {
        font-weight: 700;
    }

    a {

      &[target="_blank"] {
            position: relative;
        }

      &[target="_blank"] {
            margin-right: 1.5rem;
        }

      &[target="_blank"] {
            display: inline;
        }

      &[target="_blank"]::after {
            content: var(--tw-content);
            position: absolute;
        }

      &[target="_blank"]::after {
            content: var(--tw-content);
            margin: 0.25rem;
        }

      &[target="_blank"]::after {
            content: var(--tw-content);
            width: 1rem;
            height: 1rem;
        }

      &[target="_blank"]::after {
            content: var(--tw-content);
            background-image: url('https://api.iconify.design/cuida:open-in-new-tab-outline.svg?color=%2324276d');
        }

      &[target="_blank"]::after {
            content: var(--tw-content);
            background-size: contain;
        }

      &[target="_blank"]::after {
            content: var(--tw-content);
            background-repeat: no-repeat;
        }

      &[target="_blank"]::after {
            --tw-content: '';
            content: var(--tw-content);
        }

      @media (min-width: 1024px) {
            &[target="_blank"] {
                --tw-content: '';
                content: var(--tw-content);
            }
        }
    }

    blockquote.not-quoting {
        font-weight: 400;
    }

    blockquote.not-quoting {
        font-style: normal;
    }

    blockquote.not-quoting {
      p:before,
      p:after {
        content: none !important;
      }
    }
  }

.page-template-page-doc-library {
    h2 {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    h2 {
        font-weight: 700;
    }
    @media (min-width: 1280px) {
        h2 {
            font-size: 1.5rem;
            line-height: 2rem;
        }
    }

    h3 {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    @media (min-width: 1280px) {
        h3 {
            font-size: 1.25rem;
            line-height: 1.75rem;
        }
    }
  }

.search-header {
    /* based on h2 */
    display: flex;
    flex-direction: row;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    align-self: center;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

@media not all and (min-width: 768px) {
    .search-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media (min-width: 1024px) {
    .search-header {
        font-size: 3rem;
        line-height: 1;
    }
}

.results-tab {
    cursor: pointer;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    letter-spacing: 0.025em;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

@media not all and (min-width: 768px) {
    .results-tab {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .results-tab {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.results-tab {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(99 106 211 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(99 106 211 / var(--tw-text-opacity, 1));
    --tw-shadow-color: #0C0F2B;
    --tw-shadow: var(--tw-shadow-colored);
}

.results-tab:hover {
    background-color: rgb(99 106 211 / 0.95);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.results-tab:focus {
    background-color: rgb(99 106 211 / 0.95);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.results-tab {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

@media (min-width: 768px) {
    .results-tab {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.peer\/pages:checked ~ .results-tab {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
    .results-tab {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

.result-header {
    /* based on h3 */
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    border-radius: 0.125rem;
    padding: 0.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(67 15 11 / var(--tw-text-opacity, 1));
  }

@media (min-width: 1024px) {
    .result-header {
        margin-bottom: 0.75rem;
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

.product-results {
    display: flex;
    overflow: auto;
    padding: 1rem;
}

.woocommerce section.related > h2,
  .woocommerce section.up-sells > h2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-family: Tanker, sans-serif;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
}

@media (min-width: 1024px) {
    .woocommerce section.related > h2,
  .woocommerce section.up-sells > h2 {
        font-size: 1.875rem !important;
        line-height: 2.25rem !important;
    }
}

.woocommerce .product h2.summary-title {
    margin-top: 0px;
    display: flex;
    align-items: center;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(68 64 60 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
    .woocommerce .product h2.summary-title {
        margin-bottom: 0.5rem;
    }
}

.product .up-sells > h2 {
    display: flex;
    align-items: center;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(87 83 78 / var(--tw-text-opacity, 1));

    &::before {
        display: inline-block;
    }

    &::before {
        width: 2rem;
        height: 2rem;
    }

    &::before {
        background-image: url('https://api.iconify.design/ic:twotone-thumb-up.svg?color=%234d72bf');
    }

    &::before {
        background-size: cover;
    }

    &::before {
        background-repeat: no-repeat;
    }

    &::before {
        --tw-content: '';
        content: var(--tw-content);
    }
}

li.product a.button.product-listing-cta {
    margin-top: 1rem;
    width: 100%;
    align-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    letter-spacing: 0.025em;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

@media not all and (min-width: 768px) {
    li.product a.button.product-listing-cta {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    li.product a.button.product-listing-cta {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

li.product a.button.product-listing-cta {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(99 106 211 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(99 106 211 / var(--tw-text-opacity, 1));
    --tw-shadow-color: #0C0F2B;
    --tw-shadow: var(--tw-shadow-colored);
}

li.product a.button.product-listing-cta:hover {
    background-color: rgb(99 106 211 / 0.95);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

li.product a.button.product-listing-cta:focus {
    background-color: rgb(99 106 211 / 0.95);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

li.product a.button.product-listing-cta {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

@media (min-width: 768px) {
    li.product a.button.product-listing-cta {
        font-size: 1rem;
        line-height: 1.5rem;
        width: 80%;
    }
}

.woocommerce-tabs h3 {
    /* based on h4 */
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

.woocommerce .product {
    h1 {
        margin-bottom: 1.5rem;
    }
    h1 {
        font-size: 3.75rem;
        line-height: 1;
    }
    @media not all and (min-width: 1024px) {
        h1 {
            text-align: center;
        }
    }
    @media (min-width: 1024px) {
        h1 {
            margin-bottom: 1rem;
        }
    }

    h2 {
        margin-bottom: 0.25rem;
    }

    h2 {
        margin-top: 1rem;
    }

    h2 {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    h2 {
        font-weight: 600;
    }
  }

html {
    margin-top: 0px !important;
    width: 100%;
    scroll-behavior: smooth;
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
}

body {
    font-family: "Google Sans Flex", sans-serif;
    position: relative;
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 100vh;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

@media (min-width: 1024px) {
    body {
        overflow: scroll !important;
    }
}

h1,
  button {
    font-family: "Tanker", sans-serif;
  }

.page-container,
  footer {
    display: flex;
    flex-grow: 1;
    align-self: center;
    padding: 1rem;
}

@media (min-width: 640px) {
    .page-container,
  footer {
        padding: 1.5rem;
    }
}

@media (min-width: 1536px) {
    .page-container,
  footer {
        max-width: 1536px;
    }
}

footer {
    .company {
        grid-column: 1 / -1;
    }
    @media (min-width: 768px) {
        .company {
            grid-column: span 3 / span 3;
        }
    }

    .sitemap-contact {
        grid-column: 1 / -1;
    }

    @media (min-width: 768px) {
        .sitemap-contact {
            grid-column: span 3 / span 3;
        }
    }

    .newsletter {
        grid-column: span 3 / span 3;
    }

    .newsletter {
        margin-left: auto;
        margin-right: auto;
    }

    @media (min-width: 768px) {
        .newsletter {
            grid-column: 1 / -1;
        }
    }

    @media (min-width: 1024px) {
        .newsletter {
            grid-column: span 3 / span 3;
        }
    }

    min-height: -moz-fit-content;

    min-height: fit-content;

    width: 100%;

    h3 {
        font-size: 2.25rem !important;
        line-height: 2.5rem !important;
    }

    @media (min-width: 1024px) {
        h3 {
            font-size: 3rem !important;
            line-height: 1 !important;
        }
    }

    h4 {
        font-size: 1.5rem !important;
        line-height: 2rem !important;
    }

    @media (min-width: 1024px) {
        h4 {
            font-size: 1.875rem !important;
            line-height: 2.25rem !important;
        }
    }

    .footer-site-menu-links {
        margin-left: 0.5rem;
    }

    .footer-site-menu-links {
        list-style-position: inside;
    }

    .footer-site-menu-links {
        list-style-type: disc;
    }

    .footer-site-menu-links {
        -moz-columns: 2;
             columns: 2;
    }

    .footer-site-menu-links {

      > li {
            text-decoration-color: rgb(141 146 223 / 0.5);
        }

      > li {
            text-decoration-thickness: 2px;
        }

      > li {
            text-underline-offset: 4px;
        }

      > li {
            transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
        }

      > li {
            transition-timing-function: cubic-bezier(.23, 1, .32, 1);
        }

      > li *::marker {
            color: rgb(183 186 236 );
        }

      > li::marker {
            color: rgb(183 186 236 );
        }

      > li:hover {
            font-weight: 700;
        }

      > li:hover {
            text-decoration-line: underline;
        }

      > li *:hover::marker {
            color: rgb(141 146 223 );
        }

      > li:hover::marker {
            color: rgb(141 146 223 );
        }

      > li:focus {
            font-weight: 700;
        }

      > li:focus {
            text-decoration-line: underline;
        }

      > li *:focus::marker {
            color: rgb(141 146 223 );
        }

      > li:focus::marker {
            color: rgb(141 146 223 );
        }

      @media (min-width: 1024px) {
            > li {
                font-size: 1.25rem;
                line-height: 1.75rem;
            }
        }
    }

    .footer-links {
        display: flex;
    }

    .footer-links {
        list-style-type: none !important;
    }

    .footer-links {
        flex-direction: row !important;
    }

    .footer-links {
        -moz-column-gap: 1.5rem;
             column-gap: 1.5rem;
    }

    .footer-links {
        text-align: center;
    }

    @media (min-width: 1024px) {
        .footer-links {
            -moz-column-gap: 2.5rem;
                 column-gap: 2.5rem;
        }
    }

    .footer-links {
      a {
            text-underline-offset: 2px;
        }
      a:hover {
            --tw-text-opacity: 1;
            color: rgb(183 186 236 / var(--tw-text-opacity, 1));
        }
      a:hover {
            text-decoration-line: underline;
        }
      a:focus {
            --tw-text-opacity: 1;
            color: rgb(183 186 236 / var(--tw-text-opacity, 1));
        }
      a:focus {
            text-decoration-line: underline;
        }
      @media (min-width: 1024px) {
            a {
                -moz-column-gap: 1.5rem;
                     column-gap: 1.5rem;
            }
        }
    }
    @media not all and (min-width: 768px) {
        .mailpoet_paragraph.btn {
            width: -moz-fit-content !important;
            width: fit-content !important;
        }
    }
    .mailpoet_paragraph.btn {

      input {
            font-size: 1.5rem !important;
            line-height: 2rem !important;
        }
    }

    form {
        padding-top: 0px !important;
    }

    .mailpoet_form .mailpoet-heading {
        text-align: center !important;
    }

    .mailpoet_form .mailpoet-heading {
        font-family: Tanker, sans-serif;
    }

    .mailpoet_form .mailpoet-heading {
        font-size: 1.875rem !important;
        line-height: 2.25rem !important;
    }

    @media (min-width: 768px) {
        .mailpoet_form .mailpoet-heading {
            font-size: 2.25rem !important;
            line-height: 2.5rem !important;
        }
    }

    .content-container {
        border-radius: 0.125rem;
    }

    .content-container {
        background-color: rgb(245 245 245 / 0.1);
    }

    .content-container {
        padding: 1rem;
    }

    @media (min-width: 1024px) {
        .content-container {
            background-color: rgb(245 245 245 / 0.2);
        }
    }

    @media (min-width: 1024px) {
        .content-container {
            padding-left: 2rem;
            padding-right: 2rem;
        }
    }
  }

.page-container {
    min-height: 504px;
}

main.page-content {
    width: 100%;
    height: 100%;
    padding-top: 0px;
}

@media (min-width: 640px) {
    @media not all and (min-width: 1024px) {
        main.page-content {
            padding-left: 2.5rem;
            padding-right: 2.5rem;
        }
    }
}

h1 {
    font-size: 3.75rem;
    line-height: 1;
}

@media (min-width: 1024px) {
    h1 {
        font-size: 4.5rem;
        line-height: 1;
    }
}

h2 {
    font-size: 3rem;
    line-height: 1;
}

@media (min-width: 1024px) {
    h2 {
        font-size: 3.75rem;
        line-height: 1;
    }
}

h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

@media (min-width: 1024px) {
    h3 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

h4 {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

@media (min-width: 1024px) {
    h4 {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

.container {
    width: 100%;
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}

.prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-inline-start-width: 0.25rem;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
    font-weight: 900;
    color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
    font-weight: 800;
    color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-family: inherit;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[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-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *))::before {
    content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    width: 100%;
    table-layout: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
    border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: top;
}

.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    text-align: start;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
}

.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-kbd: #111827;
    --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
    --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-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --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(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
}

header,
  nav {
    display: flex;
    height: auto;
    width: 100%;
    align-items: center;
    justify-content: center;
    align-self: center;
}

.nav-logo-container {
    width: auto;
    min-width: 10rem;
    max-width: 10rem;
    flex-shrink: 0;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

.nav-logo-container:hover {
    --tw-translate-x: 0.5rem;
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    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));
}

.nav-logo-container:focus {
    --tw-translate-x: 0.5rem;
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    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));
}

@media not all and (min-width: 768px) {
    .nav-logo-container {
        flex-grow: 0;
    }
}

@media (min-width: 768px) {
    .nav-logo-container {
        max-width: 14rem;
    }
}

@media (min-width: 1024px) {
    .nav-logo-container {
        max-width: 15rem;
    }
}

/* menu container */

ul.menu_container {
    display: flex;
    width: 100vw;
}

@media (min-width: 1024px) {
    ul.menu_container {
        width: 100%;
    }
}

/* mobile menu wrapper */

.menu_mobile {
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: column;
    justify-content: flex-end;
    row-gap: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
    padding: 1rem;
    --tw-text-opacity: 1;
    color: rgb(68 64 60 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
    .menu_mobile {
        justify-content: flex-start;
        row-gap: 1.5rem;
        padding: 1.5rem;
    }
}

.menu_mobile {

    > li.menu-item {
        position: relative;
    }

    > li.menu-item {
        display: block;
    }

    > li.menu-item {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    @media not all and (min-width: 1024px) {
        > li.menu-item {
            width: 100%;
        }
    }
  }

.menu_mobile > li.has-sub-menu > a {
    display: block;
    border-radius: 0.375rem;
    padding: 0.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700 !important;
}

.menu_mobile > li.has-sub-menu > a:hover {
    background-color: rgb(41 37 36 / 0.1);
}

.menu_mobile > li.has-sub-menu > a:focus {
    background-color: rgb(41 37 36 / 0.1);
}

.menu_mobile ul.sub-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1rem;
    padding: 0.5rem;
    padding-left: 1.5rem;
    padding-top: 0px;

    > li.menu-item > a:hover {
        font-weight: 700;
    }

    > li.menu-item > a:focus {
        font-weight: 700;
    }
}

.menu_mobile > li.menu-contact {
    position: relative;
    order: 9999;
    width: 50%;
    align-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    letter-spacing: 0.025em;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

@media not all and (min-width: 768px) {
    .menu_mobile > li.menu-contact {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .menu_mobile > li.menu-contact {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.menu_mobile > li.menu-contact {
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(201 61 52 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(201 61 52 / var(--tw-bg-opacity, 1));
    font-family: Tanker, sans-serif;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.menu_mobile > li.menu-contact:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(201 61 52 / var(--tw-text-opacity, 1));
    --tw-shadow-color: #430F0B;
    --tw-shadow: var(--tw-shadow-colored);
}

.menu_mobile > li.menu-contact:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(201 61 52 / var(--tw-text-opacity, 1));
    --tw-shadow-color: #430F0B;
    --tw-shadow: var(--tw-shadow-colored);
}

.menu_mobile > li.menu-contact {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
}

@media (min-width: 768px) {
    .menu_mobile > li.menu-contact {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

.menu_mobile > li.menu-contact:hover {
    border-width: 2px;
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.menu_mobile > li.menu-contact:focus {
    border-width: 2px;
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

@media (min-width: 768px) {

  .menu_mobile > li.menu-contact {
        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));
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 300ms;
        transition-timing-function: cubic-bezier(.23, 1, .32, 1);
        will-change: transform;
    }

  .menu_mobile > li.menu-contact:hover {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
        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));
    }

  .menu_mobile > li.menu-contact:focus {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
        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));
    }

  @media (min-width: 768px) {
        .menu_mobile > li.menu-contact:hover {
            --tw-scale-x: 1.1;
            --tw-scale-y: 1.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));
        }
        .menu_mobile > li.menu-contact:focus {
            --tw-scale-x: 1.1;
            --tw-scale-y: 1.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));
        }
    }
}

.menu_mobile > li.menu-contact {

    &::after {
        position: relative;
    }

    &::after {
        margin-left: 0.5rem;
    }

    &::after {
        display: block;
    }

    &::after {
        width: 2rem;
        height: 2rem;
    }

    &::after {
        background-image: url('https://api.iconify.design/line-md:phone-call-twotone-loop.svg?color=%23ffffff') !important;
    }

    &::after {
        background-size: contain;
    }

    &::after {
        background-repeat: no-repeat;
    }

    &::after {
        --tw-content: '';
        content: var(--tw-content);
    }

    &:hover::after {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.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));
    }

    &:hover::after {
        background-image: url('https://api.iconify.design/line-md:phone-call-twotone.svg?color=%23c93d34') !important;
    }

    &:focus::after {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.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));
    }

    &:focus::after {
        background-image: url('https://api.iconify.design/line-md:phone-call-twotone.svg?color=%23c93d34') !important;
    }
  }

/* desktop menu wrapper */

.menu_desktop {
    justify-content: flex-start;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
}

.menu_desktop > li.has-sub-menu {
    /* for the top menu item */
    display: flex;
    min-width: 10rem;
    justify-content: center !important;
    border-width: 1px;
    border-color: rgb(120 113 108 / 0.3);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
  }

.menu_desktop > li.has-sub-menu:hover {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.menu_desktop > li.has-sub-menu:focus {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1280px) {
    .menu_desktop > li.has-sub-menu {
        min-width: 11rem;
    }
}

.menu_desktop > li.has-sub-menu {
    > a {
        z-index: 10;
    }
    > a {
        margin-left: -1rem;
    }
    > a {
        display: flex;
    }
    > a {
        width: 100%;
    }
    > a {
        align-items: center;
    }
    > a {
        font-weight: 700;
    }
    > a:hover {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
        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));
    }
    > a:hover {
        --tw-text-opacity: 1;
        color: rgb(115 31 26 / var(--tw-text-opacity, 1));
    }
    > a:focus {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
        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));
    }
    > a:focus {
        --tw-text-opacity: 1;
        color: rgb(115 31 26 / var(--tw-text-opacity, 1));
    }
    @media not all and (min-width: 1024px) {
        > a {
            text-decoration-line: underline;
        }
    }
    @media not all and (min-width: 1024px) {
        > a {
            text-decoration-color: transparent;
        }
    }
    @media not all and (min-width: 1024px) {
        > a:hover {
            text-decoration-color: #A63129;
        }
    }
    @media not all and (min-width: 1024px) {
        > a:hover {
            outline-offset: 2px;
        }
    }
    @media not all and (min-width: 1024px) {
        > a:focus {
            text-decoration-color: #A63129;
        }
    }
    @media not all and (min-width: 1024px) {
        > a:focus {
            text-decoration-color: #A63129;
        }
    }
    @media not all and (min-width: 1024px) {
        > a:focus {
            outline-offset: 2px;
        }
    }
    @media not all and (min-width: 1024px) {
        > a:focus {
            outline-offset: 2px;
        }
    }
  }

.menu_desktop li.has-sub-menu {
    position: relative;
    z-index: 20;
    display: flex;
    justify-content: space-between;
    text-wrap: nowrap;
    padding: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(87 83 78 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
    .menu_desktop li.has-sub-menu {
        padding: 0.5rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

.menu_desktop li.has-sub-menu {

    &::before {
        position: absolute;
    }

    &::before {
        left: 0px;
    }

    &::before {
        height: 100%;
    }

    &::before {
        width: 110%;
    }

    &::before {
        background-color: transparent;
    }

    &::before {
        --tw-content: '';
        content: var(--tw-content);
    }

    > a {
        position: relative;
    }

    > a {
        width: -moz-fit-content;
        width: fit-content;
    }

    > a {

      &::after {
            position: absolute;
        }

      &::after {
            left: 100%;
        }

      &::after {
            top: 0.40rem;
        }

      &::after {
            margin-left: 0.5rem;
        }

      &::after {
            display: block;
        }

      &::after {
            width: 1rem;
            height: 1rem;
        }

      &::after {
            background-image: url('https://api.iconify.design/tabler:caret-down-filled.svg?color=%2378716c');
        }

      &::after {
            background-size: contain;
        }

      &::after {
            background-repeat: no-repeat;
        }

      &:hover::after {
            background-image: url('https://api.iconify.design/tabler:caret-down-filled.svg?color=%23A63129');
        }

      &:focus::after {
            background-image: url('https://api.iconify.design/tabler:caret-down-filled.svg?color=%23A63129');
        }

      @media (min-width: 1024px) {
            &::after {
                --tw-content: '';
                content: var(--tw-content);
            }
        }
    }
  }

.menu_desktop .sub-menu {
    display: none;
    min-width: 14rem;
    row-gap: 0.5rem;
    padding: 0.5rem;

    > li.menu-item:not(.has-sub-menu) {
        position: relative;
    }

    > li.menu-item:not(.has-sub-menu) {
        display: flex;
    }

    > li.menu-item:not(.has-sub-menu) {
        white-space: normal;
    }

    > li.menu-item:not(.has-sub-menu) {
        border-width: 1px;
    }

    > li.menu-item:not(.has-sub-menu) {
        border-color: rgb(120 113 108 / 0.3);
    }

    > li.menu-item:not(.has-sub-menu) {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }

    > li.menu-item:not(.has-sub-menu) {
        font-weight: 600;
    }

    > li.menu-item:not(.has-sub-menu) {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    > li.menu-item:not(.has-sub-menu) {
        transition-duration: 75ms;
    }

    > li.menu-item:not(.has-sub-menu) {
        transition-timing-function: linear;
    }

    > li.menu-item:not(.has-sub-menu):hover {
        font-weight: 700;
    }

    > li.menu-item:not(.has-sub-menu):hover {
        --tw-text-opacity: 1;
        color: rgb(166 49 41 / var(--tw-text-opacity, 1));
    }

    > li.menu-item:not(.has-sub-menu):focus {
        font-weight: 700;
    }

    > li.menu-item:not(.has-sub-menu):focus {
        --tw-text-opacity: 1;
        color: rgb(166 49 41 / var(--tw-text-opacity, 1));
    }

    @media (min-width: 1024px) {
        > li.menu-item:not(.has-sub-menu):hover {
            --tw-bg-opacity: 1;
            background-color: rgb(115 31 26 / var(--tw-bg-opacity, 1));
        }
    }

    @media (min-width: 1024px) {
        > li.menu-item:not(.has-sub-menu):hover {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity, 1));
        }
    }

    @media (min-width: 1024px) {
        > li.menu-item:not(.has-sub-menu):focus {
            --tw-bg-opacity: 1;
            background-color: rgb(115 31 26 / var(--tw-bg-opacity, 1));
        }
    }

    @media (min-width: 1024px) {
        > li.menu-item:not(.has-sub-menu):focus {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity, 1));
        }
    }

    > li.menu-item:not(.has-sub-menu) {

      > a {
            display: block;
        }

      > a {
            width: 100%;
        }

      @media (min-width: 1024px) {
            > a {
                padding: 0.75rem;
            }
        }

      @media (min-width: 1024px) {
            > a {
                padding-left: 1.5rem;
            }
        }
    }
}

.menu_desktop li.has-sub-menu:hover > .sub-menu {
    left: 0px;
    top: 2rem;
    z-index: 10;
    margin-top: 1rem;
    display: flex;
    width: 100%;
    flex-direction: column;
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: #44403c;
    --tw-shadow: var(--tw-shadow-colored);
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: linear;
}

.menu_desktop li.has-sub-menu:hover > .sub-menu:hover {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: #292524;
    --tw-shadow: var(--tw-shadow-colored);
}

.menu_desktop li.has-sub-menu:hover > .sub-menu:focus {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: #292524;
    --tw-shadow: var(--tw-shadow-colored);
}

.menu_desktop li.has-sub-menu:hover > .sub-menu:hover {
    --tw-shadow-color: #292524;
    --tw-shadow: var(--tw-shadow-colored);
}

.menu_desktop li.has-sub-menu:hover > .sub-menu:focus {
    --tw-shadow-color: #292524;
    --tw-shadow: var(--tw-shadow-colored);
}

@media (min-width: 1024px) {
    .menu_desktop li.has-sub-menu:hover > .sub-menu {
        position: absolute;
        --tw-border-opacity: 1;
        border-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }
}

.menu_desktop .has-sub-menu:hover {
    .sub-menu {
        top: -1rem;
    }
    .sub-menu {
        left: 100%;
    }
    .sub-menu {
        z-index: -10;
    }
    .sub-menu {
        --tw-text-opacity: 1;
        color: rgb(87 83 78 / var(--tw-text-opacity, 1));
    }
  }

.menu_desktop > li.has-sub-menu:hover ~ .sub-menu {
    left: 0px;
    top: 2.5rem;
    z-index: 10;
    margin-top: 1rem;
    display: flex;
    width: 100%;
    flex-direction: column;
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: #44403c;
    --tw-shadow: var(--tw-shadow-colored);
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: linear;
}

.menu_desktop > li.has-sub-menu:hover ~ .sub-menu:hover {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: #292524;
    --tw-shadow: var(--tw-shadow-colored);
}

.menu_desktop > li.has-sub-menu:hover ~ .sub-menu:focus {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: #292524;
    --tw-shadow: var(--tw-shadow-colored);
}

.menu_desktop > li.has-sub-menu:hover ~ .sub-menu:hover {
    --tw-shadow-color: #292524;
    --tw-shadow: var(--tw-shadow-colored);
}

.menu_desktop > li.has-sub-menu:hover ~ .sub-menu:focus {
    --tw-shadow-color: #292524;
    --tw-shadow: var(--tw-shadow-colored);
}

@media (min-width: 1024px) {
    .menu_desktop > li.has-sub-menu:hover ~ .sub-menu {
        position: absolute;
        --tw-bg-opacity: 1;
        background-color: rgb(214 211 209 / var(--tw-bg-opacity, 1));
    }
}

.menu_desktop > li.menu-contact {
    display: none;
}

.is-form-style input.is-search-input {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
}

#is-ajax-search-result-397.is-ajax-search-result {
    --tw-bg-opacity: 1;
    background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
    padding: 0.25rem;
}

@media (min-width: 1024px) {
    #is-ajax-search-result-397.is-ajax-search-result {
        top: 145px !important;
    }
}

.is-search-sections {
    display: flex;
    align-items: center;
}

.is-ajax-search-post {
    padding: 0.5rem !important;

    .right-section {
        width: 100%;
    }

    .right-section {
      height: -webkit-fill-available;

      .is-title {
            width: 100%;
            height: 100%;
        }

      .is-title {
        a {
                display: flex;
            }
        a {
                width: 100%;
                height: 100%;
            }
        a {
                align-items: center;
            }
      }
    }
}

.is-show-more-results {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(43 46 131 / var(--tw-bg-opacity, 1)) !important;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
}

.is-show-more-results:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(36 39 109 / var(--tw-bg-opacity, 1)) !important;
}

.is-show-more-results:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(36 39 109 / var(--tw-bg-opacity, 1)) !important;
}

.is-show-more-results {

    * {
        font-family: Tanker, sans-serif;
    }

    * {
        font-size: 1.125rem !important;
        line-height: 1.75rem !important;
    }

    * {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
  }

#cf-app .cf-table__top .dataTables_filter {
    flex-grow: 1;

    label {
        width: 100% !important;
    }

    input {
        width: 100% !important;
    }

    input {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
    }

    input {
        font-size: 1.125rem !important;
        line-height: 1.75rem !important;
    }

    input {
        --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
        --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    }
}

#cf-app .btn-download {
    flex-direction: row-reverse !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    letter-spacing: 0.025em;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

@media not all and (min-width: 768px) {
    #cf-app .btn-download {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    #cf-app .btn-download {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

#cf-app .btn-download {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

@media (min-width: 768px) {
    #cf-app .btn-download {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

#cf-app .btn-download:hover {
    font-weight: 700 !important;
}

#cf-app .btn-download:focus {
    font-weight: 700 !important;
}

/* thead > tr{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: unset;
  } */

dtr-control:before {
    all: unset !important;
  }

#cf-app table.cf-table.collapsed .cf-icon {
    margin-left: 0px !important;
}

table#catf-dg-table-0 {
    border-collapse: separate;
    border-spacing: 0 1rem;
    /* horizontal vertical */
  }

.dtr-hidden {
    all: unset !important;
  }

#cf-app table.cf-table.collapsed .dtr-control::before {
    display: none !important;
}

td.sorting_1.dtr-hidden {
    margin-bottom: 1.5rem !important;
}

.trust-card {
    position: relative;
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
    flex: 1 1 0%;
    flex-direction: column;
    row-gap: 0.5rem;
    border-radius: 0.375rem;
    border-width: 1px;
    border-left-width: 8px;
    --tw-border-opacity: 1;
    border-color: rgb(43 46 131 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 1rem;
    --tw-shadow-color: #57534e;
    --tw-shadow: var(--tw-shadow-colored);
}

.trust-card:hover {
    --tw-border-opacity: 1;
    border-color: rgb(166 49 41 / var(--tw-border-opacity, 1));
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: rgb(41 37 36 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

.trust-card:focus {
    --tw-border-opacity: 1;
    border-color: rgb(166 49 41 / var(--tw-border-opacity, 1));
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: rgb(41 37 36 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

@media (min-width: 768px) {
    .trust-card {
        align-items: center;
    }
}

@media (min-width: 1024px) {
    .trust-card {
        width: 20rem;
        row-gap: 1rem;
    }
}

.document-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-items: center;
    border-radius: 0.375rem;
    border-width: 1px;
    border-left-width: 8px;
    border-left-color: rgb(30 58 120 / 0.5);
    background-color: rgb(224 230 245 / 0.1);
    padding: 1rem;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.document-card:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(30 58 120 / var(--tw-border-opacity, 1));
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: rgb(120 113 108 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

.document-card:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(30 58 120 / var(--tw-border-opacity, 1));
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: rgb(120 113 108 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

@media not all and (min-width: 768px) {
    .document-card {
        min-height: 18rem;
    }
}

@media (min-width: 768px) {
    .document-card {
        max-width: 22rem;
    }
}

@media (min-width: 1024px) {
    .document-card {
        padding: 1.5rem;
    }
}

@media (min-width: 1280px) {
    .document-card {
        min-height: 20rem;
    }
}

#search-documents {
    input {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .search-type {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
  }

.audience-card {
    position: relative;
    display: flex;
    width: 100%;
    min-width: 16rem;
    scroll-snap-align: center;
    flex-direction: column;
    row-gap: 0.5rem;
    overflow: hidden;
    border-radius: 0.375rem;
    border-width: 1px;
    border-color: rgb(128 153 209 / 0.5);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    background-size: 50%;
    background-position: 90% 90%;
    background-repeat: no-repeat;
    padding: 1rem;
}

.audience-card:hover {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: rgb(68 64 60 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

.audience-card:focus {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: rgb(68 64 60 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

@media (min-width: 1024px) {
    .audience-card {
        height: 100%;
        min-width: 18rem;
        padding: 1.5rem;
    }
}

.contact-form {
    grid-column: span 3 / span 3;
    grid-column-start: 2;
}

.contact-form > * {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

@media not all and (min-width: 1024px) {
    .contact-form {
        grid-column: 1 / -1;
    }
}

.contact-form {

    form:has(.forminator-response-message.forminator-show.forminator-success) {
        grid-column: 1 / -1;
    }

    form:has(.forminator-response-message.forminator-show.forminator-success) {
        grid-row: 1 / -1;
    }

    form:has(.forminator-response-message.forminator-show.forminator-success) {
        display: flex;
    }

    form:has(.forminator-response-message.forminator-show.forminator-success) {
        width: 100%;
        height: 100%;
    }

    .forminator-response-message.forminator-show.forminator-success {
        display: flex !important;
    }

    .forminator-response-message.forminator-show.forminator-success {
        flex-direction: column !important;
    }

    .forminator-response-message.forminator-show.forminator-success {
        align-items: center;
    }

    .forminator-response-message.forminator-show.forminator-success {
        border-style: none !important;
    }

    .forminator-response-message.forminator-show.forminator-success {
        background-color: transparent !important;
    }

    .forminator-response-message.forminator-show.forminator-success {
        background-position: center;
    }

    .forminator-response-message.forminator-show.forminator-success {
        background-repeat: no-repeat;
    }

    .forminator-response-message.forminator-show.forminator-success {
        --tw-shadow: 0 0 #0000 !important;
        --tw-shadow-colored: 0 0 #0000 !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    }

  .forminator-response-message.forminator-show.forminator-success {
        --tw-backdrop-blur: blur(4px);
        backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    }

  .forminator-response-message.forminator-show.forminator-success {
    background-image:
      url("assets/images/front-page/logo-bg.png"), url("assets/images/front-page/paper.png");
    background-repeat: no-repeat;
    background-size: auto, cover;
    background-position: center;
  }

    @media (min-width: 1024px) {
        .forminator-response-message.forminator-show.forminator-success {
            padding-top: 8rem !important;
        }
    }

    .forminator-response-message.forminator-show.forminator-success {

      h3 {
            text-align: center;
        }

      h3 {
            font-family: Tanker, sans-serif;
        }

      h3 {
            font-size: 3rem !important;
            line-height: 1 !important;
        }

      h3 {
            --tw-text-opacity: 1;
            color: rgb(99 106 211 / var(--tw-text-opacity, 1));
        }

      p {
            display: block;
        }

      p {
            text-align: center !important;
        }

      p {
            font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        }

      p {
            font-size: 1.25rem !important;
            line-height: 1.75rem !important;
        }

      @media (min-width: 1024px) {
            p {
                font-size: 1.5rem !important;
                line-height: 2rem !important;
            }
        }
    }
  }

@media not all and (min-width: 768px) {
    .page-title {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

.term-description {
    color: var(--tw-prose-body);
    max-width: 65ch;
}

.term-description :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

.term-description :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}

.term-description :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
}

.term-description :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
}

.term-description :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.term-description :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.term-description :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.term-description :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}

.term-description :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}

.term-description :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}

.term-description :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}

.term-description :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}

.term-description :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
}

.term-description :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
}

.term-description :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
}

.term-description :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
}

.term-description :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
}

.term-description :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}

.term-description :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters);
}

.term-description :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
}

.term-description :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
}

.term-description :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
}

.term-description :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-inline-start-width: 0.25rem;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
}

.term-description :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: open-quote;
}

.term-description :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: close-quote;
}

.term-description :where(h1):not(:where([class~="not-prose"],[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;
}

.term-description :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 900;
    color: inherit;
}

.term-description :where(h2):not(:where([class~="not-prose"],[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;
}

.term-description :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 800;
    color: inherit;
}

.term-description :where(h3):not(:where([class~="not-prose"],[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;
}

.term-description :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}

.term-description :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
}

.term-description :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}

.term-description :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}

.term-description :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
}

.term-description :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}

.term-description :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-family: inherit;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-inline-start: 0.375em;
}

.term-description :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
}

.term-description :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: "`";
}

.term-description :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: "`";
}

.term-description :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.term-description :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.term-description :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
}

.term-description :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
}

.term-description :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.term-description :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.term-description :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.term-description :where(pre):not(:where([class~="not-prose"],[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-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-inline-start: 1.1428571em;
}

.term-description :where(pre code):not(:where([class~="not-prose"],[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;
}

.term-description :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: none;
}

.term-description :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: none;
}

.term-description :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    width: 100%;
    table-layout: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
}

.term-description :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
}

.term-description :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}

.term-description :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
}

.term-description :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 0;
}

.term-description :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: baseline;
}

.term-description :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
}

.term-description :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: top;
}

.term-description :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    text-align: start;
}

.term-description :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}

.term-description :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
}

.term-description {
    --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-kbd: #111827;
    --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
    --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-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --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;
}

.term-description :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}

.term-description :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.term-description :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
}

.term-description :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
}

.term-description :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}

.term-description :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}

.term-description :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}

.term-description :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}

.term-description :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}

.term-description :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}

.term-description :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

.term-description :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
}

.term-description :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}

.term-description :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}

.term-description :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}

.term-description :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}

.term-description :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
}

.term-description :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
}

.term-description :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}

.term-description :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
}

.term-description :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
}

.term-description :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}

.term-description :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}

.term-description :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
}

.term-description {
    max-width: none;
}

.term-description :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    margin-top: 0px;
    margin-bottom: 0px;
}

@media not all and (min-width: 1024px) {
    .term-description {
        margin-left: auto;
        margin-right: auto;
    }
}

.wpc-filter-title {
    font-weight: 700;
}

.wpc-filters-section:has(.wpc-no-filter-terms) {
    display: none;
  }

h2.woocommerce-loop-product__title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}

input.wpc-search-field {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
    padding-left: 2.5rem !important;
}

.tax-product_cat .wpc-filter-product_cat {
    /* hidden on category page cause redundant */
    display: none;
  }

.woocommerce-result-count {
    height: -moz-fit-content;
    height: fit-content;
    text-wrap: nowrap;
    font-weight: 600;
}

.woocommerce-ordering {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media not all and (min-width: 1024px) {
    .woocommerce-ordering {
        width: 100%;
    }
}

.woocommerce-ordering {

    select {
        padding: 0.25rem;
    }

    select {
        font-weight: 600;
    }

  select {
        border-radius: 0.375rem;
    }

  select {
        border-width: 2px;
    }

  select {
        --tw-border-opacity: 1;
        border-color: rgb(99 106 211 / var(--tw-border-opacity, 1));
    }

  select:focus {
        border-width: 4px;
    }

    @media not all and (min-width: 640px) {
        select {
            width: 100%;
        }
    }
  }

.shop-filters {
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 0.375rem;
    background-color: rgb(68 64 60 / 0.05);
    padding: 1.5rem;
    .wpc-filter-chip > a {
        border-width: 2px !important;
    }
    .wpc-filter-chip > a {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }
    .wpc-filter-chip > a {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    }
    .wpc-filter-chip > a:hover {
        font-weight: 600 !important;
    }
    .wpc-filter-chip > a:focus {
        font-weight: 600 !important;
    }
    /* .widget-title {
      @apply font-mono;
    } */
    @media (min-width: 1024px) {
        .wpc-search-field-wrapper {
            width: 100%;
        }
    }
    .wpc-open-close-filters-button {
        margin-bottom: 0px;
    }
    .wpc-open-close-filters-button {
        display: flex;
    }
    .wpc-open-close-filters-button {
        width: 100%;
    }
    .wpc-open-close-filters-button {

      &.wpc-opened {
            margin-bottom: 1rem;
        }

      span.wpc-button-inner {
            display: flex;
        }

      span.wpc-button-inner {
            align-items: center;
        }

      span.wpc-button-inner {
            justify-content: center;
        }
    }
    .wpc-custom-selected-terms ul {
        display: flex;
    }
    .wpc-custom-selected-terms ul {
        width: 100%;
    }
    .wpc-custom-selected-terms ul {
        flex-wrap: wrap;
    }
}

.woocommerce div.product div.summary {
    display: flex;
    flex-direction: column;
}

.woocommerce-tabs ul.tabs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-radius: 0.375rem;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
    padding-left: 0px;
}

@media not all and (min-width: 640px) {
    .woocommerce-tabs ul.tabs {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

@media (min-width: 640px) {
    .woocommerce-tabs ul.tabs {
        -moz-column-gap: 0.5rem;
             column-gap: 0.5rem;
    }
}

.woocommerce-tabs ul.tabs li {
    margin-bottom: -1px;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    border-width: 1px;
    border-color: rgb(212 212 216 / 0.5);
    --tw-bg-opacity: 1;
    background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(87 83 78 / var(--tw-text-opacity, 1));
}

.woocommerce-tabs ul.tabs li:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(214 211 209 / var(--tw-bg-opacity, 1));
    background-color: rgb(212 212 216 / 0.5);
    --tw-text-opacity: 1;
    color: rgb(28 25 23 / var(--tw-text-opacity, 1));
}

.woocommerce-tabs ul.tabs li:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(214 211 209 / var(--tw-bg-opacity, 1));
    background-color: rgb(212 212 216 / 0.5);
    --tw-text-opacity: 1;
    color: rgb(28 25 23 / var(--tw-text-opacity, 1));
}

.woocommerce-tabs ul.tabs li {

    &.active {
        --tw-border-opacity: 1;
        border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    }

    &.active {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }

    &.active {
        font-weight: 700;
    }

    &.active {
        --tw-text-opacity: 1;
        color: rgb(68 64 60 / var(--tw-text-opacity, 1));
    }
  }

.product-description {
    color: var(--tw-prose-body);
    max-width: 65ch;
}

.product-description :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

.product-description :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}

.product-description :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
}

.product-description :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
}

.product-description :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.product-description :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.product-description :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.product-description :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}

.product-description :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}

.product-description :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}

.product-description :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}

.product-description :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}

.product-description :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
}

.product-description :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
}

.product-description :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
}

.product-description :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
}

.product-description :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
}

.product-description :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}

.product-description :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters);
}

.product-description :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
}

.product-description :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
}

.product-description :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
}

.product-description :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-inline-start-width: 0.25rem;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
}

.product-description :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: open-quote;
}

.product-description :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: close-quote;
}

.product-description :where(h1):not(:where([class~="not-prose"],[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;
}

.product-description :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 900;
    color: inherit;
}

.product-description :where(h2):not(:where([class~="not-prose"],[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;
}

.product-description :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 800;
    color: inherit;
}

.product-description :where(h3):not(:where([class~="not-prose"],[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;
}

.product-description :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}

.product-description :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
}

.product-description :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}

.product-description :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}

.product-description :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
}

.product-description :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}

.product-description :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-family: inherit;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-inline-start: 0.375em;
}

.product-description :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
}

.product-description :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: "`";
}

.product-description :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: "`";
}

.product-description :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.product-description :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.product-description :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
}

.product-description :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
}

.product-description :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.product-description :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.product-description :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.product-description :where(pre):not(:where([class~="not-prose"],[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-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-inline-start: 1.1428571em;
}

.product-description :where(pre code):not(:where([class~="not-prose"],[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;
}

.product-description :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: none;
}

.product-description :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: none;
}

.product-description :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    width: 100%;
    table-layout: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
}

.product-description :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
}

.product-description :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}

.product-description :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
}

.product-description :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 0;
}

.product-description :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: baseline;
}

.product-description :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
}

.product-description :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: top;
}

.product-description :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    text-align: start;
}

.product-description :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}

.product-description :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
}

.product-description {
    --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-kbd: #111827;
    --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
    --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-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --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;
}

.product-description :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}

.product-description :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.product-description :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
}

.product-description :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
}

.product-description :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}

.product-description :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}

.product-description :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}

.product-description :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}

.product-description :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}

.product-description :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}

.product-description :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

.product-description :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
}

.product-description :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}

.product-description :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}

.product-description :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}

.product-description :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}

.product-description :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
}

.product-description :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
}

.product-description :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}

.product-description :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
}

.product-description :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
}

.product-description :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}

.product-description :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}

.product-description :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
}

.product-description {
    width: 100%;
    max-width: none;
    overflow-wrap: break-word;
}

.summary-standout {
    position: relative;
    min-height: 11rem;
    border-radius: 0.375rem;
    padding: 1rem;
}

@media (min-width: 768px) {
    .summary-standout {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.woocommerce-Tabs-panel {
    min-height: 9rem;
    border-radius: 0.375rem;
    border-top-left-radius: 0px;
    border-width: 1px;
    border-top-width: 0px;
    border-color: rgb(212 212 216 / 0.5);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 1.5rem;
}

@media (min-width: 1024px) {
    .woocommerce-Tabs-panel {
        min-height: 13rem;
    }
}

section.related > ul.products,
  section.up-sells > ul.products,
  section.search-product-results > ul.products {
    > .product {
        padding: 1rem;
    }

> .product {
        border-radius: 0.375rem;
    }

> .product {
        border-width: 1px;
    }

> .product {
        border-color: rgb(229 231 235 / 0.5);
    }

> .product {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }

> .product {
        padding: 1rem;
    }

> .product {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

> .product {
        transition-timing-function: linear;
    }

> .product:hover {
        --tw-border-opacity: 1;
        border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
    }

> .product:hover {
        --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
        --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

> .product:focus {
        --tw-border-opacity: 1;
        border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
    }

> .product:focus {
        --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
        --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

@media not all and (min-width: 768px) {
        > .product {
            width: 83.333333%;
        }
    }

@media (min-width: 1024px) {
        > .product:hover {
            --tw-scale-x: 1.05;
            --tw-scale-y: 1.05;
            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));
        }
    }

@media (min-width: 1024px) {
        > .product:focus {
            --tw-scale-x: 1.05;
            --tw-scale-y: 1.05;
            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));
        }
    }
    @media (min-width: 768px) {
        > .product {
            width: 11rem;
        }
    }
    @media (min-width: 1024px) {
        > .product {
            width: 14rem;
        }
    }

    h2.woocommerce-loop-product__title {
      /* based on h3 */
    }

    h2.woocommerce-loop-product__title {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    h2.woocommerce-loop-product__title:hover {
        font-weight: 600;
    }

    h2.woocommerce-loop-product__title:focus {
        font-weight: 600;
    }
  }

section.up-sells > ul.products > .product {
    border-width: 1px;
    border-color: rgb(141 146 223 / 0.7);
}

@media (min-width: 768px) {
    section.up-sells > ul.products > .product {
        width: 15rem;
    }
}

.product-tab-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
}

@media not all and (min-width: 768px) {
    .product-tab-grid {
        grid-auto-flow: row;
    }
}

@media (min-width: 1024px) {
    .product-tab-grid {
        grid-auto-flow: column;
    }
}

.product-testing-container,
  .product-packaging-container {
    row-gap: 1rem;
}

@media (min-width: 1024px) {
    .product-testing-container,
  .product-packaging-container {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.product-specs-container {
    display: grid;
    gap: 1rem;
}

@media (min-width: 1024px) {
    .product-specs-container {
        grid-auto-flow: column;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.spec-table {
    width: 100% !important;
    table-layout: auto;
    border-collapse: separate;
    --tw-border-spacing-y: 0.25rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.spec-table > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
    border-style: solid;
    border-color: rgb(214 211 209 / 0.5);
}

.spec-table {
    border-radius: 0.375rem;
    border-width: 1px;
    border-color: rgb(214 211 209 / 0.5);
}

@media (min-width: 768px) {
    .spec-table {
        width: 75%;
    }
}

.spec-row {
    vertical-align: middle;

    > th {
        width: 50%;
    }

    > th {
        min-width: -moz-fit-content;
        min-width: fit-content;
    }

    > th {
        --tw-bg-opacity: 1;
        background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1));
    }

    > th {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    > th {
        text-align: left;
    }

    @media (min-width: 768px) {
        > th {
            width: 25%;
        }
    }

    @media (min-width: 768px) {
        > th {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }
    }

    > td {
        overflow-wrap: break-word;
    }

    > td {
        border-left-color: transparent;
        border-right-color: transparent;
    }

    > td {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    > td {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    > td {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    }

    > td {
        --tw-text-opacity: 1;
        color: rgb(68 64 60 / var(--tw-text-opacity, 1));
    }
}

.spec-col {
    text-align: center;
    > th {
        --tw-bg-opacity: 1;
        background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1));
    }
    > th {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    > th {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    > th {
        vertical-align: middle;
    }
}

.woocommerce-breadcrumb {
    order: -9999;
    display: flex;
    justify-content: flex-start;
    --tw-text-opacity: 1;
    color: rgb(68 64 60 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 768px) {
    .woocommerce-breadcrumb {
        flex-wrap: wrap;
    }
}

.woocommerce-breadcrumb {

    a {
        font-weight: 700;
    }

    a {
        --tw-text-opacity: 1 !important;
        color: rgb(99 106 211 / var(--tw-text-opacity, 1)) !important;
    }

    a {
        text-decoration-line: underline !important;
    }
  }

li.product {
    a.button {
        width: 100%;
    }
    a.button {
        text-align: center;
    }
  }

.woopspro-product-slider .slick-track {
    margin: 0px;
    display: grid;
    grid-auto-flow: column dense;
    align-items: flex-start;
}

@media (min-width: 768px) {
    .woopspro-product-slider .slick-track {
        grid-template-columns: repeat(auto-fill,minmax(300px,300px));
    }
}

.slick-slide {
    width: 16rem !important;
    border-radius: 0.375rem;
    border-width: 1px;
    border-color: rgb(229 231 235 / 0.5);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 1rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: linear;
}

.slick-slide:hover {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.slick-slide:focus {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media not all and (min-width: 768px) {
    .slick-slide {
        width: 83.333333%;
    }
}

@media (min-width: 1024px) {
    .slick-slide:hover {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
        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));
    }
    .slick-slide:focus {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
        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));
    }
}

.slick-slide {

    li.product-type-simple {
        display: flex !important;
    }

    li.product-type-simple {
        flex-direction: column;
    }

    li.product-type-simple {
        justify-content: center;
    }

    li.product-type-simple {
        row-gap: 1rem !important;
    }

    li.product a.button.product-listing-cta {
        width: 100%;
    }
  }

ul.slick-slider,
  .slick-track {
    &::after,
    &::before {
        --tw-content: none;
        content: var(--tw-content);
    }
  }

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

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.sticky {
    position: sticky;
}

.inset-0 {
    inset: 0px;
}

.-top-1 {
    top: -0.25rem;
}

.-top-4 {
    top: -1rem;
}

.bottom-0 {
    bottom: 0px;
}

.bottom-5 {
    bottom: 1.25rem;
}

.bottom-\[50\%\] {
    bottom: 50%;
}

.left-0 {
    left: 0px;
}

.left-\[100\%\] {
    left: 100%;
}

.left-full {
    left: 100%;
}

.right-0 {
    right: 0px;
}

.right-4 {
    right: 1rem;
}

.right-5 {
    right: 1.25rem;
}

.right-6 {
    right: 1.5rem;
}

.right-\[-35\%\] {
    right: -35%;
}

.top-0 {
    top: 0px;
}

.top-1 {
    top: 0.25rem;
}

.top-10 {
    top: 2.5rem;
}

.top-48 {
    top: 12rem;
}

.top-8 {
    top: 2rem;
}

.top-\[-40\%\] {
    top: -40%;
}

.top-\[0\.40rem\] {
    top: 0.40rem;
}

.top-full {
    top: 100%;
}

.-z-10 {
    z-index: -10;
}

.-z-20 {
    z-index: -20;
}

.-z-\[10\] {
    z-index: -10;
}

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

.z-10 {
    z-index: 10;
}

.z-20 {
    z-index: 20;
}

.z-30 {
    z-index: 30;
}

.z-\[2\] {
    z-index: 2;
}

.order-first {
    order: -9999;
}

.order-last {
    order: 9999;
}

.\!col-span-full {
    grid-column: 1 / -1 !important;
}

.col-span-1 {
    grid-column: span 1 / span 1;
}

.col-span-3 {
    grid-column: span 3 / span 3;
}

.col-span-4 {
    grid-column: span 4 / span 4;
}

.col-span-full {
    grid-column: 1 / -1;
}

.col-start-1 {
    grid-column-start: 1;
}

.col-start-2 {
    grid-column-start: 2;
}

.row-span-2 {
    grid-row: span 2 / span 2;
}

.row-span-full {
    grid-row: 1 / -1;
}

.row-start-\[-1\] {
    grid-row-start: -1;
}

.m-0 {
    margin: 0px;
}

.m-auto {
    margin: auto;
}

.\!mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.\!mt-0 {
    margin-top: 0px !important;
}

.-mb-px {
    margin-bottom: -1px;
}

.-ml-4 {
    margin-left: -1rem;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.ml-1 {
    margin-left: 0.25rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.ml-auto {
    margin-left: auto;
}

.mr-4 {
    margin-right: 1rem;
}

.mr-6 {
    margin-right: 1.5rem;
}

.mt-0 {
    margin-top: 0px;
}

.mt-10 {
    margin-top: 2.5rem;
}

.mt-4 {
    margin-top: 1rem;
}

.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 !important;
}

.inline {
    display: inline;
}

.\!flex {
    display: flex !important;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.table {
    display: table;
}

.grid {
    display: grid;
}

.\!hidden {
    display: none !important;
}

.hidden {
    display: none;
}

.\!aspect-square {
    aspect-ratio: 1 / 1 !important;
}

.\!size-3 {
    width: 0.75rem !important;
    height: 0.75rem !important;
}

.size-12 {
    width: 3rem;
    height: 3rem;
}

.size-32 {
    width: 8rem;
    height: 8rem;
}

.size-36 {
    width: 9rem;
    height: 9rem;
}

.size-4 {
    width: 1rem;
    height: 1rem;
}

.size-8 {
    width: 2rem;
    height: 2rem;
}

.size-fit {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.size-full {
    width: 100%;
    height: 100%;
}

.\!h-full {
    height: 100% !important;
}

.h-0 {
    height: 0px;
}

.h-1 {
    height: 0.25rem;
}

.h-10 {
    height: 2.5rem;
}

.h-20 {
    height: 5rem;
}

.h-24 {
    height: 6rem;
}

.h-32 {
    height: 8rem;
}

.h-40 {
    height: 10rem;
}

.h-5 {
    height: 1.25rem;
}

.h-auto {
    height: auto;
}

.h-fit {
    height: -moz-fit-content;
    height: fit-content;
}

.h-full {
    height: 100%;
}

.h-screen {
    height: 100vh;
}

.max-h-\[400px\] {
    max-height: 400px;
}

.min-h-20 {
    min-height: 5rem;
}

.min-h-36 {
    min-height: 9rem;
}

.min-h-44 {
    min-height: 11rem;
}

.min-h-72 {
    min-height: 18rem;
}

.min-h-\[504px\] {
    min-height: 504px;
}

.min-h-fit {
    min-height: -moz-fit-content;
    min-height: fit-content;
}

.min-h-screen {
    min-height: 100vh;
}

.\!w-1\/4 {
    width: 25% !important;
}

.\!w-full {
    width: 100% !important;
}

.w-1\/2 {
    width: 50%;
}

.w-1\/3 {
    width: 33.333333%;
}

.w-24 {
    width: 6rem;
}

.w-4\/6 {
    width: 66.666667%;
}

.w-5 {
    width: 1.25rem;
}

.w-5\/6 {
    width: 83.333333%;
}

.w-\[110\%\] {
    width: 110%;
}

.w-auto {
    width: auto;
}

.w-fit {
    width: -moz-fit-content;
    width: fit-content;
}

.w-full {
    width: 100%;
}

.w-screen {
    width: 100vw;
}

.min-w-0 {
    min-width: 0px;
}

.min-w-32 {
    min-width: 8rem;
}

.min-w-40 {
    min-width: 10rem;
}

.min-w-56 {
    min-width: 14rem;
}

.min-w-64 {
    min-width: 16rem;
}

.min-w-fit {
    min-width: -moz-fit-content;
    min-width: fit-content;
}

.min-w-full {
    min-width: 100%;
}

.max-w-32 {
    max-width: 8rem;
}

.max-w-40 {
    max-width: 10rem;
}

.max-w-7xl {
    max-width: 80rem;
}

.max-w-\[90dvw\] {
    max-width: 90dvw;
}

.max-w-full {
    max-width: 100%;
}

.max-w-none {
    max-width: none;
}

.flex-1 {
    flex: 1 1 0%;
}

.shrink-0 {
    flex-shrink: 0;
}

.grow {
    flex-grow: 1;
}

.table-auto {
    table-layout: auto;
}

.border-collapse {
    border-collapse: collapse;
}

.border-separate {
    border-collapse: separate;
}

.border-spacing-y-1 {
    --tw-border-spacing-y: 0.25rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.rotate-6 {
    --tw-rotate: 6deg;
    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-\[24deg\] {
    --tw-rotate: 24deg;
    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));
}

@keyframes fade-down {
    0% {
        opacity: 0;
        transform: translateY(-2rem);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-down {
    animation: fade-down var(--default-animation-duration, 1s) var(--default-animation-timing-function, ease) var(--default-animation-delay, 0s) both;
}

@keyframes flip-up {
    0% {
        transform: rotateX(90deg);
        transform-origin: bottom;
    }
    100% {
        transform: rotateX(0);
        transform-origin: bottom;
    }
}

.animate-flip-up {
    animation: flip-up var(--default-animation-duration, 1s) var(--default-animation-timing-function, ease) var(--default-animation-delay, 0s) both;
}

.cursor-pointer {
    cursor: pointer;
}

.snap-y {
    scroll-snap-type: y var(--tw-scroll-snap-strictness);
}

.snap-center {
    scroll-snap-align: center;
}

.scroll-mt-\[150px\] {
    scroll-margin-top: 150px;
}

.scroll-mt-\[300px\] {
    scroll-margin-top: 300px;
}

.scroll-mt-\[80px\] {
    scroll-margin-top: 80px;
}

.scroll-pt-52 {
    scroll-padding-top: 13rem;
}

.list-inside {
    list-style-position: inside;
}

.\!list-none {
    list-style-type: none !important;
}

.list-\[square\] {
    list-style-type: square;
}

.list-disc {
    list-style-type: disc;
}

.list-none {
    list-style-type: none;
}

.auto-cols-auto {
    grid-auto-columns: auto;
}

.auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
}

.grid-flow-row {
    grid-auto-flow: row;
}

.grid-flow-col {
    grid-auto-flow: column;
}

.grid-flow-col-dense {
    grid-auto-flow: column dense;
}

.auto-rows-auto {
    grid-auto-rows: auto;
}

.auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
}

.auto-rows-min {
    grid-auto-rows: min-content;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
}

.\!flex-row {
    flex-direction: row !important;
}

.flex-row {
    flex-direction: row;
}

.\!flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.\!flex-col {
    flex-direction: column !important;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.place-items-center {
    place-items: center;
}

.content-center {
    align-content: center;
}

.\!content-end {
    align-content: flex-end !important;
}

.content-baseline {
    align-content: baseline;
}

.items-start {
    align-items: flex-start;
}

.\!items-end {
    align-items: flex-end !important;
}

.items-center {
    align-items: center;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.\!justify-center {
    justify-content: center !important;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-evenly {
    justify-content: space-evenly;
}

.justify-items-center {
    justify-items: center;
}

.gap-10 {
    gap: 2.5rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
}

.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-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
}

.gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
}

.gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
}

.gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
}

.gap-y-1 {
    row-gap: 0.25rem;
}

.gap-y-12 {
    row-gap: 3rem;
}

.gap-y-16 {
    row-gap: 4rem;
}

.gap-y-2 {
    row-gap: 0.5rem;
}

.gap-y-3 {
    row-gap: 0.75rem;
}

.gap-y-4 {
    row-gap: 1rem;
}

.gap-y-6 {
    row-gap: 1.5rem;
}

.gap-y-8 {
    row-gap: 2rem;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

.divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
}

.divide-stone-300\/50 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(214 211 209 / 0.5);
}

.self-start {
    align-self: flex-start;
}

.self-end {
    align-self: flex-end;
}

.self-center {
    align-self: center;
}

.justify-self-start {
    justify-self: start;
}

.justify-self-end {
    justify-self: end;
}

.justify-self-center {
    justify-self: center;
}

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-clip {
    overflow: clip;
}

.overflow-scroll {
    overflow: scroll;
}

.overflow-x-auto {
    overflow-x: auto;
}

.overflow-y-auto {
    overflow-y: auto;
}

.scroll-smooth {
    scroll-behavior: smooth;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.whitespace-normal {
    white-space: normal;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.\!text-wrap {
    text-wrap: wrap !important;
}

.text-nowrap {
    text-wrap: nowrap;
}

.text-pretty {
    text-wrap: pretty;
}

.break-words {
    overflow-wrap: break-word;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-md {
    border-radius: 0.375rem;
}

.rounded-sm {
    border-radius: 0.125rem;
}

.rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

.rounded-tl-none {
    border-top-left-radius: 0px;
}

.\!border-2 {
    border-width: 2px !important;
}

.border {
    border-width: 1px;
}

.border-2 {
    border-width: 2px;
}

.border-\[1\.5px\] {
    border-width: 1.5px;
}

.border-x-0 {
    border-left-width: 0px;
    border-right-width: 0px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-l-8 {
    border-left-width: 8px;
}

.border-t-0 {
    border-top-width: 0px;
}

.\!border-none {
    border-style: none !important;
}

.border-none {
    border-style: none;
}

.border-brand-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgb(141 146 223 / var(--tw-border-opacity, 1));
}

.border-brand-indigo-300\/70 {
    border-color: rgb(141 146 223 / 0.7);
}

.border-brand-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgb(99 106 211 / var(--tw-border-opacity, 1));
}

.border-brand-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgb(43 46 131 / var(--tw-border-opacity, 1));
}

.border-brand-indigo-800\/50 {
    border-color: rgb(20 23 65 / 0.5);
}

.border-brand-navy-300\/50 {
    border-color: rgb(128 153 209 / 0.5);
}

.border-brand-navy-500\/50 {
    border-color: rgb(30 58 120 / 0.5);
}

.border-brand-navy\/20 {
    border-color: rgb(30 58 120 / 0.2);
}

.border-brand-red-600 {
    --tw-border-opacity: 1;
    border-color: rgb(201 61 52 / var(--tw-border-opacity, 1));
}

.border-gray-200\/50 {
    border-color: rgb(229 231 235 / 0.5);
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-stone-300\/50 {
    border-color: rgb(214 211 209 / 0.5);
}

.border-stone-500\/30 {
    border-color: rgb(120 113 108 / 0.3);
}

.border-stone-800\/10 {
    border-color: rgb(41 37 36 / 0.1);
}

.border-zinc-200 {
    --tw-border-opacity: 1;
    border-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}

.border-zinc-300\/50 {
    border-color: rgb(212 212 216 / 0.5);
}

.border-zinc-400\/50 {
    border-color: rgb(161 161 170 / 0.5);
}

.border-x-transparent {
    border-left-color: transparent;
    border-right-color: transparent;
}

.border-b-white {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-l-brand-navy-500\/50 {
    border-left-color: rgb(30 58 120 / 0.5);
}

.\!bg-brand-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(43 46 131 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-stone-700\/80 {
    background-color: rgb(68 64 60 / 0.8) !important;
}

.\!bg-transparent {
    background-color: transparent !important;
}

.\!bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.bg-\[\#38242ec1\] {
    background-color: #38242ec1;
}

.bg-amber-400\/15 {
    background-color: rgb(251 191 36 / 0.15);
}

.bg-brand-indigo-100\/30 {
    background-color: rgb(224 226 248 / 0.3);
}

.bg-brand-indigo-100\/50 {
    background-color: rgb(224 226 248 / 0.5);
}

.bg-brand-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(141 146 223 / var(--tw-bg-opacity, 1));
}

.bg-brand-indigo-300\/30 {
    background-color: rgb(141 146 223 / 0.3);
}

.bg-brand-indigo-400\/5 {
    background-color: rgb(99 106 211 / 0.05);
}

.bg-brand-navy-100\/10 {
    background-color: rgb(224 230 245 / 0.1);
}

.bg-brand-navy-100\/25 {
    background-color: rgb(224 230 245 / 0.25);
}

.bg-brand-navy-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(24 47 97 / var(--tw-bg-opacity, 1));
}

.bg-brand-red-100\/25 {
    background-color: rgb(249 223 223 / 0.25);
}

.bg-brand-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(201 61 52 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-neutral-100\/10 {
    background-color: rgb(245 245 245 / 0.1);
}

.bg-neutral-400\/50 {
    background-color: rgb(163 163 163 / 0.5);
}

.bg-stone-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1));
}

.bg-stone-100\/40 {
    background-color: rgb(245 245 244 / 0.4);
}

.bg-stone-100\/50 {
    background-color: rgb(245 245 244 / 0.5);
}

.bg-stone-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
}

.bg-stone-200\/50 {
    background-color: rgb(231 229 228 / 0.5);
}

.bg-stone-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(214 211 209 / var(--tw-bg-opacity, 1));
}

.bg-stone-300\/20 {
    background-color: rgb(214 211 209 / 0.2);
}

.bg-stone-300\/30 {
    background-color: rgb(214 211 209 / 0.3);
}

.bg-stone-300\/50 {
    background-color: rgb(214 211 209 / 0.5);
}

.bg-stone-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
}

.bg-stone-700\/5 {
    background-color: rgb(68 64 60 / 0.05);
}

.bg-stone-800\/50 {
    background-color: rgb(41 37 36 / 0.5);
}

.bg-transparent {
    background-color: transparent;
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/70 {
    background-color: rgb(255 255 255 / 0.7);
}

.bg-white\/90 {
    background-color: rgb(255 255 255 / 0.9);
}

.bg-zinc-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
}

.\!bg-\[url\(\'https\:\/\/api\.iconify\.design\/line-md\:phone-call-twotone-loop\.svg\?color\=\%23ffffff\'\)\] {
    background-image: url('https://api.iconify.design/line-md:phone-call-twotone-loop.svg?color=%23ffffff') !important;
}

.\!bg-\[url\(\'https\:\/\/api\.iconify\.design\/lucide\:zoom-in\.svg\?color\=\%23646ad2\'\)\] {
    background-image: url('https://api.iconify.design/lucide:zoom-in.svg?color=%23646ad2') !important;
}

.bg-\[url\(\'https\:\/\/api\.iconify\.design\/cuida\:open-in-new-tab-outline\.svg\?color\=\%2324276d\'\)\] {
    background-image: url('https://api.iconify.design/cuida:open-in-new-tab-outline.svg?color=%2324276d');
}

.bg-\[url\(\'https\:\/\/api\.iconify\.design\/ic\:twotone-thumb-up\.svg\?color\=\%234d72bf\'\)\] {
    background-image: url('https://api.iconify.design/ic:twotone-thumb-up.svg?color=%234d72bf');
}

.bg-\[url\(\'https\:\/\/api\.iconify\.design\/tabler\:caret-down-filled\.svg\?color\=\%2378716c\'\)\] {
    background-image: url('https://api.iconify.design/tabler:caret-down-filled.svg?color=%2378716c');
}

.bg-default {
    background-image: url('./assets/images/lines.png');
}

.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.from-brand-indigo-500\/80 {
    --tw-gradient-from: rgb(43 46 131 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(43 46 131 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-indigo-800\/90 {
    --tw-gradient-from: rgb(20 23 65 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 23 65 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-20\% {
    --tw-gradient-from-position: 20%;
}

.via-brand-indigo-600\/80 {
    --tw-gradient-to: rgb(36 39 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(36 39 109 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-55\% {
    --tw-gradient-via-position: 55%;
}

.to-brand-indigo-700\/90 {
    --tw-gradient-to: rgb(28 31 87 / 0.9) var(--tw-gradient-to-position);
}

.to-brand-indigo-800\/80 {
    --tw-gradient-to: rgb(20 23 65 / 0.8) var(--tw-gradient-to-position);
}

.to-90\% {
    --tw-gradient-to-position: 90%;
}

.bg-\[length\:250px\] {
    background-size: 250px;
}

.bg-\[size\:50\%\] {
    background-size: 50%;
}

.bg-\[size\:60\%\] {
    background-size: 60%;
}

.bg-contain {
    background-size: contain;
}

.bg-cover {
    background-size: cover;
}

.bg-\[position\:90\%_90\%\] {
    background-position: 90% 90%;
}

.bg-center {
    background-position: center;
}

.bg-repeat {
    background-repeat: repeat;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.object-contain {
    -o-object-fit: contain;
       object-fit: contain;
}

.\!object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
}

.object-cover {
    -o-object-fit: cover;
       object-fit: cover;
}

.object-center {
    -o-object-position: center;
       object-position: center;
}

.p-1 {
    padding: 0.25rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-4 {
    padding: 1rem;
}

.p-6 {
    padding: 1.5rem;
}

.p-8 {
    padding: 2rem;
}

.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.\!pb-0 {
    padding-bottom: 0px !important;
}

.\!pr-0 {
    padding-right: 0px !important;
}

.pb-0 {
    padding-bottom: 0px;
}

.pl-0 {
    padding-left: 0px;
}

.pl-6 {
    padding-left: 1.5rem;
}

.pt-0 {
    padding-top: 0px;
}

.text-left {
    text-align: left;
}

.\!text-center {
    text-align: center !important;
}

.text-center {
    text-align: center;
}

.\!text-right {
    text-align: right !important;
}

.\!text-start {
    text-align: start !important;
}

.text-start {
    text-align: start;
}

.\!font-display {
    font-family: Tanker, sans-serif !important;
}

.\!font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.\!font-sans {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.font-body {
    font-family: Open Sans, sans-serif;
}

.font-display {
    font-family: Tanker, sans-serif;
}

.font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-sans {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.\!text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
}

.\!text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
}

.\!text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
}

.\!text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
}

.\!text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
}

.\!text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
}

.\!text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
}

.\!text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.text-5xl {
    font-size: 3rem;
    line-height: 1;
}

.text-6xl {
    font-size: 3.75rem;
    line-height: 1;
}

.text-8xl {
    font-size: 6rem;
    line-height: 1;
}

.text-9xl {
    font-size: 8rem;
    line-height: 1;
}

.text-\[12rem\] {
    font-size: 12rem;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

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

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.\!font-bold {
    font-weight: 700 !important;
}

.font-bold {
    font-weight: 700;
}

.font-medium {
    font-weight: 500;
}

.font-normal {
    font-weight: 400;
}

.font-semibold {
    font-weight: 600;
}

.\!uppercase {
    text-transform: uppercase !important;
}

.lowercase {
    text-transform: lowercase;
}

.capitalize {
    text-transform: capitalize;
}

.italic {
    font-style: italic;
}

.leading-5 {
    line-height: 1.25rem;
}

.leading-normal {
    line-height: 1.5;
}

.leading-tight {
    line-height: 1.25;
}

.tracking-tight {
    letter-spacing: -0.025em;
}

.tracking-wide {
    letter-spacing: 0.025em;
}

.\!text-brand-indigo-400 {
    --tw-text-opacity: 1 !important;
    color: rgb(99 106 211 / var(--tw-text-opacity, 1)) !important;
}

.\!text-pink-100 {
    --tw-text-opacity: 1 !important;
    color: rgb(252 231 243 / var(--tw-text-opacity, 1)) !important;
}

.text-brand-indigo {
    --tw-text-opacity: 1;
    color: rgb(43 46 131 / var(--tw-text-opacity, 1));
}

.text-brand-indigo-200 {
    --tw-text-opacity: 1;
    color: rgb(183 186 236 / var(--tw-text-opacity, 1));
}

.text-brand-indigo-300 {
    --tw-text-opacity: 1;
    color: rgb(141 146 223 / var(--tw-text-opacity, 1));
}

.text-brand-indigo-400 {
    --tw-text-opacity: 1;
    color: rgb(99 106 211 / var(--tw-text-opacity, 1));
}

.text-brand-indigo-700\/10 {
    color: rgb(28 31 87 / 0.1);
}

.text-brand-navy {
    --tw-text-opacity: 1;
    color: rgb(30 58 120 / var(--tw-text-opacity, 1));
}

.text-brand-navy-400\/50 {
    color: rgb(77 114 191 / 0.5);
}

.text-brand-navy-500 {
    --tw-text-opacity: 1;
    color: rgb(30 58 120 / var(--tw-text-opacity, 1));
}

.text-brand-navy-600 {
    --tw-text-opacity: 1;
    color: rgb(24 47 97 / var(--tw-text-opacity, 1));
}

.text-brand-navy-700 {
    --tw-text-opacity: 1;
    color: rgb(18 35 74 / var(--tw-text-opacity, 1));
}

.text-brand-navy-800\/10 {
    color: rgb(12 24 51 / 0.1);
}

.text-brand-red {
    --tw-text-opacity: 1;
    color: rgb(166 49 41 / var(--tw-text-opacity, 1));
}

.text-brand-red-500\/90 {
    color: rgb(236 79 70 / 0.9);
}

.text-brand-red-600 {
    --tw-text-opacity: 1;
    color: rgb(201 61 52 / var(--tw-text-opacity, 1));
}

.text-brand-red-700 {
    --tw-text-opacity: 1;
    color: rgb(166 49 41 / var(--tw-text-opacity, 1));
}

.text-brand-red-800\/10 {
    color: rgb(115 31 26 / 0.1);
}

.text-brand-red-900 {
    --tw-text-opacity: 1;
    color: rgb(67 15 11 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-inherit {
    color: inherit;
}

.text-neutral-500 {
    --tw-text-opacity: 1;
    color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

.text-neutral-700 {
    --tw-text-opacity: 1;
    color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.text-slate-600 {
    --tw-text-opacity: 1;
    color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.text-stone-200 {
    --tw-text-opacity: 1;
    color: rgb(231 229 228 / var(--tw-text-opacity, 1));
}

.text-stone-400 {
    --tw-text-opacity: 1;
    color: rgb(168 162 158 / var(--tw-text-opacity, 1));
}

.text-stone-50 {
    --tw-text-opacity: 1;
    color: rgb(250 250 249 / var(--tw-text-opacity, 1));
}

.text-stone-500 {
    --tw-text-opacity: 1;
    color: rgb(120 113 108 / var(--tw-text-opacity, 1));
}

.text-stone-500\/50 {
    color: rgb(120 113 108 / 0.5);
}

.text-stone-600 {
    --tw-text-opacity: 1;
    color: rgb(87 83 78 / var(--tw-text-opacity, 1));
}

.text-stone-700 {
    --tw-text-opacity: 1;
    color: rgb(68 64 60 / var(--tw-text-opacity, 1));
}

.text-stone-800 {
    --tw-text-opacity: 1;
    color: rgb(41 37 36 / var(--tw-text-opacity, 1));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\!underline {
    text-decoration-line: underline !important;
}

.underline {
    text-decoration-line: underline;
}

.\!no-underline {
    text-decoration-line: none !important;
}

.decoration-brand-indigo-300\/50 {
    text-decoration-color: rgb(141 146 223 / 0.5);
}

.decoration-brand-red-600 {
    text-decoration-color: #C93D34;
}

.decoration-2 {
    text-decoration-thickness: 2px;
}

.underline-offset-2 {
    text-underline-offset: 2px;
}

.underline-offset-4 {
    text-underline-offset: 4px;
}

.\!opacity-30 {
    opacity: 0.3 !important;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-80 {
    opacity: 0.8;
}

.mix-blend-screen {
    mix-blend-mode: screen;
}

.\!shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.\!shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-emboss {
    --tw-shadow: inset 2px 2px 4px rgba(0,0,0,0.14), inset -2px -2px 4px rgba(255,255,255,0.5);
    --tw-shadow-colored: inset 2px 2px 4px var(--tw-shadow-color), inset -2px -2px 4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-brand-indigo-900 {
    --tw-shadow-color: #0C0F2B;
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/50 {
    --tw-shadow-color: rgb(55 65 81 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600 {
    --tw-shadow-color: #57534e;
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700 {
    --tw-shadow-color: #44403c;
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/70 {
    --tw-shadow-color: rgb(68 64 60 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}

.brightness-\[1\] {
    --tw-brightness: brightness(1);
    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);
}

.contrast-\[1\] {
    --tw-contrast: contrast(1);
    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);
}

.sepia {
    --tw-sepia: sepia(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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    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-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    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;
}

.duration-300 {
    transition-duration: 300ms;
}

.duration-75 {
    transition-duration: 75ms;
}

.ease-linear {
    transition-timing-function: linear;
}

.ease-smooth {
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

.content-\[\'\'\] {
    --tw-content: '';
    content: var(--tw-content);
}

.animate-duration-100 {
    animation-duration: 100ms;
}

.animate-duration-500 {
    animation-duration: 500ms;
}

.scrollbar::-webkit-scrollbar-track {
    background-color: var(--scrollbar-track);
    border-radius: var(--scrollbar-track-radius);
}

.scrollbar::-webkit-scrollbar-track:hover {
    background-color: var(--scrollbar-track-hover, var(--scrollbar-track));
}

.scrollbar::-webkit-scrollbar-track:active {
    background-color: var(--scrollbar-track-active, var(--scrollbar-track-hover, var(--scrollbar-track)));
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-thumb);
    border-radius: var(--scrollbar-thumb-radius);
}

.scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: var(--scrollbar-thumb-hover, var(--scrollbar-thumb));
}

.scrollbar::-webkit-scrollbar-thumb:active {
    background-color: var(--scrollbar-thumb-active, var(--scrollbar-thumb-hover, var(--scrollbar-thumb)));
}

.scrollbar::-webkit-scrollbar-corner {
    background-color: var(--scrollbar-corner);
    border-radius: var(--scrollbar-corner-radius);
}

.scrollbar::-webkit-scrollbar-corner:hover {
    background-color: var(--scrollbar-corner-hover, var(--scrollbar-corner));
}

.scrollbar::-webkit-scrollbar-corner:active {
    background-color: var(--scrollbar-corner-active, var(--scrollbar-corner-hover, var(--scrollbar-corner)));
}

.scrollbar {
    scrollbar-width: auto;
    scrollbar-color: var(--scrollbar-thumb, initial) var(--scrollbar-track, initial);
}

.scrollbar::-webkit-scrollbar {
    display: block;
    width: var(--scrollbar-width, 16px);
    height: var(--scrollbar-height, 16px);
}

.scrollbar-track-stone-200 {
    --scrollbar-track: #e7e5e4 !important;
}

.scrollbar-thumb-brand-indigo-500 {
    --scrollbar-thumb: #2B2E83 !important;
}

.hover-menu {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: linear;
}

.hover-menu:hover {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: #292524;
    --tw-shadow: var(--tw-shadow-colored);
}

.hover-menu:focus {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: #292524;
    --tw-shadow: var(--tw-shadow-colored);
}

.sticky-nav {
    position: sticky;
    top: 0px;
    z-index: 20;
    width: 100%;
    align-items: center;
}

#mobile-menu {
    border-radius: 0.375rem;
    border-width: 1px;
    border-color: rgb(214 211 209 / 0.5);
    --tw-bg-opacity: 1;
    background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
    padding: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(68 64 60 / var(--tw-text-opacity, 1));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

#mobile-menu:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    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));
    background-color: rgb(120 113 108 / 0.4);
}

#mobile-menu:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    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));
    background-color: rgb(120 113 108 / 0.4);
}

#mobile-menu {

    iconify-icon {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    @media not all and (min-width: 1024px) {
        iconify-icon {
            aspect-ratio: 1 / 1;
        }
    }

    @media (min-width: 1024px) {
        iconify-icon {
            font-size: 1.5rem;
            line-height: 2rem;
        }
    }
  }

.page-template-page-legal-docs {
    --scrollbar-offset: 185px;

    .table-of-contents {
        scroll-padding-top: 13rem;
    }

    @media (min-width: 1024px) {
        .table-of-contents {
            width: 66.666667%;
        }
    }

    .table-of-contents {

      nav {
            color: var(--tw-prose-body);
            max-width: 65ch;
        }

      nav :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 1.25em;
            margin-bottom: 1.25em;
        }

      nav :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            color: var(--tw-prose-lead);
            font-size: 1.25em;
            line-height: 1.6;
            margin-top: 1.2em;
            margin-bottom: 1.2em;
        }

      nav :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            color: var(--tw-prose-links);
            text-decoration: underline;
            font-weight: 500;
        }

      nav :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            color: var(--tw-prose-bold);
            font-weight: 600;
        }

      nav :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            color: inherit;
        }

      nav :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            color: inherit;
        }

      nav :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            color: inherit;
        }

      nav :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            list-style-type: decimal;
            margin-top: 1.25em;
            margin-bottom: 1.25em;
            padding-inline-start: 1.625em;
        }

      nav :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            list-style-type: upper-alpha;
        }

      nav :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            list-style-type: lower-alpha;
        }

      nav :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            list-style-type: upper-alpha;
        }

      nav :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            list-style-type: lower-alpha;
        }

      nav :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            list-style-type: upper-roman;
        }

      nav :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            list-style-type: lower-roman;
        }

      nav :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            list-style-type: upper-roman;
        }

      nav :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            list-style-type: lower-roman;
        }

      nav :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            list-style-type: decimal;
        }

      nav :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            list-style-type: disc;
            margin-top: 1.25em;
            margin-bottom: 1.25em;
            padding-inline-start: 1.625em;
        }

      nav :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
            font-weight: 400;
            color: var(--tw-prose-counters);
        }

      nav :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
            color: var(--tw-prose-bullets);
        }

      nav :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            color: var(--tw-prose-headings);
            font-weight: 600;
            margin-top: 1.25em;
        }

      nav :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            border-color: var(--tw-prose-hr);
            border-top-width: 1px;
            margin-top: 3em;
            margin-bottom: 3em;
        }

      nav :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            font-weight: 500;
            font-style: italic;
            color: var(--tw-prose-quotes);
            border-inline-start-width: 0.25rem;
            border-inline-start-color: var(--tw-prose-quote-borders);
            quotes: "\201C""\201D""\2018""\2019";
            margin-top: 1.6em;
            margin-bottom: 1.6em;
            padding-inline-start: 1em;
        }

      nav :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
            content: open-quote;
        }

      nav :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
            content: close-quote;
        }

      nav :where(h1):not(:where([class~="not-prose"],[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;
        }

      nav :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            font-weight: 900;
            color: inherit;
        }

      nav :where(h2):not(:where([class~="not-prose"],[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;
        }

      nav :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            font-weight: 800;
            color: inherit;
        }

      nav :where(h3):not(:where([class~="not-prose"],[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;
        }

      nav :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            font-weight: 700;
            color: inherit;
        }

      nav :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            color: var(--tw-prose-headings);
            font-weight: 600;
            margin-top: 1.5em;
            margin-bottom: 0.5em;
            line-height: 1.5;
        }

      nav :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            font-weight: 700;
            color: inherit;
        }

      nav :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 2em;
            margin-bottom: 2em;
        }

      nav :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            display: block;
            margin-top: 2em;
            margin-bottom: 2em;
        }

      nav :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 2em;
            margin-bottom: 2em;
        }

      nav :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            font-weight: 500;
            font-family: inherit;
            color: var(--tw-prose-kbd);
            box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
            font-size: 0.875em;
            border-radius: 0.3125rem;
            padding-top: 0.1875em;
            padding-inline-end: 0.375em;
            padding-bottom: 0.1875em;
            padding-inline-start: 0.375em;
        }

      nav :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            color: var(--tw-prose-code);
            font-weight: 600;
            font-size: 0.875em;
        }

      nav :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
            content: "`";
        }

      nav :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
            content: "`";
        }

      nav :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            color: inherit;
        }

      nav :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            color: inherit;
        }

      nav :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            color: inherit;
            font-size: 0.875em;
        }

      nav :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            color: inherit;
            font-size: 0.9em;
        }

      nav :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            color: inherit;
        }

      nav :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            color: inherit;
        }

      nav :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            color: inherit;
        }

      nav :where(pre):not(:where([class~="not-prose"],[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-inline-end: 1.1428571em;
            padding-bottom: 0.8571429em;
            padding-inline-start: 1.1428571em;
        }

      nav :where(pre code):not(:where([class~="not-prose"],[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;
        }

      nav :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
            content: none;
        }

      nav :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
            content: none;
        }

      nav :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            width: 100%;
            table-layout: auto;
            margin-top: 2em;
            margin-bottom: 2em;
            font-size: 0.875em;
            line-height: 1.7142857;
        }

      nav :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            border-bottom-width: 1px;
            border-bottom-color: var(--tw-prose-th-borders);
        }

      nav :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            color: var(--tw-prose-headings);
            font-weight: 600;
            vertical-align: bottom;
            padding-inline-end: 0.5714286em;
            padding-bottom: 0.5714286em;
            padding-inline-start: 0.5714286em;
        }

      nav :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            border-bottom-width: 1px;
            border-bottom-color: var(--tw-prose-td-borders);
        }

      nav :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            border-bottom-width: 0;
        }

      nav :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            vertical-align: baseline;
        }

      nav :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            border-top-width: 1px;
            border-top-color: var(--tw-prose-th-borders);
        }

      nav :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            vertical-align: top;
        }

      nav :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            text-align: start;
        }

      nav :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 0;
            margin-bottom: 0;
        }

      nav :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            color: var(--tw-prose-captions);
            font-size: 0.875em;
            line-height: 1.4285714;
            margin-top: 0.8571429em;
        }

      nav {
            --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-kbd: #111827;
            --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
            --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-kbd: #fff;
            --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
            --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;
        }

      nav :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 0;
            margin-bottom: 0;
        }

      nav :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 0.5em;
            margin-bottom: 0.5em;
        }

      nav :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            padding-inline-start: 0.375em;
        }

      nav :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            padding-inline-start: 0.375em;
        }

      nav :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 0.75em;
            margin-bottom: 0.75em;
        }

      nav :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 0.75em;
            margin-bottom: 0.75em;
        }

      nav :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 1.25em;
        }

      nav :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 1.25em;
        }

      nav :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-bottom: 1.25em;
        }

      nav :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-bottom: 1.25em;
        }

      nav :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 1.25em;
        }

      nav :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 1.25em;
        }

      nav :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-bottom: 1.25em;
        }

      nav :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-bottom: 1.25em;
        }

      nav :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 0.75em;
            margin-bottom: 0.75em;
        }

      nav :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 1.25em;
            margin-bottom: 1.25em;
        }

      nav :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 0.5em;
            padding-inline-start: 1.625em;
        }

      nav :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 0;
        }

      nav :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 0;
        }

      nav :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 0;
        }

      nav :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 0;
        }

      nav :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            padding-inline-start: 0;
        }

      nav :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            padding-inline-end: 0;
        }

      nav :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            padding-top: 0.5714286em;
            padding-inline-end: 0.5714286em;
            padding-bottom: 0.5714286em;
            padding-inline-start: 0.5714286em;
        }

      nav :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            padding-inline-start: 0;
        }

      nav :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            padding-inline-end: 0;
        }

      nav :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 2em;
            margin-bottom: 2em;
        }

      nav :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 0;
        }

      nav :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 0;
        }

      nav :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-bottom: 0;
        }

      nav :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-bottom: 0;
        }

      nav {
            position: sticky;
        }

      nav {
            top: 12rem;
        }

      nav {
            display: flex;
        }

      nav {
            flex-direction: column;
        }

      @media not all and (min-width: 1024px) {
            nav {
                align-items: flex-start;
            }
        }

      h2 {
            margin-top: 0px;
        }

      h2 {
            font-family: Tanker, sans-serif;
        }

      ol {
            color: var(--tw-prose-body);
            max-width: 65ch;
        }

      ol :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 1.25em;
            margin-bottom: 1.25em;
        }

      ol :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            color: var(--tw-prose-lead);
            font-size: 1.25em;
            line-height: 1.6;
            margin-top: 1.2em;
            margin-bottom: 1.2em;
        }

      ol :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            color: var(--tw-prose-links);
            text-decoration: underline;
            font-weight: 500;
        }

      ol :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            color: var(--tw-prose-bold);
            font-weight: 600;
        }

      ol :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            color: inherit;
        }

      ol :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            color: inherit;
        }

      ol :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            color: inherit;
        }

      ol :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            list-style-type: decimal;
            margin-top: 1.25em;
            margin-bottom: 1.25em;
            padding-inline-start: 1.625em;
        }

      ol :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            list-style-type: upper-alpha;
        }

      ol :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            list-style-type: lower-alpha;
        }

      ol :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            list-style-type: upper-alpha;
        }

      ol :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            list-style-type: lower-alpha;
        }

      ol :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            list-style-type: upper-roman;
        }

      ol :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            list-style-type: lower-roman;
        }

      ol :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            list-style-type: upper-roman;
        }

      ol :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            list-style-type: lower-roman;
        }

      ol :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            list-style-type: decimal;
        }

      ol :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            list-style-type: disc;
            margin-top: 1.25em;
            margin-bottom: 1.25em;
            padding-inline-start: 1.625em;
        }

      ol :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
            font-weight: 400;
            color: var(--tw-prose-counters);
        }

      ol :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
            color: var(--tw-prose-bullets);
        }

      ol :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            color: var(--tw-prose-headings);
            font-weight: 600;
            margin-top: 1.25em;
        }

      ol :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            border-color: var(--tw-prose-hr);
            border-top-width: 1px;
            margin-top: 3em;
            margin-bottom: 3em;
        }

      ol :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            font-weight: 500;
            font-style: italic;
            color: var(--tw-prose-quotes);
            border-inline-start-width: 0.25rem;
            border-inline-start-color: var(--tw-prose-quote-borders);
            quotes: "\201C""\201D""\2018""\2019";
            margin-top: 1.6em;
            margin-bottom: 1.6em;
            padding-inline-start: 1em;
        }

      ol :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
            content: open-quote;
        }

      ol :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
            content: close-quote;
        }

      ol :where(h1):not(:where([class~="not-prose"],[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;
        }

      ol :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            font-weight: 900;
            color: inherit;
        }

      ol :where(h2):not(:where([class~="not-prose"],[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;
        }

      ol :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            font-weight: 800;
            color: inherit;
        }

      ol :where(h3):not(:where([class~="not-prose"],[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;
        }

      ol :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            font-weight: 700;
            color: inherit;
        }

      ol :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            color: var(--tw-prose-headings);
            font-weight: 600;
            margin-top: 1.5em;
            margin-bottom: 0.5em;
            line-height: 1.5;
        }

      ol :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            font-weight: 700;
            color: inherit;
        }

      ol :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 2em;
            margin-bottom: 2em;
        }

      ol :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            display: block;
            margin-top: 2em;
            margin-bottom: 2em;
        }

      ol :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 2em;
            margin-bottom: 2em;
        }

      ol :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            font-weight: 500;
            font-family: inherit;
            color: var(--tw-prose-kbd);
            box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
            font-size: 0.875em;
            border-radius: 0.3125rem;
            padding-top: 0.1875em;
            padding-inline-end: 0.375em;
            padding-bottom: 0.1875em;
            padding-inline-start: 0.375em;
        }

      ol :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            color: var(--tw-prose-code);
            font-weight: 600;
            font-size: 0.875em;
        }

      ol :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
            content: "`";
        }

      ol :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
            content: "`";
        }

      ol :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            color: inherit;
        }

      ol :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            color: inherit;
        }

      ol :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            color: inherit;
            font-size: 0.875em;
        }

      ol :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            color: inherit;
            font-size: 0.9em;
        }

      ol :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            color: inherit;
        }

      ol :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            color: inherit;
        }

      ol :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            color: inherit;
        }

      ol :where(pre):not(:where([class~="not-prose"],[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-inline-end: 1.1428571em;
            padding-bottom: 0.8571429em;
            padding-inline-start: 1.1428571em;
        }

      ol :where(pre code):not(:where([class~="not-prose"],[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;
        }

      ol :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
            content: none;
        }

      ol :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
            content: none;
        }

      ol :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            width: 100%;
            table-layout: auto;
            margin-top: 2em;
            margin-bottom: 2em;
            font-size: 0.875em;
            line-height: 1.7142857;
        }

      ol :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            border-bottom-width: 1px;
            border-bottom-color: var(--tw-prose-th-borders);
        }

      ol :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            color: var(--tw-prose-headings);
            font-weight: 600;
            vertical-align: bottom;
            padding-inline-end: 0.5714286em;
            padding-bottom: 0.5714286em;
            padding-inline-start: 0.5714286em;
        }

      ol :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            border-bottom-width: 1px;
            border-bottom-color: var(--tw-prose-td-borders);
        }

      ol :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            border-bottom-width: 0;
        }

      ol :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            vertical-align: baseline;
        }

      ol :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            border-top-width: 1px;
            border-top-color: var(--tw-prose-th-borders);
        }

      ol :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            vertical-align: top;
        }

      ol :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            text-align: start;
        }

      ol :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 0;
            margin-bottom: 0;
        }

      ol :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            color: var(--tw-prose-captions);
            font-size: 0.875em;
            line-height: 1.4285714;
            margin-top: 0.8571429em;
        }

      ol {
            --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-kbd: #111827;
            --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
            --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-kbd: #fff;
            --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
            --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;
        }

      ol :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 0;
            margin-bottom: 0;
        }

      ol :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 0.5em;
            margin-bottom: 0.5em;
        }

      ol :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            padding-inline-start: 0.375em;
        }

      ol :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            padding-inline-start: 0.375em;
        }

      ol :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 0.75em;
            margin-bottom: 0.75em;
        }

      ol :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 0.75em;
            margin-bottom: 0.75em;
        }

      ol :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 1.25em;
        }

      ol :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 1.25em;
        }

      ol :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-bottom: 1.25em;
        }

      ol :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-bottom: 1.25em;
        }

      ol :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 1.25em;
        }

      ol :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 1.25em;
        }

      ol :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-bottom: 1.25em;
        }

      ol :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-bottom: 1.25em;
        }

      ol :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 0.75em;
            margin-bottom: 0.75em;
        }

      ol :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 1.25em;
            margin-bottom: 1.25em;
        }

      ol :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 0.5em;
            padding-inline-start: 1.625em;
        }

      ol :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 0;
        }

      ol :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 0;
        }

      ol :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 0;
        }

      ol :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 0;
        }

      ol :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            padding-inline-start: 0;
        }

      ol :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            padding-inline-end: 0;
        }

      ol :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            padding-top: 0.5714286em;
            padding-inline-end: 0.5714286em;
            padding-bottom: 0.5714286em;
            padding-inline-start: 0.5714286em;
        }

      ol :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            padding-inline-start: 0;
        }

      ol :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            padding-inline-end: 0;
        }

      ol :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 2em;
            margin-bottom: 2em;
        }

      ol :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 0;
        }

      ol :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-top: 0;
        }

      ol :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-bottom: 0;
        }

      ol :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
            margin-bottom: 0;
        }

      ol {

        li {
          &::marker {
                    --tw-text-opacity: 1;
                    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
                }
        }
      }
    }

    .terms {
        color: var(--tw-prose-body);
        max-width: 65ch;
    }

    .terms :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.25em;
        margin-bottom: 1.25em;
    }

    .terms :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: var(--tw-prose-lead);
        font-size: 1.25em;
        line-height: 1.6;
        margin-top: 1.2em;
        margin-bottom: 1.2em;
    }

    .terms :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: var(--tw-prose-links);
        text-decoration: underline;
        font-weight: 500;
    }

    .terms :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: var(--tw-prose-bold);
        font-weight: 600;
    }

    .terms :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: inherit;
    }

    .terms :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: inherit;
    }

    .terms :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: inherit;
    }

    .terms :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        list-style-type: decimal;
        margin-top: 1.25em;
        margin-bottom: 1.25em;
        padding-inline-start: 1.625em;
    }

    .terms :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        list-style-type: upper-alpha;
    }

    .terms :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        list-style-type: lower-alpha;
    }

    .terms :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        list-style-type: upper-alpha;
    }

    .terms :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        list-style-type: lower-alpha;
    }

    .terms :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        list-style-type: upper-roman;
    }

    .terms :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        list-style-type: lower-roman;
    }

    .terms :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        list-style-type: upper-roman;
    }

    .terms :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        list-style-type: lower-roman;
    }

    .terms :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        list-style-type: decimal;
    }

    .terms :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        list-style-type: disc;
        margin-top: 1.25em;
        margin-bottom: 1.25em;
        padding-inline-start: 1.625em;
    }

    .terms :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
        font-weight: 400;
        color: var(--tw-prose-counters);
    }

    .terms :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
        color: var(--tw-prose-bullets);
    }

    .terms :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: var(--tw-prose-headings);
        font-weight: 600;
        margin-top: 1.25em;
    }

    .terms :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        border-color: var(--tw-prose-hr);
        border-top-width: 1px;
        margin-top: 3em;
        margin-bottom: 3em;
    }

    .terms :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-weight: 500;
        font-style: italic;
        color: var(--tw-prose-quotes);
        border-inline-start-width: 0.25rem;
        border-inline-start-color: var(--tw-prose-quote-borders);
        quotes: "\201C""\201D""\2018""\2019";
        margin-top: 1.6em;
        margin-bottom: 1.6em;
        padding-inline-start: 1em;
    }

    .terms :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
        content: open-quote;
    }

    .terms :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
        content: close-quote;
    }

    .terms :where(h1):not(:where([class~="not-prose"],[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;
    }

    .terms :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-weight: 900;
        color: inherit;
    }

    .terms :where(h2):not(:where([class~="not-prose"],[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;
    }

    .terms :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-weight: 800;
        color: inherit;
    }

    .terms :where(h3):not(:where([class~="not-prose"],[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;
    }

    .terms :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-weight: 700;
        color: inherit;
    }

    .terms :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: var(--tw-prose-headings);
        font-weight: 600;
        margin-top: 1.5em;
        margin-bottom: 0.5em;
        line-height: 1.5;
    }

    .terms :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-weight: 700;
        color: inherit;
    }

    .terms :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .terms :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        display: block;
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .terms :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .terms :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-weight: 500;
        font-family: inherit;
        color: var(--tw-prose-kbd);
        box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
        font-size: 0.875em;
        border-radius: 0.3125rem;
        padding-top: 0.1875em;
        padding-inline-end: 0.375em;
        padding-bottom: 0.1875em;
        padding-inline-start: 0.375em;
    }

    .terms :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: var(--tw-prose-code);
        font-weight: 600;
        font-size: 0.875em;
    }

    .terms :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
        content: "`";
    }

    .terms :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
        content: "`";
    }

    .terms :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: inherit;
    }

    .terms :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: inherit;
    }

    .terms :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: inherit;
        font-size: 0.875em;
    }

    .terms :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: inherit;
        font-size: 0.9em;
    }

    .terms :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: inherit;
    }

    .terms :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: inherit;
    }

    .terms :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: inherit;
    }

    .terms :where(pre):not(:where([class~="not-prose"],[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-inline-end: 1.1428571em;
        padding-bottom: 0.8571429em;
        padding-inline-start: 1.1428571em;
    }

    .terms :where(pre code):not(:where([class~="not-prose"],[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;
    }

    .terms :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
        content: none;
    }

    .terms :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
        content: none;
    }

    .terms :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        width: 100%;
        table-layout: auto;
        margin-top: 2em;
        margin-bottom: 2em;
        font-size: 0.875em;
        line-height: 1.7142857;
    }

    .terms :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        border-bottom-width: 1px;
        border-bottom-color: var(--tw-prose-th-borders);
    }

    .terms :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: var(--tw-prose-headings);
        font-weight: 600;
        vertical-align: bottom;
        padding-inline-end: 0.5714286em;
        padding-bottom: 0.5714286em;
        padding-inline-start: 0.5714286em;
    }

    .terms :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        border-bottom-width: 1px;
        border-bottom-color: var(--tw-prose-td-borders);
    }

    .terms :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        border-bottom-width: 0;
    }

    .terms :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        vertical-align: baseline;
    }

    .terms :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        border-top-width: 1px;
        border-top-color: var(--tw-prose-th-borders);
    }

    .terms :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        vertical-align: top;
    }

    .terms :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        text-align: start;
    }

    .terms :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
        margin-bottom: 0;
    }

    .terms :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: var(--tw-prose-captions);
        font-size: 0.875em;
        line-height: 1.4285714;
        margin-top: 0.8571429em;
    }

    .terms {
        --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-kbd: #111827;
        --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
        --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-kbd: #fff;
        --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
        --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;
    }

    .terms :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
        margin-bottom: 0;
    }

    .terms :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }

    .terms :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-inline-start: 0.375em;
    }

    .terms :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-inline-start: 0.375em;
    }

    .terms :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.75em;
        margin-bottom: 0.75em;
    }

    .terms :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.75em;
        margin-bottom: 0.75em;
    }

    .terms :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.25em;
    }

    .terms :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.25em;
    }

    .terms :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-bottom: 1.25em;
    }

    .terms :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-bottom: 1.25em;
    }

    .terms :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.25em;
    }

    .terms :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.25em;
    }

    .terms :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-bottom: 1.25em;
    }

    .terms :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-bottom: 1.25em;
    }

    .terms :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.75em;
        margin-bottom: 0.75em;
    }

    .terms :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.25em;
        margin-bottom: 1.25em;
    }

    .terms :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.5em;
        padding-inline-start: 1.625em;
    }

    .terms :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
    }

    .terms :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
    }

    .terms :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
    }

    .terms :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
    }

    .terms :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-inline-start: 0;
    }

    .terms :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-inline-end: 0;
    }

    .terms :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-top: 0.5714286em;
        padding-inline-end: 0.5714286em;
        padding-bottom: 0.5714286em;
        padding-inline-start: 0.5714286em;
    }

    .terms :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-inline-start: 0;
    }

    .terms :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-inline-end: 0;
    }

    .terms :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .terms :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
    }

    .terms :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
    }

    .terms :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-bottom: 0;
    }

    .terms :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-bottom: 0;
    }

    .terms {
        width: 100%;
        height: 100%;
    }

    .terms {
        max-width: none;
    }

    .terms {
        scroll-snap-type: y var(--tw-scroll-snap-strictness);
    }

    .terms {
        overflow-y: auto;
    }

    .terms {
        scroll-behavior: smooth;
    }

    @media (min-width: 1024px) {
        .terms {
            border-radius: 0.375rem;
        }
    }

    @media (min-width: 1024px) {
        .terms {
            background-color: rgb(120 113 108 / 0.05);
        }
    }

    @media (min-width: 1024px) {
        .terms {
            padding: 1rem;
        }
    }

    @media (min-width: 1024px) {
        .terms::-webkit-scrollbar-track {
            background-color: var(--scrollbar-track);
            border-radius: var(--scrollbar-track-radius);
        }
    }

    @media (min-width: 1024px) {
        .terms::-webkit-scrollbar-track:hover {
            background-color: var(--scrollbar-track-hover, var(--scrollbar-track));
        }
    }

    @media (min-width: 1024px) {
        .terms::-webkit-scrollbar-track:active {
            background-color: var(--scrollbar-track-active, var(--scrollbar-track-hover, var(--scrollbar-track)));
        }
    }

    @media (min-width: 1024px) {
        .terms::-webkit-scrollbar-thumb {
            background-color: var(--scrollbar-thumb);
            border-radius: var(--scrollbar-thumb-radius);
        }
    }

    @media (min-width: 1024px) {
        .terms::-webkit-scrollbar-thumb:hover {
            background-color: var(--scrollbar-thumb-hover, var(--scrollbar-thumb));
        }
    }

    @media (min-width: 1024px) {
        .terms::-webkit-scrollbar-thumb:active {
            background-color: var(--scrollbar-thumb-active, var(--scrollbar-thumb-hover, var(--scrollbar-thumb)));
        }
    }

    @media (min-width: 1024px) {
        .terms::-webkit-scrollbar-corner {
            background-color: var(--scrollbar-corner);
            border-radius: var(--scrollbar-corner-radius);
        }
    }

    @media (min-width: 1024px) {
        .terms::-webkit-scrollbar-corner:hover {
            background-color: var(--scrollbar-corner-hover, var(--scrollbar-corner));
        }
    }

    @media (min-width: 1024px) {
        .terms::-webkit-scrollbar-corner:active {
            background-color: var(--scrollbar-corner-active, var(--scrollbar-corner-hover, var(--scrollbar-corner)));
        }
    }

    @media (min-width: 1024px) {
        .terms {
            scrollbar-width: thin;
            scrollbar-color: var(--scrollbar-thumb, initial) var(--scrollbar-track, initial);
        }
    }

    @media (min-width: 1024px) {
        .terms::-webkit-scrollbar {
            display: block;
            width: 8px;
            height: 8px;
        }
    }

    .terms {

      li {
        h3[id] {
                margin-bottom: 0.5rem;
            }
        h3[id] {
                margin-top: 1.5rem;
            }
        h3[id] {
                scroll-margin-top: 80px;
            }
        h3[id] {
                background-color: rgb(214 211 209 / 0.3);
            }
        h3[id] {
                font-family: Tanker, sans-serif;
            }
        @media (min-width: 1024px) {
                h3[id] {
                    scroll-margin-top: var(--scrollbar-offset);
                }
            }

        h4 {
                margin-top: 0.75rem;
                margin-bottom: 0.75rem;
            }

        h4 {
                font-size: 1.125rem !important;
                line-height: 1.75rem !important;
            }

        h4 {
                font-weight: 700 !important;
            }

        p {
                margin-bottom: 0px;
            }

        p {
                max-width: none;
            }

        &::marker {
                font-size: 1.25rem;
                line-height: 1.75rem;
            }

        &::marker {
                --tw-text-opacity: 1;
                color: rgb(156 163 175 / var(--tw-text-opacity, 1));
            }
      }

      p {
            padding-bottom: 0px;
        }
    }
  }

.cf-icon .icon-pdf {
    font-weight: 600 !important;
}

.page-template-page-doc-library {

  :where(.wp-element-button, .wp-block-button__link) {
        display: inline-flex;
    }

  :where(.wp-element-button, .wp-block-button__link) {
        align-items: center;
    }

  :where(.wp-element-button, .wp-block-button__link) {
        justify-content: center;
    }

  :where(.wp-element-button, .wp-block-button__link) {
        white-space: nowrap;
    }

  :where(.wp-element-button, .wp-block-button__link) {
        padding-left: 1rem;
        padding-right: 1rem;
    }

  :where(.wp-element-button, .wp-block-button__link) {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

  :where(.wp-element-button, .wp-block-button__link) {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

  :where(.wp-element-button, .wp-block-button__link) {
        font-weight: 600;
    }

  :where(.wp-element-button, .wp-block-button__link) {
        letter-spacing: 0.025em;
    }

  :where(.wp-element-button, .wp-block-button__link) {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

  :where(.wp-element-button, .wp-block-button__link) {
        transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    }

  @media not all and (min-width: 768px) {
        :where(.wp-element-button, .wp-block-button__link) {
            width: 100%;
        }
    }

  @media (min-width: 1024px) {
        :where(.wp-element-button, .wp-block-button__link) {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }
    }

  @media (min-width: 1024px) {
        :where(.wp-element-button, .wp-block-button__link) {
            padding-top: 1rem;
            padding-bottom: 1rem;
        }
    }

  @media (min-width: 1024px) {
        :where(.wp-element-button, .wp-block-button__link) {
            font-size: 1.5rem;
            line-height: 2rem;
        }
    }

  :where(.wp-element-button, .wp-block-button__link) {
        border-width: 1px;
    }

  :where(.wp-element-button, .wp-block-button__link) {
        --tw-border-opacity: 1;
        border-color: rgb(99 106 211 / var(--tw-border-opacity, 1));
    }

  :where(.wp-element-button, .wp-block-button__link) {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }

  :where(.wp-element-button, .wp-block-button__link) {
        font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    }

  :where(.wp-element-button, .wp-block-button__link) {
        font-weight: 600;
    }

  :where(.wp-element-button, .wp-block-button__link) {
        --tw-text-opacity: 1;
        color: rgb(99 106 211 / var(--tw-text-opacity, 1));
    }

  :where(.wp-element-button, .wp-block-button__link) {
        --tw-shadow-color: #0C0F2B;
        --tw-shadow: var(--tw-shadow-colored);
    }

  :where(.wp-element-button, .wp-block-button__link):hover {
        background-color: rgb(99 106 211 / 0.95);
    }

  :where(.wp-element-button, .wp-block-button__link):hover {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }

  :where(.wp-element-button, .wp-block-button__link):hover {
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

  :where(.wp-element-button, .wp-block-button__link):focus {
        background-color: rgb(99 106 211 / 0.95);
    }

  :where(.wp-element-button, .wp-block-button__link):focus {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }

  :where(.wp-element-button, .wp-block-button__link):focus {
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
  }

.message-box textarea {
    height: 10rem;
}

@media (min-width: 1024px) {
    .message-box textarea {
        height: 18rem;
    }
}

.scroll-row {
    display: grid;
    width: 100%;
    grid-auto-flow: column;
    grid-auto-rows: minmax(0, 1fr);
    gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    overflow: auto;
}

.scroll-row::-webkit-scrollbar-track {
    background-color: var(--scrollbar-track);
    border-radius: var(--scrollbar-track-radius);
}

.scroll-row::-webkit-scrollbar-track:hover {
    background-color: var(--scrollbar-track-hover, var(--scrollbar-track));
}

.scroll-row::-webkit-scrollbar-track:active {
    background-color: var(--scrollbar-track-active, var(--scrollbar-track-hover, var(--scrollbar-track)));
}

.scroll-row::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-thumb);
    border-radius: var(--scrollbar-thumb-radius);
}

.scroll-row::-webkit-scrollbar-thumb:hover {
    background-color: var(--scrollbar-thumb-hover, var(--scrollbar-thumb));
}

.scroll-row::-webkit-scrollbar-thumb:active {
    background-color: var(--scrollbar-thumb-active, var(--scrollbar-thumb-hover, var(--scrollbar-thumb)));
}

.scroll-row::-webkit-scrollbar-corner {
    background-color: var(--scrollbar-corner);
    border-radius: var(--scrollbar-corner-radius);
}

.scroll-row::-webkit-scrollbar-corner:hover {
    background-color: var(--scrollbar-corner-hover, var(--scrollbar-corner));
}

.scroll-row::-webkit-scrollbar-corner:active {
    background-color: var(--scrollbar-corner-active, var(--scrollbar-corner-hover, var(--scrollbar-corner)));
}

.scroll-row {
    scrollbar-width: auto;
    scrollbar-color: var(--scrollbar-thumb, initial) var(--scrollbar-track, initial);
}

.scroll-row::-webkit-scrollbar {
    display: block;
    width: var(--scrollbar-width, 16px);
    height: var(--scrollbar-height, 16px);
}

.scroll-row {
    --scrollbar-track: #e7e5e4;
    --scrollbar-thumb: #2B2E83;
}

@media not all and (min-width: 1280px) {
    .scroll-row {
        overflow-x: auto;
        background-color: rgb(214 211 209 / 0.3);
        padding: 2rem;
    }
}

.hero-box-shadow {
    border-radius: 0.375rem;
    background-color: #38242ec1;
}

@media (min-width: 1024px) {
    .hero-box-shadow {
        height: -moz-fit-content;
        height: fit-content;
        padding: 2rem;
    }
}

.hero-box-shadow {
    box-shadow: 20px 16px 10px 3px #09080924;
  }

.forminator-field input,
  .forminator-field textarea {
    border-radius: 0.375rem;
    border-width: 1px;
    border-color: rgb(30 58 120 / 0.5);
    padding: 0.5rem;
}

.forminator-field input:hover,
  .forminator-field textarea:hover {
    --tw-border-opacity: 1;
    border-color: rgb(43 46 131 / var(--tw-border-opacity, 1));
}

.forminator-field input:focus,
  .forminator-field textarea:focus {
    --tw-border-opacity: 1;
    border-color: rgb(43 46 131 / var(--tw-border-opacity, 1));
}

.forminator-consent__label p {
    font-weight: 500;

    a {
        display: inline !important;
    }

    a {
        font-size: 1rem !important;
        line-height: 1.5rem !important;
    }

    a {
        font-weight: 700 !important;
    }

  a {
        display: inline-flex;
    }

  a {
        align-items: center;
    }

  a {
        justify-content: center;
    }

  a {
        white-space: nowrap;
    }

  a {
        padding-left: 1rem;
        padding-right: 1rem;
    }

  a {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

  a {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

  a {
        font-weight: 600;
    }

  a {
        letter-spacing: 0.025em;
    }

  a {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

  a {
        transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    }

  @media not all and (min-width: 768px) {
        a {
            width: 100%;
        }
    }

  @media (min-width: 1024px) {
        a {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }
    }

  @media (min-width: 1024px) {
        a {
            padding-top: 1rem;
            padding-bottom: 1rem;
        }
    }

  @media (min-width: 1024px) {
        a {
            font-size: 1.5rem;
            line-height: 2rem;
        }
    }

  a {
        border-style: none;
    }

  a {
        background-color: transparent;
    }

  a {
        padding-left: 0px;
        padding-right: 0px;
    }

  a {
        padding-top: 0px;
        padding-bottom: 0px;
    }

  a {
        font-family: Open Sans, sans-serif;
    }

  a {
        font-weight: 600;
    }

  a {
        --tw-text-opacity: 1;
        color: rgb(99 106 211 / var(--tw-text-opacity, 1));
    }

  a {
        text-decoration-line: underline;
    }

  a {
        text-underline-offset: 4px;
    }

  a {
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

  a:hover {
        font-weight: 700;
    }

  a:hover {
        --tw-text-opacity: 1;
        color: rgb(36 39 109 / var(--tw-text-opacity, 1));
    }

  a:focus {
        font-weight: 700;
    }

  a:focus {
        --tw-text-opacity: 1;
        color: rgb(36 39 109 / var(--tw-text-opacity, 1));
    }

  a[target="_blank"]:not([download]):not(#cf-app .btn-download)::after {
        position: relative;
    }

  a[target="_blank"]:not([download]):not(#cf-app .btn-download)::after {
        top: 100%;
    }

  a[target="_blank"]:not([download]):not(#cf-app .btn-download)::after {
        margin-left: 0.25rem;
    }

  a[target="_blank"]:not([download]):not(#cf-app .btn-download)::after {
        display: inline;
    }

  a[target="_blank"]:not([download]):not(#cf-app .btn-download)::after {
        width: 0.75rem !important;
        height: 0.75rem !important;
    }

  a[target="_blank"]:not([download]):not(#cf-app .btn-download)::after {
        background-image: url('https://api.iconify.design/cuida:open-in-new-tab-outline.svg?color=%2324276d');
    }

  a[target="_blank"]:not([download]):not(#cf-app .btn-download)::after {
        background-size: contain;
    }

  a[target="_blank"]:not([download]):not(#cf-app .btn-download)::after {
        background-repeat: no-repeat;
    }

  @media (min-width: 1024px) {
        a[target="_blank"]:not([download]):not(#cf-app .btn-download)::after {
            --tw-content: '';
            content: var(--tw-content);
        }
    }
}

.forminator-response-message {
    order: 9999;
    width: 100%;
    height: 100%;
}

.forminator-field {
    display: flex;
    flex-direction: column;
    justify-content: center;

    label {
        font-weight: 700;
    }

    label {
        --tw-text-opacity: 1;
        color: rgb(18 35 74 / var(--tw-text-opacity, 1));
    }

    @media (min-width: 768px) {
        label {
            font-size: 1.125rem;
            line-height: 1.75rem;
        }
    }

    &:has(button) {
        align-items: center;
    }
}

button.forminator-button {
    width: 25% !important;
    border-width: 2px;
    font-family: Tanker, sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    letter-spacing: 0.025em;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

@media not all and (min-width: 768px) {
    button.forminator-button {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    button.forminator-button {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

button.forminator-button {
    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));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    will-change: transform;
}

button.forminator-button:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    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));
}

button.forminator-button:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    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));
}

@media (min-width: 768px) {
    button.forminator-button:hover {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.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));
    }
    button.forminator-button:focus {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.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));
    }
}

button.forminator-button {
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(201 61 52 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(201 61 52 / var(--tw-bg-opacity, 1));
    font-family: Tanker, sans-serif;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

button.forminator-button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(201 61 52 / var(--tw-text-opacity, 1));
    --tw-shadow-color: #430F0B;
    --tw-shadow: var(--tw-shadow-colored);
}

button.forminator-button:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(201 61 52 / var(--tw-text-opacity, 1));
    --tw-shadow-color: #430F0B;
    --tw-shadow: var(--tw-shadow-colored);
}

button.forminator-button:hover {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

button.forminator-button:focus {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* Slide Plugin CSS Hack */

.wp-spaios-slider,
  .wp-spaios-slider-wrap,
  .wp-spaios-slider {
    height: 100% !important;
    padding-bottom: 0px !important;
}

body img.wp-spaios-slider-image {
    height: 100% !important;
    width: 100% !important;
    padding-bottom: 0px !important;
}

@media (min-width: 1280px) {
    body img.wp-spaios-slider-image {
        height: 100%;
    }
}

.stamp-text-hover {
    text-shadow: 1px -1px 0px rgb(20 23 65 / 88%);
  }

.stamp-text {
    text-shadow: 1px -1px 0px #2b2e83;
  }

.stamp {
    filter: invert(20%) sepia(16%) saturate(5566%) hue-rotate(200deg) brightness(89%) contrast(92%);
  }

.doc-list {
    display: flex;
    height: 100%;
    list-style-type: square;
    flex-direction: column;
    justify-content: space-evenly;
    justify-items: center;
    padding-left: 1.5rem;

    > li {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    > li {
        line-height: 2rem;
    }

    > li {

      &::marker {
        color: #8099d1;
      }

      &:hover {
        &::marker {
          color: #1e3a78;
        }
      }
    }
}

.subline {
    /* based on h3 */
    color: var(--tw-prose-body);
    max-width: 65ch;
  }

.subline :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

.subline :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}

.subline :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
}

.subline :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
}

.subline :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.subline :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.subline :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.subline :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}

.subline :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}

.subline :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}

.subline :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}

.subline :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}

.subline :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
}

.subline :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
}

.subline :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
}

.subline :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
}

.subline :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
}

.subline :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}

.subline :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters);
}

.subline :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
}

.subline :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
}

.subline :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
}

.subline :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-inline-start-width: 0.25rem;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
}

.subline :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: open-quote;
}

.subline :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: close-quote;
}

.subline :where(h1):not(:where([class~="not-prose"],[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;
}

.subline :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 900;
    color: inherit;
}

.subline :where(h2):not(:where([class~="not-prose"],[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;
}

.subline :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 800;
    color: inherit;
}

.subline :where(h3):not(:where([class~="not-prose"],[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;
}

.subline :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}

.subline :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
}

.subline :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}

.subline :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}

.subline :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
}

.subline :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}

.subline :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-family: inherit;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-inline-start: 0.375em;
}

.subline :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
}

.subline :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: "`";
}

.subline :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: "`";
}

.subline :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.subline :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.subline :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
}

.subline :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
}

.subline :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.subline :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.subline :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}

.subline :where(pre):not(:where([class~="not-prose"],[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-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-inline-start: 1.1428571em;
}

.subline :where(pre code):not(:where([class~="not-prose"],[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;
}

.subline :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: none;
}

.subline :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: none;
}

.subline :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    width: 100%;
    table-layout: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
}

.subline :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
}

.subline :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}

.subline :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
}

.subline :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 0;
}

.subline :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: baseline;
}

.subline :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
}

.subline :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: top;
}

.subline :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    text-align: start;
}

.subline :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}

.subline :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
}

.subline {
    --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-kbd: #111827;
    --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
    --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-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --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;
}

.subline :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}

.subline :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.subline :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
}

.subline :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
}

.subline :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}

.subline :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}

.subline :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}

.subline :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}

.subline :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}

.subline :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}

.subline :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

.subline :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
}

.subline :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}

.subline :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}

.subline :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}

.subline :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}

.subline :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
}

.subline :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
}

.subline :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}

.subline :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
}

.subline :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
}

.subline :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}

.subline :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}

.subline :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
}

.subline {
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 768px) {
    .subline {
        text-align: center;
    }
}

@media (min-width: 1024px) {
    .subline {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.hero-emph {
    white-space: nowrap;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: rgb(236 79 70 / 0.9);
    text-shadow: 2px 2px 4px rgba(56, 56, 56, 0.5);
}

@media (min-width: 768px) {
    .hero-emph {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.hero-mask {
    position: relative;
    z-index: 0;
    -webkit-mask-image: url("assets/images/front-page/shield-mask.svg");
    mask-image: url("assets/images/front-page/shield-mask.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    background: linear-gradient(to left, #b63b2a, #d9b75f);
    -webkit-mask-position: -50% 50%;
            mask-position: -50% 50%;
    -webskit-mask-position: -50% 50%;
}

@media (max-width: 768px) {
    .hero-mask {
      -webkit-mask-position: left bottom;
      mask-position: left bottom;
    }
  }

@media (max-width: 425px) {
    .hero-mask {
      -webkit-mask-position: top;
      mask-image: url("assets/images/front-page/firemask-mob.svg");
      -webkit-mask-image: url("assets/images/front-page/firemask-mob.svg");
      mask-position: top;
    }
  }

.trust-card-header {
    --tw-text-opacity: 1;
    color: rgb(99 106 211 / var(--tw-text-opacity, 1));
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}

.group:hover .trust-card-header {
    --tw-text-opacity: 1;
    color: rgb(201 61 52 / var(--tw-text-opacity, 1));
    text-decoration-color: #C93D34;
}

.group:focus .trust-card-header {
    --tw-text-opacity: 1;
    color: rgb(201 61 52 / var(--tw-text-opacity, 1));
    text-decoration-color: #C93D34;
}

.shield-shape {
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
  }

.bg-layered-card {
    --tw-backdrop-blur: blur(4px);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    background-image:
      url("assets/images/front-page/logo-bg.png"), url("assets/images/front-page/paper.png");
    background-repeat: no-repeat;
    background-size: auto, cover;
    background-position: center;
}

/* === Duotone wrapper === */

.duotone {
    position: relative;
    display: block;
    overflow: hidden;
    --duotone-tint: #2b2e83;
}

/* === Base image === */

.duotone > img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: rgb(55 65 81 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
    --tw-brightness: brightness(1);
    --tw-contrast: contrast(1);
    --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);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duotone > img:hover {
    --tw-brightness: brightness(1);
    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);
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.duotone > img:focus {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .duotone > img {
    --tw-contrast: contrast(1);
    --tw-grayscale: grayscale(0);
    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-duration: 300ms;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

.group:focus .duotone > img {
    --tw-contrast: contrast(1);
    --tw-grayscale: grayscale(0);
    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-duration: 300ms;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

/* highlight tint */

.duotone::after {
    pointer-events: none;
    position: absolute;
    inset: 0px;
    mix-blend-mode: screen;
    --tw-content: '';
    content: var(--tw-content);
}

.group:hover .duotone::after {
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 100ms;
}

.group:focus .duotone::after {
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 100ms;
}

.duotone::after {
    background-color: var(--duotone-tint);
  }

/* Motion-friendly */

@media (prefers-reduced-motion: reduce) {
    .duotone > img {
        transition-property: none;
    }
  }

.meta-pill {
    display: flex;
    align-items: center;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
}

.standard-highlight {
    font-weight: 600;
}

.product-name-highlight {
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(28 25 23 / var(--tw-text-opacity, 1));
}

.pending {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-weight: 300;
}

.mob-tab {
    display: inline-block;
}

@media (min-width: 768px) {
    .mob-tab {
        display: none;
    }
}

.desktop-tab {
    display: none;
}

@media (min-width: 768px) {
    .desktop-tab {
        display: inline-block;
    }
}

.pagination {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;

    .current {
        font-weight: 700;
    }
}

.text-shadow-hero {
    text-shadow: 2px 2px 4px rgba(56, 56, 56, 0.5);
  }

.text-shadow-md {
    text-shadow: 1px 0px 1px #524561;
  }

.bg-blue-gradient {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
    --tw-gradient-from: rgb(43 46 131 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(43 46 131 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-from-position: 20%;
    --tw-gradient-to: rgb(36 39 109 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(36 39 109 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
    --tw-gradient-via-position: 55%;
    --tw-gradient-to: rgb(20 23 65 / 0.8) var(--tw-gradient-to-position);
    --tw-gradient-to-position: 90%;
}

@media (min-width: 1024px) {
    .bg-blue-gradient {
        --tw-gradient-from-position: 30%;
        --tw-gradient-via-position: 60%;
        --tw-gradient-to-position: 95%;
    }
}

.default-background {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
    background-image: url('./assets/images/lines.png');
    background-size: 250px;
    background-repeat: repeat;
    background-blend-mode: multiply;
}

.input-box-style {
    border-radius: 0.375rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(99 106 211 / var(--tw-border-opacity, 1));
}

.input-box-style:focus {
    border-width: 4px;
}

.\!btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    letter-spacing: 0.025em;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

@media not all and (min-width: 768px) {
    .\!btn {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .\!btn {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    letter-spacing: 0.025em;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

@media not all and (min-width: 768px) {
    .btn {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .btn {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.btn-motion {
    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));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    will-change: transform;
}

.btn-animate-left {
    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));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    will-change: transform;
}

.btn-animate-left:hover {
    --tw-translate-x: 0.25rem;
    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-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-animate-left:active {
    --tw-translate-x: 0px;
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    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));
}

.btn-animate-grow {
    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));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    will-change: transform;
}

.btn-animate-grow:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    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));
}

.btn-animate-grow:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    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));
}

@media (min-width: 768px) {
    .btn-animate-grow:hover {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.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));
    }
    .btn-animate-grow:focus {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.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));
    }
}

.btn-primary {
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(201 61 52 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(201 61 52 / var(--tw-bg-opacity, 1));
    font-family: Tanker, sans-serif;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(201 61 52 / var(--tw-text-opacity, 1));
    --tw-shadow-color: #430F0B;
    --tw-shadow: var(--tw-shadow-colored);
}

.btn-primary:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(201 61 52 / var(--tw-text-opacity, 1));
    --tw-shadow-color: #430F0B;
    --tw-shadow: var(--tw-shadow-colored);
}

.btn-secondary {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(99 106 211 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(99 106 211 / var(--tw-text-opacity, 1));
    --tw-shadow-color: #0C0F2B;
    --tw-shadow: var(--tw-shadow-colored);
}

.btn-secondary:hover {
    background-color: rgb(99 106 211 / 0.95);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-secondary:focus {
    background-color: rgb(99 106 211 / 0.95);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-tertiary {
    border-style: none;
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(99 106 211 / var(--tw-text-opacity, 1));
    text-decoration-line: underline;
    text-underline-offset: 4px;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-tertiary:hover {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(36 39 109 / var(--tw-text-opacity, 1));
}

.btn-tertiary:focus {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(36 39 109 / var(--tw-text-opacity, 1));
}

.btn-tertiary[target="_blank"]:not([download]):not(#cf-app .btn-download)::after {
    position: relative;
    top: 100%;
    margin-left: 0.25rem;
    display: inline;
    width: 0.75rem !important;
    height: 0.75rem !important;
    background-image: url('https://api.iconify.design/cuida:open-in-new-tab-outline.svg?color=%2324276d');
    background-size: contain;
    background-repeat: no-repeat;
}

@media (min-width: 1024px) {
    .btn-tertiary[target="_blank"]:not([download]):not(#cf-app .btn-download)::after {
        --tw-content: '';
        content: var(--tw-content);
    }
}

.\!btn-sm {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

@media (min-width: 768px) {
    .\!btn-sm {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.btn-sm {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

@media (min-width: 768px) {
    .btn-sm {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.btn-lg {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
}

@media (min-width: 768px) {
    .btn-lg {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

.btn-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    letter-spacing: 0.025em;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

@media not all and (min-width: 768px) {
    .btn-download {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .btn-download {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.btn-download {
    border-style: none;
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(99 106 211 / var(--tw-text-opacity, 1));
    text-decoration-line: underline;
    text-underline-offset: 4px;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-download:hover {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(36 39 109 / var(--tw-text-opacity, 1));
}

.btn-download:focus {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(36 39 109 / var(--tw-text-opacity, 1));
}

.btn-download[target="_blank"]:not([download]):not(#cf-app .btn-download)::after {
    position: relative;
    top: 100%;
    margin-left: 0.25rem;
    display: inline;
    width: 0.75rem !important;
    height: 0.75rem !important;
    background-image: url('https://api.iconify.design/cuida:open-in-new-tab-outline.svg?color=%2324276d');
    background-size: contain;
    background-repeat: no-repeat;
}

@media (min-width: 1024px) {
    .btn-download[target="_blank"]:not([download]):not(#cf-app .btn-download)::after {
        --tw-content: '';
        content: var(--tw-content);
    }
}

p a {
    position: relative;
    font-weight: 600;
    --tw-text-opacity: 1 !important;
    color: rgb(99 106 211 / var(--tw-text-opacity, 1)) !important;
    text-decoration-line: underline;
}

p a:hover {
    font-weight: 700;
    --tw-text-opacity: 1 !important;
    color: rgb(36 39 109 / var(--tw-text-opacity, 1)) !important;
}

p a:focus {
    font-weight: 700;
    --tw-text-opacity: 1 !important;
    color: rgb(36 39 109 / var(--tw-text-opacity, 1)) !important;
}

p a {

    ::after {
        position: relative;
    }

    ::after {
        top: 100%;
    }

    ::after {
        margin-left: 0.25rem;
    }

    ::after {
        display: inline;
    }

    ::after {
        width: 0.75rem !important;
        height: 0.75rem !important;
    }

    ::after {
        background-image: url('https://api.iconify.design/cuida:open-in-new-tab-outline.svg?color=%2324276d');
    }

    ::after {
        background-size: contain;
    }

    ::after {
        background-repeat: no-repeat;
    }

    @media (min-width: 1024px) {
        ::after {
            --tw-content: '';
            content: var(--tw-content);
        }
    }
  }

.\*\:\!w-full > * {
    width: 100% !important;
}

.\*\:\!font-mono > * {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.marker\:text-brand-indigo-200 *::marker {
    color: rgb(183 186 236 );
}

.marker\:text-brand-indigo-200::marker {
    color: rgb(183 186 236 );
}

.file\:text-center::file-selector-button {
    text-align: center;
}

.after\:absolute::after {
    content: var(--tw-content);
    position: absolute;
}

.after\:m-1::after {
    content: var(--tw-content);
    margin: 0.25rem;
}

.after\:size-4::after {
    content: var(--tw-content);
    width: 1rem;
    height: 1rem;
}

.after\:bg-\[url\(\'https\:\/\/api\.iconify\.design\/cuida\:open-in-new-tab-outline\.svg\?color\=\%2324276d\'\)\]::after {
    content: var(--tw-content);
    background-image: url('https://api.iconify.design/cuida:open-in-new-tab-outline.svg?color=%2324276d');
}

.after\:bg-contain::after {
    content: var(--tw-content);
    background-size: contain;
}

.after\:bg-no-repeat::after {
    content: var(--tw-content);
    background-repeat: no-repeat;
}

.after\:content-\[\'\'\]::after {
    --tw-content: '';
    content: var(--tw-content);
}

.peer\/pages:checked ~ .peer-checked\/pages\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
    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));
}

.hover\:text-brand-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgb(43 46 131 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
    text-decoration-line: underline;
}

.hover\:no-underline:hover {
    text-decoration-line: none;
}

.hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:brightness-100:hover {
    --tw-brightness: brightness(1);
    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);
}

.active\:translate-x-0:active {
    --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));
}

.hocus\:translate-x-2:hover {
    --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));
}

.hocus\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    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));
}

.hocus\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.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));
}

.hocus\:border-2:hover {
    border-width: 2px;
}

.hocus\:border-brand-indigo-400\/50:hover {
    border-color: rgb(99 106 211 / 0.5);
}

.hocus\:border-brand-red:hover {
    --tw-border-opacity: 1;
    border-color: rgb(166 49 41 / var(--tw-border-opacity, 1));
}

.hocus\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.hocus\:border-l-brand-navy-500:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(30 58 120 / var(--tw-border-opacity, 1));
}

.hocus\:bg-brand-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(224 226 248 / var(--tw-bg-opacity, 1));
}

.hocus\:bg-brand-indigo-400\/95:hover {
    background-color: rgb(99 106 211 / 0.95);
}

.hocus\:bg-stone-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(214 211 209 / var(--tw-bg-opacity, 1));
}

.hocus\:bg-stone-300\/50:hover {
    background-color: rgb(214 211 209 / 0.5);
}

.hocus\:bg-stone-400\/50:hover {
    background-color: rgb(168 162 158 / 0.5);
}

.hocus\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hocus\:bg-zinc-300\/50:hover {
    background-color: rgb(212 212 216 / 0.5);
}

.hocus\:\!bg-\[url\(\'https\:\/\/api\.iconify\.design\/line-md\:phone-call-twotone\.svg\?color\=\%23c93d34\'\)\]:hover {
    background-image: url('https://api.iconify.design/line-md:phone-call-twotone.svg?color=%23c93d34') !important;
}

.hocus\:bg-\[url\(\'https\:\/\/api\.iconify\.design\/tabler\:caret-down-filled\.svg\?color\=\%23A63129\'\)\]:hover {
    background-image: url('https://api.iconify.design/tabler:caret-down-filled.svg?color=%23A63129');
}

.hocus\:bg-\[size\:80\%\]:hover {
    background-size: 80%;
}

.hocus\:font-bold:hover {
    font-weight: 700;
}

.hocus\:font-semibold:hover {
    font-weight: 600;
}

.hocus\:\!text-pink-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(249 168 212 / var(--tw-text-opacity, 1)) !important;
}

.hocus\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hocus\:text-brand-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgb(183 186 236 / var(--tw-text-opacity, 1));
}

.hocus\:text-brand-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgb(141 146 223 / var(--tw-text-opacity, 1));
}

.hocus\:text-brand-red:hover {
    --tw-text-opacity: 1;
    color: rgb(166 49 41 / var(--tw-text-opacity, 1));
}

.hocus\:text-brand-red-600:hover {
    --tw-text-opacity: 1;
    color: rgb(201 61 52 / var(--tw-text-opacity, 1));
}

.hocus\:text-brand-red-800:hover {
    --tw-text-opacity: 1;
    color: rgb(115 31 26 / var(--tw-text-opacity, 1));
}

.hocus\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hocus\:\!underline:hover {
    text-decoration-line: underline !important;
}

.hocus\:underline:hover {
    text-decoration-line: underline;
}

.hocus\:decoration-2:hover {
    text-decoration-thickness: 2px;
}

.hocus\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hocus\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hocus\:shadow-stone-500\/40:hover {
    --tw-shadow-color: rgb(120 113 108 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}

.hocus\:shadow-stone-700\/50:hover {
    --tw-shadow-color: rgb(68 64 60 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}

.hocus\:shadow-stone-800:hover {
    --tw-shadow-color: #292524;
    --tw-shadow: var(--tw-shadow-colored);
}

.hocus\:shadow-stone-800\/50:hover {
    --tw-shadow-color: rgb(41 37 36 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}

.hocus\:transition-all:hover {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.hocus\:ease-smooth:hover {
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

.hocus\:marker\:text-brand-indigo-300 *:hover::marker {
    color: rgb(141 146 223 );
}

.hocus\:marker\:text-brand-indigo-300:hover::marker {
    color: rgb(141 146 223 );
}

.hocus\:translate-x-2:focus {
    --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));
}

.hocus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    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));
}

.hocus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.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));
}

.hocus\:border-2:focus {
    border-width: 2px;
}

.hocus\:border-brand-indigo-400\/50:focus {
    border-color: rgb(99 106 211 / 0.5);
}

.hocus\:border-brand-red:focus {
    --tw-border-opacity: 1;
    border-color: rgb(166 49 41 / var(--tw-border-opacity, 1));
}

.hocus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.hocus\:border-l-brand-navy-500:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(30 58 120 / var(--tw-border-opacity, 1));
}

.hocus\:bg-brand-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(224 226 248 / var(--tw-bg-opacity, 1));
}

.hocus\:bg-brand-indigo-400\/95:focus {
    background-color: rgb(99 106 211 / 0.95);
}

.hocus\:bg-stone-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(214 211 209 / var(--tw-bg-opacity, 1));
}

.hocus\:bg-stone-300\/50:focus {
    background-color: rgb(214 211 209 / 0.5);
}

.hocus\:bg-stone-400\/50:focus {
    background-color: rgb(168 162 158 / 0.5);
}

.hocus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hocus\:bg-zinc-300\/50:focus {
    background-color: rgb(212 212 216 / 0.5);
}

.hocus\:\!bg-\[url\(\'https\:\/\/api\.iconify\.design\/line-md\:phone-call-twotone\.svg\?color\=\%23c93d34\'\)\]:focus {
    background-image: url('https://api.iconify.design/line-md:phone-call-twotone.svg?color=%23c93d34') !important;
}

.hocus\:bg-\[url\(\'https\:\/\/api\.iconify\.design\/tabler\:caret-down-filled\.svg\?color\=\%23A63129\'\)\]:focus {
    background-image: url('https://api.iconify.design/tabler:caret-down-filled.svg?color=%23A63129');
}

.hocus\:bg-\[size\:80\%\]:focus {
    background-size: 80%;
}

.hocus\:font-bold:focus {
    font-weight: 700;
}

.hocus\:font-semibold:focus {
    font-weight: 600;
}

.hocus\:\!text-pink-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgb(249 168 212 / var(--tw-text-opacity, 1)) !important;
}

.hocus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hocus\:text-brand-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgb(183 186 236 / var(--tw-text-opacity, 1));
}

.hocus\:text-brand-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgb(141 146 223 / var(--tw-text-opacity, 1));
}

.hocus\:text-brand-red:focus {
    --tw-text-opacity: 1;
    color: rgb(166 49 41 / var(--tw-text-opacity, 1));
}

.hocus\:text-brand-red-600:focus {
    --tw-text-opacity: 1;
    color: rgb(201 61 52 / var(--tw-text-opacity, 1));
}

.hocus\:text-brand-red-800:focus {
    --tw-text-opacity: 1;
    color: rgb(115 31 26 / var(--tw-text-opacity, 1));
}

.hocus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hocus\:\!underline:focus {
    text-decoration-line: underline !important;
}

.hocus\:underline:focus {
    text-decoration-line: underline;
}

.hocus\:decoration-2:focus {
    text-decoration-thickness: 2px;
}

.hocus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hocus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hocus\:shadow-stone-500\/40:focus {
    --tw-shadow-color: rgb(120 113 108 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}

.hocus\:shadow-stone-700\/50:focus {
    --tw-shadow-color: rgb(68 64 60 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}

.hocus\:shadow-stone-800:focus {
    --tw-shadow-color: #292524;
    --tw-shadow: var(--tw-shadow-colored);
}

.hocus\:shadow-stone-800\/50:focus {
    --tw-shadow-color: rgb(41 37 36 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}

.hocus\:transition-all:focus {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.hocus\:ease-smooth:focus {
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

.hocus\:marker\:text-brand-indigo-300 *:focus::marker {
    color: rgb(141 146 223 );
}

.hocus\:marker\:text-brand-indigo-300:focus::marker {
    color: rgb(141 146 223 );
}

.group:hover .group-hocus\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    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-hocus\:bg-stone-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hocus\:text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.group:hover .group-hocus\:text-brand-red {
    --tw-text-opacity: 1;
    color: rgb(166 49 41 / var(--tw-text-opacity, 1));
}

.group:hover .group-hocus\:text-brand-red-600 {
    --tw-text-opacity: 1;
    color: rgb(201 61 52 / var(--tw-text-opacity, 1));
}

.group:hover .group-hocus\:text-brand-red-700 {
    --tw-text-opacity: 1;
    color: rgb(166 49 41 / var(--tw-text-opacity, 1));
}

.group:hover .group-hocus\:underline {
    text-decoration-line: underline;
}

.group:hover .group-hocus\:opacity-0 {
    opacity: 0;
}

.group:hover .group-hocus\:contrast-100 {
    --tw-contrast: contrast(1);
    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);
}

.group:hover .group-hocus\:grayscale-0 {
    --tw-grayscale: grayscale(0);
    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);
}

.group:hover .group-hocus\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.group:hover .group-hocus\:duration-300 {
    transition-duration: 300ms;
}

.group:focus .group-hocus\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    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:focus .group-hocus\:bg-stone-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
}

.group:focus .group-hocus\:text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.group:focus .group-hocus\:text-brand-red {
    --tw-text-opacity: 1;
    color: rgb(166 49 41 / var(--tw-text-opacity, 1));
}

.group:focus .group-hocus\:text-brand-red-600 {
    --tw-text-opacity: 1;
    color: rgb(201 61 52 / var(--tw-text-opacity, 1));
}

.group:focus .group-hocus\:text-brand-red-700 {
    --tw-text-opacity: 1;
    color: rgb(166 49 41 / var(--tw-text-opacity, 1));
}

.group:focus .group-hocus\:underline {
    text-decoration-line: underline;
}

.group:focus .group-hocus\:opacity-0 {
    opacity: 0;
}

.group:focus .group-hocus\:contrast-100 {
    --tw-contrast: contrast(1);
    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);
}

.group:focus .group-hocus\:grayscale-0 {
    --tw-grayscale: grayscale(0);
    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);
}

.group:focus .group-hocus\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.group:focus .group-hocus\:duration-300 {
    transition-duration: 300ms;
}

.group:hover .group-hocus\:after\:w-full::after {
    content: var(--tw-content);
    width: 100%;
}

.group:focus .group-hocus\:after\:w-full::after {
    content: var(--tw-content);
    width: 100%;
}

.prose-p\:my-0 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    margin-top: 0px;
    margin-bottom: 0px;
}

@media not all and (min-width: 1280px) {
    .max-xl\:overflow-x-auto {
        overflow-x: auto;
    }
    .max-xl\:bg-stone-300\/30 {
        background-color: rgb(214 211 209 / 0.3);
    }
}

@media not all and (min-width: 1024px) {
    .max-lg\:top-0 {
        top: 0px;
    }
    .max-lg\:hidden {
        display: none;
    }
    .max-lg\:aspect-square {
        aspect-ratio: 1 / 1;
    }
    .max-lg\:w-72 {
        width: 18rem;
    }
    .max-lg\:w-full {
        width: 100%;
    }
    .max-lg\:max-w-64 {
        max-width: 16rem;
    }
    .max-lg\:flex-col {
        flex-direction: column;
    }
    .max-lg\:items-start {
        align-items: flex-start;
    }
    .max-lg\:items-center {
        align-items: center;
    }
    .max-lg\:justify-end {
        justify-content: flex-end;
    }
    .max-lg\:justify-between {
        justify-content: space-between;
    }
    .max-lg\:gap-y-6 {
        row-gap: 1.5rem;
    }
    .max-lg\:self-center {
        align-self: center;
    }
    .max-lg\:text-center {
        text-align: center;
    }
    .max-lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .max-lg\:underline {
        text-decoration-line: underline;
    }
    .max-lg\:decoration-transparent {
        text-decoration-color: transparent;
    }
    .max-lg\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
        --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .max-lg\:shadow-stone-700 {
        --tw-shadow-color: #44403c;
        --tw-shadow: var(--tw-shadow-colored);
    }

  .max-lg\:default-background {
        --tw-bg-opacity: 1;
        background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
        background-image: url('./assets/images/lines.png');
        background-size: 250px;
        background-repeat: repeat;
        background-blend-mode: multiply;
    }

  .max-lg\:hocus\:decoration-brand-red:hover {
        text-decoration-color: #A63129;
    }

  .max-lg\:hocus\:decoration-brand-red:focus {
        text-decoration-color: #A63129;
    }
}

@media not all and (min-width: 768px) {
    .max-md\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .max-md\:hidden {
        display: none;
    }
    .max-md\:aspect-square {
        aspect-ratio: 1 / 1;
    }
    .max-md\:\!size-fit {
        width: -moz-fit-content !important;
        width: fit-content !important;
        height: -moz-fit-content !important;
        height: fit-content !important;
    }
    .max-md\:h-\[55dvh\] {
        height: 55dvh;
    }
    .max-md\:min-h-72 {
        min-height: 18rem;
    }
    .max-md\:w-4\/5 {
        width: 80%;
    }
    .max-md\:w-5\/6 {
        width: 83.333333%;
    }
    .max-md\:w-full {
        width: 100%;
    }
    .max-md\:grow-0 {
        flex-grow: 0;
    }
    .max-md\:grid-flow-row {
        grid-auto-flow: row;
    }
    .max-md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .max-md\:flex-col {
        flex-direction: column;
    }
    .max-md\:items-center {
        align-items: center;
    }
    .max-md\:justify-evenly {
        justify-content: space-evenly;
    }
    .max-md\:gap-4 {
        gap: 1rem;
    }
    .max-md\:gap-y-3 {
        row-gap: 0.75rem;
    }
    .max-md\:bg-stone-200 {
        --tw-bg-opacity: 1;
        background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
    }
    .max-md\:p-6 {
        padding: 1.5rem;
    }
    .max-md\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .max-md\:text-center {
        text-align: center;
    }
    .max-md\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
        --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .max-md\:shadow-stone-700 {
        --tw-shadow-color: #44403c;
        --tw-shadow: var(--tw-shadow-colored);
    }
}

@media not all and (min-width: 640px) {
    .max-sm\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

@media (min-width: 640px) {
    .sm\:block {
        display: block;
    }
    .sm\:whitespace-nowrap {
        white-space: nowrap;
    }
    .sm\:p-4 {
        padding: 1rem;
    }
    .sm\:p-6 {
        padding: 1.5rem;
    }
}

@media (min-width: 768px) {
    .md\:left-\[150px\] {
        left: 150px;
    }
    .md\:top-\[-50px\] {
        top: -50px;
    }
    .md\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .md\:col-span-full {
        grid-column: 1 / -1;
    }
    .md\:col-start-2 {
        grid-column-start: 2;
    }
    .md\:m-5 {
        margin: 1.25rem;
    }
    .md\:mb-6 {
        margin-bottom: 1.5rem;
    }
    .md\:ml-8 {
        margin-left: 2rem;
    }
    .md\:block {
        display: block;
    }
    .md\:hidden {
        display: none;
    }
    .md\:h-full {
        height: 100%;
    }
    .md\:min-h-\[25vh\] {
        min-height: 25vh;
    }
    .md\:w-1\/2 {
        width: 50%;
    }
    .md\:w-1\/4 {
        width: 25%;
    }
    .md\:w-3\/4 {
        width: 75%;
    }
    .md\:w-4\/5 {
        width: 80%;
    }
    .md\:w-44 {
        width: 11rem;
    }
    .md\:w-5\/6 {
        width: 83.333333%;
    }
    .md\:w-full {
        width: 100%;
    }
    .md\:max-w-56 {
        max-width: 14rem;
    }
    .md\:max-w-\[22rem\] {
        max-width: 22rem;
    }
    .md\:-rotate-6 {
        --tw-rotate: -6deg;
        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));
    }
    .md\:rotate-2 {
        --tw-rotate: 2deg;
        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));
    }
    .md\:grid-flow-col {
        grid-auto-flow: column;
    }
    .md\:auto-rows-fr {
        grid-auto-rows: minmax(0, 1fr);
    }
    .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\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .md\:flex-row {
        flex-direction: row;
    }
    .md\:flex-col {
        flex-direction: column;
    }
    .md\:items-center {
        align-items: center;
    }
    .md\:justify-start {
        justify-content: flex-start;
    }
    .md\:gap-x-10 {
        -moz-column-gap: 2.5rem;
             column-gap: 2.5rem;
    }
    .md\:gap-x-5 {
        -moz-column-gap: 1.25rem;
             column-gap: 1.25rem;
    }
    .md\:gap-y-2 {
        row-gap: 0.5rem;
    }
    .md\:gap-y-4 {
        row-gap: 1rem;
    }
    .md\:gap-y-5 {
        row-gap: 1.25rem;
    }
    .md\:gap-y-6 {
        row-gap: 1.5rem;
    }
    .md\:gap-y-8 {
        row-gap: 2rem;
    }
    .md\:self-center {
        align-self: center;
    }
    .md\:rounded-l-md {
        border-top-left-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }
    .md\:border-r-8 {
        border-right-width: 8px;
    }
    .md\:border-r-brand-red\/50 {
        border-right-color: rgb(166 49 41 / 0.5);
    }
    .md\:bg-stone-900\/20 {
        background-color: rgb(28 25 23 / 0.2);
    }
    .md\:bg-arrow {
        background-image: url('./assets/images/front-page/arrow-bg.png');
    }
    .md\:p-10 {
        padding: 2.5rem;
    }
    .md\:p-6 {
        padding: 1.5rem;
    }
    .md\:p-8 {
        padding: 2rem;
    }
    .md\:text-center {
        text-align: center;
    }
    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .md\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }
    .md\:text-7xl {
        font-size: 4.5rem;
        line-height: 1;
    }
    .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

  .md\:btn-animate-left {
        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));
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 300ms;
        transition-timing-function: cubic-bezier(.23, 1, .32, 1);
        will-change: transform;
    }

  .md\:btn-animate-left:hover {
        --tw-translate-x: 0.25rem;
        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-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
        --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

  .md\:btn-animate-left:active {
        --tw-translate-x: 0px;
        --tw-scale-x: .95;
        --tw-scale-y: .95;
        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));
    }

  .md\:btn-animate-grow {
        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));
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 300ms;
        transition-timing-function: cubic-bezier(.23, 1, .32, 1);
        will-change: transform;
    }

  .md\:btn-animate-grow:hover {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
        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));
    }

  .md\:btn-animate-grow:focus {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
        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));
    }

  @media (min-width: 768px) {
        .md\:btn-animate-grow:hover {
            --tw-scale-x: 1.1;
            --tw-scale-y: 1.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));
        }
        .md\:btn-animate-grow:focus {
            --tw-scale-x: 1.1;
            --tw-scale-y: 1.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));
        }
    }

  .md\:\[grid-template-columns\:repeat\(auto-fill\2c minmax\(230px\2c 1fr\)\)\] {
        grid-template-columns: repeat(auto-fill,minmax(230px,1fr));
    }

  .md\:\[grid-template-columns\:repeat\(auto-fill\2c minmax\(300px\2c 300px\)\)\] {
        grid-template-columns: repeat(auto-fill,minmax(300px,300px));
    }
}

@media (min-width: 1024px) {
    .lg\:absolute {
        position: absolute;
    }
    .lg\:\!top-\[145px\] {
        top: 145px !important;
    }
    .lg\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .lg\:col-span-3 {
        grid-column: span 3 / span 3;
    }
    .lg\:col-span-6 {
        grid-column: span 6 / span 6;
    }
    .lg\:col-span-full {
        grid-column: 1 / -1;
    }
    .lg\:row-span-full {
        grid-row: 1 / -1;
    }
    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .lg\:my-14 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }
    .lg\:mb-12 {
        margin-bottom: 3rem;
    }
    .lg\:mb-3 {
        margin-bottom: 0.75rem;
    }
    .lg\:mb-4 {
        margin-bottom: 1rem;
    }
    .lg\:mb-6 {
        margin-bottom: 1.5rem;
    }
    .lg\:mt-6 {
        margin-top: 1.5rem;
    }
    .lg\:block {
        display: block;
    }
    .lg\:flex {
        display: flex;
    }
    .lg\:\!hidden {
        display: none !important;
    }
    .lg\:hidden {
        display: none;
    }
    .lg\:\!h-auto {
        height: auto !important;
    }
    .lg\:h-\[40dvh\] {
        height: 40dvh;
    }
    .lg\:h-fit {
        height: -moz-fit-content;
        height: fit-content;
    }
    .lg\:h-full {
        height: 100%;
    }
    .lg\:min-h-\[450px\] {
        min-height: 450px;
    }
    .lg\:w-3\/4 {
        width: 75%;
    }
    .lg\:w-4\/5 {
        width: 80%;
    }
    .lg\:w-5\/6 {
        width: 83.333333%;
    }
    .lg\:w-52 {
        width: 13rem;
    }
    .lg\:w-80 {
        width: 20rem;
    }
    .lg\:w-full {
        width: 100%;
    }
    .lg\:min-w-72 {
        min-width: 18rem;
    }
    .lg\:max-w-60 {
        max-width: 15rem;
    }
    .lg\:max-w-\[576px\] {
        max-width: 576px;
    }
    .lg\:max-w-\[70\%\] {
        max-width: 70%;
    }
    .lg\:flex-grow {
        flex-grow: 1;
    }
    @keyframes flip-down {
        0% {
            transform: rotateX(-90deg);
            transform-origin: top;
        }
        100% {
            transform: rotateX(0);
            transform-origin: top;
        }
    }
    .lg\:animate-flip-down {
        animation: flip-down var(--default-animation-duration, 1s) var(--default-animation-timing-function, ease) var(--default-animation-delay, 0s) both;
    }
    .lg\:animate-none {
        animation: none;
    }
    .lg\:scroll-mt-\[--scrollbar-offset\] {
        scroll-margin-top: var(--scrollbar-offset);
    }
    .lg\:grid-flow-col {
        grid-auto-flow: column;
    }
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lg\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
    .lg\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }
    .lg\:flex-col {
        flex-direction: column;
    }
    .lg\:flex-wrap {
        flex-wrap: wrap;
    }
    .lg\:items-start {
        align-items: flex-start;
    }
    .lg\:items-center {
        align-items: center;
    }
    .lg\:gap-6 {
        gap: 1.5rem;
    }
    .lg\:gap-x-4 {
        -moz-column-gap: 1rem;
             column-gap: 1rem;
    }
    .lg\:gap-x-8 {
        -moz-column-gap: 2rem;
             column-gap: 2rem;
    }
    .lg\:gap-y-16 {
        row-gap: 4rem;
    }
    .lg\:gap-y-4 {
        row-gap: 1rem;
    }
    .lg\:gap-y-6 {
        row-gap: 1.5rem;
    }
    .lg\:gap-y-8 {
        row-gap: 2rem;
    }
    .lg\:justify-self-end {
        justify-self: end;
    }
    .lg\:text-nowrap {
        text-wrap: nowrap;
    }
    .lg\:rounded-md {
        border-radius: 0.375rem;
    }
    .lg\:rounded-r-md {
        border-top-right-radius: 0.375rem;
        border-bottom-right-radius: 0.375rem;
    }
    .lg\:border-2 {
        border-width: 2px;
    }
    .lg\:border-stone-700 {
        --tw-border-opacity: 1;
        border-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
    }
    .lg\:bg-neutral-100\/20 {
        background-color: rgb(245 245 245 / 0.2);
    }
    .lg\:bg-stone-100 {
        --tw-bg-opacity: 1;
        background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1));
    }
    .lg\:bg-stone-500\/5 {
        background-color: rgb(120 113 108 / 0.05);
    }
    .lg\:from-30\% {
        --tw-gradient-from-position: 30%;
    }
    .lg\:via-60\% {
        --tw-gradient-via-position: 60%;
    }
    .lg\:bg-right {
        background-position: right;
    }
    .lg\:p-10 {
        padding: 2.5rem;
    }
    .lg\:p-12 {
        padding: 3rem;
    }
    .lg\:p-2 {
        padding: 0.5rem;
    }
    .lg\:p-3 {
        padding: 0.75rem;
    }
    .lg\:p-4 {
        padding: 1rem;
    }
    .lg\:p-6 {
        padding: 1.5rem;
    }
    .lg\:p-8 {
        padding: 2rem;
    }
    .lg\:\!px-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .lg\:\!py-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .lg\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .lg\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .lg\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .lg\:px-\[5\%\] {
        padding-left: 5%;
        padding-right: 5%;
    }
    .lg\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .lg\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .lg\:pl-6 {
        padding-left: 1.5rem;
    }
    .lg\:pt-0 {
        padding-top: 0px;
    }
    .lg\:text-center {
        text-align: center;
    }
    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .lg\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .lg\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }
    .lg\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }
    .lg\:text-7xl {
        font-size: 4.5rem;
        line-height: 1;
    }
    .lg\:text-8xl {
        font-size: 6rem;
        line-height: 1;
    }
    .lg\:text-\[5rem\] {
        font-size: 5rem;
    }
    .lg\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .lg\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .lg\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .lg\:\!leading-\[4rem\] {
        line-height: 4rem !important;
    }
    .lg\:leading-10 {
        line-height: 2.5rem;
    }
    .lg\:text-brand-indigo-400 {
        --tw-text-opacity: 1;
        color: rgb(99 106 211 / var(--tw-text-opacity, 1));
    }
    .lg\:opacity-30 {
        opacity: 0.3;
    }
    .lg\:ease-smooth {
        transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    }
    .lg\:content-\[\'\'\] {
        --tw-content: '';
        content: var(--tw-content);
    }
    .lg\:animate-duration-500 {
        animation-duration: 500ms;
    }

  .lg\:default-background {
        --tw-bg-opacity: 1;
        background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
        background-image: url('./assets/images/lines.png');
        background-size: 250px;
        background-repeat: repeat;
        background-blend-mode: multiply;
    }

  .lg\:\[grid-template-columns\:repeat\(auto-fill\2c minmax\(220px\2c 1fr\)\)\] {
        grid-template-columns: repeat(auto-fill,minmax(220px,1fr));
    }

  .hocus\:lg\:bg-brand-red-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(115 31 26 / var(--tw-bg-opacity, 1));
    }

  .hocus\:lg\:bg-brand-red-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgb(115 31 26 / var(--tw-bg-opacity, 1));
    }
}

@media (min-width: 1280px) {
    .xl\:h-5\/6 {
        height: 83.333333%;
    }
    .xl\:w-3\/4 {
        width: 75%;
    }
    .xl\:w-5\/6 {
        width: 83.333333%;
    }
    .xl\:gap-x-10 {
        -moz-column-gap: 2.5rem;
             column-gap: 2.5rem;
    }

  .xl\:hero-box-shadow {
        border-radius: 0.375rem;
        background-color: #38242ec1;
    }

  @media (min-width: 1024px) {
        .xl\:hero-box-shadow {
            height: -moz-fit-content;
            height: fit-content;
            padding: 2rem;
        }
    }

  .xl\:hero-box-shadow {
    box-shadow: 20px 16px 10px 3px #09080924;
  }
}

@media (min-width: 1536px) {
    .\32xl\:max-w-screen-2xl {
        max-width: 1536px;
    }
}
