@charset "UTF-8";
/**** NEW COLORS ***/
/* Regular weight */
@font-face {
  font-family: "Agrandir Tight";
  src: url("../fonts/PPAgrandir-TightBold/PPAgrandir-TightBold.woff2") format("woff2"), url("../fonts/PPAgrandir-TightBold/PPAgrandir-TightBold.woff") format("woff");
  font-style: normal;
  font-display: swap;
}

/* MIXIN FOR WHITE BACKGROUND WITH CONTAINER STYLES FOR INNER DIV - ADVICE PAGES */
/* MIXIN FOR WHITE BACKGROUND WITH CONTAINER STYLES FOR INNER DIV - ADVICE PAGES */
/* MIXIN FOR IMAGE ON LATEST/RELATED ADVICE ARTICLES */
/* MIXIN FOR IMAGE ON LATEST/RELATED ADVICE ARTICLES */
/* MIXIN FOR LATEST ARTICLES - ADVICE PAGE */
/* MIXIN FOR LATEST ARTICLES - ADVICE PAGE */
.ca-btn-arrow i {
  font-size: 30px;
}

.text-primary {
  color: #6059FF !important;
}

.text-primary-light {
  color: #004FA3 !important;
}

.text-white {
  color: #ffffff !important;
}

.text-system-captions {
  color: #7569A2 !important;
}

.text-pe {
  color: #223A49 !important;
}

.text-pp {
  color: #EE3524 !important;
}

.text-po {
  color: #841957 !important;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.bg-primary {
  background-color: #6059FF;
}

.bg-light-blue {
  background-color: #E5EDF6;
}

.bg-lightest-blue {
  background-color: #F5F8FB;
}

.bg-white {
  background-color: #ffffff;
}

.client-area-gradient-linear {
  background: #22174E;
}

.radius-10 {
  border-radius: 10px !important;
}

.radius-20 {
  border-radius: 20px !important;
}

.radius-30 {
  border-radius: 20px !important;
}

.radius-right-top-none {
  border-top-right-radius: 0 !important;
}

.radius-left-top-none {
  border-top-left-radius: 0 !important;
}

.radius-right-bottom-none {
  border-bottom-right-radius: 0 !important;
}

.radius-left-bottom-none {
  border-bottom-left-radius: 0 !important;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.padding-top-0 {
  padding-top: 0 !important;
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.position-fixed {
  position: fixed;
}

.rotate-180 {
  rotate: 180deg;
}

.full-width-child {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

@media screen and (max-width: 916px) {
  .full-width-child {
    width: 100vw;
  }
}

@media screen and (max-width: 460px) {
  .full-width-child {
    width: 100vw;
  }
}

.font-angrandir {
  font-family: "Agrandir Tight", sans-serif;
}

.font-inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}

.container.main-contianer {
  padding: 0 16px;
}

@media only screen and (max-width: 767px) {
  .landing_isg_page .container:has(.isg-full-width),
  .landing_isg_page .our-recruitment-services .container,
  .landing_isg_page .isg_result_components.container,
  .landing_isg_page .container:has(.isg-text-block),
  .landing_isg_page .mp-salary-guide-combined-search.container,
  .landing_isg_page .expertise-accordion-section.container {
    padding: 0 24px;
  }
}

/* ====== FULL-BLEED HERO ====== */
.mp-salary-guide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  margin-bottom: 56px;
}

@media only screen and (max-width: 1024px) {
  .mp-salary-guide {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 1024px) {
  .mp-salary-guide {
    margin-bottom: 24px;
  }
}

.mp-salary-guide__container {
  width: 100%;
  max-width: 1350px;
  margin: 24px auto 0;
}

.mp-salary-guide__wrapper {
  position: relative;
  background: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  backdrop-filter: none;
}

.mp-salary-guide__back-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  margin-bottom: 16px;
  font-size: 1rem;
  position: relative;
  right: 6px;
}

.mp-salary-guide__back-link::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background: url("/themes/custom/mp_theme/images/isg/arrow.png") no-repeat center;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(94deg);
      -ms-transform: rotate(94deg);
          transform: rotate(94deg);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  margin-bottom: 2px;
}

.mp-salary-guide__title h1 {
  text-align: center;
  font-size: 3.75rem;
  font-weight: 700;
  margin: 64px 0;
  color: #ffffff;
  word-wrap: break-word;
}

@media only screen and (max-width: 1024px) {
  .mp-salary-guide__title h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 16px;
  }
}

.mp-salary-guide__subtitle h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 56px;
  margin-top: 5px;
  color: #ffffff;
  word-wrap: break-word;
}

@media only screen and (max-width: 1024px) {
  .mp-salary-guide__subtitle h2 {
    font-size: 1.5rem;
  }
}

.mp-salary-guide__range-heading h3 {
  width: 100%;
  display: block;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  margin: 0 auto 24px;
  text-align: center;
  color: #ffffff;
  word-wrap: break-word;
  font-family: "Inter", sans-serif;
}

.mp-salary-guide__range {
  position: relative;
  display: block;
  backdrop-filter: blur(8px);
  min-height: 139px;
}

.mp-salary-guide__range-track {
  position: absolute;
  left: var(--mp-range-pad-x);
  right: var(--mp-range-pad-x);
  top: var(--mp-track-top);
  height: var(--mp-track-h);
  background-image: var(--mp-img-track);
  background-repeat: repeat-x;
  background-position: center center;
}

.mp-salary-guide__range .mp-salary-guide__range-item {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  top: calc(var(--mp-track-top) - var(--mp-value-h) - var(--mp-gap-above-line));
}

.mp-salary-guide__range .mp-salary-guide__range-item::before {
  content: '';
  position: absolute;
  left: 50%;
  top: calc(var(--mp-track-top) + var(--mp-track-h) / 2);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}

.mp-salary-guide__range .mp-salary-guide__range-item--low {
  left: var(--mp-range-pad-x);
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.mp-salary-guide__range .mp-salary-guide__range-item--low::before {
  background-color: #FF7061;
  border-color: #ffffff;
  top: 35px;
  left: 0;
  margin-bottom: 8px;
}

.mp-salary-guide__range .mp-salary-guide__range-item--low .mp-salary-guide__range-value {
  position: relative;
  right: 28px;
  top: 5px;
}

.mp-salary-guide__range .mp-salary-guide__range-item--low .mp-salary-guide__range-label {
  position: relative;
  right: 18px;
}

@media only screen and (max-width: 767px) {
  .mp-salary-guide__range .mp-salary-guide__range-item--low .mp-salary-guide__range-value {
    right: 18px;
  }
}

.mp-salary-guide__range .mp-salary-guide__range-item--median {
  left: calc(var(--mp-range-pad-x) + (100% - (2 * var(--mp-range-pad-x))) / 2);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mp-salary-guide__range .mp-salary-guide__range-item--median::before {
  background-color: #FFFFA9;
  border-color: #ffffff;
  top: 35px;
  margin-bottom: 8px;
}

.mp-salary-guide__range .mp-salary-guide__range-item--median .mp-salary-guide__range-value {
  top: 5px;
  text-align: center;
  left: 3px;
}

@media only screen and (min-width: 1024px) {
  .mp-salary-guide__range .mp-salary-guide__range-item--median .mp-salary-guide__range-label {
    position: relative;
    left: 9px;
    text-align: center;
    margin-right: 15px;
  }
}

.mp-salary-guide__range .mp-salary-guide__range-item--median .mp-salary-guide__range-label {
  text-align: center;
  margin-right: 0;
}

.mp-salary-guide__range .mp-salary-guide__range-item--high {
  left: calc(100% - var(--mp-range-pad-x));
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.mp-salary-guide__range .mp-salary-guide__range-item--high::before {
  background-color: #ABF4AB;
  border-color: #ffffff;
  top: 35px;
  left: 93%;
  margin-bottom: 8px;
}

.mp-salary-guide__range .mp-salary-guide__range-item--high .mp-salary-guide__range-value {
  position: relative;
  left: 32px;
  top: 5px;
}

.mp-salary-guide__range .mp-salary-guide__range-item--high .mp-salary-guide__range-label {
  position: relative;
  left: 14px;
  text-align: end;
}

.mp-salary-guide__range-value {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  bottom: 7px;
  position: relative;
}

.mp-salary-guide__range-label {
  margin-top: var(--mp-gap-below-line);
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: .08em;
  font-weight: 400;
  color: #ffffff;
}

.mp-salary-guide__currency-sym {
  display: inline-block;
  font-weight: 800;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}

.mp-salary-guide__currency-sym--suffix {
  margin-right: 0;
  margin-left: 1px;
}

.mp-salary-guide__highlight {
  background: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin: 64px 0;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.5rem;
  font-size: 1rem;
  word-wrap: break-word;
}

@media only screen and (max-width: 1024px) {
  .mp-salary-guide__highlight {
    margin-top: 30px;
    margin-bottom: 24px;
  }
}

.mp-salary-guide #mp-salary-guide-empty-title h1 {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #ffffff;
}

.mp-salary-guide .mp-salary-guide-empty__highlight {
  text-align: center;
  font-size: 1rem;
  color: #ffffff;
  word-wrap: break-word;
}

.mp-salary-guide .block-mp-salary-guide h2 {
  display: none;
}

/* ====== BREAKDOWN TABLE CARD ====== */
.mp-salary-guide__breakdown-content {
  --blur-start: 0px;
  position: relative;
  background: #ffffff;
  padding: 0 10px 5px 10px;
  overflow: hidden;
}

.mp-salary-guide__role {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: .02em;
  margin: 30px 0 18px 30px;
  color: #22174E;
  text-transform: uppercase;
}

.mp-salary-guide__breakdown .mp-salary-guide__breakdown-title {
  line-height: 27px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  max-width: 16px 0;
  margin-bottom: 16px;
}

.mp-salary-guide__breakdown-table {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  background: #ffffff;
  min-width: 720px;
  margin-top: 0;
  border-spacing: 5px 0px !important;
}

.mp-salary-guide__breakdown-table thead {
  position: relative;
}

.mp-salary-guide__breakdown-table thead::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-top: 1.5px solid #22174E;
  pointer-events: none;
  z-index: 2;
}

.mp-salary-guide__breakdown-table thead th {
  position: relative;
  background-color: #F7F7FF !important;
  color: #22174E;
  font-weight: 400 !important;
  line-height: 1.25rem;
  font-size: 1rem;
  text-align: center;
  height: 44px;
  padding: 10px 20px 10px 20px;
  border-bottom: unset !important;
  vertical-align: middle;
}

.mp-salary-guide__breakdown-table thead th:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 0;
  right: calc(8px * -0.5);
  width: 5px;
  background: #ffffff;
  z-index: 0;
}

.mp-salary-guide__breakdown-table thead th:first-child {
  min-width: 200px !important;
  text-align: center;
}

.mp-salary-guide__breakdown-table thead th:not(:first-child) {
  min-width: 135px !important;
  text-align: center;
}

.mp-salary-guide__breakdown-table.dataTable thead tr th.sorting::after, .mp-salary-guide__breakdown-table.dataTable thead tr th.sorting::before {
  margin-right: 10px;
  width: auto;
  color: #7569A2;
  opacity: 1;
}

@media only screen and (max-width: 1024px) {
  .mp-salary-guide__breakdown-table.dataTable thead tr th.sorting::after, .mp-salary-guide__breakdown-table.dataTable thead tr th.sorting::before {
    margin-right: 0px;
    width: auto;
  }
}

.mp-salary-guide__breakdown-table.dataTable thead tr th.sorting::after {
  top: 53% !important;
  background: none;
}

.mp-salary-guide__breakdown-table tbody td {
  position: relative;
  padding: 10px 20px 10px 20px;
  text-align: center;
  font-size: 1rem;
  background: #ffffff;
  height: 44px;
  border-bottom: 1px solid #E5E0F9;
}

@media only screen and (max-width: 767px) {
  .mp-salary-guide__breakdown-table tbody td {
    font-size: 1rem;
  }
}

.mp-salary-guide__breakdown-table tbody td:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(8px * -0.5);
  width: 8px;
  background: #ffffff;
}

.mp-salary-guide__breakdown-table tbody tr th {
  padding: 8px 10px;
  text-align: center;
  font-weight: 400;
  border-bottom: 1px solid #E5E0F9;
  height: 44px;
}

@media only screen and (max-width: 767px) {
  .mp-salary-guide__breakdown-table tbody tr th {
    font-size: 14px;
    padding: 8px 0 10px 10px;
  }
}

.mp-salary-guide__breakdown-table tbody tr {
  border-bottom: 1px solid #E5EDF6;
}

@media only screen and (max-width: 767px) {
  .gated-wrapper .mp-salary-guide__breakdown-table tbody td {
    padding: 0;
  }
  .gated-wrapper .mp-salary-guide__specialism-table .mp-salary-guide__specialism-table-header:first-child {
    width: 48%;
  }
  .gated-wrapper .mp-salary-guide__specialism-table .mp-salary-guide__specialism-table-header:nth-child(2) {
    width: 33%;
  }
}

.tb-blurred tr {
  -webkit-filter: blur(3px);
          filter: blur(3px);
  opacity: .95;
}

/* Horizontal scroll container */
.mp-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  outline: none;
  position: relative;
}

.mp-table-scroll:focus {
  border-radius: 8px;
}

.mp-table-scroll::before, .mp-table-scroll::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 16px;
  pointer-events: none;
}

/* Accordion caret */
.mp-salary-guide__breakdown-icon {
  position: relative;
  top: 0px;
}

.mp-salary-guide__breakdown-icon::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background: url("/themes/custom/mp_theme/images/isg/arrow.png") no-repeat center;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  position: relative;
}

.mp-salary-guide__breakdown-panel:hover,
.mp-salary-guide__breakdown-panel:focus {
  color: #ffffff;
  text-decoration: underline;
}

.mp-salary-guide__breakdown-panel[open]:hover,
.mp-salary-guide__breakdown-panel[open]:focus {
  text-decoration: none;
}

.mp-salary-guide__breakdown-panel[open] .mp-salary-guide__breakdown-icon::before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  position: relative;
  top: 7px;
}

/* Lock CTA */
.role-result-page-lock,
.specialism-result-page-lock {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  pointer-events: none;
}

.role-result-page-lock .locked__cta,
.role-result-page-lock .unlocked__btn,
.specialism-result-page-lock .locked__cta,
.specialism-result-page-lock .unlocked__btn {
  pointer-events: auto;
  position: relative;
  border-radius: 30px;
  background: #6059FF;
  color: #ffffff;
  min-width: auto;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  padding: 10px 15px;
  white-space: normal;
  margin-top: 0;
  max-height: 60px;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.role-result-page-lock .locked__cta:hover, .role-result-page-lock .locked__cta:focus,
.role-result-page-lock .unlocked__btn:hover,
.role-result-page-lock .unlocked__btn:focus,
.specialism-result-page-lock .locked__cta:hover,
.specialism-result-page-lock .locked__cta:focus,
.specialism-result-page-lock .unlocked__btn:hover,
.specialism-result-page-lock .unlocked__btn:focus {
  background: #4039CC;
  color: #ffffff;
  border: 1px solid #4039CC;
}

.role-result-page-lock .unlocked__btn,
.specialism-result-page-lock .unlocked__btn {
  pointer-events: none;
}

.mp-salary-guide__breakdown-summary {
  margin-bottom: 20px;
}

.mp-salary-guide__breakdown-summary .mp-salary-guide__breakdown-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  word-wrap: break-word;
}

.mp-salary-guide__breakdown-summary .mp-salary-guide__breakdown-title:hover {
  cursor: pointer;
}

/* Specialism page styles start */
.mp-salary-guide__container h1, .mp-salary-guide__container h2, .mp-salary-guide__container h3, .mp-salary-guide__container p {
  color: #ffffff;
}

.mp-salary-guide__container .icon-btns {
  min-width: auto;
  margin-top: 0;
  background: transparent !important;
  color: #6059FF;
  position: relative;
  padding: 0;
  font-size: 1.125rem;
  line-height: 27px;
}

.mp-salary-guide__container .icon-btns:focus {
  outline: 2px solid #fff;
  margin: 0;
  padding: 6px;
}

.mp-salary-guide__container .mp-salary-guide__read-more {
  max-width: 100%;
  text-align: left;
  color: #fff;
  margin-bottom: 24px;
  margin-top: 20px;
}

.mp-salary-guide__container .mp-salary-guide__read-less {
  text-align: left;
  color: #fff;
}

.mp-salary-guide__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

@media only screen and (max-width: 1024px) {
  .mp-salary-guide__title-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 15px;
  }
}

.mp-salary-guide__title-wrapper h1 {
  font-size: 6rem;
  line-height: 6rem;
  max-width: 70%;
  width: 100%;
  margin: 77px 0;
}

@media only screen and (max-width: 1024px) {
  .mp-salary-guide__title-wrapper h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
}

.mp-salary-guide__title-wrapper img {
  max-width: 516px;
  max-height: 258px;
  width: auto;
}

@media only screen and (max-width: 1024px) {
  .mp-salary-guide__title-wrapper img {
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .mp-salary-guide__title-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 20px;
  }
}

.mp-salary-guide__summary {
  margin-top: 64px;
  margin-bottom: 64px;
}

@media only screen and (max-width: 1024px) {
  .mp-salary-guide__summary {
    margin: 24px 0;
  }
}

.mp-salary-guide__summary .mp-salary-guide__summary-contents {
  color: #ffffff;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}

.mp-salary-guide__summary .mp-salary-guide__summary-contents.expanded {
  line-clamp: unset;
  -webkit-line-clamp: unset;
}

.mp-salary-guide__summary h2 {
  font-size: 1.25rem;
  font-weight: 500;
}

@media only screen and (max-width: 1024px) {
  .mp-salary-guide__summary h2 {
    font-size: 1rem;
  }
}

.mp-salary-guide__summary h3 {
  font-weight: 500;
  font-size: 1rem;
  margin: 0;
}

.mp-salary-guide__summary p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
}

.mp-salary-guide__summary .mp-salary-guide__see-more {
  display: none;
  color: #007BFF;
  cursor: pointer;
  margin-top: 5px;
}

.mp-salary-guide__specialism-downloads {
  text-align: right;
  margin-top: 16px;
}

.mp-salary-guide__specialism-downloads.ungated {
  margin: 20px 0 0 0;
}

@media only screen and (max-width: 1024px) {
  .mp-salary-guide__specialism-downloads {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .mp-salary-guide__specialism-downloads {
    text-align: center;
  }
  .mp-salary-guide__specialism-downloads a:first-child {
    margin-bottom: 15px;
  }
}

.mp-salary-guide__specialism-downloads .specialism-download-btn {
  background-color: #6059FF;
  color: #ffffff;
  border-radius: 40px;
  display: inline-block;
  margin: 0;
  text-align: center;
  padding: 12px 24px;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .mp-salary-guide__specialism-downloads .specialism-download-btn {
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    line-height: 16px;
    margin-bottom: 8px;
  }
}

.mp-salary-guide__specialism-downloads .specialism-download-btn:first-child {
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .mp-salary-guide__specialism-downloads .specialism-download-btn:first-child {
    margin-right: auto;
  }
}

.mp-salary-guide__specialism-downloads .specialism-download-btn:hover {
  background-color: #4039CC;
  color: #ffffff;
}

.dataTables_wrapper .dataTables_filter {
  visibility: hidden;
  display: none;
}

.mp-salary-guide__specialism-table-wrapper {
  padding: 0 15px;
  background: #ffffff;
}

@media only screen and (max-width: 500px) {
  .mp-salary-guide__specialism-table-wrapper {
    overflow: hidden;
  }
}

@media only screen and (max-width: 340px) {
  .mp-salary-guide__specialism-table-wrapper {
    padding: 0 10px;
  }
}

.mp-salary-guide__specialism-table-wrapper.show-less {
  max-height: 700px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .mp-salary-guide__specialism-table-wrapper #specialism-table-sort_wrapper {
    overflow-x: scroll;
  }
}

@media only screen and (max-width: 768px) {
  .mp-salary-guide__specialism-table-wrapper .dataTables_wrapper {
    overflow-x: scroll;
  }
}

.mp-salary-guide__specialism-table-wrapper .mp-salary-guide__specialism-table-filter {
  font-size: 1.25rem;
  color: #9E9E9E;
  float: right;
  margin-bottom: 10px;
  visibility: hidden;
  display: none;
}

.mp-salary-guide__specialism-table-filters {
  padding: 0 8px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .mp-salary-guide__specialism-table-filters {
    padding: 0 10px;
  }
}

.mp-salary-guide__specialism-table-filters .mp-salary-filter-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0 15px;
  font-weight: 700;
  line-height: 1.125rem;
}

.mp-salary-guide__specialism-table-filters .mp-salary-filter-section .mp-salary-filter-icon-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.mp-salary-guide__specialism-table-filters .mp-salary-filter-section .mp-salary-filter-reset {
  color: #6059FF;
}

.mp-salary-guide__specialism-table-filters .mp-salary-filter-section .mp-salary-filter-icon {
  color: #22174E;
}

.mp-salary-guide__specialism-table-filters .mp-salary-filter-section i {
  font-weight: 600;
  font-size: 1.25rem;
}

.mp-salary-guide__specialism-table-filters .mp-salary-filter-section i:before {
  color: #6059FF;
}

.mp-salary-guide__specialism-table-filters .mp-salary-filter-reset {
  color: #6059FF;
}

.mp-salary-guide__specialism-table-filters .filter-reset-active {
  color: #22174E;
}

.mp-salary-guide__specialism-table-filters a {
  font-weight: 700;
  line-height: 1.125rem;
}

@media only screen and (max-width: 768px) {
  .mp-salary-guide__specialism-table-filters a {
    font-size: 1rem;
  }
}

.mp-salary-guide__specialism-table-filters .filter-reset {
  position: absolute;
  top: 30px;
  right: 15px;
  display: none;
}

@media only screen and (max-width: 768px) {
  .mp-salary-guide__specialism-table-filters .filter-reset {
    top: 27px;
  }
}

.mp-salary-guide__specialism-table-filters .mp-salary-filter-form-section {
  display: none;
}

.mp-salary-guide__specialism-table-filters .mp-salary-filter-form-section form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media only screen and (max-width: 540px) {
  .mp-salary-guide__specialism-table-filters .mp-salary-filter-form-section form {
    display: inline;
  }
}

.mp-salary-guide__specialism-table-filters .mp-salary-filter-form-section form input {
  border: 1px solid #7569A2;
  max-width: 560px;
  padding: 1.125rem 20px;
}

@media only screen and (max-width: 768px) {
  .mp-salary-guide__specialism-table-filters .mp-salary-filter-form-section form input {
    height: 40px;
    padding: 12px;
  }
}

.mp-salary-guide__specialism-table-filters .mp-salary-filter-form-section form label {
  margin-bottom: 16px;
  line-height: 1.125rem;
}

@media only screen and (max-width: 768px) {
  .mp-salary-guide__specialism-table-filters .mp-salary-filter-form-section form label {
    font-size: 1rem;
    margin-bottom: 8px;
  }
}

.mp-salary-guide__specialism-table-filters .mp-salary-filter-form-section form .notranslate {
  display: none;
}

.mp-salary-guide__specialism-table-filters .mp-salary-filter-form-section form div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 768px) {
  .mp-salary-guide__specialism-table-filters .mp-salary-filter-form-section form div {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .mp-salary-guide__specialism-tables div.dt-container {
    overflow-x: scroll;
  }
}

.mp-salary-guide__specialism-tables div.dt-container .dt-layout-row {
  margin: 0;
}

.mp-salary-guide__specialism-tables table.gated-data thead tr th.level-1-low, .mp-salary-guide__specialism-tables table.gated-data thead tr th.level-1-medium, .mp-salary-guide__specialism-tables table.gated-data thead tr th.level-1-high {
  display: none;
}

.mp-salary-guide__specialism-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px !important;
  margin: 0;
}

.mp-salary-guide__specialism-table.hidden {
  display: none;
}

.mp-salary-guide__specialism-table .mp-salary-guide__specialism-table-header,
.mp-salary-guide__specialism-table .mp-salary-guide__specialism-table-cell {
  border-bottom: 1px solid #E5EDF6;
  padding: 7px;
  text-align: left;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .mp-salary-guide__specialism-table .mp-salary-guide__specialism-table-header,
  .mp-salary-guide__specialism-table .mp-salary-guide__specialism-table-cell {
    font-size: 1rem;
  }
}

.mp-salary-guide__specialism-table .mp-salary-guide__specialism-table-header {
  border-color: #6059FF;
  padding: 5px 16px 5px 5px;
}

.mp-salary-guide__specialism-table .mp-salary-guide__specialism-table-header.dt-type-numeric div.dt-column-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.mp-salary-guide__specialism-table .mp-salary-guide__specialism-table-header:nth-child(n+3),
.mp-salary-guide__specialism-table .mp-salary-guide__specialism-table-cell:nth-child(n+3) {
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .mp-salary-guide__specialism-table .mp-salary-guide__specialism-table-header:nth-child(n+3)::before, .mp-salary-guide__specialism-table .mp-salary-guide__specialism-table-header:nth-child(n+3)::after {
    min-width: 10px !important;
  }
}

.mp-salary-guide__specialism-table .mp-salary-guide__specialism-table-header span {
  font-weight: 600;
  line-height: 20px;
  border-color: #6059FF;
  color: #6059FF;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .mp-salary-guide__specialism-table .mp-salary-guide__specialism-table-header span {
    padding-right: 0px;
  }
}

.mp-salary-guide__specialism-table .mp-salary-guide__specialism-table-row.accordian-toggle td.job-title {
  cursor: pointer;
}

.mp-salary-guide__specialism-table .mp-salary-guide__specialism-table-row.accordian-toggle td.job-title h4 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #22174E;
  margin: 0;
  display: inline;
}

.mp-salary-guide__specialism-table .mp-salary-guide__specialism-table-row.accordian-toggle td.job-title::before {
  font-family: "Font Awesome 6 Pro";
  content: "";
  color: #22174E;
  display: inline-block;
  font-size: 1rem;
  margin-right: 5px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0;
  margin-right: 8px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.mp-salary-guide__specialism-table .mp-salary-guide__specialism-table-row.accordian-toggle td.job-title.active::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.mp-salary-guide__specialism-table .mp-salary-guide__specialism-table-row.accordian-toggle td.job-title-level {
  color: #6059FF;
}

.mp-salary-guide__specialism-table .mp-salary-guide__specialism-table-row.accordian-content {
  display: none;
}

.mp-salary-guide__specialism-table .mp-salary-guide__specialism-table-row.accordian-content.is-open {
  display: table-row;
}

.mp-salary-guide__specialism-table .mp-salary-guide__specialism-table-row.accordian-content td.job-title {
  font-size: 0;
}

.mp-salary-guide__specialism-table .mp-salary-guide__specialism-table-row.accordian-content td.factor h5 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #22174E;
  margin: 0;
}

.mp-salary-guide__specialism-table .mp-salary-guide__specialism-table-header:first-child {
  width: 33%;
}

.mp-salary-guide__specialism-table .mp-salary-guide__specialism-table-header:nth-child(2) {
  width: 23%;
}

@media screen and (max-width: 1023px) and (min-width: 767px) {
  .mp-salary-guide__specialism-table.specialism-table-1 .mp-salary-guide__specialism-table-header:nth-child(n+2) {
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .mp-salary-guide__specialism-table.specialism-table-1 .mp-salary-guide__specialism-table-header:nth-child(n+2) {
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .mp-salary-guide__specialism-table.specialism-table-3 .mp-salary-guide__specialism-table-header:nth-child(n+2) {
    padding-bottom: 10px;
  }
}

.mp-salary-guide__specialism-table.dataTable thead tr th.sorting::after, .mp-salary-guide__specialism-table.dataTable thead tr th.sorting::before {
  margin-right: 0px;
  color: #7569A2;
  opacity: 1;
}

@media only screen and (max-width: 1024px) {
  .mp-salary-guide__specialism-table.dataTable thead tr th.sorting::after, .mp-salary-guide__specialism-table.dataTable thead tr th.sorting::before {
    margin-right: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .mp-salary-guide__specialism-table.dataTable thead tr th.sorting::after, .mp-salary-guide__specialism-table.dataTable thead tr th.sorting::before {
    margin-right: 0px;
  }
}

.mp-salary-guide__specialism-table.dataTable thead tr th.sorting::after {
  top: 53%;
}

.mp-salary-guide__specialism-table.dataTable.no-footer {
  border-bottom: none;
}

.mp-salary-guide__breakdown-content .mp-table-scroll {
  overflow: hidden;
}

.mp-salary-guide__breakdown-content .mp-table-scroll:not(.gated-wrapper) {
  overflow-x: auto;
  margin: 0 10px;
}

@media only screen and (max-width: 540px) {
  .mp-salary-guide__breakdown-content {
    padding: 5px 8px;
  }
}

.mp-salary-guide__specialism-table.gated-data, .mp-salary-guide__breakdown-table.gated-data {
  width: 100%;
}

@media only screen and (max-width: 500px) {
  .mp-salary-guide__specialism-table.gated-data th:nth-child(n+4), .mp-salary-guide__breakdown-table.gated-data th:nth-child(n+4) {
    display: none;
  }
}

.mp-salary-guide__specialism-table.gated-data colgroup, .mp-salary-guide__breakdown-table.gated-data colgroup {
  display: none;
}

.mp-salary-guide__specialism-table.dataTable thead tr th.sorting_asc::before, .mp-salary-guide__breakdown-table.dataTable thead tr th.sorting_asc::before {
  color: #22174E !important;
}

.mp-salary-guide__specialism-table.dataTable thead tr th.sorting_asc::after, .mp-salary-guide__breakdown-table.dataTable thead tr th.sorting_asc::after {
  color: #7569A2;
}

.mp-salary-guide__specialism-table.dataTable thead tr th.sorting_desc::before, .mp-salary-guide__breakdown-table.dataTable thead tr th.sorting_desc::before {
  color: #7569A2;
}

.mp-salary-guide__specialism-table.dataTable thead tr th.sorting_desc::after, .mp-salary-guide__breakdown-table.dataTable thead tr th.sorting_desc::after {
  color: #22174E !important;
}

.mp-salary-guide__specialism-table.dataTable thead tr th:first-child, .mp-salary-guide__breakdown-table.dataTable thead tr th:first-child {
  position: sticky;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .mp-salary-guide__specialism-table.dataTable thead tr th:first-child, .mp-salary-guide__breakdown-table.dataTable thead tr th:first-child {
    background: #ffffff;
    z-index: 1;
  }
}

.mp-salary-guide__specialism-table.dataTable thead tr th.dt-orderable-asc:hover, .mp-salary-guide__breakdown-table.dataTable thead tr th.dt-orderable-asc:hover {
  outline: none;
}

.mp-salary-guide__specialism-table.dataTable thead tr th.dt-orderable-asc .dt-column-order, .mp-salary-guide__breakdown-table.dataTable thead tr th.dt-orderable-asc .dt-column-order {
  font-size: 0.8rem;
  -ms-flex-item-align: center;
      align-self: center;
  height: 26px;
}

.mp-salary-guide__specialism-table.dataTable thead tr th.dt-orderable-asc .dt-column-order::before, .mp-salary-guide__specialism-table.dataTable thead tr th.dt-orderable-asc .dt-column-order::after, .mp-salary-guide__breakdown-table.dataTable thead tr th.dt-orderable-asc .dt-column-order::before, .mp-salary-guide__breakdown-table.dataTable thead tr th.dt-orderable-asc .dt-column-order::after {
  color: #7569A2;
  width: auto;
  height: auto;
  display: block;
  opacity: 1;
}

.mp-salary-guide__specialism-table.dataTable thead tr th.dt-orderable-asc .dt-column-order::before, .mp-salary-guide__breakdown-table.dataTable thead tr th.dt-orderable-asc .dt-column-order::before {
  content: "▲"/"";
  border: none;
  top: -1px;
}

.mp-salary-guide__specialism-table.dataTable thead tr th.dt-orderable-asc .dt-column-order::after, .mp-salary-guide__breakdown-table.dataTable thead tr th.dt-orderable-asc .dt-column-order::after {
  content: "▼"/"";
  border: none;
  top: 9px;
}

.mp-salary-guide__specialism-table.dataTable thead tr th.dt-orderable-asc.dt-ordering-asc .dt-column-order::before, .mp-salary-guide__breakdown-table.dataTable thead tr th.dt-orderable-asc.dt-ordering-asc .dt-column-order::before {
  color: #22174E;
}

.mp-salary-guide__specialism-table.dataTable thead tr th.dt-orderable-asc.dt-ordering-desc .dt-column-order::after, .mp-salary-guide__breakdown-table.dataTable thead tr th.dt-orderable-asc.dt-ordering-desc .dt-column-order::after {
  color: #22174E;
}

.mp-salary-guide__specialism-table.dataTable thead tr th.dt-orderable-desc:hover, .mp-salary-guide__breakdown-table.dataTable thead tr th.dt-orderable-desc:hover {
  outline: none;
}

.mp-salary-guide__specialism-table.dataTable tbody tr th:first-child, .mp-salary-guide__specialism-table.dataTable tbody tr td:first-child, .mp-salary-guide__breakdown-table.dataTable tbody tr th:first-child, .mp-salary-guide__breakdown-table.dataTable tbody tr td:first-child {
  position: sticky;
  left: 0;
  border-bottom: 1px solid #E5E0F9;
  background: #ffffff;
}

@media only screen and (max-width: 767px) {
  .mp-salary-guide__specialism-table.dataTable tbody tr th:first-child, .mp-salary-guide__specialism-table.dataTable tbody tr td:first-child, .mp-salary-guide__breakdown-table.dataTable tbody tr th:first-child, .mp-salary-guide__breakdown-table.dataTable tbody tr td:first-child {
    text-align: left;
  }
}

#specialism-table-sort_wrapper:nth-of-type(n+2) {
  margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
  #specialism-table-sort_wrapper.dataTables_wrapper {
    overflow-x: auto;
  }
}

.mp-salary-guide__guide__specialism-show-btns {
  text-align: center;
  background: #ffffff;
  padding: 5px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Specialism page styles end */
/* Floating block pop up*/
.d-none {
  display: none !important;
}

#gated-popup {
  max-width: 581px;
  width: 100% !important;
  max-height: inherit;
}

#gated-popup.floating-block-popup-modal {
  display: none;
  left: 0;
  right: 0;
  top: 20% !important;
  margin: 0 auto !important;
  width: 723px;
  height: auto;
  background: #ffffff;
  border-radius: 0rem;
  -webkit-box-shadow: 0 5px 12px;
  box-shadow: 0 5px 12px;
}

@media screen and (max-width: 767px) {
  #gated-popup.floating-block-popup-modal {
    width: 90%;
  }
}

@media screen and (max-width: 767px) and (min-width: 525px) {
  #gated-popup.floating-block-popup-modal {
    width: 500px;
  }
}

#gated-popup.floating-block-popup-modal.isg-popup.active {
  padding: 32px;
}

#gated-popup.floating-block-popup-modal.active {
  display: block;
  z-index: 101;
  padding: 20px;
}

#gated-popup.floating-block-popup-modal .popup-title {
  background: #ffffff;
  border: none;
}

#gated-popup.floating-block-popup-modal .popup-title .ui-dialog-title {
  color: #22174E;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 28px;
  padding-top: 52px;
  padding-bottom: 5px;
  padding-left: 0;
}

#gated-popup.floating-block-popup-modal .ui-dialog-titlebar-close {
  top: 32px;
  right: 32px;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  z-index: 999;
}

#gated-popup.floating-block-popup-modal .ui-dialog-titlebar-close:focus, #gated-popup.floating-block-popup-modal .ui-dialog-titlebar-close:focus-visible {
  outline: 2px solid #000;
}

#gated-popup.floating-block-popup-modal .ui-dialog-titlebar-close .ui-icon {
  background-image: url(/themes/custom/mp_theme/images/close.svg) !important;
  width: 28px !important;
  height: 28px !important;
  margin-top: 0;
  margin-left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  #gated-popup.floating-block-popup-modal .ui-dialog-titlebar-close {
    top: 10px;
    right: 10px;
  }
}

#gated-popup.floating-block-popup-modal .form-item-job-title label {
  display: block;
}

#gated-popup.floating-block-popup-modal input.error {
  color: inherit;
}

#gated-popup.floating-block-popup-modal input,
#gated-popup.floating-block-popup-modal select {
  border-radius: 10px;
  max-width: 100%;
}

#gated-popup.floating-block-popup-modal .ui-dialog-content {
  border-top: 1px solid #dadada;
  padding-top: 1.5rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  margin: 0;
  margin-bottom: 24px;
}

#gated-popup.floating-block-popup-modal #modal_floating_block .gating_back {
  display: block;
  margin-bottom: 1rem;
  text-decoration: none;
}

#gated-popup.floating-block-popup-modal #modal_floating_block .gating_back:hover {
  color: #9f9f9f;
}

#gated-popup.floating-block-popup-modal #modal_floating_block .modal_description {
  color: #22174E;
  font-family: "Inter", sans-serif;
  margin-left: 0;
  padding-left: 0;
  line-height: 27px;
  font-size: 1.125rem;
  font-weight: 400;
}

#gated-popup.floating-block-popup-modal .ui-dialog-buttonset {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  width: auto;
  max-width: 100%;
}

#gated-popup .popup-title {
  height: auto;
  padding: 20px 30px;
  border-radius: inherit;
}

#gated-popup .popup-title h2 {
  text-align: left;
  width: 100%;
}

#gated-popup .gating_back {
  text-decoration: none;
  margin-bottom: 10px;
}

#gated-popup .gating_back i {
  margin-right: 5px;
}

#gated-popup .gated-description {
  margin-left: 0;
  padding-left: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
  line-height: 27px;
  font-size: 1.125rem;
  font-weight: 400;
}

#gated-popup .gated-description li {
  color: #22174E;
  background: none;
  padding: 0;
  border: none;
}

#gated-popup .gated-description li i.fa-solid.fa-circle-check {
  color: #30A86F;
  margin-right: 5px;
}

#gated-popup #pop_up_client_form {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

#gated-popup #pop_up_client_form .js-form-submit {
  height: 40px;
  padding: 0;
  border-radius: 20px;
  border: 0;
  width: 100%;
  max-width: 244px;
  margin-bottom: 20px;
}

.floating-block-overlay {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.floating-block-overlay.show-overlay {
  display: block;
}

.mp-salary-guide__gated_cell {
  vertical-align: middle;
}

.gated-btn {
  display: table;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .gated-btn {
    width: auto;
  }
}

.gated-btn .gated_bg {
  width: 100%;
  background-size: cover !important;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gated-btn .gated_bg.mp-salary-guide__specialism {
  height: 555px;
  background: url("/modules/custom/mp_salary_guide/images/desktop_specialism.webp") no-repeat top center;
}

@media only screen and (max-width: 767px) {
  .gated-btn .gated_bg.mp-salary-guide__specialism {
    height: 620px;
    background: url("/modules/custom/mp_salary_guide/images/mobile_specialism.webp") no-repeat;
  }
}

.gated-btn .gated_bg.mp-salary-guide__role {
  height: 145px;
  background: url("/modules/custom/mp_salary_guide/images/desktop_role.webp") no-repeat;
}

@media only screen and (max-width: 767px) {
  .gated-btn .gated_bg.mp-salary-guide__role {
    height: 207px;
    max-width: 285px;
    background-image: url("/modules/custom/mp_salary_guide/images/mobile_role.webp");
  }
}

/* ====== MEDIA ====== */
@media only screen and (max-width: 1024px) {
  .mp-salary-guide__range {
    overflow: hidden;
    padding: 18px var(--mp-range-pad-x) 10px;
    border-radius: 18px;
    min-height: calc( var(--mp-value-h) + var(--mp-gap-above-line) + var(--mp-track-h) + var(--mp-gap-below-line) + 40px);
  }
  .mp-salary-guide__range-item::before {
    width: 20px;
    height: 28px;
  }
  .mp-salary-guide__range-value {
    font-size: 16px;
    line-height: 20px;
  }
  .mp-salary-guide__range-label {
    font-size: 14px;
    margin-top: var(--mp-gap-below-line);
    font-weight: 400;
  }
  .mp-salary-guide .mp-salary-guide__subtitle h2 {
    font-size: 1.25rem;
    font-weight: 700;
  }
  .mp-salary-guide .mp-salary-guide__breakdown {
    padding-top: 24px;
  }
  .mp-salary-guide .mp-salary-guide__breakdown-title {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 24px 0;
  }
  .mp-salary-guide .mp-salary-guide__range-heading h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .mp-salary-guide .mp-salary-guide__range-label {
    font-size: 16px;
    line-height: 24px;
  }
  .mp-salary-guide .role-result-page-lock,
  .mp-salary-guide .specialism-result-page-lock {
    display: none;
  }
  .mp-salary-guide .mobile-role-result-page-lock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 8px;
    margin-bottom: 30px;
  }
  .mp-salary-guide .mobile-role-result-page-lock .locked__cta {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2px;
    min-width: 163px;
    width: auto;
    border-radius: 30px;
    background: #6059FF;
    color: #ffffff;
    border: 1px solid #6059FF;
    padding: 10px 18px 10px 42px;
    white-space: nowrap;
  }
  .mp-salary-guide .mobile-role-result-page-lock .locked__cta::before {
    content: "";
    position: absolute;
    inset-inline-start: 20px;
    top: 48%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16px;
    height: 18px;
    background: url("/themes/custom/mp_theme/images/isg/lock.png") no-repeat center;
    background-size: contain;
  }
  .mp-salary-guide .mobile-role-result-page-lock .locked__cta .lock-text {
    font-size: 14px;
  }
  .mp-salary-guide .mobile-role-result-page-lock .locked__cta:hover, .mp-salary-guide .mobile-role-result-page-lock .locked__cta:focus {
    background: #ffffff;
    color: #6059FF;
    border-color: #6059FF;
  }
  .mp-salary-guide .mobile-role-result-page-lock .locked__cta:hover::before, .mp-salary-guide .mobile-role-result-page-lock .locked__cta:focus::before {
    -webkit-filter: invert(22%) sepia(83%) saturate(1652%) hue-rotate(193deg) brightness(92%) contrast(101%);
            filter: invert(22%) sepia(83%) saturate(1652%) hue-rotate(193deg) brightness(92%) contrast(101%);
  }
  .mp-salary-guide .mp-lock-overlay {
    padding: 52px 0 4px;
  }
  .mp-salary-guide .mp-lock-overlay .mp-locked__cta {
    width: 216px;
    min-width: 179px;
    font-size: 14px;
  }
  .mp-salary-guide .mp-lock-overlay .mp-locked__cta::before {
    top: 50%;
    left: 22px;
  }
  .mp-salary-guide .mp-salary-guide__role {
    font-size: 1rem;
    padding-bottom: unset;
    margin: 20px 0 18px 10px;
  }
  .mp-salary-guide .mp-salary-guide__breakdown-table thead::before {
    border: none;
  }
  .mp-salary-guide .mp-salary-guide__breakdown-table thead th {
    vertical-align: middle;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
  }
  .mp-salary-guide .mp-salary-guide__breakdown-table thead th:first-child {
    min-width: 70.2px !important;
    height: 40px !important;
    vertical-align: bottom;
    text-align: center;
    z-index: unset !important;
  }
  .mp-salary-guide .mp-salary-guide__breakdown-table thead th:first-child .sg-unit {
    display: block;
    margin-top: 2px;
    margin-right: 10px;
  }
  .mp-salary-guide .mp-salary-guide__breakdown-table thead th:not(:first-child) .sg-unit {
    display: inline;
    font-size: inherit;
  }
  .mp-salary-guide .mp-salary-guide__breakdown-table thead th:not(:first-child) {
    min-width: 62.2px !important;
    height: 34px !important;
    text-align: center;
  }
  .mp-salary-guide .mp-salary-guide__breakdown-table thead th.sorting::before {
    line-height: 0;
    top: 40%;
    width: 8px;
  }
  .mp-salary-guide .mp-salary-guide__breakdown-table thead th.sorting::after {
    top: 46% !important;
    width: 8px;
  }
  .mp-salary-guide .mp-salary-guide__range-item::before {
    width: 24px;
    height: 24px;
    border: 2px solid #ffffff;
  }
  /* Show ~3.5 columns */
  .mp-table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .mp-salary-guide__breakdown-table {
    --cols-total: 5;
    --cols-visible: 3.5;
    width: calc(100% * (var(--cols-total) / var(--cols-visible)));
    min-width: 0;
    border-top: 1px solid #22174E;
  }
  .mp-salary-guide__breakdown-table thead th {
    font-size: 1rem;
    padding: 12px 10px;
    overflow: visible;
    white-space: nowrap;
  }
  .mp-salary-guide__breakdown-table tbody tr th {
    font-size: 16px;
    text-align: center;
  }
  .mp-salary-guide__breakdown-table tbody td {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    text-align: center;
  }
  .mp-salary-guide__breakdown-table tbody td:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -8px;
    width: 8px;
    background: #fff;
  }
  /* column widths for 3.5-visible layout */
  .mp-salary-guide__breakdown-table col.col-primary {
    width: 36%;
  }
  .mp-salary-guide__breakdown-table col.col-num {
    width: calc((100% - 36%) / 4);
    min-width: 92px;
  }
  .mp-salary-guide__breakdown-panel[open] .mp-salary-guide__breakdown-icon::before {
    margin-right: 2px;
  }
  .mp-salary-guide__breakdown-panel .mp-salary-guide__breakdown-icon::before {
    -webkit-transform: rotate(268deg);
        -ms-transform: rotate(268deg);
            transform: rotate(268deg);
    position: relative;
    top: 5px !important;
    width: 12px;
    margin-right: 5px !important;
  }
  .mp-salary-guide__breakdown-summary {
    margin-left: 12px;
  }
  .mp-salary-guide__breakdown-icon {
    top: 2px;
    margin-right: -18px;
    left: -20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #mp-salary-guide-title h1 {
    font-size: 2.5rem;
  }
}

@media (min-width: 721px) {
  .mobile-role-result-page-lock {
    display: none;
  }
}

.browse-by-specialism {
  padding-top: 0;
  padding-bottom: 128px;
  background-image: url(../images/isg/specialism_background.svg);
  background-size: contain;
  background-position: left;
}

@media only screen and (max-width: 1023px) {
  .browse-by-specialism {
    padding-top: 24px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .browse-by-specialism {
    padding-bottom: 128px;
    background-position: unset;
  }
}

@media only screen and (max-width: 767px) {
  .browse-by-specialism {
    background-position: top;
  }
}

.browse-by-specialism .block-title h2 {
  color: white;
  margin-bottom: 25px;
  margin-top: 0;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
}

@media only screen and (max-width: 767px) {
  .browse-by-specialism .block-title h2 {
    font-size: 18px;
    margin: 0px 10px 12px;
    text-align: center;
  }
}

.browse-by-specialism .browse-by-specialism-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 24px;
}

@media only screen and (max-width: 767px) {
  .browse-by-specialism .browse-by-specialism-wrapper {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
  }
}

@media (min-width: 768px) and (max-width: 820px) {
  .browse-by-specialism .browse-by-specialism-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

.browse-by-specialism .browse-by-specialism-wrapper .browse-by-specialism-item h3 {
  font-family: "Inter", sans-serif;
  color: #22174E;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  background: white;
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .browse-by-specialism .browse-by-specialism-wrapper .browse-by-specialism-item h3 {
    font-size: 16px;
    line-height: 16px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .browse-by-specialism .browse-by-specialism-wrapper .browse-by-specialism-item h3 {
    font-size: 16px;
    line-height: 16px;
  }
}

.browse-by-specialism .browse-by-specialism-wrapper .browse-by-specialism-item h3:hover {
  background: #E5E0F9;
  -webkit-transition: color 0.6s ease;
  transition: color 0.6s ease;
}

.browse-by-specialism .browse-by-specialism-wrapper .browse-by-specialism-item h3 .specialism-arrow {
  margin-left: auto;
}

.intergrated-salary-guide .expertise-accordion-section {
  background: unset;
  margin: auto;
  width: auto;
  padding-top: 0;
  padding-bottom: 128px;
}

@media only screen and (max-width: 1023px) {
  .intergrated-salary-guide .expertise-accordion-section {
    padding-top: 0;
    padding-bottom: 24px;
  }
}

.intergrated-salary-guide .expertise-accordion-section .accordion-top {
  display: none;
}

.intergrated-salary-guide .expertise-accordion-section .our-expertise-desc {
  color: #ffffff;
}

.intergrated-salary-guide .expertise-accordion-section .our-expertise-title h2 {
  text-align: center;
  color: #ffffff;
  margin-top: 0;
}

.intergrated-salary-guide .expertise-accordion-section .accordion-li {
  border-bottom: 1px solid #E5E0F9;
}

.intergrated-salary-guide .expertise-accordion-section .accordion-li h3 {
  margin: 40px 0 20px 0;
}

.intergrated-salary-guide .expertise-accordion-section .accordion-li h3 button {
  font-family: "Inter", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  line-height: 100%;
  vertical-align: middle;
  -webkit-transition: font-size 0.3s ease;
  transition: font-size 0.3s ease;
  text-wrap: auto;
  text-align: left;
  max-width: 100%;
  width: 100%;
  padding: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.intergrated-salary-guide .expertise-accordion-section .accordion-li h3 button:hover {
  color: #8FE9FF !important;
  -webkit-transform: translateX(-1px);
      -ms-transform: translateX(-1px);
          transform: translateX(-1px);
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .expertise-accordion-section .accordion-li h3 button {
    font-size: 1rem;
    line-height: 20px;
  }
  .intergrated-salary-guide .expertise-accordion-section .accordion-li h3 button:hover {
    color: #ffffff !important;
  }
}

.intergrated-salary-guide .expertise-accordion-section .accordion-li h3 button span {
  width: 90%;
}

.intergrated-salary-guide .expertise-accordion-section .accordion-li .fal {
  color: #ffffff;
  height: auto;
  width: 10%;
  text-align: right;
}

.intergrated-salary-guide .expertise-accordion-section .accordion-li p {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
}

.intergrated-salary-guide .mypage_latest_insights__latest-insights ul {
  list-style: none;
}

.intergrated-salary-guide .mypage_latest_insights__latest-insights .field--label {
  display: none;
}

.intergrated-salary-guide .client-area-latest-article-wrapper {
  padding-top: unset;
  padding-bottom: unset;
  margin-bottom: 56px;
  background-color: transparent;
}

@media only screen and (max-width: 1024px) {
  .intergrated-salary-guide .client-area-latest-article-wrapper {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 1170px) and (min-width: 1024px) {
  .intergrated-salary-guide .client-area-latest-article-wrapper .swiper-button-next {
    right: 1px !important;
  }
  .intergrated-salary-guide .client-area-latest-article-wrapper .swiper-button-prev {
    left: 1px !important;
  }
}

.intergrated-salary-guide .client-area-latest-article-wrapper .my_page_latest_insights__block-title {
  color: #ffffff;
  font-size: 2.625rem;
  line-height: normal;
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .intergrated-salary-guide .client-area-latest-article-wrapper .my_page_latest_insights__block-title {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .intergrated-salary-guide .client-area-latest-article-wrapper .views-field-title {
    margin-top: 55px !important;
  }
}

.intergrated-salary-guide .client-area-latest-article-wrapper .views-field-title .field-content {
  color: #ffffff;
}

.intergrated-salary-guide .client-area-latest-article-wrapper .views-field-nothing img {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .intergrated-salary-guide .client-area-latest-article-wrapper .views-field-nothing .field-topic {
    margin-top: 20px !important;
  }
}

@media only screen and (max-width: 400px) {
  .intergrated-salary-guide .client-area-latest-article-wrapper .views-field-nothing .field-topic {
    top: 175px !important;
  }
}

@media screen and (max-width: 820px) and (min-width: 768px) {
  .intergrated-salary-guide .client-area-latest-article-wrapper .views-field-nothing .field-topic {
    top: 185px !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 820px) {
  .intergrated-salary-guide .client-area-latest-article-wrapper .views-field-nothing .field-topic {
    top: 155px !important;
  }
}

@media screen and (max-width: 1023px) and (min-width: 820px) {
  .intergrated-salary-guide .client-area-latest-article-wrapper .views-field-nothing .field-topic {
    top: 200px !important;
  }
}

.intergrated-salary-guide .client-area-latest-article-wrapper .views-field-nothing .field-topic a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.intergrated-salary-guide .client-area-latest-article-wrapper .views-field-nothing .field-content {
  border-top-right-radius: inherit !important;
  border-top-left-radius: inherit !important;
}

.intergrated-salary-guide .client-area-latest-article-wrapper .views-field-nothing .latest-article-right-content {
  display: block;
}

.intergrated-salary-guide .client-area-latest-article-wrapper .view-related-insights .views-field-field-media {
  overflow: hidden;
  border: 1px solid #ffffff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.intergrated-salary-guide .client-area-latest-article-wrapper .views-field-field-advice-teaser {
  color: #ffffff !important;
}

.intergrated-salary-guide .client-area-latest-article-wrapper .views-field-field-author-of-advice {
  color: #ffffff !important;
}

.intergrated-salary-guide .client-area-latest-article-wrapper .views-field-field-read-time {
  color: #ffffff !important;
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .client-area-latest-article-wrapper .swiper-pagination {
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .client-area-latest-article-wrapper .client-area-view-all-link {
    margin: 30px auto 0;
  }
}

.intergrated-salary-guide .client-area-latest-article-wrapper .client-area-view-all-link a {
  color: #ffffff;
  font-size: 1rem;
  border-bottom: 1px solid #ffffff;
}

.intergrated-salary-guide .client-area-latest-article-wrapper .client-area-view-all-link a:hover, .intergrated-salary-guide .client-area-latest-article-wrapper .client-area-view-all-link a:focus, .intergrated-salary-guide .client-area-latest-article-wrapper .client-area-view-all-link a:focus-visible {
  border-color: #ddd;
  color: #ddd;
}

.intergrated-salary-guide .client-area-latest-article-wrapper .client-area-view-all-link a:hover::after, .intergrated-salary-guide .client-area-latest-article-wrapper .client-area-view-all-link a:focus::after, .intergrated-salary-guide .client-area-latest-article-wrapper .client-area-view-all-link a:focus-visible::after {
  color: #ddd;
}

.intergrated-salary-guide .client-area-latest-article-wrapper .client-area-view-all-link a::after {
  color: #ffffff;
}

.intergrated-salary-guide .isg_department_content__isg-department-components ul {
  list-style: none;
}

.intergrated-salary-guide .specialism_youtube_section__block-title {
  font-size: 3.75rem;
  line-height: 3.75rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  margin-bottom: 64px;
  font-family: "Agrandir Tight", sans-serif;
}

@media only screen and (max-width: 1024px) {
  .intergrated-salary-guide .specialism_youtube_section__block-title {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .specialism_youtube_section__block-title {
    font-size: 2rem;
    line-height: 38px;
    margin-bottom: 12px;
  }
}

.intergrated-salary-guide .specialism_youtube_section__free-text {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 693px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px;
}

@media only screen and (min-width: 1024px) {
  .intergrated-salary-guide .specialism_youtube_section__free-text {
    padding-bottom: 38.25%;
  }
}

@media only screen and (max-width: 1024px) {
  .intergrated-salary-guide .specialism_youtube_section__free-text {
    margin-bottom: unset;
  }
}

.intergrated-salary-guide .specialism_youtube_section__free-text iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body:not(.landing_isg_page) .isg_department_content__isg-department-components {
  background-image: url("/themes/custom/mp_theme/images/isg/Full-bubble-bg.webp");
}

@media only screen and (max-width: 1024px) {
  body:not(.landing_isg_page) .isg_department_content__isg-department-components {
    background-image: url("/themes/custom/mp_theme/images/isg/mobile-bubble-background.svg");
  }
}

@media only screen and (max-width: 540px) {
  .isg_department_content__isg-department-components .mp-salary-guide-combined-search.container {
    padding: 0;
  }
  .isg_department_content__isg-department-components .mp-salary-guide-combined-search .mp-salary-guide--job-title-search-form,
  .isg_department_content__isg-department-components .mp-salary-guide-combined-search .mp-salary-guide--specialism-search-form {
    max-width: 100% !important;
    padding: 30px !important;
  }
}

.hide-top {
  display: none !important;
}

@media (max-width: 768px) {
  /* Parent layout reset */
  .isg_insights_component_main__statistics-components,
  .statistics_component_main__statistics-components {
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
    background: transparent !important;
  }
  /* Swiper container */
  .statistics-swiper-container {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  /* Fix UL formatting */
  .statistics-swiper-container > ul.counter-great-3 {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    gap: 0 !important;
    -ms-scroll-snap-type: none !important;
        scroll-snap-type: none !important;
    overflow: visible !important;
  }
  /* Swiper wrapper row */
  .statistics-swiper-container > ul.counter-great-3.swiper-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    gap: 0 !important;
  }
  /* Each slide */
  .statistics-swiper-container > ul.counter-great-3 > li.swiper-slide {
    width: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    padding: 0 !important;
  }
  /* Inner card */
  .statistics-swiper-container .statistics_component {
    margin: 0 !important;
    width: 100% !important;
  }
  /**************************************
   * PAGINATION DOTS
   **************************************/
  .statistics-swiper-container .swiper-pagination {
    bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6px;
  }
  .statistics-swiper-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid #ffffff;
  }
  .statistics-swiper-container .swiper-pagination-bullet-active {
    background: #ffffff;
  }
  .statistics-swiper-container .swiper-pagination-bullet-active:hover {
    background: #ffffff;
  }
  /* Gauge Fix */
  .statistics-profile-completeness svg#gauge {
    width: 100%;
    height: auto;
    max-height: 180px;
  }
  .statistics-swiper-container .swiper-button-next,
  .statistics-swiper-container .swiper-button-prev {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
  /* Make wrapper a flex row and stretch items (slides) to same height */
  .statistics_component_main__statistics-components .swiper-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  /* Each slide must be a flex item and allowed to grow */
  .statistics_component_main__statistics-components .swiper-slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: auto !important;
  }
  /* Your card fills the slide vertically */
  .statistics_component_main__statistics-components .statistics_component {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100% !important;
  }
}

@media (max-width: 768px) {
  .mp-salary-guide .mp-salary-guide__breakdown-table thead th:first-child {
    vertical-align: middle;
  }
}

/* MOBILE ONLY: 400px to max mobile screens */
@media (min-width: 400px) and (max-width: 767px) {
  /* Reduce container left/right padding */
  .gated-pop-up,
  #gated-pop-up,
  .salary-guide_specialism.gated_bg,
  .mp-salary-guide_specialism.gated_bg {
    padding-left: 4px !important;
    padding-right: 4px !important;
    width: 100% !important;
    max-width: 100% !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }
  /* Center CTA with minimal gap */
  .unlock-btn,
  .button.unlock-btn,
  .unlock-btn.locked {
    width: calc(100% - 8px) !important;
    /* reduces side gap */
    margin: 12px auto 0 auto !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    padding: 12px 12px !important;
    text-align: center !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    gap: 8px;
  }
  .unlock-btn i,
  .unlock-btn span,
  .unlock-btn p {
    font-size: 1rem !important;
    line-height: 1.4 !important;
  }
}

@media screen and (max-width: 812px) and (orientation: landscape) {
  div#percentDesc {
    margin-top: 24px;
    /* e.g., a bit tighter */
  }
}

/*----------Salary guide range ------------------*/
.mp-salary-guide__range-title {
  position: absolute;
  left: -4.55rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 140px;
  margin-top: 10px;
}

.mp-salary-guide__range-item.mp-salary-guide__range-item--low {
  width: 100%;
}

.mp-salary-guide__range-label {
  position: static !important;
  margin-bottom: 8px;
}

.mp-salary-guide__range-value {
  position: static !important;
  text-align: center;
}

.mp-salary-guide__container .mp-salary-guide__see-more:focus {
  outline: 2px solid #3f4048;
}

.mp-salary-guide__container .mp-salary-guide__see-less:focus {
  outline: 2px solid #3f4048;
}

.mp-salary-guide__specialism-table-wrapper.show-less .mp-salary-guide__specialism-tables {
  max-height: 507px;
  overflow: hidden;
}

.isg-full-width {
  padding-top: 128px;
  padding-bottom: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
  .isg-full-width {
    padding-top: 24px;
    padding-bottom: 12px;
  }
}

@media only screen and (max-width: 1024px) {
  .isg-full-width {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 767px) {
  .isg-full-width {
    max-width: 100%;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .isg-full-width {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}

.isg-full-width .isg-50:first-child {
  max-width: 387px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .isg-full-width .isg-50:first-child {
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 768px) {
  .isg-full-width .isg-50:last-child {
    margin-bottom: 0;
  }
}

.isg-full-width .isg-50 .isg-col-one h2, .isg-full-width .isg-50 .isg-col-one p, .isg-full-width .isg-50 .isg-col-one .summary, .isg-full-width .isg-50 .isg-col-two h2, .isg-full-width .isg-50 .isg-col-two p, .isg-full-width .isg-50 .isg-col-two .summary {
  color: #ffffff;
  word-break: break-word;
}

.isg-full-width .isg-50 .isg-col-one h2, .isg-full-width .isg-50 .isg-col-two h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  line-height: normal;
  margin-bottom: 56px;
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .isg-full-width .isg-50 .isg-col-one h2, .isg-full-width .isg-50 .isg-col-two h2 {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
}

.isg-full-width .isg-50 .isg-col-one p, .isg-full-width .isg-50 .isg-col-one .summary, .isg-full-width .isg-50 .isg-col-two p, .isg-full-width .isg-50 .isg-col-two .summary {
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
}

.isg-full-width .isg-50 .isg-col-one .summary, .isg-full-width .isg-50 .isg-col-two .summary {
  word-wrap: break-word;
}

@media only screen and (max-width: 767px) {
  .isg-full-width .isg-50 .isg-col-one {
    padding: 0 24px;
  }
}

.isg-full-width .isg-50 .isg-col-one h3 {
  color: #ffffff;
}

.isg-full-width .isg-50 .isg-col-one .profile_details_text_block {
  padding-top: 24px;
  padding-bottom: 24px;
}

.isg-full-width .isg-50 .isg-col-one .profile_details_text_block span {
  display: block;
  color: #ffffff;
}

.isg-full-width .isg-50 .isg-col-one .profile_details_text_block .name {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 24px;
}

@media only screen and (max-width: 767px) {
  .isg-full-width .isg-50 .isg-col-one .profile_details_text_block .name {
    font-size: 1.125rem;
  }
}

.isg-full-width .isg-50 .isg-col-one .profile_details_text_block .designation_source {
  font-weight: 600;
  font-size: 1rem;
  line-height: 20px;
}

@media only screen and (max-width: 767px) {
  .isg-full-width .isg-50 .isg-col-one .profile_details_text_block .designation_source {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 1024px) {
  .isg-full-width .isg-50 .isg-col-one {
    max-width: 387px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .isg-full-width .isg-50 .isg-col-one h2, .isg-full-width .isg-50 .isg-col-one div {
    max-width: 100%;
    width: 100%;
    text-align: left;
  }
}

.isg-full-width .isg-50 .isg-col-two {
  position: relative;
  max-width: 370px;
  width: 100%;
  height: 480px;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-left: auto;
  margin-right: auto;
  background: #6059FF;
}

@media only screen and (min-width: 1024px) {
  .isg-full-width .isg-50 .isg-col-two {
    margin: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .isg-full-width .isg-50 .isg-col-two {
    height: 400px;
  }
}

@media only screen and (max-width: 768px) {
  .isg-full-width .isg-50 .isg-col-two {
    height: 450px;
    max-width: 380px;
  }
}

.isg-full-width .isg-50 .isg-col-two img {
  position: absolute;
  top: 0;
  max-width: 380px;
  width: 100%;
  z-index: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .isg-full-width .isg-50 .isg-col-two img {
    max-width: 380px;
  }
}

.isg-full-width .isg-50 .isg-col-two .author-card-bottom {
  padding: 24px 20px;
  z-index: 9;
  background: #8FE9FF;
}

@media only screen and (max-width: 767px) {
  .isg-full-width .isg-50 .isg-col-two .author-card-bottom {
    padding: 24px;
  }
}

.isg-full-width .isg-50 .isg-col-two .author-card-bottom p {
  color: #22174E;
  margin-top: 0;
}

.isg-full-width .isg-50 .isg-col-two .author-card-bottom .profile_details span {
  display: block;
}

.isg-full-width .isg-50 .isg-col-two .author-card-bottom .profile_details .message_text {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 20px;
}

.isg-full-width .isg-50 .isg-col-two .author-card-bottom .profile_details .name {
  font-family: "Agrandir Tight", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
}

@media only screen and (max-width: 767px) {
  .isg-full-width .isg-50 .isg-col-two .author-card-bottom .profile_details .name {
    font-size: 1.125rem;
    line-height: 22px;
  }
}

.isg-full-width .isg-50 .isg-col-two .author-card-bottom .profile_details .designation {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
}

@media only screen and (max-width: 767px) {
  .isg-full-width .isg-50 .isg-col-two .author-card-bottom .profile_details .designation {
    line-height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .isg-full-width .isg-50 .isg-col-two .author-card-bottom .primary-button {
    margin: 0 auto;
  }
}

.isg-full-width .isg-50 .isg-col-two .author-card-bottom .isg-btn {
  background: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  color: #0E3577;
  padding: 8px 24px 8px;
  letter-spacing: 0.3px;
  margin-top: 15px;
  border-radius: 30px;
  outline: none;
  text-align: center;
}

.isg-full-width .isg-50 .isg-col-two .author-card-bottom .isg-btn:hover, .isg-full-width .isg-50 .isg-col-two .author-card-bottom .isg-btn:focus {
  background-color: #4039CC;
  color: #ffffff;
}

.brandcta {
  margin-top: 16px;
}

.intergrated-salary-guide.landing_isg_page h2 {
  color: #ffffff;
}

.intergrated-salary-guide .our-recruitment-services {
  padding-top: 0 !important;
  padding-bottom: 24px !important;
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  background: url("../images/isg/isg_component_background.svg");
}

@media only screen and (max-width: 1023px) {
  .intergrated-salary-guide .our-recruitment-services {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .intergrated-salary-guide .our-recruitment-services {
    margin-top: 21px;
  }
}

.intergrated-salary-guide .our-recruitment-services h2 {
  margin-top: 0;
}

.intergrated-salary-guide .our-recruitment-services .recruitment-service-slider .recruitment-service-swiper-pagination {
  margin-top: 5px;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .intergrated-salary-guide .our-recruitment-services .recruitment-service-slider .recruitment-service-swiper-pagination {
    margin-top: -25px;
  }
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .our-recruitment-services .recruitment-service-slider .recruitment-service-swiper-pagination {
    margin-top: 0;
  }
}

.intergrated-salary-guide .our-recruitment-services .recruitment-service-swiper-items {
  padding-top: 0;
  gap: 24px !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media only screen and (max-width: 1023px) {
  .intergrated-salary-guide .our-recruitment-services .recruitment-service-swiper-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .our-recruitment-services .recruitment-service-swiper-items {
    padding-bottom: 0px;
    display: block;
    gap: 0;
    margin-bottom: 0;
  }
}

.intergrated-salary-guide .our-recruitment-services .recruitment-service-swiper-items .recruitment-service-slider-item {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  -webkit-transform: inherit;
      -ms-transform: inherit;
          transform: inherit;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33% - 16px);
          flex: 0 0 calc(33.33% - 16px);
  cursor: auto;
  border-radius: unset;
  padding: 32px 24px 32px 24px;
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .our-recruitment-services .recruitment-service-swiper-items .recruitment-service-slider-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (min-width: 1024px) {
  .intergrated-salary-guide .our-recruitment-services .recruitment-service-swiper-items .recruitment-service-slider-item {
    max-width: calc(33.33% - 15px);
  }
}

@media only screen and (max-width: 1024px) {
  .intergrated-salary-guide .our-recruitment-services .recruitment-service-swiper-items .recruitment-service-slider-item:last-child {
    margin-bottom: 0;
  }
}

.intergrated-salary-guide .our-recruitment-services .recruitment-service-swiper-items .recruitment-service-slider-item:hover {
  -webkit-transform: inherit;
      -ms-transform: inherit;
          transform: inherit;
}

@media only screen and (max-width: 1024px) {
  .intergrated-salary-guide .our-recruitment-services .recruitment-service-swiper-items .recruitment-service-slider-item {
    margin-bottom: 24px;
    padding: 15px 20px;
    gap: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .our-recruitment-services .recruitment-service-swiper-items .recruitment-service-slider-item {
    padding: 32px 24px;
    gap: 12px;
  }
}

.intergrated-salary-guide .our-recruitment-services .recruitment-service-swiper-items .recruitment-service-slider-item .swiper-slider-background-image {
  background-size: contain !important;
}

.intergrated-salary-guide .our-recruitment-services .recruitment-service-swiper-items .recruitment-service-slider-item .swiper-slider-background-image {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  margin: auto;
  z-index: 2;
  position: relative;
  top: inherit;
  left: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .our-recruitment-services .recruitment-service-swiper-items .recruitment-service-slider-item .swiper-slider-background-image {
    margin: unset;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

@media only screen and (max-width: 1024px) {
  .intergrated-salary-guide .our-recruitment-services .recruitment-service-swiper-items .recruitment-service-slider-item .swiper-slider-background-image {
    height: 64px;
    max-width: 64px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .our-recruitment-services .recruitment-service-swiper-items .recruitment-service-slider-item .service-item {
    padding: 0;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .intergrated-salary-guide .our-recruitment-services .recruitment-service-swiper-items .recruitment-service-slider-item .service-item {
    padding: 0;
  }
}

.intergrated-salary-guide .our-recruitment-services .recruitment-service-swiper-items .recruitment-service-slider-item .service-item .item-title {
  font-family: "Agrandir Tight", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  word-break: break-word;
  color: #22174E;
}

@media only screen and (max-width: 1024px) {
  .intergrated-salary-guide .our-recruitment-services .recruitment-service-swiper-items .recruitment-service-slider-item .service-item .item-title {
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .our-recruitment-services .recruitment-service-swiper-items .recruitment-service-slider-item .service-item .item-title {
    margin-top: 0;
    font-size: 1.125rem;
    line-height: 22px;
  }
}

.intergrated-salary-guide .our-recruitment-services .recruitment-service-swiper-items .recruitment-service-slider-item .service-item .item-description {
  line-height: 150%;
  text-align: center;
  word-break: break-word;
  color: #22174E;
}

@media only screen and (max-width: 1024px) {
  .intergrated-salary-guide .our-recruitment-services .recruitment-service-swiper-items .recruitment-service-slider-item .service-item .item-description {
    text-align: left;
  }
}

.intergrated-salary-guide .our-recruitment-services .recruitment-service-swiper-items .recruitment-service-slider-item .service-item .item-content {
  padding: 0;
}

.intergrated-salary-guide .our-recruitment-services .recruitment-service-swiper-items .recruitment-service-slider-item .service-item .item-content .item-data {
  top: 0;
}

@media only screen and (max-width: 1024px) {
  .intergrated-salary-guide .our-recruitment-services .recruitment-service-swiper-items .recruitment-service-slider-item .service-item .item-content .item-data {
    max-width: 100%;
  }
}

.intergrated-salary-guide .our-recruitment-services .recruitment-service-swiper-items .recruitment-service-slider-item .service-item .item-cta {
  margin-top: 10px;
}

.intergrated-salary-guide .our-recruitment-services .recruitment-service-swiper-items .recruitment-service-slider-item .service-item .item-img {
  display: none;
}

.intergrated-salary-guide .paragraph_block__gutenberg-paragraph:has(.isg-text-block) {
  background: url("../images/isg/isg_component_background.svg");
}

body.landing_isg_page .our_recruitment_services_2 {
  padding-top: 0 !important;
  padding-bottom: 64px !important;
}

@media only screen and (max-width: 1023px) {
  body.landing_isg_page .our_recruitment_services_2 {
    padding-top: 0 !important;
    padding-bottom: 24px !important;
  }
}

body.landing_isg_page .our_recruitment_services_2 h2 {
  display: none;
}

.isg-text-block {
  background-color: #ffffff;
  padding: 64px 32px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1024px) {
  .isg-text-block {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .isg-text-block {
    padding: 32px 24px;
  }
}

.isg-text-block .isg-text-item {
  margin-bottom: 40px;
}

.isg-text-block .isg-text-item h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #22174E;
  line-height: normal;
  margin-bottom: 24px;
  margin-top: 0;
  font-size: 28px;
  word-break: break-word;
}

@media only screen and (max-width: 1024px) {
  .isg-text-block .isg-text-item h2 {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .isg-text-block .isg-text-item h2 {
    font-size: 1.125rem;
  }
}

.isg-text-block .isg-text-item p {
  word-break: break-word;
  font-size: 1.125rem;
  font-weight: 400;
}

.isg-text-block .isg-text-item:last-child {
  margin-bottom: 0;
}

body.landing_isg_page .mp-salary-guide-combined-search {
  background-color: unset;
  padding-top: 0;
  padding-bottom: 128px;
}

@media only screen and (max-width: 1023px) {
  body.landing_isg_page .mp-salary-guide-combined-search {
    padding-top: 0;
    padding-bottom: 24px !important;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  body.landing_isg_page .mp-salary-guide-combined-search {
    padding-top: 24px;
    padding-bottom: 128px !important;
  }
}

.mp-salary-guide-combined-search {
  background-color: #22174E;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mp-salary-guide-combined-search__heading {
  font-size: 3.75rem;
  line-height: 3.75rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 64px;
  margin-top: 64px;
}

@media only screen and (max-width: 1024px) {
  .mp-salary-guide-combined-search__heading {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .mp-salary-guide-combined-search__heading {
    font-size: 2rem;
    line-height: 38px;
    margin-bottom: 12px;
  }
}

.mp-salary-guide-combined-search .buttons_wrapper {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1024px) {
  .mp-salary-guide-combined-search .buttons_wrapper {
    width: auto;
    margin-top: 24px;
  }
}

@media only screen and (max-width: 1024px) {
  .mp-salary-guide-combined-search .mp-salary-guide__button {
    min-width: auto;
    width: auto;
  }
}

body.landing_isg_page .mp-salary-guide-combined-search h2 {
  margin-top: 0;
}

body.landing_isg_page .wp-block-drupalblock-mp-salary-guide-combined-search-block {
  background: url("../images/isg/isg_component_background.svg");
}

#block-mp-theme-salaryguidecombinedsearch {
  margin-bottom: 56px;
}

@media only screen and (max-width: 1024px) {
  #block-mp-theme-salaryguidecombinedsearch {
    margin-bottom: 45px;
  }
}

#block-mp-theme-salaryguidecombinedsearch .mp-salary-guide-combined-search {
  margin-bottom: 0;
}

.mp-salary-guide-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.mp-salary-guide-cards .form-item-job-title label, .sct-form .form-item-job-title label {
  display: none;
}

.mp-salary-guide-cards .form-item-job-title input, .sct-form .form-item-job-title input {
  color: #22174E !important;
}

.mp-salary-guide-cards .form-item-job-title .error, .mp-salary-guide-cards .form-item-job-title .form-item--error-message:not(:has(.error)), .sct-form .form-item-job-title .error, .sct-form .form-item-job-title .form-item--error-message:not(:has(.error)) {
  color: #ffffff;
  caret-color: #22174E;
}

.mp-salary-guide-cards .form-item-job-title .error::before, .mp-salary-guide-cards .form-item-job-title .form-item--error-message:not(:has(.error))::before, .sct-form .form-item-job-title .error::before, .sct-form .form-item-job-title .form-item--error-message:not(:has(.error))::before {
  font-family: "Font Awesome 6 Pro";
  content: "";
  color: #ffffff;
  display: inline-block;
  font-size: 17px;
  margin-right: 0;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
  margin-right: 5px;
}

.mp-salary-guide--job-title-search-form,
.mp-salary-guide--specialism-search-form {
  padding: 30px 60px;
  width: 100%;
  max-width: 452px;
  min-height: 214px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* Button */
}

.mp-salary-guide--job-title-search-form h3.mp-salary-guide__title,
.mp-salary-guide--specialism-search-form h3.mp-salary-guide__title {
  font-family: "Inter", sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  width: 100%;
  margin-top: 0;
  text-align: left;
}

.mp-salary-guide--job-title-search-form .mp-salary-guide__form,
.mp-salary-guide--job-title-search-form .mp-salary-guide-job-title-search-form,
.mp-salary-guide--job-title-search-form .mp-salary-guide-specialism-search-form,
.mp-salary-guide--job-title-search-form .mp-salary-guide__form--specialism,
.mp-salary-guide--specialism-search-form .mp-salary-guide__form,
.mp-salary-guide--specialism-search-form .mp-salary-guide-job-title-search-form,
.mp-salary-guide--specialism-search-form .mp-salary-guide-specialism-search-form,
.mp-salary-guide--specialism-search-form .mp-salary-guide__form--specialism {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.mp-salary-guide--job-title-search-form .mp-salary-guide__form .notranslate,
.mp-salary-guide--job-title-search-form .mp-salary-guide-job-title-search-form .notranslate,
.mp-salary-guide--job-title-search-form .mp-salary-guide-specialism-search-form .notranslate,
.mp-salary-guide--job-title-search-form .mp-salary-guide__form--specialism .notranslate,
.mp-salary-guide--specialism-search-form .mp-salary-guide__form .notranslate,
.mp-salary-guide--specialism-search-form .mp-salary-guide-job-title-search-form .notranslate,
.mp-salary-guide--specialism-search-form .mp-salary-guide-specialism-search-form .notranslate,
.mp-salary-guide--specialism-search-form .mp-salary-guide__form--specialism .notranslate {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1024px) {
  .mp-salary-guide--job-title-search-form .mp-salary-guide__form .notranslate,
  .mp-salary-guide--job-title-search-form .mp-salary-guide-job-title-search-form .notranslate,
  .mp-salary-guide--job-title-search-form .mp-salary-guide-specialism-search-form .notranslate,
  .mp-salary-guide--job-title-search-form .mp-salary-guide__form--specialism .notranslate,
  .mp-salary-guide--specialism-search-form .mp-salary-guide__form .notranslate,
  .mp-salary-guide--specialism-search-form .mp-salary-guide-job-title-search-form .notranslate,
  .mp-salary-guide--specialism-search-form .mp-salary-guide-specialism-search-form .notranslate,
  .mp-salary-guide--specialism-search-form .mp-salary-guide__form--specialism .notranslate {
    margin-top: 24px;
  }
}

.mp-salary-guide--job-title-search-form .mp-salary-guide__form .error,
.mp-salary-guide--job-title-search-form .mp-salary-guide-job-title-search-form .error,
.mp-salary-guide--job-title-search-form .mp-salary-guide-specialism-search-form .error,
.mp-salary-guide--job-title-search-form .mp-salary-guide__form--specialism .error,
.mp-salary-guide--specialism-search-form .mp-salary-guide__form .error,
.mp-salary-guide--specialism-search-form .mp-salary-guide-job-title-search-form .error,
.mp-salary-guide--specialism-search-form .mp-salary-guide-specialism-search-form .error,
.mp-salary-guide--specialism-search-form .mp-salary-guide__form--specialism .error {
  color: #ffffff;
}

.mp-salary-guide--job-title-search-form .mp-salary-guide__form .error::before,
.mp-salary-guide--job-title-search-form .mp-salary-guide-job-title-search-form .error::before,
.mp-salary-guide--job-title-search-form .mp-salary-guide-specialism-search-form .error::before,
.mp-salary-guide--job-title-search-form .mp-salary-guide__form--specialism .error::before,
.mp-salary-guide--specialism-search-form .mp-salary-guide__form .error::before,
.mp-salary-guide--specialism-search-form .mp-salary-guide-job-title-search-form .error::before,
.mp-salary-guide--specialism-search-form .mp-salary-guide-specialism-search-form .error::before,
.mp-salary-guide--specialism-search-form .mp-salary-guide__form--specialism .error::before {
  font-family: "Font Awesome 6 Pro";
  content: "";
  color: #ffffff;
  display: inline-block;
  font-size: 17px;
  margin-right: 0;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
  margin-right: 5px;
}

.mp-salary-guide--job-title-search-form .js-form-item,
.mp-salary-guide--specialism-search-form .js-form-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1024px) {
  .mp-salary-guide--job-title-search-form .js-form-item,
  .mp-salary-guide--specialism-search-form .js-form-item {
    margin-bottom: 0;
  }
}

.mp-salary-guide--job-title-search-form .mp-salary-guide__button,
.mp-salary-guide--specialism-search-form .mp-salary-guide__button {
  margin-top: 0;
  margin: 0 auto;
}

.mp-salary-guide--job-title-search-form .mp-salary-guide__textfield,
.mp-salary-guide--job-title-search-form .mp-salary-guide__select,
.mp-salary-guide--specialism-search-form .mp-salary-guide__textfield,
.mp-salary-guide--specialism-search-form .mp-salary-guide__select {
  width: 100%;
  max-width: 332px;
  height: 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  color: #9B9B9B;
  border-radius: 10px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 56px;
  outline: none;
}

.mp-salary-guide--job-title-search-form .mp-salary-guide__textfield::-webkit-input-placeholder, .mp-salary-guide--job-title-search-form .mp-salary-guide__select::-webkit-input-placeholder, .mp-salary-guide--specialism-search-form .mp-salary-guide__textfield::-webkit-input-placeholder, .mp-salary-guide--specialism-search-form .mp-salary-guide__select::-webkit-input-placeholder {
  color: #6D6E71;
}

.mp-salary-guide--job-title-search-form .mp-salary-guide__textfield::-moz-placeholder, .mp-salary-guide--job-title-search-form .mp-salary-guide__select::-moz-placeholder, .mp-salary-guide--specialism-search-form .mp-salary-guide__textfield::-moz-placeholder, .mp-salary-guide--specialism-search-form .mp-salary-guide__select::-moz-placeholder {
  color: #6D6E71;
}

.mp-salary-guide--job-title-search-form .mp-salary-guide__textfield:-ms-input-placeholder, .mp-salary-guide--job-title-search-form .mp-salary-guide__select:-ms-input-placeholder, .mp-salary-guide--specialism-search-form .mp-salary-guide__textfield:-ms-input-placeholder, .mp-salary-guide--specialism-search-form .mp-salary-guide__select:-ms-input-placeholder {
  color: #6D6E71;
}

.mp-salary-guide--job-title-search-form .mp-salary-guide__textfield::-ms-input-placeholder, .mp-salary-guide--job-title-search-form .mp-salary-guide__select::-ms-input-placeholder, .mp-salary-guide--specialism-search-form .mp-salary-guide__textfield::-ms-input-placeholder, .mp-salary-guide--specialism-search-form .mp-salary-guide__select::-ms-input-placeholder {
  color: #6D6E71;
}

.mp-salary-guide--job-title-search-form .mp-salary-guide__textfield::placeholder,
.mp-salary-guide--job-title-search-form .mp-salary-guide__select::placeholder,
.mp-salary-guide--specialism-search-form .mp-salary-guide__textfield::placeholder,
.mp-salary-guide--specialism-search-form .mp-salary-guide__select::placeholder {
  color: #6D6E71;
}

.mp-salary-guide--job-title-search-form .mp-salary-guide__select,
.mp-salary-guide--specialism-search-form .mp-salary-guide__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 7px;
}

.mp-salary-guide--job-title-search-form .mp-salary-guide__button,
.mp-salary-guide--specialism-search-form .mp-salary-guide__button {
  min-width: 92px;
}

.mp-salary-guide--job-title-search-form .mp-salary-guide__button:disabled,
.mp-salary-guide--specialism-search-form .mp-salary-guide__button:disabled {
  cursor: not-allowed;
}

.mp-salary-guide--job-title-search-form input.error,
.mp-salary-guide--job-title-search-form select.error,
.mp-salary-guide--specialism-search-form input.error,
.mp-salary-guide--specialism-search-form select.error {
  border-width: 1px !important;
}

.mp-salary-guide--job-title-search-form {
  background: #6059FF;
}

.mp-salary-guide--job-title-search-form .mp-salary-guide__button {
  background-color: #FFFFA9;
  color: #22174E !important;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.mp-salary-guide--job-title-search-form .mp-salary-guide__button:hover, .mp-salary-guide--job-title-search-form .mp-salary-guide__button:focus {
  background-color: #ffffff;
}

.mp-salary-guide--specialism-search-form {
  background: #E19FFF;
}

.mp-salary-guide--specialism-search-form h3.mp-salary-guide__title {
  color: #22174E;
}

.mp-salary-guide--job-title-search-form {
  background: #6059FF;
}

.mp-salary-guide--job-title-search-form .form-item input {
  border: 1px solid #7569A2 !important;
}

.mp-salary-guide--job-title-search-form .form-item input:focus, .mp-salary-guide--job-title-search-form .form-item input:focus-visible {
  outline: 2px solid #000000 !important;
  outline-offset: -5px;
}

@media only screen and (max-width: 540px) {
  .mp-salary-guide--job-title-search-form .form-item input {
    max-width: 100%;
  }
}

.mp-salary-guide--specialism-search-form {
  background: #E19FFF;
}

/* ---------------------------------------------------
 * jQuery UI / autocomplete dropdown
 * --------------------------------------------------*/
.ui-widget:not(.media-library-widget-modal).ui-autocomplete {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}

.ui-widget:not(.media-library-widget-modal).ui-widget-content,
.ui-widget:not(.media-library-widget-modal) .ui-menu {
  height: 200px;
}

.ui-widget:not(.media-library-widget-modal).ui-menu {
  overflow: auto;
}

.ui-widget:not(.media-library-widget-modal).ui-widget-content li:hover {
  color: #22174E;
}

.ui-widget:not(.media-library-widget-modal).ui-widget-content li:hover .ui-menu-item-wrapper {
  color: #6059FF;
}

.ui-widget:not(.media-library-widget-modal).ui-widget-content ul li:hover {
  background: #ffffff;
  color: #22174E;
}

.ui-widget:not(.media-library-widget-modal).ui-widget-content ul li a {
  font-size: 1rem;
  font-weight: 500;
  color: #22174E;
}

.ui-widget:not(.media-library-widget-modal).ui-widget-content ul li a:focus {
  text-decoration: none;
}

.ui-widget:not(.media-library-widget-modal).ui-widget-content ul li a:hover {
  text-decoration: underline;
}

.ui-widget:not(.media-library-widget-modal).ui-widget-content ul li a:hover, .ui-widget:not(.media-library-widget-modal).ui-widget-content ul li a:active, .ui-widget:not(.media-library-widget-modal).ui-widget-content ul li a:focus {
  background: #ffffff;
  color: #22174E;
}

.ui-widget:not(.media-library-widget-modal).ui-menu li {
  padding-top: 0;
  padding-bottom: 0;
}

.ui-widget:not(.media-library-widget-modal).ui-menu li:hover .ui-state-active.ui-menu-item-wrapper, .ui-widget:not(.media-library-widget-modal).ui-menu li:focus .ui-state-active.ui-menu-item-wrapper, .ui-widget:not(.media-library-widget-modal).ui-menu li:active .ui-state-active.ui-menu-item-wrapper {
  color: #6059FF !important;
}

.ui-widget:not(.media-library-widget-modal).ui-menu li .ui-state-active.ui-menu-item-wrapper {
  color: #6059FF;
}

.ui-widget:not(.media-library-widget-modal).ui-menu li .ui-menu-item-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}

.ui-widget:not(.media-library-widget-modal).ui-widget-content li a {
  padding: 0 35px;
}

body.intergrated-salary-guide .select2-container--default .select2-selection--single {
  padding-right: 36px;
  border-radius: 0;
  border: 1px solid #7569A2;
}

.mp-select-wrap {
  position: relative;
}

.mp-select-wrap::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 30px;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/themes/custom/mp_theme/images/isg/arrow-icon.png) no-repeat center/12px 8px;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  z-index: 2;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .mp-select-wrap::after {
    top: 22px;
  }
}

.mp-select-wrap.is-open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.mp-select-wrap .select2-selection__arrow {
  display: none;
}

.mp-select-wrap label {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.mp-select-wrap .select2-container {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.mp-select-wrap .form-item--error-message {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.error {
  color: #E00202;
  font-size: 14px;
  font-weight: 400 !important;
}

@media only screen and (max-width: 1024px) {
  .mp-salary-guide--job-title-search-form,
  .mp-salary-guide--specialism-search-form {
    max-width: 100%;
  }
  .mp-salary-guide-combined-search__heading {
    margin-top: 12px;
    margin-bottom: 24px;
    text-align: center !important;
  }
  .mp-salary-guide-combined-search .mp-salary-guide-cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 540px) {
  .mp-salary-guide-combined-search .mp-salary-guide-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 1024px) {
  .mp-salary-guide-combined-search .mp-salary-guide--job-title-search-form,
  .mp-salary-guide-combined-search .mp-salary-guide--specialism-search-form {
    width: 100%;
    max-width: 340px;
    min-height: 200px;
    padding: 24px;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 540px) {
  .mp-salary-guide-combined-search .mp-salary-guide--job-title-search-form,
  .mp-salary-guide-combined-search .mp-salary-guide--specialism-search-form {
    max-width: 100%;
    min-height: 188px;
  }
}

@media only screen and (max-width: 1024px) {
  .mp-salary-guide-combined-search .mp-salary-guide--job-title-search-form .js-form-item,
  .mp-salary-guide-combined-search .mp-salary-guide--specialism-search-form .js-form-item {
    padding-bottom: 0px;
  }
  .mp-salary-guide-combined-search .mp-salary-guide--job-title-search-form .mp-salary-guide__title,
  .mp-salary-guide-combined-search .mp-salary-guide--specialism-search-form .mp-salary-guide__title {
    font-size: 16px;
    line-height: 20px;
  }
  .mp-salary-guide-combined-search .mp-salary-guide--job-title-search-form .form-item input,
  .mp-salary-guide-combined-search .mp-salary-guide--specialism-search-form .form-item input {
    height: 40px;
    font-size: 16px;
  }
  .mp-salary-guide-combined-search .mp-salary-guide__button {
    height: 40px;
    width: 100%;
  }
  .mp-salary-guide-combined-search .mp-select-wrap.has-error::after {
    top: 23%;
  }
}

#block-mp-theme-salaryguidecombinedsearch .container {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1024px) {
  .mp-select-wrap::after {
    top: 22px;
  }
}

.intergrated-salary-guide .mp-salary-guide-search-by-title {
  padding-top: 30px;
  padding-bottom: 62px;
}

@media only screen and (max-width: 1023px) {
  .intergrated-salary-guide .mp-salary-guide-search-by-title {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .intergrated-salary-guide .mp-salary-guide-search-by-title {
    padding-bottom: 64px;
  }
}

.intergrated-salary-guide .mp-salary-guide-search-by-title input[type=text] {
  background-color: #ffffff !important;
  padding-right: 16px;
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
  }
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .specialism-result-page-lock {
  margin-top: 15px;
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-banner .banner-text h1 {
  font-weight: 700;
  font-size: 96px;
  line-height: 96px;
  text-align: center;
  color: #ffffff;
  margin-top: 115px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-banner .banner-text h1 {
    font-size: 2.5rem;
    line-height: 40px;
    margin-top: 64px;
    margin-bottom: 16px;
  }
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-banner .banner-text h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  margin-bottom: 24px;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-banner .banner-text h2 {
    font-size: 1.25rem;
    line-height: 24px;
    margin-bottom: 16px;
    margin-top: 0;
  }
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-banner .banner-text .text-desc {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
}

@media only screen and (min-width: 1200px) {
  .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-banner .banner-text .text-desc {
    max-width: 800px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-banner .banner-text .text-desc {
    font-size: 16px;
    line-height: 20px;
  }
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-form {
  margin-top: 88px;
  float: left;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-form {
    margin-top: 64px;
    padding: 16px;
  }
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-form .form-desc {
  max-width: 850px;
  font-size: 28px;
  margin: 0 0 16px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0%;
  color: #ffffff;
  display: block;
}

@media only screen and (min-width: 1024px) {
  .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-form .form-desc {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-form .form-desc {
    font-size: 1.125rem;
    line-height: 22px;
    margin: 0 0 4px;
  }
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-form .form-item {
  margin-bottom: 0;
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-form .form-item label {
  display: none;
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-form .form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (min-width: 1024px) {
  .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-form .form-wrapper {
    gap: 25px;
  }
}

@media only screen and (min-width: 1024px) {
  .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-form .form-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-form .form-wrapper {
    gap: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-form .form-wrapper:has(.js-form-item-job-title .form-item--error-message) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-form .form-wrapper .description {
  display: none;
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-form .form-wrapper .js-form-type-textfield {
  width: 100%;
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-form .form-wrapper .js-form-type-textfield input {
  max-width: 100%;
  caret-color: #22174E;
  color: #22174E;
}

@media only screen and (min-width: 1024px) {
  .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-form .form-wrapper .js-form-type-textfield {
    max-width: 85%;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-form .form-wrapper .js-form-type-textfield {
    max-width: 80%;
  }
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-form .form-wrapper .buttons_wrapper {
  max-width: 100%;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-form .form-wrapper .buttons_wrapper {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1024px) {
  .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-form .form-wrapper .buttons_wrapper {
    max-width: 15%;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-form .form-wrapper .buttons_wrapper {
    max-width: 15%;
  }
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-form .form-wrapper .buttons_wrapper .sct-submit {
  background: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  color: #6059FF;
  padding: 16px 24px 16px;
  letter-spacing: 0.3px;
  margin-top: 15px;
  border-radius: 30px;
  outline: none;
  text-align: center;
  min-width: inherit;
  max-width: 100%;
  width: 100%;
  margin-top: 0;
  border: 2px solid #004FA3;
  padding: 14px 24px 14px;
  height: 56px;
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-form .form-wrapper .buttons_wrapper .sct-submit:hover, .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-form .form-wrapper .buttons_wrapper .sct-submit:focus {
  background-color: #4039CC;
  color: #ffffff;
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-form .form-wrapper .buttons_wrapper .sct-submit:hover, .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-form .form-wrapper .buttons_wrapper .sct-submit:focus {
  border: none;
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-form .form-wrapper .buttons_wrapper .sct-submit {
    height: 40px;
    padding: 8px 24px 14px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-form .form-wrapper .buttons_wrapper .mp-salary-guide__button {
    max-width: 100%;
    margin-top: 16px;
  }
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-form .form-wrapper .error, .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-form .form-wrapper .form-item--error-message:not(:has(.error)) {
  color: #ffffff;
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-form .form-wrapper .error::before, .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-form .form-wrapper .form-item--error-message:not(:has(.error))::before {
  font-family: "Font Awesome 6 Pro";
  content: "";
  color: #ffffff;
  display: inline-block;
  font-size: 17px;
  margin-right: 0;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
  margin-right: 5px;
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-form .sct-job-title {
  height: 56px;
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-form .sct-job-title {
    height: 40px;
    border: none;
  }
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .sct-form .sct-job-title.error {
  border: 2px solid #E00202 !important;
  margin-bottom: 5px;
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: visible;
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0 !important;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 10px;
  }
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links {
  position: static;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-width: 0;
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .fa-arrow-right {
  display: none;
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browse-sct-titles {
  background-color: transparent;
  color: #3f4048;
  padding: 24px 0px 0;
  min-width: auto;
  font-weight: 600;
  font-size: 1rem;
  line-height: 100%;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browse-sct-titles {
    display: block;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-right: 17px;
    padding-top: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browse-sct-titles {
    font-size: 16px;
    padding-bottom: 16px;
    padding-top: 0;
    margin-top: 24px;
  }
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browse-sct-titles:focus-visible {
  border: 2px solid #ffffff;
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browse-sct-titles i {
  color: #ffffff;
  font-weight: 700;
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browse-sct-titles .fa-chevron-up {
  display: none;
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browse-sct-titles.active .fa-chevron-up {
  display: inline-block;
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browse-sct-titles.active .fa-chevron-down {
  display: none;
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browse-sct-jobs-title {
  display: none;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: 20;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browse-sct-jobs-title {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 5px;
  }
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browse-sct-jobs-title .browse-links {
  position: relative;
  top: auto;
  width: 100%;
  z-index: 10;
  padding: 20px 15px 0px;
  border-radius: 0 0 12px 12px;
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browse-sct-jobs-title .browse-links .icon {
  display: none;
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browse-sct-jobs-title .browse-links ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 10px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

@media only screen and (min-width: 768px) {
  .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browse-sct-jobs-title .browse-links ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 1024px) {
  .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browse-sct-jobs-title .browse-links ul {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browse-sct-jobs-title .browse-links ul {
    grid-template-columns: repeat(1, 1fr);
    padding: 10px 10px 5px 10px;
    row-gap: 5px;
  }
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browse-sct-jobs-title .browse-links li {
  list-style: none;
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browse-sct-jobs-title .browse-links li:last-child {
  border-bottom: 0;
}

@media only screen and (min-width: 1024px) {
  .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browse-sct-jobs-title .browse-links li {
    margin-bottom: 0;
  }
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browse-sct-jobs-title .browse-links li a {
  color: #ffffff;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browser-job-main {
    margin-top: -22px;
  }
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browser-job-popup ul li {
  overflow-wrap: break-word;
  word-break: break-word;
}

@media only screen and (max-width: 1170px) {
  .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browser-job-popup ul li {
    width: auto;
  }
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browser-job-popup .browser_location {
  min-height: inherit;
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browser-job-popup .browser_location {
    padding-left: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browser-job-popup .browser_location {
    padding: 0;
  }
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browser-job-popup .browser_location h3 {
  font-family: "Inter", sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding: 5px 5px;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browser-job-popup .browser_location h3 {
    font-size: 16px;
  }
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browser-job-popup .browser_location h3:hover, .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browser-job-popup .browser_location h3:focus {
  font-weight: 700 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) bottom left/100% 2px no-repeat;
  background: linear-gradient(#fff, #fff) bottom left/100% 2px no-repeat;
  padding-bottom: 4px;
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browser-job-popup .close-list {
  display: none;
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browser-job-popup {
    top: 33px;
    margin-top: 0;
  }
  .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browser-job-popup ul li {
    width: 100% !important;
  }
  .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browser-job-popup .close-list {
    display: block;
  }
  .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browser-job-popup .browse-links {
    padding: 15px 0px 10px;
    background-color: transparent;
  }
  .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browser-job-popup .browse-links .icon {
    display: block;
    right: 0;
  }
  .intergrated-salary-guide .mp-salary-guide-search-by-title .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browser-job-popup .browse-links .icon i {
    color: #6059FF;
    font-weight: 500;
  }
}

.intergrated-salary-guide .mp-salary-guide-search-by-title .salary_page_block__salary-page-components .paragraph-content {
  padding-left: 0;
  padding-right: 0;
}

.intergrated-salary-guide .ui-widget.ui-widget-content, .intergrated-salary-guide .ui-widget .ui-menu {
  max-height: 200px;
  height: auto;
}

.intergrated-salary-guide .ui-widget.ui-menu {
  overflow: auto;
  width: 100% !important;
  position: absolute !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top: 1px solid #22174E;
}

.intergrated-salary-guide .ui-widget.ui-widget-content ul li:hover {
  background: #ffffff;
}

.intergrated-salary-guide .ui-widget.ui-widget-content ul li a {
  font-size: 1rem;
  font-weight: 500;
  color: #22174E;
}

.intergrated-salary-guide .ui-widget.ui-widget-content ul li a:focus {
  text-decoration: none;
}

.intergrated-salary-guide .ui-widget.ui-widget-content ul li a:hover {
  text-decoration: underline;
}

.intergrated-salary-guide .ui-widget.ui-widget-content ul li a:hover, .intergrated-salary-guide .ui-widget.ui-widget-content ul li a:active, .intergrated-salary-guide .ui-widget.ui-widget-content ul li a:focus {
  background: #ffffff;
  color: #22174E;
}

.intergrated-salary-guide .ui-widget.ui-menu li {
  padding-top: 0;
  padding-bottom: 0;
}

.intergrated-salary-guide .ui-widget.ui-menu li .ui-menu-item-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}

.intergrated-salary-guide .ui-widget.ui-menu li .ui-menu-item-wrapper .job-title {
  color: #6059FF;
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .ui-widget.ui-menu li .ui-menu-item-wrapper .job-title {
    display: block;
  }
}

.intergrated-salary-guide .ui-widget.ui-menu li .ui-menu-item-wrapper .job-title::after {
  content: " | ";
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .ui-widget.ui-menu li .ui-menu-item-wrapper .job-title::after {
    display: none;
  }
}

.intergrated-salary-guide .ui-widget.ui-menu li .ui-menu-item-wrapper .department {
  color: #22174E;
}

.intergrated-salary-guide .ui-widget.ui-menu li .ui-menu-item-wrapper .role-specialism {
  color: #7569A2;
}

.intergrated-salary-guide .ui-widget.ui-menu li .ui-state-active.ui-menu-item-wrapper {
  color: #22174E;
}

.intergrated-salary-guide .ui-widget.ui-widget-content li a {
  padding: 0 35px;
}

.intergrated-salary-guide .ui-autocomplete::-webkit-scrollbar {
  width: 5px;
}

.intergrated-salary-guide .ui-autocomplete::-webkit-scrollbar-thumb {
  background: #aaaaaa;
  border-radius: 8px;
}

.intergrated-salary-guide .promontional-banner-parent {
  background: #ffffff;
  padding: 0;
  height: auto;
  margin-bottom: 56px;
}

@media only screen and (max-width: 1024px) {
  .intergrated-salary-guide .promontional-banner-parent {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .promontional-banner-parent {
    line-height: 32px;
    min-height: 405px;
  }
}

.intergrated-salary-guide .promontional-banner-parent .promontional-banner-content {
  padding: 32px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .promontional-banner-parent .promontional-banner-content {
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .intergrated-salary-guide .promontional-banner-parent .promontional-banner-content .promontional-banner-0 {
    display: contents;
  }
  .intergrated-salary-guide .promontional-banner-parent .promontional-banner-content .page-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    top: 14px;
  }
  .intergrated-salary-guide .promontional-banner-parent .promontional-banner-content .promontional-banner-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    top: 14px;
  }
  .intergrated-salary-guide .promontional-banner-parent .promontional-banner-content .promontional-banner-1 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .intergrated-salary-guide .promontional-banner-parent .promontional-banner-content .promotional_banner__link {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.intergrated-salary-guide .promontional-banner-parent .promontional-banner-content .promontional-banner promontional-banner-0 {
  width: 60%;
}

.intergrated-salary-guide .promontional-banner-parent .promontional-banner-content .promontional-banner promontional-banner-1 {
  width: 40%;
}

.intergrated-salary-guide .promontional-banner-parent .sub-title-bold {
  color: #22174E;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 24px 0;
  font-family: "Agrandir Tight", sans-serif;
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .promontional-banner-parent .sub-title-bold {
    font-size: 1.25rem;
    line-height: 24px;
    font-family: "Agrandir Tight", sans-serif;
    font-weight: 700;
    margin: 12px 0;
  }
}

.intergrated-salary-guide .promontional-banner-parent .promotional_banner__link {
  margin-top: 24px;
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .promontional-banner-parent .promotional_banner__link {
    margin-top: 16px;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.intergrated-salary-guide .promontional-banner-parent .promotional_banner__link ul {
  padding: 0;
}

.intergrated-salary-guide .promontional-banner-parent .promotional_banner__link .secondary-button {
  background-color: #6059FF;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 24px 40px;
}

.intergrated-salary-guide .promontional-banner-parent .promotional_banner__link .secondary-button:hover {
  background-color: #4039CC;
}

@media only screen and (max-width: 1024px) {
  .intergrated-salary-guide .promontional-banner-parent .promotional_banner__link .secondary-button {
    padding: 12px 24px;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 600;
  }
}

.intergrated-salary-guide .promontional-banner-parent p {
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .promontional-banner-parent p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    padding-bottom: unset;
  }
}

.intergrated-salary-guide .promontional-banner-parent img {
  max-width: 100%;
  width: 100%;
  -webkit-transform: rotate(2deg);
      -ms-transform: rotate(2deg);
          transform: rotate(2deg);
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .promontional-banner-parent img {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    min-height: 221px;
    margin-bottom: 12px;
    position: relative;
    top: 14px;
  }
}

.intergrated-salary-guide .promontional-banner-parent .promontional-banner-left p {
  margin-bottom: 24px;
  color: #22174E;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .promontional-banner-parent .promontional-banner-left p {
    padding-bottom: unset;
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: 12px;
  }
}

.intergrated-salary-guide .promontional-banner-parent .promontional-banner {
  padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 912px) {
  .intergrated-salary-guide .promontional-banner-parent .promontional-banner {
    padding: 16px 20px 0;
    float: left;
    width: 50%;
    height: 100%;
  }
}

.intergrated-salary-guide .promontional-banner-parent .btn-secondary-white {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  max-width: 244px;
  width: 100%;
  margin-bottom: 30px;
  background: #6059FF;
  border: 2px solid #6059FF;
  color: #ffffff;
  padding: 14px 20px;
  border-radius: 50px;
  text-decoration: none;
  display: block;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.intergrated-salary-guide .promontional-banner-parent .btn-secondary-white:hover, .intergrated-salary-guide .promontional-banner-parent .btn-secondary-white:focus {
  background: #0E3577;
  border: 2px solid #0E3577;
}

.intergrated-salary-guide .promontional-banner-parent .btn-secondary-white::before {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .promontional-banner-parent .btn-secondary-white {
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    max-width: 100%;
    padding: 12px 24px;
  }
}

@media only screen and (max-width: 576px) {
  .intergrated-salary-guide .promontional-banner-parent {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 0;
  }
  .intergrated-salary-guide .promontional-banner-parent .home-banner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .intergrated-salary-guide .promontional-banner-parent h1 {
    font-size: 2.5rem;
    line-height: 53px;
  }
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .promontional-banner-parent .page-title {
    margin-top: 0;
  }
}

.intergrated-salary-guide .promontional-banner-parent .page-title h1 {
  margin-bottom: 20px;
}

.intergrated-salary-guide .promontional-banner-parent.transparent-bg {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0.15)));
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.15) 100%);
}

.intergrated-salary-guide .promontional-banner-parent.transparent-bg hr {
  display: block;
  color: #ffffff;
}

.intergrated-salary-guide .promontional-banner-parent.transparent-bg .sub-title-bold {
  color: #ffffff;
}

.intergrated-salary-guide .promontional-banner-parent.transparent-bg p {
  color: #ffffff;
}

.intergrated-salary-guide .promontional-banner-parent.transparent-bg .btn-secondary-white {
  background: #6059FF;
  border: 2px solid #6059FF;
  color: #ffffff;
}

.intergrated-salary-guide .promontional-banner-parent.transparent-bg .btn-secondary-white:hover, .intergrated-salary-guide .promontional-banner-parent.transparent-bg .btn-secondary-white:focus {
  background: #0E3577;
  border: 2px solid #0E3577;
}

.isg_department_content__isg-department-components .promontional-banner-parent {
  margin-bottom: 0;
  margin-top: 64px;
}

@media only screen and (max-width: 767px) {
  .isg_department_content__isg-department-components .promontional-banner-parent {
    margin-top: unset;
  }
}

.container.promontional-banner-container {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  body:not(.landing_isg_page) .container.promontional-banner-container {
    padding: 0 8px;
  }
}

@media only screen and (max-width: 767px) {
  body.landing_isg_page .container {
    padding: 0 16px;
  }
}

.isg_result_components .isg_department_components__title {
  font-size: 3.75rem;
  font-weight: 700;
  margin-bottom: 64px;
  text-align: center;
  color: #ffffff;
}

@media only screen and (max-width: 1024px) {
  .isg_result_components .isg_department_components__title {
    font-size: 2.5rem;
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .isg_result_components .isg_department_components__title {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 1024px) {
  .isg_department_content__isg-department-components > ul > li > div {
    margin: 16px 0;
  }
}

.isg_department_content__isg-department-components > ul > li .isg_insights_component_main__insights-components {
  margin-top: 64px;
}

@media only screen and (max-width: 1024px) {
  .isg_department_content__isg-department-components > ul > li .isg_insights_component_main__insights-components {
    margin-top: 16px;
  }
}

.isg_department_content__isg-department-components > ul > li .isg_insights_component_main__statistics-components, .isg_department_content__isg-department-components > ul > li .paragraph--type--isg-insights-component-main {
  margin-bottom: 24px;
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .isg_department_content__isg-department-components > ul > li .isg_insights_component_main__statistics-components, .isg_department_content__isg-department-components > ul > li .paragraph--type--isg-insights-component-main {
    margin-bottom: 8px;
  }
}

.isg_result_components.landing-page .isg_department_content__isg-department-components > ul > li {
  padding-top: 0;
  padding-bottom: 128px;
}

@media only screen and (max-width: 1023px) {
  .isg_result_components.landing-page .isg_department_content__isg-department-components > ul > li {
    padding-top: 0;
    padding-bottom: 36px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .isg_result_components.landing-page .isg_department_content__isg-department-components > ul > li {
    padding-bottom: 128px;
  }
}

.isg_insights_component_main__insights-components ul.counter-1, .isg_insights_component_main__statistics-components ul.counter-1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.isg_insights_component_main__insights-components ul.counter-1 > li, .isg_insights_component_main__statistics-components ul.counter-1 > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%);
          flex: 0 0 calc(100%);
}

.isg_insights_component_main__insights-components ul, .isg_insights_component_main__statistics-components ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

@media only screen and (max-width: 767px) {
  .isg_insights_component_main__insights-components ul, .isg_insights_component_main__statistics-components ul {
    display: block;
  }
}

.isg_insights_component_main__insights-components ul > li, .isg_insights_component_main__statistics-components ul > li {
  list-style-type: none;
  width: auto;
  background: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(32% - 10px);
          flex: 1 0 calc(32% - 10px);
  padding: 0;
}

@media only screen and (min-width: 1170px) {
  .isg_insights_component_main__insights-components ul > li:nth-child(n+4), .isg_insights_component_main__statistics-components ul > li:nth-child(n+4) {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

@media only screen and (max-width: 767px) {
  .isg_insights_component_main__insights-components ul > li, .isg_insights_component_main__statistics-components ul > li {
    width: 100%;
  }
}

.isg_insights_component_main__insights-components ul > li .isg_insights_component,
.isg_insights_component_main__insights-components ul > li .statistics_component, .isg_insights_component_main__statistics-components ul > li .isg_insights_component,
.isg_insights_component_main__statistics-components ul > li .statistics_component {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 32px;
}

@media only screen and (max-width: 767px) {
  .isg_insights_component_main__insights-components ul > li .isg_insights_component,
  .isg_insights_component_main__insights-components ul > li .statistics_component, .isg_insights_component_main__statistics-components ul > li .isg_insights_component,
  .isg_insights_component_main__statistics-components ul > li .statistics_component {
    height: auto;
    padding: 16px;
    margin-bottom: 16px;
  }
}

.isg_insights_component_main__insights-components ul > li .isg_insights_component__section,
.isg_insights_component_main__insights-components ul > li .statistics_component__section, .isg_insights_component_main__statistics-components ul > li .isg_insights_component__section,
.isg_insights_component_main__statistics-components ul > li .statistics_component__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 1px solid #E5E0F9;
  word-wrap: break-word;
  min-width: 100%;
  width: 0;
}

@media only screen and (max-width: 767px) {
  .isg_insights_component_main__insights-components ul > li .isg_insights_component__section,
  .isg_insights_component_main__insights-components ul > li .statistics_component__section, .isg_insights_component_main__statistics-components ul > li .isg_insights_component__section,
  .isg_insights_component_main__statistics-components ul > li .statistics_component__section {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: anchor-center;
        -ms-flex-align: anchor-center;
            align-items: anchor-center;
    width: 100%;
    height: auto !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}

.isg_insights_component_main__insights-components ul > li .isg_insights_component__section--icon,
.isg_insights_component_main__insights-components ul > li .statistics_component__section--icon, .isg_insights_component_main__statistics-components ul > li .isg_insights_component__section--icon,
.isg_insights_component_main__statistics-components ul > li .statistics_component__section--icon {
  width: auto;
  color: #6059FF;
}

.isg_insights_component_main__insights-components ul > li .isg_insights_component__section--icon i,
.isg_insights_component_main__insights-components ul > li .statistics_component__section--icon i, .isg_insights_component_main__statistics-components ul > li .isg_insights_component__section--icon i,
.isg_insights_component_main__statistics-components ul > li .statistics_component__section--icon i {
  font-weight: 600;
  font-size: 20px;
}

.isg_insights_component_main__insights-components ul > li .isg_insights_component__section--icon i:before,
.isg_insights_component_main__insights-components ul > li .statistics_component__section--icon i:before, .isg_insights_component_main__statistics-components ul > li .isg_insights_component__section--icon i:before,
.isg_insights_component_main__statistics-components ul > li .statistics_component__section--icon i:before {
  color: #6059FF;
}

.isg_insights_component_main__insights-components ul > li .isg_insights_component__section--title,
.isg_insights_component_main__insights-components ul > li .statistics_component__section--title, .isg_insights_component_main__statistics-components ul > li .isg_insights_component__section--title,
.isg_insights_component_main__statistics-components ul > li .statistics_component__section--title {
  line-height: 28px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: #22174E;
  text-align: start !important;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .isg_insights_component_main__insights-components ul > li .isg_insights_component__section--title,
  .isg_insights_component_main__insights-components ul > li .statistics_component__section--title, .isg_insights_component_main__statistics-components ul > li .isg_insights_component__section--title,
  .isg_insights_component_main__statistics-components ul > li .statistics_component__section--title {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

.isg_insights_component_main__insights-components ul > li .isg_insights_component__section--text,
.isg_insights_component_main__insights-components ul > li .statistics_component__section--text, .isg_insights_component_main__statistics-components ul > li .isg_insights_component__section--text,
.isg_insights_component_main__statistics-components ul > li .statistics_component__section--text {
  width: auto;
  font-size: 1.25rem;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0;
  word-wrap: break-word;
  min-width: 100%;
  width: 0;
  margin-top: 24px;
}

.isg_insights_component_main__insights-components ul > li .isg_insights_component__section--text ol,
.isg_insights_component_main__insights-components ul > li .statistics_component__section--text ol, .isg_insights_component_main__statistics-components ul > li .isg_insights_component__section--text ol,
.isg_insights_component_main__statistics-components ul > li .statistics_component__section--text ol {
  text-align: left;
  font-size: 1rem;
  line-height: 24px;
}

.isg_insights_component_main__insights-components ul > li .isg_insights_component__section--text ol li,
.isg_insights_component_main__insights-components ul > li .statistics_component__section--text ol li, .isg_insights_component_main__statistics-components ul > li .isg_insights_component__section--text ol li,
.isg_insights_component_main__statistics-components ul > li .statistics_component__section--text ol li {
  padding: 5px 0;
}

@media only screen and (max-width: 767px) {
  .isg_insights_component_main__insights-components ul > li .isg_insights_component__section--text,
  .isg_insights_component_main__insights-components ul > li .statistics_component__section--text, .isg_insights_component_main__statistics-components ul > li .isg_insights_component__section--text,
  .isg_insights_component_main__statistics-components ul > li .statistics_component__section--text {
    font-size: 1rem;
    line-height: 16px;
    margin-top: 12px;
  }
}

.isg_insights_component_main__statistics-components ul li:has(.statistics_component.white) {
  background-color: #ffffff;
}

.isg_insights_component_main__statistics-components ul li:has(.statistics_component.transparent) {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0.15)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.15) 100%);
}

.isg_insights_component_main__statistics-components ul.counter-1 > li .statistics_component svg#gauge {
  height: 250px;
}

@media only screen and (max-width: 767px) {
  .isg_insights_component_main__statistics-components ul.counter-1 > li .statistics_component svg#gauge {
    height: 100%;
  }
}

.isg_insights_component_main__statistics-components ul.counter-great-3 > li .statistics_component .statistics_component__section {
  padding: 0;
}

.isg_insights_component_main__statistics-components ul.counter-great-3 > li .statistics_component .statistics-profile-completeness {
  padding: 0;
}

.isg_insights_component_main__statistics-components ul.counter-great-3 > li .statistics_component .statistics-profile-completeness svg#gauge #percentText {
  font-family: "Agrandir Tight", sans-serif;
  font-weight: 700;
  font-size: 90px;
  line-height: 90px;
}

@media only screen and (max-width: 767px) {
  .isg_insights_component_main__statistics-components ul.counter-great-3 > li .statistics_component .statistics-profile-completeness svg#gauge #percentText {
    font-size: 2.5rem;
    line-height: 40px;
  }
}

.isg_insights_component_main__statistics-components ul.counter-2 > li:has(.statestics_component_text_block) {
  background: #FFFFA9;
}

.isg_insights_component_main__statistics-components ul.counter-2 > li .statestics_component_text_block {
  padding: 64px 32px;
}

@media only screen and (max-width: 767px) {
  .isg_insights_component_main__statistics-components ul.counter-2 > li .statestics_component_text_block {
    padding: 32px 24px;
  }
}

.isg_insights_component_main__statistics-components ul.counter-2 > li .statestics_component_text_block .statistics_component__section--title-info-text {
  line-height: 40px;
}

.isg_insights_component_main__statistics-components ul.counter-2 > li .statestics_component_text_block .custom-gauge-info p {
  font-size: 1rem;
  line-height: 150%;
  text-align: justify;
}

.isg_insights_component_main__statistics-components ul.counter-2 > li .statistics_component__section {
  padding: 0 20px 20px;
}

@media only screen and (max-width: 767px) {
  .isg_insights_component_main__statistics-components ul.counter-2 > li .statistics_component__section {
    padding: 0;
  }
}

.isg_insights_component_main__statistics-components ul.counter-2 > li .statistics-profile-completeness svg#gauge #percentText {
  font-family: "Agrandir Tight", sans-serif;
  font-weight: 700;
  font-size: 90px;
  line-height: 90px;
}

@media only screen and (max-width: 767px) {
  .isg_insights_component_main__statistics-components ul.counter-2 > li .statistics-profile-completeness svg#gauge #percentText {
    font-size: 2.5rem;
    line-height: 40px;
  }
}

.isg_insights_component_main__statistics-components ul.counter-2 > li .statistics-profile-completeness #percentDesc {
  padding: 0px 5%;
  bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .isg_insights_component_main__statistics-components ul.counter-2 > li .statistics-profile-completeness #percentDesc {
    bottom: 40px;
  }
}

.isg_insights_component_main__statistics-components ul.counter-2 > li .statistics-profile-completeness #percentDesc p,
.isg_insights_component_main__statistics-components ul.counter-2 > li .statistics-profile-completeness #percentDesc span {
  font-size: 1rem;
  line-height: 150%;
}

@media only screen and (max-width: 767px) {
  .isg_insights_component_main__statistics-components ul.counter-2 > li .statistics-profile-completeness #percentDesc p,
  .isg_insights_component_main__statistics-components ul.counter-2 > li .statistics-profile-completeness #percentDesc span {
    font-size: 1rem;
  }
}

.isg_insights_component_main__statistics-components ul > li .statistics_component {
  padding: 32px;
}

@media only screen and (max-width: 767px) {
  .isg_insights_component_main__statistics-components ul > li .statistics_component {
    font-size: 1rem;
    padding: 32px 24px;
  }
}

.isg_insights_component_main__statistics-components ul > li .statistics_component.white .statistics_component__section--title-info-head,
.isg_insights_component_main__statistics-components ul > li .statistics_component.white .statistics_component__section--source-head {
  font-weight: 400;
  letter-spacing: 0;
}

.isg_insights_component_main__statistics-components ul > li .statistics_component.white .statistics_component__section--title-info-text,
.isg_insights_component_main__statistics-components ul > li .statistics_component.white .statistics_component__section--source-text {
  font-weight: 600;
  letter-spacing: 0;
}

.isg_insights_component_main__statistics-components ul > li .statistics_component.white .statistics-profile-completeness {
  background-color: #ffffff;
}

.isg_insights_component_main__statistics-components ul > li .statistics_component.white .statistics-profile-completeness svg#gauge #knob {
  stroke: #ffffff;
  r: 15;
  -webkit-filter: drop-shadow(1px 0 1px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(1px 0 1px rgba(0, 0, 0, 0.3));
}

.isg_insights_component_main__statistics-components ul > li .statistics_component.white .statistics-profile-completeness svg#gauge #percentText {
  fill: #22174E;
}

.isg_insights_component_main__statistics-components ul > li .statistics_component.transparent {
  color: #ffffff;
}

.isg_insights_component_main__statistics-components ul > li .statistics_component.transparent .statistics_component__section--title-info-head,
.isg_insights_component_main__statistics-components ul > li .statistics_component.transparent .statistics_component__section--source-head,
.isg_insights_component_main__statistics-components ul > li .statistics_component.transparent .statistics-profile-completeness .custom-gauge-info {
  color: #ffffff;
}

.isg_insights_component_main__statistics-components ul > li .statistics_component.transparent .statistics_component__section--title-info-head,
.isg_insights_component_main__statistics-components ul > li .statistics_component.transparent .statistics_component__section--source-head {
  font-weight: 400;
  letter-spacing: 0;
}

.isg_insights_component_main__statistics-components ul > li .statistics_component.transparent .statistics_component__section--title-info-text,
.isg_insights_component_main__statistics-components ul > li .statistics_component.transparent .statistics_component__section--source-text {
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0;
}

.isg_insights_component_main__statistics-components ul > li .statistics_component.transparent .statistics-profile-completeness {
  background-color: transparent;
}

.isg_insights_component_main__statistics-components ul > li .statistics_component.transparent .statistics-profile-completeness svg#gauge #knob {
  stroke: #ffffff;
  fill: #44C8F5;
  r: 15;
  -webkit-filter: drop-shadow(1px 0 1px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(1px 0 1px rgba(0, 0, 0, 0.3));
}

.isg_insights_component_main__statistics-components ul > li .statistics_component.transparent .statistics-profile-completeness svg#gauge #percentText {
  fill: #ffffff;
}

.isg_insights_component_main__statistics-components ul > li .statistics_component.transparent .statistics-profile-completeness div#percentDesc {
  color: #ffffff;
}

.isg_insights_component_main__statistics-components ul > li .statistics_component.transparent .statistics-profile-completeness div#percentDesc p,
.isg_insights_component_main__statistics-components ul > li .statistics_component.transparent .statistics-profile-completeness div#percentDesc span {
  color: #ffffff;
}

.isg_insights_component_main__statistics-components ul > li .statistics_component.transparent .custom-gauge-info p,
.isg_insights_component_main__statistics-components ul > li .statistics_component.transparent .custom-gauge-info span {
  color: #ffffff;
}

.isg_insights_component_main__statistics-components ul > li .statistics_component.hidden-content.white .statistics_component__section--title-info-text {
  color: #22174E;
}

.isg_insights_component_main__statistics-components ul > li .statistics_component.hidden-content.transparent .statistics_component__section--title-info-text {
  color: #ffffff;
}

.isg_insights_component_main__statistics-components ul > li .statistics_component.hidden-content .statistics_component__section {
  height: auto;
  border: 0;
  padding: 0 !important;
  height: auto !important;
}

.isg_insights_component_main__statistics-components ul > li .statistics_component.hidden-content .statistics_component__section--title-info {
  width: 100%;
}

.isg_insights_component_main__statistics-components ul > li .statistics_component.hidden-content .statistics_component__section--title-info-head {
  display: none;
}

.isg_insights_component_main__statistics-components ul > li .statistics_component.hidden-content .statistics_component__section--title-info-text {
  font-family: "Agrandir Tight", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0;
  padding-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .isg_insights_component_main__statistics-components ul > li .statistics_component.hidden-content .statistics_component__section--title-info-text {
    font-size: 1.25rem;
    line-height: 24px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .isg_insights_component_main__statistics-components ul > li .statistics_component.hidden-content .statistics_component__section--title-info-text {
    font-size: 2rem;
    line-height: 32px;
  }
}

.isg_insights_component_main__statistics-components ul > li .statistics_component.hidden-content .custom-gauge-info {
  position: relative;
  text-align: left;
}

.isg_insights_component_main__statistics-components ul > li .statistics_component.hidden-content .custom-gauge-info p,
.isg_insights_component_main__statistics-components ul > li .statistics_component.hidden-content .custom-gauge-info span {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .isg_insights_component_main__statistics-components ul > li .statistics_component.hidden-content .custom-gauge-info p,
  .isg_insights_component_main__statistics-components ul > li .statistics_component.hidden-content .custom-gauge-info span {
    font-size: 16px;
    line-height: 150%;
  }
}

.isg_insights_component_main__statistics-components ul > li .statistics_component.hidden-content .statistics-profile-completeness .profile-progress-wrapper {
  margin: 0;
}

.isg_insights_component_main__statistics-components ul > li .statistics_component.hidden-content .statistics-profile-completeness .profile-progress-wrapper .progress-circle .custom-gauge-info {
  top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
}

.isg_insights_component_main__statistics-components ul > li .statistics_component.hidden-content .statistics-profile-completeness .profile-progress-wrapper .progress-circle .custom-gauge-info p,
.isg_insights_component_main__statistics-components ul > li .statistics_component.hidden-content .statistics-profile-completeness .profile-progress-wrapper .progress-circle .custom-gauge-info span {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.isg_insights_component_main__statistics-components ul > li .statistics_component__section {
  padding-bottom: 24px !important;
}

.isg_insights_component_main__statistics-components ul > li .statistics_component__section--title-info {
  text-align: justify;
  -moz-text-align-last: start;
       text-align-last: start;
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .isg_insights_component_main__statistics-components ul > li .statistics_component__section--title-info {
    width: 100% !important;
    padding-bottom: 0;
  }
}

.isg_insights_component_main__statistics-components ul > li .statistics_component__section--source {
  text-align: justify;
  -moz-text-align-last: end;
       text-align-last: end;
  width: 50%;
  padding-left: 10px;
}

@media only screen and (max-width: 767px) {
  .isg_insights_component_main__statistics-components ul > li .statistics_component__section--source {
    width: 100% !important;
    text-align: start;
    -moz-text-align-last: start;
         text-align-last: start;
    margin-top: 0;
    padding-left: 0;
  }
}

.isg_insights_component_main__statistics-components ul > li .statistics_component__section--title-info-text, .isg_insights_component_main__statistics-components ul > li .statistics_component__section--source-text {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  word-wrap: break-word;
  min-width: 100%;
  width: 0;
}

@media only screen and (max-width: 767px) {
  .isg_insights_component_main__statistics-components ul > li .statistics_component__section--title-info-text, .isg_insights_component_main__statistics-components ul > li .statistics_component__section--source-text {
    font-size: 1.25rem;
    line-height: 24px;
  }
}

.isg_insights_component_main__statistics-components ul > li .statistics_component__section--title-info-text .statistics, .isg_insights_component_main__statistics-components ul > li .statistics_component__section--title-info-text .source, .isg_insights_component_main__statistics-components ul > li .statistics_component__section--source-text .statistics, .isg_insights_component_main__statistics-components ul > li .statistics_component__section--source-text .source {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 27px;
}

@media only screen and (max-width: 767px) {
  .isg_insights_component_main__statistics-components ul > li .statistics_component__section--title-info-text .statistics, .isg_insights_component_main__statistics-components ul > li .statistics_component__section--title-info-text .source, .isg_insights_component_main__statistics-components ul > li .statistics_component__section--source-text .statistics, .isg_insights_component_main__statistics-components ul > li .statistics_component__section--source-text .source {
    font-size: 1.125rem;
  }
}

.isg_insights_component_main__statistics-components ul > li .statistics_component__section--title-info-head, .isg_insights_component_main__statistics-components ul > li .statistics_component__section--source-head {
  font-size: 18px;
  line-height: 20px;
}

.isg_insights_component_main__statistics-components ul > li .statistics_component svg#gauge {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.isg_insights_component_main__statistics-components ul > li .statistics_component svg#gauge #baseArc {
  stroke: #E5E0F9;
}

.isg_insights_component_main__statistics-components ul > li .statistics_component svg#gauge text#percentText {
  font-size: 80px;
  font-weight: 600;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .isg_insights_component_main__statistics-components ul > li .statistics_component svg#gauge text#percentText {
    font-size: 32px;
    line-height: 40px;
  }
}

.isg_insights_component_main__statistics-components ul > li .statistics_component #percentDesc {
  padding: 0px 5%;
  position: relative;
  bottom: 20px;
  letter-spacing: 0;
  font-weight: 400;
  word-wrap: break-word;
  overflow: hidden;
  min-width: 100%;
  width: 0;
}

@media only screen and (max-width: 767px) {
  .isg_insights_component_main__statistics-components ul > li .statistics_component #percentDesc {
    padding: 0px 5%;
    bottom: 40px;
  }
}

.isg_insights_component_main__statistics-components ul > li .statistics_component #percentDesc p,
.isg_insights_component_main__statistics-components ul > li .statistics_component #percentDesc span {
  text-align: center;
  font-weight: 400;
  word-wrap: break-word;
}

@media only screen and (max-width: 767px) {
  body:not(.landing_page) .isg_insights_component__section {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

@media only screen and (max-width: 767px) {
  body:not(.landing_isg_page) .isg_insights_component_main__statistics-components ul > li .statistics_component {
    padding: 16px;
  }
}

@media only screen and (max-width: 767px) {
  body:not(.landing_isg_page) .isg_insights_component_main__statistics-components ul > li .statistics_component__section--title-info-text, body:not(.landing_isg_page) .isg_insights_component_main__statistics-components ul > li .statistics_component__section--source-text {
    font-size: 16px;
    line-height: 16px;
  }
}

body:not(.landing_isg_page) .isg_insights_component_main__statistics-components .isg_insights_component,
body:not(.landing_isg_page) .isg_insights_component_main__statistics-components .statistics_component {
  margin-bottom: 12px;
}

.isg_insights_component_main__statistics-components ul > li .statistics_component__section--source .statistics_component__section--source-text {
  text-align: right;
}

.intergrated-salary-guide .mp-salary-guide-search-by-title.related-jobs-on-result-page {
  margin-bottom: 16px;
}

@media only screen and (max-width: 1024px) {
  .intergrated-salary-guide .mp-salary-guide-search-by-title.related-jobs-on-result-page {
    margin-bottom: 24px;
  }
}

.intergrated-salary-guide .mp-salary-guide-search-by-title.related-jobs-on-result-page .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browse-sct-titles {
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  font-family: "Agrandir Tight", sans-serif;
  padding: 5px 0 16px 35px;
  white-space: normal;
  min-width: 100%;
  text-align: left;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .mp-salary-guide-search-by-title.related-jobs-on-result-page .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browse-sct-titles {
    padding: 5px 0 0 36px;
    font-size: 1.125rem;
    line-height: 22px;
    margin-top: 12px;
    font-family: "Agrandir Tight", sans-serif;
  }
}

.intergrated-salary-guide .mp-salary-guide-search-by-title.related-jobs-on-result-page .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browse-sct-titles i {
  margin-left: 0;
  margin-right: 8px;
  position: absolute;
  left: 0;
}

.intergrated-salary-guide .mp-salary-guide-search-by-title.related-jobs-on-result-page .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browser_location h3 {
  color: #22174E;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  line-height: 20px;
}

.intergrated-salary-guide .mp-salary-guide-search-by-title.related-jobs-on-result-page .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browser_location h3:hover, .intergrated-salary-guide .mp-salary-guide-search-by-title.related-jobs-on-result-page .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browser_location h3:focus {
  border-bottom: 1px solid #3F4048;
}

.intergrated-salary-guide .mp-salary-guide-search-by-title.related-jobs-on-result-page .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browser-job-main {
  background: #ffffff;
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .mp-salary-guide-search-by-title.related-jobs-on-result-page .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browser-job-main {
    margin-top: 16px;
  }
}

.intergrated-salary-guide .mp-salary-guide-search-by-title.related-jobs-on-result-page .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browse-sct-jobs-title {
  position: relative;
}

.intergrated-salary-guide .mp-salary-guide-search-by-title.related-jobs-on-result-page .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browse-sct-jobs-title .browse-links {
  padding: 32px;
}

@media only screen and (max-width: 767px) {
  .intergrated-salary-guide .mp-salary-guide-search-by-title.related-jobs-on-result-page .mp-sct-candidate-wrapper .salary-comparison-wrapper .browse-by-sct-links .browse-sct-jobs-title .browse-links {
    padding: 16px;
  }
}

/* ------ ASSET + GEOMETRY VARS ------ */
:root {
  /* layout of the range card */
  --mp-range-pad-x: clamp(60px, 6vw, 96px);
  /* track geometry */
  --mp-track-top: 35px;
  --mp-track-h: 8px;
  /* value/label spacing */
  --mp-value-h: 20px;
  --mp-gap-above-line: 12px;
  --mp-gap-below-line: 50px;
  /* images */
  --mp-img-track: url('/themes/custom/mp_theme/images/isg/track.png');
  --mp-img-dot-white: url('/themes/custom/mp_theme/images/isg/dot-white.png');
  --mp-img-dot-blue: url('/themes/custom/mp_theme/images/isg/dot-blue.png');
  --mp-img-dot-cyan: url('/themes/custom/mp_theme/images/isg/dot-cyan.png');
}

body.intergrated-salary-guide {
  background: #22174E;
}

body.intergrated-salary-guide #main::before {
  content: "";
  width: 100%;
  height: 2000px;
  display: block;
  position: absolute;
  top: 160px;
  right: 0;
  z-index: -1;
}

@media only screen and (max-width: 1024px) {
  body.intergrated-salary-guide #main::before {
    top: 0;
  }
}

body.intergrated-salary-guide .no-sidebar #content {
  margin-bottom: 0;
}

body.intergrated-salary-guide .select2-container {
  max-width: 371px;
  width: 100% !important;
  margin-left: 2px;
}

body.intergrated-salary-guide .select2-container--default .select2-selection--single {
  height: 60px;
}

body.intergrated-salary-guide .select2-container--default .select2-selection--single:focus-visible {
  border: 0 !important;
}

body.intergrated-salary-guide .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 16px;
  font-size: 1rem;
  line-height: 24px;
  color: #22174E;
}

body.intergrated-salary-guide .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #666666;
}

body.intergrated-salary-guide .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 18px;
  right: 15px;
}

body.intergrated-salary-guide .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

body.intergrated-salary-guide .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: "\f078";
  color: #22174E;
  font: normal normal normal 14px / 1 "Font Awesome 6 Pro";
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

body.intergrated-salary-guide .select2-container--default.select2-container--disabled .select2-selection--single {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #E5E0F9;
}

body.intergrated-salary-guide .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow {
  background-image: url(/themes/custom/tt_theme/images/icons/disabled_arrow_down.svg);
}

body.intergrated-salary-guide .select2-container--default span.select2-search.select2-search--dropdown {
  display: none;
}

body.intergrated-salary-guide .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #6059FF;
}

body.intergrated-salary-guide .select2-container--default.select2-container--open .select2-dropdown--below {
  overflow: hidden;
  margin-top: -7px;
  border-color: #7569A2;
  border-radius: 0;
}

body.intergrated-salary-guide .select2-container--default.select2-container--open .select2-dropdown--above .select2-results > .select2-results__options {
  border-bottom: 1px solid #22174E;
}

body.intergrated-salary-guide .select2-container--default .select2-results__option[aria-selected='true'] {
  display: none;
}

body.intergrated-salary-guide .select2-container--default .select2-results__option {
  padding: 10px 5px;
  border-bottom: 1px solid #7569A2;
}

body.intergrated-salary-guide .select2-container--default .select2-selection__clear {
  display: none;
}

body.intergrated-salary-guide .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #E5E0F9;
  color: #22174E;
}

body.intergrated-salary-guide .select2-results__option[aria-selected] {
  padding-left: 16px;
}

body.intergrated-salary-guide li.select2-results__option:first-child {
  display: none;
}

@media only screen and (max-width: 540px) {
  body.intergrated-salary-guide .select2-container {
    max-width: 100%;
  }
}

body.intergrated-salary-guide .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #7569A2;
}

body.intergrated-salary-guide .select2-container--default .select2-results__option {
  border-bottom: 1px solid #7569A2;
}

body.intergrated-salary-guide .select2-container--open .select2-dropdown {
  left: -2px;
  border-radius: 0;
}

body.intergrated-salary-guide .select2-dropdown--below {
  border-radius: 0;
}

body.intergrated-salary-guide .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 57px;
}

@media only screen and (max-width: 1024px) {
  body.intergrated-salary-guide .select2-container--default .select2-selection--single .select2-selection__rendered, body.intergrated-salary-guide .select2-container--default .select2-selection--single {
    height: 40px;
  }
  body.intergrated-salary-guide .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px;
  }
}

body.intergrated-salary-guide [role=region] {
  position: static;
}

.isg-btn {
  background: #6059FF;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  color: #ffffff;
  padding: 16px 24px 16px;
  letter-spacing: 0.3px;
  margin-top: 15px;
  border-radius: 30px;
  outline: none;
  text-align: center;
}

.isg-btn:hover, .isg-btn:focus {
  background-color: #4039CC;
  color: #ffffff;
}
/*# sourceMappingURL=salary-guide.css.map */