.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
@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: 1336px) {
    .container {
        max-width: 1336px;
    }
}
.aspect-w-\[865\] {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 865;
}
.aspect-w-\[865\] > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.aspect-h-\[371\] {
    --tw-aspect-h: 371;
}
.aspect-w-1 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 1;
}
.aspect-w-1 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.aspect-h-1 {
    --tw-aspect-h: 1;
}
.aspect-w-16 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 16;
}
.aspect-w-16 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.aspect-w-4 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 4;
}
.aspect-w-4 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.aspect-w-\[182\] {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 182;
}
.aspect-w-\[182\] > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.aspect-h-\[273\] {
    --tw-aspect-h: 273;
}
.aspect-w-\[26\] {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 26;
}
.aspect-w-\[26\] > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.aspect-h-9 {
    --tw-aspect-h: 9;
}
.aspect-w-\[380\] {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 380;
}
.aspect-w-\[380\] > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.aspect-h-\[163\] {
    --tw-aspect-h: 163;
}
.aspect-w-\[226\] {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 226;
}
.aspect-w-\[226\] > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.aspect-h-\[97\] {
    --tw-aspect-h: 97;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *)) {}
.prose :where(strong):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
}
.prose :where(ol):not(:where([class~="not-prose"] *)) {
    list-style-type: decimal;
    padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
    list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
    list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
    list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
    list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
    list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)) {
    list-style-type: disc;
    padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-left-width: 0.25rem;
    border-left-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
    content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
    content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
    font-weight: 900;
}
.prose :where(h2):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
    font-weight: 800;
}
.prose :where(h3):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
    font-weight: 700;
}
.prose :where(h4):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
    font-weight: 700;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before {
    content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after {
    content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-links);
}
.prose :where(pre):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"] *)) {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
    content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
    content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)) {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
    border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
    vertical-align: baseline;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
}
.prose {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75;
}
.prose :where(p):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.prose :where(img):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
}
.prose :where(li):not(:where([class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.375em;
}
.prose > :where(ul > li p):not(:where([class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.prose > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
}
.prose > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}
.prose > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
}
.prose > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
}
.prose :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
}
.prose :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
}
.prose > :where(:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
}
.prose > :where(:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 0;
}
.prose-sm {
    font-size: 0.875rem;
    line-height: 1.7142857;
}
.prose-sm :where(p):not(:where([class~="not-prose"] *)) {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
}
.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
}
.prose-sm :where(blockquote):not(:where([class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
}
.prose-sm :where(h1):not(:where([class~="not-prose"] *)) {
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
}
.prose-sm :where(h2):not(:where([class~="not-prose"] *)) {
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
}
.prose-sm :where(h3):not(:where([class~="not-prose"] *)) {
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
}
.prose-sm :where(h4):not(:where([class~="not-prose"] *)) {
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
}
.prose-sm :where(img):not(:where([class~="not-prose"] *)) {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
}
.prose-sm :where(video):not(:where([class~="not-prose"] *)) {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
}
.prose-sm :where(figure):not(:where([class~="not-prose"] *)) {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
}
.prose-sm :where(figure > *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}
.prose-sm :where(figcaption):not(:where([class~="not-prose"] *)) {
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
}
.prose-sm :where(code):not(:where([class~="not-prose"] *)) {
    font-size: 0.8571429em;
}
.prose-sm :where(h2 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
}
.prose-sm :where(h3 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.8888889em;
}
.prose-sm :where(pre):not(:where([class~="not-prose"] *)) {
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
}
.prose-sm :where(ol):not(:where([class~="not-prose"] *)) {
    padding-left: 1.5714286em;
}
.prose-sm :where(ul):not(:where([class~="not-prose"] *)) {
    padding-left: 1.5714286em;
}
.prose-sm :where(li):not(:where([class~="not-prose"] *)) {
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
}
.prose-sm :where(ol > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.4285714em;
}
.prose-sm :where(ul > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.4285714em;
}
.prose-sm > :where(ul > li p):not(:where([class~="not-prose"] *)) {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
}
.prose-sm > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.1428571em;
}
.prose-sm > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.1428571em;
}
.prose-sm > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.1428571em;
}
.prose-sm > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.1428571em;
}
.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
}
.prose-sm :where(hr):not(:where([class~="not-prose"] *)) {
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
}
.prose-sm :where(hr + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
}
.prose-sm :where(h2 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
}
.prose-sm :where(h3 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
}
.prose-sm :where(h4 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
}
.prose-sm :where(table):not(:where([class~="not-prose"] *)) {
    font-size: 0.8571429em;
    line-height: 1.5;
}
.prose-sm :where(thead th):not(:where([class~="not-prose"] *)) {
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
}
.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
}
.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
}
.prose-sm :where(tbody td):not(:where([class~="not-prose"] *)) {
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
}
.prose-sm :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
}
.prose-sm :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
}
.prose-sm > :where(:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
}
.prose-sm > :where(:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 0;
}
  /* donation banner*/
  .donation-banner {
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgb(45 45 45 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .donation-banner .container {
    display: flex;
}
  .donation-banner .container {
    max-width: 895px !important;
}
  .donation-banner .container {
    flex-direction: column;
}
  .donation-banner .container {
    align-items: flex-start;
}
  .donation-banner .container {
    gap: 2rem;
}
  .donation-banner .container {
    -moz-column-gap: 82px;
         column-gap: 82px;
}
  .donation-banner .container {
    padding-top: 4.5rem;
}
  .donation-banner .container {
    padding-bottom: 2.5rem;
}
  @media (min-width: 1024px) {
    .donation-banner .container {
        flex-direction: row;
    }
}
  @media (min-width: 1024px) {
    .donation-banner .container {
        padding-top: 2.75rem;
    }
}
  .donation-banner .close {
    position: absolute;
}
  .donation-banner .close {
    top: 0px;
}
  .donation-banner .close {
    right: 0px;
}
  .donation-banner .close {
    margin-right: 0.75rem;
}
  .donation-banner .close {
    margin-top: 1.5rem;
}
  .donation-banner .close {
    height: 22px;
}
  .donation-banner .close {
    width: 22px;
}
  @media (min-width: 1024px) {
    .donation-banner .close {
        margin-right: 1.5rem;
    }
}
  .donation-banner .close {
      background-image: url("../images/close.svg");
      text-indent: -9999px;
    }

  /* header menu*/
  .menu-header-container {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

	.menu, .menu ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

	.menu, .menu ul {
    list-style-type: none;
}

	.menu, .menu ul {
    padding-left: 0px;
}

	.menu li {
    list-style-type: none;
}

  #menu-header {
    display: flex;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    font-weight: 600;
}

  #menu-header > li > a {
    display: inline-block;
}

  #menu-header > li > a {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

  #menu-header > li > a {
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
}

  /* top level active state*/

  #menu-header > li.current-menu-item > a {
    /* > li.current_page_parent > a { */
    }

  #menu-header > li.current-menu-item > a {
    --tw-text-opacity: 1;
    color: rgb(0 96 255 / var(--tw-text-opacity));
}

  /* top level items w/ dropdowns*/

  #menu-header .menu-item-has-children {
    position: relative;
}

  #menu-header .menu-item-has-children {
    display: flex;
}

  #menu-header .menu-item-has-children {
    align-items: center;
}

  #menu-header .menu-item-has-children::after {
    position: relative;
}

  #menu-header .menu-item-has-children::after {
    margin-left: 0.25rem;
}

  #menu-header .menu-item-has-children::after {
    height: 0.5rem;
}

  #menu-header .menu-item-has-children::after {
    width: 13px;
}

  #menu-header .menu-item-has-children::after {
    background-repeat: no-repeat;
}

  #menu-header .menu-item-has-children::after {
        background-image: url("../images/chevron-down.svg");
        content: "";
      }

  #menu-header .menu-item-has-children .menu-item-has-children::after {
        background-image: url("../images/chevron-right.svg");
      }

  #menu-header .menu-item-has-children:hover > .sub-menu {
    display: block;
}

  /* dropdowns*/

  #menu-header .sub-menu {
    position: absolute;
}

  #menu-header .sub-menu {
    display: none;
}

  #menu-header .sub-menu {
    white-space: nowrap;
}

  #menu-header .sub-menu {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

  #menu-header .sub-menu {
    padding-top: 6px;
    padding-bottom: 6px;
}

  #menu-header .sub-menu {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

  #menu-header .sub-menu {
    font-weight: 400;
}

  #menu-header .sub-menu {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-header .sub-menu a {
    display: block;
}

  #menu-header .sub-menu a {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

  #menu-header .sub-menu a {
    padding-left: 14px;
    padding-right: 14px;
}

  #menu-header .sub-menu a {
    font-weight: 400;
}

  #menu-header .sub-menu a {
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
}

  #menu-header .sub-menu a {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

  #menu-header .sub-menu a:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(229 239 255 / var(--tw-bg-opacity));
}

  /* 2nd level dropdown*/

  #menu-header .sub-menu .sub-menu {
    top: 0px;
}

  #menu-header .sub-menu .sub-menu {
    left: 100%;
}

  #menu-header .sub-menu .current-menu-item > a {
    font-weight: 700;
}

  #menu-header .sub-menu .current-menu-item > a {
    --tw-text-opacity: 1;
    color: rgb(0 96 255 / var(--tw-text-opacity));
}

  /* 1st level dropdown*/

  #menu-header > li > .sub-menu {
    top: 100%;
}

  #menu-header > li > .sub-menu {
    left: 50%;
}

  #menu-header > li > .sub-menu {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

  #menu-header > li > .sub-menu {
    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));
}

  /* header search*/
  .header-search {
    display: flex;
    align-items: center;
    font-weight: 600;
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
}
  .header-search::before {
    position: relative;
}
  .header-search::before {
    top: -1px;
}
  .header-search::before {
    margin-right: 0.25rem;
}
  .header-search::before {
    height: 15px;
}
  .header-search::before {
    width: 15px;
}
  .header-search::before {
    background-repeat: no-repeat;
}
  .header-search::before {
      background-image: url("../images/search.svg");
      content: "";
    }

	.post-info-row a {
    font-weight: 400;
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
}

	.post-info-row a:hover {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}

  /* prose*/
  .prose :is(:where(h1, h2, h3, h4, th):not(:where([class~="not-prose"] *))), .prose-sm :is(:where(h1, h2, h3, h4, th):not(:where([class~="not-prose"] *))) {
    margin-bottom: 1rem;
}
  .prose :is(:where(a):not(:where([class~="not-prose"] *))), .prose-sm :is(:where(a):not(:where([class~="not-prose"] *))) {
    color: currentColor;
    text-decoration: underline;
    font-weight: 600;
    -webkit-text-decoration-color: #0060FF;
            text-decoration-color: #0060FF;
    text-decoration-thickness: 3px;
}
  .prose :is(:where(a):not(:where([class~="not-prose"] *))):hover, .prose-sm :is(:where(a):not(:where([class~="not-prose"] *))):hover {
    text-decoration: none;
}
  .prose,
  .prose-sm {
    --tw-prose-body: unset;
    --tw-prose-headings: inherit;
    color: unset;
    max-width: unset;
  }

  .prose-sm {
    font-size: 1rem;
    line-height: 1.625;
  }

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

  @media (min-width: 768px) {
    .prose {
        font-size: 1.25rem;
    }
}

  /* container*/
  .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
  @media (min-width: 1280px) {
    .container {
        max-width: 1196px;
        padding-left: 0px;
        padding-right: 0px;
    }
}
  @media (min-width: 1336px) {
    .container {
        max-width: 1196px;
    }
}

	.footer-info a, .footer-content a, .footer-menus a {
    font-weight: 400;
}

	.footer-info a, .footer-content a, .footer-menus a {
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
}

	.footer-info a:hover, .footer-content a:hover, .footer-menus a:hover {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}

  /* footer menus*/
  .footer-menus {
    white-space: nowrap;
}
  .footer-menus .menu > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
  .footer-menus h3 {
			color: inherit !important;
			font-size: inherit !important;
			font-weight: inherit !important;
		}

  /* social icons*/
  .footer-social {
    display: flex;
}
  .footer-social a {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
  .footer-social a:hover {
    opacity: 0.9;
}

  .bg-card {
    background: linear-gradient(335.71deg, #FFF4DF 3.85%, rgba(255, 244, 223, 0.45) 29.37%, #FFF5DF 53.93%, rgba(255, 244, 223, 0) 93.67%);
  }

  .person:nth-child(1n) .bg-person {
    --tw-bg-opacity: 1;
    background-color: rgb(255 245 223 / var(--tw-bg-opacity));
}

  .person:nth-child(2n) .bg-person {
    --tw-bg-opacity: 1;
    background-color: rgb(221 242 227 / var(--tw-bg-opacity));
}

  .person:nth-child(3n) .bg-person {
    --tw-bg-opacity: 1;
    background-color: rgb(229 239 255 / var(--tw-bg-opacity));
}

  .wp-block-button .wp-block-button__link {
    display: inline-block;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(0 96 255 / var(--tw-bg-opacity));
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    line-height: 30px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
}

  .pagination {
    text-align: center;
}

  .pagination .nav-links {
    position: relative;
}

  .pagination .nav-links {
    display: inline-flex;
}

  .pagination .nav-links {
    gap: 1rem;
}

  .pagination .page-numbers {
    border-bottom-width: 2px;
}

  .pagination .page-numbers {
    border-color: transparent;
}

  .pagination .page-numbers {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

  .pagination .page-numbers {
    font-weight: 400;
}

  .pagination .page-numbers {
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
}

  .pagination .current {
    --tw-border-opacity: 1;
    border-color: rgb(0 96 255 / var(--tw-border-opacity));
}

  .pagination .current {
    font-weight: 700;
}

  .pagination .prev {
    position: absolute;
}

  .pagination .prev {
    right: 100%;
}

  .pagination .prev {
    margin-right: 1rem;
}

  @media (min-width: 768px) {
    .pagination .prev {
        margin-right: 6.25rem;
    }
}

  .pagination .next {
    position: absolute;
}

  .pagination .next {
    left: 100%;
}

  .pagination .next {
    margin-left: 1rem;
}

  @media (min-width: 768px) {
    .pagination .next {
        margin-left: 6.25rem;
    }
}

	#constant-contact .ctct-form-header, #constant-contact .ctct-form-text, #constant-contact .ctct-form-label, #constant-contact .ctct-gdpr-text, #constant-contact .ctct-form-footer, #constant-contact #gdpr_text {
    display: none;
}

	#constant-contact .ctct-form-header, #constant-contact .ctct-form-text, #constant-contact .ctct-form-label, #constant-contact .ctct-gdpr-text, #constant-contact .ctct-form-footer, #constant-contact #gdpr_text {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

	#constant-contact .ctct-form-defaults {
    background-color: transparent;
}

	#constant-contact .ctct-form-defaults {
    padding: 0px;
}

	#constant-contact .ctct-form-custom {
    min-height: 42px;
}

	#constant-contact .ctct-form-custom {
    align-items: flex-end;
}

	#constant-contact .ctct-form-custom {
    gap: 1rem;
}

	@media (min-width: 640px) {
    #constant-contact .ctct-form-custom {
        display: flex;
    }
}

	#constant-contact .ctct-form-field {
    margin-bottom: 1rem;
}

	#constant-contact .ctct-form-field {
    flex: 1 1 0%;
}

	@media (min-width: 640px) {
    #constant-contact .ctct-form-field {
        margin-bottom: 0px;
    }
}

	#constant-contact .ctct-form-field input {
    height: 42px;
}

	#constant-contact .ctct-form-field input {
    border-radius: 9999px;
}

	#constant-contact .ctct-form-field input {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

	#constant-contact .ctct-form-field input {
    background-color: transparent;
}

	#constant-contact .ctct-form-field input {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

	#constant-contact .ctct-form-field input {
    --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);
}

	#constant-contact .ctct-form-button {
    height: 42px;
}

	#constant-contact .ctct-form-button {
    width: auto;
}

	#constant-contact .ctct-form-button {
    border-width: 0px;
}

	#constant-contact .ctct-form-button {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

	#constant-contact .ctct-form-button {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

	#constant-contact .ctct-form-button {
    display: inline-block;
}

	#constant-contact .ctct-form-button {
    border-radius: 9999px;
}

	#constant-contact .ctct-form-button {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

	#constant-contact .ctct-form-button {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

	#constant-contact .ctct-form-button {
    padding-top: 10px;
    padding-bottom: 10px;
}

	#constant-contact .ctct-form-button {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

	#constant-contact .ctct-form-button {
    line-height: 22px;
}

	#constant-contact .ctct-form-button {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

	#constant-contact .ctct-form-button {
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
}

	#constant-contact .ctct-form-success .ctct-form-header, #constant-contact .ctct-form-success .ctct-form-text {
    display: block;
}

	#constant-contact .ctct-form-header {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.3333333333;
}

	@media (max-width: 767px) {
    #constant-contact .ctct-form-header {
        font-size: 18px;
    }
}

	#constant-contact .ctct-form-text {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

	.footer-form.is-success {
    text-align: center;
}

	.footer-form.is-success .footer-form-title {
    display: none;
}

	.footer-form.is-success #constant-contact {
    margin-left: auto;
    margin-right: auto;
}

	.footer-form.is-success #constant-contact {
    max-width: 520px;
}

	body .select2-container {
    width: 100% !important;
}

	body .select2-container--open .select2-dropdown {
			margin-top: var(--wp-admin--admin-bar--height, 0);
		}

	body .select2-container--open .select2-dropdown {
    border-radius: 0px;
}

	body .select2-container--open .select2-dropdown {
    border-width: 0px;
}

	body .select2-container--open .select2-dropdown {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

	body .select2-container--open .select2-dropdown {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

	body .select2-container--default .select2-selection--single {
    height: 2.25rem;
}

	body .select2-container--default .select2-selection--single {
    border-radius: 9999px !important;
}

	body .select2-container--default .select2-selection--single {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

	body .select2-container--default .select2-selection--single {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

	body .select2-container--default .select2-selection--single {
    font-weight: 400;
}

	body .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
}

	body .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 2rem;
}

	body .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.25rem;
}

	body .select2-container--default .select2-selection--single .select2-selection__rendered {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

	body .select2-container--default .select2-selection--single .select2-selection__arrow {
					background-image: url("../images/chevron-down-blue.svg")
				}

	body .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
}

	body .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 1rem;
}

	body .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 0.5rem;
}

	body .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 0.875rem;
}

	body .select2-container--default .select2-selection--single .select2-selection__arrow {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

	body .select2-container--default .select2-selection--single .select2-selection__arrow {
    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));
}

	body .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

	body .select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 0.25rem;
}

	body .select2-container--default .select2-search--dropdown .select2-search__field {
    border-width: 0px;
}

	body .select2-container--default .select2-search--dropdown .select2-search__field {
    --tw-bg-opacity: 1;
    background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

	body .select2-container--default .select2-search--dropdown .select2-search__field {
    background-repeat: no-repeat;
}

	body .select2-container--default .select2-search--dropdown .select2-search__field {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

	body .select2-container--default .select2-search--dropdown .select2-search__field {
    padding-left: 0.5rem;
}

	body .select2-container--default .select2-search--dropdown .select2-search__field {
    padding-right: 1.5rem;
}

	body .select2-container--default .select2-search--dropdown .select2-search__field {
				background-position: calc(100% - 8px) 50%;
				background-image: url("../images/search.svg");
			}

	body .select2-container--default .select2-results__option--selected {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

	body .select2-container--default .select2-results__option--selected {
    font-weight: 700;
}

	body .select2-container--default .select2-results__option--selected {
    --tw-text-opacity: 1 !important;
    color: rgb(0 96 255 / var(--tw-text-opacity)) !important;
}

	body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    --tw-bg-opacity: 1;
    background-color: rgb(229 239 255 / var(--tw-bg-opacity));
}

	body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

	body .select2-results__option {
    padding-left: 1rem;
    padding-right: 1rem;
}

	@media (min-width: 768px) {
    #sortby + .select2-container {
        margin-left: 1rem;
        width: 281px !important;
    }
}

	/* embed block*/
	.wp-block-embed {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
	@media (min-width: 1024px) {
    .wp-block-embed {
        margin-top: 4.5rem;
        margin-bottom: 4.5rem;
    }
}
	.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 16;
}
	.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
	.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
    --tw-aspect-h: 9;
}
	.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 4;
}
	.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
	.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper {
    --tw-aspect-h: 3;
}

	.wp-block-separator, .has-block-margin {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.pointer-events-none {
    pointer-events: none;
}
.invisible {
    visibility: hidden;
}
.static {
    position: static;
}
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
}
.inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.inset-y-0 {
    top: 0px;
    bottom: 0px;
}
.inset-x-0 {
    left: 0px;
    right: 0px;
}
.left-0 {
    left: 0px;
}
.top-0 {
    top: 0px;
}
.right-0 {
    right: 0px;
}
.right-full {
    right: 100%;
}
.top-full {
    top: 100%;
}
.left-1\/2 {
    left: 50%;
}
.left-full {
    left: 100%;
}
.top-1\/2 {
    top: 50%;
}
.top-6 {
    top: 1.5rem;
}
.bottom-8 {
    bottom: 2rem;
}
.bottom-0 {
    bottom: 0px;
}
.bottom-24 {
    bottom: 6rem;
}
.top-1 {
    top: 0.25rem;
}
.z-10 {
    z-index: 10;
}
.m-0 {
    margin: 0px;
}
.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
.my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
}
.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
}
.mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}
.my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.mb-8 {
    margin-bottom: 2rem;
}
.mt-6 {
    margin-top: 1.5rem;
}
.mb-0 {
    margin-bottom: 0px;
}
.mb-\[30px\] {
    margin-bottom: 30px;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.mb-9 {
    margin-bottom: 2.25rem;
}
.mt-9 {
    margin-top: 2.25rem;
}
.mb-20 {
    margin-bottom: 5rem;
}
.mb-12 {
    margin-bottom: 3rem;
}
.mb-7 {
    margin-bottom: 1.75rem;
}
.mt-12 {
    margin-top: 3rem;
}
.mt-0 {
    margin-top: 0px;
}
.-mt-4 {
    margin-top: -1rem;
}
.mb-5 {
    margin-bottom: 1.25rem;
}
.mt-4 {
    margin-top: 1rem;
}
.mt-10 {
    margin-top: 2.5rem;
}
.mb-10 {
    margin-bottom: 2.5rem;
}
.mr-3 {
    margin-right: 0.75rem;
}
.ml-1 {
    margin-left: 0.25rem;
}
.mr-1 {
    margin-right: 0.25rem;
}
.mr-4 {
    margin-right: 1rem;
}
.ml-4 {
    margin-left: 1rem;
}
.mt-\[22px\] {
    margin-top: 22px;
}
.mb-\[40px\] {
    margin-bottom: 40px;
}
.mb-3 {
    margin-bottom: 0.75rem;
}
.mb-15 {
    margin-bottom: 3.75rem;
}
.mt-8 {
    margin-top: 2rem;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.mt-21 {
    margin-top: 5.25rem;
}
.mb-3\.5 {
    margin-bottom: 0.875rem;
}
.mb-16 {
    margin-bottom: 4rem;
}
.mb-13 {
    margin-bottom: 3.25rem;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}
.\!inline-flex {
    display: inline-flex !important;
}
.table {
    display: table;
}
.grid {
    display: grid;
}
.hidden {
    display: none;
}
.h-9 {
    height: 2.25rem;
}
.h-6 {
    height: 1.5rem;
}
.h-\[61px\] {
    height: 61px;
}
.h-full {
    height: 100%;
}
.h-16 {
    height: 4rem;
}
.h-\[22px\] {
    height: 22px;
}
.h-2 {
    height: 0.5rem;
}
.h-\[15px\] {
    height: 15px;
}
.h-\[42px\] {
    height: 42px;
}
.h-5 {
    height: 1.25rem;
}
.h-10 {
    height: 2.5rem;
}
.\!h-10 {
    height: 2.5rem !important;
}
.h-\[2px\] {
    height: 2px;
}
.h-2\.5 {
    height: 0.625rem;
}
.w-full {
    width: 100%;
}
.w-70 {
    width: 17.5rem;
}
.w-3\/4 {
    width: 75%;
}
.w-\[22px\] {
    width: 22px;
}
.w-\[13px\] {
    width: 13px;
}
.w-\[15px\] {
    width: 15px;
}
.w-3\.5 {
    width: 0.875rem;
}
.w-3 {
    width: 0.75rem;
}
.w-\[820px\] {
    width: 820px;
}
.w-10 {
    width: 2.5rem;
}
.w-auto {
    width: auto;
}
.\!w-55 {
    width: 13.75rem !important;
}
.\!w-10 {
    width: 2.5rem !important;
}
.w-1\/5 {
    width: 20%;
}
.w-screen {
    width: 100vw;
}
.w-2\.5 {
    width: 0.625rem;
}
.w-2 {
    width: 0.5rem;
}
.w-1\/3 {
    width: 33.333333%;
}
.w-1\/2 {
    width: 50%;
}
.w-3\/5 {
    width: 60%;
}
.max-w-\[396px\] {
    max-width: 396px;
}
.max-w-\[1069px\] {
    max-width: 1069px;
}
.max-w-\[520px\] {
    max-width: 520px;
}
.max-w-\[800px\] {
    max-width: 800px;
}
.max-w-\[974px\] {
    max-width: 974px;
}
.max-w-205 {
    max-width: 51.25rem;
}
.max-w-\[358px\] {
    max-width: 358px;
}
.max-w-\[1072px\] {
    max-width: 1072px;
}
.\!max-w-\[895px\] {
    max-width: 895px !important;
}
.max-w-sm {
    max-width: 24rem;
}
.max-w-\[182px\] {
    max-width: 182px;
}
.max-w-\[500px\] {
    max-width: 500px;
}
.max-w-\[680px\] {
    max-width: 680px;
}
.max-w-\[226px\] {
    max-width: 226px;
}
.max-w-\[670px\] {
    max-width: 670px;
}
.flex-1 {
    flex: 1 1 0%;
}
.flex-none {
    flex: none;
}
.-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
    cursor: pointer;
}
.select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.list-none {
    list-style-type: none;
}
.appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.flex-col {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.items-start {
    align-items: flex-start;
}
.items-end {
    align-items: flex-end;
}
.items-center {
    align-items: center;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.gap-6 {
    gap: 1.5rem;
}
.gap-20 {
    gap: 5rem;
}
.gap-10 {
    gap: 2.5rem;
}
.gap-7 {
    gap: 1.75rem;
}
.gap-11 {
    gap: 2.75rem;
}
.gap-2 {
    gap: 0.5rem;
}
.gap-8 {
    gap: 2rem;
}
.gap-4 {
    gap: 1rem;
}
.gap-13 {
    gap: 3.25rem;
}
.gap-2\.5 {
    gap: 0.625rem;
}
.gap-3 {
    gap: 0.75rem;
}
.gap-5 {
    gap: 1.25rem;
}
.gap-1 {
    gap: 0.25rem;
}
.gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
}
.gap-x-\[18px\] {
    -moz-column-gap: 18px;
         column-gap: 18px;
}
.gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
}
.gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
}
.gap-x-\[82px\] {
    -moz-column-gap: 82px;
         column-gap: 82px;
}
.gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
}
.gap-y-10 {
    row-gap: 2.5rem;
}
.gap-x-22 {
    -moz-column-gap: 5.5rem;
         column-gap: 5.5rem;
}
.gap-x-\[22px\] {
    -moz-column-gap: 22px;
         column-gap: 22px;
}
.gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
}
.gap-x-18 {
    -moz-column-gap: 4.5rem;
         column-gap: 4.5rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * 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));
}
.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-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.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-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.overflow-auto {
    overflow: auto;
}
.overflow-hidden {
    overflow: hidden;
}
.whitespace-nowrap {
    white-space: nowrap;
}
.rounded-full {
    border-radius: 9999px;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.rounded-none {
    border-radius: 0px;
}
.\!rounded-full {
    border-radius: 9999px !important;
}
.rounded {
    border-radius: 0.25rem;
}
.border {
    border-width: 1px;
}
.border-0 {
    border-width: 0px;
}
.border-t {
    border-top-width: 1px;
}
.border-b {
    border-bottom-width: 1px;
}
.border-b-2 {
    border-bottom-width: 2px;
}
.border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-transparent {
    border-color: transparent;
}
.border-theme-blue {
    --tw-border-opacity: 1;
    border-color: rgb(0 96 255 / var(--tw-border-opacity));
}
.bg-theme-light-gray {
    --tw-bg-opacity: 1;
    background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}
.bg-theme-light-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(229 239 255 / var(--tw-bg-opacity));
}
.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-theme-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(0 96 255 / var(--tw-bg-opacity));
}
.bg-transparent {
    background-color: transparent;
}
.bg-theme-light-yellow {
    --tw-bg-opacity: 1;
    background-color: rgb(255 245 223 / var(--tw-bg-opacity));
}
.bg-\[\#2D2D2D\] {
    --tw-bg-opacity: 1;
    background-color: rgb(45 45 45 / var(--tw-bg-opacity));
}
.bg-theme-green {
    --tw-bg-opacity: 1;
    background-color: rgb(102 178 123 / var(--tw-bg-opacity));
}
.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-theme-dark-gray {
    --tw-bg-opacity: 1;
    background-color: rgb(45 45 45 / var(--tw-bg-opacity));
}
.bg-\[\#CECECE\] {
    --tw-bg-opacity: 1;
    background-color: rgb(206 206 206 / var(--tw-bg-opacity));
}
.bg-cover {
    background-size: cover;
}
.bg-center {
    background-position: center;
}
.bg-no-repeat {
    background-repeat: no-repeat;
}
.fill-current {
    fill: currentColor;
}
.object-contain {
    -o-object-fit: contain;
       object-fit: contain;
}
.object-cover {
    -o-object-fit: cover;
       object-fit: cover;
}
.object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
}
.p-2 {
    padding: 0.5rem;
}
.p-11 {
    padding: 2.75rem;
}
.p-5 {
    padding: 1.25rem;
}
.\!p-4 {
    padding: 1rem !important;
}
.p-0 {
    padding: 0px;
}
.p-\[14px\] {
    padding: 14px;
}
.p-10 {
    padding: 2.5rem;
}
.py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
}
.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
}
.\!py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.\!px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
}
.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.py-\[6px\] {
    padding-top: 6px;
    padding-bottom: 6px;
}
.px-\[14px\] {
    padding-left: 14px;
    padding-right: 14px;
}
.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}
.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px;
}
.px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
}
.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}
.px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.py-25 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}
.px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
}
.pt-10 {
    padding-top: 2.5rem;
}
.pt-16 {
    padding-top: 4rem;
}
.pr-19 {
    padding-right: 4.75rem;
}
.pb-12 {
    padding-bottom: 3rem;
}
.pr-11 {
    padding-right: 2.75rem;
}
.pl-0 {
    padding-left: 0px;
}
.pl-2 {
    padding-left: 0.5rem;
}
.pb-28 {
    padding-bottom: 7rem;
}
.pt-18 {
    padding-top: 4.5rem;
}
.pl-4 {
    padding-left: 1rem;
}
.pb-\[88px\] {
    padding-bottom: 88px;
}
.pl-8 {
    padding-left: 2rem;
}
.pt-8 {
    padding-top: 2rem;
}
.pb-24 {
    padding-bottom: 6rem;
}
.pb-13 {
    padding-bottom: 3.25rem;
}
.pt-33 {
    padding-top: 8.25rem;
}
.pb-9 {
    padding-bottom: 2.25rem;
}
.pt-17 {
    padding-top: 4.25rem;
}
.pt-\[104\.72103004\%\] {
    padding-top: 104.72103004%;
}
.pt-13 {
    padding-top: 3.25rem;
}
.pt-6 {
    padding-top: 1.5rem;
}
.pt-\[42\.8947368421\%\] {
    padding-top: 42.8947368421%;
}
.pt-\[43\.0523917995\%\] {
    padding-top: 43.0523917995%;
}
.pt-32 {
    padding-top: 8rem;
}
.pb-40 {
    padding-bottom: 10rem;
}
.pt-11 {
    padding-top: 2.75rem;
}
.pt-12 {
    padding-top: 3rem;
}
.pr-22 {
    padding-right: 5.5rem;
}
.pl-20 {
    padding-left: 5rem;
}
.text-center {
    text-align: center;
}
.font-proxima-nova {
    font-family: "proxima-nova", serif;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-\[12px\] {
    font-size: 12px;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.text-\[18px\] {
    font-size: 18px;
}
.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-\[40\.5px\] {
    font-size: 40.5px;
}
.text-\[27px\] {
    font-size: 27px;
}
.text-\[22\.5px\] {
    font-size: 22.5px;
}
.text-\[20px\] {
    font-size: 20px;
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}
.text-\[14px\] {
    font-size: 14px;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-1 {
    font-size: 1px;
}
.text-2 {
    font-size: 2px;
}
.text-3 {
    font-size: 3px;
}
.font-semibold {
    font-weight: 600;
}
.\!font-normal {
    font-weight: 400 !important;
}
.font-normal {
    font-weight: 400;
}
.font-bold {
    font-weight: 700;
}
.font-medium {
    font-weight: 500;
}
.uppercase {
    text-transform: uppercase;
}
.lowercase {
    text-transform: lowercase;
}
.leading-\[1\.7142857143\] {
    line-height: 1.7142857143;
}
.leading-\[2\] {
    line-height: 2;
}
.leading-9 {
    line-height: 2.25rem;
}
.leading-\[30px\] {
    line-height: 30px;
}
.leading-\[24px\] {
    line-height: 24px;
}
.leading-\[22px\] {
    line-height: 22px;
}
.leading-\[1\.4444444444\] {
    line-height: 1.4444444444;
}
.tracking-widest {
    letter-spacing: 0.1em;
}
.tracking-\[0\.18em\] {
    letter-spacing: 0.18em;
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-theme-blue {
    --tw-text-opacity: 1;
    color: rgb(0 96 255 / var(--tw-text-opacity));
}
.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-inherit {
    color: inherit;
}
.underline {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}
.no-underline {
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
}
.opacity-0 {
    opacity: 0;
}
.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-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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);
}
.outline-1 {
    outline-width: 1px;
}
.outline-gray-100 {
    outline-color: #f3f4f6;
}
.ring-\[6px\] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(6px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.h1 {
    font-weight: bold;
    font-size: 48px;
    line-height: 1.25;
}
@media (max-width: 767px) {
    .h1 {
        font-size: 32px;
    }
}
.h2 {
    font-weight: bold;
    font-size: 38px;
    line-height: 1.2631578947;
}
@media (max-width: 767px) {
    .h2 {
        font-size: 24px;
    }
}
.h3 {
    font-weight: bold;
    font-size: 28px;
    line-height: 1.2857142857;
}
@media (max-width: 767px) {
    .h3 {
        font-size: 20px;
    }
}
.h4 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.3333333333;
}
@media (max-width: 767px) {
    .h4 {
        font-size: 18px;
    }
}
.h5 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
}
@media (max-width: 767px) {
    .h5 {
        font-size: 16px;
    }
}
.h6 {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
}
.tag {
    font-weight: bold;
    font-size: 14px;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: 0.180em;
}
.underline-link {
    color: currentColor;
    text-decoration: underline;
    font-weight: 600;
    -webkit-text-decoration-color: #0060FF;
            text-decoration-color: #0060FF;
    text-decoration-thickness: 3px;
}
.underline-link:hover {
    text-decoration: none;
}
.prose .h2, .prose .h3 {
    margin-bottom: 1rem;
}
.button-blue {
    display: inline-block;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(0 96 255 / var(--tw-bg-opacity));
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    line-height: 30px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
}
.button-green {
    display: inline-block;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(102 178 123 / var(--tw-bg-opacity));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    line-height: 24px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.button-green:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(134 192 150 / var(--tw-bg-opacity));
}
.button-black {
    display: inline-block;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 22px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
}
.wp-block-button.is-style-link .wp-block-button__link {
    color: currentColor !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
    -webkit-text-decoration-color: #0060FF !important;
            text-decoration-color: #0060FF !important;
    text-decoration-thickness: 3px !important;
}
.wp-block-button.is-style-link .wp-block-button__link:hover {
    text-decoration: none !important;
}
.wp-block-button.is-style-link .wp-block-button__link {
    border-radius: 0px;
    background-color: transparent;
    padding: 0px;
    font-size: inherit;
}
.wide,
	.alignwide,
	.alignfull {
		margin-left: calc((var(--viewport-width, 100vw) / -2) + 50%);
		width: var(--viewport-width, 100vw);
	}
.is-style-heading-1 {
    font-weight: bold;
    font-size: 48px;
    line-height: 1.25;
}
@media (max-width: 767px) {
    .is-style-heading-1 {
        font-size: 32px;
    }
}
.is-style-heading-2 {
    font-weight: bold;
    font-size: 38px;
    line-height: 1.2631578947;
}
@media (max-width: 767px) {
    .is-style-heading-2 {
        font-size: 24px;
    }
}
.prose .is-style-heading-2 {
    margin-bottom: 1rem;
}
.is-style-heading-3 {
    font-weight: bold;
    font-size: 28px;
    line-height: 1.2857142857;
}
@media (max-width: 767px) {
    .is-style-heading-3 {
        font-size: 20px;
    }
}
.prose .is-style-heading-3 {
    margin-bottom: 1rem;
}
.is-style-heading-4 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.3333333333;
}
@media (max-width: 767px) {
    .is-style-heading-4 {
        font-size: 18px;
    }
}
.is-style-heading-5 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
}
@media (max-width: 767px) {
    .is-style-heading-5 {
        font-size: 16px;
    }
}
.is-style-heading-6 {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
}
.is-style-heading-tag {
    font-weight: 400;
    font-weight: bold;
    font-size: 14px;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: 0.180em;
}
.prose .is-style-heading-1 {
    font-weight: bold;
    font-size: 48px;
    line-height: 1.25;
}
@media (max-width: 767px) {
    .prose .is-style-heading-1 {
        font-size: 32px;
    }
}
.prose .is-style-heading-2 {
    font-weight: bold;
    font-size: 38px;
    line-height: 1.2631578947;
}
@media (max-width: 767px) {
    .prose .is-style-heading-2 {
        font-size: 24px;
    }
}
.prose .prose .is-style-heading-2 {
    margin-bottom: 1rem;
}
.prose .is-style-heading-3 {
    font-weight: bold;
    font-size: 28px;
    line-height: 1.2857142857;
}
@media (max-width: 767px) {
    .prose .is-style-heading-3 {
        font-size: 20px;
    }
}
.prose .prose .is-style-heading-3 {
    margin-bottom: 1rem;
}
.prose .is-style-heading-4 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.3333333333;
}
@media (max-width: 767px) {
    .prose .is-style-heading-4 {
        font-size: 18px;
    }
}
.prose .is-style-heading-5 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
}
@media (max-width: 767px) {
    .prose .is-style-heading-5 {
        font-size: 16px;
    }
}
.prose .is-style-heading-6 {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
}
.prose .is-style-heading-tag {
    font-weight: 400;
}
.prose .is-style-heading-tag {
    font-weight: bold;
    font-size: 14px;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: 0.180em;
}
.header-container {
		top: var(--wp-admin--admin-bar--height, 0);
	}
@media (max-width: 600px) {
.header-container {
			top: 0
	}
		}
/* recaptcha */
footer {
    padding-bottom: 88px;
}
@media (min-width: 1024px) {
    footer {
        padding-bottom: 0px;
    }
}
.single-content::after {
    clear: both;
    display: table;
    --tw-content: '';
    content: var(--tw-content);
}
.single-content [style*="background: #D4EAA8"], .single-content [style*="background:#D4EAA8"] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(248 248 248 / var(--tw-bg-opacity)) !important;
}
.single-content [style*="background: #D4EAA8"], .single-content [style*="background:#D4EAA8"] {
    padding: 1rem !important;
}
.single-content h1 {
    font-size: 40.5px;
}
.single-content h1 {
    color: inherit;
}
.single-content h2 {
    font-size: 27px;
}
.single-content h2 {
    color: inherit;
}
.single-content h3 {
    font-size: 22.5px;
}
.single-content h3 {
    color: inherit;
}
.single-content h4 {
    font-size: 18px;
}
.single-content h4 {
    color: inherit;
}
.single-content h5 {
    font-size: 18px;
}
.single-content h5 {
    font-weight: 700;
}
.single-content h5 {
    color: inherit;
}
.single-content h6 {
    font-size: 18px;
}
.single-content h6 {
    font-weight: 600;
}
.single-content h6 {
    color: inherit;
}
.single-content [style*="color:#006400"], .single-content [style*="color: #006400"], .single-content [style*="color:#5a7920"], .single-content [style*="color: #5a7920"], .single-content [stylep] {
    color: currentColor !important;
}
.single-content table img {
    margin: 0px !important;
}
.single-content table tr {
    border-bottom-width: 0px;
}
.single-content table td {
    vertical-align: middle;
}
.mobile-menu-container {
		z-index: 100000;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 20px;
		font-weight: 600;
	}
@media (max-height: 875px) {
.mobile-menu-container {
			align-items: flex-start
	}
		}
.mobile-menu-container .close {
			background-image: url(../images/close.svg);
			text-indent: -9999px;
		}
.mobile-menu-container .close {
    position: fixed;
}
.mobile-menu-container .close {
    top: 1.5rem;
}
.mobile-menu-container .close {
    right: 0.75rem;
}
.mobile-menu-container .close {
    height: 22px;
}
.mobile-menu-container .close {
    width: 22px;
}
.mobile-menu-container .close {
    background-position: center;
}
.mobile-menu-container .close {
    background-repeat: no-repeat;
}
.mobile-menu-container .mobile-menu {
    margin-left: auto;
    margin-right: auto;
}
.mobile-menu-container .mobile-menu {
    width: 100%;
}
.mobile-menu-container .mobile-menu {
    max-width: 24rem;
}
.mobile-menu-container .mobile-menu {
    flex: none;
}
.mobile-menu-container ul > :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));
}
.mobile-menu-container a {
    pointer-events: none;
}
.mobile-menu-container a[href] {
    pointer-events: auto;
}
.mobile-menu-container a[href]:hover {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}
.mobile-menu-container .sub-menu {
    padding-left: 1rem;
}
.mobile-menu-container .sub-menu {
    padding-top: 1rem;
}
.after\:table::after {
    content: var(--tw-content);
    display: table;
}
.after\:content-\[\'\'\]::after {
    --tw-content: '';
    content: var(--tw-content);
}
.last\:mb-0:last-child {
    margin-bottom: 0px;
}
.odd\:bg-theme-light-gray:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}
.even\:flex-row-reverse:nth-child(even) {
    flex-direction: row-reverse;
}
.hover\:bg-theme-light-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(229 239 255 / var(--tw-bg-opacity));
}
.hover\:bg-theme-green-hover:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(134 192 150 / var(--tw-bg-opacity));
}
.hover\:bg-theme-light-gray-hover:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(222 222 222 / var(--tw-bg-opacity));
}
.hover\:underline:hover {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}
.hover\:no-underline:hover {
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
}
.hover\:opacity-90:hover {
    opacity: 0.9;
}
.hover\: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);
}
.hover\:outline:hover {
    outline-style: solid;
}
.active\:opacity-100:active {
    opacity: 1;
}
.group:hover .group-hover\:text-theme-blue {
    --tw-text-opacity: 1;
    color: rgb(0 96 255 / var(--tw-text-opacity));
}
.group:hover .group-hover\:opacity-100 {
    opacity: 1;
}
.prose-headings\:mb-4 :is(:where(h1, h2, h3, h4, th):not(:where([class~="not-prose"] *))) {
    margin-bottom: 1rem;
}
@media (min-width: 640px) {
    .sm\:mb-0 {
        margin-bottom: 0px;
    }
    .sm\:flex {
        display: flex;
    }
    .sm\:flex-row {
        flex-direction: row;
    }
}
@media (min-width: 768px) {
    .md\:absolute {
        position: absolute;
    }
    .md\:order-last {
        order: 9999;
    }
    .md\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }
    .md\:my-18 {
        margin-top: 4.5rem;
        margin-bottom: 4.5rem;
    }
    .md\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
    .md\:mb-0 {
        margin-bottom: 0px;
    }
    .md\:ml-4 {
        margin-left: 1rem;
    }
    .md\:mr-4 {
        margin-right: 1rem;
    }
    .md\:block {
        display: block;
    }
    .md\:flex {
        display: flex;
    }
    .md\:grid {
        display: grid;
    }
    .md\:w-\[281px\] {
        width: 281px;
    }
    .md\:w-1\/2 {
        width: 50%;
    }
    .md\:\!w-\[281px\] {
        width: 281px !important;
    }
    .md\:w-143 {
        width: 35.75rem;
    }
    .md\:w-1\/3 {
        width: 33.333333%;
    }
    .md\:w-3\/4 {
        width: 75%;
    }
    .md\:max-w-\[670px\] {
        max-width: 670px;
    }
    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:flex-row {
        flex-direction: row;
    }
    .md\:flex-col {
        flex-direction: column;
    }
    .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }
    .md\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
    }
    .md\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
    }
    .md\:p-11 {
        padding: 2.75rem;
    }
    .md\:px-11 {
        padding-left: 2.75rem;
        padding-right: 2.75rem;
    }
    .md\:px-\[55px\] {
        padding-left: 55px;
        padding-right: 55px;
    }
    .md\:px-3\.5 {
        padding-left: 0.875rem;
        padding-right: 0.875rem;
    }
    .md\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .md\:pt-32 {
        padding-top: 8rem;
    }
    .md\:pb-40 {
        padding-bottom: 10rem;
    }
    .md\:pl-11 {
        padding-left: 2.75rem;
    }
    .md\:pr-4 {
        padding-right: 1rem;
    }
    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
@media (min-width: 1024px) {
    .lg\:my-22 {
        margin-top: 5.5rem;
        margin-bottom: 5.5rem;
    }
    .lg\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }
    .lg\:mx-12 {
        margin-left: 3rem;
        margin-right: 3rem;
    }
    .lg\:my-18 {
        margin-top: 4.5rem;
        margin-bottom: 4.5rem;
    }
    .lg\:mb-0 {
        margin-bottom: 0px;
    }
    .lg\:mr-8 {
        margin-right: 2rem;
    }
    .lg\:mr-6 {
        margin-right: 1.5rem;
    }
    .lg\:mr-10 {
        margin-right: 2.5rem;
    }
    .lg\:block {
        display: block;
    }
    .lg\:flex {
        display: flex;
    }
    .lg\:hidden {
        display: none;
    }
    .lg\:h-\[430px\] {
        height: 430px;
    }
    .lg\:w-1\/2 {
        width: 50%;
    }
    .lg\:w-230 {
        width: 57.5rem;
    }
    .lg\:w-1\/5 {
        width: 20%;
    }
    .lg\:w-\[580px\] {
        width: 580px;
    }
    .lg\:w-3\/5 {
        width: 60%;
    }
    .lg\:w-75 {
        width: 18.75rem;
    }
    .lg\:w-167 {
        width: 41.75rem;
    }
    .lg\:w-85 {
        width: 21.25rem;
    }
    .lg\:w-auto {
        width: auto;
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .lg\:flex-row {
        flex-direction: row;
    }
    .lg\:gap-18 {
        gap: 4.5rem;
    }
    .lg\:gap-8 {
        gap: 2rem;
    }
    .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }
    .lg\:bg-transparent {
        background-color: transparent;
    }
    .lg\:p-0 {
        padding: 0px;
    }
    .lg\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .lg\:px-21 {
        padding-left: 5.25rem;
        padding-right: 5.25rem;
    }
    .lg\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .lg\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .lg\:py-25 {
        padding-top: 6.25rem;
        padding-bottom: 6.25rem;
    }
    .lg\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
    .lg\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .lg\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .lg\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .lg\:pt-11 {
        padding-top: 2.75rem;
    }
    .lg\:pt-12 {
        padding-top: 3rem;
    }
    .lg\:pb-24 {
        padding-bottom: 6rem;
    }
    .lg\:pr-22 {
        padding-right: 5.5rem;
    }
    .lg\:pl-20 {
        padding-left: 5rem;
    }
    .lg\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .lg\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .lg\:text-\[18px\] {
        font-size: 18px;
    }
}
@media (min-width: 1280px) {
    .xl\:max-w-\[1196px\] {
        max-width: 1196px;
    }
    .xl\:flex-row {
        flex-direction: row;
    }
    .xl\:gap-21 {
        gap: 5.25rem;
    }
}
@media (min-width: 1336px) {
    .\32xl\:max-w-\[1288px\] {
        max-width: 1288px;
    }
    .\32xl\:max-w-\[1196px\] {
        max-width: 1196px;
    }
}
@media (min-width: 640px) and (max-width: 767px) {
    .sm-only\:grid {
        display: grid;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .md-only\:grid {
        display: grid;
    }
    .md-only\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md-only\:px-3\.5 {
        padding-left: 0.875rem;
        padding-right: 0.875rem;
    }
    .md-only\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .lg-only\:grid {
        display: grid;
    }
    .lg-only\:max-w-1\/2 {
        max-width: 50%;
    }
}

