footer{background-color:#000;padding:60px 20px}@media (max-width:768px){footer{padding:48px 20px}}footer .container{display:flex;position:relative}@media (max-width:768px){footer .container{flex-wrap:wrap;justify-content:space-evenly;padding:0 0 24px}}footer .box{flex-basis:100%}footer .box:first-child{padding-right:10%;display:flex}@media (max-width:1024px){footer .box:first-child{padding-right:5%}}@media (max-width:900px){footer .box:first-child{padding-right:0}}@media (max-width:768px){footer .box:first-child{flex-direction:column;flex-basis:auto;order:2;padding-right:5%}}footer .box:last-child{padding-left:10%;display:flex}@media (max-width:1024px){footer .box:last-child{padding-left:5%}}@media (max-width:900px){footer .box:last-child{padding-left:2.5%}}@media (max-width:768px){footer .box:last-child{flex-direction:column;flex-basis:auto;order:2;padding-left:5%}}footer .box ul{flex-basis:100%;margin:0;padding:0;list-style:none}@media (max-width:768px){footer .box ul{flex-basis:auto}}footer .box li{letter-spacing:1.6px;margin:0 0 12px;padding-right:12px;position:relative}@media (max-width:1024px){footer .box li{letter-spacing:1px}}@media (max-width:900px){footer .box li{letter-spacing:0}}@media (max-width:768px){footer .box li{letter-spacing:1.6px}}footer .box li a{color:#fff;font-size:1.2rem;line-height:1.5;display:block}footer .box li a:hover{opacity:.5}footer .box .subscribe{width:70%;min-width:300px;margin:0 auto 28px}footer .box .subscribe a{background-color:#ed1b23;width:100%;padding:12px;display:block;position:relative}footer .box .subscribe a span{color:#fff;justify-content:center;align-items:center;font-size:1.4rem;display:flex}@media (max-width:1024px){footer .box .subscribe a span{font-size:1.2rem}}footer .box .subscribe a span:after{content:"";background-image:url(/images/footer/send.svg);background-size:contain;width:20px;height:20px;margin-left:20px;display:inline-block}@media (max-width:1024px){footer .box .subscribe a span:after{width:18px;height:18px;margin-left:12px}}footer .box .subscribe a:hover{background-color:#fff}footer .box .subscribe a:hover span{color:#ed1b23}footer .box .subscribe a:hover span:after{background-image:url(/images/footer/sendHover.svg)}footer .box .social{justify-content:space-evenly;align-items:center;width:100%;min-width:300px;margin:0 auto 28px;display:flex}@media (max-width:768px){footer .box .social{width:70%;margin:0 auto 20px}}footer .box .social .icon{padding:4px;position:relative}footer .box .social a{position:absolute;top:0;bottom:0;left:0;right:0}footer .box .social a:hover+img{opacity:.5}footer .box .copyright{color:#fff;text-align:center;width:100%;font-size:1.2rem;font-weight:100}@media (max-width:768px){footer .box .copyright{position:absolute;bottom:0;left:50%;transform:translate(-50%)}}