footer{background:#F5F5F5;padding:64px 0 0}footer .footer_main{display:flex;flex-wrap:wrap;justify-content:space-between;gap:32px 0}footer .footer_main .footer_main_navs,footer .footer_main .footer_top_navs{display:flex;flex-wrap:wrap;gap:12px;flex:1 1 50%;min-width:480px;max-width:calc(50% - 32px)}footer .footer_main .footer_top_navs{justify-content:flex-end}footer .footer_main .footer_top_navs .nav_head{color:var(--main-blue)}footer .footer_main nav{display:flex;flex-direction:column;flex-wrap:wrap;align-items:flex-start;font-size:14px;flex:1 1 auto}footer .footer_main nav .nav_head{margin:0 0 6px;font-weight:700;text-transform:uppercase}footer .footer_main nav a{text-decoration:none;margin:2px 0}footer .footer_main nav a:hover{text-decoration:underline}footer .footer_logo{flex:1;display:flex;flex-wrap:wrap;justify-content:center;padding:24px 0}@media only screen and (max-width:768px){footer{padding:32px 0 0}footer .footer_main .footer_main_navs,footer .footer_main .footer_top_navs{min-width:unset;max-width:unset;flex-basis:100%}footer .footer_main .footer_top_navs nav:nth-child(n+3){display:none}}.subfooter{display:flex;flex-wrap:wrap;justify-content:center;padding:16px 0;font-size:12px;background:#FFF}.subfooter span{margin:0 8px}.subfooter a{text-decoration:none}.subfooter a:hover{text-decoration:underline}@media only screen and (max-width:768px){.subfooter{text-align:center}}