.footer{width:100%;display:flex;flex-wrap:wrap;border-top:2px solid var(--color-red);border-bottom:2px solid var(--color-red);background-color:#fff;font-family:var(--font-nunito-bold);font-size:16px;color:var(--color-red)}.footer a{text-decoration:none}.footer__txt{width:100%;padding:15px 20px;display:inherit;border-bottom:1px solid var(--color-red)}@media screen and (min-width: 1000px){.footer__txt{width:50%}}.footer__txt p{margin-top:7px;font-family:var(--font-nunito);color:var(--color-grey)}.footer__txt div:first-child{position:relative;width:35%}.footer__txt div:first-child img{max-width:200px;width:100%}@media screen and (min-width: 1000px){.footer__txt div:first-child img{height:auto;width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:80%}}.footer__txt div:last-child{width:65%;padding-top:10px;padding-left:10px}.footer__links{width:50%;padding:15px 20px;border-top:1px solid var(--color-red);border-bottom:1px solid var(--color-red)}@media screen and (min-width: 1000px){.footer__links{width:25%;padding:15px 30px;display:inherit;flex-direction:column;justify-content:center;border-top:none}}.footer__links a{width:100%;margin-bottom:10px;display:inline-block;text-transform:uppercase}.footer__links :last-child{margin-bottom:0}.footer .b-r{border-right:1px solid var(--color-red);border-left:2px solid var(--color-red)}.footer .b-l{border-left:1px solid var(--color-red)}.footer__info{width:100%;padding:15px 20px;padding-bottom:8px;display:inherit;flex-wrap:wrap;border-top:1px solid var(--color-red)}@media screen and (min-width: 1100px){.footer__info{justify-content:center}}.footer__info a{width:50%;margin-bottom:7px;display:inline-block;text-align:center;text-transform:uppercase}@media screen and (min-width: 1100px){.footer__info a{width:auto;margin-left:20px;margin-bottom:0}}.footer__scrollTracker{position:fixed;bottom:0vh;right:0;width:100%;height:90px;opacity:0;transition:opacity .2s;pointer-events:none}@media screen and (min-width: 1100px){.footer__scrollTracker{bottom:3vh}}.footer__scrollTracker-container{margin:0 auto;width:100%;max-width:1200px}.footer__scrollTracker-container-background{width:60px;height:60px;margin:20px 10px 0 auto;background-color:var(--color-orange);border-radius:80px;position:relative;display:flex;justify-content:center;align-items:center;-webkit-tap-highlight-color:rgba(0,0,0,0);pointer-events:all}.footer__scrollTracker-container-background :nth-child(2){position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) rotate(90deg);width:20px;height:2px;background-color:#fff;border-radius:10px}.footer__scrollTracker-container-background :nth-child(3){position:absolute;top:39%;left:55%;transform:translate(-50%, -50%) rotate(45deg);width:10px;height:2px;background-color:#fff;border-radius:10px}.footer__scrollTracker-container-background :nth-child(4){position:absolute;top:39%;left:45%;transform:translate(-50%, -50%) rotate(-45deg);width:10px;height:2px;background-color:#fff;border-radius:10px}.footer__socials{position:fixed;top:50vh;right:0;width:100%;visibility:hidden;pointer-events:none}@media screen and (min-width: 1150px){.footer__socials{visibility:visible}}.footer__socials-row{width:100%;max-width:1280px;margin:0 auto}.footer__socials-row__container{width:50px;min-height:30px;margin-right:auto;margin-left:10px;padding:10px 5px;pointer-events:all;background-color:var(--color-seashell-dark);border-radius:30px;overflow:hidden}.footer__socials-row__container div:nth-child(1){width:30px;height:30px;margin:0 auto 10px auto;background-color:var(--color-seashell-dark);box-shadow:0 10px 0 0 var(--color-seashell-dark),0 -10px 0 0 var(--color-seashell-dark);cursor:pointer;position:relative}.footer__socials-row__container div:nth-child(1) img{height:auto;width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%}.footer__socials-row__container div:nth-child(2){margin-top:-160px;pointer-events:none;transition:margin-top .4s}.footer__socials-row__container div:nth-child(2) a{display:block;width:30px;height:30px;margin:0 auto 10px auto;background-size:30px;background-repeat:no-repeat;background-position:center}.footer__socials-row__container div:nth-child(2) a:last-child{margin-bottom:0}.socials--visible div:nth-child(2){margin-top:0;pointer-events:all}.progress-ring circle{transition:stroke-dashoffset .35s;transform-origin:center;transform:rotate(-90deg)}.scrollTracker--visible{opacity:1}