.dots-loader-component{width:100%;height:100%;display:flex;align-items:center;justify-content:center;min-width:120px}.dots-loader-component .placeholder-text{visibility:hidden;width:0}.dots-loader-component .dot{width:.5rem;height:.5rem;border-radius:50%;position:relative;opacity:0;animation:toggleDot 1.5s ease-in-out infinite;background:var(--label-quaternary)}.dots-loader-component .dot:nth-child(2){margin:0 .5rem}.dots-loader-component .dot:first-child{animation-delay:.1s}.dots-loader-component .dot:nth-child(2){animation-delay:.2s}.dots-loader-component .dot:nth-child(3){animation-delay:.3s}@keyframes toggleDot{0%{opacity:0}50%{opacity:1}to{opacity:0}}.button-component button{padding:.9375vw 2.1875vw;border-radius:50px;background-color:var(--themeD1);color:var(--background-secondary);border:1px solid var(--themeD1);text-align:center;transition:opacity .3s ease}@media screen and (max-width:1194px){.button-component button{padding:1.256281407vw 2.9313232831vw}}@media screen and (max-width:900px){.button-component button{padding:1.6666666667vw 3.8888888889vw}}@media screen and (max-width:400px){.button-component button{padding:3.75vw 8.75vw}}.button-component button:disabled{cursor:not-allowed;opacity:.3}.button-component button.white{background-color:var(--background-secondary);color:var(--label-primary)}.button-component button.danger{background-color:var(--status-verybad);border:1px solid var(--status-verybad)}.button-component button.cancel{background-color:transparent;color:var(--label-primary);border:1px solid var(--themeD1)}.button-component button.etsy{background-color:var(--etsy-color);border:none}.login-page{width:100%;justify-content:center;background:var(--background-primary)}.login-page .login-wrapper{background:#fff;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:30px;border-radius:10px}.login-page .login-wrapper form.form-error input{border-bottom:1px solid red}.login-page .login-wrapper form.form-error .error{color:red;margin-top:10px}.login-page .login-wrapper .input-wrapper{display:flex;flex-direction:column;font-size:16px}.login-page .login-wrapper .input-wrapper span{margin-bottom:10px;font-weight:700}.login-page .login-wrapper .input-wrapper input{margin-bottom:30px;border-bottom:1px solid #999;transition:border .3s ease-out;width:300px;padding:0 0 5px}.login-page .login-wrapper .input-wrapper input:focus{border-bottom:1px solid #000}.login-page .login-wrapper .input-wrapper input:placeholder{color:#999}.icon{position:relative;display:flex;justify-content:center;align-items:center;border-radius:50%;transition:background .2s ease-out,outline .1s ease-out}.icon:hover .icon-title{display:block}.icon.hasHover:hover{background:#d9d8d8;outline:4px solid #d9d8d8;border-radius:50%}.icon .icon-title{position:absolute;display:none;background:#333;color:#fff;padding:5px;font-size:12px;width:auto;white-space:nowrap;border-radius:3px}.icon .icon-title.left{right:115%}.icon .icon-title.right{left:115%}.icon .icon-title.top{bottom:115%}.icon .icon-title.bottom{top:115%}.App-Header{min-height:50px}.App-Header .header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:0 40px;height:60px;border-bottom:1px solid #eee}.App-Header .header-title{display:flex;justify-content:flex-start;align-items:center;width:100%;font-size:20px;font-weight:700;color:#333}.App-Header .header-title .burger-menu{margin-right:20px}.App-Header .header-title h2{font-size:20px}.App-Header .header-actions{font-size:20px;display:flex;align-items:center}.App-Header .header-actions .action{margin-left:10px}.App-Header .header-actions .searchAction .input-component{margin:0;padding:0;width:100%;display:flex;align-items:center}.App-Header .header-actions .searchAction .input-component input{width:100%;padding:5px 15px;margin-left:10px;border:1px solid #333;border-radius:5px;font-size:13px}.App-Header .header-actions .searchAction .input-component input:focus{border:1px solid #000}.App-Header .App-Navigation{margin-left:40px;margin-top:20px;display:flex;justify-content:flex-start;align-items:center}.App-Header .App-Navigation a{height:35px;justify-content:center;align-items:center;display:flex;color:#333;background:none;border-bottom:2px solid transparent;font-size:15px;margin-right:20px}.App-Header .App-Navigation a.active{font-weight:700;color:#000;border-bottom:2px solid #000}.App-Header .App-Navigation b{margin-left:5px}.back-arrow{display:inline-block;font-size:20px}.back-arrow span{display:flex;justify-content:center;align-items:center;width:23px;height:23px;border-radius:20px;transition:background .3s ease-out}.back-arrow span:hover{background:#efefef}.App-Furnitures{margin-top:60px;padding:0 24px}.App-Furnitures-listing h3{font-size:18px}.App-Furnitures-listing .furniture-header{display:flex;justify-content:space-between;align-items:center}.App-Furnitures-listing .furniture-header-actions{display:flex}.App-Furnitures-listing .furniture-header .HMIcons{font-size:20px;margin-right:10px}.App-Furnitures-listing .furniture-header .search-field{display:flex;align-items:center}.App-Furnitures-listing .furniture-header .search-field input{width:250px;font-size:15px;background:var(--background-senary);padding:5px 10px}.App-Furnitures-listing .furnitures-list{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:40px}.App-Furnitures-listing .furnitures-list .furnitures-item{width:49%;height:80px;display:flex;margin-bottom:10px;align-items:center;justify-content:space-between;background:#f5f5f5;box-shadow:0 1px 1px rgba(0,0,0,.3);border-radius:10px;padding-left:20px;padding-right:20px;transition:background .3s ease-out}.App-Furnitures-listing .furnitures-list .furnitures-item.categories{text-transform:uppercase}.App-Furnitures-listing .furnitures-list .furnitures-item:hover{background:#eee}.App-Furnitures-listing .furnitures-list .furnitures-item .furniture-title{display:flex;justify-content:center;flex-direction:column}.App-Furnitures-listing .furnitures-list .furnitures-item .furniture-title p{font-size:15px;font-weight:700}.App-Furnitures-listing .furnitures-list .furnitures-item .furniture-title .tags{margin-top:5px}.App-Furnitures-listing .furnitures-list .furnitures-item .furniture-title span{margin-right:10px;padding:3px 10px;border-radius:30px;background:#fff}.App-Furnitures-listing .furnitures-list .furnitures-item .furniture-title span.or{background:#ffecb3}.App-Furnitures-listing .furnitures-list .furnitures-item .furniture-title span.argent{background:#e2ebef}.App-Furnitures-listing .furnitures-list .furnitures-item .furniture-stock{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-transform:none}.App-Furnitures-listing .furnitures-list .furnitures-item .furniture-stock p{font-size:15px;margin-bottom:10px}.App-Furnitures-listing .furnitures-list .furnitures-item .furniture-stock span{text-transform:uppercase;color:#333;font-size:8px;margin-bottom:3px}.App-Products{margin-top:60px;padding:0 24px}.App-Products-listing h3{font-size:18px}.App-Products-listing .products-header{display:flex;justify-content:space-between;align-items:center}.App-Products-listing .products-header-actions{display:flex}.App-Products-listing .products-header .HMIcons{font-size:20px;margin-right:10px}.App-Products-listing .products-header .search-field{display:flex;align-items:center}.App-Products-listing .products-header .search-field input{width:250px;font-size:15px;background:var(--background-senary);padding:5px 10px}.App-Products-listing .products-list{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:40px}.App-Products-listing .products-list .products-item{width:49%;height:80px;display:flex;margin-bottom:10px;align-items:center;justify-content:space-between;background:#f5f5f5;box-shadow:0 1px 1px rgba(0,0,0,.3);border-radius:10px;padding-left:20px;padding-right:20px;text-transform:uppercase;transition:background .3s ease-out}.App-Products-listing .products-list .products-item:hover{background:#eee}.App-Products-listing .products-list .products-item .product-title{display:flex;justify-content:center;align-items:center}.App-Products-listing .products-list .products-item .product-title span{margin-left:10px}.App-Products-listing .products-list .products-item .product-title span b{margin-left:5px;padding:5px 15px;border-radius:30px;background:#fff}.App-Products-listing .products-list .products-item .product-stock{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-transform:none}.App-Products-listing .products-list .products-item .product-stock p{font-size:15px;margin-bottom:10px}.App-Products-listing .products-list .products-item .product-stock span{text-transform:uppercase;color:#333;font-size:8px;margin-bottom:3px}.loader-container{display:flex;width:100%;height:100%;justify-content:center;align-items:center}.lds-grid{display:inline-block;position:relative;width:80px;height:80px}.lds-grid div{position:absolute;width:16px;height:16px;border-radius:50%;background:#f1ebd8;animation:lds-grid 1.2s linear infinite}.lds-grid div:first-child{top:8px;left:8px;animation-delay:0s}.lds-grid div:nth-child(2){top:8px;left:32px;animation-delay:-.4s}.lds-grid div:nth-child(3){top:8px;left:56px;animation-delay:-.8s}.lds-grid div:nth-child(4){top:32px;left:8px;animation-delay:-.4s}.lds-grid div:nth-child(5){top:32px;left:32px;animation-delay:-.8s}.lds-grid div:nth-child(6){top:32px;left:56px;animation-delay:-1.2s}.lds-grid div:nth-child(7){top:56px;left:8px;animation-delay:-.8s}.lds-grid div:nth-child(8){top:56px;left:32px;animation-delay:-1.2s}.lds-grid div:nth-child(9){top:56px;left:56px;animation-delay:-1.6s}@keyframes lds-grid{0%,to{opacity:1}50%{opacity:.5}}.checkbox-component{position:relative}.checkbox-component .checkbox-wrapper{display:flex;align-items:center}.checkbox-component .checkbox-wrapper .box{display:flex;align-items:center;justify-content:center;width:1.25vw;height:1.25vw;border-radius:3px;border:1px solid #000;margin:0 1.25vw 0 0;overflow:hidden;transition:background-color .3s ease}@media screen and (max-width:1194px){.checkbox-component .checkbox-wrapper .box{width:1.675041876vw}}@media screen and (max-width:900px){.checkbox-component .checkbox-wrapper .box{width:2.2222222222vw}}@media screen and (max-width:400px){.checkbox-component .checkbox-wrapper .box{width:5vw}}@media screen and (max-width:1194px){.checkbox-component .checkbox-wrapper .box{height:1.675041876vw}}@media screen and (max-width:900px){.checkbox-component .checkbox-wrapper .box{height:2.2222222222vw}}@media screen and (max-width:400px){.checkbox-component .checkbox-wrapper .box{height:5vw}}@media screen and (max-width:1194px){.checkbox-component .checkbox-wrapper .box{margin:0 1.675041876vw 0 0}}@media screen and (max-width:900px){.checkbox-component .checkbox-wrapper .box{margin:0 2.2222222222vw 0 0}}@media screen and (max-width:400px){.checkbox-component .checkbox-wrapper .box{margin:0 5vw 0 0}}.checkbox-component .checkbox-wrapper .box .HMIcons{color:#fff;transition:transform .3s ease,opacity .2s ease;opacity:0;transform:scale3d(2,2,1)}.checkbox-component .checkbox-wrapper .text{font-size:1.125vw;font-family:Gotham,Serif;color:var(--label-tertiary)}@media screen and (max-width:1194px){.checkbox-component .checkbox-wrapper .text{font-size:1.5075376884vw}}@media screen and (max-width:900px){.checkbox-component .checkbox-wrapper .text{font-size:2vw}}@media screen and (max-width:400px){.checkbox-component .checkbox-wrapper .text{font-size:4.5vw}}.checkbox-component input{position:absolute;width:100%;left:0;height:100%;cursor:pointer;display:none}.checkbox-component input:checked+.checkbox-wrapper .box{border:1px solid var(--label-secondary);background-color:var(--label-secondary)}.checkbox-component input:checked+.checkbox-wrapper .box .HMIcons{opacity:1;transform:scaleX(1)}.contextual-menu-component-wrapper{position:relative}.contextual-menu-component{background:var(--background-secondary);border-radius:.625vw;position:absolute;box-shadow:0 3px 5px 0 rgba(0,0,0,.2);display:none;z-index:5}@media screen and (max-width:1194px){.contextual-menu-component{border-radius:.837520938vw}}@media screen and (max-width:900px){.contextual-menu-component{border-radius:1.1111111111vw}}@media screen and (max-width:400px){.contextual-menu-component{border-radius:2.5vw}}.contextual-menu-component.top{bottom:1.875vw;right:0;box-shadow:0 3px 5px 0 rgba(0,0,0,.2)}@media screen and (max-width:1194px){.contextual-menu-component.top{bottom:2.5125628141vw}}@media screen and (max-width:900px){.contextual-menu-component.top{bottom:3.3333333333vw}}@media screen and (max-width:400px){.contextual-menu-component.top{bottom:7.5vw}}@media screen and (max-width:1194px){.contextual-menu-component.top{right:0}}@media screen and (max-width:900px){.contextual-menu-component.top{right:0}}@media screen and (max-width:400px){.contextual-menu-component.top{right:0}}.contextual-menu-component.top:before{display:none}.contextual-menu-component.bottom{top:.625vw;right:-1.125vw}@media screen and (max-width:1194px){.contextual-menu-component.bottom{top:.837520938vw}}@media screen and (max-width:900px){.contextual-menu-component.bottom{top:1.1111111111vw}}@media screen and (max-width:400px){.contextual-menu-component.bottom{top:2.5vw}}@media screen and (max-width:1194px){.contextual-menu-component.bottom{right:-1.5075376884vw}}@media screen and (max-width:900px){.contextual-menu-component.bottom{right:-2vw}}@media screen and (max-width:400px){.contextual-menu-component.bottom{right:-4.5vw}}.contextual-menu-component:before{content:"";display:block;width:0;height:0;position:absolute;border-top:12px solid transparent;border-bottom:12px solid transparent;border-right:12px solid var(--background-secondary);top:-.9375vw;right:1.5625vw;margin:auto;transform:rotate(90deg);filter:drop-shadow()}@media screen and (max-width:1194px){.contextual-menu-component:before{top:-1.256281407vw}}@media screen and (max-width:900px){.contextual-menu-component:before{top:-1.6666666667vw}}@media screen and (max-width:400px){.contextual-menu-component:before{top:-3.75vw}}@media screen and (max-width:1194px){.contextual-menu-component:before{right:2.0938023451vw}}@media screen and (max-width:900px){.contextual-menu-component:before{right:2.7777777778vw}}@media screen and (max-width:400px){.contextual-menu-component:before{right:6.25vw}}.contextual-menu-component .item{padding:1.0625vw 1.25vw;font-size:1.125vw;font-family:Gotham,Serif;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;transition:transform .3s ease}@media screen and (max-width:1194px){.contextual-menu-component .item{padding:1.4237855946vw 1.675041876vw}}@media screen and (max-width:900px){.contextual-menu-component .item{padding:1.8888888889vw 2.2222222222vw}}@media screen and (max-width:400px){.contextual-menu-component .item{padding:4.25vw 5vw}}@media screen and (max-width:1194px){.contextual-menu-component .item{font-size:1.5075376884vw}}@media screen and (max-width:900px){.contextual-menu-component .item{font-size:2vw}}@media screen and (max-width:400px){.contextual-menu-component .item{font-size:4.5vw}}.contextual-menu-component .item.medium{padding:.75vw .875vw;font-size:.875vw}@media screen and (max-width:1194px){.contextual-menu-component .item.medium{padding:1.0050251256vw 1.1725293132vw}}@media screen and (max-width:900px){.contextual-menu-component .item.medium{padding:1.3333333333vw 1.5555555556vw}}@media screen and (max-width:400px){.contextual-menu-component .item.medium{padding:3vw 3.5vw}}@media screen and (max-width:1194px){.contextual-menu-component .item.medium{font-size:1.1725293132vw}}@media screen and (max-width:900px){.contextual-menu-component .item.medium{font-size:1.5555555556vw}}@media screen and (max-width:400px){.contextual-menu-component .item.medium{font-size:3.5vw}}.contextual-menu-component .item:not(:last-child){border-bottom:1px solid #dcdcdc}.contextual-menu-component .item:hover{transform:translate3d(2px,0,0)}.contextual-menu-component .item.danger{color:var(--status-verybad)}.contextual-menu-component.visible{display:block}.contextual-menu-close{-webkit-tap-highlight-color:transparent;width:100%;height:100%;position:fixed;left:0;top:0;pointer-events:none;z-index:4}.contextual-menu-close.enabled{pointer-events:auto}.App-Orders{margin-top:60px;padding:0 24px}.App-Orders-listing,.App-Orders-Search-Page{width:100%}.App-Orders-listing h3,.App-Orders-Search-Page h3{font-size:18px}.App-Orders-listing .Orders-selected,.App-Orders-Search-Page .Orders-selected{display:flex;width:calc(100% - 100px);padding:15px 25px;justify-content:space-between;position:fixed;background:#333;bottom:0;color:#fff;box-sizing:border-box;font-size:15px}.App-Orders-listing .Orders-selected p span,.App-Orders-Search-Page .Orders-selected p span{font-size:16px;font-weight:700}.App-Orders-listing .Orders-selected .actions,.App-Orders-Search-Page .Orders-selected .actions{color:#000}.App-Orders-listing .orders-list,.App-Orders-Search-Page .orders-list{margin-top:40px;padding-bottom:100px;width:100%}.App-Orders-listing .orders-list .filter-select,.App-Orders-Search-Page .orders-list .filter-select{width:85%;margin:0 auto 30px;background:#efefef;border-radius:30px;padding:10px 15px}.App-Orders-listing .orders-list .empty-order,.App-Orders-Search-Page .orders-list .empty-order{display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:.2}.App-Orders-listing .orders-list .empty-order img,.App-Orders-Search-Page .orders-list .empty-order img{width:100px}.App-Orders-listing .orders-list .empty-order p,.App-Orders-Search-Page .orders-list .empty-order p{font-size:16px;font-weight:700;margin-top:20px}.App-Orders-listing .orders-list .orders-bysenddate,.App-Orders-Search-Page .orders-list .orders-bysenddate{box-shadow:0 1px 2px rgba(0,0,0,.4);margin-bottom:40px;width:85%;max-width:800px;margin-left:40px}@media(min-width:1024px){.App-Orders-listing .orders-list .orders-bysenddate,.App-Orders-Search-Page .orders-list .orders-bysenddate{margin:0 auto 40px}}.App-Orders-listing .orders-list .orders-bysenddate .orders-header,.App-Orders-Search-Page .orders-list .orders-bysenddate .orders-header{background:#000;color:#fff;padding:10px 20px;font-size:16px;font-weight:700;display:flex;align-items:center;transition:background-color .3s ease-out}.App-Orders-listing .orders-list .orders-bysenddate .orders-header .orders-number,.App-Orders-Search-Page .orders-list .orders-bysenddate .orders-header .orders-number{display:flex;width:20px;height:20px;margin-left:15px;font-size:12px;align-items:center;justify-content:center;background:hsla(0,0%,100%,.8);color:#000;border-radius:50%}.App-Orders-listing .orders-list .order-item,.App-Orders-Search-Page .orders-list .order-item{width:100%;transition:background-color .3s ease-out;border-bottom:1px solid #eee}.App-Orders-listing .orders-list .order-item:last-child,.App-Orders-Search-Page .orders-list .order-item:last-child{border:none}.App-Orders-listing .orders-list .order-item.sent,.App-Orders-Search-Page .orders-list .order-item.sent{cursor:default}.App-Orders-listing .orders-list .order-item.selected,.App-Orders-listing .orders-list .order-item.selected:hover,.App-Orders-Search-Page .orders-list .order-item.selected,.App-Orders-Search-Page .orders-list .order-item.selected:hover{background:#efefef}.App-Orders-listing .orders-list .order-item:hover,.App-Orders-Search-Page .orders-list .order-item:hover{background:#fdfdfd}.App-Orders-listing .orders-list .order-item-header,.App-Orders-Search-Page .orders-list .order-item-header{width:100%;text-align:right;padding:10px 30px}.App-Orders-listing .orders-list .order-item-header .order-edit,.App-Orders-Search-Page .orders-list .order-item-header .order-edit{position:relative}.App-Orders-listing .orders-list .order-item-header .order-edit span,.App-Orders-Search-Page .orders-list .order-item-header .order-edit span{display:inline-block;background:#fff;font-weight:700;font-size:13px;text-transform:uppercase;padding:5px 10px;border-radius:5px;cursor:pointer}.App-Orders-listing .orders-list .order-item-header .order-edit .edit-dropdown,.App-Orders-Search-Page .orders-list .order-item-header .order-edit .edit-dropdown{position:absolute;background:#fff;width:120px;font-size:14px;transform:translate(-15%);box-shadow:0 1px 5px rgba(0,0,0,.2)}.App-Orders-listing .orders-list .order-item-header .order-edit .edit-dropdown p,.App-Orders-Search-Page .orders-list .order-item-header .order-edit .edit-dropdown p{border-bottom:1px solid #f1ebd8;padding:5px;text-align:center;font-weight:400}.App-Orders-listing .orders-list .order-item-body,.App-Orders-Search-Page .orders-list .order-item-body{padding:20px 30px;display:flex;justify-content:space-between}.App-Orders-listing .orders-list .order-item-body .order-left,.App-Orders-Search-Page .orders-list .order-item-body .order-left{display:flex}.App-Orders-listing .orders-list .order-item-body .order-source .order-name,.App-Orders-Search-Page .orders-list .order-item-body .order-source .order-name{font-size:15px;margin-bottom:5px;line-height:10px;font-weight:700;display:flex;align-items:center}.App-Orders-listing .orders-list .order-item-body .order-source .order-name .contact,.App-Orders-listing .orders-list .order-item-body .order-source .order-name .fidelity,.App-Orders-Search-Page .orders-list .order-item-body .order-source .order-name .contact,.App-Orders-Search-Page .orders-list .order-item-body .order-source .order-name .fidelity{margin-left:10px;font-weight:400;font-size:12px}.App-Orders-listing .orders-list .order-item-body .order-source .order-infos,.App-Orders-Search-Page .orders-list .order-item-body .order-source .order-infos{display:flex;align-items:center;margin-top:10px;text-transform:capitalize}.App-Orders-listing .orders-list .order-item-body .order-source .order-infos .source-img,.App-Orders-Search-Page .orders-list .order-item-body .order-source .order-infos .source-img{margin-right:5px}.App-Orders-listing .orders-list .order-item-body .order-source .order-infos .source-img img,.App-Orders-Search-Page .orders-list .order-item-body .order-source .order-infos .source-img img{width:15px}.App-Orders-listing .orders-list .order-item-body .order-source .order-infos .source-img img.etsy-img,.App-Orders-Search-Page .orders-list .order-item-body .order-source .order-infos .source-img img.etsy-img{width:10px}.App-Orders-listing .orders-list .order-item-body .order-source .order-infos .source,.App-Orders-Search-Page .orders-list .order-item-body .order-source .order-infos .source{margin-right:5px}.App-Orders-listing .orders-list .order-item-body .order-source .order-infos .number,.App-Orders-Search-Page .orders-list .order-item-body .order-source .order-infos .number{margin:0 5px}.App-Orders-listing .orders-list .order-item-body .order-source .order-infos .number.etsy,.App-Orders-Search-Page .orders-list .order-item-body .order-source .order-infos .number.etsy{color:#000}.App-Orders-listing .orders-list .order-item-body .order-source .order-infos .number.etsy a,.App-Orders-Search-Page .orders-list .order-item-body .order-source .order-infos .number.etsy a{display:flex;align-items:center}.App-Orders-listing .orders-list .order-item-body .order-source .order-infos .number.etsy a .icon,.App-Orders-Search-Page .orders-list .order-item-body .order-source .order-infos .number.etsy a .icon{font-size:14px;margin-right:3px}.App-Orders-listing .orders-list .order-item-body .order-source .order-infos .number.etsy a span.order_number,.App-Orders-Search-Page .orders-list .order-item-body .order-source .order-infos .number.etsy a span.order_number{text-decoration:underline}.App-Orders-listing .orders-list .order-item-body .order-source .order-infos b,.App-Orders-Search-Page .orders-list .order-item-body .order-source .order-infos b{margin-left:5px}.App-Orders-listing .orders-list .order-item-body .etsy-paid,.App-Orders-Search-Page .orders-list .order-item-body .etsy-paid{font-size:10px;color:#333;font-weight:700;margin-top:5px;font-style:italic}.App-Orders-listing .orders-list .order-item-body .etsy-paid .warn,.App-Orders-Search-Page .orders-list .order-item-body .etsy-paid .warn{color:red}.App-Orders-listing .orders-list .order-item-body .etsy-paid .info,.App-Orders-Search-Page .orders-list .order-item-body .etsy-paid .info{color:orange}.App-Orders-listing .orders-list .order-item-body .products-list,.App-Orders-Search-Page .orders-list .order-item-body .products-list{margin-top:20px}.App-Orders-listing .orders-list .order-item-body .products-list .product,.App-Orders-Search-Page .orders-list .order-item-body .products-list .product{display:flex;margin-bottom:20px}.App-Orders-listing .orders-list .order-item-body .products-list .product-image,.App-Orders-Search-Page .orders-list .order-item-body .products-list .product-image{width:90px;height:90px;border-radius:5px}.App-Orders-listing .orders-list .order-item-body .products-list .product-image img,.App-Orders-Search-Page .orders-list .order-item-body .products-list .product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.App-Orders-listing .orders-list .order-item-body .products-list .product-details,.App-Orders-Search-Page .orders-list .order-item-body .products-list .product-details{margin-left:10px;font-size:14px;width:260px}.App-Orders-listing .orders-list .order-item-body .products-list .product-details .name,.App-Orders-Search-Page .orders-list .order-item-body .products-list .product-details .name{font-size:14px;max-width:250px}.App-Orders-listing .orders-list .order-item-body .products-list .product-details .name.hasUrl a:hover,.App-Orders-Search-Page .orders-list .order-item-body .products-list .product-details .name.hasUrl a:hover{text-decoration:underline}.App-Orders-listing .orders-list .order-item-body .products-list .product-details .product-infos,.App-Orders-Search-Page .orders-list .order-item-body .products-list .product-details .product-infos{margin-top:15px}.App-Orders-listing .orders-list .order-item-body .products-list .product-details .product-infos p,.App-Orders-Search-Page .orders-list .order-item-body .products-list .product-details .product-infos p{margin-bottom:5px}.App-Orders-listing .orders-list .order-item-body .products-list .product-details .product-infos p b.red,.App-Orders-Search-Page .orders-list .order-item-body .products-list .product-details .product-infos p b.red{color:#c51919}.App-Orders-listing .orders-list .order-item-body .products-list .product-details .product-infos i,.App-Orders-Search-Page .orders-list .order-item-body .products-list .product-details .product-infos i{color:#595959;font-family:Graphik Webfont,-apple-system,BlinkMacSystemFont,Roboto,Droid Sans,Segoe UI,Helvetica,Arial,sans-serif;font-style:normal}.App-Orders-listing .orders-list .order-item-body .love,.App-Orders-Search-Page .orders-list .order-item-body .love{padding:15px 10px;margin-top:10px;background:#ffeded;position:relative;border:1px solid #f7afaf}.App-Orders-listing .orders-list .order-item-body .love span,.App-Orders-Search-Page .orders-list .order-item-body .love span{position:absolute;top:0;right:5px}.App-Orders-listing .orders-list .order-item-body .love pre,.App-Orders-Search-Page .orders-list .order-item-body .love pre{font-family:Gotham;margin:0;white-space:pre-wrap}.App-Orders-listing .orders-list .order-item-body .order-right,.App-Orders-Search-Page .orders-list .order-item-body .order-right{font-size:15px;display:flex;justify-content:space-between}.App-Orders-listing .orders-list .order-item-body .order-right .infos,.App-Orders-Search-Page .orders-list .order-item-body .order-right .infos{padding-right:20px}.App-Orders-listing .orders-list .order-item-body .order-right .order-actions .icon,.App-Orders-Search-Page .orders-list .order-item-body .order-right .order-actions .icon{width:25px;height:25px;font-size:16px;display:flex;justify-content:center;align-items:center;border:1px solid #eee;margin-bottom:5px;background:#fff}.App-Orders-listing .orders-list .order-item-body .order-right .envoi,.App-Orders-Search-Page .orders-list .order-item-body .order-right .envoi{font-size:16px;font-weight:700;min-width:240px;max-width:250px}.App-Orders-listing .orders-list .order-item-body .order-right .envoi.late,.App-Orders-Search-Page .orders-list .order-item-body .order-right .envoi.late{color:#d22525}.App-Orders-listing .orders-list .order-item-body .order-right .shipments_info,.App-Orders-Search-Page .orders-list .order-item-body .order-right .shipments_info{display:flex;flex-direction:column;font-size:11px;background:#efefef;border-radius:3px;padding:5px 10px;margin-top:15px;width:200px;color:#666}.App-Orders-listing .orders-list .order-item-body .order-right .shipments_info .trackingNumber,.App-Orders-Search-Page .orders-list .order-item-body .order-right .shipments_info .trackingNumber{text-decoration:underline;text-transform:uppercase;margin-top:2Px;color:#333;letter-spacing:.3px}.App-Orders-listing .orders-list .order-item-body .order-right .shipping,.App-Orders-Search-Page .orders-list .order-item-body .order-right .shipping{margin-top:20px;max-width:240px}.App-Orders-listing .orders-list .order-item-body .order-right .shipping.express,.App-Orders-Search-Page .orders-list .order-item-body .order-right .shipping.express{font-weight:700;color:#c51919}.App-Orders-listing .orders-list .order-item-body .order-right .shipping-address,.App-Orders-Search-Page .orders-list .order-item-body .order-right .shipping-address{margin-top:20px;max-width:240px}.App-Orders-listing .orders-list .order-item-body .order-right .shipping-address .click-collect,.App-Orders-Search-Page .orders-list .order-item-body .order-right .shipping-address .click-collect{border:1px dashed #00008b;border-radius:10px;background:rgba(173,216,230,.5);padding:10px}.App-Orders-listing .orders-list .order-item-body .order-right .shipping-address .click-collect .title,.App-Orders-Search-Page .orders-list .order-item-body .order-right .shipping-address .click-collect .title{font-weight:700;color:#00008b}.App-Orders-listing .orders-list .order-item-body .order-right .shipping-address .title,.App-Orders-Search-Page .orders-list .order-item-body .order-right .shipping-address .title{font-size:12px;text-transform:uppercase;color:#595959;margin-bottom:5px}.App-Orders-listing .orders-list .order-item-body .order-right .shipping-address .title .clipboard,.App-Orders-Search-Page .orders-list .order-item-body .order-right .shipping-address .title .clipboard{font-size:14px;margin-left:10px;cursor:pointer;text-transform:none;color:#333}.App-Orders-listing .orders-list .order-item-body .order-right .shipping-address .name,.App-Orders-Search-Page .orders-list .order-item-body .order-right .shipping-address .name{font-weight:700}.App-Orders-listing .orders-list .order-item-body .order-right .etsy-infos,.App-Orders-Search-Page .orders-list .order-item-body .order-right .etsy-infos{margin-top:10px;max-width:200px}.App-Orders-listing .orders-list .order-item-footer,.App-Orders-Search-Page .orders-list .order-item-footer{padding-bottom:20px}.App-Orders-listing .orders-list .order-item-footer .message,.App-Orders-Search-Page .orders-list .order-item-footer .message{width:90%;margin:auto;background:#efeeee;padding:20px;font-size:15px;border-radius:10px;position:relative}.App-Orders-listing .orders-list .order-item-footer .message:before,.App-Orders-Search-Page .orders-list .order-item-footer .message:before{content:"";display:inline-block;height:0;width:0;border-right:10px solid transparent;border-bottom:10px solid #efeeee;border-left:10px solid transparent;position:absolute;top:-10px;left:20px}.App-Orders-listing .orders-list .order-item-footer .notes,.App-Orders-Search-Page .orders-list .order-item-footer .notes{width:90%;border:1px solid #ccc;box-shadow:inset 0 0 0 1px #fff,inset 0 0 0 2px #ccc;padding:10px 20px;font-size:15px;position:relative;border-radius:3px;margin:20px auto auto}.App-Orders-listing .orders-list .order-item-footer .notes .notes-header,.App-Orders-Search-Page .orders-list .order-item-footer .notes .notes-header{display:flex;width:100%;justify-content:space-between;align-items:center;margin-bottom:5px}.App-Orders-listing .orders-list .order-item-footer .notes span,.App-Orders-Search-Page .orders-list .order-item-footer .notes span,.overlay-sync{font-weight:700}.overlay-sync{position:fixed;background:hsla(0,0%,100%,.6);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;flex-direction:column;justify-content:center;align-items:center;color:#333;width:100%;height:100%;left:0;top:0;font-size:25px;z-index:99}.overlay-sync .animation-sync{font-size:30px;margin-top:20px;animation:spin 1.4s linear infinite}.overlay-sync .icon span{cursor:default}@keyframes spin{to{transform:rotate(-1turn)}}.App-Orders-Dashboard{margin-top:60px;padding:0 24px;display:flex;justify-content:center;align-items:center;flex-direction:column}.App-Orders-Dashboard p{margin-bottom:20px;font-size:15px}.App-Orders-Dashboard p.loading{font-weight:700}.orders-page .icon-back{display:flex;align-items:center;font-size:12px;font-weight:700;margin:20px;width:auto;color:#666;text-transform:uppercase}.orders-page .icon-back:hover{color:#000}.orders-page .icon-back .icon{margin-right:5px;font-size:15px}.orders-page .App-Orders-Search-Page .search-header{padding:0 20px}.orders-page .App-Orders-Search-Page .search-header .input-component{width:80%;margin:auto;display:flex;align-items:center}.orders-page .App-Orders-Search-Page .search-header .input-component .form-input-component{width:100%}.App-sidebar{width:100px;background:#fff;border-right:1px solid #e0e0e0;z-index:10}.App-sidebar.mobile{display:none;position:fixed;height:100%;width:100%;background:rgba(0,0,0,.15);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.App-sidebar.mobile .sidebar{display:block;background:#fff;width:100px;height:100%}.App-sidebar.mobile.show{display:block}.App-sidebar h2{text-align:center}.App-sidebar-links,.App-sidebar-links a{display:flex;flex-direction:column}.App-sidebar-links a{width:100%;color:#000;text-decoration:none;min-height:60px;border-bottom:1px solid #eee;align-items:center;justify-content:center;transition:background .3s ease-out}.App-sidebar-links a p{padding:0;font-size:12px;margin:5px 0 0}.App-sidebar-links a.active,.App-sidebar-links a:hover{background:#efefef}.App-sidebar-links a .Icon{font-size:20px}#modal{z-index:99;position:relative}#modal .modal-component-wrapper{opacity:0;transform:translate3d(0,15vh,0);transition:opacity .3s ease,transform .35s ease;overflow:visible}#modal .modal-component-wrapper::-webkit-scrollbar{display:none}#modal.enter-done .modal-component{pointer-events:all}#modal.enter-done .modal-component-wrapper{opacity:1;transform:translate3d(0,-.5px,0)}#modal.enter-done .overlay{opacity:1}#modal.exit-active .modal-component{pointer-events:none}#modal.exit-active .modal-component-wrapper{opacity:0;transform:translate3d(0,15vh,0)}#modal.exit-active .overlay{opacity:0}#modal.widebug .modal-component-wrapper{max-width:80%}.modal-component{position:fixed;top:50%;transform:translate3d(0,-50%,0);left:0;height:100%;width:100%;z-index:9;display:flex;align-items:center;pointer-events:none}.modal-component.no-overflow .modal-component-wrapper{overflow:hidden}.modal-component.body-no-pb .modal-body{padding-bottom:0}.modal-component hr{border:1px solid var(--background-tertiary);margin:1.5vw 0}@media screen and (max-width:1194px){.modal-component hr{margin:2.0100502513vw 0}}@media screen and (max-width:900px){.modal-component hr{margin:2.6666666667vw 0}}@media screen and (max-width:400px){.modal-component hr{margin:6vw 0}}.modal-component-wrapper{width:100%;max-width:49.6875vw;border-radius:1vw;max-height:90vh;overflow-x:hidden;overflow-y:scroll;background-color:var(--background-primary);margin:auto;z-index:10;position:relative;box-shadow:0 0 35px 10px rgba(0,0,0,.2);-webkit-overflow-scrolling:touch}@media screen and (max-width:1194px){.modal-component-wrapper{max-width:66.5829145729vw}}@media screen and (max-width:900px){.modal-component-wrapper{max-width:88.3333333333vw}}@media screen and (max-width:400px){.modal-component-wrapper{max-width:198.75vw}}@media screen and (max-width:1194px){.modal-component-wrapper{border-radius:1.3400335008vw}}@media screen and (max-width:900px){.modal-component-wrapper{border-radius:1.7777777778vw}}@media screen and (max-width:400px){.modal-component-wrapper{border-radius:4vw}}@media(max-width:968px){.modal-component-wrapper{max-width:90%}}@media(max-width:768px){.modal-component-wrapper{max-width:100%;margin-bottom:-10px}}.modal-component-wrapper.disabled .modal-body,.modal-component-wrapper.disabled .modal-header .left{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.5}.modal-component .overlay{-webkit-tap-highlight-color:transparent;width:100%;height:100%;position:fixed;top:0;left:0;background-color:rgba(0,0,0,.4);opacity:0;transition:opacity .3s ease;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;user-select:none}.modal-component .overlay:active{outline:none}.modal-component .modal-header{display:flex;align-items:center;max-height:4.0625vw;border-top-left-radius:1vw;border-top-right-radius:1vw;padding:1.25vw;justify-content:space-between;border-bottom:1px solid var(--background-tertiary);position:sticky;top:0;background:var(--background-primary);z-index:4}@media screen and (max-width:1194px){.modal-component .modal-header{max-height:5.4438860972vw}}@media screen and (max-width:900px){.modal-component .modal-header{max-height:7.2222222222vw}}@media screen and (max-width:400px){.modal-component .modal-header{max-height:16.25vw}}@media screen and (max-width:1194px){.modal-component .modal-header{border-top-left-radius:1.3400335008vw}}@media screen and (max-width:900px){.modal-component .modal-header{border-top-left-radius:1.7777777778vw}}@media screen and (max-width:400px){.modal-component .modal-header{border-top-left-radius:4vw}}@media screen and (max-width:1194px){.modal-component .modal-header{border-top-right-radius:1.3400335008vw}}@media screen and (max-width:900px){.modal-component .modal-header{border-top-right-radius:1.7777777778vw}}@media screen and (max-width:400px){.modal-component .modal-header{border-top-right-radius:4vw}}@media screen and (max-width:1194px){.modal-component .modal-header{padding:1.675041876vw}}@media screen and (max-width:900px){.modal-component .modal-header{padding:2.2222222222vw}}@media screen and (max-width:400px){.modal-component .modal-header{padding:5vw}}.modal-component .modal-header .left{display:flex;align-items:center;transition:opacity .3s ease}.modal-component .modal-header .left .HMIcons{font-size:1.5vw;cursor:pointer}@media screen and (max-width:1194px){.modal-component .modal-header .left .HMIcons{font-size:2.0100502513vw}}@media screen and (max-width:900px){.modal-component .modal-header .left .HMIcons{font-size:2.6666666667vw}}@media screen and (max-width:400px){.modal-component .modal-header .left .HMIcons{font-size:6vw}}.modal-component .modal-header .left .header4{margin-left:1.5625vw;text-transform:capitalize}@media screen and (max-width:1194px){.modal-component .modal-header .left .header4{margin-left:2.0938023451vw}}@media screen and (max-width:900px){.modal-component .modal-header .left .header4{margin-left:2.7777777778vw}}@media screen and (max-width:400px){.modal-component .modal-header .left .header4{margin-left:6.25vw}}.modal-component .modal-header .left .header4.no-ml{margin-left:0}.modal-component .modal-header .action button{padding:.625vw .9375vw;border-radius:3.125vw;border:none;background-color:var(--themeD3);color:var(--background-secondary);transition:opacity .4s ease;font-size:.9375vw;font-family:Gotham,Serif;outline:none;opacity:1;transition:opacity .3s ease;min-width:120px}@media screen and (max-width:1194px){.modal-component .modal-header .action button{padding:.837520938vw 1.256281407vw}}@media screen and (max-width:900px){.modal-component .modal-header .action button{padding:1.1111111111vw 1.6666666667vw}}@media screen and (max-width:400px){.modal-component .modal-header .action button{padding:2.5vw 3.75vw}}@media screen and (max-width:1194px){.modal-component .modal-header .action button{border-radius:4.1876046901vw}}@media screen and (max-width:900px){.modal-component .modal-header .action button{border-radius:5.5555555556vw}}@media screen and (max-width:400px){.modal-component .modal-header .action button{border-radius:12.5vw}}.modal-component .modal-header .action button:active{opacity:.7}@media screen and (max-width:1194px){.modal-component .modal-header .action button{font-size:1.256281407vw}}@media screen and (max-width:900px){.modal-component .modal-header .action button{font-size:1.6666666667vw}}@media screen and (max-width:400px){.modal-component .modal-header .action button{font-size:3.75vw}}@media(max-width:768px){.modal-component .modal-header .action button{min-width:auto;padding:10px 16px}}.modal-component .modal-header .action button.danger{background-color:var(--status-verybad);color:var(--background-secondary)}.modal-component .modal-header .action button.no-bg{background-color:transparent;color:var(--label-primary);text-align:right;font-size:1vw}@media screen and (max-width:1194px){.modal-component .modal-header .action button.no-bg{font-size:1.3400335008vw}}@media screen and (max-width:900px){.modal-component .modal-header .action button.no-bg{font-size:1.7777777778vw}}@media screen and (max-width:400px){.modal-component .modal-header .action button.no-bg{font-size:4vw}}.modal-component .modal-body{padding:1.875vw 0;position:relative;transition:opacity .3s ease}@media screen and (max-width:1194px){.modal-component .modal-body{padding:2.5125628141vw 0}}@media screen and (max-width:900px){.modal-component .modal-body{padding:3.3333333333vw 0}}@media screen and (max-width:400px){.modal-component .modal-body{padding:7.5vw 0}}@media(max-width:768px){.modal-component .modal-body{margin-bottom:30px}}.modal-component .modal-body::-webkit-scrollbar{display:none}.default-modal-content .produts-inputs{display:flex;justify-content:space-between}.default-modal-content .product-furnitures{position:relative;display:flex;justify-content:center;align-items:flex-start;width:100%;padding:20px 0}.default-modal-content .product-furnitures-selection{width:100%}.default-modal-content .product-furnitures-selection:first-child{margin-right:1px solid grey}.default-modal-content .product-furnitures-selection .form-input-component{width:100%}.default-modal-content .tags{margin-top:20px}.default-modal-content .tags .tag-item{display:flex;justify-content:space-between;align-items:center;font-size:13px;margin-bottom:10px}.default-modal-content .tags .tag-item-name .HMIcons{margin-right:5px}.default-modal-content .tags .tag-item-stock{width:30px;border-bottom:1px solid #c2d2de;padding:2px 0;text-align:center;background:none}.default-modal-content .tags .tag-item-stock:focus{border-color:var(--themeD3)}.default-modal-content .tags .tag-item-stock.error{border-color:var(--status-verybad)}.default-modal-content .dropdown{position:absolute;background:#fff;z-index:999;width:100%;max-height:250px;overflow:scroll;border-radius:10px;box-shadow:0 2px 5px rgba(0,0,0,.5)}.default-modal-content .dropdown-item{padding:15px 0;border-bottom:1px solid #e0e0e0;font-size:13px;font-family:Gotham}.default-modal-content .inputs{display:flex;justify-content:space-between;flex-wrap:wrap}.default-modal-content .inputs .unit-question{font-size:15px;display:flex;align-items:center}.default-modal-content .inputs .unit-question span{cursor:pointer;display:inline-block;padding:5px 10px;background:#fff;border:1px solid #eee;border-radius:10px;margin-left:10px}.default-modal-content .inputs .unit-question span b{color:var(--status-good)}.default-modal-content .inputs .unit-question span b.red{color:var(--status-ok)}.sent-modal{text-align:center}.sent-modal-content{margin-top:.625vw}@media screen and (max-width:1194px){.sent-modal-content{margin-top:.837520938vw}}@media screen and (max-width:900px){.sent-modal-content{margin-top:1.1111111111vw}}@media screen and (max-width:400px){.sent-modal-content{margin-top:2.5vw}}.sent-modal .title{font-size:15px;color:#000;font-weight:700;margin-bottom:.625vw}@media screen and (max-width:1194px){.sent-modal .title{margin-bottom:.837520938vw}}@media screen and (max-width:900px){.sent-modal .title{margin-bottom:1.1111111111vw}}@media screen and (max-width:400px){.sent-modal .title{margin-bottom:2.5vw}}.sent-modal .inputs{display:flex;justify-content:space-between;flex-wrap:wrap}.sent-modal .inputs .form-input-component{width:100%;margin-top:10px}.default-modal{text-align:center}.default-modal-content{margin-top:3.125vw}@media screen and (max-width:1194px){.default-modal-content{margin-top:4.1876046901vw}}@media screen and (max-width:900px){.default-modal-content{margin-top:5.5555555556vw}}@media screen and (max-width:400px){.default-modal-content{margin-top:12.5vw}}.default-modal-content p{margin-top:1vw;color:var(--label-tertiary)}@media screen and (max-width:1194px){.default-modal-content p{margin-top:1.3400335008vw}}@media screen and (max-width:900px){.default-modal-content p{margin-top:1.7777777778vw}}@media screen and (max-width:400px){.default-modal-content p{margin-top:4vw}}.snackbar-component{display:flex;justify-content:center;position:fixed;top:30px;z-index:9;left:50%;right:50%;transform:translate3d(0,calc(-100% - 30px),0);transition:transform .45s ease}.snackbar-component.enter-done{transform:translateZ(0)}.snackbar-component .snackbar-inner{padding:20px;text-align:center;background-color:var(--themeD3);color:var(--background-secondary);border-radius:35px;white-space:nowrap}.snackbar-component .snackbar-inner.infos{background-color:var(--background-primary);color:var(--themeD3)}.snackbar-component .snackbar-inner.danger{background-color:var(--status-verybad)}.snackbar-component .snackbar-inner.success{background-color:var(--status-good)}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;overscroll-behavior-y:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;text-decoration:none;color:inherit;-webkit-tap-highlight-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal;border:none;outline:none;-webkit-appearance:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}h1,h2,h3,h4,h5,h6,label,p,span,ul{margin:0}ul{padding:0;list-style:none}[role=button],[role=link],button{outline:none;cursor:pointer}.HMIcons_utilitary_downsm{transition:transform .3s ease}.HMIcons_utilitary_downsm.rotate{transform:rotate(180deg)!important}@supports(--css:variables){:root{--background-primary:#edf4f9;--background-secondary:#fff;--background-tertiary:#f1ebd8;--background-quaternary:#e4ecf2;--background-quinary:rgba(7,26,83,0.1);--background-senary:#fafcfe;--background-07:#f5fbff;--label-primary:#000;--label-secondary:#333;--label-tertiary:#666;--label-quaternary:#9fbdcc;--label-graph:#999;--themeD3:#438b96;--themeD2:#00237e;--themeD1:#1541da;--theme:#0e97f5;--themeL1:#00c9ff;--themeL2:#29eaf8;--themeL3:#8bfbf9;--themeL4:#c8fff7;--status-good:#3ed696;--status-ok:#fcd227;--status-bad:#ffa532;--status-verybad:#ff5a48;--status-extreme:#e92c7d;--popL1:#29f8c9;--popL2:#29f899;--popL3:#9547ff;--medpro-green:#73bc96;--medpro-black:#010101;--etsy-color:#f1641e;--easing-transform:cubic-bezier(0.165,0.84,0.44,1)}}@font-face{font-family:Gotham;src:url(/assets/fonts/withings/Gotham-Light.woff2?fb52d643d0b1fd190d3ce773923b680e) format("woff2"),url(/assets/fonts/withings/Gotham-Light.woff?3639c167d7db73e01584e79b99eecae9) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Gotham;src:url(/assets/fonts/withings/Gotham-Book.woff2?be82b4e51735c6412f36133821f8c849) format("woff2"),url(/assets/fonts/withings/Gotham-Book.woff?7d4b2e73e7bf7b8a03f3809d9450885d) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Gotham;src:url(/assets/fonts/withings/Gotham-Medium.woff2?b2b6b1ad7b2ac3e5e92e0249c4869054) format("woff2"),url(/assets/fonts/withings/Gotham-Medium.woff?7c5fc3762be637602d9021457b5c5b44) format("woff");font-weight:500;font-style:normal}@font-face{font-family:Gotham;src:url(/assets/fonts/withings/Gotham-Bold.woff2?38f98d84ecf93f51668400feb6d52923) format("woff2"),url(/assets/fonts/withings/Gotham-Bold.woff?cbfd6dcb6b141651da4e00bf134eafaa) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Gotham Rounded;src:url(/assets/fonts/withings/GothamRounded-Light.woff2?d4f35094a237b47c54e335309b73efd3) format("woff2"),url(/assets/fonts/withings/GothamRounded-Light.woff?f2d6aa9aeea75a50710093c59434472a) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Gotham Rounded;src:url(/assets/fonts/withings/GothamRounded-Book.woff2?8e267ddb4734795dcfd59e6749b211b3) format("woff2"),url(/assets/fonts/withings/GothamRounded-Book.woff?e4d3e8a24917b96ed1521e519712af0e) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Gotham Rounded;src:url(/assets/fonts/withings/GothamRounded-Medium.woff2?697fd8cd1d6038714e93965f0b797904) format("woff2"),url(/assets/fonts/withings/GothamRounded-Medium.woff?a17fa885e548e264531eebb652a1f8ef) format("woff");font-weight:500;font-style:normal}@font-face{font-family:Gotham Rounded;src:url(/assets/fonts/withings/GothamRounded-Bold.woff2?cf6af960be2a0419fe1c882a8e7e513f) format("woff2"),url(/assets/fonts/withings/GothamRounded-Bold.woff?c256e2bbb027178153b5f727bf7ac841) format("woff");font-weight:600;font-style:normal}.Data1{font-family:Gotham Rounded,Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:5vw;font-weight:300;line-height:1.2;letter-spacing:.09375vw}@media screen and (max-width:1194px){.Data1{font-size:6.7001675042vw}}@media screen and (max-width:900px){.Data1{font-size:8.8888888889vw}}@media screen and (max-width:400px){.Data1{font-size:20vw}}@media screen and (max-width:1194px){.Data1{letter-spacing:.1256281407vw}}@media screen and (max-width:900px){.Data1{letter-spacing:.1666666667vw}}@media screen and (max-width:400px){.Data1{letter-spacing:.375vw}}.Data2{font-family:Gotham Rounded,Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:3vw;font-weight:300;line-height:1.25;letter-spacing:-.0625vw}@media screen and (max-width:1194px){.Data2{font-size:4.0201005025vw}}@media screen and (max-width:900px){.Data2{font-size:5.3333333333vw}}@media screen and (max-width:400px){.Data2{font-size:12vw}}@media screen and (max-width:1194px){.Data2{letter-spacing:-.0837520938vw}}@media screen and (max-width:900px){.Data2{letter-spacing:-.1111111111vw}}@media screen and (max-width:400px){.Data2{letter-spacing:-.25vw}}.Data3{font-family:Gotham Rounded,Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25vw;font-weight:300;line-height:1.33;letter-spacing:-.046875vw}@media screen and (max-width:1194px){.Data3{font-size:3.0150753769vw}}@media screen and (max-width:900px){.Data3{font-size:4vw}}@media screen and (max-width:400px){.Data3{font-size:9vw}}@media screen and (max-width:1194px){.Data3{letter-spacing:-.0628140704vw}}@media screen and (max-width:900px){.Data3{letter-spacing:-.0833333333vw}}@media screen and (max-width:400px){.Data3{letter-spacing:-.1875vw}}.smallSpan{font-family:Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.75vw;font-weight:400;line-height:1.33;letter-spacing:normal;text-transform:capitalize}@media screen and (max-width:1194px){.smallSpan{font-size:1.0050251256vw}}@media screen and (max-width:900px){.smallSpan{font-size:1.3333333333vw}}@media screen and (max-width:400px){.smallSpan{font-size:3vw}}.header1{font-family:Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;line-height:1.13;font-size:2vw}@media screen and (max-width:1194px){.header1{font-size:2.6800670017vw}}@media screen and (max-width:900px){.header1{font-size:3.5555555556vw}}@media screen and (max-width:400px){.header1{font-size:8vw}}.Data4{font-family:Gotham Rounded,Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875vw;line-height:1.2;letter-spacing:-.046875vw}@media screen and (max-width:1194px){.Data4{font-size:2.5125628141vw}}@media screen and (max-width:900px){.Data4{font-size:3.3333333333vw}}@media screen and (max-width:400px){.Data4{font-size:7.5vw}}@media screen and (max-width:1194px){.Data4{letter-spacing:-.0628140704vw}}@media screen and (max-width:900px){.Data4{letter-spacing:-.0833333333vw}}@media screen and (max-width:400px){.Data4{letter-spacing:-.1875vw}}.header2Bold{font-family:Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5vw;font-weight:600;line-height:1.17;letter-spacing:-.0125vw}@media screen and (max-width:1194px){.header2Bold{font-size:2.0100502513vw}}@media screen and (max-width:900px){.header2Bold{font-size:2.6666666667vw}}@media screen and (max-width:400px){.header2Bold{font-size:6vw}}@media screen and (max-width:1194px){.header2Bold{letter-spacing:-.0167504188vw}}@media screen and (max-width:900px){.header2Bold{letter-spacing:-.0222222222vw}}@media screen and (max-width:400px){.header2Bold{letter-spacing:-.05vw}}.Data5{font-family:Gotham Rounded,Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5vw;font-weight:300;line-height:1.17;letter-spacing:.03125vw}@media screen and (max-width:1194px){.Data5{font-size:2.0100502513vw}}@media screen and (max-width:900px){.Data5{font-size:2.6666666667vw}}@media screen and (max-width:400px){.Data5{font-size:6vw}}@media screen and (max-width:1194px){.Data5{letter-spacing:.0418760469vw}}@media screen and (max-width:900px){.Data5{letter-spacing:.0555555556vw}}@media screen and (max-width:400px){.Data5{letter-spacing:.125vw}}.Insight{font-family:Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.375vw;font-weight:600;line-height:1.27}@media screen and (max-width:1194px){.Insight{font-size:1.8425460637vw}}@media screen and (max-width:900px){.Insight{font-size:2.4444444444vw}}@media screen and (max-width:400px){.Insight{font-size:5.5vw}}.header2Article{font-family:Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.375vw;font-weight:500;line-height:1.27;letter-spacing:-.01125vw}@media screen and (max-width:1194px){.header2Article{font-size:1.8425460637vw}}@media screen and (max-width:900px){.header2Article{font-size:2.4444444444vw}}@media screen and (max-width:400px){.header2Article{font-size:5.5vw}}@media screen and (max-width:1194px){.header2Article{letter-spacing:-.0150753769vw}}@media screen and (max-width:900px){.header2Article{letter-spacing:-.02vw}}@media screen and (max-width:400px){.header2Article{letter-spacing:-.045vw}}.header2{font-family:Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.375vw;font-weight:500;line-height:1.27;letter-spacing:-.01125vw}@media screen and (max-width:1194px){.header2{font-size:1.8425460637vw}}@media screen and (max-width:900px){.header2{font-size:2.4444444444vw}}@media screen and (max-width:400px){.header2{font-size:5.5vw}}@media screen and (max-width:1194px){.header2{letter-spacing:-.0150753769vw}}@media screen and (max-width:900px){.header2{letter-spacing:-.02vw}}@media screen and (max-width:400px){.header2{letter-spacing:-.045vw}}.header3{font-family:Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125vw;font-weight:500;line-height:1.33;text-transform:capitalize;letter-spacing:-.01125vw}@media screen and (max-width:1194px){.header3{font-size:1.5075376884vw}}@media screen and (max-width:900px){.header3{font-size:2vw}}@media screen and (max-width:400px){.header3{font-size:4.5vw}}@media screen and (max-width:1194px){.header3{letter-spacing:-.0150753769vw}}@media screen and (max-width:900px){.header3{letter-spacing:-.02vw}}@media screen and (max-width:400px){.header3{letter-spacing:-.045vw}}.metricTitle{font-family:Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1vw;font-weight:500;line-height:1.25}@media screen and (max-width:1194px){.metricTitle{font-size:1.3400335008vw}}@media screen and (max-width:900px){.metricTitle{font-size:1.7777777778vw}}@media screen and (max-width:400px){.metricTitle{font-size:4vw}}.header4{font-family:Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1vw;font-weight:500;line-height:1.25;letter-spacing:-.01125vw}@media screen and (max-width:1194px){.header4{font-size:1.3400335008vw}}@media screen and (max-width:900px){.header4{font-size:1.7777777778vw}}@media screen and (max-width:400px){.header4{font-size:4vw}}@media screen and (max-width:1194px){.header4{letter-spacing:-.0150753769vw}}@media screen and (max-width:900px){.header4{letter-spacing:-.02vw}}@media screen and (max-width:400px){.header4{letter-spacing:-.045vw}}.cellValue{font-family:Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1vw;line-height:1.25}@media screen and (max-width:1194px){.cellValue{font-size:1.3400335008vw}}@media screen and (max-width:900px){.cellValue{font-size:1.7777777778vw}}@media screen and (max-width:400px){.cellValue{font-size:4vw}}.cellLabel{font-family:Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1vw;line-height:1.25}@media screen and (max-width:1194px){.cellLabel{font-size:1.3400335008vw}}@media screen and (max-width:900px){.cellLabel{font-size:1.7777777778vw}}@media screen and (max-width:400px){.cellLabel{font-size:4vw}}.buttonPrimary{font-family:Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1vw;line-height:1.25;letter-spacing:.029375vw}@media screen and (max-width:1194px){.buttonPrimary{font-size:1.3400335008vw}}@media screen and (max-width:900px){.buttonPrimary{font-size:1.7777777778vw}}@media screen and (max-width:400px){.buttonPrimary{font-size:4vw}}@media screen and (max-width:1194px){.buttonPrimary{letter-spacing:.0393634841vw}}@media screen and (max-width:900px){.buttonPrimary{letter-spacing:.0522222222vw}}@media screen and (max-width:400px){.buttonPrimary{letter-spacing:.1175vw}}.bodyBoldCounter{font-family:Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9375vw;font-weight:600;line-height:1.33}@media screen and (max-width:1194px){.bodyBoldCounter{font-size:1.256281407vw}}@media screen and (max-width:900px){.bodyBoldCounter{font-size:1.6666666667vw}}@media screen and (max-width:400px){.bodyBoldCounter{font-size:3.75vw}}.bodyBold{font-family:Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9375vw;font-weight:600;line-height:1.33}@media screen and (max-width:1194px){.bodyBold{font-size:1.256281407vw}}@media screen and (max-width:900px){.bodyBold{font-size:1.6666666667vw}}@media screen and (max-width:400px){.bodyBold{font-size:3.75vw}}.buttonMini{font-family:Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9375vw;line-height:1.33}@media screen and (max-width:1194px){.buttonMini{font-size:1.256281407vw}}@media screen and (max-width:900px){.buttonMini{font-size:1.6666666667vw}}@media screen and (max-width:400px){.buttonMini{font-size:3.75vw}}.bodyRegular{font-family:Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9375vw;line-height:1.33}@media screen and (max-width:1194px){.bodyRegular{font-size:1.256281407vw}}@media screen and (max-width:900px){.bodyRegular{font-size:1.6666666667vw}}@media screen and (max-width:400px){.bodyRegular{font-size:3.75vw}}.bodyBullet{font-family:Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9375vw;line-height:1.33}@media screen and (max-width:1194px){.bodyBullet{font-size:1.256281407vw}}@media screen and (max-width:900px){.bodyBullet{font-size:1.6666666667vw}}@media screen and (max-width:400px){.bodyBullet{font-size:3.75vw}}.subtextRegular{font-family:Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875vw;line-height:1.43}@media screen and (max-width:1194px){.subtextRegular{font-size:1.1725293132vw}}@media screen and (max-width:900px){.subtextRegular{font-size:1.5555555556vw}}@media screen and (max-width:400px){.subtextRegular{font-size:3.5vw}}.headerBar{font-family:Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.75vw;font-weight:600;line-height:1.33;letter-spacing:.125vw}@media screen and (max-width:1194px){.headerBar{font-size:1.0050251256vw}}@media screen and (max-width:900px){.headerBar{font-size:1.3333333333vw}}@media screen and (max-width:400px){.headerBar{font-size:3vw}}@media screen and (max-width:1194px){.headerBar{letter-spacing:.1675041876vw}}@media screen and (max-width:900px){.headerBar{letter-spacing:.2222222222vw}}@media screen and (max-width:400px){.headerBar{letter-spacing:.5vw}}.buttonInline{font-family:Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.75vw;font-weight:500;line-height:1.33}@media screen and (max-width:1194px){.buttonInline{font-size:1.0050251256vw}}@media screen and (max-width:900px){.buttonInline{font-size:1.3333333333vw}}@media screen and (max-width:400px){.buttonInline{font-size:3vw}}.eyebrow{font-family:Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.75vw;line-height:1.33;letter-spacing:.03125vw}@media screen and (max-width:1194px){.eyebrow{font-size:1.0050251256vw}}@media screen and (max-width:900px){.eyebrow{font-size:1.3333333333vw}}@media screen and (max-width:400px){.eyebrow{font-size:3vw}}@media screen and (max-width:1194px){.eyebrow{letter-spacing:.0418760469vw}}@media screen and (max-width:900px){.eyebrow{letter-spacing:.0555555556vw}}@media screen and (max-width:400px){.eyebrow{letter-spacing:.125vw}}.error{font-family:Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.75vw;line-height:1.33}@media screen and (max-width:1194px){.error{font-size:1.0050251256vw}}@media screen and (max-width:900px){.error{font-size:1.3333333333vw}}@media screen and (max-width:400px){.error{font-size:3vw}}.detailLarge{font-family:Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.75vw;line-height:1.33}@media screen and (max-width:1194px){.detailLarge{font-size:1.0050251256vw}}@media screen and (max-width:900px){.detailLarge{font-size:1.3333333333vw}}@media screen and (max-width:400px){.detailLarge{font-size:3vw}}.buttonCaps{font-family:Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.75vw;line-height:1.33}@media screen and (max-width:1194px){.buttonCaps{font-size:1.0050251256vw}}@media screen and (max-width:900px){.buttonCaps{font-size:1.3333333333vw}}@media screen and (max-width:400px){.buttonCaps{font-size:3vw}}.smallBold{font-family:Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.625vw;font-weight:500;line-height:1.4}@media screen and (max-width:1194px){.smallBold{font-size:.837520938vw}}@media screen and (max-width:900px){.smallBold{font-size:1.1111111111vw}}@media screen and (max-width:400px){.smallBold{font-size:2.5vw}}.graph{font-family:Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.625vw;font-weight:500;line-height:1.6}@media screen and (max-width:1194px){.graph{font-size:.837520938vw}}@media screen and (max-width:900px){.graph{font-size:1.1111111111vw}}@media screen and (max-width:400px){.graph{font-size:2.5vw}}.detailSmall{font-family:Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.625vw;line-height:1.6}@media screen and (max-width:1194px){.detailSmall{font-size:.837520938vw}}@media screen and (max-width:900px){.detailSmall{font-size:1.1111111111vw}}@media screen and (max-width:400px){.detailSmall{font-size:2.5vw}}.detail{font-family:Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.625vw;line-height:1.6}@media screen and (max-width:1194px){.detail{font-size:.837520938vw}}@media screen and (max-width:900px){.detail{font-size:1.1111111111vw}}@media screen and (max-width:400px){.detail{font-size:2.5vw}}.tabBarOn{font-family:Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.5625vw;font-weight:600;line-height:1.78}@media screen and (max-width:1194px){.tabBarOn{font-size:.7537688442vw}}@media screen and (max-width:900px){.tabBarOn{font-size:1vw}}@media screen and (max-width:400px){.tabBarOn{font-size:2.25vw}}.tabBarOff{font-family:Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.5625vw;font-weight:500;line-height:1.78}@media screen and (max-width:1194px){.tabBarOff{font-size:.7537688442vw}}@media screen and (max-width:900px){.tabBarOff{font-size:1vw}}@media screen and (max-width:400px){.tabBarOff{font-size:2.25vw}}.logo-med-pro{font-family:Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.5vw;font-weight:500;display:flex;align-items:center;text-transform:uppercase;color:var(--medpro-green)}@media screen and (max-width:1194px){.logo-med-pro{font-size:3.3500837521vw}}@media screen and (max-width:900px){.logo-med-pro{font-size:4.4444444444vw}}@media screen and (max-width:400px){.logo-med-pro{font-size:10vw}}.logo-med-pro .black{color:var(--medpro-black);margin-left:.5625vw}@media screen and (max-width:1194px){.logo-med-pro .black{margin-left:.7537688442vw}}@media screen and (max-width:900px){.logo-med-pro .black{margin-left:1vw}}@media screen and (max-width:400px){.logo-med-pro .black{margin-left:2.25vw}}.logo-med-pro .dot{width:.375vw;height:.375vw;margin:.375vw;border-radius:50%;background:var(--medpro-green)}@media screen and (max-width:1194px){.logo-med-pro .dot{width:.5025125628vw}}@media screen and (max-width:900px){.logo-med-pro .dot{width:.6666666667vw}}@media screen and (max-width:400px){.logo-med-pro .dot{width:1.5vw}}@media screen and (max-width:1194px){.logo-med-pro .dot{height:.5025125628vw}}@media screen and (max-width:900px){.logo-med-pro .dot{height:.6666666667vw}}@media screen and (max-width:400px){.logo-med-pro .dot{height:1.5vw}}@media screen and (max-width:1194px){.logo-med-pro .dot{margin:.5025125628vw}}@media screen and (max-width:900px){.logo-med-pro .dot{margin:.6666666667vw}}@media screen and (max-width:400px){.logo-med-pro .dot{margin:1.5vw}}.colorGood{color:var(--status-good)}.colorOk{color:var(--status-ok)}.colorBad{color:var(--status-bad)}.colorVeryBad{color:var(--status-verybad)}.colorExtreme{color:var(--status-extreme)}@font-face{font-family:HMIconFont;src:url(/assets/fonts/icons/hmicons.ttf?309a7fbe2ad8fe663d16899e62ff2b81#iefix) format("truetype"),url(/assets/fonts/icons/hmicons.woff?6eeba6af936db1da6ce8b6e17f7eb280) format("woff"),url(/assets/fonts/icons/hmicons.eot?00cf5bd92371390d26c78240520a3b11) format("eot"),url(/assets/fonts/icons/hmicons.woff2?7fe73e1d203c0497f589838f7ab3f706) format("woff2");font-weight:400;font-style:normal}[class*=HMIcons_]{font-family:HMIconFont,Serif!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.HMIcons_interaction_intdrag1:before{content:""}.HMIcons_interaction_intdrag2:before{content:""}.HMIcons_interaction_intdrag3:before{content:""}.HMIcons_interaction_introtate:before{content:""}.HMIcons_interaction_introtate2:before{content:""}.HMIcons_interaction_intswipe:before{content:""}.HMIcons_interaction_intswipeleft:before{content:""}.HMIcons_interaction_intswiperight:before{content:""}.HMIcons_interaction_intzoom:before{content:""}.HMIcons_interaction_phonerotate:before{content:""}.HMIcons_logo_android:before{content:""}.HMIcons_logo_apple:before{content:""}.HMIcons_logo_bch:before{content:""}.HMIcons_logo_facebook:before{content:""}.HMIcons_logo_facebook2:before{content:""}.HMIcons_logo_google:before{content:""}.HMIcons_logo_google2:before{content:""}.HMIcons_logo_homelogo:before{content:""}.HMIcons_logo_nikefuel:before{content:""}.HMIcons_logo_nikeplus:before{content:""}.HMIcons_logo_spotify:before{content:""}.HMIcons_logo_spotify2:before{content:""}.HMIcons_logo_twitter:before{content:""}.HMIcons_logo_twitter2:before{content:""}.HMIcons_menu_book2:before{content:""}.HMIcons_menu_book3:before{content:""}.HMIcons_menu_device2:before{content:""}.HMIcons_menu_devices3:before{content:""}.HMIcons_menu_home2:before{content:""}.HMIcons_menu_home3:before{content:""}.HMIcons_menu_profile2:before{content:""}.HMIcons_menu_profile3:before{content:""}.HMIcons_menu_star3:before{content:""}.HMIcons_menu_star4:before{content:""}.HMIcons_menu_star5:before{content:""}.HMIcons_player_forward:before{content:""}.HMIcons_player_forward2:before{content:""}.HMIcons_player_pause:before{content:""}.HMIcons_player_pause2:before{content:""}.HMIcons_player_play:before{content:""}.HMIcons_player_play2:before{content:""}.HMIcons_player_rewind:before{content:""}.HMIcons_player_rewind2:before{content:""}.HMIcons_player_skipnext:before{content:""}.HMIcons_player_skipnext3:before{content:""}.HMIcons_player_skipnext4:before{content:""}.HMIcons_player_skipprevious:before{content:""}.HMIcons_player_skipprevious3:before{content:""}.HMIcons_player_skipprevious4:before{content:""}.HMIcons_player_snooze:before{content:""}.HMIcons_player_stop:before{content:""}.HMIcons_player_stop2:before{content:""}.HMIcons_rounded_alarmclock1:before{content:""}.HMIcons_rounded_alarmclock2:before{content:""}.HMIcons_rounded_baby3:before{content:""}.HMIcons_rounded_baby4:before{content:""}.HMIcons_rounded_baby5:before{content:""}.HMIcons_rounded_bell3:before{content:""}.HMIcons_rounded_bell4:before{content:""}.HMIcons_rounded_bof1:before{content:""}.HMIcons_rounded_bt1:before{content:""}.HMIcons_rounded_bt2:before{content:""}.HMIcons_rounded_bt3:before{content:""}.HMIcons_rounded_cup3:before{content:""}.HMIcons_rounded_cup4:before{content:""}.HMIcons_rounded_dnd3:before{content:""}.HMIcons_rounded_dnd4:before{content:""}.HMIcons_rounded_downrd:before{content:""}.HMIcons_rounded_downrd2:before{content:""}.HMIcons_rounded_earth:before{content:""}.HMIcons_rounded_earth2:before{content:""}.HMIcons_rounded_empty:before{content:""}.HMIcons_rounded_ethernet1:before{content:""}.HMIcons_rounded_ethernet2:before{content:""}.HMIcons_rounded_flatrd:before{content:""}.HMIcons_rounded_flatrd2:before{content:""}.HMIcons_rounded_flatrd3:before{content:""}.HMIcons_rounded_food1:before{content:""}.HMIcons_rounded_food2:before{content:""}.HMIcons_rounded_happy1:before{content:""}.HMIcons_rounded_help:before{content:""}.HMIcons_rounded_help2:before{content:""}.HMIcons_rounded_info:before{content:""}.HMIcons_rounded_info2:before{content:""}.HMIcons_rounded_insights1:before{content:""}.HMIcons_rounded_insights2:before{content:""}.HMIcons_rounded_lightening:before{content:""}.HMIcons_rounded_lightening2:before{content:""}.HMIcons_rounded_location2:before{content:""}.HMIcons_rounded_lowbat1:before{content:""}.HMIcons_rounded_lowbat2:before{content:""}.HMIcons_rounded_man2:before{content:""}.HMIcons_rounded_man3:before{content:""}.HMIcons_rounded_man4:before{content:""}.HMIcons_rounded_mdownrd:before{content:""}.HMIcons_rounded_mdownrd2:before{content:""}.HMIcons_rounded_mdownrd3:before{content:""}.HMIcons_rounded_message:before{content:""}.HMIcons_rounded_message2:before{content:""}.HMIcons_rounded_minusrd:before{content:""}.HMIcons_rounded_minusrd2:before{content:""}.HMIcons_rounded_minusrd3:before{content:""}.HMIcons_rounded_mouaip1:before{content:""}.HMIcons_rounded_muprd:before{content:""}.HMIcons_rounded_muprd2:before{content:""}.HMIcons_rounded_muprd3:before{content:""}.HMIcons_rounded_next:before{content:""}.HMIcons_rounded_next2:before{content:""}.HMIcons_rounded_next3:before{content:""}.HMIcons_rounded_nok:before{content:""}.HMIcons_rounded_nok2:before{content:""}.HMIcons_rounded_nok3:before{content:""}.HMIcons_rounded_ok:before{content:""}.HMIcons_rounded_ok2:before{content:""}.HMIcons_rounded_ok3:before{content:""}.HMIcons_rounded_people1:before{content:""}.HMIcons_rounded_people2:before{content:""}.HMIcons_rounded_plusrd:before{content:""}.HMIcons_rounded_plusrd2:before{content:""}.HMIcons_rounded_plusrd3:before{content:""}.HMIcons_rounded_prev:before{content:""}.HMIcons_rounded_prev2:before{content:""}.HMIcons_rounded_prev3:before{content:""}.HMIcons_rounded_privacy3:before{content:""}.HMIcons_rounded_privacy4:before{content:""}.HMIcons_rounded_robot1:before{content:""}.HMIcons_rounded_robot2:before{content:""}.HMIcons_rounded_roundedheart:before{content:""}.HMIcons_rounded_roundedheart2:before{content:""}.HMIcons_rounded_roundedheart3:before{content:""}.HMIcons_rounded_roundedrun:before{content:""}.HMIcons_rounded_roundedrun2:before{content:""}.HMIcons_rounded_roundedrun3:before{content:""}.HMIcons_rounded_roundedwalk:before{content:""}.HMIcons_rounded_roundedwalk2:before{content:""}.HMIcons_rounded_roundedwalk3:before{content:""}.HMIcons_utilitary_more:before{content:""}.HMIcons_rounded_roundmore2:before{content:"···"}.HMIcons_rounded_sad1:before{content:""}.HMIcons_rounded_snooze2:before{content:""}.HMIcons_rounded_star:before{content:""}.HMIcons_rounded_star7:before{content:""}.HMIcons_rounded_target1:before{content:""}.HMIcons_rounded_target2:before{content:""}.HMIcons_rounded_uprd:before{content:""}.HMIcons_rounded_uprd2:before{content:""}.HMIcons_rounded_uprd3:before{content:""}.HMIcons_rounded_usb1:before{content:""}.HMIcons_rounded_usb2:before{content:""}.HMIcons_rounded_warning:before{content:""}.HMIcons_rounded_warning2:before{content:""}.HMIcons_rounded_warning3:before{content:""}.HMIcons_rounded_wifi1:before{content:""}.HMIcons_rounded_wifi2:before{content:""}.HMIcons_rounded_woa1:before{content:""}.HMIcons_rounded_woman2:before{content:""}.HMIcons_rounded_woman3:before{content:""}.HMIcons_rounded_woman4:before{content:""}.HMIcons_stock_airplane1:before{content:""}.HMIcons_stock_airplane2:before{content:""}.HMIcons_stock_airquality:before{content:""}.HMIcons_stock_arm:before{content:""}.HMIcons_stock_baby1:before{content:""}.HMIcons_stock_badges1:before{content:""}.HMIcons_stock_bedroom:before{content:""}.HMIcons_stock_bell:before{content:""}.HMIcons_stock_bell2:before{content:""}.HMIcons_stock_book:before{content:""}.HMIcons_stock_bzzzit:before{content:""}.HMIcons_stock_cal:before{content:""}.HMIcons_stock_calorie:before{content:""}.HMIcons_stock_cam:before{content:""}.HMIcons_stock_cam3:before{content:""}.HMIcons_stock_cart:before{content:""}.HMIcons_stock_cup:before{content:""}.HMIcons_stock_day:before{content:""}.HMIcons_stock_device:before{content:""}.HMIcons_stock_distance:before{content:""}.HMIcons_stock_dnd1:before{content:""}.HMIcons_stock_dream:before{content:""}.HMIcons_stock_eye:before{content:""}.HMIcons_stock_eye2:before{content:""}.HMIcons_stock_eyeclose:before{content:""}.HMIcons_stock_feather:before{content:""}.HMIcons_stock_feather2:before{content:""}.HMIcons_stock_heart:before{content:""}.HMIcons_stock_heart2:before{content:""}.HMIcons_stock_heart3:before{content:""}.HMIcons_stock_home1:before{content:""}.HMIcons_stock_hr:before{content:""}.HMIcons_stock_humidity:before{content:""}.HMIcons_stock_lab1:before{content:""}.HMIcons_stock_language:before{content:""}.HMIcons_stock_leaderboard:before{content:""}.HMIcons_stock_light:before{content:""}.HMIcons_stock_lock:before{content:""}.HMIcons_stock_lotus:before{content:""}.HMIcons_stock_magic:before{content:""}.HMIcons_stock_mail:before{content:""}.HMIcons_stock_man:before{content:""}.HMIcons_stock_mappoint:before{content:""}.HMIcons_stock_message3:before{content:""}.HMIcons_stock_mic:before{content:""}.HMIcons_stock_month:before{content:""}.HMIcons_stock_month2:before{content:""}.HMIcons_stock_moon:before{content:""}.HMIcons_stock_mug:before{content:""}.HMIcons_stock_music:before{content:""}.HMIcons_stock_neutral:before{content:""}.HMIcons_stock_news:before{content:""}.HMIcons_stock_nightlight:before{content:""}.HMIcons_stock_noise:before{content:""}.HMIcons_stock_paperclip:before{content:""}.HMIcons_stock_pen:before{content:""}.HMIcons_stock_photoalbum1:before{content:""}.HMIcons_stock_photoalbum2:before{content:""}.HMIcons_stock_piano:before{content:""}.HMIcons_stock_pict:before{content:""}.HMIcons_stock_pie:before{content:""}.HMIcons_stock_pill:before{content:""}.HMIcons_stock_plan1:before{content:""}.HMIcons_stock_plan2:before{content:""}.HMIcons_stock_pressure:before{content:""}.HMIcons_stock_pressure2:before{content:""}.HMIcons_stock_privacy1:before{content:""}.HMIcons_stock_profile:before{content:""}.HMIcons_stock_radio:before{content:""}.HMIcons_stock_rocket:before{content:""}.HMIcons_stock_rocket2:before{content:""}.HMIcons_stock_sendandroid:before{content:""}.HMIcons_stock_settings:before{content:""}.HMIcons_stock_settings2:before{content:""}.HMIcons_stock_settings4:before{content:""}.HMIcons_stock_share2:before{content:""}.HMIcons_stock_sport:before{content:""}.HMIcons_stock_star2:before{content:""}.HMIcons_stock_sun:before{content:""}.HMIcons_stock_sun2:before{content:""}.HMIcons_stock_sunset:before{content:""}.HMIcons_stock_team1:before{content:""}.HMIcons_stock_temperature:before{content:""}.HMIcons_stock_thumbdown:before{content:""}.HMIcons_stock_thumbup:before{content:""}.HMIcons_stock_time:before{content:""}.HMIcons_stock_trend:before{content:""}.HMIcons_stock_week:before{content:""}.HMIcons_stock_woman:before{content:""}.HMIcons_stock_zen:before{content:""}.HMIcons_utilitary_back:before{content:""}.HMIcons_utilitary_battery0:before{content:""}.HMIcons_utilitary_battery1:before{content:""}.HMIcons_utilitary_battery2:before{content:""}.HMIcons_utilitary_battery3:before{content:""}.HMIcons_utilitary_battery4:before{content:""}.HMIcons_utilitary_battery5:before{content:""}.HMIcons_utilitary_battery6:before{content:""}.HMIcons_utilitary_battery7:before{content:""}.HMIcons_utilitary_battery8:before{content:""}.HMIcons_utilitary_battery9:before{content:""}.HMIcons_utilitary_battery10:before{content:""}.HMIcons_utilitary_battery11:before{content:""}.HMIcons_utilitary_cancel:before{content:""}.HMIcons_utilitary_check:before{content:""}.HMIcons_utilitary_close:before{content:""}.HMIcons_utilitary_curve:before{content:""}.HMIcons_utilitary_delete:before{content:""}.HMIcons_utilitary_deleteround:before{content:""}.HMIcons_utilitary_downsm:before{content:""}.HMIcons_utilitary_edit:before{content:""}.HMIcons_utilitary_edit2:before{content:""}.HMIcons_utilitary_grip:before{content:""}.HMIcons_utilitary_histo:before{content:""}.HMIcons_utilitary_import:before{content:""}.HMIcons_utilitary_importround:before{content:""}.HMIcons_utilitary_leftright:before{content:""}.HMIcons_utilitary_leftsm:before{content:""}.HMIcons_utilitary_lightdown:before{content:""}.HMIcons_utilitary_lightup:before{content:""}.HMIcons_utilitary_list:before{content:""}.HMIcons_utilitary_location:before{content:""}.HMIcons_utilitary_menu:before{content:""}.HMIcons_utilitary_menu2:before{content:""}.HMIcons_utilitary_messageround:before{content:""}.HMIcons_utilitary_next30:before{content:""}.HMIcons_utilitary_nextarrow:before{content:""}.HMIcons_utilitary_overview:before{content:""}.HMIcons_utilitary_plus:before{content:""}.HMIcons_utilitary_prev30:before{content:""}.HMIcons_utilitary_rightsm:before{content:""}.HMIcons_utilitary_search:before{content:""}.HMIcons_utilitary_select:before{content:""}.HMIcons_utilitary_settings3:before{content:""}.HMIcons_utilitary_share:before{content:""}.HMIcons_utilitary_shareround:before{content:""}.HMIcons_utilitary_sync:before{content:""}.HMIcons_utilitary_timeleft:before{content:""}.HMIcons_utilitary_timeright:before{content:""}.HMIcons_utilitary_trendbottom:before{content:""}.HMIcons_utilitary_trenddown:before{content:""}.HMIcons_utilitary_trendstable:before{content:""}.HMIcons_utilitary_trendtop:before{content:""}.HMIcons_utilitary_trendup:before{content:""}.HMIcons_utilitary_update:before{content:""}.HMIcons_utilitary_updown:before{content:""}.HMIcons_utilitary_upsm:before{content:""}.HMIcons_utilitary_videoback:before{content:""}.HMIcons_utilitary_voldown:before{content:""}.HMIcons_utilitary_volup:before{content:""}.HMIcons_utilitary_wifilvl0:before{content:""}.HMIcons_utilitary_wifilvl1:before{content:""}.HMIcons_utilitary_wifilvl2:before{content:""}.HMIcons_utilitary_wifilvl3:before{content:""}.HMIcons_utilitary_wifilvl4:before{content:""}.HMIcons_utilitary_zoom:before{content:""}.HMIcons_utilitary_zoomout:before{content:""}.HMIcons_utilitary_backandroid:before{content:""}@font-face{font-family:Flaticon;src:url(/assets/fonts/icons/Flaticon.eot?ebbcb56108927e52f1df4780706485df);src:url(/assets/fonts/icons/Flaticon.eot?ebbcb56108927e52f1df4780706485df?#iefix) format("embedded-opentype"),url(/assets/fonts/icons/Flaticon.woff2?b549ae42e56cfd21071ee9a1002d0ed0) format("woff2"),url(/assets/fonts/icons/Flaticon.woff?d4991493715c122259950eeace0364f3) format("woff"),url(/assets/fonts/icons/Flaticon.ttf?76ffcf7ef18e6b65847863ea635ed8e3) format("truetype"),url(/assets/fonts/icons/Flaticon.svg?d2a01ffe0101f32330e57da528b93aef#Flaticon) format("svg");font-weight:400;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:Flaticon;src:url(/assets/fonts/icons/Flaticon.svg?d2a01ffe0101f32330e57da528b93aef#Flaticon) format("svg")}}.Icon:before{display:inline-block;font-family:Flaticon;font-style:normal;font-weight:400;font-variant:normal;line-height:1;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased}.Icon_home:before{content:""}.Icon_stock:before{content:""}.Icon_order:before{content:""}form.flex{display:flex;flex-wrap:wrap;justify-content:space-between}.form-input-component,.form-select-component{position:relative;width:calc(50% - 10px);height:100%;margin-top:2.1875vw}@media screen and (max-width:1194px){.form-input-component,.form-select-component{margin-top:2.9313232831vw}}@media screen and (max-width:900px){.form-input-component,.form-select-component{margin-top:3.8888888889vw}}@media screen and (max-width:400px){.form-input-component,.form-select-component{margin-top:8.75vw}}@media(max-width:768px){.form-input-component,.form-select-component{width:100%}}.form-input-component .label,.form-select-component .label{font-size:.75vw;margin-left:1.125vw;padding:0 .25vw;position:absolute;left:0;background:#fff;font-weight:700;z-index:3;text-transform:uppercase;transform:translate3d(0,-50%,0)}@media screen and (max-width:1194px){.form-input-component .label,.form-select-component .label{font-size:1.0050251256vw}}@media screen and (max-width:900px){.form-input-component .label,.form-select-component .label{font-size:1.3333333333vw}}@media screen and (max-width:400px){.form-input-component .label,.form-select-component .label{font-size:3vw}}@media screen and (max-width:1194px){.form-input-component .label,.form-select-component .label{margin-left:1.5075376884vw}}@media screen and (max-width:900px){.form-input-component .label,.form-select-component .label{margin-left:2vw}}@media screen and (max-width:400px){.form-input-component .label,.form-select-component .label{margin-left:4.5vw}}@media screen and (max-width:1194px){.form-input-component .label,.form-select-component .label{padding:0 .3350083752vw}}@media screen and (max-width:900px){.form-input-component .label,.form-select-component .label{padding:0 .4444444444vw}}@media screen and (max-width:400px){.form-input-component .label,.form-select-component .label{padding:0 1vw}}.form-input-component,.form-input-component .input-wrapper{position:relative}.form-input-component .input-content{display:flex}.form-input-component .input-content .group-btn{border-top-right-radius:0;border-bottom-right-radius:0;border-right:none}.form-input-component .input-content .button-component{height:100%}.form-input-component .input-content .button-component button{border-radius:0;border-top-right-radius:8px;border-bottom-right-radius:8px;height:100%;padding:1.0625vw 1.5625vw;font-size:1vw;background:#000;border-color:#000}@media screen and (max-width:1194px){.form-input-component .input-content .button-component button{padding:1.4237855946vw 2.0938023451vw}}@media screen and (max-width:900px){.form-input-component .input-content .button-component button{padding:1.8888888889vw 2.7777777778vw}}@media screen and (max-width:400px){.form-input-component .input-content .button-component button{padding:4.25vw 6.25vw}}@media screen and (max-width:1194px){.form-input-component .input-content .button-component button{font-size:1.3400335008vw}}@media screen and (max-width:900px){.form-input-component .input-content .button-component button{font-size:1.7777777778vw}}@media screen and (max-width:400px){.form-input-component .input-content .button-component button{font-size:4vw}}.form-input-component .input-content .button-component button:hover{background:rgba(0,0,0,.9);border-color:rgba(0,0,0,.9)}.form-input-component .react-tel-input .flag-dropdown{z-index:4;margin-left:1.375vw}@media screen and (max-width:1194px){.form-input-component .react-tel-input .flag-dropdown{margin-left:1.8425460637vw}}@media screen and (max-width:900px){.form-input-component .react-tel-input .flag-dropdown{margin-left:2.4444444444vw}}@media screen and (max-width:400px){.form-input-component .react-tel-input .flag-dropdown{margin-left:5.5vw}}.form-input-component .react-tel-input .flag-dropdown:before{content:none}.form-input-component .react-tel-input .flag-dropdown .selected-flag{padding:0}.form-input-component .react-tel-input .flag-dropdown img{border-radius:3px}.form-input-component .react-tel-input .country-list{margin:0;background-color:var(--background-primary);border-radius:8px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.form-input-component .react-tel-input .country-list li{outline:none}.form-input-component .react-tel-input .country-list li:hover{background-color:unset}.form-input-component .react-tel-input .country-list li.highlight{background-color:#c2d2de}.form-input-component .react-tel-input input{padding:1.125vw 1.25vw 1.125vw 4.375vw;background:transparent;width:100%;height:auto;line-height:normal;border:1px solid #c2d2de;font-size:inherit;border-radius:8px}@media screen and (max-width:1194px){.form-input-component .react-tel-input input{padding:1.5075376884vw 5.8626465662vw}}@media screen and (max-width:900px){.form-input-component .react-tel-input input{padding:2vw 7.7777777778vw}}@media screen and (max-width:400px){.form-input-component .react-tel-input input{padding:4.5vw 17.5vw}}@media screen and (max-width:1194px){.form-input-component .react-tel-input input{padding-right:1.675041876vw}}@media screen and (max-width:900px){.form-input-component .react-tel-input input{padding-right:2.2222222222vw}}@media screen and (max-width:400px){.form-input-component .react-tel-input input{padding-right:5vw}}.form-input-component .react-tel-input input:hover{box-shadow:none}.form-input-component input{border-radius:.5vw;padding:1.125vw 1.25vw;font-size:1vw;background:transparent;border:1px solid #c2d2de;position:relative;width:100%;height:100%;font-family:Gotham,Serif;transition:border-color .3s ease}@media screen and (max-width:1194px){.form-input-component input{border-radius:.6700167504vw}}@media screen and (max-width:900px){.form-input-component input{border-radius:.8888888889vw}}@media screen and (max-width:400px){.form-input-component input{border-radius:2vw}}@media screen and (max-width:1194px){.form-input-component input{padding:1.5075376884vw 1.675041876vw}}@media screen and (max-width:900px){.form-input-component input{padding:2vw 2.2222222222vw}}@media screen and (max-width:400px){.form-input-component input{padding:4.5vw 5vw}}@media screen and (max-width:1194px){.form-input-component input{font-size:1.3400335008vw}}@media screen and (max-width:900px){.form-input-component input{font-size:1.7777777778vw}}@media screen and (max-width:400px){.form-input-component input{font-size:4vw}}.form-input-component input:focus{border-color:#000}.form-input-component input[type=date],.form-input-component input[type=time]{padding:1vw 1.25vw}@media screen and (max-width:1194px){.form-input-component input[type=date],.form-input-component input[type=time]{padding:1.3400335008vw 1.675041876vw}}@media screen and (max-width:900px){.form-input-component input[type=date],.form-input-component input[type=time]{padding:1.7777777778vw 2.2222222222vw}}@media screen and (max-width:400px){.form-input-component input[type=date],.form-input-component input[type=time]{padding:4vw 5vw}}.form-input-component input.error{border-color:var(--status-verybad)}.form-input-component .HMIcons{right:1.25vw;font-size:1.125vw;position:absolute;top:50%;transform:translateY(-50%)}@media screen and (max-width:1194px){.form-input-component .HMIcons{right:1.675041876vw}}@media screen and (max-width:900px){.form-input-component .HMIcons{right:2.2222222222vw}}@media screen and (max-width:400px){.form-input-component .HMIcons{right:5vw}}@media screen and (max-width:1194px){.form-input-component .HMIcons{font-size:1.5075376884vw}}@media screen and (max-width:900px){.form-input-component .HMIcons{font-size:2vw}}@media screen and (max-width:400px){.form-input-component .HMIcons{font-size:4.5vw}}.error-message{font-size:.875vw;bottom:-1.25vw;display:block;left:0;color:var(--status-verybad);position:absolute}@media screen and (max-width:1194px){.error-message{font-size:1.1725293132vw}}@media screen and (max-width:900px){.error-message{font-size:1.5555555556vw}}@media screen and (max-width:400px){.error-message{font-size:3.5vw}}@media screen and (max-width:1194px){.error-message{bottom:-1.675041876vw}}@media screen and (max-width:900px){.error-message{bottom:-2.2222222222vw}}@media screen and (max-width:400px){.error-message{bottom:-5vw}}.form-select-component .form-select-close{-webkit-tap-highlight-color:transparent;position:fixed;width:100%;height:100%;top:0;left:0;z-index:3;display:none}.form-select-component .form-select-close.active{display:block}.form-select-component .select-wrapper{display:flex;align-items:center;position:relative}.form-select-component .select-wrapper select{border-radius:.5vw;padding:1.125vw 1.25vw;font-size:1vw;border:1px solid #c2d2de;font-family:Gotham,Serif;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;width:100%;transition:border-color .3s ease}@media screen and (max-width:1194px){.form-select-component .select-wrapper select{border-radius:.6700167504vw}}@media screen and (max-width:900px){.form-select-component .select-wrapper select{border-radius:.8888888889vw}}@media screen and (max-width:400px){.form-select-component .select-wrapper select{border-radius:2vw}}@media screen and (max-width:1194px){.form-select-component .select-wrapper select{padding:1.5075376884vw 1.675041876vw}}@media screen and (max-width:900px){.form-select-component .select-wrapper select{padding:2vw 2.2222222222vw}}@media screen and (max-width:400px){.form-select-component .select-wrapper select{padding:4.5vw 5vw}}@media screen and (max-width:1194px){.form-select-component .select-wrapper select{font-size:1.3400335008vw}}@media screen and (max-width:900px){.form-select-component .select-wrapper select{font-size:1.7777777778vw}}@media screen and (max-width:400px){.form-select-component .select-wrapper select{font-size:4vw}}.form-select-component .select-wrapper select:focus{border-color:var(--themeD3)}.form-select-component .select-wrapper.error select{border-color:var(--status-verybad)}.form-select-component .select-wrapper .HMIcons{font-size:1.125vw;position:absolute;right:22px}@media screen and (max-width:1194px){.form-select-component .select-wrapper .HMIcons{font-size:1.5075376884vw}}@media screen and (max-width:900px){.form-select-component .select-wrapper .HMIcons{font-size:2vw}}@media screen and (max-width:400px){.form-select-component .select-wrapper .HMIcons{font-size:4.5vw}}.mentions-input{background:transparent;border:none;font-size:1.25vw;font-family:Gotham,Serif}@media screen and (max-width:1194px){.mentions-input{font-size:1.675041876vw}}@media screen and (max-width:900px){.mentions-input{font-size:2.2222222222vw}}@media screen and (max-width:400px){.mentions-input{font-size:5vw}}.mentions-input__control{min-height:6.25vw}@media screen and (max-width:1194px){.mentions-input__control{min-height:8.3752093802vw}}@media screen and (max-width:900px){.mentions-input__control{min-height:11.1111111111vw}}@media screen and (max-width:400px){.mentions-input__control{min-height:25vw}}.mentions-input__control .mentions-input__highlighter strong{position:relative;z-index:1;text-decoration:underline;color:var(--label-primary)}.mentions-input__control textarea{resize:none;background:transparent;border:none;outline:none;padding-bottom:1.875vw}@media screen and (max-width:1194px){.mentions-input__control textarea{padding-bottom:2.5125628141vw}}@media screen and (max-width:900px){.mentions-input__control textarea{padding-bottom:3.3333333333vw}}@media screen and (max-width:400px){.mentions-input__control textarea{padding-bottom:7.5vw}}.form-textarea-component textarea{resize:none;background:transparent;border:none;font-size:1.25vw;font-family:Gotham,Serif;outline:none;width:100%;padding-bottom:1.875vw}@media screen and (max-width:1194px){.form-textarea-component textarea{font-size:1.675041876vw}}@media screen and (max-width:900px){.form-textarea-component textarea{font-size:2.2222222222vw}}@media screen and (max-width:400px){.form-textarea-component textarea{font-size:5vw}}@media screen and (max-width:1194px){.form-textarea-component textarea{padding-bottom:2.5125628141vw}}@media screen and (max-width:900px){.form-textarea-component textarea{padding-bottom:3.3333333333vw}}@media screen and (max-width:400px){.form-textarea-component textarea{padding-bottom:7.5vw}}.form-actions{display:flex;align-items:center;justify-content:space-around;background:var(--background-secondary);border:1px solid var(--background-tertiary);border-radius:1.375vw;max-width:6.25vw;height:2.8125vw;margin-left:auto}@media screen and (max-width:1194px){.form-actions{border-radius:1.8425460637vw}}@media screen and (max-width:900px){.form-actions{border-radius:2.4444444444vw}}@media screen and (max-width:400px){.form-actions{border-radius:5.5vw}}@media screen and (max-width:1194px){.form-actions{max-width:8.3752093802vw}}@media screen and (max-width:900px){.form-actions{max-width:11.1111111111vw}}@media screen and (max-width:400px){.form-actions{max-width:25vw}}@media screen and (max-width:1194px){.form-actions{height:3.7688442211vw}}@media screen and (max-width:900px){.form-actions{height:5vw}}@media screen and (max-width:400px){.form-actions{height:11.25vw}}.form-actions .HMIcons{font-size:1.25vw;position:relative;cursor:pointer}@media screen and (max-width:1194px){.form-actions .HMIcons{font-size:1.675041876vw}}@media screen and (max-width:900px){.form-actions .HMIcons{font-size:2.2222222222vw}}@media screen and (max-width:400px){.form-actions .HMIcons{font-size:5vw}}.form-actions .HMIcons input{opacity:0;position:absolute;left:0;width:100%;height:100%;font-size:0}.wrapper{padding:0 1.25vw}@media screen and (max-width:1194px){.wrapper{padding:0 1.675041876vw}}@media screen and (max-width:900px){.wrapper{padding:0 2.2222222222vw}}@media screen and (max-width:400px){.wrapper{padding:0 5vw}}.layout-component{display:flex;align-items:center;position:relative;height:100%}@media(max-width:968px){.layout-component{flex-direction:column}}@media(hover:none)and (pointer:coarse){.layout-component::-webkit-scrollbar{display:none}}.content-component{width:100%;background-color:var(--background-primary);height:100vh;overflow:hidden;transition:transform .45s cubic-bezier(.165,.84,.44,1)}@media(max-width:968px){.content-component{width:100%;position:absolute;top:0;left:0;z-index:4;transform:translate3d(100vw,0,0);box-shadow:-5px 0 10px -2px #dedede}.content-component.visible{transform:translateZ(0)}}html{font-size:.875vw;height:100%;overflow:hidden}@media screen and (max-width:1194px){html{font-size:1.1725293132vw}}@media screen and (max-width:900px){html{font-size:1.5555555556vw}}@media screen and (max-width:400px){html{font-size:3.5vw}}html *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box}html .App{display:flex;width:100%;height:100vh}html .App-main-content{width:calc(100% - 100px);height:100%;background:#fff;overflow:scroll}html .App-main-content>div{height:100%}html .App-main-content.mobile{width:100%}html .App-Content{height:100%}html .App-link{color:#61dafb}html .btn{padding:.625vw .9375vw;border-radius:10px;background-color:var(--themeD1);color:var(--background-secondary);border:1px solid var(--themeD1);text-align:center;transition:opacity .3s ease}@media screen and (max-width:1194px){html .btn{padding:.837520938vw 1.256281407vw}}@media screen and (max-width:900px){html .btn{padding:1.1111111111vw 1.6666666667vw}}@media screen and (max-width:400px){html .btn{padding:2.5vw 3.75vw}}html .btn-default{background:#fff;border:none;color:#000}