.top-header{background-color:#000;color:#fff;font-size:14px;padding:5px 20px}.top-header .language-selector select{appearance:none;background:transparent;border:1px solid #fff;color:#fff;font-weight:700;padding:4px 10px}.top-header .nav-links{align-items:center;display:flex;gap:20px}.top-header .nav-links a{align-items:center;color:#fff;display:flex;font-weight:700;gap:5px;margin:0;text-decoration:none}.top-header .nav-links a i{font-size:14px}.top-header-child{align-items:center;display:flex;justify-content:space-between;width:100%}.top-header .select-menu{max-width:330px}.top-header .select-menu .select-btn{align-items:center;background:transparent;border:2px solid #f2f2f2;cursor:pointer;display:flex;font-size:18px;font-weight:400;height:37px;justify-content:space-between;padding:10px}.top-header .select-menu .options{animation-duration:.35s;-webkit-animation-duration:.35s;animation-fill-mode:both;-webkit-animation-fill-mode:both;animation-name:fadeInDown;-webkit-animation-name:fadeInDown;background-color:#f2f2f2;color:#000;max-height:295px;overflow-y:auto;padding:10px;position:absolute;width:330px}.top-header .select-menu .options .option{align-items:center;border-radius:8px;cursor:pointer;display:flex;height:55px;padding:0 16px}.top-header .select-menu .options .option:hover{background:#f2f2f2}.top-header .select-menu .options .option i{height:46px;margin-right:12px}.top-header .select-menu .options .option .option-text{font-size:18px}.top-header .select-btn i{height:44px;margin-left:10px;transition:.3s}.top-header .select-menu.active .select-btn i{transform:rotate(-180deg);-webkit-user-select:none;-ms-user-select:none;user-select:none}.top-header .select-menu.active .options{animation-duration:.4s;-webkit-animation-duration:.4s;animation-fill-mode:both;-webkit-animation-fill-mode:both;animation-name:fadeInUp;-webkit-animation-name:fadeInUp;display:block;opacity:0;z-index:9999}@keyframes fadeInUp{0%{transform:translate3d(0,30px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,20px,0)}}.site-global-header{position:sticky!important}@media (min-width:62rem){main{padding-top:0!important}}main{padding-top:0!important}.select-menu .options{display:none!important}.select-menu.active .options{display:block!important}.top-header .select-btn img{margin-left:0;max-width:16px}