.navbar{display:flex;justify-content:space-between;align-items:center;position:fixed;top:0;left:0;width:100%;padding:.9rem 1.7rem;font-size:.9rem;z-index:1000}.navbar a{background:#f5f5f5}.navbar-list{display:grid;justify-content:space-between;grid-template-columns:1fr 1fr 2fr;width:100%;gap:25px}.navbar-cart-button,.navbar-cart-button-mobile{background:none;border:none;color:#b4b4b4;font-size:inherit;font-family:inherit;cursor:pointer;transition:color .3s ease-out;position:relative;padding:0;margin-right:1rem}.navbar-cart-button:hover,.navbar-cart-button-mobile:hover{color:#454545}.cart-badge{position:absolute;top:-8px;right:-10px;background:#454545;color:#fff;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600}@media (max-width: 1024px){.navbar-cart-button-mobile{margin-right:0}}.navbar-left a{display:flex;justify-content:space-between;color:#454545!important}button{background:none;border:none;padding:0;font:inherit;cursor:pointer;text-decoration:none}.nav-item-title button,.nav-item,button.active{background:#f5f5f5}button,button:focus,button:active,button:hover{color:inherit;text-decoration:none;-webkit-tap-highlight-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}a,a:visited,a:focus,a:active,a:hover{text-decoration:none}.navbar-item{display:flex;align-items:center;color:#b4b4b4}.navbar-item-group{display:flex;gap:1.2rem}.navbar-links{display:flex;gap:1.2rem;margin-left:auto;margin-right:13px}.navbar-left button{color:#454545;background:#f5f5f5}.navbar-link{color:#b4b4b4;text-decoration:none;transition:color .3s ease-out}.navbar-link:hover,.navbar-link.active,.navbar-title .navbar-link{color:#454545}.navbar-contact{margin-left:auto}.navbar-link-contact{color:#b4b4b4;text-decoration:none}.navbar-link-contact:hover{color:#454545}.navbar-mobile{display:none}@media (max-width: 1023px){.navbar{flex-direction:column;align-items:center;padding:.9rem .7rem}.navbar-links{gap:.7rem;margin:auto}.nav-item button.active{color:#454545}.nav-item button{color:#b4b4b4}button{background:none;border:none;padding:0;font:inherit;cursor:pointer;text-decoration:none}button,button:focus,button:active,button:hover{color:inherit;text-decoration:none;-webkit-tap-highlight-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}a,a:visited,a:focus,a:active,a:hover{text-decoration:none}.navbar-list{flex-direction:column;gap:1rem;grid-template-columns:1fr 1fr 1fr}.navbar-contact{margin-left:auto}.navbar-desktop{display:none}.nav-item-right{display:flex;gap:15px;margin:auto}.nav-item-contact{margin-left:auto}.nav-item-title a,.navbar-link.active{color:#454545}.navbar-mobile{display:grid;padding:.9rem .7rem;grid-template-columns:1fr 1fr 1Fr;font-size:.9rem}.navbar-mobile a.active{color:#454545}}.cart-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:99998;opacity:1;transition:opacity .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cart-sidebar{position:fixed;top:0;right:0;width:400px;max-width:90vw;height:100vh;background:#fff;z-index:99999;display:flex;flex-direction:column;transform:translate(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);box-shadow:-2px 0 10px #0000001a}.cart-sidebar.open{transform:translate(0);animation:slideInFromRight .4s cubic-bezier(.4,0,.2,1)}@keyframes slideInFromRight{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e5e5}.cart-header h2{font-size:1.2rem;font-weight:600;color:#454545;margin:0}.close-button{background:none;border:none;font-size:2rem;line-height:1;color:#b4b4b4;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;transition:color .2s}.close-button:hover{color:#454545}.cart-content{flex:1;overflow-y:auto;display:flex;flex-direction:column}.cart-loading{padding:2rem;text-align:center;color:#b4b4b4}.cart-empty{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem}.cart-empty p{color:#b4b4b4;font-size:.9rem}.cart-items{flex:1;padding:1rem}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;padding:1rem 0;border-bottom:1px solid #f5f5f5}.cart-item-image{width:80px;height:80px;background:#f5f5f5;overflow:hidden}.cart-item-image img{width:100%;height:100%;object-fit:cover}.no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#b4b4b4;font-size:1.5rem}.cart-item-details h3{font-size:.9rem;font-weight:600;color:#454545;margin:0 0 .25rem}.cart-item-price{font-size:.85rem;color:#b4b4b4;margin:0 0 .5rem}.cart-item-quantity{display:flex;align-items:center;gap:.5rem}.cart-item-quantity button{background:#f5f5f5;border:none;width:24px;height:24px;border-radius:4px;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;color:#454545;transition:background .2s}.cart-item-quantity button:hover:not(:disabled){background:#e5e5e5}.cart-item-quantity button:disabled{opacity:.3;cursor:not-allowed}.cart-item-quantity span{font-size:.9rem;min-width:20px;text-align:center}.cart-item-remove{background:none;border:none;font-size:1.5rem;color:#b4b4b4;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;transition:color .2s}.cart-item-remove:hover{color:#454545}.cart-footer{padding:1.5rem;border-top:1px solid #e5e5e5}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1rem}.cart-total strong{font-size:1.2rem;color:#454545}.cart-checkout-button{width:100%;background:#454545;color:#fff;border:none;padding:1rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s}.cart-checkout-button:hover{background:#2a2a2a}@media (max-width: 1024px){.cart-sidebar{width:100vw;max-width:100vw}}.footer ul{display:grid;grid-template-columns:1fr 2fr 2fr;grid-row-start:2;grid-row-end:3;margin-top:20px}.footer .type{color:#b4b4b4}.footerdev{display:grid;grid-template-columns:1fr 1fr;justify-content:space-between;text-align:right}.footerdev{color:#b4b4b4}@media (max-width: 1024px){.footerdev{padding-bottom:20px;text-align:center;grid-template-columns:1fr}}.hero-infos{padding:3rem 1.7rem 1rem;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;font-size:.9rem;gap:25px;height:100vh}a{color:#b4b4b4;transition:color .3s ease-out}a:hover{color:#454545}.hero-index-infos{font-size:.9rem;display:grid;min-height:100%;grid-template-rows:1fr;scroll-behavior:smooth;overflow:scroll}.container-infos{flex:1 0 auto}.infos-left{display:grid;grid-template-columns:1fr}.emoji{font-size:30px}address{font-style:normal}.infos-right{display:grid;grid-template-columns:1fr 1fr;column-gap:25px}.CV{font-size:1.1rem}.align-right{margin-bottom:18px}.description-infos-bottom,.description-infos-top{font-size:20px}.description-infos-bottom h1,.description-infos-top h1{margin-bottom:15px}.description-infos-bottom p,.description-infos-top p{margin-bottom:18px}.hero-projets-infos{height:100%;overflow:scroll;scroll-behavior:smooth;display:grid;grid-template-rows:1fr}.hero-projets-infos::-webkit-scrollbar{display:none}.hero-index-infos::-webkit-scrollbar{display:none}.infos-right p{margin:0}.infos-span{font-size:13px;color:#454545;margin-top:15px}.services{color:#454545}a:hover .follow-img{opacity:1}.follow-img{opacity:0;width:100%;height:auto;max-width:100px;box-sizing:border-box;transition:ease .2s;position:absolute;transform:translate(-50%,-50%);z-index:99;object-fit:cover;pointer-events:none}.divider{overflow:hidden}hr{display:block;height:1px;border:0;border-top:1px solid #b4b4b4;margin:1em 0;padding:0}.hr-mobile,.infos-left-mobile,.footer-mobile{display:none}@media (max-width: 1024px){.hero-infos{display:block;overflow:scroll;padding:3rem .7rem 1rem}.hero-infos p{margin-bottom:0}.description-infos-top{margin-bottom:18px}.description-infos-bottom{margin-bottom:0}.hero-index-infos{min-height:auto}.infos-left-desktop{display:none}.infos-left-mobile{display:block}.infos-right{grid-template-columns:1fr}.infos-left-mobile address{margin-bottom:18px;margin-top:18px}.divider{overflow:auto;width:100%;height:1px;color:#454545;margin:18px 0}.hero-projets-infos{overflow:visible}.hr-mobile{display:block}.footer{display:none;margin-top:20px;margin-bottom:20px}.footer-mobile{display:flex;justify-content:space-between;color:#b4b4b4;margin-bottom:18px}}.hero{padding:0rem 1.7rem 1rem;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;font-size:.9rem;gap:25px;height:100vh;scroll-behavior:smooth;z-index:99}.hero a{color:#b4b4b4;transition:color .3s ease-out;z-index:99}.hero-index a:hover{color:#454545}.projet.selected ul{color:#454545;background-color:#d3d3d3;transition:.3s ease}.hero-projets{overflow:hidden;padding-top:3rem}.hero-index{font-size:.9rem;display:grid;min-height:100.3%;grid-template-rows:1fr;padding-top:3rem}.container{flex:1 0 auto}.projet ul{padding:2px 0 1px}.projet-desc ul{display:grid;grid-template-columns:1fr 2fr 2fr;background:#d3d3d3;color:#454545;padding:2px 0}.projet-desc p{font-size:.8rem;font-weight:600;background-color:#ededed;padding:4px 0}.projet-desc{margin-bottom:3vw}.projet ul{display:grid;grid-template-columns:1fr 2fr 2fr}.projet ul:hover{background-color:#d3d3d3;transition:ease .2s}.description a{display:grid;grid-template-columns:1fr 1fr 1fr;z-index:99}.hero-projets::-webkit-scrollbar{display:none}.hero-projets{overflow:scroll;height:100%;scroll-behavior:smooth}.hero-projets>section{scroll-margin-top:3rem}p.index-item.description{font-size:inherit}.description{opacity:0;max-height:0;overflow:hidden;transform:translateY(-5px);z-index:-99}@media (max-width: 1024px){.first-visible{margin-top:3rem}.description{opacity:1;max-height:0;z-index:1}.hero-index-infos{overflow:hidden}#LETAGE{margin-top:3rem}.hero-projets{padding-top:0}.hero{display:block;padding:0rem .7rem 1rem}.hero-index{display:none}.projet ul{padding:1px 0;grid-template-columns:1fr 2fr 4fr}.projet{margin:0}}.slider{width:100%;height:65vh}.slider p{padding:0!important}.carousel-container.cursor-left{cursor:w-resize}.carousel-container.cursor-right{cursor:e-resize}video.carousel-media{width:100%;height:101%;object-fit:cover;display:block;background:#f5f5f5}.lcp-fallback,.lcp-fallback img{display:block!important;opacity:1!important;transition:none!important;transform:none!important;position:relative;width:100%;height:auto;object-fit:cover;object-position:center;z-index:2}.slider img{position:relative;object-fit:cover;object-position:center;width:100%;height:100%}.carousel .slide{text-align:justify!important}.carousel.carousel-slider .control-arrow:hover{background:none!important;cursor:default}.carousel.carousel-slider .control-arrow{display:none!important}.carousel .slide .legend{background:#e9e9e9!important;opacity:1!important;text-align:left!important;font-size:.8rem!important;color:#111!important;border-radius:0!important;width:100%!important;bottom:0!important;left:0!important;margin-left:0!important;padding:0!important;position:relative!important}.videotest,video{width:100%;height:100%;object-fit:cover}.test{width:100%;grid-template-rows:1fr;transition:none!important;transform:none!important;height:100%}.carousel-root{position:relative;z-index:1}@media screen and (max-width: 1024px){.slider img{width:100%;height:65vw;position:absolute;object-fit:cover;object-position:center}.slider{height:65vw}.projet-desc{font-size:.8rem;margin-bottom:6vh}.projet-desc ul{grid-template-columns:auto auto auto}}.carousel .control-arrow,.carousel.carousel-slider .control-arrow{-webkit-transition:all .25s ease-in;-moz-transition:all .25s ease-in;-ms-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in;opacity:.4;filter:alpha(opacity=40);position:absolute;z-index:2;top:20px;background:none;border:0;font-size:32px;cursor:pointer}.carousel .control-arrow:focus,.carousel .control-arrow:hover{opacity:1;filter:alpha(opacity=100)}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid transparent;border-bottom:8px solid transparent;content:""}.carousel .control-disabled.control-arrow{opacity:0;filter:alpha(opacity=0);cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.carousel img{width:100%;display:inline-block;pointer-events:none}.carousel .carousel{position:relative}.carousel .control-arrow{outline:0;border:0;background:none;top:50%;margin-top:-13px;font-size:18px}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{-webkit-transition:all .15s ease-in;-moz-transition:all .15s ease-in;-ms-transition:all .15s ease-in;-o-transition:all .15s ease-in;transition:all .15s ease-in;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0);position:relative;list-style:none;white-space:nowrap}.carousel .thumb{-webkit-transition:border .15s ease-in;-moz-transition:border .15s ease-in;-ms-transition:border .15s ease-in;-o-transition:border .15s ease-in;transition:border .15s ease-in;display:inline-block;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.carousel.carousel-slider .control-arrow:hover{background:#0003}.carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;-webkit-transition:height .15s ease-in;-moz-transition:height .15s ease-in;-ms-transition:height .15s ease-in;-o-transition:height .15s ease-in;transition:height .15s ease-in}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{-webkit-flex-direction:column;flex-direction:column}.carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.carousel .slider.animated{-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;-ms-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.carousel .slide{min-width:100%;margin:0;position:relative;text-align:center}.carousel .slide img{width:100%;vertical-align:top;border:0}.carousel .slide iframe{display:inline-block;width:calc(100% - 80px);margin:0 40px 40px;border:0}.carousel .slide .legend{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:.25;-webkit-transition:opacity .35s ease-in-out;-moz-transition:opacity .35s ease-in-out;-ms-transition:opacity .35s ease-in-out;-o-transition:opacity .35s ease-in-out;transition:opacity .35s ease-in-out}.carousel .control-dots{position:absolute;bottom:0;margin:10px 0;padding:0;text-align:center;width:100%;z-index:1}@media (min-width: 960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{-webkit-transition:opacity .25s ease-in;-moz-transition:opacity .25s ease-in;-ms-transition:opacity .25s ease-in;-o-transition:opacity .25s ease-in;transition:opacity .25s ease-in;opacity:.3;filter:alpha(opacity=30);box-shadow:1px 1px 2px #000000e6;background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1;filter:alpha(opacity=100)}.carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,.9);color:#fff}.carousel:hover .slide .legend{opacity:1}.shop{padding:0rem 1.7rem 1rem;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;font-size:.9rem;gap:25px;height:100vh;scroll-behavior:smooth;z-index:99}.shop a{color:#b4b4b4;transition:color .3s ease-out;z-index:99;text-decoration:none}.shop-index{font-size:.9rem;display:grid;min-height:100.3%;grid-template-rows:1fr auto;padding-top:3rem}.products-container{flex:1 0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;overflow-y:auto;overflow-x:hidden}.products-container::-webkit-scrollbar{display:none}.product-card-item{cursor:pointer}.product-card-item:hover a{color:#454545}.product-card-item.selected .card-info{background-color:#d3d3d3;transition:.3s ease}.card-image{width:100%;aspect-ratio:1;overflow:hidden;background-color:#f5f5f5;margin-bottom:.5rem}.card-image img{width:100%;height:100%;object-fit:cover;display:block}.card-info{padding:2px 0}.card-info h3{font-size:.85rem;font-weight:600;margin:0 0 .25rem}.card-info .price{font-size:.8rem;margin:0}.shop-products{overflow:scroll;height:100%;scroll-behavior:smooth;padding-top:3rem}.shop-products::-webkit-scrollbar{display:none}.shop-products>section{scroll-margin-top:3rem;margin-bottom:3vw}.product-image-main{width:100%;height:65vh;overflow:hidden;background-color:#f5f5f5;margin-bottom:1rem}.product-image-main img{width:100%;height:100%;object-fit:contain;display:block}.no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#b4b4b4;font-size:.8rem}.product-desc ul{display:grid;grid-template-columns:1fr 2fr 2fr;background:#d3d3d3;color:#454545;padding:2px 0;list-style:none;margin:0}.product-desc p{font-size:.8rem;font-weight:600;background-color:#ededed;padding:4px 0;margin:0}.type{text-align:right}@media (max-width: 1024px){.first-visible{margin-top:3rem}.shop{display:block;padding:0rem .7rem 1rem}.shop-index{display:none}.shop-products{padding-top:0}.products-container{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem}.product-image-main{max-height:none}}.add-to-cart-button{background:#454545;color:#fff;border:none;padding:.75rem 1.5rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s;margin-top:1rem;width:100%}.add-to-cart-button:hover:not(:disabled){background:#2a2a2a}.add-to-cart-button:disabled{opacity:.5;cursor:not-allowed}.checkout-container{max-width:1200px;margin:0 auto;padding:3rem 1.7rem}.checkout-content h1{font-size:1.5rem;font-weight:600;color:#454545;margin-bottom:2rem}.checkout-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:3rem}.checkout-form h2{font-size:1.1rem;font-weight:600;color:#454545;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.85rem;font-weight:600;color:#454545;margin-bottom:.5rem}.form-group input,.form-group select{width:100%;padding:.75rem;border:1px solid #e5e5e5;font-size:.9rem;font-family:inherit;background:#fff}.form-group input:focus,.form-group select:focus{outline:none;border-color:#454545}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.checkout-button{width:100%;background:#454545;color:#fff;border:none;padding:1rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s;margin-top:1rem}.checkout-button:hover:not(:disabled){background:#2a2a2a}.checkout-button:disabled{opacity:.5;cursor:not-allowed}.checkout-summary{background:#f5f5f5;padding:1.5rem;position:sticky;top:6rem;height:fit-content}.checkout-summary h2{font-size:1.1rem;font-weight:600;color:#454545;margin-bottom:1.5rem}.summary-items{margin-bottom:1.5rem}.summary-item{display:grid;grid-template-columns:60px 1fr auto;gap:1rem;padding:1rem 0;border-bottom:1px solid #e5e5e5}.summary-item:last-child{border-bottom:none}.summary-item-image{width:60px;height:60px;background:#fff;overflow:hidden}.summary-item-image img{width:100%;height:100%;object-fit:cover}.summary-item-title{font-size:.85rem;font-weight:600;color:#454545;margin:0 0 .25rem}.summary-item-quantity{font-size:.8rem;color:#b4b4b4;margin:0}.summary-item-price{font-size:.9rem;font-weight:600;color:#454545;text-align:right}.summary-totals{padding-top:1.5rem;border-top:2px solid #e5e5e5}.summary-row{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:.9rem}.summary-total{font-size:1.1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e5e5}@media (max-width: 1024px){.checkout-grid{grid-template-columns:1fr}.checkout-summary{position:static;order:-1}.form-row{grid-template-columns:1fr}}.stripe-payment-form{margin-top:2rem}.payment-error{background:#fee;color:#c00;padding:.75rem;border-radius:4px;margin:1rem 0;font-size:.85rem}.payment-submit-button{width:100%;background:#454545;color:#fff;border:none;padding:1rem;font-size:1rem;font-weight:600;cursor:pointer;margin-top:1.5rem;transition:background .2s}.payment-submit-button:hover:not(:disabled){background:#2a2a2a}.payment-submit-button:disabled{opacity:.5;cursor:not-allowed}.confirmation-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.confirmation-content{text-align:center;max-width:500px}.confirmation-content h1{font-size:2rem;margin-bottom:1rem}.confirmation-content p{margin-bottom:.5rem;color:#666}.confirmation-content button{margin-top:2rem;background:#454545;color:#fff;border:none;padding:1rem 2rem;font-size:1rem;cursor:pointer;transition:background .2s}.confirmation-content button:hover{background:#2a2a2a}html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;line-height:1.15;background-color:var(--background-site);font-family:InterVariable,"system-ui",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,Text Font,Custom Glyphs Font,sans-serif;scroll-behavior:smooth;background-color:#f5f5f5;color:#454545}*,*:before,*:after{box-sizing:inherit}::selection{color:#d3d3d3;background:#d3d3d3}body{display:grid;grid-template-rows:1fr auto;overflow:hidden}html,body{margin:0;padding:0;box-sizing:border-box;width:100%;height:100%;font-family:InterVariable}*,ul,li{margin:0;padding:0;list-style:none}h1,a{text-decoration:none}h1{font-weight:400;font-size:.9rem;color:#b4b4b4}@font-face{font-family:InterVariable;src:url(/assets/Inter-Variable-c8O0ljhh.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}
