.m-footer{background:var(--bitr-ink);color:#fff;z-index:92;min-height:50vh;padding:calc(var(--bitr-pad) * .5);font-family:var(--bitr-font-body);font-size:1rem;line-height:var(--bitr-leading);position:relative}.m-footer a{color:#fff}.m-footer .corner{pointer-events:none;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;background:-webkit-radial-gradient(100% 100%, circle, #fff0 9px, var(--bitr-ink) 10px);width:10px;height:10px;position:absolute;top:0}.m-footer .corner.left{left:10px;transform:translateY(-100%)rotate(-90deg)}.m-footer .corner.right{right:10px;transform:translateY(-100%)rotate(180deg)}.m-footer>.container{width:100%;padding:calc(var(--bitr-pad) * 2);flex-wrap:wrap;display:flex}.m-footer-summary{padding-right:calc(var(--bitr-pad) * 2);flex-basis:60%}.m-footer-heading{font-size:var(--bitr-pad);font-family:var(--bitr-font-display);padding-bottom:calc(var(--bitr-pad) * .5);line-height:.9}.m-footer-caption{padding-bottom:calc(var(--bitr-pad) * .5)}.m-footer-caption a{color:var(--bitr-lime)}.m-footer-caption a:hover{color:var(--bitr-lime);text-decoration:none}.m-footer-links{flex-basis:100%;display:flex}.m-footer-links .title{font-weight:700}.m-footer-links>ul{margin-right:calc(var(--bitr-pad) * .5);margin-top:0;margin-bottom:0;padding:0;list-style:none}.m-footer-links>ul li{margin-bottom:.25rem}.m-footer-links>ul li a{text-decoration:none}.m-footer-links>ul li a:hover{color:var(--bitr-lime);text-decoration:underline}.m-footer-newsletter{flex-basis:40%;position:relative}.m-footer-newsletter figure{padding-right:calc(var(--bitr-pad) * .25);transform-origin:-50%;animation:m-wave 3s var(--bitr-ease) infinite;margin:0;position:absolute;top:0;left:0}.m-footer-newsletter figure img{max-width:calc(var(--bitr-pad) * 2);height:auto;display:block;position:relative;transform:translate(-75%)translateY(-75%)}.m-footer-nl-heading{font-family:var(--bitr-font-display);text-transform:uppercase;font-size:1.5rem;font-weight:700;line-height:1}.m-footer-nl-caption{margin-top:.5rem}.m-footer-nl-form{margin-top:calc(var(--bitr-pad) * .5)}.m-footer-nl-form form{border-bottom:1px solid #fff;align-items:flex-start;display:flex}.m-footer-nl-form .m-nl-field{padding-right:calc(var(--bitr-pad) * .25);flex-grow:1}.m-footer-nl-form .m-nl-field input{appearance:none;box-shadow:none;color:#fff;font-size:1.1rem;line-height:1;font-family:var(--bitr-font-body);background:0 0;border:none;border-radius:0;width:100%;padding:.5rem 0;font-weight:lighter}.m-footer-nl-form .m-nl-field input::placeholder{color:#fff;opacity:1}.m-footer-nl-form .m-nl-submit{flex-grow:0;margin:0;padding:0}.m-footer-nl-form .m-nl-submit input{appearance:none;box-shadow:none;color:var(--bitr-lime);font-size:.9rem;line-height:1.1rem;font-family:var(--bitr-font-body);cursor:pointer;background:url(/bitr/images/icons/arrow-right-white.svg) 100%/1rem 1rem no-repeat;border:none;border-radius:0;padding:.6rem 1.5rem .6rem 0;font-weight:700}.m-footer-legalese{text-align:right;flex-basis:100%;justify-content:flex-end}.m-footer-legalese ul{margin:0;padding:0;list-style:none}.m-footer-legalese li{margin-bottom:.25rem}.m-footer-legalese a{text-decoration:none}.m-footer-legalese a:hover{color:var(--bitr-lime);text-decoration:underline}.m-footer-footer{padding-top:calc(var(--bitr-pad) * .25);flex-basis:100%;display:flex}.m-footer-logo{flex-basis:60%}.m-footer-logo a span{display:none}.m-footer-logo svg{width:auto;height:calc(var(--bitr-pad) * .75)}.m-footer-logo svg *{fill:#fff}.m-footer-tagline{flex-basis:40%;justify-content:space-between;align-items:center;display:flex}.m-footer-tagline>div{white-space:nowrap}.m-footer-tagline>div:first-of-type{padding-right:calc(var(--bitr-pad) * .25);font-weight:700}@keyframes m-wave{0%,to{transform:rotate(0)}5%{transform:rotate(0)}15%{transform:rotate(-6deg)}25%{transform:rotate(3deg)}35%{transform:rotate(-6deg)}45%{transform:rotate(3deg)}55%{transform:rotate(0)}}@media (max-width:800px),(pointer:coarse) and (max-width:1024px){.m-footer .corner{display:none}}@media (max-width:800px) and (orientation:portrait),(max-width:600px){.m-footer>.container{padding:0}.m-footer-summary{padding-right:0;padding-bottom:var(--bitr-pad);flex-basis:100%;order:2}.m-footer-caption{padding-bottom:calc(var(--bitr-pad) * 1.5)}.m-footer-links>ul{flex-basis:50%}.m-footer-newsletter{text-align:center;padding-bottom:var(--bitr-pad);flex-basis:100%;order:1}.m-footer-newsletter figure{padding:0 0 calc(var(--bitr-pad) * .5);transform-origin:50%;position:relative}.m-footer-newsletter figure img{width:120px;max-width:100%;display:inline-block;transform:none}.m-footer-nl-heading,.m-footer-nl-caption{padding:0 var(--bitr-pad)}.m-footer-footer{flex-wrap:wrap;flex-basis:100%;order:4}.m-footer-logo{padding-bottom:calc(var(--bitr-pad) * .25);flex-basis:100%}.m-footer-tagline{flex-basis:100%}.m-footer-legalese{text-align:left;padding-bottom:var(--bitr-pad);flex-basis:100%;order:3}}@media (min-width:800px){.inverted .m-footer{background:var(--bitr-surface);color:var(--bitr-ink)}.inverted .m-footer .corner{background:-webkit-radial-gradient(100% 100%, circle, #fff0 9px, var(--bitr-surface) 10px)}.inverted .m-footer a{color:var(--bitr-ink)}.inverted .m-footer a:hover{color:var(--bitr-surface-dark)}.inverted .m-footer-caption a{color:var(--bitr-ink)}.inverted .m-footer-logo svg *{fill:var(--bitr-ink)}.inverted .m-footer-nl-form form{border-bottom-color:var(--bitr-ink)}.inverted .m-footer-nl-form .m-nl-field input{color:var(--bitr-ink)}.inverted .m-footer-nl-form .m-nl-field input::placeholder{color:var(--bitr-ink);opacity:1}.inverted .m-footer-nl-form .m-nl-submit input{background-image:url(/bitr/images/icons/arrow-right.svg)}}
