.sticky-header .is-sticky{padding:5px 0;position:fixed;top:0;left:0;width:100vw;z-index:3;overflow:visible;box-shadow:0 2px 24px 0 rgba(0,0,0,.15);background-color:#fff}.sticky-header .is-sticky .sticky-main{padding:5px 0;display:grid;grid-template-columns:8% 7% 35% 30% 12%;grid-template-rows:auto;grid-template-areas:"stickyLogo stickyCity searchInput stickyNav shareBtn uIcon";align-items:center;justify-content:space-between;width:90%;margin:auto}.sticky-header .is-sticky .sticky-main .sticky-logo{grid-area:stickyLogo}.sticky-header .is-sticky .sticky-main .sticky-city{grid-area:stickyCity;cursor:pointer;font-weight:600;font-size:16px;color:#f1592a}.sticky-header .is-sticky .sticky-main .project-search-input-container{grid-area:searchInput;display:inline-block;overflow:visible}.sticky-header .is-sticky .sticky-main .sticky-nav{grid-area:stickyNav;display:flex;align-items:center;justify-content:space-between;gap:25px}.sticky-header .is-sticky .sticky-main .sticky-nav .link-i{text-decoration:none;font-weight:600;font-size:14px;text-align:center;color:#4d4d4d;cursor:pointer;transition:.3s ease}.sticky-header .is-sticky .sticky-main .sticky-nav .link-i:hover{color:#f1592a}.sticky-header .is-sticky .sticky-main .btn_share{position:relative;grid-area:shareBtn;width:100%;padding:3px;display:flex;align-items:center;justify-content:center;gap:2px;background-color:#f1592a;border:none;border-radius:4px;cursor:pointer;color:#fff;font-size:14px;font-weight:600;transition:.3s ease}.sticky-header .is-sticky .sticky-main .btn_share:hover{background-color:#cb4f29}.sticky-header .is-sticky .sticky-main .u-icon-inner{grid-area:uIcon;color:#f1592a;cursor:pointer;border:2px solid #f1592a;width:40px;height:40px;font-size:23px;border-radius:50%;display:flex;align-items:center;justify-content:center}.sticky-header .not-sticky{display:none}.no-scroll{height:60px}@media screen and (max-width:1330px){.sticky-header .is-sticky .sticky-main{width:85%}}@media screen and (max-width:1260px){.sticky-header .is-sticky .sticky-main .btn_share{gap:0;font-size:13px}}@media screen and (max-width:990px){.sticky-header .is-sticky .sticky-main{padding:5px 0 0;grid-template-columns:auto;grid-template-rows:auto auto}.sticky-header .is-sticky .sticky-main .project-search-input-container{grid-area:searchInput;display:inline-block;grid-area:1/3/2/5}.sticky-header .is-sticky .sticky-main .sticky-nav{margin-top:5px;padding:10px;justify-content:space-around;background-color:#f4f4f4;grid-area:2/1/3/7}.sticky-header .is-sticky .sticky-main .share-btn{position:relative;grid-area:shareBtn}.sticky-header .is-sticky .sticky-main .share-btn .btn_share{word-wrap:nowrap;gap:0;font-size:13px}.no-scroll{height:100px}}@media screen and (max-width:640px){.sticky-header .is-sticky .sticky-main{grid-template-columns:auto;grid-template-rows:auto auto;align-items:center;width:100%}.sticky-header .is-sticky .sticky-main .sticky-logo{margin:0 10px}.sticky-header .is-sticky .sticky-main .project-search-input-container{grid-area:searchInput;display:inline-block;grid-area:1/3/2/5;margin:auto;width:90%}.sticky-header .is-sticky .sticky-main .sticky-nav{justify-content:space-around;background-color:#f4f4f4;grid-area:2/1/3/7}.sticky-header .is-sticky .sticky-main .btn_share{display:none}.sticky-header .is-sticky .sticky-main .u-icon-inner{grid-area:1/5/2/6;width:30px;height:30px;margin-right:10px;font-size:19px}}@media screen and (max-width:339px){.sticky-header .is-sticky .sticky-main .sticky-logo,.sticky-header .is-sticky .sticky-main .u-icon-inner{margin:0 5px}.no-scroll{height:120px}}