.btn{display:inline-flex;align-items:center;justify-content:center;text-align:center;vertical-align:middle;cursor:pointer;user-select:none;text-decoration:none;border:none;outline:none;transition:all .2s ease-in-out;gap:4px;width:fit-content}.btn .btn-icon{display:inline-flex;align-items:center;flex-shrink:0}.btn.btn-icon-only{padding:0 !important;border-radius:1000px !important}.btn.btn-icon-only.btn-xs{width:24px;height:24px}.btn.btn-icon-only.btn-sm{width:28px;height:28px}.btn.btn-icon-only.btn-md{width:32px;height:32px}.btn.btn-icon-only.btn-lg{width:36px;height:36px}.btn.btn-icon-only.btn-xl{width:40px;height:40px}.btn:disabled,.btn.disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.btn-xs{padding:4px 8px;height:24px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:12px;font-weight:500;letter-spacing:0;line-height:150%}.btn-xs .btn-icon svg{width:12px;height:12px}.btn-sm{padding:4px 8px;height:28px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.btn-sm .btn-icon svg{width:14px;height:14px}.btn-md{padding:6px 10px;height:32px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.btn-md .btn-icon svg{width:16px;height:16px}.btn-lg{padding:8px 12px;height:36px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.btn-lg .btn-icon svg{width:18px;height:18px}.btn-xl{padding:10px 14px;height:40px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.btn-xl .btn-icon svg{width:20px;height:20px}.btn-primary{background-color:#091a47}.btn-primary:hover{background-color:#3f5183}.btn-primary:active,.btn-primary:focus{background-color:#172a5c}.btn-primary-outline{border:solid 1px #091a47;color:#091a47;background-color:#fff}.btn-primary-outline:hover{background-color:#091a47;color:#fff;border:solid 1px rgba(0,0,0,0)}.btn-primary-outline:active,.btn-primary-outline:focus{background-color:#172a5c;color:#fff;border:solid 1px rgba(0,0,0,0)}.btn-secondary{background-color:#015de3}.btn-secondary:hover{background-color:#619aed}.btn-secondary:active,.btn-secondary:focus{background-color:#174d9c}.btn-secondary-outline{border:solid 1px #015de3;color:#015de3;background-color:#fff}.btn-secondary-outline:hover{background-color:#015de3;color:#fff;border:solid 1px rgba(0,0,0,0)}.btn-secondary-outline:active,.btn-secondary-outline:focus{background-color:#174d9c;color:#fff;border:solid 1px rgba(0,0,0,0)}.btn-tertiary{background-color:#ffcc26;color:#091a47}.btn-tertiary:hover{background-color:#e7b925}.btn-tertiary:active,.btn-tertiary:focus{background-color:#e7b925;color:#091a47}.btn-tertiary-outline{border:solid 1px #ffcc26;color:#091a47;background-color:#fff}.btn-tertiary-outline:hover{background-color:#ffcc26;border:solid 1px #ffcc26;color:#091a47}.btn-tertiary-outline:active,.btn-tertiary-outline:focus{background-color:#d3a718;color:#091a47;border:solid 1px rgba(0,0,0,0)}.btn-quaternary{background-color:#038332}.btn-quaternary:hover{background-color:#0b7030;color:#fff}.btn-quaternary:active,.btn-quaternary:focus{background-color:#0b5e29;color:#fff}.btn-quaternary-outline{border:solid 1px #038332;color:#038332;background-color:#fff}.btn-quaternary-outline:hover{background-color:#038332;border:solid 1px #038332;color:#fff}.btn-quaternary-outline:active,.btn-quaternary-outline:focus{background-color:#0b5e29;color:#fff;border:solid 1px rgba(0,0,0,0)}.btn-primary-light{background-color:#ecf7ff;color:#091a47}.btn-primary-light:hover{background-color:#d6ecfc;color:#091a47}.btn-primary-light:active,.btn-primary-light:focus{background-color:#bfe3fd;color:#091a47}.btn-primary-light-outline{border:solid 1px #ecf7ff;color:#091a47;background-color:#fff}.btn-primary-light-outline:hover{background-color:#ecf7ff;color:#091a47;border:solid 1px rgba(0,0,0,0)}.btn-primary-light-outline:active,.btn-primary-light-outline:focus{background-color:#bfe3fd;color:#091a47;border:solid 1px rgba(0,0,0,0)}.btn-destructive{background-color:#c10007;color:#fff}.btn-destructive:hover{background-color:#ff6467;color:#fff}.btn-destructive:active,.btn-destructive:focus{background-color:#e7000b;color:#fff}.btn-destructive-outline{border:solid 1px #c10007;color:#c10007;background-color:#fff}.btn-destructive-outline:hover{background-color:#c10007;color:#fff;border:solid 1px rgba(0,0,0,0)}.btn-destructive-outline:active,.btn-destructive-outline:focus{background-color:#e7000b;color:#fff;border:solid 1px rgba(0,0,0,0)}.btn-primary-invert{background-color:#fff;border:1px solid var(--Color-Surface-Borders-border, #D1D5DC);color:#101828}.btn-primary-invert:hover{background-color:#e9e9e9;color:#101828;border:1px solid var(--Color-Surface-Borders-border, #D1D5DC)}.btn-primary-invert:active,.btn-primary-invert:focus{background-color:#d8d8d8;color:#101828;border:1px solid var(--Color-Surface-Borders-border, #D1D5DC)}.btn-loading{position:relative;pointer-events:none}.btn-loading .btn-text{visibility:hidden}.btn-loading .btn-icon{visibility:hidden}.btn-loading .btn-loader{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:block}.btn-block{display:flex;width:100%}.btn-group{display:inline-flex}.btn-group .btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .btn:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0;border-right:1px solid rgba(0,0,0,.1)}@media(max-width: 360px){.xs\:btn-xs{padding:4px 8px;min-height:24px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:12px;font-weight:500;letter-spacing:0;line-height:150%}.xs\:btn-xs .btn-icon svg{width:12px;height:12px}.xs\:btn-xs.btn-icon-only{width:24px;height:24px;padding:0 !important;border-radius:1000px !important}.xs\:btn-sm{padding:4px 8px;min-height:28px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.xs\:btn-sm .btn-icon svg{width:14px;height:14px}.xs\:btn-sm.btn-icon-only{width:28px;height:28px;padding:0 !important;border-radius:1000px !important}.xs\:btn-md{padding:6px 10px;min-height:32px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.xs\:btn-md .btn-icon svg{width:16px;height:16px}.xs\:btn-md.btn-icon-only{width:32px;height:32px;padding:0 !important;border-radius:1000px !important}.xs\:btn-lg{padding:8px 12px;min-height:36px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.xs\:btn-lg .btn-icon svg{width:18px;height:18px}.xs\:btn-lg.btn-icon-only{width:36px;height:36px;padding:0 !important;border-radius:1000px !important}.xs\:btn-xl{padding:10px 14px;min-height:40px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.xs\:btn-xl .btn-icon svg{width:20px;height:20px}.xs\:btn-xl.btn-icon-only{width:40px;height:40px;padding:0 !important;border-radius:1000px !important}.xs\:btn-block{display:flex;width:100%}.xs\:btn-inline{width:auto}}@media(max-width: 768px){.sm\:btn-xs{padding:4px 8px;min-height:24px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:12px;font-weight:500;letter-spacing:0;line-height:150%}.sm\:btn-xs .btn-icon svg{width:12px;height:12px}.sm\:btn-xs.btn-icon-only{width:24px;height:24px;padding:0 !important;border-radius:1000px !important}.sm\:btn-sm{padding:4px 8px;min-height:28px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.sm\:btn-sm .btn-icon svg{width:14px;height:14px}.sm\:btn-sm.btn-icon-only{width:28px;height:28px;padding:0 !important;border-radius:1000px !important}.sm\:btn-md{padding:6px 10px;min-height:32px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.sm\:btn-md .btn-icon svg{width:16px;height:16px}.sm\:btn-md.btn-icon-only{width:32px;height:32px;padding:0 !important;border-radius:1000px !important}.sm\:btn-lg{padding:8px 12px;min-height:36px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.sm\:btn-lg .btn-icon svg{width:18px;height:18px}.sm\:btn-lg.btn-icon-only{width:36px;height:36px;padding:0 !important;border-radius:1000px !important}.sm\:btn-xl{padding:10px 14px;min-height:40px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.sm\:btn-xl .btn-icon svg{width:20px;height:20px}.sm\:btn-xl.btn-icon-only{width:40px;height:40px;padding:0 !important;border-radius:1000px !important}.sm\:btn-block{display:flex;width:100%}.sm\:btn-inline{width:auto}}@media(max-width: 1024px){.md\:btn-xs{padding:4px 8px;min-height:24px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:12px;font-weight:500;letter-spacing:0;line-height:150%}.md\:btn-xs .btn-icon svg{width:12px;height:12px}.md\:btn-xs.btn-icon-only{width:24px;height:24px;padding:0 !important;border-radius:1000px !important}.md\:btn-sm{padding:4px 8px;min-height:28px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.md\:btn-sm .btn-icon svg{width:14px;height:14px}.md\:btn-sm.btn-icon-only{width:28px;height:28px;padding:0 !important;border-radius:1000px !important}.md\:btn-md{padding:6px 10px;min-height:32px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.md\:btn-md .btn-icon svg{width:16px;height:16px}.md\:btn-md.btn-icon-only{width:32px;height:32px;padding:0 !important;border-radius:1000px !important}.md\:btn-lg{padding:8px 12px;min-height:36px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.md\:btn-lg .btn-icon svg{width:18px;height:18px}.md\:btn-lg.btn-icon-only{width:36px;height:36px;padding:0 !important;border-radius:1000px !important}.md\:btn-xl{padding:10px 14px;min-height:40px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.md\:btn-xl .btn-icon svg{width:20px;height:20px}.md\:btn-xl.btn-icon-only{width:40px;height:40px;padding:0 !important;border-radius:1000px !important}.md\:btn-block{display:flex;width:100%}.md\:btn-inline{width:auto}}@media(max-width: 1280px){.lg\:btn-xs{padding:4px 8px;min-height:24px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:12px;font-weight:500;letter-spacing:0;line-height:150%}.lg\:btn-xs .btn-icon svg{width:12px;height:12px}.lg\:btn-xs.btn-icon-only{width:24px;height:24px;padding:0 !important;border-radius:1000px !important}.lg\:btn-sm{padding:4px 8px;min-height:28px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.lg\:btn-sm .btn-icon svg{width:14px;height:14px}.lg\:btn-sm.btn-icon-only{width:28px;height:28px;padding:0 !important;border-radius:1000px !important}.lg\:btn-md{padding:6px 10px;min-height:32px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.lg\:btn-md .btn-icon svg{width:16px;height:16px}.lg\:btn-md.btn-icon-only{width:32px;height:32px;padding:0 !important;border-radius:1000px !important}.lg\:btn-lg{padding:8px 12px;min-height:36px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.lg\:btn-lg .btn-icon svg{width:18px;height:18px}.lg\:btn-lg.btn-icon-only{width:36px;height:36px;padding:0 !important;border-radius:1000px !important}.lg\:btn-xl{padding:10px 14px;min-height:40px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.lg\:btn-xl .btn-icon svg{width:20px;height:20px}.lg\:btn-xl.btn-icon-only{width:40px;height:40px;padding:0 !important;border-radius:1000px !important}.lg\:btn-block{display:flex;width:100%}.lg\:btn-inline{width:auto}}@media(max-width: 1440px){.xlg\:btn-xs{padding:4px 8px;min-height:24px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:12px;font-weight:500;letter-spacing:0;line-height:150%}.xlg\:btn-xs .btn-icon svg{width:12px;height:12px}.xlg\:btn-xs.btn-icon-only{width:24px;height:24px;padding:0 !important;border-radius:1000px !important}.xlg\:btn-sm{padding:4px 8px;min-height:28px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.xlg\:btn-sm .btn-icon svg{width:14px;height:14px}.xlg\:btn-sm.btn-icon-only{width:28px;height:28px;padding:0 !important;border-radius:1000px !important}.xlg\:btn-md{padding:6px 10px;min-height:32px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.xlg\:btn-md .btn-icon svg{width:16px;height:16px}.xlg\:btn-md.btn-icon-only{width:32px;height:32px;padding:0 !important;border-radius:1000px !important}.xlg\:btn-lg{padding:8px 12px;min-height:36px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.xlg\:btn-lg .btn-icon svg{width:18px;height:18px}.xlg\:btn-lg.btn-icon-only{width:36px;height:36px;padding:0 !important;border-radius:1000px !important}.xlg\:btn-xl{padding:10px 14px;min-height:40px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.xlg\:btn-xl .btn-icon svg{width:20px;height:20px}.xlg\:btn-xl.btn-icon-only{width:40px;height:40px;padding:0 !important;border-radius:1000px !important}.xlg\:btn-block{display:flex;width:100%}.xlg\:btn-inline{width:auto}}.autocomplete-suggestions,.ui-autocomplete{text-align:left;cursor:default;border:0;border-top:0;background:#fff;box-shadow:-1px 1px 3px rgba(0,0,0,.1);position:absolute;display:none;z-index:9999;max-height:254px;overflow:hidden;overflow-y:auto;box-sizing:border-box}.autocomplete-suggestions>.autocomplete-suggestion,.autocomplete-suggestions>li,.ui-autocomplete>.autocomplete-suggestion,.ui-autocomplete>li{position:relative;padding:8px 4px;line-height:23px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1.02em;font-family:"Poppins",sans-serif;color:#333;border:0}.autocomplete-suggestions>.autocomplete-suggestion b,.autocomplete-suggestions>li b,.ui-autocomplete>.autocomplete-suggestion b,.ui-autocomplete>li b{font-weight:normal;color:#1f8dd6}.autocomplete-suggestions>.autocomplete-suggestion.selected,.autocomplete-suggestions>.autocomplete-suggestion:hover,.autocomplete-suggestions>.autocomplete-suggestion.hovered,.autocomplete-suggestions>li.selected,.autocomplete-suggestions>li:hover,.autocomplete-suggestions>li.hovered,.ui-autocomplete>.autocomplete-suggestion.selected,.ui-autocomplete>.autocomplete-suggestion:hover,.ui-autocomplete>.autocomplete-suggestion.hovered,.ui-autocomplete>li.selected,.ui-autocomplete>li:hover,.ui-autocomplete>li.hovered{background:#f5f5f5}.autocomplete-suggestions>.autocomplete-suggestion>a,.autocomplete-suggestions>li>a,.ui-autocomplete>.autocomplete-suggestion>a,.ui-autocomplete>li>a{font-weight:normal;color:rgba(0,0,0,.87)}.ui-menu-item .ui-state-active{background-color:rgba(0,0,0,.12);color:rgba(0,0,0,.87)}.ui-menu-item div a{padding:8px;display:block}.ui-widget-content .ui-state-hover,.ui-widget-content .ui-state-focus{border:1px solid #d3d3d3;background-image:none;background-color:red;font-weight:bold;color:#3d3d3d}.ui-corner-all{border-radius:0}.ui-helper-hidden-accessible{display:none}.salary{font-family:"Poppins",sans-serif;line-height:150%;color:#6a7282}.salary .container{max-width:100%;margin:0 auto;padding:0}@media(min-width: 768px){.salary .container{max-width:100%}}@media(min-width: 1024px){.salary .container{max-width:1280px}}.salary .section{background:#fff}.salary .section-hero{background:#fff;padding:32px 16px;text-align:center}@media(min-width: 768px){.salary .section-hero{padding:64px}}.salary .section-hero .hero-title{font-size:32px;font-weight:600;line-height:110%;margin-bottom:24px;color:#091a47}@media(min-width: 768px){.salary .section-hero .hero-title{font-size:48px}}@media(min-width: 1024px){.salary .section-hero .hero-title{font-size:64px}}.salary .section-hero .hero-subtitle{font-weight:400;font-size:20px;line-height:150%;margin-bottom:40px}.salary .section-hero .hero-subtitle br{display:none}@media(min-width: 1024px){.salary .section-hero .hero-subtitle br{display:block}}@media(min-width: 768px){.salary .section-hero .hero-subtitle{margin-bottom:56px}}.salary .section-hero .form-container{max-width:800px;margin:0 auto;position:relative;margin-bottom:99px}@media(min-width: 768px){.salary .section-hero .form-container{margin-bottom:56px}}.salary .section-hero .gradient-border-container{background:linear-gradient(90deg, #077CFF, #FFCC26, #038332);padding:2px;border-radius:1000px;position:relative}.salary .section-hero .form-wrapper{background:#fff;border-radius:1000px;padding:0px 16px;display:grid;grid-template-columns:1fr auto;align-items:center;height:76px}.salary .section-hero .search-input{font-family:"Poppins",sans-serif;border:none;outline:none;padding:12px 0px;font-size:16px;background:rgba(0,0,0,0);color:#101828;border-radius:40px}.salary .section-hero .search-input::placeholder{color:#99a1af !important}.salary .section-hero .search-input::placeholder{color:#999;font-size:16px}.salary .section-hero input[type=text]{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.96544 11.0261C9.13578 11.6382 8.11014 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.11014 11.6382 9.13578 11.0261 9.96544L13.7803 12.7197C14.0732 13.0126 14.0732 13.4874 13.7803 13.7803C13.4874 14.0732 13.0126 14.0732 12.7197 13.7803L9.96544 11.0261ZM10.5 7C10.5 8.933 8.933 10.5 7 10.5C5.067 10.5 3.5 8.933 3.5 7C3.5 5.067 5.067 3.5 7 3.5C8.933 3.5 10.5 5.067 10.5 7Z" fill="%23999999"/></svg>');background-repeat:no-repeat;background-position:0px;background-size:16px 16px;padding-left:25px}.salary .section-hero button{border-radius:1000px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.96544 11.0261C9.13578 11.6382 8.11014 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.11014 11.6382 9.13578 11.0261 9.96544L13.7803 12.7197C14.0732 13.0126 14.0732 13.4874 13.7803 13.7803C13.4874 14.0732 13.0126 14.0732 12.7197 13.7803L9.96544 11.0261ZM10.5 7C10.5 8.933 8.933 10.5 7 10.5C5.067 10.5 3.5 8.933 3.5 7C3.5 5.067 5.067 3.5 7 3.5C8.933 3.5 10.5 5.067 10.5 7Z" fill="white"/></svg>');background-repeat:no-repeat;background-position:calc(50% - 49px) center;background-size:16px 16px;padding-left:45px;margin-left:auto;position:absolute;bottom:-64px;width:100%;left:0px}@media(min-width: 768px){.salary .section-hero button{bottom:0px;position:initial;width:max-content;background-position:16px center}}.salary .section-hero .salary-instruction strong{display:inline-block;color:#101828;font-weight:600;line-height:150%;margin-bottom:16px}.salary .section-hero .salary-instruction p{color:#6a7282;font-weight:400;line-height:150%;font-size:14px}.salary .section-hero .salary-instruction p:not(:last-child){margin-bottom:24px}.salary .section-ads .title{display:none}.salary .section-faq{padding:64px 16px 24px;background:#fff}@media(min-width: 768px){.salary .section-faq{padding:64px 64px}}@media(min-width: 1024px){.salary .section-faq .container{max-width:976px}}.salary .section-faq .faq-title{font-family:"Noka",sans-serif;font-weight:600;font-size:32px;line-height:150%;text-align:center;color:#101828;margin-bottom:40px}@media(min-width: 768px){.salary .section-faq .faq-title{font-size:48px}}.salary .section-faq .faq-list{display:flex;flex-direction:column;gap:24px}.salary .section-faq .faq-item{border-bottom:1px solid #e5e7eb}.salary .section-faq .faq-question{display:grid;grid-template-columns:1fr auto;align-items:center;gap:16px;font-weight:600;font-size:16px;line-height:150%;color:#101828;padding-bottom:24px;transition:background-color .3s ease;cursor:pointer}.salary .section-faq .faq-question::after{content:"";width:24px;height:24px;background-repeat:no-repeat;background-position:center;background-size:contain;transition:all .3s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 3.78027C12.4142 3.78027 12.75 4.11606 12.75 4.53027V11.2803H19.5C19.9142 11.2803 20.25 11.6161 20.25 12.0303C20.25 12.4445 19.9142 12.7803 19.5 12.7803H12.75V19.5303C12.75 19.9445 12.4142 20.2803 12 20.2803C11.5858 20.2803 11.25 19.9445 11.25 19.5303V12.7803H4.5C4.08579 12.7803 3.75 12.4445 3.75 12.0303C3.75 11.6161 4.08579 11.2803 4.5 11.2803H11.25V4.53027C11.25 4.11606 11.5858 3.78027 12 3.78027Z' fill='%23101828'/%3E%3C/svg%3E")}.salary .section-faq details[open] .faq-question::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.24927 12.0195C4.24927 11.6053 4.58505 11.2695 4.99927 11.2695H18.9993C19.4135 11.2695 19.7493 11.6053 19.7493 12.0195C19.7493 12.4337 19.4135 12.7695 18.9993 12.7695H4.99927C4.58505 12.7695 4.24927 12.4337 4.24927 12.0195Z' fill='%23101828'/%3E%3C/svg%3E")}.salary .section-faq .faq-answer p{margin-bottom:24px;font-size:16px;line-height:150%;color:#4a5565}.salary .section-faq .faq-answer a{color:inherit;text-decoration:underline}.salary .section-faq .faq-answer strong{font-weight:500}