/*! tailwindcss v2.2.4 | MIT License | https://tailwindcss.com*/

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

body {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
    margin: 0
}

hr {
    color: inherit;
    height: 0
}

code {
    font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
    font-size: 1em
}

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

button {
    text-transform: none
}

[type=button],
[type=submit],
button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}

progress {
    vertical-align: baseline
}

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

h1,
h2,
h3,
hr,
p {
    margin: 0
}

button {
    background-color: transparent;
    background-image: none
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

html {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5
}

body {
    font-family: inherit;
    line-height: inherit
}

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

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #9ca3af;
    opacity: 1
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #9ca3af;
    opacity: 1
}

input::placeholder,
textarea::placeholder {
    color: #9ca3af;
    opacity: 1
}

button {
    cursor: pointer
}

h1,
h2,
h3 {
    font-size: inherit;
    font-weight: inherit
}

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

button,
input,
textarea {
    color: inherit;
    line-height: inherit;
    padding: 0
}

code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

embed,
iframe,
img,
svg {
    display: block;
}

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

*,
:after,
:before {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity))
}

html {
    font-size: 18px
}

a.rounded,
a.rounded-full,
nav a {
    text-decoration: inherit
}

a.pencil-editlink {
    font-size: 75%;
    opacity: .7;
    text-decoration: none
}

a.pencil-editlink:hover {
    opacity: 1
}

.container {
    width: 100%
}

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

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

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

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

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

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

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

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-30 {
    z-index: 30
}

.z-40 {
    z-index: 40
}

.z-50 {
    z-index: 50
}

.order-first {
    order: -9999
}

.m-8 {
    margin: 2rem
}

.-m-4 {
    margin: -1rem
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mx-auto-all {
    margin: auto
}

.my-0 {
    margin-bottom: 0;
    margin-top: 0
}

.my-2 {
    margin-bottom: .5rem;
    margin-top: .5rem
}

.my-3 {
    margin-bottom: .75rem;
    margin-top: .75rem
}

.my-4 {
    margin-bottom: 1rem;
    margin-top: 1rem
}

.my-6 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem
}

.my-12 {
    margin-bottom: 3rem;
    margin-top: 3rem
}

.mt-1 {
    margin-top: .25rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-3 {
    margin-top: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-8 {
    margin-top: 2rem
}

.mt-16 {
    margin-top: 4rem
}

.mt-auto {
    margin-top: auto
}

.-mt-12 {
    margin-top: -3rem
}

.mr-2 {
    margin-right: .5rem
}

.mr-3 {
    margin-right: .75rem
}

.mr-4 {
    margin-right: 1rem
}

.mb-1 {
    margin-bottom: .25rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mb-12 {
    margin-bottom: 3rem
}

.ml-1 {
    margin-left: .25rem
}

.ml-3 {
    margin-left: .75rem
}

.ml-auto {
    margin-left: auto
}

.block {
    display: block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.hidden {
    display: none
}

.h-1 {
    height: .25rem
}

.h-4 {
    height: 1rem
}

.h-5 {
    height: 1.25rem
}

.h-6 {
    height: 1.5rem
}

.h-10 {
    height: 2.5rem
}

.h-20 {
    height: 5rem
}

.h-32 {
    height: 8rem
}

.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

.w-4 {
    width: 1rem
}

.w-5 {
    width: 1.25rem
}

.w-6 {
    width: 1.5rem
}

.w-10 {
    width: 2.5rem
}

.w-20 {
    width: 5rem
}

.w-64 {
    width: 16rem
}

.w-1\/6 {
    width: 16.666667%
}

.w-5\/6 {
    width: 83.333333%
}

.w-full {
    width: 100%
}

.max-w-sm {
    max-width: 24rem
}

.max-w-3xl {
    max-width: 48rem
}

.max-w-4xl {
    max-width: 56rem
}

.max-w-5xl {
    max-width: 64rem
}

.max-w-full {
    max-width: 100%
}

.max-w-screen-xl {
    max-width: 1280px
}

.flex-1 {
    flex: 1 1 0%
}

.flex-none {
    flex: none
}

.flex-shrink-0 {
    flex-shrink: 0
}

.flex-shrink {
    flex-shrink: 1
}

.flex-grow {
    flex-grow: 1
}

.transform {
    --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;
    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))
}

.origin-top-right {
    transform-origin: top right
}

.rotate-0 {
    --tw-rotate: 0deg
}

.rotate-180 {
    --tw-rotate: 180deg
}

.scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95
}

.scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1
}

.resize-none {
    resize: none
}

.list-none {
    list-style-type: none
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-col-reverse {
    flex-direction: column-reverse
}

.flex-wrap {
    flex-wrap: wrap
}

.content-center {
    align-content: center
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.overflow-hidden {
    overflow: hidden
}

.break-normal {
    overflow-wrap: normal;
    word-break: normal
}

.rounded-none {
    border-radius: 0
}

.rounded {
    border-radius: .25rem
}

.rounded-md {
    border-radius: .375rem
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-full {
    border-radius: 9999px
}

.rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.rounded-b-none {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.rounded-b {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.border-0 {
    border-width: 0
}

.border-2 {
    border-width: 2px
}

.border {
    border-width: 1px
}

.border-b-2 {
    border-bottom-width: 2px
}

.border-b-4 {
    border-bottom-width: 4px
}

.border-b {
    border-bottom-width: 1px
}

.border-none {
    border-style: none
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity))
}

.border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity))
}

.focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity))
}

.bg-transparent {
    background-color: transparent
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
}

.bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity))
}

.hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
}

.hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity))
}

.focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.object-center {
    -o-object-position: center;
    object-position: center
}

.p-1 {
    padding: .25rem
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.p-6 {
    padding: 1.5rem
}

.p-8 {
    padding: 2rem
}

.p-10 {
    padding: 2.5rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.px-3 {
    padding-left: 5rem;
    padding-right: .75rem
}

.px-4 {
    padding-left: 10px;
    padding-right: 10px
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.py-0 {
    padding-bottom: 0;
    padding-top: 0
}

.py-1 {
    padding-bottom: .25rem;
    padding-top: .25rem
}

.py-2 {
    padding-bottom: .5rem;
    padding-top: .5rem
}

.py-3 {
    padding-bottom: .75rem;
    padding-top: .75rem
}

.py-4 {
    padding-bottom: 1rem;
    padding-top: 1rem
}

.py-6 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem
}

.py-8 {
    padding-bottom: 2rem;
    padding-top: 2rem
}

.py-12 {
    padding-bottom: 3rem;
    padding-top: 3rem
}

.py-24 {
    padding-bottom: 6rem;
    padding-top: 6rem
}

.pt-4 {
    padding-top: 1rem
}

.pt-6 {
    padding-top: 1.5rem
}

.pt-12 {
    padding-top: 3rem
}

.pt-20 {
    padding-top: 5rem
}

.pt-24 {
    padding-top: 1rem
}

.pr-0 {
    padding-right: 0
}

.pr-3 {
    padding-right: .75rem
}

.pb-0 {
    padding-bottom: 0
}

.pb-4 {
    padding-bottom: 1rem
}

.pb-6 {
    padding-bottom: 1.5rem
}

.pb-12 {
    padding-bottom: 3rem
}

.pb-20 {
    padding-bottom: 5rem
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.align-middle {
    vertical-align: middle
}

.font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.text-sm {
    font-size: 16px;
    line-height: 18px
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.text-lg {
    font-size: 1.125rem
}

.text-lg,
.text-xl {
    line-height: 1.75rem
}

.text-xl {
    font-size: 1.25rem
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

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

.font-normal {
    font-weight: 400
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.uppercase {
    text-transform: uppercase
}

.leading-none {
    line-height: 1
}

.leading-tight {
    line-height: 1.25
}

.leading-normal {
    line-height: 1.5
}

.leading-relaxed {
    line-height: 1.625
}

.tracking-normal {
    letter-spacing: 0
}

.tracking-wide {
    letter-spacing: .025em
}

.tracking-widest {
    letter-spacing: .1em;
    font-family: "Roboto Condensed", serif;
}

.text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity))
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity))
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity))
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity))
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity))
}

.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity))
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity))
}

.text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity))
}

.focus\:text-gray-900:focus,
.hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity))
}

.underline {
    text-decoration: underline
}

.no-underline {
    text-decoration: none
}

.hover\:underline:hover {
    text-decoration: underline
}

.hover\:no-underline:hover {
    text-decoration: none
}

.opacity-0 {
    opacity: 0
}

.opacity-25 {
    opacity: .25
}

.opacity-100 {
    opacity: 1
}

*,
:after,
:before {
    --tw-shadow: 0 0 #0000
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
}

.shadow,
.shadow-md {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

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

*,
:after,
:before {
    --tw-ring-inset: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000
}

.filter {
    --tw-blur: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-brightness: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-contrast: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-grayscale: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-hue-rotate: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-invert: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-saturate: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-sepia: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-drop-shadow: var(--tw-empty, /*!*/
    /*!*/
    );
    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)
}

.grayscale {
    --tw-grayscale: grayscale(100%)
}

.transition {
    transition-duration: .15s;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition-transform {
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.duration-75 {
    transition-duration: 75ms
}

.duration-100 {
    transition-duration: .1s
}

.duration-200 {
    transition-duration: .2s
}

.ease-in {
    transition-timing-function: cubic-bezier(.4, 0, 1, 1)
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.article>p {
    margin: 1rem 0
}

.article>p,
.article>ul {
    font-size: clamp(1.1rem, 1.1vw, 1.6rem)
}

.article>ul {
    list-style-position: inside;
    list-style-type: disc
}

.article h1 {
    font-size: clamp(1.875rem, 2.5vw, 2.25rem)
}

.article h2 {
    font-size: clamp(1.5rem, 2vw, 1.875rem)
}

.article h3 {
    font-size: clamp(1.25rem, 1.75vw, 1.5rem);
    font-weight: 700
}

@media (min-width:640px) {
    .sm\:my-4 {
        margin-bottom: 1rem;
        margin-top: 1rem
    }
    .sm\:mt-0 {
        margin-top: 0
    }
    .sm\:-mt-6 {
        margin-top: -1.5rem
    }
    .sm\:mr-4 {
        margin-right: 1rem
    }
    .sm\:mr-10 {
        margin-right: 2.5rem
    }
    .sm\:ml-6 {
        margin-left: 1.5rem
    }
    .sm\:ml-auto {
        margin-left: auto
    }
    .sm\:w-1\/2 {
        width: 50%
    }
    .sm\:flex-row {
        flex-direction: row
    }
    .sm\:justify-start {
        justify-content: flex-start
    }
}

@media (min-width:768px) {
    .md\:mt-0 {
        margin-top: 0
    }
    .md\:-mt-1 {
        margin-top: -.25rem
    }
    .md\:mb-0 {
        margin-bottom: 0
    }
    .md\:mb-2 {
        margin-bottom: .5rem
    }
    .md\:ml-0 {
        margin-left: 0
    }
    .md\:ml-4 {
        margin-left: 1rem
    }
    .md\:ml-auto {
        margin-left: auto
    }
    .md\:inline-block {
        display: inline-block
    }
    .md\:inline {
        display: inline
    }
    .md\:flex {
        display: flex
    }
    .md\:hidden {
        display: none
    }
    .md\:h-36 {
        height: 9rem
    }
    .md\:w-48 {
        width: 12rem
    }
    .md\:w-64 {
        width: 16rem
    }
    .md\:w-auto {
        width: auto
    }
    .md\:w-1\/2 {
        width: 50%
    }
    .md\:w-1\/3 {
        width: 33.333333%
    }
    .md\:flex-grow {
        flex-grow: 1
    }
    .md\:flex-row {
        flex-direction: row
    }
    .md\:items-center {
        align-items: center
    }
    .md\:justify-start {
        justify-content: flex-start
    }
    .md\:justify-end {
        justify-content: flex-end
    }
    .md\:justify-between {
        justify-content: space-between
    }
    .md\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }
    .md\:py-8 {
        padding-bottom: 2rem;
        padding-top: 2rem
    }
    .md\:pb-0 {
        padding-bottom: 0
    }
    .md\:text-left {
        text-align: left
    }
    .md\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }
    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }
    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }
}

@media (min-width:1024px) {
    .lg\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }
    .lg\:mt-0 {
        margin-top: 0
    }
    .lg\:mt-2 {
        margin-top: .5rem
    }
    .lg\:-mt-24 {
        margin-top: -6rem
    }
    .lg\:mr-0 {
        margin-right: 0
    }
    .lg\:mb-0 {
        margin-bottom: 0
    }
    .lg\:ml-auto {
        margin-left: auto
    }
    .lg\:h-48 {
        height: 12rem
    }
    .lg\:w-1\/2 {
        width: 50%
    }
    .lg\:w-1\/3 {
        width: 33.333333%
    }
    .lg\:w-2\/3 {
        width: 66.666667%
    }
    .lg\:w-1\/4 {
        width: 25%
    }
    .lg\:flex-wrap {
        flex-wrap: wrap
    }
    .lg\:rounded-l-lg {
        border-bottom-left-radius: .5rem;
        border-top-left-radius: .5rem
    }
    .lg\:text-5xl {
        font-size: 3rem;
        line-height: 1
    }
}

#gallery {
    width: 100%;
    margin: 0;
    overflow: hidden
}

.gallery-container {
    display: flex;
    transition: transform .5s ease-in-out
}

.gallery-item {
    min-width: 100%;
    box-sizing: border-box;
    margin: 0;
    background: linear-gradient(0deg, #e6e8f3, #e6e8f3), linear-gradient(270.39deg, rgba(230, 232, 243, 0) .41%, #e6e8f3 64.01%)
}

.gallery-item img {
    width: 100%;
    display: block
}

.gallery-navigation {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 95%;
    top: 50%;
    z-index: 1;
    align-content: baseline;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.nav-button {
    cursor: pointer
}

.icon-arrow {
    width: 10px
}

div#header {
    background-color: #fff
}

.p50 {
    padding: 50px
}

.bradius {
    border-radius: 24px
}

.gdi-f40 {
    font-size: 40px !important
}

.gdi-menuitem-button {
    border: 2px solid #001489;
    color: #001489;
    padding: 14px 24px;
    gap: 10px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 20px;
    margin-top: -10px
}

@media (min-width:1280px) {
    .xl\:mt-0 {
        margin-top: 0
    }
    .xl\:mr-4 {
        margin-right: 1rem
    }
    .gdi-cooper {
        font-size: 36px;
        letter-spacing: 0px;
    }
    .gdi-cooper-colorprimary {
        color: #001489;
    }
    .gdi-cooper-fontfamily-tl {
        font-size: 56px;
        font-family: "Roboto Condensed", serif;
        font-weight: 700;
    }
    .bg-blue {
        background-color: #001489;
        ;
    }
}

body {
    overflow-x: hidden !important;
}

/* -----------------------------------------------------------------------------
---------------------------------------NAV--------------------------------------
----------------------------------------------------------------------------- */

.button-header-mvl, .button-header-desk{
    padding: 10px 24px;
    border-radius: 20px;
    border: 2px solid #001489;
    background: #FFF;
    color: #001489;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.button-header-desk{
    margin-left: 24px;
}
.button-header-mvl{
    display: none;
}
#header > div > div{
    order: 1;
}
#header > div > a{
    order: 3;
}
#header > div > nav{
    order: 2;
}
#header nav a{
    color: #3C425C;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
nav button.dropdown-menu svg{
    position: relative;
    top: 5px;
}
#header  ul{
    list-style: none;
}
#header  ul .icon-menu{
    margin-left: 10px;
}
#header ul .submenu-triger{
    position: relative;
}
#header ul .submenu{
    position: absolute;
    background-color: white;
    min-width: 200px;
    min-height: 120px;
    border-radius: 12px;
    padding: 12px 8px;
    display: none;
}

#header ul .submenu li a{
    color: var(--Gray, #3C425C);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media screen and (max-width:767px){
    #header ul .submenu{
        position: relative;
        background-color: white;
        border-radius: 12px;
        padding: 8px 8px;
        display: none;
        min-width: inherit;
        min-height: inherit;

    }    
}


/* -----------------------------------------------------------------------------
--------------------------------------HOME--------------------------------------
----------------------------------------------------------------------------- */

/* Contenedor del contenido principal */
#slider-hero.content-wrapper {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px; /* Ajuste para mantener espacio en pantallas pequeñas */
}

/* Estilo para la Swiper Container */
/* Contenedor del contenido principal */
#slider-hero .swiper-container {
    max-width: 1980px; /* Asegura que el slider ocupe toda la pantalla en pantallas grandes */
    padding: 80px 0 20px 0;
}

/* Diapositiva individual */
/* Contenedor del contenido principal */
#slider-hero .swiper-slide {
    width: 1100px !important; /* Ancho de la diapositiva para crear el efecto de espacio */
    height: 600px !important;
    padding: 0px 60px;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border-radius: 24px;
}
/* Contenedor del contenido principal */
#slider-hero .slider-heading{
    color: #001489;
    font-family: "Roboto Condensed";
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    width: 70%;
    line-height: 110%;
    margin-bottom: 16px;
}
/* Contenedor del contenido principal */
#slider-hero .content-heading{
    color: #3C425C;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 70%;
    margin-bottom: 32px;
}
/* Contenedor del contenido principal */
#slider-hero .cta-slide{
    display: flex;
    padding: 14px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    background: #001489;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
/* Contenedor del contenido principal */
#slider-hero .play-pause-button{
    display: flex;
    width: 42px;
    height: 42px;
    padding: 9px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 38px;
    background: aliceblue;
}
/* Contenedor del contenido principal */
#slider-hero .play-pause-button img{
    width: 12px;
}
/* Contenedor del contenido principal */
#slider-hero .swiper-pagination-bullet-active{
    width: 42px !important;
    height: 10px !important;
    border-radius: 29px !important;
    background: #000836 !important; 
}
/* Contenedor del contenido principal */
#slider-hero .swiper-pagination-bullet{
    background: #3C425C !important;
}
/* Contenedor del contenido principal */
#slider-hero .swiper-horizontal>.swiper-pagination-bullets, #slider-hero .swiper-pagination-bullets.swiper-pagination-horizontal{
    left: 46% !important;
    width: 166px !important;
    bottom: inherit !important;
    top: 652px !important;
}
/* Contenedor del contenido principal */
#slider-hero .play-pause-button{
    position: absolute;
    z-index: 1;
    left: 43%;
    top: 652px;
    backdrop-filter: blur(17.649999618530273px);
    background: rgba(255, 255, 255, 0.30);
}
/* Contenedor del contenido principal */
#slider-hero .swiper-pagination{
    display: flex;
    width: 166px;
    height: 40px;
    padding: 9px 13px;
    justify-content: center;
    align-items: center;
    gap: 7px;
    border-radius: 41px;
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(17.649999618530273px);
}
.info-banner-hero{
    font-size: 13px;
    color: #3C425C;
    margin-top: 20px;
}
.container{
    width: 1240px !important;
    padding: 50px 0 !important;
    margin: auto;
}
.p-6{
    padding: 20px !important;
}

#info .contenido .titulo{
    color: #001489;
    font-family: "Roboto Condensed";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#info .contenido .description{
    color: #3C425C;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* productos */

#products{
    background: #E6E8F3;
}
.container-products{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
}
.content-product-title{
    color: #001489;
    font-family: "Roboto Condensed";
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 16px;
}
.content-product-description{
    color: #3C425C;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 50%;
    margin-bottom: 40px;
}
.product{
    border-radius: 32px;
    padding: 16px;
    background: #CCD0E7;
    width: 32%;
    min-height: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product > div{
    width: 100%;
}
.product .product-info{
    flex-grow: 1;
    position: relative;
}
.product .product-info a{
    position: absolute;
    bottom: 0;
    left: 0;
}
.product img{
    width: 100%;
    border-radius: 24px;
}
.product .pretitle-product{
    color: #001489;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 16px;
    margin-bottom: 6px;
}
.product .product-title{
    color: #001489;
    font-family: "Roboto Condensed";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.product .posttitle-product{
    margin-bottom: 24px;
    color: var(--Gray, #3C425C);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.product ul{
    margin-left: 23px;
    margin-bottom: 24px;
}
.product ul li{
    list-style: url("../img/check.png");
    color: #3C425C;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 5px;
}
.product .cta-readmore{
    padding: 24px;
    color: #001489;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    display: inline-block;
}

/* Alergias */
#allergies{
    padding: 120px 0 150px;
    position: relative;
}
#allergies .content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.allergies-title{
    color: #001489;
    font-family: "Roboto Condensed";
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
    margin-bottom: 16px;
}

.allergies-description{
    color: #3C425C;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 60%;
    margin: auto;
}

#allergies .view-all{
    text-align: center;
    margin-top: 32px;
    border-radius: 20px;
    border: 2px solid #001489;
    background: #FFF;
    padding: 14px 28px;
    color: #001489;
    font-family: Roboto;
    font-size: 17px;
    font-weight: 500;
    line-height: 140%;
}

#allergies .swiper-container{
    padding-top: 0;
}

.slider-allergies {
    padding: 40px 0;
}

.slide-allergies {
    width: 452px !important;
    background: white;
    border-radius: 8px;
    overflow: hidden;
}

.slide-allergies img {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.slide-allergies h3 {
    color: #001489;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.slide-allergies p {
    color: #3C425C;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media screen and (min-width:1200px){
    .slider-allergies .swiper-slide:first-child {
        margin-left: 40px;
    }
}

#allergies .swiper-button-next, #allergies .swiper-button-prev{
    top: inherit !important;
    bottom: 90px;
}
#allergies .swiper-button-next{
    right: 40px;
}
#allergies .swiper-button-prev{
    right: 120px !important;
    left: inherit !important;
}
.swiper-button-next:after{
    content: url("../img/arrow-right.png") !important;
}
.swiper-button-prev::after{
    content: url("../img/arrow-left.png") !important;
}

/* faqs */
#faqs{
    padding: 120px 0;
    background: #E6E8F3;
    position: relative;
}

#faqs .info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

#faqs .title {
    color: #001489;
    font-family: "Roboto Condensed";
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 31%;
}

#faqs .info a{
    color: var(--primary, #001489);
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-left: auto;
}

.faq-section {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
}

.faq-item {
    margin-bottom: 24px;
    background: #FFF;
    margin-right: 20px;
    border-radius: 24px;
}

.faq-question {
    width: 100%;
    padding: 24px 24px;
    text-align: left;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000836;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    
}
.faq-question:after {
    content: url("../img/chevron-down.png");
    font-size: 20px;
    color: #666;
    margin-left: 50px;
}

.faq-question.active:after {
    content: url("../img/chevron-up.png");
}

.faq-answer {
    display: none;
    padding: 0 24px 24px;
    color: #3C425C;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: #fff;
    border-radius: 0 0 24px 24px;
    margin-right: 70px;
}

/* mapa */

#search{
    padding: 120px 0;
}

#search .search-title{
    text-align: center;
    color: #001489;
    font-family: "Roboto Condensed";
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
}
#search .filters{
    width: 30%;
}
#search .map-list{
    width: 70%;
}
#search .switcher{
    display: inline-block;
    padding: 8px;
    border-radius: 999px;
    border: 1px solid #000836;
    background: #FFF;
    cursor: pointer;
}
#search #pharmacy-list{
    display: none;
}
#search .switcher{
    display: none;
}
#search .switcher > span{
    color: #000836;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px;
    border-radius: 999px;
    display: inline-block;
}
#search .switcher > span.active{
    background: #E6E8F3;
}
#search #postal-code{
    border-radius: 999px;
    border: 1px solid #CCD0E7;
    background:#FFF;
    color: #3C425C;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 50px;
    padding: 20px;
}
#search #postal-code::placeholder{
    font-family: Inter;
    font-size: 14px;
}
#search .allergodil-filter{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px;
    border-radius: 24px;
    border: 1px solid #CCD0E7;
    gap: 8px;
}
#search .pretitle{
    color:#3C425C;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}
#search .title{
    color: #3C425C;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    }
#search .its-visible{
    margin-left: auto;
    display: none;
}
#search .allergodil-filter.active{
    border: 1px solid #000836;
    background: #CCD0E7;
}
#search .allergodil-filter.active .its-visible{
    display: block;
}
#search .prarmacies{
    color: var(--Gray, #3C425C);
    font-family: Roboto;
    font-size: 24px;
    margin-bottom: 16px;
}

/* buy online */

#buy-online{
    background: #fff;
    padding: 120px 0;
}
#buy-online .title-buy-online{
    color: #001489;
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
}
#buy-online .shops{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#buy-online .card-shop{
    border-radius: 20px;
    background: #E6E8F3;
    padding: 20px 16px;
    width: 220px;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
#buy-online .card-shop .name{
    color: #000836;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
#buy-online .card-shop a{
    color: #001489;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

/* reviews */

#reviews{
    background: #CCD0E7;
    padding: 120px 0;
}
#reviews .title-reviews{
    color: #001489;
    font-family: "Roboto Condensed";
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
}
#reviews .swiper-container {
    width: 100%;
}
#reviews .swiper-slide {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    border-radius: 24px;
    background: #FFF;
    width: 420px;
    min-height: 190px;
}
#reviews .review-text {
    margin-top: 14px;
    color: #3C425C;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* follow us */
#follow-us {
    padding: 120px 0;
}
#follow-us .title-follow-us{
    color: #001489;
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
}
#follow-us .container-image{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}
#follow-us .follow-image{
    width: 24%;
    position: relative;
}
#follow-us .follow-image img{
    object-fit: cover;
    width: 100%;
}
#follow-us .socials{
    background: rgba(0,0,0,.20);
    border-radius: 24px; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.faq-answer ul{
    list-style: inherit;
    margin: 16px 0;
    padding: inherit;
    padding-left: 40px;
}
.faq-answer a{
    color: #001489;
    text-decoration: underline;
    font-weight: 500;
}
/* -----------------------------------------------------------------------------
------------------------------------PRODUCTO------------------------------------
----------------------------------------------------------------------------- */

.breadcrumbs{
    color: #676C80;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 1240px;
    margin: 80px auto 20px;
}
#gallery .container{
    padding-top: 0 !important;
}
#gallery .product-header{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
}
#gallery .product-header > div{
    width: 50%;
}
#gallery .product-main-image{
    position: relative;
}
#gallery #image-counter{
    padding: 10px;
    background: #000836;
    border-radius: 20px;
    display: inline-block;
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
#gallery .product-main-image .gallery-prev{
    left: 5%;
}
#gallery .product-main-image .gallery-next{
    right: 5%;
    transform: rotate(180deg);
}
#gallery .product-main-image .gallery-prev ,#gallery .product-main-image .gallery-next{
    position: absolute;
    top: 50%;
    background: #00083625;
    border-radius: 50%;
}
#gallery .extra-thumbnail {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#gallery .extra-thumbnail span{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .2);
    border-radius: 24px;
    color: #fff;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
#gallery .gallery-thumbnails .not-visible{
    display: none;
}
#gallery .product-main-image #main-image{
    width: 100%;
    margin-bottom: 24px;
}
#gallery .gallery-thumbnails{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    width: 100%;
}
#gallery .gallery-thumbnails-container {
    display: flex;
    align-items: center;
    gap: 10px;
}
#gallery .gallery-prev, .gallery-next {
    background-color: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
}
#gallery .thumbnail {
    cursor: pointer;
    width: 88px;
    height: 88px;
    border-radius: 20px;
}
#gallery .thumbnail.active {
    border: 2px solid var(--primary-dark, #000836);
}
#gallery .product-title{
    color: #001489;
    font-family: "Roboto Condensed";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 4px;
}
#gallery .product-info{
    color: #3C425C;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 8px;
}
#gallery .amount{
    color: #3C425C;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; 
    margin-bottom: 36px;
}
#gallery .product-header-content ul{
    margin-left: 20px;
    margin-bottom: 40px;
}
#gallery ul li{
    list-style: url("../img/check.png");
    color: #3C425C;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}
#gallery .product-dosage{
    color: #3C425C;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
}
#gallery .buy-online .title, #gallery .buy-in-store .title{
    color: #001489;
    font-family: "Roboto Condensed";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 18px;

}
#gallery .container-card{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 36px;
}
#gallery .card-online{
    border-radius: 22px;
    border: 1px solid #CCD0E7;
    background: #FFF;
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 32%;
    height: 100px;
}
#gallery .card-online img{
    width: 24px;
    height: 24px;
}
#gallery .card-online p{
    color: #000836;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
#gallery .card-online a{
    color: #001489;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
#gallery .buy-in-store a{
    padding: 14px 24px;
    border-radius: 20px;
    border: 1.5px solid #001489;
    background: #FFF;
    color: #001489;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    display: inline-block;
}
#gallery .buy-in-store a:hover{
    color: #FFF;
    background: #001489;
}
.gallery-prev, .gallery-next, .product-gallery, .image-counter{
    display: none !important;
}
.product-dosage.allergodil-szemcsepp, .dosage.allergodil-szemcsepp{
    display: none;
}

/* tabs info */

.product-tabs .container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.tabs-nav {
    border-radius: 999px;
    border: 1px solid var(--Gray, #3C425C);
    background: var(--White, #FFF);
    padding: 8px;
    margin-bottom: 24px;
}
.tab-item {
    flex: 1;
    color: #3C425C;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 16px;
    cursor: pointer;
    border-radius: 50px;
    transition: background-color 0.2s, color 0.2s;
}
.tab-item.active {
    background: var(--primary-lighter, #E6E8F3);
    color: #000836;
    font-weight: 500;
}
.tabs-content{
    max-width: 600px;
}
.tabs-content .tab-panel {
    display: none;
}
.tabs-content .tab-panel.active {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}
.tabs-content .tab-panel p{
    text-align: center;
}
.howToUse td{
    padding-bottom: 15px;
    box-sizing: border-box;
}
.howToUse td img{
    width: 50px;
    margin-right: 20px;
    max-width: inherit;
}
/* related articles */

#related-articles .title{
    color: #001489;
    font-family: "Roboto Condensed";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 40px;
}
#related-articles .articles{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#related-articles .article-related{
    width: 30%;
}
#related-articles .article-related img{
    border-radius: 24px;
    margin-bottom: 16px;
}
#related-articles .article-title{
    color: #001489;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
}
#related-articles .article-text{
    color: #3C425C;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* testimonials */

#testimonials{
    padding: 120px 0;
    background: #CCD0E7;
}
#testimonials .title-testimonials{
    color: #001489;
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
}
#testimonials .card-testimonials{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}
#testimonials .testimonial{
    padding: 16px;
    width: 33%;
    background: #fff;
    border-radius: 24px;
}
#testimonials .testimonial:nth-last-child(2){
    margin-top: 24px;
}
#testimonials .user{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
}
#testimonials .user .name{
    color: #00041B;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#testimonials .user .rating{
    color: #00041B;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#testimonials .text{
    color: #3C425C;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.product-tabs .responsive{
    display: none !important;
}
#allergies.product-articles{
    background: #E6E8F3;
}
#allergies.product-articles .swiper-slide{
    background: transparent;
}
/* -----------------------------------------------------------------------------
--------------------------------LISTADO ENTRIES---------------------------------
----------------------------------------------------------------------------- */

#entries-list .hero{
    height: 400px;
    width: 100%;
    background: url("../img/backgound-post-hero.png") no-repeat center center / cover;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 17px;
    border-radius: 20px;
}
#entries-list .container{
    padding: 0px !important;
    margin-top: 75px;
}
#entries-list .hero .title{
    color: #001489;
    font-family: "Roboto Condensed";
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 16px;
}
#entries-list .hero .content{
    color: var(--Gray, #3C425C);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 56%;
}
#entries-list .articles .container{
    margin-top: 0 !important;
}
#entries-list .articles .title-filter{
    padding: 40px 0;
    color: #001489;
    font-family: "Roboto Condensed";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}
#entries-list .articles .our-categories{
    margin-bottom: 16px;
    display: inline-block;
    color: #3C425C;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#entries-list .articles .categories-filter{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}
#entries-list .articles .category-button{
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid #CCD0E7;
    background: #FFF;
    color: #000836;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    cursor: pointer;
}
#entries-list #category-description{
    margin-top: 20px;
    width: 50%;
    color: #000836;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
#entries-list .articles .category-button.active{
    background: #CCD0E7;
}
#entries-list .order-by{
    position: relative;
    display: inline-block;
    width: 218px;
    height: 58px;
    margin-top: 40px;
    margin-bottom: 24px;
}
#entries-list #order-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    height: 100%;
    color: #001489;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    border-radius: 20px;
    border: 1px solid #001489;
    background: #FFF;
}
#entries-list #order-select:focus{
    border: 1px solid #001489 !important;
    box-shadow: none !important;
}
#entries-list .order-by::after {
    content: url("../img/sort.png"); /* Icono de la flecha personalizada */
    position: absolute;
    top: 50%;
    right: 15px; /* Espaciado desde el borde derecho */
    transform: translateY(-43%);
    pointer-events: none; /* Evita que el icono intercepte clics */
    font-size: 12px;
    color: #6b7280;
}
#entries-list .articles-grid{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 40px;
}
#entries-list  .articles-grid .link-article{
    width: 32%;
    margin-bottom: 24px;
}
#entries-list img{
    border-radius: 24px;
}
#entries-list .content-info .title-article{
    margin-top: 16px;
    margin-bottom: 8px;
    color: #001489;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#entries-list .content-info .excerpt{
    color: #3C425C;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
nav.pagination a.pagination-previous{
    width: 2.5rem !important;
}
nav.pagination a.pagination-previous img{
    transform: rotate(180deg);
}
nav.pagination > .flex > div{
    background: none;
}
nav.pagination > .flex > div > a{
    color: var(--Gray, #3C425C);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px;
    border-radius: 999px;
}
nav.pagination > .flex > div > .is-current{
    background: var(--primary-lighter, #E6E8F3);
    color: #001489;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* -----------------------------------------------------------------------------
--------------------------------DETALLE ENTRIES---------------------------------
----------------------------------------------------------------------------- */

#hero-post .container-min, #content-post .container-min{
    max-width: 800px;
    margin: auto;
}
#hero-post .title-post{
    color: #001489;
    font-family: "Roboto Condensed";
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 20px;
}
#hero-post .content-hero{
    color: #3C425C;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#hero-post img.img-post{
    width: 100%;
    border-radius: 24px;
}
#content-post p{
    color: #3C425C;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#content-post h2{
    color: #3C425C;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 30px 0;
}
#content-post h3{
    color: #3C425C;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 15px 0;
}
#content-post .author{
    border-radius: 24px;
    border: 1px solid #CCD0E7;
    padding: 16px;
    width: 280px;
    min-height: 173px;
    margin-top: 28px;
}
#content-post .author .info{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 16px;
}
#content-post .author .info img{
    width: 72px;
    height: 72px;
}
#content-post .author .name p:nth-child(1){
    color: #000836;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}
#content-post .author .name p:nth-child(2){
    color: #000836;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#content-post .author .description p{
    color: var(--Gray, #3C425C);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#content-post .referencies .title{
    color: #001489;
    font-family: "Roboto Condensed";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
}
#content-post .referencies p{
    color: #3C425C;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}
#content-post .referencies a{
    text-decoration: none;
    color: #001489;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#content-post .author{
    display: none;
}
/* -----------------------------------------------------------------------------
-----------------------------------CONTACTO-------------------------------------
----------------------------------------------------------------------------- */

form[name=contact] .boltforms {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    box-sizing: border-box;
    font-family: roboto;
}
form[name=contact] .form-label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
    font-size: 14px;
}
form[name=contact] .form-label.required::after {
    content: " *";
    color: red;
}
form[name=contact] .form-control {
    display: block;
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    box-sizing: border-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
form[name=contact] .form-control:focus {
    border-color: #80bdff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.25);
}
form[name=contact] .form-select {
    display: block;
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    box-sizing: border-box;
    appearance: none;
    background-image: url('../img/chevron-down-transparent.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 24px;
}
form[name=contact] .form-select:focus {
    border-color: #80bdff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.25);
}
form[name=contact] .btn {
    display: inline-block;
    font-weight: bold;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #007bff;
    border: 1px solid #007bff;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 4px;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
form[name=contact] .btn:hover {
    background-color: #0056b3;
    border-color: #004085;
}
form[name=contact] .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}
form[name=contact] .btn-primary:hover {
    background-color: #0056b3;
    border-color: #004085;
}
form[name=contact] .mb-3 {
    margin-bottom: 1rem;
}
#contacto .container{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 70px;
}
#contacto .container > .form{
    width: 40%;
}
#contacto .container > .image-form{
    margin-left: auto;
}
#contacto .container .title{
    color: #001489;
    font-family: "Roboto Condensed";
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 14px;
}
#contacto .container .content{
    color: #3C425C;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#contacto .container .content a{
    color: #3C425C;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

/* -----------------------------------------------------------------------------
-------------------------------------FQAS---------------------------------------
----------------------------------------------------------------------------- */

.faqs-hero{
    padding-top: 70px;
}
.faqs-hero img{
    border-radius: 24px;
    max-width: 100%;
}
#faqs.page-faqs{
    padding: 0;
    background: #fff;
}
#faqs.page-faqs .faq-item{
    border-radius: 24px;
    border: 1px solid var(--primary-light, #CCD0E7);
}
#faqs.page-faqs .faq-container{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#faqs.page-faqs .faq-categories{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#faq-categories-select{
    padding: 18px 8px;
    border-radius: 20px;
    border: 1px solid #000836;
    color: #000836;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.faq-categories > label{
    color: #3C425C;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
}
#faqs.product-faqs{
    background: white;
}
#faqs.product-faqs .faq-item{
    border-radius: 24px;
    border: 1px solid var(--primary-light, #CCD0E7);
}

/* -----------------------------------------------------------------------------
------------------------------------FOOTER--------------------------------------
----------------------------------------------------------------------------- */

footer.footer{
    padding: 120px 40px;
    background: #001489;
}
footer.footer .img{
    margin-bottom: 44px;
}
footer.footer .links{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}
footer.footer .links .footer-title{
    margin-bottom: 24px;
    color: #FFF;
    font-family: "Roboto Condensed";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
footer.footer .links li{
    color: rgba(255, 251, 251, 0.80);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.information-footer p{
    color: white;
    text-align: center;
    padding-top: 10px;
    font-style: italic;
    font-weight: 400;
    font-size: 13px !important;
}
.information-footer p:last-child{
    font-size: 16px !important;
}
/* -----------------------------------------------------------------------------
------------------------------------LEGAL---------------------------------------
----------------------------------------------------------------------------- */

#pagina-legal{
    padding-top: 70px;
}
#pagina-legal h1{
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    color: #001489;;
}
#pagina-legal .content p:nth-child(1){
    margin-bottom: 20px;
}
#pagina-legal h2{
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    color: #001489;;
    margin: 20px 0;
}
#pagina-legal h3{
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    color: #001489;;
    margin: 20px 0;
}
#pagina-legal a{
    font-weight: 700;
    font-size: 16px;
    color: #001489;;
}
#pagina-legal p{
    font-size: 16px;
    font-style: normal;
    color: #3C425C;
    margin-bottom: 10px;
}
#pagina-legal ul{
    font-size: 16px;
    font-style: normal;
    color: #3C425C;
    margin: 10px 0 10px 30px;
}
#pagina-legal ul li{
    padding: 5px 0px 5px 5px;
    list-style: disc;
}
.img-desktop { display: block; }
.img-mobile  { display: none; }

@media (max-width: 767px) {
    .img-desktop { display: none; }
    .img-mobile  { display: block; }
}

/* Ajustes responsiv */

@media (max-width: 767px) {
    #header > div > div > a:nth-child(1){
        order: 0;
    }
    #header > div > div > a:nth-child(3){
        order: 1;
    }
    #header > div > div > button{
        order: 2;
    }
    .button-header-desk{
        display: none;
    }
    .button-header-mvl{
        display: block;
    }
    .container{
        max-width: 100% !important;
        width: 100% !important;
    }
    #slider-hero{
        overflow: hidden;
    }
    #slider-hero .swiper-container {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }

    #slider-hero .swiper-slide {
        width: 95% !important;
        padding: 0 24px;
        align-items: center !important;
        text-align: center;
        justify-content: flex-end;
        padding-bottom: 50px;
    }
    #slider-hero .swiper-slide img{
        border-radius: 25px;
    }
    #slider-hero .content-wrapper{
        overflow: hidden;

    }
    #slider-hero .slider-heading{
        font-size: 32px;
        width: inherit;
    }
    #slider-hero .content-heading{
        font-size: 16px;
        width: inherit;
    }
    #slider-hero .swiper-horizontal>.swiper-pagination-bullets,#slider-hero .swiper-pagination-bullets.swiper-pagination-horizontal{
        left: 36% !important;
       top: 666px !important;
    }
    #slider-hero .play-pause-button{
        left: 22%;
       top: 666px !important;
    }
    #info .flex{
        flex-direction: column-reverse;
        align-items: center;
    }
    #info .contenido .titulo{
        color: #001489;
        text-align: center;
        font-family: "Roboto Condensed";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    #info .contenido .description{
        color: #3C425C;
        text-align: center;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    #products {
        padding: 0 !important;
    }
    #products .container{
        padding: 64px 24px !important;
    }
    #products .content-product-title{
        font-size: 40px;
        text-align: center;
    }
    #products .content-product-description{
        text-align: center;
        width: 100% !important;
    }
    #products .container-products{
        flex-direction: column;
    }
    #products .product{
        width: 100% !important;
        margin-bottom: 24px;
        min-height: auto;
    }
    #allergies{
        padding: 64px 0 120px 0 !important;
    }
    #allergies .container{
        margin-bottom: 40px;
        padding: 0 24px !important;
    }
    #allergies .allergies-title{
        font-size: 40px;
        text-align: center;
    }
    #allergies .allergies-description{
        width: 100% !important;
    }

    #allergies .swiper-container{
        overflow: hidden;
    }
    #allergies .swiper-button-prev, #allergies .swiper-button-next{
        bottom: 55px !important;
    }
     .slider-allergies .swiper-slide:first-child{
        margin-left: none !important;
    }
    #allergies .slide-allergies{
        width: 70% !important;
    }
    #faqs{
        padding: 64px 24px !important;
    }
    #faqs .container{
        padding: 0 !important;
    }
    #faqs .container .info{
        flex-direction: column;
    }
    #faqs .container .info a{
        margin: auto;
        margin-top: 24px;
    }
    #faqs .faq-item{
        margin-right: 0 !important;
    }
    #faqs .faq-question::after{
        margin-left: 10px !important;
    }
    #search{
        padding: 64px 24px !important;
    }
    #search .search-title{
        font-size: 40px;
        margin-bottom: 24px;
    }
    #search .container > div{
        flex-direction: column;
    }
    #search .container > div > div{
        width: 100% !important;
    }
    #search .prarmacies{
        display: none;
    }
    #buy-online{
        padding: 64px 24px !important;
    }
    #buy-online .title-boy-online{
        font-size: 40px;
    }
    #buy-online .shops{
        flex-direction: column;
    }
    #buy-online .shops .card-shop{
        width: 100% !important;
        margin-bottom: 24px !important;
    }
    #follow-us{
        padding: 64px 24px !important;
    }
    #follow-us .container{
        padding: 0 !important;
    }
    .title-follow-us{
        font-size: 40px;
    }
    .follow-image{
        width: 45% !important;
        margin-bottom: 5%;
        
    }
    #search .switcher{
        display: inline-block;
        margin-bottom: 16px;
    }
    #reviews{
        overflow: hidden;
        padding: 64px 12px !important;
    }
    #reviews .container{
        padding: 0;
        margin-bottom: 40px;
    }
    #reviews .container .title-reviews{
        font-size: 40px;
        text-align: center;
    }
    #reviews .swiper-slide{
        width: 87% !important;
    }
    .breadcrumbs{
        padding: 20px 24px;
    }
    .breadcrumbs li{
        font-size: 13px;
    }
    #gallery .container{
        padding: 0 24px !important;
    }
    #gallery .product-header{
        flex-direction: column;
        gap: 24px !important;
    }
    #gallery .product-images{
        width: 100% !important;
    }
    #gallery .product-gallery{
        display: none;
    }
    #gallery .gallery-prev, #gallery .gallery-next{
        display: none;
    }
    #gallery .product-header-content{
        width: 100% !important;
    }
    #gallery .buy-online .title{
        text-align: center;
    }
    #gallery .container-card{
        flex-direction: column;
    }
    #gallery .card-online{
        width: 100% !important;
        margin-bottom: 24px;
        padding: 12px !important;
    }
    #gallery .buy-in-store{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    #gallery .buy-in-store .title{
        text-align: center;
    }
    .product-tabs .container{
        padding: 64px 24px !important;
    }
    .product-tabs .desktop{
        display: none;
    }
    .product-tabs .responsive{
        display: block !important;
    }
    .product-tabs .responsive .title{
        color: #000836;
        font-family: Roboto;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
       margin-top: 30px;
       margin-bottom: 10px;
    }
    .product-tabs .responsive > p{
        margin-bottom: 10px;
    }
    .howToUse td.icon{
        width: 15% !important;
        position: relative;
    }
    .howToUse img{
        width: 40px !important;
        position: absolute;
        top: 0;
        left: 0;
    }
    .product-tabs .responsive .content{
        color: #3C425C;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .product .product-info a{
        position: relative;
    }
    #testimonials{
        padding: 0 !important;
    }
    #testimonials .container{
         padding: 64PX 24PX !important;
    }
    #testimonials .title-testimonials{
        font-size: 40px;
    }
    #testimonials .card-testimonials{
        flex-direction: column;
    }
    #testimonials .testimonial{
        width: 100% !important;
    }
    #testimonials .testimonial:nth-child(2){
        margin-top: 0 !important;
    }
    #testimonials .name{
        font-size: 24px !important;
    }
    #entries-list .container{
        padding: 0 24px !important;
    }
    #entries-list .categories-filter{
        flex-wrap: wrap;
    }
    #entries-list .hero{
        height: 340px !important;
    }
    #entries-list .hero .title{
        font-size: 40px;
        text-align: center;
    }
    #entries-list #category-description{
        width: 100% !important;
    }
    #entries-list .hero .content{
        text-align: center;
        width: 100% !important;
    }
    #entries-list .articles-grid > a{
        width: 100% !important;
    }
    #entries-list .pagination > .flex a{
        display: flex !important;
    }
    #hero-post .container-min, #content-post .container-min{
        padding: 0 24px;
    }
    #hero-post .container{
        padding: 40px 24px !important;
    }
    #hero-post .breadcrumbs{
        padding: 20px 0 !important;
    }
    #hero-post .title-post{
        font-size: 40px;
    }
    #content-post .author{
        width: 100%;
    }
    #faqs.page-faqs{
        padding-top: 0 !important;
    }
    #faqs.page-faqs .faq-container{
        flex-direction: column;
    }
    #faqs.page-faqs .faq-categories{
        margin-bottom: 24px;
    }
    .faqs-hero{
        padding-left: 24px;
        padding-right: 24px;
    }
    footer.footer .links{
        flex-direction: column;
    }
    footer.footer .links .column-faqs{
        width: 100%;
    }
    footer.footer .container{
        padding: 0 !important;
    }
}

@media screen and (min-width:768px) and (max-width:850px){
    .slider-allergies .swiper-slide:first-child{
        margin-left: 40px !important;
    }
    #allergies .slide-allergies{
        width: 56% !important;
    }
    .product-tabs .desktop{
        display: flex !important;
    }
    .product-tabs .responsive{
        display: none !important;
    }
}
@media screen and (min-width:851px) and (max-width:1099px) {
    .slider-allergies .swiper-slide:first-child{
        margin-left: 20px !important;
    }
    #allergies .slide-allergies{
        width: 55% !important;
    }
    .container{
        max-width: 100% !important;
        width: 100% !important;
        padding-right: 24px !important;
        padding-left: 24px !important;
    }
    .product-tabs .desktop{
        display: flex !important;
    }
    .product-tabs .responsive{
        display: none !important;
    }
}
@media screen and (min-width:1100px) and (max-width:1199px){
    #allergies .slide-allergies{
        width: 30% !important;
    }
    .slider-allergies .swiper-slide:first-child{
        margin-left: 20px !important;
    }
    #buy-online .shops .card-shop{
        text-align: center;
        width: 19% !important;
    }
    .product-tabs .desktop{
        display: flex !important;
    }
    .product-tabs .responsive{
        display: none !important;
    }
}



.faq-categories{
    display: none !important;
}