.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 100%) {
    .container {
        max-width: 100%;
    }
}
@media (min-width: 608px) {
    .container {
        max-width: 608px;
    }
}
@media (min-width: 800px) {
    .container {
        max-width: 800px;
    }
}
@media (min-width: 1088px) {
    .container {
        max-width: 1088px;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
        padding-right: 0rem;
        padding-left: 0rem;
    }
}
.tailwind .prose {
    color: #E0E0E0;
    line-height: 24px;
    font-size: 16px;
}
.tailwind .prose :where(p):not(:where([class~="not-tailwind .prose"],[class~="not-tailwind .prose"] *)) {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 24px;
}
.tailwind .prose-sm {
    line-height: 22px;
    font-size: 14px;
}
.tailwind .prose-sm :where(p):not(:where([class~="not-tailwind .prose"],[class~="not-tailwind .prose"] *)) {
    line-height: 22px;
    font-size: 14px;
    margin-bottm: 22px;
}
.tailwind .prose-lg {
    line-height: 27px;
    font-size: 18px;
}
.tailwind .prose-lg :where(p):not(:where([class~="not-tailwind .prose"],[class~="not-tailwind .prose"] *)) {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 27px;
}
  .tailwind {
    /**
    * Buttons
    */
    /**
    * Images
    */
  }
  .tailwind :is( .btn) {
    display: flex;
    height: 3rem;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    border-style: solid;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.125rem;
    text-align: center;
    font-family: Simplon BP, sans-serif;
}
  .tailwind :is( .btn-white) {
    display: flex;
    height: 3rem;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(250 250 250 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity));
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.125rem;
    text-align: center;
    font-family: Simplon BP, sans-serif;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
  .tailwind :is( .btn-white:hover) {
    --tw-bg-opacity: 1;
    background-color: rgb(224 224 224 / var(--tw-bg-opacity));
    text-decoration-line: none;
    opacity: 1;
}
  .tailwind :is( .btn-white svg) {
    margin-top: -0.125rem;
}
  .tailwind :is( .btn-blue) {
    display: flex;
    height: 3rem;
    align-items: center;
    justify-content: center;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(32 117 206 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(32 117 206 / var(--tw-bg-opacity));
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.125rem;
    text-align: center;
    font-family: Simplon BP, sans-serif;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
  .tailwind :is( .btn-blue:hover) {
    text-decoration-line: none;
    opacity: 0.9;
}
  .tailwind :is( .btn-blue svg) {
    margin-top: -0.125rem;
}
  .tailwind :is( .btn-blue--loading) {
    display: flex;
    height: 3rem;
    align-items: center;
    justify-content: center;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(32 117 206 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(32 117 206 / var(--tw-bg-opacity));
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.125rem;
    text-align: center;
    font-family: Simplon BP, sans-serif;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(32 117 206 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
  .tailwind :is( .btn-blue--loading:hover) {
    --tw-bg-opacity: 1;
    background-color: rgb(32 117 206 / var(--tw-bg-opacity));
    text-decoration-line: none;
    opacity: 1;
}
  .tailwind :is( .btn-blue--loading svg) {
    margin-top: -0.125rem;
}
  .tailwind :is( .btn-blue-outline) {
    display: flex;
    height: 3rem;
    align-items: center;
    justify-content: center;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(32 117 206 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.125rem;
    text-align: center;
    font-family: Simplon BP, sans-serif;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(32 117 206 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
  .tailwind :is( .btn-blue-outline:hover) {
    --tw-bg-opacity: 1;
    background-color: rgb(32 117 206 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    text-decoration-line: none;
    opacity: 1;
}
  .tailwind :is( .btn-blue-outline svg) {
    margin-top: -0.125rem;
}
  .tailwind :is( .btn-transparent) {
    display: flex;
    height: 3rem;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(250 250 250 / var(--tw-border-opacity));
    background-color: #00000000;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.125rem;
    text-align: center;
    font-family: Simplon BP, sans-serif;
    --tw-text-opacity: 1;
    color: rgb(250 250 250 / var(--tw-text-opacity));
}
  .tailwind :is( .btn-transparent:hover) {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
    text-decoration-line: none;
    opacity: 1;
}
  .tailwind :is( .btn-transparent svg) {
    margin-top: -0.125rem;
}
  .tailwind :is( .btn-loading) {
    position: relative;
}
  .tailwind :is( .btn-loading)::before {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2rem;
    width: 2rem;
    --tw-translate-x: -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));
    background-image: url("../img/icons/icon-loader-animated.svg");
    background-size: contain;
    opacity: 0;
    content: var(--tw-content);
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
  .tailwind :is(.group-loadable[data-group-loading]  .btn-loading)::before {
    content: var(--tw-content);
    opacity: 1;
}
  .tailwind :is( .btn-loading svg) {
    margin-top: -0.125rem;
}
  .tailwind :is( .btn-loading-white) {
    position: relative;
}
  .tailwind :is( .btn-loading-white)::before {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2rem;
    width: 2rem;
    --tw-translate-x: -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));
    background-image: url("../img/icons/icon-loader-animated-blue.svg");
    background-size: contain;
    opacity: 0;
    content: var(--tw-content);
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
  .tailwind :is(.group-loadable[data-group-loading]  .btn-loading-white)::before {
    content: var(--tw-content);
    opacity: 1;
}
  .tailwind :is( .btn-loading-white svg) {
    margin-top: -0.125rem;
}
  .tailwind :is( .group-loadable[data-group-loading=true] .btn-loading),:is(
  .tailwind .group-loadable[data-group-loading=true] .btn-loading-white) {
    pointer-events: none;
}
  .tailwind .group-loadable[data-group-loading=true] .btn-loading span,
  .tailwind .group-loadable[data-group-loading=true] .btn-loading-white span {
    opacity: 0;
  }
  .tailwind :is( .search-input) {
    display: flex;
    height: 3rem;
    width: 100%;
    align-items: center;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(250 250 250 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(34 34 34 / var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.25rem;
    font-family: Simplon BP, sans-serif;
    --tw-text-opacity: 1;
    color: rgb(237 237 237 / var(--tw-text-opacity));
}
  .tailwind :is( .search-input)::-moz-placeholder {
    font-family: Simplon BP, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    --tw-text-opacity: 1;
    color: rgb(237 237 237 / var(--tw-text-opacity));
}
  .tailwind :is( .search-input)::placeholder {
    font-family: Simplon BP, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    --tw-text-opacity: 1;
    color: rgb(237 237 237 / var(--tw-text-opacity));
}
  .tailwind :is( .search-input:focus) {
    outline-style: double;
    outline-width: 1px;
    outline-offset: 1px;
    outline-color: #2075CE;
}
  .tailwind :is( .search-input-with-button) {
    position: relative;
}
  .tailwind :is( .search-input-with-button button) {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
}
  .tailwind :is( .search-input-with-button button:focus) {
    outline-style: double;
    outline-width: 1px;
    outline-offset: 1px;
    outline-color: #2075CE;
}
  @media (min-width: 608px) {
    .tailwind :is( .search-input-with-button button) {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
  .tailwind :is( .search-input-with-button button span) {
    display: none;
}
  @media (min-width: 608px) {
    .tailwind :is( .search-input-with-button button span) {
        display: block;
    }
    .tailwind :is( .search-input-with-button button svg) {
        display: none;
    }
}
  .tailwind :is( .input-field) {
    position: relative;
}
  .tailwind :is( .input-field input) {
    display: flex;
    height: 3rem;
    width: 100%;
    align-items: center;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(250 250 250 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(34 34 34 / var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.25rem;
    font-family: Simplon BP, sans-serif;
    --tw-text-opacity: 1;
    color: rgb(237 237 237 / var(--tw-text-opacity));
}
  .tailwind :is( .input-field input)::-moz-placeholder {
    font-family: Simplon BP, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    --tw-text-opacity: 1;
    color: rgb(237 237 237 / var(--tw-text-opacity));
}
  .tailwind :is( .input-field input)::placeholder {
    font-family: Simplon BP, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    --tw-text-opacity: 1;
    color: rgb(237 237 237 / var(--tw-text-opacity));
}
  .tailwind :is( .input-field input:focus) {
    outline-style: double;
    outline-width: 1px;
    outline-offset: 1px;
    outline-color: #2075CE;
}
  .tailwind :is( .input-field button) {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
}
  .tailwind :is( .input-field button:focus) {
    outline-style: double;
    outline-width: 1px;
    outline-offset: 1px;
    outline-color: #2075CE;
}
  @media (min-width: 608px) {
    .tailwind :is( .input-field button) {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
  .tailwind :is( .input-field button.show-mobile span) {
    display: block;
}
  .tailwind :is( .input-field button.show-mobile svg) {
    margin-left: 0.75rem;
}
  .tailwind :is( .input-field button span) {
    display: none;
}
  @media (min-width: 608px) {
    .tailwind :is( .input-field button span) {
        display: block;
    }
}
  .tailwind :is( .input-field button svg) {
    display: block;
}
  @media (min-width: 608px) {
    .tailwind :is( .input-field button svg) {
        margin-left: 0.75rem;
    }
}
  .tailwind .input-select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .tailwind :is( .play-button) {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1.5rem;
    width: 1.5rem;
    --tw-translate-y: -50%;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    background-image: url("../img/icons/icon-play-black.svg");
    background-size: contain;
}
  .tailwind :is(.group:hover  .play-button) {
    background-image: url("../img/icons/icon-play-white.svg");
}
  .tailwind :is( .link) {
    font-family: Simplon BP, sans-serif;
    font-size: 16px;
    line-height: 24px;
    --tw-text-opacity: 1;
    color: rgb(152 152 152 / var(--tw-text-opacity));
    text-decoration-line: underline;
}
  .tailwind :is( .link:hover) {
    --tw-text-opacity: 1;
    color: rgb(224 224 224 / var(--tw-text-opacity));
}
  .tailwind :is( .link-bright) {
    font-family: Simplon BP, sans-serif;
    font-size: 16px;
    line-height: 24px;
    --tw-text-opacity: 1;
    color: rgb(224 224 224 / var(--tw-text-opacity));
    text-decoration-line: underline;
}
  .tailwind :is( .link-bright:hover) {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .tailwind :is( .image-cover) {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
  .tailwind :is( .image-contain) {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
  .tailwind :is( .filter-active) {
    --tw-border-opacity: 1 !important;
    border-color: rgb(32 117 206 / var(--tw-border-opacity)) !important;
}
  .tailwind .filter-active {
    background: rgba(32, 117, 206, 0.12);
  }
  .tailwind :is( .filter-active button) {
    --tw-text-opacity: 1;
    color: rgb(32 117 206 / var(--tw-text-opacity));
}
  .tailwind :is( .filter-active svg.icon-arrow-filled) {
    fill: #2075CE;
}
  .modal-terms-text a {
    --tw-text-opacity: 1 !important;
    color: rgb(32 117 206 / var(--tw-text-opacity)) !important;
    text-decoration-line: underline !important;
}
.tailwind :is(.pointer-events-none) {
    pointer-events: none;
}
.tailwind :is(.visible) {
    visibility: visible;
}
.tailwind :is(.fixed) {
    position: fixed;
}
.tailwind :is(.absolute) {
    position: absolute;
}
.tailwind :is(.relative) {
    position: relative;
}
.tailwind :is(.-left-px) {
    left: -1px;
}
.tailwind :is(.-right-1) {
    right: -0.25rem;
}
.tailwind :is(.-right-1\.5) {
    right: -0.375rem;
}
.tailwind :is(.-right-px) {
    right: -1px;
}
.tailwind :is(.-top-0) {
    top: -0px;
}
.tailwind :is(.-top-0\.5) {
    top: -0.125rem;
}
.tailwind :is(.-top-20) {
    top: -5rem;
}
.tailwind :is(.-top-8) {
    top: -2rem;
}
.tailwind :is(.-top-px) {
    top: -1px;
}
.tailwind :is(.bottom-0) {
    bottom: 0px;
}
.tailwind :is(.bottom-6) {
    bottom: 1.5rem;
}
.tailwind :is(.bottom-7) {
    bottom: 1.75rem;
}
.tailwind :is(.left-0) {
    left: 0px;
}
.tailwind :is(.left-4) {
    left: 1rem;
}
.tailwind :is(.left-7) {
    left: 1.75rem;
}
.tailwind :is(.right-0) {
    right: 0px;
}
.tailwind :is(.right-1) {
    right: 0.25rem;
}
.tailwind :is(.right-3) {
    right: 0.75rem;
}
.tailwind :is(.right-4) {
    right: 1rem;
}
.tailwind :is(.right-7) {
    right: 1.75rem;
}
.tailwind :is(.top-0) {
    top: 0px;
}
.tailwind :is(.top-0\.5) {
    top: 0.125rem;
}
.tailwind :is(.top-1\/2) {
    top: 50%;
}
.tailwind :is(.top-3) {
    top: 0.75rem;
}
.tailwind :is(.top-\[63px\]) {
    top: 63px;
}
.tailwind :is(.-z-10) {
    z-index: -10;
}
.tailwind :is(.-z-\[1\]) {
    z-index: -1;
}
.tailwind :is(.z-10) {
    z-index: 10;
}
.tailwind :is(.z-1000) {
    z-index: 1000;
}
.tailwind :is(.z-1001) {
    z-index: 1001;
}
.tailwind :is(.z-1002) {
    z-index: 1002;
}
.tailwind :is(.z-1003) {
    z-index: 1003;
}
.tailwind :is(.z-20) {
    z-index: 20;
}
.tailwind :is(.z-30) {
    z-index: 30;
}
.tailwind :is(.z-\[2\]) {
    z-index: 2;
}
.tailwind :is(.col-span-1) {
    grid-column: span 1 / span 1;
}
.tailwind :is(.-mx-2) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.tailwind :is(.-mx-2\.5) {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}
.tailwind :is(.-mx-4) {
    margin-left: -1rem;
    margin-right: -1rem;
}
.tailwind :is(.mx-3) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}
.tailwind :is(.mx-auto) {
    margin-left: auto;
    margin-right: auto;
}
.tailwind :is(.my-12) {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.tailwind :is(.my-20) {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.tailwind :is(.my-32) {
    margin-top: 8rem;
    margin-bottom: 8rem;
}
.tailwind :is(.my-8) {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.tailwind :is(.my-auto) {
    margin-top: auto;
    margin-bottom: auto;
}
.tailwind :is(.-mb-1) {
    margin-bottom: -0.25rem;
}
.tailwind :is(.-mr-2) {
    margin-right: -0.5rem;
}
.tailwind :is(.-mt-1) {
    margin-top: -0.25rem;
}
.tailwind :is(.-mt-\[1px\]) {
    margin-top: -1px;
}
.tailwind :is(.-mt-\[2px\]) {
    margin-top: -2px;
}
.tailwind :is(.mb-0) {
    margin-bottom: 0px;
}
.tailwind :is(.mb-0\.5) {
    margin-bottom: 0.125rem;
}
.tailwind :is(.mb-1) {
    margin-bottom: 0.25rem;
}
.tailwind :is(.mb-10) {
    margin-bottom: 2.5rem;
}
.tailwind :is(.mb-11) {
    margin-bottom: 2.75rem;
}
.tailwind :is(.mb-12) {
    margin-bottom: 3rem;
}
.tailwind :is(.mb-2) {
    margin-bottom: 0.5rem;
}
.tailwind :is(.mb-2\.5) {
    margin-bottom: 0.625rem;
}
.tailwind :is(.mb-20) {
    margin-bottom: 5rem;
}
.tailwind :is(.mb-24) {
    margin-bottom: 6rem;
}
.tailwind :is(.mb-3) {
    margin-bottom: 0.75rem;
}
.tailwind :is(.mb-32) {
    margin-bottom: 8rem;
}
.tailwind :is(.mb-4) {
    margin-bottom: 1rem;
}
.tailwind :is(.mb-5) {
    margin-bottom: 1.25rem;
}
.tailwind :is(.mb-6) {
    margin-bottom: 1.5rem;
}
.tailwind :is(.mb-8) {
    margin-bottom: 2rem;
}
.tailwind :is(.mb-9) {
    margin-bottom: 2.25rem;
}
.tailwind :is(.mb-\[10px\]) {
    margin-bottom: 10px;
}
.tailwind :is(.mb-\[30px\]) {
    margin-bottom: 30px;
}
.tailwind :is(.mb-\[5px\]) {
    margin-bottom: 5px;
}
.tailwind :is(.ml-0) {
    margin-left: 0px;
}
.tailwind :is(.ml-1) {
    margin-left: 0.25rem;
}
.tailwind :is(.ml-1\.5) {
    margin-left: 0.375rem;
}
.tailwind :is(.ml-2) {
    margin-left: 0.5rem;
}
.tailwind :is(.ml-3) {
    margin-left: 0.75rem;
}
.tailwind :is(.ml-4) {
    margin-left: 1rem;
}
.tailwind :is(.ml-6) {
    margin-left: 1.5rem;
}
.tailwind :is(.ml-auto) {
    margin-left: auto;
}
.tailwind :is(.mr-1) {
    margin-right: 0.25rem;
}
.tailwind :is(.mr-2) {
    margin-right: 0.5rem;
}
.tailwind :is(.mr-3) {
    margin-right: 0.75rem;
}
.tailwind :is(.mr-4) {
    margin-right: 1rem;
}
.tailwind :is(.mr-6) {
    margin-right: 1.5rem;
}
.tailwind :is(.mt-0) {
    margin-top: 0px;
}
.tailwind :is(.mt-0\.5) {
    margin-top: 0.125rem;
}
.tailwind :is(.mt-1) {
    margin-top: 0.25rem;
}
.tailwind :is(.mt-10) {
    margin-top: 2.5rem;
}
.tailwind :is(.mt-12) {
    margin-top: 3rem;
}
.tailwind :is(.mt-16) {
    margin-top: 4rem;
}
.tailwind :is(.mt-2) {
    margin-top: 0.5rem;
}
.tailwind :is(.mt-20) {
    margin-top: 5rem;
}
.tailwind :is(.mt-24) {
    margin-top: 6rem;
}
.tailwind :is(.mt-3) {
    margin-top: 0.75rem;
}
.tailwind :is(.mt-4) {
    margin-top: 1rem;
}
.tailwind :is(.mt-5) {
    margin-top: 1.25rem;
}
.tailwind :is(.mt-6) {
    margin-top: 1.5rem;
}
.tailwind :is(.mt-8) {
    margin-top: 2rem;
}
.tailwind :is(.mt-9) {
    margin-top: 2.25rem;
}
.tailwind :is(.mt-\[10px\]) {
    margin-top: 10px;
}
.tailwind :is(.line-clamp-1) {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.tailwind :is(.line-clamp-2) {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.tailwind :is(.line-clamp-3) {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.tailwind :is(.block) {
    display: block;
}
.tailwind :is(.inline-block) {
    display: inline-block;
}
.tailwind :is(.flex) {
    display: flex;
}
.tailwind :is(.inline-flex) {
    display: inline-flex;
}
.tailwind :is(.grid) {
    display: grid;
}
.tailwind :is(.hidden) {
    display: none;
}
.tailwind :is(.aspect-video) {
    aspect-ratio: 16 / 9;
}
.tailwind :is(.h-1) {
    height: 0.25rem;
}
.tailwind :is(.h-10) {
    height: 2.5rem;
}
.tailwind :is(.h-12) {
    height: 3rem;
}
.tailwind :is(.h-14) {
    height: 3.5rem;
}
.tailwind :is(.h-2) {
    height: 0.5rem;
}
.tailwind :is(.h-20) {
    height: 5rem;
}
.tailwind :is(.h-3) {
    height: 0.75rem;
}
.tailwind :is(.h-4) {
    height: 1rem;
}
.tailwind :is(.h-5) {
    height: 1.25rem;
}
.tailwind :is(.h-6) {
    height: 1.5rem;
}
.tailwind :is(.h-7) {
    height: 1.75rem;
}
.tailwind :is(.h-8) {
    height: 2rem;
}
.tailwind :is(.h-\[11\.25rem\]) {
    height: 11.25rem;
}
.tailwind :is(.h-\[200\%\]) {
    height: 200%;
}
.tailwind :is(.h-\[20px\]) {
    height: 20px;
}
.tailwind :is(.h-\[28px\]) {
    height: 28px;
}
.tailwind :is(.h-\[3px\]) {
    height: 3px;
}
.tailwind :is(.h-\[72px\]) {
    height: 72px;
}
.tailwind :is(.h-\[75px\]) {
    height: 75px;
}
.tailwind :is(.h-\[92px\]) {
    height: 92px;
}
.tailwind :is(.h-fit) {
    height: -moz-fit-content;
    height: fit-content;
}
.tailwind :is(.h-full) {
    height: 100%;
}
.tailwind :is(.h-screen) {
    height: 100vh;
}
.tailwind :is(.max-h-4) {
    max-height: 1rem;
}
.tailwind :is(.max-h-80) {
    max-height: 20rem;
}
.tailwind :is(.max-h-\[14px\]) {
    max-height: 14px;
}
.tailwind :is(.max-h-\[900px\]) {
    max-height: 900px;
}
.tailwind :is(.min-h-\[250px\]) {
    min-height: 250px;
}
.tailwind :is(.min-h-\[320px\]) {
    min-height: 320px;
}
.tailwind :is(.min-h-\[360px\]) {
    min-height: 360px;
}
.tailwind :is(.w-1) {
    width: 0.25rem;
}
.tailwind :is(.w-1\/2) {
    width: 50%;
}
.tailwind :is(.w-12) {
    width: 3rem;
}
.tailwind :is(.w-2) {
    width: 0.5rem;
}
.tailwind :is(.w-20) {
    width: 5rem;
}
.tailwind :is(.w-24) {
    width: 6rem;
}
.tailwind :is(.w-3) {
    width: 0.75rem;
}
.tailwind :is(.w-32) {
    width: 8rem;
}
.tailwind :is(.w-4) {
    width: 1rem;
}
.tailwind :is(.w-5) {
    width: 1.25rem;
}
.tailwind :is(.w-52) {
    width: 13rem;
}
.tailwind :is(.w-6) {
    width: 1.5rem;
}
.tailwind :is(.w-64) {
    width: 16rem;
}
.tailwind :is(.w-7) {
    width: 1.75rem;
}
.tailwind :is(.w-8) {
    width: 2rem;
}
.tailwind :is(.w-\[1200px\]) {
    width: 1200px;
}
.tailwind :is(.w-\[120px\]) {
    width: 120px;
}
.tailwind :is(.w-\[126px\]) {
    width: 126px;
}
.tailwind :is(.w-\[154px\]) {
    width: 154px;
}
.tailwind :is(.w-\[20px\]) {
    width: 20px;
}
.tailwind :is(.w-\[28px\]) {
    width: 28px;
}
.tailwind :is(.w-\[948px\]) {
    width: 948px;
}
.tailwind :is(.w-\[calc\(100\%\+32px\)\]) {
    width: calc(100% + 32px);
}
.tailwind :is(.w-auto) {
    width: auto;
}
.tailwind :is(.w-fit) {
    width: -moz-fit-content;
    width: fit-content;
}
.tailwind :is(.w-full) {
    width: 100%;
}
.tailwind :is(.w-screen) {
    width: 100vw;
}
.tailwind :is(.max-w-2xl) {
    max-width: 42rem;
}
.tailwind :is(.max-w-\[160px\]) {
    max-width: 160px;
}
.tailwind :is(.max-w-\[35rem\]) {
    max-width: 35rem;
}
.tailwind :is(.max-w-\[640px\]) {
    max-width: 640px;
}
.tailwind :is(.max-w-\[720px\]) {
    max-width: 720px;
}
.tailwind :is(.max-w-\[960px\]) {
    max-width: 960px;
}
.tailwind :is(.max-w-lg) {
    max-width: 32rem;
}
.tailwind :is(.max-w-md) {
    max-width: 28rem;
}
.tailwind :is(.max-w-sm) {
    max-width: 24rem;
}
.tailwind :is(.max-w-xs) {
    max-width: 20rem;
}
.tailwind :is(.flex-shrink-0) {
    flex-shrink: 0;
}
.tailwind :is(.shrink-0) {
    flex-shrink: 0;
}
.tailwind :is(.flex-grow-0) {
    flex-grow: 0;
}
.tailwind :is(.grow-0) {
    flex-grow: 0;
}
.tailwind :is(.origin-left) {
    transform-origin: left;
}
.tailwind :is(.-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));
}
.tailwind :is(.-translate-y-3) {
    --tw-translate-y: -0.75rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tailwind :is(.-rotate-90) {
    --tw-rotate: -90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tailwind :is(.rotate-90) {
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tailwind :is(.-skew-x-\[18deg\]) {
    --tw-skew-x: -18deg;
    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));
}
.tailwind :is(.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));
}
.tailwind :is(.cursor-pointer) {
    cursor: pointer;
}
.tailwind :is(.select-none) {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
.tailwind :is(.grid-cols-1) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.tailwind :is(.grid-cols-2) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tailwind :is(.grid-cols-3) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.tailwind :is(.grid-cols-\[2fr_1fr\]) {
    grid-template-columns: 2fr 1fr;
}
.tailwind :is(.flex-row-reverse) {
    flex-direction: row-reverse;
}
.tailwind :is(.flex-col) {
    flex-direction: column;
}
.tailwind :is(.flex-wrap) {
    flex-wrap: wrap;
}
.tailwind :is(.items-start) {
    align-items: flex-start;
}
.tailwind :is(.items-end) {
    align-items: flex-end;
}
.tailwind :is(.items-center) {
    align-items: center;
}
.tailwind :is(.justify-end) {
    justify-content: flex-end;
}
.tailwind :is(.justify-center) {
    justify-content: center;
}
.tailwind :is(.justify-between) {
    justify-content: space-between;
}
.tailwind :is(.gap-1) {
    gap: 0.25rem;
}
.tailwind :is(.gap-12) {
    gap: 3rem;
}
.tailwind :is(.gap-16) {
    gap: 4rem;
}
.tailwind :is(.gap-2) {
    gap: 0.5rem;
}
.tailwind :is(.gap-3) {
    gap: 0.75rem;
}
.tailwind :is(.gap-4) {
    gap: 1rem;
}
.tailwind :is(.gap-5) {
    gap: 1.25rem;
}
.tailwind :is(.gap-6) {
    gap: 1.5rem;
}
.tailwind :is(.gap-8) {
    gap: 2rem;
}
.tailwind :is(.gap-x-3) {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
}
.tailwind :is(.gap-x-6) {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
}
.tailwind :is(.gap-x-8) {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
}
.tailwind :is(.gap-y-16) {
    row-gap: 4rem;
}
.tailwind :is(.gap-y-4) {
    row-gap: 1rem;
}
.tailwind :is(.gap-y-6) {
    row-gap: 1.5rem;
}
.tailwind :is(.self-center) {
    align-self: center;
}
.tailwind :is(.overflow-auto) {
    overflow: auto;
}
.tailwind :is(.overflow-hidden) {
    overflow: hidden;
}
.tailwind :is(.\!overflow-visible) {
    overflow: visible !important;
}
.tailwind :is(.overflow-scroll) {
    overflow: scroll;
}
.tailwind :is(.text-ellipsis) {
    text-overflow: ellipsis;
}
.tailwind :is(.whitespace-nowrap) {
    white-space: nowrap;
}
.tailwind :is(.rounded-full) {
    border-radius: 9999px;
}
.tailwind :is(.border) {
    border-width: 1px;
}
.tailwind :is(.border-2) {
    border-width: 2px;
}
.tailwind :is(.border-b) {
    border-bottom-width: 1px;
}
.tailwind :is(.border-l-4) {
    border-left-width: 4px;
}
.tailwind :is(.border-r) {
    border-right-width: 1px;
}
.tailwind :is(.border-t) {
    border-top-width: 1px;
}
.tailwind :is(.border-solid) {
    border-style: solid;
}
.tailwind :is(.border-\[\#000\]) {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.tailwind :is(.border-emerceblue-100) {
    --tw-border-opacity: 1;
    border-color: rgb(32 117 206 / var(--tw-border-opacity));
}
.tailwind :is(.border-emercegreen-100) {
    --tw-border-opacity: 1;
    border-color: rgb(99 215 98 / var(--tw-border-opacity));
}
.tailwind :is(.border-emerceorange-100) {
    --tw-border-opacity: 1;
    border-color: rgb(237 103 87 / var(--tw-border-opacity));
}
.tailwind :is(.border-neutral-100) {
    --tw-border-opacity: 1;
    border-color: rgb(250 250 250 / var(--tw-border-opacity));
}
.tailwind :is(.border-neutral-300) {
    --tw-border-opacity: 1;
    border-color: rgb(224 224 224 / var(--tw-border-opacity));
}
.tailwind :is(.border-neutral-400) {
    --tw-border-opacity: 1;
    border-color: rgb(152 152 152 / var(--tw-border-opacity));
}
.tailwind :is(.border-neutral-50) {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.tailwind :is(.border-neutral-500) {
    --tw-border-opacity: 1;
    border-color: rgb(80 80 80 / var(--tw-border-opacity));
}
.tailwind :is(.border-neutral-600) {
    --tw-border-opacity: 1;
    border-color: rgb(34 34 34 / var(--tw-border-opacity));
}
.tailwind :is(.border-l-emerceorange-100) {
    --tw-border-opacity: 1;
    border-left-color: rgb(237 103 87 / var(--tw-border-opacity));
}
.tailwind :is(.border-t-neutral-300) {
    --tw-border-opacity: 1;
    border-top-color: rgb(224 224 224 / var(--tw-border-opacity));
}
.tailwind :is(.border-t-neutral-400) {
    --tw-border-opacity: 1;
    border-top-color: rgb(152 152 152 / var(--tw-border-opacity));
}
.tailwind :is(.\!bg-neutral-100) {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity)) !important;
}
.tailwind :is(.\!bg-neutral-200) {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(237 237 237 / var(--tw-bg-opacity)) !important;
}
.tailwind :is(.\!bg-neutral-300) {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(224 224 224 / var(--tw-bg-opacity)) !important;
}
.tailwind :is(.\!bg-neutral-800) {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(16 16 16 / var(--tw-bg-opacity)) !important;
}
.tailwind :is(.\!bg-white) {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.tailwind :is(.bg-emerceblue-100) {
    --tw-bg-opacity: 1;
    background-color: rgb(32 117 206 / var(--tw-bg-opacity));
}
.tailwind :is(.bg-emercegreen-50) {
    --tw-bg-opacity: 1;
    background-color: rgb(232 249 231 / var(--tw-bg-opacity));
}
.tailwind :is(.bg-neutral-100) {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.tailwind :is(.bg-neutral-200) {
    --tw-bg-opacity: 1;
    background-color: rgb(237 237 237 / var(--tw-bg-opacity));
}
.tailwind :is(.bg-neutral-300) {
    --tw-bg-opacity: 1;
    background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}
.tailwind :is(.bg-neutral-400) {
    --tw-bg-opacity: 1;
    background-color: rgb(152 152 152 / var(--tw-bg-opacity));
}
.tailwind :is(.bg-neutral-500) {
    --tw-bg-opacity: 1;
    background-color: rgb(80 80 80 / var(--tw-bg-opacity));
}
.tailwind :is(.bg-neutral-600) {
    --tw-bg-opacity: 1;
    background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}
.tailwind :is(.bg-neutral-700) {
    --tw-bg-opacity: 1;
    background-color: rgb(29 29 29 / var(--tw-bg-opacity));
}
.tailwind :is(.bg-neutral-800) {
    --tw-bg-opacity: 1;
    background-color: rgb(16 16 16 / var(--tw-bg-opacity));
}
.tailwind :is(.bg-transparent) {
    background-color: #00000000;
}
.tailwind :is(.bg-white) {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.tailwind :is(.bg-opacity-20) {
    --tw-bg-opacity: 0.2;
}
.tailwind :is(.bg-opacity-40) {
    --tw-bg-opacity: 0.4;
}
.tailwind :is(.bg-opacity-70) {
    --tw-bg-opacity: 0.7;
}
.tailwind :is(.bg-opacity-75) {
    --tw-bg-opacity: 0.75;
}
.tailwind :is(.bg-gradient-to-b) {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.tailwind :is(.from-neutral-600\/25) {
    --tw-gradient-from: rgb(34 34 34 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(34 34 34 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.tailwind :is(.to-neutral-600\/100) {
    --tw-gradient-to: rgb(34 34 34 / 1) var(--tw-gradient-to-position);
}
.tailwind :is(.fill-emercegreen-100) {
    fill: #63D762;
}
.tailwind :is(.fill-neutral-100) {
    fill: #FAFAFA;
}
.tailwind :is(.fill-neutral-200) {
    fill: #EDEDED;
}
.tailwind :is(.fill-neutral-50) {
    fill: #FFFFFF;
}
.tailwind :is(.fill-white) {
    fill: #FFFFFF;
}
.tailwind :is(.stroke-neutral-100) {
    stroke: #FAFAFA;
}
.tailwind :is(.stroke-neutral-800) {
    stroke: #101010;
}
.tailwind :is(.object-cover) {
    -o-object-fit: cover;
       object-fit: cover;
}
.tailwind :is(.p-1) {
    padding: 0.25rem;
}
.tailwind :is(.p-1\.5) {
    padding: 0.375rem;
}
.tailwind :is(.p-2) {
    padding: 0.5rem;
}
.tailwind :is(.p-3) {
    padding: 0.75rem;
}
.tailwind :is(.p-4) {
    padding: 1rem;
}
.tailwind :is(.p-5) {
    padding: 1.25rem;
}
.tailwind :is(.p-6) {
    padding: 1.5rem;
}
.tailwind :is(.p-8) {
    padding: 2rem;
}
.tailwind :is(.p-\[6px\]) {
    padding: 6px;
}
.tailwind :is(.px-2) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.tailwind :is(.px-3) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.tailwind :is(.px-4) {
    padding-left: 1rem;
    padding-right: 1rem;
}
.tailwind :is(.px-5) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.tailwind :is(.px-6) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.tailwind :is(.px-\[11px\]) {
    padding-left: 11px;
    padding-right: 11px;
}
.tailwind :is(.px-\[6px\]) {
    padding-left: 6px;
    padding-right: 6px;
}
.tailwind :is(.py-1) {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.tailwind :is(.py-2) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.tailwind :is(.py-20) {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.tailwind :is(.py-4) {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.tailwind :is(.\!pl-10) {
    padding-left: 2.5rem !important;
}
.tailwind :is(.pb-0) {
    padding-bottom: 0px;
}
.tailwind :is(.pb-0\.5) {
    padding-bottom: 0.125rem;
}
.tailwind :is(.pb-1) {
    padding-bottom: 0.25rem;
}
.tailwind :is(.pb-16) {
    padding-bottom: 4rem;
}
.tailwind :is(.pb-2) {
    padding-bottom: 0.5rem;
}
.tailwind :is(.pb-3) {
    padding-bottom: 0.75rem;
}
.tailwind :is(.pb-32) {
    padding-bottom: 8rem;
}
.tailwind :is(.pb-4) {
    padding-bottom: 1rem;
}
.tailwind :is(.pb-6) {
    padding-bottom: 1.5rem;
}
.tailwind :is(.pb-7) {
    padding-bottom: 1.75rem;
}
.tailwind :is(.pb-8) {
    padding-bottom: 2rem;
}
.tailwind :is(.pb-\[100\%\]) {
    padding-bottom: 100%;
}
.tailwind :is(.pb-\[10px\]) {
    padding-bottom: 10px;
}
.tailwind :is(.pb-\[3px\]) {
    padding-bottom: 3px;
}
.tailwind :is(.pl-1) {
    padding-left: 0.25rem;
}
.tailwind :is(.pl-1\.5) {
    padding-left: 0.375rem;
}
.tailwind :is(.pl-2) {
    padding-left: 0.5rem;
}
.tailwind :is(.pl-2\.5) {
    padding-left: 0.625rem;
}
.tailwind :is(.pl-4) {
    padding-left: 1rem;
}
.tailwind :is(.pl-6) {
    padding-left: 1.5rem;
}
.tailwind :is(.pr-0) {
    padding-right: 0px;
}
.tailwind :is(.pr-4) {
    padding-right: 1rem;
}
.tailwind :is(.pr-6) {
    padding-right: 1.5rem;
}
.tailwind :is(.pr-8) {
    padding-right: 2rem;
}
.tailwind :is(.pt-0) {
    padding-top: 0px;
}
.tailwind :is(.pt-0\.5) {
    padding-top: 0.125rem;
}
.tailwind :is(.pt-1) {
    padding-top: 0.25rem;
}
.tailwind :is(.pt-1\.5) {
    padding-top: 0.375rem;
}
.tailwind :is(.pt-10) {
    padding-top: 2.5rem;
}
.tailwind :is(.pt-12) {
    padding-top: 3rem;
}
.tailwind :is(.pt-14) {
    padding-top: 3.5rem;
}
.tailwind :is(.pt-16) {
    padding-top: 4rem;
}
.tailwind :is(.pt-2) {
    padding-top: 0.5rem;
}
.tailwind :is(.pt-20) {
    padding-top: 5rem;
}
.tailwind :is(.pt-3) {
    padding-top: 0.75rem;
}
.tailwind :is(.pt-4) {
    padding-top: 1rem;
}
.tailwind :is(.pt-40) {
    padding-top: 10rem;
}
.tailwind :is(.pt-6) {
    padding-top: 1.5rem;
}
.tailwind :is(.pt-\[6px\]) {
    padding-top: 6px;
}
.tailwind :is(.text-left) {
    text-align: left;
}
.tailwind :is(.text-center) {
    text-align: center;
}
.tailwind :is(.\!font-simplon) {
    font-family: Simplon BP, sans-serif !important;
}
.tailwind :is(.font-simplon) {
    font-family: Simplon BP, sans-serif;
}
.tailwind :is(.font-tiempos) {
    font-family: Tiempos Text, sans-serif;
}
.tailwind :is(.\!text-body-3) {
    font-size: 14px !important;
    line-height: 21px !important;
}
.tailwind :is(.text-2xl) {
    font-size: 1.5rem;
    line-height: 2rem;
}
.tailwind :is(.text-3xl) {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.tailwind :is(.text-\[1\.375rem\]) {
    font-size: 1.375rem;
}
.tailwind :is(.text-\[13px\]) {
    font-size: 13px;
}
.tailwind :is(.text-base) {
    font-size: 1rem;
    line-height: 1.5rem;
}
.tailwind :is(.text-body-1) {
    font-size: 18px;
    line-height: 27px;
}
.tailwind :is(.text-body-2) {
    font-size: 16px;
    line-height: 24px;
}
.tailwind :is(.text-body-3) {
    font-size: 14px;
    line-height: 21px;
}
.tailwind :is(.text-body-4) {
    font-size: 12px;
    line-height: 18px;
}
.tailwind :is(.text-header-3) {
    font-size: 32px;
    line-height: 42px;
}
.tailwind :is(.text-header-4) {
    font-size: 24px;
    line-height: 31px;
}
.tailwind :is(.text-header-5) {
    font-size: 20px;
    line-height: 26px;
}
.tailwind :is(.text-header-6) {
    font-size: 18px;
    line-height: 27px;
}
.tailwind :is(.text-header-7) {
    font-size: 16px;
    line-height: 24px;
}
.tailwind :is(.text-header-8) {
    font-size: 14px;
    line-height: 21px;
}
.tailwind :is(.text-lg) {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.tailwind :is(.text-sm) {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.tailwind :is(.text-xl) {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.tailwind :is(.text-xs) {
    font-size: 0.75rem;
    line-height: 1rem;
}
.tailwind :is(.font-bold) {
    font-weight: 700;
}
.tailwind :is(.font-light) {
    font-weight: 300;
}
.tailwind :is(.font-medium) {
    font-weight: 500;
}
.tailwind :is(.font-normal) {
    font-weight: 400;
}
.tailwind :is(.font-semibold) {
    font-weight: 600;
}
.tailwind :is(.font-ultralight) {
    font-weight: 100;
}
.tailwind :is(.uppercase) {
    text-transform: uppercase;
}
.tailwind :is(.leading-4) {
    line-height: 1rem;
}
.tailwind :is(.leading-5) {
    line-height: 1.25rem;
}
.tailwind :is(.leading-none) {
    line-height: 1;
}
.tailwind :is(.leading-relaxed) {
    line-height: 1.625;
}
.tailwind :is(.\!text-neutral-400) {
    --tw-text-opacity: 1 !important;
    color: rgb(152 152 152 / var(--tw-text-opacity)) !important;
}
.tailwind :is(.\!text-neutral-600) {
    --tw-text-opacity: 1 !important;
    color: rgb(34 34 34 / var(--tw-text-opacity)) !important;
}
.tailwind :is(.text-emerceblue-100) {
    --tw-text-opacity: 1;
    color: rgb(32 117 206 / var(--tw-text-opacity));
}
.tailwind :is(.text-emercegreen-100) {
    --tw-text-opacity: 1;
    color: rgb(99 215 98 / var(--tw-text-opacity));
}
.tailwind :is(.text-emerceorange-100) {
    --tw-text-opacity: 1;
    color: rgb(237 103 87 / var(--tw-text-opacity));
}
.tailwind :is(.text-emercered-100) {
    --tw-text-opacity: 1;
    color: rgb(255 2 5 / var(--tw-text-opacity));
}
.tailwind :is(.text-neutral-100) {
    --tw-text-opacity: 1;
    color: rgb(250 250 250 / var(--tw-text-opacity));
}
.tailwind :is(.text-neutral-200) {
    --tw-text-opacity: 1;
    color: rgb(237 237 237 / var(--tw-text-opacity));
}
.tailwind :is(.text-neutral-300) {
    --tw-text-opacity: 1;
    color: rgb(224 224 224 / var(--tw-text-opacity));
}
.tailwind :is(.text-neutral-400) {
    --tw-text-opacity: 1;
    color: rgb(152 152 152 / var(--tw-text-opacity));
}
.tailwind :is(.text-neutral-50) {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tailwind :is(.text-neutral-500) {
    --tw-text-opacity: 1;
    color: rgb(80 80 80 / var(--tw-text-opacity));
}
.tailwind :is(.text-neutral-600) {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
}
.tailwind :is(.text-neutral-700) {
    --tw-text-opacity: 1;
    color: rgb(29 29 29 / var(--tw-text-opacity));
}
.tailwind :is(.text-neutral-800) {
    --tw-text-opacity: 1;
    color: rgb(16 16 16 / var(--tw-text-opacity));
}
.tailwind :is(.text-white) {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tailwind :is(.underline) {
    text-decoration-line: underline;
}
.tailwind :is(.placeholder-neutral-400)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(152 152 152 / var(--tw-placeholder-opacity));
}
.tailwind :is(.placeholder-neutral-400)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(152 152 152 / var(--tw-placeholder-opacity));
}
.tailwind :is(.placeholder-neutral-500)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(80 80 80 / var(--tw-placeholder-opacity));
}
.tailwind :is(.placeholder-neutral-500)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(80 80 80 / var(--tw-placeholder-opacity));
}
.tailwind :is(.opacity-0) {
    opacity: 0;
}
.tailwind :is(.opacity-80) {
    opacity: 0.8;
}
.tailwind :is(.mix-blend-exclusion) {
    mix-blend-mode: exclusion;
}
.tailwind :is(.drop-shadow-hard) {
    --tw-drop-shadow: drop-shadow(8px 8px 0 #F4F4F4);
    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);
}
.tailwind :is(.grayscale) {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.tailwind :is(.transition-all) {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.tailwind :is(.transition-transform) {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.tailwind :is(.duration-\[2s\]) {
    transition-duration: 2s;
}
.tailwind :is(.scrollbar)::-webkit-scrollbar {
    width: 16px;
    background: transparent;
  }
.tailwind :is(.scrollbar)::-webkit-scrollbar-thumb {
    height: 56px;
    background-clip: content-box;
    background-color: rgba(255, 255, 255, 0.1);
    border: 4px solid transparent;
    border-radius: 8px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
.tailwind :is(.scrollbar)::-webkit-scrollbar-track {
    background: transparent;
  }
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

@font-face {
  font-family: "Simplon BP";
  src: url("../fonts/Simplon/SimplonBP-Medium.woff2") format("woff2"), url("../fonts/Simplon/SimplonBP-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Simplon BP";
  src: url("../fonts/Simplon/SimplonBPRegular.woff2") format("woff2"), url("../fonts/Simplon/SimplonBPRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Simplon BP";
  src: url("../fonts/Simplon/SimplonBP-BoldItalic.woff2") format("woff2"), url("../fonts/Simplon/SimplonBP-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Simplon BP";
  src: url("../fonts/Simplon/SimplonBP-LightItalic.woff2") format("woff2"), url("../fonts/Simplon/SimplonBP-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Simplon BP";
  src: url("../fonts/Simplon/SimplonBP-Light.woff2") format("woff2"), url("../fonts/Simplon/SimplonBP-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Simplon BP";
  src: url("../fonts/Simplon/SimplonBPRegular-Italic.woff2") format("woff2"), url("../fonts/Simplon/SimplonBPRegular-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Simplon BP";
  src: url("../fonts/Simplon/SimplonBP-Bold.woff2") format("woff2"), url("../fonts/Simplon/SimplonBP-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Simplon BP";
  src: url("../fonts/Simplon/SimplonBP-MediumItalic.woff2") format("woff2"), url("../fonts/Simplon/SimplonBP-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Tiempos Text";
  src: url("../fonts/Tiempos/TiemposText-RegularItalic.woff2") format("woff2"), url("../fonts/Tiempos/TiemposText-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Tiempos Headline";
  src: url("../fonts/Tiempos/TiemposHeadline-Bold.woff2") format("woff2"), url("../fonts/Tiempos/TiemposHeadline-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tiempos Text";
  src: url("../fonts/Tiempos/TiemposText-Regular.woff2") format("woff2"), url("../fonts/Tiempos/TiemposText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.is-emerce-tv .tailwind h1,
.is-emerce-tv .tailwind h2,
.is-emerce-tv .tailwind h3,
.is-emerce-tv .tailwind h4,
.is-emerce-tv .tailwind h5,
.is-emerce-tv .tailwind h6 {
    --tw-text-opacity: 1;
    color: rgb(250 250 250 / var(--tw-text-opacity));
}
.is-emerce-tv .tailwind .prose p {
    --tw-text-opacity: 1;
    color: rgb(237 237 237 / var(--tw-text-opacity));
}

/*! tailwindcss v3.3.5 | 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)
*/

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

.tailwind ::before,
.tailwind ::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.
*/

.tailwind html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 */
}

/*
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.
*/

.tailwind 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.
*/

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

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

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

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

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

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

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

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

.tailwind b,
.tailwind strong {
  font-weight: bolder;
}

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

.tailwind code,
.tailwind kbd,
.tailwind samp,
.tailwind pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

.tailwind small {
  font-size: 80%;
}

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

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

.tailwind sub {
  bottom: -0.25em;
}

.tailwind 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.
*/

.tailwind 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.
*/

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

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

.tailwind button,
.tailwind select {
  text-transform: none;
}

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

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

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

.tailwind :-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)
*/

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

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

.tailwind progress {
  vertical-align: baseline;
}

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

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

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

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

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

.tailwind ::-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.
*/

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

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

.tailwind summary {
  display: list-item;
}

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

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

.tailwind fieldset {
  margin: 0;
  padding: 0;
}

.tailwind legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

.tailwind dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

.tailwind 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.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

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

.tailwind :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.
*/

.tailwind img,
.tailwind svg,
.tailwind video,
.tailwind canvas,
.tailwind audio,
.tailwind iframe,
.tailwind embed,
.tailwind 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)
*/

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

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

.tailwind [hidden] {
  display: none;
}

.tailwind :root {
    --color-neutral-50: #FFFFFF;
    --color-neutral-100: #FAFAFA;
    --color-neutral-200: #EDEDED;
    --color-neutral-300: #E0E0E0;
    --color-neutral-400: #989898;
    --color-neutral-500: #505050;
    --color-neutral-600: #222222;
    --color-neutral-700: #1D1D1D;
    --color-neutral-800: #101010;
    --color-emerceblue-100: #2075CE;
    --color-emerceorange-100: #ED6757;
    --color-emercered-100: #FF0205;
    --color-emercegreen-50: #E8F9E7;
    --color-emercegreen-100: #63D762;
    --color-white: #FFFFFF;
    --color-transparent: #00000000;
}

.tailwind *, .tailwind ::before, .tailwind ::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:  ;
}

.tailwind ::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:  ;
}
.tailwind h1,
.tailwind h2,
.tailwind h3,
.tailwind h4,
.tailwind h5,
.tailwind h6 {
    font-family: Simplon BP, sans-serif;
    font-weight: 700;
}
.tailwind p {
    font-family: Tiempos Text, sans-serif;
}
.tailwind hr {
    --tw-border-opacity: 1;
    border-top-color: rgb(80 80 80 / var(--tw-border-opacity));
}
.tailwind a {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.tailwind svg {
    display: inline-block;
}
.tailwind .prose p {
    font-family: Tiempos Text, sans-serif;
}
.tailwind .prose p * {
    font-family: Tiempos Text, sans-serif;
}
.tailwind .prose p:last-child {
  margin-bottom: 0;
}
.tailwind .bg-fade {
  background: transparent linear-gradient(180deg, rgba(29, 29, 29, 0) 0%, rgba(29, 29, 29, 0.768627451) 64%, rgba(29, 29, 29, 0.9568627451) 100%) 0% 0% no-repeat padding-box;
}
.tailwind .bg-fade-lead {
  background: transparent linear-gradient(219deg, rgba(16, 16, 16, 0.2431372549) 0%, rgba(16, 16, 16, 0.8823529412) 32%, rgba(16, 16, 16, 0.9803921569) 81%, rgb(16, 16, 16) 100%) 0% 0% no-repeat padding-box;
}
.tailwind .bg-fade-collection-lead {
  background: transparent linear-gradient(180deg, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.768627451) 52%, #101010 100%) 0% 0% no-repeat padding-box;
}
@media (min-width: 800px) {
    .tailwind .md\:prose-lg {
        line-height: 27px;
        font-size: 18px;
    }
    .tailwind .md\:prose-lg :where(p):not(:where([class~="not-tailwind .prose"],[class~="not-tailwind .prose"] *)) {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 27px;
    }
}
@media (min-width: 1088px) {
    .tailwind .lg\:prose-lg {
        line-height: 27px;
        font-size: 18px;
    }
    .tailwind .lg\:prose-lg :where(p):not(:where([class~="not-tailwind .prose"],[class~="not-tailwind .prose"] *)) {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 27px;
    }
}
.tailwind :is(.placeholder\:font-simplon)::-moz-placeholder {
    font-family: Simplon BP, sans-serif;
}
.tailwind :is(.placeholder\:font-simplon)::placeholder {
    font-family: Simplon BP, sans-serif;
}
.tailwind :is(.placeholder\:text-sm)::-moz-placeholder {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.tailwind :is(.placeholder\:text-sm)::placeholder {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.tailwind :is(.placeholder\:text-neutral-400)::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(152 152 152 / var(--tw-text-opacity));
}
.tailwind :is(.placeholder\:text-neutral-400)::placeholder {
    --tw-text-opacity: 1;
    color: rgb(152 152 152 / var(--tw-text-opacity));
}
.tailwind :is(.first\:mt-10:first-child) {
    margin-top: 2.5rem;
}
.tailwind :is(.last\:mb-0:last-child) {
    margin-bottom: 0px;
}
.tailwind :is(.first-of-type\:mr-0:first-of-type) {
    margin-right: 0px;
}
.tailwind :is(.last-of-type\:mb-0:last-of-type) {
    margin-bottom: 0px;
}
.tailwind :is(.hover\:\!bg-emerceblue-100:hover) {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(32 117 206 / var(--tw-bg-opacity)) !important;
}
.tailwind :is(.hover\:\!bg-neutral-300:hover) {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(224 224 224 / var(--tw-bg-opacity)) !important;
}
.tailwind :is(.hover\:bg-emerceblue-100:hover) {
    --tw-bg-opacity: 1;
    background-color: rgb(32 117 206 / var(--tw-bg-opacity));
}
.tailwind :is(.hover\:bg-neutral-700:hover) {
    --tw-bg-opacity: 1;
    background-color: rgb(29 29 29 / var(--tw-bg-opacity));
}
.tailwind :is(.hover\:\!text-neutral-100:hover) {
    --tw-text-opacity: 1 !important;
    color: rgb(250 250 250 / var(--tw-text-opacity)) !important;
}
.tailwind :is(.hover\:text-emerceblue-100:hover) {
    --tw-text-opacity: 1;
    color: rgb(32 117 206 / var(--tw-text-opacity));
}
.tailwind :is(.hover\:text-neutral-100:hover) {
    --tw-text-opacity: 1;
    color: rgb(250 250 250 / var(--tw-text-opacity));
}
.tailwind :is(.hover\:text-neutral-300:hover) {
    --tw-text-opacity: 1;
    color: rgb(224 224 224 / var(--tw-text-opacity));
}
.tailwind :is(.hover\:text-neutral-600:hover) {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
}
.tailwind :is(.hover\:underline:hover) {
    text-decoration-line: underline;
}
.tailwind :is(.hover\:opacity-60:hover) {
    opacity: 0.6;
}
.tailwind :is(.hover\:opacity-80:hover) {
    opacity: 0.8;
}
.tailwind :is(.focus\:outline-double:focus) {
    outline-style: double;
}
.tailwind :is(.focus\:outline-1:focus) {
    outline-width: 1px;
}
.tailwind :is(.focus\:outline-offset-1:focus) {
    outline-offset: 1px;
}
.tailwind :is(.focus\:outline-emerceblue-100:focus) {
    outline-color: #2075CE;
}
.tailwind :is(.group:hover .group-hover\:scale-125) {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.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));
}
.tailwind :is(.group:hover .group-hover\:border-emerceblue-100) {
    --tw-border-opacity: 1;
    border-color: rgb(32 117 206 / var(--tw-border-opacity));
}
.tailwind :is(.group:hover .group-hover\:bg-emerceblue-100) {
    --tw-bg-opacity: 1;
    background-color: rgb(32 117 206 / var(--tw-bg-opacity));
}
.tailwind :is(.group:hover .group-hover\:bg-opacity-100) {
    --tw-bg-opacity: 1;
}
.tailwind :is(.group:hover .group-hover\:stroke-neutral-100) {
    stroke: #FAFAFA;
}
.tailwind :is(.group:hover .group-hover\:underline) {
    text-decoration-line: underline;
}
.tailwind :is(.group:hover .group-hover\:opacity-100) {
    opacity: 1;
}
.tailwind :is(.toggle\:fixed[data-toggle]) {
    position: fixed;
}
.tailwind :is(.toggle\:block[data-toggle]) {
    display: block;
}
.tailwind :is(.toggle\:p-4[data-toggle]) {
    padding: 1rem;
}
.tailwind :is(.group-toggleable[data-group-toggle] .group-toggle\:block) {
    display: block;
}
.tailwind :is(.group-toggleable[data-group-toggle] .group-toggle\:hidden) {
    display: none;
}
.tailwind :is(.group-toggleable[data-group-toggle] .group-toggle\:-rotate-90) {
    --tw-rotate: -90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tailwind :is(.group-toggleable[data-group-toggle] .group-toggle\:rotate-90) {
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tailwind :is(.group-toggleable[data-group-toggle] .group-toggle\:border-emerceblue-100) {
    --tw-border-opacity: 1;
    border-color: rgb(32 117 206 / var(--tw-border-opacity));
}
.tailwind :is(.group-toggleable[data-group-toggle] .group-toggle\:bg-emerceblue-100) {
    --tw-bg-opacity: 1;
    background-color: rgb(32 117 206 / var(--tw-bg-opacity));
}
.tailwind :is(.group-toggleable[data-group-toggle] .group-toggle\:bg-neutral-700) {
    --tw-bg-opacity: 1;
    background-color: rgb(29 29 29 / var(--tw-bg-opacity));
}
.tailwind :is(.group-toggleable[data-group-toggle] .group-toggle\:bg-opacity-100) {
    --tw-bg-opacity: 1;
}
.tailwind :is(.group-toggleable[data-group-toggle] .group-toggle\:opacity-100) {
    opacity: 1;
}
.tailwind :is(.group-toggleable-secondary[data-group-toggle-secondary] .group-toggle-secondary\:inline-block) {
    display: inline-block;
}
.tailwind :is(.group-toggleable-secondary[data-group-toggle-secondary] .group-toggle-secondary\:fill-emerceblue-100) {
    fill: #2075CE;
}
.tailwind :is(.group-toggleable-secondary[data-group-toggle-secondary] .group-toggle-secondary\:text-emerceblue-100) {
    --tw-text-opacity: 1;
    color: rgb(32 117 206 / var(--tw-text-opacity));
}
.tailwind :is(.group-toggleable-secondary[data-group-toggle-secondary] .group-toggle-secondary\:no-underline) {
    text-decoration-line: none;
}
@media (min-width: 608px) {
    .tailwind :is(.sm\:block) {
        display: block;
    }
    .tailwind :is(.sm\:h-\[17\.5rem\]) {
        height: 17.5rem;
    }
    .tailwind :is(.sm\:w-fit) {
        width: -moz-fit-content;
        width: fit-content;
    }
    .tailwind :is(.sm\:grid-cols-2) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .tailwind :is(.sm\:gap-4) {
        gap: 1rem;
    }
    .tailwind :is(.sm\:pl-12) {
        padding-left: 3rem;
    }
    .tailwind :is(.sm\:text-4xl) {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .tailwind :is(.sm\:placeholder-neutral-100)::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgb(250 250 250 / var(--tw-placeholder-opacity));
    }
    .tailwind :is(.sm\:placeholder-neutral-100)::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgb(250 250 250 / var(--tw-placeholder-opacity));
    }
}
@media (min-width: 800px) {
    .tailwind :is(.md\:right-4) {
        right: 1rem;
    }
    .tailwind :is(.md\:right-8) {
        right: 2rem;
    }
    .tailwind :is(.md\:top-4) {
        top: 1rem;
    }
    .tailwind :is(.md\:col-span-2) {
        grid-column: span 2 / span 2;
    }
    .tailwind :is(.md\:col-span-3) {
        grid-column: span 3 / span 3;
    }
    .tailwind :is(.md\:col-span-5) {
        grid-column: span 5 / span 5;
    }
    .tailwind :is(.md\:mb-0) {
        margin-bottom: 0px;
    }
    .tailwind :is(.md\:mb-10) {
        margin-bottom: 2.5rem;
    }
    .tailwind :is(.md\:mb-16) {
        margin-bottom: 4rem;
    }
    .tailwind :is(.md\:ml-auto) {
        margin-left: auto;
    }
    .tailwind :is(.md\:mr-10) {
        margin-right: 2.5rem;
    }
    .tailwind :is(.md\:mt-16) {
        margin-top: 4rem;
    }
    .tailwind :is(.md\:mt-20) {
        margin-top: 5rem;
    }
    .tailwind :is(.md\:mt-3) {
        margin-top: 0.75rem;
    }
    .tailwind :is(.md\:mt-4) {
        margin-top: 1rem;
    }
    .tailwind :is(.md\:mt-6) {
        margin-top: 1.5rem;
    }
    .tailwind :is(.md\:block) {
        display: block;
    }
    .tailwind :is(.md\:flex) {
        display: flex;
    }
    .tailwind :is(.md\:grid) {
        display: grid;
    }
    .tailwind :is(.md\:hidden) {
        display: none;
    }
    .tailwind :is(.md\:h-12) {
        height: 3rem;
    }
    .tailwind :is(.md\:h-\[92px\]) {
        height: 92px;
    }
    .tailwind :is(.md\:h-\[96px\]) {
        height: 96px;
    }
    .tailwind :is(.md\:h-auto) {
        height: auto;
    }
    .tailwind :is(.md\:w-1\/2) {
        width: 50%;
    }
    .tailwind :is(.md\:w-12) {
        width: 3rem;
    }
    .tailwind :is(.md\:w-2\/5) {
        width: 40%;
    }
    .tailwind :is(.md\:w-\[154px\]) {
        width: 154px;
    }
    .tailwind :is(.md\:w-\[96px\]) {
        width: 96px;
    }
    .tailwind :is(.md\:w-auto) {
        width: auto;
    }
    .tailwind :is(.md\:max-w-2xl) {
        max-width: 42rem;
    }
    .tailwind :is(.md\:grid-cols-2) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .tailwind :is(.md\:grid-cols-3) {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .tailwind :is(.md\:grid-cols-5) {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .tailwind :is(.md\:flex-row) {
        flex-direction: row;
    }
    .tailwind :is(.md\:gap-14) {
        gap: 3.5rem;
    }
    .tailwind :is(.md\:gap-2) {
        gap: 0.5rem;
    }
    .tailwind :is(.md\:gap-2\.5) {
        gap: 0.625rem;
    }
    .tailwind :is(.md\:pb-16) {
        padding-bottom: 4rem;
    }
    .tailwind :is(.md\:pb-\[56\.25\%\]) {
        padding-bottom: 56.25%;
    }
    .tailwind :is(.md\:pr-10) {
        padding-right: 2.5rem;
    }
    .tailwind :is(.md\:text-center) {
        text-align: center;
    }
    .tailwind :is(.md\:text-2xl) {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .tailwind :is(.md\:text-body-1) {
        font-size: 18px;
        line-height: 27px;
    }
    .tailwind :is(.md\:text-body-2) {
        font-size: 16px;
        line-height: 24px;
    }
    .tailwind :is(.md\:text-body-3) {
        font-size: 14px;
        line-height: 21px;
    }
    .tailwind :is(.md\:text-header-2) {
        font-size: 48px;
        line-height: 58px;
    }
    .tailwind :is(.md\:text-header-3) {
        font-size: 32px;
        line-height: 42px;
    }
    .tailwind :is(.md\:text-header-6) {
        font-size: 18px;
        line-height: 27px;
    }
    .tailwind :is(.md\:text-lg) {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .tailwind :is(.md\:font-bold) {
        font-weight: 700;
    }
}
@media (min-width: 1088px) {
    .tailwind :is(.lg\:sticky) {
        position: sticky;
    }
    .tailwind :is(.lg\:-right-9) {
        right: -2.25rem;
    }
    .tailwind :is(.lg\:-top-10) {
        top: -2.5rem;
    }
    .tailwind :is(.lg\:-top-7) {
        top: -1.75rem;
    }
    .tailwind :is(.lg\:bottom-6) {
        bottom: 1.5rem;
    }
    .tailwind :is(.lg\:right-auto) {
        right: auto;
    }
    .tailwind :is(.lg\:col-span-2) {
        grid-column: span 2 / span 2;
    }
    .tailwind :is(.lg\:col-span-7) {
        grid-column: span 7 / span 7;
    }
    .tailwind :is(.lg\:col-span-9) {
        grid-column: span 9 / span 9;
    }
    .tailwind :is(.lg\:mx-0) {
        margin-left: 0px;
        margin-right: 0px;
    }
    .tailwind :is(.lg\:my-12) {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .tailwind :is(.lg\:my-24) {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
    .tailwind :is(.lg\:my-32) {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }
    .tailwind :is(.lg\:my-40) {
        margin-top: 10rem;
        margin-bottom: 10rem;
    }
    .tailwind :is(.lg\:mb-0) {
        margin-bottom: 0px;
    }
    .tailwind :is(.lg\:mb-10) {
        margin-bottom: 2.5rem;
    }
    .tailwind :is(.lg\:mb-16) {
        margin-bottom: 4rem;
    }
    .tailwind :is(.lg\:mb-32) {
        margin-bottom: 8rem;
    }
    .tailwind :is(.lg\:mb-4) {
        margin-bottom: 1rem;
    }
    .tailwind :is(.lg\:mb-52) {
        margin-bottom: 13rem;
    }
    .tailwind :is(.lg\:mb-56) {
        margin-bottom: 14rem;
    }
    .tailwind :is(.lg\:mb-8) {
        margin-bottom: 2rem;
    }
    .tailwind :is(.lg\:mb-\[14px\]) {
        margin-bottom: 14px;
    }
    .tailwind :is(.lg\:ml-10) {
        margin-left: 2.5rem;
    }
    .tailwind :is(.lg\:ml-3) {
        margin-left: 0.75rem;
    }
    .tailwind :is(.lg\:mt-0) {
        margin-top: 0px;
    }
    .tailwind :is(.lg\:mt-10) {
        margin-top: 2.5rem;
    }
    .tailwind :is(.lg\:mt-12) {
        margin-top: 3rem;
    }
    .tailwind :is(.lg\:mt-16) {
        margin-top: 4rem;
    }
    .tailwind :is(.lg\:mt-32) {
        margin-top: 8rem;
    }
    .tailwind :is(.lg\:mt-5) {
        margin-top: 1.25rem;
    }
    .tailwind :is(.lg\:mt-8) {
        margin-top: 2rem;
    }
    .tailwind :is(.lg\:block) {
        display: block;
    }
    .tailwind :is(.lg\:flex) {
        display: flex;
    }
    .tailwind :is(.lg\:grid) {
        display: grid;
    }
    .tailwind :is(.lg\:hidden) {
        display: none;
    }
    .tailwind :is(.lg\:h-10) {
        height: 2.5rem;
    }
    .tailwind :is(.lg\:h-20) {
        height: 5rem;
    }
    .tailwind :is(.lg\:h-7) {
        height: 1.75rem;
    }
    .tailwind :is(.lg\:h-8) {
        height: 2rem;
    }
    .tailwind :is(.lg\:h-\[84px\]) {
        height: 84px;
    }
    .tailwind :is(.lg\:h-\[92px\]) {
        height: 92px;
    }
    .tailwind :is(.lg\:h-full) {
        height: 100%;
    }
    .tailwind :is(.lg\:min-h-\[320px\]) {
        min-height: 320px;
    }
    .tailwind :is(.lg\:min-h-\[439px\]) {
        min-height: 439px;
    }
    .tailwind :is(.lg\:min-h-\[444px\]) {
        min-height: 444px;
    }
    .tailwind :is(.lg\:min-h-\[519px\]) {
        min-height: 519px;
    }
    .tailwind :is(.lg\:w-1\/2) {
        width: 50%;
    }
    .tailwind :is(.lg\:w-1\/4) {
        width: 25%;
    }
    .tailwind :is(.lg\:w-10) {
        width: 2.5rem;
    }
    .tailwind :is(.lg\:w-2\/3) {
        width: 66.666667%;
    }
    .tailwind :is(.lg\:w-7) {
        width: 1.75rem;
    }
    .tailwind :is(.lg\:w-8) {
        width: 2rem;
    }
    .tailwind :is(.lg\:w-\[142px\]) {
        width: 142px;
    }
    .tailwind :is(.lg\:w-\[154px\]) {
        width: 154px;
    }
    .tailwind :is(.lg\:w-\[948px\]) {
        width: 948px;
    }
    .tailwind :is(.lg\:w-auto) {
        width: auto;
    }
    .tailwind :is(.lg\:max-w-none) {
        max-width: none;
    }
    .tailwind :is(.lg\:grid-cols-18) {
        grid-template-columns: repeat(18, minmax(0, 1fr));
    }
    .tailwind :is(.lg\:grid-cols-2) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .tailwind :is(.lg\:grid-cols-4) {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .tailwind :is(.lg\:flex-row) {
        flex-direction: row;
    }
    .tailwind :is(.lg\:flex-col) {
        flex-direction: column;
    }
    .tailwind :is(.lg\:flex-nowrap) {
        flex-wrap: nowrap;
    }
    .tailwind :is(.lg\:items-start) {
        align-items: flex-start;
    }
    .tailwind :is(.lg\:items-center) {
        align-items: center;
    }
    .tailwind :is(.lg\:justify-end) {
        justify-content: flex-end;
    }
    .tailwind :is(.lg\:justify-center) {
        justify-content: center;
    }
    .tailwind :is(.lg\:gap-0) {
        gap: 0px;
    }
    .tailwind :is(.lg\:gap-2) {
        gap: 0.5rem;
    }
    .tailwind :is(.lg\:gap-20) {
        gap: 5rem;
    }
    .tailwind :is(.lg\:gap-4) {
        gap: 1rem;
    }
    .tailwind :is(.lg\:gap-8) {
        gap: 2rem;
    }
    .tailwind :is(.lg\:gap-x-8) {
        -moz-column-gap: 2rem;
             column-gap: 2rem;
    }
    .tailwind :is(.lg\:gap-y-12) {
        row-gap: 3rem;
    }
    .tailwind :is(.lg\:self-end) {
        align-self: flex-end;
    }
    .tailwind :is(.lg\:border) {
        border-width: 1px;
    }
    .tailwind :is(.lg\:border-b-0) {
        border-bottom-width: 0px;
    }
    .tailwind :is(.lg\:border-l) {
        border-left-width: 1px;
    }
    .tailwind :is(.lg\:border-r) {
        border-right-width: 1px;
    }
    .tailwind :is(.lg\:border-neutral-400) {
        --tw-border-opacity: 1;
        border-color: rgb(152 152 152 / var(--tw-border-opacity));
    }
    .tailwind :is(.lg\:border-neutral-500) {
        --tw-border-opacity: 1;
        border-color: rgb(80 80 80 / var(--tw-border-opacity));
    }
    .tailwind :is(.lg\:border-transparent) {
        border-color: #00000000;
    }
    .tailwind :is(.lg\:p-0) {
        padding: 0px;
    }
    .tailwind :is(.lg\:p-12) {
        padding: 3rem;
    }
    .tailwind :is(.lg\:px-10) {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .tailwind :is(.lg\:px-16) {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .tailwind :is(.lg\:px-6) {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .tailwind :is(.lg\:py-14) {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
    .tailwind :is(.lg\:py-32) {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
    .tailwind :is(.lg\:py-4) {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .tailwind :is(.lg\:pb-0) {
        padding-bottom: 0px;
    }
    .tailwind :is(.lg\:pb-14) {
        padding-bottom: 3.5rem;
    }
    .tailwind :is(.lg\:pb-32) {
        padding-bottom: 8rem;
    }
    .tailwind :is(.lg\:pb-40) {
        padding-bottom: 10rem;
    }
    .tailwind :is(.lg\:pb-48) {
        padding-bottom: 12rem;
    }
    .tailwind :is(.lg\:pb-8) {
        padding-bottom: 2rem;
    }
    .tailwind :is(.lg\:pl-16) {
        padding-left: 4rem;
    }
    .tailwind :is(.lg\:pr-16) {
        padding-right: 4rem;
    }
    .tailwind :is(.lg\:pt-0) {
        padding-top: 0px;
    }
    .tailwind :is(.lg\:pt-12) {
        padding-top: 3rem;
    }
    .tailwind :is(.lg\:pt-16) {
        padding-top: 4rem;
    }
    .tailwind :is(.lg\:pt-20) {
        padding-top: 5rem;
    }
    .tailwind :is(.lg\:pt-40) {
        padding-top: 10rem;
    }
    .tailwind :is(.lg\:pt-56) {
        padding-top: 14rem;
    }
    .tailwind :is(.lg\:text-3xl) {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .tailwind :is(.lg\:text-5xl) {
        font-size: 3rem;
        line-height: 1;
    }
    .tailwind :is(.lg\:text-\[13px\]) {
        font-size: 13px;
    }
    .tailwind :is(.lg\:text-base) {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .tailwind :is(.lg\:text-body-1) {
        font-size: 18px;
        line-height: 27px;
    }
    .tailwind :is(.lg\:text-body-2) {
        font-size: 16px;
        line-height: 24px;
    }
    .tailwind :is(.lg\:text-body-3) {
        font-size: 14px;
        line-height: 21px;
    }
    .tailwind :is(.lg\:text-header-1) {
        font-size: 64px;
        line-height: 70px;
    }
    .tailwind :is(.lg\:text-header-2) {
        font-size: 48px;
        line-height: 58px;
    }
    .tailwind :is(.lg\:text-header-3) {
        font-size: 32px;
        line-height: 42px;
    }
    .tailwind :is(.lg\:text-header-4) {
        font-size: 24px;
        line-height: 31px;
    }
    .tailwind :is(.lg\:text-header-5) {
        font-size: 20px;
        line-height: 26px;
    }
    .tailwind :is(.lg\:text-header-6) {
        font-size: 18px;
        line-height: 27px;
    }
    .tailwind :is(.lg\:text-header-7) {
        font-size: 16px;
        line-height: 24px;
    }
    .tailwind :is(.lg\:text-lg) {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .tailwind :is(.lg\:text-sm) {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .tailwind :is(.lg\:text-xl) {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .tailwind :is(.lg\:no-underline) {
        text-decoration-line: none;
    }
    .tailwind :is(.lg\:drop-shadow-hard) {
        --tw-drop-shadow: drop-shadow(8px 8px 0 #F4F4F4);
        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);
    }
    .tailwind :is(.lg\:placeholder\:text-base)::-moz-placeholder {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .tailwind :is(.lg\:placeholder\:text-base)::placeholder {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .tailwind :is(.lg\:placeholder\:italic)::-moz-placeholder {
        font-style: italic;
    }
    .tailwind :is(.lg\:placeholder\:italic)::placeholder {
        font-style: italic;
    }
    .tailwind :is(.lg\:placeholder\:text-neutral-400)::-moz-placeholder {
        --tw-text-opacity: 1;
        color: rgb(152 152 152 / var(--tw-text-opacity));
    }
    .tailwind :is(.lg\:placeholder\:text-neutral-400)::placeholder {
        --tw-text-opacity: 1;
        color: rgb(152 152 152 / var(--tw-text-opacity));
    }
    .tailwind :is(.first\:lg\:mt-16:first-child) {
        margin-top: 4rem;
    }
    .tailwind :is(.toggle\:lg\:flex[data-toggle]) {
        display: flex;
    }
}
@media (min-width: 1400px) {
    .tailwind :is(.xl\:col-span-2) {
        grid-column: span 2 / span 2;
    }
    .tailwind :is(.xl\:col-span-3) {
        grid-column: span 3 / span 3;
    }
    .tailwind :is(.xl\:col-span-4) {
        grid-column: span 4 / span 4;
    }
    .tailwind :is(.xl\:col-span-9) {
        grid-column: span 9 / span 9;
    }
    .tailwind :is(.xl\:mb-0) {
        margin-bottom: 0px;
    }
    .tailwind :is(.xl\:mr-5) {
        margin-right: 1.25rem;
    }
    .tailwind :is(.xl\:flex) {
        display: flex;
    }
    .tailwind :is(.xl\:h-\[21\.875rem\]) {
        height: 21.875rem;
    }
    .tailwind :is(.xl\:grid-cols-18) {
        grid-template-columns: repeat(18, minmax(0, 1fr));
    }
    .tailwind :is(.xl\:grid-cols-2) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .tailwind :is(.xl\:grid-cols-4) {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .tailwind :is(.xl\:grid-cols-\[1fr_2fr\]) {
        grid-template-columns: 1fr 2fr;
    }
    .tailwind :is(.xl\:grid-cols-\[2fr_1fr\]) {
        grid-template-columns: 2fr 1fr;
    }
    .tailwind :is(.xl\:flex-row) {
        flex-direction: row;
    }
    .tailwind :is(.xl\:items-center) {
        align-items: center;
    }
    .tailwind :is(.xl\:gap-5) {
        gap: 1.25rem;
    }
    .tailwind :is(.xl\:px-8) {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.tailwind :is(.\[\&\:not\(\:first-of-type\)\]\:-ml-\[10\%\]:not(:first-of-type)) {
    margin-left: -10%;
}
.tailwind :is(.\[\&\:not\(\:first-of-type\)\]\:-ml-\[20\%\]:not(:first-of-type)) {
    margin-left: -20%;
}
.tailwind :is(.\[\&\:not\(\:first-of-type\)\]\:-ml-\[5px\]:not(:first-of-type)) {
    margin-left: -5px;
}
.tailwind :is(.\[\&\:not\(\:last-child\)\]\:-ml-2:not(:last-child)) {
    margin-left: -0.5rem;
}
@media(min-width:1366px) {
    .tailwind :is(.\[\@media\(min-width\:1366px\)\]\:max-w-\[395px\]) {
        max-width: 395px;
    }
}
@media(min-width:1420px) {
    .tailwind :is(.\[\@media\(min-width\:1420px\)\]\:max-w-\[420px\]) {
        max-width: 420px;
    }
}

/*# sourceMappingURL=main-screen-tailwind.css.map*/