@font-face {
    font-family: "TWK Everett";
    src: url("../fonts/twk-everett-updated/TWKEverett-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "TWK Everett";
    src: url("../fonts/twk-everett-updated/TWKEverett-LightItalic.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "TWK Everett";
    src: url("../fonts/twk-everett-updated/TWKEverett-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "TWK Everett";
    src: url("../fonts/twk-everett-updated/TWKEverett-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "TWK Everett";
    src: url("../fonts/twk-everett-updated/TWKEverett-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "TWK Everett";
    src: url("../fonts/twk-everett-updated/TWKEverett-BoldItalic.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "TWK Everett";
    src: url("../fonts/twk-everett-updated/TWKEverett-Extrabold.otf") format("opentype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "TWK Everett";
    src: url("../fonts/twk-everett-updated/TWKEverett-Black.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Open Sauce One";
    src: url("../fonts/open-sauce-one/OpenSauceOne-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Open Sauce One";
    src: url("../fonts/open-sauce-one/OpenSauceOne-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Open Sauce One";
    src: url("../fonts/open-sauce-one/OpenSauceOne-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Open Sauce One";
    src: url("../fonts/open-sauce-one/OpenSauceOne-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Open Sauce One";
    src: url("../fonts/open-sauce-one/OpenSauceOne-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Open Sauce One";
    src: url("../fonts/open-sauce-one/OpenSauceOne-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Open Sauce One";
    src: url("../fonts/open-sauce-one/OpenSauceOne-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Open Sauce One";
    src: url("../fonts/open-sauce-one/OpenSauceOne-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Open Sauce One";
    src: url("../fonts/open-sauce-one/OpenSauceOne-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
:root {
    --ease: cubic-bezier(0.5, 0.2, 0.2, 1);
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}
.wp-block-post-title,
.wp-block-heading {
    margin: 0;
}
.site-branding {
    max-width: 14rem;
}
.row {
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0;
}
:root {
    --color-1: #f24caa;
    --color-2: #e03f55;
    --color-3: #ff6759;
    --color-4: #0a042a;
    --color-5: #99a0a3;
    --color-6: #f3f2fa;
    --color-7: #3f1dff;
    --grad-1: linear-gradient(180deg, #f24caa 0%, #ff6759 100%);
    --grad-2: linear-gradient(180deg, #f24caa 0%, #e03f55 100%);
    --grad-3: linear-gradient(180deg, #ff6759 0%, #e03f55 100%);
    --grad-h-1: linear-gradient(to right, #f24caa 0%, #ff6759 58%);
    --c-gris-clar: #f3f3f3;
    --c-white: #ffffff;
    --font-titols: TWK Everett, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
    --font-cos: Open Sauce One, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
    --font-small: Instrument Sans, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
}
.c-1 {
    color: #f24caa;
}
.c-2 {
    color: #e03f55;
}
.c-3 {
    color: #ff6759;
}
.c-4 {
    color: #0a042a;
}
.c-5 {
    color: #99a0a3;
}
.c-6 {
    color: #f3f2fa;
}
.c-7 {
    color: #3f1dff;
}
.c-white {
    color: #fff;
}
.c-gris-clar {
    color: #f3f3f3;
}
.f-1 {
    background-color: #f24caa;
}
.f-2 {
    background-color: #e03f55;
}
.f-3 {
    background-color: #ff6759;
}
.f-4 {
    background-color: #0a042a;
}
.f-5 {
    background-color: #99a0a3;
}
.f-6 {
    background-color: #f3f2fa;
}
.f-7 {
    background-color: #3f1dff;
}
.f-gris-clar {
    background-color: #f3f3f3;
}
.f-8 {
    background: linear-gradient(180deg, #f24caa 0%, #ff6759 100%);
}
.f-9 {
    background: linear-gradient(180deg, #f24caa 0%, #e03f55 100%);
}
.f-10 {
    background: linear-gradient(180deg, #ff6759 0%, #e03f55 100%);
}
.c-11 {
    background-image: linear-gradient(to right, #f24caa 0%, #ff6759 58%);
    background-size: 100%;
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(0, 0, 0, 0);
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    display: inline-block;
}
.c-grad-2 {
    background-image: linear-gradient(180deg, #f24caa 0%, #e03f55 100%);
    background-size: 100%;
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(0, 0, 0, 0);
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    display: inline-block;
}
.title-small {
    color: #0a042a;
    margin-bottom: 20px;
}
.img-round {
    padding: 20px;
}
.img-round img {
    border-radius: 20px;
}
.mb-1 {
    margin-bottom: 0.5rem !important;
}
.mt-1 {
    margin-top: 0.5rem !important;
}
.pb-1 {
    padding-bottom: 0.5rem !important;
}
.pt-1 {
    padding-top: 0.5rem !important;
}
.mb-2 {
    margin-bottom: 1rem !important;
}
.mt-2 {
    margin-top: 1rem !important;
}
.pb-2 {
    padding-bottom: 1rem !important;
}
.pt-2 {
    padding-top: 1rem !important;
}
.mb-3 {
    margin-bottom: 1.5rem !important;
}
.mt-3 {
    margin-top: 1.5rem !important;
}
.pb-3 {
    padding-bottom: 1.5rem !important;
}
.pt-3 {
    padding-top: 1.5rem !important;
}
.mb-4 {
    margin-bottom: 2.5rem !important;
}
.mt-4 {
    margin-top: 2.5rem !important;
}
.pb-4 {
    padding-bottom: 2.5rem !important;
}
.pt-4 {
    padding-top: 2.5rem !important;
}
.mb-5 {
    margin-bottom: 3.75rem !important;
}
.mt-5 {
    margin-top: 3.75rem !important;
}
.pb-5 {
    padding-bottom: 3.75rem !important;
}
.pt-5 {
    padding-top: 3.75rem !important;
}
.mb-6 {
    margin-bottom: 5rem !important;
}
.mt-6 {
    margin-top: 5rem !important;
}
.pb-6 {
    padding-bottom: 5rem !important;
}
.pt-6 {
    padding-top: 5rem !important;
}
.border {
    border: solid 0.5px;
}
.d-flex {
    display: flex;
}
.justify-content-end {
    justify-content: flex-end;
}
.screen-reader-text {
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.animar-text span {
    opacity: 0;
    transition: opacity 0.5s;
}
body {
    font-family:
        "Open Sauce One",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: clamp(1rem, 1.39vw, 1.25rem);
    font-weight: 400;
    line-height: 1.6;
    color: #0a042a;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0a042a;
    margin-top: 0;
    margin-bottom: 1rem;
}
h1 {
    font-family:
        "TWK Everett",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: clamp(2.25rem, 4.44vw, 4rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.04em;
}
h2 {
    font-family:
        "TWK Everett",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: clamp(1.75rem, 3.75vw, 3.375rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.03em;
}
h3 {
    font-family:
        "TWK Everett",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: clamp(1.375rem, 2.08vw, 1.875rem);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.02em;
}
h4 {
    font-family:
        "TWK Everett",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: clamp(1.125rem, 1.67vw, 1.5rem);
    font-weight: 400;
    line-height: 1.4;
}
h5 {
    font-family:
        "TWK Everett",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: clamp(1rem, 1.39vw, 1.25rem);
    font-weight: 700;
    line-height: 1.3;
}
h6 {
    font-family:
        "TWK Everett",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.03em;
}
.titol-home {
    font-family:
        "TWK Everett",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: clamp(2.625rem, 5.25vw, 5.25rem);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.04em;
}
@media (max-width: 900px) {
    .titol-home {
        font-size: 3rem;
    }
}
@media (max-width: 767px) {
    .titol-home {
        font-size: 2.5rem;
    }
}
.titol-pagina {
    font-family:
        "TWK Everett",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: clamp(2.5rem, 5.75vw, 5.75rem);
    font-weight: 700;
    line-height: 1.0652173913;
    letter-spacing: -0.04em;
}
.ultra,
.tipo-ultra {
    font-family:
        "TWK Everett",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: clamp(3rem, 6.875vw, 6.875rem);
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.04em;
}
.intro,
.tipo-intro {
    font-family:
        "TWK Everett",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: clamp(1.375rem, 1.875vw, 1.875rem);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.02em;
}
.p2 {
    font-family:
        "Open Sauce One",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
}
small,
.x-small,
.small-text {
    font-family:
        "Instrument Sans",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif !important;
    font-size: 0.75rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    letter-spacing: 0.02em !important;
}
a {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.03em;
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}
p {
    margin-top: 0;
}
.grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 3.75rem;
    align-items: start;
}
.grid--center {
    align-items: center;
}
.grid--end {
    align-items: end;
}
.grid--stretch {
    align-items: stretch;
}
@media (max-width: 900px) {
    .grid {
        gap: 2.5rem;
    }
}
.col-1 {
    grid-column-end: span 1;
}
.col-2 {
    grid-column-end: span 2;
}
.col-3 {
    grid-column-end: span 3;
}
.col-4 {
    grid-column-end: span 4;
}
.col-5 {
    grid-column-end: span 5;
}
.col-6 {
    grid-column-end: span 6;
}
.col-7 {
    grid-column-end: span 7;
}
.col-8 {
    grid-column-end: span 8;
}
.col-9 {
    grid-column-end: span 9;
}
.col-10 {
    grid-column-end: span 10;
}
.col-11 {
    grid-column-end: span 11;
}
.col-12 {
    grid-column-end: span 12;
}
.col-start-1 {
    grid-column-start: 1;
}
.col-start-2 {
    grid-column-start: 2;
}
.col-start-3 {
    grid-column-start: 3;
}
.col-start-4 {
    grid-column-start: 4;
}
.col-start-5 {
    grid-column-start: 5;
}
.col-start-6 {
    grid-column-start: 6;
}
.col-start-7 {
    grid-column-start: 7;
}
.col-start-8 {
    grid-column-start: 8;
}
.col-start-9 {
    grid-column-start: 9;
}
.col-start-10 {
    grid-column-start: 10;
}
.col-start-11 {
    grid-column-start: 11;
}
.col-start-12 {
    grid-column-start: 12;
}
@media (max-width: 900px) {
    .grid {
        grid-template-columns: 1fr;
    }
    [class*="col-"] {
        grid-column: 1/-1;
        min-width: 0;
    }
    [class*="col-start-"] {
        grid-column-start: auto;
    }
}
@media (max-width: 900px) {
    .col-hide-mobile {
        display: none;
    }
}
@media (max-width: 900px) {
    .grid--offset-tablet {
        display: flex;
        flex-direction: column;
        gap: 2.5rem;
    }
    .grid--offset-tablet > [class*="col-"] {
        width: 60%;
    }
    .grid--offset-tablet > *:last-child {
        align-self: flex-end;
    }
}
@media (max-width: 767px) {
    .grid--offset-tablet > [class*="col-"] {
        width: 100%;
    }
    .grid--offset-tablet > *:last-child {
        align-self: flex-start;
    }
}
.container-amp {
    margin: 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    max-width: 1400px;
    width: 100%;
}
@media (max-width: 900px) {
    .container-amp {
        margin: 0 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 767px) {
    .container-amp {
        margin: 0 16px;
        padding-left: 0;
        padding-right: 0;
    }
}
.bg-animat {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}
.bg-taca {
    position: absolute;
    width: 50%;
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    filter: blur(80px) saturate(1.2);
}
.bg-taca svg {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.8;
}
@supports (-webkit-touch-callout: none) {
    .bg-taca {
        overflow: visible;
        isolation: isolate;
    }
    .bg-taca svg {
        filter: none;
        -webkit-filter: none;
        opacity: 0.55;
        transform: translateZ(0) scale(1.08);
        transform-origin: center;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        will-change: transform, opacity;
    }
}
.bg-taca--esq {
    left: -25%;
    bottom: -25%;
    animation: bg-puja 12s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate;
}
.bg-taca--dret {
    right: -25%;
    top: -25%;
    animation: bg-baixa 12s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate;
}
@keyframes bg-puja {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-100vh);
    }
}
@keyframes bg-baixa {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(100vh);
    }
}
.spacer-sm {
    height: 2.5rem;
}
.spacer-md {
    height: 5rem;
}
.spacer-lg {
    height: 7.5rem;
}
.spacer-xl {
    height: 10rem;
}
.spacer-xxl {
    height: 15rem;
}
@media (max-width: 767px) {
    .spacer-sm {
        height: 1.5rem;
    }
    .spacer-md {
        height: 2.5rem;
    }
    .spacer-lg {
        height: 5rem;
    }
    .spacer-xl {
        height: 7.5rem;
    }
    .spacer-xxl {
        height: 10rem;
    }
}
.site-header {
    width: 100%;
}
.menu {
    --ease: cubic-bezier(0.5, 0.2, 0.2, 1);
    width: calc(100% - 60px);
    position: fixed;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 10px;
    background: hsla(0, 0%, 100%, 0.15);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 9999;
    transition:
        top 0.5s ease,
        padding 0.5s ease,
        background 0.3s ease;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 1024px) {
    .menu {
        width: calc(100% - 40px);
        top: 15px;
        padding: 10px 16px;
        flex-wrap: wrap;
        align-items: center;
    }
}
.menu-nav {
    flex: 1;
    display: flex;
    align-items: center;
    min-width: 0;
}
.menu-nav-esq {
    justify-content: flex-start;
}
.menu-nav-dret {
    justify-content: flex-end;
}
.menu-nav .nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.menu-nav .nav-list li {
    margin: 0;
    position: relative;
    display: flex;
}
.menu-nav .nav-list a {
    font-family:
        "Open Sauce One",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #0a042a;
    text-decoration: none;
}
.menu-nav .nav-list > li > a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 8px 18px;
}
.menu-nav .nav-list > li > a span {
    position: relative;
    z-index: 2;
    display: block;
    transition: transform 500ms var(--ease);
}
.menu-nav .nav-list > li > a::before {
    content: attr(data-text);
    color: #fff;
    position: absolute;
    left: 18px;
    top: 8px;
    z-index: 3;
    white-space: nowrap;
    transform: translateY(200%);
    transition: transform 500ms var(--ease);
}
.menu-nav .nav-list > li > a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    right: 8px;
    background: #0a042a;
    border-radius: 8px;
    transform: translateY(110%);
    transition:
        transform 500ms var(--ease),
        left 500ms var(--ease),
        right 500ms var(--ease);
    z-index: 1;
}
.menu-nav .nav-list li.menu-item-has-children.dropdown > a[href="#"] {
    cursor: default;
}
.menu-nav .nav-list > .current-menu-item > a span,
.menu-nav .nav-list > .current-menu-ancestor > a span,
.menu-nav .nav-list > .current_page_parent > a span {
    transform: translateY(-200%);
}
.menu-nav .nav-list > .current-menu-item > a::before,
.menu-nav .nav-list > .current-menu-ancestor > a::before,
.menu-nav .nav-list > .current_page_parent > a::before {
    transform: translateY(0);
}
.menu-nav .nav-list > .current-menu-item > a::after,
.menu-nav .nav-list > .current-menu-ancestor > a::after,
.menu-nav .nav-list > .current_page_parent > a::after {
    transform: translateY(0);
    left: 0;
    right: 0;
}
@media (max-width: 1024px) {
    .menu-nav {
        display: none;
        flex: 0 0 100%;
        width: 100%;
        justify-content: stretch;
        order: 3;
        padding-top: 15px !important;
    }
    .menu-nav .nav-list {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }
    .menu-nav .nav-list > li {
        border-bottom: 1px solid rgba(10, 4, 42, 0.08);
    }
    .menu-nav .nav-list > li:last-child {
        border-bottom: none;
    }
    .menu-nav .nav-list#menu-menu-left > li:last-child,
    .menu-nav .nav-list.menu-menu-left > li:last-child {
        border-bottom: 1px solid rgba(10, 4, 42, 0.08);
    }
    .menu-nav .nav-list > li > a {
        display: block;
        width: 100%;
        padding: 18px 0;
        overflow: visible;
    }
    .menu-nav .nav-list > li > a span {
        transform: none !important;
        transition: none;
    }
    .menu-nav .nav-list > li > a::before,
    .menu-nav .nav-list > li > a::after {
        display: none;
    }
    .menu-nav .nav-list > .current-menu-item > a,
    .menu-nav .nav-list > .current-menu-ancestor > a,
    .menu-nav .nav-list > .current_page_parent > a {
        color: #f24caa;
    }
    .menu-nav .nav-list > .current-menu-item > a span,
    .menu-nav .nav-list > .current-menu-ancestor > a span,
    .menu-nav .nav-list > .current_page_parent > a span {
        transform: none !important;
    }
}
@media (hover: hover) {
    .menu-nav .nav-list > li:hover > a span,
    .submenu a:hover span {
        transform: translateY(-200%);
    }
    .menu-nav .nav-list > li:hover > a::before,
    .submenu a:hover::before {
        transform: translateY(0);
    }
    .menu-nav .nav-list > li:hover > a::after,
    .submenu a:hover::after {
        transform: translateY(0);
        left: 0;
        right: 0;
    }
}
.menu-brand {
    flex-shrink: 0;
    padding: 0 20px;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-brand a {
    display: flex;
    align-items: center;
}
.menu-brand img,
.menu-brand .custom-logo {
    height: 35px;
    width: auto;
    display: block;
    transform: scale(1);
    transform-origin: center;
    -webkit-transform-origin: center;
    transition: transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    will-change: transform;
    backface-visibility: hidden;
}
@media (max-width: 1024px) {
    .menu-brand {
        order: 1;
        padding: 0;
    }
}
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    margin-left: auto;
    order: 2;
}
.menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #0a042a;
    border-radius: 2px;
    transition:
        transform 0.3s ease,
        opacity 0.3s ease;
}
@media (max-width: 1024px) {
    .menu-toggle {
        display: flex;
    }
}
@media (max-width: 1024px) {
    .menu.nav-obert {
        background: hsla(0, 0%, 100%, 0.95);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
    }
}
.menu.nav-obert .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.menu.nav-obert .menu-toggle span:nth-child(2) {
    opacity: 0;
}
.menu.nav-obert .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}
@media (max-width: 1024px) {
    .menu.nav-obert .menu-nav {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0;
        margin-top: 0;
    }
    .menu.nav-obert .menu-nav.menu-nav-dret {
        padding-top: 0 !important;
    }
    .menu.nav-obert .menu-nav + .menu-nav {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
    }
}
.dropdown > a {
    padding-right: 18px;
}
.dropdown-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: none;
    background: rgba(0, 0, 0, 0);
    border-radius: 999px;
    cursor: pointer;
    color: #0a042a;
    transition:
        background 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}
.dropdown-toggle::before,
.dropdown-toggle::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
    transition:
        transform 0.2s ease,
        opacity 0.2s ease;
}
.dropdown-toggle::before {
    transform: translateX(-3px) rotate(45deg);
}
.dropdown-toggle::after {
    transform: translateX(3px) rotate(-45deg);
}
.dropdown-toggle:hover {
    background: rgba(10, 4, 42, 0.06);
    color: #f24caa;
}
.submenu {
    list-style: none;
    margin: 0;
    padding: 16px;
    min-width: 220px;
    position: absolute;
    top: 100%;
    left: 0;
    background: hsla(0, 0%, 100%, 0.96);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(166, 166, 166, 0.2);
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(10, 4, 42, 0.08);
    display: grid;
    gap: 8px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition:
        opacity 0.2s ease,
        transform 0.2s ease,
        visibility 0.2s ease;
    z-index: 20;
}
.submenu li {
    margin: 0;
}
.submenu a {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 1rem;
    line-height: 1.3;
}
.submenu a span {
    position: relative;
    z-index: 2;
    display: block;
    transition: transform 500ms var(--ease);
}
.submenu a::before {
    content: attr(data-text);
    color: #fff;
    position: absolute;
    left: 12px;
    top: 10px;
    z-index: 3;
    white-space: nowrap;
    transform: translateY(200%);
    transition: transform 500ms var(--ease);
}
.submenu a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
    right: 4px;
    background: #0a042a;
    border-radius: 6px;
    transform: translateY(110%);
    transition:
        transform 500ms var(--ease),
        left 500ms var(--ease),
        right 500ms var(--ease);
    z-index: 1;
}
.dropdown:hover > .submenu,
.dropdown:focus-within > .submenu,
.dropdown.dropdown-obert > .submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}
@media (max-width: 767px) {
    .dropdown {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
    }
    .dropdown > a {
        padding-right: 0;
    }
    .dropdown-toggle {
        display: inline-flex;
        position: relative;
        margin-left: 12px;
    }
    .dropdown.dropdown-obert > .dropdown-toggle {
        color: #f24caa;
    }
    .dropdown.dropdown-obert > .dropdown-toggle::before {
        transform: translateX(0) rotate(45deg);
    }
    .dropdown.dropdown-obert > .dropdown-toggle::after {
        transform: translateX(0) rotate(-45deg);
    }
    .submenu {
        position: static;
        min-width: 0;
        width: 100%;
        margin: 0 0 12px;
        padding: 0 0 0 18px;
        background: rgba(0, 0, 0, 0);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        border: none;
        border-radius: 0;
        box-shadow: none;
        max-height: 0;
        overflow: hidden;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
        transition:
            max-height 0.3s ease,
            margin 0.3s ease,
            padding 0.3s ease;
    }
    .submenu a {
        padding: 10px 0;
        border-radius: 0;
        font-size: 1rem;
        overflow: visible;
    }
    .submenu a span {
        transform: none !important;
        transition: none;
    }
    .submenu a::before,
    .submenu a::after {
        display: none;
    }
}
@media (max-width: 767px) and (max-width: 767px) {
    .submenu a {
        border-bottom: 1px solid rgba(10, 4, 42, 0.08);
    }
}
@media (max-width: 767px) and (max-width: 767px) {
    .submenu {
        margin-bottom: 0;
    }
    .submenu li:last-child a {
        border-bottom: none;
    }
}
@media (max-width: 767px) {
    .dropdown:not(.dropdown-obert) > .submenu {
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .dropdown.dropdown-obert > .submenu {
        max-height: 500px;
        padding-top: 4px;
        padding-bottom: 8px;
    }
}
.hero-interior {
    padding-top: 140px;
    padding-bottom: 5rem;
}
@media (max-width: 767px) {
    .hero-interior {
        padding-top: 100px;
        padding-bottom: 50px;
    }
}
.titol-hero {
    font-family:
        "TWK Everett",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: clamp(2.625rem, 5.25vw, 5.25rem);
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
}
.hero-subtitol {
    font-family:
        "Open Sauce One",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.6;
    color: hsla(0, 0%, 100%, 0.85);
    margin-top: 16px;
}
.hero-claim {
    font-family:
        "Open Sauce One",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.6;
    color: #0a042a;
    margin-top: 16px;
}
.home-block {
    position: relative;
    background-color: #f3f3f3;
    min-height: calc(100vh - 150px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 120px 30px 30px;
    border-radius: 20px;
    overflow: hidden;
}
@media (max-width: 900px) {
    .home-block {
        height: auto;
        margin: 30px 20px;
    }
}
@media (max-width: 767px) {
    .home-block {
        height: auto;
    }
}
.home-block .container-amp {
    padding-top: 60px;
}
@media (max-width: 900px) {
    .home-block .container-amp {
        padding-top: 100px;
        padding-bottom: 75px;
    }
}
@media (max-width: 767px) {
    .home-block .container-amp {
        padding-bottom: 25px;
    }
}
.home-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    filter: blur(10px) saturate(1.3);
    z-index: 0;
    transform: scale(1.2);
}
.home-content {
    position: relative;
    z-index: 1;
}
.titol-hero2 {
    text-align: center;
    margin: auto;
    font-family:
        "TWK Everett",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: clamp(3rem, 6.875vw, 6.875rem);
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.04em;
}
@media (max-width: 900px) {
    .titol-hero2 {
        font-size: 3rem;
    }
}
@media (max-width: 767px) {
    .titol-hero2 {
        font-size: 2.5rem;
    }
}
.tech-hero {
    height: 70vh;
    min-height: 480px;
    margin-bottom: 0px;
    justify-content: center;
}
.tech-hero .container-amp {
    padding-top: 0;
}
@media (max-width: 900px) {
    .tech-hero .container-amp {
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media (max-width: 767px) {
    .tech-hero {
        height: auto;
        min-height: 0;
        padding-top: 120px;
        padding-bottom: 60px;
    }
    .tech-hero .container-amp {
        padding-top: 0;
    }
}
.tech-hero-pill-outer {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.hero-subtitol-pill {
    display: inline-block;
    background: #0a042a;
    color: hsla(0, 0%, 100%, 0.85);
    border-radius: 12px;
    padding: 14px 48px;
    font-family:
        "Open Sauce One",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    transform: translateY(-50%);
    max-width: 70%;
}
@media (max-width: 767px) {
    .hero-subtitol-pill {
        padding: 12px 28px;
        text-align: center;
        max-width: 80%;
    }
}
.tech-subtitol-pill {
    display: inline-block;
    margin: 0;
    transform: translateY(-50%);
    max-width: 70%;
}
@media (max-width: 767px) {
    .tech-subtitol-pill {
        text-align: center;
        max-width: 80%;
    }
}
.pill-link {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 14px 48px;
    background: #0a042a;
    color: hsla(0, 0%, 100%, 0.85);
    border-radius: 12px;
    font-family:
        "Open Sauce One",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.03em;
    text-decoration: none;
    cursor: pointer;
    border: none;
}
.pill-link span {
    position: relative;
    z-index: 2;
    display: block;
    transition: transform 500ms var(--ease, cubic-bezier(0.5, 0.2, 0.2, 1));
}
.pill-link::before {
    content: attr(data-text);
    position: absolute;
    left: 48px;
    top: 14px;
    color: #fff;
    z-index: 3;
    transform: translateY(200%);
    transition: transform 500ms var(--ease, cubic-bezier(0.5, 0.2, 0.2, 1));
}
.pill-link::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    background: #3f1dff;
    border-radius: 12px;
    transform: translateY(110%);
    z-index: 1;
    transition:
        transform 500ms var(--ease, cubic-bezier(0.5, 0.2, 0.2, 1)),
        left 500ms var(--ease, cubic-bezier(0.5, 0.2, 0.2, 1)),
        right 500ms var(--ease, cubic-bezier(0.5, 0.2, 0.2, 1));
}
@media (hover: hover) {
    .pill-link:hover span {
        transform: translateY(-200%);
    }
    .pill-link:hover::before {
        transform: translateY(0);
    }
    .pill-link:hover::after {
        transform: translateY(0);
        left: 0;
        right: 0;
    }
}
@media (max-width: 767px) {
    .pill-link {
        padding: 12px 28px;
        flex: 1;
        text-align: center;
    }
    .pill-link::before {
        left: 28px;
        top: 12px;
    }
}
.gyldec-hero-claim {
    max-width: 600px;
    margin-top: 20px;
}
.gyldec-hero-foto {
    width: 350px;
}
.btn-mimark {
    display: inline-block;
    background: #3f1dff;
    color: #fff;
    padding: 20px 28px;
    border-radius: 20px;
    font-family:
        "Open Sauce One",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    text-decoration: none;
    transition: opacity 0.2s ease;
    cursor: pointer;
    border: none;
}
.btn-mimark:hover {
    opacity: 0.85;
    color: #fff;
}
.btn-mimark--fosc {
    background: #0a042a;
}
.btn-petit {
    padding: 8px 18px;
    font-size: 0.8rem;
}
.marc-degradat {
    padding: 30px;
    border-radius: 20px;
}
.marc-degradat p,
.marc-degradat h2,
.marc-degradat h4,
.marc-degradat h5 {
    color: #fff;
}
.partners-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
}
.partner-item {
    flex: 0 0 auto;
}
.partner-item img {
    height: 40px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.2s ease;
}
.partner-item:hover img {
    filter: none;
    opacity: 1;
}
.equip-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 30px;
}
.membre-item {
    text-align: left;
}
.valors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 40px;
}
.gylda-productes {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 40px;
}
.gylda-producte {
    padding: 24px 0;
    border-bottom: 1px solid rgba(10, 4, 42, 0.08);
}
.gylda-titol {
    font-size: clamp(2rem, 5vw, 4rem);
}
.gylda-subtitol {
    font-size: 0.875rem;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 30px;
    text-align: center;
}
.stat-valor {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-family:
        "TWK Everett",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-weight: 700;
    line-height: 1;
}
.stat-descripcio {
    font-size: 0.875rem;
    color: #99a0a3;
    margin-top: 8px;
}
.challenge-wrap figure {
    margin: 0;
}
.challenge-wrap .challenge-col-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
}
@media (max-width: 900px) {
    .challenge-wrap .challenge-col-titol,
    .challenge-wrap .challenge-col-img,
    .challenge-wrap .challenge-col-text {
        width: 100%;
    }
    .challenge-wrap .challenge-col-text {
        flex-direction: row;
        align-items: flex-start;
        gap: 2rem;
    }
}
@media (max-width: 767px) {
    .challenge-wrap .challenge-col-text {
        flex-direction: column;
    }
}
.plataforma-card {
    background-color: #f24caa;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding: 60px;
}
@media (max-width: 900px) {
    .plataforma-card {
        padding: 30px;
    }
}
.plataforma-row {
    align-items: stretch;
    gap: 5rem;
}
@media (max-width: 900px) {
    .plataforma-row {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    .plataforma-row > [class*="col-"] {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 633px) {
    .plataforma-row {
        gap: 24px;
    }
}
.plataforma-col-esq {
    display: flex;
    flex-direction: column;
}
.plataforma-col-esq h5 {
    color: hsla(0, 0%, 100%, 0.7);
    margin-bottom: 24px;
}
.plataforma-col-dret {
    display: flex;
    flex-direction: column;
    min-width: 0;
}
@media (max-width: 900px) {
    .plataforma-col-dret {
        overflow-wrap: anywhere;
    }
}
.plataforma-text-content {
    flex: 1;
}
.plataforma-text-content h2,
.plataforma-text-content h4,
.plataforma-text-content p {
    color: #fff;
}
.plataforma-text-content p {
    font-family:
        "Open Sauce One",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-bottom: 1rem;
}
.plataforma-logo-wrap {
    max-width: 330px;
    margin: 0 0 24px;
}
.plataforma-logo-wrap img {
    width: 100%;
    height: auto;
}
@media (max-width: 633px) {
    .plataforma-logo-wrap {
        max-width: 220px;
    }
}
.plataforma-foto {
    flex: 1;
    overflow: hidden;
    border-radius: 20px;
    margin: 0;
}
.plataforma-foto img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
@media (max-width: 900px) {
    .plataforma-foto {
        flex: none;
        height: 300px;
    }
}
@media (max-width: 633px) {
    .plataforma-foto {
        height: 250px;
    }
}
.plataforma-boto-wrap {
    display: flex;
    padding-top: 2rem;
    flex-shrink: 0;
}
@media (max-width: 900px) {
    .plataforma-boto-wrap {
        padding-top: 2rem;
    }
}
.plataforma-amp {
    padding-left: 60px;
    padding-right: 0;
}
@media (max-width: 900px) {
    .plataforma-amp {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 767px) {
    .plataforma-amp {
        padding-left: 0;
        padding-right: 0;
    }
}
.promesa-inner {
    position: relative;
    text-align: center;
}
.promesa-h2 {
    font-family:
        "TWK Everett",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-weight: 700;
    font-size: 100px;
    line-height: 1.2;
    letter-spacing: -0.04em;
    color: #0a042a;
}
@media (max-width: 900px) {
    .promesa-h2 {
        font-size: 64px;
    }
}
@media (max-width: 767px) {
    .promesa-h2 {
        font-size: 44px;
    }
}
.promesa-imgs-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 70%;
    height: 100%;
    pointer-events: none;
}
.promesa-text {
    position: relative;
    z-index: 1;
}
.promesa-text p {
    font-family:
        "Open Sauce One",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #0a042a;
}
.promesa-last-text {
    max-width: 40%;
    margin-left: auto;
    margin-right: auto;
}
.promesa-img {
    position: absolute;
    margin: 0;
}
.promesa-img img {
    max-height: 200px;
    width: auto;
    border-radius: 16px;
    display: block;
}
.promesa-img--1 {
    top: -20%;
    left: 0;
}
.promesa-img--2 {
    bottom: -80px;
    left: -60px;
}
.promesa-img--3 {
    bottom: 20px;
    right: -10%;
}
@media (max-width: 1250px) {
    .promesa-img--2 {
        bottom: -60px;
        left: -100px;
    }
    .promesa-img--3 {
        bottom: 0;
        right: -20%;
    }
}
@media (max-width: 900px) {
    .promesa-last-text {
        max-width: 100%;
        padding: 0 20px;
    }
    .promesa-inner {
        display: flex;
        flex-direction: column;
    }
    .promesa-text {
        order: 1;
    }
    .promesa-imgs-wrap {
        order: 2;
        position: relative;
        display: flex;
        left: unset;
        transform: none;
        max-width: 100%;
        height: auto;
        gap: 16px;
        margin-top: 40px;
        pointer-events: auto;
    }
    .promesa-img {
        position: relative;
        flex: 1;
        left: unset;
        right: unset;
        top: unset;
        bottom: unset;
    }
    .promesa-img img {
        width: 100%;
        height: 160px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.gray-card {
    background: rgba(243, 243, 243, 0.55);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-radius: 20px;
    padding: 60px;
}
@media (max-width: 900px) {
    .gray-card {
        padding: 30px;
    }
}
.supporters-cap {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    margin-bottom: 60px;
}
@media (max-width: 900px) {
    .supporters-cap {
        flex-direction: column;
        gap: 16px;
        margin-bottom: 32px;
    }
}
.supporters-cap-esq {
    flex: 1;
}
.supporters-cap-dret {
    flex: 1;
}
.supporters-cap-dret p {
    margin: 0;
    color: #0a042a;
}
.supporters-grup-label {
    display: block;
    font-family:
        "Instrument Sans",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    color: #99a0a3;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #f24caa;
}
.supporters-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    align-items: center;
    margin: 4rem auto;
}
.supporters-logos img {
    height: 30px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.about-partners-text {
    width: 50%;
}
@media (max-width: 900px) {
    .about-partners-text {
        width: 70%;
    }
}
@media (max-width: 767px) {
    .about-partners-text {
        width: 100%;
    }
}
.about-partners-logos {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}
.about-partners-logos img {
    height: 40px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
@media (max-width: 767px) {
    .about-partners-logos {
        gap: 24px;
    }
    .about-partners-logos img {
        height: 28px;
    }
}
.newsletter-cta {
    background: linear-gradient(180deg, #ff6759 0%, #e03f55 100%);
    border-radius: 20px;
    margin-bottom: 80px;
}
.newsletter-cta h2 {
    color: #fff;
    margin: 0;
}
@media (max-width: 767px) {
    .newsletter-cta {
        margin: 0 0 30px;
    }
}
.newsletter-form-wrap {
    display: flex;
    align-items: center;
}
@media (max-width: 900px) {
    .newsletter-form-wrap {
        width: 100%;
    }
}
.newsletter-form {
    width: 100%;
}
.newsletter-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.9);
    padding-bottom: 8px;
}
.newsletter-input {
    width: 100%;
    background: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 0;
    padding: 8px 60px 8px 0;
    font-family:
        "TWK Everett",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: 1.25rem;
    color: #fff;
    outline: none;
}
.newsletter-input::-moz-placeholder {
    color: hsla(0, 0%, 100%, 0.85);
    opacity: 1;
}
.newsletter-input::placeholder {
    color: hsla(0, 0%, 100%, 0.85);
    opacity: 1;
}
.newsletter-arrow {
    position: absolute;
    right: 0;
    background: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: opacity 0.2s ease;
}
.newsletter-arrow svg {
    width: 20px;
    height: 20px;
    stroke: #fff;
    fill: none;
    display: block;
}
.newsletter-arrow:hover {
    opacity: 0.95;
}
.newsletter-legal {
    margin-top: 12px;
    font-size: 0.75rem;
    color: hsla(0, 0%, 100%, 0.7);
    margin-bottom: 0;
}
.news-filtre {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 30px;
    border: 1px solid #0a042a;
    color: #0a042a;
    text-decoration: none;
    font-size: 0.875rem;
    transition: all 0.2s ease;
}
.news-filtre:hover,
.news-filtre.actiu {
    background: #0a042a;
    color: #fff;
}
.contact-info address {
    font-style: normal;
}
.gyldec-desc p {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-bottom: 16px;
}
.prod-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 30px;
    margin-top: 45px;
}
@media (max-width: 767px) {
    .prod-cards-grid {
        grid-template-columns: 1fr;
        margin-top: 32px;
    }
}
.prod-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .prod-card {
        padding: 28px;
        margin-bottom: 0;
    }
}
.gyldec-results-titol {
    max-width: 50%;
}
@media (max-width: 900px) {
    .gyldec-results-titol {
        max-width: 70%;
    }
}
@media (max-width: 767px) {
    .gyldec-results-titol {
        max-width: 100%;
    }
}
.prod-card-contingut p,
.prod-card-contingut li {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-bottom: 12px;
}
.prod-card-contingut ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.prod-card-contingut li::before {
    content: "— ";
}
.prod-card-contingut.prod-card-fosc p,
.prod-card-contingut.prod-card-fosc li {
    color: #0a042a;
}
.prod-card-contingut.prod-card-rosa p,
.prod-card-contingut.prod-card-rosa li {
    color: #f24caa;
}
.gyldec-performance-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 60px;
    column-gap: 60px;
}
.gyldec-performance-wrap .gyldec-perf-cap-esq {
    grid-column: 1;
    grid-row: 1;
    align-self: end;
}
.gyldec-performance-wrap .gyldec-perf-cap-dret {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
}
.gyldec-performance-wrap .gyldec-performance-esq {
    grid-column: 1;
    grid-row: 2;
}
.gyldec-performance-wrap .gyldec-impact-dret {
    grid-column: 2;
    grid-row: 2;
}
@media (max-width: 900px) {
    .gyldec-performance-wrap {
        grid-template-columns: 1fr;
    }
    .gyldec-performance-wrap .gyldec-perf-cap-esq {
        grid-column: 1;
        grid-row: 1;
    }
    .gyldec-performance-wrap .gyldec-performance-esq {
        grid-column: 1;
        grid-row: 2;
    }
    .gyldec-performance-wrap .gyldec-perf-cap-dret {
        grid-column: 1;
        grid-row: 3;
    }
    .gyldec-performance-wrap .gyldec-impact-dret {
        grid-column: 1;
        grid-row: 4;
    }
}
.gyldec-perf-titol {
    padding-bottom: 12px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 24px;
}
.gyldec-performance-esq {
    min-width: 0;
}
.gyldec-impact-dret {
    min-width: 0;
}
.gyldec-impact-stats {
    background: #f3f3f3;
    border-radius: 16px;
    overflow: hidden;
    margin-top: 8px;
}
.gyldec-impact-fila {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 24px;
    padding: 28px 32px;
    border-bottom: 1px solid #fff;
}
.gyldec-impact-fila:last-child {
    border-bottom: none;
}
.gyldec-impact-fila h4 {
    margin: 0;
    align-self: center;
}
@media (max-width: 767px) {
    .gyldec-impact-fila {
        padding: 20px 24px;
        gap: 16px;
    }
}
.gyldec-impact-valor {
    text-align: right;
}
.gyldec-impact-valor span {
    font-family:
        "TWK Everett",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-weight: 300;
    font-size: 44px;
    line-height: 1.3;
    letter-spacing: -0.04em;
    color: #f24caa;
    display: block;
    font-variant-numeric: tabular-nums;
}
@media (max-width: 767px) {
    .gyldec-impact-valor span {
        font-size: 32px;
    }
}
#circular-chart-container {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 2rem;
}
#circular-chart-container > div {
    flex: 0 0 auto;
}
#circular-chart-container > svg {
    flex: 0 0 auto;
}
@media (max-width: 767px) {
    #circular-chart-container {
        flex-wrap: wrap !important;
        justify-content: center;
    }
}
.gyldendo-hero-claim {
    max-width: 40%;
    margin-top: 20px;
}
@media (max-width: 900px) {
    .gyldendo-hero-claim {
        max-width: 65%;
    }
}
@media (max-width: 767px) {
    .gyldendo-hero-claim {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .gyldendo-card {
        padding-left: 0;
        padding-right: 0;
    }
}
.gyldendo-intro-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: flex-start;
}
@media (max-width: 900px) {
    .gyldendo-intro-wrap {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }
}
@media (max-width: 767px) {
    .gyldendo-intro-wrap {
        gap: 24px;
    }
}
.gyldendo-woman {
    margin: 0;
    flex-shrink: 0;
}
.gyldendo-woman img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}
@media (max-width: 900px) {
    .gyldendo-woman {
        width: 60%;
        margin-left: -20px;
    }
}
@media (max-width: 767px) {
    .gyldendo-woman {
        width: auto;
        align-self: stretch;
        margin-left: 40px;
        margin-right: 40px;
    }
}
.gyldendo-text {
    flex: 1;
    min-width: 0;
}
.gyldendo-text h3 {
    margin-bottom: 24px;
}
.gyldendo-text p {
    font-family:
        "Open Sauce One",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #0a042a;
    margin-bottom: 16px;
}
@media (max-width: 900px) {
    .gyldendo-text {
        width: 75%;
        flex: none;
    }
}
@media (max-width: 767px) {
    .gyldendo-text {
        width: auto;
        margin-left: 40px;
        margin-right: 40px;
    }
}
.careers-hero-section {
    padding-bottom: 200px;
}
@media (max-width: 900px) {
    .careers-hero-section {
        padding-bottom: 80px;
    }
}
@media (max-width: 767px) {
    .careers-hero-section {
        padding-bottom: 60px;
    }
}
.careers-titol {
    margin-bottom: 0;
}
.careers-work-grad {
    display: inline-block;
    background: linear-gradient(to right, #f24caa 0%, #ff6759 58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
}
.careers-hero-grid {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 60px;
}
@media (max-width: 900px) {
    .careers-hero-grid {
        flex-direction: column;
        gap: 32px;
    }
}
.careers-hero-titol {
    flex-shrink: 0;
}
.careers-intro-dret {
    width: 40%;
    flex-shrink: 0;
}
.careers-intro-dret p {
    font-family:
        "Open Sauce One",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #0a042a;
    margin-bottom: 20px;
}
.careers-intro-dret p:last-child {
    margin-bottom: 0;
}
@media (max-width: 900px) {
    .careers-intro-dret {
        width: 60%;
        margin-left: auto;
    }
}
@media (max-width: 767px) {
    .careers-intro-dret {
        width: 100%;
        margin-left: 0;
    }
}
.careers-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 60px;
    column-gap: 60px;
    row-gap: 0;
    align-items: start;
}
.careers-grid .careers-posicions {
    grid-column: 1;
    grid-row: 1;
}
.careers-grid .careers-moment {
    color: #fff;
    background-color: #e03f55;
    padding: 8px 18px;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 10px;
}
.careers-grid .careers-imatge-wrap {
    grid-column: 2;
    grid-row: 1 / span 2;
}
.careers-grid .careers-aplicar {
    grid-column: 1;
    grid-row: 2;
    padding-top: 84px;
}
@media (max-width: 900px) {
    .careers-grid {
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
    .careers-grid .careers-posicions {
        grid-column: 1;
        grid-row: 1;
    }
    .careers-grid .careers-imatge-wrap {
        grid-column: 2;
        grid-row: 1;
    }
    .careers-grid .careers-aplicar {
        grid-column: 1 / span 2;
        grid-row: 2;
        padding-top: 40px;
    }
}
@media (max-width: 767px) {
    .careers-grid {
        display: flex;
        flex-direction: column;
    }
    .careers-grid .careers-posicions {
        order: 1;
    }
    .careers-grid .careers-imatge-wrap {
        order: 2;
        margin-top: 32px;
    }
    .careers-grid .careers-aplicar {
        order: 3;
        padding-top: 32px;
    }
}
.careers-aplicar-text p {
    font-family:
        "Open Sauce One",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #0a042a;
    margin-bottom: 16px;
}
.careers-aplicar-text p:last-child {
    margin-bottom: 0;
}
.careers-imatge {
    margin: 0;
    position: sticky;
    top: 120px;
}
.careers-imatge img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}
@media (max-width: 900px) {
    .careers-imatge {
        position: static;
    }
}
.contact-hero-section {
    padding-bottom: 60px;
}
@media (max-width: 767px) {
    .contact-hero-section {
        padding-bottom: 40px;
    }
}
.contact-hero-grid {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 60px;
}
@media (max-width: 900px) {
    .contact-hero-grid {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
}
.contact-hero-titol {
    flex-shrink: 0;
}
.contact-hero-titol h1 {
    margin-bottom: 0;
    line-height: 1;
}
.contact-hero-dret {
    width: 40%;
    flex-shrink: 0;
}
.contact-hero-dret p {
    font-family:
        "Open Sauce One",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #0a042a;
    margin-bottom: 16px;
}
.contact-hero-dret p:last-child {
    margin-bottom: 0;
}
@media (max-width: 900px) {
    .contact-hero-dret {
        width: 60%;
        margin-left: auto;
    }
}
@media (max-width: 767px) {
    .contact-hero-dret {
        width: 60%;
        margin-left: auto;
    }
}
.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    align-items: end;
}
.contact-info-grid .contact-adreca-bloc {
    grid-column: 1;
}
.contact-info-grid .contact-tel-bloc {
    grid-column: 2;
}
.contact-info-grid .contact-imatge-wrap {
    grid-column: 3 / span 2;
    align-self: stretch;
}
@media (max-width: 900px) {
    .contact-info-grid {
        grid-template-columns: 1fr 1fr;
        align-items: start;
    }
    .contact-info-grid .contact-adreca-bloc {
        grid-column: 1;
        grid-row: 2;
    }
    .contact-info-grid .contact-tel-bloc {
        grid-column: 2;
        grid-row: 2;
    }
    .contact-info-grid .contact-imatge-wrap {
        grid-column: 1 / span 2;
        grid-row: 1;
    }
}
@media (max-width: 767px) {
    .contact-info-grid {
        gap: 20px;
    }
    .contact-info-grid .contact-adreca-bloc {
        grid-column: 1;
        grid-row: 2;
    }
    .contact-info-grid .contact-tel-bloc {
        grid-column: 2;
        grid-row: 2;
    }
    .contact-info-grid .contact-imatge-wrap {
        grid-column: 1 / span 2;
        grid-row: 1;
    }
}
.contact-imatge {
    margin: 0;
    height: 100%;
}
.contact-imatge img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}
.contact-adreca-bloc h5,
.contact-tel-bloc h5 {
    margin-bottom: 6px;
}
.contact-adreca-bloc address,
.contact-adreca-bloc p,
.contact-tel-bloc address,
.contact-tel-bloc p {
    font-family:
        "Open Sauce One",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #0a042a;
    font-style: normal;
    margin-bottom: 0;
}
.contact-adreca-bloc a,
.contact-tel-bloc a {
    color: #0a042a;
}
.contact-tel-bloc h5 + p {
    margin-bottom: 20px;
}
.contact-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
@media (max-width: 900px) {
    .contact-form-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
.contact-inputs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    width: 66%;
}
@media (max-width: 900px) {
    .contact-inputs-grid {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .contact-inputs-grid {
        grid-template-columns: 1fr;
    }
}
.contact-input {
    width: 100%;
    background: #fff;
    border: none;
    border-radius: 12px;
    padding: 20px 24px;
    font-family:
        "Open Sauce One",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: 1rem;
    color: #3f1dff;
    outline: none;
    box-sizing: border-box;
}
.contact-input::-moz-placeholder {
    color: #3f1dff;
    opacity: 0.9;
}
.contact-input::placeholder {
    color: #f24caa;
    opacity: 0.9;
}
.contact-form-dret {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.contact-textarea {
    flex: 1;
    min-height: 220px;
    resize: vertical;
    font-family:
        "Open Sauce One",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
}
.contact-legal {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    margin-top: 40px;
}
.contact-legal span {
    font-family:
        "Instrument Sans",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif !important;
    font-size: 0.75rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    letter-spacing: 0.02em !important;
    color: #3f1dff;
    line-height: 1.5;
}
.contact-check {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    cursor: pointer;
    flex-shrink: 0;
    accent-color: #3f1dff;
    margin-top: 2px;
}
.about-hero-section {
    padding-bottom: 60px;
}
@media (max-width: 767px) {
    .about-hero-section {
        padding-bottom: 40px;
    }
}
.about-hero-grid {
    display: flex;
    align-items: center;
    gap: 60px;
}
@media (max-width: 900px) {
    .about-hero-grid {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
}
.about-titol-gran {
    width: 50%;
    flex-shrink: 0;
}
.about-titol-gran h1 {
    margin-bottom: 0;
}
@media (max-width: 900px) {
    .about-titol-gran {
        width: 100%;
    }
}
.about-intro-dret {
    flex: 1;
    align-self: end;
}
.about-intro-dret p {
    font-family:
        "Open Sauce One",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #0a042a;
    margin-bottom: 16px;
}
.about-intro-dret p:last-child {
    margin-bottom: 0;
}
@media (max-width: 900px) {
    .about-intro-dret {
        width: 60%;
        margin-left: auto;
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .about-intro-dret {
        width: 100%;
        margin-left: 0;
    }
}
.about-proposit-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 60px;
    column-gap: 60px;
    row-gap: 40px;
    align-items: start;
    margin-top: 100px;
}
.about-proposit-grid .about-proposit-label {
    grid-column: 1;
    grid-row: 1;
}
.about-proposit-grid .about-proposit-imatge {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: stretch;
}
.about-proposit-grid .about-proposit-text {
    grid-column: 1;
    grid-row: 2;
    margin-top: -60px;
}
@media (max-width: 900px) {
    .about-proposit-grid {
        display: flex;
        flex-direction: column;
        gap: 32px;
        margin-top: 0px;
    }
    .about-proposit-grid .about-proposit-label {
        order: 2;
    }
    .about-proposit-grid .about-proposit-imatge {
        order: 1;
    }
    .about-proposit-grid .about-proposit-text {
        order: 3;
        width: 60%;
        margin-left: auto;
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .about-proposit-grid {
        gap: 24px;
        margin-top: 0;
    }
    .about-proposit-grid .about-proposit-text {
        width: 100%;
        margin-left: 0;
    }
}
.about-proposit-label h4 {
    margin-bottom: 16px;
}
.about-proposit-label h2 {
    margin-bottom: 0;
}
.about-proposit-imatge figure {
    margin: 0;
    height: 100%;
}
.about-proposit-imatge img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}
@media (max-width: 900px) {
    .about-proposit-imatge figure {
        height: auto;
    }
}
.about-proposit-text p {
    font-family:
        "Open Sauce One",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #0a042a;
    margin-bottom: 16px;
}
.about-proposit-text p:last-child {
    margin-bottom: 0;
}
.valors-pin-wrap {
    width: 100%;
}
.valors-card-cap {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 60px;
    margin-bottom: 60px;
}
.valors-card-cap h2 {
    max-width: 280px;
    margin-bottom: 0;
}
.valors-card-cap .valors-cap-text {
    font-family:
        "Open Sauce One",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.02em;
    margin: 0;
    margin-top: 30px;
}
@media (max-width: 900px) {
    .valors-card-cap {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 32px;
    }
}
.valors-slider-outer {
    overflow: hidden;
}
@media (max-width: 767px) {
    .valors-slider-outer {
        overflow: visible;
    }
}
.valors-track {
    display: flex;
    gap: 60px;
    will-change: transform;
}
@media (max-width: 767px) {
    .valors-track {
        gap: 0;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        scroll-behavior: smooth;
    }
    .valors-track::-webkit-scrollbar {
        display: none;
    }
}
.valor-item {
    flex: 0 0 calc((100% - 240px) / 5);
    min-width: 0;
}
@media (max-width: 900px) {
    .valor-item {
        flex: 0 0 calc((100% - 120px) / 3);
    }
}
@media (max-width: 767px) {
    .valor-item {
        display: none;
    }
}
.valor-icon-wrap {
    margin-bottom: 20px;
}
.valor-icon-wrap img {
    max-width: 40px;
    max-height: 40px;
    width: auto;
    height: auto;
    display: block;
}
@media (max-width: 900px) {
    .valor-icon-wrap {
        display: none;
    }
}
.valor-nom {
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.6;
    margin-bottom: 12px;
}
.valor-desc {
    font-family:
        "Open Sauce One",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #0a042a;
    margin: 0;
}
.valors-mobile-page {
    flex: 0 0 100%;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.valors-mobile-page .valor-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    flex: none;
    width: 100%;
    min-width: 0;
}
.valors-mobile-page .valor-item .valor-icon-wrap {
    display: block;
    flex-shrink: 0;
    margin-bottom: 0;
}
.valors-mobile-page .valor-item > .valor-nom,
.valors-mobile-page .valor-item > .valor-desc {
    display: block;
}
.valors-progress-wrap {
    margin-top: 40px;
}
.valors-progress-bar {
    height: 4px;
    background: #e1e1e1;
    border-radius: 2px;
    cursor: pointer;
}
.valors-progress-fill {
    height: 100%;
    background: #f24caa;
    border-radius: 2px;
    width: 0%;
}
.funding-hero-section {
    padding-bottom: 60px;
}
@media (max-width: 767px) {
    .funding-hero-section {
        padding-bottom: 32px;
    }
}
.funding-hero-claim {
    margin-bottom: 16px;
}
.funding-hero-bottom {
    display: flex;
    align-items: flex-end;
    gap: 60px;
}
@media (max-width: 900px) {
    .funding-hero-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
}
.funding-hero-bottom-esq {
    flex: 0 0 50%;
}
.funding-hero-bottom-esq h1 {
    margin-bottom: 0;
}
@media (max-width: 900px) {
    .funding-hero-bottom-esq {
        flex: none;
        width: 100%;
    }
}
.funding-hero-bottom-dret {
    flex: 1;
}
.funding-hero-bottom-dret p {
    font-family:
        "Open Sauce One",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #0a042a;
    margin-bottom: 12px;
}
.funding-hero-bottom-dret p:last-child {
    margin-bottom: 0;
}
@media (max-width: 900px) {
    .funding-hero-bottom-dret {
        width: 60%;
        margin-left: auto;
    }
}
@media (max-width: 767px) {
    .funding-hero-bottom-dret {
        width: 100%;
        margin-left: 0;
    }
}
.funding-images {
    display: flex;
    align-items: stretch;
    gap: 3rem;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
}
@media (max-width: 900px) {
    .funding-images {
        gap: 20px;
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .funding-images {
        flex-direction: column;
        gap: 16px;
        padding: 0 20px;
    }
}
.funding-images__img {
    display: block;
    flex: 1 1 0;
    min-width: 0;
    width: 0;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
}
@media (max-width: 767px) {
    .funding-images__img {
        flex: none;
        width: 100%;
    }
}
.funding-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}
@media (max-width: 900px) {
    .funding-cols {
        gap: 48px;
    }
}
@media (max-width: 767px) {
    .funding-cols {
        grid-template-columns: 1fr;
        gap: 48px;
    }
}
.funding-col h3 {
    margin-bottom: 8px;
}
.funding-col h2 {
    margin-bottom: 24px;
}
.funding-col p {
    margin-bottom: 32px;
}
.funding-col .btn-mimark {
    display: inline-block;
}
.funding-col--imatge img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}
.team-cap {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    margin-bottom: 60px;
}
@media (max-width: 900px) {
    .team-cap {
        flex-direction: column;
        gap: 24px;
        margin-bottom: 40px;
    }
}
.team-cap-esq {
    flex: 0 0 40%;
}
.team-cap-esq h4 {
    margin-bottom: 12px;
}
.team-cap-esq h2 {
    margin-bottom: 0;
}
.team-cap-dret {
    flex: 1;
    align-self: flex-end;
}
.team-cap-dret p {
    margin-bottom: 16px;
}
.team-cap-dret strong {
    display: block;
    font-weight: 600;
}
@media (max-width: 900px) {
    .team-cap-dret {
        align-self: auto;
    }
}
.team-fila {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    margin-bottom: 48px;
}
.team-fila:last-of-type {
    margin-bottom: 0;
}
@media (max-width: 1200px) {
    .team-fila {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
}
@media (max-width: 900px) {
    .team-fila {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}
@media (max-width: 767px) {
    .team-fila {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        margin-bottom: 32px;
    }
}
.team-membre {
    min-width: 0;
    display: flex;
    flex-direction: column;
}
.team-membre figure {
    flex: none;
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
}
.team-membre figure img {
    width: 100%;
    aspect-ratio: 3/4;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
.team-membre .team-membre-info {
    margin: -30px 20px 0;
    padding: 35px 20px 14px;
    background: hsla(0, 0%, 100%, 0.5);
    border-radius: 10px;
    position: relative;
    z-index: 1;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid #e1e1e1;
}
.team-membre .team-membre-nom {
    margin: 0 0 4px;
    font-weight: 700;
}
.team-membre .team-membre-carrec {
    margin: 0 0 8px;
}
.team-membre .team-membre-mail {
    margin: 0;
    color: #0a042a;
}
.valors-cols {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 60px;
}
.valors-cols .valor-item {
    flex: none;
    display: block;
}
@media (max-width: 900px) {
    .valors-cols {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
}
@media (max-width: 767px) {
    .valors-cols {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .valors-cols .valor-item {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 16px;
    }
    .valors-cols .valor-item .valor-icon-wrap {
        display: block;
        flex-shrink: 0;
        margin-bottom: 0;
    }
}
.news-hero-section {
    padding-top: 140px;
    padding-bottom: 60px;
}
@media (max-width: 767px) {
    .news-hero-section {
        padding-top: 100px;
        padding-bottom: 40px;
    }
}
.news-hero-grid {
    display: flex;
    align-items: center;
    gap: 60px;
}
@media (max-width: 900px) {
    .news-hero-grid {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
}
.news-hero-titol {
    flex: 0 0 50%;
}
.news-hero-titol h1 {
    margin-bottom: 0;
}
@media (max-width: 900px) {
    .news-hero-titol {
        flex: none;
        width: 100%;
    }
}
.news-hero-dret {
    flex: 1;
    align-self: flex-end;
}
.news-hero-dret p {
    font-family:
        "Open Sauce One",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #0a042a;
    margin: 0;
}
@media (max-width: 900px) {
    .news-hero-dret {
        width: 60%;
        margin-left: auto;
        align-self: auto;
    }
}
@media (max-width: 767px) {
    .news-hero-dret {
        width: 100%;
        margin-left: 0;
    }
}
.container-news {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.news-cats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 16px;
    margin-top: 60px;
}
@media (max-width: 900px) {
    .news-cats-grid {
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .news-cats-grid {
        grid-template-columns: 1fr;
        margin-top: 32px;
    }
}
.news-cat-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 28px 28px;
    border-radius: 20px;
    background: rgba(243, 243, 243, 0.55);
    text-decoration: none;
    transition: opacity 0.2s ease;
    min-height: 130px;
}
.news-cat-card:hover {
    opacity: 0.85;
}
.news-cat-card--actiu {
    background: linear-gradient(to right, #f24caa 0%, #ff6759 58%);
}
.news-cat-card--actiu .news-cat-nom {
    color: #fff;
}
.news-cat-card--actiu .news-cat-desc {
    color: hsla(0, 0%, 100%, 0.85);
}
.news-cat-card--actiu .news-cat-icona svg {
    stroke: #fff;
}
.news-cat-card--actiu .news-cat-icona img {
    filter: brightness(0) invert(1);
}
.news-cat-icona {
    align-self: flex-end;
    margin-bottom: 20px;
}
.news-cat-icona img,
.news-cat-icona svg {
    width: 36px;
    height: 36px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}
.news-cat-icona svg {
    stroke: #0a042a;
    fill: none;
}
.news-cat-nom {
    font-weight: 600;
    font-size: 1rem;
    color: #0a042a;
    margin: 0 0 4px;
    line-height: 1.4;
}
.news-cat-desc {
    font-family:
        "Open Sauce One",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #99a0a3;
    margin: 0;
    line-height: 1.4;
}
.news-llista {
    margin-top: 20px;
}
.news-item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 16px;
    align-items: flex-start;
    padding: 40px 0;
    border-top: 1px solid rgba(10, 4, 42, 0.1);
}
.news-item .news-item-data {
    grid-column: 1;
}
.news-item .news-item-cos {
    grid-column: 2 / span 2;
}
.news-item:last-child {
    border-bottom: 1px solid rgba(10, 4, 42, 0.1);
}
@media (max-width: 767px) {
    .news-item {
        grid-template-columns: 1fr;
        gap: 10px 0;
        padding: 28px 0;
    }
    .news-item .news-item-data,
    .news-item .news-item-cos {
        grid-column: 1;
    }
}
.news-item-data {
    font-family:
        "Open Sauce One",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #0a042a;
    padding-top: 4px;
}
@media (max-width: 767px) {
    .news-item-data {
        padding-top: 0;
    }
}
.news-item-cos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.news-item-categoria {
    font-size: 0.875rem;
    font-weight: 500;
    color: #f24caa;
    display: block;
    margin-bottom: 8px;
}
.news-item-titol {
    margin: 0 0 20px;
}
.news-item-titol a {
    color: inherit;
    text-decoration: none;
}
.news-item-titol a:hover {
    opacity: 0.75;
}
.news-paginacio {
    margin-top: 60px;
    margin-bottom: 20px;
    text-align: center;
}
.news-paginacio .page-numbers {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 8px;
    color: #0a042a;
    text-decoration: none;
    font-size: 0.875rem;
    transition: background 0.2s ease;
}
.news-paginacio .page-numbers:hover,
.news-paginacio .page-numbers.current {
    background: #0a042a;
    color: #fff;
}
footer {
    padding: 4rem 0 0;
    background-color: rgba(243, 243, 243, 0.8) !important;
}
footer small {
    font-family:
        "Open Sauce One",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    display: block;
}
footer span {
    font-family:
        "Open Sauce One",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    display: block;
}
.logo-foot {
    max-width: 265px;
}
.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-nav li a {
    font-family:
        "Open Sauce One",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #0a042a;
    text-decoration: none;
    display: block;
}
.footer-nav li a:hover {
    color: #f24caa;
}
.footer-nav .sub-menu {
    display: none;
}
.backToTop {
    cursor: pointer;
    font-weight: 500;
    letter-spacing: 0.05em;
    background: none;
    border: none;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
}
.backToTop:hover {
    color: #f24caa;
}
