body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}*{margin:0;padding:0;box-sizing:border-box;font-family:Helvetica,"Helvetica Neue",Arial,"Lucida Grande",sans-serif}body{background-color:#fffcf7}body input::-webkit-inner-spin-button,body input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}body input[type=number]{-moz-appearance:textfield}body p{color:#746b60}body a{text-decoration:none}body button{cursor:pointer;color:#141414}body button:focus{outline:none}.HomePage_homePage__2ofG9{min-height:100vh;width:100%;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;-webkit-flex-direction:column;flex-direction:column;padding-bottom:50px}.HomePage_homePage__2ofG9 .HomePage_heroImage__C1Za4{width:100%;position:relative}.HomePage_homePage__2ofG9 .HomePage_heroImage__C1Za4>img{width:100%;height:50vh;object-fit:cover}.HomePage_homePage__2ofG9 .HomePage_heroImage__C1Za4 nav{background-color:hsla(0,0%,100%,.4);position:absolute;top:0;width:100%;max-width:unset}.HomePage_homePage__2ofG9 p{width:90%;text-align:center;font-size:18px;max-width:800px}.HomePage_homePage__2ofG9 .HomePage_homepageButton__2G14i{width:250px;height:50px;background-color:transparent;border:2px solid #000;font-size:21px}.HomePage_homePageBottomSection__2CXzK{min-height:200vh;width:100%;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;-webkit-flex-direction:column;flex-direction:column;padding:50px 0;background-color:#faf3ec}.HomePage_homePageBottomSection__2CXzK img{width:80%;height:50vh;object-fit:cover}.HomePage_homePageBottomSection__2CXzK h2{font-size:28px;text-align:center}.HomePage_homePageBottomSection__2CXzK p{width:90%;text-align:center;font-size:18px;max-width:800px}nav{height:80px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;font-size:21px;background-color:#faf3ec;z-index:10;top:0;width:100%;max-width:1200px;transition:.6s ease-out;margin:0 auto}nav img{height:80px;width:250px}nav .NavBar_navBarRightSide__29aDA{display:-webkit-flex;display:flex;width:40%;-webkit-justify-content:space-evenly;justify-content:space-evenly}nav .NavBar_navBarRightSide__29aDA .NavBar_cartAndTotal__2sx6g{grid-column-gap:5px;-webkit-column-gap:5px;column-gap:5px;display:-webkit-flex;display:flex;-webkit-align-items:baseline;align-items:baseline}nav .NavBar_navBarRightSide__29aDA .NavBar_cartAndTotal__2sx6g button{color:#141414;position:relative;border:none;height:25px;width:25px;background-color:transparent;font-size:21px}nav .NavBar_navBarRightSide__29aDA .NavBar_cartAndTotal__2sx6g button span{position:absolute;top:-5px;left:-12px;text-align:center;height:17px;width:17px;padding:2px;background-color:#000;color:#fff;border-radius:10px;border:none;font-size:12px}nav .NavBar_navBarRightSide__29aDA .NavBar_cartAndTotal__2sx6g .NavBar_cartTotal__m3Tbv{height:25px;color:#141414;font-size:18px;font-weight:500}nav h1{font-size:31px;color:#ee4b2b;width:-webkit-max-content;width:max-content}@media only screen and (min-width:768px){nav .NavBar_navBarCentre__TuPd3{display:grid;grid-template-columns:1fr 1fr;-webkit-flex-wrap:wrap;flex-wrap:wrap;padding:20px}nav .NavBar_navBarCentre__TuPd3 a{text-align:center;margin:10px;color:#141414;min-width:100px;height:20px;white-space:nowrap}nav .NavBar_navBarRightSide__29aDA{width:250px;display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end;grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px}nav .NavBar_navBarRightSide__29aDA button{border:none;background-color:transparent;font-size:21px}}@media only screen and (min-width:1024px){nav .NavBar_navBarCentre__TuPd3{display:unset}nav .NavBar_navBarCentre__TuPd3 a{padding:5px}nav .NavBar_navBarRightSide__29aDA{-webkit-justify-content:space-evenly;justify-content:space-evenly}}.NavBarMenu_navBarMenu__3Lup1{height:100vh;width:100vw;position:fixed;background-color:#fffcf7;top:0;right:0;z-index:10}.NavBarMenu_navBarMenu__3Lup1>svg:first-of-type{position:absolute;top:20px;right:20px;font-size:32px}.NavBarMenu_navBarMenu__3Lup1 img{border-radius:50%;height:auto;max-width:65px}.NavBarMenu_navBarMenu__3Lup1 ul{width:50%;margin:50px auto;list-style:none}.NavBarMenu_navBarMenu__3Lup1 ul li{height:50px;width:100%;color:#000}.NavBarMenu_navBarMenu__3Lup1 ul>li:first-of-type{margin-bottom:30px;font-size:24px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px}.NavBarMenu_navBarMenu__3Lup1 ul>li:first-of-type svg{font-size:32px}.NavBarMenu_slideInRight__3PKcE{-webkit-animation:NavBarMenu_slideInRight__3PKcE .5s linear both;animation:NavBarMenu_slideInRight__3PKcE .5s linear both}@-webkit-keyframes NavBarMenu_slideInRight__3PKcE{0%{-webkit-transform:translateX(1000px);transform:translateX(1000px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes NavBarMenu_slideInRight__3PKcE{0%{-webkit-transform:translateX(1000px);transform:translateX(1000px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.NavBarMenu_slideOutRight__3IJbe{-webkit-animation:NavBarMenu_slideOutRight__3IJbe .5s cubic-bezier(.55,.085,.68,.53) both;animation:NavBarMenu_slideOutRight__3IJbe .5s cubic-bezier(.55,.085,.68,.53) both}@-webkit-keyframes NavBarMenu_slideOutRight__3IJbe{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(1000px);transform:translateX(1000px);opacity:0}}@keyframes NavBarMenu_slideOutRight__3IJbe{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(1000px);transform:translateX(1000px);opacity:0}}.Cart_cart__TqPm8{width:100%;min-height:100vh;position:absolute;top:0;right:0;z-index:12;background-color:#fffcf7}.Cart_cart__TqPm8 .Cart_productsContainer__1VVJ9{margin:0 auto 180px}.Cart_cart__TqPm8 .Cart_productsContainer__1VVJ9 h3{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:20px;color:#746b60;font-size:16px}.Cart_cart__TqPm8 .Cart_cartTopSection__1Zee2{height:75px;width:100%;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;font-size:24px;border-bottom:2px solid #90887e;font-weight:700;color:#141414;cursor:pointer}.Cart_cart__TqPm8 .Cart_cartTopSection__1Zee2 svg{margin:0 20px}.Cart_cart__TqPm8 .Cart_checkOut__2aH76{position:fixed;bottom:0;width:100%;max-width:450px;height:150px;border-top:2px solid #90887e;display:-webkit-flex;display:flex;-webkit-justify-content:space-evenly;justify-content:space-evenly;-webkit-flex-direction:column;flex-direction:column;background-color:#fffcf7}.Cart_cart__TqPm8 .Cart_checkOut__2aH76 div{margin:0 auto;width:90%;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;font-size:21px}.Cart_cart__TqPm8 .Cart_checkOut__2aH76 div p{width:-webkit-fill-available}.Cart_cart__TqPm8 .Cart_checkOut__2aH76 div span{font-weight:700;display:-webkit-flex;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:24px}.Cart_cart__TqPm8 .Cart_checkOut__2aH76 div span input{font-size:21px;border:none;background-color:transparent;width:50px;font-weight:700}.Cart_cart__TqPm8 .Cart_checkOut__2aH76 p{width:90%;margin:0 auto}.Cart_cart__TqPm8 .Cart_checkOut__2aH76 button{margin:0 auto;height:50px;width:200px;background-color:transparent;font-weight:700;font-size:21px;border:2px solid #000}@media only screen and (min-width:768px){.Cart_cart__TqPm8{width:450px;box-shadow:0 1px 20px 0 #888;position:fixed;display:none;overflow:auto}}.CartProduct_cartProduct__3QstU{margin:10px auto;width:100%;height:150px;max-width:400px;border-bottom:2px solid #90887e;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;padding:0 10px}.CartProduct_cartProduct__3QstU p{height:30px;border-bottom:2px solid #90887e;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.CartProduct_cartProduct__3QstU span{text-align:center;font-weight:700}.CartProduct_cartProduct__3QstU img{height:100px;width:100px}.CartProduct_cartProduct__3QstU .CartProduct_cartSides__3wv6f{height:100%;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:space-evenly;justify-content:space-evenly}.CartProduct_cartProduct__3QstU .CartProduct_quantity__24Ljr{margin-left:10px}.CartProduct_cartProduct__3QstU .CartProduct_quantity__24Ljr button{border:none;background-color:transparent;height:30px;color:#746b60}.CartProduct_cartProduct__3QstU .CartProduct_quantity__24Ljr input{width:50px;font-size:18px;border:none;background-color:transparent;text-align:center}.DashBoard_pageHeader__351lJ{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:10px auto;font-size:38px;color:#746b60}@media only screen and (min-width:762px){.DashBoard_pageHeader__351lJ{font-size:42px}}@media only screen and (min-width:1024px){.DashBoard_dashBoard__TzJ_X{max-width:1200px;margin:0 auto}}.ProductCardList_productLargeScreen__2RgCW{pointer-events:none}.ProductCardList_productsContainer__-jN3I{margin:0 auto;width:100%;display:-webkit-flex;display:flex;-webkit-justify-content:space-evenly;justify-content:space-evenly;-webkit-flex-wrap:wrap;flex-wrap:wrap}.ProductCardList_productsContainer__-jN3I h3{margin:50px;text-align:center;color:#746b60;border:2px solid #746b60;padding:20px;border-radius:10px}.ProductCardList_filters__uc1wV{width:100%;height:50px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-evenly;justify-content:space-evenly;margin:20px 0;background-color:#fffcf7;position:-webkit-sticky;position:sticky;top:0;z-index:1}.ProductCardList_filters__uc1wV button{border:none;background-color:transparent;font-size:21px;margin:0 20px;color:#90887e;transition:.6s ease-out}.ProductCardList_filters__uc1wV button:hover{color:#000}@media only screen and (min-width:375px){.ProductCardList_filters__uc1wV button{font-size:28px}}@-webkit-keyframes ProductCardList_slide-in-left__196rv{0%{-webkit-transform:translateX(-1000px);transform:translateX(-1000px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes ProductCardList_slide-in-left__196rv{0%{-webkit-transform:translateX(-1000px);transform:translateX(-1000px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.ProductCardList_slideInLeft__3MGjO{-webkit-animation:ProductCardList_slide-in-left__196rv .5s cubic-bezier(.25,.46,.45,.94) both;animation:ProductCardList_slide-in-left__196rv .5s cubic-bezier(.25,.46,.45,.94) both}.ProductCard_productCard__NyAFE{width:100%;height:200px;max-width:500px;border-bottom:2px solid #90887e;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;position:relative;margin-bottom:20px;transition:.6s ease-out;cursor:pointer}.ProductCard_productCard__NyAFE:hover{box-shadow:6px 6px 20px 0 #888}.ProductCard_productCard__NyAFE:hover h2{text-decoration:underline}.ProductCard_productCard__NyAFE .ProductCard_imgContainer__3Gdor,.ProductCard_productCard__NyAFE .ProductCard_productInfos__1voH8{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:space-evenly;justify-content:space-evenly;width:30%;height:100%;padding:0 10px}.ProductCard_productCard__NyAFE .ProductCard_productInfos__1voH8{width:70%;-webkit-align-items:flex-start;align-items:flex-start}.ProductCard_productCard__NyAFE .ProductCard_productInfos__1voH8 h2 button{background:#90ee90;border:none;border-radius:50%;height:20px;font-size:18px;width:20px}.ProductCard_productCard__NyAFE .ProductCard_imgContainer__3Gdor p{text-decoration:underline;text-align:center}.ProductCard_productCard__NyAFE div{position:relative}.ProductCard_productCard__NyAFE div img{width:100%;height:100px}.ProductCard_productCard__NyAFE div span{position:absolute;top:-8px;right:-8px;height:25px;width:25px;border-radius:50%;color:#fff;background-color:#000;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.ProductCard_fadeIn__33zgw{animation:ProductCard_fadeIn__33zgw .5s ease;-webkit-animation:ProductCard_fadeIn__33zgw .5s ease;-moz-animation:ProductCard_fadeIn__33zgw ease .5s;-o-animation:ProductCard_fadeIn__33zgw ease .5s;-ms-animation:ProductCard_fadeIn__33zgw ease .5s}@keyframes ProductCard_fadeIn__33zgw{0%{opacity:0}to{opacity:1}}@-webkit-keyframes ProductCard_fadeIn__33zgw{0%{opacity:0}to{opacity:1}}.ExpandedCard_cardBackGround__2PaY0{width:100%;height:100vh;background-color:rgba(255,252,247,.5);z-index:11;position:fixed;top:0;left:0;overflow:hidden}.ExpandedCard_cardBackGround__2PaY0 .ExpandedCard_expandedCard__2btOY{max-width:1200px;height:100vh;top:0;left:0;right:0;margin-left:auto;margin-right:auto;position:absolute;background-color:#fffcf7;z-index:2;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-evenly;justify-content:space-evenly;font-size:18px}.ExpandedCard_cardBackGround__2PaY0 .ExpandedCard_expandedCard__2btOY .ExpandedCard_closeIcon__2Cnjo{position:absolute;top:20px;right:20px;cursor:pointer}.ExpandedCard_cardBackGround__2PaY0 .ExpandedCard_expandedCard__2btOY img{width:70%;max-width:400px;height:auto;margin-top:50px;height:30%}.ExpandedCard_cardBackGround__2PaY0 .ExpandedCard_expandedCard__2btOY .ExpandedCard_detailSection__2BF3F{height:-webkit-fill-available;width:100%;height:70%;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-evenly;justify-content:space-evenly}.ExpandedCard_cardBackGround__2PaY0 .ExpandedCard_expandedCard__2btOY .ExpandedCard_detailSection__2BF3F p{text-align:center}.ExpandedCard_cardBackGround__2PaY0 .ExpandedCard_expandedCard__2btOY .ExpandedCard_detailSection__2BF3F h2{display:-webkit-flex;display:flex;width:100%;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px;text-align:center}.ExpandedCard_cardBackGround__2PaY0 .ExpandedCard_expandedCard__2btOY .ExpandedCard_detailSection__2BF3F h2 button{background:#90ee90;border:none;border-radius:50%;height:20px;font-size:18px;width:20px}.ExpandedCard_cardBackGround__2PaY0 .ExpandedCard_expandedCard__2btOY .ExpandedCard_detailSection__2BF3F .ExpandedCard_counter__1Hbik{width:90%;border-bottom:2px solid #90887e;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.ExpandedCard_cardBackGround__2PaY0 .ExpandedCard_expandedCard__2btOY .ExpandedCard_detailSection__2BF3F .ExpandedCard_counter__1Hbik p{color:#141414}.ExpandedCard_cardBackGround__2PaY0 .ExpandedCard_expandedCard__2btOY .ExpandedCard_detailSection__2BF3F .ExpandedCard_counter__1Hbik button{border:none;background-color:transparent;height:30px;color:#746b60}.ExpandedCard_cardBackGround__2PaY0 .ExpandedCard_expandedCard__2btOY .ExpandedCard_detailSection__2BF3F .ExpandedCard_counter__1Hbik input{margin:0 10px;width:50px;font-size:18px;border:none;background-color:transparent;text-align:center}.ExpandedCard_cardBackGround__2PaY0 .ExpandedCard_expandedCard__2btOY .ExpandedCard_detailSection__2BF3F .ExpandedCard_add__16FWY{height:50px;width:90%;background-color:transparent;border:2px solid #000;font-weight:bolder;font-size:16px}.ExpandedCard_cardBackGround__2PaY0 .ExpandedCard_expandedCard__2btOY .ExpandedCard_detailSection__2BF3F span{color:#00f}.ExpandedCard_cardBackGround__2PaY0 .ExpandedCard_expandedCard__2btOY .ExpandedCard_detailSection__2BF3F span svg{color:red}@media only screen and (min-width:1024px){.ExpandedCard_cardBackGround__2PaY0 .ExpandedCard_expandedCard__2btOY{-webkit-flex-direction:row-reverse;flex-direction:row-reverse;box-shadow:0 1px 20px 0 #888;top:100px;height:600px}.ExpandedCard_cardBackGround__2PaY0 .ExpandedCard_expandedCard__2btOY img{margin:0}.ExpandedCard_cardBackGround__2PaY0 .ExpandedCard_expandedCard__2btOY .ExpandedCard_detailSection__2BF3F{width:400px;height:500px}}.ExpandedCard_fadeIn__3jYX5{animation:ExpandedCard_fadeIn__3jYX5 .5s ease;-webkit-animation:ExpandedCard_fadeIn__3jYX5 .5s ease;-moz-animation:ExpandedCard_fadeIn__3jYX5 ease .5s;-o-animation:ExpandedCard_fadeIn__3jYX5 ease .5s;-ms-animation:ExpandedCard_fadeIn__3jYX5 ease .5s}@keyframes ExpandedCard_fadeIn__3jYX5{0%{opacity:0}to{opacity:1}}@-webkit-keyframes ExpandedCard_fadeIn__3jYX5{0%{opacity:0}to{opacity:1}}.Favourites_pageHeader__ZZAoK{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:10px auto;font-size:38px;color:#746b60}@media only screen and (min-width:762px){.Favourites_pageHeader__ZZAoK{font-size:42px}}@media only screen and (min-width:1024px){.Favourites_favourites__2hjBb{max-width:1200px;margin:0 auto}}.Settings_settings__1sutn{min-height:100vh}.Settings_settings__1sutn .Settings_pageHeader__-Romi{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:10px auto;font-size:38px;color:#746b60}.Settings_settings__1sutn .Settings_menu__2JMG1{width:100%;text-align:center;font-size:18px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;max-width:500px;-webkit-align-items:center;align-items:center;margin:0 auto}.Settings_settings__1sutn .Settings_menu__2JMG1 button{width:250px;height:60px;background-color:transparent;border:2px solid #000;font-size:21px;margin:10px 0}.Settings_settings__1sutn .Settings_menu__2JMG1 .Settings_viewOn__1xT76{display:-webkit-flex;display:flex}.Settings_settings__1sutn .Settings_menu__2JMG1 h3{font-size:24px;cursor:pointer;margin:30px 0;border-bottom:2px solid #90887e;width:100%}.Settings_settings__1sutn .Settings_menu__2JMG1 article{width:100%;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;text-align:center;margin:20px 0;-webkit-flex-wrap:wrap;flex-wrap:wrap}.Settings_settings__1sutn .Settings_menu__2JMG1 form{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;display:none;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;align-items:flex-start;border:1px solid #90887e;width:90%;margin:0 auto}.Settings_settings__1sutn .Settings_menu__2JMG1 form div{margin:10px auto;width:90%;text-align:left}.Settings_settings__1sutn .Settings_menu__2JMG1 form div input{display:block;width:90%;height:40px;font-size:18px;border:none;border-bottom:2px solid #90887e;background:transparent}.Settings_settings__1sutn .Settings_menu__2JMG1 form div select{display:block;margin:5px auto;height:30px;width:200px}.Settings_settings__1sutn .Settings_menu__2JMG1 form input[type=submit]{width:100px;height:40px;background-color:transparent;border:2px solid #000;font-size:21px;margin:10px auto}@media only screen and (max-width:500px){.Settings_settings__1sutn .Settings_menu__2JMG1{padding:10px;width:100%}}.ContactPage_contactPage__2A2YJ h2{margin:20px;text-align:center;color:#f19c47}.ContactPage_contactPage__2A2YJ p{width:100%;max-width:300px;margin:0 auto 30px;text-align:center;color:#f19c47}.ContactPage_contactPage__2A2YJ .ContactPage_socials__36DPa{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;width:100%}.ContactPage_contactPage__2A2YJ .ContactPage_socials__36DPa a{color:unset;font-size:28px;margin:20px}.ContactPage_contactPage__2A2YJ img{width:90%;height:auto;max-width:400px;max-height:400px;margin:0 auto;display:block}@media only screen and (min-width:768px){.ContactPage_contactPage__2A2YJ{display:-webkit-flex;display:flex;-webkit-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-evenly;justify-content:space-evenly}.ContactPage_contactPage__2A2YJ img{margin:unset}}@media only screen and (min-width:1024px){.ContactPage_contactPage__2A2YJ{max-width:1200px;margin:0 auto;display:-webkit-flex;display:flex;-webkit-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-evenly;justify-content:space-evenly}.ContactPage_contactPage__2A2YJ img{margin:unset;max-width:600px;max-height:600px}}.ContactForm_contactForm__2QLBv{width:100%;max-width:400px;margin:0 auto}.ContactForm_contactForm__2QLBv div{width:300px;margin:20px auto}.ContactForm_contactForm__2QLBv div label{display:block;text-align:left;margin-bottom:5px}.ContactForm_contactForm__2QLBv div input,.ContactForm_contactForm__2QLBv div textarea{width:300px;height:40px;border:none;border-bottom:2px solid #000;background-color:transparent}.ContactForm_contactForm__2QLBv div input:focus,.ContactForm_contactForm__2QLBv div textarea:focus{border-bottom:3px solid #000;outline:none}.ContactForm_contactForm__2QLBv div input:hover,.ContactForm_contactForm__2QLBv div textarea:hover{border-bottom:3px solid #000}.ContactForm_contactForm__2QLBv div textarea{height:100px;resize:none}.ContactForm_contactForm__2QLBv button{height:50px;width:300px;display:block;border:2px solid #000;background-color:transparent;margin:20px auto;font-size:21px}
/*# sourceMappingURL=main.2d465fd2.chunk.css.map */