@layer utilities{.text-balance{text-wrap:balance}}.o-keyList__title{margin-bottom:var(--space-xl)}@media screen and (max-width:900px){.o-keyList__title{margin-bottom:var(--space-m)}}.o-keyList.-inline .o-keyList__item{padding-top:var(--space-xl);border-top:1px solid var(--foreground)}.o-keyList.-inline .o-keyList__item:not(:first-child){margin-top:var(--space-m)}.o-keyList.-column .o-keyList__list{display:flex;flex-wrap:wrap;column-gap:var(--space-xl);row-gap:var(--space-xxxs)}@media screen and (max-width:600px){.o-keyList.-column .o-keyList__list{flex-direction:column;gap:var(--space-m)}}@media screen and (min-width:901px){.o-keyList.-column .o-keyList__list.-onlyTwo{column-gap:var(--space-xxl)}}.o-keyList.-column .o-keyList__item{position:-webkit-sticky;position:sticky;top:0}.o-keyList.-column .o-keyList__itemInner{flex:0 0 calc(33.3333333333% - var(--space-xl)/3*2)}@media screen and (max-width:900px){.o-keyList.-column .o-keyList__itemInner{flex:0 0 calc(50% - var(--space-xl)/2)}}@media screen and (max-width:600px){.o-keyList.-column .o-keyList__itemInner{flex:1 1 100%}}@media screen and (min-width:601px){.o-keyList.-column .o-keyList__itemInner:nth-child(2),.o-keyList.-column .o-keyList__itemInner:nth-child(3n+2){margin-top:calc(var(--space-m)*2)}}@media screen and (min-width:901px){.o-keyList.-column .o-keyList__itemInner:nth-child(3n){margin-top:calc(var(--space-m)*4)}.o-keyList.-column .o-keyList__itemInner.-onlyTwo{flex:0 0 calc(50% - var(--space-xxl)/2)}.o-keyList.-column.-withSidebar .o-keyList__itemInner{flex:0 0 calc(50% - var(--space-xl)/2)}.o-keyList.-column.-withSidebar .o-keyList__itemInner:nth-child(3n),.o-keyList.-column.-withSidebar .o-keyList__itemInner:nth-child(3n+2){margin-top:0}}@media screen and (min-width:601px){.o-keyList.-column.-withSidebar .o-keyList__itemInner:nth-child(2),.o-keyList.-column.-withSidebar .o-keyList__itemInner:nth-child(2n+2){margin-top:calc(var(--space-m)*2)}}@media screen and (min-width:901px){.o-keyList.-column.-withSidebar .o-keyList__list.-onlyTwo{column-gap:var(--space-xl)}}@layer utilities{.text-balance{text-wrap:balance}}.o-logoList{overflow:hidden}.o-logoList__content{flex-shrink:0;width:345px}.o-logoList__list{display:flex;gap:100px}@media screen and (max-width:900px){.o-logoList__list{gap:var(--space-xxl)}}.o-logoList__item{flex:0 0 auto}.o-logoList img{height:100px;filter:grayscale(100%)}@media screen and (max-width:900px){.o-logoList img{height:80px}}.o-logoList:not(.-animated) .l-content{position:relative}.o-logoList:not(.-animated) .o-logoList__listWrapper{transform:rotate(-3deg);opacity:.3}.o-logoList:not(.-animated) .o-logoList__list{justify-content:center}.o-logoList:not(.-animated) .o-logoList__listRow:not(:first-child){margin-top:var(--space-l)}.o-logoList:not(.-animated) .o-logoList__cta{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.o-logoList.-animated .l-content{display:flex;gap:150px}@media screen and (max-width:900px){.o-logoList.-animated .l-content{flex-direction:column;gap:var(--space-m)}}.o-logoList.-animated .o-logoList__listWrapper{flex:0 0 auto}.o-logoList.-animated .o-logoList__list{flex-shrink:0}.o-logoList.-animated .o-logoList__listRow{display:flex;gap:100px;align-items:center;overflow:hidden}@media screen and (max-width:900px){.o-logoList.-animated .o-logoList__listRow{gap:var(--space-xxl)}}.o-logoList.-animated .o-logoList__listRow:not(:first-child){margin-top:var(--space-l)}@media screen and (max-width:900px){.o-logoList.-animated .o-logoList__listRow:not(:first-child){margin-top:var(--space-s)}}.o-logoList.-animated .o-logoList__listRow.-row1 .o-logoList__list{animation:marquee 50s linear infinite}.o-logoList.-animated .o-logoList__listRow.-row2 .o-logoList__list{animation:marqueeReverse 50s linear infinite}.o-logoList.-animated .o-logoList__cta{margin-top:var(--space-s)}@media screen and (min-width:901px){.o-logoList.-withSidebar:not(.-animated){overflow:visible}}@keyframes marqueeReverse{0%{transform:translateX(calc(-100% - var(--space-xl)));@media screen and (max-width:900px){transform:translateX(calc(-100% - var(--space-xxs)))}}to{transform:translateX(0)}}@layer utilities{.text-balance{text-wrap:balance}}.o-mantuBanner{display:none}@media screen and (min-width:901px){.o-mantuBanner{position:relative;display:flex;align-items:center;justify-content:space-between;padding:32px 24px 32px 42px;width:100%;overflow:hidden;background:linear-gradient(90deg,var(--mantu-purple-alternative) 0,var(--mantu-purple-dark) 60%);z-index:95}}.o-mantuBanner__logo{position:relative;flex:0 0 auto;width:94px;height:auto;z-index:1}.o-mantuBanner__text{position:relative;color:var(--color-white);font-family:var(--mantu-title-font);font-size:42px;font-weight:500;line-height:1;z-index:1}.o-mantuBanner__text em{margin-left:4px;color:var(--mantu-purple-light);font-style:italic}.o-mantuBanner__cta{position:relative;display:flex;flex:0 0 auto;gap:22px;align-items:center;padding:5px 5px 5px 14px;color:var(--mantu-purple);font-family:var(--mantu-text-font);font-size:14px;font-weight:600;white-space:nowrap;text-decoration:none;background:var(--mantu-purple-light);border-radius:32px;transition:background .2s ease;z-index:1}@media(prefers-reduced-motion:reduce){.o-mantuBanner__cta{transition:none}}.o-mantuBanner__icon{display:flex;align-items:center;justify-content:center;width:46px;height:46px;background:var(--color-white);border-radius:100%}@layer utilities{.text-balance{text-wrap:balance}}.o-mantuPopin{position:fixed;inset:0;padding:32px 32px 86px;margin:auto;width:calc(100% - 32px);max-width:900px;height:-moz-fit-content;height:fit-content;max-height:90vh;overflow:hidden;color:var(--color-white);background:linear-gradient(135deg,var(--mantu-purple) 0,var(--color-black) 100%);border:none;border-radius:16px;z-index:110}.o-mantuPopin::-webkit-backdrop{background:color-mix(in srgb,var(--color-black) 70%,transparent)}.o-mantuPopin::backdrop{background:color-mix(in srgb,var(--color-black) 70%,transparent)}.o-mantuPopin[open]{display:flex;flex-direction:column;align-items:center}.o-mantuPopin__form{position:absolute;opacity:1;pointer-events:none;z-index:0}@media(prefers-reduced-motion:reduce){.o-mantuPopin__form{display:none}}.o-mantuPopin__form.-left{top:-30%;left:-60%;transform:rotate(-190deg);opacity:.8;filter:sepia(1) saturate(20) hue-rotate(220deg)}.o-mantuPopin__form.-right{top:50%;left:60%}.o-mantuPopin__light{position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);transform-origin:top left;pointer-events:none;z-index:0}@media(prefers-reduced-motion:reduce){.o-mantuPopin__light{display:none}}.o-mantuPopin__header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:32px;width:100%;z-index:1}.o-mantuPopin__logo{flex:0 0 auto;width:94px;height:auto}.o-mantuPopin__close{display:flex;flex:0 0 auto;align-items:center;justify-content:center;padding:0;width:40px;height:40px;color:var(--color-white);background:none;border:1px solid color-mix(in srgb,var(--color-white) 40%,transparent);border-radius:50%;cursor:pointer;transition:border-color .2s ease}@media(prefers-reduced-motion:reduce){.o-mantuPopin__close{transition:none}}.o-mantuPopin__close:hover{border-color:var(--color-white)}.o-mantuPopin__close .a-icon{--icon-background-1:var(--color-white);--icon-stroke-1:var(--color-white);width:16px;height:16px}.o-mantuPopin__content{position:relative;display:flex;flex-direction:column;gap:24px;align-items:center;text-align:center;z-index:1}.o-mantuPopin__heading{margin-left:-15%;color:var(--color-white);font-family:var(--mantu-title-font);font-size:40px;font-weight:400;line-height:1.1}@media screen and (min-width:901px){.o-mantuPopin__heading{font-size:64px}}.o-mantuPopin__heading em{display:block;padding-left:5.3em;color:var(--mantu-purple-light);font-style:italic}.o-mantuPopin__subtext{max-width:576px;color:color-mix(in srgb,var(--color-white) 90%,transparent);font-family:var(--mantu-text-font);font-size:20px;line-height:1.2;letter-spacing:-2%}.o-mantuPopin__subtext strong{font-weight:700}.o-mantuPopin__cta{display:inline-flex;align-items:center;padding:12px 24px;margin-top:8px;color:var(--mantu-purple);font-family:var(--mantu-text-font);font-size:16px;font-weight:500;text-decoration:none;background:var(--mantu-purple-light);border-radius:32px;transition:background .2s ease}@media(prefers-reduced-motion:reduce){.o-mantuPopin__cta{transition:none}}@layer utilities{.text-balance{text-wrap:balance}}.o-marquee__animation{position:relative;display:flex;gap:var(--space-xl);align-items:center;max-width:100vw;font-family:var(--title-font);font-size:clamp(2.75rem,-.419rem + 13.5211vw,11.75rem);font-weight:600;line-height:1;text-transform:uppercase}@media screen and (max-width:900px){.o-marquee__animation{gap:var(--space-xxs);overflow-x:hidden}}.o-marquee__content{display:flex;flex-shrink:0;gap:var(--space-xl);justify-content:space-around;min-width:100%;animation:marquee 10s linear infinite}@media screen and (max-width:900px){.o-marquee__content{gap:var(--space-xxs)}}.o-marquee__item{display:flex;gap:var(--space-xl);align-items:flex-end}@media screen and (max-width:900px){.o-marquee__item{gap:var(--space-xxs)}}.o-marquee__label{-webkit-text-fill-color:light-dark(transparent,transparent);-webkit-text-stroke:1px var(--foreground)}.o-marquee__sep{line-height:.6}.o-marquee__pushContent.l-content{margin-top:var(--space-xxl)}@media screen and (max-width:900px){.o-marquee__pushContent.l-content{margin-top:var(--space-xl)}}.o-marquee__pushList{display:flex;flex-wrap:wrap;gap:var(--space-s);margin-top:var(--space-xl)}@media screen and (max-width:900px){.o-marquee__pushList{gap:var(--space-l);margin-top:var(--space-m)}}@media screen and (min-width:901px){.o-marquee__pushItem{flex:0 1 calc(25% - var(--space-s)/4*3)}}.o-marquee .m-cardLocation__title{--primary-color:var(--foreground)}@media screen and (min-width:901px){.o-marquee.-withSidebar .o-marquee__pushItem{flex:0 1 calc(50% - var(--space-s)/2)}}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(calc(-100% - var(--space-xl)));@media screen and (max-width:900px){transform:translateX(calc(-100% - var(--space-xxs)))}}}@layer utilities{.text-balance{text-wrap:balance}}.o-mediasGallery__list{display:flex;gap:var(--space-xl)}@media screen and (max-width:900px){.o-mediasGallery__list{flex-direction:column;gap:var(--space-m)}}.o-mediasGallery__item{display:flex;flex-direction:column;gap:var(--space-xl)}@media screen and (max-width:900px){.o-mediasGallery__item{gap:var(--space-m)}}@layer utilities{.text-balance{text-wrap:balance}}.o-mediasScreen__screenWrapper{position:relative}.o-mediasScreen__screen{position:relative;width:100%;height:auto}.o-mediasScreen__pictureWrapper{position:absolute;top:15.3%;left:2.3vw;width:calc(100% - 4.6vw);height:81%;overflow-y:scroll;scrollbar-width:none}@media screen and (max-width:900px){.o-mediasScreen__pictureWrapper{left:3vw;width:calc(100% - 6vw);height:79.1%}}@layer utilities{.text-balance{text-wrap:balance}}.o-mediasSolo__legend{margin-top:var(--space-l);max-width:730px}@media screen and (max-width:900px){.o-mediasSolo__legend{margin-right:var(--space-xxs);margin-left:var(--space-xxs)}}.o-mediasSolo__legend p{font-size:calc(16/var(--base-font-size)*1rem)}.o-mediasSolo__picture.-radius{overflow:hidden;border-radius:5px}.o-mediasSolo.-withSidebar .o-mediasSolo__legend{max-width:100%}@layer utilities{.text-balance{text-wrap:balance}}.o-mediasVideo__list{display:flex;gap:var(--space-xl);justify-content:center}@media screen and (max-width:900px){.o-mediasVideo__list{flex-direction:column;gap:var(--space-m)}}.o-mediasVideo__item{position:relative}.o-mediasVideo__videoWrapper{position:absolute;inset:0}.o-mediasVideo__video{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;transform:translate(-50%,-50%)}.o-mediasVideo__poster{position:relative;cursor:pointer;transition:opacity .3s}.o-mediasVideo__poster.-active{opacity:0;transition:opacity .3s}.o-mediasVideo__play{position:absolute;bottom:var(--space-xs);left:var(--space-xs);width:38px;height:38px}@layer utilities{.text-balance{text-wrap:balance}}.o-outlineList__title{font-size:calc(12/var(--base-font-size)*1rem);letter-spacing:.07em;text-align:center}@media screen and (min-width:901px){.o-outlineList__title{margin-bottom:var(--space-xxxl)}}.o-outlineList__list{display:flex;flex-wrap:wrap;gap:var(--space-m) var(--space-xl);justify-content:center;margin-top:var(--space-xl)}@media screen and (max-width:900px){.o-outlineList__list{flex-direction:column;margin-top:var(--space-xxl)}}@media screen and (min-width:901px){.o-outlineList__item{flex:0 0 calc(33.3333333333% - var(--space-xl)/3*2)}}@media screen and (max-width:900px){.o-outlineList .l-content{overflow:hidden}}.o-outlineList.-withSidebar .o-outlineList__list{justify-content:flex-start}@media screen and (min-width:901px){.o-outlineList.-withSidebar .o-outlineList__item{flex:0 0 calc(50% - var(--space-xl)/2)}}:root{--color-persimmon:#ff5229;--color-black:#0e0e0e;--color-grey-dark:#141414;--color-grey-alternative:#545454;--color-grey-medium:#bdbdbd;--color-grey:#e0e0e0;--color-white:#ffffff;--color-red:#ff0000;--color-green:#25c225;--color-red-pink:#fc5c68;--color-red-alternative:#e72038;--color-orange:#f97a3b;--color-orange-light:#f89d27;--mantu-purple:#30005c;--mantu-purple-alternative:#2b0058;--mantu-purple-dark:#17101a;--mantu-purple-light:#ffd6ff;--primary-color:var(--color-persimmon);--text-color:var(--color-black);--gradient-linear:linear-gradient(270deg,#e72038 -11.68%,#fe5e55 14.07%,#f69d63 70.73%,#f97a3b 107.93%,#f3733a 190.24%);--gradient-radial:radial-gradient(94.72% 165.3% at 0% 0%,#f14b05 12.75%,#f97a3b 26.2%,#f59a5f 42.35%,#fa935c 56%,#f3733a 71.95%,#e72038 100%);--worksans:"Work Sans";--text-font:var(--worksans);--ppacma:"PP Acma";--title-font:var(--ppacma);--flecha:"Flecha M";--mantu-title-font:var(--flecha);--space-grotesk:"Space Grotesk";--mantu-text-font:var(--space-grotesk);--space-xxxs:8px;--space-xxs:16px;--space-xs:20px;--space-s:24px;--space-m:32px;--space-l:40px;--space-xl:56px;--space-xxl:80px;--space-xxxl:128px;--xs-max-raw:600;--xs-max:calc(var(--xs-max-raw) * 1px);--sm-min-raw:var(--xs-max-raw) + 1;--sm-min:var(--xs-max-raw) * 1px;--sm-max-raw:900;--sm-max:calc(var(--sm-max-raw) * 1px);--md-min-raw:var(--sm-max-raw) + 1;--md-min:var(--md-min-raw) * 1px;--md-max-raw:1200;--md-max:calc(var(--md-max-raw) * 1px);--lg-min-raw:var(--md-max-raw) + 1;--lg-min:calc(var(--lg-min-raw) * 1px);--lg-mid-raw:1350;--lg-mid:calc(var(--lg-mid-raw) * 1px);--lg-max-raw:1440;--lg-max:calc(var(--lg-max-raw) * 1px);--base-font-size:16;font-size:calc(var(--base-font-size)*1px)}:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *):not(.ai_message__parent *):not(.a-aiMessage *)){all:unset;display:revert}*,:after,:before{box-sizing:border-box}a,button{cursor:revert}menu,ol,ul{list-style:none}img{max-inline-size:100%;max-block-size:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;-moz-appearance:revert;appearance:revert}:where(pre){all:revert}::placeholder{color:unset}::marker{content:normal}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable=true]){-webkit-user-drag:element}:where(dialog:modal){all:revert}@font-face{font-family:PP Acma;font-style:normal;font-weight:1 999;font-display:swap;src:url(/_next/static/media/PPAcma-Variable.181d6e07.woff2) format("woff2")}@font-face{font-family:Work Sans;font-style:normal;font-weight:1 999;font-display:swap;src:url(/_next/static/media/WorkSans-Variable.fe1efb06.woff2) format("woff2")}@font-face{font-family:Flecha M;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/FlechaM-Regular.b0998cf7.woff2) format("woff2")}@font-face{font-family:Flecha M;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/FlechaM-RegularItalic.57af7b17.woff2) format("woff2")}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/SpaceGrotesk-Variable.3ccec973.woff2) format("woff2")}body,html{max-width:100vw}body.-scrollLock,html.-scrollLock{overflow:hidden}html{scroll-behavior:smooth}body{min-height:100vh;overflow-x:hidden;color:light-dark(var(--color-black),var(--color-white));font-family:var(--text-font);background-color:light-dark(var(--color-white),var(--color-black));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[data-theme=light] body{color:var(--color-black);background-color:var(--color-white)}[data-theme=dark] body{color:var(--color-white);background-color:var(--color-black)}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}a:focus-visible{outline:1px dashed var(--primary-color);outline-offset:2px}[role=button]:focus-visible,[role=tabpanel]:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:1px dashed var(--primary-color);outline-offset:2px}@layer utilities{.text-balance{text-wrap:balance}}.l-content{padding-right:var(--space-xxs);padding-left:var(--space-xxs);margin:0 auto;width:100%}.l-content.-full{padding-right:0;padding-left:0}@media screen and (min-width:901px){.l-content.-fullDesktop{padding-right:0;padding-left:0}}@media screen and (max-width:900px){.l-content.-fullMobile{padding-right:0;padding-left:0}}.l-content.-large{max-width:1440px}.l-content.-medium{max-width:1160px}.l-content.-small{max-width:774px}.l-content.-twoColumns{padding-right:var(--space-l);padding-left:140px}@media screen and (max-width:1200px){.l-content.-twoColumns{padding-right:var(--space-xxs);padding-left:0}}@media screen and (max-width:900px){.l-content.-twoColumns{padding-right:0}}.l-content.-small{max-width:742px}.l-wrapper{padding-top:var(--space-xxl);padding-bottom:var(--space-xxl)}@media screen and (max-width:900px){.l-wrapper{padding-top:var(--space-l);padding-bottom:var(--space-l)}}.l-wrapper.-small{padding-top:var(--space-xs);padding-bottom:var(--space-xs)}.l-wrapper.-large{padding-top:var(--space-xxxl);padding-bottom:var(--space-xxxl)}@media screen and (max-width:900px){.l-wrapper.-large{padding-top:100px;padding-bottom:100px}}.l-wrapper.-large.-black+.-black,.l-wrapper.-large.-white+.-white{padding-top:0}.l-wrapper.-full{padding-top:0;padding-bottom:0}:root{--background:light-dark(var(--color-white),var(--color-black));--foreground:light-dark(var(--color-black),var(--color-white));color-scheme:light dark}[data-theme=dark]{--background:var(--color-black);--foreground:var(--color-white)}[data-theme=light]{--background:var(--color-white);--foreground:var(--color-black)}.o-section{color:var(--foreground);background:var(--background)}.o-section.-white{--background:light-dark(var(--color-white),var(--color-black));--foreground:light-dark(var(--color-black),var(--color-white))}[data-theme=dark] .o-section.-white{--background:var(--color-black);--foreground:var(--color-white)}[data-theme=light] .o-section.-white{--background:var(--color-white);--foreground:var(--color-black)}.o-section.-black{--background:light-dark(var(--color-black),var(--color-grey-dark));--foreground:var(--color-white)}[data-theme=dark] .o-section.-black{--background:var(--color-grey-dark);--foreground:var(--color-white)}[data-theme=light] .o-section.-black{--background:var(--color-black);--foreground:var(--color-white)}@media screen and (min-width:901px){.o-section.-black.-withSidebar{position:relative}.o-section.-black.-withSidebar:after,.o-section.-black.-withSidebar:before{position:absolute;top:0;width:50vw;height:100%;background-color:var(--background);content:""}.o-section.-black.-withSidebar:before{left:calc(-50vw + var(--space-xxs))}.o-section.-black.-withSidebar:after{right:calc(-50vw + var(--space-xxs))}}.o-crossList:not(.-insideSidebar) .o-crossList__inner{display:grid;grid-gap:2rem;gap:2rem;align-items:flex-start}@media screen and (min-width:901px){.o-crossList:not(.-insideSidebar) .o-crossList__inner{grid-template-columns:1fr 1fr;gap:3.5rem}}.o-crossList.-insideSidebar .o-crossList__list{margin-top:var(--space-s)}@media screen and (min-width:901px){.o-crossList.-insideSidebar .o-crossList__list{margin-top:var(--space-l)}}.o-crossList.-insideSidebar .o-crossList__item{padding:var(--space-xxs) 0}.o-crossList.-insideSidebar .o-crossList__item:first-child{padding-top:0}.o-crossList.-insideSidebar .o-crossList__item:last-child{padding-bottom:0}.o-crossList.-insideSidebar .o-crossList__item:not(:last-child){border:none}.o-crossList.-insideSidebar .o-crossList__link.a-button.-M{font-size:calc(20/var(--base-font-size)*1rem)}.o-crossList__button,.o-crossList__description{margin-top:var(--space-s)}@media screen and (min-width:901px){.o-crossList__button,.o-crossList__description{margin-top:var(--space-l)}}.o-crossList__button.a-button.-L,.o-crossList__button.a-button.-M{height:auto}.o-crossList__item{padding:var(--space-m) 0}@media screen and (max-width:900px){.o-crossList__item{padding:var(--space-s) 0}}.o-crossList__item:first-child{padding-top:0}.o-crossList__item:last-child{padding-bottom:0}.o-crossList__item:not(:last-child){border-bottom:1px solid var(--foreground)}.o-crossList__link{margin-left:-1.5rem}.o-crossList__link.a-button.-M{gap:var(--space-xxs);padding-top:0;padding-bottom:0;height:auto;font-size:clamp(1.25rem,1.118rem + .5634vw,1.625rem);font-weight:500;line-height:1.4}.o-crossList__link .a-icon{width:34px;height:10px;color:var(--primary-color)}