body{font-family:'Roboto',sans-serif;font-size:16px}.header{position:relative;z-index:105}.header__inner{display:flex;justify-content:space-between;padding:.5em .75em;align-items:center}@media (max-width:48em){.header__inner{display:grid;grid-template-columns:repeat(6, 1fr);grid-template-rows:4.125em 4.125em}}.header__logo{position:relative;display:block;outline:none}.header__logo img{width:6.25em;height:3.125em;object-fit:contain;display:block;outline:none}@media (max-width:48em){.header__logo{grid-column:1/3;grid-row:1}}.header__account{display:flex;justify-content:flex-end}.header__account .header-profile{display:flex;box-sizing:border-box;width:3em;height:3em;background:#f2f5f9;border-radius:50%;justify-content:center;align-items:center;color:#2A2A2A}@media (max-width:48em){.header__account{grid-column:6;grid-row:1}}.footer{padding:.75em}.footer__inner{background:#2A2A2A;padding:2em;border-radius:2em;color:rgba(255,255,255,0.5)}.footer__inner a{color:rgba(255,255,255,0.75);transition:.3s}.footer__inner a:hover{color:#fff}.footer__bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5em}.footer__brand{padding:1em 3em;display:flex;flex-wrap:wrap;gap:1em;font-size:.875em}.menu{padding:.75em}.menu__list{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:2em;justify-content:center}.menu__link{text-transform:uppercase;font-size:.875em;color:var(--color-primary);display:block;transition:.3s}.search{display:flex;align-items:center;gap:.25em;width:70%}.search__input{border:1px solid rgba(0,0,0,0.05);padding:.75em 1em;border-radius:.25em;outline:none;width:calc(100% - 5em)}.search__submit{background:var(--color-primary);border:0;color:#FFF;padding:.75em 1em;border-radius:.25em;cursor:pointer;transition:.3s}.search__submit:hover{opacity:.8}@media (max-width:48em){.search{width:100%;grid-column:1/7;grid-row:2}}.visually-hidden{width:0;height:0;overflow:hidden;visibility:hidden}