@font-face {
    font-family: Kenvue Sans;
    src: url(https://d25zu39ynyitwy.cloudfront.net/oms/4064/font/2025/3/9R5UK_KenvueSans-Regular/KenvueSans-Regular.otf) format("opentype");
    font-weight: 400
}

@font-face {
    font-family: Kenvue Sans;
    src: url(https://d25zu39ynyitwy.cloudfront.net/oms/4064/font/2025/3/CEAZT_KenvueSans-Medium/KenvueSans-Medium.otf) format("opentype");
    font-weight: 500
}

@font-face {
    font-family: Kenvue Sans;
    src: url(https://d25zu39ynyitwy.cloudfront.net/oms/4064/font/2025/3/JE6ND_KenvueSans-Semibold/KenvueSans-Semibold.otf) format("opentype");
    font-weight: 600
}

/* @font-face {
    font-family: Kenvue Sans;
    src: url(https://d25zu39ynyitwy.cloudfront.net/oms/4064/font/2025/3/JTVDH_KenvueSans-Bold/KenvueSans-Bold.otf) format("opentype");
    font-weight: 700
} */

@font-face {
    font-family: Kenvue Sans Headline;
    src: url(https://d25zu39ynyitwy.cloudfront.net/oms/4064/font/2025/3/KGMXA_Kenvue-Sans-Headline-Extrabold/Kenvue-Sans-Headline-Extrabold.woff2) format("woff2");
    font-weight: 700
}

html {
    font-size: 62.5%;
    overflow-x: hidden !important;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
    scroll-padding-top: 10.24rem
}

@media screen and (min-width: 768px) {
    html {
        scroll-padding-top: 11.6rem
    }
}

@media screen and (min-width: 1024px) {
    html {
        scroll-padding-top: 11.8rem
    }
}

*,
*:before,
*:after {
    box-sizing: inherit;
    font-family: Kenvue Sans, sans-serif
}

body {
    box-sizing: border-box;
    margin: 0;
    font-size: 1.6rem
}

::selection {
    background: black;
    color: #fff
}

::-moz-selection {
    background: black;
    color: #fff
}

::-webkit-selection {
    background: black;
    color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
    margin: 0
}

q:before,
q:after {
    display: none
}

button {
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: none transparent;
    color: inherit;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    font: inherit;
    line-height: normal;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

blockquote {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0
}

#svg-- {
    display: none
}

.mfp-wrap {
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed !important;
    top: 0 !important
}

button {
    display: flex
}

button:focus,
a:focus,
*[role="button"]:focus {
    outline: 0.2rem solid rgb(0, 176, 151);
    outline-offset: 1rem;
}

.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: ease all .5s;
    z-index: 999;
    position: relative;
    width: 5rem;
    height: 5rem;
    gap: .5rem
}

.hamburger.active .hamburger-bar:nth-child(1) {
    transform: rotate(-45deg)
}

.hamburger.active .hamburger-bar:nth-child(2) {
    opacity: 0
}

.hamburger.active .hamburger-bar:nth-child(3) {
    transform: rotate(45deg)
}

.hamburger-bar {
    display: block;
    width: 3rem;
    height: .3rem;
    margin: 0 auto;
    border-radius: .1rem;
    transition: ease all .5s;
    position: absolute
}

.hamburger-bar:nth-of-type(1) {
    top: 50%;
    transform: translateY(calc(-50% - .8rem))
}

.hamburger-bar:nth-of-type(3) {
    top: 50%;
    transform: translateY(calc(-50% + .8rem))
}

.slick-dots {
    font-size: 0;
    display: flex;
    flex-direction: row;
    padding: .4rem 1.6rem;
    gap: 1.6rem
}

.slick-dots>li {
    width: 1.6rem;
    height: 1.6rem;
    border: .2rem solid #808285;
    border-radius: 50%;
    transition: ease all .3s
}

.slick-dots>li.slick-active {
    background: #808285
}

*,
:before,
:after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb
}

:before,
:after {
    --tw-content: ""
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: Montserrat, sans-serif;
    font-feature-settings: normal;
    font-variation-settings: normal
}

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

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

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

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

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

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

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

::-webkit-search-decoration {
    -webkit-appearance: none
}

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

summary {
    display: list-item
}

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

fieldset {
    margin: 0;
    padding: 0
}

legend {
    padding: 0
}

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

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

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

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

button,
[role=button] {
    cursor: pointer
}

:disabled {
    cursor: default
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    vertical-align: middle
}

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

[hidden] {
    display: none
}

*,
:before,
:after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

.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
    }
}

.h1 {
    font-family: Kenvue Sans Headline, sans-serif;
    font-weight: 800;
    font-size: 4rem;
    line-height: 4.8rem
}

.h2 {
    font-family: Kenvue Sans, sans-serif;
    font-weight: 600;
    font-size: 3.4rem;
    line-height: 4.8rem
}

.h3 {
    font-family: Kenvue Sans, sans-serif;
    font-weight: 600;
    font-size: 2.8rem;
    line-height: 3.6rem
}

.h4 {
    font-family: Kenvue Sans, sans-serif;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 2.8rem
}

.pg {
    font-family: Kenvue Sans, sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem
}

.pg-alt {
    font-family: Kenvue Sans, sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.4rem
}

.pg-sm {
    font-family: Kenvue Sans, sans-serif;
    font-size: 1.3rem;
    line-height: 1.6rem
}

.section-container {
    max-width: 144rem;
    margin-left: auto;
    margin-right: auto
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.left-0 {
    left: 0
}

.right-0 {
    right: 0
}

.top-0 {
    top: 0
}

.top-full {
    top: 100%
}

.z-10 {
    z-index: 10
}

.z-\[100\] {
    z-index: 100
}

.z-\[999\] {
    z-index: 999
}

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

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

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

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

.mb-\[0\.8rem\] {
    margin-bottom: .8rem
}

.mb-\[2\.4rem\] {
    margin-bottom: 2.4rem
}

.mb-\[4\.8rem\] {
    margin-bottom: 4.8rem
}

.ml-auto {
    margin-left: auto
}

.mt-\[1\.6rem\] {
    margin-top: 1.6rem
}

.mt-\[2\.4rem\] {
    margin-top: 2.4rem
}

.mt-\[3\.6rem\] {
    margin-top: 3.6rem
}

.block {
    display: block
}

.flex {
    display: flex
}

.\!hidden {
    display: none !important
}

.hidden {
    display: none
}

.h-\[1\.2rem\] {
    height: 1.2rem
}

.h-\[10\.7rem\] {
    height: 10.7rem
}

.h-\[2\.3rem\] {
    height: 2.3rem
}

.h-\[9\.6rem\] {
    height: 9.6rem
}

.h-full {
    height: 100%
}

.max-h-\[calc\(100vh-76px\)\] {
    max-height: calc(100vh - 76px)
}

.w-\[1\.8rem\] {
    width: 1.8rem
}

.w-\[10rem\] {
    width: 10rem
}

.w-\[28rem\] {
    width: 28rem
}

.w-\[30rem\] {
    width: 30rem
}

.w-\[calc\(100\%-0\.6rem\)\] {
    width: calc(100% - .6rem)
}

.w-1\/2 {
  width: 50%
}

.w-\[calc\(50\%-0\.5rem\)\] {
    width: calc(50% - .5rem)
}

.w-fit {
    width: -moz-fit-content;
    width: fit-content
}

.w-full {
    width: 100%
}

.w-max {
    width: -moz-max-content;
    width: max-content
}

.w-screen {
    width: 100vw
}

.max-w-\[70\.8rem\] {
    max-width: 70.8rem
}

.shrink-0 {
    flex-shrink: 0
}

.rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.cursor-pointer {
    cursor: pointer
}

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

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

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

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

.flex-wrap {
    flex-wrap: wrap
}

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

.items-center {
    align-items: center
}

.items-stretch {
    align-items: stretch
}

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

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

.justify-center {
    justify-content: center
}

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

.gap-2 {
    gap: 2rem
}

.gap-4 {
    gap: 4rem
}

.gap-\[0\.4rem\] {
    gap: .4rem
}

.gap-\[0\.6rem\] {
    gap: .6rem
}

.gap-\[0\.8rem\] {
    gap: .8rem
}

.gap-\[1\.2rem\] {
    gap: 1.2rem
}

.gap-\[1\.6rem\] {
    gap: 1.6rem
}

.gap-\[1rem\] {
    gap: 1rem
}

.gap-\[2\.4rem\] {
    gap: 2.4rem
}

.gap-\[2rem\] {
    gap: 2rem
}

.gap-\[3\.2rem\] {
    gap: 3.2rem
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

.whitespace-nowrap {
    white-space: nowrap
}

.rounded-\[3\.2rem\] {
    border-radius: 3.2rem
}

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

.border {
    border-width: 1px
}

.border-t {
    border-top-width: 1px
}

.border-dark-gray {
    --tw-border-opacity: 1;
    border-color: rgb(191 191 191 / var(--tw-border-opacity))
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity))
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity))
}

.bg-dark-gray {
    --tw-bg-opacity: 1;
    background-color: rgb(191 191 191 / var(--tw-bg-opacity))
}

.bg-light-gray {
    --tw-bg-opacity: 1;
    background-color: rgb(248 248 248 / var(--tw-bg-opacity))
}

.bg-teal {
    --tw-bg-opacity: 1;
    background-color: rgb(0 176 151 / var(--tw-bg-opacity))
}

.bg-transparent {
    background-color: transparent
}

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

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

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

.p-\[1\.6rem\] {
    padding: 1.6rem
}

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

.px-\[2\.4rem\] {
    padding-left: 2.4rem;
    padding-right: 2.4rem
}

.py-\[0\.8rem\] {
    padding-top: .8rem;
    padding-bottom: .8rem
}

.py-\[1\.6rem\] {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem
}

.py-\[3\.6rem\] {
    padding-top: 3.6rem;
    padding-bottom: 3.6rem
}

.py-\[4\.8rem\] {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem
}

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

.pb-\[113\%\] {
    padding-bottom: 113%
}

.pb-\[56\%\] {
    padding-bottom: 56%
}

.pl-\[1\.6rem\] {
    padding-left: 1.6rem
}

.pt-8 {
    padding-top: 8rem
}

.pt-\[3\.6rem\] {
    padding-top: 3.6rem
}

.pt-\[4\.8rem\] {
    padding-top: 4.8rem
}

.pr-\[4\.8rem\] {
    padding-right: 4.8rem
}

.text-left {
    text-align: left
}

.text-\[1\.1rem\] {
    font-size: 1.1rem
}

.text-\[3\.3rem\] {
    font-size: 3.3rem
}

.font-bold {
    font-weight: 700
}

.not-italic {
    font-style: normal
}

.italic {
    font-style: italic
}

.leading-\[4rem\] {
    line-height: 4rem
}

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

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

.text-teal {
    --tw-text-opacity: 1;
    color: rgb(0 176 151 / var(--tw-text-opacity))
}

.opacity-\[0\.48\] {
    opacity: .48
}

.shadow-\[inset_0_-0\.1rem_\#BFBFBF\] {
    --tw-shadow: inset 0 -.1rem #BFBFBF;
    --tw-shadow-colored: inset 0 -.1rem var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-\[inset_0_0_0_0\.1rem_\#000000\] {
    --tw-shadow: inset 0 0 0 .1rem #000000;
    --tw-shadow-colored: inset 0 0 0 .1rem var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

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

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

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

.underline {
    text-decoration: underline;
}

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

.duration-300 {
    transition-duration: .3s
}

.duration-500 {
    transition-duration: .5s
}

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

.wh-6 {
    width: 6rem;
    height: 6rem
}

.wh-\[1\.6rem\] {
    width: 1.6rem;
    height: 1.6rem
}

.wh-\[2\.4rem\] {
    width: 2.4rem;
    height: 2.4rem
}

.job-description ul,
.job-description ol {
    display: block;
    list-style-type: initial;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;
    unicode-bidi: isolate
}

.job-description li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate
}

.job-description p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate
}

#nav a,
#nav button {
    transition: color .3s ease-out
}

#nav a.current,
#nav a:hover,
#nav button:hover {
    color: #00b097 !important
}

.fade-left-image>div {
    opacity: 0;
    transform: translate(3rem);
    transition: opacity .3s ease-out, transform .3s ease-out
}

.fade-left-image>div.fade-left {
    opacity: 1;
    transform: translate(0);
    transition: opacity .3s ease-out, transform .3s ease-out
}

.cookie-policy-main-content #ot-sdk-cookie-policy * {
    font-family: Kenvue Sans, sans-serif !important;
    font-size: 1.6rem !important;
    line-height: 2.4rem !important
}

.cookie-policy-main-content #ot-sdk-cookie-policy,
div#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy,
div#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h3,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy p.ot-sdk-cookie-policy-group-desc,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table,
#ot-sdk-cookie-policy td,
#ot-sdk-cookie-policy a,
#ot-sdk-cookie-policy table,
#ot-sdk-cookie-policy thead,
#ot-sdk-cookie-policy tr,
#ot-sdk-cookie-policy tbody,
#ot-sdk-cookie-policy section,
#ot-sdk-cookie-policy span {
    font-family: Kenvue Sans, sans-serif !important;
    color: #000 !important
}

.cookie-policy-main-content #ot-sdk-cookie-policy h3.ot-sdk-cookie-policy-title {
    font-family: Kenvue Sans, sans-serif !important;
    font-weight: 600 !important;
    font-size: 3.4rem !important;
    line-height: 4.8rem !important
}

.cookie-policy-main-content h4.ot-sdk-cookie-policy-group {
    font-family: Kenvue Sans, sans-serif !important;
    font-weight: 600 !important;
    font-size: 1.6rem !important;
    line-height: 2.4rem !important
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table {
    border-collapse: inherit;
    margin: auto;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    border-spacing: initial;
    width: 100%;
    overflow: hidden
}

@media (min-width: 400px) {

    #onetrust-banner-sdk .ot-sdk-container,
    #onetrust-pc-sdk .ot-sdk-container,
    #ot-sdk-cookie-policy .ot-sdk-container {
        width: 100% !important
    }
}

#onetrust-banner-sdk .ot-sdk-container,
#onetrust-pc-sdk .ot-sdk-container,
#ot-sdk-cookie-policy .ot-sdk-container {
    padding: 0 !important
}

#ot-sdk-btn-floating .ot-floating-button__back svg {
    margin: auto
}

.hover\:text-teal:hover {
    --tw-text-opacity: 1;
    color: rgb(0 176 151 / var(--tw-text-opacity))
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

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

.hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity))
}

.hover\:bg-transparent:hover {
    --tw-bg-opacity: 0;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity))
}

.hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.group:hover .group-hover\:translate-x-\[1rem\] {
    --tw-translate-x: 1rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group:hover .group-hover\:rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

@media not all and (min-width: 1024px) {
    .max-lg\:hidden {
        display: none
    }
}

@media (min-width: 768px) {
    .md\:w-\[calc\(\(100\%-2\.4rem\)\/2\)\] {
        width: calc((100% - 2.4rem)/2)
    }

    .md\:w-\[calc\(\(100\%-2rem\)\/2\)\] {
        width: calc((100% - 2rem)/2)
    }

    .md\:px-4 {
        padding-left: 4rem;
        padding-right: 4rem
    }

    .md\:gap-6 {
        gap: 6rem;
    }

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

    .md\:pb-\[53\%\] {
        padding-bottom: 53%
    }

    .md\:px-4 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

@media (min-width: 1024px) {
    .lg\:ml-auto {
        margin-left: auto
    }

    .lg\:block {
        display: block
    }

    .lg\:\!hidden {
        display: none !important
    }

    .lg\:hidden {
        display: none
    }

    .lg\:w-1\/2 {
        width: 50%
    }

    .lg\:flex-row {
        flex-direction: row
    }

    .lg\:flex-nowrap {
        flex-wrap: nowrap
    }

    .lg\:items-center {
        align-items: center
    }

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

    .lg\:gap-\[3\.2rem\] {
        gap: 3.2rem
    }

    .lg\:gap-\[6\.4rem\] {
        gap: 6.4rem
    }

    .lg\:px-8,
    .lg\:px-\[8rem\] {
        padding-left: 8rem;
        padding-right: 8rem
    }

    .lg\:pb-\[61\%\] {
        padding-bottom: 61%
    }
}

@media (min-width: 1280px) {
    .xl\:inline {
        display: inline
    }

    .xl\:w-full {
        width: 100%
    }

    .lg\:w-\[70rem\] {
        width: 70rem;
    }

    .lg\:pr-0 {
        padding-right: 0;
    }

    .lg\:py-\[4\.8rem\] {
        padding-top: 4.8rem;
        padding-bottom: 4.8rem;
    }

    .lg\:h-\[40rem\] {
        height: 40rem;
    }

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

    .lg\:shrink-0 {
        flex-shrink: 0;
    }

    .lg\:p-0 {
        padding: 0;
    }
}



.max-w-\[144rem\] {
    max-width: 144rem;
}

.mx-auto {
    margin: 0 auto;
}


.custom-cookie h4.ot-sdk-cookie-policy-group {
    color: #000 !important;
    font-weight: 700 !important;
}

.custom-cookie p {
    font-family: inherit !important;
    color: #000 !important;
    font-size: .9em !important;
    line-height: 2.4rem !important;
    margin: 0 0 1em 0;
}

/* .QSIFeedbackButton #QSIFeedbackButton-btn {
    right: 0 !important;
    left: auto !important;
} */


.js-lang-menu ul {
    column-count: 1;
    display: flex;
    justify-content: space-between;
    width: max-content;
    flex-flow: column;
}

.js-lang-menu ul li {
    width: 100%;
}


/* POPUP */

#overlay {
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    z-index: 999999;
}

.popup__close {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
    width: 5rem;
    font-size: 2.2rem;
    background: #000;
    color: #fff;
    border: #000 1px solid;
    border-radius: 0 3.2rem ;
    top: 0;
    right: 0;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.64, -0.11, 0.59, 1.07);
}

.popup__close:hover {
    color: #000;
    background-color: #fff;
    transform: scale(1.1);
}

.popup {
    position: absolute;
    background: #F3F3F3;
    width: calc(100% - 1rem);
    max-width: 85rem;
    height: auto;
    margin: 2rem auto;
    top: 50%;
    left: 50%;
    border-radius: 3.2rem;
    z-index: 999;
    transform: translate(-50%, -50%);
}

.popup__content {
    padding: 4rem 2rem;
    text-align: center;
}