.footer{display:flex;justify-content:center;align-items:center;background-color:transparent;position:relative;z-index:3}.footer>div{width:var(--main-width);display:flex;flex-direction:column;align-items:center}.footer>div.number-div{position:fixed;bottom:20px;width:100%;display:flex;justify-content:space-between;flex-direction:row;padding:0 20px}.footer>div.number-div>a{box-shadow:.1px .1px 10px .3px #0003;display:flex;width:36px;height:36px;border-radius:50%}.footer>div.number-div>a:first-of-type{box-shadow:.1px .1px 10px .3px #0006;background-color:#fff}.footer>div>div:first-of-type{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap;margin:2rem 0 3rem;gap:1rem}.footer>div>div:first-of-type>ul:not(:nth-of-type(3)){list-style:none;display:flex;flex-direction:column;font-weight:500;font-size:.8rem}.footer>div>div:first-of-type>ul:not(:nth-of-type(3))>li,.footer>div>div:first-of-type>ul:not(:nth-of-type(3))>li a{color:var(--text-1)}.footer>div>div:first-of-type>ul:not(:nth-of-type(3))>li:first-of-type{color:var(--black)}.footer>div>div:first-of-type>ul:nth-of-type(3){display:flex;flex-direction:column;list-style:none;gap:.3rem}.footer>div>div:first-of-type>ul:nth-of-type(3)>li{color:var(--black);font-size:.8rem;display:flex;align-items:center;gap:.7rem;font-weight:500}.footer>div>div:first-of-type>ul:nth-of-type(3)>li:before{content:url(/assets/images/check-icon.webp);width:16px;height:16px;display:flex;justify-content:center;align-items:center}footer>div>div:first-of-type>div{display:flex;flex-direction:column;gap:1rem}.footer>div>div:first-of-type>div>div{display:flex;flex-direction:column}.footer>div>div:first-of-type>div>div>p:first-of-type{font-weight:500;color:var(--black)}.footer>div>div:first-of-type>div>div>p:not(:first-of-type),.footer>div>div:first-of-type>div>div>div>p,.footer>div>div:first-of-type>div>div>a{color:var(--text-1);font-size:.8rem}.footer>div>div:first-of-type>div>div>a{text-decoration:underline;text-decoration-color:var(--red)}.footer>div>div:first-of-type>div>div>p:not(:first-of-type)>a,.footer>div>div:first-of-type>div>div>div>p>a{color:var(--text-1);font-size:.8rem}.footer>div>div:first-of-type>div>div>div>img{width:40px;height:40px;object-fit:contain;object-position:center}.footer>div>div:first-of-type>div>div>div{display:flex;gap:.5rem}.footer>div>div:nth-of-type(2){display:flex;justify-content:space-between;width:100%;margin:1rem 0;align-items:center;font-size:.7rem;color:var(--text-1);flex-wrap:wrap;gap:1rem}.footer>div>div:nth-of-type(2)>div{display:flex;align-items:center;gap:.4rem}.footer>div>div:nth-of-type(2)>div>a{display:flex;justify-content:center;align-items:center}.footer>div>div:nth-of-type(3){margin-bottom:3rem;text-align:center}.footer>div>div:nth-of-type(3)>a{font-size:.7rem;color:var(--black)}@media screen and (width <= 970px){.footer{margin-block-end:50px}.footer>div.number-div{position:fixed;bottom:70px;width:100%;display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column;gap:5px;padding:0 10px;width:fit-content;right:0}}@media screen and (width <= 767px){.footer>div>div:first-of-type{justify-content:flex-start}}
