.h-animate {
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 300ms;
}
.top-nav a {
            --tw-text-opacity: 1;
            color: rgb(22 62 112 / var(--tw-text-opacity));
}
.top-nav a:hover {
            text-decoration-line: underline;
}
.top-nav li.menu-item-active a {
            --tw-text-opacity: 1;
            color: rgb(22 62 112 / var(--tw-text-opacity));
            text-decoration-line: underline;
}
/* nav highlights */
body.home .mainNav-holder {
            --tw-bg-opacity: 1;
            background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}
body.news-landing {
}
/* body.jobs-page .mini-navigation {
    a[href="/recruitment/"],
    a[href="/jobs/"], {
        @apply underline;
    }
} */
.main-navigation {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            -moz-column-gap: 1rem;
                 column-gap: 1rem;
}
.main-navigation > li > {
            display: flex;
            width: -moz-fit-content;
            width: fit-content;
            min-width: -moz-fit-content;
            min-width: fit-content;
            flex-shrink: 1;
            flex-direction: row;
            align-items: flex-end;
}
.main-navigation > li > a {
            display: block;
            border-bottom-width: 5px;
            border-bottom-color: transparent;
            padding-bottom: 0.75rem;
            padding-top: 0.25rem;
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
}
.main-navigation > li > a:focus-within {
            --tw-border-opacity: 1;
            border-bottom-color: rgb(21 178 185 / var(--tw-border-opacity));
}
.main-navigation > li > a:hover {
            --tw-border-opacity: 1;
            border-bottom-color: rgb(21 178 185 / var(--tw-border-opacity));
}
.main-navigation > li > a:focus {
            --tw-border-opacity: 1;
            border-bottom-color: rgb(21 178 185 / var(--tw-border-opacity));
}
.main-navigation li.current-menu-item > a,
    .main-navigation li.menu-item-ancestor-active > a {
            --tw-border-opacity: 1;
            border-bottom-color: rgb(21 178 185 / var(--tw-border-opacity));
}
.main-navigation li.menu-item-active a {
            --tw-border-opacity: 1;
            border-bottom-color: rgb(21 178 185 / var(--tw-border-opacity));
}
.main-navigation li {
            position: relative;
}
.main-navigation li .sub-menu {
            visibility: hidden;
            position: absolute;
            top: calc(100%);
            display: flex;
            flex-direction: column;
            font-size: 0.875rem;
            line-height: 1.25rem;
            opacity: 0;
            --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);
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 300ms;
            width: -moz-max-content;
            width: max-content;
}
.main-navigation li .sub-menu a {
            box-sizing: border-box;
            display: block;
            --tw-bg-opacity: 1;
            background-color: rgb(121 199 203 / var(--tw-bg-opacity));
            padding-left: 1rem;
            padding-right: 1rem;
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
}
.main-navigation li .sub-menu a:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(174 218 222 / var(--tw-bg-opacity));
}
.main-navigation li:hover > .sub-menu, .main-navigation li:focus > .sub-menu, .main-navigation li:focus-within > .sub-menu {
            visibility: visible;
            z-index: 50;
            opacity: 1;
}
/* mobile navigation */
.mobile-navigation {
            width: 100%;
}
.mobile-navigation > li {
            margin-bottom: 0.5rem;
}
.mobile-navigation li.dropdown {
            margin-bottom: 0.5rem;
}
.mobile-navigation ul.sub-menu {
            margin-top: 0px;
            padding-left: 1rem;
            font-size: 1.125rem;
            line-height: 1.75rem;
}
.mobile-navigation a {
            display: block;
            --tw-bg-opacity: 1;
            background-color: rgb(174 218 222 / var(--tw-bg-opacity));
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
            padding-left: 0.5rem;
            padding-right: 0.5rem;
}
.mobile-navigation a:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(121 199 203 / var(--tw-bg-opacity));
}
/* flat mini menu */
.mini-navigation ul {
            display: flex;
            flex-direction: row;
            -moz-column-gap: 1rem;
                 column-gap: 1rem;
}
.mobile-mini ul {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            row-gap: 0.5rem;
            -moz-column-gap: 1rem;
                 column-gap: 1rem;
}
.footer-nav {
            --tw-text-opacity: 1;
            color: rgb(22 62 112 / var(--tw-text-opacity));
}
.footer-nav h4,
    .footer-nav h3 {
            font-weight: 700;
            --tw-text-opacity: 1;
            color: rgb(22 62 112 / var(--tw-text-opacity));
            font-size: 1.125rem;
            line-height: 1.75rem;
}
@media (min-width: 640px) {
            .footer-nav h4,
    .footer-nav h3 {
                        font-size: 1.25rem;
                        line-height: 1.75rem;
            }
}
.footer-nav ul {
            margin-top: 1.5rem;
            display: flex;
            flex-direction: column;
            row-gap: 0.25rem;
            font-size: 1rem;
            line-height: 1.5rem;
}
.footer-nav ul a {
            --tw-text-opacity: 1;
            color: rgb(22 62 112 / var(--tw-text-opacity));
}
.footer-nav ul a:hover {
            text-decoration-line: underline;
}
.mainfooter .col {
            text-align: center;
}
@media (min-width: 768px) {
            .mainfooter .col {
                        text-align: left;
            }
}
.mainfooter .col ul li,
    .mainfooter .col address {
            text-align: center;
}
@media (min-width: 768px) {
            .mainfooter .col ul li,
    .mainfooter .col address {
                        text-align: left;
            }
}
.h1,
.title-4xl {
            font-size: 2.25rem;
            line-height: 2.5rem;
}
@media (min-width: 640px) {
            .h1,
.title-4xl {
                        font-size: 3rem;
                        line-height: 1;
            }
}
.h1-5,
.title-3-5xl {
            font-size: 1.875rem;
            line-height: 2.25rem;
}
@media (min-width: 640px) {
            .h1-5,
.title-3-5xl {
                        font-size: 2.25rem;
                        line-height: 2.5rem;
            }
}
.h2,
.title-3xl {
            font-size: 1.5rem;
            line-height: 2rem;
}
@media (min-width: 640px) {
            .h2,
.title-3xl {
                        font-size: 1.875rem;
                        line-height: 2.25rem;
            }
}
.h3,
.title-2xl {
            font-size: 1.25rem;
            line-height: 1.75rem;
}
@media (min-width: 640px) {
            .h3,
.title-2xl {
                        font-size: 1.5rem;
                        line-height: 2rem;
            }
}
.h4,
.title-xl {
            font-size: 1.125rem;
            line-height: 1.75rem;
}
@media (min-width: 640px) {
            .h4,
.title-xl {
                        font-size: 1.25rem;
                        line-height: 1.75rem;
            }
}
.leading-p {
            font-size: 1rem;
            line-height: 1.5rem;
}
@media (min-width: 640px) {
            .leading-p {
                        font-size: 1.125rem;
                        line-height: 1.75rem;
            }
}
.MNSI-table caption {
            padding-top: 1rem;
            padding-bottom: 1rem;
            text-align: left;
}
.prose {
    --tw-prose-bullets: #6f308d !important;
    --tw-prose-links: #2967bc !important;
}
.prose a {
            text-decoration-line: none;
}
.prose a:hover {
            text-decoration-line: underline;
}
.prose blockquote {
            font-style: normal;
}
img.right {
            float: right;
            margin-left: 1rem;
}
img.left {
            float: left;
            margin-right: 1rem;
}
/* swiper */
/* Remove default Swiper.js arrows */
/* Add custom SVG arrows */
.swiper-button-n,
.swiper-button-p {
            position: absolute;
            top: -50px;
            z-index: 50;
            display: flex;
            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));
            align-items: center;
            justify-content: center;
    width: 52px;
    height: 32px;
}
.swiper-button-n:hover, .swiper-button-p:hover {
            cursor: pointer;
            opacity: 0.75;
}
.swiper-button-disabled {
            cursor: not-allowed !important;
            opacity: 0.2;
}
.testimonials-swiper .swiper-slide:nth-child(3n+1) {
            --tw-border-opacity: 1;
            border-color: rgb(255 229 150 / var(--tw-border-opacity));
}
.testimonials-swiper .swiper-slide:nth-child(3n+2) {
            --tw-border-opacity: 1 !important;
            border-color: rgb(174 218 222 / var(--tw-border-opacity)) !important;
}
.testimonials-swiper .swiper-slide:nth-child(3n+3) {
            --tw-border-opacity: 1 !important;
            border-color: rgb(138 143 177 / var(--tw-border-opacity)) !important;
}
.home #mainStream {
            padding-top: 0px;
            padding-bottom: 0px;
}
body.publication .sidebar-links-downloads > :not([hidden]) ~ :not([hidden]), body.investigation .sidebar-links-downloads > :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));
}
body.publication .mainNav-holder,
    body.publication .page-header,
    body.investigation .mainNav-holder,
    body.investigation .page-header {
            --tw-bg-opacity: 1;
            background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
body.publication .publication-markdown .container, body.publication .investigation-markdown .container, body.investigation .publication-markdown .container, body.investigation .investigation-markdown .container {
            width: 100%;
            padding-left: 0px;
            padding-right: 0px;
}
body.publication .publication-markdown .streamfields > section > :not([hidden]) ~ :not([hidden]), body.publication .investigation-markdown .streamfields > section > :not([hidden]) ~ :not([hidden]), body.investigation .publication-markdown .streamfields > section > :not([hidden]) ~ :not([hidden]), body.investigation .investigation-markdown .streamfields > section > :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));
}
body.publication .publication-markdown > section:first-of-type, body.publication .investigation-markdown > section:first-of-type, body.investigation .publication-markdown > section:first-of-type, body.investigation .investigation-markdown > section:first-of-type {
            padding-top: 0px;
}
body.publication .publication-markdown section > h2, body.publication .investigation-markdown section > h2, body.investigation .publication-markdown section > h2, body.investigation .investigation-markdown section > h2 {
            margin-top: 0px;
}
.main-sidebar .container {
            padding-left: 0px;
            padding-right: 0px;
}
.main-sidebar .container .innerContent {
            --tw-bg-opacity: 1;
            background-color: rgb(121 199 203 / var(--tw-bg-opacity));
            padding: 1rem;
}
.main-sidebar .container p {
            font-weight: 400;
}
.main-sidebar ul.timeline li::before {
            position: absolute;
            top: 0px;
            --tw-bg-opacity: 1;
            background-color: rgb(110 59 192 / var(--tw-bg-opacity));

                content: "";
                left: -1.5rem;
                height: 22px;
                width: 22px;
                border-radius: 100%;
                transform: translateX(-12px);
}
.main-sidebar ul.timeline li::after {
            position: absolute;
            top: 0px;
            --tw-bg-opacity: 1;
            background-color: rgb(255 255 255 / var(--tw-bg-opacity));

                content: "";
                left: -1.5rem;
                height: 10px;
                width: 10px;
                border-radius: 100%;
                transform: translateX(-6px) translateY(6px);
}
.main-sidebar .text-field {
            --tw-bg-opacity: 1;
            background-color: rgb(243 244 246 / var(--tw-bg-opacity));
            padding: 1rem;
}
/* label {
        @apply select-none cursor-pointer border border-black py-2 px-4 font-bold text-black transition-all duration-200 ease-in-out hover:bg-overlay-bg-x bg-white/70;
    }

    input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        height: 0;
        width: 0;
    }

    input[type="checkbox"]:checked + label {
        @apply bg-overlay-bg-x;
    }

    input[type="checkbox"]:focus + label {
        @apply outline-none ring ring-blue-500;
    } */
.filter-tags a {
            cursor: pointer;
            -webkit-user-select: none;
               -moz-user-select: none;
                    user-select: none;
            border-width: 1px;
            --tw-border-opacity: 1;
            border-color: rgb(0 0 0 / var(--tw-border-opacity));
            background-color: rgb(255 255 255 / 0.7);
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
            padding-left: 1rem;
            padding-right: 1rem;
            font-weight: 700;
            --tw-text-opacity: 1;
            color: rgb(0 0 0 / var(--tw-text-opacity));
            transition-property: all;
            transition-duration: 200ms;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.filter-tags a:hover {
            background-image: url("../../images/overlay-x.de016080cf18.jpg");
}
.filter-tags a.active {
            background-image: url("../../images/overlay-x.de016080cf18.jpg");
}
.filter-tags a:focus {
            outline: 2px solid transparent;
            outline-offset: 2px;
            --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(3px + 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);
            --tw-ring-opacity: 1;
            --tw-ring-color: rgb(46 104 164 / var(--tw-ring-opacity));
}
.publication-form .searchBar input {
            height: 45px;
            width: 100%;
            flex-shrink: 0;
            flex-grow: 0;
            border-top-width: 0px;
            border-right-width: 0px;
            border-bottom-width: 3px;
            border-left-width: 0px;
            --tw-border-opacity: 1;
            border-color: rgb(202 192 221 / var(--tw-border-opacity));
}
.publication-form .sortBy select {
            height: 45px;
            width: 100%;
            flex-shrink: 0;
            flex-grow: 0;
            border-top-width: 0px;
            border-right-width: 0px;
            border-bottom-width: 3px;
            border-left-width: 0px;
            --tw-border-opacity: 1;
            border-color: rgb(202 192 221 / var(--tw-border-opacity));
}
.filter-category-news ul {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            -moz-column-gap: 1rem;
                 column-gap: 1rem;
}
.filter-category-news ul li {
            display: flex;
            flex-direction: row;
            align-items: center;
            -moz-column-gap: 0.5rem;
                 column-gap: 0.5rem;
}
.filter-category-news ul li label {
            display: flex;
            flex-direction: row;
            align-items: center;
            -moz-column-gap: 0.25rem;
                 column-gap: 0.25rem;
}
.pagination .active {
            font-weight: 700;
            --tw-text-opacity: 1;
            color: rgb(110 59 192 / var(--tw-text-opacity));
            text-decoration-line: none;
}
.pagination a {
            text-decoration-line: underline;
}
body.news-single .jumpLinks {
            padding-top: 1rem;
}
body.news-single .news-markdown #mainStream .prose {
            margin-left: auto;
            margin-right: auto;
}
body.news-single .news-markdown .video-embed iframe {
            margin-left: auto;
            margin-right: auto;
}
body.news-single .news-markdown .imageFigure,
        body.news-single .news-markdown .accordionContainer {
            margin-left: auto;
            margin-right: auto;
}
body.news-single .news-markdown figcaption {
            margin-left: auto;
            margin-right: auto;
            max-width: 1000px;
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
}
body.news-single .news-markdown .MNSI-table {
            max-width: 1000px;
}
body.news-single .news-markdown .container {
            width: 100%;
            padding-left: 0px;
            padding-right: 0px;
}
body.news-single .news-markdown .streamfields > section > :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));
}
body.news-single .news-markdown > section:first-of-type {
            padding-top: 0px;
}
body.news-single .news-markdown section > h2 {
            margin-top: 0px;
}
body.news-single .news-markdown .single-item-grid {
            grid-template-columns: 1fr !important;
            margin-left: auto;
            margin-right: auto;
            max-width: 960px;
        }
body.news-single .news-markdown .single-item-grid h2 {
            font-size: 1.875rem;
            line-height: 2.25rem;
}
@media (min-width: 640px) {
            body.news-single .news-markdown .single-item-grid h2 {
                        font-size: 2.25rem;
                        line-height: 2.5rem;
            }
}
body.news-single .news-markdown .smallCard .contentHold {
            display: flex;
}
@media (min-width: 640px) {
            body.news-single .news-markdown .smallCard .contentHold {
                        flex-direction: column;
            }
}
body.news-single .news-markdown .single-item-grid {
            grid-template-columns: 1fr !important;
        }
body.news-single .news-markdown .single-item-grid .teamCard {
            margin-left: auto;
            margin-right: auto;
            width: 100%;
}
@media (min-width: 768px) {
            body.news-single .news-markdown .single-item-grid .teamCard {
                        flex-direction: row;
            }
}
body.news-single .news-markdown .subPageGrid {
            margin-left: auto;
            margin-right: auto;
            max-width: 1000px;
}
@media (min-width: 768px) {
            body.news-single .news-markdown .subPageGrid {
                        grid-template-columns: repeat(1, minmax(0, 1fr));
            }
}
@media (min-width: 1024px) {
            body.news-single .news-markdown .subPageGrid {
                        grid-template-columns: repeat(2, minmax(0, 1fr));
            }
}
#team-filter-page .controls {
            --tw-text-opacity: 1;
            color: rgb(0 0 0 / var(--tw-text-opacity));
}
#team-filter-page .controls input.mixitup-control-active {
            background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
            border-color: transparent;
            background-color: currentColor;
            background-size: 100% 100%;
            background-position: center;
            background-repeat: no-repeat;
        }
.subPageGrid article {
            position: relative;
            display: flex;
            height: auto;
            width: 100%;
            flex-direction: column;
            row-gap: 3rem;
            padding: 1.5rem;
}
@media (min-width: 1024px) {
            .subPageGrid article {
                        min-height: 300px;
                        padding: 2rem;
            }
}
.subPageGrid article.largeCard {
            -moz-column-gap: 3rem;
                 column-gap: 3rem;
}
@media (min-width: 1024px) {
            .subPageGrid article.largeCard {
                        -moz-column-gap: 6rem;
                             column-gap: 6rem;
            }
}
.subPageGrid article:nth-child(3n+1) {
        /* Styles for the 1st, 4th, 7th (and so on) */
        --tw-bg-opacity: 1;
        background-color: rgb(21 178 185 / var(--tw-bg-opacity));
    }
.subPageGrid article:nth-child(3n+1):hover {
            --tw-bg-opacity: 1;
            background-color: rgb(174 218 222 / var(--tw-bg-opacity));
}
.subPageGrid article:nth-child(3n+2) {
        /* Styles for the 2nd, 5th, 8th (and so on)  */
        --tw-bg-opacity: 1;
        background-color: rgb(255 229 150 / var(--tw-bg-opacity));
    }
.subPageGrid article:nth-child(3n+2):hover {
            --tw-bg-opacity: 1;
            background-color: rgb(255 216 83 / var(--tw-bg-opacity));
}
.subPageGrid article:nth-child(3n+3) {
        /* Styles for the 3rd, 6th, 9th (and so on)  */
        --tw-bg-opacity: 1;
        background-color: rgb(174 218 222 / var(--tw-bg-opacity));
    }
.subPageGrid article:nth-child(3n+3):hover {
            --tw-bg-opacity: 1;
            background-color: rgb(121 199 203 / var(--tw-bg-opacity));
}
@media (min-width: 640px) {
            .smallCard .contentHold {
                        flex-direction: column;
            }
}
.accordion + .accordion {
            margin-top: 0.5rem !important;
}
.statsField + .statsField {
            margin-top: 0px !important;
}
.textImage + .textImage {
            margin-top: 0px !important;
}
.white-background {
            --tw-bg-opacity: 1;
            background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.purple-background {
            --tw-bg-opacity: 1;
            background-color: rgb(21 178 185 / var(--tw-bg-opacity));
}
.yellow-background {
    /* @apply bg-overlay-bg-x-yellow bg-repeat-x bg-cover; */
    --tw-bg-opacity: 1;
    background-color: rgb(255 216 83 / var(--tw-bg-opacity));
}
.blue-background {
    /* @apply bg-overlay-bg-x-blue bg-repeat-x bg-cover; */
    --tw-bg-opacity: 1;
    background-color: rgb(182 225 241 / var(--tw-bg-opacity));
}
.standout-teal {
            --tw-bg-opacity: 1;
            background-color: rgb(174 218 222 / var(--tw-bg-opacity));
}
.standout-blue {
            --tw-bg-opacity: 1;
            background-color: rgb(182 225 241 / var(--tw-bg-opacity));
}
.standout-purple {
            --tw-bg-opacity: 1;
            background-color: rgb(174 218 222 / var(--tw-bg-opacity));
}
.standout-yellow {
            --tw-bg-opacity: 1;
            background-color: rgb(255 216 83 / var(--tw-bg-opacity));
}
.publication-markdown .standout-Text {
            margin-top: 1rem;
}
.standout-Text .text-field {
            padding-top: 1rem;
            padding-bottom: 1rem;
}
.standout-Text .text-field > :first-child {
            margin-top: 0px;
}
.standout-Text .text-field > :last-child {
            margin-bottom: 0px;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
.mfp-align-top .mfp-container:before {
  display: none; }
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }
.mfp-ajax-cur {
  cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
  cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
.mfp-loading.mfp-figure {
  display: none; }
.mfp-hide {
  display: none !important; }
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
      color: #FFF; }
.mfp-s-ready .mfp-preloader {
  display: none; }
.mfp-s-error .mfp-content {
  display: none; }
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
.mfp-close:active {
    top: 1px; }
.mfp-close-btn-in .mfp-close {
  color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
.mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
.mfp-arrow-left {
  left: 0; }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
  right: 0; }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }
.mfp-image-holder .mfp-content {
  max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;backface-visibility:hidden;outline:0}
.glightbox-container.inactive{display:none}
.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}
.glightbox-container .gslider{transition:transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:flex!important;justify-content:center;align-items:center;transform:translate3d(0,0,0)}
.glightbox-container .gslide{width:100%;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;opacity:0}
.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}
.glightbox-container .gslide.prev{opacity:1;z-index:9999}
.glightbox-container .gslide-inner-content{width:100%}
.glightbox-container .ginner-container{position:relative;width:100%;display:flex;justify-content:center;flex-direction:column;max-width:100%;margin:auto;height:100vh}
.glightbox-container .ginner-container.gvideo-container{width:100%}
.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{flex-direction:column}
.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}
.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;touch-action:auto}
.gslide:not(.current){pointer-events:none}
.gslide-image{align-items:center}
.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;touch-action:none;margin:auto;min-width:200px}
.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}
.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}
.gslide-image img.zoomable{position:relative}
.gslide-image img.dragging{cursor:grabbing!important;transition:none}
.gslide-video{position:relative;max-width:100vh;width:100%!important}
.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster{display:none}
.gslide-video .gvideo-wrapper{width:100%;margin:auto}
.gslide-video::before{content:'';position:absolute;width:100%;height:100%;background:rgba(255,0,0,.34);display:none}
.gslide-video.playing::before{display:none}
.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}
.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}
.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%;margin:auto}
.gslide-inline .ginlined-content{padding:20px;width:100%}
.gslide-inline .dragging{cursor:grabbing!important;transition:none}
.ginlined-content{overflow:auto;display:block!important;opacity:1}
.gslide-external{display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}
.gslide-media{display:flex;width:auto}
.zoomed .gslide-media{box-shadow:none!important}
.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;flex-direction:column}
.gslide-description{position:relative;flex:1 0 100%}
.gslide-description.description-left,.gslide-description.description-right{max-width:100%}
.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}
.gslide-description p{margin-bottom:12px}
.gslide-description p:last-child{margin-bottom:0}
.zoomed .gslide-description{display:none}
.glightbox-button-hidden{display:none}
.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;position:absolute;bottom:0;padding:19px 11px;max-width:100vw!important;order:2!important;max-height:78vh;overflow:auto!important;background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);transition:opacity .3s linear;padding-bottom:50px}
.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}
.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}
.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}
.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}
.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}
.gdesc-open .gslide-media{transition:opacity .5s ease;opacity:.4}
.gdesc-open .gdesc-inner{padding-bottom:30px}
.gdesc-closed .gslide-media{transition:opacity .5s ease;opacity:1}
.greset{transition:all .3s ease}
.gabsolute{position:absolute}
.grelative{position:relative}
.glightbox-desc{display:none!important}
.glightbox-open{overflow:hidden}
.gloader{height:25px;width:25px;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}
.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}
.glightbox-mobile .goverlay{background:#000}
.gclose,.gnext,.gprev{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:flex;justify-content:center;align-items:center;flex-direction:column}
.gclose svg,.gnext svg,.gprev svg{display:block;width:25px;height:auto;margin:0;padding:0}
.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}
.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}
.gbtn.focused{outline:2px solid #0f3d81}
iframe.wait-autoplay{opacity:0}
.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}
.glightbox-clean .gslide-description{background:#fff}
.glightbox-clean .gdesc-inner{padding:22px 20px}
.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}
.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}
.glightbox-clean .gslide-video{background:#000}
.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.75);border-radius:4px}
.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}
.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}
.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}
.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}
.glightbox-clean .gclose svg{width:18px;height:auto}
.glightbox-clean .gclose:hover{opacity:1}
.gfadeIn{animation:gfadeIn .5s ease}
.gfadeOut{animation:gfadeOut .5s ease}
.gslideOutLeft{animation:gslideOutLeft .3s ease}
.gslideInLeft{animation:gslideInLeft .3s ease}
.gslideOutRight{animation:gslideOutRight .3s ease}
.gslideInRight{animation:gslideInRight .3s ease}
.gzoomIn{animation:gzoomIn .5s ease}
.gzoomOut{animation:gzoomOut .5s ease}
@keyframes lightboxLoader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
@keyframes gfadeIn{from{opacity:0}to{opacity:1}}
@keyframes gfadeOut{from{opacity:1}to{opacity:0}}
@keyframes gslideInLeft{from{opacity:0;transform:translate3d(-60%,0,0)}to{visibility:visible;transform:translate3d(0,0,0);opacity:1}}
@keyframes gslideOutLeft{from{opacity:1;visibility:visible;transform:translate3d(0,0,0)}to{transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}
@keyframes gslideInRight{from{opacity:0;visibility:visible;transform:translate3d(60%,0,0)}to{transform:translate3d(0,0,0);opacity:1}}
@keyframes gslideOutRight{from{opacity:1;visibility:visible;transform:translate3d(0,0,0)}to{transform:translate3d(60%,0,0);opacity:0}}
@keyframes gzoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:1}}
@keyframes gzoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}
@media (min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{order:1}.glightbox-container .ginner-container.desc-left .gslide-description{order:0}.glightbox-container .ginner-container.desc-left .gslide-image{order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0,0,0,.92)}.glightbox-clean .gslide-media{box-shadow:1px 2px 9px 0 rgba(0,0,0,.65)}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.32)}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:rgba(0,0,0,.7)}.glightbox-clean .gprev{top:45%}.glightbox-clean .gnext{top:45%}}
@media (min-width:992px){.glightbox-clean .gclose{opacity:.7;right:20px}}
@media screen and (max-height:420px){.goverlay{background:#000}}
/* ! tailwindcss v3.3.3 | 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.
*/
html {
  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: Helvetica, Helvetica Neue, system-ui, -apple-system, Inter, Arial; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
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. 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-size: 1em; /* 2 */
}
/*
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 */
  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,
[type='button'],
[type='reset'],
[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] {
  display: none;
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none;
            background-color: #fff;
            border-color: #6b7280;
            border-width: 1px;
            border-radius: 0px;
            padding-top: 0.5rem;
            padding-right: 0.75rem;
            padding-bottom: 0.5rem;
            padding-left: 0.75rem;
            font-size: 1rem;
            line-height: 1.5rem;
            --tw-shadow: 0 0 #0000;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
            outline: 2px solid transparent;
            outline-offset: 2px;
            --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
            --tw-ring-offset-width: 0px;
            --tw-ring-offset-color: #fff;
            --tw-ring-color: #224C78;
            --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
            border-color: #224C78;
}
input::-moz-placeholder, textarea::-moz-placeholder {
            color: #6b7280;
            opacity: 1;
}
input::placeholder,textarea::placeholder {
            color: #6b7280;
            opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
            padding: 0;
}
::-webkit-date-and-time-value {
            min-height: 1.5em;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
            padding-top: 0;
            padding-bottom: 0;
}
select {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
            background-position: right 0.5rem center;
            background-repeat: no-repeat;
            background-size: 1.5em 1.5em;
            padding-right: 2.5rem;
            -webkit-print-color-adjust: exact;
                    print-color-adjust: exact;
}
[multiple] {
            background-image: initial;
            background-position: initial;
            background-repeat: unset;
            background-size: initial;
            padding-right: 0.75rem;
            -webkit-print-color-adjust: unset;
                    print-color-adjust: unset;
}
[type='checkbox'],[type='radio'] {
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none;
            padding: 0;
            -webkit-print-color-adjust: exact;
                    print-color-adjust: exact;
            display: inline-block;
            vertical-align: middle;
            background-origin: border-box;
            -webkit-user-select: none;
               -moz-user-select: none;
                    user-select: none;
            flex-shrink: 0;
            height: 1rem;
            width: 1rem;
            color: #224C78;
            background-color: #fff;
            border-color: #6b7280;
            border-width: 1px;
            --tw-shadow: 0 0 #0000;
}
[type='checkbox'] {
            border-radius: 0px;
}
[type='radio'] {
            border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus {
            outline: 2px solid transparent;
            outline-offset: 2px;
            --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
            --tw-ring-offset-width: 2px;
            --tw-ring-offset-color: #fff;
            --tw-ring-color: #224C78;
            --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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked {
            border-color: transparent;
            background-color: currentColor;
            background-size: 100% 100%;
            background-position: center;
            background-repeat: no-repeat;
}
[type='checkbox']:checked {
            background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked {
            background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
            border-color: transparent;
            background-color: currentColor;
}
[type='checkbox']:indeterminate {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
            border-color: transparent;
            background-color: currentColor;
            background-size: 100% 100%;
            background-position: center;
            background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
            border-color: transparent;
            background-color: currentColor;
}
[type='file'] {
            background: unset;
            border-color: inherit;
            border-width: 0;
            border-radius: 0;
            padding: 0;
            font-size: unset;
            line-height: inherit;
}
[type='file']:focus {
            outline: 1px solid ButtonText;
            outline: 1px auto -webkit-focus-ring-color;
}
*, ::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(46 104 164 / 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:  ;
}
::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(46 104 164 / 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:  ;
}
.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;
            }
}
.form-checkbox,.form-radio {
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none;
            padding: 0;
            -webkit-print-color-adjust: exact;
                    print-color-adjust: exact;
            display: inline-block;
            vertical-align: middle;
            background-origin: border-box;
            -webkit-user-select: none;
               -moz-user-select: none;
                    user-select: none;
            flex-shrink: 0;
            height: 1rem;
            width: 1rem;
            color: #224C78;
            background-color: #fff;
            border-color: #6b7280;
            border-width: 1px;
            --tw-shadow: 0 0 #0000;
}
.form-radio {
            border-radius: 100%;
}
.form-checkbox:focus,.form-radio:focus {
            outline: 2px solid transparent;
            outline-offset: 2px;
            --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
            --tw-ring-offset-width: 2px;
            --tw-ring-offset-color: #fff;
            --tw-ring-color: #224C78;
            --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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.form-checkbox:checked,.form-radio:checked {
            border-color: transparent;
            background-color: currentColor;
            background-size: 100% 100%;
            background-position: center;
            background-repeat: no-repeat;
}
.form-radio:checked {
            background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus {
            border-color: transparent;
            background-color: currentColor;
}
.prose {
            color: var(--tw-prose-body);
            max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"] *)) {
            margin-top: 1.25em;
            margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
            color: var(--tw-prose-lead);
            font-size: 1.25em;
            line-height: 1.6;
            margin-top: 1.2em;
            margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *)) {
            color: var(--tw-prose-links);
            text-decoration: underline;
            font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"] *)) {
            color: var(--tw-prose-bold);
            font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"] *)) {
            color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
            color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
            color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"] *)) {
            list-style-type: decimal;
            margin-top: 1.25em;
            margin-bottom: 1.25em;
            padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
            list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
            list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
            list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
            list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
            list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
            list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
            list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
            list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
            list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)) {
            list-style-type: disc;
            margin-top: 1.25em;
            margin-bottom: 1.25em;
            padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
            font-weight: 400;
            color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
            color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *)) {
            border-color: var(--tw-prose-hr);
            border-top-width: 1px;
            margin-top: 3em;
            margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
            font-weight: 500;
            font-style: italic;
            color: var(--tw-prose-quotes);
            border-left-width: 0.25rem;
            border-left-color: var(--tw-prose-quote-borders);
            quotes: "\201C""\201D""\2018""\2019";
            margin-top: 1.6em;
            margin-bottom: 1.6em;
            padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
            content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
            content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)) {
            color: var(--tw-prose-headings);
            font-weight: 800;
            font-size: 2.25em;
            margin-top: 0;
            margin-bottom: 0.8888889em;
            line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
            font-weight: 900;
            color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"] *)) {
            color: var(--tw-prose-headings);
            font-weight: 700;
            font-size: 1.5em;
            margin-top: 2em;
            margin-bottom: 1em;
            line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
            font-weight: 800;
            color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"] *)) {
            color: var(--tw-prose-headings);
            font-weight: 600;
            font-size: 1.25em;
            margin-top: 1.6em;
            margin-bottom: 0.6em;
            line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
            font-weight: 700;
            color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"] *)) {
            color: var(--tw-prose-headings);
            font-weight: 600;
            margin-top: 1.5em;
            margin-bottom: 0.5em;
            line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
            font-weight: 700;
            color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"] *)) {
            margin-top: 2em;
            margin-bottom: 2em;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
            margin-top: 0;
            margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
            color: var(--tw-prose-captions);
            font-size: 0.875em;
            line-height: 1.4285714;
            margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)) {
            color: var(--tw-prose-code);
            font-weight: 600;
            font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before {
            content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after {
            content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)) {
            color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"] *)) {
            color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
            color: inherit;
            font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
            color: inherit;
            font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"] *)) {
            color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
            color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"] *)) {
            color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"] *)) {
            color: var(--tw-prose-pre-code);
            background-color: var(--tw-prose-pre-bg);
            overflow-x: auto;
            font-weight: 400;
            font-size: 0.875em;
            line-height: 1.7142857;
            margin-top: 1.7142857em;
            margin-bottom: 1.7142857em;
            border-radius: 0.375rem;
            padding-top: 0.8571429em;
            padding-right: 1.1428571em;
            padding-bottom: 0.8571429em;
            padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"] *)) {
            background-color: transparent;
            border-width: 0;
            border-radius: 0;
            padding: 0;
            font-weight: inherit;
            color: inherit;
            font-size: inherit;
            font-family: inherit;
            line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
            content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
            content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)) {
            width: 100%;
            table-layout: auto;
            text-align: left;
            margin-top: 2em;
            margin-bottom: 2em;
            font-size: 0.875em;
            line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)) {
            border-bottom-width: 1px;
            border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)) {
            color: var(--tw-prose-headings);
            font-weight: 600;
            vertical-align: bottom;
            padding-right: 0.5714286em;
            padding-bottom: 0.5714286em;
            padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
            border-bottom-width: 1px;
            border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
            border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
            vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"] *)) {
            border-top-width: 1px;
            border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
            vertical-align: top;
}
.prose {
            --tw-prose-body: #374151;
            --tw-prose-headings: #111827;
            --tw-prose-lead: #4b5563;
            --tw-prose-links: #111827;
            --tw-prose-bold: #111827;
            --tw-prose-counters: #6b7280;
            --tw-prose-bullets: #d1d5db;
            --tw-prose-hr: #e5e7eb;
            --tw-prose-quotes: #111827;
            --tw-prose-quote-borders: #e5e7eb;
            --tw-prose-captions: #6b7280;
            --tw-prose-code: #111827;
            --tw-prose-pre-code: #e5e7eb;
            --tw-prose-pre-bg: #1f2937;
            --tw-prose-th-borders: #d1d5db;
            --tw-prose-td-borders: #e5e7eb;
            --tw-prose-invert-body: #d1d5db;
            --tw-prose-invert-headings: #fff;
            --tw-prose-invert-lead: #9ca3af;
            --tw-prose-invert-links: #fff;
            --tw-prose-invert-bold: #fff;
            --tw-prose-invert-counters: #9ca3af;
            --tw-prose-invert-bullets: #4b5563;
            --tw-prose-invert-hr: #374151;
            --tw-prose-invert-quotes: #f3f4f6;
            --tw-prose-invert-quote-borders: #374151;
            --tw-prose-invert-captions: #9ca3af;
            --tw-prose-invert-code: #fff;
            --tw-prose-invert-pre-code: #d1d5db;
            --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
            --tw-prose-invert-th-borders: #4b5563;
            --tw-prose-invert-td-borders: #374151;
            font-size: 1rem;
            line-height: 1.75;
}
.prose :where(video):not(:where([class~="not-prose"] *)) {
            margin-top: 2em;
            margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)) {
            margin-top: 2em;
            margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"] *)) {
            margin-top: 0.5em;
            margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
            padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
            padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
            margin-top: 0.75em;
            margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
            margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
            margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
            margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
            margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
            margin-top: 0.75em;
            margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
            margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
            margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
            margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
            margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
            padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
            padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
            padding-top: 0.5714286em;
            padding-right: 0.5714286em;
            padding-bottom: 0.5714286em;
            padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
            padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
            padding-right: 0;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
            margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
            margin-bottom: 0;
}
.prose-invert {
            --tw-prose-body: var(--tw-prose-invert-body);
            --tw-prose-headings: var(--tw-prose-invert-headings);
            --tw-prose-lead: var(--tw-prose-invert-lead);
            --tw-prose-links: var(--tw-prose-invert-links);
            --tw-prose-bold: var(--tw-prose-invert-bold);
            --tw-prose-counters: var(--tw-prose-invert-counters);
            --tw-prose-bullets: var(--tw-prose-invert-bullets);
            --tw-prose-hr: var(--tw-prose-invert-hr);
            --tw-prose-quotes: var(--tw-prose-invert-quotes);
            --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
            --tw-prose-captions: var(--tw-prose-invert-captions);
            --tw-prose-code: var(--tw-prose-invert-code);
            --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
            --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
            --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
            --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
}
.prose-gray {
            --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;
}
.tailwindForm {
            display: flex;
            max-width: 750px;
            flex-direction: column;
            row-gap: 1rem;
            font-size: 1.125rem;
            line-height: 1.75rem;
        /* .input {
            @apply block flex-1 border-0 bg-transparent py-1.5 pl-1 text-gray-900 placeholder:text-gray-400 focus:ring-0 sm:text-sm sm:leading-6;
        } */
}
.tailwindForm input:not([type="checkbox"]):not([type="submit"]) {
            margin-top: 0.5rem;
            display: flex;
            width: 100%;
            border-radius: 0.375rem;
            border-width: 0px;
            --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);
            --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(1px + 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);
            --tw-ring-inset: inset;
            --tw-ring-opacity: 1;
            --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.tailwindForm input:not([type="checkbox"]):not([type="submit"]):focus-within {
            --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(2px + 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);
            --tw-ring-inset: inset;
            --tw-ring-opacity: 1;
            --tw-ring-color: rgb(25 107 139 / var(--tw-ring-opacity));
}
.tailwindForm input[type="checkbox"] {
            border-radius: 0.125rem;
}
.tailwindForm label {
            display: block;
            font-size: 0.875rem;
            font-weight: 500;
            line-height: 1.5rem;
            --tw-text-opacity: 1;
            color: rgb(17 24 39 / var(--tw-text-opacity));
}
.tailwindForm textarea {
            display: block;
            width: 100%;
            border-radius: 0.375rem;
            border-width: 0px;
            padding-top: 0.375rem;
            padding-bottom: 0.375rem;
            --tw-text-opacity: 1;
            color: rgb(17 24 39 / var(--tw-text-opacity));
            --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);
            --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(1px + 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);
            --tw-ring-inset: inset;
            --tw-ring-opacity: 1;
            --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.tailwindForm textarea::-moz-placeholder {
            --tw-text-opacity: 1;
            color: rgb(156 163 175 / var(--tw-text-opacity));
}
.tailwindForm textarea::placeholder {
            --tw-text-opacity: 1;
            color: rgb(156 163 175 / var(--tw-text-opacity));
}
.tailwindForm textarea:focus {
            --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(2px + 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);
            --tw-ring-inset: inset;
            --tw-ring-opacity: 1;
            --tw-ring-color: rgb(25 107 139 / var(--tw-ring-opacity));
}
@media (min-width: 640px) {
            .tailwindForm textarea {
                        font-size: 0.875rem;
                        line-height: 1.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;
}
.invisible {
            visibility: hidden;
}
.static {
            position: static;
}
.absolute {
            position: absolute;
}
.relative {
            position: relative;
}
.inset-0 {
            inset: 0px;
}
.inset-x-0 {
            left: 0px;
            right: 0px;
}
.bottom-0 {
            bottom: 0px;
}
.bottom-\[-30\%\] {
            bottom: -30%;
}
.left-full {
            left: 100%;
}
.right-0 {
            right: 0px;
}
.right-8 {
            right: 2rem;
}
.top-0 {
            top: 0px;
}
.top-full {
            top: 100%;
}
.z-0 {
            z-index: 0;
}
.z-10 {
            z-index: 10;
}
.z-20 {
            z-index: 20;
}
.z-40 {
            z-index: 40;
}
.z-50 {
            z-index: 50;
}
.z-\[-1\] {
            z-index: -1;
}
.z-\[1\] {
            z-index: 1;
}
.z-\[99\] {
            z-index: 99;
}
.order-1 {
            order: 1;
}
.order-2 {
            order: 2;
}
.col-span-1 {
            grid-column: span 1 / span 1;
}
.col-span-2 {
            grid-column: span 2 / span 2;
}
.m-4 {
            margin: 1rem;
}
.-mx-3 {
            margin-left: -0.75rem;
            margin-right: -0.75rem;
}
.mx-4 {
            margin-left: 1rem;
            margin-right: 1rem;
}
.mx-auto {
            margin-left: auto;
            margin-right: auto;
}
.my-0 {
            margin-top: 0px;
            margin-bottom: 0px;
}
.my-1 {
            margin-top: 0.25rem;
            margin-bottom: 0.25rem;
}
.my-12 {
            margin-top: 3rem;
            margin-bottom: 3rem;
}
.my-16 {
            margin-top: 4rem;
            margin-bottom: 4rem;
}
.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;
}
.\!mr-2 {
            margin-right: 0.5rem !important;
}
.\!mr-4 {
            margin-right: 1rem !important;
}
.mb-0 {
            margin-bottom: 0px;
}
.mb-1 {
            margin-bottom: 0.25rem;
}
.mb-12 {
            margin-bottom: 3rem;
}
.mb-2 {
            margin-bottom: 0.5rem;
}
.mb-24 {
            margin-bottom: 6rem;
}
.mb-3 {
            margin-bottom: 0.75rem;
}
.mb-4 {
            margin-bottom: 1rem;
}
.mb-6 {
            margin-bottom: 1.5rem;
}
.mb-64 {
            margin-bottom: 16rem;
}
.mb-8 {
            margin-bottom: 2rem;
}
.ml-1 {
            margin-left: 0.25rem;
}
.ml-2 {
            margin-left: 0.5rem;
}
.ml-4 {
            margin-left: 1rem;
}
.ml-6 {
            margin-left: 1.5rem;
}
.ml-auto {
            margin-left: auto;
}
.mr-2 {
            margin-right: 0.5rem;
}
.mr-4 {
            margin-right: 1rem;
}
.mr-6 {
            margin-right: 1.5rem;
}
.mt-0 {
            margin-top: 0px;
}
.mt-1 {
            margin-top: 0.25rem;
}
.mt-2 {
            margin-top: 0.5rem;
}
.mt-24 {
            margin-top: 6rem;
}
.mt-4 {
            margin-top: 1rem;
}
.mt-6 {
            margin-top: 1.5rem;
}
.mt-8 {
            margin-top: 2rem;
}
.mt-auto {
            margin-top: auto;
}
.block {
            display: block;
}
.inline-block {
            display: inline-block;
}
.inline {
            display: inline;
}
.flex {
            display: flex;
}
.inline-flex {
            display: inline-flex;
}
.table {
            display: table;
}
.grid {
            display: grid;
}
.contents {
            display: contents;
}
.hidden {
            display: none;
}
.aspect-video {
            aspect-ratio: 16 / 9;
}
.h-12 {
            height: 3rem;
}
.h-3 {
            height: 0.75rem;
}
.h-4 {
            height: 1rem;
}
.h-5 {
            height: 1.25rem;
}
.h-6 {
            height: 1.5rem;
}
.h-7 {
            height: 1.75rem;
}
.h-8 {
            height: 2rem;
}
.h-\[3px\] {
            height: 3px;
}
.h-\[4px\] {
            height: 4px;
}
.h-\[8px\] {
            height: 8px;
}
.h-auto {
            height: auto;
}
.h-fit {
            height: -moz-fit-content;
            height: fit-content;
}
.h-full {
            height: 100%;
}
.h-px {
            height: 1px;
}
.max-h-0 {
            max-height: 0px;
}
.max-h-\[250px\] {
            max-height: 250px;
}
.max-h-\[400px\] {
            max-height: 400px;
}
.min-h-\[35px\] {
            min-height: 35px;
}
.w-12 {
            width: 3rem;
}
.w-3 {
            width: 0.75rem;
}
.w-4 {
            width: 1rem;
}
.w-5 {
            width: 1.25rem;
}
.w-6 {
            width: 1.5rem;
}
.w-7 {
            width: 1.75rem;
}
.w-8 {
            width: 2rem;
}
.w-\[40\%\] {
            width: 40%;
}
.w-auto {
            width: auto;
}
.w-fit {
            width: -moz-fit-content;
            width: fit-content;
}
.w-full {
            width: 100%;
}
.min-w-\[150px\] {
            min-width: 150px;
}
.min-w-\[200px\] {
            min-width: 200px;
}
.min-w-\[40\%\] {
            min-width: 40%;
}
.max-w-2xl {
            max-width: 42rem;
}
.max-w-4xl {
            max-width: 56rem;
}
.max-w-\[1000px\] {
            max-width: 1000px;
}
.max-w-\[1244px\] {
            max-width: 1244px;
}
.max-w-\[235px\] {
            max-width: 235px;
}
.max-w-\[400px\] {
            max-width: 400px;
}
.max-w-\[600px\] {
            max-width: 600px;
}
.max-w-\[700px\] {
            max-width: 700px;
}
.max-w-\[750px\] {
            max-width: 750px;
}
.max-w-\[800px\] {
            max-width: 800px;
}
.max-w-full {
            max-width: 100%;
}
.max-w-none {
            max-width: none;
}
.max-w-prose {
            max-width: 65ch;
}
.flex-1 {
            flex: 1 1 0%;
}
.flex-shrink {
            flex-shrink: 1;
}
.flex-shrink-0 {
            flex-shrink: 0;
}
.shrink {
            flex-shrink: 1;
}
.shrink-0 {
            flex-shrink: 0;
}
.flex-grow-0 {
            flex-grow: 0;
}
.grow {
            flex-grow: 1;
}
.-translate-y-12 {
            --tw-translate-y: -3rem;
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
            --tw-translate-y: 0px;
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90 {
            --tw-rotate: -90deg;
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
            --tw-rotate: 180deg;
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
            --tw-rotate: 90deg;
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
            --tw-scale-x: 1;
            --tw-scale-y: 1;
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-90 {
            --tw-scale-x: .9;
            --tw-scale-y: .9;
            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-grab {
            cursor: grab;
}
.cursor-pointer {
            cursor: pointer;
}
.grid-cols-1 {
            grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-4 {
            grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row {
            flex-direction: row;
}
.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;
}
.items-stretch {
            align-items: stretch;
}
.justify-start {
            justify-content: flex-start;
}
.justify-center {
            justify-content: center;
}
.justify-between {
            justify-content: space-between;
}
.justify-items-end {
            justify-items: end;
}
.gap-2 {
            gap: 0.5rem;
}
.gap-2\.5 {
            gap: 0.625rem;
}
.gap-3 {
            gap: 0.75rem;
}
.gap-3\.5 {
            gap: 0.875rem;
}
.gap-4 {
            gap: 1rem;
}
.gap-6 {
            gap: 1.5rem;
}
.gap-8 {
            gap: 2rem;
}
.gap-\[5px\] {
            gap: 5px;
}
.gap-x-1 {
            -moz-column-gap: 0.25rem;
                 column-gap: 0.25rem;
}
.gap-x-12 {
            -moz-column-gap: 3rem;
                 column-gap: 3rem;
}
.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-5 {
            -moz-column-gap: 1.25rem;
                 column-gap: 1.25rem;
}
.gap-x-6 {
            -moz-column-gap: 1.5rem;
                 column-gap: 1.5rem;
}
.gap-x-8 {
            -moz-column-gap: 2rem;
                 column-gap: 2rem;
}
.gap-x-\[5px\] {
            -moz-column-gap: 5px;
                 column-gap: 5px;
}
.gap-y-0 {
            row-gap: 0px;
}
.gap-y-1 {
            row-gap: 0.25rem;
}
.gap-y-12 {
            row-gap: 3rem;
}
.gap-y-2 {
            row-gap: 0.5rem;
}
.gap-y-3 {
            row-gap: 0.75rem;
}
.gap-y-4 {
            row-gap: 1rem;
}
.gap-y-5 {
            row-gap: 1.25rem;
}
.gap-y-6 {
            row-gap: 1.5rem;
}
.gap-y-8 {
            row-gap: 2rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
            --tw-space-x-reverse: 0;
            margin-right: calc(0.5rem * var(--tw-space-x-reverse));
            margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
            --tw-space-x-reverse: 0;
            margin-right: calc(1rem * var(--tw-space-x-reverse));
            margin-left: calc(1rem * calc(1 - var(--tw-space-x-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));
}
.space-y-\[-14px\] > :not([hidden]) ~ :not([hidden]) {
            --tw-space-y-reverse: 0;
            margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse)));
            margin-bottom: calc(-14px * var(--tw-space-y-reverse));
}
.divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
            --tw-divide-opacity: 1;
            border-color: rgb(116 165 216 / var(--tw-divide-opacity));
}
.self-start {
            align-self: flex-start;
}
.self-end {
            align-self: flex-end;
}
.self-center {
            align-self: center;
}
.overflow-hidden {
            overflow: hidden;
}
.overflow-y-auto {
            overflow-y: auto;
}
.rounded-lg {
            border-radius: 0.5rem;
}
.rounded-md {
            border-radius: 0.375rem;
}
.rounded-sm {
            border-radius: 0.125rem;
}
.rounded-b-lg {
            border-bottom-right-radius: 0.5rem;
            border-bottom-left-radius: 0.5rem;
}
.rounded-t-md {
            border-top-left-radius: 0.375rem;
            border-top-right-radius: 0.375rem;
}
.rounded-bl-md {
            border-bottom-left-radius: 0.375rem;
}
.border {
            border-width: 1px;
}
.border-4 {
            border-width: 4px;
}
.border-b {
            border-bottom-width: 1px;
}
.border-b-4 {
            border-bottom-width: 4px;
}
.border-b-\[3px\] {
            border-bottom-width: 3px;
}
.border-l-0 {
            border-left-width: 0px;
}
.border-l-\[3px\] {
            border-left-width: 3px;
}
.border-r-0 {
            border-right-width: 0px;
}
.border-t {
            border-top-width: 1px;
}
.border-t-0 {
            border-top-width: 0px;
}
.border-t-\[6px\] {
            border-top-width: 6px;
}
.border-none {
            border-style: none;
}
.border-black {
            --tw-border-opacity: 1;
            border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-blue {
            --tw-border-opacity: 1;
            border-color: rgb(46 104 164 / var(--tw-border-opacity));
}
.border-brand-teal-100 {
            --tw-border-opacity: 1;
            border-color: rgb(21 178 185 / var(--tw-border-opacity));
}
.border-green-500 {
            --tw-border-opacity: 1;
            border-color: rgb(34 197 94 / var(--tw-border-opacity));
}
.border-purple {
            --tw-border-opacity: 1;
            border-color: rgb(202 192 221 / var(--tw-border-opacity));
}
.border-teal-100 {
            --tw-border-opacity: 1;
            border-color: rgb(222 239 236 / var(--tw-border-opacity));
}
.border-teal-500 {
            --tw-border-opacity: 1;
            border-color: rgb(70 148 143 / var(--tw-border-opacity));
}
.border-transparent {
            border-color: transparent;
}
.border-b-brand-teal-75 {
            --tw-border-opacity: 1;
            border-bottom-color: rgb(121 199 203 / var(--tw-border-opacity));
}
.bg-brand-blue-50 {
            --tw-bg-opacity: 1;
            background-color: rgb(138 143 177 / var(--tw-bg-opacity));
}
.bg-brand-teal-100 {
            --tw-bg-opacity: 1;
            background-color: rgb(21 178 185 / var(--tw-bg-opacity));
}
.bg-brand-teal-25 {
            --tw-bg-opacity: 1;
            background-color: rgb(217 237 239 / var(--tw-bg-opacity));
}
.bg-brand-teal-50 {
            --tw-bg-opacity: 1;
            background-color: rgb(174 218 222 / var(--tw-bg-opacity));
}
.bg-brand-teal-75 {
            --tw-bg-opacity: 1;
            background-color: rgb(121 199 203 / var(--tw-bg-opacity));
}
.bg-brand-yellow-100 {
            --tw-bg-opacity: 1;
            background-color: rgb(255 204 0 / var(--tw-bg-opacity));
}
.bg-brand-yellow-50 {
            --tw-bg-opacity: 1;
            background-color: rgb(255 229 150 / var(--tw-bg-opacity));
}
.bg-deep-purple-500 {
            --tw-bg-opacity: 1;
            background-color: rgb(74 40 130 / var(--tw-bg-opacity));
}
.bg-gray-100 {
            --tw-bg-opacity: 1;
            background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200 {
            --tw-bg-opacity: 1;
            background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-50 {
            --tw-bg-opacity: 1;
            background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-lightBlue {
            --tw-bg-opacity: 1;
            background-color: rgb(182 225 241 / var(--tw-bg-opacity));
}
.bg-lightBlue-100 {
            --tw-bg-opacity: 1;
            background-color: rgb(228 243 250 / var(--tw-bg-opacity));
}
.bg-lightBlue-150 {
            --tw-bg-opacity: 1;
            background-color: rgb(210 243 255 / var(--tw-bg-opacity));
}
.bg-orange-200 {
            --tw-bg-opacity: 1;
            background-color: rgb(254 215 170 / var(--tw-bg-opacity));
}
.bg-orange-400 {
            --tw-bg-opacity: 1;
            background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}
.bg-slate-500 {
            --tw-bg-opacity: 1;
            background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}
.bg-teal-50 {
            --tw-bg-opacity: 1;
            background-color: rgb(242 249 248 / var(--tw-bg-opacity));
}
.bg-transparent {
            background-color: transparent;
}
.bg-white {
            --tw-bg-opacity: 1;
            background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/20 {
            background-color: rgb(255 255 255 / 0.2);
}
.bg-border-gradient {
            background-image: linear-gradient(to right, #15B2B9, #163E70);
}
.bg-brand-blue-teal {
            background-image: linear-gradient(to right, #163E70, #15B2B9);
}
.bg-overlay-bg-x {
            background-image: url("../../images/overlay-x.de016080cf18.jpg");
}
.fill-current {
            fill: currentColor;
}
.stroke-current {
            stroke: currentColor;
}
.object-cover {
            -o-object-fit: cover;
               object-fit: cover;
}
.object-center {
            -o-object-position: center;
               object-position: center;
}
.p-2 {
            padding: 0.5rem;
}
.p-3 {
            padding: 0.75rem;
}
.p-4 {
            padding: 1rem;
}
.p-6 {
            padding: 1.5rem;
}
.p-8 {
            padding: 2rem;
}
.px-2 {
            padding-left: 0.5rem;
            padding-right: 0.5rem;
}
.px-2\.5 {
            padding-left: 0.625rem;
            padding-right: 0.625rem;
}
.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;
}
.px-8 {
            padding-left: 2rem;
            padding-right: 2rem;
}
.py-0 {
            padding-top: 0px;
            padding-bottom: 0px;
}
.py-1 {
            padding-top: 0.25rem;
            padding-bottom: 0.25rem;
}
.py-10 {
            padding-top: 2.5rem;
            padding-bottom: 2.5rem;
}
.py-12 {
            padding-top: 3rem;
            padding-bottom: 3rem;
}
.py-14 {
            padding-top: 3.5rem;
            padding-bottom: 3.5rem;
}
.py-2 {
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
}
.py-2\.5 {
            padding-top: 0.625rem;
            padding-bottom: 0.625rem;
}
.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-6 {
            padding-bottom: 1.5rem !important;
}
.pb-12 {
            padding-bottom: 3rem;
}
.pb-2 {
            padding-bottom: 0.5rem;
}
.pb-4 {
            padding-bottom: 1rem;
}
.pl-2 {
            padding-left: 0.5rem;
}
.pl-6 {
            padding-left: 1.5rem;
}
.pr-3 {
            padding-right: 0.75rem;
}
.pt-12 {
            padding-top: 3rem;
}
.pt-2 {
            padding-top: 0.5rem;
}
.pt-2\.5 {
            padding-top: 0.625rem;
}
.pt-3 {
            padding-top: 0.75rem;
}
.pt-4 {
            padding-top: 1rem;
}
.pt-8 {
            padding-top: 2rem;
}
.text-left {
            text-align: left;
}
.text-center {
            text-align: center;
}
.font-sans {
            font-family: Helvetica, Helvetica Neue, system-ui, -apple-system, Inter, Arial;
}
.text-2xl {
            font-size: 1.5rem;
            line-height: 2rem;
}
.text-4xl {
            font-size: 2.25rem;
            line-height: 2.5rem;
}
.text-5xl {
            font-size: 3rem;
            line-height: 1;
}
.text-\[19px\] {
            font-size: 19px;
}
.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-light {
            font-weight: 300;
}
.font-medium {
            font-weight: 500;
}
.font-normal {
            font-weight: 400;
}
.font-semibold {
            font-weight: 600;
}
.uppercase {
            text-transform: uppercase;
}
.capitalize {
            text-transform: capitalize;
}
.normal-case {
            text-transform: none;
}
.italic {
            font-style: italic;
}
.not-italic {
            font-style: normal;
}
.leading-none {
            line-height: 1;
}
.leading-normal {
            line-height: 1.5;
}
.tracking-wide {
            letter-spacing: 0.025em;
}
.text-\[\#2967bc\] {
            --tw-text-opacity: 1;
            color: rgb(41 103 188 / var(--tw-text-opacity));
}
.text-\[\#2E68A4\] {
            --tw-text-opacity: 1;
            color: rgb(46 104 164 / var(--tw-text-opacity));
}
.text-black {
            --tw-text-opacity: 1;
            color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-500 {
            --tw-text-opacity: 1;
            color: rgb(46 104 164 / var(--tw-text-opacity));
}
.text-blue-950 {
            --tw-text-opacity: 1;
            color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-brand-blue-100 {
            --tw-text-opacity: 1;
            color: rgb(22 62 112 / var(--tw-text-opacity));
}
.text-deep-purple {
            --tw-text-opacity: 1;
            color: rgb(74 40 130 / var(--tw-text-opacity));
}
.text-deep-purple-700 {
            --tw-text-opacity: 1;
            color: rgb(25 14 44 / var(--tw-text-opacity));
}
.text-gray-800 {
            --tw-text-opacity: 1;
            color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900 {
            --tw-text-opacity: 1;
            color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-green-600 {
            --tw-text-opacity: 1;
            color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-white {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
            text-decoration-line: underline;
}
.no-underline {
            text-decoration-line: none;
}
.opacity-0 {
            opacity: 0;
}
.opacity-100 {
            opacity: 1;
}
.opacity-70 {
            opacity: 0.7;
}
.opacity-95 {
            opacity: 0.95;
}
.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-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);
}
.\!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) !important;
}
.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, -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-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;
}
.duration-100 {
            transition-duration: 100ms;
}
.duration-1000 {
            transition-duration: 1000ms;
}
.duration-150 {
            transition-duration: 150ms;
}
.duration-200 {
            transition-duration: 200ms;
}
.duration-300 {
            transition-duration: 300ms;
}
.duration-500 {
            transition-duration: 500ms;
}
.duration-700 {
            transition-duration: 700ms;
}
.ease-in {
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
[x-cloak] {
    display: none;
}
html.sr .load-hidden {
    visibility: hidden;
}
html {
    scroll-behavior: smooth;
}
body {
            --tw-bg-opacity: 1;
            background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.skip-link {
    clip: rect(1px, 1px, 1px, 1px);
    display: block;
    height: 1px;
    overflow: hidden;
    padding: 20px;
    position: absolute;
    text-decoration: underline;
    top: 1rem;
    left: 1rem;
    width: 1px;
    z-index: 99;
}
.skip-link:focus {
        clip: auto;
        height: auto;
        overflow: visible;
        width: auto;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }
.link-after:after {
    content: "";
    position: absolute;
    inset: 0px;
    height: 100%;
    width: 100%;
}
.container {
            margin-left: auto;
            margin-right: auto;
            max-width: 1340px;
            padding-left: 1.5rem;
            padding-right: 1.5rem;
}
@media (min-width: 1024px) {
            .container {
                        padding-left: 2rem;
                        padding-right: 2rem;
            }
}
@media (min-width: 1280px) {
            .container {
                        padding-left: 3rem;
                        padding-right: 3rem;
            }
}
.social {
            --tw-text-opacity: 1;
            color: rgb(92 50 161 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
            .lg\:prose-lg {
                        font-size: 1.125rem;
                        line-height: 1.7777778;
            }
            .lg\:prose-lg :where(p):not(:where([class~="not-prose"] *)) {
                        margin-top: 1.3333333em;
                        margin-bottom: 1.3333333em;
            }
            .lg\:prose-lg :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
                        font-size: 1.2222222em;
                        line-height: 1.4545455;
                        margin-top: 1.0909091em;
                        margin-bottom: 1.0909091em;
            }
            .lg\:prose-lg :where(blockquote):not(:where([class~="not-prose"] *)) {
                        margin-top: 1.6666667em;
                        margin-bottom: 1.6666667em;
                        padding-left: 1em;
            }
            .lg\:prose-lg :where(h1):not(:where([class~="not-prose"] *)) {
                        font-size: 2.6666667em;
                        margin-top: 0;
                        margin-bottom: 0.8333333em;
                        line-height: 1;
            }
            .lg\:prose-lg :where(h2):not(:where([class~="not-prose"] *)) {
                        font-size: 1.6666667em;
                        margin-top: 1.8666667em;
                        margin-bottom: 1.0666667em;
                        line-height: 1.3333333;
            }
            .lg\:prose-lg :where(h3):not(:where([class~="not-prose"] *)) {
                        font-size: 1.3333333em;
                        margin-top: 1.6666667em;
                        margin-bottom: 0.6666667em;
                        line-height: 1.5;
            }
            .lg\:prose-lg :where(h4):not(:where([class~="not-prose"] *)) {
                        margin-top: 1.7777778em;
                        margin-bottom: 0.4444444em;
                        line-height: 1.5555556;
            }
            .lg\:prose-lg :where(img):not(:where([class~="not-prose"] *)) {
                        margin-top: 1.7777778em;
                        margin-bottom: 1.7777778em;
            }
            .lg\:prose-lg :where(video):not(:where([class~="not-prose"] *)) {
                        margin-top: 1.7777778em;
                        margin-bottom: 1.7777778em;
            }
            .lg\:prose-lg :where(figure):not(:where([class~="not-prose"] *)) {
                        margin-top: 1.7777778em;
                        margin-bottom: 1.7777778em;
            }
            .lg\:prose-lg :where(figure > *):not(:where([class~="not-prose"] *)) {
                        margin-top: 0;
                        margin-bottom: 0;
            }
            .lg\:prose-lg :where(figcaption):not(:where([class~="not-prose"] *)) {
                        font-size: 0.8888889em;
                        line-height: 1.5;
                        margin-top: 1em;
            }
            .lg\:prose-lg :where(code):not(:where([class~="not-prose"] *)) {
                        font-size: 0.8888889em;
            }
            .lg\:prose-lg :where(h2 code):not(:where([class~="not-prose"] *)) {
                        font-size: 0.8666667em;
            }
            .lg\:prose-lg :where(h3 code):not(:where([class~="not-prose"] *)) {
                        font-size: 0.875em;
            }
            .lg\:prose-lg :where(pre):not(:where([class~="not-prose"] *)) {
                        font-size: 0.8888889em;
                        line-height: 1.75;
                        margin-top: 2em;
                        margin-bottom: 2em;
                        border-radius: 0.375rem;
                        padding-top: 1em;
                        padding-right: 1.5em;
                        padding-bottom: 1em;
                        padding-left: 1.5em;
            }
            .lg\:prose-lg :where(ol):not(:where([class~="not-prose"] *)) {
                        margin-top: 1.3333333em;
                        margin-bottom: 1.3333333em;
                        padding-left: 1.5555556em;
            }
            .lg\:prose-lg :where(ul):not(:where([class~="not-prose"] *)) {
                        margin-top: 1.3333333em;
                        margin-bottom: 1.3333333em;
                        padding-left: 1.5555556em;
            }
            .lg\:prose-lg :where(li):not(:where([class~="not-prose"] *)) {
                        margin-top: 0.6666667em;
                        margin-bottom: 0.6666667em;
            }
            .lg\:prose-lg :where(ol > li):not(:where([class~="not-prose"] *)) {
                        padding-left: 0.4444444em;
            }
            .lg\:prose-lg :where(ul > li):not(:where([class~="not-prose"] *)) {
                        padding-left: 0.4444444em;
            }
            .lg\:prose-lg :where(.lg\:prose-lg > ul > li p):not(:where([class~="not-prose"] *)) {
                        margin-top: 0.8888889em;
                        margin-bottom: 0.8888889em;
            }
            .lg\:prose-lg :where(.lg\:prose-lg > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
                        margin-top: 1.3333333em;
            }
            .lg\:prose-lg :where(.lg\:prose-lg > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
                        margin-bottom: 1.3333333em;
            }
            .lg\:prose-lg :where(.lg\:prose-lg > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
                        margin-top: 1.3333333em;
            }
            .lg\:prose-lg :where(.lg\:prose-lg > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
                        margin-bottom: 1.3333333em;
            }
            .lg\:prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
                        margin-top: 0.8888889em;
                        margin-bottom: 0.8888889em;
            }
            .lg\:prose-lg :where(hr):not(:where([class~="not-prose"] *)) {
                        margin-top: 3.1111111em;
                        margin-bottom: 3.1111111em;
            }
            .lg\:prose-lg :where(hr + *):not(:where([class~="not-prose"] *)) {
                        margin-top: 0;
            }
            .lg\:prose-lg :where(h2 + *):not(:where([class~="not-prose"] *)) {
                        margin-top: 0;
            }
            .lg\:prose-lg :where(h3 + *):not(:where([class~="not-prose"] *)) {
                        margin-top: 0;
            }
            .lg\:prose-lg :where(h4 + *):not(:where([class~="not-prose"] *)) {
                        margin-top: 0;
            }
            .lg\:prose-lg :where(table):not(:where([class~="not-prose"] *)) {
                        font-size: 0.8888889em;
                        line-height: 1.5;
            }
            .lg\:prose-lg :where(thead th):not(:where([class~="not-prose"] *)) {
                        padding-right: 0.75em;
                        padding-bottom: 0.75em;
                        padding-left: 0.75em;
            }
            .lg\:prose-lg :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
                        padding-left: 0;
            }
            .lg\:prose-lg :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
                        padding-right: 0;
            }
            .lg\:prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
                        padding-top: 0.75em;
                        padding-right: 0.75em;
                        padding-bottom: 0.75em;
                        padding-left: 0.75em;
            }
            .lg\:prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
                        padding-left: 0;
            }
            .lg\:prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
                        padding-right: 0;
            }
            .lg\:prose-lg :where(.lg\:prose-lg > :first-child):not(:where([class~="not-prose"] *)) {
                        margin-top: 0;
            }
            .lg\:prose-lg :where(.lg\:prose-lg > :last-child):not(:where([class~="not-prose"] *)) {
                        margin-bottom: 0;
            }
            .lg\:prose-xl {
                        font-size: 1.25rem;
                        line-height: 1.8;
            }
            .lg\:prose-xl :where(p):not(:where([class~="not-prose"] *)) {
                        margin-top: 1.2em;
                        margin-bottom: 1.2em;
            }
            .lg\:prose-xl :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
                        font-size: 1.2em;
                        line-height: 1.5;
                        margin-top: 1em;
                        margin-bottom: 1em;
            }
            .lg\:prose-xl :where(blockquote):not(:where([class~="not-prose"] *)) {
                        margin-top: 1.6em;
                        margin-bottom: 1.6em;
                        padding-left: 1.0666667em;
            }
            .lg\:prose-xl :where(h1):not(:where([class~="not-prose"] *)) {
                        font-size: 2.8em;
                        margin-top: 0;
                        margin-bottom: 0.8571429em;
                        line-height: 1;
            }
            .lg\:prose-xl :where(h2):not(:where([class~="not-prose"] *)) {
                        font-size: 1.8em;
                        margin-top: 1.5555556em;
                        margin-bottom: 0.8888889em;
                        line-height: 1.1111111;
            }
            .lg\:prose-xl :where(h3):not(:where([class~="not-prose"] *)) {
                        font-size: 1.5em;
                        margin-top: 1.6em;
                        margin-bottom: 0.6666667em;
                        line-height: 1.3333333;
            }
            .lg\:prose-xl :where(h4):not(:where([class~="not-prose"] *)) {
                        margin-top: 1.8em;
                        margin-bottom: 0.6em;
                        line-height: 1.6;
            }
            .lg\:prose-xl :where(img):not(:where([class~="not-prose"] *)) {
                        margin-top: 2em;
                        margin-bottom: 2em;
            }
            .lg\:prose-xl :where(video):not(:where([class~="not-prose"] *)) {
                        margin-top: 2em;
                        margin-bottom: 2em;
            }
            .lg\:prose-xl :where(figure):not(:where([class~="not-prose"] *)) {
                        margin-top: 2em;
                        margin-bottom: 2em;
            }
            .lg\:prose-xl :where(figure > *):not(:where([class~="not-prose"] *)) {
                        margin-top: 0;
                        margin-bottom: 0;
            }
            .lg\:prose-xl :where(figcaption):not(:where([class~="not-prose"] *)) {
                        font-size: 0.9em;
                        line-height: 1.5555556;
                        margin-top: 1em;
            }
            .lg\:prose-xl :where(code):not(:where([class~="not-prose"] *)) {
                        font-size: 0.9em;
            }
            .lg\:prose-xl :where(h2 code):not(:where([class~="not-prose"] *)) {
                        font-size: 0.8611111em;
            }
            .lg\:prose-xl :where(h3 code):not(:where([class~="not-prose"] *)) {
                        font-size: 0.9em;
            }
            .lg\:prose-xl :where(pre):not(:where([class~="not-prose"] *)) {
                        font-size: 0.9em;
                        line-height: 1.7777778;
                        margin-top: 2em;
                        margin-bottom: 2em;
                        border-radius: 0.5rem;
                        padding-top: 1.1111111em;
                        padding-right: 1.3333333em;
                        padding-bottom: 1.1111111em;
                        padding-left: 1.3333333em;
            }
            .lg\:prose-xl :where(ol):not(:where([class~="not-prose"] *)) {
                        margin-top: 1.2em;
                        margin-bottom: 1.2em;
                        padding-left: 1.6em;
            }
            .lg\:prose-xl :where(ul):not(:where([class~="not-prose"] *)) {
                        margin-top: 1.2em;
                        margin-bottom: 1.2em;
                        padding-left: 1.6em;
            }
            .lg\:prose-xl :where(li):not(:where([class~="not-prose"] *)) {
                        margin-top: 0.6em;
                        margin-bottom: 0.6em;
            }
            .lg\:prose-xl :where(ol > li):not(:where([class~="not-prose"] *)) {
                        padding-left: 0.4em;
            }
            .lg\:prose-xl :where(ul > li):not(:where([class~="not-prose"] *)) {
                        padding-left: 0.4em;
            }
            .lg\:prose-xl :where(.lg\:prose-xl > ul > li p):not(:where([class~="not-prose"] *)) {
                        margin-top: 0.8em;
                        margin-bottom: 0.8em;
            }
            .lg\:prose-xl :where(.lg\:prose-xl > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
                        margin-top: 1.2em;
            }
            .lg\:prose-xl :where(.lg\:prose-xl > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
                        margin-bottom: 1.2em;
            }
            .lg\:prose-xl :where(.lg\:prose-xl > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
                        margin-top: 1.2em;
            }
            .lg\:prose-xl :where(.lg\:prose-xl > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
                        margin-bottom: 1.2em;
            }
            .lg\:prose-xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
                        margin-top: 0.8em;
                        margin-bottom: 0.8em;
            }
            .lg\:prose-xl :where(hr):not(:where([class~="not-prose"] *)) {
                        margin-top: 2.8em;
                        margin-bottom: 2.8em;
            }
            .lg\:prose-xl :where(hr + *):not(:where([class~="not-prose"] *)) {
                        margin-top: 0;
            }
            .lg\:prose-xl :where(h2 + *):not(:where([class~="not-prose"] *)) {
                        margin-top: 0;
            }
            .lg\:prose-xl :where(h3 + *):not(:where([class~="not-prose"] *)) {
                        margin-top: 0;
            }
            .lg\:prose-xl :where(h4 + *):not(:where([class~="not-prose"] *)) {
                        margin-top: 0;
            }
            .lg\:prose-xl :where(table):not(:where([class~="not-prose"] *)) {
                        font-size: 0.9em;
                        line-height: 1.5555556;
            }
            .lg\:prose-xl :where(thead th):not(:where([class~="not-prose"] *)) {
                        padding-right: 0.6666667em;
                        padding-bottom: 0.8888889em;
                        padding-left: 0.6666667em;
            }
            .lg\:prose-xl :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
                        padding-left: 0;
            }
            .lg\:prose-xl :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
                        padding-right: 0;
            }
            .lg\:prose-xl :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
                        padding-top: 0.8888889em;
                        padding-right: 0.6666667em;
                        padding-bottom: 0.8888889em;
                        padding-left: 0.6666667em;
            }
            .lg\:prose-xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
                        padding-left: 0;
            }
            .lg\:prose-xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
                        padding-right: 0;
            }
            .lg\:prose-xl :where(.lg\:prose-xl > :first-child):not(:where([class~="not-prose"] *)) {
                        margin-top: 0;
            }
            .lg\:prose-xl :where(.lg\:prose-xl > :last-child):not(:where([class~="not-prose"] *)) {
                        margin-bottom: 0;
            }
}
@media (min-width: 1280px) {
            .xl\:prose-lg {
                        font-size: 1.125rem;
                        line-height: 1.7777778;
            }
            .xl\:prose-lg :where(p):not(:where([class~="not-prose"] *)) {
                        margin-top: 1.3333333em;
                        margin-bottom: 1.3333333em;
            }
            .xl\:prose-lg :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
                        font-size: 1.2222222em;
                        line-height: 1.4545455;
                        margin-top: 1.0909091em;
                        margin-bottom: 1.0909091em;
            }
            .xl\:prose-lg :where(blockquote):not(:where([class~="not-prose"] *)) {
                        margin-top: 1.6666667em;
                        margin-bottom: 1.6666667em;
                        padding-left: 1em;
            }
            .xl\:prose-lg :where(h1):not(:where([class~="not-prose"] *)) {
                        font-size: 2.6666667em;
                        margin-top: 0;
                        margin-bottom: 0.8333333em;
                        line-height: 1;
            }
            .xl\:prose-lg :where(h2):not(:where([class~="not-prose"] *)) {
                        font-size: 1.6666667em;
                        margin-top: 1.8666667em;
                        margin-bottom: 1.0666667em;
                        line-height: 1.3333333;
            }
            .xl\:prose-lg :where(h3):not(:where([class~="not-prose"] *)) {
                        font-size: 1.3333333em;
                        margin-top: 1.6666667em;
                        margin-bottom: 0.6666667em;
                        line-height: 1.5;
            }
            .xl\:prose-lg :where(h4):not(:where([class~="not-prose"] *)) {
                        margin-top: 1.7777778em;
                        margin-bottom: 0.4444444em;
                        line-height: 1.5555556;
            }
            .xl\:prose-lg :where(img):not(:where([class~="not-prose"] *)) {
                        margin-top: 1.7777778em;
                        margin-bottom: 1.7777778em;
            }
            .xl\:prose-lg :where(video):not(:where([class~="not-prose"] *)) {
                        margin-top: 1.7777778em;
                        margin-bottom: 1.7777778em;
            }
            .xl\:prose-lg :where(figure):not(:where([class~="not-prose"] *)) {
                        margin-top: 1.7777778em;
                        margin-bottom: 1.7777778em;
            }
            .xl\:prose-lg :where(figure > *):not(:where([class~="not-prose"] *)) {
                        margin-top: 0;
                        margin-bottom: 0;
            }
            .xl\:prose-lg :where(figcaption):not(:where([class~="not-prose"] *)) {
                        font-size: 0.8888889em;
                        line-height: 1.5;
                        margin-top: 1em;
            }
            .xl\:prose-lg :where(code):not(:where([class~="not-prose"] *)) {
                        font-size: 0.8888889em;
            }
            .xl\:prose-lg :where(h2 code):not(:where([class~="not-prose"] *)) {
                        font-size: 0.8666667em;
            }
            .xl\:prose-lg :where(h3 code):not(:where([class~="not-prose"] *)) {
                        font-size: 0.875em;
            }
            .xl\:prose-lg :where(pre):not(:where([class~="not-prose"] *)) {
                        font-size: 0.8888889em;
                        line-height: 1.75;
                        margin-top: 2em;
                        margin-bottom: 2em;
                        border-radius: 0.375rem;
                        padding-top: 1em;
                        padding-right: 1.5em;
                        padding-bottom: 1em;
                        padding-left: 1.5em;
            }
            .xl\:prose-lg :where(ol):not(:where([class~="not-prose"] *)) {
                        margin-top: 1.3333333em;
                        margin-bottom: 1.3333333em;
                        padding-left: 1.5555556em;
            }
            .xl\:prose-lg :where(ul):not(:where([class~="not-prose"] *)) {
                        margin-top: 1.3333333em;
                        margin-bottom: 1.3333333em;
                        padding-left: 1.5555556em;
            }
            .xl\:prose-lg :where(li):not(:where([class~="not-prose"] *)) {
                        margin-top: 0.6666667em;
                        margin-bottom: 0.6666667em;
            }
            .xl\:prose-lg :where(ol > li):not(:where([class~="not-prose"] *)) {
                        padding-left: 0.4444444em;
            }
            .xl\:prose-lg :where(ul > li):not(:where([class~="not-prose"] *)) {
                        padding-left: 0.4444444em;
            }
            .xl\:prose-lg :where(.xl\:prose-lg > ul > li p):not(:where([class~="not-prose"] *)) {
                        margin-top: 0.8888889em;
                        margin-bottom: 0.8888889em;
            }
            .xl\:prose-lg :where(.xl\:prose-lg > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
                        margin-top: 1.3333333em;
            }
            .xl\:prose-lg :where(.xl\:prose-lg > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
                        margin-bottom: 1.3333333em;
            }
            .xl\:prose-lg :where(.xl\:prose-lg > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
                        margin-top: 1.3333333em;
            }
            .xl\:prose-lg :where(.xl\:prose-lg > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
                        margin-bottom: 1.3333333em;
            }
            .xl\:prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
                        margin-top: 0.8888889em;
                        margin-bottom: 0.8888889em;
            }
            .xl\:prose-lg :where(hr):not(:where([class~="not-prose"] *)) {
                        margin-top: 3.1111111em;
                        margin-bottom: 3.1111111em;
            }
            .xl\:prose-lg :where(hr + *):not(:where([class~="not-prose"] *)) {
                        margin-top: 0;
            }
            .xl\:prose-lg :where(h2 + *):not(:where([class~="not-prose"] *)) {
                        margin-top: 0;
            }
            .xl\:prose-lg :where(h3 + *):not(:where([class~="not-prose"] *)) {
                        margin-top: 0;
            }
            .xl\:prose-lg :where(h4 + *):not(:where([class~="not-prose"] *)) {
                        margin-top: 0;
            }
            .xl\:prose-lg :where(table):not(:where([class~="not-prose"] *)) {
                        font-size: 0.8888889em;
                        line-height: 1.5;
            }
            .xl\:prose-lg :where(thead th):not(:where([class~="not-prose"] *)) {
                        padding-right: 0.75em;
                        padding-bottom: 0.75em;
                        padding-left: 0.75em;
            }
            .xl\:prose-lg :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
                        padding-left: 0;
            }
            .xl\:prose-lg :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
                        padding-right: 0;
            }
            .xl\:prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
                        padding-top: 0.75em;
                        padding-right: 0.75em;
                        padding-bottom: 0.75em;
                        padding-left: 0.75em;
            }
            .xl\:prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
                        padding-left: 0;
            }
            .xl\:prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
                        padding-right: 0;
            }
            .xl\:prose-lg :where(.xl\:prose-lg > :first-child):not(:where([class~="not-prose"] *)) {
                        margin-top: 0;
            }
            .xl\:prose-lg :where(.xl\:prose-lg > :last-child):not(:where([class~="not-prose"] *)) {
                        margin-bottom: 0;
            }
}
.first\:pl-0:first-child {
            padding-left: 0px;
}
.hover\: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));
}
.hover\:gap-x-4:hover {
            -moz-column-gap: 1rem;
                 column-gap: 1rem;
}
.hover\:border-green-500:hover {
            --tw-border-opacity: 1;
            border-color: rgb(34 197 94 / var(--tw-border-opacity));
}
.hover\:border-teal-100:hover {
            --tw-border-opacity: 1;
            border-color: rgb(222 239 236 / var(--tw-border-opacity));
}
.hover\:bg-brand-blue-75:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(80 97 141 / var(--tw-bg-opacity));
}
.hover\:bg-brand-teal-100:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(21 178 185 / var(--tw-bg-opacity));
}
.hover\:bg-brand-teal-25:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(217 237 239 / var(--tw-bg-opacity));
}
.hover\:bg-brand-teal-50:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(174 218 222 / var(--tw-bg-opacity));
}
.hover\:bg-brand-teal-75:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(121 199 203 / var(--tw-bg-opacity));
}
.hover\:bg-brand-yellow-25:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(255 242 206 / var(--tw-bg-opacity));
}
.hover\:bg-brand-yellow-50:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(255 229 150 / var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:bg-lightBlue-150:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(210 243 255 / var(--tw-bg-opacity));
}
.hover\:bg-opacity-40:hover {
            --tw-bg-opacity: 0.4;
}
.hover\:bg-overlay-bg-x-opacity:hover {
            background-image: url("../../images/overlay-x-opacity.77aaebe10754.png");
}
.hover\:pl-3:hover {
            padding-left: 0.75rem;
}
.hover\:pr-0:hover {
            padding-right: 0px;
}
.hover\:text-\[\#58a1e1\]:hover {
            --tw-text-opacity: 1;
            color: rgb(88 161 225 / var(--tw-text-opacity));
}
.hover\:text-deep-purple:hover {
            --tw-text-opacity: 1;
            color: rgb(74 40 130 / var(--tw-text-opacity));
}
.hover\:text-deep-purple-200:hover {
            --tw-text-opacity: 1;
            color: rgb(132 89 204 / var(--tw-text-opacity));
}
.hover\:text-deep-purple-500:hover {
            --tw-text-opacity: 1;
            color: rgb(74 40 130 / var(--tw-text-opacity));
}
.hover\:text-green-500:hover {
            --tw-text-opacity: 1;
            color: rgb(34 197 94 / var(--tw-text-opacity));
}
.hover\:text-green-600:hover {
            --tw-text-opacity: 1;
            color: rgb(22 163 74 / var(--tw-text-opacity));
}
.hover\:text-yellow-500:hover {
            --tw-text-opacity: 1;
            color: rgb(249 230 156 / var(--tw-text-opacity));
}
.hover\:underline:hover {
            text-decoration-line: underline;
}
.hover\:shadow-none: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);
}
.focus\:\!border-brand-teal-100:focus {
            --tw-border-opacity: 1 !important;
            border-color: rgb(21 178 185 / var(--tw-border-opacity)) !important;
}
.focus\:bg-brand-teal-100:focus {
            --tw-bg-opacity: 1;
            background-color: rgb(21 178 185 / var(--tw-bg-opacity));
}
.focus\:bg-white:focus {
            --tw-bg-opacity: 1;
            background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.group\/article:hover .group-hover\/article\:ml-4 {
            margin-left: 1rem;
}
.group:hover .group-hover\:\!mr-0 {
            margin-right: 0px !important;
}
.group:hover .group-hover\:-mt-3 {
            margin-top: -0.75rem;
}
.group:hover .group-hover\:ml-2 {
            margin-left: 0.5rem;
}
.group:hover .group-hover\:ml-4 {
            margin-left: 1rem;
}
.group:hover .group-hover\:mr-2 {
            margin-right: 0.5rem;
}
.group:hover .group-hover\:mr-4 {
            margin-right: 1rem;
}
.group:hover .group-hover\:border-b-brand-teal-100 {
            --tw-border-opacity: 1;
            border-bottom-color: rgb(21 178 185 / var(--tw-border-opacity));
}
.group:hover .group-hover\:underline {
            text-decoration-line: underline;
}
.prose-a\:text-white :is(:where(a):not(:where([class~="not-prose"] *))) {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
}
.prose-a\:underline :is(:where(a):not(:where([class~="not-prose"] *))) {
            text-decoration-line: underline;
}
@media print {
            .print\:hidden {
                        display: none;
            }
}
@media (min-width: 640px) {
            .sm\:-mx-4 {
                        margin-left: -1rem;
                        margin-right: -1rem;
            }
            .sm\:my-4 {
                        margin-top: 1rem;
                        margin-bottom: 1rem;
            }
            .sm\:mb-0 {
                        margin-bottom: 0px;
            }
            .sm\:block {
                        display: block;
            }
            .sm\:min-h-\[250px\] {
                        min-height: 250px;
            }
            .sm\:min-h-\[300px\] {
                        min-height: 300px;
            }
            .sm\:w-fit {
                        width: -moz-fit-content;
                        width: fit-content;
            }
            .sm\:grid-cols-2 {
                        grid-template-columns: repeat(2, minmax(0, 1fr));
            }
            .sm\:flex-row {
                        flex-direction: row;
            }
            .sm\:gap-y-4 {
                        row-gap: 1rem;
            }
            .sm\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
                        --tw-space-x-reverse: 0;
                        margin-right: calc(1.5rem * var(--tw-space-x-reverse));
                        margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
            }
            .sm\: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));
            }
            .sm\: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));
            }
            .sm\:px-4 {
                        padding-left: 1rem;
                        padding-right: 1rem;
            }
}
@media (min-width: 768px) {
            .md\:absolute {
                        position: absolute;
            }
            .md\:sticky {
                        position: sticky;
            }
            .md\:order-3 {
                        order: 3;
            }
            .md\:my-2 {
                        margin-top: 0.5rem;
                        margin-bottom: 0.5rem;
            }
            .md\:mb-0 {
                        margin-bottom: 0px;
            }
            .md\:ml-4 {
                        margin-left: 1rem;
            }
            .md\:mr-12 {
                        margin-right: 3rem;
            }
            .md\:mr-6 {
                        margin-right: 1.5rem;
            }
            .md\:mt-6 {
                        margin-top: 1.5rem;
            }
            .md\:mt-8 {
                        margin-top: 2rem;
            }
            .md\:flex {
                        display: flex;
            }
            .md\:hidden {
                        display: none;
            }
            .md\:w-1\/2 {
                        width: 50%;
            }
            .md\:w-1\/3 {
                        width: 33.333333%;
            }
            .md\:w-2\/3 {
                        width: 66.666667%;
            }
            .md\:w-auto {
                        width: auto;
            }
            .md\:min-w-\[18\%\] {
                        min-width: 18%;
            }
            .md\:min-w-\[235px\] {
                        min-width: 235px;
            }
            .md\:min-w-\[300px\] {
                        min-width: 300px;
            }
            .md\:max-w-\[500px\] {
                        max-width: 500px;
            }
            .md\:grid-cols-2 {
                        grid-template-columns: repeat(2, minmax(0, 1fr));
            }
            .md\:grid-cols-4 {
                        grid-template-columns: repeat(4, minmax(0, 1fr));
            }
            .md\:flex-row {
                        flex-direction: row;
            }
            .md\:flex-wrap {
                        flex-wrap: wrap;
            }
            .md\:items-start {
                        align-items: flex-start;
            }
            .md\:items-center {
                        align-items: center;
            }
            .md\:items-stretch {
                        align-items: stretch;
            }
            .md\:justify-between {
                        justify-content: space-between;
            }
            .md\:gap-x-0 {
                        -moz-column-gap: 0px;
                             column-gap: 0px;
            }
            .md\:gap-x-4 {
                        -moz-column-gap: 1rem;
                             column-gap: 1rem;
            }
            .md\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
                        --tw-divide-x-reverse: 0;
                        border-right-width: calc(2px * var(--tw-divide-x-reverse));
                        border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
            }
            .md\:self-start {
                        align-self: flex-start;
            }
            .md\:py-12 {
                        padding-top: 3rem;
                        padding-bottom: 3rem;
            }
            .md\:py-8 {
                        padding-top: 2rem;
                        padding-bottom: 2rem;
            }
            .md\:pl-2 {
                        padding-left: 0.5rem;
            }
            .md\:pr-2 {
                        padding-right: 0.5rem;
            }
            .md\:pr-4 {
                        padding-right: 1rem;
            }
}
@media (min-width: 1024px) {
            .lg\:absolute {
                        position: absolute;
            }
            .lg\:order-3 {
                        order: 3;
            }
            .lg\:col-span-2 {
                        grid-column: span 2 / span 2;
            }
            .lg\:col-span-4 {
                        grid-column: span 4 / span 4;
            }
            .lg\:col-span-8 {
                        grid-column: span 8 / span 8;
            }
            .lg\:-mx-2 {
                        margin-left: -0.5rem;
                        margin-right: -0.5rem;
            }
            .lg\:-mx-3 {
                        margin-left: -0.75rem;
                        margin-right: -0.75rem;
            }
            .lg\:mx-6 {
                        margin-left: 1.5rem;
                        margin-right: 1.5rem;
            }
            .lg\:mb-0 {
                        margin-bottom: 0px;
            }
            .lg\:mt-0 {
                        margin-top: 0px;
            }
            .lg\:mt-6 {
                        margin-top: 1.5rem;
            }
            .lg\:flex {
                        display: flex;
            }
            .lg\:hidden {
                        display: none;
            }
            .lg\:min-h-\[250px\] {
                        min-height: 250px;
            }
            .lg\:w-1\/3 {
                        width: 33.333333%;
            }
            .lg\:w-3\/12 {
                        width: 25%;
            }
            .lg\:w-9\/12 {
                        width: 75%;
            }
            .lg\:max-w-2xl {
                        max-width: 42rem;
            }
            .lg\:grid-cols-12 {
                        grid-template-columns: repeat(12, minmax(0, 1fr));
            }
            .lg\:grid-cols-2 {
                        grid-template-columns: repeat(2, minmax(0, 1fr));
            }
            .lg\:grid-cols-3 {
                        grid-template-columns: repeat(3, minmax(0, 1fr));
            }
            .lg\:grid-cols-5 {
                        grid-template-columns: repeat(5, minmax(0, 1fr));
            }
            .lg\:flex-row {
                        flex-direction: row;
            }
            .lg\:gap-x-16 {
                        -moz-column-gap: 4rem;
                             column-gap: 4rem;
            }
            .lg\:p-10 {
                        padding: 2.5rem;
            }
            .lg\:p-12 {
                        padding: 3rem;
            }
            .lg\:p-2 {
                        padding: 0.5rem;
            }
            .lg\:p-4 {
                        padding: 1rem;
            }
            .lg\:p-6 {
                        padding: 1.5rem;
            }
            .lg\:p-8 {
                        padding: 2rem;
            }
            .lg\:px-0 {
                        padding-left: 0px;
                        padding-right: 0px;
            }
            .lg\:px-2 {
                        padding-left: 0.5rem;
                        padding-right: 0.5rem;
            }
            .lg\:px-3 {
                        padding-left: 0.75rem;
                        padding-right: 0.75rem;
            }
            .lg\:px-8 {
                        padding-left: 2rem;
                        padding-right: 2rem;
            }
            .lg\:py-8 {
                        padding-top: 2rem;
                        padding-bottom: 2rem;
            }
            .lg\:pl-4 {
                        padding-left: 1rem;
            }
            .lg\:pt-12 {
                        padding-top: 3rem;
            }
            .lg\:pt-24 {
                        padding-top: 6rem;
            }
            .lg\:pt-4 {
                        padding-top: 1rem;
            }
            .lg\:text-4xl {
                        font-size: 2.25rem;
                        line-height: 2.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-\[1\.6\] {
                        line-height: 1.6 !important;
            }
            .lg\:leading-\[1\.2\] {
                        line-height: 1.2;
            }
            .lg\:leading-normal {
                        line-height: 1.5;
            }
            .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);
            }
}
@media (min-width: 1280px) {
            .xl\:grid-cols-3 {
                        grid-template-columns: repeat(3, minmax(0, 1fr));
            }
            .xl\:grid-cols-4 {
                        grid-template-columns: repeat(4, minmax(0, 1fr));
            }
            .xl\:pb-4 {
                        padding-bottom: 1rem;
            }
            .xl\:text-\[20px\] {
                        font-size: 20px;
            }
            .xl\:text-xl {
                        font-size: 1.25rem;
                        line-height: 1.75rem;
            }
}
