.locale-dropdown{position:relative}.locale-dropdown__dropdown{animation:dropdownAppear .3s ease forwards;background:#fff;border-radius:.25rem;box-shadow:1px 1px 1px 1px rgba(0,0,0,.1);display:none;flex-direction:column;list-style-type:none;margin-top:-.5rem;min-width:100%;padding:1.5em 0 1em;position:absolute;top:100%;z-index:100}.locale-dropdown__dropdown--right{left:auto;right:0}.locale-dropdown__dropdown:focus-visible:focus-within{display:flex;opacity:1;transform:translateY(0)}.locale-dropdown__trigger{align-items:center;background:transparent;border:0;color:inherit;cursor:pointer;display:flex;font-size:inherit;font-weight:700;line-height:inherit;padding:1.5em 1em}.locale-dropdown__item{color:#7a8691;display:block;padding:.5rem 1rem;text-decoration:none;white-space:nowrap}@media screen and (max-width:560px){.locale-dropdown__item{padding:.75rem 1rem}}@media screen and (max-width:1195px){.header__actions .button--primary{display:none}}@media screen and (max-width:975px){.header.header--is-open .header__inner{padding-bottom:150px}.header--is-open .header__actions .button--primary,.header--is-open .header__actions .button--tertiary{display:inline-block}.header--is-open .header__actions{background:#33424f;border-top:1px solid #b4bfc9;bottom:0;box-shadow:0 -6px 8px 0 rgba(0,0,0,.4);margin-left:-1rem;padding:16px 24px;position:fixed;width:100vw;z-index:1}}@media screen and (max-width:400px){.header--is-open .header__actions .button{width:100%}}.locale-dropdown__item:focus-visible,.locale-dropdown__item:hover{color:#ff6800;text-decoration:none}.locale-dropdown__item--active{color:#ff6800;font-weight:700;pointer-events:none}.locale-dropdown__icon--globe{color:#7a8691;margin-right:.25rem}.locale-dropdown__icon--chevron{margin-left:.25rem}.locale-dropdown__icon--chevron path{fill:currentColor}.locale-dropdown:before{animation:dropdownAppear .3s ease forwards;background:#ff6800;bottom:0;content:"";display:none;height:.5rem;left:1rem;pointer-events:none;position:absolute;width:70%;width:calc(100% - 2rem);z-index:110}.locale-dropdown:focus-visible:focus-within .locale-dropdown__trigger{color:#ff6800}.locale-dropdown:focus-visible:focus-within .locale-dropdown__dropdown{display:flex}.locale-dropdown:focus-visible:focus-within:before{display:block}@media screen and (min-width:1090px){.locale-dropdown:focus-visible:focus-within .locale-dropdown__trigger{color:#ff6800}.locale-dropdown:focus-visible:focus-within .locale-dropdown__dropdown{display:flex}.locale-dropdown:focus-visible:focus-within:before{display:block}}.locale-dropdown--is-open .locale-dropdown__trigger{color:#ff6800}.locale-dropdown--is-open .locale-dropdown__dropdown{display:flex}.locale-dropdown--is-open:before{display:block}@keyframes dropdownAppear{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}