.header{background-color:var(--main);width:100%;padding:1rem 2rem;display:flex;align-items:center;position:relative;z-index:10}.header .main-logo{width:7.2857rem;height:2.57rem;flex-shrink:0;cursor:pointer}.header .main-nav-holder{font-size:1rem;flex-grow:1}.header .main-nav-holder .nav-close{text-align:right;display:none}.header .main-nav-holder .nav-close .but-nav-close{background-image:url('/images/icons/icon-close-grey.svg');width:1.7142857rem;height:1.7142857rem}.header .nav-tab-holder{margin-left:1.14285rem}.header .nav-tab{margin-left:1.714285rem;position:relative;display:inline-block;z-index:1}.header .nav-tab .main-inner{color:#fff;font-weight:500;line-height:1.357rem;cursor:pointer}.header .nav-tab .main-inner .icon-chevron{background-image:url('/images/icons/icon-dropdown-white.svg');width:1.14285rem;height:1.14285rem;margin-left:.5714285rem;display:inline-block;vertical-align:middle}.header .nav-tab .sub-nav-hdr{background-color:#fff;min-width:13.214285rem;padding:.714285rem 0;border-radius:.357rem;box-shadow:0 .214285rem .857rem rgba(0,0,0,.1);position:absolute;display:none}.header .nav-tab .sub-nav-hdr .sub-nav-tab{padding:.714285rem 1.0714rem;color:var(--primary-text);font-weight:500;line-height:1em;display:block;cursor:pointer}.header .nav-tab:hover .sub-nav-hdr{display:block}.header .nav-control-holder{flex-shrink:0;align-items:center;display:none}.header .nav-control-holder .but{margin-right:1.2857rem;flex-shrink:0}.header .nav-control-holder .but:last-child{margin-right:0}.header .nav-control-holder .nav-but-icon{width:1.714285rem;height:1.714285rem;display:inline-block}.header .nav-control-holder .but-search{background-image:url('/images/icons/icon-search-white.svg')}.header .nav-control-holder .but-signout{opacity:.7}.header .nav-control-holder .but-noti .noti-dot{background-color:var(--danger);width:.5rem;height:.5rem;border-radius:50%;position:absolute;top:.14285rem;right:.14285rem}.header .nav-control-holder .but-noti .main-noti-dot{display:none}.header .nav-control-holder .but-signin{padding:.5714285rem 1.2857rem;border:.14285rem solid #575757;border-radius:1.2857rem;color:#fff}.header .nav-control-holder .but-profile{margin-left:0;display:block;flex-shrink:unset}.header .nav-control-holder .but-profile .icon-re{background-image:url('/images/icons/icon-user-black.png');background-size:1.4285rem 1.4285rem;background-color:var(--primary);width:2.5714rem;height:2.5714rem;border-radius:50%}.header .nav-control-holder .but-profile .sub-nav-hdr{text-align:left;top:2.5714rem;right:0}.header .nav-control-holder .lang-control-holder{display:inline-block;vertical-align:middle}.header .nav-control-holder .lang-control-holder .lang-tab{padding:0 .42857rem;border-left:1px solid #707070;color:#fff;font-size:.857rem;text-transform:uppercase;display:inline-block;cursor:pointer}.header .nav-control-holder .lang-control-holder .lang-tab:first-child{border-left:0 none}.header .nav-control-holder .lang-control-holder .lang-tab.active{color:var(--primary);font-weight:700}.header .but-noti{background-image:url('/images/icons/icon-notification-white.svg');margin-left:0}.header .but-noti .sub-nav-hdr{width:31rem;padding:.357rem 0 .714285rem;right:0;top:1.714285rem}.header .but-noti .sub-nav-hdr .noti-panel{padding:1.0714rem 1.4285rem;border-bottom:1px solid #f3f3f3;display:flex;align-items:center}.header .but-noti .sub-nav-hdr .noti-panel:last-child{border-bottom:0 none}.header .but-noti .sub-nav-hdr .noti-panel .icon-email{background-image:url("/images/icons/icon-email-white.svg");background-size:1.7142857rem 1.7142857rem;background-color:var(--primary);width:3.57rem;height:3.57rem;border-radius:50%;position:relative;flex-shrink:0}.header .but-noti .sub-nav-hdr .noti-panel .icon-email .noti-dot{width:1rem;height:1rem;border:.14285rem solid #fff;top:0;right:0}.header .but-noti .sub-nav-hdr .noti-panel .noti-desc{margin-left:1.4285rem;text-align:left;flex-grow:1}.header .but-noti .sub-nav-hdr .noti-panel .noti-desc .noti-title{color:var(--primary-text);font-size:1rem;font-weight:700}.header .but-noti .sub-nav-hdr .noti-panel .noti-desc .noti-time{margin-top:1.0714rem;color:#737373;font-size:.857rem}.header .nav-control-holder .but-mobile-menu{background-image:url("/images/icons/icon-mobile-menu.svg");margin-left:1.2857rem;display:none}@keyframes ani-search-hdr{from{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.header .search-holder{background-color:#fff;width:100%;padding:1.785rem;display:flex;align-items:center;position:absolute;top:4.57rem;left:0;opacity:0;transform:translateY(-100%);transition:padding .3s;display:none}.header .search-holder.active{animation:ani-search-hdr;animation-duration:.3s;animation-fill-mode:forwards;display:block}.header .search-holder .search-form{display:flex}.header .search-holder .search-field-holder{flex-grow:1;display:flex;align-items:center}.header .search-holder .search-field-holder .icon-search{background-image:url('/images/icons/icon-search-black.svg');width:1.7142857rem;height:1.7142857rem;flex-shrink:0}.header .search-holder .search-field-holder .search-field{padding:1rem 0;margin-left:1.0714rem;border-bottom:.14285rem solid #000!important;flex-grow:1}.header .search-holder .but-action{margin-left:1.785rem;flex-shrink:0}.header .search-holder .search-result{padding:1.0714rem 0}.header .search-holder .search-result li{padding:0;margin:0;border-bottom:1px solid #eee}.header .search-holder .search-result .result-panel{padding:1.0714rem;display:flex;align-items:center;cursor:pointer}.header .search-holder .search-result .result-panel:hover{background-color:#fafafa}.header .search-holder .search-result .result-details{flex-grow:1}.header .search-holder .search-result .text-link{font-size:1.14285rem}.header .search-holder .search-result .text-link:hover{text-decoration:none}.header .search-holder .search-result .desc{color:var(--third-text);font-size:1rem}.header .search-holder .search-result .desc .highlight{font-size:1.14285rem;font-weight:600}.header .search-holder .search-result .icon-chevron{background-image:url("/images/icons/icon-chevron-right-blue.svg");width:1.4285rem;height:1.4285rem;flex-shrink:0}.header.mobile{padding:1rem;justify-content:space-between;position:relative}.header.mobile .main-logo{width:5.7rem}.header.mobile .main-nav-holder{background-color:#fff;width:100%;height:100%;padding:1.0714rem;display:block;justify-content:unset;overflow-y:auto;position:fixed;top:0;left:0;z-index:800}.header.mobile .main-nav-holder .nav-close{display:block}.header.mobile .nav-tab-holder{margin-left:0}.header.mobile .nav-tab{margin-left:0;font-size:1.4285rem;display:block}.header.mobile .nav-tab .main-inner{padding:.714285rem 0;color:var(--primary-text);line-height:1.1em;display:flex}.header.mobile .nav-tab .main-inner span{flex-grow:1}.header.mobile .nav-tab .main-inner .icon-chevron{background-image:url('/images/icons/icon-dropdown-black.svg');width:1.4285rem;height:1.4285rem;margin-left:.5714285rem;flex-shrink:0}.header.mobile .nav-tab .sub-nav-hdr{background-color:transparent;width:100%;min-width:13.214285rem;padding:.714285rem 0;border-radius:0;box-shadow:none;position:relative}.header.mobile .nav-tab .sub-nav-hdr .sub-nav-tab{font-size:1.14285rem;display:block;cursor:pointer}.header.mobile .nav-tab:hover .sub-nav-hdr{display:none}.header.mobile .nav-tab.active .sub-nav-hdr{display:block!important}.header.mobile .nav-tab.active .main-inner .icon-chevron{transform:rotate(180deg)}.header.mobile .nav-control-holder .sub-nav-hdr{background-color:#fff;position:fixed;top:4.57rem;left:0}.header.mobile .nav-control-holder .but-mobile-menu{display:block}.header.mobile .search-holder{padding:1.0714rem}