.header{display:flex;justify-content:center;align-items:center;min-width:100%!important;padding:2rem 2.5rem!important;z-index:9999;transition:all .3s;background-color:var(--clr-light);text-transform:uppercase;position:fixed;top:0;box-shadow:0 2px 4px -2px var(--clr-slate400)}.header__wrapper{display:flex;width:295px;max-width:295px;justify-content:space-between;align-items:center}.header__fixed{padding:1rem 2.5rem!important}.header__menu{display:none}.header__brand{color:var(--clr-slate800);font-weight:800;font-size:var(--size-base);letter-spacing:-.05em;cursor:pointer;transition:.3s}.header__brand:hover{color:var(--clr-sky)}.header__mobile-nav{display:flex;justify-content:center;align-items:center;gap:1rem}.header__bars,.header__cart-mobile{color:var(--clr-slate800);width:var(--size-2xl);height:var(--size-2xl);display:block}.header__cart-with-items{position:relative;display:inline-block}.header__cart-with-items:after{content:attr(data-array-length);top:-10px;position:absolute;display:flex;align-items:center;justify-content:center;left:20px;font-size:var(--size-xs);background-color:var(--clr-emerald);color:var(--clr-light);border-radius:50%;width:15px;height:15px;text-align:center;display:block}@media (min-width: 475px){.header__wrapper{width:calc(475px - 2.5rem);max-width:calc(475px - 2.5rem)}}@media (min-width: 640px){.header__wrapper{width:calc(640px - 2.5rem);max-width:calc(640px - 2.5rem)}}@media (min-width: 768px){.header__wrapper{width:calc(768px - 2.5rem);max-width:calc(768px - 2.5rem)}.header__mobile-nav,.header__bars,.header__cart-mobile{display:none}.header__menu{display:flex;align-items:center;list-style:none;padding:0;gap:2em}.header__brand{font-size:var(--size-base)}.header__link{font-size:var(--size-s);text-decoration:none;font-weight:600;color:var(--clr-slate800);letter-spacing:-.05em;transition:.3s}.header__link:hover{color:var(--clr-emerald)}.header__line{border:1px solid var(--clr-slate800);padding-top:1.5em}.header__cart{display:block;color:var(--clr-slate800);width:var(--size-xl);height:var(--size-xl);transition:.3s}.header__cart:hover{color:var(--clr-sky)}}@media (min-width: 1024px){.header__wrapper{width:calc(1024px - 2.5rem);max-width:calc(1024px - 2.5rem)}.header__link{font-size:var(--size-s)}.header__brand{font-size:var(--size-l)}.header__cart{width:var(--size-xl);height:var(--size-xl)}}@media (min-width: 1280px){.header__wrapper{width:calc(1280px - 2.5rem);max-width:calc(1280px - 2.5rem)}.header__link{font-size:var(--size-base)}.header__brand{font-size:var(--size-xl)}.header__cart{width:var(--size-2xl);height:var(--size-2xl)}}@media (min-width: 1536px){.header__wrapper{width:calc(1536px - 2.5rem);max-width:calc(1536px - 2.5rem)}}.mobile-nav{position:fixed;top:0;left:0;z-index:999;width:100%;height:100%;background-color:var(--clr-light);justify-content:center;align-items:center;text-align:center}.mobile-nav-flex{display:flex}.mobile-nav-none{display:none}.mobile-nav__menu{list-style:none;padding:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.mobile-nav__link{font-size:var(--size-s);text-decoration:none;font-weight:600;color:var(--clr-slate800);letter-spacing:-.05em;transition:.3s}.mobile-nav__link:hover{color:var(--clr-rose)}.mobile-nav__link-line{border:1px solid var(--clr-slate800);padding-right:3rem}.mobile-nav__utils{display:flex;margin-top:1rem;justify-content:space-evenly;align-items:center}.mobile-nav__bars{display:block;width:var(--size-xl);height:var(--size-xl);color:var(--clr-slate800);transition:.3s}.mobile-nav__bars:hover{color:var(--clr-emerald)}.mobile-nav__btn{font-size:var(--size-s)}.cart__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000050;z-index:10000;transition:all .3s ease-in}.cart__overlay-opened{display:flex!important}.cart__overlay-closed{display:none!important}.cart{display:flex;flex-direction:column;position:fixed;z-index:10000;top:0;right:0;padding:2rem;background-color:var(--clr-light);height:100%;width:100%;transition:all .4s ease}.cart-opened{right:0}.cart-closed{right:-100%}.cart__header{display:flex;justify-content:space-between;align-items:center}.cart__header-title{letter-spacing:-.05em;font-size:var(--size-base)}.cart__header-btn{color:var(--clr-slate800);width:var(--size-l);height:var(--size-l)}.cart__body{height:100%;padding-top:2rem}.cart__body__items-container{overflow-y:scroll;height:85%}.cart__body__items-wrapper{width:100%;height:100%;display:flex;flex-direction:column;gap:2rem}.cart__item{display:grid;background-color:var(--clr-gray);grid-template-columns:1fr}.cart__item-img{width:100%;height:100%;background-color:var(--clr-gray);padding-left:1rem}.cart__item-img img{width:100%;height:100%;object-fit:cover}.cart__item-middle{display:flex;flex-direction:column;justify-content:space-between;padding:1rem .75rem 1rem 1rem}.cart__item-btns{display:flex}.cart__item-name{font-size:var(--size-base);letter-spacing:-.05em;font-weight:600;text-align:center}.cart__item-btns{display:flex;align-items:center;justify-content:center}.cart__item-btns button{font-size:var(--size-l);width:var(--size-4xl);height:var(--size-4xl);color:var(--clr-slate800);background-color:var(--clr-light);transition:all .3s;border:1px solid var(--clr-slate800)}.cart__item-btns button:hover{background-color:var(--clr-gray)}.cart__item-btns p{display:flex;justify-content:center;align-items:center;font-size:var(--size-l);width:var(--size-4xl);height:var(--size-4xl);font-weight:600;background-color:var(--clr-gray);text-align:center;border-top:1px solid var(--clr-slate800);border-bottom:1px solid var(--clr-slate800)}.cart__item-right{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem 1rem 1rem .75rem;text-align:center}.cart__item-price{font-size:var(--size-base);font-weight:600;letter-spacing:-.05em}.cart__item-delete-btn{display:flex;justify-content:center;align-items:center;text-align:center;width:var(--size-4xl);height:var(--size-4xl)}.cart__item-delete-btn svg{color:var(--clr-slate800);width:var(--size-xl);height:var(--size-xl)}.cart__footer{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem}.cart__footer-subtotal{display:flex;gap:1rem;font-size:var(--size-base);font-weight:800;letter-spacing:-.05em}.cart__footer-checkout-btn{text-transform:uppercase}.cart__empty{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;height:85%;margin:2rem}.cart__empty img{width:10rem;object-fit:cover}.cart__empty-subtitle{font-size:var(--size-base);font-weight:600;letter-spacing:-.05em;margin:1rem 0}.cart__empty-btn{font-size:var(--size-base);text-transform:uppercase;background-color:var(--clr-emerald)!important;box-shadow:0 10px 20px #0596694d,0 6px 6px #0596694d,0 0 100px -10px var(--clr-emerald)!important}.cart__empty-btn:hover{box-shadow:0 14px 28px #05966940,0 10px 10px #05966940,0 0 120px -10px var(--clr-emerald)!important}@media (min-width: 475px){.cart__footer{flex-direction:row;gap:0}.cart__body__items-container{height:90%}}@media (min-width: 640px){.cart{width:38rem}.cart__body__items-container{height:85%;padding-right:.5rem}.cart__item{height:13rem;grid-template-columns:40fr 40fr 20fr}.cart__item-right{justify-content:space-between}.cart__body__items-container::-webkit-scrollbar{width:8px}.cart__body__items-container::-webkit-scrollbar-thumb{background-color:var(--clr-gray);outline:1px solid var(--clr-gray)}.cart__header-title{font-size:var(--size-xl)}.cart__header-btn{width:var(--size-xl);height:var(--size-xl)}.cart__item-name,.cart__item-btns button,.cart__item-btns p,.cart__item-price{font-size:var(--size-l)}.cart__footer-subtotal,.cart__footer-checkout-btn{font-size:var(--size-xl)}.cart__empty-subtitle,.cart__empty-btn{font-size:var(--size-l)}}@media (min-width: 768px){.cart__header-title{font-size:var(--size-2xl)}.cart__header-btn{width:var(--size-2xl);height:var(--size-2xl)}.cart__item-name,.cart__item-btns p{font-size:var(--size-xl)}.cart__item-delete-btn svg{width:var(--size-2xl);height:var(--size-2xl)}.cart__item-price{font-size:var(--size-xl)}.cart__footer-subtotal{font-size:var(--size-2xl)}.cart__empty-subtitle,.cart__empty-btn{font-size:var(--size-xl)}}.home__img-container{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);grid-gap:1rem;height:28rem;grid-template-areas:"one two" "three three-low"}.grid-one{grid-area:one}.grid-two{grid-area:two}.grid-three{grid-area:three}.grid-three-low{grid-area:three-low}.home__img-wrapper{overflow:hidden;position:relative;cursor:pointer}.home__img-wrapper img{height:100%;width:100%;object-fit:cover;object-position:50% 50%}.home__img-overlay{position:absolute;width:100%;height:100%;top:0;left:0;transition:all .3s ease-in}.home__img-overlay:hover{background-color:#070a131a}.home__img-description{position:absolute;bottom:1rem;left:1rem;color:#f1f5f9;font-size:var(--size-l);font-weight:600;letter-spacing:-.05em}@media (min-width: 640px){.home__img-description{font-size:var(--size-xl)}}@media (min-width: 768px){.home__img-container{grid-template-columns:2fr 1fr 1fr;grid-template-rows:1fr 1fr;height:24rem;grid-template-areas:"one two three" "one two three-low"}.home__img-description{font-size:var(--size-2xl)}}@media (min-width: 1024px){.home__img-container{height:31.25rem}}@media (min-width: 1280px){.home__img-description{font-size:var(--size-3xl)}}.proud__item-container{display:grid;grid-template-columns:1fr;gap:1rem}.proud__title{color:var(--clr-slate800);font-size:var(--size-l);margin-bottom:1rem;letter-spacing:-.05em}.proud__item{outline:2px solid var(--clr-gray);outline-offset:-2px;transition:.3s}.proud__img-overlay{position:relative}.proud__img-overlay:after{content:"";background-color:#070a1300;width:100%;height:calc(100% - 6px);position:absolute;top:0;left:0;z-index:1;transition:.3s ease-in}.proud__img-overlay:hover:after{background-color:#070a131a}.proud__item-header img{width:100%}.proud__item-description{display:flex;flex-direction:column;justify-content:space-between}.proud__item-label{margin:0 .5rem;color:var(--clr-slate800);font-size:var(--size-base);font-weight:400}.proud__item-price{margin:0 .5rem;margin-top:0;color:var(--clr-slate800);font-size:var(--size-base);font-weight:600}@media (min-width: 475px){.proud__item-container{grid-template-columns:1fr 1fr}}@media (min-width: 640px){.proud__item-container{grid-template-columns:1fr 1fr 1fr}.proud__title{font-size:var(--size-xl)}.proud__item-label,.proud__item-price{font-size:var(--size-l)}}@media (min-width: 768px){.proud__title{font-size:var(--size-2xl)}.proud__item-label,.proud__item-price{font-size:var(--size-xl)}}@media (min-width: 1024px){.proud__item-container{grid-template-columns:1fr 1fr 1fr 1fr}}@media (min-width: 1280px){.proud__title{font-size:var(--size-3xl)}}.banner__wrapper{display:flex;height:20rem;justify-content:space-between;overflow:hidden}.banner__description{background-color:var(--clr-gray);display:flex;flex-direction:column;justify-content:center;align-items:start;padding:0 5rem;text-align:start;width:100%}.banner__img{display:none;width:50%}.banner__img img{height:100%;object-fit:cover;width:100%}.banner__description-title{margin-bottom:1rem;text-align:start;color:var(--clr-slate800);letter-spacing:-.05em;font-size:var(--size-l)}.banner__description-text{margin-bottom:1rem;text-align:start;color:var(--clr-slate800);font-weight:400;font-size:var(--size-base)}.banner__description-btn{font-size:var(--size-base)}@media (min-width: 640px){.banner__wrapper{height:25rem}.banner__description{width:50%;padding:0 2rem}.banner__img{display:flex;width:50%}.banner__description-title{font-size:var(--size-xl)}.banner__description-text,.banner__description-btn{font-size:var(--size-l)}}@media (min-width: 768px){.banner__description{padding:0 3rem}.banner__description-title{font-size:var(--size-2xl)}.banner__description-text,.banner__description-btn{font-size:var(--size-xl)}}@media (min-width: 1280px){.banner__description{padding:7.5rem}.banner__description-title{font-size:var(--size-3xl)}}.trending__item-container{display:flex;gap:1rem;overflow-x:scroll;overflow-y:hidden;scroll-behavior:smooth;position:relative}.trending__item-container::-webkit-scrollbar{display:none;-ms-overflow-style:none;scrollbar-width:none}.trending__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.trending__header-btns{display:flex;gap:1rem}.trending__header-btn{color:var(--clr-slate800);width:var(--size-3xl);height:var(--size-3xl);transition:.3s}.trending__header-btn:hover{transform:translateY(-1px)}a{text-decoration:none}.trending__header-title{color:var(--clr-slate800);letter-spacing:-.05em;font-size:var(--size-l)}.trending__item{outline:2px solid var(--clr-gray);outline-offset:-2px;transition:.3s}.trending__img-overlay{position:relative}.trending__img-overlay:after{content:"";background-color:#070a1300;width:100%;height:calc(100% - 6px);position:absolute;top:0;left:0;z-index:1;transition:.3s ease-in}.trending__img-overlay:hover:after{background-color:#070a131a}.trending__item-header img{width:15rem}.trending__item-description{display:flex;flex-direction:column;justify-content:space-between}.trending__item-label{margin:0 .5rem;color:var(--clr-slate800);font-size:var(--size-base);font-weight:400}.trending__item-price{margin:0 .5rem;margin-top:0;color:var(--clr-slate800);font-size:var(--size-base);font-weight:600}@media (min-width: 640px){.trending__header-title{font-size:var(--size-xl)}.trending__item-label,.trending__item-price{font-size:var(--size-l)}}@media (min-width: 768px){.trending__header-title{font-size:var(--size-2xl)}.trending__item-label,.trending__item-price{font-size:var(--size-xl)}}@media (min-width: 1280px){.trending__header-title{font-size:var(--size-3xl)}}.categories__header-home-btn{width:var(--size-base);height:var(--size-base)}.categories__header-home-link{display:flex;justify-content:flex-start;align-items:center;color:var(--clr-slate800);font-size:var(--size-base);letter-spacing:-.05em;text-transform:uppercase;transition:.3s}.categories__header-home-link:hover{color:var(--clr-sky)}.categories__header-current{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.categories__header-current-subtitle{color:var(--clr-slate800);font-size:var(--size-base);letter-spacing:-.05em;text-transform:uppercase}.categories__header-filters{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-left:1rem;margin-right:1rem}.categories__header-filters-btn{color:var(--clr-slate800);font-size:var(--size-base);letter-spacing:-.05em;text-transform:uppercase;transition:.3s}.categories__header-filters-btn:hover{transform:translateY(-1px);color:var(--clr-emerald)}@media (min-width: 640px){.categories__header-home-btn{width:var(--size-l);height:var(--size-l)}.categories__header-home-link,.categories__header-current-subtitle,.categories__header-filters-btn{font-size:var(--size-l)}}@media (min-width: 768px){.categories__header-home-btn{width:var(--size-xl);height:var(--size-xl)}.categories__header-home-link,.categories__header-current-subtitle,.categories__header-filters-btn{font-size:var(--size-xl)}}.categories-items{margin-bottom:2rem}.categories__items-container{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 475px){.categories__items-container{grid-template-columns:1fr 1fr}}@media (min-width: 640px){.categories__items-container{grid-template-columns:1fr 1fr 1fr}}@media (min-width: 1024px){.categories__items-container{grid-template-columns:1fr 1fr 1fr 1fr}}footer{display:flex;justify-content:center;align-items:center;min-width:100%!important;padding:1.125rem 2.5rem!important;transition:.3s;background-color:var(--clr-light);text-transform:uppercase;box-shadow:0 -2px 4px -2px var(--clr-slate400)}.footer__links{display:flex;gap:2em;text-align:center;flex-wrap:wrap;justify-content:center;align-items:center}.footer__link{color:var(--clr-slate800);letter-spacing:-.05em;font-weight:600;text-decoration:none;font-size:var(--size-xs);transition:.3s}.footer__link:hover{color:var(--clr-emerald)}@media (min-width: 1024px){.footer__link{font-size:var(--size-s)}}@media (min-width: 1280px){.footer__link{font-size:var(--size-base)}}.product__item{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem}.product__item-big-img{display:flex;justify-content:center;align-items:center}.product__item-big-img img{width:60%;object-fit:cover}.product__item-small-img{display:flex;justify-content:space-between;align-items:center;gap:2rem;padding:3rem 0 0}.product__item-small-img img{width:27%;height:27%;object-fit:cover;cursor:pointer;transition:.4s}.product__item-small-img img:hover{filter:brightness(91%)}.product__item-cart{background-color:var(--clr-gray);padding:2rem}.product__item-desc{font-size:var(--size-l);text-align:center;margin-bottom:1rem;letter-spacing:-.05em}.product__item-specs{font-size:var(--size-base);margin-bottom:1rem;text-align:justify}.product__item-shopping{display:flex;flex-direction:column;gap:1rem;justify-content:space-between;align-items:center;font-size:var(--size-l);font-weight:800;letter-spacing:-.05em;margin-bottom:1rem}.product__item-quantity-btns{display:flex;align-items:center;justify-content:center;border:1px solid var(--clr-slate800)}.product__item-quantity-decrease{font-size:var(--size-l);width:var(--size-4xl);height:var(--size-4xl);color:var(--clr-slate800);cursor:pointer;background-color:var(--clr-light);border:none;transition:all .2s;border-right:1px solid var(--clr-slate800)}.product__item-quantity-increase{font-size:var(--size-l);width:var(--size-4xl);height:var(--size-4xl);color:var(--clr-slate800);cursor:pointer;background-color:var(--clr-light);border:none;transition:all .3s;border-left:1px solid var(--clr-slate800)}.product__item-quantity-btns button:hover{background-color:transparent}.product__item-quantity{display:flex;justify-content:center;align-items:center;font-size:var(--size-l);width:var(--size-4xl);height:var(--size-4xl);text-align:center}.product__item-shop-btns{display:flex;gap:1rem;width:100%;flex-direction:column}.product__item-shop-btns button{width:100%;font-size:var(--size-base);text-transform:uppercase;transition:all .3s}.product__item-cart-btn{background-color:var(--clr-emerald)!important;box-shadow:0 10px 20px #0596694d,0 6px 6px #0596694d,0 0 100px -10px var(--clr-emerald)!important}.product__item-cart-btn:hover{box-shadow:0 14px 28px #05966940,0 10px 10px #05966940,0 0 120px -10px var(--clr-emerald)!important}.product__specs{display:flex;flex-direction:column;gap:2rem;justify-content:space-evenly;margin-top:2rem}.product__specs-spec{background-color:var(--clr-gray);width:100%;display:flex;flex-direction:column;justify-content:space-between;padding:2rem}.product__specs-title{font-size:var(--size-l);font-weight:800;letter-spacing:-.05em}.product__specs-desc{font-size:var(--size-base)}@media (min-width: 640px){.product__item-desc{font-size:var(--size-xl)}.product__item-specs,.product__item-shop-btns button{font-size:var(--size-l)}.product__specs-title{font-size:var(--size-xl)}.product__specs-desc{font-size:var(--size-l)}}@media (min-width: 768px){.product__item{flex-direction:row}.product__item-imgs{width:55%}.product__item-cart{width:45%}.product__item-desc{font-size:var(--size-2xl)}.product__item-specs,.product__item-shopping,.product__item-shop-btns button{font-size:var(--size-xl)}.product__item-quantity-decrease,.product__item-quantity-increase,.product__item-quantity{font-size:var(--size-xl);width:var(--size-5xl);height:var(--size-5xl)}.product__specs{flex-direction:row;height:8rem}.product__specs-desc{font-size:var(--size-xl)}}@media (min-width: 1024px){.product__item-shop-btns{flex-direction:row}}@media (min-width: 1280px){.product__item-desc{font-size:var(--size-3xl)}}/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */*,:before,:after{box-sizing:border-box}html{line-height:1.15;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4}body{margin:0;font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"}hr{height:0;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}:root{--clr-dark: #070a13;--clr-light: #f1f5f9;--clr-gray: #e2e2e2;--clr-slate400: #94a3b8;--clr-slate600: #475569;--clr-slate800: #1e293b;--clr-emerald: #059669;--clr-sky: #0284c7;--size-xxs: .5rem;--size-xs: .75rem;--size-s: .875rem;--size-base: 1rem;--size-l: 1.125rem;--size-xl: 1.25rem;--size-2xl: 1.5rem;--size-3xl: 1.875rem;--size-4xl: 2.25rem;--size-5xl: 3rem;--size-6xl: 3.75rem;--size-7xl: 4.5rem;--size-8xl: 6rem;--size-9xl: 8rem;--size-10xl: 10rem}*{margin:0;line-height:calc(1em + .5rem)}html{scroll-behavior:smooth}body{font-family:General Sans,sans-serif;background-color:var(--clr-light);color:var(--clr-dark)}button{display:inline-block;padding:0;border:none;background:none;cursor:pointer;color:inherit}a{color:var(--clr-emerald)}strong{color:var(--clr-sky)}body::-webkit-scrollbar{width:8px}body::-webkit-scrollbar-track{box-shadow:inset 0 0 #0000}body::-webkit-scrollbar-thumb{background-color:var(--clr-emerald);outline:1px solid var(--clr-emerald)}.btn{display:inline-block;font-weight:600;text-decoration:none;letter-spacing:-.05em;cursor:pointer;background-color:var(--clr-sky);color:#f1f5f9;padding:.5em 1em;border-radius:6px;box-shadow:0 10px 20px #0284c74d,0 6px 6px #0284c74d,0 0 100px -10px var(--clr-sky);transition:.3s}.btn:hover{transform:translateY(-3px);box-shadow:0 14px 28px #0284c740,0 10px 10px #0284c740,0 0 120px -10px var(--clr-sky)}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:.5rem;padding-right:.5rem}.section{margin-top:6rem}@media (min-width: 475px){.container{max-width:475px}}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}.section{margin-top:8.5rem}}@media (min-width: 1280px){.container{max-width:1280px;padding-left:8rem;padding-right:8rem}}@media (min-width: 1536px){.container{max-width:1536px}}
