.AppearAnimation-container{opacity:0;transform:translateY(50px)}.AppearAnimation-container--enter{opacity:1;transform:translateY(0);transition:transform .3s cubic-bezier(.165,.84,.44,1) .18s,opacity .3s cubic-bezier(.165,.84,.44,1) .18s}.LoadingSpinner-lds-ring{display:inline-block;height:30px;position:relative;width:30px}.LoadingSpinner-lds-ring--small{height:16px;width:16px}.LoadingSpinner-lds-ring div{animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:4px solid transparent;border-radius:50%;border-top-color:#fff;box-sizing:border-box;display:block;height:26px;position:absolute;width:26px}.LoadingSpinner-lds-ring--small div{height:16px;width:16px}.LoadingSpinner-lds-ring--dark div{border-color:gray transparent transparent}.LoadingSpinner-lds-ring div:first-child{animation-delay:-.45s}.LoadingSpinner-lds-ring div:nth-child(2){animation-delay:-.3s}.LoadingSpinner-lds-ring div:nth-child(3){animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes showSweetAlert{0%{transform:scale(.9);-webkit-transform:scale(.9)}to{transform:scale(1);-webkit-transform:scale(1)}}@keyframes hideSweetAlert{0%{transform:scale(1);-webkit-transform:scale(1)}to{transform:scale(.5);-webkit-transform:scale(.5)}}@keyframes animateErrorIcon{0%{opacity:0;transform:rotateX(100deg);-webkit-transform:rotateX(100deg)}to{opacity:1;transform:rotateX(0);-webkit-transform:rotateX(0)}}@keyframes animateXMark{0%{margin-top:26px;opacity:0;transform:scale(.4);-webkit-transform:scale(.4)}50%{margin-top:26px;opacity:0;transform:scale(.4);-webkit-transform:scale(.4)}80%{margin-top:-6px;transform:scale(1.15);-webkit-transform:scale(1.15)}to{margin-top:0;opacity:1;transform:scale(1);-webkit-transform:scale(1)}}.ModalPortal{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:999999999}.ModalPortal-backdrop{background-color:rgba(0,0,0,.4);bottom:0;left:0;position:fixed;right:0;top:0}.ModalPortal-panel{animation:showSweetAlert .3s;background-color:#fff;border-radius:10px;max-height:95%;max-width:553px;min-width:478px;overflow-y:auto;padding:17px;position:relative;text-align:center;width:100%}.ModalPortal-panel--close{animation:hideSweetAlert .2s}.ModalPortal-closeBtn{cursor:pointer;position:absolute;right:10px;top:10px}.ModalPortal-typeIcon{border:4px solid gray;border-radius:50%;box-sizing:content-box;height:80px;margin:20px auto;padding:0;position:relative;width:80px}.ModalPortal-error{animation:animateErrorIcon .5s;border-color:#f27474}.ModalPortal-error-x-mark{animation:animateXMark .5s;display:block;position:relative}.ModalPortal-error-x-mark:after,.ModalPortal-error-x-mark:before{background-color:#f27474;border-radius:2px;content:"";display:block;height:5px;position:absolute;top:37px;width:47px}.ModalPortal-error-x-mark:before{left:17px;transform:rotate(45deg)}.ModalPortal-error-x-mark:after{right:16px;transform:rotate(-45deg)}.ModalPortal-warning{border-color:#f8bb86}.ModalPortal-warning:after,.ModalPortal-warning:before{background-color:#f8bb86;content:"";left:50%;position:absolute}.ModalPortal-warning:before{border-radius:2px;height:47px;margin-left:-2px;top:10px;width:5px}.ModalPortal-warning:after{border-radius:50%;bottom:10px;height:7px;margin-left:-3px;width:7px}.ModalPortal-info{border-color:#c9dae1}.ModalPortal-info:after,.ModalPortal-info:before{background-color:#c9dae1;content:"";position:absolute}.ModalPortal-info:before{border-radius:2px;bottom:17px;height:29px;left:50%;margin-left:-2px;width:5px}.ModalPortal-info:after{border-radius:50%;height:7px;margin-left:-3px;top:19px;width:7px}.ModalPortal-success{border-color:#a5dc86}.ModalPortal-success:after,.ModalPortal-success:before{background-color:#a5dc86;border-radius:2px;content:"";display:block;height:5px;position:absolute;z-index:2}.ModalPortal-success:before{left:14px;top:46px;transform:rotate(45deg);width:25px}.ModalPortal-success:after{right:8px;top:38px;transform:rotate(-45deg);width:47px}@media (max-width:769px){.ModalPortal-panel{min-width:90%;position:fixed;width:90%}}.ModalRichText-backdrop{background:rgba(0,0,0,.6);bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .4s ease-out,visibility .4s ease-out;visibility:hidden;z-index:110}.ModalRichText-backdrop.active{cursor:pointer;opacity:1;visibility:visible}.ModalRichText-wrapper{bottom:0;display:block;height:auto;left:0;opacity:0;overflow:auto;position:fixed;right:0;top:0;transition:opacity .4s ease-out,visibility .4s ease-out;visibility:hidden;width:auto;z-index:11000}.ModalRichText-wrapper.active{opacity:1;visibility:visible}.ModalRichText-container{align-items:center;cursor:pointer;display:flex;flex-direction:column;height:auto;min-height:100vh;width:auto}.ModalRichText-box{box-sizing:content-box;max-width:1100px;padding:100px 40px;width:auto}.ModalRichText-contentBox{background:#f2f2f2;border-radius:10px;cursor:default;display:flex;flex-basis:auto;margin-left:auto;margin-right:auto;max-width:none;opacity:0;padding:0;position:relative;transform:translateY(40px) scale(.95);-webkit-transform:translateY(40px) scale(.95);transition:transform .4s ease-out,opacity .4s ease-out,visibility .4s ease-out;visibility:hidden;z-index:2}.ModalRichText-wrapper.active .ModalRichText-contentBox{border-radius:5px;opacity:1;transform:translateY(0) scale(1);-webkit-transform:translateY(0) scale(1);visibility:visible}.ModalRichText-content{opacity:0;overflow:hidden;transform:translateZ(0);width:100%}.ModalRichText-wrapper.active .ModalRichText-content{opacity:1;transition:opacity .4s ease-out,visibility .4s ease-out;visibility:visible}.ModalRichText-closeBtn{cursor:pointer;height:0;position:sticky;top:135px;transform:translate(-85px);width:0}.ModalRichText-closeBtn svg{height:50px;width:50px}@media (max-width:1200px){.ModalRichText-wrapper{width:100%}}@media (max-width:768px){.ModalRichText-backdrop.active{opacity:0;visibility:hidden}.ModalRichText-box{padding:0;width:100%}.ModalRichText-contentBox{border-radius:0;transform:translateY(40px);-webkit-transform:translateY(40px)}.ModalRichText-wrapper.active .ModalRichText-contentBox{transform:translateY(0)}.ModalRichText-closeBtn{top:20px;transform:translate(-60px,20px)}.ModalRichText-closeBtn svg{background-color:#000;border:2px solid #000;border-radius:50%;height:30px;width:30px}.ModalRichText-closeBtn svg path{stroke:#fff!important}}.CheckoutButton--btn{align-items:center;background:#000;border-radius:3px;color:#fff;display:flex;font-family:Gotham-Bold,sans-serif;font-size:16px;justify-content:center;letter-spacing:-.02em;line-height:1.11;max-height:51px;padding:1em;text-align:center;width:100%}.CheckoutButton-modal-title{font-size:30px;line-height:40px;margin:25px 0}.CheckoutButton-modal-text{font-family:Gotham-Book,sans-serif;letter-spacing:-.02em;line-height:1.25;margin-bottom:28px}.CheckoutButton-modal-cta{margin-bottom:25px}.CartDrawerHeader-container{align-items:center;display:flex;justify-content:space-between;padding:30px 40px 20px;z-index:100}.CartDrawerHeader-title{font-family:Gotham-Bold;font-size:25px}.CartDrawerHeader-close-btn{cursor:pointer;height:2.5em;outline:none!important;width:2.5em}.CartDrawerHeader-close-btn:focus-visible{outline:none!important}.CartDrawerHeader-close-svg{height:100%;width:100%}@media (max-width:767px){.CartDrawerHeader-container{padding:15px}.CartDrawerHeader-title{font-family:Gotham-Bold;font-size:20px}}.CartSubtotal-flex{align-items:center;display:flex;font-family:Gotham-Bold,sans-serif;font-size:1.0625em;justify-content:space-between;letter-spacing:-.02em;line-height:1.11;margin-bottom:20px}.CartSubtotal--inDrawer .CartSubtotal-flex{font-size:22px}.CartSubtotal-subtotal{flex:2 1;text-align:center}.CartSubtotal--inDrawer .CartSubtotal-subtotal{text-align:left}.CartSubtotal-price{flex:1 1}.CartSubtotal--inDrawer .CartSubtotal-price{text-align:right}.CartSubtotal-disclaimer{font-size:.9em;margin:29px 0}.CartSubtotal--inDrawer .CartSubtotal-disclaimer{font-size:.75em;opacity:.8}@media (max-width:375px){.CartSubtotal-subtotal{flex:1 1}.CartSubtotal-disclaimer{margin:20px 0}}.ItemQuantityInput{display:flex}.ItemQuantityInput-input{background:transparent;border:1px solid #dedede;max-width:36px;min-width:36px;text-align:center;width:100%}.ItemQuantityInput-input::-webkit-inner-spin-button,.ItemQuantityInput-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ItemQuantityInput-input[type=number]{-moz-appearance:textfield}.ItemQuantityInput-btn{background:transparent;border:1px solid #dedede;cursor:pointer;font-size:1rem;line-height:1;padding:8px;transition:all .2s ease-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:27px}.ItemQuantityInput-btn-minus{border-radius:3px 0 0 3px;border-right:none}.ItemQuantityInput-btn-plus{border-left:none;border-radius:0 3px 3px 0}.ItemQuantityInput-btn:active{background:#000;border-color:#000;color:#f3f3f3}.ItemQuantityInput--loading{align-items:center;border:1px solid #dedede;display:flex;justify-content:center;max-width:36px;min-width:36px;padding:0 8px}.ItemQuantityInput--loading .LoadingSpinner-lds-ring div{border-color:#d6d6d6 transparent transparent;border-width:2px}@media (hover:hover) and (pointer:fine){.ItemQuantityInput-btn:hover:not(:disabled){background:#000;border-color:#000;color:#f3f3f3}.ItemQuantityInput-btn:active{background:#c5c5c5;border-color:#000;color:#000}}.CartDrawerItem{background-color:#fff;border-radius:5px;display:flex;padding:10px 20px 10px 10px}.CartDrawerItem>li+li{margin-top:15px}.CartDrawerItem-img{align-items:center;background:#f3f3f3;border-radius:0;display:flex;overflow:hidden;padding:4px;width:80px}.CartDrawerItem-img img{display:block;width:100%}.CartDrawerItem-details{flex:2 1;font-size:18px;margin-left:15px;padding:4px 0}.CartDrawerItem-title{color:inherit;display:block;font-family:Gotham-Bold,sans-serif;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;letter-spacing:-.02em;line-height:1.11;text-decoration:none}.CartDrawerItem-description{font-size:12px;line-height:1.15;margin-top:4px}.CartDrawerItem-balances{align-items:center;display:flex;font-size:16px;justify-content:space-between;margin-top:10px}.CartDrawerItem-lineItemNote{background-color:#f3f3f3;border-radius:3px;font-family:Gotham-Book,sans-serif;font-size:12px;letter-spacing:-.02em;line-height:1.25;margin-top:15px;padding:6px 15px;text-align:center}.CartDrawerItem-lineItemTitle{font-family:Gotham-Bold,sans-serif;letter-spacing:-.02em;line-height:1.11}.CartDrawerItem-compareAtPrice{margin-right:5px;text-decoration:line-through}.CartDrawerItem-price{font-family:Gotham-Bold,sans-serif;font-size:18px;letter-spacing:-.02em;line-height:1.11}@media (max-width:767px){.CartDrawerItem-title{font-size:1em}.CartDrawerItem-details{font-size:20px}.CartDrawerItem-balances{margin-top:20px}}@media (max-width:375px){.CartDrawerItem{padding:10px}.CartDrawerItem-price,.CartDrawerItem-title{font-size:18px}}.StarRatingContainer{-moz-column-gap:1px;column-gap:1px;display:flex}.StarRating-star{background:#000;-webkit-clip-path:polygon(50% 4%,65% 34%,98% 35%,75% 59%,82% 96%,49% 76%,16% 95%,23% 60%,2% 35%,33% 35%);clip-path:polygon(50% 4%,65% 34%,98% 35%,75% 59%,82% 96%,49% 76%,16% 95%,23% 60%,2% 35%,33% 35%);height:15px;width:15px}.OkendoStarRatingContainer{display:flex;font-family:Gotham-Book,sans-serif;font-size:12px;height:20px;letter-spacing:-.02em;line-height:1.25}.OkendoStarRating-content{align-items:center;color:#000;cursor:pointer;display:flex;outline:0}.OkendoStarRating-text{margin-left:10px;margin-top:4px}.OkendoStarRating-empty{color:#c2c1c0;margin-top:2px}.CartUpsellCard{background-color:#fff;border-radius:5px;-moz-column-gap:20px;column-gap:20px;display:flex;font-family:Gotham-Book,sans-serif;height:-moz-fit-content;height:fit-content;letter-spacing:-.02em;line-height:1.25;margin-bottom:20px;padding:10px 15px 10px 10px;width:100%}.CartUpsellCard--desktopHide{display:none}.CartUpsellCard-image{align-items:center;background:#f3f3f3;border-radius:3px;display:flex;height:80px;min-width:80px;overflow:hidden;padding:4px;width:80px}.CartUpsellCard-image img{height:100%;width:100%}.CartUpsellCard-body{-moz-column-gap:10px;column-gap:10px;display:flex;justify-content:space-between;padding:5px 0;width:100%}.CartUpsellCard-data,.CartUpsellCard-details{display:flex;flex-direction:column}.CartUpsellCard-data{justify-content:flex-start;row-gap:4px}.CartUpsellCard-details{align-items:flex-end;justify-content:space-between}.CartUpsellCard-title{color:inherit;font-family:Gotham-Bold,sans-serif;font-size:18px;font-weight:inherit;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;letter-spacing:-.02em;line-height:1.11;text-decoration:none;width:-moz-fit-content;width:fit-content}.CartUpsellCard-detailsPrice{display:flex;flex:1 1;flex-direction:column;justify-content:space-between}.CartUpsellCard-subtitle{font-size:12px}.CartUpsellCard-detailsPrice--divider{display:none;font-size:14px}.CartUpsellCard-strikethrough{text-decoration:line-through}.CartUpsellCard-cartButton{background-color:#000;border-radius:3px;color:#fff;font-size:16px;min-width:90px;padding:7px 15px;width:-moz-fit-content;width:fit-content}.CartUpsellCard-rating{text-decoration:none}@media (max-width:500px){.CartUpsellCard--desktopHide{display:flex}.CartUpsellCard--mobileHide{display:none}.CartUpsellCard-image{height:unset;min-height:100%;min-width:53px;width:53px}.CartUpsellCard-image img{height:45px;width:45px}.CartUpsellCard-detailsPrice{align-items:center;-moz-column-gap:4px;column-gap:4px;flex-direction:row;flex-wrap:wrap;font-family:Gotham-Book,sans-serif;font-size:12px;font-weight:400;justify-content:left}.CartUpsellCard-price{font-weight:700}.CartUpsellCard-title{font-size:22px}.CartUpsellCard-detailsPrice--divider{display:none;font-weight:400;margin-right:4px}.CartUpsellCard-data,.CartUpsellCard-details{justify-content:center}.CartUpsellCard-cartButton{padding:10px 27px}.CartUpsellCard-rating{display:none}}.SocialLinks-item{display:inline-block;margin:0 23px 0 0}.SocialLinks-link{color:inherit}.SocialLinks-icon{display:block;height:22px;width:22px}.SocialLinks-icon path{stroke:unset}.cartUpsellItems{margin-bottom:15px;margin-top:75px}.cartUpsellItems-hint{margin-bottom:15px;text-align:center;width:100%}.cartUpsellItems-hint a{color:#000}.SearchInput-form{align-items:center;display:flex;height:45px;margin-top:40px;max-width:300px}@media (max-width:767px){.SearchInput-form{max-width:unset;width:100%}}.SearchInput-form--inDrawer{flex-direction:row-reverse;flex-grow:1;height:100%;margin-top:0;max-width:unset}.SearchInput-form input{border:1px solid #dedede;font-size:16px;height:100%;line-height:1.5;outline:none;padding:8px 10px;width:100%}.SearchInput-form--inDrawer input{border:none;font-size:1.5em;outline:none}.SearchInput-input[type=search]::-ms-clear,.SearchInput-input[type=search]::-ms-reveal{display:none;height:0;width:0}.SearchInput-input[type=search]::-webkit-search-cancel-button,.SearchInput-input[type=search]::-webkit-search-decoration,.SearchInput-input[type=search]::-webkit-search-results-button,.SearchInput-input[type=search]::-webkit-search-results-decoration{display:none}.SearchInput-form button{height:100%}.SearchInput-form button svg{display:inline-block}.SearchInput-form--inDrawer .SearchInput button{padding:0 20px}@media (max-width:767px){.SearchInput-form--inDrawer input{font-size:16px}}.StoreCreditCartItem{grid-column-gap:15px;background:#fff;border:2px solid #356796;border-radius:5px;box-shadow:0 10px 50px rgba(0,0,0,.039);display:grid;grid-template-columns:1fr;margin-bottom:15px;padding:20px}.StoreCreditCartItem-media{align-items:center;background-color:#f3f3f3;display:flex}.StoreCreditCartItem-image{width:100%}.StoreCreditCartItem-content{display:flex;flex-direction:column;justify-content:center}.StoreCreditCartItem-text{align-items:center;display:flex;justify-content:space-between;width:100%}.StoreCreditCartItem-price,.StoreCreditCartItem-title{font-family:Gotham-Bold,sans-serif;font-size:18px;font-weight:400;letter-spacing:-.02em;line-height:1.11}.StoreCreditCartItem-control{align-items:center;background-color:#356797;border:none;border-radius:3px;color:#fff;cursor:pointer;font-size:11px;margin-top:10px;padding:10px 20px;text-align:center}.StoreCreditCartItem-control,.StoreCreditCartItemRemoved{display:flex;font-family:Gotham,sans-serif;justify-content:center;width:100%}.StoreCreditCartItemRemoved{background-color:#fff;border-radius:5px;color:#356796;font-size:14px;margin-bottom:15px;padding:10px}.StoreCreditCartItemRemoved-link{color:inherit;cursor:pointer;text-decoration:underline}.SearchBar{background:#fff;bottom:100%;display:flex;height:100%;left:0;opacity:0;overflow:hidden;position:absolute;right:0;transition:all .3s cubic-bezier(0,0,.38,1);width:100%;z-index:30}.SearchBar .PageWidth{align-items:stretch;display:flex;flex:1 1}.SearchBar--is-active{bottom:0;opacity:1;visibility:visible}.SearchBar-overlay{background:#aeb1b8;left:0;opacity:0;position:fixed;top:0}.SearchBar-overlay--is-active{bottom:0;opacity:.6;right:0;transition:opacity .3s linear}.SearchBar button{padding:0 20px}.SearchBar button svg{display:block}@media (max-width:767px){.SearchBar button{padding-left:0}}.CartDrawerBody{display:flex;filter:drop-shadow(0 10px 50px rgba(168,154,154,.1));flex:1 1;flex-flow:column;overflow-y:auto;position:relative}.CartDrawerBody-shadowedTop{border-top:1px solid #d6d6d6}.CartDrawerBody-shadowBottom,.CartDrawerBody-shadowTop{border-bottom:1px solid #d6d6d6;box-shadow:0 0 13px 3px rgba(0,0,0,.4);height:1px;left:0;opacity:0;position:sticky;transition:opacity .5s;width:100%;z-index:999}.CartDrawerBody-shadowTop{top:0}.CartDrawerBody-shadowBottom{bottom:0}.CartDrawerBody--shadowedBottom>.CartDrawerBody-shadowBottom,.CartDrawerBody--shadowedTop>.CartDrawerBody-shadowTop{opacity:1}.CartDrawerBody-overflowWatcher{display:block;height:1px;width:100%}.CartDrawerBody-container{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:0 30px}.CartDrawerBody-items{flex:1 1}.CartDrawerBody-items>li+li{margin-top:10px}@media (max-width:480px){.CartDrawerBody-container{padding:0 15px}}.Subscription-email-error{color:#d02d2d;font-size:14px;margin-top:5px}.Footer{background:url(https://f.shgcdn.com/4f0d8b87-7329-4ffd-9314-de97ca187999/) no-repeat;background-color:#f3f3f3;background-size:cover}.Footer-row{display:flex;flex-direction:column;justify-content:space-between;padding:10px 0 25px}.Footer-logo{display:none;max-width:110px}.Footer-logo .LogoNomad-logo{display:block;max-width:100%}.Footer-logo .LogoNomad{display:block}.Footer-row--logoAndSocials{align-items:center;border-bottom:1px solid #212121;justify-content:flex-start;margin-bottom:20px;padding-top:0}.Footer-menuItem{border-bottom:1px solid #212121;margin-bottom:4px}.Footer-menuItem.is-open .Footer-submenu{height:164px;opacity:1;transform:translateY(0);transition:visibility .5s cubic-bezier(.25,.46,.45,.94),opacity 1s cubic-bezier(.25,.46,.45,.94),height .5s cubic-bezier(.25,.46,.45,.94),transform .5s cubic-bezier(.25,.46,.45,.94);visibility:visible}.Footer-menuItem.is-open .Footer-menuArrowIcon:before{transform:rotate(-45deg)}.Footer-menuItem.is-open .Footer-menuArrowIcon:after{transform:rotate(45deg)}.Footer-menuColumnHeader,.Footer-menuColumnHeader--hideOnSmallScreen{color:#000;display:flex;font-family:Gotham-Bold,sans-serif;font-size:16px;font-weight:400;justify-content:space-between;letter-spacing:-.02em;line-height:1.11;margin:21.5px 0;outline:none;width:100%}.Footer-menuColumnHeader--hideOnSmallScreen{display:none}.Footer-menuArrowIcon{display:inline-block;height:14px;pointer-events:none;position:relative;width:16px}.Footer-menuArrowIcon:after,.Footer-menuArrowIcon:before{background-color:#efefef;content:"";display:inline-block;height:2px;position:absolute;top:12px;transition:transform .2s ease;width:10px}.Footer-menuArrowIcon:before{left:0;transform:rotate(45deg)}.Footer-menuArrowIcon:after{right:0;transform:rotate(-45deg)}.Footer-submenu{height:0;opacity:0;transform:translateY(40px);transition:visibility .3s cubic-bezier(.25,.46,.45,.94),opacity .3s cubic-bezier(.25,.46,.45,.94),height .3s cubic-bezier(.25,.46,.45,.94),transform .3s cubic-bezier(.25,.46,.45,.94);visibility:hidden}.Footer-submenuItem{padding:4px 0 8px}.Footer-submenuLink{color:#000;font-size:15px;text-decoration:none}.Footer-social{align-items:baseline;color:#000;display:flex;flex-direction:row-reverse;justify-content:space-between;margin:0;width:100%}.Footer-social>ul{display:flex}.Footer-social .SocialLinks-item{display:block;margin-right:0}.Footer-social .SocialLinks-item:not(:last-child){margin-right:20px}.Footer__climate-neutral-logo{display:block;height:100px}.Footer-privacy{margin-top:10px}.Footer-OsanoButton{cursor:pointer}.Footer-copyright,.Footer-privacy a{color:#555;font-size:14px;text-decoration:none}.Footer-privacy a:not(:last-child):after{background-color:#b4b4b4;content:"";display:inline-block;height:12px;margin:0 18px;vertical-align:middle;width:1px}.Footer-form{border:none;color:#000;flex:1 1;font-size:14px;margin:20px 0 25px;order:-1}.Footer-form-copy{margin-bottom:15px}.Footer-form form{display:flex}.Footer-form button,.Footer-form input{background:#fff;border:none;border-radius:3px;box-shadow:0 0 6px rgba(0,0,0,.06);color:#000;line-height:1.5;padding:8px 16px}.Footer-form button{background:#000;color:#fff}.Footer-form-email{flex:1 1;margin-right:7px}.Footer-success-message{padding-top:8px}.Footer-links{padding:22px 0 44px}.Footer-container{padding:16px 20px 40px}@media (min-width:481px){.Footer-menuColumnHeader{margin:10px 0;padding:22px 0}.Footer-row-menu{padding-bottom:5px}.Footer-privacy{margin-top:0}.Footer-links{border-top:1px solid #b4b4b4;display:flex;justify-content:space-between;margin-top:35px}.Footer-row--logoAndSocials{flex-direction:row;justify-content:space-between}.Footer-social{width:auto}.Footer-logo{display:block;max-width:none}.Footer__climate-neutral-logo{margin-right:20px}}@media (min-width:768px){.Footer{background-image:url(https://f.shgcdn.com/4f0d8b87-7329-4ffd-9314-de97ca187999/);border-top:50px solid #f3f3f3;padding:70px 0 45px}.Footer-row{flex-direction:row}.Footer-row-menu{padding:0 0 25px}.Footer-menu{display:flex}.Footer-menuItem+.Footer-menuItem{margin-left:45px}.Footer-menuItem{border:0;margin-bottom:0}.Footer-submenu{height:auto;opacity:1;transform:translateY(0);transition:unset;visibility:visible}.Footer-menuColumnHeader{display:none}.Footer-menuColumnHeader-link{color:inherit;text-decoration:none}.Footer-menuColumnHeader--hideOnSmallScreen{display:flex;margin-bottom:10px}.Footer-logo .LogoNomad-logo{height:20px;max-width:100vh;width:auto}.Footer-row--logoAndSocials{align-items:flex-end;border-bottom:1px solid #b4b4b4;justify-content:space-between;margin-bottom:0;padding-bottom:20px}.Footer-social{align-items:flex-end;flex-direction:row}.Footer__climate-neutral-logo{margin-left:20px;margin-right:0;margin-top:0}.Footer-social .SocialLinks-item .SocialLinks-icon{height:24px;width:24px}.Footer-form{margin:20px 0 20px 20px;max-width:354px;order:0}.Footer-form-email{max-width:250px}.Footer-links{border:none;margin:0}}@media (min-width:980px){.Footer-container{padding:8px 20px}}