*,:before,:after{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);min-height:100vh;color:var(--text)}a{color:inherit}img,svg{max-width:100%;display:block}:focus-visible{outline:2px solid var(--sea);outline-offset:2px;border-radius:4px;box-shadow:0 0 0 4px #ffffffd9}.dark :focus-visible,body.dark :focus-visible{box-shadow:0 0 0 4px #000000a6}.cb-input-wrap{transition:border-color .15s,box-shadow .15s}.cb-input-wrap:focus-within{box-shadow:0 0 0 3px color-mix(in srgb, var(--sea) 20%, transparent);border-color:var(--sea)!important}:root{--bg:#fff;--bg-2:#f8fafc;--bg-3:#f1f5f9;--line:#e6eaf0;--line-2:#eef2f7;--text:#1f2937;--text-2:#475569;--text-3:#576375;--text-4:#576375;--sea:#0ea5e9;--sea-deep:#0369a1;--sea-soft:#e0f2fe;--yellow:#facc15;--yellow-soft:#fef3c7;--red:#dc2626;--red-soft:#fee2e2;--green:#22c55e;--green-soft:#dcfce7;--r-sm:8px;--r-md:12px;--r-lg:16px;--r-xl:22px;--r-2xl:28px;--shadow-1:0 1px 2px #0f172a0a, 0 1px 0 #0f172a08;--shadow-2:0 4px 14px #0f172a0f, 0 1px 2px #0f172a0a;--shadow-3:0 10px 30px #0f172a14, 0 2px 6px #0f172a0a;--font-sans:"Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;--font-serif:"Instrument Serif", "Newsreader", Georgia, "Times New Roman", serif}.cb{font-family:var(--font-sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;font-feature-settings:"ss01", "cv11";letter-spacing:-.005em;line-height:1.5}.cb.dark{--bg:#0b1220;--bg-2:#0f172a;--bg-3:#1e293b;--line:#243044;--line-2:#1b2538;--text:#f1f5f9;--text-2:#cbd5e1;--text-3:#94a3b8;--text-4:#94a3b8;--sea-soft:#0c2c44;--yellow-soft:#3a2d05;--red-soft:#3a1414;--green-soft:#0d2c19}.cb h1,.cb h2,.cb h3,.cb .serif{font-family:var(--font-serif);letter-spacing:-.012em;color:var(--text);font-weight:400;line-height:1.05}.cb--mediterrani{--font-sans:var(--font-sans-loaded,"Manrope"), ui-sans-serif, system-ui, -apple-system, sans-serif;--font-serif:var(--font-serif-loaded,"Newsreader"), "Newsreader Display", Georgia, serif;letter-spacing:0}.cb--mediterrani h1,.cb--mediterrani h2,.cb--mediterrani h3{letter-spacing:-.018em;font-variation-settings:"opsz" 56;font-weight:500;line-height:1.02}.cb--mediterrani h1 em,.cb--mediterrani h2 em,.cb--mediterrani h3 em{font-style:italic;font-weight:400}.cb--rambla{--font-sans:"DM Sans", ui-sans-serif, system-ui, -apple-system, sans-serif;--font-serif:"Bricolage Grotesque", ui-sans-serif, system-ui, sans-serif;letter-spacing:-.005em}.cb--rambla h1,.cb--rambla h2,.cb--rambla h3{letter-spacing:-.035em;font-variation-settings:"opsz" 72;font-weight:600;line-height:.96}.cb-row{align-items:center;display:flex}.cb-col{flex-direction:column;display:flex}.cb-gap-1{gap:4px}.cb-gap-2{gap:8px}.cb-gap-3{gap:12px}.cb-gap-4{gap:16px}.cb-gap-6{gap:24px}.cb-gap-8{gap:32px}.cb-btn{font-family:var(--font-sans);cursor:pointer;white-space:nowrap;border:0;border-radius:999px;align-items:center;gap:8px;padding:12px 20px;font-size:15px;font-weight:600;transition:transform .12s,box-shadow .15s,background .15s,color .15s;display:inline-flex}.cb-btn:active{transform:translateY(1px)}.cb-btn--primary{background:var(--text);color:#fff}.cb-btn--primary:hover{box-shadow:var(--shadow-2);background:#0f172a}.cb-btn--sea{background:var(--sea);color:#fff}.cb-btn--sea:hover{background:#0284c7;box-shadow:0 6px 20px #0ea5e959}.cb-btn--ghost{color:var(--text);box-shadow:inset 0 0 0 1px var(--line);background:0 0}.cb-btn--ghost:hover{background:var(--bg-2)}.cb-btn--soft{background:var(--bg-2);color:var(--text)}.cb-btn--soft:hover{background:var(--bg-3)}.cb-btn--sm{padding:8px 14px;font-size:13px}.cb-btn--lg{padding:16px 24px;font-size:16px}.cb-dot{background:var(--green);width:8px;height:8px;box-shadow:0 0 0 3px var(--green-soft);border-radius:999px;flex-shrink:0;display:inline-block}.cb-dot--pulse{animation:2.2s ease-in-out infinite cb-pulse}@keyframes cb-pulse{0%,to{box-shadow:0 0 0 3px var(--green-soft)}50%{box-shadow:0 0 0 6px #22c55e2e}}.cb-badge{color:var(--text-2);background:var(--bg-2);letter-spacing:.005em;border-radius:999px;align-items:center;gap:6px;padding:5px 10px;font-size:12px;font-weight:600;display:inline-flex}.cb-badge--sea{background:var(--sea-soft);color:var(--sea-deep)}.cb-badge--yellow{background:var(--yellow-soft);color:#854d0e}.cb-badge--red{background:var(--red-soft);color:#991b1b}.cb-badge--green{background:var(--green-soft);color:#166534}.cb-card{background:var(--bg);border-radius:var(--r-lg);box-shadow:0 0 0 1px var(--line), var(--shadow-1);transition:box-shadow .18s,transform .18s}.cb-card:hover{box-shadow:0 0 0 1px var(--line), var(--shadow-3);transform:translateY(-2px)}.cb-section{padding:56px 32px}.cb-section-head{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px;display:flex}.cb-section-head h2{margin:0;font-size:36px}.cb-section-head .eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--text-3);font-size:13px;font-weight:600;font-family:var(--font-sans);margin-bottom:8px}.cb-section-head .link{color:var(--text-2);align-items:center;gap:4px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.cb-section-head .link:hover{color:var(--sea-deep)}.cb-container{max-width:1216px;margin:0 auto}.cb-senyera{border-radius:2px;gap:2px;width:14px;height:10px;display:inline-flex;overflow:hidden}.cb-senyera span{flex:1}.cb-senyera span:nth-child(odd){background:var(--yellow)}.cb-senyera span:nth-child(2n){background:var(--red)}.cb-noscroll{scrollbar-width:none}.cb-noscroll::-webkit-scrollbar{display:none}.cb-typing-dot{background:var(--text-4);border-radius:999px;width:4px;height:4px;animation:1.2s ease-in-out infinite cb-typing;display:inline-block}.cb-typing-dot:nth-child(2){animation-delay:.15s}.cb-typing-dot:nth-child(3){animation-delay:.3s}@keyframes cb-typing{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-2px)}}@keyframes cb-ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.cb-ticker-track{gap:40px;animation:60s linear infinite cb-ticker;display:inline-flex}.cb-ticker-track:hover{padding-right:40px;animation-play-state:paused}.cb-tabs{background:var(--bg-2);border-radius:999px;gap:2px;padding:4px;display:inline-flex}.cb-tab{font-family:var(--font-sans);cursor:pointer;color:var(--text-3);background:0 0;border:0;border-radius:999px;padding:8px 16px;font-size:14px;font-weight:600;transition:background .15s,color .15s}.cb-tab:hover{color:var(--text)}.cb-tab.is-active{background:var(--bg);color:var(--text);box-shadow:var(--shadow-1)}.cb-room{color:inherit;flex-direction:column;gap:14px;height:100%;padding:18px;text-decoration:none;display:flex;position:relative}.cb-room__icon{background:var(--bg-2);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:22px;display:flex}.cb-room__title{color:var(--text);overflow-wrap:anywhere;font-size:17px;font-weight:700}.cb-room__sub{color:var(--text-3);font-size:13px;line-height:1.4}.cb-room__foot{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.cb-room__online{color:var(--text-3);align-items:center;gap:6px;font-size:13px;font-weight:600;display:inline-flex}.cb-room__cta{color:var(--sea-deep);align-items:center;gap:4px;font-size:13px;font-weight:700;display:inline-flex}.cb-room__cta:after{content:"→";transition:transform .15s}.cb-room:hover .cb-room__cta:after{transform:translate(2px)}.cb-room--accent{padding-left:22px}.cb-room--accent:before{content:"";background:var(--red);border-radius:0 4px 4px 0;width:3px;position:absolute;top:16px;bottom:16px;left:0}.cb-room--accent.is-yellow:before{background:var(--yellow)}.cb-room--accent.is-sea:before{background:var(--sea)}.cb-room--banner{padding:0;overflow:hidden}.cb-room--banner .cb-room__banner{justify-content:space-between;align-items:flex-end;height:96px;padding:14px 16px;display:flex;position:relative;overflow:hidden}.cb-room--banner .cb-room__body{flex-direction:column;flex:1;gap:8px;padding:14px 18px 18px;display:flex}.cb-room--banner .cb-room__banner-icon{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffd9;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex}.cb-grid-rooms{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.cb-grid-hero{grid-template-columns:1.3fr .9fr;align-items:center;gap:64px;display:grid}.cb-grid-2{grid-template-columns:1fr 1fr;align-items:center;gap:56px;display:grid}.cb-grid-temps{grid-template-columns:1fr 1.6fr;gap:24px;display:grid}.cb-grid-chat{grid-template-columns:1fr 260px;gap:24px;display:grid}.cb-grid-intl{grid-template-columns:repeat(7,1fr);gap:12px;display:grid}.cb-grid-cultura{grid-template-columns:1.4fr 1fr 1fr 1fr 1fr;gap:16px;display:grid}.cb-footer-grid{grid-template-columns:1.4fr repeat(6,1fr);gap:32px;display:grid}.cb-grid-chips{grid-template-columns:1fr 1fr;gap:8px;max-width:360px;display:grid}.cb-grid-fichas{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px;display:grid}.cb-grid-receta{grid-template-columns:320px 1fr;align-items:start;gap:32px;display:grid}.cb-grid-bilingue{grid-template-columns:1fr 1fr;gap:20px;display:grid}@media (max-width:760px){.cb-grid-receta,.cb-grid-bilingue{grid-template-columns:1fr;gap:20px}}.cb-grid-cities{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px;display:grid}.cb-grid-ccaa{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px;display:grid}.cb-grid-trending{grid-template-columns:auto 1fr auto auto;align-items:center;gap:16px;display:grid}@media (max-width:1024px){.cb-grid-rooms{grid-template-columns:repeat(2,1fr)}.cb-grid-intl{grid-template-columns:repeat(4,1fr)}.cb-grid-cultura{grid-template-columns:repeat(2,1fr)}.cb-footer-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:720px){.cb-grid-hero,.cb-grid-2,.cb-grid-temps,.cb-grid-chat{grid-template-columns:1fr;gap:28px}.cb-grid-intl{grid-template-columns:repeat(2,1fr)}.cb-footer-grid{grid-template-columns:1fr 1fr;gap:28px}.cb-hero-h1{font-size:44px!important}.cb-hero-art{display:none}.cb-section{padding:36px 0!important}.cb-chat-sidebar{display:none}}@media (max-width:560px){.cb-grid-rooms,.cb-grid-cultura{grid-template-columns:1fr}.cb-grid-cities{grid-template-columns:repeat(2,1fr);gap:8px}.cb-grid-ccaa{grid-template-columns:repeat(2,1fr);gap:6px}.cb-grid-trending{grid-template-columns:auto 1fr auto;gap:10px}.cb-grid-trending .cb-trending-online,.cb-hide-sm{display:none}.cb-nav{display:none!important}.cb-hero-h1{font-size:34px!important}.cb-section{padding:24px 0!important}.cb-section-head{margin-bottom:16px!important}}.cb-container{padding-left:20px;padding-right:20px}@media (prefers-reduced-motion:reduce){.cb-ticker-track{animation:none!important}.cb-ticker{overflow-x:auto!important}.cb-dot--pulse,.cb-typing-dot{animation:none!important}*{scroll-behavior:auto!important}}@media (max-width:560px){.cb-header-enter{display:none}}.cb-burger{display:none}@media (max-width:560px){.cb-burger{display:inline-flex}.cb-actions-desktop{display:none!important}}.cb-skip{z-index:100;background:var(--sea);color:#fff;border-radius:10px;padding:10px 16px;font-weight:700;text-decoration:none;transition:top .15s;position:fixed;top:-64px;left:8px;box-shadow:0 8px 24px #0ea5e959}.cb-skip:focus{outline-offset:2px;outline:2px solid #fff;top:8px}body.dark{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}
@font-face{font-family:Newsreader;font-style:italic;font-weight:400;font-display:swap;src:url(../media/79e9e0e3b9220e46-s.3a-pd9010p_dh.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Newsreader;font-style:italic;font-weight:400;font-display:swap;src:url(../media/e62850744c7f266e-s.0n7ulcr4ivksg.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Newsreader;font-style:italic;font-weight:400;font-display:swap;src:url(../media/9433d1a810498265-s.p.1hij5ex6k3v9q.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Newsreader;font-style:italic;font-weight:500;font-display:swap;src:url(../media/79e9e0e3b9220e46-s.3a-pd9010p_dh.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Newsreader;font-style:italic;font-weight:500;font-display:swap;src:url(../media/e62850744c7f266e-s.0n7ulcr4ivksg.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Newsreader;font-style:italic;font-weight:500;font-display:swap;src:url(../media/9433d1a810498265-s.p.1hij5ex6k3v9q.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Newsreader;font-style:italic;font-weight:600;font-display:swap;src:url(../media/79e9e0e3b9220e46-s.3a-pd9010p_dh.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Newsreader;font-style:italic;font-weight:600;font-display:swap;src:url(../media/e62850744c7f266e-s.0n7ulcr4ivksg.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Newsreader;font-style:italic;font-weight:600;font-display:swap;src:url(../media/9433d1a810498265-s.p.1hij5ex6k3v9q.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Newsreader;font-style:normal;font-weight:400;font-display:swap;src:url(../media/150f724d70372c02-s.1ljbalzvxyif7.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Newsreader;font-style:normal;font-weight:400;font-display:swap;src:url(../media/750c737482d9de2f-s.3ex3j6ahhvjry.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Newsreader;font-style:normal;font-weight:400;font-display:swap;src:url(../media/5f402bd2d8eef81a-s.p.40bho2kviej2o.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Newsreader;font-style:normal;font-weight:500;font-display:swap;src:url(../media/150f724d70372c02-s.1ljbalzvxyif7.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Newsreader;font-style:normal;font-weight:500;font-display:swap;src:url(../media/750c737482d9de2f-s.3ex3j6ahhvjry.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Newsreader;font-style:normal;font-weight:500;font-display:swap;src:url(../media/5f402bd2d8eef81a-s.p.40bho2kviej2o.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Newsreader;font-style:normal;font-weight:600;font-display:swap;src:url(../media/150f724d70372c02-s.1ljbalzvxyif7.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Newsreader;font-style:normal;font-weight:600;font-display:swap;src:url(../media/750c737482d9de2f-s.3ex3j6ahhvjry.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Newsreader;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5f402bd2d8eef81a-s.p.40bho2kviej2o.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Newsreader Fallback;src:local(Times New Roman);ascent-override:69.68%;descent-override:25.12%;line-gap-override:0.0%;size-adjust:105.48%}.newsreader_7e115d68-module__bNXU0G__className{font-family:Newsreader,Newsreader Fallback}.newsreader_7e115d68-module__bNXU0G__variable{--font-serif-loaded:"Newsreader", "Newsreader Fallback"}
@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a342834df7752944-s.3hd2l7bm32o7k.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.1l2zhvq5eocqf.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.2vhvl9vrvk-va.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.173xwsdme27n8.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.13hnt-xgp82zk.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.1sj6eobyi31rd.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/a342834df7752944-s.3hd2l7bm32o7k.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.1l2zhvq5eocqf.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.2vhvl9vrvk-va.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.173xwsdme27n8.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.13hnt-xgp82zk.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.1sj6eobyi31rd.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/a342834df7752944-s.3hd2l7bm32o7k.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.1l2zhvq5eocqf.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.2vhvl9vrvk-va.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.173xwsdme27n8.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.13hnt-xgp82zk.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.1sj6eobyi31rd.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/a342834df7752944-s.3hd2l7bm32o7k.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.1l2zhvq5eocqf.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.2vhvl9vrvk-va.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.173xwsdme27n8.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.13hnt-xgp82zk.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.1sj6eobyi31rd.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/a342834df7752944-s.3hd2l7bm32o7k.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.1l2zhvq5eocqf.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.2vhvl9vrvk-va.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.173xwsdme27n8.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.13hnt-xgp82zk.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.1sj6eobyi31rd.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope Fallback;src:local(Arial);ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.0%;size-adjust:103.19%}.manrope_13a32f06-module__GB9-ya__className{font-family:Manrope,Manrope Fallback;font-style:normal}.manrope_13a32f06-module__GB9-ya__variable{--font-sans-loaded:"Manrope", "Manrope Fallback"}
