#footer{padding-top:60px;background-color:var(--black)}#footer *{font-family:"Gotham-Bold",sans-serif;font-size:12px}#footer .logo_box,#footer .social_icons_container{display:flex;flex-flow:row nowrap;justify-content:center}#footer .logo_box{margin-bottom:54px}#footer .social_icons_container{padding:17px 0}#footer .social_icons_container .social_icon_box a{display:flex;flex-flow:row nowrap;background-color:var(--white);padding:7px;margin:0 10px}#footer .social_icons_container .social_icon_box a svg{fill:var(--black)}#footer .company_name{text-align:center;color:var(--white);margin-bottom:20px;text-transform:uppercase}#footer .made_by_container,#footer .made_by_container>a{display:flex;flex-flow:row nowrap;justify-content:flex-end}#footer .made_by_container{margin-top:20px;padding:10px 0}#footer .made_by_container>a{align-items:center;text-decoration:none}#footer .made_by_container .made_by_logo_container{display:inline-flex}#footer .made_by_container .made_by_logo_container img{width:82px}#footer .made_by_container .made_by{color:var(--white);text-transform:uppercase;margin-right:30px;display:inline-flex}#footer .menu_column ul.menu{display:flex;flex-flow:column nowrap}#footer .menu_column ul.menu li a{display:block;text-decoration:none;color:var(--white);margin-bottom:.7rem;text-transform:uppercase;transition:color 300ms}#footer .menu_column ul.menu li a:hover{font-family:"Gotham-Black",sans-serif}@media screen and (max-width:1199px){#footer .logo_box{margin-bottom:29px}}@media screen and (max-width:991px){#footer{padding-top:47px}#footer .company_name{margin-bottom:40px}}@media screen and (max-width:767px){#footer .made_by_container{justify-content:center}#footer .made_by_container>a{flex-flow:column wrap;justify-content:center;align-items:center}#footer .made_by_container .made_by_logo_container{display:flex;width:100%;justify-content:center;margin-bottom:8px}#footer .made_by_container .made_by{margin-right:0;display:flex;width:100%;justify-content:center}#footer .menu_column ul.menu li a{text-align:left}}