@import"https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&family=Martian+Mono:wght@300;400;500&display=swap";.catalog-tools-backdrop{z-index:30;align-items:start;overflow:auto;padding:32px 18px}.catalog-tools-dialog{position:relative;width:min(980px,100%);max-height:calc(100vh - 64px);overflow:auto;background:var(--paper);padding:34px}.catalog-tools-dialog h2{margin:8px 50px 22px 0;font-size:24px;font-weight:400}.catalog-search-field{height:48px;display:flex;align-items:center;gap:14px;background:#e3e3e3;padding:0 12px;font-size:12px}.catalog-search-field span,.catalog-sort-field>span,.catalog-dialog-controls>div>span{color:#838383;white-space:nowrap}.catalog-search-field input{flex:1;min-width:0;border:0;outline:0;background:transparent}.catalog-search-field button{border:0;background:none;font-size:20px}.catalog-dialog-controls{display:flex;justify-content:space-between;align-items:start;gap:20px;margin:18px 0}.catalog-dialog-controls>div{min-width:0}.catalog-category-options{display:flex;flex-wrap:wrap;gap:7px;margin-top:8px}.catalog-category-options button{border:1px solid var(--line);background:transparent;padding:8px 10px;font-size:11px}.catalog-category-options button.selected{background:var(--ink);border-color:var(--ink);color:#fff}.catalog-sort-field{display:flex;flex-direction:column;gap:8px;min-width:190px;font-size:12px}.catalog-sort-field select{height:35px;border:1px solid var(--line);background:transparent;padding:0 8px}.catalog-result-count{margin:15px 0;color:#838383;font-size:12px}.catalog-tools-dialog .product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px 12px}.catalog-tools-dialog .product-image{aspect-ratio:1}.catalog-tools-dialog .product-name{font-size:12px}.catalog-tools-dialog .product-price{font-size:11px}.catalog-no-results{padding:36px 0;color:#838383;font-size:13px}@media(max-width:700px){.catalog-tools-backdrop{padding:10px}.catalog-tools-dialog{max-height:calc(100vh - 20px);padding:22px 14px}.catalog-tools-dialog h2{font-size:20px;margin:8px 36px 18px 0}.catalog-dialog-controls{flex-direction:column}.catalog-sort-field{width:100%}.catalog-tools-dialog .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 10px}}*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}html,body,h1,h2,h3,h4,p,figure{margin:0}h1,h2,h3,h4{font-size:inherit;font-weight:inherit}button,input,select,textarea{font:inherit;letter-spacing:inherit;color:inherit;margin:0}button{background:transparent}img,svg,video{display:block;vertical-align:middle}:root{font-family:Manrope,Arial,sans-serif;color:#464543;background:#f3f3f3;font-synthesis:none;text-rendering:optimizeLegibility;font-optical-sizing:auto;font-weight:400;--ink:#464543;--muted:#949494;--line:#d2d2d2;--paper:#f3f3f3;--mono:"Martian Mono",monospace}*{box-sizing:border-box}html{min-width:320px;scroll-behavior:smooth}body{margin:0;background:var(--paper)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}img{display:block;max-width:100%}.site-header{height:76px;padding:0 max(5.5vw,24px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e3e3e3;background:#f3f3f3f0;position:relative;z-index:5}.brand,.footer-brand{font:400 20px var(--mono);letter-spacing:.12em}.site-header nav{display:flex;gap:34px;font-size:13px}.site-header nav a,.header-actions a{transition:opacity .2s}.site-header nav a:hover,.header-actions a:hover{opacity:.55}.header-actions{display:flex;gap:22px;font-size:23px}.header-actions small{font-size:10px;vertical-align:top}.menu-toggle{display:none;border:0;background:none;font-size:20px}.content-page{max-width:1240px;margin:auto;padding:80px 40px 120px;min-height:510px}.content-page>h1{font-size:42px;line-height:1.12;font-weight:400;letter-spacing:-.055em;margin:12px 0 56px}.eyebrow{font:300 11px var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin:0}.lead{max-width:740px;font-size:18px;line-height:1.7;color:#63615d;margin:-24px 0 56px}.site-footer{background:#e7e7e5;padding:72px max(8vw,32px) 26px;color:#63615d}.footer-top{max-width:1240px;margin:auto;display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:36px;min-height:230px}.footer-top>div{display:flex;flex-direction:column;gap:12px;font-size:13px}.footer-top b{font:300 11px var(--mono);color:var(--muted);margin-bottom:10px}.footer-brand{font-size:34px}.footer-bottom{border-top:1px solid #d2d2d2;padding-top:19px;display:flex;justify-content:space-between;font-size:11px;color:#949494}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:40px 18px}.product-card{position:relative;display:flex;flex-direction:column;gap:8px}.product-image{position:relative;display:block;aspect-ratio:4/5;background:#e9e8e5;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-image:hover img{transform:scale(1.025)}.product-image>span{position:absolute;left:12px;top:12px;font:10px var(--mono);background:#f3f3f3cc;padding:7px}.heart{position:absolute;right:11px;top:10px;border:0;background:transparent;font-size:24px}.heart.active{color:#8b5550}.product-name{font-size:14px;margin-top:4px}.product-price{font-size:13px;color:#777}.catalog-tools{display:flex;justify-content:space-between;align-items:center;margin:-26px 0 26px;color:#777;font-size:13px}.catalog-tools button,.catalog-tools select{background:none;border:1px solid var(--line);padding:10px 14px}.catalog-tools>div{display:flex;gap:8px}.collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.collection-card{position:relative;aspect-ratio:4/5;overflow:hidden;background:#e6e4df}.collection-card img{height:100%;width:100%;object-fit:cover;filter:brightness(.87);transition:transform .6s}.collection-card:hover img{transform:scale(1.03)}.collection-card span{position:absolute;left:20px;bottom:20px;color:#fff;font:14px var(--mono);letter-spacing:.04em}.product-detail{display:grid;grid-template-columns:1.1fr .9fr;gap:7vw;margin-bottom:100px}.detail-photo{width:100%;max-height:740px;object-fit:cover;background:#e9e8e5}.product-detail section{padding:22px 0}.product-detail h2{font-weight:400;font-size:30px;margin:0 0 18px}.detail-price{font-size:21px;margin-bottom:27px}.product-detail section>p{font-size:13px;color:#777;margin:0 0 34px}.detail-options{display:grid;grid-template-columns:110px 1fr;gap:14px;align-items:center;border-top:1px solid var(--line);padding:18px 0;font-size:13px}.detail-options>a{grid-column:2;color:#777;text-decoration:underline;font-size:12px}.size-button,.detail-options select{border:1px solid var(--line);background:transparent;text-align:left;padding:12px}.primary-button{display:inline-flex;justify-content:center;align-items:center;min-height:52px;padding:14px 24px;background:#464543;color:#f3f3f3;border:1px solid #464543;font-size:12px;letter-spacing:.04em;transition:background .2s,color .2s}.primary-button:hover{background:transparent;color:#464543}.product-detail .primary-button{width:100%;margin:24px 0}.product-detail details,.faq-list details{border-top:1px solid var(--line);padding:17px 0;font-size:13px}.product-detail details summary,.faq-list summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between}.product-detail details summary:after,.faq-list summary:after{content:"+";font-size:18px}.product-detail details[open] summary:after,.faq-list details[open] summary:after{content:"−"}.product-detail details p,.faq-list details p{color:#777;line-height:1.8;max-width:680px}.section-heading{font-size:24px;font-weight:400;margin:0 0 28px}.checkout-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:64px}.cart-items>h3{font-weight:400;margin:50px 0 20px}.cart-items .product-grid{grid-template-columns:repeat(2,1fr)}.cart-item{display:grid;grid-template-columns:120px 1fr auto;gap:20px;padding:0 0 22px;margin-bottom:22px;border-bottom:1px solid var(--line)}.cart-item>img{width:120px;height:145px;object-fit:cover;background:#e8e7e4}.cart-item>div{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding-top:5px;font-size:14px}.cart-item p{color:#777;font-size:12px;margin:0}.cart-item button,.modal-close{border:0;background:none;font-size:23px;align-self:start}.checkout-form{background:#eeedeb;padding:30px;display:flex;flex-direction:column;gap:16px}.checkout-form h2{font-size:20px;font-weight:400;margin:0 0 4px}.checkout-form>label{display:flex;flex-direction:column;gap:7px;font-size:12px}.checkout-form input:not([type=checkbox]):not([type=radio]),.checkout-form textarea{background:transparent;border:1px solid #d2d2d2;padding:12px;font-size:13px;min-width:0}.checkout-form textarea{resize:vertical;min-height:74px}.checkout-form fieldset{border:0;border-top:1px solid var(--line);padding:13px 0 0;display:flex;flex-direction:column;gap:10px}.checkout-form legend{font-size:13px;padding:0 12px 0 0}.checkout-form .radio,.checkout-form .consent{display:flex;flex-direction:row;align-items:center;gap:8px;font-size:12px}.order-total{border-top:1px solid var(--line);padding:16px 0 2px;display:flex;justify-content:space-between}.checkout-form small{font-size:10px;color:#888;line-height:1.5}.checkout-form button:disabled{opacity:.4;cursor:not-allowed}.empty-state{text-align:center;padding:80px 20px;color:#777}.empty-state .primary-button{margin-top:16px}.text-link{text-decoration:underline;text-underline-offset:4px}.faq-list{max-width:920px;margin:0 0 44px}.faq-list details{padding:24px 0;font-size:15px}.faq-list details p{font-size:13px;line-height:1.8}.customer-tabs{display:flex;gap:32px;border-bottom:1px solid var(--line);margin:-24px 0 56px;overflow:auto;white-space:nowrap}.customer-tabs a{font-size:13px;padding:0 0 14px;color:#898989}.customer-tabs .selected{color:var(--ink);border-bottom:1px solid var(--ink)}.prose{max-width:780px;font-size:14px;line-height:1.9;color:#686763}.prose h2{font-size:20px;font-weight:400;color:var(--ink);margin:42px 0 12px}.prose p{margin:0 0 24px}.size-chart{display:grid;grid-template-columns:1fr 1fr;max-width:480px;border-top:1px solid var(--line);margin:30px 0}.size-chart>*{padding:12px;border-bottom:1px solid var(--line);font-size:13px}.size-chart b{font-weight:500}.success-card{max-width:620px;margin:0 auto;border:1px dashed #949494;text-align:center;padding:70px 50px}.success-card>span{font-size:42px}.success-card h2{font-size:25px;font-weight:400}.success-card p{line-height:1.8;color:#777;margin:0 auto 28px;max-width:410px}.loading-state{min-height:320px;display:grid;place-items:center;font:26px var(--mono);letter-spacing:.16em}.loading-state span{font-size:54px;animation:turn 2s linear infinite}@keyframes turn{to{transform:rotate(360deg)}}.modal-backdrop{position:fixed;inset:0;background:#25242166;display:grid;place-items:center;z-index:20;padding:20px}.modal{width:min(520px,100%);background:var(--paper);padding:36px;position:relative}.modal-close{position:absolute;right:20px;top:15px}.modal h2{font-size:23px;font-weight:400;margin:0 0 12px}.modal p{font-size:13px;color:#777;line-height:1.7}.modal>a{font-size:12px;text-decoration:underline}.size-list{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:24px 0}.size-list button{border:1px solid var(--line);background:transparent;padding:12px}.size-list .selected{background:var(--ink);color:#fff}.figma-view{position:relative;overflow:hidden;width:100%;max-width:1440px;margin:0 auto;background:var(--paper);--frame-height:5200px;height:min(var(--frame-height),calc(var(--frame-height)*100vw/1440))}.figma-view>div{position:absolute;left:0;top:0;width:1440px;height:var(--frame-height);transform-origin:top left;transform:scale(min(1,100vw/1440))}.figma-view.home-mobile,.figma-view.catalog-mobile{display:none}.figma-view.home-desktop{--frame-height:5400px}.figma-view.catalog-desktop{--frame-height:3800px}.figma-view.product-desktop{--frame-height:4000px}.catalog-functional{display:none}@media(max-width:700px){.site-header{height:60px;padding:0 17px}.menu-toggle{display:block;order:0}.brand{font-size:17px}.site-header nav{display:none;position:absolute;left:0;right:0;top:60px;background:var(--paper);padding:24px;flex-direction:column;gap:20px;border-bottom:1px solid var(--line)}.site-header nav.open{display:flex}.header-actions{gap:14px;font-size:20px}.content-page{padding:48px 18px 72px}.content-page>h1{font-size:30px;margin:12px 0 34px}.lead{font-size:15px;margin:-12px 0 34px}.footer-top{grid-template-columns:1fr 1fr;gap:28px 18px}.footer-brand{font-size:25px}.footer-bottom{flex-direction:column;gap:8px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 10px}.product-name,.product-price{font-size:12px}.collection-grid{grid-template-columns:repeat(2,1fr);gap:10px}.collection-card span{left:12px;bottom:12px;font-size:11px}.product-detail{grid-template-columns:1fr;gap:24px;margin-bottom:62px}.detail-photo{max-height:520px;aspect-ratio:4/5}.product-detail section{padding:0}.product-detail h2{font-size:24px}.section-heading{font-size:20px}.checkout-layout{grid-template-columns:1fr;gap:35px}.checkout-form{padding:20px}.cart-item{grid-template-columns:86px 1fr auto;gap:12px}.cart-item>img{width:86px;height:110px}.cart-item>div{font-size:12px}.customer-tabs{gap:22px;margin:-14px 0 38px}.customer-tabs a{font-size:11px}.prose{font-size:13px}.prose h2{font-size:18px;margin-top:32px}.faq-list details{font-size:13px;padding:19px 0}.success-card{padding:42px 22px}.catalog-tools{align-items:flex-start;gap:14px;flex-direction:column}.catalog-tools>div{width:100%}.catalog-tools select{min-width:0;flex:1}.figma-view.home-desktop,.figma-view.catalog-desktop,.figma-view.product-desktop{display:none}.figma-view.home-mobile,.figma-view.catalog-mobile{display:block;--frame-height:5200px}.figma-view{height:min(var(--frame-height),calc(var(--frame-height)*100vw/1440))}.figma-view>div{transform:scale(calc(100vw/1440))}.catalog-functional{display:block;margin-top:30px}.home-mobile+.site-header{display:none}}.search-action{display:none}.editorial-mobile{display:flex;flex-direction:column;gap:22px;line-height:1.8;font-size:13px;color:#63615d}.editorial-mobile>img{width:100%;max-height:520px;object-fit:cover}.editorial-mobile h2,.custom-mobile h2{font-weight:400;font-size:23px;line-height:1.3;color:var(--ink);margin:14px 0 0}.editorial-mobile .lead{font-size:15px;margin:12px 0 0}.editorial-mobile .primary-button{align-self:flex-start;margin-top:6px}.custom-mobile{display:flex;flex-direction:column;gap:26px}.custom-mobile .custom-hero{width:100%;height:min(112vw,520px);object-fit:cover;object-position:center 35%}.custom-mobile .lead{margin:0;font-size:15px}.custom-mobile h2{margin:0 0 18px}.process-list{list-style:none;padding:0;margin:0;display:grid;gap:0;border-top:1px solid var(--line)}.process-list li{padding:17px 0;display:grid;gap:6px;border-bottom:1px solid var(--line);font-size:13px}.process-list b{font:400 11px var(--mono);color:var(--muted)}.process-list span{line-height:1.65}.custom-gallery{display:grid;grid-template-columns:1fr 1fr;gap:10px}.custom-gallery img{width:100%;aspect-ratio:1;object-fit:cover;background:#e8e7e4}.custom-form-wrap{padding:28px 20px;background:#eeedeb}.custom-form-wrap h2{margin:12px 0 22px}.custom-form{display:flex;flex-direction:column;gap:15px}.custom-form>label:not(.consent){display:flex;flex-direction:column;gap:7px;font-size:12px}.custom-form input:not([type=checkbox]),.custom-form select,.custom-form textarea{width:100%;border:1px solid var(--line);background:transparent;padding:12px;font-size:13px}.custom-form .consent{font-size:11px;line-height:1.5;display:flex;gap:8px;align-items:flex-start}.custom-form .primary-button{width:100%}@media(max-width:960px){.figma-view:not(.home-desktop):not(.catalog-desktop):not(.home-mobile):not(.catalog-mobile),.figma-view.product-desktop{display:none!important}}@media(min-width:961px){.product-desktop~header.site-header,.product-desktop~.content-page,.product-desktop~footer.site-footer{display:none}}@media(max-width:960px){.site-header{height:64px;padding:0 24px;display:grid;grid-template-columns:76px 1fr 76px;gap:8px}.menu-toggle{display:block;justify-self:start;font-size:19px}.search-action{display:block;position:absolute;left:54px;top:21px;font-size:22px;line-height:1}.site-header .brand{grid-column:2;justify-self:center;font-size:17px}.site-header nav{display:none;position:absolute;left:0;right:0;top:64px;background:var(--paper);padding:24px;flex-direction:column;gap:20px;border-bottom:1px solid var(--line)}.site-header nav.open{display:flex}.header-actions{grid-column:3;justify-self:end;gap:14px;font-size:20px}.product-mobile-page{max-width:1440px;margin:0 auto;padding:0 24px 72px}.product-mobile-breadcrumb{height:38px;display:flex;align-items:center;gap:6px;overflow:hidden;white-space:nowrap;color:#abaaaa;font-size:11px}.product-mobile-breadcrumb span:last-child{overflow:hidden;text-overflow:ellipsis;color:#63615d}.product-mobile-gallery{position:relative;overflow:hidden;aspect-ratio:1/1;background:#e7e6e4}.product-mobile-gallery>img{width:100%;height:100%;object-fit:cover}.mobile-heart{position:absolute;right:12px;top:12px;width:32px;height:32px;border:1px solid #d2d2d2;background:#f3f3f3cc;font-size:20px;line-height:1}.mobile-heart.active{color:#464543}.gallery-progress{position:absolute;left:12px;right:12px;bottom:9px;display:flex;gap:4px}.gallery-progress button{height:2px;flex:1;background:#f3f3f37a;padding:0}.gallery-progress button.active{background:#f3f3f3}.product-mobile-meta{display:flex;justify-content:space-between;gap:10px;padding:12px 0 0;color:#abaaaa;font:300 10px var(--mono)}.product-mobile-info{padding:16px 0 0}.product-mobile-info h1{font:400 21px/1.25 var(--mono);letter-spacing:-.07em}.product-mobile-price{margin-top:3px;color:#838383;font:300 13px var(--mono)}.product-mobile-description{margin:22px 0 26px;color:#838383;font-size:12px;line-height:1.55}.mobile-field-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:12px}.mobile-field-heading a{color:#abaaaa;font-size:10px;text-decoration:underline}.mobile-select,.mobile-option-row select{height:37px;width:100%;padding:0 10px;border:0;background:#e3e3e3;text-align:left;font-size:11px}.mobile-select{display:flex;justify-content:space-between;align-items:center;color:#949494}.mobile-option-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.mobile-option-row label{display:flex;flex-direction:column;gap:7px;font-size:11px}.mobile-option-row select{height:33px;color:#949494}.mobile-buy-row{display:grid;grid-template-columns:1fr 38px;gap:8px;margin-top:18px}.mobile-buy-row .primary-button{min-height:38px;padding:8px 10px;font-size:10px}.mobile-heart.buy-heart{position:static;width:38px;height:38px;font-size:21px}.product-mobile-accordions{margin-top:16px}.product-mobile-accordions details{border-top:1px solid #838383;padding:12px 0;font-size:11px}.product-mobile-accordions details:last-child{border-bottom:1px solid #838383}.product-mobile-accordions summary{display:flex;justify-content:space-between;list-style:none;cursor:pointer}.product-mobile-accordions summary::-webkit-details-marker{display:none}.product-mobile-accordions summary:after{content:"↗";font-size:14px}.product-mobile-accordions details p{padding:10px 0 2px;color:#838383;line-height:1.6}.product-mobile-related{padding-top:52px}.product-mobile-related h2{margin:0 0 18px;font-size:15px;font-weight:400}.product-mobile-related .product-grid{display:flex;gap:10px;overflow-x:auto;padding-bottom:5px}.product-mobile-related .product-card{flex:0 0 44%;min-width:0}.product-mobile-related .product-image{height:auto;aspect-ratio:1/1}.product-mobile-related .text-link{display:flex;justify-content:space-between;margin:15px 0 44px;padding:11px 0;border-top:1px solid #d2d2d2;border-bottom:1px solid #d2d2d2;font-size:11px}}@media(max-width:700px){.site-header{padding:0 17px}.search-action{left:45px}.product-mobile-page{padding:0 16px 58px}.product-mobile-breadcrumb{height:32px}.product-mobile-info h1{font-size:18px}.product-mobile-description{font-size:11px}.product-mobile-related .product-card{flex-basis:47%}}.customer-mobile-page{max-width:1440px;margin:0 auto;padding:12px 24px 0}.customer-mobile-page .customer-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin:0 0 22px;overflow:visible;white-space:normal}.customer-mobile-page .customer-tabs a{min-height:34px;padding:8px 5px;display:flex;align-items:center;justify-content:center;border:1px dashed #abaaaa;color:#abaaaa;text-align:center;font:300 9px/1.3 var(--mono);letter-spacing:-.06em}.customer-mobile-page .customer-tabs a.selected{background:#464543;border:1px solid #464543;color:#f3f3f3}.returns-mobile .customer-content-section{border-top:1px dashed #abaaaa;padding:17px 0 16px;display:flex;flex-direction:column;gap:11px}.returns-mobile .customer-content-section h1,.returns-mobile .customer-content-section h2{font:300 14px/1.35 var(--mono);letter-spacing:-.08em;color:#464543}.returns-mobile .customer-content-section p{font-size:10px;line-height:1.35;font-weight:600;color:#949494}.returns-mobile+.site-footer{position:relative;isolation:isolate;overflow:hidden;background:#f3f3f3;padding:26px 18px 22px}.returns-mobile+.site-footer:before{content:"";position:absolute;inset:0;z-index:-1;background:url(/assets/3143b767-4743-4b02-8e7f-6594e9407605.png) center 20%/cover no-repeat;opacity:.24;mix-blend-mode:multiply}@media(max-width:700px){.customer-mobile-page{padding:10px 12px 0}.customer-mobile-page .customer-tabs{margin-bottom:18px}.customer-mobile-page .customer-tabs a{min-height:31px;font-size:8px}.returns-mobile .customer-content-section{padding:14px 0 13px;gap:9px}.returns-mobile .customer-content-section h1,.returns-mobile .customer-content-section h2{font-size:13px}.returns-mobile .customer-content-section p{font-size:9px;line-height:1.36}.returns-mobile+.site-footer{padding-left:14px;padding-right:14px}}.cart-mobile-page{max-width:1440px;margin:0 auto;padding:12px 24px 70px}.cart-continue{display:flex;align-items:center;gap:10px;color:#63615d;font-size:12px;margin-bottom:18px}.cart-mobile-page>h1{font:300 18px/1.3 var(--mono);letter-spacing:-.08em;margin:0 0 16px;padding-bottom:13px;border-bottom:1px dashed #abaaaa}.cart-mobile-items{display:flex;flex-direction:column}.cart-mobile-item{display:grid;grid-template-columns:120px minmax(0,1fr);gap:12px;padding:4px 0 16px;margin-bottom:12px;border-bottom:1px dashed #abaaaa}.cart-mobile-image{display:block;width:100%;aspect-ratio:1/1.2;background:#e5e4e2;overflow:hidden}.cart-mobile-image img{width:100%;height:100%;object-fit:cover}.cart-mobile-description{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:3px;min-width:0;padding-right:12px}.cart-remove{position:absolute;right:-6px;top:-8px;padding:2px 5px;font-size:18px;color:#838383}.cart-mobile-name{font:300 12px/1.25 var(--mono);letter-spacing:-.07em}.cart-mobile-price{font:300 11px var(--mono);color:#838383}.cart-mobile-properties{display:flex;flex-direction:column;gap:2px;margin-top:8px;color:#949494;font-size:9px;line-height:1.25}.quantity-stepper{height:25px;display:grid;grid-template-columns:26px 26px 26px;align-items:center;text-align:center;background:#e3e3e3;color:#464543;font-size:11px}.quantity-stepper button{height:25px;padding:0;font-size:16px}.cart-mobile-controls{display:flex;gap:8px;margin-top:7px}.cart-mobile-controls select{width:62px;height:25px;padding:0 5px;background:#e3e3e3;border:0;font-size:10px}.cart-mobile-subtotal{display:flex;justify-content:flex-end;gap:9px;padding:6px 0 34px;font:300 15px var(--mono);letter-spacing:-.06em}.cart-mobile-form{display:flex;flex-direction:column;gap:11px;padding:0;background:none}.cart-mobile-form h2{font:300 15px/1.3 var(--mono);letter-spacing:-.07em;margin:0 0 2px}.cart-mobile-form>input,.cart-mobile-form select,.cart-mobile-form textarea,.promo-input{width:100%;min-width:0;border:0;border-radius:0;background:#e3e3e3;padding:12px 10px;font-size:11px;line-height:1.35}.cart-mobile-form>input,.cart-mobile-form select{height:43px}.cart-mobile-form input::placeholder,.cart-mobile-form textarea::placeholder{color:#abaaaa;opacity:1}.comment-field{position:relative;display:block}.comment-field textarea{height:150px;resize:none;padding-bottom:24px}.comment-field>span{position:absolute;right:10px;bottom:8px;color:#949494;font:300 8px var(--mono)}.cart-consent{display:flex;align-items:flex-start;gap:9px;font-size:10px;line-height:1.3;color:#63615d}.cart-consent input{width:22px;height:22px;flex:none;margin:0;accent-color:#464543}.cart-mobile-form fieldset{border:0;padding:0;margin:7px 0 0;display:flex;flex-direction:column;gap:10px}.cart-mobile-form legend{font-size:15px;margin-bottom:10px}.cart-mobile-form fieldset select{margin:0 0 2px}.cart-radio{display:flex;align-items:flex-start;gap:8px;font-size:11px;line-height:1.4}.cart-radio input{width:20px;height:20px;flex:none;margin:0;accent-color:#464543}.cart-mobile-form .promo-input{height:64px;white-space:normal}.cart-mobile-total{display:flex;gap:10px;align-items:center;font:300 15px/1.35 var(--mono);letter-spacing:-.055em}.cart-mobile-total b{font-weight:300}.cart-mobile-form>.primary-button{min-height:40px;width:100%;padding:8px;font-size:11px}.cart-mobile-form>.primary-button:disabled{opacity:.4}.cart-empty{text-align:center;padding:35px 12px;color:#838383;font-size:12px}.cart-empty a{display:inline-block;margin-top:12px;text-decoration:underline}.cart-recommendations{padding-top:44px}.cart-recommendations h2{font:300 15px var(--mono);margin-bottom:18px}.cart-recommendations .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.cart-recommendations .product-name,.cart-recommendations .product-price{font-size:10px}@media(max-width:700px){.cart-mobile-page{padding:10px 16px 56px}.cart-mobile-item{grid-template-columns:112px minmax(0,1fr);gap:10px}.cart-mobile-subtotal{padding-bottom:26px}.cart-mobile-form{gap:10px}.cart-mobile-form h2{margin-bottom:4px}.cart-mobile-form legend{font-size:14px}.cart-recommendations{padding-top:36px}}.tips-mobile{padding-bottom:0}.tips-content{display:flex;flex-direction:column;color:#949494;font-size:10px;font-weight:600;line-height:1.38}.tips-section{border-top:1px dashed #abaaaa;padding:18px 0 17px;display:flex;flex-direction:column;gap:11px}.tips-section h2{font:300 14px/1.32 var(--mono);letter-spacing:-.075em;color:#464543}.tips-section p{margin:0}.tips-app-note{font-size:7px;color:#b5b4b2;margin-top:-14px!important}.tips-sizing{border-top:0;padding-top:0}.tips-sizing h2{font-size:12px}.ring-size-card{width:100%;padding:10px 10px 7px;border:1px solid #d2d2d2;background:#f7f7f6;box-shadow:0 2px 6px #00000012}.ring-size-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));row-gap:8px;justify-items:center}.ring-size-cell{display:flex;flex-direction:column;align-items:center;justify-content:center;width:34px;height:44px;position:relative}.ring-size-cell span{width:27px;height:27px;border:1px solid #838383;border-radius:50%;display:grid;place-items:center;color:#464543;font:300 8px var(--mono)}.ring-size-cell small{position:absolute;top:23px;font:300 4px var(--mono);color:#949494;background:#f7f7f6;padding:0 2px}.ring-size-cell i{font:300 4px var(--mono);font-style:normal;color:#949494;margin-top:3px}.ring-guide-illustration{height:63px;display:flex;align-items:flex-end;justify-content:space-around;padding:7px 8px 0;color:#838383}.guide-hand{font-size:36px;line-height:1;transform:rotate(-35deg);opacity:.75}.guide-ruler{width:60%;height:17px;border:1px solid #949494;display:flex;justify-content:space-around;align-items:flex-start;transform:rotate(-5deg);font:300 6px var(--mono);background:repeating-linear-gradient(90deg,transparent 0 8px,#949494 8px 9px)}.tips-caption{font-size:6px;color:#b1b0ae;margin-top:-4px}.tips-warning{border-bottom:1px dashed #abaaaa;padding-bottom:15px}.care-step{display:flex;flex-direction:column;gap:4px}.care-step b{font:300 9px/1.4 var(--mono);letter-spacing:-.055em;color:#838383}.tips-dont{padding-bottom:18px}.tips-mobile+.site-footer{position:relative;isolation:isolate;overflow:hidden;background:#f3f3f3;padding:25px 18px 22px}.tips-mobile+.site-footer:before{content:"";position:absolute;inset:0;z-index:-1;background:url(/assets/3143b767-4743-4b02-8e7f-6594e9407605.png) center 20%/cover no-repeat;opacity:.24;mix-blend-mode:multiply}@media(min-width:701px){.tips-content{max-width:none}.tips-section{font-size:13px;padding:24px 0}.tips-section h2{font-size:22px}.tips-sizing h2{font-size:18px}.ring-size-card{max-width:760px;padding:22px;margin:0 auto}.ring-size-grid{grid-template-columns:repeat(6,minmax(0,1fr));row-gap:20px}.ring-size-cell{width:66px;height:72px}.ring-size-cell span{width:52px;height:52px;font-size:13px}.ring-size-cell small{top:47px;font-size:6px}.ring-size-cell i{font-size:7px}.ring-guide-illustration{height:170px}.guide-hand{font-size:90px}.guide-ruler{height:30px;font-size:9px}.tips-caption{font-size:8px}}@media(max-width:700px){.tips-mobile{padding:10px 12px 0}.tips-mobile .customer-tabs{margin-bottom:18px}.tips-mobile .customer-tabs a{min-height:31px;font-size:8px}.tips-section{padding:14px 0 13px;gap:9px}.tips-section h2{font-size:13px}.tips-sizing{padding-top:0}.tips-sizing h2{font-size:11px}.tips-content{font-size:9px;line-height:1.36}.ring-size-card{padding:8px 7px 5px}.ring-size-grid{row-gap:6px}.ring-size-cell{height:41px}.ring-size-cell span{width:25px;height:25px;font-size:7px}.ring-size-cell small{top:21px}.ring-guide-illustration{height:48px}.guide-hand{font-size:28px}.tips-section .care-step{gap:3px}.care-step b{font-size:8px}.tips-mobile+.site-footer{padding-left:14px;padding-right:14px}}.faq-mobile{padding-bottom:0}.faq-design-list{display:flex;flex-direction:column}.faq-design-item{border-top:1px dashed #abaaaa;padding:18px 0 17px;display:flex;flex-direction:column;gap:10px;color:#949494;font-size:10px;font-weight:600;line-height:1.38;white-space:pre-line}.faq-design-item h2{font:300 15px/1.35 var(--mono);letter-spacing:-.07em;color:#464543}.faq-design-item p{margin:0}.faq-more-button{display:flex;align-items:center;justify-content:center;min-height:34px;padding:8px 12px;background:#464543;color:#f3f3f3;text-align:center;font:300 9px var(--mono);letter-spacing:-.04em}.faq-mobile .faq-design-item{padding:14px 0 13px;gap:8px;font-size:9px;line-height:1.36}.faq-mobile .faq-design-item h2{font-size:12px}.faq-mobile .faq-more-button{min-height:25px;font-size:7px}.faq-mobile+.site-footer{position:relative;isolation:isolate;overflow:hidden;background:#f3f3f3;padding:25px 18px 22px}.faq-mobile+.site-footer:before{content:"";position:absolute;inset:0;z-index:-1;background:url(/assets/3143b767-4743-4b02-8e7f-6594e9407605.png) center 20%/cover no-repeat;opacity:.24;mix-blend-mode:multiply}@media(min-width:961px){.faq-design-item{padding:26px 0;font-size:14px;line-height:1.5}.faq-design-item h2{font-size:22px}.faq-more-button{width:50%;min-height:43px;font-size:11px}}@media(max-width:700px){.faq-mobile{padding:10px 12px 0}.faq-mobile .customer-tabs{margin-bottom:18px}.faq-mobile .customer-tabs a{min-height:31px;font-size:8px}.faq-mobile .faq-design-item{padding:13px 0 12px;gap:7px;font-size:8px}.faq-mobile .faq-design-item h2{font-size:11px;line-height:1.3}.faq-mobile .faq-more-button{min-height:22px;font-size:6px}.faq-mobile+.site-footer{padding-left:14px;padding-right:14px}}.delivery-content{max-width:780px;color:#949494;font-size:14px;line-height:1.45;font-weight:500}.delivery-section{border-top:1px dashed #abaaaa;padding:26px 0 22px;display:flex;flex-direction:column;gap:16px}.delivery-section h2{font:300 22px/1.35 var(--mono);letter-spacing:-.075em;color:#464543}.delivery-section p{margin:0}.delivery-section .delivery-highlight{color:#63615d}.delivery-mobile .customer-tabs{margin-bottom:28px}.delivery-mobile .delivery-content{max-width:none;font-size:10px;line-height:1.38;font-weight:600}.delivery-mobile .delivery-section{padding:18px 0 17px;gap:12px}.delivery-mobile .delivery-section h2{font-size:14px}.delivery-mobile+.site-footer{position:relative;isolation:isolate;overflow:hidden;background:#f3f3f3;padding:25px 18px 22px}.delivery-mobile+.site-footer:before{content:"";position:absolute;inset:0;z-index:-1;background:url(/assets/3143b767-4743-4b02-8e7f-6594e9407605.png) center 20%/cover no-repeat;opacity:.24;mix-blend-mode:multiply}@media(max-width:700px){.delivery-mobile{padding:10px 12px 0}.delivery-mobile .customer-tabs{margin-bottom:18px}.delivery-mobile .customer-tabs a{min-height:31px;font-size:8px}.delivery-mobile .delivery-content{font-size:9px;line-height:1.36}.delivery-mobile .delivery-section{padding:14px 0 13px;gap:9px}.delivery-mobile .delivery-section h2{font-size:13px}.delivery-mobile+.site-footer{padding-left:14px;padding-right:14px}}.about-mobile{max-width:1440px;margin:0 auto;padding:16px 24px 0;color:#949494;font-size:12px;font-weight:600;line-height:1.42}.about-mobile p{margin:0}.about-mobile .eyebrow{font:300 10px/1.3 var(--mono);letter-spacing:-.06em;color:#abaaaa}.about-mobile h2{font:300 16px/1.35 var(--mono);letter-spacing:-.07em;color:#464543}.about-mobile-hero{display:flex;flex-direction:column;gap:18px;padding-bottom:30px}.about-hero-image{height:min(72vw,560px);min-height:280px;position:relative;overflow:hidden;background:#d8d7d5}.about-hero-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.about-hero-image img+img{opacity:.55;mix-blend-mode:screen}.about-hero-image:after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(transparent,#0007)}.about-hero-image>span{position:absolute;z-index:1;left:18px;bottom:12px;color:#f3f3f3;font:400 clamp(42px,17vw,84px)/1 var(--mono);letter-spacing:-.09em}.about-hero-title{font:300 15px/1.42 var(--mono);letter-spacing:-.075em;color:#464543}.about-hero-note{max-width:600px}.about-mobile-section{border-top:1px dashed #abaaaa;padding:28px 0;display:flex;flex-direction:column;gap:15px}.about-mobile-section h2{margin-top:-7px}.about-accent{font:300 12px/1.45 var(--mono);letter-spacing:-.055em;color:#63615d}.about-feature-image{width:100%;max-height:420px;aspect-ratio:1.2;object-fit:cover;background:#e5e4e2}.about-text-link{min-height:38px;padding:9px 10px;background:#e3e3e3;display:flex;align-items:center;justify-content:space-between;color:#63615d;font-size:11px}.about-text-link span,.about-contact-card span{font-size:17px}.about-studio-section{padding-top:26px}.about-video{position:relative;aspect-ratio:1.2;background:#d9d8d6;overflow:hidden}.about-video img{width:100%;height:100%;object-fit:cover;filter:brightness(.7)}.about-video span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:44px;height:44px;border:1px solid #f3f3f3;border-radius:50%;display:grid;place-items:center;color:#f3f3f3;font-size:14px;padding-left:3px}.about-mobile-philosophy{position:relative;isolation:isolate;overflow:hidden;margin:0 -24px;padding:45px 24px;color:#d2d2d2;background:#3d3c3a}.about-mobile-philosophy>img{position:absolute;z-index:-2;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.42)}.about-mobile-philosophy:after{content:"";position:absolute;z-index:-1;inset:0;background:#24232166}.about-mobile-philosophy>div{position:relative;max-width:620px;margin:auto;display:flex;flex-direction:column;gap:13px}.about-mobile-philosophy .eyebrow,.about-mobile-philosophy h2{color:#f3f3f3}.about-mobile-philosophy h2{font-size:16px}.about-rings-section{padding-bottom:36px}.about-rings-image{width:min(100%,420px);height:280px;align-self:center;object-fit:cover;background:#e6e5e3}.about-handwritten{font:italic 15px/1.45 cursive;color:#63615d;text-align:center;margin-top:5px!important}.about-mobile-contact{border-top:1px dashed #abaaaa;padding:28px 0 42px;text-align:center}.about-mobile-contact h2{margin:7px 0 24px}.about-contact-card{position:relative;max-width:700px;margin:auto;padding:28px 24px;border:1px dashed #abaaaa;background:#eee url(/assets/1429ca1d-3c6a-4480-a48e-8062975e6ff1.png) center/cover no-repeat;box-shadow:0 2px 7px #46454322;color:#464543;display:flex;flex-direction:column;align-items:center;gap:20px}.about-contact-card a{width:min(100%,286px);border:1px solid #63615d;padding:8px 10px;display:flex;justify-content:space-between;align-items:center;font-size:11px;text-align:left}.about-contact-details{display:grid;grid-template-columns:1fr 1fr;gap:22px 14px;text-align:left;margin:28px 6px 0}.about-contact-details>div{display:flex;flex-direction:column;gap:6px;min-width:0;font-size:10px;line-height:1.4;word-break:break-word}.about-contact-details b{font:300 10px var(--mono);color:#464543}.about-mobile+.site-footer{position:relative;isolation:isolate;overflow:hidden;background:#f3f3f3;padding:28px 18px 22px}.about-mobile+.site-footer:before{content:"";position:absolute;inset:0;z-index:-1;background:url(/assets/d6851a71-81dc-41df-b061-068fa8fa4d54.png) center 20%/cover no-repeat;opacity:.2;mix-blend-mode:multiply}@media(min-width:701px)and (max-width:960px){.about-mobile{padding-left:40px;padding-right:40px;font-size:14px}.about-mobile-hero{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:32px;padding:34px 0}.about-hero-image{height:530px;min-height:0}.about-hero-title{font-size:21px}.about-hero-note{grid-column:2}.about-mobile-section{padding:42px 0;gap:20px}.about-mobile-section h2{font-size:22px}.about-accent{font-size:17px}.about-feature-image{max-height:520px}.about-mobile-philosophy{margin:0 -40px;padding:66px 40px}.about-mobile-philosophy h2{font-size:24px}.about-mobile-philosophy>div{gap:19px}.about-rings-image{height:440px}.about-contact-details{font-size:13px}}@media(max-width:700px){.about-mobile{padding:10px 12px 0;font-size:9px;line-height:1.36}.about-mobile .eyebrow{font-size:7px}.about-mobile h2{font-size:13px}.about-mobile-hero{gap:12px;padding-bottom:18px}.about-hero-image{height:112vw;min-height:0}.about-hero-image>span{left:12px;bottom:9px;font-size:16vw}.about-hero-title{font-size:12px}.about-mobile-section{padding:18px 0 17px;gap:10px}.about-mobile-section h2{margin-top:-5px}.about-accent{font-size:9px}.about-feature-image{aspect-ratio:1.05}.about-text-link{min-height:30px;font-size:8px;padding:6px 8px}.about-text-link span,.about-contact-card span{font-size:13px}.about-video{aspect-ratio:1.08}.about-video span{width:35px;height:35px;font-size:11px}.about-mobile-philosophy{margin:0 -12px;padding:32px 16px}.about-mobile-philosophy>div{gap:9px}.about-mobile-philosophy h2{font-size:12px}.about-mobile-philosophy .eyebrow{font-size:7px}.about-rings-image{height:230px}.about-handwritten{font-size:12px}.about-mobile-contact{padding:18px 0 28px}.about-mobile-contact h2{margin:6px 0 16px}.about-contact-card{padding:18px 15px;gap:14px}.about-contact-card a{font-size:8px;padding:6px 8px}.about-contact-details{gap:16px 10px;margin:20px 3px 0}.about-contact-details>div{font-size:8px}.about-contact-details b{font-size:8px}.about-mobile+.site-footer{padding-left:14px;padding-right:14px}}.size-help-trigger{padding:0;border:0;border-bottom:1px solid #abaaaa;background:none;color:#abaaaa;font-size:10px;line-height:1.2}.size-guide-backdrop{z-index:20;padding:18px}.size-guide-modal{position:relative;width:min(700px,100%);max-height:calc(100vh - 36px);overflow:auto;padding:34px 42px 40px;background:#f3f3f3;border:1px solid #d2d2d2;box-shadow:0 8px 28px #0003;color:#838383}.size-guide-close{position:absolute;right:16px;top:12px;border:0;background:transparent;font-size:22px;color:#838383;line-height:1}.size-guide-modal h2{margin:0 0 20px;text-align:center;font:300 18px/1.35 var(--mono);letter-spacing:-.07em;color:#464543}.size-guide-copy{max-width:560px;margin:0 auto 24px;text-align:center;font-size:11px;line-height:1.45}.size-guide-copy p+p{margin-top:9px}.size-guide-card{width:min(440px,100%);margin:0 auto;padding:22px 20px 13px;background:#fafaf9;border:1px solid #d2d2d2;box-shadow:0 2px 8px #46454322}.size-guide-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px 7px;justify-items:center}.size-guide-cell{position:relative;min-width:0;display:flex;flex-direction:column;align-items:center;gap:3px;font:300 8px/1.1 var(--mono);color:#464543}.size-guide-cell span{width:38px;height:38px;border:1px solid #949494;border-radius:50%;display:grid;place-items:center;font-size:9px}.size-guide-cell small{position:absolute;top:33px;padding:0 2px;background:#fafaf9;color:#949494;font-size:5px}.size-guide-cell i{font-style:normal;color:#949494;font-size:6px}.size-guide-app{margin:18px auto 0;display:flex;justify-content:center;align-items:center;gap:9px;color:#464543}.size-guide-app-icon{width:64px;height:64px;border:1px solid #d2d2d2;background:#fafaf9;display:grid;place-items:center;line-height:0}.size-guide-app-icon svg{display:block;width:100%;height:100%}.size-guide-app>div:last-child{display:flex;flex-direction:column;gap:3px;font-size:9px}.size-guide-app strong{font-weight:500}.size-guide-app a:not(.size-guide-app-icon){color:#838383;text-decoration:underline;text-underline-offset:2px}@media(max-width:700px){.size-help-trigger{font-size:9px}.size-guide-backdrop{padding:10px}.size-guide-modal{width:100%;max-height:calc(100vh - 20px);padding:24px 14px 18px}.size-guide-modal h2{font-size:13px;margin-bottom:12px}.size-guide-copy{font-size:8px;line-height:1.35;margin-bottom:14px}.size-guide-copy p+p{margin-top:7px}.size-guide-card{width:min(270px,100%);padding:12px 9px 10px}.size-guide-grid{gap:10px 3px}.size-guide-cell span{width:27px;height:27px;font-size:7px}.size-guide-cell{font-size:6px}.size-guide-cell small{top:23px;font-size:4px}.size-guide-cell i{font-size:5px}.size-guide-app{margin-top:14px}.size-guide-app-icon{width:44px;height:44px}.size-guide-app>div:last-child{font-size:7px}}.collections-mobile-page{padding:36px 17px 66px;max-width:720px;margin:0 auto}.collections-mobile-page h1{font:300 19px/1.35 var(--mono);letter-spacing:-.06em;margin:14px 0 12px}.collections-mobile-intro{font-size:13px;line-height:1.55;color:#838383;margin:0 0 34px}.collection-story{border-top:1px solid var(--line);padding-top:12px;margin-bottom:32px}.collection-story-image{display:block;aspect-ratio:4/3;overflow:hidden;background:#e6e4df}.collection-story-image img{width:100%;height:100%;object-fit:cover}.collection-story-copy h2{font:300 17px/1.3 var(--mono);letter-spacing:-.06em;margin:14px 0 7px}.collection-story-copy p{font-size:13px;line-height:1.45;font-weight:600;color:#abaaaa;margin:0 0 7px}.collection-story-copy>span{display:block;font:300 10px/1.5 var(--mono);color:#949494;margin-bottom:14px}.collection-story-copy>a:last-child{min-height:38px;padding:7px 10px;background:#e3e3e3;color:#63615d;display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:600}.collection-detail-image{width:100%;max-height:520px;aspect-ratio:4/3;object-fit:cover;margin:0 0 32px}.collection-detail-description{margin:0 0 12px}.collection-detail-tags{font:300 12px/1.5 var(--mono);color:#949494;margin:0 0 36px}.product-desktop-breadcrumb{display:flex;align-items:center;gap:8px;color:#949494;font-size:12px;margin:-16px 0 26px}.product-desktop-breadcrumb span:last-child{color:#464543}.product-detail-page .product-detail{grid-template-columns:1.1fr .9fr;gap:6vw;margin-bottom:72px}.product-detail-page .detail-photo{aspect-ratio:4/5;max-height:720px}.product-detail-page .detail-size-options{grid-template-columns:110px 1fr}.detail-size-controls{display:flex;gap:12px;align-items:center}.detail-size-controls .size-button{flex:1}.detail-size-controls .size-guide-trigger{border:0;background:transparent;color:#777;font-size:12px;text-decoration:underline;text-underline-offset:3px;white-space:nowrap}.product-purchase-actions{display:flex;align-items:center;gap:14px;margin:26px 0 30px}.product-purchase-actions .primary-button{flex:1}.product-purchase-actions .heart{border:1px solid var(--line);background:transparent;width:48px;height:48px;font-size:24px}.product-desktop-accordions details{border-top:1px solid var(--line);padding:16px 0;font-size:13px}.product-desktop-accordions details p{font-size:12px;line-height:1.6;color:#777;margin:12px 0 0}.figma-view.catalog-desktop [data-name=Card],.figma-view.catalog-mobile [data-name="Card 360px"]{cursor:pointer}.bg-\[\#f3f3f3\]{background-color:#f3f3f3}.relative{position:relative}.size-full{width:100%;height:100%}.absolute{position:absolute}.inset-0{inset:0}.-translate-x-1\/2{--figma-translate-x:-50%;transform:translate(var(--figma-translate-x,0),var(--figma-translate-y,0)) rotate(var(--figma-rotate,0deg)) skew(var(--figma-skew-x,0deg),var(--figma-skew-y,0deg)) scale(var(--figma-scale-x,1),var(--figma-scale-y,1))}.bottom-0{bottom:0}.h-\[750px\]{height:750px}.left-1\/2{left:50%}.overflow-clip{overflow:clip}.w-\[1440px\]{width:1440px}.h-\[781px\]{height:781px}.left-\[-419px\]{left:-419px}.top-\[-2px\]{top:-2px}.w-\[2137px\]{width:2137px}.contents{display:contents}.left-\[419px\]{left:419px}.top-\[-165px\]{top:-165px}.-translate-y-1\/2{--figma-translate-y:-50%;transform:translate(var(--figma-translate-x,0),var(--figma-translate-y,0)) rotate(var(--figma-rotate,0deg)) skew(var(--figma-skew-x,0deg),var(--figma-skew-y,0deg)) scale(var(--figma-scale-x,1),var(--figma-scale-y,1))}.flex{display:flex}.h-\[747px\]{height:747px}.items-center{align-items:center}.justify-center{justify-content:center}.left-\[calc\(50\%\+72\.5px\)\]{left:calc(50% + 72.5px)}.mix-blend-hard-light{mix-blend-mode:hard-light}.top-\[calc\(50\%-16px\)\]{top:calc(50% - 16px)}.w-\[1438px\]{width:1438px}.-scale-y-100{--figma-scale-y:-NaN;transform:translate(var(--figma-translate-x,0),var(--figma-translate-y,0)) rotate(var(--figma-rotate,0deg)) skew(var(--figma-skew-x,0deg),var(--figma-skew-y,0deg)) scale(var(--figma-scale-x,1),var(--figma-scale-y,1))}.flex-none{flex:none}.rotate-180{--figma-rotate:180deg;transform:translate(var(--figma-translate-x,0),var(--figma-translate-y,0)) rotate(var(--figma-rotate,0deg)) skew(var(--figma-skew-x,0deg),var(--figma-skew-y,0deg)) scale(var(--figma-scale-x,1),var(--figma-scale-y,1))}.mask-alpha{mask-mode:alpha}.mask-intersect{-webkit-mask-composite:source-in;mask-composite:intersect}.mask-no-clip{mask-clip:border-box}.mask-no-repeat{-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.mask-position-\[-422px_-1px\]{mask-position:-422px -1px;-webkit-mask-position:-422px -1px}.mask-size-\[2137px_781px\]{mask-size:2137px 781px;-webkit-mask-size:2137px 781px}.opacity-90{opacity:.9}.max-w-none{max-width:none}.object-bottom{object-position:bottom}.opacity-20{opacity:.2}.pointer-events-none{pointer-events:none}.\[word-break\:break-word\]{word-break:break-word}.content-stretch{align-content:stretch}.flex-col{flex-direction:column}.font-\[\'Manrope\:Medium\'\]{font-family:Manrope,sans-serif}.font-medium{font-weight:500}.gap-\[10px\]{gap:10px}.items-start{align-items:flex-start}.left-\[1614px\]{left:1614px}.mask-position-\[-1614px_-50px\]{mask-position:-1614px -50px;-webkit-mask-position:-1614px -50px}.text-\[\#949494\]{color:#949494}.text-\[14px\]{font-size:14px}.top-\[50px\]{top:50px}.tracking-\[-0\.42px\]{letter-spacing:-.42px}.w-\[199px\]{width:199px}.leading-\[1\.3\]{line-height:1.3}.shrink-0{flex-shrink:0}.w-full{width:100%}.leading-\[0\]{line-height:0}.mb-0{margin-bottom:0}.gap-\[20px\]{gap:20px}.left-\[465px\]{left:465px}.mask-position-\[-465px_-50px\]{mask-position:-465px -50px;-webkit-mask-position:-465px -50px}.right-\[666px\]{right:666px}.flex-\[1_0_0\]{flex:1 0 0}.gap-\[51px\]{gap:51px}.min-w-px{min-width:1px}.text-\[16px\]{font-size:16px}.font-\[\'Martian_Mono\:Light\'\]{font-family:Martian Mono,sans-serif}.font-light{font-weight:300}.min-w-full{min-width:100%}.tracking-\[-1\.44px\]{letter-spacing:-1.44px}.w-\[min-content\]{width:min-content}.font-\[\'Manrope\:SemiBold\'\]{font-family:Manrope,sans-serif}.font-semibold{font-weight:600}.gap-\[4px\]{gap:4px}.pl-\[3px\]{padding-left:3px}.text-\[\#464543\]{color:#464543}.tracking-\[-0\.48px\]{letter-spacing:-.48px}.w-\[157px\]{width:157px}.gap-\[26px\]{gap:26px}.w-\[153px\]{width:153px}.w-\[177px\]{width:177px}.gap-\[30px\]{gap:30px}.w-\[168px\]{width:168px}.block{display:block}.whitespace-nowrap{white-space:nowrap}.cursor-pointer{cursor:pointer}.left-\[1589px\]{left:1589px}.mask-position-\[-1589px_-685px\]{mask-position:-1589px -685px;-webkit-mask-position:-1589px -685px}.top-\[685px\]{top:685px}.w-\[224px\]{width:224px}.text-\[10px\]{font-size:10px}.tracking-\[-0\.3px\]{letter-spacing:-.3px}.mask-position-\[-465px_-702px\]{mask-position:-465px -702px;-webkit-mask-position:-465px -702px}.top-\[702px\]{top:702px}.left-\[807px\]{left:807px}.mask-position-\[-807px_-702px\]{mask-position:-807px -702px;-webkit-mask-position:-807px -702px}.left-\[1155px\]{left:1155px}.mask-position-\[-1155px_-702px\]{mask-position:-1155px -702px;-webkit-mask-position:-1155px -702px}.h-\[1080px\]{height:1080px}.left-\[calc\(50\%\+70\.5px\)\]{left:calc(50% + 70.5px)}.mix-blend-difference{mix-blend-mode:difference}.top-\[calc\(50\%-15\.5px\)\]{top:calc(50% - 15.5px)}.-rotate-90{--figma-rotate:-90deg;transform:translate(var(--figma-translate-x,0),var(--figma-translate-y,0)) rotate(var(--figma-rotate,0deg)) skew(var(--figma-skew-x,0deg),var(--figma-skew-y,0deg)) scale(var(--figma-scale-x,1),var(--figma-scale-y,1))}.h-\[1440px\]{height:1440px}.mask-position-\[-419px_165px\]{mask-position:-419px 165px;-webkit-mask-position:-419px 165px}.w-\[1080px\]{width:1080px}.object-cover{object-fit:cover}.opacity-40{opacity:.4}.\[text-box-edge\:cap_alphabetic\]{text-box-edge:cap_alphabetic}.\[text-box-trim\:trim-both\]{text-box-trim:trim-both}.bg-\[center\,center\,center\,top_left\]{background-position:center,center,center,top left}.bg-clip-text{background-clip:text;-webkit-background-clip:text}.bg-size-\[contain\,contain\,contain\,auto_auto\]{background-size:contain,contain,contain,auto auto}.font-\[\'Lustria\:Regular\'\]{font-family:Lustria,sans-serif}.left-\[calc\(50\%-600\.5px\)\]{left:calc(50% - 600.5px)}.mask-position-\[-468px_-514px\]{mask-position:-468px -514px;-webkit-mask-position:-468px -514px}.not-italic{font-style:normal}.text-\[225px\]{font-size:225px}.text-\[transparent\]{color:transparent}.top-\[calc\(50\%\+123\.5px\)\]{top:calc(50% + 123.5px)}.h-\[398px\]{height:398px}.left-\[46px\]{left:46px}.right-\[46px\]{right:46px}.top-\[3923px\]{top:3923px}.left-\[calc\(50\%\+0\.5px\)\]{left:calc(50% + .5px)}.text-center{text-align:center}.top-0{top:0}.w-\[247px\]{width:247px}.text-\[\#abaaaa\]{color:#abaaaa}.text-\[23px\]{font-size:23px}.tracking-\[-2\.53px\]{letter-spacing:-2.53px}.left-\[26px\]{left:26px}.top-\[141px\]{top:141px}.w-\[246px\]{width:246px}.text-\[\#63615d\]{color:#63615d}.text-\[0px\]{font-size:0px}.tracking-\[-0\.84px\]{letter-spacing:-.84px}.gap-\[8px\]{gap:8px}.right-0{right:0}.top-\[258px\]{top:258px}.w-\[272px\]{width:272px}.w-\[200px\]{width:200px}.h-\[90px\]{height:90px}.w-\[143px\]{width:143px}.min-h-px{min-height:1px}.h-\[307px\]{height:307px}.left-\[322px\]{left:322px}.right-\[322px\]{right:322px}.top-\[91px\]{top:91px}.h-full{height:100%}.w-0{width:0px}.rotate-90{--figma-rotate:90deg;transform:translate(var(--figma-translate-x,0),var(--figma-translate-y,0)) rotate(var(--figma-rotate,0deg)) skew(var(--figma-skew-x,0deg),var(--figma-skew-y,0deg)) scale(var(--figma-scale-x,1),var(--figma-scale-y,1))}.w-\[100cqh\]{width:100cqh}.h-0{height:0px}.inset-\[-1px_0_0_0\]{inset:-1px 0 0}.drop-shadow-\[0px_-1px_2px_rgba\(70\,69\,67\,0\.25\)\,4px_4px_5px_rgba\(70\,69\,67\,0\.3\)\]{filter:drop-shadow(0px -1px 2px rgba(70,69,67,.25),4px 4px 5px rgba(70,69,67,.3))}.min-h-\[307px\]{min-height:307px}.px-\[30px\]{padding-left:30px;padding-right:30px}.py-\[20px\]{padding-top:20px;padding-bottom:20px}.max-w-\[464px\]{max-width:464px}.border{border-width:1px}.border-\[\#63615d\]{border-color:#63615d}.border-solid{border-style:solid}.justify-between{justify-content:space-between}.max-w-\[286px\]{max-width:286px}.px-\[10px\]{padding-left:10px;padding-right:10px}.py-\[6px\]{padding-top:6px;padding-bottom:6px}.size-\[24px\]{width:24px;height:24px}.inset-\[10px\]{inset:10px}.h-\[599px\]{height:599px}.top-\[3194px\]{top:3194px}.w-\[1348px\]{width:1348px}.h-\[549px\]{height:549px}.left-0{left:0}.mix-blend-color-burn{mix-blend-mode:color-burn}.w-\[283px\]{width:283px}.font-\[\'Liana\:Regular\'\]{font-family:Liana,sans-serif}.left-\[calc\(50\%-146px\)\]{left:calc(50% - 146px)}.text-\[35px\]{font-size:35px}.top-\[519px\]{top:519px}.left-\[calc\(50\%-305px\)\]{left:calc(50% - 305px)}.top-\[554px\]{top:554px}.left-\[1078px\]{left:1078px}.top-\[149px\]{top:149px}.h-\[380px\]{height:380px}.w-\[270px\]{width:270px}.inset-\[-0\.26\%_-0\.37\%\]{inset:-.26% -.37%}.left-\[93px\]{left:93px}.top-\[339px\]{top:339px}.h-\[260px\]{height:260px}.w-\[220px\]{width:220px}.right-\[1035px\]{right:1035px}.inset-\[-0\.38\%_-0\.45\%\]{inset:-.38% -.45%}.aspect-\[170\/200\]{aspect-ratio:170/200}.left-\[1008px\]{left:1008px}.right-\[170px\]{right:170px}.top-\[399px\]{top:399px}.h-\[200px\]{height:200px}.inset-\[-0\.5\%_-0\.59\%\]{inset:-.5% -.59%}.top-\[58px\]{top:58px}.w-\[584px\]{width:584px}.whitespace-pre-wrap{white-space:pre-wrap}.left-\[calc\(50\%-9\.5px\)\]{left:calc(50% - 9.5px)}.top-\[89px\]{top:89px}.w-\[689px\]{width:689px}.bg-\[\#e3e3e3\]{background-color:#e3e3e3}.bottom-\[217px\]{bottom:217px}.w-\[286px\]{width:286px}.h-\[700px\]{height:700px}.top-\[2364px\]{top:2364px}.top-\[-819px\]{top:-819px}.h-\[2339px\]{height:2339px}.opacity-50{opacity:.5}.w-\[2339px\]{width:2339px}.inset-\[-2px_0_-1px_0\]{inset:-2px 0 -1px}.top-\[350\.5px\]{top:350.5px}.size-\[1653\.923px\]{width:1653.923px;height:1653.923px}.top-\[-476\.46px\]{top:-476.46px}.-rotate-45{--figma-rotate:-45deg;transform:translate(var(--figma-translate-x,0),var(--figma-translate-y,0)) rotate(var(--figma-rotate,0deg)) skew(var(--figma-skew-x,0deg),var(--figma-skew-y,0deg)) scale(var(--figma-scale-x,1),var(--figma-scale-y,1))}.rotate-45{--figma-rotate:45deg;transform:translate(var(--figma-translate-x,0),var(--figma-translate-y,0)) rotate(var(--figma-rotate,0deg)) skew(var(--figma-skew-x,0deg),var(--figma-skew-y,0deg)) scale(var(--figma-scale-x,1),var(--figma-scale-y,1))}.size-\[356px\]{width:356px;height:356px}.top-\[171px\]{top:171px}.text-\[\#f3f3f3\]{color:#f3f3f3}.top-\[221px\]{top:221px}.w-\[508px\]{width:508px}.text-\[\#d2d2d2\]{color:#d2d2d2}.top-\[311px\]{top:311px}.w-\[546px\]{width:546px}.opacity-80{opacity:.8}.w-\[180px\]{width:180px}.top-\[450px\]{top:450px}.left-\[calc\(50\%\+9px\)\]{left:calc(50% + 9px)}.top-\[170px\]{top:170px}.h-\[649px\]{height:649px}.top-\[1585px\]{top:1585px}.h-\[362px\]{height:362px}.left-\[462px\]{left:462px}.mix-blend-darken{mix-blend-mode:darken}.opacity-10{opacity:.1}.top-\[161px\]{top:161px}.w-\[544px\]{width:544px}.top-\[31px\]{top:31px}.w-\[197px\]{width:197px}.left-\[calc\(50\%\+233px\)\]{left:calc(50% + 233px)}.top-\[390px\]{top:390px}.w-\[441px\]{width:441px}.h-\[558px\]{height:558px}.w-\[664px\]{width:664px}.bg-\[rgba\(131\,131\,131\,0\.4\)\]{background-color:#83838366}.size-\[60px\]{width:60px;height:60px}.top-1\/2{top:50%}.h-\[18px\]{height:18px}.left-\[852px\]{left:852px}.top-\[163px\]{top:163px}.w-\[353px\]{width:353px}.left-\[734px\]{left:734px}.top-\[184px\]{top:184px}.w-\[471px\]{width:471px}.top-\[205px\]{top:205px}.w-\[285px\]{width:285px}.text-right{text-align:right}.w-\[465px\]{width:465px}.h-\[621px\]{height:621px}.top-\[834px\]{top:834px}.left-\[calc\(50\%-674px\)\]{left:calc(50% - 674px)}.w-\[384px\]{width:384px}.left-\[calc\(50\%\+388px\)\]{left:calc(50% + 388px)}.top-\[502px\]{top:502px}.leading-\[0\.9\]{line-height:.9}.left-\[calc\(50\%-15px\)\]{left:calc(50% - 15px)}.lowercase{text-transform:lowercase}.text-\[30px\]{font-size:30px}.top-\[121px\]{top:121px}.w-\[385px\]{width:385px}.left-\[calc\(50\%-423px\)\]{left:calc(50% - 423px)}.top-\[483px\]{top:483px}.top-\[93px\]{top:93px}.top-\[115px\]{top:115px}.w-\[278px\]{width:278px}.left-\[calc\(50\%-672px\)\]{left:calc(50% - 672px)}.w-\[382px\]{width:382px}.h-\[530px\]{height:530px}.w-\[480px\]{width:480px}.h-\[202px\]{height:202px}.top-\[419px\]{top:419px}.w-\[161px\]{width:161px}.left-\[1187px\]{left:1187px}.left-\[calc\(50\%\+531px\)\]{left:calc(50% + 531px)}.h-\[600px\]{height:600px}.top-\[104px\]{top:104px}.left-\[calc\(50\%\+351px\)\]{left:calc(50% + 351px)}.w-\[628px\]{width:628px}.top-\[537px\]{top:537px}.w-\[536px\]{width:536px}.left-\[calc\(50\%-282px\)\]{left:calc(50% - 282px)}.text-\[80px\]{font-size:80px}.top-\[calc\(50\%\+194px\)\]{top:calc(50% + 194px)}.h-\[297px\]{height:297px}.left-\[891px\]{left:891px}.top-\[190px\]{top:190px}.w-\[253px\]{width:253px}.top-\[30px\]{top:30px}.text-\[25px\]{font-size:25px}.gap-\[40px\]{gap:40px}.pb-\[2px\]{padding-bottom:2px}.px-\[6px\]{padding-left:6px;padding-right:6px}.tracking-\[-0\.32px\]{letter-spacing:-.32px}.text-left{text-align:left}.size-\[20px\]{width:20px;height:20px}.p-\[10px\]{padding:10px}.top-\[4984px\]{top:4984px}.h-\[4299px\]{height:4299px}.top-\[635px\]{top:635px}.h-\[597px\]{height:597px}.top-\[3702px\]{top:3702px}.w-\[428px\]{width:428px}.border-\[\#838383\]{border-color:#838383}.inset-\[-0\.5px\]{inset:-.5px}.left-\[-0\.5px\]{left:-.5px}.top-\[-0\.5px\]{top:-.5px}.backdrop-blur-\[2px\]{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.right-\[9\.5px\]{right:9.5px}.top-\[9\.5px\]{top:9.5px}.left-\[684px\]{left:684px}.right-\[342px\]{right:342px}.top-\[150px\]{top:150px}.h-\[400px\]{height:400px}.left-\[448px\]{left:448px}.right-\[684px\]{right:684px}.h-\[270px\]{height:270px}.left-\[1068px\]{left:1068px}.h-\[350px\]{height:350px}.top-\[3085px\]{top:3085px}.left-\[920px\]{left:920px}.left-\[342px\]{left:342px}.top-\[2px\]{top:2px}.right-\[448px\]{right:448px}.top-\[280px\]{top:280px}.right-\[1068px\]{right:1068px}.top-\[200px\]{top:200px}.top-\[2468px\]{top:2468px}.h-\[550px\]{height:550px}.overflow-hidden{overflow:hidden}.h-\[128\.5\%\]{height:128.5%}.left-\[-72\.33\%\]{left:-72.33%}.top-\[-16\.85\%\]{top:-16.85%}.w-\[239\.23\%\]{width:239.23%}.right-\[1132px\]{right:1132px}.left-\[1132px\]{left:1132px}.h-\[128\.52\%\]{height:128.52%}.left-\[-19\.54\%\]{left:-19.54%}.top-\[0\.08\%\]{top:.08%}.w-\[139\.34\%\]{width:139.34%}.top-\[1851px\]{top:1851px}.h-\[129\.27\%\]{height:129.27%}.left-\[-74\.48\%\]{left:-74.48%}.top-\[-14\.6\%\]{top:-14.6%}.w-\[248\.96\%\]{width:248.96%}.top-\[1234px\]{top:1234px}.h-\[142\.25\%\]{height:142.25%}.left-\[-82\.41\%\]{left:-82.41%}.top-\[-21\.21\%\]{top:-21.21%}.w-\[264\.83\%\]{width:264.83%}.h-\[226\.67\%\]{height:226.67%}.left-\[-29\.58\%\]{left:-29.58%}.top-\[-59\.73\%\]{top:-59.73%}.w-\[159\.37\%\]{width:159.37%}.top-\[617px\]{top:617px}.h-\[130\%\]{height:130%}.left-\[-71\.77\%\]{left:-71.77%}.top-\[-12\.47\%\]{top:-12.47%}.w-\[243\.53\%\]{width:243.53%}.left-\[calc\(37\.5\%-62\.5px\)\]{left:calc(37.5% - 62.5px)}.top-\[494px\]{top:494px}.text-\[\#838383\]{color:#838383}.top-\[545px\]{top:545px}.pr-\[20px\]{padding-right:20px}.min-w-\[124px\]{min-width:124px}.w-\[124px\]{width:124px}.max-w-\[540px\]{max-width:540px}.px-\[12px\]{padding-left:12px;padding-right:12px}.py-\[10px\]{padding-top:10px;padding-bottom:10px}.gap-px{gap:1px}.w-\[132\.5px\]{width:132.5px}.bg-\[\#464543\]{background-color:#464543}.h-\[20px\]{height:20px}.w-px{width:1px}.size-\[16px\]{width:16px;height:16px}.w-\[260px\]{width:260px}.top-\[74px\]{top:74px}.mask-size-\[1440px_400px\]{mask-size:1440px 400px;-webkit-mask-size:1440px 400px}.w-\[367px\]{width:367px}.top-\[110px\]{top:110px}.w-\[700px\]{width:700px}.right-\[4\.5px\]{right:4.5px}.top-\[4\.5px\]{top:4.5px}.text-\[12px\]{font-size:12px}.tracking-\[-0\.72px\]{letter-spacing:-.72px}.h-\[1029px\]{height:1029px}.w-\[360px\]{width:360px}.top-\[-3px\]{top:-3px}.h-\[1043px\]{height:1043px}.mask-position-\[-465px_2px\]{mask-position:-465px 2px;-webkit-mask-position:-465px 2px}.mask-size-\[1291px_1169px\]{mask-size:1291px 1169px;-webkit-mask-size:1291px 1169px}.mask-position-\[-465px_-1px\]{mask-position:-465px -1px;-webkit-mask-position:-465px -1px}.left-\[16px\]{left:16px}.mask-position-\[-481px_-52px\]{mask-position:-481px -52px;-webkit-mask-position:-481px -52px}.top-\[51px\]{top:51px}.w-\[328px\]{width:328px}.h-\[44px\]{height:44px}.tracking-\[-0\.36px\]{letter-spacing:-.36px}.h-\[57px\]{height:57px}.left-\[17px\]{left:17px}.mask-position-\[-482px_-824px\]{mask-position:-482px -824px;-webkit-mask-position:-482px -824px}.text-\[82px\]{font-size:82px}.top-\[823px\]{top:823px}.w-\[326px\]{width:326px}.mask-position-\[-481px_-967px\]{mask-position:-481px -967px;-webkit-mask-position:-481px -967px}.top-\[966px\]{top:966px}.mask-position-\[-481px_-901px\]{mask-position:-481px -901px;-webkit-mask-position:-481px -901px}.top-\[900px\]{top:900px}.py-\[9px\]{padding-top:9px;padding-bottom:9px}.top-\[2204px\]{top:2204px}.h-\[1844px\]{height:1844px}.top-\[330px\]{top:330px}.top-\[1584px\]{top:1584px}.w-\[159px\]{width:159px}.top-\[1314px\]{top:1314px}.top-\[1062px\]{top:1062px}.top-\[792px\]{top:792px}.top-\[522px\]{top:522px}.top-\[270px\]{top:270px}.left-\[calc\(50\%\+104px\)\]{left:calc(50% + 104px)}.top-\[272px\]{top:272px}.size-\[28px\]{width:28px;height:28px}.pl-\[4px\]{padding-left:4px}.pr-\[7px\]{padding-right:7px}.py-\[4px\]{padding-top:4px;padding-bottom:4px}.inset-\[19\.05\%_11\.91\%_20\.95\%_14\.25\%\]{inset:19.05% 11.91% 20.95% 14.25%}.h-\[100cqw\]{height:100cqw}.inset-\[-2\.71\%_-3\.33\%\]{inset:-2.71% -3.33%}.right-\[16px\]{right:16px}.top-\[176px\]{top:176px}.content-center{align-content:center}.flex-wrap{flex-wrap:wrap}.gap-\[10px_20px\]{gap:10px 20px}.top-\[156px\]{top:156px}.inset-\[-2px_-0\.3\%_-1px_-0\.3\%\]{inset:-2px -.3% -1px}.top-\[94px\]{top:94px}.top-\[118px\]{top:118px}.w-\[146px\]{width:146px}.left-\[180px\]{left:180px}.gap-\[56px\]{gap:56px}.top-\[20px\]{top:20px}.h-\[822px\]{height:822px}.left-\[-223px\]{left:-223px}.top-\[2898px\]{top:2898px}.w-\[699px\]{width:699px}.opacity-5{opacity:.05}.h-\[206\.42\%\]{height:206.42%}.left-\[-108\.33\%\]{left:-108.33%}.top-\[-13\.37\%\]{top:-13.37%}.w-\[322\.95\%\]{width:322.95%}.h-\[889px\]{height:889px}.left-\[-238px\]{left:-238px}.top-\[1223px\]{top:1223px}.w-\[764px\]{width:764px}.h-\[220\.61\%\]{height:220.61%}.left-\[-51\.32\%\]{left:-51.32%}.top-\[-107\.73\%\]{top:-107.73%}.w-\[341\.64\%\]{width:341.64%}.h-\[884px\]{height:884px}.left-\[calc\(12\.5\%-8px\)\]{left:calc(12.5% - 8px)}.top-\[calc\(50\%-1738px\)\]{top:calc(50% - 1738px)}.w-\[854px\]{width:854px}.h-\[272\.07\%\]{height:272.07%}.left-\[-230\.71\%\]{left:-230.71%}.top-\[-158\.79\%\]{top:-158.79%}.w-\[375\.71\%\]{width:375.71%}.h-\[736px\]{height:736px}.left-\[calc\(50\%\+271px\)\]{left:calc(50% + 271px)}.top-\[3452px\]{top:3452px}.w-\[769px\]{width:769px}.h-\[288\.64\%\]{height:288.64%}.left-\[-219\.71\%\]{left:-219.71%}.top-\[-152\.27\%\]{top:-152.27%}.w-\[377\.82\%\]{width:377.82%}.h-\[753px\]{height:753px}.left-\[calc\(50\%\+155px\)\]{left:calc(50% + 155px)}.top-\[833px\]{top:833px}.w-\[798px\]{width:798px}.h-\[242\.94\%\]{height:242.94%}.left-\[-166\.3\%\]{left:-166.3%}.top-\[-126\.72\%\]{top:-126.72%}.w-\[305\.17\%\]{width:305.17%}.h-\[1529px\]{height:1529px}.left-\[calc\(50\%\+193px\)\]{left:calc(50% + 193px)}.top-\[2023px\]{top:2023px}.w-\[663px\]{width:663px}.h-\[120\.9\%\]{height:120.9%}.left-\[-42\.75\%\]{left:-42.75%}.top-\[-10\.55\%\]{top:-10.55%}.w-\[372\.24\%\]{width:372.24%}.left-\[calc\(50\%\+243px\)\]{left:calc(50% + 243px)}.size-\[819px\]{width:819px;height:819px}.top-\[-28px\]{top:-28px}.inset-\[-0\.12\%\]{inset:-.12%}.left-\[-381px\]{left:-381px}.top-\[307px\]{top:307px}.left-\[calc\(50\%\+252px\)\]{left:calc(50% + 252px)}.top-\[1412px\]{top:1412px}.top-\[1867px\]{top:1867px}.left-\[-318px\]{left:-318px}.top-\[3113px\]{top:3113px}.left-\[calc\(50\%\+285px\)\]{left:calc(50% + 285px)}.top-\[3407px\]{top:3407px}.h-\[500px\]{height:500px}.left-\[calc\(50\%\+137px\)\]{left:calc(50% + 137px)}.w-\[537px\]{width:537px}.h-\[391px\]{height:391px}.top-\[1873px\]{top:1873px}.left-\[calc\(50\%\+10px\)\]{left:calc(50% + 10px)}.top-\[3439px\]{top:3439px}.h-\[653px\]{height:653px}.top-\[1090px\]{top:1090px}.left-\[-48px\]{left:-48px}.size-\[1444px\]{width:1444px;height:1444px}.top-\[-472px\]{top:-472px}.left-\[-20\.48\%\]{left:-20.48%}.w-\[134\.93\%\]{width:134.93%}.h-\[203px\]{height:203px}.left-\[233px\]{left:233px}.top-\[260px\]{top:260px}.w-\[217px\]{width:217px}.h-\[201\.05\%\]{height:201.05%}.left-\[-74\.42\%\]{left:-74.42%}.top-\[-3\.68\%\]{top:-3.68%}.w-\[250\.33\%\]{width:250.33%}.h-\[168px\]{height:168px}.left-\[908px\]{left:908px}.top-\[66px\]{top:66px}.w-\[178px\]{width:178px}.top-\[2656px\]{top:2656px}.top-\[-482px\]{top:-482px}.h-\[404px\]{height:404px}.left-\[945px\]{left:945px}.top-\[166px\]{top:166px}.w-\[175px\]{width:175px}.h-\[166px\]{height:166px}.left-\[198px\]{left:198px}.w-\[215px\]{width:215px}.h-\[182\.52\%\]{height:182.52%}.left-\[-45\.08\%\]{left:-45.08%}.top-\[-8\.91\%\]{top:-8.91%}.w-\[187\.56\%\]{width:187.56%}.items-end{align-items:flex-end}.top-\[124px\]{top:124px}.w-\[696px\]{width:696px}.top-\[2537px\]{top:2537px}.pl-\[10px\]{padding-left:10px}.py-\[15px\]{padding-top:15px;padding-bottom:15px}.border-\[\#464543\]{border-color:#464543}.size-\[22px\]{width:22px;height:22px}.max-w-\[518px\]{max-width:518px}.\[text-underline-position\:from-font\]{text-underline-position:from-font}.decoration-from-font{text-decoration-thickness:from-font}.decoration-solid{text-decoration-style:solid}.underline{text-decoration-line:underline}.flex-row{flex-direction:row}.self-stretch{align-self:stretch}.h-\[734px\]{height:734px}.top-\[1673px\]{top:1673px}.top-\[71px\]{top:71px}.left-\[504px\]{left:504px}.top-\[214px\]{top:214px}.h-\[450px\]{height:450px}.w-\[340px\]{width:340px}.inset-\[-0\.22\%_-0\.29\%\]{inset:-.22% -.29%}.top-\[calc\(50\%\+72px\)\]{top:calc(50% + 72px)}.left-\[calc\(50\%\+103\.5px\)\]{left:calc(50% + 103.5px)}.top-\[633px\]{top:633px}.left-\[calc\(50\%\+116px\)\]{left:calc(50% + 116px)}.top-\[611px\]{top:611px}.left-\[864px\]{left:864px}.right-\[314px\]{right:314px}.left-\[314px\]{left:314px}.right-\[864px\]{right:864px}.aspect-\[294\/350\]{aspect-ratio:294/350}.right-\[1054px\]{right:1054px}.top-\[264px\]{top:264px}.inset-\[-0\.29\%_-0\.34\%\]{inset:-.29% -.34%}.left-\[1054px\]{left:1054px}.h-\[141px\]{height:141px}.left-\[374px\]{left:374px}.top-\[593px\]{top:593px}.w-\[201px\]{width:201px}.h-\[118px\]{height:118px}.left-\[815px\]{left:815px}.top-\[164px\]{top:164px}.w-\[119px\]{width:119px}.h-\[722px\]{height:722px}.top-\[821px\]{top:821px}.pb-\[20px\]{padding-bottom:20px}.border-t{border-top-width:1px}.h-\[52px\]{height:52px}.justify-end{justify-content:flex-end}.max-w-\[534px\]{max-width:534px}.pl-\[54px\]{padding-left:54px}.h-\[607px\]{height:607px}.top-\[84px\]{top:84px}.h-\[101\.3\%\]{height:101.3%}.left-\[-0\.01\%\]{left:-.01%}.top-\[-0\.62\%\]{top:-.62%}.w-\[100\.01\%\]{width:100.01%}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-\[rgba\(31\,31\,31\,0\.4\)\]{--tw-gradient-from:rgba(31,31,31,.4);--tw-gradient-to:transparent;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.to-\[rgba\(172\,170\,165\,0\)\]{--tw-gradient-to:rgba(172,170,165,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.h-\[1325\.628px\]{height:1325.628px}.left-\[-343\.45px\]{left:-343.45px}.top-\[-440\.65px\]{top:-440.65px}.w-\[1396\.962px\]{width:1396.962px}.rotate-\[-57\.73deg\]{--figma-rotate:-57.73deg;transform:translate(var(--figma-translate-x,0),var(--figma-translate-y,0)) rotate(var(--figma-rotate,0deg)) skew(var(--figma-skew-x,0deg),var(--figma-skew-y,0deg)) scale(var(--figma-scale-x,1),var(--figma-scale-y,1))}.h-\[1101\.31px\]{height:1101.31px}.w-\[872\.337px\]{width:872.337px}.inset-\[0_-4\.59\%_-3\.46\%_0\]{inset:0 -4.59% -3.46% 0}.left-\[326px\]{left:326px}.size-\[1480\.206px\]{width:1480.206px;height:1480.206px}.top-\[-206px\]{top:-206px}.h-\[1150\.154px\]{height:1150.154px}.w-\[943\.174px\]{width:943.174px}.inset-\[0_-4\.24\%_-3\.48\%_0\]{inset:0 -4.24% -3.48% 0}.h-\[305px\]{height:305px}.left-\[calc\(87\.5\%\+15px\)\]{left:calc(87.5% + 15px)}.opacity-60{opacity:.6}.top-\[calc\(50\%-91px\)\]{top:calc(50% - 91px)}.w-\[406px\]{width:406px}.h-\[188\.76\%\]{height:188.76%}.left-\[-41\.53\%\]{left:-41.53%}.top-\[-14\.12\%\]{top:-14.12%}.w-\[189\.39\%\]{width:189.39%}.h-\[1920px\]{height:1920px}.top-\[-479px\]{top:-479px}.opacity-30{opacity:.3}.h-\[618px\]{height:618px}.left-\[calc\(25\%\+328px\)\]{left:calc(25% + 328px)}.top-\[-10px\]{top:-10px}.w-\[676px\]{width:676px}.h-\[24px\]{height:24px}.top-\[73px\]{top:73px}.w-\[383px\]{width:383px}.top-\[105px\]{top:105px}.left-\[calc\(12\.5\%-134px\)\]{left:calc(12.5% - 134px)}.top-\[430px\]{top:430px}.w-\[399px\]{width:399px}.left-\[calc\(12\.5\%-132px\)\]{left:calc(12.5% - 132px)}.top-\[70px\]{top:70px}.w-\[397px\]{width:397px}.w-\[561px\]{width:561px}.left-\[calc\(50\%\+164px\)\]{left:calc(50% + 164px)}.top-\[495px\]{top:495px}.left-\[calc\(50\%\+207px\)\]{left:calc(50% + 207px)}.top-\[497px\]{top:497px}.w-\[426px\]{width:426px}.top-\[540px\]{top:540px}.w-\[255px\]{width:255px}.left-\[calc\(50\%\+166px\)\]{left:calc(50% + 166px)}.w-\[420px\]{width:420px}.py-\[5px\]{padding-top:5px;padding-bottom:5px}.top-\[523px\]{top:523px}.pr-\[2px\]{padding-right:2px}.h-\[746px\]{height:746px}.left-\[calc\(50\%\+71px\)\]{left:calc(50% + 71px)}.w-\[1441px\]{width:1441px}.mask-position-\[-419px_-1\.999px\]{mask-position:-419px -1.999px;-webkit-mask-position:-419px -1.999px}.mask-position-\[-1614px_-49\.999px\]{mask-position:-1614px -49.999px;-webkit-mask-position:-1614px -49.999px}.mask-position-\[-465px_-49\.999px\]{mask-position:-465px -49.999px;-webkit-mask-position:-465px -49.999px}.mask-position-\[-1589px_-684\.999px\]{mask-position:-1589px -684.999px;-webkit-mask-position:-1589px -684.999px}.mask-position-\[-465px_-701\.999px\]{mask-position:-465px -701.999px;-webkit-mask-position:-465px -701.999px}.mask-position-\[-807px_-701\.999px\]{mask-position:-807px -701.999px;-webkit-mask-position:-807px -701.999px}.mask-position-\[-1155px_-701\.999px\]{mask-position:-1155px -701.999px;-webkit-mask-position:-1155px -701.999px}.mask-position-\[-419px_165\.001px\]{mask-position:-419px 165.001px;-webkit-mask-position:-419px 165.001px}.mask-position-\[-468px_-513\.999px\]{mask-position:-468px -513.999px;-webkit-mask-position:-468px -513.999px}.h-\[441px\]{height:441px}.top-\[6721px\]{top:6721px}.left-\[calc\(50\%-435px\)\]{left:calc(50% - 435px)}.top-\[40px\]{top:40px}.border-b{border-bottom-width:1px}.h-\[545px\]{height:545px}.top-\[6046px\]{top:6046px}.h-\[445px\]{height:445px}.top-\[100px\]{top:100px}.w-\[445px\]{width:445px}.inset-\[-2px_-0\.22\%_-1px_-0\.22\%\]{inset:-2px -.22% -1px}.left-\[664px\]{left:664px}.left-\[1006px\]{left:1006px}.left-\[1026px\]{left:1026px}.top-\[400px\]{top:400px}.top-\[432px\]{top:432px}.w-\[211px\]{width:211px}.top-\[462px\]{top:462px}.w-\[322px\]{width:322px}.left-\[1027px\]{left:1027px}.top-\[431px\]{top:431px}.w-\[207px\]{width:207px}.w-\[261px\]{width:261px}.w-\[318px\]{width:318px}.left-\[685px\]{left:685px}.w-\[309px\]{width:309px}.w-\[304px\]{width:304px}.left-\[343px\]{left:343px}.w-\[321px\]{width:321px}.left-px{left:1px}.left-\[calc\(50\%-117px\)\]{left:calc(50% - 117px)}.w-\[216px\]{width:216px}.h-\[785px\]{height:785px}.top-\[5131px\]{top:5131px}.top-\[130px\]{top:130px}.h-\[547px\]{height:547px}.w-\[423px\]{width:423px}.h-\[423px\]{height:423px}.w-\[547px\]{width:547px}.left-\[834px\]{left:834px}.w-\[189px\]{width:189px}.h-\[281\.79\%\]{height:281.79%}.left-\[-200\.64\%\]{left:-200.64%}.top-\[-166\.61\%\]{top:-166.61%}.w-\[335\.03\%\]{width:335.03%}.left-\[146px\]{left:146px}.top-\[292px\]{top:292px}.w-\[277px\]{width:277px}.top-\[465px\]{top:465px}.right-\[531px\]{right:531px}.translate-x-full{--figma-translate-x:100%;transform:translate(var(--figma-translate-x,0),var(--figma-translate-y,0)) rotate(var(--figma-rotate,0deg)) skew(var(--figma-skew-x,0deg),var(--figma-skew-y,0deg)) scale(var(--figma-scale-x,1),var(--figma-scale-y,1))}.top-\[489px\]{top:489px}.top-\[491px\]{top:491px}.w-\[398px\]{width:398px}.right-\[403px\]{right:403px}.h-\[64\.286px\]{height:64.286px}.right-\[276\.11px\]{right:276.11px}.top-\[240px\]{top:240px}.w-\[56\.889px\]{width:56.889px}.rotate-\[-156\.64deg\]{--figma-rotate:-156.64deg;transform:translate(var(--figma-translate-x,0),var(--figma-translate-y,0)) rotate(var(--figma-rotate,0deg)) skew(var(--figma-skew-x,0deg),var(--figma-skew-y,0deg)) scale(var(--figma-scale-x,1),var(--figma-scale-y,1))}.h-\[53\.182px\]{height:53.182px}.w-\[39px\]{width:39px}.inset-\[-0\.76\%_-0\.71\%_0_-0\.77\%\]{inset:-.76% -.71% 0 -.77%}.right-\[312px\]{right:312px}.top-\[211px\]{top:211px}.right-\[207px\]{right:207px}.text-\[rgba\(210\,210\,210\,0\.5\)\]{color:#d2d2d280}.left-\[167px\]{left:167px}.top-\[454px\]{top:454px}.h-\[253\.121px\]{height:253.121px}.top-\[462\.25px\]{top:462.25px}.w-\[368px\]{width:368px}.h-\[253\.207px\]{height:253.207px}.w-\[368\.392px\]{width:368.392px}.rotate-\[88\.66deg\]{--figma-rotate:88.66deg;transform:translate(var(--figma-translate-x,0),var(--figma-translate-y,0)) rotate(var(--figma-rotate,0deg)) skew(var(--figma-skew-x,0deg),var(--figma-skew-y,0deg)) scale(var(--figma-scale-x,1),var(--figma-scale-y,1))}.h-\[362\.775px\]{height:362.775px}.w-\[244\.802px\]{width:244.802px}.h-\[125\.374px\]{height:125.374px}.left-\[18\.39px\]{left:18.39px}.top-\[24\.79px\]{top:24.79px}.w-\[330\.774px\]{width:330.774px}.rotate-\[-1\.47deg\]{--figma-rotate:-1.47deg;transform:translate(var(--figma-translate-x,0),var(--figma-translate-y,0)) rotate(var(--figma-rotate,0deg)) skew(var(--figma-skew-x,0deg),var(--figma-skew-y,0deg)) scale(var(--figma-scale-x,1),var(--figma-scale-y,1))}.text-\[15px\]{font-size:15px}.w-\[327\.88px\]{width:327.88px}.h-\[28\.378px\]{height:28.378px}.left-\[260\.19px\]{left:260.19px}.top-\[197\.84px\]{top:197.84px}.w-\[93\.636px\]{width:93.636px}.h-\[59\.053px\]{height:59.053px}.left-\[13\.22px\]{left:13.22px}.top-\[183\.43px\]{top:183.43px}.w-\[57\.425px\]{width:57.425px}.rotate-\[2\.56deg\]{--figma-rotate:2.56deg;transform:translate(var(--figma-translate-x,0),var(--figma-translate-y,0)) rotate(var(--figma-rotate,0deg)) skew(var(--figma-skew-x,0deg),var(--figma-skew-y,0deg)) scale(var(--figma-scale-x,1),var(--figma-scale-y,1))}.h-\[56\.658px\]{height:56.658px}.w-\[54\.952px\]{width:54.952px}.h-\[5\.562px\]{height:5.562px}.left-\[26\.86px\]{left:26.86px}.top-\[210\.84px\]{top:210.84px}.w-\[31\.086px\]{width:31.086px}.rotate-\[-1\.04deg\]{--figma-rotate:-1.04deg;transform:translate(var(--figma-translate-x,0),var(--figma-translate-y,0)) rotate(var(--figma-rotate,0deg)) skew(var(--figma-skew-x,0deg),var(--figma-skew-y,0deg)) scale(var(--figma-scale-x,1),var(--figma-scale-y,1))}.text-\[7\.7px\]{font-size:7.7px}.h-\[301\.005px\]{height:301.005px}.left-\[199px\]{left:199px}.w-\[319\.928px\]{width:319.928px}.rotate-\[15\.98deg\]{--figma-rotate:15.98deg;transform:translate(var(--figma-translate-x,0),var(--figma-translate-y,0)) rotate(var(--figma-rotate,0deg)) skew(var(--figma-skew-x,0deg),var(--figma-skew-y,0deg)) scale(var(--figma-scale-x,1),var(--figma-scale-y,1))}.skew-x-\[0\.03deg\]{--figma-skew-x:.03deg;transform:translate(var(--figma-translate-x,0),var(--figma-translate-y,0)) rotate(var(--figma-rotate,0deg)) skew(var(--figma-skew-x,0deg),var(--figma-skew-y,0deg)) scale(var(--figma-scale-x,1),var(--figma-scale-y,1))}.h-\[237\.175px\]{height:237.175px}.shadow-\[0px_-1px_4px_0px_rgba\(70\,69\,67\,0\.25\)\,4px_4px_10px_0px_rgba\(70\,69\,67\,0\.3\)\]{box-shadow:0 -1px 4px #46454340,4px 4px 10px #4645434d}.w-\[264\.999px\]{width:264.999px}.h-\[109px\]{height:109px}.left-\[calc\(50\%-1\.18px\)\]{left:calc(50% - 1.18px)}.top-\[calc\(50\%-0\.25px\)\]{top:calc(50% - .25px)}.h-\[361\.93\%\]{height:361.93%}.left-\[-24\.65\%\]{left:-24.65%}.top-\[-231\.42\%\]{top:-231.42%}.w-\[244\.65\%\]{width:244.65%}.h-\[275\.657px\]{height:275.657px}.left-\[calc\(50\%\+3\.51px\)\]{left:calc(50% + 3.51px)}.top-\[calc\(50\%\+3\.76px\)\]{top:calc(50% + 3.76px)}.w-\[289\.37px\]{width:289.37px}.rotate-\[-88\.85deg\]{--figma-rotate:-88.85deg;transform:translate(var(--figma-translate-x,0),var(--figma-translate-y,0)) rotate(var(--figma-rotate,0deg)) skew(var(--figma-skew-x,0deg),var(--figma-skew-y,0deg)) scale(var(--figma-scale-x,1),var(--figma-scale-y,1))}.h-\[283\.997px\]{height:283.997px}.left-\[calc\(50\%-15\.24px\)\]{left:calc(50% - 15.24px)}.top-\[calc\(50\%\+72\.11px\)\]{top:calc(50% + 72.11px)}.bottom-\[108px\]{bottom:108px}.left-\[1062px\]{left:1062px}.h-\[1415px\]{height:1415px}.top-\[3586px\]{top:3586px}.left-\[-494\.5px\]{left:-494.5px}.size-\[2339px\]{width:2339px;height:2339px}.top-\[-468px\]{top:-468px}.left-\[calc\(50\%-0\.5px\)\]{left:calc(50% - .5px)}.w-\[483px\]{width:483px}.left-\[calc\(50\%-104px\)\]{left:calc(50% - 104px)}.right-\[920px\]{right:920px}.right-\[236px\]{right:236px}.top-\[747px\]{top:747px}.right-\[384px\]{right:384px}.left-\[384px\]{left:384px}.top-\[1027px\]{top:1027px}.top-\[1374px\]{top:1374px}.h-\[882px\]{height:882px}.top-\[2574px\]{top:2574px}.left-\[calc\(50\%-90px\)\]{left:calc(50% - 90px)}.top-\[80px\]{top:80px}.w-\[427px\]{width:427px}.h-\[22px\]{height:22px}.left-\[1254px\]{left:1254px}.top-\[442px\]{top:442px}.w-\[94px\]{width:94px}.inset-\[-3\.35\%_0_0_0\]{inset:-3.35% 0 0}.top-\[784px\]{top:784px}.h-\[602px\]{height:602px}.top-\[152px\]{top:152px}.w-\[960px\]{width:960px}.h-\[582px\]{height:582px}.w-\[940px\]{width:940px}.border-\[\#949494\]{border-color:#949494}.h-\[242px\]{height:242px}.left-\[27px\]{left:27px}.top-\[310px\]{top:310px}.h-\[145px\]{height:145px}.left-\[calc\(75\%\+109px\)\]{left:calc(75% + 109px)}.top-\[26px\]{top:26px}.w-\[111px\]{width:111px}.h-\[342px\]{height:342px}.left-\[66px\]{left:66px}.top-\[232px\]{top:232px}.w-\[331px\]{width:331px}.h-\[451px\]{height:451px}.top-\[131px\]{top:131px}.w-\[451px\]{width:451px}.left-\[calc\(50\%\+55px\)\]{left:calc(50% + 55px)}.top-\[294px\]{top:294px}.w-\[370px\]{width:370px}.inset-\[-0\.5\%_0_0_0\]{inset:-.5% 0 0}.left-\[calc\(75\%\+27\.66px\)\]{left:calc(75% + 27.66px)}.top-\[-15px\]{top:-15px}.h-\[99px\]{height:99px}.left-\[calc\(87\.5\%\+17\.99px\)\]{left:calc(87.5% + 17.99px)}.top-\[calc\(50\%-203\.78px\)\]{top:calc(50% - 203.78px)}.w-\[141px\]{width:141px}.w-\[99px\]{width:99px}.h-\[89px\]{height:89px}.left-\[calc\(75\%\+73\.49px\)\]{left:calc(75% + 73.49px)}.top-\[52\.72px\]{top:52.72px}.w-\[131px\]{width:131px}.bg-white{background-color:#fff}.h-\[131px\]{height:131px}.w-\[89px\]{width:89px}.h-\[86px\]{height:86px}.left-\[calc\(75\%\+75px\)\]{left:calc(75% + 75px)}.top-\[54px\]{top:54px}.w-\[128px\]{width:128px}.border-\[\#d1d0c7\]{border-color:#d1d0c7}.border-\[0\.3px\]{border-width:.3px}.h-\[128px\]{height:128px}.w-\[86px\]{width:86px}.left-\[calc\(75\%\+54px\)\]{left:calc(75% + 54px)}.size-\[171\.969px\]{width:171.969px;height:171.969px}.top-\[12px\]{top:12px}.size-\[225px\]{width:225px;height:225px}.rotate-\[22\.69deg\]{--figma-rotate:22.69deg;transform:translate(var(--figma-translate-x,0),var(--figma-translate-y,0)) rotate(var(--figma-rotate,0deg)) skew(var(--figma-skew-x,0deg),var(--figma-skew-y,0deg)) scale(var(--figma-scale-x,1),var(--figma-scale-y,1))}.h-\[63px\]{height:63px}.left-\[calc\(87\.5\%\+18\.5px\)\]{left:calc(87.5% + 18.5px)}.top-\[calc\(50\%-198\.5px\)\]{top:calc(50% - 198.5px)}.w-\[101px\]{width:101px}.h-\[307\.12\%\]{height:307.12%}.left-\[-93\.31\%\]{left:-93.31%}.top-\[-105\.21\%\]{top:-105.21%}.w-\[288\.16\%\]{width:288.16%}.left-\[calc\(87\.5\%-4px\)\]{left:calc(87.5% - 4px)}.top-\[calc\(50\%-239\.57px\)\]{top:calc(50% - 239.57px)}.left-\[calc\(87\.5\%\+66px\)\]{left:calc(87.5% + 66px)}.text-\[7px\]{font-size:7px}.top-\[calc\(50\%-169px\)\]{top:calc(50% - 169px)}.left-\[calc\(87\.5\%-42px\)\]{left:calc(87.5% - 42px)}.left-\[calc\(75\%\+73px\)\]{left:calc(75% + 73px)}.top-\[52px\]{top:52px}.w-\[132px\]{width:132px}.h-\[132px\]{height:132px}.w-\[90px\]{width:90px}.left-\[calc\(12\.5\%-83px\)\]{left:calc(12.5% - 83px)}.text-\[40px\]{font-size:40px}.top-\[37px\]{top:37px}.tracking-\[-2\.8px\]{letter-spacing:-2.8px}.uppercase{text-transform:uppercase}.font-\[\'TEST_Liana\:Regular\'\]{font-family:TEST Liana,sans-serif}.left-\[calc\(50\%\+93px\)\]{left:calc(50% + 93px)}.text-\[45px\]{font-size:45px}.top-\[243px\]{top:243px}.left-\[calc\(50\%\+78px\)\]{left:calc(50% + 78px)}.top-\[340px\]{top:340px}.left-\[calc\(50\%\+83px\)\]{left:calc(50% + 83px)}.top-\[289px\]{top:289px}.top-\[172px\]{top:172px}.h-\[151\.197px\]{height:151.197px}.w-\[149px\]{width:149px}.rotate-\[19\.42deg\]{--figma-rotate:19.42deg;transform:translate(var(--figma-translate-x,0),var(--figma-translate-y,0)) rotate(var(--figma-rotate,0deg)) skew(var(--figma-skew-x,0deg),var(--figma-skew-y,0deg)) scale(var(--figma-scale-x,1),var(--figma-scale-y,1))}.h-\[119\.465px\]{height:119.465px}.opacity-25{opacity:.25}.w-\[115\.867px\]{width:115.867px}.h-\[136\.77\%\]{height:136.77%}.left-\[-20\.78\%\]{left:-20.78%}.top-\[-19\.77\%\]{top:-19.77%}.w-\[141\.01\%\]{width:141.01%}.h-\[28\.036px\]{height:28.036px}.left-\[calc\(12\.5\%-49\.95px\)\]{left:calc(12.5% - 49.95px)}.top-\[calc\(50\%-65\.74px\)\]{top:calc(50% - 65.74px)}.w-\[64\.574px\]{width:64.574px}.rotate-\[15\.82deg\]{--figma-rotate:15.82deg;transform:translate(var(--figma-translate-x,0),var(--figma-translate-y,0)) rotate(var(--figma-rotate,0deg)) skew(var(--figma-skew-x,0deg),var(--figma-skew-y,0deg)) scale(var(--figma-scale-x,1),var(--figma-scale-y,1))}.h-\[63\.544px\]{height:63.544px}.left-\[126px\]{left:126px}.top-\[230px\]{top:230px}.w-\[148px\]{width:148px}.inset-\[-3\.07\%_-0\.87\%_-2\.91\%_-0\.81\%\]{inset:-3.07% -.87% -2.91% -.81%}.h-\[28px\]{height:28px}.top-\[calc\(50\%-103px\)\]{top:calc(50% - 103px)}.w-\[266px\]{width:266px}.h-\[30px\]{height:30px}.left-\[calc\(50\%\+59px\)\]{left:calc(50% + 59px)}.top-\[calc\(50\%-73px\)\]{top:calc(50% - 73px)}.w-\[76px\]{width:76px}.h-\[77px\]{height:77px}.top-\[505px\]{top:505px}.w-\[205px\]{width:205px}.h-\[27px\]{height:27px}.left-\[calc\(75\%\+132px\)\]{left:calc(75% + 132px)}.top-\[552px\]{top:552px}.w-\[87px\]{width:87px}.h-\[960px\]{height:960px}.w-\[602px\]{width:602px}.left-\[378px\]{left:378px}.h-\[706px\]{height:706px}.top-\[1738px\]{top:1738px}.top-\[102px\]{top:102px}.left-\[calc\(50\%-405px\)\]{left:calc(50% - 405px)}.text-\[rgba\(210\,210\,210\,0\.7\)\]{color:#d2d2d2b3}.top-\[598px\]{top:598px}.left-\[calc\(50\%\+352px\)\]{left:calc(50% + 352px)}.top-\[265px\]{top:265px}.top-\[140px\]{top:140px}.top-\[143px\]{top:143px}.left-\[760px\]{left:760px}.top-\[226px\]{top:226px}.left-\[688px\]{left:688px}.h-\[50px\]{height:50px}.w-\[36px\]{width:36px}.bg-\[\#63615d\]{background-color:#63615d}.object-contain{object-fit:contain}.top-\[535px\]{top:535px}.left-\[1036px\]{left:1036px}.top-\[560px\]{top:560px}.w-\[312px\]{width:312px}.h-\[421px\]{height:421px}.left-\[calc\(50\%\+171px\)\]{left:calc(50% + 171px)}.mix-blend-screen{mix-blend-mode:screen}.h-\[322px\]{height:322px}.w-\[421px\]{width:421px}.top-\[484px\]{top:484px}.left-\[calc\(50\%-593\.5px\)\]{left:calc(50% - 593.5px)}.top-\[calc\(50\%\+233px\)\]{top:calc(50% + 233px)}.h-\[161px\]{height:161px}.w-\[202px\]{width:202px}.left-\[181px\]{left:181px}.left-\[calc\(50\%-412\.5px\)\]{left:calc(50% - 412.5px)}.h-\[204px\]{height:204px}.left-\[283px\]{left:283px}.top-\[344px\]{top:344px}.w-\[276px\]{width:276px}.h-\[262\.76\%\]{height:262.76%}.left-\[-83\.35\%\]{left:-83.35%}.top-\[-34\.48\%\]{top:-34.48%}.w-\[264\.66\%\]{width:264.66%}.top-\[60px\]{top:60px}.left-\[calc\(50\%-83px\)\]{left:calc(50% - 83px)}.bottom-\[301px\]{bottom:301px}.h-\[728px\]{height:728px}.top-\[880px\]{top:880px}.left-\[calc\(50\%-76px\)\]{left:calc(50% - 76px)}.top-\[687px\]{top:687px}.h-\[776px\]{height:776px}.left-\[-360px\]{left:-360px}.top-\[-26px\]{top:-26px}.w-\[2160px\]{width:2160px}.left-\[100px\]{left:100px}.top-\[-346px\]{top:-346px}.h-\[1106px\]{height:1106px}.left-\[336px\]{left:336px}.mask-position-\[-356px_-59px\]{mask-position:-356px -59px;-webkit-mask-position:-356px -59px}.top-\[56px\]{top:56px}.w-\[783px\]{width:783px}.h-\[127\.01\%\]{height:127.01%}.left-\[-0\.06\%\]{left:-.06%}.top-\[-15\.62\%\]{top:-15.62%}.w-\[100\.12\%\]{width:100.12%}.left-\[358px\]{left:358px}.mask-position-\[-378px_318px\]{mask-position:-378px 318px;-webkit-mask-position:-378px 318px}.top-\[-321px\]{top:-321px}.left-\[406px\]{left:406px}.mask-position-\[-426px_-59px\]{mask-position:-426px -59px;-webkit-mask-position:-426px -59px}.h-\[752px\]{height:752px}.left-\[1082px\]{left:1082px}.mask-position-\[-1102px_-29px\]{mask-position:-1102px -29px;-webkit-mask-position:-1102px -29px}.w-\[718px\]{width:718px}.left-\[580px\]{left:580px}.bottom-\[40px\]{bottom:40px}.left-\[505px\]{left:505px}.h-\[19px\]{height:19px}.left-\[596px\]{left:596px}.w-\[75px\]{width:75px}.bottom-\[59px\]{bottom:59px}.left-\[calc\(50\%\+239px\)\]{left:calc(50% + 239px)}.translate-y-full{--figma-translate-y:100%;transform:translate(var(--figma-translate-x,0),var(--figma-translate-y,0)) rotate(var(--figma-rotate,0deg)) skew(var(--figma-skew-x,0deg),var(--figma-skew-y,0deg)) scale(var(--figma-scale-x,1),var(--figma-scale-y,1))}.bottom-\[62px\]{bottom:62px}.w-\[166px\]{width:166px}.bottom-\[82px\]{bottom:82px}.left-\[calc\(50\%\+150px\)\]{left:calc(50% + 150px)}.left-\[calc\(50\%\+100px\)\]{left:calc(50% + 100px)}.bottom-\[128px\]{bottom:128px}.left-\[calc\(50\%-359px\)\]{left:calc(50% - 359px)}.h-\[514px\]{height:514px}.w-\[404px\]{width:404px}.left-\[calc\(50\%-360px\)\]{left:calc(50% - 360px)}.mask-position-\[-502px_-417px\]{mask-position:-502px -417px;-webkit-mask-position:-502px -417px}.top-\[414px\]{top:414px}.w-\[476px\]{width:476px}.bottom-\[167px\]{bottom:167px}.left-\[calc\(50\%-364px\)\]{left:calc(50% - 364px)}.mask-position-\[-539px_-612px\]{mask-position:-539px -612px;-webkit-mask-position:-539px -612px}.w-\[394px\]{width:394px}.bg-\[rgba\(27\,26\,24\,0\.1\)\]{background-color:#1b1a181a}.left-\[429px\]{left:429px}.mask-position-\[-449px_-705px\]{mask-position:-449px -705px;-webkit-mask-position:-449px -705px}.bottom-\[38px\]{bottom:38px}.left-\[735px\]{left:735px}.mask-position-\[-755px_-705px\]{mask-position:-755px -705px;-webkit-mask-position:-755px -705px}.h-\[1484px\]{height:1484px}.top-\[calc\(50\%\+8px\)\]{top:calc(50% + 8px)}.w-\[1980px\]{width:1980px}.h-\[1980px\]{height:1980px}.mask-position-\[-120px_343px\]{mask-position:-120px 343px;-webkit-mask-position:-120px 343px}.w-\[1484px\]{width:1484px}.bg-\[rgba\(210\,210\,210\,0\.1\)\]{background-color:#d2d2d21a}.h-\[87px\]{height:87px}.left-\[514px\]{left:514px}.mask-position-\[-534px_-367px\]{mask-position:-534px -367px;-webkit-mask-position:-534px -367px}.top-\[364px\]{top:364px}.w-\[442px\]{width:442px}.left-\[calc\(50\%-598px\)\]{left:calc(50% - 598px)}.mask-position-\[-502px_-329px\]{mask-position:-502px -329px;-webkit-mask-position:-502px -329px}.text-\[120px\]{font-size:120px}.top-\[calc\(50\%-62px\)\]{top:calc(50% - 62px)}.mask-position-\[-465px_1\.999px\]{mask-position:-465px 1.999px;-webkit-mask-position:-465px 1.999px}.mask-size-\[1291px_1169\.001px\]{mask-size:1291px 1169.001px;-webkit-mask-size:1291px 1169.001px}.mask-position-\[-465px_-1\.001px\]{mask-position:-465px -1.001px;-webkit-mask-position:-465px -1.001px}.mask-position-\[-481px_-52\.001px\]{mask-position:-481px -52.001px;-webkit-mask-position:-481px -52.001px}.mask-position-\[-482px_-824\.001px\]{mask-position:-482px -824.001px;-webkit-mask-position:-482px -824.001px}.mask-position-\[-481px_-967\.001px\]{mask-position:-481px -967.001px;-webkit-mask-position:-481px -967.001px}.mask-position-\[-481px_-901\.001px\]{mask-position:-481px -901.001px;-webkit-mask-position:-481px -901.001px}.h-\[627px\]{height:627px}.top-\[6817px\]{top:6817px}.top-\[90px\]{top:90px}.left-\[calc\(50\%-43px\)\]{left:calc(50% - 43px)}.tracking-\[-1\.26px\]{letter-spacing:-1.26px}.top-\[28px\]{top:28px}.h-\[961px\]{height:961px}.top-\[5759px\]{top:5759px}.w-\[328\.002px\]{width:328.002px}.left-\[164px\]{left:164px}.left-\[calc\(50\%-73px\)\]{left:calc(50% - 73px)}.h-\[170px\]{height:170px}.left-\[169px\]{left:169px}.top-\[257px\]{top:257px}.h-\[16px\]{height:16px}.w-\[117px\]{width:117px}.top-\[189px\]{top:189px}.w-\[64px\]{width:64px}.left-\[170px\]{left:170px}.top-\[169px\]{top:169px}.w-\[158px\]{width:158px}.top-\[331px\]{top:331px}.top-\[541px\]{top:541px}.top-\[751px\]{top:751px}.top-\[961px\]{top:961px}.top-\[351px\]{top:351px}.top-\[467px\]{top:467px}.top-\[381px\]{top:381px}.top-\[379px\]{top:379px}.w-\[41\.259px\]{width:41.259px}.top-\[561px\]{top:561px}.top-\[641px\]{top:641px}.top-\[591px\]{top:591px}.top-\[609px\]{top:609px}.w-\[72px\]{width:72px}.top-\[589px\]{top:589px}.top-\[771px\]{top:771px}.top-\[869px\]{top:869px}.top-\[801px\]{top:801px}.top-\[819px\]{top:819px}.w-\[53px\]{width:53px}.top-\[799px\]{top:799px}.h-\[826px\]{height:826px}.top-\[4830px\]{top:4830px}.right-\[393px\]{right:393px}.top-\[318px\]{top:318px}.w-\[282px\]{width:282px}.h-\[225px\]{height:225px}.left-\[calc\(50\%-69px\)\]{left:calc(50% - 69px)}.top-\[167px\]{top:167px}.w-\[190px\]{width:190px}.h-\[82px\]{height:82px}.left-\[159px\]{left:159px}.top-\[231px\]{top:231px}.w-\[92px\]{width:92px}.h-\[35\.125px\]{height:35.125px}.right-\[60\.23px\]{right:60.23px}.top-\[234\.56px\]{top:234.56px}.w-\[26\.182px\]{width:26.182px}.rotate-\[178\.48deg\]{--figma-rotate:178.48deg;transform:translate(var(--figma-translate-x,0),var(--figma-translate-y,0)) rotate(var(--figma-rotate,0deg)) skew(var(--figma-skew-x,0deg),var(--figma-skew-y,0deg)) scale(var(--figma-scale-x,1),var(--figma-scale-y,1))}.h-\[34\.467px\]{height:34.467px}.w-\[25\.276px\]{width:25.276px}.inset-\[-1\.32\%_-1\.1\%_0_-1\.27\%\]{inset:-1.32% -1.1% 0 -1.27%}.right-\[93px\]{right:93px}.left-\[2px\]{left:2px}.top-\[486px\]{top:486px}.h-\[179\.269px\]{height:179.269px}.top-\[498\.73px\]{top:498.73px}.w-\[256px\]{width:256px}.h-\[175\.987px\]{height:175.987px}.top-\[2\.58px\]{top:2.58px}.w-\[256\.045px\]{width:256.045px}.h-\[252\.141px\]{height:252.141px}.w-\[170\.146px\]{width:170.146px}.h-\[86\.704px\]{height:86.704px}.top-\[27\.47px\]{top:27.47px}.w-\[225\.363px\]{width:225.363px}.w-\[223\.358px\]{width:223.358px}.h-\[19\.585px\]{height:19.585px}.top-\[125\.72px\]{top:125.72px}.w-\[62\.441px\]{width:62.441px}.h-\[50\.024px\]{height:50.024px}.left-\[7\.32px\]{left:7.32px}.top-\[120\.94px\]{top:120.94px}.w-\[49\.222px\]{width:49.222px}.h-\[49\.113px\]{height:49.113px}.left-\[7\.76px\]{left:7.76px}.top-\[121\.4px\]{top:121.4px}.w-\[48\.34px\]{width:48.34px}.rotate-\[17\.56deg\]{--figma-rotate:17.56deg;transform:translate(var(--figma-translate-x,0),var(--figma-translate-y,0)) rotate(var(--figma-rotate,0deg)) skew(var(--figma-skew-x,0deg),var(--figma-skew-y,0deg)) scale(var(--figma-scale-x,1),var(--figma-scale-y,1))}.h-\[39\.417px\]{height:39.417px}.w-\[38\.23px\]{width:38.23px}.h-\[8\.706px\]{height:8.706px}.left-\[21\.64px\]{left:21.64px}.top-\[141\.85px\]{top:141.85px}.w-\[20\.374px\]{width:20.374px}.rotate-\[13\.96deg\]{--figma-rotate:13.96deg;transform:translate(var(--figma-translate-x,0),var(--figma-translate-y,0)) rotate(var(--figma-rotate,0deg)) skew(var(--figma-skew-x,0deg),var(--figma-skew-y,0deg)) scale(var(--figma-scale-x,1),var(--figma-scale-y,1))}.text-\[5px\]{font-size:5px}.h-\[190\.715px\]{height:190.715px}.left-\[122\.77px\]{left:122.77px}.w-\[202\.4px\]{width:202.4px}.rotate-16{--figma-rotate:16deg;transform:translate(var(--figma-translate-x,0),var(--figma-translate-y,0)) rotate(var(--figma-rotate,0deg)) skew(var(--figma-skew-x,0deg),var(--figma-skew-y,0deg)) scale(var(--figma-scale-x,1),var(--figma-scale-y,1))}.skew-x-\[0\.08deg\]{--figma-skew-x:.08deg;transform:translate(var(--figma-translate-x,0),var(--figma-translate-y,0)) rotate(var(--figma-rotate,0deg)) skew(var(--figma-skew-x,0deg),var(--figma-skew-y,0deg)) scale(var(--figma-scale-x,1),var(--figma-scale-y,1))}.h-\[150\.255px\]{height:150.255px}.w-\[167\.669px\]{width:167.669px}.h-\[76\.408px\]{height:76.408px}.left-\[calc\(50\%-0\.52px\)\]{left:calc(50% - .52px)}.top-\[calc\(50\%-0\.79px\)\]{top:calc(50% - .79px)}.w-\[150\.713px\]{width:150.713px}.left-\[calc\(50\%\+4\.17px\)\]{left:calc(50% + 4.17px)}.top-\[calc\(50\%\+3\.22px\)\]{top:calc(50% + 3.22px)}.w-\[289\.376px\]{width:289.376px}.h-\[284\.003px\]{height:284.003px}.left-\[calc\(50\%-15\.95px\)\]{left:calc(50% - 15.95px)}.top-\[calc\(50\%\+44\.92px\)\]{top:calc(50% + 44.92px)}.top-\[698px\]{top:698px}.top-\[734px\]{top:734px}.right-\[83\.72px\]{right:83.72px}.top-\[736px\]{top:736px}.w-\[244\.276px\]{width:244.276px}.right-\[234\.43px\]{right:234.43px}.top-\[754px\]{top:754px}.w-\[93\.574px\]{width:93.574px}.right-\[328px\]{right:328px}.top-\[716px\]{top:716px}.top-\[790px\]{top:790px}.-translate-x-full{--figma-translate-x:-100%;transform:translate(var(--figma-translate-x,0),var(--figma-translate-y,0)) rotate(var(--figma-rotate,0deg)) skew(var(--figma-skew-x,0deg),var(--figma-skew-y,0deg)) scale(var(--figma-scale-x,1),var(--figma-scale-y,1))}.left-\[328px\]{left:328px}.top-\[139px\]{top:139px}.top-\[412px\]{top:412px}.h-\[660px\]{height:660px}.top-\[4070px\]{top:4070px}.left-\[-351px\]{left:-351px}.size-\[1029px\]{width:1029px;height:1029px}.top-\[-169px\]{top:-169px}.left-\[calc\(50\%-65px\)\]{left:calc(50% - 65px)}.right-\[169px\]{right:169px}.top-\[352px\]{top:352px}.top-\[624px\]{top:624px}.h-\[1019px\]{height:1019px}.top-\[2951px\]{top:2951px}.left-\[calc\(50\%-56px\)\]{left:calc(50% - 56px)}.w-\[203px\]{width:203px}.top-\[881px\]{top:881px}.top-\[937px\]{top:937px}.top-\[983px\]{top:983px}.h-\[650px\]{height:650px}.bottom-\[325px\]{bottom:325px}.left-\[calc\(50\%-1px\)\]{left:calc(50% - 1px)}.w-\[268px\]{width:268px}.left-\[30px\]{left:30px}.tracking-\[-1\.61px\]{letter-spacing:-1.61px}.left-\[34px\]{left:34px}.top-\[117px\]{top:117px}.h-\[182px\]{height:182px}.top-\[101px\]{top:101px}.w-\[236px\]{width:236px}.h-\[140px\]{height:140px}.top-\[428px\]{top:428px}.inset-\[-0\.71\%_0_0_0\]{inset:-.71% 0 0}.left-\[57px\]{left:57px}.text-\[33px\]{font-size:33px}.top-\[385px\]{top:385px}.left-\[42px\]{left:42px}.top-\[457px\]{top:457px}.left-\[47px\]{left:47px}.top-\[492px\]{top:492px}.top-\[422px\]{top:422px}.left-\[29px\]{left:29px}.top-\[360px\]{top:360px}.w-\[185px\]{width:185px}.h-\[21px\]{height:21px}.left-\[32px\]{left:32px}.top-\[380px\]{top:380px}.left-\[calc\(50\%\+58px\)\]{left:calc(50% + 58px)}.h-\[108\.022px\]{height:108.022px}.w-\[106\.453px\]{width:106.453px}.h-\[85\.352px\]{height:85.352px}.w-\[82\.781px\]{width:82.781px}.h-\[19\.696px\]{height:19.696px}.left-\[calc\(75\%\+6\.9px\)\]{left:calc(75% + 6.9px)}.top-\[583\.97px\]{top:583.97px}.w-\[44\.514px\]{width:44.514px}.text-\[11px\]{font-size:11px}.bottom-\[604px\]{bottom:604px}.right-\[21px\]{right:21px}.w-\[50px\]{width:50px}.bottom-\[20px\]{bottom:20px}.w-\[118px\]{width:118px}.left-\[calc\(25\%\+66px\)\]{left:calc(25% + 66px)}.size-\[203\.768px\]{width:203.768px;height:203.768px}.top-\[158px\]{top:158px}.h-\[97\.663px\]{height:97.663px}.right-\[19\.29px\]{right:19.29px}.top-\[210\.7px\]{top:210.7px}.w-\[120\.574px\]{width:120.574px}.rotate-\[-76\.51deg\]{--figma-rotate:-76.51deg;transform:translate(var(--figma-translate-x,0),var(--figma-translate-y,0)) rotate(var(--figma-rotate,0deg)) skew(var(--figma-skew-x,0deg),var(--figma-skew-y,0deg)) scale(var(--figma-scale-x,1),var(--figma-scale-y,1))}.h-\[106px\]{height:106px}.h-\[87\.787px\]{height:87.787px}.right-\[23\.94px\]{right:23.94px}.top-\[215\.73px\]{top:215.73px}.w-\[110\.547px\]{width:110.547px}.h-\[97\.644px\]{height:97.644px}.w-\[66\.849px\]{width:66.849px}.h-\[85\.976px\]{height:85.976px}.right-\[24\.85px\]{right:24.85px}.top-\[216\.63px\]{top:216.63px}.w-\[108\.736px\]{width:108.736px}.h-\[96\.142px\]{height:96.142px}.w-\[65\.347px\]{width:65.347px}.right-\[0\.46px\]{right:.46px}.size-\[155\.741px\]{width:155.741px;height:155.741px}.top-\[182\.34px\]{top:182.34px}.rotate-\[13\.49deg\]{--figma-rotate:13.49deg;transform:translate(var(--figma-translate-x,0),var(--figma-translate-y,0)) rotate(var(--figma-rotate,0deg)) skew(var(--figma-skew-x,0deg),var(--figma-skew-y,0deg)) scale(var(--figma-scale-x,1),var(--figma-scale-y,1))}.size-\[129\.168px\]{width:129.168px;height:129.168px}.right-\[-12\.14px\]{right:-12.14px}.size-\[180\.513px\]{width:180.513px;height:180.513px}.top-\[169\.63px\]{top:169.63px}.rotate-\[36\.19deg\]{--figma-rotate:36.19deg;transform:translate(var(--figma-translate-x,0),var(--figma-translate-y,0)) rotate(var(--figma-rotate,0deg)) skew(var(--figma-skew-x,0deg),var(--figma-skew-y,0deg)) scale(var(--figma-scale-x,1),var(--figma-scale-y,1))}.h-\[51\.62px\]{height:51.62px}.right-\[45\.67px\]{right:45.67px}.top-\[237\.46px\]{top:237.46px}.w-\[68\.374px\]{width:68.374px}.rotate-\[13\.58deg\]{--figma-rotate:13.58deg;transform:translate(var(--figma-translate-x,0),var(--figma-translate-y,0)) rotate(var(--figma-rotate,0deg)) skew(var(--figma-skew-x,0deg),var(--figma-skew-y,0deg)) scale(var(--figma-scale-x,1),var(--figma-scale-y,1))}.skew-x-\[0\.17deg\]{--figma-skew-x:.17deg;transform:translate(var(--figma-translate-x,0),var(--figma-translate-y,0)) rotate(var(--figma-rotate,0deg)) skew(var(--figma-skew-x,0deg),var(--figma-skew-y,0deg)) scale(var(--figma-scale-x,1),var(--figma-scale-y,1))}.h-\[38\.293px\]{height:38.293px}.w-\[61\.206px\]{width:61.206px}.h-\[18\.046px\]{height:18.046px}.left-\[calc\(87\.5\%-55\.51px\)\]{left:calc(87.5% - 55.51px)}.top-\[228\.06px\]{top:228.06px}.w-\[44\.652px\]{width:44.652px}.h-\[6\.456px\]{height:6.456px}.right-\[51\.61px\]{right:51.61px}.top-\[293\.12px\]{top:293.12px}.w-\[11\.63px\]{width:11.63px}.h-\[6\.69px\]{height:6.69px}.right-\[calc\(25\%\+48\.49px\)\]{right:calc(25% + 48.49px)}.top-\[274\.19px\]{top:274.19px}.w-\[12\.602px\]{width:12.602px}.h-\[88\.868px\]{height:88.868px}.right-\[22\.78px\]{right:22.78px}.top-\[214\.88px\]{top:214.88px}.w-\[112\.183px\]{width:112.183px}.h-\[99\.147px\]{height:99.147px}.w-\[67\.6px\]{width:67.6px}.h-\[52\.224px\]{height:52.224px}.left-\[calc\(25\%\+51px\)\]{left:calc(25% + 51px)}.w-\[121\.636px\]{width:121.636px}.inset-\[-3\.74\%_-1\.07\%_-3\.54\%_-0\.98\%\]{inset:-3.74% -1.07% -3.54% -.98%}.h-\[17px\]{height:17px}.w-\[34px\]{width:34px}.inset-\[-2\.31\%_0_0_0\]{inset:-2.31% 0 0}.left-\[125px\]{left:125px}.h-\[1138px\]{height:1138px}.top-\[1713px\]{top:1713px}.left-\[calc\(50\%-212px\)\]{left:calc(50% - 212px)}.top-\[576px\]{top:576px}.h-\[296px\]{height:296px}.top-\[173px\]{top:173px}.left-\[calc\(50\%-52px\)\]{left:calc(50% - 52px)}.top-\[79px\]{top:79px}.left-\[calc\(50\%-164px\)\]{left:calc(50% - 164px)}.top-\[883px\]{top:883px}.top-\[81px\]{top:81px}.top-\[99px\]{top:99px}.w-\[248px\]{width:248px}.top-\[135px\]{top:135px}.w-\[234px\]{width:234px}.top-\[153px\]{top:153px}.w-\[68px\]{width:68px}.h-\[146px\]{height:146px}.left-\[109px\]{left:109px}.top-\[267px\]{top:267px}.top-\[433px\]{top:433px}.h-\[159px\]{height:159px}.w-\[170px\]{width:170px}.top-\[623px\]{top:623px}.h-\[240px\]{height:240px}.h-\[328px\]{height:328px}.w-\[240px\]{width:240px}.top-\[1102px\]{top:1102px}.top-\[957px\]{top:957px}.w-\[139\.553px\]{width:139.553px}.left-\[10\.19px\]{left:10.19px}.top-\[982px\]{top:982px}.w-\[317\.814px\]{width:317.814px}.h-\[760px\]{height:760px}.top-\[853px\]{top:853px}.left-\[calc\(50\%-48px\)\]{left:calc(50% - 48px)}.top-\[724px\]{top:724px}.top-\[182px\]{top:182px}.top-\[434px\]{top:434px}.left-\[-53px\]{left:-53px}.mask-position-\[-238px_-24\.275px\]{mask-position:-238px -24.275px;-webkit-mask-position:-238px -24.275px}.mask-size-\[837px_780\.276px\]{mask-size:837px 780.276px;-webkit-mask-size:837px 780.276px}.bottom-\[268px\]{bottom:268px}.left-\[calc\(50\%-233px\)\]{left:calc(50% - 233px)}.mask-position-\[-185px_-506\.275px\]{mask-position:-185px -506.275px;-webkit-mask-position:-185px -506.275px}.text-\[20px\]{font-size:20px}.left-\[calc\(50\%\+63px\)\]{left:calc(50% + 63px)}.mask-position-\[-481px_-123\.275px\]{mask-position:-481px -123.275px;-webkit-mask-position:-481px -123.275px}.bg-\[rgba\(243\,243\,243\,0\.1\)\]{background-color:#f3f3f31a}.mask-position-\[-254px_-688\.275px\]{mask-position:-254px -688.275px;-webkit-mask-position:-254px -688.275px}.top-\[664px\]{top:664px}.bottom-\[160px\]{bottom:160px}.mask-position-\[-254px_-614\.275px\]{mask-position:-254px -614.275px;-webkit-mask-position:-254px -614.275px}.mask-position-\[-254px_-44\.275px\]{mask-position:-254px -44.275px;-webkit-mask-position:-254px -44.275px}.left-\[calc\(50\%-163px\)\]{left:calc(50% - 163px)}.mask-position-\[-255px_-536\.275px\]{mask-position:-255px -536.275px;-webkit-mask-position:-255px -536.275px}.top-\[calc\(50\%\+137px\)\]{top:calc(50% + 137px)}.bottom-\[267px\]{bottom:267px}.left-\[calc\(50\%\+101px\)\]{left:calc(50% + 101px)}.mask-position-\[-519px_-507\.275px\]{mask-position:-519px -507.275px;-webkit-mask-position:-519px -507.275px}.mask-position-\[-254px_-507\.275px\]{mask-position:-254px -507.275px;-webkit-mask-position:-254px -507.275px}.top-\[1661px\]{top:1661px}.top-\[1018px\]{top:1018px}.whitespace-pre{white-space:pre}.top-\[175px\]{top:175px}.w-\[74px\]{width:74px}.h-\[103px\]{height:103px}.-rotate-180{--figma-rotate:-180deg;transform:translate(var(--figma-translate-x,0),var(--figma-translate-y,0)) rotate(var(--figma-rotate,0deg)) skew(var(--figma-skew-x,0deg),var(--figma-skew-y,0deg)) scale(var(--figma-scale-x,1),var(--figma-scale-y,1))}.-scale-x-100{--figma-scale-x:-NaN;transform:translate(var(--figma-translate-x,0),var(--figma-translate-y,0)) rotate(var(--figma-rotate,0deg)) skew(var(--figma-skew-x,0deg),var(--figma-skew-y,0deg)) scale(var(--figma-scale-x,1),var(--figma-scale-y,1))}.h-\[100cqh\]{height:100cqh}.w-\[100cqw\]{width:100cqw}.left-\[calc\(50\%-0\.45px\)\]{left:calc(50% - .45px)}.size-\[19\.095px\]{width:19.095px;height:19.095px}.top-\[calc\(50\%\+0\.05px\)\]{top:calc(50% + .05px)}.bg-\[\#d9d9d9\]{background-color:#d9d9d9}.h-\[713px\]{height:713px}.w-\[580px\]{width:580px}.left-\[calc\(50\%\+20px\)\]{left:calc(50% + 20px)}.w-\[656px\]{width:656px}.w-\[183px\]{width:183px}.top-\[223px\]{top:223px}.w-\[191px\]{width:191px}.top-\[596px\]{top:596px}.py-\[12px\]{padding-top:12px;padding-bottom:12px}.size-\[45px\]{width:45px;height:45px}.top-\[691px\]{top:691px}.top-\[740px\]{top:740px}.top-\[789px\]{top:789px}.top-\[838px\]{top:838px}.top-\[424px\]{top:424px}.w-\[127px\]{width:127px}.border-\[\#abaaaa\]{border-color:#abaaaa}.w-\[654px\]{width:654px}.mask-position-\[-422px_-1\.004px\]{mask-position:-422px -1.004px;-webkit-mask-position:-422px -1.004px}.mask-size-\[2137px_781\.004px\]{mask-size:2137px 781.004px;-webkit-mask-size:2137px 781.004px}.mask-position-\[-1614px_-50\.004px\]{mask-position:-1614px -50.004px;-webkit-mask-position:-1614px -50.004px}.mask-position-\[-465px_-50\.004px\]{mask-position:-465px -50.004px;-webkit-mask-position:-465px -50.004px}.mask-position-\[-1589px_-685\.004px\]{mask-position:-1589px -685.004px;-webkit-mask-position:-1589px -685.004px}.mask-position-\[-465px_-702\.004px\]{mask-position:-465px -702.004px;-webkit-mask-position:-465px -702.004px}.mask-position-\[-807px_-702\.004px\]{mask-position:-807px -702.004px;-webkit-mask-position:-807px -702.004px}.mask-position-\[-1155px_-702\.004px\]{mask-position:-1155px -702.004px;-webkit-mask-position:-1155px -702.004px}.mask-position-\[-419px_164\.996px\]{mask-position:-419px 164.996px;-webkit-mask-position:-419px 164.996px}.mask-position-\[-468px_-514\.004px\]{mask-position:-468px -514.004px;-webkit-mask-position:-468px -514.004px}.border-\[1\.5px\]{border-width:1.5px}.border-dashed{border-style:dashed}.top-\[239px\]{top:239px}.src-figma-root{transform:translate(var(--figma-translate-x,0),var(--figma-translate-y,0)) rotate(var(--figma-rotate,0deg)) skew(var(--figma-skew-x,0deg),var(--figma-skew-y,0deg)) scale(var(--figma-scale-x,1),var(--figma-scale-y,1))}
