/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/css/base/reset.css ***!
  \****************************************************************************************************************************************************************************/
@import url(https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css);
/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/css/base/reset.css (1) ***!
  \********************************************************************************************************************************************************************************/
/* Normalize CSS */

/* Ajustes globais */
html, body {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-family: 'Nexa', sans-serif;
    background-color: #FCFCFC;
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
}

/*!*********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/css/base/typography.css ***!
  \*********************************************************************************************************************************************************************************/
@font-face {
    font-family: 'Nexa';
    src: url(fonts/Nexa-Light.df1ef62d.woff2) format('woff2'),
         url(fonts/Nexa-Light.a55b9fed.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url(fonts/Nexa-Regular.fd353ede.woff2) format('woff2'),
         url(fonts/Nexa-Regular.26914a19.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url(fonts/Nexa-Bold.30e9d5f6.woff2) format('woff2'),
         url(fonts/Nexa-Bold.4c1b14de.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/css/base/scrollbar.css ***!
  \********************************************************************************************************************************************************************************/
::-webkit-scrollbar {
    width: 4px;
}
  
::-webkit-scrollbar-track {
    background-color: #f3f4f6;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background-color: #cbd5e1;
    border-radius: 4px;
}
/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/css/base/selection.css ***!
  \********************************************************************************************************************************************************************************/
::-moz-selection {
    background-color: #128A72;
    color: white;
}
::selection {
    background-color: #128A72;
    color: white;
}

/*!***********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/css/components/navbar.css ***!
  \***********************************************************************************************************************************************************************************/
.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;
        }
}
@media (min-width: 1700px) {
        .container {
                max-width: 1700px;
        }
}
    /* Linhas do botão hambúrguer */
    .hamburger-line {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
        height: 0.125rem;
        width: 1.5rem;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 300ms;
}

    /* Animação de transição para o "X" */

    /* Animação do menu mobile */
    #mobile-menu {
        transition: transform 0.3s ease-in-out;
    }

@media (min-width: 1024px) {
        .lg\:container {
                width: 100%;
        }
        @media (min-width: 640px) {
                .lg\:container {
                        max-width: 640px;
                }
        }
        @media (min-width: 768px) {
                .lg\:container {
                        max-width: 768px;
                }
        }
        @media (min-width: 1024px) {
                .lg\:container {
                        max-width: 1024px;
                }
        }
        @media (min-width: 1280px) {
                .lg\:container {
                        max-width: 1280px;
                }
        }
        @media (min-width: 1536px) {
                .lg\:container {
                        max-width: 1536px;
                }
        }
        @media (min-width: 1700px) {
                .lg\:container {
                        max-width: 1700px;
                }
        }
}

@media (min-width: 1280px) {
        .xl\:container {
                width: 100%;
        }
        @media (min-width: 640px) {
                .xl\:container {
                        max-width: 640px;
                }
        }
        @media (min-width: 768px) {
                .xl\:container {
                        max-width: 768px;
                }
        }
        @media (min-width: 1024px) {
                .xl\:container {
                        max-width: 1024px;
                }
        }
        @media (min-width: 1280px) {
                .xl\:container {
                        max-width: 1280px;
                }
        }
        @media (min-width: 1536px) {
                .xl\:container {
                        max-width: 1536px;
                }
        }
        @media (min-width: 1700px) {
                .xl\:container {
                        max-width: 1700px;
                }
        }
}

@media (min-width: 1700px) {
        .xxl\:container {
                width: 100%;
        }
        @media (min-width: 640px) {
                .xxl\:container {
                        max-width: 640px;
                }
        }
        @media (min-width: 768px) {
                .xxl\:container {
                        max-width: 768px;
                }
        }
        @media (min-width: 1024px) {
                .xxl\:container {
                        max-width: 1024px;
                }
        }
        @media (min-width: 1280px) {
                .xxl\:container {
                        max-width: 1280px;
                }
        }
        @media (min-width: 1536px) {
                .xxl\:container {
                        max-width: 1536px;
                }
        }
        @media (min-width: 1700px) {
                .xxl\:container {
                        max-width: 1700px;
                }
        }
}

/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/css/components/buttons.css ***!
  \************************************************************************************************************************************************************************************/
.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
    }
}
@media (min-width: 1700px) {
    .container {
        max-width: 1700px
    }
}
    .btn {
    display: inline-block;
    min-height: 54px;
    min-width: 200px;
    white-space: nowrap;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    border-radius: 3px 32px 3px 32px;
    border-color: transparent
}
    .btn:hover {
    border-radius: 0px 0px 0px 0px
}

    .btn-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(18 138 114 / var(--tw-bg-opacity, 1))
}

    .btn-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(14 102 85 / var(--tw-bg-opacity, 1))
}

    .btn-outline {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(18 138 114 / var(--tw-border-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(18 138 114 / var(--tw-text-opacity, 1))
}

    .btn-outline:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(18 138 114 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

    .btn-green {
    --tw-bg-opacity: 1;
    background-color: rgb(46 210 176 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

    .btn-green:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(42 191 160 / var(--tw-bg-opacity, 1))
}

    .btn-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(18 138 114 / var(--tw-text-opacity, 1))
}

    .btn-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}
    .newsletter {
    margin-top: 2.5rem;
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0px
}
    @media (min-width: 640px) {
    .newsletter {
        margin-left: auto;
        margin-right: auto;
        flex-direction: row;
        gap: 1.5rem
    }
}
    .newsletter-modal {
    margin-top: 2.5rem;
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center
}

@media (min-width: 1024px) {
    .lg\:container {
        width: 100%
    }
    @media (min-width: 640px) {
        .lg\:container {
            max-width: 640px
        }
    }
    @media (min-width: 768px) {
        .lg\:container {
            max-width: 768px
        }
    }
    @media (min-width: 1024px) {
        .lg\:container {
            max-width: 1024px
        }
    }
    @media (min-width: 1280px) {
        .lg\:container {
            max-width: 1280px
        }
    }
    @media (min-width: 1536px) {
        .lg\:container {
            max-width: 1536px
        }
    }
    @media (min-width: 1700px) {
        .lg\:container {
            max-width: 1700px
        }
    }
}

@media (min-width: 1280px) {
    .xl\:container {
        width: 100%
    }
    @media (min-width: 640px) {
        .xl\:container {
            max-width: 640px
        }
    }
    @media (min-width: 768px) {
        .xl\:container {
            max-width: 768px
        }
    }
    @media (min-width: 1024px) {
        .xl\:container {
            max-width: 1024px
        }
    }
    @media (min-width: 1280px) {
        .xl\:container {
            max-width: 1280px
        }
    }
    @media (min-width: 1536px) {
        .xl\:container {
            max-width: 1536px
        }
    }
    @media (min-width: 1700px) {
        .xl\:container {
            max-width: 1700px
        }
    }
}

@media (min-width: 1700px) {
    .xxl\:container {
        width: 100%
    }
    @media (min-width: 640px) {
        .xxl\:container {
            max-width: 640px
        }
    }
    @media (min-width: 768px) {
        .xxl\:container {
            max-width: 768px
        }
    }
    @media (min-width: 1024px) {
        .xxl\:container {
            max-width: 1024px
        }
    }
    @media (min-width: 1280px) {
        .xxl\:container {
            max-width: 1280px
        }
    }
    @media (min-width: 1536px) {
        .xxl\:container {
            max-width: 1536px
        }
    }
    @media (min-width: 1700px) {
        .xxl\:container {
            max-width: 1700px
        }
    }
}

/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/css/components/subtitle.css ***!
  \*************************************************************************************************************************************************************************************/
.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
    }
}
@media (min-width: 1700px) {
    .container {
        max-width: 1700px
    }
}
    .section-subtitle {
    margin-bottom: 2.5rem;
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(45 50 44 / var(--tw-text-opacity, 1))
}

@media (min-width: 1024px) {
    .lg\:container {
        width: 100%
    }
    @media (min-width: 640px) {
        .lg\:container {
            max-width: 640px
        }
    }
    @media (min-width: 768px) {
        .lg\:container {
            max-width: 768px
        }
    }
    @media (min-width: 1024px) {
        .lg\:container {
            max-width: 1024px
        }
    }
    @media (min-width: 1280px) {
        .lg\:container {
            max-width: 1280px
        }
    }
    @media (min-width: 1536px) {
        .lg\:container {
            max-width: 1536px
        }
    }
    @media (min-width: 1700px) {
        .lg\:container {
            max-width: 1700px
        }
    }
}

@media (min-width: 1280px) {
    .xl\:container {
        width: 100%
    }
    @media (min-width: 640px) {
        .xl\:container {
            max-width: 640px
        }
    }
    @media (min-width: 768px) {
        .xl\:container {
            max-width: 768px
        }
    }
    @media (min-width: 1024px) {
        .xl\:container {
            max-width: 1024px
        }
    }
    @media (min-width: 1280px) {
        .xl\:container {
            max-width: 1280px
        }
    }
    @media (min-width: 1536px) {
        .xl\:container {
            max-width: 1536px
        }
    }
    @media (min-width: 1700px) {
        .xl\:container {
            max-width: 1700px
        }
    }
}

@media (min-width: 1700px) {
    .xxl\:container {
        width: 100%
    }
    @media (min-width: 640px) {
        .xxl\:container {
            max-width: 640px
        }
    }
    @media (min-width: 768px) {
        .xxl\:container {
            max-width: 768px
        }
    }
    @media (min-width: 1024px) {
        .xxl\:container {
            max-width: 1024px
        }
    }
    @media (min-width: 1280px) {
        .xxl\:container {
            max-width: 1280px
        }
    }
    @media (min-width: 1536px) {
        .xxl\:container {
            max-width: 1536px
        }
    }
    @media (min-width: 1700px) {
        .xxl\:container {
            max-width: 1700px
        }
    }
}

/*!**********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/css/components/title.css ***!
  \**********************************************************************************************************************************************************************************/
.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
    }
}
@media (min-width: 1700px) {
    .container {
        max-width: 1700px
    }
}
    .section-title {
    margin-bottom: 2.5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgb(45 50 44 / var(--tw-text-opacity, 1))
}
    @media (min-width: 1024px) {
    .section-title {
        font-size: 3.75rem;
        line-height: 1
    }
    .lg\:container {
        width: 100%
    }
    @media (min-width: 640px) {
        .lg\:container {
            max-width: 640px
        }
    }
    @media (min-width: 768px) {
        .lg\:container {
            max-width: 768px
        }
    }
    @media (min-width: 1024px) {
        .lg\:container {
            max-width: 1024px
        }
    }
    @media (min-width: 1280px) {
        .lg\:container {
            max-width: 1280px
        }
    }
    @media (min-width: 1536px) {
        .lg\:container {
            max-width: 1536px
        }
    }
    @media (min-width: 1700px) {
        .lg\:container {
            max-width: 1700px
        }
    }
}

@media (min-width: 1280px) {
    .xl\:container {
        width: 100%
    }
    @media (min-width: 640px) {
        .xl\:container {
            max-width: 640px
        }
    }
    @media (min-width: 768px) {
        .xl\:container {
            max-width: 768px
        }
    }
    @media (min-width: 1024px) {
        .xl\:container {
            max-width: 1024px
        }
    }
    @media (min-width: 1280px) {
        .xl\:container {
            max-width: 1280px
        }
    }
    @media (min-width: 1536px) {
        .xl\:container {
            max-width: 1536px
        }
    }
    @media (min-width: 1700px) {
        .xl\:container {
            max-width: 1700px
        }
    }
}

@media (min-width: 1700px) {
    .xxl\:container {
        width: 100%
    }
    @media (min-width: 640px) {
        .xxl\:container {
            max-width: 640px
        }
    }
    @media (min-width: 768px) {
        .xxl\:container {
            max-width: 768px
        }
    }
    @media (min-width: 1024px) {
        .xxl\:container {
            max-width: 1024px
        }
    }
    @media (min-width: 1280px) {
        .xxl\:container {
            max-width: 1280px
        }
    }
    @media (min-width: 1536px) {
        .xxl\:container {
            max-width: 1536px
        }
    }
    @media (min-width: 1700px) {
        .xxl\:container {
            max-width: 1700px
        }
    }
}

/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/css/components/description.css ***!
  \****************************************************************************************************************************************************************************************/
.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
    }
}
@media (min-width: 1700px) {
    .container {
        max-width: 1700px
    }
}
    .section-description {
    margin-bottom: 1.25rem;
    max-width: 32rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgb(45 50 44 / var(--tw-text-opacity, 1))
}

@media (min-width: 1024px) {
    .lg\:container {
        width: 100%
    }
    @media (min-width: 640px) {
        .lg\:container {
            max-width: 640px
        }
    }
    @media (min-width: 768px) {
        .lg\:container {
            max-width: 768px
        }
    }
    @media (min-width: 1024px) {
        .lg\:container {
            max-width: 1024px
        }
    }
    @media (min-width: 1280px) {
        .lg\:container {
            max-width: 1280px
        }
    }
    @media (min-width: 1536px) {
        .lg\:container {
            max-width: 1536px
        }
    }
    @media (min-width: 1700px) {
        .lg\:container {
            max-width: 1700px
        }
    }
}

@media (min-width: 1280px) {
    .xl\:container {
        width: 100%
    }
    @media (min-width: 640px) {
        .xl\:container {
            max-width: 640px
        }
    }
    @media (min-width: 768px) {
        .xl\:container {
            max-width: 768px
        }
    }
    @media (min-width: 1024px) {
        .xl\:container {
            max-width: 1024px
        }
    }
    @media (min-width: 1280px) {
        .xl\:container {
            max-width: 1280px
        }
    }
    @media (min-width: 1536px) {
        .xl\:container {
            max-width: 1536px
        }
    }
    @media (min-width: 1700px) {
        .xl\:container {
            max-width: 1700px
        }
    }
}

@media (min-width: 1700px) {
    .xxl\:container {
        width: 100%
    }
    @media (min-width: 640px) {
        .xxl\:container {
            max-width: 640px
        }
    }
    @media (min-width: 768px) {
        .xxl\:container {
            max-width: 768px
        }
    }
    @media (min-width: 1024px) {
        .xxl\:container {
            max-width: 1024px
        }
    }
    @media (min-width: 1280px) {
        .xxl\:container {
            max-width: 1280px
        }
    }
    @media (min-width: 1536px) {
        .xxl\:container {
            max-width: 1536px
        }
    }
    @media (min-width: 1700px) {
        .xxl\:container {
            max-width: 1700px
        }
    }
}

/*!***********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/css/components/footer.css ***!
  \***********************************************************************************************************************************************************************************/
/* Estilos do footer */
footer {
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

/* Ajustes para os links do menu */
footer nav a {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
footer nav a:hover {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

/* Ajuste no formulário de inscrição */
footer input {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
footer input:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

/* Ajuste para a seção de imagens acima do footer */
footer .grid-cols-6 div {
    height: 100px;
}

.footer-menu .current-menu-item a {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
/*!***********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/css/components/swiper.css ***!
  \***********************************************************************************************************************************************************************************/
.swiper-pagination-bullet {
  background: #ccc;
  opacity: 1; 
}

.swiper-pagination-bullet-active {
  background: rgb(42, 191, 160)!important;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -5%!important;
}

.swiper-button-prev:after, .swiper-button-next:after {
    font-size: 22px!important;
    color: rgba(255, 255, 255, .8)!important;
}

.swiper-button-prev, .swiper-button-next {
    width: 60px!important;
    height: 60px!important;
    background: rgba(42, 191, 160, .8)!important;;
    border-radius: 50%;
    transition: all .2s ease;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    background: rgba(42, 191, 160)!important;;
}

.swiper-button-prev:after{
    margin-left: -2px;
}
.swiper-button-next:after {
    margin-right: -2px;
}

@media (max-width: 1024px) {
    .swiper-button-prev, .swiper-button-next {
        width: 40px!important;
        height: 40px!important;
    }

    .swiper-button-prev:after, .swiper-button-next:after {
        font-size: 14px!important;
    }
}
/*!***************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/css/wordpress.css ***!
  \***************************************************************************************************************************************************************************/
/* Corrige estilos do WordPress */

/* Cor do menu ativo */
#desktop-menu .current-menu-item a,
#desktop-menu .menu-item a:hover,
#desktop-menu .page_item a:hover,
#desktop-menu .current_page_item a {
    --tw-text-opacity: 1;
    color: rgb(164 161 152 / var(--tw-text-opacity, 1));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

#mobile-menu .current-menu-item a,
#mobile-menu .menu-item a:hover,
#mobile-menu .page_item a:hover,
#mobile-menu .current_page_item a {
    color: rgb(255 255 255 / 0.6);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

/* Remove o fundo azul ao focar no input */
input:focus,
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* Corrige o espaçamento de imagens alinhadas no WP */
.aligncenter,
.alignleft,
.alignright {
    margin-top: 1rem;
    margin-bottom: 1rem;
}



.leaflet-container .leaflet-tile {
    filter: grayscale(100%);
}


.spinner {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulseGlow 1.2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    z-index: 10;
    display: none;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
    margin-top: 10px;
}

@keyframes pulseGlow {
    0% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        opacity: 1;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2);
        box-shadow: 0 0 10px 4px rgba(255, 255, 255, 0.2);
        opacity: 0.8;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        opacity: 1;
    }
}





/* Elements */

  /* Titles */
  .prose-content h1 {
    margin-bottom: 1rem;
    margin-top: 2rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
}
  
  .prose-content h2 {
    margin-bottom: 0.75rem;
    margin-top: 1.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
}
  
  .prose-content h3 {
    margin-bottom: 0.5rem;
    margin-top: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
}

    .prose-content h1,
    .prose-content h2,
    .prose-content h3 {
        -webkit-hyphens: auto;
                hyphens: auto;
    }
  
  /* Paragraph */
  .prose-content p {
    margin-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgb(45 50 44 / var(--tw-text-opacity, 1));
}
  @media (min-width: 768px) {
    .prose-content p {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
  .prose-content p {
    -webkit-hyphens: auto;
            hyphens: auto;
    word-break: normal;
    overflow-wrap: break-word;
  }
  
  /* Link */
  .prose-content a {
    --tw-text-opacity: 1;
    color: rgb(18 138 114 / var(--tw-text-opacity, 1));
}
  .prose-content a:hover {
    text-decoration-line: underline;
}
  
    /* Strong */
  .prose-content strong {
    font-weight: 700;
}
  
    /* Image */
  .prose-content img {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 100%;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
}
  
    /* Citação */
  .prose-content blockquote {
    margin-bottom: 1.5rem;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    --tw-bg-opacity: 1;
    background-color: rgb(18 138 114 / var(--tw-bg-opacity, 1));
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
  @media (min-width: 1024px) {
    .prose-content blockquote {
        border-bottom-left-radius: 100px;
        border-top-right-radius: 100px;
    }
}

  .prose-content blockquote p {
    margin-bottom: 0px;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

  /* listas ordenadas */
  .prose-content ol {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
    list-style-type: decimal;
}

  .prose-content ol li {
    position: relative;
    margin-bottom: 0.5rem;
    padding-left: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgb(45 50 44 / var(--tw-text-opacity, 1));
}

  .prose-content ol li::marker {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* Lista não ordenadas */
.prose-content ul {
    margin-bottom: 1rem;
    margin-left: 0px;
    list-style-type: none;
}
  
  .prose-content ul li {
    position: relative;
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgb(45 50 44 / var(--tw-text-opacity, 1));
}
  
  .prose-content ul li::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0.625rem;
    height: 0.5rem;
    width: 0.5rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(18 138 114 / var(--tw-bg-opacity, 1));
  }
  

  /* Ajustes */
  .wp-block-image.size-full img {
    margin-bottom: 1.25rem;
}

  @media(max-width: 781px) {
    .wp-block-image.size-full img {
        width: 100%;
    }

    figure.wp-block-image.size-full {
        margin-bottom: 0!important;
      }
      .wp-block-columns {
        margin-bottom: 0px;
        gap: 1.25rem;
    }
  }

  .home select option {
    --tw-text-opacity: 1;
    color: rgb(45 50 44 / var(--tw-text-opacity, 1));
}

  input[type="text"], input[type="email"], input[type="tel"], textarea, select {
    border-radius: 6px!important;
  }

  input[type="submit"] {
    margin-top: 24px !important;
  }

  .wpcf7-not-valid-tip {
    display: none;
  }




  #exame-content::-webkit-scrollbar, #newsletter-content::-webkit-scrollbar {
    display: none;
  }
  #exame-content, #newsletter-content {
    -ms-overflow-style: none; /* IE e Edge */
    scrollbar-width: none; /* Firefox */
  }


  p.logged-in-as {
      display: none;
  }



  .scrollbar-hide::-webkit-scrollbar {
    display: none;
  }
  .scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/css/main.css ***!
  \**********************************************************************************************************************************************************************/
*, ::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.17 | 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=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3e%3cpath stroke=%27%236b7280%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M6 8l4 4 4-4%27/%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=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12.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%27/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3ccircle cx=%278%27 cy=%278%27 r=%273%27/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[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=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3e%3cpath stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M4 8h8%27/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {

  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[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;
}
.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;
  }
}
@media (min-width: 1700px) {

  .container {
    max-width: 1700px;
  }
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.static {
  position: static !important;
}
.fixed {
  position: fixed !important;
}
.absolute {
  position: absolute !important;
}
.relative {
  position: relative !important;
}
.inset-0 {
  inset: 0px !important;
}
.-right-20 {
  right: -5rem !important;
}
.bottom-0 {
  bottom: 0px !important;
}
.bottom-24 {
  bottom: 6rem !important;
}
.bottom-5 {
  bottom: 1.25rem !important;
}
.bottom-\[calc\(1rem\+env\(safe-area-inset-bottom\)\)\] {
  bottom: calc(1rem + env(safe-area-inset-bottom)) !important;
}
.left-0 {
  left: 0px !important;
}
.left-1\/2 {
  left: 50% !important;
}
.left-10 {
  left: 2.5rem !important;
}
.left-\[16px\] {
  left: 16px !important;
}
.right-0 {
  right: 0px !important;
}
.right-3 {
  right: 0.75rem !important;
}
.right-4 {
  right: 1rem !important;
}
.right-5 {
  right: 1.25rem !important;
}
.right-\[16px\] {
  right: 16px !important;
}
.top-0 {
  top: 0px !important;
}
.top-1\/2 {
  top: 50% !important;
}
.top-14 {
  top: 3.5rem !important;
}
.top-16 {
  top: 4rem !important;
}
.top-4 {
  top: 1rem !important;
}
.top-5 {
  top: 1.25rem !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-10 {
  z-index: 10 !important;
}
.z-20 {
  z-index: 20 !important;
}
.z-40 {
  z-index: 40 !important;
}
.z-50 {
  z-index: 50 !important;
}
.z-\[9999\] {
  z-index: 9999 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.col-span-2 {
  grid-column: span 2 / span 2 !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.-ml-3 {
  margin-left: -0.75rem !important;
}
.-ml-5 {
  margin-left: -1.25rem !important;
}
.-mt-3 {
  margin-top: -0.75rem !important;
}
.-mt-4 {
  margin-top: -1rem !important;
}
.-mt-5 {
  margin-top: -1.25rem !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-10 {
  margin-bottom: 2.5rem !important;
}
.mb-3 {
  margin-bottom: 0.75rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mb-5 {
  margin-bottom: 1.25rem !important;
}
.mb-6 {
  margin-bottom: 1.5rem !important;
}
.mb-8 {
  margin-bottom: 2rem !important;
}
.ml-3 {
  margin-left: 0.75rem !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mr-3 {
  margin-right: 0.75rem !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-10 {
  margin-top: 2.5rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 0.75rem !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mt-5 {
  margin-top: 1.25rem !important;
}
.mt-6 {
  margin-top: 1.5rem !important;
}
.mt-8 {
  margin-top: 2rem !important;
}
.mt-\[2px\] {
  margin-top: 2px !important;
}
.line-clamp-2 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.flex {
  display: flex !important;
}
.grid {
  display: grid !important;
}
.contents {
  display: contents !important;
}
.hidden {
  display: none !important;
}
.h-12 {
  height: 3rem !important;
}
.h-14 {
  height: 3.5rem !important;
}
.h-16 {
  height: 4rem !important;
}
.h-28 {
  height: 7rem !important;
}
.h-4 {
  height: 1rem !important;
}
.h-6 {
  height: 1.5rem !important;
}
.h-8 {
  height: 2rem !important;
}
.h-\[1px\] {
  height: 1px !important;
}
.h-\[200px\] {
  height: 200px !important;
}
.h-\[220px\] {
  height: 220px !important;
}
.h-\[260px\] {
  height: 260px !important;
}
.h-\[300px\] {
  height: 300px !important;
}
.h-\[320px\] {
  height: 320px !important;
}
.h-\[380px\] {
  height: 380px !important;
}
.h-\[470px\] {
  height: 470px !important;
}
.h-\[500px\] {
  height: 500px !important;
}
.h-\[580px\] {
  height: 580px !important;
}
.h-\[640px\] {
  height: 640px !important;
}
.h-\[670px\] {
  height: 670px !important;
}
.h-\[70vh\] {
  height: 70vh !important;
}
.h-auto {
  height: auto !important;
}
.h-full {
  height: 100% !important;
}
.max-h-80 {
  max-height: 20rem !important;
}
.max-h-\[120px\] {
  max-height: 120px !important;
}
.max-h-\[520px\] {
  max-height: 520px !important;
}
.max-h-\[630px\] {
  max-height: 630px !important;
}
.max-h-\[640px\] {
  max-height: 640px !important;
}
.min-h-32 {
  min-height: 8rem !important;
}
.min-h-\[46px\] {
  min-height: 46px !important;
}
.w-12 {
  width: 3rem !important;
}
.w-14 {
  width: 3.5rem !important;
}
.w-16 {
  width: 4rem !important;
}
.w-28 {
  width: 7rem !important;
}
.w-4 {
  width: 1rem !important;
}
.w-40 {
  width: 10rem !important;
}
.w-6 {
  width: 1.5rem !important;
}
.w-8 {
  width: 2rem !important;
}
.w-\[380px\] {
  width: 380px !important;
}
.w-\[45vw\] {
  width: 45vw !important;
}
.w-\[80\%\] {
  width: 80% !important;
}
.w-\[90\%\] {
  width: 90% !important;
}
.w-auto {
  width: auto !important;
}
.w-full {
  width: 100% !important;
}
.min-w-\[46px\] {
  min-width: 46px !important;
}
.max-w-\[1200px\] {
  max-width: 1200px !important;
}
.max-w-\[720px\] {
  max-width: 720px !important;
}
.max-w-\[800px\] {
  max-width: 800px !important;
}
.max-w-\[880px\] {
  max-width: 880px !important;
}
.max-w-\[900px\] {
  max-width: 900px !important;
}
.max-w-\[940px\] {
  max-width: 940px !important;
}
.max-w-\[980px\] {
  max-width: 980px !important;
}
.max-w-lg {
  max-width: 32rem !important;
}
.max-w-none {
  max-width: none !important;
}
.max-w-xl {
  max-width: 36rem !important;
}
.shrink-0 {
  flex-shrink: 0 !important;
}
.flex-grow {
  flex-grow: 1 !important;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50% !important;
  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)) !important;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  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)) !important;
}
.-translate-y-full {
  --tw-translate-y: -100% !important;
  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)) !important;
}
.translate-y-0 {
  --tw-translate-y: 0px !important;
  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)) !important;
}
.translate-y-10 {
  --tw-translate-y: 2.5rem !important;
  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)) !important;
}
.translate-y-4 {
  --tw-translate-y: 1rem !important;
  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)) !important;
}
.translate-y-full {
  --tw-translate-y: 100% !important;
  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)) !important;
}
.scale-100 {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  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)) !important;
}
.scale-110 {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
  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)) !important;
}
.scale-95 {
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
  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)) !important;
}
.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)) !important;
}
@keyframes ping {

  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping {
  animation: ping var(--default-animation-duration, 1s) var(--default-animation-timing-function, cubic-bezier(0, 0, 0.2, 1)) var(--default-animation-delay, 0s) infinite !important;
}
.cursor-default {
  cursor: default !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.resize-none {
  resize: none !important;
}
.resize {
  resize: both !important;
}
.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness) !important;
}
.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory !important;
}
.appearance-none {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.grid-cols-\[auto_1fr\] {
  grid-template-columns: auto 1fr !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-col {
  flex-direction: column !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.items-start {
  align-items: flex-start !important;
}
.items-center {
  align-items: center !important;
}
.justify-start {
  justify-content: flex-start !important;
}
.justify-end {
  justify-content: flex-end !important;
}
.justify-center {
  justify-content: center !important;
}
.justify-between {
  justify-content: space-between !important;
}
.gap-0 {
  gap: 0px !important;
}
.gap-10 {
  gap: 2.5rem !important;
}
.gap-16 {
  gap: 4rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-4 {
  gap: 1rem !important;
}
.gap-5 {
  gap: 1.25rem !important;
}
.gap-6 {
  gap: 1.5rem !important;
}
.gap-8 {
  gap: 2rem !important;
}
.gap-9 {
  gap: 2.25rem !important;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.whitespace-nowrap {
  white-space: nowrap !important;
}
.rounded-full {
  border-radius: 9999px !important;
}
.rounded-lg {
  border-radius: 0.5rem !important;
}
.rounded-md {
  border-radius: 0.375rem !important;
}
.rounded-l-lg {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}
.rounded-bl-\[100px\] {
  border-bottom-left-radius: 100px !important;
}
.rounded-bl-\[110px\] {
  border-bottom-left-radius: 110px !important;
}
.rounded-bl-\[130px\] {
  border-bottom-left-radius: 130px !important;
}
.rounded-bl-\[150px\] {
  border-bottom-left-radius: 150px !important;
}
.rounded-bl-\[20px\] {
  border-bottom-left-radius: 20px !important;
}
.rounded-bl-\[40px\] {
  border-bottom-left-radius: 40px !important;
}
.rounded-bl-\[80px\] {
  border-bottom-left-radius: 80px !important;
}
.rounded-br-\[14px\] {
  border-bottom-right-radius: 14px !important;
}
.rounded-br-\[150px\] {
  border-bottom-right-radius: 150px !important;
}
.rounded-br-\[20px\] {
  border-bottom-right-radius: 20px !important;
}
.rounded-br-\[35px\] {
  border-bottom-right-radius: 35px !important;
}
.rounded-br-\[50px\] {
  border-bottom-right-radius: 50px !important;
}
.rounded-br-\[5px\] {
  border-bottom-right-radius: 5px !important;
}
.rounded-br-\[60px\] {
  border-bottom-right-radius: 60px !important;
}
.rounded-br-\[80px\] {
  border-bottom-right-radius: 80px !important;
}
.rounded-tl-\[14px\] {
  border-top-left-radius: 14px !important;
}
.rounded-tl-\[150px\] {
  border-top-left-radius: 150px !important;
}
.rounded-tl-\[20px\] {
  border-top-left-radius: 20px !important;
}
.rounded-tl-\[30px\] {
  border-top-left-radius: 30px !important;
}
.rounded-tl-\[35px\] {
  border-top-left-radius: 35px !important;
}
.rounded-tl-\[40px\] {
  border-top-left-radius: 40px !important;
}
.rounded-tl-\[50px\] {
  border-top-left-radius: 50px !important;
}
.rounded-tl-\[5px\] {
  border-top-left-radius: 5px !important;
}
.rounded-tl-\[60px\] {
  border-top-left-radius: 60px !important;
}
.rounded-tl-\[80px\] {
  border-top-left-radius: 80px !important;
}
.rounded-tr-\[100px\] {
  border-top-right-radius: 100px !important;
}
.rounded-tr-\[110px\] {
  border-top-right-radius: 110px !important;
}
.rounded-tr-\[130px\] {
  border-top-right-radius: 130px !important;
}
.rounded-tr-\[150px\] {
  border-top-right-radius: 150px !important;
}
.rounded-tr-\[20px\] {
  border-top-right-radius: 20px !important;
}
.rounded-tr-\[220px\] {
  border-top-right-radius: 220px !important;
}
.rounded-tr-\[40px\] {
  border-top-right-radius: 40px !important;
}
.rounded-tr-\[80px\] {
  border-top-right-radius: 80px !important;
}
.border {
  border-width: 1px !important;
}
.border-\[15px\] {
  border-width: 15px !important;
}
.border-b {
  border-bottom-width: 1px !important;
}
.border-\[\#2ED2B0\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(46 210 176 / var(--tw-border-opacity, 1)) !important;
}
.border-gray-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
}
.border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
}
.border-primary {
  --tw-border-opacity: 1 !important;
  border-color: rgb(18 138 114 / var(--tw-border-opacity, 1)) !important;
}
.border-transparent {
  border-color: transparent !important;
}
.border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}
.bg-\[\#128A72\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(18 138 114 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#2ABFA0\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 191 160 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#2ED2B0\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(46 210 176 / var(--tw-bg-opacity, 1)) !important;
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3) !important;
}
.bg-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)) !important;
}
.bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1)) !important;
}
.bg-green-500\/30 {
  background-color: rgb(34 197 94 / 0.3) !important;
}
.bg-primary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(18 138 114 / var(--tw-bg-opacity, 1)) !important;
}
.bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1)) !important;
}
.bg-support {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(45 50 44 / var(--tw-bg-opacity, 1)) !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}
.from-\[\#29C6A7\] {
  --tw-gradient-from: #29C6A7 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(41 198 167 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-\[\#29C6A7\]\/90 {
  --tw-gradient-from: rgb(41 198 167 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(41 198 167 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-\[\#2ED2B0\] {
  --tw-gradient-from: #2ED2B0 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(46 210 176 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.to-\[\#128A72\] {
  --tw-gradient-to: #128A72 var(--tw-gradient-to-position) !important;
}
.to-\[\#128A72\]\/90 {
  --tw-gradient-to: rgb(18 138 114 / 0.9) var(--tw-gradient-to-position) !important;
}
.fill-\[\#2D322C\] {
  fill: #2D322C !important;
}
.stroke-\[\#2D322C\] {
  stroke: #2D322C !important;
}
.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.p-10 {
  padding: 2.5rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 0.75rem !important;
}
.p-5 {
  padding: 1.25rem !important;
}
.p-6 {
  padding: 1.5rem !important;
}
.p-7 {
  padding: 1.75rem !important;
}
.p-8 {
  padding: 2rem !important;
}
.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pb-8 {
  padding-bottom: 2rem !important;
}
.pl-6 {
  padding-left: 1.5rem !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pt-4 {
  padding-top: 1rem !important;
}
.pt-8 {
  padding-top: 2rem !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
.text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}
.text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.font-bold {
  font-weight: 700 !important;
}
.font-light {
  font-weight: 300 !important;
}
.font-normal {
  font-weight: 400 !important;
}
.font-semibold {
  font-weight: 600 !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
}
.text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1)) !important;
}
.text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1)) !important;
}
.text-gray-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1)) !important;
}
.text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1)) !important;
}
.text-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(18 138 114 / var(--tw-text-opacity, 1)) !important;
}
.text-red-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1)) !important;
}
.text-support {
  --tw-text-opacity: 1 !important;
  color: rgb(45 50 44 / var(--tw-text-opacity, 1)) !important;
}
.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7) !important;
}
.placeholder-white::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1)) !important;
}
.placeholder-white::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1)) !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-black\/20 {
  --tw-shadow-color: rgb(0 0 0 / 0.2) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.ring-1 {
  --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(1px + 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;
}
.ring-black\/5 {
  --tw-ring-color: rgb(0 0 0 / 0.05) !important;
}
.blur {
  --tw-blur: blur(8px) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition-transform {
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.duration-150 {
  transition-duration: 150ms !important;
}
.duration-300 {
  transition-duration: 300ms !important;
}
.duration-500 {
  transition-duration: 500ms !important;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}
.scrollbar-hide {
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}
.scrollbar-hide::-webkit-scrollbar {
  display: none !important;
}
.\[object-position\:50\%_30\%\] {
  -o-object-position: 50% 30% !important;
     object-position: 50% 30% !important;
}

/* Importando estilos organizados */

/* Estilos específicos do WordPress */

.sticky-wrapper {
    position: relative;
}

.sticky-column {
    position: sticky;
    top: 120px; /* Mantém fixo ao rolar */
    transition: top 0.2s ease-in-out;
}

.sticky-column.is-fixed {
    position: fixed;
    top: 120px; /* Espaço para header fixo */
    z-index: 10;
}

.sticky-column.is-absolute {
    position: absolute;
    bottom: 0;
    top: auto;
}

@media (max-width: 1024px) {
    .sticky-column {
        position: relative !important;
        top: auto !important;
    }
}
.wpcf7-response-output,
.wpcf7-spinner {
    display: none !important;
}


.custom-tip {
    font-size: 0.75rem;
    color: #dc2626;
    margin-top: 4px;
    display: block;
}


@media (min-width: 1024px) {

  .lg\:container {
    width: 100%;
  }

  @media (min-width: 640px) {

    .lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .lg\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {

    .lg\:container {
      max-width: 1536px;
    }
  }

  @media (min-width: 1700px) {

    .lg\:container {
      max-width: 1700px;
    }
  }
}


@media (min-width: 1280px) {

  .xl\:container {
    width: 100%;
  }

  @media (min-width: 640px) {

    .xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {

    .xl\:container {
      max-width: 1536px;
    }
  }

  @media (min-width: 1700px) {

    .xl\:container {
      max-width: 1700px;
    }
  }
}


@media (min-width: 1700px) {

  .xxl\:container {
    width: 100%;
  }

  @media (min-width: 640px) {

    .xxl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .xxl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .xxl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .xxl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {

    .xxl\:container {
      max-width: 1536px;
    }
  }

  @media (min-width: 1700px) {

    .xxl\:container {
      max-width: 1700px;
    }
  }
}


.before\:absolute::before {
  content: var(--tw-content) !important;
  position: absolute !important;
}


.before\:left-0::before {
  content: var(--tw-content) !important;
  left: 0px !important;
}


.before\:top-2\.5::before {
  content: var(--tw-content) !important;
  top: 0.625rem !important;
}


.before\:h-2::before {
  content: var(--tw-content) !important;
  height: 0.5rem !important;
}


.before\:w-2::before {
  content: var(--tw-content) !important;
  width: 0.5rem !important;
}


.before\:rounded-full::before {
  content: var(--tw-content) !important;
  border-radius: 9999px !important;
}


.before\:bg-primary::before {
  content: var(--tw-content) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(18 138 114 / var(--tw-bg-opacity, 1)) !important;
}


.before\:bg-white::before {
  content: var(--tw-content) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}


.before\:content-\[\\\'\\\'\]::before {
  --tw-content: \'\' !important;
  content: var(--tw-content) !important;
}


.focus-within\:border-\[\#2ED2B0\]:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgb(46 210 176 / var(--tw-border-opacity, 1)) !important;
}


.hover\:rounded-\[0px_0px_0px_0px\]:hover {
  border-radius: 0px 0px 0px 0px !important;
}


.hover\:border-primary:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(18 138 114 / var(--tw-border-opacity, 1)) !important;
}


.hover\:bg-\[\#228C8A\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 140 138 / var(--tw-bg-opacity, 1)) !important;
}


.hover\:bg-\[\#2ED2B0\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(46 210 176 / var(--tw-bg-opacity, 1)) !important;
}


.hover\:bg-secondary:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(14 102 85 / var(--tw-bg-opacity, 1)) !important;
}


.hover\:text-\[\#2ABFA0\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(42 191 160 / var(--tw-text-opacity, 1)) !important;
}


.hover\:text-black:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}


.hover\:text-gray-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1)) !important;
}


.hover\:text-gray-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1)) !important;
}


.hover\:text-support:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(45 50 44 / var(--tw-text-opacity, 1)) !important;
}


.hover\:underline:hover {
  text-decoration-line: underline !important;
}


.hover\:opacity-80:hover {
  opacity: 0.8 !important;
}


.focus\:border-\[\#2ED2B0\]:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(46 210 176 / var(--tw-border-opacity, 1)) !important;
}


.focus\:outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}


.group:hover .group-hover\:scale-\[1\.03\] {
  --tw-scale-x: 1.03 !important;
  --tw-scale-y: 1.03 !important;
  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)) !important;
}


.group:hover .group-hover\:bg-\[\#2ABFA0\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 191 160 / var(--tw-bg-opacity, 1)) !important;
}


.group:hover .group-hover\:fill-\[\#A4A198\] {
  fill: #A4A198 !important;
}


.group:hover .group-hover\:stroke-\[\#A4A198\] {
  stroke: #A4A198 !important;
}


.group:hover .group-hover\:text-support {
  --tw-text-opacity: 1 !important;
  color: rgb(45 50 44 / var(--tw-text-opacity, 1)) !important;
}


.group:active .group-active\:scale-95 {
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
  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)) !important;
}


@media (min-width: 640px) {

  .sm\:h-96 {
    height: 24rem !important;
  }

  .sm\:h-\[640px\] {
    height: 640px !important;
  }

  .sm\:h-\[670px\] {
    height: 670px !important;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .sm\:gap-16 {
    gap: 4rem !important;
  }

  .sm\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .sm\:text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .sm\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
}


@media (min-width: 768px) {

  .md\:bottom-28 {
    bottom: 7rem !important;
  }

  .md\:bottom-6 {
    bottom: 1.5rem !important;
  }

  .md\:right-6 {
    right: 1.5rem !important;
  }

  .md\:right-8 {
    right: 2rem !important;
  }

  .md\:block {
    display: block !important;
  }

  .md\:flex {
    display: flex !important;
  }

  .md\:hidden {
    display: none !important;
  }

  .md\:h-16 {
    height: 4rem !important;
  }

  .md\:h-\[540px\] {
    height: 540px !important;
  }

  .md\:w-16 {
    width: 4rem !important;
  }

  .md\:w-\[33vw\] {
    width: 33vw !important;
  }

  .md\:w-\[520px\] {
    width: 520px !important;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:flex-row {
    flex-direction: row !important;
  }

  .md\:justify-between {
    justify-content: space-between !important;
  }

  .md\:gap-4 {
    gap: 1rem !important;
  }

  .md\:rounded-br-\[20px\] {
    border-bottom-right-radius: 20px !important;
  }

  .md\:rounded-br-\[40px\] {
    border-bottom-right-radius: 40px !important;
  }

  .md\:rounded-tr-\[20px\] {
    border-top-right-radius: 20px !important;
  }

  .md\:rounded-tr-\[320px\] {
    border-top-right-radius: 320px !important;
  }

  .md\:rounded-tr-\[40px\] {
    border-top-right-radius: 40px !important;
  }
}


@media (min-width: 1024px) {

  .lg\:bottom-10 {
    bottom: 2.5rem !important;
  }

  .lg\:order-1 {
    order: 1 !important;
  }

  .lg\:order-2 {
    order: 2 !important;
  }

  .lg\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lg\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .lg\:-mr-5 {
    margin-right: -1.25rem !important;
  }

  .lg\:-mt-5 {
    margin-top: -1.25rem !important;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .lg\:ml-16 {
    margin-left: 4rem !important;
  }

  .lg\:ml-32 {
    margin-left: 8rem !important;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .lg\:ml-auto {
    margin-left: auto !important;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .lg\:mt-16 {
    margin-top: 4rem !important;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .lg\:flex {
    display: flex !important;
  }

  .lg\:grid {
    display: grid !important;
  }

  .lg\:h-12 {
    height: 3rem !important;
  }

  .lg\:h-\[300px\] {
    height: 300px !important;
  }

  .lg\:h-\[320px\] {
    height: 320px !important;
  }

  .lg\:h-\[640px\] {
    height: 640px !important;
  }

  .lg\:w-12 {
    width: 3rem !important;
  }

  .lg\:w-\[60\%\] {
    width: 60% !important;
  }

  .lg\:w-\[90\%\] {
    width: 90% !important;
  }

  .lg\:w-auto {
    width: auto !important;
  }

  .lg\:w-full {
    width: 100% !important;
  }

  .lg\:max-w-\[470px\] {
    max-width: 470px !important;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-\[1\.3fr_1fr\] {
    grid-template-columns: 1.3fr 1fr !important;
  }

  .lg\:grid-cols-\[1\.5fr_1fr\] {
    grid-template-columns: 1.5fr 1fr !important;
  }

  .lg\:grid-cols-\[1fr_1\.3fr\] {
    grid-template-columns: 1fr 1.3fr !important;
  }

  .lg\:grid-cols-\[80px_1fr\] {
    grid-template-columns: 80px 1fr !important;
  }

  .lg\:flex-row {
    flex-direction: row !important;
  }

  .lg\:flex-col {
    flex-direction: column !important;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .lg\:items-center {
    align-items: center !important;
  }

  .lg\:justify-start {
    justify-content: flex-start !important;
  }

  .lg\:justify-end {
    justify-content: flex-end !important;
  }

  .lg\:justify-center {
    justify-content: center !important;
  }

  .lg\:justify-between {
    justify-content: space-between !important;
  }

  .lg\:gap-10 {
    gap: 2.5rem !important;
  }

  .lg\:gap-16 {
    gap: 4rem !important;
  }

  .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .lg\:rounded-full {
    border-radius: 9999px !important;
  }

  .lg\:rounded-bl-\[300px\] {
    border-bottom-left-radius: 300px !important;
  }

  .lg\:rounded-br-\[100px\] {
    border-bottom-right-radius: 100px !important;
  }

  .lg\:rounded-br-\[80px\] {
    border-bottom-right-radius: 80px !important;
  }

  .lg\:rounded-tl-\[100px\] {
    border-top-left-radius: 100px !important;
  }

  .lg\:rounded-tl-\[80px\] {
    border-top-left-radius: 80px !important;
  }

  .lg\:rounded-tr-\[300px\] {
    border-top-right-radius: 300px !important;
  }

  .lg\:bg-transparent {
    background-color: transparent !important;
  }

  .lg\:p-10 {
    padding: 2.5rem !important;
  }

  .lg\:p-16 {
    padding: 4rem !important;
  }

  .lg\:p-2 {
    padding: 0.5rem !important;
  }

  .lg\:p-20 {
    padding: 5rem !important;
  }

  .lg\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .lg\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .lg\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lg\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .lg\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .lg\:pb-0 {
    padding-bottom: 0px !important;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .lg\:pt-16 {
    padding-top: 4rem !important;
  }

  .lg\:pt-8 {
    padding-top: 2rem !important;
  }

  .lg\:text-left {
    text-align: left !important;
  }

  .lg\:text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .lg\:text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }

  .lg\:text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .lg\:text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .lg\:text-support {
    --tw-text-opacity: 1 !important;
    color: rgb(45 50 44 / var(--tw-text-opacity, 1)) !important;
  }
}


@media (min-width: 1280px) {

  .xl\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .xl\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .xl\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .xl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xl\:ml-auto {
    margin-left: auto !important;
  }

  .xl\:mt-16 {
    margin-top: 4rem !important;
  }

  .xl\:block {
    display: block !important;
  }

  .xl\:h-\[200px\] {
    height: 200px !important;
  }

  .xl\:h-\[640px\] {
    height: 640px !important;
  }

  .xl\:h-full {
    height: 100% !important;
  }

  .xl\:w-\[80\%\] {
    width: 80% !important;
  }

  .xl\:w-\[90\%\] {
    width: 90% !important;
  }

  .xl\:max-w-2xl {
    max-width: 42rem !important;
  }

  .xl\:max-w-\[480px\] {
    max-width: 480px !important;
  }

  .xl\:max-w-\[520px\] {
    max-width: 520px !important;
  }

  .xl\:max-w-\[670px\] {
    max-width: 670px !important;
  }

  .xl\:max-w-lg {
    max-width: 32rem !important;
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-\[1fr_1\.2fr\] {
    grid-template-columns: 1fr 1.2fr !important;
  }

  .xl\:flex-row {
    flex-direction: row !important;
  }

  .xl\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .xl\:gap-20 {
    gap: 5rem !important;
  }

  .xl\:gap-32 {
    gap: 8rem !important;
  }

  .xl\:rounded-tl-\[300px\] {
    border-top-left-radius: 300px !important;
  }

  .xl\:rounded-tr-\[80px\] {
    border-top-right-radius: 80px !important;
  }

  .xl\:p-24 {
    padding: 6rem !important;
  }

  .xl\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .xl\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .xl\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }
}


@media (min-width: 1700px) {

  .xxl\:-ml-5 {
    margin-left: -1.25rem !important;
  }

  .xxl\:-mt-16 {
    margin-top: -4rem !important;
  }

  .xxl\:-mt-5 {
    margin-top: -1.25rem !important;
  }

  .xxl\:mt-80 {
    margin-top: 20rem !important;
  }

  .xxl\:block {
    display: block !important;
  }

  .xxl\:h-auto {
    height: auto !important;
  }

  .xxl\:h-full {
    height: 100% !important;
  }

  .xxl\:max-h-\[570px\] {
    max-height: 570px !important;
  }

  .xxl\:w-\[90\%\] {
    width: 90% !important;
  }

  .xxl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}


@media print {

  .print\:hidden {
    display: none !important;
  }
}

/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/swiper/swiper.css ***!
  \************************************************************************************************************************************************************************************/
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

/*!************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/swiper/modules/navigation.css ***!
  \************************************************************************************************************************************************************************************************/
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */

/*!************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/swiper/modules/pagination.css ***!
  \************************************************************************************************************************************************************************************************/
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          -moz-appearance: none;
       appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}


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