.profile-header .is-sticky{position:fixed;top:0;left:0;width:100vw;z-index:10;overflow:visible;box-shadow:0 2px 24px 0 rgba(0,0,0,.15);background-color:#fff}.profile-header .is-sticky .sticky-main{padding:10px 40px;display:flex;align-items:center;justify-content:center;gap:40px;width:100%}.profile-header .is-sticky .sticky-main .sticky-city{cursor:pointer;font-weight:600;font-size:16px;color:#f1592a}.profile-header .is-sticky .sticky-main .project-search-input-container{width:70%;height:40px;display:inline-block;overflow:visible}.profile-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}.profile-header .not-sticky{display:none}@media screen and (max-width:990px){.profile-header .is-sticky .sticky-main{padding:10px 20px;gap:10px}}@media screen and (max-width:768px){.profile-header .is-sticky .sticky-main{padding:10px;gap:15px}}@media screen and (max-width:425px){.profile-header .is-sticky .sticky-main .u-icon-inner{height:35px}}