@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300&display=swap);.splash{height:100vh;width:100%;position:relative;top:0;left:0;z-index:1;overflow-x:hidden;width:100vw;margin-top:0;background:url(/static/media/spalsh-bg-mobile.006fd06d.jpg) 50%/cover no-repeat;-webkit-transform:scale(5);transform:scale(5);-webkit-animation:splash-bg 1.5s ease-in-out 0s forwards;animation:splash-bg 1.5s ease-in-out 0s forwards;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center}.splash .splash__title,.splash .splash__title-sub{z-index:2;margin:.5rem 0 0 1.5rem;font-family:"type font","Times New Roman";letter-spacing:.5rem;color:#fff;font-weight:400;opacity:0;-webkit-animation:splash-title 1s ease-in-out 1.25s forwards;animation:splash-title 1s ease-in-out 1.25s forwards}.splash .splash__title{font-size:3rem;font-weight:700;margin-bottom:2rem}.splash .splash__title-sub{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.splash .splash__dynamic,.splash .splash__title-sub{margin-top:0;font-size:2rem;letter-spacing:.1rem}.splash .splash__dynamic{z-index:2}.splash .splash__dynamic:after{content:"|"}.splash .splash__overlay{position:absolute;padding-top:5rem;z-index:1;left:0;right:0;width:100%;height:100%;-webkit-animation:overlay 3.5s ease-out 0s forwards;animation:overlay 3.5s ease-out 0s forwards;opacity:1}@-webkit-keyframes splash-bg{0%{-webkit-transform:scale(5);transform:scale(5)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes splash-bg{0%{-webkit-transform:scale(5);transform:scale(5)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes overlay{0%{background-color:#000}to{background-color:rgba(0,0,0,.75)}}@keyframes overlay{0%{background-color:#000}to{background-color:rgba(0,0,0,.75)}}@-webkit-keyframes splash-title{0%{-webkit-transform:translateY(50%);transform:translateY(50%);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes splash-title{0%{-webkit-transform:translateY(50%);transform:translateY(50%);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.collection{padding-top:1rem;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.collection .collection__title{width:70%;margin:auto;text-align:center;padding-bottom:.5rem;border-bottom:1px solid #000;font-family:"type font","sans-serif";letter-spacing:.2rem}.collection .collection__grid{width:80%;margin:1rem;display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));grid-auto-rows:75px}.collection .collection__grid__item{position:relative;width:100%;height:100%}.collection .collection__grid__item img{width:100%;height:100%;object-fit:cover}.collection .collection__grid__item span{position:absolute;z-index:2;top:0;left:0;height:100%;width:100%;background:rgba(0,0,0,.6);display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;font-size:1rem;color:#fff;font-family:"type font","sans-serif"}.home-history{width:100%;position:relative}.home-history .home-history__header{width:100%;height:50vh;position:relative}.home-history .home-history__header span h1{color:#fff;font-family:"type font","Segoe UI",Tahoma,Geneva,Verdana,sans-serif;letter-spacing:.1rem;font-size:1.5rem;width:90%;margin:auto;text-align:center}.home-history .home-history__header img{width:100%;height:100%;object-fit:cover}.home-history .home-history__info{width:95%;margin:auto;padding:1.5rem;position:relative}.home-history .home-history__info p{padding:.1rem;font-family:"type font","Segoe UI",Tahoma,Geneva,Verdana,sans-serif;letter-spacing:.1rem;line-height:1.25;text-align:left}.home-history .home-history__info__source{position:absolute;margin-top:15rem;right:4rem;bottom:1rem;font-size:1rem}.home-subscribe{width:100%;height:70vh}.home-subscribe .home-subscribe__header{width:100%;height:100%;position:relative}.home-subscribe .home-subscribe__header img{width:100%;height:100%;object-fit:cover}.home-subscribe .home-subscribe__header span{-webkit-flex-direction:column;flex-direction:column}.home-subscribe .home-subscribe__header span h1{letter-spacing:.2rem}.home-subscribe .home-subscribe__header span h3{font-family:"type font","Segoe UI",Tahoma,Geneva,Verdana,sans-serif;font-size:1rem;letter-spacing:.2rem;margin-top:1rem;color:#fff}.home-subscribe .home-subscribe__header span form{height:3rem;width:40%;margin:3.5rem auto;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;-webkit-flex-direction:column;flex-direction:column}.home-subscribe .home-subscribe__header span form .email-input{font-family:"type font","Segoe UI",Tahoma,Geneva,Verdana,sans-serif;letter-spacing:.2rem;color:#fff;margin:1rem;-webkit-flex:3 1;flex:3 1;outline:none;background:none;height:50%;border:none;border-bottom:1px solid #fff;padding:.5rem;font-size:1.5rem}.home-subscribe .home-subscribe__header span form .email-input:focus{border-bottom:2.5px solid #fff}.home-subscribe .home-subscribe__header span form button{margin-top:1rem;font-family:"type font","Segoe UI",Tahoma,Geneva,Verdana,sans-serif;transition:all .5s;letter-spacing:.1rem;font-size:1.25rem;outline:none;-webkit-flex:1 1;flex:1 1;padding:.25rem .25rem .5rem;font-weight:700;height:80%;cursor:pointer;border:1px solid transparent}.home-subscribe .home-subscribe__header span form button:hover{background-color:#000;border:1px solid #fff;color:#fff}@media screen and (min-width:768px){.splash .splash__title{width:50%;font-size:5rem}.splash .splash__title,.splash .splash__title-sub{margin-left:3.5rem}.splash .splash__title-sub{-webkit-flex-direction:row;flex-direction:row}.splash .splash__title-sub span{margin:0 .5rem;font-size:3rem}.collection .collection__grid{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));grid-auto-rows:13.5rem}.collection .collection__grid__item span{font-size:2.5rem}.home-history .home-history__header{height:20rem}.home-history .home-history__header span h1{font-size:2rem}.home-history .home-history__info{width:85%}.home-history .home-history__info p{margin:2rem 0}.home-history .home-history__info__source{margin-top:2.5rem}.home-subscribe{height:40vh}}@media screen and (min-width:1024px){.home-history .home-history__header{height:60vh}.home-history .home-history__info{width:65%}.home-history .home-history__info p{font-size:1.25rem}.home-subscribe{height:70vh}.home-subscribe .home-subscribe__header{padding-top:3.5rem}}@media screen and (min-width:1280px){.splash .splash__title{width:30%}.collection{padding:2rem}.collection .collection__grid{grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-auto-rows:17.5rem}.home-subscribe{height:80vh}.home-subscribe .home-subscribe__header{padding-top:10.5rem}}.nav{position:fixed;top:0;left:0;transition:all .5s;height:3rem;width:100vw;padding:0 1rem;overflow:hidden;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;z-index:3;background:#000}.nav .nav__item{font-family:"type font","Segoe UI",Tahoma,Geneva,Verdana,sans-serif;letter-spacing:.1rem;color:#fff;margin:1.5rem 0;font-weight:700;font-size:2rem;position:relative;text-decoration:none}.nav .nav__item__cart{color:#fff}.nav .nav__item__cart__items{color:#fff;font-family:"type font","Segoe UI",Tahoma,Geneva,Verdana,sans-serif;font-weight:700;margin-left:.1rem;position:absolute;bottom:0}.nav .nav__item.active{border-bottom:2px solid #fff;padding-bottom:.5rem;color:red}@media screen and (min-width:1024px){.nav{padding:0 2.5rem}}.footer{position:relative;bottom:0;width:100%;height:12rem;padding-top:1.5rem;margin-top:3rem;border-top:1px solid #000}.footer .footer-container{width:85%;display:-webkit-flex;display:flex;margin:0 1rem;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center}.footer .footer-container__home{margin-right:auto;margin-left:1rem;font-family:"type font","Segoe UI",Tahoma,Geneva,Verdana,sans-serif;font-size:3rem;color:#000;text-decoration:none}.footer .footer-container__sub{-webkit-flex-direction:column;flex-direction:column;-webkit-flex:2 1;flex:2 1}.footer .footer-container__sub,.footer .footer-container__sub__links{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.footer .footer-container__sub__links{width:50%}.footer .footer-container__sub__links__link{transition:all .5s;font-family:"type font","Segoe UI",Tahoma,Geneva,Verdana,sans-serif;text-decoration:none;color:#000;cursor:pointer;margin:.25rem .5rem}.footer .footer-container__sub__links__link:hover{font-weight:700}.footer .footer-container__sub__socials{width:50%;margin:1.5rem auto;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}.footer .footer-container__sub__socials .icon{-webkit-transform:scale(1.5);transform:scale(1.5);margin:.5rem 1rem;cursor:pointer;color:#000}.footer .footer-container__sub__socials .icon:hover{transition:all .5s;opacity:.8;-webkit-transform:scale(1.75);transform:scale(1.75)}.footer p{position:absolute;bottom:1rem;width:100%;text-align:center}.products{background-image:linear-gradient(120deg,#fdfbfb,#ebedee);width:100%;padding:5rem 1.5rem 1.5rem;overflow-x:hidden;display:grid;grid-gap:3.5rem;gap:3.5rem;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));grid-auto-rows:15rem}.product-card{width:100%;height:100%;position:relative;cursor:pointer}.product-card:hover:after{transition:all .5s;height:100%;opacity:.9}.product-card img{width:100%;height:100%;object-fit:cover}.product-card span{font-family:"type font","Segoe UI",Tahoma,Geneva,Verdana,sans-serif;text-align:center;height:2rem;color:#000;position:absolute;top:2%;left:2%;padding:.5rem .5rem 1.75rem;background:#fff;opacity:.9;border-radius:1rem;border:1px solid #000;font-weight:700;font-size:1.25rem}.product-card:after{content:"";bottom:0;height:0;opacity:1;background-color:rgba(0,0,0,.9)}.product-card .product-card__info,.product-card:after{position:absolute;left:0;width:100%;transition:all .5s}.product-card .product-card__info{top:0;height:100%;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;z-index:3;color:#fff;font-size:1.5rem;font-family:"type font","Segoe UI",Tahoma,Geneva,Verdana,sans-serif;opacity:0}.product-card .product-card__info:hover{opacity:1}.product-card .product-card__info__span{margin:.5rem 0}.product-card .product-card__info__span:last-child{width:70%;margin:1rem auto;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.product-card .product-card__info__span:last-child button{font-family:"type font","Segoe UI",Tahoma,Geneva,Verdana,sans-serif;transition:all .5s;letter-spacing:.1rem;font-size:1.25rem;outline:none;-webkit-flex:1 1;flex:1 1;padding:.25rem .25rem .5rem;font-weight:700;height:80%;cursor:pointer;border:1px solid transparent;margin:0 .5rem}.product-card .product-card__info__span:last-child button:hover{background-color:#000;border:1px solid #fff;color:#fff}.product-info{width:100%;height:100%;overflow:hidden;padding-top:1rem}.product-info .current{height:50%;margin:3.5rem auto;flex-direction:column;-webkit-justify-content:space-around;justify-content:space-around}.product-info .current,.product-info .current__images{width:95%;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-webkit-align-items:center;align-items:center}.product-info .current__images{margin:.5rem auto 2rem;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-flex:2 1;flex:2 1}.product-info .current__images__main{width:100%;height:20rem;margin-bottom:1rem}.product-info .current__images__main img{width:100%;height:100%;object-fit:cover}.product-info .current__images__assets{height:5rem;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.product-info .current__images__assets__asset{cursor:pointer;width:30%}.product-info .current__images__assets__asset img{width:100%;height:100%;object-fit:cover}.product-info .current__info{width:95%;-webkit-flex:1 1;flex:1 1;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center}.product-info .current__info h1{font-size:1.75rem}.product-info .current__info h1,.product-info .current__info p{font-family:"type font","Segoe UI",Tahoma,Geneva,Verdana,sans-serif}.product-info .current__info p{margin-top:.5rem;font-size:1.25rem}.product-info .current__info span{width:100%;margin-top:2rem;height:3.5rem;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center}.product-info .current__info span button{font-family:"type font","Segoe UI",Tahoma,Geneva,Verdana,sans-serif;transition:all .5s;letter-spacing:.1rem;font-size:1.25rem;outline:none;-webkit-flex:1 1;flex:1 1;padding:.25rem .25rem .5rem;font-weight:700;height:80%;cursor:pointer;margin:0 .5rem;border:1px solid #000}.product-info .current__info span button:hover{background-color:#000;border:1px solid #fff;color:#fff}@media screen and (min-width:768px){.product-info{width:80%;margin:1rem auto}}@media screen and (min-width:1024px){.product-info{width:85%}.product-info .current{width:100%;height:30rem;padding-top:5rem}.product-info .current,.product-info .current__images{-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:flex-start;align-items:flex-start}.product-info .current__images{width:12.5rem;padding-top:0;height:25rem}.product-info .current__images__main{-webkit-order:2;order:2;height:80%;width:60%}.product-info .current__images__assets{-webkit-flex-direction:column;flex-direction:column;-webkit-align-self:center;align-self:center;-webkit-align-items:center;align-items:center;-webkit-order:1;order:1;width:10%;height:50%;margin-right:1.5rem}.product-info .current__images__assets__asset{width:100%}}.cart{width:100%;height:100%;overflow:hidden;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;padding-top:3.5rem}.cart h1,.cart h2{font-family:"type font","Segoe UI",Tahoma,Geneva,Verdana,sans-serif;letter-spacing:.2rem;width:100%;margin:1.5rem;text-align:center}.cart-btns{width:100%;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center}.cart-btns button{margin:0 .5rem;font-family:"type font","Segoe UI",Tahoma,Geneva,Verdana,sans-serif;transition:all .5s;letter-spacing:.1rem;font-size:1.25rem;outline:none;-webkit-flex:1 1;flex:1 1;padding:.25rem .25rem .5rem;font-weight:700;height:80%;cursor:pointer;border:1px solid #000}.cart-btns button:hover{background-color:#000;border:1px solid #fff;color:#fff}.cart-null{padding-top:3.5rem;width:100%;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.cart-null__icon{margin:1.5rem 0;opacity:.5;-webkit-transform:scale(2.5);transform:scale(2.5)}.cart-null__text,.cart-null h3{color:#000;font-family:"type font","Segoe UI",Tahoma,Geneva,Verdana,sans-serif}.cart-item{width:60%;margin:1rem auto;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;border:1px solid #000}.cart-item__img{width:100%;height:10rem;margin:0 auto}.cart-item__img img{width:100%;height:100%;object-fit:cover}.cart-item__name{font-family:"type font","Segoe UI",Tahoma,Geneva,Verdana,sans-serif;margin:.5rem 0;font-size:1.25rem;letter-spacing:.1rem;font-weight:700}.cart-item__qty{margin:1rem 0}.cart-item__qty button{font-family:"type font","Segoe UI",Tahoma,Geneva,Verdana,sans-serif;transition:all .5s;letter-spacing:.1rem;font-size:1.25rem;outline:none;-webkit-flex:1 1;flex:1 1;padding:.25rem .25rem .5rem;font-weight:700;height:80%;cursor:pointer;height:2rem;width:3.5rem;margin:0 1rem;border:1px solid transparent}.cart-item__qty button:hover{background-color:#000;border:1px solid #fff;color:#fff}.cart-item__remove-btn{font-family:"type font","Segoe UI",Tahoma,Geneva,Verdana,sans-serif;transition:all .5s;letter-spacing:.1rem;font-size:1.25rem;outline:none;-webkit-flex:1 1;flex:1 1;padding:.25rem .25rem .5rem;font-weight:700;height:80%;cursor:pointer;margin:1rem 0;width:50%;border:1px solid red}.cart-item__remove-btn:hover{background-color:#000;border:1px solid #fff;color:#fff;background-color:red}.cart-item__total{font-family:"type font","Segoe UI",Tahoma,Geneva,Verdana,sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:1rem}@media screen and (min-width:768px){.cart-btns{width:80%}.cart-item{width:95%;height:5rem;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between}.cart-item__img{width:10%;height:80%;margin-left:.5rem;margin-right:.5rem}.cart-item__name{margin-left:.2rem}.cart-item__remove-btn{max-width:20%;height:50%}.cart-item__total{margin:0 1.5rem}}@media screen and (min-width:1280px){.cart-item{width:80%}}.checkout{width:100%;height:100%;position:relative;overflow-x:hidden}.review{width:70%;margin:1.5rem auto;border:1px solid #d3d3d3}.review__title{padding:.75rem;width:100%;text-align:center;font-family:"type font","Segoe UI",Tahoma,Geneva,Verdana,sans-serif;letter-spacing:.2rem;margin-bottom:1.5rem;color:#fff;background:linear-gradient(90deg,#000,grey)}.review ul{list-style-type:none;-webkit-align-items:center;align-items:center}.review ul,.review ul li{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center}.review ul li{width:95%;border-bottom:1px solid #000;padding:.5rem 5rem;margin:0 auto 1rem;font-family:"type font","Segoe UI",Tahoma,Geneva,Verdana,sans-serif}.review ul li .name{font-size:1.2rem}.review ul li .qty{font-size:1rem}.review ul li .price{font-weight:700}.review__amount{width:100%;text-align:center;margin:.5rem 0;font-family:"type font","Segoe UI",Tahoma,Geneva,Verdana,sans-serif;letter-spacing:.2rem;font-weight:700}.review__amount.total{font-size:1.25rem}.review-btn{width:80%;margin:1rem auto;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;text-decoration:none}.review-btn button{font-family:"type font","Segoe UI",Tahoma,Geneva,Verdana,sans-serif;transition:all .5s;letter-spacing:.1rem;font-size:1.25rem;outline:none;-webkit-flex:1 1;flex:1 1;padding:.25rem .25rem .5rem;font-weight:700;height:80%;cursor:pointer;border:1px solid transparent}.review-btn button:hover{background-color:#000;border:1px solid #fff;color:#fff}.confirmation{width:80%;margin:1.5rem auto;border:1px solid #d3d3d3}.confirmation__title{width:100%;text-align:center;font-family:"type font","Segoe UI",Tahoma,Geneva,Verdana,sans-serif}.confirmation-btn{margin:2rem;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.confirmation-btn button{font-family:"type font","Segoe UI",Tahoma,Geneva,Verdana,sans-serif;transition:all .5s;letter-spacing:.1rem;font-size:1.25rem;outline:none;-webkit-flex:1 1;flex:1 1;padding:.25rem .25rem .5rem;font-weight:700;height:80%;cursor:pointer;border:1px solid transparent}.confirmation-btn button:hover{background-color:#000;border:1px solid #fff;color:#fff}@media screen and (min-width:1024px){.review{position:absolute;right:1.5rem;top:2.5rem;width:35%}}.tracker{font-family:"type font","Segoe UI",Tahoma,Geneva,Verdana,sans-serif;width:85%;margin:4rem auto 1rem;height:10rem;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;border:1px solid #000}.tracker__title{letter-spacing:.1rem;margin:1rem 0}.tracker__steps{width:65%;height:2.5rem;margin:.5rem auto 0;-webkit-justify-content:space-around;justify-content:space-around}.tracker__steps,.tracker__steps__step{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.tracker__steps__step{width:2rem;height:2rem;-webkit-justify-content:center;justify-content:center;border-radius:50%}.tracker__steps__step.active{background-color:#00f}.tracker__steps__step.complete{background-color:green}.tracker__steps__step.inactive{background-color:grey}.tracker__steps__line{-webkit-flex:1 1;flex:1 1;height:.1rem;border-top:1px solid #000}.tracker__texts{width:72.5%;height:2.5rem;margin:0 auto;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center}.tracker__texts__text.active{opacity:1}.tracker__texts__text.inactive{opacity:.5}@media screen and (min-width:1024px){.tracker.alternate{width:50%;margin:3.5rem 1.5rem 1.5rem 3.5rem}}.about{font-family:"type font","Segoe UI",Tahoma,Geneva,Verdana,sans-serif;width:90%;margin:5rem auto;height:60vh}.about__title{width:100%;text-align:center;margin-bottom:1.5rem;letter-spacing:.2rem}.about__title span{font-size:.9rem;font-weight:400}.about .about__description p{font-size:1.25rem;padding:.5rem}.about .about__description p a{color:#000;cursor:pointer}.about .about__features__title{margin:1rem 0 .25rem}.about .about__features ul{padding:1rem}@media screen and (min-width:1280px){.about{width:50%}}*{margin:0;padding:0;box-sizing:border-box}@font-face{font-family:"type font";src:url(/static/media/EuropeanTypewriter.4aca515e.ttf) format("truetype")}.home-history .home-history__header span,.home-subscribe .home-subscribe__header span{position:absolute;z-index:2;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.8);display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.home-subscribe .home-subscribe__header span h1{color:#fff;font-family:"type font","Segoe UI",Tahoma,Geneva,Verdana,sans-serif;letter-spacing:.1rem;font-size:2rem;width:90%;margin:0 auto;text-align:center}.address{font-family:"Roboto","Segoe UI",Tahoma,Geneva,Verdana,sans-serif;width:90%;margin:1.5rem auto;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;-webkit-flex-direction:column;flex-direction:column}.address__title{width:100%;text-align:center;padding:1rem;font-family:"type font","Segoe UI",Tahoma,Geneva,Verdana,sans-serif;letter-spacing:.2rem;font-size:1.5rem;color:#000;margin-top:2rem}.address__btns{width:100%;margin:1.5rem 0;height:2.5rem;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.address__btns button{font-family:"type font","Segoe UI",Tahoma,Geneva,Verdana,sans-serif;transition:all .5s;letter-spacing:.1rem;font-size:1.25rem;outline:none;-webkit-flex:1 1;flex:1 1;padding:.25rem .25rem .5rem;font-weight:700;height:80%;cursor:pointer;margin:0 1rem;border:1px solid #000}.address__btns button:hover{background-color:#000;border:1px solid #fff;color:#fff}.address form{width:100%;margin:0 auto;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;padding:.2rem}.address form input{margin:2.5rem 0 1rem;height:2rem;outline:none;border:none;border-bottom:1px solid #000;padding:.5rem;font-size:1.1rem}.address form input:focus{outline:none;border:none;border-bottom:2px solid #000}.address form select{margin:.5rem 0 1rem;height:2.5rem;width:100%;outline:none;border:none;border-bottom:1px solid #000;padding:.5rem;font-size:1.1rem}.payment{width:95%;margin:1.5rem auto;border-top:none;font-family:"type font","Segoe UI",Tahoma,Geneva,Verdana,sans-serif}.payment__title{width:100%;text-align:center;letter-spacing:.2rem;margin-bottom:1.5rem;font-size:1.5rem;color:#000;margin-top:2rem}.payment__options{width:95%;margin:0 auto;-webkit-flex-direction:column;flex-direction:column}.payment__options,.payment__options__option{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.payment__options__option{width:100%;height:2.5rem;padding:.75rem;margin:.5rem 0;border:2.5px solid #d3d3d3;cursor:pointer}.payment__options__option:hover{transition:all .5s;background-color:#d3d3d3}.payment__options__option .icon{-webkit-transform:scale(2);transform:scale(2);margin-right:1.5rem}.payment__options__option span{font-weight:700}.payment__card{border:2.5px solid #d3d3d3;height:7.5rem;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;justify-content:flex-start}.payment__card.icon{color:red}.payment__card button{font-family:"type font","Segoe UI",Tahoma,Geneva,Verdana,sans-serif;transition:all .5s;letter-spacing:.1rem;font-size:1.25rem;outline:none;-webkit-flex:1 1;flex:1 1;padding:.25rem .25rem .5rem;font-weight:700;height:80%;cursor:pointer;border:1px solid transparent;margin:0 .5rem}.payment__card button:hover{background-color:#000;border:1px solid #fff;color:#fff}@media screen and (min-width:768px){.address{width:75%}.address__title{font-size:2rem}.payment{width:75%}.payment__title{font-size:2rem}}@media screen and (min-width:1024px){.address,.payment{width:55%;margin:3.5rem 1.5rem 1.5rem 3.5rem}}.App{overflow:hidden}
/*# sourceMappingURL=main.94387a6d.chunk.css.map */