*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}img{display:block;max-width:100%}@font-face{font-family:SF UI Display Regular;src:url(/landing/_astro/SFUIDisplay-Regular.eot);src:url(/landing/_astro/SFUIDisplay-Regular.eot?#iefix) format("embedded-opentype"),url(/landing/_astro/SFUIDisplay-Regular.woff2) format("woff2"),url(/landing/_astro/SFUIDisplay-Regular.woff) format("woff"),url(/landing/_astro/SFUIDisplay-Regular.ttf) format("truetype");font-display:swap}@font-face{font-family:LT Remark;src:url(/landing/_astro/LT-Remark-400.CWTYP8_i.otf) format("truetype");font-weight:400}@font-face{font-family:LT Remark;src:url(/landing/_astro/LT-Remark-700.BLRJpczQ.otf) format("truetype");font-weight:700}@font-face{font-family:LT Remark;src:url(/landing/_astro/LT-Remark-900.COBzYEB8.otf) format("truetype");font-weight:900}:root{--milan-font-sans-serif: "SF UI Display Regular";--milan-font-serif: "LT Remark";--milan-color-text-primary: rgba(20, 20, 20, 1);--milan-color-text-primary-inverse: rgba(255, 255, 255, 1);--milan-color-text-secondary: rgba(93, 84, 73, 1);--milan-button-primary-color-text: rgba(255, 255, 255, 1);--milan-button-primary-color-bg: rgba(20, 20, 20, 1);--milan-button-primary-color-bg-hover: rgba(52, 52, 52, 1);--milan-button-primary-color-border: rgba(20, 20, 20, 1);--milan-button-primary-color-border-hover: rgba(52, 52, 52, 1);--milan-button-outline-color-text: rgba(20, 20, 20, 1);--milan-button-outline-color-bg: transparent;--milan-button-outline-color-bg-hover: rgba(244, 244, 244, 1);--milan-button-outline-color-border: rgba(20, 20, 20, 1);--milan-button-outline-color-border-hover: rgba(20, 20, 20, 1);--milan-input-color-placeholder: rgba(93, 84, 73, 1);--milan-input-color-text: rgba(20, 20, 20, 1);--milan-input-color-border: rgba(20, 20, 20, 1);--size-1: 4px;--size-2: 8px;--size-3: 12px;--size-4: 16px;--size-5: 20px;--size-6: 24px;--size-7: 28px;--size-8: 32px;--size-9: 36px;--size-10: 40px;--size-12: 48px;--size-15: 60px;--size-20: 80px;--size-40: 160px}.milan-app{display:grid;grid-template-columns:100%;gap:clamp(100px,10vh,200px);padding-block:var(--size-6) var(--size-15);color:var(--milan-color-text-secondary);font-family:var(--milan-font-sans-serif);font-size:12px;line-height:1.5;text-transform:uppercase}@media (width > 1400px){.milan-app{font-size:16px;padding-block:var(--size-12) var(--size-15)}}.container{width:100%;max-width:var(--_max-width, 100%);margin-inline:auto;padding-inline:var(--_padding, var(--size-4))}@media (width > 1000px){.container{--_max-width: 1280px;--_padding: var(--size-6)}}@media (width > 1400px){.container{--_max-width: 1440px;--_padding: var(--size-15)}}:where(a){color:var(--milan-color-text-primary);text-decoration:none}:where(a):hover{text-decoration:underline}:where(ol,ul){padding-left:1rem}:where(h1,h2,h3,h4,h5,h6)[class]{color:var(--milan-color-text-primary);font-family:var(--milan-font-serif)}:where(h1,h2,h3,h4,h5,h6)[class] b{font-weight:900}.typo-h1{font-size:clamp(32px,5vw + .75rem,80px);line-height:1}.typo-h2{font-size:clamp(32px,4vw + .6rem,72px);line-height:1.25;font-weight:400}.typo-h2 b{font-weight:900}.typo-h3{font-size:clamp(32px,2.5vw + .6rem,72px);line-height:1;font-weight:700}.milan-section__header{margin-bottom:clamp(var(--size-8),5vh,var(--size-15))}.milan-section__content{display:grid;grid-template-columns:100%;gap:clamp(var(--size-8),10vh,var(--size-20))}.milan-subsection ._image{margin-bottom:var(--size-8)}.milan-subsection ._image img{width:100%;height:220px;object-fit:cover}@media (width > 768px){.milan-subsection ._image{display:none}}.milan-subsection__header,.milan-subsection__title{margin-bottom:var(--size-6)}.milan-subsection__subtitle{max-width:min(100%,650px);font-weight:700;text-wrap:balance}.milan-subsection__content p{max-width:min(100%,650px);margin-top:var(--size-10)}.milan-subsection__content p+p{margin-top:var(--size-5)}.section-content__header{margin-bottom:clamp(var(--size-6),7.5vw + .5rem,var(--size-10))}.section-content ol li+li{margin-top:.25rem}.section-content.has-image{display:grid;grid-template-columns:476px minmax(0,1fr);gap:var(--size-6)}.section-content.has-image ._image img{width:100%;height:100%;object-fit:cover;object-position:30% 50%}@media (width > 1400px){.section-content.has-image{gap:var(--size-8)}}@media (width < 768px){.section-content.has-image{grid-template-columns:100%}.section-content.has-image ._image{display:none}}.section-content ._action{margin-top:var(--size-15)}.hero-section__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-areas:"logo phone" "header header" "slider slider" "arrows arrows" "descr descr" "actions actions";row-gap:var(--size-8)}@media (width > 900px){.hero-section__inner{grid-template-columns:auto auto auto auto minmax(0,1fr) 215px;grid-template-areas:"logo links phone action action action" "header header header slider slider slider" "descr descr descr descr . vars" "arrows arrows arrows arrows arrows arrows";align-items:center;column-gap:var(--size-12)}}.hero-section ._actions{grid-area:actions}@media (width > 900px){.hero-section ._actions{display:contents}}.hero-section__logo{grid-area:logo}.hero-section__phone{grid-area:phone;font-size:16px}@media (width < 900px){.hero-section__phone{justify-self:end;align-self:center}}.hero-section__header{grid-area:header}.hero-section__header ._note{margin-top:var(--size-6)}.hero-section__header ._notelist{list-style:none;display:flex;gap:var(--size-6);padding:0;color:var(--milan-color-text-primary);font-family:var(--milan-font-serif);font-weight:900}@media (width > 1400px){.hero-section__header{z-index:2;margin-top:var(--size-12)}.hero-section__header ._note{margin-top:var(--size-12)}}.hero-section__vars{grid-area:vars;text-align:right;z-index:2}@media (width < 900px){.hero-section__vars{display:none}}.hero-section__slider{grid-area:slider}@media (width > 1000px){.hero-section__slider{max-height:400px}.hero-section__slider *{max-height:430px}}@media (width > 1400px){.hero-section__slider{max-height:665px;margin-bottom:-100px}.hero-section__slider *{max-height:665px}}.hero-section__arrows{grid-area:arrows}@media (width < 900px){.hero-section__arrows{justify-self:center}}@media (width > 900px){.hero-section__arrows{display:flex;align-items:center;gap:var(--size-12);z-index:2}.hero-section__arrows:before{content:"";height:1.5px;background:#5d5449;flex:1}}.hero-section__description{grid-area:descr}@media (width > 900px){.hero-section__description{max-width:40%;text-wrap:balance}}.hero-section__action{grid-area:action}@media (width > 900px){.hero-section__action{justify-self:end}.hero-section__action [class*=milan-button]{min-width:330px}}.hero-section__links{grid-area:links; font-size: 16px;}@media (width < 900px){.hero-section__links{justify-self:center;padding:var(--size-6);text-align:center;text-decoration:underline;font-size:16px}}.milan-form{display:grid;grid-template-columns:100%;/*gap:var(--size-8)*/}@media (width > 1000px){.milan-form{/*gap:var(--size-12)*/}}[class*=milan-input]{padding-bottom:var(--size-3);border:0;border-bottom:1px solid var(--milan-input-color-border);color:var(--milan-color-text-primary);text-transform:uppercase;outline:none}[class*=milan-input]::placeholder{color:var(--milan-input-color-placeholder)}[class*=milan-input]:focus::placeholder{opacity:.5}[class*=milan-button]{display:flex;align-items:center;justify-content:center;gap:var(--size-3);padding:var(--size-4);border:1px solid var(--_btn-border, transparent);background:var(--_btn-bg);color:var(--_btn-color-text, var(--milan-color-text-primary));font-size:16px;line-height:1.25;font-family:var(--milan-font-sans-serif);text-transform:uppercase;cursor:pointer;text-decoration:none}.milan-button-primary{--_btn-color-text: var(--milan-button-primary-color-text);--_btn-bg: var(--milan-button-primary-color-bg);--_btn-border: var(--milan-button-primary-color-border)}.milan-button-primary:hover{--_btn-bg: var(--milan-button-primary-color-bg-hover);--_btn-border: var(--milan-button-primary-color-border-hover)}.milan-button-outline{--_btn-color-text: var(--milan-button-outline-color-text);--_btn-bg: var(--milan-button-outline-color-bg);--_btn-border: var(--milan-button-outline-color-border)}.milan-button-outline:hover{--_btn-bg: var(--milan-button-outline-color-bg-hover);--_btn-border: var(--milan-button-outline-color-border-hover)}.milan-hero-slider .slick-slide{display:flex;justify-content:flex-end;user-select:none}.milan-hero-slider-control{display:flex;align-items:center;gap:var(--size-4)}.milan-hero-slider-control__arrow{cursor:pointer;user-select:none}@media (width > 768px){.milan-carousel{display:grid;grid-template-columns:minmax(0,15fr) 185px minmax(0,10fr);align-items:center;height:clamp(440px,40vh,500px)}}.milan-carousel__image{position:relative;height:clamp(440px,40vh,500px)}.milan-carousel__image:before,.milan-carousel__image:after{content:"";z-index:-1;position:absolute;top:50%;left:100%;border-radius:50%;aspect-ratio:1;border:1px solid rgb(198,190,179);translate:-50% -50%}.milan-carousel__image:after{width:min(80%,370px)}.milan-carousel__image:before{width:min(50%,250px)}.milan-carousel__image img{width:100%;height:100%;object-fit:cover;object-position:100% 50%}@media (width < 768px){.milan-carousel__image{display:none}}.milan-carousel__content{display:contents}.milan-carousel__control{position:relative;display:flex;flex-flow:column;gap:var(--size-6);align-self:center;padding:var(--size-7)}.milan-carousel__control:after{content:"";position:absolute;top:50%;right:0;width:13px;height:13px;background:var(--milan-color-text-primary);translate:50% -50%;border-radius:50%}@media (width < 768px){.milan-carousel__control{display:none}}.milan-carousel__control ._radio-ctrl-label{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid rgb(93,84,73);border-radius:50%;cursor:pointer;user-select:none}.milan-carousel__control ._radio-ctrl-input{display:none}.milan-carousel__control:has(._radio-ctrl-label:nth-child(1) input:checked) ._radio-ctrl-label:nth-child(1){opacity:.5;pointer-events:none}.milan-carousel__control:has(._radio-ctrl-label:nth-child(1) input:checked) ._radio-ctrl-label:nth-child(1) ._radio-ctrl-icon{transform:scale(-1)}.milan-carousel__control:has(._radio-ctrl-label:nth-child(1) input:checked) ._radio-ctrl-label:nth-child(3){display:none}.milan-carousel__control:has(._radio-ctrl-label:nth-child(2) input:checked) ._radio-ctrl-label:nth-child(1) ._radio-ctrl-icon{transform:scale(-1)}.milan-carousel__control:has(._radio-ctrl-label:nth-child(2) input:checked) ._radio-ctrl-label:nth-child(2){display:none}.milan-carousel__control:has(._radio-ctrl-label:nth-child(3) input:checked) ._radio-ctrl-label:nth-child(1){display:none}.milan-carousel__control:has(._radio-ctrl-label:nth-child(3) input:checked) ._radio-ctrl-label:nth-child(2) ._radio-ctrl-icon{transform:scale(-1)}.milan-carousel__control:has(._radio-ctrl-label:nth-child(3) input:checked) ._radio-ctrl-label:nth-child(3){opacity:.5;pointer-events:none}.milan-carousel__items{display:flex;flex-flow:column;gap:var(--size-8)}@media (width < 768px){.milan-carousel__items{flex-flow:row;gap:var(--size-4);overflow-x:auto;margin-inline:calc(-1 * var(--size-4));padding-inline:var(--size-4);scroll-snap-type:x mandatory}.milan-carousel__items::-webkit-scrollbar{display:none}}@media (width > 768px){.milan-carousel__items{padding-left:var(--size-4);transition:translate 1s}}@media (width < 768px){.milan-carousel__item{flex-shrink:0;min-width:313px;scroll-snap-align:center;scroll-margin-left:var(--size-4)}}.milan-product-card{display:grid;grid-template-columns:100%;grid-template-areas:"product";place-items:center start;max-width:313px}.milan-product-card>*{grid-area:product}.milan-product-card__image{height:224px;width:100%;transition:transform .75s,opacity .75s}@media (width > 768px){.milan-product-card__image{height:clamp(200px,20vh,224px)}}.milan-product-card__image img{width:100%;height:100%;object-fit:cover}.milan-product-card__info{padding:var(--size-3);font-size:20px;line-height:1.2;color:var(--milan-color-text-primary-inverse);font-weight:600;filter:drop-shadow(0px 1px 9.1px rgba(0,0,0,.47))}.milan-product-card__price{font-size:16px}@media (width > 768px){.milan-carousel:has(._radio-ctrl-label:nth-child(1) input:not(:checked)) .milan-carousel__item:nth-child(1) .milan-product-card,.milan-carousel:has(._radio-ctrl-label:nth-child(2) input:not(:checked)) .milan-carousel__item:nth-child(2) .milan-product-card,.milan-carousel:has(._radio-ctrl-label:nth-child(3) input:not(:checked)) .milan-carousel__item:nth-child(3) .milan-product-card{height:auto}.milan-carousel:has(._radio-ctrl-label:nth-child(1) input:not(:checked)) .milan-carousel__item:nth-child(1) .milan-product-card__image,.milan-carousel:has(._radio-ctrl-label:nth-child(2) input:not(:checked)) .milan-carousel__item:nth-child(2) .milan-product-card__image,.milan-carousel:has(._radio-ctrl-label:nth-child(3) input:not(:checked)) .milan-carousel__item:nth-child(3) .milan-product-card__image{height:0;opacity:.5;transform:scaley(0)}.milan-carousel:has(._radio-ctrl-label:nth-child(1) input:not(:checked)) .milan-carousel__item:nth-child(1) .milan-product-card__image img,.milan-carousel:has(._radio-ctrl-label:nth-child(2) input:not(:checked)) .milan-carousel__item:nth-child(2) .milan-product-card__image img,.milan-carousel:has(._radio-ctrl-label:nth-child(3) input:not(:checked)) .milan-carousel__item:nth-child(3) .milan-product-card__image img{display:none}.milan-carousel:has(._radio-ctrl-label:nth-child(1) input:not(:checked)) .milan-carousel__item:nth-child(1) .milan-product-card__info,.milan-carousel:has(._radio-ctrl-label:nth-child(2) input:not(:checked)) .milan-carousel__item:nth-child(2) .milan-product-card__info,.milan-carousel:has(._radio-ctrl-label:nth-child(3) input:not(:checked)) .milan-carousel__item:nth-child(3) .milan-product-card__info{filter:none;padding:0}.milan-carousel:has(._radio-ctrl-label:nth-child(1) input:not(:checked)) .milan-carousel__item:nth-child(1) .milan-product-card__name,.milan-carousel:has(._radio-ctrl-label:nth-child(2) input:not(:checked)) .milan-carousel__item:nth-child(2) .milan-product-card__name,.milan-carousel:has(._radio-ctrl-label:nth-child(3) input:not(:checked)) .milan-carousel__item:nth-child(3) .milan-product-card__name{color:var(--milan-color-text-primary)}.milan-carousel:has(._radio-ctrl-label:nth-child(1) input:not(:checked)) .milan-carousel__item:nth-child(1) .milan-product-card__price,.milan-carousel:has(._radio-ctrl-label:nth-child(2) input:not(:checked)) .milan-carousel__item:nth-child(2) .milan-product-card__price,.milan-carousel:has(._radio-ctrl-label:nth-child(3) input:not(:checked)) .milan-carousel__item:nth-child(3) .milan-product-card__price{margin-top:8px;color:var(--milan-color-text-secondary);font-size:12px}.milan-carousel:has(._radio-ctrl-label:nth-child(1) input:checked) .milan-carousel__items{translate:0 76px}.milan-carousel:has(._radio-ctrl-label:nth-child(1) input:checked) .milan-carousel__item:nth-child(1) .milan-product-card{position:relative;z-index:2;will-change:scale;transform-origin:right center;transition:scale .5s}.milan-carousel:has(._radio-ctrl-label:nth-child(1) input:checked) .milan-carousel__item:nth-child(1) .milan-product-card:hover{scale:1.75}.milan-carousel:has(._radio-ctrl-label:nth-child(1) input:checked) .milan-carousel__item:nth-child(2){transition:translate 1.25s;translate:-25px 0}.milan-carousel:has(._radio-ctrl-label:nth-child(1) input:checked) .milan-carousel__item:nth-child(3){transition:translate 1.25s;translate:-80px 0}.milan-carousel:has(._radio-ctrl-label:nth-child(2) input:checked) .milan-carousel__items{translate:0 0}.milan-carousel:has(._radio-ctrl-label:nth-child(2) input:checked) .milan-carousel__item:nth-child(2) .milan-product-card{position:relative;z-index:2;will-change:scale;transform-origin:right center;transition:scale .5s}.milan-carousel:has(._radio-ctrl-label:nth-child(2) input:checked) .milan-carousel__item:nth-child(2) .milan-product-card:hover{scale:1.75}.milan-carousel:has(._radio-ctrl-label:nth-child(2) input:checked) .milan-carousel__item:nth-child(1){transition:translate 1.25s;translate:-25px 0}.milan-carousel:has(._radio-ctrl-label:nth-child(2) input:checked) .milan-carousel__item:nth-child(3){transition:translate 1.25s;translate:-25px 0}.milan-carousel:has(._radio-ctrl-label:nth-child(3) input:checked) .milan-carousel__items{translate:0 -76px}.milan-carousel:has(._radio-ctrl-label:nth-child(3) input:checked) .milan-carousel__item:nth-child(3) .milan-product-card{position:relative;z-index:2;will-change:scale;transform-origin:right center;transition:scale .5s}.milan-carousel:has(._radio-ctrl-label:nth-child(3) input:checked) .milan-carousel__item:nth-child(3) .milan-product-card:hover{scale:1.75}.milan-carousel:has(._radio-ctrl-label:nth-child(3) input:checked) .milan-carousel__item:nth-child(1){transition:translate 1.25s;translate:-80px 0}.milan-carousel:has(._radio-ctrl-label:nth-child(3) input:checked) .milan-carousel__item:nth-child(2){transition:translate 1.25s;translate:-25px 0}}
