@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

/** Lexend */
/* uncomment when tailwind 4 */
/*@import "tailwindcss";*/
/*@import './base/theme.css';*/
.contain-x {
        /* horizontal container without padding */
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
@media (min-width: 768px){
        .contain-x{
                padding-left: 1.5rem;
                padding-right: 1.5rem;
        }
}
@media (min-width: 1024px){
        .contain-x{
                padding-left: 2rem;
                padding-right: 2rem;
        }
}
.contain-x-sm {
        /* horizontal container without padding */
        margin-left: auto;
        margin-right: auto;
        max-width: 688px;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
@media (min-width: 768px){
        .contain-x-sm{
                padding-left: 1.5rem;
                padding-right: 1.5rem;
        }
}
@media (min-width: 1024px){
        .contain-x-sm{
                padding-left: 2rem;
                padding-right: 2rem;
        }
}
.contain-x-md {
        /* horizontal container without padding */
        margin-left: auto;
        margin-right: auto;
        max-width: 906px;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
@media (min-width: 768px){
        .contain-x-md{
                padding-left: 1.5rem;
                padding-right: 1.5rem;
        }
}
@media (min-width: 1024px){
        .contain-x-md{
                padding-left: 2rem;
                padding-right: 2rem;
        }
}
.contain-x-lg {
        /* horizontal container without padding - large */
        margin-left: auto;
        margin-right: auto;
        max-width: 1440px;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
@media (min-width: 768px){
        .contain-x-lg{
                padding-left: 1.5rem;
                padding-right: 1.5rem;
        }
}
@media (min-width: 1024px){
        .contain-x-lg{
                padding-left: 2rem;
                padding-right: 2rem;
        }
}
.contain-x-xl {
        /* horizontal container without padding - extra large */
        margin-left: auto;
        margin-right: auto;
        max-width: 2000px;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
@media (min-width: 768px){
        .contain-x-xl{
                padding-left: 1.5rem;
                padding-right: 1.5rem;
        }
}
@media (min-width: 1024px){
        .contain-x-xl{
                padding-left: 2rem;
                padding-right: 2rem;
        }
}
/**
 * Some utilities/classes that are available in tailwind-4 but not yet in tailwind-3
 * These can be removed once tailwind is upgraded
 */
.top_header_link{
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: 400;
        --tw-text-opacity: 1;
        color: rgb(25 23 52 / var(--tw-text-opacity, 1));
        text-underline-offset: 4px;
}
.top_header_link:hover{
        --tw-text-opacity: 1;
        color: rgb(11 194 157 / var(--tw-text-opacity, 1));
        text-decoration-line: underline;
        text-decoration-color: #0BC29D;
}
.top_header_link.top_header_link--mobile:hover{
        --tw-text-opacity: 1;
        color: rgb(154 28 77 / var(--tw-text-opacity, 1));
        text-decoration-line: none;
}
.top_header_link.top_header_link--current{
        color: rgb(25 23 52 / 0.8);
}
.top_header_link.top_header_link--current:hover{
        color: rgb(25 23 52 / 0.8);
        text-decoration-line: none;
}
.main_header_link{
        text-wrap: nowrap;
        font-size: 1.125rem;
        line-height: 1.75rem;
        font-weight: 400;
        --tw-text-opacity: 1;
        color: rgb(25 23 52 / var(--tw-text-opacity, 1));
}
.main_header_link:hover{
        --tw-text-opacity: 1;
        color: rgb(154 28 77 / var(--tw-text-opacity, 1));
}
.main_header_link.main_header_link--current{
        color: rgb(25 23 52 / 0.8);
}
.main_header_link.main_header_link--current:hover{
        color: rgb(25 23 52 / 0.8);
}
.top_page_message_text{
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: 500;
        --tw-text-opacity: 1;
        color: rgb(25 23 52 / var(--tw-text-opacity, 1));
}
.top_page_message_text a{
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
        text-decoration-line: underline;
}
.top_page_message_text a:hover{
        --tw-text-opacity: 1;
        color: rgb(232 232 235 / var(--tw-text-opacity, 1));
}
.flyout_header_link--current{
        text-decoration-line: underline !important;
        text-decoration-color: #ED2C6C !important;
        text-decoration-thickness: 3px;
        text-underline-offset: 6px;
}
.footer_card{
        border-radius: 1rem;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
}
@media (min-width: 768px){
        .footer_card{
                padding-left: 2rem;
                padding-right: 2rem;
                padding-top: 2rem;
                padding-bottom: 3rem;
        }
}
.submenu_footer_link{
        font-size: 1.125rem;
        line-height: 1.75rem;
        font-weight: 400;
        --tw-text-opacity: 1;
        color: rgb(25 23 52 / var(--tw-text-opacity, 1));
}
.submenu_footer_link:hover{
        --tw-text-opacity: 1;
        color: rgb(154 28 77 / var(--tw-text-opacity, 1));
}
.submenu_footer_link.submenu_footer_link--current{
        color: rgb(25 23 52 / 0.6);
}
.submenu_footer_link.submenu_footer_link--current:hover{
        color: rgb(25 23 52 / 0.6);
}
.legal_footer_link{
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: 400;
        --tw-text-opacity: 1;
        color: rgb(128 128 128 / var(--tw-text-opacity, 1));
        text-decoration-line: underline;
        text-underline-offset: 2px;
}
.legal_footer_link:hover{
        --tw-text-opacity: 1;
        color: rgb(25 23 52 / var(--tw-text-opacity, 1));
}
.legal_footer_link.legal_footer_link--current{
        --tw-text-opacity: 1;
        color: rgb(197 197 204 / var(--tw-text-opacity, 1));
        text-decoration-line: none;
}
.legal_footer_link.legal_footer_link--current:hover{
        --tw-text-opacity: 1;
        color: rgb(197 197 204 / var(--tw-text-opacity, 1));
}
#uitid-widget .uitid-widget-content{
        margin-left: -1.5rem;
        font-family: Lexend;
}
/* TODO can probably be removed once we use the uitid-widget */
.uitid_lookalike_link{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-end;
        gap: 0.25rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        padding-top: 0.125rem;
        padding-bottom: 0.125rem;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.05em;
        --tw-text-opacity: 1;
        color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}
.group\/auth-link:hover .uitid_lookalike_link{
        color: rgb(64 64 64 / 0.7);
}
.uitid_lookalike_link {
    /* in case we want a hover background: rounded-full group-hover/auth-link:text-[white] group-hover/auth-link:bg-[#404040] */
}
.uitid_lookalike_icon  > svg{
        height: 1.25rem;
        width: 1.25rem;
        fill: #404040;
}
.group\/auth-link:hover .uitid_lookalike_icon  > svg{
        fill: rgb(64 64 64 / 0.7);
}
.uitid_lookalike_icon  > svg {
        /* in case we want a hover background: group-hover/auth-link:fill-white */
    }
.content-block{
        padding-top: 4rem;
        padding-bottom: 4rem;
}
@media (min-width: 768px){
        .content-block{
                padding-top: 5rem;
                padding-bottom: 5rem;
        }
}
@media (min-width: 1024px){
        .content-block{
                padding-top: 6rem;
                padding-bottom: 6rem;
        }
}
@media (min-width: 1280px){
        .content-block{
                padding-top: 8rem;
                padding-bottom: 8rem;
        }
}
.content-block-sm{
        padding-top: 3rem;
        padding-bottom: 3rem;
}
@media (min-width: 768px){
        .content-block-sm{
                padding-top: 4rem;
                padding-bottom: 4rem;
        }
}
.content-block_ctas{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        -moz-column-gap: 1rem;
             column-gap: 1rem;
        row-gap: 0.5rem;
}
@media (min-width: 1024px){
        .content-block_ctas{
                -moz-column-gap: 1.5rem;
                     column-gap: 1.5rem;
        }
}
:is(.content-block--html .htmlBlockDefaultStyling) a{
        --tw-text-opacity: 1;
        color: rgb(11 194 157 / var(--tw-text-opacity, 1));
}
:is(.content-block--html .htmlBlockDefaultStyling) a:hover{
        --tw-text-opacity: 1;
        color: rgb(13 67 53 / var(--tw-text-opacity, 1));
        text-decoration-line: underline;
}
:is(.content-block--html .htmlBlockDefaultStyling) p{
        margin-bottom: 1.5rem;
}
:is(.content-block--html .htmlBlockDefaultStyling) h1,:is(.content-block--html .htmlBlockDefaultStyling) h2,:is(.content-block--html .htmlBlockDefaultStyling) h3,:is(.content-block--html .htmlBlockDefaultStyling) h4,:is(.content-block--html .htmlBlockDefaultStyling) h5,:is(.content-block--html .htmlBlockDefaultStyling) h6{
        margin-bottom: 1rem;
        margin-top: 2rem;
}
:is(.content-block--html .htmlBlockDefaultStyling) h1:first-child,:is(.content-block--html .htmlBlockDefaultStyling) h2:first-child,:is(.content-block--html .htmlBlockDefaultStyling) h3:first-child,:is(.content-block--html .htmlBlockDefaultStyling) h4:first-child,:is(.content-block--html .htmlBlockDefaultStyling) h5:first-child,:is(.content-block--html .htmlBlockDefaultStyling) h6:first-child{
        margin-top: 0px;
}
:is(.content-block--html .htmlBlockDefaultStyling) ul{
        margin-top: 1rem;
        margin-bottom: 1rem;
        margin-left: 1.5rem;
        list-style-type: disc;
}
.content-block_bg--none{
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.content-block_bg--none .colorDependingOnBg{
        --tw-text-opacity: 1;
        color: rgb(25 23 52 / var(--tw-text-opacity, 1));
}
.content-block_bg--none .content-block--cta_conditional-border{
        border-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(232 232 235 / var(--tw-border-opacity, 1));
}
.content-block_bg--none .content-block_img-copyright{
        color: rgb(25 23 52 / 0.5);
}
.content-block_bg--primary{
        --tw-bg-opacity: 1;
        background-color: rgb(237 44 108 / var(--tw-bg-opacity, 1));
}
.content-block_bg--primary .colorDependingOnBg{
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.content-block_bg--primary .colorDependingOnBg a{
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.content-block_bg--primary .colorDependingOnBg a:hover{
        color: rgb(255 255 255 / 0.5);
}
.content-block_bg--primary .content-block_img-copyright{
        --tw-text-opacity: 1;
        color: rgb(25 23 52 / var(--tw-text-opacity, 1));
}
.content-block_bg--secondary{
        --tw-bg-opacity: 1;
        background-color: rgb(11 194 157 / var(--tw-bg-opacity, 1));
}
.content-block_bg--secondary .colorDependingOnBg{
        --tw-text-opacity: 1;
        color: rgb(25 23 52 / var(--tw-text-opacity, 1));
}
.content-block_bg--secondary .colorDependingOnBg a{
        --tw-text-opacity: 1;
        color: rgb(25 23 52 / var(--tw-text-opacity, 1));
}
.content-block_bg--secondary .colorDependingOnBg a:hover{
        color: rgb(25 23 52 / 0.5);
}
.content-block_bg--blue{
        --tw-bg-opacity: 1;
        background-color: rgb(0 143 211 / var(--tw-bg-opacity, 1));
}
.content-block_bg--blue .colorDependingOnBg{
        --tw-text-opacity: 1;
        color: rgb(25 23 52 / var(--tw-text-opacity, 1));
}
.content-block_bg--blue .colorDependingOnBg a{
        --tw-text-opacity: 1;
        color: rgb(25 23 52 / var(--tw-text-opacity, 1));
}
.content-block_bg--blue .colorDependingOnBg a:hover{
        color: rgb(25 23 52 / 0.5);
}
.content-block_bg--blue .content-block_img-copyright{
        --tw-text-opacity: 1;
        color: rgb(25 23 52 / var(--tw-text-opacity, 1));
}
.content-block_bg--grey{
        --tw-bg-opacity: 1;
        background-color: rgb(243 243 245 / var(--tw-bg-opacity, 1));
}
.content-block_bg--grey .colorDependingOnBg{
        --tw-text-opacity: 1;
        color: rgb(25 23 52 / var(--tw-text-opacity, 1));
}
.content-block_bg--grey .colorDependingOnBg a{
        --tw-text-opacity: 1;
        color: rgb(25 23 52 / var(--tw-text-opacity, 1));
}
.content-block_bg--grey .colorDependingOnBg a:hover{
        color: rgb(25 23 52 / 0.5);
}
.content-block_bg--orange{
        --tw-bg-opacity: 1;
        background-color: rgb(233 79 53 / var(--tw-bg-opacity, 1));
}
.content-block_bg--orange .colorDependingOnBg{
        --tw-text-opacity: 1;
        color: rgb(25 23 52 / var(--tw-text-opacity, 1));
}
.content-block_bg--orange .colorDependingOnBg a{
        --tw-text-opacity: 1;
        color: rgb(25 23 52 / var(--tw-text-opacity, 1));
}
.content-block_bg--orange .colorDependingOnBg a:hover{
        color: rgb(25 23 52 / 0.5);
}
.content-block_bg--yellow{
        --tw-bg-opacity: 1;
        background-color: rgb(249 182 44 / var(--tw-bg-opacity, 1));
}
.content-block_bg--yellow .colorDependingOnBg{
        --tw-text-opacity: 1;
        color: rgb(25 23 52 / var(--tw-text-opacity, 1));
}
.content-block_bg--yellow .colorDependingOnBg a{
        --tw-text-opacity: 1;
        color: rgb(25 23 52 / var(--tw-text-opacity, 1));
}
.content-block_bg--yellow .colorDependingOnBg a:hover{
        color: rgb(25 23 52 / 0.5);
}
/** Removing bottom padding when immediately followed by another content block of the same background */
.content-block_bg--none:has(+ .content-block_bg--none){
        padding-bottom: 0px;
}
.content-block_bg--primary:has(+ .content-block_bg--primary){
        padding-bottom: 0px;
}
.content-block_bg--secondary:has(+ .content-block_bg--secondary){
        padding-bottom: 0px;
}
.content-block_bg--blue:has(+ .content-block_bg--blue){
        padding-bottom: 0px;
}
.content-block_bg--grey:has(+ .content-block_bg--grey){
        padding-bottom: 0px;
}
.content-block_bg--yellow:has(+ .content-block_bg--yellow){
        padding-bottom: 0px;
}
.canBeRichEditorContent{
        display: flex;
        flex-direction: column;
        row-gap: 1.5rem;
        --tw-text-opacity: 1;
        color: rgb(25 23 52 / var(--tw-text-opacity, 1));
}
.canBeRichEditorContent a{
        --tw-text-opacity: 1;
        color: rgb(237 44 108 / var(--tw-text-opacity, 1));
        text-decoration-line: underline;
        text-underline-offset: 2px;
}
.canBeRichEditorContent a:hover{
        --tw-text-opacity: 1;
        color: rgb(154 28 77 / var(--tw-text-opacity, 1));
}
.canBeRichEditorContent ol{
        margin-left: 1.5rem;
        list-style-type: decimal;
}
.canBeRichEditorContent ul{
        margin-left: 1.5rem;
        list-style-type: disc;
}
.canBeRichEditorContent h2,.canBeRichEditorContent h3{
        margin-top: 0.5rem;
}
.canBeRichEditorContent blockquote{
        border-color: rgb(25 23 52 / 0.3);
        padding-left: 1rem;
        font-weight: 600;
        border-left-width: 3px;
}
.canBeRichEditorContent pre{
        border-radius: 0.375rem;
        border-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(25 23 52 / var(--tw-border-opacity, 1));
        background-color: rgb(25 23 52 / 0.3);
        padding: 0.5rem;
}
.form_item_wrapper{
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
}
.form_item_wrapper--has-error input{
        border-width: 1px !important;
        --tw-border-opacity: 1 !important;
        border-color: rgb(233 79 53 / var(--tw-border-opacity, 1)) !important;
}
.form_item_label{
        font-size: 1.125rem;
        line-height: 1.75rem;
        font-weight: 400;
        --tw-text-opacity: 1;
        color: rgb(25 23 52 / var(--tw-text-opacity, 1));
}
.form_item_errors{
        margin-top: -0.25rem;
        font-weight: 600;
        --tw-text-opacity: 1;
        color: rgb(233 79 53 / var(--tw-text-opacity, 1));
}
.form_item--text{
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        border-radius: 0.25rem !important;
        border-width: 1px !important;
        --tw-border-opacity: 1 !important;
        border-color: rgb(197 197 204 / var(--tw-border-opacity, 1)) !important;
        --tw-bg-opacity: 1 !important;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.form_item--text::-moz-placeholder{
        --tw-text-opacity: 1;
        color: rgb(197 197 204 / var(--tw-text-opacity, 1));
}
.form_item--text::placeholder{
        --tw-text-opacity: 1;
        color: rgb(197 197 204 / var(--tw-text-opacity, 1));
}
.form_item--text.form_item--focus:focus,
.form_item--radio.form_item--focus:focus{
        outline-width: 2px;
        outline-offset: 2px;
        outline-color: #191734;
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
        --tw-ring-offset-width: 0px !important;
        outline-style: solid;
}
.form_item--radio {
    /*TODO*/
}
.form_submit--in-progress {
    cursor: not-allowed !important;
    background-color: #808080 !important;
    color: #191734 !important;
        position: relative;
}
.form_submit--in-progress:before {
            display: block;
            content: '';
            box-sizing: border-box;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 24px;
            height: 24px;
            margin-top: -12px;
            margin-left: -12px;
            border-radius: 50%;
            border: 3px solid transparent;
            border-top-color: #ED2C6C;
            border-bottom-color: #ED2C6C;
            animation: spin .8s ease infinite;
            z-index: 101;
        }
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}
/*@import '../../../../node_modules/@glidejs/glide/dist/css/glide.theme.css';*/
.glide__arrow{
        position: absolute;
        top: 50%;
        --tw-translate-y: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        border-radius: 9999px;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        padding: 0.75rem;
}
.glide__arrow:hover{
        --tw-bg-opacity: 1;
        background-color: rgb(246 149 181 / var(--tw-bg-opacity, 1));
}
@media not all and (min-width: 640px){
        .glide__arrow{
                display: none;
        }
}
.glide__arrow--left{
        left: 1rem;
}
.glide__arrow--right{
        right: 1rem;
}
/**
* !!!!!!
* Preferably use the blade component <x-ui.button /> instead of adding classes to a button tag yourself.
* However, this class can also be used when you need to style a button for which you can not use this component,
* e.g. when styling a button from an external form library.
*/
/* tweaking the style of the intro section of the form */
.fi-form >.m-4 >.fi-section{
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
:is(.fi-form > .m-4 > .fi-section) .fi-section-content{
        padding: 0px;
}
button[type="submit"].fi-btn{
        display: inline-flex !important;
        display: inline-block;
        border-radius: 0.5rem;
        border-width: 0px;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
        font-size: 1.125rem;
        line-height: 1.75rem;
        font-weight: 500;
        line-height: 1.5;
}
button[type="submit"].fi-btn:focus-visible{
        outline-width: 2px;
        outline-offset: 2px;
        outline-color: #191734;
        --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(0px + 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);
        outline-style: solid;
}
button[type="submit"].fi-btn{
        --tw-bg-opacity: 1;
        background-color: rgb(237 44 108 / var(--tw-bg-opacity, 1));
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
button[type="submit"].fi-btn:hover{
        --tw-bg-opacity: 1;
        background-color: rgb(154 28 77 / var(--tw-bg-opacity, 1));
}
section.fi-section{
        border-radius: 0.75rem;
        border-width: 0px;
        --tw-bg-opacity: 1;
        background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}
section.fi-section.ring-1{
        --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(0px + 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);
}
.bolt-form__submitted section.fi-section{
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
:is(.bolt-form__submitted section.fi-section) .fi-section-content{
        padding: 0px;
}
/* Disabling that sections can be collapsed */
.fi-section-header{
        pointer-events: none;
}
.fi-section-header .fi-icon-btn{
        display: none;
}
.fi-fo-textarea{
        border-radius: 0px;
}
.fi-fo-text-input{
        border-radius: 0px;
}
.fi-checkbox-input{
        border-radius: 0.125rem;
}
.fi-fo-field-wrp-hint-label{
        --tw-text-opacity: 1;
        color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.fi-fo-field-wrp-hint-icon{
        --tw-text-opacity: 1;
        color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.section-block{
        padding-top: 3rem;
        padding-bottom: 3rem;
}
@media (min-width: 768px){
        .section-block{
                padding-top: 4rem;
                padding-bottom: 4rem;
        }
}
.section-block.section-block--lg{
        padding-top: 4rem;
        padding-bottom: 4rem;
}
@media (min-width: 768px){
        .section-block.section-block--lg{
                padding-top: 5rem;
                padding-bottom: 5rem;
        }
}
@media (min-width: 1024px){
        .section-block.section-block--lg{
                padding-top: 6rem;
                padding-bottom: 6rem;
        }
}
@media (min-width: 1280px){
        .section-block.section-block--lg{
                padding-top: 8rem;
                padding-bottom: 8rem;
        }
}
.section-block + .section-block{
        padding-top: 0px;
}
/**
 * To prevent that the background of a stacked-title part takes of the full available with
 in case the text wraps when it is too long.

 * Solution taken from https://kizu.dev/shrinkwrap-problem/
 */
@supports (anchor-name: --foo) {
        .stacked-title-wrapper .fix-background-on-wrapped-text {
            position: relative;
            isolation: isolate;
            background: none;
        }

            :is(.stacked-title-wrapper .fix-background-on-wrapped-text) > span {
                anchor-name: --span;
            }

            :is(.stacked-title-wrapper .fix-background-on-wrapped-text)::after {
                content: "";
                position: absolute;
                z-index: -1;

                position-anchor: --span;
                inset: 0 calc(anchor(inside) - 1em);

                border-radius: inherit;
            }
            :is(.stacked-title-wrapper.variant-secondary .fix-background-on-wrapped-text)::after{
                --tw-bg-opacity: 1;
                background-color: rgb(11 194 157 / var(--tw-bg-opacity, 1));
        }
            :is(.stacked-title-wrapper.variant-black .fix-background-on-wrapped-text)::after{
                --tw-bg-opacity: 1;
                background-color: rgb(25 23 52 / var(--tw-bg-opacity, 1));
        }
            :is(.stacked-title-wrapper.variant-white .fix-background-on-wrapped-text)::after{
                --tw-bg-opacity: 1;
                background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        }
}
[x-cloak] {
    display: none !important;
}
/* remove stuff below when tailwind 4 */
*, ::before, ::after{
        --tw-border-spacing-x: 0;
        --tw-border-spacing-y: 0;
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        --tw-pan-x:  ;
        --tw-pan-y:  ;
        --tw-pinch-zoom:  ;
        --tw-scroll-snap-strictness: proximity;
        --tw-gradient-from-position:  ;
        --tw-gradient-via-position:  ;
        --tw-gradient-to-position:  ;
        --tw-ordinal:  ;
        --tw-slashed-zero:  ;
        --tw-numeric-figure:  ;
        --tw-numeric-spacing:  ;
        --tw-numeric-fraction:  ;
        --tw-ring-inset:  ;
        --tw-ring-offset-width: 0px;
        --tw-ring-offset-color: #fff;
        --tw-ring-color: rgb(59 130 246 / 0.5);
        --tw-ring-offset-shadow: 0 0 #0000;
        --tw-ring-shadow: 0 0 #0000;
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
        --tw-blur:  ;
        --tw-brightness:  ;
        --tw-contrast:  ;
        --tw-grayscale:  ;
        --tw-hue-rotate:  ;
        --tw-invert:  ;
        --tw-saturate:  ;
        --tw-sepia:  ;
        --tw-drop-shadow:  ;
        --tw-backdrop-blur:  ;
        --tw-backdrop-brightness:  ;
        --tw-backdrop-contrast:  ;
        --tw-backdrop-grayscale:  ;
        --tw-backdrop-hue-rotate:  ;
        --tw-backdrop-invert:  ;
        --tw-backdrop-opacity:  ;
        --tw-backdrop-saturate:  ;
        --tw-backdrop-sepia:  ;
        --tw-contain-size:  ;
        --tw-contain-layout:  ;
        --tw-contain-paint:  ;
        --tw-contain-style:  ;
}
::backdrop{
        --tw-border-spacing-x: 0;
        --tw-border-spacing-y: 0;
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        --tw-pan-x:  ;
        --tw-pan-y:  ;
        --tw-pinch-zoom:  ;
        --tw-scroll-snap-strictness: proximity;
        --tw-gradient-from-position:  ;
        --tw-gradient-via-position:  ;
        --tw-gradient-to-position:  ;
        --tw-ordinal:  ;
        --tw-slashed-zero:  ;
        --tw-numeric-figure:  ;
        --tw-numeric-spacing:  ;
        --tw-numeric-fraction:  ;
        --tw-ring-inset:  ;
        --tw-ring-offset-width: 0px;
        --tw-ring-offset-color: #fff;
        --tw-ring-color: rgb(59 130 246 / 0.5);
        --tw-ring-offset-shadow: 0 0 #0000;
        --tw-ring-shadow: 0 0 #0000;
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
        --tw-blur:  ;
        --tw-brightness:  ;
        --tw-contrast:  ;
        --tw-grayscale:  ;
        --tw-hue-rotate:  ;
        --tw-invert:  ;
        --tw-saturate:  ;
        --tw-sepia:  ;
        --tw-drop-shadow:  ;
        --tw-backdrop-blur:  ;
        --tw-backdrop-brightness:  ;
        --tw-backdrop-contrast:  ;
        --tw-backdrop-grayscale:  ;
        --tw-backdrop-hue-rotate:  ;
        --tw-backdrop-invert:  ;
        --tw-backdrop-opacity:  ;
        --tw-backdrop-saturate:  ;
        --tw-backdrop-sepia:  ;
        --tw-contain-size:  ;
        --tw-contain-layout:  ;
        --tw-contain-paint:  ;
        --tw-contain-style:  ;
}
/*! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
[type='text'],input:where(:not([type])),[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, input:where(:not([type])):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: #2563eb;
        --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: #2563eb;
}
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;
        text-align: inherit;
}
::-webkit-datetime-edit{
        display: inline-flex;
}
::-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],[size]:where(select:not([size="1"])){
        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: #2563eb;
        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: #2563eb;
        --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;
}
*{
        --tw-border-opacity: 1;
        border-color: rgb(209 209 214 / var(--tw-border-opacity, 1));
}
html {
    font-size: 16px; /* base font size --> 1 rem = 16px */
  }
body{
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        font-family: Lexend;
        font-size: 1rem;
        line-height: 1.5rem;
        --tw-text-opacity: 1;
        color: rgb(25 23 52 / var(--tw-text-opacity, 1));
}
h1, .heading-1,
    h2, .heading-2,
    h3, .heading-3,
    h4, .heading-4,
    h5, .heading-5,
    h6, .heading-6{
        text-wrap: balance;
}
h1, .heading-1{
        font-size: 1.875rem;
        line-height: 2.25rem;
        font-weight: 300;
}
@media (min-width: 640px){
        h1, .heading-1{
                font-size: 2.25rem;
                line-height: 2.5rem;
        }
}
@media (min-width: 1024px){
        h1, .heading-1{
                font-size: 3rem;
                line-height: 1;
        }
}
h2, .heading-2{
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 300;
}
@media (min-width: 640px){
        h2, .heading-2{
                font-weight: 700;
        }
}
h3, .heading-3{
        font-size: 1.25rem;
        line-height: 1.75rem;
        font-weight: 300;
}
@media (min-width: 640px){
        h3, .heading-3{
                font-weight: 600;
        }
}
h4, .heading-4{
        font-size: 1.125rem;
        line-height: 1.75rem;
        font-weight: 600;
}
@media (min-width: 640px){
        h4, .heading-4{
                font-weight: 700;
        }
}
:focus-visible{
        outline-width: 2px;
        outline-offset: 2px;
        outline-color: #191734;
        outline-style: solid;
}
.container{
        width: 100%;
}
@media (min-width: 640px){
        .container{
                max-width: 640px;
        }
}
@media (min-width: 768px){
        .container{
                max-width: 768px;
        }
}
@media (min-width: 1024px){
        .container{
                max-width: 1024px;
        }
}
@media (min-width: 1280px){
        .container{
                max-width: 1280px;
        }
}
@media (min-width: 1536px){
        .container{
                max-width: 1536px;
        }
}
.prose{
        color: var(--tw-prose-body);
        max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.25em;
        margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: var(--tw-prose-lead);
        font-size: 1.25em;
        line-height: 1.6;
        margin-top: 1.2em;
        margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: var(--tw-prose-links);
        text-decoration: underline;
        font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: var(--tw-prose-bold);
        font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        list-style-type: decimal;
        margin-top: 1.25em;
        margin-bottom: 1.25em;
        padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        list-style-type: disc;
        margin-top: 1.25em;
        margin-bottom: 1.25em;
        padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
        font-weight: 400;
        color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
        color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: var(--tw-prose-headings);
        font-weight: 600;
        margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        border-color: var(--tw-prose-hr);
        border-top-width: 1px;
        margin-top: 3em;
        margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-weight: 500;
        font-style: italic;
        color: var(--tw-prose-quotes);
        border-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"],[class~="not-prose"] *))::before{
        content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
        content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: var(--tw-prose-headings);
        font-weight: 800;
        font-size: 2.25em;
        margin-top: 0;
        margin-bottom: 0.8888889em;
        line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-weight: 900;
        color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: var(--tw-prose-headings);
        font-weight: 700;
        font-size: 1.5em;
        margin-top: 2em;
        margin-bottom: 1em;
        line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-weight: 800;
        color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: var(--tw-prose-headings);
        font-weight: 600;
        font-size: 1.25em;
        margin-top: 1.6em;
        margin-bottom: 0.6em;
        line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-weight: 700;
        color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: var(--tw-prose-headings);
        font-weight: 600;
        margin-top: 1.5em;
        margin-bottom: 0.5em;
        line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-weight: 700;
        color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 2em;
        margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        display: block;
        margin-top: 2em;
        margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-weight: 500;
        font-family: inherit;
        color: var(--tw-prose-kbd);
        box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
        font-size: 0.875em;
        border-radius: 0.3125rem;
        padding-top: 0.1875em;
        padding-right: 0.375em;
        padding-bottom: 0.1875em;
        padding-left: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: var(--tw-prose-code);
        font-weight: 600;
        font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
        content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
        content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: inherit;
        font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: inherit;
        font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: var(--tw-prose-pre-code);
        background-color: var(--tw-prose-pre-bg);
        overflow-x: auto;
        font-weight: 400;
        font-size: 0.875em;
        line-height: 1.7142857;
        margin-top: 1.7142857em;
        margin-bottom: 1.7142857em;
        border-radius: 0.375rem;
        padding-top: 0.8571429em;
        padding-right: 1.1428571em;
        padding-bottom: 0.8571429em;
        padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        background-color: transparent;
        border-width: 0;
        border-radius: 0;
        padding: 0;
        font-weight: inherit;
        color: inherit;
        font-size: inherit;
        font-family: inherit;
        line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
        content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
        content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        width: 100%;
        table-layout: auto;
        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"],[class~="not-prose"] *)){
        border-bottom-width: 1px;
        border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: var(--tw-prose-headings);
        font-weight: 600;
        vertical-align: bottom;
        padding-right: 0.5714286em;
        padding-bottom: 0.5714286em;
        padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        border-bottom-width: 1px;
        border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        border-top-width: 1px;
        border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        vertical-align: top;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
        margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: var(--tw-prose-captions);
        font-size: 0.875em;
        line-height: 1.4285714;
        margin-top: 0.8571429em;
}
.prose{
        --tw-prose-body: #374151;
        --tw-prose-headings: #111827;
        --tw-prose-lead: #4b5563;
        --tw-prose-links: #111827;
        --tw-prose-bold: #111827;
        --tw-prose-counters: #6b7280;
        --tw-prose-bullets: #d1d5db;
        --tw-prose-hr: #e5e7eb;
        --tw-prose-quotes: #111827;
        --tw-prose-quote-borders: #e5e7eb;
        --tw-prose-captions: #6b7280;
        --tw-prose-kbd: #111827;
        --tw-prose-kbd-shadows: 17 24 39;
        --tw-prose-code: #111827;
        --tw-prose-pre-code: #e5e7eb;
        --tw-prose-pre-bg: #1f2937;
        --tw-prose-th-borders: #d1d5db;
        --tw-prose-td-borders: #e5e7eb;
        --tw-prose-invert-body: #d1d5db;
        --tw-prose-invert-headings: #fff;
        --tw-prose-invert-lead: #9ca3af;
        --tw-prose-invert-links: #fff;
        --tw-prose-invert-bold: #fff;
        --tw-prose-invert-counters: #9ca3af;
        --tw-prose-invert-bullets: #4b5563;
        --tw-prose-invert-hr: #374151;
        --tw-prose-invert-quotes: #f3f4f6;
        --tw-prose-invert-quote-borders: #374151;
        --tw-prose-invert-captions: #9ca3af;
        --tw-prose-invert-kbd: #fff;
        --tw-prose-invert-kbd-shadows: 255 255 255;
        --tw-prose-invert-code: #fff;
        --tw-prose-invert-pre-code: #d1d5db;
        --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
        --tw-prose-invert-th-borders: #4b5563;
        --tw-prose-invert-td-borders: #374151;
        font-size: 1rem;
        line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
        margin-bottom: 0;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 2em;
        margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0.5em;
        margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0.75em;
        margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0.75em;
        margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.25em;
        margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0.5em;
        padding-left: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)){
        padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-right: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 2em;
        margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-bottom: 0;
}
.prose-sm{
        font-size: 0.875rem;
        line-height: 1.7142857;
}
.prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.1428571em;
        margin-bottom: 1.1428571em;
}
.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 1.2857143em;
        line-height: 1.5555556;
        margin-top: 0.8888889em;
        margin-bottom: 0.8888889em;
}
.prose-sm :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
        padding-left: 1.1111111em;
}
.prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 2.1428571em;
        margin-top: 0;
        margin-bottom: 0.8em;
        line-height: 1.2;
}
.prose-sm :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 1.4285714em;
        margin-top: 1.6em;
        margin-bottom: 0.8em;
        line-height: 1.4;
}
.prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 1.2857143em;
        margin-top: 1.5555556em;
        margin-bottom: 0.4444444em;
        line-height: 1.5555556;
}
.prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.4285714em;
        margin-bottom: 0.5714286em;
        line-height: 1.4285714;
}
.prose-sm :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.7142857em;
        margin-bottom: 1.7142857em;
}
.prose-sm :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.7142857em;
        margin-bottom: 1.7142857em;
}
.prose-sm :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
        margin-bottom: 0;
}
.prose-sm :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.7142857em;
        margin-bottom: 1.7142857em;
}
.prose-sm :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 0.8571429em;
        border-radius: 0.3125rem;
        padding-top: 0.1428571em;
        padding-right: 0.3571429em;
        padding-bottom: 0.1428571em;
        padding-left: 0.3571429em;
}
.prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 0.8571429em;
}
.prose-sm :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 0.9em;
}
.prose-sm :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 0.8888889em;
}
.prose-sm :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 0.8571429em;
        line-height: 1.6666667;
        margin-top: 1.6666667em;
        margin-bottom: 1.6666667em;
        border-radius: 0.25rem;
        padding-top: 0.6666667em;
        padding-right: 1em;
        padding-bottom: 0.6666667em;
        padding-left: 1em;
}
.prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.1428571em;
        margin-bottom: 1.1428571em;
        padding-left: 1.5714286em;
}
.prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.1428571em;
        margin-bottom: 1.1428571em;
        padding-left: 1.5714286em;
}
.prose-sm :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0.2857143em;
        margin-bottom: 0.2857143em;
}
.prose-sm :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-left: 0.4285714em;
}
.prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-left: 0.4285714em;
}
.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0.5714286em;
        margin-bottom: 0.5714286em;
}
.prose-sm :where(.prose-sm > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-bottom: 1.1428571em;
}
.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0.5714286em;
        margin-bottom: 0.5714286em;
}
.prose-sm :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.1428571em;
        margin-bottom: 1.1428571em;
}
.prose-sm :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.1428571em;
}
.prose-sm :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0.2857143em;
        padding-left: 1.5714286em;
}
.prose-sm :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 2.8571429em;
        margin-bottom: 2.8571429em;
}
.prose-sm :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
}
.prose-sm :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
}
.prose-sm :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
}
.prose-sm :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
}
.prose-sm :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 0.8571429em;
        line-height: 1.5;
}
.prose-sm :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-right: 1em;
        padding-bottom: 0.6666667em;
        padding-left: 1em;
}
.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-left: 0;
}
.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-right: 0;
}
.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-top: 0.6666667em;
        padding-right: 1em;
        padding-bottom: 0.6666667em;
        padding-left: 1em;
}
.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-left: 0;
}
.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-right: 0;
}
.prose-sm :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.7142857em;
        margin-bottom: 1.7142857em;
}
.prose-sm :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
        margin-bottom: 0;
}
.prose-sm :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 0.8571429em;
        line-height: 1.3333333;
        margin-top: 0.6666667em;
}
.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
}
.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-bottom: 0;
}
.prose-base{
        font-size: 1rem;
        line-height: 1.75;
}
.prose-base :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.25em;
        margin-bottom: 1.25em;
}
.prose-base :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 1.25em;
        line-height: 1.6;
        margin-top: 1.2em;
        margin-bottom: 1.2em;
}
.prose-base :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.6em;
        margin-bottom: 1.6em;
        padding-left: 1em;
}
.prose-base :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 2.25em;
        margin-top: 0;
        margin-bottom: 0.8888889em;
        line-height: 1.1111111;
}
.prose-base :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 1.5em;
        margin-top: 2em;
        margin-bottom: 1em;
        line-height: 1.3333333;
}
.prose-base :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 1.25em;
        margin-top: 1.6em;
        margin-bottom: 0.6em;
        line-height: 1.6;
}
.prose-base :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.5em;
        margin-bottom: 0.5em;
        line-height: 1.5;
}
.prose-base :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 2em;
        margin-bottom: 2em;
}
.prose-base :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 2em;
        margin-bottom: 2em;
}
.prose-base :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
        margin-bottom: 0;
}
.prose-base :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 2em;
        margin-bottom: 2em;
}
.prose-base :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 0.875em;
        border-radius: 0.3125rem;
        padding-top: 0.1875em;
        padding-right: 0.375em;
        padding-bottom: 0.1875em;
        padding-left: 0.375em;
}
.prose-base :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 0.875em;
}
.prose-base :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 0.875em;
}
.prose-base :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 0.9em;
}
.prose-base :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        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-base :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.25em;
        margin-bottom: 1.25em;
        padding-left: 1.625em;
}
.prose-base :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.25em;
        margin-bottom: 1.25em;
        padding-left: 1.625em;
}
.prose-base :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0.5em;
        margin-bottom: 0.5em;
}
.prose-base :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-left: 0.375em;
}
.prose-base :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-left: 0.375em;
}
.prose-base :where(.prose-base > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0.75em;
        margin-bottom: 0.75em;
}
.prose-base :where(.prose-base > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.25em;
}
.prose-base :where(.prose-base > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-bottom: 1.25em;
}
.prose-base :where(.prose-base > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.25em;
}
.prose-base :where(.prose-base > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-bottom: 1.25em;
}
.prose-base :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0.75em;
        margin-bottom: 0.75em;
}
.prose-base :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.25em;
        margin-bottom: 1.25em;
}
.prose-base :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.25em;
}
.prose-base :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0.5em;
        padding-left: 1.625em;
}
.prose-base :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 3em;
        margin-bottom: 3em;
}
.prose-base :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
}
.prose-base :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
}
.prose-base :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
}
.prose-base :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
}
.prose-base :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 0.875em;
        line-height: 1.7142857;
}
.prose-base :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-right: 0.5714286em;
        padding-bottom: 0.5714286em;
        padding-left: 0.5714286em;
}
.prose-base :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-left: 0;
}
.prose-base :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-right: 0;
}
.prose-base :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-top: 0.5714286em;
        padding-right: 0.5714286em;
        padding-bottom: 0.5714286em;
        padding-left: 0.5714286em;
}
.prose-base :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-left: 0;
}
.prose-base :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-right: 0;
}
.prose-base :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 2em;
        margin-bottom: 2em;
}
.prose-base :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
        margin-bottom: 0;
}
.prose-base :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 0.875em;
        line-height: 1.4285714;
        margin-top: 0.8571429em;
}
.prose-base :where(.prose-base > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
}
.prose-base :where(.prose-base > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-bottom: 0;
}
.prose-lg{
        font-size: 1.125rem;
        line-height: 1.7777778;
}
.prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
}
.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 1.2222222em;
        line-height: 1.4545455;
        margin-top: 1.0909091em;
        margin-bottom: 1.0909091em;
}
.prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.6666667em;
        margin-bottom: 1.6666667em;
        padding-left: 1em;
}
.prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 2.6666667em;
        margin-top: 0;
        margin-bottom: 0.8333333em;
        line-height: 1;
}
.prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 1.6666667em;
        margin-top: 1.8666667em;
        margin-bottom: 1.0666667em;
        line-height: 1.3333333;
}
.prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 1.3333333em;
        margin-top: 1.6666667em;
        margin-bottom: 0.6666667em;
        line-height: 1.5;
}
.prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.7777778em;
        margin-bottom: 0.4444444em;
        line-height: 1.5555556;
}
.prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
}
.prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
}
.prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
        margin-bottom: 0;
}
.prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
}
.prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 0.8888889em;
        border-radius: 0.3125rem;
        padding-top: 0.2222222em;
        padding-right: 0.4444444em;
        padding-bottom: 0.2222222em;
        padding-left: 0.4444444em;
}
.prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 0.8888889em;
}
.prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 0.8666667em;
}
.prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 0.875em;
}
.prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 0.8888889em;
        line-height: 1.75;
        margin-top: 2em;
        margin-bottom: 2em;
        border-radius: 0.375rem;
        padding-top: 1em;
        padding-right: 1.5em;
        padding-bottom: 1em;
        padding-left: 1.5em;
}
.prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
        padding-left: 1.5555556em;
}
.prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
        padding-left: 1.5555556em;
}
.prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0.6666667em;
        margin-bottom: 0.6666667em;
}
.prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-left: 0.4444444em;
}
.prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-left: 0.4444444em;
}
.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0.8888889em;
        margin-bottom: 0.8888889em;
}
.prose-lg :where(.prose-lg > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-bottom: 1.3333333em;
}
.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0.8888889em;
        margin-bottom: 0.8888889em;
}
.prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
}
.prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.3333333em;
}
.prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0.6666667em;
        padding-left: 1.5555556em;
}
.prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 3.1111111em;
        margin-bottom: 3.1111111em;
}
.prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
}
.prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
}
.prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
}
.prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
}
.prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 0.8888889em;
        line-height: 1.5;
}
.prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-right: 0.75em;
        padding-bottom: 0.75em;
        padding-left: 0.75em;
}
.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-left: 0;
}
.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-right: 0;
}
.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-top: 0.75em;
        padding-right: 0.75em;
        padding-bottom: 0.75em;
        padding-left: 0.75em;
}
.prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-left: 0;
}
.prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-right: 0;
}
.prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
}
.prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
        margin-bottom: 0;
}
.prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 0.8888889em;
        line-height: 1.5;
        margin-top: 1em;
}
.prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
}
.prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-bottom: 0;
}
.sr-only{
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
}
.pointer-events-none{
        pointer-events: none;
}
.pointer-events-auto{
        pointer-events: auto;
}
.visible{
        visibility: visible;
}
.invisible{
        visibility: hidden;
}
.\!collapse{
        visibility: collapse !important;
}
.collapse{
        visibility: collapse;
}
.static{
        position: static;
}
.fixed{
        position: fixed;
}
.\!absolute{
        position: absolute !important;
}
.absolute{
        position: absolute;
}
.relative{
        position: relative;
}
.sticky{
        position: sticky;
}
.inset-0{
        inset: 0px;
}
.inset-4{
        inset: 1rem;
}
.inset-x-0{
        left: 0px;
        right: 0px;
}
.inset-x-4{
        left: 1rem;
        right: 1rem;
}
.inset-y-0{
        top: 0px;
        bottom: 0px;
}
.\!-bottom-6{
        bottom: -1.5rem !important;
}
.\!left-8{
        left: 2rem !important;
}
.-bottom-1\/2{
        bottom: -50%;
}
.-top-1{
        top: -0.25rem;
}
.-top-1\/2{
        top: -50%;
}
.-top-10{
        top: -2.5rem;
}
.-top-2{
        top: -0.5rem;
}
.-top-3{
        top: -0.75rem;
}
.bottom-0{
        bottom: 0px;
}
.bottom-1\/2{
        bottom: 50%;
}
.end-0{
        inset-inline-end: 0px;
}
.end-4{
        inset-inline-end: 1rem;
}
.end-6{
        inset-inline-end: 1.5rem;
}
.left-0{
        left: 0px;
}
.left-3{
        left: 0.75rem;
}
.left-8{
        left: 2rem;
}
.right-0{
        right: 0px;
}
.right-4{
        right: 1rem;
}
.right-8{
        right: 2rem;
}
.start-0{
        inset-inline-start: 0px;
}
.start-full{
        inset-inline-start: 100%;
}
.top-0{
        top: 0px;
}
.top-1{
        top: 0.25rem;
}
.top-1\/2{
        top: 50%;
}
.top-4{
        top: 1rem;
}
.top-6{
        top: 1.5rem;
}
.isolate{
        isolation: isolate;
}
.z-0{
        z-index: 0;
}
.z-10{
        z-index: 10;
}
.z-20{
        z-index: 20;
}
.z-30{
        z-index: 30;
}
.z-40{
        z-index: 40;
}
.z-50{
        z-index: 50;
}
.z-\[1000\]{
        z-index: 1000;
}
.z-\[1\]{
        z-index: 1;
}
.order-2{
        order: 2;
}
.order-first{
        order: -9999;
}
.col-\[--col-span-default\]{
        grid-column: var(--col-span-default);
}
.col-span-2{
        grid-column: span 2 / span 2;
}
.col-span-full{
        grid-column: 1 / -1;
}
.col-start-2{
        grid-column-start: 2;
}
.col-start-3{
        grid-column-start: 3;
}
.col-start-\[--col-start-default\]{
        grid-column-start: var(--col-start-default);
}
.row-span-2{
        grid-row: span 2 / span 2;
}
.row-start-2{
        grid-row-start: 2;
}
.clear-left{
        clear: left;
}
.-m-0\.5{
        margin: -0.125rem;
}
.-m-1{
        margin: -0.25rem;
}
.-m-1\.5{
        margin: -0.375rem;
}
.-m-2{
        margin: -0.5rem;
}
.-m-2\.5{
        margin: -0.625rem;
}
.-m-3{
        margin: -0.75rem;
}
.-m-3\.5{
        margin: -0.875rem;
}
.m-4{
        margin: 1rem;
}
.-mx-2{
        margin-left: -0.5rem;
        margin-right: -0.5rem;
}
.-mx-4{
        margin-left: -1rem;
        margin-right: -1rem;
}
.-mx-6{
        margin-left: -1.5rem;
        margin-right: -1.5rem;
}
.-my-1{
        margin-top: -0.25rem;
        margin-bottom: -0.25rem;
}
.mx-1{
        margin-left: 0.25rem;
        margin-right: 0.25rem;
}
.mx-2{
        margin-left: 0.5rem;
        margin-right: 0.5rem;
}
.mx-3{
        margin-left: 0.75rem;
        margin-right: 0.75rem;
}
.mx-4{
        margin-left: 1rem;
        margin-right: 1rem;
}
.mx-6{
        margin-left: 1.5rem;
        margin-right: 1.5rem;
}
.mx-8{
        margin-left: 2rem;
        margin-right: 2rem;
}
.mx-auto{
        margin-left: auto;
        margin-right: auto;
}
.my-1{
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
}
.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;
}
.my-8{
        margin-top: 2rem;
        margin-bottom: 2rem;
}
.my-auto{
        margin-top: auto;
        margin-bottom: auto;
}
.\!mt-0{
        margin-top: 0px !important;
}
.-mb-4{
        margin-bottom: -1rem;
}
.-mb-6{
        margin-bottom: -1.5rem;
}
.-mb-8{
        margin-bottom: -2rem;
}
.-me-2{
        margin-inline-end: -0.5rem;
}
.-ms-0\.5{
        margin-inline-start: -0.125rem;
}
.-ms-1{
        margin-inline-start: -0.25rem;
}
.-ms-2{
        margin-inline-start: -0.5rem;
}
.-mt-3{
        margin-top: -0.75rem;
}
.-mt-4{
        margin-top: -1rem;
}
.-mt-5{
        margin-top: -1.25rem;
}
.-mt-6{
        margin-top: -1.5rem;
}
.-mt-7{
        margin-top: -1.75rem;
}
.mb-0{
        margin-bottom: 0px;
}
.mb-1{
        margin-bottom: 0.25rem;
}
.mb-2{
        margin-bottom: 0.5rem;
}
.mb-3{
        margin-bottom: 0.75rem;
}
.mb-4{
        margin-bottom: 1rem;
}
.mb-5{
        margin-bottom: 1.25rem;
}
.mb-6{
        margin-bottom: 1.5rem;
}
.mb-8{
        margin-bottom: 2rem;
}
.me-1{
        margin-inline-end: 0.25rem;
}
.me-3{
        margin-inline-end: 0.75rem;
}
.me-4{
        margin-inline-end: 1rem;
}
.me-6{
        margin-inline-end: 1.5rem;
}
.ml-0{
        margin-left: 0px;
}
.ml-2{
        margin-left: 0.5rem;
}
.ml-6{
        margin-left: 1.5rem;
}
.ml-\[128px\]{
        margin-left: 128px;
}
.ml-\[64px\]{
        margin-left: 64px;
}
.ml-auto{
        margin-left: auto;
}
.mr-2{
        margin-right: 0.5rem;
}
.ms-1{
        margin-inline-start: 0.25rem;
}
.ms-6{
        margin-inline-start: 1.5rem;
}
.ms-auto{
        margin-inline-start: auto;
}
.mt-0{
        margin-top: 0px;
}
.mt-0\.5{
        margin-top: 0.125rem;
}
.mt-1{
        margin-top: 0.25rem;
}
.mt-12{
        margin-top: 3rem;
}
.mt-2{
        margin-top: 0.5rem;
}
.mt-3{
        margin-top: 0.75rem;
}
.mt-4{
        margin-top: 1rem;
}
.mt-6{
        margin-top: 1.5rem;
}
.mt-8{
        margin-top: 2rem;
}
.mt-auto{
        margin-top: auto;
}
.line-clamp-\[--line-clamp\]{
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: var(--line-clamp);
}
.block{
        display: block;
}
.inline-block{
        display: inline-block;
}
.inline{
        display: inline;
}
.\!flex{
        display: flex !important;
}
.flex{
        display: flex;
}
.inline-flex{
        display: inline-flex;
}
.table{
        display: table;
}
.grid{
        display: grid;
}
.inline-grid{
        display: inline-grid;
}
.contents{
        display: contents;
}
.hidden{
        display: none;
}
.aspect-square{
        aspect-ratio: 1 / 1;
}
.aspect-video{
        aspect-ratio: 16 / 9;
}
.\!h-auto{
        height: auto !important;
}
.h-0{
        height: 0px;
}
.h-1\.5{
        height: 0.375rem;
}
.h-10{
        height: 2.5rem;
}
.h-11{
        height: 2.75rem;
}
.h-12{
        height: 3rem;
}
.h-16{
        height: 4rem;
}
.h-3{
        height: 0.75rem;
}
.h-3\.5{
        height: 0.875rem;
}
.h-32{
        height: 8rem;
}
.h-4{
        height: 1rem;
}
.h-5{
        height: 1.25rem;
}
.h-6{
        height: 1.5rem;
}
.h-7{
        height: 1.75rem;
}
.h-8{
        height: 2rem;
}
.h-9{
        height: 2.25rem;
}
.h-96{
        height: 24rem;
}
.h-\[100dvh\]{
        height: 100dvh;
}
.h-\[160px\]{
        height: 160px;
}
.h-\[288px\]{
        height: 288px;
}
.h-\[300px\]{
        height: 300px;
}
.h-\[361px\]{
        height: 361px;
}
.h-\[378px\]{
        height: 378px;
}
.h-\[419px\]{
        height: 419px;
}
.h-auto{
        height: auto;
}
.h-dvh{
        height: 100dvh;
}
.h-full{
        height: 100%;
}
.h-screen{
        height: 100vh;
}
.max-h-96{
        max-height: 24rem;
}
.max-h-\[400px\]{
        max-height: 400px;
}
.max-h-\[630px\]{
        max-height: 630px;
}
.min-h-40{
        min-height: 10rem;
}
.min-h-60{
        min-height: 15rem;
}
.min-h-80{
        min-height: 20rem;
}
.min-h-\[300px\]{
        min-height: 300px;
}
.min-h-\[337px\]{
        min-height: 337px;
}
.min-h-\[378px\]{
        min-height: 378px;
}
.min-h-\[theme\(spacing\.48\)\]{
        min-height: 12rem;
}
.min-h-full{
        min-height: 100%;
}
.min-h-screen{
        min-height: 100vh;
}
.w-1{
        width: 0.25rem;
}
.w-1\.5{
        width: 0.375rem;
}
.w-1\/2{
        width: 50%;
}
.w-10{
        width: 2.5rem;
}
.w-11{
        width: 2.75rem;
}
.w-12{
        width: 3rem;
}
.w-14{
        width: 3.5rem;
}
.w-16{
        width: 4rem;
}
.w-20{
        width: 5rem;
}
.w-28{
        width: 7rem;
}
.w-3{
        width: 0.75rem;
}
.w-3\.5{
        width: 0.875rem;
}
.w-32{
        width: 8rem;
}
.w-4{
        width: 1rem;
}
.w-5{
        width: 1.25rem;
}
.w-6{
        width: 1.5rem;
}
.w-60{
        width: 15rem;
}
.w-7{
        width: 1.75rem;
}
.w-72{
        width: 18rem;
}
.w-8{
        width: 2rem;
}
.w-9{
        width: 2.25rem;
}
.w-\[--sidebar-width\]{
        width: var(--sidebar-width);
}
.w-\[192px\]{
        width: 192px;
}
.w-\[280px\]{
        width: 280px;
}
.w-\[80px\]{
        width: 80px;
}
.w-\[calc\(100\%\+2rem\)\]{
        width: calc(100% + 2rem);
}
.w-auto{
        width: auto;
}
.w-full{
        width: 100%;
}
.w-max{
        width: -moz-max-content;
        width: max-content;
}
.w-px{
        width: 1px;
}
.w-screen{
        width: 100vw;
}
.min-w-0{
        min-width: 0px;
}
.min-w-10{
        min-width: 2.5rem;
}
.min-w-14{
        min-width: 3.5rem;
}
.min-w-48{
        min-width: 12rem;
}
.min-w-5{
        min-width: 1.25rem;
}
.min-w-\[192px\]{
        min-width: 192px;
}
.min-w-\[theme\(spacing\.4\)\]{
        min-width: 1rem;
}
.min-w-\[theme\(spacing\.5\)\]{
        min-width: 1.25rem;
}
.min-w-\[theme\(spacing\.6\)\]{
        min-width: 1.5rem;
}
.min-w-\[theme\(spacing\.8\)\]{
        min-width: 2rem;
}
.\!max-w-2xl{
        max-width: 42rem !important;
}
.\!max-w-3xl{
        max-width: 48rem !important;
}
.\!max-w-4xl{
        max-width: 56rem !important;
}
.\!max-w-5xl{
        max-width: 64rem !important;
}
.\!max-w-6xl{
        max-width: 72rem !important;
}
.\!max-w-7xl{
        max-width: 80rem !important;
}
.\!max-w-\[14rem\]{
        max-width: 14rem !important;
}
.\!max-w-lg{
        max-width: 32rem !important;
}
.\!max-w-md{
        max-width: 28rem !important;
}
.\!max-w-sm{
        max-width: 24rem !important;
}
.\!max-w-xl{
        max-width: 36rem !important;
}
.\!max-w-xs{
        max-width: 20rem !important;
}
.max-w-2xl{
        max-width: 42rem;
}
.max-w-3xl{
        max-width: 48rem;
}
.max-w-4xl{
        max-width: 56rem;
}
.max-w-5xl{
        max-width: 64rem;
}
.max-w-6xl{
        max-width: 72rem;
}
.max-w-7xl{
        max-width: 80rem;
}
.max-w-\[1062px\]{
        max-width: 1062px;
}
.max-w-\[720px\]{
        max-width: 720px;
}
.max-w-\[90vw\]{
        max-width: 90vw;
}
.max-w-\[calc\(100\%-32px\)\]{
        max-width: calc(100% - 32px);
}
.max-w-fit{
        max-width: -moz-fit-content;
        max-width: fit-content;
}
.max-w-full{
        max-width: 100%;
}
.max-w-lg{
        max-width: 32rem;
}
.max-w-max{
        max-width: -moz-max-content;
        max-width: max-content;
}
.max-w-md{
        max-width: 28rem;
}
.max-w-min{
        max-width: -moz-min-content;
        max-width: min-content;
}
.max-w-none{
        max-width: none;
}
.max-w-prose{
        max-width: 65ch;
}
.max-w-screen-2xl{
        max-width: 1536px;
}
.max-w-screen-lg{
        max-width: 1024px;
}
.max-w-screen-md{
        max-width: 768px;
}
.max-w-screen-sm{
        max-width: 640px;
}
.max-w-screen-xl{
        max-width: 1280px;
}
.max-w-sm{
        max-width: 24rem;
}
.max-w-xl{
        max-width: 36rem;
}
.max-w-xs{
        max-width: 20rem;
}
.flex-1{
        flex: 1 1 0%;
}
.flex-shrink-0{
        flex-shrink: 0;
}
.shrink{
        flex-shrink: 1;
}
.shrink-0{
        flex-shrink: 0;
}
.flex-grow{
        flex-grow: 1;
}
.flex-grow-0{
        flex-grow: 0;
}
.grow{
        flex-grow: 1;
}
.table-auto{
        table-layout: auto;
}
.-translate-x-1\/2{
        --tw-translate-x: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-1\/4{
        --tw-translate-x: -25%;
        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-x-12{
        --tw-translate-x: -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-x-5{
        --tw-translate-x: -1.25rem;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-full{
        --tw-translate-x: -100%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
        --tw-translate-y: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-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-3\/4{
        --tw-translate-y: -75%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0{
        --tw-translate-x: 0px;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-12{
        --tw-translate-x: 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-x-5{
        --tw-translate-x: 1.25rem;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full{
        --tw-translate-x: 100%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
.-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-\[20deg\]{
        --tw-rotate: -20deg;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
        --tw-rotate: 180deg;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100{
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95{
        --tw-scale-x: .95;
        --tw-scale-y: .95;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse{
        50%{
                opacity: .5;
        }
}
.animate-pulse{
        animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin{
        to{
                transform: rotate(360deg);
        }
}
.animate-spin{
        animation: spin 1s linear infinite;
}
.cursor-default{
        cursor: default;
}
.cursor-move{
        cursor: move;
}
.cursor-pointer{
        cursor: pointer;
}
.cursor-wait{
        cursor: wait;
}
.select-none{
        -webkit-user-select: none;
           -moz-user-select: none;
                user-select: none;
}
.select-all{
        -webkit-user-select: all;
           -moz-user-select: all;
                user-select: all;
}
.resize-none{
        resize: none;
}
.resize{
        resize: both;
}
.scroll-mt-9{
        scroll-margin-top: 2.25rem;
}
.list-inside{
        list-style-position: inside;
}
.list-disc{
        list-style-type: disc;
}
.list-none{
        list-style-type: none;
}
.columns-\[--cols-default\]{
        -moz-columns: var(--cols-default);
             columns: var(--cols-default);
}
.break-inside-avoid{
        -moz-column-break-inside: avoid;
             break-inside: avoid;
}
.auto-cols-fr{
        grid-auto-columns: minmax(0, 1fr);
}
.grid-flow-col{
        grid-auto-flow: column;
}
.grid-cols-1{
        grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
        grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-7{
        grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-\[--cols-default\]{
        grid-template-columns: var(--cols-default);
}
.grid-cols-\[1fr_auto_1fr\]{
        grid-template-columns: 1fr auto 1fr;
}
.grid-cols-\[repeat\(7\2c minmax\(theme\(spacing\.7\)\2c 1fr\)\)\]{
        grid-template-columns: repeat(7,minmax(1.75rem,1fr));
}
.grid-cols-\[repeat\(auto-fit\2c minmax\(0\2c 1fr\)\)\]{
        grid-template-columns: repeat(auto-fit,minmax(0,1fr));
}
.grid-rows-1{
        grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-2{
        grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-3{
        grid-template-rows: repeat(3, minmax(0, 1fr));
}
.grid-rows-\[1fr_auto_1fr\]{
        grid-template-rows: 1fr auto 1fr;
}
.flex-row{
        flex-direction: row;
}
.flex-row-reverse{
        flex-direction: row-reverse;
}
.flex-col{
        flex-direction: column;
}
.flex-col-reverse{
        flex-direction: column-reverse;
}
.flex-wrap{
        flex-wrap: wrap;
}
.flex-nowrap{
        flex-wrap: nowrap;
}
.content-start{
        align-content: flex-start;
}
.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-end{
        justify-content: flex-end;
}
.justify-center{
        justify-content: center;
}
.justify-between{
        justify-content: space-between;
}
.justify-items-start{
        justify-items: start;
}
.justify-items-center{
        justify-items: center;
}
.\!gap-4{
        gap: 1rem !important;
}
.\!gap-8{
        gap: 2rem !important;
}
.gap-0{
        gap: 0px;
}
.gap-1{
        gap: 0.25rem;
}
.gap-1\.5{
        gap: 0.375rem;
}
.gap-10{
        gap: 2.5rem;
}
.gap-12{
        gap: 3rem;
}
.gap-2{
        gap: 0.5rem;
}
.gap-3{
        gap: 0.75rem;
}
.gap-4{
        gap: 1rem;
}
.gap-5{
        gap: 1.25rem;
}
.gap-6{
        gap: 1.5rem;
}
.gap-8{
        gap: 2rem;
}
.gap-x-0{
        -moz-column-gap: 0px;
             column-gap: 0px;
}
.gap-x-1{
        -moz-column-gap: 0.25rem;
             column-gap: 0.25rem;
}
.gap-x-1\.5{
        -moz-column-gap: 0.375rem;
             column-gap: 0.375rem;
}
.gap-x-12{
        -moz-column-gap: 3rem;
             column-gap: 3rem;
}
.gap-x-16{
        -moz-column-gap: 4rem;
             column-gap: 4rem;
}
.gap-x-2{
        -moz-column-gap: 0.5rem;
             column-gap: 0.5rem;
}
.gap-x-2\.5{
        -moz-column-gap: 0.625rem;
             column-gap: 0.625rem;
}
.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-y-0{
        row-gap: 0px;
}
.gap-y-1{
        row-gap: 0.25rem;
}
.gap-y-1\.5{
        row-gap: 0.375rem;
}
.gap-y-14{
        row-gap: 3.5rem;
}
.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-7{
        row-gap: 1.75rem;
}
.gap-y-8{
        row-gap: 2rem;
}
.gap-y-px{
        row-gap: 1px;
}
.-space-x-1 > :not([hidden]) ~ :not([hidden]){
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.-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-3 > :not([hidden]) ~ :not([hidden]){
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.75rem * 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-x-5 > :not([hidden]) ~ :not([hidden]){
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.-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)));
}
.-space-x-7 > :not([hidden]) ~ :not([hidden]){
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-x-8 > :not([hidden]) ~ :not([hidden]){
        --tw-space-x-reverse: 0;
        margin-right: calc(-2rem * var(--tw-space-x-reverse));
        margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]){
        --tw-space-x-reverse: 0;
        margin-right: calc(2rem * var(--tw-space-x-reverse));
        margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
        --tw-space-y-reverse: 0;
        margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
        --tw-space-y-reverse: 0;
        margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-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-6 > :not([hidden]) ~ :not([hidden]){
        --tw-space-y-reverse: 0;
        margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.divide-x > :not([hidden]) ~ :not([hidden]){
        --tw-divide-x-reverse: 0;
        border-right-width: calc(1px * var(--tw-divide-x-reverse));
        border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
        --tw-divide-y-reverse: 0;
        border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]){
        --tw-divide-opacity: 1;
        border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
        --tw-divide-opacity: 1;
        border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}
.self-start{
        align-self: flex-start;
}
.self-end{
        align-self: flex-end;
}
.self-center{
        align-self: center;
}
.self-stretch{
        align-self: stretch;
}
.justify-self-start{
        justify-self: start;
}
.justify-self-end{
        justify-self: end;
}
.justify-self-center{
        justify-self: center;
}
.overflow-auto{
        overflow: auto;
}
.overflow-hidden{
        overflow: hidden;
}
.overflow-x-auto{
        overflow-x: auto;
}
.overflow-y-auto{
        overflow-y: auto;
}
.overflow-x-hidden{
        overflow-x: hidden;
}
.overflow-x-clip{
        overflow-x: clip;
}
.truncate{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.text-ellipsis{
        text-overflow: ellipsis;
}
.whitespace-normal{
        white-space: normal;
}
.whitespace-nowrap{
        white-space: nowrap;
}
.text-wrap{
        text-wrap: wrap;
}
.text-nowrap{
        text-wrap: nowrap;
}
.text-balance{
        text-wrap: balance;
}
.break-words{
        overflow-wrap: break-word;
}
.rounded{
        border-radius: 0.25rem;
}
.rounded-2xl{
        border-radius: 1rem;
}
.rounded-3xl{
        border-radius: 1.5rem;
}
.rounded-full{
        border-radius: 9999px;
}
.rounded-lg{
        border-radius: 0.5rem;
}
.rounded-md{
        border-radius: 0.375rem;
}
.rounded-xl{
        border-radius: 0.75rem;
}
.rounded-b-2xl{
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
}
.rounded-b-xl{
        border-bottom-right-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
}
.rounded-t-xl{
        border-top-left-radius: 0.75rem;
        border-top-right-radius: 0.75rem;
}
.border{
        border-width: 1px;
}
.border-2{
        border-width: 2px;
}
.border-x-\[0\.5px\]{
        border-left-width: 0.5px;
        border-right-width: 0.5px;
}
.border-y{
        border-top-width: 1px;
        border-bottom-width: 1px;
}
.\!border-t-0{
        border-top-width: 0px !important;
}
.border-b{
        border-bottom-width: 1px;
}
.border-b-0{
        border-bottom-width: 0px;
}
.border-b-4{
        border-bottom-width: 4px;
}
.border-e{
        border-inline-end-width: 1px;
}
.border-l-2{
        border-left-width: 2px;
}
.border-r{
        border-right-width: 1px;
}
.border-s{
        border-inline-start-width: 1px;
}
.border-t{
        border-top-width: 1px;
}
.\!border-none{
        border-style: none !important;
}
.border-none{
        border-style: none;
}
.border-black-white75{
        --tw-border-opacity: 1;
        border-color: rgb(197 197 204 / var(--tw-border-opacity, 1));
}
.border-black-white80{
        --tw-border-opacity: 1;
        border-color: rgb(209 209 214 / var(--tw-border-opacity, 1));
}
.border-black-white90{
        --tw-border-opacity: 1;
        border-color: rgb(232 232 235 / var(--tw-border-opacity, 1));
}
.border-black\/10{
        border-color: rgb(25 23 52 / 0.1);
}
.border-gray-100{
        --tw-border-opacity: 1;
        border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200{
        --tw-border-opacity: 1;
        border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300{
        --tw-border-opacity: 1;
        border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-600{
        --tw-border-opacity: 1;
        border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-pink-dark-white75{
        --tw-border-opacity: 1;
        border-color: rgb(230 198 210 / var(--tw-border-opacity, 1));
}
.border-primary{
        --tw-border-opacity: 1;
        border-color: rgb(237 44 108 / var(--tw-border-opacity, 1));
}
.border-transparent{
        border-color: transparent;
}
.border-t-gray-200{
        --tw-border-opacity: 1;
        border-top-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.\!bg-gray-50{
        --tw-bg-opacity: 1 !important;
        background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-gray-700{
        --tw-bg-opacity: 1 !important;
        background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-secondary{
        --tw-bg-opacity: 1 !important;
        background-color: rgb(11 194 157 / var(--tw-bg-opacity, 1)) !important;
}
.bg-black{
        --tw-bg-opacity: 1;
        background-color: rgb(25 23 52 / var(--tw-bg-opacity, 1));
}
.bg-black-white70{
        --tw-bg-opacity: 1;
        background-color: rgb(94 93 113 / var(--tw-bg-opacity, 1));
}
.bg-black-white95{
        --tw-bg-opacity: 1;
        background-color: rgb(243 243 245 / var(--tw-bg-opacity, 1));
}
.bg-black\/30{
        background-color: rgb(25 23 52 / 0.3);
}
.bg-black\/5{
        background-color: rgb(25 23 52 / 0.05);
}
.bg-black\/50{
        background-color: rgb(25 23 52 / 0.5);
}
.bg-blue\/20{
        background-color: rgb(0 143 211 / 0.2);
}
.bg-blue\/40{
        background-color: rgb(0 143 211 / 0.4);
}
.bg-gray-100{
        --tw-bg-opacity: 1;
        background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200{
        --tw-bg-opacity: 1;
        background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-300{
        --tw-bg-opacity: 1;
        background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-400{
        --tw-bg-opacity: 1;
        background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.bg-gray-50{
        --tw-bg-opacity: 1;
        background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-950\/50{
        background-color: rgb(3 7 18 / 0.5);
}
.bg-grey{
        --tw-bg-opacity: 1;
        background-color: rgb(243 243 245 / var(--tw-bg-opacity, 1));
}
.bg-grey-footer{
        --tw-bg-opacity: 1;
        background-color: rgb(243 243 245 / var(--tw-bg-opacity, 1));
}
.bg-grey-placeholder{
        --tw-bg-opacity: 1;
        background-color: rgb(221 221 226 / var(--tw-bg-opacity, 1));
}
.bg-grey-topHeader{
        --tw-bg-opacity: 1;
        background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
.bg-primary{
        --tw-bg-opacity: 1;
        background-color: rgb(237 44 108 / var(--tw-bg-opacity, 1));
}
.bg-primary\/20{
        background-color: rgb(237 44 108 / 0.2);
}
.bg-secondary{
        --tw-bg-opacity: 1;
        background-color: rgb(11 194 157 / var(--tw-bg-opacity, 1));
}
.bg-secondary\/20{
        background-color: rgb(11 194 157 / 0.2);
}
.bg-transparent{
        background-color: transparent;
}
.bg-white{
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/0{
        background-color: rgb(255 255 255 / 0);
}
.bg-white\/10{
        background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/40{
        background-color: rgb(255 255 255 / 0.4);
}
.bg-white\/70{
        background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/90{
        background-color: rgb(255 255 255 / 0.9);
}
.bg-yellow\/20{
        background-color: rgb(249 182 44 / 0.2);
}
.bg-yellow\/25{
        background-color: rgb(249 182 44 / 0.25);
}
.bg-opacity-70{
        --tw-bg-opacity: 0.7;
}
.\!bg-none{
        background-image: none !important;
}
.bg-cover{
        background-size: cover;
}
.bg-clip-border{
        background-clip: border-box;
}
.bg-center{
        background-position: center;
}
.bg-origin-border{
        background-origin: border-box;
}
.fill-black{
        fill: #191734;
}
.fill-black\/80{
        fill: rgb(25 23 52 / 0.8);
}
.fill-gray-600{
        fill: #4b5563;
}
.fill-white{
        fill: #FFFFFF;
}
.object-cover{
        -o-object-fit: cover;
           object-fit: cover;
}
.object-center{
        -o-object-position: center;
           object-position: center;
}
.\!p-2{
        padding: 0.5rem !important;
}
.p-0{
        padding: 0px;
}
.p-0\.5{
        padding: 0.125rem;
}
.p-1{
        padding: 0.25rem;
}
.p-2{
        padding: 0.5rem;
}
.p-3{
        padding: 0.75rem;
}
.p-4{
        padding: 1rem;
}
.p-6{
        padding: 1.5rem;
}
.p-8{
        padding: 2rem;
}
.px-0{
        padding-left: 0px;
        padding-right: 0px;
}
.px-0\.5{
        padding-left: 0.125rem;
        padding-right: 0.125rem;
}
.px-1{
        padding-left: 0.25rem;
        padding-right: 0.25rem;
}
.px-1\.5{
        padding-left: 0.375rem;
        padding-right: 0.375rem;
}
.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-3\.5{
        padding-left: 0.875rem;
        padding-right: 0.875rem;
}
.px-4{
        padding-left: 1rem;
        padding-right: 1rem;
}
.px-5{
        padding-left: 1.25rem;
        padding-right: 1.25rem;
}
.px-6{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
}
.px-7{
        padding-left: 1.75rem;
        padding-right: 1.75rem;
}
.px-8{
        padding-left: 2rem;
        padding-right: 2rem;
}
.py-0\.5{
        padding-top: 0.125rem;
        padding-bottom: 0.125rem;
}
.py-1{
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
}
.py-1\.5{
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
}
.py-10{
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
}
.py-12{
        padding-top: 3rem;
        padding-bottom: 3rem;
}
.py-16{
        padding-top: 4rem;
        padding-bottom: 4rem;
}
.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-3\.5{
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
}
.py-32{
        padding-top: 8rem;
        padding-bottom: 8rem;
}
.py-4{
        padding-top: 1rem;
        padding-bottom: 1rem;
}
.py-5{
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
}
.py-6{
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
}
.py-8{
        padding-top: 2rem;
        padding-bottom: 2rem;
}
.\!pt-0{
        padding-top: 0px !important;
}
.pb-1{
        padding-bottom: 0.25rem;
}
.pb-12{
        padding-bottom: 3rem;
}
.pb-16{
        padding-bottom: 4rem;
}
.pb-4{
        padding-bottom: 1rem;
}
.pb-6{
        padding-bottom: 1.5rem;
}
.pb-8{
        padding-bottom: 2rem;
}
.pe-0{
        padding-inline-end: 0px;
}
.pe-1{
        padding-inline-end: 0.25rem;
}
.pe-2{
        padding-inline-end: 0.5rem;
}
.pe-3{
        padding-inline-end: 0.75rem;
}
.pe-4{
        padding-inline-end: 1rem;
}
.pe-6{
        padding-inline-end: 1.5rem;
}
.pe-8{
        padding-inline-end: 2rem;
}
.pl-2{
        padding-left: 0.5rem;
}
.pl-6{
        padding-left: 1.5rem;
}
.pr-2{
        padding-right: 0.5rem;
}
.pr-5{
        padding-right: 1.25rem;
}
.pr-6{
        padding-right: 1.5rem;
}
.ps-0{
        padding-inline-start: 0px;
}
.ps-1{
        padding-inline-start: 0.25rem;
}
.ps-2{
        padding-inline-start: 0.5rem;
}
.ps-3{
        padding-inline-start: 0.75rem;
}
.ps-4{
        padding-inline-start: 1rem;
}
.ps-\[5\.25rem\]{
        padding-inline-start: 5.25rem;
}
.pt-0{
        padding-top: 0px;
}
.pt-16{
        padding-top: 4rem;
}
.pt-2{
        padding-top: 0.5rem;
}
.pt-3{
        padding-top: 0.75rem;
}
.pt-4{
        padding-top: 1rem;
}
.pt-6{
        padding-top: 1.5rem;
}
.pt-8{
        padding-top: 2rem;
}
.text-left{
        text-align: left;
}
.text-center{
        text-align: center;
}
.text-right{
        text-align: right;
}
.text-justify{
        text-align: justify;
}
.text-start{
        text-align: start;
}
.text-end{
        text-align: end;
}
.align-top{
        vertical-align: top;
}
.align-middle{
        vertical-align: middle;
}
.align-bottom{
        vertical-align: bottom;
}
.\!text-lg{
        font-size: 1.125rem !important;
        line-height: 1.75rem !important;
}
.\!text-sm{
        font-size: 0.875rem !important;
        line-height: 1.25rem !important;
}
.text-2xl{
        font-size: 1.5rem;
        line-height: 2rem;
}
.text-3xl{
        font-size: 1.875rem;
        line-height: 2.25rem;
}
.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-black{
        font-weight: 900;
}
.font-bold{
        font-weight: 700;
}
.font-extrabold{
        font-weight: 800;
}
.font-extralight{
        font-weight: 200;
}
.font-light{
        font-weight: 300;
}
.font-medium{
        font-weight: 500;
}
.font-normal{
        font-weight: 400;
}
.font-semibold{
        font-weight: 600;
}
.font-thin{
        font-weight: 100;
}
.uppercase{
        text-transform: uppercase;
}
.capitalize{
        text-transform: capitalize;
}
.italic{
        font-style: italic;
}
.leading-5{
        line-height: 1.25rem;
}
.leading-6{
        line-height: 1.5rem;
}
.leading-loose{
        line-height: 2;
}
.tracking-tight{
        letter-spacing: -0.025em;
}
.tracking-tighter{
        letter-spacing: -0.05em;
}
.text-black{
        --tw-text-opacity: 1;
        color: rgb(25 23 52 / var(--tw-text-opacity, 1));
}
.text-black-white20{
        --tw-text-opacity: 1;
        color: rgb(71 69 93 / var(--tw-text-opacity, 1));
}
.text-black-white25{
        --tw-text-opacity: 1;
        color: rgb(83 81 103 / var(--tw-text-opacity, 1));
}
.text-black-white50{
        --tw-text-opacity: 1;
        color: rgb(128 128 128 / var(--tw-text-opacity, 1));
}
.text-black-white80{
        --tw-text-opacity: 1;
        color: rgb(209 209 214 / var(--tw-text-opacity, 1));
}
.text-black\/30{
        color: rgb(25 23 52 / 0.3);
}
.text-black\/50{
        color: rgb(25 23 52 / 0.5);
}
.text-black\/60{
        color: rgb(25 23 52 / 0.6);
}
.text-black\/70{
        color: rgb(25 23 52 / 0.7);
}
.text-black\/75{
        color: rgb(25 23 52 / 0.75);
}
.text-black\/80{
        color: rgb(25 23 52 / 0.8);
}
.text-danger-600{
        --tw-text-opacity: 1;
        color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-gray-100{
        --tw-text-opacity: 1;
        color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
.text-gray-200{
        --tw-text-opacity: 1;
        color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.text-gray-400{
        --tw-text-opacity: 1;
        color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500{
        --tw-text-opacity: 1;
        color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600{
        --tw-text-opacity: 1;
        color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700{
        --tw-text-opacity: 1;
        color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-700\/50{
        color: rgb(55 65 81 / 0.5);
}
.text-gray-800{
        --tw-text-opacity: 1;
        color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900{
        --tw-text-opacity: 1;
        color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-gray-950{
        --tw-text-opacity: 1;
        color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}
.text-pink-dark{
        --tw-text-opacity: 1;
        color: rgb(154 28 77 / var(--tw-text-opacity, 1));
}
.text-white{
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/70{
        color: rgb(255 255 255 / 0.7);
}
.underline{
        text-decoration-line: underline;
}
.line-through{
        text-decoration-line: line-through;
}
.underline-offset-2{
        text-underline-offset: 2px;
}
.antialiased{
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
        opacity: 0;
}
.opacity-100{
        opacity: 1;
}
.opacity-50{
        opacity: 0.5;
}
.opacity-70{
        opacity: 0.7;
}
.opacity-75{
        opacity: 0.75;
}
.shadow{
        --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
        --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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);
}
.shadow-xl{
        --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
        --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
        outline: 2px solid transparent;
        outline-offset: 2px;
}
.ring{
        --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);
}
.ring-0{
        --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(0px + 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);
}
.ring-1{
        --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);
}
.ring-2{
        --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);
}
.ring-4{
        --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(4px + 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);
}
.ring-inset{
        --tw-ring-inset: inset;
}
.ring-danger-600{
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.ring-gray-200{
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
}
.ring-gray-300{
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}
.ring-gray-600\/10{
        --tw-ring-color: rgb(75 85 99 / 0.1);
}
.ring-gray-900\/10{
        --tw-ring-color: rgb(17 24 39 / 0.1);
}
.ring-gray-950\/10{
        --tw-ring-color: rgb(3 7 18 / 0.1);
}
.ring-gray-950\/5{
        --tw-ring-color: rgb(3 7 18 / 0.05);
}
.ring-white{
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}
.ring-white\/10{
        --tw-ring-color: rgb(255 255 255 / 0.1);
}
.blur{
        --tw-blur: blur(8px);
        filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
        filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
}
.transition-all{
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
}
.transition-colors{
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
}
.transition-opacity{
        transition-property: opacity;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
}
.transition-transform{
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
}
.delay-100{
        transition-delay: 100ms;
}
.duration-100{
        transition-duration: 100ms;
}
.duration-200{
        transition-duration: 200ms;
}
.duration-300{
        transition-duration: 300ms;
}
.duration-500{
        transition-duration: 500ms;
}
.duration-75{
        transition-duration: 75ms;
}
.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);
}
/* @utility */
.contain-x-no-p {
        /* horizontal container without padding */
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
    }
/* @utility */
.contain-x-no-p-sm {
        /* horizontal container without padding */
        margin-left: auto;
        margin-right: auto;
        max-width: 688px;
    }
/* @utility */
/* @utility */
.contain-x-no-p-lg {
        /* horizontal container without padding - large */
        margin-left: auto;
        margin-right: auto;
        max-width: 1440px;
    }
/* @utility */
/* @utility */
/* @utility */
.spacing-container-l{
        padding-left: 1.25rem;
}
@media (min-width: 768px){
        .spacing-container-l{
                padding-left: 1.5rem;
        }
}
@media (min-width: 1024px){
        .spacing-container-l{
                padding-left: 2rem;
        }
}
@media (min-width: 1536px){
        .spacing-container-l{
                padding-left: 8rem;
        }
}
/* @utility */
/* @utility */
.spacing-section-y-sm{
        padding-top: 3rem;
        padding-bottom: 3rem;
}
@media (min-width: 768px){
        .spacing-section-y-sm{
                padding-top: 4rem;
                padding-bottom: 4rem;
        }
}
/* @utility */
@media not all and (min-width: 768px){
        .spacing-section-y-xs{
                padding-top: 1rem;
        }
}
@media (min-width: 768px){
        .spacing-section-y-xs{
                padding-top: 1.5rem;
                padding-bottom: 1.5rem;
        }
}
/* @utility */
.contains_link a{
        text-decoration-line: underline;
}
.contains_link a:hover{
        color: rgb(25 23 52 / 0.75);
}
.contains_link-primary a{
        --tw-text-opacity: 1;
        color: rgb(237 44 108 / var(--tw-text-opacity, 1));
        text-decoration-line: underline;
}
.contains_link-primary a:hover{
        --tw-text-opacity: 1;
        color: rgb(154 28 77 / var(--tw-text-opacity, 1));
}
.contains_link-pink-dark a{
        --tw-text-opacity: 1;
        color: rgb(154 28 77 / var(--tw-text-opacity, 1));
        text-decoration-line: underline;
}
.contains_link-pink-dark a:hover{
        --tw-text-opacity: 1;
        color: rgb(237 44 108 / var(--tw-text-opacity, 1));
}
.max-w-2xs {
        max-width: 288px;
    }
.rounded-4xl {
        border-radius: 2rem; /* 32px */
    }
.-mt-19 {
        margin-top: -4.75rem; /* -76px */
    }
.\!left-13 {
        left: 3.25rem !important; /* 52px */
    }
.wrap-anywhere {
        overflow-wrap: anywhere;
    }
/* @utility */
.img-copyright{
        font-size: 0.875rem;
        line-height: 1.25rem;
        color: rgb(25 23 52 / 0.5);
}
/* @utility */
/* @utility */
/* @utility */
.content-block_img-copyright{
        bottom: -2rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
        color: rgb(25 23 52 / 0.5);
}
/* @utility */
.\[transform\:translateZ\(0\)\]{
        transform: translateZ(0);
}
.dark\:prose-invert:is(.dark *){
        --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-kbd: var(--tw-prose-invert-kbd);
        --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
        --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);
}
.placeholder\:text-gray-400::-moz-placeholder{
        --tw-text-opacity: 1;
        color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.placeholder\:text-gray-400::placeholder{
        --tw-text-opacity: 1;
        color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.before\:absolute::before{
        content: var(--tw-content);
        position: absolute;
}
.before\:inset-0::before{
        content: var(--tw-content);
        inset: 0px;
}
.before\:inset-y-0::before{
        content: var(--tw-content);
        top: 0px;
        bottom: 0px;
}
.before\:start-0::before{
        content: var(--tw-content);
        inset-inline-start: 0px;
}
.before\:z-10::before{
        content: var(--tw-content);
        z-index: 10;
}
.before\:h-full::before{
        content: var(--tw-content);
        height: 100%;
}
.before\:w-0\.5::before{
        content: var(--tw-content);
        width: 0.125rem;
}
.before\:bg-black\/0::before{
        content: var(--tw-content);
        background-color: rgb(25 23 52 / 0);
}
.before\:bg-black\/25::before{
        content: var(--tw-content);
        background-color: rgb(25 23 52 / 0.25);
}
.before\:transition-all::before{
        content: var(--tw-content);
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
}
.before\:duration-300::before{
        content: var(--tw-content);
        transition-duration: 300ms;
}
.before\:ease-in-out::before{
        content: var(--tw-content);
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.first\:border-s-0:first-child{
        border-inline-start-width: 0px;
}
.first\:border-t-0:first-child{
        border-top-width: 0px;
}
.last\:border-b-0:last-child{
        border-bottom-width: 0px;
}
.last\:border-e-0:last-child{
        border-inline-end-width: 0px;
}
.first-of-type\:ps-1:first-of-type{
        padding-inline-start: 0.25rem;
}
.last-of-type\:pe-1:last-of-type{
        padding-inline-end: 0.25rem;
}
.checked\:ring-0:checked{
        --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(0px + 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);
}
.focus-within\:bg-gray-50:focus-within{
        --tw-bg-opacity: 1;
        background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover{
        --tw-bg-opacity: 1;
        background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-400\/10:hover{
        background-color: rgb(156 163 175 / 0.1);
}
.hover\:bg-gray-50:hover{
        --tw-bg-opacity: 1;
        background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-pink-dark:hover{
        --tw-bg-opacity: 1;
        background-color: rgb(154 28 77 / var(--tw-bg-opacity, 1));
}
.hover\:bg-pink-lighter:hover{
        --tw-bg-opacity: 1;
        background-color: rgb(246 149 181 / var(--tw-bg-opacity, 1));
}
.hover\:text-black:hover{
        --tw-text-opacity: 1;
        color: rgb(25 23 52 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-500:hover{
        --tw-text-opacity: 1;
        color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-700:hover{
        --tw-text-opacity: 1;
        color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-700\/75:hover{
        color: rgb(55 65 81 / 0.75);
}
.hover\:text-pink:hover{
        --tw-text-opacity: 1;
        color: rgb(237 44 108 / var(--tw-text-opacity, 1));
}
.hover\:text-secondary:hover{
        --tw-text-opacity: 1;
        color: rgb(11 194 157 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover{
        text-decoration-line: underline;
}
.hover\:opacity-100:hover{
        opacity: 1;
}
.hover\:shadow-md:hover{
        --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
        --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:ring-0: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(0px + 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);
}
.focus\:ring-2: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);
}
.focus\:ring-danger-600:focus{
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.focus\:ring-offset-0:focus{
        --tw-ring-offset-width: 0px;
}
.checked\:focus\:ring-danger-500\/50:focus:checked{
        --tw-ring-color: rgb(239 68 68 / 0.5);
}
.focus-visible\:z-10:focus-visible{
        z-index: 10;
}
.focus-visible\:bg-gray-100:focus-visible{
        --tw-bg-opacity: 1;
        background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.focus-visible\:bg-gray-50:focus-visible{
        --tw-bg-opacity: 1;
        background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.focus-visible\:text-gray-500:focus-visible{
        --tw-text-opacity: 1;
        color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.focus-visible\:text-gray-700\/75:focus-visible{
        color: rgb(55 65 81 / 0.75);
}
.focus-visible\:outline-none:focus-visible{
        outline: 2px solid transparent;
        outline-offset: 2px;
}
.focus-visible\:ring-1:focus-visible{
        --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);
}
.focus-visible\:ring-2:focus-visible{
        --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);
}
.focus-visible\:ring-inset:focus-visible{
        --tw-ring-inset: inset;
}
.focus-visible\:ring-gray-400\/40:focus-visible{
        --tw-ring-color: rgb(156 163 175 / 0.4);
}
.focus-visible\:ring-offset-1:focus-visible{
        --tw-ring-offset-width: 1px;
}
.enabled\:cursor-wait:enabled{
        cursor: wait;
}
.enabled\:opacity-70:enabled{
        opacity: 0.7;
}
.disabled\:pointer-events-none:disabled{
        pointer-events: none;
}
.disabled\:bg-gray-50:disabled{
        --tw-bg-opacity: 1;
        background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.disabled\:text-gray-50:disabled{
        --tw-text-opacity: 1;
        color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}
.disabled\:text-gray-500:disabled{
        --tw-text-opacity: 1;
        color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.disabled\:opacity-70:disabled{
        opacity: 0.7;
}
.disabled\:\[-webkit-text-fill-color\:theme\(colors\.gray\.500\)\]:disabled{
        -webkit-text-fill-color: #6b7280;
}
.disabled\:placeholder\:\[-webkit-text-fill-color\:theme\(colors\.gray\.400\)\]:disabled::-moz-placeholder{
        -webkit-text-fill-color: #9ca3af;
}
.disabled\:placeholder\:\[-webkit-text-fill-color\:theme\(colors\.gray\.400\)\]:disabled::placeholder{
        -webkit-text-fill-color: #9ca3af;
}
.disabled\:checked\:bg-gray-400:checked:disabled{
        --tw-bg-opacity: 1;
        background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.disabled\:checked\:text-gray-400:checked:disabled{
        --tw-text-opacity: 1;
        color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.group\/item:first-child .group-first\/item\:rounded-s-lg{
        border-start-start-radius: 0.5rem;
        border-end-start-radius: 0.5rem;
}
.group\/item:last-child .group-last\/item\:rounded-e-lg{
        border-start-end-radius: 0.5rem;
        border-end-end-radius: 0.5rem;
}
.group\/button:hover .group-hover\/button\:translate-x-1{
        --tw-translate-x: 0.25rem;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:translate-x-0\.5{
        --tw-translate-x: 0.125rem;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group\/button:hover .group-hover\/button\:cursor-pointer{
        cursor: pointer;
}
.group:hover .group-hover\:cursor-pointer{
        cursor: pointer;
}
.group\/button:hover .group-hover\/button\:border-pink-lighter{
        --tw-border-opacity: 1;
        border-color: rgb(246 149 181 / var(--tw-border-opacity, 1));
}
.group\/button:hover .group-hover\/button\:bg-black-white25{
        --tw-bg-opacity: 1;
        background-color: rgb(83 81 103 / var(--tw-bg-opacity, 1));
}
.group\/button:hover .group-hover\/button\:bg-green-lighter{
        --tw-bg-opacity: 1;
        background-color: rgb(133 225 206 / var(--tw-bg-opacity, 1));
}
.group\/button:hover .group-hover\/button\:bg-pink-dark{
        --tw-bg-opacity: 1;
        background-color: rgb(154 28 77 / var(--tw-bg-opacity, 1));
}
.group\/button:hover .group-hover\/button\:bg-pink-lighter{
        --tw-bg-opacity: 1;
        background-color: rgb(246 149 181 / var(--tw-bg-opacity, 1));
}
.group\/imgCard:hover .group-hover\/imgCard\:bg-black-white98{
        --tw-bg-opacity: 1;
        background-color: rgb(250 250 251 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-black\/0{
        background-color: rgb(25 23 52 / 0);
}
.group\/button:hover .group-hover\/button\:\!text-pink-lighter{
        --tw-text-opacity: 1 !important;
        color: rgb(246 149 181 / var(--tw-text-opacity, 1)) !important;
}
.group\/button:hover .group-hover\/button\:text-gray-500{
        --tw-text-opacity: 1;
        color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.group\/button:hover .group-hover\/button\:text-pink-dark{
        --tw-text-opacity: 1;
        color: rgb(154 28 77 / var(--tw-text-opacity, 1));
}
.group\/expoCard:hover .group-hover\/expoCard\:text-pink-dark{
        --tw-text-opacity: 1;
        color: rgb(154 28 77 / var(--tw-text-opacity, 1));
}
.group\/expoCard:hover .group-hover\/expoCard\:text-pink-dark-white20{
        --tw-text-opacity: 1;
        color: rgb(174 73 113 / var(--tw-text-opacity, 1));
}
.group\/galleryCard:hover .group-hover\/galleryCard\:text-black-white75{
        --tw-text-opacity: 1;
        color: rgb(197 197 204 / var(--tw-text-opacity, 1));
}
.group\/galleryCard:hover .group-hover\/galleryCard\:text-black-white90{
        --tw-text-opacity: 1;
        color: rgb(232 232 235 / var(--tw-text-opacity, 1));
}
.group\/imgCard:hover .group-hover\/imgCard\:text-pink-dark{
        --tw-text-opacity: 1;
        color: rgb(154 28 77 / var(--tw-text-opacity, 1));
}
.group\/imgCard:hover .group-hover\/imgCard\:text-pink-dark-white20{
        --tw-text-opacity: 1;
        color: rgb(174 73 113 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-black\/70{
        color: rgb(25 23 52 / 0.7);
}
.group:hover .group-hover\:text-gray-500{
        --tw-text-opacity: 1;
        color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-gray-700{
        --tw-text-opacity: 1;
        color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-primary{
        --tw-text-opacity: 1;
        color: rgb(237 44 108 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-secondary{
        --tw-text-opacity: 1;
        color: rgb(11 194 157 / var(--tw-text-opacity, 1));
}
.group\/item:hover .group-hover\/item\:underline{
        text-decoration-line: underline;
}
.group\/link:hover .group-hover\/link\:underline{
        text-decoration-line: underline;
}
.group\/expoCard:hover .group-hover\/expoCard\:opacity-50{
        opacity: 0.5;
}
.group\/galleryCard:hover .group-hover\/galleryCard\:opacity-50{
        opacity: 0.5;
}
.group\/imgCard:hover .group-hover\/imgCard\:opacity-50{
        opacity: 0.5;
}
.group:hover .group-hover\:before\:bg-black\/30::before{
        content: var(--tw-content);
        background-color: rgb(25 23 52 / 0.3);
}
.group:focus-visible .group-focus-visible\:text-gray-500{
        --tw-text-opacity: 1;
        color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.group:focus-visible .group-focus-visible\:text-gray-700{
        --tw-text-opacity: 1;
        color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.group\/item:focus-visible .group-focus-visible\/item\:underline{
        text-decoration-line: underline;
}
.group\/link:focus-visible .group-focus-visible\/link\:underline{
        text-decoration-line: underline;
}
.prose-headings\:font-base :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))){
        font-family: Lexend;
}
.dark\:flex:is(.dark *){
        display: flex;
}
.dark\:hidden:is(.dark *){
        display: none;
}
.dark\:divide-white\/10:is(.dark *) > :not([hidden]) ~ :not([hidden]){
        border-color: rgb(255 255 255 / 0.1);
}
.dark\:divide-white\/5:is(.dark *) > :not([hidden]) ~ :not([hidden]){
        border-color: rgb(255 255 255 / 0.05);
}
.dark\:border-gray-600:is(.dark *){
        --tw-border-opacity: 1;
        border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.dark\:border-gray-700:is(.dark *){
        --tw-border-opacity: 1;
        border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.dark\:border-white\/10:is(.dark *){
        border-color: rgb(255 255 255 / 0.1);
}
.dark\:border-white\/5:is(.dark *){
        border-color: rgb(255 255 255 / 0.05);
}
.dark\:border-t-white\/10:is(.dark *){
        border-top-color: rgb(255 255 255 / 0.1);
}
.dark\:\!bg-gray-700:is(.dark *){
        --tw-bg-opacity: 1 !important;
        background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1)) !important;
}
.dark\:bg-black:is(.dark *){
        --tw-bg-opacity: 1;
        background-color: rgb(25 23 52 / var(--tw-bg-opacity, 1));
}
.dark\:bg-gray-400\/10:is(.dark *){
        background-color: rgb(156 163 175 / 0.1);
}
.dark\:bg-gray-500:is(.dark *){
        --tw-bg-opacity: 1;
        background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.dark\:bg-gray-500\/20:is(.dark *){
        background-color: rgb(107 114 128 / 0.2);
}
.dark\:bg-gray-600:is(.dark *){
        --tw-bg-opacity: 1;
        background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.dark\:bg-gray-700:is(.dark *){
        --tw-bg-opacity: 1;
        background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.dark\:bg-gray-800:is(.dark *){
        --tw-bg-opacity: 1;
        background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.dark\:bg-gray-900:is(.dark *){
        --tw-bg-opacity: 1;
        background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.dark\:bg-gray-900\/30:is(.dark *){
        background-color: rgb(17 24 39 / 0.3);
}
.dark\:bg-gray-950:is(.dark *){
        --tw-bg-opacity: 1;
        background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
}
.dark\:bg-gray-950\/75:is(.dark *){
        background-color: rgb(3 7 18 / 0.75);
}
.dark\:bg-transparent:is(.dark *){
        background-color: transparent;
}
.dark\:bg-white\/10:is(.dark *){
        background-color: rgb(255 255 255 / 0.1);
}
.dark\:bg-white\/5:is(.dark *){
        background-color: rgb(255 255 255 / 0.05);
}
.dark\:text-danger-400:is(.dark *){
        --tw-text-opacity: 1;
        color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.dark\:text-danger-500:is(.dark *){
        --tw-text-opacity: 1;
        color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.dark\:text-gray-100:is(.dark *){
        --tw-text-opacity: 1;
        color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
.dark\:text-gray-200:is(.dark *){
        --tw-text-opacity: 1;
        color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.dark\:text-gray-300\/50:is(.dark *){
        color: rgb(209 213 219 / 0.5);
}
.dark\:text-gray-400:is(.dark *){
        --tw-text-opacity: 1;
        color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.dark\:text-gray-500:is(.dark *){
        --tw-text-opacity: 1;
        color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.dark\:text-gray-700:is(.dark *){
        --tw-text-opacity: 1;
        color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.dark\:text-gray-800:is(.dark *){
        --tw-text-opacity: 1;
        color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.dark\:text-white:is(.dark *){
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.dark\:text-white\/5:is(.dark *){
        color: rgb(255 255 255 / 0.05);
}
.dark\:ring-danger-500:is(.dark *){
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
.dark\:ring-gray-400\/20:is(.dark *){
        --tw-ring-color: rgb(156 163 175 / 0.2);
}
.dark\:ring-gray-50\/10:is(.dark *){
        --tw-ring-color: rgb(249 250 251 / 0.1);
}
.dark\:ring-gray-700:is(.dark *){
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity, 1));
}
.dark\:ring-gray-900:is(.dark *){
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity, 1));
}
.dark\:ring-white\/10:is(.dark *){
        --tw-ring-color: rgb(255 255 255 / 0.1);
}
.dark\:ring-white\/20:is(.dark *){
        --tw-ring-color: rgb(255 255 255 / 0.2);
}
.dark\:placeholder\:text-gray-500:is(.dark *)::-moz-placeholder{
        --tw-text-opacity: 1;
        color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.dark\:placeholder\:text-gray-500:is(.dark *)::placeholder{
        --tw-text-opacity: 1;
        color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.dark\:checked\:bg-danger-500:checked:is(.dark *){
        --tw-bg-opacity: 1;
        background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.dark\:focus-within\:bg-white\/5:focus-within:is(.dark *){
        background-color: rgb(255 255 255 / 0.05);
}
.dark\:hover\:bg-gray-600:hover:is(.dark *){
        --tw-bg-opacity: 1;
        background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-white\/10:hover:is(.dark *){
        background-color: rgb(255 255 255 / 0.1);
}
.dark\:hover\:bg-white\/5:hover:is(.dark *){
        background-color: rgb(255 255 255 / 0.05);
}
.dark\:hover\:text-gray-200:hover:is(.dark *){
        --tw-text-opacity: 1;
        color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-gray-300\/75:hover:is(.dark *){
        color: rgb(209 213 219 / 0.75);
}
.dark\:hover\:text-gray-400:hover:is(.dark *){
        --tw-text-opacity: 1;
        color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.dark\:hover\:ring-white\/20:hover:is(.dark *){
        --tw-ring-color: rgb(255 255 255 / 0.2);
}
.dark\:focus\:ring-danger-500:focus:is(.dark *){
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
.dark\:checked\:focus\:ring-danger-400\/50:focus:checked:is(.dark *){
        --tw-ring-color: rgb(248 113 113 / 0.5);
}
.dark\:focus-visible\:bg-white\/5:focus-visible:is(.dark *){
        background-color: rgb(255 255 255 / 0.05);
}
.dark\:focus-visible\:text-gray-300\/75:focus-visible:is(.dark *){
        color: rgb(209 213 219 / 0.75);
}
.dark\:focus-visible\:text-gray-400:focus-visible:is(.dark *){
        --tw-text-opacity: 1;
        color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.dark\:focus-visible\:ring-offset-gray-900:focus-visible:is(.dark *){
        --tw-ring-offset-color: #111827;
}
.dark\:disabled\:bg-transparent:disabled:is(.dark *){
        background-color: transparent;
}
.dark\:disabled\:text-gray-400:disabled:is(.dark *){
        --tw-text-opacity: 1;
        color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.dark\:disabled\:ring-white\/10:disabled:is(.dark *){
        --tw-ring-color: rgb(255 255 255 / 0.1);
}
.dark\:disabled\:\[-webkit-text-fill-color\:theme\(colors\.gray\.400\)\]:disabled:is(.dark *){
        -webkit-text-fill-color: #9ca3af;
}
.dark\:disabled\:placeholder\:\[-webkit-text-fill-color\:theme\(colors\.gray\.500\)\]:disabled:is(.dark *)::-moz-placeholder{
        -webkit-text-fill-color: #6b7280;
}
.dark\:disabled\:placeholder\:\[-webkit-text-fill-color\:theme\(colors\.gray\.500\)\]:disabled:is(.dark *)::placeholder{
        -webkit-text-fill-color: #6b7280;
}
.dark\:disabled\:checked\:bg-gray-600:checked:disabled:is(.dark *){
        --tw-bg-opacity: 1;
        background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.group\/button:hover .dark\:group-hover\/button\:text-gray-400:is(.dark *){
        --tw-text-opacity: 1;
        color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.group:hover .dark\:group-hover\:text-gray-200:is(.dark *){
        --tw-text-opacity: 1;
        color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.group:hover .dark\:group-hover\:text-gray-400:is(.dark *){
        --tw-text-opacity: 1;
        color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.group:focus-visible .dark\:group-focus-visible\:text-gray-200:is(.dark *){
        --tw-text-opacity: 1;
        color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.group:focus-visible .dark\:group-focus-visible\:text-gray-400:is(.dark *){
        --tw-text-opacity: 1;
        color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
@media not all and (min-width: 1280px){
        .max-xl\:order-1{
                order: 1;
        }
        .max-xl\:order-2{
                order: 2;
        }
        .max-xl\:order-3{
                order: 3;
        }
        .max-xl\:order-4{
                order: 4;
        }
        .max-xl\:hidden{
                display: none;
        }
}
@media not all and (min-width: 1024px){
        .max-lg\:hidden{
                display: none;
        }
}
@media not all and (min-width: 768px){
        .max-md\: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;
        }
        .max-md\:-right-8{
                right: -2rem;
        }
        .max-md\:order-1{
                order: 1;
        }
        .max-md\:order-2{
                order: 2;
        }
        .max-md\:order-3{
                order: 3;
        }
        .max-md\:order-4{
                order: 4;
        }
        .max-md\:order-5{
                order: 5;
        }
        .max-md\:order-6{
                order: 6;
        }
        .max-md\:col-span-2{
                grid-column: span 2 / span 2;
        }
        .max-md\:mb-8{
                margin-bottom: 2rem;
        }
        .max-md\:hidden{
                display: none;
        }
        .max-md\:h-\[300px\]{
                height: 300px;
        }
        .max-md\:items-center{
                align-items: center;
        }
        .max-md\:p-3{
                padding: 0.75rem;
        }
        .max-md\:\!pt-4{
                padding-top: 1rem !important;
        }
        .max-md\:pb-4{
                padding-bottom: 1rem;
        }
    .max-md\:spacing-container-x{
                padding-left: 1.25rem;
                padding-right: 1.25rem;
        }
    @media (min-width: 768px){
                .max-md\:spacing-container-x{
                        padding-left: 1.5rem;
                        padding-right: 1.5rem;
                }
        }
    @media (min-width: 1024px){
                .max-md\:spacing-container-x{
                        padding-left: 2rem;
                        padding-right: 2rem;
                }
        }
}
@media not all and (min-width: 640px){
        .max-sm\:hidden{
                display: none;
        }
        .group:hover .max-sm\:group-hover\:cursor-pointer{
                cursor: pointer;
        }
}
@media (min-width: 640px){
        .sm\:relative{
                position: relative;
        }
        .sm\:inset-x-auto{
                left: auto;
                right: auto;
        }
        .sm\:end-0{
                inset-inline-end: 0px;
        }
        .sm\:col-\[--col-span-sm\]{
                grid-column: var(--col-span-sm);
        }
        .sm\:col-span-2{
                grid-column: span 2 / span 2;
        }
        .sm\:col-span-3{
                grid-column: span 3 / span 3;
        }
        .sm\:col-start-\[--col-start-sm\]{
                grid-column-start: var(--col-start-sm);
        }
        .sm\:-mx-6{
                margin-left: -1.5rem;
                margin-right: -1.5rem;
        }
        .sm\:-my-2{
                margin-top: -0.5rem;
                margin-bottom: -0.5rem;
        }
        .sm\:-my-px{
                margin-top: -1px;
                margin-bottom: -1px;
        }
        .sm\:mb-12{
                margin-bottom: 3rem;
        }
        .sm\:ml-10{
                margin-left: 2.5rem;
        }
        .sm\:ml-6{
                margin-left: 1.5rem;
        }
        .sm\:ms-auto{
                margin-inline-start: auto;
        }
        .sm\:mt-16{
                margin-top: 4rem;
        }
        .sm\:mt-7{
                margin-top: 1.75rem;
        }
        .sm\:block{
                display: block;
        }
        .sm\:flex{
                display: flex;
        }
        .sm\:table-cell{
                display: table-cell;
        }
        .sm\:grid{
                display: grid;
        }
        .sm\:inline-grid{
                display: inline-grid;
        }
        .sm\:hidden{
                display: none;
        }
        .sm\:min-h-60{
                min-height: 15rem;
        }
        .sm\:w-1\/2{
                width: 50%;
        }
        .sm\:w-24{
                width: 6rem;
        }
        .sm\:w-\[calc\(100\%\+3rem\)\]{
                width: calc(100% + 3rem);
        }
        .sm\:w-screen{
                width: 100vw;
        }
        .sm\:max-w-\[calc\(50\%-32px\)\]{
                max-width: calc(50% - 32px);
        }
        .sm\:max-w-sm{
                max-width: 24rem;
        }
        .sm\:columns-\[--cols-sm\]{
                -moz-columns: var(--cols-sm);
                     columns: var(--cols-sm);
        }
        .sm\:grid-cols-2{
                grid-template-columns: repeat(2, minmax(0, 1fr));
        }
        .sm\:grid-cols-3{
                grid-template-columns: repeat(3, minmax(0, 1fr));
        }
        .sm\:grid-cols-5{
                grid-template-columns: repeat(5, minmax(0, 1fr));
        }
        .sm\:grid-cols-\[--cols-sm\]{
                grid-template-columns: var(--cols-sm);
        }
        .sm\:grid-cols-\[repeat\(auto-fit\2c minmax\(0\2c 1fr\)\)\]{
                grid-template-columns: repeat(auto-fit,minmax(0,1fr));
        }
        .sm\:grid-rows-1{
                grid-template-rows: repeat(1, minmax(0, 1fr));
        }
        .sm\:grid-rows-\[1fr_auto_3fr\]{
                grid-template-rows: 1fr auto 3fr;
        }
        .sm\:flex-row{
                flex-direction: row;
        }
        .sm\:flex-nowrap{
                flex-wrap: nowrap;
        }
        .sm\:items-start{
                align-items: flex-start;
        }
        .sm\:items-end{
                align-items: flex-end;
        }
        .sm\:items-center{
                align-items: center;
        }
        .sm\:justify-end{
                justify-content: flex-end;
        }
        .sm\:justify-between{
                justify-content: space-between;
        }
        .sm\:gap-1{
                gap: 0.25rem;
        }
        .sm\:gap-3{
                gap: 0.75rem;
        }
        .sm\:gap-x-4{
                -moz-column-gap: 1rem;
                     column-gap: 1rem;
        }
        .sm\:gap-x-8{
                -moz-column-gap: 2rem;
                     column-gap: 2rem;
        }
        .sm\:gap-y-6{
                row-gap: 1.5rem;
        }
        .sm\:rounded-xl{
                border-radius: 0.75rem;
        }
        .sm\:p-10{
                padding: 2.5rem;
        }
        .sm\:p-6{
                padding: 1.5rem;
        }
        .sm\:px-12{
                padding-left: 3rem;
                padding-right: 3rem;
        }
        .sm\:px-6{
                padding-left: 1.5rem;
                padding-right: 1.5rem;
        }
        .sm\:py-1\.5{
                padding-top: 0.375rem;
                padding-bottom: 0.375rem;
        }
        .sm\:py-20{
                padding-top: 5rem;
                padding-bottom: 5rem;
        }
        .sm\:pe-3{
                padding-inline-end: 0.75rem;
        }
        .sm\:pe-6{
                padding-inline-end: 1.5rem;
        }
        .sm\:ps-3{
                padding-inline-start: 0.75rem;
        }
        .sm\:ps-6{
                padding-inline-start: 1.5rem;
        }
        .sm\:pt-1\.5{
                padding-top: 0.375rem;
        }
        .sm\:text-left{
                text-align: left;
        }
        .sm\:text-2xl{
                font-size: 1.5rem;
                line-height: 2rem;
        }
        .sm\:text-3xl{
                font-size: 1.875rem;
                line-height: 2.25rem;
        }
        .sm\:text-sm{
                font-size: 0.875rem;
                line-height: 1.25rem;
        }
        .sm\:leading-6{
                line-height: 1.5rem;
        }
        .sm\:first-of-type\:ps-3:first-of-type{
                padding-inline-start: 0.75rem;
        }
        .sm\:first-of-type\:ps-6:first-of-type{
                padding-inline-start: 1.5rem;
        }
        .sm\:last-of-type\:pe-3:last-of-type{
                padding-inline-end: 0.75rem;
        }
        .sm\:last-of-type\:pe-6:last-of-type{
                padding-inline-end: 1.5rem;
        }
}
@media (min-width: 768px){
        .md\:-left-12{
                left: -3rem;
        }
        .md\:-top-12{
                top: -3rem;
        }
        .md\:bottom-4{
                bottom: 1rem;
        }
        .md\:right-8{
                right: 2rem;
        }
        .md\:top-8{
                top: 2rem;
        }
        .md\:order-first{
                order: -9999;
        }
        .md\:col-\[--col-span-md\]{
                grid-column: var(--col-span-md);
        }
        .md\:col-span-1{
                grid-column: span 1 / span 1;
        }
        .md\:col-span-2{
                grid-column: span 2 / span 2;
        }
        .md\:col-span-3{
                grid-column: span 3 / span 3;
        }
        .md\:col-start-\[--col-start-md\]{
                grid-column-start: var(--col-start-md);
        }
        .md\:-mt-24{
                margin-top: -6rem;
        }
        .md\:mb-16{
                margin-bottom: 4rem;
        }
        .md\:ml-\[128px\]{
                margin-left: 128px;
        }
        .md\:ml-\[256px\]{
                margin-left: 256px;
        }
        .md\:mt-16{
                margin-top: 4rem;
        }
        .md\:mt-20{
                margin-top: 5rem;
        }
        .md\:mt-4{
                margin-top: 1rem;
        }
        .md\:block{
                display: block;
        }
        .md\:flex{
                display: flex;
        }
        .md\:table-cell{
                display: table-cell;
        }
        .md\:inline-grid{
                display: inline-grid;
        }
        .md\:hidden{
                display: none;
        }
        .md\:aspect-\[3\/2\]{
                aspect-ratio: 3/2;
        }
        .md\:h-\[128px\]{
                height: 128px;
        }
        .md\:h-\[384px\]{
                height: 384px;
        }
        .md\:h-\[420px\]{
                height: 420px;
        }
        .md\:h-\[490px\]{
                height: 490px;
        }
        .md\:h-\[512px\]{
                height: 512px;
        }
        .md\:min-h-80{
                min-height: 20rem;
        }
        .md\:min-h-\[244px\]{
                min-height: 244px;
        }
        .md\:min-h-\[420px\]{
                min-height: 420px;
        }
        .md\:min-h-\[474px\]{
                min-height: 474px;
        }
        .md\:w-1\/2{
                width: 50%;
        }
        .md\:w-1\/3{
                width: 33.333333%;
        }
        .md\:w-10{
                width: 2.5rem;
        }
        .md\:w-2\/3{
                width: 66.666667%;
        }
        .md\:w-3\/4{
                width: 75%;
        }
        .md\:w-max{
                width: -moz-max-content;
                width: max-content;
        }
        .md\:max-w-60{
                max-width: 15rem;
        }
        .md\:max-w-\[80vw\]{
                max-width: 80vw;
        }
        .md\:max-w-\[calc\(50\%-32px\)\]{
                max-width: calc(50% - 32px);
        }
        .md\:columns-\[--cols-md\]{
                -moz-columns: var(--cols-md);
                     columns: var(--cols-md);
        }
        .md\:grid-flow-col{
                grid-auto-flow: column;
        }
        .md\:grid-cols-1{
                grid-template-columns: repeat(1, minmax(0, 1fr));
        }
        .md\:grid-cols-2{
                grid-template-columns: repeat(2, minmax(0, 1fr));
        }
        .md\:grid-cols-3{
                grid-template-columns: repeat(3, minmax(0, 1fr));
        }
        .md\:grid-cols-4{
                grid-template-columns: repeat(4, minmax(0, 1fr));
        }
        .md\:grid-cols-\[--cols-md\]{
                grid-template-columns: var(--cols-md);
        }
        .md\:grid-rows-2{
                grid-template-rows: repeat(2, minmax(0, 1fr));
        }
        .md\:flex-row{
                flex-direction: row;
        }
        .md\:flex-row-reverse{
                flex-direction: row-reverse;
        }
        .md\:items-start{
                align-items: flex-start;
        }
        .md\:items-end{
                align-items: flex-end;
        }
        .md\:items-center{
                align-items: center;
        }
        .md\:items-stretch{
                align-items: stretch;
        }
        .md\:justify-start{
                justify-content: flex-start;
        }
        .md\:justify-end{
                justify-content: flex-end;
        }
        .md\:justify-center{
                justify-content: center;
        }
        .md\:justify-between{
                justify-content: space-between;
        }
        .md\:gap-1{
                gap: 0.25rem;
        }
        .md\:gap-16{
                gap: 4rem;
        }
        .md\:gap-3{
                gap: 0.75rem;
        }
        .md\:gap-6{
                gap: 1.5rem;
        }
        .md\:gap-8{
                gap: 2rem;
        }
        .md\:gap-x-12{
                -moz-column-gap: 3rem;
                     column-gap: 3rem;
        }
        .md\:gap-x-8{
                -moz-column-gap: 2rem;
                     column-gap: 2rem;
        }
        .md\:gap-y-10{
                row-gap: 2.5rem;
        }
        .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
                --tw-divide-y-reverse: 0;
                border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
                border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
        }
        .md\:justify-self-end{
                justify-self: end;
        }
        .md\:justify-self-center{
                justify-self: center;
        }
        .md\:overflow-x-auto{
                overflow-x: auto;
        }
        .md\:rounded-xl{
                border-radius: 0.75rem;
        }
        .md\:bg-black{
                --tw-bg-opacity: 1;
                background-color: rgb(25 23 52 / var(--tw-bg-opacity, 1));
        }
        .md\:bg-secondary{
                --tw-bg-opacity: 1;
                background-color: rgb(11 194 157 / var(--tw-bg-opacity, 1));
        }
        .md\:bg-white{
                --tw-bg-opacity: 1;
                background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        }
        .md\:p-2{
                padding: 0.5rem;
        }
        .md\:p-20{
                padding: 5rem;
        }
        .md\:p-6{
                padding: 1.5rem;
        }
        .md\:p-8{
                padding: 2rem;
        }
        .md\:px-10{
                padding-left: 2.5rem;
                padding-right: 2.5rem;
        }
        .md\:px-6{
                padding-left: 1.5rem;
                padding-right: 1.5rem;
        }
        .md\:px-7{
                padding-left: 1.75rem;
                padding-right: 1.75rem;
        }
        .md\:px-8{
                padding-left: 2rem;
                padding-right: 2rem;
        }
        .md\:px-9{
                padding-left: 2.25rem;
                padding-right: 2.25rem;
        }
        .md\:py-10{
                padding-top: 2.5rem;
                padding-bottom: 2.5rem;
        }
        .md\:py-2{
                padding-top: 0.5rem;
                padding-bottom: 0.5rem;
        }
        .md\:py-4{
                padding-top: 1rem;
                padding-bottom: 1rem;
        }
        .md\:py-5{
                padding-top: 1.25rem;
                padding-bottom: 1.25rem;
        }
        .md\:py-6{
                padding-top: 1.5rem;
                padding-bottom: 1.5rem;
        }
        .md\:\!pt-12{
                padding-top: 3rem !important;
        }
        .md\:pb-32{
                padding-bottom: 8rem;
        }
        .md\:pe-6{
                padding-inline-end: 1.5rem;
        }
        .md\:pr-12{
                padding-right: 3rem;
        }
        .md\:ps-3{
                padding-inline-start: 0.75rem;
        }
        .md\:pt-1{
                padding-top: 0.25rem;
        }
        .md\:pt-10{
                padding-top: 2.5rem;
        }
        .md\:pt-32{
                padding-top: 8rem;
        }
        .md\:text-left{
                text-align: left;
        }
        .md\:text-center{
                text-align: center;
        }
        .md\:text-2xl{
                font-size: 1.5rem;
                line-height: 2rem;
        }
        .md\:text-3xl{
                font-size: 1.875rem;
                line-height: 2.25rem;
        }
        .md\:text-4xl{
                font-size: 2.25rem;
                line-height: 2.5rem;
        }
        .md\:text-xl{
                font-size: 1.25rem;
                line-height: 1.75rem;
        }
        .md\:text-black{
                --tw-text-opacity: 1;
                color: rgb(25 23 52 / var(--tw-text-opacity, 1));
        }
        .md\:text-white{
                --tw-text-opacity: 1;
                color: rgb(255 255 255 / var(--tw-text-opacity, 1));
        }
    .md\:spacing-container-x{
                padding-left: 1.25rem;
                padding-right: 1.25rem;
        }
    @media (min-width: 768px){
                .md\:spacing-container-x{
                        padding-left: 1.5rem;
                        padding-right: 1.5rem;
                }
        }
    @media (min-width: 1024px){
                .md\:spacing-container-x{
                        padding-left: 2rem;
                        padding-right: 2rem;
                }
        }

    .md\:rounded-4xl {
        border-radius: 2rem; /* 32px */
    }

    .md\:w-74 {
        width: 18.5rem; /* 296px */
    }
    .md\:min-w-74 {
        min-width: 18.5rem; /* 296px */
    }
}
@media (min-width: 1024px){
        .lg\:sticky{
                position: sticky;
        }
        .lg\:-left-14{
                left: -3.5rem;
        }
        .lg\:-top-16{
                top: -4rem;
        }
        .lg\:z-0{
                z-index: 0;
        }
        .lg\:col-\[--col-span-lg\]{
                grid-column: var(--col-span-lg);
        }
        .lg\:col-span-3{
                grid-column: span 3 / span 3;
        }
        .lg\:col-span-4{
                grid-column: span 4 / span 4;
        }
        .lg\:col-start-\[--col-start-lg\]{
                grid-column-start: var(--col-start-lg);
        }
        .lg\:mx-10{
                margin-left: 2.5rem;
                margin-right: 2.5rem;
        }
        .lg\:mx-16{
                margin-left: 4rem;
                margin-right: 4rem;
        }
        .lg\:my-10{
                margin-top: 2.5rem;
                margin-bottom: 2.5rem;
        }
        .lg\:my-16{
                margin-top: 4rem;
                margin-bottom: 4rem;
        }
        .lg\:block{
                display: block;
        }
        .lg\:flex{
                display: flex;
        }
        .lg\:table-cell{
                display: table-cell;
        }
        .lg\:inline-grid{
                display: inline-grid;
        }
        .lg\:hidden{
                display: none;
        }
        .lg\:h-full{
                height: 100%;
        }
        .lg\:w-1\/3{
                width: 33.333333%;
        }
        .lg\:w-1\/4{
                width: 25%;
        }
        .lg\:w-40{
                width: 10rem;
        }
        .lg\:max-w-\[842px\]{
                max-width: 842px;
        }
        .lg\:max-w-xs{
                max-width: 20rem;
        }
        .lg\:-translate-x-full{
                --tw-translate-x: -100%;
                transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        }
        .lg\:translate-x-0{
                --tw-translate-x: 0px;
                transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        }
        .lg\:columns-\[--cols-lg\]{
                -moz-columns: var(--cols-lg);
                     columns: var(--cols-lg);
        }
        .lg\:grid-cols-3{
                grid-template-columns: repeat(3, minmax(0, 1fr));
        }
        .lg\:grid-cols-6{
                grid-template-columns: repeat(6, minmax(0, 1fr));
        }
        .lg\:grid-cols-\[--cols-lg\]{
                grid-template-columns: var(--cols-lg);
        }
        .lg\:flex-row{
                flex-direction: row;
        }
        .lg\:items-start{
                align-items: flex-start;
        }
        .lg\:items-end{
                align-items: flex-end;
        }
        .lg\:items-center{
                align-items: center;
        }
        .lg\:gap-1{
                gap: 0.25rem;
        }
        .lg\:gap-3{
                gap: 0.75rem;
        }
        .lg\:gap-x-16{
                -moz-column-gap: 4rem;
                     column-gap: 4rem;
        }
        .lg\:bg-transparent{
                background-color: transparent;
        }
        .lg\:px-10{
                padding-left: 2.5rem;
                padding-right: 2.5rem;
        }
        .lg\:px-8{
                padding-left: 2rem;
                padding-right: 2rem;
        }
        .lg\:py-9{
                padding-top: 2.25rem;
                padding-bottom: 2.25rem;
        }
        .lg\:pe-8{
                padding-inline-end: 2rem;
        }
        .lg\:text-5xl{
                font-size: 3rem;
                line-height: 1;
        }
        .lg\:shadow-none{
                --tw-shadow: 0 0 #0000;
                --tw-shadow-colored: 0 0 #0000;
                box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        }
        .lg\: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);
        }
        .lg\:ring-0{
                --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(0px + 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);
        }
        .lg\:transition{
                transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
                transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                transition-duration: 150ms;
        }
        .lg\:transition-none{
                transition-property: none;
        }
        .lg\:delay-100{
                transition-delay: 100ms;
        }
        .dark\:lg\:bg-transparent:is(.dark *){
                background-color: transparent;
        }
}
@media (min-width: 1280px){
        .xl\:col-\[--col-span-xl\]{
                grid-column: var(--col-span-xl);
        }
        .xl\:col-start-\[--col-start-xl\]{
                grid-column-start: var(--col-start-xl);
        }
        .xl\:block{
                display: block;
        }
        .xl\:table-cell{
                display: table-cell;
        }
        .xl\:inline-grid{
                display: inline-grid;
        }
        .xl\:hidden{
                display: none;
        }
        .xl\:columns-\[--cols-xl\]{
                -moz-columns: var(--cols-xl);
                     columns: var(--cols-xl);
        }
        .xl\:grid-cols-4{
                grid-template-columns: repeat(4, minmax(0, 1fr));
        }
        .xl\:grid-cols-\[--cols-xl\]{
                grid-template-columns: var(--cols-xl);
        }
        .xl\:flex-row{
                flex-direction: row;
        }
        .xl\:items-start{
                align-items: flex-start;
        }
        .xl\:items-end{
                align-items: flex-end;
        }
        .xl\:items-center{
                align-items: center;
        }
        .xl\:gap-1{
                gap: 0.25rem;
        }
        .xl\:gap-14{
                gap: 3.5rem;
        }
        .xl\:gap-3{
                gap: 0.75rem;
        }
        .xl\:gap-x-20{
                -moz-column-gap: 5rem;
                     column-gap: 5rem;
        }
}
@media (min-width: 1536px){
        .\32xl\:col-\[--col-span-2xl\]{
                grid-column: var(--col-span-2xl);
        }
        .\32xl\:col-start-\[--col-start-2xl\]{
                grid-column-start: var(--col-start-2xl);
        }
        .\32xl\:block{
                display: block;
        }
        .\32xl\:table-cell{
                display: table-cell;
        }
        .\32xl\:inline-grid{
                display: inline-grid;
        }
        .\32xl\:hidden{
                display: none;
        }
        .\32xl\:columns-\[--cols-2xl\]{
                -moz-columns: var(--cols-2xl);
                     columns: var(--cols-2xl);
        }
        .\32xl\:grid-cols-\[--cols-2xl\]{
                grid-template-columns: var(--cols-2xl);
        }
        .\32xl\:flex-row{
                flex-direction: row;
        }
        .\32xl\:items-start{
                align-items: flex-start;
        }
        .\32xl\:items-end{
                align-items: flex-end;
        }
        .\32xl\:items-center{
                align-items: center;
        }
        .\32xl\:gap-1{
                gap: 0.25rem;
        }
        .\32xl\:gap-3{
                gap: 0.75rem;
        }
}
.ltr\:hidden:where([dir="ltr"], [dir="ltr"] *){
        display: none;
}
.rtl\:hidden:where([dir="rtl"], [dir="rtl"] *){
        display: none;
}
.rtl\:-translate-x-0:where([dir="rtl"], [dir="rtl"] *){
        --tw-translate-x: -0px;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rtl\:-translate-x-5:where([dir="rtl"], [dir="rtl"] *){
        --tw-translate-x: -1.25rem;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rtl\:-translate-x-full:where([dir="rtl"], [dir="rtl"] *){
        --tw-translate-x: -100%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rtl\:translate-x-1\/2:where([dir="rtl"], [dir="rtl"] *){
        --tw-translate-x: 50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rtl\:translate-x-1\/4:where([dir="rtl"], [dir="rtl"] *){
        --tw-translate-x: 25%;
        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));
}
.rtl\:translate-x-full:where([dir="rtl"], [dir="rtl"] *){
        --tw-translate-x: 100%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rtl\:rotate-180:where([dir="rtl"], [dir="rtl"] *){
        --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));
}
.rtl\:flex-row-reverse:where([dir="rtl"], [dir="rtl"] *){
        flex-direction: row-reverse;
}
.rtl\:divide-x-reverse:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){
        --tw-divide-x-reverse: 1;
}
@media (min-width: 1024px){
        .rtl\:lg\:-translate-x-0:where([dir="rtl"], [dir="rtl"] *){
                --tw-translate-x: -0px;
                transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        }
        .rtl\:lg\:translate-x-full:where([dir="rtl"], [dir="rtl"] *){
                --tw-translate-x: 100%;
                transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        }
}
.\[\&\.trix-active\]\:bg-gray-50.trix-active{
        --tw-bg-opacity: 1;
        background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.dark\:\[\&\.trix-active\]\:bg-white\/5.trix-active:is(.dark *){
        background-color: rgb(255 255 255 / 0.05);
}
.\[\&\:\:-ms-reveal\]\:hidden::-ms-reveal{
        display: none;
}
.\[\&\:not\(\:first-of-type\)\]\:border-s:not(:first-of-type){
        border-inline-start-width: 1px;
}
.\[\&\:not\(\:has\(\.fi-ac-action\:focus\)\)\]\:focus-within\:ring-2:focus-within:not(:has(.fi-ac-action: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);
}
.\[\&\:not\(\:has\(\.fi-ac-action\:focus\)\)\]\:focus-within\:ring-danger-600:focus-within:not(:has(.fi-ac-action:focus)){
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.dark\:\[\&\:not\(\:has\(\.fi-ac-action\:focus\)\)\]\:focus-within\:ring-danger-500:focus-within:not(:has(.fi-ac-action:focus)):is(.dark *){
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
.\[\&\:not\(\:last-of-type\)\]\:border-e:not(:last-of-type){
        border-inline-end-width: 1px;
}
.\[\&\:not\(\:nth-child\(1_of_\.fi-btn\)\)\]\:shadow-\[-1px_0_0_0_theme\(colors\.gray\.200\)\]:not(:nth-child(1 of .fi-btn)){
        --tw-shadow: -1px 0 0 0 #e5e7eb;
        --tw-shadow-colored: -1px 0 0 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);
}
.dark\:\[\&\:not\(\:nth-child\(1_of_\.fi-btn\)\)\]\:shadow-\[-1px_0_0_0_theme\(colors\.white\/20\%\)\]:not(:nth-child(1 of .fi-btn)):is(.dark *){
        --tw-shadow: -1px 0 0 0 rgb(255 255 255 / 20%);
        --tw-shadow-colored: -1px 0 0 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);
}
.\[\&\:not\(\:nth-last-child\(1_of_\.fi-btn\)\)\]\:me-px:not(:nth-last-child(1 of .fi-btn)){
        margin-inline-end: 1px;
}
.\[\&\:nth-child\(1_of_\.fi-btn\)\]\:rounded-s-lg:nth-child(1 of .fi-btn){
        border-start-start-radius: 0.5rem;
        border-end-start-radius: 0.5rem;
}
.\[\&\:nth-last-child\(1_of_\.fi-btn\)\]\:rounded-e-lg:nth-last-child(1 of .fi-btn){
        border-start-end-radius: 0.5rem;
        border-end-end-radius: 0.5rem;
}
.\[\&\>\*\:first-child\]\:relative>*:first-child{
        position: relative;
}
.\[\&\>\*\:first-child\]\:mt-0>*:first-child{
        margin-top: 0px;
}
.\[\&\>\*\:first-child\]\:before\:absolute>*:first-child::before{
        content: var(--tw-content);
        position: absolute;
}
.\[\&\>\*\:first-child\]\:before\:inset-y-0>*:first-child::before{
        content: var(--tw-content);
        top: 0px;
        bottom: 0px;
}
.\[\&\>\*\:first-child\]\:before\:start-0>*:first-child::before{
        content: var(--tw-content);
        inset-inline-start: 0px;
}
.\[\&\>\*\:first-child\]\:before\:w-0\.5>*:first-child::before{
        content: var(--tw-content);
        width: 0.125rem;
}
.\[\&\>\*\:last-child\]\:mb-0>*:last-child{
        margin-bottom: 0px;
}
.\[\&\>a\]\:hover\:text-black:hover>a{
        --tw-text-opacity: 1;
        color: rgb(25 23 52 / var(--tw-text-opacity, 1));
}
.\[\&\>img\]\:h-full>img{
        height: 100%;
}
.\[\&\>img\]\:w-full>img{
        width: 100%;
}
.\[\&\>img\]\:object-cover>img{
        -o-object-fit: cover;
           object-fit: cover;
}
.\[\&\>img\]\:object-center>img{
        -o-object-position: center;
           object-position: center;
}
.\[\&\>p\]\:mt-3>p{
        margin-top: 0.75rem;
}
.\[\&\>svg\]\:h-12>svg{
        height: 3rem;
}
.\[\&\>svg\]\:h-4>svg{
        height: 1rem;
}
.\[\&\>svg\]\:h-5>svg{
        height: 1.25rem;
}
.\[\&\>svg\]\:h-6>svg{
        height: 1.5rem;
}
.\[\&\>svg\]\:h-9>svg{
        height: 2.25rem;
}
.\[\&\>svg\]\:h-\[72px\]>svg{
        height: 72px;
}
.\[\&\>svg\]\:h-full>svg{
        height: 100%;
}
.\[\&\>svg\]\:w-auto>svg{
        width: auto;
}
.\[\&\>svg\]\:w-full>svg{
        width: 100%;
}
.\[\&\>svg\]\:\!fill-none>svg{
        fill: none !important;
}
.\[\&\>svg\]\:fill-black-white25>svg{
        fill: #535167;
}
.\[\&\>svg\]\:fill-black\/70>svg{
        fill: rgb(25 23 52 / 0.7);
}
.\[\&\>svg\]\:stroke-black>svg{
        stroke: #191734;
}
.\[\&\>svg\]\:stroke-white>svg{
        stroke: #FFFFFF;
}
.\[\&\>svg\]\:h-4\.5>svg {
        height: 1.125rem; /* 18px */
    }
.\[\&\>svg\]\:hover\:fill-black:hover>svg{
        fill: #191734;
}
.group:hover .group-hover\:\[\&\>svg\]\:fill-black>svg{
        fill: #191734;
}
.group:hover .group-hover\:\[\&\>svg\]\:fill-primary>svg{
        fill: #ED2C6C;
}
.group:hover .group-hover\:\[\&\>svg\]\:fill-secondary>svg{
        fill: #0BC29D;
}
@media (min-width: 768px){
        .md\:\[\&\>svg\]\:h-\[50px\]>svg{
                height: 50px;
        }
        .md\:\[\&\>svg\]\:h-\[70px\]>svg{
                height: 70px;
        }
        .md\:\[\&\>svg\]\:h-\[90px\]>svg{
                height: 90px;
        }
}
.\[\&\>ul\>li\.fi-collapsed\>\.fi-fo-builder-item-header\]\:rounded-b-xl>ul>li.fi-collapsed>.fi-fo-builder-item-header{
        border-bottom-right-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
}
.\[\&\>ul\>li\>\.fi-fo-builder-item-header\]\:rounded-t-xl>ul>li>.fi-fo-builder-item-header{
        border-top-left-radius: 0.75rem;
        border-top-right-radius: 0.75rem;
}
.\[\&\>ul\>li\>\.fi-fo-builder-item-header\]\:bg-gray-100>ul>li>.fi-fo-builder-item-header{
        --tw-bg-opacity: 1;
        background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.\[\&\>ul\>li\]\:bg-gray-50>ul>li{
        --tw-bg-opacity: 1;
        background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.\[\&\>ul\]\:space-y-6>ul > :not([hidden]) ~ :not([hidden]){
        --tw-space-y-reverse: 0;
        margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.\[\&_\.choices\\_\\_inner\]\:ps-0 .choices__inner{
        padding-inline-start: 0px;
}
.\[\&_\.fi-badge-delete-button\]\:hidden .fi-badge-delete-button{
        display: none;
}
.\[\&_a\:hover\]\:text-green-dark a:hover{
        --tw-text-opacity: 1;
        color: rgb(13 67 53 / var(--tw-text-opacity, 1));
}
.\[\&_a\]\:text-secondary a{
        --tw-text-opacity: 1;
        color: rgb(11 194 157 / var(--tw-text-opacity, 1));
}
.\[\&_a\]\:underline a{
        text-decoration-line: underline;
}
.hover\:\[\&_a\]\:no-underline a:hover{
        text-decoration-line: none;
}
.\[\&_h4\]\:mb-2 h4{
        margin-bottom: 0.5rem;
}
.\[\&_h4\]\:mt-8 h4{
        margin-top: 2rem;
}
.\[\&_optgroup\]\:bg-white optgroup{
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.\[\&_optgroup\]\:dark\:bg-gray-900:is(.dark *) optgroup{
        --tw-bg-opacity: 1;
        background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.\[\&_option\]\:bg-white option{
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.\[\&_option\]\:dark\:bg-gray-900:is(.dark *) option{
        --tw-bg-opacity: 1;
        background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
:checked+*>.\[\:checked\+\*\>\&\]\:text-white{
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media(hover:hover){
        .\[\@media\(hover\:hover\)\]\:transition{
                transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
                transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                transition-duration: 150ms;
        }
        .\[\@media\(hover\:hover\)\]\:duration-75{
                transition-duration: 75ms;
        }
}
input:checked+.\[input\:checked\+\&\]\:bg-gray-400{
        --tw-bg-opacity: 1;
        background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
input:checked+.\[input\:checked\+\&\]\:text-white{
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
input:checked+.\[input\:checked\+\&\]\:ring-0{
        --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(0px + 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);
}
input:checked+.\[input\:checked\+\&\]\:hover\:bg-gray-300:hover{
        --tw-bg-opacity: 1;
        background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
input:checked+.dark\:\[input\:checked\+\&\]\:bg-gray-600:is(.dark *){
        --tw-bg-opacity: 1;
        background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
input:checked+.dark\:\[input\:checked\+\&\]\:hover\:bg-gray-500:hover:is(.dark *){
        --tw-bg-opacity: 1;
        background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
input:focus-visible+.\[input\:focus-visible\+\&\]\:z-10{
        z-index: 10;
}
input:focus-visible+.\[input\:focus-visible\+\&\]\:ring-2{
        --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);
}
input:focus-visible+.\[input\:focus-visible\+\&\]\:ring-gray-950\/10{
        --tw-ring-color: rgb(3 7 18 / 0.1);
}
input:focus-visible+.dark\:\[input\:focus-visible\+\&\]\:ring-white\/20:is(.dark *){
        --tw-ring-color: rgb(255 255 255 / 0.2);
}

/*# sourceMappingURL=index.css.map */