.dropdown-menu{list-style:none;padding:10px 16px;margin:0;display:flex;font-family:inherit}@media screen and (max-width: 750px){.dropdown-menu{flex-direction:column;gap:5px}}@media screen and (min-width: 750px){.dropdown-menu{gap:24px;margin-bottom:-50px}}.dropdown-menu>li{position:relative;display:flex}.dropdown-menu>li>a{text-decoration:none;color:inherit;display:inline-block;transition:color .2s ease;text-transform:uppercase;font-size:1.5rem;letter-spacing:.02em}@media screen and (max-width: 750px){.dropdown-menu>li>a{padding:16px;border:1px solid #dfdbd1;border-radius:12px;width:100%;display:flex;justify-content:space-between;align-items:center}}@media screen and (min-width: 750px){.dropdown-menu>li>a{padding:0}}.dropdown-menu>li>a:hover{color:#ff5c02}.submenu{display:none;position:absolute;top:100%;left:0;min-width:180px;background-color:#fefcf0;border-radius:19px;padding:16px;z-index:999;border:1px solid #e0ddd3;text-transform:uppercase;list-style-type:none;max-height:300px;overflow-y:auto;overflow-x:hidden}@media screen and (max-width: 750px){.submenu{width:100%}}.submenu li{padding:0}.submenu li a{display:block;padding:8px 16px;color:#333;text-decoration:none;white-space:nowrap}.submenu li a:hover{color:#ff5c02}.dropdown.open>.submenu{display:block}.dropdown-menu>li>a::after{content:"";display:inline-block;margin-left:8px;margin-top:-5px;vertical-align:middle;width:7px;height:7px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:rotate(45deg)}.dropdown-menu>li:not(:has(.submenu))>a::after{display:none}.dropdown.open>a::after{transform:rotate(-135deg);margin-top:0}@media screen and (max-width: 750px){.dropdown-menu>li{position:relative}.dropdown-menu>li>a::after{position:static;margin-left:auto;margin-right:8px}}
:root{--orange: #FF5C02;--black: #2D2121;--white: #FEFCF0}
