@import url('https://fonts.googleapis.com/css?family=Inter&display=swap');
@import url('https://fonts.googleapis.com/css?family=Manrope:300,400,500,600,700,900');

:root {
    --topbar-content: #8C969F;
    --topbar-search: #595959;
    --topbar-bg: #f2f5f9;
    --topbar-counter: #FFFFFF;
    --topbar-counter-bg: #02b290;
    --color-brand: #dd3333;
    --color-brand-hover: #dd3333;
    --color-main-text: #000000;
    --color-dark-text: #595959;
    --color-light-text: #666666;
    --color-lighter-text: #808080;
    --color-lightest-text: #8C969F;
    --color-border-main: #E2E8F0;
    --color-border-light: #DBDEE5;
    --color-border-lighter: #E7ECF0;
    --color-bg: #F3F5F9;
    --color-store-notice-bg: #02b290;
    --color-store-notice-text: #ffffff;
    --color-bottom-nav-bg: #ffffff;
    --color-bottom-nav-icon: #8C969F;
    --body-font-family: Inter;
    --body-font-size: 15px;
    --body-font-weight: ;
    --body-font-style: regular;
    --body-line-height: 1.8;
    --h1-font-family: Manrope;
    --h1-font-size: 40px;
    --h1-font-weight: 700;
    --h1-font-style: ;
    --h1-line-height: 1.5;
    --h1-color: #000000;
    --h2-font-family: Manrope;
    --h2-font-size: 24px;
    --h2-font-weight: 700;
    --h2-font-style: ;
    --h2-line-height: 1.5;
    --h2-color: #000000;
    --h3-font-family: Manrope;
    --h3-font-size: 22px;
    --h3-font-weight: 700;
    --h3-font-style: ;
    --h3-line-height: 1.5;
    --h3-color: #000000;
    --h4-font-family: Manrope;
    --h4-font-size: 18px;
    --h4-font-weight: 700;
    --h4-font-style: ;
    --h4-line-height: 1.5;
    --h4-color: #000000;
    --h5-font-family: Manrope;
    --h5-font-size: 16px;
    --h5-font-weight: 700;
    --h5-font-style: ;
    --h5-line-height: 1.5;
    --h5-color: #000000;
    --h6-font-family: Manrope;
    --h6-font-size: 15px;
    --h6-font-weight: 700;
    --h6-font-style: ;
    --h6-line-height: 1.5;
    --h6-color: #000000;
    --special-font-family: Caveat;
    --special-font-size: 30px;
    --special-font-weight: 700;
    --special-font-style: ;
    --special-line-height: 1.26;
}


html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    text-decoration: none !important;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

span {
    font-family: 'Inter' !important;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 1em 0.625em;
    border-radius: 6px;
    border: 1px solid var(--color-border-main)
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body,
button,
input,
select,
optgroup,
textarea {
    color: var(--color-dark-text);
    font-family: var(--body-font-family);
    line-height: var(--body-line-height);
    font-size: calc(var(--body-font-size) - 1px)
}

@media (min-width: 768px) {

    body,
    button,
    input,
    select,
    optgroup,
    textarea {
        font-size: var(--body-font-size)
    }
}

.mce-content-body {
    line-height: var(--body-line-height)
}

.mce-content-body *[data-mce-selected="inline-boundary"] {
    background: #d0f6ef
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

h1 {
    font-family: var(--h1-font-family);
    font-size: calc(var(--h1-font-size) - 18px);
    font-weight: var(--h1-font-weight);
    font-style: var(--h1-font-style);
    line-height: var(--h1-line-height);
    color: var(--h1-color, --color-main-text)
}

@media (min-width: 640px) {
    h1 {
        font-size: calc(var(--h1-font-size) - 16px)
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: calc(var(--h1-font-size) - 14px)
    }
}

@media (min-width: 1280px) {
    h1 {
        font-size: calc(var(--h1-font-size) - 12px)
    }
}

@media (min-width: 1400px) {
    h1 {
        font-size: calc(var(--h1-font-size) - 8px)
    }
}

@media (min-width: 1500px) {
    h1 {
        font-size: var(--h1-font-size)
    }
}

h2 {
    font-family: var(--h2-font-family);
    font-size: calc(var(--h2-font-size) - 6px);
    font-weight: var(--h2-font-weight);
    font-style: var(--h2-font-style);
    line-height: var(--h2-line-height);
    color: var(--h2-color, --color-main-text)
}

@media (min-width: 640px) {
    h2 {
        font-size: calc(var(--h2-font-size) - 4px)
    }
}

@media (min-width: 768px) {
    h2 {
        font-size: calc(var(--h2-font-size) - 2px)
    }
}

@media (min-width: 1280px) {
    h2 {
        font-size: var(--h2-font-size)
    }
}

h3 {
    font-family: var(--h3-font-family);
    font-size: calc(var(--h3-font-size) - 6px);
    font-weight: var(--h3-font-weight);
    font-style: var(--h3-font-style);
    line-height: var(--h3-line-height);
    color: var(--h3-color, --color-main-text)
}

@media (min-width: 640px) {
    h3 {
        font-size: calc(var(--h3-font-size) - 5px)
    }
}

@media (min-width: 768px) {
    h3 {
        font-size: calc(var(--h3-font-size) - 2px)
    }
}

@media (min-width: 1280px) {
    h3 {
        font-size: var(--h3-font-size)
    }
}

h4 {
    font-family: var(--h4-font-family);
    font-size: calc(var(--h4-font-size) - 3px);
    font-weight: var(--h4-font-weight);
    font-style: var(--h4-font-style);
    line-height: var(--h4-line-height);
    color: var(--h4-color, --color-main-text)
}

@media (min-width: 640px) {
    h4 {
        font-size: calc(var(--h4-font-size) - 2px)
    }
}

@media (min-width: 768px) {
    h4 {
        font-size: var(--h4-font-size)
    }
}

h5 {
    font-family: var(--h5-font-family);
    font-size: calc(var(--h5-font-size) - 2px);
    font-weight: var(--h5-font-weight);
    font-style: var(--h5-font-style);
    line-height: var(--h5-line-height);
    color: var(--h5-color, --color-main-text)
}

@media (min-width: 640px) {
    h5 {
        font-size: calc(var(--h5-font-size) - 1px)
    }
}

@media (min-width: 768px) {
    h5 {
        font-size: var(--h5-font-size)
    }
}

h6 {
    font-family: var(--h6-font-family);
    font-size: calc(var(--h6-font-size) - 1px);
    font-weight: var(--h6-font-weight);
    font-style: var(--h6-font-style);
    line-height: var(--h6-line-height);
    color: var(--h6-color, --color-main-text)
}

@media (min-width: 640px) {
    h6 {
        font-size: var(--h6-font-size)
    }
}

/* .has-huge-font-size,
.has-larger-font-size {
    font-size: var(--h1-font-size)
}

.has-large-font-size {
    font-size: var(--h2-font-size)
}

.has-normal-font-size,
.has-regular-font-size {
    font-size: var(--h3-font-size)
}

.has-medium-font-size {
    font-size: calc(var(--h4-font-size) + 2px)
}

.has-small-font-size {
    font-size: var(--h4-font-size)
} */

p {
    word-break: break-word;
    margin-bottom: 1.6em
}

@media (min-width: 640px) {
    p {
        margin-bottom: 2em
    }
}

@media (min-width: 768px) {
    p {
        margin-bottom: 2.4em
    }
}

@media (min-width: 1024px) {
    p {
        margin-bottom: 2.6em
    }
}

b,
strong {
    color: var(--color-main-text)
}

dfn,
cite,
em,
i {
    font-style: italic
}

blockquote {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2em
}

@media (min-width: 768px) {
    blockquote {
        margin-bottom: 2.4em
    }
}

@media (min-width: 1024px) {
    blockquote {
        margin-bottom: 2.6em
    }
}

address,
.woocommerce .woocommerce-customer-details address {
    padding: 12px 20px;
    font-style: normal;
    border: 1px solid var(--color-border-main);
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-radius: 6px;
    margin: 0 0 2em
}

@media (min-width: 768px) {

    address,
    .woocommerce .woocommerce-customer-details address {
        margin: 0 0 2.4em
    }
}

@media (min-width: 1024px) {

    address,
    .woocommerce .woocommerce-customer-details address {
        margin: 0 0 2.6em
    }
}

pre {
    color: var(--color-main-text);
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    max-width: 100%;
    padding: 1em;
    margin-bottom: 1.2em;
    border: 1px solid var(--color-border-main);
    background: var(--color-bg);
    border-radius: 6px;
    overflow: auto
}

@media (min-width: 640px) {
    pre {
        padding: 1.6em
    }
}

pre code {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent
}

code,
kbd,
tt,
var,
.wp-block-freeform.block-library-rich-text__tinymce code {
    display: inline-block;
    color: var(--color-main-text);
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: inherit;
    margin: 4px 0;
    padding: 2px 4px;
    background: var(--color-bg);
    border: 1px solid var(--color-border-main);
    border-radius: 6px
}

@media (min-width: 640px) {

    code,
    kbd,
    tt,
    var,
    .wp-block-freeform.block-library-rich-text__tinymce code {
        margin: 5px 0;
        padding: 3px 8px
    }
}

kbd {
    border: 1px solid var(--color-border-main);
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08)
}

abbr,
acronym {
    border-bottom: 1px dotted var(--color-border-main);
    cursor: help
}

mark,
ins {
    color: var(--color-main-text);
    text-decoration: none;
    padding: 3px 8px;
    background: #fff9c0;
    border: 1px solid #ffeb31;
    border-radius: 6px
}

big {
    font-size: 125%
}

::-moz-selection {
    color: #ffffff;
    background-color: var(--color-brand)
}

::selection {
    color: #ffffff;
    background-color: var(--color-brand)
}

body {
    background: #ffffff
}

hr {
    background-color: var(--color-border-main);
    border: 0;
    height: 1px;
    margin-bottom: 2em
}

@media (min-width: 768px) {
    hr {
        margin-bottom: 2.4em
    }
}

@media (min-width: 1024px) {
    hr {
        margin-bottom: 2.6em
    }
}

ul,
ol,
.wp-block-freeform.block-library-rich-text__tinymce ul,
.wp-block-freeform.block-library-rich-text__tinymce ol {
    margin: 0 0 2em 0;
    padding-left: 24px
}

@media (min-width: 768px) {

    ul,
    ol,
    .wp-block-freeform.block-library-rich-text__tinymce ul,
    .wp-block-freeform.block-library-rich-text__tinymce ol {
        margin: 0 0 2.4em 0
    }
}

@media (min-width: 1024px) {

    ul,
    ol,
    .wp-block-freeform.block-library-rich-text__tinymce ul,
    .wp-block-freeform.block-library-rich-text__tinymce ol {
        margin: 0 0 2.6em 0
    }
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ul,
li>ol {
    margin-bottom: 0
}

dl {
    margin: 0 0 2em 0
}

@media (min-width: 768px) {
    dl {
        margin: 0 0 2.4em 0
    }
}

@media (min-width: 1024px) {
    dl {
        margin: 0 0 2.6em 0
    }
}

dt {
    color: var(--color-main-text);
    font-weight: 600;
    margin-bottom: 4px
}

dd {
    margin: 0 16px 16px
}

@media (min-width: 640px) {
    dd {
        margin: 0 24px 24px
    }
}

.entry-content ul li,
.entry-content ol li,
.comment-body ul li,
.comment-body ol li {
    margin-bottom: 12px
}

@media (min-width: 640px) {

    .entry-content ul li,
    .entry-content ol li,
    .comment-body ul li,
    .comment-body ol li {
        margin-bottom: 16px
    }
}

.entry-content ul li:last-of-type,
.entry-content ol li:last-of-type,
.comment-body ul li:last-of-type,
.comment-body ol li:last-of-type {
    margin-bottom: 0
}

.entry-content ul li.blocks-gallery-item:last-child,
.entry-content ol li.blocks-gallery-item:last-child,
.comment-body ul li.blocks-gallery-item:last-child,
.comment-body ol li.blocks-gallery-item:last-child {
    margin-bottom: 1em
}

.entry-content ul a,
.entry-content ol a,
.comment-body ul a,
.comment-body ol a {
    margin-bottom: 0
}

.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ul,
.entry-content ol ol,
.comment-body ul ul,
.comment-body ul ol,
.comment-body ol ul,
.comment-body ol ol {
    margin-top: 12px;
    margin-bottom: 12px
}

@media (min-width: 640px) {

    .entry-content ul ul,
    .entry-content ul ol,
    .entry-content ol ul,
    .entry-content ol ol,
    .comment-body ul ul,
    .comment-body ul ol,
    .comment-body ol ul,
    .comment-body ol ol {
        margin-top: 16px;
        margin-bottom: 16px
    }
}

embed,
iframe,
object {
    max-width: 100%
}

img {
    height: auto;
    max-width: 100%
}

figure {
    margin: 1em 0
}

table,
.wp-block-table table,
.woocommerce table.shop_table,
.woocommerce table.shop_attributes {
    width: 100%;
    border-spacing: 0;
    border-collapse: inherit;
    border-radius: 6px;
    border: 1px solid var(--color-border-main);
    table-layout: fixed;
    overflow: hidden;
    text-align: left;
    margin: 0 0 2em
}

@media (min-width: 768px) {

    table,
    .wp-block-table table,
    .woocommerce table.shop_table,
    .woocommerce table.shop_attributes {
        margin: 0 0 2.4em
    }
}

@media (min-width: 1024px) {

    table,
    .wp-block-table table,
    .woocommerce table.shop_table,
    .woocommerce table.shop_attributes {
        margin: 0 0 2.6em
    }
}

table th,
.wp-block-table table th,
.woocommerce table.shop_table th,
.woocommerce table.shop_attributes th {
    color: var(--color-main-text);
    font-weight: 600;
    font-family: var(--h6-font-family);
    font-size: calc(var(--h6-font-size) - 2px);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    background-color: var(--color-bg)
}

table th:first-of-type,
.wp-block-table table th:first-of-type,
.woocommerce table.shop_table th:first-of-type,
.woocommerce table.shop_attributes th:first-of-type {
    border-top-left-radius: 6px
}

table th:last-of-type,
.wp-block-table table th:last-of-type,
.woocommerce table.shop_table th:last-of-type,
.woocommerce table.shop_attributes th:last-of-type {
    border-top-right-radius: 6px
}

table th,
table td,
.wp-block-table table th,
.wp-block-table table td,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
    border: 0;
    padding: 12px 16px
}

@media (min-width: 640px) {

    table th,
    table td,
    .wp-block-table table th,
    .wp-block-table table td,
    .woocommerce table.shop_table th,
    .woocommerce table.shop_table td,
    .woocommerce table.shop_attributes th,
    .woocommerce table.shop_attributes td {
        padding: 16px 20px
    }
}

table tbody th,
table tbody td,
.wp-block-table table tbody th,
.wp-block-table table tbody td,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tbody td,
.woocommerce table.shop_attributes tbody th,
.woocommerce table.shop_attributes tbody td {
    border-bottom: 1px solid var(--color-border-main)
}

table tbody tr:last-of-type th,
table tbody tr:last-of-type td,
.wp-block-table table tbody tr:last-of-type th,
.wp-block-table table tbody tr:last-of-type td,
.woocommerce table.shop_table tbody tr:last-of-type th,
.woocommerce table.shop_table tbody tr:last-of-type td,
.woocommerce table.shop_attributes tbody tr:last-of-type th,
.woocommerce table.shop_attributes tbody tr:last-of-type td {
    border-bottom: 0
}

table thead+tbody th,
.wp-block-table table thead+tbody th,
.woocommerce table.shop_table thead+tbody th,
.woocommerce table.shop_attributes thead+tbody th {
    font-weight: normal;
    text-transform: inherit;
    font-family: var(--body-font-family);
    font-size: var(--body-font-size);
    letter-spacing: normal
}

table thead+tbody th,
table tfoot th,
.wp-block-table table thead+tbody th,
.wp-block-table table tfoot th,
.woocommerce table.shop_table thead+tbody th,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_attributes thead+tbody th,
.woocommerce table.shop_attributes tfoot th {
    background-color: transparent
}

a,
.wp-block-freeform.block-library-rich-text__tinymce a {
    color: var(--color-main-text);
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease
}

a:hover,
a:focus,
a:active,
.wp-block-freeform.block-library-rich-text__tinymce a:hover,
.wp-block-freeform.block-library-rich-text__tinymce a:focus,
.wp-block-freeform.block-library-rich-text__tinymce a:active {
    color: var(--color-brand-hover)
}

a:focus,
.wp-block-freeform.block-library-rich-text__tinymce a:focus {
    outline: thin dotted
}

a:hover,
a:active,
.wp-block-freeform.block-library-rich-text__tinymce a:hover,
.wp-block-freeform.block-library-rich-text__tinymce a:active {
    outline: 0
}

input[type="button"],
input[type="reset"],
input[type="submit"],
.borobazar-default-btn,
.wp-block-search .wp-block-search__button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    font-size: calc(var(--body-font-size) - 2px);
    font-weight: 600;
    line-height: 1.2;
    padding: 15px 20px;
    border: 0;
    border-radius: 6px;
    background-color: var(--color-brand);
    -webkit-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease
}

@media (min-width: 640px) {

    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    .borobazar-default-btn,
    .wp-block-search .wp-block-search__button,
    .woocommerce #respond input#submit,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button {
        font-size: calc(var(--body-font-size) - 1px);
        padding: 16px 20px
    }
}

input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.borobazar-default-btn:hover,
.wp-block-search .wp-block-search__button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.borobazar-default-btn:focus,
.wp-block-search .wp-block-search__button:focus,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus {
    outline: none;
    color: #ffffff;
    background-color: var(--color-brand-hover)
}

.borobazar-outline-btn {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--color-brand);
    font-size: calc(var(--body-font-size) - 2px);
    font-weight: 600;
    line-height: 1.2;
    padding: 12px 16px;
    border: 1px solid var(--color-brand);
    border-radius: 64px;
    -webkit-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease
}

@media (min-width: 640px) {
    .borobazar-outline-btn {
        padding: 14px 20px;
        font-size: calc(var(--body-font-size) - 1px)
    }
}

.borobazar-outline-btn:hover,
.borobazar-outline-btn:focus {
    outline: none;
    color: #ffffff;
    border-color: var(--color-brand-hover);
    background-color: var(--color-brand-hover)
}

button {
    cursor: pointer
}

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
    opacity: 0.7
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
.wp-block-search .wp-block-search__input,
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
textarea {
    max-width: 100%;
    color: var(--color-main-text);
    min-height: 45px;
    padding: 8px 16px;
    border-radius: 6px;
    border: 1px solid var(--color-border-main);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

@media (min-width: 640px) {

    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="number"],
    input[type="tel"],
    input[type="range"],
    input[type="date"],
    input[type="month"],
    input[type="week"],
    input[type="time"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="color"],
    .wp-block-search .wp-block-search__input,
    #add_payment_method table.cart td.actions .coupon .input-text,
    .woocommerce-cart table.cart td.actions .coupon .input-text,
    .woocommerce-checkout table.cart td.actions .coupon .input-text,
    textarea {
        min-height: 48px
    }
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
input[type="range"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="week"]:hover,
input[type="time"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="color"]:hover,
.wp-block-search .wp-block-search__input:hover,
#add_payment_method table.cart td.actions .coupon .input-text:hover,
.woocommerce-cart table.cart td.actions .coupon .input-text:hover,
.woocommerce-checkout table.cart td.actions .coupon .input-text:hover,
textarea:hover {
    border-color: var(--color-brand)
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
.wp-block-search .wp-block-search__input:focus,
#add_payment_method table.cart td.actions .coupon .input-text:focus,
.woocommerce-cart table.cart td.actions .coupon .input-text:focus,
.woocommerce-checkout table.cart td.actions .coupon .input-text:focus,
textarea:focus {
    outline: none;
    border-color: var(--color-brand);
    -webkit-box-shadow: 0 0 0 1px var(--color-brand);
    box-shadow: 0 0 0 1px var(--color-brand)
}

input[type="text"]+span em,
input[type="email"]+span em,
input[type="url"]+span em,
input[type="password"]+span em,
input[type="search"]+span em,
input[type="number"]+span em,
input[type="tel"]+span em,
input[type="range"]+span em,
input[type="date"]+span em,
input[type="month"]+span em,
input[type="week"]+span em,
input[type="time"]+span em,
input[type="datetime"]+span em,
input[type="datetime-local"]+span em,
input[type="color"]+span em,
.wp-block-search .wp-block-search__input+span em,
#add_payment_method table.cart td.actions .coupon .input-text+span em,
.woocommerce-cart table.cart td.actions .coupon .input-text+span em,
.woocommerce-checkout table.cart td.actions .coupon .input-text+span em,
textarea+span em {
    font-size: calc(var(--body-font-size) - 1px)
}

input[type=number] {
    -moz-appearance: textfield
}

label {
    color: var(--color-main-text);
    margin-bottom: 4px
}

textarea,
.woocommerce form .form-row textarea {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    height: 140px
}

@media (min-width: 1024px) {

    textarea,
    .woocommerce form .form-row textarea {
        height: 200px
    }
}

textarea:focus,
.woocommerce form .form-row textarea:focus {
    -webkit-box-shadow: 0 0 0 1px var(--color-brand);
    box-shadow: 0 0 0 1px var(--color-brand)
}

textarea.editor-post-title__input,
.woocommerce form .form-row textarea.editor-post-title__input {
    height: auto;
    padding-top: 0;
    padding-bottom: 0
}

textarea.editor-post-title__input:hover,
.woocommerce form .form-row textarea.editor-post-title__input:hover {
    border-color: #ffffff
}

textarea.editor-post-title__input:focus,
.woocommerce form .form-row textarea.editor-post-title__input:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

select {
    height: 45px;
    max-width: 100%;
    cursor: pointer;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-left: 15px;
    padding-right: 28px;
    border-radius: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.99997 5.85018C4.82075 5.85018 4.64155 5.78175 4.50492 5.64518L0.205141 1.34536C-0.0683805 1.07184 -0.0683805 0.628372 0.205141 0.354961C0.478553 0.0815496 0.921933 0.0815496 1.19548 0.354961L4.99997 4.15968L8.80449 0.355094C9.07801 0.0816825 9.52135 0.0816825 9.79474 0.355094C10.0684 0.628505 10.0684 1.07197 9.79474 1.34549L5.49503 5.64531C5.35832 5.78191 5.17913 5.85018 4.99997 5.85018Z' fill='%238C969F'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: calc(100% - 14px) center;
    border: 1px solid var(--color-border-main);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

@media (min-width: 640px) {
    select {
        height: 48px
    }
}

select:hover {
    border-color: var(--color-brand)
}

select:focus {
    outline: none;
    border-color: var(--color-brand);
    -webkit-box-shadow: 0 0 0 1px var(--color-brand);
    box-shadow: 0 0 0 1px var(--color-brand)
}

/* .borobazar .select2-container .select2-selection--single,
.borobazar .select2-container .select2-selection--multiple,
.borobazar-woo .select2-container .select2-selection--single,
.borobazar-woo .select2-container .select2-selection--multiple {
    height: 45px;
    text-align: left;
    border-color: var(--color-border-main);
    border-radius: 6px;
    outline: none
}

@media (min-width: 640px) {

    .borobazar .select2-container .select2-selection--single,
    .borobazar .select2-container .select2-selection--multiple,
    .borobazar-woo .select2-container .select2-selection--single,
    .borobazar-woo .select2-container .select2-selection--multiple {
        height: 48px
    }
}

.borobazar .select2-container .select2-selection--single .select2-selection__rendered,
.borobazar .select2-container .select2-selection--multiple .select2-selection__rendered,
.borobazar-woo .select2-container .select2-selection--single .select2-selection__rendered,
.borobazar-woo .select2-container .select2-selection--multiple .select2-selection__rendered {
    color: var(--color-main-text);
    padding-left: 16px;
    padding-right: 32px;
    line-height: 45px
}

@media (min-width: 640px) {

    .borobazar .select2-container .select2-selection--single .select2-selection__rendered,
    .borobazar .select2-container .select2-selection--multiple .select2-selection__rendered,
    .borobazar-woo .select2-container .select2-selection--single .select2-selection__rendered,
    .borobazar-woo .select2-container .select2-selection--multiple .select2-selection__rendered {
        line-height: 48px
    }
}

.borobazar .select2-container .select2-selection--single .select2-selection__arrow,
.borobazar .select2-container .select2-selection--multiple .select2-selection__arrow,
.borobazar-woo .select2-container .select2-selection--single .select2-selection__arrow,
.borobazar-woo .select2-container .select2-selection--multiple .select2-selection__arrow {
    width: 32px;
    height: 100%
}

.borobazar .select2-container .select2-selection--single .select2-selection__arrow b,
.borobazar .select2-container .select2-selection--multiple .select2-selection__arrow b,
.borobazar-woo .select2-container .select2-selection--single .select2-selection__arrow b,
.borobazar-woo .select2-container .select2-selection--multiple .select2-selection__arrow b {
    left: 41%
}

.borobazar .select2-container .select2-selection--single .select2-selection__clear,
.borobazar .select2-container .select2-selection--multiple .select2-selection__clear,
.borobazar-woo .select2-container .select2-selection--single .select2-selection__clear,
.borobazar-woo .select2-container .select2-selection--multiple .select2-selection__clear {
    line-height: 2.9
}

.borobazar .select2-container.select2-container--focus .select2-selection--single,
.borobazar .select2-container.select2-container--focus .select2-selection--multiple,
.borobazar-woo .select2-container.select2-container--focus .select2-selection--single,
.borobazar-woo .select2-container.select2-container--focus .select2-selection--multiple {
    border-color: var(--color-brand);
    -webkit-box-shadow: 0 0 0 1px var(--color-brand);
    box-shadow: 0 0 0 1px var(--color-brand)
}

.borobazar .select2-container--default .select2-dropdown,
.borobazar-woo .select2-container--default .select2-dropdown {
    border-color: var(--color-border-main)
}

.borobazar .select2-container--default .select2-search--dropdown,
.borobazar-woo .select2-container--default .select2-search--dropdown {
    padding: 4px 8px 6px
}

.borobazar .select2-container--default .select2-search--dropdown .select2-search__field,
.borobazar-woo .select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: var(--color-border-main)
}

.borobazar .select2-container--default .select2-results__option,
.borobazar-woo .select2-container--default .select2-results__option {
    color: var(--color-main-text);
    padding: 6px 10px;
    outline: none;
    -webkit-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease
}

.borobazar .select2-container--default .select2-results__option[aria-selected=true],
.borobazar .select2-container--default .select2-results__option[data-selected=true],
.borobazar-woo .select2-container--default .select2-results__option[aria-selected=true],
.borobazar-woo .select2-container--default .select2-results__option[data-selected=true] {
    background-color: var(--color-bg)
}

.borobazar .select2-container--default .select2-results__option--highlighted[aria-selected],
.borobazar .select2-container--default .select2-results__option--highlighted[data-selected],
.borobazar-woo .select2-container--default .select2-results__option--highlighted[aria-selected],
.borobazar-woo .select2-container--default .select2-results__option--highlighted[data-selected] {
    color: #ffffff;
    background-color: var(--color-brand)
}

.borobazar .select2-container .select2-selection--multiple .select2-selection__rendered li,
.borobazar-woo .select2-container .select2-selection--multiple .select2-selection__rendered li {
    line-height: 2;
    margin: 8px 8px 0 0;
    border-color: var(--color-border-main);
    background: var(--color-bg);
    font-size: calc(var(--body-font-size) - 1px)
}

.borobazar .select2-container .select2-selection--multiple .select2-selection__rendered li.select2-search--inline,
.borobazar-woo .select2-container .select2-selection--multiple .select2-selection__rendered li.select2-search--inline {
    margin-top: 0;
    background: transparent
}

.woocommerce table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text,
.woocommerce #content table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text {
    width: auto
}

.wpcf7-form p:last-of-type {
    margin-bottom: 0
}

.wpcf7-form-control {
    width: 100%
}

.wpcf7-form-control.wpcf7-submit {
    width: auto
}

.wpcf7-select {
    width: 100%
}

.wpcf7-select[multiple="multiple"] {
    height: auto
}

.wpcf7-form-control-wrap {
    display: block;
    margin-top: 4px
}

.wpcf7-form-control-wrap[class*='file'] {
    display: block;
    padding: 16px;
    background-color: var(--color-bg);
    border: 1px dashed var(--color-lightest-text);
    border-radius: 6px
}

.wpcf7-form-control-wrap .wpcf7-range {
    padding: 0
}

.wpcf7-form-control-wrap .wpcf7-range:focus {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.wpcf7-form-control-wrap .wpcf7-file:focus-visible {
    outline: none;
    opacity: 0.7
}

blockquote,
.wp-block-quote,
.wp-block-quote.is-style-large {
    border: 0;
    padding: 0;
    padding-top: 2.34em;
    padding-bottom: 2.34em;
    border-top: 1px solid var(--color-border-main);
    border-bottom: 1px solid var(--color-border-main);
    position: relative;
    margin-bottom: 2em
}

@media (min-width: 768px) {

    blockquote,
    .wp-block-quote,
    .wp-block-quote.is-style-large {
        padding-top: 3em;
        margin-bottom: 2.4em
    }
}

@media (min-width: 1024px) {

    blockquote,
    .wp-block-quote,
    .wp-block-quote.is-style-large {
        margin-bottom: 2.6em
    }
}

blockquote::before,
.wp-block-quote::before,
.wp-block-quote.is-style-large::before {
    content: '';
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='56' viewBox='0 0 80 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.75 55.9688C29.0887 55.9688 37.5 47.5575 37.5 37.2187C37.5 32.2748 35.5925 27.6098 32.1291 24.083C28.6733 20.5641 24.0573 18.572 19.1308 18.4736L18.9877 18.47C17.2605 18.418 15.8273 19.7873 15.7823 21.5126C15.7373 23.238 17.0997 24.673 18.825 24.718L18.998 24.7223C25.7538 24.853 31.25 30.4592 31.25 37.2187C31.25 44.1112 25.6425 49.7187 18.75 49.7187C11.8575 49.7187 6.25 44.1112 6.25 37.2187C6.25 28.6097 8.2975 20.6656 12.3361 13.607C15.3544 8.33124 18.4237 5.54452 18.4811 5.49296C19.7683 4.3503 19.8892 2.3803 18.7495 1.08858C18.1319 0.388741 17.2705 0.0310822 16.405 0.0310822C15.6705 0.0312386 14.9328 0.288738 14.3388 0.812958C14.1877 0.946396 10.5972 4.14874 7.06281 10.2403C3.84063 15.7934 0 24.9819 0 37.2187C0 47.5577 8.41125 55.9688 18.75 55.9688Z' fill='%23D8DEE3'/%3E%3Cpath d='M61.25 55.9688C71.5887 55.9688 80 47.5577 80 37.2188C80 32.2748 78.0925 27.6098 74.6291 24.0827C71.1733 20.5637 66.5573 18.5719 61.6308 18.4733L61.4877 18.4697C59.7642 18.4177 58.3272 19.787 58.2823 21.5123C58.2373 23.2377 59.5997 24.6727 61.325 24.7177L61.498 24.722C68.2537 24.853 73.75 30.4592 73.75 37.2188C73.75 44.1112 68.1425 49.7188 61.25 49.7188C54.3575 49.7188 48.75 44.1112 48.75 37.2188C48.75 28.6097 50.7975 20.6656 54.8361 13.6072C57.8544 8.33141 60.9237 5.54469 60.9811 5.49313C62.2684 4.35031 62.3892 2.38047 61.2495 1.08875C60.6319 0.388752 59.7705 0.03125 58.905 0.03125C58.1705 0.03125 57.4328 0.28875 56.8386 0.812965C56.6877 0.946404 53.097 4.14875 49.5627 10.2403C46.3406 15.7934 42.5 24.9817 42.5 37.2188C42.5 47.5577 50.9113 55.9688 61.25 55.9688Z' fill='%23D8DEE3'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 0;
    width: 60px;
    height: 42px
}

@media (min-width: 768px) {

    blockquote::before,
    .wp-block-quote::before,
    .wp-block-quote.is-style-large::before {
        width: 80px;
        height: 56px
    }
}

blockquote.has-text-align-right,
.wp-block-quote.has-text-align-right,
.wp-block-quote.is-style-large.has-text-align-right {
    border-right: 0;
    padding-right: 0
}

blockquote.has-text-align-right::before,
.wp-block-quote.has-text-align-right::before,
.wp-block-quote.is-style-large.has-text-align-right::before {
    left: auto;
    right: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

blockquote p,
.wp-block-quote p,
.wp-block-quote.is-style-large p {
    color: var(--h4-color);
    font-style: inherit;
    font-weight: 500;
    line-height: 1.9;
    margin-bottom: 0.6em;
    position: relative;
    z-index: 1
}

blockquote p cite,
.wp-block-quote p cite,
.wp-block-quote.is-style-large p cite {
    margin-top: 0.6em
}

blockquote cite,
.wp-block-quote cite,
.wp-block-quote.is-style-large cite {
    display: block;
    font-style: italic;
    position: relative;
    z-index: 1
}

blockquote::before,
.wp-block-quote::before {
    top: 14px
}

blockquote p,
.wp-block-quote p {
    font-size: var(--h4-font-size)
}

blockquote cite,
.wp-block-quote cite {
    font-size: calc(var(--body-font-size) - 1px)
}

blockquote.is-style-large::before,
.wp-block-quote.is-style-large::before {
    top: 18px
}

blockquote.is-style-large p,
.wp-block-quote.is-style-large p {
    font-size: calc(var(--h4-font-size) + 3px)
}

blockquote.is-style-large cite,
.wp-block-quote.is-style-large cite {
    font-size: calc(var(--body-font-size) + 1px)
}

.wp-block-pullquote {
    padding: 2.6em 0
}

.wp-block-pullquote blockquote {
    margin: 0;
    border: 0
}

.wp-block-pullquote blockquote::before {
    top: 22px
}

.wp-block-pullquote blockquote cite {
    font-size: var(--body-font-size)
}

.wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-bottom: 0.6em
}

.wp-block-pullquote.is-style-solid-color blockquote::before {
    top: 24px
}

.wp-block-pullquote.is-style-solid-color.has-background blockquote::before {
    opacity: 0.6
}

blockquote[cite*="blockquote"]::before {
    top: 23px
}

p q {
    color: var(--h4-color);
    font-size: var(--h4-font-size);
    font-weight: 500
}

@media (max-width: 1024px) {
    .borobazar-footer-area .borobazar-site-footer-content .wp-block-columns {
        display: grid;
        gap: 40px;
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .borobazar-footer-area .borobazar-site-footer-content .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
        margin-left: 0
    }
}

@media (max-width: 768px) {
    .borobazar-footer-area .borobazar-site-footer-content .wp-block-columns {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (max-width: 600px) {
    .borobazar-footer-area .borobazar-site-footer-content .wp-block-columns {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 32px;
        margin-bottom: 0
    }
}

.borobazar-store-notice {
    color: var(--color-store-notice-text);
    background-color: var(--color-store-notice-bg)
}

.borobazar-store-notice a:hover,
.borobazar-store-notice a:focus {
    color: var(--color-store-notice-text)
}

.borobazar-main-navigation {
    width: 100%
}

.borobazar-main-navigation .borobazar-menu-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.borobazar-main-navigation .borobazar-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.borobazar-main-navigation .borobazar-main-menu {
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.borobazar-main-navigation .borobazar-main-menu>li {
    margin-right: 25px
}

.borobazar-main-navigation .borobazar-main-menu>li:last-child {
    margin-right: 0
}

.borobazar-main-navigation .borobazar-main-menu>li::after {
    content: '';
    width: 0px;
    height: 3px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: var(--color-brand);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.borobazar-main-navigation .borobazar-main-menu>li:hover::after,
.borobazar-main-navigation .borobazar-main-menu>li:focus::after,
.borobazar-main-navigation .borobazar-main-menu>li.focus::after {
    width: 100%;
    left: 0;
    right: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.borobazar-main-navigation .borobazar-main-menu>li:hover>a,
.borobazar-main-navigation .borobazar-main-menu>li:focus>a,
.borobazar-main-navigation .borobazar-main-menu>li.focus>a {
    color: var(--color-brand-hover)
}

.borobazar-main-navigation .borobazar-main-menu>li:nth-last-child(-n+2)>ul {
    left: auto;
    right: 0
}

.borobazar-main-navigation .borobazar-main-menu>li:nth-last-child(-n+2) ul ul {
    left: auto;
    right: calc(100% + 1px)
}

.borobazar-main-navigation .borobazar-main-menu ul {
    opacity: 0;
    margin: 0;
    display: block;
    visibility: hidden;
    position: absolute;
    padding: 10px 0;
    width: 260px;
    left: 0;
    top: calc(100% + 1px);
    border-radius: 6px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 50px rgba(54, 67, 86, 0.1);
    box-shadow: 0 10px 50px rgba(54, 67, 86, 0.1);
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 1
}

.borobazar-main-navigation .borobazar-main-menu ul a {
    width: 100%;
    padding: 10px 20px;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1)
}

.borobazar-main-navigation .borobazar-main-menu ul li:hover>a,
.borobazar-main-navigation .borobazar-main-menu ul li:focus>a,
.borobazar-main-navigation .borobazar-main-menu ul li.focus>a {
    background-color: var(--color-bg)
}

.borobazar-main-navigation .borobazar-main-menu ul .menu-drop-down-selector {
    width: 40px;
    position: absolute;
    top: auto;
    bottom: auto;
    right: 0
}

.borobazar-main-navigation .borobazar-main-menu ul .menu-drop-down-selector svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.borobazar-main-navigation .borobazar-main-menu ul .page_item_has_children a,
.borobazar-main-navigation .borobazar-main-menu ul .menu-item-has-children a {
    padding-right: 40px
}

.borobazar-main-navigation .borobazar-main-menu ul ul {
    top: 0;
    opacity: 0;
    visibility: hidden;
    left: calc(100% + 1px)
}

.borobazar-main-navigation li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.borobazar-main-navigation li:hover>ul,
.borobazar-main-navigation li:focus>ul,
.borobazar-main-navigation li.focus>ul {
    opacity: 1;
    visibility: visible
}

.borobazar-main-navigation .menu-drop-down-selector {
    color: var(--color-lightest-text);
    width: 26px;
    height: 26px;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.borobazar-main-navigation a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: var(--color-main-text);
    line-height: 1.6;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease
}

.borobazar-main-navigation .current_page_item>a,
.borobazar-main-navigation .current-menu-item>a,
.borobazar-main-navigation .current_page_ancestor>a,
.borobazar-main-navigation .current-menu-ancestor>a {
    color: var(--color-brand-hover);
    text-shadow: 0 0 rgba(0, 0, 0, 0.4)
}

.borobazar-drawer-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 16px;
    text-decoration: none;
    color: var(--color-main-text);
    line-height: 1.6;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease
}

@media (min-width: 640px) {
    .borobazar-drawer-menu a {
        padding: 16px
    }
}

.borobazar-drawer-menu .current_page_item>a,
.borobazar-drawer-menu .current-menu-item>a,
.borobazar-drawer-menu .current_page_ancestor>a,
.borobazar-drawer-menu .current-menu-ancestor>a {
    color: var(--color-brand-hover);
    text-shadow: 0 0 rgba(0, 0, 0, 0.4)
}

.borobazar-drawer-menu .current_page_item>a,
.borobazar-drawer-menu .current-menu-item>a {
    background-color: #ffffff
}

.borobazar-drawer-menu ul {
    display: none;
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

.borobazar-drawer-menu ul a {
    color: var(--color-dark-text);
    padding-left: 24px;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out
}

.borobazar-drawer-menu ul a:hover,
.borobazar-drawer-menu ul a:focus {
    color: var(--color-main-text)
}

.borobazar-drawer-menu ul a::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 2px;
    margin-right: 12px;
    background-color: var(--color-border-light)
}

.borobazar-drawer-menu ul li>ul {
    padding-left: 24px
}

.borobazar-drawer-menu li {
    position: relative
}

.borobazar-drawer-menu li:hover>ul,
.borobazar-drawer-menu li:focus>ul,
.borobazar-drawer-menu li.focus>ul {
    opacity: 1;
    visibility: visible
}

.borobazar-drawer-menu .menu-drop-down-selector {
    color: var(--color-lightest-text);
    width: 42px;
    height: 42px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    cursor: pointer;
    top: 3px;
    right: 0;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out
}

@media (min-width: 640px) {
    .borobazar-drawer-menu .menu-drop-down-selector {
        top: 7px
    }
}

.borobazar-drawer-menu .menu-drop-down-selector:hover,
.borobazar-drawer-menu .menu-drop-down-selector:focus {
    color: var(--color-main-text)
}

.borobazar-drawer-menu .menu-drop-down-selector svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out
}

.borobazar-drawer-menu .menu-drop-down-selector.children-active svg {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out
}

.borobazar-drawer-navigation.drawer-open .borobazar-drawer-content {
    -webkit-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15)
}

@media (min-width: 640px) {
    .borobazar-drawer-navigation.drawer-open .borobazar-drawer-content {
        -webkit-box-shadow: 0px 25px 40px rgba(41, 50, 68, 0.25);
        box-shadow: 0px 25px 40px rgba(41, 50, 68, 0.25)
    }
}

.borobazar-drawer-navigation .borobazar-drawer-header .site-branding {
    margin-top: 0.67rem;
    margin-bottom: 0.67rem
}

@media (min-width: 640px) {
    .borobazar-drawer-navigation .borobazar-drawer-header .site-branding {
        margin-top: 0.88rem;
        margin-bottom: 0.88rem
    }
}

.comment-navigation,
.posts-navigation {
    clear: both;
    margin: 2.6em 0;
    padding-top: 24px;
    border-top: 1px solid var(--color-border-main)
}

.comment-navigation .nav-links,
.posts-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.comment-navigation .nav-links a,
.posts-navigation .nav-links a {
    color: var(--color-main-text);
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease
}

.comment-navigation .nav-links a:hover,
.comment-navigation .nav-links a:focus,
.posts-navigation .nav-links a:hover,
.posts-navigation .nav-links a:focus {
    color: var(--color-lightest-text)
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%
}

.comment-navigation .nav-previous svg,
.posts-navigation .nav-previous svg {
    margin-right: 8px
}

.comment-navigation .nav-next,
.posts-navigation .nav-next {
    text-align: end;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%
}

.comment-navigation .nav-next svg,
.posts-navigation .nav-next svg {
    margin-left: 8px
}

.post-navigation .thumb-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0
}

.post-navigation .nav-text span {
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

.post-navigation h6 {
    display: initial;
    padding-bottom: 1px;
    margin-bottom: -1px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: -o-linear-gradient(currentColor, currentColor);
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    -webkit-transition: background-size .3s ease-out;
    -o-transition: background-size .3s ease-out;
    transition: background-size .3s ease-out;
    color: currentColor;
    word-break: break-word
}

.post-navigation a:hover .nav-text span,
.post-navigation:focus .nav-text span {
    color: var(--color-main-text)
}

.post-navigation a:hover h6,
.post-navigation:focus h6 {
    background-size: 100% 1px
}

.borobazar-header-topbar {
    background-color: var(--topbar-bg)
}

.borobazar-header-topbar .borobazar-join-us-btn {
    color: var(--topbar-content)
}

.borobazar-header-topbar .borobazar-join-us-btn span {
    color: var(--topbar-content)
}

.borobazar-header-topbar .borobazar-mini-cart-fragment {
    color: var(--topbar-content)
}

.borobazar-header-topbar .borobazar-mini-cart-fragment span {
    color: var(--topbar-content)
}

.borobazar-header-topbar .borobazar-mini-cart-fragment span span {
    color: var(--topbar-counter);
    background-color: var(--topbar-counter-bg)
}

.borobazar-header-topbar-search {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease
}

.borobazar-header-topbar-search .borobazar-global-search-container .borobazar-global-search-overlay {
    visibility: hidden;
    z-index: 11
}

.borobazar-header-topbar-search .borobazar-global-search-container.is-searching .borobazar-header-search-field {
    z-index: 12
}

.borobazar-header-topbar-search .borobazar-global-search-container.is-searching .borobazar-global-search-overlay {
    opacity: 1;
    visibility: visible
}

.borobazar-header-topbar-search .borobazar-header-search-handler {
    display: none
}

.borobazar-header-topbar-search .borobazar-header-search {
    display: block
}

.borobazar-header-topbar-search .borobazar-header-search-field {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.borobazar-header-topbar-search .borobazar-header-search-field .borobazar-global-search-input {
    color: var(--topbar-search)
}

.borobazar-header-topbar-search .borobazar-header-search-field .borobazar-global-search-input::-webkit-input-placeholder {
    color: var(--topbar-search)
}

.borobazar-header-topbar-search .borobazar-header-search-field .borobazar-global-search-input::-moz-placeholder {
    color: var(--topbar-search)
}

.borobazar-header-topbar-search .borobazar-header-search-field .borobazar-global-search-input:-ms-input-placeholder {
    color: var(--topbar-search)
}

.borobazar-header-topbar-search .borobazar-header-search-field .borobazar-global-search-input::-ms-input-placeholder {
    color: var(--topbar-search)
}

.borobazar-header-topbar-search .borobazar-header-search-field .borobazar-global-search-input::placeholder {
    color: var(--topbar-search)
}

.borobazar-header-topbar-search .borobazar-global-search-results {
    z-index: 100
}

.borobazar-on-scroll .borobazar-header-topbar-search {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease
}

.header-berlin .site-description {
    display: none
}

@media (min-width: 1280px) {
    .header-berlin .site-branding {
        width: 0;
        margin-right: 0
    }

    .header-berlin .site-branding,
    .header-berlin .borobazar-join-us-btn,
    .header-berlin .borobazar-header-search-handler,
    .header-berlin .borobazar-mini-cart-drawer .borobazar-drawer-handler {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease
    }

    .header-berlin .borobazar-main-navigation {
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease
    }

    .header-berlin.header-on-float .site-branding {
        width: auto;
        margin-right: 2.5rem
    }

    .header-berlin.header-on-float .site-branding,
    .header-berlin.header-on-float .borobazar-join-us-btn,
    .header-berlin.header-on-float .borobazar-header-search-handler,
    .header-berlin.header-on-float .borobazar-mini-cart-drawer .borobazar-drawer-handler {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease
    }

    .header-berlin:not(.header-on-float) .borobazar-main-navigation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header-berlin:not(.header-on-float) .borobazar-header-search.search-is-open {
        display: none
    }
}

.header-bogota .inner-sticky::after,
.header-bogota .inner-sticky::before {
    opacity: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    background-color: #ffffff;
    -webkit-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    z-index: -1
}

.header-bogota .inner-sticky::before {
    opacity: 1;
    height: calc(100% + 40px);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(#fff, rgba(255, 255, 255, 0));
    background: linear-gradient(#fff, rgba(255, 255, 255, 0))
}

.header-bogota.header-on-float .inner-sticky {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal
}

.header-bogota.header-on-float .inner-sticky::after {
    opacity: 1;
    height: 100%;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
    -webkit-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease
}

.header-bogota.header-on-float .inner-sticky::before {
    content: none
}

.header-bogota+.borobazar-page-banner {
    padding-top: 120px
}

@media (min-width: 768px) {
    .header-bogota+.borobazar-page-banner {
        padding-top: 150px
    }
}

.header-bogota+.site-wrapper {
    margin-top: 70px
}

@media (min-width: 768px) {
    .header-bogota+.site-wrapper {
        margin-top: 80px
    }
}

.header-denver .borobazar-drawer-navigation {
    margin-left: 0;
    margin-right: 1.5rem
}

@media (min-width: 640px) {
    .header-denver .borobazar-drawer-navigation {
        margin-right: 2rem
    }

    .header-denver .borobazar-drawer-navigation .borobazar-join-us-btn {
        display: none
    }

    .header-denver .borobazar-join-us-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 1025px) {
    .header-denver .borobazar-drawer-navigation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header-denver .borobazar-header-search-handler {
        display: none !important
    }

    .header-denver .borobazar-header-search-field {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .header-denver .borobazar-global-search-container .borobazar-global-search-overlay {
        visibility: hidden
    }

    .header-denver .borobazar-global-search-container.is-searching .borobazar-global-search-overlay {
        opacity: 1;
        visibility: visible
    }

    .header-denver .borobazar-mini-cart-drawer-handler .hidden {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .header-denver .borobazar-join-us-btn .hidden {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .header-denver .borobazar-header-search {
        display: block
    }
}

@media (min-width: 1280px) {
    .header-denver .borobazar-header-search {
        max-width: 600px
    }
}

@media (min-width: 1400px) {
    .header-denver .borobazar-header-search {
        max-width: 700px
    }
}

@media (min-width: 1500px) {
    .header-denver .borobazar-header-search {
        max-width: 800px
    }
}

.header-denver .borobazar-header-search input[type="text"] {
    border-color: var(--color-brand);
    -webkit-box-shadow: 0 0 0 1px var(--color-brand);
    box-shadow: 0 0 0 1px var(--color-brand)
}

@media (max-width: 1024px) {
    .borobazar-bottom-nav-is-active .header-denver .borobazar-drawer-navigation {
        margin: 0
    }

    .header-denver .borobazar-join-us-btn {
        display: none !important
    }
}

.borobazar-bottom-nav-is-active .site-branding .borobazar-header-search-handler {
    display: none
}

.borobazar-bottom-nav-is-active.borobazar-banner-search-visible .site-branding .borobazar-header-search-handler {
    display: none
}

@media (max-width: 1024px) {
    .borobazar-bottom-nav-is-active.borobazar-banner-search-visible .site-branding .borobazar-header-search-handler {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .borobazar-bottom-nav-is-active.borobazar-banner-search-visible .site-branding .borobazar-mobile-back-navigator,
    .borobazar-bottom-nav-is-active.borobazar-banner-search-visible .site-branding .borobazar-header-search-handler {
        opacity: 0;
        visibility: hidden
    }

    .borobazar-bottom-nav-is-active.borobazar-banner-search-visible .site-header .borobazar-header-search-handler {
        display: none
    }

    .borobazar-bottom-nav-is-active.borobazar-banner-search-not-visible .site-branding .borobazar-mobile-back-navigator,
    .borobazar-bottom-nav-is-active.borobazar-banner-search-not-visible .site-branding .borobazar-header-search-handler {
        opacity: 1;
        visibility: visible
    }

    .borobazar-bottom-navigation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: var(--color-bottom-nav-bg)
    }

    .borobazar-bottom-navigation .borobazar-header-search-handler {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .borobazar-bottom-navigation a,
    .borobazar-bottom-navigation button {
        color: var(--color-bottom-nav-icon)
    }

    .borobazar-bottom-nav-is-active .site-header .site-branding {
        width: 100%;
        padding: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    .borobazar-bottom-nav-is-active .site-header .site-branding .borobazar-mobile-back-navigator,
    .borobazar-bottom-nav-is-active .site-header .site-branding .borobazar-header-search-handler {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .borobazar-bottom-nav-is-active .site-header .borobazar-drawer-handler,
    .borobazar-bottom-nav-is-active .site-header .borobazar-header-search-handler {
        display: none
    }

    .borobazar-bottom-nav-is-active .borobazar-drawer-header .site-branding {
        width: auto;
        padding-right: 10px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left
    }

    .borobazar-bottom-nav-is-active .borobazar-drawer-header .site-branding .borobazar-mobile-back-navigator,
    .borobazar-bottom-nav-is-active .borobazar-drawer-header .site-branding .borobazar-header-search-handler {
        display: none
    }

    .borobazar-bottom-nav-is-active.home .site-header .site-branding {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left
    }

    .borobazar-bottom-nav-is-active.borobazar-global-search-disable .site-header .site-branding {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .borobazar-bottom-nav-is-active.borobazar-global-search-disable .borobazar-drawer-header .site-branding {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left
    }
}

.borobazar-banner-search-visible .borobazar-header-topbar .borobazar-header-search,
.borobazar-banner-search-visible .site-header .borobazar-header-search-handler {
    display: none
}

@media (min-width: 1024px) {

    .borobazar-banner-search-visible .borobazar-header-search-handler,
    .borobazar-banner-search-visible .borobazar-mini-cart-on-desktop {
        margin-left: auto
    }

    .borobazar-banner-search-visible .header-denver .borobazar-header-search {
        display: none
    }
}

.borobazar-banner-search-not-visible .borobazar-header-topbar .borobazar-header-search-handler {
    display: none
}

.borobazar-banner-search-not-visible .borobazar-header-topbar .borobazar-header-search,
.borobazar-banner-search-not-visible .site-header .borobazar-header-search-handler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.borobazar-banner-search-not-visible.header-search-is-open .borobazar-header-search-handler {
    display: none
}

@media (min-width: 1024px) {

    .borobazar-banner-search-not-visible .borobazar-header-search-handler,
    .borobazar-banner-search-not-visible .borobazar-mini-cart-on-desktop {
        margin-left: initial
    }

    .borobazar-banner-search-not-visible .header-denver .borobazar-header-search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.borobazar-banner-search-is-visible .borobazar-header-topbar .borobazar-header-search-handler {
    display: none
}

.borobazar-banner-search-is-visible.header-search-is-open .borobazar-header-search {
    display: none
}

.borobazar-banner-search-is-visible.header-search-is-open .borobazar-main-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 782px) {
    .admin-bar .site-header.sticky {
        top: 46px;
        -webkit-transition: top 0.6s ease-out;
        -o-transition: top 0.6s ease-out;
        transition: top 0.6s ease-out
    }
}

@media (max-width: 600px) {
    .admin-bar .site-header.sticky.header-on-float {
        top: 0;
        -webkit-transition: top 0.6s ease-out;
        -o-transition: top 0.6s ease-out;
        transition: top 0.6s ease-out
    }
}

.admin-bar .borobazar-drawer-content,
.admin-bar .redq-quick-view-modal-blocker {
    top: 32px;
    height: calc(100% - 32px)
}

@media (max-width: 782px) {

    .admin-bar .borobazar-drawer-content,
    .admin-bar .redq-quick-view-modal-blocker {
        top: 46px;
        height: calc(100% - 46px)
    }
}

@media (min-width: 640px) {
    .admin-bar .redq-quick-view-modal-blocker .modal {
        margin-top: 10px
    }
}

@media (max-width: 600px) {

    .admin-bar.borobazar-on-scroll .pswp,
    .admin-bar.borobazar-on-scroll .borobazar-drawer-content,
    .admin-bar.borobazar-on-scroll .redq-quick-view-modal-blocker {
        top: 0;
        height: 100%
    }
}

.borobazar-header-search input[type="text"] {
    padding-left: 3rem;
    padding-right: 3rem
}

@media (min-width: 768px) {
    .borobazar-header-search input[type="text"] {
        min-height: 52px
    }
}

.borobazar-header-search .borobazar-header-search-field .borobazar-header-search-clear {
    display: none
}

.borobazar-header-search.has-value .borobazar-header-search-field .borobazar-header-search-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.borobazar-header-search .borobazar-more-result {
    -webkit-box-shadow: -3px 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: -3px 0 8px rgba(0, 0, 0, 0.1)
}

.borobazar-product-search-card-price del {
    color: var(--color-lightest-text);
    font-size: 13px
}

.borobazar-product-search-card-price ins {
    border: 0;
    padding: 0;
    background-color: transparent
}

.borobazar-loader {
    width: 70px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

.borobazar-loader.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.borobazar-loader span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: var(--color-brand);
    border-radius: 100%;
    -webkit-animation: anim-pulse 1s infinite ease-in-out both;
    animation: anim-pulse 1s infinite ease-in-out both
}

.borobazar-loader span.dot-2 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s
}

.borobazar-loader span.dot-3 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s
}

.borobazar-site-loader {
    z-index: 99999
}

.borobazar-site-loader .circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite
}

.borobazar-site-loader .path {
    stroke-linecap: round;
    stroke-dashoffset: 0;
    stroke-dasharray: 1, 200;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@-webkit-keyframes color {

    100%,
    0% {
        stroke: var(--color-brand-hover)
    }

    40% {
        stroke: var(--color-brand)
    }

    66% {
        stroke: var(--color-brand-hover)
    }

    80%,
    90% {
        stroke: var(--color-brand)
    }
}

@keyframes color {

    100%,
    0% {
        stroke: var(--color-brand-hover)
    }

    40% {
        stroke: var(--color-brand)
    }

    66% {
        stroke: var(--color-brand-hover)
    }

    80%,
    90% {
        stroke: var(--color-brand)
    }
}

@-webkit-keyframes contentLoading {
    0% {
        background-color: #f1f6f9
    }

    50% {
        background-color: #e6e6e6
    }

    100% {
        background-color: #f1f6f9
    }
}

@keyframes contentLoading {
    0% {
        background-color: #f1f6f9
    }

    50% {
        background-color: #e6e6e6
    }

    100% {
        background-color: #f1f6f9
    }
}

.borobazar-image-fade-in {
    background-color: #f1f6f9;
    position: relative
}

.borobazar-image-fade-in.absolute {
    position: absolute
}

.borobazar-image-fade-in.without-image-loader {
    background-color: transparent
}

.borobazar-image-fade-in.without-image-loader.bg-white {
    background-color: #ffffff
}

.borobazar-image-fade-in.without-image-loader::before {
    content: none
}

.borobazar-image-fade-in::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: contentLoading 2s linear infinite;
    animation: contentLoading 2s linear infinite
}

.borobazar-page-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 54px 16px;
    background-color: #E7F2F0
}

@media (min-width: 1024px) {
    .borobazar-page-banner {
        padding: 64px 16px;
        min-height: 260px
    }
}

@media (min-width: 1400px) {
    .borobazar-page-banner {
        padding: 80px 16px
    }
}

.borobazar-page-banner-content {
    color: var(--banner-text-color);
    max-width: 920px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.borobazar-page-banner-subtitle {
    display: block;
    color: var(--color-brand);
    font-size: calc(var(--special-font-size) - 10px);
    font-family: var(--special-font-family);
    font-weight: var(--special-font-weight);
    font-style: var(--special-font-style);
    line-height: var(--special-line-height);
    text-transform: capitalize;
    margin-bottom: 8px
}

@media (min-width: 640px) {
    .borobazar-page-banner-subtitle {
        font-size: calc(var(--special-font-size) - 8px)
    }
}

@media (min-width: 768px) {
    .borobazar-page-banner-subtitle {
        font-size: calc(var(--special-font-size) - 6px);
        margin-bottom: 10px
    }
}

@media (min-width: 1280px) {
    .borobazar-page-banner-subtitle {
        font-size: calc(var(--special-font-size) - 5px)
    }
}

@media (min-width: 1400px) {
    .borobazar-page-banner-subtitle {
        font-size: calc(var(--special-font-size) - 4px)
    }
}

@media (min-width: 1500px) {
    .borobazar-page-banner-subtitle {
        font-size: var(--special-font-size)
    }
}

.borobazar-page-banner h1 {
    color: currentColor;
    line-height: 1.4;
    margin: 0;
    word-break: break-word
}

.borobazar-page-banner .borobazar-breadcrumb {
    margin-top: 14px
}

@media (min-width: 640px) {
    .borobazar-page-banner .borobazar-breadcrumb {
        margin-top: 18px
    }
}

@media (min-width: 768px) {
    .borobazar-page-banner .borobazar-breadcrumb {
        margin-top: 20px
    }
}

@media (min-width: 1500px) {
    .borobazar-page-banner .borobazar-breadcrumb {
        margin-top: 24px
    }
}

.borobazar-page-banner .borobazar-breadcrumb a {
    color: currentColor;
    text-decoration: none;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease
}

.borobazar-page-banner .borobazar-breadcrumb a:hover,
.borobazar-page-banner .borobazar-breadcrumb a:focus {
    opacity: 1
}

.borobazar-page-banner .borobazar-breadcrumb a,
.borobazar-page-banner .borobazar-breadcrumb svg {
    opacity: 0.7
}

.borobazar-page-banner .borobazar-breadcrumb-home-icon svg {
    margin-top: -1px
}

.borobazar-page-banner .borobazar-breadcrumb span:last-child {
    word-break: break-word
}

body:not(.single):not(.page) article[class*='post-'] .entry-title a {
    display: initial;
    padding-bottom: 2px;
    margin-bottom: -1px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: -o-linear-gradient(currentColor, currentColor);
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    -webkit-transition: background-size 0.3s ease-out;
    -o-transition: background-size 0.3s ease-out;
    transition: background-size 0.3s ease-out;
    color: currentColor
}

body:not(.single):not(.page) article[class*='post-'] .entry-title a:hover,
body:not(.single):not(.page) article[class*='post-'] .entry-title a:focus {
    background-size: 100% 1px
}

body:not(.single):not(.page) article[class*='post-'] .entry-meta {
    margin-bottom: -10px
}

body:not(.single):not(.page) article[class*='post-'] .entry-meta .categories,
body:not(.single):not(.page) article[class*='post-'] .entry-meta .date {
    margin-bottom: 10px
}

body:not(.single):not(.page) article[class*='post-'] .entry-content {
    margin: 1.1em 0 0
}

@media (min-width: 640px) {
    body:not(.single):not(.page) article[class*='post-'] .entry-content {
        margin: 1.3em 0 0
    }
}

@media (min-width: 768px) {
    body:not(.single):not(.page) article[class*='post-'] .entry-content {
        margin: 1.6em 0 0
    }
}

@media (min-width: 1400px) {
    body:not(.single):not(.page) article[class*='post-'] .entry-content {
        margin: 1.65em 0 0
    }
}

body:not(.single):not(.page) article[class*='post-'] .entry-content-search {
    margin: 0
}

body:not(.single):not(.page) article[class*='post-'] .entry-content-search p {
    margin: 1.1em 0 0
}

body:not(.single):not(.page) article[class*='post-'] .entry-footer .borobazar-outline-btn {
    font-size: calc(var(--body-font-size) - 2px);
    line-height: 1.25
}

body:not(.single):not(.page) article.post.format-gallery .borobazar-post-gallery-item {
    min-height: 160px
}

@media (min-width: 640px) {
    body:not(.single):not(.page) article.post.format-gallery .borobazar-post-gallery-item {
        min-height: 220px
    }
}

body:not(.single):not(.page) article.post.format-gallery .borobazar-post-gallery-item::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(4%, #000), color-stop(40%, rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, #000 4%, rgba(255, 255, 255, 0) 40%);
    background: linear-gradient(0deg, #000 4%, rgba(255, 255, 255, 0) 40%);
    opacity: 0.5
}

body:not(.single):not(.page) article.post.format-gallery .borobazar-post-gallery .swiper-button-prev,
body:not(.single):not(.page) article.post.format-gallery .borobazar-post-gallery .swiper-button-next {
    display: none
}

body:not(.single):not(.page) article.post.format-gallery .swiper-horizontal>.swiper-pagination-bullets {
    bottom: 24px
}

body:not(.single):not(.page) article.post.format-gallery .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.9)
}

body:not(.single):not(.page) article.post.format-gallery .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #fff
}

body:not(.single):not(.page) article.post.format-status svg,
body:not(.single):not(.page) article.post.format-link svg,
body:not(.single):not(.page) article.post.format-quote svg,
body:not(.single):not(.page) article.post.format-chat svg {
    z-index: -1
}

body:not(.single):not(.page) article.post.format-status svg,
body:not(.single):not(.page) article.post.format-link svg,
body:not(.single):not(.page) article.post.format-chat svg {
    width: 50px;
    height: auto
}

@media (min-width: 640px) {

    body:not(.single):not(.page) article.post.format-status svg,
    body:not(.single):not(.page) article.post.format-link svg,
    body:not(.single):not(.page) article.post.format-chat svg {
        width: auto
    }
}

body:not(.single):not(.page) article.post.format-quote svg {
    width: 58px;
    height: auto
}

@media (min-width: 640px) {
    body:not(.single):not(.page) article.post.format-quote svg {
        width: auto
    }
}

body:not(.single):not(.page) article.post.format-link .entry-title a {
    background-size: 100% 1px
}

body:not(.single):not(.page) article.post.format-link .entry-title a:hover,
body:not(.single):not(.page) article.post.format-link .entry-title a:focus {
    background-size: 0 1px
}

.search-results article[class*='post-'] .entry-media {
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 100%
}

@media (min-width: 640px) {
    .search-results article[class*='post-'] .entry-media {
        -ms-flex-preferred-size: 520px;
        flex-basis: 520px;
        max-width: 45%
    }

    .search-results article[class*='post-'] .post-thumbnail {
        width: 100%
    }

    .search-results article[class*='post-'] .post-thumbnail img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        max-height: 380px
    }
}

.search-results article[class*='post-'] .entry-post-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.single-post .entry-content {
    margin: 1.6em 0 0
}

@media (min-width: 640px) {
    .single-post .entry-content {
        margin: 1.85em 0 0
    }
}

.single-post .entry-content iframe[src*='video'],
.single-post .entry-content iframe[src*='youtube'] {
    height: auto !important;
    aspect-ratio: 4 / 2.25
}

.single-post .entry-post-tags,
.single-post .entry-post-categories {
    clear: both;
    margin-top: 1.5em
}

@media (min-width: 640px) {

    .single-post .entry-post-tags,
    .single-post .entry-post-categories {
        margin-top: 2em
    }
}

.single-post .entry-post-tags a,
.single-post .entry-post-categories a {
    display: initial;
    color: var(--color-brand);
    font-weight: 500;
    text-decoration: none;
    margin-left: 4px;
    padding-bottom: 1px;
    margin-bottom: -1px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: -o-linear-gradient(currentColor, currentColor);
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    -webkit-transition: background-size 0.2s ease-out;
    -o-transition: background-size 0.2s ease-out;
    transition: background-size 0.2s ease-out
}

.single-post .entry-post-tags a:hover,
.single-post .entry-post-tags a:focus,
.single-post .entry-post-categories a:hover,
.single-post .entry-post-categories a:focus {
    color: var(--color-brand-hover);
    background-size: 0 1px
} */

/* .sticky {
    display: block
}

.sticky.post {
    padding: 16px 20px 26px;
    border-radius: 6px;
    border: 1px solid var(--color-border-main);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06)
}

@media (min-width: 640px) {
    .sticky.post {
        padding: 21px 24px 30px
    }
}

.tags a::after,
.categories a::after {
    content: ','
}

.tags a:last-child::after,
.categories a:last-child::after {
    content: none
}

.updated:not(.published) {
    display: none
}

.page-content p:first-child,
.entry-content p:first-child {
    margin-top: 0
}

.page-content p:only-child,
.entry-content p:only-child {
    margin: 0
}

.page-content>div:not([data-type*='borobazar']):not([data-type*='gridster']):not([class*='borobazar']):not([class*='gridster']),
.page-content>form,
.page-content>figure,
.page-content>pre,
.page-content .wp-block-group,
.entry-content>div:not([data-type*='borobazar']):not([data-type*='gridster']):not([class*='borobazar']):not([class*='gridster']),
.entry-content>form,
.entry-content>figure,
.entry-content>pre,
.entry-content .wp-block-group {
    margin-bottom: 2em
}

@media (min-width: 768px) {

    .page-content>div:not([data-type*='borobazar']):not([data-type*='gridster']):not([class*='borobazar']):not([class*='gridster']),
    .page-content>form,
    .page-content>figure,
    .page-content>pre,
    .page-content .wp-block-group,
    .entry-content>div:not([data-type*='borobazar']):not([data-type*='gridster']):not([class*='borobazar']):not([class*='gridster']),
    .entry-content>form,
    .entry-content>figure,
    .entry-content>pre,
    .entry-content .wp-block-group {
        margin-bottom: 2.4em
    }
}

@media (min-width: 1024px) {

    .page-content>div:not([data-type*='borobazar']):not([data-type*='gridster']):not([class*='borobazar']):not([class*='gridster']),
    .page-content>form,
    .page-content>figure,
    .page-content>pre,
    .page-content .wp-block-group,
    .entry-content>div:not([data-type*='borobazar']):not([data-type*='gridster']):not([class*='borobazar']):not([class*='gridster']),
    .entry-content>form,
    .entry-content>figure,
    .entry-content>pre,
    .entry-content .wp-block-group {
        margin-bottom: 2.6em
    }
}

.page-content div[data-type*='borobazar'] .wp-block,
.page-content div[data-type*='gridster'] .wp-block,
.entry-content div[data-type*='borobazar'] .wp-block,
.entry-content div[data-type*='gridster'] .wp-block {
    margin-top: 0;
    margin-bottom: 0
}

.page-content p:last-child,
.entry-content p:last-child {
    clear: both
}

.page-content p:last-child .alignleft,
.page-content p:last-child .alignright,
.entry-content p:last-child .alignleft,
.entry-content p:last-child .alignright {
    margin-top: 2em
}

@media (min-width: 768px) {

    .page-content p:last-child .alignleft,
    .page-content p:last-child .alignright,
    .entry-content p:last-child .alignleft,
    .entry-content p:last-child .alignright {
        margin-top: 2.4em
    }
}

@media (min-width: 1024px) {

    .page-content p:last-child .alignleft,
    .page-content p:last-child .alignright,
    .entry-content p:last-child .alignleft,
    .entry-content p:last-child .alignright {
        margin-top: 2.6em
    }
}

.page-content .alignleft+p:last-child,
.page-content .alignright+p:last-child,
.page-content .aligncenter+p:last-child,
.page-content .alignfull+p:last-child,
.page-content .alignwide+p:last-child,
.entry-content .alignleft+p:last-child,
.entry-content .alignright+p:last-child,
.entry-content .aligncenter+p:last-child,
.entry-content .alignfull+p:last-child,
.entry-content .alignwide+p:last-child {
    clear: none
}

.page-content .mejs-container.wp-audio-shortcode,
.entry-content .mejs-container.wp-audio-shortcode {
    overflow: hidden
}

.page-content .has-background-dim,
.page-content .has-background-dim p,
.page-content .has-background-dim .wp-block-cover-text,
.entry-content .has-background-dim,
.entry-content .has-background-dim p,
.entry-content .has-background-dim .wp-block-cover-text {
    color: #ffffff
}

.page-content .has-background-dim a,
.page-content .has-background-dim strong,
.page-content .has-background-dim p a,
.page-content .has-background-dim p strong,
.page-content .has-background-dim .wp-block-cover-text a,
.page-content .has-background-dim .wp-block-cover-text strong,
.entry-content .has-background-dim a,
.entry-content .has-background-dim strong,
.entry-content .has-background-dim p a,
.entry-content .has-background-dim p strong,
.entry-content .has-background-dim .wp-block-cover-text a,
.entry-content .has-background-dim .wp-block-cover-text strong {
    color: currentColor
}

.page-content .has-background-dim a,
.page-content .has-background-dim p a,
.page-content .has-background-dim .wp-block-cover-text a,
.entry-content .has-background-dim a,
.entry-content .has-background-dim p a,
.entry-content .has-background-dim .wp-block-cover-text a {
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease
}

.page-content .has-background-dim a:hover,
.page-content .has-background-dim a:focus,
.page-content .has-background-dim p a:hover,
.page-content .has-background-dim p a:focus,
.page-content .has-background-dim .wp-block-cover-text a:hover,
.page-content .has-background-dim .wp-block-cover-text a:focus,
.entry-content .has-background-dim a:hover,
.entry-content .has-background-dim a:focus,
.entry-content .has-background-dim p a:hover,
.entry-content .has-background-dim p a:focus,
.entry-content .has-background-dim .wp-block-cover-text a:hover,
.entry-content .has-background-dim .wp-block-cover-text a:focus {
    opacity: 0.9;
    text-decoration: none
}

.page-content .wp-block-gallery figcaption,
.entry-content .wp-block-gallery figcaption {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.page-content .wp-block-button__link,
.entry-content .wp-block-button__link {
    background-color: var(--color-brand);
    -webkit-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease
}

.page-content .wp-block-button__link:hover,
.page-content .wp-block-button__link:focus,
.entry-content .wp-block-button__link:hover,
.entry-content .wp-block-button__link:focus {
    background-color: var(--color-brand-hover)
}

.page-content .wp-block-button.is-style-squared .wp-block-button__link,
.entry-content .wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.page-content .wp-block-button.is-style-outline .wp-block-button__link,
.entry-content .wp-block-button.is-style-outline .wp-block-button__link {
    border-color: var(--color-brand);
    background-color: transparent
}

.page-content .wp-block-button.is-style-outline .wp-block-button__link:hover,
.page-content .wp-block-button.is-style-outline .wp-block-button__link:focus,
.entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover,
.entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus {
    color: #ffffff;
    background-color: var(--color-brand-hover)
}

.page-content .wp-block-image,
.entry-content .wp-block-image {
    margin-bottom: 2em
}

@media (min-width: 768px) {

    .page-content .wp-block-image,
    .entry-content .wp-block-image {
        margin-bottom: 2.4em
    }
}

@media (min-width: 1024px) {

    .page-content .wp-block-image,
    .entry-content .wp-block-image {
        margin-bottom: 2.6em
    }
}

.page-content .wp-block-image.is-style-default img,
.entry-content .wp-block-image.is-style-default img {
    border-radius: inherit
}

.page-content .wp-block-image figcaption,
.entry-content .wp-block-image figcaption {
    color: var(--color-lighter-text);
    font-size: calc(var(--body-font-size) - 2px)
}

@media (min-width: 768px) {

    .page-content .wp-block-image figcaption,
    .entry-content .wp-block-image figcaption {
        font-size: calc(var(--body-font-size) - 1px)
    }
}

.page-content .wp-block-file .wp-block-file__button,
.entry-content .wp-block-file .wp-block-file__button {
    background: var(--color-brand)
}

.page-content .wp-block-table table,
.entry-content .wp-block-table table {
    margin-bottom: 0
}

.page-content .wp-block-table.is-style-stripes,
.entry-content .wp-block-table.is-style-stripes {
    border: 0
}

.page-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd),
.entry-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: var(--color-bg)
}

@media (max-width: 599px) {

    .page-content .wp-block-columns .wp-block-column,
    .entry-content .wp-block-columns .wp-block-column {
        margin-top: 1.2em;
        margin-bottom: 1.2em
    }

    .page-content .wp-block-columns .wp-block-column:first-child,
    .entry-content .wp-block-columns .wp-block-column:first-child {
        margin-top: 0
    }

    .page-content .wp-block-columns .wp-block-column:last-child,
    .entry-content .wp-block-columns .wp-block-column:last-child {
        margin-bottom: 0
    }

    .page-content .wp-block-columns .wp-block-column>*:only-child,
    .page-content .wp-block-columns .wp-block-column>*:last-child,
    .entry-content .wp-block-columns .wp-block-column>*:only-child,
    .entry-content .wp-block-columns .wp-block-column>*:last-child {
        margin-bottom: 0
    }

    .page-content .post-password-form p,
    .entry-content .post-password-form p {
        display: grid
    }

    .page-content .post-password-form p label,
    .entry-content .post-password-form p label {
        display: grid
    }

    .page-content .post-password-form p label input,
    .entry-content .post-password-form p label input {
        margin-top: 12px
    }

    .page-content .post-password-form p label+input[type='submit'],
    .entry-content .post-password-form p label+input[type='submit'] {
        margin-top: 8px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.page-content .wp-block-cover.has-left-content,
.entry-content .wp-block-cover.has-left-content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.page-content .wp-block-cover.has-right-content,
.entry-content .wp-block-cover.has-right-content {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.page-content .wp-block-cover-image .wp-block-cover-image-text,
.page-content .wp-block-cover .wp-block-cover-text,
.page-content section.wp-block-cover-image>h2,
.entry-content .wp-block-cover-image .wp-block-cover-image-text,
.entry-content .wp-block-cover .wp-block-cover-text,
.entry-content section.wp-block-cover-image>h2 {
    font-size: var(--h2-font-size);
    line-height: 1.8
}

.page-links {
    clear: both;
    margin: 0 0 2em
}

@media (min-width: 768px) {
    .page-links {
        margin: 0 0 2.4em
    }
}

@media (min-width: 1024px) {
    .page-links {
        margin: 0 0 2.6em
    }
}

.page-links a {
    text-decoration: none
}

.page-links .post-page-numbers {
    font-weight: 500;
    padding: 8px 14px;
    margin-left: 2px;
    border-radius: 6px;
    background-color: var(--color-bg);
    -webkit-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out
}

.page-links .post-page-numbers:hover,
.page-links .post-page-numbers:focus,
.page-links .post-page-numbers.current {
    color: #ffffff;
    background-color: var(--color-brand)
}

.admin-bar.page .entry-footer,
.admin-bar.single .entry-footer {
    clear: both;
    margin: 2.6em 0
}

#comments {
    clear: both;
    margin-top: 3em;
    padding-top: 3em;
    border-top: 1px solid var(--color-border-lighter)
}

@media (min-width: 640px) {
    #comments {
        padding-top: 4em;
        margin-top: 4em
    }
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.comment-list {
    list-style: none;
    padding-left: 0
}

.comment-list+.no-comments {
    margin: 0;
    color: #7F1D1D;
    padding: 12px 20px;
    border-radius: 6px;
    border: 1px solid #FCA5A5;
    background-color: #FEF2F2
}

.comment-list .children {
    list-style: none;
    padding-left: 24px
}

@media (min-width: 1280px) {
    .comment-list .children {
        padding-left: 48px
    }
}

.comment-card .comment-avatar {
    width: 54px
}

@media (min-width: 1280px) {
    .comment-card .comment-avatar {
        width: 70px
    }
}

.comment-card .comment-avatar img {
    border-radius: 50%
}

.comment-card .comment-avatar+.comment-content {
    width: calc(100% - 54px);
    padding-left: 20px
}

@media (min-width: 1280px) {
    .comment-card .comment-avatar+.comment-content {
        width: calc(100% - 70px)
    }
}

.comment-card .comment-content {
    width: 100%
}

.comment-card .comment-content .comment-body p {
    margin-bottom: 1.5em
}

.comment-card .comment-content .comment-body p:first-child {
    margin-top: 0
}

.comment-card .comment-content .comment-body p:only-child {
    margin: 0
}

.comment-card .comment-content .comment-body p:last-child {
    margin-bottom: 0
}

.comment-card .comment-footer a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: var(--color-brand);
    font-size: calc(var(--body-font-size) - 2px);
    font-weight: 500;
    margin-top: 17px
}

.comment-card .comment-footer a:hover,
.comment-card .comment-footer a:focus {
    color: var(--color-brand-hover)
}

.comment-reply-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 0;
    margin-bottom: 12px;
    padding-right: 40px;
    position: relative
}

.comment-reply-title>a {
    font-weight: 400;
    text-decoration: none
}

.comment-reply-title>a::before {
    content: "("
}

.comment-reply-title>a::after {
    content: ")"
}

#cancel-comment-reply-link {
    display: inline-block;
    width: 28px;
    height: 28px;
    padding: 2px;
    font-size: 0;
    text-indent: 100px;
    border-radius: 50%;
    border: 1px solid #FCA5A5;
    background-color: #FEE2E2;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-6 w-6' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 18L18 6M6 6l12 12' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 1px;
    right: 0
}

#cancel-comment-reply-link:hover,
#cancel-comment-reply-link:focus {
    opacity: 0.8;
    background-color: transparent
}

@media (min-width: 640px) {
    #cancel-comment-reply-link {
        top: calc(50% - 14px)
    }
}

.comment-form {
    display: grid;
    gap: 24px 16px
}

@media (min-width: 768px) {
    .comment-form {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

.comment-form p {
    display: grid;
    gap: 8px;
    margin: 0
}

.comment-form p label {
    margin-bottom: 0
}

.comment-form p input {
    width: 100%
}

.comment-form p input.submit {
    width: auto
}

.comment-form .logged-in-as {
    display: block;
    margin-bottom: 0.5em
}

@media (min-width: 768px) {
    .comment-form .logged-in-as {
        margin-bottom: 1em
    }
}

.comment-form .comment-notes {
    display: block;
    margin-bottom: 0.5em
}

@media (min-width: 768px) {
    .comment-form .comment-notes {
        grid-column: 1 / span 3;
        margin-bottom: 1em
    }

    .comment-form .comment-form-comment,
    .comment-form .comment-form-cookies-consent,
    .comment-form .form-submit {
        grid-column: 1 / span 3
    }
}

.comment-form .comment-form-cookies-consent label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer;
    line-height: 1.6
}

.comment-form .comment-form-cookies-consent label::before {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid var(--color-border-main);
    margin-right: 10px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-top: 1px
}

@media (max-width: 480px) {
    .comment-form .comment-form-cookies-consent label::before {
        margin-top: 2px
    }
}

.comment-form .comment-form-cookies-consent input[type='checkbox'] {
    opacity: 0;
    width: 0;
    position: absolute;
    visibility: hidden;
    z-index: -1
}

.comment-form .comment-form-cookies-consent input[type='checkbox']:checked+label::before {
    border-color: var(--color-brand);
    background-color: var(--color-brand)
}

.comment-form .comment-form-cookies-consent input[type='checkbox']:checked+label::after {
    display: block;
    content: '';
    width: 6px;
    height: 12px;
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    top: 4px;
    left: 7px
}

.comment-form .form-submit {
    display: block
}

.widget .calendar_wrap,
.wp-block-calendar {
    border: 1px solid var(--color-border-main);
    border-radius: 6px
}

.widget .calendar_wrap table,
.wp-block-calendar table {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    margin-bottom: 0
}

.widget .calendar_wrap table>caption,
.wp-block-calendar table>caption {
    font-weight: 500;
    padding: 12px 20px
}

.widget .calendar_wrap table th:first-of-type,
.wp-block-calendar table th:first-of-type {
    border-top-left-radius: 0
}

.widget .calendar_wrap table th:last-of-type,
.wp-block-calendar table th:last-of-type {
    border-top-right-radius: 0
}

.widget .calendar_wrap table th,
.wp-block-calendar table th,
.widget .calendar_wrap table td,
.wp-block-calendar table td {
    padding: 10px 20px
}

.widget .calendar_wrap table tbody th,
.wp-block-calendar table tbody th,
.widget .calendar_wrap table tbody td,
.wp-block-calendar table tbody td {
    border-bottom: 0
}

.widget .calendar_wrap table tbody #today,
.wp-block-calendar table tbody #today {
    color: var(--color-main-text);
    font-weight: 600
}

.widget .calendar_wrap table tbody a,
.wp-block-calendar table tbody a {
    color: var(--color-brand);
    font-weight: 600;
    text-decoration: underline
}

.widget .calendar_wrap .wp-calendar-nav,
.wp-block-calendar .wp-calendar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 20px 16px;
    font-size: calc(var(--body-font-size) - 2px)
}

@media (min-width: 768px) {

    .widget .calendar_wrap .wp-calendar-nav,
    .wp-block-calendar .wp-calendar-nav {
        font-size: calc(var(--body-font-size) - 1px)
    }
}

.widget.widget_tag_cloud .tag-cloud-link,
.widget.widget_product_tag_cloud .tag-cloud-link,
p.wp-block-tag-cloud .tag-cloud-link {
    display: inline-block;
    font-size: calc(var(--body-font-size) - 1px) !important;
    text-transform: capitalize;
    padding: 6px 12px;
    margin-right: 2px;
    margin-bottom: 6px;
    border-radius: 6px;
    border: 1px solid var(--color-border-main);
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out
}

@media (min-width: 768px) {

    .widget.widget_tag_cloud .tag-cloud-link,
    .widget.widget_product_tag_cloud .tag-cloud-link,
    p.wp-block-tag-cloud .tag-cloud-link {
        font-size: var(--body-font-size) !important
    }
}

.widget.widget_tag_cloud .tag-cloud-link:hover,
.widget.widget_product_tag_cloud .tag-cloud-link:hover,
p.wp-block-tag-cloud .tag-cloud-link:hover,
.widget.widget_tag_cloud .tag-cloud-link:focus,
.widget.widget_product_tag_cloud .tag-cloud-link:focus,
p.wp-block-tag-cloud .tag-cloud-link:focus {
    color: var(--color-main-text);
    background-color: var(--color-bg)
}

.widget {
    margin: 0 0 2.8em
}

@media (min-width: 640px) {
    .widget {
        margin: 0 0 3.5em
    }
}

.widget:last-of-type {
    margin-bottom: 0
}

.widget .widget-title {
    margin-top: 0;
    margin-bottom: 20px
}

@media (min-width: 640px) {
    .widget .widget-title {
        margin-bottom: 24px
    }
}

.widget img {
    border-radius: 6px
}

.widget a {
    color: var(--color-main-text);
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out
}

.widget a:hover,
.widget a:focus {
    color: var(--color-brand)
}

.widget ul,
.widget ol {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.widget ul li>ul,
.widget ol li>ul {
    padding-left: 16px
}

@media (min-width: 640px) {

    .widget ul li>ul,
    .widget ol li>ul {
        padding-left: 24px
    }
}

.widget li {
    margin-bottom: 16px
}

.widget li:last-of-type {
    margin-bottom: 0
}

.widget.widget_archive li,
.widget.widget_categories li,
.widget.widget_pages li,
.widget.widget_nav_menu li {
    display: grid;
    grid-template-columns: 1fr auto;
    margin-bottom: 0
}

.widget.widget_archive li ul,
.widget.widget_categories li ul,
.widget.widget_pages li ul,
.widget.widget_nav_menu li ul {
    grid-column: 1 / span 2
}

.widget.widget_archive li ul a,
.widget.widget_categories li ul a,
.widget.widget_pages li ul a,
.widget.widget_nav_menu li ul a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.widget.widget_archive li ul a::before,
.widget.widget_categories li ul a::before,
.widget.widget_pages li ul a::before,
.widget.widget_nav_menu li ul a::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 2px;
    margin-right: 12px;
    background-color: var(--color-border-light)
}

.widget.widget_archive a,
.widget.widget_categories a,
.widget.widget_pages a,
.widget.widget_nav_menu a {
    margin-bottom: 16px
}

.widget.widget_archive>ul>li:last-child>a,
.widget.widget_archive div>ul>li:last-child>a,
.widget.widget_categories>ul>li:last-child>a,
.widget.widget_categories div>ul>li:last-child>a,
.widget.widget_pages>ul>li:last-child>a,
.widget.widget_pages div>ul>li:last-child>a,
.widget.widget_nav_menu>ul>li:last-child>a,
.widget.widget_nav_menu div>ul>li:last-child>a {
    margin-bottom: 0
}

.widget.widget_rss li {
    display: grid;
    margin-bottom: 20px
}

@media (min-width: 640px) {
    .widget.widget_rss li {
        margin-bottom: 24px
    }
}

.widget.widget_rss li:last-of-type {
    margin-bottom: 0
}

.widget.widget_rss li .rsswidget {
    font-size: calc(var(--h6-font-size) - 1px);
    font-family: var(--h6-font-family);
    font-weight: 600;
    margin-bottom: 5px
}

@media (min-width: 640px) {
    .widget.widget_rss li .rsswidget {
        font-size: var(--h6-font-size);
        margin-bottom: 6px
    }
}

.widget.widget_rss li .rss-date,
.widget.widget_rss li .rssSummary {
    margin-bottom: 10px
}

@media (min-width: 640px) {

    .widget.widget_rss li .rss-date,
    .widget.widget_rss li .rssSummary {
        margin-bottom: 12px
    }
}

.widget.widget_rss li .rss-date,
.widget.widget_rss li cite {
    color: var(--color-lighter-text);
    font-size: calc(var(--body-font-size) - 2px)
}

@media (min-width: 768px) {

    .widget.widget_rss li .rss-date,
    .widget.widget_rss li cite {
        font-size: calc(var(--body-font-size) - 1px)
    }
}

.widget.widget_tag_cloud .tagcloud,
.widget.widget_product_tag_cloud .tagcloud {
    margin-right: -2px;
    margin-bottom: -6px
}

.widget.widget_text strong {
    display: inline-block;
    color: var(--h6-color);
    font-size: calc(var(--h6-font-size) - 1px);
    font-family: var(--h6-font-family);
    font-weight: 600;
    margin: 16px 0 8px
}

@media (min-width: 640px) {
    .widget.widget_text strong {
        font-size: calc(var(--h6-font-size) - 1px)
    }
}

.widget.widget_text .wp-caption p:empty {
    display: none
}

.widget.widget_text .textwidget>p,
.widget.widget_text .textwidget>div {
    margin-top: 0;
    margin-bottom: 20px
}

@media (min-width: 640px) {

    .widget.widget_text .textwidget>p,
    .widget.widget_text .textwidget>div {
        margin-bottom: 24px
    }
}

.widget.widget_text .textwidget>p:last-of-type,
.widget.widget_text .textwidget>div:last-of-type {
    margin-bottom: 0
}

.widget.widget_text .textwidget>p:first-of-type strong {
    margin-top: 0
}

.widget.widget_text .textwidget>p:first-of-type img+br+strong {
    margin-bottom: 0
}

.widget .calendar_wrap a {
    text-decoration: underline
}

.widget div[class*='gallery-columns-'] {
    gap: 1rem
}

.widget .gallery-item {
    margin: 0
}

.widget .gallery-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease
}

.widget .gallery-item a:hover,
.widget .gallery-item a:focus {
    opacity: 0.8
}

.widget select {
    width: 100%
}

ul.wp-block-archives-list,
ul.wp-block-categories-list,
ul.wp-block-categories__list {
    padding: 0;
    list-style: none
}

ul.wp-block-archives-list li,
ul.wp-block-categories-list li,
ul.wp-block-categories__list li {
    display: grid;
    grid-template-columns: 1fr auto
}

ul.wp-block-archives-list li a,
ul.wp-block-categories-list li a,
ul.wp-block-categories__list li a {
    text-decoration: none
}

ul.wp-block-latest-posts__list.is-grid {
    margin-bottom: 1em
}

ul.wp-block-latest-posts__list li,
ul.wp-block-latest-posts__list.is-grid li {
    margin-bottom: 20px
}

@media (min-width: 640px) {

    ul.wp-block-latest-posts__list li,
    ul.wp-block-latest-posts__list.is-grid li {
        margin-bottom: 24px
    }
}

ul.wp-block-latest-posts__list li:last-child {
    margin-bottom: 0
}

ul.wp-block-latest-posts__list a {
    font-size: calc(var(--h6-font-size) - 1px);
    font-family: var(--h6-font-family);
    text-decoration: none;
    font-weight: 500
}

@media (min-width: 640px) {
    ul.wp-block-latest-posts__list a {
        font-size: var(--h6-font-size)
    }
}

ul.wp-block-latest-posts__list time {
    color: var(--color-lighter-text);
    font-size: calc(var(--body-font-size) - 1px);
    margin-top: 6px
}

ol.wp-block-latest-comments {
    padding: 0
}

ol.wp-block-latest-comments .wp-block-latest-comments__comment {
    line-height: var(--body-line-height);
    margin-bottom: 20px
}

@media (min-width: 640px) {
    ol.wp-block-latest-comments .wp-block-latest-comments__comment {
        margin-bottom: 24px
    }
}

ol.wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
    margin-bottom: 0
}

ol.wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
    width: auto;
    height: auto;
    margin-right: 0;
    border-radius: 50%
}

ol.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
    font-size: calc(var(--h6-font-size) - 1px);
    font-family: var(--h6-font-family)
}

@media (min-width: 640px) {
    ol.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
        font-size: var(--h6-font-size)
    }
}

ol.wp-block-latest-comments .wp-block-latest-comments__comment-meta a {
    font-weight: 500;
    text-decoration: none
}

ol.wp-block-latest-comments .wp-block-latest-comments__comment-meta time {
    color: var(--color-lighter-text);
    font-size: calc(var(--body-font-size) - 1px);
    font-family: var(--body-font-family);
    margin-top: 6px
}

ol.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt {
    margin-top: 12px
}

ol.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
    font-size: var(--body-font-size)
}

ol.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-meta,
ol.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt {
    margin-left: 4.3em
}

.wp-block-calendar th,
.wp-block-calendar tbody td {
    border: 0
}

.wp-block-calendar thead th {
    background: var(--color-bg)
}

p.wp-block-tag-cloud {
    margin-right: -2px
}

p.wp-block-tag-cloud .tag-cloud-link {
    color: var(--color-main-text);
    text-decoration: none
}

ul.wp-block-rss {
    padding: 0;
    list-style: none
}

ul.wp-block-rss .wp-block-rss__item {
    margin-bottom: 20px
}

@media (min-width: 640px) {
    ul.wp-block-rss .wp-block-rss__item {
        margin-bottom: 24px
    }
}

ul.wp-block-rss .wp-block-rss__item:last-child {
    margin-bottom: 0
}

ul.wp-block-rss .wp-block-rss__item time+span {
    margin-left: 8px;
    padding-left: 10px;
    border-left: 1px solid var(--color-lightest-text)
}

ul.wp-block-rss .wp-block-rss__item-title {
    margin-bottom: 6px;
    font-family: var(--h6-font-family);
    font-size: calc(var(--h6-font-size) - 1px);
    font-weight: 500
}

@media (min-width: 640px) {
    ul.wp-block-rss .wp-block-rss__item-title {
        font-size: var(--h6-font-size)
    }
}

ul.wp-block-rss .wp-block-rss__item-title a {
    text-decoration: none
}

ul.wp-block-rss .wp-block-rss__item-publish-date,
ul.wp-block-rss .wp-block-rss__item-author {
    display: inline-block;
    color: var(--color-lighter-text);
    font-size: calc(var(--body-font-size) - 1px);
    line-height: 1.2
}

ul.wp-block-rss .wp-block-rss__item-excerpt {
    margin-top: 12px
}

.widget_block .wp-block-search__label,
.widget_block h2 {
    display: block;
    font-size: calc(var(--h4-font-size) - 1px);
    margin-top: 0;
    margin-bottom: 20px
}

@media (min-width: 640px) {

    .widget_block .wp-block-search__label,
    .widget_block h2 {
        font-size: var(--h4-font-size);
        margin-bottom: 24px
    }
}

ul.wp-block-categories-list a,
ul.wp-block-categories__list a {
    color: var(--color-main-text);
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    margin-bottom: 16px
}

ul.wp-block-categories-list a:hover,
ul.wp-block-categories-list a:focus,
ul.wp-block-categories__list a:hover,
ul.wp-block-categories__list a:focus {
    color: var(--color-brand)
}

ul.wp-block-categories-list>ul>li:last-child>a,
ul.wp-block-categories-list div>ul>li:last-child>a,
ul.wp-block-categories__list>ul>li:last-child>a,
ul.wp-block-categories__list div>ul>li:last-child>a {
    margin-bottom: 0
}

ul.wp-block-categories-list ul,
ul.wp-block-categories-list ol,
ul.wp-block-categories__list ul,
ul.wp-block-categories__list ol {
    margin: 0;
    padding-left: 0;
    list-style: none
}

ul.wp-block-categories-list ul li>ul,
ul.wp-block-categories-list ol li>ul,
ul.wp-block-categories__list ul li>ul,
ul.wp-block-categories__list ol li>ul {
    padding-left: 16px
}

@media (min-width: 640px) {

    ul.wp-block-categories-list ul li>ul,
    ul.wp-block-categories-list ol li>ul,
    ul.wp-block-categories__list ul li>ul,
    ul.wp-block-categories__list ol li>ul {
        padding-left: 24px
    }
}

ul.wp-block-categories-list li,
ul.wp-block-categories__list li {
    display: grid;
    grid-template-columns: 1fr auto
}

ul.wp-block-categories-list li ul,
ul.wp-block-categories__list li ul {
    grid-column: 1 / span 2
}

ul.wp-block-categories-list li ul a,
ul.wp-block-categories__list li ul a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

ul.wp-block-categories-list li ul a::before,
ul.wp-block-categories__list li ul a::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 2px;
    margin-right: 12px;
    background-color: var(--color-border-light)
}

ul.wp-block-categories__list li,
ul.wp-block-categories-list li {
    margin-bottom: 0
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.custom-logo-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.entry-media img,
.entry-media .mejs-container.wp-audio-shortcode {
    border-radius: 6px
}

.entry-media .mejs-container.wp-audio-shortcode {
    overflow: hidden
}

.borobazar-video-iframe-container {
    padding-top: 56.25%;
    border-radius: 6px
}

.borobazar-video-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.wp-caption {
    max-width: 100%;
    margin-bottom: 2em
}

@media (min-width: 768px) {
    .wp-caption {
        margin-bottom: 2.4em
    }
}

@media (min-width: 1024px) {
    .wp-caption {
        margin-bottom: 2.6em
    }
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-dd,
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    color: var(--color-lighter-text);
    font-size: calc(var(--body-font-size) - 2px)
}

@media (min-width: 768px) {

    .wp-caption .wp-caption-dd,
    .wp-caption .wp-caption-text {
        font-size: calc(var(--body-font-size) - 1px)
    }
}

.wp-caption-text {
    text-align: center
}

.gallery {
    display: grid;
    grid-gap: 1em;
    margin-bottom: 2em
}

@media (min-width: 768px) {
    .gallery {
        margin-bottom: 2.4em
    }
}

@media (min-width: 1024px) {
    .gallery {
        margin-bottom: 2.6em
    }
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr)
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr)
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr)
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr)
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr)
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr)
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr)
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr)
}

.gallery-caption {
    display: block
}

.borobazar-drawer-body {
    height: calc(100% - 100px)
}

.borobazar-drawer-body .widget_shopping_cart {
    height: 100%;
    margin-bottom: 30px
}

.borobazar-drawer-body .widget_shopping_cart_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%
}

.borobazar-drawer-body .widget_shopping_cart_content .borobazar-mini-cart-total .woocommerce-Price-amount {
    color: var(--color-main-text);
    font-size: calc(var(--body-font-size) + 3px);
    font-weight: 600
}

.borobazar-drawer-body .widget_shopping_cart_content .borobazar-mini-cart-total.borobazar-empty-mini-cart a {
    pointer-events: none;
    color: var(--color-lightest-text);
    background-color: var(--color-border-main)
}

.borobazar-drawer-body .widget_shopping_cart_content .borobazar-mini-cart-total.borobazar-empty-mini-cart a>span.label {
    color: var(--color-lightest-text)
}

.borobazar-drawer-body .borobazar-mini-cart-items {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.borobazar-drawer-body .borobazar-mini-cart-items .borobazar-mini-cart-item-thumbnail a.remove {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    z-index: 1
}

.borobazar-drawer-body .borobazar-mini-cart-items .borobazar-mini-cart-item:hover a.remove {
    opacity: 1
}

.borobazar-drawer-body .borobazar-mini-cart-total strong {
    font-weight: 600
}

.borobazar-drawer-body .borobazar-mini-cart-total a.is-loading .label {
    display: none
}

.borobazar-drawer-body .borobazar-mini-cart-total a .borobazar-loader span {
    background-color: #ffffff
}

@media (min-width: 640px) {
    .borobazar-mini-cart-drawer.drawer-open .borobazar-drawer-content {
        -webkit-box-shadow: 0px 25px 40px rgba(41, 50, 68, 0.25);
        box-shadow: 0px 25px 40px rgba(41, 50, 68, 0.25)
    }
}

#redq-quick-view-modal {
    padding: 0;
    border-radius: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (min-width: 640px) {
    #redq-quick-view-modal {
        margin-top: 10px;
        border-radius: 8px
    }
}

#redq-quick-view-modal .close-modal {
    display: none
}

@media (min-width: 991px) {
    #redq-quick-view-modal .close-modal {
        top: 15px;
        right: 15px;
        background-size: 18px;
        background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5002 15.9995L11.5001 9.99936L17.5004 3.9991C17.9143 3.58517 17.9143 2.91306 17.5002 2.499C17.0863 2.08508 16.4142 2.08508 16.0003 2.499L10 8.49926L3.99974 2.499C3.58582 2.08508 2.9137 2.08508 2.49978 2.499C2.08572 2.91306 2.08572 3.58517 2.49964 3.9991L8.4999 9.99936L2.49978 15.9995C2.08572 16.4135 2.08572 17.0857 2.49964 17.4996C2.9137 17.9136 3.58582 17.9136 3.99988 17.4996L10 11.4995L16.0001 17.4996C16.4142 17.9136 17.0863 17.9136 17.5004 17.4996C17.9143 17.0857 17.9143 16.4135 17.5002 15.9995Z' fill='%238C969F' stroke='%238C969F' stroke-width='0.3'/%3E%3C/svg%3E%0A");
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        overflow: hidden
    }

    #redq-quick-view-modal .close-modal:hover,
    #redq-quick-view-modal .close-modal:focus {
        background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5002 15.9995L11.5001 9.99936L17.5004 3.9991C17.9143 3.58517 17.9143 2.91306 17.5002 2.499C17.0863 2.08508 16.4142 2.08508 16.0003 2.499L10 8.49926L3.99974 2.499C3.58582 2.08508 2.9137 2.08508 2.49978 2.499C2.08572 2.91306 2.08572 3.58517 2.49964 3.9991L8.4999 9.99936L2.49978 15.9995C2.08572 16.4135 2.08572 17.0857 2.49964 17.4996C2.9137 17.9136 3.58582 17.9136 3.99988 17.4996L10 11.4995L16.0001 17.4996C16.4142 17.9136 17.0863 17.9136 17.5004 17.4996C17.9143 17.0857 17.9143 16.4135 17.5002 15.9995Z' fill='%23000000' stroke='%23000000' stroke-width='0.3'/%3E%3C/svg%3E%0A")
    }
}

#redq-quick-view-modal.product-loaded {
    width: 100%;
    max-width: 1360px;
    padding: 24px 16px 68px;
    background: #ffffff;
    -webkit-box-shadow: 0px 25px 40px rgba(41, 50, 68, 0.25);
    box-shadow: 0px 25px 40px rgba(41, 50, 68, 0.25)
}

@media (min-width: 640px) {
    #redq-quick-view-modal.product-loaded {
        width: 98%;
        padding: 30px 24px 28px;
        border-radius: 6px
    }
}

@media (min-width: 768px) {
    #redq-quick-view-modal.product-loaded {
        width: 90%
    }
}

@media (min-width: 1280px) {
    #redq-quick-view-modal.product-loaded {
        padding: 50px 40px 42px
    }
}

#redq-quick-view-modal.product-loaded .close-modal {
    display: block
}

@media (max-width: 639px) {
    #redq-quick-view-modal.product-loaded .close-modal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        position: fixed;
        bottom: 0;
        top: auto;
        text-indent: 0;
        background: var(--color-border-lighter);
        left: 0;
        z-index: 1;
        height: 44px;
        text-decoration: none;
        font-weight: 500;
        border-top: 1px solid var(--color-border-main);
        -webkit-transition: background 0.2s ease-in-out;
        -o-transition: background 0.2s ease-in-out;
        transition: background 0.2s ease-in-out
    }

    #redq-quick-view-modal.product-loaded .close-modal:hover,
    #redq-quick-view-modal.product-loaded .close-modal:focus {
        color: var(--color-main-text);
        background: var(--color-border-light)
    }
}

#redq-quick-view-modal.product-loaded .redq-quick-view-modal-loader {
    display: none
}

.redq-quick-view-modal-blocker {
    padding: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1490
}

@media (min-width: 640px) {
    .redq-quick-view-modal-blocker {
        padding: 20px
    }
}

.redq-quick-view-modal-blocker .redq-quick-view-modal-loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.redq-quick-view-modal-blocker .redq-quick-view-modal-loader svg {
    width: 48px;
    height: auto
}

.redq-quick-view-modal-blocker .redq-quick-view-modal-loader svg path {
    fill: #ffffff
}

.redq-quick-view-modal-blocker div.product div.images,
.redq-quick-view-modal-blocker div.product div.summary {
    width: 100%;
    margin-bottom: 0
}

.redq-quick-view-modal-blocker div.product div.images {
    aspect-ratio: 4 / 3.8
}

@media (min-width: 991px) {
    .redq-quick-view-modal-blocker div.product div.images {
        width: calc(58% - 16px)
    }
}

@media (min-width: 1280px) {
    .redq-quick-view-modal-blocker div.product div.images {
        width: calc(58% - 20px)
    }
}

@media (min-width: 991px) {
    .redq-quick-view-modal-blocker div.product div.summary {
        width: calc(42% - 16px)
    }
}

@media (min-width: 1280px) {
    .redq-quick-view-modal-blocker div.product div.summary {
        width: calc(42% - 20px)
    }
}

@media (max-width: 990px) {
    .redq-quick-view-modal-blocker div.product div.entry-summary {
        margin-top: 2em
    }
}

.redq-quick-view-modal-blocker div.product div.entry-summary .summary-content {
    margin-bottom: 0
}

.redq-quick-view-modal-blocker div.product div.entry-summary form.cart .quantity-btn-wrapper {
    max-width: 150px
}

.redq-quick-view-modal-blocker div.product div.entry-summary form.cart .single_add_to_cart_button::before,
.redq-quick-view-modal-blocker div.product div.entry-summary form.cart .single_add_to_cart_button::after {
    content: none
}

.redq-quick-view-modal-blocker div.product div.entry-summary form.cart .single_add_to_cart_button.loading .flex {
    display: none
}

.redq-quick-view-modal-blocker div.product div.entry-summary form.cart .single_add_to_cart_button.loading .borobazar-loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.redq-quick-view-modal-blocker div.product div.entry-summary form.cart .single_add_to_cart_button .borobazar-loader span {
    background-color: #ffffff
}

.redq-quick-view-modal-blocker div.product div.entry-summary form.cart .added_to_cart {
    text-decoration: none;
    padding: 0.5em;
    border-radius: 6px;
    border: 1px solid var(--color-border-main);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 640px) {
    .redq-quick-view-modal-blocker div.product div.entry-summary form.cart .added_to_cart {
        min-height: 48px
    }
}

.redq-quick-view-modal-blocker div.product div.entry-summary form.cart .added_to_cart:hover,
.redq-quick-view-modal-blocker div.product div.entry-summary form.cart .added_to_cart:focus {
    color: var(--color-main-text);
    background-color: var(--color-bg)
}

.redq-quick-view-modal-blocker .product-after-summery {
    overflow: hidden;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    padding: 0 10px 10px;
    padding-bottom: 0.5rem
}

.redq-quick-view-modal-blocker .product-after-summery h2 {
    text-align: left;
    font-size: calc(var(--h3-font-size) - 4px)
}

@media (min-width: 640px) {
    .redq-quick-view-modal-blocker .product-after-summery h2 {
        font-size: calc(var(--h3-font-size) - 2px)
    }
}

@media (min-width: 1280px) {
    .redq-quick-view-modal-blocker .product-after-summery h2 {
        font-size: var(--h3-font-size)
    }
}

.redq-quick-view-modal-blocker .product-after-summery section {
    margin-top: 2.5rem
}

.redq-quick-view-modal-blocker .product-after-summery section .woocommerce-loop-product__title {
    margin: 0px;
    font-family: var(--body-font-family, "Inter");
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: inherit
}

@media (min-width: 640px) {
    .redq-quick-view-modal-blocker .product-after-summery section .woocommerce-loop-product__title {
        font-size: 0.9375rem
    }
}

.redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-alpine {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

@media (min-width: 768px) {
    .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-alpine {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media (min-width: 1024px) {
    .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-alpine {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

@media (min-width: 1280px) {
    .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-alpine {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 1.25rem
    }
}

.redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-oak {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

@media (min-width: 1024px) {
    .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-oak {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media (min-width: 1280px) {
    .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-oak {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1.25rem
    }
}

@media (min-width: 1500px) {
    .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-oak {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
}

.redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-maple {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

@media (min-width: 768px) {
    .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-maple {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-maple .borobazar-maple-product-card {
        grid-template-columns: 120px 1fr;
        gap: 0.75rem
    }

    .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-maple .borobazar-maple-product-card-thumb {
        height: 8rem
    }

    .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-maple .borobazar-maple-product-card-meta {
        padding-top: 0px;
        padding-bottom: 0px
    }
}

@media (min-width: 1024px) {
    .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-maple {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-maple .borobazar-maple-product-card {
        grid-template-columns: 180px 1fr
    }

    .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-maple .borobazar-maple-product-card-thumb {
        height: 12rem
    }

    .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-maple .borobazar-maple-product-card-meta {
        padding-top: 18px;
        padding-bottom: 18px
    }
}

@media (min-width: 1280px) {
    .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-maple {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.25rem
    }

    .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-maple .borobazar-maple-product-card {
        grid-template-columns: 130px 1fr;
        gap: 1rem
    }

    .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-maple .borobazar-maple-product-card-thumb {
        height: 9rem
    }
}

@media (min-width: 1500px) {
    .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-maple {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-maple .borobazar-maple-product-card {
        grid-template-columns: 150px 1fr
    }

    .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-maple .borobazar-maple-product-card-thumb {
        height: 12rem
    }
}

@media (min-width: 1700px) {
    .redq-quick-view-modal-blocker .product-after-summery .borobozar-product-grid-maple .borobazar-maple-product-card {
        grid-template-columns: 180px 1fr
    }
}

.borobazar-custom-select {
    position: relative
}

.borobazar-custom-select.active .borobazar-custom-select-box {
    opacity: 1;
    visibility: visible;
    --tw-translate-y: 0.375rem;
    -webkit-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));
    -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: 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))
} */

/* .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#primary[tabindex="-1"]:focus {
    outline: 0
}

.alignleft,
.wp-block-image .alignleft,
.wp-block[data-align=left]>*,
.wp-block[data-align=left]>.wp-block-image,
.wp-block-freeform.block-library-rich-text__tinymce .alignleft {
    float: left;
    margin-right: 2em;
    margin-bottom: 2em;
    max-width: 40%
}

@media (min-width: 768px) {

    .alignleft,
    .wp-block-image .alignleft,
    .wp-block[data-align=left]>*,
    .wp-block[data-align=left]>.wp-block-image,
    .wp-block-freeform.block-library-rich-text__tinymce .alignleft {
        margin-right: 2.4em;
        margin-bottom: 2.4em
    }
}

@media (min-width: 1024px) {

    .alignleft,
    .wp-block-image .alignleft,
    .wp-block[data-align=left]>*,
    .wp-block[data-align=left]>.wp-block-image,
    .wp-block-freeform.block-library-rich-text__tinymce .alignleft {
        margin-right: 2.6em;
        margin-bottom: 2.6em
    }
}

.alignright,
.wp-block-image .alignright,
.wp-block[data-align=right]>*,
.wp-block[data-align=right]>.wp-block-image,
.wp-block-freeform.block-library-rich-text__tinymce .alignright {
    float: right;
    margin-left: 2em;
    margin-bottom: 2em;
    max-width: 40%
}

@media (min-width: 768px) {

    .alignright,
    .wp-block-image .alignright,
    .wp-block[data-align=right]>*,
    .wp-block[data-align=right]>.wp-block-image,
    .wp-block-freeform.block-library-rich-text__tinymce .alignright {
        margin-left: 2.4em;
        margin-bottom: 2.4em
    }
}

@media (min-width: 1024px) {

    .alignright,
    .wp-block-image .alignright,
    .wp-block[data-align=right]>*,
    .wp-block[data-align=right]>.wp-block-image,
    .wp-block-freeform.block-library-rich-text__tinymce .alignright {
        margin-left: 2.6em;
        margin-bottom: 2.6em
    }
}

.aligncenter,
.wp-block-image .aligncenter,
.wp-block[data-align=center]>*,
.wp-block[data-align=center]>.wp-block-image,
.wp-block-freeform.block-library-rich-text__tinymce .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em
}

@media (min-width: 768px) {

    .aligncenter,
    .wp-block-image .aligncenter,
    .wp-block[data-align=center]>*,
    .wp-block[data-align=center]>.wp-block-image,
    .wp-block-freeform.block-library-rich-text__tinymce .aligncenter {
        margin-bottom: 2.4em
    }
}

@media (min-width: 1024px) {

    .aligncenter,
    .wp-block-image .aligncenter,
    .wp-block[data-align=center]>*,
    .wp-block[data-align=center]>.wp-block-image,
    .wp-block-freeform.block-library-rich-text__tinymce .aligncenter {
        margin-bottom: 2.6em
    }
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright {
    display: table
}

.wp-block-image .alignleft,
.wp-block-image .alignright {
    max-width: 40%
}

.wp-block .wp-block-cover,
.wp-block .wp-block-cover-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@-webkit-keyframes scale-out {

    75%,
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes scale-out {

    75%,
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes anim-pulse {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes anim-pulse {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes checked {

    75%,
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes checked {

    75%,
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

.borobazar-checkbox:hover .borobazar-checkbox-icon {
    border-color: var(--color-brand, #02b290)
}

.borobazar-checkbox>input:checked+.borobazar-checkbox-icon {
    background-color: var(--color-brand, #02b290);
    border-color: var(--color-brand, #02b290);
    background-size: 13px;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3315 1.38242L4.96559 8.74835C4.90071 8.81324 4.79566 8.81324 4.73093 8.74835L0.548547 4.56582C0.483818 4.50124 0.483818 4.39619 0.548547 4.33131L1.56481 3.31505C1.62969 3.25032 1.73474 3.25032 1.79947 3.31505L4.84841 6.36383L11.0808 0.131494C11.1458 0.0667645 11.2505 0.0667645 11.3154 0.131494L12.3315 1.14776C12.3964 1.21249 12.3964 1.31739 12.3315 1.38242Z' fill='white'/%3E%3C/svg%3E")
}

.borobazar-checkbox>input:checked+.borobazar-checkbox-icon.animate:after {
    opacity: 1;
    -webkit-animation: checked 0.7s;
    animation: checked 0.7s
}

.cont_select_center {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -30px;
    margin-left: -150px
}

.cont_heg_50 {
    position: absolute;
    height: 50%;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fd7b52
}

.icon_select_mate {
    position: absolute;
    top: 20px;
    right: 2%;
    font-size: 16px;
    height: 22px;
    -webkit-transition: all 275ms;
    -o-transition: all 275ms;
    transition: all 275ms
}

.select_mate {
    position: relative;
    float: left;
    min-width: 300px;
    width: 300px;
    min-height: 60px;
    font-family: 'Roboto';
    color: #777;
    font-weight: 300;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    -webkit-transition: all 375ms ease-in-out;
    -o-transition: all 375ms ease-in-out;
    transition: all 375ms ease-in-out
}

.select_mate select {
    position: absolute;
    overflow: hidden;
    height: 0px;
    opacity: 0;
    z-index: -1
}

.cont_list_select_mate {
    position: relative;
    float: left;
    width: 100%
}

.cont_select_int {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    overflow: hidden;
    height: 0px;
    width: 100%;
    background-color: #fff;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 0px 0px 3px 3px;
    -webkit-box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 375ms ease-in-out;
    -o-transition: all 375ms ease-in-out;
    transition: all 375ms ease-in-out
}

.cont_select_int li {
    position: relative;
    float: left;
    width: 96%;
    border-bottom: 1px solid #e0e0e0;
    background-color: #f5f5f5;
    list-style-type: none;
    padding: 10px 2%;
    margin: 0px;
    -webkit-transition: all 275ms ease-in-out;
    -o-transition: all 275ms ease-in-out;
    transition: all 275ms ease-in-out;
    display: block;
    cursor: pointer
}

.cont_select_int li:last-child {
    border-radius: 3px;
    border-bottom: 0px
}

.cont_select_int li:hover {
    background-color: #eeeeee
}

.cont_select_int .active {
    background-color: #eeeeee
}

.selecionado_opcion {
    padding: 20px 2%;
    width: 96%;
    display: block;
    margin: 0px;
    cursor: pointer
}

.wp-block-borobazar-blocks-borobazar-wrapper[data-align='full'] {
    width: 100vw;
    margin-left: -50vw;
    position: relative;
    left: 50%
}

@media (max-width: 767px) {
    .hide-br-mobile br {
        display: none
    }
}


*,
::before,
::after {
    --tw-border-opacity: 1;
    border-width: 0;
    border-style: solid;
    border-color: currentColor;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    --tw-content: '';
    --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-transform: translateX(var(--tw-translate-x)) translateY(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))
}

.container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
        padding-right: 2rem;
        padding-left: 2rem
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
        padding-right: 4rem;
        padding-left: 4rem
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
        padding-right: 4.5rem;
        padding-left: 4.5rem
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1500px;
        padding-right: 5.8125rem;
        padding-left: 5.8125rem
    }
}

@media (min-width: 1700px) {
    .container {
        max-width: 1700px
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.pointer-events-none {
    pointer-events: none
}

.visible {
    visibility: visible
}

.invisible {
    visibility: hidden
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.\!absolute {
    position: absolute !important
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px
}

.left-2\/4 {
    left: 50%
}

.top-1\/2 {
    top: 50%
}

.right-1\.5 {
    right: 0.375rem
}

.right-1 {
    right: 0.25rem
}

.left-1\.5 {
    left: 0.375rem
}

.left-1 {
    left: 0.25rem
}

.top-0 {
    top: 0px
}

.left-0 {
    left: 0px
}

.bottom-0 {
    bottom: 0px
}

.right-0 {
    right: 0px
}

.top-3 {
    top: 0.75rem
}

.left-3 {
    left: 0.75rem
}

.bottom-3 {
    bottom: 0.75rem
}

.right-3 {
    right: 0.75rem
}

.left-1\/2 {
    left: 50%
}

.right-3\.5 {
    right: 0.875rem
}

.top-\[10px\] {
    top: 10px
}

.right-\[10px\] {
    right: 10px
}

.top-full {
    top: 100%
}

.-top-14 {
    top: -3.5rem
}

.-left-6 {
    left: -1.5rem
}

.-left-5 {
    left: -1.25rem
}

.bottom-5 {
    bottom: 1.25rem
}

.left-6 {
    left: 1.5rem
}

.top-6 {
    top: 1.5rem
}

.top-\[3px\] {
    top: 3px
}

.top-2\/4 {
    top: 50%
}

.left-2 {
    left: 0.5rem
}

.right-2 {
    right: 0.5rem
}

.top-8 {
    top: 2rem
}

.bottom-full {
    bottom: 100%
}

.top-9 {
    top: 2.25rem
}

.top-10 {
    top: 2.5rem
}

.-top-1\.5 {
    top: -0.375rem
}

.-right-1 {
    right: -0.25rem
}

.-top-1 {
    top: -0.25rem
}

.left-4 {
    left: 1rem
}

.top-auto {
    top: auto
}

.z-1 {
    z-index: 1
}

.z-50 {
    z-index: 50
}

.z-30 {
    z-index: 30
}

.-z-1 {
    z-index: -1
}

.z-0 {
    z-index: 0
}

.z-40 {
    z-index: 40
}

.z-20 {
    z-index: 20
}

.z-10 {
    z-index: 10
}

.m-0 {
    margin: 0px
}

.m-4 {
    margin: 1rem
}

.m-auto {
    margin: auto
}

.mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem
}

.mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem
}

.my-0 {
    margin-top: 0px;
    margin-bottom: 0px
}

.my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem
}

.my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem
}

.mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem
}

.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem
}

.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem
}

.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem
}

.mt-1\.5 {
    margin-top: 0.375rem
}

.mt-1 {
    margin-top: 0.25rem
}

.mb-4 {
    margin-bottom: 1rem
}

.ml-4 {
    margin-left: 1rem
}

.mt-0 {
    margin-top: 0px
}

.mt-7 {
    margin-top: 1.75rem
}

.mr-4 {
    margin-right: 1rem
}

.mt-5 {
    margin-top: 1.25rem
}

.ml-auto {
    margin-left: auto
}

.-mt-14 {
    margin-top: -3.5rem
}

.-mb-1 {
    margin-bottom: -0.25rem
}

.mt-2 {
    margin-top: 0.5rem
}

.mt-2\.5 {
    margin-top: 0.625rem
}

.mt-4 {
    margin-top: 1rem
}

.mb-3 {
    margin-bottom: 0.75rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mb-2 {
    margin-bottom: 0.5rem
}

.mr-5 {
    margin-right: 1.25rem
}

.mb-9 {
    margin-bottom: 2.25rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.mr-3\.5 {
    margin-right: 0.875rem
}

.mr-3 {
    margin-right: 0.75rem
}

.ml-3 {
    margin-left: 0.75rem
}

.ml-1 {
    margin-left: 0.25rem
}

.mt-6 {
    margin-top: 1.5rem
}

.-ml-4 {
    margin-left: -1rem
}

.-mr-4 {
    margin-right: -1rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mb-0 {
    margin-bottom: 0px
}

.mr-1\.5 {
    margin-right: 0.375rem
}

.mr-1 {
    margin-right: 0.25rem
}

.mr-2 {
    margin-right: 0.5rem
}

.mb-0\.5 {
    margin-bottom: 0.125rem
}

.-mt-1\.5 {
    margin-top: -0.375rem
}

.-mt-1 {
    margin-top: -0.25rem
}

.mb-1 {
    margin-bottom: 0.25rem
}

.mt-auto {
    margin-top: auto
}

.mt-\[10px\] {
    margin-top: 10px
}

.mt-0\.5 {
    margin-top: 0.125rem
}

.mb-2\.5 {
    margin-bottom: 0.625rem
}

.ml-0\.5 {
    margin-left: 0.125rem
}

.-mr-1\.5 {
    margin-right: -0.375rem
}

.ml-0 {
    margin-left: 0px
}

.-mr-1 {
    margin-right: -0.25rem
}

.mt-8 {
    margin-top: 2rem
}

.ml-2 {
    margin-left: 0.5rem
}

.ml-1\.5 {
    margin-left: 0.375rem
}

.mb-\[10px\] {
    margin-bottom: 10px
}

.mb-auto {
    margin-bottom: auto
}

.-mb-3 {
    margin-bottom: -0.75rem
}

.mt-12 {
    margin-top: 3rem
}

.ml-6 {
    margin-left: 1.5rem
}

.-mt-4 {
    margin-top: -1rem
}

.ml-5 {
    margin-left: 1.25rem
}

.mb-1\.5 {
    margin-bottom: 0.375rem
}

.\!mb-0 {
    margin-bottom: 0px !important
}

.-ml-12 {
    margin-left: -3rem
}

.mr-auto {
    margin-right: auto
}

.-ml-0\.5 {
    margin-left: -0.125rem
}

.-ml-0 {
    margin-left: -0px
}

.box-border {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.aspect-square {
    aspect-ratio: 1 / 1
}

.h-full {
    height: 100%
}

.h-9 {
    height: 2.25rem
}

.h-auto {
    height: auto
}

.h-52 {
    height: 13rem
}

.h-10 {
    height: 2.5rem
}

.h-64 {
    height: 16rem
}

.h-28 {
    height: 7rem
}

.h-4 {
    height: 1rem
}

.h-20 {
    height: 5rem
}

.h-40 {
    height: 10rem
}

.h-48 {
    height: 12rem
}

.h-\[50px\] {
    height: 50px
}

.h-1\/2 {
    height: 50%
}

.h-\[150px\] {
    height: 150px
}

.h-5 {
    height: 1.25rem
}

.h-14 {
    height: 3.5rem
}

.h-18 {
    height: 4.5rem
}

.h-8 {
    height: 2rem
}

.h-\[10px\] {
    height: 10px
}

.h-12 {
    height: 3rem
}

.h-44 {
    height: 11rem
}

.h-36 {
    height: 9rem
}

.h-6 {
    height: 1.5rem
}

.h-3\.5 {
    height: 0.875rem
}

.h-3 {
    height: 0.75rem
}

.h-7 {
    height: 1.75rem
}

.h-\[1px\] {
    height: 1px
}

.h-0\.5 {
    height: 0.125rem
}

.h-0 {
    height: 0px
}

.max-h-full {
    max-height: 100%
}

.max-h-\[64vh\] {
    max-height: 64vh
}

.min-h-11 {
    min-height: 2.8125rem
}

.min-h-\[67px\] {
    min-height: 67px
}

.min-h-\[150px\] {
    min-height: 150px
}

.min-h-full {
    min-height: 100%
}

.min-h-\[40px\] {
    min-height: 40px
}

.min-h-13 {
    min-height: 3.25rem
}

.min-h-\[16px\] {
    min-height: 16px
}

.min-h-20 {
    min-height: 5rem
}

.min-h-\[70px\] {
    min-height: 70px
}

.w-screen {
    width: 100vw
}

.w-2 {
    width: 0.5rem
}

.w-full {
    width: 100%
}

.w-auto {
    width: auto
}

.w-9 {
    width: 2.25rem
}

.w-14 {
    width: 3.5rem
}

.w-10 {
    width: 2.5rem
}

.w-98 {
    width: 31.25rem
}

.w-40 {
    width: 10rem
}

.w-16 {
    width: 4rem
}

.w-4 {
    width: 1rem
}

.w-12 {
    width: 3rem
}

.w-20 {
    width: 5rem
}

.w-44 {
    width: 11rem
}

.w-6 {
    width: 1.5rem
}

.w-3 {
    width: 0.75rem
}

.w-32 {
    width: 8rem
}

.w-11 {
    width: 2.75rem
}

.w-13 {
    width: 3.125rem
}

.w-\[50px\] {
    width: 50px
}

.w-\[70px\] {
    width: 70px
}

.w-8 {
    width: 2rem
}

.w-5 {
    width: 1.25rem
}

.w-36 {
    width: 9rem
}

.w-18 {
    width: 4.5rem
}

.w-\[1px\] {
    width: 1px
}

.w-72 {
    width: 18rem
}

.w-3\.5 {
    width: 0.875rem
}

.w-7 {
    width: 1.75rem
}

.w-calc-full-13 {
    width: calc(100% - 3.25rem)
}

.w-calc-full-8 {
    width: calc(100% - 2rem)
}

.min-w-\[2\.75rem\] {
    min-width: 2.75rem
}

.min-w-\[40px\] {
    min-width: 40px
}

.min-w-\[16px\] {
    min-width: 16px
}

.max-w-sm {
    max-width: 24rem
}

.max-w-xl {
    max-width: 36rem
}

.max-w-full {
    max-width: 100%
}

.max-w-\[120px\] {
    max-width: 120px
}

.max-w-md {
    max-width: 28rem
}

.max-w-lg {
    max-width: 32rem
}

.max-w-120 {
    max-width: 120rem
}

.max-w-2xl {
    max-width: 42rem
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%
}

.shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.flex-grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.grow-0 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.-translate-y-0 {
    --tw-translate-y: -0px;
    -webkit-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));
    -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%;
    -webkit-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));
    -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-x-full {
    --tw-translate-x: -100%;
    -webkit-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));
    -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%;
    -webkit-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));
    -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-5 {
    --tw-translate-y: 1.25rem;
    -webkit-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));
    -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-full {
    --tw-translate-x: 100%;
    -webkit-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));
    -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-0 {
    --tw-rotate: 0deg;
    -webkit-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));
    -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-90 {
    --tw-rotate: 90deg;
    -webkit-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));
    -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.transform {
    -webkit-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));
    -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: 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))
}

@-webkit-keyframes ping {

    75%,
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ping {

    75%,
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

.animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite
}

.cursor-pointer {
    cursor: pointer
}

.resize {
    resize: both
}

.list-none {
    list-style-type: none
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-\[repeat\(2\2c max-content\)\] {
    grid-template-columns: repeat(2, -webkit-max-content);
    grid-template-columns: repeat(2, max-content)
}

.grid-cols-\[160px\2c 1fr\] {
    grid-template-columns: 160px 1fr
}

.grid-cols-\[1fr\2c max-content\] {
    grid-template-columns: 1fr -webkit-max-content;
    grid-template-columns: 1fr max-content
}

.\!grid-cols-\[repeat\(auto-fit\2c _minmax\(400px\2c _1fr\)\)\] {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)) !important
}

.grid-cols-\[170px\2c 1fr\] {
    grid-template-columns: 170px 1fr
}

.grid-cols-\[180px\2c 1fr\] {
    grid-template-columns: 180px 1fr
}

.\!grid-cols-\[repeat\(auto-fit\2c _minmax\(360px\2c _1fr\)\)\] {
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)) !important
}

.\!grid-cols-\[repeat\(auto-fit\2c _minmax\(370px\2c _1fr\)\)\] {
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr)) !important
}

.grid-cols-\[130px\2c 1fr\] {
    grid-template-columns: 130px 1fr
}

.grid-cols-\[140px\2c 1fr\] {
    grid-template-columns: 140px 1fr
}

.grid-cols-\[150px\2c 1fr\] {
    grid-template-columns: 150px 1fr
}

.grid-rows-\[max-content\] {
    grid-template-rows: -webkit-max-content;
    grid-template-rows: max-content
}

.flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.place-content-center {
    place-content: center
}

.place-content-start {
    place-content: start
}

.items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.gap-3 {
    gap: 0.75rem
}

.gap-10 {
    gap: 2.5rem
}

.gap-5 {
    gap: 1.25rem
}

.gap-2\.5 {
    gap: 0.625rem
}

.gap-2 {
    gap: 0.5rem
}

.gap-8 {
    gap: 2rem
}

.gap-4 {
    gap: 1rem
}

.gap-0\.5 {
    gap: 0.125rem
}

.gap-0 {
    gap: 0px
}

.gap-1\.5 {
    gap: 0.375rem
}

.gap-1 {
    gap: 0.25rem
}

.gap-\[14px\] {
    gap: 14px
}

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

.space-y-\[5px\]> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5px * var(--tw-space-y-reverse))
}

.self-start {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.self-center {
    -ms-flex-item-align: center;
    align-self: center
}

.justify-self-end {
    justify-self: end
}

.overflow-hidden {
    overflow: hidden
}

.overflow-y-auto {
    overflow-y: auto
}

.overflow-x-hidden {
    overflow-x: hidden
}

.text-ellipsis {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.whitespace-nowrap {
    white-space: nowrap
}

.break-words {
    overflow-wrap: break-word
}

.rounded-\[3px\] {
    border-radius: 3px
}

.rounded {
    border-radius: 0.25rem
}

.rounded-\[30px\] {
    border-radius: 30px
}

.rounded-full {
    border-radius: 9999px
}

.rounded-none {
    border-radius: 0px
}

.rounded-xl {
    border-radius: 0.75rem
}

.rounded-md {
    border-radius: 0.375rem
}

.rounded-3xl {
    border-radius: 1.5rem
}

.rounded-\[4px\] {
    border-radius: 4px
}

.rounded-lg {
    border-radius: 0.5rem
}

.rounded-\[50px\] {
    border-radius: 50px
}

.rounded-\[10px\] {
    border-radius: 10px
}

.rounded-br-\[4px\] {
    border-bottom-right-radius: 4px
}

.rounded-tr-\[4px\] {
    border-top-right-radius: 4px
}

.rounded-tl-\[4px\] {
    border-top-left-radius: 4px
}

.rounded-bl-\[4px\] {
    border-bottom-left-radius: 4px
}

.rounded-tl-none {
    border-top-left-radius: 0px
}

.rounded-bl-none {
    border-bottom-left-radius: 0px
}

.rounded-bl-md {
    border-bottom-left-radius: 0.375rem
}

.rounded-br-md {
    border-bottom-right-radius: 0.375rem
}

.border-0 {
    border-width: 0px
}

.border {
    border-width: 1px
}

.border-2 {
    border-width: 2px
}

.border-t {
    border-top-width: 1px
}

.border-r {
    border-right-width: 1px
}

.border-l {
    border-left-width: 1px
}

.border-b {
    border-bottom-width: 1px
}

.border-solid {
    border-style: solid
}

.border-lighter {
    border-color: var(--color-border-lighter, #E7ECF0)
}

.border-main {
    border-color: var(--color-border-main, #E2E8F0)
}

.border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity))
}

.border-\[\#EAEEF2\] {
    --tw-border-opacity: 1;
    border-color: rgb(234 238 242 / var(--tw-border-opacity))
}

.border-\[\#EAEAEA\] {
    --tw-border-opacity: 1;
    border-color: rgb(234 234 234 / var(--tw-border-opacity))
}

.border-light {
    border-color: var(--color-border-light, #DBDEE5)
}

.border-\[\#E5E8EC\] {
    --tw-border-opacity: 1;
    border-color: rgb(229 232 236 / var(--tw-border-opacity))
}

.border-\[\#F4F6F8\] {
    --tw-border-opacity: 1;
    border-color: rgb(244 246 248 / var(--tw-border-opacity))
}

.border-current {
    border-color: currentColor
}

.border-t-slate-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(241 245 249 / var(--tw-border-opacity))
}

.bg-\[\#DFDDD9\] {
    --tw-bg-opacity: 1;
    background-color: rgb(223 221 217 / var(--tw-bg-opacity))
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.bg-brand {
    background-color: var(--color-brand, #02b290)
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity))
}

.bg-transparent {
    background-color: transparent
}

.bg-base {
    background-color: var(--color-bg, #F3F5F9)
}

.bg-lighter {
    --tw-bg-opacity: 1;
    background-color: rgb(241 246 249 / var(--tw-bg-opacity))
}

.bg-error {
    --tw-bg-opacity: 1;
    background-color: rgb(253 92 99 / var(--tw-bg-opacity))
}

.bg-\[\#F8F8F9\] {
    --tw-bg-opacity: 1;
    background-color: rgb(248 248 249 / var(--tw-bg-opacity))
}

.bg-\[\#F4F6F8\] {
    --tw-bg-opacity: 1;
    background-color: rgb(244 246 248 / var(--tw-bg-opacity))
}

.bg-\[\#E5E8EC\] {
    --tw-bg-opacity: 1;
    background-color: rgb(229 232 236 / var(--tw-bg-opacity))
}

.bg-black\/10 {
    background-color: rgb(0 0 0 / 0.1)
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity))
}

.bg-\[\#E7ECF0\] {
    --tw-bg-opacity: 1;
    background-color: rgb(231 236 240 / var(--tw-bg-opacity))
}

.bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity))
}

.bg-deep-gray {
    background-color: var(--color-lightest-text, #8C969F)
}

.bg-opacity-40 {
    --tw-bg-opacity: 0.4
}

.bg-cover {
    background-size: cover
}

.bg-center {
    background-position: center
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.object-scale-down {
    -o-object-fit: scale-down;
    object-fit: scale-down
}

.object-center {
    -o-object-position: center;
    object-position: center
}

.p-5 {
    padding: 1.25rem
}

.p-3 {
    padding: 0.75rem
}

.p-4 {
    padding: 1rem
}

.p-0\.75 {
    padding: 0.1875rem
}

.p-0 {
    padding: 0px
}

.p-\[10px\] {
    padding: 10px
}

.p-8 {
    padding: 2rem
}

.p-\[3px\] {
    padding: 3px
}

.p-3\.5 {
    padding: 0.875rem
}

.py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem
}

.px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem
}

.py-0 {
    padding-top: 0px;
    padding-bottom: 0px
}

.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}

.py-\[18px\] {
    padding-top: 18px;
    padding-bottom: 18px
}

.py-\[2px\] {
    padding-top: 2px;
    padding-bottom: 2px
}

.py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem
}

.py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem
}

.px-16 {
    padding-left: 4rem;
    padding-right: 4rem
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.px-0 {
    padding-left: 0px;
    padding-right: 0px
}

.py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem
}

.pb-5 {
    padding-bottom: 1.25rem
}

.pt-4 {
    padding-top: 1rem
}

.pb-10 {
    padding-bottom: 2.5rem
}

.pl-8 {
    padding-left: 2rem
}

.pb-3 {
    padding-bottom: 0.75rem
}

.pt-2\.5 {
    padding-top: 0.625rem
}

.pt-2 {
    padding-top: 0.5rem
}

.pt-\[18px\] {
    padding-top: 18px
}

.pl-5 {
    padding-left: 1.25rem
}

.pr-4 {
    padding-right: 1rem
}

.pb-2 {
    padding-bottom: 0.5rem
}

.pr-\[5px\] {
    padding-right: 5px
}

.pl-0 {
    padding-left: 0px
}

.pr-2\.5 {
    padding-right: 0.625rem
}

.pr-2 {
    padding-right: 0.5rem
}

.pt-16 {
    padding-top: 4rem
}

.pb-1\.5 {
    padding-bottom: 0.375rem
}

.pb-1 {
    padding-bottom: 0.25rem
}

.pt-10 {
    padding-top: 2.5rem
}

.pl-2\.5 {
    padding-left: 0.625rem
}

.pl-2 {
    padding-left: 0.5rem
}

.pr-6 {
    padding-right: 1.5rem
}

.pt-14 {
    padding-top: 3.5rem
}

.pb-9 {
    padding-bottom: 2.25rem
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.font-body {
    font-family: var(--body-font-family, Inter)
}

.font-h6 {
    font-family: var(--h6-font-family, Manrope)
}

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

.text-\[15px\] {
    font-size: 15px
}

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

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.text-md {
    font-size: 0.9375rem
}

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

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem
}

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

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.text-\[12px\] {
    font-size: 12px
}

.text-\[13px\] {
    font-size: 13px
}

.text-\[11px\] {
    font-size: 11px
}

.text-7xl {
    font-size: 4.5rem;
    line-height: 1
}

.font-medium {
    font-weight: 500
}

.font-bold {
    font-weight: 700
}

.font-semibold {
    font-weight: 600
}

.font-extrabold {
    font-weight: 800
}

.font-normal {
    font-weight: 400
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.capitalize {
    text-transform: capitalize
}

.leading-relaxed {
    line-height: 1.625
}

.leading-snug {
    line-height: 1.375
}

.leading-loose {
    line-height: 2
}

.leading-none {
    line-height: 1
}

.leading-tight {
    line-height: 1.25
}

.leading-6 {
    line-height: 1.5rem
}

.leading-normal {
    line-height: 1.5
}

.-tracking-\[0\.2px\] {
    letter-spacing: -0.2px
}

.tracking-wider {
    letter-spacing: 0.05em
}

.tracking-widest {
    letter-spacing: 0.1em
}

.text-main {
    color: var(--color-main-text, #000000)
}

.text-\[rgba\(0\2c 0\2c 0\2c 0\.3\)\] {
    color: rgba(0, 0, 0, 0.3)
}

.text-lightest {
    color: var(--color-lightest-text, #8C969F)
}

.text-light {
    color: var(--color-light-text, #666666)
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity))
}

.text-lighter {
    color: var(--color-lighter-text, #808080)
}

.text-brand {
    color: var(--color-brand, #02b290)
}

.text-dark {
    color: var(--color-dark-text, #595959)
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity))
}

.text-\[\#02b290\] {
    --tw-text-opacity: 1;
    color: rgb(2 178 144 / var(--tw-text-opacity))
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity))
}

.text-current {
    color: currentColor
}

.no-underline {
    text-decoration-line: none
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.opacity-0 {
    opacity: 0
}

.opacity-20 {
    opacity: 0.2
}

.opacity-40 {
    opacity: 0.4
}

.opacity-90 {
    opacity: 0.9
}

.opacity-80 {
    opacity: 0.8
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-faq {
    --tw-shadow: 0px 1px 6px rgba(79, 95, 120, 0.12);
    --tw-shadow-colored: 0px 1px 6px var(--tw-shadow-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-fab {
    --tw-shadow: 0px 2px 15px rgba(115, 125, 144, 0.25);
    --tw-shadow-colored: 0px 2px 15px var(--tw-shadow-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-product {
    --tw-shadow: 0px 0px 6px rgba(79, 95, 120, 0.1);
    --tw-shadow-colored: 0px 0px 6px var(--tw-shadow-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-countdown {
    --tw-shadow: 0px 2px 8px rgba(97, 121, 142, 0.15);
    --tw-shadow-colored: 0px 2px 8px var(--tw-shadow-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-counter {
    --tw-shadow: 0px 4px 20px rgba(79, 95, 120, 0.15);
    --tw-shadow-colored: 0px 4px 20px var(--tw-shadow-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-dropdown {
    --tw-shadow: 0 10px 50px rgba(54, 67, 86, 0.1);
    --tw-shadow-colored: 0 10px 50px var(--tw-shadow-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-slim {
    --tw-shadow: 0px 4px 8px rgba(70, 84, 111, 0.06);
    --tw-shadow-colored: 0px 4px 8px var(--tw-shadow-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-border-lighter {
    --tw-shadow: 0 1px #e7ecf0;
    --tw-shadow-colored: 0 1px var(--tw-shadow-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-bottom-nav {
    --tw-shadow: 0 -2px 3px rgba(0, 0, 0, 0.08);
    --tw-shadow-colored: 0 -2px 3px var(--tw-shadow-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-sticky-nav {
    --tw-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
    --tw-shadow-colored: 0 2px 3px var(--tw-shadow-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.blur {
    --tw-blur: blur(8px);
    -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.filter {
    -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    filter: 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)
}

.backdrop-blur {
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.transition-all {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
    -o-transition-duration: 150ms;
    transition-duration: 150ms
}

.transition {
    -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -o-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;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
    -o-transition-duration: 150ms;
    transition-duration: 150ms
}

.transition-opacity {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
    -o-transition-duration: 150ms;
    transition-duration: 150ms
}

.transition-colors {
    -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    -o-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
    -o-transition-duration: 150ms;
    transition-duration: 150ms
}

.transition-transform {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
    -o-transition-duration: 150ms;
    transition-duration: 150ms
}

.duration-300 {
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms
}

.duration-500 {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms
}

.duration-200 {
    -webkit-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms
}

.ease-out-quart {
    -webkit-transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1)
}

.ease-linear {
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear
}

.ease-in-out {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

.-ml-50vw {
    margin-left: -50vw
}

.text-selection-none::-moz-selection {
    color: currentColor;
    background-color: transparent
}

.text-selection-none::selection {
    color: currentColor;
    background-color: transparent
}

.position-sticky {
    position: sticky
}

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

.before\:top-1\/2::before {
    content: var(--tw-content);
    top: 50%
}

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

.before\:top-0::before {
    content: var(--tw-content);
    top: 0px
}

.before\:block::before {
    content: var(--tw-content);
    display: block
}

.before\:h-0\.5::before {
    content: var(--tw-content);
    height: 0.125rem
}

.before\:h-0::before {
    content: var(--tw-content);
    height: 0px
}

.before\:h-full::before {
    content: var(--tw-content);
    height: 100%
}

.before\:w-4::before {
    content: var(--tw-content);
    width: 1rem
}

.before\:w-0\.5::before {
    content: var(--tw-content);
    width: 0.125rem
}

.before\:w-0::before {
    content: var(--tw-content);
    width: 0px
}

.before\:-translate-y-2\/4::before {
    content: var(--tw-content);
    --tw-translate-y: -50%;
    -webkit-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));
    -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: 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))
}

.before\:bg-black::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity))
}

.before\:bg-transparent::before {
    content: var(--tw-content);
    background-color: transparent
}

.before\:bg-brand::before {
    content: var(--tw-content);
    background-color: var(--color-brand, #02b290)
}

.after\:absolute::after {
    content: var(--tw-content);
    position: absolute
}

.after\:-top-0\.5::after {
    content: var(--tw-content);
    top: -0.125rem
}

.after\:-left-0\.5::after {
    content: var(--tw-content);
    left: -0.125rem
}

.after\:-top-0::after {
    content: var(--tw-content);
    top: -0px
}

.after\:-left-0::after {
    content: var(--tw-content);
    left: -0px
}

.after\:-z-1::after {
    content: var(--tw-content);
    z-index: -1
}

.after\:h-5::after {
    content: var(--tw-content);
    height: 1.25rem
}

.after\:w-5::after {
    content: var(--tw-content);
    width: 1.25rem
}

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

.after\:bg-brand::after {
    content: var(--tw-content);
    background-color: var(--color-brand, #02b290)
}

.after\:opacity-0::after {
    content: var(--tw-content);
    opacity: 0
}

.last\:mb-0:last-child {
    margin-bottom: 0px
}

.last\:border-0:last-child {
    border-width: 0px
}

.hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
    -webkit-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));
    -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    -webkit-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));
    -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hover\:border-brand:hover {
    border-color: var(--color-brand, #02b290)
}

.hover\:bg-brand:hover {
    background-color: var(--color-brand, #02b290)
}

.hover\:bg-brand-hover:hover {
    background-color: var(--color-brand-hover, #01A585)
}

.hover\:bg-base:hover {
    background-color: var(--color-bg, #F3F5F9)
}

.hover\:bg-\[rgba\(0\2c 0\2c 0\2c 0\.3\)\]:hover {
    background-color: rgba(0, 0, 0, 0.3)
}

.hover\:bg-lighter:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(241 246 249 / var(--tw-bg-opacity))
}

.hover\:bg-transparent:hover {
    background-color: transparent
}

.hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.hover\:text-main:hover {
    color: var(--color-main-text, #000000)
}

.hover\:text-brand-hover:hover {
    color: var(--color-brand-hover, #01A585)
}

.hover\:text-brand:hover {
    color: var(--color-brand, #02b290)
}

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

.hover\:text-dark:hover {
    color: var(--color-dark-text, #595959)
}

.hover\:underline:hover {
    text-decoration-line: underline
}

.hover\:opacity-90:hover {
    opacity: 0.9
}

.hover\:opacity-70:hover {
    opacity: 0.7
}

.hover\:opacity-100:hover {
    opacity: 1
}

.hover\:shadow-countdown-hover:hover {
    --tw-shadow: 0px 14px 50px rgba(132, 159, 184, 0.18);
    --tw-shadow-colored: 0px 14px 50px var(--tw-shadow-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:shadow-product-hover:hover {
    --tw-shadow: 0px 0px 9px rgba(79, 95, 120, 0.2);
    --tw-shadow-colored: 0px 0px 9px var(--tw-shadow-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus\:bg-transparent:focus {
    background-color: transparent
}

.focus\:bg-brand:focus {
    background-color: var(--color-brand, #02b290)
}

.focus\:bg-lighter:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(241 246 249 / var(--tw-bg-opacity))
}

.focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.focus\:bg-brand-hover:focus {
    background-color: var(--color-brand-hover, #01A585)
}

.focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1
}

.focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.focus\:text-lighter:focus {
    color: var(--color-lighter-text, #808080)
}

.focus\:text-brand:focus {
    color: var(--color-brand, #02b290)
}

.focus\:text-main:focus {
    color: var(--color-main-text, #000000)
}

.focus\:text-brand-hover:focus {
    color: var(--color-brand-hover, #01A585)
}

.focus\:underline:focus {
    text-decoration-line: underline
}

.focus\:opacity-90:focus {
    opacity: 0.9
}

.focus\:opacity-70:focus {
    opacity: 0.7
}

.focus\:opacity-100:focus {
    opacity: 1
}

.active\:text-lighter:active {
    color: var(--color-lighter-text, #808080)
}

.group:hover .group-hover\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
    -webkit-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));
    -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group:hover .group-hover\:translate-x-1 {
    --tw-translate-x: 0.25rem;
    -webkit-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));
    -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group:hover .group-hover\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    -webkit-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));
    -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group:hover .group-hover\:bg-brand-hover {
    background-color: var(--color-brand-hover, #01A585)
}

.group:hover .group-hover\:text-current {
    color: currentColor
}

.group:hover .group-hover\:opacity-80 {
    opacity: 0.8
}

.group:focus .group-focus\:bg-brand-hover {
    background-color: var(--color-brand-hover, #01A585)
}

.group:focus .group-focus\:text-current {
    color: currentColor
}

.group:focus .group-focus\:opacity-80 {
    opacity: 0.8
}

@media (min-width: 640px) {
    .sm\:top-3\.5 {
        top: 0.875rem
    }

    .sm\:left-3\.5 {
        left: 0.875rem
    }

    .sm\:top-3 {
        top: 0.75rem
    }

    .sm\:left-3 {
        left: 0.75rem
    }

    .sm\:right-3\.5 {
        right: 0.875rem
    }

    .sm\:right-3 {
        right: 0.75rem
    }

    .sm\:left-4 {
        left: 1rem
    }

    .sm\:right-4 {
        right: 1rem
    }

    .sm\:top-7 {
        top: 1.75rem
    }

    .sm\:top-6 {
        top: 1.5rem
    }

    .sm\:my-2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem
    }

    .sm\:my-3\.5 {
        margin-top: 0.875rem;
        margin-bottom: 0.875rem
    }

    .sm\:my-3 {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem
    }

    .sm\:mt-4 {
        margin-top: 1rem
    }

    .sm\:mt-6 {
        margin-top: 1.5rem
    }

    .sm\:mb-5 {
        margin-bottom: 1.25rem
    }

    .sm\:mb-10 {
        margin-bottom: 2.5rem
    }

    .sm\:mb-4 {
        margin-bottom: 1rem
    }

    .sm\:mb-6 {
        margin-bottom: 1.5rem
    }

    .sm\:mb-1\.5 {
        margin-bottom: 0.375rem
    }

    .sm\:mb-1 {
        margin-bottom: 0.25rem
    }

    .sm\:mt-3 {
        margin-top: 0.75rem
    }

    .sm\:mb-2 {
        margin-bottom: 0.5rem
    }

    .sm\:mb-2\.5 {
        margin-bottom: 0.625rem
    }

    .sm\:mt-1\.5 {
        margin-top: 0.375rem
    }

    .sm\:mt-1 {
        margin-top: 0.25rem
    }

    .sm\:mr-4 {
        margin-right: 1rem
    }

    .sm\:mt-10 {
        margin-top: 2.5rem
    }

    .sm\:ml-8 {
        margin-left: 2rem
    }

    .sm\:-mt-5 {
        margin-top: -1.25rem
    }

    .sm\:mb-9 {
        margin-bottom: 2.25rem
    }

    .sm\:mb-\[14px\] {
        margin-bottom: 14px
    }

    .sm\:mt-7 {
        margin-top: 1.75rem
    }

    .sm\:inline-block {
        display: inline-block
    }

    .sm\:flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .sm\:hidden {
        display: none
    }

    .sm\:h-11 {
        height: 2.75rem
    }

    .sm\:h-\[50px\] {
        height: 50px
    }

    .sm\:h-5 {
        height: 1.25rem
    }

    .sm\:h-48 {
        height: 12rem
    }

    .sm\:h-9\.5 {
        height: 2.25rem
    }

    .sm\:h-9 {
        height: 2.25rem
    }

    .sm\:h-20 {
        height: 5rem
    }

    .sm\:h-10 {
        height: 2.5rem
    }

    .sm\:h-16 {
        height: 4rem
    }

    .sm\:h-\[14px\] {
        height: 14px
    }

    .sm\:max-h-\[54vh\] {
        max-height: 54vh
    }

    .sm\:min-h-11 {
        min-height: 2.8125rem
    }

    .sm\:w-auto {
        width: auto
    }

    .sm\:w-\[68px\] {
        width: 68px
    }

    .sm\:w-\[50px\] {
        width: 50px
    }

    .sm\:w-5 {
        width: 1.25rem
    }

    .sm\:w-36 {
        width: 9rem
    }

    .sm\:w-12 {
        width: 3rem
    }

    .sm\:w-10 {
        width: 2.5rem
    }

    .sm\:w-20 {
        width: 5rem
    }

    .sm\:w-98 {
        width: 31.25rem
    }

    .sm\:w-96 {
        width: 24rem
    }

    .sm\:max-w-\[auto\] {
        max-width: auto
    }

    .sm\:shrink-0 {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

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

    .sm\:items-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .sm\:justify-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .sm\:justify-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .sm\:gap-7 {
        gap: 1.75rem
    }

    .sm\:gap-6 {
        gap: 1.5rem
    }

    .sm\:gap-5 {
        gap: 1.25rem
    }

    .sm\:rounded-md {
        border-radius: 0.375rem
    }

    .sm\:border {
        border-width: 1px
    }

    .sm\:border-main {
        border-color: var(--color-border-main, #E2E8F0)
    }

    .sm\:bg-base {
        background-color: var(--color-bg, #F3F5F9)
    }

    .sm\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity))
    }

    .sm\:p-6 {
        padding: 1.5rem
    }

    .sm\:p-5 {
        padding: 1.25rem
    }

    .sm\:p-8 {
        padding: 2rem
    }

    .sm\:p-10 {
        padding: 2.5rem
    }

    .sm\:p-16 {
        padding: 4rem
    }

    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

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

    .sm\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .sm\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .sm\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .sm\:px-9 {
        padding-left: 2.25rem;
        padding-right: 2.25rem
    }

    .sm\:py-9 {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem
    }

    .sm\:py-3\.5 {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem
    }

    .sm\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .sm\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem
    }

    .sm\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .sm\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .sm\:pb-6 {
        padding-bottom: 1.5rem
    }

    .sm\:pt-3 {
        padding-top: 0.75rem
    }

    .sm\:pr-5 {
        padding-right: 1.25rem
    }

    .sm\:pl-5 {
        padding-left: 1.25rem
    }

    .sm\:pr-2 {
        padding-right: 0.5rem
    }

    .sm\:text-center {
        text-align: center
    }

    .sm\:text-justify {
        text-align: justify
    }

    .sm\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .sm\:text-md {
        font-size: 0.9375rem
    }

    .sm\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .sm\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }

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

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

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

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

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

    .sm\:text-8xl {
        font-size: 6rem;
        line-height: 1
    }

    .sm\:font-normal {
        font-weight: 400
    }

    .sm\:leading-loose {
        line-height: 2
    }

    .sm\:leading-snug {
        line-height: 1.375
    }

    .sm\:text-main {
        color: var(--color-main-text, #000000)
    }

    .sm\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
        --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
        -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
    }

    .sm\:first\:mt-1\.5:first-child {
        margin-top: 0.375rem
    }

    .sm\:first\:mt-1:first-child {
        margin-top: 0.25rem
    }
}

@media (min-width: 768px) {
    .md\:right-9 {
        right: 2.25rem
    }

    .md\:left-9 {
        left: 2.25rem
    }

    .md\:-mt-7 {
        margin-top: -1.75rem
    }

    .md\:-mb-0 {
        margin-bottom: -0px
    }

    .md\:mb-14 {
        margin-bottom: 3.5rem
    }

    .md\:mb-6 {
        margin-bottom: 1.5rem
    }

    .md\:mb-2 {
        margin-bottom: 0.5rem
    }

    .md\:mt-4 {
        margin-top: 1rem
    }

    .md\:mb-5 {
        margin-bottom: 1.25rem
    }

    .md\:mb-4 {
        margin-bottom: 1rem
    }

    .md\:mt-9 {
        margin-top: 2.25rem
    }

    .md\:mb-7 {
        margin-bottom: 1.75rem
    }

    .md\:mb-8 {
        margin-bottom: 2rem
    }

    .md\:mr-5 {
        margin-right: 1.25rem
    }

    .md\:mt-8 {
        margin-top: 2rem
    }

    .md\:block {
        display: block
    }

    .md\:flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .md\:h-13 {
        height: 3.125rem
    }

    .md\:h-full {
        height: 100%
    }

    .md\:h-11 {
        height: 2.75rem
    }

    .md\:h-36 {
        height: 9rem
    }

    .md\:h-\[15px\] {
        height: 15px
    }

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

    .md\:min-h-20 {
        min-height: 5rem
    }

    .md\:w-13 {
        width: 3.125rem
    }

    .md\:w-2\.5 {
        width: 0.625rem
    }

    .md\:w-2 {
        width: 0.5rem
    }

    .md\:w-60 {
        width: 15rem
    }

    .md\:w-20 {
        width: 5rem
    }

    .md\:w-11 {
        width: 2.75rem
    }

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

    .md\:w-80 {
        width: 20rem
    }

    .md\:w-\[15px\] {
        width: 15px
    }

    .md\:max-w-\[40\%\] {
        max-width: 40%
    }

    .md\:max-w-\[50\%\] {
        max-width: 50%
    }

    .md\:max-w-\[41\%\] {
        max-width: 41%
    }

    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

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

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

    .md\:grid-cols-none {
        grid-template-columns: none
    }

    .md\:flex-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .md\:flex-nowrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .md\:justify-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .md\:gap-4 {
        gap: 1rem
    }

    .md\:space-y-12> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3rem * var(--tw-space-y-reverse))
    }

    .md\:p-7 {
        padding: 1.75rem
    }

    .md\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem
    }

    .md\:py-13 {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem
    }

    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .md\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .md\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem
    }

    .md\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem
    }

    .md\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .md\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem
    }

    .md\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem
    }

    .md\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .md\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .md\:pt-7 {
        padding-top: 1.75rem
    }

    .md\:pl-11 {
        padding-left: 2.75rem
    }

    .md\:pl-6 {
        padding-left: 1.5rem
    }

    .md\:pr-4 {
        padding-right: 1rem
    }

    .md\:text-left {
        text-align: left
    }

    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

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

    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .md\:text-\[15px\] {
        font-size: 15px
    }

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

    .md\:font-semibold {
        font-weight: 600
    }

    .md\:leading-normal {
        line-height: 1.5
    }

    .md\:leading-tight {
        line-height: 1.25
    }

    .md\:leading-loose {
        line-height: 2
    }
}

@media (min-width: 1024px) {
    .lg\:visible {
        visibility: visible
    }

    .lg\:static {
        position: static
    }

    .lg\:relative {
        position: relative
    }

    .lg\:left-0 {
        left: 0px
    }

    .lg\:left-auto {
        left: auto
    }

    .lg\:z-auto {
        z-index: auto
    }

    .lg\:mt-8 {
        margin-top: 2rem
    }

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

    .lg\:-mt-20 {
        margin-top: -5rem
    }

    .lg\:mt-0 {
        margin-top: 0px
    }

    .lg\:block {
        display: block
    }

    .lg\:grid {
        display: grid
    }

    .lg\:hidden {
        display: none
    }

    .lg\:h-auto {
        height: auto
    }

    .lg\:h-48 {
        height: 12rem
    }

    .lg\:h-full {
        height: 100%
    }

    .lg\:max-h-96 {
        max-height: 24rem
    }

    .lg\:w-80 {
        width: 20rem
    }

    .lg\:w-calc-full-80 {
        width: calc(100% - 20rem)
    }

    .lg\:w-72 {
        width: 18rem
    }

    .lg\:w-calc-full-88 {
        width: calc(100% - 22.5rem)
    }

    .lg\:w-88 {
        width: 22.5rem
    }

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

    .lg\:max-w-none {
        max-width: none
    }

    .lg\:max-w-\[800px\] {
        max-width: 800px
    }

    .lg\:translate-x-0 {
        --tw-translate-x: 0px;
        -webkit-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));
        -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }

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

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

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

    .lg\:grid-cols-\[130px\2c 1fr\] {
        grid-template-columns: 130px 1fr
    }

    .lg\:grid-cols-\[180px\2c 1fr\] {
        grid-template-columns: 180px 1fr
    }

    .lg\:flex-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .lg\:flex-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .lg\:flex-nowrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .lg\:gap-8 {
        gap: 2rem
    }

    .lg\:gap-0 {
        gap: 0px
    }

    .lg\:overflow-auto {
        overflow: auto
    }

    .lg\:p-5 {
        padding: 1.25rem
    }

    .lg\:p-12 {
        padding: 3rem
    }

    .lg\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem
    }

    .lg\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem
    }

    .lg\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .lg\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .lg\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }

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

    .lg\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px
    }

    .lg\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .lg\:pt-0 {
        padding-top: 0px
    }

    .lg\:pl-0 {
        padding-left: 0px
    }

    .lg\:pr-8 {
        padding-right: 2rem
    }

    .lg\:pr-9 {
        padding-right: 2.25rem
    }

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

    .lg\:pl-9 {
        padding-left: 2.25rem
    }

    .lg\:pl-16 {
        padding-left: 4rem
    }

    .lg\:pl-10 {
        padding-left: 2.5rem
    }

    .lg\:pr-10 {
        padding-right: 2.5rem
    }

    .lg\:pt-18 {
        padding-top: 4.5rem
    }

    .lg\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }

    .lg\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

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

    .lg\:leading-snug {
        line-height: 1.375
    }

    .lg\:leading-loose {
        line-height: 2
    }

    .lg\:leading-tight {
        line-height: 1.25
    }

    .lg\:position-sticky {
        position: sticky
    }
}

@media (min-width: 1280px) {
    .xl\:z-10 {
        z-index: 10
    }

    .xl\:mb-5 {
        margin-bottom: 1.25rem
    }

    .xl\:-mt-18 {
        margin-top: -4.5rem
    }

    .xl\:mr-10 {
        margin-right: 2.5rem
    }

    .xl\:block {
        display: block
    }

    .xl\:flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .xl\:hidden {
        display: none
    }

    .xl\:h-56 {
        height: 14rem
    }

    .xl\:h-16 {
        height: 4rem
    }

    .xl\:h-\[4\.375rem\] {
        height: 4.375rem
    }

    .xl\:h-40 {
        height: 10rem
    }

    .xl\:min-h-\[64px\] {
        min-height: 64px
    }

    .xl\:w-80 {
        width: 20rem
    }

    .xl\:w-106 {
        width: 38.75rem
    }

    .xl\:w-40 {
        width: 10rem
    }

    .xl\:max-w-sm {
        max-width: 24rem
    }

    .xl\:max-w-xl {
        max-width: 36rem
    }

    .xl\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }

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

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

    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .xl\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }

    .xl\:grid-cols-\[180px\2c 1fr\] {
        grid-template-columns: 180px 1fr
    }

    .xl\:grid-cols-\[160px\2c 1fr\] {
        grid-template-columns: 160px 1fr
    }

    .xl\:gap-8 {
        gap: 2rem
    }

    .xl\:p-14 {
        padding: 3.5rem
    }

    .xl\:px-28 {
        padding-left: 7rem;
        padding-right: 7rem
    }

    .xl\:py-18 {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem
    }

    .xl\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem
    }

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

    .xl\:py-11 {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem
    }

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

    .xl\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .xl\:px-1 {
        padding-left: 0.25rem;
        padding-right: 0.25rem
    }

    .xl\:pr-11 {
        padding-right: 2.75rem
    }

    .xl\:pl-11 {
        padding-left: 2.75rem
    }

    .xl\:pl-20 {
        padding-left: 5rem
    }

    .xl\:pr-0 {
        padding-right: 0px
    }

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

    .xl\:text-\[35px\] {
        font-size: 35px
    }

    .xl\:text-gx {
        font-size: 4.125rem
    }

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

    .xl\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }

    .xl\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

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

    .xl\:leading-snug {
        line-height: 1.375
    }

    .xl\:leading-normal {
        line-height: 1.5
    }

    .xl\:leading-loose {
        line-height: 2
    }
}

@media (min-width: 1400px) {
    .\32xl\:mt-12 {
        margin-top: 3rem
    }

    .\32xl\:inline-flex {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .\32xl\:h-48 {
        height: 12rem
    }

    .\32xl\:w-88 {
        width: 22.5rem
    }

    .\32xl\:w-calc-full-88 {
        width: calc(100% - 22.5rem)
    }

    .\32xl\:w-28 {
        width: 7rem
    }

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

    .\32xl\:max-w-2xl {
        max-width: 42rem
    }

    .\32xl\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }

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

    .\32xl\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }

    .\32xl\:grid-cols-\[180px\2c 1fr\] {
        grid-template-columns: 180px 1fr
    }

    .\32xl\:gap-5 {
        gap: 1.25rem
    }

    .\32xl\:space-y-16> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(4rem * var(--tw-space-y-reverse))
    }

    .\32xl\:p-16 {
        padding: 4rem
    }

    .\32xl\:py-18 {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem
    }

    .\32xl\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem
    }

    .\32xl\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .\32xl\:pl-12 {
        padding-left: 3rem
    }

    .\32xl\:pr-12 {
        padding-right: 3rem
    }

    .\32xl\:text-\[40px\] {
        font-size: 40px
    }

    .\32xl\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .\32xl\:text-\[22px\] {
        font-size: 22px
    }

    .\32xl\:leading-relaxed {
        line-height: 1.625
    }
}

@media (min-width: 1500px) {
    .\33xl\:mb-6 {
        margin-bottom: 1.5rem
    }

    .\33xl\:mr-5 {
        margin-right: 1.25rem
    }

    .\33xl\:h-22 {
        height: 5.375rem
    }

    .\33xl\:h-18 {
        height: 4.5rem
    }

    .\33xl\:w-32 {
        width: 8rem
    }

    .\33xl\:w-22 {
        width: 5.375rem
    }

    .\33xl\:w-18 {
        width: 4.5rem
    }

    .\33xl\:max-w-xs {
        max-width: 20rem
    }

    .\33xl\:max-w-\[22rem\] {
        max-width: 22rem
    }

    .\33xl\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }

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

    .\33xl\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }

    .\33xl\:grid-cols-\[160px\2c 1fr\] {
        grid-template-columns: 160px 1fr
    }

    .\33xl\:p-6 {
        padding: 1.5rem
    }

    .\33xl\:px-28 {
        padding-left: 7rem;
        padding-right: 7rem
    }

    .\33xl\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .\33xl\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .\33xl\:py-18 {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem
    }

    .\33xl\:pr-5 {
        padding-right: 1.25rem
    }

    .\33xl\:pl-14 {
        padding-left: 3.5rem
    }

    .\33xl\:pr-14 {
        padding-right: 3.5rem
    }

    .\33xl\:pr-10 {
        padding-right: 2.5rem
    }

    .\33xl\:pl-10 {
        padding-left: 2.5rem
    }

    .\33xl\:text-\[17px\] {
        font-size: 17px
    }

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

    .\33xl\:leading-relaxed {
        line-height: 1.625
    }
}

@media (min-width: 1700px) {
    .\34xl\:-mt-18 {
        margin-top: -4.5rem
    }

    .\34xl\:mr-48 {
        margin-right: 12rem
    }

    .\34xl\:mt-2\.5 {
        margin-top: 0.625rem
    }

    .\34xl\:mt-2 {
        margin-top: 0.5rem
    }

    .\34xl\:mb-3 {
        margin-bottom: 0.75rem
    }

    .\34xl\:h-72 {
        height: 18rem
    }

    .\34xl\:h-13 {
        height: 3.125rem
    }

    .\34xl\:h-24 {
        height: 6rem
    }

    .\34xl\:h-20 {
        height: 5rem
    }

    .\34xl\:w-13 {
        width: 3.125rem
    }

    .\34xl\:w-2\.5 {
        width: 0.625rem
    }

    .\34xl\:w-2 {
        width: 0.5rem
    }

    .\34xl\:w-40 {
        width: 10rem
    }

    .\34xl\:w-44 {
        width: 11rem
    }

    .\34xl\:w-24 {
        width: 6rem
    }

    .\34xl\:w-20 {
        width: 5rem
    }

    .\34xl\:max-w-md {
        max-width: 28rem
    }

    .\34xl\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }

    .\34xl\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }

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

    .\34xl\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }

    .\34xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .\34xl\:grid-cols-\[220px\2c 1fr\] {
        grid-template-columns: 220px 1fr
    }

    .\34xl\:grid-cols-\[170px\2c 1fr\] {
        grid-template-columns: 170px 1fr
    }

    .\34xl\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }

    .\34xl\:p-6 {
        padding: 1.5rem
    }

    .\34xl\:p-7 {
        padding: 1.75rem
    }

    .\34xl\:px-48 {
        padding-left: 12rem;
        padding-right: 12rem
    }

    .\34xl\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem
    }

    .\34xl\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .\34xl\:pr-36 {
        padding-right: 9rem
    }

    .\34xl\:pl-40 {
        padding-left: 10rem
    }

    .\34xl\:pr-6 {
        padding-right: 1.5rem
    }

    .\34xl\:text-\[42px\] {
        font-size: 42px
    }

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

    .\34xl\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .\34xl\:text-md {
        font-size: 0.9375rem
    }

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

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

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

    .\34xl\:leading-loose {
        line-height: 2
    }
} */