#masthead{width:100%;height:110px;padding:0;position:sticky;z-index:99;top:0;left:0;right:0;background-color:#ffffff;box-shadow:1px 1px 1px rgba(0, 0, 0, 0.2)}#masthead .inner{width:100%;height:100%;position:relative;max-width:1280px;margin:0 auto;padding-bottom:30px;display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:flex-end}#masthead .inner .site-branding{display:block;width:419px;position:absolute;top:50%;left:0;transform:translateY(-50%)}#masthead .inner .site-branding a{display:block;width:100%}#masthead .inner .site-branding a img{display:block;width:100%}#masthead .inner #searchform{display:flex;align-items:center;width:290px;height:40px;background-color:#eaeaea;border-radius:20px;padding:0 20px;gap:0 14px}#masthead .inner #searchform input{order:1;border:none;border-radius:0;background-color:transparent;width:231px}#masthead .inner #searchform input::placeholder{font-family:var(--fontNotoSans);font-size:14px;color:#919191}#masthead .inner #searchform button{font-size:0;background-color:transparent;border:none;border-radius:0;display:block;width:19px;height:19px;background-image:url("../img/common/header/icon-search.svg");background-repeat:no-repeat;background-size:contain;background-position:center}#masthead .inner .enguide{display:block;width:158px;height:30px;font-size:13px;line-height:30px;text-align:center;background-color:#ffffff;border:1px solid #000000;margin-left:22px}#masthead .inner #google_language_translator{margin-left:10px}#masthead .inner #google_language_translator .goog-te-gadget{display:block !important;height:30px}#masthead .inner #google_language_translator .goog-te-gadget div{display:block;height:30px}#masthead .inner #google_language_translator .goog-te-gadget div select{width:76px;height:30px !important;background-color:#4d4d4d;font-size:13px;line-height:30px;color:#ffffff;margin:0;padding:0 13px 0 17px !important;border:none !important}#masthead .inner #site-navigation{display:block;width:35px;height:48px;margin-left:46px;position:relative}#masthead .inner #site-navigation .menu-toggle{display:block !important;width:35px;height:48px;background-color:transparent;background-image:url("../img/common/header/menu.svg");background-repeat:no-repeat;background-size:contain;background-position:center;box-shadow:unset;border:none;border-radius:0;cursor:pointer}#masthead .inner #site-navigation #primary-menu{position:fixed;top:0;left:0;right:0;bottom:0;background-color:transparent;transform:translateX(100%);transition:all 0.5s ease}#masthead .inner #site-navigation #primary-menu #global-menu{width:100%;max-width:335px;background-color:#ffffff;display:flex;flex-direction:column;position:absolute;top:20px;right:20px;border-radius:10px;padding:36px 10px 28px 37px}#masthead .inner #site-navigation #primary-menu #global-menu::before{content:"";display:block;width:135px;height:36px;background-image:url("../img/common/header/global.svg");background-repeat:no-repeat;background-size:contain;background-position:center;margin-bottom:21px}#masthead .inner #site-navigation #primary-menu #global-menu>.menu-item{font-size:16px;line-height:36px}#masthead .inner #site-navigation #primary-menu #global-menu>.menu-item a{padding-left:17px}#masthead .inner #site-navigation #primary-menu #global-menu>.menu-item a:hover{text-decoration:underline}#masthead .inner #site-navigation #primary-menu #global-menu>.menu-item:not(.external) a{background-image:url("../img/common/header/menu-chevron.svg");background-repeat:no-repeat;background-size:7px;background-position:left center}#masthead .inner #site-navigation.toggled .menu-toggle{width:61px;height:61px;position:fixed;top:30px;right:30px;background-image:url("../img/common/header/close.svg");z-index:1}#masthead .inner #site-navigation.toggled #primary-menu{background-color:rgba(85, 60, 63, 0.8);transform:translateX(0)}